Trace number 4079274

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.2 1800.5

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null50mast_rapportOE2.0_TMAX60_K192_cod1.opb
MD5SUM8ae7872201a01b380c649cec8e185bc6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 174896981
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 174896981
Number of bits of the biggest sum of numbers28
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-07T16:54:20+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-4079274-1465311258.opb"]
0.00/0.01	c use --random-gen="3506064279 1380036799 3444718163 4124356785 828328799 3367104494 2608046437 3977930539 2274830592 41152171 2304112058 2121909853 1698935801 15597315 3782564405 1024629001 3935350074 2594433189 3657636370 3971809919 735397532 896042921 1726787385 3393049888 2323460141 1601645930 2956688610 166119890 3258424478 1453216901 1814906915 1034862318 1026898671 1176972957 2308733987 2741774528 2002176104 1425576340 2545815320 242826434 3566632931 3827649073 336311854 2168393466 759040986 3226701527 3379730863 1586429282 2211322050 3918355846 1056023101 2455466857 2309312614 4127203307 30654181 2664541817 1395155154 1954003131 124185124 1444076895 1434053455 1300731485 84072015 89353278 2453206054 529766836 1781696756 3656742880 1493085437 3661682109 221967443 4001442276 2763408398 542749699 1389537955 2117770080 570330675 4237786207 1384670753 2702071616 3927053454 1601601947 3836406906 2626505704 2884037083 2769157301 2136388818 1372731211 563074812 3347561910 2295184716 3994531714 3661550508 4146863077 1302491676 3373463077 1084764965 2414721154 1320944091 1761838998 1838840172 1530972722 457581788 1298230107 1526995426 3696127566 3840572410 1253319184 2597249115 3701936879 3751639687 22789762 632585180 602130199 2298457076 1742402020 464750351 1555492752 2375773661 1636015393 1456946092 4116020670 4209516676 2576351519 2559957343 838799737 2463052947 3883149642 2655728639 703955504 275151942 1300542244 1224427559 1234917256 1951463749 2588855431 3038313862 753682531 4180054456 3835562837 2161606095 880451375 2039407235 2916390445 2582047551 3051359375 3167731263 1798447773 1226435157 2628733367 2845805282 2133607289 1890451149 3823690853 4003159326 306514880 3944829730 3585376420 2528470352 1516501970 3127382410 381297125 2435840431 49753305 19542830 2884630309 593147433 2058904687 3367390719 938743625 1299011705 2136333898 3566226330 1621835801 3167858988 13353575 392528154 2016814152 1766434931 3293691382 2125041466 4215133934 208768620 21980868 2736410302 2794416688 3132405794 2403923502 2859613697 2057745750 2437993490 681448190 830626171 922328176 3529850496 1386376349 4200815231 2527107904 1078524301 3143908315 2177911333 3798195872 401812177 2371936338 1160310257 3931418551 1767774899 997989427 51350024 928858800 82077146 3495491766 2174020213 1733748809 2554316253 4121228938 1499625038 2278251096 744148351 1697108388 3353675489 1317964086 3626601035 1812125265 829957128 3432327435 3899045253 4226924925 3682494839 2902660272 1613819109 2300876247 792862744 3895222532 1083024467 2159449384 2646959569 2465554164 2512469136 2459145995 4143005451 2040637095 2953696683 1337618258 1395095489 3121175333 594584090 1553783853 514978912 3064526401 2924733527 1028948974 2794401827 1692798074 1888858498 264452331 255 362436" option to reproduce the execution
4.99/5.04	c #vars 399113
4.99/5.04	c #constraints 400980
17.79/17.82	c BCD2: Hardening is enabled.
17.79/17.82	c BCD2: BiasedSearch is enabled.
17.79/17.82	c Solving starts ...
17.79/17.82	c ============================[ Search Statistics ]============================
17.79/17.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.79/17.82	c       |         |          |          |    Limit     GC | Var      | Constra 
17.79/17.82	c =============================================================================
17.79/17.83	c  0.0s |       0 |        0 |        0 |   266697      0 |        0 |        0
19.68/19.73	c  1.9s |       0 |       20 |        1 |   266697      0 |       19 |       19
19.68/19.73	c #cpu_time = 1.581s
19.68/19.73	c #wall_clock_time = 1.585s
19.68/19.73	c #decision = 20
19.68/19.73	c #random_decision = 0
19.68/19.73	c #conflict = 1
19.68/19.73	c #restart = 0
19.68/19.74	o 0
20.38/20.41	c BCD2: updating upper bound: 174896981 -> 174896980
22.39/22.48	c BCD2: 0 <= obj <= 174896980
22.49/22.51	c BCD2: #cores=0, #unrelaxed=306555, #relaxed=0, #hardened=0
22.49/22.51	c BCD2: #sat=1 #unsat=1 bias=1/2
22.49/22.52	c Solving starts ...
22.49/22.52	c ============================[ Search Statistics ]============================
22.49/22.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.49/22.52	c       |         |          |          |    Limit     GC | Var      | Constra 
22.49/22.52	c =============================================================================
22.49/22.52	c  0.0s |       0 |        0 |        0 |   266697      0 |       19 |       19
22.89/22.96	c  0.4s |       0 |        0 |        0 |   266697      0 |       19 |       19
22.89/22.96	c #cpu_time = 0.437s
22.89/22.96	c #wall_clock_time = 0.438s
22.89/22.96	c #decision = 0
22.89/22.96	c #random_decision = 0
22.89/22.96	c #conflict = 0
22.89/22.96	c #restart = 0
22.89/22.96	c BCD2: found a new core of size 1: cost of the new core is >=1024
22.89/22.96	c lower bound updated to -174895957
23.09/23.11	c BCD2: 1024 <= obj <= 174896980
23.09/23.11	c BCD2: #cores=1, #unrelaxed=306554, #relaxed=1, #hardened=0
23.09/23.11	c BCD2: #sat=1 #unsat=2 bias=2/3
23.09/23.12	c Solving starts ...
23.09/23.13	c ============================[ Search Statistics ]============================
23.09/23.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.09/23.13	c       |         |          |          |    Limit     GC | Var      | Constra 
23.09/23.13	c =============================================================================
23.09/23.13	c  0.0s |       0 |        0 |        0 |   266697      0 |       19 |       19
23.99/24.03	c  0.9s |       0 |        3 |        1 |   266697      0 |       38 |       38
23.99/24.03	c #cpu_time = 0.894s
23.99/24.03	c #wall_clock_time = 0.896s
23.99/24.03	c #decision = 3
23.99/24.03	c #random_decision = 0
23.99/24.03	c #conflict = 1
23.99/24.03	c #restart = 0
23.99/24.03	c BCD2: found a new core of size 1: cost of the new core is >=1024
23.99/24.03	c lower bound updated to -174894933
24.09/24.17	c BCD2: 2048 <= obj <= 174896980
24.09/24.17	c BCD2: #cores=2, #unrelaxed=306553, #relaxed=2, #hardened=0
24.09/24.17	c BCD2: #sat=1 #unsat=3 bias=3/4
24.09/24.17	c Solving starts ...
24.09/24.17	c ============================[ Search Statistics ]============================
24.09/24.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.09/24.17	c       |         |          |          |    Limit     GC | Var      | Constra 
24.09/24.17	c =============================================================================
24.09/24.17	c  0.0s |       0 |        0 |        0 |   266697      0 |       38 |       38
24.99/25.08	c  0.9s |       0 |        5 |        1 |   266697      0 |       57 |       57
24.99/25.08	c #cpu_time = 0.905s
24.99/25.08	c #wall_clock_time = 0.907s
24.99/25.08	c #decision = 5
24.99/25.08	c #random_decision = 0
24.99/25.08	c #conflict = 1
24.99/25.08	c #restart = 0
24.99/25.08	c BCD2: found a new core of size 1: cost of the new core is >=1024
24.99/25.08	c lower bound updated to -174893909
25.19/25.21	c BCD2: 3072 <= obj <= 174896980
25.19/25.21	c BCD2: #cores=3, #unrelaxed=306552, #relaxed=3, #hardened=0
25.19/25.21	c BCD2: #sat=1 #unsat=4 bias=4/5
25.19/25.22	c Solving starts ...
25.19/25.22	c ============================[ Search Statistics ]============================
25.19/25.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.19/25.22	c       |         |          |          |    Limit     GC | Var      | Constra 
25.19/25.22	c =============================================================================
25.19/25.22	c  0.0s |       0 |        0 |        0 |   266697      0 |       57 |       57
26.09/26.13	c  0.9s |       0 |        7 |        1 |   266697      0 |       76 |       76
26.09/26.13	c #cpu_time = 0.913s
26.09/26.13	c #wall_clock_time = 0.916s
26.09/26.13	c #decision = 7
26.09/26.13	c #random_decision = 0
26.09/26.13	c #conflict = 1
26.09/26.13	c #restart = 0
26.09/26.13	c BCD2: found a new core of size 1: cost of the new core is >=1024
26.09/26.13	c lower bound updated to -174892885
26.19/26.29	c BCD2: 4096 <= obj <= 174896980
26.19/26.29	c BCD2: #cores=4, #unrelaxed=306551, #relaxed=4, #hardened=0
26.19/26.29	c BCD2: #sat=1 #unsat=5 bias=5/6
26.29/26.30	c Solving starts ...
26.29/26.30	c ============================[ Search Statistics ]============================
26.29/26.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.29/26.30	c       |         |          |          |    Limit     GC | Var      | Constra 
26.29/26.30	c =============================================================================
26.29/26.30	c  0.0s |       0 |        0 |        0 |   266697      0 |       76 |       76
27.18/27.23	c  0.9s |       0 |        9 |        1 |   266697      0 |       95 |       95
27.18/27.23	c #cpu_time = 0.925s
27.18/27.23	c #wall_clock_time = 0.927s
27.18/27.23	c #decision = 9
27.18/27.23	c #random_decision = 0
27.18/27.23	c #conflict = 1
27.18/27.23	c #restart = 0
27.18/27.23	c BCD2: found a new core of size 1: cost of the new core is >=1024
27.18/27.23	c lower bound updated to -174891861
27.28/27.38	c BCD2: 5120 <= obj <= 174896980
27.28/27.38	c BCD2: #cores=5, #unrelaxed=306550, #relaxed=5, #hardened=0
27.28/27.38	c BCD2: #sat=1 #unsat=6 bias=6/7
27.28/27.40	c Solving starts ...
27.28/27.40	c ============================[ Search Statistics ]============================
27.28/27.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.28/27.40	c       |         |          |          |    Limit     GC | Var      | Constra 
27.28/27.40	c =============================================================================
27.28/27.40	c  0.0s |       0 |        0 |        0 |   266697      0 |       95 |       95
27.78/27.86	c  0.5s |       0 |        6 |        0 |   266697      0 |       95 |       95
27.78/27.86	c #cpu_time = 0.463s
27.78/27.86	c #wall_clock_time = 0.464s
27.78/27.86	c #decision = 6
27.78/27.86	c #random_decision = 0
27.78/27.86	c #conflict = 0
27.78/27.86	c #restart = 0
27.78/27.86	c BCD2: found a new core of size 2: cost of the new core is >=1024
27.78/27.86	c lower bound updated to -174890837
27.99/28.06	c BCD2: 6144 <= obj <= 174896980
27.99/28.06	c BCD2: #cores=6, #unrelaxed=306548, #relaxed=7, #hardened=0
27.99/28.06	c BCD2: #sat=1 #unsat=7 bias=7/8
28.89/28.97	c Solving starts ...
28.89/28.97	c ============================[ Search Statistics ]============================
28.89/28.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.89/28.97	c       |         |          |          |    Limit     GC | Var      | Constra 
28.89/28.97	c =============================================================================
28.89/28.98	c  0.0s |       0 |        0 |        0 |   266697      0 |       95 |       95
29.39/29.40	c  0.4s |       0 |        7 |        1 |   266697      0 |       95 |       95
29.39/29.40	c #cpu_time = 0.421s
29.39/29.40	c #wall_clock_time = 0.423s
29.39/29.40	c #decision = 7
29.39/29.40	c #random_decision = 0
29.39/29.40	c #conflict = 1
29.39/29.40	c #restart = 0
29.39/29.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2048
29.39/29.40	c BCD2: refineLB: 1921 -> 2048
29.39/29.40	c lower bound updated to -174889813
29.59/29.60	c BCD2: 7168 <= obj <= 174896980
29.59/29.60	c BCD2: #cores=6, #unrelaxed=306547, #relaxed=8, #hardened=0
29.59/29.60	c BCD2: #sat=1 #unsat=8 bias=8/9
29.59/29.61	c Solving starts ...
29.59/29.61	c ============================[ Search Statistics ]============================
29.59/29.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.59/29.61	c       |         |          |          |    Limit     GC | Var      | Constra 
29.59/29.61	c =============================================================================
29.59/29.61	c  0.0s |       0 |        0 |        0 |   266697      0 |       96 |       95
29.99/30.06	c  0.5s |       0 |        7 |        1 |   266697      0 |       96 |       96
29.99/30.06	c #cpu_time = 0.449s
29.99/30.06	c #wall_clock_time = 0.450s
29.99/30.06	c #decision = 7
29.99/30.06	c #random_decision = 0
29.99/30.06	c #conflict = 1
29.99/30.06	c #restart = 0
29.99/30.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3072
29.99/30.06	c BCD2: refineLB: 2959 -> 3072
29.99/30.06	c lower bound updated to -174888789
30.19/30.20	c BCD2: 8192 <= obj <= 174896980
30.19/30.20	c BCD2: #cores=6, #unrelaxed=306546, #relaxed=9, #hardened=0
30.19/30.20	c BCD2: #sat=1 #unsat=9 bias=9/10
30.19/30.21	c Solving starts ...
30.19/30.21	c ============================[ Search Statistics ]============================
30.19/30.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.19/30.21	c       |         |          |          |    Limit     GC | Var      | Constra 
30.19/30.21	c =============================================================================
30.19/30.21	c  0.0s |       0 |        0 |        0 |   266697      0 |       97 |       96
30.59/30.65	c  0.4s |       0 |        7 |        1 |   266697      0 |       97 |       97
30.59/30.65	c #cpu_time = 0.437s
30.59/30.65	c #wall_clock_time = 0.438s
30.59/30.65	c #decision = 7
30.59/30.65	c #random_decision = 0
30.59/30.65	c #conflict = 1
30.59/30.65	c #restart = 0
30.59/30.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4096
30.59/30.65	c BCD2: refineLB: 3994 -> 4096
30.59/30.65	c lower bound updated to -174887765
30.79/30.81	c BCD2: 9216 <= obj <= 174896980
30.79/30.81	c BCD2: #cores=6, #unrelaxed=306545, #relaxed=10, #hardened=0
30.79/30.81	c BCD2: #sat=1 #unsat=10 bias=10/11
30.79/30.81	c Solving starts ...
30.79/30.81	c ============================[ Search Statistics ]============================
30.79/30.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.79/30.81	c       |         |          |          |    Limit     GC | Var      | Constra 
30.79/30.81	c =============================================================================
30.79/30.82	c  0.0s |       0 |        0 |        0 |   266697      0 |       98 |       97
31.19/31.27	c  0.5s |       0 |        7 |        1 |   266697      0 |       98 |       98
31.19/31.27	c #cpu_time = 0.451s
31.19/31.27	c #wall_clock_time = 0.452s
31.19/31.27	c #decision = 7
31.19/31.27	c #random_decision = 0
31.19/31.27	c #conflict = 1
31.19/31.27	c #restart = 0
31.19/31.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5120
31.19/31.27	c BCD2: refineLB: 5027 -> 5120
31.19/31.27	c lower bound updated to -174886741
31.39/31.41	c BCD2: 10240 <= obj <= 174896980
31.39/31.41	c BCD2: #cores=6, #unrelaxed=306544, #relaxed=11, #hardened=0
31.39/31.41	c BCD2: #sat=1 #unsat=11 bias=11/12
31.39/31.42	c Solving starts ...
31.39/31.42	c ============================[ Search Statistics ]============================
31.39/31.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.39/31.42	c       |         |          |          |    Limit     GC | Var      | Constra 
31.39/31.42	c =============================================================================
31.39/31.42	c  0.0s |       0 |        0 |        0 |   266697      0 |       99 |       98
31.79/31.86	c  0.4s |       0 |        7 |        1 |   266697      0 |       99 |       99
31.79/31.86	c #cpu_time = 0.443s
31.79/31.86	c #wall_clock_time = 0.444s
31.79/31.86	c #decision = 7
31.79/31.86	c #random_decision = 0
31.79/31.86	c #conflict = 1
31.79/31.86	c #restart = 0
31.79/31.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6144
31.79/31.86	c BCD2: refineLB: 6059 -> 6144
31.79/31.86	c lower bound updated to -174885717
32.00/32.02	c BCD2: 11264 <= obj <= 174896980
32.00/32.02	c BCD2: #cores=6, #unrelaxed=306543, #relaxed=12, #hardened=0
32.00/32.02	c BCD2: #sat=1 #unsat=12 bias=12/13
32.00/32.02	c Solving starts ...
32.00/32.02	c ============================[ Search Statistics ]============================
32.00/32.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.00/32.02	c       |         |          |          |    Limit     GC | Var      | Constra 
32.00/32.02	c =============================================================================
32.00/32.02	c  0.0s |       0 |        0 |        0 |   266697      0 |      100 |       99
32.39/32.48	c  0.5s |       0 |        7 |        1 |   266697      0 |      100 |      100
32.39/32.48	c #cpu_time = 0.451s
32.39/32.48	c #wall_clock_time = 0.452s
32.39/32.48	c #decision = 7
32.39/32.48	c #random_decision = 0
32.39/32.48	c #conflict = 1
32.39/32.48	c #restart = 0
32.39/32.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7168
32.39/32.48	c BCD2: refineLB: 7090 -> 7168
32.39/32.48	c lower bound updated to -174884693
32.59/32.62	c BCD2: 12288 <= obj <= 174896980
32.59/32.62	c BCD2: #cores=6, #unrelaxed=306542, #relaxed=13, #hardened=0
32.59/32.62	c BCD2: #sat=1 #unsat=13 bias=13/14
32.59/32.63	c Solving starts ...
32.59/32.63	c ============================[ Search Statistics ]============================
32.59/32.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.59/32.63	c       |         |          |          |    Limit     GC | Var      | Constra 
32.59/32.63	c =============================================================================
32.59/32.63	c  0.0s |       0 |        0 |        0 |   266697      0 |      101 |      100
32.99/33.08	c  0.5s |       0 |        7 |        1 |   266697      0 |      101 |      101
32.99/33.08	c #cpu_time = 0.450s
32.99/33.08	c #wall_clock_time = 0.452s
32.99/33.08	c #decision = 7
32.99/33.08	c #random_decision = 0
32.99/33.08	c #conflict = 1
32.99/33.08	c #restart = 0
32.99/33.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8192
32.99/33.08	c BCD2: refineLB: 8119 -> 8192
32.99/33.08	c lower bound updated to -174883669
33.20/33.23	c BCD2: 13312 <= obj <= 174896980
33.20/33.23	c BCD2: #cores=6, #unrelaxed=306541, #relaxed=14, #hardened=0
33.20/33.23	c BCD2: #sat=1 #unsat=14 bias=14/15
33.20/33.24	c Solving starts ...
33.20/33.24	c ============================[ Search Statistics ]============================
33.20/33.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.20/33.24	c       |         |          |          |    Limit     GC | Var      | Constra 
33.20/33.24	c =============================================================================
33.20/33.24	c  0.0s |       0 |        0 |        0 |   266697      0 |      102 |      101
33.68/33.70	c  0.5s |       0 |        7 |        1 |   266697      0 |      102 |      102
33.68/33.70	c #cpu_time = 0.461s
33.68/33.70	c #wall_clock_time = 0.462s
33.68/33.70	c #decision = 7
33.68/33.70	c #random_decision = 0
33.68/33.70	c #conflict = 1
33.68/33.70	c #restart = 0
33.68/33.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9216
33.68/33.70	c BCD2: refineLB: 9148 -> 9216
33.68/33.70	c lower bound updated to -174882645
33.78/33.88	c BCD2: 14336 <= obj <= 174896980
33.78/33.88	c BCD2: #cores=6, #unrelaxed=306540, #relaxed=15, #hardened=0
33.78/33.88	c BCD2: #sat=1 #unsat=15 bias=15/16
33.88/33.90	c Solving starts ...
33.88/33.90	c ============================[ Search Statistics ]============================
33.88/33.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.88/33.90	c       |         |          |          |    Limit     GC | Var      | Constra 
33.88/33.90	c =============================================================================
33.88/33.90	c  0.0s |       0 |        0 |        0 |   266697      0 |      103 |      102
34.29/34.35	c  0.5s |       0 |        7 |        1 |   266697      0 |      103 |      103
34.29/34.35	c #cpu_time = 0.452s
34.29/34.35	c #wall_clock_time = 0.453s
34.29/34.35	c #decision = 7
34.29/34.35	c #random_decision = 0
34.29/34.35	c #conflict = 1
34.29/34.35	c #restart = 0
34.29/34.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10240
34.29/34.35	c BCD2: refineLB: 10177 -> 10240
34.29/34.35	c lower bound updated to -174881621
34.48/34.54	c BCD2: 15360 <= obj <= 174896980
34.48/34.54	c BCD2: #cores=6, #unrelaxed=306539, #relaxed=16, #hardened=0
34.48/34.54	c BCD2: #sat=1 #unsat=16 bias=16/17
34.48/34.55	c Solving starts ...
34.48/34.55	c ============================[ Search Statistics ]============================
34.48/34.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.48/34.55	c       |         |          |          |    Limit     GC | Var      | Constra 
34.48/34.55	c =============================================================================
34.48/34.55	c  0.0s |       0 |        0 |        0 |   266697      0 |      104 |      103
34.98/35.00	c  0.4s |       0 |        7 |        1 |   266697      0 |      104 |      104
34.98/35.00	c #cpu_time = 0.448s
34.98/35.00	c #wall_clock_time = 0.450s
34.98/35.00	c #decision = 7
34.98/35.00	c #random_decision = 0
34.98/35.00	c #conflict = 1
34.98/35.00	c #restart = 0
34.98/35.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11264
34.98/35.00	c BCD2: refineLB: 11204 -> 11264
34.98/35.00	c lower bound updated to -174880597
35.98/36.07	c BCD2: 16384 <= obj <= 174896980
35.98/36.07	c BCD2: #cores=6, #unrelaxed=306538, #relaxed=17, #hardened=0
35.98/36.07	c BCD2: #sat=1 #unsat=17 bias=17/18
35.98/36.08	c Solving starts ...
35.98/36.08	c ============================[ Search Statistics ]============================
35.98/36.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.98/36.08	c       |         |          |          |    Limit     GC | Var      | Constra 
35.98/36.08	c =============================================================================
35.98/36.08	c  0.0s |       0 |        0 |        0 |   266697      0 |      105 |      104
36.39/36.50	c  0.4s |       0 |        7 |        1 |   266697      0 |      105 |      105
36.39/36.50	c #cpu_time = 0.419s
36.39/36.50	c #wall_clock_time = 0.420s
36.39/36.50	c #decision = 7
36.39/36.50	c #random_decision = 0
36.39/36.50	c #conflict = 1
36.39/36.50	c #restart = 0
36.39/36.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12288
36.39/36.50	c BCD2: refineLB: 12232 -> 12288
36.39/36.50	c lower bound updated to -174879573
36.68/36.70	c BCD2: 17408 <= obj <= 174896980
36.68/36.70	c BCD2: #cores=6, #unrelaxed=306537, #relaxed=18, #hardened=0
36.68/36.70	c BCD2: #sat=1 #unsat=18 bias=18/19
36.68/36.71	c Solving starts ...
36.68/36.71	c ============================[ Search Statistics ]============================
36.68/36.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.68/36.71	c       |         |          |          |    Limit     GC | Var      | Constra 
36.68/36.71	c =============================================================================
36.68/36.71	c  0.0s |       0 |        0 |        0 |   266697      0 |      106 |      105
37.08/37.16	c  0.4s |       0 |        7 |        1 |   266697      0 |      106 |      106
37.08/37.16	c #cpu_time = 0.446s
37.08/37.16	c #wall_clock_time = 0.447s
37.08/37.16	c #decision = 7
37.08/37.16	c #random_decision = 0
37.08/37.16	c #conflict = 1
37.08/37.16	c #restart = 0
37.08/37.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13312
37.08/37.16	c BCD2: refineLB: 13259 -> 13312
37.08/37.16	c lower bound updated to -174878549
37.28/37.32	c BCD2: 18432 <= obj <= 174896980
37.28/37.32	c BCD2: #cores=6, #unrelaxed=306536, #relaxed=19, #hardened=0
37.28/37.32	c BCD2: #sat=1 #unsat=19 bias=19/20
37.28/37.34	c Solving starts ...
37.28/37.34	c ============================[ Search Statistics ]============================
37.28/37.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.28/37.34	c       |         |          |          |    Limit     GC | Var      | Constra 
37.28/37.34	c =============================================================================
37.28/37.34	c  0.0s |       0 |        0 |        0 |   266697      0 |      107 |      106
37.68/37.76	c  0.4s |       0 |        7 |        1 |   266697      0 |      107 |      107
37.68/37.76	c #cpu_time = 0.434s
37.68/37.76	c #wall_clock_time = 0.435s
37.68/37.76	c #decision = 7
37.68/37.76	c #random_decision = 0
37.68/37.76	c #conflict = 1
37.68/37.76	c #restart = 0
37.68/37.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14336
37.68/37.76	c BCD2: refineLB: 14285 -> 14336
37.68/37.76	c lower bound updated to -174877525
37.88/37.94	c BCD2: 19456 <= obj <= 174896980
37.88/37.94	c BCD2: #cores=6, #unrelaxed=306535, #relaxed=20, #hardened=0
37.88/37.94	c BCD2: #sat=1 #unsat=20 bias=20/21
37.88/37.95	c Solving starts ...
37.88/37.95	c ============================[ Search Statistics ]============================
37.88/37.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.88/37.95	c       |         |          |          |    Limit     GC | Var      | Constra 
37.88/37.95	c =============================================================================
37.88/37.95	c  0.0s |       0 |        0 |        0 |   266697      0 |      108 |      107
38.28/38.39	c  0.4s |       0 |        7 |        1 |   266697      0 |      108 |      108
38.28/38.39	c #cpu_time = 0.446s
38.28/38.39	c #wall_clock_time = 0.447s
38.28/38.39	c #decision = 7
38.28/38.39	c #random_decision = 0
38.28/38.39	c #conflict = 1
38.28/38.39	c #restart = 0
38.28/38.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15360
38.28/38.39	c BCD2: refineLB: 15312 -> 15360
38.28/38.39	c lower bound updated to -174876501
38.48/38.56	c BCD2: 20480 <= obj <= 174896980
38.48/38.56	c BCD2: #cores=6, #unrelaxed=306534, #relaxed=21, #hardened=0
38.48/38.56	c BCD2: #sat=1 #unsat=21 bias=21/22
38.48/38.56	c Solving starts ...
38.48/38.56	c ============================[ Search Statistics ]============================
38.48/38.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.48/38.56	c       |         |          |          |    Limit     GC | Var      | Constra 
38.48/38.56	c =============================================================================
38.48/38.56	c  0.0s |       0 |        0 |        0 |   266697      0 |      109 |      108
38.98/39.00	c  0.4s |       0 |        7 |        1 |   266697      0 |      109 |      109
38.98/39.00	c #cpu_time = 0.439s
38.98/39.00	c #wall_clock_time = 0.440s
38.98/39.00	c #decision = 7
38.98/39.00	c #random_decision = 0
38.98/39.00	c #conflict = 1
38.98/39.00	c #restart = 0
38.98/39.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16384
38.98/39.00	c BCD2: refineLB: 16338 -> 16384
38.98/39.00	c lower bound updated to -174875477
39.08/39.18	c BCD2: 21504 <= obj <= 174896980
39.08/39.18	c BCD2: #cores=6, #unrelaxed=306533, #relaxed=22, #hardened=0
39.08/39.18	c BCD2: #sat=1 #unsat=22 bias=22/23
39.08/39.18	c Solving starts ...
39.08/39.18	c ============================[ Search Statistics ]============================
39.08/39.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.08/39.18	c       |         |          |          |    Limit     GC | Var      | Constra 
39.08/39.18	c =============================================================================
39.08/39.18	c  0.0s |       0 |        0 |        0 |   266697      0 |      110 |      109
39.58/39.63	c  0.4s |       0 |        7 |        1 |   266697      0 |      110 |      110
39.58/39.63	c #cpu_time = 0.446s
39.58/39.63	c #wall_clock_time = 0.447s
39.58/39.63	c #decision = 7
39.58/39.63	c #random_decision = 0
39.58/39.63	c #conflict = 1
39.58/39.63	c #restart = 0
39.58/39.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17408
39.58/39.63	c BCD2: refineLB: 17364 -> 17408
39.58/39.63	c lower bound updated to -174874453
39.69/39.79	c BCD2: 22528 <= obj <= 174896980
39.69/39.79	c BCD2: #cores=6, #unrelaxed=306532, #relaxed=23, #hardened=0
39.69/39.79	c BCD2: #sat=1 #unsat=23 bias=23/24
39.69/39.80	c Solving starts ...
39.69/39.80	c ============================[ Search Statistics ]============================
39.69/39.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.69/39.80	c       |         |          |          |    Limit     GC | Var      | Constra 
39.69/39.80	c =============================================================================
39.69/39.80	c  0.0s |       0 |        0 |        0 |   266697      0 |      111 |      110
40.18/40.25	c  0.4s |       0 |        7 |        1 |   266697      0 |      111 |      111
40.18/40.25	c #cpu_time = 0.447s
40.18/40.25	c #wall_clock_time = 0.448s
40.18/40.25	c #decision = 7
40.18/40.25	c #random_decision = 0
40.18/40.25	c #conflict = 1
40.18/40.25	c #restart = 0
40.18/40.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18432
40.18/40.25	c BCD2: refineLB: 18390 -> 18432
40.18/40.25	c lower bound updated to -174873429
40.38/40.45	c BCD2: 23552 <= obj <= 174896980
40.38/40.45	c BCD2: #cores=6, #unrelaxed=306531, #relaxed=24, #hardened=0
40.38/40.45	c BCD2: #sat=1 #unsat=24 bias=24/25
40.38/40.47	c Solving starts ...
40.38/40.47	c ============================[ Search Statistics ]============================
40.38/40.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.38/40.47	c       |         |          |          |    Limit     GC | Var      | Constra 
40.38/40.47	c =============================================================================
40.38/40.47	c  0.0s |       0 |        0 |        0 |   266697      0 |      112 |      111
40.89/40.91	c  0.4s |       0 |        7 |        1 |   266697      0 |      112 |      112
40.89/40.91	c #cpu_time = 0.446s
40.89/40.91	c #wall_clock_time = 0.447s
40.89/40.91	c #decision = 7
40.89/40.91	c #random_decision = 0
40.89/40.91	c #conflict = 1
40.89/40.91	c #restart = 0
40.89/40.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19456
40.89/40.91	c BCD2: refineLB: 19416 -> 19456
40.89/40.91	c lower bound updated to -174872405
41.09/41.12	c BCD2: 24576 <= obj <= 174896980
41.09/41.12	c BCD2: #cores=6, #unrelaxed=306530, #relaxed=25, #hardened=0
41.09/41.12	c BCD2: #sat=1 #unsat=25 bias=25/26
41.09/41.13	c Solving starts ...
41.09/41.13	c ============================[ Search Statistics ]============================
41.09/41.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.09/41.13	c       |         |          |          |    Limit     GC | Var      | Constra 
41.09/41.13	c =============================================================================
41.09/41.13	c  0.0s |       0 |        0 |        0 |   266697      0 |      113 |      112
41.49/41.58	c  0.4s |       0 |        7 |        1 |   266697      0 |      113 |      113
41.49/41.58	c #cpu_time = 0.448s
41.49/41.58	c #wall_clock_time = 0.449s
41.49/41.58	c #decision = 7
41.49/41.58	c #random_decision = 0
41.49/41.58	c #conflict = 1
41.49/41.58	c #restart = 0
41.49/41.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20480
41.49/41.58	c BCD2: refineLB: 20441 -> 20480
41.49/41.58	c lower bound updated to -174871381
41.69/41.78	c BCD2: 25600 <= obj <= 174896980
41.69/41.78	c BCD2: #cores=6, #unrelaxed=306529, #relaxed=26, #hardened=0
41.69/41.78	c BCD2: #sat=1 #unsat=26 bias=26/27
41.79/41.80	c Solving starts ...
41.79/41.80	c ============================[ Search Statistics ]============================
41.79/41.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.79/41.80	c       |         |          |          |    Limit     GC | Var      | Constra 
41.79/41.80	c =============================================================================
41.79/41.80	c  0.0s |       0 |        0 |        0 |   266697      0 |      114 |      113
43.09/43.16	c  1.4s |       0 |        7 |        1 |   266697      0 |      114 |      114
43.09/43.16	c #cpu_time = 1.353s
43.09/43.16	c #wall_clock_time = 1.356s
43.09/43.16	c #decision = 7
43.09/43.16	c #random_decision = 0
43.09/43.16	c #conflict = 1
43.09/43.16	c #restart = 0
43.09/43.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21504
43.09/43.16	c BCD2: refineLB: 21467 -> 21504
43.09/43.16	c lower bound updated to -174870357
43.28/43.32	c BCD2: 26624 <= obj <= 174896980
43.28/43.32	c BCD2: #cores=6, #unrelaxed=306528, #relaxed=27, #hardened=0
43.28/43.32	c BCD2: #sat=1 #unsat=27 bias=27/28
43.28/43.33	c Solving starts ...
43.28/43.33	c ============================[ Search Statistics ]============================
43.28/43.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.28/43.33	c       |         |          |          |    Limit     GC | Var      | Constra 
43.28/43.33	c =============================================================================
43.28/43.33	c  0.0s |       0 |        0 |        0 |   266697      0 |      115 |      114
43.68/43.77	c  0.4s |       0 |        7 |        1 |   266697      0 |      115 |      115
43.68/43.77	c #cpu_time = 0.442s
43.68/43.77	c #wall_clock_time = 0.443s
43.68/43.77	c #decision = 7
43.68/43.77	c #random_decision = 0
43.68/43.77	c #conflict = 1
43.68/43.77	c #restart = 0
43.68/43.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22528
43.68/43.77	c BCD2: refineLB: 22492 -> 22528
43.68/43.77	c lower bound updated to -174869333
43.88/43.95	c BCD2: 27648 <= obj <= 174896980
43.88/43.95	c BCD2: #cores=6, #unrelaxed=306527, #relaxed=28, #hardened=0
43.88/43.95	c BCD2: #sat=1 #unsat=28 bias=28/29
43.88/43.95	c Solving starts ...
43.88/43.95	c ============================[ Search Statistics ]============================
43.88/43.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.88/43.95	c       |         |          |          |    Limit     GC | Var      | Constra 
43.88/43.95	c =============================================================================
43.88/43.95	c  0.0s |       0 |        0 |        0 |   266697      0 |      116 |      115
44.38/44.40	c  0.4s |       0 |        7 |        1 |   266697      0 |      116 |      116
44.38/44.40	c #cpu_time = 0.445s
44.38/44.40	c #wall_clock_time = 0.447s
44.38/44.40	c #decision = 7
44.38/44.40	c #random_decision = 0
44.38/44.40	c #conflict = 1
44.38/44.40	c #restart = 0
44.38/44.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23552
44.38/44.40	c BCD2: refineLB: 23517 -> 23552
44.38/44.40	c lower bound updated to -174868309
44.48/44.56	c BCD2: 28672 <= obj <= 174896980
44.48/44.56	c BCD2: #cores=6, #unrelaxed=306526, #relaxed=29, #hardened=0
44.48/44.56	c BCD2: #sat=1 #unsat=29 bias=29/30
44.48/44.57	c Solving starts ...
44.48/44.57	c ============================[ Search Statistics ]============================
44.48/44.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.48/44.57	c       |         |          |          |    Limit     GC | Var      | Constra 
44.48/44.57	c =============================================================================
44.48/44.57	c  0.0s |       0 |        0 |        0 |   266697      0 |      117 |      116
44.98/45.00	c  0.4s |       0 |        7 |        1 |   266697      0 |      117 |      117
44.98/45.00	c #cpu_time = 0.434s
44.98/45.00	c #wall_clock_time = 0.435s
44.98/45.00	c #decision = 7
44.98/45.00	c #random_decision = 0
44.98/45.00	c #conflict = 1
44.98/45.00	c #restart = 0
44.98/45.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24576
44.98/45.00	c BCD2: refineLB: 24542 -> 24576
44.98/45.00	c lower bound updated to -174867285
45.08/45.18	c BCD2: 29696 <= obj <= 174896980
45.08/45.18	c BCD2: #cores=6, #unrelaxed=306525, #relaxed=30, #hardened=0
45.08/45.18	c BCD2: #sat=1 #unsat=30 bias=30/31
45.08/45.19	c Solving starts ...
45.08/45.19	c ============================[ Search Statistics ]============================
45.08/45.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.08/45.19	c       |         |          |          |    Limit     GC | Var      | Constra 
45.08/45.19	c =============================================================================
45.08/45.19	c  0.0s |       0 |        0 |        0 |   266697      0 |      118 |      117
45.58/45.64	c  0.4s |       0 |        7 |        1 |   266697      0 |      118 |      118
45.58/45.64	c #cpu_time = 0.446s
45.58/45.64	c #wall_clock_time = 0.447s
45.58/45.64	c #decision = 7
45.58/45.64	c #random_decision = 0
45.58/45.64	c #conflict = 1
45.58/45.64	c #restart = 0
45.58/45.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25600
45.58/45.64	c BCD2: refineLB: 25567 -> 25600
45.58/45.64	c lower bound updated to -174866261
45.78/45.80	c BCD2: 30720 <= obj <= 174896980
45.78/45.80	c BCD2: #cores=6, #unrelaxed=306524, #relaxed=31, #hardened=0
45.78/45.80	c BCD2: #sat=1 #unsat=31 bias=31/32
45.78/45.80	c Solving starts ...
45.78/45.80	c ============================[ Search Statistics ]============================
45.78/45.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.78/45.80	c       |         |          |          |    Limit     GC | Var      | Constra 
45.78/45.80	c =============================================================================
45.78/45.80	c  0.0s |       0 |        0 |        0 |   266697      0 |      119 |      118
46.18/46.25	c  0.4s |       0 |        7 |        1 |   266697      0 |      119 |      119
46.18/46.25	c #cpu_time = 0.446s
46.18/46.25	c #wall_clock_time = 0.447s
46.18/46.25	c #decision = 7
46.18/46.25	c #random_decision = 0
46.18/46.25	c #conflict = 1
46.18/46.25	c #restart = 0
46.18/46.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 27: cost of the new core is >=26624
46.18/46.25	c BCD2: refineLB: 26593 -> 26624
46.18/46.25	c lower bound updated to -174865237
46.39/46.42	c BCD2: 31744 <= obj <= 174896980
46.39/46.42	c BCD2: #cores=6, #unrelaxed=306523, #relaxed=32, #hardened=0
46.39/46.42	c BCD2: #sat=1 #unsat=32 bias=32/33
46.39/46.42	c Solving starts ...
46.39/46.42	c ============================[ Search Statistics ]============================
46.39/46.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.39/46.42	c       |         |          |          |    Limit     GC | Var      | Constra 
46.39/46.42	c =============================================================================
46.39/46.42	c  0.0s |       0 |        0 |        0 |   266697      0 |      120 |      119
46.78/46.87	c  0.4s |       0 |        7 |        1 |   266697      0 |      120 |      120
46.78/46.87	c #cpu_time = 0.446s
46.78/46.87	c #wall_clock_time = 0.447s
46.78/46.87	c #decision = 7
46.78/46.87	c #random_decision = 0
46.78/46.87	c #conflict = 1
46.78/46.87	c #restart = 0
46.78/46.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 28: cost of the new core is >=27648
46.78/46.87	c BCD2: refineLB: 27617 -> 27648
46.78/46.87	c lower bound updated to -174864213
46.98/47.03	c BCD2: 32768 <= obj <= 174896980
46.98/47.03	c BCD2: #cores=6, #unrelaxed=306522, #relaxed=33, #hardened=0
46.98/47.03	c BCD2: #sat=1 #unsat=33 bias=33/34
46.98/47.04	c Solving starts ...
46.98/47.04	c ============================[ Search Statistics ]============================
46.98/47.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.98/47.04	c       |         |          |          |    Limit     GC | Var      | Constra 
46.98/47.04	c =============================================================================
46.98/47.04	c  0.0s |       0 |        0 |        0 |   266697      0 |      121 |      120
47.39/47.48	c  0.4s |       0 |        7 |        1 |   266697      0 |      121 |      121
47.39/47.48	c #cpu_time = 0.445s
47.39/47.48	c #wall_clock_time = 0.447s
47.39/47.48	c #decision = 7
47.39/47.48	c #random_decision = 0
47.39/47.48	c #conflict = 1
47.39/47.48	c #restart = 0
47.39/47.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 29: cost of the new core is >=28672
47.39/47.48	c BCD2: refineLB: 28642 -> 28672
47.39/47.48	c lower bound updated to -174863189
47.58/47.69	c BCD2: 33792 <= obj <= 174896980
47.58/47.69	c BCD2: #cores=6, #unrelaxed=306521, #relaxed=34, #hardened=0
47.58/47.69	c BCD2: #sat=1 #unsat=34 bias=34/35
47.68/47.70	c Solving starts ...
47.68/47.70	c ============================[ Search Statistics ]============================
47.68/47.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.68/47.70	c       |         |          |          |    Limit     GC | Var      | Constra 
47.68/47.70	c =============================================================================
47.68/47.70	c  0.0s |       0 |        0 |        0 |   266697      0 |      122 |      121
48.08/48.15	c  0.4s |       0 |        7 |        1 |   266697      0 |      122 |      122
48.08/48.15	c #cpu_time = 0.445s
48.08/48.15	c #wall_clock_time = 0.447s
48.08/48.15	c #decision = 7
48.08/48.15	c #random_decision = 0
48.08/48.15	c #conflict = 1
48.08/48.15	c #restart = 0
48.08/48.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 30: cost of the new core is >=29696
48.08/48.15	c BCD2: refineLB: 29667 -> 29696
48.08/48.15	c lower bound updated to -174862165
48.28/48.35	c BCD2: 34816 <= obj <= 174896980
48.28/48.35	c BCD2: #cores=6, #unrelaxed=306520, #relaxed=35, #hardened=0
48.28/48.35	c BCD2: #sat=1 #unsat=35 bias=35/36
48.28/48.37	c Solving starts ...
48.28/48.37	c ============================[ Search Statistics ]============================
48.28/48.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.28/48.37	c       |         |          |          |    Limit     GC | Var      | Constra 
48.28/48.37	c =============================================================================
48.28/48.37	c  0.0s |       0 |        0 |        0 |   266697      0 |      123 |      122
48.79/48.82	c  0.4s |       0 |        7 |        1 |   266697      0 |      123 |      123
48.79/48.82	c #cpu_time = 0.448s
48.79/48.82	c #wall_clock_time = 0.449s
48.79/48.82	c #decision = 7
48.79/48.82	c #random_decision = 0
48.79/48.82	c #conflict = 1
48.79/48.82	c #restart = 0
48.79/48.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 31: cost of the new core is >=30720
48.79/48.82	c BCD2: refineLB: 30692 -> 30720
48.79/48.82	c lower bound updated to -174861141
48.99/49.02	c BCD2: 35840 <= obj <= 174896980
48.99/49.02	c BCD2: #cores=6, #unrelaxed=306519, #relaxed=36, #hardened=0
48.99/49.02	c BCD2: #sat=1 #unsat=36 bias=36/37
48.99/49.04	c Solving starts ...
48.99/49.04	c ============================[ Search Statistics ]============================
48.99/49.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.99/49.04	c       |         |          |          |    Limit     GC | Var      | Constra 
48.99/49.04	c =============================================================================
48.99/49.04	c  0.0s |       0 |        0 |        0 |   266697      0 |      124 |      123
50.29/50.38	c  1.3s |       0 |        7 |        1 |   266697      0 |      124 |      124
50.29/50.38	c #cpu_time = 1.342s
50.29/50.38	c #wall_clock_time = 1.345s
50.29/50.38	c #decision = 7
50.29/50.38	c #random_decision = 0
50.29/50.38	c #conflict = 1
50.29/50.38	c #restart = 0
50.29/50.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 32: cost of the new core is >=31744
50.29/50.38	c BCD2: refineLB: 31717 -> 31744
50.29/50.38	c lower bound updated to -174860117
50.49/50.55	c BCD2: 36864 <= obj <= 174896980
50.49/50.55	c BCD2: #cores=6, #unrelaxed=306518, #relaxed=37, #hardened=0
50.49/50.55	c BCD2: #sat=1 #unsat=37 bias=37/38
50.49/50.56	c Solving starts ...
50.49/50.56	c ============================[ Search Statistics ]============================
50.49/50.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.49/50.56	c       |         |          |          |    Limit     GC | Var      | Constra 
50.49/50.56	c =============================================================================
50.49/50.56	c  0.0s |       0 |        0 |        0 |   266697      0 |      125 |      124
50.98/51.00	c  0.4s |       0 |        7 |        1 |   266697      0 |      125 |      125
50.98/51.00	c #cpu_time = 0.446s
50.98/51.00	c #wall_clock_time = 0.447s
50.98/51.00	c #decision = 7
50.98/51.00	c #random_decision = 0
50.98/51.00	c #conflict = 1
50.98/51.00	c #restart = 0
50.98/51.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 33: cost of the new core is >=32768
50.98/51.00	c BCD2: refineLB: 32742 -> 32768
50.98/51.00	c lower bound updated to -174859093
51.08/51.18	c BCD2: 37888 <= obj <= 174896980
51.08/51.18	c BCD2: #cores=6, #unrelaxed=306517, #relaxed=38, #hardened=0
51.08/51.18	c BCD2: #sat=1 #unsat=38 bias=38/39
51.08/51.19	c Solving starts ...
51.08/51.19	c ============================[ Search Statistics ]============================
51.08/51.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.08/51.19	c       |         |          |          |    Limit     GC | Var      | Constra 
51.08/51.19	c =============================================================================
51.08/51.19	c  0.0s |       0 |        0 |        0 |   266697      0 |      126 |      125
51.58/51.64	c  0.5s |       0 |        7 |        1 |   266697      0 |      126 |      126
51.58/51.64	c #cpu_time = 0.450s
51.58/51.64	c #wall_clock_time = 0.451s
51.58/51.64	c #decision = 7
51.58/51.64	c #random_decision = 0
51.58/51.64	c #conflict = 1
51.58/51.64	c #restart = 0
51.58/51.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 34: cost of the new core is >=33792
51.58/51.64	c BCD2: refineLB: 33766 -> 33792
51.58/51.64	c lower bound updated to -174858069
51.68/51.80	c BCD2: 38912 <= obj <= 174896980
51.68/51.80	c BCD2: #cores=6, #unrelaxed=306516, #relaxed=39, #hardened=0
51.68/51.80	c BCD2: #sat=1 #unsat=39 bias=39/40
51.79/51.80	c Solving starts ...
51.79/51.80	c ============================[ Search Statistics ]============================
51.79/51.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.79/51.80	c       |         |          |          |    Limit     GC | Var      | Constra 
51.79/51.80	c =============================================================================
51.79/51.80	c  0.0s |       0 |        0 |        0 |   266697      0 |      127 |      126
52.18/52.24	c  0.4s |       0 |        7 |        1 |   266697      0 |      127 |      127
52.18/52.24	c #cpu_time = 0.437s
52.18/52.24	c #wall_clock_time = 0.438s
52.18/52.24	c #decision = 7
52.18/52.24	c #random_decision = 0
52.18/52.24	c #conflict = 1
52.18/52.24	c #restart = 0
52.18/52.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 35: cost of the new core is >=34816
52.18/52.24	c BCD2: refineLB: 34791 -> 34816
52.18/52.24	c lower bound updated to -174857045
52.38/52.42	c BCD2: 39936 <= obj <= 174896980
52.38/52.42	c BCD2: #cores=6, #unrelaxed=306515, #relaxed=40, #hardened=0
52.38/52.42	c BCD2: #sat=1 #unsat=40 bias=40/41
52.38/52.43	c Solving starts ...
52.38/52.43	c ============================[ Search Statistics ]============================
52.38/52.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.38/52.43	c       |         |          |          |    Limit     GC | Var      | Constra 
52.38/52.43	c =============================================================================
52.38/52.43	c  0.0s |       0 |        0 |        0 |   266697      0 |      128 |      127
52.78/52.88	c  0.5s |       0 |        7 |        1 |   266697      0 |      128 |      128
52.78/52.88	c #cpu_time = 0.450s
52.78/52.88	c #wall_clock_time = 0.452s
52.78/52.88	c #decision = 7
52.78/52.88	c #random_decision = 0
52.78/52.88	c #conflict = 1
52.78/52.88	c #restart = 0
52.78/52.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 36: cost of the new core is >=35840
52.78/52.88	c BCD2: refineLB: 35816 -> 35840
52.78/52.88	c lower bound updated to -174856021
52.99/53.04	c BCD2: 40960 <= obj <= 174896980
52.99/53.04	c BCD2: #cores=6, #unrelaxed=306514, #relaxed=41, #hardened=0
52.99/53.04	c BCD2: #sat=1 #unsat=41 bias=41/42
52.99/53.05	c Solving starts ...
52.99/53.05	c ============================[ Search Statistics ]============================
52.99/53.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.99/53.05	c       |         |          |          |    Limit     GC | Var      | Constra 
52.99/53.05	c =============================================================================
52.99/53.05	c  0.0s |       0 |        0 |        0 |   266697      0 |      129 |      128
53.48/53.50	c  0.5s |       0 |        7 |        1 |   266697      0 |      129 |      129
53.48/53.50	c #cpu_time = 0.449s
53.48/53.50	c #wall_clock_time = 0.450s
53.48/53.50	c #decision = 7
53.48/53.50	c #random_decision = 0
53.48/53.50	c #conflict = 1
53.48/53.50	c #restart = 0
53.48/53.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 37: cost of the new core is >=36864
53.48/53.50	c BCD2: refineLB: 36840 -> 36864
53.48/53.50	c lower bound updated to -174854997
53.58/53.67	c BCD2: 41984 <= obj <= 174896980
53.58/53.67	c BCD2: #cores=6, #unrelaxed=306513, #relaxed=42, #hardened=0
53.58/53.67	c BCD2: #sat=1 #unsat=42 bias=42/43
53.58/53.68	c Solving starts ...
53.58/53.68	c ============================[ Search Statistics ]============================
53.58/53.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.58/53.68	c       |         |          |          |    Limit     GC | Var      | Constra 
53.58/53.68	c =============================================================================
53.58/53.68	c  0.0s |       0 |        0 |        0 |   266697      0 |      130 |      129
54.09/54.13	c  0.5s |       0 |        7 |        1 |   266697      0 |      130 |      130
54.09/54.13	c #cpu_time = 0.450s
54.09/54.13	c #wall_clock_time = 0.451s
54.09/54.13	c #decision = 7
54.09/54.13	c #random_decision = 0
54.09/54.13	c #conflict = 1
54.09/54.13	c #restart = 0
54.09/54.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 38: cost of the new core is >=37888
54.09/54.13	c BCD2: refineLB: 37865 -> 37888
54.09/54.13	c lower bound updated to -174853973
54.18/54.29	c BCD2: 43008 <= obj <= 174896980
54.18/54.29	c BCD2: #cores=6, #unrelaxed=306512, #relaxed=43, #hardened=0
54.18/54.29	c BCD2: #sat=1 #unsat=43 bias=43/44
54.18/54.29	c Solving starts ...
54.18/54.29	c ============================[ Search Statistics ]============================
54.18/54.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.18/54.29	c       |         |          |          |    Limit     GC | Var      | Constra 
54.18/54.29	c =============================================================================
54.18/54.29	c  0.0s |       0 |        0 |        0 |   266697      0 |      131 |      130
54.68/54.75	c  0.5s |       0 |        7 |        1 |   266697      0 |      131 |      131
54.68/54.75	c #cpu_time = 0.450s
54.68/54.75	c #wall_clock_time = 0.451s
54.68/54.75	c #decision = 7
54.68/54.75	c #random_decision = 0
54.68/54.75	c #conflict = 1
54.68/54.75	c #restart = 0
54.68/54.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 39: cost of the new core is >=38912
54.68/54.75	c BCD2: refineLB: 38889 -> 38912
54.68/54.75	c lower bound updated to -174852949
54.88/54.95	c BCD2: 44032 <= obj <= 174896980
54.88/54.95	c BCD2: #cores=6, #unrelaxed=306511, #relaxed=44, #hardened=0
54.88/54.95	c BCD2: #sat=1 #unsat=44 bias=44/45
54.88/54.97	c Solving starts ...
54.88/54.97	c ============================[ Search Statistics ]============================
54.88/54.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.88/54.97	c       |         |          |          |    Limit     GC | Var      | Constra 
54.88/54.97	c =============================================================================
54.88/54.97	c  0.0s |       0 |        0 |        0 |   266697      0 |      132 |      131
55.38/55.42	c  0.5s |       0 |        7 |        1 |   266697      0 |      132 |      132
55.38/55.42	c #cpu_time = 0.450s
55.38/55.42	c #wall_clock_time = 0.451s
55.38/55.42	c #decision = 7
55.38/55.42	c #random_decision = 0
55.38/55.42	c #conflict = 1
55.38/55.42	c #restart = 0
55.38/55.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 40: cost of the new core is >=39936
55.38/55.42	c BCD2: refineLB: 39914 -> 39936
55.38/55.42	c lower bound updated to -174851925
55.58/55.62	c BCD2: 45056 <= obj <= 174896980
55.58/55.62	c BCD2: #cores=6, #unrelaxed=306510, #relaxed=45, #hardened=0
55.58/55.62	c BCD2: #sat=1 #unsat=45 bias=45/46
55.58/55.64	c Solving starts ...
55.58/55.64	c ============================[ Search Statistics ]============================
55.58/55.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.58/55.64	c       |         |          |          |    Limit     GC | Var      | Constra 
55.58/55.64	c =============================================================================
55.58/55.64	c  0.0s |       0 |        0 |        0 |   266697      0 |      133 |      132
55.98/56.09	c  0.5s |       0 |        7 |        1 |   266697      0 |      133 |      133
55.98/56.09	c #cpu_time = 0.455s
55.98/56.09	c #wall_clock_time = 0.456s
55.98/56.09	c #decision = 7
55.98/56.09	c #random_decision = 0
55.98/56.09	c #conflict = 1
55.98/56.09	c #restart = 0
55.98/56.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 41: cost of the new core is >=40960
55.98/56.09	c BCD2: refineLB: 40938 -> 40960
55.98/56.09	c lower bound updated to -174850901
56.19/56.30	c BCD2: 46080 <= obj <= 174896980
56.19/56.30	c BCD2: #cores=6, #unrelaxed=306509, #relaxed=46, #hardened=0
56.19/56.30	c BCD2: #sat=1 #unsat=46 bias=46/47
56.29/56.31	c Solving starts ...
56.29/56.31	c ============================[ Search Statistics ]============================
56.29/56.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.29/56.31	c       |         |          |          |    Limit     GC | Var      | Constra 
56.29/56.31	c =============================================================================
56.29/56.31	c  0.0s |       0 |        0 |        0 |   266697      0 |      134 |      133
57.58/57.66	c  1.3s |       0 |        7 |        1 |   266697      0 |      134 |      134
57.58/57.66	c #cpu_time = 1.342s
57.58/57.66	c #wall_clock_time = 1.346s
57.58/57.66	c #decision = 7
57.58/57.66	c #random_decision = 0
57.58/57.66	c #conflict = 1
57.58/57.66	c #restart = 0
57.58/57.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 42: cost of the new core is >=41984
57.58/57.66	c BCD2: refineLB: 41963 -> 41984
57.58/57.66	c lower bound updated to -174849877
57.78/57.82	c BCD2: 47104 <= obj <= 174896980
57.78/57.82	c BCD2: #cores=6, #unrelaxed=306508, #relaxed=47, #hardened=0
57.78/57.82	c BCD2: #sat=1 #unsat=47 bias=47/48
57.78/57.83	c Solving starts ...
57.78/57.83	c ============================[ Search Statistics ]============================
57.78/57.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.78/57.83	c       |         |          |          |    Limit     GC | Var      | Constra 
57.78/57.83	c =============================================================================
57.78/57.83	c  0.0s |       0 |        0 |        0 |   266697      0 |      135 |      134
58.18/58.28	c  0.4s |       0 |        7 |        1 |   266697      0 |      135 |      135
58.18/58.28	c #cpu_time = 0.445s
58.18/58.28	c #wall_clock_time = 0.446s
58.18/58.28	c #decision = 7
58.18/58.28	c #random_decision = 0
58.18/58.28	c #conflict = 1
58.18/58.28	c #restart = 0
58.18/58.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 43: cost of the new core is >=43008
58.18/58.28	c BCD2: refineLB: 42987 -> 43008
58.18/58.28	c lower bound updated to -174848853
58.39/58.45	c BCD2: 48128 <= obj <= 174896980
58.39/58.45	c BCD2: #cores=6, #unrelaxed=306507, #relaxed=48, #hardened=0
58.39/58.45	c BCD2: #sat=1 #unsat=48 bias=48/49
58.39/58.46	c Solving starts ...
58.39/58.46	c ============================[ Search Statistics ]============================
58.39/58.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.39/58.46	c       |         |          |          |    Limit     GC | Var      | Constra 
58.39/58.46	c =============================================================================
58.39/58.46	c  0.0s |       0 |        0 |        0 |   266697      0 |      136 |      135
58.88/58.91	c  0.5s |       0 |        7 |        1 |   266697      0 |      136 |      136
58.88/58.91	c #cpu_time = 0.449s
58.88/58.91	c #wall_clock_time = 0.450s
58.88/58.91	c #decision = 7
58.88/58.91	c #random_decision = 0
58.88/58.91	c #conflict = 1
58.88/58.91	c #restart = 0
58.88/58.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 44: cost of the new core is >=44032
58.88/58.91	c BCD2: refineLB: 44012 -> 44032
58.88/58.91	c lower bound updated to -174847829
58.98/59.07	c BCD2: 49152 <= obj <= 174896980
58.98/59.07	c BCD2: #cores=6, #unrelaxed=306506, #relaxed=49, #hardened=0
58.98/59.07	c BCD2: #sat=1 #unsat=49 bias=49/50
58.98/59.08	c Solving starts ...
58.98/59.08	c ============================[ Search Statistics ]============================
58.98/59.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.98/59.08	c       |         |          |          |    Limit     GC | Var      | Constra 
58.98/59.08	c =============================================================================
58.98/59.08	c  0.0s |       0 |        0 |        0 |   266697      0 |      137 |      136
59.48/59.52	c  0.4s |       0 |        7 |        1 |   266697      0 |      137 |      137
59.48/59.52	c #cpu_time = 0.437s
59.48/59.52	c #wall_clock_time = 0.438s
59.48/59.52	c #decision = 7
59.48/59.52	c #random_decision = 0
59.48/59.52	c #conflict = 1
59.48/59.52	c #restart = 0
59.48/59.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 45: cost of the new core is >=45056
59.48/59.52	c BCD2: refineLB: 45036 -> 45056
59.48/59.52	c lower bound updated to -174846805
59.58/59.69	c BCD2: 50176 <= obj <= 174896980
59.58/59.69	c BCD2: #cores=6, #unrelaxed=306505, #relaxed=50, #hardened=0
59.58/59.69	c BCD2: #sat=1 #unsat=50 bias=50/51
59.68/59.70	c Solving starts ...
59.68/59.70	c ============================[ Search Statistics ]============================
59.68/59.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.68/59.70	c       |         |          |          |    Limit     GC | Var      | Constra 
59.68/59.70	c =============================================================================
59.68/59.70	c  0.0s |       0 |        0 |        0 |   266697      0 |      138 |      137
60.08/60.15	c  0.5s |       0 |        7 |        1 |   266697      0 |      138 |      138
60.08/60.15	c #cpu_time = 0.450s
60.08/60.15	c #wall_clock_time = 0.451s
60.08/60.15	c #decision = 7
60.08/60.15	c #random_decision = 0
60.08/60.15	c #conflict = 1
60.08/60.15	c #restart = 0
60.08/60.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 46: cost of the new core is >=46080
60.08/60.15	c BCD2: refineLB: 46060 -> 46080
60.08/60.15	c lower bound updated to -174845781
60.28/60.31	c BCD2: 51200 <= obj <= 174896980
60.28/60.31	c BCD2: #cores=6, #unrelaxed=306504, #relaxed=51, #hardened=0
60.28/60.31	c BCD2: #sat=1 #unsat=51 bias=51/52
60.28/60.32	c Solving starts ...
60.28/60.32	c ============================[ Search Statistics ]============================
60.28/60.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.28/60.32	c       |         |          |          |    Limit     GC | Var      | Constra 
60.28/60.32	c =============================================================================
60.28/60.32	c  0.0s |       0 |        0 |        0 |   266697      0 |      139 |      138
60.69/60.77	c  0.5s |       0 |        7 |        1 |   266697      0 |      139 |      139
60.69/60.77	c #cpu_time = 0.450s
60.69/60.77	c #wall_clock_time = 0.451s
60.69/60.77	c #decision = 7
60.69/60.77	c #random_decision = 0
60.69/60.77	c #conflict = 1
60.69/60.77	c #restart = 0
60.69/60.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 47: cost of the new core is >=47104
60.69/60.77	c BCD2: refineLB: 47085 -> 47104
60.69/60.77	c lower bound updated to -174844757
60.88/60.94	c BCD2: 52224 <= obj <= 174896980
60.88/60.94	c BCD2: #cores=6, #unrelaxed=306503, #relaxed=52, #hardened=0
60.88/60.94	c BCD2: #sat=1 #unsat=52 bias=52/53
60.88/60.94	c Solving starts ...
60.88/60.94	c ============================[ Search Statistics ]============================
60.88/60.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.88/60.94	c       |         |          |          |    Limit     GC | Var      | Constra 
60.88/60.94	c =============================================================================
60.88/60.94	c  0.0s |       0 |        0 |        0 |   266697      0 |      140 |      139
61.28/61.39	c  0.5s |       0 |        7 |        1 |   266697      0 |      140 |      140
61.28/61.39	c #cpu_time = 0.450s
61.28/61.39	c #wall_clock_time = 0.451s
61.28/61.39	c #decision = 7
61.28/61.39	c #random_decision = 0
61.28/61.39	c #conflict = 1
61.28/61.39	c #restart = 0
61.28/61.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 48: cost of the new core is >=48128
61.28/61.40	c BCD2: refineLB: 48109 -> 48128
61.28/61.40	c lower bound updated to -174843733
61.48/61.56	c BCD2: 53248 <= obj <= 174896980
61.48/61.56	c BCD2: #cores=6, #unrelaxed=306502, #relaxed=53, #hardened=0
61.48/61.56	c BCD2: #sat=1 #unsat=53 bias=53/54
61.48/61.56	c Solving starts ...
61.48/61.56	c ============================[ Search Statistics ]============================
61.48/61.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.48/61.56	c       |         |          |          |    Limit     GC | Var      | Constra 
61.48/61.56	c =============================================================================
61.48/61.56	c  0.0s |       0 |        0 |        0 |   266697      0 |      141 |      140
61.98/62.02	c  0.5s |       0 |        7 |        1 |   266697      0 |      141 |      141
61.98/62.02	c #cpu_time = 0.451s
61.98/62.02	c #wall_clock_time = 0.452s
61.98/62.02	c #decision = 7
61.98/62.02	c #random_decision = 0
61.98/62.02	c #conflict = 1
61.98/62.02	c #restart = 0
61.98/62.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 49: cost of the new core is >=49152
61.98/62.02	c BCD2: refineLB: 49134 -> 49152
61.98/62.02	c lower bound updated to -174842709
62.18/62.22	c BCD2: 54272 <= obj <= 174896980
62.18/62.22	c BCD2: #cores=6, #unrelaxed=306501, #relaxed=54, #hardened=0
62.18/62.22	c BCD2: #sat=1 #unsat=54 bias=54/55
62.18/62.24	c Solving starts ...
62.18/62.24	c ============================[ Search Statistics ]============================
62.18/62.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.18/62.24	c       |         |          |          |    Limit     GC | Var      | Constra 
62.18/62.24	c =============================================================================
62.18/62.24	c  0.0s |       0 |        0 |        0 |   266697      0 |      142 |      141
62.58/62.69	c  0.5s |       0 |        7 |        1 |   266697      0 |      142 |      142
62.58/62.69	c #cpu_time = 0.452s
62.58/62.69	c #wall_clock_time = 0.453s
62.58/62.69	c #decision = 7
62.58/62.69	c #random_decision = 0
62.58/62.69	c #conflict = 1
62.58/62.69	c #restart = 0
62.58/62.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 50: cost of the new core is >=50176
62.58/62.69	c BCD2: refineLB: 50158 -> 50176
62.58/62.69	c lower bound updated to -174841685
62.79/62.89	c BCD2: 55296 <= obj <= 174896980
62.79/62.89	c BCD2: #cores=6, #unrelaxed=306500, #relaxed=55, #hardened=0
62.79/62.89	c BCD2: #sat=1 #unsat=55 bias=55/56
62.89/62.91	c Solving starts ...
62.89/62.91	c ============================[ Search Statistics ]============================
62.89/62.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.89/62.91	c       |         |          |          |    Limit     GC | Var      | Constra 
62.89/62.91	c =============================================================================
62.89/62.91	c  0.0s |       0 |        0 |        0 |   266697      0 |      143 |      142
63.28/63.36	c  0.5s |       0 |        7 |        1 |   266697      0 |      143 |      143
63.28/63.36	c #cpu_time = 0.451s
63.28/63.36	c #wall_clock_time = 0.453s
63.28/63.36	c #decision = 7
63.28/63.36	c #random_decision = 0
63.28/63.36	c #conflict = 1
63.28/63.36	c #restart = 0
63.28/63.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 51: cost of the new core is >=51200
63.28/63.36	c BCD2: refineLB: 51182 -> 51200
63.28/63.36	c lower bound updated to -174840661
63.48/63.57	c BCD2: 56320 <= obj <= 174896980
63.48/63.57	c BCD2: #cores=6, #unrelaxed=306499, #relaxed=56, #hardened=0
63.48/63.57	c BCD2: #sat=1 #unsat=56 bias=56/57
63.48/63.58	c Solving starts ...
63.48/63.58	c ============================[ Search Statistics ]============================
63.48/63.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.48/63.58	c       |         |          |          |    Limit     GC | Var      | Constra 
63.48/63.58	c =============================================================================
63.48/63.58	c  0.0s |       0 |        0 |        0 |   266697      0 |      144 |      143
64.88/64.90	c  1.3s |       0 |        7 |        1 |   266697      0 |      144 |      144
64.88/64.90	c #cpu_time = 1.319s
64.88/64.90	c #wall_clock_time = 1.322s
64.88/64.90	c #decision = 7
64.88/64.91	c #random_decision = 0
64.88/64.91	c #conflict = 1
64.88/64.91	c #restart = 0
64.88/64.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 52: cost of the new core is >=52224
64.88/64.91	c BCD2: refineLB: 52207 -> 52224
64.88/64.91	c lower bound updated to -174839637
64.98/65.05	c BCD2: 57344 <= obj <= 174896980
64.98/65.05	c BCD2: #cores=6, #unrelaxed=306498, #relaxed=57, #hardened=0
64.98/65.05	c BCD2: #sat=1 #unsat=57 bias=57/58
64.98/65.06	c Solving starts ...
64.98/65.06	c ============================[ Search Statistics ]============================
64.98/65.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.98/65.06	c       |         |          |          |    Limit     GC | Var      | Constra 
64.98/65.06	c =============================================================================
64.98/65.06	c  0.0s |       0 |        0 |        0 |   266697      0 |      145 |      144
65.48/65.50	c  0.4s |       0 |        7 |        1 |   266697      0 |      145 |      145
65.48/65.50	c #cpu_time = 0.440s
65.48/65.50	c #wall_clock_time = 0.441s
65.48/65.50	c #decision = 7
65.48/65.50	c #random_decision = 0
65.48/65.50	c #conflict = 1
65.48/65.50	c #restart = 0
65.48/65.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 53: cost of the new core is >=53248
65.48/65.50	c BCD2: refineLB: 53231 -> 53248
65.48/65.50	c lower bound updated to -174838613
65.58/65.65	c BCD2: 58368 <= obj <= 174896980
65.58/65.65	c BCD2: #cores=6, #unrelaxed=306497, #relaxed=58, #hardened=0
65.58/65.65	c BCD2: #sat=1 #unsat=58 bias=58/59
65.58/65.66	c Solving starts ...
65.58/65.66	c ============================[ Search Statistics ]============================
65.58/65.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.58/65.66	c       |         |          |          |    Limit     GC | Var      | Constra 
65.58/65.66	c =============================================================================
65.58/65.66	c  0.0s |       0 |        0 |        0 |   266697      0 |      146 |      145
66.08/66.11	c  0.4s |       0 |        7 |        1 |   266697      0 |      146 |      146
66.08/66.11	c #cpu_time = 0.446s
66.08/66.11	c #wall_clock_time = 0.447s
66.08/66.11	c #decision = 7
66.08/66.11	c #random_decision = 0
66.08/66.11	c #conflict = 1
66.08/66.11	c #restart = 0
66.08/66.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 54: cost of the new core is >=54272
66.08/66.11	c BCD2: refineLB: 54255 -> 54272
66.08/66.11	c lower bound updated to -174837589
66.18/66.25	c BCD2: 59392 <= obj <= 174896980
66.18/66.25	c BCD2: #cores=6, #unrelaxed=306496, #relaxed=59, #hardened=0
66.18/66.25	c BCD2: #sat=1 #unsat=59 bias=59/60
66.18/66.25	c Solving starts ...
66.18/66.25	c ============================[ Search Statistics ]============================
66.18/66.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.18/66.25	c       |         |          |          |    Limit     GC | Var      | Constra 
66.18/66.25	c =============================================================================
66.18/66.25	c  0.0s |       0 |        0 |        0 |   266697      0 |      147 |      146
66.58/66.69	c  0.4s |       0 |        7 |        1 |   266697      0 |      147 |      147
66.58/66.69	c #cpu_time = 0.433s
66.58/66.69	c #wall_clock_time = 0.435s
66.58/66.69	c #decision = 7
66.58/66.69	c #random_decision = 0
66.58/66.69	c #conflict = 1
66.58/66.69	c #restart = 0
66.58/66.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 55: cost of the new core is >=55296
66.58/66.69	c BCD2: refineLB: 55279 -> 55296
66.58/66.69	c lower bound updated to -174836565
66.78/66.85	c BCD2: 60416 <= obj <= 174896980
66.78/66.85	c BCD2: #cores=6, #unrelaxed=306495, #relaxed=60, #hardened=0
66.78/66.85	c BCD2: #sat=1 #unsat=60 bias=60/61
66.78/66.86	c Solving starts ...
66.78/66.86	c ============================[ Search Statistics ]============================
66.78/66.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.78/66.86	c       |         |          |          |    Limit     GC | Var      | Constra 
66.78/66.86	c =============================================================================
66.78/66.86	c  0.0s |       0 |        0 |        0 |   266697      0 |      148 |      147
67.18/67.30	c  0.4s |       0 |        7 |        1 |   266697      0 |      148 |      148
67.18/67.30	c #cpu_time = 0.446s
67.18/67.30	c #wall_clock_time = 0.447s
67.18/67.30	c #decision = 7
67.18/67.30	c #random_decision = 0
67.18/67.30	c #conflict = 1
67.18/67.30	c #restart = 0
67.18/67.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 56: cost of the new core is >=56320
67.18/67.30	c BCD2: refineLB: 56304 -> 56320
67.18/67.30	c lower bound updated to -174835541
67.38/67.44	c BCD2: 61440 <= obj <= 174896980
67.38/67.44	c BCD2: #cores=6, #unrelaxed=306494, #relaxed=61, #hardened=0
67.38/67.44	c BCD2: #sat=1 #unsat=61 bias=61/62
67.38/67.45	c Solving starts ...
67.38/67.45	c ============================[ Search Statistics ]============================
67.38/67.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.38/67.45	c       |         |          |          |    Limit     GC | Var      | Constra 
67.38/67.45	c =============================================================================
67.38/67.45	c  0.0s |       0 |        0 |        0 |   266697      0 |      149 |      148
67.88/67.90	c  0.4s |       0 |        7 |        1 |   266697      0 |      149 |      149
67.88/67.90	c #cpu_time = 0.446s
67.88/67.90	c #wall_clock_time = 0.448s
67.88/67.90	c #decision = 7
67.88/67.90	c #random_decision = 0
67.88/67.90	c #conflict = 1
67.88/67.90	c #restart = 0
67.88/67.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 57: cost of the new core is >=57344
67.88/67.90	c BCD2: refineLB: 57328 -> 57344
67.88/67.90	c lower bound updated to -174834517
67.98/68.05	c BCD2: 62464 <= obj <= 174896980
67.98/68.05	c BCD2: #cores=6, #unrelaxed=306493, #relaxed=62, #hardened=0
67.98/68.05	c BCD2: #sat=1 #unsat=62 bias=62/63
67.98/68.05	c Solving starts ...
67.98/68.05	c ============================[ Search Statistics ]============================
67.98/68.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.98/68.05	c       |         |          |          |    Limit     GC | Var      | Constra 
67.98/68.05	c =============================================================================
67.98/68.05	c  0.0s |       0 |        0 |        0 |   266697      0 |      150 |      149
68.48/68.50	c  0.4s |       0 |        7 |        1 |   266697      0 |      150 |      150
68.48/68.50	c #cpu_time = 0.445s
68.48/68.50	c #wall_clock_time = 0.446s
68.48/68.50	c #decision = 7
68.48/68.50	c #random_decision = 0
68.48/68.50	c #conflict = 1
68.48/68.50	c #restart = 0
68.48/68.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 58: cost of the new core is >=58368
68.48/68.50	c BCD2: refineLB: 58352 -> 58368
68.48/68.50	c lower bound updated to -174833493
68.58/68.64	c BCD2: 63488 <= obj <= 174896980
68.58/68.64	c BCD2: #cores=6, #unrelaxed=306492, #relaxed=63, #hardened=0
68.58/68.64	c BCD2: #sat=1 #unsat=63 bias=63/64
68.58/68.65	c Solving starts ...
68.58/68.65	c ============================[ Search Statistics ]============================
68.58/68.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.58/68.65	c       |         |          |          |    Limit     GC | Var      | Constra 
68.58/68.65	c =============================================================================
68.58/68.65	c  0.0s |       0 |        0 |        0 |   266697      0 |      151 |      150
68.98/69.09	c  0.4s |       0 |        7 |        1 |   266697      0 |      151 |      151
68.98/69.09	c #cpu_time = 0.445s
68.98/69.09	c #wall_clock_time = 0.446s
68.98/69.09	c #decision = 7
68.98/69.09	c #random_decision = 0
68.98/69.09	c #conflict = 1
68.98/69.09	c #restart = 0
68.98/69.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 59: cost of the new core is >=59392
68.98/69.09	c BCD2: refineLB: 59377 -> 59392
68.98/69.09	c lower bound updated to -174832469
69.18/69.28	c BCD2: 64512 <= obj <= 174896980
69.18/69.28	c BCD2: #cores=6, #unrelaxed=306491, #relaxed=64, #hardened=0
69.18/69.28	c BCD2: #sat=1 #unsat=64 bias=64/65
69.18/69.29	c Solving starts ...
69.18/69.29	c ============================[ Search Statistics ]============================
69.18/69.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.18/69.29	c       |         |          |          |    Limit     GC | Var      | Constra 
69.18/69.29	c =============================================================================
69.18/69.29	c  0.0s |       0 |        0 |        0 |   266697      0 |      152 |      151
69.68/69.74	c  0.4s |       0 |        7 |        1 |   266697      0 |      152 |      152
69.68/69.74	c #cpu_time = 0.446s
69.68/69.74	c #wall_clock_time = 0.447s
69.68/69.74	c #decision = 7
69.68/69.74	c #random_decision = 0
69.68/69.74	c #conflict = 1
69.68/69.74	c #restart = 0
69.68/69.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 60: cost of the new core is >=60416
69.68/69.74	c BCD2: refineLB: 60401 -> 60416
69.68/69.74	c lower bound updated to -174831445
69.88/69.93	c BCD2: 65536 <= obj <= 174896980
69.88/69.93	c BCD2: #cores=6, #unrelaxed=306490, #relaxed=65, #hardened=0
69.88/69.93	c BCD2: #sat=1 #unsat=65 bias=65/66
69.88/69.94	c Solving starts ...
69.88/69.94	c ============================[ Search Statistics ]============================
69.88/69.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.88/69.94	c       |         |          |          |    Limit     GC | Var      | Constra 
69.88/69.94	c =============================================================================
69.88/69.94	c  0.0s |       0 |        0 |        0 |   266697      0 |      153 |      152
70.28/70.39	c  0.4s |       0 |        7 |        1 |   266697      0 |      153 |      153
70.28/70.39	c #cpu_time = 0.448s
70.28/70.39	c #wall_clock_time = 0.449s
70.28/70.39	c #decision = 7
70.28/70.39	c #random_decision = 0
70.28/70.39	c #conflict = 1
70.28/70.39	c #restart = 0
70.28/70.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 61: cost of the new core is >=61440
70.28/70.39	c BCD2: refineLB: 61425 -> 61440
70.28/70.39	c lower bound updated to -174830421
70.49/70.57	c BCD2: 66560 <= obj <= 174896980
70.49/70.57	c BCD2: #cores=6, #unrelaxed=306489, #relaxed=66, #hardened=0
70.49/70.57	c BCD2: #sat=1 #unsat=66 bias=66/67
70.49/70.59	c Solving starts ...
70.49/70.59	c ============================[ Search Statistics ]============================
70.49/70.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.49/70.59	c       |         |          |          |    Limit     GC | Var      | Constra 
70.49/70.59	c =============================================================================
70.49/70.59	c  0.0s |       0 |        0 |        0 |   266697      0 |      154 |      153
71.88/71.92	c  1.3s |       0 |        7 |        1 |   266697      0 |      154 |      154
71.88/71.92	c #cpu_time = 1.329s
71.88/71.92	c #wall_clock_time = 1.332s
71.88/71.92	c #decision = 7
71.88/71.92	c #random_decision = 0
71.88/71.92	c #conflict = 1
71.88/71.92	c #restart = 0
71.88/71.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 62: cost of the new core is >=62464
71.88/71.92	c BCD2: refineLB: 62449 -> 62464
71.88/71.92	c lower bound updated to -174829397
71.98/72.07	c BCD2: 67584 <= obj <= 174896980
71.98/72.07	c BCD2: #cores=6, #unrelaxed=306488, #relaxed=67, #hardened=0
71.98/72.07	c BCD2: #sat=1 #unsat=67 bias=67/68
71.98/72.07	c Solving starts ...
71.98/72.07	c ============================[ Search Statistics ]============================
71.98/72.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.98/72.07	c       |         |          |          |    Limit     GC | Var      | Constra 
71.98/72.07	c =============================================================================
71.98/72.07	c  0.0s |       0 |        0 |        0 |   266697      0 |      155 |      154
72.48/72.52	c  0.4s |       0 |        7 |        1 |   266697      0 |      155 |      155
72.48/72.52	c #cpu_time = 0.441s
72.48/72.52	c #wall_clock_time = 0.442s
72.48/72.52	c #decision = 7
72.48/72.52	c #random_decision = 0
72.48/72.52	c #conflict = 1
72.48/72.52	c #restart = 0
72.48/72.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 63: cost of the new core is >=63488
72.48/72.52	c BCD2: refineLB: 63473 -> 63488
72.48/72.52	c lower bound updated to -174828373
72.58/72.67	c BCD2: 68608 <= obj <= 174896980
72.58/72.67	c BCD2: #cores=6, #unrelaxed=306487, #relaxed=68, #hardened=0
72.58/72.67	c BCD2: #sat=1 #unsat=68 bias=68/69
72.58/72.68	c Solving starts ...
72.58/72.68	c ============================[ Search Statistics ]============================
72.58/72.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.58/72.68	c       |         |          |          |    Limit     GC | Var      | Constra 
72.58/72.68	c =============================================================================
72.58/72.68	c  0.0s |       0 |        0 |        0 |   266697      0 |      156 |      155
73.08/73.13	c  0.4s |       0 |        7 |        1 |   266697      0 |      156 |      156
73.08/73.13	c #cpu_time = 0.447s
73.08/73.13	c #wall_clock_time = 0.448s
73.08/73.13	c #decision = 7
73.08/73.13	c #random_decision = 0
73.08/73.13	c #conflict = 1
73.08/73.13	c #restart = 0
73.08/73.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 64: cost of the new core is >=64512
73.08/73.13	c BCD2: refineLB: 64498 -> 64512
73.08/73.13	c lower bound updated to -174827349
73.18/73.27	c BCD2: 69632 <= obj <= 174896980
73.18/73.27	c BCD2: #cores=6, #unrelaxed=306486, #relaxed=69, #hardened=0
73.18/73.27	c BCD2: #sat=1 #unsat=69 bias=69/70
73.18/73.28	c Solving starts ...
73.18/73.28	c ============================[ Search Statistics ]============================
73.18/73.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.18/73.28	c       |         |          |          |    Limit     GC | Var      | Constra 
73.18/73.28	c =============================================================================
73.18/73.28	c  0.0s |       0 |        0 |        0 |   266697      0 |      157 |      156
73.68/73.71	c  0.4s |       0 |        7 |        1 |   266697      0 |      157 |      157
73.68/73.71	c #cpu_time = 0.436s
73.68/73.71	c #wall_clock_time = 0.437s
73.68/73.71	c #decision = 7
73.68/73.71	c #random_decision = 0
73.68/73.71	c #conflict = 1
73.68/73.71	c #restart = 0
73.68/73.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 65: cost of the new core is >=65536
73.68/73.71	c BCD2: refineLB: 65522 -> 65536
73.68/73.71	c lower bound updated to -174826325
73.78/73.87	c BCD2: 70656 <= obj <= 174896980
73.78/73.87	c BCD2: #cores=6, #unrelaxed=306485, #relaxed=70, #hardened=0
73.78/73.87	c BCD2: #sat=1 #unsat=70 bias=70/71
73.78/73.88	c Solving starts ...
73.78/73.88	c ============================[ Search Statistics ]============================
73.78/73.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.78/73.88	c       |         |          |          |    Limit     GC | Var      | Constra 
73.78/73.88	c =============================================================================
73.78/73.88	c  0.0s |       0 |        0 |        0 |   266697      0 |      158 |      157
74.28/74.33	c  0.4s |       0 |        7 |        1 |   266697      0 |      158 |      158
74.28/74.33	c #cpu_time = 0.448s
74.28/74.33	c #wall_clock_time = 0.449s
74.28/74.33	c #decision = 7
74.28/74.33	c #random_decision = 0
74.28/74.33	c #conflict = 1
74.28/74.33	c #restart = 0
74.28/74.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 66: cost of the new core is >=66560
74.28/74.33	c BCD2: refineLB: 66546 -> 66560
74.28/74.33	c lower bound updated to -174825301
74.38/74.47	c BCD2: 71680 <= obj <= 174896980
74.38/74.47	c BCD2: #cores=6, #unrelaxed=306484, #relaxed=71, #hardened=0
74.38/74.47	c BCD2: #sat=1 #unsat=71 bias=71/72
74.38/74.48	c Solving starts ...
74.38/74.48	c ============================[ Search Statistics ]============================
74.38/74.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.38/74.48	c       |         |          |          |    Limit     GC | Var      | Constra 
74.38/74.48	c =============================================================================
74.38/74.48	c  0.0s |       0 |        0 |        0 |   266697      0 |      159 |      158
74.88/74.93	c  0.4s |       0 |        7 |        1 |   266697      0 |      159 |      159
74.88/74.93	c #cpu_time = 0.448s
74.88/74.93	c #wall_clock_time = 0.449s
74.88/74.93	c #decision = 7
74.88/74.93	c #random_decision = 0
74.88/74.93	c #conflict = 1
74.88/74.93	c #restart = 0
74.88/74.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 67: cost of the new core is >=67584
74.88/74.93	c BCD2: refineLB: 67570 -> 67584
74.88/74.93	c lower bound updated to -174824277
74.98/75.08	c BCD2: 72704 <= obj <= 174896980
74.98/75.08	c BCD2: #cores=6, #unrelaxed=306483, #relaxed=72, #hardened=0
74.98/75.08	c BCD2: #sat=1 #unsat=72 bias=72/73
74.98/75.08	c Solving starts ...
74.98/75.08	c ============================[ Search Statistics ]============================
74.98/75.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.98/75.08	c       |         |          |          |    Limit     GC | Var      | Constra 
74.98/75.08	c =============================================================================
74.98/75.08	c  0.0s |       0 |        0 |        0 |   266697      0 |      160 |      159
75.48/75.53	c  0.4s |       0 |        7 |        1 |   266697      0 |      160 |      160
75.48/75.53	c #cpu_time = 0.447s
75.48/75.53	c #wall_clock_time = 0.448s
75.48/75.53	c #decision = 7
75.48/75.53	c #random_decision = 0
75.48/75.53	c #conflict = 1
75.48/75.53	c #restart = 0
75.48/75.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 68: cost of the new core is >=68608
75.48/75.53	c BCD2: refineLB: 68594 -> 68608
75.48/75.53	c lower bound updated to -174823253
75.58/75.68	c BCD2: 73728 <= obj <= 174896980
75.58/75.68	c BCD2: #cores=6, #unrelaxed=306482, #relaxed=73, #hardened=0
75.58/75.68	c BCD2: #sat=1 #unsat=73 bias=73/74
75.58/75.68	c Solving starts ...
75.58/75.68	c ============================[ Search Statistics ]============================
75.58/75.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.58/75.68	c       |         |          |          |    Limit     GC | Var      | Constra 
75.58/75.68	c =============================================================================
75.58/75.68	c  0.0s |       0 |        0 |        0 |   266697      0 |      161 |      160
76.08/76.13	c  0.4s |       0 |        7 |        1 |   266697      0 |      161 |      161
76.08/76.13	c #cpu_time = 0.447s
76.08/76.13	c #wall_clock_time = 0.448s
76.08/76.13	c #decision = 7
76.08/76.13	c #random_decision = 0
76.08/76.13	c #conflict = 1
76.08/76.13	c #restart = 0
76.08/76.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 69: cost of the new core is >=69632
76.08/76.13	c BCD2: refineLB: 69619 -> 69632
76.08/76.13	c lower bound updated to -174822229
76.27/76.32	c BCD2: 74752 <= obj <= 174896980
76.27/76.32	c BCD2: #cores=6, #unrelaxed=306481, #relaxed=74, #hardened=0
76.27/76.32	c BCD2: #sat=1 #unsat=74 bias=74/75
76.27/76.33	c Solving starts ...
76.27/76.33	c ============================[ Search Statistics ]============================
76.27/76.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.27/76.33	c       |         |          |          |    Limit     GC | Var      | Constra 
76.27/76.33	c =============================================================================
76.27/76.33	c  0.0s |       0 |        0 |        0 |   266697      0 |      162 |      161
76.67/76.78	c  0.4s |       0 |        7 |        1 |   266697      0 |      162 |      162
76.67/76.78	c #cpu_time = 0.447s
76.67/76.78	c #wall_clock_time = 0.448s
76.67/76.78	c #decision = 7
76.67/76.78	c #random_decision = 0
76.67/76.78	c #conflict = 1
76.67/76.78	c #restart = 0
76.67/76.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 70: cost of the new core is >=70656
76.67/76.78	c BCD2: refineLB: 70643 -> 70656
76.67/76.78	c lower bound updated to -174821205
76.87/76.96	c BCD2: 75776 <= obj <= 174896980
76.87/76.96	c BCD2: #cores=6, #unrelaxed=306480, #relaxed=75, #hardened=0
76.87/76.96	c BCD2: #sat=1 #unsat=75 bias=75/76
76.87/76.98	c Solving starts ...
76.87/76.98	c ============================[ Search Statistics ]============================
76.87/76.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.87/76.98	c       |         |          |          |    Limit     GC | Var      | Constra 
76.87/76.98	c =============================================================================
76.87/76.98	c  0.0s |       0 |        0 |        0 |   266697      0 |      163 |      162
77.38/77.43	c  0.5s |       0 |        7 |        1 |   266697      0 |      163 |      163
77.38/77.43	c #cpu_time = 0.450s
77.38/77.43	c #wall_clock_time = 0.451s
77.38/77.43	c #decision = 7
77.38/77.43	c #random_decision = 0
77.38/77.43	c #conflict = 1
77.38/77.43	c #restart = 0
77.38/77.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 71: cost of the new core is >=71680
77.38/77.43	c BCD2: refineLB: 71667 -> 71680
77.38/77.43	c lower bound updated to -174820181
77.58/77.62	c BCD2: 76800 <= obj <= 174896980
77.58/77.62	c BCD2: #cores=6, #unrelaxed=306479, #relaxed=76, #hardened=0
77.58/77.62	c BCD2: #sat=1 #unsat=76 bias=76/77
77.58/77.63	c Solving starts ...
77.58/77.63	c ============================[ Search Statistics ]============================
77.58/77.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.58/77.63	c       |         |          |          |    Limit     GC | Var      | Constra 
77.58/77.63	c =============================================================================
77.58/77.63	c  0.0s |       0 |        0 |        0 |   266697      0 |      164 |      163
78.98/79.00	c  1.4s |       0 |        7 |        1 |   266697      0 |      164 |      164
78.98/79.00	c #cpu_time = 1.365s
78.98/79.00	c #wall_clock_time = 1.369s
78.98/79.00	c #decision = 7
78.98/79.00	c #random_decision = 0
78.98/79.00	c #conflict = 1
78.98/79.00	c #restart = 0
78.98/79.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 72: cost of the new core is >=72704
78.98/79.00	c BCD2: refineLB: 72691 -> 72704
78.98/79.00	c lower bound updated to -174819157
79.08/79.18	c BCD2: 77824 <= obj <= 174896980
79.08/79.18	c BCD2: #cores=6, #unrelaxed=306478, #relaxed=77, #hardened=0
79.08/79.18	c BCD2: #sat=1 #unsat=77 bias=77/78
79.08/79.19	c Solving starts ...
79.08/79.19	c ============================[ Search Statistics ]============================
79.08/79.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.08/79.19	c       |         |          |          |    Limit     GC | Var      | Constra 
79.08/79.19	c =============================================================================
79.08/79.19	c  0.0s |       0 |        0 |        0 |   266697      0 |      165 |      164
79.48/79.60	c  0.4s |       0 |        7 |        1 |   266697      0 |      165 |      165
79.48/79.60	c #cpu_time = 0.406s
79.48/79.60	c #wall_clock_time = 0.408s
79.48/79.60	c #decision = 7
79.48/79.60	c #random_decision = 0
79.48/79.60	c #conflict = 1
79.48/79.60	c #restart = 0
79.48/79.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 73: cost of the new core is >=73728
79.48/79.60	c BCD2: refineLB: 73715 -> 73728
79.48/79.60	c lower bound updated to -174818133
79.68/79.79	c BCD2: 78848 <= obj <= 174896980
79.68/79.79	c BCD2: #cores=6, #unrelaxed=306477, #relaxed=78, #hardened=0
79.68/79.79	c BCD2: #sat=1 #unsat=78 bias=78/79
79.68/79.80	c Solving starts ...
79.68/79.80	c ============================[ Search Statistics ]============================
79.68/79.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.68/79.80	c       |         |          |          |    Limit     GC | Var      | Constra 
79.68/79.80	c =============================================================================
79.78/79.80	c  0.0s |       0 |        0 |        0 |   266697      0 |      166 |      165
80.18/80.22	c  0.4s |       0 |        7 |        1 |   266697      0 |      166 |      166
80.18/80.22	c #cpu_time = 0.419s
80.18/80.22	c #wall_clock_time = 0.420s
80.18/80.22	c #decision = 7
80.18/80.22	c #random_decision = 0
80.18/80.22	c #conflict = 1
80.18/80.22	c #restart = 0
80.18/80.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 74: cost of the new core is >=74752
80.18/80.22	c BCD2: refineLB: 74740 -> 74752
80.18/80.22	c lower bound updated to -174817109
80.28/80.40	c BCD2: 79872 <= obj <= 174896980
80.28/80.40	c BCD2: #cores=6, #unrelaxed=306476, #relaxed=79, #hardened=0
80.28/80.40	c BCD2: #sat=1 #unsat=79 bias=79/80
80.28/80.40	c Solving starts ...
80.28/80.40	c ============================[ Search Statistics ]============================
80.28/80.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.28/80.40	c       |         |          |          |    Limit     GC | Var      | Constra 
80.28/80.40	c =============================================================================
80.39/80.40	c  0.0s |       0 |        0 |        0 |   266697      0 |      167 |      166
80.78/80.81	c  0.4s |       0 |        7 |        1 |   266697      0 |      167 |      167
80.78/80.81	c #cpu_time = 0.406s
80.78/80.81	c #wall_clock_time = 0.408s
80.78/80.81	c #decision = 7
80.78/80.81	c #random_decision = 0
80.78/80.81	c #conflict = 1
80.78/80.81	c #restart = 0
80.78/80.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 75: cost of the new core is >=75776
80.78/80.81	c BCD2: refineLB: 75764 -> 75776
80.78/80.81	c lower bound updated to -174816085
80.98/81.01	c BCD2: 80896 <= obj <= 174896980
80.98/81.01	c BCD2: #cores=6, #unrelaxed=306475, #relaxed=80, #hardened=0
80.98/81.01	c BCD2: #sat=1 #unsat=80 bias=80/81
80.98/81.01	c Solving starts ...
80.98/81.01	c ============================[ Search Statistics ]============================
80.98/81.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.98/81.01	c       |         |          |          |    Limit     GC | Var      | Constra 
80.98/81.01	c =============================================================================
80.98/81.01	c  0.0s |       0 |        0 |        0 |   266697      0 |      168 |      167
81.38/81.43	c  0.4s |       0 |        7 |        1 |   266697      0 |      168 |      168
81.38/81.43	c #cpu_time = 0.419s
81.38/81.43	c #wall_clock_time = 0.420s
81.38/81.43	c #decision = 7
81.38/81.43	c #random_decision = 0
81.38/81.43	c #conflict = 1
81.38/81.43	c #restart = 0
81.38/81.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 76: cost of the new core is >=76800
81.38/81.43	c BCD2: refineLB: 76788 -> 76800
81.38/81.43	c lower bound updated to -174815061
81.59/81.61	c BCD2: 81920 <= obj <= 174896980
81.59/81.61	c BCD2: #cores=6, #unrelaxed=306474, #relaxed=81, #hardened=0
81.59/81.61	c BCD2: #sat=1 #unsat=81 bias=81/82
81.59/81.62	c Solving starts ...
81.59/81.62	c ============================[ Search Statistics ]============================
81.59/81.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.59/81.62	c       |         |          |          |    Limit     GC | Var      | Constra 
81.59/81.62	c =============================================================================
81.59/81.62	c  0.0s |       0 |        0 |        0 |   266697      0 |      169 |      168
81.98/82.04	c  0.4s |       0 |        7 |        1 |   266697      0 |      169 |      169
81.98/82.04	c #cpu_time = 0.416s
81.98/82.04	c #wall_clock_time = 0.417s
81.98/82.04	c #decision = 7
81.98/82.04	c #random_decision = 0
81.98/82.04	c #conflict = 1
81.98/82.04	c #restart = 0
81.98/82.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 77: cost of the new core is >=77824
81.98/82.04	c BCD2: refineLB: 77812 -> 77824
81.98/82.04	c lower bound updated to -174814037
82.18/82.22	c BCD2: 82944 <= obj <= 174896980
82.18/82.22	c BCD2: #cores=6, #unrelaxed=306473, #relaxed=82, #hardened=0
82.18/82.22	c BCD2: #sat=1 #unsat=82 bias=82/83
82.18/82.23	c Solving starts ...
82.18/82.23	c ============================[ Search Statistics ]============================
82.18/82.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.18/82.23	c       |         |          |          |    Limit     GC | Var      | Constra 
82.18/82.23	c =============================================================================
82.18/82.23	c  0.0s |       0 |        0 |        0 |   266697      0 |      170 |      169
82.59/82.65	c  0.4s |       0 |        7 |        1 |   266697      0 |      170 |      170
82.59/82.65	c #cpu_time = 0.419s
82.59/82.65	c #wall_clock_time = 0.420s
82.59/82.65	c #decision = 7
82.59/82.65	c #random_decision = 0
82.59/82.65	c #conflict = 1
82.59/82.65	c #restart = 0
82.59/82.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 78: cost of the new core is >=78848
82.59/82.65	c BCD2: refineLB: 78836 -> 78848
82.59/82.65	c lower bound updated to -174813013
82.78/82.83	c BCD2: 83968 <= obj <= 174896980
82.78/82.83	c BCD2: #cores=6, #unrelaxed=306472, #relaxed=83, #hardened=0
82.78/82.83	c BCD2: #sat=1 #unsat=83 bias=83/84
82.78/82.84	c Solving starts ...
82.78/82.84	c ============================[ Search Statistics ]============================
82.78/82.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.78/82.84	c       |         |          |          |    Limit     GC | Var      | Constra 
82.78/82.84	c =============================================================================
82.78/82.84	c  0.0s |       0 |        0 |        0 |   266697      0 |      171 |      170
83.18/83.25	c  0.4s |       0 |        7 |        1 |   266697      0 |      171 |      171
83.18/83.25	c #cpu_time = 0.416s
83.18/83.25	c #wall_clock_time = 0.417s
83.18/83.25	c #decision = 7
83.18/83.25	c #random_decision = 0
83.18/83.25	c #conflict = 1
83.18/83.25	c #restart = 0
83.18/83.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 79: cost of the new core is >=79872
83.18/83.26	c BCD2: refineLB: 79860 -> 79872
83.18/83.26	c lower bound updated to -174811989
83.38/83.48	c BCD2: 84992 <= obj <= 174896980
83.38/83.48	c BCD2: #cores=6, #unrelaxed=306471, #relaxed=84, #hardened=0
83.38/83.48	c BCD2: #sat=1 #unsat=84 bias=84/85
83.38/83.50	c Solving starts ...
83.38/83.50	c ============================[ Search Statistics ]============================
83.38/83.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.38/83.50	c       |         |          |          |    Limit     GC | Var      | Constra 
83.38/83.50	c =============================================================================
83.38/83.50	c  0.0s |       0 |        0 |        0 |   266697      0 |      172 |      171
83.88/83.91	c  0.4s |       0 |        7 |        1 |   266697      0 |      172 |      172
83.88/83.91	c #cpu_time = 0.419s
83.88/83.91	c #wall_clock_time = 0.420s
83.88/83.91	c #decision = 7
83.88/83.91	c #random_decision = 0
83.88/83.91	c #conflict = 1
83.88/83.91	c #restart = 0
83.88/83.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 80: cost of the new core is >=80896
83.88/83.91	c BCD2: refineLB: 80884 -> 80896
83.88/83.91	c lower bound updated to -174810965
84.08/84.14	c BCD2: 86016 <= obj <= 174896980
84.08/84.14	c BCD2: #cores=6, #unrelaxed=306470, #relaxed=85, #hardened=0
84.08/84.14	c BCD2: #sat=1 #unsat=85 bias=85/86
84.08/84.15	c Solving starts ...
84.08/84.15	c ============================[ Search Statistics ]============================
84.08/84.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.08/84.15	c       |         |          |          |    Limit     GC | Var      | Constra 
84.08/84.15	c =============================================================================
84.08/84.15	c  0.0s |       0 |        0 |        0 |   266697      0 |      173 |      172
84.48/84.57	c  0.4s |       0 |        7 |        1 |   266697      0 |      173 |      173
84.48/84.57	c #cpu_time = 0.418s
84.48/84.57	c #wall_clock_time = 0.419s
84.48/84.57	c #decision = 7
84.48/84.57	c #random_decision = 0
84.48/84.57	c #conflict = 1
84.48/84.57	c #restart = 0
84.48/84.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 81: cost of the new core is >=81920
84.48/84.57	c BCD2: refineLB: 81909 -> 81920
84.48/84.57	c lower bound updated to -174809941
84.68/84.80	c BCD2: 87040 <= obj <= 174896980
84.68/84.80	c BCD2: #cores=6, #unrelaxed=306469, #relaxed=86, #hardened=0
84.68/84.80	c BCD2: #sat=1 #unsat=86 bias=86/87
84.78/84.81	c Solving starts ...
84.78/84.81	c ============================[ Search Statistics ]============================
84.78/84.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.78/84.81	c       |         |          |          |    Limit     GC | Var      | Constra 
84.78/84.81	c =============================================================================
84.78/84.81	c  0.0s |       0 |        0 |        0 |   266697      0 |      174 |      173
86.08/86.18	c  1.4s |       0 |        7 |        1 |   266697      0 |      174 |      174
86.08/86.18	c #cpu_time = 1.360s
86.08/86.18	c #wall_clock_time = 1.363s
86.08/86.18	c #decision = 7
86.08/86.18	c #random_decision = 0
86.08/86.18	c #conflict = 1
86.08/86.18	c #restart = 0
86.08/86.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 82: cost of the new core is >=82944
86.08/86.18	c BCD2: refineLB: 82933 -> 82944
86.08/86.18	c lower bound updated to -174808917
86.27/86.36	c BCD2: 88064 <= obj <= 174896980
86.27/86.36	c BCD2: #cores=6, #unrelaxed=306468, #relaxed=87, #hardened=0
86.27/86.36	c BCD2: #sat=1 #unsat=87 bias=87/88
86.27/86.36	c Solving starts ...
86.27/86.36	c ============================[ Search Statistics ]============================
86.27/86.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.27/86.36	c       |         |          |          |    Limit     GC | Var      | Constra 
86.27/86.36	c =============================================================================
86.27/86.36	c  0.0s |       0 |        0 |        0 |   266697      0 |      175 |      174
86.67/86.77	c  0.4s |       0 |        7 |        1 |   266697      0 |      175 |      175
86.67/86.77	c #cpu_time = 0.408s
86.67/86.77	c #wall_clock_time = 0.409s
86.67/86.77	c #decision = 7
86.67/86.77	c #random_decision = 0
86.67/86.77	c #conflict = 1
86.67/86.77	c #restart = 0
86.67/86.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 83: cost of the new core is >=83968
86.67/86.77	c BCD2: refineLB: 83957 -> 83968
86.67/86.77	c lower bound updated to -174807893
86.87/86.97	c BCD2: 89088 <= obj <= 174896980
86.87/86.97	c BCD2: #cores=6, #unrelaxed=306467, #relaxed=88, #hardened=0
86.87/86.97	c BCD2: #sat=1 #unsat=88 bias=88/89
86.87/86.97	c Solving starts ...
86.87/86.97	c ============================[ Search Statistics ]============================
86.87/86.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.87/86.97	c       |         |          |          |    Limit     GC | Var      | Constra 
86.87/86.97	c =============================================================================
86.87/86.97	c  0.0s |       0 |        0 |        0 |   266697      0 |      176 |      175
87.27/87.39	c  0.4s |       0 |        7 |        1 |   266697      0 |      176 |      176
87.27/87.39	c #cpu_time = 0.420s
87.27/87.39	c #wall_clock_time = 0.421s
87.27/87.39	c #decision = 7
87.27/87.39	c #random_decision = 0
87.27/87.39	c #conflict = 1
87.27/87.39	c #restart = 0
87.27/87.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 84: cost of the new core is >=84992
87.27/87.39	c BCD2: refineLB: 84981 -> 84992
87.27/87.39	c lower bound updated to -174806869
87.47/87.57	c BCD2: 90112 <= obj <= 174896980
87.47/87.57	c BCD2: #cores=6, #unrelaxed=306466, #relaxed=89, #hardened=0
87.47/87.57	c BCD2: #sat=1 #unsat=89 bias=89/90
87.47/87.58	c Solving starts ...
87.47/87.58	c ============================[ Search Statistics ]============================
87.47/87.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.47/87.58	c       |         |          |          |    Limit     GC | Var      | Constra 
87.47/87.58	c =============================================================================
87.47/87.58	c  0.0s |       0 |        0 |        0 |   266697      0 |      177 |      176
87.87/87.99	c  0.4s |       0 |        7 |        1 |   266697      0 |      177 |      177
87.87/87.99	c #cpu_time = 0.407s
87.87/87.99	c #wall_clock_time = 0.408s
87.87/87.99	c #decision = 7
87.87/87.99	c #random_decision = 0
87.87/87.99	c #conflict = 1
87.87/87.99	c #restart = 0
87.87/87.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 85: cost of the new core is >=86016
87.87/87.99	c BCD2: refineLB: 86005 -> 86016
87.87/87.99	c lower bound updated to -174805845
88.08/88.19	c BCD2: 91136 <= obj <= 174896980
88.08/88.19	c BCD2: #cores=6, #unrelaxed=306465, #relaxed=90, #hardened=0
88.08/88.19	c BCD2: #sat=1 #unsat=90 bias=90/91
88.08/88.19	c Solving starts ...
88.08/88.19	c ============================[ Search Statistics ]============================
88.08/88.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.08/88.19	c       |         |          |          |    Limit     GC | Var      | Constra 
88.08/88.19	c =============================================================================
88.08/88.19	c  0.0s |       0 |        0 |        0 |   266697      0 |      178 |      177
88.57/88.61	c  0.4s |       0 |        7 |        1 |   266697      0 |      178 |      178
88.57/88.61	c #cpu_time = 0.422s
88.57/88.61	c #wall_clock_time = 0.423s
88.57/88.61	c #decision = 7
88.57/88.61	c #random_decision = 0
88.57/88.61	c #conflict = 1
88.57/88.61	c #restart = 0
88.57/88.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 86: cost of the new core is >=87040
88.57/88.62	c BCD2: refineLB: 87029 -> 87040
88.57/88.62	c lower bound updated to -174804821
88.67/88.80	c BCD2: 92160 <= obj <= 174896980
88.67/88.80	c BCD2: #cores=6, #unrelaxed=306464, #relaxed=91, #hardened=0
88.67/88.80	c BCD2: #sat=1 #unsat=91 bias=91/92
88.77/88.80	c Solving starts ...
88.77/88.80	c ============================[ Search Statistics ]============================
88.77/88.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.77/88.80	c       |         |          |          |    Limit     GC | Var      | Constra 
88.77/88.80	c =============================================================================
88.77/88.80	c  0.0s |       0 |        0 |        0 |   266697      0 |      179 |      178
89.18/89.22	c  0.4s |       0 |        7 |        1 |   266697      0 |      179 |      179
89.18/89.22	c #cpu_time = 0.418s
89.18/89.22	c #wall_clock_time = 0.419s
89.18/89.22	c #decision = 7
89.18/89.22	c #random_decision = 0
89.18/89.22	c #conflict = 1
89.18/89.22	c #restart = 0
89.18/89.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 87: cost of the new core is >=88064
89.18/89.22	c BCD2: refineLB: 88053 -> 88064
89.18/89.22	c lower bound updated to -174803797
89.37/89.41	c BCD2: 93184 <= obj <= 174896980
89.37/89.41	c BCD2: #cores=6, #unrelaxed=306463, #relaxed=92, #hardened=0
89.37/89.41	c BCD2: #sat=1 #unsat=92 bias=92/93
89.37/89.41	c Solving starts ...
89.37/89.41	c ============================[ Search Statistics ]============================
89.37/89.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.37/89.41	c       |         |          |          |    Limit     GC | Var      | Constra 
89.37/89.41	c =============================================================================
89.37/89.41	c  0.0s |       0 |        0 |        0 |   266697      0 |      180 |      179
89.77/89.84	c  0.4s |       0 |        7 |        1 |   266697      0 |      180 |      180
89.77/89.84	c #cpu_time = 0.420s
89.77/89.84	c #wall_clock_time = 0.422s
89.77/89.84	c #decision = 7
89.77/89.84	c #random_decision = 0
89.77/89.84	c #conflict = 1
89.77/89.84	c #restart = 0
89.77/89.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 88: cost of the new core is >=89088
89.77/89.84	c BCD2: refineLB: 89077 -> 89088
89.77/89.84	c lower bound updated to -174802773
89.97/90.02	c BCD2: 94208 <= obj <= 174896980
89.97/90.02	c BCD2: #cores=6, #unrelaxed=306462, #relaxed=93, #hardened=0
89.97/90.02	c BCD2: #sat=1 #unsat=93 bias=93/94
89.97/90.02	c Solving starts ...
89.97/90.02	c ============================[ Search Statistics ]============================
89.97/90.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.97/90.02	c       |         |          |          |    Limit     GC | Var      | Constra 
89.97/90.02	c =============================================================================
89.97/90.02	c  0.0s |       0 |        0 |        0 |   266697      0 |      181 |      180
90.38/90.44	c  0.4s |       0 |        7 |        1 |   266697      0 |      181 |      181
90.38/90.44	c #cpu_time = 0.417s
90.38/90.44	c #wall_clock_time = 0.418s
90.38/90.44	c #decision = 7
90.38/90.44	c #random_decision = 0
90.38/90.44	c #conflict = 1
90.38/90.44	c #restart = 0
90.38/90.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 89: cost of the new core is >=90112
90.38/90.44	c BCD2: refineLB: 90102 -> 90112
90.38/90.44	c lower bound updated to -174801749
90.57/90.67	c BCD2: 95232 <= obj <= 174896980
90.57/90.67	c BCD2: #cores=6, #unrelaxed=306461, #relaxed=94, #hardened=0
90.57/90.67	c BCD2: #sat=1 #unsat=94 bias=94/95
90.57/90.68	c Solving starts ...
90.57/90.68	c ============================[ Search Statistics ]============================
90.57/90.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.57/90.68	c       |         |          |          |    Limit     GC | Var      | Constra 
90.57/90.68	c =============================================================================
90.57/90.68	c  0.0s |       0 |        0 |        0 |   266697      0 |      182 |      181
91.08/91.10	c  0.4s |       0 |        7 |        1 |   266697      0 |      182 |      182
91.08/91.10	c #cpu_time = 0.419s
91.08/91.10	c #wall_clock_time = 0.421s
91.08/91.10	c #decision = 7
91.08/91.10	c #random_decision = 0
91.08/91.10	c #conflict = 1
91.08/91.10	c #restart = 0
91.08/91.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 90: cost of the new core is >=91136
91.08/91.10	c BCD2: refineLB: 91126 -> 91136
91.08/91.10	c lower bound updated to -174800725
91.28/91.32	c BCD2: 96256 <= obj <= 174896980
91.28/91.32	c BCD2: #cores=6, #unrelaxed=306460, #relaxed=95, #hardened=0
91.28/91.32	c BCD2: #sat=1 #unsat=95 bias=95/96
91.28/91.34	c Solving starts ...
91.28/91.34	c ============================[ Search Statistics ]============================
91.28/91.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.28/91.34	c       |         |          |          |    Limit     GC | Var      | Constra 
91.28/91.34	c =============================================================================
91.28/91.34	c  0.0s |       0 |        0 |        0 |   266697      0 |      183 |      182
91.68/91.76	c  0.4s |       0 |        7 |        1 |   266697      0 |      183 |      183
91.68/91.76	c #cpu_time = 0.421s
91.68/91.76	c #wall_clock_time = 0.422s
91.68/91.76	c #decision = 7
91.68/91.76	c #random_decision = 0
91.68/91.76	c #conflict = 1
91.68/91.76	c #restart = 0
91.68/91.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 91: cost of the new core is >=92160
91.68/91.76	c BCD2: refineLB: 92150 -> 92160
91.68/91.76	c lower bound updated to -174799701
91.88/91.99	c BCD2: 97280 <= obj <= 174896980
91.88/91.99	c BCD2: #cores=6, #unrelaxed=306459, #relaxed=96, #hardened=0
91.88/91.99	c BCD2: #sat=1 #unsat=96 bias=96/97
91.98/92.00	c Solving starts ...
91.98/92.00	c ============================[ Search Statistics ]============================
91.98/92.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.98/92.00	c       |         |          |          |    Limit     GC | Var      | Constra 
91.98/92.00	c =============================================================================
91.98/92.00	c  0.0s |       0 |        0 |        0 |   266697      0 |      184 |      183
93.28/93.38	c  1.4s |       0 |        7 |        1 |   266697      0 |      184 |      184
93.28/93.38	c #cpu_time = 1.369s
93.28/93.38	c #wall_clock_time = 1.372s
93.28/93.38	c #decision = 7
93.28/93.38	c #random_decision = 0
93.28/93.38	c #conflict = 1
93.28/93.38	c #restart = 0
93.28/93.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 92: cost of the new core is >=93184
93.28/93.38	c BCD2: refineLB: 93174 -> 93184
93.28/93.38	c lower bound updated to -174798677
93.48/93.57	c BCD2: 98304 <= obj <= 174896980
93.48/93.57	c BCD2: #cores=6, #unrelaxed=306458, #relaxed=97, #hardened=0
93.48/93.57	c BCD2: #sat=1 #unsat=97 bias=97/98
93.48/93.57	c Solving starts ...
93.48/93.57	c ============================[ Search Statistics ]============================
93.48/93.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.48/93.57	c       |         |          |          |    Limit     GC | Var      | Constra 
93.48/93.57	c =============================================================================
93.48/93.57	c  0.0s |       0 |        0 |        0 |   266697      0 |      185 |      184
93.98/94.00	c  0.4s |       0 |        7 |        1 |   266697      0 |      185 |      185
93.98/94.00	c #cpu_time = 0.423s
93.98/94.00	c #wall_clock_time = 0.424s
93.98/94.00	c #decision = 7
93.98/94.00	c #random_decision = 0
93.98/94.00	c #conflict = 1
93.98/94.00	c #restart = 0
93.98/94.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 93: cost of the new core is >=94208
93.98/94.00	c BCD2: refineLB: 94198 -> 94208
93.98/94.00	c lower bound updated to -174797653
94.18/94.20	c BCD2: 99328 <= obj <= 174896980
94.18/94.20	c BCD2: #cores=6, #unrelaxed=306457, #relaxed=98, #hardened=0
94.18/94.20	c BCD2: #sat=1 #unsat=98 bias=98/99
94.18/94.21	c Solving starts ...
94.18/94.21	c ============================[ Search Statistics ]============================
94.18/94.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.18/94.21	c       |         |          |          |    Limit     GC | Var      | Constra 
94.18/94.21	c =============================================================================
94.18/94.21	c  0.0s |       0 |        0 |        0 |   266697      0 |      186 |      185
94.58/94.64	c  0.4s |       0 |        7 |        1 |   266697      0 |      186 |      186
94.58/94.64	c #cpu_time = 0.435s
94.58/94.64	c #wall_clock_time = 0.436s
94.58/94.64	c #decision = 7
94.58/94.64	c #random_decision = 0
94.58/94.64	c #conflict = 1
94.58/94.64	c #restart = 0
94.58/94.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 94: cost of the new core is >=95232
94.58/94.64	c BCD2: refineLB: 95222 -> 95232
94.58/94.64	c lower bound updated to -174796629
94.79/94.83	c BCD2: 100352 <= obj <= 174896980
94.79/94.83	c BCD2: #cores=6, #unrelaxed=306456, #relaxed=99, #hardened=0
94.79/94.83	c BCD2: #sat=1 #unsat=99 bias=99/100
94.79/94.84	c Solving starts ...
94.79/94.84	c ============================[ Search Statistics ]============================
94.79/94.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.79/94.84	c       |         |          |          |    Limit     GC | Var      | Constra 
94.79/94.84	c =============================================================================
94.79/94.84	c  0.0s |       0 |        0 |        0 |   266697      0 |      187 |      186
95.18/95.26	c  0.4s |       0 |        7 |        1 |   266697      0 |      187 |      187
95.18/95.26	c #cpu_time = 0.420s
95.18/95.26	c #wall_clock_time = 0.421s
95.18/95.26	c #decision = 7
95.18/95.26	c #random_decision = 0
95.18/95.26	c #conflict = 1
95.18/95.26	c #restart = 0
95.18/95.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 95: cost of the new core is >=96256
95.18/95.26	c BCD2: refineLB: 96246 -> 96256
95.18/95.26	c lower bound updated to -174795605
95.38/95.47	c BCD2: 101376 <= obj <= 174896980
95.38/95.47	c BCD2: #cores=6, #unrelaxed=306455, #relaxed=100, #hardened=0
95.38/95.47	c BCD2: #sat=1 #unsat=100 bias=100/101
95.38/95.47	c Solving starts ...
95.38/95.47	c ============================[ Search Statistics ]============================
95.38/95.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.38/95.47	c       |         |          |          |    Limit     GC | Var      | Constra 
95.38/95.47	c =============================================================================
95.38/95.47	c  0.0s |       0 |        0 |        0 |   266697      0 |      188 |      187
95.89/95.91	c  0.4s |       0 |        7 |        1 |   266697      0 |      188 |      188
95.89/95.91	c #cpu_time = 0.435s
95.89/95.91	c #wall_clock_time = 0.436s
95.89/95.91	c #decision = 7
95.89/95.91	c #random_decision = 0
95.89/95.91	c #conflict = 1
95.89/95.91	c #restart = 0
95.89/95.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 96: cost of the new core is >=97280
95.89/95.91	c BCD2: refineLB: 97270 -> 97280
95.89/95.91	c lower bound updated to -174794581
96.08/96.10	c BCD2: 102400 <= obj <= 174896980
96.08/96.10	c BCD2: #cores=6, #unrelaxed=306454, #relaxed=101, #hardened=0
96.08/96.10	c BCD2: #sat=1 #unsat=101 bias=101/102
96.08/96.10	c Solving starts ...
96.08/96.10	c ============================[ Search Statistics ]============================
96.08/96.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.08/96.10	c       |         |          |          |    Limit     GC | Var      | Constra 
96.08/96.10	c =============================================================================
96.08/96.10	c  0.0s |       0 |        0 |        0 |   266697      0 |      189 |      188
96.48/96.54	c  0.4s |       0 |        7 |        1 |   266697      0 |      189 |      189
96.48/96.54	c #cpu_time = 0.432s
96.48/96.54	c #wall_clock_time = 0.433s
96.48/96.54	c #decision = 7
96.48/96.54	c #random_decision = 0
96.48/96.54	c #conflict = 1
96.48/96.54	c #restart = 0
96.48/96.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 97: cost of the new core is >=98304
96.48/96.54	c BCD2: refineLB: 98294 -> 98304
96.48/96.54	c lower bound updated to -174793557
96.68/96.73	c BCD2: 103424 <= obj <= 174896980
96.68/96.73	c BCD2: #cores=6, #unrelaxed=306453, #relaxed=102, #hardened=0
96.68/96.73	c BCD2: #sat=1 #unsat=102 bias=102/103
96.68/96.74	c Solving starts ...
96.68/96.74	c ============================[ Search Statistics ]============================
96.68/96.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.68/96.74	c       |         |          |          |    Limit     GC | Var      | Constra 
96.68/96.74	c =============================================================================
96.68/96.74	c  0.0s |       0 |        0 |        0 |   266697      0 |      190 |      189
97.08/97.17	c  0.4s |       0 |        7 |        1 |   293367      0 |      190 |      190
97.08/97.17	c #cpu_time = 0.434s
97.08/97.17	c #wall_clock_time = 0.435s
97.08/97.17	c #decision = 7
97.08/97.17	c #random_decision = 0
97.08/97.17	c #conflict = 1
97.08/97.17	c #restart = 0
97.08/97.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 98: cost of the new core is >=99328
97.08/97.17	c BCD2: refineLB: 99319 -> 99328
97.08/97.17	c lower bound updated to -174792533
97.28/97.36	c BCD2: 104448 <= obj <= 174896980
97.28/97.36	c BCD2: #cores=6, #unrelaxed=306452, #relaxed=103, #hardened=0
97.28/97.36	c BCD2: #sat=1 #unsat=103 bias=103/104
97.28/97.37	c Solving starts ...
97.28/97.37	c ============================[ Search Statistics ]============================
97.28/97.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.28/97.37	c       |         |          |          |    Limit     GC | Var      | Constra 
97.28/97.37	c =============================================================================
97.28/97.37	c  0.0s |       0 |        0 |        0 |   293367      0 |      191 |      190
97.78/97.80	c  0.4s |       0 |        7 |        1 |   293367      0 |      191 |      191
97.78/97.80	c #cpu_time = 0.433s
97.78/97.80	c #wall_clock_time = 0.434s
97.78/97.80	c #decision = 7
97.78/97.80	c #random_decision = 0
97.78/97.80	c #conflict = 1
97.78/97.80	c #restart = 0
97.78/97.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 99: cost of the new core is >=100352
97.78/97.80	c BCD2: refineLB: 100343 -> 100352
97.78/97.80	c lower bound updated to -174791509
97.98/98.04	c BCD2: 105472 <= obj <= 174896980
97.98/98.04	c BCD2: #cores=6, #unrelaxed=306451, #relaxed=104, #hardened=0
97.98/98.04	c BCD2: #sat=1 #unsat=104 bias=104/105
97.98/98.05	c Solving starts ...
97.98/98.05	c ============================[ Search Statistics ]============================
97.98/98.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.98/98.05	c       |         |          |          |    Limit     GC | Var      | Constra 
97.98/98.05	c =============================================================================
97.98/98.05	c  0.0s |       0 |        0 |        0 |   293367      0 |      192 |      191
98.38/98.49	c  0.4s |       0 |        7 |        1 |   293367      0 |      192 |      192
98.38/98.49	c #cpu_time = 0.433s
98.38/98.49	c #wall_clock_time = 0.434s
98.38/98.49	c #decision = 7
98.38/98.49	c #random_decision = 0
98.38/98.49	c #conflict = 1
98.38/98.49	c #restart = 0
98.38/98.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 100: cost of the new core is >=101376
98.38/98.49	c BCD2: refineLB: 101367 -> 101376
98.38/98.49	c lower bound updated to -174790485
98.68/98.72	c BCD2: 106496 <= obj <= 174896980
98.68/98.72	c BCD2: #cores=6, #unrelaxed=306450, #relaxed=105, #hardened=0
98.68/98.72	c BCD2: #sat=1 #unsat=105 bias=105/106
98.68/98.73	c Solving starts ...
98.68/98.73	c ============================[ Search Statistics ]============================
98.68/98.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
98.68/98.73	c       |         |          |          |    Limit     GC | Var      | Constra 
98.68/98.73	c =============================================================================
98.68/98.73	c  0.0s |       0 |        0 |        0 |   293367      0 |      193 |      192
99.08/99.17	c  0.4s |       0 |        7 |        1 |   293367      0 |      193 |      193
99.08/99.17	c #cpu_time = 0.434s
99.08/99.17	c #wall_clock_time = 0.435s
99.08/99.17	c #decision = 7
99.08/99.17	c #random_decision = 0
99.08/99.17	c #conflict = 1
99.08/99.17	c #restart = 0
99.08/99.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 101: cost of the new core is >=102400
99.08/99.17	c BCD2: refineLB: 102391 -> 102400
99.08/99.17	c lower bound updated to -174789461
99.37/99.40	c BCD2: 107520 <= obj <= 174896980
99.37/99.40	c BCD2: #cores=6, #unrelaxed=306449, #relaxed=106, #hardened=0
99.37/99.40	c BCD2: #sat=1 #unsat=106 bias=106/107
99.37/99.42	c Solving starts ...
99.37/99.42	c ============================[ Search Statistics ]============================
99.37/99.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
99.37/99.42	c       |         |          |          |    Limit     GC | Var      | Constra 
99.37/99.42	c =============================================================================
99.37/99.42	c  0.0s |       0 |        0 |        0 |   293367      0 |      194 |      193
100.77/100.81	c  1.4s |       0 |        7 |        1 |   293367      0 |      194 |      194
100.77/100.81	c #cpu_time = 1.390s
100.77/100.81	c #wall_clock_time = 1.393s
100.77/100.81	c #decision = 7
100.77/100.81	c #random_decision = 0
100.77/100.81	c #conflict = 1
100.77/100.81	c #restart = 0
100.77/100.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 102: cost of the new core is >=103424
100.77/100.81	c BCD2: refineLB: 103415 -> 103424
100.77/100.81	c lower bound updated to -174788437
100.87/100.98	c BCD2: 108544 <= obj <= 174896980
100.87/100.98	c BCD2: #cores=6, #unrelaxed=306448, #relaxed=107, #hardened=0
100.87/100.98	c BCD2: #sat=1 #unsat=107 bias=107/108
100.87/100.99	c Solving starts ...
100.87/100.99	c ============================[ Search Statistics ]============================
100.87/100.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
100.87/100.99	c       |         |          |          |    Limit     GC | Var      | Constra 
100.87/100.99	c =============================================================================
100.87/100.99	c  0.0s |       0 |        0 |        0 |   293367      0 |      195 |      194
101.38/101.43	c  0.4s |       0 |        7 |        1 |   293367      0 |      195 |      195
101.38/101.43	c #cpu_time = 0.443s
101.38/101.43	c #wall_clock_time = 0.444s
101.38/101.43	c #decision = 7
101.38/101.43	c #random_decision = 0
101.38/101.43	c #conflict = 1
101.38/101.43	c #restart = 0
101.38/101.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 103: cost of the new core is >=104448
101.38/101.44	c BCD2: refineLB: 104439 -> 104448
101.38/101.44	c lower bound updated to -174787413
101.57/101.62	c BCD2: 109568 <= obj <= 174896980
101.57/101.62	c BCD2: #cores=6, #unrelaxed=306447, #relaxed=108, #hardened=0
101.57/101.62	c BCD2: #sat=1 #unsat=108 bias=108/109
101.57/101.63	c Solving starts ...
101.57/101.63	c ============================[ Search Statistics ]============================
101.57/101.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
101.57/101.63	c       |         |          |          |    Limit     GC | Var      | Constra 
101.57/101.63	c =============================================================================
101.57/101.63	c  0.0s |       0 |        0 |        0 |   293367      0 |      196 |      195
101.97/102.08	c  0.4s |       0 |        7 |        1 |   293367      0 |      196 |      196
101.97/102.08	c #cpu_time = 0.448s
101.97/102.08	c #wall_clock_time = 0.449s
101.97/102.08	c #decision = 7
101.97/102.08	c #random_decision = 0
101.97/102.08	c #conflict = 1
101.97/102.08	c #restart = 0
101.97/102.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 104: cost of the new core is >=105472
101.97/102.08	c BCD2: refineLB: 105463 -> 105472
101.97/102.08	c lower bound updated to -174786389
102.17/102.25	c BCD2: 110592 <= obj <= 174896980
102.17/102.25	c BCD2: #cores=6, #unrelaxed=306446, #relaxed=109, #hardened=0
102.17/102.25	c BCD2: #sat=1 #unsat=109 bias=109/110
102.17/102.26	c Solving starts ...
102.17/102.26	c ============================[ Search Statistics ]============================
102.17/102.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
102.17/102.26	c       |         |          |          |    Limit     GC | Var      | Constra 
102.17/102.26	c =============================================================================
102.17/102.26	c  0.0s |       0 |        0 |        0 |   293367      0 |      197 |      196
102.57/102.69	c  0.4s |       0 |        7 |        1 |   293367      0 |      197 |      197
102.57/102.69	c #cpu_time = 0.435s
102.57/102.69	c #wall_clock_time = 0.437s
102.57/102.69	c #decision = 7
102.57/102.69	c #random_decision = 0
102.57/102.69	c #conflict = 1
102.57/102.69	c #restart = 0
102.57/102.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 105: cost of the new core is >=106496
102.57/102.69	c BCD2: refineLB: 106487 -> 106496
102.57/102.69	c lower bound updated to -174785365
102.77/102.89	c BCD2: 111616 <= obj <= 174896980
102.77/102.89	c BCD2: #cores=6, #unrelaxed=306445, #relaxed=110, #hardened=0
102.77/102.89	c BCD2: #sat=1 #unsat=110 bias=110/111
102.77/102.89	c Solving starts ...
102.77/102.89	c ============================[ Search Statistics ]============================
102.77/102.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
102.77/102.89	c       |         |          |          |    Limit     GC | Var      | Constra 
102.77/102.89	c =============================================================================
102.77/102.89	c  0.0s |       0 |        0 |        0 |   293367      0 |      198 |      197
103.27/103.34	c  0.4s |       0 |        7 |        1 |   293367      0 |      198 |      198
103.27/103.34	c #cpu_time = 0.448s
103.27/103.34	c #wall_clock_time = 0.449s
103.27/103.34	c #decision = 7
103.27/103.34	c #random_decision = 0
103.27/103.34	c #conflict = 1
103.27/103.34	c #restart = 0
103.27/103.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 106: cost of the new core is >=107520
103.27/103.34	c BCD2: refineLB: 107511 -> 107520
103.27/103.34	c lower bound updated to -174784341
103.48/103.51	c BCD2: 112640 <= obj <= 174896980
103.48/103.51	c BCD2: #cores=6, #unrelaxed=306444, #relaxed=111, #hardened=0
103.48/103.51	c BCD2: #sat=1 #unsat=111 bias=111/112
103.48/103.52	c Solving starts ...
103.48/103.52	c ============================[ Search Statistics ]============================
103.48/103.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
103.48/103.52	c       |         |          |          |    Limit     GC | Var      | Constra 
103.48/103.52	c =============================================================================
103.48/103.52	c  0.0s |       0 |        0 |        0 |   293367      0 |      199 |      198
103.87/103.97	c  0.4s |       0 |        7 |        1 |   293367      0 |      199 |      199
103.87/103.97	c #cpu_time = 0.447s
103.87/103.97	c #wall_clock_time = 0.449s
103.87/103.97	c #decision = 7
103.87/103.97	c #random_decision = 0
103.87/103.97	c #conflict = 1
103.87/103.97	c #restart = 0
103.87/103.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 107: cost of the new core is >=108544
103.87/103.97	c BCD2: refineLB: 108535 -> 108544
103.87/103.97	c lower bound updated to -174783317
104.07/104.15	c BCD2: 113664 <= obj <= 174896980
104.07/104.15	c BCD2: #cores=6, #unrelaxed=306443, #relaxed=112, #hardened=0
104.07/104.15	c BCD2: #sat=1 #unsat=112 bias=112/113
104.07/104.15	c Solving starts ...
104.07/104.15	c ============================[ Search Statistics ]============================
104.07/104.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
104.07/104.15	c       |         |          |          |    Limit     GC | Var      | Constra 
104.07/104.15	c =============================================================================
104.07/104.15	c  0.0s |       0 |        0 |        0 |   293367      0 |      200 |      199
104.58/104.60	c  0.4s |       0 |        7 |        1 |   293367      0 |      200 |      200
104.58/104.60	c #cpu_time = 0.448s
104.58/104.60	c #wall_clock_time = 0.449s
104.58/104.60	c #decision = 7
104.58/104.60	c #random_decision = 0
104.58/104.60	c #conflict = 1
104.58/104.60	c #restart = 0
104.58/104.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 108: cost of the new core is >=109568
104.58/104.60	c BCD2: refineLB: 109559 -> 109568
104.58/104.60	c lower bound updated to -174782293
104.68/104.78	c BCD2: 114688 <= obj <= 174896980
104.68/104.78	c BCD2: #cores=6, #unrelaxed=306442, #relaxed=113, #hardened=0
104.68/104.78	c BCD2: #sat=1 #unsat=113 bias=113/114
104.68/104.78	c Solving starts ...
104.68/104.78	c ============================[ Search Statistics ]============================
104.68/104.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
104.68/104.78	c       |         |          |          |    Limit     GC | Var      | Constra 
104.68/104.78	c =============================================================================
104.68/104.78	c  0.0s |       0 |        0 |        0 |   293367      0 |      201 |      200
105.17/105.23	c  0.4s |       0 |        7 |        1 |   293367      0 |      201 |      201
105.17/105.23	c #cpu_time = 0.448s
105.17/105.23	c #wall_clock_time = 0.449s
105.17/105.23	c #decision = 7
105.17/105.23	c #random_decision = 0
105.17/105.23	c #conflict = 1
105.17/105.23	c #restart = 0
105.17/105.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 109: cost of the new core is >=110592
105.17/105.23	c BCD2: refineLB: 110584 -> 110592
105.17/105.23	c lower bound updated to -174781269
105.37/105.45	c BCD2: 115712 <= obj <= 174896980
105.37/105.45	c BCD2: #cores=6, #unrelaxed=306441, #relaxed=114, #hardened=0
105.37/105.45	c BCD2: #sat=1 #unsat=114 bias=114/115
105.37/105.46	c Solving starts ...
105.37/105.46	c ============================[ Search Statistics ]============================
105.37/105.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
105.37/105.46	c       |         |          |          |    Limit     GC | Var      | Constra 
105.37/105.46	c =============================================================================
105.37/105.46	c  0.0s |       0 |        0 |        0 |   293367      0 |      202 |      201
105.88/105.91	c  0.4s |       0 |        7 |        1 |   293367      0 |      202 |      202
105.88/105.91	c #cpu_time = 0.448s
105.88/105.91	c #wall_clock_time = 0.449s
105.88/105.91	c #decision = 7
105.88/105.91	c #random_decision = 0
105.88/105.91	c #conflict = 1
105.88/105.91	c #restart = 0
105.88/105.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 110: cost of the new core is >=111616
105.88/105.91	c BCD2: refineLB: 111608 -> 111616
105.88/105.91	c lower bound updated to -174780245
106.08/106.13	c BCD2: 116736 <= obj <= 174896980
106.08/106.13	c BCD2: #cores=6, #unrelaxed=306440, #relaxed=115, #hardened=0
106.08/106.13	c BCD2: #sat=1 #unsat=115 bias=115/116
106.08/106.14	c Solving starts ...
106.08/106.14	c ============================[ Search Statistics ]============================
106.08/106.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
106.08/106.14	c       |         |          |          |    Limit     GC | Var      | Constra 
106.08/106.14	c =============================================================================
106.08/106.14	c  0.0s |       0 |        0 |        0 |   293367      0 |      203 |      202
106.48/106.59	c  0.5s |       0 |        7 |        1 |   293367      0 |      203 |      203
106.48/106.59	c #cpu_time = 0.450s
106.48/106.59	c #wall_clock_time = 0.451s
106.48/106.59	c #decision = 7
106.48/106.59	c #random_decision = 0
106.48/106.59	c #conflict = 1
106.48/106.59	c #restart = 0
106.48/106.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 111: cost of the new core is >=112640
106.48/106.59	c BCD2: refineLB: 112632 -> 112640
106.48/106.59	c lower bound updated to -174779221
106.78/106.81	c BCD2: 117760 <= obj <= 174896980
106.78/106.81	c BCD2: #cores=6, #unrelaxed=306439, #relaxed=116, #hardened=0
106.78/106.81	c BCD2: #sat=1 #unsat=116 bias=116/117
106.78/106.82	c Solving starts ...
106.78/106.82	c ============================[ Search Statistics ]============================
106.78/106.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
106.78/106.82	c       |         |          |          |    Limit     GC | Var      | Constra 
106.78/106.82	c =============================================================================
106.78/106.83	c  0.0s |       0 |        0 |        0 |   293367      0 |      204 |      203
108.07/108.17	c  1.3s |       0 |        7 |        1 |   293367      0 |      204 |      204
108.07/108.17	c #cpu_time = 1.337s
108.07/108.17	c #wall_clock_time = 1.341s
108.07/108.17	c #decision = 7
108.07/108.17	c #random_decision = 0
108.07/108.17	c #conflict = 1
108.07/108.17	c #restart = 0
108.07/108.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 112: cost of the new core is >=113664
108.07/108.17	c BCD2: refineLB: 113656 -> 113664
108.07/108.17	c lower bound updated to -174778197
108.27/108.34	c BCD2: 118784 <= obj <= 174896980
108.27/108.34	c BCD2: #cores=6, #unrelaxed=306438, #relaxed=117, #hardened=0
108.27/108.34	c BCD2: #sat=1 #unsat=117 bias=117/118
108.27/108.35	c Solving starts ...
108.27/108.35	c ============================[ Search Statistics ]============================
108.27/108.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
108.27/108.35	c       |         |          |          |    Limit     GC | Var      | Constra 
108.27/108.35	c =============================================================================
108.27/108.35	c  0.0s |       0 |        0 |        0 |   293367      0 |      205 |      204
108.77/108.80	c  0.5s |       0 |        7 |        1 |   293367      0 |      205 |      205
108.77/108.80	c #cpu_time = 0.452s
108.77/108.80	c #wall_clock_time = 0.453s
108.77/108.80	c #decision = 7
108.77/108.80	c #random_decision = 0
108.77/108.80	c #conflict = 1
108.77/108.80	c #restart = 0
108.77/108.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 113: cost of the new core is >=114688
108.77/108.80	c BCD2: refineLB: 114680 -> 114688
108.77/108.80	c lower bound updated to -174777173
108.87/108.99	c BCD2: 119808 <= obj <= 174896980
108.87/108.99	c BCD2: #cores=6, #unrelaxed=306437, #relaxed=118, #hardened=0
108.87/108.99	c BCD2: #sat=1 #unsat=118 bias=118/119
108.87/108.99	c Solving starts ...
108.87/108.99	c ============================[ Search Statistics ]============================
108.87/108.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
108.87/108.99	c       |         |          |          |    Limit     GC | Var      | Constra 
108.87/108.99	c =============================================================================
108.87/108.99	c  0.0s |       0 |        0 |        0 |   293367      0 |      206 |      205
109.37/109.45	c  0.5s |       0 |        7 |        1 |   293367      0 |      206 |      206
109.37/109.45	c #cpu_time = 0.456s
109.37/109.45	c #wall_clock_time = 0.458s
109.37/109.45	c #decision = 7
109.37/109.45	c #random_decision = 0
109.37/109.45	c #conflict = 1
109.37/109.45	c #restart = 0
109.37/109.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 114: cost of the new core is >=115712
109.37/109.45	c BCD2: refineLB: 115704 -> 115712
109.37/109.45	c lower bound updated to -174776149
109.57/109.62	c BCD2: 120832 <= obj <= 174896980
109.57/109.62	c BCD2: #cores=6, #unrelaxed=306436, #relaxed=119, #hardened=0
109.57/109.62	c BCD2: #sat=1 #unsat=119 bias=119/120
109.57/109.63	c Solving starts ...
109.57/109.63	c ============================[ Search Statistics ]============================
109.57/109.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
109.57/109.63	c       |         |          |          |    Limit     GC | Var      | Constra 
109.57/109.63	c =============================================================================
109.57/109.63	c  0.0s |       0 |        0 |        0 |   293367      0 |      207 |      206
109.97/110.08	c  0.4s |       0 |        7 |        1 |   293367      0 |      207 |      207
109.97/110.08	c #cpu_time = 0.445s
109.97/110.08	c #wall_clock_time = 0.446s
109.97/110.08	c #decision = 7
109.97/110.08	c #random_decision = 0
109.97/110.08	c #conflict = 1
109.97/110.08	c #restart = 0
109.97/110.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 115: cost of the new core is >=116736
109.97/110.08	c BCD2: refineLB: 116728 -> 116736
109.97/110.08	c lower bound updated to -174775125
110.18/110.27	c BCD2: 121856 <= obj <= 174896980
110.18/110.27	c BCD2: #cores=6, #unrelaxed=306435, #relaxed=120, #hardened=0
110.18/110.27	c BCD2: #sat=1 #unsat=120 bias=120/121
110.18/110.27	c Solving starts ...
110.18/110.27	c ============================[ Search Statistics ]============================
110.18/110.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
110.18/110.27	c       |         |          |          |    Limit     GC | Var      | Constra 
110.18/110.27	c =============================================================================
110.18/110.27	c  0.0s |       0 |        0 |        0 |   293367      0 |      208 |      207
110.67/110.73	c  0.5s |       0 |        7 |        1 |   293367      0 |      208 |      208
110.67/110.73	c #cpu_time = 0.456s
110.67/110.73	c #wall_clock_time = 0.457s
110.67/110.73	c #decision = 7
110.67/110.73	c #random_decision = 0
110.67/110.73	c #conflict = 1
110.67/110.73	c #restart = 0
110.67/110.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 116: cost of the new core is >=117760
110.67/110.73	c BCD2: refineLB: 117752 -> 117760
110.67/110.73	c lower bound updated to -174774101
110.87/110.90	c BCD2: 122880 <= obj <= 174896980
110.87/110.90	c BCD2: #cores=6, #unrelaxed=306434, #relaxed=121, #hardened=0
110.87/110.90	c BCD2: #sat=1 #unsat=121 bias=121/122
110.87/110.91	c Solving starts ...
110.87/110.91	c ============================[ Search Statistics ]============================
110.87/110.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
110.87/110.91	c       |         |          |          |    Limit     GC | Var      | Constra 
110.87/110.91	c =============================================================================
110.87/110.91	c  0.0s |       0 |        0 |        0 |   293367      0 |      209 |      208
111.28/111.37	c  0.5s |       0 |        7 |        1 |   293367      0 |      209 |      209
111.28/111.37	c #cpu_time = 0.456s
111.28/111.37	c #wall_clock_time = 0.458s
111.28/111.37	c #decision = 7
111.28/111.37	c #random_decision = 0
111.28/111.37	c #conflict = 1
111.28/111.37	c #restart = 0
111.28/111.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 117: cost of the new core is >=118784
111.28/111.37	c BCD2: refineLB: 118776 -> 118784
111.28/111.37	c lower bound updated to -174773077
111.47/111.55	c BCD2: 123904 <= obj <= 174896980
111.47/111.55	c BCD2: #cores=6, #unrelaxed=306433, #relaxed=122, #hardened=0
111.47/111.55	c BCD2: #sat=1 #unsat=122 bias=122/123
111.47/111.55	c Solving starts ...
111.47/111.55	c ============================[ Search Statistics ]============================
111.47/111.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
111.47/111.55	c       |         |          |          |    Limit     GC | Var      | Constra 
111.47/111.55	c =============================================================================
111.47/111.55	c  0.0s |       0 |        0 |        0 |   293367      0 |      210 |      209
111.97/112.01	c  0.5s |       0 |        7 |        1 |   293367      0 |      210 |      210
111.97/112.01	c #cpu_time = 0.457s
111.97/112.01	c #wall_clock_time = 0.458s
111.97/112.01	c #decision = 7
111.97/112.01	c #random_decision = 0
111.97/112.01	c #conflict = 1
111.97/112.01	c #restart = 0
111.97/112.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 118: cost of the new core is >=119808
111.97/112.01	c BCD2: refineLB: 119800 -> 119808
111.97/112.01	c lower bound updated to -174772053
112.07/112.18	c BCD2: 124928 <= obj <= 174896980
112.07/112.18	c BCD2: #cores=6, #unrelaxed=306432, #relaxed=123, #hardened=0
112.07/112.18	c BCD2: #sat=1 #unsat=123 bias=123/124
112.07/112.19	c Solving starts ...
112.07/112.19	c ============================[ Search Statistics ]============================
112.07/112.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
112.07/112.19	c       |         |          |          |    Limit     GC | Var      | Constra 
112.07/112.19	c =============================================================================
112.07/112.19	c  0.0s |       0 |        0 |        0 |   293367      0 |      211 |      210
112.57/112.65	c  0.5s |       0 |        7 |        1 |   293367      0 |      211 |      211
112.57/112.65	c #cpu_time = 0.457s
112.57/112.65	c #wall_clock_time = 0.458s
112.57/112.65	c #decision = 7
112.57/112.65	c #random_decision = 0
112.57/112.65	c #conflict = 1
112.57/112.65	c #restart = 0
112.57/112.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 119: cost of the new core is >=120832
112.57/112.65	c BCD2: refineLB: 120824 -> 120832
112.57/112.65	c lower bound updated to -174771029
112.77/112.86	c BCD2: 125952 <= obj <= 174896980
112.77/112.86	c BCD2: #cores=6, #unrelaxed=306431, #relaxed=124, #hardened=0
112.77/112.86	c BCD2: #sat=1 #unsat=124 bias=124/125
112.77/112.88	c Solving starts ...
112.77/112.88	c ============================[ Search Statistics ]============================
112.77/112.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
112.77/112.88	c       |         |          |          |    Limit     GC | Var      | Constra 
112.77/112.88	c =============================================================================
112.77/112.88	c  0.0s |       0 |        0 |        0 |   293367      0 |      212 |      211
113.27/113.33	c  0.5s |       0 |        7 |        1 |   293367      0 |      212 |      212
113.27/113.33	c #cpu_time = 0.452s
113.27/113.33	c #wall_clock_time = 0.453s
113.27/113.33	c #decision = 7
113.27/113.33	c #random_decision = 0
113.27/113.33	c #conflict = 1
113.27/113.33	c #restart = 0
113.27/113.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 120: cost of the new core is >=121856
113.27/113.33	c BCD2: refineLB: 121848 -> 121856
113.27/113.33	c lower bound updated to -174770005
113.48/113.55	c BCD2: 126976 <= obj <= 174896980
113.48/113.55	c BCD2: #cores=6, #unrelaxed=306430, #relaxed=125, #hardened=0
113.48/113.55	c BCD2: #sat=1 #unsat=125 bias=125/126
113.48/113.56	c Solving starts ...
113.48/113.56	c ============================[ Search Statistics ]============================
113.48/113.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
113.48/113.56	c       |         |          |          |    Limit     GC | Var      | Constra 
113.48/113.56	c =============================================================================
113.48/113.56	c  0.0s |       0 |        0 |        0 |   293367      0 |      213 |      212
113.97/114.02	c  0.5s |       0 |        7 |        1 |   293367      0 |      213 |      213
113.97/114.02	c #cpu_time = 0.456s
113.97/114.02	c #wall_clock_time = 0.457s
113.97/114.02	c #decision = 7
113.97/114.02	c #random_decision = 0
113.97/114.02	c #conflict = 1
113.97/114.02	c #restart = 0
113.97/114.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 121: cost of the new core is >=122880
113.97/114.02	c BCD2: refineLB: 122872 -> 122880
113.97/114.02	c lower bound updated to -174768981
114.17/114.24	c BCD2: 128000 <= obj <= 174896980
114.17/114.24	c BCD2: #cores=6, #unrelaxed=306429, #relaxed=126, #hardened=0
114.17/114.24	c BCD2: #sat=1 #unsat=126 bias=126/127
114.17/114.25	c Solving starts ...
114.17/114.25	c ============================[ Search Statistics ]============================
114.17/114.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
114.17/114.25	c       |         |          |          |    Limit     GC | Var      | Constra 
114.17/114.25	c =============================================================================
114.17/114.25	c  0.0s |       0 |        0 |        0 |   293367      0 |      214 |      213
115.58/115.64	c  1.4s |       0 |        7 |        1 |   293367      0 |      214 |      214
115.58/115.64	c #cpu_time = 1.384s
115.58/115.64	c #wall_clock_time = 1.388s
115.58/115.64	c #decision = 7
115.58/115.64	c #random_decision = 0
115.58/115.64	c #conflict = 1
115.58/115.64	c #restart = 0
115.58/115.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 122: cost of the new core is >=123904
115.58/115.64	c BCD2: refineLB: 123896 -> 123904
115.58/115.64	c lower bound updated to -174767957
115.78/115.82	c BCD2: 129024 <= obj <= 174896980
115.78/115.82	c BCD2: #cores=6, #unrelaxed=306428, #relaxed=127, #hardened=0
115.78/115.82	c BCD2: #sat=1 #unsat=127 bias=127/128
115.78/115.83	c Solving starts ...
115.78/115.83	c ============================[ Search Statistics ]============================
115.78/115.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
115.78/115.83	c       |         |          |          |    Limit     GC | Var      | Constra 
115.78/115.83	c =============================================================================
115.78/115.83	c  0.0s |       0 |        0 |        0 |   293367      0 |      215 |      214
116.18/116.23	c  0.4s |       0 |        7 |        1 |   293367      0 |      215 |      215
116.18/116.23	c #cpu_time = 0.406s
116.18/116.23	c #wall_clock_time = 0.407s
116.18/116.23	c #decision = 7
116.18/116.23	c #random_decision = 0
116.18/116.23	c #conflict = 1
116.18/116.23	c #restart = 0
116.18/116.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 123: cost of the new core is >=124928
116.18/116.23	c BCD2: refineLB: 124921 -> 124928
116.18/116.23	c lower bound updated to -174766933
116.38/116.43	c BCD2: 130048 <= obj <= 174896980
116.38/116.43	c BCD2: #cores=6, #unrelaxed=306427, #relaxed=128, #hardened=0
116.38/116.43	c BCD2: #sat=1 #unsat=128 bias=128/129
116.38/116.43	c Solving starts ...
116.38/116.43	c ============================[ Search Statistics ]============================
116.38/116.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
116.38/116.43	c       |         |          |          |    Limit     GC | Var      | Constra 
116.38/116.43	c =============================================================================
116.38/116.43	c  0.0s |       0 |        0 |        0 |   293367      0 |      216 |      215
116.78/116.85	c  0.4s |       0 |        7 |        1 |   293367      0 |      216 |      216
116.78/116.85	c #cpu_time = 0.419s
116.78/116.85	c #wall_clock_time = 0.420s
116.78/116.85	c #decision = 7
116.78/116.85	c #random_decision = 0
116.78/116.85	c #conflict = 1
116.78/116.85	c #restart = 0
116.78/116.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 124: cost of the new core is >=125952
116.78/116.85	c BCD2: refineLB: 125945 -> 125952
116.78/116.85	c lower bound updated to -174765909
116.98/117.03	c BCD2: 131072 <= obj <= 174896980
116.98/117.03	c BCD2: #cores=6, #unrelaxed=306426, #relaxed=129, #hardened=0
116.98/117.03	c BCD2: #sat=1 #unsat=129 bias=129/130
116.98/117.04	c Solving starts ...
116.98/117.04	c ============================[ Search Statistics ]============================
116.98/117.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
116.98/117.04	c       |         |          |          |    Limit     GC | Var      | Constra 
116.98/117.04	c =============================================================================
116.98/117.04	c  0.0s |       0 |        0 |        0 |   293367      0 |      217 |      216
117.38/117.45	c  0.4s |       0 |        7 |        1 |   293367      0 |      217 |      217
117.38/117.45	c #cpu_time = 0.405s
117.38/117.45	c #wall_clock_time = 0.406s
117.38/117.45	c #decision = 7
117.38/117.45	c #random_decision = 0
117.38/117.45	c #conflict = 1
117.38/117.45	c #restart = 0
117.38/117.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 125: cost of the new core is >=126976
117.38/117.45	c BCD2: refineLB: 126969 -> 126976
117.38/117.45	c lower bound updated to -174764885
117.58/117.64	c BCD2: 132096 <= obj <= 174896980
117.58/117.64	c BCD2: #cores=6, #unrelaxed=306425, #relaxed=130, #hardened=0
117.58/117.64	c BCD2: #sat=1 #unsat=130 bias=130/131
117.58/117.65	c Solving starts ...
117.58/117.65	c ============================[ Search Statistics ]============================
117.58/117.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
117.58/117.65	c       |         |          |          |    Limit     GC | Var      | Constra 
117.58/117.65	c =============================================================================
117.58/117.65	c  0.0s |       0 |        0 |        0 |   293367      0 |      218 |      217
117.98/118.07	c  0.4s |       0 |        7 |        1 |   293367      0 |      218 |      218
117.98/118.07	c #cpu_time = 0.419s
117.98/118.07	c #wall_clock_time = 0.420s
117.98/118.07	c #decision = 7
117.98/118.07	c #random_decision = 0
117.98/118.07	c #conflict = 1
117.98/118.07	c #restart = 0
117.98/118.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 126: cost of the new core is >=128000
117.98/118.07	c BCD2: refineLB: 127993 -> 128000
117.98/118.07	c lower bound updated to -174763861
118.18/118.25	c BCD2: 133120 <= obj <= 174896980
118.18/118.25	c BCD2: #cores=6, #unrelaxed=306424, #relaxed=131, #hardened=0
118.18/118.25	c BCD2: #sat=1 #unsat=131 bias=131/132
118.18/118.26	c Solving starts ...
118.18/118.26	c ============================[ Search Statistics ]============================
118.18/118.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
118.18/118.26	c       |         |          |          |    Limit     GC | Var      | Constra 
118.18/118.26	c =============================================================================
118.18/118.26	c  0.0s |       0 |        0 |        0 |   293367      0 |      219 |      218
118.58/118.68	c  0.4s |       0 |        7 |        1 |   293367      0 |      219 |      219
118.58/118.68	c #cpu_time = 0.417s
118.58/118.68	c #wall_clock_time = 0.418s
118.58/118.68	c #decision = 7
118.58/118.68	c #random_decision = 0
118.58/118.68	c #conflict = 1
118.58/118.68	c #restart = 0
118.58/118.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 127: cost of the new core is >=129024
118.58/118.68	c BCD2: refineLB: 129017 -> 129024
118.58/118.68	c lower bound updated to -174762837
118.78/118.86	c BCD2: 134144 <= obj <= 174896980
118.78/118.86	c BCD2: #cores=6, #unrelaxed=306423, #relaxed=132, #hardened=0
118.78/118.86	c BCD2: #sat=1 #unsat=132 bias=132/133
118.78/118.87	c Solving starts ...
118.78/118.87	c ============================[ Search Statistics ]============================
118.78/118.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
118.78/118.87	c       |         |          |          |    Limit     GC | Var      | Constra 
118.78/118.87	c =============================================================================
118.78/118.87	c  0.0s |       0 |        0 |        0 |   293367      0 |      220 |      219
119.18/119.29	c  0.4s |       0 |        7 |        1 |   293367      0 |      220 |      220
119.18/119.29	c #cpu_time = 0.420s
119.18/119.29	c #wall_clock_time = 0.421s
119.18/119.29	c #decision = 7
119.18/119.29	c #random_decision = 0
119.18/119.29	c #conflict = 1
119.18/119.29	c #restart = 0
119.18/119.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 128: cost of the new core is >=130048
119.18/119.29	c BCD2: refineLB: 130041 -> 130048
119.18/119.29	c lower bound updated to -174761813
119.37/119.47	c BCD2: 135168 <= obj <= 174896980
119.37/119.47	c BCD2: #cores=6, #unrelaxed=306422, #relaxed=133, #hardened=0
119.37/119.47	c BCD2: #sat=1 #unsat=133 bias=133/134
119.37/119.48	c Solving starts ...
119.37/119.48	c ============================[ Search Statistics ]============================
119.37/119.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
119.37/119.48	c       |         |          |          |    Limit     GC | Var      | Constra 
119.37/119.48	c =============================================================================
119.37/119.48	c  0.0s |       0 |        0 |        0 |   293367      0 |      221 |      220
119.77/119.89	c  0.4s |       0 |        7 |        1 |   293367      0 |      221 |      221
119.77/119.89	c #cpu_time = 0.414s
119.77/119.89	c #wall_clock_time = 0.415s
119.77/119.89	c #decision = 7
119.77/119.89	c #random_decision = 0
119.77/119.89	c #conflict = 1
119.77/119.89	c #restart = 0
119.77/119.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 129: cost of the new core is >=131072
119.77/119.89	c BCD2: refineLB: 131065 -> 131072
119.77/119.89	c lower bound updated to -174760789
120.08/120.12	c BCD2: 136192 <= obj <= 174896980
120.08/120.12	c BCD2: #cores=6, #unrelaxed=306421, #relaxed=134, #hardened=0
120.08/120.12	c BCD2: #sat=1 #unsat=134 bias=134/135
120.08/120.13	c Solving starts ...
120.08/120.13	c ============================[ Search Statistics ]============================
120.08/120.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
120.08/120.13	c       |         |          |          |    Limit     GC | Var      | Constra 
120.08/120.13	c =============================================================================
120.08/120.14	c  0.0s |       0 |        0 |        0 |   293367      0 |      222 |      221
120.47/120.55	c  0.4s |       0 |        7 |        1 |   293367      0 |      222 |      222
120.47/120.55	c #cpu_time = 0.418s
120.47/120.55	c #wall_clock_time = 0.420s
120.47/120.55	c #decision = 7
120.47/120.55	c #random_decision = 0
120.47/120.55	c #conflict = 1
120.47/120.55	c #restart = 0
120.47/120.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 130: cost of the new core is >=132096
120.47/120.55	c BCD2: refineLB: 132089 -> 132096
120.47/120.55	c lower bound updated to -174759765
120.67/120.78	c BCD2: 137216 <= obj <= 174896980
120.67/120.78	c BCD2: #cores=6, #unrelaxed=306420, #relaxed=135, #hardened=0
120.67/120.78	c BCD2: #sat=1 #unsat=135 bias=135/136
120.67/120.79	c Solving starts ...
120.67/120.79	c ============================[ Search Statistics ]============================
120.67/120.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
120.67/120.79	c       |         |          |          |    Limit     GC | Var      | Constra 
120.67/120.79	c =============================================================================
120.67/120.79	c  0.0s |       0 |        0 |        0 |   293367      0 |      223 |      222
121.18/121.21	c  0.4s |       0 |        7 |        1 |   293367      0 |      223 |      223
121.18/121.21	c #cpu_time = 0.418s
121.18/121.21	c #wall_clock_time = 0.419s
121.18/121.21	c #decision = 7
121.18/121.21	c #random_decision = 0
121.18/121.21	c #conflict = 1
121.18/121.21	c #restart = 0
121.18/121.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 131: cost of the new core is >=133120
121.18/121.21	c BCD2: refineLB: 133113 -> 133120
121.18/121.21	c lower bound updated to -174758741
121.37/121.43	c BCD2: 138240 <= obj <= 174896980
121.37/121.44	c BCD2: #cores=6, #unrelaxed=306419, #relaxed=136, #hardened=0
121.37/121.44	c BCD2: #sat=1 #unsat=136 bias=136/137
121.37/121.45	c Solving starts ...
121.37/121.45	c ============================[ Search Statistics ]============================
121.37/121.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
121.37/121.45	c       |         |          |          |    Limit     GC | Var      | Constra 
121.37/121.45	c =============================================================================
121.37/121.45	c  0.0s |       0 |        0 |        0 |   293367      0 |      224 |      223
122.77/122.81	c  1.4s |       0 |        7 |        1 |   293367      0 |      224 |      224
122.77/122.81	c #cpu_time = 1.354s
122.77/122.81	c #wall_clock_time = 1.358s
122.77/122.81	c #decision = 7
122.77/122.81	c #random_decision = 0
122.77/122.81	c #conflict = 1
122.77/122.81	c #restart = 0
122.77/122.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 132: cost of the new core is >=134144
122.77/122.81	c BCD2: refineLB: 134137 -> 134144
122.77/122.81	c lower bound updated to -174757717
122.87/122.99	c BCD2: 139264 <= obj <= 174896980
122.87/122.99	c BCD2: #cores=6, #unrelaxed=306418, #relaxed=137, #hardened=0
122.87/122.99	c BCD2: #sat=1 #unsat=137 bias=137/138
122.87/122.99	c Solving starts ...
122.87/122.99	c ============================[ Search Statistics ]============================
122.87/122.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
122.87/122.99	c       |         |          |          |    Limit     GC | Var      | Constra 
122.87/122.99	c =============================================================================
122.87/122.99	c  0.0s |       0 |        0 |        0 |   293367      0 |      225 |      224
123.27/123.39	c  0.4s |       0 |        7 |        1 |   293367      0 |      225 |      225
123.27/123.39	c #cpu_time = 0.396s
123.27/123.39	c #wall_clock_time = 0.397s
123.27/123.39	c #decision = 7
123.27/123.39	c #random_decision = 0
123.27/123.39	c #conflict = 1
123.27/123.39	c #restart = 0
123.27/123.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 133: cost of the new core is >=135168
123.27/123.39	c BCD2: refineLB: 135161 -> 135168
123.27/123.39	c lower bound updated to -174756693
123.47/123.58	c BCD2: 140288 <= obj <= 174896980
123.47/123.58	c BCD2: #cores=6, #unrelaxed=306417, #relaxed=138, #hardened=0
123.47/123.58	c BCD2: #sat=1 #unsat=138 bias=138/139
123.47/123.59	c Solving starts ...
123.47/123.59	c ============================[ Search Statistics ]============================
123.47/123.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
123.47/123.59	c       |         |          |          |    Limit     GC | Var      | Constra 
123.47/123.59	c =============================================================================
123.47/123.59	c  0.0s |       0 |        0 |        0 |   293367      0 |      226 |      225
123.87/124.00	c  0.4s |       0 |        7 |        1 |   293367      0 |      226 |      226
123.87/124.00	c #cpu_time = 0.408s
123.87/124.00	c #wall_clock_time = 0.409s
123.87/124.00	c #decision = 7
123.87/124.00	c #random_decision = 0
123.87/124.00	c #conflict = 1
123.87/124.00	c #restart = 0
123.87/124.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 134: cost of the new core is >=136192
123.87/124.00	c BCD2: refineLB: 136185 -> 136192
123.87/124.00	c lower bound updated to -174755669
124.07/124.17	c BCD2: 141312 <= obj <= 174896980
124.07/124.17	c BCD2: #cores=6, #unrelaxed=306416, #relaxed=139, #hardened=0
124.07/124.17	c BCD2: #sat=1 #unsat=139 bias=139/140
124.07/124.18	c Solving starts ...
124.07/124.18	c ============================[ Search Statistics ]============================
124.07/124.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
124.07/124.18	c       |         |          |          |    Limit     GC | Var      | Constra 
124.07/124.18	c =============================================================================
124.07/124.18	c  0.0s |       0 |        0 |        0 |   293367      0 |      227 |      226
124.47/124.58	c  0.4s |       0 |        7 |        1 |   293367      0 |      227 |      227
124.47/124.58	c #cpu_time = 0.395s
124.47/124.58	c #wall_clock_time = 0.396s
124.47/124.58	c #decision = 7
124.47/124.58	c #random_decision = 0
124.47/124.58	c #conflict = 1
124.47/124.58	c #restart = 0
124.47/124.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 135: cost of the new core is >=137216
124.47/124.58	c BCD2: refineLB: 137209 -> 137216
124.47/124.58	c lower bound updated to -174754645
124.67/124.77	c BCD2: 142336 <= obj <= 174896980
124.67/124.77	c BCD2: #cores=6, #unrelaxed=306415, #relaxed=140, #hardened=0
124.67/124.77	c BCD2: #sat=1 #unsat=140 bias=140/141
124.67/124.77	c Solving starts ...
124.67/124.77	c ============================[ Search Statistics ]============================
124.67/124.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
124.67/124.77	c       |         |          |          |    Limit     GC | Var      | Constra 
124.67/124.77	c =============================================================================
124.67/124.77	c  0.0s |       0 |        0 |        0 |   293367      0 |      228 |      227
125.07/125.18	c  0.4s |       0 |        7 |        1 |   293367      0 |      228 |      228
125.07/125.18	c #cpu_time = 0.409s
125.07/125.18	c #wall_clock_time = 0.410s
125.07/125.18	c #decision = 7
125.07/125.18	c #random_decision = 0
125.07/125.18	c #conflict = 1
125.07/125.18	c #restart = 0
125.07/125.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 136: cost of the new core is >=138240
125.07/125.18	c BCD2: refineLB: 138233 -> 138240
125.07/125.18	c lower bound updated to -174753621
125.27/125.36	c BCD2: 143360 <= obj <= 174896980
125.27/125.36	c BCD2: #cores=6, #unrelaxed=306414, #relaxed=141, #hardened=0
125.27/125.36	c BCD2: #sat=1 #unsat=141 bias=141/142
125.27/125.37	c Solving starts ...
125.27/125.37	c ============================[ Search Statistics ]============================
125.27/125.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
125.27/125.37	c       |         |          |          |    Limit     GC | Var      | Constra 
125.27/125.37	c =============================================================================
125.27/125.37	c  0.0s |       0 |        0 |        0 |   293367      0 |      229 |      228
125.68/125.77	c  0.4s |       0 |        7 |        1 |   293367      0 |      229 |      229
125.68/125.77	c #cpu_time = 0.405s
125.68/125.77	c #wall_clock_time = 0.406s
125.68/125.77	c #decision = 7
125.68/125.77	c #random_decision = 0
125.68/125.77	c #conflict = 1
125.68/125.77	c #restart = 0
125.68/125.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 137: cost of the new core is >=139264
125.68/125.77	c BCD2: refineLB: 139257 -> 139264
125.68/125.77	c lower bound updated to -174752597
125.87/125.95	c BCD2: 144384 <= obj <= 174896980
125.87/125.96	c BCD2: #cores=6, #unrelaxed=306413, #relaxed=142, #hardened=0
125.87/125.96	c BCD2: #sat=1 #unsat=142 bias=142/143
125.87/125.96	c Solving starts ...
125.87/125.96	c ============================[ Search Statistics ]============================
125.87/125.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
125.87/125.96	c       |         |          |          |    Limit     GC | Var      | Constra 
125.87/125.96	c =============================================================================
125.87/125.96	c  0.0s |       0 |        0 |        0 |   293367      0 |      230 |      229
126.27/126.37	c  0.4s |       0 |        7 |        1 |   293367      0 |      230 |      230
126.27/126.37	c #cpu_time = 0.409s
126.27/126.37	c #wall_clock_time = 0.410s
126.27/126.37	c #decision = 7
126.27/126.37	c #random_decision = 0
126.27/126.37	c #conflict = 1
126.27/126.37	c #restart = 0
126.27/126.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 138: cost of the new core is >=140288
126.27/126.37	c BCD2: refineLB: 140281 -> 140288
126.27/126.37	c lower bound updated to -174751573
126.47/126.55	c BCD2: 145408 <= obj <= 174896980
126.47/126.55	c BCD2: #cores=6, #unrelaxed=306412, #relaxed=143, #hardened=0
126.47/126.55	c BCD2: #sat=1 #unsat=143 bias=143/144
126.47/126.55	c Solving starts ...
126.47/126.55	c ============================[ Search Statistics ]============================
126.47/126.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
126.47/126.55	c       |         |          |          |    Limit     GC | Var      | Constra 
126.47/126.55	c =============================================================================
126.47/126.56	c  0.0s |       0 |        0 |        0 |   293367      0 |      231 |      230
126.87/126.96	c  0.4s |       0 |        7 |        1 |   293367      0 |      231 |      231
126.87/126.96	c #cpu_time = 0.404s
126.87/126.96	c #wall_clock_time = 0.405s
126.87/126.96	c #decision = 7
126.87/126.96	c #random_decision = 0
126.87/126.96	c #conflict = 1
126.87/126.96	c #restart = 0
126.87/126.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 139: cost of the new core is >=141312
126.87/126.96	c BCD2: refineLB: 141305 -> 141312
126.87/126.96	c lower bound updated to -174750549
127.07/127.18	c BCD2: 146432 <= obj <= 174896980
127.07/127.18	c BCD2: #cores=6, #unrelaxed=306411, #relaxed=144, #hardened=0
127.07/127.18	c BCD2: #sat=1 #unsat=144 bias=144/145
127.07/127.20	c Solving starts ...
127.07/127.20	c ============================[ Search Statistics ]============================
127.07/127.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
127.07/127.20	c       |         |          |          |    Limit     GC | Var      | Constra 
127.07/127.20	c =============================================================================
127.17/127.20	c  0.0s |       0 |        0 |        0 |   293367      0 |      232 |      231
127.57/127.61	c  0.4s |       0 |        7 |        1 |   293367      0 |      232 |      232
127.57/127.61	c #cpu_time = 0.409s
127.57/127.61	c #wall_clock_time = 0.410s
127.57/127.61	c #decision = 7
127.57/127.61	c #random_decision = 0
127.57/127.61	c #conflict = 1
127.57/127.61	c #restart = 0
127.57/127.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 140: cost of the new core is >=142336
127.57/127.61	c BCD2: refineLB: 142329 -> 142336
127.57/127.61	c lower bound updated to -174749525
127.78/127.82	c BCD2: 147456 <= obj <= 174896980
127.78/127.82	c BCD2: #cores=6, #unrelaxed=306410, #relaxed=145, #hardened=0
127.78/127.82	c BCD2: #sat=1 #unsat=145 bias=145/146
127.78/127.84	c Solving starts ...
127.78/127.84	c ============================[ Search Statistics ]============================
127.78/127.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
127.78/127.84	c       |         |          |          |    Limit     GC | Var      | Constra 
127.78/127.84	c =============================================================================
127.78/127.84	c  0.0s |       0 |        0 |        0 |   293367      0 |      233 |      232
128.17/128.25	c  0.4s |       0 |        7 |        1 |   293367      0 |      233 |      233
128.17/128.25	c #cpu_time = 0.408s
128.17/128.25	c #wall_clock_time = 0.409s
128.17/128.25	c #decision = 7
128.17/128.25	c #random_decision = 0
128.17/128.25	c #conflict = 1
128.17/128.25	c #restart = 0
128.17/128.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 141: cost of the new core is >=143360
128.17/128.25	c BCD2: refineLB: 143353 -> 143360
128.17/128.25	c lower bound updated to -174748501
128.37/128.47	c BCD2: 148480 <= obj <= 174896980
128.37/128.47	c BCD2: #cores=6, #unrelaxed=306409, #relaxed=146, #hardened=0
128.37/128.47	c BCD2: #sat=1 #unsat=146 bias=146/147
128.37/128.48	c Solving starts ...
128.37/128.48	c ============================[ Search Statistics ]============================
128.37/128.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
128.37/128.48	c       |         |          |          |    Limit     GC | Var      | Constra 
128.37/128.48	c =============================================================================
128.37/128.48	c  0.0s |       0 |        0 |        0 |   293367      0 |      234 |      233
129.77/129.83	c  1.4s |       0 |        7 |        1 |   293367      0 |      234 |      234
129.77/129.83	c #cpu_time = 1.347s
129.77/129.83	c #wall_clock_time = 1.350s
129.77/129.83	c #decision = 7
129.77/129.83	c #random_decision = 0
129.77/129.83	c #conflict = 1
129.77/129.83	c #restart = 0
129.77/129.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 142: cost of the new core is >=144384
129.77/129.83	c BCD2: refineLB: 144378 -> 144384
129.77/129.83	c lower bound updated to -174747477
129.88/129.98	c BCD2: 149504 <= obj <= 174896980
129.88/129.98	c BCD2: #cores=6, #unrelaxed=306408, #relaxed=147, #hardened=0
129.88/129.98	c BCD2: #sat=1 #unsat=147 bias=147/148
129.88/129.99	c Solving starts ...
129.88/129.99	c ============================[ Search Statistics ]============================
129.88/129.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
129.88/129.99	c       |         |          |          |    Limit     GC | Var      | Constra 
129.88/129.99	c =============================================================================
129.88/129.99	c  0.0s |       0 |        0 |        0 |   293367      0 |      235 |      234
130.37/130.43	c  0.4s |       0 |        7 |        1 |   293367      0 |      235 |      235
130.37/130.43	c #cpu_time = 0.443s
130.37/130.43	c #wall_clock_time = 0.444s
130.37/130.43	c #decision = 7
130.37/130.43	c #random_decision = 0
130.37/130.43	c #conflict = 1
130.37/130.43	c #restart = 0
130.37/130.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 143: cost of the new core is >=145408
130.37/130.43	c BCD2: refineLB: 145402 -> 145408
130.37/130.43	c lower bound updated to -174746453
130.47/130.59	c BCD2: 150528 <= obj <= 174896980
130.47/130.59	c BCD2: #cores=6, #unrelaxed=306407, #relaxed=148, #hardened=0
130.47/130.59	c BCD2: #sat=1 #unsat=148 bias=148/149
130.57/130.60	c Solving starts ...
130.57/130.60	c ============================[ Search Statistics ]============================
130.57/130.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
130.57/130.60	c       |         |          |          |    Limit     GC | Var      | Constra 
130.57/130.60	c =============================================================================
130.57/130.60	c  0.0s |       0 |        0 |        0 |   293367      0 |      236 |      235
130.98/131.05	c  0.5s |       0 |        7 |        1 |   293367      0 |      236 |      236
130.98/131.05	c #cpu_time = 0.450s
130.98/131.05	c #wall_clock_time = 0.451s
130.98/131.05	c #decision = 7
130.98/131.05	c #random_decision = 0
130.98/131.05	c #conflict = 1
130.98/131.05	c #restart = 0
130.98/131.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 144: cost of the new core is >=146432
130.98/131.05	c BCD2: refineLB: 146426 -> 146432
130.98/131.05	c lower bound updated to -174745429
131.08/131.19	c BCD2: 151552 <= obj <= 174896980
131.08/131.19	c BCD2: #cores=6, #unrelaxed=306406, #relaxed=149, #hardened=0
131.08/131.19	c BCD2: #sat=1 #unsat=149 bias=149/150
131.17/131.20	c Solving starts ...
131.17/131.20	c ============================[ Search Statistics ]============================
131.17/131.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
131.17/131.20	c       |         |          |          |    Limit     GC | Var      | Constra 
131.17/131.20	c =============================================================================
131.17/131.20	c  0.0s |       0 |        0 |        0 |   293367      0 |      237 |      236
131.57/131.64	c  0.4s |       0 |        7 |        1 |   293367      0 |      237 |      237
131.57/131.64	c #cpu_time = 0.437s
131.57/131.64	c #wall_clock_time = 0.438s
131.57/131.64	c #decision = 7
131.57/131.64	c #random_decision = 0
131.57/131.64	c #conflict = 1
131.57/131.64	c #restart = 0
131.57/131.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 145: cost of the new core is >=147456
131.57/131.64	c BCD2: refineLB: 147450 -> 147456
131.57/131.64	c lower bound updated to -174744405
131.77/131.80	c BCD2: 152576 <= obj <= 174896980
131.77/131.80	c BCD2: #cores=6, #unrelaxed=306405, #relaxed=150, #hardened=0
131.77/131.80	c BCD2: #sat=1 #unsat=150 bias=150/151
131.77/131.80	c Solving starts ...
131.77/131.80	c ============================[ Search Statistics ]============================
131.77/131.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
131.77/131.80	c       |         |          |          |    Limit     GC | Var      | Constra 
131.77/131.80	c =============================================================================
131.77/131.80	c  0.0s |       0 |        0 |        0 |   293367      0 |      238 |      237
132.18/132.26	c  0.5s |       0 |        7 |        1 |   293367      0 |      238 |      238
132.18/132.26	c #cpu_time = 0.449s
132.18/132.26	c #wall_clock_time = 0.451s
132.18/132.26	c #decision = 7
132.18/132.26	c #random_decision = 0
132.18/132.26	c #conflict = 1
132.18/132.26	c #restart = 0
132.18/132.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 146: cost of the new core is >=148480
132.18/132.26	c BCD2: refineLB: 148474 -> 148480
132.18/132.26	c lower bound updated to -174743381
132.37/132.40	c BCD2: 153600 <= obj <= 174896980
132.37/132.40	c BCD2: #cores=6, #unrelaxed=306404, #relaxed=151, #hardened=0
132.37/132.40	c BCD2: #sat=1 #unsat=151 bias=151/152
132.37/132.41	c Solving starts ...
132.37/132.41	c ============================[ Search Statistics ]============================
132.37/132.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
132.37/132.41	c       |         |          |          |    Limit     GC | Var      | Constra 
132.37/132.41	c =============================================================================
132.37/132.41	c  0.0s |       0 |        0 |        0 |   293367      0 |      239 |      238
132.77/132.86	c  0.5s |       0 |        7 |        1 |   293367      0 |      239 |      239
132.77/132.86	c #cpu_time = 0.449s
132.77/132.86	c #wall_clock_time = 0.450s
132.77/132.86	c #decision = 7
132.77/132.86	c #random_decision = 0
132.77/132.86	c #conflict = 1
132.77/132.86	c #restart = 0
132.77/132.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 147: cost of the new core is >=149504
132.77/132.86	c BCD2: refineLB: 149498 -> 149504
132.77/132.86	c lower bound updated to -174742357
132.97/133.01	c BCD2: 154624 <= obj <= 174896980
132.97/133.01	c BCD2: #cores=6, #unrelaxed=306403, #relaxed=152, #hardened=0
132.97/133.01	c BCD2: #sat=1 #unsat=152 bias=152/153
132.97/133.01	c Solving starts ...
132.97/133.01	c ============================[ Search Statistics ]============================
132.97/133.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
132.97/133.01	c       |         |          |          |    Limit     GC | Var      | Constra 
132.97/133.01	c =============================================================================
132.97/133.01	c  0.0s |       0 |        0 |        0 |   293367      0 |      240 |      239
133.37/133.46	c  0.5s |       0 |        7 |        1 |   293367      0 |      240 |      240
133.37/133.46	c #cpu_time = 0.450s
133.37/133.46	c #wall_clock_time = 0.452s
133.37/133.46	c #decision = 7
133.37/133.46	c #random_decision = 0
133.37/133.46	c #conflict = 1
133.37/133.46	c #restart = 0
133.37/133.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 148: cost of the new core is >=150528
133.37/133.46	c BCD2: refineLB: 150522 -> 150528
133.37/133.46	c lower bound updated to -174741333
133.57/133.61	c BCD2: 155648 <= obj <= 174896980
133.57/133.61	c BCD2: #cores=6, #unrelaxed=306402, #relaxed=153, #hardened=0
133.57/133.61	c BCD2: #sat=1 #unsat=153 bias=153/154
133.57/133.61	c Solving starts ...
133.57/133.61	c ============================[ Search Statistics ]============================
133.57/133.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
133.57/133.61	c       |         |          |          |    Limit     GC | Var      | Constra 
133.57/133.61	c =============================================================================
133.57/133.61	c  0.0s |       0 |        0 |        0 |   293367      0 |      241 |      240
133.97/134.06	c  0.4s |       0 |        7 |        1 |   293367      0 |      241 |      241
133.97/134.06	c #cpu_time = 0.448s
133.97/134.06	c #wall_clock_time = 0.450s
133.97/134.06	c #decision = 7
133.97/134.06	c #random_decision = 0
133.97/134.06	c #conflict = 1
133.97/134.06	c #restart = 0
133.97/134.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 149: cost of the new core is >=151552
133.97/134.06	c BCD2: refineLB: 151546 -> 151552
133.97/134.06	c lower bound updated to -174740309
134.17/134.25	c BCD2: 156672 <= obj <= 174896980
134.17/134.25	c BCD2: #cores=6, #unrelaxed=306401, #relaxed=154, #hardened=0
134.17/134.25	c BCD2: #sat=1 #unsat=154 bias=154/155
134.17/134.27	c Solving starts ...
134.17/134.27	c ============================[ Search Statistics ]============================
134.17/134.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
134.17/134.27	c       |         |          |          |    Limit     GC | Var      | Constra 
134.17/134.27	c =============================================================================
134.17/134.27	c  0.0s |       0 |        0 |        0 |   293367      0 |      242 |      241
134.67/134.72	c  0.5s |       0 |        7 |        1 |   293367      0 |      242 |      242
134.67/134.72	c #cpu_time = 0.453s
134.67/134.72	c #wall_clock_time = 0.454s
134.67/134.72	c #decision = 7
134.67/134.72	c #random_decision = 0
134.67/134.72	c #conflict = 1
134.67/134.72	c #restart = 0
134.67/134.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 150: cost of the new core is >=152576
134.67/134.72	c BCD2: refineLB: 152570 -> 152576
134.67/134.72	c lower bound updated to -174739285
134.86/134.91	c BCD2: 157696 <= obj <= 174896980
134.86/134.91	c BCD2: #cores=6, #unrelaxed=306400, #relaxed=155, #hardened=0
134.86/134.91	c BCD2: #sat=1 #unsat=155 bias=155/156
134.86/134.92	c Solving starts ...
134.86/134.92	c ============================[ Search Statistics ]============================
134.86/134.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
134.86/134.92	c       |         |          |          |    Limit     GC | Var      | Constra 
134.86/134.92	c =============================================================================
134.86/134.92	c  0.0s |       0 |        0 |        0 |   293367      0 |      243 |      242
135.27/135.38	c  0.5s |       0 |        7 |        1 |   293367      0 |      243 |      243
135.27/135.38	c #cpu_time = 0.453s
135.27/135.38	c #wall_clock_time = 0.454s
135.27/135.38	c #decision = 7
135.27/135.38	c #random_decision = 0
135.27/135.38	c #conflict = 1
135.27/135.38	c #restart = 0
135.27/135.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 151: cost of the new core is >=153600
135.27/135.38	c BCD2: refineLB: 153594 -> 153600
135.27/135.38	c lower bound updated to -174738261
135.48/135.56	c BCD2: 158720 <= obj <= 174896980
135.48/135.56	c BCD2: #cores=6, #unrelaxed=306399, #relaxed=156, #hardened=0
135.48/135.56	c BCD2: #sat=1 #unsat=156 bias=156/157
135.48/135.58	c Solving starts ...
135.48/135.58	c ============================[ Search Statistics ]============================
135.48/135.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
135.48/135.58	c       |         |          |          |    Limit     GC | Var      | Constra 
135.48/135.58	c =============================================================================
135.48/135.58	c  0.0s |       0 |        0 |        0 |   293367      0 |      244 |      243
136.87/136.92	c  1.3s |       0 |        7 |        1 |   293367      0 |      244 |      244
136.87/136.92	c #cpu_time = 1.333s
136.87/136.92	c #wall_clock_time = 1.337s
136.87/136.92	c #decision = 7
136.87/136.92	c #random_decision = 0
136.87/136.92	c #conflict = 1
136.87/136.92	c #restart = 0
136.87/136.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 152: cost of the new core is >=154624
136.87/136.92	c BCD2: refineLB: 154618 -> 154624
136.87/136.92	c lower bound updated to -174737237
136.97/137.06	c BCD2: 159744 <= obj <= 174896980
136.97/137.06	c BCD2: #cores=6, #unrelaxed=306398, #relaxed=157, #hardened=0
136.97/137.06	c BCD2: #sat=1 #unsat=157 bias=157/158
136.97/137.07	c Solving starts ...
136.97/137.07	c ============================[ Search Statistics ]============================
136.97/137.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
136.97/137.07	c       |         |          |          |    Limit     GC | Var      | Constra 
136.97/137.07	c =============================================================================
136.97/137.07	c  0.0s |       0 |        0 |        0 |   293367      0 |      245 |      244
137.47/137.51	c  0.4s |       0 |        7 |        1 |   293367      0 |      245 |      245
137.47/137.51	c #cpu_time = 0.438s
137.47/137.51	c #wall_clock_time = 0.439s
137.47/137.51	c #decision = 7
137.47/137.51	c #random_decision = 0
137.47/137.51	c #conflict = 1
137.47/137.51	c #restart = 0
137.47/137.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 153: cost of the new core is >=155648
137.47/137.51	c BCD2: refineLB: 155642 -> 155648
137.47/137.51	c lower bound updated to -174736213
137.58/137.67	c BCD2: 160768 <= obj <= 174896980
137.58/137.67	c BCD2: #cores=6, #unrelaxed=306397, #relaxed=158, #hardened=0
137.58/137.67	c BCD2: #sat=1 #unsat=158 bias=158/159
137.58/137.67	c Solving starts ...
137.58/137.67	c ============================[ Search Statistics ]============================
137.58/137.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
137.58/137.67	c       |         |          |          |    Limit     GC | Var      | Constra 
137.58/137.67	c =============================================================================
137.58/137.67	c  0.0s |       0 |        0 |        0 |   293367      0 |      246 |      245
138.07/138.12	c  0.4s |       0 |        7 |        1 |   293367      0 |      246 |      246
138.07/138.12	c #cpu_time = 0.444s
138.07/138.12	c #wall_clock_time = 0.445s
138.07/138.12	c #decision = 7
138.07/138.12	c #random_decision = 0
138.07/138.12	c #conflict = 1
138.07/138.12	c #restart = 0
138.07/138.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 154: cost of the new core is >=156672
138.07/138.12	c BCD2: refineLB: 156666 -> 156672
138.07/138.12	c lower bound updated to -174735189
138.17/138.26	c BCD2: 161792 <= obj <= 174896980
138.17/138.26	c BCD2: #cores=6, #unrelaxed=306396, #relaxed=159, #hardened=0
138.17/138.26	c BCD2: #sat=1 #unsat=159 bias=159/160
138.17/138.27	c Solving starts ...
138.17/138.27	c ============================[ Search Statistics ]============================
138.17/138.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
138.17/138.27	c       |         |          |          |    Limit     GC | Var      | Constra 
138.17/138.27	c =============================================================================
138.17/138.27	c  0.0s |       0 |        0 |        0 |   293367      0 |      247 |      246
138.57/138.70	c  0.4s |       0 |        7 |        1 |   293367      0 |      247 |      247
138.57/138.70	c #cpu_time = 0.433s
138.57/138.70	c #wall_clock_time = 0.434s
138.57/138.70	c #decision = 7
138.57/138.70	c #random_decision = 0
138.57/138.70	c #conflict = 1
138.57/138.70	c #restart = 0
138.57/138.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 155: cost of the new core is >=157696
138.57/138.70	c BCD2: refineLB: 157690 -> 157696
138.57/138.70	c lower bound updated to -174734165
138.78/138.86	c BCD2: 162816 <= obj <= 174896980
138.78/138.86	c BCD2: #cores=6, #unrelaxed=306395, #relaxed=160, #hardened=0
138.78/138.86	c BCD2: #sat=1 #unsat=160 bias=160/161
138.78/138.87	c Solving starts ...
138.78/138.87	c ============================[ Search Statistics ]============================
138.78/138.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
138.78/138.87	c       |         |          |          |    Limit     GC | Var      | Constra 
138.78/138.87	c =============================================================================
138.78/138.87	c  0.0s |       0 |        0 |        0 |   293367      0 |      248 |      247
139.27/139.32	c  0.4s |       0 |        7 |        1 |   293367      0 |      248 |      248
139.27/139.32	c #cpu_time = 0.445s
139.27/139.32	c #wall_clock_time = 0.446s
139.27/139.32	c #decision = 7
139.27/139.32	c #random_decision = 0
139.27/139.32	c #conflict = 1
139.27/139.32	c #restart = 0
139.27/139.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 156: cost of the new core is >=158720
139.27/139.32	c BCD2: refineLB: 158714 -> 158720
139.27/139.32	c lower bound updated to -174733141
139.37/139.46	c BCD2: 163840 <= obj <= 174896980
139.37/139.46	c BCD2: #cores=6, #unrelaxed=306394, #relaxed=161, #hardened=0
139.37/139.46	c BCD2: #sat=1 #unsat=161 bias=161/162
139.37/139.47	c Solving starts ...
139.37/139.47	c ============================[ Search Statistics ]============================
139.37/139.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
139.37/139.47	c       |         |          |          |    Limit     GC | Var      | Constra 
139.37/139.47	c =============================================================================
139.37/139.47	c  0.0s |       0 |        0 |        0 |   293367      0 |      249 |      248
139.87/139.91	c  0.4s |       0 |        7 |        1 |   293367      0 |      249 |      249
139.87/139.91	c #cpu_time = 0.444s
139.87/139.91	c #wall_clock_time = 0.445s
139.87/139.91	c #decision = 7
139.87/139.91	c #random_decision = 0
139.87/139.91	c #conflict = 1
139.87/139.91	c #restart = 0
139.87/139.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 157: cost of the new core is >=159744
139.87/139.91	c BCD2: refineLB: 159738 -> 159744
139.87/139.91	c lower bound updated to -174732117
139.97/140.06	c BCD2: 164864 <= obj <= 174896980
139.97/140.06	c BCD2: #cores=6, #unrelaxed=306393, #relaxed=162, #hardened=0
139.97/140.06	c BCD2: #sat=1 #unsat=162 bias=162/163
139.97/140.07	c Solving starts ...
139.97/140.07	c ============================[ Search Statistics ]============================
139.97/140.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
139.97/140.07	c       |         |          |          |    Limit     GC | Var      | Constra 
139.97/140.07	c =============================================================================
139.97/140.07	c  0.0s |       0 |        0 |        0 |   293367      0 |      250 |      249
140.47/140.51	c  0.4s |       0 |        7 |        1 |   293367      0 |      250 |      250
140.47/140.51	c #cpu_time = 0.445s
140.47/140.51	c #wall_clock_time = 0.446s
140.47/140.51	c #decision = 7
140.47/140.51	c #random_decision = 0
140.47/140.51	c #conflict = 1
140.47/140.51	c #restart = 0
140.47/140.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 158: cost of the new core is >=160768
140.47/140.51	c BCD2: refineLB: 160762 -> 160768
140.47/140.51	c lower bound updated to -174731093
140.57/140.66	c BCD2: 165888 <= obj <= 174896980
140.57/140.66	c BCD2: #cores=6, #unrelaxed=306392, #relaxed=163, #hardened=0
140.57/140.66	c BCD2: #sat=1 #unsat=163 bias=163/164
140.57/140.66	c Solving starts ...
140.57/140.66	c ============================[ Search Statistics ]============================
140.57/140.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
140.57/140.66	c       |         |          |          |    Limit     GC | Var      | Constra 
140.57/140.66	c =============================================================================
140.57/140.66	c  0.0s |       0 |        0 |        0 |   293367      0 |      251 |      250
141.07/141.11	c  0.4s |       0 |        7 |        1 |   293367      0 |      251 |      251
141.07/141.11	c #cpu_time = 0.443s
141.07/141.11	c #wall_clock_time = 0.444s
141.07/141.11	c #decision = 7
141.07/141.11	c #random_decision = 0
141.07/141.11	c #conflict = 1
141.07/141.11	c #restart = 0
141.07/141.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 159: cost of the new core is >=161792
141.07/141.11	c BCD2: refineLB: 161786 -> 161792
141.07/141.11	c lower bound updated to -174730069
141.17/141.29	c BCD2: 166912 <= obj <= 174896980
141.17/141.29	c BCD2: #cores=6, #unrelaxed=306391, #relaxed=164, #hardened=0
141.17/141.29	c BCD2: #sat=1 #unsat=164 bias=164/165
141.27/141.31	c Solving starts ...
141.27/141.31	c ============================[ Search Statistics ]============================
141.27/141.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
141.27/141.31	c       |         |          |          |    Limit     GC | Var      | Constra 
141.27/141.31	c =============================================================================
141.27/141.31	c  0.0s |       0 |        0 |        0 |   293367      0 |      252 |      251
141.67/141.76	c  0.4s |       0 |        7 |        1 |   293367      0 |      252 |      252
141.67/141.76	c #cpu_time = 0.444s
141.67/141.76	c #wall_clock_time = 0.445s
141.67/141.76	c #decision = 7
141.67/141.76	c #random_decision = 0
141.67/141.76	c #conflict = 1
141.67/141.76	c #restart = 0
141.67/141.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 160: cost of the new core is >=162816
141.67/141.76	c BCD2: refineLB: 162810 -> 162816
141.67/141.76	c lower bound updated to -174729045
141.87/141.94	c BCD2: 167936 <= obj <= 174896980
141.87/141.94	c BCD2: #cores=6, #unrelaxed=306390, #relaxed=165, #hardened=0
141.87/141.94	c BCD2: #sat=1 #unsat=165 bias=165/166
141.87/141.96	c Solving starts ...
141.87/141.96	c ============================[ Search Statistics ]============================
141.87/141.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
141.87/141.96	c       |         |          |          |    Limit     GC | Var      | Constra 
141.87/141.96	c =============================================================================
141.87/141.96	c  0.0s |       0 |        0 |        0 |   293367      0 |      253 |      252
142.37/142.41	c  0.4s |       0 |        7 |        1 |   293367      0 |      253 |      253
142.37/142.41	c #cpu_time = 0.448s
142.37/142.41	c #wall_clock_time = 0.449s
142.37/142.41	c #decision = 7
142.37/142.41	c #random_decision = 0
142.37/142.41	c #conflict = 1
142.37/142.41	c #restart = 0
142.37/142.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 161: cost of the new core is >=163840
142.37/142.41	c BCD2: refineLB: 163834 -> 163840
142.37/142.41	c lower bound updated to -174728021
142.47/142.59	c BCD2: 168960 <= obj <= 174896980
142.47/142.59	c BCD2: #cores=6, #unrelaxed=306389, #relaxed=166, #hardened=0
142.47/142.59	c BCD2: #sat=1 #unsat=166 bias=166/167
142.57/142.61	c Solving starts ...
142.57/142.61	c ============================[ Search Statistics ]============================
142.57/142.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
142.57/142.61	c       |         |          |          |    Limit     GC | Var      | Constra 
142.57/142.61	c =============================================================================
142.57/142.61	c  0.0s |       0 |        0 |        0 |   293367      0 |      254 |      253
143.87/143.94	c  1.3s |       0 |        7 |        1 |   293367      0 |      254 |      254
143.87/143.94	c #cpu_time = 1.326s
143.87/143.94	c #wall_clock_time = 1.329s
143.87/143.94	c #decision = 7
143.87/143.94	c #random_decision = 0
143.87/143.94	c #conflict = 1
143.87/143.94	c #restart = 0
143.87/143.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 162: cost of the new core is >=164864
143.87/143.94	c BCD2: refineLB: 164858 -> 164864
143.87/143.94	c lower bound updated to -174726997
143.97/144.08	c BCD2: 169984 <= obj <= 174896980
143.97/144.08	c BCD2: #cores=6, #unrelaxed=306388, #relaxed=167, #hardened=0
143.97/144.08	c BCD2: #sat=1 #unsat=167 bias=167/168
143.97/144.09	c Solving starts ...
143.97/144.09	c ============================[ Search Statistics ]============================
143.97/144.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
143.97/144.09	c       |         |          |          |    Limit     GC | Var      | Constra 
143.97/144.09	c =============================================================================
143.97/144.09	c  0.0s |       0 |        0 |        0 |   293367      0 |      255 |      254
144.47/144.53	c  0.4s |       0 |        7 |        1 |   293367      0 |      255 |      255
144.47/144.53	c #cpu_time = 0.441s
144.47/144.53	c #wall_clock_time = 0.442s
144.47/144.53	c #decision = 7
144.47/144.53	c #random_decision = 0
144.47/144.53	c #conflict = 1
144.47/144.53	c #restart = 0
144.47/144.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 163: cost of the new core is >=165888
144.47/144.53	c BCD2: refineLB: 165882 -> 165888
144.47/144.53	c lower bound updated to -174725973
144.57/144.69	c BCD2: 171008 <= obj <= 174896980
144.57/144.69	c BCD2: #cores=6, #unrelaxed=306387, #relaxed=168, #hardened=0
144.57/144.69	c BCD2: #sat=1 #unsat=168 bias=168/169
144.67/144.70	c Solving starts ...
144.67/144.70	c ============================[ Search Statistics ]============================
144.67/144.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
144.67/144.70	c       |         |          |          |    Limit     GC | Var      | Constra 
144.67/144.70	c =============================================================================
144.67/144.70	c  0.0s |       0 |        0 |        0 |   293367      0 |      256 |      255
145.07/145.15	c  0.4s |       0 |        7 |        1 |   293367      0 |      256 |      256
145.07/145.15	c #cpu_time = 0.448s
145.07/145.15	c #wall_clock_time = 0.449s
145.07/145.15	c #decision = 7
145.07/145.15	c #random_decision = 0
145.07/145.15	c #conflict = 1
145.07/145.15	c #restart = 0
145.07/145.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 164: cost of the new core is >=166912
145.07/145.15	c BCD2: refineLB: 166906 -> 166912
145.07/145.15	c lower bound updated to -174724949
145.17/145.29	c BCD2: 172032 <= obj <= 174896980
145.17/145.29	c BCD2: #cores=6, #unrelaxed=306386, #relaxed=169, #hardened=0
145.17/145.29	c BCD2: #sat=1 #unsat=169 bias=169/170
145.17/145.30	c Solving starts ...
145.17/145.30	c ============================[ Search Statistics ]============================
145.17/145.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
145.17/145.30	c       |         |          |          |    Limit     GC | Var      | Constra 
145.17/145.30	c =============================================================================
145.17/145.30	c  0.0s |       0 |        0 |        0 |   293367      0 |      257 |      256
145.67/145.73	c  0.4s |       0 |        7 |        1 |   293367      0 |      257 |      257
145.67/145.73	c #cpu_time = 0.436s
145.67/145.73	c #wall_clock_time = 0.437s
145.67/145.73	c #decision = 7
145.67/145.73	c #random_decision = 0
145.67/145.73	c #conflict = 1
145.67/145.73	c #restart = 0
145.67/145.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 165: cost of the new core is >=167936
145.67/145.73	c BCD2: refineLB: 167930 -> 167936
145.67/145.73	c lower bound updated to -174723925
145.87/145.90	c BCD2: 173056 <= obj <= 174896980
145.87/145.90	c BCD2: #cores=6, #unrelaxed=306385, #relaxed=170, #hardened=0
145.87/145.90	c BCD2: #sat=1 #unsat=170 bias=170/171
145.87/145.90	c Solving starts ...
145.87/145.90	c ============================[ Search Statistics ]============================
145.87/145.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
145.87/145.90	c       |         |          |          |    Limit     GC | Var      | Constra 
145.87/145.90	c =============================================================================
145.87/145.90	c  0.0s |       0 |        0 |        0 |   293367      0 |      258 |      257
146.27/146.35	c  0.4s |       0 |        7 |        1 |   293367      0 |      258 |      258
146.27/146.35	c #cpu_time = 0.449s
146.27/146.35	c #wall_clock_time = 0.450s
146.27/146.35	c #decision = 7
146.27/146.35	c #random_decision = 0
146.27/146.35	c #conflict = 1
146.27/146.35	c #restart = 0
146.27/146.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 166: cost of the new core is >=168960
146.27/146.35	c BCD2: refineLB: 168955 -> 168960
146.27/146.35	c lower bound updated to -174722901
146.37/146.50	c BCD2: 174080 <= obj <= 174896980
146.37/146.50	c BCD2: #cores=6, #unrelaxed=306384, #relaxed=171, #hardened=0
146.37/146.50	c BCD2: #sat=1 #unsat=171 bias=171/172
146.47/146.50	c Solving starts ...
146.47/146.50	c ============================[ Search Statistics ]============================
146.47/146.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
146.47/146.50	c       |         |          |          |    Limit     GC | Var      | Constra 
146.47/146.50	c =============================================================================
146.47/146.50	c  0.0s |       0 |        0 |        0 |   293367      0 |      259 |      258
146.87/146.95	c  0.4s |       0 |        7 |        1 |   293367      0 |      259 |      259
146.87/146.95	c #cpu_time = 0.448s
146.87/146.95	c #wall_clock_time = 0.449s
146.87/146.95	c #decision = 7
146.87/146.95	c #random_decision = 0
146.87/146.95	c #conflict = 1
146.87/146.95	c #restart = 0
146.87/146.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 167: cost of the new core is >=169984
146.87/146.95	c BCD2: refineLB: 169979 -> 169984
146.87/146.95	c lower bound updated to -174721877
147.07/147.10	c BCD2: 175104 <= obj <= 174896980
147.07/147.10	c BCD2: #cores=6, #unrelaxed=306383, #relaxed=172, #hardened=0
147.07/147.10	c BCD2: #sat=1 #unsat=172 bias=172/173
147.07/147.11	c Solving starts ...
147.07/147.11	c ============================[ Search Statistics ]============================
147.07/147.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
147.07/147.11	c       |         |          |          |    Limit     GC | Var      | Constra 
147.07/147.11	c =============================================================================
147.07/147.11	c  0.0s |       0 |        0 |        0 |   293367      0 |      260 |      259
147.47/147.56	c  0.5s |       0 |        7 |        1 |   293367      0 |      260 |      260
147.47/147.56	c #cpu_time = 0.449s
147.47/147.56	c #wall_clock_time = 0.450s
147.47/147.56	c #decision = 7
147.47/147.56	c #random_decision = 0
147.47/147.56	c #conflict = 1
147.47/147.56	c #restart = 0
147.47/147.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 168: cost of the new core is >=171008
147.47/147.56	c BCD2: refineLB: 171003 -> 171008
147.47/147.56	c lower bound updated to -174720853
147.67/147.70	c BCD2: 176128 <= obj <= 174896980
147.67/147.70	c BCD2: #cores=6, #unrelaxed=306382, #relaxed=173, #hardened=0
147.67/147.70	c BCD2: #sat=1 #unsat=173 bias=173/174
147.67/147.71	c Solving starts ...
147.67/147.71	c ============================[ Search Statistics ]============================
147.67/147.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
147.67/147.71	c       |         |          |          |    Limit     GC | Var      | Constra 
147.67/147.71	c =============================================================================
147.67/147.71	c  0.0s |       0 |        0 |        0 |   293367      0 |      261 |      260
148.07/148.16	c  0.4s |       0 |        7 |        1 |   293367      0 |      261 |      261
148.07/148.16	c #cpu_time = 0.447s
148.07/148.16	c #wall_clock_time = 0.448s
148.07/148.16	c #decision = 7
148.07/148.16	c #random_decision = 0
148.07/148.16	c #conflict = 1
148.07/148.16	c #restart = 0
148.07/148.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 169: cost of the new core is >=172032
148.07/148.16	c BCD2: refineLB: 172027 -> 172032
148.07/148.16	c lower bound updated to -174719829
148.27/148.35	c BCD2: 177152 <= obj <= 174896980
148.27/148.35	c BCD2: #cores=6, #unrelaxed=306381, #relaxed=174, #hardened=0
148.27/148.35	c BCD2: #sat=1 #unsat=174 bias=174/175
148.27/148.36	c Solving starts ...
148.27/148.36	c ============================[ Search Statistics ]============================
148.27/148.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
148.27/148.36	c       |         |          |          |    Limit     GC | Var      | Constra 
148.27/148.36	c =============================================================================
148.27/148.36	c  0.0s |       0 |        0 |        0 |   293367      0 |      262 |      261
148.76/148.81	c  0.4s |       0 |        7 |        1 |   293367      0 |      262 |      262
148.76/148.81	c #cpu_time = 0.448s
148.76/148.81	c #wall_clock_time = 0.449s
148.76/148.81	c #decision = 7
148.76/148.81	c #random_decision = 0
148.76/148.81	c #conflict = 1
148.76/148.81	c #restart = 0
148.76/148.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 170: cost of the new core is >=173056
148.76/148.81	c BCD2: refineLB: 173051 -> 173056
148.76/148.81	c lower bound updated to -174718805
148.96/149.00	c BCD2: 178176 <= obj <= 174896980
148.96/149.00	c BCD2: #cores=6, #unrelaxed=306380, #relaxed=175, #hardened=0
148.96/149.00	c BCD2: #sat=1 #unsat=175 bias=175/176
148.96/149.01	c Solving starts ...
148.96/149.01	c ============================[ Search Statistics ]============================
148.96/149.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
148.96/149.01	c       |         |          |          |    Limit     GC | Var      | Constra 
148.96/149.01	c =============================================================================
148.96/149.01	c  0.0s |       0 |        0 |        0 |   293367      0 |      263 |      262
149.37/149.47	c  0.5s |       0 |        7 |        1 |   293367      0 |      263 |      263
149.37/149.47	c #cpu_time = 0.451s
149.37/149.47	c #wall_clock_time = 0.453s
149.37/149.47	c #decision = 7
149.37/149.47	c #random_decision = 0
149.37/149.47	c #conflict = 1
149.37/149.47	c #restart = 0
149.37/149.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 171: cost of the new core is >=174080
149.37/149.47	c BCD2: refineLB: 174075 -> 174080
149.37/149.47	c lower bound updated to -174717781
149.57/149.65	c BCD2: 179200 <= obj <= 174896980
149.57/149.65	c BCD2: #cores=6, #unrelaxed=306379, #relaxed=176, #hardened=0
149.57/149.65	c BCD2: #sat=1 #unsat=176 bias=176/177
149.57/149.67	c Solving starts ...
149.57/149.67	c ============================[ Search Statistics ]============================
149.57/149.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
149.57/149.67	c       |         |          |          |    Limit     GC | Var      | Constra 
149.57/149.67	c =============================================================================
149.57/149.67	c  0.0s |       0 |        0 |        0 |   293367      0 |      264 |      263
150.97/151.01	c  1.3s |       0 |        7 |        1 |   293367      0 |      264 |      264
150.97/151.01	c #cpu_time = 1.336s
150.97/151.01	c #wall_clock_time = 1.340s
150.97/151.01	c #decision = 7
150.97/151.01	c #random_decision = 0
150.97/151.01	c #conflict = 1
150.97/151.01	c #restart = 0
150.97/151.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 172: cost of the new core is >=175104
150.97/151.01	c BCD2: refineLB: 175099 -> 175104
150.97/151.01	c lower bound updated to -174716757
151.07/151.15	c BCD2: 180224 <= obj <= 174896980
151.07/151.15	c BCD2: #cores=6, #unrelaxed=306378, #relaxed=177, #hardened=0
151.07/151.15	c BCD2: #sat=1 #unsat=177 bias=177/178
151.07/151.16	c Solving starts ...
151.07/151.16	c ============================[ Search Statistics ]============================
151.07/151.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
151.07/151.16	c       |         |          |          |    Limit     GC | Var      | Constra 
151.07/151.16	c =============================================================================
151.07/151.16	c  0.0s |       0 |        0 |        0 |   293367      0 |      265 |      264
151.57/151.60	c  0.4s |       0 |        7 |        1 |   293367      0 |      265 |      265
151.57/151.60	c #cpu_time = 0.440s
151.57/151.60	c #wall_clock_time = 0.441s
151.57/151.60	c #decision = 7
151.57/151.60	c #random_decision = 0
151.57/151.60	c #conflict = 1
151.57/151.60	c #restart = 0
151.57/151.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 173: cost of the new core is >=176128
151.57/151.60	c BCD2: refineLB: 176123 -> 176128
151.57/151.60	c lower bound updated to -174715733
151.67/151.76	c BCD2: 181248 <= obj <= 174896980
151.67/151.76	c BCD2: #cores=6, #unrelaxed=306377, #relaxed=178, #hardened=0
151.67/151.76	c BCD2: #sat=1 #unsat=178 bias=178/179
151.67/151.77	c Solving starts ...
151.67/151.77	c ============================[ Search Statistics ]============================
151.67/151.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
151.67/151.77	c       |         |          |          |    Limit     GC | Var      | Constra 
151.67/151.77	c =============================================================================
151.67/151.77	c  0.0s |       0 |        0 |        0 |   293367      0 |      266 |      265
152.17/152.21	c  0.4s |       0 |        7 |        1 |   293367      0 |      266 |      266
152.17/152.21	c #cpu_time = 0.445s
152.17/152.21	c #wall_clock_time = 0.446s
152.17/152.21	c #decision = 7
152.17/152.21	c #random_decision = 0
152.17/152.21	c #conflict = 1
152.17/152.21	c #restart = 0
152.17/152.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 174: cost of the new core is >=177152
152.17/152.21	c BCD2: refineLB: 177147 -> 177152
152.17/152.21	c lower bound updated to -174714709
152.27/152.36	c BCD2: 182272 <= obj <= 174896980
152.27/152.36	c BCD2: #cores=6, #unrelaxed=306376, #relaxed=179, #hardened=0
152.27/152.36	c BCD2: #sat=1 #unsat=179 bias=179/180
152.27/152.36	c Solving starts ...
152.27/152.36	c ============================[ Search Statistics ]============================
152.27/152.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
152.27/152.36	c       |         |          |          |    Limit     GC | Var      | Constra 
152.27/152.36	c =============================================================================
152.27/152.36	c  0.0s |       0 |        0 |        0 |   293367      0 |      267 |      266
152.77/152.80	c  0.4s |       0 |        7 |        1 |   293367      0 |      267 |      267
152.77/152.80	c #cpu_time = 0.433s
152.77/152.80	c #wall_clock_time = 0.435s
152.77/152.80	c #decision = 7
152.77/152.80	c #random_decision = 0
152.77/152.80	c #conflict = 1
152.77/152.80	c #restart = 0
152.77/152.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 175: cost of the new core is >=178176
152.77/152.80	c BCD2: refineLB: 178171 -> 178176
152.77/152.80	c lower bound updated to -174713685
152.87/152.96	c BCD2: 183296 <= obj <= 174896980
152.87/152.96	c BCD2: #cores=6, #unrelaxed=306375, #relaxed=180, #hardened=0
152.87/152.96	c BCD2: #sat=1 #unsat=180 bias=180/181
152.87/152.97	c Solving starts ...
152.87/152.97	c ============================[ Search Statistics ]============================
152.87/152.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
152.87/152.97	c       |         |          |          |    Limit     GC | Var      | Constra 
152.87/152.97	c =============================================================================
152.87/152.97	c  0.0s |       0 |        0 |        0 |   293367      0 |      268 |      267
153.37/153.41	c  0.4s |       0 |        7 |        1 |   293367      0 |      268 |      268
153.37/153.41	c #cpu_time = 0.446s
153.37/153.41	c #wall_clock_time = 0.447s
153.37/153.41	c #decision = 7
153.37/153.41	c #random_decision = 0
153.37/153.41	c #conflict = 1
153.37/153.41	c #restart = 0
153.37/153.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 176: cost of the new core is >=179200
153.37/153.41	c BCD2: refineLB: 179195 -> 179200
153.37/153.41	c lower bound updated to -174712661
153.47/153.56	c BCD2: 184320 <= obj <= 174896980
153.47/153.56	c BCD2: #cores=6, #unrelaxed=306374, #relaxed=181, #hardened=0
153.47/153.56	c BCD2: #sat=1 #unsat=181 bias=181/182
153.47/153.57	c Solving starts ...
153.47/153.57	c ============================[ Search Statistics ]============================
153.47/153.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
153.47/153.57	c       |         |          |          |    Limit     GC | Var      | Constra 
153.47/153.57	c =============================================================================
153.47/153.57	c  0.0s |       0 |        0 |        0 |   293367      0 |      269 |      268
153.97/154.01	c  0.4s |       0 |        7 |        1 |   293367      0 |      269 |      269
153.97/154.01	c #cpu_time = 0.445s
153.97/154.01	c #wall_clock_time = 0.447s
153.97/154.01	c #decision = 7
153.97/154.01	c #random_decision = 0
153.97/154.01	c #conflict = 1
153.97/154.01	c #restart = 0
153.97/154.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 177: cost of the new core is >=180224
153.97/154.01	c BCD2: refineLB: 180219 -> 180224
153.97/154.01	c lower bound updated to -174711637
154.07/154.16	c BCD2: 185344 <= obj <= 174896980
154.07/154.16	c BCD2: #cores=6, #unrelaxed=306373, #relaxed=182, #hardened=0
154.07/154.16	c BCD2: #sat=1 #unsat=182 bias=182/183
154.07/154.17	c Solving starts ...
154.07/154.17	c ============================[ Search Statistics ]============================
154.07/154.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
154.07/154.17	c       |         |          |          |    Limit     GC | Var      | Constra 
154.07/154.17	c =============================================================================
154.07/154.17	c  0.0s |       0 |        0 |        0 |   293367      0 |      270 |      269
154.57/154.62	c  0.4s |       0 |        7 |        1 |   293367      0 |      270 |      270
154.57/154.62	c #cpu_time = 0.446s
154.57/154.62	c #wall_clock_time = 0.447s
154.57/154.62	c #decision = 7
154.57/154.62	c #random_decision = 0
154.57/154.62	c #conflict = 1
154.57/154.62	c #restart = 0
154.57/154.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 178: cost of the new core is >=181248
154.57/154.62	c BCD2: refineLB: 181243 -> 181248
154.57/154.62	c lower bound updated to -174710613
154.67/154.76	c BCD2: 186368 <= obj <= 174896980
154.67/154.76	c BCD2: #cores=6, #unrelaxed=306372, #relaxed=183, #hardened=0
154.67/154.76	c BCD2: #sat=1 #unsat=183 bias=183/184
154.67/154.77	c Solving starts ...
154.67/154.77	c ============================[ Search Statistics ]============================
154.67/154.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
154.67/154.77	c       |         |          |          |    Limit     GC | Var      | Constra 
154.67/154.77	c =============================================================================
154.67/154.77	c  0.0s |       0 |        0 |        0 |   293367      0 |      271 |      270
155.17/155.21	c  0.4s |       0 |        7 |        1 |   293367      0 |      271 |      271
155.17/155.21	c #cpu_time = 0.446s
155.17/155.21	c #wall_clock_time = 0.447s
155.17/155.21	c #decision = 7
155.17/155.21	c #random_decision = 0
155.17/155.21	c #conflict = 1
155.17/155.21	c #restart = 0
155.17/155.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 179: cost of the new core is >=182272
155.17/155.21	c BCD2: refineLB: 182267 -> 182272
155.17/155.21	c lower bound updated to -174709589
155.37/155.40	c BCD2: 187392 <= obj <= 174896980
155.37/155.40	c BCD2: #cores=6, #unrelaxed=306371, #relaxed=184, #hardened=0
155.37/155.40	c BCD2: #sat=1 #unsat=184 bias=184/185
155.37/155.42	c Solving starts ...
155.37/155.42	c ============================[ Search Statistics ]============================
155.37/155.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
155.37/155.42	c       |         |          |          |    Limit     GC | Var      | Constra 
155.37/155.42	c =============================================================================
155.37/155.42	c  0.0s |       0 |        0 |        0 |   293367      0 |      272 |      271
155.77/155.86	c  0.4s |       0 |        7 |        1 |   293367      0 |      272 |      272
155.77/155.86	c #cpu_time = 0.446s
155.77/155.86	c #wall_clock_time = 0.448s
155.77/155.86	c #decision = 7
155.77/155.86	c #random_decision = 0
155.77/155.86	c #conflict = 1
155.77/155.86	c #restart = 0
155.77/155.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 180: cost of the new core is >=183296
155.77/155.86	c BCD2: refineLB: 183291 -> 183296
155.77/155.86	c lower bound updated to -174708565
155.97/156.05	c BCD2: 188416 <= obj <= 174896980
155.97/156.05	c BCD2: #cores=6, #unrelaxed=306370, #relaxed=185, #hardened=0
155.97/156.05	c BCD2: #sat=1 #unsat=185 bias=185/186
155.97/156.07	c Solving starts ...
155.97/156.07	c ============================[ Search Statistics ]============================
155.97/156.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
155.97/156.07	c       |         |          |          |    Limit     GC | Var      | Constra 
155.97/156.07	c =============================================================================
155.97/156.07	c  0.0s |       0 |        0 |        0 |   293367      0 |      273 |      272
156.47/156.52	c  0.5s |       0 |        7 |        1 |   293367      0 |      273 |      273
156.47/156.52	c #cpu_time = 0.449s
156.47/156.52	c #wall_clock_time = 0.450s
156.47/156.52	c #decision = 7
156.47/156.52	c #random_decision = 0
156.47/156.52	c #conflict = 1
156.47/156.52	c #restart = 0
156.47/156.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 181: cost of the new core is >=184320
156.47/156.52	c BCD2: refineLB: 184315 -> 184320
156.47/156.52	c lower bound updated to -174707541
156.66/156.70	c BCD2: 189440 <= obj <= 174896980
156.66/156.70	c BCD2: #cores=6, #unrelaxed=306369, #relaxed=186, #hardened=0
156.66/156.70	c BCD2: #sat=1 #unsat=186 bias=186/187
156.66/156.72	c Solving starts ...
156.66/156.72	c ============================[ Search Statistics ]============================
156.66/156.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
156.66/156.72	c       |         |          |          |    Limit     GC | Var      | Constra 
156.66/156.72	c =============================================================================
156.66/156.72	c  0.0s |       0 |        0 |        0 |   293367      0 |      274 |      273
157.96/158.06	c  1.3s |       0 |        7 |        1 |   293367      0 |      274 |      274
157.96/158.06	c #cpu_time = 1.334s
157.96/158.06	c #wall_clock_time = 1.337s
157.96/158.06	c #decision = 7
157.96/158.06	c #random_decision = 0
157.96/158.06	c #conflict = 1
157.96/158.06	c #restart = 0
157.96/158.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 182: cost of the new core is >=185344
157.96/158.06	c BCD2: refineLB: 185339 -> 185344
157.96/158.06	c lower bound updated to -174706517
158.16/158.20	c BCD2: 190464 <= obj <= 174896980
158.16/158.20	c BCD2: #cores=6, #unrelaxed=306368, #relaxed=187, #hardened=0
158.16/158.20	c BCD2: #sat=1 #unsat=187 bias=187/188
158.16/158.21	c Solving starts ...
158.16/158.21	c ============================[ Search Statistics ]============================
158.16/158.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
158.16/158.21	c       |         |          |          |    Limit     GC | Var      | Constra 
158.16/158.21	c =============================================================================
158.16/158.21	c  0.0s |       0 |        0 |        0 |   293367      0 |      275 |      274
158.57/158.65	c  0.4s |       0 |        7 |        1 |   293367      0 |      275 |      275
158.57/158.65	c #cpu_time = 0.443s
158.57/158.65	c #wall_clock_time = 0.444s
158.57/158.65	c #decision = 7
158.57/158.65	c #random_decision = 0
158.57/158.65	c #conflict = 1
158.57/158.65	c #restart = 0
158.57/158.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 183: cost of the new core is >=186368
158.57/158.65	c BCD2: refineLB: 186363 -> 186368
158.57/158.65	c lower bound updated to -174705493
158.76/158.81	c BCD2: 191488 <= obj <= 174896980
158.76/158.81	c BCD2: #cores=6, #unrelaxed=306367, #relaxed=188, #hardened=0
158.76/158.81	c BCD2: #sat=1 #unsat=188 bias=188/189
158.76/158.82	c Solving starts ...
158.76/158.82	c ============================[ Search Statistics ]============================
158.76/158.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
158.76/158.82	c       |         |          |          |    Limit     GC | Var      | Constra 
158.76/158.82	c =============================================================================
158.76/158.82	c  0.0s |       0 |        0 |        0 |   293367      0 |      276 |      275
159.16/159.27	c  0.5s |       0 |        7 |        1 |   293367      0 |      276 |      276
159.16/159.27	c #cpu_time = 0.451s
159.16/159.27	c #wall_clock_time = 0.452s
159.16/159.27	c #decision = 7
159.16/159.27	c #random_decision = 0
159.16/159.27	c #conflict = 1
159.16/159.27	c #restart = 0
159.16/159.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 184: cost of the new core is >=187392
159.16/159.27	c BCD2: refineLB: 187387 -> 187392
159.16/159.27	c lower bound updated to -174704469
159.36/159.42	c BCD2: 192512 <= obj <= 174896980
159.36/159.42	c BCD2: #cores=6, #unrelaxed=306366, #relaxed=189, #hardened=0
159.36/159.42	c BCD2: #sat=1 #unsat=189 bias=189/190
159.36/159.42	c Solving starts ...
159.36/159.42	c ============================[ Search Statistics ]============================
159.36/159.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
159.36/159.42	c       |         |          |          |    Limit     GC | Var      | Constra 
159.36/159.42	c =============================================================================
159.36/159.42	c  0.0s |       0 |        0 |        0 |   293367      0 |      277 |      276
159.76/159.86	c  0.4s |       0 |        7 |        1 |   293367      0 |      277 |      277
159.76/159.86	c #cpu_time = 0.437s
159.76/159.86	c #wall_clock_time = 0.438s
159.76/159.86	c #decision = 7
159.76/159.86	c #random_decision = 0
159.76/159.86	c #conflict = 1
159.76/159.86	c #restart = 0
159.76/159.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 185: cost of the new core is >=188416
159.76/159.86	c BCD2: refineLB: 188411 -> 188416
159.76/159.86	c lower bound updated to -174703445
159.96/160.03	c BCD2: 193536 <= obj <= 174896980
159.96/160.03	c BCD2: #cores=6, #unrelaxed=306365, #relaxed=190, #hardened=0
159.96/160.03	c BCD2: #sat=1 #unsat=190 bias=190/191
159.96/160.03	c Solving starts ...
159.96/160.03	c ============================[ Search Statistics ]============================
159.96/160.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
159.96/160.03	c       |         |          |          |    Limit     GC | Var      | Constra 
159.96/160.03	c =============================================================================
159.96/160.03	c  0.0s |       0 |        0 |        0 |   293367      0 |      278 |      277
160.36/160.49	c  0.5s |       0 |        7 |        1 |   293367      0 |      278 |      278
160.36/160.49	c #cpu_time = 0.450s
160.36/160.49	c #wall_clock_time = 0.451s
160.36/160.49	c #decision = 7
160.36/160.49	c #random_decision = 0
160.36/160.49	c #conflict = 1
160.36/160.49	c #restart = 0
160.36/160.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 186: cost of the new core is >=189440
160.36/160.49	c BCD2: refineLB: 189435 -> 189440
160.36/160.49	c lower bound updated to -174702421
160.57/160.67	c BCD2: 194560 <= obj <= 174896980
160.57/160.67	c BCD2: #cores=6, #unrelaxed=306364, #relaxed=191, #hardened=0
160.57/160.67	c BCD2: #sat=1 #unsat=191 bias=191/192
160.57/160.68	c Solving starts ...
160.57/160.68	c ============================[ Search Statistics ]============================
160.57/160.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
160.57/160.68	c       |         |          |          |    Limit     GC | Var      | Constra 
160.57/160.68	c =============================================================================
160.57/160.68	c  0.0s |       0 |        0 |        0 |   293367      0 |      279 |      279
161.07/161.13	c  0.5s |       0 |        6 |        0 |   293367      0 |      279 |      280
161.07/161.13	c #cpu_time = 0.450s
161.07/161.13	c #wall_clock_time = 0.451s
161.07/161.13	c #decision = 6
161.07/161.13	c #random_decision = 0
161.07/161.13	c #conflict = 0
161.07/161.13	c #restart = 0
161.07/161.13	c BCD2: found a new core of size 1: cost of the new core is >=1024
161.07/161.13	c lower bound updated to -174701397
161.17/161.25	c BCD2: 195584 <= obj <= 174896980
161.17/161.25	c BCD2: #cores=7, #unrelaxed=306363, #relaxed=192, #hardened=0
161.17/161.25	c BCD2: #sat=1 #unsat=192 bias=192/193
161.17/161.25	c Solving starts ...
161.17/161.25	c ============================[ Search Statistics ]============================
161.17/161.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
161.17/161.25	c       |         |          |          |    Limit     GC | Var      | Constra 
161.17/161.25	c =============================================================================
161.17/161.25	c  0.0s |       0 |        0 |        0 |   293367      0 |      279 |      280
161.67/161.70	c  0.4s |       0 |        7 |        0 |   293367      0 |      279 |      280
161.67/161.70	c #cpu_time = 0.448s
161.67/161.70	c #wall_clock_time = 0.449s
161.67/161.70	c #decision = 7
161.67/161.70	c #random_decision = 0
161.67/161.70	c #conflict = 0
161.67/161.70	c #restart = 0
161.67/161.70	c BCD2: found a new core of size 1: cost of the new core is >=1024
161.67/161.70	c lower bound updated to -174700373
161.78/161.83	c BCD2: 196608 <= obj <= 174896980
161.78/161.83	c BCD2: #cores=8, #unrelaxed=306362, #relaxed=193, #hardened=0
161.78/161.83	c BCD2: #sat=1 #unsat=193 bias=193/194
161.78/161.83	c Solving starts ...
161.78/161.83	c ============================[ Search Statistics ]============================
161.78/161.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
161.78/161.83	c       |         |          |          |    Limit     GC | Var      | Constra 
161.78/161.83	c =============================================================================
161.78/161.83	c  0.0s |       0 |        0 |        0 |   293367      0 |      279 |      280
162.17/162.29	c  0.5s |       0 |        8 |        0 |   293367      0 |      279 |      280
162.17/162.29	c #cpu_time = 0.460s
162.17/162.29	c #wall_clock_time = 0.461s
162.17/162.29	c #decision = 8
162.17/162.29	c #random_decision = 0
162.17/162.29	c #conflict = 0
162.17/162.29	c #restart = 0
162.17/162.29	c BCD2: found a new core of size 1: cost of the new core is >=1024
162.17/162.29	c lower bound updated to -174699349
162.37/162.43	c BCD2: 197632 <= obj <= 174896980
162.37/162.43	c BCD2: #cores=9, #unrelaxed=306361, #relaxed=194, #hardened=0
162.37/162.43	c BCD2: #sat=1 #unsat=194 bias=194/195
162.37/162.45	c Solving starts ...
162.37/162.45	c ============================[ Search Statistics ]============================
162.37/162.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
162.37/162.45	c       |         |          |          |    Limit     GC | Var      | Constra 
162.37/162.45	c =============================================================================
162.37/162.45	c  0.0s |       0 |        0 |        0 |   293367      0 |      279 |      280
162.87/162.90	c  0.5s |       0 |        9 |        0 |   293367      0 |      279 |      280
162.87/162.90	c #cpu_time = 0.452s
162.87/162.90	c #wall_clock_time = 0.453s
162.87/162.90	c #decision = 9
162.87/162.90	c #random_decision = 0
162.87/162.90	c #conflict = 0
162.87/162.90	c #restart = 0
162.87/162.90	c BCD2: found a new core of size 1: cost of the new core is >=1024
162.87/162.90	c lower bound updated to -174698325
162.97/163.05	c BCD2: 198656 <= obj <= 174896980
162.97/163.05	c BCD2: #cores=10, #unrelaxed=306360, #relaxed=195, #hardened=0
162.97/163.05	c BCD2: #sat=1 #unsat=195 bias=195/196
162.97/163.06	c Solving starts ...
162.97/163.06	c ============================[ Search Statistics ]============================
162.97/163.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
162.97/163.06	c       |         |          |          |    Limit     GC | Var      | Constra 
162.97/163.06	c =============================================================================
162.97/163.06	c  0.0s |       0 |        0 |        0 |   293367      0 |      279 |      280
163.47/163.51	c  0.4s |       0 |       10 |        0 |   293367      0 |      279 |      280
163.47/163.51	c #cpu_time = 0.448s
163.47/163.51	c #wall_clock_time = 0.450s
163.47/163.51	c #decision = 10
163.47/163.51	c #random_decision = 0
163.47/163.51	c #conflict = 0
163.47/163.51	c #restart = 0
163.47/163.51	c BCD2: found a new core of size 1: cost of the new core is >=1024
163.47/163.51	c lower bound updated to -174697301
163.57/163.65	c BCD2: 199680 <= obj <= 174896980
163.57/163.65	c BCD2: #cores=11, #unrelaxed=306359, #relaxed=196, #hardened=0
163.57/163.65	c BCD2: #sat=1 #unsat=196 bias=196/197
163.57/163.67	c Solving starts ...
163.57/163.67	c ============================[ Search Statistics ]============================
163.57/163.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
163.57/163.67	c       |         |          |          |    Limit     GC | Var      | Constra 
163.57/163.67	c =============================================================================
163.57/163.67	c  0.0s |       0 |        0 |        0 |   293367      0 |      279 |      280
164.07/164.15	c  0.5s |       0 |       12 |        0 |   293367      0 |      279 |      280
164.07/164.15	c #cpu_time = 0.471s
164.07/164.15	c #wall_clock_time = 0.472s
164.07/164.15	c #decision = 12
164.07/164.15	c #random_decision = 0
164.07/164.15	c #conflict = 0
164.07/164.15	c #restart = 0
164.07/164.15	c BCD2: found a new core of size 2: cost of the new core is >=1024
164.07/164.15	c lower bound updated to -174696277
165.17/165.21	c BCD2: 200704 <= obj <= 174896980
165.17/165.21	c BCD2: #cores=12, #unrelaxed=306357, #relaxed=198, #hardened=0
165.17/165.21	c BCD2: #sat=1 #unsat=197 bias=197/198
165.17/165.22	c Solving starts ...
165.17/165.22	c ============================[ Search Statistics ]============================
165.17/165.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
165.17/165.22	c       |         |          |          |    Limit     GC | Var      | Constra 
165.17/165.22	c =============================================================================
165.17/165.22	c  0.0s |       0 |        0 |        0 |   293367      0 |      279 |      280
165.56/165.68	c  0.5s |       0 |       13 |        1 |   293367      0 |      279 |      280
165.56/165.68	c #cpu_time = 0.461s
165.56/165.68	c #wall_clock_time = 0.463s
165.56/165.68	c #decision = 13
165.56/165.68	c #random_decision = 0
165.56/165.68	c #conflict = 1
165.56/165.68	c #restart = 0
165.56/165.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2048
165.56/165.68	c BCD2: refineLB: 2043 -> 2048
165.56/165.68	c lower bound updated to -174695253
165.76/165.86	c BCD2: 201728 <= obj <= 174896980
165.76/165.86	c BCD2: #cores=12, #unrelaxed=306356, #relaxed=199, #hardened=0
165.76/165.86	c BCD2: #sat=1 #unsat=198 bias=198/199
165.76/165.87	c Solving starts ...
165.76/165.87	c ============================[ Search Statistics ]============================
165.76/165.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
165.76/165.87	c       |         |          |          |    Limit     GC | Var      | Constra 
165.76/165.87	c =============================================================================
165.76/165.87	c  0.0s |       0 |        0 |        0 |   293367      0 |      280 |      280
166.27/166.32	c  0.5s |       0 |       13 |        1 |   293367      0 |      280 |      281
166.27/166.32	c #cpu_time = 0.450s
166.27/166.32	c #wall_clock_time = 0.451s
166.27/166.32	c #decision = 13
166.27/166.32	c #random_decision = 0
166.27/166.32	c #conflict = 1
166.27/166.32	c #restart = 0
166.27/166.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3072
166.27/166.32	c BCD2: refineLB: 3067 -> 3072
166.27/166.32	c lower bound updated to -174694229
166.46/166.52	c BCD2: 202752 <= obj <= 174896980
166.46/166.52	c BCD2: #cores=12, #unrelaxed=306355, #relaxed=200, #hardened=0
166.46/166.52	c BCD2: #sat=1 #unsat=199 bias=199/200
166.46/166.52	c Solving starts ...
166.46/166.52	c ============================[ Search Statistics ]============================
166.46/166.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
166.46/166.52	c       |         |          |          |    Limit     GC | Var      | Constra 
166.46/166.52	c =============================================================================
166.46/166.52	c  0.0s |       0 |        0 |        0 |   293367      0 |      281 |      281
166.86/166.99	c  0.5s |       0 |       13 |        1 |   293367      0 |      281 |      282
166.86/166.99	c #cpu_time = 0.462s
166.86/166.99	c #wall_clock_time = 0.464s
166.86/166.99	c #decision = 13
166.86/166.99	c #random_decision = 0
166.86/166.99	c #conflict = 1
166.86/166.99	c #restart = 0
166.86/166.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4096
166.86/166.99	c BCD2: refineLB: 4091 -> 4096
166.86/166.99	c lower bound updated to -174693205
167.06/167.16	c BCD2: 203776 <= obj <= 174896980
167.06/167.16	c BCD2: #cores=12, #unrelaxed=306354, #relaxed=201, #hardened=0
167.06/167.16	c BCD2: #sat=1 #unsat=200 bias=200/201
167.06/167.17	c Solving starts ...
167.06/167.17	c ============================[ Search Statistics ]============================
167.06/167.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
167.06/167.17	c       |         |          |          |    Limit     GC | Var      | Constra 
167.06/167.17	c =============================================================================
167.06/167.17	c  0.0s |       0 |        0 |        0 |   293367      0 |      282 |      282
167.56/167.62	c  0.4s |       0 |       13 |        1 |   293367      0 |      282 |      283
167.56/167.62	c #cpu_time = 0.445s
167.56/167.62	c #wall_clock_time = 0.446s
167.56/167.62	c #decision = 13
167.56/167.62	c #random_decision = 0
167.56/167.62	c #conflict = 1
167.56/167.62	c #restart = 0
167.56/167.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5120
167.56/167.62	c BCD2: refineLB: 5115 -> 5120
167.56/167.62	c lower bound updated to -174692181
167.76/167.82	c BCD2: 204800 <= obj <= 174896980
167.76/167.82	c BCD2: #cores=12, #unrelaxed=306353, #relaxed=202, #hardened=0
167.76/167.82	c BCD2: #sat=1 #unsat=201 bias=201/202
167.76/167.83	c Solving starts ...
167.76/167.83	c ============================[ Search Statistics ]============================
167.76/167.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
167.76/167.83	c       |         |          |          |    Limit     GC | Var      | Constra 
167.76/167.83	c =============================================================================
167.76/167.83	c  0.0s |       0 |        0 |        0 |   293367      0 |      283 |      283
168.16/168.29	c  0.5s |       0 |       13 |        1 |   293367      0 |      283 |      284
168.16/168.29	c #cpu_time = 0.462s
168.16/168.29	c #wall_clock_time = 0.463s
168.16/168.29	c #decision = 13
168.16/168.29	c #random_decision = 0
168.16/168.29	c #conflict = 1
168.16/168.29	c #restart = 0
168.16/168.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6144
168.16/168.29	c BCD2: refineLB: 6139 -> 6144
168.16/168.29	c lower bound updated to -174691157
168.37/168.47	c BCD2: 205824 <= obj <= 174896980
168.37/168.47	c BCD2: #cores=12, #unrelaxed=306352, #relaxed=203, #hardened=0
168.37/168.47	c BCD2: #sat=1 #unsat=202 bias=202/203
168.37/168.48	c Solving starts ...
168.37/168.48	c ============================[ Search Statistics ]============================
168.37/168.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
168.37/168.48	c       |         |          |          |    Limit     GC | Var      | Constra 
168.37/168.48	c =============================================================================
168.37/168.48	c  0.0s |       0 |        0 |        0 |   293367      0 |      284 |      284
168.86/168.94	c  0.5s |       0 |       13 |        1 |   293367      0 |      284 |      285
168.86/168.94	c #cpu_time = 0.459s
168.86/168.94	c #wall_clock_time = 0.460s
168.86/168.94	c #decision = 13
168.86/168.94	c #random_decision = 0
168.86/168.94	c #conflict = 1
168.86/168.94	c #restart = 0
168.86/168.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7168
168.86/168.94	c BCD2: refineLB: 7163 -> 7168
168.86/168.94	c lower bound updated to -174690133
169.06/169.13	c BCD2: 206848 <= obj <= 174896980
169.06/169.13	c BCD2: #cores=12, #unrelaxed=306351, #relaxed=204, #hardened=0
169.06/169.13	c BCD2: #sat=1 #unsat=203 bias=203/204
169.06/169.13	c Solving starts ...
169.06/169.13	c ============================[ Search Statistics ]============================
169.06/169.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
169.06/169.13	c       |         |          |          |    Limit     GC | Var      | Constra 
169.06/169.13	c =============================================================================
169.06/169.13	c  0.0s |       0 |        0 |        0 |   293367      0 |      285 |      285
169.47/169.60	c  0.5s |       0 |       13 |        1 |   293367      0 |      285 |      286
169.47/169.60	c #cpu_time = 0.462s
169.47/169.60	c #wall_clock_time = 0.463s
169.47/169.60	c #decision = 13
169.47/169.60	c #random_decision = 0
169.47/169.60	c #conflict = 1
169.47/169.60	c #restart = 0
169.47/169.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8192
169.47/169.60	c BCD2: refineLB: 8187 -> 8192
169.47/169.60	c lower bound updated to -174689109
169.76/169.81	c BCD2: 207872 <= obj <= 174896980
169.76/169.81	c BCD2: #cores=12, #unrelaxed=306350, #relaxed=205, #hardened=0
169.76/169.81	c BCD2: #sat=1 #unsat=204 bias=204/205
169.76/169.83	c Solving starts ...
169.76/169.83	c ============================[ Search Statistics ]============================
169.76/169.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
169.76/169.83	c       |         |          |          |    Limit     GC | Var      | Constra 
169.76/169.83	c =============================================================================
169.76/169.83	c  0.0s |       0 |        0 |        0 |   293367      0 |      286 |      286
170.16/170.29	c  0.5s |       0 |       14 |        1 |   293367      0 |      286 |      287
170.16/170.29	c #cpu_time = 0.465s
170.16/170.29	c #wall_clock_time = 0.466s
170.16/170.29	c #decision = 14
170.16/170.29	c #random_decision = 0
170.16/170.29	c #conflict = 1
170.16/170.29	c #restart = 0
170.16/170.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9216
170.16/170.29	c BCD2: refineLB: 9212 -> 9216
170.16/170.29	c lower bound updated to -174688085
170.46/170.51	c BCD2: 208896 <= obj <= 174896980
170.46/170.51	c BCD2: #cores=12, #unrelaxed=306349, #relaxed=206, #hardened=0
170.46/170.51	c BCD2: #sat=1 #unsat=205 bias=205/206
170.46/170.53	c Solving starts ...
170.46/170.53	c ============================[ Search Statistics ]============================
170.46/170.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
170.46/170.53	c       |         |          |          |    Limit     GC | Var      | Constra 
170.46/170.53	c =============================================================================
170.46/170.53	c  0.0s |       0 |        0 |        0 |   293367      0 |      287 |      287
170.86/170.99	c  0.5s |       0 |       13 |        1 |   293367      0 |      287 |      288
170.86/170.99	c #cpu_time = 0.462s
170.86/170.99	c #wall_clock_time = 0.464s
170.96/171.00	c #decision = 13
170.96/171.00	c #random_decision = 0
170.96/171.00	c #conflict = 1
170.96/171.00	c #restart = 0
170.96/171.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10240
170.96/171.00	c BCD2: refineLB: 10236 -> 10240
170.96/171.00	c lower bound updated to -174687061
171.16/171.21	c BCD2: 209920 <= obj <= 174896980
171.16/171.21	c BCD2: #cores=12, #unrelaxed=306348, #relaxed=207, #hardened=0
171.16/171.21	c BCD2: #sat=1 #unsat=206 bias=206/207
171.16/171.23	c Solving starts ...
171.16/171.23	c ============================[ Search Statistics ]============================
171.16/171.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
171.16/171.23	c       |         |          |          |    Limit     GC | Var      | Constra 
171.16/171.23	c =============================================================================
171.16/171.23	c  0.0s |       0 |        0 |        0 |   293367      0 |      288 |      288
172.46/172.59	c  1.4s |       0 |       13 |        1 |   293367      0 |      288 |      289
172.46/172.59	c #cpu_time = 1.352s
172.46/172.59	c #wall_clock_time = 1.355s
172.46/172.59	c #decision = 13
172.46/172.59	c #random_decision = 0
172.46/172.59	c #conflict = 1
172.46/172.59	c #restart = 0
172.46/172.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11264
172.46/172.59	c BCD2: refineLB: 11260 -> 11264
172.46/172.59	c lower bound updated to -174686037
172.66/172.79	c BCD2: 210944 <= obj <= 174896980
172.66/172.79	c BCD2: #cores=12, #unrelaxed=306347, #relaxed=208, #hardened=0
172.66/172.79	c BCD2: #sat=1 #unsat=207 bias=207/208
172.66/172.79	c Solving starts ...
172.66/172.79	c ============================[ Search Statistics ]============================
172.66/172.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
172.66/172.79	c       |         |          |          |    Limit     GC | Var      | Constra 
172.66/172.79	c =============================================================================
172.66/172.79	c  0.0s |       0 |        0 |        0 |   293367      0 |      289 |      289
173.16/173.24	c  0.4s |       0 |       13 |        1 |   293367      0 |      289 |      290
173.16/173.24	c #cpu_time = 0.445s
173.16/173.24	c #wall_clock_time = 0.446s
173.16/173.24	c #decision = 13
173.16/173.24	c #random_decision = 0
173.16/173.24	c #conflict = 1
173.16/173.24	c #restart = 0
173.16/173.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12288
173.16/173.24	c BCD2: refineLB: 12284 -> 12288
173.16/173.24	c lower bound updated to -174685013
173.36/173.41	c BCD2: 211968 <= obj <= 174896980
173.36/173.42	c BCD2: #cores=12, #unrelaxed=306346, #relaxed=209, #hardened=0
173.36/173.42	c BCD2: #sat=1 #unsat=208 bias=208/209
173.36/173.42	c Solving starts ...
173.36/173.42	c ============================[ Search Statistics ]============================
173.36/173.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
173.36/173.42	c       |         |          |          |    Limit     GC | Var      | Constra 
173.36/173.42	c =============================================================================
173.36/173.42	c  0.0s |       0 |        0 |        0 |   293367      0 |      290 |      290
173.76/173.86	c  0.4s |       0 |       13 |        1 |   293367      0 |      290 |      291
173.76/173.86	c #cpu_time = 0.436s
173.76/173.86	c #wall_clock_time = 0.437s
173.76/173.86	c #decision = 13
173.76/173.86	c #random_decision = 0
173.76/173.86	c #conflict = 1
173.76/173.86	c #restart = 0
173.76/173.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13312
173.76/173.86	c BCD2: refineLB: 13308 -> 13312
173.76/173.86	c lower bound updated to -174683989
173.97/174.05	c BCD2: 212992 <= obj <= 174896980
173.97/174.05	c BCD2: #cores=12, #unrelaxed=306345, #relaxed=210, #hardened=0
173.97/174.05	c BCD2: #sat=1 #unsat=209 bias=209/210
173.97/174.06	c Solving starts ...
173.97/174.06	c ============================[ Search Statistics ]============================
173.97/174.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
173.97/174.06	c       |         |          |          |    Limit     GC | Var      | Constra 
173.97/174.06	c =============================================================================
173.97/174.06	c  0.0s |       0 |        0 |        0 |   293367      0 |      291 |      291
174.46/174.51	c  0.4s |       0 |       13 |        1 |   293367      0 |      291 |      292
174.46/174.51	c #cpu_time = 0.446s
174.46/174.51	c #wall_clock_time = 0.447s
174.46/174.51	c #decision = 13
174.46/174.51	c #random_decision = 0
174.46/174.51	c #conflict = 1
174.46/174.51	c #restart = 0
174.46/174.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14336
174.46/174.51	c BCD2: refineLB: 14332 -> 14336
174.46/174.51	c lower bound updated to -174682965
174.56/174.68	c BCD2: 214016 <= obj <= 174896980
174.56/174.68	c BCD2: #cores=12, #unrelaxed=306344, #relaxed=211, #hardened=0
174.56/174.68	c BCD2: #sat=1 #unsat=210 bias=210/211
174.56/174.69	c Solving starts ...
174.56/174.69	c ============================[ Search Statistics ]============================
174.56/174.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
174.56/174.69	c       |         |          |          |    Limit     GC | Var      | Constra 
174.56/174.69	c =============================================================================
174.56/174.69	c  0.0s |       0 |        0 |        0 |   293367      0 |      292 |      292
175.07/175.13	c  0.4s |       0 |       13 |        1 |   293367      0 |      292 |      293
175.07/175.13	c #cpu_time = 0.443s
175.07/175.13	c #wall_clock_time = 0.444s
175.07/175.13	c #decision = 13
175.07/175.13	c #random_decision = 0
175.07/175.13	c #conflict = 1
175.07/175.13	c #restart = 0
175.07/175.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15360
175.07/175.13	c BCD2: refineLB: 15356 -> 15360
175.07/175.13	c lower bound updated to -174681941
175.26/175.32	c BCD2: 215040 <= obj <= 174896980
175.26/175.32	c BCD2: #cores=12, #unrelaxed=306343, #relaxed=212, #hardened=0
175.26/175.32	c BCD2: #sat=1 #unsat=211 bias=211/212
175.26/175.32	c Solving starts ...
175.26/175.32	c ============================[ Search Statistics ]============================
175.26/175.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
175.26/175.32	c       |         |          |          |    Limit     GC | Var      | Constra 
175.26/175.32	c =============================================================================
175.26/175.32	c  0.0s |       0 |        0 |        0 |   293367      0 |      293 |      293
175.67/175.77	c  0.4s |       0 |       13 |        1 |   293367      0 |      293 |      294
175.67/175.77	c #cpu_time = 0.447s
175.67/175.77	c #wall_clock_time = 0.449s
175.67/175.77	c #decision = 13
175.67/175.77	c #random_decision = 0
175.67/175.77	c #conflict = 1
175.67/175.77	c #restart = 0
175.67/175.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16384
175.67/175.77	c BCD2: refineLB: 16380 -> 16384
175.67/175.77	c lower bound updated to -174680917
175.87/175.95	c BCD2: 216064 <= obj <= 174896980
175.87/175.95	c BCD2: #cores=12, #unrelaxed=306342, #relaxed=213, #hardened=0
175.87/175.95	c BCD2: #sat=1 #unsat=212 bias=212/213
175.87/175.95	c Solving starts ...
175.87/175.95	c ============================[ Search Statistics ]============================
175.87/175.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
175.87/175.95	c       |         |          |          |    Limit     GC | Var      | Constra 
175.87/175.95	c =============================================================================
175.87/175.95	c  0.0s |       0 |        0 |        0 |   293367      0 |      294 |      294
176.37/176.40	c  0.4s |       0 |       13 |        1 |   293367      0 |      294 |      295
176.37/176.40	c #cpu_time = 0.443s
176.37/176.40	c #wall_clock_time = 0.444s
176.37/176.40	c #decision = 13
176.37/176.40	c #random_decision = 0
176.37/176.40	c #conflict = 1
176.37/176.40	c #restart = 0
176.37/176.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17408
176.37/176.40	c BCD2: refineLB: 17404 -> 17408
176.37/176.40	c lower bound updated to -174679893
176.47/176.58	c BCD2: 217088 <= obj <= 174896980
176.47/176.58	c BCD2: #cores=12, #unrelaxed=306341, #relaxed=214, #hardened=0
176.47/176.58	c BCD2: #sat=1 #unsat=213 bias=213/214
176.47/176.59	c Solving starts ...
176.47/176.59	c ============================[ Search Statistics ]============================
176.47/176.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
176.47/176.59	c       |         |          |          |    Limit     GC | Var      | Constra 
176.47/176.59	c =============================================================================
176.47/176.59	c  0.0s |       0 |        0 |        0 |   293367      0 |      295 |      295
176.97/177.05	c  0.5s |       0 |       13 |        1 |   293367      0 |      295 |      296
176.97/177.05	c #cpu_time = 0.458s
176.97/177.05	c #wall_clock_time = 0.459s
176.97/177.05	c #decision = 13
176.97/177.05	c #random_decision = 0
176.97/177.05	c #conflict = 1
176.97/177.05	c #restart = 0
176.97/177.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18432
176.97/177.05	c BCD2: refineLB: 18428 -> 18432
176.97/177.05	c lower bound updated to -174678869
177.17/177.27	c BCD2: 218112 <= obj <= 174896980
177.17/177.27	c BCD2: #cores=12, #unrelaxed=306340, #relaxed=215, #hardened=0
177.17/177.27	c BCD2: #sat=1 #unsat=214 bias=214/215
177.17/177.28	c Solving starts ...
177.17/177.28	c ============================[ Search Statistics ]============================
177.17/177.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
177.17/177.28	c       |         |          |          |    Limit     GC | Var      | Constra 
177.17/177.28	c =============================================================================
177.17/177.28	c  0.0s |       0 |        0 |        0 |   293367      0 |      296 |      296
177.67/177.73	c  0.5s |       0 |       13 |        1 |   293367      0 |      296 |      297
177.67/177.73	c #cpu_time = 0.449s
177.67/177.73	c #wall_clock_time = 0.450s
177.67/177.73	c #decision = 13
177.67/177.73	c #random_decision = 0
177.67/177.73	c #conflict = 1
177.67/177.73	c #restart = 0
177.67/177.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19456
177.67/177.73	c BCD2: refineLB: 19452 -> 19456
177.67/177.73	c lower bound updated to -174677845
177.87/177.95	c BCD2: 219136 <= obj <= 174896980
177.87/177.95	c BCD2: #cores=12, #unrelaxed=306339, #relaxed=216, #hardened=0
177.87/177.95	c BCD2: #sat=1 #unsat=215 bias=215/216
177.87/177.97	c Solving starts ...
177.87/177.97	c ============================[ Search Statistics ]============================
177.87/177.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
177.87/177.97	c       |         |          |          |    Limit     GC | Var      | Constra 
177.87/177.97	c =============================================================================
177.87/177.97	c  0.0s |       0 |        0 |        0 |   293367      0 |      297 |      297
178.37/178.41	c  0.4s |       0 |       13 |        1 |   293367      0 |      297 |      298
178.37/178.41	c #cpu_time = 0.445s
178.37/178.41	c #wall_clock_time = 0.447s
178.37/178.41	c #decision = 13
178.37/178.41	c #random_decision = 0
178.37/178.41	c #conflict = 1
178.37/178.41	c #restart = 0
178.37/178.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20480
178.37/178.41	c BCD2: refineLB: 20476 -> 20480
178.37/178.41	c lower bound updated to -174676821
178.56/178.63	c BCD2: 220160 <= obj <= 174896980
178.56/178.63	c BCD2: #cores=12, #unrelaxed=306338, #relaxed=217, #hardened=0
178.56/178.63	c BCD2: #sat=1 #unsat=216 bias=216/217
178.56/178.65	c Solving starts ...
178.56/178.65	c ============================[ Search Statistics ]============================
178.56/178.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
178.56/178.65	c       |         |          |          |    Limit     GC | Var      | Constra 
178.56/178.65	c =============================================================================
178.56/178.65	c  0.0s |       0 |        0 |        0 |   293367      0 |      298 |      298
179.86/179.96	c  1.3s |       0 |       13 |        1 |   293367      0 |      298 |      299
179.86/179.96	c #cpu_time = 1.309s
179.86/179.96	c #wall_clock_time = 1.312s
179.86/179.96	c #decision = 13
179.86/179.96	c #random_decision = 0
179.86/179.96	c #conflict = 1
179.86/179.96	c #restart = 0
179.86/179.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21504
179.86/179.96	c BCD2: refineLB: 21500 -> 21504
179.86/179.96	c lower bound updated to -174675797
180.06/180.17	c BCD2: 221184 <= obj <= 174896980
180.06/180.17	c BCD2: #cores=12, #unrelaxed=306337, #relaxed=218, #hardened=0
180.06/180.17	c BCD2: #sat=1 #unsat=217 bias=217/218
180.06/180.17	c Solving starts ...
180.06/180.17	c ============================[ Search Statistics ]============================
180.06/180.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
180.06/180.17	c       |         |          |          |    Limit     GC | Var      | Constra 
180.06/180.17	c =============================================================================
180.06/180.17	c  0.0s |       0 |        0 |        0 |   293367      0 |      299 |      299
180.47/180.60	c  0.4s |       0 |       13 |        1 |   293367      0 |      299 |      300
180.47/180.60	c #cpu_time = 0.421s
180.47/180.60	c #wall_clock_time = 0.422s
180.47/180.60	c #decision = 13
180.47/180.60	c #random_decision = 0
180.47/180.60	c #conflict = 1
180.47/180.60	c #restart = 0
180.47/180.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22528
180.47/180.60	c BCD2: refineLB: 22524 -> 22528
180.47/180.60	c lower bound updated to -174674773
180.66/180.77	c BCD2: 222208 <= obj <= 174896980
180.66/180.77	c BCD2: #cores=12, #unrelaxed=306336, #relaxed=219, #hardened=0
180.66/180.77	c BCD2: #sat=1 #unsat=218 bias=218/219
180.66/180.78	c Solving starts ...
180.66/180.78	c ============================[ Search Statistics ]============================
180.66/180.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
180.66/180.78	c       |         |          |          |    Limit     GC | Var      | Constra 
180.66/180.78	c =============================================================================
180.66/180.78	c  0.0s |       0 |        0 |        0 |   293367      0 |      300 |      300
181.06/181.19	c  0.4s |       0 |       13 |        1 |   293367      0 |      300 |      301
181.06/181.19	c #cpu_time = 0.408s
181.06/181.19	c #wall_clock_time = 0.409s
181.06/181.19	c #decision = 13
181.06/181.19	c #random_decision = 0
181.06/181.19	c #conflict = 1
181.06/181.19	c #restart = 0
181.06/181.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23552
181.06/181.19	c BCD2: refineLB: 23548 -> 23552
181.06/181.19	c lower bound updated to -174673749
181.26/181.38	c BCD2: 223232 <= obj <= 174896980
181.26/181.38	c BCD2: #cores=12, #unrelaxed=306335, #relaxed=220, #hardened=0
181.26/181.38	c BCD2: #sat=1 #unsat=219 bias=219/220
181.26/181.39	c Solving starts ...
181.26/181.39	c ============================[ Search Statistics ]============================
181.26/181.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
181.26/181.39	c       |         |          |          |    Limit     GC | Var      | Constra 
181.26/181.39	c =============================================================================
181.26/181.39	c  0.0s |       0 |        0 |        0 |   293367      0 |      301 |      301
181.76/181.81	c  0.4s |       0 |       13 |        1 |   293367      0 |      301 |      302
181.76/181.81	c #cpu_time = 0.421s
181.76/181.81	c #wall_clock_time = 0.422s
181.76/181.81	c #decision = 13
181.76/181.81	c #random_decision = 0
181.76/181.81	c #conflict = 1
181.76/181.81	c #restart = 0
181.76/181.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24576
181.76/181.81	c BCD2: refineLB: 24572 -> 24576
181.76/181.81	c lower bound updated to -174672725
181.86/181.99	c BCD2: 224256 <= obj <= 174896980
181.86/181.99	c BCD2: #cores=12, #unrelaxed=306334, #relaxed=221, #hardened=0
181.86/181.99	c BCD2: #sat=1 #unsat=220 bias=220/221
181.86/182.00	c Solving starts ...
181.86/182.00	c ============================[ Search Statistics ]============================
181.86/182.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
181.86/182.00	c       |         |          |          |    Limit     GC | Var      | Constra 
181.86/182.00	c =============================================================================
181.86/182.00	c  0.0s |       0 |        0 |        0 |   293367      0 |      302 |      302
182.36/182.41	c  0.4s |       0 |       13 |        1 |   293367      0 |      302 |      303
182.36/182.41	c #cpu_time = 0.415s
182.36/182.41	c #wall_clock_time = 0.416s
182.36/182.41	c #decision = 13
182.36/182.41	c #random_decision = 0
182.36/182.41	c #conflict = 1
182.36/182.41	c #restart = 0
182.36/182.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25600
182.36/182.41	c BCD2: refineLB: 25596 -> 25600
182.36/182.41	c lower bound updated to -174671701
182.56/182.60	c BCD2: 225280 <= obj <= 174896980
182.56/182.60	c BCD2: #cores=12, #unrelaxed=306333, #relaxed=222, #hardened=0
182.56/182.60	c BCD2: #sat=1 #unsat=221 bias=221/222
182.56/182.60	c Solving starts ...
182.56/182.60	c ============================[ Search Statistics ]============================
182.56/182.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
182.56/182.60	c       |         |          |          |    Limit     GC | Var      | Constra 
182.56/182.60	c =============================================================================
182.56/182.60	c  0.0s |       0 |        0 |        0 |   293367      0 |      303 |      303
182.96/183.03	c  0.4s |       0 |       13 |        1 |   293367      0 |      303 |      304
182.96/183.03	c #cpu_time = 0.422s
182.96/183.03	c #wall_clock_time = 0.423s
182.96/183.03	c #decision = 13
182.96/183.03	c #random_decision = 0
182.96/183.03	c #conflict = 1
182.96/183.03	c #restart = 0
182.96/183.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 27: cost of the new core is >=26624
182.96/183.03	c BCD2: refineLB: 26620 -> 26624
182.96/183.03	c lower bound updated to -174670677
183.16/183.20	c BCD2: 226304 <= obj <= 174896980
183.16/183.20	c BCD2: #cores=12, #unrelaxed=306332, #relaxed=223, #hardened=0
183.16/183.20	c BCD2: #sat=1 #unsat=222 bias=222/223
183.16/183.21	c Solving starts ...
183.16/183.21	c ============================[ Search Statistics ]============================
183.16/183.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
183.16/183.21	c       |         |          |          |    Limit     GC | Var      | Constra 
183.16/183.21	c =============================================================================
183.16/183.21	c  0.0s |       0 |        0 |        0 |   293367      0 |      304 |      304
183.56/183.63	c  0.4s |       0 |       13 |        1 |   293367      0 |      304 |      305
183.56/183.63	c #cpu_time = 0.420s
183.56/183.63	c #wall_clock_time = 0.421s
183.56/183.63	c #decision = 13
183.56/183.63	c #random_decision = 0
183.56/183.63	c #conflict = 1
183.56/183.63	c #restart = 0
183.56/183.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 28: cost of the new core is >=27648
183.56/183.63	c BCD2: refineLB: 27644 -> 27648
183.56/183.63	c lower bound updated to -174669653
183.77/183.81	c BCD2: 227328 <= obj <= 174896980
183.77/183.81	c BCD2: #cores=12, #unrelaxed=306331, #relaxed=224, #hardened=0
183.77/183.81	c BCD2: #sat=1 #unsat=223 bias=223/224
183.77/183.82	c Solving starts ...
183.77/183.82	c ============================[ Search Statistics ]============================
183.77/183.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
183.77/183.82	c       |         |          |          |    Limit     GC | Var      | Constra 
183.77/183.82	c =============================================================================
183.77/183.82	c  0.0s |       0 |        0 |        0 |   293367      0 |      305 |      305
184.16/184.26	c  0.4s |       0 |       13 |        1 |   293367      0 |      305 |      306
184.16/184.26	c #cpu_time = 0.433s
184.16/184.26	c #wall_clock_time = 0.435s
184.16/184.26	c #decision = 13
184.16/184.26	c #random_decision = 0
184.16/184.26	c #conflict = 1
184.16/184.26	c #restart = 0
184.16/184.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 29: cost of the new core is >=28672
184.16/184.26	c BCD2: refineLB: 28668 -> 28672
184.16/184.26	c lower bound updated to -174668629
184.36/184.48	c BCD2: 228352 <= obj <= 174896980
184.36/184.48	c BCD2: #cores=12, #unrelaxed=306330, #relaxed=225, #hardened=0
184.36/184.48	c BCD2: #sat=1 #unsat=224 bias=224/225
184.36/184.49	c Solving starts ...
184.36/184.49	c ============================[ Search Statistics ]============================
184.36/184.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
184.36/184.49	c       |         |          |          |    Limit     GC | Var      | Constra 
184.36/184.49	c =============================================================================
184.36/184.49	c  0.0s |       0 |        0 |        0 |   293367      0 |      306 |      306
184.87/184.91	c  0.4s |       0 |       13 |        1 |   293367      0 |      306 |      307
184.87/184.91	c #cpu_time = 0.421s
184.87/184.91	c #wall_clock_time = 0.422s
184.87/184.91	c #decision = 13
184.87/184.91	c #random_decision = 0
184.87/184.91	c #conflict = 1
184.87/184.91	c #restart = 0
184.87/184.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 30: cost of the new core is >=29696
184.87/184.91	c BCD2: refineLB: 29692 -> 29696
184.87/184.91	c lower bound updated to -174667605
185.06/185.13	c BCD2: 229376 <= obj <= 174896980
185.06/185.13	c BCD2: #cores=12, #unrelaxed=306329, #relaxed=226, #hardened=0
185.06/185.13	c BCD2: #sat=1 #unsat=225 bias=225/226
185.06/185.15	c Solving starts ...
185.06/185.15	c ============================[ Search Statistics ]============================
185.06/185.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
185.06/185.15	c       |         |          |          |    Limit     GC | Var      | Constra 
185.06/185.15	c =============================================================================
185.06/185.15	c  0.0s |       0 |        0 |        0 |   293367      0 |      307 |      307
185.46/185.57	c  0.4s |       0 |       13 |        1 |   293367      0 |      307 |      308
185.46/185.57	c #cpu_time = 0.421s
185.46/185.57	c #wall_clock_time = 0.422s
185.46/185.57	c #decision = 13
185.46/185.57	c #random_decision = 0
185.46/185.57	c #conflict = 1
185.46/185.57	c #restart = 0
185.46/185.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 31: cost of the new core is >=30720
185.46/185.57	c BCD2: refineLB: 30716 -> 30720
185.46/185.57	c lower bound updated to -174666581
185.66/185.79	c BCD2: 230400 <= obj <= 174896980
185.66/185.79	c BCD2: #cores=12, #unrelaxed=306328, #relaxed=227, #hardened=0
185.66/185.79	c BCD2: #sat=1 #unsat=226 bias=226/227
185.76/185.81	c Solving starts ...
185.76/185.81	c ============================[ Search Statistics ]============================
185.76/185.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
185.76/185.81	c       |         |          |          |    Limit     GC | Var      | Constra 
185.76/185.81	c =============================================================================
185.76/185.81	c  0.0s |       0 |        0 |        0 |   293367      0 |      308 |      308
187.07/187.19	c  1.4s |       0 |       13 |        1 |   293367      0 |      308 |      309
187.07/187.19	c #cpu_time = 1.379s
187.07/187.19	c #wall_clock_time = 1.382s
187.07/187.19	c #decision = 13
187.07/187.19	c #random_decision = 0
187.07/187.19	c #conflict = 1
187.07/187.19	c #restart = 0
187.07/187.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 32: cost of the new core is >=31744
187.07/187.19	c BCD2: refineLB: 31740 -> 31744
187.07/187.19	c lower bound updated to -174665557
187.37/187.40	c BCD2: 231424 <= obj <= 174896980
187.37/187.40	c BCD2: #cores=12, #unrelaxed=306327, #relaxed=228, #hardened=0
187.37/187.40	c BCD2: #sat=1 #unsat=227 bias=227/228
187.37/187.41	c Solving starts ...
187.37/187.41	c ============================[ Search Statistics ]============================
187.37/187.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
187.37/187.41	c       |         |          |          |    Limit     GC | Var      | Constra 
187.37/187.41	c =============================================================================
187.37/187.41	c  0.0s |       0 |        0 |        0 |   293367      0 |      309 |      309
187.77/187.86	c  0.4s |       0 |       13 |        1 |   293367      0 |      309 |      310
187.77/187.86	c #cpu_time = 0.447s
187.77/187.86	c #wall_clock_time = 0.449s
187.77/187.86	c #decision = 13
187.77/187.86	c #random_decision = 0
187.77/187.86	c #conflict = 1
187.77/187.86	c #restart = 0
187.77/187.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 33: cost of the new core is >=32768
187.77/187.86	c BCD2: refineLB: 32764 -> 32768
187.77/187.86	c lower bound updated to -174664533
187.97/188.03	c BCD2: 232448 <= obj <= 174896980
187.97/188.03	c BCD2: #cores=12, #unrelaxed=306326, #relaxed=229, #hardened=0
187.97/188.03	c BCD2: #sat=1 #unsat=228 bias=228/229
187.97/188.04	c Solving starts ...
187.97/188.04	c ============================[ Search Statistics ]============================
187.97/188.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
187.97/188.04	c       |         |          |          |    Limit     GC | Var      | Constra 
187.97/188.04	c =============================================================================
187.97/188.04	c  0.0s |       0 |        0 |        0 |   293367      0 |      310 |      310
188.37/188.48	c  0.4s |       0 |       13 |        1 |   293367      0 |      310 |      311
188.37/188.48	c #cpu_time = 0.439s
188.37/188.48	c #wall_clock_time = 0.440s
188.37/188.48	c #decision = 13
188.37/188.48	c #random_decision = 0
188.37/188.48	c #conflict = 1
188.37/188.48	c #restart = 0
188.37/188.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 34: cost of the new core is >=33792
188.37/188.48	c BCD2: refineLB: 33788 -> 33792
188.37/188.48	c lower bound updated to -174663509
188.57/188.67	c BCD2: 233472 <= obj <= 174896980
188.57/188.67	c BCD2: #cores=12, #unrelaxed=306325, #relaxed=230, #hardened=0
188.57/188.67	c BCD2: #sat=1 #unsat=229 bias=229/230
188.57/188.68	c Solving starts ...
188.57/188.68	c ============================[ Search Statistics ]============================
188.57/188.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
188.57/188.68	c       |         |          |          |    Limit     GC | Var      | Constra 
188.57/188.68	c =============================================================================
188.57/188.68	c  0.0s |       0 |        0 |        0 |   293367      0 |      311 |      311
189.07/189.13	c  0.4s |       0 |       13 |        1 |   293367      0 |      311 |      312
189.07/189.13	c #cpu_time = 0.448s
189.07/189.13	c #wall_clock_time = 0.449s
189.07/189.13	c #decision = 13
189.07/189.13	c #random_decision = 0
189.07/189.13	c #conflict = 1
189.07/189.13	c #restart = 0
189.07/189.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 35: cost of the new core is >=34816
189.07/189.13	c BCD2: refineLB: 34812 -> 34816
189.07/189.13	c lower bound updated to -174662485
189.27/189.30	c BCD2: 234496 <= obj <= 174896980
189.27/189.30	c BCD2: #cores=12, #unrelaxed=306324, #relaxed=231, #hardened=0
189.27/189.30	c BCD2: #sat=1 #unsat=230 bias=230/231
189.27/189.31	c Solving starts ...
189.27/189.31	c ============================[ Search Statistics ]============================
189.27/189.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
189.27/189.31	c       |         |          |          |    Limit     GC | Var      | Constra 
189.27/189.31	c =============================================================================
189.27/189.31	c  0.0s |       0 |        0 |        0 |   293367      0 |      312 |      312
189.66/189.76	c  0.4s |       0 |       13 |        1 |   293367      0 |      312 |      313
189.66/189.76	c #cpu_time = 0.444s
189.66/189.76	c #wall_clock_time = 0.445s
189.66/189.76	c #decision = 13
189.66/189.76	c #random_decision = 0
189.66/189.76	c #conflict = 1
189.66/189.76	c #restart = 0
189.66/189.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 36: cost of the new core is >=35840
189.66/189.76	c BCD2: refineLB: 35836 -> 35840
189.66/189.76	c lower bound updated to -174661461
189.86/189.94	c BCD2: 235520 <= obj <= 174896980
189.86/189.94	c BCD2: #cores=12, #unrelaxed=306323, #relaxed=232, #hardened=0
189.86/189.94	c BCD2: #sat=1 #unsat=231 bias=231/232
189.86/189.95	c Solving starts ...
189.86/189.95	c ============================[ Search Statistics ]============================
189.86/189.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
189.86/189.95	c       |         |          |          |    Limit     GC | Var      | Constra 
189.86/189.95	c =============================================================================
189.86/189.95	c  0.0s |       0 |        0 |        0 |   293367      0 |      313 |      313
190.26/190.40	c  0.4s |       0 |       13 |        1 |   293367      0 |      313 |      314
190.26/190.40	c #cpu_time = 0.448s
190.26/190.40	c #wall_clock_time = 0.449s
190.26/190.40	c #decision = 13
190.26/190.40	c #random_decision = 0
190.26/190.40	c #conflict = 1
190.26/190.40	c #restart = 0
190.26/190.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 37: cost of the new core is >=36864
190.26/190.40	c BCD2: refineLB: 36860 -> 36864
190.26/190.40	c lower bound updated to -174660437
190.47/190.58	c BCD2: 236544 <= obj <= 174896980
190.47/190.58	c BCD2: #cores=12, #unrelaxed=306322, #relaxed=233, #hardened=0
190.47/190.58	c BCD2: #sat=1 #unsat=232 bias=232/233
190.47/190.58	c Solving starts ...
190.47/190.58	c ============================[ Search Statistics ]============================
190.47/190.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
190.47/190.58	c       |         |          |          |    Limit     GC | Var      | Constra 
190.47/190.58	c =============================================================================
190.47/190.58	c  0.0s |       0 |        0 |        0 |   293367      0 |      314 |      314
190.96/191.03	c  0.4s |       0 |       13 |        1 |   293367      0 |      314 |      315
190.96/191.03	c #cpu_time = 0.447s
190.96/191.03	c #wall_clock_time = 0.448s
190.96/191.03	c #decision = 13
190.96/191.03	c #random_decision = 0
190.96/191.03	c #conflict = 1
190.96/191.03	c #restart = 0
190.96/191.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 38: cost of the new core is >=37888
190.96/191.03	c BCD2: refineLB: 37884 -> 37888
190.96/191.03	c lower bound updated to -174659413
191.16/191.22	c BCD2: 237568 <= obj <= 174896980
191.16/191.22	c BCD2: #cores=12, #unrelaxed=306321, #relaxed=234, #hardened=0
191.16/191.22	c BCD2: #sat=1 #unsat=233 bias=233/234
191.16/191.22	c Solving starts ...
191.16/191.22	c ============================[ Search Statistics ]============================
191.16/191.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
191.16/191.22	c       |         |          |          |    Limit     GC | Var      | Constra 
191.16/191.22	c =============================================================================
191.16/191.23	c  0.0s |       0 |        0 |        0 |   293367      0 |      315 |      315
191.57/191.69	c  0.5s |       0 |       13 |        1 |   293367      0 |      315 |      316
191.57/191.69	c #cpu_time = 0.467s
191.57/191.69	c #wall_clock_time = 0.468s
191.57/191.69	c #decision = 13
191.57/191.69	c #random_decision = 0
191.57/191.69	c #conflict = 1
191.57/191.69	c #restart = 0
191.57/191.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 39: cost of the new core is >=38912
191.57/191.69	c BCD2: refineLB: 38908 -> 38912
191.57/191.69	c lower bound updated to -174658389
191.86/191.91	c BCD2: 238592 <= obj <= 174896980
191.86/191.91	c BCD2: #cores=12, #unrelaxed=306320, #relaxed=235, #hardened=0
191.86/191.91	c BCD2: #sat=1 #unsat=234 bias=234/235
191.86/191.93	c Solving starts ...
191.86/191.93	c ============================[ Search Statistics ]============================
191.86/191.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
191.86/191.93	c       |         |          |          |    Limit     GC | Var      | Constra 
191.86/191.93	c =============================================================================
191.86/191.93	c  0.0s |       0 |        0 |        0 |   293367      0 |      316 |      316
192.26/192.38	c  0.5s |       0 |       13 |        1 |   293367      0 |      316 |      317
192.26/192.38	c #cpu_time = 0.455s
192.26/192.38	c #wall_clock_time = 0.456s
192.26/192.38	c #decision = 13
192.26/192.38	c #random_decision = 0
192.26/192.38	c #conflict = 1
192.26/192.38	c #restart = 0
192.26/192.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 40: cost of the new core is >=39936
192.26/192.38	c BCD2: refineLB: 39932 -> 39936
192.26/192.38	c lower bound updated to -174657365
192.46/192.60	c BCD2: 239616 <= obj <= 174896980
192.46/192.60	c BCD2: #cores=12, #unrelaxed=306319, #relaxed=236, #hardened=0
192.46/192.60	c BCD2: #sat=1 #unsat=235 bias=235/236
192.57/192.62	c Solving starts ...
192.57/192.62	c ============================[ Search Statistics ]============================
192.57/192.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
192.57/192.62	c       |         |          |          |    Limit     GC | Var      | Constra 
192.57/192.62	c =============================================================================
192.57/192.62	c  0.0s |       0 |        0 |        0 |   293367      0 |      317 |      317
192.96/193.07	c  0.4s |       0 |       13 |        1 |   293367      0 |      317 |      318
192.96/193.07	c #cpu_time = 0.448s
192.96/193.07	c #wall_clock_time = 0.449s
192.96/193.07	c #decision = 13
192.96/193.07	c #random_decision = 0
192.96/193.07	c #conflict = 1
192.96/193.07	c #restart = 0
192.96/193.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 41: cost of the new core is >=40960
192.96/193.07	c BCD2: refineLB: 40956 -> 40960
192.96/193.07	c lower bound updated to -174656341
193.16/193.28	c BCD2: 240640 <= obj <= 174896980
193.16/193.28	c BCD2: #cores=12, #unrelaxed=306318, #relaxed=237, #hardened=0
193.16/193.28	c BCD2: #sat=1 #unsat=236 bias=236/237
193.26/193.30	c Solving starts ...
193.26/193.30	c ============================[ Search Statistics ]============================
193.26/193.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
193.26/193.30	c       |         |          |          |    Limit     GC | Var      | Constra 
193.26/193.30	c =============================================================================
193.26/193.30	c  0.0s |       0 |        0 |        0 |   293367      0 |      318 |      318
194.56/194.61	c  1.3s |       0 |       13 |        1 |   293367      0 |      318 |      319
194.56/194.61	c #cpu_time = 1.308s
194.56/194.61	c #wall_clock_time = 1.311s
194.56/194.61	c #decision = 13
194.56/194.61	c #random_decision = 0
194.56/194.61	c #conflict = 1
194.56/194.61	c #restart = 0
194.56/194.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 42: cost of the new core is >=41984
194.56/194.61	c BCD2: refineLB: 41980 -> 41984
194.56/194.61	c lower bound updated to -174655317
194.76/194.82	c BCD2: 241664 <= obj <= 174896980
194.76/194.82	c BCD2: #cores=12, #unrelaxed=306317, #relaxed=238, #hardened=0
194.76/194.82	c BCD2: #sat=1 #unsat=237 bias=237/238
194.76/194.83	c Solving starts ...
194.76/194.83	c ============================[ Search Statistics ]============================
194.76/194.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
194.76/194.83	c       |         |          |          |    Limit     GC | Var      | Constra 
194.76/194.83	c =============================================================================
194.76/194.83	c  0.0s |       0 |        0 |        0 |   293367      0 |      319 |      319
195.16/195.28	c  0.4s |       0 |       13 |        1 |   293367      0 |      319 |      320
195.16/195.28	c #cpu_time = 0.449s
195.16/195.28	c #wall_clock_time = 0.450s
195.16/195.28	c #decision = 13
195.16/195.28	c #random_decision = 0
195.16/195.28	c #conflict = 1
195.16/195.28	c #restart = 0
195.16/195.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 43: cost of the new core is >=43008
195.16/195.28	c BCD2: refineLB: 43004 -> 43008
195.16/195.28	c lower bound updated to -174654293
195.36/195.45	c BCD2: 242688 <= obj <= 174896980
195.36/195.45	c BCD2: #cores=12, #unrelaxed=306316, #relaxed=239, #hardened=0
195.36/195.45	c BCD2: #sat=1 #unsat=238 bias=238/239
195.36/195.46	c Solving starts ...
195.36/195.46	c ============================[ Search Statistics ]============================
195.36/195.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
195.36/195.46	c       |         |          |          |    Limit     GC | Var      | Constra 
195.36/195.46	c =============================================================================
195.36/195.46	c  0.0s |       0 |        0 |        0 |   293367      0 |      320 |      320
195.76/195.90	c  0.4s |       0 |       13 |        1 |   293367      0 |      320 |      321
195.76/195.90	c #cpu_time = 0.438s
195.76/195.90	c #wall_clock_time = 0.439s
195.76/195.90	c #decision = 13
195.76/195.90	c #random_decision = 0
195.76/195.90	c #conflict = 1
195.76/195.90	c #restart = 0
195.76/195.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 44: cost of the new core is >=44032
195.76/195.90	c BCD2: refineLB: 44028 -> 44032
195.76/195.90	c lower bound updated to -174653269
195.96/196.09	c BCD2: 243712 <= obj <= 174896980
195.96/196.09	c BCD2: #cores=12, #unrelaxed=306315, #relaxed=240, #hardened=0
195.96/196.09	c BCD2: #sat=1 #unsat=239 bias=239/240
196.06/196.10	c Solving starts ...
196.06/196.10	c ============================[ Search Statistics ]============================
196.06/196.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
196.06/196.10	c       |         |          |          |    Limit     GC | Var      | Constra 
196.06/196.10	c =============================================================================
196.06/196.10	c  0.0s |       0 |        0 |        0 |   293367      0 |      321 |      321
196.46/196.55	c  0.5s |       0 |       13 |        1 |   293367      0 |      321 |      322
196.46/196.55	c #cpu_time = 0.449s
196.46/196.55	c #wall_clock_time = 0.451s
196.46/196.55	c #decision = 13
196.46/196.55	c #random_decision = 0
196.46/196.55	c #conflict = 1
196.46/196.55	c #restart = 0
196.46/196.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 45: cost of the new core is >=45056
196.46/196.55	c BCD2: refineLB: 45052 -> 45056
196.46/196.55	c lower bound updated to -174652245
196.66/196.72	c BCD2: 244736 <= obj <= 174896980
196.66/196.72	c BCD2: #cores=12, #unrelaxed=306314, #relaxed=241, #hardened=0
196.66/196.72	c BCD2: #sat=1 #unsat=240 bias=240/241
196.66/196.73	c Solving starts ...
196.66/196.73	c ============================[ Search Statistics ]============================
196.66/196.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
196.66/196.73	c       |         |          |          |    Limit     GC | Var      | Constra 
196.66/196.73	c =============================================================================
196.66/196.73	c  0.0s |       0 |        0 |        0 |   293367      0 |      322 |      322
197.06/197.18	c  0.4s |       0 |       13 |        1 |   293367      0 |      322 |      323
197.06/197.18	c #cpu_time = 0.444s
197.06/197.18	c #wall_clock_time = 0.445s
197.06/197.18	c #decision = 13
197.06/197.18	c #random_decision = 0
197.06/197.18	c #conflict = 1
197.06/197.18	c #restart = 0
197.06/197.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 46: cost of the new core is >=46080
197.06/197.18	c BCD2: refineLB: 46076 -> 46080
197.06/197.18	c lower bound updated to -174651221
197.26/197.36	c BCD2: 245760 <= obj <= 174896980
197.26/197.36	c BCD2: #cores=12, #unrelaxed=306313, #relaxed=242, #hardened=0
197.26/197.36	c BCD2: #sat=1 #unsat=241 bias=241/242
197.26/197.37	c Solving starts ...
197.26/197.37	c ============================[ Search Statistics ]============================
197.26/197.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
197.26/197.37	c       |         |          |          |    Limit     GC | Var      | Constra 
197.26/197.37	c =============================================================================
197.26/197.37	c  0.0s |       0 |        0 |        0 |   293367      0 |      323 |      323
197.76/197.82	c  0.4s |       0 |       13 |        1 |   293367      0 |      323 |      324
197.76/197.82	c #cpu_time = 0.449s
197.76/197.82	c #wall_clock_time = 0.450s
197.76/197.82	c #decision = 13
197.76/197.82	c #random_decision = 0
197.76/197.82	c #conflict = 1
197.76/197.82	c #restart = 0
197.76/197.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 47: cost of the new core is >=47104
197.76/197.82	c BCD2: refineLB: 47100 -> 47104
197.76/197.82	c lower bound updated to -174650197
197.86/197.99	c BCD2: 246784 <= obj <= 174896980
197.86/197.99	c BCD2: #cores=12, #unrelaxed=306312, #relaxed=243, #hardened=0
197.86/197.99	c BCD2: #sat=1 #unsat=242 bias=242/243
197.96/198.00	c Solving starts ...
197.96/198.00	c ============================[ Search Statistics ]============================
197.96/198.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
197.96/198.00	c       |         |          |          |    Limit     GC | Var      | Constra 
197.96/198.00	c =============================================================================
197.96/198.00	c  0.0s |       0 |        0 |        0 |   293367      0 |      324 |      324
198.36/198.45	c  0.4s |       0 |       13 |        1 |   293367      0 |      324 |      325
198.36/198.45	c #cpu_time = 0.448s
198.36/198.45	c #wall_clock_time = 0.449s
198.36/198.45	c #decision = 13
198.36/198.45	c #random_decision = 0
198.36/198.45	c #conflict = 1
198.36/198.45	c #restart = 0
198.36/198.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 48: cost of the new core is >=48128
198.36/198.45	c BCD2: refineLB: 48124 -> 48128
198.36/198.45	c lower bound updated to -174649173
198.55/198.64	c BCD2: 247808 <= obj <= 174896980
198.55/198.64	c BCD2: #cores=12, #unrelaxed=306311, #relaxed=244, #hardened=0
198.55/198.64	c BCD2: #sat=1 #unsat=243 bias=243/244
198.55/198.64	c Solving starts ...
198.55/198.64	c ============================[ Search Statistics ]============================
198.55/198.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
198.55/198.64	c       |         |          |          |    Limit     GC | Var      | Constra 
198.55/198.64	c =============================================================================
198.55/198.64	c  0.0s |       0 |        0 |        0 |   293367      0 |      325 |      325
199.06/199.12	c  0.5s |       0 |       13 |        1 |   293367      0 |      325 |      326
199.06/199.12	c #cpu_time = 0.470s
199.06/199.12	c #wall_clock_time = 0.472s
199.06/199.12	c #decision = 13
199.06/199.12	c #random_decision = 0
199.06/199.12	c #conflict = 1
199.06/199.12	c #restart = 0
199.06/199.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 49: cost of the new core is >=49152
199.06/199.12	c BCD2: refineLB: 49148 -> 49152
199.06/199.12	c lower bound updated to -174648149
199.27/199.33	c BCD2: 248832 <= obj <= 174896980
199.27/199.33	c BCD2: #cores=12, #unrelaxed=306310, #relaxed=245, #hardened=0
199.27/199.33	c BCD2: #sat=1 #unsat=244 bias=244/245
199.27/199.35	c Solving starts ...
199.27/199.35	c ============================[ Search Statistics ]============================
199.27/199.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
199.27/199.35	c       |         |          |          |    Limit     GC | Var      | Constra 
199.27/199.35	c =============================================================================
199.27/199.35	c  0.0s |       0 |        0 |        0 |   293367      0 |      326 |      326
199.76/199.80	c  0.5s |       0 |       13 |        1 |   293367      0 |      326 |      327
199.76/199.80	c #cpu_time = 0.452s
199.76/199.80	c #wall_clock_time = 0.453s
199.76/199.80	c #decision = 13
199.76/199.80	c #random_decision = 0
199.76/199.80	c #conflict = 1
199.76/199.80	c #restart = 0
199.76/199.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 50: cost of the new core is >=50176
199.76/199.80	c BCD2: refineLB: 50172 -> 50176
199.76/199.80	c lower bound updated to -174647125
199.96/200.02	c BCD2: 249856 <= obj <= 174896980
199.96/200.02	c BCD2: #cores=12, #unrelaxed=306309, #relaxed=246, #hardened=0
199.96/200.02	c BCD2: #sat=1 #unsat=245 bias=245/246
199.96/200.04	c Solving starts ...
199.96/200.04	c ============================[ Search Statistics ]============================
199.96/200.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
199.96/200.04	c       |         |          |          |    Limit     GC | Var      | Constra 
199.96/200.04	c =============================================================================
199.96/200.04	c  0.0s |       0 |        0 |        0 |   293367      0 |      327 |      327
200.37/200.49	c  0.5s |       0 |       13 |        1 |   293367      0 |      327 |      328
200.37/200.49	c #cpu_time = 0.450s
200.37/200.49	c #wall_clock_time = 0.451s
200.37/200.49	c #decision = 13
200.37/200.49	c #random_decision = 0
200.37/200.49	c #conflict = 1
200.37/200.49	c #restart = 0
200.37/200.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 51: cost of the new core is >=51200
200.37/200.49	c BCD2: refineLB: 51196 -> 51200
200.37/200.49	c lower bound updated to -174646101
200.66/200.70	c BCD2: 250880 <= obj <= 174896980
200.66/200.70	c BCD2: #cores=12, #unrelaxed=306308, #relaxed=247, #hardened=0
200.66/200.70	c BCD2: #sat=1 #unsat=246 bias=246/247
200.66/200.72	c Solving starts ...
200.66/200.72	c ============================[ Search Statistics ]============================
200.66/200.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
200.66/200.72	c       |         |          |          |    Limit     GC | Var      | Constra 
200.66/200.72	c =============================================================================
200.66/200.72	c  0.0s |       0 |        0 |        0 |   293367      0 |      328 |      328
201.96/202.04	c  1.3s |       0 |       13 |        1 |   293367      0 |      328 |      329
201.96/202.04	c #cpu_time = 1.311s
201.96/202.04	c #wall_clock_time = 1.315s
201.96/202.04	c #decision = 13
201.96/202.04	c #random_decision = 0
201.96/202.04	c #conflict = 1
201.96/202.04	c #restart = 0
201.96/202.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 52: cost of the new core is >=52224
201.96/202.04	c BCD2: refineLB: 52220 -> 52224
201.96/202.04	c lower bound updated to -174645077
202.16/202.24	c BCD2: 251904 <= obj <= 174896980
202.16/202.24	c BCD2: #cores=12, #unrelaxed=306307, #relaxed=248, #hardened=0
202.16/202.24	c BCD2: #sat=1 #unsat=247 bias=247/248
202.16/202.25	c Solving starts ...
202.16/202.25	c ============================[ Search Statistics ]============================
202.16/202.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
202.16/202.25	c       |         |          |          |    Limit     GC | Var      | Constra 
202.16/202.25	c =============================================================================
202.16/202.25	c  0.0s |       0 |        0 |        0 |   293367      0 |      329 |      329
202.66/202.70	c  0.5s |       0 |       13 |        1 |   293367      0 |      329 |      330
202.66/202.70	c #cpu_time = 0.449s
202.66/202.70	c #wall_clock_time = 0.450s
202.66/202.70	c #decision = 13
202.66/202.70	c #random_decision = 0
202.66/202.70	c #conflict = 1
202.66/202.70	c #restart = 0
202.66/202.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 53: cost of the new core is >=53248
202.66/202.70	c BCD2: refineLB: 53244 -> 53248
202.66/202.70	c lower bound updated to -174644053
202.76/202.87	c BCD2: 252928 <= obj <= 174896980
202.76/202.87	c BCD2: #cores=12, #unrelaxed=306306, #relaxed=249, #hardened=0
202.76/202.87	c BCD2: #sat=1 #unsat=248 bias=248/249
202.76/202.88	c Solving starts ...
202.76/202.88	c ============================[ Search Statistics ]============================
202.76/202.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
202.76/202.88	c       |         |          |          |    Limit     GC | Var      | Constra 
202.76/202.88	c =============================================================================
202.76/202.88	c  0.0s |       0 |        0 |        0 |   293367      0 |      330 |      330
203.26/203.32	c  0.4s |       0 |       13 |        1 |   293367      0 |      330 |      331
203.26/203.32	c #cpu_time = 0.436s
203.26/203.32	c #wall_clock_time = 0.438s
203.26/203.32	c #decision = 13
203.26/203.32	c #random_decision = 0
203.26/203.32	c #conflict = 1
203.26/203.32	c #restart = 0
203.26/203.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 54: cost of the new core is >=54272
203.26/203.32	c BCD2: refineLB: 54268 -> 54272
203.26/203.32	c lower bound updated to -174643029
203.46/203.51	c BCD2: 253952 <= obj <= 174896980
203.46/203.51	c BCD2: #cores=12, #unrelaxed=306305, #relaxed=250, #hardened=0
203.46/203.51	c BCD2: #sat=1 #unsat=249 bias=249/250
203.46/203.52	c Solving starts ...
203.46/203.52	c ============================[ Search Statistics ]============================
203.46/203.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
203.46/203.52	c       |         |          |          |    Limit     GC | Var      | Constra 
203.46/203.52	c =============================================================================
203.46/203.52	c  0.0s |       0 |        0 |        0 |   293367      0 |      331 |      331
203.86/203.97	c  0.5s |       0 |       13 |        1 |   293367      0 |      331 |      332
203.86/203.97	c #cpu_time = 0.449s
203.86/203.97	c #wall_clock_time = 0.450s
203.86/203.97	c #decision = 13
203.86/203.97	c #random_decision = 0
203.86/203.97	c #conflict = 1
203.86/203.97	c #restart = 0
203.86/203.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 55: cost of the new core is >=55296
203.86/203.97	c BCD2: refineLB: 55292 -> 55296
203.86/203.97	c lower bound updated to -174642005
204.06/204.14	c BCD2: 254976 <= obj <= 174896980
204.06/204.14	c BCD2: #cores=12, #unrelaxed=306304, #relaxed=251, #hardened=0
204.06/204.14	c BCD2: #sat=1 #unsat=250 bias=250/251
204.06/204.15	c Solving starts ...
204.06/204.15	c ============================[ Search Statistics ]============================
204.06/204.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
204.06/204.15	c       |         |          |          |    Limit     GC | Var      | Constra 
204.06/204.15	c =============================================================================
204.06/204.15	c  0.0s |       0 |        0 |        0 |   293367      0 |      332 |      332
204.46/204.59	c  0.4s |       0 |       13 |        1 |   293367      0 |      332 |      333
204.46/204.59	c #cpu_time = 0.444s
204.46/204.59	c #wall_clock_time = 0.445s
204.46/204.59	c #decision = 13
204.46/204.59	c #random_decision = 0
204.46/204.59	c #conflict = 1
204.46/204.59	c #restart = 0
204.46/204.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 56: cost of the new core is >=56320
204.46/204.59	c BCD2: refineLB: 56316 -> 56320
204.46/204.59	c lower bound updated to -174640981
204.67/204.78	c BCD2: 256000 <= obj <= 174896980
204.67/204.78	c BCD2: #cores=12, #unrelaxed=306303, #relaxed=252, #hardened=0
204.67/204.78	c BCD2: #sat=1 #unsat=251 bias=251/252
204.67/204.79	c Solving starts ...
204.67/204.79	c ============================[ Search Statistics ]============================
204.67/204.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
204.67/204.79	c       |         |          |          |    Limit     GC | Var      | Constra 
204.67/204.79	c =============================================================================
204.67/204.79	c  0.0s |       0 |        0 |        0 |   293367      0 |      333 |      333
205.16/205.24	c  0.5s |       0 |       13 |        1 |   293367      0 |      333 |      334
205.16/205.24	c #cpu_time = 0.449s
205.16/205.24	c #wall_clock_time = 0.450s
205.16/205.24	c #decision = 13
205.16/205.24	c #random_decision = 0
205.16/205.24	c #conflict = 1
205.16/205.24	c #restart = 0
205.16/205.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 57: cost of the new core is >=57344
205.16/205.24	c BCD2: refineLB: 57340 -> 57344
205.16/205.24	c lower bound updated to -174639957
205.36/205.41	c BCD2: 257024 <= obj <= 174896980
205.36/205.41	c BCD2: #cores=12, #unrelaxed=306302, #relaxed=253, #hardened=0
205.36/205.41	c BCD2: #sat=1 #unsat=252 bias=252/253
205.36/205.42	c Solving starts ...
205.36/205.42	c ============================[ Search Statistics ]============================
205.36/205.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
205.36/205.42	c       |         |          |          |    Limit     GC | Var      | Constra 
205.36/205.42	c =============================================================================
205.36/205.42	c  0.0s |       0 |        0 |        0 |   293367      0 |      334 |      334
205.76/205.87	c  0.4s |       0 |       13 |        1 |   293367      0 |      334 |      335
205.76/205.87	c #cpu_time = 0.448s
205.76/205.87	c #wall_clock_time = 0.449s
205.76/205.87	c #decision = 13
205.76/205.87	c #random_decision = 0
205.76/205.87	c #conflict = 1
205.76/205.87	c #restart = 0
205.76/205.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 58: cost of the new core is >=58368
205.76/205.87	c BCD2: refineLB: 58364 -> 58368
205.76/205.87	c lower bound updated to -174638933
205.96/206.05	c BCD2: 258048 <= obj <= 174896980
205.96/206.05	c BCD2: #cores=12, #unrelaxed=306301, #relaxed=254, #hardened=0
205.96/206.05	c BCD2: #sat=1 #unsat=253 bias=253/254
205.96/206.06	c Solving starts ...
205.96/206.06	c ============================[ Search Statistics ]============================
205.96/206.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
205.96/206.06	c       |         |          |          |    Limit     GC | Var      | Constra 
205.96/206.06	c =============================================================================
205.96/206.06	c  0.0s |       0 |        0 |        0 |   293367      0 |      335 |      335
206.46/206.53	c  0.5s |       0 |       13 |        1 |   293367      0 |      335 |      336
206.46/206.53	c #cpu_time = 0.469s
206.46/206.53	c #wall_clock_time = 0.470s
206.46/206.53	c #decision = 13
206.46/206.53	c #random_decision = 0
206.46/206.53	c #conflict = 1
206.46/206.53	c #restart = 0
206.46/206.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 59: cost of the new core is >=59392
206.46/206.53	c BCD2: refineLB: 59388 -> 59392
206.46/206.53	c lower bound updated to -174637909
206.65/206.74	c BCD2: 259072 <= obj <= 174896980
206.65/206.75	c BCD2: #cores=12, #unrelaxed=306300, #relaxed=255, #hardened=0
206.65/206.75	c BCD2: #sat=1 #unsat=254 bias=254/255
206.65/206.76	c Solving starts ...
206.65/206.76	c ============================[ Search Statistics ]============================
206.65/206.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
206.65/206.76	c       |         |          |          |    Limit     GC | Var      | Constra 
206.65/206.76	c =============================================================================
206.65/206.76	c  0.0s |       0 |        0 |        0 |   293367      0 |      336 |      336
207.15/207.21	c  0.5s |       0 |       13 |        1 |   293367      0 |      336 |      337
207.15/207.21	c #cpu_time = 0.452s
207.15/207.21	c #wall_clock_time = 0.453s
207.15/207.21	c #decision = 13
207.15/207.21	c #random_decision = 0
207.15/207.21	c #conflict = 1
207.15/207.21	c #restart = 0
207.15/207.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 60: cost of the new core is >=60416
207.15/207.21	c BCD2: refineLB: 60412 -> 60416
207.15/207.22	c lower bound updated to -174636885
207.35/207.43	c BCD2: 260096 <= obj <= 174896980
207.35/207.43	c BCD2: #cores=12, #unrelaxed=306299, #relaxed=256, #hardened=0
207.35/207.43	c BCD2: #sat=1 #unsat=255 bias=255/256
207.35/207.45	c Solving starts ...
207.35/207.45	c ============================[ Search Statistics ]============================
207.35/207.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
207.35/207.45	c       |         |          |          |    Limit     GC | Var      | Constra 
207.35/207.45	c =============================================================================
207.35/207.45	c  0.0s |       0 |        0 |        0 |   293367      0 |      337 |      337
207.86/207.90	c  0.5s |       0 |       14 |        1 |   293367      0 |      337 |      338
207.86/207.90	c #cpu_time = 0.449s
207.86/207.90	c #wall_clock_time = 0.451s
207.86/207.90	c #decision = 14
207.86/207.90	c #random_decision = 0
207.86/207.90	c #conflict = 1
207.86/207.90	c #restart = 0
207.86/207.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 61: cost of the new core is >=61440
207.86/207.90	c BCD2: refineLB: 61437 -> 61440
207.86/207.90	c lower bound updated to -174635861
208.07/208.11	c BCD2: 261120 <= obj <= 174896980
208.07/208.11	c BCD2: #cores=12, #unrelaxed=306298, #relaxed=257, #hardened=0
208.07/208.11	c BCD2: #sat=1 #unsat=256 bias=256/257
208.07/208.13	c Solving starts ...
208.07/208.13	c ============================[ Search Statistics ]============================
208.07/208.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
208.07/208.13	c       |         |          |          |    Limit     GC | Var      | Constra 
208.07/208.13	c =============================================================================
208.07/208.13	c  0.0s |       0 |        0 |        0 |   293367      0 |      338 |      338
209.36/209.44	c  1.3s |       0 |       13 |        1 |   293367      0 |      338 |      339
209.36/209.44	c #cpu_time = 1.309s
209.36/209.44	c #wall_clock_time = 1.313s
209.36/209.44	c #decision = 13
209.36/209.44	c #random_decision = 0
209.36/209.44	c #conflict = 1
209.36/209.44	c #restart = 0
209.36/209.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 62: cost of the new core is >=62464
209.36/209.44	c BCD2: refineLB: 62461 -> 62464
209.36/209.44	c lower bound updated to -174634837
209.56/209.63	c BCD2: 262144 <= obj <= 174896980
209.56/209.63	c BCD2: #cores=12, #unrelaxed=306297, #relaxed=258, #hardened=0
209.56/209.63	c BCD2: #sat=1 #unsat=257 bias=257/258
209.56/209.63	c Solving starts ...
209.56/209.63	c ============================[ Search Statistics ]============================
209.56/209.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
209.56/209.63	c       |         |          |          |    Limit     GC | Var      | Constra 
209.56/209.63	c =============================================================================
209.56/209.64	c  0.0s |       0 |        0 |        0 |   293367      0 |      339 |      339
209.96/210.08	c  0.4s |       0 |       13 |        1 |   293367      0 |      339 |      340
209.96/210.08	c #cpu_time = 0.448s
209.96/210.08	c #wall_clock_time = 0.450s
209.96/210.08	c #decision = 13
209.96/210.08	c #random_decision = 0
209.96/210.08	c #conflict = 1
209.96/210.08	c #restart = 0
209.96/210.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 63: cost of the new core is >=63488
209.96/210.08	c BCD2: refineLB: 63485 -> 63488
209.96/210.08	c lower bound updated to -174633813
210.17/210.24	c BCD2: 263168 <= obj <= 174896980
210.17/210.24	c BCD2: #cores=12, #unrelaxed=306296, #relaxed=259, #hardened=0
210.17/210.24	c BCD2: #sat=1 #unsat=258 bias=258/259
210.17/210.24	c Solving starts ...
210.17/210.24	c ============================[ Search Statistics ]============================
210.17/210.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
210.17/210.24	c       |         |          |          |    Limit     GC | Var      | Constra 
210.17/210.24	c =============================================================================
210.17/210.24	c  0.0s |       0 |        0 |        0 |   293367      0 |      340 |      340
210.56/210.69	c  0.4s |       0 |       13 |        1 |   293367      0 |      340 |      341
210.56/210.69	c #cpu_time = 0.439s
210.56/210.69	c #wall_clock_time = 0.440s
210.56/210.69	c #decision = 13
210.56/210.69	c #random_decision = 0
210.56/210.69	c #conflict = 1
210.56/210.69	c #restart = 0
210.56/210.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 64: cost of the new core is >=64512
210.56/210.69	c BCD2: refineLB: 64509 -> 64512
210.56/210.69	c lower bound updated to -174632789
210.76/210.85	c BCD2: 264192 <= obj <= 174896980
210.76/210.85	c BCD2: #cores=12, #unrelaxed=306295, #relaxed=260, #hardened=0
210.76/210.85	c BCD2: #sat=1 #unsat=259 bias=259/260
210.76/210.86	c Solving starts ...
210.76/210.86	c ============================[ Search Statistics ]============================
210.76/210.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
210.76/210.86	c       |         |          |          |    Limit     GC | Var      | Constra 
210.76/210.86	c =============================================================================
210.76/210.86	c  0.0s |       0 |        0 |        0 |   293367      0 |      341 |      341
211.27/211.31	c  0.5s |       0 |       13 |        1 |   322704      0 |      341 |      342
211.27/211.31	c #cpu_time = 0.449s
211.27/211.31	c #wall_clock_time = 0.450s
211.27/211.31	c #decision = 13
211.27/211.31	c #random_decision = 0
211.27/211.31	c #conflict = 1
211.27/211.31	c #restart = 0
211.27/211.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 65: cost of the new core is >=65536
211.27/211.31	c BCD2: refineLB: 65533 -> 65536
211.27/211.31	c lower bound updated to -174631765
211.37/211.46	c BCD2: 265216 <= obj <= 174896980
211.37/211.46	c BCD2: #cores=12, #unrelaxed=306294, #relaxed=261, #hardened=0
211.37/211.46	c BCD2: #sat=1 #unsat=260 bias=260/261
211.37/211.47	c Solving starts ...
211.37/211.47	c ============================[ Search Statistics ]============================
211.37/211.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
211.37/211.47	c       |         |          |          |    Limit     GC | Var      | Constra 
211.37/211.47	c =============================================================================
211.37/211.47	c  0.0s |       0 |        0 |        0 |   322704      0 |      342 |      342
211.86/211.91	c  0.4s |       0 |       13 |        1 |   322704      0 |      342 |      343
211.86/211.91	c #cpu_time = 0.442s
211.86/211.91	c #wall_clock_time = 0.443s
211.86/211.91	c #decision = 13
211.86/211.91	c #random_decision = 0
211.86/211.91	c #conflict = 1
211.86/211.91	c #restart = 0
211.86/211.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 66: cost of the new core is >=66560
211.86/211.91	c BCD2: refineLB: 66557 -> 66560
211.86/211.91	c lower bound updated to -174630741
211.96/212.08	c BCD2: 266240 <= obj <= 174896980
211.96/212.08	c BCD2: #cores=12, #unrelaxed=306293, #relaxed=262, #hardened=0
211.96/212.08	c BCD2: #sat=1 #unsat=261 bias=261/262
211.96/212.08	c Solving starts ...
211.96/212.08	c ============================[ Search Statistics ]============================
211.96/212.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
211.96/212.08	c       |         |          |          |    Limit     GC | Var      | Constra 
211.96/212.08	c =============================================================================
211.96/212.08	c  0.0s |       0 |        0 |        0 |   322704      0 |      343 |      343
212.47/212.53	c  0.4s |       0 |       13 |        1 |   322704      0 |      343 |      344
212.47/212.53	c #cpu_time = 0.449s
212.47/212.53	c #wall_clock_time = 0.450s
212.47/212.53	c #decision = 13
212.47/212.53	c #random_decision = 0
212.47/212.53	c #conflict = 1
212.47/212.53	c #restart = 0
212.47/212.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 67: cost of the new core is >=67584
212.47/212.53	c BCD2: refineLB: 67581 -> 67584
212.47/212.53	c lower bound updated to -174629717
212.56/212.69	c BCD2: 267264 <= obj <= 174896980
212.56/212.69	c BCD2: #cores=12, #unrelaxed=306292, #relaxed=263, #hardened=0
212.56/212.69	c BCD2: #sat=1 #unsat=262 bias=262/263
212.56/212.69	c Solving starts ...
212.56/212.69	c ============================[ Search Statistics ]============================
212.56/212.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
212.56/212.69	c       |         |          |          |    Limit     GC | Var      | Constra 
212.56/212.69	c =============================================================================
212.56/212.69	c  0.0s |       0 |        0 |        0 |   322704      0 |      344 |      344
213.06/213.14	c  0.4s |       0 |       13 |        1 |   322704      0 |      344 |      345
213.06/213.14	c #cpu_time = 0.447s
213.06/213.14	c #wall_clock_time = 0.448s
213.06/213.14	c #decision = 13
213.06/213.14	c #random_decision = 0
213.06/213.14	c #conflict = 1
213.06/213.14	c #restart = 0
213.06/213.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 68: cost of the new core is >=68608
213.06/213.14	c BCD2: refineLB: 68605 -> 68608
213.06/213.14	c lower bound updated to -174628693
213.26/213.30	c BCD2: 268288 <= obj <= 174896980
213.26/213.30	c BCD2: #cores=12, #unrelaxed=306291, #relaxed=264, #hardened=0
213.26/213.30	c BCD2: #sat=1 #unsat=263 bias=263/264
213.26/213.31	c Solving starts ...
213.26/213.31	c ============================[ Search Statistics ]============================
213.26/213.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
213.26/213.31	c       |         |          |          |    Limit     GC | Var      | Constra 
213.26/213.31	c =============================================================================
213.26/213.31	c  0.0s |       0 |        0 |        0 |   322704      0 |      345 |      345
213.66/213.78	c  0.5s |       0 |       13 |        1 |   322704      0 |      345 |      346
213.66/213.78	c #cpu_time = 0.467s
213.66/213.78	c #wall_clock_time = 0.468s
213.66/213.78	c #decision = 13
213.66/213.78	c #random_decision = 0
213.66/213.78	c #conflict = 1
213.66/213.78	c #restart = 0
213.66/213.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 69: cost of the new core is >=69632
213.66/213.78	c BCD2: refineLB: 69629 -> 69632
213.66/213.78	c lower bound updated to -174627669
213.86/213.97	c BCD2: 269312 <= obj <= 174896980
213.86/213.97	c BCD2: #cores=12, #unrelaxed=306290, #relaxed=265, #hardened=0
213.86/213.97	c BCD2: #sat=1 #unsat=264 bias=264/265
213.86/213.99	c Solving starts ...
213.86/213.99	c ============================[ Search Statistics ]============================
213.86/213.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
213.86/213.99	c       |         |          |          |    Limit     GC | Var      | Constra 
213.86/213.99	c =============================================================================
213.86/213.99	c  0.0s |       0 |        0 |        0 |   322704      0 |      346 |      346
214.36/214.44	c  0.5s |       0 |       13 |        1 |   322704      0 |      346 |      347
214.36/214.44	c #cpu_time = 0.452s
214.36/214.44	c #wall_clock_time = 0.453s
214.36/214.44	c #decision = 13
214.36/214.44	c #random_decision = 0
214.36/214.44	c #conflict = 1
214.36/214.44	c #restart = 0
214.36/214.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 70: cost of the new core is >=70656
214.36/214.44	c BCD2: refineLB: 70653 -> 70656
214.36/214.44	c lower bound updated to -174626645
214.56/214.64	c BCD2: 270336 <= obj <= 174896980
214.56/214.64	c BCD2: #cores=12, #unrelaxed=306289, #relaxed=266, #hardened=0
214.56/214.64	c BCD2: #sat=1 #unsat=265 bias=265/266
214.56/214.65	c Solving starts ...
214.56/214.65	c ============================[ Search Statistics ]============================
214.56/214.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
214.56/214.65	c       |         |          |          |    Limit     GC | Var      | Constra 
214.56/214.65	c =============================================================================
214.56/214.65	c  0.0s |       0 |        0 |        0 |   322704      0 |      347 |      347
215.05/215.10	c  0.4s |       0 |       13 |        1 |   322704      0 |      347 |      348
215.05/215.10	c #cpu_time = 0.448s
215.05/215.10	c #wall_clock_time = 0.449s
215.05/215.10	c #decision = 13
215.05/215.10	c #random_decision = 0
215.05/215.10	c #conflict = 1
215.05/215.10	c #restart = 0
215.05/215.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 71: cost of the new core is >=71680
215.05/215.10	c BCD2: refineLB: 71677 -> 71680
215.05/215.10	c lower bound updated to -174625621
215.15/215.30	c BCD2: 271360 <= obj <= 174896980
215.15/215.30	c BCD2: #cores=12, #unrelaxed=306288, #relaxed=267, #hardened=0
215.15/215.30	c BCD2: #sat=1 #unsat=266 bias=266/267
215.25/215.31	c Solving starts ...
215.25/215.31	c ============================[ Search Statistics ]============================
215.25/215.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
215.25/215.31	c       |         |          |          |    Limit     GC | Var      | Constra 
215.25/215.31	c =============================================================================
215.25/215.31	c  0.0s |       0 |        0 |        0 |   322704      0 |      348 |      348
216.55/216.62	c  1.3s |       0 |       13 |        1 |   322704      0 |      348 |      349
216.55/216.62	c #cpu_time = 1.307s
216.55/216.62	c #wall_clock_time = 1.311s
216.55/216.62	c #decision = 13
216.55/216.62	c #random_decision = 0
216.55/216.62	c #conflict = 1
216.55/216.62	c #restart = 0
216.55/216.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 72: cost of the new core is >=72704
216.55/216.62	c BCD2: refineLB: 72701 -> 72704
216.55/216.62	c lower bound updated to -174624597
216.76/216.83	c BCD2: 272384 <= obj <= 174896980
216.76/216.83	c BCD2: #cores=12, #unrelaxed=306287, #relaxed=268, #hardened=0
216.76/216.83	c BCD2: #sat=1 #unsat=267 bias=267/268
216.76/216.84	c Solving starts ...
216.76/216.84	c ============================[ Search Statistics ]============================
216.76/216.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
216.76/216.84	c       |         |          |          |    Limit     GC | Var      | Constra 
216.76/216.84	c =============================================================================
216.76/216.84	c  0.0s |       0 |        0 |        0 |   322704      0 |      349 |      349
217.15/217.29	c  0.4s |       0 |       13 |        1 |   322704      0 |      349 |      350
217.15/217.29	c #cpu_time = 0.449s
217.15/217.29	c #wall_clock_time = 0.450s
217.15/217.29	c #decision = 13
217.15/217.29	c #random_decision = 0
217.15/217.29	c #conflict = 1
217.15/217.29	c #restart = 0
217.15/217.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 73: cost of the new core is >=73728
217.15/217.29	c BCD2: refineLB: 73725 -> 73728
217.15/217.29	c lower bound updated to -174623573
217.35/217.46	c BCD2: 273408 <= obj <= 174896980
217.35/217.46	c BCD2: #cores=12, #unrelaxed=306286, #relaxed=269, #hardened=0
217.35/217.46	c BCD2: #sat=1 #unsat=268 bias=268/269
217.35/217.46	c Solving starts ...
217.35/217.46	c ============================[ Search Statistics ]============================
217.35/217.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
217.35/217.46	c       |         |          |          |    Limit     GC | Var      | Constra 
217.35/217.46	c =============================================================================
217.35/217.46	c  0.0s |       0 |        0 |        0 |   322704      0 |      350 |      350
217.86/217.90	c  0.4s |       0 |       13 |        1 |   322704      0 |      350 |      351
217.86/217.90	c #cpu_time = 0.437s
217.86/217.90	c #wall_clock_time = 0.439s
217.86/217.90	c #decision = 13
217.86/217.90	c #random_decision = 0
217.86/217.90	c #conflict = 1
217.86/217.90	c #restart = 0
217.86/217.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 74: cost of the new core is >=74752
217.86/217.90	c BCD2: refineLB: 74749 -> 74752
217.86/217.90	c lower bound updated to -174622549
217.96/218.09	c BCD2: 274432 <= obj <= 174896980
217.96/218.09	c BCD2: #cores=12, #unrelaxed=306285, #relaxed=270, #hardened=0
217.96/218.09	c BCD2: #sat=1 #unsat=269 bias=269/270
218.05/218.10	c Solving starts ...
218.05/218.10	c ============================[ Search Statistics ]============================
218.05/218.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
218.05/218.10	c       |         |          |          |    Limit     GC | Var      | Constra 
218.05/218.10	c =============================================================================
218.05/218.10	c  0.0s |       0 |        0 |        0 |   322704      0 |      351 |      351
218.45/218.55	c  0.5s |       0 |       13 |        1 |   322704      0 |      351 |      352
218.45/218.55	c #cpu_time = 0.449s
218.45/218.55	c #wall_clock_time = 0.450s
218.45/218.55	c #decision = 13
218.45/218.55	c #random_decision = 0
218.45/218.55	c #conflict = 1
218.45/218.55	c #restart = 0
218.45/218.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 75: cost of the new core is >=75776
218.45/218.55	c BCD2: refineLB: 75773 -> 75776
218.45/218.55	c lower bound updated to -174621525
218.65/218.72	c BCD2: 275456 <= obj <= 174896980
218.65/218.72	c BCD2: #cores=12, #unrelaxed=306284, #relaxed=271, #hardened=0
218.65/218.72	c BCD2: #sat=1 #unsat=270 bias=270/271
218.65/218.73	c Solving starts ...
218.65/218.73	c ============================[ Search Statistics ]============================
218.65/218.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
218.65/218.73	c       |         |          |          |    Limit     GC | Var      | Constra 
218.65/218.73	c =============================================================================
218.65/218.73	c  0.0s |       0 |        0 |        0 |   322704      0 |      352 |      352
219.06/219.17	c  0.4s |       0 |       13 |        1 |   322704      0 |      352 |      353
219.06/219.17	c #cpu_time = 0.442s
219.06/219.17	c #wall_clock_time = 0.444s
219.06/219.17	c #decision = 13
219.06/219.17	c #random_decision = 0
219.06/219.17	c #conflict = 1
219.06/219.17	c #restart = 0
219.06/219.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 76: cost of the new core is >=76800
219.06/219.17	c BCD2: refineLB: 76797 -> 76800
219.06/219.17	c lower bound updated to -174620501
219.25/219.35	c BCD2: 276480 <= obj <= 174896980
219.25/219.35	c BCD2: #cores=12, #unrelaxed=306283, #relaxed=272, #hardened=0
219.25/219.35	c BCD2: #sat=1 #unsat=271 bias=271/272
219.25/219.36	c Solving starts ...
219.25/219.36	c ============================[ Search Statistics ]============================
219.25/219.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
219.25/219.36	c       |         |          |          |    Limit     GC | Var      | Constra 
219.25/219.36	c =============================================================================
219.25/219.36	c  0.0s |       0 |        0 |        0 |   322704      0 |      353 |      353
219.75/219.81	c  0.5s |       0 |       13 |        1 |   322704      0 |      353 |      354
219.75/219.81	c #cpu_time = 0.449s
219.75/219.81	c #wall_clock_time = 0.451s
219.75/219.81	c #decision = 13
219.75/219.81	c #random_decision = 0
219.75/219.81	c #conflict = 1
219.75/219.81	c #restart = 0
219.75/219.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 77: cost of the new core is >=77824
219.75/219.81	c BCD2: refineLB: 77821 -> 77824
219.75/219.81	c lower bound updated to -174619477
219.85/219.98	c BCD2: 277504 <= obj <= 174896980
219.85/219.98	c BCD2: #cores=12, #unrelaxed=306282, #relaxed=273, #hardened=0
219.85/219.98	c BCD2: #sat=1 #unsat=272 bias=272/273
219.85/219.99	c Solving starts ...
219.85/219.99	c ============================[ Search Statistics ]============================
219.85/219.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
219.85/219.99	c       |         |          |          |    Limit     GC | Var      | Constra 
219.85/219.99	c =============================================================================
219.85/219.99	c  0.0s |       0 |        0 |        0 |   322704      0 |      354 |      354
220.35/220.44	c  0.4s |       0 |       13 |        1 |   322704      0 |      354 |      355
220.35/220.44	c #cpu_time = 0.447s
220.35/220.44	c #wall_clock_time = 0.448s
220.35/220.44	c #decision = 13
220.35/220.44	c #random_decision = 0
220.35/220.44	c #conflict = 1
220.35/220.44	c #restart = 0
220.35/220.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 78: cost of the new core is >=78848
220.35/220.44	c BCD2: refineLB: 78845 -> 78848
220.35/220.44	c lower bound updated to -174618453
220.55/220.62	c BCD2: 278528 <= obj <= 174896980
220.55/220.62	c BCD2: #cores=12, #unrelaxed=306281, #relaxed=274, #hardened=0
220.55/220.62	c BCD2: #sat=1 #unsat=273 bias=273/274
220.55/220.63	c Solving starts ...
220.55/220.63	c ============================[ Search Statistics ]============================
220.55/220.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
220.55/220.63	c       |         |          |          |    Limit     GC | Var      | Constra 
220.55/220.63	c =============================================================================
220.55/220.63	c  0.0s |       0 |        0 |        0 |   322704      0 |      355 |      355
221.05/221.11	c  0.5s |       0 |       13 |        1 |   322704      0 |      355 |      356
221.05/221.11	c #cpu_time = 0.476s
221.05/221.11	c #wall_clock_time = 0.477s
221.05/221.11	c #decision = 13
221.05/221.11	c #random_decision = 0
221.05/221.11	c #conflict = 1
221.05/221.11	c #restart = 0
221.05/221.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 79: cost of the new core is >=79872
221.05/221.11	c BCD2: refineLB: 79869 -> 79872
221.05/221.11	c lower bound updated to -174617429
221.26/221.32	c BCD2: 279552 <= obj <= 174896980
221.26/221.32	c BCD2: #cores=12, #unrelaxed=306280, #relaxed=275, #hardened=0
221.26/221.32	c BCD2: #sat=1 #unsat=274 bias=274/275
221.26/221.34	c Solving starts ...
221.26/221.34	c ============================[ Search Statistics ]============================
221.26/221.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
221.26/221.34	c       |         |          |          |    Limit     GC | Var      | Constra 
221.26/221.34	c =============================================================================
221.26/221.34	c  0.0s |       0 |        0 |        0 |   322704      0 |      356 |      356
221.66/221.79	c  0.5s |       0 |       13 |        1 |   322704      0 |      356 |      357
221.66/221.79	c #cpu_time = 0.452s
221.66/221.79	c #wall_clock_time = 0.453s
221.66/221.79	c #decision = 13
221.66/221.79	c #random_decision = 0
221.66/221.79	c #conflict = 1
221.66/221.79	c #restart = 0
221.66/221.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 80: cost of the new core is >=80896
221.66/221.79	c BCD2: refineLB: 80893 -> 80896
221.66/221.79	c lower bound updated to -174616405
221.96/222.00	c BCD2: 280576 <= obj <= 174896980
221.96/222.00	c BCD2: #cores=12, #unrelaxed=306279, #relaxed=276, #hardened=0
221.96/222.00	c BCD2: #sat=1 #unsat=275 bias=275/276
221.96/222.02	c Solving starts ...
221.96/222.02	c ============================[ Search Statistics ]============================
221.96/222.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
221.96/222.02	c       |         |          |          |    Limit     GC | Var      | Constra 
221.96/222.02	c =============================================================================
221.96/222.02	c  0.0s |       0 |        0 |        0 |   322704      0 |      357 |      357
222.36/222.47	c  0.5s |       0 |       13 |        1 |   322704      0 |      357 |      358
222.36/222.47	c #cpu_time = 0.449s
222.36/222.47	c #wall_clock_time = 0.450s
222.36/222.47	c #decision = 13
222.36/222.47	c #random_decision = 0
222.36/222.47	c #conflict = 1
222.36/222.47	c #restart = 0
222.36/222.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 81: cost of the new core is >=81920
222.36/222.47	c BCD2: refineLB: 81917 -> 81920
222.36/222.47	c lower bound updated to -174615381
222.56/222.68	c BCD2: 281600 <= obj <= 174896980
222.56/222.68	c BCD2: #cores=12, #unrelaxed=306278, #relaxed=277, #hardened=0
222.56/222.68	c BCD2: #sat=1 #unsat=276 bias=276/277
222.66/222.70	c Solving starts ...
222.66/222.70	c ============================[ Search Statistics ]============================
222.66/222.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
222.66/222.70	c       |         |          |          |    Limit     GC | Var      | Constra 
222.66/222.70	c =============================================================================
222.66/222.70	c  0.0s |       0 |        0 |        0 |   322704      0 |      358 |      358
223.96/224.01	c  1.3s |       0 |       13 |        1 |   322704      0 |      358 |      359
223.96/224.01	c #cpu_time = 1.306s
223.96/224.01	c #wall_clock_time = 1.309s
223.96/224.01	c #decision = 13
223.96/224.01	c #random_decision = 0
223.96/224.01	c #conflict = 1
223.96/224.01	c #restart = 0
223.96/224.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 82: cost of the new core is >=82944
223.96/224.01	c BCD2: refineLB: 82941 -> 82944
223.96/224.01	c lower bound updated to -174614357
224.16/224.20	c BCD2: 282624 <= obj <= 174896980
224.16/224.20	c BCD2: #cores=12, #unrelaxed=306277, #relaxed=278, #hardened=0
224.16/224.20	c BCD2: #sat=1 #unsat=277 bias=277/278
224.16/224.21	c Solving starts ...
224.16/224.21	c ============================[ Search Statistics ]============================
224.16/224.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
224.16/224.21	c       |         |          |          |    Limit     GC | Var      | Constra 
224.16/224.21	c =============================================================================
224.16/224.21	c  0.0s |       0 |        0 |        0 |   322704      0 |      359 |      359
224.56/224.66	c  0.5s |       0 |       13 |        1 |   322704      0 |      359 |      360
224.56/224.66	c #cpu_time = 0.449s
224.56/224.66	c #wall_clock_time = 0.450s
224.56/224.66	c #decision = 13
224.56/224.66	c #random_decision = 0
224.56/224.66	c #conflict = 1
224.56/224.66	c #restart = 0
224.56/224.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 83: cost of the new core is >=83968
224.56/224.66	c BCD2: refineLB: 83965 -> 83968
224.56/224.66	c lower bound updated to -174613333
224.76/224.81	c BCD2: 283648 <= obj <= 174896980
224.76/224.81	c BCD2: #cores=12, #unrelaxed=306276, #relaxed=279, #hardened=0
224.76/224.81	c BCD2: #sat=1 #unsat=278 bias=278/279
224.76/224.82	c Solving starts ...
224.76/224.82	c ============================[ Search Statistics ]============================
224.76/224.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
224.76/224.82	c       |         |          |          |    Limit     GC | Var      | Constra 
224.76/224.82	c =============================================================================
224.76/224.82	c  0.0s |       0 |        0 |        0 |   322704      0 |      360 |      360
225.16/225.26	c  0.4s |       0 |       13 |        1 |   322704      0 |      360 |      361
225.16/225.26	c #cpu_time = 0.437s
225.16/225.26	c #wall_clock_time = 0.438s
225.16/225.26	c #decision = 13
225.16/225.26	c #random_decision = 0
225.16/225.26	c #conflict = 1
225.16/225.26	c #restart = 0
225.16/225.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 84: cost of the new core is >=84992
225.16/225.26	c BCD2: refineLB: 84989 -> 84992
225.16/225.26	c lower bound updated to -174612309
225.36/225.43	c BCD2: 284672 <= obj <= 174896980
225.36/225.43	c BCD2: #cores=12, #unrelaxed=306275, #relaxed=280, #hardened=0
225.36/225.43	c BCD2: #sat=1 #unsat=279 bias=279/280
225.36/225.44	c Solving starts ...
225.36/225.44	c ============================[ Search Statistics ]============================
225.36/225.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
225.36/225.44	c       |         |          |          |    Limit     GC | Var      | Constra 
225.36/225.44	c =============================================================================
225.36/225.44	c  0.0s |       0 |        0 |        0 |   322704      0 |      361 |      361
225.76/225.89	c  0.5s |       0 |       13 |        1 |   322704      0 |      361 |      362
225.76/225.89	c #cpu_time = 0.450s
225.76/225.89	c #wall_clock_time = 0.451s
225.76/225.89	c #decision = 13
225.76/225.89	c #random_decision = 0
225.76/225.89	c #conflict = 1
225.76/225.89	c #restart = 0
225.76/225.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 85: cost of the new core is >=86016
225.76/225.89	c BCD2: refineLB: 86013 -> 86016
225.76/225.89	c lower bound updated to -174611285
225.96/226.05	c BCD2: 285696 <= obj <= 174896980
225.96/226.05	c BCD2: #cores=12, #unrelaxed=306274, #relaxed=281, #hardened=0
225.96/226.05	c BCD2: #sat=1 #unsat=280 bias=280/281
225.96/226.05	c Solving starts ...
225.96/226.05	c ============================[ Search Statistics ]============================
225.96/226.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
225.96/226.05	c       |         |          |          |    Limit     GC | Var      | Constra 
225.96/226.05	c =============================================================================
225.96/226.05	c  0.0s |       0 |        0 |        0 |   322704      0 |      362 |      362
226.45/226.50	c  0.4s |       0 |       13 |        1 |   322704      0 |      362 |      363
226.45/226.50	c #cpu_time = 0.443s
226.45/226.50	c #wall_clock_time = 0.444s
226.45/226.50	c #decision = 13
226.45/226.50	c #random_decision = 0
226.45/226.50	c #conflict = 1
226.45/226.50	c #restart = 0
226.45/226.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 86: cost of the new core is >=87040
226.45/226.50	c BCD2: refineLB: 87037 -> 87040
226.45/226.50	c lower bound updated to -174610261
226.55/226.67	c BCD2: 286720 <= obj <= 174896980
226.55/226.67	c BCD2: #cores=12, #unrelaxed=306273, #relaxed=282, #hardened=0
226.55/226.67	c BCD2: #sat=1 #unsat=281 bias=281/282
226.55/226.67	c Solving starts ...
226.55/226.67	c ============================[ Search Statistics ]============================
226.55/226.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
226.55/226.67	c       |         |          |          |    Limit     GC | Var      | Constra 
226.55/226.67	c =============================================================================
226.55/226.67	c  0.0s |       0 |        0 |        0 |   322704      0 |      363 |      363
227.05/227.12	c  0.5s |       0 |       13 |        1 |   322704      0 |      363 |      364
227.05/227.12	c #cpu_time = 0.450s
227.05/227.12	c #wall_clock_time = 0.451s
227.05/227.12	c #decision = 13
227.05/227.12	c #random_decision = 0
227.05/227.12	c #conflict = 1
227.05/227.12	c #restart = 0
227.05/227.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 87: cost of the new core is >=88064
227.05/227.12	c BCD2: refineLB: 88061 -> 88064
227.05/227.12	c lower bound updated to -174609237
227.16/227.28	c BCD2: 287744 <= obj <= 174896980
227.16/227.28	c BCD2: #cores=12, #unrelaxed=306272, #relaxed=283, #hardened=0
227.16/227.28	c BCD2: #sat=1 #unsat=282 bias=282/283
227.16/227.29	c Solving starts ...
227.16/227.29	c ============================[ Search Statistics ]============================
227.16/227.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
227.16/227.29	c       |         |          |          |    Limit     GC | Var      | Constra 
227.16/227.29	c =============================================================================
227.16/227.29	c  0.0s |       0 |        0 |        0 |   322704      0 |      364 |      364
227.65/227.74	c  0.5s |       0 |       13 |        1 |   322704      0 |      364 |      365
227.65/227.74	c #cpu_time = 0.449s
227.65/227.74	c #wall_clock_time = 0.450s
227.65/227.74	c #decision = 13
227.65/227.74	c #random_decision = 0
227.65/227.74	c #conflict = 1
227.65/227.74	c #restart = 0
227.65/227.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 88: cost of the new core is >=89088
227.65/227.74	c BCD2: refineLB: 89085 -> 89088
227.65/227.74	c lower bound updated to -174608213
227.76/227.90	c BCD2: 288768 <= obj <= 174896980
227.76/227.90	c BCD2: #cores=12, #unrelaxed=306271, #relaxed=284, #hardened=0
227.76/227.90	c BCD2: #sat=1 #unsat=283 bias=283/284
227.86/227.90	c Solving starts ...
227.86/227.90	c ============================[ Search Statistics ]============================
227.86/227.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
227.86/227.90	c       |         |          |          |    Limit     GC | Var      | Constra 
227.86/227.90	c =============================================================================
227.86/227.90	c  0.0s |       0 |        0 |        0 |   322704      0 |      365 |      365
228.25/228.38	c  0.5s |       0 |       13 |        1 |   322704      0 |      365 |      366
228.25/228.38	c #cpu_time = 0.475s
228.25/228.38	c #wall_clock_time = 0.477s
228.25/228.38	c #decision = 13
228.25/228.38	c #random_decision = 0
228.25/228.38	c #conflict = 1
228.25/228.38	c #restart = 0
228.25/228.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 89: cost of the new core is >=90112
228.25/228.38	c BCD2: refineLB: 90109 -> 90112
228.25/228.38	c lower bound updated to -174607189
228.45/228.58	c BCD2: 289792 <= obj <= 174896980
228.45/228.58	c BCD2: #cores=12, #unrelaxed=306270, #relaxed=285, #hardened=0
228.45/228.58	c BCD2: #sat=1 #unsat=284 bias=284/285
228.55/228.60	c Solving starts ...
228.55/228.60	c ============================[ Search Statistics ]============================
228.55/228.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
228.55/228.60	c       |         |          |          |    Limit     GC | Var      | Constra 
228.55/228.60	c =============================================================================
228.55/228.60	c  0.0s |       0 |        0 |        0 |   322704      0 |      366 |      366
228.96/229.05	c  0.5s |       0 |       13 |        1 |   322704      0 |      366 |      367
228.96/229.05	c #cpu_time = 0.452s
228.96/229.05	c #wall_clock_time = 0.453s
228.96/229.05	c #decision = 13
228.96/229.05	c #random_decision = 0
228.96/229.05	c #conflict = 1
228.96/229.05	c #restart = 0
228.96/229.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 90: cost of the new core is >=91136
228.96/229.05	c BCD2: refineLB: 91133 -> 91136
228.96/229.05	c lower bound updated to -174606165
229.15/229.25	c BCD2: 290816 <= obj <= 174896980
229.15/229.25	c BCD2: #cores=12, #unrelaxed=306269, #relaxed=286, #hardened=0
229.15/229.25	c BCD2: #sat=1 #unsat=285 bias=285/286
229.15/229.26	c Solving starts ...
229.15/229.26	c ============================[ Search Statistics ]============================
229.15/229.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
229.15/229.26	c       |         |          |          |    Limit     GC | Var      | Constra 
229.15/229.26	c =============================================================================
229.15/229.26	c  0.0s |       0 |        0 |        0 |   322704      0 |      367 |      367
229.65/229.71	c  0.4s |       0 |       13 |        1 |   322704      0 |      367 |      368
229.65/229.71	c #cpu_time = 0.448s
229.65/229.71	c #wall_clock_time = 0.449s
229.65/229.71	c #decision = 13
229.65/229.71	c #random_decision = 0
229.65/229.71	c #conflict = 1
229.65/229.71	c #restart = 0
229.65/229.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 91: cost of the new core is >=92160
229.65/229.71	c BCD2: refineLB: 92157 -> 92160
229.65/229.71	c lower bound updated to -174605141
229.85/229.91	c BCD2: 291840 <= obj <= 174896980
229.85/229.91	c BCD2: #cores=12, #unrelaxed=306268, #relaxed=287, #hardened=0
229.85/229.91	c BCD2: #sat=1 #unsat=286 bias=286/287
230.75/230.80	c Solving starts ...
230.75/230.80	c ============================[ Search Statistics ]============================
230.75/230.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
230.75/230.80	c       |         |          |          |    Limit     GC | Var      | Constra 
230.75/230.80	c =============================================================================
230.75/230.80	c  0.0s |       0 |        0 |        0 |   322704      0 |      368 |      368
231.16/231.22	c  0.4s |       0 |       13 |        1 |   322704      0 |      368 |      369
231.16/231.22	c #cpu_time = 0.414s
231.16/231.22	c #wall_clock_time = 0.415s
231.16/231.22	c #decision = 13
231.16/231.22	c #random_decision = 0
231.16/231.22	c #conflict = 1
231.16/231.22	c #restart = 0
231.16/231.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 92: cost of the new core is >=93184
231.16/231.22	c BCD2: refineLB: 93181 -> 93184
231.16/231.22	c lower bound updated to -174604117
231.35/231.44	c BCD2: 292864 <= obj <= 174896980
231.35/231.44	c BCD2: #cores=12, #unrelaxed=306267, #relaxed=288, #hardened=0
231.35/231.44	c BCD2: #sat=1 #unsat=287 bias=287/288
231.35/231.44	c Solving starts ...
231.35/231.44	c ============================[ Search Statistics ]============================
231.35/231.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
231.35/231.44	c       |         |          |          |    Limit     GC | Var      | Constra 
231.35/231.44	c =============================================================================
231.35/231.44	c  0.0s |       0 |        0 |        0 |   322704      0 |      369 |      369
231.75/231.89	c  0.4s |       0 |       13 |        1 |   322704      0 |      369 |      370
231.75/231.89	c #cpu_time = 0.445s
231.75/231.89	c #wall_clock_time = 0.447s
231.75/231.89	c #decision = 13
231.75/231.89	c #random_decision = 0
231.75/231.89	c #conflict = 1
231.75/231.89	c #restart = 0
231.75/231.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 93: cost of the new core is >=94208
231.75/231.89	c BCD2: refineLB: 94205 -> 94208
231.75/231.89	c lower bound updated to -174603093
231.95/232.07	c BCD2: 293888 <= obj <= 174896980
231.95/232.07	c BCD2: #cores=12, #unrelaxed=306266, #relaxed=289, #hardened=0
231.95/232.07	c BCD2: #sat=1 #unsat=288 bias=288/289
231.95/232.07	c Solving starts ...
231.95/232.07	c ============================[ Search Statistics ]============================
231.95/232.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
231.95/232.07	c       |         |          |          |    Limit     GC | Var      | Constra 
231.95/232.07	c =============================================================================
231.95/232.07	c  0.0s |       0 |        0 |        0 |   322704      0 |      370 |      370
232.45/232.51	c  0.4s |       0 |       13 |        1 |   322704      0 |      370 |      371
232.45/232.51	c #cpu_time = 0.437s
232.45/232.51	c #wall_clock_time = 0.438s
232.45/232.51	c #decision = 13
232.45/232.51	c #random_decision = 0
232.45/232.51	c #conflict = 1
232.45/232.51	c #restart = 0
232.45/232.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 94: cost of the new core is >=95232
232.45/232.51	c BCD2: refineLB: 95229 -> 95232
232.45/232.51	c lower bound updated to -174602069
232.65/232.70	c BCD2: 294912 <= obj <= 174896980
232.65/232.70	c BCD2: #cores=12, #unrelaxed=306265, #relaxed=290, #hardened=0
232.65/232.70	c BCD2: #sat=1 #unsat=289 bias=289/290
232.65/232.71	c Solving starts ...
232.65/232.71	c ============================[ Search Statistics ]============================
232.65/232.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
232.65/232.71	c       |         |          |          |    Limit     GC | Var      | Constra 
232.65/232.71	c =============================================================================
232.65/232.71	c  0.0s |       0 |        0 |        0 |   322704      0 |      371 |      371
233.05/233.16	c  0.4s |       0 |       13 |        1 |   322704      0 |      371 |      372
233.05/233.16	c #cpu_time = 0.446s
233.05/233.16	c #wall_clock_time = 0.447s
233.05/233.16	c #decision = 13
233.05/233.16	c #random_decision = 0
233.05/233.16	c #conflict = 1
233.05/233.16	c #restart = 0
233.05/233.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 95: cost of the new core is >=96256
233.05/233.16	c BCD2: refineLB: 96253 -> 96256
233.05/233.16	c lower bound updated to -174601045
233.26/233.33	c BCD2: 295936 <= obj <= 174896980
233.26/233.33	c BCD2: #cores=12, #unrelaxed=306264, #relaxed=291, #hardened=0
233.26/233.33	c BCD2: #sat=1 #unsat=290 bias=290/291
233.26/233.34	c Solving starts ...
233.26/233.34	c ============================[ Search Statistics ]============================
233.26/233.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
233.26/233.34	c       |         |          |          |    Limit     GC | Var      | Constra 
233.26/233.34	c =============================================================================
233.26/233.34	c  0.0s |       0 |        0 |        0 |   322704      0 |      372 |      372
233.65/233.78	c  0.4s |       0 |       13 |        1 |   322704      0 |      372 |      373
233.65/233.78	c #cpu_time = 0.439s
233.65/233.78	c #wall_clock_time = 0.440s
233.65/233.78	c #decision = 13
233.65/233.78	c #random_decision = 0
233.65/233.78	c #conflict = 1
233.65/233.78	c #restart = 0
233.65/233.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 96: cost of the new core is >=97280
233.65/233.78	c BCD2: refineLB: 97277 -> 97280
233.65/233.78	c lower bound updated to -174600021
233.85/233.97	c BCD2: 296960 <= obj <= 174896980
233.85/233.97	c BCD2: #cores=12, #unrelaxed=306263, #relaxed=292, #hardened=0
233.85/233.97	c BCD2: #sat=1 #unsat=291 bias=291/292
233.85/233.97	c Solving starts ...
233.85/233.97	c ============================[ Search Statistics ]============================
233.85/233.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
233.85/233.97	c       |         |          |          |    Limit     GC | Var      | Constra 
233.85/233.97	c =============================================================================
233.85/233.97	c  0.0s |       0 |        0 |        0 |   322704      0 |      373 |      373
234.36/234.42	c  0.4s |       0 |       13 |        1 |   322704      0 |      373 |      374
234.36/234.42	c #cpu_time = 0.447s
234.36/234.42	c #wall_clock_time = 0.448s
234.36/234.42	c #decision = 13
234.36/234.42	c #random_decision = 0
234.36/234.42	c #conflict = 1
234.36/234.42	c #restart = 0
234.36/234.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 97: cost of the new core is >=98304
234.36/234.42	c BCD2: refineLB: 98301 -> 98304
234.36/234.42	c lower bound updated to -174598997
234.55/234.60	c BCD2: 297984 <= obj <= 174896980
234.55/234.60	c BCD2: #cores=12, #unrelaxed=306262, #relaxed=293, #hardened=0
234.55/234.60	c BCD2: #sat=1 #unsat=292 bias=292/293
234.55/234.60	c Solving starts ...
234.55/234.60	c ============================[ Search Statistics ]============================
234.55/234.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
234.55/234.60	c       |         |          |          |    Limit     GC | Var      | Constra 
234.55/234.60	c =============================================================================
234.55/234.60	c  0.0s |       0 |        0 |        0 |   322704      0 |      374 |      374
234.95/235.05	c  0.4s |       0 |       13 |        1 |   322704      0 |      374 |      375
234.95/235.05	c #cpu_time = 0.447s
234.95/235.05	c #wall_clock_time = 0.449s
234.95/235.05	c #decision = 13
234.95/235.05	c #random_decision = 0
234.95/235.05	c #conflict = 1
234.95/235.05	c #restart = 0
234.95/235.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 98: cost of the new core is >=99328
234.95/235.05	c BCD2: refineLB: 99325 -> 99328
234.95/235.05	c lower bound updated to -174597973
235.15/235.24	c BCD2: 299008 <= obj <= 174896980
235.15/235.24	c BCD2: #cores=12, #unrelaxed=306261, #relaxed=294, #hardened=0
235.15/235.24	c BCD2: #sat=1 #unsat=293 bias=293/294
235.15/235.25	c Solving starts ...
235.15/235.25	c ============================[ Search Statistics ]============================
235.15/235.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
235.15/235.25	c       |         |          |          |    Limit     GC | Var      | Constra 
235.15/235.25	c =============================================================================
235.15/235.25	c  0.0s |       0 |        0 |        0 |   322704      0 |      375 |      375
235.66/235.70	c  0.4s |       0 |       13 |        1 |   322704      0 |      375 |      376
235.66/235.70	c #cpu_time = 0.445s
235.66/235.70	c #wall_clock_time = 0.447s
235.66/235.70	c #decision = 13
235.66/235.70	c #random_decision = 0
235.66/235.70	c #conflict = 1
235.66/235.70	c #restart = 0
235.66/235.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 99: cost of the new core is >=100352
235.66/235.70	c BCD2: refineLB: 100349 -> 100352
235.66/235.70	c lower bound updated to -174596949
235.86/235.92	c BCD2: 300032 <= obj <= 174896980
235.86/235.92	c BCD2: #cores=12, #unrelaxed=306260, #relaxed=295, #hardened=0
235.86/235.92	c BCD2: #sat=1 #unsat=294 bias=294/295
235.86/235.93	c Solving starts ...
235.86/235.93	c ============================[ Search Statistics ]============================
235.86/235.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
235.86/235.93	c       |         |          |          |    Limit     GC | Var      | Constra 
235.86/235.93	c =============================================================================
235.86/235.93	c  0.0s |       0 |        0 |        0 |   322704      0 |      376 |      376
236.26/236.38	c  0.5s |       0 |       13 |        1 |   322704      0 |      376 |      377
236.26/236.38	c #cpu_time = 0.451s
236.26/236.38	c #wall_clock_time = 0.452s
236.26/236.38	c #decision = 13
236.26/236.38	c #random_decision = 0
236.26/236.38	c #conflict = 1
236.26/236.38	c #restart = 0
236.26/236.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 100: cost of the new core is >=101376
236.26/236.38	c BCD2: refineLB: 101373 -> 101376
236.26/236.38	c lower bound updated to -174595925
236.46/236.60	c BCD2: 301056 <= obj <= 174896980
236.46/236.60	c BCD2: #cores=12, #unrelaxed=306259, #relaxed=296, #hardened=0
236.46/236.60	c BCD2: #sat=1 #unsat=295 bias=295/296
236.56/236.62	c Solving starts ...
236.56/236.62	c ============================[ Search Statistics ]============================
236.56/236.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
236.56/236.62	c       |         |          |          |    Limit     GC | Var      | Constra 
236.56/236.62	c =============================================================================
236.56/236.62	c  0.0s |       0 |        0 |        0 |   322704      0 |      377 |      377
236.96/237.07	c  0.4s |       0 |       13 |        1 |   322704      0 |      377 |      378
236.96/237.07	c #cpu_time = 0.446s
236.96/237.07	c #wall_clock_time = 0.447s
236.96/237.07	c #decision = 13
236.96/237.07	c #random_decision = 0
236.96/237.07	c #conflict = 1
236.96/237.07	c #restart = 0
236.96/237.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 101: cost of the new core is >=102400
236.96/237.07	c BCD2: refineLB: 102397 -> 102400
236.96/237.07	c lower bound updated to -174594901
238.05/238.12	c BCD2: 302080 <= obj <= 174896980
238.05/238.12	c BCD2: #cores=12, #unrelaxed=306258, #relaxed=297, #hardened=0
238.05/238.12	c BCD2: #sat=1 #unsat=296 bias=296/297
238.05/238.13	c Solving starts ...
238.05/238.13	c ============================[ Search Statistics ]============================
238.05/238.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
238.05/238.13	c       |         |          |          |    Limit     GC | Var      | Constra 
238.05/238.13	c =============================================================================
238.05/238.13	c  0.0s |       0 |        0 |        0 |   322704      0 |      378 |      378
238.45/238.57	c  0.4s |       0 |       13 |        1 |   322704      0 |      378 |      379
238.45/238.57	c #cpu_time = 0.440s
238.45/238.57	c #wall_clock_time = 0.441s
238.45/238.57	c #decision = 13
238.45/238.57	c #random_decision = 0
238.45/238.57	c #conflict = 1
238.45/238.57	c #restart = 0
238.45/238.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 102: cost of the new core is >=103424
238.45/238.57	c BCD2: refineLB: 103421 -> 103424
238.45/238.57	c lower bound updated to -174593877
238.65/238.73	c BCD2: 303104 <= obj <= 174896980
238.65/238.74	c BCD2: #cores=12, #unrelaxed=306257, #relaxed=298, #hardened=0
238.65/238.74	c BCD2: #sat=1 #unsat=297 bias=297/298
238.65/238.74	c Solving starts ...
238.65/238.74	c ============================[ Search Statistics ]============================
238.65/238.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
238.65/238.74	c       |         |          |          |    Limit     GC | Var      | Constra 
238.65/238.74	c =============================================================================
238.65/238.74	c  0.0s |       0 |        0 |        0 |   322704      0 |      379 |      379
239.05/239.19	c  0.4s |       0 |       13 |        1 |   322704      0 |      379 |      380
239.05/239.19	c #cpu_time = 0.448s
239.05/239.19	c #wall_clock_time = 0.449s
239.05/239.19	c #decision = 13
239.05/239.19	c #random_decision = 0
239.05/239.19	c #conflict = 1
239.05/239.19	c #restart = 0
239.05/239.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 103: cost of the new core is >=104448
239.05/239.19	c BCD2: refineLB: 104445 -> 104448
239.05/239.19	c lower bound updated to -174592853
239.25/239.34	c BCD2: 304128 <= obj <= 174896980
239.25/239.34	c BCD2: #cores=12, #unrelaxed=306256, #relaxed=299, #hardened=0
239.25/239.34	c BCD2: #sat=1 #unsat=298 bias=298/299
239.25/239.35	c Solving starts ...
239.25/239.35	c ============================[ Search Statistics ]============================
239.25/239.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
239.25/239.35	c       |         |          |          |    Limit     GC | Var      | Constra 
239.25/239.35	c =============================================================================
239.25/239.35	c  0.0s |       0 |        0 |        0 |   322704      0 |      380 |      380
239.65/239.79	c  0.4s |       0 |       13 |        1 |   322704      0 |      380 |      381
239.65/239.79	c #cpu_time = 0.437s
239.65/239.79	c #wall_clock_time = 0.438s
239.65/239.79	c #decision = 13
239.65/239.79	c #random_decision = 0
239.65/239.79	c #conflict = 1
239.65/239.79	c #restart = 0
239.65/239.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 104: cost of the new core is >=105472
239.65/239.79	c BCD2: refineLB: 105469 -> 105472
239.65/239.79	c lower bound updated to -174591829
239.86/239.96	c BCD2: 305152 <= obj <= 174896980
239.86/239.96	c BCD2: #cores=12, #unrelaxed=306255, #relaxed=300, #hardened=0
239.86/239.96	c BCD2: #sat=1 #unsat=299 bias=299/300
239.86/239.96	c Solving starts ...
239.86/239.96	c ============================[ Search Statistics ]============================
239.86/239.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
239.86/239.96	c       |         |          |          |    Limit     GC | Var      | Constra 
239.86/239.96	c =============================================================================
239.86/239.96	c  0.0s |       0 |        0 |        0 |   322704      0 |      381 |      381
240.35/240.41	c  0.4s |       0 |       13 |        1 |   322704      0 |      381 |      382
240.35/240.41	c #cpu_time = 0.448s
240.35/240.41	c #wall_clock_time = 0.449s
240.35/240.41	c #decision = 13
240.35/240.41	c #random_decision = 0
240.35/240.41	c #conflict = 1
240.35/240.41	c #restart = 0
240.35/240.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 105: cost of the new core is >=106496
240.35/240.41	c BCD2: refineLB: 106493 -> 106496
240.35/240.41	c lower bound updated to -174590805
240.45/240.56	c BCD2: 306176 <= obj <= 174896980
240.45/240.56	c BCD2: #cores=12, #unrelaxed=306254, #relaxed=301, #hardened=0
240.45/240.56	c BCD2: #sat=1 #unsat=300 bias=300/301
240.45/240.57	c Solving starts ...
240.45/240.57	c ============================[ Search Statistics ]============================
240.45/240.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
240.45/240.57	c       |         |          |          |    Limit     GC | Var      | Constra 
240.45/240.57	c =============================================================================
240.45/240.57	c  0.0s |       0 |        0 |        0 |   322704      0 |      382 |      382
240.96/241.01	c  0.4s |       0 |       13 |        1 |   322704      0 |      382 |      383
240.96/241.01	c #cpu_time = 0.442s
240.96/241.01	c #wall_clock_time = 0.443s
240.96/241.01	c #decision = 13
240.96/241.01	c #random_decision = 0
240.96/241.01	c #conflict = 1
240.96/241.01	c #restart = 0
240.96/241.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 106: cost of the new core is >=107520
240.96/241.01	c BCD2: refineLB: 107517 -> 107520
240.96/241.01	c lower bound updated to -174589781
241.06/241.18	c BCD2: 307200 <= obj <= 174896980
241.06/241.18	c BCD2: #cores=12, #unrelaxed=306253, #relaxed=302, #hardened=0
241.06/241.18	c BCD2: #sat=1 #unsat=301 bias=301/302
241.06/241.18	c Solving starts ...
241.06/241.18	c ============================[ Search Statistics ]============================
241.06/241.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
241.06/241.18	c       |         |          |          |    Limit     GC | Var      | Constra 
241.06/241.18	c =============================================================================
241.06/241.18	c  0.0s |       0 |        0 |        0 |   322704      0 |      383 |      383
241.55/241.63	c  0.4s |       0 |       13 |        1 |   322704      0 |      383 |      384
241.55/241.63	c #cpu_time = 0.448s
241.55/241.63	c #wall_clock_time = 0.450s
241.55/241.63	c #decision = 13
241.55/241.63	c #random_decision = 0
241.55/241.63	c #conflict = 1
241.55/241.63	c #restart = 0
241.55/241.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 107: cost of the new core is >=108544
241.55/241.63	c BCD2: refineLB: 108541 -> 108544
241.55/241.63	c lower bound updated to -174588757
241.65/241.79	c BCD2: 308224 <= obj <= 174896980
241.65/241.79	c BCD2: #cores=12, #unrelaxed=306252, #relaxed=303, #hardened=0
241.65/241.79	c BCD2: #sat=1 #unsat=302 bias=302/303
241.65/241.79	c Solving starts ...
241.65/241.79	c ============================[ Search Statistics ]============================
241.65/241.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
241.65/241.79	c       |         |          |          |    Limit     GC | Var      | Constra 
241.65/241.79	c =============================================================================
241.65/241.79	c  0.0s |       0 |        0 |        0 |   322704      0 |      384 |      384
242.16/242.24	c  0.5s |       0 |       13 |        1 |   322704      0 |      384 |      385
242.16/242.24	c #cpu_time = 0.450s
242.16/242.24	c #wall_clock_time = 0.451s
242.16/242.24	c #decision = 13
242.16/242.24	c #random_decision = 0
242.16/242.24	c #conflict = 1
242.16/242.24	c #restart = 0
242.16/242.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 108: cost of the new core is >=109568
242.16/242.24	c BCD2: refineLB: 109565 -> 109568
242.16/242.24	c lower bound updated to -174587733
242.35/242.44	c BCD2: 309248 <= obj <= 174896980
242.35/242.44	c BCD2: #cores=12, #unrelaxed=306251, #relaxed=304, #hardened=0
242.35/242.44	c BCD2: #sat=1 #unsat=303 bias=303/304
242.35/242.45	c Solving starts ...
242.35/242.45	c ============================[ Search Statistics ]============================
242.35/242.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
242.35/242.45	c       |         |          |          |    Limit     GC | Var      | Constra 
242.35/242.45	c =============================================================================
242.35/242.45	c  0.0s |       0 |        0 |        0 |   322704      0 |      385 |      385
242.85/242.90	c  0.4s |       0 |       13 |        1 |   322704      0 |      385 |      386
242.85/242.90	c #cpu_time = 0.448s
242.85/242.90	c #wall_clock_time = 0.450s
242.85/242.90	c #decision = 13
242.85/242.90	c #random_decision = 0
242.85/242.90	c #conflict = 1
242.85/242.90	c #restart = 0
242.85/242.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 109: cost of the new core is >=110592
242.85/242.90	c BCD2: refineLB: 110589 -> 110592
242.85/242.90	c lower bound updated to -174586709
242.95/243.09	c BCD2: 310272 <= obj <= 174896980
242.95/243.09	c BCD2: #cores=12, #unrelaxed=306250, #relaxed=305, #hardened=0
242.95/243.09	c BCD2: #sat=1 #unsat=304 bias=304/305
243.05/243.11	c Solving starts ...
243.05/243.11	c ============================[ Search Statistics ]============================
243.05/243.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
243.05/243.11	c       |         |          |          |    Limit     GC | Var      | Constra 
243.05/243.11	c =============================================================================
243.05/243.11	c  0.0s |       0 |        0 |        0 |   322704      0 |      386 |      386
243.45/243.56	c  0.5s |       0 |       13 |        1 |   322704      0 |      386 |      387
243.45/243.56	c #cpu_time = 0.452s
243.45/243.56	c #wall_clock_time = 0.453s
243.45/243.56	c #decision = 13
243.45/243.56	c #random_decision = 0
243.45/243.56	c #conflict = 1
243.45/243.56	c #restart = 0
243.45/243.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 110: cost of the new core is >=111616
243.45/243.56	c BCD2: refineLB: 111613 -> 111616
243.45/243.56	c lower bound updated to -174585685
243.65/243.76	c BCD2: 311296 <= obj <= 174896980
243.65/243.76	c BCD2: #cores=12, #unrelaxed=306249, #relaxed=306, #hardened=0
243.65/243.76	c BCD2: #sat=1 #unsat=305 bias=305/306
243.65/243.77	c Solving starts ...
243.65/243.77	c ============================[ Search Statistics ]============================
243.65/243.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
243.65/243.77	c       |         |          |          |    Limit     GC | Var      | Constra 
243.65/243.77	c =============================================================================
243.65/243.77	c  0.0s |       0 |        0 |        0 |   322704      0 |      387 |      387
245.05/245.13	c  1.4s |       0 |       13 |        1 |   322704      0 |      387 |      388
245.05/245.13	c #cpu_time = 1.353s
245.05/245.13	c #wall_clock_time = 1.357s
245.05/245.13	c #decision = 13
245.05/245.13	c #random_decision = 0
245.05/245.13	c #conflict = 1
245.05/245.13	c #restart = 0
245.05/245.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 111: cost of the new core is >=112640
245.05/245.13	c BCD2: refineLB: 112637 -> 112640
245.05/245.13	c lower bound updated to -174584661
245.15/245.30	c BCD2: 312320 <= obj <= 174896980
245.25/245.30	c BCD2: #cores=12, #unrelaxed=306248, #relaxed=307, #hardened=0
245.25/245.30	c BCD2: #sat=1 #unsat=306 bias=306/307
245.25/245.30	c Solving starts ...
245.25/245.30	c ============================[ Search Statistics ]============================
245.25/245.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
245.25/245.30	c       |         |          |          |    Limit     GC | Var      | Constra 
245.25/245.30	c =============================================================================
245.25/245.30	c  0.0s |       0 |        0 |        0 |   322704      0 |      388 |      388
245.65/245.75	c  0.4s |       0 |       13 |        1 |   322704      0 |      388 |      389
245.65/245.75	c #cpu_time = 0.446s
245.65/245.75	c #wall_clock_time = 0.447s
245.65/245.75	c #decision = 13
245.65/245.75	c #random_decision = 0
245.65/245.75	c #conflict = 1
245.65/245.75	c #restart = 0
245.65/245.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 112: cost of the new core is >=113664
245.65/245.75	c BCD2: refineLB: 113661 -> 113664
245.65/245.75	c lower bound updated to -174583637
245.85/245.93	c BCD2: 313344 <= obj <= 174896980
245.85/245.93	c BCD2: #cores=12, #unrelaxed=306247, #relaxed=308, #hardened=0
245.85/245.93	c BCD2: #sat=1 #unsat=307 bias=307/308
245.85/245.94	c Solving starts ...
245.85/245.94	c ============================[ Search Statistics ]============================
245.85/245.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
245.85/245.94	c       |         |          |          |    Limit     GC | Var      | Constra 
245.85/245.94	c =============================================================================
245.85/245.94	c  0.0s |       0 |        0 |        0 |   322704      0 |      389 |      389
246.25/246.39	c  0.5s |       0 |       13 |        1 |   322704      0 |      389 |      390
246.25/246.39	c #cpu_time = 0.452s
246.25/246.39	c #wall_clock_time = 0.453s
246.25/246.39	c #decision = 13
246.25/246.39	c #random_decision = 0
246.25/246.39	c #conflict = 1
246.25/246.39	c #restart = 0
246.25/246.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 113: cost of the new core is >=114688
246.25/246.39	c BCD2: refineLB: 114685 -> 114688
246.25/246.39	c lower bound updated to -174582613
246.46/246.56	c BCD2: 314368 <= obj <= 174896980
246.46/246.56	c BCD2: #cores=12, #unrelaxed=306246, #relaxed=309, #hardened=0
246.46/246.56	c BCD2: #sat=1 #unsat=308 bias=308/309
246.46/246.57	c Solving starts ...
246.46/246.57	c ============================[ Search Statistics ]============================
246.46/246.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
246.46/246.57	c       |         |          |          |    Limit     GC | Var      | Constra 
246.46/246.57	c =============================================================================
246.46/246.57	c  0.0s |       0 |        0 |        0 |   322704      0 |      390 |      390
246.95/247.01	c  0.4s |       0 |       13 |        1 |   322704      0 |      390 |      391
246.95/247.01	c #cpu_time = 0.438s
246.95/247.01	c #wall_clock_time = 0.439s
246.95/247.01	c #decision = 13
246.95/247.01	c #random_decision = 0
246.95/247.01	c #conflict = 1
246.95/247.01	c #restart = 0
246.95/247.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 114: cost of the new core is >=115712
246.95/247.01	c BCD2: refineLB: 115709 -> 115712
246.95/247.01	c lower bound updated to -174581589
247.05/247.19	c BCD2: 315392 <= obj <= 174896980
247.05/247.19	c BCD2: #cores=12, #unrelaxed=306245, #relaxed=310, #hardened=0
247.05/247.19	c BCD2: #sat=1 #unsat=309 bias=309/310
247.15/247.20	c Solving starts ...
247.15/247.20	c ============================[ Search Statistics ]============================
247.15/247.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
247.15/247.20	c       |         |          |          |    Limit     GC | Var      | Constra 
247.15/247.20	c =============================================================================
247.15/247.20	c  0.0s |       0 |        0 |        0 |   322704      0 |      391 |      391
247.56/247.66	c  0.5s |       0 |       13 |        1 |   322704      0 |      391 |      392
247.56/247.66	c #cpu_time = 0.453s
247.56/247.66	c #wall_clock_time = 0.454s
247.56/247.66	c #decision = 13
247.56/247.66	c #random_decision = 0
247.56/247.66	c #conflict = 1
247.56/247.66	c #restart = 0
247.56/247.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 115: cost of the new core is >=116736
247.56/247.66	c BCD2: refineLB: 116733 -> 116736
247.56/247.66	c lower bound updated to -174580565
247.75/247.82	c BCD2: 316416 <= obj <= 174896980
247.75/247.82	c BCD2: #cores=12, #unrelaxed=306244, #relaxed=311, #hardened=0
247.75/247.82	c BCD2: #sat=1 #unsat=310 bias=310/311
247.75/247.83	c Solving starts ...
247.75/247.83	c ============================[ Search Statistics ]============================
247.75/247.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
247.75/247.83	c       |         |          |          |    Limit     GC | Var      | Constra 
247.75/247.83	c =============================================================================
247.75/247.83	c  0.0s |       0 |        0 |        0 |   322704      0 |      392 |      392
248.15/248.28	c  0.4s |       0 |       13 |        1 |   322704      0 |      392 |      393
248.15/248.28	c #cpu_time = 0.448s
248.15/248.28	c #wall_clock_time = 0.449s
248.15/248.28	c #decision = 13
248.15/248.28	c #random_decision = 0
248.15/248.28	c #conflict = 1
248.15/248.28	c #restart = 0
248.15/248.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 116: cost of the new core is >=117760
248.15/248.28	c BCD2: refineLB: 117757 -> 117760
248.15/248.28	c lower bound updated to -174579541
248.35/248.46	c BCD2: 317440 <= obj <= 174896980
248.35/248.46	c BCD2: #cores=12, #unrelaxed=306243, #relaxed=312, #hardened=0
248.35/248.46	c BCD2: #sat=1 #unsat=311 bias=311/312
248.35/248.46	c Solving starts ...
248.35/248.46	c ============================[ Search Statistics ]============================
248.35/248.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
248.35/248.46	c       |         |          |          |    Limit     GC | Var      | Constra 
248.35/248.46	c =============================================================================
248.35/248.46	c  0.0s |       0 |        0 |        0 |   322704      0 |      393 |      393
248.85/248.92	c  0.5s |       0 |       13 |        1 |   322704      0 |      393 |      394
248.85/248.92	c #cpu_time = 0.453s
248.85/248.92	c #wall_clock_time = 0.454s
248.85/248.92	c #decision = 13
248.85/248.92	c #random_decision = 0
248.85/248.92	c #conflict = 1
248.85/248.92	c #restart = 0
248.85/248.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 117: cost of the new core is >=118784
248.85/248.92	c BCD2: refineLB: 118781 -> 118784
248.85/248.92	c lower bound updated to -174578517
248.95/249.08	c BCD2: 318464 <= obj <= 174896980
248.95/249.08	c BCD2: #cores=12, #unrelaxed=306242, #relaxed=313, #hardened=0
248.95/249.08	c BCD2: #sat=1 #unsat=312 bias=312/313
248.95/249.09	c Solving starts ...
248.95/249.09	c ============================[ Search Statistics ]============================
248.95/249.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
248.95/249.09	c       |         |          |          |    Limit     GC | Var      | Constra 
248.95/249.09	c =============================================================================
248.95/249.09	c  0.0s |       0 |        0 |        0 |   322704      0 |      394 |      394
249.45/249.55	c  0.5s |       0 |       13 |        1 |   322704      0 |      394 |      395
249.45/249.55	c #cpu_time = 0.453s
249.45/249.55	c #wall_clock_time = 0.454s
249.45/249.55	c #decision = 13
249.45/249.55	c #random_decision = 0
249.45/249.55	c #conflict = 1
249.45/249.55	c #restart = 0
249.45/249.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 118: cost of the new core is >=119808
249.45/249.55	c BCD2: refineLB: 119805 -> 119808
249.45/249.55	c lower bound updated to -174577493
249.66/249.75	c BCD2: 319488 <= obj <= 174896980
249.66/249.75	c BCD2: #cores=12, #unrelaxed=306241, #relaxed=314, #hardened=0
249.66/249.75	c BCD2: #sat=1 #unsat=313 bias=313/314
249.66/249.77	c Solving starts ...
249.66/249.77	c ============================[ Search Statistics ]============================
249.66/249.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
249.66/249.77	c       |         |          |          |    Limit     GC | Var      | Constra 
249.66/249.77	c =============================================================================
249.66/249.77	c  0.0s |       0 |        0 |        0 |   322704      0 |      395 |      395
250.15/250.22	c  0.5s |       0 |       13 |        1 |   322704      0 |      395 |      396
250.15/250.22	c #cpu_time = 0.452s
250.15/250.22	c #wall_clock_time = 0.454s
250.15/250.22	c #decision = 13
250.15/250.22	c #random_decision = 0
250.15/250.22	c #conflict = 1
250.15/250.22	c #restart = 0
250.15/250.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 119: cost of the new core is >=120832
250.15/250.22	c BCD2: refineLB: 120829 -> 120832
250.15/250.22	c lower bound updated to -174576469
250.35/250.43	c BCD2: 320512 <= obj <= 174896980
250.35/250.43	c BCD2: #cores=12, #unrelaxed=306240, #relaxed=315, #hardened=0
250.35/250.43	c BCD2: #sat=1 #unsat=314 bias=314/315
250.35/250.45	c Solving starts ...
250.35/250.45	c ============================[ Search Statistics ]============================
250.35/250.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
250.35/250.45	c       |         |          |          |    Limit     GC | Var      | Constra 
250.35/250.45	c =============================================================================
250.35/250.45	c  0.0s |       0 |        0 |        0 |   322704      0 |      396 |      396
250.86/250.90	c  0.5s |       0 |       13 |        1 |   322704      0 |      396 |      397
250.86/250.90	c #cpu_time = 0.455s
250.86/250.90	c #wall_clock_time = 0.456s
250.86/250.90	c #decision = 13
250.86/250.90	c #random_decision = 0
250.86/250.90	c #conflict = 1
250.86/250.90	c #restart = 0
250.86/250.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 120: cost of the new core is >=121856
250.86/250.90	c BCD2: refineLB: 121853 -> 121856
250.86/250.90	c lower bound updated to -174575445
251.05/251.11	c BCD2: 321536 <= obj <= 174896980
251.05/251.11	c BCD2: #cores=12, #unrelaxed=306239, #relaxed=316, #hardened=0
251.05/251.11	c BCD2: #sat=1 #unsat=315 bias=315/316
251.05/251.13	c Solving starts ...
251.05/251.13	c ============================[ Search Statistics ]============================
251.05/251.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
251.05/251.13	c       |         |          |          |    Limit     GC | Var      | Constra 
251.05/251.13	c =============================================================================
251.05/251.13	c  0.0s |       0 |        0 |        0 |   322704      0 |      397 |      397
252.35/252.49	c  1.4s |       0 |       13 |        1 |   322704      0 |      397 |      398
252.35/252.49	c #cpu_time = 1.357s
252.35/252.49	c #wall_clock_time = 1.360s
252.35/252.49	c #decision = 13
252.35/252.49	c #random_decision = 0
252.35/252.49	c #conflict = 1
252.35/252.49	c #restart = 0
252.35/252.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 121: cost of the new core is >=122880
252.35/252.49	c BCD2: refineLB: 122877 -> 122880
252.35/252.49	c lower bound updated to -174574421
252.55/252.65	c BCD2: 322560 <= obj <= 174896980
252.55/252.65	c BCD2: #cores=12, #unrelaxed=306238, #relaxed=317, #hardened=0
252.55/252.65	c BCD2: #sat=1 #unsat=316 bias=316/317
252.55/252.65	c Solving starts ...
252.55/252.65	c ============================[ Search Statistics ]============================
252.55/252.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
252.55/252.65	c       |         |          |          |    Limit     GC | Var      | Constra 
252.55/252.65	c =============================================================================
252.55/252.65	c  0.0s |       0 |        0 |        0 |   322704      0 |      398 |      398
252.95/253.10	c  0.4s |       0 |       13 |        1 |   322704      0 |      398 |      399
252.95/253.10	c #cpu_time = 0.444s
252.95/253.10	c #wall_clock_time = 0.445s
252.95/253.10	c #decision = 13
252.95/253.10	c #random_decision = 0
252.95/253.10	c #conflict = 1
252.95/253.10	c #restart = 0
252.95/253.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 122: cost of the new core is >=123904
252.95/253.10	c BCD2: refineLB: 123901 -> 123904
252.95/253.10	c lower bound updated to -174573397
253.16/253.27	c BCD2: 323584 <= obj <= 174896980
253.16/253.27	c BCD2: #cores=12, #unrelaxed=306237, #relaxed=318, #hardened=0
253.16/253.27	c BCD2: #sat=1 #unsat=317 bias=317/318
253.16/253.28	c Solving starts ...
253.16/253.28	c ============================[ Search Statistics ]============================
253.16/253.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
253.16/253.28	c       |         |          |          |    Limit     GC | Var      | Constra 
253.16/253.28	c =============================================================================
253.16/253.28	c  0.0s |       0 |        0 |        0 |   322704      0 |      399 |      399
253.65/253.73	c  0.5s |       0 |       13 |        1 |   322704      0 |      399 |      400
253.65/253.73	c #cpu_time = 0.449s
253.65/253.73	c #wall_clock_time = 0.450s
253.65/253.73	c #decision = 13
253.65/253.73	c #random_decision = 0
253.65/253.73	c #conflict = 1
253.65/253.73	c #restart = 0
253.65/253.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 123: cost of the new core is >=124928
253.65/253.73	c BCD2: refineLB: 124925 -> 124928
253.65/253.73	c lower bound updated to -174572373
253.75/253.89	c BCD2: 324608 <= obj <= 174896980
253.75/253.89	c BCD2: #cores=12, #unrelaxed=306236, #relaxed=319, #hardened=0
253.75/253.89	c BCD2: #sat=1 #unsat=318 bias=318/319
253.75/253.89	c Solving starts ...
253.75/253.89	c ============================[ Search Statistics ]============================
253.75/253.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
253.75/253.89	c       |         |          |          |    Limit     GC | Var      | Constra 
253.75/253.89	c =============================================================================
253.75/253.89	c  0.0s |       0 |        0 |        0 |   322704      0 |      400 |      400
254.26/254.33	c  0.4s |       0 |       13 |        1 |   322704      0 |      400 |      401
254.26/254.33	c #cpu_time = 0.434s
254.26/254.33	c #wall_clock_time = 0.435s
254.26/254.33	c #decision = 13
254.26/254.33	c #random_decision = 0
254.26/254.33	c #conflict = 1
254.26/254.33	c #restart = 0
254.26/254.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 124: cost of the new core is >=125952
254.26/254.33	c BCD2: refineLB: 125949 -> 125952
254.26/254.33	c lower bound updated to -174571349
254.45/254.50	c BCD2: 325632 <= obj <= 174896980
254.45/254.51	c BCD2: #cores=12, #unrelaxed=306235, #relaxed=320, #hardened=0
254.45/254.51	c BCD2: #sat=1 #unsat=319 bias=319/320
254.45/254.51	c Solving starts ...
254.45/254.51	c ============================[ Search Statistics ]============================
254.45/254.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
254.45/254.51	c       |         |          |          |    Limit     GC | Var      | Constra 
254.45/254.51	c =============================================================================
254.45/254.51	c  0.0s |       0 |        0 |        0 |   322704      0 |      401 |      401
254.85/254.96	c  0.4s |       0 |       13 |        1 |   322704      0 |      401 |      402
254.85/254.96	c #cpu_time = 0.448s
254.85/254.96	c #wall_clock_time = 0.449s
254.85/254.96	c #decision = 13
254.85/254.96	c #random_decision = 0
254.85/254.96	c #conflict = 1
254.85/254.96	c #restart = 0
254.85/254.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 125: cost of the new core is >=126976
254.85/254.96	c BCD2: refineLB: 126973 -> 126976
254.85/254.96	c lower bound updated to -174570325
255.05/255.12	c BCD2: 326656 <= obj <= 174896980
255.05/255.12	c BCD2: #cores=12, #unrelaxed=306234, #relaxed=321, #hardened=0
255.05/255.12	c BCD2: #sat=1 #unsat=320 bias=320/321
255.05/255.13	c Solving starts ...
255.05/255.13	c ============================[ Search Statistics ]============================
255.05/255.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
255.05/255.13	c       |         |          |          |    Limit     GC | Var      | Constra 
255.05/255.13	c =============================================================================
255.05/255.13	c  0.0s |       0 |        0 |        0 |   322704      0 |      402 |      402
255.45/255.57	c  0.4s |       0 |       13 |        1 |   322704      0 |      402 |      403
255.45/255.57	c #cpu_time = 0.443s
255.45/255.57	c #wall_clock_time = 0.445s
255.45/255.57	c #decision = 13
255.45/255.57	c #random_decision = 0
255.45/255.57	c #conflict = 1
255.45/255.57	c #restart = 0
255.45/255.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 126: cost of the new core is >=128000
255.45/255.57	c BCD2: refineLB: 127997 -> 128000
255.45/255.57	c lower bound updated to -174569301
255.65/255.74	c BCD2: 327680 <= obj <= 174896980
255.65/255.74	c BCD2: #cores=12, #unrelaxed=306233, #relaxed=322, #hardened=0
255.65/255.74	c BCD2: #sat=1 #unsat=321 bias=321/322
255.65/255.74	c Solving starts ...
255.65/255.74	c ============================[ Search Statistics ]============================
255.65/255.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
255.65/255.74	c       |         |          |          |    Limit     GC | Var      | Constra 
255.65/255.74	c =============================================================================
255.65/255.74	c  0.0s |       0 |        0 |        0 |   322704      0 |      403 |      403
256.05/256.19	c  0.4s |       0 |       13 |        1 |   322704      0 |      403 |      404
256.05/256.19	c #cpu_time = 0.449s
256.05/256.19	c #wall_clock_time = 0.450s
256.05/256.19	c #decision = 13
256.05/256.19	c #random_decision = 0
256.05/256.19	c #conflict = 1
256.05/256.19	c #restart = 0
256.05/256.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 127: cost of the new core is >=129024
256.05/256.19	c BCD2: refineLB: 129021 -> 129024
256.05/256.19	c lower bound updated to -174568277
256.25/256.35	c BCD2: 328704 <= obj <= 174896980
256.25/256.35	c BCD2: #cores=12, #unrelaxed=306232, #relaxed=323, #hardened=0
256.25/256.35	c BCD2: #sat=1 #unsat=322 bias=322/323
256.25/256.36	c Solving starts ...
256.25/256.36	c ============================[ Search Statistics ]============================
256.25/256.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
256.25/256.36	c       |         |          |          |    Limit     GC | Var      | Constra 
256.25/256.36	c =============================================================================
256.25/256.36	c  0.0s |       0 |        0 |        0 |   322704      0 |      404 |      404
256.75/256.81	c  0.5s |       0 |       13 |        1 |   322704      0 |      404 |      405
256.75/256.81	c #cpu_time = 0.452s
256.75/256.81	c #wall_clock_time = 0.453s
256.75/256.81	c #decision = 13
256.75/256.81	c #random_decision = 0
256.75/256.81	c #conflict = 1
256.75/256.81	c #restart = 0
256.75/256.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 128: cost of the new core is >=130048
256.75/256.81	c BCD2: refineLB: 130045 -> 130048
256.75/256.81	c lower bound updated to -174567253
256.95/257.01	c BCD2: 329728 <= obj <= 174896980
256.95/257.01	c BCD2: #cores=12, #unrelaxed=306231, #relaxed=324, #hardened=0
256.95/257.01	c BCD2: #sat=1 #unsat=323 bias=323/324
256.95/257.02	c Solving starts ...
256.95/257.02	c ============================[ Search Statistics ]============================
256.95/257.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
256.95/257.02	c       |         |          |          |    Limit     GC | Var      | Constra 
256.95/257.02	c =============================================================================
256.95/257.02	c  0.0s |       0 |        0 |        0 |   322704      0 |      405 |      405
257.35/257.47	c  0.4s |       0 |       13 |        1 |   322704      0 |      405 |      406
257.35/257.47	c #cpu_time = 0.449s
257.35/257.47	c #wall_clock_time = 0.450s
257.35/257.47	c #decision = 13
257.35/257.47	c #random_decision = 0
257.35/257.47	c #conflict = 1
257.35/257.47	c #restart = 0
257.35/257.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 129: cost of the new core is >=131072
257.35/257.47	c BCD2: refineLB: 131069 -> 131072
257.35/257.47	c lower bound updated to -174566229
257.56/257.67	c BCD2: 330752 <= obj <= 174896980
257.56/257.67	c BCD2: #cores=12, #unrelaxed=306230, #relaxed=325, #hardened=0
257.56/257.67	c BCD2: #sat=1 #unsat=324 bias=324/325
257.56/257.69	c Solving starts ...
257.56/257.69	c ============================[ Search Statistics ]============================
257.56/257.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
257.56/257.69	c       |         |          |          |    Limit     GC | Var      | Constra 
257.56/257.69	c =============================================================================
257.56/257.69	c  0.0s |       0 |        0 |        0 |   322704      0 |      406 |      406
258.05/258.14	c  0.5s |       0 |       13 |        1 |   322704      0 |      406 |      407
258.05/258.14	c #cpu_time = 0.452s
258.05/258.14	c #wall_clock_time = 0.453s
258.05/258.14	c #decision = 13
258.05/258.14	c #random_decision = 0
258.05/258.14	c #conflict = 1
258.05/258.14	c #restart = 0
258.05/258.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 130: cost of the new core is >=132096
258.05/258.14	c BCD2: refineLB: 132093 -> 132096
258.05/258.14	c lower bound updated to -174565205
258.25/258.34	c BCD2: 331776 <= obj <= 174896980
258.25/258.34	c BCD2: #cores=12, #unrelaxed=306229, #relaxed=326, #hardened=0
258.25/258.34	c BCD2: #sat=1 #unsat=325 bias=325/326
258.25/258.36	c Solving starts ...
258.25/258.36	c ============================[ Search Statistics ]============================
258.25/258.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
258.25/258.36	c       |         |          |          |    Limit     GC | Var      | Constra 
258.25/258.36	c =============================================================================
258.25/258.36	c  0.0s |       0 |        0 |        0 |   322704      0 |      407 |      407
259.55/259.70	c  1.3s |       0 |       13 |        1 |   322704      0 |      407 |      408
259.55/259.70	c #cpu_time = 1.341s
259.55/259.70	c #wall_clock_time = 1.345s
259.55/259.70	c #decision = 13
259.55/259.70	c #random_decision = 0
259.55/259.70	c #conflict = 1
259.55/259.70	c #restart = 0
259.55/259.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 131: cost of the new core is >=133120
259.55/259.70	c BCD2: refineLB: 133117 -> 133120
259.55/259.70	c lower bound updated to -174564181
259.76/259.84	c BCD2: 332800 <= obj <= 174896980
259.76/259.84	c BCD2: #cores=12, #unrelaxed=306228, #relaxed=327, #hardened=0
259.76/259.84	c BCD2: #sat=1 #unsat=326 bias=326/327
259.76/259.85	c Solving starts ...
259.76/259.85	c ============================[ Search Statistics ]============================
259.76/259.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
259.76/259.85	c       |         |          |          |    Limit     GC | Var      | Constra 
259.76/259.85	c =============================================================================
259.76/259.85	c  0.0s |       0 |        0 |        0 |   322704      0 |      408 |      408
260.15/260.29	c  0.4s |       0 |       13 |        1 |   322704      0 |      408 |      409
260.15/260.29	c #cpu_time = 0.441s
260.15/260.29	c #wall_clock_time = 0.442s
260.15/260.29	c #decision = 13
260.15/260.29	c #random_decision = 0
260.15/260.29	c #conflict = 1
260.15/260.29	c #restart = 0
260.15/260.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 132: cost of the new core is >=134144
260.15/260.29	c BCD2: refineLB: 134141 -> 134144
260.15/260.29	c lower bound updated to -174563157
260.35/260.45	c BCD2: 333824 <= obj <= 174896980
260.35/260.45	c BCD2: #cores=12, #unrelaxed=306227, #relaxed=328, #hardened=0
260.35/260.45	c BCD2: #sat=1 #unsat=327 bias=327/328
260.35/260.46	c Solving starts ...
260.35/260.46	c ============================[ Search Statistics ]============================
260.35/260.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
260.35/260.46	c       |         |          |          |    Limit     GC | Var      | Constra 
260.35/260.46	c =============================================================================
260.35/260.46	c  0.0s |       0 |        0 |        0 |   322704      0 |      409 |      409
260.86/260.91	c  0.4s |       0 |       13 |        1 |   322704      0 |      409 |      410
260.86/260.91	c #cpu_time = 0.448s
260.86/260.91	c #wall_clock_time = 0.450s
260.86/260.91	c #decision = 13
260.86/260.91	c #random_decision = 0
260.86/260.91	c #conflict = 1
260.86/260.91	c #restart = 0
260.86/260.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 133: cost of the new core is >=135168
260.86/260.91	c BCD2: refineLB: 135165 -> 135168
260.86/260.91	c lower bound updated to -174562133
260.95/261.05	c BCD2: 334848 <= obj <= 174896980
260.95/261.05	c BCD2: #cores=12, #unrelaxed=306226, #relaxed=329, #hardened=0
260.95/261.05	c BCD2: #sat=1 #unsat=328 bias=328/329
260.95/261.06	c Solving starts ...
260.95/261.06	c ============================[ Search Statistics ]============================
260.95/261.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
260.95/261.06	c       |         |          |          |    Limit     GC | Var      | Constra 
260.95/261.06	c =============================================================================
260.95/261.06	c  0.0s |       0 |        0 |        0 |   322704      0 |      410 |      410
261.35/261.49	c  0.4s |       0 |       13 |        1 |   322704      0 |      410 |      411
261.35/261.49	c #cpu_time = 0.435s
261.35/261.49	c #wall_clock_time = 0.436s
261.35/261.49	c #decision = 13
261.35/261.49	c #random_decision = 0
261.35/261.49	c #conflict = 1
261.35/261.49	c #restart = 0
261.35/261.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 134: cost of the new core is >=136192
261.35/261.49	c BCD2: refineLB: 136189 -> 136192
261.35/261.49	c lower bound updated to -174561109
261.55/261.66	c BCD2: 335872 <= obj <= 174896980
261.55/261.66	c BCD2: #cores=12, #unrelaxed=306225, #relaxed=330, #hardened=0
261.55/261.66	c BCD2: #sat=1 #unsat=329 bias=329/330
261.55/261.66	c Solving starts ...
261.55/261.66	c ============================[ Search Statistics ]============================
261.55/261.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
261.55/261.66	c       |         |          |          |    Limit     GC | Var      | Constra 
261.55/261.66	c =============================================================================
261.55/261.66	c  0.0s |       0 |        0 |        0 |   322704      0 |      411 |      411
262.05/262.11	c  0.5s |       0 |       13 |        1 |   322704      0 |      411 |      412
262.05/262.11	c #cpu_time = 0.449s
262.05/262.11	c #wall_clock_time = 0.450s
262.05/262.11	c #decision = 13
262.05/262.11	c #random_decision = 0
262.05/262.11	c #conflict = 1
262.05/262.11	c #restart = 0
262.05/262.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 135: cost of the new core is >=137216
262.05/262.11	c BCD2: refineLB: 137213 -> 137216
262.05/262.11	c lower bound updated to -174560085
262.15/262.26	c BCD2: 336896 <= obj <= 174896980
262.15/262.26	c BCD2: #cores=12, #unrelaxed=306224, #relaxed=331, #hardened=0
262.15/262.26	c BCD2: #sat=1 #unsat=330 bias=330/331
262.15/262.26	c Solving starts ...
262.15/262.26	c ============================[ Search Statistics ]============================
262.15/262.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
262.15/262.26	c       |         |          |          |    Limit     GC | Var      | Constra 
262.15/262.26	c =============================================================================
262.15/262.26	c  0.0s |       0 |        0 |        0 |   322704      0 |      412 |      412
262.65/262.71	c  0.4s |       0 |       13 |        1 |   322704      0 |      412 |      413
262.65/262.71	c #cpu_time = 0.444s
262.65/262.71	c #wall_clock_time = 0.445s
262.65/262.71	c #decision = 13
262.65/262.71	c #random_decision = 0
262.65/262.71	c #conflict = 1
262.65/262.71	c #restart = 0
262.65/262.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 136: cost of the new core is >=138240
262.65/262.71	c BCD2: refineLB: 138237 -> 138240
262.65/262.71	c lower bound updated to -174559061
262.75/262.86	c BCD2: 337920 <= obj <= 174896980
262.75/262.86	c BCD2: #cores=12, #unrelaxed=306223, #relaxed=332, #hardened=0
262.75/262.86	c BCD2: #sat=1 #unsat=331 bias=331/332
262.75/262.87	c Solving starts ...
262.75/262.87	c ============================[ Search Statistics ]============================
262.75/262.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
262.75/262.87	c       |         |          |          |    Limit     GC | Var      | Constra 
262.75/262.87	c =============================================================================
262.75/262.87	c  0.0s |       0 |        0 |        0 |   322704      0 |      413 |      413
263.25/263.32	c  0.5s |       0 |       13 |        1 |   322704      0 |      413 |      414
263.25/263.32	c #cpu_time = 0.450s
263.25/263.32	c #wall_clock_time = 0.451s
263.25/263.32	c #decision = 13
263.25/263.32	c #random_decision = 0
263.25/263.32	c #conflict = 1
263.25/263.32	c #restart = 0
263.25/263.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 137: cost of the new core is >=139264
263.25/263.32	c BCD2: refineLB: 139261 -> 139264
263.25/263.32	c lower bound updated to -174558037
263.35/263.47	c BCD2: 338944 <= obj <= 174896980
263.35/263.47	c BCD2: #cores=12, #unrelaxed=306222, #relaxed=333, #hardened=0
263.35/263.47	c BCD2: #sat=1 #unsat=332 bias=332/333
263.35/263.48	c Solving starts ...
263.35/263.48	c ============================[ Search Statistics ]============================
263.35/263.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
263.35/263.48	c       |         |          |          |    Limit     GC | Var      | Constra 
263.35/263.48	c =============================================================================
263.35/263.48	c  0.0s |       0 |        0 |        0 |   322704      0 |      414 |      414
263.85/263.93	c  0.5s |       0 |       13 |        1 |   322704      0 |      414 |      415
263.85/263.93	c #cpu_time = 0.451s
263.85/263.93	c #wall_clock_time = 0.452s
263.85/263.93	c #decision = 13
263.85/263.93	c #random_decision = 0
263.85/263.93	c #conflict = 1
263.85/263.93	c #restart = 0
263.85/263.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 138: cost of the new core is >=140288
263.85/263.93	c BCD2: refineLB: 140285 -> 140288
263.85/263.93	c lower bound updated to -174557013
264.06/264.11	c BCD2: 339968 <= obj <= 174896980
264.06/264.11	c BCD2: #cores=12, #unrelaxed=306221, #relaxed=334, #hardened=0
264.06/264.11	c BCD2: #sat=1 #unsat=333 bias=333/334
264.06/264.13	c Solving starts ...
264.06/264.13	c ============================[ Search Statistics ]============================
264.06/264.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
264.06/264.13	c       |         |          |          |    Limit     GC | Var      | Constra 
264.06/264.13	c =============================================================================
264.06/264.13	c  0.0s |       0 |        0 |        0 |   322704      0 |      415 |      415
264.45/264.58	c  0.5s |       0 |       13 |        1 |   322704      0 |      415 |      416
264.45/264.58	c #cpu_time = 0.450s
264.45/264.58	c #wall_clock_time = 0.451s
264.45/264.58	c #decision = 13
264.45/264.58	c #random_decision = 0
264.45/264.58	c #conflict = 1
264.45/264.58	c #restart = 0
264.45/264.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 139: cost of the new core is >=141312
264.45/264.58	c BCD2: refineLB: 141309 -> 141312
264.45/264.58	c lower bound updated to -174555989
264.65/264.76	c BCD2: 340992 <= obj <= 174896980
264.65/264.76	c BCD2: #cores=12, #unrelaxed=306220, #relaxed=335, #hardened=0
264.65/264.76	c BCD2: #sat=1 #unsat=334 bias=334/335
264.65/264.78	c Solving starts ...
264.65/264.78	c ============================[ Search Statistics ]============================
264.65/264.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
264.65/264.78	c       |         |          |          |    Limit     GC | Var      | Constra 
264.65/264.78	c =============================================================================
264.65/264.78	c  0.0s |       0 |        0 |        0 |   322704      0 |      416 |      416
265.15/265.23	c  0.5s |       0 |       13 |        1 |   322704      0 |      416 |      417
265.15/265.23	c #cpu_time = 0.452s
265.15/265.23	c #wall_clock_time = 0.453s
265.15/265.23	c #decision = 13
265.15/265.23	c #random_decision = 0
265.15/265.23	c #conflict = 1
265.15/265.23	c #restart = 0
265.15/265.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 140: cost of the new core is >=142336
265.15/265.23	c BCD2: refineLB: 142333 -> 142336
265.15/265.23	c lower bound updated to -174554965
265.35/265.42	c BCD2: 342016 <= obj <= 174896980
265.35/265.42	c BCD2: #cores=12, #unrelaxed=306219, #relaxed=336, #hardened=0
265.35/265.42	c BCD2: #sat=1 #unsat=335 bias=335/336
265.35/265.44	c Solving starts ...
265.35/265.44	c ============================[ Search Statistics ]============================
265.35/265.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
265.35/265.44	c       |         |          |          |    Limit     GC | Var      | Constra 
265.35/265.44	c =============================================================================
265.35/265.44	c  0.0s |       0 |        0 |        0 |   322704      0 |      417 |      417
266.65/266.76	c  1.3s |       0 |       13 |        1 |   322704      0 |      417 |      418
266.65/266.76	c #cpu_time = 1.317s
266.65/266.76	c #wall_clock_time = 1.321s
266.65/266.76	c #decision = 13
266.65/266.76	c #random_decision = 0
266.65/266.76	c #conflict = 1
266.65/266.76	c #restart = 0
266.65/266.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 141: cost of the new core is >=143360
266.65/266.76	c BCD2: refineLB: 143357 -> 143360
266.65/266.76	c lower bound updated to -174553941
266.85/266.90	c BCD2: 343040 <= obj <= 174896980
266.85/266.90	c BCD2: #cores=12, #unrelaxed=306218, #relaxed=337, #hardened=0
266.85/266.90	c BCD2: #sat=1 #unsat=336 bias=336/337
266.85/266.91	c Solving starts ...
266.85/266.91	c ============================[ Search Statistics ]============================
266.85/266.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
266.85/266.91	c       |         |          |          |    Limit     GC | Var      | Constra 
266.85/266.91	c =============================================================================
266.85/266.91	c  0.0s |       0 |        0 |        0 |   322704      0 |      418 |      418
267.25/267.35	c  0.4s |       0 |       13 |        1 |   322704      0 |      418 |      419
267.25/267.35	c #cpu_time = 0.439s
267.25/267.35	c #wall_clock_time = 0.440s
267.25/267.35	c #decision = 13
267.25/267.35	c #random_decision = 0
267.25/267.35	c #conflict = 1
267.25/267.35	c #restart = 0
267.25/267.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 142: cost of the new core is >=144384
267.25/267.35	c BCD2: refineLB: 144381 -> 144384
267.25/267.35	c lower bound updated to -174552917
267.45/267.50	c BCD2: 344064 <= obj <= 174896980
267.45/267.50	c BCD2: #cores=12, #unrelaxed=306217, #relaxed=338, #hardened=0
267.45/267.50	c BCD2: #sat=1 #unsat=337 bias=337/338
267.45/267.51	c Solving starts ...
267.45/267.51	c ============================[ Search Statistics ]============================
267.45/267.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
267.45/267.51	c       |         |          |          |    Limit     GC | Var      | Constra 
267.45/267.51	c =============================================================================
267.45/267.51	c  0.0s |       0 |        0 |        0 |   322704      0 |      419 |      419
267.85/267.96	c  0.5s |       0 |       13 |        1 |   322704      0 |      419 |      420
267.85/267.96	c #cpu_time = 0.450s
267.85/267.96	c #wall_clock_time = 0.451s
267.85/267.96	c #decision = 13
267.85/267.96	c #random_decision = 0
267.85/267.96	c #conflict = 1
267.85/267.96	c #restart = 0
267.85/267.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 143: cost of the new core is >=145408
267.85/267.96	c BCD2: refineLB: 145405 -> 145408
267.85/267.96	c lower bound updated to -174551893
268.05/268.10	c BCD2: 345088 <= obj <= 174896980
268.05/268.10	c BCD2: #cores=12, #unrelaxed=306216, #relaxed=339, #hardened=0
268.05/268.10	c BCD2: #sat=1 #unsat=338 bias=338/339
268.05/268.11	c Solving starts ...
268.05/268.11	c ============================[ Search Statistics ]============================
268.05/268.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
268.05/268.11	c       |         |          |          |    Limit     GC | Var      | Constra 
268.05/268.11	c =============================================================================
268.05/268.11	c  0.0s |       0 |        0 |        0 |   322704      0 |      420 |      420
268.45/268.55	c  0.4s |       0 |       13 |        1 |   322704      0 |      420 |      421
268.45/268.55	c #cpu_time = 0.436s
268.45/268.55	c #wall_clock_time = 0.437s
268.45/268.55	c #decision = 13
268.45/268.55	c #random_decision = 0
268.45/268.55	c #conflict = 1
268.45/268.55	c #restart = 0
268.45/268.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 144: cost of the new core is >=146432
268.45/268.55	c BCD2: refineLB: 146429 -> 146432
268.45/268.55	c lower bound updated to -174550869
268.65/268.71	c BCD2: 346112 <= obj <= 174896980
268.65/268.71	c BCD2: #cores=12, #unrelaxed=306215, #relaxed=340, #hardened=0
268.65/268.71	c BCD2: #sat=1 #unsat=339 bias=339/340
268.65/268.72	c Solving starts ...
268.65/268.72	c ============================[ Search Statistics ]============================
268.65/268.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
268.65/268.72	c       |         |          |          |    Limit     GC | Var      | Constra 
268.65/268.72	c =============================================================================
268.65/268.72	c  0.0s |       0 |        0 |        0 |   322704      0 |      421 |      421
269.05/269.17	c  0.5s |       0 |       13 |        1 |   322704      0 |      421 |      422
269.05/269.17	c #cpu_time = 0.451s
269.05/269.17	c #wall_clock_time = 0.452s
269.05/269.17	c #decision = 13
269.05/269.17	c #random_decision = 0
269.05/269.17	c #conflict = 1
269.05/269.17	c #restart = 0
269.05/269.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 145: cost of the new core is >=147456
269.05/269.17	c BCD2: refineLB: 147453 -> 147456
269.05/269.17	c lower bound updated to -174549845
269.25/269.31	c BCD2: 347136 <= obj <= 174896980
269.25/269.31	c BCD2: #cores=12, #unrelaxed=306214, #relaxed=341, #hardened=0
269.25/269.31	c BCD2: #sat=1 #unsat=340 bias=340/341
269.25/269.32	c Solving starts ...
269.25/269.32	c ============================[ Search Statistics ]============================
269.25/269.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
269.25/269.32	c       |         |          |          |    Limit     GC | Var      | Constra 
269.25/269.32	c =============================================================================
269.25/269.32	c  0.0s |       0 |        0 |        0 |   322704      0 |      422 |      422
269.65/269.77	c  0.4s |       0 |       13 |        1 |   322704      0 |      422 |      423
269.65/269.77	c #cpu_time = 0.446s
269.65/269.77	c #wall_clock_time = 0.448s
269.65/269.77	c #decision = 13
269.65/269.77	c #random_decision = 0
269.65/269.77	c #conflict = 1
269.65/269.77	c #restart = 0
269.65/269.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 146: cost of the new core is >=148480
269.65/269.77	c BCD2: refineLB: 148477 -> 148480
269.65/269.77	c lower bound updated to -174548821
269.85/269.93	c BCD2: 348160 <= obj <= 174896980
269.85/269.93	c BCD2: #cores=12, #unrelaxed=306213, #relaxed=342, #hardened=0
269.85/269.93	c BCD2: #sat=1 #unsat=341 bias=341/342
269.85/269.93	c Solving starts ...
269.85/269.93	c ============================[ Search Statistics ]============================
269.85/269.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
269.85/269.93	c       |         |          |          |    Limit     GC | Var      | Constra 
269.85/269.93	c =============================================================================
269.85/269.93	c  0.0s |       0 |        0 |        0 |   322704      0 |      423 |      423
270.25/270.39	c  0.5s |       0 |       14 |        1 |   322704      0 |      423 |      424
270.25/270.39	c #cpu_time = 0.451s
270.25/270.39	c #wall_clock_time = 0.452s
270.25/270.39	c #decision = 14
270.25/270.39	c #random_decision = 0
270.25/270.39	c #conflict = 1
270.25/270.39	c #restart = 0
270.25/270.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 147: cost of the new core is >=149504
270.25/270.39	c BCD2: refineLB: 149502 -> 149504
270.25/270.39	c lower bound updated to -174547797
270.45/270.53	c BCD2: 349184 <= obj <= 174896980
270.45/270.53	c BCD2: #cores=12, #unrelaxed=306212, #relaxed=343, #hardened=0
270.45/270.53	c BCD2: #sat=1 #unsat=342 bias=342/343
270.45/270.54	c Solving starts ...
270.45/270.54	c ============================[ Search Statistics ]============================
270.45/270.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
270.45/270.54	c       |         |          |          |    Limit     GC | Var      | Constra 
270.45/270.54	c =============================================================================
270.45/270.54	c  0.0s |       0 |        0 |        0 |   322704      0 |      424 |      424
270.85/270.99	c  0.5s |       0 |       13 |        1 |   322704      0 |      424 |      425
270.85/270.99	c #cpu_time = 0.452s
270.85/270.99	c #wall_clock_time = 0.453s
270.85/270.99	c #decision = 13
270.85/270.99	c #random_decision = 0
270.85/270.99	c #conflict = 1
270.85/270.99	c #restart = 0
270.85/270.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 148: cost of the new core is >=150528
270.85/270.99	c BCD2: refineLB: 150526 -> 150528
270.85/270.99	c lower bound updated to -174546773
271.05/271.17	c BCD2: 350208 <= obj <= 174896980
271.05/271.17	c BCD2: #cores=12, #unrelaxed=306211, #relaxed=344, #hardened=0
271.05/271.17	c BCD2: #sat=1 #unsat=343 bias=343/344
271.05/271.19	c Solving starts ...
271.05/271.19	c ============================[ Search Statistics ]============================
271.05/271.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
271.05/271.19	c       |         |          |          |    Limit     GC | Var      | Constra 
271.05/271.19	c =============================================================================
271.05/271.19	c  0.0s |       0 |        0 |        0 |   322704      0 |      425 |      425
271.55/271.64	c  0.5s |       0 |       13 |        1 |   322704      0 |      425 |      426
271.55/271.64	c #cpu_time = 0.450s
271.55/271.64	c #wall_clock_time = 0.452s
271.55/271.64	c #decision = 13
271.55/271.64	c #random_decision = 0
271.55/271.64	c #conflict = 1
271.55/271.64	c #restart = 0
271.55/271.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 149: cost of the new core is >=151552
271.55/271.64	c BCD2: refineLB: 151550 -> 151552
271.55/271.64	c lower bound updated to -174545749
271.76/271.83	c BCD2: 351232 <= obj <= 174896980
271.76/271.83	c BCD2: #cores=12, #unrelaxed=306210, #relaxed=345, #hardened=0
271.76/271.83	c BCD2: #sat=1 #unsat=344 bias=344/345
271.76/271.84	c Solving starts ...
271.76/271.84	c ============================[ Search Statistics ]============================
271.76/271.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
271.76/271.84	c       |         |          |          |    Limit     GC | Var      | Constra 
271.76/271.84	c =============================================================================
271.76/271.84	c  0.0s |       0 |        0 |        0 |   322704      0 |      426 |      426
272.25/272.30	c  0.5s |       0 |       13 |        1 |   322704      0 |      426 |      427
272.25/272.30	c #cpu_time = 0.453s
272.25/272.30	c #wall_clock_time = 0.454s
272.25/272.30	c #decision = 13
272.25/272.30	c #random_decision = 0
272.25/272.30	c #conflict = 1
272.25/272.30	c #restart = 0
272.25/272.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 150: cost of the new core is >=152576
272.25/272.30	c BCD2: refineLB: 152574 -> 152576
272.25/272.30	c lower bound updated to -174544725
273.25/273.38	c BCD2: 352256 <= obj <= 174896980
273.25/273.38	c BCD2: #cores=12, #unrelaxed=306209, #relaxed=346, #hardened=0
273.25/273.38	c BCD2: #sat=1 #unsat=345 bias=345/346
273.25/273.38	c Solving starts ...
273.25/273.38	c ============================[ Search Statistics ]============================
273.25/273.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
273.25/273.38	c       |         |          |          |    Limit     GC | Var      | Constra 
273.25/273.38	c =============================================================================
273.25/273.38	c  0.0s |       0 |        0 |        0 |   322704      0 |      427 |      427
273.75/273.84	c  0.5s |       0 |       13 |        1 |   322704      0 |      427 |      428
273.75/273.84	c #cpu_time = 0.452s
273.75/273.84	c #wall_clock_time = 0.453s
273.75/273.84	c #decision = 13
273.75/273.84	c #random_decision = 0
273.75/273.84	c #conflict = 1
273.75/273.84	c #restart = 0
273.75/273.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 151: cost of the new core is >=153600
273.75/273.84	c BCD2: refineLB: 153598 -> 153600
273.75/273.84	c lower bound updated to -174543701
273.85/273.97	c BCD2: 353280 <= obj <= 174896980
273.85/273.97	c BCD2: #cores=12, #unrelaxed=306208, #relaxed=347, #hardened=0
273.85/273.97	c BCD2: #sat=1 #unsat=346 bias=346/347
273.85/273.98	c Solving starts ...
273.85/273.98	c ============================[ Search Statistics ]============================
273.85/273.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
273.85/273.98	c       |         |          |          |    Limit     GC | Var      | Constra 
273.85/273.98	c =============================================================================
273.85/273.98	c  0.0s |       0 |        0 |        0 |   322704      0 |      428 |      428
274.35/274.42	c  0.4s |       0 |       13 |        1 |   322704      0 |      428 |      429
274.35/274.42	c #cpu_time = 0.438s
274.35/274.42	c #wall_clock_time = 0.439s
274.35/274.42	c #decision = 13
274.35/274.42	c #random_decision = 0
274.35/274.42	c #conflict = 1
274.35/274.42	c #restart = 0
274.35/274.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 152: cost of the new core is >=154624
274.35/274.42	c BCD2: refineLB: 154622 -> 154624
274.35/274.42	c lower bound updated to -174542677
274.45/274.58	c BCD2: 354304 <= obj <= 174896980
274.45/274.58	c BCD2: #cores=12, #unrelaxed=306207, #relaxed=348, #hardened=0
274.45/274.58	c BCD2: #sat=1 #unsat=347 bias=347/348
274.45/274.58	c Solving starts ...
274.45/274.58	c ============================[ Search Statistics ]============================
274.45/274.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
274.45/274.58	c       |         |          |          |    Limit     GC | Var      | Constra 
274.45/274.58	c =============================================================================
274.45/274.58	c  0.0s |       0 |        0 |        0 |   322704      0 |      429 |      429
274.95/275.04	c  0.5s |       0 |       13 |        1 |   322704      0 |      429 |      430
274.95/275.04	c #cpu_time = 0.451s
274.95/275.04	c #wall_clock_time = 0.452s
274.95/275.04	c #decision = 13
274.95/275.04	c #random_decision = 0
274.95/275.04	c #conflict = 1
274.95/275.04	c #restart = 0
274.95/275.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 153: cost of the new core is >=155648
274.95/275.04	c BCD2: refineLB: 155646 -> 155648
274.95/275.04	c lower bound updated to -174541653
275.06/275.17	c BCD2: 355328 <= obj <= 174896980
275.06/275.17	c BCD2: #cores=12, #unrelaxed=306206, #relaxed=349, #hardened=0
275.06/275.17	c BCD2: #sat=1 #unsat=348 bias=348/349
275.06/275.18	c Solving starts ...
275.06/275.18	c ============================[ Search Statistics ]============================
275.06/275.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
275.06/275.18	c       |         |          |          |    Limit     GC | Var      | Constra 
275.06/275.18	c =============================================================================
275.06/275.18	c  0.0s |       0 |        0 |        0 |   322704      0 |      430 |      430
275.55/275.62	c  0.4s |       0 |       13 |        1 |   322704      0 |      430 |      431
275.55/275.62	c #cpu_time = 0.433s
275.55/275.62	c #wall_clock_time = 0.434s
275.55/275.62	c #decision = 13
275.55/275.62	c #random_decision = 0
275.55/275.62	c #conflict = 1
275.55/275.62	c #restart = 0
275.55/275.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 154: cost of the new core is >=156672
275.55/275.62	c BCD2: refineLB: 156670 -> 156672
275.55/275.62	c lower bound updated to -174540629
275.65/275.78	c BCD2: 356352 <= obj <= 174896980
275.65/275.78	c BCD2: #cores=12, #unrelaxed=306205, #relaxed=350, #hardened=0
275.65/275.78	c BCD2: #sat=1 #unsat=349 bias=349/350
275.65/275.79	c Solving starts ...
275.65/275.79	c ============================[ Search Statistics ]============================
275.65/275.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
275.65/275.79	c       |         |          |          |    Limit     GC | Var      | Constra 
275.65/275.79	c =============================================================================
275.65/275.79	c  0.0s |       0 |        0 |        0 |   322704      0 |      431 |      431
276.16/276.24	c  0.5s |       0 |       13 |        1 |   322704      0 |      431 |      432
276.16/276.24	c #cpu_time = 0.449s
276.16/276.24	c #wall_clock_time = 0.451s
276.16/276.24	c #decision = 13
276.16/276.24	c #random_decision = 0
276.16/276.24	c #conflict = 1
276.16/276.24	c #restart = 0
276.16/276.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 155: cost of the new core is >=157696
276.16/276.24	c BCD2: refineLB: 157694 -> 157696
276.16/276.24	c lower bound updated to -174539605
276.26/276.37	c BCD2: 357376 <= obj <= 174896980
276.26/276.37	c BCD2: #cores=12, #unrelaxed=306204, #relaxed=351, #hardened=0
276.26/276.37	c BCD2: #sat=1 #unsat=350 bias=350/351
276.26/276.38	c Solving starts ...
276.26/276.38	c ============================[ Search Statistics ]============================
276.26/276.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
276.26/276.38	c       |         |          |          |    Limit     GC | Var      | Constra 
276.26/276.38	c =============================================================================
276.26/276.38	c  0.0s |       0 |        0 |        0 |   322704      0 |      432 |      432
276.75/276.83	c  0.4s |       0 |       13 |        1 |   322704      0 |      432 |      433
276.75/276.83	c #cpu_time = 0.446s
276.75/276.83	c #wall_clock_time = 0.447s
276.75/276.83	c #decision = 13
276.75/276.83	c #random_decision = 0
276.75/276.83	c #conflict = 1
276.75/276.83	c #restart = 0
276.75/276.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 156: cost of the new core is >=158720
276.75/276.83	c BCD2: refineLB: 158718 -> 158720
276.75/276.83	c lower bound updated to -174538581
276.85/276.98	c BCD2: 358400 <= obj <= 174896980
276.85/276.98	c BCD2: #cores=12, #unrelaxed=306203, #relaxed=352, #hardened=0
276.85/276.98	c BCD2: #sat=1 #unsat=351 bias=351/352
276.85/276.99	c Solving starts ...
276.85/276.99	c ============================[ Search Statistics ]============================
276.85/276.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
276.85/276.99	c       |         |          |          |    Limit     GC | Var      | Constra 
276.85/276.99	c =============================================================================
276.85/276.99	c  0.0s |       0 |        0 |        0 |   322704      0 |      433 |      433
277.36/277.44	c  0.5s |       0 |       13 |        1 |   322704      0 |      433 |      434
277.36/277.44	c #cpu_time = 0.450s
277.36/277.44	c #wall_clock_time = 0.451s
277.36/277.44	c #decision = 13
277.36/277.44	c #random_decision = 0
277.36/277.44	c #conflict = 1
277.36/277.44	c #restart = 0
277.36/277.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 157: cost of the new core is >=159744
277.36/277.44	c BCD2: refineLB: 159742 -> 159744
277.36/277.44	c lower bound updated to -174537557
277.55/277.62	c BCD2: 359424 <= obj <= 174896980
277.55/277.62	c BCD2: #cores=12, #unrelaxed=306202, #relaxed=353, #hardened=0
277.55/277.62	c BCD2: #sat=1 #unsat=352 bias=352/353
277.55/277.63	c Solving starts ...
277.55/277.63	c ============================[ Search Statistics ]============================
277.55/277.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
277.55/277.63	c       |         |          |          |    Limit     GC | Var      | Constra 
277.55/277.63	c =============================================================================
277.55/277.63	c  0.0s |       0 |        0 |        0 |   322704      0 |      434 |      434
277.95/278.09	c  0.5s |       0 |       13 |        1 |   322704      0 |      434 |      435
277.95/278.09	c #cpu_time = 0.456s
277.95/278.09	c #wall_clock_time = 0.457s
277.95/278.09	c #decision = 13
277.95/278.09	c #random_decision = 0
277.95/278.09	c #conflict = 1
277.95/278.09	c #restart = 0
277.95/278.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 158: cost of the new core is >=160768
277.95/278.09	c BCD2: refineLB: 160766 -> 160768
277.95/278.09	c lower bound updated to -174536533
278.15/278.27	c BCD2: 360448 <= obj <= 174896980
278.15/278.27	c BCD2: #cores=12, #unrelaxed=306201, #relaxed=354, #hardened=0
278.15/278.27	c BCD2: #sat=1 #unsat=353 bias=353/354
278.15/278.29	c Solving starts ...
278.15/278.29	c ============================[ Search Statistics ]============================
278.15/278.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
278.15/278.29	c       |         |          |          |    Limit     GC | Var      | Constra 
278.15/278.29	c =============================================================================
278.15/278.29	c  0.0s |       0 |        0 |        0 |   322704      0 |      435 |      435
278.65/278.74	c  0.5s |       0 |       13 |        1 |   322704      0 |      435 |      436
278.65/278.74	c #cpu_time = 0.450s
278.65/278.74	c #wall_clock_time = 0.451s
278.65/278.74	c #decision = 13
278.65/278.74	c #random_decision = 0
278.65/278.74	c #conflict = 1
278.65/278.74	c #restart = 0
278.65/278.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 159: cost of the new core is >=161792
278.65/278.74	c BCD2: refineLB: 161790 -> 161792
278.65/278.74	c lower bound updated to -174535509
278.85/278.92	c BCD2: 361472 <= obj <= 174896980
278.85/278.92	c BCD2: #cores=12, #unrelaxed=306200, #relaxed=355, #hardened=0
278.85/278.92	c BCD2: #sat=1 #unsat=354 bias=354/355
278.85/278.93	c Solving starts ...
278.85/278.93	c ============================[ Search Statistics ]============================
278.85/278.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
278.85/278.93	c       |         |          |          |    Limit     GC | Var      | Constra 
278.85/278.93	c =============================================================================
278.85/278.93	c  0.0s |       0 |        0 |        0 |   322704      0 |      436 |      436
279.25/279.39	c  0.5s |       0 |       13 |        1 |   322704      0 |      436 |      437
279.25/279.39	c #cpu_time = 0.453s
279.25/279.39	c #wall_clock_time = 0.454s
279.25/279.39	c #decision = 13
279.25/279.39	c #random_decision = 0
279.25/279.39	c #conflict = 1
279.25/279.39	c #restart = 0
279.25/279.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 160: cost of the new core is >=162816
279.25/279.39	c BCD2: refineLB: 162814 -> 162816
279.25/279.39	c lower bound updated to -174534485
280.35/280.44	c BCD2: 362496 <= obj <= 174896980
280.35/280.44	c BCD2: #cores=12, #unrelaxed=306199, #relaxed=356, #hardened=0
280.35/280.44	c BCD2: #sat=1 #unsat=355 bias=355/356
280.35/280.44	c Solving starts ...
280.35/280.44	c ============================[ Search Statistics ]============================
280.35/280.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
280.35/280.44	c       |         |          |          |    Limit     GC | Var      | Constra 
280.35/280.44	c =============================================================================
280.35/280.44	c  0.0s |       0 |        0 |        0 |   322704      0 |      437 |      437
280.75/280.89	c  0.4s |       0 |       13 |        1 |   322704      0 |      437 |      438
280.75/280.89	c #cpu_time = 0.448s
280.75/280.89	c #wall_clock_time = 0.450s
280.75/280.89	c #decision = 13
280.75/280.89	c #random_decision = 0
280.75/280.89	c #conflict = 1
280.75/280.89	c #restart = 0
280.75/280.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 161: cost of the new core is >=163840
280.75/280.89	c BCD2: refineLB: 163838 -> 163840
280.75/280.89	c lower bound updated to -174533461
280.95/281.05	c BCD2: 363520 <= obj <= 174896980
280.95/281.05	c BCD2: #cores=12, #unrelaxed=306198, #relaxed=357, #hardened=0
280.95/281.05	c BCD2: #sat=1 #unsat=356 bias=356/357
280.95/281.05	c Solving starts ...
280.95/281.05	c ============================[ Search Statistics ]============================
280.95/281.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
280.95/281.05	c       |         |          |          |    Limit     GC | Var      | Constra 
280.95/281.05	c =============================================================================
280.95/281.05	c  0.0s |       0 |        0 |        0 |   322704      0 |      438 |      438
281.35/281.49	c  0.4s |       0 |       13 |        1 |   322704      0 |      438 |      439
281.35/281.49	c #cpu_time = 0.437s
281.35/281.49	c #wall_clock_time = 0.438s
281.35/281.49	c #decision = 13
281.35/281.49	c #random_decision = 0
281.35/281.49	c #conflict = 1
281.35/281.49	c #restart = 0
281.35/281.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 162: cost of the new core is >=164864
281.35/281.49	c BCD2: refineLB: 164862 -> 164864
281.35/281.49	c lower bound updated to -174532437
281.55/281.66	c BCD2: 364544 <= obj <= 174896980
281.55/281.66	c BCD2: #cores=12, #unrelaxed=306197, #relaxed=358, #hardened=0
281.55/281.66	c BCD2: #sat=1 #unsat=357 bias=357/358
281.55/281.66	c Solving starts ...
281.55/281.66	c ============================[ Search Statistics ]============================
281.55/281.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
281.55/281.66	c       |         |          |          |    Limit     GC | Var      | Constra 
281.55/281.66	c =============================================================================
281.55/281.67	c  0.0s |       0 |        0 |        0 |   322704      0 |      439 |      439
282.04/282.11	c  0.4s |       0 |       13 |        1 |   322704      0 |      439 |      440
282.04/282.11	c #cpu_time = 0.449s
282.04/282.11	c #wall_clock_time = 0.450s
282.04/282.11	c #decision = 13
282.04/282.11	c #random_decision = 0
282.04/282.11	c #conflict = 1
282.04/282.11	c #restart = 0
282.04/282.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 163: cost of the new core is >=165888
282.04/282.12	c BCD2: refineLB: 165886 -> 165888
282.04/282.12	c lower bound updated to -174531413
282.14/282.27	c BCD2: 365568 <= obj <= 174896980
282.14/282.27	c BCD2: #cores=12, #unrelaxed=306196, #relaxed=359, #hardened=0
282.14/282.27	c BCD2: #sat=1 #unsat=358 bias=358/359
282.14/282.27	c Solving starts ...
282.14/282.27	c ============================[ Search Statistics ]============================
282.14/282.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
282.14/282.27	c       |         |          |          |    Limit     GC | Var      | Constra 
282.14/282.27	c =============================================================================
282.14/282.27	c  0.0s |       0 |        0 |        0 |   322704      0 |      440 |      440
282.64/282.71	c  0.4s |       0 |       13 |        1 |   322704      0 |      440 |      441
282.64/282.71	c #cpu_time = 0.433s
282.64/282.71	c #wall_clock_time = 0.434s
282.64/282.71	c #decision = 13
282.64/282.71	c #random_decision = 0
282.64/282.71	c #conflict = 1
282.64/282.71	c #restart = 0
282.64/282.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 164: cost of the new core is >=166912
282.64/282.71	c BCD2: refineLB: 166910 -> 166912
282.64/282.71	c lower bound updated to -174530389
282.75/282.88	c BCD2: 366592 <= obj <= 174896980
282.75/282.88	c BCD2: #cores=12, #unrelaxed=306195, #relaxed=360, #hardened=0
282.75/282.88	c BCD2: #sat=1 #unsat=359 bias=359/360
282.75/282.89	c Solving starts ...
282.75/282.89	c ============================[ Search Statistics ]============================
282.75/282.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
282.75/282.89	c       |         |          |          |    Limit     GC | Var      | Constra 
282.75/282.89	c =============================================================================
282.75/282.89	c  0.0s |       0 |        0 |        0 |   322704      0 |      441 |      441
283.24/283.34	c  0.5s |       0 |       13 |        1 |   322704      0 |      441 |      442
283.24/283.34	c #cpu_time = 0.450s
283.24/283.34	c #wall_clock_time = 0.451s
283.24/283.34	c #decision = 13
283.24/283.34	c #random_decision = 0
283.24/283.34	c #conflict = 1
283.24/283.34	c #restart = 0
283.24/283.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 165: cost of the new core is >=167936
283.24/283.34	c BCD2: refineLB: 167934 -> 167936
283.24/283.34	c lower bound updated to -174529365
283.34/283.49	c BCD2: 367616 <= obj <= 174896980
283.34/283.49	c BCD2: #cores=12, #unrelaxed=306194, #relaxed=361, #hardened=0
283.34/283.49	c BCD2: #sat=1 #unsat=360 bias=360/361
283.44/283.50	c Solving starts ...
283.44/283.50	c ============================[ Search Statistics ]============================
283.44/283.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
283.44/283.50	c       |         |          |          |    Limit     GC | Var      | Constra 
283.44/283.50	c =============================================================================
283.44/283.50	c  0.0s |       0 |        0 |        0 |   322704      0 |      442 |      442
283.85/283.94	c  0.4s |       0 |       13 |        1 |   322704      0 |      442 |      443
283.85/283.94	c #cpu_time = 0.445s
283.85/283.94	c #wall_clock_time = 0.446s
283.85/283.94	c #decision = 13
283.85/283.94	c #random_decision = 0
283.85/283.94	c #conflict = 1
283.85/283.94	c #restart = 0
283.85/283.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 166: cost of the new core is >=168960
283.85/283.94	c BCD2: refineLB: 168958 -> 168960
283.85/283.94	c lower bound updated to -174528341
284.04/284.10	c BCD2: 368640 <= obj <= 174896980
284.04/284.10	c BCD2: #cores=12, #unrelaxed=306193, #relaxed=362, #hardened=0
284.04/284.10	c BCD2: #sat=1 #unsat=361 bias=361/362
284.04/284.11	c Solving starts ...
284.04/284.11	c ============================[ Search Statistics ]============================
284.04/284.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
284.04/284.11	c       |         |          |          |    Limit     GC | Var      | Constra 
284.04/284.11	c =============================================================================
284.04/284.11	c  0.0s |       0 |        0 |        0 |   322704      0 |      443 |      443
284.44/284.56	c  0.5s |       0 |       13 |        1 |   322704      0 |      443 |      444
284.44/284.56	c #cpu_time = 0.450s
284.44/284.56	c #wall_clock_time = 0.451s
284.44/284.56	c #decision = 13
284.44/284.56	c #random_decision = 0
284.44/284.56	c #conflict = 1
284.44/284.56	c #restart = 0
284.44/284.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 167: cost of the new core is >=169984
284.44/284.56	c BCD2: refineLB: 169982 -> 169984
284.44/284.56	c lower bound updated to -174527317
284.64/284.75	c BCD2: 369664 <= obj <= 174896980
284.64/284.75	c BCD2: #cores=12, #unrelaxed=306192, #relaxed=363, #hardened=0
284.64/284.75	c BCD2: #sat=1 #unsat=362 bias=362/363
284.64/284.77	c Solving starts ...
284.64/284.77	c ============================[ Search Statistics ]============================
284.64/284.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
284.64/284.77	c       |         |          |          |    Limit     GC | Var      | Constra 
284.64/284.77	c =============================================================================
284.64/284.77	c  0.0s |       0 |        0 |        0 |   322704      0 |      444 |      444
285.14/285.22	c  0.5s |       0 |       13 |        1 |   322704      0 |      444 |      445
285.14/285.22	c #cpu_time = 0.452s
285.14/285.22	c #wall_clock_time = 0.453s
285.14/285.22	c #decision = 13
285.14/285.22	c #random_decision = 0
285.14/285.22	c #conflict = 1
285.14/285.22	c #restart = 0
285.14/285.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 168: cost of the new core is >=171008
285.14/285.22	c BCD2: refineLB: 171006 -> 171008
285.14/285.22	c lower bound updated to -174526293
285.34/285.41	c BCD2: 370688 <= obj <= 174896980
285.34/285.41	c BCD2: #cores=12, #unrelaxed=306191, #relaxed=364, #hardened=0
285.34/285.41	c BCD2: #sat=1 #unsat=363 bias=363/364
285.34/285.43	c Solving starts ...
285.34/285.43	c ============================[ Search Statistics ]============================
285.34/285.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
285.34/285.43	c       |         |          |          |    Limit     GC | Var      | Constra 
285.34/285.43	c =============================================================================
285.34/285.43	c  0.0s |       0 |        0 |        0 |   322704      0 |      445 |      445
285.74/285.88	c  0.5s |       0 |       13 |        1 |   322704      0 |      445 |      446
285.74/285.88	c #cpu_time = 0.450s
285.74/285.88	c #wall_clock_time = 0.451s
285.74/285.88	c #decision = 13
285.74/285.88	c #random_decision = 0
285.74/285.88	c #conflict = 1
285.74/285.88	c #restart = 0
285.74/285.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 169: cost of the new core is >=172032
285.74/285.88	c BCD2: refineLB: 172030 -> 172032
285.74/285.88	c lower bound updated to -174525269
285.94/286.07	c BCD2: 371712 <= obj <= 174896980
285.94/286.07	c BCD2: #cores=12, #unrelaxed=306190, #relaxed=365, #hardened=0
285.94/286.07	c BCD2: #sat=1 #unsat=364 bias=364/365
285.94/286.09	c Solving starts ...
285.94/286.09	c ============================[ Search Statistics ]============================
285.94/286.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
285.94/286.09	c       |         |          |          |    Limit     GC | Var      | Constra 
285.94/286.09	c =============================================================================
285.94/286.09	c  0.0s |       0 |        0 |        0 |   322704      0 |      446 |      446
287.35/287.41	c  1.3s |       0 |       13 |        1 |   322704      0 |      446 |      447
287.35/287.41	c #cpu_time = 1.318s
287.35/287.41	c #wall_clock_time = 1.321s
287.35/287.41	c #decision = 13
287.35/287.41	c #random_decision = 0
287.35/287.41	c #conflict = 1
287.35/287.41	c #restart = 0
287.35/287.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 170: cost of the new core is >=173056
287.35/287.41	c BCD2: refineLB: 173054 -> 173056
287.35/287.41	c lower bound updated to -174524245
287.45/287.59	c BCD2: 372736 <= obj <= 174896980
287.45/287.59	c BCD2: #cores=12, #unrelaxed=306189, #relaxed=366, #hardened=0
287.45/287.59	c BCD2: #sat=1 #unsat=365 bias=365/366
287.45/287.59	c Solving starts ...
287.45/287.59	c ============================[ Search Statistics ]============================
287.45/287.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
287.45/287.59	c       |         |          |          |    Limit     GC | Var      | Constra 
287.45/287.59	c =============================================================================
287.45/287.59	c  0.0s |       0 |        0 |        0 |   322704      0 |      447 |      447
287.95/288.04	c  0.4s |       0 |       13 |        1 |   322704      0 |      447 |      448
287.95/288.04	c #cpu_time = 0.448s
287.95/288.04	c #wall_clock_time = 0.449s
287.95/288.04	c #decision = 13
287.95/288.04	c #random_decision = 0
287.95/288.04	c #conflict = 1
287.95/288.04	c #restart = 0
287.95/288.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 171: cost of the new core is >=174080
287.95/288.04	c BCD2: refineLB: 174078 -> 174080
287.95/288.04	c lower bound updated to -174523221
288.05/288.18	c BCD2: 373760 <= obj <= 174896980
288.05/288.18	c BCD2: #cores=12, #unrelaxed=306188, #relaxed=367, #hardened=0
288.05/288.18	c BCD2: #sat=1 #unsat=366 bias=366/367
288.05/288.19	c Solving starts ...
288.05/288.19	c ============================[ Search Statistics ]============================
288.05/288.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
288.05/288.19	c       |         |          |          |    Limit     GC | Var      | Constra 
288.05/288.19	c =============================================================================
288.05/288.19	c  0.0s |       0 |        0 |        0 |   322704      0 |      448 |      448
288.55/288.63	c  0.4s |       0 |       13 |        1 |   322704      0 |      448 |      449
288.55/288.63	c #cpu_time = 0.437s
288.55/288.63	c #wall_clock_time = 0.438s
288.55/288.63	c #decision = 13
288.55/288.63	c #random_decision = 0
288.55/288.63	c #conflict = 1
288.55/288.63	c #restart = 0
288.55/288.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 172: cost of the new core is >=175104
288.55/288.63	c BCD2: refineLB: 175102 -> 175104
288.55/288.63	c lower bound updated to -174522197
288.65/288.79	c BCD2: 374784 <= obj <= 174896980
288.65/288.79	c BCD2: #cores=12, #unrelaxed=306187, #relaxed=368, #hardened=0
288.65/288.79	c BCD2: #sat=1 #unsat=367 bias=367/368
288.65/288.79	c Solving starts ...
288.65/288.79	c ============================[ Search Statistics ]============================
288.65/288.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
288.65/288.79	c       |         |          |          |    Limit     GC | Var      | Constra 
288.65/288.79	c =============================================================================
288.65/288.79	c  0.0s |       0 |        0 |        0 |   322704      0 |      449 |      449
289.15/289.24	c  0.4s |       0 |       13 |        1 |   322704      0 |      449 |      450
289.15/289.24	c #cpu_time = 0.447s
289.15/289.24	c #wall_clock_time = 0.449s
289.15/289.24	c #decision = 13
289.15/289.24	c #random_decision = 0
289.15/289.24	c #conflict = 1
289.15/289.24	c #restart = 0
289.15/289.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 173: cost of the new core is >=176128
289.15/289.24	c BCD2: refineLB: 176126 -> 176128
289.15/289.24	c lower bound updated to -174521173
289.25/289.38	c BCD2: 375808 <= obj <= 174896980
289.25/289.38	c BCD2: #cores=12, #unrelaxed=306186, #relaxed=369, #hardened=0
289.25/289.38	c BCD2: #sat=1 #unsat=368 bias=368/369
289.25/289.39	c Solving starts ...
289.25/289.39	c ============================[ Search Statistics ]============================
289.25/289.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
289.25/289.39	c       |         |          |          |    Limit     GC | Var      | Constra 
289.25/289.39	c =============================================================================
289.25/289.39	c  0.0s |       0 |        0 |        0 |   322704      0 |      450 |      450
289.75/289.84	c  0.4s |       0 |       13 |        1 |   322704      0 |      450 |      451
289.75/289.84	c #cpu_time = 0.447s
289.75/289.84	c #wall_clock_time = 0.448s
289.75/289.84	c #decision = 13
289.75/289.84	c #random_decision = 0
289.75/289.84	c #conflict = 1
289.75/289.84	c #restart = 0
289.75/289.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 174: cost of the new core is >=177152
289.75/289.84	c BCD2: refineLB: 177150 -> 177152
289.75/289.84	c lower bound updated to -174520149
289.85/289.99	c BCD2: 376832 <= obj <= 174896980
289.85/289.99	c BCD2: #cores=12, #unrelaxed=306185, #relaxed=370, #hardened=0
289.85/289.99	c BCD2: #sat=1 #unsat=369 bias=369/370
289.95/290.00	c Solving starts ...
289.95/290.00	c ============================[ Search Statistics ]============================
289.95/290.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
289.95/290.00	c       |         |          |          |    Limit     GC | Var      | Constra 
289.95/290.00	c =============================================================================
289.95/290.00	c  0.0s |       0 |        0 |        0 |   322704      0 |      451 |      451
290.35/290.45	c  0.4s |       0 |       13 |        1 |   322704      0 |      451 |      452
290.35/290.45	c #cpu_time = 0.448s
290.35/290.45	c #wall_clock_time = 0.449s
290.35/290.45	c #decision = 13
290.35/290.45	c #random_decision = 0
290.35/290.45	c #conflict = 1
290.35/290.45	c #restart = 0
290.35/290.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 175: cost of the new core is >=178176
290.35/290.45	c BCD2: refineLB: 178174 -> 178176
290.35/290.45	c lower bound updated to -174519125
290.46/290.59	c BCD2: 377856 <= obj <= 174896980
290.46/290.59	c BCD2: #cores=12, #unrelaxed=306184, #relaxed=371, #hardened=0
290.46/290.59	c BCD2: #sat=1 #unsat=370 bias=370/371
290.46/290.59	c Solving starts ...
290.46/290.59	c ============================[ Search Statistics ]============================
290.46/290.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
290.46/290.59	c       |         |          |          |    Limit     GC | Var      | Constra 
290.46/290.59	c =============================================================================
290.46/290.59	c  0.0s |       0 |        0 |        0 |   322704      0 |      452 |      452
290.95/291.04	c  0.4s |       0 |       13 |        1 |   322704      0 |      452 |      453
290.95/291.04	c #cpu_time = 0.445s
290.95/291.04	c #wall_clock_time = 0.447s
290.95/291.04	c #decision = 13
290.95/291.04	c #random_decision = 0
290.95/291.04	c #conflict = 1
290.95/291.04	c #restart = 0
290.95/291.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 176: cost of the new core is >=179200
290.95/291.04	c BCD2: refineLB: 179198 -> 179200
290.95/291.04	c lower bound updated to -174518101
291.05/291.19	c BCD2: 378880 <= obj <= 174896980
291.05/291.19	c BCD2: #cores=12, #unrelaxed=306183, #relaxed=372, #hardened=0
291.05/291.19	c BCD2: #sat=1 #unsat=371 bias=371/372
291.05/291.19	c Solving starts ...
291.05/291.19	c ============================[ Search Statistics ]============================
291.05/291.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
291.05/291.19	c       |         |          |          |    Limit     GC | Var      | Constra 
291.05/291.19	c =============================================================================
291.05/291.19	c  0.0s |       0 |        0 |        0 |   322704      0 |      453 |      453
291.56/291.65	c  0.5s |       0 |       13 |        1 |   322704      0 |      453 |      454
291.56/291.65	c #cpu_time = 0.454s
291.56/291.65	c #wall_clock_time = 0.455s
291.56/291.65	c #decision = 13
291.56/291.65	c #random_decision = 0
291.56/291.65	c #conflict = 1
291.56/291.65	c #restart = 0
291.56/291.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 177: cost of the new core is >=180224
291.56/291.65	c BCD2: refineLB: 180222 -> 180224
291.56/291.65	c lower bound updated to -174517077
291.75/291.83	c BCD2: 379904 <= obj <= 174896980
291.75/291.83	c BCD2: #cores=12, #unrelaxed=306182, #relaxed=373, #hardened=0
291.75/291.83	c BCD2: #sat=1 #unsat=372 bias=372/373
291.75/291.85	c Solving starts ...
291.75/291.85	c ============================[ Search Statistics ]============================
291.75/291.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
291.75/291.85	c       |         |          |          |    Limit     GC | Var      | Constra 
291.75/291.85	c =============================================================================
291.75/291.85	c  0.0s |       0 |        0 |        0 |   322704      0 |      454 |      454
292.25/292.30	c  0.5s |       0 |       13 |        1 |   322704      0 |      454 |      455
292.25/292.30	c #cpu_time = 0.450s
292.25/292.30	c #wall_clock_time = 0.451s
292.25/292.30	c #decision = 13
292.25/292.30	c #random_decision = 0
292.25/292.30	c #conflict = 1
292.25/292.30	c #restart = 0
292.25/292.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 178: cost of the new core is >=181248
292.25/292.30	c BCD2: refineLB: 181246 -> 181248
292.25/292.30	c lower bound updated to -174516053
292.35/292.49	c BCD2: 380928 <= obj <= 174896980
292.35/292.49	c BCD2: #cores=12, #unrelaxed=306181, #relaxed=374, #hardened=0
292.35/292.49	c BCD2: #sat=1 #unsat=373 bias=373/374
292.45/292.50	c Solving starts ...
292.45/292.50	c ============================[ Search Statistics ]============================
292.45/292.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
292.45/292.50	c       |         |          |          |    Limit     GC | Var      | Constra 
292.45/292.50	c =============================================================================
292.45/292.50	c  0.0s |       0 |        0 |        0 |   322704      0 |      455 |      455
292.85/292.95	c  0.4s |       0 |       13 |        1 |   322704      0 |      455 |      456
292.85/292.95	c #cpu_time = 0.448s
292.85/292.95	c #wall_clock_time = 0.449s
292.85/292.95	c #decision = 13
292.85/292.95	c #random_decision = 0
292.85/292.95	c #conflict = 1
292.85/292.95	c #restart = 0
292.85/292.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 179: cost of the new core is >=182272
292.85/292.95	c BCD2: refineLB: 182270 -> 182272
292.85/292.95	c lower bound updated to -174515029
293.04/293.13	c BCD2: 381952 <= obj <= 174896980
293.04/293.14	c BCD2: #cores=12, #unrelaxed=306180, #relaxed=375, #hardened=0
293.04/293.14	c BCD2: #sat=1 #unsat=374 bias=374/375
293.04/293.15	c Solving starts ...
293.04/293.15	c ============================[ Search Statistics ]============================
293.04/293.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
293.04/293.15	c       |         |          |          |    Limit     GC | Var      | Constra 
293.04/293.15	c =============================================================================
293.04/293.15	c  0.0s |       0 |        0 |        0 |   322704      0 |      456 |      456
294.34/294.46	c  1.3s |       0 |       13 |        1 |   322704      0 |      456 |      457
294.34/294.46	c #cpu_time = 1.301s
294.34/294.46	c #wall_clock_time = 1.304s
294.34/294.46	c #decision = 13
294.34/294.46	c #random_decision = 0
294.34/294.46	c #conflict = 1
294.34/294.46	c #restart = 0
294.34/294.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 180: cost of the new core is >=183296
294.34/294.46	c BCD2: refineLB: 183294 -> 183296
294.34/294.46	c lower bound updated to -174514005
294.54/294.63	c BCD2: 382976 <= obj <= 174896980
294.54/294.63	c BCD2: #cores=12, #unrelaxed=306179, #relaxed=376, #hardened=0
294.54/294.63	c BCD2: #sat=1 #unsat=375 bias=375/376
294.54/294.64	c Solving starts ...
294.54/294.64	c ============================[ Search Statistics ]============================
294.54/294.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
294.54/294.64	c       |         |          |          |    Limit     GC | Var      | Constra 
294.54/294.64	c =============================================================================
294.54/294.64	c  0.0s |       0 |        0 |        0 |   322704      0 |      457 |      457
294.95/295.09	c  0.5s |       0 |       13 |        1 |   322704      0 |      457 |      458
294.95/295.09	c #cpu_time = 0.450s
294.95/295.09	c #wall_clock_time = 0.451s
294.95/295.09	c #decision = 13
294.95/295.09	c #random_decision = 0
294.95/295.09	c #conflict = 1
294.95/295.09	c #restart = 0
294.95/295.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 181: cost of the new core is >=184320
294.95/295.09	c BCD2: refineLB: 184318 -> 184320
294.95/295.09	c lower bound updated to -174512981
295.14/295.23	c BCD2: 384000 <= obj <= 174896980
295.14/295.23	c BCD2: #cores=12, #unrelaxed=306178, #relaxed=377, #hardened=0
295.14/295.23	c BCD2: #sat=1 #unsat=376 bias=376/377
295.14/295.24	c Solving starts ...
295.14/295.24	c ============================[ Search Statistics ]============================
295.14/295.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
295.14/295.24	c       |         |          |          |    Limit     GC | Var      | Constra 
295.14/295.24	c =============================================================================
295.14/295.24	c  0.0s |       0 |        0 |        0 |   322704      0 |      458 |      458
295.54/295.68	c  0.4s |       0 |       13 |        1 |   322704      0 |      458 |      459
295.54/295.68	c #cpu_time = 0.438s
295.54/295.68	c #wall_clock_time = 0.440s
295.54/295.68	c #decision = 13
295.54/295.68	c #random_decision = 0
295.54/295.68	c #conflict = 1
295.54/295.68	c #restart = 0
295.54/295.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 182: cost of the new core is >=185344
295.54/295.68	c BCD2: refineLB: 185342 -> 185344
295.54/295.68	c lower bound updated to -174511957
295.74/295.84	c BCD2: 385024 <= obj <= 174896980
295.74/295.84	c BCD2: #cores=12, #unrelaxed=306177, #relaxed=378, #hardened=0
295.74/295.84	c BCD2: #sat=1 #unsat=377 bias=377/378
295.74/295.84	c Solving starts ...
295.74/295.84	c ============================[ Search Statistics ]============================
295.74/295.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
295.74/295.84	c       |         |          |          |    Limit     GC | Var      | Constra 
295.74/295.84	c =============================================================================
295.74/295.85	c  0.0s |       0 |        0 |        0 |   322704      0 |      459 |      459
296.24/296.30	c  0.5s |       0 |       13 |        1 |   322704      0 |      459 |      460
296.24/296.30	c #cpu_time = 0.450s
296.24/296.30	c #wall_clock_time = 0.452s
296.24/296.30	c #decision = 13
296.24/296.30	c #random_decision = 0
296.24/296.30	c #conflict = 1
296.24/296.30	c #restart = 0
296.24/296.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 183: cost of the new core is >=186368
296.24/296.30	c BCD2: refineLB: 186366 -> 186368
296.24/296.30	c lower bound updated to -174510933
296.34/296.44	c BCD2: 386048 <= obj <= 174896980
296.34/296.44	c BCD2: #cores=12, #unrelaxed=306176, #relaxed=379, #hardened=0
296.34/296.44	c BCD2: #sat=1 #unsat=378 bias=378/379
296.34/296.45	c Solving starts ...
296.34/296.45	c ============================[ Search Statistics ]============================
296.34/296.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
296.34/296.45	c       |         |          |          |    Limit     GC | Var      | Constra 
296.34/296.45	c =============================================================================
296.34/296.45	c  0.0s |       0 |        0 |        0 |   322704      0 |      460 |      460
296.74/296.89	c  0.4s |       0 |       13 |        1 |   322704      0 |      460 |      461
296.74/296.89	c #cpu_time = 0.446s
296.74/296.89	c #wall_clock_time = 0.447s
296.74/296.89	c #decision = 13
296.74/296.89	c #random_decision = 0
296.74/296.89	c #conflict = 1
296.74/296.89	c #restart = 0
296.74/296.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 184: cost of the new core is >=187392
296.74/296.89	c BCD2: refineLB: 187390 -> 187392
296.74/296.89	c lower bound updated to -174509909
296.94/297.04	c BCD2: 387072 <= obj <= 174896980
296.94/297.04	c BCD2: #cores=12, #unrelaxed=306175, #relaxed=380, #hardened=0
296.94/297.04	c BCD2: #sat=1 #unsat=379 bias=379/380
296.94/297.05	c Solving starts ...
296.94/297.05	c ============================[ Search Statistics ]============================
296.94/297.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
296.94/297.05	c       |         |          |          |    Limit     GC | Var      | Constra 
296.94/297.05	c =============================================================================
296.94/297.05	c  0.0s |       0 |        0 |        0 |   322704      0 |      461 |      461
297.44/297.50	c  0.5s |       0 |       13 |        1 |   322704      0 |      461 |      462
297.44/297.50	c #cpu_time = 0.452s
297.44/297.50	c #wall_clock_time = 0.453s
297.44/297.50	c #decision = 13
297.44/297.50	c #random_decision = 0
297.44/297.50	c #conflict = 1
297.44/297.50	c #restart = 0
297.44/297.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 185: cost of the new core is >=188416
297.44/297.50	c BCD2: refineLB: 188414 -> 188416
297.44/297.50	c lower bound updated to -174508885
297.54/297.65	c BCD2: 388096 <= obj <= 174896980
297.54/297.65	c BCD2: #cores=12, #unrelaxed=306174, #relaxed=381, #hardened=0
297.54/297.65	c BCD2: #sat=1 #unsat=380 bias=380/381
297.54/297.65	c Solving starts ...
297.54/297.65	c ============================[ Search Statistics ]============================
297.54/297.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
297.54/297.65	c       |         |          |          |    Limit     GC | Var      | Constra 
297.54/297.65	c =============================================================================
297.54/297.65	c  0.0s |       0 |        0 |        0 |   322704      0 |      462 |      462
298.04/298.11	c  0.5s |       0 |       13 |        1 |   322704      0 |      462 |      463
298.04/298.11	c #cpu_time = 0.451s
298.04/298.11	c #wall_clock_time = 0.452s
298.04/298.11	c #decision = 13
298.04/298.11	c #random_decision = 0
298.04/298.11	c #conflict = 1
298.04/298.11	c #restart = 0
298.04/298.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 186: cost of the new core is >=189440
298.04/298.11	c BCD2: refineLB: 189438 -> 189440
298.04/298.11	c lower bound updated to -174507861
298.15/298.29	c BCD2: 389120 <= obj <= 174896980
298.15/298.29	c BCD2: #cores=12, #unrelaxed=306173, #relaxed=382, #hardened=0
298.15/298.29	c BCD2: #sat=1 #unsat=381 bias=381/382
298.15/298.30	c Solving starts ...
298.15/298.30	c ============================[ Search Statistics ]============================
298.15/298.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
298.15/298.30	c       |         |          |          |    Limit     GC | Var      | Constra 
298.15/298.30	c =============================================================================
298.15/298.30	c  0.0s |       0 |        0 |        0 |   322704      0 |      463 |      464
298.64/298.76	c  0.5s |       0 |       12 |        0 |   322704      0 |      463 |      465
298.64/298.76	c #cpu_time = 0.453s
298.64/298.76	c #wall_clock_time = 0.455s
298.64/298.76	c #decision = 12
298.64/298.76	c #random_decision = 0
298.64/298.76	c #conflict = 0
298.64/298.76	c #restart = 0
298.64/298.76	c BCD2: found a new core of size 1: cost of the new core is >=1024
298.64/298.76	c lower bound updated to -174506837
298.74/298.89	c BCD2: 390144 <= obj <= 174896980
298.74/298.90	c BCD2: #cores=13, #unrelaxed=306172, #relaxed=383, #hardened=0
298.74/298.90	c BCD2: #sat=1 #unsat=382 bias=382/383
298.84/298.91	c Solving starts ...
298.84/298.91	c ============================[ Search Statistics ]============================
298.84/298.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
298.84/298.91	c       |         |          |          |    Limit     GC | Var      | Constra 
298.84/298.91	c =============================================================================
298.84/298.91	c  0.0s |       0 |        0 |        0 |   322704      0 |      463 |      465
299.25/299.36	c  0.5s |       0 |       13 |        0 |   322704      0 |      463 |      465
299.25/299.36	c #cpu_time = 0.450s
299.25/299.36	c #wall_clock_time = 0.451s
299.25/299.36	c #decision = 13
299.25/299.36	c #random_decision = 0
299.25/299.36	c #conflict = 0
299.25/299.36	c #restart = 0
299.25/299.36	c BCD2: found a new core of size 1: cost of the new core is >=1024
299.25/299.37	c lower bound updated to -174505813
299.44/299.50	c BCD2: 391168 <= obj <= 174896980
299.44/299.50	c BCD2: #cores=14, #unrelaxed=306171, #relaxed=384, #hardened=0
299.44/299.50	c BCD2: #sat=1 #unsat=383 bias=383/384
299.44/299.52	c Solving starts ...
299.44/299.52	c ============================[ Search Statistics ]============================
299.44/299.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
299.44/299.52	c       |         |          |          |    Limit     GC | Var      | Constra 
299.44/299.52	c =============================================================================
299.44/299.52	c  0.0s |       0 |        0 |        0 |   322704      0 |      463 |      465
299.84/299.97	c  0.5s |       0 |       14 |        0 |   322704      0 |      463 |      465
299.84/299.97	c #cpu_time = 0.453s
299.84/299.97	c #wall_clock_time = 0.454s
299.84/299.97	c #decision = 14
299.84/299.97	c #random_decision = 0
299.84/299.97	c #conflict = 0
299.84/299.97	c #restart = 0
299.84/299.97	c BCD2: found a new core of size 1: cost of the new core is >=1024
299.84/299.97	c lower bound updated to -174504789
300.04/300.11	c BCD2: 392192 <= obj <= 174896980
300.04/300.11	c BCD2: #cores=15, #unrelaxed=306170, #relaxed=385, #hardened=0
300.04/300.11	c BCD2: #sat=1 #unsat=384 bias=384/385
300.04/300.13	c Solving starts ...
300.04/300.13	c ============================[ Search Statistics ]============================
300.04/300.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
300.04/300.13	c       |         |          |          |    Limit     GC | Var      | Constra 
300.04/300.13	c =============================================================================
300.04/300.13	c  0.0s |       0 |        0 |        0 |   322704      0 |      463 |      465
301.34/301.48	c  1.4s |       0 |       15 |        0 |   322704      0 |      463 |      465
301.34/301.48	c #cpu_time = 1.352s
301.34/301.48	c #wall_clock_time = 1.355s
301.34/301.48	c #decision = 15
301.34/301.48	c #random_decision = 0
301.34/301.48	c #conflict = 0
301.34/301.48	c #restart = 0
301.34/301.48	c BCD2: found a new core of size 1: cost of the new core is >=1024
301.34/301.48	c lower bound updated to -174503765
301.55/301.63	c BCD2: 393216 <= obj <= 174896980
301.55/301.63	c BCD2: #cores=16, #unrelaxed=306169, #relaxed=386, #hardened=0
301.55/301.63	c BCD2: #sat=1 #unsat=385 bias=385/386
301.55/301.64	c Solving starts ...
301.55/301.64	c ============================[ Search Statistics ]============================
301.55/301.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
301.55/301.64	c       |         |          |          |    Limit     GC | Var      | Constra 
301.55/301.64	c =============================================================================
301.55/301.64	c  0.0s |       0 |        0 |        0 |   322704      0 |      463 |      465
301.94/302.08	c  0.4s |       0 |       16 |        0 |   322704      0 |      463 |      465
301.94/302.08	c #cpu_time = 0.443s
301.94/302.08	c #wall_clock_time = 0.444s
301.94/302.08	c #decision = 16
301.94/302.08	c #random_decision = 0
301.94/302.08	c #conflict = 0
301.94/302.08	c #restart = 0
301.94/302.08	c BCD2: found a new core of size 1: cost of the new core is >=1024
301.94/302.08	c lower bound updated to -174502741
302.14/302.25	c BCD2: 394240 <= obj <= 174896980
302.14/302.25	c BCD2: #cores=17, #unrelaxed=306168, #relaxed=387, #hardened=0
302.14/302.25	c BCD2: #sat=1 #unsat=386 bias=386/387
302.14/302.26	c Solving starts ...
302.14/302.26	c ============================[ Search Statistics ]============================
302.14/302.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
302.14/302.26	c       |         |          |          |    Limit     GC | Var      | Constra 
302.14/302.26	c =============================================================================
302.14/302.26	c  0.0s |       0 |        0 |        0 |   322704      0 |      463 |      465
302.65/302.73	c  0.5s |       0 |       18 |        0 |   322704      0 |      463 |      465
302.65/302.73	c #cpu_time = 0.467s
302.65/302.73	c #wall_clock_time = 0.469s
302.65/302.73	c #decision = 18
302.65/302.73	c #random_decision = 0
302.65/302.73	c #conflict = 0
302.65/302.73	c #restart = 0
302.65/302.73	c BCD2: found a new core of size 2: cost of the new core is >=1024
302.65/302.73	c lower bound updated to -174501717
302.84/302.91	c BCD2: 395264 <= obj <= 174896980
302.84/302.91	c BCD2: #cores=18, #unrelaxed=306166, #relaxed=389, #hardened=0
302.84/302.91	c BCD2: #sat=1 #unsat=387 bias=387/388
302.84/302.92	c Solving starts ...
302.84/302.92	c ============================[ Search Statistics ]============================
302.84/302.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
302.84/302.92	c       |         |          |          |    Limit     GC | Var      | Constra 
302.84/302.92	c =============================================================================
302.84/302.92	c  0.0s |       0 |        0 |        0 |   322704      0 |      463 |      465
303.24/303.36	c  0.4s |       0 |       19 |        1 |   322704      0 |      463 |      465
303.24/303.36	c #cpu_time = 0.437s
303.24/303.36	c #wall_clock_time = 0.438s
303.24/303.36	c #decision = 19
303.24/303.36	c #random_decision = 0
303.24/303.36	c #conflict = 1
303.24/303.36	c #restart = 0
303.24/303.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2048
303.24/303.36	c BCD2: refineLB: 2046 -> 2048
303.24/303.36	c lower bound updated to -174500693
303.44/303.56	c BCD2: 396288 <= obj <= 174896980
303.44/303.56	c BCD2: #cores=18, #unrelaxed=306165, #relaxed=390, #hardened=0
303.44/303.56	c BCD2: #sat=1 #unsat=388 bias=388/389
303.44/303.56	c Solving starts ...
303.44/303.56	c ============================[ Search Statistics ]============================
303.44/303.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
303.44/303.56	c       |         |          |          |    Limit     GC | Var      | Constra 
303.44/303.56	c =============================================================================
303.44/303.56	c  0.0s |       0 |        0 |        0 |   322704      0 |      464 |      465
303.94/304.02	c  0.5s |       0 |       19 |        1 |   322704      0 |      464 |      466
303.94/304.02	c #cpu_time = 0.452s
303.94/304.02	c #wall_clock_time = 0.453s
303.94/304.02	c #decision = 19
303.94/304.02	c #random_decision = 0
303.94/304.02	c #conflict = 1
303.94/304.02	c #restart = 0
303.94/304.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3072
303.94/304.02	c BCD2: refineLB: 3070 -> 3072
303.94/304.02	c lower bound updated to -174499669
304.04/304.19	c BCD2: 397312 <= obj <= 174896980
304.04/304.19	c BCD2: #cores=18, #unrelaxed=306164, #relaxed=391, #hardened=0
304.04/304.19	c BCD2: #sat=1 #unsat=389 bias=389/390
304.14/304.20	c Solving starts ...
304.14/304.20	c ============================[ Search Statistics ]============================
304.14/304.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
304.14/304.20	c       |         |          |          |    Limit     GC | Var      | Constra 
304.14/304.20	c =============================================================================
304.14/304.20	c  0.0s |       0 |        0 |        0 |   322704      0 |      465 |      466
304.54/304.65	c  0.4s |       0 |       19 |        1 |   322704      0 |      465 |      467
304.54/304.65	c #cpu_time = 0.447s
304.54/304.65	c #wall_clock_time = 0.448s
304.54/304.65	c #decision = 19
304.54/304.65	c #random_decision = 0
304.54/304.65	c #conflict = 1
304.54/304.65	c #restart = 0
304.54/304.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4096
304.54/304.65	c BCD2: refineLB: 4094 -> 4096
304.54/304.65	c lower bound updated to -174498645
304.75/304.83	c BCD2: 398336 <= obj <= 174896980
304.75/304.83	c BCD2: #cores=18, #unrelaxed=306163, #relaxed=392, #hardened=0
304.75/304.83	c BCD2: #sat=1 #unsat=390 bias=390/391
304.75/304.84	c Solving starts ...
304.75/304.84	c ============================[ Search Statistics ]============================
304.75/304.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
304.75/304.84	c       |         |          |          |    Limit     GC | Var      | Constra 
304.75/304.84	c =============================================================================
304.75/304.84	c  0.0s |       0 |        0 |        0 |   322704      0 |      466 |      467
305.14/305.29	c  0.5s |       0 |       19 |        1 |   322704      0 |      466 |      468
305.14/305.29	c #cpu_time = 0.452s
305.14/305.29	c #wall_clock_time = 0.453s
305.14/305.29	c #decision = 19
305.14/305.29	c #random_decision = 0
305.14/305.29	c #conflict = 1
305.14/305.29	c #restart = 0
305.14/305.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5120
305.14/305.29	c BCD2: refineLB: 5118 -> 5120
305.14/305.29	c lower bound updated to -174497621
305.34/305.47	c BCD2: 399360 <= obj <= 174896980
305.34/305.47	c BCD2: #cores=18, #unrelaxed=306162, #relaxed=393, #hardened=0
305.34/305.47	c BCD2: #sat=1 #unsat=391 bias=391/392
305.34/305.48	c Solving starts ...
305.34/305.48	c ============================[ Search Statistics ]============================
305.34/305.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
305.34/305.48	c       |         |          |          |    Limit     GC | Var      | Constra 
305.34/305.48	c =============================================================================
305.34/305.48	c  0.0s |       0 |        0 |        0 |   322704      0 |      467 |      468
305.85/305.93	c  0.5s |       0 |       19 |        1 |   322704      0 |      467 |      469
305.85/305.93	c #cpu_time = 0.454s
305.85/305.93	c #wall_clock_time = 0.456s
305.85/305.93	c #decision = 19
305.85/305.93	c #random_decision = 0
305.85/305.93	c #conflict = 1
305.85/305.93	c #restart = 0
305.85/305.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6144
305.85/305.93	c BCD2: refineLB: 6142 -> 6144
305.85/305.93	c lower bound updated to -174496597
306.05/306.15	c BCD2: 400384 <= obj <= 174896980
306.05/306.15	c BCD2: #cores=18, #unrelaxed=306161, #relaxed=394, #hardened=0
306.05/306.15	c BCD2: #sat=1 #unsat=392 bias=392/393
306.05/306.17	c Solving starts ...
306.05/306.17	c ============================[ Search Statistics ]============================
306.05/306.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
306.05/306.17	c       |         |          |          |    Limit     GC | Var      | Constra 
306.05/306.17	c =============================================================================
306.05/306.17	c  0.0s |       0 |        0 |        0 |   322704      0 |      468 |      469
306.54/306.62	c  0.5s |       0 |       19 |        1 |   322704      0 |      468 |      470
306.54/306.62	c #cpu_time = 0.451s
306.54/306.62	c #wall_clock_time = 0.452s
306.54/306.62	c #decision = 19
306.54/306.62	c #random_decision = 0
306.54/306.62	c #conflict = 1
306.54/306.62	c #restart = 0
306.54/306.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7168
306.54/306.62	c BCD2: refineLB: 7166 -> 7168
306.54/306.62	c lower bound updated to -174495573
306.74/306.84	c BCD2: 401408 <= obj <= 174896980
306.74/306.84	c BCD2: #cores=18, #unrelaxed=306160, #relaxed=395, #hardened=0
306.74/306.84	c BCD2: #sat=1 #unsat=393 bias=393/394
306.74/306.85	c Solving starts ...
306.74/306.85	c ============================[ Search Statistics ]============================
306.74/306.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
306.74/306.85	c       |         |          |          |    Limit     GC | Var      | Constra 
306.74/306.85	c =============================================================================
306.74/306.85	c  0.0s |       0 |        0 |        0 |   322704      0 |      469 |      470
307.24/307.31	c  0.5s |       0 |       19 |        1 |   322704      0 |      469 |      471
307.24/307.31	c #cpu_time = 0.455s
307.24/307.31	c #wall_clock_time = 0.457s
307.24/307.31	c #decision = 19
307.24/307.31	c #random_decision = 0
307.24/307.31	c #conflict = 1
307.24/307.31	c #restart = 0
307.24/307.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8192
307.24/307.31	c BCD2: refineLB: 8190 -> 8192
307.24/307.31	c lower bound updated to -174494549
307.44/307.53	c BCD2: 402432 <= obj <= 174896980
307.44/307.53	c BCD2: #cores=18, #unrelaxed=306159, #relaxed=396, #hardened=0
307.44/307.53	c BCD2: #sat=1 #unsat=394 bias=394/395
307.44/307.54	c Solving starts ...
307.44/307.54	c ============================[ Search Statistics ]============================
307.44/307.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
307.44/307.54	c       |         |          |          |    Limit     GC | Var      | Constra 
307.44/307.54	c =============================================================================
307.44/307.54	c  0.0s |       0 |        0 |        0 |   322704      0 |      470 |      471
308.75/308.88	c  1.3s |       0 |       19 |        1 |   322704      0 |      470 |      472
308.75/308.88	c #cpu_time = 1.331s
308.75/308.88	c #wall_clock_time = 1.335s
308.75/308.88	c #decision = 19
308.75/308.88	c #random_decision = 0
308.75/308.88	c #conflict = 1
308.75/308.88	c #restart = 0
308.75/308.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9216
308.75/308.88	c BCD2: refineLB: 9214 -> 9216
308.75/308.88	c lower bound updated to -174493525
308.95/309.04	c BCD2: 403456 <= obj <= 174896980
308.95/309.04	c BCD2: #cores=18, #unrelaxed=306158, #relaxed=397, #hardened=0
308.95/309.04	c BCD2: #sat=1 #unsat=395 bias=395/396
308.95/309.05	c Solving starts ...
308.95/309.05	c ============================[ Search Statistics ]============================
308.95/309.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
308.95/309.05	c       |         |          |          |    Limit     GC | Var      | Constra 
308.95/309.05	c =============================================================================
308.95/309.05	c  0.0s |       0 |        0 |        0 |   322704      0 |      471 |      472
309.35/309.49	c  0.4s |       0 |       19 |        1 |   322704      0 |      471 |      473
309.35/309.49	c #cpu_time = 0.436s
309.35/309.49	c #wall_clock_time = 0.437s
309.35/309.49	c #decision = 19
309.35/309.49	c #random_decision = 0
309.35/309.49	c #conflict = 1
309.35/309.49	c #restart = 0
309.35/309.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10240
309.35/309.49	c BCD2: refineLB: 10238 -> 10240
309.35/309.49	c lower bound updated to -174492501
309.55/309.67	c BCD2: 404480 <= obj <= 174896980
309.55/309.67	c BCD2: #cores=18, #unrelaxed=306157, #relaxed=398, #hardened=0
309.55/309.67	c BCD2: #sat=1 #unsat=396 bias=396/397
309.55/309.68	c Solving starts ...
309.55/309.68	c ============================[ Search Statistics ]============================
309.55/309.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
309.55/309.68	c       |         |          |          |    Limit     GC | Var      | Constra 
309.55/309.68	c =============================================================================
309.55/309.68	c  0.0s |       0 |        0 |        0 |   322704      0 |      472 |      473
310.05/310.12	c  0.4s |       0 |       19 |        1 |   322704      0 |      472 |      474
310.05/310.12	c #cpu_time = 0.446s
310.05/310.12	c #wall_clock_time = 0.447s
310.05/310.12	c #decision = 19
310.05/310.12	c #random_decision = 0
310.05/310.12	c #conflict = 1
310.05/310.12	c #restart = 0
310.05/310.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11264
310.05/310.12	c BCD2: refineLB: 11262 -> 11264
310.05/310.12	c lower bound updated to -174491477
310.15/310.29	c BCD2: 405504 <= obj <= 174896980
310.15/310.29	c BCD2: #cores=18, #unrelaxed=306156, #relaxed=399, #hardened=0
310.15/310.29	c BCD2: #sat=1 #unsat=397 bias=397/398
310.15/310.30	c Solving starts ...
310.15/310.30	c ============================[ Search Statistics ]============================
310.15/310.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
310.15/310.30	c       |         |          |          |    Limit     GC | Var      | Constra 
310.15/310.30	c =============================================================================
310.15/310.30	c  0.0s |       0 |        0 |        0 |   322704      0 |      473 |      474
310.65/310.73	c  0.4s |       0 |       19 |        1 |   322704      0 |      473 |      475
310.65/310.73	c #cpu_time = 0.431s
310.65/310.73	c #wall_clock_time = 0.433s
310.65/310.73	c #decision = 19
310.65/310.73	c #random_decision = 0
310.65/310.73	c #conflict = 1
310.65/310.73	c #restart = 0
310.65/310.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12288
310.65/310.73	c BCD2: refineLB: 12286 -> 12288
310.65/310.73	c lower bound updated to -174490453
310.85/310.92	c BCD2: 406528 <= obj <= 174896980
310.85/310.92	c BCD2: #cores=18, #unrelaxed=306155, #relaxed=400, #hardened=0
310.85/310.92	c BCD2: #sat=1 #unsat=398 bias=398/399
310.85/310.92	c Solving starts ...
310.85/310.92	c ============================[ Search Statistics ]============================
310.85/310.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
310.85/310.92	c       |         |          |          |    Limit     GC | Var      | Constra 
310.85/310.92	c =============================================================================
310.85/310.92	c  0.0s |       0 |        0 |        0 |   322704      0 |      474 |      475
311.25/311.37	c  0.4s |       0 |       19 |        1 |   322704      0 |      474 |      476
311.25/311.37	c #cpu_time = 0.446s
311.25/311.37	c #wall_clock_time = 0.447s
311.25/311.37	c #decision = 19
311.25/311.37	c #random_decision = 0
311.25/311.37	c #conflict = 1
311.25/311.37	c #restart = 0
311.25/311.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13312
311.25/311.37	c BCD2: refineLB: 13310 -> 13312
311.25/311.37	c lower bound updated to -174489429
311.45/311.54	c BCD2: 407552 <= obj <= 174896980
311.45/311.54	c BCD2: #cores=18, #unrelaxed=306154, #relaxed=401, #hardened=0
311.45/311.54	c BCD2: #sat=1 #unsat=399 bias=399/400
311.45/311.54	c Solving starts ...
311.45/311.54	c ============================[ Search Statistics ]============================
311.45/311.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
311.45/311.54	c       |         |          |          |    Limit     GC | Var      | Constra 
311.45/311.54	c =============================================================================
311.45/311.54	c  0.0s |       0 |        0 |        0 |   322704      0 |      475 |      476
311.85/311.99	c  0.4s |       0 |       19 |        1 |   322704      0 |      475 |      477
311.85/311.99	c #cpu_time = 0.445s
311.85/311.99	c #wall_clock_time = 0.446s
311.85/311.99	c #decision = 19
311.85/311.99	c #random_decision = 0
311.85/311.99	c #conflict = 1
311.85/311.99	c #restart = 0
311.85/311.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14336
311.85/311.99	c BCD2: refineLB: 14334 -> 14336
311.85/311.99	c lower bound updated to -174488405
312.05/312.17	c BCD2: 408576 <= obj <= 174896980
312.05/312.17	c BCD2: #cores=18, #unrelaxed=306153, #relaxed=402, #hardened=0
312.05/312.17	c BCD2: #sat=1 #unsat=400 bias=400/401
312.05/312.18	c Solving starts ...
312.05/312.18	c ============================[ Search Statistics ]============================
312.05/312.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
312.05/312.18	c       |         |          |          |    Limit     GC | Var      | Constra 
312.05/312.18	c =============================================================================
312.05/312.18	c  0.0s |       0 |        0 |        0 |   322704      0 |      476 |      477
312.55/312.62	c  0.4s |       0 |       19 |        1 |   322704      0 |      476 |      478
312.55/312.62	c #cpu_time = 0.446s
312.55/312.62	c #wall_clock_time = 0.448s
312.55/312.62	c #decision = 19
312.55/312.62	c #random_decision = 0
312.55/312.62	c #conflict = 1
312.55/312.62	c #restart = 0
312.55/312.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15360
312.55/312.62	c BCD2: refineLB: 15358 -> 15360
312.55/312.62	c lower bound updated to -174487381
312.64/312.79	c BCD2: 409600 <= obj <= 174896980
312.64/312.79	c BCD2: #cores=18, #unrelaxed=306152, #relaxed=403, #hardened=0
312.64/312.79	c BCD2: #sat=1 #unsat=401 bias=401/402
312.74/312.80	c Solving starts ...
312.74/312.80	c ============================[ Search Statistics ]============================
312.74/312.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
312.74/312.80	c       |         |          |          |    Limit     GC | Var      | Constra 
312.74/312.80	c =============================================================================
312.74/312.80	c  0.0s |       0 |        0 |        0 |   322704      0 |      477 |      478
313.14/313.25	c  0.4s |       0 |       19 |        1 |   322704      0 |      477 |      479
313.14/313.25	c #cpu_time = 0.449s
313.14/313.25	c #wall_clock_time = 0.450s
313.14/313.25	c #decision = 19
313.14/313.25	c #random_decision = 0
313.14/313.25	c #conflict = 1
313.14/313.25	c #restart = 0
313.14/313.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16384
313.14/313.25	c BCD2: refineLB: 16382 -> 16384
313.14/313.25	c lower bound updated to -174486357
313.34/313.46	c BCD2: 410624 <= obj <= 174896980
313.34/313.46	c BCD2: #cores=18, #unrelaxed=306151, #relaxed=404, #hardened=0
313.34/313.46	c BCD2: #sat=1 #unsat=402 bias=402/403
313.34/313.47	c Solving starts ...
313.34/313.47	c ============================[ Search Statistics ]============================
313.34/313.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
313.34/313.47	c       |         |          |          |    Limit     GC | Var      | Constra 
313.34/313.47	c =============================================================================
313.34/313.47	c  0.0s |       0 |        0 |        0 |   322704      0 |      478 |      479
313.84/313.92	c  0.4s |       0 |       19 |        1 |   322704      0 |      478 |      480
313.84/313.92	c #cpu_time = 0.448s
313.84/313.92	c #wall_clock_time = 0.449s
313.84/313.92	c #decision = 19
313.84/313.92	c #random_decision = 0
313.84/313.92	c #conflict = 1
313.84/313.92	c #restart = 0
313.84/313.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17408
313.84/313.92	c BCD2: refineLB: 17406 -> 17408
313.84/313.92	c lower bound updated to -174485333
314.04/314.13	c BCD2: 411648 <= obj <= 174896980
314.04/314.13	c BCD2: #cores=18, #unrelaxed=306150, #relaxed=405, #hardened=0
314.04/314.13	c BCD2: #sat=1 #unsat=403 bias=403/404
314.04/314.15	c Solving starts ...
314.04/314.15	c ============================[ Search Statistics ]============================
314.04/314.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
314.04/314.15	c       |         |          |          |    Limit     GC | Var      | Constra 
314.04/314.15	c =============================================================================
314.04/314.15	c  0.0s |       0 |        0 |        0 |   322704      0 |      479 |      480
314.54/314.60	c  0.5s |       0 |       19 |        1 |   322704      0 |      479 |      481
314.54/314.60	c #cpu_time = 0.449s
314.54/314.60	c #wall_clock_time = 0.450s
314.54/314.60	c #decision = 19
314.54/314.60	c #random_decision = 0
314.54/314.60	c #conflict = 1
314.54/314.60	c #restart = 0
314.54/314.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18432
314.54/314.60	c BCD2: refineLB: 18430 -> 18432
314.54/314.60	c lower bound updated to -174484309
314.74/314.81	c BCD2: 412672 <= obj <= 174896980
314.74/314.81	c BCD2: #cores=18, #unrelaxed=306149, #relaxed=406, #hardened=0
314.74/314.81	c BCD2: #sat=1 #unsat=404 bias=404/405
314.74/314.82	c Solving starts ...
314.74/314.82	c ============================[ Search Statistics ]============================
314.74/314.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
314.74/314.82	c       |         |          |          |    Limit     GC | Var      | Constra 
314.74/314.82	c =============================================================================
314.74/314.82	c  0.0s |       0 |        0 |        0 |   322704      0 |      480 |      481
316.05/316.15	c  1.3s |       0 |       19 |        1 |   322704      0 |      480 |      482
316.05/316.15	c #cpu_time = 1.323s
316.05/316.15	c #wall_clock_time = 1.327s
316.05/316.15	c #decision = 19
316.05/316.15	c #random_decision = 0
316.05/316.15	c #conflict = 1
316.05/316.15	c #restart = 0
316.05/316.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19456
316.05/316.15	c BCD2: refineLB: 19454 -> 19456
316.05/316.15	c lower bound updated to -174483285
316.15/316.29	c BCD2: 413696 <= obj <= 174896980
316.15/316.29	c BCD2: #cores=18, #unrelaxed=306148, #relaxed=407, #hardened=0
316.15/316.29	c BCD2: #sat=1 #unsat=405 bias=405/406
316.25/316.30	c Solving starts ...
316.25/316.30	c ============================[ Search Statistics ]============================
316.25/316.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
316.25/316.30	c       |         |          |          |    Limit     GC | Var      | Constra 
316.25/316.30	c =============================================================================
316.25/316.30	c  0.0s |       0 |        0 |        0 |   322704      0 |      481 |      482
316.65/316.74	c  0.4s |       0 |       19 |        1 |   322704      0 |      481 |      483
316.65/316.74	c #cpu_time = 0.440s
316.65/316.74	c #wall_clock_time = 0.441s
316.65/316.74	c #decision = 19
316.65/316.74	c #random_decision = 0
316.65/316.74	c #conflict = 1
316.65/316.74	c #restart = 0
316.65/316.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20480
316.65/316.74	c BCD2: refineLB: 20478 -> 20480
316.65/316.74	c lower bound updated to -174482261
316.74/316.90	c BCD2: 414720 <= obj <= 174896980
316.74/316.90	c BCD2: #cores=18, #unrelaxed=306147, #relaxed=408, #hardened=0
316.74/316.90	c BCD2: #sat=1 #unsat=406 bias=406/407
316.85/316.90	c Solving starts ...
316.85/316.90	c ============================[ Search Statistics ]============================
316.85/316.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
316.85/316.90	c       |         |          |          |    Limit     GC | Var      | Constra 
316.85/316.90	c =============================================================================
316.85/316.90	c  0.0s |       0 |        0 |        0 |   322704      0 |      482 |      483
317.24/317.36	c  0.5s |       0 |       19 |        1 |   322704      0 |      482 |      484
317.24/317.36	c #cpu_time = 0.451s
317.24/317.36	c #wall_clock_time = 0.452s
317.24/317.36	c #decision = 19
317.24/317.36	c #random_decision = 0
317.24/317.36	c #conflict = 1
317.24/317.36	c #restart = 0
317.24/317.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21504
317.24/317.36	c BCD2: refineLB: 21502 -> 21504
317.24/317.36	c lower bound updated to -174481237
317.44/317.50	c BCD2: 415744 <= obj <= 174896980
317.44/317.50	c BCD2: #cores=18, #unrelaxed=306146, #relaxed=409, #hardened=0
317.44/317.50	c BCD2: #sat=1 #unsat=407 bias=407/408
317.44/317.50	c Solving starts ...
317.44/317.50	c ============================[ Search Statistics ]============================
317.44/317.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
317.44/317.50	c       |         |          |          |    Limit     GC | Var      | Constra 
317.44/317.50	c =============================================================================
317.44/317.50	c  0.0s |       0 |        0 |        0 |   322704      0 |      483 |      484
317.84/317.94	c  0.4s |       0 |       19 |        1 |   322704      0 |      483 |      485
317.84/317.94	c #cpu_time = 0.436s
317.84/317.94	c #wall_clock_time = 0.438s
317.84/317.94	c #decision = 19
317.84/317.94	c #random_decision = 0
317.84/317.94	c #conflict = 1
317.84/317.94	c #restart = 0
317.84/317.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22528
317.84/317.94	c BCD2: refineLB: 22526 -> 22528
317.84/317.94	c lower bound updated to -174480213
318.05/318.10	c BCD2: 416768 <= obj <= 174896980
318.05/318.10	c BCD2: #cores=18, #unrelaxed=306145, #relaxed=410, #hardened=0
318.05/318.10	c BCD2: #sat=1 #unsat=408 bias=408/409
318.05/318.11	c Solving starts ...
318.05/318.11	c ============================[ Search Statistics ]============================
318.05/318.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
318.05/318.11	c       |         |          |          |    Limit     GC | Var      | Constra 
318.05/318.11	c =============================================================================
318.05/318.11	c  0.0s |       0 |        0 |        0 |   322704      0 |      484 |      485
318.44/318.56	c  0.5s |       0 |       19 |        1 |   322704      0 |      484 |      486
318.44/318.56	c #cpu_time = 0.451s
318.44/318.56	c #wall_clock_time = 0.452s
318.44/318.56	c #decision = 19
318.44/318.56	c #random_decision = 0
318.44/318.56	c #conflict = 1
318.44/318.56	c #restart = 0
318.44/318.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23552
318.44/318.56	c BCD2: refineLB: 23550 -> 23552
318.44/318.56	c lower bound updated to -174479189
318.64/318.70	c BCD2: 417792 <= obj <= 174896980
318.64/318.70	c BCD2: #cores=18, #unrelaxed=306144, #relaxed=411, #hardened=0
318.64/318.70	c BCD2: #sat=1 #unsat=409 bias=409/410
318.64/318.71	c Solving starts ...
318.64/318.71	c ============================[ Search Statistics ]============================
318.64/318.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
318.64/318.71	c       |         |          |          |    Limit     GC | Var      | Constra 
318.64/318.71	c =============================================================================
318.64/318.71	c  0.0s |       0 |        0 |        0 |   322704      0 |      485 |      486
319.05/319.16	c  0.4s |       0 |       19 |        1 |   322704      0 |      485 |      487
319.05/319.16	c #cpu_time = 0.446s
319.05/319.16	c #wall_clock_time = 0.447s
319.05/319.16	c #decision = 19
319.05/319.16	c #random_decision = 0
319.05/319.16	c #conflict = 1
319.05/319.16	c #restart = 0
319.05/319.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24576
319.05/319.16	c BCD2: refineLB: 24574 -> 24576
319.05/319.16	c lower bound updated to -174478165
319.24/319.32	c BCD2: 418816 <= obj <= 174896980
319.24/319.32	c BCD2: #cores=18, #unrelaxed=306143, #relaxed=412, #hardened=0
319.24/319.32	c BCD2: #sat=1 #unsat=410 bias=410/411
319.24/319.32	c Solving starts ...
319.24/319.32	c ============================[ Search Statistics ]============================
319.24/319.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
319.24/319.32	c       |         |          |          |    Limit     GC | Var      | Constra 
319.24/319.32	c =============================================================================
319.24/319.32	c  0.0s |       0 |        0 |        0 |   322704      0 |      486 |      487
319.64/319.78	c  0.5s |       0 |       19 |        1 |   322704      0 |      486 |      488
319.64/319.78	c #cpu_time = 0.451s
319.64/319.78	c #wall_clock_time = 0.452s
319.64/319.78	c #decision = 19
319.64/319.78	c #random_decision = 0
319.64/319.78	c #conflict = 1
319.64/319.78	c #restart = 0
319.64/319.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25600
319.64/319.78	c BCD2: refineLB: 25598 -> 25600
319.64/319.78	c lower bound updated to -174477141
319.84/319.92	c BCD2: 419840 <= obj <= 174896980
319.84/319.92	c BCD2: #cores=18, #unrelaxed=306142, #relaxed=413, #hardened=0
319.84/319.92	c BCD2: #sat=1 #unsat=411 bias=411/412
319.84/319.93	c Solving starts ...
319.84/319.93	c ============================[ Search Statistics ]============================
319.84/319.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
319.84/319.93	c       |         |          |          |    Limit     GC | Var      | Constra 
319.84/319.93	c =============================================================================
319.84/319.93	c  0.0s |       0 |        0 |        0 |   322704      0 |      487 |      488
320.25/320.38	c  0.5s |       0 |       19 |        1 |   322704      0 |      487 |      489
320.25/320.38	c #cpu_time = 0.454s
320.25/320.38	c #wall_clock_time = 0.455s
320.25/320.38	c #decision = 19
320.25/320.38	c #random_decision = 0
320.25/320.38	c #conflict = 1
320.25/320.38	c #restart = 0
320.25/320.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 27: cost of the new core is >=26624
320.25/320.38	c BCD2: refineLB: 26622 -> 26624
320.25/320.38	c lower bound updated to -174476117
320.44/320.57	c BCD2: 420864 <= obj <= 174896980
320.44/320.57	c BCD2: #cores=18, #unrelaxed=306141, #relaxed=414, #hardened=0
320.44/320.57	c BCD2: #sat=1 #unsat=412 bias=412/413
320.44/320.58	c Solving starts ...
320.44/320.58	c ============================[ Search Statistics ]============================
320.44/320.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
320.44/320.58	c       |         |          |          |    Limit     GC | Var      | Constra 
320.44/320.58	c =============================================================================
320.44/320.58	c  0.0s |       0 |        0 |        0 |   322704      0 |      488 |      489
320.94/321.03	c  0.5s |       0 |       19 |        1 |   322704      0 |      488 |      490
320.94/321.03	c #cpu_time = 0.451s
320.94/321.03	c #wall_clock_time = 0.452s
320.94/321.03	c #decision = 19
320.94/321.03	c #random_decision = 0
320.94/321.03	c #conflict = 1
320.94/321.03	c #restart = 0
320.94/321.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 28: cost of the new core is >=27648
320.94/321.03	c BCD2: refineLB: 27646 -> 27648
320.94/321.03	c lower bound updated to -174475093
321.14/321.22	c BCD2: 421888 <= obj <= 174896980
321.14/321.22	c BCD2: #cores=18, #unrelaxed=306140, #relaxed=415, #hardened=0
321.14/321.22	c BCD2: #sat=1 #unsat=413 bias=413/414
321.14/321.23	c Solving starts ...
321.14/321.23	c ============================[ Search Statistics ]============================
321.14/321.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
321.14/321.23	c       |         |          |          |    Limit     GC | Var      | Constra 
321.14/321.23	c =============================================================================
321.14/321.23	c  0.0s |       0 |        0 |        0 |   322704      0 |      489 |      490
321.54/321.69	c  0.5s |       0 |       19 |        1 |   322704      0 |      489 |      491
321.54/321.69	c #cpu_time = 0.454s
321.54/321.69	c #wall_clock_time = 0.455s
321.54/321.69	c #decision = 19
321.54/321.69	c #random_decision = 0
321.54/321.69	c #conflict = 1
321.54/321.69	c #restart = 0
321.54/321.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 29: cost of the new core is >=28672
321.54/321.69	c BCD2: refineLB: 28670 -> 28672
321.54/321.69	c lower bound updated to -174474069
322.64/322.75	c BCD2: 422912 <= obj <= 174896980
322.64/322.75	c BCD2: #cores=18, #unrelaxed=306139, #relaxed=416, #hardened=0
322.64/322.75	c BCD2: #sat=1 #unsat=414 bias=414/415
322.64/322.76	c Solving starts ...
322.64/322.76	c ============================[ Search Statistics ]============================
322.64/322.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
322.64/322.76	c       |         |          |          |    Limit     GC | Var      | Constra 
322.64/322.76	c =============================================================================
322.64/322.76	c  0.0s |       0 |        0 |        0 |   322704      0 |      490 |      491
323.14/323.21	c  0.5s |       0 |       19 |        1 |   322704      0 |      490 |      492
323.14/323.21	c #cpu_time = 0.451s
323.14/323.21	c #wall_clock_time = 0.452s
323.14/323.21	c #decision = 19
323.14/323.21	c #random_decision = 0
323.14/323.21	c #conflict = 1
323.14/323.21	c #restart = 0
323.14/323.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 30: cost of the new core is >=29696
323.14/323.21	c BCD2: refineLB: 29694 -> 29696
323.14/323.21	c lower bound updated to -174473045
323.24/323.39	c BCD2: 423936 <= obj <= 174896980
323.24/323.39	c BCD2: #cores=18, #unrelaxed=306138, #relaxed=417, #hardened=0
323.24/323.39	c BCD2: #sat=1 #unsat=415 bias=415/416
323.24/323.39	c Solving starts ...
323.24/323.39	c ============================[ Search Statistics ]============================
323.24/323.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
323.24/323.39	c       |         |          |          |    Limit     GC | Var      | Constra 
323.24/323.39	c =============================================================================
323.24/323.39	c  0.0s |       0 |        0 |        0 |   322704      0 |      491 |      492
323.74/323.83	c  0.4s |       0 |       19 |        1 |   322704      0 |      491 |      493
323.74/323.83	c #cpu_time = 0.436s
323.74/323.83	c #wall_clock_time = 0.437s
323.74/323.83	c #decision = 19
323.74/323.83	c #random_decision = 0
323.74/323.83	c #conflict = 1
323.74/323.83	c #restart = 0
323.74/323.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 31: cost of the new core is >=30720
323.74/323.83	c BCD2: refineLB: 30718 -> 30720
323.74/323.83	c lower bound updated to -174472021
323.94/324.02	c BCD2: 424960 <= obj <= 174896980
323.94/324.02	c BCD2: #cores=18, #unrelaxed=306137, #relaxed=418, #hardened=0
323.94/324.02	c BCD2: #sat=1 #unsat=416 bias=416/417
323.94/324.03	c Solving starts ...
323.94/324.03	c ============================[ Search Statistics ]============================
323.94/324.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
323.94/324.03	c       |         |          |          |    Limit     GC | Var      | Constra 
323.94/324.03	c =============================================================================
323.94/324.03	c  0.0s |       0 |        0 |        0 |   322704      0 |      492 |      493
324.34/324.48	c  0.4s |       0 |       19 |        1 |   322704      0 |      492 |      494
324.34/324.48	c #cpu_time = 0.446s
324.34/324.48	c #wall_clock_time = 0.447s
324.34/324.48	c #decision = 19
324.34/324.48	c #random_decision = 0
324.34/324.48	c #conflict = 1
324.34/324.48	c #restart = 0
324.34/324.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 32: cost of the new core is >=31744
324.34/324.48	c BCD2: refineLB: 31742 -> 31744
324.34/324.48	c lower bound updated to -174470997
324.54/324.65	c BCD2: 425984 <= obj <= 174896980
324.54/324.65	c BCD2: #cores=18, #unrelaxed=306136, #relaxed=419, #hardened=0
324.54/324.65	c BCD2: #sat=1 #unsat=417 bias=417/418
324.54/324.66	c Solving starts ...
324.54/324.66	c ============================[ Search Statistics ]============================
324.54/324.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
324.54/324.66	c       |         |          |          |    Limit     GC | Var      | Constra 
324.54/324.66	c =============================================================================
324.54/324.66	c  0.0s |       0 |        0 |        0 |   322704      0 |      493 |      494
324.94/325.09	c  0.4s |       0 |       19 |        1 |   322704      0 |      493 |      495
324.94/325.09	c #cpu_time = 0.432s
324.94/325.09	c #wall_clock_time = 0.433s
324.94/325.09	c #decision = 19
324.94/325.09	c #random_decision = 0
324.94/325.09	c #conflict = 1
324.94/325.09	c #restart = 0
324.94/325.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 33: cost of the new core is >=32768
324.94/325.09	c BCD2: refineLB: 32766 -> 32768
324.94/325.09	c lower bound updated to -174469973
325.14/325.29	c BCD2: 427008 <= obj <= 174896980
325.14/325.29	c BCD2: #cores=18, #unrelaxed=306135, #relaxed=420, #hardened=0
325.14/325.29	c BCD2: #sat=1 #unsat=418 bias=418/419
325.24/325.30	c Solving starts ...
325.24/325.30	c ============================[ Search Statistics ]============================
325.24/325.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
325.24/325.30	c       |         |          |          |    Limit     GC | Var      | Constra 
325.24/325.30	c =============================================================================
325.24/325.30	c  0.0s |       0 |        0 |        0 |   322704      0 |      494 |      495
325.64/325.75	c  0.4s |       0 |       19 |        1 |   322704      0 |      494 |      496
325.64/325.75	c #cpu_time = 0.448s
325.64/325.75	c #wall_clock_time = 0.449s
325.64/325.75	c #decision = 19
325.64/325.75	c #random_decision = 0
325.64/325.75	c #conflict = 1
325.64/325.75	c #restart = 0
325.64/325.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 34: cost of the new core is >=33792
325.64/325.75	c BCD2: refineLB: 33790 -> 33792
325.64/325.75	c lower bound updated to -174468949
325.84/325.92	c BCD2: 428032 <= obj <= 174896980
325.84/325.92	c BCD2: #cores=18, #unrelaxed=306134, #relaxed=421, #hardened=0
325.84/325.92	c BCD2: #sat=1 #unsat=419 bias=419/420
325.84/325.93	c Solving starts ...
325.84/325.93	c ============================[ Search Statistics ]============================
325.84/325.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
325.84/325.93	c       |         |          |          |    Limit     GC | Var      | Constra 
325.84/325.93	c =============================================================================
325.84/325.93	c  0.0s |       0 |        0 |        0 |   322704      0 |      495 |      496
326.24/326.38	c  0.4s |       0 |       19 |        1 |   322704      0 |      495 |      497
326.24/326.38	c #cpu_time = 0.446s
326.24/326.38	c #wall_clock_time = 0.448s
326.24/326.38	c #decision = 19
326.24/326.38	c #random_decision = 0
326.24/326.38	c #conflict = 1
326.24/326.38	c #restart = 0
326.24/326.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 35: cost of the new core is >=34816
326.24/326.38	c BCD2: refineLB: 34814 -> 34816
326.24/326.38	c lower bound updated to -174467925
326.44/326.56	c BCD2: 429056 <= obj <= 174896980
326.44/326.56	c BCD2: #cores=18, #unrelaxed=306133, #relaxed=422, #hardened=0
326.44/326.56	c BCD2: #sat=1 #unsat=420 bias=420/421
326.44/326.57	c Solving starts ...
326.44/326.57	c ============================[ Search Statistics ]============================
326.44/326.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
326.44/326.57	c       |         |          |          |    Limit     GC | Var      | Constra 
326.44/326.57	c =============================================================================
326.44/326.57	c  0.0s |       0 |        0 |        0 |   322704      0 |      496 |      497
326.94/327.02	c  0.4s |       0 |       19 |        1 |   322704      0 |      496 |      498
326.94/327.02	c #cpu_time = 0.449s
326.94/327.02	c #wall_clock_time = 0.450s
326.94/327.02	c #decision = 19
326.94/327.02	c #random_decision = 0
326.94/327.02	c #conflict = 1
326.94/327.02	c #restart = 0
326.94/327.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 36: cost of the new core is >=35840
326.94/327.02	c BCD2: refineLB: 35838 -> 35840
326.94/327.02	c lower bound updated to -174466901
327.14/327.21	c BCD2: 430080 <= obj <= 174896980
327.14/327.21	c BCD2: #cores=18, #unrelaxed=306132, #relaxed=423, #hardened=0
327.14/327.21	c BCD2: #sat=1 #unsat=421 bias=421/422
327.14/327.23	c Solving starts ...
327.14/327.23	c ============================[ Search Statistics ]============================
327.14/327.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
327.14/327.23	c       |         |          |          |    Limit     GC | Var      | Constra 
327.14/327.23	c =============================================================================
327.14/327.23	c  0.0s |       0 |        0 |        0 |   322704      0 |      497 |      498
327.54/327.68	c  0.5s |       0 |       19 |        1 |   322704      0 |      497 |      499
327.54/327.68	c #cpu_time = 0.449s
327.54/327.68	c #wall_clock_time = 0.451s
327.54/327.68	c #decision = 19
327.54/327.68	c #random_decision = 0
327.54/327.68	c #conflict = 1
327.54/327.68	c #restart = 0
327.54/327.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 37: cost of the new core is >=36864
327.54/327.68	c BCD2: refineLB: 36862 -> 36864
327.54/327.68	c lower bound updated to -174465877
327.74/327.89	c BCD2: 431104 <= obj <= 174896980
327.74/327.89	c BCD2: #cores=18, #unrelaxed=306131, #relaxed=424, #hardened=0
327.74/327.89	c BCD2: #sat=1 #unsat=422 bias=422/423
327.85/327.91	c Solving starts ...
327.85/327.91	c ============================[ Search Statistics ]============================
327.85/327.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
327.85/327.91	c       |         |          |          |    Limit     GC | Var      | Constra 
327.85/327.91	c =============================================================================
327.85/327.91	c  0.0s |       0 |        0 |        0 |   322704      0 |      498 |      499
328.24/328.36	c  0.4s |       0 |       19 |        1 |   322704      0 |      498 |      500
328.24/328.36	c #cpu_time = 0.446s
328.24/328.36	c #wall_clock_time = 0.447s
328.24/328.36	c #decision = 19
328.24/328.36	c #random_decision = 0
328.24/328.36	c #conflict = 1
328.24/328.36	c #restart = 0
328.24/328.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 38: cost of the new core is >=37888
328.24/328.36	c BCD2: refineLB: 37886 -> 37888
328.24/328.36	c lower bound updated to -174464853
328.44/328.57	c BCD2: 432128 <= obj <= 174896980
328.44/328.57	c BCD2: #cores=18, #unrelaxed=306130, #relaxed=425, #hardened=0
328.44/328.57	c BCD2: #sat=1 #unsat=423 bias=423/424
328.44/328.59	c Solving starts ...
328.44/328.59	c ============================[ Search Statistics ]============================
328.44/328.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
328.44/328.59	c       |         |          |          |    Limit     GC | Var      | Constra 
328.44/328.59	c =============================================================================
328.44/328.59	c  0.0s |       0 |        0 |        0 |   322704      0 |      499 |      500
328.94/329.04	c  0.5s |       0 |       19 |        1 |   322704      0 |      499 |      501
328.94/329.04	c #cpu_time = 0.451s
328.94/329.04	c #wall_clock_time = 0.453s
328.94/329.04	c #decision = 19
328.94/329.04	c #random_decision = 0
328.94/329.04	c #conflict = 1
328.94/329.04	c #restart = 0
328.94/329.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 39: cost of the new core is >=38912
328.94/329.04	c BCD2: refineLB: 38910 -> 38912
328.94/329.04	c lower bound updated to -174463829
330.04/330.11	c BCD2: 433152 <= obj <= 174896980
330.04/330.11	c BCD2: #cores=18, #unrelaxed=306129, #relaxed=426, #hardened=0
330.04/330.11	c BCD2: #sat=1 #unsat=424 bias=424/425
330.04/330.11	c Solving starts ...
330.04/330.11	c ============================[ Search Statistics ]============================
330.04/330.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
330.04/330.11	c       |         |          |          |    Limit     GC | Var      | Constra 
330.04/330.11	c =============================================================================
330.04/330.11	c  0.0s |       0 |        0 |        0 |   322704      0 |      500 |      501
330.44/330.56	c  0.4s |       0 |       19 |        1 |   322704      0 |      500 |      502
330.44/330.56	c #cpu_time = 0.448s
330.44/330.56	c #wall_clock_time = 0.449s
330.44/330.56	c #decision = 19
330.44/330.56	c #random_decision = 0
330.44/330.56	c #conflict = 1
330.44/330.56	c #restart = 0
330.44/330.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 40: cost of the new core is >=39936
330.44/330.56	c BCD2: refineLB: 39934 -> 39936
330.44/330.56	c lower bound updated to -174462805
330.64/330.70	c BCD2: 434176 <= obj <= 174896980
330.64/330.70	c BCD2: #cores=18, #unrelaxed=306128, #relaxed=427, #hardened=0
330.64/330.70	c BCD2: #sat=1 #unsat=425 bias=425/426
330.64/330.71	c Solving starts ...
330.64/330.71	c ============================[ Search Statistics ]============================
330.64/330.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
330.64/330.71	c       |         |          |          |    Limit     GC | Var      | Constra 
330.64/330.71	c =============================================================================
330.64/330.71	c  0.0s |       0 |        0 |        0 |   322704      0 |      501 |      502
331.04/331.15	c  0.4s |       0 |       19 |        1 |   322704      0 |      501 |      503
331.04/331.15	c #cpu_time = 0.438s
331.04/331.15	c #wall_clock_time = 0.439s
331.04/331.15	c #decision = 19
331.04/331.15	c #random_decision = 0
331.04/331.15	c #conflict = 1
331.04/331.15	c #restart = 0
331.04/331.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 41: cost of the new core is >=40960
331.04/331.15	c BCD2: refineLB: 40958 -> 40960
331.04/331.15	c lower bound updated to -174461781
331.24/331.31	c BCD2: 435200 <= obj <= 174896980
331.24/331.31	c BCD2: #cores=18, #unrelaxed=306127, #relaxed=428, #hardened=0
331.24/331.31	c BCD2: #sat=1 #unsat=426 bias=426/427
331.24/331.32	c Solving starts ...
331.24/331.32	c ============================[ Search Statistics ]============================
331.24/331.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
331.24/331.32	c       |         |          |          |    Limit     GC | Var      | Constra 
331.24/331.32	c =============================================================================
331.24/331.32	c  0.0s |       0 |        0 |        0 |   322704      0 |      502 |      503
331.64/331.77	c  0.5s |       0 |       19 |        1 |   322704      0 |      502 |      504
331.64/331.77	c #cpu_time = 0.449s
331.64/331.77	c #wall_clock_time = 0.450s
331.64/331.77	c #decision = 19
331.64/331.77	c #random_decision = 0
331.64/331.77	c #conflict = 1
331.64/331.77	c #restart = 0
331.64/331.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 42: cost of the new core is >=41984
331.64/331.77	c BCD2: refineLB: 41982 -> 41984
331.64/331.77	c lower bound updated to -174460757
331.84/331.91	c BCD2: 436224 <= obj <= 174896980
331.84/331.91	c BCD2: #cores=18, #unrelaxed=306126, #relaxed=429, #hardened=0
331.84/331.91	c BCD2: #sat=1 #unsat=427 bias=427/428
331.84/331.92	c Solving starts ...
331.84/331.92	c ============================[ Search Statistics ]============================
331.84/331.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
331.84/331.92	c       |         |          |          |    Limit     GC | Var      | Constra 
331.84/331.92	c =============================================================================
331.84/331.92	c  0.0s |       0 |        0 |        0 |   322704      0 |      503 |      504
332.24/332.35	c  0.4s |       0 |       19 |        1 |   322704      0 |      503 |      505
332.24/332.35	c #cpu_time = 0.433s
332.24/332.35	c #wall_clock_time = 0.434s
332.24/332.35	c #decision = 19
332.24/332.35	c #random_decision = 0
332.24/332.35	c #conflict = 1
332.24/332.35	c #restart = 0
332.24/332.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 43: cost of the new core is >=43008
332.24/332.35	c BCD2: refineLB: 43006 -> 43008
332.24/332.35	c lower bound updated to -174459733
332.43/332.51	c BCD2: 437248 <= obj <= 174896980
332.43/332.51	c BCD2: #cores=18, #unrelaxed=306125, #relaxed=430, #hardened=0
332.43/332.51	c BCD2: #sat=1 #unsat=428 bias=428/429
332.43/332.52	c Solving starts ...
332.43/332.52	c ============================[ Search Statistics ]============================
332.43/332.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
332.43/332.52	c       |         |          |          |    Limit     GC | Var      | Constra 
332.43/332.52	c =============================================================================
332.43/332.52	c  0.0s |       0 |        0 |        0 |   322704      0 |      504 |      505
332.83/332.97	c  0.5s |       0 |       19 |        1 |   322704      0 |      504 |      506
332.83/332.97	c #cpu_time = 0.449s
332.83/332.97	c #wall_clock_time = 0.450s
332.83/332.97	c #decision = 19
332.83/332.97	c #random_decision = 0
332.83/332.97	c #conflict = 1
332.83/332.97	c #restart = 0
332.83/332.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 44: cost of the new core is >=44032
332.83/332.97	c BCD2: refineLB: 44030 -> 44032
332.83/332.97	c lower bound updated to -174458709
333.03/333.11	c BCD2: 438272 <= obj <= 174896980
333.03/333.11	c BCD2: #cores=18, #unrelaxed=306124, #relaxed=431, #hardened=0
333.03/333.11	c BCD2: #sat=1 #unsat=429 bias=429/430
333.03/333.12	c Solving starts ...
333.03/333.12	c ============================[ Search Statistics ]============================
333.03/333.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
333.03/333.12	c       |         |          |          |    Limit     GC | Var      | Constra 
333.03/333.12	c =============================================================================
333.03/333.12	c  0.0s |       0 |        0 |        0 |   322704      0 |      505 |      506
333.44/333.57	c  0.5s |       0 |       19 |        1 |   322704      0 |      505 |      507
333.44/333.57	c #cpu_time = 0.450s
333.44/333.57	c #wall_clock_time = 0.451s
333.44/333.57	c #decision = 19
333.44/333.57	c #random_decision = 0
333.44/333.57	c #conflict = 1
333.44/333.57	c #restart = 0
333.44/333.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 45: cost of the new core is >=45056
333.44/333.57	c BCD2: refineLB: 45054 -> 45056
333.44/333.57	c lower bound updated to -174457685
333.63/333.72	c BCD2: 439296 <= obj <= 174896980
333.63/333.72	c BCD2: #cores=18, #unrelaxed=306123, #relaxed=432, #hardened=0
333.63/333.72	c BCD2: #sat=1 #unsat=430 bias=430/431
333.63/333.72	c Solving starts ...
333.63/333.72	c ============================[ Search Statistics ]============================
333.63/333.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
333.63/333.72	c       |         |          |          |    Limit     GC | Var      | Constra 
333.63/333.72	c =============================================================================
333.63/333.72	c  0.0s |       0 |        0 |        0 |   322704      0 |      506 |      507
334.03/334.18	c  0.5s |       0 |       19 |        1 |   322704      0 |      506 |      508
334.03/334.18	c #cpu_time = 0.450s
334.03/334.18	c #wall_clock_time = 0.451s
334.03/334.18	c #decision = 19
334.03/334.18	c #random_decision = 0
334.03/334.18	c #conflict = 1
334.03/334.18	c #restart = 0
334.03/334.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 46: cost of the new core is >=46080
334.03/334.18	c BCD2: refineLB: 46078 -> 46080
334.03/334.18	c lower bound updated to -174456661
334.24/334.36	c BCD2: 440320 <= obj <= 174896980
334.24/334.36	c BCD2: #cores=18, #unrelaxed=306122, #relaxed=433, #hardened=0
334.24/334.36	c BCD2: #sat=1 #unsat=431 bias=431/432
334.24/334.37	c Solving starts ...
334.24/334.37	c ============================[ Search Statistics ]============================
334.24/334.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
334.24/334.37	c       |         |          |          |    Limit     GC | Var      | Constra 
334.24/334.37	c =============================================================================
334.24/334.37	c  0.0s |       0 |        0 |        0 |   322704      0 |      507 |      508
334.74/334.83	c  0.5s |       0 |       19 |        1 |   322704      0 |      507 |      509
334.74/334.83	c #cpu_time = 0.454s
334.74/334.83	c #wall_clock_time = 0.455s
334.74/334.83	c #decision = 19
334.74/334.83	c #random_decision = 0
334.74/334.83	c #conflict = 1
334.74/334.83	c #restart = 0
334.74/334.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 47: cost of the new core is >=47104
334.74/334.83	c BCD2: refineLB: 47102 -> 47104
334.74/334.83	c lower bound updated to -174455637
334.94/335.01	c BCD2: 441344 <= obj <= 174896980
334.94/335.01	c BCD2: #cores=18, #unrelaxed=306121, #relaxed=434, #hardened=0
334.94/335.01	c BCD2: #sat=1 #unsat=432 bias=432/433
334.94/335.03	c Solving starts ...
334.94/335.03	c ============================[ Search Statistics ]============================
334.94/335.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
334.94/335.03	c       |         |          |          |    Limit     GC | Var      | Constra 
334.94/335.03	c =============================================================================
334.94/335.03	c  0.0s |       0 |        0 |        0 |   322704      0 |      508 |      509
335.34/335.48	c  0.4s |       0 |       19 |        1 |   322704      0 |      508 |      510
335.34/335.48	c #cpu_time = 0.449s
335.34/335.48	c #wall_clock_time = 0.450s
335.34/335.48	c #decision = 19
335.34/335.48	c #random_decision = 0
335.34/335.48	c #conflict = 1
335.34/335.48	c #restart = 0
335.34/335.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 48: cost of the new core is >=48128
335.34/335.48	c BCD2: refineLB: 48126 -> 48128
335.34/335.48	c lower bound updated to -174454613
335.55/335.66	c BCD2: 442368 <= obj <= 174896980
335.55/335.66	c BCD2: #cores=18, #unrelaxed=306120, #relaxed=435, #hardened=0
335.55/335.66	c BCD2: #sat=1 #unsat=433 bias=433/434
335.55/335.68	c Solving starts ...
335.55/335.68	c ============================[ Search Statistics ]============================
335.55/335.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
335.55/335.68	c       |         |          |          |    Limit     GC | Var      | Constra 
335.55/335.68	c =============================================================================
335.55/335.68	c  0.0s |       0 |        0 |        0 |   322704      0 |      509 |      510
336.94/337.02	c  1.3s |       0 |       19 |        1 |   322704      0 |      509 |      511
336.94/337.02	c #cpu_time = 1.338s
336.94/337.02	c #wall_clock_time = 1.342s
336.94/337.02	c #decision = 19
336.94/337.02	c #random_decision = 0
336.94/337.02	c #conflict = 1
336.94/337.02	c #restart = 0
336.94/337.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 49: cost of the new core is >=49152
336.94/337.02	c BCD2: refineLB: 49150 -> 49152
336.94/337.02	c lower bound updated to -174453589
337.04/337.17	c BCD2: 443392 <= obj <= 174896980
337.04/337.17	c BCD2: #cores=18, #unrelaxed=306119, #relaxed=436, #hardened=0
337.04/337.17	c BCD2: #sat=1 #unsat=434 bias=434/435
337.04/337.17	c Solving starts ...
337.04/337.17	c ============================[ Search Statistics ]============================
337.04/337.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
337.04/337.17	c       |         |          |          |    Limit     GC | Var      | Constra 
337.04/337.17	c =============================================================================
337.04/337.17	c  0.0s |       0 |        0 |        0 |   322704      0 |      510 |      511
337.54/337.63	c  0.5s |       0 |       19 |        1 |   322704      0 |      510 |      512
337.54/337.63	c #cpu_time = 0.451s
337.54/337.63	c #wall_clock_time = 0.452s
337.54/337.63	c #decision = 19
337.54/337.63	c #random_decision = 0
337.54/337.63	c #conflict = 1
337.54/337.63	c #restart = 0
337.54/337.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 50: cost of the new core is >=50176
337.54/337.63	c BCD2: refineLB: 50174 -> 50176
337.54/337.63	c lower bound updated to -174452565
337.64/337.77	c BCD2: 444416 <= obj <= 174896980
337.64/337.77	c BCD2: #cores=18, #unrelaxed=306118, #relaxed=437, #hardened=0
337.64/337.77	c BCD2: #sat=1 #unsat=435 bias=435/436
337.64/337.78	c Solving starts ...
337.64/337.78	c ============================[ Search Statistics ]============================
337.64/337.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
337.64/337.78	c       |         |          |          |    Limit     GC | Var      | Constra 
337.64/337.78	c =============================================================================
337.64/337.78	c  0.0s |       0 |        0 |        0 |   322704      0 |      511 |      512
338.14/338.22	c  0.4s |       0 |       19 |        1 |   322704      0 |      511 |      513
338.14/338.22	c #cpu_time = 0.439s
338.14/338.22	c #wall_clock_time = 0.440s
338.14/338.22	c #decision = 19
338.14/338.22	c #random_decision = 0
338.14/338.22	c #conflict = 1
338.14/338.22	c #restart = 0
338.14/338.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 51: cost of the new core is >=51200
338.14/338.22	c BCD2: refineLB: 51198 -> 51200
338.14/338.22	c lower bound updated to -174451541
338.24/338.38	c BCD2: 445440 <= obj <= 174896980
338.24/338.38	c BCD2: #cores=18, #unrelaxed=306117, #relaxed=438, #hardened=0
338.24/338.38	c BCD2: #sat=1 #unsat=436 bias=436/437
338.24/338.39	c Solving starts ...
338.24/338.39	c ============================[ Search Statistics ]============================
338.24/338.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
338.24/338.39	c       |         |          |          |    Limit     GC | Var      | Constra 
338.24/338.39	c =============================================================================
338.24/338.39	c  0.0s |       0 |        0 |        0 |   322704      0 |      512 |      513
338.74/338.84	c  0.5s |       0 |       19 |        1 |   322704      0 |      512 |      514
338.74/338.84	c #cpu_time = 0.452s
338.74/338.84	c #wall_clock_time = 0.453s
338.74/338.84	c #decision = 19
338.74/338.84	c #random_decision = 0
338.74/338.84	c #conflict = 1
338.74/338.84	c #restart = 0
338.74/338.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 52: cost of the new core is >=52224
338.74/338.84	c BCD2: refineLB: 52222 -> 52224
338.74/338.84	c lower bound updated to -174450517
338.84/338.98	c BCD2: 446464 <= obj <= 174896980
338.84/338.98	c BCD2: #cores=18, #unrelaxed=306116, #relaxed=439, #hardened=0
338.84/338.98	c BCD2: #sat=1 #unsat=437 bias=437/438
338.84/338.99	c Solving starts ...
338.84/338.99	c ============================[ Search Statistics ]============================
338.84/338.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
338.84/338.99	c       |         |          |          |    Limit     GC | Var      | Constra 
338.84/338.99	c =============================================================================
338.84/338.99	c  0.0s |       0 |        0 |        0 |   322704      0 |      513 |      514
339.34/339.44	c  0.4s |       0 |       19 |        1 |   322704      0 |      513 |      515
339.34/339.44	c #cpu_time = 0.448s
339.34/339.44	c #wall_clock_time = 0.450s
339.34/339.44	c #decision = 19
339.34/339.44	c #random_decision = 0
339.34/339.44	c #conflict = 1
339.34/339.44	c #restart = 0
339.34/339.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 53: cost of the new core is >=53248
339.34/339.44	c BCD2: refineLB: 53246 -> 53248
339.34/339.44	c lower bound updated to -174449493
339.44/339.59	c BCD2: 447488 <= obj <= 174896980
339.44/339.59	c BCD2: #cores=18, #unrelaxed=306115, #relaxed=440, #hardened=0
339.44/339.59	c BCD2: #sat=1 #unsat=438 bias=438/439
339.44/339.60	c Solving starts ...
339.44/339.60	c ============================[ Search Statistics ]============================
339.44/339.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
339.44/339.60	c       |         |          |          |    Limit     GC | Var      | Constra 
339.44/339.60	c =============================================================================
339.54/339.60	c  0.0s |       0 |        0 |        0 |   322704      0 |      514 |      515
339.94/340.05	c  0.5s |       0 |       19 |        1 |   322704      0 |      514 |      516
339.94/340.05	c #cpu_time = 0.451s
339.94/340.05	c #wall_clock_time = 0.452s
339.94/340.05	c #decision = 19
339.94/340.05	c #random_decision = 0
339.94 [...]

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

    2031
1460.55/1460.84	c #cpu_time = 0.467s
1460.55/1460.84	c #wall_clock_time = 0.468s
1460.55/1460.84	c #decision = 67
1460.55/1460.84	c #random_decision = 0
1460.55/1460.84	c #conflict = 1
1460.55/1460.84	c #restart = 0
1460.55/1460.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 89: cost of the new core is >=88
1460.55/1460.84	c lower bound updated to -173922948
1460.76/1461.04	c BCD2: 974033 <= obj <= 174896980
1460.76/1461.04	c BCD2: #cores=66, #unrelaxed=304551, #relaxed=2004, #hardened=0
1460.76/1461.04	c BCD2: #sat=1 #unsat=1994 bias=1994/1995
1460.76/1461.06	c Solving starts ...
1460.76/1461.06	c ============================[ Search Statistics ]============================
1460.76/1461.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1460.76/1461.06	c       |         |          |          |    Limit     GC | Var      | Constra 
1460.76/1461.06	c =============================================================================
1460.76/1461.06	c  0.0s |       0 |        0 |        0 |   429521      0 |     2022 |     2031
1461.25/1461.52	c  0.5s |       0 |       67 |        1 |   429521      0 |     2022 |     2032
1461.25/1461.52	c #cpu_time = 0.464s
1461.25/1461.52	c #wall_clock_time = 0.465s
1461.25/1461.52	c #decision = 67
1461.25/1461.52	c #random_decision = 0
1461.25/1461.52	c #conflict = 1
1461.25/1461.52	c #restart = 0
1461.25/1461.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 90: cost of the new core is >=89
1461.25/1461.52	c lower bound updated to -173922947
1461.45/1461.73	c BCD2: 974034 <= obj <= 174896980
1461.45/1461.73	c BCD2: #cores=66, #unrelaxed=304550, #relaxed=2005, #hardened=0
1461.45/1461.73	c BCD2: #sat=1 #unsat=1995 bias=1995/1996
1461.45/1461.75	c Solving starts ...
1461.45/1461.75	c ============================[ Search Statistics ]============================
1461.45/1461.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1461.45/1461.75	c       |         |          |          |    Limit     GC | Var      | Constra 
1461.45/1461.75	c =============================================================================
1461.45/1461.75	c  0.0s |       0 |        0 |        0 |   429521      0 |     2023 |     2032
1461.95/1462.22	c  0.5s |       0 |       67 |        1 |   429521      0 |     2023 |     2033
1461.95/1462.22	c #cpu_time = 0.467s
1461.95/1462.22	c #wall_clock_time = 0.468s
1461.95/1462.22	c #decision = 67
1461.95/1462.22	c #random_decision = 0
1461.95/1462.22	c #conflict = 1
1461.95/1462.22	c #restart = 0
1461.95/1462.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 91: cost of the new core is >=90
1461.95/1462.22	c lower bound updated to -173922946
1462.15/1462.43	c BCD2: 974035 <= obj <= 174896980
1462.15/1462.43	c BCD2: #cores=66, #unrelaxed=304549, #relaxed=2006, #hardened=0
1462.15/1462.43	c BCD2: #sat=1 #unsat=1996 bias=1996/1997
1462.15/1462.44	c Solving starts ...
1462.15/1462.44	c ============================[ Search Statistics ]============================
1462.15/1462.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1462.15/1462.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1462.15/1462.44	c =============================================================================
1462.15/1462.44	c  0.0s |       0 |        0 |        0 |   429521      0 |     2024 |     2033
1462.66/1462.91	c  0.5s |       0 |       67 |        1 |   429521      0 |     2024 |     2034
1462.66/1462.91	c #cpu_time = 0.465s
1462.66/1462.91	c #wall_clock_time = 0.467s
1462.66/1462.91	c #decision = 67
1462.66/1462.91	c #random_decision = 0
1462.66/1462.91	c #conflict = 1
1462.66/1462.91	c #restart = 0
1462.66/1462.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 92: cost of the new core is >=91
1462.66/1462.91	c lower bound updated to -173922945
1463.76/1464.02	c BCD2: 974036 <= obj <= 174896980
1463.76/1464.02	c BCD2: #cores=66, #unrelaxed=304548, #relaxed=2007, #hardened=0
1463.76/1464.02	c BCD2: #sat=1 #unsat=1997 bias=1997/1998
1463.76/1464.03	c Solving starts ...
1463.76/1464.03	c ============================[ Search Statistics ]============================
1463.76/1464.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1463.76/1464.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1463.76/1464.03	c =============================================================================
1463.76/1464.03	c  0.0s |       0 |        0 |        0 |   429521      0 |     2025 |     2034
1464.16/1464.49	c  0.5s |       0 |       67 |        1 |   429521      0 |     2025 |     2035
1464.16/1464.49	c #cpu_time = 0.462s
1464.16/1464.49	c #wall_clock_time = 0.464s
1464.16/1464.49	c #decision = 67
1464.16/1464.49	c #random_decision = 0
1464.16/1464.49	c #conflict = 1
1464.16/1464.49	c #restart = 0
1464.16/1464.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 93: cost of the new core is >=92
1464.16/1464.49	c lower bound updated to -173922944
1464.36/1464.65	c BCD2: 974037 <= obj <= 174896980
1464.36/1464.65	c BCD2: #cores=66, #unrelaxed=304547, #relaxed=2008, #hardened=0
1464.36/1464.65	c BCD2: #sat=1 #unsat=1998 bias=1998/1999
1464.36/1464.66	c Solving starts ...
1464.36/1464.66	c ============================[ Search Statistics ]============================
1464.36/1464.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1464.36/1464.66	c       |         |          |          |    Limit     GC | Var      | Constra 
1464.36/1464.66	c =============================================================================
1464.36/1464.66	c  0.0s |       0 |        0 |        0 |   429521      0 |     2026 |     2035
1464.86/1465.13	c  0.5s |       0 |       67 |        1 |   429521      0 |     2026 |     2036
1464.86/1465.13	c #cpu_time = 0.468s
1464.86/1465.13	c #wall_clock_time = 0.469s
1464.86/1465.13	c #decision = 67
1464.86/1465.13	c #random_decision = 0
1464.86/1465.13	c #conflict = 1
1464.86/1465.13	c #restart = 0
1464.86/1465.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 94: cost of the new core is >=93
1464.86/1465.13	c lower bound updated to -173922943
1464.96/1465.27	c BCD2: 974038 <= obj <= 174896980
1464.96/1465.27	c BCD2: #cores=66, #unrelaxed=304546, #relaxed=2009, #hardened=0
1464.96/1465.27	c BCD2: #sat=1 #unsat=1999 bias=1999/2000
1464.96/1465.28	c Solving starts ...
1464.96/1465.28	c ============================[ Search Statistics ]============================
1464.96/1465.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1464.96/1465.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1464.96/1465.28	c =============================================================================
1464.96/1465.28	c  0.0s |       0 |        0 |        0 |   429521      0 |     2027 |     2036
1465.46/1465.73	c  0.5s |       0 |       67 |        1 |   429521      0 |     2027 |     2037
1465.46/1465.73	c #cpu_time = 0.455s
1465.46/1465.73	c #wall_clock_time = 0.457s
1465.46/1465.73	c #decision = 67
1465.46/1465.73	c #random_decision = 0
1465.46/1465.73	c #conflict = 1
1465.46/1465.73	c #restart = 0
1465.46/1465.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 95: cost of the new core is >=94
1465.46/1465.73	c lower bound updated to -173922942
1465.56/1465.89	c BCD2: 974039 <= obj <= 174896980
1465.56/1465.89	c BCD2: #cores=66, #unrelaxed=304545, #relaxed=2010, #hardened=0
1465.56/1465.89	c BCD2: #sat=1 #unsat=2000 bias=2000/2001
1465.66/1465.90	c Solving starts ...
1465.66/1465.90	c ============================[ Search Statistics ]============================
1465.66/1465.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1465.66/1465.90	c       |         |          |          |    Limit     GC | Var      | Constra 
1465.66/1465.90	c =============================================================================
1465.66/1465.90	c  0.0s |       0 |        0 |        0 |   429521      0 |     2028 |     2037
1466.06/1466.37	c  0.5s |       0 |       67 |        1 |   429521      0 |     2028 |     2038
1466.06/1466.37	c #cpu_time = 0.468s
1466.06/1466.37	c #wall_clock_time = 0.469s
1466.06/1466.37	c #decision = 67
1466.06/1466.37	c #random_decision = 0
1466.06/1466.37	c #conflict = 1
1466.06/1466.37	c #restart = 0
1466.06/1466.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 96: cost of the new core is >=95
1466.06/1466.37	c lower bound updated to -173922941
1466.26/1466.51	c BCD2: 974040 <= obj <= 174896980
1466.26/1466.51	c BCD2: #cores=66, #unrelaxed=304544, #relaxed=2011, #hardened=0
1466.26/1466.51	c BCD2: #sat=1 #unsat=2001 bias=2001/2002
1466.26/1466.52	c Solving starts ...
1466.26/1466.52	c ============================[ Search Statistics ]============================
1466.26/1466.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1466.26/1466.52	c       |         |          |          |    Limit     GC | Var      | Constra 
1466.26/1466.52	c =============================================================================
1466.26/1466.52	c  0.0s |       0 |        0 |        0 |   429521      0 |     2029 |     2038
1466.66/1466.99	c  0.5s |       0 |       67 |        1 |   429521      0 |     2029 |     2039
1466.66/1466.99	c #cpu_time = 0.469s
1466.66/1466.99	c #wall_clock_time = 0.470s
1466.66/1466.99	c #decision = 67
1466.66/1466.99	c #random_decision = 0
1466.66/1466.99	c #conflict = 1
1466.66/1466.99	c #restart = 0
1466.66/1466.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 97: cost of the new core is >=96
1466.66/1466.99	c lower bound updated to -173922940
1466.86/1467.14	c BCD2: 974041 <= obj <= 174896980
1466.86/1467.14	c BCD2: #cores=66, #unrelaxed=304543, #relaxed=2012, #hardened=0
1466.86/1467.14	c BCD2: #sat=1 #unsat=2002 bias=2002/2003
1466.86/1467.14	c Solving starts ...
1466.86/1467.14	c ============================[ Search Statistics ]============================
1466.86/1467.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1466.86/1467.14	c       |         |          |          |    Limit     GC | Var      | Constra 
1466.86/1467.14	c =============================================================================
1466.86/1467.14	c  0.0s |       0 |        0 |        0 |   429521      0 |     2030 |     2039
1467.36/1467.61	c  0.5s |       0 |       67 |        1 |   429521      0 |     2030 |     2040
1467.36/1467.61	c #cpu_time = 0.469s
1467.36/1467.61	c #wall_clock_time = 0.470s
1467.36/1467.61	c #decision = 67
1467.36/1467.61	c #random_decision = 0
1467.36/1467.61	c #conflict = 1
1467.36/1467.61	c #restart = 0
1467.36/1467.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 98: cost of the new core is >=97
1467.36/1467.61	c lower bound updated to -173922939
1467.46/1467.76	c BCD2: 974042 <= obj <= 174896980
1467.46/1467.76	c BCD2: #cores=66, #unrelaxed=304542, #relaxed=2013, #hardened=0
1467.46/1467.76	c BCD2: #sat=1 #unsat=2003 bias=2003/2004
1467.46/1467.76	c Solving starts ...
1467.46/1467.76	c ============================[ Search Statistics ]============================
1467.46/1467.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1467.46/1467.76	c       |         |          |          |    Limit     GC | Var      | Constra 
1467.46/1467.76	c =============================================================================
1467.46/1467.76	c  0.0s |       0 |        0 |        0 |   429521      0 |     2031 |     2040
1467.96/1468.23	c  0.5s |       0 |       67 |        1 |   429521      0 |     2031 |     2041
1467.96/1468.23	c #cpu_time = 0.471s
1467.96/1468.23	c #wall_clock_time = 0.472s
1467.96/1468.23	c #decision = 67
1467.96/1468.23	c #random_decision = 0
1467.96/1468.23	c #conflict = 1
1467.96/1468.23	c #restart = 0
1467.96/1468.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 99: cost of the new core is >=98
1467.96/1468.23	c lower bound updated to -173922938
1468.16/1468.42	c BCD2: 974043 <= obj <= 174896980
1468.16/1468.42	c BCD2: #cores=66, #unrelaxed=304541, #relaxed=2014, #hardened=0
1468.16/1468.42	c BCD2: #sat=1 #unsat=2004 bias=2004/2005
1468.16/1468.44	c Solving starts ...
1468.16/1468.44	c ============================[ Search Statistics ]============================
1468.16/1468.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1468.16/1468.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1468.16/1468.44	c =============================================================================
1468.16/1468.44	c  0.0s |       0 |        0 |        0 |   429521      0 |     2032 |     2041
1468.66/1468.91	c  0.5s |       0 |       67 |        1 |   429521      0 |     2032 |     2042
1468.66/1468.91	c #cpu_time = 0.470s
1468.66/1468.91	c #wall_clock_time = 0.472s
1468.66/1468.91	c #decision = 67
1468.66/1468.91	c #random_decision = 0
1468.66/1468.91	c #conflict = 1
1468.66/1468.91	c #restart = 0
1468.66/1468.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 100: cost of the new core is >=99
1468.66/1468.91	c lower bound updated to -173922937
1468.76/1469.09	c BCD2: 974044 <= obj <= 174896980
1468.76/1469.09	c BCD2: #cores=66, #unrelaxed=304540, #relaxed=2015, #hardened=0
1468.76/1469.09	c BCD2: #sat=1 #unsat=2005 bias=2005/2006
1468.85/1469.11	c Solving starts ...
1468.85/1469.11	c ============================[ Search Statistics ]============================
1468.85/1469.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1468.85/1469.11	c       |         |          |          |    Limit     GC | Var      | Constra 
1468.85/1469.11	c =============================================================================
1468.85/1469.11	c  0.0s |       0 |        0 |        0 |   429521      0 |     2033 |     2042
1469.25/1469.58	c  0.5s |       0 |       67 |        1 |   429521      0 |     2033 |     2043
1469.25/1469.58	c #cpu_time = 0.474s
1469.25/1469.58	c #wall_clock_time = 0.475s
1469.25/1469.58	c #decision = 67
1469.25/1469.58	c #random_decision = 0
1469.25/1469.58	c #conflict = 1
1469.25/1469.58	c #restart = 0
1469.25/1469.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 101: cost of the new core is >=100
1469.25/1469.58	c lower bound updated to -173922936
1469.46/1469.77	c BCD2: 974045 <= obj <= 174896980
1469.46/1469.77	c BCD2: #cores=66, #unrelaxed=304539, #relaxed=2016, #hardened=0
1469.46/1469.77	c BCD2: #sat=1 #unsat=2006 bias=2006/2007
1469.46/1469.79	c Solving starts ...
1469.46/1469.79	c ============================[ Search Statistics ]============================
1469.46/1469.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1469.46/1469.79	c       |         |          |          |    Limit     GC | Var      | Constra 
1469.46/1469.79	c =============================================================================
1469.46/1469.79	c  0.0s |       0 |        0 |        0 |   429521      0 |     2034 |     2043
1469.95/1470.26	c  0.5s |       0 |       67 |        1 |   429521      0 |     2034 |     2044
1469.95/1470.26	c #cpu_time = 0.469s
1469.95/1470.26	c #wall_clock_time = 0.470s
1469.95/1470.26	c #decision = 67
1469.95/1470.26	c #random_decision = 0
1469.95/1470.26	c #conflict = 1
1469.95/1470.26	c #restart = 0
1469.95/1470.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 102: cost of the new core is >=101
1469.95/1470.26	c lower bound updated to -173922935
1471.05/1471.33	c BCD2: 974046 <= obj <= 174896980
1471.05/1471.33	c BCD2: #cores=66, #unrelaxed=304538, #relaxed=2017, #hardened=0
1471.05/1471.33	c BCD2: #sat=1 #unsat=2007 bias=2007/2008
1471.05/1471.34	c Solving starts ...
1471.05/1471.34	c ============================[ Search Statistics ]============================
1471.05/1471.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1471.05/1471.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1471.05/1471.34	c =============================================================================
1471.05/1471.34	c  0.0s |       0 |        0 |        0 |   429521      0 |     2035 |     2044
1471.55/1471.80	c  0.5s |       0 |       67 |        1 |   429521      0 |     2035 |     2045
1471.55/1471.80	c #cpu_time = 0.454s
1471.55/1471.80	c #wall_clock_time = 0.455s
1471.55/1471.80	c #decision = 67
1471.55/1471.80	c #random_decision = 0
1471.55/1471.80	c #conflict = 1
1471.55/1471.80	c #restart = 0
1471.55/1471.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 103: cost of the new core is >=102
1471.55/1471.80	c lower bound updated to -173922934
1471.66/1471.96	c BCD2: 974047 <= obj <= 174896980
1471.66/1471.96	c BCD2: #cores=66, #unrelaxed=304537, #relaxed=2018, #hardened=0
1471.66/1471.96	c BCD2: #sat=1 #unsat=2008 bias=2008/2009
1471.66/1471.97	c Solving starts ...
1471.66/1471.97	c ============================[ Search Statistics ]============================
1471.66/1471.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1471.66/1471.97	c       |         |          |          |    Limit     GC | Var      | Constra 
1471.66/1471.97	c =============================================================================
1471.66/1471.97	c  0.0s |       0 |        0 |        0 |   429521      0 |     2036 |     2045
1472.15/1472.43	c  0.5s |       0 |       67 |        1 |   429521      0 |     2036 |     2046
1472.15/1472.43	c #cpu_time = 0.463s
1472.15/1472.43	c #wall_clock_time = 0.464s
1472.15/1472.43	c #decision = 67
1472.15/1472.43	c #random_decision = 0
1472.15/1472.43	c #conflict = 1
1472.15/1472.43	c #restart = 0
1472.15/1472.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 104: cost of the new core is >=103
1472.15/1472.43	c lower bound updated to -173922933
1472.25/1472.58	c BCD2: 974048 <= obj <= 174896980
1472.25/1472.58	c BCD2: #cores=66, #unrelaxed=304536, #relaxed=2019, #hardened=0
1472.25/1472.58	c BCD2: #sat=1 #unsat=2009 bias=2009/2010
1472.25/1472.59	c Solving starts ...
1472.25/1472.59	c ============================[ Search Statistics ]============================
1472.25/1472.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1472.25/1472.59	c       |         |          |          |    Limit     GC | Var      | Constra 
1472.25/1472.59	c =============================================================================
1472.25/1472.59	c  0.0s |       0 |        0 |        0 |   429521      0 |     2037 |     2046
1472.76/1473.04	c  0.5s |       0 |       67 |        1 |   429521      0 |     2037 |     2047
1472.76/1473.04	c #cpu_time = 0.450s
1472.76/1473.04	c #wall_clock_time = 0.451s
1472.76/1473.04	c #decision = 67
1472.76/1473.04	c #random_decision = 0
1472.76/1473.04	c #conflict = 1
1472.76/1473.04	c #restart = 0
1472.76/1473.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 105: cost of the new core is >=104
1472.76/1473.04	c lower bound updated to -173922932
1472.95/1473.20	c BCD2: 974049 <= obj <= 174896980
1472.95/1473.20	c BCD2: #cores=66, #unrelaxed=304535, #relaxed=2020, #hardened=0
1472.95/1473.20	c BCD2: #sat=1 #unsat=2010 bias=2010/2011
1472.95/1473.21	c Solving starts ...
1472.95/1473.21	c ============================[ Search Statistics ]============================
1472.95/1473.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1472.95/1473.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1472.95/1473.21	c =============================================================================
1472.95/1473.21	c  0.0s |       0 |        0 |        0 |   429521      0 |     2038 |     2047
1473.35/1473.68	c  0.5s |       0 |       67 |        1 |   429521      0 |     2038 |     2048
1473.35/1473.68	c #cpu_time = 0.464s
1473.35/1473.68	c #wall_clock_time = 0.465s
1473.35/1473.68	c #decision = 67
1473.35/1473.68	c #random_decision = 0
1473.35/1473.68	c #conflict = 1
1473.35/1473.68	c #restart = 0
1473.35/1473.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 106: cost of the new core is >=105
1473.35/1473.68	c lower bound updated to -173922931
1473.55/1473.82	c BCD2: 974050 <= obj <= 174896980
1473.55/1473.82	c BCD2: #cores=66, #unrelaxed=304534, #relaxed=2021, #hardened=0
1473.55/1473.82	c BCD2: #sat=1 #unsat=2011 bias=2011/2012
1473.55/1473.83	c Solving starts ...
1473.55/1473.83	c ============================[ Search Statistics ]============================
1473.55/1473.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1473.55/1473.83	c       |         |          |          |    Limit     GC | Var      | Constra 
1473.55/1473.83	c =============================================================================
1473.55/1473.83	c  0.0s |       0 |        0 |        0 |   429521      0 |     2039 |     2048
1473.96/1474.29	c  0.5s |       0 |       67 |        1 |   429521      0 |     2039 |     2049
1473.96/1474.29	c #cpu_time = 0.461s
1473.96/1474.29	c #wall_clock_time = 0.462s
1473.96/1474.29	c #decision = 67
1473.96/1474.29	c #random_decision = 0
1473.96/1474.29	c #conflict = 1
1473.96/1474.29	c #restart = 0
1473.96/1474.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 107: cost of the new core is >=106
1473.96/1474.29	c lower bound updated to -173922930
1474.15/1474.45	c BCD2: 974051 <= obj <= 174896980
1474.15/1474.45	c BCD2: #cores=66, #unrelaxed=304533, #relaxed=2022, #hardened=0
1474.15/1474.45	c BCD2: #sat=1 #unsat=2012 bias=2012/2013
1474.15/1474.46	c Solving starts ...
1474.15/1474.46	c ============================[ Search Statistics ]============================
1474.15/1474.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1474.15/1474.46	c       |         |          |          |    Limit     GC | Var      | Constra 
1474.15/1474.46	c =============================================================================
1474.15/1474.46	c  0.0s |       0 |        0 |        0 |   429521      0 |     2040 |     2049
1474.65/1474.92	c  0.5s |       0 |       67 |        1 |   429521      0 |     2040 |     2050
1474.65/1474.92	c #cpu_time = 0.464s
1474.65/1474.92	c #wall_clock_time = 0.465s
1474.65/1474.92	c #decision = 67
1474.65/1474.92	c #random_decision = 0
1474.65/1474.92	c #conflict = 1
1474.65/1474.92	c #restart = 0
1474.65/1474.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 108: cost of the new core is >=107
1474.65/1474.92	c lower bound updated to -173922929
1474.75/1475.07	c BCD2: 974052 <= obj <= 174896980
1474.75/1475.07	c BCD2: #cores=66, #unrelaxed=304532, #relaxed=2023, #hardened=0
1474.75/1475.07	c BCD2: #sat=1 #unsat=2013 bias=2013/2014
1474.75/1475.08	c Solving starts ...
1474.75/1475.08	c ============================[ Search Statistics ]============================
1474.75/1475.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1474.75/1475.08	c       |         |          |          |    Limit     GC | Var      | Constra 
1474.75/1475.08	c =============================================================================
1474.75/1475.08	c  0.0s |       0 |        0 |        0 |   429521      0 |     2041 |     2050
1475.26/1475.53	c  0.5s |       0 |       67 |        1 |   429521      0 |     2041 |     2051
1475.26/1475.53	c #cpu_time = 0.453s
1475.26/1475.53	c #wall_clock_time = 0.454s
1475.26/1475.53	c #decision = 67
1475.26/1475.53	c #random_decision = 0
1475.26/1475.53	c #conflict = 1
1475.26/1475.53	c #restart = 0
1475.26/1475.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 109: cost of the new core is >=108
1475.26/1475.53	c lower bound updated to -173922928
1475.46/1475.72	c BCD2: 974053 <= obj <= 174896980
1475.46/1475.72	c BCD2: #cores=66, #unrelaxed=304531, #relaxed=2024, #hardened=0
1475.46/1475.72	c BCD2: #sat=1 #unsat=2014 bias=2014/2015
1475.46/1475.74	c Solving starts ...
1475.46/1475.74	c ============================[ Search Statistics ]============================
1475.46/1475.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1475.46/1475.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1475.46/1475.74	c =============================================================================
1475.46/1475.74	c  0.0s |       0 |        0 |        0 |   429521      0 |     2042 |     2051
1475.96/1476.20	c  0.5s |       0 |       67 |        1 |   429521      0 |     2042 |     2052
1475.96/1476.20	c #cpu_time = 0.463s
1475.96/1476.20	c #wall_clock_time = 0.465s
1475.96/1476.20	c #decision = 67
1475.96/1476.20	c #random_decision = 0
1475.96/1476.20	c #conflict = 1
1475.96/1476.20	c #restart = 0
1475.96/1476.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 110: cost of the new core is >=109
1475.96/1476.20	c lower bound updated to -173922927
1476.06/1476.39	c BCD2: 974054 <= obj <= 174896980
1476.06/1476.39	c BCD2: #cores=66, #unrelaxed=304530, #relaxed=2025, #hardened=0
1476.06/1476.39	c BCD2: #sat=1 #unsat=2015 bias=2015/2016
1476.16/1476.41	c Solving starts ...
1476.16/1476.41	c ============================[ Search Statistics ]============================
1476.16/1476.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1476.16/1476.41	c       |         |          |          |    Limit     GC | Var      | Constra 
1476.16/1476.41	c =============================================================================
1476.16/1476.41	c  0.0s |       0 |        0 |        0 |   429521      0 |     2043 |     2052
1476.55/1476.88	c  0.5s |       0 |       67 |        1 |   429521      0 |     2043 |     2053
1476.55/1476.88	c #cpu_time = 0.467s
1476.55/1476.88	c #wall_clock_time = 0.468s
1476.55/1476.88	c #decision = 67
1476.55/1476.88	c #random_decision = 0
1476.55/1476.88	c #conflict = 1
1476.55/1476.88	c #restart = 0
1476.55/1476.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 111: cost of the new core is >=110
1476.55/1476.88	c lower bound updated to -173922926
1476.75/1477.07	c BCD2: 974055 <= obj <= 174896980
1476.75/1477.07	c BCD2: #cores=66, #unrelaxed=304529, #relaxed=2026, #hardened=0
1476.75/1477.07	c BCD2: #sat=1 #unsat=2016 bias=2016/2017
1476.75/1477.08	c Solving starts ...
1476.75/1477.08	c ============================[ Search Statistics ]============================
1476.75/1477.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1476.75/1477.08	c       |         |          |          |    Limit     GC | Var      | Constra 
1476.75/1477.08	c =============================================================================
1476.75/1477.08	c  0.0s |       0 |        0 |        0 |   429521      0 |     2044 |     2053
1477.26/1477.55	c  0.5s |       0 |       67 |        1 |   429521      0 |     2044 |     2054
1477.26/1477.55	c #cpu_time = 0.466s
1477.26/1477.55	c #wall_clock_time = 0.467s
1477.26/1477.55	c #decision = 67
1477.26/1477.55	c #random_decision = 0
1477.26/1477.55	c #conflict = 1
1477.26/1477.55	c #restart = 0
1477.26/1477.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 112: cost of the new core is >=111
1477.26/1477.55	c lower bound updated to -173922925
1478.36/1478.64	c BCD2: 974056 <= obj <= 174896980
1478.36/1478.64	c BCD2: #cores=66, #unrelaxed=304528, #relaxed=2027, #hardened=0
1478.36/1478.64	c BCD2: #sat=1 #unsat=2017 bias=2017/2018
1478.36/1478.64	c Solving starts ...
1478.36/1478.64	c ============================[ Search Statistics ]============================
1478.36/1478.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1478.36/1478.64	c       |         |          |          |    Limit     GC | Var      | Constra 
1478.36/1478.64	c =============================================================================
1478.36/1478.64	c  0.0s |       0 |        0 |        0 |   429521      0 |     2045 |     2054
1478.85/1479.11	c  0.5s |       0 |       67 |        1 |   429521      0 |     2045 |     2055
1478.85/1479.11	c #cpu_time = 0.462s
1478.85/1479.11	c #wall_clock_time = 0.463s
1478.85/1479.11	c #decision = 67
1478.85/1479.11	c #random_decision = 0
1478.85/1479.11	c #conflict = 1
1478.85/1479.11	c #restart = 0
1478.85/1479.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 113: cost of the new core is >=112
1478.85/1479.11	c lower bound updated to -173922924
1478.95/1479.29	c BCD2: 974057 <= obj <= 174896980
1478.95/1479.29	c BCD2: #cores=66, #unrelaxed=304527, #relaxed=2028, #hardened=0
1478.95/1479.29	c BCD2: #sat=1 #unsat=2018 bias=2018/2019
1479.05/1479.30	c Solving starts ...
1479.05/1479.30	c ============================[ Search Statistics ]============================
1479.05/1479.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1479.05/1479.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1479.05/1479.30	c =============================================================================
1479.05/1479.30	c  0.0s |       0 |        0 |        0 |   429521      0 |     2046 |     2055
1479.46/1479.77	c  0.5s |       0 |       67 |        1 |   429521      0 |     2046 |     2056
1479.46/1479.77	c #cpu_time = 0.469s
1479.46/1479.77	c #wall_clock_time = 0.471s
1479.46/1479.77	c #decision = 67
1479.46/1479.77	c #random_decision = 0
1479.46/1479.77	c #conflict = 1
1479.46/1479.77	c #restart = 0
1479.46/1479.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 114: cost of the new core is >=113
1479.46/1479.77	c lower bound updated to -173922923
1479.65/1479.93	c BCD2: 974058 <= obj <= 174896980
1479.65/1479.93	c BCD2: #cores=66, #unrelaxed=304526, #relaxed=2029, #hardened=0
1479.65/1479.93	c BCD2: #sat=1 #unsat=2019 bias=2019/2020
1479.65/1479.94	c Solving starts ...
1479.65/1479.94	c ============================[ Search Statistics ]============================
1479.65/1479.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1479.65/1479.94	c       |         |          |          |    Limit     GC | Var      | Constra 
1479.65/1479.94	c =============================================================================
1479.65/1479.94	c  0.0s |       0 |        0 |        0 |   429521      0 |     2047 |     2056
1480.15/1480.40	c  0.5s |       0 |       67 |        1 |   429521      0 |     2047 |     2057
1480.15/1480.40	c #cpu_time = 0.457s
1480.15/1480.40	c #wall_clock_time = 0.458s
1480.15/1480.40	c #decision = 67
1480.15/1480.40	c #random_decision = 0
1480.15/1480.40	c #conflict = 1
1480.15/1480.40	c #restart = 0
1480.15/1480.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 115: cost of the new core is >=114
1480.15/1480.40	c lower bound updated to -173922922
1480.25/1480.59	c BCD2: 974059 <= obj <= 174896980
1480.25/1480.59	c BCD2: #cores=66, #unrelaxed=304525, #relaxed=2030, #hardened=0
1480.25/1480.59	c BCD2: #sat=1 #unsat=2020 bias=2020/2021
1480.25/1480.59	c Solving starts ...
1480.25/1480.59	c ============================[ Search Statistics ]============================
1480.25/1480.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1480.25/1480.59	c       |         |          |          |    Limit     GC | Var      | Constra 
1480.25/1480.59	c =============================================================================
1480.25/1480.59	c  0.0s |       0 |        0 |        0 |   429521      0 |     2048 |     2057
1480.75/1481.07	c  0.5s |       0 |       67 |        1 |   429521      0 |     2048 |     2058
1480.75/1481.07	c #cpu_time = 0.471s
1480.75/1481.07	c #wall_clock_time = 0.472s
1480.75/1481.07	c #decision = 67
1480.75/1481.07	c #random_decision = 0
1480.75/1481.07	c #conflict = 1
1480.75/1481.07	c #restart = 0
1480.75/1481.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 116: cost of the new core is >=115
1480.75/1481.07	c lower bound updated to -173922921
1480.95/1481.23	c BCD2: 974060 <= obj <= 174896980
1480.95/1481.23	c BCD2: #cores=66, #unrelaxed=304524, #relaxed=2031, #hardened=0
1480.95/1481.23	c BCD2: #sat=1 #unsat=2021 bias=2021/2022
1480.95/1481.24	c Solving starts ...
1480.95/1481.24	c ============================[ Search Statistics ]============================
1480.95/1481.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1480.95/1481.24	c       |         |          |          |    Limit     GC | Var      | Constra 
1480.95/1481.24	c =============================================================================
1480.95/1481.24	c  0.0s |       0 |        0 |        0 |   429521      0 |     2049 |     2058
1481.45/1481.71	c  0.5s |       0 |       67 |        1 |   429521      0 |     2049 |     2059
1481.45/1481.71	c #cpu_time = 0.468s
1481.45/1481.71	c #wall_clock_time = 0.469s
1481.45/1481.71	c #decision = 67
1481.45/1481.71	c #random_decision = 0
1481.45/1481.71	c #conflict = 1
1481.45/1481.71	c #restart = 0
1481.45/1481.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 117: cost of the new core is >=116
1481.45/1481.71	c lower bound updated to -173922920
1481.56/1481.88	c BCD2: 974061 <= obj <= 174896980
1481.56/1481.89	c BCD2: #cores=66, #unrelaxed=304523, #relaxed=2032, #hardened=0
1481.56/1481.89	c BCD2: #sat=1 #unsat=2022 bias=2022/2023
1481.56/1481.89	c Solving starts ...
1481.56/1481.89	c ============================[ Search Statistics ]============================
1481.56/1481.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1481.56/1481.89	c       |         |          |          |    Limit     GC | Var      | Constra 
1481.56/1481.89	c =============================================================================
1481.56/1481.89	c  0.0s |       0 |        0 |        0 |   429521      0 |     2050 |     2059
1482.05/1482.36	c  0.5s |       0 |       67 |        1 |   429521      0 |     2050 |     2060
1482.05/1482.36	c #cpu_time = 0.471s
1482.05/1482.36	c #wall_clock_time = 0.472s
1482.05/1482.36	c #decision = 67
1482.05/1482.36	c #random_decision = 0
1482.05/1482.36	c #conflict = 1
1482.05/1482.36	c #restart = 0
1482.05/1482.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 118: cost of the new core is >=117
1482.05/1482.36	c lower bound updated to -173922919
1482.25/1482.53	c BCD2: 974062 <= obj <= 174896980
1482.25/1482.53	c BCD2: #cores=66, #unrelaxed=304522, #relaxed=2033, #hardened=0
1482.25/1482.53	c BCD2: #sat=1 #unsat=2023 bias=2023/2024
1482.25/1482.54	c Solving starts ...
1482.25/1482.54	c ============================[ Search Statistics ]============================
1482.25/1482.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1482.25/1482.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1482.25/1482.54	c =============================================================================
1482.25/1482.54	c  0.0s |       0 |        0 |        0 |   429521      0 |     2051 |     2060
1482.75/1483.02	c  0.5s |       0 |       67 |        1 |   429521      0 |     2051 |     2061
1482.75/1483.02	c #cpu_time = 0.475s
1482.75/1483.02	c #wall_clock_time = 0.476s
1482.75/1483.02	c #decision = 67
1482.75/1483.02	c #random_decision = 0
1482.75/1483.02	c #conflict = 1
1482.75/1483.02	c #restart = 0
1482.75/1483.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 119: cost of the new core is >=118
1482.75/1483.02	c lower bound updated to -173922918
1482.95/1483.22	c BCD2: 974063 <= obj <= 174896980
1482.95/1483.22	c BCD2: #cores=66, #unrelaxed=304521, #relaxed=2034, #hardened=0
1482.95/1483.22	c BCD2: #sat=1 #unsat=2024 bias=2024/2025
1482.95/1483.24	c Solving starts ...
1482.95/1483.24	c ============================[ Search Statistics ]============================
1482.95/1483.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1482.95/1483.24	c       |         |          |          |    Limit     GC | Var      | Constra 
1482.95/1483.24	c =============================================================================
1482.95/1483.24	c  0.0s |       0 |        0 |        0 |   429521      0 |     2052 |     2061
1483.46/1483.72	c  0.5s |       0 |       67 |        1 |   429521      0 |     2052 |     2062
1483.46/1483.72	c #cpu_time = 0.475s
1483.46/1483.72	c #wall_clock_time = 0.476s
1483.46/1483.72	c #decision = 67
1483.46/1483.72	c #random_decision = 0
1483.46/1483.72	c #conflict = 1
1483.46/1483.72	c #restart = 0
1483.46/1483.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 120: cost of the new core is >=119
1483.46/1483.72	c lower bound updated to -173922917
1483.65/1483.92	c BCD2: 974064 <= obj <= 174896980
1483.65/1483.92	c BCD2: #cores=66, #unrelaxed=304520, #relaxed=2035, #hardened=0
1483.65/1483.92	c BCD2: #sat=1 #unsat=2025 bias=2025/2026
1483.65/1483.94	c Solving starts ...
1483.65/1483.94	c ============================[ Search Statistics ]============================
1483.65/1483.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1483.65/1483.94	c       |         |          |          |    Limit     GC | Var      | Constra 
1483.65/1483.94	c =============================================================================
1483.65/1483.94	c  0.0s |       0 |        0 |        0 |   429521      0 |     2053 |     2062
1484.15/1484.42	c  0.5s |       0 |       67 |        1 |   429521      0 |     2053 |     2063
1484.15/1484.42	c #cpu_time = 0.479s
1484.15/1484.42	c #wall_clock_time = 0.480s
1484.15/1484.42	c #decision = 67
1484.15/1484.42	c #random_decision = 0
1484.15/1484.42	c #conflict = 1
1484.15/1484.42	c #restart = 0
1484.15/1484.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 121: cost of the new core is >=120
1484.15/1484.42	c lower bound updated to -173922916
1484.35/1484.63	c BCD2: 974065 <= obj <= 174896980
1484.35/1484.63	c BCD2: #cores=66, #unrelaxed=304519, #relaxed=2036, #hardened=0
1484.35/1484.63	c BCD2: #sat=1 #unsat=2026 bias=2026/2027
1484.35/1484.65	c Solving starts ...
1484.35/1484.65	c ============================[ Search Statistics ]============================
1484.35/1484.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1484.35/1484.65	c       |         |          |          |    Limit     GC | Var      | Constra 
1484.35/1484.65	c =============================================================================
1484.35/1484.65	c  0.0s |       0 |        0 |        0 |   429521      0 |     2054 |     2063
1485.75/1486.05	c  1.4s |       0 |       67 |        1 |   429521      0 |     2054 |     2064
1485.75/1486.05	c #cpu_time = 1.396s
1485.75/1486.05	c #wall_clock_time = 1.399s
1485.75/1486.05	c #decision = 67
1485.75/1486.05	c #random_decision = 0
1485.75/1486.05	c #conflict = 1
1485.75/1486.05	c #restart = 0
1485.75/1486.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 122: cost of the new core is >=121
1485.75/1486.05	c lower bound updated to -173922915
1485.96/1486.22	c BCD2: 974066 <= obj <= 174896980
1485.96/1486.22	c BCD2: #cores=66, #unrelaxed=304518, #relaxed=2037, #hardened=0
1485.96/1486.22	c BCD2: #sat=1 #unsat=2027 bias=2027/2028
1485.96/1486.23	c Solving starts ...
1485.96/1486.23	c ============================[ Search Statistics ]============================
1485.96/1486.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1485.96/1486.23	c       |         |          |          |    Limit     GC | Var      | Constra 
1485.96/1486.23	c =============================================================================
1485.96/1486.23	c  0.0s |       0 |        0 |        0 |   429521      0 |     2055 |     2064
1486.35/1486.69	c  0.5s |       0 |       67 |        1 |   429521      0 |     2055 |     2065
1486.35/1486.69	c #cpu_time = 0.454s
1486.35/1486.69	c #wall_clock_time = 0.455s
1486.35/1486.69	c #decision = 67
1486.35/1486.69	c #random_decision = 0
1486.35/1486.69	c #conflict = 1
1486.35/1486.69	c #restart = 0
1486.35/1486.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 123: cost of the new core is >=122
1486.35/1486.69	c lower bound updated to -173922914
1486.55/1486.88	c BCD2: 974067 <= obj <= 174896980
1486.55/1486.88	c BCD2: #cores=66, #unrelaxed=304517, #relaxed=2038, #hardened=0
1486.55/1486.88	c BCD2: #sat=1 #unsat=2028 bias=2028/2029
1486.55/1486.89	c Solving starts ...
1486.55/1486.89	c ============================[ Search Statistics ]============================
1486.55/1486.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1486.55/1486.89	c       |         |          |          |    Limit     GC | Var      | Constra 
1486.55/1486.89	c =============================================================================
1486.55/1486.89	c  0.0s |       0 |        0 |        0 |   429521      0 |     2056 |     2065
1487.06/1487.35	c  0.5s |       0 |       67 |        1 |   429521      0 |     2056 |     2066
1487.06/1487.35	c #cpu_time = 0.462s
1487.06/1487.35	c #wall_clock_time = 0.463s
1487.06/1487.35	c #decision = 67
1487.06/1487.35	c #random_decision = 0
1487.06/1487.35	c #conflict = 1
1487.06/1487.35	c #restart = 0
1487.06/1487.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 124: cost of the new core is >=123
1487.06/1487.35	c lower bound updated to -173922913
1487.25/1487.53	c BCD2: 974068 <= obj <= 174896980
1487.25/1487.53	c BCD2: #cores=66, #unrelaxed=304516, #relaxed=2039, #hardened=0
1487.25/1487.53	c BCD2: #sat=1 #unsat=2029 bias=2029/2030
1487.25/1487.53	c Solving starts ...
1487.25/1487.53	c ============================[ Search Statistics ]============================
1487.25/1487.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1487.25/1487.53	c       |         |          |          |    Limit     GC | Var      | Constra 
1487.25/1487.53	c =============================================================================
1487.25/1487.53	c  0.0s |       0 |        0 |        0 |   429521      0 |     2057 |     2066
1487.65/1487.98	c  0.4s |       0 |       67 |        1 |   429521      0 |     2057 |     2067
1487.65/1487.98	c #cpu_time = 0.447s
1487.65/1487.98	c #wall_clock_time = 0.448s
1487.65/1487.98	c #decision = 67
1487.65/1487.98	c #random_decision = 0
1487.65/1487.98	c #conflict = 1
1487.65/1487.98	c #restart = 0
1487.65/1487.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 125: cost of the new core is >=124
1487.65/1487.98	c lower bound updated to -173922912
1487.85/1488.18	c BCD2: 974069 <= obj <= 174896980
1487.85/1488.18	c BCD2: #cores=66, #unrelaxed=304515, #relaxed=2040, #hardened=0
1487.85/1488.18	c BCD2: #sat=1 #unsat=2030 bias=2030/2031
1487.85/1488.19	c Solving starts ...
1487.85/1488.19	c ============================[ Search Statistics ]============================
1487.85/1488.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1487.85/1488.19	c       |         |          |          |    Limit     GC | Var      | Constra 
1487.85/1488.19	c =============================================================================
1487.85/1488.19	c  0.0s |       0 |        0 |        0 |   429521      0 |     2058 |     2067
1488.35/1488.65	c  0.5s |       0 |       67 |        1 |   429521      0 |     2058 |     2068
1488.35/1488.65	c #cpu_time = 0.462s
1488.35/1488.65	c #wall_clock_time = 0.464s
1488.35/1488.65	c #decision = 67
1488.35/1488.65	c #random_decision = 0
1488.35/1488.65	c #conflict = 1
1488.35/1488.65	c #restart = 0
1488.35/1488.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 126: cost of the new core is >=125
1488.35/1488.65	c lower bound updated to -173922911
1488.55/1488.83	c BCD2: 974070 <= obj <= 174896980
1488.55/1488.83	c BCD2: #cores=66, #unrelaxed=304514, #relaxed=2041, #hardened=0
1488.55/1488.83	c BCD2: #sat=1 #unsat=2031 bias=2031/2032
1488.55/1488.84	c Solving starts ...
1488.55/1488.84	c ============================[ Search Statistics ]============================
1488.55/1488.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1488.55/1488.84	c       |         |          |          |    Limit     GC | Var      | Constra 
1488.55/1488.84	c =============================================================================
1488.55/1488.84	c  0.0s |       0 |        0 |        0 |   429521      0 |     2059 |     2068
1489.05/1489.30	c  0.5s |       0 |       67 |        1 |   429521      0 |     2059 |     2069
1489.05/1489.30	c #cpu_time = 0.460s
1489.05/1489.30	c #wall_clock_time = 0.462s
1489.05/1489.30	c #decision = 67
1489.05/1489.30	c #random_decision = 0
1489.05/1489.30	c #conflict = 1
1489.05/1489.30	c #restart = 0
1489.05/1489.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 127: cost of the new core is >=126
1489.05/1489.30	c lower bound updated to -173922910
1489.15/1489.48	c BCD2: 974071 <= obj <= 174896980
1489.15/1489.48	c BCD2: #cores=66, #unrelaxed=304513, #relaxed=2042, #hardened=0
1489.15/1489.48	c BCD2: #sat=1 #unsat=2032 bias=2032/2033
1489.15/1489.49	c Solving starts ...
1489.15/1489.49	c ============================[ Search Statistics ]============================
1489.15/1489.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1489.15/1489.49	c       |         |          |          |    Limit     GC | Var      | Constra 
1489.15/1489.49	c =============================================================================
1489.15/1489.49	c  0.0s |       0 |        0 |        0 |   429521      0 |     2060 |     2069
1489.65/1489.96	c  0.5s |       0 |       67 |        1 |   429521      0 |     2060 |     2070
1489.65/1489.96	c #cpu_time = 0.464s
1489.65/1489.96	c #wall_clock_time = 0.465s
1489.65/1489.96	c #decision = 67
1489.65/1489.96	c #random_decision = 0
1489.65/1489.96	c #conflict = 1
1489.65/1489.96	c #restart = 0
1489.65/1489.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 128: cost of the new core is >=127
1489.65/1489.96	c lower bound updated to -173922909
1489.85/1490.15	c BCD2: 974072 <= obj <= 174896980
1489.85/1490.15	c BCD2: #cores=66, #unrelaxed=304512, #relaxed=2043, #hardened=0
1489.85/1490.15	c BCD2: #sat=1 #unsat=2033 bias=2033/2034
1489.85/1490.17	c Solving starts ...
1489.85/1490.17	c ============================[ Search Statistics ]============================
1489.85/1490.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1489.85/1490.17	c       |         |          |          |    Limit     GC | Var      | Constra 
1489.85/1490.17	c =============================================================================
1489.85/1490.17	c  0.0s |       0 |        0 |        0 |   429521      0 |     2061 |     2070
1490.36/1490.63	c  0.5s |       0 |       67 |        1 |   429521      0 |     2061 |     2071
1490.36/1490.63	c #cpu_time = 0.465s
1490.36/1490.63	c #wall_clock_time = 0.466s
1490.36/1490.63	c #decision = 67
1490.36/1490.63	c #random_decision = 0
1490.36/1490.63	c #conflict = 1
1490.36/1490.63	c #restart = 0
1490.36/1490.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 129: cost of the new core is >=128
1490.36/1490.63	c lower bound updated to -173922908
1490.55/1490.85	c BCD2: 974073 <= obj <= 174896980
1490.55/1490.85	c BCD2: #cores=66, #unrelaxed=304511, #relaxed=2044, #hardened=0
1490.55/1490.85	c BCD2: #sat=1 #unsat=2034 bias=2034/2035
1490.55/1490.87	c Solving starts ...
1490.55/1490.87	c ============================[ Search Statistics ]============================
1490.55/1490.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1490.55/1490.87	c       |         |          |          |    Limit     GC | Var      | Constra 
1490.55/1490.87	c =============================================================================
1490.55/1490.87	c  0.0s |       0 |        0 |        0 |   429521      0 |     2062 |     2071
1491.05/1491.33	c  0.5s |       0 |       67 |        1 |   429521      0 |     2062 |     2072
1491.05/1491.33	c #cpu_time = 0.462s
1491.05/1491.33	c #wall_clock_time = 0.463s
1491.05/1491.33	c #decision = 67
1491.05/1491.33	c #random_decision = 0
1491.05/1491.33	c #conflict = 1
1491.05/1491.33	c #restart = 0
1491.05/1491.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 130: cost of the new core is >=129
1491.05/1491.33	c lower bound updated to -173922907
1491.25/1491.55	c BCD2: 974074 <= obj <= 174896980
1491.25/1491.55	c BCD2: #cores=66, #unrelaxed=304510, #relaxed=2045, #hardened=0
1491.25/1491.55	c BCD2: #sat=1 #unsat=2035 bias=2035/2036
1491.25/1491.57	c Solving starts ...
1491.25/1491.57	c ============================[ Search Statistics ]============================
1491.25/1491.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1491.25/1491.57	c       |         |          |          |    Limit     GC | Var      | Constra 
1491.25/1491.57	c =============================================================================
1491.25/1491.57	c  0.0s |       0 |        0 |        0 |   429521      0 |     2063 |     2072
1491.75/1492.03	c  0.5s |       0 |       67 |        1 |   429521      0 |     2063 |     2073
1491.75/1492.03	c #cpu_time = 0.465s
1491.75/1492.03	c #wall_clock_time = 0.466s
1491.75/1492.03	c #decision = 67
1491.75/1492.03	c #random_decision = 0
1491.75/1492.03	c #conflict = 1
1491.75/1492.03	c #restart = 0
1491.75/1492.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 131: cost of the new core is >=130
1491.75/1492.03	c lower bound updated to -173922906
1491.95/1492.25	c BCD2: 974075 <= obj <= 174896980
1491.95/1492.25	c BCD2: #cores=66, #unrelaxed=304509, #relaxed=2046, #hardened=0
1491.95/1492.25	c BCD2: #sat=1 #unsat=2036 bias=2036/2037
1491.95/1492.27	c Solving starts ...
1491.95/1492.27	c ============================[ Search Statistics ]============================
1491.95/1492.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1491.95/1492.27	c       |         |          |          |    Limit     GC | Var      | Constra 
1491.95/1492.27	c =============================================================================
1491.95/1492.27	c  0.0s |       0 |        0 |        0 |   429521      0 |     2064 |     2073
1493.35/1493.66	c  1.4s |       0 |       67 |        1 |   429521      0 |     2064 |     2074
1493.35/1493.66	c #cpu_time = 1.387s
1493.35/1493.66	c #wall_clock_time = 1.391s
1493.35/1493.66	c #decision = 67
1493.35/1493.66	c #random_decision = 0
1493.35/1493.66	c #conflict = 1
1493.35/1493.66	c #restart = 0
1493.35/1493.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 132: cost of the new core is >=131
1493.35/1493.66	c lower bound updated to -173922905
1493.55/1493.83	c BCD2: 974076 <= obj <= 174896980
1493.55/1493.83	c BCD2: #cores=66, #unrelaxed=304508, #relaxed=2047, #hardened=0
1493.55/1493.83	c BCD2: #sat=1 #unsat=2037 bias=2037/2038
1493.55/1493.84	c Solving starts ...
1493.55/1493.84	c ============================[ Search Statistics ]============================
1493.55/1493.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1493.55/1493.84	c       |         |          |          |    Limit     GC | Var      | Constra 
1493.55/1493.84	c =============================================================================
1493.55/1493.84	c  0.0s |       0 |        0 |        0 |   429521      0 |     2065 |     2074
1494.05/1494.30	c  0.5s |       0 |       67 |        1 |   429521      0 |     2065 |     2075
1494.05/1494.30	c #cpu_time = 0.463s
1494.05/1494.30	c #wall_clock_time = 0.464s
1494.05/1494.30	c #decision = 67
1494.05/1494.30	c #random_decision = 0
1494.05/1494.30	c #conflict = 1
1494.05/1494.30	c #restart = 0
1494.05/1494.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 133: cost of the new core is >=132
1494.05/1494.30	c lower bound updated to -173922904
1494.15/1494.49	c BCD2: 974077 <= obj <= 174896980
1494.15/1494.49	c BCD2: #cores=66, #unrelaxed=304507, #relaxed=2048, #hardened=0
1494.15/1494.49	c BCD2: #sat=1 #unsat=2038 bias=2038/2039
1494.15/1494.49	c Solving starts ...
1494.15/1494.49	c ============================[ Search Statistics ]============================
1494.15/1494.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1494.15/1494.49	c       |         |          |          |    Limit     GC | Var      | Constra 
1494.15/1494.49	c =============================================================================
1494.15/1494.49	c  0.0s |       0 |        0 |        0 |   429521      0 |     2066 |     2075
1494.65/1494.97	c  0.5s |       0 |       67 |        1 |   429521      0 |     2066 |     2076
1494.65/1494.97	c #cpu_time = 0.475s
1494.65/1494.97	c #wall_clock_time = 0.476s
1494.65/1494.97	c #decision = 67
1494.65/1494.97	c #random_decision = 0
1494.65/1494.97	c #conflict = 1
1494.65/1494.97	c #restart = 0
1494.65/1494.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 134: cost of the new core is >=133
1494.65/1494.97	c lower bound updated to -173922903
1494.85/1495.14	c BCD2: 974078 <= obj <= 174896980
1494.85/1495.14	c BCD2: #cores=66, #unrelaxed=304506, #relaxed=2049, #hardened=0
1494.85/1495.14	c BCD2: #sat=1 #unsat=2039 bias=2039/2040
1494.85/1495.15	c Solving starts ...
1494.85/1495.15	c ============================[ Search Statistics ]============================
1494.85/1495.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1494.85/1495.15	c       |         |          |          |    Limit     GC | Var      | Constra 
1494.85/1495.15	c =============================================================================
1494.85/1495.15	c  0.0s |       0 |        0 |        0 |   429521      0 |     2067 |     2076
1495.34/1495.62	c  0.5s |       0 |       67 |        1 |   429521      0 |     2067 |     2077
1495.34/1495.62	c #cpu_time = 0.474s
1495.34/1495.62	c #wall_clock_time = 0.475s
1495.34/1495.62	c #decision = 67
1495.34/1495.62	c #random_decision = 0
1495.34/1495.62	c #conflict = 1
1495.34/1495.62	c #restart = 0
1495.34/1495.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 135: cost of the new core is >=134
1495.34/1495.62	c lower bound updated to -173922902
1495.54/1495.80	c BCD2: 974079 <= obj <= 174896980
1495.54/1495.80	c BCD2: #cores=66, #unrelaxed=304505, #relaxed=2050, #hardened=0
1495.54/1495.80	c BCD2: #sat=1 #unsat=2040 bias=2040/2041
1495.54/1495.81	c Solving starts ...
1495.54/1495.81	c ============================[ Search Statistics ]============================
1495.54/1495.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1495.54/1495.81	c       |         |          |          |    Limit     GC | Var      | Constra 
1495.54/1495.81	c =============================================================================
1495.54/1495.81	c  0.0s |       0 |        0 |        0 |   429521      0 |     2068 |     2077
1495.95/1496.28	c  0.5s |       0 |       67 |        1 |   429521      0 |     2068 |     2078
1495.95/1496.28	c #cpu_time = 0.475s
1495.95/1496.28	c #wall_clock_time = 0.477s
1495.95/1496.28	c #decision = 67
1495.95/1496.28	c #random_decision = 0
1495.95/1496.28	c #conflict = 1
1495.95/1496.28	c #restart = 0
1495.95/1496.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 136: cost of the new core is >=135
1495.95/1496.28	c lower bound updated to -173922901
1496.14/1496.46	c BCD2: 974080 <= obj <= 174896980
1496.14/1496.46	c BCD2: #cores=66, #unrelaxed=304504, #relaxed=2051, #hardened=0
1496.14/1496.46	c BCD2: #sat=1 #unsat=2041 bias=2041/2042
1496.14/1496.46	c Solving starts ...
1496.14/1496.46	c ============================[ Search Statistics ]============================
1496.14/1496.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1496.14/1496.46	c       |         |          |          |    Limit     GC | Var      | Constra 
1496.14/1496.46	c =============================================================================
1496.14/1496.46	c  0.0s |       0 |        0 |        0 |   429521      0 |     2069 |     2078
1496.64/1496.94	c  0.5s |       0 |       67 |        1 |   429521      0 |     2069 |     2079
1496.64/1496.94	c #cpu_time = 0.480s
1496.64/1496.94	c #wall_clock_time = 0.481s
1496.64/1496.94	c #decision = 67
1496.64/1496.94	c #random_decision = 0
1496.64/1496.94	c #conflict = 1
1496.64/1496.94	c #restart = 0
1496.64/1496.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 137: cost of the new core is >=136
1496.64/1496.94	c lower bound updated to -173922900
1496.84/1497.12	c BCD2: 974081 <= obj <= 174896980
1496.84/1497.12	c BCD2: #cores=66, #unrelaxed=304503, #relaxed=2052, #hardened=0
1496.84/1497.12	c BCD2: #sat=1 #unsat=2042 bias=2042/2043
1496.84/1497.13	c Solving starts ...
1496.84/1497.13	c ============================[ Search Statistics ]============================
1496.84/1497.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1496.84/1497.13	c       |         |          |          |    Limit     GC | Var      | Constra 
1496.84/1497.13	c =============================================================================
1496.84/1497.13	c  0.0s |       0 |        0 |        0 |   429521      0 |     2070 |     2079
1497.35/1497.60	c  0.5s |       0 |       67 |        1 |   429521      0 |     2070 |     2080
1497.35/1497.60	c #cpu_time = 0.477s
1497.35/1497.60	c #wall_clock_time = 0.478s
1497.35/1497.60	c #decision = 67
1497.35/1497.60	c #random_decision = 0
1497.35/1497.60	c #conflict = 1
1497.35/1497.60	c #restart = 0
1497.35/1497.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 138: cost of the new core is >=137
1497.35/1497.60	c lower bound updated to -173922899
1497.54/1497.81	c BCD2: 974082 <= obj <= 174896980
1497.54/1497.81	c BCD2: #cores=66, #unrelaxed=304502, #relaxed=2053, #hardened=0
1497.54/1497.81	c BCD2: #sat=1 #unsat=2043 bias=2043/2044
1497.54/1497.83	c Solving starts ...
1497.54/1497.83	c ============================[ Search Statistics ]============================
1497.54/1497.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1497.54/1497.83	c       |         |          |          |    Limit     GC | Var      | Constra 
1497.54/1497.83	c =============================================================================
1497.54/1497.83	c  0.0s |       0 |        0 |        0 |   429521      0 |     2071 |     2080
1498.05/1498.31	c  0.5s |       0 |       67 |        1 |   429521      0 |     2071 |     2081
1498.05/1498.31	c #cpu_time = 0.482s
1498.05/1498.31	c #wall_clock_time = 0.483s
1498.05/1498.31	c #decision = 67
1498.05/1498.31	c #random_decision = 0
1498.05/1498.31	c #conflict = 1
1498.05/1498.31	c #restart = 0
1498.05/1498.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 139: cost of the new core is >=138
1498.05/1498.31	c lower bound updated to -173922898
1498.24/1498.53	c BCD2: 974083 <= obj <= 174896980
1498.24/1498.53	c BCD2: #cores=66, #unrelaxed=304501, #relaxed=2054, #hardened=0
1498.24/1498.53	c BCD2: #sat=1 #unsat=2044 bias=2044/2045
1498.24/1498.54	c Solving starts ...
1498.24/1498.54	c ============================[ Search Statistics ]============================
1498.24/1498.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1498.24/1498.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1498.24/1498.54	c =============================================================================
1498.24/1498.54	c  0.0s |       0 |        0 |        0 |   429521      0 |     2072 |     2081
1498.75/1499.02	c  0.5s |       0 |       67 |        1 |   429521      0 |     2072 |     2082
1498.75/1499.02	c #cpu_time = 0.477s
1498.75/1499.02	c #wall_clock_time = 0.478s
1498.75/1499.02	c #decision = 67
1498.75/1499.02	c #random_decision = 0
1498.75/1499.02	c #conflict = 1
1498.75/1499.02	c #restart = 0
1498.75/1499.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 140: cost of the new core is >=139
1498.75/1499.02	c lower bound updated to -173922897
1498.95/1499.23	c BCD2: 974084 <= obj <= 174896980
1498.95/1499.23	c BCD2: #cores=66, #unrelaxed=304500, #relaxed=2055, #hardened=0
1498.95/1499.23	c BCD2: #sat=1 #unsat=2045 bias=2045/2046
1498.95/1499.25	c Solving starts ...
1498.95/1499.25	c ============================[ Search Statistics ]============================
1498.95/1499.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1498.95/1499.25	c       |         |          |          |    Limit     GC | Var      | Constra 
1498.95/1499.25	c =============================================================================
1498.95/1499.25	c  0.0s |       0 |        0 |        0 |   429521      0 |     2073 |     2082
1499.45/1499.73	c  0.5s |       0 |       67 |        1 |   429521      0 |     2073 |     2083
1499.45/1499.73	c #cpu_time = 0.482s
1499.45/1499.73	c #wall_clock_time = 0.483s
1499.45/1499.73	c #decision = 67
1499.45/1499.73	c #random_decision = 0
1499.45/1499.73	c #conflict = 1
1499.45/1499.73	c #restart = 0
1499.45/1499.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 141: cost of the new core is >=140
1499.45/1499.73	c lower bound updated to -173922896
1499.65/1499.95	c BCD2: 974085 <= obj <= 174896980
1499.65/1499.95	c BCD2: #cores=66, #unrelaxed=304499, #relaxed=2056, #hardened=0
1499.65/1499.95	c BCD2: #sat=1 #unsat=2046 bias=2046/2047
1500.55/1500.87	c Solving starts ...
1500.55/1500.87	c ============================[ Search Statistics ]============================
1500.55/1500.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1500.55/1500.87	c       |         |          |          |    Limit     GC | Var      | Constra 
1500.55/1500.87	c =============================================================================
1500.55/1500.87	c  0.0s |       0 |        0 |        0 |   429521      0 |     2074 |     2083
1501.05/1501.34	c  0.5s |       0 |       67 |        1 |   429521      0 |     2074 |     2084
1501.05/1501.34	c #cpu_time = 0.464s
1501.05/1501.34	c #wall_clock_time = 0.465s
1501.05/1501.34	c #decision = 67
1501.05/1501.34	c #random_decision = 0
1501.05/1501.34	c #conflict = 1
1501.05/1501.34	c #restart = 0
1501.05/1501.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 142: cost of the new core is >=141
1501.05/1501.34	c lower bound updated to -173922895
1501.15/1501.49	c BCD2: 974086 <= obj <= 174896980
1501.15/1501.49	c BCD2: #cores=66, #unrelaxed=304498, #relaxed=2057, #hardened=0
1501.15/1501.49	c BCD2: #sat=1 #unsat=2047 bias=2047/2048
1501.25/1501.50	c Solving starts ...
1501.25/1501.50	c ============================[ Search Statistics ]============================
1501.25/1501.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1501.25/1501.50	c       |         |          |          |    Limit     GC | Var      | Constra 
1501.25/1501.50	c =============================================================================
1501.25/1501.50	c  0.0s |       0 |        0 |        0 |   429521      0 |     2075 |     2084
1501.65/1501.96	c  0.5s |       0 |       67 |        1 |   429521      0 |     2075 |     2085
1501.65/1501.96	c #cpu_time = 0.452s
1501.65/1501.96	c #wall_clock_time = 0.453s
1501.65/1501.96	c #decision = 67
1501.65/1501.96	c #random_decision = 0
1501.65/1501.96	c #conflict = 1
1501.65/1501.96	c #restart = 0
1501.65/1501.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 143: cost of the new core is >=142
1501.65/1501.96	c lower bound updated to -173922894
1501.84/1502.13	c BCD2: 974087 <= obj <= 174896980
1501.84/1502.13	c BCD2: #cores=66, #unrelaxed=304497, #relaxed=2058, #hardened=0
1501.84/1502.13	c BCD2: #sat=1 #unsat=2048 bias=2048/2049
1501.84/1502.13	c Solving starts ...
1501.84/1502.13	c ============================[ Search Statistics ]============================
1501.84/1502.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1501.84/1502.13	c       |         |          |          |    Limit     GC | Var      | Constra 
1501.84/1502.13	c =============================================================================
1501.84/1502.13	c  0.0s |       0 |        0 |        0 |   429521      0 |     2076 |     2085
1502.34/1502.60	c  0.5s |       0 |       67 |        1 |   429521      0 |     2076 |     2086
1502.34/1502.60	c #cpu_time = 0.464s
1502.34/1502.60	c #wall_clock_time = 0.465s
1502.34/1502.60	c #decision = 67
1502.34/1502.60	c #random_decision = 0
1502.34/1502.60	c #conflict = 1
1502.34/1502.60	c #restart = 0
1502.34/1502.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 144: cost of the new core is >=143
1502.34/1502.60	c lower bound updated to -173922893
1502.45/1502.75	c BCD2: 974088 <= obj <= 174896980
1502.45/1502.76	c BCD2: #cores=66, #unrelaxed=304496, #relaxed=2059, #hardened=0
1502.45/1502.76	c BCD2: #sat=1 #unsat=2049 bias=2049/2050
1502.45/1502.76	c Solving starts ...
1502.45/1502.76	c ============================[ Search Statistics ]============================
1502.45/1502.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1502.45/1502.76	c       |         |          |          |    Limit     GC | Var      | Constra 
1502.45/1502.76	c =============================================================================
1502.45/1502.76	c  0.0s |       0 |        0 |        0 |   429521      0 |     2077 |     2086
1502.94/1503.23	c  0.5s |       0 |       67 |        1 |   429521      0 |     2077 |     2087
1502.94/1503.23	c #cpu_time = 0.463s
1502.94/1503.23	c #wall_clock_time = 0.464s
1502.94/1503.23	c #decision = 67
1502.94/1503.23	c #random_decision = 0
1502.94/1503.23	c #conflict = 1
1502.94/1503.23	c #restart = 0
1502.94/1503.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 145: cost of the new core is >=144
1502.94/1503.23	c lower bound updated to -173922892
1503.04/1503.39	c BCD2: 974089 <= obj <= 174896980
1503.04/1503.39	c BCD2: #cores=66, #unrelaxed=304495, #relaxed=2060, #hardened=0
1503.04/1503.39	c BCD2: #sat=1 #unsat=2050 bias=2050/2051
1503.04/1503.40	c Solving starts ...
1503.04/1503.40	c ============================[ Search Statistics ]============================
1503.04/1503.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1503.04/1503.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1503.04/1503.40	c =============================================================================
1503.04/1503.40	c  0.0s |       0 |        0 |        0 |   429521      0 |     2078 |     2087
1503.55/1503.86	c  0.5s |       0 |       67 |        1 |   429521      0 |     2078 |     2088
1503.55/1503.86	c #cpu_time = 0.465s
1503.55/1503.86	c #wall_clock_time = 0.466s
1503.55/1503.86	c #decision = 67
1503.55/1503.86	c #random_decision = 0
1503.55/1503.86	c #conflict = 1
1503.55/1503.86	c #restart = 0
1503.55/1503.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 146: cost of the new core is >=145
1503.55/1503.86	c lower bound updated to -173922891
1503.74/1504.02	c BCD2: 974090 <= obj <= 174896980
1503.74/1504.02	c BCD2: #cores=66, #unrelaxed=304494, #relaxed=2061, #hardened=0
1503.74/1504.02	c BCD2: #sat=1 #unsat=2051 bias=2051/2052
1503.74/1504.02	c Solving starts ...
1503.74/1504.02	c ============================[ Search Statistics ]============================
1503.74/1504.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1503.74/1504.02	c       |         |          |          |    Limit     GC | Var      | Constra 
1503.74/1504.02	c =============================================================================
1503.74/1504.02	c  0.0s |       0 |        0 |        0 |   429521      0 |     2079 |     2088
1504.14/1504.49	c  0.5s |       0 |       67 |        1 |   429521      0 |     2079 |     2089
1504.14/1504.49	c #cpu_time = 0.467s
1504.14/1504.49	c #wall_clock_time = 0.469s
1504.14/1504.49	c #decision = 67
1504.14/1504.49	c #random_decision = 0
1504.14/1504.49	c #conflict = 1
1504.14/1504.49	c #restart = 0
1504.14/1504.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 147: cost of the new core is >=146
1504.14/1504.49	c lower bound updated to -173922890
1504.34/1504.65	c BCD2: 974091 <= obj <= 174896980
1504.34/1504.65	c BCD2: #cores=66, #unrelaxed=304493, #relaxed=2062, #hardened=0
1504.34/1504.65	c BCD2: #sat=1 #unsat=2052 bias=2052/2053
1504.34/1504.66	c Solving starts ...
1504.34/1504.66	c ============================[ Search Statistics ]============================
1504.34/1504.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1504.34/1504.66	c       |         |          |          |    Limit     GC | Var      | Constra 
1504.34/1504.66	c =============================================================================
1504.34/1504.66	c  0.0s |       0 |        0 |        0 |   429521      0 |     2080 |     2089
1504.84/1505.13	c  0.5s |       0 |       67 |        1 |   429521      0 |     2080 |     2090
1504.84/1505.13	c #cpu_time = 0.466s
1504.84/1505.13	c #wall_clock_time = 0.467s
1504.84/1505.13	c #decision = 67
1504.84/1505.13	c #random_decision = 0
1504.84/1505.13	c #conflict = 1
1504.84/1505.13	c #restart = 0
1504.84/1505.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 148: cost of the new core is >=147
1504.84/1505.13	c lower bound updated to -173922889
1505.04/1505.32	c BCD2: 974092 <= obj <= 174896980
1505.04/1505.32	c BCD2: #cores=66, #unrelaxed=304492, #relaxed=2063, #hardened=0
1505.04/1505.32	c BCD2: #sat=1 #unsat=2053 bias=2053/2054
1505.04/1505.34	c Solving starts ...
1505.04/1505.34	c ============================[ Search Statistics ]============================
1505.04/1505.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1505.04/1505.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1505.04/1505.34	c =============================================================================
1505.04/1505.34	c  0.0s |       0 |        0 |        0 |   429521      0 |     2081 |     2090
1505.54/1505.81	c  0.5s |       0 |       67 |        1 |   429521      0 |     2081 |     2091
1505.54/1505.81	c #cpu_time = 0.467s
1505.54/1505.81	c #wall_clock_time = 0.469s
1505.54/1505.81	c #decision = 67
1505.54/1505.81	c #random_decision = 0
1505.54/1505.81	c #conflict = 1
1505.54/1505.81	c #restart = 0
1505.54/1505.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 149: cost of the new core is >=148
1505.54/1505.81	c lower bound updated to -173922888
1505.75/1506.01	c BCD2: 974093 <= obj <= 174896980
1505.75/1506.01	c BCD2: #cores=66, #unrelaxed=304491, #relaxed=2064, #hardened=0
1505.75/1506.01	c BCD2: #sat=1 #unsat=2054 bias=2054/2055
1505.75/1506.02	c Solving starts ...
1505.75/1506.02	c ============================[ Search Statistics ]============================
1505.75/1506.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1505.75/1506.02	c       |         |          |          |    Limit     GC | Var      | Constra 
1505.75/1506.02	c =============================================================================
1505.75/1506.02	c  0.0s |       0 |        0 |        0 |   429521      0 |     2082 |     2091
1506.14/1506.49	c  0.5s |       0 |       67 |        1 |   429521      0 |     2082 |     2092
1506.14/1506.49	c #cpu_time = 0.465s
1506.14/1506.49	c #wall_clock_time = 0.466s
1506.14/1506.49	c #decision = 67
1506.14/1506.49	c #random_decision = 0
1506.14/1506.49	c #conflict = 1
1506.14/1506.49	c #restart = 0
1506.14/1506.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 150: cost of the new core is >=149
1506.14/1506.49	c lower bound updated to -173922887
1506.35/1506.68	c BCD2: 974094 <= obj <= 174896980
1506.35/1506.68	c BCD2: #cores=66, #unrelaxed=304490, #relaxed=2065, #hardened=0
1506.35/1506.68	c BCD2: #sat=1 #unsat=2055 bias=2055/2056
1506.45/1506.70	c Solving starts ...
1506.45/1506.70	c ============================[ Search Statistics ]============================
1506.45/1506.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1506.45/1506.70	c       |         |          |          |    Limit     GC | Var      | Constra 
1506.45/1506.70	c =============================================================================
1506.45/1506.70	c  0.0s |       0 |        0 |        0 |   429521      0 |     2083 |     2092
1506.86/1507.17	c  0.5s |       0 |       67 |        1 |   429521      0 |     2083 |     2093
1506.86/1507.17	c #cpu_time = 0.467s
1506.86/1507.17	c #wall_clock_time = 0.468s
1506.86/1507.17	c #decision = 67
1506.86/1507.17	c #random_decision = 0
1506.86/1507.17	c #conflict = 1
1506.86/1507.17	c #restart = 0
1506.86/1507.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 151: cost of the new core is >=150
1506.86/1507.17	c lower bound updated to -173922886
1507.96/1508.24	c BCD2: 974095 <= obj <= 174896980
1507.96/1508.24	c BCD2: #cores=66, #unrelaxed=304489, #relaxed=2066, #hardened=0
1507.96/1508.24	c BCD2: #sat=1 #unsat=2056 bias=2056/2057
1507.96/1508.25	c Solving starts ...
1507.96/1508.25	c ============================[ Search Statistics ]============================
1507.96/1508.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1507.96/1508.25	c       |         |          |          |    Limit     GC | Var      | Constra 
1507.96/1508.25	c =============================================================================
1507.96/1508.25	c  0.0s |       0 |        0 |        0 |   429521      0 |     2084 |     2093
1508.45/1508.71	c  0.5s |       0 |       67 |        1 |   429521      0 |     2084 |     2094
1508.45/1508.71	c #cpu_time = 0.466s
1508.45/1508.71	c #wall_clock_time = 0.467s
1508.45/1508.71	c #decision = 67
1508.45/1508.71	c #random_decision = 0
1508.45/1508.71	c #conflict = 1
1508.45/1508.71	c #restart = 0
1508.45/1508.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 152: cost of the new core is >=151
1508.45/1508.71	c lower bound updated to -173922885
1508.55/1508.86	c BCD2: 974096 <= obj <= 174896980
1508.55/1508.86	c BCD2: #cores=66, #unrelaxed=304488, #relaxed=2067, #hardened=0
1508.55/1508.86	c BCD2: #sat=1 #unsat=2057 bias=2057/2058
1508.55/1508.87	c Solving starts ...
1508.55/1508.87	c ============================[ Search Statistics ]============================
1508.55/1508.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1508.55/1508.87	c       |         |          |          |    Limit     GC | Var      | Constra 
1508.55/1508.87	c =============================================================================
1508.55/1508.87	c  0.0s |       0 |        0 |        0 |   429521      0 |     2085 |     2094
1509.06/1509.33	c  0.5s |       0 |       67 |        1 |   429521      0 |     2085 |     2095
1509.06/1509.33	c #cpu_time = 0.455s
1509.06/1509.33	c #wall_clock_time = 0.456s
1509.06/1509.33	c #decision = 67
1509.06/1509.33	c #random_decision = 0
1509.06/1509.33	c #conflict = 1
1509.06/1509.33	c #restart = 0
1509.06/1509.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 153: cost of the new core is >=152
1509.06/1509.33	c lower bound updated to -173922884
1509.16/1509.49	c BCD2: 974097 <= obj <= 174896980
1509.16/1509.49	c BCD2: #cores=66, #unrelaxed=304487, #relaxed=2068, #hardened=0
1509.16/1509.49	c BCD2: #sat=1 #unsat=2058 bias=2058/2059
1509.16/1509.50	c Solving starts ...
1509.16/1509.50	c ============================[ Search Statistics ]============================
1509.16/1509.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1509.16/1509.50	c       |         |          |          |    Limit     GC | Var      | Constra 
1509.16/1509.50	c =============================================================================
1509.16/1509.50	c  0.0s |       0 |        0 |        0 |   429521      0 |     2086 |     2095
1509.65/1509.96	c  0.5s |       0 |       67 |        1 |   429521      0 |     2086 |     2096
1509.65/1509.96	c #cpu_time = 0.468s
1509.65/1509.96	c #wall_clock_time = 0.469s
1509.65/1509.96	c #decision = 67
1509.65/1509.96	c #random_decision = 0
1509.65/1509.96	c #conflict = 1
1509.65/1509.96	c #restart = 0
1509.65/1509.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 154: cost of the new core is >=153
1509.65/1509.96	c lower bound updated to -173922883
1509.85/1510.11	c BCD2: 974098 <= obj <= 174896980
1509.85/1510.11	c BCD2: #cores=66, #unrelaxed=304486, #relaxed=2069, #hardened=0
1509.85/1510.11	c BCD2: #sat=1 #unsat=2059 bias=2059/2060
1509.85/1510.12	c Solving starts ...
1509.85/1510.12	c ============================[ Search Statistics ]============================
1509.85/1510.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1509.85/1510.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1509.85/1510.12	c =============================================================================
1509.85/1510.12	c  0.0s |       0 |        0 |        0 |   429521      0 |     2087 |     2096
1510.26/1510.58	c  0.5s |       0 |       67 |        1 |   429521      0 |     2087 |     2097
1510.26/1510.58	c #cpu_time = 0.464s
1510.26/1510.58	c #wall_clock_time = 0.465s
1510.26/1510.58	c #decision = 67
1510.26/1510.58	c #random_decision = 0
1510.26/1510.58	c #conflict = 1
1510.26/1510.58	c #restart = 0
1510.26/1510.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 155: cost of the new core is >=154
1510.26/1510.58	c lower bound updated to -173922882
1510.45/1510.74	c BCD2: 974099 <= obj <= 174896980
1510.45/1510.74	c BCD2: #cores=66, #unrelaxed=304485, #relaxed=2070, #hardened=0
1510.45/1510.74	c BCD2: #sat=1 #unsat=2060 bias=2060/2061
1510.45/1510.75	c Solving starts ...
1510.45/1510.75	c ============================[ Search Statistics ]============================
1510.45/1510.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1510.45/1510.75	c       |         |          |          |    Limit     GC | Var      | Constra 
1510.45/1510.75	c =============================================================================
1510.45/1510.75	c  0.0s |       0 |        0 |        0 |   429521      0 |     2088 |     2097
1510.95/1511.22	c  0.5s |       0 |       67 |        1 |   429521      0 |     2088 |     2098
1510.95/1511.22	c #cpu_time = 0.470s
1510.95/1511.22	c #wall_clock_time = 0.472s
1510.95/1511.22	c #decision = 67
1510.95/1511.22	c #random_decision = 0
1510.95/1511.22	c #conflict = 1
1510.95/1511.22	c #restart = 0
1510.95/1511.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 156: cost of the new core is >=155
1510.95/1511.22	c lower bound updated to -173922881
1511.05/1511.37	c BCD2: 974100 <= obj <= 174896980
1511.05/1511.37	c BCD2: #cores=66, #unrelaxed=304484, #relaxed=2071, #hardened=0
1511.05/1511.37	c BCD2: #sat=1 #unsat=2061 bias=2061/2062
1511.05/1511.37	c Solving starts ...
1511.05/1511.37	c ============================[ Search Statistics ]============================
1511.05/1511.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1511.05/1511.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1511.05/1511.37	c =============================================================================
1511.05/1511.37	c  0.0s |       0 |        0 |        0 |   429521      0 |     2089 |     2098
1511.55/1511.84	c  0.5s |       0 |       67 |        1 |   429521      0 |     2089 |     2099
1511.55/1511.84	c #cpu_time = 0.467s
1511.55/1511.84	c #wall_clock_time = 0.469s
1511.55/1511.84	c #decision = 67
1511.55/1511.84	c #random_decision = 0
1511.55/1511.84	c #conflict = 1
1511.55/1511.84	c #restart = 0
1511.55/1511.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 157: cost of the new core is >=156
1511.55/1511.84	c lower bound updated to -173922880
1511.75/1512.00	c BCD2: 974101 <= obj <= 174896980
1511.75/1512.00	c BCD2: #cores=66, #unrelaxed=304483, #relaxed=2072, #hardened=0
1511.75/1512.00	c BCD2: #sat=1 #unsat=2062 bias=2062/2063
1511.75/1512.00	c Solving starts ...
1511.75/1512.00	c ============================[ Search Statistics ]============================
1511.75/1512.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1511.75/1512.00	c       |         |          |          |    Limit     GC | Var      | Constra 
1511.75/1512.00	c =============================================================================
1511.75/1512.00	c  0.0s |       0 |        0 |        0 |   429521      0 |     2090 |     2099
1512.15/1512.49	c  0.5s |       0 |       67 |        1 |   429521      0 |     2090 |     2100
1512.15/1512.49	c #cpu_time = 0.481s
1512.15/1512.49	c #wall_clock_time = 0.482s
1512.15/1512.49	c #decision = 67
1512.15/1512.49	c #random_decision = 0
1512.15/1512.49	c #conflict = 1
1512.15/1512.49	c #restart = 0
1512.15/1512.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 158: cost of the new core is >=157
1512.15/1512.49	c lower bound updated to -173922879
1512.35/1512.67	c BCD2: 974102 <= obj <= 174896980
1512.35/1512.67	c BCD2: #cores=66, #unrelaxed=304482, #relaxed=2073, #hardened=0
1512.35/1512.67	c BCD2: #sat=1 #unsat=2063 bias=2063/2064
1512.35/1512.69	c Solving starts ...
1512.35/1512.69	c ============================[ Search Statistics ]============================
1512.35/1512.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1512.35/1512.69	c       |         |          |          |    Limit     GC | Var      | Constra 
1512.35/1512.69	c =============================================================================
1512.35/1512.69	c  0.0s |       0 |        0 |        0 |   429521      0 |     2091 |     2100
1512.85/1513.17	c  0.5s |       0 |       67 |        1 |   429521      0 |     2091 |     2101
1512.85/1513.17	c #cpu_time = 0.473s
1512.85/1513.17	c #wall_clock_time = 0.474s
1512.85/1513.17	c #decision = 67
1512.85/1513.17	c #random_decision = 0
1512.85/1513.17	c #conflict = 1
1512.85/1513.17	c #restart = 0
1512.85/1513.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 159: cost of the new core is >=158
1512.85/1513.17	c lower bound updated to -173922878
1513.05/1513.35	c BCD2: 974103 <= obj <= 174896980
1513.05/1513.35	c BCD2: #cores=66, #unrelaxed=304481, #relaxed=2074, #hardened=0
1513.05/1513.35	c BCD2: #sat=1 #unsat=2064 bias=2064/2065
1513.05/1513.37	c Solving starts ...
1513.05/1513.37	c ============================[ Search Statistics ]============================
1513.05/1513.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1513.05/1513.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1513.05/1513.37	c =============================================================================
1513.05/1513.37	c  0.0s |       0 |        0 |        0 |   429521      0 |     2092 |     2101
1513.55/1513.84	c  0.5s |       0 |       67 |        1 |   429521      0 |     2092 |     2102
1513.55/1513.84	c #cpu_time = 0.470s
1513.55/1513.84	c #wall_clock_time = 0.472s
1513.55/1513.84	c #decision = 67
1513.55/1513.84	c #random_decision = 0
1513.55/1513.84	c #conflict = 1
1513.55/1513.84	c #restart = 0
1513.55/1513.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 160: cost of the new core is >=159
1513.55/1513.84	c lower bound updated to -173922877
1513.74/1514.03	c BCD2: 974104 <= obj <= 174896980
1513.74/1514.03	c BCD2: #cores=66, #unrelaxed=304480, #relaxed=2075, #hardened=0
1513.74/1514.03	c BCD2: #sat=1 #unsat=2065 bias=2065/2066
1513.74/1514.05	c Solving starts ...
1513.74/1514.05	c ============================[ Search Statistics ]============================
1513.74/1514.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1513.74/1514.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1513.74/1514.05	c =============================================================================
1513.74/1514.05	c  0.0s |       0 |        0 |        0 |   429521      0 |     2093 |     2102
1515.14/1515.43	c  1.4s |       0 |       67 |        1 |   429521      0 |     2093 |     2103
1515.14/1515.43	c #cpu_time = 1.378s
1515.14/1515.43	c #wall_clock_time = 1.382s
1515.14/1515.43	c #decision = 67
1515.14/1515.43	c #random_decision = 0
1515.14/1515.43	c #conflict = 1
1515.14/1515.43	c #restart = 0
1515.14/1515.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 161: cost of the new core is >=160
1515.14/1515.43	c lower bound updated to -173922876
1515.34/1515.60	c BCD2: 974105 <= obj <= 174896980
1515.34/1515.60	c BCD2: #cores=66, #unrelaxed=304479, #relaxed=2076, #hardened=0
1515.34/1515.60	c BCD2: #sat=1 #unsat=2066 bias=2066/2067
1515.34/1515.61	c Solving starts ...
1515.34/1515.61	c ============================[ Search Statistics ]============================
1515.34/1515.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1515.34/1515.61	c       |         |          |          |    Limit     GC | Var      | Constra 
1515.34/1515.61	c =============================================================================
1515.34/1515.61	c  0.0s |       0 |        0 |        0 |   429521      0 |     2094 |     2103
1515.75/1516.08	c  0.5s |       0 |       67 |        1 |   429521      0 |     2094 |     2104
1515.75/1516.08	c #cpu_time = 0.466s
1515.75/1516.08	c #wall_clock_time = 0.467s
1515.75/1516.08	c #decision = 67
1515.75/1516.08	c #random_decision = 0
1515.75/1516.08	c #conflict = 1
1515.75/1516.08	c #restart = 0
1515.75/1516.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 162: cost of the new core is >=161
1515.75/1516.08	c lower bound updated to -173922875
1515.94/1516.22	c BCD2: 974106 <= obj <= 174896980
1515.94/1516.22	c BCD2: #cores=66, #unrelaxed=304478, #relaxed=2077, #hardened=0
1515.94/1516.22	c BCD2: #sat=1 #unsat=2067 bias=2067/2068
1515.94/1516.23	c Solving starts ...
1515.94/1516.23	c ============================[ Search Statistics ]============================
1515.94/1516.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1515.94/1516.23	c       |         |          |          |    Limit     GC | Var      | Constra 
1515.94/1516.23	c =============================================================================
1515.94/1516.23	c  0.0s |       0 |        0 |        0 |   429521      0 |     2095 |     2104
1516.34/1516.69	c  0.5s |       0 |       67 |        1 |   429521      0 |     2095 |     2105
1516.34/1516.69	c #cpu_time = 0.452s
1516.34/1516.69	c #wall_clock_time = 0.453s
1516.34/1516.69	c #decision = 67
1516.34/1516.69	c #random_decision = 0
1516.34/1516.69	c #conflict = 1
1516.34/1516.69	c #restart = 0
1516.34/1516.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 163: cost of the new core is >=162
1516.34/1516.69	c lower bound updated to -173922874
1516.54/1516.85	c BCD2: 974107 <= obj <= 174896980
1516.54/1516.85	c BCD2: #cores=66, #unrelaxed=304477, #relaxed=2078, #hardened=0
1516.54/1516.85	c BCD2: #sat=1 #unsat=2068 bias=2068/2069
1516.54/1516.86	c Solving starts ...
1516.54/1516.86	c ============================[ Search Statistics ]============================
1516.54/1516.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1516.54/1516.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1516.54/1516.86	c =============================================================================
1516.54/1516.86	c  0.0s |       0 |        0 |        0 |   429521      0 |     2096 |     2105
1517.04/1517.33	c  0.5s |       0 |       67 |        1 |   429521      0 |     2096 |     2106
1517.04/1517.33	c #cpu_time = 0.465s
1517.04/1517.33	c #wall_clock_time = 0.466s
1517.04/1517.33	c #decision = 67
1517.04/1517.33	c #random_decision = 0
1517.04/1517.33	c #conflict = 1
1517.04/1517.33	c #restart = 0
1517.04/1517.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 164: cost of the new core is >=163
1517.04/1517.33	c lower bound updated to -173922873
1517.14/1517.47	c BCD2: 974108 <= obj <= 174896980
1517.14/1517.47	c BCD2: #cores=66, #unrelaxed=304476, #relaxed=2079, #hardened=0
1517.14/1517.47	c BCD2: #sat=1 #unsat=2069 bias=2069/2070
1517.14/1517.48	c Solving starts ...
1517.14/1517.48	c ============================[ Search Statistics ]============================
1517.14/1517.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1517.14/1517.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1517.14/1517.48	c =============================================================================
1517.14/1517.48	c  0.0s |       0 |        0 |        0 |   429521      0 |     2097 |     2106
1517.64/1517.94	c  0.5s |       0 |       67 |        1 |   429521      0 |     2097 |     2107
1517.64/1517.94	c #cpu_time = 0.460s
1517.64/1517.94	c #wall_clock_time = 0.461s
1517.64/1517.94	c #decision = 67
1517.64/1517.94	c #random_decision = 0
1517.64/1517.94	c #conflict = 1
1517.64/1517.94	c #restart = 0
1517.64/1517.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 165: cost of the new core is >=164
1517.64/1517.94	c lower bound updated to -173922872
1517.74/1518.10	c BCD2: 974109 <= obj <= 174896980
1517.74/1518.10	c BCD2: #cores=66, #unrelaxed=304475, #relaxed=2080, #hardened=0
1517.74/1518.10	c BCD2: #sat=1 #unsat=2070 bias=2070/2071
1517.85/1518.11	c Solving starts ...
1517.85/1518.11	c ============================[ Search Statistics ]============================
1517.85/1518.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1517.85/1518.11	c       |         |          |          |    Limit     GC | Var      | Constra 
1517.85/1518.11	c =============================================================================
1517.85/1518.11	c  0.0s |       0 |        0 |        0 |   429521      0 |     2098 |     2107
1518.24/1518.58	c  0.5s |       0 |       67 |        1 |   429521      0 |     2098 |     2108
1518.24/1518.58	c #cpu_time = 0.466s
1518.24/1518.58	c #wall_clock_time = 0.467s
1518.24/1518.58	c #decision = 67
1518.24/1518.58	c #random_decision = 0
1518.24/1518.58	c #conflict = 1
1518.24/1518.58	c #restart = 0
1518.24/1518.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 166: cost of the new core is >=165
1518.24/1518.58	c lower bound updated to -173922871
1518.44/1518.73	c BCD2: 974110 <= obj <= 174896980
1518.44/1518.73	c BCD2: #cores=66, #unrelaxed=304474, #relaxed=2081, #hardened=0
1518.44/1518.73	c BCD2: #sat=1 #unsat=2071 bias=2071/2072
1518.44/1518.73	c Solving starts ...
1518.44/1518.73	c ============================[ Search Statistics ]============================
1518.44/1518.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1518.44/1518.73	c       |         |          |          |    Limit     GC | Var      | Constra 
1518.44/1518.73	c =============================================================================
1518.44/1518.73	c  0.0s |       0 |        0 |        0 |   429521      0 |     2099 |     2108
1518.84/1519.20	c  0.5s |       0 |       67 |        1 |   429521      0 |     2099 |     2109
1518.84/1519.20	c #cpu_time = 0.466s
1518.84/1519.20	c #wall_clock_time = 0.467s
1518.84/1519.20	c #decision = 67
1518.84/1519.20	c #random_decision = 0
1518.84/1519.20	c #conflict = 1
1518.84/1519.20	c #restart = 0
1518.84/1519.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 167: cost of the new core is >=166
1518.84/1519.20	c lower bound updated to -173922870
1519.05/1519.36	c BCD2: 974111 <= obj <= 174896980
1519.05/1519.36	c BCD2: #cores=66, #unrelaxed=304473, #relaxed=2082, #hardened=0
1519.05/1519.36	c BCD2: #sat=1 #unsat=2072 bias=2072/2073
1519.05/1519.37	c Solving starts ...
1519.05/1519.37	c ============================[ Search Statistics ]============================
1519.05/1519.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1519.05/1519.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1519.05/1519.37	c =============================================================================
1519.05/1519.37	c  0.0s |       0 |        0 |        0 |   429521      0 |     2100 |     2109
1519.54/1519.86	c  0.5s |       0 |       67 |        1 |   429521      0 |     2100 |     2110
1519.54/1519.86	c #cpu_time = 0.492s
1519.54/1519.86	c #wall_clock_time = 0.493s
1519.54/1519.86	c #decision = 67
1519.54/1519.86	c #random_decision = 0
1519.54/1519.86	c #conflict = 1
1519.54/1519.86	c #restart = 0
1519.54/1519.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 168: cost of the new core is >=167
1519.54/1519.86	c lower bound updated to -173922869
1519.75/1520.05	c BCD2: 974112 <= obj <= 174896980
1519.75/1520.05	c BCD2: #cores=66, #unrelaxed=304472, #relaxed=2083, #hardened=0
1519.75/1520.05	c BCD2: #sat=1 #unsat=2073 bias=2073/2074
1519.75/1520.07	c Solving starts ...
1519.75/1520.07	c ============================[ Search Statistics ]============================
1519.75/1520.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1519.75/1520.07	c       |         |          |          |    Limit     GC | Var      | Constra 
1519.75/1520.07	c =============================================================================
1519.75/1520.07	c  0.0s |       0 |        0 |        0 |   429521      0 |     2101 |     2110
1520.25/1520.54	c  0.5s |       0 |       67 |        1 |   429521      0 |     2101 |     2111
1520.25/1520.54	c #cpu_time = 0.467s
1520.25/1520.54	c #wall_clock_time = 0.468s
1520.25/1520.54	c #decision = 67
1520.25/1520.54	c #random_decision = 0
1520.25/1520.54	c #conflict = 1
1520.25/1520.54	c #restart = 0
1520.25/1520.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 169: cost of the new core is >=168
1520.25/1520.54	c lower bound updated to -173922868
1520.45/1520.73	c BCD2: 974113 <= obj <= 174896980
1520.45/1520.73	c BCD2: #cores=66, #unrelaxed=304471, #relaxed=2084, #hardened=0
1520.45/1520.73	c BCD2: #sat=1 #unsat=2074 bias=2074/2075
1520.45/1520.75	c Solving starts ...
1520.45/1520.75	c ============================[ Search Statistics ]============================
1520.45/1520.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1520.45/1520.75	c       |         |          |          |    Limit     GC | Var      | Constra 
1520.45/1520.75	c =============================================================================
1520.45/1520.75	c  0.0s |       0 |        0 |        0 |   429521      0 |     2102 |     2111
1520.94/1521.21	c  0.5s |       0 |       67 |        1 |   429521      0 |     2102 |     2112
1520.94/1521.21	c #cpu_time = 0.465s
1520.94/1521.21	c #wall_clock_time = 0.466s
1520.94/1521.21	c #decision = 67
1520.94/1521.21	c #random_decision = 0
1520.94/1521.21	c #conflict = 1
1520.94/1521.21	c #restart = 0
1520.94/1521.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 170: cost of the new core is >=169
1520.94/1521.21	c lower bound updated to -173922867
1521.15/1521.40	c BCD2: 974114 <= obj <= 174896980
1521.15/1521.40	c BCD2: #cores=66, #unrelaxed=304470, #relaxed=2085, #hardened=0
1521.15/1521.40	c BCD2: #sat=1 #unsat=2075 bias=2075/2076
1521.15/1521.42	c Solving starts ...
1521.15/1521.42	c ============================[ Search Statistics ]============================
1521.15/1521.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1521.15/1521.42	c       |         |          |          |    Limit     GC | Var      | Constra 
1521.15/1521.42	c =============================================================================
1521.15/1521.42	c  0.0s |       0 |        0 |        0 |   429521      0 |     2103 |     2112
1522.44/1522.80	c  1.4s |       0 |       67 |        1 |   429521      0 |     2103 |     2113
1522.44/1522.80	c #cpu_time = 1.372s
1522.44/1522.80	c #wall_clock_time = 1.376s
1522.44/1522.80	c #decision = 67
1522.44/1522.80	c #random_decision = 0
1522.44/1522.80	c #conflict = 1
1522.44/1522.80	c #restart = 0
1522.54/1522.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 171: cost of the new core is >=170
1522.54/1522.80	c lower bound updated to -173922866
1522.74/1523.01	c BCD2: 974115 <= obj <= 174896980
1522.74/1523.01	c BCD2: #cores=66, #unrelaxed=304469, #relaxed=2086, #hardened=0
1522.74/1523.01	c BCD2: #sat=1 #unsat=2076 bias=2076/2077
1522.74/1523.02	c Solving starts ...
1522.74/1523.02	c ============================[ Search Statistics ]============================
1522.74/1523.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1522.74/1523.02	c       |         |          |          |    Limit     GC | Var      | Constra 
1522.74/1523.02	c =============================================================================
1522.74/1523.02	c  0.0s |       0 |        0 |        0 |   429521      0 |     2104 |     2113
1523.24/1523.50	c  0.5s |       0 |       67 |        1 |   429521      0 |     2104 |     2114
1523.24/1523.50	c #cpu_time = 0.478s
1523.24/1523.50	c #wall_clock_time = 0.485s
1523.24/1523.50	c #decision = 67
1523.24/1523.50	c #random_decision = 0
1523.24/1523.50	c #conflict = 1
1523.24/1523.50	c #restart = 0
1523.24/1523.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 172: cost of the new core is >=171
1523.24/1523.50	c lower bound updated to -173922865
1523.34/1523.68	c BCD2: 974116 <= obj <= 174896980
1523.34/1523.68	c BCD2: #cores=66, #unrelaxed=304468, #relaxed=2087, #hardened=0
1523.34/1523.68	c BCD2: #sat=1 #unsat=2077 bias=2077/2078
1523.34/1523.69	c Solving starts ...
1523.34/1523.69	c ============================[ Search Statistics ]============================
1523.34/1523.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1523.34/1523.69	c       |         |          |          |    Limit     GC | Var      | Constra 
1523.34/1523.69	c =============================================================================
1523.34/1523.69	c  0.0s |       0 |        0 |        0 |   429521      0 |     2105 |     2114
1523.84/1524.16	c  0.5s |       0 |       67 |        1 |   429521      0 |     2105 |     2115
1523.84/1524.16	c #cpu_time = 0.468s
1523.84/1524.16	c #wall_clock_time = 0.469s
1523.84/1524.16	c #decision = 67
1523.84/1524.16	c #random_decision = 0
1523.84/1524.16	c #conflict = 1
1523.84/1524.16	c #restart = 0
1523.84/1524.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 173: cost of the new core is >=172
1523.84/1524.16	c lower bound updated to -173922864
1524.04/1524.35	c BCD2: 974117 <= obj <= 174896980
1524.04/1524.35	c BCD2: #cores=66, #unrelaxed=304467, #relaxed=2088, #hardened=0
1524.04/1524.35	c BCD2: #sat=1 #unsat=2078 bias=2078/2079
1524.04/1524.36	c Solving starts ...
1524.04/1524.36	c ============================[ Search Statistics ]============================
1524.04/1524.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1524.04/1524.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1524.04/1524.36	c =============================================================================
1524.04/1524.36	c  0.0s |       0 |        0 |        0 |   429521      0 |     2106 |     2115
1524.55/1524.84	c  0.5s |       0 |       67 |        1 |   429521      0 |     2106 |     2116
1524.55/1524.84	c #cpu_time = 0.481s
1524.55/1524.84	c #wall_clock_time = 0.483s
1524.55/1524.84	c #decision = 67
1524.55/1524.84	c #random_decision = 0
1524.55/1524.84	c #conflict = 1
1524.55/1524.84	c #restart = 0
1524.55/1524.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 174: cost of the new core is >=173
1524.55/1524.84	c lower bound updated to -173922863
1524.74/1525.02	c BCD2: 974118 <= obj <= 174896980
1524.74/1525.02	c BCD2: #cores=66, #unrelaxed=304466, #relaxed=2089, #hardened=0
1524.74/1525.02	c BCD2: #sat=1 #unsat=2079 bias=2079/2080
1524.74/1525.03	c Solving starts ...
1524.74/1525.03	c ============================[ Search Statistics ]============================
1524.74/1525.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1524.74/1525.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1524.74/1525.03	c =============================================================================
1524.74/1525.03	c  0.0s |       0 |        0 |        0 |   429521      0 |     2107 |     2116
1525.24/1525.51	c  0.5s |       0 |       67 |        1 |   429521      0 |     2107 |     2117
1525.24/1525.51	c #cpu_time = 0.477s
1525.24/1525.51	c #wall_clock_time = 0.478s
1525.24/1525.51	c #decision = 67
1525.24/1525.51	c #random_decision = 0
1525.24/1525.51	c #conflict = 1
1525.24/1525.51	c #restart = 0
1525.24/1525.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 175: cost of the new core is >=174
1525.24/1525.51	c lower bound updated to -173922862
1525.44/1525.70	c BCD2: 974119 <= obj <= 174896980
1525.44/1525.70	c BCD2: #cores=66, #unrelaxed=304465, #relaxed=2090, #hardened=0
1525.44/1525.70	c BCD2: #sat=1 #unsat=2080 bias=2080/2081
1525.44/1525.70	c Solving starts ...
1525.44/1525.70	c ============================[ Search Statistics ]============================
1525.44/1525.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1525.44/1525.70	c       |         |          |          |    Limit     GC | Var      | Constra 
1525.44/1525.70	c =============================================================================
1525.44/1525.70	c  0.0s |       0 |        0 |        0 |   429521      0 |     2108 |     2117
1525.84/1526.19	c  0.5s |       0 |       67 |        1 |   429521      0 |     2108 |     2118
1525.84/1526.19	c #cpu_time = 0.482s
1525.84/1526.19	c #wall_clock_time = 0.483s
1525.84/1526.19	c #decision = 67
1525.84/1526.19	c #random_decision = 0
1525.84/1526.19	c #conflict = 1
1525.84/1526.19	c #restart = 0
1525.84/1526.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 176: cost of the new core is >=175
1525.84/1526.19	c lower bound updated to -173922861
1526.04/1526.37	c BCD2: 974120 <= obj <= 174896980
1526.04/1526.37	c BCD2: #cores=66, #unrelaxed=304464, #relaxed=2091, #hardened=0
1526.04/1526.37	c BCD2: #sat=1 #unsat=2081 bias=2081/2082
1526.04/1526.37	c Solving starts ...
1526.04/1526.37	c ============================[ Search Statistics ]============================
1526.04/1526.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1526.04/1526.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1526.04/1526.37	c =============================================================================
1526.04/1526.37	c  0.0s |       0 |        0 |        0 |   429521      0 |     2109 |     2118
1526.54/1526.86	c  0.5s |       0 |       67 |        1 |   429521      0 |     2109 |     2119
1526.54/1526.86	c #cpu_time = 0.485s
1526.54/1526.86	c #wall_clock_time = 0.487s
1526.54/1526.86	c #decision = 67
1526.54/1526.86	c #random_decision = 0
1526.54/1526.86	c #conflict = 1
1526.54/1526.86	c #restart = 0
1526.54/1526.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 177: cost of the new core is >=176
1526.54/1526.86	c lower bound updated to -173922860
1526.74/1527.05	c BCD2: 974121 <= obj <= 174896980
1526.74/1527.05	c BCD2: #cores=66, #unrelaxed=304463, #relaxed=2092, #hardened=0
1526.74/1527.05	c BCD2: #sat=1 #unsat=2082 bias=2082/2083
1526.74/1527.05	c Solving starts ...
1526.74/1527.05	c ============================[ Search Statistics ]============================
1526.74/1527.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1526.74/1527.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1526.74/1527.05	c =============================================================================
1526.74/1527.05	c  0.0s |       0 |        0 |        0 |   429521      0 |     2110 |     2119
1527.24/1527.55	c  0.5s |       0 |       67 |        1 |   429521      0 |     2110 |     2120
1527.24/1527.55	c #cpu_time = 0.496s
1527.24/1527.55	c #wall_clock_time = 0.497s
1527.24/1527.55	c #decision = 67
1527.24/1527.55	c #random_decision = 0
1527.24/1527.55	c #conflict = 1
1527.24/1527.55	c #restart = 0
1527.24/1527.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 178: cost of the new core is >=177
1527.24/1527.55	c lower bound updated to -173922859
1527.44/1527.77	c BCD2: 974122 <= obj <= 174896980
1527.44/1527.77	c BCD2: #cores=66, #unrelaxed=304462, #relaxed=2093, #hardened=0
1527.44/1527.77	c BCD2: #sat=1 #unsat=2083 bias=2083/2084
1527.44/1527.79	c Solving starts ...
1527.44/1527.79	c ============================[ Search Statistics ]============================
1527.44/1527.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1527.44/1527.79	c       |         |          |          |    Limit     GC | Var      | Constra 
1527.44/1527.79	c =============================================================================
1527.44/1527.79	c  0.0s |       0 |        0 |        0 |   429521      0 |     2111 |     2120
1527.94/1528.28	c  0.5s |       0 |       67 |        1 |   429521      0 |     2111 |     2121
1527.94/1528.28	c #cpu_time = 0.487s
1527.94/1528.28	c #wall_clock_time = 0.488s
1527.94/1528.28	c #decision = 67
1527.94/1528.28	c #random_decision = 0
1527.94/1528.28	c #conflict = 1
1527.94/1528.28	c #restart = 0
1527.94/1528.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 179: cost of the new core is >=178
1527.94/1528.28	c lower bound updated to -173922858
1528.23/1528.50	c BCD2: 974123 <= obj <= 174896980
1528.23/1528.50	c BCD2: #cores=66, #unrelaxed=304461, #relaxed=2094, #hardened=0
1528.23/1528.50	c BCD2: #sat=1 #unsat=2084 bias=2084/2085
1528.23/1528.51	c Solving starts ...
1528.23/1528.51	c ============================[ Search Statistics ]============================
1528.23/1528.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1528.23/1528.51	c       |         |          |          |    Limit     GC | Var      | Constra 
1528.23/1528.51	c =============================================================================
1528.23/1528.51	c  0.0s |       0 |        0 |        0 |   429521      0 |     2112 |     2121
1528.73/1529.00	c  0.5s |       0 |       67 |        1 |   429521      0 |     2112 |     2122
1528.73/1529.00	c #cpu_time = 0.481s
1528.73/1529.00	c #wall_clock_time = 0.482s
1528.73/1529.00	c #decision = 67
1528.73/1529.00	c #random_decision = 0
1528.73/1529.00	c #conflict = 1
1528.73/1529.00	c #restart = 0
1528.73/1529.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 180: cost of the new core is >=179
1528.73/1529.00	c lower bound updated to -173922857
1528.94/1529.22	c BCD2: 974124 <= obj <= 174896980
1528.94/1529.22	c BCD2: #cores=66, #unrelaxed=304460, #relaxed=2095, #hardened=0
1528.94/1529.22	c BCD2: #sat=1 #unsat=2085 bias=2085/2086
1528.94/1529.23	c Solving starts ...
1528.94/1529.23	c ============================[ Search Statistics ]============================
1528.94/1529.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1528.94/1529.23	c       |         |          |          |    Limit     GC | Var      | Constra 
1528.94/1529.23	c =============================================================================
1528.94/1529.23	c  0.0s |       0 |        0 |        0 |   429521      0 |     2113 |     2122
1530.33/1530.64	c  1.4s |       0 |       67 |        1 |   429521      0 |     2113 |     2123
1530.33/1530.64	c #cpu_time = 1.406s
1530.33/1530.64	c #wall_clock_time = 1.410s
1530.33/1530.64	c #decision = 67
1530.33/1530.64	c #random_decision = 0
1530.33/1530.64	c #conflict = 1
1530.33/1530.64	c #restart = 0
1530.33/1530.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 181: cost of the new core is >=180
1530.33/1530.64	c lower bound updated to -173922856
1530.53/1530.82	c BCD2: 974125 <= obj <= 174896980
1530.53/1530.82	c BCD2: #cores=66, #unrelaxed=304459, #relaxed=2096, #hardened=0
1530.53/1530.82	c BCD2: #sat=1 #unsat=2086 bias=2086/2087
1530.53/1530.82	c Solving starts ...
1530.53/1530.82	c ============================[ Search Statistics ]============================
1530.53/1530.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1530.53/1530.82	c       |         |          |          |    Limit     GC | Var      | Constra 
1530.53/1530.82	c =============================================================================
1530.53/1530.82	c  0.0s |       0 |        0 |        0 |   429521      0 |     2114 |     2123
1530.93/1531.27	c  0.4s |       0 |       67 |        1 |   429521      0 |     2114 |     2124
1530.93/1531.27	c #cpu_time = 0.445s
1530.93/1531.27	c #wall_clock_time = 0.446s
1530.93/1531.27	c #decision = 67
1530.93/1531.27	c #random_decision = 0
1530.93/1531.27	c #conflict = 1
1530.93/1531.27	c #restart = 0
1530.93/1531.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 182: cost of the new core is >=181
1530.93/1531.27	c lower bound updated to -173922855
1531.14/1531.43	c BCD2: 974126 <= obj <= 174896980
1531.14/1531.43	c BCD2: #cores=66, #unrelaxed=304458, #relaxed=2097, #hardened=0
1531.14/1531.43	c BCD2: #sat=1 #unsat=2087 bias=2087/2088
1531.14/1531.44	c Solving starts ...
1531.14/1531.44	c ============================[ Search Statistics ]============================
1531.14/1531.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1531.14/1531.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1531.14/1531.44	c =============================================================================
1531.14/1531.44	c  0.0s |       0 |        0 |        0 |   429521      0 |     2115 |     2124
1531.53/1531.87	c  0.4s |       0 |       67 |        1 |   429521      0 |     2115 |     2125
1531.53/1531.87	c #cpu_time = 0.430s
1531.53/1531.87	c #wall_clock_time = 0.431s
1531.53/1531.87	c #decision = 67
1531.53/1531.87	c #random_decision = 0
1531.53/1531.87	c #conflict = 1
1531.53/1531.87	c #restart = 0
1531.53/1531.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 183: cost of the new core is >=182
1531.53/1531.87	c lower bound updated to -173922854
1531.73/1532.05	c BCD2: 974127 <= obj <= 174896980
1531.73/1532.05	c BCD2: #cores=66, #unrelaxed=304457, #relaxed=2098, #hardened=0
1531.73/1532.05	c BCD2: #sat=1 #unsat=2088 bias=2088/2089
1531.73/1532.06	c Solving starts ...
1531.73/1532.06	c ============================[ Search Statistics ]============================
1531.73/1532.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1531.73/1532.06	c       |         |          |          |    Limit     GC | Var      | Constra 
1531.73/1532.06	c =============================================================================
1531.73/1532.06	c  0.0s |       0 |        0 |        0 |   429521      0 |     2116 |     2125
1532.24/1532.51	c  0.4s |       0 |       67 |        1 |   429521      0 |     2116 |     2126
1532.24/1532.51	c #cpu_time = 0.445s
1532.24/1532.51	c #wall_clock_time = 0.446s
1532.24/1532.51	c #decision = 67
1532.24/1532.51	c #random_decision = 0
1532.24/1532.51	c #conflict = 1
1532.24/1532.51	c #restart = 0
1532.24/1532.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 184: cost of the new core is >=183
1532.24/1532.51	c lower bound updated to -173922853
1532.33/1532.67	c BCD2: 974128 <= obj <= 174896980
1532.33/1532.67	c BCD2: #cores=66, #unrelaxed=304456, #relaxed=2099, #hardened=0
1532.33/1532.67	c BCD2: #sat=1 #unsat=2089 bias=2089/2090
1532.33/1532.67	c Solving starts ...
1532.33/1532.67	c ============================[ Search Statistics ]============================
1532.33/1532.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1532.33/1532.67	c       |         |          |          |    Limit     GC | Var      | Constra 
1532.33/1532.67	c =============================================================================
1532.33/1532.68	c  0.0s |       0 |        0 |        0 |   429521      0 |     2117 |     2126
1532.83/1533.11	c  0.4s |       0 |       67 |        1 |   429521      0 |     2117 |     2127
1532.83/1533.11	c #cpu_time = 0.436s
1532.83/1533.11	c #wall_clock_time = 0.437s
1532.83/1533.11	c #decision = 67
1532.83/1533.11	c #random_decision = 0
1532.83/1533.11	c #conflict = 1
1532.83/1533.11	c #restart = 0
1532.83/1533.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 185: cost of the new core is >=184
1532.83/1533.11	c lower bound updated to -173922852
1532.93/1533.28	c BCD2: 974129 <= obj <= 174896980
1532.93/1533.28	c BCD2: #cores=66, #unrelaxed=304455, #relaxed=2100, #hardened=0
1532.93/1533.28	c BCD2: #sat=1 #unsat=2090 bias=2090/2091
1532.93/1533.29	c Solving starts ...
1532.93/1533.29	c ============================[ Search Statistics ]============================
1532.93/1533.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1532.93/1533.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1532.93/1533.29	c =============================================================================
1532.93/1533.29	c  0.0s |       0 |        0 |        0 |   429521      0 |     2118 |     2127
1533.43/1533.74	c  0.4s |       0 |       67 |        1 |   429521      0 |     2118 |     2128
1533.43/1533.74	c #cpu_time = 0.445s
1533.43/1533.74	c #wall_clock_time = 0.446s
1533.43/1533.74	c #decision = 67
1533.43/1533.74	c #random_decision = 0
1533.43/1533.74	c #conflict = 1
1533.43/1533.74	c #restart = 0
1533.43/1533.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 186: cost of the new core is >=185
1533.43/1533.74	c lower bound updated to -173922851
1533.63/1533.94	c BCD2: 974130 <= obj <= 174896980
1533.63/1533.94	c BCD2: #cores=66, #unrelaxed=304454, #relaxed=2101, #hardened=0
1533.63/1533.94	c BCD2: #sat=1 #unsat=2091 bias=2091/2092
1533.63/1533.94	c Solving starts ...
1533.63/1533.94	c ============================[ Search Statistics ]============================
1533.63/1533.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1533.63/1533.94	c       |         |          |          |    Limit     GC | Var      | Constra 
1533.63/1533.94	c =============================================================================
1533.63/1533.94	c  0.0s |       0 |        0 |        0 |   429521      0 |     2119 |     2129
1534.03/1534.39	c  0.4s |       0 |       66 |        0 |   429521      0 |     2119 |     2130
1534.03/1534.39	c #cpu_time = 0.446s
1534.03/1534.39	c #wall_clock_time = 0.447s
1534.03/1534.39	c #decision = 66
1534.03/1534.39	c #random_decision = 0
1534.03/1534.39	c #conflict = 0
1534.03/1534.39	c #restart = 0
1534.03/1534.39	c BCD2: found a new core of size 1: cost of the new core is >=1024
1534.03/1534.39	c lower bound updated to -173921827
1534.23/1534.54	c BCD2: 975154 <= obj <= 174896980
1534.23/1534.54	c BCD2: #cores=67, #unrelaxed=304453, #relaxed=2102, #hardened=0
1534.23/1534.54	c BCD2: #sat=1 #unsat=2092 bias=2092/2093
1534.23/1534.56	c Solving starts ...
1534.23/1534.56	c ============================[ Search Statistics ]============================
1534.23/1534.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1534.23/1534.56	c       |         |          |          |    Limit     GC | Var      | Constra 
1534.23/1534.56	c =============================================================================
1534.23/1534.56	c  0.0s |       0 |        0 |        0 |   429521      0 |     2119 |     2130
1534.73/1535.00	c  0.4s |       0 |       67 |        0 |   429521      0 |     2119 |     2130
1534.73/1535.00	c #cpu_time = 0.442s
1534.73/1535.00	c #wall_clock_time = 0.443s
1534.73/1535.00	c #decision = 67
1534.73/1535.00	c #random_decision = 0
1534.73/1535.00	c #conflict = 0
1534.73/1535.00	c #restart = 0
1534.73/1535.00	c BCD2: found a new core of size 1: cost of the new core is >=1024
1534.73/1535.00	c lower bound updated to -173920803
1534.83/1535.15	c BCD2: 976178 <= obj <= 174896980
1534.83/1535.15	c BCD2: #cores=68, #unrelaxed=304452, #relaxed=2103, #hardened=0
1534.83/1535.15	c BCD2: #sat=1 #unsat=2093 bias=2093/2094
1534.83/1535.17	c Solving starts ...
1534.83/1535.17	c ============================[ Search Statistics ]============================
1534.83/1535.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1534.83/1535.17	c       |         |          |          |    Limit     GC | Var      | Constra 
1534.83/1535.17	c =============================================================================
1534.83/1535.17	c  0.0s |       0 |        0 |        0 |   429521      0 |     2119 |     2130
1535.33/1535.61	c  0.4s |       0 |       68 |        0 |   429521      0 |     2119 |     2130
1535.33/1535.61	c #cpu_time = 0.443s
1535.33/1535.61	c #wall_clock_time = 0.444s
1535.33/1535.61	c #decision = 68
1535.33/1535.61	c #random_decision = 0
1535.33/1535.61	c #conflict = 0
1535.33/1535.61	c #restart = 0
1535.33/1535.61	c BCD2: found a new core of size 1: cost of the new core is >=1024
1535.33/1535.61	c lower bound updated to -173919779
1535.44/1535.77	c BCD2: 977202 <= obj <= 174896980
1535.44/1535.77	c BCD2: #cores=69, #unrelaxed=304451, #relaxed=2104, #hardened=0
1535.44/1535.77	c BCD2: #sat=1 #unsat=2094 bias=2094/2095
1535.44/1535.78	c Solving starts ...
1535.44/1535.78	c ============================[ Search Statistics ]============================
1535.44/1535.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1535.44/1535.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1535.44/1535.78	c =============================================================================
1535.44/1535.78	c  0.0s |       0 |        0 |        0 |   429521      0 |     2119 |     2130
1535.94/1536.23	c  0.4s |       0 |       69 |        0 |   429521      0 |     2119 |     2130
1535.94/1536.23	c #cpu_time = 0.443s
1535.94/1536.23	c #wall_clock_time = 0.444s
1535.94/1536.23	c #decision = 69
1535.94/1536.23	c #random_decision = 0
1535.94/1536.23	c #conflict = 0
1535.94/1536.23	c #restart = 0
1535.94/1536.23	c BCD2: found a new core of size 1: cost of the new core is >=1024
1535.94/1536.23	c lower bound updated to -173918755
1536.04/1536.38	c BCD2: 978226 <= obj <= 174896980
1536.04/1536.38	c BCD2: #cores=70, #unrelaxed=304450, #relaxed=2105, #hardened=0
1536.04/1536.38	c BCD2: #sat=1 #unsat=2095 bias=2095/2096
1536.14/1536.40	c Solving starts ...
1536.14/1536.40	c ============================[ Search Statistics ]============================
1536.14/1536.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1536.14/1536.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1536.14/1536.40	c =============================================================================
1536.14/1536.40	c  0.0s |       0 |        0 |        0 |   429521      0 |     2119 |     2130
1537.54/1537.86	c  1.5s |       0 |       70 |        0 |   429521      0 |     2119 |     2130
1537.54/1537.86	c #cpu_time = 1.454s
1537.54/1537.86	c #wall_clock_time = 1.458s
1537.54/1537.86	c #decision = 70
1537.54/1537.86	c #random_decision = 0
1537.54/1537.86	c #conflict = 0
1537.54/1537.86	c #restart = 0
1537.54/1537.86	c BCD2: found a new core of size 1: cost of the new core is >=1024
1537.54/1537.86	c lower bound updated to -173917731
1537.64/1538.00	c BCD2: 979250 <= obj <= 174896980
1537.64/1538.00	c BCD2: #cores=71, #unrelaxed=304449, #relaxed=2106, #hardened=0
1537.64/1538.00	c BCD2: #sat=1 #unsat=2096 bias=2096/2097
1537.74/1538.00	c Solving starts ...
1537.74/1538.00	c ============================[ Search Statistics ]============================
1537.74/1538.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1537.74/1538.00	c       |         |          |          |    Limit     GC | Var      | Constra 
1537.74/1538.00	c =============================================================================
1537.74/1538.00	c  0.0s |       0 |        0 |        0 |   429521      0 |     2119 |     2130
1538.23/1538.50	c  0.5s |       0 |       72 |        0 |   429521      0 |     2119 |     2130
1538.23/1538.50	c #cpu_time = 0.493s
1538.23/1538.50	c #wall_clock_time = 0.494s
1538.23/1538.50	c #decision = 72
1538.23/1538.50	c #random_decision = 0
1538.23/1538.50	c #conflict = 0
1538.23/1538.50	c #restart = 0
1538.23/1538.50	c BCD2: found a new core of size 2: cost of the new core is >=1024
1538.23/1538.50	c lower bound updated to -173916707
1538.33/1538.70	c BCD2: 980274 <= obj <= 174896980
1538.33/1538.70	c BCD2: #cores=72, #unrelaxed=304447, #relaxed=2108, #hardened=0
1538.33/1538.70	c BCD2: #sat=1 #unsat=2097 bias=2097/2098
1538.43/1538.70	c Solving starts ...
1538.43/1538.70	c ============================[ Search Statistics ]============================
1538.43/1538.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1538.43/1538.70	c       |         |          |          |    Limit     GC | Var      | Constra 
1538.43/1538.70	c =============================================================================
1538.43/1538.70	c  0.0s |       0 |        0 |        0 |   429521      0 |     2119 |     2130
1538.84/1539.19	c  0.5s |       0 |       73 |        1 |   429521      0 |     2119 |     2130
1538.84/1539.19	c #cpu_time = 0.485s
1538.84/1539.19	c #wall_clock_time = 0.486s
1538.84/1539.19	c #decision = 73
1538.84/1539.19	c #random_decision = 0
1538.84/1539.19	c #conflict = 1
1538.84/1539.19	c #restart = 0
1538.84/1539.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2048
1538.84/1539.19	c lower bound updated to -173915683
1539.03/1539.36	c BCD2: 981298 <= obj <= 174896980
1539.03/1539.36	c BCD2: #cores=72, #unrelaxed=304446, #relaxed=2109, #hardened=0
1539.03/1539.36	c BCD2: #sat=1 #unsat=2098 bias=2098/2099
1539.03/1539.36	c Solving starts ...
1539.03/1539.36	c ============================[ Search Statistics ]============================
1539.03/1539.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1539.03/1539.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1539.03/1539.36	c =============================================================================
1539.03/1539.36	c  0.0s |       0 |        0 |        0 |   429521      0 |     2120 |     2130
1539.53/1539.85	c  0.5s |       0 |       73 |        1 |   429521      0 |     2120 |     2131
1539.53/1539.85	c #cpu_time = 0.485s
1539.53/1539.85	c #wall_clock_time = 0.486s
1539.53/1539.85	c #decision = 73
1539.53/1539.85	c #random_decision = 0
1539.53/1539.85	c #conflict = 1
1539.53/1539.85	c #restart = 0
1539.53/1539.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3072
1539.53/1539.85	c lower bound updated to -173914659
1539.73/1540.03	c BCD2: 982322 <= obj <= 174896980
1539.73/1540.03	c BCD2: #cores=72, #unrelaxed=304445, #relaxed=2110, #hardened=0
1539.73/1540.03	c BCD2: #sat=1 #unsat=2099 bias=2099/2100
1539.73/1540.03	c Solving starts ...
1539.73/1540.03	c ============================[ Search Statistics ]============================
1539.73/1540.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1539.73/1540.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1539.73/1540.03	c =============================================================================
1539.73/1540.03	c  0.0s |       0 |        0 |        0 |   429521      0 |     2121 |     2131
1540.23/1540.52	c  0.5s |       0 |       73 |        1 |   429521      0 |     2121 |     2132
1540.23/1540.52	c #cpu_time = 0.485s
1540.23/1540.52	c #wall_clock_time = 0.487s
1540.23/1540.52	c #decision = 73
1540.23/1540.52	c #random_decision = 0
1540.23/1540.52	c #conflict = 1
1540.23/1540.52	c #restart = 0
1540.23/1540.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4096
1540.23/1540.52	c lower bound updated to -173913635
1540.33/1540.69	c BCD2: 983346 <= obj <= 174896980
1540.33/1540.69	c BCD2: #cores=72, #unrelaxed=304444, #relaxed=2111, #hardened=0
1540.33/1540.69	c BCD2: #sat=1 #unsat=2100 bias=2100/2101
1540.33/1540.70	c Solving starts ...
1540.33/1540.70	c ============================[ Search Statistics ]============================
1540.33/1540.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1540.33/1540.70	c       |         |          |          |    Limit     GC | Var      | Constra 
1540.33/1540.70	c =============================================================================
1540.43/1540.70	c  0.0s |       0 |        0 |        0 |   429521      0 |     2122 |     2132
1540.83/1541.18	c  0.5s |       0 |       73 |        1 |   429521      0 |     2122 |     2133
1540.83/1541.18	c #cpu_time = 0.488s
1540.83/1541.18	c #wall_clock_time = 0.489s
1540.83/1541.18	c #decision = 73
1540.83/1541.18	c #random_decision = 0
1540.83/1541.18	c #conflict = 1
1540.83/1541.18	c #restart = 0
1540.83/1541.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5120
1540.83/1541.18	c lower bound updated to -173912611
1541.04/1541.36	c BCD2: 984370 <= obj <= 174896980
1541.04/1541.36	c BCD2: #cores=72, #unrelaxed=304443, #relaxed=2112, #hardened=0
1541.04/1541.36	c BCD2: #sat=1 #unsat=2101 bias=2101/2102
1541.04/1541.36	c Solving starts ...
1541.04/1541.36	c ============================[ Search Statistics ]============================
1541.04/1541.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1541.04/1541.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1541.04/1541.36	c =============================================================================
1541.04/1541.36	c  0.0s |       0 |        0 |        0 |   429521      0 |     2123 |     2133
1541.53/1541.85	c  0.5s |       0 |       73 |        1 |   429521      0 |     2123 |     2134
1541.53/1541.85	c #cpu_time = 0.486s
1541.53/1541.85	c #wall_clock_time = 0.488s
1541.53/1541.85	c #decision = 73
1541.53/1541.85	c #random_decision = 0
1541.53/1541.85	c #conflict = 1
1541.53/1541.85	c #restart = 0
1541.53/1541.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6144
1541.53/1541.85	c lower bound updated to -173911587
1541.73/1542.06	c BCD2: 985394 <= obj <= 174896980
1541.73/1542.06	c BCD2: #cores=72, #unrelaxed=304442, #relaxed=2113, #hardened=0
1541.73/1542.06	c BCD2: #sat=1 #unsat=2102 bias=2102/2103
1541.73/1542.08	c Solving starts ...
1541.73/1542.08	c ============================[ Search Statistics ]============================
1541.73/1542.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1541.73/1542.08	c       |         |          |          |    Limit     GC | Var      | Constra 
1541.73/1542.08	c =============================================================================
1541.73/1542.08	c  0.0s |       0 |        0 |        0 |   429521      0 |     2124 |     2134
1542.23/1542.57	c  0.5s |       0 |       73 |        1 |   429521      0 |     2124 |     2135
1542.23/1542.57	c #cpu_time = 0.492s
1542.23/1542.57	c #wall_clock_time = 0.493s
1542.23/1542.57	c #decision = 73
1542.23/1542.57	c #random_decision = 0
1542.23/1542.57	c #conflict = 1
1542.23/1542.57	c #restart = 0
1542.23/1542.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7168
1542.23/1542.57	c lower bound updated to -173910563
1542.43/1542.78	c BCD2: 986418 <= obj <= 174896980
1542.43/1542.78	c BCD2: #cores=72, #unrelaxed=304441, #relaxed=2114, #hardened=0
1542.43/1542.78	c BCD2: #sat=1 #unsat=2103 bias=2103/2104
1542.43/1542.80	c Solving starts ...
1542.43/1542.80	c ============================[ Search Statistics ]============================
1542.43/1542.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1542.43/1542.80	c       |         |          |          |    Limit     GC | Var      | Constra 
1542.43/1542.80	c =============================================================================
1542.53/1542.80	c  0.0s |       0 |        0 |        0 |   429521      0 |     2125 |     2135
1542.93/1543.28	c  0.5s |       0 |       73 |        1 |   429521      0 |     2125 |     2136
1542.93/1543.28	c #cpu_time = 0.486s
1542.93/1543.28	c #wall_clock_time = 0.487s
1542.93/1543.28	c #decision = 73
1542.93/1543.28	c #random_decision = 0
1542.93/1543.28	c #conflict = 1
1542.93/1543.28	c #restart = 0
1542.93/1543.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8192
1542.93/1543.28	c lower bound updated to -173909539
1543.14/1543.49	c BCD2: 987442 <= obj <= 174896980
1543.14/1543.49	c BCD2: #cores=72, #unrelaxed=304440, #relaxed=2115, #hardened=0
1543.14/1543.49	c BCD2: #sat=1 #unsat=2104 bias=2104/2105
1543.24/1543.51	c Solving starts ...
1543.24/1543.51	c ============================[ Search Statistics ]============================
1543.24/1543.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1543.24/1543.51	c       |         |          |          |    Limit     GC | Var      | Constra 
1543.24/1543.51	c =============================================================================
1543.24/1543.51	c  0.0s |       0 |        0 |        0 |   429521      0 |     2126 |     2136
1543.74/1544.00	c  0.5s |       0 |       73 |        1 |   429521      0 |     2126 |     2137
1543.74/1544.00	c #cpu_time = 0.492s
1543.74/1544.00	c #wall_clock_time = 0.493s
1543.74/1544.00	c #decision = 73
1543.74/1544.00	c #random_decision = 0
1543.74/1544.00	c #conflict = 1
1543.74/1544.00	c #restart = 0
1543.74/1544.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9216
1543.74/1544.00	c lower bound updated to -173908515
1543.94/1544.21	c BCD2: 988466 <= obj <= 174896980
1543.94/1544.21	c BCD2: #cores=72, #unrelaxed=304439, #relaxed=2116, #hardened=0
1543.94/1544.21	c BCD2: #sat=1 #unsat=2105 bias=2105/2106
1544.84/1545.15	c Solving starts ...
1544.84/1545.15	c ============================[ Search Statistics ]============================
1544.84/1545.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1544.84/1545.15	c       |         |          |          |    Limit     GC | Var      | Constra 
1544.84/1545.15	c =============================================================================
1544.84/1545.16	c  0.0s |       0 |        0 |        0 |   429521      0 |     2127 |     2137
1545.34/1545.62	c  0.5s |       0 |       73 |        1 |   429521      0 |     2127 |     2138
1545.34/1545.62	c #cpu_time = 0.468s
1545.34/1545.62	c #wall_clock_time = 0.469s
1545.34/1545.62	c #decision = 73
1545.34/1545.62	c #random_decision = 0
1545.34/1545.62	c #conflict = 1
1545.34/1545.62	c #restart = 0
1545.34/1545.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10240
1545.34/1545.62	c lower bound updated to -173907491
1545.44/1545.77	c BCD2: 989490 <= obj <= 174896980
1545.44/1545.77	c BCD2: #cores=72, #unrelaxed=304438, #relaxed=2117, #hardened=0
1545.44/1545.77	c BCD2: #sat=1 #unsat=2106 bias=2106/2107
1545.44/1545.77	c Solving starts ...
1545.44/1545.77	c ============================[ Search Statistics ]============================
1545.44/1545.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1545.44/1545.77	c       |         |          |          |    Limit     GC | Var      | Constra 
1545.44/1545.77	c =============================================================================
1545.44/1545.77	c  0.0s |       0 |        0 |        0 |   429521      0 |     2128 |     2138
1545.94/1546.23	c  0.5s |       0 |       73 |        1 |   429521      0 |     2128 |     2139
1545.94/1546.23	c #cpu_time = 0.453s
1545.94/1546.23	c #wall_clock_time = 0.454s
1545.94/1546.23	c #decision = 73
1545.94/1546.23	c #random_decision = 0
1545.94/1546.23	c #conflict = 1
1545.94/1546.23	c #restart = 0
1545.94/1546.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11264
1545.94/1546.23	c lower bound updated to -173906467
1546.04/1546.39	c BCD2: 990514 <= obj <= 174896980
1546.04/1546.39	c BCD2: #cores=72, #unrelaxed=304437, #relaxed=2118, #hardened=0
1546.04/1546.39	c BCD2: #sat=1 #unsat=2107 bias=2107/2108
1546.04/1546.39	c Solving starts ...
1546.04/1546.39	c ============================[ Search Statistics ]============================
1546.04/1546.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1546.04/1546.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1546.04/1546.39	c =============================================================================
1546.04/1546.39	c  0.0s |       0 |        0 |        0 |   429521      0 |     2129 |     2139
1546.54/1546.86	c  0.5s |       0 |       73 |        1 |   429521      0 |     2129 |     2140
1546.54/1546.86	c #cpu_time = 0.465s
1546.54/1546.86	c #wall_clock_time = 0.467s
1546.54/1546.86	c #decision = 73
1546.54/1546.86	c #random_decision = 0
1546.54/1546.86	c #conflict = 1
1546.54/1546.86	c #restart = 0
1546.54/1546.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12288
1546.54/1546.86	c lower bound updated to -173905443
1546.74/1547.00	c BCD2: 991538 <= obj <= 174896980
1546.74/1547.00	c BCD2: #cores=72, #unrelaxed=304436, #relaxed=2119, #hardened=0
1546.74/1547.00	c BCD2: #sat=1 #unsat=2108 bias=2108/2109
1546.74/1547.01	c Solving starts ...
1546.74/1547.01	c ============================[ Search Statistics ]============================
1546.74/1547.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1546.74/1547.01	c       |         |          |          |    Limit     GC | Var      | Constra 
1546.74/1547.01	c =============================================================================
1546.74/1547.01	c  0.0s |       0 |        0 |        0 |   429521      0 |     2130 |     2140
1547.14/1547.47	c  0.5s |       0 |       73 |        1 |   429521      0 |     2130 |     2141
1547.14/1547.47	c #cpu_time = 0.462s
1547.14/1547.47	c #wall_clock_time = 0.463s
1547.14/1547.47	c #decision = 73
1547.14/1547.47	c #random_decision = 0
1547.14/1547.47	c #conflict = 1
1547.14/1547.47	c #restart = 0
1547.14/1547.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13312
1547.14/1547.47	c lower bound updated to -173904419
1547.34/1547.62	c BCD2: 992562 <= obj <= 174896980
1547.34/1547.62	c BCD2: #cores=72, #unrelaxed=304435, #relaxed=2120, #hardened=0
1547.34/1547.62	c BCD2: #sat=1 #unsat=2109 bias=2109/2110
1547.34/1547.63	c Solving starts ...
1547.34/1547.63	c ============================[ Search Statistics ]============================
1547.34/1547.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1547.34/1547.63	c       |         |          |          |    Limit     GC | Var      | Constra 
1547.34/1547.63	c =============================================================================
1547.34/1547.63	c  0.0s |       0 |        0 |        0 |   429521      0 |     2131 |     2141
1547.74/1548.09	c  0.5s |       0 |       73 |        1 |   429521      0 |     2131 |     2142
1547.74/1548.09	c #cpu_time = 0.465s
1547.74/1548.09	c #wall_clock_time = 0.466s
1547.74/1548.09	c #decision = 73
1547.74/1548.09	c #random_decision = 0
1547.74/1548.09	c #conflict = 1
1547.74/1548.09	c #restart = 0
1547.74/1548.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14336
1547.74/1548.09	c lower bound updated to -173903395
1547.94/1548.24	c BCD2: 993586 <= obj <= 174896980
1547.94/1548.24	c BCD2: #cores=72, #unrelaxed=304434, #relaxed=2121, #hardened=0
1547.94/1548.24	c BCD2: #sat=1 #unsat=2110 bias=2110/2111
1547.94/1548.24	c Solving starts ...
1547.94/1548.24	c ============================[ Search Statistics ]============================
1547.94/1548.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1547.94/1548.24	c       |         |          |          |    Limit     GC | Var      | Constra 
1547.94/1548.24	c =============================================================================
1547.94/1548.24	c  0.0s |       0 |        0 |        0 |   429521      0 |     2132 |     2142
1548.44/1548.71	c  0.5s |       0 |       73 |        1 |   429521      0 |     2132 |     2143
1548.44/1548.71	c #cpu_time = 0.467s
1548.44/1548.71	c #wall_clock_time = 0.468s
1548.44/1548.71	c #decision = 73
1548.44/1548.71	c #random_decision = 0
1548.44/1548.71	c #conflict = 1
1548.44/1548.71	c #restart = 0
1548.44/1548.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15360
1548.44/1548.71	c lower bound updated to -173902371
1548.54/1548.86	c BCD2: 994610 <= obj <= 174896980
1548.54/1548.86	c BCD2: #cores=72, #unrelaxed=304433, #relaxed=2122, #hardened=0
1548.54/1548.86	c BCD2: #sat=1 #unsat=2111 bias=2111/2112
1548.54/1548.86	c Solving starts ...
1548.54/1548.86	c ============================[ Search Statistics ]============================
1548.54/1548.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1548.54/1548.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1548.54/1548.86	c =============================================================================
1548.54/1548.86	c  0.0s |       0 |        0 |        0 |   429521      0 |     2133 |     2143
1549.04/1549.34	c  0.5s |       0 |       73 |        1 |   429521      0 |     2133 |     2144
1549.04/1549.34	c #cpu_time = 0.477s
1549.04/1549.34	c #wall_clock_time = 0.479s
1549.04/1549.34	c #decision = 73
1549.04/1549.34	c #random_decision = 0
1549.04/1549.34	c #conflict = 1
1549.04/1549.34	c #restart = 0
1549.04/1549.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16384
1549.04/1549.34	c lower bound updated to -173901347
1549.24/1549.53	c BCD2: 995634 <= obj <= 174896980
1549.24/1549.53	c BCD2: #cores=72, #unrelaxed=304432, #relaxed=2123, #hardened=0
1549.24/1549.53	c BCD2: #sat=1 #unsat=2112 bias=2112/2113
1549.24/1549.54	c Solving starts ...
1549.24/1549.54	c ============================[ Search Statistics ]============================
1549.24/1549.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1549.24/1549.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1549.24/1549.54	c =============================================================================
1549.24/1549.54	c  0.0s |       0 |        0 |        0 |   429521      0 |     2134 |     2144
1549.74/1550.01	c  0.5s |       0 |       73 |        1 |   429521      0 |     2134 |     2145
1549.74/1550.01	c #cpu_time = 0.467s
1549.74/1550.01	c #wall_clock_time = 0.468s
1549.74/1550.01	c #decision = 73
1549.74/1550.01	c #random_decision = 0
1549.74/1550.01	c #conflict = 1
1549.74/1550.01	c #restart = 0
1549.74/1550.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17408
1549.74/1550.01	c lower bound updated to -173900323
1549.84/1550.19	c BCD2: 996658 <= obj <= 174896980
1549.84/1550.19	c BCD2: #cores=72, #unrelaxed=304431, #relaxed=2124, #hardened=0
1549.84/1550.19	c BCD2: #sat=1 #unsat=2113 bias=2113/2114
1549.93/1550.21	c Solving starts ...
1549.93/1550.21	c ============================[ Search Statistics ]============================
1549.93/1550.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1549.93/1550.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1549.93/1550.21	c =============================================================================
1549.93/1550.21	c  0.0s |       0 |        0 |        0 |   429521      0 |     2135 |     2145
1550.33/1550.68	c  0.5s |       0 |       73 |        1 |   429521      0 |     2135 |     2146
1550.33/1550.68	c #cpu_time = 0.464s
1550.33/1550.68	c #wall_clock_time = 0.465s
1550.33/1550.68	c #decision = 73
1550.33/1550.68	c #random_decision = 0
1550.33/1550.68	c #conflict = 1
1550.33/1550.68	c #restart = 0
1550.33/1550.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18432
1550.33/1550.68	c lower bound updated to -173899299
1550.53/1550.86	c BCD2: 997682 <= obj <= 174896980
1550.53/1550.86	c BCD2: #cores=72, #unrelaxed=304430, #relaxed=2125, #hardened=0
1550.53/1550.86	c BCD2: #sat=1 #unsat=2114 bias=2114/2115
1550.53/1550.88	c Solving starts ...
1550.53/1550.88	c ============================[ Search Statistics ]============================
1550.53/1550.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1550.53/1550.88	c       |         |          |          |    Limit     GC | Var      | Constra 
1550.53/1550.88	c =============================================================================
1550.53/1550.88	c  0.0s |       0 |        0 |        0 |   429521      0 |     2136 |     2146
1551.03/1551.35	c  0.5s |       0 |       73 |        1 |   429521      0 |     2136 |     2147
1551.03/1551.35	c #cpu_time = 0.467s
1551.03/1551.35	c #wall_clock_time = 0.469s
1551.03/1551.35	c #decision = 73
1551.03/1551.35	c #random_decision = 0
1551.03/1551.35	c #conflict = 1
1551.03/1551.35	c #restart = 0
1551.03/1551.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19456
1551.03/1551.35	c lower bound updated to -173898275
1552.13/1552.40	c BCD2: 998706 <= obj <= 174896980
1552.13/1552.40	c BCD2: #cores=72, #unrelaxed=304429, #relaxed=2126, #hardened=0
1552.13/1552.40	c BCD2: #sat=1 #unsat=2115 bias=2115/2116
1552.13/1552.40	c Solving starts ...
1552.13/1552.40	c ============================[ Search Statistics ]============================
1552.13/1552.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1552.13/1552.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1552.13/1552.40	c =============================================================================
1552.13/1552.40	c  0.0s |       0 |        0 |        0 |   429521      0 |     2137 |     2147
1552.53/1552.87	c  0.5s |       0 |       73 |        1 |   429521      0 |     2137 |     2148
1552.53/1552.87	c #cpu_time = 0.463s
1552.53/1552.87	c #wall_clock_time = 0.464s
1552.53/1552.87	c #decision = 73
1552.53/1552.87	c #random_decision = 0
1552.53/1552.87	c #conflict = 1
1552.53/1552.87	c #restart = 0
1552.53/1552.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20480
1552.53/1552.87	c lower bound updated to -173897251
1552.73/1553.02	c BCD2: 999730 <= obj <= 174896980
1552.73/1553.02	c BCD2: #cores=72, #unrelaxed=304428, #relaxed=2127, #hardened=0
1552.73/1553.02	c BCD2: #sat=1 #unsat=2116 bias=2116/2117
1552.73/1553.02	c Solving starts ...
1552.73/1553.02	c ============================[ Search Statistics ]============================
1552.73/1553.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1552.73/1553.02	c       |         |          |          |    Limit     GC | Var      | Constra 
1552.73/1553.02	c =============================================================================
1552.73/1553.02	c  0.0s |       0 |        0 |        0 |   429521      0 |     2138 |     2148
1553.13/1553.48	c  0.5s |       0 |       73 |        1 |   429521      0 |     2138 |     2149
1553.13/1553.48	c #cpu_time = 0.453s
1553.13/1553.48	c #wall_clock_time = 0.456s
1553.13/1553.48	c #decision = 73
1553.13/1553.48	c #random_decision = 0
1553.13/1553.48	c #conflict = 1
1553.13/1553.48	c #restart = 0
1553.13/1553.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21504
1553.13/1553.48	c lower bound updated to -173896227
1553.33/1553.65	c BCD2: 1000754 <= obj <= 174896980
1553.33/1553.65	c BCD2: #cores=72, #unrelaxed=304427, #relaxed=2128, #hardened=0
1553.33/1553.65	c BCD2: #sat=1 #unsat=2117 bias=2117/2118
1553.33/1553.65	c Solving starts ...
1553.33/1553.65	c ============================[ Search Statistics ]============================
1553.33/1553.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1553.33/1553.65	c       |         |          |          |    Limit     GC | Var      | Constra 
1553.33/1553.65	c =============================================================================
1553.33/1553.65	c  0.0s |       0 |        0 |        0 |   429521      0 |     2139 |     2149
1553.83/1554.12	c  0.5s |       0 |       73 |        1 |   429521      0 |     2139 |     2150
1553.83/1554.12	c #cpu_time = 0.466s
1553.83/1554.12	c #wall_clock_time = 0.467s
1553.83/1554.12	c #decision = 73
1553.83/1554.12	c #random_decision = 0
1553.83/1554.12	c #conflict = 1
1553.83/1554.12	c #restart = 0
1553.83/1554.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22528
1553.83/1554.12	c lower bound updated to -173895203
1553.93/1554.27	c BCD2: 1001778 <= obj <= 174896980
1553.93/1554.27	c BCD2: #cores=72, #unrelaxed=304426, #relaxed=2129, #hardened=0
1553.93/1554.27	c BCD2: #sat=1 #unsat=2118 bias=2118/2119
1553.93/1554.28	c Solving starts ...
1553.93/1554.28	c ============================[ Search Statistics ]============================
1553.93/1554.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1553.93/1554.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1553.93/1554.28	c =============================================================================
1553.93/1554.28	c  0.0s |       0 |        0 |        0 |   429521      0 |     2140 |     2150
1554.43/1554.74	c  0.5s |       0 |       73 |        1 |   429521      0 |     2140 |     2151
1554.43/1554.74	c #cpu_time = 0.461s
1554.43/1554.74	c #wall_clock_time = 0.462s
1554.43/1554.74	c #decision = 73
1554.43/1554.74	c #random_decision = 0
1554.43/1554.74	c #conflict = 1
1554.43/1554.74	c #restart = 0
1554.43/1554.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23552
1554.43/1554.74	c lower bound updated to -173894179
1554.63/1554.90	c BCD2: 1002802 <= obj <= 174896980
1554.63/1554.90	c BCD2: #cores=72, #unrelaxed=304425, #relaxed=2130, #hardened=0
1554.63/1554.90	c BCD2: #sat=1 #unsat=2119 bias=2119/2120
1554.63/1554.91	c Solving starts ...
1554.63/1554.91	c ============================[ Search Statistics ]============================
1554.63/1554.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1554.63/1554.91	c       |         |          |          |    Limit     GC | Var      | Constra 
1554.63/1554.91	c =============================================================================
1554.63/1554.91	c  0.0s |       0 |        0 |        0 |   429521      0 |     2141 |     2151
1555.03/1555.38	c  0.5s |       0 |       73 |        1 |   429521      0 |     2141 |     2152
1555.03/1555.38	c #cpu_time = 0.469s
1555.03/1555.38	c #wall_clock_time = 0.470s
1555.03/1555.38	c #decision = 73
1555.03/1555.38	c #random_decision = 0
1555.03/1555.38	c #conflict = 1
1555.03/1555.38	c #restart = 0
1555.03/1555.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24576
1555.03/1555.38	c lower bound updated to -173893155
1555.23/1555.53	c BCD2: 1003826 <= obj <= 174896980
1555.23/1555.53	c BCD2: #cores=72, #unrelaxed=304424, #relaxed=2131, #hardened=0
1555.23/1555.53	c BCD2: #sat=1 #unsat=2120 bias=2120/2121
1555.23/1555.53	c Solving starts ...
1555.23/1555.53	c ============================[ Search Statistics ]============================
1555.23/1555.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1555.23/1555.53	c       |         |          |          |    Limit     GC | Var      | Constra 
1555.23/1555.53	c =============================================================================
1555.23/1555.53	c  0.0s |       0 |        0 |        0 |   429521      0 |     2142 |     2152
1555.73/1556.00	c  0.5s |       0 |       73 |        1 |   429521      0 |     2142 |     2153
1555.73/1556.00	c #cpu_time = 0.467s
1555.73/1556.00	c #wall_clock_time = 0.468s
1555.73/1556.00	c #decision = 73
1555.73/1556.00	c #random_decision = 0
1555.73/1556.00	c #conflict = 1
1555.73/1556.00	c #restart = 0
1555.73/1556.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25600
1555.73/1556.00	c lower bound updated to -173892131
1555.83/1556.15	c BCD2: 1004850 <= obj <= 174896980
1555.83/1556.15	c BCD2: #cores=72, #unrelaxed=304423, #relaxed=2132, #hardened=0
1555.83/1556.15	c BCD2: #sat=1 #unsat=2121 bias=2121/2122
1555.83/1556.16	c Solving starts ...
1555.83/1556.16	c ============================[ Search Statistics ]============================
1555.83/1556.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1555.83/1556.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1555.83/1556.16	c =============================================================================
1555.83/1556.16	c  0.0s |       0 |        0 |        0 |   429521      0 |     2143 |     2153
1556.33/1556.64	c  0.5s |       0 |       73 |        1 |   429521      0 |     2143 |     2154
1556.33/1556.64	c #cpu_time = 0.478s
1556.33/1556.64	c #wall_clock_time = 0.479s
1556.33/1556.64	c #decision = 73
1556.33/1556.64	c #random_decision = 0
1556.33/1556.64	c #conflict = 1
1556.33/1556.64	c #restart = 0
1556.33/1556.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 27: cost of the new core is >=26624
1556.33/1556.64	c lower bound updated to -173891107
1556.53/1556.83	c BCD2: 1005874 <= obj <= 174896980
1556.53/1556.83	c BCD2: #cores=72, #unrelaxed=304422, #relaxed=2133, #hardened=0
1556.53/1556.83	c BCD2: #sat=1 #unsat=2122 bias=2122/2123
1556.53/1556.85	c Solving starts ...
1556.53/1556.85	c ============================[ Search Statistics ]============================
1556.53/1556.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1556.53/1556.85	c       |         |          |          |    Limit     GC | Var      | Constra 
1556.53/1556.85	c =============================================================================
1556.53/1556.85	c  0.0s |       0 |        0 |        0 |   429521      0 |     2144 |     2154
1557.03/1557.32	c  0.5s |       0 |       73 |        1 |   429521      0 |     2144 |     2155
1557.03/1557.32	c #cpu_time = 0.468s
1557.03/1557.32	c #wall_clock_time = 0.469s
1557.03/1557.32	c #decision = 73
1557.03/1557.32	c #random_decision = 0
1557.03/1557.32	c #conflict = 1
1557.03/1557.32	c #restart = 0
1557.03/1557.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 28: cost of the new core is >=27648
1557.03/1557.32	c lower bound updated to -173890083
1557.23/1557.51	c BCD2: 1006898 <= obj <= 174896980
1557.23/1557.51	c BCD2: #cores=72, #unrelaxed=304421, #relaxed=2134, #hardened=0
1557.23/1557.51	c BCD2: #sat=1 #unsat=2123 bias=2123/2124
1557.23/1557.52	c Solving starts ...
1557.23/1557.52	c ============================[ Search Statistics ]============================
1557.23/1557.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1557.23/1557.52	c       |         |          |          |    Limit     GC | Var      | Constra 
1557.23/1557.52	c =============================================================================
1557.23/1557.52	c  0.0s |       0 |        0 |        0 |   429521      0 |     2145 |     2155
1557.63/1557.99	c  0.5s |       0 |       73 |        1 |   429521      0 |     2145 |     2156
1557.63/1557.99	c #cpu_time = 0.464s
1557.63/1557.99	c #wall_clock_time = 0.465s
1557.63/1557.99	c #decision = 73
1557.63/1557.99	c #random_decision = 0
1557.63/1557.99	c #conflict = 1
1557.63/1557.99	c #restart = 0
1557.63/1557.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 29: cost of the new core is >=28672
1557.63/1557.99	c lower bound updated to -173889059
1557.83/1558.18	c BCD2: 1007922 <= obj <= 174896980
1557.83/1558.18	c BCD2: #cores=72, #unrelaxed=304420, #relaxed=2135, #hardened=0
1557.83/1558.18	c BCD2: #sat=1 #unsat=2124 bias=2124/2125
1557.83/1558.19	c Solving starts ...
1557.83/1558.19	c ============================[ Search Statistics ]============================
1557.83/1558.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1557.83/1558.19	c       |         |          |          |    Limit     GC | Var      | Constra 
1557.83/1558.19	c =============================================================================
1557.83/1558.19	c  0.0s |       0 |        0 |        0 |   429521      0 |     2146 |     2156
1559.23/1559.57	c  1.4s |       0 |       73 |        1 |   429521      0 |     2146 |     2157
1559.23/1559.57	c #cpu_time = 1.370s
1559.23/1559.57	c #wall_clock_time = 1.374s
1559.23/1559.57	c #decision = 73
1559.23/1559.57	c #random_decision = 0
1559.23/1559.57	c #conflict = 1
1559.23/1559.57	c #restart = 0
1559.23/1559.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 30: cost of the new core is >=29696
1559.23/1559.57	c lower bound updated to -173888035
1559.43/1559.74	c BCD2: 1008946 <= obj <= 174896980
1559.43/1559.74	c BCD2: #cores=72, #unrelaxed=304419, #relaxed=2136, #hardened=0
1559.43/1559.74	c BCD2: #sat=1 #unsat=2125 bias=2125/2126
1559.43/1559.75	c Solving starts ...
1559.43/1559.75	c ============================[ Search Statistics ]============================
1559.43/1559.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1559.43/1559.75	c       |         |          |          |    Limit     GC | Var      | Constra 
1559.43/1559.75	c =============================================================================
1559.43/1559.75	c  0.0s |       0 |        0 |        0 |   429521      0 |     2147 |     2157
1559.93/1560.21	c  0.5s |       0 |       73 |        1 |   429521      0 |     2147 |     2158
1559.93/1560.21	c #cpu_time = 0.466s
1559.93/1560.21	c #wall_clock_time = 0.467s
1559.93/1560.21	c #decision = 73
1559.93/1560.21	c #random_decision = 0
1559.93/1560.21	c #conflict = 1
1559.93/1560.21	c #restart = 0
1559.93/1560.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 31: cost of the new core is >=30720
1559.93/1560.21	c lower bound updated to -173887011
1560.03/1560.36	c BCD2: 1009970 <= obj <= 174896980
1560.03/1560.36	c BCD2: #cores=72, #unrelaxed=304418, #relaxed=2137, #hardened=0
1560.03/1560.36	c BCD2: #sat=1 #unsat=2126 bias=2126/2127
1560.03/1560.36	c Solving starts ...
1560.03/1560.36	c ============================[ Search Statistics ]============================
1560.03/1560.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1560.03/1560.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1560.03/1560.36	c =============================================================================
1560.03/1560.36	c  0.0s |       0 |        0 |        0 |   429521      0 |     2148 |     2158
1560.53/1560.82	c  0.5s |       0 |       73 |        1 |   429521      0 |     2148 |     2159
1560.53/1560.82	c #cpu_time = 0.453s
1560.53/1560.82	c #wall_clock_time = 0.454s
1560.53/1560.82	c #decision = 73
1560.53/1560.82	c #random_decision = 0
1560.53/1560.82	c #conflict = 1
1560.53/1560.82	c #restart = 0
1560.53/1560.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 32: cost of the new core is >=31744
1560.53/1560.82	c lower bound updated to -173885987
1560.63/1560.98	c BCD2: 1010994 <= obj <= 174896980
1560.63/1560.98	c BCD2: #cores=72, #unrelaxed=304417, #relaxed=2138, #hardened=0
1560.63/1560.98	c BCD2: #sat=1 #unsat=2127 bias=2127/2128
1560.63/1560.99	c Solving starts ...
1560.63/1560.99	c ============================[ Search Statistics ]============================
1560.63/1560.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1560.63/1560.99	c       |         |          |          |    Limit     GC | Var      | Constra 
1560.63/1560.99	c =============================================================================
1560.63/1560.99	c  0.0s |       0 |        0 |        0 |   429521      0 |     2149 |     2159
1561.13/1561.45	c  0.5s |       0 |       73 |        1 |   429521      0 |     2149 |     2160
1561.13/1561.45	c #cpu_time = 0.466s
1561.13/1561.45	c #wall_clock_time = 0.467s
1561.13/1561.45	c #decision = 73
1561.13/1561.45	c #random_decision = 0
1561.13/1561.45	c #conflict = 1
1561.13/1561.45	c #restart = 0
1561.13/1561.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 33: cost of the new core is >=32768
1561.13/1561.45	c lower bound updated to -173884963
1561.33/1561.60	c BCD2: 1012018 <= obj <= 174896980
1561.33/1561.60	c BCD2: #cores=72, #unrelaxed=304416, #relaxed=2139, #hardened=0
1561.33/1561.60	c BCD2: #sat=1 #unsat=2128 bias=2128/2129
1561.33/1561.60	c Solving starts ...
1561.33/1561.60	c ============================[ Search Statistics ]============================
1561.33/1561.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1561.33/1561.60	c       |         |          |          |    Limit     GC | Var      | Constra 
1561.33/1561.60	c =============================================================================
1561.33/1561.60	c  0.0s |       0 |        0 |        0 |   429521      0 |     2150 |     2160
1561.73/1562.06	c  0.5s |       0 |       73 |        1 |   429521      0 |     2150 |     2161
1561.73/1562.06	c #cpu_time = 0.459s
1561.73/1562.06	c #wall_clock_time = 0.460s
1561.73/1562.06	c #decision = 73
1561.73/1562.06	c #random_decision = 0
1561.73/1562.06	c #conflict = 1
1561.73/1562.06	c #restart = 0
1561.73/1562.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 34: cost of the new core is >=33792
1561.73/1562.06	c lower bound updated to -173883939
1561.93/1562.22	c BCD2: 1013042 <= obj <= 174896980
1561.93/1562.22	c BCD2: #cores=72, #unrelaxed=304415, #relaxed=2140, #hardened=0
1561.93/1562.22	c BCD2: #sat=1 #unsat=2129 bias=2129/2130
1561.93/1562.23	c Solving starts ...
1561.93/1562.23	c ============================[ Search Statistics ]============================
1561.93/1562.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1561.93/1562.23	c       |         |          |          |    Limit     GC | Var      | Constra 
1561.93/1562.23	c =============================================================================
1561.93/1562.23	c  0.0s |       0 |        0 |        0 |   429521      0 |     2151 |     2161
1562.32/1562.69	c  0.5s |       0 |       73 |        1 |   429521      0 |     2151 |     2162
1562.32/1562.69	c #cpu_time = 0.466s
1562.32/1562.69	c #wall_clock_time = 0.467s
1562.32/1562.69	c #decision = 73
1562.32/1562.69	c #random_decision = 0
1562.32/1562.69	c #conflict = 1
1562.32/1562.70	c #restart = 0
1562.32/1562.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 35: cost of the new core is >=34816
1562.32/1562.70	c lower bound updated to -173882915
1562.52/1562.84	c BCD2: 1014066 <= obj <= 174896980
1562.52/1562.84	c BCD2: #cores=72, #unrelaxed=304414, #relaxed=2141, #hardened=0
1562.52/1562.84	c BCD2: #sat=1 #unsat=2130 bias=2130/2131
1562.52/1562.85	c Solving starts ...
1562.52/1562.85	c ============================[ Search Statistics ]============================
1562.52/1562.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1562.52/1562.85	c       |         |          |          |    Limit     GC | Var      | Constra 
1562.52/1562.85	c =============================================================================
1562.52/1562.85	c  0.0s |       0 |        0 |        0 |   429521      0 |     2152 |     2162
1563.03/1563.31	c  0.5s |       0 |       73 |        1 |   429521      0 |     2152 |     2163
1563.03/1563.31	c #cpu_time = 0.466s
1563.03/1563.31	c #wall_clock_time = 0.468s
1563.03/1563.31	c #decision = 73
1563.03/1563.31	c #random_decision = 0
1563.03/1563.31	c #conflict = 1
1563.03/1563.31	c #restart = 0
1563.03/1563.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 36: cost of the new core is >=35840
1563.03/1563.32	c lower bound updated to -173881891
1563.12/1563.47	c BCD2: 1015090 <= obj <= 174896980
1563.12/1563.47	c BCD2: #cores=72, #unrelaxed=304413, #relaxed=2142, #hardened=0
1563.12/1563.47	c BCD2: #sat=1 #unsat=2131 bias=2131/2132
1563.12/1563.48	c Solving starts ...
1563.12/1563.48	c ============================[ Search Statistics ]============================
1563.12/1563.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1563.12/1563.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1563.12/1563.48	c =============================================================================
1563.12/1563.48	c  0.0s |       0 |        0 |        0 |   429521      0 |     2153 |     2163
1563.62/1563.97	c  0.5s |       0 |       73 |        1 |   429521      0 |     2153 |     2164
1563.62/1563.97	c #cpu_time = 0.494s
1563.62/1563.97	c #wall_clock_time = 0.495s
1563.62/1563.97	c #decision = 73
1563.62/1563.97	c #random_decision = 0
1563.62/1563.97	c #conflict = 1
1563.62/1563.97	c #restart = 0
1563.62/1563.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 37: cost of the new core is >=36864
1563.62/1563.97	c lower bound updated to -173880867
1563.82/1564.16	c BCD2: 1016114 <= obj <= 174896980
1563.82/1564.16	c BCD2: #cores=72, #unrelaxed=304412, #relaxed=2143, #hardened=0
1563.82/1564.16	c BCD2: #sat=1 #unsat=2132 bias=2132/2133
1563.82/1564.17	c Solving starts ...
1563.82/1564.17	c ============================[ Search Statistics ]============================
1563.82/1564.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1563.82/1564.17	c       |         |          |          |    Limit     GC | Var      | Constra 
1563.82/1564.17	c =============================================================================
1563.82/1564.17	c  0.0s |       0 |        0 |        0 |   429521      0 |     2154 |     2164
1564.33/1564.64	c  0.5s |       0 |       73 |        1 |   429521      0 |     2154 |     2165
1564.33/1564.64	c #cpu_time = 0.467s
1564.33/1564.64	c #wall_clock_time = 0.469s
1564.33/1564.64	c #decision = 73
1564.33/1564.64	c #random_decision = 0
1564.33/1564.64	c #conflict = 1
1564.33/1564.64	c #restart = 0
1564.33/1564.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 38: cost of the new core is >=37888
1564.33/1564.64	c lower bound updated to -173879843
1564.53/1564.83	c BCD2: 1017138 <= obj <= 174896980
1564.53/1564.83	c BCD2: #cores=72, #unrelaxed=304411, #relaxed=2144, #hardened=0
1564.53/1564.83	c BCD2: #sat=1 #unsat=2133 bias=2133/2134
1564.53/1564.85	c Solving starts ...
1564.53/1564.85	c ============================[ Search Statistics ]============================
1564.53/1564.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1564.53/1564.85	c       |         |          |          |    Limit     GC | Var      | Constra 
1564.53/1564.85	c =============================================================================
1564.53/1564.85	c  0.0s |       0 |        0 |        0 |   429521      0 |     2155 |     2165
1565.03/1565.31	c  0.5s |       0 |       73 |        1 |   429521      0 |     2155 |     2166
1565.03/1565.31	c #cpu_time = 0.465s
1565.03/1565.31	c #wall_clock_time = 0.466s
1565.03/1565.31	c #decision = 73
1565.03/1565.31	c #random_decision = 0
1565.03/1565.31	c #conflict = 1
1565.03/1565.31	c #restart = 0
1565.03/1565.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 39: cost of the new core is >=38912
1565.03/1565.31	c lower bound updated to -173878819
1565.14/1565.50	c BCD2: 1018162 <= obj <= 174896980
1565.14/1565.50	c BCD2: #cores=72, #unrelaxed=304410, #relaxed=2145, #hardened=0
1565.14/1565.50	c BCD2: #sat=1 #unsat=2134 bias=2134/2135
1565.24/1565.51	c Solving starts ...
1565.24/1565.51	c ============================[ Search Statistics ]============================
1565.24/1565.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1565.24/1565.51	c       |         |          |          |    Limit     GC | Var      | Constra 
1565.24/1565.51	c =============================================================================
1565.24/1565.51	c  0.0s |       0 |        0 |        0 |   429521      0 |     2156 |     2166
1566.53/1566.87	c  1.4s |       0 |       73 |        1 |   429521      0 |     2156 |     2167
1566.53/1566.87	c #cpu_time = 1.352s
1566.53/1566.87	c #wall_clock_time = 1.355s
1566.53/1566.87	c #decision = 73
1566.53/1566.87	c #random_decision = 0
1566.53/1566.87	c #conflict = 1
1566.53/1566.87	c #restart = 0
1566.53/1566.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 40: cost of the new core is >=39936
1566.53/1566.87	c lower bound updated to -173877795
1566.73/1567.05	c BCD2: 1019186 <= obj <= 174896980
1566.73/1567.05	c BCD2: #cores=72, #unrelaxed=304409, #relaxed=2146, #hardened=0
1566.73/1567.05	c BCD2: #sat=1 #unsat=2135 bias=2135/2136
1566.73/1567.06	c Solving starts ...
1566.73/1567.06	c ============================[ Search Statistics ]============================
1566.73/1567.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1566.73/1567.06	c       |         |          |          |    Limit     GC | Var      | Constra 
1566.73/1567.06	c =============================================================================
1566.73/1567.06	c  0.0s |       0 |        0 |        0 |   429521      0 |     2157 |     2167
1567.23/1567.50	c  0.4s |       0 |       73 |        1 |   429521      0 |     2157 |     2168
1567.23/1567.50	c #cpu_time = 0.439s
1567.23/1567.50	c #wall_clock_time = 0.440s
1567.23/1567.50	c #decision = 73
1567.23/1567.50	c #random_decision = 0
1567.23/1567.50	c #conflict = 1
1567.23/1567.50	c #restart = 0
1567.23/1567.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 41: cost of the new core is >=40960
1567.23/1567.50	c lower bound updated to -173876771
1567.34/1567.64	c BCD2: 1020210 <= obj <= 174896980
1567.34/1567.64	c BCD2: #cores=72, #unrelaxed=304408, #relaxed=2147, #hardened=0
1567.34/1567.64	c BCD2: #sat=1 #unsat=2136 bias=2136/2137
1567.34/1567.65	c Solving starts ...
1567.34/1567.65	c ============================[ Search Statistics ]============================
1567.34/1567.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1567.34/1567.65	c       |         |          |          |    Limit     GC | Var      | Constra 
1567.34/1567.65	c =============================================================================
1567.34/1567.65	c  0.0s |       0 |        0 |        0 |   429521      0 |     2158 |     2168
1567.73/1568.08	c  0.4s |       0 |       73 |        1 |   429521      0 |     2158 |     2169
1567.73/1568.08	c #cpu_time = 0.426s
1567.73/1568.08	c #wall_clock_time = 0.427s
1567.73/1568.08	c #decision = 73
1567.73/1568.08	c #random_decision = 0
1567.73/1568.08	c #conflict = 1
1567.73/1568.08	c #restart = 0
1567.73/1568.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 42: cost of the new core is >=41984
1567.73/1568.08	c lower bound updated to -173875747
1567.93/1568.24	c BCD2: 1021234 <= obj <= 174896980
1567.93/1568.24	c BCD2: #cores=72, #unrelaxed=304407, #relaxed=2148, #hardened=0
1567.93/1568.24	c BCD2: #sat=1 #unsat=2137 bias=2137/2138
1567.93/1568.24	c Solving starts ...
1567.93/1568.24	c ============================[ Search Statistics ]============================
1567.93/1568.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1567.93/1568.24	c       |         |          |          |    Limit     GC | Var      | Constra 
1567.93/1568.24	c =============================================================================
1567.93/1568.24	c  0.0s |       0 |        0 |        0 |   429521      0 |     2159 |     2169
1568.33/1568.69	c  0.4s |       0 |       73 |        1 |   429521      0 |     2159 |     2170
1568.33/1568.69	c #cpu_time = 0.440s
1568.33/1568.69	c #wall_clock_time = 0.441s
1568.33/1568.69	c #decision = 73
1568.33/1568.69	c #random_decision = 0
1568.33/1568.69	c #conflict = 1
1568.33/1568.69	c #restart = 0
1568.33/1568.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 43: cost of the new core is >=43008
1568.33/1568.69	c lower bound updated to -173874723
1568.54/1568.83	c BCD2: 1022258 <= obj <= 174896980
1568.54/1568.83	c BCD2: #cores=72, #unrelaxed=304406, #relaxed=2149, #hardened=0
1568.54/1568.83	c BCD2: #sat=1 #unsat=2138 bias=2138/2139
1568.54/1568.84	c Solving starts ...
1568.54/1568.84	c ============================[ Search Statistics ]============================
1568.54/1568.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1568.54/1568.84	c       |         |          |          |    Limit     GC | Var      | Constra 
1568.54/1568.84	c =============================================================================
1568.54/1568.84	c  0.0s |       0 |        0 |        0 |   429521      0 |     2160 |     2170
1568.93/1569.27	c  0.4s |       0 |       73 |        1 |   429521      0 |     2160 |     2171
1568.93/1569.27	c #cpu_time = 0.433s
1568.93/1569.27	c #wall_clock_time = 0.434s
1568.93/1569.27	c #decision = 73
1568.93/1569.27	c #random_decision = 0
1568.93/1569.27	c #conflict = 1
1568.93/1569.27	c #restart = 0
1568.93/1569.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 44: cost of the new core is >=44032
1568.93/1569.27	c lower bound updated to -173873699
1569.13/1569.43	c BCD2: 1023282 <= obj <= 174896980
1569.13/1569.43	c BCD2: #cores=72, #unrelaxed=304405, #relaxed=2150, #hardened=0
1569.13/1569.43	c BCD2: #sat=1 #unsat=2139 bias=2139/2140
1569.13/1569.43	c Solving starts ...
1569.13/1569.43	c ============================[ Search Statistics ]============================
1569.13/1569.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1569.13/1569.43	c       |         |          |          |    Limit     GC | Var      | Constra 
1569.13/1569.43	c =============================================================================
1569.13/1569.43	c  0.0s |       0 |        0 |        0 |   429521      0 |     2161 |     2171
1569.54/1569.87	c  0.4s |       0 |       73 |        1 |   429521      0 |     2161 |     2172
1569.54/1569.87	c #cpu_time = 0.440s
1569.54/1569.87	c #wall_clock_time = 0.441s
1569.54/1569.87	c #decision = 73
1569.54/1569.87	c #random_decision = 0
1569.54/1569.87	c #conflict = 1
1569.54/1569.87	c #restart = 0
1569.54/1569.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 45: cost of the new core is >=45056
1569.54/1569.87	c lower bound updated to -173872675
1569.73/1570.02	c BCD2: 1024306 <= obj <= 174896980
1569.73/1570.02	c BCD2: #cores=72, #unrelaxed=304404, #relaxed=2151, #hardened=0
1569.73/1570.02	c BCD2: #sat=1 #unsat=2140 bias=2140/2141
1569.73/1570.03	c Solving starts ...
1569.73/1570.03	c ============================[ Search Statistics ]============================
1569.73/1570.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1569.73/1570.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1569.73/1570.03	c =============================================================================
1569.73/1570.03	c  0.0s |       0 |        0 |        0 |   429521      0 |     2162 |     2172
1570.13/1570.47	c  0.4s |       0 |       73 |        1 |   429521      0 |     2162 |     2173
1570.13/1570.47	c #cpu_time = 0.438s
1570.13/1570.47	c #wall_clock_time = 0.439s
1570.13/1570.47	c #decision = 73
1570.13/1570.47	c #random_decision = 0
1570.13/1570.47	c #conflict = 1
1570.13/1570.47	c #restart = 0
1570.13/1570.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 46: cost of the new core is >=46080
1570.13/1570.47	c lower bound updated to -173871651
1570.33/1570.62	c BCD2: 1025330 <= obj <= 174896980
1570.33/1570.62	c BCD2: #cores=72, #unrelaxed=304403, #relaxed=2152, #hardened=0
1570.33/1570.62	c BCD2: #sat=1 #unsat=2141 bias=2141/2142
1570.33/1570.62	c Solving starts ...
1570.33/1570.62	c ============================[ Search Statistics ]============================
1570.33/1570.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1570.33/1570.62	c       |         |          |          |    Limit     GC | Var      | Constra 
1570.33/1570.62	c =============================================================================
1570.33/1570.62	c  0.0s |       0 |        0 |        0 |   429521      0 |     2163 |     2173
1570.74/1571.08	c  0.5s |       0 |       73 |        1 |   429521      0 |     2163 |     2174
1570.74/1571.08	c #cpu_time = 0.452s
1570.74/1571.08	c #wall_clock_time = 0.453s
1570.74/1571.08	c #decision = 73
1570.74/1571.08	c #random_decision = 0
1570.74/1571.08	c #conflict = 1
1570.74/1571.08	c #restart = 0
1570.74/1571.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 47: cost of the new core is >=47104
1570.74/1571.08	c lower bound updated to -173870627
1570.93/1571.26	c BCD2: 1026354 <= obj <= 174896980
1570.93/1571.26	c BCD2: #cores=72, #unrelaxed=304402, #relaxed=2153, #hardened=0
1570.93/1571.26	c BCD2: #sat=1 #unsat=2142 bias=2142/2143
1570.93/1571.28	c Solving starts ...
1570.93/1571.28	c ============================[ Search Statistics ]============================
1570.93/1571.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1570.93/1571.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1570.93/1571.28	c =============================================================================
1570.93/1571.28	c  0.0s |       0 |        0 |        0 |   429521      0 |     2164 |     2174
1571.43/1571.72	c  0.4s |       0 |       73 |        1 |   429521      0 |     2164 |     2175
1571.43/1571.72	c #cpu_time = 0.438s
1571.43/1571.72	c #wall_clock_time = 0.439s
1571.43/1571.72	c #decision = 73
1571.43/1571.72	c #random_decision = 0
1571.43/1571.72	c #conflict = 1
1571.43/1571.72	c #restart = 0
1571.43/1571.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 48: cost of the new core is >=48128
1571.43/1571.72	c lower bound updated to -173869603
1571.63/1571.90	c BCD2: 1027378 <= obj <= 174896980
1571.63/1571.90	c BCD2: #cores=72, #unrelaxed=304401, #relaxed=2154, #hardened=0
1571.63/1571.90	c BCD2: #sat=1 #unsat=2143 bias=2143/2144
1571.63/1571.92	c Solving starts ...
1571.63/1571.92	c ============================[ Search Statistics ]============================
1571.63/1571.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1571.63/1571.92	c       |         |          |          |    Limit     GC | Var      | Constra 
1571.63/1571.92	c =============================================================================
1571.63/1571.92	c  0.0s |       0 |        0 |        0 |   429521      0 |     2165 |     2175
1572.02/1572.36	c  0.4s |       0 |       73 |        1 |   429521      0 |     2165 |     2176
1572.02/1572.36	c #cpu_time = 0.440s
1572.02/1572.36	c #wall_clock_time = 0.441s
1572.02/1572.36	c #decision = 73
1572.02/1572.36	c #random_decision = 0
1572.02/1572.36	c #conflict = 1
1572.02/1572.36	c #restart = 0
1572.02/1572.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 49: cost of the new core is >=49152
1572.02/1572.36	c lower bound updated to -173868579
1572.22/1572.54	c BCD2: 1028402 <= obj <= 174896980
1572.22/1572.54	c BCD2: #cores=72, #unrelaxed=304400, #relaxed=2155, #hardened=0
1572.22/1572.54	c BCD2: #sat=1 #unsat=2144 bias=2144/2145
1572.22/1572.56	c Solving starts ...
1572.22/1572.56	c ============================[ Search Statistics ]============================
1572.22/1572.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1572.22/1572.56	c       |         |          |          |    Limit     GC | Var      | Constra 
1572.22/1572.56	c =============================================================================
1572.22/1572.56	c  0.0s |       0 |        0 |        0 |   429521      0 |     2166 |     2176
1573.72/1574.00	c  1.4s |       0 |       73 |        1 |   429521      0 |     2166 |     2177
1573.72/1574.00	c #cpu_time = 1.439s
1573.72/1574.00	c #wall_clock_time = 1.443s
1573.72/1574.00	c #decision = 73
1573.72/1574.00	c #random_decision = 0
1573.72/1574.00	c #conflict = 1
1573.72/1574.00	c #restart = 0
1573.72/1574.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 50: cost of the new core is >=50176
1573.72/1574.00	c lower bound updated to -173867555
1573.82/1574.19	c BCD2: 1029426 <= obj <= 174896980
1573.82/1574.19	c BCD2: #cores=72, #unrelaxed=304399, #relaxed=2156, #hardened=0
1573.82/1574.19	c BCD2: #sat=1 #unsat=2145 bias=2145/2146
1573.82/1574.20	c Solving starts ...
1573.82/1574.20	c ============================[ Search Statistics ]============================
1573.82/1574.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1573.82/1574.20	c       |         |          |          |    Limit     GC | Var      | Constra 
1573.82/1574.20	c =============================================================================
1573.82/1574.20	c  0.0s |       0 |        0 |        0 |   429521      0 |     2167 |     2177
1574.32/1574.66	c  0.5s |       0 |       73 |        1 |   429521      0 |     2167 |     2178
1574.32/1574.66	c #cpu_time = 0.462s
1574.32/1574.66	c #wall_clock_time = 0.464s
1574.32/1574.66	c #decision = 73
1574.32/1574.66	c #random_decision = 0
1574.32/1574.66	c #conflict = 1
1574.32/1574.66	c #restart = 0
1574.32/1574.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 51: cost of the new core is >=51200
1574.32/1574.66	c lower bound updated to -173866531
1574.52/1574.84	c BCD2: 1030450 <= obj <= 174896980
1574.52/1574.84	c BCD2: #cores=72, #unrelaxed=304398, #relaxed=2157, #hardened=0
1574.52/1574.84	c BCD2: #sat=1 #unsat=2146 bias=2146/2147
1574.52/1574.85	c Solving starts ...
1574.52/1574.85	c ============================[ Search Statistics ]============================
1574.52/1574.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1574.52/1574.85	c       |         |          |          |    Limit     GC | Var      | Constra 
1574.52/1574.85	c =============================================================================
1574.52/1574.85	c  0.0s |       0 |        0 |        0 |   429521      0 |     2168 |     2178
1574.92/1575.30	c  0.5s |       0 |       73 |        1 |   429521      0 |     2168 |     2179
1574.92/1575.30	c #cpu_time = 0.450s
1574.92/1575.30	c #wall_clock_time = 0.452s
1574.92/1575.30	c #decision = 73
1574.92/1575.30	c #random_decision = 0
1574.92/1575.30	c #conflict = 1
1574.92/1575.30	c #restart = 0
1574.92/1575.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 52: cost of the new core is >=52224
1574.92/1575.30	c lower bound updated to -173865507
1575.13/1575.49	c BCD2: 1031474 <= obj <= 174896980
1575.13/1575.49	c BCD2: #cores=72, #unrelaxed=304397, #relaxed=2158, #hardened=0
1575.13/1575.49	c BCD2: #sat=1 #unsat=2147 bias=2147/2148
1575.22/1575.50	c Solving starts ...
1575.22/1575.50	c ============================[ Search Statistics ]============================
1575.22/1575.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1575.22/1575.50	c       |         |          |          |    Limit     GC | Var      | Constra 
1575.22/1575.50	c =============================================================================
1575.22/1575.50	c  0.0s |       0 |        0 |        0 |   429521      0 |     2169 |     2179
1575.62/1575.96	c  0.5s |       0 |       73 |        1 |   472474      0 |     2169 |     2180
1575.62/1575.96	c #cpu_time = 0.463s
1575.62/1575.96	c #wall_clock_time = 0.464s
1575.62/1575.96	c #decision = 73
1575.62/1575.96	c #random_decision = 0
1575.62/1575.96	c #conflict = 1
1575.62/1575.96	c #restart = 0
1575.62/1575.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 53: cost of the new core is >=53248
1575.62/1575.96	c lower bound updated to -173864483
1575.82/1576.14	c BCD2: 1032498 <= obj <= 174896980
1575.82/1576.14	c BCD2: #cores=72, #unrelaxed=304396, #relaxed=2159, #hardened=0
1575.82/1576.14	c BCD2: #sat=1 #unsat=2148 bias=2148/2149
1575.82/1576.14	c Solving starts ...
1575.82/1576.14	c ============================[ Search Statistics ]============================
1575.82/1576.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1575.82/1576.14	c       |         |          |          |    Limit     GC | Var      | Constra 
1575.82/1576.14	c =============================================================================
1575.82/1576.14	c  0.0s |       0 |        0 |        0 |   472474      0 |     2170 |     2180
1576.32/1576.60	c  0.5s |       0 |       73 |        1 |   472474      0 |     2170 |     2181
1576.32/1576.60	c #cpu_time = 0.456s
1576.32/1576.60	c #wall_clock_time = 0.458s
1576.32/1576.60	c #decision = 73
1576.32/1576.60	c #random_decision = 0
1576.32/1576.60	c #conflict = 1
1576.32/1576.60	c #restart = 0
1576.32/1576.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 54: cost of the new core is >=54272
1576.32/1576.60	c lower bound updated to -173863459
1576.52/1576.80	c BCD2: 1033522 <= obj <= 174896980
1576.52/1576.80	c BCD2: #cores=72, #unrelaxed=304395, #relaxed=2160, #hardened=0
1576.52/1576.80	c BCD2: #sat=1 #unsat=2149 bias=2149/2150
1576.52/1576.80	c Solving starts ...
1576.52/1576.80	c ============================[ Search Statistics ]============================
1576.52/1576.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1576.52/1576.80	c       |         |          |          |    Limit     GC | Var      | Constra 
1576.52/1576.80	c =============================================================================
1576.52/1576.80	c  0.0s |       0 |        0 |        0 |   472474      0 |     2171 |     2181
1576.92/1577.27	c  0.5s |       0 |       73 |        1 |   472474      0 |     2171 |     2182
1576.92/1577.27	c #cpu_time = 0.464s
1576.92/1577.27	c #wall_clock_time = 0.465s
1576.92/1577.27	c #decision = 73
1576.92/1577.27	c #random_decision = 0
1576.92/1577.27	c #conflict = 1
1576.92/1577.27	c #restart = 0
1576.92/1577.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 55: cost of the new core is >=55296
1576.92/1577.27	c lower bound updated to -173862435
1577.12/1577.44	c BCD2: 1034546 <= obj <= 174896980
1577.12/1577.45	c BCD2: #cores=72, #unrelaxed=304394, #relaxed=2161, #hardened=0
1577.12/1577.45	c BCD2: #sat=1 #unsat=2150 bias=2150/2151
1577.12/1577.45	c Solving starts ...
1577.12/1577.45	c ============================[ Search Statistics ]============================
1577.12/1577.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1577.12/1577.45	c       |         |          |          |    Limit     GC | Var      | Constra 
1577.12/1577.45	c =============================================================================
1577.12/1577.45	c  0.0s |       0 |        0 |        0 |   472474      0 |     2172 |     2182
1577.62/1577.92	c  0.5s |       0 |       73 |        1 |   472474      0 |     2172 |     2183
1577.62/1577.92	c #cpu_time = 0.466s
1577.62/1577.92	c #wall_clock_time = 0.467s
1577.62/1577.92	c #decision = 73
1577.62/1577.92	c #random_decision = 0
1577.62/1577.92	c #conflict = 1
1577.62/1577.92	c #restart = 0
1577.62/1577.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 56: cost of the new core is >=56320
1577.62/1577.92	c lower bound updated to -173861411
1577.82/1578.13	c BCD2: 1035570 <= obj <= 174896980
1577.82/1578.13	c BCD2: #cores=72, #unrelaxed=304393, #relaxed=2162, #hardened=0
1577.82/1578.13	c BCD2: #sat=1 #unsat=2151 bias=2151/2152
1577.82/1578.15	c Solving starts ...
1577.82/1578.15	c ============================[ Search Statistics ]============================
1577.82/1578.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1577.82/1578.15	c       |         |          |          |    Limit     GC | Var      | Constra 
1577.82/1578.15	c =============================================================================
1577.82/1578.15	c  0.0s |       0 |        0 |        0 |   472474      0 |     2173 |     2183
1578.34/1578.61	c  0.5s |       0 |       73 |        1 |   472474      0 |     2173 |     2184
1578.34/1578.61	c #cpu_time = 0.461s
1578.34/1578.61	c #wall_clock_time = 0.463s
1578.34/1578.61	c #decision = 73
1578.34/1578.61	c #random_decision = 0
1578.34/1578.61	c #conflict = 1
1578.34/1578.61	c #restart = 0
1578.34/1578.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 57: cost of the new core is >=57344
1578.34/1578.61	c lower bound updated to -173860387
1578.53/1578.83	c BCD2: 1036594 <= obj <= 174896980
1578.53/1578.83	c BCD2: #cores=72, #unrelaxed=304392, #relaxed=2163, #hardened=0
1578.53/1578.83	c BCD2: #sat=1 #unsat=2152 bias=2152/2153
1578.53/1578.85	c Solving starts ...
1578.53/1578.85	c ============================[ Search Statistics ]============================
1578.53/1578.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1578.53/1578.85	c       |         |          |          |    Limit     GC | Var      | Constra 
1578.53/1578.85	c =============================================================================
1578.53/1578.85	c  0.0s |       0 |        0 |        0 |   472474      0 |     2174 |     2184
1579.03/1579.31	c  0.5s |       0 |       73 |        1 |   472474      0 |     2174 |     2185
1579.03/1579.31	c #cpu_time = 0.465s
1579.03/1579.31	c #wall_clock_time = 0.466s
1579.03/1579.31	c #decision = 73
1579.03/1579.31	c #random_decision = 0
1579.03/1579.31	c #conflict = 1
1579.03/1579.31	c #restart = 0
1579.03/1579.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 58: cost of the new core is >=58368
1579.03/1579.31	c lower bound updated to -173859363
1579.23/1579.53	c BCD2: 1037618 <= obj <= 174896980
1579.23/1579.53	c BCD2: #cores=72, #unrelaxed=304391, #relaxed=2164, #hardened=0
1579.23/1579.53	c BCD2: #sat=1 #unsat=2153 bias=2153/2154
1579.23/1579.54	c Solving starts ...
1579.23/1579.54	c ============================[ Search Statistics ]============================
1579.23/1579.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1579.23/1579.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1579.23/1579.54	c =============================================================================
1579.23/1579.55	c  0.0s |       0 |        0 |        0 |   472474      0 |     2175 |     2185
1579.73/1580.01	c  0.5s |       0 |       73 |        1 |   472474      0 |     2175 |     2186
1579.73/1580.01	c #cpu_time = 0.461s
1579.73/1580.01	c #wall_clock_time = 0.463s
1579.73/1580.01	c #decision = 73
1579.73/1580.01	c #random_decision = 0
1579.73/1580.01	c #conflict = 1
1579.73/1580.01	c #restart = 0
1579.73/1580.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 59: cost of the new core is >=59392
1579.73/1580.01	c lower bound updated to -173858339
1579.93/1580.22	c BCD2: 1038642 <= obj <= 174896980
1579.93/1580.22	c BCD2: #cores=72, #unrelaxed=304390, #relaxed=2165, #hardened=0
1579.93/1580.22	c BCD2: #sat=1 #unsat=2154 bias=2154/2155
1580.83/1581.16	c Solving starts ...
1580.83/1581.16	c ============================[ Search Statistics ]============================
1580.83/1581.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1580.83/1581.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1580.83/1581.16	c =============================================================================
1580.83/1581.17	c  0.0s |       0 |        0 |        0 |   472474      0 |     2176 |     2186
1581.33/1581.66	c  0.5s |       0 |       73 |        1 |   472474      0 |     2176 |     2187
1581.33/1581.66	c #cpu_time = 0.486s
1581.33/1581.66	c #wall_clock_time = 0.488s
1581.33/1581.66	c #decision = 73
1581.33/1581.66	c #random_decision = 0
1581.33/1581.66	c #conflict = 1
1581.33/1581.66	c #restart = 0
1581.33/1581.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 60: cost of the new core is >=60416
1581.33/1581.66	c lower bound updated to -173857315
1581.53/1581.85	c BCD2: 1039666 <= obj <= 174896980
1581.53/1581.85	c BCD2: #cores=72, #unrelaxed=304389, #relaxed=2166, #hardened=0
1581.53/1581.85	c BCD2: #sat=1 #unsat=2155 bias=2155/2156
1581.53/1581.86	c Solving starts ...
1581.53/1581.86	c ============================[ Search Statistics ]============================
1581.53/1581.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1581.53/1581.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1581.53/1581.86	c =============================================================================
1581.53/1581.86	c  0.0s |       0 |        0 |        0 |   472474      0 |     2177 |     2187
1582.03/1582.35	c  0.5s |       0 |       73 |        1 |   472474      0 |     2177 |     2188
1582.03/1582.35	c #cpu_time = 0.491s
1582.03/1582.35	c #wall_clock_time = 0.492s
1582.03/1582.35	c #decision = 73
1582.03/1582.35	c #random_decision = 0
1582.03/1582.35	c #conflict = 1
1582.03/1582.35	c #restart = 0
1582.03/1582.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 61: cost of the new core is >=61440
1582.03/1582.35	c lower bound updated to -173856291
1582.23/1582.53	c BCD2: 1040690 <= obj <= 174896980
1582.23/1582.53	c BCD2: #cores=72, #unrelaxed=304388, #relaxed=2167, #hardened=0
1582.23/1582.53	c BCD2: #sat=1 #unsat=2156 bias=2156/2157
1582.23/1582.54	c Solving starts ...
1582.23/1582.54	c ============================[ Search Statistics ]============================
1582.23/1582.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1582.23/1582.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1582.23/1582.54	c =============================================================================
1582.23/1582.54	c  0.0s |       0 |        0 |        0 |   472474      0 |     2178 |     2188
1582.73/1583.02	c  0.5s |       0 |       73 |        1 |   472474      0 |     2178 |     2189
1582.73/1583.02	c #cpu_time = 0.479s
1582.73/1583.02	c #wall_clock_time = 0.481s
1582.73/1583.02	c #decision = 73
1582.73/1583.02	c #random_decision = 0
1582.73/1583.02	c #conflict = 1
1582.73/1583.02	c #restart = 0
1582.73/1583.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 62: cost of the new core is >=62464
1582.73/1583.02	c lower bound updated to -173855267
1582.93/1583.22	c BCD2: 1041714 <= obj <= 174896980
1582.93/1583.22	c BCD2: #cores=72, #unrelaxed=304387, #relaxed=2168, #hardened=0
1582.93/1583.22	c BCD2: #sat=1 #unsat=2157 bias=2157/2158
1582.93/1583.22	c Solving starts ...
1582.93/1583.22	c ============================[ Search Statistics ]============================
1582.93/1583.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1582.93/1583.22	c       |         |          |          |    Limit     GC | Var      | Constra 
1582.93/1583.22	c =============================================================================
1582.93/1583.22	c  0.0s |       0 |        0 |        0 |   472474      0 |     2179 |     2189
1583.43/1583.72	c  0.5s |       0 |       73 |        1 |   472474      0 |     2179 |     2190
1583.43/1583.72	c #cpu_time = 0.491s
1583.43/1583.72	c #wall_clock_time = 0.493s
1583.43/1583.72	c #decision = 73
1583.43/1583.72	c #random_decision = 0
1583.43/1583.72	c #conflict = 1
1583.43/1583.72	c #restart = 0
1583.43/1583.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 63: cost of the new core is >=63488
1583.43/1583.72	c lower bound updated to -173854243
1583.53/1583.89	c BCD2: 1042738 <= obj <= 174896980
1583.53/1583.89	c BCD2: #cores=72, #unrelaxed=304386, #relaxed=2169, #hardened=0
1583.53/1583.89	c BCD2: #sat=1 #unsat=2158 bias=2158/2159
1583.63/1583.90	c Solving starts ...
1583.63/1583.90	c ============================[ Search Statistics ]============================
1583.63/1583.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1583.63/1583.90	c       |         |          |          |    Limit     GC | Var      | Constra 
1583.63/1583.90	c =============================================================================
1583.63/1583.90	c  0.0s |       0 |        0 |        0 |   472474      0 |     2180 |     2190
1584.13/1584.40	c  0.5s |       0 |       73 |        1 |   472474      0 |     2180 |     2191
1584.13/1584.40	c #cpu_time = 0.493s
1584.13/1584.40	c #wall_clock_time = 0.494s
1584.13/1584.40	c #decision = 73
1584.13/1584.40	c #random_decision = 0
1584.13/1584.40	c #conflict = 1
1584.13/1584.40	c #restart = 0
1584.13/1584.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 64: cost of the new core is >=64512
1584.13/1584.40	c lower bound updated to -173853219
1584.23/1584.58	c BCD2: 1043762 <= obj <= 174896980
1584.23/1584.58	c BCD2: #cores=72, #unrelaxed=304385, #relaxed=2170, #hardened=0
1584.23/1584.58	c BCD2: #sat=1 #unsat=2159 bias=2159/2160
1584.23/1584.59	c Solving starts ...
1584.23/1584.59	c ============================[ Search Statistics ]============================
1584.23/1584.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1584.23/1584.59	c       |         |          |          |    Limit     GC | Var      | Constra 
1584.23/1584.59	c =============================================================================
1584.23/1584.59	c  0.0s |       0 |        0 |        0 |   472474      0 |     2181 |     2191
1584.73/1585.08	c  0.5s |       0 |       73 |        1 |   472474      0 |     2181 |     2192
1584.73/1585.08	c #cpu_time = 0.489s
1584.73/1585.08	c #wall_clock_time = 0.490s
1584.73/1585.08	c #decision = 73
1584.73/1585.08	c #random_decision = 0
1584.73/1585.08	c #conflict = 1
1584.73/1585.08	c #restart = 0
1584.73/1585.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 65: cost of the new core is >=65536
1584.73/1585.08	c lower bound updated to -173852195
1584.93/1585.26	c BCD2: 1044786 <= obj <= 174896980
1584.93/1585.26	c BCD2: #cores=72, #unrelaxed=304384, #relaxed=2171, #hardened=0
1584.93/1585.26	c BCD2: #sat=1 #unsat=2160 bias=2160/2161
1584.93/1585.26	c Solving starts ...
1584.93/1585.26	c ============================[ Search Statistics ]============================
1584.93/1585.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1584.93/1585.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1584.93/1585.26	c =============================================================================
1584.93/1585.26	c  0.0s |       0 |        0 |        0 |   472474      0 |     2182 |     2192
1585.43/1585.75	c  0.5s |       0 |       73 |        1 |   472474      0 |     2182 |     2193
1585.43/1585.75	c #cpu_time = 0.489s
1585.43/1585.75	c #wall_clock_time = 0.491s
1585.43/1585.75	c #decision = 73
1585.43/1585.75	c #random_decision = 0
1585.43/1585.75	c #conflict = 1
1585.43/1585.75	c #restart = 0
1585.43/1585.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 66: cost of the new core is >=66560
1585.43/1585.75	c lower bound updated to -173851171
1585.63/1585.97	c BCD2: 1045810 <= obj <= 174896980
1585.63/1585.97	c BCD2: #cores=72, #unrelaxed=304383, #relaxed=2172, #hardened=0
1585.63/1585.97	c BCD2: #sat=1 #unsat=2161 bias=2161/2162
1585.63/1585.99	c Solving starts ...
1585.63/1585.99	c ============================[ Search Statistics ]============================
1585.63/1585.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1585.63/1585.99	c       |         |          |          |    Limit     GC | Var      | Constra 
1585.63/1585.99	c =============================================================================
1585.63/1585.99	c  0.0s |       0 |        0 |        0 |   472474      0 |     2183 |     2193
1586.13/1586.48	c  0.5s |       0 |       73 |        1 |   472474      0 |     2183 |     2194
1586.13/1586.48	c #cpu_time = 0.489s
1586.13/1586.48	c #wall_clock_time = 0.491s
1586.13/1586.48	c #decision = 73
1586.13/1586.48	c #random_decision = 0
1586.13/1586.48	c #conflict = 1
1586.13/1586.48	c #restart = 0
1586.13/1586.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 67: cost of the new core is >=67584
1586.13/1586.48	c lower bound updated to -173850147
1586.42/1586.70	c BCD2: 1046834 <= obj <= 174896980
1586.42/1586.70	c BCD2: #cores=72, #unrelaxed=304382, #relaxed=2173, #hardened=0
1586.42/1586.70	c BCD2: #sat=1 #unsat=2162 bias=2162/2163
1586.42/1586.72	c Solving starts ...
1586.42/1586.72	c ============================[ Search Statistics ]============================
1586.42/1586.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1586.42/1586.72	c       |         |          |          |    Limit     GC | Var      | Constra 
1586.42/1586.72	c =============================================================================
1586.42/1586.72	c  0.0s |       0 |        0 |        0 |   472474      0 |     2184 |     2194
1586.92/1587.21	c  0.5s |       0 |       73 |        1 |   472474      0 |     2184 |     2195
1586.92/1587.21	c #cpu_time = 0.496s
1586.92/1587.21	c #wall_clock_time = 0.497s
1586.92/1587.21	c #decision = 73
1586.92/1587.21	c #random_decision = 0
1586.92/1587.21	c #conflict = 1
1586.92/1587.21	c #restart = 0
1586.92/1587.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 68: cost of the new core is >=68608
1586.92/1587.21	c lower bound updated to -173849123
1587.13/1587.43	c BCD2: 1047858 <= obj <= 174896980
1587.13/1587.43	c BCD2: #cores=72, #unrelaxed=304381, #relaxed=2174, #hardened=0
1587.13/1587.43	c BCD2: #sat=1 #unsat=2163 bias=2163/2164
1587.13/1587.45	c Solving starts ...
1587.13/1587.45	c ============================[ Search Statistics ]============================
1587.13/1587.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1587.13/1587.45	c       |         |          |          |    Limit     GC | Var      | Constra 
1587.13/1587.45	c =============================================================================
1587.13/1587.45	c  0.0s |       0 |        0 |        0 |   472474      0 |     2185 |     2195
1587.63/1587.95	c  0.5s |       0 |       73 |        1 |   472474      0 |     2185 |     2196
1587.63/1587.95	c #cpu_time = 0.494s
1587.63/1587.95	c #wall_clock_time = 0.495s
1587.63/1587.95	c #decision = 73
1587.63/1587.95	c #random_decision = 0
1587.63/1587.95	c #conflict = 1
1587.63/1587.95	c #restart = 0
1587.63/1587.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 69: cost of the new core is >=69632
1587.63/1587.95	c lower bound updated to -173848099
1588.73/1589.10	c BCD2: 1048882 <= obj <= 174896980
1588.73/1589.10	c BCD2: #cores=72, #unrelaxed=304380, #relaxed=2175, #hardened=0
1588.73/1589.10	c BCD2: #sat=1 #unsat=2164 bias=2164/2165
1588.83/1589.10	c Solving starts ...
1588.83/1589.10	c ============================[ Search Statistics ]============================
1588.83/1589.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1588.83/1589.10	c       |         |          |          |    Limit     GC | Var      | Constra 
1588.83/1589.10	c =============================================================================
1588.83/1589.10	c  0.0s |       0 |        0 |        0 |   472474      0 |     2186 |     2196
1589.23/1589.57	c  0.5s |       0 |       73 |        1 |   472474      0 |     2186 |     2197
1589.23/1589.57	c #cpu_time = 0.468s
1589.23/1589.57	c #wall_clock_time = 0.470s
1589.23/1589.57	c #decision = 73
1589.23/1589.57	c #random_decision = 0
1589.23/1589.57	c #conflict = 1
1589.23/1589.57	c #restart = 0
1589.23/1589.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 70: cost of the new core is >=70656
1589.23/1589.57	c lower bound updated to -173847075
1589.44/1589.77	c BCD2: 1049906 <= obj <= 174896980
1589.44/1589.77	c BCD2: #cores=72, #unrelaxed=304379, #relaxed=2176, #hardened=0
1589.44/1589.77	c BCD2: #sat=1 #unsat=2165 bias=2165/2166
1589.44/1589.78	c Solving starts ...
1589.44/1589.78	c ============================[ Search Statistics ]============================
1589.44/1589.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1589.44/1589.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1589.44/1589.78	c =============================================================================
1589.44/1589.78	c  0.0s |       0 |        0 |        0 |   472474      0 |     2187 |     2197
1589.93/1590.26	c  0.5s |       0 |       73 |        1 |   472474      0 |     2187 |     2198
1589.93/1590.26	c #cpu_time = 0.480s
1589.93/1590.26	c #wall_clock_time = 0.481s
1589.93/1590.26	c #decision = 73
1589.93/1590.26	c #random_decision = 0
1589.93/1590.26	c #conflict = 1
1589.93/1590.26	c #restart = 0
1589.93/1590.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 71: cost of the new core is >=71680
1589.93/1590.26	c lower bound updated to -173846051
1590.13/1590.45	c BCD2: 1050930 <= obj <= 174896980
1590.13/1590.45	c BCD2: #cores=72, #unrelaxed=304378, #relaxed=2177, #hardened=0
1590.13/1590.45	c BCD2: #sat=1 #unsat=2166 bias=2166/2167
1590.13/1590.46	c Solving starts ...
1590.13/1590.46	c ============================[ Search Statistics ]============================
1590.13/1590.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1590.13/1590.46	c       |         |          |          |    Limit     GC | Var      | Constra 
1590.13/1590.46	c =============================================================================
1590.13/1590.46	c  0.0s |       0 |        0 |        0 |   472474      0 |     2188 |     2198
1590.63/1590.92	c  0.5s |       0 |       73 |        1 |   472474      0 |     2188 |     2199
1590.63/1590.92	c #cpu_time = 0.466s
1590.63/1590.92	c #wall_clock_time = 0.467s
1590.63/1590.92	c #decision = 73
1590.63/1590.92	c #random_decision = 0
1590.63/1590.92	c #conflict = 1
1590.63/1590.92	c #restart = 0
1590.63/1590.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 72: cost of the new core is >=72704
1590.63/1590.92	c lower bound updated to -173845027
1590.83/1591.13	c BCD2: 1051954 <= obj <= 174896980
1590.83/1591.13	c BCD2: #cores=72, #unrelaxed=304377, #relaxed=2178, #hardened=0
1590.83/1591.13	c BCD2: #sat=1 #unsat=2167 bias=2167/2168
1590.83/1591.14	c Solving starts ...
1590.83/1591.14	c ============================[ Search Statistics ]============================
1590.83/1591.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1590.83/1591.14	c       |         |          |          |    Limit     GC | Var      | Constra 
1590.83/1591.14	c =============================================================================
1590.83/1591.14	c  0.0s |       0 |        0 |        0 |   472474      0 |     2189 |     2199
1591.33/1591.62	c  0.5s |       0 |       73 |        1 |   472474      0 |     2189 |     2200
1591.33/1591.62	c #cpu_time = 0.481s
1591.33/1591.62	c #wall_clock_time = 0.483s
1591.33/1591.62	c #decision = 73
1591.33/1591.62	c #random_decision = 0
1591.33/1591.62	c #conflict = 1
1591.33/1591.62	c #restart = 0
1591.33/1591.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 73: cost of the new core is >=73728
1591.33/1591.62	c lower bound updated to -173844003
1591.53/1591.81	c BCD2: 1052978 <= obj <= 174896980
1591.53/1591.81	c BCD2: #cores=72, #unrelaxed=304376, #relaxed=2179, #hardened=0
1591.53/1591.81	c BCD2: #sat=1 #unsat=2168 bias=2168/2169
1591.53/1591.81	c Solving starts ...
1591.53/1591.81	c ============================[ Search Statistics ]============================
1591.53/1591.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1591.53/1591.81	c       |         |          |          |    Limit     GC | Var      | Constra 
1591.53/1591.81	c =============================================================================
1591.53/1591.81	c  0.0s |       0 |        0 |        0 |   472474      0 |     2190 |     2200
1591.93/1592.29	c  0.5s |       0 |       73 |        1 |   472474      0 |     2190 |     2201
1591.93/1592.29	c #cpu_time = 0.476s
1591.93/1592.29	c #wall_clock_time = 0.477s
1591.93/1592.29	c #decision = 73
1591.93/1592.29	c #random_decision = 0
1591.93/1592.29	c #conflict = 1
1591.93/1592.29	c #restart = 0
1591.93/1592.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 74: cost of the new core is >=74752
1591.93/1592.29	c lower bound updated to -173842979
1592.23/1592.50	c BCD2: 1054002 <= obj <= 174896980
1592.23/1592.50	c BCD2: #cores=72, #unrelaxed=304375, #relaxed=2180, #hardened=0
1592.23/1592.50	c BCD2: #sat=1 #unsat=2169 bias=2169/2170
1592.23/1592.50	c Solving starts ...
1592.23/1592.50	c ============================[ Search Statistics ]============================
1592.23/1592.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1592.23/1592.50	c       |         |          |          |    Limit     GC | Var      | Constra 
1592.23/1592.50	c =============================================================================
1592.23/1592.50	c  0.0s |       0 |        0 |        0 |   472474      0 |     2191 |     2201
1592.63/1592.98	c  0.5s |       0 |       73 |        1 |   472474      0 |     2191 |     2202
1592.63/1592.98	c #cpu_time = 0.480s
1592.63/1592.98	c #wall_clock_time = 0.481s
1592.63/1592.98	c #decision = 73
1592.63/1592.98	c #random_decision = 0
1592.63/1592.98	c #conflict = 1
1592.63/1592.98	c #restart = 0
1592.63/1592.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 75: cost of the new core is >=75776
1592.63/1592.99	c lower bound updated to -173841955
1592.83/1593.18	c BCD2: 1055026 <= obj <= 174896980
1592.83/1593.18	c BCD2: #cores=72, #unrelaxed=304374, #relaxed=2181, #hardened=0
1592.83/1593.18	c BCD2: #sat=1 #unsat=2170 bias=2170/2171
1592.83/1593.19	c Solving starts ...
1592.83/1593.19	c ============================[ Search Statistics ]============================
1592.83/1593.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1592.83/1593.19	c       |         |          |          |    Limit     GC | Var      | Constra 
1592.83/1593.19	c =============================================================================
1592.83/1593.19	c  0.0s |       0 |        0 |        0 |   472474      0 |     2192 |     2202
1593.32/1593.67	c  0.5s |       0 |       73 |        1 |   472474      0 |     2192 |     2203
1593.32/1593.67	c #cpu_time = 0.480s
1593.32/1593.67	c #wall_clock_time = 0.481s
1593.32/1593.67	c #decision = 73
1593.32/1593.67	c #random_decision = 0
1593.32/1593.67	c #conflict = 1
1593.32/1593.67	c #restart = 0
1593.32/1593.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 76: cost of the new core is >=76800
1593.32/1593.67	c lower bound updated to -173840931
1593.62/1593.90	c BCD2: 1056050 <= obj <= 174896980
1593.62/1593.90	c BCD2: #cores=72, #unrelaxed=304373, #relaxed=2182, #hardened=0
1593.62/1593.90	c BCD2: #sat=1 #unsat=2171 bias=2171/2172
1593.62/1593.92	c Solving starts ...
1593.62/1593.92	c ============================[ Search Statistics ]============================
1593.62/1593.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1593.62/1593.92	c       |         |          |          |    Limit     GC | Var      | Constra 
1593.62/1593.92	c =============================================================================
1593.62/1593.92	c  0.0s |       0 |        0 |        0 |   472474      0 |     2193 |     2203
1594.12/1594.40	c  0.5s |       0 |       73 |        1 |   472474      0 |     2193 |     2204
1594.12/1594.40	c #cpu_time = 0.478s
1594.12/1594.40	c #wall_clock_time = 0.479s
1594.12/1594.40	c #decision = 73
1594.12/1594.40	c #random_decision = 0
1594.12/1594.40	c #conflict = 1
1594.12/1594.40	c #restart = 0
1594.12/1594.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 77: cost of the new core is >=77824
1594.12/1594.40	c lower bound updated to -173839907
1594.32/1594.62	c BCD2: 1057074 <= obj <= 174896980
1594.32/1594.62	c BCD2: #cores=72, #unrelaxed=304372, #relaxed=2183, #hardened=0
1594.32/1594.62	c BCD2: #sat=1 #unsat=2172 bias=2172/2173
1594.32/1594.64	c Solving starts ...
1594.32/1594.64	c ============================[ Search Statistics ]============================
1594.32/1594.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1594.32/1594.64	c       |         |          |          |    Limit     GC | Var      | Constra 
1594.32/1594.64	c =============================================================================
1594.32/1594.64	c  0.0s |       0 |        0 |        0 |   472474      0 |     2194 |     2204
1594.83/1595.12	c  0.5s |       0 |       73 |        1 |   472474      0 |     2194 |     2205
1594.83/1595.12	c #cpu_time = 0.481s
1594.83/1595.12	c #wall_clock_time = 0.482s
1594.83/1595.12	c #decision = 73
1594.83/1595.12	c #random_decision = 0
1594.83/1595.12	c #conflict = 1
1594.83/1595.12	c #restart = 0
1594.83/1595.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 78: cost of the new core is >=78848
1594.83/1595.12	c lower bound updated to -173838883
1595.03/1595.35	c BCD2: 1058098 <= obj <= 174896980
1595.03/1595.35	c BCD2: #cores=72, #unrelaxed=304371, #relaxed=2184, #hardened=0
1595.03/1595.35	c BCD2: #sat=1 #unsat=2173 bias=2173/2174
1595.03/1595.37	c Solving starts ...
1595.03/1595.37	c ============================[ Search Statistics ]============================
1595.03/1595.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1595.03/1595.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1595.03/1595.37	c =============================================================================
1595.03/1595.37	c  0.0s |       0 |        0 |        0 |   472474      0 |     2195 |     2205
1596.53/1596.84	c  1.5s |       0 |       73 |        1 |   472474      0 |     2195 |     2206
1596.53/1596.84	c #cpu_time = 1.468s
1596.53/1596.84	c #wall_clock_time = 1.471s
1596.53/1596.84	c #decision = 73
1596.53/1596.84	c #random_decision = 0
1596.53/1596.84	c #conflict = 1
1596.53/1596.84	c #restart = 0
1596.53/1596.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 79: cost of the new core is >=79872
1596.53/1596.84	c lower bound updated to -173837859
1596.73/1597.02	c BCD2: 1059122 <= obj <= 174896980
1596.73/1597.02	c BCD2: #cores=72, #unrelaxed=304370, #relaxed=2185, #hardened=0
1596.73/1597.02	c BCD2: #sat=1 #unsat=2174 bias=2174/2175
1596.73/1597.03	c Solving starts ...
1596.73/1597.03	c ============================[ Search Statistics ]============================
1596.73/1597.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1596.73/1597.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1596.73/1597.03	c =============================================================================
1596.73/1597.03	c  0.0s |       0 |        0 |        0 |   472474      0 |     2196 |     2206
1597.13/1597.47	c  0.4s |       0 |       73 |        1 |   472474      0 |     2196 |     2207
1597.13/1597.47	c #cpu_time = 0.439s
1597.13/1597.47	c #wall_clock_time = 0.440s
1597.13/1597.47	c #decision = 73
1597.13/1597.47	c #random_decision = 0
1597.13/1597.47	c #conflict = 1
1597.13/1597.47	c #restart = 0
1597.13/1597.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 80: cost of the new core is >=80896
1597.13/1597.47	c lower bound updated to -173836835
1597.33/1597.67	c BCD2: 1060146 <= obj <= 174896980
1597.33/1597.67	c BCD2: #cores=72, #unrelaxed=304369, #relaxed=2186, #hardened=0
1597.33/1597.67	c BCD2: #sat=1 #unsat=2175 bias=2175/2176
1597.33/1597.68	c Solving starts ...
1597.33/1597.68	c ============================[ Search Statistics ]============================
1597.33/1597.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1597.33/1597.68	c       |         |          |          |    Limit     GC | Var      | Constra 
1597.33/1597.68	c =============================================================================
1597.33/1597.68	c  0.0s |       0 |        0 |        0 |   472474      0 |     2197 |     2207
1597.83/1598.13	c  0.5s |       0 |       73 |        1 |   472474      0 |     2197 |     2208
1597.83/1598.13	c #cpu_time = 0.451s
1597.83/1598.13	c #wall_clock_time = 0.452s
1597.83/1598.13	c #decision = 73
1597.83/1598.13	c #random_decision = 0
1597.83/1598.13	c #conflict = 1
1597.83/1598.13	c #restart = 0
1597.83/1598.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 81: cost of the new core is >=81920
1597.83/1598.13	c lower bound updated to -173835811
1598.03/1598.31	c BCD2: 1061170 <= obj <= 174896980
1598.03/1598.31	c BCD2: #cores=72, #unrelaxed=304368, #relaxed=2187, #hardened=0
1598.03/1598.31	c BCD2: #sat=1 #unsat=2176 bias=2176/2177
1598.03/1598.32	c Solving starts ...
1598.03/1598.32	c ============================[ Search Statistics ]============================
1598.03/1598.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1598.03/1598.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1598.03/1598.32	c =============================================================================
1598.03/1598.32	c  0.0s |       0 |        0 |        0 |   472474      0 |     2198 |     2208
1598.43/1598.76	c  0.4s |       0 |       73 |        1 |   472474      0 |     2198 |     2209
1598.43/1598.76	c #cpu_time = 0.435s
1598.43/1598.76	c #wall_clock_time = 0.436s
1598.43/1598.76	c #decision = 73
1598.43/1598.76	c #random_decision = 0
1598.43/1598.76	c #conflict = 1
1598.43/1598.76	c #restart = 0
1598.43/1598.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 82: cost of the new core is >=82944
1598.43/1598.76	c lower bound updated to -173834787
1598.63/1598.96	c BCD2: 1062194 <= obj <= 174896980
1598.63/1598.96	c BCD2: #cores=72, #unrelaxed=304367, #relaxed=2188, #hardened=0
1598.63/1598.96	c BCD2: #sat=1 #unsat=2177 bias=2177/2178
1598.63/1598.96	c Solving starts ...
1598.63/1598.96	c ============================[ Search Statistics ]============================
1598.63/1598.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1598.63/1598.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1598.63/1598.96	c =============================================================================
1598.63/1598.96	c  0.0s |       0 |        0 |        0 |   472474      0 |     2199 |     2209
1599.13/1599.41	c  0.5s |       0 |       73 |        1 |   472474      0 |     2199 |     2210
1599.13/1599.41	c #cpu_time = 0.450s
1599.13/1599.41	c #wall_clock_time = 0.451s
1599.13/1599.41	c #decision = 73
1599.13/1599.41	c #random_decision = 0
1599.13/1599.41	c #conflict = 1
1599.13/1599.41	c #restart = 0
1599.13/1599.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 83: cost of the new core is >=83968
1599.13/1599.41	c lower bound updated to -173833763
1599.23/1599.60	c BCD2: 1063218 <= obj <= 174896980
1599.23/1599.60	c BCD2: #cores=72, #unrelaxed=304366, #relaxed=2189, #hardened=0
1599.23/1599.60	c BCD2: #sat=1 #unsat=2178 bias=2178/2179
1599.33/1599.60	c Solving starts ...
1599.33/1599.60	c ============================[ Search Statistics ]============================
1599.33/1599.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1599.33/1599.60	c       |         |          |          |    Limit     GC | Var      | Constra 
1599.33/1599.60	c =============================================================================
1599.33/1599.60	c  0.0s |       0 |        0 |        0 |   472474      0 |     2200 |     2210
1599.73/1600.06	c  0.5s |       0 |       73 |        1 |   472474      0 |     2200 |     2211
1599.73/1600.06	c #cpu_time = 0.449s
1599.73/1600.06	c #wall_clock_time = 0.450s
1599.73/1600.06	c #decision = 73
1599.73/1600.06	c #random_decision = 0
1599.73/1600.06	c #conflict = 1
1599.73/1600.06	c #restart = 0
1599.73/1600.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 84: cost of the new core is >=84992
1599.73/1600.06	c lower bound updated to -173832739
1599.92/1600.24	c BCD2: 1064242 <= obj <= 174896980
1599.92/1600.24	c BCD2: #cores=72, #unrelaxed=304365, #relaxed=2190, #hardened=0
1599.92/1600.24	c BCD2: #sat=1 #unsat=2179 bias=2179/2180
1599.92/1600.25	c Solving starts ...
1599.92/1600.25	c ============================[ Search Statistics ]============================
1599.92/1600.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1599.92/1600.25	c       |         |          |          |    Limit     GC | Var      | Constra 
1599.92/1600.25	c =============================================================================
1599.92/1600.25	c  0.0s |       0 |        0 |        0 |   472474      0 |     2201 |     2211
1600.33/1600.70	c  0.5s |       0 |       73 |        1 |   472474      0 |     2201 |     2212
1600.33/1600.70	c #cpu_time = 0.450s
1600.33/1600.70	c #wall_clock_time = 0.451s
1600.33/1600.70	c #decision = 73
1600.33/1600.70	c #random_decision = 0
1600.33/1600.70	c #conflict = 1
1600.33/1600.70	c #restart = 0
1600.33/1600.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 85: cost of the new core is >=86016
1600.33/1600.70	c lower bound updated to -173831715
1600.62/1600.90	c BCD2: 1065266 <= obj <= 174896980
1600.62/1600.90	c BCD2: #cores=72, #unrelaxed=304364, #relaxed=2191, #hardened=0
1600.62/1600.90	c BCD2: #sat=1 #unsat=2180 bias=2180/2181
1600.62/1600.90	c Solving starts ...
1600.62/1600.90	c ============================[ Search Statistics ]============================
1600.62/1600.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1600.62/1600.90	c       |         |          |          |    Limit     GC | Var      | Constra 
1600.62/1600.90	c =============================================================================
1600.62/1600.90	c  0.0s |       0 |        0 |        0 |   472474      0 |     2202 |     2212
1601.02/1601.36	c  0.5s |       0 |       73 |        1 |   472474      0 |     2202 |     2213
1601.02/1601.36	c #cpu_time = 0.452s
1601.02/1601.36	c #wall_clock_time = 0.453s
1601.02/1601.36	c #decision = 73
1601.02/1601.36	c #random_decision = 0
1601.02/1601.36	c #conflict = 1
1601.02/1601.36	c #restart = 0
1601.02/1601.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 86: cost of the new core is >=87040
1601.02/1601.36	c lower bound updated to -173830691
1601.22/1601.58	c BCD2: 1066290 <= obj <= 174896980
1601.22/1601.58	c BCD2: #cores=72, #unrelaxed=304363, #relaxed=2192, #hardened=0
1601.22/1601.58	c BCD2: #sat=1 #unsat=2181 bias=2181/2182
1601.32/1601.60	c Solving starts ...
1601.32/1601.60	c ============================[ Search Statistics ]============================
1601.32/1601.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1601.32/1601.60	c       |         |          |          |    Limit     GC | Var      | Constra 
1601.32/1601.60	c =============================================================================
1601.32/1601.60	c  0.0s |       0 |        0 |        0 |   472474      0 |     2203 |     2213
1601.72/1602.05	c  0.5s |       0 |       73 |        1 |   472474      0 |     2203 |     2214
1601.72/1602.05	c #cpu_time = 0.451s
1601.72/1602.05	c #wall_clock_time = 0.452s
1601.72/1602.05	c #decision = 73
1601.72/1602.05	c #random_decision = 0
1601.72/1602.05	c #conflict = 1
1601.72/1602.05	c #restart = 0
1601.72/1602.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 87: cost of the new core is >=88064
1601.72/1602.05	c lower bound updated to -173829667
1601.92/1602.28	c BCD2: 1067314 <= obj <= 174896980
1601.92/1602.28	c BCD2: #cores=72, #unrelaxed=304362, #relaxed=2193, #hardened=0
1601.92/1602.28	c BCD2: #sat=1 #unsat=2182 bias=2182/2183
1601.92/1602.29	c Solving starts ...
1601.92/1602.29	c ============================[ Search Statistics ]============================
1601.92/1602.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1601.92/1602.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1601.92/1602.29	c =============================================================================
1601.92/1602.29	c  0.0s |       0 |        0 |        0 |   472474      0 |     2204 |     2214
1602.43/1602.75	c  0.5s |       0 |       73 |        1 |   472474      0 |     2204 |     2215
1602.43/1602.75	c #cpu_time = 0.453s
1602.43/1602.75	c #wall_clock_time = 0.454s
1602.43/1602.75	c #decision = 73
1602.43/1602.75	c #random_decision = 0
1602.43/1602.75	c #conflict = 1
1602.43/1602.75	c #restart = 0
1602.43/1602.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 88: cost of the new core is >=89088
1602.43/1602.75	c lower bound updated to -173828643
1602.63/1602.97	c BCD2: 1068338 <= obj <= 174896980
1602.63/1602.97	c BCD2: #cores=72, #unrelaxed=304361, #relaxed=2194, #hardened=0
1602.63/1602.97	c BCD2: #sat=1 #unsat=2183 bias=2183/2184
1602.63/1602.99	c Solving starts ...
1602.63/1602.99	c ============================[ Search Statistics ]============================
1602.63/1602.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1602.63/1602.99	c       |         |          |          |    Limit     GC | Var      | Constra 
1602.63/1602.99	c =============================================================================
1602.63/1602.99	c  0.0s |       0 |        0 |        0 |   472474      0 |     2205 |     2215
1604.12/1604.45	c  1.5s |       0 |       73 |        1 |   472474      0 |     2205 |     2216
1604.12/1604.45	c #cpu_time = 1.458s
1604.12/1604.45	c #wall_clock_time = 1.462s
1604.12/1604.45	c #decision = 73
1604.12/1604.45	c #random_decision = 0
1604.12/1604.45	c #conflict = 1
1604.12/1604.45	c #restart = 0
1604.12/1604.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 89: cost of the new core is >=90112
1604.12/1604.45	c lower bound updated to -173827619
1604.32/1604.63	c BCD2: 1069362 <= obj <= 174896980
1604.32/1604.63	c BCD2: #cores=72, #unrelaxed=304360, #relaxed=2195, #hardened=0
1604.32/1604.63	c BCD2: #sat=1 #unsat=2184 bias=2184/2185
1604.32/1604.64	c Solving starts ...
1604.32/1604.64	c ============================[ Search Statistics ]============================
1604.32/1604.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1604.32/1604.64	c       |         |          |          |    Limit     GC | Var      | Constra 
1604.32/1604.64	c =============================================================================
1604.32/1604.64	c  0.0s |       0 |        0 |        0 |   472474      0 |     2206 |     2216
1604.73/1605.09	c  0.5s |       0 |       73 |        1 |   472474      0 |     2206 |     2217
1604.73/1605.09	c #cpu_time = 0.454s
1604.73/1605.09	c #wall_clock_time = 0.455s
1604.73/1605.09	c #decision = 73
1604.73/1605.09	c #random_decision = 0
1604.73/1605.09	c #conflict = 1
1604.73/1605.09	c #restart = 0
1604.73/1605.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 90: cost of the new core is >=91136
1604.73/1605.09	c lower bound updated to -173826595
1604.93/1605.29	c BCD2: 1070386 <= obj <= 174896980
1604.93/1605.29	c BCD2: #cores=72, #unrelaxed=304359, #relaxed=2196, #hardened=0
1604.93/1605.29	c BCD2: #sat=1 #unsat=2185 bias=2185/2186
1604.93/1605.29	c Solving starts ...
1604.93/1605.29	c ============================[ Search Statistics ]============================
1604.93/1605.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1604.93/1605.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1604.93/1605.29	c =============================================================================
1604.93/1605.29	c  0.0s |       0 |        0 |        0 |   472474      0 |     2207 |     2217
1605.42/1605.76	c  0.5s |       0 |       73 |        1 |   472474      0 |     2207 |     2218
1605.42/1605.76	c #cpu_time = 0.463s
1605.42/1605.76	c #wall_clock_time = 0.464s
1605.42/1605.76	c #decision = 73
1605.42/1605.76	c #random_decision = 0
1605.42/1605.76	c #conflict = 1
1605.42/1605.76	c #restart = 0
1605.42/1605.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 91: cost of the new core is >=92160
1605.42/1605.76	c lower bound updated to -173825571
1605.62/1605.93	c BCD2: 1071410 <= obj <= 174896980
1605.62/1605.93	c BCD2: #cores=72, #unrelaxed=304358, #relaxed=2197, #hardened=0
1605.62/1605.93	c BCD2: #sat=1 #unsat=2186 bias=2186/2187
1605.62/1605.94	c Solving starts ...
1605.62/1605.94	c ============================[ Search Statistics ]============================
1605.62/1605.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1605.62/1605.94	c       |         |          |          |    Limit     GC | Var      | Constra 
1605.62/1605.94	c =============================================================================
1605.62/1605.94	c  0.0s |       0 |        0 |        0 |   472474      0 |     2208 |     2218
1606.02/1606.39	c  0.4s |       0 |       73 |        1 |   472474      0 |     2208 |     2219
1606.02/1606.39	c #cpu_time = 0.448s
1606.02/1606.39	c #wall_clock_time = 0.450s
1606.02/1606.39	c #decision = 73
1606.02/1606.39	c #random_decision = 0
1606.02/1606.39	c #conflict = 1
1606.02/1606.39	c #restart = 0
1606.02/1606.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 92: cost of the new core is >=93184
1606.02/1606.39	c lower bound updated to -173824547
1606.22/1606.59	c BCD2: 1072434 <= obj <= 174896980
1606.22/1606.59	c BCD2: #cores=72, #unrelaxed=304357, #relaxed=2198, #hardened=0
1606.22/1606.59	c BCD2: #sat=1 #unsat=2187 bias=2187/2188
1606.32/1606.60	c Solving starts ...
1606.32/1606.60	c ============================[ Search Statistics ]============================
1606.32/1606.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1606.32/1606.60	c       |         |          |          |    Limit     GC | Var      | Constra 
1606.32/1606.60	c =============================================================================
1606.32/1606.60	c  0.0s |       0 |        0 |        0 |   472474      0 |     2209 |     2219
1606.72/1607.06	c  0.5s |       0 |       73 |        1 |   472474      0 |     2209 |     2220
1606.72/1607.06	c #cpu_time = 0.464s
1606.72/1607.06	c #wall_clock_time = 0.466s
1606.72/1607.06	c #decision = 73
1606.72/1607.06	c #random_decision = 0
1606.72/1607.06	c #conflict = 1
1606.72/1607.06	c #restart = 0
1606.72/1607.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 93: cost of the new core is >=94208
1606.72/1607.06	c lower bound updated to -173823523
1606.93/1607.24	c BCD2: 1073458 <= obj <= 174896980
1606.93/1607.24	c BCD2: #cores=72, #unrelaxed=304356, #relaxed=2199, #hardened=0
1606.93/1607.24	c BCD2: #sat=1 #unsat=2188 bias=2188/2189
1606.93/1607.25	c Solving starts ...
1606.93/1607.25	c ============================[ Search Statistics ]============================
1606.93/1607.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1606.93/1607.25	c       |         |          |          |    Limit     GC | Var      | Constra 
1606.93/1607.25	c =============================================================================
1606.93/1607.25	c  0.0s |       0 |        0 |        0 |   472474      0 |     2210 |     2220
1607.42/1607.71	c  0.5s |       0 |       73 |        1 |   472474      0 |     2210 |     2221
1607.42/1607.71	c #cpu_time = 0.460s
1607.42/1607.71	c #wall_clock_time = 0.462s
1607.42/1607.71	c #decision = 73
1607.42/1607.71	c #random_decision = 0
1607.42/1607.71	c #conflict = 1
1607.42/1607.71	c #restart = 0
1607.42/1607.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 94: cost of the new core is >=95232
1607.42/1607.71	c lower bound updated to -173822499
1607.62/1607.90	c BCD2: 1074482 <= obj <= 174896980
1607.62/1607.90	c BCD2: #cores=72, #unrelaxed=304355, #relaxed=2200, #hardened=0
1607.62/1607.90	c BCD2: #sat=1 #unsat=2189 bias=2189/2190
1607.62/1607.91	c Solving starts ...
1607.62/1607.91	c ============================[ Search Statistics ]============================
1607.62/1607.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1607.62/1607.91	c       |         |          |          |    Limit     GC | Var      | Constra 
1607.62/1607.91	c =============================================================================
1607.62/1607.91	c  0.0s |       0 |        0 |        0 |   472474      0 |     2211 |     2221
1608.03/1608.37	c  0.5s |       0 |       73 |        1 |   472474      0 |     2211 |     2222
1608.03/1608.37	c #cpu_time = 0.464s
1608.03/1608.37	c #wall_clock_time = 0.465s
1608.03/1608.37	c #decision = 73
1608.03/1608.37	c #random_decision = 0
1608.03/1608.37	c #conflict = 1
1608.03/1608.37	c #restart = 0
1608.03/1608.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 95: cost of the new core is >=96256
1608.03/1608.37	c lower bound updated to -173821475
1608.22/1608.58	c BCD2: 1075506 <= obj <= 174896980
1608.22/1608.58	c BCD2: #cores=72, #unrelaxed=304354, #relaxed=2201, #hardened=0
1608.22/1608.58	c BCD2: #sat=1 #unsat=2190 bias=2190/2191
1608.22/1608.60	c Solving starts ...
1608.22/1608.60	c ============================[ Search Statistics ]============================
1608.22/1608.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1608.22/1608.60	c       |         |          |          |    Limit     GC | Var      | Constra 
1608.22/1608.60	c =============================================================================
1608.22/1608.60	c  0.0s |       0 |        0 |        0 |   472474      0 |     2212 |     2222
1608.72/1609.06	c  0.5s |       0 |       73 |        1 |   472474      0 |     2212 |     2223
1608.72/1609.06	c #cpu_time = 0.465s
1608.72/1609.06	c #wall_clock_time = 0.466s
1608.72/1609.06	c #decision = 73
1608.72/1609.06	c #random_decision = 0
1608.72/1609.06	c #conflict = 1
1608.72/1609.06	c #restart = 0
1608.72/1609.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 96: cost of the new core is >=97280
1608.72/1609.06	c lower bound updated to -173820451
1608.92/1609.28	c BCD2: 1076530 <= obj <= 174896980
1608.92/1609.28	c BCD2: #cores=72, #unrelaxed=304353, #relaxed=2202, #hardened=0
1608.92/1609.28	c BCD2: #sat=1 #unsat=2191 bias=2191/2192
1609.02/1609.30	c Solving starts ...
1609.02/1609.30	c ============================[ Search Statistics ]============================
1609.02/1609.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1609.02/1609.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1609.02/1609.30	c =============================================================================
1609.02/1609.30	c  0.0s |       0 |        0 |        0 |   472474      0 |     2213 |     2223
1609.42/1609.76	c  0.5s |       0 |       73 |        1 |   472474      0 |     2213 |     2224
1609.42/1609.76	c #cpu_time = 0.463s
1609.42/1609.76	c #wall_clock_time = 0.464s
1609.42/1609.76	c #decision = 73
1609.42/1609.76	c #random_decision = 0
1609.42/1609.76	c #conflict = 1
1609.42/1609.76	c #restart = 0
1609.42/1609.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 97: cost of the new core is >=98304
1609.42/1609.76	c lower bound updated to -173819427
1609.62/1609.98	c BCD2: 1077554 <= obj <= 174896980
1609.62/1609.98	c BCD2: #cores=72, #unrelaxed=304352, #relaxed=2203, #hardened=0
1609.62/1609.98	c BCD2: #sat=1 #unsat=2192 bias=2192/2193
1609.62/1609.99	c Solving starts ...
1609.62/1609.99	c ============================[ Search Statistics ]============================
1609.62/1609.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1609.62/1609.99	c       |         |          |          |    Limit     GC | Var      | Constra 
1609.62/1609.99	c =============================================================================
1609.62/1610.00	c  0.0s |       0 |        0 |        0 |   472474      0 |     2214 |     2224
1610.12/1610.46	c  0.5s |       0 |       73 |        1 |   472474      0 |     2214 |     2225
1610.12/1610.46	c #cpu_time = 0.465s
1610.12/1610.46	c #wall_clock_time = 0.467s
1610.12/1610.46	c #decision = 73
1610.12/1610.46	c #random_decision = 0
1610.12/1610.46	c #conflict = 1
1610.12/1610.46	c #restart = 0
1610.12/1610.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 98: cost of the new core is >=99328
1610.12/1610.46	c lower bound updated to -173818403
1610.32/1610.68	c BCD2: 1078578 <= obj <= 174896980
1610.32/1610.68	c BCD2: #cores=72, #unrelaxed=304351, #relaxed=2204, #hardened=0
1610.32/1610.68	c BCD2: #sat=1 #unsat=2193 bias=2193/2194
1610.42/1610.70	c Solving starts ...
1610.42/1610.70	c ============================[ Search Statistics ]============================
1610.42/1610.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1610.42/1610.70	c       |         |          |          |    Limit     GC | Var      | Constra 
1610.42/1610.70	c =============================================================================
1610.42/1610.70	c  0.0s |       0 |        0 |        0 |   472474      0 |     2215 |     2225
1611.83/1612.10	c  1.4s |       0 |       73 |        1 |   472474      0 |     2215 |     2226
1611.83/1612.10	c #cpu_time = 1.400s
1611.83/1612.10	c #wall_clock_time = 1.404s
1611.83/1612.10	c #decision = 73
1611.83/1612.10	c #random_decision = 0
1611.83/1612.10	c #conflict = 1
1611.83/1612.10	c #restart = 0
1611.83/1612.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 99: cost of the new core is >=100352
1611.83/1612.10	c lower bound updated to -173817379
1611.93/1612.28	c BCD2: 1079602 <= obj <= 174896980
1611.93/1612.28	c BCD2: #cores=72, #unrelaxed=304350, #relaxed=2205, #hardened=0
1611.93/1612.28	c BCD2: #sat=1 #unsat=2194 bias=2194/2195
1611.93/1612.29	c Solving starts ...
1611.93/1612.29	c ============================[ Search Statistics ]============================
1611.93/1612.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1611.93/1612.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1611.93/1612.29	c =============================================================================
1611.93/1612.29	c  0.0s |       0 |        0 |        0 |   472474      0 |     2216 |     2226
1612.43/1612.76	c  0.5s |       0 |       73 |        1 |   472474      0 |     2216 |     2227
1612.43/1612.76	c #cpu_time = 0.465s
1612.43/1612.76	c #wall_clock_time = 0.467s
1612.43/1612.76	c #decision = 73
1612.43/1612.76	c #random_decision = 0
1612.43/1612.76	c #conflict = 1
1612.43/1612.76	c #restart = 0
1612.43/1612.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 100: cost of the new core is >=101376
1612.43/1612.76	c lower bound updated to -173816355
1612.63/1612.95	c BCD2: 1080626 <= obj <= 174896980
1612.63/1612.95	c BCD2: #cores=72, #unrelaxed=304349, #relaxed=2206, #hardened=0
1612.63/1612.95	c BCD2: #sat=1 #unsat=2195 bias=2195/2196
1612.63/1612.96	c Solving starts ...
1612.63/1612.96	c ============================[ Search Statistics ]============================
1612.63/1612.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1612.63/1612.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1612.63/1612.96	c =============================================================================
1612.63/1612.96	c  0.0s |       0 |        0 |        0 |   472474      0 |     2217 |     2227
1613.13/1613.43	c  0.5s |       0 |       73 |        1 |   472474      0 |     2217 |     2228
1613.13/1613.43	c #cpu_time = 0.475s
1613.13/1613.43	c #wall_clock_time = 0.477s
1613.13/1613.43	c #decision = 73
1613.13/1613.43	c #random_decision = 0
1613.13/1613.43	c #conflict = 1
1613.13/1613.43	c #restart = 0
1613.13/1613.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 101: cost of the new core is >=102400
1613.13/1613.43	c lower bound updated to -173815331
1613.33/1613.61	c BCD2: 1081650 <= obj <= 174896980
1613.33/1613.61	c BCD2: #cores=72, #unrelaxed=304348, #relaxed=2207, #hardened=0
1613.33/1613.61	c BCD2: #sat=1 #unsat=2196 bias=2196/2197
1613.33/1613.62	c Solving starts ...
1613.33/1613.62	c ============================[ Search Statistics ]============================
1613.33/1613.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1613.33/1613.62	c       |         |          |          |    Limit     GC | Var      | Constra 
1613.33/1613.62	c =============================================================================
1613.33/1613.62	c  0.0s |       0 |        0 |        0 |   472474      0 |     2218 |     2228
1613.72/1614.09	c  0.5s |       0 |       73 |        1 |   472474      0 |     2218 |     2229
1613.72/1614.09	c #cpu_time = 0.474s
1613.72/1614.09	c #wall_clock_time = 0.476s
1613.72/1614.09	c #decision = 73
1613.72/1614.09	c #random_decision = 0
1613.72/1614.09	c #conflict = 1
1613.72/1614.09	c #restart = 0
1613.72/1614.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 102: cost of the new core is >=103424
1613.72/1614.09	c lower bound updated to -173814307
1613.92/1614.27	c BCD2: 1082674 <= obj <= 174896980
1613.92/1614.27	c BCD2: #cores=72, #unrelaxed=304347, #relaxed=2208, #hardened=0
1613.92/1614.27	c BCD2: #sat=1 #unsat=2197 bias=2197/2198
1613.92/1614.28	c Solving starts ...
1613.92/1614.28	c ============================[ Search Statistics ]============================
1613.92/1614.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1613.92/1614.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1613.92/1614.28	c =============================================================================
1613.92/1614.28	c  0.0s |       0 |        0 |        0 |   472474      0 |     2219 |     2229
1614.42/1614.76	c  0.5s |       0 |       73 |        1 |   472474      0 |     2219 |     2230
1614.42/1614.76	c #cpu_time = 0.478s
1614.42/1614.76	c #wall_clock_time = 0.479s
1614.42/1614.76	c #decision = 73
1614.42/1614.76	c #random_decision = 0
1614.42/1614.76	c #conflict = 1
1614.42/1614.76	c #restart = 0
1614.42/1614.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 103: cost of the new core is >=104448
1614.42/1614.76	c lower bound updated to -173813283
1614.63/1614.94	c BCD2: 1083698 <= obj <= 174896980
1614.63/1614.94	c BCD2: #cores=72, #unrelaxed=304346, #relaxed=2209, #hardened=0
1614.63/1614.94	c BCD2: #sat=1 #unsat=2198 bias=2198/2199
1614.63/1614.95	c Solving starts ...
1614.63/1614.95	c ============================[ Search Statistics ]============================
1614.63/1614.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1614.63/1614.95	c       |         |          |          |    Limit     GC | Var      | Constra 
1614.63/1614.95	c =============================================================================
1614.63/1614.95	c  0.0s |       0 |        0 |        0 |   472474      0 |     2220 |     2230
1615.12/1615.42	c  0.5s |       0 |       73 |        1 |   472474      0 |     2220 |     2231
1615.12/1615.42	c #cpu_time = 0.477s
1615.12/1615.42	c #wall_clock_time = 0.478s
1615.12/1615.42	c #decision = 73
1615.12/1615.42	c #random_decision = 0
1615.12/1615.42	c #conflict = 1
1615.12/1615.42	c #restart = 0
1615.12/1615.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 104: cost of the new core is >=105472
1615.12/1615.42	c lower bound updated to -173812259
1615.32/1615.61	c BCD2: 1084722 <= obj <= 174896980
1615.32/1615.61	c BCD2: #cores=72, #unrelaxed=304345, #relaxed=2210, #hardened=0
1615.32/1615.61	c BCD2: #sat=1 #unsat=2199 bias=2199/2200
1615.32/1615.61	c Solving starts ...
1615.32/1615.61	c ============================[ Search Statistics ]============================
1615.32/1615.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1615.32/1615.61	c       |         |          |          |    Limit     GC | Var      | Constra 
1615.32/1615.61	c =============================================================================
1615.32/1615.61	c  0.0s |       0 |        0 |        0 |   472474      0 |     2221 |     2231
1615.73/1616.09	c  0.5s |       0 |       73 |        1 |   472474      0 |     2221 |     2232
1615.73/1616.09	c #cpu_time = 0.479s
1615.73/1616.09	c #wall_clock_time = 0.480s
1615.73/1616.09	c #decision = 73
1615.73/1616.09	c #random_decision = 0
1615.73/1616.09	c #conflict = 1
1615.73/1616.09	c #restart = 0
1615.73/1616.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 105: cost of the new core is >=106496
1615.73/1616.09	c lower bound updated to -173811235
1616.02/1616.31	c BCD2: 1085746 <= obj <= 174896980
1616.02/1616.31	c BCD2: #cores=72, #unrelaxed=304344, #relaxed=2211, #hardened=0
1616.02/1616.31	c BCD2: #sat=1 #unsat=2200 bias=2200/2201
1616.02/1616.33	c Solving starts ...
1616.02/1616.33	c ============================[ Search Statistics ]============================
1616.02/1616.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1616.02/1616.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1616.02/1616.33	c =============================================================================
1616.02/1616.33	c  0.0s |       0 |        0 |        0 |   472474      0 |     2222 |     2232
1616.52/1616.82	c  0.5s |       0 |       73 |        1 |   472474      0 |     2222 |     2233
1616.52/1616.82	c #cpu_time = 0.483s
1616.52/1616.82	c #wall_clock_time = 0.485s
1616.52/1616.82	c #decision = 73
1616.52/1616.82	c #random_decision = 0
1616.52/1616.82	c #conflict = 1
1616.52/1616.82	c #restart = 0
1616.52/1616.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 106: cost of the new core is >=107520
1616.52/1616.82	c lower bound updated to -173810211
1616.72/1617.04	c BCD2: 1086770 <= obj <= 174896980
1616.72/1617.04	c BCD2: #cores=72, #unrelaxed=304343, #relaxed=2212, #hardened=0
1616.72/1617.04	c BCD2: #sat=1 #unsat=2201 bias=2201/2202
1616.72/1617.05	c Solving starts ...
1616.72/1617.05	c ============================[ Search Statistics ]============================
1616.72/1617.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1616.72/1617.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1616.72/1617.05	c =============================================================================
1616.72/1617.05	c  0.0s |       0 |        0 |        0 |   472474      0 |     2223 |     2233
1617.22/1617.54	c  0.5s |       0 |       73 |        1 |   472474      0 |     2223 |     2234
1617.22/1617.54	c #cpu_time = 0.480s
1617.22/1617.54	c #wall_clock_time = 0.481s
1617.22/1617.54	c #decision = 73
1617.22/1617.54	c #random_decision = 0
1617.22/1617.54	c #conflict = 1
1617.22/1617.54	c #restart = 0
1617.22/1617.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 107: cost of the new core is >=108544
1617.22/1617.54	c lower bound updated to -173809187
1617.42/1617.76	c BCD2: 1087794 <= obj <= 174896980
1617.42/1617.76	c BCD2: #cores=72, #unrelaxed=304342, #relaxed=2213, #hardened=0
1617.42/1617.76	c BCD2: #sat=1 #unsat=2202 bias=2202/2203
1617.42/1617.78	c Solving starts ...
1617.42/1617.78	c ============================[ Search Statistics ]============================
1617.42/1617.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1617.42/1617.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1617.42/1617.78	c =============================================================================
1617.42/1617.78	c  0.0s |       0 |        0 |        0 |   472474      0 |     2224 |     2234
1617.93/1618.26	c  0.5s |       0 |       73 |        1 |   472474      0 |     2224 |     2235
1617.93/1618.26	c #cpu_time = 0.482s
1617.93/1618.26	c #wall_clock_time = 0.483s
1617.93/1618.26	c #decision = 73
1617.93/1618.26	c #random_decision = 0
1617.93/1618.26	c #conflict = 1
1617.93/1618.26	c #restart = 0
1617.93/1618.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 108: cost of the new core is >=109568
1617.93/1618.26	c lower bound updated to -173808163
1618.12/1618.49	c BCD2: 1088818 <= obj <= 174896980
1618.12/1618.49	c BCD2: #cores=72, #unrelaxed=304341, #relaxed=2214, #hardened=0
1618.12/1618.49	c BCD2: #sat=1 #unsat=2203 bias=2203/2204
1619.13/1619.41	c Solving starts ...
1619.13/1619.41	c ============================[ Search Statistics ]============================
1619.13/1619.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1619.13/1619.41	c       |         |          |          |    Limit     GC | Var      | Constra 
1619.13/1619.41	c =============================================================================
1619.13/1619.42	c  0.0s |       0 |        0 |        0 |   472474      0 |     2225 |     2235
1619.52/1619.88	c  0.5s |       0 |       73 |        1 |   472474      0 |     2225 |     2236
1619.52/1619.88	c #cpu_time = 0.463s
1619.52/1619.88	c #wall_clock_time = 0.464s
1619.52/1619.88	c #decision = 73
1619.52/1619.88	c #random_decision = 0
1619.52/1619.88	c #conflict = 1
1619.52/1619.88	c #restart = 0
1619.52/1619.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 109: cost of the new core is >=110592
1619.52/1619.88	c lower bound updated to -173807139
1619.72/1620.02	c BCD2: 1089842 <= obj <= 174896980
1619.72/1620.02	c BCD2: #cores=72, #unrelaxed=304340, #relaxed=2215, #hardened=0
1619.72/1620.02	c BCD2: #sat=1 #unsat=2204 bias=2204/2205
1619.72/1620.03	c Solving starts ...
1619.72/1620.03	c ============================[ Search Statistics ]============================
1619.72/1620.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1619.72/1620.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1619.72/1620.03	c =============================================================================
1619.72/1620.03	c  0.0s |       0 |        0 |        0 |   472474      0 |     2226 |     2236
1620.13/1620.48	c  0.5s |       0 |       73 |        1 |   472474      0 |     2226 |     2237
1620.13/1620.48	c #cpu_time = 0.450s
1620.13/1620.48	c #wall_clock_time = 0.452s
1620.13/1620.48	c #decision = 73
1620.13/1620.48	c #random_decision = 0
1620.13/1620.48	c #conflict = 1
1620.13/1620.48	c #restart = 0
1620.13/1620.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 110: cost of the new core is >=111616
1620.13/1620.48	c lower bound updated to -173806115
1620.32/1620.64	c BCD2: 1090866 <= obj <= 174896980
1620.32/1620.64	c BCD2: #cores=72, #unrelaxed=304339, #relaxed=2216, #hardened=0
1620.32/1620.64	c BCD2: #sat=1 #unsat=2205 bias=2205/2206
1620.32/1620.65	c Solving starts ...
1620.32/1620.65	c ============================[ Search Statistics ]============================
1620.32/1620.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1620.32/1620.65	c       |         |          |          |    Limit     GC | Var      | Constra 
1620.32/1620.65	c =============================================================================
1620.32/1620.65	c  0.0s |       0 |        0 |        0 |   472474      0 |     2227 |     2237
1620.82/1621.11	c  0.5s |       0 |       73 |        1 |   472474      0 |     2227 |     2238
1620.82/1621.11	c #cpu_time = 0.462s
1620.82/1621.11	c #wall_clock_time = 0.463s
1620.82/1621.11	c #decision = 73
1620.82/1621.11	c #random_decision = 0
1620.82/1621.11	c #conflict = 1
1620.82/1621.11	c #restart = 0
1620.82/1621.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 111: cost of the new core is >=112640
1620.82/1621.11	c lower bound updated to -173805091
1620.92/1621.26	c BCD2: 1091890 <= obj <= 174896980
1620.92/1621.26	c BCD2: #cores=72, #unrelaxed=304338, #relaxed=2217, #hardened=0
1620.92/1621.26	c BCD2: #sat=1 #unsat=2206 bias=2206/2207
1620.92/1621.26	c Solving starts ...
1620.92/1621.26	c ============================[ Search Statistics ]============================
1620.92/1621.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1620.92/1621.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1620.92/1621.26	c =============================================================================
1620.92/1621.26	c  0.0s |       0 |        0 |        0 |   472474      0 |     2228 |     2238
1621.42/1621.72	c  0.5s |       0 |       73 |        1 |   472474      0 |     2228 |     2239
1621.42/1621.72	c #cpu_time = 0.460s
1621.42/1621.72	c #wall_clock_time = 0.462s
1621.42/1621.72	c #decision = 73
1621.42/1621.72	c #random_decision = 0
1621.42/1621.72	c #conflict = 1
1621.42/1621.72	c #restart = 0
1621.42/1621.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 112: cost of the new core is >=113664
1621.42/1621.72	c lower bound updated to -173804067
1621.52/1621.87	c BCD2: 1092914 <= obj <= 174896980
1621.52/1621.87	c BCD2: #cores=72, #unrelaxed=304337, #relaxed=2218, #hardened=0
1621.52/1621.87	c BCD2: #sat=1 #unsat=2207 bias=2207/2208
1621.52/1621.88	c Solving starts ...
1621.52/1621.88	c ============================[ Search Statistics ]============================
1621.52/1621.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1621.52/1621.88	c       |         |          |          |    Limit     GC | Var      | Constra 
1621.52/1621.88	c =============================================================================
1621.52/1621.88	c  0.0s |       0 |        0 |        0 |   472474      0 |     2229 |     2239
1622.02/1622.35	c  0.5s |       0 |       73 |        1 |   472474      0 |     2229 |     2240
1622.02/1622.35	c #cpu_time = 0.464s
1622.02/1622.35	c #wall_clock_time = 0.465s
1622.02/1622.35	c #decision = 73
1622.02/1622.35	c #random_decision = 0
1622.02/1622.35	c #conflict = 1
1622.02/1622.35	c #restart = 0
1622.02/1622.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 113: cost of the new core is >=114688
1622.02/1622.35	c lower bound updated to -173803043
1622.12/1622.49	c BCD2: 1093938 <= obj <= 174896980
1622.12/1622.49	c BCD2: #cores=72, #unrelaxed=304336, #relaxed=2219, #hardened=0
1622.12/1622.49	c BCD2: #sat=1 #unsat=2208 bias=2208/2209
1622.12/1622.50	c Solving starts ...
1622.12/1622.50	c ============================[ Search Statistics ]============================
1622.12/1622.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1622.12/1622.50	c       |         |          |          |    Limit     GC | Var      | Constra 
1622.12/1622.50	c =============================================================================
1622.22/1622.50	c  0.0s |       0 |        0 |        0 |   472474      0 |     2230 |     2240
1622.62/1622.96	c  0.5s |       0 |       73 |        1 |   472474      0 |     2230 |     2241
1622.62/1622.96	c #cpu_time = 0.465s
1622.62/1622.96	c #wall_clock_time = 0.466s
1622.62/1622.96	c #decision = 73
1622.62/1622.96	c #random_decision = 0
1622.62/1622.96	c #conflict = 1
1622.62/1622.96	c #restart = 0
1622.62/1622.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 114: cost of the new core is >=115712
1622.62/1622.96	c lower bound updated to -173802019
1622.82/1623.11	c BCD2: 1094962 <= obj <= 174896980
1622.82/1623.11	c BCD2: #cores=72, #unrelaxed=304335, #relaxed=2220, #hardened=0
1622.82/1623.11	c BCD2: #sat=1 #unsat=2209 bias=2209/2210
1622.82/1623.11	c Solving starts ...
1622.82/1623.11	c ============================[ Search Statistics ]============================
1622.82/1623.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1622.82/1623.11	c       |         |          |          |    Limit     GC | Var      | Constra 
1622.82/1623.11	c =============================================================================
1622.82/1623.11	c  0.0s |       0 |        0 |        0 |   472474      0 |     2231 |     2241
1623.22/1623.59	c  0.5s |       0 |       73 |        1 |   472474      0 |     2231 |     2242
1623.22/1623.59	c #cpu_time = 0.477s
1623.22/1623.59	c #wall_clock_time = 0.480s
1623.22/1623.59	c #decision = 73
1623.22/1623.59	c #random_decision = 0
1623.22/1623.59	c #conflict = 1
1623.22/1623.59	c #restart = 0
1623.22/1623.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 115: cost of the new core is >=116736
1623.22/1623.59	c lower bound updated to -173800995
1623.42/1623.78	c BCD2: 1095986 <= obj <= 174896980
1623.42/1623.78	c BCD2: #cores=72, #unrelaxed=304334, #relaxed=2221, #hardened=0
1623.42/1623.78	c BCD2: #sat=1 #unsat=2210 bias=2210/2211
1623.42/1623.79	c Solving starts ...
1623.42/1623.79	c ============================[ Search Statistics ]============================
1623.42/1623.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1623.42/1623.79	c       |         |          |          |    Limit     GC | Var      | Constra 
1623.42/1623.79	c =============================================================================
1623.42/1623.79	c  0.0s |       0 |        0 |        0 |   472474      0 |     2232 |     2242
1623.92/1624.26	c  0.5s |       0 |       73 |        1 |   472474      0 |     2232 |     2243
1623.92/1624.26	c #cpu_time = 0.465s
1623.92/1624.26	c #wall_clock_time = 0.466s
1623.92/1624.26	c #decision = 73
1623.92/1624.26	c #random_decision = 0
1623.92/1624.26	c #conflict = 1
1623.92/1624.26	c #restart = 0
1623.92/1624.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 116: cost of the new core is >=117760
1623.92/1624.26	c lower bound updated to -173799971
1624.12/1624.44	c BCD2: 1097010 <= obj <= 174896980
1624.12/1624.44	c BCD2: #cores=72, #unrelaxed=304333, #relaxed=2222, #hardened=0
1624.12/1624.44	c BCD2: #sat=1 #unsat=2211 bias=2211/2212
1624.12/1624.46	c Solving starts ...
1624.12/1624.46	c ============================[ Search Statistics ]============================
1624.12/1624.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1624.12/1624.46	c       |         |          |          |    Limit     GC | Var      | Constra 
1624.12/1624.46	c =============================================================================
1624.12/1624.46	c  0.0s |       0 |        0 |        0 |   472474      0 |     2233 |     2243
1624.62/1624.92	c  0.5s |       0 |       73 |        1 |   472474      0 |     2233 |     2244
1624.62/1624.92	c #cpu_time = 0.462s
1624.62/1624.92	c #wall_clock_time = 0.463s
1624.62/1624.92	c #decision = 73
1624.62/1624.92	c #random_decision = 0
1624.62/1624.92	c #conflict = 1
1624.62/1624.92	c #restart = 0
1624.62/1624.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 117: cost of the new core is >=118784
1624.62/1624.92	c lower bound updated to -173798947
1624.82/1625.11	c BCD2: 1098034 <= obj <= 174896980
1624.82/1625.11	c BCD2: #cores=72, #unrelaxed=304332, #relaxed=2223, #hardened=0
1624.82/1625.11	c BCD2: #sat=1 #unsat=2212 bias=2212/2213
1624.82/1625.12	c Solving starts ...
1624.82/1625.12	c ============================[ Search Statistics ]============================
1624.82/1625.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1624.82/1625.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1624.82/1625.12	c =============================================================================
1624.82/1625.12	c  0.0s |       0 |        0 |        0 |   472474      0 |     2234 |     2244
1625.22/1625.59	c  0.5s |       0 |       73 |        1 |   472474      0 |     2234 |     2245
1625.22/1625.59	c #cpu_time = 0.465s
1625.22/1625.59	c #wall_clock_time = 0.466s
1625.22/1625.59	c #decision = 73
1625.22/1625.59	c #random_decision = 0
1625.22/1625.59	c #conflict = 1
1625.22/1625.59	c #restart = 0
1625.22/1625.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 118: cost of the new core is >=119808
1625.22/1625.59	c lower bound updated to -173797923
1626.32/1626.68	c BCD2: 1099058 <= obj <= 174896980
1626.32/1626.68	c BCD2: #cores=72, #unrelaxed=304331, #relaxed=2224, #hardened=0
1626.32/1626.68	c BCD2: #sat=1 #unsat=2213 bias=2213/2214
1626.32/1626.68	c Solving starts ...
1626.32/1626.68	c ============================[ Search Statistics ]============================
1626.32/1626.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1626.32/1626.68	c       |         |          |          |    Limit     GC | Var      | Constra 
1626.32/1626.68	c =============================================================================
1626.32/1626.68	c  0.0s |       0 |        0 |        0 |   472474      0 |     2235 |     2245
1626.82/1627.16	c  0.5s |       0 |       73 |        1 |   472474      0 |     2235 |     2246
1626.82/1627.16	c #cpu_time = 0.473s
1626.82/1627.16	c #wall_clock_time = 0.474s
1626.82/1627.16	c #decision = 73
1626.82/1627.16	c #random_decision = 0
1626.82/1627.16	c #conflict = 1
1626.82/1627.16	c #restart = 0
1626.82/1627.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 119: cost of the new core is >=120832
1626.82/1627.16	c lower bound updated to -173796899
1627.01/1627.32	c BCD2: 1100082 <= obj <= 174896980
1627.01/1627.32	c BCD2: #cores=72, #unrelaxed=304330, #relaxed=2225, #hardened=0
1627.01/1627.32	c BCD2: #sat=1 #unsat=2214 bias=2214/2215
1627.01/1627.33	c Solving starts ...
1627.01/1627.33	c ============================[ Search Statistics ]============================
1627.01/1627.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1627.01/1627.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1627.01/1627.33	c =============================================================================
1627.01/1627.33	c  0.0s |       0 |        0 |        0 |   472474      0 |     2236 |     2246
1627.41/1627.79	c  0.5s |       0 |       73 |        1 |   472474      0 |     2236 |     2247
1627.41/1627.79	c #cpu_time = 0.461s
1627.41/1627.79	c #wall_clock_time = 0.462s
1627.41/1627.79	c #decision = 73
1627.41/1627.79	c #random_decision = 0
1627.41/1627.79	c #conflict = 1
1627.41/1627.79	c #restart = 0
1627.41/1627.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 120: cost of the new core is >=121856
1627.41/1627.79	c lower bound updated to -173795875
1627.61/1627.97	c BCD2: 1101106 <= obj <= 174896980
1627.61/1627.97	c BCD2: #cores=72, #unrelaxed=304329, #relaxed=2226, #hardened=0
1627.61/1627.97	c BCD2: #sat=1 #unsat=2215 bias=2215/2216
1627.61/1627.98	c Solving starts ...
1627.61/1627.98	c ============================[ Search Statistics ]============================
1627.61/1627.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1627.61/1627.98	c       |         |          |          |    Limit     GC | Var      | Constra 
1627.61/1627.98	c =============================================================================
1627.61/1627.98	c  0.0s |       0 |        0 |        0 |   472474      0 |     2237 |     2247
1628.11/1628.46	c  0.5s |       0 |       73 |        1 |   472474      0 |     2237 |     2248
1628.11/1628.46	c #cpu_time = 0.473s
1628.11/1628.46	c #wall_clock_time = 0.475s
1628.11/1628.46	c #decision = 73
1628.11/1628.46	c #random_decision = 0
1628.11/1628.46	c #conflict = 1
1628.11/1628.46	c #restart = 0
1628.11/1628.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 121: cost of the new core is >=122880
1628.11/1628.46	c lower bound updated to -173794851
1628.31/1628.62	c BCD2: 1102130 <= obj <= 174896980
1628.31/1628.62	c BCD2: #cores=72, #unrelaxed=304328, #relaxed=2227, #hardened=0
1628.31/1628.62	c BCD2: #sat=1 #unsat=2216 bias=2216/2217
1628.31/1628.63	c Solving starts ...
1628.31/1628.63	c ============================[ Search Statistics ]============================
1628.31/1628.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1628.31/1628.63	c       |         |          |          |    Limit     GC | Var      | Constra 
1628.31/1628.63	c =============================================================================
1628.31/1628.63	c  0.0s |       0 |        0 |        0 |   472474      0 |     2238 |     2248
1628.81/1629.10	c  0.5s |       0 |       73 |        1 |   472474      0 |     2238 |     2249
1628.81/1629.10	c #cpu_time = 0.469s
1628.81/1629.10	c #wall_clock_time = 0.470s
1628.81/1629.10	c #decision = 73
1628.81/1629.10	c #random_decision = 0
1628.81/1629.10	c #conflict = 1
1628.81/1629.10	c #restart = 0
1628.81/1629.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 122: cost of the new core is >=123904
1628.81/1629.10	c lower bound updated to -173793827
1628.92/1629.28	c BCD2: 1103154 <= obj <= 174896980
1628.92/1629.28	c BCD2: #cores=72, #unrelaxed=304327, #relaxed=2228, #hardened=0
1628.92/1629.28	c BCD2: #sat=1 #unsat=2217 bias=2217/2218
1628.92/1629.28	c Solving starts ...
1628.92/1629.28	c ============================[ Search Statistics ]============================
1628.92/1629.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1628.92/1629.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1628.92/1629.28	c =============================================================================
1628.92/1629.28	c  0.0s |       0 |        0 |        0 |   472474      0 |     2239 |     2249
1629.41/1629.76	c  0.5s |       0 |       73 |        1 |   472474      0 |     2239 |     2250
1629.41/1629.76	c #cpu_time = 0.475s
1629.41/1629.76	c #wall_clock_time = 0.476s
1629.41/1629.76	c #decision = 73
1629.41/1629.76	c #random_decision = 0
1629.41/1629.76	c #conflict = 1
1629.41/1629.76	c #restart = 0
1629.41/1629.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 123: cost of the new core is >=124928
1629.41/1629.76	c lower bound updated to -173792803
1629.61/1629.93	c BCD2: 1104178 <= obj <= 174896980
1629.61/1629.93	c BCD2: #cores=72, #unrelaxed=304326, #relaxed=2229, #hardened=0
1629.61/1629.93	c BCD2: #sat=1 #unsat=2218 bias=2218/2219
1629.61/1629.94	c Solving starts ...
1629.61/1629.94	c ============================[ Search Statistics ]============================
1629.61/1629.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1629.61/1629.94	c       |         |          |          |    Limit     GC | Var      | Constra 
1629.61/1629.94	c =============================================================================
1629.61/1629.94	c  0.0s |       0 |        0 |        0 |   472474      0 |     2240 |     2250
1630.13/1630.42	c  0.5s |       0 |       73 |        1 |   472474      0 |     2240 |     2251
1630.13/1630.42	c #cpu_time = 0.478s
1630.13/1630.42	c #wall_clock_time = 0.479s
1630.13/1630.42	c #decision = 73
1630.13/1630.42	c #random_decision = 0
1630.13/1630.42	c #conflict = 1
1630.13/1630.42	c #restart = 0
1630.13/1630.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 124: cost of the new core is >=125952
1630.13/1630.42	c lower bound updated to -173791779
1630.32/1630.60	c BCD2: 1105202 <= obj <= 174896980
1630.32/1630.60	c BCD2: #cores=72, #unrelaxed=304325, #relaxed=2230, #hardened=0
1630.32/1630.60	c BCD2: #sat=1 #unsat=2219 bias=2219/2220
1630.32/1630.61	c Solving starts ...
1630.32/1630.61	c ============================[ Search Statistics ]============================
1630.32/1630.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1630.32/1630.61	c       |         |          |          |    Limit     GC | Var      | Constra 
1630.32/1630.61	c =============================================================================
1630.32/1630.61	c  0.0s |       0 |        0 |        0 |   472474      0 |     2241 |     2251
1630.82/1631.10	c  0.5s |       0 |       73 |        1 |   472474      0 |     2241 |     2252
1630.82/1631.10	c #cpu_time = 0.488s
1630.82/1631.10	c #wall_clock_time = 0.490s
1630.82/1631.10	c #decision = 73
1630.82/1631.10	c #random_decision = 0
1630.82/1631.10	c #conflict = 1
1630.82/1631.10	c #restart = 0
1630.82/1631.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 125: cost of the new core is >=126976
1630.82/1631.10	c lower bound updated to -173790755
1631.02/1631.32	c BCD2: 1106226 <= obj <= 174896980
1631.02/1631.32	c BCD2: #cores=72, #unrelaxed=304324, #relaxed=2231, #hardened=0
1631.02/1631.32	c BCD2: #sat=1 #unsat=2220 bias=2220/2221
1631.02/1631.33	c Solving starts ...
1631.02/1631.33	c ============================[ Search Statistics ]============================
1631.02/1631.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1631.02/1631.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1631.02/1631.33	c =============================================================================
1631.02/1631.33	c  0.0s |       0 |        0 |        0 |   472474      0 |     2242 |     2252
1631.52/1631.81	c  0.5s |       0 |       73 |        1 |   472474      0 |     2242 |     2253
1631.52/1631.81	c #cpu_time = 0.477s
1631.52/1631.81	c #wall_clock_time = 0.478s
1631.52/1631.81	c #decision = 73
1631.52/1631.81	c #random_decision = 0
1631.52/1631.81	c #conflict = 1
1631.52/1631.81	c #restart = 0
1631.52/1631.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 126: cost of the new core is >=128000
1631.52/1631.81	c lower bound updated to -173789731
1631.72/1632.02	c BCD2: 1107250 <= obj <= 174896980
1631.72/1632.02	c BCD2: #cores=72, #unrelaxed=304323, #relaxed=2232, #hardened=0
1631.72/1632.02	c BCD2: #sat=1 #unsat=2221 bias=2221/2222
1631.72/1632.04	c Solving starts ...
1631.72/1632.04	c ============================[ Search Statistics ]============================
1631.72/1632.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1631.72/1632.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1631.72/1632.04	c =============================================================================
1631.72/1632.04	c  0.0s |       0 |        0 |        0 |   472474      0 |     2243 |     2253
1632.22/1632.52	c  0.5s |       0 |       73 |        1 |   472474      0 |     2243 |     2254
1632.22/1632.52	c #cpu_time = 0.474s
1632.22/1632.52	c #wall_clock_time = 0.475s
1632.22/1632.52	c #decision = 73
1632.22/1632.52	c #random_decision = 0
1632.22/1632.52	c #conflict = 1
1632.22/1632.52	c #restart = 0
1632.22/1632.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 127: cost of the new core is >=129024
1632.22/1632.52	c lower bound updated to -173788707
1632.42/1632.72	c BCD2: 1108274 <= obj <= 174896980
1632.42/1632.73	c BCD2: #cores=72, #unrelaxed=304322, #relaxed=2233, #hardened=0
1632.42/1632.73	c BCD2: #sat=1 #unsat=2222 bias=2222/2223
1632.42/1632.74	c Solving starts ...
1632.42/1632.74	c ============================[ Search Statistics ]============================
1632.42/1632.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1632.42/1632.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1632.42/1632.74	c =============================================================================
1632.42/1632.74	c  0.0s |       0 |        0 |        0 |   472474      0 |     2244 |     2254
1633.81/1634.14	c  1.4s |       0 |       73 |        1 |   472474      0 |     2244 |     2255
1633.81/1634.14	c #cpu_time = 1.393s
1633.81/1634.14	c #wall_clock_time = 1.397s
1633.81/1634.14	c #decision = 73
1633.81/1634.14	c #random_decision = 0
1633.81/1634.14	c #conflict = 1
1633.81/1634.14	c #restart = 0
1633.81/1634.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 128: cost of the new core is >=130048
1633.81/1634.14	c lower bound updated to -173787683
1634.01/1634.30	c BCD2: 1109298 <= obj <= 174896980
1634.01/1634.30	c BCD2: #cores=72, #unrelaxed=304321, #relaxed=2234, #hardened=0
1634.01/1634.30	c BCD2: #sat=1 #unsat=2223 bias=2223/2224
1634.01/1634.31	c Solving starts ...
1634.01/1634.31	c ============================[ Search Statistics ]============================
1634.01/1634.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1634.01/1634.31	c       |         |          |          |    Limit     GC | Var      | Constra 
1634.01/1634.31	c =============================================================================
1634.01/1634.31	c  0.0s |       0 |        0 |        0 |   472474      0 |     2245 |     2255
1634.42/1634.77	c  0.5s |       0 |       73 |        1 |   472474      0 |     2245 |     2256
1634.42/1634.77	c #cpu_time = 0.465s
1634.42/1634.77	c #wall_clock_time = 0.466s
1634.42/1634.77	c #decision = 73
1634.42/1634.77	c #random_decision = 0
1634.42/1634.77	c #conflict = 1
1634.42/1634.77	c #restart = 0
1634.42/1634.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 129: cost of the new core is >=131072
1634.42/1634.77	c lower bound updated to -173786659
1634.61/1634.92	c BCD2: 1110322 <= obj <= 174896980
1634.61/1634.92	c BCD2: #cores=72, #unrelaxed=304320, #relaxed=2235, #hardened=0
1634.61/1634.92	c BCD2: #sat=1 #unsat=2224 bias=2224/2225
1634.61/1634.92	c Solving starts ...
1634.61/1634.92	c ============================[ Search Statistics ]============================
1634.61/1634.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1634.61/1634.92	c       |         |          |          |    Limit     GC | Var      | Constra 
1634.61/1634.92	c =============================================================================
1634.61/1634.92	c  0.0s |       0 |        0 |        0 |   472474      0 |     2246 |     2256
1635.01/1635.38	c  0.5s |       0 |       73 |        1 |   472474      0 |     2246 |     2257
1635.01/1635.38	c #cpu_time = 0.452s
1635.01/1635.38	c #wall_clock_time = 0.454s
1635.01/1635.38	c #decision = 73
1635.01/1635.38	c #random_decision = 0
1635.01/1635.38	c #conflict = 1
1635.01/1635.38	c #restart = 0
1635.01/1635.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 130: cost of the new core is >=132096
1635.01/1635.38	c lower bound updated to -173785635
1635.21/1635.53	c BCD2: 1111346 <= obj <= 174896980
1635.21/1635.54	c BCD2: #cores=72, #unrelaxed=304319, #relaxed=2236, #hardened=0
1635.21/1635.54	c BCD2: #sat=1 #unsat=2225 bias=2225/2226
1635.21/1635.54	c Solving starts ...
1635.21/1635.54	c ============================[ Search Statistics ]============================
1635.21/1635.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1635.21/1635.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1635.21/1635.54	c =============================================================================
1635.21/1635.54	c  0.0s |       0 |        0 |        0 |   472474      0 |     2247 |     2257
1635.71/1636.01	c  0.5s |       0 |       73 |        1 |   472474      0 |     2247 |     2258
1635.71/1636.01	c #cpu_time = 0.466s
1635.71/1636.01	c #wall_clock_time = 0.467s
1635.71/1636.01	c #decision = 73
1635.71/1636.01	c #random_decision = 0
1635.71/1636.01	c #conflict = 1
1635.71/1636.01	c #restart = 0
1635.71/1636.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 131: cost of the new core is >=133120
1635.71/1636.01	c lower bound updated to -173784611
1635.81/1636.15	c BCD2: 1112370 <= obj <= 174896980
1635.81/1636.15	c BCD2: #cores=72, #unrelaxed=304318, #relaxed=2237, #hardened=0
1635.81/1636.15	c BCD2: #sat=1 #unsat=2226 bias=2226/2227
1635.81/1636.16	c Solving starts ...
1635.81/1636.16	c ============================[ Search Statistics ]============================
1635.81/1636.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1635.81/1636.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1635.81/1636.16	c =============================================================================
1635.81/1636.16	c  0.0s |       0 |        0 |        0 |   472474      0 |     2248 |     2258
1636.31/1636.62	c  0.5s |       0 |       73 |        1 |   472474      0 |     2248 |     2259
1636.31/1636.62	c #cpu_time = 0.459s
1636.31/1636.62	c #wall_clock_time = 0.460s
1636.31/1636.62	c #decision = 73
1636.31/1636.62	c #random_decision = 0
1636.31/1636.62	c #conflict = 1
1636.31/1636.62	c #restart = 0
1636.31/1636.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 132: cost of the new core is >=134144
1636.31/1636.62	c lower bound updated to -173783587
1636.41/1636.77	c BCD2: 1113394 <= obj <= 174896980
1636.41/1636.77	c BCD2: #cores=72, #unrelaxed=304317, #relaxed=2238, #hardened=0
1636.41/1636.77	c BCD2: #sat=1 #unsat=2227 bias=2227/2228
1636.41/1636.78	c Solving starts ...
1636.41/1636.78	c ============================[ Search Statistics ]============================
1636.41/1636.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1636.41/1636.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1636.41/1636.78	c =============================================================================
1636.41/1636.78	c  0.0s |       0 |        0 |        0 |   472474      0 |     2249 |     2259
1636.91/1637.25	c  0.5s |       0 |       73 |        1 |   472474      0 |     2249 |     2260
1636.91/1637.25	c #cpu_time = 0.466s
1636.91/1637.25	c #wall_clock_time = 0.467s
1636.91/1637.25	c #decision = 73
1636.91/1637.25	c #random_decision = 0
1636.91/1637.25	c #conflict = 1
1636.91/1637.25	c #restart = 0
1636.91/1637.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 133: cost of the new core is >=135168
1636.91/1637.25	c lower bound updated to -173782563
1637.02/1637.39	c BCD2: 1114418 <= obj <= 174896980
1637.02/1637.39	c BCD2: #cores=72, #unrelaxed=304316, #relaxed=2239, #hardened=0
1637.02/1637.39	c BCD2: #sat=1 #unsat=2228 bias=2228/2229
1637.12/1637.40	c Solving starts ...
1637.12/1637.40	c ============================[ Search Statistics ]============================
1637.12/1637.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1637.12/1637.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1637.12/1637.40	c =============================================================================
1637.12/1637.40	c  0.0s |       0 |        0 |        0 |   472474      0 |     2250 |     2260
1637.52/1637.87	c  0.5s |       0 |       73 |        1 |   472474      0 |     2250 |     2261
1637.52/1637.87	c #cpu_time = 0.470s
1637.52/1637.87	c #wall_clock_time = 0.471s
1637.52/1637.87	c #decision = 73
1637.52/1637.87	c #random_decision = 0
1637.52/1637.87	c #conflict = 1
1637.52/1637.87	c #restart = 0
1637.52/1637.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 134: cost of the new core is >=136192
1637.52/1637.87	c lower bound updated to -173781539
1637.73/1638.02	c BCD2: 1115442 <= obj <= 174896980
1637.73/1638.02	c BCD2: #cores=72, #unrelaxed=304315, #relaxed=2240, #hardened=0
1637.73/1638.02	c BCD2: #sat=1 #unsat=2229 bias=2229/2230
1637.73/1638.03	c Solving starts ...
1637.73/1638.03	c ============================[ Search Statistics ]============================
1637.73/1638.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1637.73/1638.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1637.73/1638.03	c =============================================================================
1637.73/1638.03	c  0.0s |       0 |        0 |        0 |   472474      0 |     2251 |     2261
1638.22/1638.52	c  0.5s |       0 |       73 |        1 |   472474      0 |     2251 |     2262
1638.22/1638.52	c #cpu_time = 0.492s
1638.22/1638.52	c #wall_clock_time = 0.494s
1638.22/1638.52	c #decision = 73
1638.22/1638.52	c #random_decision = 0
1638.22/1638.52	c #conflict = 1
1638.22/1638.52	c #restart = 0
1638.22/1638.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 135: cost of the new core is >=137216
1638.22/1638.52	c lower bound updated to -173780515
1638.42/1638.71	c BCD2: 1116466 <= obj <= 174896980
1638.42/1638.71	c BCD2: #cores=72, #unrelaxed=304314, #relaxed=2241, #hardened=0
1638.42/1638.71	c BCD2: #sat=1 #unsat=2230 bias=2230/2231
1638.42/1638.72	c Solving starts ...
1638.42/1638.72	c ============================[ Search Statistics ]============================
1638.42/1638.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1638.42/1638.72	c       |         |          |          |    Limit     GC | Var      | Constra 
1638.42/1638.72	c =============================================================================
1638.42/1638.72	c  0.0s |       0 |        0 |        0 |   472474      0 |     2252 |     2262
1638.83/1639.19	c  0.5s |       0 |       73 |        1 |   472474      0 |     2252 |     2263
1638.83/1639.19	c #cpu_time = 0.465s
1638.83/1639.19	c #wall_clock_time = 0.467s
1638.83/1639.19	c #decision = 73
1638.83/1639.19	c #random_decision = 0
1638.83/1639.19	c #conflict = 1
1638.83/1639.19	c #restart = 0
1638.83/1639.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 136: cost of the new core is >=138240
1638.83/1639.19	c lower bound updated to -173779491
1639.02/1639.37	c BCD2: 1117490 <= obj <= 174896980
1639.02/1639.37	c BCD2: #cores=72, #unrelaxed=304313, #relaxed=2242, #hardened=0
1639.02/1639.37	c BCD2: #sat=1 #unsat=2231 bias=2231/2232
1639.02/1639.39	c Solving starts ...
1639.02/1639.39	c ============================[ Search Statistics ]============================
1639.02/1639.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1639.02/1639.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1639.02/1639.39	c =============================================================================
1639.02/1639.39	c  0.0s |       0 |        0 |        0 |   472474      0 |     2253 |     2263
1639.52/1639.86	c  0.5s |       0 |       73 |        1 |   472474      0 |     2253 |     2264
1639.52/1639.86	c #cpu_time = 0.465s
1639.52/1639.86	c #wall_clock_time = 0.466s
1639.52/1639.86	c #decision = 73
1639.52/1639.86	c #random_decision = 0
1639.52/1639.86	c #conflict = 1
1639.52/1639.86	c #restart = 0
1639.52/1639.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 137: cost of the new core is >=139264
1639.52/1639.86	c lower bound updated to -173778467
1639.72/1640.04	c BCD2: 1118514 <= obj <= 174896980
1639.72/1640.04	c BCD2: #cores=72, #unrelaxed=304312, #relaxed=2243, #hardened=0
1639.72/1640.04	c BCD2: #sat=1 #unsat=2232 bias=2232/2233
1639.72/1640.06	c Solving starts ...
1639.72/1640.06	c ============================[ Search Statistics ]============================
1639.72/1640.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1639.72/1640.06	c       |         |          |          |    Limit     GC | Var      | Constra 
1639.72/1640.06	c =============================================================================
1639.72/1640.06	c  0.0s |       0 |        0 |        0 |   472474      0 |     2254 |     2264
1641.12/1641.48	c  1.4s |       0 |       73 |        1 |   472474      0 |     2254 |     2265
1641.12/1641.48	c #cpu_time = 1.422s
1641.12/1641.48	c #wall_clock_time = 1.426s
1641.12/1641.48	c #decision = 73
1641.12/1641.48	c #random_decision = 0
1641.12/1641.48	c #conflict = 1
1641.12/1641.48	c #restart = 0
1641.12/1641.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 138: cost of the new core is >=140288
1641.12/1641.48	c lower bound updated to -173777443
1641.31/1641.68	c BCD2: 1119538 <= obj <= 174896980
1641.31/1641.68	c BCD2: #cores=72, #unrelaxed=304311, #relaxed=2244, #hardened=0
1641.31/1641.68	c BCD2: #sat=1 #unsat=2233 bias=2233/2234
1641.31/1641.69	c Solving starts ...
1641.31/1641.69	c ============================[ Search Statistics ]============================
1641.31/1641.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1641.31/1641.69	c       |         |          |          |    Limit     GC | Var      | Constra 
1641.31/1641.69	c =============================================================================
1641.31/1641.69	c  0.0s |       0 |        0 |        0 |   472474      0 |     2255 |     2265
1641.81/1642.18	c  0.5s |       0 |       73 |        1 |   472474      0 |     2255 |     2266
1641.81/1642.18	c #cpu_time = 0.491s
1641.81/1642.18	c #wall_clock_time = 0.492s
1641.81/1642.18	c #decision = 73
1641.81/1642.18	c #random_decision = 0
1641.81/1642.18	c #conflict = 1
1641.81/1642.18	c #restart = 0
1641.81/1642.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 139: cost of the new core is >=141312
1641.81/1642.18	c lower bound updated to -173776419
1642.01/1642.35	c BCD2: 1120562 <= obj <= 174896980
1642.01/1642.35	c BCD2: #cores=72, #unrelaxed=304310, #relaxed=2245, #hardened=0
1642.01/1642.35	c BCD2: #sat=1 #unsat=2234 bias=2234/2235
1642.01/1642.35	c Solving starts ...
1642.01/1642.35	c ============================[ Search Statistics ]============================
1642.01/1642.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1642.01/1642.35	c       |         |          |          |    Limit     GC | Var      | Constra 
1642.01/1642.35	c =============================================================================
1642.01/1642.35	c  0.0s |       0 |        0 |        0 |   472474      0 |     2256 |     2266
1642.51/1642.84	c  0.5s |       0 |       73 |        1 |   472474      0 |     2256 |     2267
1642.51/1642.84	c #cpu_time = 0.479s
1642.51/1642.84	c #wall_clock_time = 0.480s
1642.51/1642.84	c #decision = 73
1642.51/1642.84	c #random_decision = 0
1642.51/1642.84	c #conflict = 1
1642.51/1642.84	c #restart = 0
1642.51/1642.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 140: cost of the new core is >=142336
1642.51/1642.84	c lower bound updated to -173775395
1642.71/1643.02	c BCD2: 1121586 <= obj <= 174896980
1642.71/1643.02	c BCD2: #cores=72, #unrelaxed=304309, #relaxed=2246, #hardened=0
1642.71/1643.02	c BCD2: #sat=1 #unsat=2235 bias=2235/2236
1642.71/1643.03	c Solving starts ...
1642.71/1643.03	c ============================[ Search Statistics ]============================
1642.71/1643.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1642.71/1643.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1642.71/1643.03	c =============================================================================
1642.71/1643.03	c  0.0s |       0 |        0 |        0 |   472474      0 |     2257 |     2267
1643.22/1643.52	c  0.5s |       0 |       73 |        1 |   472474      0 |     2257 |     2268
1643.22/1643.52	c #cpu_time = 0.491s
1643.22/1643.52	c #wall_clock_time = 0.492s
1643.22/1643.52	c #decision = 73
1643.22/1643.52	c #random_decision = 0
1643.22/1643.52	c #conflict = 1
1643.22/1643.52	c #restart = 0
1643.22/1643.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 141: cost of the new core is >=143360
1643.22/1643.52	c lower bound updated to -173774371
1643.32/1643.69	c BCD2: 1122610 <= obj <= 174896980
1643.32/1643.69	c BCD2: #cores=72, #unrelaxed=304308, #relaxed=2247, #hardened=0
1643.32/1643.69	c BCD2: #sat=1 #unsat=2236 bias=2236/2237
1643.41/1643.70	c Solving starts ...
1643.41/1643.70	c ============================[ Search Statistics ]============================
1643.41/1643.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1643.41/1643.70	c       |         |          |          |    Limit     GC | Var      | Constra 
1643.41/1643.70	c =============================================================================
1643.41/1643.70	c  0.0s |       0 |        0 |        0 |   472474      0 |     2258 |     2268
1643.81/1644.19	c  0.5s |       0 |       73 |        1 |   472474      0 |     2258 |     2269
1643.81/1644.19	c #cpu_time = 0.487s
1643.81/1644.19	c #wall_clock_time = 0.488s
1643.81/1644.19	c #decision = 73
1643.81/1644.19	c #random_decision = 0
1643.81/1644.19	c #conflict = 1
1643.81/1644.19	c #restart = 0
1643.81/1644.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 142: cost of the new core is >=144384
1643.81/1644.19	c lower bound updated to -173773347
1644.01/1644.37	c BCD2: 1123634 <= obj <= 174896980
1644.01/1644.37	c BCD2: #cores=72, #unrelaxed=304307, #relaxed=2248, #hardened=0
1644.01/1644.37	c BCD2: #sat=1 #unsat=2237 bias=2237/2238
1644.01/1644.37	c Solving starts ...
1644.01/1644.37	c ============================[ Search Statistics ]============================
1644.01/1644.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1644.01/1644.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1644.01/1644.37	c =============================================================================
1644.01/1644.37	c  0.0s |       0 |        0 |        0 |   472474      0 |     2259 |     2269
1644.51/1644.87	c  0.5s |       0 |       73 |        1 |   472474      0 |     2259 |     2270
1644.51/1644.87	c #cpu_time = 0.495s
1644.51/1644.87	c #wall_clock_time = 0.496s
1644.51/1644.87	c #decision = 73
1644.51/1644.87	c #random_decision = 0
1644.51/1644.87	c #conflict = 1
1644.51/1644.87	c #restart = 0
1644.51/1644.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 143: cost of the new core is >=145408
1644.51/1644.87	c lower bound updated to -173772323
1644.71/1645.04	c BCD2: 1124658 <= obj <= 174896980
1644.71/1645.04	c BCD2: #cores=72, #unrelaxed=304306, #relaxed=2249, #hardened=0
1644.71/1645.04	c BCD2: #sat=1 #unsat=2238 bias=2238/2239
1644.71/1645.05	c Solving starts ...
1644.71/1645.05	c ============================[ Search Statistics ]============================
1644.71/1645.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1644.71/1645.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1644.71/1645.05	c =============================================================================
1644.71/1645.05	c  0.0s |       0 |        0 |        0 |   472474      0 |     2260 |     2270
1645.21/1645.55	c  0.5s |       0 |       73 |        1 |   472474      0 |     2260 |     2271
1645.21/1645.55	c #cpu_time = 0.499s
1645.21/1645.55	c #wall_clock_time = 0.500s
1645.21/1645.55	c #decision = 73
1645.21/1645.55	c #random_decision = 0
1645.21/1645.55	c #conflict = 1
1645.21/1645.55	c #restart = 0
1645.21/1645.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 144: cost of the new core is >=146432
1645.21/1645.55	c lower bound updated to -173771299
1645.42/1645.73	c BCD2: 1125682 <= obj <= 174896980
1645.42/1645.73	c BCD2: #cores=72, #unrelaxed=304305, #relaxed=2250, #hardened=0
1645.42/1645.73	c BCD2: #sat=1 #unsat=2239 bias=2239/2240
1645.42/1645.74	c Solving starts ...
1645.42/1645.74	c ============================[ Search Statistics ]============================
1645.42/1645.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1645.42/1645.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1645.42/1645.74	c =============================================================================
1645.42/1645.74	c  0.0s |       0 |        0 |        0 |   472474      0 |     2261 |     2271
1645.92/1646.24	c  0.5s |       0 |       73 |        1 |   472474      0 |     2261 |     2272
1645.92/1646.24	c #cpu_time = 0.497s
1645.92/1646.24	c #wall_clock_time = 0.499s
1645.92/1646.24	c #decision = 73
1645.92/1646.24	c #random_decision = 0
1645.92/1646.24	c #conflict = 1
1645.92/1646.24	c #restart = 0
1645.92/1646.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 145: cost of the new core is >=147456
1645.92/1646.24	c lower bound updated to -173770275
1646.12/1646.45	c BCD2: 1126706 <= obj <= 174896980
1646.12/1646.45	c BCD2: #cores=72, #unrelaxed=304304, #relaxed=2251, #hardened=0
1646.12/1646.45	c BCD2: #sat=1 #unsat=2240 bias=2240/2241
1646.12/1646.47	c Solving starts ...
1646.12/1646.47	c ============================[ Search Statistics ]============================
1646.12/1646.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1646.12/1646.47	c       |         |          |          |    Limit     GC | Var      | Constra 
1646.12/1646.47	c =============================================================================
1646.12/1646.47	c  0.0s |       0 |        0 |        0 |   472474      0 |     2262 |     2272
1646.62/1646.97	c  0.5s |       0 |       73 |        1 |   472474      0 |     2262 |     2273
1646.62/1646.97	c #cpu_time = 0.498s
1646.62/1646.97	c #wall_clock_time = 0.500s
1646.62/1646.97	c #decision = 73
1646.62/1646.97	c #random_decision = 0
1646.62/1646.97	c #conflict = 1
1646.62/1646.97	c #restart = 0
1646.62/1646.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 146: cost of the new core is >=148480
1646.62/1646.97	c lower bound updated to -173769251
1646.82/1647.18	c BCD2: 1127730 <= obj <= 174896980
1646.82/1647.18	c BCD2: #cores=72, #unrelaxed=304303, #relaxed=2252, #hardened=0
1646.82/1647.18	c BCD2: #sat=1 #unsat=2241 bias=2241/2242
1646.82/1647.19	c Solving starts ...
1646.82/1647.19	c ============================[ Search Statistics ]============================
1646.82/1647.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1646.82/1647.19	c       |         |          |          |    Limit     GC | Var      | Constra 
1646.82/1647.19	c =============================================================================
1646.82/1647.19	c  0.0s |       0 |        0 |        0 |   472474      0 |     2263 |     2273
1647.32/1647.69	c  0.5s |       0 |       73 |        1 |   472474      0 |     2263 |     2274
1647.32/1647.69	c #cpu_time = 0.492s
1647.32/1647.69	c #wall_clock_time = 0.493s
1647.32/1647.69	c #decision = 73
1647.32/1647.69	c #random_decision = 0
1647.32/1647.69	c #conflict = 1
1647.32/1647.69	c #restart = 0
1647.32/1647.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 147: cost of the new core is >=149504
1647.32/1647.69	c lower bound updated to -173768227
1647.52/1647.90	c BCD2: 1128754 <= obj <= 174896980
1647.52/1647.90	c BCD2: #cores=72, #unrelaxed=304302, #relaxed=2253, #hardened=0
1647.52/1647.90	c BCD2: #sat=1 #unsat=2242 bias=2242/2243
1647.62/1647.92	c Solving starts ...
1647.62/1647.92	c ============================[ Search Statistics ]============================
1647.62/1647.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1647.62/1647.92	c       |         |          |          |    Limit     GC | Var      | Constra 
1647.62/1647.92	c =============================================================================
1647.62/1647.92	c  0.0s |       0 |        0 |        0 |   472474      0 |     2264 |     2274
1649.02/1649.33	c  1.4s |       0 |       73 |        1 |   472474      0 |     2264 |     2275
1649.02/1649.33	c #cpu_time = 1.414s
1649.02/1649.33	c #wall_clock_time = 1.417s
1649.02/1649.33	c #decision = 73
1649.02/1649.33	c #random_decision = 0
1649.02/1649.33	c #conflict = 1
1649.02/1649.33	c #restart = 0
1649.02/1649.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 148: cost of the new core is >=150528
1649.02/1649.33	c lower bound updated to -173767203
1649.22/1649.51	c BCD2: 1129778 <= obj <= 174896980
1649.22/1649.51	c BCD2: #cores=72, #unrelaxed=304301, #relaxed=2254, #hardened=0
1649.22/1649.51	c BCD2: #sat=1 #unsat=2243 bias=2243/2244
1649.22/1649.51	c Solving starts ...
1649.22/1649.51	c ============================[ Search Statistics ]============================
1649.22/1649.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1649.22/1649.51	c       |         |          |          |    Limit     GC | Var      | Constra 
1649.22/1649.51	c =============================================================================
1649.22/1649.52	c  0.0s |       0 |        0 |        0 |   472474      0 |     2265 |     2275
1649.62/1649.96	c  0.4s |       0 |       73 |        1 |   472474      0 |     2265 |     2276
1649.62/1649.96	c #cpu_time = 0.441s
1649.62/1649.96	c #wall_clock_time = 0.442s
1649.62/1649.96	c #decision = 73
1649.62/1649.96	c #random_decision = 0
1649.62/1649.96	c #conflict = 1
1649.62/1649.96	c #restart = 0
1649.62/1649.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 149: cost of the new core is >=151552
1649.62/1649.96	c lower bound updated to -173766179
1649.82/1650.12	c BCD2: 1130802 <= obj <= 174896980
1649.82/1650.12	c BCD2: #cores=72, #unrelaxed=304300, #relaxed=2255, #hardened=0
1649.82/1650.12	c BCD2: #sat=1 #unsat=2244 bias=2244/2245
1649.82/1650.13	c Solving starts ...
1649.82/1650.13	c ============================[ Search Statistics ]============================
1649.82/1650.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1649.82/1650.13	c       |         |          |          |    Limit     GC | Var      | Constra 
1649.82/1650.13	c =============================================================================
1649.82/1650.13	c  0.0s |       0 |        0 |        0 |   472474      0 |     2266 |     2276
1650.22/1650.56	c  0.4s |       0 |       73 |        1 |   472474      0 |     2266 |     2277
1650.22/1650.56	c #cpu_time = 0.429s
1650.22/1650.56	c #wall_clock_time = 0.430s
1650.22/1650.56	c #decision = 73
1650.22/1650.56	c #random_decision = 0
1650.22/1650.56	c #conflict = 1
1650.22/1650.56	c #restart = 0
1650.22/1650.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 150: cost of the new core is >=152576
1650.22/1650.56	c lower bound updated to -173765155
1650.42/1650.74	c BCD2: 1131826 <= obj <= 174896980
1650.42/1650.74	c BCD2: #cores=72, #unrelaxed=304299, #relaxed=2256, #hardened=0
1650.42/1650.74	c BCD2: #sat=1 #unsat=2245 bias=2245/2246
1650.42/1650.74	c Solving starts ...
1650.42/1650.74	c ============================[ Search Statistics ]============================
1650.42/1650.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1650.42/1650.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1650.42/1650.74	c =============================================================================
1650.42/1650.74	c  0.0s |       0 |        0 |        0 |   472474      0 |     2267 |     2277
1650.82/1651.19	c  0.4s |       0 |       73 |        1 |   472474      0 |     2267 |     2278
1650.82/1651.19	c #cpu_time = 0.443s
1650.82/1651.19	c #wall_clock_time = 0.444s
1650.82/1651.19	c #decision = 73
1650.82/1651.19	c #random_decision = 0
1650.82/1651.19	c #conflict = 1
1650.82/1651.19	c #restart = 0
1650.82/1651.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 151: cost of the new core is >=153600
1650.82/1651.19	c lower bound updated to -173764131
1651.02/1651.35	c BCD2: 1132850 <= obj <= 174896980
1651.02/1651.35	c BCD2: #cores=72, #unrelaxed=304298, #relaxed=2257, #hardened=0
1651.02/1651.35	c BCD2: #sat=1 #unsat=2246 bias=2246/2247
1651.02/1651.36	c Solving starts ...
1651.02/1651.36	c ============================[ Search Statistics ]============================
1651.02/1651.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1651.02/1651.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1651.02/1651.36	c =============================================================================
1651.02/1651.36	c  0.0s |       0 |        0 |        0 |   472474      0 |     2268 |     2278
1651.52/1651.80	c  0.4s |       0 |       73 |        1 |   472474      0 |     2268 |     2279
1651.52/1651.80	c #cpu_time = 0.435s
1651.52/1651.80	c #wall_clock_time = 0.436s
1651.52/1651.80	c #decision = 73
1651.52/1651.80	c #random_decision = 0
1651.52/1651.80	c #conflict = 1
1651.52/1651.80	c #restart = 0
1651.52/1651.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 152: cost of the new core is >=154624
1651.52/1651.80	c lower bound updated to -173763107
1651.62/1651.97	c BCD2: 1133874 <= obj <= 174896980
1651.62/1651.97	c BCD2: #cores=72, #unrelaxed=304297, #relaxed=2258, #hardened=0
1651.62/1651.97	c BCD2: #sat=1 #unsat=2247 bias=2247/2248
1651.62/1651.98	c Solving starts ...
1651.62/1651.98	c ============================[ Search Statistics ]============================
1651.62/1651.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1651.62/1651.98	c       |         |          |          |    Limit     GC | Var      | Constra 
1651.62/1651.98	c =============================================================================
1651.62/1651.98	c  0.0s |       0 |        0 |        0 |   472474      0 |     2269 |     2279
1652.12/1652.42	c  0.4s |       0 |       73 |        1 |   472474      0 |     2269 |     2280
1652.12/1652.42	c #cpu_time = 0.445s
1652.12/1652.42	c #wall_clock_time = 0.446s
1652.12/1652.42	c #decision = 73
1652.12/1652.42	c #random_decision = 0
1652.12/1652.42	c #conflict = 1
1652.12/1652.42	c #restart = 0
1652.12/1652.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 153: cost of the new core is >=155648
1652.12/1652.42	c lower bound updated to -173762083
1652.22/1652.59	c BCD2: 1134898 <= obj <= 174896980
1652.22/1652.59	c BCD2: #cores=72, #unrelaxed=304296, #relaxed=2259, #hardened=0
1652.22/1652.59	c BCD2: #sat=1 #unsat=2248 bias=2248/2249
1652.22/1652.59	c Solving starts ...
1652.22/1652.59	c ============================[ Search Statistics ]============================
1652.22/1652.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1652.22/1652.59	c       |         |          |          |    Limit     GC | Var      | Constra 
1652.22/1652.59	c =============================================================================
1652.22/1652.59	c  0.0s |       0 |        0 |        0 |   472474      0 |     2270 |     2280
1652.72/1653.04	c  0.4s |       0 |       73 |        1 |   472474      0 |     2270 |     2281
1652.72/1653.04	c #cpu_time = 0.442s
1652.72/1653.04	c #wall_clock_time = 0.443s
1652.72/1653.04	c #decision = 73
1652.72/1653.04	c #random_decision = 0
1652.72/1653.04	c #conflict = 1
1652.72/1653.04	c #restart = 0
1652.72/1653.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 154: cost of the new core is >=156672
1652.72/1653.04	c lower bound updated to -173761059
1652.92/1653.22	c BCD2: 1135922 <= obj <= 174896980
1652.92/1653.22	c BCD2: #cores=72, #unrelaxed=304295, #relaxed=2260, #hardened=0
1652.92/1653.22	c BCD2: #sat=1 #unsat=2249 bias=2249/2250
1652.92/1653.23	c Solving starts ...
1652.92/1653.23	c ============================[ Search Statistics ]============================
1652.92/1653.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1652.92/1653.23	c       |         |          |          |    Limit     GC | Var      | Constra 
1652.92/1653.23	c =============================================================================
1652.92/1653.23	c  0.0s |       0 |        0 |        0 |   472474      0 |     2271 |     2281
1653.31/1653.67	c  0.4s |       0 |       73 |        1 |   472474      0 |     2271 |     2282
1653.31/1653.67	c #cpu_time = 0.437s
1653.31/1653.67	c #wall_clock_time = 0.438s
1653.31/1653.67	c #decision = 73
1653.31/1653.67	c #random_decision = 0
1653.31/1653.67	c #conflict = 1
1653.31/1653.67	c #restart = 0
1653.31/1653.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 155: cost of the new core is >=157696
1653.31/1653.67	c lower bound updated to -173760035
1653.51/1653.89	c BCD2: 1136946 <= obj <= 174896980
1653.51/1653.89	c BCD2: #cores=72, #unrelaxed=304294, #relaxed=2261, #hardened=0
1653.51/1653.89	c BCD2: #sat=1 #unsat=2250 bias=2250/2251
1653.61/1653.90	c Solving starts ...
1653.61/1653.90	c ============================[ Search Statistics ]============================
1653.61/1653.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1653.61/1653.90	c       |         |          |          |    Limit     GC | Var      | Constra 
1653.61/1653.90	c =============================================================================
1653.61/1653.90	c  0.0s |       0 |        0 |        0 |   472474      0 |     2272 |     2282
1654.01/1654.34	c  0.4s |       0 |       73 |        1 |   472474      0 |     2272 |     2283
1654.01/1654.34	c #cpu_time = 0.438s
1654.01/1654.34	c #wall_clock_time = 0.439s
1654.01/1654.34	c #decision = 73
1654.01/1654.34	c #random_decision = 0
1654.01/1654.34	c #conflict = 1
1654.01/1654.34	c #restart = 0
1654.01/1654.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 156: cost of the new core is >=158720
1654.01/1654.34	c lower bound updated to -173759011
1654.22/1654.56	c BCD2: 1137970 <= obj <= 174896980
1654.22/1654.56	c BCD2: #cores=72, #unrelaxed=304293, #relaxed=2262, #hardened=0
1654.22/1654.56	c BCD2: #sat=1 #unsat=2251 bias=2251/2252
1654.22/1654.57	c Solving starts ...
1654.22/1654.57	c ============================[ Search Statistics ]============================
1654.22/1654.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1654.22/1654.57	c       |         |          |          |    Limit     GC | Var      | Constra 
1654.22/1654.57	c =============================================================================
1654.22/1654.57	c  0.0s |       0 |        0 |        0 |   472474      0 |     2273 |     2283
1654.71/1655.01	c  0.4s |       0 |       73 |        1 |   472474      0 |     2273 |     2284
1654.71/1655.01	c #cpu_time = 0.437s
1654.71/1655.01	c #wall_clock_time = 0.438s
1654.71/1655.01	c #decision = 73
1654.71/1655.01	c #random_decision = 0
1654.71/1655.01	c #conflict = 1
1654.71/1655.01	c #restart = 0
1654.71/1655.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 157: cost of the new core is >=159744
1654.71/1655.01	c lower bound updated to -173757987
1654.91/1655.22	c BCD2: 1138994 <= obj <= 174896980
1654.91/1655.22	c BCD2: #cores=72, #unrelaxed=304292, #relaxed=2263, #hardened=0
1654.91/1655.22	c BCD2: #sat=1 #unsat=2252 bias=2252/2253
1654.91/1655.24	c Solving starts ...
1654.91/1655.24	c ============================[ Search Statistics ]============================
1654.91/1655.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1654.91/1655.24	c       |         |          |          |    Limit     GC | Var      | Constra 
1654.91/1655.24	c =============================================================================
1654.91/1655.24	c  0.0s |       0 |        0 |        0 |   472474      0 |     2274 |     2284
1656.31/1656.69	c  1.5s |       0 |       73 |        1 |   472474      0 |     2274 |     2285
1656.31/1656.69	c #cpu_time = 1.448s
1656.31/1656.69	c #wall_clock_time = 1.452s
1656.31/1656.69	c #decision = 73
1656.31/1656.69	c #random_decision = 0
1656.31/1656.69	c #conflict = 1
1656.31/1656.69	c #restart = 0
1656.31/1656.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 158: cost of the new core is >=160768
1656.31/1656.69	c lower bound updated to -173756963
1656.52/1656.85	c BCD2: 1140018 <= obj <= 174896980
1656.52/1656.85	c BCD2: #cores=72, #unrelaxed=304291, #relaxed=2264, #hardened=0
1656.52/1656.85	c BCD2: #sat=1 #unsat=2253 bias=2253/2254
1656.52/1656.86	c Solving starts ...
1656.52/1656.86	c ============================[ Search Statistics ]============================
1656.52/1656.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1656.52/1656.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1656.52/1656.86	c =============================================================================
1656.52/1656.86	c  0.0s |       0 |        0 |        0 |   472474      0 |     2275 |     2285
1657.01/1657.34	c  0.5s |       0 |       73 |        1 |   472474      0 |     2275 |     2286
1657.01/1657.34	c #cpu_time = 0.482s
1657.01/1657.34	c #wall_clock_time = 0.483s
1657.01/1657.34	c #decision = 73
1657.01/1657.34	c #random_decision = 0
1657.01/1657.34	c #conflict = 1
1657.01/1657.34	c #restart = 0
1657.01/1657.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 159: cost of the new core is >=161792
1657.01/1657.34	c lower bound updated to -173755939
1657.11/1657.49	c BCD2: 1141042 <= obj <= 174896980
1657.11/1657.49	c BCD2: #cores=72, #unrelaxed=304290, #relaxed=2265, #hardened=0
1657.11/1657.49	c BCD2: #sat=1 #unsat=2254 bias=2254/2255
1657.11/1657.50	c Solving starts ...
1657.11/1657.50	c ============================[ Search Statistics ]============================
1657.11/1657.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1657.11/1657.50	c       |         |          |          |    Limit     GC | Var      | Constra 
1657.11/1657.50	c =============================================================================
1657.21/1657.50	c  0.0s |       0 |        0 |        0 |   472474      0 |     2276 |     2286
1657.62/1657.97	c  0.5s |       0 |       73 |        1 |   472474      0 |     2276 |     2287
1657.62/1657.97	c #cpu_time = 0.470s
1657.62/1657.97	c #wall_clock_time = 0.471s
1657.62/1657.97	c #decision = 73
1657.62/1657.97	c #random_decision = 0
1657.62/1657.97	c #conflict = 1
1657.62/1657.97	c #restart = 0
1657.62/1657.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 160: cost of the new core is >=162816
1657.62/1657.97	c lower bound updated to -173754915
1657.81/1658.13	c BCD2: 1142066 <= obj <= 174896980
1657.81/1658.13	c BCD2: #cores=72, #unrelaxed=304289, #relaxed=2266, #hardened=0
1657.81/1658.13	c BCD2: #sat=1 #unsat=2255 bias=2255/2256
1657.81/1658.14	c Solving starts ...
1657.81/1658.14	c ============================[ Search Statistics ]============================
1657.81/1658.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1657.81/1658.14	c       |         |          |          |    Limit     GC | Var      | Constra 
1657.81/1658.14	c =============================================================================
1657.81/1658.14	c  0.0s |       0 |        0 |        0 |   472474      0 |     2277 |     2287
1658.31/1658.63	c  0.5s |       0 |       73 |        1 |   472474      0 |     2277 |     2288
1658.31/1658.63	c #cpu_time = 0.485s
1658.31/1658.63	c #wall_clock_time = 0.486s
1658.31/1658.63	c #decision = 73
1658.31/1658.63	c #random_decision = 0
1658.31/1658.63	c #conflict = 1
1658.31/1658.63	c #restart = 0
1658.31/1658.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 161: cost of the new core is >=163840
1658.31/1658.63	c lower bound updated to -173753891
1658.41/1658.77	c BCD2: 1143090 <= obj <= 174896980
1658.41/1658.77	c BCD2: #cores=72, #unrelaxed=304288, #relaxed=2267, #hardened=0
1658.41/1658.77	c BCD2: #sat=1 #unsat=2256 bias=2256/2257
1658.41/1658.78	c Solving starts ...
1658.41/1658.78	c ============================[ Search Statistics ]============================
1658.41/1658.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1658.41/1658.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1658.41/1658.78	c =============================================================================
1658.41/1658.78	c  0.0s |       0 |        0 |        0 |   472474      0 |     2278 |     2288
1658.91/1659.26	c  0.5s |       0 |       73 |        1 |   472474      0 |     2278 |     2289
1658.91/1659.26	c #cpu_time = 0.480s
1658.91/1659.26	c #wall_clock_time = 0.481s
1658.91/1659.26	c #decision = 73
1658.91/1659.26	c #random_decision = 0
1658.91/1659.26	c #conflict = 1
1658.91/1659.26	c #restart = 0
1658.91/1659.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 162: cost of the new core is >=164864
1658.91/1659.26	c lower bound updated to -173752867
1659.11/1659.42	c BCD2: 1144114 <= obj <= 174896980
1659.11/1659.42	c BCD2: #cores=72, #unrelaxed=304287, #relaxed=2268, #hardened=0
1659.11/1659.42	c BCD2: #sat=1 #unsat=2257 bias=2257/2258
1659.11/1659.43	c Solving starts ...
1659.11/1659.43	c ============================[ Search Statistics ]============================
1659.11/1659.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1659.11/1659.43	c       |         |          |          |    Limit     GC | Var      | Constra 
1659.11/1659.43	c =============================================================================
1659.11/1659.43	c  0.0s |       0 |        0 |        0 |   472474      0 |     2279 |     2289
1659.61/1659.92	c  0.5s |       0 |       73 |        1 |   472474      0 |     2279 |     2290
1659.61/1659.92	c #cpu_time = 0.485s
1659.61/1659.92	c #wall_clock_time = 0.486s
1659.61/1659.92	c #decision = 73
1659.61/1659.92	c #random_decision = 0
1659.61/1659.92	c #conflict = 1
1659.61/1659.92	c #restart = 0
1659.61/1659.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 163: cost of the new core is >=165888
1659.61/1659.92	c lower bound updated to -173751843
1659.72/1660.07	c BCD2: 1145138 <= obj <= 174896980
1659.72/1660.07	c BCD2: #cores=72, #unrelaxed=304286, #relaxed=2269, #hardened=0
1659.72/1660.07	c BCD2: #sat=1 #unsat=2258 bias=2258/2259
1659.72/1660.07	c Solving starts ...
1659.72/1660.07	c ============================[ Search Statistics ]============================
1659.72/1660.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1659.72/1660.07	c       |         |          |          |    Limit     GC | Var      | Constra 
1659.72/1660.07	c =============================================================================
1659.72/1660.07	c  0.0s |       0 |        0 |        0 |   472474      0 |     2280 |     2290
1660.21/1660.56	c  0.5s |       0 |       73 |        1 |   472474      0 |     2280 |     2291
1660.21/1660.56	c #cpu_time = 0.488s
1660.21/1660.56	c #wall_clock_time = 0.489s
1660.21/1660.56	c #decision = 73
1660.21/1660.56	c #random_decision = 0
1660.21/1660.56	c #conflict = 1
1660.21/1660.56	c #restart = 0
1660.21/1660.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 164: cost of the new core is >=166912
1660.21/1660.56	c lower bound updated to -173750819
1660.41/1660.75	c BCD2: 1146162 <= obj <= 174896980
1660.41/1660.75	c BCD2: #cores=72, #unrelaxed=304285, #relaxed=2270, #hardened=0
1660.41/1660.75	c BCD2: #sat=1 #unsat=2259 bias=2259/2260
1660.41/1660.77	c Solving starts ...
1660.41/1660.77	c ============================[ Search Statistics ]============================
1660.41/1660.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1660.41/1660.77	c       |         |          |          |    Limit     GC | Var      | Constra 
1660.41/1660.77	c =============================================================================
1660.41/1660.77	c  0.0s |       0 |        0 |        0 |   472474      0 |     2281 |     2291
1660.92/1661.25	c  0.5s |       0 |       73 |        1 |   472474      0 |     2281 |     2292
1660.92/1661.25	c #cpu_time = 0.486s
1660.92/1661.25	c #wall_clock_time = 0.487s
1660.92/1661.25	c #decision = 73
1660.92/1661.25	c #random_decision = 0
1660.92/1661.25	c #conflict = 1
1660.92/1661.25	c #restart = 0
1660.92/1661.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 165: cost of the new core is >=167936
1660.92/1661.25	c lower bound updated to -173749795
1661.12/1661.44	c BCD2: 1147186 <= obj <= 174896980
1661.12/1661.44	c BCD2: #cores=72, #unrelaxed=304284, #relaxed=2271, #hardened=0
1661.12/1661.44	c BCD2: #sat=1 #unsat=2260 bias=2260/2261
1661.12/1661.46	c Solving starts ...
1661.12/1661.46	c ============================[ Search Statistics ]============================
1661.12/1661.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1661.12/1661.46	c       |         |          |          |    Limit     GC | Var      | Constra 
1661.12/1661.46	c =============================================================================
1661.12/1661.46	c  0.0s |       0 |        0 |        0 |   472474      0 |     2282 |     2292
1661.61/1661.95	c  0.5s |       0 |       73 |        1 |   472474      0 |     2282 |     2293
1661.61/1661.95	c #cpu_time = 0.489s
1661.61/1661.95	c #wall_clock_time = 0.490s
1661.61/1661.95	c #decision = 73
1661.61/1661.95	c #random_decision = 0
1661.61/1661.95	c #conflict = 1
1661.61/1661.95	c #restart = 0
1661.61/1661.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 166: cost of the new core is >=168960
1661.61/1661.95	c lower bound updated to -173748771
1661.81/1662.14	c BCD2: 1148210 <= obj <= 174896980
1661.81/1662.14	c BCD2: #cores=72, #unrelaxed=304283, #relaxed=2272, #hardened=0
1661.81/1662.14	c BCD2: #sat=1 #unsat=2261 bias=2261/2262
1661.81/1662.16	c Solving starts ...
1661.81/1662.16	c ============================[ Search Statistics ]============================
1661.81/1662.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1661.81/1662.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1661.81/1662.16	c =============================================================================
1661.81/1662.16	c  0.0s |       0 |        0 |        0 |   472474      0 |     2283 |     2293
1662.31/1662.64	c  0.5s |       0 |       73 |        1 |   472474      0 |     2283 |     2294
1662.31/1662.64	c #cpu_time = 0.482s
1662.31/1662.64	c #wall_clock_time = 0.483s
1662.31/1662.64	c #decision = 73
1662.31/1662.64	c #random_decision = 0
1662.31/1662.64	c #conflict = 1
1662.31/1662.64	c #restart = 0
1662.31/1662.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 167: cost of the new core is >=169984
1662.31/1662.64	c lower bound updated to -173747747
1663.41/1663.77	c BCD2: 1149234 <= obj <= 174896980
1663.41/1663.77	c BCD2: #cores=72, #unrelaxed=304282, #relaxed=2273, #hardened=0
1663.41/1663.77	c BCD2: #sat=1 #unsat=2262 bias=2262/2263
1663.41/1663.78	c Solving starts ...
1663.41/1663.78	c ============================[ Search Statistics ]============================
1663.41/1663.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1663.41/1663.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1663.41/1663.78	c =============================================================================
1663.41/1663.78	c  0.0s |       0 |        0 |        0 |   472474      0 |     2284 |     2294
1663.91/1664.24	c  0.5s |       0 |       73 |        1 |   472474      0 |     2284 |     2295
1663.91/1664.24	c #cpu_time = 0.460s
1663.91/1664.24	c #wall_clock_time = 0.462s
1663.91/1664.24	c #decision = 73
1663.91/1664.24	c #random_decision = 0
1663.91/1664.24	c #conflict = 1
1663.91/1664.24	c #restart = 0
1663.91/1664.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 168: cost of the new core is >=171008
1663.91/1664.24	c lower bound updated to -173746723
1664.12/1664.41	c BCD2: 1150258 <= obj <= 174896980
1664.12/1664.41	c BCD2: #cores=72, #unrelaxed=304281, #relaxed=2274, #hardened=0
1664.12/1664.41	c BCD2: #sat=1 #unsat=2263 bias=2263/2264
1664.12/1664.42	c Solving starts ...
1664.12/1664.42	c ============================[ Search Statistics ]============================
1664.12/1664.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1664.12/1664.42	c       |         |          |          |    Limit     GC | Var      | Constra 
1664.12/1664.42	c =============================================================================
1664.12/1664.42	c  0.0s |       0 |        0 |        0 |   472474      0 |     2285 |     2295
1664.51/1664.89	c  0.5s |       0 |       73 |        1 |   472474      0 |     2285 |     2296
1664.51/1664.89	c #cpu_time = 0.470s
1664.51/1664.89	c #wall_clock_time = 0.472s
1664.51/1664.89	c #decision = 73
1664.51/1664.89	c #random_decision = 0
1664.51/1664.89	c #conflict = 1
1664.51/1664.89	c #restart = 0
1664.51/1664.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 169: cost of the new core is >=172032
1664.51/1664.89	c lower bound updated to -173745699
1664.71/1665.04	c BCD2: 1151282 <= obj <= 174896980
1664.71/1665.04	c BCD2: #cores=72, #unrelaxed=304280, #relaxed=2275, #hardened=0
1664.71/1665.04	c BCD2: #sat=1 #unsat=2264 bias=2264/2265
1664.71/1665.05	c Solving starts ...
1664.71/1665.05	c ============================[ Search Statistics ]============================
1664.71/1665.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1664.71/1665.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1664.71/1665.05	c =============================================================================
1664.71/1665.05	c  0.0s |       0 |        0 |        0 |   472474      0 |     2286 |     2296
1665.22/1665.51	c  0.5s |       0 |       73 |        1 |   472474      0 |     2286 |     2297
1665.22/1665.51	c #cpu_time = 0.460s
1665.22/1665.51	c #wall_clock_time = 0.462s
1665.22/1665.51	c #decision = 73
1665.22/1665.51	c #random_decision = 0
1665.22/1665.51	c #conflict = 1
1665.22/1665.51	c #restart = 0
1665.22/1665.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 170: cost of the new core is >=173056
1665.22/1665.51	c lower bound updated to -173744675
1665.32/1665.68	c BCD2: 1152306 <= obj <= 174896980
1665.32/1665.68	c BCD2: #cores=72, #unrelaxed=304279, #relaxed=2276, #hardened=0
1665.32/1665.68	c BCD2: #sat=1 #unsat=2265 bias=2265/2266
1665.32/1665.69	c Solving starts ...
1665.32/1665.69	c ============================[ Search Statistics ]============================
1665.32/1665.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1665.32/1665.69	c       |         |          |          |    Limit     GC | Var      | Constra 
1665.32/1665.69	c =============================================================================
1665.32/1665.69	c  0.0s |       0 |        0 |        0 |   472474      0 |     2287 |     2297
1665.81/1666.17	c  0.5s |       0 |       73 |        1 |   472474      0 |     2287 |     2298
1665.81/1666.17	c #cpu_time = 0.473s
1665.81/1666.17	c #wall_clock_time = 0.474s
1665.81/1666.17	c #decision = 73
1665.81/1666.17	c #random_decision = 0
1665.81/1666.17	c #conflict = 1
1665.81/1666.17	c #restart = 0
1665.81/1666.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 171: cost of the new core is >=174080
1665.81/1666.17	c lower bound updated to -173743651
1666.01/1666.32	c BCD2: 1153330 <= obj <= 174896980
1666.01/1666.32	c BCD2: #cores=72, #unrelaxed=304278, #relaxed=2277, #hardened=0
1666.01/1666.32	c BCD2: #sat=1 #unsat=2266 bias=2266/2267
1666.01/1666.33	c Solving starts ...
1666.01/1666.33	c ============================[ Search Statistics ]============================
1666.01/1666.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1666.01/1666.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1666.01/1666.33	c =============================================================================
1666.01/1666.33	c  0.0s |       0 |        0 |        0 |   472474      0 |     2288 |     2298
1666.51/1666.80	c  0.5s |       0 |       73 |        1 |   472474      0 |     2288 |     2299
1666.51/1666.80	c #cpu_time = 0.469s
1666.51/1666.80	c #wall_clock_time = 0.470s
1666.51/1666.80	c #decision = 73
1666.51/1666.80	c #random_decision = 0
1666.51/1666.80	c #conflict = 1
1666.51/1666.80	c #restart = 0
1666.51/1666.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 172: cost of the new core is >=175104
1666.51/1666.80	c lower bound updated to -173742627
1666.61/1666.97	c BCD2: 1154354 <= obj <= 174896980
1666.61/1666.97	c BCD2: #cores=72, #unrelaxed=304277, #relaxed=2278, #hardened=0
1666.61/1666.97	c BCD2: #sat=1 #unsat=2267 bias=2267/2268
1666.61/1666.97	c Solving starts ...
1666.61/1666.97	c ============================[ Search Statistics ]============================
1666.61/1666.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1666.61/1666.97	c       |         |          |          |    Limit     GC | Var      | Constra 
1666.61/1666.97	c =============================================================================
1666.61/1666.97	c  0.0s |       0 |        0 |        0 |   472474      0 |     2289 |     2299
1667.11/1667.45	c  0.5s |       0 |       73 |        1 |   472474      0 |     2289 |     2300
1667.11/1667.45	c #cpu_time = 0.473s
1667.11/1667.45	c #wall_clock_time = 0.474s
1667.11/1667.45	c #decision = 73
1667.11/1667.45	c #random_decision = 0
1667.11/1667.45	c #conflict = 1
1667.11/1667.45	c #restart = 0
1667.11/1667.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 173: cost of the new core is >=176128
1667.11/1667.45	c lower bound updated to -173741603
1667.31/1667.60	c BCD2: 1155378 <= obj <= 174896980
1667.31/1667.60	c BCD2: #cores=72, #unrelaxed=304276, #relaxed=2279, #hardened=0
1667.31/1667.60	c BCD2: #sat=1 #unsat=2268 bias=2268/2269
1667.31/1667.61	c Solving starts ...
1667.31/1667.61	c ============================[ Search Statistics ]============================
1667.31/1667.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1667.31/1667.61	c       |         |          |          |    Limit     GC | Var      | Constra 
1667.31/1667.61	c =============================================================================
1667.31/1667.61	c  0.0s |       0 |        0 |        0 |   472474      0 |     2290 |     2300
1667.72/1668.08	c  0.5s |       0 |       73 |        1 |   472474      0 |     2290 |     2301
1667.72/1668.08	c #cpu_time = 0.466s
1667.72/1668.08	c #wall_clock_time = 0.468s
1667.72/1668.08	c #decision = 73
1667.72/1668.08	c #random_decision = 0
1667.72/1668.08	c #conflict = 1
1667.72/1668.08	c #restart = 0
1667.72/1668.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 174: cost of the new core is >=177152
1667.72/1668.08	c lower bound updated to -173740579
1667.92/1668.27	c BCD2: 1156402 <= obj <= 174896980
1667.92/1668.27	c BCD2: #cores=72, #unrelaxed=304275, #relaxed=2280, #hardened=0
1667.92/1668.27	c BCD2: #sat=1 #unsat=2269 bias=2269/2270
1667.92/1668.29	c Solving starts ...
1667.92/1668.29	c ============================[ Search Statistics ]============================
1667.92/1668.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1667.92/1668.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1667.92/1668.29	c =============================================================================
1667.92/1668.29	c  0.0s |       0 |        0 |        0 |   472474      0 |     2291 |     2301
1668.42/1668.76	c  0.5s |       0 |       73 |        1 |   472474      0 |     2291 |     2302
1668.42/1668.76	c #cpu_time = 0.471s
1668.42/1668.76	c #wall_clock_time = 0.472s
1668.42/1668.76	c #decision = 73
1668.42/1668.76	c #random_decision = 0
1668.42/1668.76	c #conflict = 1
1668.42/1668.76	c #restart = 0
1668.42/1668.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 175: cost of the new core is >=178176
1668.42/1668.76	c lower bound updated to -173739555
1668.62/1668.96	c BCD2: 1157426 <= obj <= 174896980
1668.62/1668.96	c BCD2: #cores=72, #unrelaxed=304274, #relaxed=2281, #hardened=0
1668.62/1668.96	c BCD2: #sat=1 #unsat=2270 bias=2270/2271
1668.62/1668.98	c Solving starts ...
1668.62/1668.98	c ============================[ Search Statistics ]============================
1668.62/1668.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1668.62/1668.98	c       |         |          |          |    Limit     GC | Var      | Constra 
1668.62/1668.98	c =============================================================================
1668.62/1668.98	c  0.0s |       0 |        0 |        0 |   472474      0 |     2292 |     2302
1669.11/1669.45	c  0.5s |       0 |       73 |        1 |   472474      0 |     2292 |     2303
1669.11/1669.45	c #cpu_time = 0.473s
1669.11/1669.45	c #wall_clock_time = 0.474s
1669.11/1669.45	c #decision = 73
1669.11/1669.45	c #random_decision = 0
1669.11/1669.45	c #conflict = 1
1669.11/1669.45	c #restart = 0
1669.11/1669.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 176: cost of the new core is >=179200
1669.11/1669.45	c lower bound updated to -173738531
1669.31/1669.65	c BCD2: 1158450 <= obj <= 174896980
1669.31/1669.65	c BCD2: #cores=72, #unrelaxed=304273, #relaxed=2282, #hardened=0
1669.31/1669.65	c BCD2: #sat=1 #unsat=2271 bias=2271/2272
1669.31/1669.66	c Solving starts ...
1669.31/1669.66	c ============================[ Search Statistics ]============================
1669.31/1669.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1669.31/1669.66	c       |         |          |          |    Limit     GC | Var      | Constra 
1669.31/1669.66	c =============================================================================
1669.31/1669.66	c  0.0s |       0 |        0 |        0 |   472474      0 |     2293 |     2303
1669.81/1670.13	c  0.5s |       0 |       73 |        1 |   472474      0 |     2293 |     2304
1669.81/1670.13	c #cpu_time = 0.470s
1669.81/1670.13	c #wall_clock_time = 0.471s
1669.81/1670.13	c #decision = 73
1669.81/1670.13	c #random_decision = 0
1669.81/1670.13	c #conflict = 1
1669.81/1670.13	c #restart = 0
1669.81/1670.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 177: cost of the new core is >=180224
1669.81/1670.13	c lower bound updated to -173737507
1670.91/1671.24	c BCD2: 1159474 <= obj <= 174896980
1670.91/1671.24	c BCD2: #cores=72, #unrelaxed=304272, #relaxed=2283, #hardened=0
1670.91/1671.24	c BCD2: #sat=1 #unsat=2272 bias=2272/2273
1670.91/1671.25	c Solving starts ...
1670.91/1671.25	c ============================[ Search Statistics ]============================
1670.91/1671.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1670.91/1671.25	c       |         |          |          |    Limit     GC | Var      | Constra 
1670.91/1671.25	c =============================================================================
1670.91/1671.25	c  0.0s |       0 |        0 |        0 |   472474      0 |     2294 |     2304
1671.41/1671.74	c  0.5s |       0 |       73 |        1 |   472474      0 |     2294 |     2305
1671.41/1671.74	c #cpu_time = 0.487s
1671.41/1671.74	c #wall_clock_time = 0.488s
1671.41/1671.74	c #decision = 73
1671.41/1671.74	c #random_decision = 0
1671.41/1671.74	c #conflict = 1
1671.41/1671.74	c #restart = 0
1671.41/1671.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 178: cost of the new core is >=181248
1671.41/1671.74	c lower bound updated to -173736483
1671.61/1671.90	c BCD2: 1160498 <= obj <= 174896980
1671.61/1671.90	c BCD2: #cores=72, #unrelaxed=304271, #relaxed=2284, #hardened=0
1671.61/1671.90	c BCD2: #sat=1 #unsat=2273 bias=2273/2274
1671.61/1671.90	c Solving starts ...
1671.61/1671.90	c ============================[ Search Statistics ]============================
1671.61/1671.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1671.61/1671.90	c       |         |          |          |    Limit     GC | Var      | Constra 
1671.61/1671.90	c =============================================================================
1671.61/1671.90	c  0.0s |       0 |        0 |        0 |   472474      0 |     2295 |     2305
1672.11/1672.40	c  0.5s |       0 |       73 |        1 |   472474      0 |     2295 |     2306
1672.11/1672.40	c #cpu_time = 0.491s
1672.11/1672.40	c #wall_clock_time = 0.492s
1672.11/1672.40	c #decision = 73
1672.11/1672.40	c #random_decision = 0
1672.11/1672.40	c #conflict = 1
1672.11/1672.40	c #restart = 0
1672.11/1672.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 179: cost of the new core is >=182272
1672.11/1672.40	c lower bound updated to -173735459
1672.21/1672.54	c BCD2: 1161522 <= obj <= 174896980
1672.21/1672.54	c BCD2: #cores=72, #unrelaxed=304270, #relaxed=2285, #hardened=0
1672.21/1672.54	c BCD2: #sat=1 #unsat=2274 bias=2274/2275
1672.21/1672.55	c Solving starts ...
1672.21/1672.55	c ============================[ Search Statistics ]============================
1672.21/1672.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1672.21/1672.55	c       |         |          |          |    Limit     GC | Var      | Constra 
1672.21/1672.55	c =============================================================================
1672.21/1672.55	c  0.0s |       0 |        0 |        0 |   472474      0 |     2296 |     2306
1672.71/1673.03	c  0.5s |       0 |       73 |        1 |   472474      0 |     2296 |     2307
1672.71/1673.03	c #cpu_time = 0.483s
1672.71/1673.03	c #wall_clock_time = 0.484s
1672.71/1673.03	c #decision = 73
1672.71/1673.03	c #random_decision = 0
1672.71/1673.03	c #conflict = 1
1672.71/1673.03	c #restart = 0
1672.71/1673.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 180: cost of the new core is >=183296
1672.71/1673.03	c lower bound updated to -173734435
1672.81/1673.20	c BCD2: 1162546 <= obj <= 174896980
1672.81/1673.20	c BCD2: #cores=72, #unrelaxed=304269, #relaxed=2286, #hardened=0
1672.81/1673.20	c BCD2: #sat=1 #unsat=2275 bias=2275/2276
1672.91/1673.21	c Solving starts ...
1672.91/1673.21	c ============================[ Search Statistics ]============================
1672.91/1673.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1672.91/1673.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1672.91/1673.21	c =============================================================================
1672.91/1673.21	c  0.0s |       0 |        0 |        0 |   472474      0 |     2297 |     2307
1673.41/1673.70	c  0.5s |       0 |       73 |        1 |   472474      0 |     2297 |     2308
1673.41/1673.70	c #cpu_time = 0.497s
1673.41/1673.70	c #wall_clock_time = 0.499s
1673.41/1673.70	c #decision = 73
1673.41/1673.70	c #random_decision = 0
1673.41/1673.70	c #conflict = 1
1673.41/1673.70	c #restart = 0
1673.41/1673.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 181: cost of the new core is >=184320
1673.41/1673.71	c lower bound updated to -173733411
1673.51/1673.85	c BCD2: 1163570 <= obj <= 174896980
1673.51/1673.85	c BCD2: #cores=72, #unrelaxed=304268, #relaxed=2287, #hardened=0
1673.51/1673.85	c BCD2: #sat=1 #unsat=2276 bias=2276/2277
1673.51/1673.86	c Solving starts ...
1673.51/1673.86	c ============================[ Search Statistics ]============================
1673.51/1673.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1673.51/1673.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1673.51/1673.86	c =============================================================================
1673.51/1673.86	c  0.0s |       0 |        0 |        0 |   472474      0 |     2298 |     2308
1674.01/1674.35	c  0.5s |       0 |       73 |        1 |   472474      0 |     2298 |     2309
1674.01/1674.35	c #cpu_time = 0.493s
1674.01/1674.35	c #wall_clock_time = 0.494s
1674.01/1674.35	c #decision = 73
1674.01/1674.35	c #random_decision = 0
1674.01/1674.35	c #conflict = 1
1674.01/1674.35	c #restart = 0
1674.01/1674.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 182: cost of the new core is >=185344
1674.01/1674.35	c lower bound updated to -173732387
1674.21/1674.51	c BCD2: 1164594 <= obj <= 174896980
1674.21/1674.51	c BCD2: #cores=72, #unrelaxed=304267, #relaxed=2288, #hardened=0
1674.21/1674.51	c BCD2: #sat=1 #unsat=2277 bias=2277/2278
1674.21/1674.52	c Solving starts ...
1674.21/1674.52	c ============================[ Search Statistics ]============================
1674.21/1674.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1674.21/1674.52	c       |         |          |          |    Limit     GC | Var      | Constra 
1674.21/1674.52	c =============================================================================
1674.21/1674.52	c  0.0s |       0 |        0 |        0 |   472474      0 |     2299 |     2309
1674.71/1675.02	c  0.5s |       0 |       73 |        1 |   472474      0 |     2299 |     2310
1674.71/1675.02	c #cpu_time = 0.500s
1674.71/1675.02	c #wall_clock_time = 0.501s
1674.71/1675.02	c #decision = 73
1674.71/1675.02	c #random_decision = 0
1674.71/1675.02	c #conflict = 1
1674.71/1675.02	c #restart = 0
1674.71/1675.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 183: cost of the new core is >=186368
1674.71/1675.02	c lower bound updated to -173731363
1674.81/1675.17	c BCD2: 1165618 <= obj <= 174896980
1674.81/1675.17	c BCD2: #cores=72, #unrelaxed=304266, #relaxed=2289, #hardened=0
1674.81/1675.17	c BCD2: #sat=1 #unsat=2278 bias=2278/2279
1674.81/1675.18	c Solving starts ...
1674.81/1675.18	c ============================[ Search Statistics ]============================
1674.81/1675.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1674.81/1675.18	c       |         |          |          |    Limit     GC | Var      | Constra 
1674.81/1675.18	c =============================================================================
1674.81/1675.18	c  0.0s |       0 |        0 |        0 |   472474      0 |     2300 |     2310
1675.31/1675.68	c  0.5s |       0 |       73 |        1 |   472474      0 |     2300 |     2311
1675.31/1675.68	c #cpu_time = 0.500s
1675.31/1675.68	c #wall_clock_time = 0.501s
1675.31/1675.68	c #decision = 73
1675.31/1675.68	c #random_decision = 0
1675.31/1675.68	c #conflict = 1
1675.31/1675.68	c #restart = 0
1675.31/1675.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 184: cost of the new core is >=187392
1675.31/1675.68	c lower bound updated to -173730339
1675.51/1675.86	c BCD2: 1166642 <= obj <= 174896980
1675.51/1675.86	c BCD2: #cores=72, #unrelaxed=304265, #relaxed=2290, #hardened=0
1675.51/1675.86	c BCD2: #sat=1 #unsat=2279 bias=2279/2280
1675.51/1675.88	c Solving starts ...
1675.51/1675.88	c ============================[ Search Statistics ]============================
1675.51/1675.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1675.51/1675.88	c       |         |          |          |    Limit     GC | Var      | Constra 
1675.51/1675.88	c =============================================================================
1675.51/1675.88	c  0.0s |       0 |        0 |        0 |   472474      0 |     2301 |     2311
1676.01/1676.38	c  0.5s |       0 |       73 |        1 |   472474      0 |     2301 |     2312
1676.01/1676.38	c #cpu_time = 0.495s
1676.01/1676.38	c #wall_clock_time = 0.496s
1676.01/1676.38	c #decision = 73
1676.01/1676.38	c #random_decision = 0
1676.01/1676.38	c #conflict = 1
1676.01/1676.38	c #restart = 0
1676.01/1676.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 185: cost of the new core is >=188416
1676.01/1676.38	c lower bound updated to -173729315
1676.22/1676.56	c BCD2: 1167666 <= obj <= 174896980
1676.22/1676.56	c BCD2: #cores=72, #unrelaxed=304264, #relaxed=2291, #hardened=0
1676.22/1676.56	c BCD2: #sat=1 #unsat=2280 bias=2280/2281
1676.22/1676.58	c Solving starts ...
1676.22/1676.58	c ============================[ Search Statistics ]============================
1676.22/1676.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1676.22/1676.58	c       |         |          |          |    Limit     GC | Var      | Constra 
1676.22/1676.58	c =============================================================================
1676.22/1676.58	c  0.0s |       0 |        0 |        0 |   472474      0 |     2302 |     2312
1676.71/1677.08	c  0.5s |       0 |       73 |        1 |   472474      0 |     2302 |     2313
1676.71/1677.08	c #cpu_time = 0.497s
1676.71/1677.08	c #wall_clock_time = 0.498s
1676.71/1677.08	c #decision = 73
1676.71/1677.08	c #random_decision = 0
1676.71/1677.08	c #conflict = 1
1676.71/1677.08	c #restart = 0
1676.71/1677.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 186: cost of the new core is >=189440
1676.71/1677.08	c lower bound updated to -173728291
1677.01/1677.31	c BCD2: 1168690 <= obj <= 174896980
1677.01/1677.31	c BCD2: #cores=72, #unrelaxed=304263, #relaxed=2292, #hardened=0
1677.01/1677.31	c BCD2: #sat=1 #unsat=2281 bias=2281/2282
1677.01/1677.33	c Solving starts ...
1677.01/1677.33	c ============================[ Search Statistics ]============================
1677.01/1677.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1677.01/1677.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1677.01/1677.33	c =============================================================================
1677.01/1677.33	c  0.0s |       0 |        0 |        0 |   472474      0 |     2303 |     2314
1678.91/1679.26	c  1.9s |       0 |      145 |        1 |   472474      0 |     2325 |     2337
1678.91/1679.26	c #cpu_time = 1.932s
1678.91/1679.26	c #wall_clock_time = 1.937s
1678.91/1679.26	c #decision = 145
1678.91/1679.26	c #random_decision = 0
1678.91/1679.26	c #conflict = 1
1678.91/1679.26	c #restart = 0
1678.91/1679.26	c BCD2: found a new core of size 1: cost of the new core is >=1024
1678.91/1679.26	c lower bound updated to -173727267
1679.01/1679.38	c BCD2: 1169714 <= obj <= 174896980
1679.01/1679.38	c BCD2: #cores=73, #unrelaxed=304262, #relaxed=2293, #hardened=0
1679.01/1679.38	c BCD2: #sat=1 #unsat=2282 bias=2282/2283
1679.01/1679.39	c Solving starts ...
1679.01/1679.39	c ============================[ Search Statistics ]============================
1679.01/1679.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1679.01/1679.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1679.01/1679.39	c =============================================================================
1679.01/1679.39	c  0.0s |       0 |        0 |        0 |   472474      0 |     2325 |     2337
1680.01/1680.36	c  1.0s |       0 |      147 |        1 |   472474      0 |     2347 |     2359
1680.01/1680.36	c #cpu_time = 0.968s
1680.01/1680.36	c #wall_clock_time = 0.971s
1680.01/1680.36	c #decision = 147
1680.01/1680.36	c #random_decision = 0
1680.01/1680.36	c #conflict = 1
1680.01/1680.36	c #restart = 0
1680.01/1680.36	c BCD2: found a new core of size 1: cost of the new core is >=1024
1680.01/1680.36	c lower bound updated to -173726243
1680.11/1680.47	c BCD2: 1170738 <= obj <= 174896980
1680.11/1680.47	c BCD2: #cores=74, #unrelaxed=304261, #relaxed=2294, #hardened=0
1680.11/1680.47	c BCD2: #sat=1 #unsat=2283 bias=2283/2284
1680.11/1680.48	c Solving starts ...
1680.11/1680.48	c ============================[ Search Statistics ]============================
1680.11/1680.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1680.11/1680.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1680.11/1680.48	c =============================================================================
1680.11/1680.48	c  0.0s |       0 |        0 |        0 |   472474      0 |     2347 |     2359
1681.11/1681.45	c  1.0s |       0 |      149 |        1 |   472474      0 |     2369 |     2381
1681.11/1681.45	c #cpu_time = 0.968s
1681.11/1681.45	c #wall_clock_time = 0.970s
1681.11/1681.45	c #decision = 149
1681.11/1681.45	c #random_decision = 0
1681.11/1681.45	c #conflict = 1
1681.11/1681.45	c #restart = 0
1681.11/1681.45	c BCD2: found a new core of size 1: cost of the new core is >=1024
1681.11/1681.45	c lower bound updated to -173725219
1681.21/1681.57	c BCD2: 1171762 <= obj <= 174896980
1681.21/1681.57	c BCD2: #cores=75, #unrelaxed=304260, #relaxed=2295, #hardened=0
1681.21/1681.57	c BCD2: #sat=1 #unsat=2284 bias=2284/2285
1681.21/1681.58	c Solving starts ...
1681.21/1681.58	c ============================[ Search Statistics ]============================
1681.21/1681.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1681.21/1681.58	c       |         |          |          |    Limit     GC | Var      | Constra 
1681.21/1681.58	c =============================================================================
1681.21/1681.58	c  0.0s |       0 |        0 |        0 |   472474      0 |     2369 |     2381
1682.21/1682.55	c  1.0s |       0 |      151 |        1 |   472474      0 |     2391 |     2403
1682.21/1682.55	c #cpu_time = 0.975s
1682.21/1682.55	c #wall_clock_time = 0.977s
1682.21/1682.55	c #decision = 151
1682.21/1682.55	c #random_decision = 0
1682.21/1682.55	c #conflict = 1
1682.21/1682.55	c #restart = 0
1682.21/1682.55	c BCD2: found a new core of size 1: cost of the new core is >=1024
1682.21/1682.55	c lower bound updated to -173724195
1682.31/1682.67	c BCD2: 1172786 <= obj <= 174896980
1682.31/1682.67	c BCD2: #cores=76, #unrelaxed=304259, #relaxed=2296, #hardened=0
1682.31/1682.67	c BCD2: #sat=1 #unsat=2285 bias=2285/2286
1682.31/1682.68	c Solving starts ...
1682.31/1682.68	c ============================[ Search Statistics ]============================
1682.31/1682.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1682.31/1682.68	c       |         |          |          |    Limit     GC | Var      | Constra 
1682.31/1682.68	c =============================================================================
1682.31/1682.68	c  0.0s |       0 |        0 |        0 |   472474      0 |     2391 |     2403
1683.31/1683.67	c  1.0s |       0 |      153 |        1 |   472474      0 |     2413 |     2425
1683.31/1683.67	c #cpu_time = 0.986s
1683.31/1683.67	c #wall_clock_time = 0.989s
1683.31/1683.67	c #decision = 153
1683.31/1683.67	c #random_decision = 0
1683.31/1683.67	c #conflict = 1
1683.31/1683.67	c #restart = 0
1683.31/1683.67	c BCD2: found a new core of size 1: cost of the new core is >=1024
1683.31/1683.67	c lower bound updated to -173723171
1683.51/1683.81	c BCD2: 1173810 <= obj <= 174896980
1683.51/1683.81	c BCD2: #cores=77, #unrelaxed=304258, #relaxed=2297, #hardened=0
1683.51/1683.81	c BCD2: #sat=1 #unsat=2286 bias=2286/2287
1683.51/1683.82	c Solving starts ...
1683.51/1683.82	c ============================[ Search Statistics ]============================
1683.51/1683.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1683.51/1683.82	c       |         |          |          |    Limit     GC | Var      | Constra 
1683.51/1683.82	c =============================================================================
1683.51/1683.82	c  0.0s |       0 |        0 |        0 |   472474      0 |     2413 |     2425
1684.51/1684.83	c  1.0s |       0 |      155 |        1 |   472474      0 |     2435 |     2447
1684.51/1684.83	c #cpu_time = 1.001s
1684.51/1684.83	c #wall_clock_time = 1.004s
1684.51/1684.83	c #decision = 155
1684.51/1684.83	c #random_decision = 0
1684.51/1684.83	c #conflict = 1
1684.51/1684.83	c #restart = 0
1684.51/1684.83	c BCD2: found a new core of size 1: cost of the new core is >=1024
1684.51/1684.83	c lower bound updated to -173722147
1684.61/1684.97	c BCD2: 1174834 <= obj <= 174896980
1684.61/1684.97	c BCD2: #cores=78, #unrelaxed=304257, #relaxed=2298, #hardened=0
1684.61/1684.97	c BCD2: #sat=1 #unsat=2287 bias=2287/2288
1684.61/1684.98	c Solving starts ...
1684.61/1684.98	c ============================[ Search Statistics ]============================
1684.61/1684.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1684.61/1684.98	c       |         |          |          |    Limit     GC | Var      | Constra 
1684.61/1684.98	c =============================================================================
1684.61/1684.98	c  0.0s |       0 |        0 |        0 |   472474      0 |     2435 |     2447
1685.71/1686.00	c  1.0s |       0 |      157 |        1 |   472474      0 |     2457 |     2469
1685.71/1686.00	c #cpu_time = 1.016s
1685.71/1686.00	c #wall_clock_time = 1.019s
1685.71/1686.00	c #decision = 157
1685.71/1686.00	c #random_decision = 0
1685.71/1686.00	c #conflict = 1
1685.71/1686.00	c #restart = 0
1685.71/1686.00	c BCD2: found a new core of size 1: cost of the new core is >=1024
1685.71/1686.00	c lower bound updated to -173721123
1686.71/1687.07	c BCD2: 1175858 <= obj <= 174896980
1686.71/1687.07	c BCD2: #cores=79, #unrelaxed=304256, #relaxed=2299, #hardened=0
1686.71/1687.07	c BCD2: #sat=1 #unsat=2288 bias=2288/2289
1686.71/1687.08	c Solving starts ...
1686.71/1687.08	c ============================[ Search Statistics ]============================
1686.71/1687.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1686.71/1687.08	c       |         |          |          |    Limit     GC | Var      | Constra 
1686.71/1687.08	c =============================================================================
1686.71/1687.08	c  0.0s |       0 |        0 |        0 |   472474      0 |     2457 |     2469
1687.81/1688.16	c  1.1s |       0 |      159 |        1 |   472474      0 |     2479 |     2491
1687.81/1688.16	c #cpu_time = 1.074s
1687.81/1688.16	c #wall_clock_time = 1.077s
1687.81/1688.16	c #decision = 159
1687.81/1688.16	c #random_decision = 0
1687.81/1688.16	c #conflict = 1
1687.81/1688.16	c #restart = 0
1687.81/1688.16	c BCD2: found a new core of size 1: cost of the new core is >=1024
1687.81/1688.16	c lower bound updated to -173720099
1687.91/1688.28	c BCD2: 1176882 <= obj <= 174896980
1687.91/1688.28	c BCD2: #cores=80, #unrelaxed=304255, #relaxed=2300, #hardened=0
1687.91/1688.28	c BCD2: #sat=1 #unsat=2289 bias=2289/2290
1687.91/1688.29	c Solving starts ...
1687.91/1688.29	c ============================[ Search Statistics ]============================
1687.91/1688.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1687.91/1688.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1687.91/1688.29	c =============================================================================
1687.91/1688.29	c  0.0s |       0 |        0 |        0 |   472474      0 |     2479 |     2491
1689.01/1689.39	c  1.1s |       0 |      161 |        1 |   472474      0 |     2501 |     2513
1689.01/1689.39	c #cpu_time = 1.094s
1689.01/1689.39	c #wall_clock_time = 1.097s
1689.01/1689.39	c #decision = 161
1689.01/1689.39	c #random_decision = 0
1689.01/1689.39	c #conflict = 1
1689.01/1689.39	c #restart = 0
1689.01/1689.39	c BCD2: found a new core of size 1: cost of the new core is >=1024
1689.01/1689.39	c lower bound updated to -173719075
1689.21/1689.50	c BCD2: 1177906 <= obj <= 174896980
1689.21/1689.50	c BCD2: #cores=81, #unrelaxed=304254, #relaxed=2301, #hardened=0
1689.21/1689.50	c BCD2: #sat=1 #unsat=2290 bias=2290/2291
1689.21/1689.51	c Solving starts ...
1689.21/1689.51	c ============================[ Search Statistics ]============================
1689.21/1689.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1689.21/1689.51	c       |         |          |          |    Limit     GC | Var      | Constra 
1689.21/1689.51	c =============================================================================
1689.21/1689.51	c  0.0s |       0 |        0 |        0 |   472474      0 |     2501 |     2513
1689.71/1690.04	c  0.5s |       0 |       82 |        0 |   472474      0 |     2501 |     2513
1689.71/1690.04	c #cpu_time = 0.518s
1689.71/1690.04	c #wall_clock_time = 0.519s
1689.71/1690.04	c #decision = 82
1689.71/1690.04	c #random_decision = 0
1689.71/1690.04	c #conflict = 0
1689.71/1690.04	c #restart = 0
1689.71/1690.04	c BCD2: found a new core of size 2: cost of the new core is >=1024
1689.71/1690.04	c lower bound updated to -173718051
1689.91/1690.21	c BCD2: 1178930 <= obj <= 174896980
1689.91/1690.21	c BCD2: #cores=82, #unrelaxed=304252, #relaxed=2303, #hardened=0
1689.91/1690.21	c BCD2: #sat=1 #unsat=2291 bias=2291/2292
1689.91/1690.22	c Solving starts ...
1689.91/1690.22	c ============================[ Search Statistics ]============================
1689.91/1690.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1689.91/1690.22	c       |         |          |          |    Limit     GC | Var      | Constra 
1689.91/1690.22	c =============================================================================
1689.91/1690.22	c  0.0s |       0 |        0 |        0 |   472474      0 |     2501 |     2513
1690.41/1690.71	c  0.5s |       0 |       83 |        1 |   472474      0 |     2501 |     2513
1690.41/1690.71	c #cpu_time = 0.496s
1690.41/1690.71	c #wall_clock_time = 0.497s
1690.41/1690.71	c #decision = 83
1690.41/1690.71	c #random_decision = 0
1690.41/1690.71	c #conflict = 1
1690.41/1690.71	c #restart = 0
1690.41/1690.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2048
1690.41/1690.71	c lower bound updated to -173717027
1690.52/1690.86	c BCD2: 1179954 <= obj <= 174896980
1690.52/1690.86	c BCD2: #cores=82, #unrelaxed=304251, #relaxed=2304, #hardened=0
1690.52/1690.86	c BCD2: #sat=1 #unsat=2292 bias=2292/2293
1690.52/1690.87	c Solving starts ...
1690.52/1690.87	c ============================[ Search Statistics ]============================
1690.52/1690.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1690.52/1690.87	c       |         |          |          |    Limit     GC | Var      | Constra 
1690.52/1690.87	c =============================================================================
1690.52/1690.87	c  0.0s |       0 |        0 |        0 |   472474      0 |     2502 |     2513
1691.01/1691.37	c  0.5s |       0 |       83 |        1 |   472474      0 |     2502 |     2514
1691.01/1691.37	c #cpu_time = 0.496s
1691.01/1691.37	c #wall_clock_time = 0.497s
1691.01/1691.37	c #decision = 83
1691.01/1691.37	c #random_decision = 0
1691.01/1691.37	c #conflict = 1
1691.01/1691.37	c #restart = 0
1691.01/1691.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3072
1691.01/1691.37	c lower bound updated to -173716003
1691.21/1691.52	c BCD2: 1180978 <= obj <= 174896980
1691.21/1691.52	c BCD2: #cores=82, #unrelaxed=304250, #relaxed=2305, #hardened=0
1691.21/1691.52	c BCD2: #sat=1 #unsat=2293 bias=2293/2294
1691.21/1691.53	c Solving starts ...
1691.21/1691.53	c ============================[ Search Statistics ]============================
1691.21/1691.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1691.21/1691.53	c       |         |          |          |    Limit     GC | Var      | Constra 
1691.21/1691.53	c =============================================================================
1691.21/1691.53	c  0.0s |       0 |        0 |        0 |   472474      0 |     2503 |     2514
1691.72/1692.04	c  0.5s |       0 |       83 |        1 |   472474      0 |     2503 |     2515
1691.72/1692.04	c #cpu_time = 0.506s
1691.72/1692.04	c #wall_clock_time = 0.507s
1691.72/1692.04	c #decision = 83
1691.72/1692.04	c #random_decision = 0
1691.72/1692.04	c #conflict = 1
1691.72/1692.04	c #restart = 0
1691.72/1692.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4096
1691.72/1692.04	c lower bound updated to -173714979
1691.91/1692.23	c BCD2: 1182002 <= obj <= 174896980
1691.91/1692.23	c BCD2: #cores=82, #unrelaxed=304249, #relaxed=2306, #hardened=0
1691.91/1692.23	c BCD2: #sat=1 #unsat=2294 bias=2294/2295
1691.91/1692.24	c Solving starts ...
1691.91/1692.24	c ============================[ Search Statistics ]============================
1691.91/1692.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1691.91/1692.24	c       |         |          |          |    Limit     GC | Var      | Constra 
1691.91/1692.24	c =============================================================================
1691.91/1692.24	c  0.0s |       0 |        0 |        0 |   472474      0 |     2504 |     2515
1692.41/1692.74	c  0.5s |       0 |       83 |        1 |   472474      0 |     2504 |     2516
1692.41/1692.74	c #cpu_time = 0.495s
1692.41/1692.74	c #wall_clock_time = 0.497s
1692.41/1692.74	c #decision = 83
1692.41/1692.74	c #random_decision = 0
1692.41/1692.74	c #conflict = 1
1692.41/1692.74	c #restart = 0
1692.41/1692.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5120
1692.41/1692.74	c lower bound updated to -173713955
1692.60/1692.93	c BCD2: 1183026 <= obj <= 174896980
1692.60/1692.93	c BCD2: #cores=82, #unrelaxed=304248, #relaxed=2307, #hardened=0
1692.60/1692.93	c BCD2: #sat=1 #unsat=2295 bias=2295/2296
1692.60/1692.94	c Solving starts ...
1692.60/1692.94	c ============================[ Search Statistics ]============================
1692.60/1692.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1692.60/1692.94	c       |         |          |          |    Limit     GC | Var      | Constra 
1692.60/1692.94	c =============================================================================
1692.60/1692.94	c  0.0s |       0 |        0 |        0 |   472474      0 |     2505 |     2516
1693.11/1693.44	c  0.5s |       0 |       83 |        1 |   472474      0 |     2505 |     2517
1693.11/1693.44	c #cpu_time = 0.494s
1693.11/1693.44	c #wall_clock_time = 0.495s
1693.11/1693.44	c #decision = 83
1693.11/1693.44	c #random_decision = 0
1693.11/1693.44	c #conflict = 1
1693.11/1693.44	c #restart = 0
1693.11/1693.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6144
1693.11/1693.44	c lower bound updated to -173712931
1693.31/1693.63	c BCD2: 1184050 <= obj <= 174896980
1693.31/1693.63	c BCD2: #cores=82, #unrelaxed=304247, #relaxed=2308, #hardened=0
1693.31/1693.63	c BCD2: #sat=1 #unsat=2296 bias=2296/2297
1693.31/1693.64	c Solving starts ...
1693.31/1693.64	c ============================[ Search Statistics ]============================
1693.31/1693.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1693.31/1693.64	c       |         |          |          |    Limit     GC | Var      | Constra 
1693.31/1693.64	c =============================================================================
1693.31/1693.65	c  0.0s |       0 |        0 |        0 |   472474      0 |     2506 |     2517
1694.71/1695.06	c  1.4s |       0 |       83 |        1 |   472474      0 |     2506 |     2518
1694.71/1695.06	c #cpu_time = 1.414s
1694.71/1695.06	c #wall_clock_time = 1.417s
1694.71/1695.06	c #decision = 83
1694.71/1695.06	c #random_decision = 0
1694.71/1695.06	c #conflict = 1
1694.71/1695.06	c #restart = 0
1694.71/1695.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7168
1694.71/1695.06	c lower bound updated to -173711907
1694.92/1695.22	c BCD2: 1185074 <= obj <= 174896980
1694.92/1695.22	c BCD2: #cores=82, #unrelaxed=304246, #relaxed=2309, #hardened=0
1694.92/1695.22	c BCD2: #sat=1 #unsat=2297 bias=2297/2298
1694.92/1695.22	c Solving starts ...
1694.92/1695.22	c ============================[ Search Statistics ]============================
1694.92/1695.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1694.92/1695.22	c       |         |          |          |    Limit     GC | Var      | Constra 
1694.92/1695.22	c =============================================================================
1694.92/1695.22	c  0.0s |       0 |        0 |        0 |   472474      0 |     2507 |     2518
1695.41/1695.71	c  0.5s |       0 |       83 |        1 |   472474      0 |     2507 |     2519
1695.41/1695.71	c #cpu_time = 0.482s
1695.41/1695.71	c #wall_clock_time = 0.483s
1695.41/1695.71	c #decision = 83
1695.41/1695.71	c #random_decision = 0
1695.41/1695.71	c #conflict = 1
1695.41/1695.71	c #restart = 0
1695.41/1695.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8192
1695.41/1695.71	c lower bound updated to -173710883
1695.51/1695.85	c BCD2: 1186098 <= obj <= 174896980
1695.51/1695.85	c BCD2: #cores=82, #unrelaxed=304245, #relaxed=2310, #hardened=0
1695.51/1695.85	c BCD2: #sat=1 #unsat=2298 bias=2298/2299
1695.51/1695.86	c Solving starts ...
1695.51/1695.86	c ============================[ Search Statistics ]============================
1695.51/1695.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1695.51/1695.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1695.51/1695.86	c =============================================================================
1695.51/1695.86	c  0.0s |       0 |        0 |        0 |   472474      0 |     2508 |     2519
1696.02/1696.33	c  0.5s |       0 |       83 |        1 |   472474      0 |     2508 |     2520
1696.02/1696.33	c #cpu_time = 0.473s
1696.02/1696.33	c #wall_clock_time = 0.474s
1696.02/1696.33	c #decision = 83
1696.02/1696.33	c #random_decision = 0
1696.02/1696.33	c #conflict = 1
1696.02/1696.33	c #restart = 0
1696.02/1696.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9216
1696.02/1696.33	c lower bound updated to -173709859
1696.12/1696.49	c BCD2: 1187122 <= obj <= 174896980
1696.12/1696.49	c BCD2: #cores=82, #unrelaxed=304244, #relaxed=2311, #hardened=0
1696.12/1696.49	c BCD2: #sat=1 #unsat=2299 bias=2299/2300
1696.21/1696.50	c Solving starts ...
1696.21/1696.50	c ============================[ Search Statistics ]============================
1696.21/1696.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1696.21/1696.50	c       |         |          |          |    Limit     GC | Var      | Constra 
1696.21/1696.50	c =============================================================================
1696.21/1696.50	c  0.0s |       0 |        0 |        0 |   472474      0 |     2509 |     2520
1696.61/1696.98	c  0.5s |       0 |       83 |        1 |   472474      0 |     2509 |     2521
1696.61/1696.98	c #cpu_time = 0.484s
1696.61/1696.98	c #wall_clock_time = 0.486s
1696.61/1696.98	c #decision = 83
1696.61/1696.98	c #random_decision = 0
1696.61/1696.99	c #conflict = 1
1696.61/1696.99	c #restart = 0
1696.61/1696.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10240
1696.61/1696.99	c lower bound updated to -173708835
1696.81/1697.13	c BCD2: 1188146 <= obj <= 174896980
1696.81/1697.13	c BCD2: #cores=82, #unrelaxed=304243, #relaxed=2312, #hardened=0
1696.81/1697.13	c BCD2: #sat=1 #unsat=2300 bias=2300/2301
1696.81/1697.14	c Solving starts ...
1696.81/1697.14	c ============================[ Search Statistics ]============================
1696.81/1697.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1696.81/1697.14	c       |         |          |          |    Limit     GC | Var      | Constra 
1696.81/1697.14	c =============================================================================
1696.81/1697.14	c  0.0s |       0 |        0 |        0 |   472474      0 |     2510 |     2521
1697.31/1697.62	c  0.5s |       0 |       83 |        1 |   472474      0 |     2510 |     2522
1697.31/1697.62	c #cpu_time = 0.480s
1697.31/1697.62	c #wall_clock_time = 0.481s
1697.31/1697.62	c #decision = 83
1697.31/1697.62	c #random_decision = 0
1697.31/1697.62	c #conflict = 1
1697.31/1697.62	c #restart = 0
1697.31/1697.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11264
1697.31/1697.62	c lower bound updated to -173707811
1697.41/1697.77	c BCD2: 1189170 <= obj <= 174896980
1697.41/1697.77	c BCD2: #cores=82, #unrelaxed=304242, #relaxed=2313, #hardened=0
1697.41/1697.77	c BCD2: #sat=1 #unsat=2301 bias=2301/2302
1697.41/1697.78	c Solving starts ...
1697.41/1697.78	c ============================[ Search Statistics ]============================
1697.41/1697.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1697.41/1697.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1697.41/1697.78	c =============================================================================
1697.41/1697.78	c  0.0s |       0 |        0 |        0 |   472474      0 |     2511 |     2522
1697.91/1698.26	c  0.5s |       0 |       83 |        1 |   472474      0 |     2511 |     2523
1697.91/1698.26	c #cpu_time = 0.483s
1697.91/1698.26	c #wall_clock_time = 0.484s
1697.91/1698.26	c #decision = 83
1697.91/1698.26	c #random_decision = 0
1697.91/1698.26	c #conflict = 1
1697.91/1698.26	c #restart = 0
1697.91/1698.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12288
1697.91/1698.26	c lower bound updated to -173706787
1698.11/1698.41	c BCD2: 1190194 <= obj <= 174896980
1698.11/1698.41	c BCD2: #cores=82, #unrelaxed=304241, #relaxed=2314, #hardened=0
1698.11/1698.41	c BCD2: #sat=1 #unsat=2302 bias=2302/2303
1698.11/1698.41	c Solving starts ...
1698.11/1698.41	c ============================[ Search Statistics ]============================
1698.11/1698.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1698.11/1698.41	c       |         |          |          |    Limit     GC | Var      | Constra 
1698.11/1698.41	c =============================================================================
1698.11/1698.41	c  0.0s |       0 |        0 |        0 |   472474      0 |     2512 |     2523
1698.61/1698.90	c  0.5s |       0 |       83 |        1 |   472474      0 |     2512 |     2524
1698.61/1698.90	c #cpu_time = 0.483s
1698.61/1698.90	c #wall_clock_time = 0.485s
1698.61/1698.90	c #decision = 83
1698.61/1698.90	c #random_decision = 0
1698.61/1698.90	c #conflict = 1
1698.61/1698.90	c #restart = 0
1698.61/1698.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13312
1698.61/1698.90	c lower bound updated to -173705763
1698.71/1699.06	c BCD2: 1191218 <= obj <= 174896980
1698.71/1699.06	c BCD2: #cores=82, #unrelaxed=304240, #relaxed=2315, #hardened=0
1698.71/1699.06	c BCD2: #sat=1 #unsat=2303 bias=2303/2304
1698.71/1699.07	c Solving starts ...
1698.71/1699.07	c ============================[ Search Statistics ]============================
1698.71/1699.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1698.71/1699.07	c       |         |          |          |    Limit     GC | Var      | Constra 
1698.71/1699.07	c =============================================================================
1698.71/1699.07	c  0.0s |       0 |        0 |        0 |   472474      0 |     2513 |     2524
1699.21/1699.55	c  0.5s |       0 |       83 |        1 |   472474      0 |     2513 |     2525
1699.21/1699.55	c #cpu_time = 0.479s
1699.21/1699.55	c #wall_clock_time = 0.480s
1699.21/1699.55	c #decision = 83
1699.21/1699.55	c #random_decision = 0
1699.21/1699.55	c #conflict = 1
1699.21/1699.55	c #restart = 0
1699.21/1699.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14336
1699.21/1699.55	c lower bound updated to -173704739
1699.41/1699.74	c BCD2: 1192242 <= obj <= 174896980
1699.41/1699.74	c BCD2: #cores=82, #unrelaxed=304239, #relaxed=2316, #hardened=0
1699.41/1699.74	c BCD2: #sat=1 #unsat=2304 bias=2304/2305
1699.41/1699.75	c Solving starts ...
1699.41/1699.75	c ============================[ Search Statistics ]============================
1699.41/1699.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1699.41/1699.75	c       |         |          |          |    Limit     GC | Var      | Constra 
1699.41/1699.75	c =============================================================================
1699.41/1699.75	c  0.0s |       0 |        0 |        0 |   472474      0 |     2514 |     2525
1699.90/1700.24	c  0.5s |       0 |       83 |        1 |   472474      0 |     2514 |     2526
1699.90/1700.24	c #cpu_time = 0.483s
1699.90/1700.24	c #wall_clock_time = 0.484s
1699.90/1700.24	c #decision = 83
1699.90/1700.24	c #random_decision = 0
1699.90/1700.24	c #conflict = 1
1699.90/1700.24	c #restart = 0
1699.90/1700.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15360
1699.90/1700.24	c lower bound updated to -173703715
1700.10/1700.42	c BCD2: 1193266 <= obj <= 174896980
1700.10/1700.42	c BCD2: #cores=82, #unrelaxed=304238, #relaxed=2317, #hardened=0
1700.10/1700.42	c BCD2: #sat=1 #unsat=2305 bias=2305/2306
1700.10/1700.44	c Solving starts ...
1700.10/1700.44	c ============================[ Search Statistics ]============================
1700.10/1700.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1700.10/1700.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1700.10/1700.44	c =============================================================================
1700.10/1700.44	c  0.0s |       0 |        0 |        0 |   472474      0 |     2515 |     2526
1700.60/1700.92	c  0.5s |       0 |       83 |        1 |   472474      0 |     2515 |     2527
1700.60/1700.92	c #cpu_time = 0.481s
1700.60/1700.92	c #wall_clock_time = 0.482s
1700.60/1700.92	c #decision = 83
1700.60/1700.92	c #random_decision = 0
1700.60/1700.92	c #conflict = 1
1700.60/1700.92	c #restart = 0
1700.60/1700.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16384
1700.60/1700.92	c lower bound updated to -173702691
1700.80/1701.10	c BCD2: 1194290 <= obj <= 174896980
1700.80/1701.11	c BCD2: #cores=82, #unrelaxed=304237, #relaxed=2318, #hardened=0
1700.80/1701.11	c BCD2: #sat=1 #unsat=2306 bias=2306/2307
1700.80/1701.12	c Solving starts ...
1700.80/1701.12	c ============================[ Search Statistics ]============================
1700.80/1701.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1700.80/1701.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1700.80/1701.12	c =============================================================================
1700.80/1701.12	c  0.0s |       0 |        0 |        0 |   472474      0 |     2516 |     2527
1702.20/1702.56	c  1.4s |       0 |       83 |        1 |   472474      0 |     2516 |     2528
1702.20/1702.56	c #cpu_time = 1.438s
1702.20/1702.56	c #wall_clock_time = 1.442s
1702.20/1702.56	c #decision = 83
1702.20/1702.56	c #random_decision = 0
1702.20/1702.56	c #conflict = 1
1702.20/1702.56	c #restart = 0
1702.20/1702.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17408
1702.20/1702.56	c lower bound updated to -173701667
1702.40/1702.75	c BCD2: 1195314 <= obj <= 174896980
1702.40/1702.75	c BCD2: #cores=82, #unrelaxed=304236, #relaxed=2319, #hardened=0
1702.40/1702.75	c BCD2: #sat=1 #unsat=2307 bias=2307/2308
1702.40/1702.76	c Solving starts ...
1702.40/1702.76	c ============================[ Search Statistics ]============================
1702.40/1702.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1702.40/1702.76	c       |         |          |          |    Limit     GC | Var      | Constra 
1702.40/1702.76	c =============================================================================
1702.40/1702.76	c  0.0s |       0 |        0 |        0 |   472474      0 |     2517 |     2528
1702.90/1703.25	c  0.5s |       0 |       83 |        1 |   472474      0 |     2517 |     2529
1702.90/1703.25	c #cpu_time = 0.491s
1702.90/1703.25	c #wall_clock_time = 0.492s
1702.90/1703.25	c #decision = 83
1702.90/1703.25	c #random_decision = 0
1702.90/1703.25	c #conflict = 1
1702.90/1703.25	c #restart = 0
1702.90/1703.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18432
1702.90/1703.25	c lower bound updated to -173700643
1703.10/1703.43	c BCD2: 1196338 <= obj <= 174896980
1703.10/1703.43	c BCD2: #cores=82, #unrelaxed=304235, #relaxed=2320, #hardened=0
1703.10/1703.43	c BCD2: #sat=1 #unsat=2308 bias=2308/2309
1703.10/1703.44	c Solving starts ...
1703.10/1703.44	c ============================[ Search Statistics ]============================
1703.10/1703.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1703.10/1703.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1703.10/1703.44	c =============================================================================
1703.10/1703.44	c  0.0s |       0 |        0 |        0 |   472474      0 |     2518 |     2529
1703.60/1703.92	c  0.5s |       0 |       83 |        1 |   472474      0 |     2518 |     2530
1703.60/1703.92	c #cpu_time = 0.483s
1703.60/1703.92	c #wall_clock_time = 0.484s
1703.60/1703.92	c #decision = 83
1703.60/1703.92	c #random_decision = 0
1703.60/1703.92	c #conflict = 1
1703.60/1703.92	c #restart = 0
1703.60/1703.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19456
1703.60/1703.92	c lower bound updated to -173699619
1703.81/1704.12	c BCD2: 1197362 <= obj <= 174896980
1703.81/1704.12	c BCD2: #cores=82, #unrelaxed=304234, #relaxed=2321, #hardened=0
1703.81/1704.12	c BCD2: #sat=1 #unsat=2309 bias=2309/2310
1703.81/1704.13	c Solving starts ...
1703.81/1704.13	c ============================[ Search Statistics ]============================
1703.81/1704.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1703.81/1704.13	c       |         |          |          |    Limit     GC | Var      | Constra 
1703.81/1704.13	c =============================================================================
1703.81/1704.13	c  0.0s |       0 |        0 |        0 |   472474      0 |     2519 |     2530
1704.30/1704.63	c  0.5s |       0 |       83 |        1 |   472474      0 |     2519 |     2531
1704.30/1704.63	c #cpu_time = 0.494s
1704.30/1704.63	c #wall_clock_time = 0.495s
1704.30/1704.63	c #decision = 83
1704.30/1704.63	c #random_decision = 0
1704.30/1704.63	c #conflict = 1
1704.30/1704.63	c #restart = 0
1704.30/1704.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20480
1704.30/1704.63	c lower bound updated to -173698595
1704.50/1704.80	c BCD2: 1198386 <= obj <= 174896980
1704.50/1704.80	c BCD2: #cores=82, #unrelaxed=304233, #relaxed=2322, #hardened=0
1704.50/1704.80	c BCD2: #sat=1 #unsat=2310 bias=2310/2311
1704.50/1704.81	c Solving starts ...
1704.50/1704.81	c ============================[ Search Statistics ]============================
1704.50/1704.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1704.50/1704.81	c       |         |          |          |    Limit     GC | Var      | Constra 
1704.50/1704.81	c =============================================================================
1704.50/1704.81	c  0.0s |       0 |        0 |        0 |   472474      0 |     2520 |     2531
1705.00/1705.30	c  0.5s |       0 |       83 |        1 |   472474      0 |     2520 |     2532
1705.00/1705.30	c #cpu_time = 0.487s
1705.00/1705.30	c #wall_clock_time = 0.488s
1705.00/1705.30	c #decision = 83
1705.00/1705.30	c #random_decision = 0
1705.00/1705.30	c #conflict = 1
1705.00/1705.30	c #restart = 0
1705.00/1705.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21504
1705.00/1705.30	c lower bound updated to -173697571
1705.10/1705.49	c BCD2: 1199410 <= obj <= 174896980
1705.10/1705.49	c BCD2: #cores=82, #unrelaxed=304232, #relaxed=2323, #hardened=0
1705.10/1705.49	c BCD2: #sat=1 #unsat=2311 bias=2311/2312
1705.20/1705.50	c Solving starts ...
1705.20/1705.50	c ============================[ Search Statistics ]============================
1705.20/1705.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1705.20/1705.50	c       |         |          |          |    Limit     GC | Var      | Constra 
1705.20/1705.50	c =============================================================================
1705.20/1705.50	c  0.0s |       0 |        0 |        0 |   472474      0 |     2521 |     2532
1705.60/1705.99	c  0.5s |       0 |       83 |        1 |   472474      0 |     2521 |     2533
1705.60/1705.99	c #cpu_time = 0.490s
1705.60/1705.99	c #wall_clock_time = 0.491s
1705.60/1705.99	c #decision = 83
1705.60/1705.99	c #random_decision = 0
1705.60/1705.99	c #conflict = 1
1705.60/1705.99	c #restart = 0
1705.60/1705.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22528
1705.60/1705.99	c lower bound updated to -173696547
1705.81/1706.17	c BCD2: 1200434 <= obj <= 174896980
1705.81/1706.17	c BCD2: #cores=82, #unrelaxed=304231, #relaxed=2324, #hardened=0
1705.81/1706.17	c BCD2: #sat=1 #unsat=2312 bias=2312/2313
1705.81/1706.18	c Solving starts ...
1705.81/1706.18	c ============================[ Search Statistics ]============================
1705.81/1706.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1705.81/1706.18	c       |         |          |          |    Limit     GC | Var      | Constra 
1705.81/1706.18	c =============================================================================
1705.81/1706.18	c  0.0s |       0 |        0 |        0 |   472474      0 |     2522 |     2533
1706.31/1706.67	c  0.5s |       0 |       83 |        1 |   472474      0 |     2522 |     2534
1706.31/1706.67	c #cpu_time = 0.495s
1706.31/1706.67	c #wall_clock_time = 0.496s
1706.31/1706.67	c #decision = 83
1706.31/1706.67	c #random_decision = 0
1706.31/1706.67	c #conflict = 1
1706.31/1706.67	c #restart = 0
1706.31/1706.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23552
1706.31/1706.67	c lower bound updated to -173695523
1706.51/1706.89	c BCD2: 1201458 <= obj <= 174896980
1706.51/1706.89	c BCD2: #cores=82, #unrelaxed=304230, #relaxed=2325, #hardened=0
1706.51/1706.89	c BCD2: #sat=1 #unsat=2313 bias=2313/2314
1706.61/1706.91	c Solving starts ...
1706.61/1706.91	c ============================[ Search Statistics ]============================
1706.61/1706.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1706.61/1706.91	c       |         |          |          |    Limit     GC | Var      | Constra 
1706.61/1706.91	c =============================================================================
1706.61/1706.91	c  0.0s |       0 |        0 |        0 |   472474      0 |     2523 |     2534
1707.02/1707.40	c  0.5s |       0 |       83 |        1 |   472474      0 |     2523 |     2535
1707.02/1707.40	c #cpu_time = 0.490s
1707.02/1707.40	c #wall_clock_time = 0.492s
1707.02/1707.40	c #decision = 83
1707.02/1707.40	c #random_decision = 0
1707.02/1707.40	c #conflict = 1
1707.02/1707.40	c #restart = 0
1707.02/1707.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24576
1707.02/1707.40	c lower bound updated to -173694499
1707.31/1707.62	c BCD2: 1202482 <= obj <= 174896980
1707.31/1707.62	c BCD2: #cores=82, #unrelaxed=304229, #relaxed=2326, #hardened=0
1707.31/1707.62	c BCD2: #sat=1 #unsat=2314 bias=2314/2315
1707.31/1707.63	c Solving starts ...
1707.31/1707.63	c ============================[ Search Statistics ]============================
1707.31/1707.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1707.31/1707.63	c       |         |          |          |    Limit     GC | Var      | Constra 
1707.31/1707.63	c =============================================================================
1707.31/1707.63	c  0.0s |       0 |        0 |        0 |   472474      0 |     2524 |     2535
1707.81/1708.13	c  0.5s |       0 |       83 |        1 |   472474      0 |     2524 |     2536
1707.81/1708.13	c #cpu_time = 0.497s
1707.81/1708.13	c #wall_clock_time = 0.498s
1707.81/1708.13	c #decision = 83
1707.81/1708.13	c #random_decision = 0
1707.81/1708.13	c #conflict = 1
1707.81/1708.13	c #restart = 0
1707.81/1708.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25600
1707.81/1708.13	c lower bound updated to -173693475
1708.01/1708.35	c BCD2: 1203506 <= obj <= 174896980
1708.01/1708.35	c BCD2: #cores=82, #unrelaxed=304228, #relaxed=2327, #hardened=0
1708.01/1708.35	c BCD2: #sat=1 #unsat=2315 bias=2315/2316
1708.01/1708.37	c Solving starts ...
1708.01/1708.37	c ============================[ Search Statistics ]============================
1708.01/1708.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1708.01/1708.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1708.01/1708.37	c =============================================================================
1708.01/1708.37	c  0.0s |       0 |        0 |        0 |   472474      0 |     2525 |     2536
1708.50/1708.86	c  0.5s |       0 |       83 |        1 |   472474      0 |     2525 |     2537
1708.50/1708.86	c #cpu_time = 0.496s
1708.50/1708.86	c #wall_clock_time = 0.497s
1708.50/1708.86	c #decision = 83
1708.50/1708.86	c #random_decision = 0
1708.50/1708.86	c #conflict = 1
1708.50/1708.86	c #restart = 0
1708.50/1708.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 27: cost of the new core is >=26624
1708.50/1708.86	c lower bound updated to -173692451
1709.70/1710.05	c BCD2: 1204530 <= obj <= 174896980
1709.70/1710.05	c BCD2: #cores=82, #unrelaxed=304227, #relaxed=2328, #hardened=0
1709.70/1710.05	c BCD2: #sat=1 #unsat=2316 bias=2316/2317
1709.70/1710.06	c Solving starts ...
1709.70/1710.06	c ============================[ Search Statistics ]============================
1709.70/1710.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1709.70/1710.06	c       |         |          |          |    Limit     GC | Var      | Constra 
1709.70/1710.06	c =============================================================================
1709.70/1710.06	c  0.0s |       0 |        0 |        0 |   472474      0 |     2526 |     2537
1710.20/1710.54	c  0.5s |       0 |       83 |        1 |   472474      0 |     2526 |     2538
1710.20/1710.54	c #cpu_time = 0.475s
1710.20/1710.54	c #wall_clock_time = 0.476s
1710.20/1710.54	c #decision = 83
1710.20/1710.54	c #random_decision = 0
1710.20/1710.54	c #conflict = 1
1710.20/1710.54	c #restart = 0
1710.20/1710.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 28: cost of the new core is >=27648
1710.20/1710.54	c lower bound updated to -173691427
1710.41/1710.71	c BCD2: 1205554 <= obj <= 174896980
1710.41/1710.71	c BCD2: #cores=82, #unrelaxed=304226, #relaxed=2329, #hardened=0
1710.41/1710.71	c BCD2: #sat=1 #unsat=2317 bias=2317/2318
1710.41/1710.72	c Solving starts ...
1710.41/1710.72	c ============================[ Search Statistics ]============================
1710.41/1710.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1710.41/1710.72	c       |         |          |          |    Limit     GC | Var      | Constra 
1710.41/1710.72	c =============================================================================
1710.41/1710.72	c  0.0s |       0 |        0 |        0 |   472474      0 |     2527 |     2538
1710.90/1711.20	c  0.5s |       0 |       83 |        1 |   472474      0 |     2527 |     2539
1710.90/1711.20	c #cpu_time = 0.482s
1710.90/1711.20	c #wall_clock_time = 0.483s
1710.90/1711.20	c #decision = 83
1710.90/1711.20	c #random_decision = 0
1710.90/1711.20	c #conflict = 1
1710.90/1711.20	c #restart = 0
1710.90/1711.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 29: cost of the new core is >=28672
1710.90/1711.20	c lower bound updated to -173690403
1711.00/1711.36	c BCD2: 1206578 <= obj <= 174896980
1711.00/1711.36	c BCD2: #cores=82, #unrelaxed=304225, #relaxed=2330, #hardened=0
1711.00/1711.36	c BCD2: #sat=1 #unsat=2318 bias=2318/2319
1711.00/1711.37	c Solving starts ...
1711.00/1711.37	c ============================[ Search Statistics ]============================
1711.00/1711.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1711.00/1711.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1711.00/1711.37	c =============================================================================
1711.00/1711.37	c  0.0s |       0 |        0 |        0 |   472474      0 |     2528 |     2539
1711.51/1711.84	c  0.5s |       0 |       83 |        1 |   472474      0 |     2528 |     2540
1711.51/1711.84	c #cpu_time = 0.470s
1711.51/1711.84	c #wall_clock_time = 0.471s
1711.51/1711.84	c #decision = 83
1711.51/1711.84	c #random_decision = 0
1711.51/1711.84	c #conflict = 1
1711.51/1711.84	c #restart = 0
1711.51/1711.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 30: cost of the new core is >=29696
1711.51/1711.84	c lower bound updated to -173689379
1711.70/1712.02	c BCD2: 1207602 <= obj <= 174896980
1711.70/1712.02	c BCD2: #cores=82, #unrelaxed=304224, #relaxed=2331, #hardened=0
1711.70/1712.02	c BCD2: #sat=1 #unsat=2319 bias=2319/2320
1711.70/1712.03	c Solving starts ...
1711.70/1712.03	c ============================[ Search Statistics ]============================
1711.70/1712.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1711.70/1712.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1711.70/1712.03	c =============================================================================
1711.70/1712.03	c  0.0s |       0 |        0 |        0 |   472474      0 |     2529 |     2540
1712.20/1712.51	c  0.5s |       0 |       83 |        1 |   472474      0 |     2529 |     2541
1712.20/1712.51	c #cpu_time = 0.479s
1712.20/1712.51	c #wall_clock_time = 0.480s
1712.20/1712.51	c #decision = 83
1712.20/1712.51	c #random_decision = 0
1712.20/1712.51	c #conflict = 1
1712.20/1712.51	c #restart = 0
1712.20/1712.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 31: cost of the new core is >=30720
1712.20/1712.51	c lower bound updated to -173688355
1712.30/1712.66	c BCD2: 1208626 <= obj <= 174896980
1712.30/1712.66	c BCD2: #cores=82, #unrelaxed=304223, #relaxed=2332, #hardened=0
1712.30/1712.66	c BCD2: #sat=1 #unsat=2320 bias=2320/2321
1712.30/1712.67	c Solving starts ...
1712.30/1712.67	c ============================[ Search Statistics ]============================
1712.30/1712.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1712.30/1712.67	c       |         |          |          |    Limit     GC | Var      | Constra 
1712.30/1712.67	c =============================================================================
1712.30/1712.67	c  0.0s |       0 |        0 |        0 |   472474      0 |     2530 |     2541
1712.80/1713.15	c  0.5s |       0 |       83 |        1 |   472474      0 |     2530 |     2542
1712.80/1713.15	c #cpu_time = 0.476s
1712.80/1713.15	c #wall_clock_time = 0.478s
1712.80/1713.15	c #decision = 83
1712.80/1713.15	c #random_decision = 0
1712.80/1713.15	c #conflict = 1
1712.80/1713.15	c #restart = 0
1712.80/1713.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 32: cost of the new core is >=31744
1712.80/1713.15	c lower bound updated to -173687331
1713.00/1713.32	c BCD2: 1209650 <= obj <= 174896980
1713.00/1713.32	c BCD2: #cores=82, #unrelaxed=304222, #relaxed=2333, #hardened=0
1713.00/1713.32	c BCD2: #sat=1 #unsat=2321 bias=2321/2322
1713.00/1713.32	c Solving starts ...
1713.00/1713.32	c ============================[ Search Statistics ]============================
1713.00/1713.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1713.00/1713.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1713.00/1713.32	c =============================================================================
1713.00/1713.33	c  0.0s |       0 |        0 |        0 |   472474      0 |     2531 |     2542
1713.50/1713.81	c  0.5s |       0 |       83 |        1 |   472474      0 |     2531 |     2543
1713.50/1713.81	c #cpu_time = 0.482s
1713.50/1713.81	c #wall_clock_time = 0.483s
1713.50/1713.81	c #decision = 83
1713.50/1713.81	c #random_decision = 0
1713.50/1713.81	c #conflict = 1
1713.50/1713.81	c #restart = 0
1713.50/1713.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 33: cost of the new core is >=32768
1713.50/1713.81	c lower bound updated to -173686307
1713.61/1713.97	c BCD2: 1210674 <= obj <= 174896980
1713.61/1713.97	c BCD2: #cores=82, #unrelaxed=304221, #relaxed=2334, #hardened=0
1713.61/1713.97	c BCD2: #sat=1 #unsat=2322 bias=2322/2323
1713.61/1713.97	c Solving starts ...
1713.61/1713.97	c ============================[ Search Statistics ]============================
1713.61/1713.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1713.61/1713.97	c       |         |          |          |    Limit     GC | Var      | Constra 
1713.61/1713.97	c =============================================================================
1713.61/1713.97	c  0.0s |       0 |        0 |        0 |   472474      0 |     2532 |     2543
1714.10/1714.46	c  0.5s |       0 |       83 |        1 |   472474      0 |     2532 |     2544
1714.10/1714.46	c #cpu_time = 0.485s
1714.10/1714.46	c #wall_clock_time = 0.486s
1714.10/1714.46	c #decision = 83
1714.10/1714.46	c #random_decision = 0
1714.10/1714.46	c #conflict = 1
1714.10/1714.46	c #restart = 0
1714.10/1714.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 34: cost of the new core is >=33792
1714.10/1714.46	c lower bound updated to -173685283
1714.30/1714.66	c BCD2: 1211698 <= obj <= 174896980
1714.30/1714.66	c BCD2: #cores=82, #unrelaxed=304220, #relaxed=2335, #hardened=0
1714.30/1714.66	c BCD2: #sat=1 #unsat=2323 bias=2323/2324
1714.30/1714.68	c Solving starts ...
1714.30/1714.68	c ============================[ Search Statistics ]============================
1714.30/1714.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1714.30/1714.68	c       |         |          |          |    Limit     GC | Var      | Constra 
1714.30/1714.68	c =============================================================================
1714.30/1714.68	c  0.0s |       0 |        0 |        0 |   472474      0 |     2533 |     2544
1714.81/1715.16	c  0.5s |       0 |       83 |        1 |   472474      0 |     2533 |     2545
1714.81/1715.16	c #cpu_time = 0.482s
1714.81/1715.16	c #wall_clock_time = 0.483s
1714.81/1715.16	c #decision = 83
1714.81/1715.16	c #random_decision = 0
1714.81/1715.16	c #conflict = 1
1714.81/1715.16	c #restart = 0
1714.81/1715.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 35: cost of the new core is >=34816
1714.81/1715.16	c lower bound updated to -173684259
1715.01/1715.36	c BCD2: 1212722 <= obj <= 174896980
1715.01/1715.36	c BCD2: #cores=82, #unrelaxed=304219, #relaxed=2336, #hardened=0
1715.01/1715.36	c BCD2: #sat=1 #unsat=2324 bias=2324/2325
1715.01/1715.38	c Solving starts ...
1715.01/1715.38	c ============================[ Search Statistics ]============================
1715.01/1715.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1715.01/1715.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1715.01/1715.38	c =============================================================================
1715.01/1715.38	c  0.0s |       0 |        0 |        0 |   472474      0 |     2534 |     2545
1715.51/1715.86	c  0.5s |       0 |       83 |        1 |   472474      0 |     2534 |     2546
1715.51/1715.86	c #cpu_time = 0.485s
1715.51/1715.86	c #wall_clock_time = 0.486s
1715.51/1715.86	c #decision = 83
1715.51/1715.86	c #random_decision = 0
1715.51/1715.86	c #conflict = 1
1715.51/1715.86	c #restart = 0
1715.51/1715.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 36: cost of the new core is >=35840
1715.51/1715.86	c lower bound updated to -173683235
1715.71/1716.06	c BCD2: 1213746 <= obj <= 174896980
1715.71/1716.06	c BCD2: #cores=82, #unrelaxed=304218, #relaxed=2337, #hardened=0
1715.71/1716.06	c BCD2: #sat=1 #unsat=2325 bias=2325/2326
1715.71/1716.08	c Solving starts ...
1715.71/1716.08	c ============================[ Search Statistics ]============================
1715.71/1716.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1715.71/1716.08	c       |         |          |          |    Limit     GC | Var      | Constra 
1715.71/1716.08	c =============================================================================
1715.71/1716.08	c  0.0s |       0 |        0 |        0 |   472474      0 |     2535 |     2546
1716.20/1716.56	c  0.5s |       0 |       83 |        1 |   472474      0 |     2535 |     2547
1716.20/1716.56	c #cpu_time = 0.485s
1716.20/1716.56	c #wall_clock_time = 0.486s
1716.20/1716.56	c #decision = 83
1716.20/1716.56	c #random_decision = 0
1716.20/1716.56	c #conflict = 1
1716.20/1716.56	c #restart = 0
1716.20/1716.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 37: cost of the new core is >=36864
1716.20/1716.56	c lower bound updated to -173682211
1717.40/1717.71	c BCD2: 1214770 <= obj <= 174896980
1717.40/1717.71	c BCD2: #cores=82, #unrelaxed=304217, #relaxed=2338, #hardened=0
1717.40/1717.71	c BCD2: #sat=1 #unsat=2326 bias=2326/2327
1717.40/1717.72	c Solving starts ...
1717.40/1717.72	c ============================[ Search Statistics ]============================
1717.40/1717.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1717.40/1717.72	c       |         |          |          |    Limit     GC | Var      | Constra 
1717.40/1717.72	c =============================================================================
1717.40/1717.72	c  0.0s |       0 |        0 |        0 |   472474      0 |     2536 |     2547
1717.90/1718.21	c  0.5s |       0 |       83 |        1 |   472474      0 |     2536 |     2548
1717.90/1718.21	c #cpu_time = 0.486s
1717.90/1718.21	c #wall_clock_time = 0.488s
1717.90/1718.21	c #decision = 83
1717.90/1718.21	c #random_decision = 0
1717.90/1718.21	c #conflict = 1
1717.90/1718.21	c #restart = 0
1717.90/1718.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 38: cost of the new core is >=37888
1717.90/1718.21	c lower bound updated to -173681187
1718.01/1718.38	c BCD2: 1215794 <= obj <= 174896980
1718.01/1718.38	c BCD2: #cores=82, #unrelaxed=304216, #relaxed=2339, #hardened=0
1718.01/1718.38	c BCD2: #sat=1 #unsat=2327 bias=2327/2328
1718.01/1718.39	c Solving starts ...
1718.01/1718.39	c ============================[ Search Statistics ]============================
1718.01/1718.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1718.01/1718.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1718.01/1718.39	c =============================================================================
1718.01/1718.39	c  0.0s |       0 |        0 |        0 |   472474      0 |     2537 |     2548
1718.50/1718.88	c  0.5s |       0 |       83 |        1 |   472474      0 |     2537 |     2549
1718.50/1718.88	c #cpu_time = 0.493s
1718.50/1718.88	c #wall_clock_time = 0.494s
1718.50/1718.88	c #decision = 83
1718.50/1718.88	c #random_decision = 0
1718.50/1718.88	c #conflict = 1
1718.50/1718.88	c #restart = 0
1718.50/1718.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 39: cost of the new core is >=38912
1718.50/1718.88	c lower bound updated to -173680163
1718.70/1719.04	c BCD2: 1216818 <= obj <= 174896980
1718.70/1719.04	c BCD2: #cores=82, #unrelaxed=304215, #relaxed=2340, #hardened=0
1718.70/1719.04	c BCD2: #sat=1 #unsat=2328 bias=2328/2329
1718.70/1719.05	c Solving starts ...
1718.70/1719.05	c ============================[ Search Statistics ]============================
1718.70/1719.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1718.70/1719.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1718.70/1719.05	c =============================================================================
1718.70/1719.05	c  0.0s |       0 |        0 |        0 |   472474      0 |     2538 |     2549
1719.21/1719.53	c  0.5s |       0 |       83 |        1 |   472474      0 |     2538 |     2550
1719.21/1719.53	c #cpu_time = 0.483s
1719.21/1719.53	c #wall_clock_time = 0.484s
1719.21/1719.53	c #decision = 83
1719.21/1719.53	c #random_decision = 0
1719.21/1719.53	c #conflict = 1
1719.21/1719.53	c #restart = 0
1719.21/1719.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 40: cost of the new core is >=39936
1719.21/1719.53	c lower bound updated to -173679139
1719.40/1719.71	c BCD2: 1217842 <= obj <= 174896980
1719.40/1719.71	c BCD2: #cores=82, #unrelaxed=304214, #relaxed=2341, #hardened=0
1719.40/1719.71	c BCD2: #sat=1 #unsat=2329 bias=2329/2330
1719.40/1719.72	c Solving starts ...
1719.40/1719.72	c ============================[ Search Statistics ]============================
1719.40/1719.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1719.40/1719.72	c       |         |          |          |    Limit     GC | Var      | Constra 
1719.40/1719.72	c =============================================================================
1719.40/1719.72	c  0.0s |       0 |        0 |        0 |   472474      0 |     2539 |     2550
1719.90/1720.22	c  0.5s |       0 |       83 |        1 |   472474      0 |     2539 |     2551
1719.90/1720.22	c #cpu_time = 0.496s
1719.90/1720.22	c #wall_clock_time = 0.497s
1719.90/1720.22	c #decision = 83
1719.90/1720.22	c #random_decision = 0
1719.90/1720.22	c #conflict = 1
1719.90/1720.22	c #restart = 0
1719.90/1720.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 41: cost of the new core is >=40960
1719.90/1720.22	c lower bound updated to -173678115
1720.00/1720.38	c BCD2: 1218866 <= obj <= 174896980
1720.00/1720.38	c BCD2: #cores=82, #unrelaxed=304213, #relaxed=2342, #hardened=0
1720.00/1720.38	c BCD2: #sat=1 #unsat=2330 bias=2330/2331
1720.00/1720.39	c Solving starts ...
1720.00/1720.39	c ============================[ Search Statistics ]============================
1720.00/1720.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1720.00/1720.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1720.00/1720.39	c =============================================================================
1720.00/1720.39	c  0.0s |       0 |        0 |        0 |   472474      0 |     2540 |     2551
1720.50/1720.88	c  0.5s |       0 |       83 |        1 |   472474      0 |     2540 |     2552
1720.50/1720.88	c #cpu_time = 0.493s
1720.50/1720.88	c #wall_clock_time = 0.494s
1720.50/1720.88	c #decision = 83
1720.50/1720.88	c #random_decision = 0
1720.50/1720.88	c #conflict = 1
1720.50/1720.88	c #restart = 0
1720.50/1720.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 42: cost of the new core is >=41984
1720.50/1720.88	c lower bound updated to -173677091
1720.70/1721.05	c BCD2: 1219890 <= obj <= 174896980
1720.70/1721.05	c BCD2: #cores=82, #unrelaxed=304212, #relaxed=2343, #hardened=0
1720.70/1721.05	c BCD2: #sat=1 #unsat=2331 bias=2331/2332
1720.70/1721.06	c Solving starts ...
1720.70/1721.06	c ============================[ Search Statistics ]============================
1720.70/1721.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1720.70/1721.06	c       |         |          |          |    Limit     GC | Var      | Constra 
1720.70/1721.06	c =============================================================================
1720.70/1721.06	c  0.0s |       0 |        0 |        0 |   472474      0 |     2541 |     2552
1721.20/1721.55	c  0.5s |       0 |       83 |        1 |   472474      0 |     2541 |     2553
1721.20/1721.55	c #cpu_time = 0.494s
1721.20/1721.55	c #wall_clock_time = 0.496s
1721.20/1721.55	c #decision = 83
1721.20/1721.55	c #random_decision = 0
1721.20/1721.55	c #conflict = 1
1721.20/1721.55	c #restart = 0
1721.20/1721.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 43: cost of the new core is >=43008
1721.20/1721.56	c lower bound updated to -173676067
1721.40/1721.72	c BCD2: 1220914 <= obj <= 174896980
1721.40/1721.72	c BCD2: #cores=82, #unrelaxed=304211, #relaxed=2344, #hardened=0
1721.40/1721.72	c BCD2: #sat=1 #unsat=2332 bias=2332/2333
1721.40/1721.72	c Solving starts ...
1721.40/1721.72	c ============================[ Search Statistics ]============================
1721.40/1721.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1721.40/1721.72	c       |         |          |          |    Limit     GC | Var      | Constra 
1721.40/1721.72	c =============================================================================
1721.40/1721.72	c  0.0s |       0 |        0 |        0 |   472474      0 |     2542 |     2553
1721.91/1722.21	c  0.5s |       0 |       83 |        1 |   472474      0 |     2542 |     2554
1721.91/1722.21	c #cpu_time = 0.485s
1721.91/1722.21	c #wall_clock_time = 0.487s
1721.91/1722.21	c #decision = 83
1721.91/1722.21	c #random_decision = 0
1721.91/1722.21	c #conflict = 1
1721.91/1722.21	c #restart = 0
1721.91/1722.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 44: cost of the new core is >=44032
1721.91/1722.21	c lower bound updated to -173675043
1722.11/1722.41	c BCD2: 1221938 <= obj <= 174896980
1722.11/1722.41	c BCD2: #cores=82, #unrelaxed=304210, #relaxed=2345, #hardened=0
1722.11/1722.41	c BCD2: #sat=1 #unsat=2333 bias=2333/2334
1722.11/1722.43	c Solving starts ...
1722.11/1722.43	c ============================[ Search Statistics ]============================
1722.11/1722.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1722.11/1722.43	c       |         |          |          |    Limit     GC | Var      | Constra 
1722.11/1722.43	c =============================================================================
1722.11/1722.43	c  0.0s |       0 |        0 |        0 |   472474      0 |     2543 |     2554
1722.60/1722.92	c  0.5s |       0 |       83 |        1 |   472474      0 |     2543 |     2555
1722.60/1722.92	c #cpu_time = 0.494s
1722.60/1722.92	c #wall_clock_time = 0.495s
1722.60/1722.92	c #decision = 83
1722.60/1722.92	c #random_decision = 0
1722.60/1722.92	c #conflict = 1
1722.60/1722.92	c #restart = 0
1722.60/1722.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 45: cost of the new core is >=45056
1722.60/1722.92	c lower bound updated to -173674019
1722.80/1723.12	c BCD2: 1222962 <= obj <= 174896980
1722.80/1723.12	c BCD2: #cores=82, #unrelaxed=304209, #relaxed=2346, #hardened=0
1722.80/1723.12	c BCD2: #sat=1 #unsat=2334 bias=2334/2335
1722.80/1723.14	c Solving starts ...
1722.80/1723.14	c ============================[ Search Statistics ]============================
1722.80/1723.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1722.80/1723.14	c       |         |          |          |    Limit     GC | Var      | Constra 
1722.80/1723.14	c =============================================================================
1722.80/1723.14	c  0.0s |       0 |        0 |        0 |   472474      0 |     2544 |     2555
1723.30/1723.64	c  0.5s |       0 |       83 |        1 |   472474      0 |     2544 |     2556
1723.30/1723.64	c #cpu_time = 0.498s
1723.30/1723.64	c #wall_clock_time = 0.499s
1723.30/1723.64	c #decision = 83
1723.30/1723.64	c #random_decision = 0
1723.30/1723.64	c #conflict = 1
1723.30/1723.64	c #restart = 0
1723.30/1723.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 46: cost of the new core is >=46080
1723.30/1723.64	c lower bound updated to -173672995
1723.51/1723.84	c BCD2: 1223986 <= obj <= 174896980
1723.51/1723.84	c BCD2: #cores=82, #unrelaxed=304208, #relaxed=2347, #hardened=0
1723.51/1723.84	c BCD2: #sat=1 #unsat=2335 bias=2335/2336
1723.51/1723.86	c Solving starts ...
1723.51/1723.86	c ============================[ Search Statistics ]============================
1723.51/1723.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1723.51/1723.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1723.51/1723.86	c =============================================================================
1723.51/1723.86	c  0.0s |       0 |        0 |        0 |   472474      0 |     2545 |     2556
1724.00/1724.36	c  0.5s |       0 |       83 |        1 |   472474      0 |     2545 |     2557
1724.00/1724.36	c #cpu_time = 0.497s
1724.00/1724.36	c #wall_clock_time = 0.498s
1724.00/1724.36	c #decision = 83
1724.00/1724.36	c #random_decision = 0
1724.00/1724.36	c #conflict = 1
1724.00/1724.36	c #restart = 0
1724.00/1724.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 47: cost of the new core is >=47104
1724.00/1724.36	c lower bound updated to -173671971
1725.20/1725.51	c BCD2: 1225010 <= obj <= 174896980
1725.20/1725.51	c BCD2: #cores=82, #unrelaxed=304207, #relaxed=2348, #hardened=0
1725.20/1725.51	c BCD2: #sat=1 #unsat=2336 bias=2336/2337
1725.20/1725.52	c Solving starts ...
1725.20/1725.52	c ============================[ Search Statistics ]============================
1725.20/1725.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1725.20/1725.52	c       |         |          |          |    Limit     GC | Var      | Constra 
1725.20/1725.52	c =============================================================================
1725.20/1725.52	c  0.0s |       0 |        0 |        0 |   472474      0 |     2546 |     2557
1725.60/1726.00	c  0.5s |       0 |       83 |        1 |   472474      0 |     2546 |     2558
1725.60/1726.00	c #cpu_time = 0.479s
1725.60/1726.00	c #wall_clock_time = 0.480s
1725.60/1726.00	c #decision = 83
1725.60/1726.00	c #random_decision = 0
1725.60/1726.00	c #conflict = 1
1725.60/1726.00	c #restart = 0
1725.60/1726.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 48: cost of the new core is >=48128
1725.60/1726.00	c lower bound updated to -173670947
1725.80/1726.19	c BCD2: 1226034 <= obj <= 174896980
1725.80/1726.19	c BCD2: #cores=82, #unrelaxed=304206, #relaxed=2349, #hardened=0
1725.80/1726.19	c BCD2: #sat=1 #unsat=2337 bias=2337/2338
1725.90/1726.20	c Solving starts ...
1725.90/1726.20	c ============================[ Search Statistics ]============================
1725.90/1726.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1725.90/1726.20	c       |         |          |          |    Limit     GC | Var      | Constra 
1725.90/1726.20	c =============================================================================
1725.90/1726.20	c  0.0s |       0 |        0 |        0 |   472474      0 |     2547 |     2558
1726.30/1726.69	c  0.5s |       0 |       83 |        1 |   472474      0 |     2547 |     2559
1726.30/1726.69	c #cpu_time = 0.486s
1726.30/1726.69	c #wall_clock_time = 0.487s
1726.30/1726.69	c #decision = 83
1726.30/1726.69	c #random_decision = 0
1726.30/1726.69	c #conflict = 1
1726.30/1726.69	c #restart = 0
1726.30/1726.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 49: cost of the new core is >=49152
1726.30/1726.69	c lower bound updated to -173669923
1726.50/1726.86	c BCD2: 1227058 <= obj <= 174896980
1726.50/1726.86	c BCD2: #cores=82, #unrelaxed=304205, #relaxed=2350, #hardened=0
1726.50/1726.86	c BCD2: #sat=1 #unsat=2338 bias=2338/2339
1726.50/1726.87	c Solving starts ...
1726.50/1726.87	c ============================[ Search Statistics ]============================
1726.50/1726.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1726.50/1726.87	c       |         |          |          |    Limit     GC | Var      | Constra 
1726.50/1726.87	c =============================================================================
1726.50/1726.87	c  0.0s |       0 |        0 |        0 |   472474      0 |     2548 |     2559
1727.00/1727.35	c  0.5s |       0 |       83 |        1 |   472474      0 |     2548 |     2560
1727.00/1727.35	c #cpu_time = 0.478s
1727.00/1727.35	c #wall_clock_time = 0.479s
1727.00/1727.35	c #decision = 83
1727.00/1727.35	c #random_decision = 0
1727.00/1727.35	c #conflict = 1
1727.00/1727.35	c #restart = 0
1727.00/1727.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 50: cost of the new core is >=50176
1727.00/1727.35	c lower bound updated to -173668899
1727.20/1727.55	c BCD2: 1228082 <= obj <= 174896980
1727.20/1727.55	c BCD2: #cores=82, #unrelaxed=304204, #relaxed=2351, #hardened=0
1727.20/1727.55	c BCD2: #sat=1 #unsat=2339 bias=2339/2340
1727.20/1727.56	c Solving starts ...
1727.20/1727.56	c ============================[ Search Statistics ]============================
1727.20/1727.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1727.20/1727.56	c       |         |          |          |    Limit     GC | Var      | Constra 
1727.20/1727.56	c =============================================================================
1727.20/1727.56	c  0.0s |       0 |        0 |        0 |   472474      0 |     2549 |     2560
1727.70/1728.05	c  0.5s |       0 |       83 |        1 |   472474      0 |     2549 |     2561
1727.70/1728.05	c #cpu_time = 0.492s
1727.70/1728.05	c #wall_clock_time = 0.493s
1727.70/1728.05	c #decision = 83
1727.70/1728.05	c #random_decision = 0
1727.70/1728.05	c #conflict = 1
1727.70/1728.05	c #restart = 0
1727.70/1728.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 51: cost of the new core is >=51200
1727.70/1728.05	c lower bound updated to -173667875
1727.90/1728.23	c BCD2: 1229106 <= obj <= 174896980
1727.90/1728.23	c BCD2: #cores=82, #unrelaxed=304203, #relaxed=2352, #hardened=0
1727.90/1728.23	c BCD2: #sat=1 #unsat=2340 bias=2340/2341
1727.90/1728.23	c Solving starts ...
1727.90/1728.23	c ============================[ Search Statistics ]============================
1727.90/1728.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1727.90/1728.23	c       |         |          |          |    Limit     GC | Var      | Constra 
1727.90/1728.23	c =============================================================================
1727.90/1728.23	c  0.0s |       0 |        0 |        0 |   472474      0 |     2550 |     2561
1728.40/1728.72	c  0.5s |       0 |       83 |        1 |   472474      0 |     2550 |     2562
1728.40/1728.72	c #cpu_time = 0.488s
1728.40/1728.72	c #wall_clock_time = 0.489s
1728.40/1728.72	c #decision = 83
1728.40/1728.72	c #random_decision = 0
1728.40/1728.72	c #conflict = 1
1728.40/1728.72	c #restart = 0
1728.40/1728.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 52: cost of the new core is >=52224
1728.40/1728.72	c lower bound updated to -173666851
1728.60/1728.92	c BCD2: 1230130 <= obj <= 174896980
1728.60/1728.92	c BCD2: #cores=82, #unrelaxed=304202, #relaxed=2353, #hardened=0
1728.60/1728.92	c BCD2: #sat=1 #unsat=2341 bias=2341/2342
1728.60/1728.92	c Solving starts ...
1728.60/1728.92	c ============================[ Search Statistics ]============================
1728.60/1728.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1728.60/1728.92	c       |         |          |          |    Limit     GC | Var      | Constra 
1728.60/1728.92	c =============================================================================
1728.60/1728.92	c  0.0s |       0 |        0 |        0 |   472474      0 |     2551 |     2562
1729.11/1729.42	c  0.5s |       0 |       83 |        1 |   472474      0 |     2551 |     2563
1729.11/1729.42	c #cpu_time = 0.493s
1729.11/1729.42	c #wall_clock_time = 0.495s
1729.11/1729.42	c #decision = 83
1729.11/1729.42	c #random_decision = 0
1729.11/1729.42	c #conflict = 1
1729.11/1729.42	c #restart = 0
1729.11/1729.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 53: cost of the new core is >=53248
1729.11/1729.42	c lower bound updated to -173665827
1729.30/1729.61	c BCD2: 1231154 <= obj <= 174896980
1729.30/1729.61	c BCD2: #cores=82, #unrelaxed=304201, #relaxed=2354, #hardened=0
1729.30/1729.61	c BCD2: #sat=1 #unsat=2342 bias=2342/2343
1729.30/1729.61	c Solving starts ...
1729.30/1729.61	c ============================[ Search Statistics ]============================
1729.30/1729.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1729.30/1729.61	c       |         |          |          |    Limit     GC | Var      | Constra 
1729.30/1729.61	c =============================================================================
1729.30/1729.61	c  0.0s |       0 |        0 |        0 |   472474      0 |     2552 |     2563
1729.80/1730.11	c  0.5s |       0 |       83 |        1 |   472474      0 |     2552 |     2564
1729.80/1730.11	c #cpu_time = 0.493s
1729.80/1730.11	c #wall_clock_time = 0.494s
1729.80/1730.11	c #decision = 83
1729.80/1730.11	c #random_decision = 0
1729.80/1730.11	c #conflict = 1
1729.80/1730.11	c #restart = 0
1729.80/1730.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 54: cost of the new core is >=54272
1729.80/1730.11	c lower bound updated to -173664803
1730.00/1730.33	c BCD2: 1232178 <= obj <= 174896980
1730.00/1730.33	c BCD2: #cores=82, #unrelaxed=304200, #relaxed=2355, #hardened=0
1730.00/1730.33	c BCD2: #sat=1 #unsat=2343 bias=2343/2344
1730.00/1730.34	c Solving starts ...
1730.00/1730.34	c ============================[ Search Statistics ]============================
1730.00/1730.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1730.00/1730.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1730.00/1730.34	c =============================================================================
1730.00/1730.34	c  0.0s |       0 |        0 |        0 |   472474      0 |     2553 |     2564
1730.50/1730.83	c  0.5s |       0 |       83 |        1 |   472474      0 |     2553 |     2565
1730.50/1730.83	c #cpu_time = 0.487s
1730.50/1730.83	c #wall_clock_time = 0.488s
1730.50/1730.83	c #decision = 83
1730.50/1730.83	c #random_decision = 0
1730.50/1730.83	c #conflict = 1
1730.50/1730.83	c #restart = 0
1730.50/1730.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 55: cost of the new core is >=55296
1730.50/1730.83	c lower bound updated to -173663779
1730.70/1731.05	c BCD2: 1233202 <= obj <= 174896980
1730.70/1731.05	c BCD2: #cores=82, #unrelaxed=304199, #relaxed=2356, #hardened=0
1730.70/1731.05	c BCD2: #sat=1 #unsat=2344 bias=2344/2345
1730.70/1731.07	c Solving starts ...
1730.70/1731.07	c ============================[ Search Statistics ]============================
1730.70/1731.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1730.70/1731.07	c       |         |          |          |    Limit     GC | Var      | Constra 
1730.70/1731.07	c =============================================================================
1730.70/1731.07	c  0.0s |       0 |        0 |        0 |   472474      0 |     2554 |     2565
1731.21/1731.56	c  0.5s |       0 |       83 |        1 |   472474      0 |     2554 |     2566
1731.21/1731.56	c #cpu_time = 0.494s
1731.21/1731.56	c #wall_clock_time = 0.495s
1731.21/1731.56	c #decision = 83
1731.21/1731.56	c #random_decision = 0
1731.21/1731.56	c #conflict = 1
1731.21/1731.56	c #restart = 0
1731.21/1731.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 56: cost of the new core is >=56320
1731.21/1731.56	c lower bound updated to -173662755
1731.40/1731.78	c BCD2: 1234226 <= obj <= 174896980
1731.40/1731.78	c BCD2: #cores=82, #unrelaxed=304198, #relaxed=2357, #hardened=0
1731.40/1731.78	c BCD2: #sat=1 #unsat=2345 bias=2345/2346
1731.40/1731.80	c Solving starts ...
1731.40/1731.80	c ============================[ Search Statistics ]============================
1731.40/1731.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1731.40/1731.80	c       |         |          |          |    Limit     GC | Var      | Constra 
1731.40/1731.80	c =============================================================================
1731.40/1731.80	c  0.0s |       0 |        0 |        0 |   472474      0 |     2555 |     2566
1732.90/1733.29	c  1.5s |       0 |       83 |        1 |   472474      0 |     2555 |     2567
1732.90/1733.29	c #cpu_time = 1.494s
1732.90/1733.29	c #wall_clock_time = 1.498s
1732.90/1733.29	c #decision = 83
1732.90/1733.29	c #random_decision = 0
1732.90/1733.29	c #conflict = 1
1732.90/1733.29	c #restart = 0
1732.90/1733.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 57: cost of the new core is >=57344
1732.90/1733.30	c lower bound updated to -173661731
1733.10/1733.44	c BCD2: 1235250 <= obj <= 174896980
1733.10/1733.44	c BCD2: #cores=82, #unrelaxed=304197, #relaxed=2358, #hardened=0
1733.10/1733.44	c BCD2: #sat=1 #unsat=2346 bias=2346/2347
1733.10/1733.45	c Solving starts ...
1733.10/1733.45	c ============================[ Search Statistics ]============================
1733.10/1733.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1733.10/1733.45	c       |         |          |          |    Limit     GC | Var      | Constra 
1733.10/1733.45	c =============================================================================
1733.10/1733.45	c  0.0s |       0 |        0 |        0 |   472474      0 |     2556 |     2567
1733.51/1733.88	c  0.4s |       0 |       83 |        1 |   472474      0 |     2556 |     2568
1733.51/1733.88	c #cpu_time = 0.431s
1733.51/1733.88	c #wall_clock_time = 0.433s
1733.51/1733.88	c #decision = 83
1733.51/1733.88	c #random_decision = 0
1733.51/1733.88	c #conflict = 1
1733.51/1733.88	c #restart = 0
1733.51/1733.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 58: cost of the new core is >=58368
1733.51/1733.88	c lower bound updated to -173660707
1733.70/1734.04	c BCD2: 1236274 <= obj <= 174896980
1733.70/1734.04	c BCD2: #cores=82, #unrelaxed=304196, #relaxed=2359, #hardened=0
1733.70/1734.04	c BCD2: #sat=1 #unsat=2347 bias=2347/2348
1733.70/1734.05	c Solving starts ...
1733.70/1734.05	c ============================[ Search Statistics ]============================
1733.70/1734.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1733.70/1734.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1733.70/1734.05	c =============================================================================
1733.70/1734.05	c  0.0s |       0 |        0 |        0 |   472474      0 |     2557 |     2568
1734.10/1734.49	c  0.4s |       0 |       83 |        1 |   472474      0 |     2557 |     2569
1734.10/1734.49	c #cpu_time = 0.446s
1734.10/1734.49	c #wall_clock_time = 0.447s
1734.10/1734.49	c #decision = 83
1734.10/1734.49	c #random_decision = 0
1734.10/1734.49	c #conflict = 1
1734.10/1734.49	c #restart = 0
1734.10/1734.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 59: cost of the new core is >=59392
1734.10/1734.49	c lower bound updated to -173659683
1734.30/1734.64	c BCD2: 1237298 <= obj <= 174896980
1734.30/1734.64	c BCD2: #cores=82, #unrelaxed=304195, #relaxed=2360, #hardened=0
1734.30/1734.64	c BCD2: #sat=1 #unsat=2348 bias=2348/2349
1734.30/1734.65	c Solving starts ...
1734.30/1734.65	c ============================[ Search Statistics ]============================
1734.30/1734.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1734.30/1734.65	c       |         |          |          |    Limit     GC | Var      | Constra 
1734.30/1734.65	c =============================================================================
1734.30/1734.65	c  0.0s |       0 |        0 |        0 |   472474      0 |     2558 |     2569
1734.70/1735.08	c  0.4s |       0 |       83 |        1 |   472474      0 |     2558 |     2570
1734.70/1735.08	c #cpu_time = 0.433s
1734.70/1735.08	c #wall_clock_time = 0.434s
1734.70/1735.08	c #decision = 83
1734.70/1735.08	c #random_decision = 0
1734.70/1735.08	c #conflict = 1
1734.70/1735.08	c #restart = 0
1734.70/1735.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 60: cost of the new core is >=60416
1734.70/1735.08	c lower bound updated to -173658659
1734.90/1735.24	c BCD2: 1238322 <= obj <= 174896980
1734.90/1735.24	c BCD2: #cores=82, #unrelaxed=304194, #relaxed=2361, #hardened=0
1734.90/1735.24	c BCD2: #sat=1 #unsat=2349 bias=2349/2350
1734.90/1735.25	c Solving starts ...
1734.90/1735.25	c ============================[ Search Statistics ]============================
1734.90/1735.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1734.90/1735.25	c       |         |          |          |    Limit     GC | Var      | Constra 
1734.90/1735.25	c =============================================================================
1734.90/1735.25	c  0.0s |       0 |        0 |        0 |   472474      0 |     2559 |     2570
1735.40/1735.70	c  0.5s |       0 |       83 |        1 |   472474      0 |     2559 |     2571
1735.40/1735.70	c #cpu_time = 0.451s
1735.40/1735.70	c #wall_clock_time = 0.452s
1735.40/1735.70	c #decision = 83
1735.40/1735.70	c #random_decision = 0
1735.40/1735.70	c #conflict = 1
1735.40/1735.70	c #restart = 0
1735.40/1735.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 61: cost of the new core is >=61440
1735.40/1735.70	c lower bound updated to -173657635
1735.50/1735.85	c BCD2: 1239346 <= obj <= 174896980
1735.50/1735.85	c BCD2: #cores=82, #unrelaxed=304193, #relaxed=2362, #hardened=0
1735.50/1735.85	c BCD2: #sat=1 #unsat=2350 bias=2350/2351
1735.50/1735.86	c Solving starts ...
1735.50/1735.86	c ============================[ Search Statistics ]============================
1735.50/1735.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1735.50/1735.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1735.50/1735.86	c =============================================================================
1735.50/1735.86	c  0.0s |       0 |        0 |        0 |   472474      0 |     2560 |     2571
1736.00/1736.31	c  0.4s |       0 |       83 |        1 |   472474      0 |     2560 |     2572
1736.00/1736.31	c #cpu_time = 0.448s
1736.00/1736.31	c #wall_clock_time = 0.449s
1736.00/1736.31	c #decision = 83
1736.00/1736.31	c #random_decision = 0
1736.00/1736.31	c #conflict = 1
1736.00/1736.31	c #restart = 0
1736.00/1736.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 62: cost of the new core is >=62464
1736.00/1736.31	c lower bound updated to -173656611
1736.10/1736.46	c BCD2: 1240370 <= obj <= 174896980
1736.10/1736.46	c BCD2: #cores=82, #unrelaxed=304192, #relaxed=2363, #hardened=0
1736.10/1736.46	c BCD2: #sat=1 #unsat=2351 bias=2351/2352
1736.10/1736.47	c Solving starts ...
1736.10/1736.47	c ============================[ Search Statistics ]============================
1736.10/1736.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1736.10/1736.47	c       |         |          |          |    Limit     GC | Var      | Constra 
1736.10/1736.47	c =============================================================================
1736.10/1736.47	c  0.0s |       0 |        0 |        0 |   472474      0 |     2561 |     2572
1736.60/1736.91	c  0.4s |       0 |       83 |        1 |   472474      0 |     2561 |     2573
1736.60/1736.91	c #cpu_time = 0.444s
1736.60/1736.91	c #wall_clock_time = 0.445s
1736.60/1736.91	c #decision = 83
1736.60/1736.91	c #random_decision = 0
1736.60/1736.91	c #conflict = 1
1736.60/1736.91	c #restart = 0
1736.60/1736.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 63: cost of the new core is >=63488
1736.60/1736.91	c lower bound updated to -173655587
1736.71/1737.07	c BCD2: 1241394 <= obj <= 174896980
1736.71/1737.07	c BCD2: #cores=82, #unrelaxed=304191, #relaxed=2364, #hardened=0
1736.71/1737.07	c BCD2: #sat=1 #unsat=2352 bias=2352/2353
1736.71/1737.08	c Solving starts ...
1736.71/1737.08	c ============================[ Search Statistics ]============================
1736.71/1737.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1736.71/1737.08	c       |         |          |          |    Limit     GC | Var      | Constra 
1736.71/1737.08	c =============================================================================
1736.71/1737.08	c  0.0s |       0 |        0 |        0 |   472474      0 |     2562 |     2573
1737.20/1737.53	c  0.4s |       0 |       83 |        1 |   472474      0 |     2562 |     2574
1737.20/1737.53	c #cpu_time = 0.448s
1737.20/1737.53	c #wall_clock_time = 0.450s
1737.20/1737.53	c #decision = 83
1737.20/1737.53	c #random_decision = 0
1737.20/1737.53	c #conflict = 1
1737.20/1737.53	c #restart = 0
1737.20/1737.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 64: cost of the new core is >=64512
1737.20/1737.53	c lower bound updated to -173654563
1737.40/1737.72	c BCD2: 1242418 <= obj <= 174896980
1737.40/1737.72	c BCD2: #cores=82, #unrelaxed=304190, #relaxed=2365, #hardened=0
1737.40/1737.72	c BCD2: #sat=1 #unsat=2353 bias=2353/2354
1737.40/1737.74	c Solving starts ...
1737.40/1737.74	c ============================[ Search Statistics ]============================
1737.40/1737.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1737.40/1737.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1737.40/1737.74	c =============================================================================
1737.40/1737.74	c  0.0s |       0 |        0 |        0 |   472474      0 |     2563 |     2574
1737.80/1738.19	c  0.5s |       0 |       83 |        1 |   472474      0 |     2563 |     2575
1737.80/1738.19	c #cpu_time = 0.449s
1737.80/1738.19	c #wall_clock_time = 0.450s
1737.80/1738.19	c #decision = 83
1737.80/1738.19	c #random_decision = 0
1737.80/1738.19	c #conflict = 1
1737.80/1738.19	c #restart = 0
1737.80/1738.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 65: cost of the new core is >=65536
1737.80/1738.19	c lower bound updated to -173653539
1738.00/1738.38	c BCD2: 1243442 <= obj <= 174896980
1738.00/1738.38	c BCD2: #cores=82, #unrelaxed=304189, #relaxed=2366, #hardened=0
1738.00/1738.38	c BCD2: #sat=1 #unsat=2354 bias=2354/2355
1738.00/1738.39	c Solving starts ...
1738.00/1738.39	c ============================[ Search Statistics ]============================
1738.00/1738.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1738.00/1738.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1738.00/1738.39	c =============================================================================
1738.00/1738.39	c  0.0s |       0 |        0 |        0 |   472474      0 |     2564 |     2575
1738.50/1738.85	c  0.5s |       0 |       83 |        1 |   472474      0 |     2564 |     2576
1738.50/1738.85	c #cpu_time = 0.451s
1738.50/1738.85	c #wall_clock_time = 0.452s
1738.50/1738.85	c #decision = 83
1738.50/1738.85	c #random_decision = 0
1738.50/1738.85	c #conflict = 1
1738.50/1738.85	c #restart = 0
1738.50/1738.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 66: cost of the new core is >=66560
1738.50/1738.85	c lower bound updated to -173652515
1738.70/1739.03	c BCD2: 1244466 <= obj <= 174896980
1738.70/1739.03	c BCD2: #cores=82, #unrelaxed=304188, #relaxed=2367, #hardened=0
1738.70/1739.03	c BCD2: #sat=1 #unsat=2355 bias=2355/2356
1738.70/1739.05	c Solving starts ...
1738.70/1739.05	c ============================[ Search Statistics ]============================
1738.70/1739.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1738.70/1739.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1738.70/1739.05	c =============================================================================
1738.70/1739.05	c  0.0s |       0 |        0 |        0 |   472474      0 |     2565 |     2576
1740.11/1740.49	c  1.4s |       0 |       83 |        1 |   472474      0 |     2565 |     2577
1740.11/1740.49	c #cpu_time = 1.439s
1740.11/1740.49	c #wall_clock_time = 1.443s
1740.11/1740.49	c #decision = 83
1740.11/1740.49	c #random_decision = 0
1740.11/1740.49	c #conflict = 1
1740.11/1740.49	c #restart = 0
1740.11/1740.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 67: cost of the new core is >=67584
1740.11/1740.49	c lower bound updated to -173651491
1740.30/1740.67	c BCD2: 1245490 <= obj <= 174896980
1740.30/1740.67	c BCD2: #cores=82, #unrelaxed=304187, #relaxed=2368, #hardened=0
1740.30/1740.67	c BCD2: #sat=1 #unsat=2356 bias=2356/2357
1740.30/1740.68	c Solving starts ...
1740.30/1740.68	c ============================[ Search Statistics ]============================
1740.30/1740.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1740.30/1740.68	c       |         |          |          |    Limit     GC | Var      | Constra 
1740.30/1740.68	c =============================================================================
1740.30/1740.68	c  0.0s |       0 |        0 |        0 |   472474      0 |     2566 |     2577
1740.80/1741.16	c  0.5s |       0 |       83 |        1 |   472474      0 |     2566 |     2578
1740.80/1741.16	c #cpu_time = 0.485s
1740.80/1741.16	c #wall_clock_time = 0.486s
1740.80/1741.16	c #decision = 83
1740.80/1741.16	c #random_decision = 0
1740.80/1741.16	c #conflict = 1
1740.80/1741.16	c #restart = 0
1740.80/1741.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 68: cost of the new core is >=68608
1740.80/1741.16	c lower bound updated to -173650467
1741.00/1741.36	c BCD2: 1246514 <= obj <= 174896980
1741.00/1741.36	c BCD2: #cores=82, #unrelaxed=304186, #relaxed=2369, #hardened=0
1741.00/1741.36	c BCD2: #sat=1 #unsat=2357 bias=2357/2358
1741.00/1741.36	c Solving starts ...
1741.00/1741.36	c ============================[ Search Statistics ]============================
1741.00/1741.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1741.00/1741.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1741.00/1741.36	c =============================================================================
1741.00/1741.37	c  0.0s |       0 |        0 |        0 |   472474      0 |     2567 |     2578
1741.50/1741.85	c  0.5s |       0 |       83 |        1 |   472474      0 |     2567 |     2579
1741.50/1741.85	c #cpu_time = 0.486s
1741.50/1741.85	c #wall_clock_time = 0.487s
1741.50/1741.85	c #decision = 83
1741.50/1741.85	c #random_decision = 0
1741.50/1741.85	c #conflict = 1
1741.50/1741.85	c #restart = 0
1741.50/1741.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 69: cost of the new core is >=69632
1741.50/1741.85	c lower bound updated to -173649443
1741.70/1742.03	c BCD2: 1247538 <= obj <= 174896980
1741.70/1742.03	c BCD2: #cores=82, #unrelaxed=304185, #relaxed=2370, #hardened=0
1741.70/1742.03	c BCD2: #sat=1 #unsat=2358 bias=2358/2359
1741.70/1742.04	c Solving starts ...
1741.70/1742.04	c ============================[ Search Statistics ]============================
1741.70/1742.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1741.70/1742.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1741.70/1742.04	c =============================================================================
1741.70/1742.04	c  0.0s |       0 |        0 |        0 |   472474      0 |     2568 |     2579
1742.21/1742.51	c  0.5s |       0 |       83 |        1 |   472474      0 |     2568 |     2580
1742.21/1742.51	c #cpu_time = 0.474s
1742.21/1742.51	c #wall_clock_time = 0.475s
1742.21/1742.51	c #decision = 83
1742.21/1742.51	c #random_decision = 0
1742.21/1742.51	c #conflict = 1
1742.21/1742.51	c #restart = 0
1742.21/1742.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 70: cost of the new core is >=70656
1742.21/1742.51	c lower bound updated to -173648419
1742.40/1742.71	c BCD2: 1248562 <= obj <= 174896980
1742.40/1742.71	c BCD2: #cores=82, #unrelaxed=304184, #relaxed=2371, #hardened=0
1742.40/1742.71	c BCD2: #sat=1 #unsat=2359 bias=2359/2360
1742.40/1742.72	c Solving starts ...
1742.40/1742.72	c ============================[ Search Statistics ]============================
1742.40/1742.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1742.40/1742.72	c       |         |          |          |    Limit     GC | Var      | Constra 
1742.40/1742.72	c =============================================================================
1742.40/1742.72	c  0.0s |       0 |        0 |        0 |   472474      0 |     2569 |     2580
1742.90/1743.21	c  0.5s |       0 |       83 |        1 |   472474      0 |     2569 |     2581
1742.90/1743.21	c #cpu_time = 0.492s
1742.90/1743.21	c #wall_clock_time = 0.493s
1742.90/1743.21	c #decision = 83
1742.90/1743.21	c #random_decision = 0
1742.90/1743.21	c #conflict = 1
1742.90/1743.21	c #restart = 0
1742.90/1743.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 71: cost of the new core is >=71680
1742.90/1743.21	c lower bound updated to -173647395
1743.00/1743.39	c BCD2: 1249586 <= obj <= 174896980
1743.00/1743.39	c BCD2: #cores=82, #unrelaxed=304183, #relaxed=2372, #hardened=0
1743.00/1743.39	c BCD2: #sat=1 #unsat=2360 bias=2360/2361
1743.00/1743.39	c Solving starts ...
1743.00/1743.39	c ============================[ Search Statistics ]============================
1743.00/1743.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1743.00/1743.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1743.00/1743.39	c =============================================================================
1743.00/1743.39	c  0.0s |       0 |        0 |        0 |   472474      0 |     2570 |     2581
1743.50/1743.89	c  0.5s |       0 |       83 |        1 |   472474      0 |     2570 |     2582
1743.50/1743.89	c #cpu_time = 0.493s
1743.50/1743.89	c #wall_clock_time = 0.494s
1743.50/1743.89	c #decision = 83
1743.50/1743.89	c #random_decision = 0
1743.50/1743.89	c #conflict = 1
1743.50/1743.89	c #restart = 0
1743.50/1743.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 72: cost of the new core is >=72704
1743.50/1743.89	c lower bound updated to -173646371
1743.70/1744.08	c BCD2: 1250610 <= obj <= 174896980
1743.70/1744.08	c BCD2: #cores=82, #unrelaxed=304182, #relaxed=2373, #hardened=0
1743.70/1744.08	c BCD2: #sat=1 #unsat=2361 bias=2361/2362
1743.70/1744.09	c Solving starts ...
1743.70/1744.09	c ============================[ Search Statistics ]============================
1743.70/1744.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1743.70/1744.09	c       |         |          |          |    Limit     GC | Var      | Constra 
1743.70/1744.09	c =============================================================================
1743.70/1744.09	c  0.0s |       0 |        0 |        0 |   472474      0 |     2571 |     2582
1744.20/1744.58	c  0.5s |       0 |       83 |        1 |   472474      0 |     2571 |     2583
1744.20/1744.58	c #cpu_time = 0.496s
1744.20/1744.58	c #wall_clock_time = 0.497s
1744.20/1744.58	c #decision = 83
1744.20/1744.58	c #random_decision = 0
1744.20/1744.58	c #conflict = 1
1744.20/1744.58	c #restart = 0
1744.20/1744.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 73: cost of the new core is >=73728
1744.20/1744.58	c lower bound updated to -173645347
1744.41/1744.79	c BCD2: 1251634 <= obj <= 174896980
1744.41/1744.79	c BCD2: #cores=82, #unrelaxed=304181, #relaxed=2374, #hardened=0
1744.41/1744.79	c BCD2: #sat=1 #unsat=2362 bias=2362/2363
1744.41/1744.80	c Solving starts ...
1744.41/1744.80	c ============================[ Search Statistics ]============================
1744.41/1744.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1744.41/1744.80	c       |         |          |          |    Limit     GC | Var      | Constra 
1744.41/1744.80	c =============================================================================
1744.51/1744.80	c  0.0s |       0 |        0 |        0 |   472474      0 |     2572 |     2583
1745.00/1745.31	c  0.5s |       0 |       83 |        1 |   472474      0 |     2572 |     2584
1745.00/1745.31	c #cpu_time = 0.502s
1745.00/1745.31	c #wall_clock_time = 0.503s
1745.00/1745.31	c #decision = 83
1745.00/1745.31	c #random_decision = 0
1745.00/1745.31	c #conflict = 1
1745.00/1745.31	c #restart = 0
1745.00/1745.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 74: cost of the new core is >=74752
1745.00/1745.31	c lower bound updated to -173644323
1745.20/1745.52	c BCD2: 1252658 <= obj <= 174896980
1745.20/1745.52	c BCD2: #cores=82, #unrelaxed=304180, #relaxed=2375, #hardened=0
1745.20/1745.52	c BCD2: #sat=1 #unsat=2363 bias=2363/2364
1745.20/1745.54	c Solving starts ...
1745.20/1745.54	c ============================[ Search Statistics ]============================
1745.20/1745.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1745.20/1745.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1745.20/1745.54	c =============================================================================
1745.20/1745.54	c  0.0s |       0 |        0 |        0 |   472474      0 |     2573 |     2584
1745.70/1746.04	c  0.5s |       0 |       83 |        1 |   472474      0 |     2573 |     2585
1745.70/1746.04	c #cpu_time = 0.494s
1745.70/1746.04	c #wall_clock_time = 0.495s
1745.70/1746.04	c #decision = 83
1745.70/1746.04	c #random_decision = 0
1745.70/1746.04	c #conflict = 1
1745.70/1746.04	c #restart = 0
1745.70/1746.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 75: cost of the new core is >=75776
1745.70/1746.04	c lower bound updated to -173643299
1745.90/1746.25	c BCD2: 1253682 <= obj <= 174896980
1745.90/1746.25	c BCD2: #cores=82, #unrelaxed=304179, #relaxed=2376, #hardened=0
1745.90/1746.25	c BCD2: #sat=1 #unsat=2364 bias=2364/2365
1745.90/1746.27	c Solving starts ...
1745.90/1746.27	c ============================[ Search Statistics ]============================
1745.90/1746.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1745.90/1746.27	c       |         |          |          |    Limit     GC | Var      | Constra 
1745.90/1746.27	c =============================================================================
1745.90/1746.27	c  0.0s |       0 |        0 |        0 |   472474      0 |     2574 |     2585
1746.40/1746.77	c  0.5s |       0 |       83 |        1 |   472474      0 |     2574 |     2586
1746.40/1746.77	c #cpu_time = 0.501s
1746.40/1746.77	c #wall_clock_time = 0.503s
1746.40/1746.77	c #decision = 83
1746.40/1746.77	c #random_decision = 0
1746.40/1746.77	c #conflict = 1
1746.40/1746.77	c #restart = 0
1746.40/1746.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 76: cost of the new core is >=76800
1746.40/1746.77	c lower bound updated to -173642275
1746.60/1746.99	c BCD2: 1254706 <= obj <= 174896980
1746.60/1746.99	c BCD2: #cores=82, #unrelaxed=304178, #relaxed=2377, #hardened=0
1746.60/1746.99	c BCD2: #sat=1 #unsat=2365 bias=2365/2366
1746.70/1747.01	c Solving starts ...
1746.70/1747.01	c ============================[ Search Statistics ]============================
1746.70/1747.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1746.70/1747.01	c       |         |          |          |    Limit     GC | Var      | Constra 
1746.70/1747.01	c =============================================================================
1746.70/1747.01	c  0.0s |       0 |        0 |        0 |   472474      0 |     2575 |     2586
1748.10/1748.47	c  1.5s |       0 |       83 |        1 |   472474      0 |     2575 |     2587
1748.10/1748.47	c #cpu_time = 1.453s
1748.10/1748.47	c #wall_clock_time = 1.456s
1748.10/1748.47	c #decision = 83
1748.10/1748.47	c #random_decision = 0
1748.10/1748.47	c #conflict = 1
1748.10/1748.47	c #restart = 0
1748.10/1748.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 77: cost of the new core is >=77824
1748.10/1748.47	c lower bound updated to -173641251
1748.30/1748.63	c BCD2: 1255730 <= obj <= 174896980
1748.30/1748.63	c BCD2: #cores=82, #unrelaxed=304177, #relaxed=2378, #hardened=0
1748.30/1748.63	c BCD2: #sat=1 #unsat=2366 bias=2366/2367
1748.30/1748.63	c Solving starts ...
1748.30/1748.63	c ============================[ Search Statistics ]============================
1748.30/1748.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1748.30/1748.63	c       |         |          |          |    Limit     GC | Var      | Constra 
1748.30/1748.63	c =============================================================================
1748.30/1748.63	c  0.0s |       0 |        0 |        0 |   472474      0 |     2576 |     2587
1748.81/1749.12	c  0.5s |       0 |       83 |        1 |   472474      0 |     2576 |     2588
1748.81/1749.12	c #cpu_time = 0.482s
1748.81/1749.12	c #wall_clock_time = 0.484s
1748.81/1749.12	c #decision = 83
1748.81/1749.12	c #random_decision = 0
1748.81/1749.12	c #conflict = 1
1748.81/1749.12	c #restart = 0
1748.81/1749.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 78: cost of the new core is >=78848
1748.81/1749.12	c lower bound updated to -173640227
1748.91/1749.29	c BCD2: 1256754 <= obj <= 174896980
1748.91/1749.29	c BCD2: #cores=82, #unrelaxed=304176, #relaxed=2379, #hardened=0
1748.91/1749.29	c BCD2: #sat=1 #unsat=2367 bias=2367/2368
1749.00/1749.30	c Solving starts ...
1749.00/1749.30	c ============================[ Search Statistics ]============================
1749.00/1749.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1749.00/1749.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1749.00/1749.30	c =============================================================================
1749.00/1749.30	c  0.0s |       0 |        0 |        0 |   472474      0 |     2577 |     2588
1749.40/1749.79	c  0.5s |       0 |       83 |        1 |   472474      0 |     2577 |     2589
1749.40/1749.79	c #cpu_time = 0.493s
1749.40/1749.79	c #wall_clock_time = 0.494s
1749.40/1749.79	c #decision = 83
1749.40/1749.79	c #random_decision = 0
1749.40/1749.79	c #conflict = 1
1749.40/1749.79	c #restart = 0
1749.40/1749.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 79: cost of the new core is >=79872
1749.40/1749.79	c lower bound updated to -173639203
1749.60/1749.95	c BCD2: 1257778 <= obj <= 174896980
1749.60/1749.95	c BCD2: #cores=82, #unrelaxed=304175, #relaxed=2380, #hardened=0
1749.60/1749.95	c BCD2: #sat=1 #unsat=2368 bias=2368/2369
1749.60/1749.96	c Solving starts ...
1749.60/1749.96	c ============================[ Search Statistics ]============================
1749.60/1749.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1749.60/1749.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1749.60/1749.96	c =============================================================================
1749.60/1749.96	c  0.0s |       0 |        0 |        0 |   472474      0 |     2578 |     2589
1750.10/1750.46	c  0.5s |       0 |       83 |        1 |   472474      0 |     2578 |     2590
1750.10/1750.46	c #cpu_time = 0.493s
1750.10/1750.46	c #wall_clock_time = 0.494s
1750.10/1750.46	c #decision = 83
1750.10/1750.46	c #random_decision = 0
1750.10/1750.46	c #conflict = 1
1750.10/1750.46	c #restart = 0
1750.10/1750.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 80: cost of the new core is >=80896
1750.10/1750.46	c lower bound updated to -173638179
1750.30/1750.62	c BCD2: 1258802 <= obj <= 174896980
1750.30/1750.62	c BCD2: #cores=82, #unrelaxed=304174, #relaxed=2381, #hardened=0
1750.30/1750.62	c BCD2: #sat=1 #unsat=2369 bias=2369/2370
1750.30/1750.63	c Solving starts ...
1750.30/1750.63	c ============================[ Search Statistics ]============================
1750.30/1750.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1750.30/1750.63	c       |         |          |          |    Limit     GC | Var      | Constra 
1750.30/1750.63	c =============================================================================
1750.30/1750.63	c  0.0s |       0 |        0 |        0 |   472474      0 |     2579 |     2590
1750.80/1751.12	c  0.5s |       0 |       83 |        1 |   472474      0 |     2579 |     2591
1750.80/1751.12	c #cpu_time = 0.493s
1750.80/1751.12	c #wall_clock_time = 0.494s
1750.80/1751.12	c #decision = 83
1750.80/1751.12	c #random_decision = 0
1750.80/1751.12	c #conflict = 1
1750.80/1751.12	c #restart = 0
1750.80/1751.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 81: cost of the new core is >=81920
1750.80/1751.12	c lower bound updated to -173637155
1750.90/1751.28	c BCD2: 1259826 <= obj <= 174896980
1750.90/1751.28	c BCD2: #cores=82, #unrelaxed=304173, #relaxed=2382, #hardened=0
1750.90/1751.28	c BCD2: #sat=1 #unsat=2370 bias=2370/2371
1750.90/1751.29	c Solving starts ...
1750.90/1751.29	c ============================[ Search Statistics ]============================
1750.90/1751.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1750.90/1751.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1750.90/1751.29	c =============================================================================
1750.90/1751.29	c  0.0s |       0 |        0 |        0 |   472474      0 |     2580 |     2591
1751.40/1751.79	c  0.5s |       0 |       83 |        1 |   472474      0 |     2580 |     2592
1751.40/1751.79	c #cpu_time = 0.495s
1751.40/1751.79	c #wall_clock_time = 0.497s
1751.40/1751.79	c #decision = 83
1751.40/1751.79	c #random_decision = 0
1751.40/1751.79	c #conflict = 1
1751.40/1751.79	c #restart = 0
1751.40/1751.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 82: cost of the new core is >=82944
1751.40/1751.79	c lower bound updated to -173636131
1751.60/1751.95	c BCD2: 1260850 <= obj <= 174896980
1751.60/1751.95	c BCD2: #cores=82, #unrelaxed=304172, #relaxed=2383, #hardened=0
1751.60/1751.95	c BCD2: #sat=1 #unsat=2371 bias=2371/2372
1751.60/1751.96	c Solving starts ...
1751.60/1751.96	c ============================[ Search Statistics ]============================
1751.60/1751.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1751.60/1751.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1751.60/1751.96	c =============================================================================
1751.60/1751.96	c  0.0s |       0 |        0 |        0 |   472474      0 |     2581 |     2592
1752.11/1752.46	c  0.5s |       0 |       83 |        1 |   472474      0 |     2581 |     2593
1752.11/1752.46	c #cpu_time = 0.495s
1752.11/1752.46	c #wall_clock_time = 0.496s
1752.11/1752.46	c #decision = 83
1752.11/1752.46	c #random_decision = 0
1752.11/1752.46	c #conflict = 1
1752.11/1752.46	c #restart = 0
1752.11/1752.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 83: cost of the new core is >=83968
1752.11/1752.46	c lower bound updated to -173635107
1752.30/1752.65	c BCD2: 1261874 <= obj <= 174896980
1752.30/1752.66	c BCD2: #cores=82, #unrelaxed=304171, #relaxed=2384, #hardened=0
1752.30/1752.66	c BCD2: #sat=1 #unsat=2372 bias=2372/2373
1752.30/1752.67	c Solving starts ...
1752.30/1752.67	c ============================[ Search Statistics ]============================
1752.30/1752.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1752.30/1752.67	c       |         |          |          |    Limit     GC | Var      | Constra 
1752.30/1752.67	c =============================================================================
1752.30/1752.67	c  0.0s |       0 |        0 |        0 |   472474      0 |     2582 |     2593
1752.80/1753.17	c  0.5s |       0 |       83 |        1 |   472474      0 |     2582 |     2594
1752.80/1753.17	c #cpu_time = 0.498s
1752.80/1753.17	c #wall_clock_time = 0.499s
1752.80/1753.17	c #decision = 83
1752.80/1753.17	c #random_decision = 0
1752.80/1753.17	c #conflict = 1
1752.80/1753.17	c #restart = 0
1752.80/1753.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 84: cost of the new core is >=84992
1752.80/1753.17	c lower bound updated to -173634083
1753.00/1753.37	c BCD2: 1262898 <= obj <= 174896980
1753.00/1753.37	c BCD2: #cores=82, #unrelaxed=304170, #relaxed=2385, #hardened=0
1753.00/1753.37	c BCD2: #sat=1 #unsat=2373 bias=2373/2374
1753.00/1753.39	c Solving starts ...
1753.00/1753.39	c ============================[ Search Statistics ]============================
1753.00/1753.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1753.00/1753.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1753.00/1753.39	c =============================================================================
1753.00/1753.39	c  0.0s |       0 |        0 |        0 |   472474      0 |     2583 |     2594
1753.50/1753.88	c  0.5s |       0 |       83 |        1 |   472474      0 |     2583 |     2595
1753.50/1753.88	c #cpu_time = 0.494s
1753.50/1753.88	c #wall_clock_time = 0.495s
1753.50/1753.88	c #decision = 83
1753.50/1753.88	c #random_decision = 0
1753.50/1753.88	c #conflict = 1
1753.50/1753.88	c #restart = 0
1753.50/1753.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 85: cost of the new core is >=86016
1753.50/1753.88	c lower bound updated to -173633059
1753.70/1754.08	c BCD2: 1263922 <= obj <= 174896980
1753.70/1754.08	c BCD2: #cores=82, #unrelaxed=304169, #relaxed=2386, #hardened=0
1753.70/1754.08	c BCD2: #sat=1 #unsat=2374 bias=2374/2375
1753.80/1754.10	c Solving starts ...
1753.80/1754.10	c ============================[ Search Statistics ]============================
1753.80/1754.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1753.80/1754.10	c       |         |          |          |    Limit     GC | Var      | Constra 
1753.80/1754.10	c =============================================================================
1753.80/1754.10	c  0.0s |       0 |        0 |        0 |   472474      0 |     2584 |     2595
1754.30/1754.60	c  0.5s |       0 |       83 |        1 |   472474      0 |     2584 |     2596
1754.30/1754.60	c #cpu_time = 0.500s
1754.30/1754.60	c #wall_clock_time = 0.502s
1754.30/1754.60	c #decision = 83
1754.30/1754.60	c #random_decision = 0
1754.30/1754.60	c #conflict = 1
1754.30/1754.60	c #restart = 0
1754.30/1754.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 86: cost of the new core is >=87040
1754.30/1754.60	c lower bound updated to -173632035
1755.40/1755.76	c BCD2: 1264946 <= obj <= 174896980
1755.40/1755.76	c BCD2: #cores=82, #unrelaxed=304168, #relaxed=2387, #hardened=0
1755.40/1755.76	c BCD2: #sat=1 #unsat=2375 bias=2375/2376
1755.40/1755.77	c Solving starts ...
1755.40/1755.77	c ============================[ Search Statistics ]============================
1755.40/1755.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1755.40/1755.77	c       |         |          |          |    Limit     GC | Var      | Constra 
1755.40/1755.77	c =============================================================================
1755.40/1755.77	c  0.0s |       0 |        0 |        0 |   472474      0 |     2585 |     2596
1755.89/1756.26	c  0.5s |       0 |       83 |        1 |   472474      0 |     2585 |     2597
1755.89/1756.26	c #cpu_time = 0.486s
1755.89/1756.26	c #wall_clock_time = 0.487s
1755.89/1756.26	c #decision = 83
1755.89/1756.26	c #random_decision = 0
1755.89/1756.26	c #conflict = 1
1755.89/1756.26	c #restart = 0
1755.89/1756.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 87: cost of the new core is >=88064
1755.89/1756.26	c lower bound updated to -173631011
1756.09/1756.40	c BCD2: 1265970 <= obj <= 174896980
1756.09/1756.40	c BCD2: #cores=82, #unrelaxed=304167, #relaxed=2388, #hardened=0
1756.09/1756.40	c BCD2: #sat=1 #unsat=2376 bias=2376/2377
1756.09/1756.40	c Solving starts ...
1756.09/1756.40	c ============================[ Search Statistics ]============================
1756.09/1756.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1756.09/1756.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1756.09/1756.40	c =============================================================================
1756.09/1756.40	c  0.0s |       0 |        0 |        0 |   472474      0 |     2586 |     2597
1756.50/1756.88	c  0.5s |       0 |       83 |        1 |   472474      0 |     2586 |     2598
1756.50/1756.88	c #cpu_time = 0.474s
1756.50/1756.88	c #wall_clock_time = 0.475s
1756.50/1756.88	c #decision = 83
1756.50/1756.88	c #random_decision = 0
1756.50/1756.88	c #conflict = 1
1756.50/1756.88	c #restart = 0
1756.50/1756.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 88: cost of the new core is >=89088
1756.50/1756.88	c lower bound updated to -173629987
1756.69/1757.04	c BCD2: 1266994 <= obj <= 174896980
1756.69/1757.04	c BCD2: #cores=82, #unrelaxed=304166, #relaxed=2389, #hardened=0
1756.69/1757.04	c BCD2: #sat=1 #unsat=2377 bias=2377/2378
1756.69/1757.04	c Solving starts ...
1756.69/1757.04	c ============================[ Search Statistics ]============================
1756.69/1757.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1756.69/1757.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1756.69/1757.04	c =============================================================================
1756.69/1757.04	c  0.0s |       0 |        0 |        0 |   472474      0 |     2587 |     2598
1757.19/1757.53	c  0.5s |       0 |       83 |        1 |   472474      0 |     2587 |     2599
1757.19/1757.53	c #cpu_time = 0.485s
1757.19/1757.53	c #wall_clock_time = 0.486s
1757.19/1757.53	c #decision = 83
1757.19/1757.53	c #random_decision = 0
1757.19/1757.53	c #conflict = 1
1757.19/1757.53	c #restart = 0
1757.19/1757.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 89: cost of the new core is >=90112
1757.19/1757.53	c lower bound updated to -173628963
1757.30/1757.67	c BCD2: 1268018 <= obj <= 174896980
1757.30/1757.67	c BCD2: #cores=82, #unrelaxed=304165, #relaxed=2390, #hardened=0
1757.30/1757.67	c BCD2: #sat=1 #unsat=2378 bias=2378/2379
1757.30/1757.68	c Solving starts ...
1757.30/1757.68	c ============================[ Search Statistics ]============================
1757.30/1757.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1757.30/1757.68	c       |         |          |          |    Limit     GC | Var      | Constra 
1757.30/1757.68	c =============================================================================
1757.30/1757.68	c  0.0s |       0 |        0 |        0 |   472474      0 |     2588 |     2599
1757.80/1758.16	c  0.5s |       0 |       83 |        1 |   472474      0 |     2588 |     2600
1757.80/1758.16	c #cpu_time = 0.482s
1757.80/1758.16	c #wall_clock_time = 0.483s
1757.80/1758.16	c #decision = 83
1757.80/1758.16	c #random_decision = 0
1757.80/1758.16	c #conflict = 1
1757.80/1758.16	c #restart = 0
1757.80/1758.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 90: cost of the new core is >=91136
1757.80/1758.16	c lower bound updated to -173627939
1758.00/1758.31	c BCD2: 1269042 <= obj <= 174896980
1758.00/1758.31	c BCD2: #cores=82, #unrelaxed=304164, #relaxed=2391, #hardened=0
1758.00/1758.31	c BCD2: #sat=1 #unsat=2379 bias=2379/2380
1758.00/1758.32	c Solving starts ...
1758.00/1758.32	c ============================[ Search Statistics ]============================
1758.00/1758.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1758.00/1758.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1758.00/1758.32	c =============================================================================
1758.00/1758.32	c  0.0s |       0 |        0 |        0 |   472474      0 |     2589 |     2600
1758.50/1758.80	c  0.5s |       0 |       83 |        1 |   472474      0 |     2589 |     2601
1758.50/1758.80	c #cpu_time = 0.484s
1758.50/1758.80	c #wall_clock_time = 0.485s
1758.50/1758.80	c #decision = 83
1758.50/1758.80	c #random_decision = 0
1758.50/1758.80	c #conflict = 1
1758.50/1758.80	c #restart = 0
1758.50/1758.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 91: cost of the new core is >=92160
1758.50/1758.80	c lower bound updated to -173626915
1758.60/1758.94	c BCD2: 1270066 <= obj <= 174896980
1758.60/1758.94	c BCD2: #cores=82, #unrelaxed=304163, #relaxed=2392, #hardened=0
1758.60/1758.94	c BCD2: #sat=1 #unsat=2380 bias=2380/2381
1758.60/1758.95	c Solving starts ...
1758.60/1758.95	c ============================[ Search Statistics ]============================
1758.60/1758.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1758.60/1758.95	c       |         |          |          |    Limit     GC | Var      | Constra 
1758.60/1758.95	c =============================================================================
1758.60/1758.95	c  0.0s |       0 |        0 |        0 |   472474      0 |     2590 |     2601
1759.10/1759.44	c  0.5s |       0 |       83 |        1 |   472474      0 |     2590 |     2602
1759.10/1759.44	c #cpu_time = 0.485s
1759.10/1759.44	c #wall_clock_time = 0.487s
1759.10/1759.44	c #decision = 83
1759.10/1759.44	c #random_decision = 0
1759.10/1759.44	c #conflict = 1
1759.10/1759.44	c #restart = 0
1759.10/1759.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 92: cost of the new core is >=93184
1759.10/1759.44	c lower bound updated to -173625891
1759.20/1759.58	c BCD2: 1271090 <= obj <= 174896980
1759.20/1759.58	c BCD2: #cores=82, #unrelaxed=304162, #relaxed=2393, #hardened=0
1759.20/1759.58	c BCD2: #sat=1 #unsat=2381 bias=2381/2382
1759.20/1759.59	c Solving starts ...
1759.20/1759.59	c ============================[ Search Statistics ]============================
1759.20/1759.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1759.20/1759.59	c       |         |          |          |    Limit     GC | Var      | Constra 
1759.20/1759.59	c =============================================================================
1759.20/1759.59	c  0.0s |       0 |        0 |        0 |   472474      0 |     2591 |     2602
1759.70/1760.09	c  0.5s |       0 |       83 |        1 |   472474      0 |     2591 |     2603
1759.70/1760.09	c #cpu_time = 0.497s
1759.70/1760.09	c #wall_clock_time = 0.499s
1759.70/1760.09	c #decision = 83
1759.70/1760.09	c #random_decision = 0
1759.70/1760.09	c #conflict = 1
1759.70/1760.09	c #restart = 0
1759.70/1760.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 93: cost of the new core is >=94208
1759.70/1760.09	c lower bound updated to -173624867
1759.91/1760.27	c BCD2: 1272114 <= obj <= 174896980
1759.91/1760.27	c BCD2: #cores=82, #unrelaxed=304161, #relaxed=2394, #hardened=0
1759.91/1760.27	c BCD2: #sat=1 #unsat=2382 bias=2382/2383
1759.91/1760.29	c Solving starts ...
1759.91/1760.29	c ============================[ Search Statistics ]============================
1759.91/1760.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1759.91/1760.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1759.91/1760.29	c =============================================================================
1759.91/1760.29	c  0.0s |       0 |        0 |        0 |   472474      0 |     2592 |     2603
1760.40/1760.77	c  0.5s |       0 |       83 |        1 |   472474      0 |     2592 |     2604
1760.40/1760.77	c #cpu_time = 0.486s
1760.40/1760.77	c #wall_clock_time = 0.487s
1760.40/1760.77	c #decision = 83
1760.40/1760.77	c #random_decision = 0
1760.40/1760.77	c #conflict = 1
1760.40/1760.77	c #restart = 0
1760.40/1760.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 94: cost of the new core is >=95232
1760.40/1760.77	c lower bound updated to -173623843
1760.60/1760.95	c BCD2: 1273138 <= obj <= 174896980
1760.60/1760.95	c BCD2: #cores=82, #unrelaxed=304160, #relaxed=2395, #hardened=0
1760.60/1760.95	c BCD2: #sat=1 #unsat=2383 bias=2383/2384
1760.60/1760.97	c Solving starts ...
1760.60/1760.97	c ============================[ Search Statistics ]============================
1760.60/1760.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1760.60/1760.97	c       |         |          |          |    Limit     GC | Var      | Constra 
1760.60/1760.97	c =============================================================================
1760.60/1760.97	c  0.0s |       0 |        0 |        0 |   472474      0 |     2593 |     2604
1761.09/1761.46	c  0.5s |       0 |       83 |        1 |   472474      0 |     2593 |     2605
1761.09/1761.46	c #cpu_time = 0.483s
1761.09/1761.46	c #wall_clock_time = 0.485s
1761.09/1761.46	c #decision = 83
1761.09/1761.46	c #random_decision = 0
1761.09/1761.46	c #conflict = 1
1761.09/1761.46	c #restart = 0
1761.09/1761.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 95: cost of the new core is >=96256
1761.09/1761.46	c lower bound updated to -173622819
1761.29/1761.64	c BCD2: 1274162 <= obj <= 174896980
1761.29/1761.64	c BCD2: #cores=82, #unrelaxed=304159, #relaxed=2396, #hardened=0
1761.29/1761.64	c BCD2: #sat=1 #unsat=2384 bias=2384/2385
1761.29/1761.65	c Solving starts ...
1761.29/1761.65	c ============================[ Search Statistics ]============================
1761.29/1761.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1761.29/1761.65	c       |         |          |          |    Limit     GC | Var      | Constra 
1761.29/1761.65	c =============================================================================
1761.29/1761.65	c  0.0s |       0 |        0 |        0 |   472474      0 |     2594 |     2605
1761.79/1762.14	c  0.5s |       0 |       83 |        1 |   472474      0 |     2594 |     2606
1761.79/1762.14	c #cpu_time = 0.487s
1761.79/1762.14	c #wall_clock_time = 0.488s
1761.79/1762.14	c #decision = 83
1761.79/1762.14	c #random_decision = 0
1761.79/1762.14	c #conflict = 1
1761.79/1762.14	c #restart = 0
1761.79/1762.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 96: cost of the new core is >=97280
1761.79/1762.14	c lower bound updated to -173621795
1762.90/1763.29	c BCD2: 1275186 <= obj <= 174896980
1762.90/1763.29	c BCD2: #cores=82, #unrelaxed=304158, #relaxed=2397, #hardened=0
1762.90/1763.29	c BCD2: #sat=1 #unsat=2385 bias=2385/2386
1762.90/1763.30	c Solving starts ...
1762.90/1763.30	c ============================[ Search Statistics ]============================
1762.90/1763.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1762.90/1763.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1762.90/1763.30	c =============================================================================
1762.90/1763.30	c  0.0s |       0 |        0 |        0 |   472474      0 |     2595 |     2606
1763.50/1763.80	c  0.5s |       0 |       83 |        1 |   472474      0 |     2595 |     2607
1763.50/1763.80	c #cpu_time = 0.503s
1763.50/1763.80	c #wall_clock_time = 0.505s
1763.50/1763.80	c #decision = 83
1763.50/1763.80	c #random_decision = 0
1763.50/1763.80	c #conflict = 1
1763.50/1763.80	c #restart = 0
1763.50/1763.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 97: cost of the new core is >=98304
1763.50/1763.80	c lower bound updated to -173620771
1763.60/1763.96	c BCD2: 1276210 <= obj <= 174896980
1763.60/1763.96	c BCD2: #cores=82, #unrelaxed=304157, #relaxed=2398, #hardened=0
1763.60/1763.96	c BCD2: #sat=1 #unsat=2386 bias=2386/2387
1763.60/1763.96	c Solving starts ...
1763.60/1763.96	c ============================[ Search Statistics ]============================
1763.60/1763.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1763.60/1763.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1763.60/1763.96	c =============================================================================
1763.60/1763.96	c  0.0s |       0 |        0 |        0 |   472474      0 |     2596 |     2607
1764.10/1764.45	c  0.5s |       0 |       83 |        1 |   472474      0 |     2596 |     2608
1764.10/1764.45	c #cpu_time = 0.484s
1764.10/1764.45	c #wall_clock_time = 0.485s
1764.10/1764.45	c #decision = 83
1764.10/1764.45	c #random_decision = 0
1764.10/1764.45	c #conflict = 1
1764.10/1764.45	c #restart = 0
1764.10/1764.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 98: cost of the new core is >=99328
1764.10/1764.45	c lower bound updated to -173619747
1764.31/1764.62	c BCD2: 1277234 <= obj <= 174896980
1764.31/1764.62	c BCD2: #cores=82, #unrelaxed=304156, #relaxed=2399, #hardened=0
1764.31/1764.62	c BCD2: #sat=1 #unsat=2387 bias=2387/2388
1764.31/1764.63	c Solving starts ...
1764.31/1764.63	c ============================[ Search Statistics ]============================
1764.31/1764.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1764.31/1764.63	c       |         |          |          |    Limit     GC | Var      | Constra 
1764.31/1764.63	c =============================================================================
1764.31/1764.63	c  0.0s |       0 |        0 |        0 |   472474      0 |     2597 |     2608
1764.80/1765.13	c  0.5s |       0 |       83 |        1 |   472474      0 |     2597 |     2609
1764.80/1765.13	c #cpu_time = 0.495s
1764.80/1765.13	c #wall_clock_time = 0.497s
1764.80/1765.13	c #decision = 83
1764.80/1765.13	c #random_decision = 0
1764.80/1765.13	c #conflict = 1
1764.80/1765.13	c #restart = 0
1764.80/1765.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 99: cost of the new core is >=100352
1764.80/1765.13	c lower bound updated to -173618723
1764.90/1765.28	c BCD2: 1278258 <= obj <= 174896980
1764.90/1765.28	c BCD2: #cores=82, #unrelaxed=304155, #relaxed=2400, #hardened=0
1764.90/1765.28	c BCD2: #sat=1 #unsat=2388 bias=2388/2389
1764.90/1765.29	c Solving starts ...
1764.90/1765.29	c ============================[ Search Statistics ]============================
1764.90/1765.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1764.90/1765.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1764.90/1765.29	c =============================================================================
1764.90/1765.29	c  0.0s |       0 |        0 |        0 |   472474      0 |     2598 |     2609
1765.40/1765.78	c  0.5s |       0 |       83 |        1 |   472474      0 |     2598 |     2610
1765.40/1765.78	c #cpu_time = 0.492s
1765.40/1765.78	c #wall_clock_time = 0.494s
1765.40/1765.78	c #decision = 83
1765.40/1765.78	c #random_decision = 0
1765.40/1765.78	c #conflict = 1
1765.40/1765.78	c #restart = 0
1765.40/1765.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 100: cost of the new core is >=101376
1765.40/1765.78	c lower bound updated to -173617699
1765.60/1765.95	c BCD2: 1279282 <= obj <= 174896980
1765.60/1765.95	c BCD2: #cores=82, #unrelaxed=304154, #relaxed=2401, #hardened=0
1765.60/1765.95	c BCD2: #sat=1 #unsat=2389 bias=2389/2390
1765.60/1765.95	c Solving starts ...
1765.60/1765.95	c ============================[ Search Statistics ]============================
1765.60/1765.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1765.60/1765.95	c       |         |          |          |    Limit     GC | Var      | Constra 
1765.60/1765.95	c =============================================================================
1765.60/1765.95	c  0.0s |       0 |        0 |        0 |   472474      0 |     2599 |     2610
1766.10/1766.45	c  0.5s |       0 |       83 |        1 |   472474      0 |     2599 |     2611
1766.10/1766.45	c #cpu_time = 0.495s
1766.10/1766.45	c #wall_clock_time = 0.496s
1766.10/1766.45	c #decision = 83
1766.10/1766.45	c #random_decision = 0
1766.10/1766.45	c #conflict = 1
1766.10/1766.45	c #restart = 0
1766.10/1766.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 101: cost of the new core is >=102400
1766.10/1766.45	c lower bound updated to -173616675
1766.30/1766.61	c BCD2: 1280306 <= obj <= 174896980
1766.30/1766.61	c BCD2: #cores=82, #unrelaxed=304153, #relaxed=2402, #hardened=0
1766.30/1766.61	c BCD2: #sat=1 #unsat=2390 bias=2390/2391
1766.30/1766.61	c Solving starts ...
1766.30/1766.61	c ============================[ Search Statistics ]============================
1766.30/1766.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1766.30/1766.61	c       |         |          |          |    Limit     GC | Var      | Constra 
1766.30/1766.61	c =============================================================================
1766.30/1766.61	c  0.0s |       0 |        0 |        0 |   472474      0 |     2600 |     2611
1766.80/1767.12	c  0.5s |       0 |       83 |        1 |   472474      0 |     2600 |     2612
1766.80/1767.12	c #cpu_time = 0.501s
1766.80/1767.12	c #wall_clock_time = 0.502s
1766.80/1767.12	c #decision = 83
1766.80/1767.12	c #random_decision = 0
1766.80/1767.12	c #conflict = 1
1766.80/1767.12	c #restart = 0
1766.80/1767.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 102: cost of the new core is >=103424
1766.80/1767.12	c lower bound updated to -173615651
1766.90/1767.27	c BCD2: 1281330 <= obj <= 174896980
1766.90/1767.27	c BCD2: #cores=82, #unrelaxed=304152, #relaxed=2403, #hardened=0
1766.90/1767.27	c BCD2: #sat=1 #unsat=2391 bias=2391/2392
1766.90/1767.28	c Solving starts ...
1766.90/1767.28	c ============================[ Search Statistics ]============================
1766.90/1767.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1766.90/1767.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1766.90/1767.28	c =============================================================================
1766.90/1767.28	c  0.0s |       0 |        0 |        0 |   472474      0 |     2601 |     2612
1767.40/1767.79	c  0.5s |       0 |       83 |        1 |   472474      0 |     2601 |     2613
1767.40/1767.79	c #cpu_time = 0.509s
1767.40/1767.79	c #wall_clock_time = 0.510s
1767.40/1767.79	c #decision = 83
1767.40/1767.79	c #random_decision = 0
1767.40/1767.79	c #conflict = 1
1767.40/1767.79	c #restart = 0
1767.40/1767.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 103: cost of the new core is >=104448
1767.40/1767.79	c lower bound updated to -173614627
1767.60/1767.99	c BCD2: 1282354 <= obj <= 174896980
1767.60/1767.99	c BCD2: #cores=82, #unrelaxed=304151, #relaxed=2404, #hardened=0
1767.60/1767.99	c BCD2: #sat=1 #unsat=2392 bias=2392/2393
1767.70/1768.01	c Solving starts ...
1767.70/1768.01	c ============================[ Search Statistics ]============================
1767.70/1768.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1767.70/1768.01	c       |         |          |          |    Limit     GC | Var      | Constra 
1767.70/1768.01	c =============================================================================
1767.70/1768.01	c  0.0s |       0 |        0 |        0 |   472474      0 |     2602 |     2613
1768.20/1768.51	c  0.5s |       0 |       83 |        1 |   472474      0 |     2602 |     2614
1768.20/1768.51	c #cpu_time = 0.500s
1768.20/1768.51	c #wall_clock_time = 0.501s
1768.20/1768.51	c #decision = 83
1768.20/1768.51	c #random_decision = 0
1768.20/1768.51	c #conflict = 1
1768.20/1768.51	c #restart = 0
1768.20/1768.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 104: cost of the new core is >=105472
1768.20/1768.51	c lower bound updated to -173613603
1768.40/1768.70	c BCD2: 1283378 <= obj <= 174896980
1768.40/1768.70	c BCD2: #cores=82, #unrelaxed=304150, #relaxed=2405, #hardened=0
1768.40/1768.70	c BCD2: #sat=1 #unsat=2393 bias=2393/2394
1768.40/1768.72	c Solving starts ...
1768.40/1768.72	c ============================[ Search Statistics ]============================
1768.40/1768.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1768.40/1768.72	c       |         |          |          |    Limit     GC | Var      | Constra 
1768.40/1768.72	c =============================================================================
1768.40/1768.72	c  0.0s |       0 |        0 |        0 |   472474      0 |     2603 |     2614
1768.89/1769.22	c  0.5s |       0 |       83 |        1 |   472474      0 |     2603 |     2615
1768.89/1769.22	c #cpu_time = 0.496s
1768.89/1769.22	c #wall_clock_time = 0.497s
1768.89/1769.22	c #decision = 83
1768.89/1769.22	c #random_decision = 0
1768.89/1769.22	c #conflict = 1
1768.89/1769.22	c #restart = 0
1768.89/1769.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 105: cost of the new core is >=106496
1768.89/1769.22	c lower bound updated to -173612579
1769.09/1769.42	c BCD2: 1284402 <= obj <= 174896980
1769.09/1769.42	c BCD2: #cores=82, #unrelaxed=304149, #relaxed=2406, #hardened=0
1769.09/1769.42	c BCD2: #sat=1 #unsat=2394 bias=2394/2395
1769.09/1769.43	c Solving starts ...
1769.09/1769.43	c ============================[ Search Statistics ]============================
1769.09/1769.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1769.09/1769.43	c       |         |          |          |    Limit     GC | Var      | Constra 
1769.09/1769.43	c =============================================================================
1769.09/1769.43	c  0.0s |       0 |        0 |        0 |   472474      0 |     2604 |     2615
1769.60/1769.94	c  0.5s |       0 |       83 |        1 |   472474      0 |     2604 |     2616
1769.60/1769.94	c #cpu_time = 0.503s
1769.60/1769.94	c #wall_clock_time = 0.504s
1769.60/1769.94	c #decision = 83
1769.60/1769.94	c #random_decision = 0
1769.60/1769.94	c #conflict = 1
1769.60/1769.94	c #restart = 0
1769.60/1769.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 106: cost of the new core is >=107520
1769.60/1769.94	c lower bound updated to -173611555
1770.70/1771.06	c BCD2: 1285426 <= obj <= 174896980
1770.70/1771.06	c BCD2: #cores=82, #unrelaxed=304148, #relaxed=2407, #hardened=0
1770.70/1771.06	c BCD2: #sat=1 #unsat=2395 bias=2395/2396
1770.70/1771.06	c Solving starts ...
1770.70/1771.06	c ============================[ Search Statistics ]============================
1770.70/1771.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1770.70/1771.06	c       |         |          |          |    Limit     GC | Var      | Constra 
1770.70/1771.06	c =============================================================================
1770.70/1771.06	c  0.0s |       0 |        0 |        0 |   472474      0 |     2605 |     2616
1771.20/1771.56	c  0.5s |       0 |       83 |        1 |   472474      0 |     2605 |     2617
1771.20/1771.56	c #cpu_time = 0.493s
1771.20/1771.56	c #wall_clock_time = 0.494s
1771.20/1771.56	c #decision = 83
1771.20/1771.56	c #random_decision = 0
1771.20/1771.56	c #conflict = 1
1771.20/1771.56	c #restart = 0
1771.20/1771.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 107: cost of the new core is >=108544
1771.20/1771.56	c lower bound updated to -173610531
1771.40/1771.70	c BCD2: 1286450 <= obj <= 174896980
1771.40/1771.70	c BCD2: #cores=82, #unrelaxed=304147, #relaxed=2408, #hardened=0
1771.40/1771.70	c BCD2: #sat=1 #unsat=2396 bias=2396/2397
1771.40/1771.71	c Solving starts ...
1771.40/1771.71	c ============================[ Search Statistics ]============================
1771.40/1771.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1771.40/1771.71	c       |         |          |          |    Limit     GC | Var      | Constra 
1771.40/1771.71	c =============================================================================
1771.40/1771.71	c  0.0s |       0 |        0 |        0 |   472474      0 |     2606 |     2617
1771.80/1772.19	c  0.5s |       0 |       83 |        1 |   472474      0 |     2606 |     2618
1771.80/1772.19	c #cpu_time = 0.477s
1771.80/1772.19	c #wall_clock_time = 0.478s
1771.80/1772.19	c #decision = 83
1771.80/1772.19	c #random_decision = 0
1771.80/1772.19	c #conflict = 1
1771.80/1772.19	c #restart = 0
1771.80/1772.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 108: cost of the new core is >=109568
1771.80/1772.19	c lower bound updated to -173609507
1772.00/1772.35	c BCD2: 1287474 <= obj <= 174896980
1772.00/1772.35	c BCD2: #cores=82, #unrelaxed=304146, #relaxed=2409, #hardened=0
1772.00/1772.35	c BCD2: #sat=1 #unsat=2397 bias=2397/2398
1772.00/1772.35	c Solving starts ...
1772.00/1772.35	c ============================[ Search Statistics ]============================
1772.00/1772.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1772.00/1772.35	c       |         |          |          |    Limit     GC | Var      | Constra 
1772.00/1772.35	c =============================================================================
1772.00/1772.36	c  0.0s |       0 |        0 |        0 |   472474      0 |     2607 |     2618
1772.50/1772.84	c  0.5s |       0 |       83 |        1 |   472474      0 |     2607 |     2619
1772.50/1772.84	c #cpu_time = 0.488s
1772.50/1772.84	c #wall_clock_time = 0.489s
1772.50/1772.84	c #decision = 83
1772.50/1772.84	c #random_decision = 0
1772.50/1772.84	c #conflict = 1
1772.50/1772.84	c #restart = 0
1772.50/1772.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 109: cost of the new core is >=110592
1772.50/1772.84	c lower bound updated to -173608483
1772.60/1772.99	c BCD2: 1288498 <= obj <= 174896980
1772.60/1772.99	c BCD2: #cores=82, #unrelaxed=304145, #relaxed=2410, #hardened=0
1772.60/1772.99	c BCD2: #sat=1 #unsat=2398 bias=2398/2399
1772.60/1772.99	c Solving starts ...
1772.60/1772.99	c ============================[ Search Statistics ]============================
1772.60/1772.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1772.60/1772.99	c       |         |          |          |    Limit     GC | Var      | Constra 
1772.60/1772.99	c =============================================================================
1772.60/1772.99	c  0.0s |       0 |        0 |        0 |   472474      0 |     2608 |     2619
1773.10/1773.48	c  0.5s |       0 |       83 |        1 |   472474      0 |     2608 |     2620
1773.10/1773.48	c #cpu_time = 0.483s
1773.10/1773.48	c #wall_clock_time = 0.485s
1773.10/1773.48	c #decision = 83
1773.10/1773.48	c #random_decision = 0
1773.10/1773.48	c #conflict = 1
1773.10/1773.48	c #restart = 0
1773.10/1773.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 110: cost of the new core is >=111616
1773.10/1773.48	c lower bound updated to -173607459
1773.30/1773.63	c BCD2: 1289522 <= obj <= 174896980
1773.30/1773.63	c BCD2: #cores=82, #unrelaxed=304144, #relaxed=2411, #hardened=0
1773.30/1773.63	c BCD2: #sat=1 #unsat=2399 bias=2399/2400
1773.30/1773.64	c Solving starts ...
1773.30/1773.64	c ============================[ Search Statistics ]============================
1773.30/1773.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1773.30/1773.64	c       |         |          |          |    Limit     GC | Var      | Constra 
1773.30/1773.64	c =============================================================================
1773.30/1773.64	c  0.0s |       0 |        0 |        0 |   472474      0 |     2609 |     2620
1773.80/1774.13	c  0.5s |       0 |       83 |        1 |   472474      0 |     2609 |     2621
1773.80/1774.13	c #cpu_time = 0.487s
1773.80/1774.13	c #wall_clock_time = 0.489s
1773.80/1774.13	c #decision = 83
1773.80/1774.13	c #random_decision = 0
1773.80/1774.13	c #conflict = 1
1773.80/1774.13	c #restart = 0
1773.80/1774.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 111: cost of the new core is >=112640
1773.80/1774.13	c lower bound updated to -173606435
1773.90/1774.27	c BCD2: 1290546 <= obj <= 174896980
1773.90/1774.27	c BCD2: #cores=82, #unrelaxed=304143, #relaxed=2412, #hardened=0
1773.90/1774.27	c BCD2: #sat=1 #unsat=2400 bias=2400/2401
1773.90/1774.28	c Solving starts ...
1773.90/1774.28	c ============================[ Search Statistics ]============================
1773.90/1774.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1773.90/1774.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1773.90/1774.28	c =============================================================================
1773.90/1774.28	c  0.0s |       0 |        0 |        0 |   472474      0 |     2610 |     2621
1774.40/1774.77	c  0.5s |       0 |       83 |        1 |   472474      0 |     2610 |     2622
1774.40/1774.77	c #cpu_time = 0.493s
1774.40/1774.77	c #wall_clock_time = 0.494s
1774.40/1774.77	c #decision = 83
1774.40/1774.77	c #random_decision = 0
1774.40/1774.77	c #conflict = 1
1774.40/1774.77	c #restart = 0
1774.40/1774.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 112: cost of the new core is >=113664
1774.40/1774.77	c lower bound updated to -173605411
1774.60/1774.92	c BCD2: 1291570 <= obj <= 174896980
1774.60/1774.92	c BCD2: #cores=82, #unrelaxed=304142, #relaxed=2413, #hardened=0
1774.60/1774.92	c BCD2: #sat=1 #unsat=2401 bias=2401/2402
1774.60/1774.93	c Solving starts ...
1774.60/1774.93	c ============================[ Search Statistics ]============================
1774.60/1774.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1774.60/1774.93	c       |         |          |          |    Limit     GC | Var      | Constra 
1774.60/1774.93	c =============================================================================
1774.60/1774.93	c  0.0s |       0 |        0 |        0 |   472474      0 |     2611 |     2622
1775.09/1775.43	c  0.5s |       0 |       83 |        1 |   472474      0 |     2611 |     2623
1775.09/1775.43	c #cpu_time = 0.501s
1775.09/1775.43	c #wall_clock_time = 0.503s
1775.09/1775.43	c #decision = 83
1775.09/1775.43	c #random_decision = 0
1775.09/1775.43	c #conflict = 1
1775.09/1775.43	c #restart = 0
1775.09/1775.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 113: cost of the new core is >=114688
1775.09/1775.43	c lower bound updated to -173604387
1775.30/1775.61	c BCD2: 1292594 <= obj <= 174896980
1775.30/1775.61	c BCD2: #cores=82, #unrelaxed=304141, #relaxed=2414, #hardened=0
1775.30/1775.61	c BCD2: #sat=1 #unsat=2402 bias=2402/2403
1775.30/1775.63	c Solving starts ...
1775.30/1775.63	c ============================[ Search Statistics ]============================
1775.30/1775.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1775.30/1775.63	c       |         |          |          |    Limit     GC | Var      | Constra 
1775.30/1775.63	c =============================================================================
1775.30/1775.63	c  0.0s |       0 |        0 |        0 |   472474      0 |     2612 |     2623
1775.79/1776.13	c  0.5s |       0 |       83 |        1 |   472474      0 |     2612 |     2624
1775.79/1776.13	c #cpu_time = 0.495s
1775.79/1776.13	c #wall_clock_time = 0.496s
1775.79/1776.13	c #decision = 83
1775.79/1776.13	c #random_decision = 0
1775.79/1776.13	c #conflict = 1
1775.79/1776.13	c #restart = 0
1775.79/1776.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 114: cost of the new core is >=115712
1775.79/1776.13	c lower bound updated to -173603363
1775.99/1776.31	c BCD2: 1293618 <= obj <= 174896980
1775.99/1776.31	c BCD2: #cores=82, #unrelaxed=304140, #relaxed=2415, #hardened=0
1775.99/1776.31	c BCD2: #sat=1 #unsat=2403 bias=2403/2404
1775.99/1776.33	c Solving starts ...
1775.99/1776.33	c ============================[ Search Statistics ]============================
1775.99/1776.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1775.99/1776.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1775.99/1776.33	c =============================================================================
1775.99/1776.33	c  0.0s |       0 |        0 |        0 |   472474      0 |     2613 |     2624
1776.49/1776.81	c  0.5s |       0 |       83 |        1 |   472474      0 |     2613 |     2625
1776.49/1776.81	c #cpu_time = 0.486s
1776.49/1776.81	c #wall_clock_time = 0.487s
1776.49/1776.81	c #decision = 83
1776.49/1776.81	c #random_decision = 0
1776.49/1776.81	c #conflict = 1
1776.49/1776.81	c #restart = 0
1776.49/1776.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 115: cost of the new core is >=116736
1776.49/1776.81	c lower bound updated to -173602339
1776.69/1777.00	c BCD2: 1294642 <= obj <= 174896980
1776.69/1777.00	c BCD2: #cores=82, #unrelaxed=304139, #relaxed=2416, #hardened=0
1776.69/1777.00	c BCD2: #sat=1 #unsat=2404 bias=2404/2405
1776.69/1777.02	c Solving starts ...
1776.69/1777.02	c ============================[ Search Statistics ]============================
1776.69/1777.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1776.69/1777.02	c       |         |          |          |    Limit     GC | Var      | Constra 
1776.69/1777.02	c =============================================================================
1776.69/1777.02	c  0.0s |       0 |        0 |        0 |   472474      0 |     2614 |     2625
1777.19/1777.51	c  0.5s |       0 |       83 |        1 |   472474      0 |     2614 |     2626
1777.19/1777.51	c #cpu_time = 0.491s
1777.19/1777.51	c #wall_clock_time = 0.493s
1777.19/1777.51	c #decision = 83
1777.19/1777.51	c #random_decision = 0
1777.19/1777.51	c #conflict = 1
1777.19/1777.51	c #restart = 0
1777.19/1777.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 116: cost of the new core is >=117760
1777.19/1777.51	c lower bound updated to -173601315
1778.29/1778.69	c BCD2: 1295666 <= obj <= 174896980
1778.29/1778.69	c BCD2: #cores=82, #unrelaxed=304138, #relaxed=2417, #hardened=0
1778.29/1778.69	c BCD2: #sat=1 #unsat=2405 bias=2405/2406
1778.39/1778.70	c Solving starts ...
1778.39/1778.70	c ============================[ Search Statistics ]============================
1778.39/1778.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1778.39/1778.70	c       |         |          |          |    Limit     GC | Var      | Constra 
1778.39/1778.70	c =============================================================================
1778.39/1778.70	c  0.0s |       0 |        0 |        0 |   472474      0 |     2615 |     2626
1778.79/1779.19	c  0.5s |       0 |       83 |        1 |   472474      0 |     2615 |     2627
1778.79/1779.19	c #cpu_time = 0.484s
1778.79/1779.19	c #wall_clock_time = 0.485s
1778.79/1779.19	c #decision = 83
1778.79/1779.19	c #random_decision = 0
1778.79/1779.19	c #conflict = 1
1778.79/1779.19	c #restart = 0
1778.79/1779.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 117: cost of the new core is >=118784
1778.79/1779.19	c lower bound updated to -173600291
1779.09/1779.40	c BCD2: 1296690 <= obj <= 174896980
1779.09/1779.40	c BCD2: #cores=82, #unrelaxed=304137, #relaxed=2418, #hardened=0
1779.09/1779.40	c BCD2: #sat=1 #unsat=2406 bias=2406/2407
1779.09/1779.41	c Solving starts ...
1779.09/1779.41	c ============================[ Search Statistics ]============================
1779.09/1779.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1779.09/1779.41	c       |         |          |          |    Limit     GC | Var      | Constra 
1779.09/1779.41	c =============================================================================
1779.09/1779.41	c  0.0s |       0 |        0 |        0 |   472474      0 |     2616 |     2627
1779.49/1779.87	c  0.5s |       0 |       83 |        1 |   472474      0 |     2616 |     2628
1779.49/1779.87	c #cpu_time = 0.468s
1779.49/1779.87	c #wall_clock_time = 0.469s
1779.49/1779.87	c #decision = 83
1779.49/1779.87	c #random_decision = 0
1779.49/1779.87	c #conflict = 1
1779.49/1779.87	c #restart = 0
1779.49/1779.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 118: cost of the new core is >=119808
1779.49/1779.87	c lower bound updated to -173599267
1779.79/1780.10	c BCD2: 1297714 <= obj <= 174896980
1779.79/1780.10	c BCD2: #cores=82, #unrelaxed=304136, #relaxed=2419, #hardened=0
1779.79/1780.10	c BCD2: #sat=1 #unsat=2407 bias=2407/2408
1779.79/1780.11	c Solving starts ...
1779.79/1780.11	c ============================[ Search Statistics ]============================
1779.79/1780.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1779.79/1780.11	c       |         |          |          |    Limit     GC | Var      | Constra 
1779.79/1780.11	c =============================================================================
1779.79/1780.11	c  0.0s |       0 |        0 |        0 |   472474      0 |     2617 |     2628
1780.19/1780.59	c  0.5s |       0 |       83 |        1 |   472474      0 |     2617 |     2629
1780.19/1780.59	c #cpu_time = 0.481s
1780.19/1780.59	c #wall_clock_time = 0.482s
1780.19/1780.59	c #decision = 83
1780.19/1780.59	c #random_decision = 0
1780.19/1780.59	c #conflict = 1
1780.19/1780.59	c #restart = 0
1780.19/1780.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 119: cost of the new core is >=120832
1780.19/1780.59	c lower bound updated to -173598243
1780.49/1780.80	c BCD2: 1298738 <= obj <= 174896980
1780.49/1780.80	c BCD2: #cores=82, #unrelaxed=304135, #relaxed=2420, #hardened=0
1780.49/1780.80	c BCD2: #sat=1 #unsat=2408 bias=2408/2409
1780.49/1780.81	c Solving starts ...
1780.49/1780.81	c ============================[ Search Statistics ]============================
1780.49/1780.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1780.49/1780.81	c       |         |          |          |    Limit     GC | Var      | Constra 
1780.49/1780.81	c =============================================================================
1780.49/1780.81	c  0.0s |       0 |        0 |        0 |   472474      0 |     2618 |     2629
1780.89/1781.28	c  0.5s |       0 |       83 |        1 |   472474      0 |     2618 |     2630
1780.89/1781.28	c #cpu_time = 0.475s
1780.89/1781.28	c #wall_clock_time = 0.476s
1780.89/1781.28	c #decision = 83
1780.89/1781.28	c #random_decision = 0
1780.89/1781.28	c #conflict = 1
1780.89/1781.28	c #restart = 0
1780.89/1781.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 120: cost of the new core is >=121856
1780.89/1781.28	c lower bound updated to -173597219
1781.19/1781.50	c BCD2: 1299762 <= obj <= 174896980
1781.19/1781.50	c BCD2: #cores=82, #unrelaxed=304134, #relaxed=2421, #hardened=0
1781.19/1781.50	c BCD2: #sat=1 #unsat=2409 bias=2409/2410
1781.19/1781.51	c Solving starts ...
1781.19/1781.51	c ============================[ Search Statistics ]============================
1781.19/1781.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1781.19/1781.51	c       |         |          |          |    Limit     GC | Var      | Constra 
1781.19/1781.51	c =============================================================================
1781.19/1781.51	c  0.0s |       0 |        0 |        0 |   472474      0 |     2619 |     2630
1781.59/1781.99	c  0.5s |       0 |       83 |        1 |   472474      0 |     2619 |     2631
1781.59/1781.99	c #cpu_time = 0.481s
1781.59/1781.99	c #wall_clock_time = 0.482s
1781.59/1781.99	c #decision = 83
1781.59/1781.99	c #random_decision = 0
1781.59/1781.99	c #conflict = 1
1781.59/1781.99	c #restart = 0
1781.59/1781.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 121: cost of the new core is >=122880
1781.59/1781.99	c lower bound updated to -173596195
1781.79/1782.20	c BCD2: 1300786 <= obj <= 174896980
1781.79/1782.20	c BCD2: #cores=82, #unrelaxed=304133, #relaxed=2422, #hardened=0
1781.79/1782.20	c BCD2: #sat=1 #unsat=2410 bias=2410/2411
1781.89/1782.21	c Solving starts ...
1781.89/1782.21	c ============================[ Search Statistics ]============================
1781.89/1782.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1781.89/1782.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1781.89/1782.21	c =============================================================================
1781.89/1782.21	c  0.0s |       0 |        0 |        0 |   472474      0 |     2620 |     2631
1782.29/1782.69	c  0.5s |       0 |       83 |        1 |   472474      0 |     2620 |     2632
1782.29/1782.69	c #cpu_time = 0.485s
1782.29/1782.69	c #wall_clock_time = 0.486s
1782.29/1782.69	c #decision = 83
1782.29/1782.69	c #random_decision = 0
1782.29/1782.69	c #conflict = 1
1782.29/1782.69	c #restart = 0
1782.29/1782.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 122: cost of the new core is >=123904
1782.29/1782.69	c lower bound updated to -173595171
1782.59/1782.91	c BCD2: 1301810 <= obj <= 174896980
1782.59/1782.91	c BCD2: #cores=82, #unrelaxed=304132, #relaxed=2423, #hardened=0
1782.59/1782.91	c BCD2: #sat=1 #unsat=2411 bias=2411/2412
1782.59/1782.91	c Solving starts ...
1782.59/1782.91	c ============================[ Search Statistics ]============================
1782.59/1782.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1782.59/1782.91	c       |         |          |          |    Limit     GC | Var      | Constra 
1782.59/1782.91	c =============================================================================
1782.59/1782.91	c  0.0s |       0 |        0 |        0 |   472474      0 |     2621 |     2632
1783.09/1783.41	c  0.5s |       0 |       83 |        1 |   472474      0 |     2621 |     2633
1783.09/1783.41	c #cpu_time = 0.494s
1783.09/1783.41	c #wall_clock_time = 0.495s
1783.09/1783.41	c #decision = 83
1783.09/1783.41	c #random_decision = 0
1783.09/1783.41	c #conflict = 1
1783.09/1783.41	c #restart = 0
1783.09/1783.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 123: cost of the new core is >=124928
1783.09/1783.41	c lower bound updated to -173594147
1783.29/1783.66	c BCD2: 1302834 <= obj <= 174896980
1783.29/1783.66	c BCD2: #cores=82, #unrelaxed=304131, #relaxed=2424, #hardened=0
1783.29/1783.66	c BCD2: #sat=1 #unsat=2412 bias=2412/2413
1783.29/1783.68	c Solving starts ...
1783.29/1783.68	c ============================[ Search Statistics ]============================
1783.29/1783.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1783.29/1783.68	c       |         |          |          |    Limit     GC | Var      | Constra 
1783.29/1783.68	c =============================================================================
1783.29/1783.68	c  0.0s |       0 |        0 |        0 |   472474      0 |     2622 |     2633
1783.79/1784.16	c  0.5s |       0 |       83 |        1 |   472474      0 |     2622 |     2634
1783.79/1784.16	c #cpu_time = 0.484s
1783.79/1784.16	c #wall_clock_time = 0.485s
1783.79/1784.16	c #decision = 83
1783.79/1784.16	c #random_decision = 0
1783.79/1784.16	c #conflict = 1
1783.79/1784.16	c #restart = 0
1783.79/1784.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 124: cost of the new core is >=125952
1783.79/1784.16	c lower bound updated to -173593123
1784.10/1784.42	c BCD2: 1303858 <= obj <= 174896980
1784.10/1784.42	c BCD2: #cores=82, #unrelaxed=304130, #relaxed=2425, #hardened=0
1784.10/1784.42	c BCD2: #sat=1 #unsat=2413 bias=2413/2414
1784.10/1784.43	c Solving starts ...
1784.10/1784.43	c ============================[ Search Statistics ]============================
1784.10/1784.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1784.10/1784.43	c       |         |          |          |    Limit     GC | Var      | Constra 
1784.10/1784.43	c =============================================================================
1784.10/1784.43	c  0.0s |       0 |        0 |        0 |   472474      0 |     2623 |     2634
1784.59/1784.91	c  0.5s |       0 |       83 |        1 |   472474      0 |     2623 |     2635
1784.59/1784.91	c #cpu_time = 0.480s
1784.59/1784.91	c #wall_clock_time = 0.481s
1784.59/1784.91	c #decision = 83
1784.59/1784.91	c #random_decision = 0
1784.59/1784.91	c #conflict = 1
1784.59/1784.91	c #restart = 0
1784.59/1784.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 125: cost of the new core is >=126976
1784.59/1784.91	c lower bound updated to -173592099
1784.79/1785.17	c BCD2: 1304882 <= obj <= 174896980
1784.79/1785.17	c BCD2: #cores=82, #unrelaxed=304129, #relaxed=2426, #hardened=0
1784.79/1785.17	c BCD2: #sat=1 #unsat=2414 bias=2414/2415
1784.79/1785.19	c Solving starts ...
1784.79/1785.19	c ============================[ Search Statistics ]============================
1784.79/1785.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1784.79/1785.19	c       |         |          |          |    Limit     GC | Var      | Constra 
1784.79/1785.19	c =============================================================================
1784.79/1785.19	c  0.0s |       0 |        0 |        0 |   472474      0 |     2624 |     2635
1786.30/1786.64	c  1.4s |       0 |       83 |        1 |   472474      0 |     2624 |     2636
1786.30/1786.64	c #cpu_time = 1.444s
1786.30/1786.64	c #wall_clock_time = 1.448s
1786.30/1786.64	c #decision = 83
1786.30/1786.64	c #random_decision = 0
1786.30/1786.64	c #conflict = 1
1786.30/1786.64	c #restart = 0
1786.30/1786.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 126: cost of the new core is >=128000
1786.30/1786.64	c lower bound updated to -173591075
1786.39/1786.79	c BCD2: 1305906 <= obj <= 174896980
1786.39/1786.79	c BCD2: #cores=82, #unrelaxed=304128, #relaxed=2427, #hardened=0
1786.39/1786.79	c BCD2: #sat=1 #unsat=2415 bias=2415/2416
1786.49/1786.80	c Solving starts ...
1786.49/1786.80	c ============================[ Search Statistics ]============================
1786.49/1786.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1786.49/1786.80	c       |         |          |          |    Limit     GC | Var      | Constra 
1786.49/1786.80	c =============================================================================
1786.49/1786.80	c  0.0s |       0 |        0 |        0 |   472474      0 |     2625 |     2636
1786.89/1787.28	c  0.5s |       0 |       83 |        1 |   472474      0 |     2625 |     2637
1786.89/1787.28	c #cpu_time = 0.481s
1786.89/1787.28	c #wall_clock_time = 0.482s
1786.89/1787.28	c #decision = 83
1786.89/1787.28	c #random_decision = 0
1786.89/1787.28	c #conflict = 1
1786.89/1787.28	c #restart = 0
1786.89/1787.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 127: cost of the new core is >=129024
1786.89/1787.28	c lower bound updated to -173590051
1787.09/1787.43	c BCD2: 1306930 <= obj <= 174896980
1787.09/1787.43	c BCD2: #cores=82, #unrelaxed=304127, #relaxed=2428, #hardened=0
1787.09/1787.43	c BCD2: #sat=1 #unsat=2416 bias=2416/2417
1787.09/1787.44	c Solving starts ...
1787.09/1787.44	c ============================[ Search Statistics ]============================
1787.09/1787.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1787.09/1787.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1787.09/1787.44	c =============================================================================
1787.09/1787.44	c  0.0s |       0 |        0 |        0 |   472474      0 |     2626 |     2637
1787.59/1787.91	c  0.5s |       0 |       83 |        1 |   472474      0 |     2626 |     2638
1787.59/1787.91	c #cpu_time = 0.476s
1787.59/1787.91	c #wall_clock_time = 0.477s
1787.59/1787.91	c #decision = 83
1787.59/1787.91	c #random_decision = 0
1787.59/1787.91	c #conflict = 1
1787.59/1787.91	c #restart = 0
1787.59/1787.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 128: cost of the new core is >=130048
1787.59/1787.91	c lower bound updated to -173589027
1787.69/1788.08	c BCD2: 1307954 <= obj <= 174896980
1787.69/1788.08	c BCD2: #cores=82, #unrelaxed=304126, #relaxed=2429, #hardened=0
1787.69/1788.08	c BCD2: #sat=1 #unsat=2417 bias=2417/2418
1787.69/1788.09	c Solving starts ...
1787.69/1788.09	c ============================[ Search Statistics ]============================
1787.69/1788.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1787.69/1788.09	c       |         |          |          |    Limit     GC | Var      | Constra 
1787.69/1788.09	c =============================================================================
1787.69/1788.09	c  0.0s |       0 |        0 |        0 |   472474      0 |     2627 |     2638
1788.19/1788.58	c  0.5s |       0 |       83 |        1 |   472474      0 |     2627 |     2639
1788.19/1788.58	c #cpu_time = 0.488s
1788.19/1788.58	c #wall_clock_time = 0.489s
1788.19/1788.58	c #decision = 83
1788.19/1788.58	c #random_decision = 0
1788.19/1788.58	c #conflict = 1
1788.19/1788.58	c #restart = 0
1788.19/1788.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 129: cost of the new core is >=131072
1788.19/1788.58	c lower bound updated to -173588003
1788.40/1788.73	c BCD2: 1308978 <= obj <= 174896980
1788.40/1788.73	c BCD2: #cores=82, #unrelaxed=304125, #relaxed=2430, #hardened=0
1788.40/1788.73	c BCD2: #sat=1 #unsat=2418 bias=2418/2419
1788.40/1788.74	c Solving starts ...
1788.40/1788.74	c ============================[ Search Statistics ]============================
1788.40/1788.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1788.40/1788.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1788.40/1788.74	c =============================================================================
1788.40/1788.74	c  0.0s |       0 |        0 |        0 |   472474      0 |     2628 |     2639
1788.89/1789.22	c  0.5s |       0 |       83 |        1 |   472474      0 |     2628 |     2640
1788.89/1789.22	c #cpu_time = 0.482s
1788.89/1789.22	c #wall_clock_time = 0.484s
1788.89/1789.22	c #decision = 83
1788.89/1789.22	c #random_decision = 0
1788.89/1789.22	c #conflict = 1
1788.89/1789.22	c #restart = 0
1788.89/1789.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 130: cost of the new core is >=132096
1788.89/1789.22	c lower bound updated to -173586979
1788.99/1789.38	c BCD2: 1310002 <= obj <= 174896980
1788.99/1789.38	c BCD2: #cores=82, #unrelaxed=304124, #relaxed=2431, #hardened=0
1788.99/1789.38	c BCD2: #sat=1 #unsat=2419 bias=2419/2420
1788.99/1789.39	c Solving starts ...
1788.99/1789.39	c ============================[ Search Statistics ]============================
1788.99/1789.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1788.99/1789.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1788.99/1789.39	c =============================================================================
1788.99/1789.39	c  0.0s |       0 |        0 |        0 |   472474      0 |     2629 |     2640
1789.50/1789.88	c  0.5s |       0 |       83 |        1 |   472474      0 |     2629 |     2641
1789.50/1789.88	c #cpu_time = 0.488s
1789.50/1789.88	c #wall_clock_time = 0.489s
1789.50/1789.88	c #decision = 83
1789.50/1789.88	c #random_decision = 0
1789.50/1789.88	c #conflict = 1
1789.50/1789.88	c #restart = 0
1789.50/1789.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 131: cost of the new core is >=133120
1789.50/1789.88	c lower bound updated to -173585955
1789.69/1790.02	c BCD2: 1311026 <= obj <= 174896980
1789.69/1790.02	c BCD2: #cores=82, #unrelaxed=304123, #relaxed=2432, #hardened=0
1789.69/1790.02	c BCD2: #sat=1 #unsat=2420 bias=2420/2421
1789.69/1790.03	c Solving starts ...
1789.69/1790.03	c ============================[ Search Statistics ]============================
1789.69/1790.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1789.69/1790.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1789.69/1790.03	c =============================================================================
1789.69/1790.03	c  0.0s |       0 |        0 |        0 |   472474      0 |     2630 |     2641
1790.19/1790.52	c  0.5s |       0 |       83 |        1 |   472474      0 |     2630 |     2642
1790.19/1790.52	c #cpu_time = 0.490s
1790.19/1790.52	c #wall_clock_time = 0.492s
1790.19/1790.52	c #decision = 83
1790.19/1790.52	c #random_decision = 0
1790.19/1790.52	c #conflict = 1
1790.19/1790.52	c #restart = 0
1790.19/1790.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 132: cost of the new core is >=134144
1790.19/1790.52	c lower bound updated to -173584931
1790.29/1790.68	c BCD2: 1312050 <= obj <= 174896980
1790.29/1790.68	c BCD2: #cores=82, #unrelaxed=304122, #relaxed=2433, #hardened=0
1790.29/1790.68	c BCD2: #sat=1 #unsat=2421 bias=2421/2422
1790.29/1790.69	c Solving starts ...
1790.29/1790.69	c ============================[ Search Statistics ]============================
1790.29/1790.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1790.29/1790.69	c       |         |          |          |    Limit     GC | Var      | Constra 
1790.29/1790.69	c =============================================================================
1790.29/1790.69	c  0.0s |       0 |        0 |        0 |   472474      0 |     2631 |     2642
1790.89/1791.20	c  0.5s |       0 |       83 |        1 |   472474      0 |     2631 |     2643
1790.89/1791.20	c #cpu_time = 0.514s
1790.89/1791.20	c #wall_clock_time = 0.515s
1790.89/1791.20	c #decision = 83
1790.89/1791.20	c #random_decision = 0
1790.89/1791.20	c #conflict = 1
1790.89/1791.20	c #restart = 0
1790.89/1791.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 133: cost of the new core is >=135168
1790.89/1791.20	c lower bound updated to -173583907
1790.99/1791.39	c BCD2: 1313074 <= obj <= 174896980
1790.99/1791.39	c BCD2: #cores=82, #unrelaxed=304121, #relaxed=2434, #hardened=0
1790.99/1791.39	c BCD2: #sat=1 #unsat=2422 bias=2422/2423
1791.09/1791.41	c Solving starts ...
1791.09/1791.41	c ============================[ Search Statistics ]============================
1791.09/1791.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1791.09/1791.41	c       |         |          |          |    Limit     GC | Var      | Constra 
1791.09/1791.41	c =============================================================================
1791.09/1791.41	c  0.0s |       0 |        0 |        0 |   472474      0 |     2632 |     2643
1791.59/1791.90	c  0.5s |       0 |       83 |        1 |   472474      0 |     2632 |     2644
1791.59/1791.90	c #cpu_time = 0.488s
1791.59/1791.90	c #wall_clock_time = 0.489s
1791.59/1791.90	c #decision = 83
1791.59/1791.90	c #random_decision = 0
1791.59/1791.90	c #conflict = 1
1791.59/1791.90	c #restart = 0
1791.59/1791.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 134: cost of the new core is >=136192
1791.59/1791.90	c lower bound updated to -173582883
1791.70/1792.09	c BCD2: 1314098 <= obj <= 174896980
1791.70/1792.09	c BCD2: #cores=82, #unrelaxed=304120, #relaxed=2435, #hardened=0
1791.70/1792.09	c BCD2: #sat=1 #unsat=2423 bias=2423/2424
1791.80/1792.10	c Solving starts ...
1791.80/1792.10	c ============================[ Search Statistics ]============================
1791.80/1792.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1791.80/1792.10	c       |         |          |          |    Limit     GC | Var      | Constra 
1791.80/1792.10	c =============================================================================
1791.80/1792.11	c  0.0s |       0 |        0 |        0 |   472474      0 |     2633 |     2644
1792.19/1792.59	c  0.5s |       0 |       83 |        1 |   472474      0 |     2633 |     2645
1792.19/1792.59	c #cpu_time = 0.484s
1792.19/1792.59	c #wall_clock_time = 0.485s
1792.19/1792.59	c #decision = 83
1792.19/1792.59	c #random_decision = 0
1792.19/1792.59	c #conflict = 1
1792.19/1792.59	c #restart = 0
1792.19/1792.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 135: cost of the new core is >=137216
1792.19/1792.59	c lower bound updated to -173581859
1792.39/1792.78	c BCD2: 1315122 <= obj <= 174896980
1792.39/1792.78	c BCD2: #cores=82, #unrelaxed=304119, #relaxed=2436, #hardened=0
1792.39/1792.78	c BCD2: #sat=1 #unsat=2424 bias=2424/2425
1792.49/1792.80	c Solving starts ...
1792.49/1792.80	c ============================[ Search Statistics ]============================
1792.49/1792.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1792.49/1792.80	c       |         |          |          |    Limit     GC | Var      | Constra 
1792.49/1792.80	c =============================================================================
1792.49/1792.80	c  0.0s |       0 |        0 |        0 |   472474      0 |     2634 |     2645
1793.89/1794.26	c  1.5s |       0 |       83 |        1 |   472474      0 |     2634 |     2646
1793.89/1794.26	c #cpu_time = 1.456s
1793.89/1794.26	c #wall_clock_time = 1.460s
1793.89/1794.26	c #decision = 83
1793.89/1794.26	c #random_decision = 0
1793.89/1794.26	c #conflict = 1
1793.89/1794.26	c #restart = 0
1793.89/1794.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 136: cost of the new core is >=138240
1793.89/1794.26	c lower bound updated to -173580835
1794.09/1794.43	c BCD2: 1316146 <= obj <= 174896980
1794.09/1794.43	c BCD2: #cores=82, #unrelaxed=304118, #relaxed=2437, #hardened=0
1794.09/1794.43	c BCD2: #sat=1 #unsat=2425 bias=2425/2426
1794.09/1794.44	c Solving starts ...
1794.09/1794.44	c ============================[ Search Statistics ]============================
1794.09/1794.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1794.09/1794.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1794.09/1794.44	c =============================================================================
1794.09/1794.44	c  0.0s |       0 |        0 |        0 |   472474      0 |     2635 |     2646
1794.59/1794.93	c  0.5s |       0 |       83 |        1 |   472474      0 |     2635 |     2647
1794.59/1794.93	c #cpu_time = 0.494s
1794.59/1794.93	c #wall_clock_time = 0.496s
1794.59/1794.93	c #decision = 83
1794.59/1794.93	c #random_decision = 0
1794.59/1794.93	c #conflict = 1
1794.59/1794.93	c #restart = 0
1794.59/1794.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 137: cost of the new core is >=139264
1794.59/1794.93	c lower bound updated to -173579811
1794.69/1795.08	c BCD2: 1317170 <= obj <= 174896980
1794.69/1795.08	c BCD2: #cores=82, #unrelaxed=304117, #relaxed=2438, #hardened=0
1794.69/1795.08	c BCD2: #sat=1 #unsat=2426 bias=2426/2427
1794.69/1795.08	c Solving starts ...
1794.69/1795.08	c ============================[ Search Statistics ]============================
1794.69/1795.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1794.69/1795.08	c       |         |          |          |    Limit     GC | Var      | Constra 
1794.69/1795.08	c =============================================================================
1794.69/1795.09	c  0.0s |       0 |        0 |        0 |   472474      0 |     2636 |     2647
1795.19/1795.57	c  0.5s |       0 |       83 |        1 |   472474      0 |     2636 |     2648
1795.19/1795.57	c #cpu_time = 0.485s
1795.19/1795.57	c #wall_clock_time = 0.486s
1795.19/1795.57	c #decision = 83
1795.19/1795.57	c #random_decision = 0
1795.19/1795.57	c #conflict = 1
1795.19/1795.57	c #restart = 0
1795.19/1795.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 138: cost of the new core is >=140288
1795.19/1795.57	c lower bound updated to -173578787
1795.39/1795.73	c BCD2: 1318194 <= obj <= 174896980
1795.39/1795.73	c BCD2: #cores=82, #unrelaxed=304116, #relaxed=2439, #hardened=0
1795.39/1795.73	c BCD2: #sat=1 #unsat=2427 bias=2427/2428
1795.39/1795.74	c Solving starts ...
1795.39/1795.74	c ============================[ Search Statistics ]============================
1795.39/1795.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1795.39/1795.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1795.39/1795.74	c =============================================================================
1795.39/1795.74	c  0.0s |       0 |        0 |        0 |   472474      0 |     2637 |     2648
1795.89/1796.24	c  0.5s |       0 |       83 |        1 |   472474      0 |     2637 |     2649
1795.89/1796.24	c #cpu_time = 0.496s
1795.89/1796.24	c #wall_clock_time = 0.497s
1795.89/1796.24	c #decision = 83
1795.89/1796.24	c #random_decision = 0
1795.89/1796.24	c #conflict = 1
1795.89/1796.24	c #restart = 0
1795.89/1796.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 139: cost of the new core is >=141312
1795.89/1796.24	c lower bound updated to -173577763
1795.99/1796.38	c BCD2: 1319218 <= obj <= 174896980
1795.99/1796.38	c BCD2: #cores=82, #unrelaxed=304115, #relaxed=2440, #hardened=0
1795.99/1796.38	c BCD2: #sat=1 #unsat=2428 bias=2428/2429
1795.99/1796.39	c Solving starts ...
1795.99/1796.39	c ============================[ Search Statistics ]============================
1795.99/1796.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1795.99/1796.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1795.99/1796.39	c =============================================================================
1795.99/1796.39	c  0.0s |       0 |        0 |        0 |   472474      0 |     2638 |     2649
1796.49/1796.88	c  0.5s |       0 |       83 |        1 |   472474      0 |     2638 |     2650
1796.49/1796.88	c #cpu_time = 0.490s
1796.49/1796.88	c #wall_clock_time = 0.491s
1796.49/1796.88	c #decision = 83
1796.49/1796.88	c #random_decision = 0
1796.49/1796.88	c #conflict = 1
1796.49/1796.88	c #restart = 0
1796.49/1796.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 140: cost of the new core is >=142336
1796.49/1796.88	c lower bound updated to -173576739
1796.69/1797.04	c BCD2: 1320242 <= obj <= 174896980
1796.69/1797.04	c BCD2: #cores=82, #unrelaxed=304114, #relaxed=2441, #hardened=0
1796.69/1797.04	c BCD2: #sat=1 #unsat=2429 bias=2429/2430
1796.69/1797.05	c Solving starts ...
1796.69/1797.05	c ============================[ Search Statistics ]============================
1796.69/1797.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1796.69/1797.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1796.69/1797.05	c =============================================================================
1796.69/1797.05	c  0.0s |       0 |        0 |        0 |   472474      0 |     2639 |     2650
1797.19/1797.55	c  0.5s |       0 |       83 |        1 |   472474      0 |     2639 |     2651
1797.19/1797.55	c #cpu_time = 0.496s
1797.19/1797.55	c #wall_clock_time = 0.497s
1797.19/1797.55	c #decision = 83
1797.19/1797.55	c #random_decision = 0
1797.19/1797.55	c #conflict = 1
1797.19/1797.55	c #restart = 0
1797.19/1797.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 141: cost of the new core is >=143360
1797.19/1797.55	c lower bound updated to -173575715
1797.29/1797.69	c BCD2: 1321266 <= obj <= 174896980
1797.29/1797.69	c BCD2: #cores=82, #unrelaxed=304113, #relaxed=2442, #hardened=0
1797.29/1797.69	c BCD2: #sat=1 #unsat=2430 bias=2430/2431
1797.39/1797.70	c Solving starts ...
1797.39/1797.70	c ============================[ Search Statistics ]============================
1797.39/1797.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1797.39/1797.70	c       |         |          |          |    Limit     GC | Var      | Constra 
1797.39/1797.70	c =============================================================================
1797.39/1797.70	c  0.0s |       0 |        0 |        0 |   472474      0 |     2640 |     2651
1797.89/1798.20	c  0.5s |       0 |       83 |        1 |   472474      0 |     2640 |     2652
1797.89/1798.20	c #cpu_time = 0.500s
1797.89/1798.20	c #wall_clock_time = 0.501s
1797.89/1798.20	c #decision = 83
1797.89/1798.20	c #random_decision = 0
1797.89/1798.20	c #conflict = 1
1797.89/1798.20	c #restart = 0
1797.89/1798.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 142: cost of the new core is >=144384
1797.89/1798.20	c lower bound updated to -173574691
1797.99/1798.36	c BCD2: 1322290 <= obj <= 174896980
1797.99/1798.36	c BCD2: #cores=82, #unrelaxed=304112, #relaxed=2443, #hardened=0
1797.99/1798.36	c BCD2: #sat=1 #unsat=2431 bias=2431/2432
1797.99/1798.38	c Solving starts ...
1797.99/1798.38	c ============================[ Search Statistics ]============================
1797.99/1798.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1797.99/1798.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1797.99/1798.38	c =============================================================================
1797.99/1798.38	c  0.0s |       0 |        0 |        0 |   472474      0 |     2641 |     2652
1798.49/1798.87	c  0.5s |       0 |       83 |        1 |   472474      0 |     2641 |     2653
1798.49/1798.87	c #cpu_time = 0.497s
1798.49/1798.87	c #wall_clock_time = 0.498s
1798.49/1798.87	c #decision = 83
1798.49/1798.87	c #random_decision = 0
1798.49/1798.87	c #conflict = 1
1798.49/1798.87	c #restart = 0
1798.49/1798.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 143: cost of the new core is >=145408
1798.49/1798.87	c lower bound updated to -173573667
1798.69/1799.06	c BCD2: 1323314 <= obj <= 174896980
1798.69/1799.06	c BCD2: #cores=82, #unrelaxed=304111, #relaxed=2444, #hardened=0
1798.69/1799.06	c BCD2: #sat=1 #unsat=2432 bias=2432/2433
1798.69/1799.08	c Solving starts ...
1798.69/1799.08	c ============================[ Search Statistics ]============================
1798.69/1799.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1798.69/1799.08	c       |         |          |          |    Limit     GC | Var      | Constra 
1798.69/1799.08	c =============================================================================
1798.69/1799.08	c  0.0s |       0 |        0 |        0 |   472474      0 |     2642 |     2653
1799.19/1799.58	c  0.5s |       0 |       83 |        1 |   472474      0 |     2642 |     2654
1799.19/1799.58	c #cpu_time = 0.500s
1799.19/1799.58	c #wall_clock_time = 0.502s
1799.19/1799.58	c #decision = 83
1799.19/1799.58	c #random_decision = 0
1799.19/1799.58	c #conflict = 1
1799.19/1799.58	c #restart = 0
1799.19/1799.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 144: cost of the new core is >=146432
1799.19/1799.58	c lower bound updated to -173572643
1799.40/1799.77	c BCD2: 1324338 <= obj <= 174896980
1799.40/1799.77	c BCD2: #cores=82, #unrelaxed=304110, #relaxed=2445, #hardened=0
1799.40/1799.77	c BCD2: #sat=1 #unsat=2433 bias=2433/2434
1799.40/1799.78	c Solving starts ...
1799.40/1799.78	c ============================[ Search Statistics ]============================
1799.40/1799.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1799.40/1799.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1799.40/1799.78	c =============================================================================
1799.40/1799.78	c  0.0s |       0 |        0 |        0 |   472474      0 |     2643 |     2654
1799.89/1800.28	c  0.5s |       0 |       83 |        1 |   472474      0 |     2643 |     2655
1799.89/1800.28	c #cpu_time = 0.499s
1799.89/1800.28	c #wall_clock_time = 0.500s
1799.89/1800.28	c #decision = 83
1799.89/1800.28	c #random_decision = 0
1799.89/1800.28	c #conflict = 1
1799.89/1800.28	c #restart = 0
1799.89/1800.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 145: cost of the new core is >=147456
1799.89/1800.29	c lower bound updated to -173571619

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

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.06 2.04 2/179 6316
/proc/meminfo: memFree=28739588/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=746052 CPUtime=0 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 2789 0 0 0 0 0 0 0 20 0 4 0 113058516 763957248 3661 33554432000 4194304 16246674 140736504218656 140736504218080 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 187281 3669 442 2943 0 184175 0
[pid=6316/tid=6317] ppid=6313 vsize=763460 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 781783040 3729 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=767556 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 785977344 3745 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=772676 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 791220224 3763 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.06 2.06 2.04 2/179 6316
/proc/meminfo: memFree=28739588/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=1301060 CPUtime=0.09 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 29863 0 0 0 5 4 0 0 20 0 4 0 113058516 1332285440 30674 33554432000 4194304 16246674 140736504218656 140736504217968 8057278 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 325265 30689 800 2943 0 322159 0
[pid=6316/tid=6317] ppid=6313 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 1332285440 30700 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 1332285440 30712 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 1332285440 30723 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1301060

[startup+0.200473 s]
/proc/loadavg: 2.06 2.06 2.04 2/179 6316
/proc/meminfo: memFree=28739588/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=1314372 CPUtime=0.19 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 44606 0 0 0 13 6 0 0 20 0 4 0 113058516 1345916928 45927 33554432000 4194304 16246674 140736504218656 140736504217968 7889298 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 328593 45927 800 2943 0 325487 0
[pid=6316/tid=6317] ppid=6313 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 1345916928 45927 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 1345916928 45927 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 1345916928 45927 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1314372

[startup+0.300452 s]
/proc/loadavg: 2.06 2.06 2.04 2/179 6316
/proc/meminfo: memFree=28739588/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=1314372 CPUtime=0.29 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 47869 0 0 0 22 7 0 0 20 0 4 0 113058516 1345916928 49190 33554432000 4194304 16246674 140736504218656 140736504217968 7440352 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 328593 49190 800 2943 0 325487 0
[pid=6316/tid=6317] ppid=6313 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 1345916928 49190 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 1345916928 49190 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 1345916928 49190 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.700403 s]
/proc/loadavg: 2.06 2.06 2.04 2/179 6316
/proc/meminfo: memFree=28739588/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=1315396 CPUtime=0.69 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 63398 0 0 0 60 9 0 0 20 0 4 0 113058516 1346965504 64719 33554432000 4194304 16246674 140736504218656 140736504216448 8058627 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 328849 64719 801 2943 0 325743 0
[pid=6316/tid=6317] ppid=6313 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 1346965504 64719 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 1346965504 64719 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 1346965504 64719 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1315396

[startup+1.50042 s]
/proc/loadavg: 2.22 2.09 2.05 3/183 6320
/proc/meminfo: memFree=28436564/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=1315396 CPUtime=1.49 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 81889 0 0 0 137 12 0 0 20 0 4 0 113058516 1346965504 83210 33554432000 4194304 16246674 140736504218656 140736504216448 14073329 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 328849 83210 802 2943 0 325743 0
[pid=6316/tid=6317] ppid=6313 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 1346965504 83210 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 1346965504 83210 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 1346965504 83210 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1315396

[startup+3.10041 s]
/proc/loadavg: 2.22 2.09 2.05 3/183 6320
/proc/meminfo: memFree=28272304/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=1339972 CPUtime=3.09 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 137657 0 0 0 289 20 0 0 20 0 4 0 113058516 1372131328 144089 33554432000 4194304 16246674 140736504218656 140736504201648 7853005 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 334993 144106 802 2943 0 331887 0
[pid=6316/tid=6317] ppid=6313 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 1372131328 144116 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 1372131328 144126 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 1372131328 144138 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1339972

[startup+6.30041 s]
/proc/loadavg: 2.22 2.09 2.05 4/183 6320
/proc/meminfo: memFree=27823676/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=1389124 CPUtime=6.28 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 269500 0 0 0 591 37 0 0 20 0 4 0 113058516 1422462976 289217 33554432000 4194304 16246674 140736504218656 140736504217968 4225387 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 347281 289217 835 2943 0 344175 0
[pid=6316/tid=6317] ppid=6313 vsize=1389124 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 1422462976 289217 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=1389124 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 1422462976 289217 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=1389124 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 1422462976 289217 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1389124

[startup+12.7004 s]
/proc/loadavg: 2.26 2.11 2.05 3/183 6320
/proc/meminfo: memFree=27323600/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=1649220 CPUtime=12.69 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 334531 0 0 0 1223 46 0 0 20 0 4 0 113058516 1688801280 354248 33554432000 4194304 16246674 140736504218656 140736504200576 13753092 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 412305 354248 838 2943 0 409199 0
[pid=6316/tid=6317] ppid=6313 vsize=1649220 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 1688801280 354248 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=1649220 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 1688801280 354248 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=1649220 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 1688801280 354248 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1649220

[startup+25.5073 s]
/proc/loadavg: 2.22 2.10 2.05 3/183 6320
/proc/meminfo: memFree=26402228/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=2568772 CPUtime=25.49 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 564498 0 0 0 2475 74 0 0 20 0 4 0 113058516 2630422528 584215 33554432000 4194304 16246674 140736504218656 140736504200576 5531312 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 642193 584215 914 2943 0 639087 0
[pid=6316/tid=6317] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584215 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584215 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584215 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2568772

[startup+51.1004 s]
/proc/loadavg: 2.21 2.11 2.05 3/183 6320
/proc/meminfo: memFree=26402708/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=2568772 CPUtime=51.08 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 564505 0 0 0 5031 77 0 0 20 0 4 0 113058516 2630422528 584222 33554432000 4194304 16246674 140736504218656 140736504200576 6727232 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 642193 584222 921 2943 0 639087 0
[pid=6316/tid=6317] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584222 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584222 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584222 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2568772

[startup+102.3 s]
/proc/loadavg: 2.08 2.09 2.05 3/183 6321
/proc/meminfo: memFree=26402372/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=2568772 CPUtime=102.27 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 564505 0 0 0 10146 81 0 0 20 0 4 0 113058516 2630422528 584222 33554432000 4194304 16246674 140736504218656 140736504200576 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 642193 584222 921 2943 0 639087 0
[pid=6316/tid=6317] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584222 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584222 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584222 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2568772


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

/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584222 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 2568772

[startup+1362.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/183 6376
/proc/meminfo: memFree=26396276/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=2568772 CPUtime=1362.07 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 564507 0 0 0 136021 186 0 0 20 0 4 0 113058516 2630422528 584224 33554432000 4194304 16246674 140736504218656 140736504216512 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 642193 584224 923 2943 0 639087 0
[pid=6316/tid=6317] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584224 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584224 33554432000 4194304 16246674 140736504218656 140101577317392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584224 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 2568772

[startup+1422.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/183 6378
/proc/meminfo: memFree=26395388/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=2568772 CPUtime=1422.06 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 564507 0 0 0 142015 191 0 0 20 0 4 0 113058516 2630422528 584224 33554432000 4194304 16246674 140736504218656 140736504200576 13895872 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 642193 584224 923 2943 0 639087 0
[pid=6316/tid=6317] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584224 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584224 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584224 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 2568772

[startup+1482.3 s]
/proc/loadavg: 2.13 2.08 2.06 3/183 6379
/proc/meminfo: memFree=26395096/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=2568772 CPUtime=1482.05 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 564512 0 0 0 148009 196 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140736504200576 13752924 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 642193 584227 923 2943 0 639087 0
[pid=6316/tid=6317] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 2568772

[startup+1542.3 s]
/proc/loadavg: 2.05 2.06 2.05 3/184 6383
/proc/meminfo: memFree=26394452/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=2568772 CPUtime=1542.04 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 564521 0 0 0 154003 201 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140736504200576 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 642193 584227 923 2943 0 639087 0
[pid=6316/tid=6317] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 2568772

[startup+1602.3 s]
/proc/loadavg: 2.09 2.07 2.06 3/183 6384
/proc/meminfo: memFree=26394972/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=2568772 CPUtime=1602.02 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 564525 0 0 0 159995 207 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140736504217752 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 642193 584227 923 2943 0 639087 0
[pid=6316/tid=6317] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 2568772

[startup+1662.31 s]
/proc/loadavg: 2.26 2.11 2.07 3/183 6385
/proc/meminfo: memFree=26394716/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=2568772 CPUtime=1662.02 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 564526 0 0 0 165989 213 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140736504217832 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 642193 584227 923 2943 0 639087 0
[pid=6316/tid=6317] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 2568772

[startup+1722.3 s]
/proc/loadavg: 2.12 2.10 2.07 3/182 6386
/proc/meminfo: memFree=26394472/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=2568772 CPUtime=1722.01 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 564526 0 0 0 171981 220 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140736504217832 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 642193 584227 923 2943 0 639087 0
[pid=6316/tid=6317] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 2568772

[startup+1782.3 s]
/proc/loadavg: 1.52 1.94 2.01 2/173 6418
/proc/meminfo: memFree=28715308/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=2568772 CPUtime=1781.99 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 564526 0 0 0 177973 226 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140736504200576 13874575 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 642193 584227 923 2943 0 639087 0
[pid=6316/tid=6317] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 2568772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.40 1.89 1.99 2/173 6419
/proc/meminfo: memFree=28715040/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=2568772 CPUtime=1800.09 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 564526 0 0 0 179781 228 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140736504217832 4220507 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 642193 584227 923 2943 0 639087 0
[pid=6316/tid=6317] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2568772

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

[startup+1800.4 s]
/proc/loadavg: 1.40 1.89 1.99 2/173 6419
/proc/meminfo: memFree=28715040/32872528 swapFree=12328/568296
[pid=6316] ppid=6313 vsize=2568772 CPUtime=1800.09 cores=0,2,4,6
/proc/6316/stat : 6316 (toysat) R 6313 6316 3396 0 -1 4202496 564526 0 0 0 179781 228 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140736504217832 4220507 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6316/statm: 642193 584227 923 2943 0 639087 0
[pid=6316/tid=6317] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6317/stat : 6317 (toysat) S 6313 6316 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101587807472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6316/tid=6318] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6318/stat : 6318 (toysat) S 6313 6316 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101577317616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6316/tid=6319] ppid=6313 vsize=2568772 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6319/stat : 6319 (toysat) S 6313 6316 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113058516 2630422528 584227 33554432000 4194304 16246674 140736504218656 140101497646256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2568772

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.5
CPU time (s): 1800.2
CPU user time (s): 1797.82
CPU system time (s): 2.37764
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 2568772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.82
system time used= 2.37764
maximum resident set size= 2336908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 564526
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= 786
involuntary context switches= 1807

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.65968 second user time and 9.8895 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-07 16:54:19
IDJOB=4079274
IDBENCH=92139
IDSOLVER=2542
FILE ID=node138/4079274-1465311258
RUNJOBID= node138-1465278758-3412
PBS_JOBID= 19843315
Free space on /tmp= 71672 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null50mast_rapportOE2.0_TMAX60_K192_cod1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079274-1465311258/watcher-4079274-1465311258 -o /tmp/evaluation-result-4079274-1465311258/solver-4079274-1465311258 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465278758-3412 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079274-1465311258.opb

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

MD5SUM BENCH= 8ae7872201a01b380c649cec8e185bc6
RANDOM SEED=154294056

node138.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.807
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
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.807
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.807
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.807
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.807
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.807
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.807
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.807
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:        28740232 kB
Buffers:          140020 kB
Cached:           368192 kB
SwapCached:        46740 kB
Active:          2479592 kB
Inactive:         340924 kB
Active(anon):    2267112 kB
Inactive(anon):    47692 kB
Active(file):     212480 kB
Inactive(file):   293232 kB
Unevictable:      568296 kB
Mlocked:           12328 kB
SwapTotal:      67108856 kB
SwapFree:       67053660 kB
Dirty:             47660 kB
Writeback:             0 kB
AnonPages:       2837372 kB
Mapped:            11912 kB
Shmem:                 0 kB
Slab:             607228 kB
SReclaimable:      50308 kB
SUnreclaim:       556920 kB
KernelStack:        1464 kB
PageTables:         9692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2982244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    643072 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= 71700 MiB
End job on node138 at 2016-06-07 17:24:20