Trace number 4110668

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) 678.997 679.113

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f42-DC_DoubleLoss.seq-B-2-2-irEDCBA.opb
MD5SUM510b9af326ef236b2cfa7a5121fcbd18
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark35556873835
Best CPU time to get the best result obtained on this benchmark377.363
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7320
Total number of constraints21694
Number of constraints which are clauses21558
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint1
Maximum length of a constraint35
Number of terms in the objective function 578
Biggest coefficient in the objective function 315131250
Number of bits for the biggest coefficient in the objective function 29
Sum of the numbers in the objective function 127313024999
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 315131250
Number of bits of the biggest number in a constraint 29
Biggest sum of numbers in a constraint 127313024999
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-20T03:21:48+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-4110668-1466385708.opb"]
0.00/0.01	c use --random-gen="2963912365 4113987915 700053507 99492013 3533607224 3973429133 2534517274 3122307565 3415181012 1696565289 1589931161 514327325 1228905528 1402266828 2331287073 2581897218 3370904166 3030550864 1001511218 928473144 1628940567 1564883612 409987550 1897581885 3234592500 381614001 788205302 4066842985 2836516038 491838080 3403175567 1878636868 3597512366 2812571373 4288129791 274601286 539665635 2084941276 3678021138 2102894043 3172340211 3679755937 1227496944 1286879651 1432528777 295160143 1379667720 2670601211 1923050458 252921758 3880217489 3199375504 3941182344 2336517914 180649664 2212799672 1060784525 3532511732 1011067376 208744643 3507233684 731508180 3326016310 2669275551 2415276015 3525460841 557344495 1955013275 2790493144 2249866270 3368979525 2500130449 2419516069 1148696994 1697688237 2518250587 336478913 1287216551 1300882975 1089427156 2433119197 863277547 2217795934 3969512016 1113614824 3380323332 934424040 1694156347 1427049218 2004552355 3957315334 2526638559 2386286720 2207561733 539411784 836239136 1549875670 3580553778 3125144503 249002572 1596002771 3377342067 791617142 3559040156 3194415220 198921205 627953352 119897564 259457981 3472876331 2582052820 4141882680 3052928888 198020564 3875407802 567835314 3240091189 3394440128 4215431119 93713717 2002717120 1868725118 2498188676 1774364164 4143161124 1514506183 2528335953 2751022645 4119527122 1639388981 1406693693 811678454 1576867413 2735493515 1560317053 3097704177 1975404502 4130486345 3801249843 3826111897 2945043279 2173783299 1040595046 1645298400 2092823721 2250484435 1311163798 1709308932 3502181996 474389210 2892842043 2317240622 3708324615 3039621336 2975694633 4117365689 935158640 2091516893 3497212507 826151685 1767169944 81669783 2607160156 1907777853 3591577358 1375952802 3293735987 2082486336 3062053879 2894083102 4163992087 414513931 1379551773 4106323364 2025485773 2368496465 4212209898 1393203671 1335114392 1566497268 124606233 2988010413 1562387281 668949567 2915756795 2929158606 2853486707 1068910086 2509122585 503366394 3008782524 3603052262 3724885380 2653761849 3781570114 41307884 3623867342 614987697 1245259514 3430147577 3620113828 3194292707 1136278904 1947662554 3691351217 203738554 155747889 3248555429 3114743572 803828136 640878259 2263605115 359231142 1804583731 2874929299 818866373 2022963214 716261339 715678939 62023483 1149787261 1559033628 2575571035 407358630 3113627885 208084451 2861283167 766937134 214864811 3938533611 2906443982 3081820576 1242276784 2246276053 3161751279 513077135 587325968 2041188645 3332318317 3511544667 1420913700 382216681 883265863 779649406 1299090267 1268653910 3398042877 2234595475 1200400621 1089966275 11182380 2063396598 1539009717 3926033522 551750503 2679992363 255 362436" option to reproduce the execution
0.09/0.16	c #vars 7320
0.09/0.16	c #constraints 21694
0.39/0.46	c BCD2: Hardening is enabled.
0.39/0.46	c BCD2: BiasedSearch is enabled.
0.39/0.46	c Solving starts ...
0.39/0.46	c ============================[ Search Statistics ]============================
0.39/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.46	c =============================================================================
0.39/0.46	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |        0
0.39/0.49	c  0.0s |       0 |      408 |        3 |     9055      0 |     1099 |     1705
0.39/0.49	c #cpu_time = 0.025s
0.39/0.49	c #wall_clock_time = 0.025s
0.39/0.49	c #decision = 408
0.39/0.49	c #random_decision = 0
0.39/0.49	c #conflict = 3
0.39/0.49	c #restart = 0
0.39/0.49	o 99213821841
0.48/0.50	c BCD2: updating upper bound: 127313024999 -> 99266343714
0.48/0.51	c BCD2: 0 <= obj <= 99266343714
0.48/0.51	c BCD2: #cores=0, #unrelaxed=578, #relaxed=0, #hardened=0
0.48/0.51	c BCD2: #sat=1 #unsat=1 bias=1/2
0.48/0.51	c Solving starts ...
0.48/0.51	c ============================[ Search Statistics ]============================
0.48/0.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.51	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.51	c =============================================================================
0.48/0.51	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.48/0.52	c  0.0s |       0 |        4 |        1 |     9055      0 |     1099 |     1705
0.48/0.52	c #cpu_time = 0.010s
0.48/0.52	c #wall_clock_time = 0.010s
0.48/0.52	c #decision = 4
0.48/0.52	c #random_decision = 0
0.48/0.52	c #conflict = 1
0.48/0.52	c #restart = 0
0.48/0.52	c BCD2: found a new core of size 4: cost of the new core is >=52521875
0.48/0.52	c lower bound updated to 1
0.48/0.52	c BCD2: 52521875 <= obj <= 99266343714
0.48/0.52	c BCD2: #cores=1, #unrelaxed=574, #relaxed=4, #hardened=0
0.48/0.52	c BCD2: #sat=1 #unsat=2 bias=2/3
0.48/0.52	c Solving starts ...
0.48/0.52	c ============================[ Search Statistics ]============================
0.48/0.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.52	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.52	c =============================================================================
0.48/0.52	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.48/0.53	c  0.0s |       0 |        2 |        0 |     9055      0 |     1099 |     1705
0.48/0.53	c #cpu_time = 0.009s
0.48/0.53	c #wall_clock_time = 0.009s
0.48/0.53	c #decision = 2
0.48/0.53	c #random_decision = 0
0.48/0.53	c #conflict = 0
0.48/0.53	c #restart = 0
0.48/0.53	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.48/0.53	c lower bound updated to 315131251
0.48/0.54	c BCD2: 367653125 <= obj <= 99266343714
0.48/0.54	c BCD2: #cores=2, #unrelaxed=573, #relaxed=5, #hardened=0
0.48/0.54	c BCD2: #sat=1 #unsat=3 bias=3/4
0.48/0.54	c Solving starts ...
0.48/0.54	c ============================[ Search Statistics ]============================
0.48/0.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.54	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.54	c =============================================================================
0.48/0.54	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.48/0.55	c  0.0s |       0 |        3 |        0 |     9055      0 |     1099 |     1705
0.48/0.55	c #cpu_time = 0.008s
0.48/0.55	c #wall_clock_time = 0.008s
0.48/0.55	c #decision = 3
0.48/0.55	c #random_decision = 0
0.48/0.55	c #conflict = 0
0.48/0.55	c #restart = 0
0.48/0.55	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.48/0.55	c lower bound updated to 630262501
0.48/0.56	c BCD2: 682784375 <= obj <= 99266343714
0.48/0.56	c BCD2: #cores=3, #unrelaxed=572, #relaxed=6, #hardened=0
0.48/0.56	c BCD2: #sat=1 #unsat=4 bias=4/5
0.48/0.56	c Solving starts ...
0.48/0.56	c ============================[ Search Statistics ]============================
0.48/0.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.56	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.56	c =============================================================================
0.48/0.58	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.48/0.59	c  0.0s |       0 |        4 |        0 |     9055      0 |     1099 |     1705
0.48/0.59	c #cpu_time = 0.008s
0.48/0.59	c #wall_clock_time = 0.008s
0.48/0.59	c #decision = 4
0.48/0.59	c #random_decision = 0
0.48/0.59	c #conflict = 0
0.48/0.59	c #restart = 0
0.48/0.59	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.48/0.59	c lower bound updated to 945393751
0.58/0.60	c BCD2: 997915625 <= obj <= 99266343714
0.58/0.60	c BCD2: #cores=4, #unrelaxed=571, #relaxed=7, #hardened=0
0.58/0.60	c BCD2: #sat=1 #unsat=5 bias=5/6
0.58/0.60	c Solving starts ...
0.58/0.60	c ============================[ Search Statistics ]============================
0.58/0.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.58/0.60	c       |         |          |          |    Limit     GC | Var      | Constra 
0.58/0.60	c =============================================================================
0.58/0.60	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.58/0.61	c  0.0s |       0 |        5 |        0 |     9055      0 |     1099 |     1705
0.58/0.61	c #cpu_time = 0.008s
0.58/0.61	c #wall_clock_time = 0.008s
0.58/0.61	c #decision = 5
0.58/0.61	c #random_decision = 0
0.58/0.61	c #conflict = 0
0.58/0.61	c #restart = 0
0.58/0.61	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.58/0.61	c lower bound updated to 1260525001
0.58/0.62	c BCD2: 1313046875 <= obj <= 99266343714
0.58/0.62	c BCD2: #cores=5, #unrelaxed=570, #relaxed=8, #hardened=0
0.58/0.62	c BCD2: #sat=1 #unsat=6 bias=6/7
0.58/0.62	c Solving starts ...
0.58/0.62	c ============================[ Search Statistics ]============================
0.58/0.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.58/0.62	c       |         |          |          |    Limit     GC | Var      | Constra 
0.58/0.62	c =============================================================================
0.58/0.62	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.58/0.63	c  0.0s |       0 |        7 |        0 |     9055      0 |     1099 |     1705
0.58/0.63	c #cpu_time = 0.009s
0.58/0.63	c #wall_clock_time = 0.009s
0.58/0.63	c #decision = 7
0.58/0.63	c #random_decision = 0
0.58/0.63	c #conflict = 0
0.58/0.63	c #restart = 0
0.58/0.63	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.58/0.63	c lower bound updated to 1575656251
0.58/0.64	c BCD2: 1628178125 <= obj <= 99266343714
0.58/0.64	c BCD2: #cores=6, #unrelaxed=569, #relaxed=9, #hardened=0
0.58/0.64	c BCD2: #sat=1 #unsat=7 bias=7/8
0.58/0.64	c Solving starts ...
0.58/0.64	c ============================[ Search Statistics ]============================
0.58/0.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.58/0.64	c       |         |          |          |    Limit     GC | Var      | Constra 
0.58/0.64	c =============================================================================
0.58/0.64	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.58/0.64	c  0.0s |       0 |        8 |        0 |     9055      0 |     1099 |     1705
0.58/0.64	c #cpu_time = 0.008s
0.58/0.64	c #wall_clock_time = 0.008s
0.58/0.64	c #decision = 8
0.58/0.64	c #random_decision = 0
0.58/0.64	c #conflict = 0
0.58/0.64	c #restart = 0
0.58/0.64	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.58/0.64	c lower bound updated to 1890787501
0.58/0.65	c BCD2: 1943309375 <= obj <= 99266343714
0.58/0.65	c BCD2: #cores=7, #unrelaxed=568, #relaxed=10, #hardened=0
0.58/0.65	c BCD2: #sat=1 #unsat=8 bias=8/9
0.58/0.65	c Solving starts ...
0.58/0.65	c ============================[ Search Statistics ]============================
0.58/0.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.58/0.65	c       |         |          |          |    Limit     GC | Var      | Constra 
0.58/0.65	c =============================================================================
0.58/0.65	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.58/0.66	c  0.0s |       0 |        9 |        0 |     9055      0 |     1099 |     1705
0.58/0.66	c #cpu_time = 0.009s
0.58/0.66	c #wall_clock_time = 0.009s
0.58/0.66	c #decision = 9
0.58/0.66	c #random_decision = 0
0.58/0.66	c #conflict = 0
0.58/0.66	c #restart = 0
0.58/0.66	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.58/0.66	c lower bound updated to 2205918751
0.58/0.67	c BCD2: 2258440625 <= obj <= 99266343714
0.58/0.67	c BCD2: #cores=8, #unrelaxed=567, #relaxed=11, #hardened=0
0.58/0.67	c BCD2: #sat=1 #unsat=9 bias=9/10
0.58/0.67	c Solving starts ...
0.58/0.67	c ============================[ Search Statistics ]============================
0.58/0.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.58/0.67	c       |         |          |          |    Limit     GC | Var      | Constra 
0.58/0.67	c =============================================================================
0.58/0.67	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.58/0.68	c  0.0s |       0 |       11 |        0 |     9055      0 |     1099 |     1705
0.58/0.68	c #cpu_time = 0.008s
0.58/0.68	c #wall_clock_time = 0.008s
0.58/0.68	c #decision = 11
0.58/0.68	c #random_decision = 0
0.58/0.68	c #conflict = 0
0.58/0.68	c #restart = 0
0.58/0.68	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.58/0.68	c lower bound updated to 2521050001
0.58/0.69	c BCD2: 2573571875 <= obj <= 99266343714
0.58/0.69	c BCD2: #cores=9, #unrelaxed=566, #relaxed=12, #hardened=0
0.58/0.69	c BCD2: #sat=1 #unsat=10 bias=10/11
0.58/0.69	c Solving starts ...
0.58/0.69	c ============================[ Search Statistics ]============================
0.58/0.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.58/0.69	c       |         |          |          |    Limit     GC | Var      | Constra 
0.58/0.69	c =============================================================================
0.58/0.69	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.68/0.70	c  0.0s |       0 |       12 |        0 |     9055      0 |     1099 |     1705
0.68/0.70	c #cpu_time = 0.009s
0.68/0.70	c #wall_clock_time = 0.009s
0.68/0.70	c #decision = 12
0.68/0.70	c #random_decision = 0
0.68/0.70	c #conflict = 0
0.68/0.70	c #restart = 0
0.68/0.70	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.68/0.70	c lower bound updated to 2836181251
0.68/0.70	c BCD2: 2888703125 <= obj <= 99266343714
0.68/0.70	c BCD2: #cores=10, #unrelaxed=565, #relaxed=13, #hardened=0
0.68/0.70	c BCD2: #sat=1 #unsat=11 bias=11/12
0.68/0.70	c Solving starts ...
0.68/0.70	c ============================[ Search Statistics ]============================
0.68/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.70	c =============================================================================
0.68/0.73	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.68/0.73	c  0.0s |       0 |       13 |        0 |     9055      0 |     1099 |     1705
0.68/0.73	c #cpu_time = 0.008s
0.68/0.73	c #wall_clock_time = 0.008s
0.68/0.73	c #decision = 13
0.68/0.73	c #random_decision = 0
0.68/0.73	c #conflict = 0
0.68/0.73	c #restart = 0
0.68/0.73	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.68/0.73	c lower bound updated to 3151312501
0.68/0.74	c BCD2: 3203834375 <= obj <= 99266343714
0.68/0.74	c BCD2: #cores=11, #unrelaxed=564, #relaxed=14, #hardened=0
0.68/0.74	c BCD2: #sat=1 #unsat=12 bias=12/13
0.68/0.74	c Solving starts ...
0.68/0.74	c ============================[ Search Statistics ]============================
0.68/0.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.74	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.74	c =============================================================================
0.68/0.74	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.68/0.75	c  0.0s |       0 |       14 |        0 |     9055      0 |     1099 |     1705
0.68/0.75	c #cpu_time = 0.009s
0.68/0.75	c #wall_clock_time = 0.009s
0.68/0.75	c #decision = 14
0.68/0.75	c #random_decision = 0
0.68/0.75	c #conflict = 0
0.68/0.75	c #restart = 0
0.68/0.75	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.68/0.75	c lower bound updated to 3466443751
0.68/0.76	c BCD2: 3518965625 <= obj <= 99266343714
0.68/0.76	c BCD2: #cores=12, #unrelaxed=563, #relaxed=15, #hardened=0
0.68/0.76	c BCD2: #sat=1 #unsat=13 bias=13/14
0.68/0.76	c Solving starts ...
0.68/0.76	c ============================[ Search Statistics ]============================
0.68/0.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.76	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.76	c =============================================================================
0.68/0.76	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.68/0.77	c  0.0s |       0 |       15 |        0 |     9055      0 |     1099 |     1705
0.68/0.77	c #cpu_time = 0.008s
0.68/0.77	c #wall_clock_time = 0.008s
0.68/0.77	c #decision = 15
0.68/0.77	c #random_decision = 0
0.68/0.77	c #conflict = 0
0.68/0.77	c #restart = 0
0.68/0.77	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.68/0.77	c lower bound updated to 3781575001
0.68/0.78	c BCD2: 3834096875 <= obj <= 99266343714
0.68/0.78	c BCD2: #cores=13, #unrelaxed=562, #relaxed=16, #hardened=0
0.68/0.78	c BCD2: #sat=1 #unsat=14 bias=14/15
0.68/0.78	c Solving starts ...
0.68/0.78	c ============================[ Search Statistics ]============================
0.68/0.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.78	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.78	c =============================================================================
0.68/0.78	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.68/0.79	c  0.0s |       0 |       17 |        0 |     9055      0 |     1099 |     1705
0.68/0.79	c #cpu_time = 0.009s
0.68/0.79	c #wall_clock_time = 0.009s
0.68/0.79	c #decision = 17
0.68/0.79	c #random_decision = 0
0.68/0.79	c #conflict = 0
0.68/0.79	c #restart = 0
0.68/0.79	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.68/0.79	c lower bound updated to 4096706251
0.78/0.80	c BCD2: 4149228125 <= obj <= 99266343714
0.78/0.80	c BCD2: #cores=14, #unrelaxed=561, #relaxed=17, #hardened=0
0.78/0.80	c BCD2: #sat=1 #unsat=15 bias=15/16
0.78/0.80	c Solving starts ...
0.78/0.80	c ============================[ Search Statistics ]============================
0.78/0.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.80	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.80	c =============================================================================
0.78/0.80	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.78/0.80	c  0.0s |       0 |       18 |        0 |     9055      0 |     1099 |     1705
0.78/0.80	c #cpu_time = 0.008s
0.78/0.80	c #wall_clock_time = 0.008s
0.78/0.80	c #decision = 18
0.78/0.80	c #random_decision = 0
0.78/0.80	c #conflict = 0
0.78/0.81	c #restart = 0
0.78/0.81	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.78/0.81	c lower bound updated to 4411837501
0.78/0.81	c BCD2: 4464359375 <= obj <= 99266343714
0.78/0.81	c BCD2: #cores=15, #unrelaxed=560, #relaxed=18, #hardened=0
0.78/0.81	c BCD2: #sat=1 #unsat=16 bias=16/17
0.78/0.81	c Solving starts ...
0.78/0.81	c ============================[ Search Statistics ]============================
0.78/0.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.81	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.81	c =============================================================================
0.78/0.81	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.78/0.82	c  0.0s |       0 |       19 |        0 |     9055      0 |     1099 |     1705
0.78/0.82	c #cpu_time = 0.009s
0.78/0.82	c #wall_clock_time = 0.009s
0.78/0.82	c #decision = 19
0.78/0.82	c #random_decision = 0
0.78/0.82	c #conflict = 0
0.78/0.82	c #restart = 0
0.78/0.82	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.78/0.82	c lower bound updated to 4726968751
0.78/0.83	c BCD2: 4779490625 <= obj <= 99266343714
0.78/0.83	c BCD2: #cores=16, #unrelaxed=559, #relaxed=19, #hardened=0
0.78/0.83	c BCD2: #sat=1 #unsat=17 bias=17/18
0.78/0.83	c Solving starts ...
0.78/0.83	c ============================[ Search Statistics ]============================
0.78/0.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.83	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.83	c =============================================================================
0.78/0.83	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.78/0.84	c  0.0s |       0 |       20 |        0 |     9055      0 |     1099 |     1705
0.78/0.84	c #cpu_time = 0.008s
0.78/0.84	c #wall_clock_time = 0.008s
0.78/0.84	c #decision = 20
0.78/0.84	c #random_decision = 0
0.78/0.84	c #conflict = 0
0.78/0.84	c #restart = 0
0.78/0.84	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.78/0.84	c lower bound updated to 5042100001
0.78/0.85	c BCD2: 5094621875 <= obj <= 99266343714
0.78/0.85	c BCD2: #cores=17, #unrelaxed=558, #relaxed=20, #hardened=0
0.78/0.85	c BCD2: #sat=1 #unsat=18 bias=18/19
0.78/0.85	c Solving starts ...
0.78/0.85	c ============================[ Search Statistics ]============================
0.78/0.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.85	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.85	c =============================================================================
0.78/0.85	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.78/0.86	c  0.0s |       0 |       25 |        0 |     9055      0 |     1099 |     1705
0.78/0.86	c #cpu_time = 0.008s
0.78/0.86	c #wall_clock_time = 0.008s
0.78/0.86	c #decision = 25
0.78/0.86	c #random_decision = 0
0.78/0.86	c #conflict = 0
0.78/0.86	c #restart = 0
0.78/0.86	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.78/0.86	c lower bound updated to 5357231251
0.78/0.87	c BCD2: 5409753125 <= obj <= 99266343714
0.78/0.87	c BCD2: #cores=18, #unrelaxed=557, #relaxed=21, #hardened=0
0.78/0.87	c BCD2: #sat=1 #unsat=19 bias=19/20
0.78/0.87	c Solving starts ...
0.78/0.87	c ============================[ Search Statistics ]============================
0.78/0.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.87	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.87	c =============================================================================
0.78/0.87	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.78/0.88	c  0.0s |       0 |       26 |        0 |     9055      0 |     1099 |     1705
0.78/0.88	c #cpu_time = 0.008s
0.78/0.88	c #wall_clock_time = 0.008s
0.78/0.88	c #decision = 26
0.78/0.88	c #random_decision = 0
0.78/0.88	c #conflict = 0
0.78/0.88	c #restart = 0
0.78/0.88	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.78/0.88	c lower bound updated to 5672362501
0.78/0.88	c BCD2: 5724884375 <= obj <= 99266343714
0.78/0.88	c BCD2: #cores=19, #unrelaxed=556, #relaxed=22, #hardened=0
0.78/0.88	c BCD2: #sat=1 #unsat=20 bias=20/21
0.78/0.88	c Solving starts ...
0.78/0.88	c ============================[ Search Statistics ]============================
0.78/0.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.88	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.88	c =============================================================================
0.78/0.88	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.78/0.89	c  0.0s |       0 |       31 |        0 |     9055      0 |     1099 |     1705
0.78/0.89	c #cpu_time = 0.009s
0.78/0.89	c #wall_clock_time = 0.009s
0.78/0.89	c #decision = 31
0.78/0.89	c #random_decision = 0
0.78/0.89	c #conflict = 0
0.78/0.89	c #restart = 0
0.78/0.89	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.78/0.89	c lower bound updated to 5987493751
0.89/0.90	c BCD2: 6040015625 <= obj <= 99266343714
0.89/0.90	c BCD2: #cores=20, #unrelaxed=555, #relaxed=23, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=21 bias=21/22
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 |     9055      0 |     1099 |     1705
0.89/0.91	c  0.0s |       0 |       32 |        0 |     9055      0 |     1099 |     1705
0.89/0.91	c #cpu_time = 0.008s
0.89/0.91	c #wall_clock_time = 0.008s
0.89/0.91	c #decision = 32
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 1: cost of the new core is >=315131250
0.89/0.91	c lower bound updated to 6302625001
0.89/0.92	c BCD2: 6355146875 <= obj <= 99266343714
0.89/0.92	c BCD2: #cores=21, #unrelaxed=554, #relaxed=24, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=22 bias=22/23
0.89/0.92	c Solving starts ...
0.89/0.92	c ============================[ Search Statistics ]============================
0.89/0.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.92	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.92	c =============================================================================
0.89/0.92	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.89/0.93	c  0.0s |       0 |       36 |        0 |     9055      0 |     1099 |     1705
0.89/0.93	c #cpu_time = 0.009s
0.89/0.93	c #wall_clock_time = 0.009s
0.89/0.93	c #decision = 36
0.89/0.93	c #random_decision = 0
0.89/0.93	c #conflict = 0
0.89/0.93	c #restart = 0
0.89/0.93	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.89/0.93	c lower bound updated to 6617756251
0.89/0.94	c BCD2: 6670278125 <= obj <= 99266343714
0.89/0.94	c BCD2: #cores=22, #unrelaxed=553, #relaxed=25, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=23 bias=23/24
0.89/0.94	c Solving starts ...
0.89/0.94	c ============================[ Search Statistics ]============================
0.89/0.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.94	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.94	c =============================================================================
0.89/0.94	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.89/0.95	c  0.0s |       0 |       40 |        0 |     9055      0 |     1099 |     1705
0.89/0.95	c #cpu_time = 0.008s
0.89/0.95	c #wall_clock_time = 0.008s
0.89/0.95	c #decision = 40
0.89/0.95	c #random_decision = 0
0.89/0.95	c #conflict = 0
0.89/0.95	c #restart = 0
0.89/0.95	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.89/0.95	c lower bound updated to 6932887501
0.89/0.95	c BCD2: 6985409375 <= obj <= 99266343714
0.89/0.95	c BCD2: #cores=23, #unrelaxed=552, #relaxed=26, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=24 bias=24/25
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 |     9055      0 |     1099 |     1705
0.89/0.96	c  0.0s |       0 |       41 |        0 |     9055      0 |     1099 |     1705
0.89/0.96	c #cpu_time = 0.009s
0.89/0.96	c #wall_clock_time = 0.009s
0.89/0.96	c #decision = 41
0.89/0.96	c #random_decision = 0
0.89/0.96	c #conflict = 0
0.89/0.96	c #restart = 0
0.89/0.96	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.89/0.96	c lower bound updated to 7248018751
0.89/0.97	c BCD2: 7300540625 <= obj <= 99266343714
0.89/0.97	c BCD2: #cores=24, #unrelaxed=551, #relaxed=27, #hardened=0
0.89/0.97	c BCD2: #sat=1 #unsat=25 bias=25/26
0.89/0.97	c Solving starts ...
0.89/0.97	c ============================[ Search Statistics ]============================
0.89/0.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.97	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.97	c =============================================================================
0.89/0.97	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.89/0.98	c  0.0s |       0 |       44 |        0 |     9055      0 |     1099 |     1705
0.89/0.98	c #cpu_time = 0.008s
0.89/0.98	c #wall_clock_time = 0.008s
0.89/0.98	c #decision = 44
0.89/0.98	c #random_decision = 0
0.89/0.98	c #conflict = 0
0.89/0.98	c #restart = 0
0.89/0.98	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.89/0.98	c lower bound updated to 7563150001
0.89/0.99	c BCD2: 7615671875 <= obj <= 99266343714
0.89/0.99	c BCD2: #cores=25, #unrelaxed=550, #relaxed=28, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=26 bias=26/27
0.89/0.99	c Solving starts ...
0.89/0.99	c ============================[ Search Statistics ]============================
0.89/0.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.99	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.99	c =============================================================================
0.89/0.99	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.99/1.00	c  0.0s |       0 |       53 |        0 |     9055      0 |     1099 |     1705
0.99/1.00	c #cpu_time = 0.009s
0.99/1.00	c #wall_clock_time = 0.009s
0.99/1.00	c #decision = 53
0.99/1.00	c #random_decision = 0
0.99/1.00	c #conflict = 0
0.99/1.00	c #restart = 0
0.99/1.00	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.99/1.00	c lower bound updated to 7878281251
0.99/1.01	c BCD2: 7930803125 <= obj <= 99266343714
0.99/1.01	c BCD2: #cores=26, #unrelaxed=549, #relaxed=29, #hardened=0
0.99/1.01	c BCD2: #sat=1 #unsat=27 bias=27/28
0.99/1.01	c Solving starts ...
0.99/1.01	c ============================[ Search Statistics ]============================
0.99/1.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.01	c =============================================================================
0.99/1.01	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.99/1.02	c  0.0s |       0 |       61 |        0 |     9055      0 |     1099 |     1705
0.99/1.02	c #cpu_time = 0.008s
0.99/1.02	c #wall_clock_time = 0.009s
0.99/1.02	c #decision = 61
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 1: cost of the new core is >=315131250
0.99/1.02	c lower bound updated to 8193412501
0.99/1.03	c BCD2: 8245934375 <= obj <= 99266343714
0.99/1.03	c BCD2: #cores=27, #unrelaxed=548, #relaxed=30, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=28 bias=28/29
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 |     9055      0 |     1099 |     1705
0.99/1.04	c  0.0s |       0 |       67 |        0 |     9055      0 |     1099 |     1705
0.99/1.04	c #cpu_time = 0.009s
0.99/1.04	c #wall_clock_time = 0.009s
0.99/1.04	c #decision = 67
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 1: cost of the new core is >=315131250
0.99/1.04	c lower bound updated to 8508543751
0.99/1.04	c BCD2: 8561065625 <= obj <= 99266343714
0.99/1.04	c BCD2: #cores=28, #unrelaxed=547, #relaxed=31, #hardened=0
0.99/1.04	c BCD2: #sat=1 #unsat=29 bias=29/30
0.99/1.04	c Solving starts ...
0.99/1.04	c ============================[ Search Statistics ]============================
0.99/1.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.04	c =============================================================================
0.99/1.04	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
0.99/1.05	c  0.0s |       0 |       73 |        0 |     9055      0 |     1099 |     1705
0.99/1.05	c #cpu_time = 0.009s
0.99/1.05	c #wall_clock_time = 0.009s
0.99/1.05	c #decision = 73
0.99/1.05	c #random_decision = 0
0.99/1.05	c #conflict = 0
0.99/1.05	c #restart = 0
0.99/1.05	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.99/1.05	c lower bound updated to 8823675001
0.99/1.06	c BCD2: 8876196875 <= obj <= 99266343714
0.99/1.06	c BCD2: #cores=29, #unrelaxed=546, #relaxed=32, #hardened=0
0.99/1.06	c BCD2: #sat=1 #unsat=30 bias=30/31
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 |     9055      0 |     1099 |     1705
0.99/1.07	c  0.0s |       0 |       89 |        0 |     9055      0 |     1099 |     1705
0.99/1.07	c #cpu_time = 0.009s
0.99/1.07	c #wall_clock_time = 0.009s
0.99/1.07	c #decision = 89
0.99/1.07	c #random_decision = 0
0.99/1.07	c #conflict = 0
0.99/1.07	c #restart = 0
0.99/1.07	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.99/1.07	c lower bound updated to 9138806251
0.99/1.08	c BCD2: 9191328125 <= obj <= 99266343714
0.99/1.08	c BCD2: #cores=30, #unrelaxed=545, #relaxed=33, #hardened=0
0.99/1.08	c BCD2: #sat=1 #unsat=31 bias=31/32
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 |     9055      0 |     1099 |     1705
0.99/1.09	c  0.0s |       0 |       90 |        0 |     9055      0 |     1099 |     1705
0.99/1.09	c #cpu_time = 0.009s
0.99/1.09	c #wall_clock_time = 0.009s
0.99/1.09	c #decision = 90
0.99/1.09	c #random_decision = 0
0.99/1.09	c #conflict = 0
0.99/1.09	c #restart = 0
0.99/1.09	c BCD2: found a new core of size 1: cost of the new core is >=315131250
0.99/1.09	c lower bound updated to 9453937501
0.99/1.10	c BCD2: 9506459375 <= obj <= 99266343714
0.99/1.10	c BCD2: #cores=31, #unrelaxed=544, #relaxed=34, #hardened=0
0.99/1.10	c BCD2: #sat=1 #unsat=32 bias=32/33
0.99/1.10	c Solving starts ...
0.99/1.10	c ============================[ Search Statistics ]============================
0.99/1.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.10	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.10	c =============================================================================
0.99/1.10	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
1.10/1.11	c  0.0s |       0 |       94 |        0 |     9055      0 |     1099 |     1705
1.10/1.11	c #cpu_time = 0.008s
1.10/1.11	c #wall_clock_time = 0.008s
1.10/1.11	c #decision = 94
1.10/1.11	c #random_decision = 0
1.10/1.11	c #conflict = 0
1.10/1.11	c #restart = 0
1.10/1.11	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.10/1.11	c lower bound updated to 9769068751
1.10/1.12	c BCD2: 9821590625 <= obj <= 99266343714
1.10/1.12	c BCD2: #cores=32, #unrelaxed=543, #relaxed=35, #hardened=0
1.10/1.12	c BCD2: #sat=1 #unsat=33 bias=33/34
1.10/1.12	c Solving starts ...
1.10/1.12	c ============================[ Search Statistics ]============================
1.10/1.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.12	c =============================================================================
1.10/1.12	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
1.10/1.13	c  0.0s |       0 |       98 |        0 |     9055      0 |     1099 |     1705
1.10/1.13	c #cpu_time = 0.009s
1.10/1.13	c #wall_clock_time = 0.009s
1.10/1.13	c #decision = 98
1.10/1.13	c #random_decision = 0
1.10/1.13	c #conflict = 0
1.10/1.13	c #restart = 0
1.10/1.13	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.10/1.13	c lower bound updated to 10084200001
1.10/1.13	c BCD2: 10136721875 <= obj <= 99266343714
1.10/1.13	c BCD2: #cores=33, #unrelaxed=542, #relaxed=36, #hardened=0
1.10/1.13	c BCD2: #sat=1 #unsat=34 bias=34/35
1.10/1.13	c Solving starts ...
1.10/1.13	c ============================[ Search Statistics ]============================
1.10/1.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.13	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.13	c =============================================================================
1.10/1.13	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1705
1.10/1.14	c  0.0s |       0 |      105 |        0 |     9055      0 |     1099 |     1705
1.10/1.14	c #cpu_time = 0.009s
1.10/1.14	c #wall_clock_time = 0.009s
1.10/1.14	c #decision = 105
1.10/1.14	c #random_decision = 0
1.10/1.14	c #conflict = 0
1.10/1.14	c #restart = 0
1.10/1.14	c BCD2: found a new core of size 3: cost of the new core is >=315131250
1.10/1.14	c lower bound updated to 10399331251
1.10/1.15	c BCD2: 10451853125 <= obj <= 99266343714
1.10/1.15	c BCD2: #cores=34, #unrelaxed=539, #relaxed=39, #hardened=0
1.10/1.15	c BCD2: #sat=1 #unsat=35 bias=35/36
1.10/1.15	c Solving starts ...
1.10/1.15	c ============================[ Search Statistics ]============================
1.10/1.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.15	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.15	c =============================================================================
1.10/1.15	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1706
1.10/1.16	c  0.0s |       0 |      104 |        0 |     9055      0 |     1099 |     1706
1.10/1.16	c #cpu_time = 0.008s
1.10/1.16	c #wall_clock_time = 0.008s
1.10/1.16	c #decision = 104
1.10/1.16	c #random_decision = 0
1.10/1.16	c #conflict = 0
1.10/1.16	c #restart = 0
1.10/1.16	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.10/1.16	c lower bound updated to 10714462501
1.10/1.17	c BCD2: 10766984375 <= obj <= 99266343714
1.10/1.17	c BCD2: #cores=35, #unrelaxed=538, #relaxed=40, #hardened=0
1.10/1.17	c BCD2: #sat=1 #unsat=36 bias=36/37
1.10/1.17	c Solving starts ...
1.10/1.17	c ============================[ Search Statistics ]============================
1.10/1.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.17	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.17	c =============================================================================
1.10/1.17	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1706
1.10/1.18	c  0.0s |       0 |      105 |        0 |     9055      0 |     1099 |     1706
1.10/1.18	c #cpu_time = 0.009s
1.10/1.18	c #wall_clock_time = 0.009s
1.10/1.18	c #decision = 105
1.10/1.18	c #random_decision = 0
1.10/1.18	c #conflict = 0
1.10/1.18	c #restart = 0
1.10/1.18	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.10/1.18	c lower bound updated to 11029593751
1.10/1.19	c BCD2: 11082115625 <= obj <= 99266343714
1.10/1.19	c BCD2: #cores=36, #unrelaxed=537, #relaxed=41, #hardened=0
1.10/1.19	c BCD2: #sat=1 #unsat=37 bias=37/38
1.10/1.19	c Solving starts ...
1.10/1.19	c ============================[ Search Statistics ]============================
1.10/1.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.19	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.19	c =============================================================================
1.10/1.19	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1706
1.10/1.20	c  0.0s |       0 |      108 |        0 |     9055      0 |     1099 |     1706
1.10/1.20	c #cpu_time = 0.009s
1.10/1.20	c #wall_clock_time = 0.009s
1.10/1.20	c #decision = 108
1.10/1.20	c #random_decision = 0
1.10/1.20	c #conflict = 0
1.10/1.20	c #restart = 0
1.10/1.20	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.10/1.20	c lower bound updated to 11344725001
1.20/1.21	c BCD2: 11397246875 <= obj <= 99266343714
1.20/1.21	c BCD2: #cores=37, #unrelaxed=536, #relaxed=42, #hardened=0
1.20/1.21	c BCD2: #sat=1 #unsat=38 bias=38/39
1.20/1.21	c Solving starts ...
1.20/1.21	c ============================[ Search Statistics ]============================
1.20/1.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.21	c =============================================================================
1.20/1.21	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1706
1.20/1.22	c  0.0s |       0 |      117 |        0 |     9055      0 |     1099 |     1706
1.20/1.22	c #cpu_time = 0.009s
1.20/1.22	c #wall_clock_time = 0.009s
1.20/1.22	c #decision = 117
1.20/1.22	c #random_decision = 0
1.20/1.22	c #conflict = 0
1.20/1.22	c #restart = 0
1.20/1.22	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.20/1.22	c lower bound updated to 11659856251
1.20/1.23	c BCD2: 11712378125 <= obj <= 99266343714
1.20/1.23	c BCD2: #cores=38, #unrelaxed=535, #relaxed=43, #hardened=0
1.20/1.23	c BCD2: #sat=1 #unsat=39 bias=39/40
1.20/1.23	c Solving starts ...
1.20/1.23	c ============================[ Search Statistics ]============================
1.20/1.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.23	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.23	c =============================================================================
1.20/1.23	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1706
1.20/1.24	c  0.0s |       0 |      119 |        0 |     9055      0 |     1099 |     1706
1.20/1.24	c #cpu_time = 0.009s
1.20/1.24	c #wall_clock_time = 0.009s
1.20/1.24	c #decision = 119
1.20/1.24	c #random_decision = 0
1.20/1.24	c #conflict = 0
1.20/1.24	c #restart = 0
1.20/1.24	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.20/1.24	c lower bound updated to 11974987501
1.20/1.25	c BCD2: 12027509375 <= obj <= 99266343714
1.20/1.25	c BCD2: #cores=39, #unrelaxed=534, #relaxed=44, #hardened=0
1.20/1.25	c BCD2: #sat=1 #unsat=40 bias=40/41
1.20/1.25	c Solving starts ...
1.20/1.25	c ============================[ Search Statistics ]============================
1.20/1.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.25	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.25	c =============================================================================
1.20/1.25	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1706
1.20/1.25	c  0.0s |       0 |      123 |        0 |     9055      0 |     1099 |     1706
1.20/1.25	c #cpu_time = 0.009s
1.20/1.25	c #wall_clock_time = 0.009s
1.20/1.25	c #decision = 123
1.20/1.25	c #random_decision = 0
1.20/1.25	c #conflict = 0
1.20/1.25	c #restart = 0
1.20/1.26	c BCD2: found a new core of size 3: cost of the new core is >=315131250
1.20/1.26	c lower bound updated to 12290118751
1.20/1.26	c BCD2: 12342640625 <= obj <= 99266343714
1.20/1.26	c BCD2: #cores=40, #unrelaxed=531, #relaxed=47, #hardened=0
1.20/1.26	c BCD2: #sat=1 #unsat=41 bias=41/42
1.20/1.27	c Solving starts ...
1.20/1.27	c ============================[ Search Statistics ]============================
1.20/1.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.27	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.27	c =============================================================================
1.20/1.27	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1707
1.20/1.27	c  0.0s |       0 |      127 |        0 |     9055      0 |     1099 |     1707
1.20/1.27	c #cpu_time = 0.008s
1.20/1.27	c #wall_clock_time = 0.008s
1.20/1.27	c #decision = 127
1.20/1.27	c #random_decision = 0
1.20/1.27	c #conflict = 0
1.20/1.27	c #restart = 0
1.20/1.27	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.20/1.27	c lower bound updated to 12605250001
1.20/1.28	c BCD2: 12657771875 <= obj <= 99266343714
1.20/1.28	c BCD2: #cores=41, #unrelaxed=530, #relaxed=48, #hardened=0
1.20/1.28	c BCD2: #sat=1 #unsat=42 bias=42/43
1.20/1.28	c Solving starts ...
1.20/1.28	c ============================[ Search Statistics ]============================
1.20/1.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.28	c =============================================================================
1.20/1.28	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1707
1.20/1.29	c  0.0s |       0 |      132 |        0 |     9055      0 |     1099 |     1707
1.20/1.29	c #cpu_time = 0.009s
1.20/1.29	c #wall_clock_time = 0.009s
1.20/1.29	c #decision = 132
1.20/1.29	c #random_decision = 0
1.20/1.29	c #conflict = 0
1.20/1.29	c #restart = 0
1.20/1.29	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.20/1.29	c lower bound updated to 12920381251
1.29/1.30	c BCD2: 12972903125 <= obj <= 99266343714
1.29/1.30	c BCD2: #cores=42, #unrelaxed=529, #relaxed=49, #hardened=0
1.29/1.30	c BCD2: #sat=1 #unsat=43 bias=43/44
1.29/1.30	c Solving starts ...
1.29/1.30	c ============================[ Search Statistics ]============================
1.29/1.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.30	c =============================================================================
1.29/1.30	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1707
1.29/1.31	c  0.0s |       0 |      135 |        0 |     9055      0 |     1099 |     1707
1.29/1.31	c #cpu_time = 0.009s
1.29/1.31	c #wall_clock_time = 0.009s
1.29/1.31	c #decision = 135
1.29/1.31	c #random_decision = 0
1.29/1.31	c #conflict = 0
1.29/1.31	c #restart = 0
1.29/1.31	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.29/1.31	c lower bound updated to 13235512501
1.29/1.32	c BCD2: 13288034375 <= obj <= 99266343714
1.29/1.32	c BCD2: #cores=43, #unrelaxed=528, #relaxed=50, #hardened=0
1.29/1.32	c BCD2: #sat=1 #unsat=44 bias=44/45
1.29/1.32	c Solving starts ...
1.29/1.32	c ============================[ Search Statistics ]============================
1.29/1.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.32	c =============================================================================
1.29/1.32	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1707
1.29/1.33	c  0.0s |       0 |      136 |        0 |     9055      0 |     1099 |     1707
1.29/1.33	c #cpu_time = 0.009s
1.29/1.33	c #wall_clock_time = 0.009s
1.29/1.33	c #decision = 136
1.29/1.33	c #random_decision = 0
1.29/1.33	c #conflict = 0
1.29/1.33	c #restart = 0
1.29/1.33	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.29/1.33	c lower bound updated to 13550643751
1.29/1.34	c BCD2: 13603165625 <= obj <= 99266343714
1.29/1.34	c BCD2: #cores=44, #unrelaxed=527, #relaxed=51, #hardened=0
1.29/1.34	c BCD2: #sat=1 #unsat=45 bias=45/46
1.29/1.34	c Solving starts ...
1.29/1.34	c ============================[ Search Statistics ]============================
1.29/1.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.34	c =============================================================================
1.29/1.34	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1707
1.29/1.35	c  0.0s |       0 |      146 |        0 |     9055      0 |     1099 |     1707
1.29/1.35	c #cpu_time = 0.009s
1.29/1.35	c #wall_clock_time = 0.009s
1.29/1.35	c #decision = 146
1.29/1.35	c #random_decision = 0
1.29/1.35	c #conflict = 0
1.29/1.35	c #restart = 0
1.29/1.35	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.29/1.35	c lower bound updated to 13865775001
1.29/1.36	c BCD2: 13918296875 <= obj <= 99266343714
1.29/1.36	c BCD2: #cores=45, #unrelaxed=526, #relaxed=52, #hardened=0
1.29/1.36	c BCD2: #sat=1 #unsat=46 bias=46/47
1.29/1.36	c Solving starts ...
1.29/1.36	c ============================[ Search Statistics ]============================
1.29/1.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.36	c =============================================================================
1.29/1.36	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1707
1.29/1.37	c  0.0s |       0 |      149 |        0 |     9055      0 |     1099 |     1707
1.29/1.37	c #cpu_time = 0.009s
1.29/1.37	c #wall_clock_time = 0.009s
1.29/1.37	c #decision = 149
1.29/1.37	c #random_decision = 0
1.29/1.37	c #conflict = 0
1.29/1.37	c #restart = 0
1.29/1.37	c BCD2: found a new core of size 3: cost of the new core is >=315131250
1.29/1.37	c lower bound updated to 14180906251
1.29/1.38	c BCD2: 14233428125 <= obj <= 99266343714
1.29/1.38	c BCD2: #cores=46, #unrelaxed=523, #relaxed=55, #hardened=0
1.29/1.38	c BCD2: #sat=1 #unsat=47 bias=47/48
1.29/1.38	c Solving starts ...
1.29/1.38	c ============================[ Search Statistics ]============================
1.29/1.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.38	c =============================================================================
1.29/1.38	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1708
1.29/1.39	c  0.0s |       0 |      151 |        0 |     9055      0 |     1099 |     1708
1.29/1.39	c #cpu_time = 0.009s
1.29/1.39	c #wall_clock_time = 0.009s
1.29/1.39	c #decision = 151
1.29/1.39	c #random_decision = 0
1.29/1.39	c #conflict = 0
1.29/1.39	c #restart = 0
1.29/1.39	c BCD2: found a new core of size 3: cost of the new core is >=315131250
1.29/1.39	c lower bound updated to 14496037501
1.39/1.40	c BCD2: 14548559375 <= obj <= 99266343714
1.39/1.40	c BCD2: #cores=47, #unrelaxed=520, #relaxed=58, #hardened=0
1.39/1.40	c BCD2: #sat=1 #unsat=48 bias=48/49
1.39/1.40	c Solving starts ...
1.39/1.40	c ============================[ Search Statistics ]============================
1.39/1.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.40	c =============================================================================
1.39/1.40	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1709
1.39/1.41	c  0.0s |       0 |      155 |        0 |     9055      0 |     1099 |     1709
1.39/1.41	c #cpu_time = 0.009s
1.39/1.41	c #wall_clock_time = 0.009s
1.39/1.41	c #decision = 155
1.39/1.41	c #random_decision = 0
1.39/1.41	c #conflict = 0
1.39/1.41	c #restart = 0
1.39/1.41	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.39/1.41	c lower bound updated to 14811168751
1.39/1.42	c BCD2: 14863690625 <= obj <= 99266343714
1.39/1.42	c BCD2: #cores=48, #unrelaxed=519, #relaxed=59, #hardened=0
1.39/1.42	c BCD2: #sat=1 #unsat=49 bias=49/50
1.39/1.42	c Solving starts ...
1.39/1.42	c ============================[ Search Statistics ]============================
1.39/1.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.42	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.42	c =============================================================================
1.39/1.42	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1709
1.39/1.43	c  0.0s |       0 |      160 |        0 |     9055      0 |     1099 |     1709
1.39/1.43	c #cpu_time = 0.010s
1.39/1.43	c #wall_clock_time = 0.010s
1.39/1.43	c #decision = 160
1.39/1.43	c #random_decision = 0
1.39/1.43	c #conflict = 0
1.39/1.43	c #restart = 0
1.39/1.43	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.39/1.43	c lower bound updated to 15126300001
1.39/1.43	c BCD2: 15178821875 <= obj <= 99266343714
1.39/1.43	c BCD2: #cores=49, #unrelaxed=518, #relaxed=60, #hardened=0
1.39/1.43	c BCD2: #sat=1 #unsat=50 bias=50/51
1.39/1.43	c Solving starts ...
1.39/1.43	c ============================[ Search Statistics ]============================
1.39/1.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.43	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.43	c =============================================================================
1.39/1.43	c  0.0s |       0 |        0 |        0 |     9055      0 |     1099 |     1709
1.39/1.45	c  0.0s |       0 |      163 |        0 |     9055      0 |     1099 |     1709
1.39/1.45	c #cpu_time = 0.010s
1.39/1.45	c #wall_clock_time = 0.010s
1.39/1.45	c #decision = 163
1.39/1.45	c #random_decision = 0
1.39/1.45	c #conflict = 0
1.39/1.45	c #restart = 0
1.39/1.45	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=630262500
1.39/1.45	c BCD2: refineLB: 624083456 -> 630262500
1.39/1.45	c lower bound updated to 15441431251
1.39/1.45	c BCD2: 15493953125 <= obj <= 99266343714
1.39/1.45	c BCD2: #cores=49, #unrelaxed=514, #relaxed=64, #hardened=0
1.39/1.45	c BCD2: #sat=1 #unsat=51 bias=51/52
1.39/1.45	c Solving starts ...
1.39/1.45	c ============================[ Search Statistics ]============================
1.39/1.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.45	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.45	c =============================================================================
1.39/1.45	c  0.0s |       0 |        0 |        0 |     9055      0 |     1103 |     1709
1.39/1.47	c  0.0s |       0 |      160 |        0 |     9055      0 |     1103 |     1716
1.39/1.47	c #cpu_time = 0.010s
1.39/1.47	c #wall_clock_time = 0.010s
1.39/1.47	c #decision = 160
1.39/1.47	c #random_decision = 0
1.39/1.47	c #conflict = 0
1.39/1.47	c #restart = 0
1.39/1.47	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.39/1.47	c lower bound updated to 15756562501
1.39/1.47	c BCD2: 15809084375 <= obj <= 99266343714
1.39/1.47	c BCD2: #cores=50, #unrelaxed=513, #relaxed=65, #hardened=0
1.39/1.47	c BCD2: #sat=1 #unsat=52 bias=52/53
1.39/1.47	c Solving starts ...
1.39/1.47	c ============================[ Search Statistics ]============================
1.39/1.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.47	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.47	c =============================================================================
1.39/1.47	c  0.0s |       0 |        0 |        0 |     9055      0 |     1103 |     1716
1.39/1.48	c  0.0s |       0 |      164 |        0 |     9055      0 |     1103 |     1716
1.39/1.48	c #cpu_time = 0.010s
1.39/1.48	c #wall_clock_time = 0.010s
1.39/1.48	c #decision = 164
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 0
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.39/1.48	c lower bound updated to 16071693751
1.39/1.49	c BCD2: 16124215625 <= obj <= 99266343714
1.39/1.49	c BCD2: #cores=51, #unrelaxed=512, #relaxed=66, #hardened=0
1.39/1.49	c BCD2: #sat=1 #unsat=53 bias=53/54
1.39/1.49	c Solving starts ...
1.39/1.49	c ============================[ Search Statistics ]============================
1.39/1.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.49	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.49	c =============================================================================
1.49/1.50	c  0.0s |       0 |        0 |        0 |     9055      0 |     1103 |     1716
1.49/1.51	c  0.0s |       0 |      178 |        0 |     9055      0 |     1103 |     1716
1.49/1.51	c #cpu_time = 0.009s
1.49/1.51	c #wall_clock_time = 0.009s
1.49/1.51	c #decision = 178
1.49/1.51	c #random_decision = 0
1.49/1.51	c #conflict = 0
1.49/1.51	c #restart = 0
1.49/1.51	c BCD2: found a new core of size 3: cost of the new core is >=315131250
1.49/1.51	c lower bound updated to 16386825001
1.49/1.52	c BCD2: 16439346875 <= obj <= 99266343714
1.49/1.52	c BCD2: #cores=52, #unrelaxed=509, #relaxed=69, #hardened=0
1.49/1.52	c BCD2: #sat=1 #unsat=54 bias=54/55
1.49/1.52	c Solving starts ...
1.49/1.52	c ============================[ Search Statistics ]============================
1.49/1.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.52	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.52	c =============================================================================
1.49/1.52	c  0.0s |       0 |        0 |        0 |     9055      0 |     1103 |     1717
1.49/1.53	c  0.0s |       0 |      180 |        0 |     9055      0 |     1103 |     1717
1.49/1.53	c #cpu_time = 0.009s
1.49/1.53	c #wall_clock_time = 0.009s
1.49/1.53	c #decision = 180
1.49/1.53	c #random_decision = 0
1.49/1.53	c #conflict = 0
1.49/1.53	c #restart = 0
1.49/1.53	c BCD2: found a new core of size 3: cost of the new core is >=315131250
1.49/1.53	c lower bound updated to 16701956251
1.49/1.54	c BCD2: 16754478125 <= obj <= 99266343714
1.49/1.54	c BCD2: #cores=53, #unrelaxed=506, #relaxed=72, #hardened=0
1.49/1.54	c BCD2: #sat=1 #unsat=55 bias=55/56
1.49/1.54	c Solving starts ...
1.49/1.54	c ============================[ Search Statistics ]============================
1.49/1.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.54	c =============================================================================
1.49/1.54	c  0.0s |       0 |        0 |        0 |     9055      0 |     1103 |     1718
1.49/1.55	c  0.0s |       0 |      181 |        0 |     9055      0 |     1103 |     1718
1.49/1.55	c #cpu_time = 0.009s
1.49/1.55	c #wall_clock_time = 0.009s
1.49/1.55	c #decision = 181
1.49/1.55	c #random_decision = 0
1.49/1.55	c #conflict = 0
1.49/1.55	c #restart = 0
1.49/1.55	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.49/1.55	c lower bound updated to 17017087501
1.49/1.55	c BCD2: 17069609375 <= obj <= 99266343714
1.49/1.55	c BCD2: #cores=54, #unrelaxed=505, #relaxed=73, #hardened=0
1.49/1.55	c BCD2: #sat=1 #unsat=56 bias=56/57
1.49/1.55	c Solving starts ...
1.49/1.55	c ============================[ Search Statistics ]============================
1.49/1.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.55	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.55	c =============================================================================
1.49/1.55	c  0.0s |       0 |        0 |        0 |     9055      0 |     1103 |     1718
1.49/1.56	c  0.0s |       0 |      184 |        0 |     9055      0 |     1103 |     1718
1.49/1.56	c #cpu_time = 0.010s
1.49/1.56	c #wall_clock_time = 0.010s
1.49/1.56	c #decision = 184
1.49/1.56	c #random_decision = 0
1.49/1.56	c #conflict = 0
1.49/1.56	c #restart = 0
1.49/1.56	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.49/1.56	c lower bound updated to 17332218751
1.49/1.57	c BCD2: 17384740625 <= obj <= 99266343714
1.49/1.57	c BCD2: #cores=55, #unrelaxed=504, #relaxed=74, #hardened=0
1.49/1.57	c BCD2: #sat=1 #unsat=57 bias=57/58
1.49/1.57	c Solving starts ...
1.49/1.57	c ============================[ Search Statistics ]============================
1.49/1.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.57	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.57	c =============================================================================
1.49/1.57	c  0.0s |       0 |        0 |        0 |     9055      0 |     1103 |     1718
1.49/1.58	c  0.0s |       0 |      192 |        0 |     9055      0 |     1103 |     1718
1.49/1.58	c #cpu_time = 0.009s
1.49/1.58	c #wall_clock_time = 0.010s
1.49/1.58	c #decision = 192
1.49/1.58	c #random_decision = 0
1.49/1.58	c #conflict = 0
1.49/1.58	c #restart = 0
1.49/1.58	c BCD2: found a new core of size 3: cost of the new core is >=315131250
1.49/1.58	c lower bound updated to 17647350001
1.49/1.59	c BCD2: 17699871875 <= obj <= 99266343714
1.49/1.59	c BCD2: #cores=56, #unrelaxed=501, #relaxed=77, #hardened=0
1.49/1.59	c BCD2: #sat=1 #unsat=58 bias=58/59
1.49/1.59	c Solving starts ...
1.49/1.59	c ============================[ Search Statistics ]============================
1.49/1.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.59	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.59	c =============================================================================
1.49/1.59	c  0.0s |       0 |        0 |        0 |     9055      0 |     1103 |     1719
1.59/1.60	c  0.0s |       0 |      192 |        0 |     9055      0 |     1103 |     1719
1.59/1.60	c #cpu_time = 0.009s
1.59/1.60	c #wall_clock_time = 0.009s
1.59/1.60	c #decision = 192
1.59/1.60	c #random_decision = 0
1.59/1.60	c #conflict = 0
1.59/1.60	c #restart = 0
1.59/1.60	c BCD2: found a new core of size 3: cost of the new core is >=315131250
1.59/1.60	c lower bound updated to 17962481251
1.59/1.61	c BCD2: 18015003125 <= obj <= 99266343714
1.59/1.61	c BCD2: #cores=57, #unrelaxed=498, #relaxed=80, #hardened=0
1.59/1.61	c BCD2: #sat=1 #unsat=59 bias=59/60
1.59/1.61	c Solving starts ...
1.59/1.61	c ============================[ Search Statistics ]============================
1.59/1.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.61	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.61	c =============================================================================
1.59/1.61	c  0.0s |       0 |        0 |        0 |     9055      0 |     1103 |     1720
1.59/1.62	c  0.0s |       0 |      193 |        0 |     9055      0 |     1103 |     1720
1.59/1.62	c #cpu_time = 0.009s
1.59/1.62	c #wall_clock_time = 0.009s
1.59/1.62	c #decision = 193
1.59/1.62	c #random_decision = 0
1.59/1.62	c #conflict = 0
1.59/1.62	c #restart = 0
1.59/1.62	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.59/1.62	c lower bound updated to 18277612501
1.59/1.63	c BCD2: 18330134375 <= obj <= 99266343714
1.59/1.63	c BCD2: #cores=58, #unrelaxed=497, #relaxed=81, #hardened=0
1.59/1.63	c BCD2: #sat=1 #unsat=60 bias=60/61
1.59/1.63	c Solving starts ...
1.59/1.63	c ============================[ Search Statistics ]============================
1.59/1.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.63	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.63	c =============================================================================
1.59/1.63	c  0.0s |       0 |        0 |        0 |     9055      0 |     1103 |     1720
1.59/1.64	c  0.0s |       0 |      200 |        0 |     9055      0 |     1103 |     1720
1.59/1.64	c #cpu_time = 0.009s
1.59/1.64	c #wall_clock_time = 0.009s
1.59/1.64	c #decision = 200
1.59/1.64	c #random_decision = 0
1.59/1.64	c #conflict = 0
1.59/1.64	c #restart = 0
1.59/1.64	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.59/1.64	c lower bound updated to 18592743751
1.59/1.65	c BCD2: 18645265625 <= obj <= 99266343714
1.59/1.65	c BCD2: #cores=59, #unrelaxed=496, #relaxed=82, #hardened=0
1.59/1.65	c BCD2: #sat=1 #unsat=61 bias=61/62
1.59/1.65	c Solving starts ...
1.59/1.65	c ============================[ Search Statistics ]============================
1.59/1.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.65	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.65	c =============================================================================
1.59/1.65	c  0.0s |       0 |        0 |        0 |     9055      0 |     1103 |     1720
1.59/1.66	c  0.0s |       0 |      201 |        0 |     9055      0 |     1103 |     1720
1.59/1.66	c #cpu_time = 0.010s
1.59/1.66	c #wall_clock_time = 0.010s
1.59/1.66	c #decision = 201
1.59/1.66	c #random_decision = 0
1.59/1.66	c #conflict = 0
1.59/1.66	c #restart = 0
1.59/1.66	c BCD2: found a new core of size 3: cost of the new core is >=315131250
1.59/1.66	c lower bound updated to 18907875001
1.59/1.67	c BCD2: 18960396875 <= obj <= 99266343714
1.59/1.67	c BCD2: #cores=60, #unrelaxed=493, #relaxed=85, #hardened=0
1.59/1.67	c BCD2: #sat=1 #unsat=62 bias=62/63
1.59/1.67	c Solving starts ...
1.59/1.67	c ============================[ Search Statistics ]============================
1.59/1.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.67	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.67	c =============================================================================
1.59/1.67	c  0.0s |       0 |        0 |        0 |     9055      0 |     1103 |     1721
1.59/1.68	c  0.0s |       0 |      203 |        0 |     9055      0 |     1103 |     1721
1.59/1.68	c #cpu_time = 0.009s
1.59/1.68	c #wall_clock_time = 0.009s
1.59/1.68	c #decision = 203
1.59/1.68	c #random_decision = 0
1.59/1.68	c #conflict = 0
1.59/1.68	c #restart = 0
1.59/1.68	c BCD2: found a new core of size 3: cost of the new core is >=315131250
1.59/1.68	c lower bound updated to 19223006251
1.59/1.69	c BCD2: 19275528125 <= obj <= 99266343714
1.59/1.69	c BCD2: #cores=61, #unrelaxed=490, #relaxed=88, #hardened=0
1.59/1.69	c BCD2: #sat=1 #unsat=63 bias=63/64
1.59/1.69	c Solving starts ...
1.59/1.69	c ============================[ Search Statistics ]============================
1.59/1.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.69	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.69	c =============================================================================
1.59/1.69	c  0.0s |       0 |        0 |        0 |     9055      0 |     1103 |     1722
1.69/1.70	c  0.0s |       0 |      204 |        0 |     9055      0 |     1103 |     1722
1.69/1.70	c #cpu_time = 0.009s
1.69/1.70	c #wall_clock_time = 0.009s
1.69/1.70	c #decision = 204
1.69/1.70	c #random_decision = 0
1.69/1.70	c #conflict = 0
1.69/1.70	c #restart = 0
1.69/1.70	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.69/1.70	c lower bound updated to 19538137501
1.69/1.71	c BCD2: 19590659375 <= obj <= 99266343714
1.69/1.71	c BCD2: #cores=62, #unrelaxed=489, #relaxed=89, #hardened=0
1.69/1.71	c BCD2: #sat=1 #unsat=64 bias=64/65
1.69/1.71	c Solving starts ...
1.69/1.71	c ============================[ Search Statistics ]============================
1.69/1.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.71	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.71	c =============================================================================
1.69/1.71	c  0.0s |       0 |        0 |        0 |     9055      0 |     1103 |     1722
1.69/1.72	c  0.0s |       0 |      206 |        0 |     9055      0 |     1103 |     1722
1.69/1.72	c #cpu_time = 0.010s
1.69/1.72	c #wall_clock_time = 0.010s
1.69/1.72	c #decision = 206
1.69/1.72	c #random_decision = 0
1.69/1.72	c #conflict = 0
1.69/1.72	c #restart = 0
1.69/1.72	c BCD2: found a new core of size 3: cost of the new core is >=315131250
1.69/1.72	c lower bound updated to 19853268751
1.69/1.73	c BCD2: 19905790625 <= obj <= 99266343714
1.69/1.73	c BCD2: #cores=63, #unrelaxed=486, #relaxed=92, #hardened=0
1.69/1.73	c BCD2: #sat=1 #unsat=65 bias=65/66
1.69/1.73	c Solving starts ...
1.69/1.73	c ============================[ Search Statistics ]============================
1.69/1.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.73	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.73	c =============================================================================
1.69/1.73	c  0.0s |       0 |        0 |        0 |     9055      0 |     1103 |     1723
1.69/1.74	c  0.0s |       0 |      205 |        0 |     9055      0 |     1103 |     1723
1.69/1.74	c #cpu_time = 0.009s
1.69/1.74	c #wall_clock_time = 0.009s
1.69/1.74	c #decision = 205
1.69/1.74	c #random_decision = 0
1.69/1.74	c #conflict = 0
1.69/1.74	c #restart = 0
1.69/1.74	c BCD2: found a new core of size 3: cost of the new core is >=315131250
1.69/1.74	c lower bound updated to 20168400001
1.69/1.75	c BCD2: 20220921875 <= obj <= 99266343714
1.69/1.75	c BCD2: #cores=64, #unrelaxed=483, #relaxed=95, #hardened=0
1.69/1.75	c BCD2: #sat=1 #unsat=66 bias=66/67
1.69/1.75	c Solving starts ...
1.69/1.75	c ============================[ Search Statistics ]============================
1.69/1.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.75	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.75	c =============================================================================
1.69/1.75	c  0.0s |       0 |        0 |        0 |     9055      0 |     1103 |     1724
1.69/1.76	c  0.0s |       0 |      205 |        0 |     9055      0 |     1103 |     1724
1.69/1.76	c #cpu_time = 0.009s
1.69/1.76	c #wall_clock_time = 0.009s
1.69/1.76	c #decision = 205
1.69/1.76	c #random_decision = 0
1.69/1.76	c #conflict = 0
1.69/1.76	c #restart = 0
1.69/1.76	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.69/1.76	c lower bound updated to 20483531251
1.69/1.77	c BCD2: 20536053125 <= obj <= 99266343714
1.69/1.77	c BCD2: #cores=65, #unrelaxed=482, #relaxed=96, #hardened=0
1.69/1.77	c BCD2: #sat=1 #unsat=67 bias=67/68
1.69/1.77	c Solving starts ...
1.69/1.77	c ============================[ Search Statistics ]============================
1.69/1.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.77	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.77	c =============================================================================
1.69/1.77	c  0.0s |       0 |        0 |        0 |     9055      0 |     1103 |     1724
1.69/1.78	c  0.0s |       0 |      206 |        0 |     9055      0 |     1103 |     1724
1.69/1.78	c #cpu_time = 0.010s
1.69/1.78	c #wall_clock_time = 0.010s
1.69/1.78	c #decision = 206
1.69/1.78	c #random_decision = 0
1.69/1.78	c #conflict = 0
1.69/1.78	c #restart = 0
1.69/1.78	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=945393750
1.69/1.78	c BCD2: refineLB: 940759467 -> 945393750
1.69/1.78	c lower bound updated to 20798662501
1.69/1.79	c BCD2: 20851184375 <= obj <= 99266343714
1.69/1.79	c BCD2: #cores=64, #unrelaxed=477, #relaxed=101, #hardened=0
1.69/1.79	c BCD2: #sat=1 #unsat=68 bias=68/69
1.69/1.79	c Solving starts ...
1.69/1.79	c ============================[ Search Statistics ]============================
1.69/1.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.79	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.79	c =============================================================================
1.99/2.02	c  0.0s |       0 |        0 |        0 |     9055      0 |     1115 |     1724
1.99/2.02	c  0.0s |       0 |      209 |        0 |     9055      0 |     1115 |     1746
1.99/2.02	c #cpu_time = 0.010s
1.99/2.02	c #wall_clock_time = 0.010s
1.99/2.02	c #decision = 209
1.99/2.02	c #random_decision = 0
1.99/2.02	c #conflict = 0
1.99/2.02	c #restart = 0
1.99/2.02	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.99/2.02	c lower bound updated to 21113793751
1.99/2.02	c BCD2: 21166315625 <= obj <= 99266343714
1.99/2.02	c BCD2: #cores=65, #unrelaxed=476, #relaxed=102, #hardened=0
1.99/2.02	c BCD2: #sat=1 #unsat=69 bias=69/70
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 |     9055      0 |     1115 |     1746
1.99/2.02	c  0.0s |       0 |      216 |        0 |     9055      0 |     1115 |     1746
1.99/2.02	c #cpu_time = 0.010s
1.99/2.02	c #wall_clock_time = 0.010s
1.99/2.02	c #decision = 216
1.99/2.02	c #random_decision = 0
1.99/2.02	c #conflict = 0
1.99/2.02	c #restart = 0
1.99/2.02	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.99/2.02	c lower bound updated to 21428925001
1.99/2.02	c BCD2: 21481446875 <= obj <= 99266343714
1.99/2.02	c BCD2: #cores=66, #unrelaxed=475, #relaxed=103, #hardened=0
1.99/2.02	c BCD2: #sat=1 #unsat=70 bias=70/71
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 |     9055      0 |     1115 |     1746
1.99/2.02	c  0.0s |       0 |      220 |        0 |     9055      0 |     1115 |     1746
1.99/2.02	c #cpu_time = 0.009s
1.99/2.02	c #wall_clock_time = 0.009s
1.99/2.02	c #decision = 220
1.99/2.02	c #random_decision = 0
1.99/2.02	c #conflict = 0
1.99/2.02	c #restart = 0
1.99/2.02	c BCD2: found a new core of size 3: cost of the new core is >=315131250
1.99/2.02	c lower bound updated to 21744056251
1.99/2.02	c BCD2: 21796578125 <= obj <= 99266343714
1.99/2.02	c BCD2: #cores=67, #unrelaxed=472, #relaxed=106, #hardened=0
1.99/2.02	c BCD2: #sat=1 #unsat=71 bias=71/72
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 |     9055      0 |     1115 |     1747
1.99/2.02	c  0.0s |       0 |      220 |        0 |     9055      0 |     1115 |     1747
1.99/2.02	c #cpu_time = 0.009s
1.99/2.02	c #wall_clock_time = 0.010s
1.99/2.02	c #decision = 220
1.99/2.02	c #random_decision = 0
1.99/2.02	c #conflict = 0
1.99/2.02	c #restart = 0
1.99/2.02	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=630262500
1.99/2.02	c BCD2: refineLB: 625885678 -> 630262500
1.99/2.02	c lower bound updated to 22059187501
1.99/2.02	c BCD2: 22111709375 <= obj <= 99266343714
1.99/2.02	c BCD2: #cores=67, #unrelaxed=468, #relaxed=110, #hardened=0
1.99/2.02	c BCD2: #sat=1 #unsat=72 bias=72/73
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 |     9055      0 |     1128 |     1747
1.99/2.02	c  0.0s |       0 |      217 |        0 |     9055      0 |     1128 |     1772
1.99/2.02	c #cpu_time = 0.010s
1.99/2.02	c #wall_clock_time = 0.010s
1.99/2.02	c #decision = 217
1.99/2.02	c #random_decision = 0
1.99/2.02	c #conflict = 0
1.99/2.02	c #restart = 0
1.99/2.02	c BCD2: found a new core of size 3: cost of the new core is >=315131250
1.99/2.02	c lower bound updated to 22374318751
1.99/2.02	c BCD2: 22426840625 <= obj <= 99266343714
1.99/2.02	c BCD2: #cores=68, #unrelaxed=465, #relaxed=113, #hardened=0
1.99/2.02	c BCD2: #sat=1 #unsat=73 bias=73/74
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 |     9055      0 |     1128 |     1773
1.99/2.02	c  0.0s |       0 |      218 |        0 |     9055      0 |     1128 |     1773
1.99/2.02	c #cpu_time = 0.009s
1.99/2.02	c #wall_clock_time = 0.009s
1.99/2.02	c #decision = 218
1.99/2.02	c #random_decision = 0
1.99/2.02	c #conflict = 0
1.99/2.02	c #restart = 0
1.99/2.02	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.99/2.02	c lower bound updated to 22689450001
1.99/2.02	c BCD2: 22741971875 <= obj <= 99266343714
1.99/2.02	c BCD2: #cores=69, #unrelaxed=464, #relaxed=114, #hardened=0
1.99/2.02	c BCD2: #sat=1 #unsat=74 bias=74/75
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 |     9055      0 |     1128 |     1773
1.99/2.02	c  0.0s |       0 |      221 |        0 |     9055      0 |     1128 |     1773
1.99/2.02	c #cpu_time = 0.009s
1.99/2.02	c #wall_clock_time = 0.009s
1.99/2.02	c #decision = 221
1.99/2.02	c #random_decision = 0
1.99/2.02	c #conflict = 0
1.99/2.02	c #restart = 0
1.99/2.02	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=630262500
1.99/2.02	c BCD2: refineLB: 626060751 -> 630262500
1.99/2.02	c lower bound updated to 23004581251
1.99/2.02	c BCD2: 23057103125 <= obj <= 99266343714
1.99/2.02	c BCD2: #cores=69, #unrelaxed=460, #relaxed=118, #hardened=0
1.99/2.02	c BCD2: #sat=1 #unsat=75 bias=75/76
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 |     9055      0 |     1138 |     1773
1.99/2.02	c  0.0s |       0 |      219 |        0 |     9055      0 |     1138 |     1792
1.99/2.02	c #cpu_time = 0.010s
1.99/2.02	c #wall_clock_time = 0.010s
1.99/2.02	c #decision = 219
1.99/2.02	c #random_decision = 0
1.99/2.02	c #conflict = 0
1.99/2.02	c #restart = 0
1.99/2.02	c BCD2: found a new core of size 3: cost of the new core is >=315131250
1.99/2.02	c lower bound updated to 23319712501
1.99/2.02	c BCD2: 23372234375 <= obj <= 99266343714
1.99/2.02	c BCD2: #cores=70, #unrelaxed=457, #relaxed=121, #hardened=0
1.99/2.02	c BCD2: #sat=1 #unsat=76 bias=76/77
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 |     9055      0 |     1138 |     1793
1.99/2.03	c  0.0s |       0 |      226 |        0 |     9055      0 |     1138 |     1793
1.99/2.03	c #cpu_time = 0.009s
1.99/2.03	c #wall_clock_time = 0.009s
1.99/2.03	c #decision = 226
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 1: cost of the new core is >=315131250
1.99/2.03	c lower bound updated to 23634843751
1.99/2.03	c BCD2: 23687365625 <= obj <= 99266343714
1.99/2.03	c BCD2: #cores=71, #unrelaxed=456, #relaxed=122, #hardened=0
1.99/2.03	c BCD2: #sat=1 #unsat=77 bias=77/78
1.99/2.03	c Solving starts ...
1.99/2.03	c ============================[ Search Statistics ]============================
1.99/2.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.03	c =============================================================================
1.99/2.03	c  0.0s |       0 |        0 |        0 |     9055      0 |     1138 |     1793
1.99/2.03	c  0.0s |       0 |      228 |        0 |     9055      0 |     1138 |     1793
1.99/2.03	c #cpu_time = 0.010s
1.99/2.03	c #wall_clock_time = 0.010s
1.99/2.03	c #decision = 228
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 >=315131250
1.99/2.03	c lower bound updated to 23949975001
1.99/2.03	c BCD2: 24002496875 <= obj <= 99266343714
1.99/2.03	c BCD2: #cores=72, #unrelaxed=453, #relaxed=125, #hardened=0
1.99/2.03	c BCD2: #sat=1 #unsat=78 bias=78/79
1.99/2.03	c Solving starts ...
1.99/2.03	c ============================[ Search Statistics ]============================
1.99/2.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.03	c =============================================================================
1.99/2.03	c  0.0s |       0 |        0 |        0 |     9055      0 |     1138 |     1794
1.99/2.03	c  0.0s |       0 |      257 |        1 |     9055      0 |     1138 |     1794
1.99/2.03	c #cpu_time = 0.010s
1.99/2.03	c #wall_clock_time = 0.010s
1.99/2.03	c #decision = 257
1.99/2.03	c #random_decision = 0
1.99/2.03	c #conflict = 1
1.99/2.03	c #restart = 0
1.99/2.03	c BCD2: relaxing 7 and merging with 3 cores into a new core of size 20: cost of the new core is >=1575656250
1.99/2.03	c BCD2: refineLB: 1571667247 -> 1575656250
1.99/2.03	c lower bound updated to 24265106251
1.99/2.03	c BCD2: 24317628125 <= obj <= 99266343714
1.99/2.03	c BCD2: #cores=70, #unrelaxed=446, #relaxed=132, #hardened=0
1.99/2.03	c BCD2: #sat=1 #unsat=79 bias=79/80
1.99/2.03	c Solving starts ...
1.99/2.03	c ============================[ Search Statistics ]============================
1.99/2.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.03	c =============================================================================
1.99/2.03	c  0.0s |       0 |        0 |        0 |     9055      0 |     1191 |     1794
1.99/2.03	c  0.0s |       0 |      222 |        0 |     9055      0 |     1191 |     1897
1.99/2.03	c #cpu_time = 0.010s
1.99/2.03	c #wall_clock_time = 0.010s
1.99/2.03	c #decision = 222
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 1: cost of the new core is >=315131250
1.99/2.03	c lower bound updated to 24580237501
1.99/2.04	c BCD2: 24632759375 <= obj <= 99266343714
1.99/2.04	c BCD2: #cores=71, #unrelaxed=445, #relaxed=133, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=80 bias=80/81
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 |     9055      0 |     1191 |     1897
1.99/2.05	c  0.0s |       0 |      223 |        0 |     9055      0 |     1191 |     1897
1.99/2.05	c #cpu_time = 0.010s
1.99/2.05	c #wall_clock_time = 0.010s
1.99/2.05	c #decision = 223
1.99/2.05	c #random_decision = 0
1.99/2.05	c #conflict = 0
1.99/2.05	c #restart = 0
1.99/2.05	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.99/2.05	c lower bound updated to 24895368751
1.99/2.06	c BCD2: 24947890625 <= obj <= 99266343714
1.99/2.06	c BCD2: #cores=72, #unrelaxed=444, #relaxed=134, #hardened=0
1.99/2.06	c BCD2: #sat=1 #unsat=81 bias=81/82
1.99/2.06	c Solving starts ...
1.99/2.06	c ============================[ Search Statistics ]============================
1.99/2.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.06	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.06	c =============================================================================
1.99/2.06	c  0.0s |       0 |        0 |        0 |     9055      0 |     1191 |     1897
1.99/2.07	c  0.0s |       0 |      225 |        0 |     9055      0 |     1191 |     1897
1.99/2.07	c #cpu_time = 0.010s
1.99/2.07	c #wall_clock_time = 0.010s
1.99/2.07	c #decision = 225
1.99/2.07	c #random_decision = 0
1.99/2.07	c #conflict = 0
1.99/2.07	c #restart = 0
1.99/2.07	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.99/2.07	c lower bound updated to 25210500001
1.99/2.07	c BCD2: 25263021875 <= obj <= 99266343714
1.99/2.07	c BCD2: #cores=73, #unrelaxed=443, #relaxed=135, #hardened=0
1.99/2.07	c BCD2: #sat=1 #unsat=82 bias=82/83
1.99/2.08	c Solving starts ...
1.99/2.08	c ============================[ Search Statistics ]============================
1.99/2.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.08	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.08	c =============================================================================
1.99/2.08	c  0.0s |       0 |        0 |        0 |     9055      0 |     1191 |     1897
1.99/2.09	c  0.0s |       0 |      233 |        0 |     9055      0 |     1191 |     1897
1.99/2.09	c #cpu_time = 0.009s
1.99/2.09	c #wall_clock_time = 0.009s
1.99/2.09	c #decision = 233
1.99/2.09	c #random_decision = 0
1.99/2.09	c #conflict = 0
1.99/2.09	c #restart = 0
1.99/2.09	c BCD2: found a new core of size 1: cost of the new core is >=315131250
1.99/2.09	c lower bound updated to 25525631251
2.09/2.10	c BCD2: 25578153125 <= obj <= 99266343714
2.09/2.10	c BCD2: #cores=74, #unrelaxed=442, #relaxed=136, #hardened=0
2.09/2.10	c BCD2: #sat=1 #unsat=83 bias=83/84
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 |     9055      0 |     1191 |     1897
2.09/2.11	c  0.0s |       0 |      237 |        0 |     9055      0 |     1191 |     1897
2.09/2.11	c #cpu_time = 0.010s
2.09/2.11	c #wall_clock_time = 0.010s
2.09/2.11	c #decision = 237
2.09/2.11	c #random_decision = 0
2.09/2.11	c #conflict = 0
2.09/2.11	c #restart = 0
2.09/2.11	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.09/2.11	c lower bound updated to 25840762501
2.09/2.12	c BCD2: 25893284375 <= obj <= 99266343714
2.09/2.12	c BCD2: #cores=75, #unrelaxed=439, #relaxed=139, #hardened=0
2.09/2.12	c BCD2: #sat=1 #unsat=84 bias=84/85
2.09/2.12	c Solving starts ...
2.09/2.12	c ============================[ Search Statistics ]============================
2.09/2.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.12	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.12	c =============================================================================
2.09/2.12	c  0.0s |       0 |        0 |        0 |     9055      0 |     1191 |     1898
2.09/2.13	c  0.0s |       0 |      237 |        0 |     9055      0 |     1191 |     1898
2.09/2.13	c #cpu_time = 0.009s
2.09/2.13	c #wall_clock_time = 0.009s
2.09/2.13	c #decision = 237
2.09/2.13	c #random_decision = 0
2.09/2.13	c #conflict = 0
2.09/2.13	c #restart = 0
2.09/2.13	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.09/2.13	c lower bound updated to 26155893751
2.09/2.14	c BCD2: 26208415625 <= obj <= 99266343714
2.09/2.14	c BCD2: #cores=76, #unrelaxed=436, #relaxed=142, #hardened=0
2.09/2.14	c BCD2: #sat=1 #unsat=85 bias=85/86
2.09/2.14	c Solving starts ...
2.09/2.14	c ============================[ Search Statistics ]============================
2.09/2.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.14	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.14	c =============================================================================
2.09/2.14	c  0.0s |       0 |        0 |        0 |     9055      0 |     1191 |     1899
2.09/2.15	c  0.0s |       0 |      237 |        0 |     9055      0 |     1191 |     1899
2.09/2.15	c #cpu_time = 0.009s
2.09/2.15	c #wall_clock_time = 0.009s
2.09/2.15	c #decision = 237
2.09/2.15	c #random_decision = 0
2.09/2.15	c #conflict = 0
2.09/2.15	c #restart = 0
2.09/2.15	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.09/2.15	c lower bound updated to 26471025001
2.09/2.16	c BCD2: 26523546875 <= obj <= 99266343714
2.09/2.16	c BCD2: #cores=77, #unrelaxed=433, #relaxed=145, #hardened=0
2.09/2.16	c BCD2: #sat=1 #unsat=86 bias=86/87
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 |     9055      0 |     1191 |     1900
2.09/2.17	c  0.0s |       0 |      236 |        0 |     9055      0 |     1191 |     1900
2.09/2.17	c #cpu_time = 0.009s
2.09/2.17	c #wall_clock_time = 0.009s
2.09/2.17	c #decision = 236
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: found a new core of size 3: cost of the new core is >=315131250
2.09/2.17	c lower bound updated to 26786156251
2.09/2.18	c BCD2: 26838678125 <= obj <= 99266343714
2.09/2.18	c BCD2: #cores=78, #unrelaxed=430, #relaxed=148, #hardened=0
2.09/2.18	c BCD2: #sat=1 #unsat=87 bias=87/88
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 |     9055      0 |     1191 |     1901
2.09/2.19	c  0.0s |       0 |      239 |        0 |     9055      0 |     1191 |     1901
2.09/2.19	c #cpu_time = 0.009s
2.09/2.19	c #wall_clock_time = 0.009s
2.09/2.19	c #decision = 239
2.09/2.19	c #random_decision = 0
2.09/2.19	c #conflict = 0
2.09/2.19	c #restart = 0
2.09/2.19	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.09/2.19	c lower bound updated to 27101287501
2.09/2.20	c BCD2: 27153809375 <= obj <= 99266343714
2.09/2.20	c BCD2: #cores=79, #unrelaxed=427, #relaxed=151, #hardened=0
2.09/2.20	c BCD2: #sat=1 #unsat=88 bias=88/89
2.09/2.20	c Solving starts ...
2.09/2.20	c ============================[ Search Statistics ]============================
2.09/2.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.20	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.20	c =============================================================================
2.09/2.20	c  0.0s |       0 |        0 |        0 |     9055      0 |     1191 |     1902
2.19/2.21	c  0.0s |       0 |      243 |        0 |     9055      0 |     1191 |     1902
2.19/2.21	c #cpu_time = 0.009s
2.19/2.21	c #wall_clock_time = 0.009s
2.19/2.21	c #decision = 243
2.19/2.21	c #random_decision = 0
2.19/2.21	c #conflict = 0
2.19/2.21	c #restart = 0
2.19/2.21	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.19/2.21	c lower bound updated to 27416418751
2.19/2.22	c BCD2: 27468940625 <= obj <= 99266343714
2.19/2.22	c BCD2: #cores=80, #unrelaxed=424, #relaxed=154, #hardened=0
2.19/2.22	c BCD2: #sat=1 #unsat=89 bias=89/90
2.19/2.22	c Solving starts ...
2.19/2.22	c ============================[ Search Statistics ]============================
2.19/2.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.22	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.22	c =============================================================================
2.19/2.22	c  0.0s |       0 |        0 |        0 |     9055      0 |     1191 |     1903
2.19/2.23	c  0.0s |       0 |      244 |        0 |     9055      0 |     1191 |     1903
2.19/2.23	c #cpu_time = 0.009s
2.19/2.23	c #wall_clock_time = 0.009s
2.19/2.23	c #decision = 244
2.19/2.23	c #random_decision = 0
2.19/2.23	c #conflict = 0
2.19/2.23	c #restart = 0
2.19/2.23	c BCD2: found a new core of size 6: cost of the new core is >=315131250
2.19/2.23	c lower bound updated to 27731550001
2.19/2.24	c BCD2: 27784071875 <= obj <= 99266343714
2.19/2.24	c BCD2: #cores=81, #unrelaxed=418, #relaxed=160, #hardened=0
2.19/2.24	c BCD2: #sat=1 #unsat=90 bias=90/91
2.19/2.24	c Solving starts ...
2.19/2.24	c ============================[ Search Statistics ]============================
2.19/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.24	c =============================================================================
2.19/2.24	c  0.0s |       0 |        0 |        0 |     9055      0 |     1191 |     1904
2.19/2.25	c  0.0s |       0 |      245 |        0 |     9055      0 |     1191 |     1904
2.19/2.25	c #cpu_time = 0.009s
2.19/2.25	c #wall_clock_time = 0.009s
2.19/2.25	c #decision = 245
2.19/2.25	c #random_decision = 0
2.19/2.25	c #conflict = 0
2.19/2.25	c #restart = 0
2.19/2.25	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.19/2.25	c lower bound updated to 28046681251
2.19/2.26	c BCD2: 28099203125 <= obj <= 99266343714
2.19/2.26	c BCD2: #cores=82, #unrelaxed=415, #relaxed=163, #hardened=0
2.19/2.26	c BCD2: #sat=1 #unsat=91 bias=91/92
2.19/2.27	c Solving starts ...
2.19/2.27	c ============================[ Search Statistics ]============================
2.19/2.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.27	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.27	c =============================================================================
2.19/2.27	c  0.0s |       0 |        0 |        0 |     9055      0 |     1191 |     1905
2.19/2.28	c  0.0s |       0 |      246 |        0 |     9055      0 |     1191 |     1905
2.19/2.28	c #cpu_time = 0.009s
2.19/2.28	c #wall_clock_time = 0.009s
2.19/2.28	c #decision = 246
2.19/2.28	c #random_decision = 0
2.19/2.28	c #conflict = 0
2.19/2.28	c #restart = 0
2.19/2.28	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.19/2.28	c lower bound updated to 28361812501
2.19/2.29	c BCD2: 28414334375 <= obj <= 99266343714
2.19/2.29	c BCD2: #cores=83, #unrelaxed=412, #relaxed=166, #hardened=0
2.19/2.29	c BCD2: #sat=1 #unsat=92 bias=92/93
2.19/2.29	c Solving starts ...
2.19/2.29	c ============================[ Search Statistics ]============================
2.19/2.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.29	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.29	c =============================================================================
2.19/2.29	c  0.0s |       0 |        0 |        0 |     9055      0 |     1191 |     1906
2.19/2.30	c  0.0s |       0 |      248 |        0 |     9055      0 |     1191 |     1906
2.19/2.30	c #cpu_time = 0.009s
2.19/2.30	c #wall_clock_time = 0.009s
2.19/2.30	c #decision = 248
2.19/2.30	c #random_decision = 0
2.19/2.30	c #conflict = 0
2.19/2.30	c #restart = 0
2.19/2.30	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.19/2.30	c lower bound updated to 28676943751
2.29/2.31	c BCD2: 28729465625 <= obj <= 99266343714
2.29/2.31	c BCD2: #cores=84, #unrelaxed=409, #relaxed=169, #hardened=0
2.29/2.31	c BCD2: #sat=1 #unsat=93 bias=93/94
2.29/2.31	c Solving starts ...
2.29/2.31	c ============================[ Search Statistics ]============================
2.29/2.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.31	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.31	c =============================================================================
2.29/2.31	c  0.0s |       0 |        0 |        0 |     9055      0 |     1191 |     1907
2.29/2.32	c  0.0s |       0 |      248 |        0 |     9055      0 |     1191 |     1907
2.29/2.32	c #cpu_time = 0.009s
2.29/2.32	c #wall_clock_time = 0.009s
2.29/2.32	c #decision = 248
2.29/2.32	c #random_decision = 0
2.29/2.32	c #conflict = 0
2.29/2.32	c #restart = 0
2.29/2.32	c BCD2: found a new core of size 1: cost of the new core is >=315131250
2.29/2.32	c lower bound updated to 28992075001
2.29/2.33	c BCD2: 29044596875 <= obj <= 99266343714
2.29/2.33	c BCD2: #cores=85, #unrelaxed=408, #relaxed=170, #hardened=0
2.29/2.33	c BCD2: #sat=1 #unsat=94 bias=94/95
2.29/2.33	c Solving starts ...
2.29/2.33	c ============================[ Search Statistics ]============================
2.29/2.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.33	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.33	c =============================================================================
2.29/2.33	c  0.0s |       0 |        0 |        0 |     9055      0 |     1191 |     1907
2.29/2.34	c  0.0s |       0 |      251 |        0 |     9055      0 |     1191 |     1907
2.29/2.34	c #cpu_time = 0.010s
2.29/2.34	c #wall_clock_time = 0.010s
2.29/2.34	c #decision = 251
2.29/2.34	c #random_decision = 0
2.29/2.34	c #conflict = 0
2.29/2.34	c #restart = 0
2.29/2.34	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=630262500
2.29/2.34	c BCD2: refineLB: 315131251 -> 630262500
2.29/2.34	c lower bound updated to 29307206251
2.29/2.35	c BCD2: 29359728125 <= obj <= 99266343714
2.29/2.35	c BCD2: #cores=85, #unrelaxed=404, #relaxed=174, #hardened=0
2.29/2.35	c BCD2: #sat=1 #unsat=95 bias=95/96
2.29/2.35	c Solving starts ...
2.29/2.35	c ============================[ Search Statistics ]============================
2.29/2.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.35	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.35	c =============================================================================
2.29/2.35	c  0.0s |       0 |        0 |        0 |     9055      0 |     1192 |     1907
2.29/2.36	c  0.0s |       0 |      251 |        0 |     9055      0 |     1192 |     1908
2.29/2.36	c #cpu_time = 0.010s
2.29/2.36	c #wall_clock_time = 0.010s
2.29/2.36	c #decision = 251
2.29/2.36	c #random_decision = 0
2.29/2.36	c #conflict = 0
2.29/2.36	c #restart = 0
2.29/2.36	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.29/2.36	c lower bound updated to 29622337501
2.29/2.37	c BCD2: 29674859375 <= obj <= 99266343714
2.29/2.37	c BCD2: #cores=86, #unrelaxed=401, #relaxed=177, #hardened=0
2.29/2.37	c BCD2: #sat=1 #unsat=96 bias=96/97
2.29/2.37	c Solving starts ...
2.29/2.37	c ============================[ Search Statistics ]============================
2.29/2.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.37	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.37	c =============================================================================
2.29/2.37	c  0.0s |       0 |        0 |        0 |     9055      0 |     1192 |     1909
2.29/2.38	c  0.0s |       0 |      258 |        0 |     9055      0 |     1192 |     1909
2.29/2.38	c #cpu_time = 0.010s
2.29/2.38	c #wall_clock_time = 0.010s
2.29/2.38	c #decision = 258
2.29/2.38	c #random_decision = 0
2.29/2.38	c #conflict = 0
2.29/2.38	c #restart = 0
2.29/2.38	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.29/2.38	c lower bound updated to 29937468751
2.29/2.39	c BCD2: 29989990625 <= obj <= 99266343714
2.29/2.39	c BCD2: #cores=87, #unrelaxed=398, #relaxed=180, #hardened=0
2.29/2.39	c BCD2: #sat=1 #unsat=97 bias=97/98
2.29/2.39	c Solving starts ...
2.29/2.39	c ============================[ Search Statistics ]============================
2.29/2.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.39	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.39	c =============================================================================
2.29/2.39	c  0.0s |       0 |        0 |        0 |     9055      0 |     1192 |     1910
2.38/2.40	c  0.0s |       0 |      259 |        0 |     9055      0 |     1192 |     1910
2.38/2.40	c #cpu_time = 0.010s
2.38/2.40	c #wall_clock_time = 0.010s
2.38/2.40	c #decision = 259
2.38/2.40	c #random_decision = 0
2.38/2.40	c #conflict = 0
2.38/2.40	c #restart = 0
2.38/2.40	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.38/2.40	c lower bound updated to 30252600001
2.38/2.41	c BCD2: 30305121875 <= obj <= 99266343714
2.38/2.41	c BCD2: #cores=88, #unrelaxed=395, #relaxed=183, #hardened=0
2.38/2.41	c BCD2: #sat=1 #unsat=98 bias=98/99
2.38/2.42	c Solving starts ...
2.38/2.42	c ============================[ Search Statistics ]============================
2.38/2.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.42	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.42	c =============================================================================
2.38/2.42	c  0.0s |       0 |        0 |        0 |     9055      0 |     1192 |     1911
2.38/2.43	c  0.0s |       0 |      261 |        0 |     9055      0 |     1192 |     1911
2.38/2.43	c #cpu_time = 0.010s
2.38/2.43	c #wall_clock_time = 0.010s
2.38/2.43	c #decision = 261
2.38/2.43	c #random_decision = 0
2.38/2.43	c #conflict = 0
2.38/2.43	c #restart = 0
2.38/2.43	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.38/2.43	c lower bound updated to 30567731251
2.38/2.44	c BCD2: 30620253125 <= obj <= 99266343714
2.38/2.44	c BCD2: #cores=89, #unrelaxed=392, #relaxed=186, #hardened=0
2.38/2.44	c BCD2: #sat=1 #unsat=99 bias=99/100
2.38/2.44	c Solving starts ...
2.38/2.44	c ============================[ Search Statistics ]============================
2.38/2.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.44	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.44	c =============================================================================
2.38/2.44	c  0.0s |       0 |        0 |        0 |     9055      0 |     1192 |     1912
2.38/2.45	c  0.0s |       0 |      261 |        0 |     9055      0 |     1192 |     1912
2.38/2.45	c #cpu_time = 0.010s
2.38/2.45	c #wall_clock_time = 0.010s
2.38/2.45	c #decision = 261
2.38/2.45	c #random_decision = 0
2.38/2.45	c #conflict = 0
2.38/2.45	c #restart = 0
2.38/2.45	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.38/2.45	c lower bound updated to 30882862501
2.38/2.46	c BCD2: 30935384375 <= obj <= 99266343714
2.38/2.46	c BCD2: #cores=90, #unrelaxed=389, #relaxed=189, #hardened=0
2.38/2.46	c BCD2: #sat=1 #unsat=100 bias=100/101
2.38/2.46	c Solving starts ...
2.38/2.46	c ============================[ Search Statistics ]============================
2.38/2.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.46	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.46	c =============================================================================
2.38/2.46	c  0.0s |       0 |        0 |        0 |     9055      0 |     1192 |     1913
2.38/2.47	c  0.0s |       0 |      264 |        0 |     9055      0 |     1192 |     1913
2.38/2.47	c #cpu_time = 0.010s
2.38/2.47	c #wall_clock_time = 0.010s
2.38/2.47	c #decision = 264
2.38/2.47	c #random_decision = 0
2.38/2.47	c #conflict = 0
2.38/2.47	c #restart = 0
2.38/2.47	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.38/2.47	c lower bound updated to 31197993751
2.38/2.48	c BCD2: 31250515625 <= obj <= 99266343714
2.38/2.48	c BCD2: #cores=91, #unrelaxed=386, #relaxed=192, #hardened=0
2.38/2.48	c BCD2: #sat=1 #unsat=101 bias=101/102
2.38/2.48	c Solving starts ...
2.38/2.48	c ============================[ Search Statistics ]============================
2.38/2.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.48	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.48	c =============================================================================
2.38/2.48	c  0.0s |       0 |        0 |        0 |     9055      0 |     1192 |     1914
2.38/2.49	c  0.0s |       0 |      266 |        0 |     9055      0 |     1192 |     1914
2.38/2.49	c #cpu_time = 0.010s
2.38/2.49	c #wall_clock_time = 0.010s
2.38/2.49	c #decision = 266
2.38/2.49	c #random_decision = 0
2.38/2.49	c #conflict = 0
2.38/2.49	c #restart = 0
2.38/2.49	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.38/2.49	c lower bound updated to 31513125001
2.48/2.50	c BCD2: 31565646875 <= obj <= 99266343714
2.48/2.50	c BCD2: #cores=92, #unrelaxed=383, #relaxed=195, #hardened=0
2.48/2.50	c BCD2: #sat=1 #unsat=102 bias=102/103
2.48/2.51	c Solving starts ...
2.48/2.51	c ============================[ Search Statistics ]============================
2.48/2.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.51	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.51	c =============================================================================
2.48/2.51	c  0.0s |       0 |        0 |        0 |     9055      0 |     1192 |     1915
2.48/2.52	c  0.0s |       0 |      268 |        0 |     9055      0 |     1192 |     1915
2.48/2.52	c #cpu_time = 0.010s
2.48/2.52	c #wall_clock_time = 0.010s
2.48/2.52	c #decision = 268
2.48/2.52	c #random_decision = 0
2.48/2.52	c #conflict = 0
2.48/2.52	c #restart = 0
2.48/2.52	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.48/2.52	c lower bound updated to 31828256251
2.48/2.53	c BCD2: 31880778125 <= obj <= 99266343714
2.48/2.53	c BCD2: #cores=93, #unrelaxed=380, #relaxed=198, #hardened=0
2.48/2.53	c BCD2: #sat=1 #unsat=103 bias=103/104
2.48/2.53	c Solving starts ...
2.48/2.53	c ============================[ Search Statistics ]============================
2.48/2.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.53	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.53	c =============================================================================
2.48/2.53	c  0.0s |       0 |        0 |        0 |     9055      0 |     1192 |     1916
2.48/2.54	c  0.0s |       0 |      269 |        0 |     9055      0 |     1192 |     1916
2.48/2.54	c #cpu_time = 0.011s
2.48/2.54	c #wall_clock_time = 0.011s
2.48/2.54	c #decision = 269
2.48/2.54	c #random_decision = 0
2.48/2.54	c #conflict = 0
2.48/2.54	c #restart = 0
2.48/2.54	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.48/2.54	c lower bound updated to 32143387501
2.48/2.55	c BCD2: 32195909375 <= obj <= 99266343714
2.48/2.55	c BCD2: #cores=94, #unrelaxed=377, #relaxed=201, #hardened=0
2.48/2.55	c BCD2: #sat=1 #unsat=104 bias=104/105
2.48/2.55	c Solving starts ...
2.48/2.55	c ============================[ Search Statistics ]============================
2.48/2.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.55	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.55	c =============================================================================
2.48/2.55	c  0.0s |       0 |        0 |        0 |     9055      0 |     1192 |     1917
2.48/2.56	c  0.0s |       0 |      276 |        1 |     9055      0 |     1192 |     1917
2.48/2.56	c #cpu_time = 0.011s
2.48/2.56	c #wall_clock_time = 0.011s
2.48/2.56	c #decision = 276
2.48/2.56	c #random_decision = 0
2.48/2.56	c #conflict = 1
2.48/2.56	c #restart = 0
2.48/2.56	c BCD2: relaxing 16 and merging with 4 cores into a new core of size 40: cost of the new core is >=2521050000
2.48/2.56	c BCD2: refineLB: 2518048751 -> 2521050000
2.48/2.56	c lower bound updated to 32458518751
2.48/2.57	c BCD2: 32511040625 <= obj <= 99266343714
2.48/2.57	c BCD2: #cores=91, #unrelaxed=361, #relaxed=217, #hardened=0
2.48/2.57	c BCD2: #sat=1 #unsat=105 bias=105/106
2.48/2.57	c Solving starts ...
2.48/2.57	c ============================[ Search Statistics ]============================
2.48/2.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.57	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.57	c =============================================================================
2.48/2.57	c  0.0s |       0 |        0 |        0 |     9055      0 |     1314 |     1917
2.48/2.59	c  0.0s |       0 |      262 |        0 |     9055      0 |     1314 |     2157
2.48/2.59	c #cpu_time = 0.012s
2.48/2.59	c #wall_clock_time = 0.012s
2.48/2.59	c #decision = 262
2.48/2.59	c #random_decision = 0
2.48/2.59	c #conflict = 0
2.48/2.59	c #restart = 0
2.48/2.59	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.48/2.59	c lower bound updated to 32773650001
2.59/2.60	c BCD2: 32826171875 <= obj <= 99266343714
2.59/2.60	c BCD2: #cores=92, #unrelaxed=358, #relaxed=220, #hardened=0
2.59/2.60	c BCD2: #sat=1 #unsat=106 bias=106/107
2.59/2.60	c Solving starts ...
2.59/2.60	c ============================[ Search Statistics ]============================
2.59/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.60	c =============================================================================
2.59/2.60	c  0.0s |       0 |        0 |        0 |     9055      0 |     1314 |     2158
2.59/2.61	c  0.0s |       0 |      261 |        0 |     9055      0 |     1314 |     2158
2.59/2.61	c #cpu_time = 0.011s
2.59/2.61	c #wall_clock_time = 0.011s
2.59/2.61	c #decision = 261
2.59/2.61	c #random_decision = 0
2.59/2.61	c #conflict = 0
2.59/2.61	c #restart = 0
2.59/2.61	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=630262500
2.59/2.61	c BCD2: refineLB: 627317349 -> 630262500
2.59/2.61	c lower bound updated to 33088781251
2.59/2.62	c BCD2: 33141303125 <= obj <= 99266343714
2.59/2.62	c BCD2: #cores=92, #unrelaxed=354, #relaxed=224, #hardened=0
2.59/2.62	c BCD2: #sat=1 #unsat=107 bias=107/108
2.59/2.62	c Solving starts ...
2.59/2.62	c ============================[ Search Statistics ]============================
2.59/2.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.62	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.62	c =============================================================================
2.59/2.62	c  0.0s |       0 |        0 |        0 |     9055      0 |     1325 |     2158
2.59/2.63	c  0.0s |       0 |      260 |        0 |     9055      0 |     1325 |     2179
2.59/2.63	c #cpu_time = 0.010s
2.59/2.63	c #wall_clock_time = 0.010s
2.59/2.63	c #decision = 260
2.59/2.63	c #random_decision = 0
2.59/2.63	c #conflict = 0
2.59/2.63	c #restart = 0
2.59/2.64	c BCD2: found a new core of size 1: cost of the new core is >=315131250
2.59/2.64	c lower bound updated to 33403912501
2.59/2.64	c BCD2: 33456434375 <= obj <= 99266343714
2.59/2.64	c BCD2: #cores=93, #unrelaxed=353, #relaxed=225, #hardened=0
2.59/2.64	c BCD2: #sat=1 #unsat=108 bias=108/109
2.59/2.65	c Solving starts ...
2.59/2.65	c ============================[ Search Statistics ]============================
2.59/2.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.65	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.65	c =============================================================================
2.59/2.65	c  0.0s |       0 |        0 |        0 |     9055      0 |     1325 |     2179
2.59/2.66	c  0.0s |       0 |      263 |        0 |     9055      0 |     1325 |     2179
2.59/2.66	c #cpu_time = 0.012s
2.59/2.66	c #wall_clock_time = 0.012s
2.59/2.66	c #decision = 263
2.59/2.66	c #random_decision = 0
2.59/2.66	c #conflict = 0
2.59/2.66	c #restart = 0
2.59/2.66	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.59/2.66	c lower bound updated to 33719043751
2.59/2.67	c BCD2: 33771565625 <= obj <= 99266343714
2.59/2.67	c BCD2: #cores=94, #unrelaxed=350, #relaxed=228, #hardened=0
2.59/2.67	c BCD2: #sat=1 #unsat=109 bias=109/110
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 |     9055      0 |     1325 |     2180
2.59/2.68	c  0.0s |       0 |      263 |        0 |     9055      0 |     1325 |     2180
2.59/2.68	c #cpu_time = 0.010s
2.59/2.68	c #wall_clock_time = 0.010s
2.59/2.68	c #decision = 263
2.59/2.68	c #random_decision = 0
2.59/2.68	c #conflict = 0
2.59/2.68	c #restart = 0
2.59/2.68	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=945393750
2.59/2.68	c BCD2: refineLB: 942528921 -> 945393750
2.59/2.68	c lower bound updated to 34034175001
2.59/2.69	c BCD2: 34086696875 <= obj <= 99266343714
2.59/2.69	c BCD2: #cores=93, #unrelaxed=345, #relaxed=233, #hardened=0
2.59/2.69	c BCD2: #sat=1 #unsat=110 bias=110/111
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 |     9055      0 |     1373 |     2180
2.69/2.70	c  0.0s |       0 |      264 |        0 |     9055      0 |     1373 |     2274
2.69/2.70	c #cpu_time = 0.011s
2.69/2.70	c #wall_clock_time = 0.011s
2.69/2.70	c #decision = 264
2.69/2.70	c #random_decision = 0
2.69/2.70	c #conflict = 0
2.69/2.70	c #restart = 0
2.69/2.70	c BCD2: found a new core of size 6: cost of the new core is >=315131250
2.69/2.70	c lower bound updated to 34349306251
2.69/2.71	c BCD2: 34401828125 <= obj <= 99266343714
2.69/2.71	c BCD2: #cores=94, #unrelaxed=339, #relaxed=239, #hardened=0
2.69/2.71	c BCD2: #sat=1 #unsat=111 bias=111/112
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 |     9055      0 |     1373 |     2275
2.69/2.73	c  0.0s |       0 |      261 |        0 |     9055      0 |     1373 |     2275
2.69/2.73	c #cpu_time = 0.010s
2.69/2.73	c #wall_clock_time = 0.010s
2.69/2.73	c #decision = 261
2.69/2.73	c #random_decision = 0
2.69/2.73	c #conflict = 0
2.69/2.73	c #restart = 0
2.69/2.73	c BCD2: found a new core of size 3: cost of the new core is >=315131250
2.69/2.73	c lower bound updated to 34664437501
2.69/2.74	c BCD2: 34716959375 <= obj <= 99266343714
2.69/2.74	c BCD2: #cores=95, #unrelaxed=336, #relaxed=242, #hardened=0
2.69/2.74	c BCD2: #sat=1 #unsat=112 bias=112/113
2.69/2.74	c Solving starts ...
2.69/2.74	c ============================[ Search Statistics ]============================
2.69/2.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.74	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.74	c =============================================================================
2.69/2.74	c  0.0s |       0 |        0 |        0 |     9055      0 |     1373 |     2276
2.69/2.75	c  0.0s |       0 |      261 |        0 |     9055      0 |     1373 |     2276
2.69/2.75	c #cpu_time = 0.010s
2.69/2.75	c #wall_clock_time = 0.010s
2.69/2.75	c #decision = 261
2.69/2.75	c #random_decision = 0
2.69/2.75	c #conflict = 0
2.69/2.75	c #restart = 0
2.69/2.75	c BCD2: found a new core of size 1: cost of the new core is >=1500625
2.69/2.75	c lower bound updated to 34665938126
2.69/2.76	c BCD2: 34718460000 <= obj <= 99266343714
2.69/2.76	c BCD2: #cores=96, #unrelaxed=335, #relaxed=243, #hardened=0
2.69/2.76	c BCD2: #sat=1 #unsat=113 bias=113/114
2.69/2.76	c Solving starts ...
2.69/2.76	c ============================[ Search Statistics ]============================
2.69/2.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.76	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.76	c =============================================================================
2.69/2.76	c  0.0s |       0 |        0 |        0 |     9055      0 |     1373 |     2276
2.69/2.77	c  0.0s |       0 |      262 |        0 |     9055      0 |     1373 |     2276
2.69/2.77	c #cpu_time = 0.011s
2.69/2.77	c #wall_clock_time = 0.011s
2.69/2.77	c #decision = 262
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 >=42875
2.69/2.77	c lower bound updated to 34665981001
2.69/2.78	c BCD2: 34718502875 <= obj <= 99266343714
2.69/2.78	c BCD2: #cores=97, #unrelaxed=334, #relaxed=244, #hardened=0
2.69/2.78	c BCD2: #sat=1 #unsat=114 bias=114/115
2.69/2.78	c Solving starts ...
2.69/2.78	c ============================[ Search Statistics ]============================
2.69/2.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.78	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.78	c =============================================================================
2.69/2.78	c  0.0s |       0 |        0 |        0 |     9055      0 |     1373 |     2276
2.69/2.79	c  0.0s |       0 |      264 |        0 |     9055      0 |     1373 |     2276
2.69/2.79	c #cpu_time = 0.011s
2.69/2.79	c #wall_clock_time = 0.011s
2.69/2.79	c #decision = 264
2.69/2.79	c #random_decision = 0
2.69/2.79	c #conflict = 0
2.69/2.79	c #restart = 0
2.69/2.79	c BCD2: found a new core of size 2: cost of the new core is >=35
2.69/2.79	c lower bound updated to 34665981036
2.79/2.80	c BCD2: 34718502910 <= obj <= 99266343714
2.79/2.80	c BCD2: #cores=98, #unrelaxed=332, #relaxed=246, #hardened=0
2.79/2.80	c BCD2: #sat=1 #unsat=115 bias=115/116
2.79/2.80	c Solving starts ...
2.79/2.80	c ============================[ Search Statistics ]============================
2.79/2.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.80	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.80	c =============================================================================
2.79/2.80	c  0.0s |       0 |        0 |        0 |     9055      0 |     1373 |     2276
2.79/2.82	c  0.0s |       0 |      463 |        1 |     9055      0 |     1373 |     2276
2.79/2.82	c #cpu_time = 0.011s
2.79/2.82	c #wall_clock_time = 0.012s
2.79/2.82	c #decision = 463
2.79/2.82	c #random_decision = 0
2.79/2.82	c #conflict = 1
2.79/2.82	c #restart = 0
2.79/2.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
2.79/2.82	c lower bound updated to 34665981037
2.79/2.83	c BCD2: 34718502911 <= obj <= 99266343714
2.79/2.83	c BCD2: #cores=98, #unrelaxed=331, #relaxed=247, #hardened=0
2.79/2.83	c BCD2: #sat=1 #unsat=116 bias=116/117
2.79/2.83	c Solving starts ...
2.79/2.83	c ============================[ Search Statistics ]============================
2.79/2.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.83	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.83	c =============================================================================
2.79/2.83	c  0.0s |       0 |        0 |        0 |     9055      0 |     1374 |     2276
2.79/2.84	c  0.0s |       0 |      264 |        0 |     9055      0 |     1374 |     2277
2.79/2.84	c #cpu_time = 0.011s
2.79/2.84	c #wall_clock_time = 0.011s
2.79/2.84	c #decision = 264
2.79/2.84	c #random_decision = 0
2.79/2.84	c #conflict = 0
2.79/2.84	c #restart = 0
2.79/2.84	c BCD2: found a new core of size 1: cost of the new core is >=1500625
2.79/2.84	c lower bound updated to 34667481662
2.79/2.85	c BCD2: 34720003536 <= obj <= 99266343714
2.79/2.85	c BCD2: #cores=99, #unrelaxed=330, #relaxed=248, #hardened=0
2.79/2.85	c BCD2: #sat=1 #unsat=117 bias=117/118
2.79/2.85	c Solving starts ...
2.79/2.85	c ============================[ Search Statistics ]============================
2.79/2.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.85	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.85	c =============================================================================
2.79/2.85	c  0.0s |       0 |        0 |        0 |     9055      0 |     1374 |     2277
2.79/2.86	c  0.0s |       0 |      265 |        0 |     9055      0 |     1374 |     2277
2.79/2.86	c #cpu_time = 0.011s
2.79/2.86	c #wall_clock_time = 0.012s
2.79/2.86	c #decision = 265
2.79/2.86	c #random_decision = 0
2.79/2.86	c #conflict = 0
2.79/2.86	c #restart = 0
2.79/2.86	c BCD2: found a new core of size 1: cost of the new core is >=42875
2.79/2.86	c lower bound updated to 34667524537
2.79/2.87	c BCD2: 34720046411 <= obj <= 99266343714
2.79/2.87	c BCD2: #cores=100, #unrelaxed=329, #relaxed=249, #hardened=0
2.79/2.87	c BCD2: #sat=1 #unsat=118 bias=118/119
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 |     9055      0 |     1374 |     2277
2.79/2.88	c  0.0s |       0 |      267 |        0 |     9055      0 |     1374 |     2277
2.79/2.88	c #cpu_time = 0.011s
2.79/2.88	c #wall_clock_time = 0.012s
2.79/2.88	c #decision = 267
2.79/2.88	c #random_decision = 0
2.79/2.88	c #conflict = 0
2.79/2.88	c #restart = 0
2.79/2.88	c BCD2: found a new core of size 2: cost of the new core is >=35
2.79/2.88	c lower bound updated to 34667524572
2.79/2.89	c BCD2: 34720046446 <= obj <= 99266343714
2.79/2.89	c BCD2: #cores=101, #unrelaxed=327, #relaxed=251, #hardened=0
2.79/2.89	c BCD2: #sat=1 #unsat=119 bias=119/120
2.79/2.89	c Solving starts ...
2.79/2.89	c ============================[ Search Statistics ]============================
2.79/2.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.89	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.89	c =============================================================================
2.89/2.90	c  0.0s |       0 |        0 |        0 |     9055      0 |     1374 |     2277
2.89/2.91	c  0.0s |       0 |      466 |        1 |     9055      0 |     1374 |     2277
2.89/2.91	c #cpu_time = 0.012s
2.89/2.91	c #wall_clock_time = 0.012s
2.89/2.91	c #decision = 466
2.89/2.91	c #random_decision = 0
2.89/2.91	c #conflict = 1
2.89/2.91	c #restart = 0
2.89/2.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
2.89/2.91	c lower bound updated to 34667524573
2.89/2.92	c BCD2: 34720046447 <= obj <= 99266343714
2.89/2.92	c BCD2: #cores=101, #unrelaxed=326, #relaxed=252, #hardened=0
2.89/2.92	c BCD2: #sat=1 #unsat=120 bias=120/121
2.89/2.92	c Solving starts ...
2.89/2.92	c ============================[ Search Statistics ]============================
2.89/2.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.92	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.92	c =============================================================================
2.89/2.92	c  0.0s |       0 |        0 |        0 |     9055      0 |     1375 |     2277
2.89/2.93	c  0.0s |       0 |      267 |        0 |     9055      0 |     1375 |     2278
2.89/2.93	c #cpu_time = 0.011s
2.89/2.93	c #wall_clock_time = 0.011s
2.89/2.93	c #decision = 267
2.89/2.93	c #random_decision = 0
2.89/2.93	c #conflict = 0
2.89/2.93	c #restart = 0
2.89/2.93	c BCD2: found a new core of size 1: cost of the new core is >=1500625
2.89/2.93	c lower bound updated to 34669025198
2.89/2.94	c BCD2: 34721547072 <= obj <= 99266343714
2.89/2.94	c BCD2: #cores=102, #unrelaxed=325, #relaxed=253, #hardened=0
2.89/2.94	c BCD2: #sat=1 #unsat=121 bias=121/122
2.89/2.94	c Solving starts ...
2.89/2.94	c ============================[ Search Statistics ]============================
2.89/2.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.94	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.94	c =============================================================================
2.89/2.94	c  0.0s |       0 |        0 |        0 |     9055      0 |     1375 |     2278
2.89/2.95	c  0.0s |       0 |      269 |        0 |     9055      0 |     1375 |     2278
2.89/2.95	c #cpu_time = 0.012s
2.89/2.95	c #wall_clock_time = 0.012s
2.89/2.95	c #decision = 269
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 >=1225
2.89/2.95	c lower bound updated to 34669026423
2.89/2.96	c BCD2: 34721548297 <= obj <= 99266343714
2.89/2.96	c BCD2: #cores=103, #unrelaxed=323, #relaxed=255, #hardened=0
2.89/2.96	c BCD2: #sat=1 #unsat=122 bias=122/123
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 |     9055      0 |     1375 |     2278
2.89/2.98	c  0.0s |       0 |      470 |        1 |     9055      0 |     1375 |     2278
2.89/2.98	c #cpu_time = 0.013s
2.89/2.98	c #wall_clock_time = 0.013s
2.89/2.98	c #decision = 470
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 >=1260
2.89/2.98	c lower bound updated to 34669026458
2.89/2.98	c BCD2: 34721548332 <= obj <= 99266343714
2.89/2.98	c BCD2: #cores=103, #unrelaxed=322, #relaxed=256, #hardened=0
2.89/2.98	c BCD2: #sat=1 #unsat=123 bias=123/124
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 |     9055      0 |     1376 |     2278
2.99/3.00	c  0.0s |       0 |      468 |        1 |     9055      0 |     1376 |     2279
2.99/3.00	c #cpu_time = 0.013s
2.99/3.00	c #wall_clock_time = 0.013s
2.99/3.00	c #decision = 468
2.99/3.00	c #random_decision = 0
2.99/3.00	c #conflict = 1
2.99/3.00	c #restart = 0
2.99/3.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1261
2.99/3.00	c lower bound updated to 34669026459
2.99/3.01	c BCD2: 34721548333 <= obj <= 99266343714
2.99/3.01	c BCD2: #cores=103, #unrelaxed=321, #relaxed=257, #hardened=0
2.99/3.01	c BCD2: #sat=1 #unsat=124 bias=124/125
2.99/3.01	c Solving starts ...
2.99/3.01	c ============================[ Search Statistics ]============================
2.99/3.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.01	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.01	c =============================================================================
2.99/3.01	c  0.0s |       0 |        0 |        0 |     9055      0 |     1377 |     2279
2.99/3.02	c  0.0s |       0 |      269 |        0 |     9055      0 |     1377 |     2280
2.99/3.02	c #cpu_time = 0.011s
2.99/3.02	c #wall_clock_time = 0.011s
2.99/3.02	c #decision = 269
2.99/3.02	c #random_decision = 0
2.99/3.02	c #conflict = 0
2.99/3.02	c #restart = 0
2.99/3.02	c BCD2: found a new core of size 1: cost of the new core is >=1500625
2.99/3.02	c lower bound updated to 34670527084
2.99/3.03	c BCD2: 34723048958 <= obj <= 99266343714
2.99/3.03	c BCD2: #cores=104, #unrelaxed=320, #relaxed=258, #hardened=0
2.99/3.03	c BCD2: #sat=1 #unsat=125 bias=125/126
2.99/3.03	c Solving starts ...
2.99/3.03	c ============================[ Search Statistics ]============================
2.99/3.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.03	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.03	c =============================================================================
2.99/3.03	c  0.0s |       0 |        0 |        0 |     9055      0 |     1377 |     2280
2.99/3.05	c  0.0s |       0 |      271 |        0 |     9055      0 |     1377 |     2280
2.99/3.05	c #cpu_time = 0.013s
2.99/3.05	c #wall_clock_time = 0.013s
2.99/3.05	c #decision = 271
2.99/3.05	c #random_decision = 0
2.99/3.05	c #conflict = 0
2.99/3.05	c #restart = 0
2.99/3.05	c BCD2: found a new core of size 2: cost of the new core is >=1225
2.99/3.05	c lower bound updated to 34670528309
2.99/3.06	c BCD2: 34723050183 <= obj <= 99266343714
2.99/3.06	c BCD2: #cores=105, #unrelaxed=318, #relaxed=260, #hardened=0
2.99/3.06	c BCD2: #sat=1 #unsat=126 bias=126/127
2.99/3.06	c Solving starts ...
2.99/3.06	c ============================[ Search Statistics ]============================
2.99/3.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.06	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.06	c =============================================================================
2.99/3.06	c  0.0s |       0 |        0 |        0 |     9055      0 |     1377 |     2280
2.99/3.07	c  0.0s |       0 |      471 |        1 |     9055      0 |     1377 |     2280
2.99/3.07	c #cpu_time = 0.013s
2.99/3.07	c #wall_clock_time = 0.013s
2.99/3.07	c #decision = 471
2.99/3.07	c #random_decision = 0
2.99/3.07	c #conflict = 1
2.99/3.07	c #restart = 0
2.99/3.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1260
2.99/3.07	c lower bound updated to 34670528344
2.99/3.08	c BCD2: 34723050218 <= obj <= 99266343714
2.99/3.08	c BCD2: #cores=105, #unrelaxed=317, #relaxed=261, #hardened=0
2.99/3.08	c BCD2: #sat=1 #unsat=127 bias=127/128
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 |     9055      0 |     1378 |     2280
3.09/3.10	c  0.0s |       0 |      471 |        1 |     9055      0 |     1378 |     2281
3.09/3.10	c #cpu_time = 0.014s
3.09/3.10	c #wall_clock_time = 0.014s
3.09/3.10	c #decision = 471
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 4: cost of the new core is >=1261
3.09/3.10	c lower bound updated to 34670528345
3.09/3.10	c BCD2: 34723050219 <= obj <= 99266343714
3.09/3.10	c BCD2: #cores=105, #unrelaxed=316, #relaxed=262, #hardened=0
3.09/3.10	c BCD2: #sat=1 #unsat=128 bias=128/129
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 |     9055      0 |     1379 |     2281
3.09/3.12	c  0.0s |       0 |      271 |        0 |     9055      0 |     1379 |     2282
3.09/3.12	c #cpu_time = 0.011s
3.09/3.12	c #wall_clock_time = 0.011s
3.09/3.12	c #decision = 271
3.09/3.12	c #random_decision = 0
3.09/3.12	c #conflict = 0
3.09/3.12	c #restart = 0
3.09/3.12	c BCD2: found a new core of size 1: cost of the new core is >=1500625
3.09/3.12	c lower bound updated to 34672028970
3.09/3.13	c BCD2: 34724550844 <= obj <= 99266343714
3.09/3.13	c BCD2: #cores=106, #unrelaxed=315, #relaxed=263, #hardened=0
3.09/3.13	c BCD2: #sat=1 #unsat=129 bias=129/130
3.09/3.13	c Solving starts ...
3.09/3.13	c ============================[ Search Statistics ]============================
3.09/3.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.13	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.13	c =============================================================================
3.09/3.13	c  0.0s |       0 |        0 |        0 |     9055      0 |     1379 |     2282
3.09/3.14	c  0.0s |       0 |      272 |        0 |     9055      0 |     1379 |     2282
3.09/3.14	c #cpu_time = 0.012s
3.09/3.14	c #wall_clock_time = 0.012s
3.09/3.14	c #decision = 272
3.09/3.14	c #random_decision = 0
3.09/3.14	c #conflict = 0
3.09/3.14	c #restart = 0
3.09/3.14	c BCD2: found a new core of size 1: cost of the new core is >=42875
3.09/3.14	c lower bound updated to 34672071845
3.09/3.15	c BCD2: 34724593719 <= obj <= 99266343714
3.09/3.15	c BCD2: #cores=107, #unrelaxed=314, #relaxed=264, #hardened=0
3.09/3.15	c BCD2: #sat=1 #unsat=130 bias=130/131
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 |     9055      0 |     1379 |     2282
3.09/3.17	c  0.0s |       0 |      274 |        0 |     9055      0 |     1379 |     2282
3.09/3.17	c #cpu_time = 0.012s
3.09/3.17	c #wall_clock_time = 0.012s
3.09/3.17	c #decision = 274
3.09/3.17	c #random_decision = 0
3.09/3.17	c #conflict = 0
3.09/3.17	c #restart = 0
3.09/3.17	c BCD2: found a new core of size 2: cost of the new core is >=35
3.09/3.17	c lower bound updated to 34672071880
3.09/3.18	c BCD2: 34724593754 <= obj <= 99266343714
3.09/3.18	c BCD2: #cores=108, #unrelaxed=312, #relaxed=266, #hardened=0
3.09/3.18	c BCD2: #sat=1 #unsat=131 bias=131/132
3.09/3.18	c Solving starts ...
3.09/3.18	c ============================[ Search Statistics ]============================
3.09/3.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.18	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.18	c =============================================================================
3.09/3.18	c  0.0s |       0 |        0 |        0 |     9055      0 |     1379 |     2282
3.09/3.19	c  0.0s |       0 |      475 |        1 |     9055      0 |     1379 |     2282
3.09/3.19	c #cpu_time = 0.014s
3.09/3.19	c #wall_clock_time = 0.014s
3.09/3.19	c #decision = 475
3.09/3.19	c #random_decision = 0
3.09/3.19	c #conflict = 1
3.09/3.19	c #restart = 0
3.09/3.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
3.09/3.19	c lower bound updated to 34672071881
3.19/3.20	c BCD2: 34724593755 <= obj <= 99266343714
3.19/3.20	c BCD2: #cores=108, #unrelaxed=311, #relaxed=267, #hardened=0
3.19/3.20	c BCD2: #sat=1 #unsat=132 bias=132/133
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 |     9055      0 |     1380 |     2282
3.19/3.21	c  0.0s |       0 |      274 |        0 |     9055      0 |     1380 |     2283
3.19/3.21	c #cpu_time = 0.012s
3.19/3.21	c #wall_clock_time = 0.012s
3.19/3.21	c #decision = 274
3.19/3.21	c #random_decision = 0
3.19/3.21	c #conflict = 0
3.19/3.21	c #restart = 0
3.19/3.21	c BCD2: found a new core of size 1: cost of the new core is >=1500625
3.19/3.21	c lower bound updated to 34673572506
3.19/3.23	c BCD2: 34726094380 <= obj <= 99266343714
3.19/3.23	c BCD2: #cores=109, #unrelaxed=310, #relaxed=268, #hardened=0
3.19/3.23	c BCD2: #sat=1 #unsat=133 bias=133/134
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 |     9055      0 |     1380 |     2283
3.19/3.24	c  0.0s |       0 |      275 |        0 |     9055      0 |     1380 |     2283
3.19/3.24	c #cpu_time = 0.012s
3.19/3.24	c #wall_clock_time = 0.012s
3.19/3.24	c #decision = 275
3.19/3.24	c #random_decision = 0
3.19/3.24	c #conflict = 0
3.19/3.24	c #restart = 0
3.19/3.24	c BCD2: found a new core of size 1: cost of the new core is >=42875
3.19/3.24	c lower bound updated to 34673615381
3.19/3.25	c BCD2: 34726137255 <= obj <= 99266343714
3.19/3.25	c BCD2: #cores=110, #unrelaxed=309, #relaxed=269, #hardened=0
3.19/3.25	c BCD2: #sat=1 #unsat=134 bias=134/135
3.19/3.25	c Solving starts ...
3.19/3.25	c ============================[ Search Statistics ]============================
3.19/3.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.25	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.25	c =============================================================================
3.19/3.25	c  0.0s |       0 |        0 |        0 |     9055      0 |     1380 |     2283
3.19/3.26	c  0.0s |       0 |      277 |        0 |     9055      0 |     1380 |     2283
3.19/3.26	c #cpu_time = 0.012s
3.19/3.26	c #wall_clock_time = 0.012s
3.19/3.26	c #decision = 277
3.19/3.26	c #random_decision = 0
3.19/3.26	c #conflict = 0
3.19/3.26	c #restart = 0
3.19/3.26	c BCD2: found a new core of size 2: cost of the new core is >=35
3.19/3.26	c lower bound updated to 34673615416
3.19/3.27	c BCD2: 34726137290 <= obj <= 99266343714
3.19/3.27	c BCD2: #cores=111, #unrelaxed=307, #relaxed=271, #hardened=0
3.19/3.27	c BCD2: #sat=1 #unsat=135 bias=135/136
3.19/3.27	c Solving starts ...
3.19/3.27	c ============================[ Search Statistics ]============================
3.19/3.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.27	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.27	c =============================================================================
3.19/3.27	c  0.0s |       0 |        0 |        0 |     9055      0 |     1380 |     2283
3.19/3.29	c  0.0s |       0 |      481 |        1 |     9055      0 |     1380 |     2283
3.19/3.29	c #cpu_time = 0.014s
3.19/3.29	c #wall_clock_time = 0.014s
3.19/3.29	c #decision = 481
3.19/3.29	c #random_decision = 0
3.19/3.29	c #conflict = 1
3.19/3.29	c #restart = 0
3.19/3.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
3.19/3.29	c lower bound updated to 34673615417
3.19/3.30	c BCD2: 34726137291 <= obj <= 99266343714
3.19/3.30	c BCD2: #cores=111, #unrelaxed=306, #relaxed=272, #hardened=0
3.19/3.30	c BCD2: #sat=1 #unsat=136 bias=136/137
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 |     9055      0 |     1381 |     2283
3.30/3.31	c  0.0s |       0 |      277 |        0 |     9055      0 |     1381 |     2284
3.30/3.31	c #cpu_time = 0.012s
3.30/3.31	c #wall_clock_time = 0.012s
3.30/3.31	c #decision = 277
3.30/3.31	c #random_decision = 0
3.30/3.31	c #conflict = 0
3.30/3.31	c #restart = 0
3.30/3.31	c BCD2: found a new core of size 1: cost of the new core is >=1500625
3.30/3.31	c lower bound updated to 34675116042
3.30/3.32	c BCD2: 34727637916 <= obj <= 99266343714
3.30/3.32	c BCD2: #cores=112, #unrelaxed=305, #relaxed=273, #hardened=0
3.30/3.32	c BCD2: #sat=1 #unsat=137 bias=137/138
3.30/3.32	c Solving starts ...
3.30/3.32	c ============================[ Search Statistics ]============================
3.30/3.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.32	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.32	c =============================================================================
3.30/3.32	c  0.0s |       0 |        0 |        0 |     9055      0 |     1381 |     2284
3.30/3.34	c  0.0s |       0 |      279 |        0 |     9055      0 |     1381 |     2284
3.30/3.34	c #cpu_time = 0.013s
3.30/3.34	c #wall_clock_time = 0.013s
3.30/3.34	c #decision = 279
3.30/3.34	c #random_decision = 0
3.30/3.34	c #conflict = 0
3.30/3.34	c #restart = 0
3.30/3.34	c BCD2: found a new core of size 2: cost of the new core is >=1225
3.30/3.34	c lower bound updated to 34675117267
3.30/3.35	c BCD2: 34727639141 <= obj <= 99266343714
3.30/3.35	c BCD2: #cores=113, #unrelaxed=303, #relaxed=275, #hardened=0
3.30/3.35	c BCD2: #sat=1 #unsat=138 bias=138/139
3.30/3.35	c Solving starts ...
3.30/3.35	c ============================[ Search Statistics ]============================
3.30/3.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.35	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.35	c =============================================================================
3.30/3.35	c  0.0s |       0 |        0 |        0 |     9055      0 |     1381 |     2284
3.30/3.36	c  0.0s |       0 |      480 |        1 |     9055      0 |     1381 |     2284
3.30/3.36	c #cpu_time = 0.014s
3.30/3.36	c #wall_clock_time = 0.014s
3.30/3.36	c #decision = 480
3.30/3.36	c #random_decision = 0
3.30/3.36	c #conflict = 1
3.30/3.36	c #restart = 0
3.30/3.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1260
3.30/3.36	c lower bound updated to 34675117302
3.30/3.37	c BCD2: 34727639176 <= obj <= 99266343714
3.30/3.37	c BCD2: #cores=113, #unrelaxed=302, #relaxed=276, #hardened=0
3.30/3.37	c BCD2: #sat=1 #unsat=139 bias=139/140
3.30/3.37	c Solving starts ...
3.30/3.37	c ============================[ Search Statistics ]============================
3.30/3.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.37	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.37	c =============================================================================
3.30/3.37	c  0.0s |       0 |        0 |        0 |     9055      0 |     1382 |     2284
3.30/3.39	c  0.0s |       0 |      480 |        1 |     9055      0 |     1382 |     2285
3.30/3.39	c #cpu_time = 0.015s
3.30/3.39	c #wall_clock_time = 0.015s
3.30/3.39	c #decision = 480
3.30/3.39	c #random_decision = 0
3.30/3.39	c #conflict = 1
3.30/3.39	c #restart = 0
3.30/3.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1261
3.30/3.39	c lower bound updated to 34675117303
3.30/3.40	c BCD2: 34727639177 <= obj <= 99266343714
3.30/3.40	c BCD2: #cores=113, #unrelaxed=301, #relaxed=277, #hardened=0
3.30/3.40	c BCD2: #sat=1 #unsat=140 bias=140/141
3.30/3.40	c Solving starts ...
3.30/3.40	c ============================[ Search Statistics ]============================
3.30/3.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.40	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.40	c =============================================================================
3.30/3.40	c  0.0s |       0 |        0 |        0 |     9055      0 |     1383 |     2285
3.40/3.41	c  0.0s |       0 |      279 |        0 |     9055      0 |     1383 |     2286
3.40/3.41	c #cpu_time = 0.013s
3.40/3.41	c #wall_clock_time = 0.013s
3.40/3.41	c #decision = 279
3.40/3.41	c #random_decision = 0
3.40/3.41	c #conflict = 0
3.40/3.41	c #restart = 0
3.40/3.41	c BCD2: found a new core of size 1: cost of the new core is >=1500625
3.40/3.41	c lower bound updated to 34676617928
3.40/3.42	c BCD2: 34729139802 <= obj <= 99266343714
3.40/3.42	c BCD2: #cores=114, #unrelaxed=300, #relaxed=278, #hardened=0
3.40/3.42	c BCD2: #sat=1 #unsat=141 bias=141/142
3.40/3.42	c Solving starts ...
3.40/3.42	c ============================[ Search Statistics ]============================
3.40/3.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.42	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.42	c =============================================================================
3.40/3.43	c  0.0s |       0 |        0 |        0 |     9055      0 |     1383 |     2286
3.40/3.44	c  0.0s |       0 |      280 |        0 |     9055      0 |     1383 |     2286
3.40/3.44	c #cpu_time = 0.012s
3.40/3.44	c #wall_clock_time = 0.012s
3.40/3.44	c #decision = 280
3.40/3.44	c #random_decision = 0
3.40/3.44	c #conflict = 0
3.40/3.44	c #restart = 0
3.40/3.44	c BCD2: found a new core of size 1: cost of the new core is >=42875
3.40/3.44	c lower bound updated to 34676660803
3.40/3.45	c BCD2: 34729182677 <= obj <= 99266343714
3.40/3.45	c BCD2: #cores=115, #unrelaxed=299, #relaxed=279, #hardened=0
3.40/3.45	c BCD2: #sat=1 #unsat=142 bias=142/143
3.40/3.45	c Solving starts ...
3.40/3.45	c ============================[ Search Statistics ]============================
3.40/3.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.45	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.45	c =============================================================================
3.40/3.45	c  0.0s |       0 |        0 |        0 |     9055      0 |     1383 |     2286
3.40/3.46	c  0.0s |       0 |      282 |        0 |     9055      0 |     1383 |     2286
3.40/3.46	c #cpu_time = 0.013s
3.40/3.46	c #wall_clock_time = 0.013s
3.40/3.46	c #decision = 282
3.40/3.46	c #random_decision = 0
3.40/3.46	c #conflict = 0
3.40/3.46	c #restart = 0
3.40/3.46	c BCD2: found a new core of size 2: cost of the new core is >=35
3.40/3.46	c lower bound updated to 34676660838
3.40/3.47	c BCD2: 34729182712 <= obj <= 99266343714
3.40/3.47	c BCD2: #cores=116, #unrelaxed=297, #relaxed=281, #hardened=0
3.40/3.47	c BCD2: #sat=1 #unsat=143 bias=143/144
3.40/3.47	c Solving starts ...
3.40/3.47	c ============================[ Search Statistics ]============================
3.40/3.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.47	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.47	c =============================================================================
3.40/3.47	c  0.0s |       0 |        0 |        0 |     9055      0 |     1383 |     2286
3.40/3.49	c  0.0s |       0 |      484 |        1 |     9055      0 |     1383 |     2286
3.40/3.49	c #cpu_time = 0.014s
3.40/3.49	c #wall_clock_time = 0.014s
3.40/3.49	c #decision = 484
3.40/3.49	c #random_decision = 0
3.40/3.49	c #conflict = 1
3.40/3.49	c #restart = 0
3.40/3.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
3.40/3.49	c lower bound updated to 34676660839
3.40/3.50	c BCD2: 34729182713 <= obj <= 99266343714
3.40/3.50	c BCD2: #cores=116, #unrelaxed=296, #relaxed=282, #hardened=0
3.40/3.50	c BCD2: #sat=1 #unsat=144 bias=144/145
3.49/3.50	c Solving starts ...
3.49/3.50	c ============================[ Search Statistics ]============================
3.49/3.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.50	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.50	c =============================================================================
3.49/3.50	c  0.0s |       0 |        0 |        0 |     9055      0 |     1384 |     2286
3.49/3.51	c  0.0s |       0 |      282 |        0 |     9055      0 |     1384 |     2287
3.49/3.51	c #cpu_time = 0.013s
3.49/3.51	c #wall_clock_time = 0.013s
3.49/3.51	c #decision = 282
3.49/3.51	c #random_decision = 0
3.49/3.51	c #conflict = 0
3.49/3.51	c #restart = 0
3.49/3.51	c BCD2: found a new core of size 1: cost of the new core is >=1500625
3.49/3.51	c lower bound updated to 34678161464
3.49/3.52	c BCD2: 34730683338 <= obj <= 99266343714
3.49/3.52	c BCD2: #cores=117, #unrelaxed=295, #relaxed=283, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=145 bias=145/146
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 |     9055      0 |     1384 |     2287
3.49/3.54	c  0.0s |       0 |      284 |        0 |     9055      0 |     1384 |     2287
3.49/3.54	c #cpu_time = 0.013s
3.49/3.54	c #wall_clock_time = 0.013s
3.49/3.54	c #decision = 284
3.49/3.54	c #random_decision = 0
3.49/3.54	c #conflict = 0
3.49/3.54	c #restart = 0
3.49/3.54	c BCD2: found a new core of size 2: cost of the new core is >=1225
3.49/3.54	c lower bound updated to 34678162689
3.49/3.55	c BCD2: 34730684563 <= obj <= 99266343714
3.49/3.55	c BCD2: #cores=118, #unrelaxed=293, #relaxed=285, #hardened=0
3.49/3.55	c BCD2: #sat=1 #unsat=146 bias=146/147
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 |     9055      0 |     1384 |     2287
3.49/3.56	c  0.0s |       0 |      486 |        1 |     9055      0 |     1384 |     2287
3.49/3.56	c #cpu_time = 0.014s
3.49/3.56	c #wall_clock_time = 0.015s
3.49/3.56	c #decision = 486
3.49/3.56	c #random_decision = 0
3.49/3.56	c #conflict = 1
3.49/3.56	c #restart = 0
3.49/3.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1260
3.49/3.56	c lower bound updated to 34678162724
3.49/3.57	c BCD2: 34730684598 <= obj <= 99266343714
3.49/3.57	c BCD2: #cores=118, #unrelaxed=292, #relaxed=286, #hardened=0
3.49/3.57	c BCD2: #sat=1 #unsat=147 bias=147/148
3.49/3.57	c Solving starts ...
3.49/3.57	c ============================[ Search Statistics ]============================
3.49/3.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.57	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.57	c =============================================================================
3.49/3.57	c  0.0s |       0 |        0 |        0 |     9055      0 |     1385 |     2287
3.49/3.59	c  0.0s |       0 |      486 |        1 |     9055      0 |     1385 |     2288
3.49/3.59	c #cpu_time = 0.015s
3.49/3.59	c #wall_clock_time = 0.015s
3.49/3.59	c #decision = 486
3.49/3.59	c #random_decision = 0
3.49/3.59	c #conflict = 1
3.49/3.59	c #restart = 0
3.49/3.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1261
3.49/3.59	c lower bound updated to 34678162725
3.59/3.60	c BCD2: 34730684599 <= obj <= 99266343714
3.59/3.60	c BCD2: #cores=118, #unrelaxed=291, #relaxed=287, #hardened=0
3.59/3.60	c BCD2: #sat=1 #unsat=148 bias=148/149
3.59/3.60	c Solving starts ...
3.59/3.60	c ============================[ Search Statistics ]============================
3.59/3.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.60	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.60	c =============================================================================
3.59/3.60	c  0.0s |       0 |        0 |        0 |     9055      0 |     1386 |     2288
3.59/3.61	c  0.0s |       0 |      284 |        0 |     9055      0 |     1386 |     2289
3.59/3.61	c #cpu_time = 0.013s
3.59/3.61	c #wall_clock_time = 0.013s
3.59/3.61	c #decision = 284
3.59/3.61	c #random_decision = 0
3.59/3.61	c #conflict = 0
3.59/3.61	c #restart = 0
3.59/3.61	c BCD2: found a new core of size 1: cost of the new core is >=1500625
3.59/3.61	c lower bound updated to 34679663350
3.59/3.62	c BCD2: 34732185224 <= obj <= 99266343714
3.59/3.62	c BCD2: #cores=119, #unrelaxed=290, #relaxed=288, #hardened=0
3.59/3.62	c BCD2: #sat=1 #unsat=149 bias=149/150
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.63	c  0.0s |       0 |        0 |        0 |     9055      0 |     1386 |     2289
3.59/3.64	c  0.0s |       0 |      285 |        0 |     9055      0 |     1386 |     2289
3.59/3.64	c #cpu_time = 0.012s
3.59/3.64	c #wall_clock_time = 0.013s
3.59/3.64	c #decision = 285
3.59/3.64	c #random_decision = 0
3.59/3.64	c #conflict = 0
3.59/3.64	c #restart = 0
3.59/3.64	c BCD2: found a new core of size 1: cost of the new core is >=42875
3.59/3.64	c lower bound updated to 34679706225
3.59/3.65	c BCD2: 34732228099 <= obj <= 99266343714
3.59/3.65	c BCD2: #cores=120, #unrelaxed=289, #relaxed=289, #hardened=0
3.59/3.65	c BCD2: #sat=1 #unsat=150 bias=150/151
3.59/3.65	c Solving starts ...
3.59/3.65	c ============================[ Search Statistics ]============================
3.59/3.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.65	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.65	c =============================================================================
3.59/3.65	c  0.0s |       0 |        0 |        0 |     9055      0 |     1386 |     2289
3.59/3.66	c  0.0s |       0 |      287 |        0 |     9055      0 |     1386 |     2289
3.59/3.66	c #cpu_time = 0.013s
3.59/3.66	c #wall_clock_time = 0.013s
3.59/3.66	c #decision = 287
3.59/3.66	c #random_decision = 0
3.59/3.66	c #conflict = 0
3.59/3.66	c #restart = 0
3.59/3.66	c BCD2: found a new core of size 2: cost of the new core is >=35
3.59/3.66	c lower bound updated to 34679706260
3.59/3.67	c BCD2: 34732228134 <= obj <= 99266343714
3.59/3.67	c BCD2: #cores=121, #unrelaxed=287, #relaxed=291, #hardened=0
3.59/3.67	c BCD2: #sat=1 #unsat=151 bias=151/152
3.59/3.67	c Solving starts ...
3.59/3.67	c ============================[ Search Statistics ]============================
3.59/3.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.67	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.67	c =============================================================================
3.59/3.67	c  0.0s |       0 |        0 |        0 |     9055      0 |     1386 |     2289
3.59/3.69	c  0.0s |       0 |      490 |        1 |     9055      0 |     1386 |     2289
3.59/3.69	c #cpu_time = 0.016s
3.59/3.69	c #wall_clock_time = 0.016s
3.59/3.69	c #decision = 490
3.59/3.69	c #random_decision = 0
3.59/3.69	c #conflict = 1
3.59/3.69	c #restart = 0
3.59/3.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
3.59/3.69	c lower bound updated to 34679706261
3.69/3.70	c BCD2: 34732228135 <= obj <= 99266343714
3.69/3.70	c BCD2: #cores=121, #unrelaxed=286, #relaxed=292, #hardened=0
3.69/3.70	c BCD2: #sat=1 #unsat=152 bias=152/153
3.69/3.70	c Solving starts ...
3.69/3.70	c ============================[ Search Statistics ]============================
3.69/3.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.70	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.70	c =============================================================================
3.69/3.70	c  0.0s |       0 |        0 |        0 |     9055      0 |     1387 |     2289
3.69/3.72	c  0.0s |       0 |      287 |        0 |     9055      0 |     1387 |     2290
3.69/3.72	c #cpu_time = 0.014s
3.69/3.72	c #wall_clock_time = 0.014s
3.69/3.72	c #decision = 287
3.69/3.72	c #random_decision = 0
3.69/3.72	c #conflict = 0
3.69/3.72	c #restart = 0
3.69/3.72	c BCD2: found a new core of size 1: cost of the new core is >=1500625
3.69/3.72	c lower bound updated to 34681206886
3.69/3.72	c BCD2: 34733728760 <= obj <= 99266343714
3.69/3.72	c BCD2: #cores=122, #unrelaxed=285, #relaxed=293, #hardened=0
3.69/3.72	c BCD2: #sat=1 #unsat=153 bias=153/154
3.69/3.73	c Solving starts ...
3.69/3.73	c ============================[ Search Statistics ]============================
3.69/3.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.73	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.73	c =============================================================================
3.69/3.73	c  0.0s |       0 |        0 |        0 |     9055      0 |     1387 |     2290
3.69/3.75	c  0.0s |       0 |      289 |        0 |     9055      0 |     1387 |     2290
3.69/3.75	c #cpu_time = 0.014s
3.69/3.75	c #wall_clock_time = 0.014s
3.69/3.75	c #decision = 289
3.69/3.75	c #random_decision = 0
3.69/3.75	c #conflict = 0
3.69/3.75	c #restart = 0
3.69/3.75	c BCD2: found a new core of size 2: cost of the new core is >=1225
3.69/3.75	c lower bound updated to 34681208111
3.69/3.75	c BCD2: 34733729985 <= obj <= 99266343714
3.69/3.75	c BCD2: #cores=123, #unrelaxed=283, #relaxed=295, #hardened=0
3.69/3.75	c BCD2: #sat=1 #unsat=154 bias=154/155
3.69/3.76	c Solving starts ...
3.69/3.76	c ============================[ Search Statistics ]============================
3.69/3.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.76	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.76	c =============================================================================
3.69/3.76	c  0.0s |       0 |        0 |        0 |     9055      0 |     1387 |     2290
3.69/3.77	c  0.0s |       0 |      492 |        1 |     9055      0 |     1387 |     2290
3.69/3.77	c #cpu_time = 0.016s
3.69/3.77	c #wall_clock_time = 0.016s
3.69/3.77	c #decision = 492
3.69/3.77	c #random_decision = 0
3.69/3.77	c #conflict = 1
3.69/3.77	c #restart = 0
3.69/3.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1260
3.69/3.77	c lower bound updated to 34681208146
3.69/3.78	c BCD2: 34733730020 <= obj <= 99266343714
3.69/3.78	c BCD2: #cores=123, #unrelaxed=282, #relaxed=296, #hardened=0
3.69/3.78	c BCD2: #sat=1 #unsat=155 bias=155/156
3.69/3.78	c Solving starts ...
3.69/3.78	c ============================[ Search Statistics ]============================
3.69/3.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.78	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.78	c =============================================================================
3.69/3.78	c  0.0s |       0 |        0 |        0 |     9055      0 |     1388 |     2290
3.79/3.80	c  0.0s |       0 |      492 |        1 |     9055      0 |     1388 |     2291
3.79/3.80	c #cpu_time = 0.017s
3.79/3.80	c #wall_clock_time = 0.017s
3.79/3.80	c #decision = 492
3.79/3.80	c #random_decision = 0
3.79/3.80	c #conflict = 1
3.79/3.80	c #restart = 0
3.79/3.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1261
3.79/3.80	c lower bound updated to 34681208147
3.79/3.81	c BCD2: 34733730021 <= obj <= 99266343714
3.79/3.81	c BCD2: #cores=123, #unrelaxed=281, #relaxed=297, #hardened=0
3.79/3.81	c BCD2: #sat=1 #unsat=156 bias=156/157
3.79/3.81	c Solving starts ...
3.79/3.81	c ============================[ Search Statistics ]============================
3.79/3.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.81	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.81	c =============================================================================
3.79/3.81	c  0.0s |       0 |        0 |        0 |     9055      0 |     1389 |     2291
3.79/3.83	c  0.0s |       0 |      289 |        0 |     9055      0 |     1389 |     2292
3.79/3.83	c #cpu_time = 0.014s
3.79/3.83	c #wall_clock_time = 0.014s
3.79/3.83	c #decision = 289
3.79/3.83	c #random_decision = 0
3.79/3.83	c #conflict = 0
3.79/3.83	c #restart = 0
3.79/3.83	c BCD2: found a new core of size 1: cost of the new core is >=1500625
3.79/3.83	c lower bound updated to 34682708772
3.79/3.83	c BCD2: 34735230646 <= obj <= 99266343714
3.79/3.83	c BCD2: #cores=124, #unrelaxed=280, #relaxed=298, #hardened=0
3.79/3.83	c BCD2: #sat=1 #unsat=157 bias=157/158
3.79/3.84	c Solving starts ...
3.79/3.84	c ============================[ Search Statistics ]============================
3.79/3.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.84	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.84	c =============================================================================
3.79/3.84	c  0.0s |       0 |        0 |        0 |     9055      0 |     1389 |     2292
3.79/3.85	c  0.0s |       0 |      291 |        0 |     9055      0 |     1389 |     2292
3.79/3.85	c #cpu_time = 0.014s
3.79/3.85	c #wall_clock_time = 0.014s
3.79/3.85	c #decision = 291
3.79/3.85	c #random_decision = 0
3.79/3.85	c #conflict = 0
3.79/3.85	c #restart = 0
3.79/3.85	c BCD2: found a new core of size 2: cost of the new core is >=1225
3.79/3.85	c lower bound updated to 34682709997
3.79/3.86	c BCD2: 34735231871 <= obj <= 99266343714
3.79/3.86	c BCD2: #cores=125, #unrelaxed=278, #relaxed=300, #hardened=0
3.79/3.86	c BCD2: #sat=1 #unsat=158 bias=158/159
3.79/3.86	c Solving starts ...
3.79/3.86	c ============================[ Search Statistics ]============================
3.79/3.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.86	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.86	c =============================================================================
3.79/3.86	c  0.0s |       0 |        0 |        0 |     9055      0 |     1389 |     2292
3.79/3.88	c  0.0s |       0 |      495 |        1 |     9055      0 |     1389 |     2292
3.79/3.88	c #cpu_time = 0.016s
3.79/3.88	c #wall_clock_time = 0.016s
3.79/3.88	c #decision = 495
3.79/3.88	c #random_decision = 0
3.79/3.88	c #conflict = 1
3.79/3.88	c #restart = 0
3.79/3.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1260
3.79/3.88	c lower bound updated to 34682710032
3.79/3.89	c BCD2: 34735231906 <= obj <= 99266343714
3.79/3.89	c BCD2: #cores=125, #unrelaxed=277, #relaxed=301, #hardened=0
3.79/3.89	c BCD2: #sat=1 #unsat=159 bias=159/160
3.79/3.89	c Solving starts ...
3.79/3.89	c ============================[ Search Statistics ]============================
3.79/3.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.89	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.89	c =============================================================================
3.79/3.89	c  0.0s |       0 |        0 |        0 |     9055      0 |     1390 |     2292
3.89/3.91	c  0.0s |       0 |      495 |        1 |     9055      0 |     1390 |     2293
3.89/3.91	c #cpu_time = 0.016s
3.89/3.91	c #wall_clock_time = 0.016s
3.89/3.91	c #decision = 495
3.89/3.91	c #random_decision = 0
3.89/3.91	c #conflict = 1
3.89/3.91	c #restart = 0
3.89/3.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1261
3.89/3.91	c lower bound updated to 34682710033
3.89/3.92	c BCD2: 34735231907 <= obj <= 99266343714
3.89/3.92	c BCD2: #cores=125, #unrelaxed=276, #relaxed=302, #hardened=0
3.89/3.92	c BCD2: #sat=1 #unsat=160 bias=160/161
3.89/3.92	c Solving starts ...
3.89/3.92	c ============================[ Search Statistics ]============================
3.89/3.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.92	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.92	c =============================================================================
3.89/3.92	c  0.0s |       0 |        0 |        0 |     9055      0 |     1391 |     2293
3.89/3.93	c  0.0s |       0 |      291 |        0 |     9055      0 |     1391 |     2294
3.89/3.93	c #cpu_time = 0.014s
3.89/3.93	c #wall_clock_time = 0.014s
3.89/3.93	c #decision = 291
3.89/3.93	c #random_decision = 0
3.89/3.93	c #conflict = 0
3.89/3.93	c #restart = 0
3.89/3.93	c BCD2: found a new core of size 1: cost of the new core is >=1500625
3.89/3.93	c lower bound updated to 34684210658
3.89/3.94	c BCD2: 34736732532 <= obj <= 99266343714
3.89/3.94	c BCD2: #cores=126, #unrelaxed=275, #relaxed=303, #hardened=0
3.89/3.94	c BCD2: #sat=1 #unsat=161 bias=161/162
3.89/3.94	c Solving starts ...
3.89/3.94	c ============================[ Search Statistics ]============================
3.89/3.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.94	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.94	c =============================================================================
3.89/3.95	c  0.0s |       0 |        0 |        0 |     9055      0 |     1391 |     2294
3.89/3.96	c  0.0s |       0 |      292 |        0 |     9055      0 |     1391 |     2294
3.89/3.96	c #cpu_time = 0.013s
3.89/3.96	c #wall_clock_time = 0.013s
3.89/3.96	c #decision = 292
3.89/3.96	c #random_decision = 0
3.89/3.96	c #conflict = 0
3.89/3.96	c #restart = 0
3.89/3.96	c BCD2: found a new core of size 1: cost of the new core is >=42875
3.89/3.96	c lower bound updated to 34684253533
3.89/3.97	c BCD2: 34736775407 <= obj <= 99266343714
3.89/3.97	c BCD2: #cores=127, #unrelaxed=274, #relaxed=304, #hardened=0
3.89/3.97	c BCD2: #sat=1 #unsat=162 bias=162/163
3.89/3.97	c Solving starts ...
3.89/3.97	c ============================[ Search Statistics ]============================
3.89/3.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.97	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.97	c =============================================================================
3.89/3.97	c  0.0s |       0 |        0 |        0 |     9055      0 |     1391 |     2294
3.89/3.99	c  0.0s |       0 |      294 |        0 |     9055      0 |     1391 |     2294
3.89/3.99	c #cpu_time = 0.014s
3.89/3.99	c #wall_clock_time = 0.014s
3.89/3.99	c #decision = 294
3.89/3.99	c #random_decision = 0
3.89/3.99	c #conflict = 0
3.89/3.99	c #restart = 0
3.89/3.99	c BCD2: found a new core of size 2: cost of the new core is >=35
3.89/3.99	c lower bound updated to 34684253568
3.89/3.99	c BCD2: 34736775442 <= obj <= 99266343714
3.89/3.99	c BCD2: #cores=128, #unrelaxed=272, #relaxed=306, #hardened=0
3.89/3.99	c BCD2: #sat=1 #unsat=163 bias=163/164
3.89/4.00	c Solving starts ...
3.89/4.00	c ============================[ Search Statistics ]============================
3.89/4.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/4.00	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/4.00	c =============================================================================
3.89/4.00	c  0.0s |       0 |        0 |        0 |     9055      0 |     1391 |     2294
3.99/4.01	c  0.0s |       0 |      499 |        1 |     9055      0 |     1391 |     2294
3.99/4.01	c #cpu_time = 0.016s
3.99/4.01	c #wall_clock_time = 0.016s
3.99/4.01	c #decision = 499
3.99/4.01	c #random_decision = 0
3.99/4.01	c #conflict = 1
3.99/4.01	c #restart = 0
3.99/4.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
3.99/4.01	c lower bound updated to 34684253569
3.99/4.02	c BCD2: 34736775443 <= obj <= 99266343714
3.99/4.02	c BCD2: #cores=128, #unrelaxed=271, #relaxed=307, #hardened=0
3.99/4.02	c BCD2: #sat=1 #unsat=164 bias=164/165
3.99/4.02	c Solving starts ...
3.99/4.02	c ============================[ Search Statistics ]============================
3.99/4.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.02	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.02	c =============================================================================
3.99/4.03	c  0.0s |       0 |        0 |        0 |     9055      0 |     1392 |     2294
3.99/4.04	c  0.0s |       0 |      294 |        0 |     9055      0 |     1392 |     2295
3.99/4.04	c #cpu_time = 0.013s
3.99/4.04	c #wall_clock_time = 0.013s
3.99/4.04	c #decision = 294
3.99/4.04	c #random_decision = 0
3.99/4.04	c #conflict = 0
3.99/4.04	c #restart = 0
3.99/4.04	c BCD2: found a new core of size 1: cost of the new core is >=1500625
3.99/4.04	c lower bound updated to 34685754194
3.99/4.05	c BCD2: 34738276068 <= obj <= 99266343714
3.99/4.05	c BCD2: #cores=129, #unrelaxed=270, #relaxed=308, #hardened=0
3.99/4.05	c BCD2: #sat=1 #unsat=165 bias=165/166
3.99/4.05	c Solving starts ...
3.99/4.05	c ============================[ Search Statistics ]============================
3.99/4.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.05	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.05	c =============================================================================
3.99/4.05	c  0.0s |       0 |        0 |        0 |     9055      0 |     1392 |     2295
3.99/4.07	c  0.0s |       0 |      296 |        0 |     9055      0 |     1392 |     2295
3.99/4.07	c #cpu_time = 0.015s
3.99/4.07	c #wall_clock_time = 0.015s
3.99/4.07	c #decision = 296
3.99/4.07	c #random_decision = 0
3.99/4.07	c #conflict = 0
3.99/4.07	c #restart = 0
3.99/4.07	c BCD2: found a new core of size 2: cost of the new core is >=1225
3.99/4.07	c lower bound updated to 34685755419
3.99/4.08	c BCD2: 34738277293 <= obj <= 99266343714
3.99/4.08	c BCD2: #cores=130, #unrelaxed=268, #relaxed=310, #hardened=0
3.99/4.08	c BCD2: #sat=1 #unsat=166 bias=166/167
3.99/4.08	c Solving starts ...
3.99/4.08	c ============================[ Search Statistics ]============================
3.99/4.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.08	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.08	c =============================================================================
3.99/4.08	c  0.0s |       0 |        0 |        0 |     9055      0 |     1392 |     2295
3.99/4.09	c  0.0s |       0 |      501 |        1 |     9055      0 |     1392 |     2295
3.99/4.09	c #cpu_time = 0.016s
3.99/4.09	c #wall_clock_time = 0.016s
3.99/4.09	c #decision = 501
3.99/4.09	c #random_decision = 0
3.99/4.09	c #conflict = 1
3.99/4.09	c #restart = 0
3.99/4.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1260
3.99/4.09	c lower bound updated to 34685755454
4.09/4.10	c BCD2: 34738277328 <= obj <= 99266343714
4.09/4.10	c BCD2: #cores=130, #unrelaxed=267, #relaxed=311, #hardened=0
4.09/4.10	c BCD2: #sat=1 #unsat=167 bias=167/168
4.09/4.11	c Solving starts ...
4.09/4.11	c ============================[ Search Statistics ]============================
4.09/4.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.11	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.11	c =============================================================================
4.09/4.11	c  0.0s |       0 |        0 |        0 |     9055      0 |     1393 |     2295
4.09/4.12	c  0.0s |       0 |      501 |        1 |     9055      0 |     1393 |     2296
4.09/4.12	c #cpu_time = 0.015s
4.09/4.12	c #wall_clock_time = 0.015s
4.09/4.12	c #decision = 501
4.09/4.12	c #random_decision = 0
4.09/4.12	c #conflict = 1
4.09/4.12	c #restart = 0
4.09/4.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1261
4.09/4.12	c lower bound updated to 34685755455
4.09/4.13	c BCD2: 34738277329 <= obj <= 99266343714
4.09/4.13	c BCD2: #cores=130, #unrelaxed=266, #relaxed=312, #hardened=0
4.09/4.13	c BCD2: #sat=1 #unsat=168 bias=168/169
4.09/4.13	c Solving starts ...
4.09/4.13	c ============================[ Search Statistics ]============================
4.09/4.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.13	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.13	c =============================================================================
4.09/4.13	c  0.0s |       0 |        0 |        0 |     9055      0 |     1394 |     2296
4.09/4.15	c  0.0s |       0 |      296 |        0 |     9055      0 |     1394 |     2297
4.09/4.15	c #cpu_time = 0.014s
4.09/4.15	c #wall_clock_time = 0.014s
4.09/4.15	c #decision = 296
4.09/4.15	c #random_decision = 0
4.09/4.15	c #conflict = 0
4.09/4.15	c #restart = 0
4.09/4.15	c BCD2: found a new core of size 1: cost of the new core is >=1500625
4.09/4.15	c lower bound updated to 34687256080
4.09/4.16	c BCD2: 34739777954 <= obj <= 99266343714
4.09/4.16	c BCD2: #cores=131, #unrelaxed=265, #relaxed=313, #hardened=0
4.09/4.16	c BCD2: #sat=1 #unsat=169 bias=169/170
4.09/4.16	c Solving starts ...
4.09/4.16	c ============================[ Search Statistics ]============================
4.09/4.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.16	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.16	c =============================================================================
4.09/4.16	c  0.0s |       0 |        0 |        0 |     9055      0 |     1394 |     2297
4.09/4.18	c  0.0s |       0 |      297 |        0 |     9055      0 |     1394 |     2297
4.09/4.18	c #cpu_time = 0.015s
4.09/4.18	c #wall_clock_time = 0.015s
4.09/4.18	c #decision = 297
4.09/4.18	c #random_decision = 0
4.09/4.18	c #conflict = 0
4.09/4.18	c #restart = 0
4.09/4.18	c BCD2: found a new core of size 1: cost of the new core is >=42875
4.09/4.18	c lower bound updated to 34687298955
4.09/4.18	c BCD2: 34739820829 <= obj <= 99266343714
4.09/4.18	c BCD2: #cores=132, #unrelaxed=264, #relaxed=314, #hardened=0
4.09/4.18	c BCD2: #sat=1 #unsat=170 bias=170/171
4.09/4.19	c Solving starts ...
4.09/4.19	c ============================[ Search Statistics ]============================
4.09/4.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.19	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.19	c =============================================================================
4.09/4.19	c  0.0s |       0 |        0 |        0 |     9055      0 |     1394 |     2297
4.19/4.20	c  0.0s |       0 |      299 |        0 |     9055      0 |     1394 |     2297
4.19/4.20	c #cpu_time = 0.015s
4.19/4.20	c #wall_clock_time = 0.015s
4.19/4.20	c #decision = 299
4.19/4.20	c #random_decision = 0
4.19/4.20	c #conflict = 0
4.19/4.20	c #restart = 0
4.19/4.20	c BCD2: found a new core of size 2: cost of the new core is >=35
4.19/4.20	c lower bound updated to 34687298990
4.19/4.21	c BCD2: 34739820864 <= obj <= 99266343714
4.19/4.21	c BCD2: #cores=133, #unrelaxed=262, #relaxed=316, #hardened=0
4.19/4.21	c BCD2: #sat=1 #unsat=171 bias=171/172
4.19/4.22	c Solving starts ...
4.19/4.22	c ============================[ Search Statistics ]============================
4.19/4.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.22	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.22	c =============================================================================
4.19/4.22	c  0.0s |       0 |        0 |        0 |     9055      0 |     1394 |     2297
4.19/4.23	c  0.0s |       0 |      505 |        1 |     9055      0 |     1394 |     2297
4.19/4.23	c #cpu_time = 0.017s
4.19/4.23	c #wall_clock_time = 0.017s
4.19/4.23	c #decision = 505
4.19/4.23	c #random_decision = 0
4.19/4.23	c #conflict = 1
4.19/4.23	c #restart = 0
4.19/4.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
4.19/4.23	c lower bound updated to 34687298991
4.19/4.24	c BCD2: 34739820865 <= obj <= 99266343714
4.19/4.24	c BCD2: #cores=133, #unrelaxed=261, #relaxed=317, #hardened=0
4.19/4.24	c BCD2: #sat=1 #unsat=172 bias=172/173
4.19/4.24	c Solving starts ...
4.19/4.24	c ============================[ Search Statistics ]============================
4.19/4.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.24	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.24	c =============================================================================
4.19/4.25	c  0.0s |       0 |        0 |        0 |     9055      0 |     1395 |     2297
4.19/4.26	c  0.0s |       0 |      299 |        0 |     9055      0 |     1395 |     2298
4.19/4.26	c #cpu_time = 0.014s
4.19/4.26	c #wall_clock_time = 0.014s
4.19/4.26	c #decision = 299
4.19/4.26	c #random_decision = 0
4.19/4.26	c #conflict = 0
4.19/4.26	c #restart = 0
4.19/4.26	c BCD2: found a new core of size 1: cost of the new core is >=1500625
4.19/4.26	c lower bound updated to 34688799616
4.19/4.27	c BCD2: 34741321490 <= obj <= 99266343714
4.19/4.27	c BCD2: #cores=134, #unrelaxed=260, #relaxed=318, #hardened=0
4.19/4.27	c BCD2: #sat=1 #unsat=173 bias=173/174
4.19/4.27	c Solving starts ...
4.19/4.27	c ============================[ Search Statistics ]============================
4.19/4.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.27	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.27	c =============================================================================
4.19/4.27	c  0.0s |       0 |        0 |        0 |     9055      0 |     1395 |     2298
4.19/4.29	c  0.0s |       0 |      300 |        0 |     9055      0 |     1395 |     2298
4.19/4.29	c #cpu_time = 0.015s
4.19/4.29	c #wall_clock_time = 0.015s
4.19/4.29	c #decision = 300
4.19/4.29	c #random_decision = 0
4.19/4.29	c #conflict = 0
4.19/4.29	c #restart = 0
4.19/4.29	c BCD2: found a new core of size 1: cost of the new core is >=42875
4.19/4.29	c lower bound updated to 34688842491
4.29/4.30	c BCD2: 34741364365 <= obj <= 99266343714
4.29/4.30	c BCD2: #cores=135, #unrelaxed=259, #relaxed=319, #hardened=0
4.29/4.30	c BCD2: #sat=1 #unsat=174 bias=174/175
4.29/4.30	c Solving starts ...
4.29/4.30	c ============================[ Search Statistics ]============================
4.29/4.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.30	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.30	c =============================================================================
4.29/4.30	c  0.0s |       0 |        0 |        0 |     9055      0 |     1395 |     2298
4.29/4.31	c  0.0s |       0 |      302 |        0 |     9055      0 |     1395 |     2298
4.29/4.31	c #cpu_time = 0.015s
4.29/4.31	c #wall_clock_time = 0.015s
4.29/4.31	c #decision = 302
4.29/4.31	c #random_decision = 0
4.29/4.31	c #conflict = 0
4.29/4.31	c #restart = 0
4.29/4.31	c BCD2: found a new core of size 2: cost of the new core is >=35
4.29/4.31	c lower bound updated to 34688842526
4.29/4.32	c BCD2: 34741364400 <= obj <= 99266343714
4.29/4.32	c BCD2: #cores=136, #unrelaxed=257, #relaxed=321, #hardened=0
4.29/4.32	c BCD2: #sat=1 #unsat=175 bias=175/176
4.29/4.33	c Solving starts ...
4.29/4.33	c ============================[ Search Statistics ]============================
4.29/4.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.33	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.33	c =============================================================================
4.29/4.33	c  0.0s |       0 |        0 |        0 |     9055      0 |     1395 |     2298
4.29/4.34	c  0.0s |       0 |      508 |        1 |     9055      0 |     1395 |     2298
4.29/4.34	c #cpu_time = 0.016s
4.29/4.34	c #wall_clock_time = 0.016s
4.29/4.34	c #decision = 508
4.29/4.34	c #random_decision = 0
4.29/4.34	c #conflict = 1
4.29/4.34	c #restart = 0
4.29/4.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
4.29/4.34	c lower bound updated to 34688842527
4.29/4.35	c BCD2: 34741364401 <= obj <= 99266343714
4.29/4.35	c BCD2: #cores=136, #unrelaxed=256, #relaxed=322, #hardened=0
4.29/4.35	c BCD2: #sat=1 #unsat=176 bias=176/177
4.29/4.35	c Solving starts ...
4.29/4.35	c ============================[ Search Statistics ]============================
4.29/4.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.35	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.35	c =============================================================================
4.29/4.36	c  0.0s |       0 |        0 |        0 |     9055      0 |     1396 |     2298
4.29/4.37	c  0.0s |       0 |      302 |        0 |     9055      0 |     1396 |     2299
4.29/4.37	c #cpu_time = 0.015s
4.29/4.37	c #wall_clock_time = 0.015s
4.29/4.37	c #decision = 302
4.29/4.37	c #random_decision = 0
4.29/4.37	c #conflict = 0
4.29/4.37	c #restart = 0
4.29/4.37	c BCD2: found a new core of size 1: cost of the new core is >=1500625
4.29/4.37	c lower bound updated to 34690343152
4.29/4.38	c BCD2: 34742865026 <= obj <= 99266343714
4.29/4.38	c BCD2: #cores=137, #unrelaxed=255, #relaxed=323, #hardened=0
4.29/4.38	c BCD2: #sat=1 #unsat=177 bias=177/178
4.29/4.38	c Solving starts ...
4.29/4.38	c ============================[ Search Statistics ]============================
4.29/4.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.38	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.38	c =============================================================================
4.29/4.38	c  0.0s |       0 |        0 |        0 |     9055      0 |     1396 |     2299
4.29/4.40	c  0.0s |       0 |      304 |        0 |     9055      0 |     1396 |     2299
4.29/4.40	c #cpu_time = 0.015s
4.29/4.40	c #wall_clock_time = 0.015s
4.29/4.40	c #decision = 304
4.29/4.40	c #random_decision = 0
4.29/4.40	c #conflict = 0
4.29/4.40	c #restart = 0
4.29/4.40	c BCD2: found a new core of size 2: cost of the new core is >=1225
4.29/4.40	c lower bound updated to 34690344377
4.40/4.41	c BCD2: 34742866251 <= obj <= 99266343714
4.40/4.41	c BCD2: #cores=138, #unrelaxed=253, #relaxed=325, #hardened=0
4.40/4.41	c BCD2: #sat=1 #unsat=178 bias=178/179
4.40/4.41	c Solving starts ...
4.40/4.41	c ============================[ Search Statistics ]============================
4.40/4.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.41	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.41	c =============================================================================
4.40/4.41	c  0.0s |       0 |        0 |        0 |     9055      0 |     1396 |     2299
4.40/4.43	c  0.0s |       0 |      510 |        1 |     9055      0 |     1396 |     2299
4.40/4.43	c #cpu_time = 0.017s
4.40/4.43	c #wall_clock_time = 0.017s
4.40/4.43	c #decision = 510
4.40/4.43	c #random_decision = 0
4.40/4.43	c #conflict = 1
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1260
4.40/4.43	c lower bound updated to 34690344412
4.40/4.44	c BCD2: 34742866286 <= obj <= 99266343714
4.40/4.44	c BCD2: #cores=138, #unrelaxed=252, #relaxed=326, #hardened=0
4.40/4.44	c BCD2: #sat=1 #unsat=179 bias=179/180
4.40/4.44	c Solving starts ...
4.40/4.44	c ============================[ Search Statistics ]============================
4.40/4.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.44	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.44	c =============================================================================
4.40/4.44	c  0.0s |       0 |        0 |        0 |     9055      0 |     1397 |     2299
4.40/4.46	c  0.0s |       0 |      510 |        1 |     9055      0 |     1397 |     2300
4.40/4.46	c #cpu_time = 0.016s
4.40/4.46	c #wall_clock_time = 0.016s
4.40/4.46	c #decision = 510
4.40/4.46	c #random_decision = 0
4.40/4.46	c #conflict = 1
4.40/4.46	c #restart = 0
4.40/4.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1261
4.40/4.46	c lower bound updated to 34690344413
4.40/4.47	c BCD2: 34742866287 <= obj <= 99266343714
4.40/4.47	c BCD2: #cores=138, #unrelaxed=251, #relaxed=327, #hardened=0
4.40/4.47	c BCD2: #sat=1 #unsat=180 bias=180/181
4.40/4.47	c Solving starts ...
4.40/4.47	c ============================[ Search Statistics ]============================
4.40/4.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.47	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.47	c =============================================================================
4.40/4.47	c  0.0s |       0 |        0 |        0 |     9055      0 |     1398 |     2300
4.40/4.49	c  0.0s |       0 |      304 |        0 |     9055      0 |     1398 |     2301
4.40/4.49	c #cpu_time = 0.015s
4.40/4.49	c #wall_clock_time = 0.015s
4.40/4.49	c #decision = 304
4.40/4.49	c #random_decision = 0
4.40/4.49	c #conflict = 0
4.40/4.49	c #restart = 0
4.40/4.49	c BCD2: found a new core of size 1: cost of the new core is >=1500625
4.40/4.49	c lower bound updated to 34691845038
4.40/4.50	c BCD2: 34744366912 <= obj <= 99266343714
4.40/4.50	c BCD2: #cores=139, #unrelaxed=250, #relaxed=328, #hardened=0
4.40/4.50	c BCD2: #sat=1 #unsat=181 bias=181/182
4.40/4.50	c Solving starts ...
4.40/4.50	c ============================[ Search Statistics ]============================
4.40/4.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.50	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.50	c =============================================================================
4.40/4.50	c  0.0s |       0 |        0 |        0 |     9055      0 |     1398 |     2301
4.50/4.52	c  0.0s |       0 |      305 |        0 |     9055      0 |     1398 |     2301
4.50/4.52	c #cpu_time = 0.015s
4.50/4.52	c #wall_clock_time = 0.015s
4.50/4.52	c #decision = 305
4.50/4.52	c #random_decision = 0
4.50/4.52	c #conflict = 0
4.50/4.52	c #restart = 0
4.50/4.52	c BCD2: found a new core of size 1: cost of the new core is >=42875
4.50/4.52	c lower bound updated to 34691887913
4.50/4.52	c BCD2: 34744409787 <= obj <= 99266343714
4.50/4.52	c BCD2: #cores=140, #unrelaxed=249, #relaxed=329, #hardened=0
4.50/4.52	c BCD2: #sat=1 #unsat=182 bias=182/183
4.50/4.53	c Solving starts ...
4.50/4.53	c ============================[ Search Statistics ]============================
4.50/4.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.53	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.53	c =============================================================================
4.50/4.53	c  0.0s |       0 |        0 |        0 |     9055      0 |     1398 |     2301
4.50/4.54	c  0.0s |       0 |      307 |        0 |     9055      0 |     1398 |     2301
4.50/4.54	c #cpu_time = 0.016s
4.50/4.54	c #wall_clock_time = 0.016s
4.50/4.54	c #decision = 307
4.50/4.54	c #random_decision = 0
4.50/4.54	c #conflict = 0
4.50/4.54	c #restart = 0
4.50/4.54	c BCD2: found a new core of size 2: cost of the new core is >=35
4.50/4.54	c lower bound updated to 34691887948
4.50/4.55	c BCD2: 34744409822 <= obj <= 99266343714
4.50/4.55	c BCD2: #cores=141, #unrelaxed=247, #relaxed=331, #hardened=0
4.50/4.55	c BCD2: #sat=1 #unsat=183 bias=183/184
4.50/4.55	c Solving starts ...
4.50/4.55	c ============================[ Search Statistics ]============================
4.50/4.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.55	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.55	c =============================================================================
4.50/4.55	c  0.0s |       0 |        0 |        0 |     9055      0 |     1398 |     2301
4.50/4.57	c  0.0s |       0 |      514 |        1 |     9055      0 |     1398 |     2301
4.50/4.57	c #cpu_time = 0.018s
4.50/4.57	c #wall_clock_time = 0.018s
4.50/4.57	c #decision = 514
4.50/4.57	c #random_decision = 0
4.50/4.57	c #conflict = 1
4.50/4.57	c #restart = 0
4.50/4.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
4.50/4.57	c lower bound updated to 34691887949
4.50/4.58	c BCD2: 34744409823 <= obj <= 99266343714
4.50/4.58	c BCD2: #cores=141, #unrelaxed=246, #relaxed=332, #hardened=0
4.50/4.58	c BCD2: #sat=1 #unsat=184 bias=184/185
4.50/4.59	c Solving starts ...
4.50/4.59	c ============================[ Search Statistics ]============================
4.50/4.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.59	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.59	c =============================================================================
4.50/4.59	c  0.0s |       0 |        0 |        0 |     9055      0 |     1399 |     2301
4.59/4.60	c  0.0s |       0 |      307 |        0 |     9055      0 |     1399 |     2302
4.59/4.60	c #cpu_time = 0.014s
4.59/4.60	c #wall_clock_time = 0.015s
4.59/4.60	c #decision = 307
4.59/4.60	c #random_decision = 0
4.59/4.60	c #conflict = 0
4.59/4.60	c #restart = 0
4.59/4.60	c BCD2: found a new core of size 1: cost of the new core is >=1500625
4.59/4.60	c lower bound updated to 34693388574
4.59/4.61	c BCD2: 34745910448 <= obj <= 99266343714
4.59/4.61	c BCD2: #cores=142, #unrelaxed=245, #relaxed=333, #hardened=0
4.59/4.61	c BCD2: #sat=1 #unsat=185 bias=185/186
4.59/4.61	c Solving starts ...
4.59/4.61	c ============================[ Search Statistics ]============================
4.59/4.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.61	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.61	c =============================================================================
4.59/4.61	c  0.0s |       0 |        0 |        0 |     9055      0 |     1399 |     2302
4.59/4.63	c  0.0s |       0 |      309 |        0 |     9055      0 |     1399 |     2302
4.59/4.63	c #cpu_time = 0.017s
4.59/4.63	c #wall_clock_time = 0.017s
4.59/4.63	c #decision = 309
4.59/4.63	c #random_decision = 0
4.59/4.63	c #conflict = 0
4.59/4.63	c #restart = 0
4.59/4.63	c BCD2: found a new core of size 2: cost of the new core is >=1225
4.59/4.63	c lower bound updated to 34693389799
4.59/4.64	c BCD2: 34745911673 <= obj <= 99266343714
4.59/4.64	c BCD2: #cores=143, #unrelaxed=243, #relaxed=335, #hardened=0
4.59/4.64	c BCD2: #sat=1 #unsat=186 bias=186/187
4.59/4.64	c Solving starts ...
4.59/4.64	c ============================[ Search Statistics ]============================
4.59/4.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.64	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.64	c =============================================================================
4.59/4.64	c  0.0s |       0 |        0 |        0 |     9055      0 |     1399 |     2302
4.59/4.66	c  0.0s |       0 |      516 |        1 |     9055      0 |     1399 |     2302
4.59/4.66	c #cpu_time = 0.018s
4.59/4.66	c #wall_clock_time = 0.018s
4.59/4.66	c #decision = 516
4.59/4.66	c #random_decision = 0
4.59/4.66	c #conflict = 1
4.59/4.66	c #restart = 0
4.59/4.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1260
4.59/4.66	c lower bound updated to 34693389834
4.59/4.67	c BCD2: 34745911708 <= obj <= 99266343714
4.59/4.67	c BCD2: #cores=143, #unrelaxed=242, #relaxed=336, #hardened=0
4.59/4.67	c BCD2: #sat=1 #unsat=187 bias=187/188
4.59/4.67	c Solving starts ...
4.59/4.67	c ============================[ Search Statistics ]============================
4.59/4.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.67	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.67	c =============================================================================
4.59/4.67	c  0.0s |       0 |        0 |        0 |     9055      0 |     1400 |     2302
4.59/4.69	c  0.0s |       0 |      516 |        1 |     9055      0 |     1400 |     2303
4.59/4.69	c #cpu_time = 0.017s
4.59/4.69	c #wall_clock_time = 0.017s
4.59/4.69	c #decision = 516
4.59/4.69	c #random_decision = 0
4.59/4.69	c #conflict = 1
4.59/4.69	c #restart = 0
4.59/4.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1261
4.59/4.69	c lower bound updated to 34693389835
4.69/4.70	c BCD2: 34745911709 <= obj <= 99266343714
4.69/4.70	c BCD2: #cores=143, #unrelaxed=241, #relaxed=337, #hardened=0
4.69/4.70	c BCD2: #sat=1 #unsat=188 bias=188/189
4.69/4.70	c Solving starts ...
4.69/4.70	c ============================[ Search Statistics ]============================
4.69/4.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.70	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.70	c =============================================================================
4.69/4.70	c  0.0s |       0 |        0 |        0 |     9055      0 |     1401 |     2303
4.69/4.72	c  0.0s |       0 |      309 |        0 |     9055      0 |     1401 |     2304
4.69/4.72	c #cpu_time = 0.016s
4.69/4.72	c #wall_clock_time = 0.016s
4.69/4.72	c #decision = 309
4.69/4.72	c #random_decision = 0
4.69/4.72	c #conflict = 0
4.69/4.72	c #restart = 0
4.69/4.72	c BCD2: found a new core of size 1: cost of the new core is >=1500625
4.69/4.72	c lower bound updated to 34694890460
4.69/4.73	c BCD2: 34747412334 <= obj <= 99266343714
4.69/4.73	c BCD2: #cores=144, #unrelaxed=240, #relaxed=338, #hardened=0
4.69/4.73	c BCD2: #sat=1 #unsat=189 bias=189/190
4.69/4.73	c Solving starts ...
4.69/4.73	c ============================[ Search Statistics ]============================
4.69/4.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.73	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.73	c =============================================================================
4.69/4.73	c  0.0s |       0 |        0 |        0 |     9055      0 |     1401 |     2304
4.69/4.75	c  0.0s |       0 |      311 |        0 |     9055      0 |     1401 |     2304
4.69/4.75	c #cpu_time = 0.015s
4.69/4.75	c #wall_clock_time = 0.015s
4.69/4.75	c #decision = 311
4.69/4.75	c #random_decision = 0
4.69/4.75	c #conflict = 0
4.69/4.75	c #restart = 0
4.69/4.75	c BCD2: found a new core of size 2: cost of the new core is >=1225
4.69/4.75	c lower bound updated to 34694891685
4.69/4.76	c BCD2: 34747413559 <= obj <= 99266343714
4.69/4.76	c BCD2: #cores=145, #unrelaxed=238, #relaxed=340, #hardened=0
4.69/4.76	c BCD2: #sat=1 #unsat=190 bias=190/191
4.69/4.76	c Solving starts ...
4.69/4.76	c ============================[ Search Statistics ]============================
4.69/4.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.76	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.76	c =============================================================================
4.69/4.76	c  0.0s |       0 |        0 |        0 |     9055      0 |     1401 |     2304
4.69/4.78	c  0.0s |       0 |      519 |        1 |     9055      0 |     1401 |     2304
4.69/4.78	c #cpu_time = 0.018s
4.69/4.78	c #wall_clock_time = 0.018s
4.69/4.78	c #decision = 519
4.69/4.78	c #random_decision = 0
4.69/4.78	c #conflict = 1
4.69/4.78	c #restart = 0
4.69/4.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1260
4.69/4.78	c lower bound updated to 34694891720
4.69/4.79	c BCD2: 34747413594 <= obj <= 99266343714
4.69/4.79	c BCD2: #cores=145, #unrelaxed=237, #relaxed=341, #hardened=0
4.69/4.79	c BCD2: #sat=1 #unsat=191 bias=191/192
4.69/4.79	c Solving starts ...
4.69/4.79	c ============================[ Search Statistics ]============================
4.69/4.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.79	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.79	c =============================================================================
4.69/4.79	c  0.0s |       0 |        0 |        0 |     9055      0 |     1402 |     2304
4.79/4.81	c  0.0s |       0 |      519 |        1 |     9055      0 |     1402 |     2305
4.79/4.81	c #cpu_time = 0.019s
4.79/4.81	c #wall_clock_time = 0.019s
4.79/4.81	c #decision = 519
4.79/4.81	c #random_decision = 0
4.79/4.81	c #conflict = 1
4.79/4.81	c #restart = 0
4.79/4.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1261
4.79/4.81	c lower bound updated to 34694891721
4.79/4.82	c BCD2: 34747413595 <= obj <= 99266343714
4.79/4.82	c BCD2: #cores=145, #unrelaxed=236, #relaxed=342, #hardened=0
4.79/4.82	c BCD2: #sat=1 #unsat=192 bias=192/193
4.79/4.82	c Solving starts ...
4.79/4.82	c ============================[ Search Statistics ]============================
4.79/4.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.82	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.82	c =============================================================================
4.79/4.82	c  0.0s |       0 |        0 |        0 |     9055      0 |     1403 |     2305
4.79/4.84	c  0.0s |       0 |      311 |        0 |     9055      0 |     1403 |     2306
4.79/4.84	c #cpu_time = 0.016s
4.79/4.84	c #wall_clock_time = 0.016s
4.79/4.84	c #decision = 311
4.79/4.84	c #random_decision = 0
4.79/4.84	c #conflict = 0
4.79/4.84	c #restart = 0
4.79/4.84	c BCD2: found a new core of size 1: cost of the new core is >=1500625
4.79/4.84	c lower bound updated to 34696392346
4.79/4.85	c BCD2: 34748914220 <= obj <= 99266343714
4.79/4.85	c BCD2: #cores=146, #unrelaxed=235, #relaxed=343, #hardened=0
4.79/4.85	c BCD2: #sat=1 #unsat=193 bias=193/194
4.79/4.85	c Solving starts ...
4.79/4.85	c ============================[ Search Statistics ]============================
4.79/4.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.85	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.85	c =============================================================================
4.79/4.85	c  0.0s |       0 |        0 |        0 |     9055      0 |     1403 |     2306
4.79/4.87	c  0.0s |       0 |      312 |        0 |     9055      0 |     1403 |     2306
4.79/4.87	c #cpu_time = 0.018s
4.79/4.87	c #wall_clock_time = 0.018s
4.79/4.87	c #decision = 312
4.79/4.87	c #random_decision = 0
4.79/4.87	c #conflict = 0
4.79/4.87	c #restart = 0
4.79/4.87	c BCD2: found a new core of size 1: cost of the new core is >=42875
4.79/4.87	c lower bound updated to 34696435221
4.79/4.88	c BCD2: 34748957095 <= obj <= 99266343714
4.79/4.88	c BCD2: #cores=147, #unrelaxed=234, #relaxed=344, #hardened=0
4.79/4.88	c BCD2: #sat=1 #unsat=194 bias=194/195
4.79/4.88	c Solving starts ...
4.79/4.88	c ============================[ Search Statistics ]============================
4.79/4.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.88	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.88	c =============================================================================
4.79/4.88	c  0.0s |       0 |        0 |        0 |     9055      0 |     1403 |     2306
4.89/4.90	c  0.0s |       0 |      314 |        0 |     9055      0 |     1403 |     2306
4.89/4.90	c #cpu_time = 0.018s
4.89/4.90	c #wall_clock_time = 0.018s
4.89/4.90	c #decision = 314
4.89/4.90	c #random_decision = 0
4.89/4.90	c #conflict = 0
4.89/4.90	c #restart = 0
4.89/4.90	c BCD2: found a new core of size 2: cost of the new core is >=35
4.89/4.90	c lower bound updated to 34696435256
4.89/4.91	c BCD2: 34748957130 <= obj <= 99266343714
4.89/4.91	c BCD2: #cores=148, #unrelaxed=232, #relaxed=346, #hardened=0
4.89/4.91	c BCD2: #sat=1 #unsat=195 bias=195/196
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 |     9055      0 |     1403 |     2306
4.89/4.93	c  0.0s |       0 |      523 |        1 |     9055      0 |     1403 |     2306
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 = 523
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 >=36
4.89/4.93	c lower bound updated to 34696435257
4.89/4.94	c BCD2: 34748957131 <= obj <= 99266343714
4.89/4.94	c BCD2: #cores=148, #unrelaxed=231, #relaxed=347, #hardened=0
4.89/4.94	c BCD2: #sat=1 #unsat=196 bias=196/197
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.95	c  0.0s |       0 |        0 |        0 |     9055      0 |     1404 |     2306
4.89/4.96	c  0.0s |       0 |      314 |        0 |     9055      0 |     1404 |     2307
4.89/4.96	c #cpu_time = 0.015s
4.89/4.96	c #wall_clock_time = 0.015s
4.89/4.96	c #decision = 314
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 >=1500625
4.89/4.96	c lower bound updated to 34697935882
4.89/4.97	c BCD2: 34750457756 <= obj <= 99266343714
4.89/4.97	c BCD2: #cores=149, #unrelaxed=230, #relaxed=348, #hardened=0
4.89/4.97	c BCD2: #sat=1 #unsat=197 bias=197/198
4.89/4.97	c Solving starts ...
4.89/4.97	c ============================[ Search Statistics ]============================
4.89/4.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.97	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.97	c =============================================================================
4.89/4.97	c  0.0s |       0 |        0 |        0 |     9055      0 |     1404 |     2307
4.89/4.99	c  0.0s |       0 |      316 |        0 |     9055      0 |     1404 |     2307
4.89/4.99	c #cpu_time = 0.018s
4.89/4.99	c #wall_clock_time = 0.018s
4.89/4.99	c #decision = 316
4.89/4.99	c #random_decision = 0
4.89/4.99	c #conflict = 0
4.89/4.99	c #restart = 0
4.89/4.99	c BCD2: found a new core of size 2: cost of the new core is >=1225
4.89/4.99	c lower bound updated to 34697937107
4.99/5.00	c BCD2: 34750458981 <= obj <= 99266343714
4.99/5.00	c BCD2: #cores=150, #unrelaxed=228, #relaxed=350, #hardened=0
4.99/5.00	c BCD2: #sat=1 #unsat=198 bias=198/199
4.99/5.00	c Solving starts ...
4.99/5.00	c ============================[ Search Statistics ]============================
4.99/5.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.00	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.00	c =============================================================================
4.99/5.01	c  0.0s |       0 |        0 |        0 |     9055      0 |     1404 |     2307
4.99/5.03	c  0.0s |       0 |      525 |        1 |     9055      0 |     1404 |     2307
4.99/5.03	c #cpu_time = 0.018s
4.99/5.03	c #wall_clock_time = 0.018s
4.99/5.03	c #decision = 525
4.99/5.03	c #random_decision = 0
4.99/5.03	c #conflict = 1
4.99/5.03	c #restart = 0
4.99/5.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1260
4.99/5.03	c lower bound updated to 34697937142
4.99/5.03	c BCD2: 34750459016 <= obj <= 99266343714
4.99/5.03	c BCD2: #cores=150, #unrelaxed=227, #relaxed=351, #hardened=0
4.99/5.03	c BCD2: #sat=1 #unsat=199 bias=199/200
4.99/5.04	c Solving starts ...
4.99/5.04	c ============================[ Search Statistics ]============================
4.99/5.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.04	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.04	c =============================================================================
4.99/5.04	c  0.0s |       0 |        0 |        0 |     9055      0 |     1405 |     2307
4.99/5.06	c  0.0s |       0 |      525 |        1 |     9055      0 |     1405 |     2308
4.99/5.06	c #cpu_time = 0.019s
4.99/5.06	c #wall_clock_time = 0.019s
4.99/5.06	c #decision = 525
4.99/5.06	c #random_decision = 0
4.99/5.06	c #conflict = 1
4.99/5.06	c #restart = 0
4.99/5.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1261
4.99/5.06	c lower bound updated to 34697937143
4.99/5.07	c BCD2: 34750459017 <= obj <= 99266343714
4.99/5.07	c BCD2: #cores=150, #unrelaxed=226, #relaxed=352, #hardened=0
4.99/5.07	c BCD2: #sat=1 #unsat=200 bias=200/201
4.99/5.07	c Solving starts ...
4.99/5.07	c ============================[ Search Statistics ]============================
4.99/5.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.07	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.07	c =============================================================================
4.99/5.07	c  0.0s |       0 |        0 |        0 |     9055      0 |     1406 |     2308
4.99/5.09	c  0.0s |       0 |      316 |        0 |     9055      0 |     1406 |     2309
4.99/5.09	c #cpu_time = 0.016s
4.99/5.09	c #wall_clock_time = 0.016s
4.99/5.09	c #decision = 316
4.99/5.09	c #random_decision = 0
4.99/5.09	c #conflict = 0
4.99/5.09	c #restart = 0
4.99/5.09	c BCD2: found a new core of size 1: cost of the new core is >=1500625
4.99/5.09	c lower bound updated to 34699437768
5.09/5.10	c BCD2: 34751959642 <= obj <= 99266343714
5.09/5.10	c BCD2: #cores=151, #unrelaxed=225, #relaxed=353, #hardened=0
5.09/5.10	c BCD2: #sat=1 #unsat=201 bias=201/202
5.09/5.10	c Solving starts ...
5.09/5.10	c ============================[ Search Statistics ]============================
5.09/5.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.10	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.10	c =============================================================================
5.09/5.10	c  0.0s |       0 |        0 |        0 |     9055      0 |     1406 |     2309
5.09/5.12	c  0.0s |       0 |      317 |        0 |     9055      0 |     1406 |     2309
5.09/5.12	c #cpu_time = 0.017s
5.09/5.12	c #wall_clock_time = 0.017s
5.09/5.12	c #decision = 317
5.09/5.12	c #random_decision = 0
5.09/5.12	c #conflict = 0
5.09/5.12	c #restart = 0
5.09/5.12	c BCD2: found a new core of size 1: cost of the new core is >=42875
5.09/5.12	c lower bound updated to 34699480643
5.09/5.12	c BCD2: 34752002517 <= obj <= 99266343714
5.09/5.12	c BCD2: #cores=152, #unrelaxed=224, #relaxed=354, #hardened=0
5.09/5.12	c BCD2: #sat=1 #unsat=202 bias=202/203
5.09/5.13	c Solving starts ...
5.09/5.13	c ============================[ Search Statistics ]============================
5.09/5.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.13	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.13	c =============================================================================
5.09/5.13	c  0.0s |       0 |        0 |        0 |     9055      0 |     1406 |     2309
5.09/5.15	c  0.0s |       0 |      319 |        0 |     9055      0 |     1406 |     2309
5.09/5.15	c #cpu_time = 0.016s
5.09/5.15	c #wall_clock_time = 0.016s
5.09/5.15	c #decision = 319
5.09/5.15	c #random_decision = 0
5.09/5.15	c #conflict = 0
5.09/5.15	c #restart = 0
5.09/5.15	c BCD2: found a new core of size 2: cost of the new core is >=35
5.09/5.15	c lower bound updated to 34699480678
5.09/5.16	c BCD2: 34752002552 <= obj <= 99266343714
5.09/5.16	c BCD2: #cores=153, #unrelaxed=222, #relaxed=356, #hardened=0
5.09/5.16	c BCD2: #sat=1 #unsat=203 bias=203/204
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 |     9055      0 |     1406 |     2309
5.09/5.18	c  0.0s |       0 |      540 |        1 |     9055      0 |     1406 |     2309
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 = 540
5.09/5.18	c #random_decision = 0
5.09/5.18	c #conflict = 1
5.09/5.18	c #restart = 0
5.09/5.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
5.09/5.18	c lower bound updated to 34699480679
5.09/5.19	c BCD2: 34752002553 <= obj <= 99266343714
5.09/5.19	c BCD2: #cores=153, #unrelaxed=221, #relaxed=357, #hardened=0
5.09/5.19	c BCD2: #sat=1 #unsat=204 bias=204/205
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.19/5.23	c  0.0s |       0 |        0 |        0 |     9055      0 |     1407 |     2309
5.19/5.24	c  0.0s |       0 |      319 |        0 |     9055      0 |     1407 |     2310
5.19/5.24	c #cpu_time = 0.016s
5.19/5.24	c #wall_clock_time = 0.016s
5.19/5.24	c #decision = 319
5.19/5.24	c #random_decision = 0
5.19/5.24	c #conflict = 0
5.19/5.24	c #restart = 0
5.19/5.24	c BCD2: found a new core of size 1: cost of the new core is >=1500625
5.19/5.24	c lower bound updated to 34700981304
5.19/5.25	c BCD2: 34753503178 <= obj <= 99266343714
5.19/5.25	c BCD2: #cores=154, #unrelaxed=220, #relaxed=358, #hardened=0
5.19/5.25	c BCD2: #sat=1 #unsat=205 bias=205/206
5.19/5.26	c Solving starts ...
5.19/5.26	c ============================[ Search Statistics ]============================
5.19/5.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.26	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.26	c =============================================================================
5.19/5.26	c  0.0s |       0 |        0 |        0 |     9055      0 |     1407 |     2310
5.19/5.27	c  0.0s |       0 |      320 |        0 |     9055      0 |     1407 |     2310
5.19/5.27	c #cpu_time = 0.018s
5.19/5.27	c #wall_clock_time = 0.018s
5.19/5.27	c #decision = 320
5.19/5.27	c #random_decision = 0
5.19/5.27	c #conflict = 0
5.19/5.27	c #restart = 0
5.19/5.27	c BCD2: found a new core of size 1: cost of the new core is >=42875
5.19/5.27	c lower bound updated to 34701024179
5.19/5.28	c BCD2: 34753546053 <= obj <= 99266343714
5.19/5.28	c BCD2: #cores=155, #unrelaxed=219, #relaxed=359, #hardened=0
5.19/5.28	c BCD2: #sat=1 #unsat=206 bias=206/207
5.19/5.28	c Solving starts ...
5.19/5.28	c ============================[ Search Statistics ]============================
5.19/5.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.28	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.28	c =============================================================================
5.19/5.29	c  0.0s |       0 |        0 |        0 |     9055      0 |     1407 |     2310
5.29/5.30	c  0.0s |       0 |      322 |        0 |     9055      0 |     1407 |     2310
5.29/5.30	c #cpu_time = 0.016s
5.29/5.30	c #wall_clock_time = 0.016s
5.29/5.30	c #decision = 322
5.29/5.30	c #random_decision = 0
5.29/5.30	c #conflict = 0
5.29/5.30	c #restart = 0
5.29/5.30	c BCD2: found a new core of size 2: cost of the new core is >=35
5.29/5.30	c lower bound updated to 34701024214
5.29/5.31	c BCD2: 34753546088 <= obj <= 99266343714
5.29/5.31	c BCD2: #cores=156, #unrelaxed=217, #relaxed=361, #hardened=0
5.29/5.31	c BCD2: #sat=1 #unsat=207 bias=207/208
5.29/5.32	c Solving starts ...
5.29/5.32	c ============================[ Search Statistics ]============================
5.29/5.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.32	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.32	c =============================================================================
5.29/5.32	c  0.0s |       0 |        0 |        0 |     9055      0 |     1407 |     2310
5.29/5.34	c  0.0s |       0 |      532 |        1 |     9055      0 |     1407 |     2310
5.29/5.34	c #cpu_time = 0.020s
5.29/5.34	c #wall_clock_time = 0.020s
5.29/5.34	c #decision = 532
5.29/5.34	c #random_decision = 0
5.29/5.34	c #conflict = 1
5.29/5.34	c #restart = 0
5.29/5.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
5.29/5.34	c lower bound updated to 34701024215
5.29/5.34	c BCD2: 34753546089 <= obj <= 99266343714
5.29/5.34	c BCD2: #cores=156, #unrelaxed=216, #relaxed=362, #hardened=0
5.29/5.34	c BCD2: #sat=1 #unsat=208 bias=208/209
5.29/5.35	c Solving starts ...
5.29/5.35	c ============================[ Search Statistics ]============================
5.29/5.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.35	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.35	c =============================================================================
5.29/5.35	c  0.0s |       0 |        0 |        0 |     9055      0 |     1408 |     2310
5.29/5.36	c  0.0s |       0 |      322 |        0 |     9055      0 |     1408 |     2311
5.29/5.36	c #cpu_time = 0.017s
5.29/5.36	c #wall_clock_time = 0.018s
5.29/5.36	c #decision = 322
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 1: cost of the new core is >=1500625
5.29/5.36	c lower bound updated to 34702524840
5.29/5.37	c BCD2: 34755046714 <= obj <= 99266343714
5.29/5.37	c BCD2: #cores=157, #unrelaxed=215, #relaxed=363, #hardened=0
5.29/5.37	c BCD2: #sat=1 #unsat=209 bias=209/210
5.29/5.38	c Solving starts ...
5.29/5.38	c ============================[ Search Statistics ]============================
5.29/5.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.38	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.38	c =============================================================================
5.29/5.38	c  0.0s |       0 |        0 |        0 |     9055      0 |     1408 |     2311
5.39/5.40	c  0.0s |       0 |      323 |        0 |     9055      0 |     1408 |     2311
5.39/5.40	c #cpu_time = 0.017s
5.39/5.40	c #wall_clock_time = 0.017s
5.39/5.40	c #decision = 323
5.39/5.40	c #random_decision = 0
5.39/5.40	c #conflict = 0
5.39/5.40	c #restart = 0
5.39/5.40	c BCD2: found a new core of size 1: cost of the new core is >=42875
5.39/5.40	c lower bound updated to 34702567715
5.39/5.41	c BCD2: 34755089589 <= obj <= 99266343714
5.39/5.41	c BCD2: #cores=158, #unrelaxed=214, #relaxed=364, #hardened=0
5.39/5.41	c BCD2: #sat=1 #unsat=210 bias=210/211
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 |     9055      0 |     1408 |     2311
5.39/5.43	c  0.0s |       0 |      325 |        0 |     9055      0 |     1408 |     2311
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 = 325
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 2: cost of the new core is >=35
5.39/5.43	c lower bound updated to 34702567750
5.39/5.43	c BCD2: 34755089624 <= obj <= 99266343714
5.39/5.43	c BCD2: #cores=159, #unrelaxed=212, #relaxed=366, #hardened=0
5.39/5.43	c BCD2: #sat=1 #unsat=211 bias=211/212
5.39/5.44	c Solving starts ...
5.39/5.44	c ============================[ Search Statistics ]============================
5.39/5.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.44	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.44	c =============================================================================
5.39/5.44	c  0.0s |       0 |        0 |        0 |     9055      0 |     1408 |     2311
5.39/5.46	c  0.0s |       0 |      535 |        1 |     9055      0 |     1408 |     2311
5.39/5.46	c #cpu_time = 0.019s
5.39/5.46	c #wall_clock_time = 0.019s
5.39/5.46	c #decision = 535
5.39/5.46	c #random_decision = 0
5.39/5.46	c #conflict = 1
5.39/5.46	c #restart = 0
5.39/5.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
5.39/5.46	c lower bound updated to 34702567751
5.39/5.47	c BCD2: 34755089625 <= obj <= 99266343714
5.39/5.47	c BCD2: #cores=159, #unrelaxed=211, #relaxed=367, #hardened=0
5.39/5.47	c BCD2: #sat=1 #unsat=212 bias=212/213
5.39/5.47	c Solving starts ...
5.39/5.47	c ============================[ Search Statistics ]============================
5.39/5.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.47	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.47	c =============================================================================
5.39/5.47	c  0.0s |       0 |        0 |        0 |     9055      0 |     1409 |     2311
5.39/5.49	c  0.0s |       0 |      325 |        0 |     9055      0 |     1409 |     2312
5.39/5.49	c #cpu_time = 0.018s
5.39/5.49	c #wall_clock_time = 0.018s
5.39/5.49	c #decision = 325
5.39/5.49	c #random_decision = 0
5.39/5.49	c #conflict = 0
5.39/5.49	c #restart = 0
5.39/5.49	c BCD2: found a new core of size 1: cost of the new core is >=1500625
5.39/5.49	c lower bound updated to 34704068376
5.39/5.50	c BCD2: 34756590250 <= obj <= 99266343714
5.39/5.50	c BCD2: #cores=160, #unrelaxed=210, #relaxed=368, #hardened=0
5.39/5.50	c BCD2: #sat=1 #unsat=213 bias=213/214
5.39/5.50	c Solving starts ...
5.39/5.50	c ============================[ Search Statistics ]============================
5.39/5.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.50	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.50	c =============================================================================
5.39/5.50	c  0.0s |       0 |        0 |        0 |     9055      0 |     1409 |     2312
5.49/5.52	c  0.0s |       0 |      326 |        0 |     9055      0 |     1409 |     2312
5.49/5.52	c #cpu_time = 0.018s
5.49/5.52	c #wall_clock_time = 0.018s
5.49/5.52	c #decision = 326
5.49/5.52	c #random_decision = 0
5.49/5.52	c #conflict = 0
5.49/5.52	c #restart = 0
5.49/5.52	c BCD2: found a new core of size 1: cost of the new core is >=42875
5.49/5.52	c lower bound updated to 34704111251
5.49/5.53	c BCD2: 34756633125 <= obj <= 99266343714
5.49/5.53	c BCD2: #cores=161, #unrelaxed=209, #relaxed=369, #hardened=0
5.49/5.53	c BCD2: #sat=1 #unsat=214 bias=214/215
5.49/5.53	c Solving starts ...
5.49/5.53	c ============================[ Search Statistics ]============================
5.49/5.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.53	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.53	c =============================================================================
5.49/5.53	c  0.0s |       0 |        0 |        0 |     9055      0 |     1409 |     2312
5.49/5.55	c  0.0s |       0 |      328 |        0 |     9055      0 |     1409 |     2312
5.49/5.55	c #cpu_time = 0.017s
5.49/5.55	c #wall_clock_time = 0.017s
5.49/5.55	c #decision = 328
5.49/5.55	c #random_decision = 0
5.49/5.55	c #conflict = 0
5.49/5.55	c #restart = 0
5.49/5.55	c BCD2: found a new core of size 2: cost of the new core is >=35
5.49/5.55	c lower bound updated to 34704111286
5.49/5.56	c BCD2: 34756633160 <= obj <= 99266343714
5.49/5.56	c BCD2: #cores=162, #unrelaxed=207, #relaxed=371, #hardened=0
5.49/5.56	c BCD2: #sat=1 #unsat=215 bias=215/216
5.49/5.56	c Solving starts ...
5.49/5.56	c ============================[ Search Statistics ]============================
5.49/5.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.56	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.56	c =============================================================================
5.49/5.56	c  0.0s |       0 |        0 |        0 |     9055      0 |     1409 |     2312
5.49/5.58	c  0.0s |       0 |      538 |        1 |     9055      0 |     1409 |     2312
5.49/5.58	c #cpu_time = 0.021s
5.49/5.58	c #wall_clock_time = 0.021s
5.49/5.58	c #decision = 538
5.49/5.58	c #random_decision = 0
5.49/5.58	c #conflict = 1
5.49/5.58	c #restart = 0
5.49/5.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
5.49/5.58	c lower bound updated to 34704111287
5.49/5.59	c BCD2: 34756633161 <= obj <= 99266343714
5.49/5.59	c BCD2: #cores=162, #unrelaxed=206, #relaxed=372, #hardened=0
5.49/5.59	c BCD2: #sat=1 #unsat=216 bias=216/217
5.49/5.59	c Solving starts ...
5.49/5.59	c ============================[ Search Statistics ]============================
5.49/5.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.59	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.59	c =============================================================================
5.49/5.60	c  0.0s |       0 |        0 |        0 |     9055      0 |     1410 |     2312
5.59/5.62	c  0.0s |       0 |      328 |        0 |     9055      0 |     1410 |     2313
5.59/5.62	c #cpu_time = 0.017s
5.59/5.62	c #wall_clock_time = 0.017s
5.59/5.62	c #decision = 328
5.59/5.62	c #random_decision = 0
5.59/5.62	c #conflict = 0
5.59/5.62	c #restart = 0
5.59/5.62	c BCD2: found a new core of size 1: cost of the new core is >=1500625
5.59/5.62	c lower bound updated to 34705611912
5.59/5.62	c BCD2: 34758133786 <= obj <= 99266343714
5.59/5.62	c BCD2: #cores=163, #unrelaxed=205, #relaxed=373, #hardened=0
5.59/5.62	c BCD2: #sat=1 #unsat=217 bias=217/218
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 |     9055      0 |     1410 |     2313
5.59/5.65	c  0.0s |       0 |      329 |        0 |     9055      0 |     1410 |     2313
5.59/5.65	c #cpu_time = 0.019s
5.59/5.65	c #wall_clock_time = 0.019s
5.59/5.65	c #decision = 329
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 1: cost of the new core is >=42875
5.59/5.65	c lower bound updated to 34705654787
5.59/5.65	c BCD2: 34758176661 <= obj <= 99266343714
5.59/5.65	c BCD2: #cores=164, #unrelaxed=204, #relaxed=374, #hardened=0
5.59/5.65	c BCD2: #sat=1 #unsat=218 bias=218/219
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.66	c  0.0s |       0 |        0 |        0 |     9055      0 |     1410 |     2313
5.59/5.67	c  0.0s |       0 |      331 |        0 |     9055      0 |     1410 |     2313
5.59/5.67	c #cpu_time = 0.018s
5.59/5.67	c #wall_clock_time = 0.018s
5.59/5.67	c #decision = 331
5.59/5.67	c #random_decision = 0
5.59/5.67	c #conflict = 0
5.59/5.67	c #restart = 0
5.59/5.68	c BCD2: found a new core of size 2: cost of the new core is >=35
5.59/5.68	c lower bound updated to 34705654822
5.59/5.68	c BCD2: 34758176696 <= obj <= 99266343714
5.59/5.68	c BCD2: #cores=165, #unrelaxed=202, #relaxed=376, #hardened=0
5.59/5.68	c BCD2: #sat=1 #unsat=219 bias=219/220
5.59/5.69	c Solving starts ...
5.59/5.69	c ============================[ Search Statistics ]============================
5.59/5.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.69	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.69	c =============================================================================
5.59/5.69	c  0.0s |       0 |        0 |        0 |     9055      0 |     1410 |     2313
5.69/5.71	c  0.0s |       0 |      541 |        1 |     9055      0 |     1410 |     2313
5.69/5.71	c #cpu_time = 0.020s
5.69/5.71	c #wall_clock_time = 0.020s
5.69/5.71	c #decision = 541
5.69/5.71	c #random_decision = 0
5.69/5.71	c #conflict = 1
5.69/5.71	c #restart = 0
5.69/5.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
5.69/5.71	c lower bound updated to 34705654823
5.69/5.72	c BCD2: 34758176697 <= obj <= 99266343714
5.69/5.72	c BCD2: #cores=165, #unrelaxed=201, #relaxed=377, #hardened=0
5.69/5.72	c BCD2: #sat=1 #unsat=220 bias=220/221
5.69/5.72	c Solving starts ...
5.69/5.72	c ============================[ Search Statistics ]============================
5.69/5.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.72	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.72	c =============================================================================
5.69/5.72	c  0.0s |       0 |        0 |        0 |     9055      0 |     1411 |     2313
5.69/5.74	c  0.0s |       0 |      331 |        0 |     9055      0 |     1411 |     2314
5.69/5.74	c #cpu_time = 0.018s
5.69/5.74	c #wall_clock_time = 0.018s
5.69/5.74	c #decision = 331
5.69/5.74	c #random_decision = 0
5.69/5.74	c #conflict = 0
5.69/5.74	c #restart = 0
5.69/5.74	c BCD2: found a new core of size 1: cost of the new core is >=1500625
5.69/5.74	c lower bound updated to 34707155448
5.69/5.75	c BCD2: 34759677322 <= obj <= 99266343714
5.69/5.75	c BCD2: #cores=166, #unrelaxed=200, #relaxed=378, #hardened=0
5.69/5.75	c BCD2: #sat=1 #unsat=221 bias=221/222
5.69/5.75	c Solving starts ...
5.69/5.75	c ============================[ Search Statistics ]============================
5.69/5.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.75	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.75	c =============================================================================
5.69/5.75	c  0.0s |       0 |        0 |        0 |     9055      0 |     1411 |     2314
5.69/5.77	c  0.0s |       0 |      332 |        0 |     9055      0 |     1411 |     2314
5.69/5.77	c #cpu_time = 0.017s
5.69/5.77	c #wall_clock_time = 0.017s
5.69/5.77	c #decision = 332
5.69/5.77	c #random_decision = 0
5.69/5.77	c #conflict = 0
5.69/5.77	c #restart = 0
5.69/5.77	c BCD2: found a new core of size 1: cost of the new core is >=42875
5.69/5.77	c lower bound updated to 34707198323
5.69/5.78	c BCD2: 34759720197 <= obj <= 99266343714
5.69/5.78	c BCD2: #cores=167, #unrelaxed=199, #relaxed=379, #hardened=0
5.69/5.78	c BCD2: #sat=1 #unsat=222 bias=222/223
5.69/5.78	c Solving starts ...
5.69/5.78	c ============================[ Search Statistics ]============================
5.69/5.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.78	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.78	c =============================================================================
5.69/5.78	c  0.0s |       0 |        0 |        0 |     9055      0 |     1411 |     2314
5.79/5.80	c  0.0s |       0 |      334 |        0 |     9055      0 |     1411 |     2314
5.79/5.80	c #cpu_time = 0.019s
5.79/5.80	c #wall_clock_time = 0.019s
5.79/5.80	c #decision = 334
5.79/5.80	c #random_decision = 0
5.79/5.80	c #conflict = 0
5.79/5.80	c #restart = 0
5.79/5.80	c BCD2: found a new core of size 2: cost of the new core is >=35
5.79/5.80	c lower bound updated to 34707198358
5.79/5.81	c BCD2: 34759720232 <= obj <= 99266343714
5.79/5.81	c BCD2: #cores=168, #unrelaxed=197, #relaxed=381, #hardened=0
5.79/5.81	c BCD2: #sat=1 #unsat=223 bias=223/224
5.79/5.81	c Solving starts ...
5.79/5.81	c ============================[ Search Statistics ]============================
5.79/5.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.81	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.81	c =============================================================================
5.79/5.81	c  0.0s |       0 |        0 |        0 |     9055      0 |     1411 |     2314
5.79/5.84	c  0.0s |       0 |      544 |        1 |     9055      0 |     1411 |     2314
5.79/5.84	c #cpu_time = 0.021s
5.79/5.84	c #wall_clock_time = 0.021s
5.79/5.84	c #decision = 544
5.79/5.84	c #random_decision = 0
5.79/5.84	c #conflict = 1
5.79/5.84	c #restart = 0
5.79/5.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
5.79/5.84	c lower bound updated to 34707198359
5.79/5.84	c BCD2: 34759720233 <= obj <= 99266343714
5.79/5.84	c BCD2: #cores=168, #unrelaxed=196, #relaxed=382, #hardened=0
5.79/5.84	c BCD2: #sat=1 #unsat=224 bias=224/225
5.79/5.85	c Solving starts ...
5.79/5.85	c ============================[ Search Statistics ]============================
5.79/5.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.85	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.85	c =============================================================================
5.79/5.85	c  0.0s |       0 |        0 |        0 |     9055      0 |     1412 |     2314
5.79/5.87	c  0.0s |       0 |      334 |        0 |     9055      0 |     1412 |     2315
5.79/5.87	c #cpu_time = 0.017s
5.79/5.87	c #wall_clock_time = 0.017s
5.79/5.87	c #decision = 334
5.79/5.87	c #random_decision = 0
5.79/5.87	c #conflict = 0
5.79/5.87	c #restart = 0
5.79/5.87	c BCD2: found a new core of size 1: cost of the new core is >=1500625
5.79/5.87	c lower bound updated to 34708698984
5.79/5.88	c BCD2: 34761220858 <= obj <= 99266343714
5.79/5.88	c BCD2: #cores=169, #unrelaxed=195, #relaxed=383, #hardened=0
5.79/5.88	c BCD2: #sat=1 #unsat=225 bias=225/226
5.79/5.88	c Solving starts ...
5.79/5.88	c ============================[ Search Statistics ]============================
5.79/5.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.88	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.88	c =============================================================================
5.79/5.88	c  0.0s |       0 |        0 |        0 |     9055      0 |     1412 |     2315
5.89/5.90	c  0.0s |       0 |      335 |        0 |     9055      0 |     1412 |     2315
5.89/5.90	c #cpu_time = 0.019s
5.89/5.90	c #wall_clock_time = 0.019s
5.89/5.90	c #decision = 335
5.89/5.90	c #random_decision = 0
5.89/5.90	c #conflict = 0
5.89/5.90	c #restart = 0
5.89/5.90	c BCD2: found a new core of size 1: cost of the new core is >=42875
5.89/5.90	c lower bound updated to 34708741859
5.89/5.91	c BCD2: 34761263733 <= obj <= 99266343714
5.89/5.91	c BCD2: #cores=170, #unrelaxed=194, #relaxed=384, #hardened=0
5.89/5.91	c BCD2: #sat=1 #unsat=226 bias=226/227
5.89/5.91	c Solving starts ...
5.89/5.91	c ============================[ Search Statistics ]============================
5.89/5.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.91	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.91	c =============================================================================
5.89/5.91	c  0.0s |       0 |        0 |        0 |     9055      0 |     1412 |     2315
5.89/5.93	c  0.0s |       0 |      337 |        0 |     9055      0 |     1412 |     2315
5.89/5.93	c #cpu_time = 0.018s
5.89/5.93	c #wall_clock_time = 0.018s
5.89/5.93	c #decision = 337
5.89/5.93	c #random_decision = 0
5.89/5.93	c #conflict = 0
5.89/5.93	c #restart = 0
5.89/5.93	c BCD2: found a new core of size 2: cost of the new core is >=35
5.89/5.93	c lower bound updated to 34708741894
5.89/5.94	c BCD2: 34761263768 <= obj <= 99266343714
5.89/5.94	c BCD2: #cores=171, #unrelaxed=192, #relaxed=386, #hardened=0
5.89/5.94	c BCD2: #sat=1 #unsat=227 bias=227/228
5.89/5.94	c Solving starts ...
5.89/5.94	c ============================[ Search Statistics ]============================
5.89/5.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.94	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.94	c =============================================================================
5.89/5.94	c  0.0s |       0 |        0 |        0 |     9055      0 |     1412 |     2315
5.89/5.97	c  0.0s |       0 |      536 |        1 |     9055      0 |     1412 |     2315
5.89/5.97	c #cpu_time = 0.023s
5.89/5.97	c #wall_clock_time = 0.023s
5.89/5.97	c #decision = 536
5.89/5.97	c #random_decision = 0
5.89/5.97	c #conflict = 1
5.89/5.97	c #restart = 0
5.89/5.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
5.89/5.97	c lower bound updated to 34708741895
5.89/5.98	c BCD2: 34761263769 <= obj <= 99266343714
5.89/5.98	c BCD2: #cores=171, #unrelaxed=191, #relaxed=387, #hardened=0
5.89/5.98	c BCD2: #sat=1 #unsat=228 bias=228/229
5.89/5.98	c Solving starts ...
5.89/5.98	c ============================[ Search Statistics ]============================
5.89/5.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.98	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.98	c =============================================================================
5.89/5.98	c  0.0s |       0 |        0 |        0 |     9055      0 |     1413 |     2315
5.99/6.00	c  0.0s |       0 |      337 |        0 |     9055      0 |     1413 |     2316
5.99/6.00	c #cpu_time = 0.020s
5.99/6.00	c #wall_clock_time = 0.020s
5.99/6.00	c #decision = 337
5.99/6.00	c #random_decision = 0
5.99/6.00	c #conflict = 0
5.99/6.00	c #restart = 0
5.99/6.00	c BCD2: found a new core of size 1: cost of the new core is >=1500625
5.99/6.00	c lower bound updated to 34710242520
5.99/6.01	c BCD2: 34762764394 <= obj <= 99266343714
5.99/6.01	c BCD2: #cores=172, #unrelaxed=190, #relaxed=388, #hardened=0
5.99/6.01	c BCD2: #sat=1 #unsat=229 bias=229/230
5.99/6.01	c Solving starts ...
5.99/6.01	c ============================[ Search Statistics ]============================
5.99/6.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.01	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.01	c =============================================================================
5.99/6.01	c  0.0s |       0 |        0 |        0 |     9055      0 |     1413 |     2316
5.99/6.04	c  0.0s |       0 |      338 |        0 |     9055      0 |     1413 |     2316
5.99/6.04	c #cpu_time = 0.019s
5.99/6.04	c #wall_clock_time = 0.019s
5.99/6.04	c #decision = 338
5.99/6.04	c #random_decision = 0
5.99/6.04	c #conflict = 0
5.99/6.04	c #restart = 0
5.99/6.04	c BCD2: found a new core of size 1: cost of the new core is >=42875
5.99/6.04	c lower bound updated to 34710285395
5.99/6.04	c BCD2: 34762807269 <= obj <= 99266343714
5.99/6.04	c BCD2: #cores=173, #unrelaxed=189, #relaxed=389, #hardened=0
5.99/6.04	c BCD2: #sat=1 #unsat=230 bias=230/231
5.99/6.05	c Solving starts ...
5.99/6.05	c ============================[ Search Statistics ]============================
5.99/6.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.05	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.05	c =============================================================================
5.99/6.05	c  0.0s |       0 |        0 |        0 |     9055      0 |     1413 |     2316
5.99/6.07	c  0.0s |       0 |      340 |        0 |     9055      0 |     1413 |     2316
5.99/6.07	c #cpu_time = 0.020s
5.99/6.07	c #wall_clock_time = 0.020s
5.99/6.07	c #decision = 340
5.99/6.07	c #random_decision = 0
5.99/6.07	c #conflict = 0
5.99/6.07	c #restart = 0
5.99/6.07	c BCD2: found a new core of size 2: cost of the new core is >=35
5.99/6.07	c lower bound updated to 34710285430
5.99/6.08	c BCD2: 34762807304 <= obj <= 99266343714
5.99/6.08	c BCD2: #cores=174, #unrelaxed=187, #relaxed=391, #hardened=0
5.99/6.08	c BCD2: #sat=1 #unsat=231 bias=231/232
5.99/6.08	c Solving starts ...
5.99/6.08	c ============================[ Search Statistics ]============================
5.99/6.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.08	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.08	c =============================================================================
5.99/6.08	c  0.0s |       0 |        0 |        0 |     9055      0 |     1413 |     2316
6.09/6.10	c  0.0s |       0 |      550 |        1 |     9055      0 |     1413 |     2316
6.09/6.10	c #cpu_time = 0.022s
6.09/6.10	c #wall_clock_time = 0.023s
6.09/6.10	c #decision = 550
6.09/6.10	c #random_decision = 0
6.09/6.10	c #conflict = 1
6.09/6.10	c #restart = 0
6.09/6.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
6.09/6.10	c lower bound updated to 34710285431
6.09/6.11	c BCD2: 34762807305 <= obj <= 99266343714
6.09/6.11	c BCD2: #cores=174, #unrelaxed=186, #relaxed=392, #hardened=0
6.09/6.11	c BCD2: #sat=1 #unsat=232 bias=232/233
6.09/6.11	c Solving starts ...
6.09/6.11	c ============================[ Search Statistics ]============================
6.09/6.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.11	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.11	c =============================================================================
6.09/6.12	c  0.0s |       0 |        0 |        0 |     9055      0 |     1414 |     2316
6.09/6.13	c  0.0s |       0 |      340 |        0 |     9055      0 |     1414 |     2317
6.09/6.13	c #cpu_time = 0.018s
6.09/6.13	c #wall_clock_time = 0.018s
6.09/6.13	c #decision = 340
6.09/6.13	c #random_decision = 0
6.09/6.13	c #conflict = 0
6.09/6.13	c #restart = 0
6.09/6.13	c BCD2: found a new core of size 1: cost of the new core is >=1500625
6.09/6.13	c lower bound updated to 34711786056
6.09/6.14	c BCD2: 34764307930 <= obj <= 99266343714
6.09/6.14	c BCD2: #cores=175, #unrelaxed=185, #relaxed=393, #hardened=0
6.09/6.14	c BCD2: #sat=1 #unsat=233 bias=233/234
6.09/6.15	c Solving starts ...
6.09/6.15	c ============================[ Search Statistics ]============================
6.09/6.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.15	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.15	c =============================================================================
6.09/6.15	c  0.0s |       0 |        0 |        0 |     9055      0 |     1414 |     2317
6.09/6.17	c  0.0s |       0 |      342 |        0 |     9055      0 |     1414 |     2317
6.09/6.17	c #cpu_time = 0.020s
6.09/6.17	c #wall_clock_time = 0.020s
6.09/6.17	c #decision = 342
6.09/6.17	c #random_decision = 0
6.09/6.17	c #conflict = 0
6.09/6.17	c #restart = 0
6.09/6.17	c BCD2: found a new core of size 2: cost of the new core is >=1225
6.09/6.17	c lower bound updated to 34711787281
6.09/6.18	c BCD2: 34764309155 <= obj <= 99266343714
6.09/6.18	c BCD2: #cores=176, #unrelaxed=183, #relaxed=395, #hardened=0
6.09/6.18	c BCD2: #sat=1 #unsat=234 bias=234/235
6.09/6.18	c Solving starts ...
6.09/6.18	c ============================[ Search Statistics ]============================
6.09/6.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.18	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.18	c =============================================================================
6.09/6.18	c  0.0s |       0 |        0 |        0 |     9055      0 |     1414 |     2317
6.19/6.20	c  0.0s |       0 |      552 |        1 |     9055      0 |     1414 |     2317
6.19/6.20	c #cpu_time = 0.022s
6.19/6.20	c #wall_clock_time = 0.022s
6.19/6.20	c #decision = 552
6.19/6.20	c #random_decision = 0
6.19/6.20	c #conflict = 1
6.19/6.20	c #restart = 0
6.19/6.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1260
6.19/6.20	c lower bound updated to 34711787316
6.19/6.21	c BCD2: 34764309190 <= obj <= 99266343714
6.19/6.21	c BCD2: #cores=176, #unrelaxed=182, #relaxed=396, #hardened=0
6.19/6.21	c BCD2: #sat=1 #unsat=235 bias=235/236
6.19/6.21	c Solving starts ...
6.19/6.21	c ============================[ Search Statistics ]============================
6.19/6.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.21	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.21	c =============================================================================
6.19/6.22	c  0.0s |       0 |        0 |        0 |     9055      0 |     1415 |     2317
6.19/6.24	c  0.0s |       0 |      552 |        1 |     9055      0 |     1415 |     2318
6.19/6.24	c #cpu_time = 0.021s
6.19/6.24	c #wall_clock_time = 0.021s
6.19/6.24	c #decision = 552
6.19/6.24	c #random_decision = 0
6.19/6.24	c #conflict = 1
6.19/6.24	c #restart = 0
6.19/6.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1261
6.19/6.24	c lower bound updated to 34711787317
6.19/6.25	c BCD2: 34764309191 <= obj <= 99266343714
6.19/6.25	c BCD2: #cores=176, #unrelaxed=181, #relaxed=397, #hardened=0
6.19/6.25	c BCD2: #sat=1 #unsat=236 bias=236/237
6.19/6.25	c Solving starts ...
6.19/6.25	c ============================[ Search Statistics ]============================
6.19/6.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.25	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.25	c =============================================================================
6.19/6.25	c  0.0s |       0 |        0 |        0 |     9055      0 |     1416 |     2318
6.19/6.27	c  0.0s |       0 |      342 |        0 |     9055      0 |     1416 |     2319
6.19/6.27	c #cpu_time = 0.020s
6.19/6.27	c #wall_clock_time = 0.020s
6.19/6.27	c #decision = 342
6.19/6.27	c #random_decision = 0
6.19/6.27	c #conflict = 0
6.19/6.27	c #restart = 0
6.19/6.27	c BCD2: found a new core of size 1: cost of the new core is >=1500625
6.19/6.27	c lower bound updated to 34713287942
6.19/6.28	c BCD2: 34765809816 <= obj <= 99266343714
6.19/6.28	c BCD2: #cores=177, #unrelaxed=180, #relaxed=398, #hardened=0
6.19/6.28	c BCD2: #sat=1 #unsat=237 bias=237/238
6.19/6.28	c Solving starts ...
6.19/6.28	c ============================[ Search Statistics ]============================
6.19/6.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.28	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.28	c =============================================================================
6.19/6.28	c  0.0s |       0 |        0 |        0 |     9055      0 |     1416 |     2319
6.29/6.30	c  0.0s |       0 |      343 |        0 |     9055      0 |     1416 |     2319
6.29/6.30	c #cpu_time = 0.020s
6.29/6.30	c #wall_clock_time = 0.020s
6.29/6.30	c #decision = 343
6.29/6.30	c #random_decision = 0
6.29/6.30	c #conflict = 0
6.29/6.30	c #restart = 0
6.29/6.30	c BCD2: found a new core of size 1: cost of the new core is >=42875
6.29/6.30	c lower bound updated to 34713330817
6.29/6.31	c BCD2: 34765852691 <= obj <= 99266343714
6.29/6.31	c BCD2: #cores=178, #unrelaxed=179, #relaxed=399, #hardened=0
6.29/6.31	c BCD2: #sat=1 #unsat=238 bias=238/239
6.29/6.31	c Solving starts ...
6.29/6.31	c ============================[ Search Statistics ]============================
6.29/6.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.31	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.31	c =============================================================================
6.29/6.32	c  0.0s |       0 |        0 |        0 |     9055      0 |     1416 |     2319
6.29/6.33	c  0.0s |       0 |      345 |        0 |     9055      0 |     1416 |     2319
6.29/6.33	c #cpu_time = 0.019s
6.29/6.33	c #wall_clock_time = 0.019s
6.29/6.33	c #decision = 345
6.29/6.33	c #random_decision = 0
6.29/6.33	c #conflict = 0
6.29/6.33	c #restart = 0
6.29/6.33	c BCD2: found a new core of size 2: cost of the new core is >=35
6.29/6.33	c lower bound updated to 34713330852
6.29/6.34	c BCD2: 34765852726 <= obj <= 99266343714
6.29/6.34	c BCD2: #cores=179, #unrelaxed=177, #relaxed=401, #hardened=0
6.29/6.34	c BCD2: #sat=1 #unsat=239 bias=239/240
6.29/6.35	c Solving starts ...
6.29/6.35	c ============================[ Search Statistics ]============================
6.29/6.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.35	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.35	c =============================================================================
6.29/6.35	c  0.0s |       0 |        0 |        0 |     9055      0 |     1416 |     2319
6.29/6.37	c  0.0s |       0 |      556 |        1 |     9055      0 |     1416 |     2319
6.29/6.37	c #cpu_time = 0.023s
6.29/6.37	c #wall_clock_time = 0.023s
6.29/6.37	c #decision = 556
6.29/6.37	c #random_decision = 0
6.29/6.37	c #conflict = 1
6.29/6.37	c #restart = 0
6.29/6.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
6.29/6.37	c lower bound updated to 34713330853
6.29/6.38	c BCD2: 34765852727 <= obj <= 99266343714
6.29/6.38	c BCD2: #cores=179, #unrelaxed=176, #relaxed=402, #hardened=0
6.29/6.38	c BCD2: #sat=1 #unsat=240 bias=240/241
6.29/6.38	c Solving starts ...
6.29/6.38	c ============================[ Search Statistics ]============================
6.29/6.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.38	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.38	c =============================================================================
6.29/6.38	c  0.0s |       0 |        0 |        0 |     9055      0 |     1417 |     2319
6.39/6.40	c  0.0s |       0 |      345 |        0 |     9055      0 |     1417 |     2320
6.39/6.40	c #cpu_time = 0.020s
6.39/6.40	c #wall_clock_time = 0.020s
6.39/6.40	c #decision = 345
6.39/6.40	c #random_decision = 0
6.39/6.40	c #conflict = 0
6.39/6.40	c #restart = 0
6.39/6.40	c BCD2: found a new core of size 1: cost of the new core is >=1500625
6.39/6.40	c lower bound updated to 34714831478
6.39/6.41	c BCD2: 34767353352 <= obj <= 99266343714
6.39/6.41	c BCD2: #cores=180, #unrelaxed=175, #relaxed=403, #hardened=0
6.39/6.41	c BCD2: #sat=1 #unsat=241 bias=241/242
6.39/6.41	c Solving starts ...
6.39/6.41	c ============================[ Search Statistics ]============================
6.39/6.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.41	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.41	c =============================================================================
6.39/6.42	c  0.0s |       0 |        0 |        0 |     9055      0 |     1417 |     2320
6.39/6.44	c  0.0s |       0 |      346 |        0 |     9055      0 |     1417 |     2320
6.39/6.44	c #cpu_time = 0.019s
6.39/6.44	c #wall_clock_time = 0.019s
6.39/6.44	c #decision = 346
6.39/6.44	c #random_decision = 0
6.39/6.44	c #conflict = 0
6.39/6.44	c #restart = 0
6.39/6.44	c BCD2: found a new core of size 1: cost of the new core is >=42875
6.39/6.44	c lower bound updated to 34714874353
6.39/6.44	c BCD2: 34767396227 <= obj <= 99266343714
6.39/6.44	c BCD2: #cores=181, #unrelaxed=174, #relaxed=404, #hardened=0
6.39/6.44	c BCD2: #sat=1 #unsat=242 bias=242/243
6.39/6.45	c Solving starts ...
6.39/6.45	c ============================[ Search Statistics ]============================
6.39/6.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.45	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.45	c =============================================================================
6.39/6.45	c  0.0s |       0 |        0 |        0 |     9055      0 |     1417 |     2320
6.39/6.47	c  0.0s |       0 |      348 |        0 |     9055      0 |     1417 |     2320
6.39/6.47	c #cpu_time = 0.022s
6.39/6.47	c #wall_clock_time = 0.022s
6.39/6.47	c #decision = 348
6.39/6.47	c #random_decision = 0
6.39/6.47	c #conflict = 0
6.39/6.47	c #restart = 0
6.39/6.47	c BCD2: found a new core of size 2: cost of the new core is >=35
6.39/6.47	c lower bound updated to 34714874388
6.39/6.48	c BCD2: 34767396262 <= obj <= 99266343714
6.39/6.48	c BCD2: #cores=182, #unrelaxed=172, #relaxed=406, #hardened=0
6.39/6.48	c BCD2: #sat=1 #unsat=243 bias=243/244
6.39/6.48	c Solving starts ...
6.39/6.48	c ============================[ Search Statistics ]============================
6.39/6.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.48	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.48	c =============================================================================
6.39/6.48	c  0.0s |       0 |        0 |        0 |     9055      0 |     1417 |     2320
6.49/6.50	c  0.0s |       0 |      559 |        1 |     9055      0 |     1417 |     2320
6.49/6.50	c #cpu_time = 0.023s
6.49/6.50	c #wall_clock_time = 0.023s
6.49/6.50	c #decision = 559
6.49/6.50	c #random_decision = 0
6.49/6.50	c #conflict = 1
6.49/6.50	c #restart = 0
6.49/6.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
6.49/6.50	c lower bound updated to 34714874389
6.49/6.51	c BCD2: 34767396263 <= obj <= 99266343714
6.49/6.51	c BCD2: #cores=182, #unrelaxed=171, #relaxed=407, #hardened=0
6.49/6.51	c BCD2: #sat=1 #unsat=244 bias=244/245
6.49/6.51	c Solving starts ...
6.49/6.51	c ============================[ Search Statistics ]============================
6.49/6.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.51	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.51	c =============================================================================
6.49/6.52	c  0.0s |       0 |        0 |        0 |     9055      0 |     1418 |     2320
6.49/6.54	c  0.0s |       0 |      348 |        0 |     9055      0 |     1418 |     2321
6.49/6.54	c #cpu_time = 0.019s
6.49/6.54	c #wall_clock_time = 0.019s
6.49/6.54	c #decision = 348
6.49/6.54	c #random_decision = 0
6.49/6.54	c #conflict = 0
6.49/6.54	c #restart = 0
6.49/6.54	c BCD2: found a new core of size 1: cost of the new core is >=1500625
6.49/6.54	c lower bound updated to 34716375014
6.49/6.55	c BCD2: 34768896888 <= obj <= 99266343714
6.49/6.55	c BCD2: #cores=183, #unrelaxed=170, #relaxed=408, #hardened=0
6.49/6.55	c BCD2: #sat=1 #unsat=245 bias=245/246
6.49/6.55	c Solving starts ...
6.49/6.55	c ============================[ Search Statistics ]============================
6.49/6.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.55	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.55	c =============================================================================
6.49/6.55	c  0.0s |       0 |        0 |        0 |     9055      0 |     1418 |     2321
6.49/6.57	c  0.0s |       0 |      349 |        0 |     9055      0 |     1418 |     2321
6.49/6.57	c #cpu_time = 0.021s
6.49/6.57	c #wall_clock_time = 0.021s
6.49/6.57	c #decision = 349
6.49/6.57	c #random_decision = 0
6.49/6.57	c #conflict = 0
6.49/6.57	c #restart = 0
6.49/6.57	c BCD2: found a new core of size 1: cost of the new core is >=42875
6.49/6.57	c lower bound updated to 34716417889
6.49/6.58	c BCD2: 34768939763 <= obj <= 99266343714
6.49/6.58	c BCD2: #cores=184, #unrelaxed=169, #relaxed=409, #hardened=0
6.49/6.58	c BCD2: #sat=1 #unsat=246 bias=246/247
6.49/6.58	c Solving starts ...
6.49/6.58	c ============================[ Search Statistics ]============================
6.49/6.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.58	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.58	c =============================================================================
6.49/6.58	c  0.0s |       0 |        0 |        0 |     9055      0 |     1418 |     2321
6.59/6.61	c  0.0s |       0 |      351 |        0 |     9055      0 |     1418 |     2321
6.59/6.61	c #cpu_time = 0.022s
6.59/6.61	c #wall_clock_time = 0.022s
6.59/6.61	c #decision = 351
6.59/6.61	c #random_decision = 0
6.59/6.61	c #conflict = 0
6.59/6.61	c #restart = 0
6.59/6.61	c BCD2: found a new core of size 2: cost of the new core is >=35
6.59/6.61	c lower bound updated to 34716417924
6.59/6.61	c BCD2: 34768939798 <= obj <= 99266343714
6.59/6.61	c BCD2: #cores=185, #unrelaxed=167, #relaxed=411, #hardened=0
6.59/6.61	c BCD2: #sat=1 #unsat=247 bias=247/248
6.59/6.62	c Solving starts ...
6.59/6.62	c ============================[ Search Statistics ]============================
6.59/6.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.62	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.62	c =============================================================================
6.59/6.62	c  0.0s |       0 |        0 |        0 |     9055      0 |     1418 |     2321
6.59/6.64	c  0.0s |       0 |      562 |        1 |     9055      0 |     1418 |     2321
6.59/6.64	c #cpu_time = 0.022s
6.59/6.64	c #wall_clock_time = 0.022s
6.59/6.64	c #decision = 562
6.59/6.64	c #random_decision = 0
6.59/6.64	c #conflict = 1
6.59/6.64	c #restart = 0
6.59/6.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=36
6.59/6.64	c lower bound updated to 34716417925
6.59/6.65	c BCD2: 34768939799 <= obj <= 99266343714
6.59/6.65	c BCD2: #cores=185, #unrelaxed=166, #relaxed=412, #hardened=0
6.59/6.65	c BCD2: #sat=1 #unsat=248 bias=248/249
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 |     9055      0 |     1419 |     2321
6.69/6.72	c  0.1s |       0 |      738 |       37 |     9055      0 |     1419 |     2322
6.69/6.72	c #cpu_time = 0.060s
6.69/6.72	c #wall_clock_time = 0.060s
6.69/6.72	c #decision = 738
6.69/6.72	c #random_decision = 0
6.69/6.72	c #conflict = 37
6.69/6.72	c #restart = 0
6.69/6.72	c BCD2: relaxing 22 and merging with 2 cores into a new core of size 29: cost of the new core is >=420175000
6.69/6.72	c lower bound updated to 34768939800
6.69/6.73	c BCD2: 34821461674 <= obj <= 99266343714
6.69/6.73	c BCD2: #cores=184, #unrelaxed=144, #relaxed=434, #hardened=0
6.69/6.73	c BCD2: #sat=1 #unsat=249 bias=249/250
6.69/6.73	c Solving starts ...
6.69/6.73	c ============================[ Search Statistics ]============================
6.69/6.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.69/6.73	c       |         |          |          |    Limit     GC | Var      | Constra 
6.69/6.73	c =============================================================================
6.69/6.73	c  0.0s |       0 |        0 |        0 |     9055      0 |     1815 |     2322
6.78/6.81	c  0.1s |       0 |     5750 |        2 |     9055      0 |     1815 |     3112
6.78/6.81	c #cpu_time = 0.066s
6.78/6.81	c #wall_clock_time = 0.067s
6.78/6.81	c #decision = 5750
6.78/6.81	c #random_decision = 9
6.78/6.81	c #conflict = 2
6.78/6.81	c #restart = 0
6.78/6.81	o 46271544585

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

pid=9882
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.28 2.27 2.22 3/179 9885
/proc/meminfo: memFree=28823460/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=630204 CPUtime=0 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 2338 0 0 0 0 0 0 0 20 0 4 0 40617433 645328896 2188 33554432000 4194304 16246674 140734075323968 140734075323392 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 158319 2196 441 2943 0 155213 0
[pid=9885/tid=9886] ppid=9882 vsize=647612 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 663154688 2255 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=651708 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 667348992 2268 33554432000 4194304 16246674 140734075323968 140503176682736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=655804 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 40617433 671543296 2286 33554432000 4194304 16246674 140734075323968 140503166209200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.28 2.27 2.22 3/179 9885
/proc/meminfo: memFree=28823460/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 25244 0 0 0 6 3 0 0 20 0 4 0 40617433 1250496512 25032 33554432000 4194304 16246674 140734075323968 140734075323280 4221105 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 305297 25037 799 2943 0 302191 0
[pid=9885/tid=9886] ppid=9882 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 1250496512 25041 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 1251545088 25048 33554432000 4194304 16246674 140734075323968 140503176682736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 1251545088 25053 33554432000 4194304 16246674 140734075323968 140503166209200 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) 1221188

[startup+0.200501 s]
/proc/loadavg: 2.28 2.27 2.22 3/179 9885
/proc/meminfo: memFree=28823460/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=1302084 CPUtime=0.19 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 45337 0 0 0 14 5 0 0 20 0 4 0 40617433 1333334016 45124 33554432000 4194304 16246674 140734075323968 140734075323280 5762693 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 325521 45124 835 2943 0 322415 0
[pid=9885/tid=9886] ppid=9882 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 1333334016 45124 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 1333334016 45124 33554432000 4194304 16246674 140734075323968 140503176682736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 1333334016 45124 33554432000 4194304 16246674 140734075323968 140503166209200 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) 1302084

[startup+0.300474 s]
/proc/loadavg: 2.28 2.27 2.22 3/179 9885
/proc/meminfo: memFree=28823460/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=1302084 CPUtime=0.29 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 61184 0 0 0 21 8 0 0 20 0 4 0 40617433 1333334016 60971 33554432000 4194304 16246674 140734075323968 140734075323280 5589685 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 325521 60978 835 2943 0 322415 0
[pid=9885/tid=9886] ppid=9882 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 1333334016 60984 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 1333334016 60989 33554432000 4194304 16246674 140734075323968 140503176682736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 1333334016 60994 33554432000 4194304 16246674 140734075323968 140503166209200 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) 1302084

[startup+0.700408 s]
/proc/loadavg: 2.28 2.27 2.22 3/179 9885
/proc/meminfo: memFree=28823460/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=1320516 CPUtime=0.68 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 82940 0 0 0 58 10 0 0 20 0 4 0 40617433 1352208384 82727 33554432000 4194304 16246674 140734075323968 140734075323280 5531308 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 330129 82727 909 2943 0 327023 0
[pid=9885/tid=9886] ppid=9882 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 1352208384 82727 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 1352208384 82727 33554432000 4194304 16246674 140734075323968 140503176682736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 1352208384 82727 33554432000 4194304 16246674 140734075323968 140503166209200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1320516

[startup+1.50034 s]
/proc/loadavg: 2.28 2.27 2.22 3/183 9889
/proc/meminfo: memFree=28494300/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=1320516 CPUtime=1.49 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 82944 0 0 0 138 11 0 0 20 0 4 0 40617433 1352208384 82731 33554432000 4194304 16246674 140734075323968 140734075323064 4221031 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 330129 82731 910 2943 0 327023 0
[pid=9885/tid=9886] ppid=9882 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 1352208384 82731 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 1352208384 82731 33554432000 4194304 16246674 140734075323968 140503176682736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 1352208384 82731 33554432000 4194304 16246674 140734075323968 140503166209200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1320516

[startup+3.1004 s]
/proc/loadavg: 2.42 2.30 2.23 3/183 9889
/proc/meminfo: memFree=28493432/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=1320516 CPUtime=3.09 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 82944 0 0 0 297 12 0 0 20 0 4 0 40617433 1352208384 82731 33554432000 4194304 16246674 140734075323968 140734075306960 5827966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 330129 82731 910 2943 0 327023 0
[pid=9885/tid=9886] ppid=9882 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 1352208384 82731 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 1352208384 82731 33554432000 4194304 16246674 140734075323968 140503176682736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 1352208384 82731 33554432000 4194304 16246674 140734075323968 140503166209200 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) 1320516

[startup+6.3004 s]
/proc/loadavg: 2.42 2.30 2.23 3/183 9889
/proc/meminfo: memFree=28495976/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=1320516 CPUtime=6.29 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 82948 0 0 0 617 12 0 0 20 0 4 0 40617433 1352208384 82735 33554432000 4194304 16246674 140734075323968 140734075305856 5532156 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 330129 82735 913 2943 0 327023 0
[pid=9885/tid=9886] ppid=9882 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 1352208384 82735 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 1352208384 82735 33554432000 4194304 16246674 140734075323968 140503176682736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 1352208384 82735 33554432000 4194304 16246674 140734075323968 140503166209200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1320516

[startup+12.7004 s]
/proc/loadavg: 2.35 2.29 2.23 3/183 9889
/proc/meminfo: memFree=27689136/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=1373764 CPUtime=12.68 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 284656 0 0 0 1230 38 0 0 20 0 4 0 40617433 1406734336 284443 33554432000 4194304 16246674 140734075323968 140734075321792 4225056 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 343441 284443 913 2943 0 340335 0
[pid=9885/tid=9886] ppid=9882 vsize=1373764 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 1406734336 284443 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=1373764 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 1406734336 284443 33554432000 4194304 16246674 140734075323968 140503176682736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=1373764 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 1406734336 284443 33554432000 4194304 16246674 140734075323968 140503166209200 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) 1373764

[startup+25.5005 s]
/proc/loadavg: 2.30 2.28 2.23 3/183 9889
/proc/meminfo: memFree=26946988/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=2115140 CPUtime=25.48 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 470000 0 0 0 2486 62 0 0 20 0 4 0 40617433 2165903360 469787 33554432000 4194304 16246674 140734075323968 140734075323144 4225100 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 528785 469787 913 2943 0 525679 0
[pid=9885/tid=9886] ppid=9882 vsize=2115140 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 2165903360 469787 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=2115140 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 2165903360 469787 33554432000 4194304 16246674 140734075323968 140503176682736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=2115140 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 2165903360 469787 33554432000 4194304 16246674 140734075323968 140503166209200 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) 2115140

[startup+51.1005 s]
/proc/loadavg: 2.47 2.32 2.24 3/183 9889
/proc/meminfo: memFree=25658264/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=3401284 CPUtime=51.08 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 791538 0 0 0 5004 104 0 0 20 0 4 0 40617433 3482914816 791325 33554432000 4194304 16246674 140734075323968 140734075323064 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 850321 791325 914 2943 0 847215 0
[pid=9885/tid=9886] ppid=9882 vsize=3401284 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 3482914816 791325 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=3401284 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 3482914816 791325 33554432000 4194304 16246674 140734075323968 140503176682736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=3401284 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 3482914816 791325 33554432000 4194304 16246674 140734075323968 140503166209200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3401284

[startup+102.3 s]
/proc/loadavg: 2.27 2.30 2.24 3/183 9891
/proc/meminfo: memFree=24031432/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=5024324 CPUtime=102.28 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 1303026 0 0 0 10050 178 0 0 20 0 4 0 40617433 5144907776 1197085 33554432000 4194304 16246674 140734075323968 140734075323280 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 1256081 1197085 914 2943 0 1252975 0
[pid=9885/tid=9886] ppid=9882 vsize=5024324 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 5144907776 1197085 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=5024324 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 5144907776 1197085 33554432000 4194304 16246674 140734075323968 140503176682736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=5024324 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 5144907776 1197085 33554432000 4194304 16246674 140734075323968 140503166209200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 5024324


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

[pid=9885/tid=9888] ppid=9882 vsize=10250820 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 10496839680 2503713 33554432000 4194304 16246674 140734075323968 140503166209200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 10250820

[startup+342.3 s]
/proc/loadavg: 2.21 2.24 2.22 4/183 9895
/proc/meminfo: memFree=16865404/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=12175940 CPUtime=342.24 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 4570362 0 0 0 33553 671 0 0 20 0 4 0 40617433 12468162560 2984997 33554432000 4194304 16246674 140734075323968 140734075323064 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 3043985 2984997 918 2943 0 3040879 0
[pid=9885/tid=9886] ppid=9882 vsize=12175940 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 12468162560 2984997 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=12175940 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 12468162560 2984997 33554432000 4194304 16246674 140734075323968 140503176682736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=12175940 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 12468162560 2984997 33554432000 4194304 16246674 140734075323968 140503166209200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 12175940

[startup+402.3 s]
/proc/loadavg: 2.39 2.28 2.24 4/183 9897
/proc/meminfo: memFree=16151112/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=12888644 CPUtime=402.23 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 4953851 0 0 0 39488 735 0 0 20 0 4 0 40617433 13197971456 3163174 33554432000 4194304 16246674 140734075323968 140734075321856 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 3222161 3163174 918 2943 0 3219055 0
[pid=9885/tid=9886] ppid=9882 vsize=12888644 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 13197971456 3163174 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=12888644 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 13197971456 3163174 33554432000 4194304 16246674 140734075323968 140503176682512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=12888644 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 13197971456 3163174 33554432000 4194304 16246674 140734075323968 140503166209200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 12888644

[startup+462.3 s]
/proc/loadavg: 2.24 2.25 2.23 3/183 9898
/proc/meminfo: memFree=15790856/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=13249092 CPUtime=462.21 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 4995265 0 0 0 45475 746 0 0 20 0 4 0 40617433 13567070208 3253133 33554432000 4194304 16246674 140734075323968 140734075321920 14013809 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 3312273 3253133 918 2943 0 3309167 0
[pid=9885/tid=9886] ppid=9882 vsize=13249092 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 13567070208 3253133 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=13249092 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 13567070208 3253133 33554432000 4194304 16246674 140734075323968 140503176682512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=13249092 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 13567070208 3253133 33554432000 4194304 16246674 140734075323968 140503166209200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 13249092

[startup+522.3 s]
/proc/loadavg: 2.29 2.27 2.23 3/184 9902
/proc/meminfo: memFree=15762460/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=13249092 CPUtime=522.21 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 4995418 0 0 0 51471 750 0 0 20 0 4 0 40617433 13567070208 3253286 33554432000 4194304 16246674 140734075323968 140734075321920 14013920 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 3312273 3253286 918 2943 0 3309167 0
[pid=9885/tid=9886] ppid=9882 vsize=13249092 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 13567070208 3253286 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=13249092 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 13567070208 3253286 33554432000 4194304 16246674 140734075323968 140503176682512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=13249092 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 13567070208 3253286 33554432000 4194304 16246674 140734075323968 140503166209200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 13249092

[startup+582.3 s]
/proc/loadavg: 2.44 2.31 2.25 3/183 9903
/proc/meminfo: memFree=14338212/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=14670404 CPUtime=582.2 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 5296580 0 0 0 57421 799 0 0 20 0 4 0 40617433 15022493696 3608614 33554432000 4194304 16246674 140734075323968 140734075323144 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 3667601 3608614 918 2943 0 3664495 0
[pid=9885/tid=9886] ppid=9882 vsize=14670404 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 15022493696 3608614 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=14670404 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 15022493696 3608614 33554432000 4194304 16246674 140734075323968 140503176682736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=14670404 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 15022493696 3608614 33554432000 4194304 16246674 140734075323968 140503166209200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 14670404

[startup+642.3 s]
/proc/loadavg: 2.38 2.31 2.25 3/183 9904
/proc/meminfo: memFree=14337888/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=14670404 CPUtime=642.19 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 5296580 0 0 0 63417 802 0 0 20 0 4 0 40617433 15022493696 3608614 33554432000 4194304 16246674 140734075323968 140734075321920 14006617 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 3667601 3608614 918 2943 0 3664495 0
[pid=9885/tid=9886] ppid=9882 vsize=14670404 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 15022493696 3608614 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=14670404 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 15022493696 3608614 33554432000 4194304 16246674 140734075323968 140503176682512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=14670404 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 15022493696 3608614 33554432000 4194304 16246674 140734075323968 140503166209200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 14670404



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+678.2 s]
/proc/loadavg: 2.39 2.32 2.26 3/183 9905
/proc/meminfo: memFree=13338996/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=15898180 CPUtime=678.08 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) R 9882 9885 9424 0 -1 4202496 5603274 0 0 0 66959 849 0 0 20 0 4 0 40617433 16279736320 3915308 33554432000 4194304 16246674 140734075323968 140734075323064 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 3974545 3915308 918 2943 0 3971439 0
[pid=9885/tid=9886] ppid=9882 vsize=15898180 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9886/stat : 9886 (toysat) S 9882 9885 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40617433 16279736320 3915308 33554432000 4194304 16246674 140734075323968 140503187172592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=15898180 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) S 9882 9885 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40617433 16279736320 3915308 33554432000 4194304 16246674 140734075323968 140503176682736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9885/tid=9888] ppid=9882 vsize=15898180 CPUtime=0 cores=0,2,4,6
/proc/9885/task/9888/stat : 9888 (toysat) S 9882 9885 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40617433 16279736320 3915309 33554432000 4194304 16246674 140734075323968 140503166209200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 678.08
Current children cumulated vsize (KiB) 15898180

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

[startup+678.4 s]
/proc/loadavg: 2.39 2.32 2.26 3/183 9905
/proc/meminfo: memFree=13338996/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=0 CPUtime=678.28 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) Z 9882 9885 9424 0 -1 4203532 5603736 0 0 0 66959 869 0 0 20 0 2 0 40617433 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 0 0 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=0 CPUtime=0.18 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) R 9882 9885 9424 0 -1 4203588 8 0 0 0 0 18 0 0 20 0 2 0 40617433 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) 678.28
Current children cumulated vsize (KiB) 0

[startup+678.807 s]
/proc/loadavg: 2.39 2.32 2.26 3/181 9905
/proc/meminfo: memFree=21535660/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=0 CPUtime=678.69 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) Z 9882 9885 9424 0 -1 4203532 5603736 0 0 0 66959 910 0 0 20 0 2 0 40617433 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 0 0 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=0 CPUtime=0.59 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) R 9882 9885 9424 0 -1 4203588 8 0 0 0 0 59 0 0 20 0 2 0 40617433 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) 678.69
Current children cumulated vsize (KiB) 0

[startup+679 s]
/proc/loadavg: 2.39 2.32 2.26 3/181 9905
/proc/meminfo: memFree=21535660/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=0 CPUtime=678.88 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) Z 9882 9885 9424 0 -1 4203532 5603736 0 0 0 66959 929 0 0 20 0 2 0 40617433 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 0 0 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) R 9882 9885 9424 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 40617433 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) 678.88
Current children cumulated vsize (KiB) 0

[startup+679.1 s]
/proc/loadavg: 2.39 2.32 2.26 3/181 9905
/proc/meminfo: memFree=21535660/32872528 swapFree=1542984/1696284
[pid=9885] ppid=9882 vsize=0 CPUtime=678.98 cores=0,2,4,6
/proc/9885/stat : 9885 (toysat) Z 9882 9885 9424 0 -1 4203532 5603736 0 0 0 66959 939 0 0 20 0 2 0 40617433 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9885/statm: 0 0 0 0 0 0 0
[pid=9885/tid=9887] ppid=9882 vsize=0 CPUtime=0.88 cores=0,2,4,6
/proc/9885/task/9887/stat : 9887 (toysat) R 9882 9885 9424 0 -1 4203588 8 0 0 0 0 88 0 0 20 0 2 0 40617433 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) 678.98
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 679.113
CPU time (s): 678.997
CPU user time (s): 669.598
CPU system time (s): 9.39857
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 15898180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 669.598
system time used= 9.39857
maximum resident set size= 15663080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5603736
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= 222
involuntary context switches= 686

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.68574 second user time and 2.69359 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-20 03:21:48
IDJOB=4110668
IDBENCH=108231
IDSOLVER=2542
FILE ID=node125/4110668-1466385708
RUNJOBID= node125-1466384086-9440
PBS_JOBID= 19923262
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-f42-DC_DoubleLoss.seq-B-2-2-irEDCBA.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110668-1466385708/watcher-4110668-1466385708 -o /tmp/evaluation-result-4110668-1466385708/solver-4110668-1466385708 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466384086-9440 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4110668-1466385708.opb

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

MD5SUM BENCH= 510b9af326ef236b2cfa7a5121fcbd18
RANDOM SEED=1702464256

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.36
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.683
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.683
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.683
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.54
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.683
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.683
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.683
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.683
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:        28823832 kB
Buffers:           44796 kB
Cached:            86252 kB
SwapCached:         1476 kB
Active:          1564876 kB
Inactive:          52752 kB
Active(anon):    1488024 kB
Inactive(anon):     1052 kB
Active(file):      76852 kB
Inactive(file):    51700 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67096400 kB
Dirty:             16716 kB
Writeback:             0 kB
AnonPages:       3243568 kB
Mapped:            10748 kB
Shmem:                 0 kB
Slab:             594612 kB
SReclaimable:      38392 kB
SUnreclaim:       556220 kB
KernelStack:        1504 kB
PageTables:         9964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3324560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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 node125 at 2016-06-20 03:33:07