Trace number 4110940

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) 715.498 715.639

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f11-DCTotalLoss.seq-A-2-combined-irEDCBA.opb
MD5SUMedd7e0baad452f780c3c1eb70d040bc2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42577186070
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11465
Total number of constraints33051
Number of constraints which are clauses32907
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints144
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 674
Biggest coefficient in the objective function 346719785
Number of bits for the biggest coefficient in the objective function 29
Sum of the numbers in the objective function 170239414434
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 346719785
Number of bits of the biggest number in a constraint 29
Biggest sum of numbers in a constraint 170239414434
Number of bits of the biggest sum of numbers38
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-20T05:30:43+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-4110940-1466393443.opb"]
0.00/0.01	c use --random-gen="2881874077 3997524815 3831994052 2977574255 652996593 2032757435 189805497 3306848111 1308181628 2184784079 2033417741 3183446271 2983366182 4077055324 3820060520 853019962 738897193 1450422913 965053793 1947084204 1021481864 2517650367 2728605383 508181200 2564185347 233720865 1333709877 1986645436 2328875884 675591435 1416371788 1288275890 1273944676 1497017324 3923857215 1482481988 3897261701 25235149 1054933044 4217535529 722840598 3689290895 2626488678 1518194797 1801142294 268798098 2294576687 2904190940 2082346794 3138252386 2532566653 990372327 2941772332 1525905631 178149481 3218630010 1534857547 3437216630 3224824613 1158991991 20602952 222935898 1581464614 3814305932 1695114719 3084884813 1672053566 3500196340 3699373375 4063304487 2437047889 2220626033 1497660191 2377176448 35476740 865986416 1261440874 1437695725 283175278 2845690110 480925543 2100570267 84783320 389459391 2817075926 440775540 1321029356 2224945543 3346509331 1380926250 208170895 1255245402 2091775781 1861605311 4128375684 849546031 1634761694 1435513144 1470834596 2954277615 676951081 746340654 2979059264 785937556 298806947 1150374502 1531632393 1968960880 3673729534 3737139044 1358036695 649229412 2563492240 4276572154 1328922449 1066157735 990123872 429440523 4263853041 2266746778 3303019128 4164109974 3614883512 1495850316 1111738332 3228469315 3552935565 513722890 2769268486 683689050 4250705240 1373816918 1329462450 3776300155 2368251990 1038096050 2181289488 605294618 4071028161 1132315243 1688761775 583724904 2354099712 1251106794 1242514073 1084529271 4103005279 3295381546 556026293 3034617838 2354000723 3831482580 2911037243 672920074 2588714680 2624418583 3987618203 1494155801 1825623591 1530081463 2048981721 1500385052 2065439736 1954418729 3293825049 4198408149 3345060968 1018269198 435834317 3675282979 3256828303 264401067 3853260234 455662790 57910898 539646492 3581022775 2739332576 2766599798 717901762 2675860216 3306147964 2182691635 2302674857 3215732301 1518832514 2242352125 4037874146 1827608879 3781726984 1028807655 2626893991 1731905060 4097816500 306931977 1495799613 2191998888 3546766348 3728981534 3413839217 2557020167 162363949 3175009443 1407088598 246446285 2968233529 262711865 770306670 2303213890 1876143316 2448815302 4204206955 3215738685 3981467287 69380619 1609454557 2970612251 3000289363 2231797417 3582845580 3977687071 2574472180 3264461349 3547642468 484241608 4151988307 979724070 3537699573 2777966458 1401588881 2487871676 414108215 1876600539 3108222611 2664760945 3445192643 1865687297 2420821834 3084692676 2003345102 2098713300 1028746943 1101855282 1271609960 684497786 2796166257 4169730741 940185989 1243851885 1291650577 2301724639 461224000 2031696775 3264903841 766467001 2076772553 255 362436" option to reproduce the execution
0.19/0.22	c #vars 11465
0.19/0.22	c #constraints 33051
0.59/0.61	c BCD2: Hardening is enabled.
0.59/0.61	c BCD2: BiasedSearch is enabled.
0.59/0.61	c Solving starts ...
0.59/0.61	c ============================[ Search Statistics ]============================
0.59/0.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.61	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.61	c =============================================================================
0.59/0.61	c  0.0s |       0 |        0 |        0 |    14191      0 |      481 |        0
0.59/0.68	c  0.1s |       0 |      659 |       17 |    14191      0 |      481 |      175
0.59/0.68	c #cpu_time = 0.066s
0.59/0.68	c #wall_clock_time = 0.066s
0.59/0.68	c #decision = 659
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 17
0.59/0.68	c #restart = 0
0.59/0.68	o 102559712367
0.69/0.71	c BCD2: updating upper bound: 170239414434 -> 102629056322
0.69/0.74	c BCD2: 0 <= obj <= 102629056322
0.69/0.74	c BCD2: #cores=0, #unrelaxed=674, #relaxed=0, #hardened=0
0.69/0.74	c BCD2: #sat=1 #unsat=1 bias=1/2
0.69/0.74	c Solving starts ...
0.69/0.74	c ============================[ Search Statistics ]============================
0.69/0.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.74	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.74	c =============================================================================
0.69/0.74	c  0.0s |       0 |        0 |        0 |    14191      0 |      481 |      175
0.69/0.77	c  0.0s |       0 |        3 |        1 |    14191      0 |      481 |      175
0.69/0.77	c #cpu_time = 0.028s
0.69/0.77	c #wall_clock_time = 0.028s
0.69/0.77	c #decision = 3
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 1
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: found a new core of size 3: cost of the new core is >=69343957
0.69/0.77	c lower bound updated to 1
0.79/0.80	c BCD2: 69343957 <= obj <= 102629056322
0.79/0.80	c BCD2: #cores=1, #unrelaxed=671, #relaxed=3, #hardened=0
0.79/0.80	c BCD2: #sat=1 #unsat=2 bias=2/3
0.79/0.80	c Solving starts ...
0.79/0.80	c ============================[ Search Statistics ]============================
0.79/0.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.80	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.80	c =============================================================================
0.79/0.85	c  0.0s |       0 |        0 |        0 |    14191      0 |      481 |      175
0.79/0.87	c  0.0s |       0 |        2 |        0 |    14191      0 |      481 |      175
0.79/0.87	c #cpu_time = 0.015s
0.79/0.87	c #wall_clock_time = 0.015s
0.79/0.87	c #decision = 2
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 0
0.79/0.87	c #restart = 0
0.79/0.87	c BCD2: found a new core of size 1: cost of the new core is >=346719785
0.79/0.87	c lower bound updated to 346719786
0.79/0.88	c BCD2: 416063742 <= obj <= 102629056322
0.79/0.88	c BCD2: #cores=2, #unrelaxed=670, #relaxed=4, #hardened=0
0.79/0.88	c BCD2: #sat=1 #unsat=3 bias=3/4
0.79/0.88	c Solving starts ...
0.79/0.88	c ============================[ Search Statistics ]============================
0.79/0.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.88	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.88	c =============================================================================
0.79/0.88	c  0.0s |       0 |        0 |        0 |    14191      0 |      481 |      175
0.89/0.90	c  0.0s |       0 |       16 |        0 |    14191      0 |      481 |      175
0.89/0.90	c #cpu_time = 0.016s
0.89/0.90	c #wall_clock_time = 0.016s
0.89/0.90	c #decision = 16
0.89/0.90	c #random_decision = 0
0.89/0.90	c #conflict = 0
0.89/0.90	c #restart = 0
0.89/0.90	c BCD2: found a new core of size 1: cost of the new core is >=346719785
0.89/0.90	c lower bound updated to 693439571
0.89/0.92	c BCD2: 762783527 <= obj <= 102629056322
0.89/0.92	c BCD2: #cores=3, #unrelaxed=669, #relaxed=5, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=4 bias=4/5
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 |    14191      0 |      481 |      175
0.89/0.93	c  0.0s |       0 |       64 |        0 |    14191      0 |      481 |      175
0.89/0.93	c #cpu_time = 0.016s
0.89/0.93	c #wall_clock_time = 0.016s
0.89/0.93	c #decision = 64
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 3: cost of the new core is >=346719785
0.89/0.93	c lower bound updated to 1040159356
0.89/0.95	c BCD2: 1109503312 <= obj <= 102629056322
0.89/0.95	c BCD2: #cores=4, #unrelaxed=666, #relaxed=8, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=5 bias=5/6
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 |    14191      0 |      481 |      176
0.89/0.97	c  0.0s |       0 |       68 |        0 |    14191      0 |      481 |      176
0.89/0.97	c #cpu_time = 0.015s
0.89/0.97	c #wall_clock_time = 0.015s
0.89/0.97	c #decision = 68
0.89/0.97	c #random_decision = 0
0.89/0.97	c #conflict = 0
0.89/0.97	c #restart = 0
0.89/0.97	c BCD2: found a new core of size 1: cost of the new core is >=346719785
0.89/0.97	c lower bound updated to 1386879141
0.89/0.99	c BCD2: 1456223097 <= obj <= 102629056322
0.89/0.99	c BCD2: #cores=5, #unrelaxed=665, #relaxed=9, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=6 bias=6/7
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 |    14191      0 |      481 |      176
0.99/1.00	c  0.0s |       0 |       73 |        0 |    14191      0 |      481 |      176
0.99/1.00	c #cpu_time = 0.016s
0.99/1.00	c #wall_clock_time = 0.016s
0.99/1.00	c #decision = 73
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 >=346719785
0.99/1.00	c lower bound updated to 1733598926
0.99/1.02	c BCD2: 1802942882 <= obj <= 102629056322
0.99/1.02	c BCD2: #cores=6, #unrelaxed=664, #relaxed=10, #hardened=0
0.99/1.02	c BCD2: #sat=1 #unsat=7 bias=7/8
0.99/1.02	c Solving starts ...
0.99/1.02	c ============================[ Search Statistics ]============================
0.99/1.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.02	c =============================================================================
0.99/1.05	c  0.0s |       0 |        0 |        0 |    14191      0 |      481 |      176
0.99/1.06	c  0.0s |       0 |       77 |        0 |    14191      0 |      481 |      176
0.99/1.06	c #cpu_time = 0.015s
0.99/1.06	c #wall_clock_time = 0.015s
0.99/1.06	c #decision = 77
0.99/1.06	c #random_decision = 0
0.99/1.06	c #conflict = 0
0.99/1.06	c #restart = 0
0.99/1.06	c BCD2: found a new core of size 1: cost of the new core is >=346719785
0.99/1.06	c lower bound updated to 2080318711
0.99/1.08	c BCD2: 2149662667 <= obj <= 102629056322
0.99/1.08	c BCD2: #cores=7, #unrelaxed=663, #relaxed=11, #hardened=0
0.99/1.08	c BCD2: #sat=1 #unsat=8 bias=8/9
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 |    14191      0 |      481 |      176
0.99/1.10	c  0.0s |       0 |      105 |        0 |    14191      0 |      481 |      176
0.99/1.10	c #cpu_time = 0.015s
0.99/1.10	c #wall_clock_time = 0.015s
0.99/1.10	c #decision = 105
0.99/1.10	c #random_decision = 0
0.99/1.10	c #conflict = 0
0.99/1.10	c #restart = 0
0.99/1.10	c BCD2: found a new core of size 3: cost of the new core is >=346719785
0.99/1.10	c lower bound updated to 2427038496
1.10/1.12	c BCD2: 2496382452 <= obj <= 102629056322
1.10/1.12	c BCD2: #cores=8, #unrelaxed=660, #relaxed=14, #hardened=0
1.10/1.12	c BCD2: #sat=1 #unsat=9 bias=9/10
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 |    14191      0 |      481 |      177
1.10/1.13	c  0.0s |       0 |      112 |        0 |    14191      0 |      481 |      177
1.10/1.13	c #cpu_time = 0.014s
1.10/1.13	c #wall_clock_time = 0.014s
1.10/1.13	c #decision = 112
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 >=346719785
1.10/1.13	c lower bound updated to 2773758281
1.10/1.15	c BCD2: 2843102237 <= obj <= 102629056322
1.10/1.15	c BCD2: #cores=9, #unrelaxed=659, #relaxed=15, #hardened=0
1.10/1.15	c BCD2: #sat=1 #unsat=10 bias=10/11
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 |    14191      0 |      481 |      177
1.10/1.16	c  0.0s |       0 |      114 |        0 |    14191      0 |      481 |      177
1.10/1.16	c #cpu_time = 0.016s
1.10/1.16	c #wall_clock_time = 0.016s
1.10/1.16	c #decision = 114
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 >=346719785
1.10/1.16	c lower bound updated to 3120478066
1.10/1.18	c BCD2: 3189822022 <= obj <= 102629056322
1.10/1.18	c BCD2: #cores=10, #unrelaxed=658, #relaxed=16, #hardened=0
1.10/1.18	c BCD2: #sat=1 #unsat=11 bias=11/12
1.10/1.18	c Solving starts ...
1.10/1.18	c ============================[ Search Statistics ]============================
1.10/1.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.18	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.18	c =============================================================================
1.10/1.18	c  0.0s |       0 |        0 |        0 |    14191      0 |      481 |      177
1.10/1.20	c  0.0s |       0 |      117 |        0 |    14191      0 |      481 |      177
1.10/1.20	c #cpu_time = 0.015s
1.10/1.20	c #wall_clock_time = 0.015s
1.10/1.20	c #decision = 117
1.10/1.20	c #random_decision = 0
1.10/1.20	c #conflict = 0
1.10/1.20	c #restart = 0
1.10/1.20	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=693439570
1.10/1.20	c BCD2: refineLB: 346719786 -> 693439570
1.10/1.20	c lower bound updated to 3467197851
1.20/1.21	c BCD2: 3536541807 <= obj <= 102629056322
1.20/1.21	c BCD2: #cores=10, #unrelaxed=654, #relaxed=20, #hardened=0
1.20/1.21	c BCD2: #sat=1 #unsat=12 bias=12/13
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.25	c  0.0s |       0 |        0 |        0 |    14191      0 |      482 |      177
1.20/1.26	c  0.0s |       0 |      114 |        0 |    14191      0 |      482 |      178
1.20/1.26	c #cpu_time = 0.015s
1.20/1.26	c #wall_clock_time = 0.015s
1.20/1.26	c #decision = 114
1.20/1.26	c #random_decision = 0
1.20/1.26	c #conflict = 0
1.20/1.26	c #restart = 0
1.20/1.26	c BCD2: found a new core of size 3: cost of the new core is >=346719785
1.20/1.26	c lower bound updated to 3813917636
1.20/1.28	c BCD2: 3883261592 <= obj <= 102629056322
1.20/1.28	c BCD2: #cores=11, #unrelaxed=651, #relaxed=23, #hardened=0
1.20/1.28	c BCD2: #sat=1 #unsat=13 bias=13/14
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 |    14191      0 |      482 |      179
1.29/1.30	c  0.0s |       0 |      120 |        0 |    14191      0 |      482 |      179
1.29/1.30	c #cpu_time = 0.015s
1.29/1.30	c #wall_clock_time = 0.015s
1.29/1.30	c #decision = 120
1.29/1.30	c #random_decision = 0
1.29/1.30	c #conflict = 0
1.29/1.30	c #restart = 0
1.29/1.30	c BCD2: found a new core of size 6: cost of the new core is >=346719785
1.29/1.30	c lower bound updated to 4160637421
1.29/1.32	c BCD2: 4229981377 <= obj <= 102629056322
1.29/1.32	c BCD2: #cores=12, #unrelaxed=645, #relaxed=29, #hardened=0
1.29/1.32	c BCD2: #sat=1 #unsat=14 bias=14/15
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 |    14191      0 |      482 |      180
1.29/1.33	c  0.0s |       0 |      117 |        0 |    14191      0 |      482 |      180
1.29/1.33	c #cpu_time = 0.015s
1.29/1.33	c #wall_clock_time = 0.015s
1.29/1.33	c #decision = 117
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 3: cost of the new core is >=346719785
1.29/1.33	c lower bound updated to 4507357206
1.29/1.35	c BCD2: 4576701162 <= obj <= 102629056322
1.29/1.35	c BCD2: #cores=13, #unrelaxed=642, #relaxed=32, #hardened=0
1.29/1.35	c BCD2: #sat=1 #unsat=15 bias=15/16
1.29/1.35	c Solving starts ...
1.29/1.35	c ============================[ Search Statistics ]============================
1.29/1.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.35	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.35	c =============================================================================
1.29/1.35	c  0.0s |       0 |        0 |        0 |    14191      0 |      482 |      181
1.29/1.37	c  0.0s |       0 |      117 |        0 |    14191      0 |      482 |      181
1.29/1.37	c #cpu_time = 0.015s
1.29/1.37	c #wall_clock_time = 0.015s
1.29/1.37	c #decision = 117
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 >=346719785
1.29/1.37	c lower bound updated to 4854076991
1.29/1.39	c BCD2: 4923420947 <= obj <= 102629056322
1.29/1.39	c BCD2: #cores=14, #unrelaxed=639, #relaxed=35, #hardened=0
1.29/1.39	c BCD2: #sat=1 #unsat=16 bias=16/17
1.29/1.39	c Solving starts ...
1.29/1.39	c ============================[ Search Statistics ]============================
1.29/1.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.39	c =============================================================================
1.29/1.39	c  0.0s |       0 |        0 |        0 |    14191      0 |      482 |      182
1.39/1.40	c  0.0s |       0 |      130 |        0 |    14191      0 |      482 |      182
1.39/1.40	c #cpu_time = 0.015s
1.39/1.40	c #wall_clock_time = 0.015s
1.39/1.40	c #decision = 130
1.39/1.40	c #random_decision = 0
1.39/1.40	c #conflict = 0
1.39/1.40	c #restart = 0
1.39/1.40	c BCD2: found a new core of size 3: cost of the new core is >=346719785
1.39/1.40	c lower bound updated to 5200796776
1.39/1.42	c BCD2: 5270140732 <= obj <= 102629056322
1.39/1.42	c BCD2: #cores=15, #unrelaxed=636, #relaxed=38, #hardened=0
1.39/1.42	c BCD2: #sat=1 #unsat=17 bias=17/18
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 |    14191      0 |      482 |      183
1.39/1.44	c  0.0s |       0 |      133 |        0 |    14191      0 |      482 |      183
1.39/1.44	c #cpu_time = 0.015s
1.39/1.44	c #wall_clock_time = 0.015s
1.39/1.44	c #decision = 133
1.39/1.44	c #random_decision = 0
1.39/1.44	c #conflict = 0
1.39/1.44	c #restart = 0
1.39/1.44	c BCD2: found a new core of size 3: cost of the new core is >=346719785
1.39/1.44	c lower bound updated to 5547516561
1.39/1.46	c BCD2: 5616860517 <= obj <= 102629056322
1.39/1.46	c BCD2: #cores=16, #unrelaxed=633, #relaxed=41, #hardened=0
1.39/1.46	c BCD2: #sat=1 #unsat=18 bias=18/19
1.39/1.46	c Solving starts ...
1.39/1.46	c ============================[ Search Statistics ]============================
1.39/1.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.46	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.46	c =============================================================================
1.39/1.46	c  0.0s |       0 |        0 |        0 |    14191      0 |      482 |      184
1.39/1.47	c  0.0s |       0 |      133 |        0 |    14191      0 |      482 |      184
1.39/1.47	c #cpu_time = 0.015s
1.39/1.47	c #wall_clock_time = 0.015s
1.39/1.47	c #decision = 133
1.39/1.47	c #random_decision = 0
1.39/1.47	c #conflict = 0
1.39/1.47	c #restart = 0
1.39/1.47	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=693439570
1.39/1.47	c BCD2: refineLB: 675191161 -> 693439570
1.39/1.47	c lower bound updated to 5894236346
1.39/1.49	c BCD2: 5963580302 <= obj <= 102629056322
1.39/1.49	c BCD2: #cores=16, #unrelaxed=629, #relaxed=45, #hardened=0
1.39/1.49	c BCD2: #sat=1 #unsat=19 bias=19/20
1.39/1.49	c Solving starts ...
1.39/1.49	c ============================[ Search Statistics ]============================
1.39/1.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.49	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.49	c =============================================================================
1.39/1.49	c  0.0s |       0 |        0 |        0 |    14191      0 |      496 |      184
1.49/1.51	c  0.0s |       0 |      130 |        0 |    14191      0 |      496 |      211
1.49/1.51	c #cpu_time = 0.015s
1.49/1.51	c #wall_clock_time = 0.015s
1.49/1.51	c #decision = 130
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 >=346719785
1.49/1.51	c lower bound updated to 6240956131
1.49/1.53	c BCD2: 6310300087 <= obj <= 102629056322
1.49/1.53	c BCD2: #cores=17, #unrelaxed=626, #relaxed=48, #hardened=0
1.49/1.53	c BCD2: #sat=1 #unsat=20 bias=20/21
1.49/1.53	c Solving starts ...
1.49/1.53	c ============================[ Search Statistics ]============================
1.49/1.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.53	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.53	c =============================================================================
1.49/1.53	c  0.0s |       0 |        0 |        0 |    14191      0 |      496 |      212
1.49/1.54	c  0.0s |       0 |      136 |        0 |    14191      0 |      496 |      212
1.49/1.54	c #cpu_time = 0.014s
1.49/1.54	c #wall_clock_time = 0.014s
1.49/1.54	c #decision = 136
1.49/1.54	c #random_decision = 0
1.49/1.54	c #conflict = 0
1.49/1.54	c #restart = 0
1.49/1.54	c BCD2: found a new core of size 3: cost of the new core is >=346719785
1.49/1.54	c lower bound updated to 6587675916
1.49/1.56	c BCD2: 6657019872 <= obj <= 102629056322
1.49/1.56	c BCD2: #cores=18, #unrelaxed=623, #relaxed=51, #hardened=0
1.49/1.56	c BCD2: #sat=1 #unsat=21 bias=21/22
1.49/1.56	c Solving starts ...
1.49/1.56	c ============================[ Search Statistics ]============================
1.49/1.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.56	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.56	c =============================================================================
1.49/1.56	c  0.0s |       0 |        0 |        0 |    14191      0 |      496 |      213
1.49/1.58	c  0.0s |       0 |      142 |        0 |    14191      0 |      496 |      213
1.49/1.58	c #cpu_time = 0.014s
1.49/1.58	c #wall_clock_time = 0.014s
1.49/1.58	c #decision = 142
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 >=346719785
1.49/1.58	c lower bound updated to 6934395701
1.59/1.60	c BCD2: 7003739657 <= obj <= 102629056322
1.59/1.60	c BCD2: #cores=19, #unrelaxed=620, #relaxed=54, #hardened=0
1.59/1.60	c BCD2: #sat=1 #unsat=22 bias=22/23
1.59/1.60	c Solving starts ...
1.59/1.60	c ============================[ Search Statistics ]============================
1.59/1.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.60	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.60	c =============================================================================
1.59/1.60	c  0.0s |       0 |        0 |        0 |    14191      0 |      496 |      214
1.59/1.61	c  0.0s |       0 |      156 |        0 |    14191      0 |      496 |      214
1.59/1.61	c #cpu_time = 0.014s
1.59/1.61	c #wall_clock_time = 0.014s
1.59/1.61	c #decision = 156
1.59/1.61	c #random_decision = 0
1.59/1.61	c #conflict = 0
1.59/1.61	c #restart = 0
1.59/1.61	c BCD2: found a new core of size 3: cost of the new core is >=346719785
1.59/1.61	c lower bound updated to 7281115486
1.59/1.63	c BCD2: 7350459442 <= obj <= 102629056322
1.59/1.63	c BCD2: #cores=20, #unrelaxed=617, #relaxed=57, #hardened=0
1.59/1.63	c BCD2: #sat=1 #unsat=23 bias=23/24
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 |    14191      0 |      496 |      215
1.59/1.65	c  0.0s |       0 |      160 |        0 |    14191      0 |      496 |      215
1.59/1.65	c #cpu_time = 0.014s
1.59/1.65	c #wall_clock_time = 0.014s
1.59/1.65	c #decision = 160
1.59/1.65	c #random_decision = 0
1.59/1.65	c #conflict = 0
1.59/1.65	c #restart = 0
1.59/1.65	c BCD2: found a new core of size 6: cost of the new core is >=346719785
1.59/1.65	c lower bound updated to 7627835271
1.59/1.67	c BCD2: 7697179227 <= obj <= 102629056322
1.59/1.67	c BCD2: #cores=21, #unrelaxed=611, #relaxed=63, #hardened=0
1.59/1.67	c BCD2: #sat=1 #unsat=24 bias=24/25
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 |    14191      0 |      496 |      216
1.59/1.68	c  0.0s |       0 |      168 |        0 |    14191      0 |      496 |      216
1.59/1.68	c #cpu_time = 0.014s
1.59/1.68	c #wall_clock_time = 0.014s
1.59/1.68	c #decision = 168
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 1: cost of the new core is >=346719785
1.59/1.68	c lower bound updated to 7974555056
1.69/1.70	c BCD2: 8043899012 <= obj <= 102629056322
1.69/1.70	c BCD2: #cores=22, #unrelaxed=610, #relaxed=64, #hardened=0
1.69/1.70	c BCD2: #sat=1 #unsat=25 bias=25/26
1.69/1.70	c Solving starts ...
1.69/1.70	c ============================[ Search Statistics ]============================
1.69/1.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.70	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.70	c =============================================================================
1.69/1.70	c  0.0s |       0 |        0 |        0 |    14191      0 |      496 |      216
1.69/1.72	c  0.0s |       0 |      174 |        0 |    14191      0 |      496 |      216
1.69/1.72	c #cpu_time = 0.016s
1.69/1.72	c #wall_clock_time = 0.016s
1.69/1.72	c #decision = 174
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 >=346719785
1.69/1.72	c lower bound updated to 8321274841
1.69/1.74	c BCD2: 8390618797 <= obj <= 102629056322
1.69/1.74	c BCD2: #cores=23, #unrelaxed=607, #relaxed=67, #hardened=0
1.69/1.74	c BCD2: #sat=1 #unsat=26 bias=26/27
1.69/1.74	c Solving starts ...
1.69/1.74	c ============================[ Search Statistics ]============================
1.69/1.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.74	c =============================================================================
1.69/1.74	c  0.0s |       0 |        0 |        0 |    14191      0 |      496 |      217
1.69/1.75	c  0.0s |       0 |      179 |        0 |    14191      0 |      496 |      217
1.69/1.75	c #cpu_time = 0.015s
1.69/1.75	c #wall_clock_time = 0.015s
1.69/1.75	c #decision = 179
1.69/1.75	c #random_decision = 0
1.69/1.75	c #conflict = 0
1.69/1.75	c #restart = 0
1.69/1.75	c BCD2: found a new core of size 3: cost of the new core is >=346719785
1.69/1.75	c lower bound updated to 8667994626
1.69/1.77	c BCD2: 8737338582 <= obj <= 102629056322
1.69/1.77	c BCD2: #cores=24, #unrelaxed=604, #relaxed=70, #hardened=0
1.69/1.77	c BCD2: #sat=1 #unsat=27 bias=27/28
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 |    14191      0 |      496 |      218
1.69/1.79	c  0.0s |       0 |      185 |        0 |    14191      0 |      496 |      218
1.69/1.79	c #cpu_time = 0.015s
1.69/1.79	c #wall_clock_time = 0.015s
1.69/1.79	c #decision = 185
1.69/1.79	c #random_decision = 0
1.69/1.79	c #conflict = 0
1.69/1.79	c #restart = 0
1.69/1.79	c BCD2: found a new core of size 3: cost of the new core is >=346719785
1.69/1.79	c lower bound updated to 9014714411
1.79/1.81	c BCD2: 9084058367 <= obj <= 102629056322
1.79/1.81	c BCD2: #cores=25, #unrelaxed=601, #relaxed=73, #hardened=0
1.79/1.81	c BCD2: #sat=1 #unsat=28 bias=28/29
1.79/1.81	c Solving starts ...
1.79/1.81	c ============================[ Search Statistics ]============================
1.79/1.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.81	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.81	c =============================================================================
1.79/1.81	c  0.0s |       0 |        0 |        0 |    14191      0 |      496 |      219
1.79/1.83	c  0.0s |       0 |      196 |        0 |    14191      0 |      496 |      219
1.79/1.83	c #cpu_time = 0.015s
1.79/1.83	c #wall_clock_time = 0.015s
1.79/1.83	c #decision = 196
1.79/1.83	c #random_decision = 0
1.79/1.83	c #conflict = 0
1.79/1.83	c #restart = 0
1.79/1.83	c BCD2: found a new core of size 3: cost of the new core is >=346719785
1.79/1.83	c lower bound updated to 9361434196
1.79/1.85	c BCD2: 9430778152 <= obj <= 102629056322
1.79/1.85	c BCD2: #cores=26, #unrelaxed=598, #relaxed=76, #hardened=0
1.79/1.85	c BCD2: #sat=1 #unsat=29 bias=29/30
1.79/1.85	c Solving starts ...
1.79/1.85	c ============================[ Search Statistics ]============================
1.79/1.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.85	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.85	c =============================================================================
1.79/1.85	c  0.0s |       0 |        0 |        0 |    14191      0 |      496 |      220
1.79/1.86	c  0.0s |       0 |      196 |        0 |    14191      0 |      496 |      220
1.79/1.86	c #cpu_time = 0.015s
1.79/1.86	c #wall_clock_time = 0.015s
1.79/1.86	c #decision = 196
1.79/1.86	c #random_decision = 0
1.79/1.86	c #conflict = 0
1.79/1.86	c #restart = 0
1.79/1.86	c BCD2: found a new core of size 6: cost of the new core is >=346719785
1.79/1.86	c lower bound updated to 9708153981
1.79/1.88	c BCD2: 9777497937 <= obj <= 102629056322
1.79/1.88	c BCD2: #cores=27, #unrelaxed=592, #relaxed=82, #hardened=0
1.79/1.88	c BCD2: #sat=1 #unsat=30 bias=30/31
1.79/1.88	c Solving starts ...
1.79/1.88	c ============================[ Search Statistics ]============================
1.79/1.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.88	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.88	c =============================================================================
1.79/1.88	c  0.0s |       0 |        0 |        0 |    14191      0 |      496 |      221
1.89/1.90	c  0.0s |       0 |      196 |        0 |    14191      0 |      496 |      221
1.89/1.90	c #cpu_time = 0.015s
1.89/1.90	c #wall_clock_time = 0.015s
1.89/1.90	c #decision = 196
1.89/1.90	c #random_decision = 0
1.89/1.90	c #conflict = 0
1.89/1.90	c #restart = 0
1.89/1.90	c BCD2: found a new core of size 3: cost of the new core is >=346719785
1.89/1.90	c lower bound updated to 10054873766
1.89/1.92	c BCD2: 10124217722 <= obj <= 102629056322
1.89/1.92	c BCD2: #cores=28, #unrelaxed=589, #relaxed=85, #hardened=0
1.89/1.92	c BCD2: #sat=1 #unsat=31 bias=31/32
1.89/1.92	c Solving starts ...
1.89/1.92	c ============================[ Search Statistics ]============================
1.89/1.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.92	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.92	c =============================================================================
1.89/1.92	c  0.0s |       0 |        0 |        0 |    14191      0 |      496 |      222
1.89/1.93	c  0.0s |       0 |      203 |        0 |    14191      0 |      496 |      222
1.89/1.93	c #cpu_time = 0.015s
1.89/1.93	c #wall_clock_time = 0.015s
1.89/1.93	c #decision = 203
1.89/1.93	c #random_decision = 0
1.89/1.93	c #conflict = 0
1.89/1.93	c #restart = 0
1.89/1.93	c BCD2: found a new core of size 3: cost of the new core is >=346719785
1.89/1.93	c lower bound updated to 10401593551
1.89/1.95	c BCD2: 10470937507 <= obj <= 102629056322
1.89/1.95	c BCD2: #cores=29, #unrelaxed=586, #relaxed=88, #hardened=0
1.89/1.95	c BCD2: #sat=1 #unsat=32 bias=32/33
1.89/1.95	c Solving starts ...
1.89/1.95	c ============================[ Search Statistics ]============================
1.89/1.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.95	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.95	c =============================================================================
1.89/1.96	c  0.0s |       0 |        0 |        0 |    14191      0 |      496 |      223
1.89/1.97	c  0.0s |       0 |      206 |        0 |    14191      0 |      496 |      223
1.89/1.97	c #cpu_time = 0.015s
1.89/1.97	c #wall_clock_time = 0.015s
1.89/1.97	c #decision = 206
1.89/1.97	c #random_decision = 0
1.89/1.97	c #conflict = 0
1.89/1.97	c #restart = 0
1.89/1.97	c BCD2: found a new core of size 3: cost of the new core is >=346719785
1.89/1.97	c lower bound updated to 10748313336
1.89/1.99	c BCD2: 10817657292 <= obj <= 102629056322
1.89/1.99	c BCD2: #cores=30, #unrelaxed=583, #relaxed=91, #hardened=0
1.89/1.99	c BCD2: #sat=1 #unsat=33 bias=33/34
1.89/1.99	c Solving starts ...
1.89/1.99	c ============================[ Search Statistics ]============================
1.89/1.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.99	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.99	c =============================================================================
1.89/1.99	c  0.0s |       0 |        0 |        0 |    14191      0 |      496 |      224
1.99/2.01	c  0.0s |       0 |      210 |        0 |    14191      0 |      496 |      224
1.99/2.01	c #cpu_time = 0.015s
1.99/2.01	c #wall_clock_time = 0.015s
1.99/2.01	c #decision = 210
1.99/2.01	c #random_decision = 0
1.99/2.01	c #conflict = 0
1.99/2.01	c #restart = 0
1.99/2.01	c BCD2: found a new core of size 3: cost of the new core is >=346719785
1.99/2.01	c lower bound updated to 11095033121
1.99/2.03	c BCD2: 11164377077 <= obj <= 102629056322
1.99/2.03	c BCD2: #cores=31, #unrelaxed=580, #relaxed=94, #hardened=0
1.99/2.03	c BCD2: #sat=1 #unsat=34 bias=34/35
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 |    14191      0 |      496 |      225
1.99/2.04	c  0.0s |       0 |      213 |        0 |    14191      0 |      496 |      225
1.99/2.04	c #cpu_time = 0.015s
1.99/2.04	c #wall_clock_time = 0.015s
1.99/2.04	c #decision = 213
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 0
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: found a new core of size 3: cost of the new core is >=346719785
1.99/2.04	c lower bound updated to 11441752906
1.99/2.06	c BCD2: 11511096862 <= obj <= 102629056322
1.99/2.06	c BCD2: #cores=32, #unrelaxed=577, #relaxed=97, #hardened=0
1.99/2.06	c BCD2: #sat=1 #unsat=35 bias=35/36
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 |    14191      0 |      496 |      226
1.99/2.08	c  0.0s |       0 |      213 |        0 |    14191      0 |      496 |      226
1.99/2.08	c #cpu_time = 0.015s
1.99/2.08	c #wall_clock_time = 0.015s
1.99/2.08	c #decision = 213
1.99/2.08	c #random_decision = 0
1.99/2.08	c #conflict = 0
1.99/2.08	c #restart = 0
1.99/2.08	c BCD2: found a new core of size 3: cost of the new core is >=346719785
1.99/2.08	c lower bound updated to 11788472691
2.09/2.10	c BCD2: 11857816647 <= obj <= 102629056322
2.09/2.10	c BCD2: #cores=33, #unrelaxed=574, #relaxed=100, #hardened=0
2.09/2.10	c BCD2: #sat=1 #unsat=36 bias=36/37
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 |    14191      0 |      496 |      227
2.09/2.12	c  0.0s |       0 |      213 |        0 |    14191      0 |      496 |      227
2.09/2.12	c #cpu_time = 0.015s
2.09/2.12	c #wall_clock_time = 0.015s
2.09/2.12	c #decision = 213
2.09/2.12	c #random_decision = 0
2.09/2.12	c #conflict = 0
2.09/2.12	c #restart = 0
2.09/2.12	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=693439570
2.09/2.12	c BCD2: refineLB: 346719786 -> 693439570
2.09/2.12	c lower bound updated to 12135192476
2.09/2.13	c BCD2: 12204536432 <= obj <= 102629056322
2.09/2.13	c BCD2: #cores=33, #unrelaxed=570, #relaxed=104, #hardened=0
2.09/2.13	c BCD2: #sat=1 #unsat=37 bias=37/38
2.09/2.13	c Solving starts ...
2.09/2.13	c ============================[ Search Statistics ]============================
2.09/2.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.13	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.13	c =============================================================================
2.09/2.14	c  0.0s |       0 |        0 |        0 |    14191      0 |      497 |      227
2.09/2.15	c  0.0s |       0 |      216 |        0 |    14191      0 |      497 |      228
2.09/2.15	c #cpu_time = 0.014s
2.09/2.15	c #wall_clock_time = 0.014s
2.09/2.15	c #decision = 216
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 >=346719785
2.09/2.15	c lower bound updated to 12481912261
2.09/2.17	c BCD2: 12551256217 <= obj <= 102629056322
2.09/2.17	c BCD2: #cores=34, #unrelaxed=567, #relaxed=107, #hardened=0
2.09/2.17	c BCD2: #sat=1 #unsat=38 bias=38/39
2.09/2.17	c Solving starts ...
2.09/2.17	c ============================[ Search Statistics ]============================
2.09/2.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.17	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.17	c =============================================================================
2.09/2.17	c  0.0s |       0 |        0 |        0 |    14191      0 |      497 |      229
2.09/2.19	c  0.0s |       0 |      218 |        0 |    14191      0 |      497 |      229
2.09/2.19	c #cpu_time = 0.014s
2.09/2.19	c #wall_clock_time = 0.014s
2.09/2.19	c #decision = 218
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 >=346719785
2.09/2.19	c lower bound updated to 12828632046
2.20/2.21	c BCD2: 12897976002 <= obj <= 102629056322
2.20/2.21	c BCD2: #cores=35, #unrelaxed=564, #relaxed=110, #hardened=0
2.20/2.21	c BCD2: #sat=1 #unsat=39 bias=39/40
2.20/2.21	c Solving starts ...
2.20/2.21	c ============================[ Search Statistics ]============================
2.20/2.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.21	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.21	c =============================================================================
2.20/2.21	c  0.0s |       0 |        0 |        0 |    14191      0 |      497 |      230
2.20/2.22	c  0.0s |       0 |      218 |        0 |    14191      0 |      497 |      230
2.20/2.22	c #cpu_time = 0.014s
2.20/2.22	c #wall_clock_time = 0.014s
2.20/2.22	c #decision = 218
2.20/2.22	c #random_decision = 0
2.20/2.22	c #conflict = 0
2.20/2.22	c #restart = 0
2.20/2.22	c BCD2: found a new core of size 3: cost of the new core is >=346719785
2.20/2.22	c lower bound updated to 13175351831
2.20/2.24	c BCD2: 13244695787 <= obj <= 102629056322
2.20/2.24	c BCD2: #cores=36, #unrelaxed=561, #relaxed=113, #hardened=0
2.20/2.24	c BCD2: #sat=1 #unsat=40 bias=40/41
2.20/2.24	c Solving starts ...
2.20/2.24	c ============================[ Search Statistics ]============================
2.20/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.24	c =============================================================================
2.20/2.24	c  0.0s |       0 |        0 |        0 |    14191      0 |      497 |      231
2.20/2.26	c  0.0s |       0 |      232 |        1 |    14191      0 |      497 |      231
2.20/2.26	c #cpu_time = 0.015s
2.20/2.26	c #wall_clock_time = 0.015s
2.20/2.26	c #decision = 232
2.20/2.26	c #random_decision = 0
2.20/2.26	c #conflict = 1
2.20/2.26	c #restart = 0
2.20/2.26	c BCD2: relaxing 14 and merging with 6 cores into a new core of size 36: cost of the new core is >=2773758280
2.20/2.26	c BCD2: refineLB: 2427038496 -> 2773758280
2.20/2.26	c lower bound updated to 13522071616
2.20/2.28	c BCD2: 13591415572 <= obj <= 102629056322
2.20/2.28	c BCD2: #cores=31, #unrelaxed=547, #relaxed=127, #hardened=0
2.20/2.28	c BCD2: #sat=1 #unsat=41 bias=41/42
2.20/2.28	c Solving starts ...
2.20/2.28	c ============================[ Search Statistics ]============================
2.20/2.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.28	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.28	c =============================================================================
2.20/2.28	c  0.0s |       0 |        0 |        0 |    14191      0 |      543 |      231
2.20/2.30	c  0.0s |       0 |      208 |        0 |    14191      0 |      543 |      317
2.20/2.30	c #cpu_time = 0.017s
2.20/2.30	c #wall_clock_time = 0.017s
2.20/2.30	c #decision = 208
2.20/2.30	c #random_decision = 0
2.20/2.30	c #conflict = 0
2.20/2.30	c #restart = 0
2.20/2.30	c BCD2: found a new core of size 3: cost of the new core is >=346719785
2.20/2.30	c lower bound updated to 13868791401
2.30/2.32	c BCD2: 13938135357 <= obj <= 102629056322
2.30/2.32	c BCD2: #cores=32, #unrelaxed=544, #relaxed=130, #hardened=0
2.30/2.32	c BCD2: #sat=1 #unsat=42 bias=42/43
2.30/2.32	c Solving starts ...
2.30/2.32	c ============================[ Search Statistics ]============================
2.30/2.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.32	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.32	c =============================================================================
2.30/2.32	c  0.0s |       0 |        0 |        0 |    14191      0 |      543 |      318
2.30/2.33	c  0.0s |       0 |      220 |        0 |    14191      0 |      543 |      318
2.30/2.33	c #cpu_time = 0.015s
2.30/2.33	c #wall_clock_time = 0.015s
2.30/2.33	c #decision = 220
2.30/2.33	c #random_decision = 0
2.30/2.33	c #conflict = 0
2.30/2.33	c #restart = 0
2.30/2.33	c BCD2: relaxing 8 and merging with 1 cores into a new core of size 15: cost of the new core is >=1040159355
2.30/2.33	c lower bound updated to 14215511186
2.30/2.35	c BCD2: 14284855142 <= obj <= 102629056322
2.30/2.35	c BCD2: #cores=32, #unrelaxed=536, #relaxed=138, #hardened=0
2.30/2.35	c BCD2: #sat=1 #unsat=43 bias=43/44
2.30/2.35	c Solving starts ...
2.30/2.35	c ============================[ Search Statistics ]============================
2.30/2.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.35	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.35	c =============================================================================
2.30/2.35	c  0.0s |       0 |        0 |        0 |    14191      0 |      574 |      318
2.30/2.37	c  0.0s |       0 |      214 |        0 |    14191      0 |      574 |      379
2.30/2.37	c #cpu_time = 0.016s
2.30/2.37	c #wall_clock_time = 0.016s
2.30/2.37	c #decision = 214
2.30/2.37	c #random_decision = 0
2.30/2.37	c #conflict = 0
2.30/2.37	c #restart = 0
2.30/2.37	c BCD2: found a new core of size 1: cost of the new core is >=346719785
2.30/2.37	c lower bound updated to 14562230971
2.30/2.39	c BCD2: 14631574927 <= obj <= 102629056322
2.30/2.39	c BCD2: #cores=33, #unrelaxed=535, #relaxed=139, #hardened=0
2.30/2.39	c BCD2: #sat=1 #unsat=44 bias=44/45
2.30/2.39	c Solving starts ...
2.30/2.39	c ============================[ Search Statistics ]============================
2.30/2.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.39	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.39	c =============================================================================
2.30/2.39	c  0.0s |       0 |        0 |        0 |    14191      0 |      574 |      379
2.39/2.40	c  0.0s |       0 |      215 |        0 |    14191      0 |      574 |      379
2.39/2.40	c #cpu_time = 0.016s
2.39/2.40	c #wall_clock_time = 0.016s
2.39/2.40	c #decision = 215
2.39/2.40	c #random_decision = 0
2.39/2.40	c #conflict = 0
2.39/2.40	c #restart = 0
2.39/2.40	c BCD2: found a new core of size 3: cost of the new core is >=346719785
2.39/2.40	c lower bound updated to 14908950756
2.39/2.42	c BCD2: 14978294712 <= obj <= 102629056322
2.39/2.42	c BCD2: #cores=34, #unrelaxed=532, #relaxed=142, #hardened=0
2.39/2.42	c BCD2: #sat=1 #unsat=45 bias=45/46
2.39/2.42	c Solving starts ...
2.39/2.42	c ============================[ Search Statistics ]============================
2.39/2.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.42	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.42	c =============================================================================
2.39/2.42	c  0.0s |       0 |        0 |        0 |    14191      0 |      574 |      380
2.39/2.44	c  0.0s |       0 |      215 |        0 |    14191      0 |      574 |      380
2.39/2.44	c #cpu_time = 0.015s
2.39/2.44	c #wall_clock_time = 0.015s
2.39/2.44	c #decision = 215
2.39/2.44	c #random_decision = 0
2.39/2.44	c #conflict = 0
2.39/2.44	c #restart = 0
2.39/2.44	c BCD2: found a new core of size 3: cost of the new core is >=346719785
2.39/2.44	c lower bound updated to 15255670541
2.39/2.46	c BCD2: 15325014497 <= obj <= 102629056322
2.39/2.46	c BCD2: #cores=35, #unrelaxed=529, #relaxed=145, #hardened=0
2.39/2.46	c BCD2: #sat=1 #unsat=46 bias=46/47
2.39/2.46	c Solving starts ...
2.39/2.46	c ============================[ Search Statistics ]============================
2.39/2.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.46	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.46	c =============================================================================
2.39/2.46	c  0.0s |       0 |        0 |        0 |    14191      0 |      574 |      381
2.39/2.48	c  0.0s |       0 |      219 |        0 |    14191      0 |      574 |      381
2.39/2.48	c #cpu_time = 0.015s
2.39/2.48	c #wall_clock_time = 0.015s
2.39/2.48	c #decision = 219
2.39/2.48	c #random_decision = 0
2.39/2.48	c #conflict = 0
2.39/2.48	c #restart = 0
2.39/2.48	c BCD2: found a new core of size 3: cost of the new core is >=346719785
2.39/2.48	c lower bound updated to 15602390326
2.49/2.50	c BCD2: 15671734282 <= obj <= 102629056322
2.49/2.50	c BCD2: #cores=36, #unrelaxed=526, #relaxed=148, #hardened=0
2.49/2.50	c BCD2: #sat=1 #unsat=47 bias=47/48
2.49/2.50	c Solving starts ...
2.49/2.50	c ============================[ Search Statistics ]============================
2.49/2.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.50	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.50	c =============================================================================
2.49/2.50	c  0.0s |       0 |        0 |        0 |    14191      0 |      574 |      382
2.49/2.52	c  0.0s |       0 |      223 |        0 |    14191      0 |      574 |      382
2.49/2.52	c #cpu_time = 0.015s
2.49/2.52	c #wall_clock_time = 0.015s
2.49/2.52	c #decision = 223
2.49/2.52	c #random_decision = 0
2.49/2.52	c #conflict = 0
2.49/2.52	c #restart = 0
2.49/2.52	c BCD2: found a new core of size 3: cost of the new core is >=346719785
2.49/2.52	c lower bound updated to 15949110111
2.49/2.54	c BCD2: 16018454067 <= obj <= 102629056322
2.49/2.54	c BCD2: #cores=37, #unrelaxed=523, #relaxed=151, #hardened=0
2.49/2.54	c BCD2: #sat=1 #unsat=48 bias=48/49
2.49/2.54	c Solving starts ...
2.49/2.54	c ============================[ Search Statistics ]============================
2.49/2.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.54	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.54	c =============================================================================
2.49/2.54	c  0.0s |       0 |        0 |        0 |    14191      0 |      574 |      383
2.49/2.55	c  0.0s |       0 |      224 |        0 |    14191      0 |      574 |      383
2.49/2.55	c #cpu_time = 0.016s
2.49/2.55	c #wall_clock_time = 0.016s
2.49/2.55	c #decision = 224
2.49/2.55	c #random_decision = 0
2.49/2.55	c #conflict = 0
2.49/2.55	c #restart = 0
2.49/2.55	c BCD2: found a new core of size 3: cost of the new core is >=346719785
2.49/2.55	c lower bound updated to 16295829896
2.49/2.57	c BCD2: 16365173852 <= obj <= 102629056322
2.49/2.57	c BCD2: #cores=38, #unrelaxed=520, #relaxed=154, #hardened=0
2.49/2.57	c BCD2: #sat=1 #unsat=49 bias=49/50
2.49/2.57	c Solving starts ...
2.49/2.57	c ============================[ Search Statistics ]============================
2.49/2.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.57	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.57	c =============================================================================
2.49/2.57	c  0.0s |       0 |        0 |        0 |    14191      0 |      574 |      384
2.49/2.59	c  0.0s |       0 |      226 |        0 |    14191      0 |      574 |      384
2.49/2.59	c #cpu_time = 0.016s
2.49/2.59	c #wall_clock_time = 0.016s
2.49/2.59	c #decision = 226
2.49/2.59	c #random_decision = 0
2.49/2.59	c #conflict = 0
2.49/2.59	c #restart = 0
2.49/2.59	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 10: cost of the new core is >=693439570
2.49/2.59	c BCD2: refineLB: 686505175 -> 693439570
2.49/2.59	c lower bound updated to 16642549681
2.59/2.61	c BCD2: 16711893637 <= obj <= 102629056322
2.59/2.61	c BCD2: #cores=38, #unrelaxed=513, #relaxed=161, #hardened=0
2.59/2.61	c BCD2: #sat=1 #unsat=50 bias=50/51
2.59/2.61	c Solving starts ...
2.59/2.61	c ============================[ Search Statistics ]============================
2.59/2.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.61	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.61	c =============================================================================
2.59/2.61	c  0.0s |       0 |        0 |        0 |    14191      0 |      597 |      384
2.59/2.63	c  0.0s |       0 |      220 |        0 |    14191      0 |      597 |      429
2.59/2.63	c #cpu_time = 0.016s
2.59/2.63	c #wall_clock_time = 0.016s
2.59/2.63	c #decision = 220
2.59/2.63	c #random_decision = 0
2.59/2.63	c #conflict = 0
2.59/2.63	c #restart = 0
2.59/2.63	c BCD2: found a new core of size 3: cost of the new core is >=346719785
2.59/2.63	c lower bound updated to 16989269466
2.59/2.64	c BCD2: 17058613422 <= obj <= 102629056322
2.59/2.64	c BCD2: #cores=39, #unrelaxed=510, #relaxed=164, #hardened=0
2.59/2.64	c BCD2: #sat=1 #unsat=51 bias=51/52
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 |    14191      0 |      597 |      430
2.59/2.66	c  0.0s |       0 |      226 |        0 |    14191      0 |      597 |      430
2.59/2.66	c #cpu_time = 0.015s
2.59/2.66	c #wall_clock_time = 0.015s
2.59/2.66	c #decision = 226
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 >=346719785
2.59/2.66	c lower bound updated to 17335989251
2.59/2.68	c BCD2: 17405333207 <= obj <= 102629056322
2.59/2.68	c BCD2: #cores=40, #unrelaxed=507, #relaxed=167, #hardened=0
2.59/2.68	c BCD2: #sat=1 #unsat=52 bias=52/53
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 |    14191      0 |      597 |      435
2.69/2.70	c  0.0s |       0 |      241 |        0 |    14191      0 |      597 |      435
2.69/2.70	c #cpu_time = 0.015s
2.69/2.70	c #wall_clock_time = 0.015s
2.69/2.70	c #decision = 241
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 3: cost of the new core is >=346719785
2.69/2.70	c lower bound updated to 17682709036
2.69/2.72	c BCD2: 17752052992 <= obj <= 102629056322
2.69/2.72	c BCD2: #cores=41, #unrelaxed=504, #relaxed=170, #hardened=0
2.69/2.72	c BCD2: #sat=1 #unsat=53 bias=53/54
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 |    14191      0 |      597 |      436
2.69/2.74	c  0.0s |       0 |      240 |        0 |    14191      0 |      597 |      436
2.69/2.74	c #cpu_time = 0.015s
2.69/2.74	c #wall_clock_time = 0.015s
2.69/2.74	c #decision = 240
2.69/2.74	c #random_decision = 0
2.69/2.74	c #conflict = 0
2.69/2.74	c #restart = 0
2.69/2.74	c BCD2: found a new core of size 3: cost of the new core is >=346719785
2.69/2.74	c lower bound updated to 18029428821
2.69/2.76	c BCD2: 18098772777 <= obj <= 102629056322
2.69/2.76	c BCD2: #cores=42, #unrelaxed=501, #relaxed=173, #hardened=0
2.69/2.76	c BCD2: #sat=1 #unsat=54 bias=54/55
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 |    14191      0 |      597 |      437
2.69/2.77	c  0.0s |       0 |      243 |        0 |    14191      0 |      597 |      437
2.69/2.77	c #cpu_time = 0.015s
2.69/2.77	c #wall_clock_time = 0.015s
2.69/2.77	c #decision = 243
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: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=693439570
2.69/2.77	c BCD2: refineLB: 687135574 -> 693439570
2.69/2.77	c lower bound updated to 18376148606
2.69/2.79	c BCD2: 18445492562 <= obj <= 102629056322
2.69/2.79	c BCD2: #cores=42, #unrelaxed=497, #relaxed=177, #hardened=0
2.69/2.79	c BCD2: #sat=1 #unsat=55 bias=55/56
2.69/2.79	c Solving starts ...
2.69/2.79	c ============================[ Search Statistics ]============================
2.69/2.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.79	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.79	c =============================================================================
2.69/2.79	c  0.0s |       0 |        0 |        0 |    14191      0 |      610 |      437
2.79/2.81	c  0.0s |       0 |      241 |        0 |    14191      0 |      610 |      462
2.79/2.81	c #cpu_time = 0.017s
2.79/2.81	c #wall_clock_time = 0.017s
2.79/2.81	c #decision = 241
2.79/2.81	c #random_decision = 0
2.79/2.81	c #conflict = 0
2.79/2.81	c #restart = 0
2.79/2.81	c BCD2: found a new core of size 3: cost of the new core is >=346719785
2.79/2.81	c lower bound updated to 18722868391
2.79/2.83	c BCD2: 18792212347 <= obj <= 102629056322
2.79/2.83	c BCD2: #cores=43, #unrelaxed=494, #relaxed=180, #hardened=0
2.79/2.83	c BCD2: #sat=1 #unsat=56 bias=56/57
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.84	c  0.0s |       0 |        0 |        0 |    14191      0 |      610 |      463
2.79/2.85	c  0.0s |       0 |      242 |        0 |    14191      0 |      610 |      463
2.79/2.85	c #cpu_time = 0.016s
2.79/2.85	c #wall_clock_time = 0.016s
2.79/2.85	c #decision = 242
2.79/2.85	c #random_decision = 0
2.79/2.85	c #conflict = 0
2.79/2.85	c #restart = 0
2.79/2.85	c BCD2: found a new core of size 3: cost of the new core is >=346719785
2.79/2.85	c lower bound updated to 19069588176
2.79/2.87	c BCD2: 19138932132 <= obj <= 102629056322
2.79/2.87	c BCD2: #cores=44, #unrelaxed=491, #relaxed=183, #hardened=0
2.79/2.87	c BCD2: #sat=1 #unsat=57 bias=57/58
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 |    14191      0 |      610 |      464
2.79/2.89	c  0.0s |       0 |      247 |        1 |    14191      0 |      610 |      464
2.79/2.89	c #cpu_time = 0.017s
2.79/2.89	c #wall_clock_time = 0.017s
2.79/2.89	c #decision = 247
2.79/2.89	c #random_decision = 0
2.79/2.89	c #conflict = 1
2.79/2.89	c #restart = 0
2.79/2.89	c BCD2: relaxing 10 and merging with 7 cores into a new core of size 31: cost of the new core is >=2773758280
2.79/2.89	c BCD2: refineLB: 2427038496 -> 2773758280
2.79/2.89	c lower bound updated to 19416307961
2.89/2.91	c BCD2: 19485651917 <= obj <= 102629056322
2.89/2.91	c BCD2: #cores=38, #unrelaxed=481, #relaxed=193, #hardened=0
2.89/2.91	c BCD2: #sat=1 #unsat=58 bias=58/59
2.89/2.91	c Solving starts ...
2.89/2.91	c ============================[ Search Statistics ]============================
2.89/2.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.91	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.91	c =============================================================================
2.89/2.91	c  0.0s |       0 |        0 |        0 |    14191      0 |      727 |      464
2.89/2.93	c  0.0s |       0 |      234 |        0 |    14191      0 |      727 |      691
2.89/2.93	c #cpu_time = 0.017s
2.89/2.93	c #wall_clock_time = 0.017s
2.89/2.93	c #decision = 234
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 6: cost of the new core is >=346719785
2.89/2.93	c lower bound updated to 19763027746
2.89/2.95	c BCD2: 19832371702 <= obj <= 102629056322
2.89/2.95	c BCD2: #cores=39, #unrelaxed=475, #relaxed=199, #hardened=0
2.89/2.95	c BCD2: #sat=1 #unsat=59 bias=59/60
2.89/2.95	c Solving starts ...
2.89/2.95	c ============================[ Search Statistics ]============================
2.89/2.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.95	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.95	c =============================================================================
2.89/2.95	c  0.0s |       0 |        0 |        0 |    14191      0 |      727 |      692
2.89/2.96	c  0.0s |       0 |      235 |        0 |    14191      0 |      727 |      692
2.89/2.96	c #cpu_time = 0.015s
2.89/2.96	c #wall_clock_time = 0.015s
2.89/2.96	c #decision = 235
2.89/2.96	c #random_decision = 0
2.89/2.96	c #conflict = 0
2.89/2.96	c #restart = 0
2.89/2.96	c BCD2: found a new core of size 3: cost of the new core is >=346719785
2.89/2.96	c lower bound updated to 20109747531
2.89/2.98	c BCD2: 20179091487 <= obj <= 102629056322
2.89/2.98	c BCD2: #cores=40, #unrelaxed=472, #relaxed=202, #hardened=0
2.89/2.98	c BCD2: #sat=1 #unsat=60 bias=60/61
2.89/2.98	c Solving starts ...
2.89/2.98	c ============================[ Search Statistics ]============================
2.89/2.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.98	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.98	c =============================================================================
2.89/2.98	c  0.0s |       0 |        0 |        0 |    14191      0 |      727 |      693
2.99/3.00	c  0.0s |       0 |      237 |        0 |    14191      0 |      727 |      693
2.99/3.00	c #cpu_time = 0.015s
2.99/3.00	c #wall_clock_time = 0.015s
2.99/3.00	c #decision = 237
2.99/3.00	c #random_decision = 0
2.99/3.00	c #conflict = 0
2.99/3.00	c #restart = 0
2.99/3.00	c BCD2: found a new core of size 6: cost of the new core is >=346719785
2.99/3.00	c lower bound updated to 20456467316
2.99/3.02	c BCD2: 20525811272 <= obj <= 102629056322
2.99/3.02	c BCD2: #cores=41, #unrelaxed=466, #relaxed=208, #hardened=0
2.99/3.02	c BCD2: #sat=1 #unsat=61 bias=61/62
2.99/3.02	c Solving starts ...
2.99/3.02	c ============================[ Search Statistics ]============================
2.99/3.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.02	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.02	c =============================================================================
2.99/3.02	c  0.0s |       0 |        0 |        0 |    14191      0 |      727 |      694
2.99/3.04	c  0.0s |       0 |      236 |        0 |    14191      0 |      727 |      694
2.99/3.04	c #cpu_time = 0.015s
2.99/3.04	c #wall_clock_time = 0.015s
2.99/3.04	c #decision = 236
2.99/3.04	c #random_decision = 0
2.99/3.04	c #conflict = 0
2.99/3.04	c #restart = 0
2.99/3.04	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 10: cost of the new core is >=693439570
2.99/3.04	c BCD2: refineLB: 346719786 -> 693439570
2.99/3.04	c lower bound updated to 20803187101
2.99/3.06	c BCD2: 20872531057 <= obj <= 102629056322
2.99/3.06	c BCD2: #cores=41, #unrelaxed=459, #relaxed=215, #hardened=0
2.99/3.06	c BCD2: #sat=1 #unsat=62 bias=62/63
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 |    14191      0 |      728 |      694
2.99/3.08	c  0.0s |       0 |      239 |        0 |    14191      0 |      728 |      695
2.99/3.08	c #cpu_time = 0.017s
2.99/3.08	c #wall_clock_time = 0.017s
2.99/3.08	c #decision = 239
2.99/3.08	c #random_decision = 0
2.99/3.08	c #conflict = 0
2.99/3.08	c #restart = 0
2.99/3.08	c BCD2: found a new core of size 3: cost of the new core is >=346719785
2.99/3.08	c lower bound updated to 21149906886
2.99/3.10	c BCD2: 21219250842 <= obj <= 102629056322
2.99/3.10	c BCD2: #cores=42, #unrelaxed=456, #relaxed=218, #hardened=0
2.99/3.10	c BCD2: #sat=1 #unsat=63 bias=63/64
3.09/3.10	c Solving starts ...
3.09/3.10	c ============================[ Search Statistics ]============================
3.09/3.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.10	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.10	c =============================================================================
3.09/3.10	c  0.0s |       0 |        0 |        0 |    14191      0 |      728 |      696
3.09/3.11	c  0.0s |       0 |      239 |        0 |    14191      0 |      728 |      696
3.09/3.11	c #cpu_time = 0.016s
3.09/3.11	c #wall_clock_time = 0.016s
3.09/3.11	c #decision = 239
3.09/3.11	c #random_decision = 0
3.09/3.11	c #conflict = 0
3.09/3.11	c #restart = 0
3.09/3.11	c BCD2: found a new core of size 3: cost of the new core is >=346719785
3.09/3.11	c lower bound updated to 21496626671
3.09/3.13	c BCD2: 21565970627 <= obj <= 102629056322
3.09/3.13	c BCD2: #cores=43, #unrelaxed=453, #relaxed=221, #hardened=0
3.09/3.13	c BCD2: #sat=1 #unsat=64 bias=64/65
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 |    14191      0 |      728 |      697
3.09/3.15	c  0.0s |       0 |      240 |        0 |    14191      0 |      728 |      697
3.09/3.15	c #cpu_time = 0.016s
3.09/3.15	c #wall_clock_time = 0.016s
3.09/3.15	c #decision = 240
3.09/3.15	c #random_decision = 0
3.09/3.15	c #conflict = 0
3.09/3.15	c #restart = 0
3.09/3.15	c BCD2: found a new core of size 3: cost of the new core is >=346719785
3.09/3.15	c lower bound updated to 21843346456
3.09/3.17	c BCD2: 21912690412 <= obj <= 102629056322
3.09/3.17	c BCD2: #cores=44, #unrelaxed=450, #relaxed=224, #hardened=0
3.09/3.17	c BCD2: #sat=1 #unsat=65 bias=65/66
3.09/3.17	c Solving starts ...
3.09/3.17	c ============================[ Search Statistics ]============================
3.09/3.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.17	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.17	c =============================================================================
3.09/3.17	c  0.0s |       0 |        0 |        0 |    14191      0 |      728 |      698
3.09/3.19	c  0.0s |       0 |      250 |        0 |    14191      0 |      728 |      698
3.09/3.19	c #cpu_time = 0.017s
3.09/3.19	c #wall_clock_time = 0.017s
3.09/3.19	c #decision = 250
3.09/3.19	c #random_decision = 0
3.09/3.19	c #conflict = 0
3.09/3.19	c #restart = 0
3.09/3.19	c BCD2: relaxing 8 and merging with 2 cores into a new core of size 14: cost of the new core is >=1040159355
3.09/3.19	c BCD2: refineLB: 1034906025 -> 1040159355
3.09/3.19	c lower bound updated to 22190066241
3.19/3.21	c BCD2: 22259410197 <= obj <= 102629056322
3.19/3.21	c BCD2: #cores=43, #unrelaxed=442, #relaxed=232, #hardened=0
3.19/3.21	c BCD2: #sat=1 #unsat=66 bias=66/67
3.19/3.21	c Solving starts ...
3.19/3.21	c ============================[ Search Statistics ]============================
3.19/3.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.21	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.21	c =============================================================================
3.19/3.21	c  0.0s |       0 |        0 |        0 |    14191      0 |      780 |      698
3.19/3.23	c  0.0s |       0 |      245 |        0 |    14191      0 |      780 |      800
3.19/3.23	c #cpu_time = 0.016s
3.19/3.23	c #wall_clock_time = 0.016s
3.19/3.23	c #decision = 245
3.19/3.23	c #random_decision = 0
3.19/3.23	c #conflict = 0
3.19/3.23	c #restart = 0
3.19/3.23	c BCD2: found a new core of size 3: cost of the new core is >=346719785
3.19/3.23	c lower bound updated to 22536786026
3.19/3.25	c BCD2: 22606129982 <= obj <= 102629056322
3.19/3.25	c BCD2: #cores=44, #unrelaxed=439, #relaxed=235, #hardened=0
3.19/3.25	c BCD2: #sat=1 #unsat=67 bias=67/68
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 |    14191      0 |      780 |      801
3.19/3.27	c  0.0s |       0 |      251 |        0 |    14191      0 |      780 |      801
3.19/3.27	c #cpu_time = 0.016s
3.19/3.27	c #wall_clock_time = 0.016s
3.19/3.27	c #decision = 251
3.19/3.27	c #random_decision = 0
3.19/3.27	c #conflict = 0
3.19/3.27	c #restart = 0
3.19/3.27	c BCD2: found a new core of size 3: cost of the new core is >=346719785
3.19/3.27	c lower bound updated to 22883505811
3.19/3.29	c BCD2: 22952849767 <= obj <= 102629056322
3.19/3.29	c BCD2: #cores=45, #unrelaxed=436, #relaxed=238, #hardened=0
3.19/3.29	c BCD2: #sat=1 #unsat=68 bias=68/69
3.19/3.29	c Solving starts ...
3.19/3.29	c ============================[ Search Statistics ]============================
3.19/3.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.29	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.29	c =============================================================================
3.19/3.29	c  0.0s |       0 |        0 |        0 |    14191      0 |      780 |      802
3.30/3.31	c  0.0s |       0 |      252 |        0 |    14191      0 |      780 |      802
3.30/3.31	c #cpu_time = 0.016s
3.30/3.31	c #wall_clock_time = 0.016s
3.30/3.31	c #decision = 252
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 6: cost of the new core is >=346719785
3.30/3.31	c lower bound updated to 23230225596
3.30/3.33	c BCD2: 23299569552 <= obj <= 102629056322
3.30/3.33	c BCD2: #cores=46, #unrelaxed=430, #relaxed=244, #hardened=0
3.30/3.33	c BCD2: #sat=1 #unsat=69 bias=69/70
3.30/3.33	c Solving starts ...
3.30/3.33	c ============================[ Search Statistics ]============================
3.30/3.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.33	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.33	c =============================================================================
3.30/3.33	c  0.0s |       0 |        0 |        0 |    14191      0 |      780 |      803
3.30/3.34	c  0.0s |       0 |      248 |        0 |    14191      0 |      780 |      803
3.30/3.34	c #cpu_time = 0.016s
3.30/3.34	c #wall_clock_time = 0.016s
3.30/3.34	c #decision = 248
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 6: cost of the new core is >=346719785
3.30/3.34	c lower bound updated to 23576945381
3.30/3.36	c BCD2: 23646289337 <= obj <= 102629056322
3.30/3.36	c BCD2: #cores=47, #unrelaxed=424, #relaxed=250, #hardened=0
3.30/3.36	c BCD2: #sat=1 #unsat=70 bias=70/71
3.30/3.36	c Solving starts ...
3.30/3.36	c ============================[ Search Statistics ]============================
3.30/3.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.36	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.36	c =============================================================================
3.30/3.36	c  0.0s |       0 |        0 |        0 |    14191      0 |      780 |      804
3.30/3.38	c  0.0s |       0 |      247 |        0 |    14191      0 |      780 |      804
3.30/3.38	c #cpu_time = 0.016s
3.30/3.38	c #wall_clock_time = 0.016s
3.30/3.38	c #decision = 247
3.30/3.38	c #random_decision = 0
3.30/3.38	c #conflict = 0
3.30/3.38	c #restart = 0
3.30/3.38	c BCD2: found a new core of size 3: cost of the new core is >=346719785
3.30/3.38	c lower bound updated to 23923665166
3.30/3.40	c BCD2: 23993009122 <= obj <= 102629056322
3.30/3.40	c BCD2: #cores=48, #unrelaxed=421, #relaxed=253, #hardened=0
3.30/3.40	c BCD2: #sat=1 #unsat=71 bias=71/72
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.40/3.41	c  0.0s |       0 |        0 |        0 |    14191      0 |      780 |      805
3.40/3.42	c  0.0s |       0 |      247 |        0 |    14191      0 |      780 |      805
3.40/3.42	c #cpu_time = 0.016s
3.40/3.42	c #wall_clock_time = 0.016s
3.40/3.42	c #decision = 247
3.40/3.42	c #random_decision = 0
3.40/3.42	c #conflict = 0
3.40/3.42	c #restart = 0
3.40/3.42	c BCD2: found a new core of size 6: cost of the new core is >=346719785
3.40/3.42	c lower bound updated to 24270384951
3.40/3.44	c BCD2: 24339728907 <= obj <= 102629056322
3.40/3.44	c BCD2: #cores=49, #unrelaxed=415, #relaxed=259, #hardened=0
3.40/3.44	c BCD2: #sat=1 #unsat=72 bias=72/73
3.40/3.44	c Solving starts ...
3.40/3.44	c ============================[ Search Statistics ]============================
3.40/3.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.44	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.44	c =============================================================================
3.40/3.44	c  0.0s |       0 |        0 |        0 |    14191      0 |      780 |      806
3.40/3.46	c  0.0s |       0 |      243 |        0 |    14191      0 |      780 |      806
3.40/3.46	c #cpu_time = 0.016s
3.40/3.46	c #wall_clock_time = 0.016s
3.40/3.46	c #decision = 243
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 3: cost of the new core is >=346719785
3.40/3.46	c lower bound updated to 24617104736
3.40/3.48	c BCD2: 24686448692 <= obj <= 102629056322
3.40/3.48	c BCD2: #cores=50, #unrelaxed=412, #relaxed=262, #hardened=0
3.40/3.48	c BCD2: #sat=1 #unsat=73 bias=73/74
3.40/3.48	c Solving starts ...
3.40/3.48	c ============================[ Search Statistics ]============================
3.40/3.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.48	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.48	c =============================================================================
3.40/3.48	c  0.0s |       0 |        0 |        0 |    14191      0 |      780 |      807
3.49/3.50	c  0.0s |       0 |      244 |        0 |    14191      0 |      780 |      807
3.49/3.50	c #cpu_time = 0.016s
3.49/3.50	c #wall_clock_time = 0.016s
3.49/3.50	c #decision = 244
3.49/3.50	c #random_decision = 0
3.49/3.50	c #conflict = 0
3.49/3.50	c #restart = 0
3.49/3.50	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=693439570
3.49/3.50	c BCD2: refineLB: 346719786 -> 693439570
3.49/3.50	c lower bound updated to 24963824521
3.49/3.52	c BCD2: 25033168477 <= obj <= 102629056322
3.49/3.52	c BCD2: #cores=50, #unrelaxed=408, #relaxed=266, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=74 bias=74/75
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 |    14191      0 |      781 |      807
3.49/3.54	c  0.0s |       0 |      245 |        0 |    14191      0 |      781 |      808
3.49/3.54	c #cpu_time = 0.018s
3.49/3.54	c #wall_clock_time = 0.018s
3.49/3.54	c #decision = 245
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 3: cost of the new core is >=346719785
3.49/3.54	c lower bound updated to 25310544306
3.49/3.56	c BCD2: 25379888262 <= obj <= 102629056322
3.49/3.56	c BCD2: #cores=51, #unrelaxed=405, #relaxed=269, #hardened=0
3.49/3.56	c BCD2: #sat=1 #unsat=75 bias=75/76
3.49/3.56	c Solving starts ...
3.49/3.56	c ============================[ Search Statistics ]============================
3.49/3.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.56	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.56	c =============================================================================
3.49/3.56	c  0.0s |       0 |        0 |        0 |    14191      0 |      781 |      809
3.49/3.58	c  0.0s |       0 |      251 |        0 |    14191      0 |      781 |      809
3.49/3.58	c #cpu_time = 0.017s
3.49/3.58	c #wall_clock_time = 0.017s
3.49/3.58	c #decision = 251
3.49/3.58	c #random_decision = 0
3.49/3.58	c #conflict = 0
3.49/3.58	c #restart = 0
3.49/3.58	c BCD2: found a new core of size 6: cost of the new core is >=346719785
3.49/3.58	c lower bound updated to 25657264091
3.59/3.60	c BCD2: 25726608047 <= obj <= 102629056322
3.59/3.60	c BCD2: #cores=52, #unrelaxed=399, #relaxed=275, #hardened=0
3.59/3.60	c BCD2: #sat=1 #unsat=76 bias=76/77
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 |    14191      0 |      781 |      810
3.59/3.62	c  0.0s |       0 |      252 |        0 |    14191      0 |      781 |      810
3.59/3.62	c #cpu_time = 0.017s
3.59/3.62	c #wall_clock_time = 0.017s
3.59/3.62	c #decision = 252
3.59/3.62	c #random_decision = 0
3.59/3.62	c #conflict = 0
3.59/3.62	c #restart = 0
3.59/3.62	c BCD2: found a new core of size 3: cost of the new core is >=346719785
3.59/3.62	c lower bound updated to 26003983876
3.59/3.64	c BCD2: 26073327832 <= obj <= 102629056322
3.59/3.64	c BCD2: #cores=53, #unrelaxed=396, #relaxed=278, #hardened=0
3.59/3.64	c BCD2: #sat=1 #unsat=77 bias=77/78
3.59/3.64	c Solving starts ...
3.59/3.64	c ============================[ Search Statistics ]============================
3.59/3.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.64	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.64	c =============================================================================
3.59/3.64	c  0.0s |       0 |        0 |        0 |    14191      0 |      781 |      811
3.59/3.66	c  0.0s |       0 |      256 |        0 |    14191      0 |      781 |      811
3.59/3.66	c #cpu_time = 0.018s
3.59/3.66	c #wall_clock_time = 0.018s
3.59/3.66	c #decision = 256
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 3: cost of the new core is >=346719785
3.59/3.66	c lower bound updated to 26350703661
3.59/3.68	c BCD2: 26420047617 <= obj <= 102629056322
3.59/3.68	c BCD2: #cores=54, #unrelaxed=393, #relaxed=281, #hardened=0
3.59/3.68	c BCD2: #sat=1 #unsat=78 bias=78/79
3.59/3.68	c Solving starts ...
3.59/3.68	c ============================[ Search Statistics ]============================
3.59/3.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.68	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.68	c =============================================================================
3.59/3.68	c  0.0s |       0 |        0 |        0 |    14191      0 |      781 |      812
3.69/3.70	c  0.0s |       0 |      257 |        0 |    14191      0 |      781 |      812
3.69/3.70	c #cpu_time = 0.017s
3.69/3.70	c #wall_clock_time = 0.017s
3.69/3.70	c #decision = 257
3.69/3.70	c #random_decision = 0
3.69/3.70	c #conflict = 0
3.69/3.70	c #restart = 0
3.69/3.70	c BCD2: found a new core of size 6: cost of the new core is >=346719785
3.69/3.70	c lower bound updated to 26697423446
3.69/3.72	c BCD2: 26766767402 <= obj <= 102629056322
3.69/3.72	c BCD2: #cores=55, #unrelaxed=387, #relaxed=287, #hardened=0
3.69/3.72	c BCD2: #sat=1 #unsat=79 bias=79/80
3.69/3.72	c Solving starts ...
3.69/3.72	c ============================[ Search Statistics ]============================
3.69/3.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.72	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.72	c =============================================================================
3.69/3.72	c  0.0s |       0 |        0 |        0 |    14191      0 |      781 |      813
3.69/3.74	c  0.0s |       0 |      258 |        0 |    14191      0 |      781 |      813
3.69/3.74	c #cpu_time = 0.017s
3.69/3.74	c #wall_clock_time = 0.017s
3.69/3.74	c #decision = 258
3.69/3.74	c #random_decision = 0
3.69/3.74	c #conflict = 0
3.69/3.74	c #restart = 0
3.69/3.74	c BCD2: found a new core of size 3: cost of the new core is >=346719785
3.69/3.74	c lower bound updated to 27044143231
3.69/3.76	c BCD2: 27113487187 <= obj <= 102629056322
3.69/3.76	c BCD2: #cores=56, #unrelaxed=384, #relaxed=290, #hardened=0
3.69/3.76	c BCD2: #sat=1 #unsat=80 bias=80/81
3.69/3.76	c Solving starts ...
3.69/3.76	c ============================[ Search Statistics ]============================
3.69/3.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.76	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.76	c =============================================================================
3.69/3.77	c  0.0s |       0 |        0 |        0 |    14191      0 |      781 |      814
3.69/3.78	c  0.0s |       0 |      258 |        0 |    14191      0 |      781 |      814
3.69/3.78	c #cpu_time = 0.017s
3.69/3.78	c #wall_clock_time = 0.017s
3.69/3.78	c #decision = 258
3.69/3.78	c #random_decision = 0
3.69/3.78	c #conflict = 0
3.69/3.78	c #restart = 0
3.69/3.78	c BCD2: found a new core of size 3: cost of the new core is >=346719785
3.69/3.78	c lower bound updated to 27390863016
3.79/3.80	c BCD2: 27460206972 <= obj <= 102629056322
3.79/3.80	c BCD2: #cores=57, #unrelaxed=381, #relaxed=293, #hardened=0
3.79/3.80	c BCD2: #sat=1 #unsat=81 bias=81/82
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 |    14191      0 |      781 |      815
3.79/3.82	c  0.0s |       0 |      258 |        0 |    14191      0 |      781 |      815
3.79/3.82	c #cpu_time = 0.018s
3.79/3.82	c #wall_clock_time = 0.018s
3.79/3.82	c #decision = 258
3.79/3.82	c #random_decision = 0
3.79/3.82	c #conflict = 0
3.79/3.82	c #restart = 0
3.79/3.82	c BCD2: found a new core of size 1: cost of the new core is >=1874161
3.79/3.82	c lower bound updated to 27392737177
3.79/3.84	c BCD2: 27462081133 <= obj <= 102629056322
3.79/3.84	c BCD2: #cores=58, #unrelaxed=380, #relaxed=294, #hardened=0
3.79/3.84	c BCD2: #sat=1 #unsat=82 bias=82/83
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 |    14191      0 |      781 |      815
3.79/3.86	c  0.0s |       0 |      259 |        0 |    14191      0 |      781 |      815
3.79/3.86	c #cpu_time = 0.018s
3.79/3.86	c #wall_clock_time = 0.018s
3.79/3.86	c #decision = 259
3.79/3.86	c #random_decision = 0
3.79/3.86	c #conflict = 0
3.79/3.86	c #restart = 0
3.79/3.86	c BCD2: found a new core of size 1: cost of the new core is >=50653
3.79/3.86	c lower bound updated to 27392787830
3.79/3.88	c BCD2: 27462131786 <= obj <= 102629056322
3.79/3.88	c BCD2: #cores=59, #unrelaxed=379, #relaxed=295, #hardened=0
3.79/3.88	c BCD2: #sat=1 #unsat=83 bias=83/84
3.79/3.88	c Solving starts ...
3.79/3.88	c ============================[ Search Statistics ]============================
3.79/3.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.88	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.88	c =============================================================================
3.79/3.88	c  0.0s |       0 |        0 |        0 |    14191      0 |      781 |      815
3.89/3.90	c  0.0s |       0 |      261 |        0 |    14191      0 |      781 |      815
3.89/3.90	c #cpu_time = 0.019s
3.89/3.90	c #wall_clock_time = 0.019s
3.89/3.90	c #decision = 261
3.89/3.90	c #random_decision = 0
3.89/3.90	c #conflict = 0
3.89/3.90	c #restart = 0
3.89/3.90	c BCD2: found a new core of size 2: cost of the new core is >=37
3.89/3.90	c lower bound updated to 27392787867
3.89/3.92	c BCD2: 27462131823 <= obj <= 102629056322
3.89/3.92	c BCD2: #cores=60, #unrelaxed=377, #relaxed=297, #hardened=0
3.89/3.92	c BCD2: #sat=1 #unsat=84 bias=84/85
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 |    14191      0 |      781 |      815
3.89/3.94	c  0.0s |       0 |      509 |        1 |    14191      0 |      781 |      815
3.89/3.94	c #cpu_time = 0.021s
3.89/3.94	c #wall_clock_time = 0.021s
3.89/3.94	c #decision = 509
3.89/3.94	c #random_decision = 0
3.89/3.94	c #conflict = 1
3.89/3.94	c #restart = 0
3.89/3.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
3.89/3.94	c lower bound updated to 27392787868
3.89/3.96	c BCD2: 27462131824 <= obj <= 102629056322
3.89/3.96	c BCD2: #cores=60, #unrelaxed=376, #relaxed=298, #hardened=0
3.89/3.96	c BCD2: #sat=1 #unsat=85 bias=85/86
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 |    14191      0 |      782 |      815
3.89/3.98	c  0.0s |       0 |      261 |        0 |    14191      0 |      782 |      816
3.89/3.98	c #cpu_time = 0.018s
3.89/3.98	c #wall_clock_time = 0.018s
3.89/3.98	c #decision = 261
3.89/3.98	c #random_decision = 0
3.89/3.98	c #conflict = 0
3.89/3.98	c #restart = 0
3.89/3.98	c BCD2: found a new core of size 1: cost of the new core is >=1874161
3.89/3.98	c lower bound updated to 27394662029
3.99/4.00	c BCD2: 27464005985 <= obj <= 102629056322
3.99/4.00	c BCD2: #cores=61, #unrelaxed=375, #relaxed=299, #hardened=0
3.99/4.00	c BCD2: #sat=1 #unsat=86 bias=86/87
3.99/4.00	c Solving starts ...
3.99/4.00	c ============================[ Search Statistics ]============================
3.99/4.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.00	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.00	c =============================================================================
3.99/4.00	c  0.0s |       0 |        0 |        0 |    14191      0 |      782 |      816
3.99/4.02	c  0.0s |       0 |      262 |        0 |    14191      0 |      782 |      816
3.99/4.02	c #cpu_time = 0.019s
3.99/4.02	c #wall_clock_time = 0.019s
3.99/4.02	c #decision = 262
3.99/4.02	c #random_decision = 0
3.99/4.02	c #conflict = 0
3.99/4.02	c #restart = 0
3.99/4.02	c BCD2: found a new core of size 1: cost of the new core is >=50653
3.99/4.02	c lower bound updated to 27394712682
3.99/4.04	c BCD2: 27464056638 <= obj <= 102629056322
3.99/4.04	c BCD2: #cores=62, #unrelaxed=374, #relaxed=300, #hardened=0
3.99/4.04	c BCD2: #sat=1 #unsat=87 bias=87/88
3.99/4.04	c Solving starts ...
3.99/4.04	c ============================[ Search Statistics ]============================
3.99/4.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.04	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.04	c =============================================================================
3.99/4.04	c  0.0s |       0 |        0 |        0 |    14191      0 |      782 |      816
3.99/4.06	c  0.0s |       0 |      264 |        0 |    14191      0 |      782 |      816
3.99/4.06	c #cpu_time = 0.020s
3.99/4.06	c #wall_clock_time = 0.020s
3.99/4.06	c #decision = 264
3.99/4.06	c #random_decision = 0
3.99/4.06	c #conflict = 0
3.99/4.06	c #restart = 0
3.99/4.06	c BCD2: found a new core of size 2: cost of the new core is >=37
3.99/4.06	c lower bound updated to 27394712719
3.99/4.08	c BCD2: 27464056675 <= obj <= 102629056322
3.99/4.08	c BCD2: #cores=63, #unrelaxed=372, #relaxed=302, #hardened=0
3.99/4.08	c BCD2: #sat=1 #unsat=88 bias=88/89
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 |    14191      0 |      782 |      816
4.09/4.10	c  0.0s |       0 |      512 |        1 |    14191      0 |      782 |      816
4.09/4.10	c #cpu_time = 0.021s
4.09/4.10	c #wall_clock_time = 0.021s
4.09/4.10	c #decision = 512
4.09/4.10	c #random_decision = 0
4.09/4.10	c #conflict = 1
4.09/4.10	c #restart = 0
4.09/4.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
4.09/4.10	c lower bound updated to 27394712720
4.09/4.13	c BCD2: 27464056676 <= obj <= 102629056322
4.09/4.13	c BCD2: #cores=63, #unrelaxed=371, #relaxed=303, #hardened=0
4.09/4.13	c BCD2: #sat=1 #unsat=89 bias=89/90
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 |    14191      0 |      783 |      816
4.09/4.15	c  0.0s |       0 |      264 |        0 |    14191      0 |      783 |      817
4.09/4.15	c #cpu_time = 0.019s
4.09/4.15	c #wall_clock_time = 0.019s
4.09/4.15	c #decision = 264
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 >=1874161
4.09/4.15	c lower bound updated to 27396586881
4.09/4.16	c BCD2: 27465930837 <= obj <= 102629056322
4.09/4.16	c BCD2: #cores=64, #unrelaxed=370, #relaxed=304, #hardened=0
4.09/4.16	c BCD2: #sat=1 #unsat=90 bias=90/91
4.09/4.17	c Solving starts ...
4.09/4.17	c ============================[ Search Statistics ]============================
4.09/4.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.17	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.17	c =============================================================================
4.09/4.17	c  0.0s |       0 |        0 |        0 |    14191      0 |      783 |      817
4.09/4.19	c  0.0s |       0 |      265 |        0 |    14191      0 |      783 |      817
4.09/4.19	c #cpu_time = 0.019s
4.09/4.19	c #wall_clock_time = 0.019s
4.09/4.19	c #decision = 265
4.09/4.19	c #random_decision = 0
4.09/4.19	c #conflict = 0
4.09/4.19	c #restart = 0
4.09/4.19	c BCD2: found a new core of size 1: cost of the new core is >=50653
4.09/4.19	c lower bound updated to 27396637534
4.19/4.20	c BCD2: 27465981490 <= obj <= 102629056322
4.19/4.20	c BCD2: #cores=65, #unrelaxed=369, #relaxed=305, #hardened=0
4.19/4.20	c BCD2: #sat=1 #unsat=91 bias=91/92
4.19/4.20	c Solving starts ...
4.19/4.20	c ============================[ Search Statistics ]============================
4.19/4.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.20	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.20	c =============================================================================
4.19/4.21	c  0.0s |       0 |        0 |        0 |    14191      0 |      783 |      817
4.19/4.23	c  0.0s |       0 |      267 |        0 |    14191      0 |      783 |      817
4.19/4.23	c #cpu_time = 0.020s
4.19/4.23	c #wall_clock_time = 0.020s
4.19/4.23	c #decision = 267
4.19/4.23	c #random_decision = 0
4.19/4.23	c #conflict = 0
4.19/4.23	c #restart = 0
4.19/4.23	c BCD2: found a new core of size 2: cost of the new core is >=37
4.19/4.23	c lower bound updated to 27396637571
4.19/4.24	c BCD2: 27465981527 <= obj <= 102629056322
4.19/4.24	c BCD2: #cores=66, #unrelaxed=367, #relaxed=307, #hardened=0
4.19/4.24	c BCD2: #sat=1 #unsat=92 bias=92/93
4.19/4.25	c Solving starts ...
4.19/4.25	c ============================[ Search Statistics ]============================
4.19/4.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.25	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.25	c =============================================================================
4.19/4.25	c  0.0s |       0 |        0 |        0 |    14191      0 |      783 |      817
4.19/4.27	c  0.0s |       0 |      515 |        1 |    14191      0 |      783 |      817
4.19/4.27	c #cpu_time = 0.020s
4.19/4.27	c #wall_clock_time = 0.020s
4.19/4.27	c #decision = 515
4.19/4.27	c #random_decision = 0
4.19/4.27	c #conflict = 1
4.19/4.27	c #restart = 0
4.19/4.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
4.19/4.27	c lower bound updated to 27396637572
4.19/4.29	c BCD2: 27465981528 <= obj <= 102629056322
4.19/4.29	c BCD2: #cores=66, #unrelaxed=366, #relaxed=308, #hardened=0
4.19/4.29	c BCD2: #sat=1 #unsat=93 bias=93/94
4.19/4.29	c Solving starts ...
4.19/4.29	c ============================[ Search Statistics ]============================
4.19/4.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.29	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.29	c =============================================================================
4.19/4.29	c  0.0s |       0 |        0 |        0 |    14191      0 |      784 |      817
4.29/4.31	c  0.0s |       0 |      267 |        0 |    14191      0 |      784 |      818
4.29/4.31	c #cpu_time = 0.020s
4.29/4.31	c #wall_clock_time = 0.020s
4.29/4.31	c #decision = 267
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 1: cost of the new core is >=1874161
4.29/4.31	c lower bound updated to 27398511733
4.29/4.33	c BCD2: 27467855689 <= obj <= 102629056322
4.29/4.33	c BCD2: #cores=67, #unrelaxed=365, #relaxed=309, #hardened=0
4.29/4.33	c BCD2: #sat=1 #unsat=94 bias=94/95
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.34	c  0.0s |       0 |        0 |        0 |    14191      0 |      784 |      818
4.29/4.35	c  0.0s |       0 |      268 |        0 |    14191      0 |      784 |      818
4.29/4.35	c #cpu_time = 0.018s
4.29/4.35	c #wall_clock_time = 0.018s
4.29/4.35	c #decision = 268
4.29/4.35	c #random_decision = 0
4.29/4.35	c #conflict = 0
4.29/4.35	c #restart = 0
4.29/4.35	c BCD2: found a new core of size 1: cost of the new core is >=50653
4.29/4.35	c lower bound updated to 27398562386
4.29/4.37	c BCD2: 27467906342 <= obj <= 102629056322
4.29/4.37	c BCD2: #cores=68, #unrelaxed=364, #relaxed=310, #hardened=0
4.29/4.37	c BCD2: #sat=1 #unsat=95 bias=95/96
4.29/4.37	c Solving starts ...
4.29/4.37	c ============================[ Search Statistics ]============================
4.29/4.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.37	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.37	c =============================================================================
4.29/4.37	c  0.0s |       0 |        0 |        0 |    14191      0 |      784 |      818
4.29/4.40	c  0.0s |       0 |      270 |        0 |    14191      0 |      784 |      818
4.29/4.40	c #cpu_time = 0.021s
4.29/4.40	c #wall_clock_time = 0.021s
4.29/4.40	c #decision = 270
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 >=37
4.29/4.40	c lower bound updated to 27398562423
4.40/4.41	c BCD2: 27467906379 <= obj <= 102629056322
4.40/4.41	c BCD2: #cores=69, #unrelaxed=362, #relaxed=312, #hardened=0
4.40/4.41	c BCD2: #sat=1 #unsat=96 bias=96/97
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 |    14191      0 |      784 |      818
4.40/4.44	c  0.0s |       0 |      518 |        1 |    14191      0 |      784 |      818
4.40/4.44	c #cpu_time = 0.022s
4.40/4.44	c #wall_clock_time = 0.022s
4.40/4.44	c #decision = 518
4.40/4.44	c #random_decision = 0
4.40/4.44	c #conflict = 1
4.40/4.44	c #restart = 0
4.40/4.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
4.40/4.44	c lower bound updated to 27398562424
4.40/4.46	c BCD2: 27467906380 <= obj <= 102629056322
4.40/4.46	c BCD2: #cores=69, #unrelaxed=361, #relaxed=313, #hardened=0
4.40/4.46	c BCD2: #sat=1 #unsat=97 bias=97/98
4.40/4.46	c Solving starts ...
4.40/4.46	c ============================[ Search Statistics ]============================
4.40/4.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.46	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.46	c =============================================================================
4.40/4.46	c  0.0s |       0 |        0 |        0 |    14191      0 |      785 |      818
4.40/4.48	c  0.0s |       0 |      270 |        0 |    14191      0 |      785 |      819
4.40/4.48	c #cpu_time = 0.019s
4.40/4.48	c #wall_clock_time = 0.019s
4.40/4.48	c #decision = 270
4.40/4.48	c #random_decision = 0
4.40/4.48	c #conflict = 0
4.40/4.48	c #restart = 0
4.40/4.48	c BCD2: found a new core of size 1: cost of the new core is >=1874161
4.40/4.48	c lower bound updated to 27400436585
4.40/4.50	c BCD2: 27469780541 <= obj <= 102629056322
4.40/4.50	c BCD2: #cores=70, #unrelaxed=360, #relaxed=314, #hardened=0
4.40/4.50	c BCD2: #sat=1 #unsat=98 bias=98/99
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 |    14191      0 |      785 |      819
4.50/4.52	c  0.0s |       0 |      271 |        0 |    14191      0 |      785 |      819
4.50/4.52	c #cpu_time = 0.020s
4.50/4.52	c #wall_clock_time = 0.020s
4.50/4.52	c #decision = 271
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 >=50653
4.50/4.52	c lower bound updated to 27400487238
4.50/4.54	c BCD2: 27469831194 <= obj <= 102629056322
4.50/4.54	c BCD2: #cores=71, #unrelaxed=359, #relaxed=315, #hardened=0
4.50/4.54	c BCD2: #sat=1 #unsat=99 bias=99/100
4.50/4.54	c Solving starts ...
4.50/4.54	c ============================[ Search Statistics ]============================
4.50/4.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.54	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.54	c =============================================================================
4.50/4.54	c  0.0s |       0 |        0 |        0 |    14191      0 |      785 |      819
4.50/4.56	c  0.0s |       0 |      273 |        0 |    14191      0 |      785 |      819
4.50/4.56	c #cpu_time = 0.021s
4.50/4.56	c #wall_clock_time = 0.021s
4.50/4.56	c #decision = 273
4.50/4.56	c #random_decision = 0
4.50/4.56	c #conflict = 0
4.50/4.56	c #restart = 0
4.50/4.56	c BCD2: found a new core of size 2: cost of the new core is >=37
4.50/4.56	c lower bound updated to 27400487275
4.50/4.58	c BCD2: 27469831231 <= obj <= 102629056322
4.50/4.58	c BCD2: #cores=72, #unrelaxed=357, #relaxed=317, #hardened=0
4.50/4.58	c BCD2: #sat=1 #unsat=100 bias=100/101
4.50/4.58	c Solving starts ...
4.50/4.58	c ============================[ Search Statistics ]============================
4.50/4.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.58	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.58	c =============================================================================
4.50/4.59	c  0.0s |       0 |        0 |        0 |    14191      0 |      785 |      819
4.59/4.61	c  0.0s |       0 |      521 |        1 |    14191      0 |      785 |      819
4.59/4.61	c #cpu_time = 0.021s
4.59/4.61	c #wall_clock_time = 0.021s
4.59/4.61	c #decision = 521
4.59/4.61	c #random_decision = 0
4.59/4.61	c #conflict = 1
4.59/4.61	c #restart = 0
4.59/4.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
4.59/4.61	c lower bound updated to 27400487276
4.59/4.63	c BCD2: 27469831232 <= obj <= 102629056322
4.59/4.63	c BCD2: #cores=72, #unrelaxed=356, #relaxed=318, #hardened=0
4.59/4.63	c BCD2: #sat=1 #unsat=101 bias=101/102
4.59/4.63	c Solving starts ...
4.59/4.63	c ============================[ Search Statistics ]============================
4.59/4.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.63	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.63	c =============================================================================
4.59/4.63	c  0.0s |       0 |        0 |        0 |    14191      0 |      786 |      819
4.59/4.65	c  0.0s |       0 |      273 |        0 |    14191      0 |      786 |      820
4.59/4.65	c #cpu_time = 0.021s
4.59/4.65	c #wall_clock_time = 0.021s
4.59/4.65	c #decision = 273
4.59/4.65	c #random_decision = 0
4.59/4.65	c #conflict = 0
4.59/4.65	c #restart = 0
4.59/4.65	c BCD2: found a new core of size 1: cost of the new core is >=1874161
4.59/4.65	c lower bound updated to 27402361437
4.59/4.67	c BCD2: 27471705393 <= obj <= 102629056322
4.59/4.67	c BCD2: #cores=73, #unrelaxed=355, #relaxed=319, #hardened=0
4.59/4.67	c BCD2: #sat=1 #unsat=102 bias=102/103
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 |    14191      0 |      786 |      820
4.59/4.69	c  0.0s |       0 |      274 |        0 |    14191      0 |      786 |      820
4.59/4.69	c #cpu_time = 0.020s
4.59/4.69	c #wall_clock_time = 0.020s
4.59/4.69	c #decision = 274
4.59/4.69	c #random_decision = 0
4.59/4.69	c #conflict = 0
4.59/4.69	c #restart = 0
4.59/4.69	c BCD2: found a new core of size 1: cost of the new core is >=50653
4.59/4.69	c lower bound updated to 27402412090
4.69/4.71	c BCD2: 27471756046 <= obj <= 102629056322
4.69/4.71	c BCD2: #cores=74, #unrelaxed=354, #relaxed=320, #hardened=0
4.69/4.71	c BCD2: #sat=1 #unsat=103 bias=103/104
4.69/4.71	c Solving starts ...
4.69/4.71	c ============================[ Search Statistics ]============================
4.69/4.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.71	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.71	c =============================================================================
4.69/4.71	c  0.0s |       0 |        0 |        0 |    14191      0 |      786 |      820
4.69/4.74	c  0.0s |       0 |      276 |        0 |    14191      0 |      786 |      820
4.69/4.74	c #cpu_time = 0.020s
4.69/4.74	c #wall_clock_time = 0.020s
4.69/4.74	c #decision = 276
4.69/4.74	c #random_decision = 0
4.69/4.74	c #conflict = 0
4.69/4.74	c #restart = 0
4.69/4.74	c BCD2: found a new core of size 2: cost of the new core is >=37
4.69/4.74	c lower bound updated to 27402412127
4.69/4.75	c BCD2: 27471756083 <= obj <= 102629056322
4.69/4.75	c BCD2: #cores=75, #unrelaxed=352, #relaxed=322, #hardened=0
4.69/4.75	c BCD2: #sat=1 #unsat=104 bias=104/105
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 |    14191      0 |      786 |      820
4.69/4.78	c  0.0s |       0 |      524 |        1 |    14191      0 |      786 |      820
4.69/4.78	c #cpu_time = 0.023s
4.69/4.78	c #wall_clock_time = 0.023s
4.69/4.78	c #decision = 524
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 >=38
4.69/4.78	c lower bound updated to 27402412128
4.79/4.80	c BCD2: 27471756084 <= obj <= 102629056322
4.79/4.80	c BCD2: #cores=75, #unrelaxed=351, #relaxed=323, #hardened=0
4.79/4.80	c BCD2: #sat=1 #unsat=105 bias=105/106
4.79/4.80	c Solving starts ...
4.79/4.80	c ============================[ Search Statistics ]============================
4.79/4.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.80	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.80	c =============================================================================
4.79/4.80	c  0.0s |       0 |        0 |        0 |    14191      0 |      787 |      820
4.79/4.82	c  0.0s |       0 |      276 |        0 |    14191      0 |      787 |      821
4.79/4.82	c #cpu_time = 0.021s
4.79/4.82	c #wall_clock_time = 0.022s
4.79/4.82	c #decision = 276
4.79/4.82	c #random_decision = 0
4.79/4.82	c #conflict = 0
4.79/4.82	c #restart = 0
4.79/4.82	c BCD2: found a new core of size 1: cost of the new core is >=1874161
4.79/4.82	c lower bound updated to 27404286289
4.79/4.84	c BCD2: 27473630245 <= obj <= 102629056322
4.79/4.84	c BCD2: #cores=76, #unrelaxed=350, #relaxed=324, #hardened=0
4.79/4.84	c BCD2: #sat=1 #unsat=106 bias=106/107
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 |    14191      0 |      787 |      821
4.79/4.87	c  0.0s |       0 |      277 |        0 |    14191      0 |      787 |      821
4.79/4.87	c #cpu_time = 0.020s
4.79/4.87	c #wall_clock_time = 0.020s
4.79/4.87	c #decision = 277
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 >=50653
4.79/4.87	c lower bound updated to 27404336942
4.79/4.88	c BCD2: 27473680898 <= obj <= 102629056322
4.79/4.88	c BCD2: #cores=77, #unrelaxed=349, #relaxed=325, #hardened=0
4.79/4.88	c BCD2: #sat=1 #unsat=107 bias=107/108
4.79/4.89	c Solving starts ...
4.79/4.89	c ============================[ Search Statistics ]============================
4.79/4.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.89	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.89	c =============================================================================
4.79/4.89	c  0.0s |       0 |        0 |        0 |    14191      0 |      787 |      821
4.89/4.91	c  0.0s |       0 |      279 |        0 |    14191      0 |      787 |      821
4.89/4.91	c #cpu_time = 0.022s
4.89/4.91	c #wall_clock_time = 0.022s
4.89/4.91	c #decision = 279
4.89/4.91	c #random_decision = 0
4.89/4.91	c #conflict = 0
4.89/4.91	c #restart = 0
4.89/4.91	c BCD2: found a new core of size 2: cost of the new core is >=37
4.89/4.91	c lower bound updated to 27404336979
4.89/4.93	c BCD2: 27473680935 <= obj <= 102629056322
4.89/4.93	c BCD2: #cores=78, #unrelaxed=347, #relaxed=327, #hardened=0
4.89/4.93	c BCD2: #sat=1 #unsat=108 bias=108/109
4.89/4.93	c Solving starts ...
4.89/4.93	c ============================[ Search Statistics ]============================
4.89/4.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.93	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.93	c =============================================================================
4.89/4.93	c  0.0s |       0 |        0 |        0 |    14191      0 |      787 |      821
4.89/4.96	c  0.0s |       0 |      527 |        1 |    14191      0 |      787 |      821
4.89/4.96	c #cpu_time = 0.022s
4.89/4.96	c #wall_clock_time = 0.022s
4.89/4.96	c #decision = 527
4.89/4.96	c #random_decision = 0
4.89/4.96	c #conflict = 1
4.89/4.96	c #restart = 0
4.89/4.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
4.89/4.96	c lower bound updated to 27404336980
4.89/4.97	c BCD2: 27473680936 <= obj <= 102629056322
4.89/4.97	c BCD2: #cores=78, #unrelaxed=346, #relaxed=328, #hardened=0
4.89/4.97	c BCD2: #sat=1 #unsat=109 bias=109/110
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 |    14191      0 |      788 |      821
4.99/5.00	c  0.0s |       0 |      279 |        0 |    14191      0 |      788 |      822
4.99/5.00	c #cpu_time = 0.022s
4.99/5.00	c #wall_clock_time = 0.022s
4.99/5.00	c #decision = 279
4.99/5.00	c #random_decision = 0
4.99/5.00	c #conflict = 0
4.99/5.00	c #restart = 0
4.99/5.00	c BCD2: found a new core of size 1: cost of the new core is >=1874161
4.99/5.00	c lower bound updated to 27406211141
4.99/5.01	c BCD2: 27475555097 <= obj <= 102629056322
4.99/5.01	c BCD2: #cores=79, #unrelaxed=345, #relaxed=329, #hardened=0
4.99/5.01	c BCD2: #sat=1 #unsat=110 bias=110/111
4.99/5.02	c Solving starts ...
4.99/5.02	c ============================[ Search Statistics ]============================
4.99/5.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.02	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.02	c =============================================================================
4.99/5.02	c  0.0s |       0 |        0 |        0 |    14191      0 |      788 |      822
4.99/5.04	c  0.0s |       0 |      280 |        0 |    14191      0 |      788 |      822
4.99/5.04	c #cpu_time = 0.020s
4.99/5.04	c #wall_clock_time = 0.020s
4.99/5.04	c #decision = 280
4.99/5.04	c #random_decision = 0
4.99/5.04	c #conflict = 0
4.99/5.04	c #restart = 0
4.99/5.04	c BCD2: found a new core of size 1: cost of the new core is >=50653
4.99/5.04	c lower bound updated to 27406261794
4.99/5.06	c BCD2: 27475605750 <= obj <= 102629056322
4.99/5.06	c BCD2: #cores=80, #unrelaxed=344, #relaxed=330, #hardened=0
4.99/5.06	c BCD2: #sat=1 #unsat=111 bias=111/112
4.99/5.06	c Solving starts ...
4.99/5.06	c ============================[ Search Statistics ]============================
4.99/5.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.06	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.06	c =============================================================================
4.99/5.06	c  0.0s |       0 |        0 |        0 |    14191      0 |      788 |      822
4.99/5.08	c  0.0s |       0 |      282 |        0 |    14191      0 |      788 |      822
4.99/5.08	c #cpu_time = 0.022s
4.99/5.08	c #wall_clock_time = 0.022s
4.99/5.08	c #decision = 282
4.99/5.08	c #random_decision = 0
4.99/5.08	c #conflict = 0
4.99/5.08	c #restart = 0
4.99/5.08	c BCD2: found a new core of size 2: cost of the new core is >=37
4.99/5.08	c lower bound updated to 27406261831
5.09/5.10	c BCD2: 27475605787 <= obj <= 102629056322
5.09/5.10	c BCD2: #cores=81, #unrelaxed=342, #relaxed=332, #hardened=0
5.09/5.10	c BCD2: #sat=1 #unsat=112 bias=112/113
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 |    14191      0 |      788 |      822
5.09/5.13	c  0.0s |       0 |      530 |        1 |    14191      0 |      788 |      822
5.09/5.13	c #cpu_time = 0.024s
5.09/5.13	c #wall_clock_time = 0.024s
5.09/5.13	c #decision = 530
5.09/5.13	c #random_decision = 0
5.09/5.13	c #conflict = 1
5.09/5.13	c #restart = 0
5.09/5.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
5.09/5.13	c lower bound updated to 27406261832
5.09/5.15	c BCD2: 27475605788 <= obj <= 102629056322
5.09/5.15	c BCD2: #cores=81, #unrelaxed=341, #relaxed=333, #hardened=0
5.09/5.15	c BCD2: #sat=1 #unsat=113 bias=113/114
5.09/5.15	c Solving starts ...
5.09/5.15	c ============================[ Search Statistics ]============================
5.09/5.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.15	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.15	c =============================================================================
5.09/5.15	c  0.0s |       0 |        0 |        0 |    14191      0 |      789 |      822
5.09/5.17	c  0.0s |       0 |      282 |        0 |    14191      0 |      789 |      823
5.09/5.17	c #cpu_time = 0.021s
5.09/5.17	c #wall_clock_time = 0.021s
5.09/5.17	c #decision = 282
5.09/5.17	c #random_decision = 0
5.09/5.17	c #conflict = 0
5.09/5.18	c #restart = 0
5.09/5.18	c BCD2: found a new core of size 1: cost of the new core is >=1874161
5.09/5.18	c lower bound updated to 27408135993
5.09/5.19	c BCD2: 27477479949 <= obj <= 102629056322
5.09/5.19	c BCD2: #cores=82, #unrelaxed=340, #relaxed=334, #hardened=0
5.09/5.19	c BCD2: #sat=1 #unsat=114 bias=114/115
5.09/5.19	c Solving starts ...
5.09/5.19	c ============================[ Search Statistics ]============================
5.09/5.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.19	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.19	c =============================================================================
5.09/5.19	c  0.0s |       0 |        0 |        0 |    14191      0 |      789 |      823
5.19/5.22	c  0.0s |       0 |      283 |        0 |    14191      0 |      789 |      823
5.19/5.22	c #cpu_time = 0.022s
5.19/5.22	c #wall_clock_time = 0.022s
5.19/5.22	c #decision = 283
5.19/5.22	c #random_decision = 0
5.19/5.22	c #conflict = 0
5.19/5.22	c #restart = 0
5.19/5.22	c BCD2: found a new core of size 1: cost of the new core is >=50653
5.19/5.22	c lower bound updated to 27408186646
5.19/5.23	c BCD2: 27477530602 <= obj <= 102629056322
5.19/5.23	c BCD2: #cores=83, #unrelaxed=339, #relaxed=335, #hardened=0
5.19/5.23	c BCD2: #sat=1 #unsat=115 bias=115/116
5.19/5.24	c Solving starts ...
5.19/5.24	c ============================[ Search Statistics ]============================
5.19/5.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.24	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.24	c =============================================================================
5.19/5.24	c  0.0s |       0 |        0 |        0 |    14191      0 |      789 |      823
5.19/5.26	c  0.0s |       0 |      285 |        0 |    14191      0 |      789 |      823
5.19/5.26	c #cpu_time = 0.023s
5.19/5.26	c #wall_clock_time = 0.023s
5.19/5.26	c #decision = 285
5.19/5.26	c #random_decision = 0
5.19/5.26	c #conflict = 0
5.19/5.26	c #restart = 0
5.19/5.26	c BCD2: found a new core of size 2: cost of the new core is >=37
5.19/5.26	c lower bound updated to 27408186683
5.19/5.28	c BCD2: 27477530639 <= obj <= 102629056322
5.19/5.28	c BCD2: #cores=84, #unrelaxed=337, #relaxed=337, #hardened=0
5.19/5.28	c BCD2: #sat=1 #unsat=116 bias=116/117
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.28	c  0.0s |       0 |        0 |        0 |    14191      0 |      789 |      823
5.29/5.31	c  0.0s |       0 |      533 |        1 |    14191      0 |      789 |      823
5.29/5.31	c #cpu_time = 0.024s
5.29/5.31	c #wall_clock_time = 0.024s
5.29/5.31	c #decision = 533
5.29/5.31	c #random_decision = 0
5.29/5.31	c #conflict = 1
5.29/5.31	c #restart = 0
5.29/5.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
5.29/5.31	c lower bound updated to 27408186684
5.29/5.33	c BCD2: 27477530640 <= obj <= 102629056322
5.29/5.33	c BCD2: #cores=84, #unrelaxed=336, #relaxed=338, #hardened=0
5.29/5.33	c BCD2: #sat=1 #unsat=117 bias=117/118
5.29/5.33	c Solving starts ...
5.29/5.33	c ============================[ Search Statistics ]============================
5.29/5.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.33	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.33	c =============================================================================
5.29/5.33	c  0.0s |       0 |        0 |        0 |    14191      0 |      790 |      823
5.29/5.35	c  0.0s |       0 |      285 |        0 |    14191      0 |      790 |      824
5.29/5.35	c #cpu_time = 0.023s
5.29/5.35	c #wall_clock_time = 0.023s
5.29/5.35	c #decision = 285
5.29/5.35	c #random_decision = 0
5.29/5.35	c #conflict = 0
5.29/5.35	c #restart = 0
5.29/5.35	c BCD2: found a new core of size 1: cost of the new core is >=1874161
5.29/5.35	c lower bound updated to 27410060845
5.29/5.37	c BCD2: 27479404801 <= obj <= 102629056322
5.29/5.37	c BCD2: #cores=85, #unrelaxed=335, #relaxed=339, #hardened=0
5.29/5.37	c BCD2: #sat=1 #unsat=118 bias=118/119
5.29/5.37	c Solving starts ...
5.29/5.37	c ============================[ Search Statistics ]============================
5.29/5.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.37	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.37	c =============================================================================
5.29/5.37	c  0.0s |       0 |        0 |        0 |    14191      0 |      790 |      824
5.29/5.39	c  0.0s |       0 |      286 |        0 |    14191      0 |      790 |      824
5.29/5.39	c #cpu_time = 0.022s
5.29/5.39	c #wall_clock_time = 0.022s
5.29/5.39	c #decision = 286
5.29/5.39	c #random_decision = 0
5.29/5.39	c #conflict = 0
5.29/5.40	c #restart = 0
5.29/5.40	c BCD2: found a new core of size 1: cost of the new core is >=50653
5.29/5.40	c lower bound updated to 27410111498
5.39/5.41	c BCD2: 27479455454 <= obj <= 102629056322
5.39/5.41	c BCD2: #cores=86, #unrelaxed=334, #relaxed=340, #hardened=0
5.39/5.41	c BCD2: #sat=1 #unsat=119 bias=119/120
5.39/5.42	c Solving starts ...
5.39/5.42	c ============================[ Search Statistics ]============================
5.39/5.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.42	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.42	c =============================================================================
5.39/5.42	c  0.0s |       0 |        0 |        0 |    14191      0 |      790 |      824
5.39/5.44	c  0.0s |       0 |      288 |        0 |    14191      0 |      790 |      824
5.39/5.44	c #cpu_time = 0.022s
5.39/5.44	c #wall_clock_time = 0.022s
5.39/5.44	c #decision = 288
5.39/5.44	c #random_decision = 0
5.39/5.44	c #conflict = 0
5.39/5.44	c #restart = 0
5.39/5.44	c BCD2: found a new core of size 2: cost of the new core is >=37
5.39/5.44	c lower bound updated to 27410111535
5.39/5.46	c BCD2: 27479455491 <= obj <= 102629056322
5.39/5.46	c BCD2: #cores=87, #unrelaxed=332, #relaxed=342, #hardened=0
5.39/5.46	c BCD2: #sat=1 #unsat=120 bias=120/121
5.39/5.46	c Solving starts ...
5.39/5.46	c ============================[ Search Statistics ]============================
5.39/5.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.46	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.46	c =============================================================================
5.39/5.46	c  0.0s |       0 |        0 |        0 |    14191      0 |      790 |      824
5.39/5.49	c  0.0s |       0 |      536 |        1 |    14191      0 |      790 |      824
5.39/5.49	c #cpu_time = 0.025s
5.39/5.49	c #wall_clock_time = 0.025s
5.39/5.49	c #decision = 536
5.39/5.49	c #random_decision = 0
5.39/5.49	c #conflict = 1
5.39/5.49	c #restart = 0
5.39/5.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
5.39/5.49	c lower bound updated to 27410111536
5.50/5.51	c BCD2: 27479455492 <= obj <= 102629056322
5.50/5.51	c BCD2: #cores=87, #unrelaxed=331, #relaxed=343, #hardened=0
5.50/5.51	c BCD2: #sat=1 #unsat=121 bias=121/122
5.50/5.51	c Solving starts ...
5.50/5.51	c ============================[ Search Statistics ]============================
5.50/5.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.51	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.51	c =============================================================================
5.50/5.51	c  0.0s |       0 |        0 |        0 |    14191      0 |      791 |      824
5.50/5.53	c  0.0s |       0 |      288 |        0 |    14191      0 |      791 |      825
5.50/5.53	c #cpu_time = 0.022s
5.50/5.53	c #wall_clock_time = 0.022s
5.50/5.53	c #decision = 288
5.50/5.53	c #random_decision = 0
5.50/5.53	c #conflict = 0
5.50/5.54	c #restart = 0
5.50/5.54	c BCD2: found a new core of size 1: cost of the new core is >=1874161
5.50/5.54	c lower bound updated to 27411985697
5.50/5.55	c BCD2: 27481329653 <= obj <= 102629056322
5.50/5.55	c BCD2: #cores=88, #unrelaxed=330, #relaxed=344, #hardened=0
5.50/5.55	c BCD2: #sat=1 #unsat=122 bias=122/123
5.50/5.55	c Solving starts ...
5.50/5.55	c ============================[ Search Statistics ]============================
5.50/5.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.55	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.55	c =============================================================================
5.50/5.55	c  0.0s |       0 |        0 |        0 |    14191      0 |      791 |      825
5.50/5.58	c  0.0s |       0 |      289 |        0 |    14191      0 |      791 |      825
5.50/5.58	c #cpu_time = 0.023s
5.50/5.58	c #wall_clock_time = 0.023s
5.50/5.58	c #decision = 289
5.50/5.58	c #random_decision = 0
5.50/5.58	c #conflict = 0
5.50/5.58	c #restart = 0
5.50/5.58	c BCD2: found a new core of size 1: cost of the new core is >=50653
5.50/5.58	c lower bound updated to 27412036350
5.50/5.60	c BCD2: 27481380306 <= obj <= 102629056322
5.50/5.60	c BCD2: #cores=89, #unrelaxed=329, #relaxed=345, #hardened=0
5.50/5.60	c BCD2: #sat=1 #unsat=123 bias=123/124
5.50/5.60	c Solving starts ...
5.50/5.60	c ============================[ Search Statistics ]============================
5.50/5.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.60	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.60	c =============================================================================
5.50/5.60	c  0.0s |       0 |        0 |        0 |    14191      0 |      791 |      825
5.60/5.62	c  0.0s |       0 |      291 |        0 |    14191      0 |      791 |      825
5.60/5.62	c #cpu_time = 0.025s
5.60/5.62	c #wall_clock_time = 0.025s
5.60/5.62	c #decision = 291
5.60/5.62	c #random_decision = 0
5.60/5.62	c #conflict = 0
5.60/5.62	c #restart = 0
5.60/5.62	c BCD2: found a new core of size 2: cost of the new core is >=37
5.60/5.62	c lower bound updated to 27412036387
5.60/5.64	c BCD2: 27481380343 <= obj <= 102629056322
5.60/5.64	c BCD2: #cores=90, #unrelaxed=327, #relaxed=347, #hardened=0
5.60/5.64	c BCD2: #sat=1 #unsat=124 bias=124/125
5.60/5.64	c Solving starts ...
5.60/5.64	c ============================[ Search Statistics ]============================
5.60/5.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.64	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.64	c =============================================================================
5.60/5.65	c  0.0s |       0 |        0 |        0 |    14191      0 |      791 |      825
5.60/5.67	c  0.0s |       0 |      549 |        1 |    14191      0 |      791 |      825
5.60/5.67	c #cpu_time = 0.025s
5.60/5.67	c #wall_clock_time = 0.025s
5.60/5.67	c #decision = 549
5.60/5.67	c #random_decision = 0
5.60/5.67	c #conflict = 1
5.60/5.67	c #restart = 0
5.60/5.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
5.60/5.67	c lower bound updated to 27412036388
5.60/5.69	c BCD2: 27481380344 <= obj <= 102629056322
5.60/5.69	c BCD2: #cores=90, #unrelaxed=326, #relaxed=348, #hardened=0
5.60/5.69	c BCD2: #sat=1 #unsat=125 bias=125/126
5.60/5.69	c Solving starts ...
5.60/5.69	c ============================[ Search Statistics ]============================
5.60/5.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.69	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.69	c =============================================================================
5.60/5.69	c  0.0s |       0 |        0 |        0 |    14191      0 |      792 |      825
5.69/5.72	c  0.0s |       0 |      291 |        0 |    14191      0 |      792 |      826
5.69/5.72	c #cpu_time = 0.024s
5.69/5.72	c #wall_clock_time = 0.024s
5.69/5.72	c #decision = 291
5.69/5.72	c #random_decision = 0
5.69/5.72	c #conflict = 0
5.69/5.72	c #restart = 0
5.69/5.72	c BCD2: found a new core of size 1: cost of the new core is >=1874161
5.69/5.72	c lower bound updated to 27413910549
5.69/5.74	c BCD2: 27483254505 <= obj <= 102629056322
5.69/5.74	c BCD2: #cores=91, #unrelaxed=325, #relaxed=349, #hardened=0
5.69/5.74	c BCD2: #sat=1 #unsat=126 bias=126/127
5.69/5.74	c Solving starts ...
5.69/5.74	c ============================[ Search Statistics ]============================
5.69/5.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.74	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.74	c =============================================================================
5.69/5.74	c  0.0s |       0 |        0 |        0 |    14191      0 |      792 |      826
5.69/5.76	c  0.0s |       0 |      292 |        0 |    14191      0 |      792 |      826
5.69/5.76	c #cpu_time = 0.023s
5.69/5.76	c #wall_clock_time = 0.023s
5.69/5.76	c #decision = 292
5.69/5.76	c #random_decision = 0
5.69/5.76	c #conflict = 0
5.69/5.76	c #restart = 0
5.69/5.76	c BCD2: found a new core of size 1: cost of the new core is >=50653
5.69/5.76	c lower bound updated to 27413961202
5.69/5.78	c BCD2: 27483305158 <= obj <= 102629056322
5.69/5.78	c BCD2: #cores=92, #unrelaxed=324, #relaxed=350, #hardened=0
5.69/5.78	c BCD2: #sat=1 #unsat=127 bias=127/128
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.79	c  0.0s |       0 |        0 |        0 |    14191      0 |      792 |      826
5.79/5.81	c  0.0s |       0 |      294 |        0 |    14191      0 |      792 |      826
5.79/5.81	c #cpu_time = 0.023s
5.79/5.81	c #wall_clock_time = 0.023s
5.79/5.81	c #decision = 294
5.79/5.81	c #random_decision = 0
5.79/5.81	c #conflict = 0
5.79/5.81	c #restart = 0
5.79/5.81	c BCD2: found a new core of size 2: cost of the new core is >=37
5.79/5.81	c lower bound updated to 27413961239
5.79/5.83	c BCD2: 27483305195 <= obj <= 102629056322
5.79/5.83	c BCD2: #cores=93, #unrelaxed=322, #relaxed=352, #hardened=0
5.79/5.83	c BCD2: #sat=1 #unsat=128 bias=128/129
5.79/5.83	c Solving starts ...
5.79/5.83	c ============================[ Search Statistics ]============================
5.79/5.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.83	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.83	c =============================================================================
5.79/5.83	c  0.0s |       0 |        0 |        0 |    14191      0 |      792 |      826
5.79/5.86	c  0.0s |       0 |      542 |        1 |    14191      0 |      792 |      826
5.79/5.86	c #cpu_time = 0.027s
5.79/5.86	c #wall_clock_time = 0.027s
5.79/5.86	c #decision = 542
5.79/5.86	c #random_decision = 0
5.79/5.86	c #conflict = 1
5.79/5.86	c #restart = 0
5.79/5.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
5.79/5.86	c lower bound updated to 27413961240
5.79/5.88	c BCD2: 27483305196 <= obj <= 102629056322
5.79/5.88	c BCD2: #cores=93, #unrelaxed=321, #relaxed=353, #hardened=0
5.79/5.88	c BCD2: #sat=1 #unsat=129 bias=129/130
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 |    14191      0 |      793 |      826
5.89/5.90	c  0.0s |       0 |      294 |        0 |    14191      0 |      793 |      827
5.89/5.90	c #cpu_time = 0.024s
5.89/5.90	c #wall_clock_time = 0.024s
5.89/5.90	c #decision = 294
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 >=1874161
5.89/5.90	c lower bound updated to 27415835401
5.89/5.92	c BCD2: 27485179357 <= obj <= 102629056322
5.89/5.92	c BCD2: #cores=94, #unrelaxed=320, #relaxed=354, #hardened=0
5.89/5.92	c BCD2: #sat=1 #unsat=130 bias=130/131
5.89/5.93	c Solving starts ...
5.89/5.93	c ============================[ Search Statistics ]============================
5.89/5.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.93	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.93	c =============================================================================
5.89/5.93	c  0.0s |       0 |        0 |        0 |    14191      0 |      793 |      827
5.89/5.95	c  0.0s |       0 |      295 |        0 |    14191      0 |      793 |      827
5.89/5.95	c #cpu_time = 0.022s
5.89/5.95	c #wall_clock_time = 0.022s
5.89/5.95	c #decision = 295
5.89/5.95	c #random_decision = 0
5.89/5.95	c #conflict = 0
5.89/5.95	c #restart = 0
5.89/5.95	c BCD2: found a new core of size 1: cost of the new core is >=50653
5.89/5.95	c lower bound updated to 27415886054
5.89/5.97	c BCD2: 27485230010 <= obj <= 102629056322
5.89/5.97	c BCD2: #cores=95, #unrelaxed=319, #relaxed=355, #hardened=0
5.89/5.97	c BCD2: #sat=1 #unsat=131 bias=131/132
5.89/5.97	c Solving starts ...
5.89/5.97	c ============================[ Search Statistics ]============================
5.89/5.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.97	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.97	c =============================================================================
5.89/5.97	c  0.0s |       0 |        0 |        0 |    14191      0 |      793 |      827
5.99/6.00	c  0.0s |       0 |      297 |        0 |    14191      0 |      793 |      827
5.99/6.00	c #cpu_time = 0.025s
5.99/6.00	c #wall_clock_time = 0.025s
5.99/6.00	c #decision = 297
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 2: cost of the new core is >=37
5.99/6.00	c lower bound updated to 27415886091
5.99/6.01	c BCD2: 27485230047 <= obj <= 102629056322
5.99/6.01	c BCD2: #cores=96, #unrelaxed=317, #relaxed=357, #hardened=0
5.99/6.01	c BCD2: #sat=1 #unsat=132 bias=132/133
5.99/6.02	c Solving starts ...
5.99/6.02	c ============================[ Search Statistics ]============================
5.99/6.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.02	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.02	c =============================================================================
5.99/6.02	c  0.0s |       0 |        0 |        0 |    14191      0 |      793 |      827
5.99/6.04	c  0.0s |       0 |      545 |        1 |    14191      0 |      793 |      827
5.99/6.04	c #cpu_time = 0.028s
5.99/6.04	c #wall_clock_time = 0.028s
5.99/6.04	c #decision = 545
5.99/6.04	c #random_decision = 0
5.99/6.04	c #conflict = 1
5.99/6.04	c #restart = 0
5.99/6.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
5.99/6.04	c lower bound updated to 27415886092
5.99/6.07	c BCD2: 27485230048 <= obj <= 102629056322
5.99/6.07	c BCD2: #cores=96, #unrelaxed=316, #relaxed=358, #hardened=0
5.99/6.07	c BCD2: #sat=1 #unsat=133 bias=133/134
5.99/6.07	c Solving starts ...
5.99/6.07	c ============================[ Search Statistics ]============================
5.99/6.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.07	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.07	c =============================================================================
5.99/6.07	c  0.0s |       0 |        0 |        0 |    14191      0 |      794 |      827
5.99/6.09	c  0.0s |       0 |      297 |        0 |    14191      0 |      794 |      828
5.99/6.09	c #cpu_time = 0.023s
5.99/6.09	c #wall_clock_time = 0.023s
5.99/6.09	c #decision = 297
5.99/6.09	c #random_decision = 0
5.99/6.09	c #conflict = 0
5.99/6.09	c #restart = 0
5.99/6.09	c BCD2: found a new core of size 1: cost of the new core is >=1874161
5.99/6.09	c lower bound updated to 27417760253
6.09/6.11	c BCD2: 27487104209 <= obj <= 102629056322
6.09/6.11	c BCD2: #cores=97, #unrelaxed=315, #relaxed=359, #hardened=0
6.09/6.11	c BCD2: #sat=1 #unsat=134 bias=134/135
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.11	c  0.0s |       0 |        0 |        0 |    14191      0 |      794 |      828
6.09/6.14	c  0.0s |       0 |      298 |        0 |    14191      0 |      794 |      828
6.09/6.14	c #cpu_time = 0.024s
6.09/6.14	c #wall_clock_time = 0.024s
6.09/6.14	c #decision = 298
6.09/6.14	c #random_decision = 0
6.09/6.14	c #conflict = 0
6.09/6.14	c #restart = 0
6.09/6.14	c BCD2: found a new core of size 1: cost of the new core is >=50653
6.09/6.14	c lower bound updated to 27417810906
6.09/6.16	c BCD2: 27487154862 <= obj <= 102629056322
6.09/6.16	c BCD2: #cores=98, #unrelaxed=314, #relaxed=360, #hardened=0
6.09/6.16	c BCD2: #sat=1 #unsat=135 bias=135/136
6.09/6.16	c Solving starts ...
6.09/6.16	c ============================[ Search Statistics ]============================
6.09/6.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.16	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.16	c =============================================================================
6.09/6.16	c  0.0s |       0 |        0 |        0 |    14191      0 |      794 |      828
6.09/6.19	c  0.0s |       0 |      300 |        0 |    14191      0 |      794 |      828
6.09/6.19	c #cpu_time = 0.023s
6.09/6.19	c #wall_clock_time = 0.023s
6.09/6.19	c #decision = 300
6.09/6.19	c #random_decision = 0
6.09/6.19	c #conflict = 0
6.09/6.19	c #restart = 0
6.09/6.19	c BCD2: found a new core of size 2: cost of the new core is >=37
6.09/6.19	c lower bound updated to 27417810943
6.19/6.20	c BCD2: 27487154899 <= obj <= 102629056322
6.19/6.20	c BCD2: #cores=99, #unrelaxed=312, #relaxed=362, #hardened=0
6.19/6.20	c BCD2: #sat=1 #unsat=136 bias=136/137
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.21	c  0.0s |       0 |        0 |        0 |    14191      0 |      794 |      828
6.19/6.24	c  0.0s |       0 |      561 |        1 |    14191      0 |      794 |      828
6.19/6.24	c #cpu_time = 0.028s
6.19/6.24	c #wall_clock_time = 0.028s
6.19/6.24	c #decision = 561
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 3: cost of the new core is >=38
6.19/6.24	c lower bound updated to 27417810944
6.19/6.25	c BCD2: 27487154900 <= obj <= 102629056322
6.19/6.25	c BCD2: #cores=99, #unrelaxed=311, #relaxed=363, #hardened=0
6.19/6.25	c BCD2: #sat=1 #unsat=137 bias=137/138
6.19/6.26	c Solving starts ...
6.19/6.26	c ============================[ Search Statistics ]============================
6.19/6.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.26	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.26	c =============================================================================
6.19/6.26	c  0.0s |       0 |        0 |        0 |    14191      0 |      795 |      828
6.19/6.28	c  0.0s |       0 |      300 |        0 |    14191      0 |      795 |      829
6.19/6.28	c #cpu_time = 0.025s
6.19/6.28	c #wall_clock_time = 0.025s
6.19/6.28	c #decision = 300
6.19/6.28	c #random_decision = 0
6.19/6.28	c #conflict = 0
6.19/6.28	c #restart = 0
6.19/6.28	c BCD2: found a new core of size 1: cost of the new core is >=1874161
6.19/6.28	c lower bound updated to 27419685105
6.29/6.30	c BCD2: 27489029061 <= obj <= 102629056322
6.29/6.30	c BCD2: #cores=100, #unrelaxed=310, #relaxed=364, #hardened=0
6.29/6.30	c BCD2: #sat=1 #unsat=138 bias=138/139
6.29/6.30	c Solving starts ...
6.29/6.30	c ============================[ Search Statistics ]============================
6.29/6.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.30	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.30	c =============================================================================
6.29/6.31	c  0.0s |       0 |        0 |        0 |    14191      0 |      795 |      829
6.29/6.33	c  0.0s |       0 |      301 |        0 |    14191      0 |      795 |      829
6.29/6.33	c #cpu_time = 0.023s
6.29/6.33	c #wall_clock_time = 0.023s
6.29/6.33	c #decision = 301
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 1: cost of the new core is >=50653
6.29/6.33	c lower bound updated to 27419735758
6.29/6.35	c BCD2: 27489079714 <= obj <= 102629056322
6.29/6.35	c BCD2: #cores=101, #unrelaxed=309, #relaxed=365, #hardened=0
6.29/6.35	c BCD2: #sat=1 #unsat=139 bias=139/140
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 |    14191      0 |      795 |      829
6.29/6.38	c  0.0s |       0 |      303 |        0 |    14191      0 |      795 |      829
6.29/6.38	c #cpu_time = 0.025s
6.29/6.38	c #wall_clock_time = 0.025s
6.29/6.38	c #decision = 303
6.29/6.38	c #random_decision = 0
6.29/6.38	c #conflict = 0
6.29/6.38	c #restart = 0
6.29/6.38	c BCD2: found a new core of size 2: cost of the new core is >=37
6.29/6.38	c lower bound updated to 27419735795
6.29/6.39	c BCD2: 27489079751 <= obj <= 102629056322
6.29/6.39	c BCD2: #cores=102, #unrelaxed=307, #relaxed=367, #hardened=0
6.29/6.39	c BCD2: #sat=1 #unsat=140 bias=140/141
6.29/6.40	c Solving starts ...
6.29/6.40	c ============================[ Search Statistics ]============================
6.29/6.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.40	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.40	c =============================================================================
6.29/6.40	c  0.0s |       0 |        0 |        0 |    14191      0 |      795 |      829
6.39/6.42	c  0.0s |       0 |      551 |        1 |    14191      0 |      795 |      829
6.39/6.42	c #cpu_time = 0.028s
6.39/6.42	c #wall_clock_time = 0.028s
6.39/6.42	c #decision = 551
6.39/6.42	c #random_decision = 0
6.39/6.42	c #conflict = 1
6.39/6.42	c #restart = 0
6.39/6.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
6.39/6.42	c lower bound updated to 27419735796
6.39/6.44	c BCD2: 27489079752 <= obj <= 102629056322
6.39/6.44	c BCD2: #cores=102, #unrelaxed=306, #relaxed=368, #hardened=0
6.39/6.44	c BCD2: #sat=1 #unsat=141 bias=141/142
6.39/6.44	c Solving starts ...
6.39/6.44	c ============================[ Search Statistics ]============================
6.39/6.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.44	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.44	c =============================================================================
6.39/6.45	c  0.0s |       0 |        0 |        0 |    14191      0 |      796 |      829
6.39/6.47	c  0.0s |       0 |      303 |        0 |    14191      0 |      796 |      830
6.39/6.47	c #cpu_time = 0.024s
6.39/6.47	c #wall_clock_time = 0.024s
6.39/6.47	c #decision = 303
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 1: cost of the new core is >=1874161
6.39/6.47	c lower bound updated to 27421609957
6.39/6.49	c BCD2: 27490953913 <= obj <= 102629056322
6.39/6.49	c BCD2: #cores=103, #unrelaxed=305, #relaxed=369, #hardened=0
6.39/6.49	c BCD2: #sat=1 #unsat=142 bias=142/143
6.39/6.49	c Solving starts ...
6.39/6.49	c ============================[ Search Statistics ]============================
6.39/6.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.49	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.49	c =============================================================================
6.39/6.49	c  0.0s |       0 |        0 |        0 |    14191      0 |      796 |      830
6.49/6.52	c  0.0s |       0 |      304 |        0 |    14191      0 |      796 |      830
6.49/6.52	c #cpu_time = 0.025s
6.49/6.52	c #wall_clock_time = 0.025s
6.49/6.52	c #decision = 304
6.49/6.52	c #random_decision = 0
6.49/6.52	c #conflict = 0
6.49/6.52	c #restart = 0
6.49/6.52	c BCD2: found a new core of size 1: cost of the new core is >=50653
6.49/6.52	c lower bound updated to 27421660610
6.49/6.54	c BCD2: 27491004566 <= obj <= 102629056322
6.49/6.54	c BCD2: #cores=104, #unrelaxed=304, #relaxed=370, #hardened=0
6.49/6.54	c BCD2: #sat=1 #unsat=143 bias=143/144
6.49/6.54	c Solving starts ...
6.49/6.54	c ============================[ Search Statistics ]============================
6.49/6.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.54	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.54	c =============================================================================
6.49/6.54	c  0.0s |       0 |        0 |        0 |    14191      0 |      796 |      830
6.49/6.57	c  0.0s |       0 |      817 |        2 |    14191      0 |      796 |      830
6.49/6.57	c #cpu_time = 0.034s
6.49/6.57	c #wall_clock_time = 0.034s
6.49/6.57	c #decision = 817
6.49/6.57	c #random_decision = 0
6.49/6.57	c #conflict = 2
6.49/6.57	c #restart = 0
6.49/6.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1406
6.49/6.57	c BCD2: refineLB: 1397 -> 1406
6.49/6.57	c lower bound updated to 27421661978
6.49/6.59	c BCD2: 27491005934 <= obj <= 102629056322
6.49/6.59	c BCD2: #cores=104, #unrelaxed=303, #relaxed=371, #hardened=0
6.49/6.59	c BCD2: #sat=1 #unsat=144 bias=144/145
6.49/6.59	c Solving starts ...
6.49/6.59	c ============================[ Search Statistics ]============================
6.49/6.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.59	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.59	c =============================================================================
6.49/6.60	c  0.0s |       0 |        0 |        0 |    14191      0 |      798 |      830
6.60/6.62	c  0.0s |       0 |      306 |        0 |    14191      0 |      798 |      833
6.60/6.62	c #cpu_time = 0.024s
6.60/6.62	c #wall_clock_time = 0.024s
6.60/6.62	c #decision = 306
6.60/6.62	c #random_decision = 0
6.60/6.62	c #conflict = 0
6.60/6.62	c #restart = 0
6.60/6.62	c BCD2: found a new core of size 2: cost of the new core is >=1
6.60/6.62	c lower bound updated to 27421661979
6.60/6.64	c BCD2: 27491005935 <= obj <= 102629056322
6.60/6.64	c BCD2: #cores=105, #unrelaxed=301, #relaxed=373, #hardened=0
6.60/6.64	c BCD2: #sat=1 #unsat=145 bias=145/146
6.60/6.64	c Solving starts ...
6.60/6.64	c ============================[ Search Statistics ]============================
6.60/6.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.64	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.64	c =============================================================================
6.60/6.64	c  0.0s |       0 |        0 |        0 |    14191      0 |      798 |      833
6.60/6.67	c  0.0s |       0 |      306 |        0 |    14191      0 |      798 |      833
6.60/6.67	c #cpu_time = 0.026s
6.60/6.67	c #wall_clock_time = 0.026s
6.60/6.67	c #decision = 306
6.60/6.67	c #random_decision = 0
6.60/6.67	c #conflict = 0
6.60/6.67	c #restart = 0
6.60/6.67	c BCD2: found a new core of size 1: cost of the new core is >=1874161
6.60/6.67	c lower bound updated to 27423536140
6.60/6.69	c BCD2: 27492880096 <= obj <= 102629056322
6.60/6.69	c BCD2: #cores=106, #unrelaxed=300, #relaxed=374, #hardened=0
6.60/6.69	c BCD2: #sat=1 #unsat=146 bias=146/147
6.60/6.69	c Solving starts ...
6.60/6.69	c ============================[ Search Statistics ]============================
6.60/6.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.69	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.69	c =============================================================================
6.60/6.69	c  0.0s |       0 |        0 |        0 |    14191      0 |      798 |      833
6.70/6.72	c  0.0s |       0 |      307 |        0 |    14191      0 |      798 |      833
6.70/6.72	c #cpu_time = 0.025s
6.70/6.72	c #wall_clock_time = 0.025s
6.70/6.72	c #decision = 307
6.70/6.72	c #random_decision = 0
6.70/6.72	c #conflict = 0
6.70/6.72	c #restart = 0
6.70/6.72	c BCD2: found a new core of size 1: cost of the new core is >=50653
6.70/6.72	c lower bound updated to 27423586793
6.70/6.73	c BCD2: 27492930749 <= obj <= 102629056322
6.70/6.73	c BCD2: #cores=107, #unrelaxed=299, #relaxed=375, #hardened=0
6.70/6.73	c BCD2: #sat=1 #unsat=147 bias=147/148
6.70/6.74	c Solving starts ...
6.70/6.74	c ============================[ Search Statistics ]============================
6.70/6.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.74	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.74	c =============================================================================
6.70/6.74	c  0.0s |       0 |        0 |        0 |    14191      0 |      798 |      833
6.70/6.78	c  0.0s |       0 |      808 |        2 |    14191      0 |      798 |      833
6.70/6.78	c #cpu_time = 0.034s
6.70/6.78	c #wall_clock_time = 0.034s
6.70/6.78	c #decision = 808
6.70/6.78	c #random_decision = 0
6.70/6.78	c #conflict = 2
6.70/6.78	c #restart = 0
6.70/6.78	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 7: cost of the new core is >=1443
6.70/6.78	c lower bound updated to 27423586829
6.70/6.80	c BCD2: 27492930785 <= obj <= 102629056322
6.70/6.80	c BCD2: #cores=106, #unrelaxed=298, #relaxed=376, #hardened=0
6.70/6.80	c BCD2: #sat=1 #unsat=148 bias=148/149
6.79/6.80	c Solving starts ...
6.79/6.80	c ============================[ Search Statistics ]============================
6.79/6.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.80	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.80	c =============================================================================
6.79/6.80	c  0.0s |       0 |        0 |        0 |    14191      0 |      800 |      833
6.79/6.82	c  0.0s |       0 |      308 |        0 |    14191      0 |      800 |      835
6.79/6.82	c #cpu_time = 0.026s
6.79/6.82	c #wall_clock_time = 0.026s
6.79/6.82	c #decision = 308
6.79/6.82	c #random_decision = 0
6.79/6.82	c #conflict = 0
6.79/6.82	c #restart = 0
6.79/6.82	c BCD2: found a new core of size 2: cost of the new core is >=1
6.79/6.82	c lower bound updated to 27423586830
6.79/6.84	c BCD2: 27492930786 <= obj <= 102629056322
6.79/6.84	c BCD2: #cores=107, #unrelaxed=296, #relaxed=378, #hardened=0
6.79/6.84	c BCD2: #sat=1 #unsat=149 bias=149/150
6.79/6.84	c Solving starts ...
6.79/6.84	c ============================[ Search Statistics ]============================
6.79/6.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.84	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.84	c =============================================================================
6.79/6.84	c  0.0s |       0 |        0 |        0 |    14191      0 |      800 |      835
6.79/6.87	c  0.0s |       0 |      308 |        0 |    14191      0 |      800 |      835
6.79/6.87	c #cpu_time = 0.027s
6.79/6.87	c #wall_clock_time = 0.027s
6.79/6.87	c #decision = 308
6.79/6.87	c #random_decision = 0
6.79/6.87	c #conflict = 0
6.79/6.87	c #restart = 0
6.79/6.87	c BCD2: found a new core of size 1: cost of the new core is >=1874161
6.79/6.87	c lower bound updated to 27425460991
6.79/6.89	c BCD2: 27494804947 <= obj <= 102629056322
6.79/6.89	c BCD2: #cores=108, #unrelaxed=295, #relaxed=379, #hardened=0
6.79/6.89	c BCD2: #sat=1 #unsat=150 bias=150/151
6.79/6.89	c Solving starts ...
6.79/6.89	c ============================[ Search Statistics ]============================
6.79/6.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.89	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.89	c =============================================================================
6.89/6.90	c  0.0s |       0 |        0 |        0 |    14191      0 |      800 |      835
6.89/6.92	c  0.0s |       0 |      309 |        0 |    14191      0 |      800 |      835
6.89/6.92	c #cpu_time = 0.025s
6.89/6.92	c #wall_clock_time = 0.025s
6.89/6.92	c #decision = 309
6.89/6.92	c #random_decision = 0
6.89/6.92	c #conflict = 0
6.89/6.92	c #restart = 0
6.89/6.92	c BCD2: found a new core of size 1: cost of the new core is >=50653
6.89/6.92	c lower bound updated to 27425511644
6.89/6.94	c BCD2: 27494855600 <= obj <= 102629056322
6.89/6.94	c BCD2: #cores=109, #unrelaxed=294, #relaxed=380, #hardened=0
6.89/6.94	c BCD2: #sat=1 #unsat=151 bias=151/152
6.89/6.94	c Solving starts ...
6.89/6.94	c ============================[ Search Statistics ]============================
6.89/6.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.94	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.94	c =============================================================================
6.89/6.94	c  0.0s |       0 |        0 |        0 |    14191      0 |      800 |      835
6.89/6.97	c  0.0s |       0 |      311 |        0 |    14191      0 |      800 |      835
6.89/6.97	c #cpu_time = 0.028s
6.89/6.97	c #wall_clock_time = 0.028s
6.89/6.97	c #decision = 311
6.89/6.97	c #random_decision = 0
6.89/6.97	c #conflict = 0
6.89/6.97	c #restart = 0
6.89/6.97	c BCD2: found a new core of size 2: cost of the new core is >=37
6.89/6.97	c lower bound updated to 27425511681
6.89/6.99	c BCD2: 27494855637 <= obj <= 102629056322
6.89/6.99	c BCD2: #cores=110, #unrelaxed=292, #relaxed=382, #hardened=0
6.89/6.99	c BCD2: #sat=1 #unsat=152 bias=152/153
6.89/6.99	c Solving starts ...
6.89/6.99	c ============================[ Search Statistics ]============================
6.89/6.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.99	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.99	c =============================================================================
6.89/6.99	c  0.0s |       0 |        0 |        0 |    14191      0 |      800 |      835
6.99/7.03	c  0.0s |       0 |      560 |        1 |    14191      0 |      800 |      835
6.99/7.03	c #cpu_time = 0.032s
6.99/7.03	c #wall_clock_time = 0.032s
6.99/7.03	c #decision = 560
6.99/7.03	c #random_decision = 0
6.99/7.03	c #conflict = 1
6.99/7.03	c #restart = 0
6.99/7.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
6.99/7.03	c lower bound updated to 27425511682
6.99/7.04	c BCD2: 27494855638 <= obj <= 102629056322
6.99/7.04	c BCD2: #cores=110, #unrelaxed=291, #relaxed=383, #hardened=0
6.99/7.04	c BCD2: #sat=1 #unsat=153 bias=153/154
6.99/7.04	c Solving starts ...
6.99/7.04	c ============================[ Search Statistics ]============================
6.99/7.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.04	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.04	c =============================================================================
6.99/7.05	c  0.0s |       0 |        0 |        0 |    14191      0 |      801 |      835
6.99/7.08	c  0.0s |       0 |      311 |        0 |    14191      0 |      801 |      836
6.99/7.08	c #cpu_time = 0.026s
6.99/7.08	c #wall_clock_time = 0.026s
6.99/7.08	c #decision = 311
6.99/7.08	c #random_decision = 0
6.99/7.08	c #conflict = 0
6.99/7.08	c #restart = 0
6.99/7.08	c BCD2: found a new core of size 1: cost of the new core is >=1874161
6.99/7.08	c lower bound updated to 27427385843
6.99/7.10	c BCD2: 27496729799 <= obj <= 102629056322
6.99/7.10	c BCD2: #cores=111, #unrelaxed=290, #relaxed=384, #hardened=0
6.99/7.10	c BCD2: #sat=1 #unsat=154 bias=154/155
7.09/7.10	c Solving starts ...
7.09/7.10	c ============================[ Search Statistics ]============================
7.09/7.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.10	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.10	c =============================================================================
7.09/7.10	c  0.0s |       0 |        0 |        0 |    14191      0 |      801 |      836
7.09/7.13	c  0.0s |       0 |      312 |        0 |    14191      0 |      801 |      836
7.09/7.13	c #cpu_time = 0.027s
7.09/7.13	c #wall_clock_time = 0.027s
7.09/7.13	c #decision = 312
7.09/7.13	c #random_decision = 0
7.09/7.13	c #conflict = 0
7.09/7.13	c #restart = 0
7.09/7.13	c BCD2: found a new core of size 1: cost of the new core is >=50653
7.09/7.13	c lower bound updated to 27427436496
7.09/7.14	c BCD2: 27496780452 <= obj <= 102629056322
7.09/7.14	c BCD2: #cores=112, #unrelaxed=289, #relaxed=385, #hardened=0
7.09/7.14	c BCD2: #sat=1 #unsat=155 bias=155/156
7.09/7.14	c Solving starts ...
7.09/7.14	c ============================[ Search Statistics ]============================
7.09/7.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.14	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.14	c =============================================================================
7.09/7.14	c  0.0s |       0 |        0 |        0 |    14191      0 |      801 |      836
7.09/7.18	c  0.0s |       0 |      574 |        2 |    14191      0 |      801 |      836
7.09/7.18	c #cpu_time = 0.035s
7.09/7.18	c #wall_clock_time = 0.035s
7.09/7.18	c #decision = 574
7.09/7.18	c #random_decision = 0
7.09/7.18	c #conflict = 2
7.09/7.18	c #restart = 0
7.09/7.18	c BCD2: relaxing 4 and merging with 3 cores into a new core of size 12: cost of the new core is >=346719860
7.09/7.18	c lower bound updated to 27427436532
7.19/7.20	c BCD2: 27496780488 <= obj <= 102629056322
7.19/7.20	c BCD2: #cores=110, #unrelaxed=285, #relaxed=389, #hardened=0
7.19/7.20	c BCD2: #sat=1 #unsat=156 bias=156/157
7.19/7.20	c Solving starts ...
7.19/7.20	c ============================[ Search Statistics ]============================
7.19/7.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.20	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.20	c =============================================================================
7.19/7.21	c  0.0s |       0 |        0 |        0 |    14191      0 |      938 |      836
7.19/7.23	c  0.0s |       0 |      309 |        0 |    14191      0 |      938 |     1107
7.19/7.23	c #cpu_time = 0.025s
7.19/7.23	c #wall_clock_time = 0.025s
7.19/7.23	c #decision = 309
7.19/7.23	c #random_decision = 0
7.19/7.23	c #conflict = 0
7.19/7.23	c #restart = 0
7.19/7.23	c BCD2: found a new core of size 2: cost of the new core is >=1
7.19/7.23	c lower bound updated to 27427436533
7.19/7.25	c BCD2: 27496780489 <= obj <= 102629056322
7.19/7.25	c BCD2: #cores=111, #unrelaxed=283, #relaxed=391, #hardened=0
7.19/7.25	c BCD2: #sat=1 #unsat=157 bias=157/158
7.19/7.25	c Solving starts ...
7.19/7.25	c ============================[ Search Statistics ]============================
7.19/7.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.25	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.25	c =============================================================================
7.19/7.25	c  0.0s |       0 |        0 |        0 |    14191      0 |      938 |     1107
7.19/7.28	c  0.0s |       0 |      309 |        0 |    14191      0 |      938 |     1107
7.19/7.28	c #cpu_time = 0.026s
7.19/7.28	c #wall_clock_time = 0.026s
7.19/7.28	c #decision = 309
7.19/7.28	c #random_decision = 0
7.19/7.28	c #conflict = 0
7.19/7.28	c #restart = 0
7.19/7.28	c BCD2: found a new core of size 1: cost of the new core is >=1874161
7.19/7.28	c lower bound updated to 27429310694
7.29/7.30	c BCD2: 27498654650 <= obj <= 102629056322
7.29/7.30	c BCD2: #cores=112, #unrelaxed=282, #relaxed=392, #hardened=0
7.29/7.30	c BCD2: #sat=1 #unsat=158 bias=158/159
7.29/7.30	c Solving starts ...
7.29/7.30	c ============================[ Search Statistics ]============================
7.29/7.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.30	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.30	c =============================================================================
7.29/7.30	c  0.0s |       0 |        0 |        0 |    14191      0 |      938 |     1107
7.29/7.32	c  0.0s |       0 |      310 |        0 |    14191      0 |      938 |     1107
7.29/7.32	c #cpu_time = 0.026s
7.29/7.32	c #wall_clock_time = 0.026s
7.29/7.32	c #decision = 310
7.29/7.32	c #random_decision = 0
7.29/7.32	c #conflict = 0
7.29/7.32	c #restart = 0
7.29/7.32	c BCD2: found a new core of size 1: cost of the new core is >=50653
7.29/7.32	c lower bound updated to 27429361347
7.29/7.34	c BCD2: 27498705303 <= obj <= 102629056322
7.29/7.34	c BCD2: #cores=113, #unrelaxed=281, #relaxed=393, #hardened=0
7.29/7.34	c BCD2: #sat=1 #unsat=159 bias=159/160
7.29/7.34	c Solving starts ...
7.29/7.34	c ============================[ Search Statistics ]============================
7.29/7.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.34	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.34	c =============================================================================
7.29/7.35	c  0.0s |       0 |        0 |        0 |    14191      0 |      938 |     1107
7.29/7.38	c  0.0s |       0 |      312 |        0 |    14191      0 |      938 |     1107
7.29/7.38	c #cpu_time = 0.026s
7.29/7.38	c #wall_clock_time = 0.026s
7.29/7.38	c #decision = 312
7.29/7.38	c #random_decision = 0
7.29/7.38	c #conflict = 0
7.29/7.38	c #restart = 0
7.29/7.38	c BCD2: found a new core of size 2: cost of the new core is >=37
7.29/7.38	c lower bound updated to 27429361384
7.29/7.39	c BCD2: 27498705340 <= obj <= 102629056322
7.29/7.39	c BCD2: #cores=114, #unrelaxed=279, #relaxed=395, #hardened=0
7.29/7.39	c BCD2: #sat=1 #unsat=160 bias=160/161
7.39/7.40	c Solving starts ...
7.39/7.40	c ============================[ Search Statistics ]============================
7.39/7.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.40	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.40	c =============================================================================
7.39/7.40	c  0.0s |       0 |        0 |        0 |    14191      0 |      938 |     1107
7.39/7.43	c  0.0s |       0 |      557 |        1 |    14191      0 |      938 |     1107
7.39/7.43	c #cpu_time = 0.029s
7.39/7.43	c #wall_clock_time = 0.029s
7.39/7.43	c #decision = 557
7.39/7.43	c #random_decision = 0
7.39/7.43	c #conflict = 1
7.39/7.43	c #restart = 0
7.39/7.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
7.39/7.43	c lower bound updated to 27429361385
7.39/7.44	c BCD2: 27498705341 <= obj <= 102629056322
7.39/7.44	c BCD2: #cores=114, #unrelaxed=278, #relaxed=396, #hardened=0
7.39/7.44	c BCD2: #sat=1 #unsat=161 bias=161/162
7.39/7.45	c Solving starts ...
7.39/7.45	c ============================[ Search Statistics ]============================
7.39/7.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.45	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.45	c =============================================================================
7.39/7.45	c  0.0s |       0 |        0 |        0 |    14191      0 |      939 |     1107
7.39/7.47	c  0.0s |       0 |      312 |        0 |    14191      0 |      939 |     1108
7.39/7.47	c #cpu_time = 0.027s
7.39/7.47	c #wall_clock_time = 0.027s
7.39/7.47	c #decision = 312
7.39/7.47	c #random_decision = 0
7.39/7.47	c #conflict = 0
7.39/7.47	c #restart = 0
7.39/7.47	c BCD2: found a new core of size 1: cost of the new core is >=1874161
7.39/7.47	c lower bound updated to 27431235546
7.39/7.49	c BCD2: 27500579502 <= obj <= 102629056322
7.39/7.49	c BCD2: #cores=115, #unrelaxed=277, #relaxed=397, #hardened=0
7.39/7.49	c BCD2: #sat=1 #unsat=162 bias=162/163
7.39/7.49	c Solving starts ...
7.39/7.49	c ============================[ Search Statistics ]============================
7.39/7.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.49	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.49	c =============================================================================
7.49/7.50	c  0.0s |       0 |        0 |        0 |    14191      0 |      939 |     1108
7.49/7.52	c  0.0s |       0 |      313 |        0 |    14191      0 |      939 |     1108
7.49/7.52	c #cpu_time = 0.024s
7.49/7.52	c #wall_clock_time = 0.024s
7.49/7.52	c #decision = 313
7.49/7.52	c #random_decision = 0
7.49/7.52	c #conflict = 0
7.49/7.52	c #restart = 0
7.49/7.52	c BCD2: found a new core of size 1: cost of the new core is >=50653
7.49/7.52	c lower bound updated to 27431286199
7.49/7.54	c BCD2: 27500630155 <= obj <= 102629056322
7.49/7.54	c BCD2: #cores=116, #unrelaxed=276, #relaxed=398, #hardened=0
7.49/7.54	c BCD2: #sat=1 #unsat=163 bias=163/164
7.49/7.54	c Solving starts ...
7.49/7.54	c ============================[ Search Statistics ]============================
7.49/7.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.54	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.54	c =============================================================================
7.49/7.54	c  0.0s |       0 |        0 |        0 |    14191      0 |      939 |     1108
7.49/7.57	c  0.0s |       0 |      315 |        0 |    14191      0 |      939 |     1108
7.49/7.57	c #cpu_time = 0.028s
7.49/7.57	c #wall_clock_time = 0.028s
7.49/7.57	c #decision = 315
7.49/7.57	c #random_decision = 0
7.49/7.57	c #conflict = 0
7.49/7.57	c #restart = 0
7.49/7.57	c BCD2: found a new core of size 2: cost of the new core is >=37
7.49/7.57	c lower bound updated to 27431286236
7.49/7.59	c BCD2: 27500630192 <= obj <= 102629056322
7.49/7.59	c BCD2: #cores=117, #unrelaxed=274, #relaxed=400, #hardened=0
7.49/7.59	c BCD2: #sat=1 #unsat=164 bias=164/165
7.49/7.59	c Solving starts ...
7.49/7.59	c ============================[ Search Statistics ]============================
7.49/7.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.59	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.59	c =============================================================================
7.49/7.59	c  0.0s |       0 |        0 |        0 |    14191      0 |      939 |     1108
7.59/7.62	c  0.0s |       0 |      560 |        1 |    14191      0 |      939 |     1108
7.59/7.62	c #cpu_time = 0.030s
7.59/7.62	c #wall_clock_time = 0.030s
7.59/7.62	c #decision = 560
7.59/7.62	c #random_decision = 0
7.59/7.62	c #conflict = 1
7.59/7.62	c #restart = 0
7.59/7.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
7.59/7.62	c lower bound updated to 27431286237
7.59/7.64	c BCD2: 27500630193 <= obj <= 102629056322
7.59/7.64	c BCD2: #cores=117, #unrelaxed=273, #relaxed=401, #hardened=0
7.59/7.64	c BCD2: #sat=1 #unsat=165 bias=165/166
7.59/7.65	c Solving starts ...
7.59/7.65	c ============================[ Search Statistics ]============================
7.59/7.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.65	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.65	c =============================================================================
7.59/7.65	c  0.0s |       0 |        0 |        0 |    14191      0 |      940 |     1108
7.59/7.68	c  0.0s |       0 |      315 |        0 |    14191      0 |      940 |     1109
7.59/7.68	c #cpu_time = 0.025s
7.59/7.68	c #wall_clock_time = 0.025s
7.59/7.68	c #decision = 315
7.59/7.68	c #random_decision = 0
7.59/7.68	c #conflict = 0
7.59/7.68	c #restart = 0
7.59/7.68	c BCD2: found a new core of size 1: cost of the new core is >=1874161
7.59/7.68	c lower bound updated to 27433160398
7.59/7.69	c BCD2: 27502504354 <= obj <= 102629056322
7.59/7.69	c BCD2: #cores=118, #unrelaxed=272, #relaxed=402, #hardened=0
7.59/7.69	c BCD2: #sat=1 #unsat=166 bias=166/167
7.59/7.70	c Solving starts ...
7.59/7.70	c ============================[ Search Statistics ]============================
7.59/7.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.70	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.70	c =============================================================================
7.59/7.70	c  0.0s |       0 |        0 |        0 |    14191      0 |      940 |     1109
7.70/7.73	c  0.0s |       0 |      316 |        0 |    14191      0 |      940 |     1109
7.70/7.73	c #cpu_time = 0.025s
7.70/7.73	c #wall_clock_time = 0.025s
7.70/7.73	c #decision = 316
7.70/7.73	c #random_decision = 0
7.70/7.73	c #conflict = 0
7.70/7.73	c #restart = 0
7.70/7.73	c BCD2: found a new core of size 1: cost of the new core is >=50653
7.70/7.73	c lower bound updated to 27433211051
7.70/7.74	c BCD2: 27502555007 <= obj <= 102629056322
7.70/7.74	c BCD2: #cores=119, #unrelaxed=271, #relaxed=403, #hardened=0
7.70/7.74	c BCD2: #sat=1 #unsat=167 bias=167/168
7.70/7.75	c Solving starts ...
7.70/7.75	c ============================[ Search Statistics ]============================
7.70/7.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.70/7.75	c       |         |          |          |    Limit     GC | Var      | Constra 
7.70/7.75	c =============================================================================
7.70/7.75	c  0.0s |       0 |        0 |        0 |    14191      0 |      940 |     1109
7.70/7.78	c  0.0s |       0 |      318 |        0 |    14191      0 |      940 |     1109
7.70/7.78	c #cpu_time = 0.028s
7.70/7.78	c #wall_clock_time = 0.028s
7.70/7.78	c #decision = 318
7.70/7.78	c #random_decision = 0
7.70/7.78	c #conflict = 0
7.70/7.78	c #restart = 0
7.70/7.78	c BCD2: found a new core of size 2: cost of the new core is >=37
7.70/7.78	c lower bound updated to 27433211088
7.70/7.79	c BCD2: 27502555044 <= obj <= 102629056322
7.70/7.79	c BCD2: #cores=120, #unrelaxed=269, #relaxed=405, #hardened=0
7.70/7.79	c BCD2: #sat=1 #unsat=168 bias=168/169
7.70/7.79	c Solving starts ...
7.70/7.79	c ============================[ Search Statistics ]============================
7.70/7.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.70/7.79	c       |         |          |          |    Limit     GC | Var      | Constra 
7.70/7.79	c =============================================================================
7.70/7.79	c  0.0s |       0 |        0 |        0 |    14191      0 |      940 |     1109
7.80/7.83	c  0.0s |       0 |      563 |        1 |    14191      0 |      940 |     1109
7.80/7.83	c #cpu_time = 0.030s
7.80/7.83	c #wall_clock_time = 0.030s
7.80/7.83	c #decision = 563
7.80/7.83	c #random_decision = 0
7.80/7.83	c #conflict = 1
7.80/7.83	c #restart = 0
7.80/7.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
7.80/7.83	c lower bound updated to 27433211089
7.80/7.84	c BCD2: 27502555045 <= obj <= 102629056322
7.80/7.84	c BCD2: #cores=120, #unrelaxed=268, #relaxed=406, #hardened=0
7.80/7.84	c BCD2: #sat=1 #unsat=169 bias=169/170
7.80/7.85	c Solving starts ...
7.80/7.85	c ============================[ Search Statistics ]============================
7.80/7.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.80/7.85	c       |         |          |          |    Limit     GC | Var      | Constra 
7.80/7.85	c =============================================================================
7.80/7.85	c  0.0s |       0 |        0 |        0 |    14191      0 |      941 |     1109
7.80/7.88	c  0.0s |       0 |      318 |        0 |    14191      0 |      941 |     1110
7.80/7.88	c #cpu_time = 0.026s
7.80/7.88	c #wall_clock_time = 0.026s
7.80/7.88	c #decision = 318
7.80/7.88	c #random_decision = 0
7.80/7.88	c #conflict = 0
7.80/7.88	c #restart = 0
7.80/7.88	c BCD2: found a new core of size 1: cost of the new core is >=1874161
7.80/7.88	c lower bound updated to 27435085250
7.80/7.90	c BCD2: 27504429206 <= obj <= 102629056322
7.80/7.90	c BCD2: #cores=121, #unrelaxed=267, #relaxed=407, #hardened=0
7.80/7.90	c BCD2: #sat=1 #unsat=170 bias=170/171
7.89/7.90	c Solving starts ...
7.89/7.90	c ============================[ Search Statistics ]============================
7.89/7.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.90	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.90	c =============================================================================
7.89/7.90	c  0.0s |       0 |        0 |        0 |    14191      0 |      941 |     1110
7.89/7.93	c  0.0s |       0 |      319 |        0 |    14191      0 |      941 |     1110
7.89/7.93	c #cpu_time = 0.027s
7.89/7.93	c #wall_clock_time = 0.027s
7.89/7.93	c #decision = 319
7.89/7.93	c #random_decision = 0
7.89/7.93	c #conflict = 0
7.89/7.93	c #restart = 0
7.89/7.93	c BCD2: found a new core of size 1: cost of the new core is >=50653
7.89/7.93	c lower bound updated to 27435135903
7.89/7.94	c BCD2: 27504479859 <= obj <= 102629056322
7.89/7.94	c BCD2: #cores=122, #unrelaxed=266, #relaxed=408, #hardened=0
7.89/7.94	c BCD2: #sat=1 #unsat=171 bias=171/172
7.89/7.95	c Solving starts ...
7.89/7.95	c ============================[ Search Statistics ]============================
7.89/7.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.95	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.95	c =============================================================================
7.89/7.95	c  0.0s |       0 |        0 |        0 |    14191      0 |      941 |     1110
7.89/7.98	c  0.0s |       0 |      321 |        0 |    14191      0 |      941 |     1110
7.89/7.98	c #cpu_time = 0.029s
7.89/7.98	c #wall_clock_time = 0.029s
7.89/7.98	c #decision = 321
7.89/7.98	c #random_decision = 0
7.89/7.98	c #conflict = 0
7.89/7.98	c #restart = 0
7.89/7.98	c BCD2: found a new core of size 2: cost of the new core is >=37
7.89/7.98	c lower bound updated to 27435135940
7.89/7.99	c BCD2: 27504479896 <= obj <= 102629056322
7.89/7.99	c BCD2: #cores=123, #unrelaxed=264, #relaxed=410, #hardened=0
7.89/7.99	c BCD2: #sat=1 #unsat=172 bias=172/173
7.89/7.99	c Solving starts ...
7.89/7.99	c ============================[ Search Statistics ]============================
7.89/7.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.99	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.99	c =============================================================================
7.99/8.00	c  0.0s |       0 |        0 |        0 |    14191      0 |      941 |     1110
7.99/8.03	c  0.0s |       0 |      566 |        1 |    14191      0 |      941 |     1110
7.99/8.03	c #cpu_time = 0.029s
7.99/8.03	c #wall_clock_time = 0.029s
7.99/8.03	c #decision = 566
7.99/8.03	c #random_decision = 0
7.99/8.03	c #conflict = 1
7.99/8.03	c #restart = 0
7.99/8.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
7.99/8.03	c lower bound updated to 27435135941
7.99/8.05	c BCD2: 27504479897 <= obj <= 102629056322
7.99/8.05	c BCD2: #cores=123, #unrelaxed=263, #relaxed=411, #hardened=0
7.99/8.05	c BCD2: #sat=1 #unsat=173 bias=173/174
7.99/8.05	c Solving starts ...
7.99/8.05	c ============================[ Search Statistics ]============================
7.99/8.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.05	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.05	c =============================================================================
7.99/8.05	c  0.0s |       0 |        0 |        0 |    14191      0 |      942 |     1110
7.99/8.08	c  0.0s |       0 |      321 |        0 |    14191      0 |      942 |     1111
7.99/8.08	c #cpu_time = 0.028s
7.99/8.08	c #wall_clock_time = 0.028s
7.99/8.08	c #decision = 321
7.99/8.08	c #random_decision = 0
7.99/8.08	c #conflict = 0
7.99/8.08	c #restart = 0
7.99/8.08	c BCD2: found a new core of size 1: cost of the new core is >=1874161
7.99/8.08	c lower bound updated to 27437010102
8.09/8.10	c BCD2: 27506354058 <= obj <= 102629056322
8.09/8.10	c BCD2: #cores=124, #unrelaxed=262, #relaxed=412, #hardened=0
8.09/8.10	c BCD2: #sat=1 #unsat=174 bias=174/175
8.09/8.10	c Solving starts ...
8.09/8.10	c ============================[ Search Statistics ]============================
8.09/8.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.10	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.10	c =============================================================================
8.09/8.10	c  0.0s |       0 |        0 |        0 |    14191      0 |      942 |     1111
8.09/8.13	c  0.0s |       0 |      322 |        0 |    14191      0 |      942 |     1111
8.09/8.13	c #cpu_time = 0.027s
8.09/8.13	c #wall_clock_time = 0.027s
8.09/8.13	c #decision = 322
8.09/8.13	c #random_decision = 0
8.09/8.13	c #conflict = 0
8.09/8.13	c #restart = 0
8.09/8.13	c BCD2: found a new core of size 1: cost of the new core is >=50653
8.09/8.13	c lower bound updated to 27437060755
8.09/8.14	c BCD2: 27506404711 <= obj <= 102629056322
8.09/8.14	c BCD2: #cores=125, #unrelaxed=261, #relaxed=413, #hardened=0
8.09/8.14	c BCD2: #sat=1 #unsat=175 bias=175/176
8.09/8.15	c Solving starts ...
8.09/8.15	c ============================[ Search Statistics ]============================
8.09/8.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.15	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.15	c =============================================================================
8.09/8.15	c  0.0s |       0 |        0 |        0 |    14191      0 |      942 |     1111
8.09/8.18	c  0.0s |       0 |      324 |        0 |    14191      0 |      942 |     1111
8.09/8.18	c #cpu_time = 0.027s
8.09/8.18	c #wall_clock_time = 0.027s
8.09/8.18	c #decision = 324
8.09/8.18	c #random_decision = 0
8.09/8.18	c #conflict = 0
8.09/8.18	c #restart = 0
8.09/8.18	c BCD2: found a new core of size 2: cost of the new core is >=37
8.09/8.18	c lower bound updated to 27437060792
8.19/8.20	c BCD2: 27506404748 <= obj <= 102629056322
8.19/8.20	c BCD2: #cores=126, #unrelaxed=259, #relaxed=415, #hardened=0
8.19/8.20	c BCD2: #sat=1 #unsat=176 bias=176/177
8.19/8.20	c Solving starts ...
8.19/8.20	c ============================[ Search Statistics ]============================
8.19/8.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.20	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.20	c =============================================================================
8.19/8.20	c  0.0s |       0 |        0 |        0 |    14191      0 |      942 |     1111
8.19/8.23	c  0.0s |       0 |      569 |        1 |    14191      0 |      942 |     1111
8.19/8.23	c #cpu_time = 0.031s
8.19/8.23	c #wall_clock_time = 0.031s
8.19/8.23	c #decision = 569
8.19/8.23	c #random_decision = 0
8.19/8.23	c #conflict = 1
8.19/8.23	c #restart = 0
8.19/8.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
8.19/8.23	c lower bound updated to 27437060793
8.19/8.25	c BCD2: 27506404749 <= obj <= 102629056322
8.19/8.25	c BCD2: #cores=126, #unrelaxed=258, #relaxed=416, #hardened=0
8.19/8.25	c BCD2: #sat=1 #unsat=177 bias=177/178
8.19/8.25	c Solving starts ...
8.19/8.25	c ============================[ Search Statistics ]============================
8.19/8.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.25	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.25	c =============================================================================
8.19/8.26	c  0.0s |       0 |        0 |        0 |    14191      0 |      943 |     1111
8.19/8.29	c  0.0s |       0 |      324 |        0 |    14191      0 |      943 |     1112
8.19/8.29	c #cpu_time = 0.026s
8.19/8.29	c #wall_clock_time = 0.026s
8.19/8.29	c #decision = 324
8.19/8.29	c #random_decision = 0
8.19/8.29	c #conflict = 0
8.19/8.29	c #restart = 0
8.19/8.29	c BCD2: found a new core of size 1: cost of the new core is >=1874161
8.19/8.29	c lower bound updated to 27438934954
8.29/8.30	c BCD2: 27508278910 <= obj <= 102629056322
8.29/8.30	c BCD2: #cores=127, #unrelaxed=257, #relaxed=417, #hardened=0
8.29/8.30	c BCD2: #sat=1 #unsat=178 bias=178/179
8.29/8.30	c Solving starts ...
8.29/8.30	c ============================[ Search Statistics ]============================
8.29/8.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.30	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.30	c =============================================================================
8.29/8.31	c  0.0s |       0 |        0 |        0 |    14191      0 |      943 |     1112
8.29/8.33	c  0.0s |       0 |      325 |        0 |    14191      0 |      943 |     1112
8.29/8.33	c #cpu_time = 0.028s
8.29/8.33	c #wall_clock_time = 0.028s
8.29/8.33	c #decision = 325
8.29/8.33	c #random_decision = 0
8.29/8.33	c #conflict = 0
8.29/8.33	c #restart = 0
8.29/8.33	c BCD2: found a new core of size 1: cost of the new core is >=50653
8.29/8.33	c lower bound updated to 27438985607
8.29/8.35	c BCD2: 27508329563 <= obj <= 102629056322
8.29/8.35	c BCD2: #cores=128, #unrelaxed=256, #relaxed=418, #hardened=0
8.29/8.35	c BCD2: #sat=1 #unsat=179 bias=179/180
8.29/8.35	c Solving starts ...
8.29/8.35	c ============================[ Search Statistics ]============================
8.29/8.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.35	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.35	c =============================================================================
8.29/8.35	c  0.0s |       0 |        0 |        0 |    14191      0 |      943 |     1112
8.29/8.38	c  0.0s |       0 |      327 |        0 |    14191      0 |      943 |     1112
8.29/8.38	c #cpu_time = 0.029s
8.29/8.38	c #wall_clock_time = 0.029s
8.29/8.38	c #decision = 327
8.29/8.38	c #random_decision = 0
8.29/8.38	c #conflict = 0
8.29/8.38	c #restart = 0
8.29/8.38	c BCD2: found a new core of size 2: cost of the new core is >=37
8.29/8.38	c lower bound updated to 27438985644
8.39/8.40	c BCD2: 27508329600 <= obj <= 102629056322
8.39/8.40	c BCD2: #cores=129, #unrelaxed=254, #relaxed=420, #hardened=0
8.39/8.40	c BCD2: #sat=1 #unsat=180 bias=180/181
8.39/8.47	c Solving starts ...
8.39/8.47	c ============================[ Search Statistics ]============================
8.39/8.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.47	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.47	c =============================================================================
8.39/8.47	c  0.0s |       0 |        0 |        0 |    14191      0 |      943 |     1112
8.49/8.50	c  0.0s |       0 |      572 |        1 |    14191      0 |      943 |     1112
8.49/8.50	c #cpu_time = 0.029s
8.49/8.50	c #wall_clock_time = 0.029s
8.49/8.50	c #decision = 572
8.49/8.50	c #random_decision = 0
8.49/8.50	c #conflict = 1
8.49/8.50	c #restart = 0
8.49/8.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
8.49/8.50	c lower bound updated to 27438985645
8.49/8.51	c BCD2: 27508329601 <= obj <= 102629056322
8.49/8.51	c BCD2: #cores=129, #unrelaxed=253, #relaxed=421, #hardened=0
8.49/8.51	c BCD2: #sat=1 #unsat=181 bias=181/182
8.49/8.52	c Solving starts ...
8.49/8.52	c ============================[ Search Statistics ]============================
8.49/8.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.52	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.52	c =============================================================================
8.49/8.52	c  0.0s |       0 |        0 |        0 |    14191      0 |      944 |     1112
8.49/8.55	c  0.0s |       0 |      327 |        0 |    14191      0 |      944 |     1113
8.49/8.55	c #cpu_time = 0.028s
8.49/8.55	c #wall_clock_time = 0.028s
8.49/8.55	c #decision = 327
8.49/8.55	c #random_decision = 0
8.49/8.55	c #conflict = 0
8.49/8.55	c #restart = 0
8.49/8.55	c BCD2: found a new core of size 1: cost of the new core is >=1874161
8.49/8.55	c lower bound updated to 27440859806
8.49/8.56	c BCD2: 27510203762 <= obj <= 102629056322
8.49/8.56	c BCD2: #cores=130, #unrelaxed=252, #relaxed=422, #hardened=0
8.49/8.56	c BCD2: #sat=1 #unsat=182 bias=182/183
8.49/8.57	c Solving starts ...
8.49/8.57	c ============================[ Search Statistics ]============================
8.49/8.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.57	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.57	c =============================================================================
8.49/8.57	c  0.0s |       0 |        0 |        0 |    14191      0 |      944 |     1113
8.59/8.60	c  0.0s |       0 |      328 |        0 |    14191      0 |      944 |     1113
8.59/8.60	c #cpu_time = 0.026s
8.59/8.60	c #wall_clock_time = 0.026s
8.59/8.60	c #decision = 328
8.59/8.60	c #random_decision = 0
8.59/8.60	c #conflict = 0
8.59/8.60	c #restart = 0
8.59/8.60	c BCD2: found a new core of size 1: cost of the new core is >=50653
8.59/8.60	c lower bound updated to 27440910459
8.59/8.62	c BCD2: 27510254415 <= obj <= 102629056322
8.59/8.62	c BCD2: #cores=131, #unrelaxed=251, #relaxed=423, #hardened=0
8.59/8.62	c BCD2: #sat=1 #unsat=183 bias=183/184
8.59/8.62	c Solving starts ...
8.59/8.62	c ============================[ Search Statistics ]============================
8.59/8.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.62	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.62	c =============================================================================
8.59/8.62	c  0.0s |       0 |        0 |        0 |    14191      0 |      944 |     1113
8.59/8.65	c  0.0s |       0 |      330 |        0 |    14191      0 |      944 |     1113
8.59/8.65	c #cpu_time = 0.030s
8.59/8.65	c #wall_clock_time = 0.030s
8.59/8.65	c #decision = 330
8.59/8.65	c #random_decision = 0
8.59/8.65	c #conflict = 0
8.59/8.65	c #restart = 0
8.59/8.65	c BCD2: found a new core of size 2: cost of the new core is >=37
8.59/8.65	c lower bound updated to 27440910496
8.59/8.67	c BCD2: 27510254452 <= obj <= 102629056322
8.59/8.67	c BCD2: #cores=132, #unrelaxed=249, #relaxed=425, #hardened=0
8.59/8.67	c BCD2: #sat=1 #unsat=184 bias=184/185
8.59/8.67	c Solving starts ...
8.59/8.67	c ============================[ Search Statistics ]============================
8.59/8.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.67	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.67	c =============================================================================
8.59/8.67	c  0.0s |       0 |        0 |        0 |    14191      0 |      944 |     1113
8.69/8.71	c  0.0s |       0 |      575 |        1 |    14191      0 |      944 |     1113
8.69/8.71	c #cpu_time = 0.030s
8.69/8.71	c #wall_clock_time = 0.030s
8.69/8.71	c #decision = 575
8.69/8.71	c #random_decision = 0
8.69/8.71	c #conflict = 1
8.69/8.71	c #restart = 0
8.69/8.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
8.69/8.71	c lower bound updated to 27440910497
8.69/8.72	c BCD2: 27510254453 <= obj <= 102629056322
8.69/8.72	c BCD2: #cores=132, #unrelaxed=248, #relaxed=426, #hardened=0
8.69/8.72	c BCD2: #sat=1 #unsat=185 bias=185/186
8.69/8.73	c Solving starts ...
8.69/8.73	c ============================[ Search Statistics ]============================
8.69/8.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.73	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.73	c =============================================================================
8.69/8.73	c  0.0s |       0 |        0 |        0 |    14191      0 |      945 |     1113
8.69/8.76	c  0.0s |       0 |      330 |        0 |    14191      0 |      945 |     1114
8.69/8.76	c #cpu_time = 0.029s
8.69/8.76	c #wall_clock_time = 0.029s
8.69/8.76	c #decision = 330
8.69/8.76	c #random_decision = 0
8.69/8.76	c #conflict = 0
8.69/8.76	c #restart = 0
8.69/8.76	c BCD2: found a new core of size 1: cost of the new core is >=1874161
8.69/8.76	c lower bound updated to 27442784658
8.69/8.77	c BCD2: 27512128614 <= obj <= 102629056322
8.69/8.77	c BCD2: #cores=133, #unrelaxed=247, #relaxed=427, #hardened=0
8.69/8.77	c BCD2: #sat=1 #unsat=186 bias=186/187
8.69/8.78	c Solving starts ...
8.69/8.78	c ============================[ Search Statistics ]============================
8.69/8.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.78	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.78	c =============================================================================
8.69/8.78	c  0.0s |       0 |        0 |        0 |    14191      0 |      945 |     1114
8.80/8.81	c  0.0s |       0 |      331 |        0 |    14191      0 |      945 |     1114
8.80/8.81	c #cpu_time = 0.026s
8.80/8.81	c #wall_clock_time = 0.026s
8.80/8.81	c #decision = 331
8.80/8.81	c #random_decision = 0
8.80/8.81	c #conflict = 0
8.80/8.81	c #restart = 0
8.80/8.81	c BCD2: found a new core of size 1: cost of the new core is >=50653
8.80/8.81	c lower bound updated to 27442835311
8.80/8.83	c BCD2: 27512179267 <= obj <= 102629056322
8.80/8.83	c BCD2: #cores=134, #unrelaxed=246, #relaxed=428, #hardened=0
8.80/8.83	c BCD2: #sat=1 #unsat=187 bias=187/188
8.80/8.83	c Solving starts ...
8.80/8.83	c ============================[ Search Statistics ]============================
8.80/8.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.80/8.83	c       |         |          |          |    Limit     GC | Var      | Constra 
8.80/8.83	c =============================================================================
8.80/8.83	c  0.0s |       0 |        0 |        0 |    14191      0 |      945 |     1114
8.80/8.87	c  0.0s |       0 |      826 |        2 |    14191      0 |      945 |     1114
8.80/8.87	c #cpu_time = 0.038s
8.80/8.87	c #wall_clock_time = 0.038s
8.80/8.87	c #decision = 826
8.80/8.87	c #random_decision = 0
8.80/8.87	c #conflict = 2
8.80/8.87	c #restart = 0
8.80/8.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1406
8.80/8.87	c BCD2: refineLB: 1399 -> 1406
8.80/8.87	c lower bound updated to 27442836679
8.80/8.88	c BCD2: 27512180635 <= obj <= 102629056322
8.80/8.88	c BCD2: #cores=134, #unrelaxed=245, #relaxed=429, #hardened=0
8.80/8.88	c BCD2: #sat=1 #unsat=188 bias=188/189
8.80/8.89	c Solving starts ...
8.80/8.89	c ============================[ Search Statistics ]============================
8.80/8.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.80/8.89	c       |         |          |          |    Limit     GC | Var      | Constra 
8.80/8.89	c =============================================================================
8.80/8.89	c  0.0s |       0 |        0 |        0 |    14191      0 |      946 |     1114
8.90/8.92	c  0.0s |       0 |      333 |        0 |    14191      0 |      946 |     1115
8.90/8.92	c #cpu_time = 0.027s
8.90/8.92	c #wall_clock_time = 0.027s
8.90/8.92	c #decision = 333
8.90/8.92	c #random_decision = 0
8.90/8.92	c #conflict = 0
8.90/8.92	c #restart = 0
8.90/8.92	c BCD2: found a new core of size 2: cost of the new core is >=1
8.90/8.92	c lower bound updated to 27442836680
8.90/8.94	c BCD2: 27512180636 <= obj <= 102629056322
8.90/8.94	c BCD2: #cores=135, #unrelaxed=243, #relaxed=431, #hardened=0
8.90/8.94	c BCD2: #sat=1 #unsat=189 bias=189/190
8.90/8.94	c Solving starts ...
8.90/8.94	c ============================[ Search Statistics ]============================
8.90/8.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.90/8.94	c       |         |          |          |    Limit     GC | Var      | Constra 
8.90/8.94	c =============================================================================
8.90/8.94	c  0.0s |       0 |        0 |        0 |    14191      0 |      946 |     1115
8.90/8.97	c  0.0s |       0 |      333 |        0 |    14191      0 |      946 |     1115
8.90/8.97	c #cpu_time = 0.030s
8.90/8.97	c #wall_clock_time = 0.030s
8.90/8.97	c #decision = 333
8.90/8.97	c #random_decision = 0
8.90/8.97	c #conflict = 0
8.90/8.97	c #restart = 0
8.90/8.97	c BCD2: found a new core of size 1: cost of the new core is >=1874161
8.90/8.97	c lower bound updated to 27444710841
8.90/8.99	c BCD2: 27514054797 <= obj <= 102629056322
8.90/8.99	c BCD2: #cores=136, #unrelaxed=242, #relaxed=432, #hardened=0
8.90/8.99	c BCD2: #sat=1 #unsat=190 bias=190/191
8.90/9.00	c Solving starts ...
8.90/9.00	c ============================[ Search Statistics ]============================
8.90/9.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.90/9.00	c       |         |          |          |    Limit     GC | Var      | Constra 
8.90/9.00	c =============================================================================
8.90/9.00	c  0.0s |       0 |        0 |        0 |    14191      0 |      946 |     1115
8.99/9.02	c  0.0s |       0 |      334 |        0 |    14191      0 |      946 |     1115
8.99/9.02	c #cpu_time = 0.027s
8.99/9.02	c #wall_clock_time = 0.027s
8.99/9.02	c #decision = 334
8.99/9.02	c #random_decision = 0
8.99/9.02	c #conflict = 0
8.99/9.02	c #restart = 0
8.99/9.02	c BCD2: found a new core of size 1: cost of the new core is >=50653
8.99/9.02	c lower bound updated to 27444761494
8.99/9.04	c BCD2: 27514105450 <= obj <= 102629056322
8.99/9.04	c BCD2: #cores=137, #unrelaxed=241, #relaxed=433, #hardened=0
8.99/9.04	c BCD2: #sat=1 #unsat=191 bias=191/192
8.99/9.04	c Solving starts ...
8.99/9.04	c ============================[ Search Statistics ]============================
8.99/9.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.99/9.04	c       |         |          |          |    Limit     GC | Var      | Constra 
8.99/9.04	c =============================================================================
8.99/9.04	c  0.0s |       0 |        0 |        0 |    14191      0 |      946 |     1115
8.99/9.08	c  0.0s |       0 |      338 |        1 |    14191      0 |      946 |     1115
8.99/9.08	c #cpu_time = 0.031s
8.99/9.08	c #wall_clock_time = 0.031s
8.99/9.08	c #decision = 338
8.99/9.08	c #random_decision = 0
8.99/9.08	c #conflict = 1
8.99/9.08	c #restart = 0
8.99/9.08	c BCD2: relaxing 14 and merging with 4 cores into a new core of size 34: cost of the new core is >=1040159393
8.99/9.08	c lower bound updated to 27444761530
8.99/9.09	c BCD2: 27514105486 <= obj <= 102629056322
8.99/9.09	c BCD2: #cores=134, #unrelaxed=227, #relaxed=447, #hardened=0
8.99/9.09	c BCD2: #sat=1 #unsat=192 bias=192/193
9.09/9.10	c Solving starts ...
9.09/9.10	c ============================[ Search Statistics ]============================
9.09/9.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.09/9.10	c       |         |          |          |    Limit     GC | Var      | Constra 
9.09/9.10	c =============================================================================
9.09/9.10	c  0.0s |       0 |        0 |        0 |    14191      0 |     1198 |     1115
9.09/9.13	c  0.0s |       0 |      320 |        0 |    14191      0 |     1198 |     1615
9.09/9.13	c #cpu_time = 0.028s
9.09/9.13	c #wall_clock_time = 0.028s
9.09/9.13	c #decision = 320
9.09/9.13	c #random_decision = 0
9.09/9.13	c #conflict = 0
9.09/9.13	c #restart = 0
9.09/9.13	c BCD2: found a new core of size 2: cost of the new core is >=1
9.09/9.13	c lower bound updated to 27444761531
9.09/9.15	c BCD2: 27514105487 <= obj <= 102629056322
9.09/9.15	c BCD2: #cores=135, #unrelaxed=225, #relaxed=449, #hardened=0
9.09/9.15	c BCD2: #sat=1 #unsat=193 bias=193/194
9.09/9.15	c Solving starts ...
9.09/9.15	c ============================[ Search Statistics ]============================
9.09/9.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.09/9.15	c       |         |          |          |    Limit     GC | Var      | Constra 
9.09/9.15	c =============================================================================
9.09/9.15	c  0.0s |       0 |        0 |        0 |    14191      0 |     1198 |     1615
9.09/9.18	c  0.0s |       0 |      320 |        0 |    14191      0 |     1198 |     1615
9.09/9.18	c #cpu_time = 0.028s
9.09/9.18	c #wall_clock_time = 0.028s
9.09/9.18	c #decision = 320
9.09/9.18	c #random_decision = 0
9.09/9.18	c #conflict = 0
9.09/9.18	c #restart = 0
9.09/9.18	c BCD2: found a new core of size 1: cost of the new core is >=1874161
9.09/9.18	c lower bound updated to 27446635692
9.19/9.20	c BCD2: 27515979648 <= obj <= 102629056322
9.19/9.20	c BCD2: #cores=136, #unrelaxed=224, #relaxed=450, #hardened=0
9.19/9.20	c BCD2: #sat=1 #unsat=194 bias=194/195
9.19/9.21	c Solving starts ...
9.19/9.21	c ============================[ Search Statistics ]============================
9.19/9.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.19/9.21	c       |         |          |          |    Limit     GC | Var      | Constra 
9.19/9.21	c =============================================================================
9.19/9.21	c  0.0s |       0 |        0 |        0 |    14191      0 |     1198 |     1615
9.19/9.23	c  0.0s |       0 |      321 |        0 |    14191      0 |     1198 |     1615
9.19/9.23	c #cpu_time = 0.026s
9.19/9.23	c #wall_clock_time = 0.026s
9.19/9.23	c #decision = 321
9.19/9.23	c #random_decision = 0
9.19/9.23	c #conflict = 0
9.19/9.23	c #restart = 0
9.19/9.23	c BCD2: found a new core of size 1: cost of the new core is >=50653
9.19/9.23	c lower bound updated to 27446686345
9.19/9.25	c BCD2: 27516030301 <= obj <= 102629056322
9.19/9.25	c BCD2: #cores=137, #unrelaxed=223, #relaxed=451, #hardened=0
9.19/9.25	c BCD2: #sat=1 #unsat=195 bias=195/196
9.19/9.25	c Solving starts ...
9.19/9.25	c ============================[ Search Statistics ]============================
9.19/9.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.19/9.25	c       |         |          |          |    Limit     GC | Var      | Constra 
9.19/9.25	c =============================================================================
9.19/9.25	c  0.0s |       0 |        0 |        0 |    14191      0 |     1198 |     1615
9.19/9.28	c  0.0s |       0 |      323 |        0 |    14191      0 |     1198 |     1615
9.19/9.28	c #cpu_time = 0.029s
9.19/9.28	c #wall_clock_time = 0.029s
9.19/9.28	c #decision = 323
9.19/9.28	c #random_decision = 0
9.19/9.28	c #conflict = 0
9.19/9.28	c #restart = 0
9.19/9.28	c BCD2: found a new core of size 2: cost of the new core is >=37
9.19/9.28	c lower bound updated to 27446686382
9.29/9.31	c BCD2: 27516030338 <= obj <= 102629056322
9.29/9.31	c BCD2: #cores=138, #unrelaxed=221, #relaxed=453, #hardened=0
9.29/9.31	c BCD2: #sat=1 #unsat=196 bias=196/197
9.29/9.31	c Solving starts ...
9.29/9.31	c ============================[ Search Statistics ]============================
9.29/9.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.29/9.31	c       |         |          |          |    Limit     GC | Var      | Constra 
9.29/9.31	c =============================================================================
9.29/9.31	c  0.0s |       0 |        0 |        0 |    14191      0 |     1198 |     1615
9.29/9.34	c  0.0s |       0 |      554 |        1 |    14191      0 |     1198 |     1615
9.29/9.34	c #cpu_time = 0.029s
9.29/9.34	c #wall_clock_time = 0.029s
9.29/9.34	c #decision = 554
9.29/9.34	c #random_decision = 0
9.29/9.34	c #conflict = 1
9.29/9.34	c #restart = 0
9.29/9.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
9.29/9.34	c lower bound updated to 27446686383
9.29/9.36	c BCD2: 27516030339 <= obj <= 102629056322
9.29/9.36	c BCD2: #cores=138, #unrelaxed=220, #relaxed=454, #hardened=0
9.29/9.36	c BCD2: #sat=1 #unsat=197 bias=197/198
9.29/9.36	c Solving starts ...
9.29/9.36	c ============================[ Search Statistics ]============================
9.29/9.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.29/9.36	c       |         |          |          |    Limit     GC | Var      | Constra 
9.29/9.36	c =============================================================================
9.29/9.36	c  0.0s |       0 |        0 |        0 |    14191      0 |     1199 |     1615
9.29/9.39	c  0.0s |       0 |      323 |        0 |    14191      0 |     1199 |     1616
9.29/9.39	c #cpu_time = 0.027s
9.29/9.39	c #wall_clock_time = 0.027s
9.29/9.39	c #decision = 323
9.29/9.39	c #random_decision = 0
9.29/9.39	c #conflict = 0
9.29/9.39	c #restart = 0
9.29/9.39	c BCD2: found a new core of size 1: cost of the new core is >=1874161
9.29/9.39	c lower bound updated to 27448560544
9.39/9.41	c BCD2: 27517904500 <= obj <= 102629056322
9.39/9.41	c BCD2: #cores=139, #unrelaxed=219, #relaxed=455, #hardened=0
9.39/9.41	c BCD2: #sat=1 #unsat=198 bias=198/199
9.39/9.41	c Solving starts ...
9.39/9.41	c ============================[ Search Statistics ]============================
9.39/9.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.39/9.41	c       |         |          |          |    Limit     GC | Var      | Constra 
9.39/9.41	c =============================================================================
9.39/9.41	c  0.0s |       0 |        0 |        0 |    14191      0 |     1199 |     1616
9.39/9.44	c  0.0s |       0 |      324 |        0 |    14191      0 |     1199 |     1616
9.39/9.44	c #cpu_time = 0.028s
9.39/9.44	c #wall_clock_time = 0.028s
9.39/9.44	c #decision = 324
9.39/9.44	c #random_decision = 0
9.39/9.44	c #conflict = 0
9.39/9.44	c #restart = 0
9.39/9.44	c BCD2: found a new core of size 1: cost of the new core is >=50653
9.39/9.44	c lower bound updated to 27448611197
9.39/9.46	c BCD2: 27517955153 <= obj <= 102629056322
9.39/9.46	c BCD2: #cores=140, #unrelaxed=218, #relaxed=456, #hardened=0
9.39/9.46	c BCD2: #sat=1 #unsat=199 bias=199/200
9.39/9.47	c Solving starts ...
9.39/9.47	c ============================[ Search Statistics ]============================
9.39/9.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.39/9.47	c       |         |          |          |    Limit     GC | Var      | Constra 
9.39/9.47	c =============================================================================
9.39/9.47	c  0.0s |       0 |        0 |        0 |    14191      0 |     1199 |     1616
9.39/9.49	c  0.0s |       0 |      326 |        0 |    14191      0 |     1199 |     1616
9.39/9.49	c #cpu_time = 0.028s
9.39/9.49	c #wall_clock_time = 0.028s
9.39/9.49	c #decision = 326
9.39/9.49	c #random_decision = 0
9.39/9.49	c #conflict = 0
9.39/9.49	c #restart = 0
9.39/9.49	c BCD2: found a new core of size 2: cost of the new core is >=37
9.39/9.50	c lower bound updated to 27448611234
9.49/9.51	c BCD2: 27517955190 <= obj <= 102629056322
9.49/9.51	c BCD2: #cores=141, #unrelaxed=216, #relaxed=458, #hardened=0
9.49/9.51	c BCD2: #sat=1 #unsat=200 bias=200/201
9.49/9.52	c Solving starts ...
9.49/9.52	c ============================[ Search Statistics ]============================
9.49/9.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.49/9.52	c       |         |          |          |    Limit     GC | Var      | Constra 
9.49/9.52	c =============================================================================
9.49/9.52	c  0.0s |       0 |        0 |        0 |    14191      0 |     1199 |     1616
9.49/9.55	c  0.0s |       0 |      557 |        1 |    14191      0 |     1199 |     1616
9.49/9.55	c #cpu_time = 0.032s
9.49/9.55	c #wall_clock_time = 0.032s
9.49/9.55	c #decision = 557
9.49/9.55	c #random_decision = 0
9.49/9.55	c #conflict = 1
9.49/9.55	c #restart = 0
9.49/9.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
9.49/9.55	c lower bound updated to 27448611235
9.49/9.57	c BCD2: 27517955191 <= obj <= 102629056322
9.49/9.57	c BCD2: #cores=141, #unrelaxed=215, #relaxed=459, #hardened=0
9.49/9.57	c BCD2: #sat=1 #unsat=201 bias=201/202
9.49/9.57	c Solving starts ...
9.49/9.57	c ============================[ Search Statistics ]============================
9.49/9.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.49/9.57	c       |         |          |          |    Limit     GC | Var      | Constra 
9.49/9.57	c =============================================================================
9.49/9.57	c  0.0s |       0 |        0 |        0 |    14191      0 |     1200 |     1616
9.59/9.60	c  0.0s |       0 |      326 |        0 |    14191      0 |     1200 |     1617
9.59/9.60	c #cpu_time = 0.027s
9.59/9.60	c #wall_clock_time = 0.027s
9.59/9.60	c #decision = 326
9.59/9.60	c #random_decision = 0
9.59/9.60	c #conflict = 0
9.59/9.60	c #restart = 0
9.59/9.60	c BCD2: found a new core of size 1: cost of the new core is >=1874161
9.59/9.60	c lower bound updated to 27450485396
9.59/9.62	c BCD2: 27519829352 <= obj <= 102629056322
9.59/9.62	c BCD2: #cores=142, #unrelaxed=214, #relaxed=460, #hardened=0
9.59/9.62	c BCD2: #sat=1 #unsat=202 bias=202/203
9.59/9.62	c Solving starts ...
9.59/9.62	c ============================[ Search Statistics ]============================
9.59/9.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.59/9.62	c       |         |          |          |    Limit     GC | Var      | Constra 
9.59/9.62	c =============================================================================
9.59/9.62	c  0.0s |       0 |        0 |        0 |    14191      0 |     1200 |     1617
9.59/9.65	c  0.0s |       0 |      327 |        0 |    14191      0 |     1200 |     1617
9.59/9.65	c #cpu_time = 0.029s
9.59/9.65	c #wall_clock_time = 0.029s
9.59/9.65	c #decision = 327
9.59/9.65	c #random_decision = 0
9.59/9.65	c #conflict = 0
9.59/9.65	c #restart = 0
9.59/9.65	c BCD2: found a new core of size 1: cost of the new core is >=50653
9.59/9.65	c lower bound updated to 27450536049
9.59/9.67	c BCD2: 27519880005 <= obj <= 102629056322
9.59/9.67	c BCD2: #cores=143, #unrelaxed=213, #relaxed=461, #hardened=0
9.59/9.67	c BCD2: #sat=1 #unsat=203 bias=203/204
9.59/9.68	c Solving starts ...
9.59/9.68	c ============================[ Search Statistics ]============================
9.59/9.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.59/9.68	c       |         |          |          |    Limit     GC | Var      | Constra 
9.59/9.68	c =============================================================================
9.59/9.68	c  0.0s |       0 |        0 |        0 |    14191      0 |     1200 |     1617
9.69/9.71	c  0.0s |       0 |      329 |        0 |    14191      0 |     1200 |     1617
9.69/9.71	c #cpu_time = 0.028s
9.69/9.71	c #wall_clock_time = 0.028s
9.69/9.71	c #decision = 329
9.69/9.71	c #random_decision = 0
9.69/9.71	c #conflict = 0
9.69/9.71	c #restart = 0
9.69/9.71	c BCD2: found a new core of size 2: cost of the new core is >=37
9.69/9.71	c lower bound updated to 27450536086
9.69/9.72	c BCD2: 27519880042 <= obj <= 102629056322
9.69/9.72	c BCD2: #cores=144, #unrelaxed=211, #relaxed=463, #hardened=0
9.69/9.72	c BCD2: #sat=1 #unsat=204 bias=204/205
9.69/9.73	c Solving starts ...
9.69/9.73	c ============================[ Search Statistics ]============================
9.69/9.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.69/9.73	c       |         |          |          |    Limit     GC | Var      | Constra 
9.69/9.73	c =============================================================================
9.69/9.73	c  0.0s |       0 |        0 |        0 |    14191      0 |     1200 |     1617
9.69/9.76	c  0.0s |       0 |      560 |        1 |    14191      0 |     1200 |     1617
9.69/9.76	c #cpu_time = 0.030s
9.69/9.76	c #wall_clock_time = 0.030s
9.69/9.76	c #decision = 560
9.69/9.76	c #random_decision = 0
9.69/9.76	c #conflict = 1
9.69/9.76	c #restart = 0
9.69/9.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
9.69/9.76	c lower bound updated to 27450536087
9.69/9.78	c BCD2: 27519880043 <= obj <= 102629056322
9.69/9.78	c BCD2: #cores=144, #unrelaxed=210, #relaxed=464, #hardened=0
9.69/9.78	c BCD2: #sat=1 #unsat=205 bias=205/206
9.69/9.78	c Solving starts ...
9.69/9.78	c ============================[ Search Statistics ]============================
9.69/9.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.69/9.78	c       |         |          |          |    Limit     GC | Var      | Constra 
9.69/9.78	c =============================================================================
9.69/9.78	c  0.0s |       0 |        0 |        0 |    14191      0 |     1201 |     1617
9.79/9.81	c  0.0s |       0 |      329 |        0 |    14191      0 |     1201 |     1618
9.79/9.81	c #cpu_time = 0.030s
9.79/9.81	c #wall_clock_time = 0.030s
9.79/9.81	c #decision = 329
9.79/9.81	c #random_decision = 0
9.79/9.81	c #conflict = 0
9.79/9.81	c #restart = 0
9.79/9.81	c BCD2: found a new core of size 1: cost of the new core is >=1874161
9.79/9.81	c lower bound updated to 27452410248
9.79/9.83	c BCD2: 27521754204 <= obj <= 102629056322
9.79/9.83	c BCD2: #cores=145, #unrelaxed=209, #relaxed=465, #hardened=0
9.79/9.83	c BCD2: #sat=1 #unsat=206 bias=206/207
9.79/9.83	c Solving starts ...
9.79/9.83	c ============================[ Search Statistics ]============================
9.79/9.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.79/9.83	c       |         |          |          |    Limit     GC | Var      | Constra 
9.79/9.83	c =============================================================================
9.79/9.84	c  0.0s |       0 |        0 |        0 |    14191      0 |     1201 |     1618
9.79/9.87	c  0.0s |       0 |      330 |        0 |    14191      0 |     1201 |     1618
9.79/9.87	c #cpu_time = 0.027s
9.79/9.87	c #wall_clock_time = 0.027s
9.79/9.87	c #decision = 330
9.79/9.87	c #random_decision = 0
9.79/9.87	c #conflict = 0
9.79/9.87	c #restart = 0
9.79/9.87	c BCD2: found a new core of size 1: cost of the new core is >=50653
9.79/9.87	c lower bound updated to 27452460901
9.79/9.88	c BCD2: 27521804857 <= obj <= 102629056322
9.79/9.88	c BCD2: #cores=146, #unrelaxed=208, #relaxed=466, #hardened=0
9.79/9.88	c BCD2: #sat=1 #unsat=207 bias=207/208
9.79/9.89	c Solving starts ...
9.79/9.89	c ============================[ Search Statistics ]============================
9.79/9.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.79/9.89	c       |         |          |          |    Limit     GC | Var      | Constra 
9.79/9.89	c =============================================================================
9.79/9.89	c  0.0s |       0 |        0 |        0 |    14191      0 |     1201 |     1618
9.90/9.92	c  0.0s |       0 |      332 |        0 |    14191      0 |     1201 |     1618
9.90/9.92	c #cpu_time = 0.030s
9.90/9.92	c #wall_clock_time = 0.030s
9.90/9.92	c #decision = 332
9.90/9.92	c #random_decision = 0
9.90/9.92	c #conflict = 0
9.90/9.92	c #restart = 0
9.90/9.92	c BCD2: found a new core of size 2: cost of the new core is >=37
9.90/9.92	c lower bound updated to 27452460938
9.90/9.94	c BCD2: 27521804894 <= obj <= 102629056322
9.90/9.94	c BCD2: #cores=147, #unrelaxed=206, #relaxed=468, #hardened=0
9.90/9.94	c BCD2: #sat=1 #unsat=208 bias=208/209
9.90/9.94	c Solving starts ...
9.90/9.94	c ============================[ Search Statistics ]============================
9.90/9.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.90/9.94	c       |         |          |          |    Limit     GC | Var      | Constra 
9.90/9.94	c =============================================================================
9.90/9.94	c  0.0s |       0 |        0 |        0 |    14191      0 |     1201 |     1618
9.90/9.97	c  0.0s |       0 |      563 |        1 |    14191      0 |     1201 |     1618
9.90/9.97	c #cpu_time = 0.031s
9.90/9.97	c #wall_clock_time = 0.031s
9.90/9.97	c #decision = 563
9.90/9.97	c #random_decision = 0
9.90/9.97	c #conflict = 1
9.90/9.97	c #restart = 0
9.90/9.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
9.90/9.98	c lower bound updated to 27452460939
9.90/9.99	c BCD2: 27521804895 <= obj <= 102629056322
9.90/9.99	c BCD2: #cores=147, #unrelaxed=205, #relaxed=469, #hardened=0
9.90/9.99	c BCD2: #sat=1 #unsat=209 bias=209/210
9.90/10.00	c Solving starts ...
9.90/10.00	c ============================[ Search Statistics ]============================
9.90/10.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.90/10.00	c       |         |          |          |    Limit     GC | Var      | Constra 
9.90/10.00	c =============================================================================
9.90/10.00	c  0.0s |       0 |        0 |        0 |    14191      0 |     1202 |     1618
10.00/10.03	c  0.0s |       0 |      332 |        0 |    14191      0 |     1202 |     1619
10.00/10.03	c #cpu_time = 0.030s
10.00/10.03	c #wall_clock_time = 0.030s
10.00/10.03	c #decision = 332
10.00/10.03	c #random_decision = 0
10.00/10.03	c #conflict = 0
10.00/10.03	c #restart = 0
10.00/10.03	c BCD2: found a new core of size 1: cost of the new core is >=1874161
10.00/10.03	c lower bound updated to 27454335100
10.00/10.04	c BCD2: 27523679056 <= obj <= 102629056322
10.00/10.04	c BCD2: #cores=148, #unrelaxed=204, #relaxed=470, #hardened=0
10.00/10.04	c BCD2: #sat=1 #unsat=210 bias=210/211
10.00/10.05	c Solving starts ...
10.00/10.05	c ============================[ Search Statistics ]============================
10.00/10.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.00/10.05	c       |         |          |          |    Limit     GC | Var      | Constra 
10.00/10.05	c =============================================================================
10.00/10.05	c  0.0s |       0 |        0 |        0 |    14191      0 |     1202 |     1619
10.00/10.08	c  0.0s |       0 |      333 |        0 |    14191      0 |     1202 |     1619
10.00/10.08	c #cpu_time = 0.028s
10.00/10.08	c #wall_clock_time = 0.028s
10.00/10.08	c #decision = 333
10.00/10.08	c #random_decision = 0
10.00/10.08	c #conflict = 0
10.00/10.08	c #restart = 0
10.00/10.08	c BCD2: found a new core of size 1: cost of the new core is >=50653
10.00/10.08	c lower bound updated to 27454385753
10.09/10.10	c BCD2: 27523729709 <= obj <= 102629056322
10.09/10.10	c BCD2: #cores=149, #unrelaxed=203, #relaxed=471, #hardened=0
10.09/10.10	c BCD2: #sat=1 #unsat=211 bias=211/212
10.09/10.10	c Solving starts ...
10.09/10.10	c ============================[ Search Statistics ]============================
10.09/10.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.09/10.10	c       |         |          |          |    Limit     GC | Var      | Constra 
10.09/10.10	c =============================================================================
10.09/10.10	c  0.0s |       0 |        0 |        0 |    14191      0 |     1202 |     1619
10.09/10.13	c  0.0s |       0 |      335 |        0 |    14191      0 |     1202 |     1619
10.09/10.13	c #cpu_time = 0.031s
10.09/10.13	c #wall_clock_time = 0.031s
10.09/10.13	c #decision = 335
10.09/10.13	c #random_decision = 0
10.09/10.13	c #conflict = 0
10.09/10.13	c #restart = 0
10.09/10.13	c BCD2: found a new core of size 2: cost of the new core is >=37
10.09/10.13	c lower bound updated to 27454385790
10.09/10.15	c BCD2: 27523729746 <= obj <= 102629056322
10.09/10.15	c BCD2: #cores=150, #unrelaxed=201, #relaxed=473, #hardened=0
10.09/10.15	c BCD2: #sat=1 #unsat=212 bias=212/213
10.09/10.16	c Solving starts ...
10.09/10.16	c ============================[ Search Statistics ]============================
10.09/10.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.09/10.16	c       |         |          |          |    Limit     GC | Var      | Constra 
10.09/10.16	c =============================================================================
10.09/10.16	c  0.0s |       0 |        0 |        0 |    14191      0 |     1202 |     1619
10.09/10.19	c  0.0s |       0 |      566 |        1 |    14191      0 |     1202 |     1619
10.09/10.19	c #cpu_time = 0.031s
10.09/10.19	c #wall_clock_time = 0.031s
10.09/10.19	c #decision = 566
10.09/10.19	c #random_decision = 0
10.09/10.19	c #conflict = 1
10.09/10.19	c #restart = 0
10.09/10.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
10.09/10.19	c lower bound updated to 27454385791
10.19/10.21	c BCD2: 27523729747 <= obj <= 102629056322
10.19/10.21	c BCD2: #cores=150, #unrelaxed=200, #relaxed=474, #hardened=0
10.19/10.21	c BCD2: #sat=1 #unsat=213 bias=213/214
10.19/10.21	c Solving starts ...
10.19/10.21	c ============================[ Search Statistics ]============================
10.19/10.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.19/10.21	c       |         |          |          |    Limit     GC | Var      | Constra 
10.19/10.21	c =============================================================================
10.19/10.21	c  0.0s |       0 |        0 |        0 |    14191      0 |     1203 |     1619
10.19/10.24	c  0.0s |       0 |      335 |        0 |    14191      0 |     1203 |     1620
10.19/10.24	c #cpu_time = 0.030s
10.19/10.24	c #wall_clock_time = 0.030s
10.19/10.24	c #decision = 335
10.19/10.24	c #random_decision = 0
10.19/10.24	c #conflict = 0
10.19/10.24	c #restart = 0
10.19/10.24	c BCD2: found a new core of size 1: cost of the new core is >=1874161
10.19/10.24	c lower bound updated to 27456259952
10.19/10.26	c BCD2: 27525603908 <= obj <= 102629056322
10.19/10.26	c BCD2: #cores=151, #unrelaxed=199, #relaxed=475, #hardened=0
10.19/10.26	c BCD2: #sat=1 #unsat=214 bias=214/215
10.19/10.27	c Solving starts ...
10.19/10.27	c ============================[ Search Statistics ]============================
10.19/10.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.19/10.27	c       |         |          |          |    Limit     GC | Var      | Constra 
10.19/10.27	c =============================================================================
10.19/10.27	c  0.0s |       0 |        0 |        0 |    14191      0 |     1203 |     1620
10.19/10.30	c  0.0s |       0 |      336 |        0 |    14191      0 |     1203 |     1620
10.19/10.30	c #cpu_time = 0.028s
10.19/10.30	c #wall_clock_time = 0.028s
10.19/10.30	c #decision = 336
10.19/10.30	c #random_decision = 0
10.19/10.30	c #conflict = 0
10.19/10.30	c #restart = 0
10.19/10.30	c BCD2: found a new core of size 1: cost of the new core is >=50653
10.19/10.30	c lower bound updated to 27456310605
10.29/10.31	c BCD2: 27525654561 <= obj <= 102629056322
10.29/10.31	c BCD2: #cores=152, #unrelaxed=198, #relaxed=476, #hardened=0
10.29/10.31	c BCD2: #sat=1 #unsat=215 bias=215/216
10.29/10.32	c Solving starts ...
10.29/10.32	c ============================[ Search Statistics ]============================
10.29/10.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.29/10.32	c       |         |          |          |    Limit     GC | Var      | Constra 
10.29/10.32	c =============================================================================
10.29/10.32	c  0.0s |       0 |        0 |        0 |    14191      0 |     1203 |     1620
10.29/10.36	c  0.0s |       0 |      746 |        2 |    14191      0 |     1203 |     1620
10.29/10.36	c #cpu_time = 0.038s
10.29/10.36	c #wall_clock_time = 0.038s
10.29/10.36	c #decision = 746
10.29/10.36	c #random_decision = 0
10.29/10.36	c #conflict = 2
10.29/10.36	c #restart = 0
10.29/10.36	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 7: cost of the new core is >=75
10.29/10.36	c lower bound updated to 27456310641
10.29/10.37	c BCD2: 27525654597 <= obj <= 102629056322
10.29/10.37	c BCD2: #cores=151, #unrelaxed=196, #relaxed=478, #hardened=0
10.29/10.37	c BCD2: #sat=1 #unsat=216 bias=216/217
10.29/10.38	c Solving starts ...
10.29/10.38	c ============================[ Search Statistics ]============================
10.29/10.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.29/10.38	c       |         |          |          |    Limit     GC | Var      | Constra 
10.29/10.38	c =============================================================================
10.29/10.38	c  0.0s |       0 |        0 |        0 |    14191      0 |     1205 |     1620
10.39/10.41	c  0.0s |       0 |      336 |        0 |    14191      0 |     1205 |     1622
10.39/10.41	c #cpu_time = 0.028s
10.39/10.41	c #wall_clock_time = 0.028s
10.39/10.41	c #decision = 336
10.39/10.41	c #random_decision = 0
10.39/10.41	c #conflict = 0
10.39/10.41	c #restart = 0
10.39/10.41	c BCD2: found a new core of size 2: cost of the new core is >=1
10.39/10.41	c lower bound updated to 27456310642
10.39/10.43	c BCD2: 27525654598 <= obj <= 102629056322
10.39/10.43	c BCD2: #cores=152, #unrelaxed=194, #relaxed=480, #hardened=0
10.39/10.43	c BCD2: #sat=1 #unsat=217 bias=217/218
10.39/10.43	c Solving starts ...
10.39/10.43	c ============================[ Search Statistics ]============================
10.39/10.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.39/10.43	c       |         |          |          |    Limit     GC | Var      | Constra 
10.39/10.43	c =============================================================================
10.39/10.43	c  0.0s |       0 |        0 |        0 |    14191      0 |     1205 |     1622
10.39/10.46	c  0.0s |       0 |      336 |        0 |    14191      0 |     1205 |     1622
10.39/10.46	c #cpu_time = 0.031s
10.39/10.46	c #wall_clock_time = 0.031s
10.39/10.46	c #decision = 336
10.39/10.46	c #random_decision = 0
10.39/10.46	c #conflict = 0
10.39/10.46	c #restart = 0
10.39/10.46	c BCD2: found a new core of size 1: cost of the new core is >=1874161
10.39/10.46	c lower bound updated to 27458184803
10.39/10.49	c BCD2: 27527528759 <= obj <= 102629056322
10.39/10.49	c BCD2: #cores=153, #unrelaxed=193, #relaxed=481, #hardened=0
10.39/10.49	c BCD2: #sat=1 #unsat=218 bias=218/219
10.39/10.49	c Solving starts ...
10.39/10.49	c ============================[ Search Statistics ]============================
10.39/10.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.39/10.49	c       |         |          |          |    Limit     GC | Var      | Constra 
10.39/10.49	c =============================================================================
10.39/10.49	c  0.0s |       0 |        0 |        0 |    14191      0 |     1205 |     1622
10.49/10.52	c  0.0s |       0 |      337 |        0 |    14191      0 |     1205 |     1622
10.49/10.52	c #cpu_time = 0.028s
10.49/10.52	c #wall_clock_time = 0.028s
10.49/10.52	c #decision = 337
10.49/10.52	c #random_decision = 0
10.49/10.52	c #conflict = 0
10.49/10.52	c #restart = 0
10.49/10.52	c BCD2: found a new core of size 1: cost of the new core is >=50653
10.49/10.52	c lower bound updated to 27458235456
10.49/10.54	c BCD2: 27527579412 <= obj <= 102629056322
10.49/10.54	c BCD2: #cores=154, #unrelaxed=192, #relaxed=482, #hardened=0
10.49/10.54	c BCD2: #sat=1 #unsat=219 bias=219/220
10.49/10.54	c Solving starts ...
10.49/10.54	c ============================[ Search Statistics ]============================
10.49/10.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.49/10.54	c       |         |          |          |    Limit     GC | Var      | Constra 
10.49/10.54	c =============================================================================
10.49/10.54	c  0.0s |       0 |        0 |        0 |    14191      0 |     1205 |     1622
10.49/10.58	c  0.0s |       0 |      592 |        2 |    14191      0 |     1205 |     1622
10.49/10.58	c #cpu_time = 0.036s
10.49/10.58	c #wall_clock_time = 0.036s
10.49/10.58	c #decision = 592
10.49/10.58	c #random_decision = 0
10.49/10.58	c #conflict = 2
10.49/10.58	c #restart = 0
10.49/10.58	c BCD2: relaxing 3 and merging with 3 cores into a new core of size 11: cost of the new core is >=346719860
10.49/10.58	c lower bound updated to 27458235492
10.59/10.60	c BCD2: 27527579448 <= obj <= 102629056322
10.59/10.60	c BCD2: #cores=152, #unrelaxed=189, #relaxed=485, #hardened=0
10.59/10.60	c BCD2: #sat=1 #unsat=220 bias=220/221
10.59/10.60	c Solving starts ...
10.59/10.60	c ============================[ Search Statistics ]============================
10.59/10.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.59/10.60	c       |         |          |          |    Limit     GC | Var      | Constra 
10.59/10.60	c =============================================================================
10.59/10.60	c  0.0s |       0 |        0 |        0 |    14191      0 |     1365 |     1622
10.59/10.63	c  0.0s |       0 |      335 |        0 |    14191      0 |     1365 |     1939
10.59/10.63	c #cpu_time = 0.030s
10.59/10.63	c #wall_clock_time = 0.030s
10.59/10.63	c #decision = 335
10.59/10.63	c #random_decision = 0
10.59/10.63	c #conflict = 0
10.59/10.63	c #restart = 0
10.59/10.63	c BCD2: found a new core of size 2: cost of the new core is >=1
10.59/10.63	c lower bound updated to 27458235493
10.59/10.65	c BCD2: 27527579449 <= obj <= 102629056322
10.59/10.65	c BCD2: #cores=153, #unrelaxed=187, #relaxed=487, #hardened=0
10.59/10.65	c BCD2: #sat=1 #unsat=221 bias=221/222
10.59/10.65	c Solving starts ...
10.59/10.65	c ============================[ Search Statistics ]============================
10.59/10.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.59/10.65	c       |         |          |          |    Limit     GC | Var      | Constra 
10.59/10.65	c =============================================================================
10.59/10.66	c  0.0s |       0 |        0 |        0 |    14191      0 |     1365 |     1939
10.59/10.69	c  0.0s |       0 |      335 |        0 |    14191      0 |     1365 |     1939
10.59/10.69	c #cpu_time = 0.028s
10.59/10.69	c #wall_clock_time = 0.028s
10.59/10.69	c #decision = 335
10.59/10.69	c #random_decision = 0
10.59/10.69	c #conflict = 0
10.59/10.69	c #restart = 0
10.59/10.69	c BCD2: found a new core of size 1: cost of the new core is >=1874161
10.59/10.69	c lower bound updated to 27460109654
10.69/10.71	c BCD2: 27529453610 <= obj <= 102629056322
10.69/10.71	c BCD2: #cores=154, #unrelaxed=186, #relaxed=488, #hardened=0
10.69/10.71	c BCD2: #sat=1 #unsat=222 bias=222/223
10.69/10.71	c Solving starts ...
10.69/10.71	c ============================[ Search Statistics ]============================
10.69/10.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.71	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.71	c =============================================================================
10.69/10.71	c  0.0s |       0 |        0 |        0 |    14191      0 |     1365 |     1939
10.69/10.74	c  0.0s |       0 |      336 |        0 |    14191      0 |     1365 |     1939
10.69/10.74	c #cpu_time = 0.030s
10.69/10.74	c #wall_clock_time = 0.030s
10.69/10.74	c #decision = 336
10.69/10.74	c #random_decision = 0
10.69/10.74	c #conflict = 0
10.69/10.74	c #restart = 0
10.69/10.74	c BCD2: found a new core of size 1: cost of the new core is >=50653
10.69/10.74	c lower bound updated to 27460160307
10.69/10.76	c BCD2: 27529504263 <= obj <= 102629056322
10.69/10.76	c BCD2: #cores=155, #unrelaxed=185, #relaxed=489, #hardened=0
10.69/10.76	c BCD2: #sat=1 #unsat=223 bias=223/224
10.69/10.76	c Solving starts ...
10.69/10.76	c ============================[ Search Statistics ]============================
10.69/10.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.76	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.76	c =============================================================================
10.69/10.76	c  0.0s |       0 |        0 |        0 |    14191      0 |     1365 |     1939
10.69/10.79	c  0.0s |       0 |      338 |        0 |    14191      0 |     1365 |     1939
10.69/10.79	c #cpu_time = 0.029s
10.69/10.79	c #wall_clock_time = 0.029s
10.69/10.79	c #decision = 338
10.69/10.79	c #random_decision = 0
10.69/10.79	c #conflict = 0
10.69/10.79	c #restart = 0
10.69/10.79	c BCD2: found a new core of size 2: cost of the new core is >=37
10.69/10.79	c lower bound updated to 27460160344
10.79/10.81	c BCD2: 27529504300 <= obj <= 102629056322
10.79/10.81	c BCD2: #cores=156, #unrelaxed=183, #relaxed=491, #hardened=0
10.79/10.81	c BCD2: #sat=1 #unsat=224 bias=224/225
10.79/10.81	c Solving starts ...
10.79/10.81	c ============================[ Search Statistics ]============================
10.79/10.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.79/10.81	c       |         |          |          |    Limit     GC | Var      | Constra 
10.79/10.81	c =============================================================================
10.79/10.81	c  0.0s |       0 |        0 |        0 |    14191      0 |     1365 |     1939
10.79/10.85	c  0.0s |       0 |      567 |        1 |    14191      0 |     1365 |     1939
10.79/10.85	c #cpu_time = 0.032s
10.79/10.85	c #wall_clock_time = 0.032s
10.79/10.85	c #decision = 567
10.79/10.85	c #random_decision = 0
10.79/10.85	c #conflict = 1
10.79/10.85	c #restart = 0
10.79/10.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=38
10.79/10.85	c lower bound updated to 27460160345
10.79/10.86	c BCD2: 27529504301 <= obj <= 102629056322
10.79/10.86	c BCD2: #cores=156, #unrelaxed=182, #relaxed=492, #hardened=0
10.79/10.86	c BCD2: #sat=1 #unsat=225 bias=225/226
10.79/10.87	c Solving starts ...
10.79/10.87	c ============================[ Search Statistics ]============================
10.79/10.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.79/10.87	c       |         |          |          |    Limit     GC | Var      | Constra 
10.79/10.87	c =============================================================================
10.79/10.87	c  0.0s |       0 |        0 |        0 |    14191      0 |     1366 |     1939
11.00/11.02	c  0.2s |       0 |     3014 |       24 |    14191      0 |     1366 |     1940
11.00/11.02	c #cpu_time = 0.150s
11.00/11.02	c #wall_clock_time = 0.150s
11.00/11.02	c #decision = 3014
11.00/11.02	c #random_decision = 0
11.00/11.02	c #conflict = 24
11.00/11.02	c #restart = 0
11.00/11.02	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 8: cost of the new core is >=138687914
11.00/11.02	c lower bound updated to 27529504302
11.00/11.04	c BCD2: 27598848258 <= obj <= 102629056322
11.00/11.04	c BCD2: #cores=156, #unrelaxed=177, #relaxed=497, #hardened=0
11.00/11.04	c BCD2: #sat=1 #unsat=226 bias=226/227
11.00/11.05	c Solving starts ...
11.00/11.05	c ============================[ Search Statistics ]============================
11.00/11.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.00/11.05	c       |         |          |          |    Limit     GC | Var      | Constra 
11.00/11.05	c =============================================================================
11.00/11.05	c  0.0s |       0 |        0 |        0 |    14191      0 |     1590 |     1940
11.19/11.21	c  0.2s |       0 |    12986 |       14 |    14191      0 |     1590 |     2387
11.19/11.21	c #cpu_time = 0.144s
11.19/11.21	c #wall_clock_time = 0.144s
11.19/11.21	c #decision = 12986
11.19/11.21	c #random_decision = 20
11.19/11.21	c #conflict = 14
11.19/11.21	c #restart = 0
11.19/11.21	o 55405820347

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.01 3/180 13357
/proc/meminfo: memFree=28974616/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=757180 CPUtime=0 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 2828 0 0 0 0 0 0 0 20 0 4 0 41391054 775352320 3700 33554432000 4194304 16246674 140736123174272 140736123173696 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13357/statm: 190063 3710 441 2943 0 186957 0
[pid=13357/tid=13358] ppid=13354 vsize=775612 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 794226688 3771 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=779708 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 798420992 3787 33554432000 4194304 16246674 140736123174272 139999104179440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=784828 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 803663872 3807 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100182 s]
/proc/loadavg: 2.00 2.01 2.01 3/180 13357
/proc/meminfo: memFree=28974616/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 26280 0 0 0 5 4 0 0 20 0 4 0 41391054 1333334016 27091 33554432000 4194304 16246674 140736123174272 140736123173584 7371468 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13357/statm: 325521 27107 799 2943 0 322415 0
[pid=13357/tid=13358] ppid=13354 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 1333334016 27117 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 1333334016 27129 33554432000 4194304 16246674 140736123174272 139999104179440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 1333334016 27140 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.20053 s]
/proc/loadavg: 2.00 2.01 2.01 3/180 13357
/proc/meminfo: memFree=28974616/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=1314372 CPUtime=0.19 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 48788 0 0 0 12 7 0 0 20 0 4 0 41391054 1345916928 50109 33554432000 4194304 16246674 140736123174272 140736123157264 13784952 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13357/statm: 328593 50109 799 2943 0 325487 0
[pid=13357/tid=13358] ppid=13354 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 1345916928 50109 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 1345916928 50109 33554432000 4194304 16246674 140736123174272 139999104179440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 1345916928 50109 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1314372

[startup+0.300488 s]
/proc/loadavg: 2.00 2.01 2.01 3/180 13357
/proc/meminfo: memFree=28974616/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=1315396 CPUtime=0.3 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 49124 0 0 0 22 8 0 0 20 0 4 0 41391054 1346965504 50445 33554432000 4194304 16246674 140736123174272 140736123157264 12473741 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13357/statm: 328849 50445 835 2943 0 325743 0
[pid=13357/tid=13358] ppid=13354 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 1346965504 50445 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 1346965504 50445 33554432000 4194304 16246674 140736123174272 139999104179440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 1346965504 50445 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1315396

[startup+0.700444 s]
/proc/loadavg: 2.00 2.01 2.01 3/180 13357
/proc/meminfo: memFree=28974616/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=1315396 CPUtime=0.69 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 109853 0 0 0 52 17 0 0 20 0 4 0 41391054 1346965504 111175 33554432000 4194304 16246674 140736123174272 140736123157264 12429797 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13357/statm: 328849 111192 894 2943 0 325743 0
[pid=13357/tid=13358] ppid=13354 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 1346965504 111202 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 1346965504 111212 33554432000 4194304 16246674 140736123174272 139999104179440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 1346965504 111223 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1315396

[startup+1.50044 s]
/proc/loadavg: 2.00 2.01 2.01 3/184 13361
/proc/meminfo: memFree=28417148/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=1315396 CPUtime=1.49 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 138403 0 0 0 128 21 0 0 20 0 4 0 41391054 1346965504 139724 33554432000 4194304 16246674 140736123174272 140736123157264 5991539 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13357/statm: 328849 139724 912 2943 0 325743 0
[pid=13357/tid=13358] ppid=13354 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 1346965504 139724 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 1346965504 139724 33554432000 4194304 16246674 140736123174272 139999104179440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 1346965504 139724 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1315396

[startup+3.10045 s]
/proc/loadavg: 2.00 2.01 2.01 3/184 13361
/proc/meminfo: memFree=28416776/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=1315396 CPUtime=3.09 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 138403 0 0 0 288 21 0 0 20 0 4 0 41391054 1346965504 139724 33554432000 4194304 16246674 140736123174272 140736123173368 14073233 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13357/statm: 328849 139724 912 2943 0 325743 0
[pid=13357/tid=13358] ppid=13354 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 1346965504 139724 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 1346965504 139724 33554432000 4194304 16246674 140736123174272 139999104179440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 1346965504 139724 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1315396

[startup+6.30048 s]
/proc/loadavg: 2.00 2.01 2.01 4/184 13361
/proc/meminfo: memFree=28416976/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=1315396 CPUtime=6.29 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 138404 0 0 0 608 21 0 0 20 0 4 0 41391054 1346965504 139725 33554432000 4194304 16246674 140736123174272 140736123156160 12655163 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13357/statm: 328849 139725 913 2943 0 325743 0
[pid=13357/tid=13358] ppid=13354 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 1346965504 139725 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 1346965504 139725 33554432000 4194304 16246674 140736123174272 139999104179440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 1346965504 139725 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1315396

[startup+12.7005 s]
/proc/loadavg: 2.00 2.01 2.01 3/184 13361
/proc/meminfo: memFree=27620016/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=1361476 CPUtime=12.69 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 281067 0 0 0 1228 41 0 0 20 0 4 0 41391054 1394151424 282388 33554432000 4194304 16246674 140736123174272 140736123156160 12654434 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13357/statm: 340369 282388 913 2943 0 337263 0
[pid=13357/tid=13358] ppid=13354 vsize=1361476 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 1394151424 282388 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=1361476 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 1394151424 282388 33554432000 4194304 16246674 140736123174272 139999104179440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=1361476 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 1394151424 282388 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1361476

[startup+25.5005 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 13361
/proc/meminfo: memFree=26847668/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=1791556 CPUtime=25.49 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 388545 0 0 0 2494 55 0 0 20 0 4 0 41391054 1834553344 389866 33554432000 4194304 16246674 140736123174272 140736123172160 4221016 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13357/statm: 447889 389875 914 2943 0 444783 0
[pid=13357/tid=13358] ppid=13354 vsize=1791556 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 1834553344 389880 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=1791556 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 1834553344 389885 33554432000 4194304 16246674 140736123174272 139999104179216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=1791556 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 1834553344 389889 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1791556

[startup+51.1005 s]
/proc/loadavg: 2.00 2.01 2.00 4/183 13361
/proc/meminfo: memFree=24606528/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=3164740 CPUtime=51.08 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 731884 0 0 0 4984 124 0 0 20 0 4 0 41391054 3240693760 733205 33554432000 4194304 16246674 140736123174272 140736123173584 4226064 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13357/statm: 791185 733205 914 2943 0 788079 0
[pid=13357/tid=13358] ppid=13354 vsize=3164740 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 3240693760 733205 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=3164740 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 3240693760 733205 33554432000 4194304 16246674 140736123174272 139999104179440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=3164740 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 3240693760 733205 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3164740

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13362
/proc/meminfo: memFree=20297848/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=5012036 CPUtime=102.28 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 1197294 0 0 0 9981 247 0 0 20 0 4 0 41391054 5132324864 1195031 33554432000 4194304 16246674 140736123174272 140736123173368 4220871 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13357/statm: 1253009 1195031 915 2943 0 1249903 0
[pid=13357/tid=13358] ppid=13354 vsize=5012036 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 5132324864 1195031 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=5012036 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 5132324864 1195031 33554432000 4194304 16246674 140736123174272 139999104179440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=5012036 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 5132324864 1195031 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 5012036


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

[pid=13357] ppid=13354 vsize=12001860 CPUtime=282.24 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 3936753 0 0 0 27341 883 0 0 20 0 4 0 41391054 12289904640 2942490 33554432000 4194304 16246674 140736123174272 140736123173448 4206615 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13357/statm: 3000465 2942490 915 2943 0 2997359 0
[pid=13357/tid=13358] ppid=13354 vsize=12001860 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 12289904640 2942490 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=12001860 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 12289904640 2942490 33554432000 4194304 16246674 140736123174272 139999104179440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=12001860 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 12289904640 2942490 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 12001860

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 13367
/proc/meminfo: memFree=6942500/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=13355588 CPUtime=342.23 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 4646390 0 0 0 33196 1027 0 0 20 0 4 0 41391054 13676122112 3280927 33554432000 4194304 16246674 140736123174272 140736123172224 14013920 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13357/statm: 3338897 3280927 919 2943 0 3335791 0
[pid=13357/tid=13358] ppid=13354 vsize=13355588 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 13676122112 3280927 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=13355588 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 13676122112 3280927 33554432000 4194304 16246674 140736123174272 139999104179216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=13355588 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 13676122112 3280927 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 13355588

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 13368
/proc/meminfo: memFree=5530240/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=13504068 CPUtime=402.21 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 5075702 0 0 0 39123 1098 0 0 20 0 4 0 41391054 13828165632 3318047 33554432000 4194304 16246674 140736123174272 140736123173368 4206886 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13357/statm: 3376017 3318047 919 2943 0 3372911 0
[pid=13357/tid=13358] ppid=13354 vsize=13504068 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 13828165632 3318047 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=13504068 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 13828165632 3318047 33554432000 4194304 16246674 140736123174272 139999104179440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=13504068 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 13828165632 3318047 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 13504068

[startup+462.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 13369
/proc/meminfo: memFree=3900024/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=14164548 CPUtime=462.21 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 5240823 0 0 0 44988 1233 0 0 20 0 4 0 41391054 14504497152 3483168 33554432000 4194304 16246674 140736123174272 140736123172224 14013836 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13357/statm: 3541137 3483168 919 2943 0 3538031 0
[pid=13357/tid=13358] ppid=13354 vsize=14164548 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 14504497152 3483168 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=14164548 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 14504497152 3483168 33554432000 4194304 16246674 140736123174272 139999104179216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=14164548 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 14504497152 3483168 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 14164548

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 13370
/proc/meminfo: memFree=3884508/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=14164548 CPUtime=522.2 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 5240823 0 0 0 50965 1255 0 0 20 0 4 0 41391054 14504497152 3483168 33554432000 4194304 16246674 140736123174272 140736123173368 4220888 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13357/statm: 3541137 3483168 919 2943 0 3538031 0
[pid=13357/tid=13358] ppid=13354 vsize=14164548 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 14504497152 3483168 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=14164548 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 14504497152 3483168 33554432000 4194304 16246674 140736123174272 139999104179440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=14164548 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 14504497152 3483168 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 14164548

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 13375
/proc/meminfo: memFree=2135600/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=15124036 CPUtime=582.19 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 5424462 0 0 0 56923 1296 0 0 20 0 4 0 41391054 15487012864 3723017 33554432000 4194304 16246674 140736123174272 140736123172160 13899722 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13357/statm: 3781009 3723017 919 2943 0 3777903 0
[pid=13357/tid=13358] ppid=13354 vsize=15124036 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 15487012864 3723017 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=15124036 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 15487012864 3723017 33554432000 4194304 16246674 140736123174272 139999104179216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=15124036 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 15487012864 3723017 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 15124036

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13376
/proc/meminfo: memFree=2133352/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=15125060 CPUtime=642.18 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 5424741 0 0 0 62879 1339 0 0 20 0 4 0 41391054 15488061440 3723296 33554432000 4194304 16246674 140736123174272 140736123172224 14013949 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13357/statm: 3781265 3723296 919 2943 0 3778159 0
[pid=13357/tid=13358] ppid=13354 vsize=15125060 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 15488061440 3723296 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=15125060 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 15488061440 3723296 33554432000 4194304 16246674 140736123174272 139999104179216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=15125060 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 15488061440 3723296 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 642.18
Current children cumulated vsize (KiB) 15125060

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13377
/proc/meminfo: memFree=1331500/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=15125060 CPUtime=702.17 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 5424741 0 0 0 68814 1403 0 0 20 0 4 0 41391054 15488061440 3723296 33554432000 4194304 16246674 140736123174272 140736123173448 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13357/statm: 3781265 3723296 919 2943 0 3778159 0
[pid=13357/tid=13358] ppid=13354 vsize=15125060 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 15488061440 3723296 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=15125060 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 15488061440 3723296 33554432000 4194304 16246674 140736123174272 139999104179440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=15125060 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 15488061440 3723296 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 702.17
Current children cumulated vsize (KiB) 15125060



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+714.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13377
/proc/meminfo: memFree=925016/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=15882820 CPUtime=714.67 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) R 13354 13357 12018 0 -1 4202496 5614075 0 0 0 69975 1492 0 0 20 0 4 0 41391054 16264007680 3912630 33554432000 4194304 16246674 140736123174272 140736123173368 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13357/statm: 3970705 3912639 919 2943 0 3967599 0
[pid=13357/tid=13358] ppid=13354 vsize=15882820 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) S 13354 13357 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41391055 16264007680 3912644 33554432000 4194304 16246674 140736123174272 139999114669296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13357/tid=13359] ppid=13354 vsize=15882820 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13359/stat : 13359 (toysat) S 13354 13357 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41391055 16264007680 3912649 33554432000 4194304 16246674 140736123174272 139999104179440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13357/tid=13360] ppid=13354 vsize=15882820 CPUtime=0 cores=1,3,5,7
/proc/13357/task/13360/stat : 13360 (toysat) S 13354 13357 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41391055 16264007680 3912654 33554432000 4194304 16246674 140736123174272 139999022410928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 714.67
Current children cumulated vsize (KiB) 15882820

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

[startup+715.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13377
/proc/meminfo: memFree=4195776/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=0 CPUtime=715.06 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) Z 13354 13357 12018 0 -1 4203532 5614521 0 0 0 69975 1531 0 0 20 0 2 0 41391054 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13357/statm: 0 0 0 0 0 0 0
[pid=13357/tid=13358] ppid=13354 vsize=0 CPUtime=0.38 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) R 13354 13357 12018 0 -1 4203588 9 0 0 0 0 38 0 0 20 0 2 0 41391055 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 715.06
Current children cumulated vsize (KiB) 0

[startup+715.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13377
/proc/meminfo: memFree=4195776/32872528 swapFree=338416/354768
[pid=13357] ppid=13354 vsize=0 CPUtime=715.46 cores=1,3,5,7
/proc/13357/stat : 13357 (toysat) Z 13354 13357 12018 0 -1 4203532 5614521 0 0 0 69975 1571 0 0 20 0 2 0 41391054 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13357/statm: 0 0 0 0 0 0 0
[pid=13357/tid=13358] ppid=13354 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/13357/task/13358/stat : 13358 (toysat) R 13354 13357 12018 0 -1 4203588 9 0 0 0 0 78 0 0 20 0 2 0 41391055 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 715.46
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 715.639
CPU time (s): 715.498
CPU user time (s): 699.758
CPU system time (s): 15.7406
CPU usage (%): 99.9803
Max. virtual memory (cumulated for all children) (KiB): 15882820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 699.758
system time used= 15.7406
maximum resident set size= 15652304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5614521
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= 250
involuntary context switches= 833

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.21836 second user time and 6.31704 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-20 05:30:43
IDJOB=4110940
IDBENCH=108594
IDSOLVER=2542
FILE ID=node126/4110940-1466393443
RUNJOBID= node126-1466383825-12035
PBS_JOBID= 19923255
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= edd7e0baad452f780c3c1eb70d040bc2
RANDOM SEED=1120308664

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28975144 kB
Buffers:           59796 kB
Cached:            87600 kB
SwapCached:         1820 kB
Active:          2730808 kB
Inactive:          75248 kB
Active(anon):    2659504 kB
Inactive(anon):     1508 kB
Active(file):      71304 kB
Inactive(file):    73740 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67099100 kB
Dirty:             17092 kB
Writeback:             0 kB
AnonPages:       3024600 kB
Mapped:            10784 kB
Shmem:                 0 kB
Slab:             600164 kB
SReclaimable:      44292 kB
SUnreclaim:       555872 kB
KernelStack:        1520 kB
PageTables:         9980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3155632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node126 at 2016-06-20 05:42:39