Trace number 4111088

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (MO) 653.163 653.288

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f56-FCS_FC1_order3_PB.seq-A-2-combined-irEDCBA.opb
MD5SUMe6e3eb20275d97c75cae8ba2a08c4f81
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6076425892024
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23300
Total number of constraints68815
Number of constraints which are clauses68491
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints324
Minimum length of a constraint1
Maximum length of a constraint82
Number of terms in the objective function 1337
Biggest coefficient in the objective function 18536992160
Number of bits for the biggest coefficient in the objective function 35
Sum of the numbers in the objective function 17220865716639
Number of bits of the sum of numbers in the objective function 44
Biggest number in a constraint 18536992160
Number of bits of the biggest number in a constraint 35
Biggest sum of numbers in a constraint 17220865716639
Number of bits of the biggest sum of numbers44
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-20T06:38:09+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-4111088-1466397489.opb"]
0.00/0.01	c use --random-gen="540254952 2936980371 1797078040 1495601692 3731229813 801657155 1116678292 78968359 2953968357 1579326959 1974603552 104260811 1134819974 1725512526 3676008659 2075450681 1151595783 878916637 3592501216 3834710432 3151238152 2999521421 1459938595 3222685075 1682608127 1095891329 3215425286 764437614 770242777 2508491818 3864796587 784183703 728286167 2477655111 4249959228 976341562 606947774 704951216 3014751062 3162840985 903754252 768590117 13947809 3077683135 3885500875 2891118034 3326801683 912267971 2771854292 676425688 4246391469 1019580689 3220015117 1016180456 3786149834 1790511401 2416611271 1631787288 3020157170 4163149749 619619937 1731687161 2752646639 653225808 3309867617 1004588888 3567673901 2912553867 2951567351 2238739915 3945692777 4010499654 856738466 2435361639 2266163658 720267570 2976566609 1074176937 2569299161 2955078814 747840790 2328668336 898329986 3993514654 2150552388 3231256705 1448327715 228568835 844826260 3361993305 1555590483 1415989342 3297558732 2678841916 92792269 2837371875 3575931637 2942516193 4200065995 215881504 3250705896 2413896807 1485261807 54569526 56011485 403917823 3410527304 3907262216 2836268620 4041394225 2673339303 2643377580 971991534 3053177555 2689311236 248513448 2787079854 1803630924 2901212533 2485489368 2079089460 3470946096 3314276125 254918036 4215862246 454973204 1545637028 2346483888 2248113751 32775730 2958007741 2476030651 2723626110 1873649493 3388110200 2654829503 2131520032 1456184973 3550889016 2153473763 286636019 929795754 843595962 3191331902 3746934397 1958985742 573109908 2369432061 1038389425 2982538130 274235907 3140810032 4034074059 830448962 4228134967 4191079936 1007312882 2458448214 515970947 2927338491 1153996429 203574566 447509195 2828365007 961603370 4194581359 3719505090 2063136206 3936142022 2322321554 3060704019 1253606252 2901461566 1008602180 2301595252 3697244196 3281690182 290498471 2314251563 291526916 1967090013 2281746160 1090101576 1188266294 1270457257 2072653815 1562996733 952570888 3203353150 3190648831 3241578523 1576873990 1310337675 3282844337 4189403714 449541580 1598821733 592339612 896287264 252490878 753102933 2781931512 3702106827 1781937051 410876616 781513984 1722817481 2509543330 888595283 2752722955 1392745659 3404565824 803126083 1104349233 2526410567 3618779514 3859386104 2925663403 1501018568 3393286936 2512177067 2306620442 1724437868 28532226 2736882010 3429992168 180323396 124576500 460908165 3815768109 3772212212 1490675269 2042954648 2482007677 2075797400 1541863272 207976581 683555609 993131251 3754895872 2601585944 1808344540 1415463355 224266227 2507940575 272583673 3465970025 2392638022 2851906781 658282544 1614278015 3117066756 3107353934 2249360161 2681046963 3886828023 255 362436" option to reproduce the execution
0.39/0.42	c #vars 23300
0.39/0.42	c #constraints 68815
1.20/1.26	c BCD2: Hardening is enabled.
1.20/1.26	c BCD2: BiasedSearch is enabled.
1.20/1.26	c Solving starts ...
1.20/1.26	c ============================[ Search Statistics ]============================
1.20/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.26	c =============================================================================
1.20/1.26	c  0.0s |       0 |        0 |        0 |    29492      0 |      892 |        0
1.39/1.44	c  0.2s |       0 |     1850 |       32 |    29492      0 |      892 |      162
1.39/1.44	c #cpu_time = 0.173s
1.39/1.44	c #wall_clock_time = 0.173s
1.39/1.44	c #decision = 1850
1.39/1.44	c #random_decision = 2
1.39/1.44	c #conflict = 32
1.39/1.44	c #restart = 0
1.39/1.44	o 11804356607407
1.49/1.54	c BCD2: updating upper bound: 17220865716639 -> 11808064005837
1.59/1.62	c BCD2: 0 <= obj <= 11808064005837
1.59/1.63	c BCD2: #cores=0, #unrelaxed=1337, #relaxed=0, #hardened=0
1.59/1.63	c BCD2: #sat=1 #unsat=1 bias=1/2
1.59/1.63	c Solving starts ...
1.59/1.63	c ============================[ Search Statistics ]============================
1.59/1.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.63	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.63	c =============================================================================
1.59/1.63	c  0.0s |       0 |        0 |        0 |    29492      0 |      892 |      162
1.59/1.69	c  0.1s |       0 |        3 |        1 |    29492      0 |      892 |      162
1.59/1.69	c #cpu_time = 0.063s
1.59/1.69	c #wall_clock_time = 0.063s
1.59/1.69	c #decision = 3
1.59/1.69	c #random_decision = 0
1.59/1.69	c #conflict = 1
1.59/1.69	c #restart = 0
1.59/1.69	c BCD2: found a new core of size 3: cost of the new core is >=3707398432
1.59/1.69	c lower bound updated to 1
1.79/1.88	c BCD2: 3707398432 <= obj <= 11808064005837
1.79/1.88	c BCD2: #cores=1, #unrelaxed=1334, #relaxed=3, #hardened=0
1.79/1.88	c BCD2: #sat=1 #unsat=2 bias=2/3
1.89/1.96	c Solving starts ...
1.89/1.96	c ============================[ Search Statistics ]============================
1.89/1.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.96	c =============================================================================
1.89/1.96	c  0.0s |       0 |        0 |        0 |    29492      0 |      892 |      162
1.89/1.99	c  0.0s |       0 |      117 |        0 |    29492      0 |      892 |      162
1.89/1.99	c #cpu_time = 0.023s
1.89/1.99	c #wall_clock_time = 0.023s
1.89/1.99	c #decision = 117
1.89/1.99	c #random_decision = 0
1.89/1.99	c #conflict = 0
1.89/1.99	c #restart = 0
1.89/1.99	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
1.89/1.99	c lower bound updated to 18536992161
1.99/2.05	c BCD2: 22244390592 <= obj <= 11808064005837
1.99/2.05	c BCD2: #cores=2, #unrelaxed=1331, #relaxed=6, #hardened=0
1.99/2.05	c BCD2: #sat=1 #unsat=3 bias=3/4
1.99/2.05	c Solving starts ...
1.99/2.05	c ============================[ Search Statistics ]============================
1.99/2.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.05	c =============================================================================
1.99/2.05	c  0.0s |       0 |        0 |        0 |    29492      0 |      892 |      163
1.99/2.07	c  0.0s |       0 |      136 |        0 |    29492      0 |      892 |      163
1.99/2.07	c #cpu_time = 0.022s
1.99/2.07	c #wall_clock_time = 0.022s
1.99/2.07	c #decision = 136
1.99/2.07	c #random_decision = 0
1.99/2.07	c #conflict = 0
1.99/2.07	c #restart = 0
1.99/2.07	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
1.99/2.07	c lower bound updated to 37073984321
2.09/2.13	c BCD2: 40781382752 <= obj <= 11808064005837
2.09/2.13	c BCD2: #cores=3, #unrelaxed=1328, #relaxed=9, #hardened=0
2.09/2.13	c BCD2: #sat=1 #unsat=4 bias=4/5
2.09/2.13	c Solving starts ...
2.09/2.13	c ============================[ Search Statistics ]============================
2.09/2.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.13	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.13	c =============================================================================
2.09/2.13	c  0.0s |       0 |        0 |        0 |    29492      0 |      892 |      164
2.09/2.15	c  0.0s |       0 |      160 |        0 |    29492      0 |      892 |      164
2.09/2.15	c #cpu_time = 0.023s
2.09/2.15	c #wall_clock_time = 0.023s
2.09/2.15	c #decision = 160
2.09/2.15	c #random_decision = 0
2.09/2.15	c #conflict = 0
2.09/2.15	c #restart = 0
2.09/2.15	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.09/2.15	c lower bound updated to 55610976481
2.20/2.21	c BCD2: 59318374912 <= obj <= 11808064005837
2.20/2.21	c BCD2: #cores=4, #unrelaxed=1325, #relaxed=12, #hardened=0
2.20/2.21	c BCD2: #sat=1 #unsat=5 bias=5/6
2.20/2.21	c Solving starts ...
2.20/2.21	c ============================[ Search Statistics ]============================
2.20/2.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.21	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.21	c =============================================================================
2.20/2.21	c  0.0s |       0 |        0 |        0 |    29492      0 |      892 |      165
2.20/2.24	c  0.0s |       0 |      184 |        0 |    29492      0 |      892 |      165
2.20/2.24	c #cpu_time = 0.023s
2.20/2.24	c #wall_clock_time = 0.023s
2.20/2.24	c #decision = 184
2.20/2.24	c #random_decision = 0
2.20/2.24	c #conflict = 0
2.20/2.24	c #restart = 0
2.20/2.24	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.20/2.24	c lower bound updated to 74147968641
2.20/2.29	c BCD2: 77855367072 <= obj <= 11808064005837
2.20/2.29	c BCD2: #cores=5, #unrelaxed=1322, #relaxed=15, #hardened=0
2.20/2.29	c BCD2: #sat=1 #unsat=6 bias=6/7
2.20/2.29	c Solving starts ...
2.20/2.29	c ============================[ Search Statistics ]============================
2.20/2.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.29	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.29	c =============================================================================
2.20/2.29	c  0.0s |       0 |        0 |        0 |    29492      0 |      892 |      166
2.30/2.32	c  0.0s |       0 |      184 |        0 |    29492      0 |      892 |      166
2.30/2.32	c #cpu_time = 0.023s
2.30/2.32	c #wall_clock_time = 0.023s
2.30/2.32	c #decision = 184
2.30/2.32	c #random_decision = 0
2.30/2.32	c #conflict = 0
2.30/2.32	c #restart = 0
2.30/2.32	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.30/2.32	c lower bound updated to 92684960801
2.30/2.38	c BCD2: 96392359232 <= obj <= 11808064005837
2.30/2.38	c BCD2: #cores=6, #unrelaxed=1319, #relaxed=18, #hardened=0
2.30/2.38	c BCD2: #sat=1 #unsat=7 bias=7/8
2.30/2.38	c Solving starts ...
2.30/2.38	c ============================[ Search Statistics ]============================
2.30/2.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.38	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.38	c =============================================================================
2.30/2.38	c  0.0s |       0 |        0 |        0 |    29492      0 |      892 |      167
2.39/2.40	c  0.0s |       0 |      197 |        0 |    29492      0 |      892 |      167
2.39/2.40	c #cpu_time = 0.023s
2.39/2.40	c #wall_clock_time = 0.023s
2.39/2.40	c #decision = 197
2.39/2.40	c #random_decision = 0
2.39/2.40	c #conflict = 0
2.39/2.40	c #restart = 0
2.39/2.40	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.39/2.40	c lower bound updated to 111221952961
2.39/2.46	c BCD2: 114929351392 <= obj <= 11808064005837
2.39/2.46	c BCD2: #cores=7, #unrelaxed=1316, #relaxed=21, #hardened=0
2.39/2.46	c BCD2: #sat=1 #unsat=8 bias=8/9
2.39/2.46	c Solving starts ...
2.39/2.46	c ============================[ Search Statistics ]============================
2.39/2.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.46	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.46	c =============================================================================
2.39/2.46	c  0.0s |       0 |        0 |        0 |    29492      0 |      892 |      168
2.39/2.48	c  0.0s |       0 |      197 |        0 |    29492      0 |      892 |      168
2.39/2.48	c #cpu_time = 0.023s
2.39/2.48	c #wall_clock_time = 0.023s
2.39/2.48	c #decision = 197
2.39/2.48	c #random_decision = 0
2.39/2.48	c #conflict = 0
2.39/2.48	c #restart = 0
2.39/2.48	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.39/2.48	c lower bound updated to 129758945121
2.49/2.54	c BCD2: 133466343552 <= obj <= 11808064005837
2.49/2.54	c BCD2: #cores=8, #unrelaxed=1313, #relaxed=24, #hardened=0
2.49/2.54	c BCD2: #sat=1 #unsat=9 bias=9/10
2.49/2.54	c Solving starts ...
2.49/2.54	c ============================[ Search Statistics ]============================
2.49/2.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.54	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.54	c =============================================================================
2.49/2.54	c  0.0s |       0 |        0 |        0 |    29492      0 |      892 |      169
2.49/2.57	c  0.0s |       0 |      213 |        0 |    29492      0 |      892 |      169
2.49/2.57	c #cpu_time = 0.023s
2.49/2.57	c #wall_clock_time = 0.023s
2.49/2.57	c #decision = 213
2.49/2.57	c #random_decision = 0
2.49/2.57	c #conflict = 0
2.49/2.57	c #restart = 0
2.49/2.57	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.49/2.57	c lower bound updated to 148295937281
2.59/2.62	c BCD2: 152003335712 <= obj <= 11808064005837
2.59/2.62	c BCD2: #cores=9, #unrelaxed=1310, #relaxed=27, #hardened=0
2.59/2.62	c BCD2: #sat=1 #unsat=10 bias=10/11
2.59/2.63	c Solving starts ...
2.59/2.63	c ============================[ Search Statistics ]============================
2.59/2.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.63	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.63	c =============================================================================
2.59/2.63	c  0.0s |       0 |        0 |        0 |    29492      0 |      892 |      170
2.59/2.65	c  0.0s |       0 |      236 |        0 |    29492      0 |      892 |      170
2.59/2.65	c #cpu_time = 0.023s
2.59/2.65	c #wall_clock_time = 0.023s
2.59/2.65	c #decision = 236
2.59/2.65	c #random_decision = 0
2.59/2.65	c #conflict = 0
2.59/2.65	c #restart = 0
2.59/2.65	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.59/2.65	c lower bound updated to 166832929441
2.69/2.71	c BCD2: 170540327872 <= obj <= 11808064005837
2.69/2.71	c BCD2: #cores=10, #unrelaxed=1307, #relaxed=30, #hardened=0
2.69/2.71	c BCD2: #sat=1 #unsat=11 bias=11/12
2.69/2.71	c Solving starts ...
2.69/2.71	c ============================[ Search Statistics ]============================
2.69/2.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.71	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.71	c =============================================================================
2.69/2.71	c  0.0s |       0 |        0 |        0 |    29492      0 |      892 |      171
2.69/2.73	c  0.0s |       0 |      239 |        0 |    29492      0 |      892 |      171
2.69/2.73	c #cpu_time = 0.024s
2.69/2.73	c #wall_clock_time = 0.024s
2.69/2.73	c #decision = 239
2.69/2.73	c #random_decision = 0
2.69/2.73	c #conflict = 0
2.69/2.73	c #restart = 0
2.69/2.73	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.69/2.73	c lower bound updated to 185369921601
2.69/2.79	c BCD2: 189077320032 <= obj <= 11808064005837
2.69/2.79	c BCD2: #cores=11, #unrelaxed=1304, #relaxed=33, #hardened=0
2.69/2.79	c BCD2: #sat=1 #unsat=12 bias=12/13
2.69/2.79	c Solving starts ...
2.69/2.79	c ============================[ Search Statistics ]============================
2.69/2.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.79	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.79	c =============================================================================
2.69/2.79	c  0.0s |       0 |        0 |        0 |    29492      0 |      892 |      172
2.79/2.82	c  0.0s |       0 |      239 |        0 |    29492      0 |      892 |      172
2.79/2.82	c #cpu_time = 0.023s
2.79/2.82	c #wall_clock_time = 0.023s
2.79/2.82	c #decision = 239
2.79/2.82	c #random_decision = 0
2.79/2.82	c #conflict = 0
2.79/2.82	c #restart = 0
2.79/2.82	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.79/2.82	c lower bound updated to 203906913761
2.79/2.88	c BCD2: 207614312192 <= obj <= 11808064005837
2.79/2.88	c BCD2: #cores=12, #unrelaxed=1301, #relaxed=36, #hardened=0
2.79/2.88	c BCD2: #sat=1 #unsat=13 bias=13/14
2.79/2.88	c Solving starts ...
2.79/2.88	c ============================[ Search Statistics ]============================
2.79/2.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.88	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.88	c =============================================================================
2.79/2.88	c  0.0s |       0 |        0 |        0 |    29492      0 |      892 |      173
2.89/2.90	c  0.0s |       0 |      248 |        0 |    29492      0 |      892 |      173
2.89/2.90	c #cpu_time = 0.024s
2.89/2.90	c #wall_clock_time = 0.024s
2.89/2.90	c #decision = 248
2.89/2.90	c #random_decision = 0
2.89/2.90	c #conflict = 0
2.89/2.90	c #restart = 0
2.89/2.90	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.89/2.90	c lower bound updated to 222443905921
2.89/2.96	c BCD2: 226151304352 <= obj <= 11808064005837
2.89/2.96	c BCD2: #cores=13, #unrelaxed=1298, #relaxed=39, #hardened=0
2.89/2.96	c BCD2: #sat=1 #unsat=14 bias=14/15
2.89/2.96	c Solving starts ...
2.89/2.96	c ============================[ Search Statistics ]============================
2.89/2.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.96	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.96	c =============================================================================
2.89/2.96	c  0.0s |       0 |        0 |        0 |    29492      0 |      892 |      174
2.89/2.99	c  0.0s |       0 |      247 |        0 |    29492      0 |      892 |      174
2.89/2.99	c #cpu_time = 0.023s
2.89/2.99	c #wall_clock_time = 0.023s
2.89/2.99	c #decision = 247
2.89/2.99	c #random_decision = 0
2.89/2.99	c #conflict = 0
2.89/2.99	c #restart = 0
2.89/2.99	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.89/2.99	c lower bound updated to 240980898081
2.99/3.04	c BCD2: 244688296512 <= obj <= 11808064005837
2.99/3.04	c BCD2: #cores=14, #unrelaxed=1295, #relaxed=42, #hardened=0
2.99/3.04	c BCD2: #sat=1 #unsat=15 bias=15/16
2.99/3.04	c Solving starts ...
2.99/3.04	c ============================[ Search Statistics ]============================
2.99/3.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.04	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.04	c =============================================================================
2.99/3.05	c  0.0s |       0 |        0 |        0 |    29492      0 |      892 |      175
2.99/3.07	c  0.0s |       0 |      250 |        0 |    29492      0 |      892 |      175
2.99/3.07	c #cpu_time = 0.023s
2.99/3.07	c #wall_clock_time = 0.023s
2.99/3.07	c #decision = 250
2.99/3.07	c #random_decision = 0
2.99/3.07	c #conflict = 0
2.99/3.07	c #restart = 0
2.99/3.07	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.99/3.07	c lower bound updated to 259517890241
3.09/3.13	c BCD2: 263225288672 <= obj <= 11808064005837
3.09/3.13	c BCD2: #cores=15, #unrelaxed=1292, #relaxed=45, #hardened=0
3.09/3.13	c BCD2: #sat=1 #unsat=16 bias=16/17
3.09/3.13	c Solving starts ...
3.09/3.13	c ============================[ Search Statistics ]============================
3.09/3.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.13	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.13	c =============================================================================
3.09/3.13	c  0.0s |       0 |        0 |        0 |    29492      0 |      892 |      176
3.09/3.15	c  0.0s |       0 |      255 |        0 |    29492      0 |      892 |      176
3.09/3.15	c #cpu_time = 0.024s
3.09/3.15	c #wall_clock_time = 0.024s
3.09/3.15	c #decision = 255
3.09/3.15	c #random_decision = 0
3.09/3.15	c #conflict = 0
3.09/3.15	c #restart = 0
3.09/3.15	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.09/3.15	c lower bound updated to 278054882401
3.19/3.21	c BCD2: 281762280832 <= obj <= 11808064005837
3.19/3.21	c BCD2: #cores=16, #unrelaxed=1289, #relaxed=48, #hardened=0
3.19/3.21	c BCD2: #sat=1 #unsat=17 bias=17/18
3.19/3.21	c Solving starts ...
3.19/3.21	c ============================[ Search Statistics ]============================
3.19/3.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.21	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.21	c =============================================================================
3.19/3.21	c  0.0s |       0 |        0 |        0 |    29492      0 |      892 |      177
3.19/3.24	c  0.0s |       0 |      256 |        0 |    29492      0 |      892 |      177
3.19/3.24	c #cpu_time = 0.024s
3.19/3.24	c #wall_clock_time = 0.024s
3.19/3.24	c #decision = 256
3.19/3.24	c #random_decision = 0
3.19/3.24	c #conflict = 0
3.19/3.24	c #restart = 0
3.19/3.24	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=55610976480
3.19/3.24	c BCD2: refineLB: 54581143583 -> 55610976480
3.19/3.24	c lower bound updated to 296591874561
3.19/3.30	c BCD2: 300299272992 <= obj <= 11808064005837
3.19/3.30	c BCD2: #cores=15, #unrelaxed=1284, #relaxed=53, #hardened=0
3.19/3.30	c BCD2: #sat=1 #unsat=18 bias=18/19
3.19/3.30	c Solving starts ...
3.19/3.30	c ============================[ Search Statistics ]============================
3.19/3.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.30	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.30	c =============================================================================
3.19/3.30	c  0.0s |       0 |        0 |        0 |    29492      0 |      901 |      177
3.30/3.32	c  0.0s |       0 |      251 |        0 |    29492      0 |      901 |      193
3.30/3.32	c #cpu_time = 0.023s
3.30/3.32	c #wall_clock_time = 0.023s
3.30/3.32	c #decision = 251
3.30/3.32	c #random_decision = 0
3.30/3.32	c #conflict = 0
3.30/3.32	c #restart = 0
3.30/3.32	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.30/3.32	c lower bound updated to 315128866721
3.30/3.38	c BCD2: 318836265152 <= obj <= 11808064005837
3.30/3.38	c BCD2: #cores=16, #unrelaxed=1281, #relaxed=56, #hardened=0
3.30/3.38	c BCD2: #sat=1 #unsat=19 bias=19/20
3.30/3.38	c Solving starts ...
3.30/3.38	c ============================[ Search Statistics ]============================
3.30/3.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.38	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.38	c =============================================================================
3.30/3.38	c  0.0s |       0 |        0 |        0 |    29492      0 |      901 |      194
3.30/3.40	c  0.0s |       0 |      256 |        0 |    29492      0 |      901 |      194
3.30/3.40	c #cpu_time = 0.023s
3.30/3.40	c #wall_clock_time = 0.023s
3.30/3.40	c #decision = 256
3.30/3.40	c #random_decision = 0
3.30/3.40	c #conflict = 0
3.30/3.40	c #restart = 0
3.30/3.40	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.30/3.40	c lower bound updated to 333665858881
3.40/3.46	c BCD2: 337373257312 <= obj <= 11808064005837
3.40/3.46	c BCD2: #cores=17, #unrelaxed=1278, #relaxed=59, #hardened=0
3.40/3.46	c BCD2: #sat=1 #unsat=20 bias=20/21
3.40/3.46	c Solving starts ...
3.40/3.46	c ============================[ Search Statistics ]============================
3.40/3.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.46	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.46	c =============================================================================
3.40/3.46	c  0.0s |       0 |        0 |        0 |    29492      0 |      901 |      195
3.40/3.49	c  0.0s |       0 |      259 |        0 |    29492      0 |      901 |      195
3.40/3.49	c #cpu_time = 0.023s
3.40/3.49	c #wall_clock_time = 0.023s
3.40/3.49	c #decision = 259
3.40/3.49	c #random_decision = 0
3.40/3.49	c #conflict = 0
3.40/3.49	c #restart = 0
3.40/3.49	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.40/3.49	c lower bound updated to 352202851041
3.49/3.55	c BCD2: 355910249472 <= obj <= 11808064005837
3.49/3.55	c BCD2: #cores=18, #unrelaxed=1275, #relaxed=62, #hardened=0
3.49/3.55	c BCD2: #sat=1 #unsat=21 bias=21/22
3.49/3.55	c Solving starts ...
3.49/3.55	c ============================[ Search Statistics ]============================
3.49/3.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.55	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.55	c =============================================================================
3.49/3.55	c  0.0s |       0 |        0 |        0 |    29492      0 |      901 |      196
3.49/3.57	c  0.0s |       0 |      273 |        0 |    29492      0 |      901 |      196
3.49/3.57	c #cpu_time = 0.023s
3.49/3.57	c #wall_clock_time = 0.023s
3.49/3.57	c #decision = 273
3.49/3.57	c #random_decision = 0
3.49/3.57	c #conflict = 0
3.49/3.57	c #restart = 0
3.49/3.57	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.49/3.57	c lower bound updated to 370739843201
3.59/3.63	c BCD2: 374447241632 <= obj <= 11808064005837
3.59/3.63	c BCD2: #cores=19, #unrelaxed=1272, #relaxed=65, #hardened=0
3.59/3.63	c BCD2: #sat=1 #unsat=22 bias=22/23
3.59/3.63	c Solving starts ...
3.59/3.63	c ============================[ Search Statistics ]============================
3.59/3.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.63	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.63	c =============================================================================
3.59/3.63	c  0.0s |       0 |        0 |        0 |    29492      0 |      901 |      197
3.59/3.65	c  0.0s |       0 |      272 |        0 |    29492      0 |      901 |      197
3.59/3.65	c #cpu_time = 0.023s
3.59/3.65	c #wall_clock_time = 0.023s
3.59/3.65	c #decision = 272
3.59/3.65	c #random_decision = 0
3.59/3.65	c #conflict = 0
3.59/3.65	c #restart = 0
3.59/3.65	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.59/3.65	c lower bound updated to 389276835361
3.69/3.71	c BCD2: 392984233792 <= obj <= 11808064005837
3.69/3.71	c BCD2: #cores=20, #unrelaxed=1269, #relaxed=68, #hardened=0
3.69/3.71	c BCD2: #sat=1 #unsat=23 bias=23/24
3.69/3.71	c Solving starts ...
3.69/3.71	c ============================[ Search Statistics ]============================
3.69/3.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.71	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.71	c =============================================================================
3.89/3.93	c  0.0s |       0 |        0 |        0 |    29492      0 |      901 |      198
3.89/3.93	c  0.0s |       0 |      273 |        0 |    29492      0 |      901 |      198
3.89/3.93	c #cpu_time = 0.024s
3.89/3.93	c #wall_clock_time = 0.024s
3.89/3.93	c #decision = 273
3.89/3.93	c #random_decision = 0
3.89/3.93	c #conflict = 0
3.89/3.93	c #restart = 0
3.89/3.93	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.89/3.93	c lower bound updated to 407813827521
3.89/3.93	c BCD2: 411521225952 <= obj <= 11808064005837
3.89/3.93	c BCD2: #cores=21, #unrelaxed=1266, #relaxed=71, #hardened=0
3.89/3.93	c BCD2: #sat=1 #unsat=24 bias=24/25
3.89/3.93	c Solving starts ...
3.89/3.93	c ============================[ Search Statistics ]============================
3.89/3.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.93	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.93	c =============================================================================
3.89/3.93	c  0.0s |       0 |        0 |        0 |    29492      0 |      901 |      199
3.89/3.93	c  0.0s |       0 |      278 |        0 |    29492      0 |      901 |      199
3.89/3.93	c #cpu_time = 0.024s
3.89/3.93	c #wall_clock_time = 0.024s
3.89/3.93	c #decision = 278
3.89/3.93	c #random_decision = 0
3.89/3.93	c #conflict = 0
3.89/3.93	c #restart = 0
3.89/3.93	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.89/3.93	c lower bound updated to 426350819681
3.89/3.93	c BCD2: 430058218112 <= obj <= 11808064005837
3.89/3.93	c BCD2: #cores=22, #unrelaxed=1263, #relaxed=74, #hardened=0
3.89/3.93	c BCD2: #sat=1 #unsat=25 bias=25/26
3.89/3.93	c Solving starts ...
3.89/3.93	c ============================[ Search Statistics ]============================
3.89/3.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.93	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.93	c =============================================================================
3.89/3.93	c  0.0s |       0 |        0 |        0 |    29492      0 |      901 |      200
3.89/3.93	c  0.0s |       0 |      282 |        0 |    29492      0 |      901 |      200
3.89/3.93	c #cpu_time = 0.024s
3.89/3.93	c #wall_clock_time = 0.024s
3.89/3.93	c #decision = 282
3.89/3.93	c #random_decision = 0
3.89/3.93	c #conflict = 0
3.89/3.93	c #restart = 0
3.89/3.93	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
3.89/3.93	c BCD2: refineLB: 36361023084 -> 37073984320
3.89/3.93	c lower bound updated to 444887811841
3.89/3.96	c BCD2: 448595210272 <= obj <= 11808064005837
3.89/3.96	c BCD2: #cores=22, #unrelaxed=1259, #relaxed=78, #hardened=0
3.89/3.96	c BCD2: #sat=1 #unsat=26 bias=26/27
3.89/3.96	c Solving starts ...
3.89/3.96	c ============================[ Search Statistics ]============================
3.89/3.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.96	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.96	c =============================================================================
3.89/3.96	c  0.0s |       0 |        0 |        0 |    29492      0 |      907 |      200
3.89/3.99	c  0.0s |       0 |      285 |        0 |    29492      0 |      907 |      211
3.89/3.99	c #cpu_time = 0.026s
3.89/3.99	c #wall_clock_time = 0.026s
3.89/3.99	c #decision = 285
3.89/3.99	c #random_decision = 0
3.89/3.99	c #conflict = 0
3.89/3.99	c #restart = 0
3.89/3.99	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.89/3.99	c lower bound updated to 463424804001
3.99/4.05	c BCD2: 467132202432 <= obj <= 11808064005837
3.99/4.05	c BCD2: #cores=23, #unrelaxed=1256, #relaxed=81, #hardened=0
3.99/4.05	c BCD2: #sat=1 #unsat=27 bias=27/28
3.99/4.05	c Solving starts ...
3.99/4.05	c ============================[ Search Statistics ]============================
3.99/4.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.05	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.05	c =============================================================================
3.99/4.05	c  0.0s |       0 |        0 |        0 |    29492      0 |      907 |      212
3.99/4.08	c  0.0s |       0 |      286 |        0 |    29492      0 |      907 |      212
3.99/4.08	c #cpu_time = 0.024s
3.99/4.08	c #wall_clock_time = 0.024s
3.99/4.08	c #decision = 286
3.99/4.08	c #random_decision = 0
3.99/4.08	c #conflict = 0
3.99/4.08	c #restart = 0
3.99/4.08	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.99/4.08	c lower bound updated to 481961796161
4.09/4.14	c BCD2: 485669194592 <= obj <= 11808064005837
4.09/4.14	c BCD2: #cores=24, #unrelaxed=1253, #relaxed=84, #hardened=0
4.09/4.14	c BCD2: #sat=1 #unsat=28 bias=28/29
4.09/4.14	c Solving starts ...
4.09/4.14	c ============================[ Search Statistics ]============================
4.09/4.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.14	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.14	c =============================================================================
4.09/4.14	c  0.0s |       0 |        0 |        0 |    29492      0 |      907 |      213
4.09/4.16	c  0.0s |       0 |      289 |        0 |    29492      0 |      907 |      213
4.09/4.16	c #cpu_time = 0.024s
4.09/4.16	c #wall_clock_time = 0.024s
4.09/4.16	c #decision = 289
4.09/4.16	c #random_decision = 0
4.09/4.16	c #conflict = 0
4.09/4.16	c #restart = 0
4.09/4.16	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
4.09/4.16	c lower bound updated to 500498788321
4.19/4.22	c BCD2: 504206186752 <= obj <= 11808064005837
4.19/4.22	c BCD2: #cores=25, #unrelaxed=1250, #relaxed=87, #hardened=0
4.19/4.22	c BCD2: #sat=1 #unsat=29 bias=29/30
4.19/4.22	c Solving starts ...
4.19/4.22	c ============================[ Search Statistics ]============================
4.19/4.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.22	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.22	c =============================================================================
4.19/4.22	c  0.0s |       0 |        0 |        0 |    29492      0 |      907 |      214
4.19/4.25	c  0.0s |       0 |      289 |        0 |    29492      0 |      907 |      214
4.19/4.25	c #cpu_time = 0.024s
4.19/4.25	c #wall_clock_time = 0.024s
4.19/4.25	c #decision = 289
4.19/4.25	c #random_decision = 0
4.19/4.25	c #conflict = 0
4.19/4.25	c #restart = 0
4.19/4.25	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
4.19/4.25	c lower bound updated to 519035780481
4.29/4.30	c BCD2: 522743178912 <= obj <= 11808064005837
4.29/4.30	c BCD2: #cores=26, #unrelaxed=1247, #relaxed=90, #hardened=0
4.29/4.30	c BCD2: #sat=1 #unsat=30 bias=30/31
4.29/4.31	c Solving starts ...
4.29/4.31	c ============================[ Search Statistics ]============================
4.29/4.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.31	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.31	c =============================================================================
4.29/4.31	c  0.0s |       0 |        0 |        0 |    29492      0 |      907 |      215
4.29/4.33	c  0.0s |       0 |      288 |        0 |    29492      0 |      907 |      215
4.29/4.33	c #cpu_time = 0.024s
4.29/4.33	c #wall_clock_time = 0.024s
4.29/4.33	c #decision = 288
4.29/4.33	c #random_decision = 0
4.29/4.33	c #conflict = 0
4.29/4.33	c #restart = 0
4.29/4.33	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
4.29/4.33	c lower bound updated to 537572772641
4.29/4.39	c BCD2: 541280171072 <= obj <= 11808064005837
4.29/4.39	c BCD2: #cores=27, #unrelaxed=1244, #relaxed=93, #hardened=0
4.29/4.39	c BCD2: #sat=1 #unsat=31 bias=31/32
4.29/4.39	c Solving starts ...
4.29/4.39	c ============================[ Search Statistics ]============================
4.29/4.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.39	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.39	c =============================================================================
4.29/4.39	c  0.0s |       0 |        0 |        0 |    29492      0 |      907 |      216
4.39/4.42	c  0.0s |       0 |      287 |        0 |    29492      0 |      907 |      216
4.39/4.42	c #cpu_time = 0.024s
4.39/4.42	c #wall_clock_time = 0.024s
4.39/4.42	c #decision = 287
4.39/4.42	c #random_decision = 0
4.39/4.42	c #conflict = 0
4.39/4.42	c #restart = 0
4.39/4.42	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
4.39/4.42	c BCD2: refineLB: 18536992161 -> 37073984320
4.39/4.42	c lower bound updated to 556109764801
4.39/4.47	c BCD2: 559817163232 <= obj <= 11808064005837
4.39/4.47	c BCD2: #cores=27, #unrelaxed=1240, #relaxed=97, #hardened=0
4.39/4.47	c BCD2: #sat=1 #unsat=32 bias=32/33
4.39/4.47	c Solving starts ...
4.39/4.47	c ============================[ Search Statistics ]============================
4.39/4.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.47	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.47	c =============================================================================
4.39/4.47	c  0.0s |       0 |        0 |        0 |    29492      0 |      908 |      216
4.39/4.50	c  0.0s |       0 |      297 |        0 |    29492      0 |      908 |      217
4.39/4.50	c #cpu_time = 0.027s
4.39/4.50	c #wall_clock_time = 0.027s
4.39/4.50	c #decision = 297
4.39/4.50	c #random_decision = 0
4.39/4.50	c #conflict = 0
4.39/4.50	c #restart = 0
4.39/4.50	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
4.39/4.50	c lower bound updated to 574646756961
4.49/4.56	c BCD2: 578354155392 <= obj <= 11808064005837
4.49/4.56	c BCD2: #cores=28, #unrelaxed=1237, #relaxed=100, #hardened=0
4.49/4.56	c BCD2: #sat=1 #unsat=33 bias=33/34
4.49/4.56	c Solving starts ...
4.49/4.56	c ============================[ Search Statistics ]============================
4.49/4.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.56	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.56	c =============================================================================
4.49/4.56	c  0.0s |       0 |        0 |        0 |    29492      0 |      908 |      218
4.49/4.59	c  0.0s |       0 |      297 |        0 |    29492      0 |      908 |      218
4.49/4.59	c #cpu_time = 0.024s
4.49/4.59	c #wall_clock_time = 0.024s
4.49/4.59	c #decision = 297
4.49/4.59	c #random_decision = 0
4.49/4.59	c #conflict = 0
4.49/4.59	c #restart = 0
4.49/4.59	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
4.49/4.59	c lower bound updated to 593183749121
4.59/4.65	c BCD2: 596891147552 <= obj <= 11808064005837
4.59/4.65	c BCD2: #cores=29, #unrelaxed=1234, #relaxed=103, #hardened=0
4.59/4.65	c BCD2: #sat=1 #unsat=34 bias=34/35
4.59/4.65	c Solving starts ...
4.59/4.65	c ============================[ Search Statistics ]============================
4.59/4.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.65	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.65	c =============================================================================
4.59/4.65	c  0.0s |       0 |        0 |        0 |    29492      0 |      908 |      219
4.59/4.67	c  0.0s |       0 |      299 |        0 |    29492      0 |      908 |      219
4.59/4.67	c #cpu_time = 0.024s
4.59/4.67	c #wall_clock_time = 0.024s
4.59/4.67	c #decision = 299
4.59/4.67	c #random_decision = 0
4.59/4.67	c #conflict = 0
4.59/4.67	c #restart = 0
4.59/4.67	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=55610976480
4.59/4.67	c BCD2: refineLB: 55081348133 -> 55610976480
4.59/4.67	c lower bound updated to 611720741281
4.69/4.73	c BCD2: 615428139712 <= obj <= 11808064005837
4.69/4.73	c BCD2: #cores=28, #unrelaxed=1229, #relaxed=108, #hardened=0
4.69/4.73	c BCD2: #sat=1 #unsat=35 bias=35/36
4.69/4.73	c Solving starts ...
4.69/4.73	c ============================[ Search Statistics ]============================
4.69/4.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.73	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.73	c =============================================================================
4.69/4.73	c  0.0s |       0 |        0 |        0 |    29492      0 |      928 |      219
4.69/4.76	c  0.0s |       0 |      294 |        0 |    29492      0 |      928 |      257
4.69/4.76	c #cpu_time = 0.024s
4.69/4.76	c #wall_clock_time = 0.024s
4.69/4.76	c #decision = 294
4.69/4.76	c #random_decision = 0
4.69/4.76	c #conflict = 0
4.69/4.76	c #restart = 0
4.69/4.76	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
4.69/4.76	c lower bound updated to 630257733441
4.79/4.82	c BCD2: 633965131872 <= obj <= 11808064005837
4.79/4.82	c BCD2: #cores=29, #unrelaxed=1226, #relaxed=111, #hardened=0
4.79/4.82	c BCD2: #sat=1 #unsat=36 bias=36/37
4.79/4.82	c Solving starts ...
4.79/4.82	c ============================[ Search Statistics ]============================
4.79/4.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.82	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.82	c =============================================================================
4.79/4.82	c  0.0s |       0 |        0 |        0 |    29492      0 |      928 |      258
4.79/4.84	c  0.0s |       0 |      294 |        0 |    29492      0 |      928 |      258
4.79/4.84	c #cpu_time = 0.024s
4.79/4.84	c #wall_clock_time = 0.024s
4.79/4.84	c #decision = 294
4.79/4.84	c #random_decision = 0
4.79/4.84	c #conflict = 0
4.79/4.84	c #restart = 0
4.79/4.84	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
4.79/4.84	c lower bound updated to 648794725601
4.89/4.90	c BCD2: 652502124032 <= obj <= 11808064005837
4.89/4.90	c BCD2: #cores=30, #unrelaxed=1223, #relaxed=114, #hardened=0
4.89/4.90	c BCD2: #sat=1 #unsat=37 bias=37/38
4.89/4.90	c Solving starts ...
4.89/4.90	c ============================[ Search Statistics ]============================
4.89/4.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.90	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.90	c =============================================================================
4.89/4.90	c  0.0s |       0 |        0 |        0 |    29492      0 |      928 |      259
4.89/4.93	c  0.0s |       0 |      296 |        0 |    29492      0 |      928 |      259
4.89/4.93	c #cpu_time = 0.024s
4.89/4.93	c #wall_clock_time = 0.024s
4.89/4.93	c #decision = 296
4.89/4.93	c #random_decision = 0
4.89/4.93	c #conflict = 0
4.89/4.93	c #restart = 0
4.89/4.93	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
4.89/4.93	c lower bound updated to 667331717761
4.89/4.99	c BCD2: 671039116192 <= obj <= 11808064005837
4.89/4.99	c BCD2: #cores=31, #unrelaxed=1220, #relaxed=117, #hardened=0
4.89/4.99	c BCD2: #sat=1 #unsat=38 bias=38/39
4.89/4.99	c Solving starts ...
4.89/4.99	c ============================[ Search Statistics ]============================
4.89/4.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.99	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.99	c =============================================================================
4.89/4.99	c  0.0s |       0 |        0 |        0 |    29492      0 |      928 |      260
4.99/5.01	c  0.0s |       0 |      296 |        0 |    29492      0 |      928 |      260
4.99/5.01	c #cpu_time = 0.024s
4.99/5.01	c #wall_clock_time = 0.024s
4.99/5.01	c #decision = 296
4.99/5.01	c #random_decision = 0
4.99/5.01	c #conflict = 0
4.99/5.01	c #restart = 0
4.99/5.01	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
4.99/5.01	c lower bound updated to 685868709921
4.99/5.07	c BCD2: 689576108352 <= obj <= 11808064005837
4.99/5.07	c BCD2: #cores=32, #unrelaxed=1217, #relaxed=120, #hardened=0
4.99/5.07	c BCD2: #sat=1 #unsat=39 bias=39/40
4.99/5.07	c Solving starts ...
4.99/5.07	c ============================[ Search Statistics ]============================
4.99/5.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.07	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.07	c =============================================================================
4.99/5.07	c  0.0s |       0 |        0 |        0 |    29492      0 |      928 |      261
5.09/5.10	c  0.0s |       0 |      295 |        0 |    29492      0 |      928 |      261
5.09/5.10	c #cpu_time = 0.024s
5.09/5.10	c #wall_clock_time = 0.024s
5.09/5.10	c #decision = 295
5.09/5.10	c #random_decision = 0
5.09/5.10	c #conflict = 0
5.09/5.10	c #restart = 0
5.09/5.10	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.09/5.10	c lower bound updated to 704405702081
5.09/5.16	c BCD2: 708113100512 <= obj <= 11808064005837
5.09/5.16	c BCD2: #cores=33, #unrelaxed=1214, #relaxed=123, #hardened=0
5.09/5.16	c BCD2: #sat=1 #unsat=40 bias=40/41
5.09/5.16	c Solving starts ...
5.09/5.16	c ============================[ Search Statistics ]============================
5.09/5.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.16	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.16	c =============================================================================
5.09/5.16	c  0.0s |       0 |        0 |        0 |    29492      0 |      928 |      262
5.09/5.19	c  0.0s |       0 |      298 |        0 |    29492      0 |      928 |      262
5.09/5.19	c #cpu_time = 0.024s
5.09/5.19	c #wall_clock_time = 0.024s
5.09/5.19	c #decision = 298
5.09/5.19	c #random_decision = 0
5.09/5.19	c #conflict = 0
5.09/5.19	c #restart = 0
5.09/5.19	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.09/5.19	c lower bound updated to 722942694241
5.19/5.24	c BCD2: 726650092672 <= obj <= 11808064005837
5.19/5.24	c BCD2: #cores=34, #unrelaxed=1211, #relaxed=126, #hardened=0
5.19/5.24	c BCD2: #sat=1 #unsat=41 bias=41/42
5.19/5.25	c Solving starts ...
5.19/5.25	c ============================[ Search Statistics ]============================
5.19/5.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.25	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.25	c =============================================================================
5.19/5.25	c  0.0s |       0 |        0 |        0 |    29492      0 |      928 |      263
5.19/5.27	c  0.0s |       0 |      300 |        0 |    29492      0 |      928 |      263
5.19/5.27	c #cpu_time = 0.025s
5.19/5.27	c #wall_clock_time = 0.025s
5.19/5.27	c #decision = 300
5.19/5.27	c #random_decision = 0
5.19/5.27	c #conflict = 0
5.19/5.27	c #restart = 0
5.19/5.27	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=55610976480
5.19/5.27	c BCD2: refineLB: 37073984321 -> 55610976480
5.19/5.27	c lower bound updated to 741479686401
5.29/5.33	c BCD2: 745187084832 <= obj <= 11808064005837
5.29/5.33	c BCD2: #cores=33, #unrelaxed=1206, #relaxed=131, #hardened=0
5.29/5.33	c BCD2: #sat=1 #unsat=42 bias=42/43
5.29/5.33	c Solving starts ...
5.29/5.33	c ============================[ Search Statistics ]============================
5.29/5.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.33	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.33	c =============================================================================
5.29/5.33	c  0.0s |       0 |        0 |        0 |    29492      0 |      960 |      263
5.29/5.35	c  0.0s |       0 |      296 |        0 |    29492      0 |      960 |      325
5.29/5.35	c #cpu_time = 0.026s
5.29/5.35	c #wall_clock_time = 0.026s
5.29/5.35	c #decision = 296
5.29/5.35	c #random_decision = 0
5.29/5.35	c #conflict = 0
5.29/5.35	c #restart = 0
5.29/5.35	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.29/5.35	c lower bound updated to 760016678561
5.39/5.41	c BCD2: 763724076992 <= obj <= 11808064005837
5.39/5.41	c BCD2: #cores=34, #unrelaxed=1203, #relaxed=134, #hardened=0
5.39/5.41	c BCD2: #sat=1 #unsat=43 bias=43/44
5.39/5.42	c Solving starts ...
5.39/5.42	c ============================[ Search Statistics ]============================
5.39/5.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.42	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.42	c =============================================================================
5.39/5.42	c  0.0s |       0 |        0 |        0 |    29492      0 |      960 |      326
5.39/5.44	c  0.0s |       0 |      295 |        0 |    29492      0 |      960 |      326
5.39/5.44	c #cpu_time = 0.024s
5.39/5.44	c #wall_clock_time = 0.024s
5.39/5.44	c #decision = 295
5.39/5.44	c #random_decision = 0
5.39/5.44	c #conflict = 0
5.39/5.44	c #restart = 0
5.39/5.44	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.39/5.44	c lower bound updated to 778553670721
5.39/5.50	c BCD2: 782261069152 <= obj <= 11808064005837
5.39/5.50	c BCD2: #cores=35, #unrelaxed=1200, #relaxed=137, #hardened=0
5.39/5.50	c BCD2: #sat=1 #unsat=44 bias=44/45
5.39/5.50	c Solving starts ...
5.39/5.50	c ============================[ Search Statistics ]============================
5.39/5.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.50	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.50	c =============================================================================
5.39/5.50	c  0.0s |       0 |        0 |        0 |    29492      0 |      960 |      327
5.49/5.52	c  0.0s |       0 |      297 |        0 |    29492      0 |      960 |      327
5.49/5.52	c #cpu_time = 0.024s
5.49/5.52	c #wall_clock_time = 0.024s
5.49/5.52	c #decision = 297
5.49/5.52	c #random_decision = 0
5.49/5.52	c #conflict = 0
5.49/5.52	c #restart = 0
5.49/5.52	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.49/5.52	c lower bound updated to 797090662881
5.49/5.58	c BCD2: 800798061312 <= obj <= 11808064005837
5.49/5.58	c BCD2: #cores=36, #unrelaxed=1197, #relaxed=140, #hardened=0
5.49/5.58	c BCD2: #sat=1 #unsat=45 bias=45/46
5.49/5.58	c Solving starts ...
5.49/5.58	c ============================[ Search Statistics ]============================
5.49/5.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.58	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.58	c =============================================================================
5.49/5.59	c  0.0s |       0 |        0 |        0 |    29492      0 |      960 |      328
5.59/5.61	c  0.0s |       0 |      309 |        0 |    29492      0 |      960 |      328
5.59/5.61	c #cpu_time = 0.024s
5.59/5.61	c #wall_clock_time = 0.024s
5.59/5.61	c #decision = 309
5.59/5.61	c #random_decision = 0
5.59/5.61	c #conflict = 0
5.59/5.61	c #restart = 0
5.59/5.61	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.59/5.61	c lower bound updated to 815627655041
5.59/5.67	c BCD2: 819335053472 <= obj <= 11808064005837
5.59/5.67	c BCD2: #cores=37, #unrelaxed=1194, #relaxed=143, #hardened=0
5.59/5.67	c BCD2: #sat=1 #unsat=46 bias=46/47
5.59/5.67	c Solving starts ...
5.59/5.67	c ============================[ Search Statistics ]============================
5.59/5.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.67	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.67	c =============================================================================
5.59/5.67	c  0.0s |       0 |        0 |        0 |    29492      0 |      960 |      329
5.69/5.70	c  0.0s |       0 |      314 |        0 |    29492      0 |      960 |      329
5.69/5.70	c #cpu_time = 0.025s
5.69/5.70	c #wall_clock_time = 0.025s
5.69/5.70	c #decision = 314
5.69/5.70	c #random_decision = 0
5.69/5.70	c #conflict = 0
5.69/5.70	c #restart = 0
5.69/5.70	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.69/5.70	c lower bound updated to 834164647201
5.69/5.76	c BCD2: 837872045632 <= obj <= 11808064005837
5.69/5.76	c BCD2: #cores=38, #unrelaxed=1191, #relaxed=146, #hardened=0
5.69/5.76	c BCD2: #sat=1 #unsat=47 bias=47/48
5.69/5.76	c Solving starts ...
5.69/5.76	c ============================[ Search Statistics ]============================
5.69/5.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.76	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.76	c =============================================================================
5.69/5.76	c  0.0s |       0 |        0 |        0 |    29492      0 |      960 |      330
5.69/5.78	c  0.0s |       0 |      316 |        0 |    29492      0 |      960 |      330
5.69/5.78	c #cpu_time = 0.025s
5.69/5.78	c #wall_clock_time = 0.025s
5.69/5.78	c #decision = 316
5.69/5.78	c #random_decision = 0
5.69/5.78	c #conflict = 0
5.69/5.78	c #restart = 0
5.69/5.78	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
5.69/5.78	c BCD2: refineLB: 36687796984 -> 37073984320
5.69/5.78	c lower bound updated to 852701639361
5.79/5.84	c BCD2: 856409037792 <= obj <= 11808064005837
5.79/5.84	c BCD2: #cores=38, #unrelaxed=1187, #relaxed=150, #hardened=0
5.79/5.84	c BCD2: #sat=1 #unsat=48 bias=48/49
5.79/5.85	c Solving starts ...
5.79/5.85	c ============================[ Search Statistics ]============================
5.79/5.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.85	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.85	c =============================================================================
5.79/5.85	c  0.0s |       0 |        0 |        0 |    29492      0 |      961 |      330
5.79/5.87	c  0.0s |       0 |      316 |        0 |    29492      0 |      961 |      331
5.79/5.87	c #cpu_time = 0.025s
5.79/5.87	c #wall_clock_time = 0.025s
5.79/5.87	c #decision = 316
5.79/5.87	c #random_decision = 0
5.79/5.87	c #conflict = 0
5.79/5.87	c #restart = 0
5.79/5.87	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.79/5.87	c lower bound updated to 871238631521
5.89/5.93	c BCD2: 874946029952 <= obj <= 11808064005837
5.89/5.93	c BCD2: #cores=39, #unrelaxed=1184, #relaxed=153, #hardened=0
5.89/5.93	c BCD2: #sat=1 #unsat=49 bias=49/50
5.89/5.94	c Solving starts ...
5.89/5.94	c ============================[ Search Statistics ]============================
5.89/5.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.94	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.94	c =============================================================================
5.89/5.94	c  0.0s |       0 |        0 |        0 |    29492      0 |      961 |      332
5.89/5.96	c  0.0s |       0 |      316 |        0 |    29492      0 |      961 |      332
5.89/5.96	c #cpu_time = 0.025s
5.89/5.96	c #wall_clock_time = 0.025s
5.89/5.96	c #decision = 316
5.89/5.96	c #random_decision = 0
5.89/5.96	c #conflict = 0
5.89/5.96	c #restart = 0
5.89/5.96	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.89/5.96	c lower bound updated to 889775623681
5.99/6.02	c BCD2: 893483022112 <= obj <= 11808064005837
5.99/6.02	c BCD2: #cores=40, #unrelaxed=1181, #relaxed=156, #hardened=0
5.99/6.02	c BCD2: #sat=1 #unsat=50 bias=50/51
5.99/6.02	c Solving starts ...
5.99/6.02	c ============================[ Search Statistics ]============================
5.99/6.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.02	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.02	c =============================================================================
5.99/6.02	c  0.0s |       0 |        0 |        0 |    29492      0 |      961 |      333
5.99/6.05	c  0.0s |       0 |      317 |        0 |    29492      0 |      961 |      333
5.99/6.05	c #cpu_time = 0.025s
5.99/6.05	c #wall_clock_time = 0.025s
5.99/6.05	c #decision = 317
5.99/6.05	c #random_decision = 0
5.99/6.05	c #conflict = 0
5.99/6.05	c #restart = 0
5.99/6.05	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.99/6.05	c lower bound updated to 908312615841
6.09/6.10	c BCD2: 912020014272 <= obj <= 11808064005837
6.09/6.10	c BCD2: #cores=41, #unrelaxed=1178, #relaxed=159, #hardened=0
6.09/6.10	c BCD2: #sat=1 #unsat=51 bias=51/52
6.09/6.11	c Solving starts ...
6.09/6.11	c ============================[ Search Statistics ]============================
6.09/6.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.11	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.11	c =============================================================================
6.09/6.11	c  0.0s |       0 |        0 |        0 |    29492      0 |      961 |      334
6.09/6.14	c  0.0s |       0 |      322 |        0 |    29492      0 |      961 |      334
6.09/6.14	c #cpu_time = 0.025s
6.09/6.14	c #wall_clock_time = 0.025s
6.09/6.14	c #decision = 322
6.09/6.14	c #random_decision = 0
6.09/6.14	c #conflict = 0
6.09/6.14	c #restart = 0
6.09/6.14	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
6.09/6.14	c BCD2: refineLB: 36717503702 -> 37073984320
6.09/6.14	c lower bound updated to 926849608001
6.09/6.19	c BCD2: 930557006432 <= obj <= 11808064005837
6.09/6.19	c BCD2: #cores=41, #unrelaxed=1174, #relaxed=163, #hardened=0
6.09/6.19	c BCD2: #sat=1 #unsat=52 bias=52/53
6.09/6.19	c Solving starts ...
6.09/6.19	c ============================[ Search Statistics ]============================
6.09/6.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.19	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.19	c =============================================================================
6.09/6.19	c  0.0s |       0 |        0 |        0 |    29492      0 |      986 |      334
6.19/6.22	c  0.0s |       0 |      321 |        0 |    29492      0 |      986 |      383
6.19/6.22	c #cpu_time = 0.027s
6.19/6.22	c #wall_clock_time = 0.027s
6.19/6.22	c #decision = 321
6.19/6.22	c #random_decision = 0
6.19/6.22	c #conflict = 0
6.19/6.22	c #restart = 0
6.19/6.22	c BCD2: relaxing 7 and merging with 4 cores into a new core of size 19: cost of the new core is >=92684960800
6.19/6.22	c BCD2: refineLB: 92335206231 -> 92684960800
6.19/6.22	c lower bound updated to 945386600161
6.19/6.28	c BCD2: 949093998592 <= obj <= 11808064005837
6.19/6.28	c BCD2: #cores=38, #unrelaxed=1167, #relaxed=170, #hardened=0
6.19/6.28	c BCD2: #sat=1 #unsat=53 bias=53/54
6.19/6.28	c Solving starts ...
6.19/6.28	c ============================[ Search Statistics ]============================
6.19/6.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.28	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.28	c =============================================================================
6.19/6.28	c  0.0s |       0 |        0 |        0 |    29492      0 |     1081 |      383
6.29/6.30	c  0.0s |       0 |      313 |        0 |    29492      0 |     1081 |      569
6.29/6.30	c #cpu_time = 0.028s
6.29/6.30	c #wall_clock_time = 0.028s
6.29/6.30	c #decision = 313
6.29/6.30	c #random_decision = 0
6.29/6.30	c #conflict = 0
6.29/6.30	c #restart = 0
6.29/6.30	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
6.29/6.30	c lower bound updated to 963923592321
6.29/6.37	c BCD2: 967630990752 <= obj <= 11808064005837
6.29/6.37	c BCD2: #cores=39, #unrelaxed=1164, #relaxed=173, #hardened=0
6.29/6.37	c BCD2: #sat=1 #unsat=54 bias=54/55
6.29/6.37	c Solving starts ...
6.29/6.37	c ============================[ Search Statistics ]============================
6.29/6.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.37	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.37	c =============================================================================
6.29/6.37	c  0.0s |       0 |        0 |        0 |    29492      0 |     1081 |      570
6.29/6.39	c  0.0s |       0 |      313 |        0 |    29492      0 |     1081 |      570
6.29/6.39	c #cpu_time = 0.025s
6.29/6.39	c #wall_clock_time = 0.025s
6.29/6.39	c #decision = 313
6.29/6.39	c #random_decision = 0
6.29/6.39	c #conflict = 0
6.29/6.39	c #restart = 0
6.29/6.39	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
6.29/6.39	c lower bound updated to 982460584481
6.39/6.45	c BCD2: 986167982912 <= obj <= 11808064005837
6.39/6.45	c BCD2: #cores=40, #unrelaxed=1161, #relaxed=176, #hardened=0
6.39/6.45	c BCD2: #sat=1 #unsat=55 bias=55/56
6.39/6.45	c Solving starts ...
6.39/6.45	c ============================[ Search Statistics ]============================
6.39/6.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.45	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.45	c =============================================================================
6.39/6.45	c  0.0s |       0 |        0 |        0 |    29492      0 |     1081 |      571
6.39/6.48	c  0.0s |       0 |      315 |        0 |    29492      0 |     1081 |      571
6.39/6.48	c #cpu_time = 0.025s
6.39/6.48	c #wall_clock_time = 0.025s
6.39/6.48	c #decision = 315
6.39/6.48	c #random_decision = 0
6.39/6.48	c #conflict = 0
6.39/6.48	c #restart = 0
6.39/6.48	c BCD2: relaxing 7 and merging with 4 cores into a new core of size 19: cost of the new core is >=92684960800
6.39/6.48	c BCD2: refineLB: 74147968641 -> 92684960800
6.39/6.48	c lower bound updated to 1000997576641
6.49/6.53	c BCD2: 1004704975072 <= obj <= 11808064005837
6.49/6.53	c BCD2: #cores=37, #unrelaxed=1154, #relaxed=183, #hardened=0
6.49/6.53	c BCD2: #sat=1 #unsat=56 bias=56/57
6.49/6.54	c Solving starts ...
6.49/6.54	c ============================[ Search Statistics ]============================
6.49/6.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.54	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.54	c =============================================================================
6.49/6.54	c  0.0s |       0 |        0 |        0 |    29492      0 |     1127 |      571
6.49/6.57	c  0.0s |       0 |      307 |        0 |    29492      0 |     1127 |      659
6.49/6.57	c #cpu_time = 0.025s
6.49/6.57	c #wall_clock_time = 0.025s
6.49/6.57	c #decision = 307
6.49/6.57	c #random_decision = 0
6.49/6.57	c #conflict = 0
6.49/6.57	c #restart = 0
6.49/6.57	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
6.49/6.57	c lower bound updated to 1019534568801
6.60/6.63	c BCD2: 1023241967232 <= obj <= 11808064005837
6.60/6.63	c BCD2: #cores=38, #unrelaxed=1151, #relaxed=186, #hardened=0
6.60/6.63	c BCD2: #sat=1 #unsat=57 bias=57/58
6.60/6.63	c Solving starts ...
6.60/6.63	c ============================[ Search Statistics ]============================
6.60/6.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.63	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.63	c =============================================================================
6.60/6.63	c  0.0s |       0 |        0 |        0 |    29492      0 |     1127 |      660
6.60/6.65	c  0.0s |       0 |      308 |        0 |    29492      0 |     1127 |      660
6.60/6.65	c #cpu_time = 0.025s
6.60/6.65	c #wall_clock_time = 0.025s
6.60/6.65	c #decision = 308
6.60/6.65	c #random_decision = 0
6.60/6.65	c #conflict = 0
6.60/6.65	c #restart = 0
6.60/6.65	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
6.60/6.65	c lower bound updated to 1038071560961
6.70/6.71	c BCD2: 1041778959392 <= obj <= 11808064005837
6.70/6.71	c BCD2: #cores=39, #unrelaxed=1148, #relaxed=189, #hardened=0
6.70/6.71	c BCD2: #sat=1 #unsat=58 bias=58/59
6.70/6.71	c Solving starts ...
6.70/6.71	c ============================[ Search Statistics ]============================
6.70/6.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.71	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.71	c =============================================================================
6.70/6.71	c  0.0s |       0 |        0 |        0 |    29492      0 |     1127 |      661
6.70/6.74	c  0.0s |       0 |      312 |        0 |    29492      0 |     1127 |      661
6.70/6.74	c #cpu_time = 0.025s
6.70/6.74	c #wall_clock_time = 0.025s
6.70/6.74	c #decision = 312
6.70/6.74	c #random_decision = 0
6.70/6.74	c #conflict = 0
6.70/6.74	c #restart = 0
6.70/6.74	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
6.70/6.74	c lower bound updated to 1056608553121
6.79/6.80	c BCD2: 1060315951552 <= obj <= 11808064005837
6.79/6.80	c BCD2: #cores=40, #unrelaxed=1145, #relaxed=192, #hardened=0
6.79/6.80	c BCD2: #sat=1 #unsat=59 bias=59/60
6.79/6.80	c Solving starts ...
6.79/6.80	c ============================[ Search Statistics ]============================
6.79/6.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.80	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.80	c =============================================================================
6.79/6.80	c  0.0s |       0 |        0 |        0 |    29492      0 |     1127 |      662
6.79/6.83	c  0.0s |       0 |      318 |        0 |    29492      0 |     1127 |      662
6.79/6.83	c #cpu_time = 0.025s
6.79/6.83	c #wall_clock_time = 0.025s
6.79/6.83	c #decision = 318
6.79/6.83	c #random_decision = 0
6.79/6.83	c #conflict = 0
6.79/6.83	c #restart = 0
6.79/6.83	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
6.79/6.83	c lower bound updated to 1075145545281
6.79/6.89	c BCD2: 1078852943712 <= obj <= 11808064005837
6.79/6.89	c BCD2: #cores=41, #unrelaxed=1142, #relaxed=195, #hardened=0
6.79/6.89	c BCD2: #sat=1 #unsat=60 bias=60/61
6.79/6.89	c Solving starts ...
6.79/6.89	c ============================[ Search Statistics ]============================
6.79/6.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.89	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.89	c =============================================================================
6.79/6.89	c  0.0s |       0 |        0 |        0 |    29492      0 |     1127 |      663
6.89/6.92	c  0.0s |       0 |      321 |        0 |    29492      0 |     1127 |      663
6.89/6.92	c #cpu_time = 0.025s
6.89/6.92	c #wall_clock_time = 0.025s
6.89/6.92	c #decision = 321
6.89/6.92	c #random_decision = 0
6.89/6.92	c #conflict = 0
6.89/6.92	c #restart = 0
6.89/6.92	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
6.89/6.92	c lower bound updated to 1093682537441
6.89/6.97	c BCD2: 1097389935872 <= obj <= 11808064005837
6.89/6.97	c BCD2: #cores=42, #unrelaxed=1139, #relaxed=198, #hardened=0
6.89/6.97	c BCD2: #sat=1 #unsat=61 bias=61/62
6.89/6.98	c Solving starts ...
6.89/6.98	c ============================[ Search Statistics ]============================
6.89/6.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.98	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.98	c =============================================================================
6.89/6.98	c  0.0s |       0 |        0 |        0 |    29492      0 |     1127 |      664
6.99/7.01	c  0.0s |       0 |      321 |        0 |    29492      0 |     1127 |      664
6.99/7.01	c #cpu_time = 0.026s
6.99/7.01	c #wall_clock_time = 0.026s
6.99/7.01	c #decision = 321
6.99/7.01	c #random_decision = 0
6.99/7.01	c #conflict = 0
6.99/7.01	c #restart = 0
6.99/7.01	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
6.99/7.01	c lower bound updated to 1112219529601
6.99/7.06	c BCD2: 1115926928032 <= obj <= 11808064005837
6.99/7.06	c BCD2: #cores=43, #unrelaxed=1136, #relaxed=201, #hardened=0
6.99/7.06	c BCD2: #sat=1 #unsat=62 bias=62/63
6.99/7.07	c Solving starts ...
6.99/7.07	c ============================[ Search Statistics ]============================
6.99/7.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.07	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.07	c =============================================================================
6.99/7.07	c  0.0s |       0 |        0 |        0 |    29492      0 |     1127 |      665
6.99/7.09	c  0.0s |       0 |      331 |        0 |    29492      0 |     1127 |      665
6.99/7.09	c #cpu_time = 0.026s
6.99/7.09	c #wall_clock_time = 0.026s
6.99/7.09	c #decision = 331
6.99/7.09	c #random_decision = 0
6.99/7.09	c #conflict = 0
6.99/7.09	c #restart = 0
6.99/7.09	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
6.99/7.09	c lower bound updated to 1130756521761
7.09/7.15	c BCD2: 1134463920192 <= obj <= 11808064005837
7.09/7.15	c BCD2: #cores=44, #unrelaxed=1133, #relaxed=204, #hardened=0
7.09/7.15	c BCD2: #sat=1 #unsat=63 bias=63/64
7.09/7.15	c Solving starts ...
7.09/7.15	c ============================[ Search Statistics ]============================
7.09/7.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.15	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.15	c =============================================================================
7.09/7.15	c  0.0s |       0 |        0 |        0 |    29492      0 |     1127 |      666
7.09/7.18	c  0.0s |       0 |      331 |        0 |    29492      0 |     1127 |      666
7.09/7.18	c #cpu_time = 0.026s
7.09/7.18	c #wall_clock_time = 0.026s
7.09/7.18	c #decision = 331
7.09/7.18	c #random_decision = 0
7.09/7.18	c #conflict = 0
7.09/7.18	c #restart = 0
7.09/7.18	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
7.09/7.18	c lower bound updated to 1149293513921
7.19/7.24	c BCD2: 1153000912352 <= obj <= 11808064005837
7.19/7.24	c BCD2: #cores=45, #unrelaxed=1130, #relaxed=207, #hardened=0
7.19/7.24	c BCD2: #sat=1 #unsat=64 bias=64/65
7.19/7.24	c Solving starts ...
7.19/7.24	c ============================[ Search Statistics ]============================
7.19/7.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.24	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.24	c =============================================================================
7.19/7.24	c  0.0s |       0 |        0 |        0 |    29492      0 |     1127 |      667
7.19/7.27	c  0.0s |       0 |      333 |        0 |    29492      0 |     1127 |      667
7.19/7.27	c #cpu_time = 0.027s
7.19/7.27	c #wall_clock_time = 0.027s
7.19/7.27	c #decision = 333
7.19/7.27	c #random_decision = 0
7.19/7.27	c #conflict = 0
7.19/7.27	c #restart = 0
7.19/7.27	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
7.19/7.27	c lower bound updated to 1167830506081
7.29/7.33	c BCD2: 1171537904512 <= obj <= 11808064005837
7.29/7.33	c BCD2: #cores=46, #unrelaxed=1127, #relaxed=210, #hardened=0
7.29/7.33	c BCD2: #sat=1 #unsat=65 bias=65/66
7.29/7.33	c Solving starts ...
7.29/7.33	c ============================[ Search Statistics ]============================
7.29/7.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.33	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.33	c =============================================================================
7.29/7.33	c  0.0s |       0 |        0 |        0 |    29492      0 |     1127 |      668
7.29/7.36	c  0.0s |       0 |      334 |        0 |    29492      0 |     1127 |      668
7.29/7.36	c #cpu_time = 0.026s
7.29/7.36	c #wall_clock_time = 0.026s
7.29/7.36	c #decision = 334
7.29/7.36	c #random_decision = 0
7.29/7.36	c #conflict = 0
7.29/7.36	c #restart = 0
7.29/7.36	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
7.29/7.36	c lower bound updated to 1186367498241
7.39/7.42	c BCD2: 1190074896672 <= obj <= 11808064005837
7.39/7.42	c BCD2: #cores=47, #unrelaxed=1124, #relaxed=213, #hardened=0
7.39/7.42	c BCD2: #sat=1 #unsat=66 bias=66/67
7.39/7.42	c Solving starts ...
7.39/7.42	c ============================[ Search Statistics ]============================
7.39/7.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.42	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.42	c =============================================================================
7.39/7.42	c  0.0s |       0 |        0 |        0 |    29492      0 |     1127 |      669
7.39/7.45	c  0.0s |       0 |      333 |        0 |    29492      0 |     1127 |      669
7.39/7.45	c #cpu_time = 0.026s
7.39/7.45	c #wall_clock_time = 0.026s
7.39/7.45	c #decision = 333
7.39/7.45	c #random_decision = 0
7.39/7.45	c #conflict = 0
7.39/7.45	c #restart = 0
7.39/7.45	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
7.39/7.45	c lower bound updated to 1204904490401
7.49/7.51	c BCD2: 1208611888832 <= obj <= 11808064005837
7.49/7.51	c BCD2: #cores=48, #unrelaxed=1121, #relaxed=216, #hardened=0
7.49/7.51	c BCD2: #sat=1 #unsat=67 bias=67/68
7.49/7.51	c Solving starts ...
7.49/7.51	c ============================[ Search Statistics ]============================
7.49/7.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.51	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.51	c =============================================================================
7.49/7.51	c  0.0s |       0 |        0 |        0 |    29492      0 |     1127 |      670
7.49/7.54	c  0.0s |       0 |      332 |        0 |    29492      0 |     1127 |      670
7.49/7.54	c #cpu_time = 0.027s
7.49/7.54	c #wall_clock_time = 0.027s
7.49/7.54	c #decision = 332
7.49/7.54	c #random_decision = 0
7.49/7.54	c #conflict = 0
7.49/7.54	c #restart = 0
7.49/7.54	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
7.49/7.54	c lower bound updated to 1223441482561
7.49/7.60	c BCD2: 1227148880992 <= obj <= 11808064005837
7.49/7.60	c BCD2: #cores=49, #unrelaxed=1118, #relaxed=219, #hardened=0
7.49/7.60	c BCD2: #sat=1 #unsat=68 bias=68/69
7.59/7.60	c Solving starts ...
7.59/7.60	c ============================[ Search Statistics ]============================
7.59/7.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.60	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.60	c =============================================================================
7.59/7.60	c  0.0s |       0 |        0 |        0 |    29492      0 |     1127 |      671
7.59/7.62	c  0.0s |       0 |      334 |        0 |    29492      0 |     1127 |      671
7.59/7.62	c #cpu_time = 0.026s
7.59/7.62	c #wall_clock_time = 0.026s
7.59/7.62	c #decision = 334
7.59/7.62	c #random_decision = 0
7.59/7.62	c #conflict = 0
7.59/7.62	c #restart = 0
7.59/7.62	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
7.59/7.62	c lower bound updated to 1241978474721
7.59/7.69	c BCD2: 1245685873152 <= obj <= 11808064005837
7.59/7.69	c BCD2: #cores=50, #unrelaxed=1115, #relaxed=222, #hardened=0
7.59/7.69	c BCD2: #sat=1 #unsat=69 bias=69/70
7.59/7.69	c Solving starts ...
7.59/7.69	c ============================[ Search Statistics ]============================
7.59/7.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.69	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.69	c =============================================================================
7.59/7.69	c  0.0s |       0 |        0 |        0 |    29492      0 |     1127 |      672
7.70/7.72	c  0.0s |       0 |      333 |        0 |    29492      0 |     1127 |      672
7.70/7.72	c #cpu_time = 0.026s
7.70/7.72	c #wall_clock_time = 0.026s
7.70/7.72	c #decision = 333
7.70/7.72	c #random_decision = 0
7.70/7.72	c #conflict = 0
7.70/7.72	c #restart = 0
7.70/7.72	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
7.70/7.72	c lower bound updated to 1260515466881
7.70/7.77	c BCD2: 1264222865312 <= obj <= 11808064005837
7.70/7.77	c BCD2: #cores=51, #unrelaxed=1112, #relaxed=225, #hardened=0
7.70/7.77	c BCD2: #sat=1 #unsat=70 bias=70/71
7.70/7.78	c Solving starts ...
7.70/7.78	c ============================[ Search Statistics ]============================
7.70/7.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.70/7.78	c       |         |          |          |    Limit     GC | Var      | Constra 
7.70/7.78	c =============================================================================
7.70/7.78	c  0.0s |       0 |        0 |        0 |    29492      0 |     1127 |      673
7.80/7.80	c  0.0s |       0 |      332 |        0 |    29492      0 |     1127 |      673
7.80/7.80	c #cpu_time = 0.026s
7.80/7.80	c #wall_clock_time = 0.026s
7.80/7.80	c #decision = 332
7.80/7.80	c #random_decision = 0
7.80/7.80	c #conflict = 0
7.80/7.80	c #restart = 0
7.80/7.80	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
7.80/7.80	c BCD2: refineLB: 36812899924 -> 37073984320
7.80/7.80	c lower bound updated to 1279052459041
7.80/7.86	c BCD2: 1282759857472 <= obj <= 11808064005837
7.80/7.86	c BCD2: #cores=51, #unrelaxed=1108, #relaxed=229, #hardened=0
7.80/7.86	c BCD2: #sat=1 #unsat=71 bias=71/72
7.80/7.86	c Solving starts ...
7.80/7.86	c ============================[ Search Statistics ]============================
7.80/7.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.80/7.86	c       |         |          |          |    Limit     GC | Var      | Constra 
7.80/7.86	c =============================================================================
7.80/7.87	c  0.0s |       0 |        0 |        0 |    29492      0 |     1140 |      673
7.80/7.89	c  0.0s |       0 |      333 |        0 |    29492      0 |     1140 |      698
7.80/7.89	c #cpu_time = 0.027s
7.80/7.89	c #wall_clock_time = 0.027s
7.80/7.89	c #decision = 333
7.80/7.89	c #random_decision = 0
7.80/7.89	c #conflict = 0
7.80/7.89	c #restart = 0
7.80/7.89	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
7.80/7.89	c lower bound updated to 1297589451201
7.89/7.95	c BCD2: 1301296849632 <= obj <= 11808064005837
7.89/7.95	c BCD2: #cores=52, #unrelaxed=1105, #relaxed=232, #hardened=0
7.89/7.95	c BCD2: #sat=1 #unsat=72 bias=72/73
7.89/7.95	c Solving starts ...
7.89/7.95	c ============================[ Search Statistics ]============================
7.89/7.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.95	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.95	c =============================================================================
7.89/7.95	c  0.0s |       0 |        0 |        0 |    29492      0 |     1140 |      699
7.89/7.98	c  0.0s |       0 |      335 |        0 |    29492      0 |     1140 |      699
7.89/7.98	c #cpu_time = 0.027s
7.89/7.98	c #wall_clock_time = 0.027s
7.89/7.98	c #decision = 335
7.89/7.98	c #random_decision = 0
7.89/7.98	c #conflict = 0
7.89/7.98	c #restart = 0
7.89/7.98	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
7.89/7.98	c lower bound updated to 1316126443361
7.99/8.04	c BCD2: 1319833841792 <= obj <= 11808064005837
7.99/8.04	c BCD2: #cores=53, #unrelaxed=1102, #relaxed=235, #hardened=0
7.99/8.04	c BCD2: #sat=1 #unsat=73 bias=73/74
7.99/8.04	c Solving starts ...
7.99/8.04	c ============================[ Search Statistics ]============================
7.99/8.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.04	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.04	c =============================================================================
7.99/8.04	c  0.0s |       0 |        0 |        0 |    29492      0 |     1140 |      700
7.99/8.07	c  0.0s |       0 |      336 |        0 |    29492      0 |     1140 |      700
7.99/8.07	c #cpu_time = 0.026s
7.99/8.07	c #wall_clock_time = 0.026s
7.99/8.07	c #decision = 336
7.99/8.07	c #random_decision = 0
7.99/8.07	c #conflict = 0
7.99/8.07	c #restart = 0
7.99/8.07	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=55610976480
7.99/8.07	c BCD2: refineLB: 55360476586 -> 55610976480
7.99/8.07	c lower bound updated to 1334663435521
8.09/8.13	c BCD2: 1338370833952 <= obj <= 11808064005837
8.09/8.13	c BCD2: #cores=52, #unrelaxed=1097, #relaxed=240, #hardened=0
8.09/8.13	c BCD2: #sat=1 #unsat=74 bias=74/75
8.09/8.13	c Solving starts ...
8.09/8.13	c ============================[ Search Statistics ]============================
8.09/8.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.13	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.13	c =============================================================================
8.09/8.13	c  0.0s |       0 |        0 |        0 |    29492      0 |     1188 |      700
8.09/8.16	c  0.0s |       0 |      334 |        0 |    29492      0 |     1188 |      794
8.09/8.16	c #cpu_time = 0.027s
8.09/8.16	c #wall_clock_time = 0.027s
8.09/8.16	c #decision = 334
8.09/8.16	c #random_decision = 0
8.09/8.16	c #conflict = 0
8.09/8.16	c #restart = 0
8.09/8.16	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
8.09/8.16	c lower bound updated to 1353200427681
8.19/8.22	c BCD2: 1356907826112 <= obj <= 11808064005837
8.19/8.22	c BCD2: #cores=53, #unrelaxed=1094, #relaxed=243, #hardened=0
8.19/8.22	c BCD2: #sat=1 #unsat=75 bias=75/76
8.19/8.22	c Solving starts ...
8.19/8.22	c ============================[ Search Statistics ]============================
8.19/8.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.22	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.22	c =============================================================================
8.19/8.22	c  0.0s |       0 |        0 |        0 |    29492      0 |     1188 |      795
8.19/8.25	c  0.0s |       0 |      335 |        0 |    29492      0 |     1188 |      795
8.19/8.25	c #cpu_time = 0.027s
8.19/8.25	c #wall_clock_time = 0.027s
8.19/8.25	c #decision = 335
8.19/8.25	c #random_decision = 0
8.19/8.25	c #conflict = 0
8.19/8.25	c #restart = 0
8.19/8.25	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
8.19/8.25	c lower bound updated to 1371737419841
8.29/8.31	c BCD2: 1375444818272 <= obj <= 11808064005837
8.29/8.31	c BCD2: #cores=54, #unrelaxed=1091, #relaxed=246, #hardened=0
8.29/8.31	c BCD2: #sat=1 #unsat=76 bias=76/77
8.29/8.31	c Solving starts ...
8.29/8.31	c ============================[ Search Statistics ]============================
8.29/8.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.31	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.31	c =============================================================================
8.29/8.31	c  0.0s |       0 |        0 |        0 |    29492      0 |     1188 |      796
8.29/8.34	c  0.0s |       0 |      334 |        0 |    29492      0 |     1188 |      796
8.29/8.34	c #cpu_time = 0.026s
8.29/8.34	c #wall_clock_time = 0.026s
8.29/8.34	c #decision = 334
8.29/8.34	c #random_decision = 0
8.29/8.34	c #conflict = 0
8.29/8.34	c #restart = 0
8.29/8.34	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
8.29/8.34	c lower bound updated to 1390274412001
8.39/8.40	c BCD2: 1393981810432 <= obj <= 11808064005837
8.39/8.40	c BCD2: #cores=55, #unrelaxed=1088, #relaxed=249, #hardened=0
8.39/8.40	c BCD2: #sat=1 #unsat=77 bias=77/78
8.39/8.40	c Solving starts ...
8.39/8.40	c ============================[ Search Statistics ]============================
8.39/8.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.40	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.40	c =============================================================================
8.39/8.40	c  0.0s |       0 |        0 |        0 |    29492      0 |     1188 |      797
8.39/8.43	c  0.0s |       0 |      335 |        0 |    29492      0 |     1188 |      797
8.39/8.43	c #cpu_time = 0.027s
8.39/8.43	c #wall_clock_time = 0.027s
8.39/8.43	c #decision = 335
8.39/8.43	c #random_decision = 0
8.39/8.43	c #conflict = 0
8.39/8.43	c #restart = 0
8.39/8.43	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
8.39/8.43	c BCD2: refineLB: 36836330575 -> 37073984320
8.39/8.43	c lower bound updated to 1408811404161
8.39/8.48	c BCD2: 1412518802592 <= obj <= 11808064005837
8.39/8.48	c BCD2: #cores=55, #unrelaxed=1084, #relaxed=253, #hardened=0
8.39/8.48	c BCD2: #sat=1 #unsat=78 bias=78/79
8.39/8.49	c Solving starts ...
8.39/8.49	c ============================[ Search Statistics ]============================
8.39/8.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.49	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.49	c =============================================================================
8.39/8.49	c  0.0s |       0 |        0 |        0 |    29492      0 |     1236 |      797
8.49/8.52	c  0.0s |       0 |      333 |        0 |    29492      0 |     1236 |      892
8.49/8.52	c #cpu_time = 0.027s
8.49/8.52	c #wall_clock_time = 0.027s
8.49/8.52	c #decision = 333
8.49/8.52	c #random_decision = 0
8.49/8.52	c #conflict = 0
8.49/8.52	c #restart = 0
8.49/8.52	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
8.49/8.52	c lower bound updated to 1427348396321
8.49/8.58	c BCD2: 1431055794752 <= obj <= 11808064005837
8.49/8.58	c BCD2: #cores=56, #unrelaxed=1081, #relaxed=256, #hardened=0
8.49/8.58	c BCD2: #sat=1 #unsat=79 bias=79/80
8.49/8.58	c Solving starts ...
8.49/8.58	c ============================[ Search Statistics ]============================
8.49/8.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.58	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.58	c =============================================================================
8.49/8.58	c  0.0s |       0 |        0 |        0 |    29492      0 |     1236 |      893
8.59/8.61	c  0.0s |       0 |      332 |        0 |    29492      0 |     1236 |      893
8.59/8.61	c #cpu_time = 0.027s
8.59/8.61	c #wall_clock_time = 0.027s
8.59/8.61	c #decision = 332
8.59/8.61	c #random_decision = 0
8.59/8.61	c #conflict = 0
8.59/8.61	c #restart = 0
8.59/8.61	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
8.59/8.61	c lower bound updated to 1445885388481
8.59/8.67	c BCD2: 1449592786912 <= obj <= 11808064005837
8.59/8.67	c BCD2: #cores=57, #unrelaxed=1078, #relaxed=259, #hardened=0
8.59/8.67	c BCD2: #sat=1 #unsat=80 bias=80/81
8.59/8.67	c Solving starts ...
8.59/8.67	c ============================[ Search Statistics ]============================
8.59/8.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.67	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.67	c =============================================================================
8.59/8.67	c  0.0s |       0 |        0 |        0 |    29492      0 |     1236 |      894
8.69/8.70	c  0.0s |       0 |      333 |        0 |    29492      0 |     1236 |      894
8.69/8.70	c #cpu_time = 0.027s
8.69/8.70	c #wall_clock_time = 0.027s
8.69/8.70	c #decision = 333
8.69/8.70	c #random_decision = 0
8.69/8.70	c #conflict = 0
8.69/8.70	c #restart = 0
8.69/8.70	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
8.69/8.70	c lower bound updated to 1464422380641
8.69/8.76	c BCD2: 1468129779072 <= obj <= 11808064005837
8.69/8.76	c BCD2: #cores=58, #unrelaxed=1075, #relaxed=262, #hardened=0
8.69/8.76	c BCD2: #sat=1 #unsat=81 bias=81/82
8.69/8.76	c Solving starts ...
8.69/8.76	c ============================[ Search Statistics ]============================
8.69/8.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.76	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.76	c =============================================================================
8.69/8.77	c  0.0s |       0 |        0 |        0 |    29492      0 |     1236 |      895
8.69/8.79	c  0.0s |       0 |      334 |        0 |    29492      0 |     1236 |      895
8.69/8.79	c #cpu_time = 0.027s
8.69/8.79	c #wall_clock_time = 0.027s
8.69/8.79	c #decision = 334
8.69/8.79	c #random_decision = 0
8.69/8.79	c #conflict = 0
8.69/8.79	c #restart = 0
8.69/8.79	c BCD2: relaxing 8 and merging with 2 cores into a new core of size 18: cost of the new core is >=74147968640
8.69/8.79	c BCD2: refineLB: 73921907761 -> 74147968640
8.69/8.79	c lower bound updated to 1482959372801
8.79/8.85	c BCD2: 1486666771232 <= obj <= 11808064005837
8.79/8.85	c BCD2: #cores=57, #unrelaxed=1067, #relaxed=270, #hardened=0
8.79/8.85	c BCD2: #sat=1 #unsat=82 bias=82/83
8.79/8.85	c Solving starts ...
8.79/8.85	c ============================[ Search Statistics ]============================
8.79/8.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.79/8.85	c       |         |          |          |    Limit     GC | Var      | Constra 
8.79/8.85	c =============================================================================
8.79/8.85	c  0.0s |       0 |        0 |        0 |    29492      0 |     1308 |      895
8.79/8.88	c  0.0s |       0 |      328 |        0 |    29492      0 |     1308 |     1037
8.79/8.88	c #cpu_time = 0.029s
8.79/8.88	c #wall_clock_time = 0.029s
8.79/8.88	c #decision = 328
8.79/8.88	c #random_decision = 0
8.79/8.88	c #conflict = 0
8.79/8.88	c #restart = 0
8.79/8.88	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
8.79/8.88	c lower bound updated to 1501496364961
8.89/8.94	c BCD2: 1505203763392 <= obj <= 11808064005837
8.89/8.94	c BCD2: #cores=58, #unrelaxed=1064, #relaxed=273, #hardened=0
8.89/8.94	c BCD2: #sat=1 #unsat=83 bias=83/84
8.89/8.94	c Solving starts ...
8.89/8.94	c ============================[ Search Statistics ]============================
8.89/8.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.89/8.94	c       |         |          |          |    Limit     GC | Var      | Constra 
8.89/8.94	c =============================================================================
8.89/8.94	c  0.0s |       0 |        0 |        0 |    29492      0 |     1308 |     1038
8.89/8.97	c  0.0s |       0 |      327 |        0 |    29492      0 |     1308 |     1038
8.89/8.97	c #cpu_time = 0.027s
8.89/8.97	c #wall_clock_time = 0.027s
8.89/8.97	c #decision = 327
8.89/8.97	c #random_decision = 0
8.89/8.97	c #conflict = 0
8.89/8.97	c #restart = 0
8.89/8.97	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
8.89/8.97	c lower bound updated to 1520033357121
8.99/9.03	c BCD2: 1523740755552 <= obj <= 11808064005837
8.99/9.03	c BCD2: #cores=59, #unrelaxed=1061, #relaxed=276, #hardened=0
8.99/9.03	c BCD2: #sat=1 #unsat=84 bias=84/85
8.99/9.03	c Solving starts ...
8.99/9.03	c ============================[ Search Statistics ]============================
8.99/9.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.99/9.03	c       |         |          |          |    Limit     GC | Var      | Constra 
8.99/9.03	c =============================================================================
8.99/9.03	c  0.0s |       0 |        0 |        0 |    29492      0 |     1308 |     1039
8.99/9.06	c  0.0s |       0 |      328 |        0 |    29492      0 |     1308 |     1039
8.99/9.06	c #cpu_time = 0.027s
8.99/9.06	c #wall_clock_time = 0.027s
8.99/9.06	c #decision = 328
8.99/9.06	c #random_decision = 0
8.99/9.06	c #conflict = 0
8.99/9.06	c #restart = 0
8.99/9.06	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
8.99/9.06	c lower bound updated to 1538570349281
9.09/9.12	c BCD2: 1542277747712 <= obj <= 11808064005837
9.09/9.12	c BCD2: #cores=60, #unrelaxed=1058, #relaxed=279, #hardened=0
9.09/9.12	c BCD2: #sat=1 #unsat=85 bias=85/86
9.09/9.12	c Solving starts ...
9.09/9.12	c ============================[ Search Statistics ]============================
9.09/9.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.09/9.12	c       |         |          |          |    Limit     GC | Var      | Constra 
9.09/9.12	c =============================================================================
9.09/9.12	c  0.0s |       0 |        0 |        0 |    29492      0 |     1308 |     1040
9.09/9.15	c  0.0s |       0 |      329 |        0 |    29492      0 |     1308 |     1040
9.09/9.15	c #cpu_time = 0.027s
9.09/9.15	c #wall_clock_time = 0.027s
9.09/9.15	c #decision = 329
9.09/9.15	c #random_decision = 0
9.09/9.15	c #conflict = 0
9.09/9.15	c #restart = 0
9.09/9.15	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
9.09/9.15	c lower bound updated to 1557107341441
9.19/9.21	c BCD2: 1560814739872 <= obj <= 11808064005837
9.19/9.21	c BCD2: #cores=61, #unrelaxed=1055, #relaxed=282, #hardened=0
9.19/9.21	c BCD2: #sat=1 #unsat=86 bias=86/87
9.19/9.21	c Solving starts ...
9.19/9.21	c ============================[ Search Statistics ]============================
9.19/9.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.19/9.21	c       |         |          |          |    Limit     GC | Var      | Constra 
9.19/9.21	c =============================================================================
9.19/9.21	c  0.0s |       0 |        0 |        0 |    29492      0 |     1308 |     1041
9.19/9.24	c  0.0s |       0 |      329 |        0 |    29492      0 |     1308 |     1041
9.19/9.24	c #cpu_time = 0.027s
9.19/9.24	c #wall_clock_time = 0.027s
9.19/9.24	c #decision = 329
9.19/9.24	c #random_decision = 0
9.19/9.24	c #conflict = 0
9.19/9.24	c #restart = 0
9.19/9.24	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
9.19/9.24	c lower bound updated to 1575644333601
9.29/9.30	c BCD2: 1579351732032 <= obj <= 11808064005837
9.29/9.30	c BCD2: #cores=62, #unrelaxed=1052, #relaxed=285, #hardened=0
9.29/9.30	c BCD2: #sat=1 #unsat=87 bias=87/88
9.29/9.30	c Solving starts ...
9.29/9.30	c ============================[ Search Statistics ]============================
9.29/9.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.29/9.30	c       |         |          |          |    Limit     GC | Var      | Constra 
9.29/9.30	c =============================================================================
9.29/9.30	c  0.0s |       0 |        0 |        0 |    29492      0 |     1308 |     1042
9.29/9.33	c  0.0s |       0 |      332 |        0 |    29492      0 |     1308 |     1042
9.29/9.33	c #cpu_time = 0.028s
9.29/9.33	c #wall_clock_time = 0.028s
9.29/9.33	c #decision = 332
9.29/9.33	c #random_decision = 0
9.29/9.33	c #conflict = 0
9.29/9.33	c #restart = 0
9.29/9.33	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
9.29/9.33	c lower bound updated to 1594181325761
9.29/9.39	c BCD2: 1597888724192 <= obj <= 11808064005837
9.29/9.39	c BCD2: #cores=63, #unrelaxed=1049, #relaxed=288, #hardened=0
9.29/9.39	c BCD2: #sat=1 #unsat=88 bias=88/89
9.39/9.40	c Solving starts ...
9.39/9.40	c ============================[ Search Statistics ]============================
9.39/9.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.39/9.40	c       |         |          |          |    Limit     GC | Var      | Constra 
9.39/9.40	c =============================================================================
9.39/9.40	c  0.0s |       0 |        0 |        0 |    29492      0 |     1308 |     1043
9.39/9.43	c  0.0s |       0 |      331 |        0 |    29492      0 |     1308 |     1043
9.39/9.43	c #cpu_time = 0.028s
9.39/9.43	c #wall_clock_time = 0.028s
9.39/9.43	c #decision = 331
9.39/9.43	c #random_decision = 0
9.39/9.43	c #conflict = 0
9.39/9.43	c #restart = 0
9.39/9.43	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
9.39/9.43	c lower bound updated to 1612718317921
9.39/9.48	c BCD2: 1616425716352 <= obj <= 11808064005837
9.39/9.48	c BCD2: #cores=64, #unrelaxed=1046, #relaxed=291, #hardened=0
9.39/9.48	c BCD2: #sat=1 #unsat=89 bias=89/90
9.39/9.49	c Solving starts ...
9.39/9.49	c ============================[ Search Statistics ]============================
9.39/9.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.39/9.49	c       |         |          |          |    Limit     GC | Var      | Constra 
9.39/9.49	c =============================================================================
9.39/9.49	c  0.0s |       0 |        0 |        0 |    29492      0 |     1308 |     1044
9.49/9.52	c  0.0s |       0 |      333 |        0 |    29492      0 |     1308 |     1044
9.49/9.52	c #cpu_time = 0.028s
9.49/9.52	c #wall_clock_time = 0.028s
9.49/9.52	c #decision = 333
9.49/9.52	c #random_decision = 0
9.49/9.52	c #conflict = 0
9.49/9.52	c #restart = 0
9.49/9.52	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
9.49/9.52	c lower bound updated to 1631255310081
9.49/9.58	c BCD2: 1634962708512 <= obj <= 11808064005837
9.49/9.58	c BCD2: #cores=65, #unrelaxed=1043, #relaxed=294, #hardened=0
9.49/9.58	c BCD2: #sat=1 #unsat=90 bias=90/91
9.49/9.58	c Solving starts ...
9.49/9.58	c ============================[ Search Statistics ]============================
9.49/9.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.49/9.58	c       |         |          |          |    Limit     GC | Var      | Constra 
9.49/9.58	c =============================================================================
9.49/9.58	c  0.0s |       0 |        0 |        0 |    29492      0 |     1308 |     1045
9.59/9.61	c  0.0s |       0 |      332 |        0 |    29492      0 |     1308 |     1045
9.59/9.61	c #cpu_time = 0.028s
9.59/9.61	c #wall_clock_time = 0.028s
9.59/9.61	c #decision = 332
9.59/9.61	c #random_decision = 0
9.59/9.61	c #conflict = 0
9.59/9.61	c #restart = 0
9.59/9.61	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
9.59/9.61	c lower bound updated to 1649792302241
9.59/9.67	c BCD2: 1653499700672 <= obj <= 11808064005837
9.59/9.67	c BCD2: #cores=66, #unrelaxed=1040, #relaxed=297, #hardened=0
9.59/9.67	c BCD2: #sat=1 #unsat=91 bias=91/92
9.59/9.67	c Solving starts ...
9.59/9.67	c ============================[ Search Statistics ]============================
9.59/9.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.59/9.67	c       |         |          |          |    Limit     GC | Var      | Constra 
9.59/9.67	c =============================================================================
9.59/9.67	c  0.0s |       0 |        0 |        0 |    29492      0 |     1308 |     1046
9.69/9.70	c  0.0s |       0 |      335 |        0 |    29492      0 |     1308 |     1046
9.69/9.70	c #cpu_time = 0.028s
9.69/9.70	c #wall_clock_time = 0.028s
9.69/9.70	c #decision = 335
9.69/9.70	c #random_decision = 0
9.69/9.70	c #conflict = 0
9.69/9.70	c #restart = 0
9.69/9.70	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
9.69/9.70	c lower bound updated to 1668329294401
9.69/9.76	c BCD2: 1672036692832 <= obj <= 11808064005837
9.69/9.76	c BCD2: #cores=67, #unrelaxed=1037, #relaxed=300, #hardened=0
9.69/9.76	c BCD2: #sat=1 #unsat=92 bias=92/93
9.69/9.76	c Solving starts ...
9.69/9.76	c ============================[ Search Statistics ]============================
9.69/9.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.69/9.76	c       |         |          |          |    Limit     GC | Var      | Constra 
9.69/9.76	c =============================================================================
9.69/9.76	c  0.0s |       0 |        0 |        0 |    29492      0 |     1308 |     1047
9.69/9.79	c  0.0s |       0 |      334 |        0 |    29492      0 |     1308 |     1047
9.69/9.79	c #cpu_time = 0.028s
9.69/9.79	c #wall_clock_time = 0.028s
9.69/9.79	c #decision = 334
9.69/9.79	c #random_decision = 0
9.69/9.79	c #conflict = 0
9.69/9.79	c #restart = 0
9.69/9.79	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
9.69/9.79	c lower bound updated to 1686866286561
9.79/9.85	c BCD2: 1690573684992 <= obj <= 11808064005837
9.79/9.85	c BCD2: #cores=68, #unrelaxed=1034, #relaxed=303, #hardened=0
9.79/9.85	c BCD2: #sat=1 #unsat=93 bias=93/94
9.79/9.86	c Solving starts ...
9.79/9.86	c ============================[ Search Statistics ]============================
9.79/9.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.79/9.86	c       |         |          |          |    Limit     GC | Var      | Constra 
9.79/9.86	c =============================================================================
9.79/9.86	c  0.0s |       0 |        0 |        0 |    29492      0 |     1308 |     1048
9.79/9.89	c  0.0s |       0 |      336 |        0 |    29492      0 |     1308 |     1048
9.79/9.89	c #cpu_time = 0.029s
9.79/9.89	c #wall_clock_time = 0.029s
9.79/9.89	c #decision = 336
9.79/9.89	c #random_decision = 0
9.79/9.89	c #conflict = 0
9.79/9.89	c #restart = 0
9.79/9.89	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
9.79/9.89	c lower bound updated to 1705403278721
9.89/9.95	c BCD2: 1709110677152 <= obj <= 11808064005837
9.89/9.95	c BCD2: #cores=69, #unrelaxed=1031, #relaxed=306, #hardened=0
9.89/9.95	c BCD2: #sat=1 #unsat=94 bias=94/95
9.89/9.95	c Solving starts ...
9.89/9.95	c ============================[ Search Statistics ]============================
9.89/9.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.89/9.95	c       |         |          |          |    Limit     GC | Var      | Constra 
9.89/9.95	c =============================================================================
9.89/9.95	c  0.0s |       0 |        0 |        0 |    29492      0 |     1308 |     1049
9.89/9.98	c  0.0s |       0 |      337 |        0 |    29492      0 |     1308 |     1049
9.89/9.98	c #cpu_time = 0.028s
9.89/9.98	c #wall_clock_time = 0.028s
9.89/9.98	c #decision = 337
9.89/9.98	c #random_decision = 0
9.89/9.98	c #conflict = 0
9.89/9.98	c #restart = 0
9.89/9.98	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
9.89/9.98	c lower bound updated to 1723940270881
9.99/10.04	c BCD2: 1727647669312 <= obj <= 11808064005837
9.99/10.04	c BCD2: #cores=70, #unrelaxed=1028, #relaxed=309, #hardened=0
9.99/10.04	c BCD2: #sat=1 #unsat=95 bias=95/96
9.99/10.04	c Solving starts ...
9.99/10.04	c ============================[ Search Statistics ]============================
9.99/10.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.99/10.04	c       |         |          |          |    Limit     GC | Var      | Constra 
9.99/10.04	c =============================================================================
9.99/10.05	c  0.0s |       0 |        0 |        0 |    29492      0 |     1308 |     1050
9.99/10.08	c  0.0s |       0 |      337 |        0 |    29492      0 |     1308 |     1050
9.99/10.08	c #cpu_time = 0.029s
9.99/10.08	c #wall_clock_time = 0.029s
9.99/10.08	c #decision = 337
9.99/10.08	c #random_decision = 0
9.99/10.08	c #conflict = 0
9.99/10.08	c #restart = 0
9.99/10.08	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
9.99/10.08	c BCD2: refineLB: 36880890652 -> 37073984320
9.99/10.08	c lower bound updated to 1742477263041
10.09/10.13	c BCD2: 1746184661472 <= obj <= 11808064005837
10.09/10.13	c BCD2: #cores=70, #unrelaxed=1024, #relaxed=313, #hardened=0
10.09/10.13	c BCD2: #sat=1 #unsat=96 bias=96/97
10.09/10.13	c Solving starts ...
10.09/10.13	c ============================[ Search Statistics ]============================
10.09/10.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.09/10.13	c       |         |          |          |    Limit     GC | Var      | Constra 
10.09/10.13	c =============================================================================
10.09/10.13	c  0.0s |       0 |        0 |        0 |    29492      0 |     1339 |     1050
10.09/10.16	c  0.0s |       0 |      336 |        0 |    29492      0 |     1339 |     1111
10.09/10.16	c #cpu_time = 0.031s
10.09/10.16	c #wall_clock_time = 0.031s
10.09/10.16	c #decision = 336
10.09/10.16	c #random_decision = 0
10.09/10.16	c #conflict = 0
10.09/10.16	c #restart = 0
10.09/10.16	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
10.09/10.16	c lower bound updated to 1761014255201
10.19/10.22	c BCD2: 1764721653632 <= obj <= 11808064005837
10.19/10.22	c BCD2: #cores=71, #unrelaxed=1021, #relaxed=316, #hardened=0
10.19/10.22	c BCD2: #sat=1 #unsat=97 bias=97/98
10.19/10.22	c Solving starts ...
10.19/10.22	c ============================[ Search Statistics ]============================
10.19/10.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.19/10.22	c       |         |          |          |    Limit     GC | Var      | Constra 
10.19/10.22	c =============================================================================
10.19/10.23	c  0.0s |       0 |        0 |        0 |    29492      0 |     1339 |     1112
10.19/10.26	c  0.0s |       0 |      342 |        0 |    29492      0 |     1339 |     1112
10.19/10.26	c #cpu_time = 0.029s
10.19/10.26	c #wall_clock_time = 0.029s
10.19/10.26	c #decision = 342
10.19/10.26	c #random_decision = 0
10.19/10.26	c #conflict = 0
10.19/10.26	c #restart = 0
10.19/10.26	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
10.19/10.26	c lower bound updated to 1779551247361
10.29/10.32	c BCD2: 1783258645792 <= obj <= 11808064005837
10.29/10.32	c BCD2: #cores=72, #unrelaxed=1018, #relaxed=319, #hardened=0
10.29/10.32	c BCD2: #sat=1 #unsat=98 bias=98/99
10.29/10.32	c Solving starts ...
10.29/10.32	c ============================[ Search Statistics ]============================
10.29/10.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.29/10.32	c       |         |          |          |    Limit     GC | Var      | Constra 
10.29/10.32	c =============================================================================
10.29/10.32	c  0.0s |       0 |        0 |        0 |    29492      0 |     1339 |     1113
10.29/10.35	c  0.0s |       0 |      343 |        0 |    29492      0 |     1339 |     1113
10.29/10.35	c #cpu_time = 0.028s
10.29/10.35	c #wall_clock_time = 0.028s
10.29/10.35	c #decision = 343
10.29/10.35	c #random_decision = 0
10.29/10.35	c #conflict = 0
10.29/10.35	c #restart = 0
10.29/10.35	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
10.29/10.35	c lower bound updated to 1798088239521
10.39/10.41	c BCD2: 1801795637952 <= obj <= 11808064005837
10.39/10.41	c BCD2: #cores=73, #unrelaxed=1015, #relaxed=322, #hardened=0
10.39/10.41	c BCD2: #sat=1 #unsat=99 bias=99/100
10.39/10.41	c Solving starts ...
10.39/10.41	c ============================[ Search Statistics ]============================
10.39/10.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.39/10.41	c       |         |          |          |    Limit     GC | Var      | Constra 
10.39/10.41	c =============================================================================
10.39/10.42	c  0.0s |       0 |        0 |        0 |    29492      0 |     1339 |     1114
10.39/10.45	c  0.0s |       0 |      346 |        0 |    29492      0 |     1339 |     1114
10.39/10.45	c #cpu_time = 0.029s
10.39/10.45	c #wall_clock_time = 0.029s
10.39/10.45	c #decision = 346
10.39/10.45	c #random_decision = 0
10.39/10.45	c #conflict = 0
10.39/10.45	c #restart = 0
10.39/10.45	c BCD2: relaxing 7 and merging with 3 cores into a new core of size 16: cost of the new core is >=74147968640
10.39/10.45	c BCD2: refineLB: 73962598719 -> 74147968640
10.39/10.45	c lower bound updated to 1816625231681
10.49/10.50	c BCD2: 1820332630112 <= obj <= 11808064005837
10.49/10.50	c BCD2: #cores=71, #unrelaxed=1008, #relaxed=329, #hardened=0
10.49/10.50	c BCD2: #sat=1 #unsat=100 bias=100/101
10.49/10.50	c Solving starts ...
10.49/10.50	c ============================[ Search Statistics ]============================
10.49/10.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.49/10.50	c       |         |          |          |    Limit     GC | Var      | Constra 
10.49/10.50	c =============================================================================
10.49/10.50	c  0.0s |       0 |        0 |        0 |    29492      0 |     1465 |     1114
10.49/10.54	c  0.0s |       0 |      338 |        0 |    29492      0 |     1465 |     1363
10.49/10.54	c #cpu_time = 0.031s
10.49/10.54	c #wall_clock_time = 0.031s
10.49/10.54	c #decision = 338
10.49/10.54	c #random_decision = 0
10.49/10.54	c #conflict = 0
10.49/10.54	c #restart = 0
10.49/10.54	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
10.49/10.54	c lower bound updated to 1835162223841
10.49/10.59	c BCD2: 1838869622272 <= obj <= 11808064005837
10.49/10.59	c BCD2: #cores=72, #unrelaxed=1005, #relaxed=332, #hardened=0
10.49/10.59	c BCD2: #sat=1 #unsat=101 bias=101/102
10.59/10.60	c Solving starts ...
10.59/10.60	c ============================[ Search Statistics ]============================
10.59/10.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.59/10.60	c       |         |          |          |    Limit     GC | Var      | Constra 
10.59/10.60	c =============================================================================
10.59/10.60	c  0.0s |       0 |        0 |        0 |    29492      0 |     1465 |     1364
10.59/10.63	c  0.0s |       0 |      342 |        1 |    29492      0 |     1465 |     1364
10.59/10.63	c #cpu_time = 0.030s
10.59/10.63	c #wall_clock_time = 0.030s
10.59/10.63	c #decision = 342
10.59/10.63	c #random_decision = 0
10.59/10.63	c #conflict = 1
10.59/10.63	c #restart = 0
10.59/10.63	c BCD2: relaxing 6 and merging with 4 cores into a new core of size 18: cost of the new core is >=92684960800
10.59/10.63	c BCD2: refineLB: 92503225583 -> 92684960800
10.59/10.63	c lower bound updated to 1853699216001
10.59/10.69	c BCD2: 1857406614432 <= obj <= 11808064005837
10.59/10.69	c BCD2: #cores=69, #unrelaxed=999, #relaxed=338, #hardened=0
10.59/10.69	c BCD2: #sat=1 #unsat=102 bias=102/103
10.59/10.69	c Solving starts ...
10.59/10.69	c ============================[ Search Statistics ]============================
10.59/10.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.59/10.69	c       |         |          |          |    Limit     GC | Var      | Constra 
10.59/10.69	c =============================================================================
10.59/10.69	c  0.0s |       0 |        0 |        0 |    29492      0 |     1570 |     1364
10.69/10.72	c  0.0s |       0 |      335 |        0 |    29492      0 |     1570 |     1570
10.69/10.72	c #cpu_time = 0.032s
10.69/10.72	c #wall_clock_time = 0.032s
10.69/10.72	c #decision = 335
10.69/10.72	c #random_decision = 0
10.69/10.72	c #conflict = 0
10.69/10.72	c #restart = 0
10.69/10.72	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
10.69/10.72	c lower bound updated to 1872236208161
10.69/10.78	c BCD2: 1875943606592 <= obj <= 11808064005837
10.69/10.78	c BCD2: #cores=70, #unrelaxed=996, #relaxed=341, #hardened=0
10.69/10.78	c BCD2: #sat=1 #unsat=103 bias=103/104
10.69/10.78	c Solving starts ...
10.69/10.78	c ============================[ Search Statistics ]============================
10.69/10.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.78	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.78	c =============================================================================
10.69/10.79	c  0.0s |       0 |        0 |        0 |    29492      0 |     1570 |     1571
10.79/10.82	c  0.0s |       0 |      336 |        0 |    29492      0 |     1570 |     1571
10.79/10.82	c #cpu_time = 0.029s
10.79/10.82	c #wall_clock_time = 0.029s
10.79/10.82	c #decision = 336
10.79/10.82	c #random_decision = 0
10.79/10.82	c #conflict = 0
10.79/10.82	c #restart = 0
10.79/10.82	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
10.79/10.82	c lower bound updated to 1890773200321
10.79/10.88	c BCD2: 1894480598752 <= obj <= 11808064005837
10.79/10.88	c BCD2: #cores=71, #unrelaxed=993, #relaxed=344, #hardened=0
10.79/10.88	c BCD2: #sat=1 #unsat=104 bias=104/105
10.79/10.88	c Solving starts ...
10.79/10.88	c ============================[ Search Statistics ]============================
10.79/10.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.79/10.88	c       |         |          |          |    Limit     GC | Var      | Constra 
10.79/10.88	c =============================================================================
10.79/10.88	c  0.0s |       0 |        0 |        0 |    29492      0 |     1570 |     1572
10.89/10.91	c  0.0s |       0 |      341 |        0 |    29492      0 |     1570 |     1572
10.89/10.91	c #cpu_time = 0.029s
10.89/10.91	c #wall_clock_time = 0.029s
10.89/10.91	c #decision = 341
10.89/10.91	c #random_decision = 0
10.89/10.91	c #conflict = 0
10.89/10.91	c #restart = 0
10.89/10.91	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
10.89/10.91	c BCD2: refineLB: 18536992161 -> 37073984320
10.89/10.91	c lower bound updated to 1909310192481
10.89/10.96	c BCD2: 1913017590912 <= obj <= 11808064005837
10.89/10.96	c BCD2: #cores=71, #unrelaxed=989, #relaxed=348, #hardened=0
10.89/10.96	c BCD2: #sat=1 #unsat=105 bias=105/106
10.89/10.97	c Solving starts ...
10.89/10.97	c ============================[ Search Statistics ]============================
10.89/10.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.89/10.97	c       |         |          |          |    Limit     GC | Var      | Constra 
10.89/10.97	c =============================================================================
10.89/10.97	c  0.0s |       0 |        0 |        0 |    29492      0 |     1571 |     1572
10.99/11.00	c  0.0s |       0 |      340 |        0 |    29492      0 |     1571 |     1573
10.99/11.00	c #cpu_time = 0.029s
10.99/11.00	c #wall_clock_time = 0.029s
10.99/11.00	c #decision = 340
10.99/11.00	c #random_decision = 0
10.99/11.00	c #conflict = 0
10.99/11.00	c #restart = 0
10.99/11.00	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
10.99/11.00	c lower bound updated to 1927847184641
10.99/11.06	c BCD2: 1931554583072 <= obj <= 11808064005837
10.99/11.06	c BCD2: #cores=72, #unrelaxed=986, #relaxed=351, #hardened=0
10.99/11.06	c BCD2: #sat=1 #unsat=106 bias=106/107
10.99/11.06	c Solving starts ...
10.99/11.06	c ============================[ Search Statistics ]============================
10.99/11.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.06	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.06	c =============================================================================
10.99/11.06	c  0.0s |       0 |        0 |        0 |    29492      0 |     1571 |     1574
10.99/11.09	c  0.0s |       0 |      342 |        0 |    29492      0 |     1571 |     1574
10.99/11.09	c #cpu_time = 0.029s
10.99/11.09	c #wall_clock_time = 0.029s
10.99/11.09	c #decision = 342
10.99/11.09	c #random_decision = 0
10.99/11.09	c #conflict = 0
10.99/11.09	c #restart = 0
10.99/11.09	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
10.99/11.09	c lower bound updated to 1946384176801
11.09/11.15	c BCD2: 1950091575232 <= obj <= 11808064005837
11.09/11.15	c BCD2: #cores=73, #unrelaxed=983, #relaxed=354, #hardened=0
11.09/11.15	c BCD2: #sat=1 #unsat=107 bias=107/108
11.09/11.16	c Solving starts ...
11.09/11.16	c ============================[ Search Statistics ]============================
11.09/11.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.09/11.16	c       |         |          |          |    Limit     GC | Var      | Constra 
11.09/11.16	c =============================================================================
11.09/11.16	c  0.0s |       0 |        0 |        0 |    29492      0 |     1571 |     1575
11.09/11.19	c  0.0s |       0 |      345 |        0 |    29492      0 |     1571 |     1575
11.09/11.19	c #cpu_time = 0.030s
11.09/11.19	c #wall_clock_time = 0.030s
11.09/11.19	c #decision = 345
11.09/11.19	c #random_decision = 0
11.09/11.19	c #conflict = 0
11.09/11.19	c #restart = 0
11.09/11.19	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
11.09/11.19	c BCD2: refineLB: 36902345504 -> 37073984320
11.09/11.19	c lower bound updated to 1964921168961
11.19/11.25	c BCD2: 1968628567392 <= obj <= 11808064005837
11.19/11.25	c BCD2: #cores=73, #unrelaxed=979, #relaxed=358, #hardened=0
11.19/11.25	c BCD2: #sat=1 #unsat=108 bias=108/109
11.19/11.25	c Solving starts ...
11.19/11.25	c ============================[ Search Statistics ]============================
11.19/11.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.19/11.25	c       |         |          |          |    Limit     GC | Var      | Constra 
11.19/11.25	c =============================================================================
11.19/11.25	c  0.0s |       0 |        0 |        0 |    29492      0 |     1573 |     1575
11.19/11.28	c  0.0s |       0 |      343 |        0 |    29492      0 |     1573 |     1578
11.19/11.28	c #cpu_time = 0.032s
11.19/11.28	c #wall_clock_time = 0.032s
11.19/11.28	c #decision = 343
11.19/11.28	c #random_decision = 0
11.19/11.28	c #conflict = 0
11.19/11.28	c #restart = 0
11.19/11.28	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
11.19/11.28	c BCD2: refineLB: 36903920172 -> 37073984320
11.19/11.28	c lower bound updated to 1983458161121
11.29/11.34	c BCD2: 1987165559552 <= obj <= 11808064005837
11.29/11.34	c BCD2: #cores=73, #unrelaxed=975, #relaxed=362, #hardened=0
11.29/11.34	c BCD2: #sat=1 #unsat=109 bias=109/110
11.29/11.34	c Solving starts ...
11.29/11.34	c ============================[ Search Statistics ]============================
11.29/11.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.29/11.34	c       |         |          |          |    Limit     GC | Var      | Constra 
11.29/11.34	c =============================================================================
11.29/11.35	c  0.0s |       0 |        0 |        0 |    29492      0 |     1623 |     1578
11.29/11.38	c  0.0s |       0 |      344 |        0 |    29492      0 |     1623 |     1677
11.29/11.38	c #cpu_time = 0.031s
11.29/11.38	c #wall_clock_time = 0.031s
11.29/11.38	c #decision = 344
11.29/11.38	c #random_decision = 0
11.29/11.38	c #conflict = 0
11.29/11.38	c #restart = 0
11.29/11.38	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
11.29/11.38	c lower bound updated to 2001995153281
11.39/11.44	c BCD2: 2005702551712 <= obj <= 11808064005837
11.39/11.44	c BCD2: #cores=74, #unrelaxed=972, #relaxed=365, #hardened=0
11.39/11.44	c BCD2: #sat=1 #unsat=110 bias=110/111
11.39/11.44	c Solving starts ...
11.39/11.44	c ============================[ Search Statistics ]============================
11.39/11.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.39/11.44	c       |         |          |          |    Limit     GC | Var      | Constra 
11.39/11.44	c =============================================================================
11.39/11.44	c  0.0s |       0 |        0 |        0 |    29492      0 |     1623 |     1678
11.39/11.47	c  0.0s |       0 |      344 |        0 |    29492      0 |     1623 |     1678
11.39/11.47	c #cpu_time = 0.030s
11.39/11.47	c #wall_clock_time = 0.030s
11.39/11.47	c #decision = 344
11.39/11.47	c #random_decision = 0
11.39/11.47	c #conflict = 0
11.39/11.47	c #restart = 0
11.39/11.47	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 12: cost of the new core is >=55610976480
11.39/11.47	c BCD2: refineLB: 55443976551 -> 55610976480
11.39/11.47	c lower bound updated to 2020532145441
11.49/11.53	c BCD2: 2024239543872 <= obj <= 11808064005837
11.49/11.53	c BCD2: #cores=74, #unrelaxed=967, #relaxed=370, #hardened=0
11.49/11.53	c BCD2: #sat=1 #unsat=111 bias=111/112
11.49/11.53	c Solving starts ...
11.49/11.53	c ============================[ Search Statistics ]============================
11.49/11.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.49/11.53	c       |         |          |          |    Limit     GC | Var      | Constra 
11.49/11.53	c =============================================================================
11.49/11.54	c  0.0s |       0 |        0 |        0 |    29492      0 |     1625 |     1678
11.49/11.57	c  0.0s |       0 |      350 |        1 |    29492      0 |     1625 |     1681
11.49/11.57	c #cpu_time = 0.031s
11.49/11.57	c #wall_clock_time = 0.031s
11.49/11.57	c #decision = 350
11.49/11.57	c #random_decision = 0
11.49/11.57	c #conflict = 1
11.49/11.57	c #restart = 0
11.49/11.57	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 12: cost of the new core is >=55610976480
11.49/11.57	c lower bound updated to 2039069137601
11.59/11.62	c BCD2: 2042776536032 <= obj <= 11808064005837
11.59/11.62	c BCD2: #cores=74, #unrelaxed=962, #relaxed=375, #hardened=0
11.59/11.62	c BCD2: #sat=1 #unsat=112 bias=112/113
11.59/11.63	c Solving starts ...
11.59/11.63	c ============================[ Search Statistics ]============================
11.59/11.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.59/11.63	c       |         |          |          |    Limit     GC | Var      | Constra 
11.59/11.63	c =============================================================================
11.59/11.63	c  0.0s |       0 |        0 |        0 |    29492      0 |     1632 |     1681
11.59/11.66	c  0.0s |       0 |      338 |        0 |    29492      0 |     1632 |     1694
11.59/11.66	c #cpu_time = 0.033s
11.59/11.66	c #wall_clock_time = 0.033s
11.59/11.66	c #decision = 338
11.59/11.66	c #random_decision = 0
11.59/11.66	c #conflict = 0
11.59/11.66	c #restart = 0
11.59/11.66	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
11.59/11.66	c lower bound updated to 2057606129761
11.69/11.72	c BCD2: 2061313528192 <= obj <= 11808064005837
11.69/11.72	c BCD2: #cores=75, #unrelaxed=959, #relaxed=378, #hardened=0
11.69/11.72	c BCD2: #sat=1 #unsat=113 bias=113/114
11.69/11.72	c Solving starts ...
11.69/11.72	c ============================[ Search Statistics ]============================
11.69/11.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.69/11.72	c       |         |          |          |    Limit     GC | Var      | Constra 
11.69/11.72	c =============================================================================
11.69/11.73	c  0.0s |       0 |        0 |        0 |    29492      0 |     1632 |     1695
11.69/11.76	c  0.0s |       0 |      338 |        0 |    29492      0 |     1632 |     1695
11.69/11.76	c #cpu_time = 0.030s
11.69/11.76	c #wall_clock_time = 0.030s
11.69/11.76	c #decision = 338
11.69/11.76	c #random_decision = 0
11.69/11.76	c #conflict = 0
11.69/11.76	c #restart = 0
11.69/11.76	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
11.69/11.76	c lower bound updated to 2076143121921
11.79/11.82	c BCD2: 2079850520352 <= obj <= 11808064005837
11.79/11.82	c BCD2: #cores=76, #unrelaxed=956, #relaxed=381, #hardened=0
11.79/11.82	c BCD2: #sat=1 #unsat=114 bias=114/115
11.79/11.82	c Solving starts ...
11.79/11.82	c ============================[ Search Statistics ]============================
11.79/11.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.79/11.82	c       |         |          |          |    Limit     GC | Var      | Constra 
11.79/11.82	c =============================================================================
11.79/11.82	c  0.0s |       0 |        0 |        0 |    29492      0 |     1632 |     1696
11.79/11.85	c  0.0s |       0 |      338 |        0 |    29492      0 |     1632 |     1696
11.79/11.85	c #cpu_time = 0.030s
11.79/11.85	c #wall_clock_time = 0.030s
11.79/11.85	c #decision = 338
11.79/11.85	c #random_decision = 0
11.79/11.85	c #conflict = 0
11.79/11.85	c #restart = 0
11.79/11.85	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
11.79/11.85	c lower bound updated to 2094680114081
11.89/11.91	c BCD2: 2098387512512 <= obj <= 11808064005837
11.89/11.91	c BCD2: #cores=77, #unrelaxed=953, #relaxed=384, #hardened=0
11.89/11.91	c BCD2: #sat=1 #unsat=115 bias=115/116
11.89/11.91	c Solving starts ...
11.89/11.91	c ============================[ Search Statistics ]============================
11.89/11.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.89/11.91	c       |         |          |          |    Limit     GC | Var      | Constra 
11.89/11.91	c =============================================================================
11.89/11.92	c  0.0s |       0 |        0 |        0 |    29492      0 |     1632 |     1697
11.89/11.95	c  0.0s |       0 |      338 |        0 |    29492      0 |     1632 |     1697
11.89/11.95	c #cpu_time = 0.030s
11.89/11.95	c #wall_clock_time = 0.031s
11.89/11.95	c #decision = 338
11.89/11.95	c #random_decision = 0
11.89/11.95	c #conflict = 0
11.89/11.95	c #restart = 0
11.89/11.95	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
11.89/11.95	c lower bound updated to 2113217106241
11.99/12.01	c BCD2: 2116924504672 <= obj <= 11808064005837
11.99/12.01	c BCD2: #cores=78, #unrelaxed=950, #relaxed=387, #hardened=0
11.99/12.01	c BCD2: #sat=1 #unsat=116 bias=116/117
11.99/12.01	c Solving starts ...
11.99/12.01	c ============================[ Search Statistics ]============================
11.99/12.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.99/12.01	c       |         |          |          |    Limit     GC | Var      | Constra 
11.99/12.01	c =============================================================================
11.99/12.01	c  0.0s |       0 |        0 |        0 |    29492      0 |     1632 |     1698
11.99/12.04	c  0.0s |       0 |      341 |        0 |    29492      0 |     1632 |     1698
11.99/12.04	c #cpu_time = 0.031s
11.99/12.04	c #wall_clock_time = 0.031s
11.99/12.04	c #decision = 341
11.99/12.04	c #random_decision = 0
11.99/12.04	c #conflict = 0
11.99/12.04	c #restart = 0
11.99/12.04	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
11.99/12.04	c lower bound updated to 2131754098401
11.99/12.10	c BCD2: 2135461496832 <= obj <= 11808064005837
11.99/12.10	c BCD2: #cores=79, #unrelaxed=947, #relaxed=390, #hardened=0
11.99/12.10	c BCD2: #sat=1 #unsat=117 bias=117/118
12.09/12.11	c Solving starts ...
12.09/12.11	c ============================[ Search Statistics ]============================
12.09/12.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.09/12.11	c       |         |          |          |    Limit     GC | Var      | Constra 
12.09/12.11	c =============================================================================
12.09/12.11	c  0.0s |       0 |        0 |        0 |    29492      0 |     1632 |     1699
12.09/12.14	c  0.0s |       0 |      343 |        0 |    29492      0 |     1632 |     1699
12.09/12.14	c #cpu_time = 0.031s
12.09/12.14	c #wall_clock_time = 0.031s
12.09/12.14	c #decision = 343
12.09/12.14	c #random_decision = 0
12.09/12.14	c #conflict = 0
12.09/12.14	c #restart = 0
12.09/12.14	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
12.09/12.14	c lower bound updated to 2150291090561
12.09/12.20	c BCD2: 2153998488992 <= obj <= 11808064005837
12.09/12.20	c BCD2: #cores=80, #unrelaxed=944, #relaxed=393, #hardened=0
12.09/12.20	c BCD2: #sat=1 #unsat=118 bias=118/119
12.19/12.20	c Solving starts ...
12.19/12.20	c ============================[ Search Statistics ]============================
12.19/12.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.19/12.20	c       |         |          |          |    Limit     GC | Var      | Constra 
12.19/12.20	c =============================================================================
12.19/12.20	c  0.0s |       0 |        0 |        0 |    29492      0 |     1632 |     1700
12.19/12.24	c  0.0s |       0 |      343 |        0 |    29492      0 |     1632 |     1700
12.19/12.24	c #cpu_time = 0.031s
12.19/12.24	c #wall_clock_time = 0.031s
12.19/12.24	c #decision = 343
12.19/12.24	c #random_decision = 0
12.19/12.24	c #conflict = 0
12.19/12.24	c #restart = 0
12.19/12.24	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
12.19/12.24	c lower bound updated to 2168828082721
12.19/12.30	c BCD2: 2172535481152 <= obj <= 11808064005837
12.19/12.30	c BCD2: #cores=81, #unrelaxed=941, #relaxed=396, #hardened=0
12.19/12.30	c BCD2: #sat=1 #unsat=119 bias=119/120
12.28/12.30	c Solving starts ...
12.28/12.30	c ============================[ Search Statistics ]============================
12.28/12.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.28/12.30	c       |         |          |          |    Limit     GC | Var      | Constra 
12.28/12.30	c =============================================================================
12.28/12.30	c  0.0s |       0 |        0 |        0 |    29492      0 |     1632 |     1701
12.28/12.34	c  0.0s |       0 |      342 |        0 |    29492      0 |     1632 |     1701
12.28/12.34	c #cpu_time = 0.031s
12.28/12.34	c #wall_clock_time = 0.031s
12.28/12.34	c #decision = 342
12.28/12.34	c #random_decision = 0
12.28/12.34	c #conflict = 0
12.28/12.34	c #restart = 0
12.28/12.34	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
12.28/12.34	c lower bound updated to 2187365074881
12.28/12.39	c BCD2: 2191072473312 <= obj <= 11808064005837
12.28/12.39	c BCD2: #cores=82, #unrelaxed=938, #relaxed=399, #hardened=0
12.28/12.39	c BCD2: #sat=1 #unsat=120 bias=120/121
12.38/12.40	c Solving starts ...
12.38/12.40	c ============================[ Search Statistics ]============================
12.38/12.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.38/12.40	c       |         |          |          |    Limit     GC | Var      | Constra 
12.38/12.40	c =============================================================================
12.38/12.40	c  0.0s |       0 |        0 |        0 |    29492      0 |     1632 |     1702
12.38/12.43	c  0.0s |       0 |      342 |        0 |    29492      0 |     1632 |     1702
12.38/12.43	c #cpu_time = 0.032s
12.38/12.43	c #wall_clock_time = 0.032s
12.38/12.43	c #decision = 342
12.38/12.43	c #random_decision = 0
12.38/12.43	c #conflict = 0
12.38/12.43	c #restart = 0
12.38/12.43	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
12.38/12.43	c BCD2: refineLB: 36920786038 -> 37073984320
12.38/12.43	c lower bound updated to 2205902067041
12.38/12.49	c BCD2: 2209609465472 <= obj <= 11808064005837
12.38/12.49	c BCD2: #cores=82, #unrelaxed=934, #relaxed=403, #hardened=0
12.38/12.49	c BCD2: #sat=1 #unsat=121 bias=121/122
12.38/12.49	c Solving starts ...
12.38/12.49	c ============================[ Search Statistics ]============================
12.38/12.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.38/12.49	c       |         |          |          |    Limit     GC | Var      | Constra 
12.38/12.49	c =============================================================================
12.38/12.50	c  0.0s |       0 |        0 |        0 |    29492      0 |     1664 |     1702
12.48/12.53	c  0.0s |       0 |      343 |        0 |    29492      0 |     1664 |     1765
12.48/12.53	c #cpu_time = 0.032s
12.48/12.53	c #wall_clock_time = 0.032s
12.48/12.53	c #decision = 343
12.48/12.53	c #random_decision = 0
12.48/12.53	c #conflict = 0
12.48/12.53	c #restart = 0
12.48/12.53	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
12.48/12.53	c lower bound updated to 2224439059201
12.48/12.59	c BCD2: 2228146457632 <= obj <= 11808064005837
12.48/12.59	c BCD2: #cores=83, #unrelaxed=931, #relaxed=406, #hardened=0
12.48/12.59	c BCD2: #sat=1 #unsat=122 bias=122/123
12.48/12.59	c Solving starts ...
12.48/12.59	c ============================[ Search Statistics ]============================
12.48/12.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.48/12.59	c       |         |          |          |    Limit     GC | Var      | Constra 
12.48/12.59	c =============================================================================
12.48/12.59	c  0.0s |       0 |        0 |        0 |    29492      0 |     1664 |     1766
12.58/12.62	c  0.0s |       0 |      342 |        0 |    29492      0 |     1664 |     1766
12.58/12.62	c #cpu_time = 0.031s
12.58/12.62	c #wall_clock_time = 0.031s
12.58/12.62	c #decision = 342
12.58/12.62	c #random_decision = 0
12.58/12.62	c #conflict = 0
12.58/12.62	c #restart = 0
12.58/12.62	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
12.58/12.62	c lower bound updated to 2242976051361
12.58/12.68	c BCD2: 2246683449792 <= obj <= 11808064005837
12.58/12.68	c BCD2: #cores=84, #unrelaxed=928, #relaxed=409, #hardened=0
12.58/12.68	c BCD2: #sat=1 #unsat=123 bias=123/124
12.58/12.68	c Solving starts ...
12.58/12.68	c ============================[ Search Statistics ]============================
12.58/12.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.58/12.68	c       |         |          |          |    Limit     GC | Var      | Constra 
12.58/12.68	c =============================================================================
12.58/12.69	c  0.0s |       0 |        0 |        0 |    29492      0 |     1664 |     1767
12.68/12.72	c  0.0s |       0 |      341 |        0 |    29492      0 |     1664 |     1767
12.68/12.72	c #cpu_time = 0.031s
12.68/12.72	c #wall_clock_time = 0.031s
12.68/12.72	c #decision = 341
12.68/12.72	c #random_decision = 0
12.68/12.72	c #conflict = 0
12.68/12.72	c #restart = 0
12.68/12.72	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
12.68/12.72	c lower bound updated to 2261513043521
12.68/12.78	c BCD2: 2265220441952 <= obj <= 11808064005837
12.68/12.78	c BCD2: #cores=85, #unrelaxed=925, #relaxed=412, #hardened=0
12.68/12.78	c BCD2: #sat=1 #unsat=124 bias=124/125
12.68/12.78	c Solving starts ...
12.68/12.78	c ============================[ Search Statistics ]============================
12.68/12.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.68/12.78	c       |         |          |          |    Limit     GC | Var      | Constra 
12.68/12.78	c =============================================================================
12.68/12.78	c  0.0s |       0 |        0 |        0 |    29492      0 |     1664 |     1768
12.78/12.82	c  0.0s |       0 |      343 |        0 |    29492      0 |     1664 |     1768
12.78/12.82	c #cpu_time = 0.032s
12.78/12.82	c #wall_clock_time = 0.032s
12.78/12.82	c #decision = 343
12.78/12.82	c #random_decision = 0
12.78/12.82	c #conflict = 0
12.78/12.82	c #restart = 0
12.78/12.82	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
12.78/12.82	c lower bound updated to 2280050035681
12.78/12.88	c BCD2: 2283757434112 <= obj <= 11808064005837
12.78/12.88	c BCD2: #cores=86, #unrelaxed=922, #relaxed=415, #hardened=0
12.78/12.88	c BCD2: #sat=1 #unsat=125 bias=125/126
12.78/12.88	c Solving starts ...
12.78/12.88	c ============================[ Search Statistics ]============================
12.78/12.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.78/12.88	c       |         |          |          |    Limit     GC | Var      | Constra 
12.78/12.88	c =============================================================================
12.78/12.89	c  0.0s |       0 |        0 |        0 |    29492      0 |     1664 |     1769
12.88/12.92	c  0.0s |       0 |      342 |        0 |    29492      0 |     1664 |     1769
12.88/12.92	c #cpu_time = 0.032s
12.88/12.92	c #wall_clock_time = 0.032s
12.88/12.92	c #decision = 342
12.88/12.92	c #random_decision = 0
12.88/12.92	c #conflict = 0
12.88/12.92	c #restart = 0
12.88/12.92	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
12.88/12.92	c lower bound updated to 2298587027841
12.88/12.98	c BCD2: 2302294426272 <= obj <= 11808064005837
12.88/12.98	c BCD2: #cores=87, #unrelaxed=919, #relaxed=418, #hardened=0
12.88/12.98	c BCD2: #sat=1 #unsat=126 bias=126/127
12.88/12.98	c Solving starts ...
12.88/12.98	c ============================[ Search Statistics ]============================
12.88/12.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.88/12.98	c       |         |          |          |    Limit     GC | Var      | Constra 
12.88/12.98	c =============================================================================
12.88/12.98	c  0.0s |       0 |        0 |        0 |    29492      0 |     1664 |     1770
12.98/13.01	c  0.0s |       0 |      344 |        0 |    29492      0 |     1664 |     1770
12.98/13.01	c #cpu_time = 0.032s
12.98/13.01	c #wall_clock_time = 0.032s
12.98/13.01	c #decision = 344
12.98/13.01	c #random_decision = 0
12.98/13.01	c #conflict = 0
12.98/13.01	c #restart = 0
12.98/13.01	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
12.98/13.01	c lower bound updated to 2317124020001
12.98/13.07	c BCD2: 2320831418432 <= obj <= 11808064005837
12.98/13.07	c BCD2: #cores=88, #unrelaxed=916, #relaxed=421, #hardened=0
12.98/13.07	c BCD2: #sat=1 #unsat=127 bias=127/128
12.98/13.08	c Solving starts ...
12.98/13.08	c ============================[ Search Statistics ]============================
12.98/13.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.98/13.08	c       |         |          |          |    Limit     GC | Var      | Constra 
12.98/13.08	c =============================================================================
12.98/13.08	c  0.0s |       0 |        0 |        0 |    29492      0 |     1664 |     1771
13.08/13.11	c  0.0s |       0 |      348 |        0 |    29492      0 |     1664 |     1771
13.08/13.11	c #cpu_time = 0.032s
13.08/13.11	c #wall_clock_time = 0.032s
13.08/13.11	c #decision = 348
13.08/13.11	c #random_decision = 0
13.08/13.11	c #conflict = 0
13.08/13.11	c #restart = 0
13.08/13.11	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
13.08/13.11	c BCD2: refineLB: 36929164069 -> 37073984320
13.08/13.11	c lower bound updated to 2335661012161
13.08/13.17	c BCD2: 2339368410592 <= obj <= 11808064005837
13.08/13.17	c BCD2: #cores=88, #unrelaxed=912, #relaxed=425, #hardened=0
13.08/13.17	c BCD2: #sat=1 #unsat=128 bias=128/129
13.08/13.17	c Solving starts ...
13.08/13.17	c ============================[ Search Statistics ]============================
13.08/13.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.08/13.17	c       |         |          |          |    Limit     GC | Var      | Constra 
13.08/13.17	c =============================================================================
13.08/13.17	c  0.0s |       0 |        0 |        0 |    29492      0 |     1737 |     1771
13.19/13.21	c  0.0s |       0 |      348 |        0 |    29492      0 |     1737 |     1916
13.19/13.21	c #cpu_time = 0.036s
13.19/13.21	c #wall_clock_time = 0.036s
13.19/13.21	c #decision = 348
13.19/13.21	c #random_decision = 0
13.19/13.21	c #conflict = 0
13.19/13.21	c #restart = 0
13.19/13.21	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
13.19/13.21	c BCD2: refineLB: 18536992161 -> 37073984320
13.19/13.21	c lower bound updated to 2354198004321
13.19/13.26	c BCD2: 2357905402752 <= obj <= 11808064005837
13.19/13.26	c BCD2: #cores=88, #unrelaxed=908, #relaxed=429, #hardened=0
13.19/13.26	c BCD2: #sat=1 #unsat=129 bias=129/130
13.19/13.27	c Solving starts ...
13.19/13.27	c ============================[ Search Statistics ]============================
13.19/13.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.19/13.27	c       |         |          |          |    Limit     GC | Var      | Constra 
13.19/13.27	c =============================================================================
13.19/13.27	c  0.0s |       0 |        0 |        0 |    29492      0 |     1738 |     1916
13.29/13.31	c  0.0s |       0 |      346 |        0 |    29492      0 |     1738 |     1917
13.29/13.31	c #cpu_time = 0.032s
13.29/13.31	c #wall_clock_time = 0.032s
13.29/13.31	c #decision = 346
13.29/13.31	c #random_decision = 0
13.29/13.31	c #conflict = 0
13.29/13.31	c #restart = 0
13.29/13.31	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
13.29/13.31	c lower bound updated to 2372734996481
13.29/13.37	c BCD2: 2376442394912 <= obj <= 11808064005837
13.29/13.37	c BCD2: #cores=89, #unrelaxed=905, #relaxed=432, #hardened=0
13.29/13.37	c BCD2: #sat=1 #unsat=130 bias=130/131
13.29/13.37	c Solving starts ...
13.29/13.37	c ============================[ Search Statistics ]============================
13.29/13.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.29/13.37	c       |         |          |          |    Limit     GC | Var      | Constra 
13.29/13.37	c =============================================================================
13.29/13.37	c  0.0s |       0 |        0 |        0 |    29492      0 |     1738 |     1918
13.38/13.40	c  0.0s |       0 |      345 |        0 |    29492      0 |     1738 |     1918
13.38/13.40	c #cpu_time = 0.033s
13.38/13.40	c #wall_clock_time = 0.033s
13.38/13.40	c #decision = 345
13.38/13.40	c #random_decision = 0
13.38/13.40	c #conflict = 0
13.38/13.40	c #restart = 0
13.38/13.40	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
13.38/13.40	c lower bound updated to 2391271988641
13.38/13.46	c BCD2: 2394979387072 <= obj <= 11808064005837
13.38/13.46	c BCD2: #cores=90, #unrelaxed=902, #relaxed=435, #hardened=0
13.38/13.46	c BCD2: #sat=1 #unsat=131 bias=131/132
13.38/13.47	c Solving starts ...
13.38/13.47	c ============================[ Search Statistics ]============================
13.38/13.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.38/13.47	c       |         |          |          |    Limit     GC | Var      | Constra 
13.38/13.47	c =============================================================================
13.38/13.47	c  0.0s |       0 |        0 |        0 |    29492      0 |     1738 |     1919
13.48/13.51	c  0.0s |       0 |      346 |        0 |    29492      0 |     1738 |     1919
13.48/13.51	c #cpu_time = 0.033s
13.48/13.51	c #wall_clock_time = 0.033s
13.48/13.51	c #decision = 346
13.48/13.51	c #random_decision = 0
13.48/13.51	c #conflict = 0
13.48/13.51	c #restart = 0
13.48/13.51	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
13.48/13.51	c lower bound updated to 2409808980801
13.48/13.57	c BCD2: 2413516379232 <= obj <= 11808064005837
13.48/13.57	c BCD2: #cores=91, #unrelaxed=899, #relaxed=438, #hardened=0
13.48/13.57	c BCD2: #sat=1 #unsat=132 bias=132/133
13.48/13.57	c Solving starts ...
13.48/13.57	c ============================[ Search Statistics ]============================
13.48/13.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.48/13.57	c       |         |          |          |    Limit     GC | Var      | Constra 
13.48/13.57	c =============================================================================
13.48/13.57	c  0.0s |       0 |        0 |        0 |    29492      0 |     1738 |     1920
13.58/13.60	c  0.0s |       0 |      345 |        0 |    29492      0 |     1738 |     1920
13.58/13.60	c #cpu_time = 0.034s
13.58/13.60	c #wall_clock_time = 0.034s
13.58/13.60	c #decision = 345
13.58/13.60	c #random_decision = 0
13.58/13.60	c #conflict = 0
13.58/13.60	c #restart = 0
13.58/13.60	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
13.58/13.60	c lower bound updated to 2428345972961
13.58/13.66	c BCD2: 2432053371392 <= obj <= 11808064005837
13.58/13.66	c BCD2: #cores=92, #unrelaxed=896, #relaxed=441, #hardened=0
13.58/13.66	c BCD2: #sat=1 #unsat=133 bias=133/134
13.58/13.67	c Solving starts ...
13.58/13.67	c ============================[ Search Statistics ]============================
13.58/13.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.58/13.67	c       |         |          |          |    Limit     GC | Var      | Constra 
13.58/13.67	c =============================================================================
13.58/13.67	c  0.0s |       0 |        0 |        0 |    29492      0 |     1738 |     1921
13.68/13.71	c  0.0s |       0 |      346 |        0 |    29492      0 |     1738 |     1921
13.68/13.71	c #cpu_time = 0.033s
13.68/13.71	c #wall_clock_time = 0.033s
13.68/13.71	c #decision = 346
13.68/13.71	c #random_decision = 0
13.68/13.71	c #conflict = 0
13.68/13.71	c #restart = 0
13.68/13.71	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 13: cost of the new core is >=55610976480
13.68/13.71	c BCD2: refineLB: 55472640718 -> 55610976480
13.68/13.71	c lower bound updated to 2446882965121
13.68/13.76	c BCD2: 2450590363552 <= obj <= 11808064005837
13.68/13.76	c BCD2: #cores=92, #unrelaxed=890, #relaxed=447, #hardened=0
13.68/13.76	c BCD2: #sat=1 #unsat=134 bias=134/135
13.68/13.76	c Solving starts ...
13.68/13.76	c ============================[ Search Statistics ]============================
13.68/13.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.68/13.76	c       |         |          |          |    Limit     GC | Var      | Constra 
13.68/13.76	c =============================================================================
13.68/13.76	c  0.0s |       0 |        0 |        0 |    29492      0 |     1743 |     1921
13.78/13.80	c  0.0s |       0 |      344 |        0 |    29492      0 |     1743 |     1930
13.78/13.80	c #cpu_time = 0.036s
13.78/13.80	c #wall_clock_time = 0.036s
13.78/13.80	c #decision = 344
13.78/13.80	c #random_decision = 0
13.78/13.80	c #conflict = 0
13.78/13.80	c #restart = 0
13.78/13.80	c BCD2: relaxing 7 and merging with 4 cores into a new core of size 19: cost of the new core is >=92684960800
13.78/13.80	c BCD2: refineLB: 74147968641 -> 92684960800
13.78/13.80	c lower bound updated to 2465419957281
13.78/13.86	c BCD2: 2469127355712 <= obj <= 11808064005837
13.78/13.86	c BCD2: #cores=89, #unrelaxed=883, #relaxed=454, #hardened=0
13.78/13.86	c BCD2: #sat=1 #unsat=135 bias=135/136
13.78/13.86	c Solving starts ...
13.78/13.86	c ============================[ Search Statistics ]============================
13.78/13.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.78/13.86	c       |         |          |          |    Limit     GC | Var      | Constra 
13.78/13.86	c =============================================================================
13.78/13.87	c  0.0s |       0 |        0 |        0 |    29492      0 |     1909 |     1930
13.88/13.90	c  0.0s |       0 |      335 |        0 |    29492      0 |     1909 |     2258
13.88/13.90	c #cpu_time = 0.033s
13.88/13.90	c #wall_clock_time = 0.033s
13.88/13.90	c #decision = 335
13.88/13.90	c #random_decision = 0
13.88/13.90	c #conflict = 0
13.88/13.90	c #restart = 0
13.88/13.90	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
13.88/13.90	c lower bound updated to 2483956949441
13.88/13.96	c BCD2: 2487664347872 <= obj <= 11808064005837
13.88/13.96	c BCD2: #cores=90, #unrelaxed=880, #relaxed=457, #hardened=0
13.88/13.96	c BCD2: #sat=1 #unsat=136 bias=136/137
13.88/13.97	c Solving starts ...
13.88/13.97	c ============================[ Search Statistics ]============================
13.88/13.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.88/13.97	c       |         |          |          |    Limit     GC | Var      | Constra 
13.88/13.97	c =============================================================================
13.88/13.97	c  0.0s |       0 |        0 |        0 |    29492      0 |     1909 |     2259
13.98/14.00	c  0.0s |       0 |      338 |        0 |    29492      0 |     1909 |     2259
13.98/14.00	c #cpu_time = 0.033s
13.98/14.00	c #wall_clock_time = 0.033s
13.98/14.00	c #decision = 338
13.98/14.00	c #random_decision = 0
13.98/14.00	c #conflict = 0
13.98/14.00	c #restart = 0
13.98/14.00	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
13.98/14.00	c BCD2: refineLB: 18536992161 -> 37073984320
13.98/14.00	c lower bound updated to 2502493941601
13.98/14.05	c BCD2: 2506201340032 <= obj <= 11808064005837
13.98/14.05	c BCD2: #cores=90, #unrelaxed=876, #relaxed=461, #hardened=0
13.98/14.05	c BCD2: #sat=1 #unsat=137 bias=137/138
13.98/14.06	c Solving starts ...
13.98/14.06	c ============================[ Search Statistics ]============================
13.98/14.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.98/14.06	c       |         |          |          |    Limit     GC | Var      | Constra 
13.98/14.06	c =============================================================================
13.98/14.07	c  0.0s |       0 |        0 |        0 |    29492      0 |     1910 |     2259
14.08/14.10	c  0.0s |       0 |      337 |        0 |    29492      0 |     1910 |     2260
14.08/14.10	c #cpu_time = 0.032s
14.08/14.10	c #wall_clock_time = 0.032s
14.08/14.10	c #decision = 337
14.08/14.10	c #random_decision = 0
14.08/14.10	c #conflict = 0
14.08/14.10	c #restart = 0
14.08/14.10	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=55610976480
14.08/14.10	c BCD2: refineLB: 55476650450 -> 55610976480
14.08/14.10	c lower bound updated to 2521030933761
14.08/14.15	c BCD2: 2524738332192 <= obj <= 11808064005837
14.08/14.15	c BCD2: #cores=89, #unrelaxed=871, #relaxed=466, #hardened=0
14.08/14.15	c BCD2: #sat=1 #unsat=138 bias=138/139
14.08/14.16	c Solving starts ...
14.08/14.16	c ============================[ Search Statistics ]============================
14.08/14.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.08/14.16	c       |         |          |          |    Limit     GC | Var      | Constra 
14.08/14.16	c =============================================================================
14.08/14.16	c  0.0s |       0 |        0 |        0 |    29492      0 |     2043 |     2260
14.08/14.19	c  0.0s |       0 |      334 |        0 |    29492      0 |     2043 |     2524
14.08/14.19	c #cpu_time = 0.036s
14.08/14.19	c #wall_clock_time = 0.036s
14.08/14.19	c #decision = 334
14.08/14.19	c #random_decision = 0
14.08/14.19	c #conflict = 0
14.08/14.19	c #restart = 0
14.08/14.19	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
14.08/14.19	c BCD2: refineLB: 36940624665 -> 37073984320
14.08/14.19	c lower bound updated to 2539567925921
14.18/14.25	c BCD2: 2543275324352 <= obj <= 11808064005837
14.18/14.25	c BCD2: #cores=89, #unrelaxed=867, #relaxed=470, #hardened=0
14.18/14.25	c BCD2: #sat=1 #unsat=139 bias=139/140
14.18/14.25	c Solving starts ...
14.18/14.25	c ============================[ Search Statistics ]============================
14.18/14.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.18/14.25	c       |         |          |          |    Limit     GC | Var      | Constra 
14.18/14.25	c =============================================================================
14.18/14.26	c  0.0s |       0 |        0 |        0 |    29492      0 |     2063 |     2524
14.18/14.29	c  0.0s |       0 |      338 |        0 |    29492      0 |     2063 |     2563
14.18/14.29	c #cpu_time = 0.033s
14.18/14.29	c #wall_clock_time = 0.033s
14.18/14.29	c #decision = 338
14.18/14.29	c #random_decision = 0
14.18/14.29	c #conflict = 0
14.18/14.29	c #restart = 0
14.18/14.29	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
14.18/14.29	c BCD2: refineLB: 36941577234 -> 37073984320
14.18/14.29	c lower bound updated to 2558104918081
14.29/14.35	c BCD2: 2561812316512 <= obj <= 11808064005837
14.29/14.35	c BCD2: #cores=89, #unrelaxed=863, #relaxed=474, #hardened=0
14.29/14.35	c BCD2: #sat=1 #unsat=140 bias=140/141
14.29/14.35	c Solving starts ...
14.29/14.35	c ============================[ Search Statistics ]============================
14.29/14.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.29/14.35	c       |         |          |          |    Limit     GC | Var      | Constra 
14.29/14.35	c =============================================================================
14.29/14.35	c  0.0s |       0 |        0 |        0 |    29492      0 |     2126 |     2563
14.29/14.39	c  0.0s |       0 |      335 |        0 |    29492      0 |     2126 |     2688
14.29/14.39	c #cpu_time = 0.035s
14.29/14.39	c #wall_clock_time = 0.035s
14.29/14.39	c #decision = 335
14.29/14.39	c #random_decision = 0
14.29/14.39	c #conflict = 0
14.29/14.39	c #restart = 0
14.29/14.39	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
14.29/14.39	c lower bound updated to 2576641910241
14.39/14.45	c BCD2: 2580349308672 <= obj <= 11808064005837
14.39/14.45	c BCD2: #cores=90, #unrelaxed=860, #relaxed=477, #hardened=0
14.39/14.45	c BCD2: #sat=1 #unsat=141 bias=141/142
14.39/14.45	c Solving starts ...
14.39/14.45	c ============================[ Search Statistics ]============================
14.39/14.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.39/14.45	c       |         |          |          |    Limit     GC | Var      | Constra 
14.39/14.45	c =============================================================================
14.39/14.46	c  0.0s |       0 |        0 |        0 |    29492      0 |     2126 |     2689
14.39/14.49	c  0.0s |       0 |      337 |        0 |    29492      0 |     2126 |     2689
14.39/14.49	c #cpu_time = 0.033s
14.39/14.49	c #wall_clock_time = 0.033s
14.39/14.49	c #decision = 337
14.39/14.49	c #random_decision = 0
14.39/14.49	c #conflict = 0
14.39/14.49	c #restart = 0
14.39/14.49	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
14.39/14.49	c lower bound updated to 2595178902401
14.48/14.55	c BCD2: 2598886300832 <= obj <= 11808064005837
14.48/14.55	c BCD2: #cores=91, #unrelaxed=857, #relaxed=480, #hardened=0
14.48/14.55	c BCD2: #sat=1 #unsat=142 bias=142/143
14.48/14.55	c Solving starts ...
14.48/14.55	c ============================[ Search Statistics ]============================
14.48/14.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.48/14.55	c       |         |          |          |    Limit     GC | Var      | Constra 
14.48/14.55	c =============================================================================
14.48/14.55	c  0.0s |       0 |        0 |        0 |    29492      0 |     2126 |     2690
14.48/14.59	c  0.0s |       0 |      336 |        0 |    29492      0 |     2126 |     2690
14.48/14.59	c #cpu_time = 0.032s
14.48/14.59	c #wall_clock_time = 0.032s
14.48/14.59	c #decision = 336
14.48/14.59	c #random_decision = 0
14.48/14.59	c #conflict = 0
14.48/14.59	c #restart = 0
14.48/14.59	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
14.48/14.59	c lower bound updated to 2613715894561
14.58/14.65	c BCD2: 2617423292992 <= obj <= 11808064005837
14.58/14.65	c BCD2: #cores=92, #unrelaxed=854, #relaxed=483, #hardened=0
14.58/14.65	c BCD2: #sat=1 #unsat=143 bias=143/144
14.58/14.65	c Solving starts ...
14.58/14.65	c ============================[ Search Statistics ]============================
14.58/14.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.58/14.65	c       |         |          |          |    Limit     GC | Var      | Constra 
14.58/14.65	c =============================================================================
14.58/14.66	c  0.0s |       0 |        0 |        0 |    29492      0 |     2126 |     2691
14.58/14.69	c  0.0s |       0 |      338 |        0 |    29492      0 |     2126 |     2691
14.58/14.69	c #cpu_time = 0.034s
14.58/14.69	c #wall_clock_time = 0.034s
14.58/14.69	c #decision = 338
14.58/14.69	c #random_decision = 0
14.58/14.69	c #conflict = 0
14.58/14.69	c #restart = 0
14.58/14.69	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
14.58/14.69	c BCD2: refineLB: 36945255208 -> 37073984320
14.58/14.69	c lower bound updated to 2632252886721
14.68/14.74	c BCD2: 2635960285152 <= obj <= 11808064005837
14.68/14.74	c BCD2: #cores=92, #unrelaxed=850, #relaxed=487, #hardened=0
14.68/14.75	c BCD2: #sat=1 #unsat=144 bias=144/145
14.68/14.75	c Solving starts ...
14.68/14.75	c ============================[ Search Statistics ]============================
14.68/14.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.68/14.75	c       |         |          |          |    Limit     GC | Var      | Constra 
14.68/14.75	c =============================================================================
14.68/14.75	c  0.0s |       0 |        0 |        0 |    29492      0 |     2236 |     2691
14.68/14.79	c  0.0s |       0 |      336 |        0 |    29492      0 |     2236 |     2910
14.68/14.79	c #cpu_time = 0.036s
14.68/14.79	c #wall_clock_time = 0.036s
14.68/14.79	c #decision = 336
14.68/14.79	c #random_decision = 0
14.68/14.79	c #conflict = 0
14.68/14.79	c #restart = 0
14.68/14.79	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=55610976480
14.68/14.79	c BCD2: refineLB: 37073984321 -> 55610976480
14.68/14.79	c lower bound updated to 2650789878881
14.78/14.84	c BCD2: 2654497277312 <= obj <= 11808064005837
14.78/14.84	c BCD2: #cores=91, #unrelaxed=845, #relaxed=492, #hardened=0
14.78/14.84	c BCD2: #sat=1 #unsat=145 bias=145/146
14.78/14.84	c Solving starts ...
14.78/14.84	c ============================[ Search Statistics ]============================
14.78/14.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.78/14.84	c       |         |          |          |    Limit     GC | Var      | Constra 
14.78/14.84	c =============================================================================
14.78/14.85	c  0.0s |       0 |        0 |        0 |    29492      0 |     2262 |     2910
14.78/14.89	c  0.0s |       0 |      333 |        0 |    29492      0 |     2262 |     2960
14.78/14.89	c #cpu_time = 0.034s
14.78/14.89	c #wall_clock_time = 0.034s
14.78/14.89	c #decision = 333
14.78/14.89	c #random_decision = 0
14.78/14.89	c #conflict = 0
14.78/14.89	c #restart = 0
14.78/14.89	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
14.78/14.89	c BCD2: refineLB: 36947018621 -> 37073984320
14.78/14.89	c lower bound updated to 2669326871041
14.89/14.94	c BCD2: 2673034269472 <= obj <= 11808064005837
14.89/14.94	c BCD2: #cores=91, #unrelaxed=841, #relaxed=496, #hardened=0
14.89/14.94	c BCD2: #sat=1 #unsat=146 bias=146/147
14.89/14.94	c Solving starts ...
14.89/14.94	c ============================[ Search Statistics ]============================
14.89/14.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.89/14.94	c       |         |          |          |    Limit     GC | Var      | Constra 
14.89/14.94	c =============================================================================
14.89/14.94	c  0.0s |       0 |        0 |        0 |    29492      0 |     2305 |     2960
14.89/14.98	c  0.0s |       0 |      334 |        0 |    29492      0 |     2305 |     3045
14.89/14.98	c #cpu_time = 0.036s
14.89/14.98	c #wall_clock_time = 0.036s
14.89/14.98	c #decision = 334
14.89/14.98	c #random_decision = 0
14.89/14.98	c #conflict = 0
14.89/14.98	c #restart = 0
14.89/14.98	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
14.89/14.98	c lower bound updated to 2687863863201
14.99/15.04	c BCD2: 2691571261632 <= obj <= 11808064005837
14.99/15.04	c BCD2: #cores=92, #unrelaxed=838, #relaxed=499, #hardened=0
14.99/15.04	c BCD2: #sat=1 #unsat=147 bias=147/148
14.99/15.04	c Solving starts ...
14.99/15.04	c ============================[ Search Statistics ]============================
14.99/15.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.99/15.04	c       |         |          |          |    Limit     GC | Var      | Constra 
14.99/15.04	c =============================================================================
14.99/15.05	c  0.0s |       0 |        0 |        0 |    29492      0 |     2305 |     3046
14.99/15.09	c  0.0s |       0 |      335 |        0 |    29492      0 |     2305 |     3046
14.99/15.09	c #cpu_time = 0.033s
14.99/15.09	c #wall_clock_time = 0.033s
14.99/15.09	c #decision = 335
14.99/15.09	c #random_decision = 0
14.99/15.09	c #conflict = 0
14.99/15.09	c #restart = 0
14.99/15.09	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
14.99/15.09	c lower bound updated to 2706400855361
15.09/15.14	c BCD2: 2710108253792 <= obj <= 11808064005837
15.09/15.14	c BCD2: #cores=93, #unrelaxed=835, #relaxed=502, #hardened=0
15.09/15.14	c BCD2: #sat=1 #unsat=148 bias=148/149
15.09/15.15	c Solving starts ...
15.09/15.15	c ============================[ Search Statistics ]============================
15.09/15.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.09/15.15	c       |         |          |          |    Limit     GC | Var      | Constra 
15.09/15.15	c =============================================================================
15.09/15.15	c  0.0s |       0 |        0 |        0 |    29492      0 |     2305 |     3047
15.09/15.18	c  0.0s |       0 |      338 |        0 |    29492      0 |     2305 |     3047
15.09/15.18	c #cpu_time = 0.034s
15.09/15.18	c #wall_clock_time = 0.034s
15.09/15.18	c #decision = 338
15.09/15.18	c #random_decision = 0
15.09/15.18	c #conflict = 0
15.09/15.18	c #restart = 0
15.09/15.18	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
15.09/15.18	c BCD2: refineLB: 36949574977 -> 37073984320
15.09/15.18	c lower bound updated to 2724937847521
15.19/15.24	c BCD2: 2728645245952 <= obj <= 11808064005837
15.19/15.24	c BCD2: #cores=93, #unrelaxed=831, #relaxed=506, #hardened=0
15.19/15.24	c BCD2: #sat=1 #unsat=149 bias=149/150
15.19/15.24	c Solving starts ...
15.19/15.24	c ============================[ Search Statistics ]============================
15.19/15.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.19/15.24	c       |         |          |          |    Limit     GC | Var      | Constra 
15.19/15.24	c =============================================================================
15.19/15.25	c  0.0s |       0 |        0 |        0 |    29492      0 |     2361 |     3047
15.19/15.29	c  0.0s |       0 |      337 |        0 |    29492      0 |     2361 |     3158
15.19/15.29	c #cpu_time = 0.035s
15.19/15.29	c #wall_clock_time = 0.035s
15.19/15.29	c #decision = 337
15.19/15.29	c #random_decision = 0
15.19/15.29	c #conflict = 0
15.19/15.29	c #restart = 0
15.19/15.29	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
15.19/15.29	c lower bound updated to 2743474839681
15.29/15.35	c BCD2: 2747182238112 <= obj <= 11808064005837
15.29/15.35	c BCD2: #cores=94, #unrelaxed=828, #relaxed=509, #hardened=0
15.29/15.35	c BCD2: #sat=1 #unsat=150 bias=150/151
15.29/15.35	c Solving starts ...
15.29/15.35	c ============================[ Search Statistics ]============================
15.29/15.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.29/15.35	c       |         |          |          |    Limit     GC | Var      | Constra 
15.29/15.35	c =============================================================================
15.29/15.35	c  0.0s |       0 |        0 |        0 |    29492      0 |     2361 |     3159
15.29/15.38	c  0.0s |       0 |      339 |        0 |    29492      0 |     2361 |     3159
15.29/15.38	c #cpu_time = 0.035s
15.29/15.38	c #wall_clock_time = 0.035s
15.29/15.38	c #decision = 339
15.29/15.38	c #random_decision = 0
15.29/15.38	c #conflict = 0
15.29/15.38	c #restart = 0
15.29/15.38	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
15.29/15.38	c lower bound updated to 2762011831841
15.40/15.44	c BCD2: 2765719230272 <= obj <= 11808064005837
15.40/15.44	c BCD2: #cores=95, #unrelaxed=825, #relaxed=512, #hardened=0
15.40/15.44	c BCD2: #sat=1 #unsat=151 bias=151/152
15.40/15.45	c Solving starts ...
15.40/15.45	c ============================[ Search Statistics ]============================
15.40/15.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.40/15.45	c       |         |          |          |    Limit     GC | Var      | Constra 
15.40/15.45	c =============================================================================
15.40/15.45	c  0.0s |       0 |        0 |        0 |    29492      0 |     2361 |     3160
15.40/15.49	c  0.0s |       0 |      340 |        0 |    29492      0 |     2361 |     3160
15.40/15.49	c #cpu_time = 0.035s
15.40/15.49	c #wall_clock_time = 0.035s
15.40/15.49	c #decision = 340
15.40/15.49	c #random_decision = 0
15.40/15.49	c #conflict = 0
15.40/15.49	c #restart = 0
15.40/15.49	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
15.40/15.49	c lower bound updated to 2780548824001
15.50/15.55	c BCD2: 2784256222432 <= obj <= 11808064005837
15.50/15.55	c BCD2: #cores=96, #unrelaxed=822, #relaxed=515, #hardened=0
15.50/15.55	c BCD2: #sat=1 #unsat=152 bias=152/153
15.50/15.55	c Solving starts ...
15.50/15.55	c ============================[ Search Statistics ]============================
15.50/15.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.50/15.55	c       |         |          |          |    Limit     GC | Var      | Constra 
15.50/15.55	c =============================================================================
15.50/15.55	c  0.0s |       0 |        0 |        0 |    29492      0 |     2361 |     3161
15.50/15.59	c  0.0s |       0 |      341 |        0 |    29492      0 |     2361 |     3161
15.50/15.59	c #cpu_time = 0.035s
15.50/15.59	c #wall_clock_time = 0.035s
15.50/15.59	c #decision = 341
15.50/15.59	c #random_decision = 0
15.50/15.59	c #conflict = 0
15.50/15.59	c #restart = 0
15.50/15.59	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
15.50/15.59	c lower bound updated to 2799085816161
15.59/15.65	c BCD2: 2802793214592 <= obj <= 11808064005837
15.59/15.65	c BCD2: #cores=97, #unrelaxed=819, #relaxed=518, #hardened=0
15.59/15.65	c BCD2: #sat=1 #unsat=153 bias=153/154
15.59/15.65	c Solving starts ...
15.59/15.65	c ============================[ Search Statistics ]============================
15.59/15.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.59/15.65	c       |         |          |          |    Limit     GC | Var      | Constra 
15.59/15.65	c =============================================================================
15.59/15.66	c  0.0s |       0 |        0 |        0 |    29492      0 |     2361 |     3162
15.59/15.70	c  0.0s |       0 |      342 |        0 |    29492      0 |     2361 |     3162
15.59/15.70	c #cpu_time = 0.036s
15.59/15.70	c #wall_clock_time = 0.036s
15.59/15.70	c #decision = 342
15.59/15.70	c #random_decision = 0
15.59/15.70	c #conflict = 0
15.59/15.70	c #restart = 0
15.59/15.70	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=55610976480
15.59/15.70	c BCD2: refineLB: 55490606402 -> 55610976480
15.59/15.70	c lower bound updated to 2817622808321
15.69/15.75	c BCD2: 2821330206752 <= obj <= 11808064005837
15.69/15.75	c BCD2: #cores=96, #unrelaxed=814, #relaxed=523, #hardened=0
15.69/15.75	c BCD2: #sat=1 #unsat=154 bias=154/155
15.69/15.75	c Solving starts ...
15.69/15.75	c ============================[ Search Statistics ]============================
15.69/15.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.69/15.75	c       |         |          |          |    Limit     GC | Var      | Constra 
15.69/15.75	c =============================================================================
15.69/15.75	c  0.0s |       0 |        0 |        0 |    29492      0 |     2442 |     3162
15.69/15.79	c  0.0s |       0 |      340 |        0 |    29492      0 |     2442 |     3322
15.69/15.79	c #cpu_time = 0.038s
15.69/15.79	c #wall_clock_time = 0.038s
15.69/15.79	c #decision = 340
15.69/15.79	c #random_decision = 0
15.69/15.79	c #conflict = 0
15.69/15.79	c #restart = 0
15.69/15.79	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
15.69/15.79	c lower bound updated to 2836159800481
15.79/15.85	c BCD2: 2839867198912 <= obj <= 11808064005837
15.79/15.85	c BCD2: #cores=97, #unrelaxed=811, #relaxed=526, #hardened=0
15.79/15.85	c BCD2: #sat=1 #unsat=155 bias=155/156
15.79/15.85	c Solving starts ...
15.79/15.85	c ============================[ Search Statistics ]============================
15.79/15.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.79/15.85	c       |         |          |          |    Limit     GC | Var      | Constra 
15.79/15.85	c =============================================================================
15.79/15.86	c  0.0s |       0 |        0 |        0 |    29492      0 |     2442 |     3323
15.89/15.90	c  0.0s |       0 |      341 |        0 |    29492      0 |     2442 |     3323
15.89/15.90	c #cpu_time = 0.035s
15.89/15.90	c #wall_clock_time = 0.035s
15.89/15.90	c #decision = 341
15.89/15.90	c #random_decision = 0
15.89/15.90	c #conflict = 0
15.89/15.90	c #restart = 0
15.89/15.90	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
15.89/15.90	c lower bound updated to 2854696792641
15.89/15.96	c BCD2: 2858404191072 <= obj <= 11808064005837
15.89/15.96	c BCD2: #cores=98, #unrelaxed=808, #relaxed=529, #hardened=0
15.89/15.96	c BCD2: #sat=1 #unsat=156 bias=156/157
15.89/15.96	c Solving starts ...
15.89/15.96	c ============================[ Search Statistics ]============================
15.89/15.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.89/15.96	c       |         |          |          |    Limit     GC | Var      | Constra 
15.89/15.96	c =============================================================================
15.89/15.96	c  0.0s |       0 |        0 |        0 |    29492      0 |     2442 |     3324
15.99/16.00	c  0.0s |       0 |      342 |        0 |    29492      0 |     2442 |     3324
15.99/16.00	c #cpu_time = 0.035s
15.99/16.00	c #wall_clock_time = 0.035s
15.99/16.00	c #decision = 342
15.99/16.00	c #random_decision = 0
15.99/16.00	c #conflict = 0
15.99/16.00	c #restart = 0
15.99/16.00	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=55610976480
15.99/16.00	c BCD2: refineLB: 55492906467 -> 55610976480
15.99/16.00	c lower bound updated to 2873233784801
15.99/16.05	c BCD2: 2876941183232 <= obj <= 11808064005837
15.99/16.05	c BCD2: #cores=97, #unrelaxed=803, #relaxed=534, #hardened=0
15.99/16.05	c BCD2: #sat=1 #unsat=157 bias=157/158
15.99/16.06	c Solving starts ...
15.99/16.06	c ============================[ Search Statistics ]============================
15.99/16.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.99/16.06	c       |         |          |          |    Limit     GC | Var      | Constra 
15.99/16.06	c =============================================================================
15.99/16.06	c  0.0s |       0 |        0 |        0 |    29492      0 |     2523 |     3324
16.09/16.10	c  0.0s |       0 |      339 |        0 |    29492      0 |     2523 |     3484
16.09/16.10	c #cpu_time = 0.035s
16.09/16.10	c #wall_clock_time = 0.035s
16.09/16.10	c #decision = 339
16.09/16.10	c #random_decision = 0
16.09/16.10	c #conflict = 0
16.09/16.10	c #restart = 0
16.09/16.10	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
16.09/16.10	c lower bound updated to 2891770776961
16.09/16.16	c BCD2: 2895478175392 <= obj <= 11808064005837
16.09/16.16	c BCD2: #cores=98, #unrelaxed=800, #relaxed=537, #hardened=0
16.09/16.16	c BCD2: #sat=1 #unsat=158 bias=158/159
16.09/16.16	c Solving starts ...
16.09/16.16	c ============================[ Search Statistics ]============================
16.09/16.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.09/16.16	c       |         |          |          |    Limit     GC | Var      | Constra 
16.09/16.16	c =============================================================================
16.09/16.16	c  0.0s |       0 |        0 |        0 |    29492      0 |     2523 |     3485
16.19/16.20	c  0.0s |       0 |      343 |        0 |    29492      0 |     2523 |     3485
16.19/16.20	c #cpu_time = 0.036s
16.19/16.20	c #wall_clock_time = 0.036s
16.19/16.20	c #decision = 343
16.19/16.20	c #random_decision = 0
16.19/16.20	c #conflict = 0
16.19/16.20	c #restart = 0
16.19/16.20	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
16.19/16.20	c lower bound updated to 2910307769121
16.19/16.26	c BCD2: 2914015167552 <= obj <= 11808064005837
16.19/16.26	c BCD2: #cores=99, #unrelaxed=797, #relaxed=540, #hardened=0
16.19/16.26	c BCD2: #sat=1 #unsat=159 bias=159/160
16.19/16.26	c Solving starts ...
16.19/16.26	c ============================[ Search Statistics ]============================
16.19/16.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.19/16.26	c       |         |          |          |    Limit     GC | Var      | Constra 
16.19/16.26	c =============================================================================
16.19/16.27	c  0.0s |       0 |        0 |        0 |    29492      0 |     2523 |     3486
16.29/16.31	c  0.0s |       0 |      347 |        0 |    29492      0 |     2523 |     3486
16.29/16.31	c #cpu_time = 0.036s
16.29/16.31	c #wall_clock_time = 0.036s
16.29/16.31	c #decision = 347
16.29/16.31	c #random_decision = 0
16.29/16.31	c #conflict = 0
16.29/16.31	c #restart = 0
16.29/16.31	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
16.29/16.31	c lower bound updated to 2928844761281
16.29/16.37	c BCD2: 2932552159712 <= obj <= 11808064005837
16.29/16.37	c BCD2: #cores=100, #unrelaxed=794, #relaxed=543, #hardened=0
16.29/16.37	c BCD2: #sat=1 #unsat=160 bias=160/161
16.29/16.37	c Solving starts ...
16.29/16.37	c ============================[ Search Statistics ]============================
16.29/16.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.29/16.37	c       |         |          |          |    Limit     GC | Var      | Constra 
16.29/16.37	c =============================================================================
16.29/16.37	c  0.0s |       0 |        0 |        0 |    29492      0 |     2523 |     3487
16.39/16.41	c  0.0s |       0 |      352 |        0 |    29492      0 |     2523 |     3487
16.39/16.41	c #cpu_time = 0.035s
16.39/16.41	c #wall_clock_time = 0.035s
16.39/16.41	c #decision = 352
16.39/16.41	c #random_decision = 0
16.39/16.41	c #conflict = 0
16.39/16.41	c #restart = 0
16.39/16.41	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
16.39/16.41	c BCD2: refineLB: 36958847723 -> 37073984320
16.39/16.41	c lower bound updated to 2947381753441
16.39/16.46	c BCD2: 2951089151872 <= obj <= 11808064005837
16.39/16.46	c BCD2: #cores=100, #unrelaxed=790, #relaxed=547, #hardened=0
16.39/16.46	c BCD2: #sat=1 #unsat=161 bias=161/162
16.39/16.46	c Solving starts ...
16.39/16.46	c ============================[ Search Statistics ]============================
16.39/16.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.39/16.46	c       |         |          |          |    Limit     GC | Var      | Constra 
16.39/16.46	c =============================================================================
16.39/16.47	c  0.0s |       0 |        0 |        0 |    29492      0 |     2571 |     3487
16.50/16.51	c  0.0s |       0 |      349 |        0 |    29492      0 |     2571 |     3582
16.50/16.51	c #cpu_time = 0.035s
16.50/16.51	c #wall_clock_time = 0.035s
16.50/16.51	c #decision = 349
16.50/16.51	c #random_decision = 0
16.50/16.51	c #conflict = 0
16.50/16.51	c #restart = 0
16.50/16.51	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
16.50/16.51	c lower bound updated to 2965918745601
16.50/16.57	c BCD2: 2969626144032 <= obj <= 11808064005837
16.50/16.57	c BCD2: #cores=101, #unrelaxed=787, #relaxed=550, #hardened=0
16.50/16.57	c BCD2: #sat=1 #unsat=162 bias=162/163
16.50/16.57	c Solving starts ...
16.50/16.57	c ============================[ Search Statistics ]============================
16.50/16.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.50/16.57	c       |         |          |          |    Limit     GC | Var      | Constra 
16.50/16.57	c =============================================================================
16.50/16.57	c  0.0s |       0 |        0 |        0 |    29492      0 |     2571 |     3583
16.60/16.61	c  0.0s |       0 |      350 |        0 |    29492      0 |     2571 |     3583
16.60/16.61	c #cpu_time = 0.035s
16.60/16.61	c #wall_clock_time = 0.035s
16.60/16.61	c #decision = 350
16.60/16.61	c #random_decision = 0
16.60/16.61	c #conflict = 0
16.60/16.61	c #restart = 0
16.60/16.61	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
16.60/16.61	c lower bound updated to 2984455737761
16.60/16.67	c BCD2: 2988163136192 <= obj <= 11808064005837
16.60/16.67	c BCD2: #cores=102, #unrelaxed=784, #relaxed=553, #hardened=0
16.60/16.67	c BCD2: #sat=1 #unsat=163 bias=163/164
16.60/16.67	c Solving starts ...
16.60/16.67	c ============================[ Search Statistics ]============================
16.60/16.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.60/16.67	c       |         |          |          |    Limit     GC | Var      | Constra 
16.60/16.67	c =============================================================================
16.60/16.68	c  0.0s |       0 |        0 |        0 |    29492      0 |     2571 |     3584
16.69/16.71	c  0.0s |       0 |      349 |        0 |    29492      0 |     2571 |     3584
16.69/16.71	c #cpu_time = 0.035s
16.69/16.71	c #wall_clock_time = 0.035s
16.69/16.71	c #decision = 349
16.69/16.71	c #random_decision = 0
16.69/16.71	c #conflict = 0
16.69/16.71	c #restart = 0
16.69/16.71	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
16.69/16.71	c lower bound updated to 3002992729921
16.69/16.77	c BCD2: 3006700128352 <= obj <= 11808064005837
16.69/16.77	c BCD2: #cores=103, #unrelaxed=781, #relaxed=556, #hardened=0
16.69/16.77	c BCD2: #sat=1 #unsat=164 bias=164/165
16.69/16.77	c Solving starts ...
16.69/16.77	c ============================[ Search Statistics ]============================
16.69/16.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.69/16.77	c       |         |          |          |    Limit     GC | Var      | Constra 
16.69/16.77	c =============================================================================
16.69/16.77	c  0.0s |       0 |        0 |        0 |    29492      0 |     2571 |     3585
16.79/16.81	c  0.0s |       0 |      352 |        1 |    29492      0 |     2571 |     3585
16.79/16.81	c #cpu_time = 0.036s
16.79/16.81	c #wall_clock_time = 0.036s
16.79/16.81	c #decision = 352
16.79/16.81	c #random_decision = 0
16.79/16.81	c #conflict = 1
16.79/16.81	c #restart = 0
16.79/16.81	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 13: cost of the new core is >=55610976480
16.79/16.81	c lower bound updated to 3021529722081
16.79/16.86	c BCD2: 3025237120512 <= obj <= 11808064005837
16.79/16.86	c BCD2: #cores=103, #unrelaxed=775, #relaxed=562, #hardened=0
16.79/16.86	c BCD2: #sat=1 #unsat=165 bias=165/166
16.79/16.87	c Solving starts ...
16.79/16.87	c ============================[ Search Statistics ]============================
16.79/16.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.79/16.87	c       |         |          |          |    Limit     GC | Var      | Constra 
16.79/16.87	c =============================================================================
16.79/16.88	c  0.0s |       0 |        0 |        0 |    29492      0 |     2640 |     3585
16.89/16.91	c  0.0s |       0 |      349 |        0 |    29492      0 |     2640 |     3722
16.89/16.91	c #cpu_time = 0.036s
16.89/16.91	c #wall_clock_time = 0.036s
16.89/16.91	c #decision = 349
16.89/16.91	c #random_decision = 0
16.89/16.91	c #conflict = 0
16.89/16.91	c #restart = 0
16.89/16.91	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
16.89/16.91	c lower bound updated to 3040066714241
16.89/16.97	c BCD2: 3043774112672 <= obj <= 11808064005837
16.89/16.97	c BCD2: #cores=104, #unrelaxed=772, #relaxed=565, #hardened=0
16.89/16.97	c BCD2: #sat=1 #unsat=166 bias=166/167
16.89/16.98	c Solving starts ...
16.89/16.98	c ============================[ Search Statistics ]============================
16.89/16.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.89/16.98	c       |         |          |          |    Limit     GC | Var      | Constra 
16.89/16.98	c =============================================================================
16.89/16.98	c  0.0s |       0 |        0 |        0 |    29492      0 |     2640 |     3723
16.99/17.01	c  0.0s |       0 |      348 |        0 |    29492      0 |     2640 |     3723
16.99/17.01	c #cpu_time = 0.035s
16.99/17.01	c #wall_clock_time = 0.035s
16.99/17.01	c #decision = 348
16.99/17.01	c #random_decision = 0
16.99/17.01	c #conflict = 0
16.99/17.01	c #restart = 0
16.99/17.01	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
16.99/17.01	c lower bound updated to 3058603706401
16.99/17.07	c BCD2: 3062311104832 <= obj <= 11808064005837
16.99/17.07	c BCD2: #cores=105, #unrelaxed=769, #relaxed=568, #hardened=0
16.99/17.07	c BCD2: #sat=1 #unsat=167 bias=167/168
16.99/17.08	c Solving starts ...
16.99/17.08	c ============================[ Search Statistics ]============================
16.99/17.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.99/17.08	c       |         |          |          |    Limit     GC | Var      | Constra 
16.99/17.08	c =============================================================================
16.99/17.08	c  0.0s |       0 |        0 |        0 |    29492      0 |     2640 |     3724
17.09/17.12	c  0.0s |       0 |      350 |        0 |    29492      0 |     2640 |     3724
17.09/17.12	c #cpu_time = 0.036s
17.09/17.12	c #wall_clock_time = 0.036s
17.09/17.12	c #decision = 350
17.09/17.12	c #random_decision = 0
17.09/17.12	c #conflict = 0
17.09/17.12	c #restart = 0
17.09/17.12	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
17.09/17.12	c lower bound updated to 3077140698561
17.09/17.18	c BCD2: 3080848096992 <= obj <= 11808064005837
17.09/17.18	c BCD2: #cores=106, #unrelaxed=766, #relaxed=571, #hardened=0
17.09/17.18	c BCD2: #sat=1 #unsat=168 bias=168/169
17.09/17.18	c Solving starts ...
17.09/17.18	c ============================[ Search Statistics ]============================
17.09/17.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.09/17.18	c       |         |          |          |    Limit     GC | Var      | Constra 
17.09/17.18	c =============================================================================
17.09/17.18	c  0.0s |       0 |        0 |        0 |    29492      0 |     2640 |     3725
17.19/17.22	c  0.0s |       0 |      351 |        0 |    29492      0 |     2640 |     3725
17.19/17.22	c #cpu_time = 0.037s
17.19/17.22	c #wall_clock_time = 0.037s
17.19/17.22	c #decision = 351
17.19/17.22	c #random_decision = 0
17.19/17.22	c #conflict = 0
17.19/17.22	c #restart = 0
17.19/17.22	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
17.19/17.22	c lower bound updated to 3095677690721
17.19/17.28	c BCD2: 3099385089152 <= obj <= 11808064005837
17.19/17.28	c BCD2: #cores=107, #unrelaxed=763, #relaxed=574, #hardened=0
17.19/17.28	c BCD2: #sat=1 #unsat=169 bias=169/170
17.19/17.28	c Solving starts ...
17.19/17.28	c ============================[ Search Statistics ]============================
17.19/17.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.19/17.28	c       |         |          |          |    Limit     GC | Var      | Constra 
17.19/17.28	c =============================================================================
17.19/17.29	c  0.0s |       0 |        0 |        0 |    29492      0 |     2640 |     3726
17.29/17.33	c  0.0s |       0 |      352 |        0 |    29492      0 |     2640 |     3726
17.29/17.33	c #cpu_time = 0.037s
17.29/17.33	c #wall_clock_time = 0.037s
17.29/17.33	c #decision = 352
17.29/17.33	c #random_decision = 0
17.29/17.33	c #conflict = 0
17.29/17.33	c #restart = 0
17.29/17.33	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
17.29/17.33	c lower bound updated to 3114214682881
17.29/17.39	c BCD2: 3117922081312 <= obj <= 11808064005837
17.29/17.39	c BCD2: #cores=108, #unrelaxed=760, #relaxed=577, #hardened=0
17.29/17.39	c BCD2: #sat=1 #unsat=170 bias=170/171
17.29/17.39	c Solving starts ...
17.29/17.39	c ============================[ Search Statistics ]============================
17.29/17.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.29/17.39	c       |         |          |          |    Limit     GC | Var      | Constra 
17.29/17.39	c =============================================================================
17.29/17.39	c  0.0s |       0 |        0 |        0 |    29492      0 |     2640 |     3727
17.39/17.43	c  0.0s |       0 |      352 |        0 |    29492      0 |     2640 |     3727
17.39/17.43	c #cpu_time = 0.037s
17.39/17.43	c #wall_clock_time = 0.037s
17.39/17.43	c #decision = 352
17.39/17.43	c #random_decision = 0
17.39/17.43	c #conflict = 0
17.39/17.43	c #restart = 0
17.39/17.43	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
17.39/17.43	c lower bound updated to 3132751675041
17.39/17.49	c BCD2: 3136459073472 <= obj <= 11808064005837
17.39/17.49	c BCD2: #cores=109, #unrelaxed=757, #relaxed=580, #hardened=0
17.39/17.49	c BCD2: #sat=1 #unsat=171 bias=171/172
17.39/17.49	c Solving starts ...
17.39/17.49	c ============================[ Search Statistics ]============================
17.39/17.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.39/17.49	c       |         |          |          |    Limit     GC | Var      | Constra 
17.39/17.49	c =============================================================================
17.39/17.50	c  0.0s |       0 |        0 |        0 |    29492      0 |     2640 |     3728
17.49/17.53	c  0.0s |       0 |      354 |        0 |    29492      0 |     2640 |     3728
17.49/17.53	c #cpu_time = 0.037s
17.49/17.53	c #wall_clock_time = 0.037s
17.49/17.53	c #decision = 354
17.49/17.53	c #random_decision = 0
17.49/17.53	c #conflict = 0
17.49/17.53	c #restart = 0
17.49/17.53	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
17.49/17.53	c lower bound updated to 3151288667201
17.49/17.59	c BCD2: 3154996065632 <= obj <= 11808064005837
17.49/17.59	c BCD2: #cores=110, #unrelaxed=754, #relaxed=583, #hardened=0
17.49/17.59	c BCD2: #sat=1 #unsat=172 bias=172/173
17.49/17.60	c Solving starts ...
17.49/17.60	c ============================[ Search Statistics ]============================
17.49/17.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.49/17.60	c       |         |          |          |    Limit     GC | Var      | Constra 
17.49/17.60	c =============================================================================
17.49/17.60	c  0.0s |       0 |        0 |        0 |    29492      0 |     2640 |     3729
17.60/17.64	c  0.0s |       0 |      354 |        0 |    29492      0 |     2640 |     3729
17.60/17.64	c #cpu_time = 0.037s
17.60/17.64	c #wall_clock_time = 0.037s
17.60/17.64	c #decision = 354
17.60/17.64	c #random_decision = 0
17.60/17.64	c #conflict = 0
17.60/17.64	c #restart = 0
17.60/17.64	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
17.60/17.64	c lower bound updated to 3169825659361
17.60/17.69	c BCD2: 3173533057792 <= obj <= 11808064005837
17.60/17.69	c BCD2: #cores=111, #unrelaxed=751, #relaxed=586, #hardened=0
17.60/17.69	c BCD2: #sat=1 #unsat=173 bias=173/174
17.60/17.70	c Solving starts ...
17.60/17.70	c ============================[ Search Statistics ]============================
17.60/17.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.60/17.70	c       |         |          |          |    Limit     GC | Var      | Constra 
17.60/17.70	c =============================================================================
17.70/17.71	c  0.0s |       0 |        0 |        0 |    29492      0 |     2640 |     3730
17.70/17.74	c  0.0s |       0 |      356 |        0 |    29492      0 |     2640 |     3730
17.70/17.74	c #cpu_time = 0.038s
17.70/17.74	c #wall_clock_time = 0.038s
17.70/17.74	c #decision = 356
17.70/17.74	c #random_decision = 0
17.70/17.74	c #conflict = 0
17.70/17.74	c #restart = 0
17.70/17.74	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
17.70/17.74	c lower bound updated to 3188362651521
17.79/17.80	c BCD2: 3192070049952 <= obj <= 11808064005837
17.79/17.80	c BCD2: #cores=112, #unrelaxed=748, #relaxed=589, #hardened=0
17.79/17.80	c BCD2: #sat=1 #unsat=174 bias=174/175
17.79/17.81	c Solving starts ...
17.79/17.81	c ============================[ Search Statistics ]============================
17.79/17.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.79/17.81	c       |         |          |          |    Limit     GC | Var      | Constra 
17.79/17.81	c =============================================================================
17.79/17.81	c  0.0s |       0 |        0 |        0 |    29492      0 |     2640 |     3731
17.79/17.85	c  0.0s |       0 |      357 |        0 |    29492      0 |     2640 |     3731
17.79/17.85	c #cpu_time = 0.038s
17.79/17.85	c #wall_clock_time = 0.038s
17.79/17.85	c #decision = 357
17.79/17.85	c #random_decision = 0
17.79/17.85	c #conflict = 0
17.79/17.85	c #restart = 0
17.79/17.85	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
17.79/17.85	c lower bound updated to 3206899643681
17.89/17.91	c BCD2: 3210607042112 <= obj <= 11808064005837
17.89/17.91	c BCD2: #cores=113, #unrelaxed=745, #relaxed=592, #hardened=0
17.89/17.91	c BCD2: #sat=1 #unsat=175 bias=175/176
17.89/17.91	c Solving starts ...
17.89/17.91	c ============================[ Search Statistics ]============================
17.89/17.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.89/17.91	c       |         |          |          |    Limit     GC | Var      | Constra 
17.89/17.91	c =============================================================================
17.89/17.92	c  0.0s |       0 |        0 |        0 |    29492      0 |     2640 |     3732
17.89/17.96	c  0.0s |       0 |      358 |        1 |    29492      0 |     2640 |     3732
17.89/17.96	c #cpu_time = 0.039s
17.89/17.96	c #wall_clock_time = 0.039s
17.89/17.96	c #decision = 358
17.89/17.96	c #random_decision = 0
17.89/17.96	c #conflict = 1
17.89/17.96	c #restart = 0
17.89/17.96	c BCD2: relaxing 14 and merging with 9 cores into a new core of size 50: cost of the new core is >=222443905920
17.89/17.96	c BCD2: refineLB: 203906913761 -> 222443905920
17.89/17.96	c lower bound updated to 3225436635841
17.99/18.01	c BCD2: 3229144034272 <= obj <= 11808064005837
17.99/18.01	c BCD2: #cores=105, #unrelaxed=731, #relaxed=606, #hardened=0
17.99/18.01	c BCD2: #sat=1 #unsat=176 bias=176/177
17.99/18.01	c Solving starts ...
17.99/18.01	c ============================[ Search Statistics ]============================
17.99/18.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.99/18.01	c       |         |          |          |    Limit     GC | Var      | Constra 
17.99/18.01	c =============================================================================
17.99/18.01	c  0.0s |       0 |        0 |        0 |    29492      0 |     3003 |     3732
17.99/18.06	c  0.0s |       0 |      338 |        0 |    29492      0 |     3003 |     4449
17.99/18.06	c #cpu_time = 0.041s
17.99/18.06	c #wall_clock_time = 0.041s
17.99/18.06	c #decision = 338
17.99/18.06	c #random_decision = 0
17.99/18.06	c #conflict = 0
17.99/18.06	c #restart = 0
17.99/18.06	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
17.99/18.06	c lower bound updated to 3243973628001
18.09/18.11	c BCD2: 3247681026432 <= obj <= 11808064005837
18.09/18.11	c BCD2: #cores=106, #unrelaxed=728, #relaxed=609, #hardened=0
18.09/18.11	c BCD2: #sat=1 #unsat=177 bias=177/178
18.09/18.13	c Solving starts ...
18.09/18.13	c ============================[ Search Statistics ]============================
18.09/18.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.09/18.13	c       |         |          |          |    Limit     GC | Var      | Constra 
18.09/18.13	c =============================================================================
18.09/18.13	c  0.0s |       0 |        0 |        0 |    29492      0 |     3003 |     4450
18.09/18.16	c  0.0s |       0 |      338 |        0 |    29492      0 |     3003 |     4450
18.09/18.16	c #cpu_time = 0.036s
18.09/18.16	c #wall_clock_time = 0.036s
18.09/18.16	c #decision = 338
18.09/18.16	c #random_decision = 0
18.09/18.16	c #conflict = 0
18.09/18.16	c #restart = 0
18.09/18.16	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
18.09/18.16	c lower bound updated to 3262510620161
18.19/18.22	c BCD2: 3266218018592 <= obj <= 11808064005837
18.19/18.22	c BCD2: #cores=107, #unrelaxed=725, #relaxed=612, #hardened=0
18.19/18.22	c BCD2: #sat=1 #unsat=178 bias=178/179
18.19/18.22	c Solving starts ...
18.19/18.22	c ============================[ Search Statistics ]============================
18.19/18.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.19/18.22	c       |         |          |          |    Limit     GC | Var      | Constra 
18.19/18.22	c =============================================================================
18.19/18.23	c  0.0s |       0 |        0 |        0 |    29492      0 |     3003 |     4451
18.19/18.27	c  0.0s |       0 |      340 |        0 |    29492      0 |     3003 |     4451
18.19/18.27	c #cpu_time = 0.037s
18.19/18.27	c #wall_clock_time = 0.037s
18.19/18.27	c #decision = 340
18.19/18.27	c #random_decision = 0
18.19/18.27	c #conflict = 0
18.19/18.27	c #restart = 0
18.19/18.27	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
18.19/18.27	c lower bound updated to 3281047612321
18.29/18.33	c BCD2: 3284755010752 <= obj <= 11808064005837
18.29/18.33	c BCD2: #cores=108, #unrelaxed=722, #relaxed=615, #hardened=0
18.29/18.33	c BCD2: #sat=1 #unsat=179 bias=179/180
18.29/18.33	c Solving starts ...
18.29/18.33	c ============================[ Search Statistics ]============================
18.29/18.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.29/18.33	c       |         |          |          |    Limit     GC | Var      | Constra 
18.29/18.33	c =============================================================================
18.29/18.33	c  0.0s |       0 |        0 |        0 |    29492      0 |     3003 |     4452
18.29/18.37	c  0.0s |       0 |      343 |        0 |    29492      0 |     3003 |     4452
18.29/18.37	c #cpu_time = 0.037s
18.29/18.37	c #wall_clock_time = 0.037s
18.29/18.37	c #decision = 343
18.29/18.37	c #random_decision = 0
18.29/18.37	c #conflict = 0
18.29/18.37	c #restart = 0
18.29/18.37	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
18.29/18.37	c lower bound updated to 3299584604481
18.39/18.43	c BCD2: 3303292002912 <= obj <= 11808064005837
18.39/18.43	c BCD2: #cores=109, #unrelaxed=719, #relaxed=618, #hardened=0
18.39/18.43	c BCD2: #sat=1 #unsat=180 bias=180/181
18.39/18.43	c Solving starts ...
18.39/18.43	c ============================[ Search Statistics ]============================
18.39/18.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.39/18.43	c       |         |          |          |    Limit     GC | Var      | Constra 
18.39/18.43	c =============================================================================
18.39/18.44	c  0.0s |       0 |        0 |        0 |    29492      0 |     3003 |     4453
18.39/18.48	c  0.0s |       0 |      346 |        0 |    29492      0 |     3003 |     4453
18.39/18.48	c #cpu_time = 0.038s
18.39/18.48	c #wall_clock_time = 0.038s
18.39/18.48	c #decision = 346
18.39/18.48	c #random_decision = 0
18.39/18.48	c #conflict = 0
18.39/18.48	c #restart = 0
18.39/18.48	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
18.39/18.48	c BCD2: refineLB: 36971569999 -> 37073984320
18.39/18.48	c lower bound updated to 3318121596641
18.49/18.53	c BCD2: 3321828995072 <= obj <= 11808064005837
18.49/18.53	c BCD2: #cores=109, #unrelaxed=715, #relaxed=622, #hardened=0
18.49/18.53	c BCD2: #sat=1 #unsat=181 bias=181/182
18.49/18.54	c Solving starts ...
18.49/18.54	c ============================[ Search Statistics ]============================
18.49/18.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.49/18.54	c       |         |          |          |    Limit     GC | Var      | Constra 
18.49/18.54	c =============================================================================
18.49/18.54	c  0.0s |       0 |        0 |        0 |    29492      0 |     3099 |     4453
18.49/18.58	c  0.0s |       0 |      343 |        0 |    29492      0 |     3099 |     4644
18.49/18.58	c #cpu_time = 0.041s
18.49/18.58	c #wall_clock_time = 0.041s
18.49/18.58	c #decision = 343
18.49/18.58	c #random_decision = 0
18.49/18.58	c #conflict = 0
18.49/18.58	c #restart = 0
18.49/18.58	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
18.49/18.58	c BCD2: refineLB: 18536992161 -> 37073984320
18.49/18.58	c lower bound updated to 3336658588801
18.59/18.63	c BCD2: 3340365987232 <= obj <= 11808064005837
18.59/18.63	c BCD2: #cores=109, #unrelaxed=711, #relaxed=626, #hardened=0
18.59/18.63	c BCD2: #sat=1 #unsat=182 bias=182/183
18.59/18.64	c Solving starts ...
18.59/18.64	c ============================[ Search Statistics ]============================
18.59/18.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.59/18.64	c       |         |          |          |    Limit     GC | Var      | Constra 
18.59/18.64	c =============================================================================
18.59/18.65	c  0.0s |       0 |        0 |        0 |    29492      0 |     3100 |     4644
18.59/18.68	c  0.0s |       0 |      342 |        0 |    29492      0 |     3100 |     4645
18.59/18.68	c #cpu_time = 0.038s
18.59/18.68	c #wall_clock_time = 0.038s
18.59/18.68	c #decision = 342
18.59/18.68	c #random_decision = 0
18.59/18.68	c #conflict = 0
18.59/18.68	c #restart = 0
18.59/18.68	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
18.59/18.68	c lower bound updated to 3355195580961
18.69/18.74	c BCD2: 3358902979392 <= obj <= 11808064005837
18.69/18.74	c BCD2: #cores=110, #unrelaxed=708, #relaxed=629, #hardened=0
18.69/18.74	c BCD2: #sat=1 #unsat=183 bias=183/184
18.69/18.75	c Solving starts ...
18.69/18.75	c ============================[ Search Statistics ]============================
18.69/18.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.69/18.75	c       |         |          |          |    Limit     GC | Var      | Constra 
18.69/18.75	c =============================================================================
18.69/18.75	c  0.0s |       0 |        0 |        0 |    29492      0 |     3100 |     4646
18.69/18.79	c  0.0s |       0 |      343 |        0 |    29492      0 |     3100 |     4646
18.69/18.79	c #cpu_time = 0.038s
18.69/18.79	c #wall_clock_time = 0.038s
18.69/18.79	c #decision = 343
18.69/18.79	c #random_decision = 0
18.69/18.79	c #conflict = 0
18.69/18.79	c #restart = 0
19.09/19.16	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
19.09/19.16	c BCD2: refineLB: 18536992161 -> 37073984320
19.09/19.16	c lower bound updated to 3373732573121
19.09/19.16	c BCD2: 3377439971552 <= obj <= 11808064005837
19.09/19.16	c BCD2: #cores=110, #unrelaxed=704, #relaxed=633, #hardened=0
19.09/19.16	c BCD2: #sat=1 #unsat=184 bias=184/185
19.09/19.16	c Solving starts ...
19.09/19.16	c ============================[ Search Statistics ]============================
19.09/19.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.09/19.16	c       |         |          |          |    Limit     GC | Var      | Constra 
19.09/19.16	c =============================================================================
19.09/19.16	c  0.0s |       0 |        0 |        0 |    29492      0 |     3101 |     4646
19.09/19.16	c  0.0s |       0 |      344 |        0 |    29492      0 |     3101 |     4647
19.09/19.16	c #cpu_time = 0.039s
19.09/19.16	c #wall_clock_time = 0.039s
19.09/19.16	c #decision = 344
19.09/19.16	c #random_decision = 0
19.09/19.16	c #conflict = 0
19.09/19.16	c #restart = 0
19.09/19.16	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
19.09/19.16	c lower bound updated to 3392269565281
19.09/19.16	c BCD2: 3395976963712 <= obj <= 11808064005837
19.09/19.16	c BCD2: #cores=111, #unrelaxed=701, #relaxed=636, #hardened=0
19.09/19.16	c BCD2: #sat=1 #unsat=185 bias=185/186
19.09/19.16	c Solving starts ...
19.09/19.16	c ============================[ Search Statistics ]============================
19.09/19.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.09/19.16	c       |         |          |          |    Limit     GC | Var      | Constra 
19.09/19.16	c =============================================================================
19.09/19.16	c  0.0s |       0 |        0 |        0 |    29492      0 |     3101 |     4648
19.09/19.16	c  0.0s |       0 |      345 |        0 |    29492      0 |     3101 |     4648
19.09/19.16	c #cpu_time = 0.038s
19.09/19.16	c #wall_clock_time = 0.038s
19.09/19.16	c #decision = 345
19.09/19.16	c #random_decision = 0
19.09/19.16	c #conflict = 0
19.09/19.16	c #restart = 0
19.09/19.16	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
19.09/19.16	c lower bound updated to 3410806557441
19.09/19.16	c BCD2: 3414513955872 <= obj <= 11808064005837
19.09/19.16	c BCD2: #cores=112, #unrelaxed=698, #relaxed=639, #hardened=0
19.09/19.16	c BCD2: #sat=1 #unsat=186 bias=186/187
19.09/19.16	c Solving starts ...
19.09/19.16	c ============================[ Search Statistics ]============================
19.09/19.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.09/19.16	c       |         |          |          |    Limit     GC | Var      | Constra 
19.09/19.16	c =============================================================================
19.09/19.16	c  0.0s |       0 |        0 |        0 |    29492      0 |     3101 |     4649
19.09/19.16	c  0.0s |       0 |      345 |        0 |    29492      0 |     3101 |     4649
19.09/19.16	c #cpu_time = 0.039s
19.09/19.16	c #wall_clock_time = 0.039s
19.09/19.16	c #decision = 345
19.09/19.16	c #random_decision = 0
19.09/19.16	c #conflict = 0
19.09/19.16	c #restart = 0
19.09/19.16	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
19.09/19.16	c lower bound updated to 3429343549601
19.09/19.17	c BCD2: 3433050948032 <= obj <= 11808064005837
19.09/19.17	c BCD2: #cores=113, #unrelaxed=695, #relaxed=642, #hardened=0
19.09/19.17	c BCD2: #sat=1 #unsat=187 bias=187/188
19.09/19.17	c Solving starts ...
19.09/19.17	c ============================[ Search Statistics ]============================
19.09/19.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.09/19.17	c       |         |          |          |    Limit     GC | Var      | Constra 
19.09/19.17	c =============================================================================
19.09/19.17	c  0.0s |       0 |        0 |        0 |    29492      0 |     3101 |     4650
19.19/19.21	c  0.0s |       0 |      345 |        0 |    29492      0 |     3101 |     4650
19.19/19.21	c #cpu_time = 0.039s
19.19/19.21	c #wall_clock_time = 0.039s
19.19/19.21	c #decision = 345
19.19/19.21	c #random_decision = 0
19.19/19.21	c #conflict = 0
19.19/19.21	c #restart = 0
19.19/19.21	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
19.19/19.21	c lower bound updated to 3447880541761
19.19/19.27	c BCD2: 3451587940192 <= obj <= 11808064005837
19.19/19.27	c BCD2: #cores=114, #unrelaxed=692, #relaxed=645, #hardened=0
19.19/19.27	c BCD2: #sat=1 #unsat=188 bias=188/189
19.19/19.27	c Solving starts ...
19.19/19.27	c ============================[ Search Statistics ]============================
19.19/19.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.19/19.27	c       |         |          |          |    Limit     GC | Var      | Constra 
19.19/19.27	c =============================================================================
19.19/19.28	c  0.0s |       0 |        0 |        0 |    29492      0 |     3101 |     4651
19.29/19.32	c  0.0s |       0 |      346 |        0 |    29492      0 |     3101 |     4651
19.29/19.32	c #cpu_time = 0.039s
19.29/19.32	c #wall_clock_time = 0.039s
19.29/19.32	c #decision = 346
19.29/19.32	c #random_decision = 0
19.29/19.32	c #conflict = 0
19.29/19.32	c #restart = 0
19.29/19.32	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
19.29/19.32	c lower bound updated to 3466417533921
19.29/19.38	c BCD2: 3470124932352 <= obj <= 11808064005837
19.29/19.38	c BCD2: #cores=115, #unrelaxed=689, #relaxed=648, #hardened=0
19.29/19.38	c BCD2: #sat=1 #unsat=189 bias=189/190
19.29/19.38	c Solving starts ...
19.29/19.38	c ============================[ Search Statistics ]============================
19.29/19.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.29/19.38	c       |         |          |          |    Limit     GC | Var      | Constra 
19.29/19.38	c =============================================================================
19.29/19.38	c  0.0s |       0 |        0 |        0 |    29492      0 |     3101 |     4652
19.39/19.42	c  0.0s |       0 |      348 |        0 |    29492      0 |     3101 |     4652
19.39/19.42	c #cpu_time = 0.039s
19.39/19.42	c #wall_clock_time = 0.039s
19.39/19.42	c #decision = 348
19.39/19.42	c #random_decision = 0
19.39/19.42	c #conflict = 0
19.39/19.42	c #restart = 0
19.39/19.42	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
19.39/19.42	c lower bound updated to 3484954526081
19.39/19.48	c BCD2: 3488661924512 <= obj <= 11808064005837
19.39/19.48	c BCD2: #cores=116, #unrelaxed=686, #relaxed=651, #hardened=0
19.39/19.48	c BCD2: #sat=1 #unsat=190 bias=190/191
19.39/19.49	c Solving starts ...
19.39/19.49	c ============================[ Search Statistics ]============================
19.39/19.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.39/19.49	c       |         |          |          |    Limit     GC | Var      | Constra 
19.39/19.49	c =============================================================================
19.39/19.49	c  0.0s |       0 |        0 |        0 |    29492      0 |     3101 |     4653
19.49/19.53	c  0.0s |       0 |      349 |        0 |    29492      0 |     3101 |     4653
19.49/19.53	c #cpu_time = 0.039s
19.49/19.53	c #wall_clock_time = 0.039s
19.49/19.53	c #decision = 349
19.49/19.53	c #random_decision = 0
19.49/19.53	c #conflict = 0
19.49/19.53	c #restart = 0
19.49/19.53	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
19.49/19.53	c lower bound updated to 3503491518241
19.49/19.59	c BCD2: 3507198916672 <= obj <= 11808064005837
19.49/19.59	c BCD2: #cores=117, #unrelaxed=683, #relaxed=654, #hardened=0
19.49/19.59	c BCD2: #sat=1 #unsat=191 bias=191/192
19.59/19.60	c Solving starts ...
19.59/19.60	c ============================[ Search Statistics ]============================
19.59/19.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.59/19.60	c       |         |          |          |    Limit     GC | Var      | Constra 
19.59/19.60	c =============================================================================
19.59/19.60	c  0.0s |       0 |        0 |        0 |    29492      0 |     3101 |     4654
19.59/19.64	c  0.0s |       0 |      350 |        0 |    29492      0 |     3101 |     4654
19.59/19.64	c #cpu_time = 0.040s
19.59/19.64	c #wall_clock_time = 0.040s
19.59/19.64	c #decision = 350
19.59/19.64	c #random_decision = 0
19.59/19.64	c #conflict = 0
19.59/19.64	c #restart = 0
19.59/19.64	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
19.59/19.64	c lower bound updated to 3522028510401
19.69/19.70	c BCD2: 3525735908832 <= obj <= 11808064005837
19.69/19.70	c BCD2: #cores=118, #unrelaxed=680, #relaxed=657, #hardened=0
19.69/19.70	c BCD2: #sat=1 #unsat=192 bias=192/193
19.69/19.70	c Solving starts ...
19.69/19.70	c ============================[ Search Statistics ]============================
19.69/19.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.69/19.70	c       |         |          |          |    Limit     GC | Var      | Constra 
19.69/19.70	c =============================================================================
19.69/19.71	c  0.0s |       0 |        0 |        0 |    29492      0 |     3101 |     4655
19.69/19.75	c  0.0s |       0 |      349 |        0 |    29492      0 |     3101 |     4655
19.69/19.75	c #cpu_time = 0.040s
19.69/19.75	c #wall_clock_time = 0.040s
19.69/19.75	c #decision = 349
19.69/19.75	c #random_decision = 0
19.69/19.75	c #conflict = 0
19.69/19.75	c #restart = 0
19.69/19.75	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
19.69/19.75	c lower bound updated to 3540565502561
19.79/19.81	c BCD2: 3544272900992 <= obj <= 11808064005837
19.79/19.81	c BCD2: #cores=119, #unrelaxed=677, #relaxed=660, #hardened=0
19.79/19.81	c BCD2: #sat=1 #unsat=193 bias=193/194
19.79/19.81	c Solving starts ...
19.79/19.81	c ============================[ Search Statistics ]============================
19.79/19.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.79/19.81	c       |         |          |          |    Limit     GC | Var      | Constra 
19.79/19.81	c =============================================================================
19.79/19.81	c  0.0s |       0 |        0 |        0 |    29492      0 |     3101 |     4656
19.79/19.86	c  0.0s |       0 |      348 |        0 |    29492      0 |     3101 |     4656
19.79/19.86	c #cpu_time = 0.040s
19.79/19.86	c #wall_clock_time = 0.040s
19.79/19.86	c #decision = 348
19.79/19.86	c #random_decision = 0
19.79/19.86	c #conflict = 0
19.79/19.86	c #restart = 0
19.79/19.86	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
19.79/19.86	c lower bound updated to 3559102494721
19.89/19.91	c BCD2: 3562809893152 <= obj <= 11808064005837
19.89/19.91	c BCD2: #cores=120, #unrelaxed=674, #relaxed=663, #hardened=0
19.89/19.91	c BCD2: #sat=1 #unsat=194 bias=194/195
19.89/19.92	c Solving starts ...
19.89/19.92	c ============================[ Search Statistics ]============================
19.89/19.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.89/19.92	c       |         |          |          |    Limit     GC | Var      | Constra 
19.89/19.92	c =============================================================================
19.89/19.93	c  0.0s |       0 |        0 |        0 |    29492      0 |     3101 |     4657
19.89/19.97	c  0.0s |       0 |      348 |        0 |    29492      0 |     3101 |     4657
19.89/19.97	c #cpu_time = 0.040s
19.89/19.97	c #wall_clock_time = 0.040s
19.89/19.97	c #decision = 348
19.89/19.97	c #random_decision = 0
19.89/19.97	c #conflict = 0
19.89/19.97	c #restart = 0
19.89/19.97	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
19.89/19.97	c lower bound updated to 3577639486881
19.99/20.03	c BCD2: 3581346885312 <= obj <= 11808064005837
19.99/20.03	c BCD2: #cores=121, #unrelaxed=671, #relaxed=666, #hardened=0
19.99/20.03	c BCD2: #sat=1 #unsat=195 bias=195/196
19.99/20.03	c Solving starts ...
19.99/20.03	c ============================[ Search Statistics ]============================
19.99/20.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.99/20.03	c       |         |          |          |    Limit     GC | Var      | Constra 
19.99/20.03	c =============================================================================
19.99/20.03	c  0.0s |       0 |        0 |        0 |    29492      0 |     3101 |     4658
19.99/20.07	c  0.0s |       0 |      353 |        0 |    29492      0 |     3101 |     4658
19.99/20.07	c #cpu_time = 0.041s
19.99/20.07	c #wall_clock_time = 0.041s
19.99/20.07	c #decision = 353
19.99/20.07	c #random_decision = 0
19.99/20.07	c #conflict = 0
19.99/20.07	c #restart = 0
19.99/20.07	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
19.99/20.07	c lower bound updated to 3596176479041
20.09/20.13	c BCD2: 3599883877472 <= obj <= 11808064005837
20.09/20.13	c BCD2: #cores=122, #unrelaxed=668, #relaxed=669, #hardened=0
20.09/20.13	c BCD2: #sat=1 #unsat=196 bias=196/197
20.09/20.14	c Solving starts ...
20.09/20.14	c ============================[ Search Statistics ]============================
20.09/20.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.09/20.14	c       |         |          |          |    Limit     GC | Var      | Constra 
20.09/20.14	c =============================================================================
20.09/20.14	c  0.0s |       0 |        0 |        0 |    29492      0 |     3101 |     4659
20.09/20.19	c  0.0s |       0 |      354 |        0 |    29492      0 |     3101 |     4659
20.09/20.19	c #cpu_time = 0.041s
20.09/20.19	c #wall_clock_time = 0.041s
20.09/20.19	c #decision = 354
20.09/20.19	c #random_decision = 0
20.09/20.19	c #conflict = 0
20.09/20.19	c #restart = 0
20.09/20.19	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
20.09/20.19	c lower bound updated to 3614713471201
20.19/20.25	c BCD2: 3618420869632 <= obj <= 11808064005837
20.19/20.25	c BCD2: #cores=123, #unrelaxed=665, #relaxed=672, #hardened=0
20.19/20.25	c BCD2: #sat=1 #unsat=197 bias=197/198
20.19/20.25	c Solving starts ...
20.19/20.25	c ============================[ Search Statistics ]============================
20.19/20.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.19/20.25	c       |         |          |          |    Limit     GC | Var      | Constra 
20.19/20.25	c =============================================================================
20.19/20.25	c  0.0s |       0 |        0 |        0 |    29492      0 |     3101 |     4660
20.19/20.29	c  0.0s |       0 |      354 |        0 |    29492      0 |     3101 |     4660
20.19/20.29	c #cpu_time = 0.042s
20.19/20.29	c #wall_clock_time = 0.042s
20.19/20.29	c #decision = 354
20.19/20.29	c #random_decision = 0
20.19/20.29	c #conflict = 0
20.19/20.29	c #restart = 0
20.19/20.29	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
20.19/20.29	c lower bound updated to 3633250463361
20.29/20.35	c BCD2: 3636957861792 <= obj <= 11808064005837
20.29/20.35	c BCD2: #cores=124, #unrelaxed=662, #relaxed=675, #hardened=0
20.29/20.35	c BCD2: #sat=1 #unsat=198 bias=198/199
20.29/20.36	c Solving starts ...
20.29/20.36	c ============================[ Search Statistics ]============================
20.29/20.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.29/20.36	c       |         |          |          |    Limit     GC | Var      | Constra 
20.29/20.36	c =============================================================================
20.29/20.36	c  0.0s |       0 |        0 |        0 |    29492      0 |     3101 |     4661
20.39/20.41	c  0.0s |       0 |      356 |        0 |    29492      0 |     3101 |     4661
20.39/20.41	c #cpu_time = 0.042s
20.39/20.41	c #wall_clock_time = 0.042s
20.39/20.41	c #decision = 356
20.39/20.41	c #random_decision = 0
20.39/20.41	c #conflict = 0
20.39/20.41	c #restart = 0
20.39/20.41	c BCD2: relaxing 6 and merging with 3 cores into a new core of size 15: cost of the new core is >=74147968640
20.39/20.41	c BCD2: refineLB: 55610976481 -> 74147968640
20.39/20.41	c lower bound updated to 3651787455521
20.39/20.46	c BCD2: 3655494853952 <= obj <= 11808064005837
20.39/20.46	c BCD2: #cores=122, #unrelaxed=656, #relaxed=681, #hardened=0
20.39/20.46	c BCD2: #sat=1 #unsat=199 bias=199/200
20.39/20.46	c Solving starts ...
20.39/20.46	c ============================[ Search Statistics ]============================
20.39/20.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.39/20.46	c       |         |          |          |    Limit     GC | Var      | Constra 
20.39/20.46	c =============================================================================
20.39/20.46	c  0.0s |       0 |        0 |        0 |    29492      0 |     3149 |     4661
20.49/20.51	c  0.0s |       0 |      350 |        0 |    29492      0 |     3149 |     4754
20.49/20.51	c #cpu_time = 0.043s
20.49/20.51	c #wall_clock_time = 0.043s
20.49/20.51	c #decision = 350
20.49/20.51	c #random_decision = 0
20.49/20.51	c #conflict = 0
20.49/20.51	c #restart = 0
20.49/20.51	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
20.49/20.51	c lower bound updated to 3670324447681
20.49/20.57	c BCD2: 3674031846112 <= obj <= 11808064005837
20.49/20.57	c BCD2: #cores=123, #unrelaxed=653, #relaxed=684, #hardened=0
20.49/20.57	c BCD2: #sat=1 #unsat=200 bias=200/201
20.49/20.58	c Solving starts ...
20.49/20.58	c ============================[ Search Statistics ]============================
20.49/20.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.49/20.58	c       |         |          |          |    Limit     GC | Var      | Constra 
20.49/20.58	c =============================================================================
20.49/20.59	c  0.0s |       0 |        0 |        0 |    29492      0 |     3149 |     4755
20.59/20.63	c  0.0s |       0 |      351 |        0 |    29492      0 |     3149 |     4755
20.59/20.63	c #cpu_time = 0.040s
20.59/20.63	c #wall_clock_time = 0.040s
20.59/20.63	c #decision = 351
20.59/20.63	c #random_decision = 0
20.59/20.63	c #conflict = 0
20.59/20.63	c #restart = 0
20.59/20.63	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
20.59/20.63	c BCD2: refineLB: 18536992161 -> 37073984320
20.59/20.63	c lower bound updated to 3688861439841
20.59/20.68	c BCD2: 3692568838272 <= obj <= 11808064005837
20.59/20.68	c BCD2: #cores=123, #unrelaxed=649, #relaxed=688, #hardened=0
20.59/20.68	c BCD2: #sat=1 #unsat=201 bias=201/202
20.59/20.69	c Solving starts ...
20.59/20.69	c ============================[ Search Statistics ]============================
20.59/20.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.59/20.69	c       |         |          |          |    Limit     GC | Var      | Constra 
20.59/20.69	c =============================================================================
20.59/20.69	c  0.0s |       0 |        0 |        0 |    29492      0 |     3150 |     4755
20.69/20.73	c  0.0s |       0 |      351 |        0 |    29492      0 |     3150 |     4756
20.69/20.73	c #cpu_time = 0.044s
20.69/20.73	c #wall_clock_time = 0.044s
20.69/20.73	c #decision = 351
20.69/20.73	c #random_decision = 0
20.69/20.73	c #conflict = 0
20.69/20.73	c #restart = 0
20.69/20.73	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
20.69/20.73	c lower bound updated to 3707398432001
20.69/20.79	c BCD2: 3711105830432 <= obj <= 11808064005837
20.69/20.79	c BCD2: #cores=124, #unrelaxed=646, #relaxed=691, #hardened=0
20.69/20.79	c BCD2: #sat=1 #unsat=202 bias=202/203
20.69/20.79	c Solving starts ...
20.69/20.79	c ============================[ Search Statistics ]============================
20.69/20.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.69/20.79	c       |         |          |          |    Limit     GC | Var      | Constra 
20.69/20.79	c =============================================================================
20.79/20.80	c  0.0s |       0 |        0 |        0 |    29492      0 |     3150 |     4757
20.79/20.84	c  0.0s |       0 |      352 |        0 |    29492      0 |     3150 |     4757
20.79/20.84	c #cpu_time = 0.041s
20.79/20.84	c #wall_clock_time = 0.041s
20.79/20.84	c #decision = 352
20.79/20.84	c #random_decision = 0
20.79/20.84	c #conflict = 0
20.79/20.84	c #restart = 0
20.79/20.84	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
20.79/20.84	c lower bound updated to 3725935424161
20.79/20.90	c BCD2: 3729642822592 <= obj <= 11808064005837
20.79/20.90	c BCD2: #cores=125, #unrelaxed=643, #relaxed=694, #hardened=0
20.79/20.90	c BCD2: #sat=1 #unsat=203 bias=203/204
20.89/20.91	c Solving starts ...
20.89/20.91	c ============================[ Search Statistics ]============================
20.89/20.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.89/20.91	c       |         |          |          |    Limit     GC | Var      | Constra 
20.89/20.91	c =============================================================================
20.89/20.91	c  0.0s |       0 |        0 |        0 |    29492      0 |     3150 |     4758
20.89/20.95	c  0.0s |       0 |      355 |        2 |    29492      0 |     3150 |     4758
20.89/20.95	c #cpu_time = 0.044s
20.89/20.95	c #wall_clock_time = 0.044s
20.89/20.95	c #decision = 355
20.89/20.95	c #random_decision = 0
20.89/20.95	c #conflict = 2
20.89/20.95	c #restart = 0
20.89/20.95	c BCD2: relaxing 8 and merging with 4 cores into a new core of size 24: cost of the new core is >=111221952960
20.89/20.95	c BCD2: refineLB: 92684960801 -> 111221952960
20.89/20.95	c lower bound updated to 3744472416321
20.99/21.00	c BCD2: 3748179814752 <= obj <= 11808064005837
20.99/21.00	c BCD2: #cores=122, #unrelaxed=635, #relaxed=702, #hardened=0
20.99/21.00	c BCD2: #sat=1 #unsat=204 bias=204/205
20.99/21.01	c Solving starts ...
20.99/21.01	c ============================[ Search Statistics ]============================
20.99/21.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.99/21.01	c       |         |          |          |    Limit     GC | Var      | Constra 
20.99/21.01	c =============================================================================
20.99/21.02	c  0.0s |       0 |        0 |        0 |    29492      0 |     3297 |     4758
20.99/21.06	c  0.0s |       0 |      345 |        0 |    29492      0 |     3297 |     5048
20.99/21.06	c #cpu_time = 0.042s
20.99/21.06	c #wall_clock_time = 0.042s
20.99/21.06	c #decision = 345
20.99/21.06	c #random_decision = 0
20.99/21.06	c #conflict = 0
20.99/21.06	c #restart = 0
20.99/21.06	c BCD2: relaxing 6 and merging with 3 cores into a new core of size 15: cost of the new core is >=74147968640
20.99/21.06	c BCD2: refineLB: 55610976481 -> 74147968640
20.99/21.06	c lower bound updated to 3763009408481
21.09/21.12	c BCD2: 3766716806912 <= obj <= 11808064005837
21.09/21.12	c BCD2: #cores=120, #unrelaxed=629, #relaxed=708, #hardened=0
21.09/21.12	c BCD2: #sat=1 #unsat=205 bias=205/206
21.09/21.12	c Solving starts ...
21.09/21.12	c ============================[ Search Statistics ]============================
21.09/21.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.12	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.12	c =============================================================================
21.09/21.12	c  0.0s |       0 |        0 |        0 |    29492      0 |     3357 |     5048
21.09/21.17	c  0.0s |       0 |      340 |        0 |    29492      0 |     3357 |     5165
21.09/21.17	c #cpu_time = 0.044s
21.09/21.17	c #wall_clock_time = 0.044s
21.09/21.17	c #decision = 340
21.09/21.17	c #random_decision = 0
21.09/21.17	c #conflict = 0
21.09/21.17	c #restart = 0
21.09/21.17	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
21.09/21.17	c lower bound updated to 3781546400641
21.18/21.22	c BCD2: 3785253799072 <= obj <= 11808064005837
21.18/21.22	c BCD2: #cores=121, #unrelaxed=626, #relaxed=711, #hardened=0
21.18/21.22	c BCD2: #sat=1 #unsat=206 bias=206/207
21.18/21.23	c Solving starts ...
21.18/21.23	c ============================[ Search Statistics ]============================
21.18/21.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.18/21.23	c       |         |          |          |    Limit     GC | Var      | Constra 
21.18/21.23	c =============================================================================
21.18/21.24	c  0.0s |       0 |        0 |        0 |    29492      0 |     3357 |     5166
21.18/21.28	c  0.0s |       0 |      339 |        0 |    29492      0 |     3357 |     5166
21.18/21.28	c #cpu_time = 0.040s
21.18/21.28	c #wall_clock_time = 0.040s
21.18/21.28	c #decision = 339
21.18/21.28	c #random_decision = 0
21.18/21.28	c #conflict = 0
21.18/21.28	c #restart = 0
21.18/21.28	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
21.18/21.28	c BCD2: refineLB: 36984433634 -> 37073984320
21.18/21.28	c lower bound updated to 3800083392801
21.28/21.33	c BCD2: 3803790791232 <= obj <= 11808064005837
21.28/21.33	c BCD2: #cores=121, #unrelaxed=622, #relaxed=715, #hardened=0
21.28/21.33	c BCD2: #sat=1 #unsat=207 bias=207/208
21.28/21.34	c Solving starts ...
21.28/21.34	c ============================[ Search Statistics ]============================
21.28/21.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.28/21.34	c       |         |          |          |    Limit     GC | Var      | Constra 
21.28/21.34	c =============================================================================
21.28/21.34	c  0.0s |       0 |        0 |        0 |    29492      0 |     3386 |     5166
21.28/21.38	c  0.0s |       0 |      338 |        0 |    29492      0 |     3386 |     5223
21.28/21.38	c #cpu_time = 0.043s
21.28/21.38	c #wall_clock_time = 0.043s
21.28/21.38	c #decision = 338
21.28/21.38	c #random_decision = 0
21.28/21.38	c #conflict = 0
21.28/21.38	c #restart = 0
21.28/21.38	c BCD2: found a new core of size 1: cost of the new core is >=45212176
21.28/21.38	c lower bound updated to 3800128604977
21.38/21.43	c BCD2: 3803836003408 <= obj <= 11808064005837
21.38/21.43	c BCD2: #cores=122, #unrelaxed=621, #relaxed=716, #hardened=0
21.38/21.43	c BCD2: #sat=1 #unsat=208 bias=208/209
21.38/21.45	c Solving starts ...
21.38/21.45	c ============================[ Search Statistics ]============================
21.38/21.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.38/21.45	c       |         |          |          |    Limit     GC | Var      | Constra 
21.38/21.45	c =============================================================================
21.38/21.45	c  0.0s |       0 |        0 |        0 |    29492      0 |     3386 |     5223
21.38/21.49	c  0.0s |       0 |      339 |        0 |    29492      0 |     3386 |     5223
21.38/21.49	c #cpu_time = 0.040s
21.38/21.49	c #wall_clock_time = 0.040s
21.38/21.49	c #decision = 339
21.38/21.49	c #random_decision = 0
21.38/21.49	c #conflict = 0
21.38/21.49	c #restart = 0
21.38/21.49	c BCD2: found a new core of size 1: cost of the new core is >=551368
21.38/21.49	c lower bound updated to 3800129156345
21.48/21.54	c BCD2: 3803836554776 <= obj <= 11808064005837
21.48/21.54	c BCD2: #cores=123, #unrelaxed=620, #relaxed=717, #hardened=0
21.48/21.54	c BCD2: #sat=1 #unsat=209 bias=209/210
21.48/21.55	c Solving starts ...
21.48/21.55	c ============================[ Search Statistics ]============================
21.48/21.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.48/21.55	c       |         |          |          |    Limit     GC | Var      | Constra 
21.48/21.55	c =============================================================================
21.58/21.67	c  0.0s |       0 |        0 |        0 |    29492      0 |     3386 |     5223
21.68/21.72	c  0.0s |       0 |      341 |        0 |    29492      0 |     3386 |     5223
21.68/21.72	c #cpu_time = 0.047s
21.68/21.72	c #wall_clock_time = 0.047s
21.68/21.72	c #decision = 341
21.68/21.72	c #random_decision = 0
21.68/21.72	c #conflict = 0
21.68/21.72	c #restart = 0
21.68/21.72	c BCD2: found a new core of size 2: cost of the new core is >=82
21.68/21.72	c lower bound updated to 3800129156427
21.68/21.78	c BCD2: 3803836554858 <= obj <= 11808064005837
21.68/21.78	c BCD2: #cores=124, #unrelaxed=618, #relaxed=719, #hardened=0
21.68/21.78	c BCD2: #sat=1 #unsat=210 bias=210/211
21.68/21.78	c Solving starts ...
21.68/21.78	c ============================[ Search Statistics ]============================
21.68/21.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.68/21.78	c       |         |          |          |    Limit     GC | Var      | Constra 
21.68/21.78	c =============================================================================
21.68/21.78	c  0.0s |       0 |        0 |        0 |    29492      0 |     3386 |     5223
21.78/21.84	c  0.1s |       0 |      667 |        1 |    29492      0 |     3386 |     5223
21.78/21.84	c #cpu_time = 0.055s
21.78/21.84	c #wall_clock_time = 0.055s
21.78/21.84	c #decision = 667
21.78/21.84	c #random_decision = 0
21.78/21.84	c #conflict = 1
21.78/21.84	c #restart = 0
21.78/21.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
21.78/21.84	c lower bound updated to 3800129156428
21.78/21.89	c BCD2: 3803836554859 <= obj <= 11808064005837
21.78/21.89	c BCD2: #cores=124, #unrelaxed=617, #relaxed=720, #hardened=0
21.78/21.89	c BCD2: #sat=1 #unsat=211 bias=211/212
21.78/21.89	c Solving starts ...
21.78/21.89	c ============================[ Search Statistics ]============================
21.78/21.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.78/21.89	c       |         |          |          |    Limit     GC | Var      | Constra 
21.78/21.89	c =============================================================================
21.88/21.90	c  0.0s |       0 |        0 |        0 |    29492      0 |     3387 |     5223
21.88/21.95	c  0.0s |       0 |      341 |        0 |    29492      0 |     3387 |     5224
21.88/21.95	c #cpu_time = 0.047s
21.88/21.95	c #wall_clock_time = 0.047s
21.88/21.95	c #decision = 341
21.88/21.95	c #random_decision = 0
21.88/21.95	c #conflict = 0
21.88/21.95	c #restart = 0
21.88/21.95	c BCD2: found a new core of size 1: cost of the new core is >=45212176
21.88/21.95	c lower bound updated to 3800174368604
21.99/22.01	c BCD2: 3803881767035 <= obj <= 11808064005837
21.99/22.01	c BCD2: #cores=125, #unrelaxed=616, #relaxed=721, #hardened=0
21.99/22.01	c BCD2: #sat=1 #unsat=212 bias=212/213
21.99/22.01	c Solving starts ...
21.99/22.01	c ============================[ Search Statistics ]============================
21.99/22.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.99/22.01	c       |         |          |          |    Limit     GC | Var      | Constra 
21.99/22.01	c =============================================================================
21.99/22.01	c  0.0s |       0 |        0 |        0 |    29492      0 |     3387 |     5224
21.99/22.06	c  0.1s |       0 |      342 |        0 |    29492      0 |     3387 |     5224
21.99/22.06	c #cpu_time = 0.052s
21.99/22.06	c #wall_clock_time = 0.052s
21.99/22.06	c #decision = 342
21.99/22.06	c #random_decision = 0
21.99/22.06	c #conflict = 0
21.99/22.06	c #restart = 0
21.99/22.06	c BCD2: found a new core of size 1: cost of the new core is >=551368
21.99/22.06	c lower bound updated to 3800174919972
22.09/22.12	c BCD2: 3803882318403 <= obj <= 11808064005837
22.09/22.12	c BCD2: #cores=126, #unrelaxed=615, #relaxed=722, #hardened=0
22.09/22.12	c BCD2: #sat=1 #unsat=213 bias=213/214
22.09/22.12	c Solving starts ...
22.09/22.12	c ============================[ Search Statistics ]============================
22.09/22.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.09/22.12	c       |         |          |          |    Limit     GC | Var      | Constra 
22.09/22.12	c =============================================================================
22.09/22.13	c  0.0s |       0 |        0 |        0 |    29492      0 |     3387 |     5224
22.09/22.18	c  0.0s |       0 |      344 |        0 |    29492      0 |     3387 |     5224
22.09/22.18	c #cpu_time = 0.048s
22.09/22.18	c #wall_clock_time = 0.048s
22.09/22.18	c #decision = 344
22.09/22.18	c #random_decision = 0
22.09/22.18	c #conflict = 0
22.09/22.18	c #restart = 0
22.09/22.18	c BCD2: found a new core of size 2: cost of the new core is >=82
22.09/22.18	c lower bound updated to 3800174920054
22.18/22.23	c BCD2: 3803882318485 <= obj <= 11808064005837
22.18/22.23	c BCD2: #cores=127, #unrelaxed=613, #relaxed=724, #hardened=0
22.18/22.23	c BCD2: #sat=1 #unsat=214 bias=214/215
22.18/22.24	c Solving starts ...
22.18/22.24	c ============================[ Search Statistics ]============================
22.18/22.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.18/22.24	c       |         |          |          |    Limit     GC | Var      | Constra 
22.18/22.24	c =============================================================================
22.18/22.24	c  0.0s |       0 |        0 |        0 |    29492      0 |     3387 |     5224
22.18/22.29	c  0.1s |       0 |      670 |        1 |    29492      0 |     3387 |     5224
22.18/22.29	c #cpu_time = 0.055s
22.18/22.29	c #wall_clock_time = 0.055s
22.18/22.29	c #decision = 670
22.18/22.29	c #random_decision = 0
22.18/22.29	c #conflict = 1
22.18/22.29	c #restart = 0
22.18/22.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
22.18/22.30	c lower bound updated to 3800174920055
22.28/22.35	c BCD2: 3803882318486 <= obj <= 11808064005837
22.28/22.35	c BCD2: #cores=127, #unrelaxed=612, #relaxed=725, #hardened=0
22.28/22.35	c BCD2: #sat=1 #unsat=215 bias=215/216
22.28/22.35	c Solving starts ...
22.28/22.35	c ============================[ Search Statistics ]============================
22.28/22.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.28/22.35	c       |         |          |          |    Limit     GC | Var      | Constra 
22.28/22.35	c =============================================================================
22.28/22.36	c  0.0s |       0 |        0 |        0 |    29492      0 |     3388 |     5224
22.38/22.41	c  0.0s |       0 |      344 |        0 |    29492      0 |     3388 |     5225
22.38/22.41	c #cpu_time = 0.048s
22.38/22.41	c #wall_clock_time = 0.048s
22.38/22.41	c #decision = 344
22.38/22.41	c #random_decision = 0
22.38/22.41	c #conflict = 0
22.38/22.41	c #restart = 0
22.38/22.41	c BCD2: found a new core of size 1: cost of the new core is >=45212176
22.38/22.41	c lower bound updated to 3800220132231
22.38/22.47	c BCD2: 3803927530662 <= obj <= 11808064005837
22.38/22.47	c BCD2: #cores=128, #unrelaxed=611, #relaxed=726, #hardened=0
22.38/22.47	c BCD2: #sat=1 #unsat=216 bias=216/217
22.38/22.47	c Solving starts ...
22.38/22.47	c ============================[ Search Statistics ]============================
22.38/22.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.38/22.47	c       |         |          |          |    Limit     GC | Var      | Constra 
22.38/22.47	c =============================================================================
22.38/22.47	c  0.0s |       0 |        0 |        0 |    29492      0 |     3388 |     5225
22.48/22.52	c  0.1s |       0 |      345 |        0 |    29492      0 |     3388 |     5225
22.48/22.52	c #cpu_time = 0.053s
22.48/22.52	c #wall_clock_time = 0.053s
22.48/22.52	c #decision = 345
22.48/22.52	c #random_decision = 0
22.48/22.52	c #conflict = 0
22.48/22.52	c #restart = 0
22.48/22.52	c BCD2: found a new core of size 1: cost of the new core is >=551368
22.48/22.52	c lower bound updated to 3800220683599
22.48/22.58	c BCD2: 3803928082030 <= obj <= 11808064005837
22.48/22.58	c BCD2: #cores=129, #unrelaxed=610, #relaxed=727, #hardened=0
22.48/22.58	c BCD2: #sat=1 #unsat=217 bias=217/218
22.48/22.59	c Solving starts ...
22.48/22.59	c ============================[ Search Statistics ]============================
22.48/22.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.48/22.59	c       |         |          |          |    Limit     GC | Var      | Constra 
22.48/22.59	c =============================================================================
22.48/22.59	c  0.0s |       0 |        0 |        0 |    29492      0 |     3388 |     5225
22.58/22.64	c  0.0s |       0 |      347 |        0 |    29492      0 |     3388 |     5225
22.58/22.64	c #cpu_time = 0.048s
22.58/22.64	c #wall_clock_time = 0.048s
22.58/22.64	c #decision = 347
22.58/22.64	c #random_decision = 0
22.58/22.64	c #conflict = 0
22.58/22.64	c #restart = 0
22.58/22.64	c BCD2: found a new core of size 2: cost of the new core is >=82
22.58/22.64	c lower bound updated to 3800220683681
22.68/22.70	c BCD2: 3803928082112 <= obj <= 11808064005837
22.68/22.70	c BCD2: #cores=130, #unrelaxed=608, #relaxed=729, #hardened=0
22.68/22.70	c BCD2: #sat=1 #unsat=218 bias=218/219
22.68/22.71	c Solving starts ...
22.68/22.71	c ============================[ Search Statistics ]============================
22.68/22.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.68/22.71	c       |         |          |          |    Limit     GC | Var      | Constra 
22.68/22.71	c =============================================================================
22.68/22.71	c  0.0s |       0 |        0 |        0 |    29492      0 |     3388 |     5225
22.68/22.76	c  0.1s |       0 |      673 |        1 |    29492      0 |     3388 |     5225
22.68/22.76	c #cpu_time = 0.054s
22.68/22.76	c #wall_clock_time = 0.054s
22.68/22.76	c #decision = 673
22.68/22.76	c #random_decision = 0
22.68/22.76	c #conflict = 1
22.68/22.76	c #restart = 0
22.68/22.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
22.68/22.76	c lower bound updated to 3800220683682
22.78/22.82	c BCD2: 3803928082113 <= obj <= 11808064005837
22.78/22.82	c BCD2: #cores=130, #unrelaxed=607, #relaxed=730, #hardened=0
22.78/22.82	c BCD2: #sat=1 #unsat=219 bias=219/220
22.78/22.82	c Solving starts ...
22.78/22.82	c ============================[ Search Statistics ]============================
22.78/22.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.78/22.82	c       |         |          |          |    Limit     GC | Var      | Constra 
22.78/22.82	c =============================================================================
22.78/22.83	c  0.0s |       0 |        0 |        0 |    29492      0 |     3389 |     5225
22.78/22.88	c  0.0s |       0 |      347 |        0 |    29492      0 |     3389 |     5226
22.78/22.88	c #cpu_time = 0.049s
22.78/22.88	c #wall_clock_time = 0.049s
22.78/22.88	c #decision = 347
22.78/22.88	c #random_decision = 0
22.78/22.88	c #conflict = 0
22.78/22.88	c #restart = 0
22.78/22.88	c BCD2: found a new core of size 1: cost of the new core is >=45212176
22.78/22.88	c lower bound updated to 3800265895858
22.89/22.94	c BCD2: 3803973294289 <= obj <= 11808064005837
22.89/22.94	c BCD2: #cores=131, #unrelaxed=606, #relaxed=731, #hardened=0
22.89/22.94	c BCD2: #sat=1 #unsat=220 bias=220/221
22.89/22.94	c Solving starts ...
22.89/22.94	c ============================[ Search Statistics ]============================
22.89/22.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.89/22.94	c       |         |          |          |    Limit     GC | Var      | Constra 
22.89/22.94	c =============================================================================
22.89/22.94	c  0.0s |       0 |        0 |        0 |    29492      0 |     3389 |     5226
22.99/23.00	c  0.1s |       0 |      348 |        0 |    29492      0 |     3389 |     5226
22.99/23.00	c #cpu_time = 0.054s
22.99/23.00	c #wall_clock_time = 0.054s
22.99/23.00	c #decision = 348
22.99/23.00	c #random_decision = 0
22.99/23.00	c #conflict = 0
22.99/23.00	c #restart = 0
22.99/23.00	c BCD2: found a new core of size 1: cost of the new core is >=551368
22.99/23.00	c lower bound updated to 3800266447226
22.99/23.05	c BCD2: 3803973845657 <= obj <= 11808064005837
22.99/23.05	c BCD2: #cores=132, #unrelaxed=605, #relaxed=732, #hardened=0
22.99/23.05	c BCD2: #sat=1 #unsat=221 bias=221/222
22.99/23.06	c Solving starts ...
22.99/23.06	c ============================[ Search Statistics ]============================
22.99/23.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.99/23.06	c       |         |          |          |    Limit     GC | Var      | Constra 
22.99/23.06	c =============================================================================
22.99/23.06	c  0.0s |       0 |        0 |        0 |    29492      0 |     3389 |     5226
23.10/23.11	c  0.1s |       0 |      350 |        0 |    29492      0 |     3389 |     5226
23.10/23.11	c #cpu_time = 0.049s
23.10/23.11	c #wall_clock_time = 0.049s
23.10/23.11	c #decision = 350
23.10/23.11	c #random_decision = 0
23.10/23.11	c #conflict = 0
23.10/23.11	c #restart = 0
23.10/23.11	c BCD2: found a new core of size 2: cost of the new core is >=82
23.10/23.11	c lower bound updated to 3800266447308
23.10/23.17	c BCD2: 3803973845739 <= obj <= 11808064005837
23.10/23.17	c BCD2: #cores=133, #unrelaxed=603, #relaxed=734, #hardened=0
23.10/23.17	c BCD2: #sat=1 #unsat=222 bias=222/223
23.10/23.18	c Solving starts ...
23.10/23.18	c ============================[ Search Statistics ]============================
23.10/23.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.10/23.18	c       |         |          |          |    Limit     GC | Var      | Constra 
23.10/23.18	c =============================================================================
23.10/23.18	c  0.0s |       0 |        0 |        0 |    29492      0 |     3389 |     5226
23.20/23.24	c  0.1s |       0 |      676 |        1 |    29492      0 |     3389 |     5226
23.20/23.24	c #cpu_time = 0.054s
23.20/23.24	c #wall_clock_time = 0.054s
23.20/23.24	c #decision = 676
23.20/23.24	c #random_decision = 0
23.20/23.24	c #conflict = 1
23.20/23.24	c #restart = 0
23.20/23.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
23.20/23.24	c lower bound updated to 3800266447309
23.20/23.29	c BCD2: 3803973845740 <= obj <= 11808064005837
23.20/23.29	c BCD2: #cores=133, #unrelaxed=602, #relaxed=735, #hardened=0
23.20/23.29	c BCD2: #sat=1 #unsat=223 bias=223/224
23.29/23.30	c Solving starts ...
23.29/23.30	c ============================[ Search Statistics ]============================
23.29/23.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.29/23.30	c       |         |          |          |    Limit     GC | Var      | Constra 
23.29/23.30	c =============================================================================
23.29/23.31	c  0.0s |       0 |        0 |        0 |    29492      0 |     3390 |     5226
23.29/23.36	c  0.1s |       0 |      350 |        0 |    29492      0 |     3390 |     5227
23.29/23.36	c #cpu_time = 0.049s
23.29/23.36	c #wall_clock_time = 0.049s
23.29/23.36	c #decision = 350
23.29/23.36	c #random_decision = 0
23.29/23.36	c #conflict = 0
23.29/23.36	c #restart = 0
23.29/23.36	c BCD2: found a new core of size 1: cost of the new core is >=45212176
23.29/23.36	c lower bound updated to 3800311659485
23.39/23.41	c BCD2: 3804019057916 <= obj <= 11808064005837
23.39/23.41	c BCD2: #cores=134, #unrelaxed=601, #relaxed=736, #hardened=0
23.39/23.41	c BCD2: #sat=1 #unsat=224 bias=224/225
23.39/23.42	c Solving starts ...
23.39/23.42	c ============================[ Search Statistics ]============================
23.39/23.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.39/23.42	c       |         |          |          |    Limit     GC | Var      | Constra 
23.39/23.42	c =============================================================================
23.39/23.42	c  0.0s |       0 |        0 |        0 |    29492      0 |     3390 |     5227
23.39/23.47	c  0.1s |       0 |      351 |        0 |    29492      0 |     3390 |     5227
23.39/23.47	c #cpu_time = 0.054s
23.39/23.47	c #wall_clock_time = 0.054s
23.39/23.47	c #decision = 351
23.39/23.47	c #random_decision = 0
23.39/23.47	c #conflict = 0
23.39/23.47	c #restart = 0
23.39/23.47	c BCD2: found a new core of size 1: cost of the new core is >=551368
23.39/23.47	c lower bound updated to 3800312210853
23.49/23.53	c BCD2: 3804019609284 <= obj <= 11808064005837
23.49/23.53	c BCD2: #cores=135, #unrelaxed=600, #relaxed=737, #hardened=0
23.49/23.53	c BCD2: #sat=1 #unsat=225 bias=225/226
23.49/23.54	c Solving starts ...
23.49/23.54	c ============================[ Search Statistics ]============================
23.49/23.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.49/23.54	c       |         |          |          |    Limit     GC | Var      | Constra 
23.49/23.54	c =============================================================================
23.49/23.54	c  0.0s |       0 |        0 |        0 |    29492      0 |     3390 |     5227
23.49/23.59	c  0.1s |       0 |      353 |        0 |    29492      0 |     3390 |     5227
23.49/23.59	c #cpu_time = 0.050s
23.49/23.59	c #wall_clock_time = 0.050s
23.49/23.59	c #decision = 353
23.49/23.59	c #random_decision = 0
23.49/23.59	c #conflict = 0
23.49/23.59	c #restart = 0
23.49/23.59	c BCD2: found a new core of size 2: cost of the new core is >=82
23.49/23.59	c lower bound updated to 3800312210935
23.59/23.65	c BCD2: 3804019609366 <= obj <= 11808064005837
23.59/23.65	c BCD2: #cores=136, #unrelaxed=598, #relaxed=739, #hardened=0
23.59/23.65	c BCD2: #sat=1 #unsat=226 bias=226/227
23.59/23.66	c Solving starts ...
23.59/23.66	c ============================[ Search Statistics ]============================
23.59/23.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.59/23.66	c       |         |          |          |    Limit     GC | Var      | Constra 
23.59/23.66	c =============================================================================
23.59/23.66	c  0.0s |       0 |        0 |        0 |    29492      0 |     3390 |     5227
23.69/23.71	c  0.1s |       0 |      679 |        1 |    29492      0 |     3390 |     5227
23.69/23.71	c #cpu_time = 0.055s
23.69/23.71	c #wall_clock_time = 0.055s
23.69/23.71	c #decision = 679
23.69/23.71	c #random_decision = 0
23.69/23.71	c #conflict = 1
23.69/23.71	c #restart = 0
23.69/23.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
23.69/23.71	c lower bound updated to 3800312210936
23.69/23.77	c BCD2: 3804019609367 <= obj <= 11808064005837
23.69/23.77	c BCD2: #cores=136, #unrelaxed=597, #relaxed=740, #hardened=0
23.69/23.77	c BCD2: #sat=1 #unsat=227 bias=227/228
23.69/23.77	c Solving starts ...
23.69/23.77	c ============================[ Search Statistics ]============================
23.69/23.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.69/23.77	c       |         |          |          |    Limit     GC | Var      | Constra 
23.69/23.77	c =============================================================================
23.69/23.78	c  0.0s |       0 |        0 |        0 |    29492      0 |     3391 |     5227
23.79/23.83	c  0.1s |       0 |      353 |        0 |    29492      0 |     3391 |     5228
23.79/23.83	c #cpu_time = 0.050s
23.79/23.83	c #wall_clock_time = 0.050s
23.79/23.83	c #decision = 353
23.79/23.83	c #random_decision = 0
23.79/23.83	c #conflict = 0
23.79/23.83	c #restart = 0
23.79/23.83	c BCD2: found a new core of size 1: cost of the new core is >=45212176
23.79/23.83	c lower bound updated to 3800357423112
23.79/23.89	c BCD2: 3804064821543 <= obj <= 11808064005837
23.79/23.89	c BCD2: #cores=137, #unrelaxed=596, #relaxed=741, #hardened=0
23.79/23.89	c BCD2: #sat=1 #unsat=228 bias=228/229
23.79/23.89	c Solving starts ...
23.79/23.89	c ============================[ Search Statistics ]============================
23.79/23.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.79/23.89	c       |         |          |          |    Limit     GC | Var      | Constra 
23.79/23.89	c =============================================================================
23.79/23.89	c  0.0s |       0 |        0 |        0 |    29492      0 |     3391 |     5228
23.89/23.95	c  0.1s |       0 |      354 |        0 |    29492      0 |     3391 |     5228
23.89/23.95	c #cpu_time = 0.055s
23.89/23.95	c #wall_clock_time = 0.055s
23.89/23.95	c #decision = 354
23.89/23.95	c #random_decision = 0
23.89/23.95	c #conflict = 0
23.89/23.95	c #restart = 0
23.89/23.95	c BCD2: found a new core of size 1: cost of the new core is >=551368
23.89/23.95	c lower bound updated to 3800357974480
23.99/24.00	c BCD2: 3804065372911 <= obj <= 11808064005837
23.99/24.00	c BCD2: #cores=138, #unrelaxed=595, #relaxed=742, #hardened=0
23.99/24.00	c BCD2: #sat=1 #unsat=229 bias=229/230
23.99/24.02	c Solving starts ...
23.99/24.02	c ============================[ Search Statistics ]============================
23.99/24.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.99/24.02	c       |         |          |          |    Limit     GC | Var      | Constra 
23.99/24.02	c =============================================================================
23.99/24.02	c  0.0s |       0 |        0 |        0 |    29492      0 |     3391 |     5228
23.99/24.07	c  0.1s |       0 |      356 |        0 |    29492      0 |     3391 |     5228
23.99/24.07	c #cpu_time = 0.051s
23.99/24.07	c #wall_clock_time = 0.051s
23.99/24.07	c #decision = 356
23.99/24.07	c #random_decision = 0
23.99/24.07	c #conflict = 0
23.99/24.07	c #restart = 0
23.99/24.07	c BCD2: found a new core of size 2: cost of the new core is >=82
23.99/24.07	c lower bound updated to 3800357974562
24.09/24.13	c BCD2: 3804065372993 <= obj <= 11808064005837
24.09/24.13	c BCD2: #cores=139, #unrelaxed=593, #relaxed=744, #hardened=0
24.09/24.13	c BCD2: #sat=1 #unsat=230 bias=230/231
24.09/24.14	c Solving starts ...
24.09/24.14	c ============================[ Search Statistics ]============================
24.09/24.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.09/24.14	c       |         |          |          |    Limit     GC | Var      | Constra 
24.09/24.14	c =============================================================================
24.09/24.14	c  0.0s |       0 |        0 |        0 |    29492      0 |     3391 |     5228
24.09/24.20	c  0.1s |       0 |      682 |        1 |    29492      0 |     3391 |     5228
24.09/24.20	c #cpu_time = 0.056s
24.09/24.20	c #wall_clock_time = 0.056s
24.09/24.20	c #decision = 682
24.09/24.20	c #random_decision = 0
24.09/24.20	c #conflict = 1
24.09/24.20	c #restart = 0
24.09/24.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
24.09/24.20	c lower bound updated to 3800357974563
24.20/24.25	c BCD2: 3804065372994 <= obj <= 11808064005837
24.20/24.25	c BCD2: #cores=139, #unrelaxed=592, #relaxed=745, #hardened=0
24.20/24.25	c BCD2: #sat=1 #unsat=231 bias=231/232
24.20/24.26	c Solving starts ...
24.20/24.26	c ============================[ Search Statistics ]============================
24.20/24.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.20/24.26	c       |         |          |          |    Limit     GC | Var      | Constra 
24.20/24.26	c =============================================================================
24.20/24.27	c  0.0s |       0 |        0 |        0 |    29492      0 |     3392 |     5228
24.30/24.32	c  0.1s |       0 |      356 |        0 |    29492      0 |     3392 |     5229
24.30/24.32	c #cpu_time = 0.051s
24.30/24.32	c #wall_clock_time = 0.051s
24.30/24.32	c #decision = 356
24.30/24.32	c #random_decision = 0
24.30/24.32	c #conflict = 0
24.30/24.32	c #restart = 0
24.30/24.32	c BCD2: found a new core of size 1: cost of the new core is >=45212176
24.30/24.32	c lower bound updated to 3800403186739
24.30/24.37	c BCD2: 3804110585170 <= obj <= 11808064005837
24.30/24.37	c BCD2: #cores=140, #unrelaxed=591, #relaxed=746, #hardened=0
24.30/24.37	c BCD2: #sat=1 #unsat=232 bias=232/233
24.30/24.38	c Solving starts ...
24.30/24.38	c ============================[ Search Statistics ]============================
24.30/24.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.30/24.38	c       |         |          |          |    Limit     GC | Var      | Constra 
24.30/24.38	c =============================================================================
24.30/24.38	c  0.0s |       0 |        0 |        0 |    29492      0 |     3392 |     5229
24.39/24.43	c  0.1s |       0 |      357 |        0 |    29492      0 |     3392 |     5229
24.39/24.43	c #cpu_time = 0.056s
24.39/24.43	c #wall_clock_time = 0.056s
24.39/24.43	c #decision = 357
24.39/24.43	c #random_decision = 0
24.39/24.43	c #conflict = 0
24.39/24.43	c #restart = 0
24.39/24.43	c BCD2: found a new core of size 1: cost of the new core is >=551368
24.39/24.43	c lower bound updated to 3800403738107
24.39/24.49	c BCD2: 3804111136538 <= obj <= 11808064005837
24.39/24.49	c BCD2: #cores=141, #unrelaxed=590, #relaxed=747, #hardened=0
24.39/24.49	c BCD2: #sat=1 #unsat=233 bias=233/234
24.49/24.50	c Solving starts ...
24.49/24.50	c ============================[ Search Statistics ]============================
24.49/24.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.49/24.50	c       |         |          |          |    Limit     GC | Var      | Constra 
24.49/24.50	c =============================================================================
24.49/24.50	c  0.0s |       0 |        0 |        0 |    29492      0 |     3392 |     5229
24.49/24.55	c  0.1s |       0 |      359 |        0 |    29492      0 |     3392 |     5229
24.49/24.55	c #cpu_time = 0.051s
24.49/24.55	c #wall_clock_time = 0.051s
24.49/24.55	c #decision = 359
24.49/24.55	c #random_decision = 0
24.49/24.55	c #conflict = 0
24.49/24.55	c #restart = 0
24.49/24.55	c BCD2: found a new core of size 2: cost of the new core is >=82
24.49/24.55	c lower bound updated to 3800403738189
24.59/24.61	c BCD2: 3804111136620 <= obj <= 11808064005837
24.59/24.61	c BCD2: #cores=142, #unrelaxed=588, #relaxed=749, #hardened=0
24.59/24.61	c BCD2: #sat=1 #unsat=234 bias=234/235
24.59/24.62	c Solving starts ...
24.59/24.62	c ============================[ Search Statistics ]============================
24.59/24.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.59/24.62	c       |         |          |          |    Limit     GC | Var      | Constra 
24.59/24.62	c =============================================================================
24.59/24.62	c  0.0s |       0 |        0 |        0 |    29492      0 |     3392 |     5229
24.59/24.68	c  0.1s |       0 |      685 |        1 |    29492      0 |     3392 |     5229
24.59/24.68	c #cpu_time = 0.056s
24.59/24.68	c #wall_clock_time = 0.056s
24.59/24.68	c #decision = 685
24.59/24.68	c #random_decision = 0
24.59/24.68	c #conflict = 1
24.59/24.68	c #restart = 0
24.59/24.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
24.59/24.68	c lower bound updated to 3800403738190
24.69/24.74	c BCD2: 3804111136621 <= obj <= 11808064005837
24.69/24.74	c BCD2: #cores=142, #unrelaxed=587, #relaxed=750, #hardened=0
24.69/24.74	c BCD2: #sat=1 #unsat=235 bias=235/236
24.69/24.74	c Solving starts ...
24.69/24.74	c ============================[ Search Statistics ]============================
24.69/24.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.69/24.74	c       |         |          |          |    Limit     GC | Var      | Constra 
24.69/24.74	c =============================================================================
24.69/24.75	c  0.0s |       0 |        0 |        0 |    29492      0 |     3393 |     5229
24.79/24.80	c  0.1s |       0 |      359 |        0 |    29492      0 |     3393 |     5230
24.79/24.80	c #cpu_time = 0.052s
24.79/24.80	c #wall_clock_time = 0.052s
24.79/24.80	c #decision = 359
24.79/24.80	c #random_decision = 0
24.79/24.80	c #conflict = 0
24.79/24.80	c #restart = 0
24.79/24.80	c BCD2: found a new core of size 1: cost of the new core is >=45212176
24.79/24.80	c lower bound updated to 3800448950366
24.79/24.86	c BCD2: 3804156348797 <= obj <= 11808064005837
24.79/24.86	c BCD2: #cores=143, #unrelaxed=586, #relaxed=751, #hardened=0
24.79/24.86	c BCD2: #sat=1 #unsat=236 bias=236/237
24.79/24.86	c Solving starts ...
24.79/24.86	c ============================[ Search Statistics ]============================
24.79/24.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.79/24.86	c       |         |          |          |    Limit     GC | Var      | Constra 
24.79/24.86	c =============================================================================
24.79/24.86	c  0.0s |       0 |        0 |        0 |    29492      0 |     3393 |     5230
24.89/24.92	c  0.1s |       0 |      360 |        0 |    29492      0 |     3393 |     5230
24.89/24.92	c #cpu_time = 0.057s
24.89/24.92	c #wall_clock_time = 0.057s
24.89/24.92	c #decision = 360
24.89/24.92	c #random_decision = 0
24.89/24.92	c #conflict = 0
24.89/24.92	c #restart = 0
24.89/24.92	c BCD2: found a new core of size 1: cost of the new core is >=551368
24.89/24.92	c lower bound updated to 3800449501734
24.89/24.98	c BCD2: 3804156900165 <= obj <= 11808064005837
24.89/24.98	c BCD2: #cores=144, #unrelaxed=585, #relaxed=752, #hardened=0
24.89/24.98	c BCD2: #sat=1 #unsat=237 bias=237/238
24.89/24.99	c Solving starts ...
24.89/24.99	c ============================[ Search Statistics ]============================
24.89/24.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.89/24.99	c       |         |          |          |    Limit     GC | Var      | Constra 
24.89/24.99	c =============================================================================
24.89/24.99	c  0.0s |       0 |        0 |        0 |    29492      0 |     3393 |     5230
24.99/25.04	c  0.1s |       0 |      362 |        0 |    29492      0 |     3393 |     5230
24.99/25.04	c #cpu_time = 0.053s
24.99/25.04	c #wall_clock_time = 0.053s
24.99/25.04	c #decision = 362
24.99/25.04	c #random_decision = 0
24.99/25.04	c #conflict = 0
24.99/25.04	c #restart = 0
24.99/25.04	c BCD2: found a new core of size 2: cost of the new core is >=82
24.99/25.04	c lower bound updated to 3800449501816
25.09/25.11	c BCD2: 3804156900247 <= obj <= 11808064005837
25.09/25.11	c BCD2: #cores=145, #unrelaxed=583, #relaxed=754, #hardened=0
25.09/25.11	c BCD2: #sat=1 #unsat=238 bias=238/239
25.09/25.11	c Solving starts ...
25.09/25.11	c ============================[ Search Statistics ]============================
25.09/25.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.09/25.11	c       |         |          |          |    Limit     GC | Var      | Constra 
25.09/25.11	c =============================================================================
25.09/25.11	c  0.0s |       0 |        0 |        0 |    29492      0 |     3393 |     5230
25.09/25.17	c  0.1s |       0 |      688 |        1 |    29492      0 |     3393 |     5230
25.09/25.17	c #cpu_time = 0.058s
25.09/25.17	c #wall_clock_time = 0.058s
25.09/25.17	c #decision = 688
25.09/25.17	c #random_decision = 0
25.09/25.17	c #conflict = 1
25.09/25.17	c #restart = 0
25.09/25.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
25.09/25.17	c lower bound updated to 3800449501817
25.19/25.23	c BCD2: 3804156900248 <= obj <= 11808064005837
25.19/25.23	c BCD2: #cores=145, #unrelaxed=582, #relaxed=755, #hardened=0
25.19/25.23	c BCD2: #sat=1 #unsat=239 bias=239/240
25.19/25.24	c Solving starts ...
25.19/25.24	c ============================[ Search Statistics ]============================
25.19/25.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.19/25.24	c       |         |          |          |    Limit     GC | Var      | Constra 
25.19/25.24	c =============================================================================
25.19/25.24	c  0.0s |       0 |        0 |        0 |    29492      0 |     3394 |     5230
25.19/25.29	c  0.1s |       0 |      362 |        0 |    29492      0 |     3394 |     5231
25.19/25.29	c #cpu_time = 0.053s
25.19/25.29	c #wall_clock_time = 0.053s
25.19/25.29	c #decision = 362
25.19/25.29	c #random_decision = 0
25.19/25.29	c #conflict = 0
25.19/25.29	c #restart = 0
25.19/25.29	c BCD2: found a new core of size 1: cost of the new core is >=45212176
25.19/25.29	c lower bound updated to 3800494713993
25.30/25.35	c BCD2: 3804202112424 <= obj <= 11808064005837
25.30/25.35	c BCD2: #cores=146, #unrelaxed=581, #relaxed=756, #hardened=0
25.30/25.35	c BCD2: #sat=1 #unsat=240 bias=240/241
25.30/25.36	c Solving starts ...
25.30/25.36	c ============================[ Search Statistics ]============================
25.30/25.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.30/25.36	c       |         |          |          |    Limit     GC | Var      | Constra 
25.30/25.36	c =============================================================================
25.30/25.36	c  0.0s |       0 |        0 |        0 |    29492      0 |     3394 |     5231
25.40/25.41	c  0.1s |       0 |      363 |        0 |    29492      0 |     3394 |     5231
25.40/25.41	c #cpu_time = 0.055s
25.40/25.41	c #wall_clock_time = 0.055s
25.40/25.41	c #decision = 363
25.40/25.41	c #random_decision = 0
25.40/25.41	c #conflict = 0
25.40/25.41	c #restart = 0
25.40/25.41	c BCD2: found a new core of size 1: cost of the new core is >=551368
25.40/25.41	c lower bound updated to 3800495265361
25.40/25.48	c BCD2: 3804202663792 <= obj <= 11808064005837
25.40/25.48	c BCD2: #cores=147, #unrelaxed=580, #relaxed=757, #hardened=0
25.40/25.48	c BCD2: #sat=1 #unsat=241 bias=241/242
25.40/25.48	c Solving starts ...
25.40/25.48	c ============================[ Search Statistics ]============================
25.40/25.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.40/25.48	c       |         |          |          |    Limit     GC | Var      | Constra 
25.40/25.48	c =============================================================================
25.40/25.49	c  0.0s |       0 |        0 |        0 |    29492      0 |     3394 |     5231
25.49/25.54	c  0.1s |       0 |      365 |        0 |    29492      0 |     3394 |     5231
25.49/25.54	c #cpu_time = 0.054s
25.49/25.54	c #wall_clock_time = 0.054s
25.49/25.54	c #decision = 365
25.49/25.54	c #random_decision = 0
25.49/25.54	c #conflict = 0
25.49/25.54	c #restart = 0
25.49/25.54	c BCD2: found a new core of size 2: cost of the new core is >=82
25.49/25.54	c lower bound updated to 3800495265443
25.49/25.60	c BCD2: 3804202663874 <= obj <= 11808064005837
25.49/25.60	c BCD2: #cores=148, #unrelaxed=578, #relaxed=759, #hardened=0
25.49/25.60	c BCD2: #sat=1 #unsat=242 bias=242/243
25.59/25.60	c Solving starts ...
25.59/25.60	c ============================[ Search Statistics ]============================
25.59/25.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.59/25.60	c       |         |          |          |    Limit     GC | Var      | Constra 
25.59/25.60	c =============================================================================
25.59/25.61	c  0.0s |       0 |        0 |        0 |    29492      0 |     3394 |     5231
25.59/25.67	c  0.1s |       0 |      691 |        1 |    29492      0 |     3394 |     5231
25.59/25.67	c #cpu_time = 0.059s
25.59/25.67	c #wall_clock_time = 0.059s
25.59/25.67	c #decision = 691
25.59/25.67	c #random_decision = 0
25.59/25.67	c #conflict = 1
25.59/25.67	c #restart = 0
25.59/25.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
25.59/25.67	c lower bound updated to 3800495265444
25.69/25.72	c BCD2: 3804202663875 <= obj <= 11808064005837
25.69/25.72	c BCD2: #cores=148, #unrelaxed=577, #relaxed=760, #hardened=0
25.69/25.72	c BCD2: #sat=1 #unsat=243 bias=243/244
25.69/25.73	c Solving starts ...
25.69/25.73	c ============================[ Search Statistics ]============================
25.69/25.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.69/25.73	c       |         |          |          |    Limit     GC | Var      | Constra 
25.69/25.73	c =============================================================================
25.69/25.74	c  0.0s |       0 |        0 |        0 |    29492      0 |     3395 |     5231
25.69/25.79	c  0.1s |       0 |      365 |        0 |    29492      0 |     3395 |     5232
25.69/25.79	c #cpu_time = 0.053s
25.69/25.79	c #wall_clock_time = 0.053s
25.69/25.79	c #decision = 365
25.69/25.79	c #random_decision = 0
25.69/25.79	c #conflict = 0
25.69/25.79	c #restart = 0
25.69/25.79	c BCD2: found a new core of size 1: cost of the new core is >=45212176
25.69/25.79	c lower bound updated to 3800540477620
25.79/25.85	c BCD2: 3804247876051 <= obj <= 11808064005837
25.79/25.85	c BCD2: #cores=149, #unrelaxed=576, #relaxed=761, #hardened=0
25.79/25.85	c BCD2: #sat=1 #unsat=244 bias=244/245
25.79/25.85	c Solving starts ...
25.79/25.85	c ============================[ Search Statistics ]============================
25.79/25.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.79/25.85	c       |         |          |          |    Limit     GC | Var      | Constra 
25.79/25.85	c =============================================================================
25.79/25.86	c  0.0s |       0 |        0 |        0 |    29492      0 |     3395 |     5232
25.89/25.92	c  0.1s |       0 |      366 |        0 |    29492      0 |     3395 |     5232
25.89/25.92	c #cpu_time = 0.055s
25.89/25.92	c #wall_clock_time = 0.055s
25.89/25.92	c #decision = 366
25.89/25.92	c #random_decision = 0
25.89/25.92	c #conflict = 0
25.89/25.92	c #restart = 0
25.89/25.92	c BCD2: found a new core of size 1: cost of the new core is >=551368
25.89/25.92	c lower bound updated to 3800541028988
25.89/25.97	c BCD2: 3804248427419 <= obj <= 11808064005837
25.89/25.97	c BCD2: #cores=150, #unrelaxed=575, #relaxed=762, #hardened=0
25.89/25.97	c BCD2: #sat=1 #unsat=245 bias=245/246
25.89/25.98	c Solving starts ...
25.89/25.98	c ============================[ Search Statistics ]============================
25.89/25.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.89/25.98	c       |         |          |          |    Limit     GC | Var      | Constra 
25.89/25.98	c =============================================================================
25.89/25.99	c  0.0s |       0 |        0 |        0 |    29492      0 |     3395 |     5232
25.99/26.04	c  0.1s |       0 |      368 |        0 |    29492      0 |     3395 |     5232
25.99/26.04	c #cpu_time = 0.054s
25.99/26.04	c #wall_clock_time = 0.054s
25.99/26.04	c #decision = 368
25.99/26.04	c #random_decision = 0
25.99/26.04	c #conflict = 0
25.99/26.04	c #restart = 0
25.99/26.04	c BCD2: found a new core of size 2: cost of the new core is >=82
25.99/26.04	c lower bound updated to 3800541029070
26.09/26.10	c BCD2: 3804248427501 <= obj <= 11808064005837
26.09/26.10	c BCD2: #cores=151, #unrelaxed=573, #relaxed=764, #hardened=0
26.09/26.10	c BCD2: #sat=1 #unsat=246 bias=246/247
26.09/26.10	c Solving starts ...
26.09/26.10	c ============================[ Search Statistics ]============================
26.09/26.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.09/26.10	c       |         |          |          |    Limit     GC | Var      | Constra 
26.09/26.10	c =============================================================================
26.09/26.10	c  0.0s |       0 |        0 |        0 |    29492      0 |     3395 |     5232
26.09/26.17	c  0.1s |       0 |      694 |        1 |    29492      0 |     3395 |     5232
26.09/26.17	c #cpu_time = 0.063s
26.09/26.17	c #wall_clock_time = 0.063s
26.09/26.17	c #decision = 694
26.09/26.17	c #random_decision = 0
26.09/26.17	c #conflict = 1
26.09/26.17	c #restart = 0
26.09/26.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
26.09/26.17	c lower bound updated to 3800541029071
26.19/26.23	c BCD2: 3804248427502 <= obj <= 11808064005837
26.19/26.23	c BCD2: #cores=151, #unrelaxed=572, #relaxed=765, #hardened=0
26.19/26.23	c BCD2: #sat=1 #unsat=247 bias=247/248
26.19/26.23	c Solving starts ...
26.19/26.23	c ============================[ Search Statistics ]============================
26.19/26.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.19/26.23	c       |         |          |          |    Limit     GC | Var      | Constra 
26.19/26.23	c =============================================================================
26.19/26.23	c  0.0s |       0 |        0 |        0 |    29492      0 |     3396 |     5232
26.19/26.29	c  0.1s |       0 |      368 |        0 |    29492      0 |     3396 |     5233
26.19/26.29	c #cpu_time = 0.055s
26.19/26.29	c #wall_clock_time = 0.055s
26.19/26.29	c #decision = 368
26.19/26.29	c #random_decision = 0
26.19/26.29	c #conflict = 0
26.19/26.29	c #restart = 0
26.19/26.29	c BCD2: found a new core of size 1: cost of the new core is >=45212176
26.19/26.29	c lower bound updated to 3800586241247
26.29/26.34	c BCD2: 3804293639678 <= obj <= 11808064005837
26.29/26.34	c BCD2: #cores=152, #unrelaxed=571, #relaxed=766, #hardened=0
26.29/26.34	c BCD2: #sat=1 #unsat=248 bias=248/249
26.29/26.36	c Solving starts ...
26.29/26.36	c ============================[ Search Statistics ]============================
26.29/26.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.29/26.36	c       |         |          |          |    Limit     GC | Var      | Constra 
26.29/26.36	c =============================================================================
26.29/26.36	c  0.0s |       0 |        0 |        0 |    29492      0 |     3396 |     5233
26.39/26.41	c  0.1s |       0 |      369 |        0 |    29492      0 |     3396 |     5233
26.39/26.41	c #cpu_time = 0.056s
26.39/26.41	c #wall_clock_time = 0.056s
26.39/26.41	c #decision = 369
26.39/26.41	c #random_decision = 0
26.39/26.41	c #conflict = 0
26.39/26.41	c #restart = 0
26.39/26.41	c BCD2: found a new core of size 1: cost of the new core is >=551368
26.39/26.41	c lower bound updated to 3800586792615
26.39/26.47	c BCD2: 3804294191046 <= obj <= 11808064005837
26.39/26.47	c BCD2: #cores=153, #unrelaxed=570, #relaxed=767, #hardened=0
26.39/26.47	c BCD2: #sat=1 #unsat=249 bias=249/250
26.39/26.48	c Solving starts ...
26.39/26.48	c ============================[ Search Statistics ]============================
26.39/26.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.39/26.48	c       |         |          |          |    Limit     GC | Var      | Constra 
26.39/26.48	c =============================================================================
26.39/26.48	c  0.0s |       0 |        0 |        0 |    29492      0 |     3396 |     5233
26.49/26.54	c  0.1s |       0 |      371 |        0 |    29492      0 |     3396 |     5233
26.49/26.54	c #cpu_time = 0.055s
26.49/26.54	c #wall_clock_time = 0.055s
26.49/26.54	c #decision = 371
26.49/26.54	c #random_decision = 0
26.49/26.54	c #conflict = 0
26.49/26.54	c #restart = 0
26.49/26.54	c BCD2: found a new core of size 2: cost of the new core is >=82
26.49/26.54	c lower bound updated to 3800586792697
26.59/26.60	c BCD2: 3804294191128 <= obj <= 11808064005837
26.59/26.60	c BCD2: #cores=154, #unrelaxed=568, #relaxed=769, #hardened=0
26.59/26.60	c BCD2: #sat=1 #unsat=250 bias=250/251
26.59/26.61	c Solving starts ...
26.59/26.61	c ============================[ Search Statistics ]============================
26.59/26.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.59/26.61	c       |         |          |          |    Limit     GC | Var      | Constra 
26.59/26.61	c =============================================================================
26.59/26.61	c  0.0s |       0 |        0 |        0 |    29492      0 |     3396 |     5233
26.59/26.67	c  0.1s |       0 |      697 |        1 |    29492      0 |     3396 |     5233
26.59/26.67	c #cpu_time = 0.060s
26.59/26.67	c #wall_clock_time = 0.060s
26.59/26.67	c #decision = 697
26.59/26.67	c #random_decision = 0
26.59/26.67	c #conflict = 1
26.59/26.67	c #restart = 0
26.59/26.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
26.59/26.67	c lower bound updated to 3800586792698
26.69/26.73	c BCD2: 3804294191129 <= obj <= 11808064005837
26.69/26.73	c BCD2: #cores=154, #unrelaxed=567, #relaxed=770, #hardened=0
26.69/26.73	c BCD2: #sat=1 #unsat=251 bias=251/252
26.69/26.73	c Solving starts ...
26.69/26.73	c ============================[ Search Statistics ]============================
26.69/26.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.69/26.73	c       |         |          |          |    Limit     GC | Var      | Constra 
26.69/26.73	c =============================================================================
26.69/26.74	c  0.0s |       0 |        0 |        0 |    29492      0 |     3397 |     5233
26.79/26.80	c  0.1s |       0 |      371 |        0 |    29492      0 |     3397 |     5234
26.79/26.80	c #cpu_time = 0.055s
26.79/26.80	c #wall_clock_time = 0.055s
26.79/26.80	c #decision = 371
26.79/26.80	c #random_decision = 0
26.79/26.80	c #conflict = 0
26.79/26.80	c #restart = 0
26.79/26.80	c BCD2: found a new core of size 1: cost of the new core is >=45212176
26.79/26.80	c lower bound updated to 3800632004874
26.79/26.85	c BCD2: 3804339403305 <= obj <= 11808064005837
26.79/26.85	c BCD2: #cores=155, #unrelaxed=566, #relaxed=771, #hardened=0
26.79/26.85	c BCD2: #sat=1 #unsat=252 bias=252/253
26.79/26.86	c Solving starts ...
26.79/26.86	c ============================[ Search Statistics ]============================
26.79/26.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.79/26.86	c       |         |          |          |    Limit     GC | Var      | Constra 
26.79/26.86	c =============================================================================
26.79/26.86	c  0.0s |       0 |        0 |        0 |    29492      0 |     3397 |     5234
26.89/26.92	c  0.1s |       0 |      372 |        0 |    29492      0 |     3397 |     5234
26.89/26.92	c #cpu_time = 0.061s
26.89/26.92	c #wall_clock_time = 0.061s
26.89/26.92	c #decision = 372
26.89/26.92	c #random_decision = 0
26.89/26.92	c #conflict = 0
26.89/26.92	c #restart = 0
26.89/26.92	c BCD2: found a new core of size 1: cost of the new core is >=551368
26.89/26.92	c lower bound updated to 3800632556242
26.89/26.98	c BCD2: 3804339954673 <= obj <= 11808064005837
26.89/26.98	c BCD2: #cores=156, #unrelaxed=565, #relaxed=772, #hardened=0
26.89/26.98	c BCD2: #sat=1 #unsat=253 bias=253/254
26.89/26.99	c Solving starts ...
26.89/26.99	c ============================[ Search Statistics ]============================
26.89/26.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.89/26.99	c       |         |          |          |    Limit     GC | Var      | Constra 
26.89/26.99	c =============================================================================
26.89/26.99	c  0.0s |       0 |        0 |        0 |    29492      0 |     3397 |     5234
26.99/27.05	c  0.1s |       0 |      374 |        0 |    29492      0 |     3397 |     5234
26.99/27.05	c #cpu_time = 0.056s
26.99/27.05	c #wall_clock_time = 0.056s
26.99/27.05	c #decision = 374
26.99/27.05	c #random_decision = 0
26.99/27.05	c #conflict = 0
26.99/27.05	c #restart = 0
26.99/27.05	c BCD2: found a new core of size 2: cost of the new core is >=82
26.99/27.05	c lower bound updated to 3800632556324
27.09/27.10	c BCD2: 3804339954755 <= obj <= 11808064005837
27.09/27.10	c BCD2: #cores=157, #unrelaxed=563, #relaxed=774, #hardened=0
27.09/27.10	c BCD2: #sat=1 #unsat=254 bias=254/255
27.09/27.11	c Solving starts ...
27.09/27.11	c ============================[ Search Statistics ]============================
27.09/27.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.09/27.11	c       |         |          |          |    Limit     GC | Var      | Constra 
27.09/27.11	c =============================================================================
27.09/27.11	c  0.0s |       0 |        0 |        0 |    29492      0 |     3397 |     5234
27.09/27.18	c  0.1s |       0 |      700 |        1 |    29492      0 |     3397 |     5234
27.09/27.18	c #cpu_time = 0.062s
27.09/27.18	c #wall_clock_time = 0.062s
27.09/27.18	c #decision = 700
27.09/27.18	c #random_decision = 0
27.09/27.18	c #conflict = 1
27.09/27.18	c #restart = 0
27.09/27.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
27.09/27.18	c lower bound updated to 3800632556325
27.19/27.23	c BCD2: 3804339954756 <= obj <= 11808064005837
27.19/27.23	c BCD2: #cores=157, #unrelaxed=562, #relaxed=775, #hardened=0
27.19/27.23	c BCD2: #sat=1 #unsat=255 bias=255/256
27.19/27.25	c Solving starts ...
27.19/27.25	c ============================[ Search Statistics ]============================
27.19/27.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.19/27.25	c       |         |          |          |    Limit     GC | Var      | Constra 
27.19/27.25	c =============================================================================
27.19/27.25	c  0.0s |       0 |        0 |        0 |    29492      0 |     3398 |     5234
27.29/27.30	c  0.1s |       0 |      374 |        0 |    29492      0 |     3398 |     5235
27.29/27.30	c #cpu_time = 0.057s
27.29/27.30	c #wall_clock_time = 0.057s
27.29/27.30	c #decision = 374
27.29/27.30	c #random_decision = 0
27.29/27.30	c #conflict = 0
27.29/27.30	c #restart = 0
27.29/27.30	c BCD2: found a new core of size 1: cost of the new core is >=45212176
27.29/27.30	c lower bound updated to 3800677768501
27.29/27.36	c BCD2: 3804385166932 <= obj <= 11808064005837
27.29/27.36	c BCD2: #cores=158, #unrelaxed=561, #relaxed=776, #hardened=0
27.29/27.36	c BCD2: #sat=1 #unsat=256 bias=256/257
27.29/27.37	c Solving starts ...
27.29/27.37	c ============================[ Search Statistics ]============================
27.29/27.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.29/27.37	c       |         |          |          |    Limit     GC | Var      | Constra 
27.29/27.37	c =============================================================================
27.29/27.37	c  0.0s |       0 |        0 |        0 |    29492      0 |     3398 |     5235
27.39/27.43	c  0.1s |       0 |      375 |        0 |    29492      0 |     3398 |     5235
27.39/27.43	c #cpu_time = 0.058s
27.39/27.43	c #wall_clock_time = 0.058s
27.39/27.43	c #decision = 375
27.39/27.43	c #random_decision = 0
27.39/27.43	c #conflict = 0
27.39/27.43	c #restart = 0
27.39/27.43	c BCD2: found a new core of size 1: cost of the new core is >=551368
27.39/27.43	c lower bound updated to 3800678319869
27.39/27.49	c BCD2: 3804385718300 <= obj <= 11808064005837
27.39/27.49	c BCD2: #cores=159, #unrelaxed=560, #relaxed=777, #hardened=0
27.39/27.49	c BCD2: #sat=1 #unsat=257 bias=257/258
27.39/27.49	c Solving starts ...
27.39/27.49	c ============================[ Search Statistics ]============================
27.39/27.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.39/27.49	c       |         |          |          |    Limit     GC | Var      | Constra 
27.39/27.49	c =============================================================================
27.49/27.50	c  0.0s |       0 |        0 |        0 |    29492      0 |     3398 |     5235
27.49/27.56	c  0.1s |       0 |      377 |        0 |    29492      0 |     3398 |     5235
27.49/27.56	c #cpu_time = 0.057s
27.49/27.56	c #wall_clock_time = 0.057s
27.49/27.56	c #decision = 377
27.49/27.56	c #random_decision = 0
27.49/27.56	c #conflict = 0
27.49/27.56	c #restart = 0
27.49/27.56	c BCD2: found a new core of size 2: cost of the new core is >=82
27.49/27.56	c lower bound updated to 3800678319951
27.59/27.62	c BCD2: 3804385718382 <= obj <= 11808064005837
27.59/27.62	c BCD2: #cores=160, #unrelaxed=558, #relaxed=779, #hardened=0
27.59/27.62	c BCD2: #sat=1 #unsat=258 bias=258/259
27.59/27.62	c Solving starts ...
27.59/27.62	c ============================[ Search Statistics ]============================
27.59/27.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.59/27.62	c       |         |          |          |    Limit     GC | Var      | Constra 
27.59/27.62	c =============================================================================
27.59/27.62	c  0.0s |       0 |        0 |        0 |    29492      0 |     3398 |     5235
27.59/27.69	c  0.1s |       0 |      715 |        1 |    29492      0 |     3398 |     5235
27.59/27.69	c #cpu_time = 0.067s
27.59/27.69	c #wall_clock_time = 0.067s
27.59/27.69	c #decision = 715
27.59/27.69	c #random_decision = 0
27.59/27.69	c #conflict = 1
27.59/27.69	c #restart = 0
27.59/27.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
27.59/27.69	c lower bound updated to 3800678319952
27.69/27.75	c BCD2: 3804385718383 <= obj <= 11808064005837
27.69/27.75	c BCD2: #cores=160, #unrelaxed=557, #relaxed=780, #hardened=0
27.69/27.75	c BCD2: #sat=1 #unsat=259 bias=259/260
27.69/27.76	c Solving starts ...
27.69/27.76	c ============================[ Search Statistics ]============================
27.69/27.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.69/27.76	c       |         |          |          |    Limit     GC | Var      | Constra 
27.69/27.76	c =============================================================================
27.69/27.76	c  0.0s |       0 |        0 |        0 |    29492      0 |     3399 |     5235
27.79/27.82	c  0.1s |       0 |      377 |        0 |    29492      0 |     3399 |     5236
27.79/27.82	c #cpu_time = 0.057s
27.79/27.82	c #wall_clock_time = 0.057s
27.79/27.82	c #decision = 377
27.79/27.82	c #random_decision = 0
27.79/27.82	c #conflict = 0
27.79/27.82	c #restart = 0
27.79/27.82	c BCD2: found a new core of size 1: cost of the new core is >=45212176
27.79/27.82	c lower bound updated to 3800723532128
27.79/27.88	c BCD2: 3804430930559 <= obj <= 11808064005837
27.79/27.88	c BCD2: #cores=161, #unrelaxed=556, #relaxed=781, #hardened=0
27.79/27.88	c BCD2: #sat=1 #unsat=260 bias=260/261
27.79/27.89	c Solving starts ...
27.79/27.89	c ============================[ Search Statistics ]============================
27.79/27.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.79/27.89	c       |         |          |          |    Limit     GC | Var      | Constra 
27.79/27.89	c =============================================================================
27.79/27.89	c  0.0s |       0 |        0 |        0 |    29492      0 |     3399 |     5236
27.89/27.95	c  0.1s |       0 |      378 |        0 |    29492      0 |     3399 |     5236
27.89/27.95	c #cpu_time = 0.059s
27.89/27.95	c #wall_clock_time = 0.059s
27.89/27.95	c #decision = 378
27.89/27.95	c #random_decision = 0
27.89/27.95	c #conflict = 0
27.89/27.95	c #restart = 0
27.89/27.95	c BCD2: found a new core of size 1: cost of the new core is >=551368
27.89/27.95	c lower bound updated to 3800724083496
27.99/28.00	c BCD2: 3804431481927 <= obj <= 11808064005837
27.99/28.00	c BCD2: #cores=162, #unrelaxed=555, #relaxed=782, #hardened=0
27.99/28.00	c BCD2: #sat=1 #unsat=261 bias=261/262
27.99/28.01	c Solving starts ...
27.99/28.01	c ============================[ Search Statistics ]============================
27.99/28.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.99/28.01	c       |         |          |          |    Limit     GC | Var      | Constra 
27.99/28.01	c =============================================================================
27.99/28.01	c  0.0s |       0 |        0 |        0 |    29492      0 |     3399 |     5236
27.99/28.07	c  0.1s |       0 |      380 |        0 |    29492      0 |     3399 |     5236
27.99/28.07	c #cpu_time = 0.058s
27.99/28.07	c #wall_clock_time = 0.058s
27.99/28.07	c #decision = 380
27.99/28.07	c #random_decision = 0
27.99/28.07	c #conflict = 0
27.99/28.07	c #restart = 0
27.99/28.07	c BCD2: found a new core of size 2: cost of the new core is >=82
27.99/28.07	c lower bound updated to 3800724083578
28.09/28.13	c BCD2: 3804431482009 <= obj <= 11808064005837
28.09/28.13	c BCD2: #cores=163, #unrelaxed=553, #relaxed=784, #hardened=0
28.09/28.13	c BCD2: #sat=1 #unsat=262 bias=262/263
28.09/28.14	c Solving starts ...
28.09/28.14	c ============================[ Search Statistics ]============================
28.09/28.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.09/28.14	c       |         |          |          |    Limit     GC | Var      | Constra 
28.09/28.14	c =============================================================================
28.09/28.14	c  0.0s |       0 |        0 |        0 |    29492      0 |     3399 |     5236
28.18/28.21	c  0.1s |       0 |      706 |        1 |    29492      0 |     3399 |     5236
28.18/28.21	c #cpu_time = 0.064s
28.18/28.21	c #wall_clock_time = 0.064s
28.18/28.21	c #decision = 706
28.18/28.21	c #random_decision = 0
28.18/28.21	c #conflict = 1
28.18/28.21	c #restart = 0
28.18/28.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
28.18/28.21	c lower bound updated to 3800724083579
28.18/28.26	c BCD2: 3804431482010 <= obj <= 11808064005837
28.18/28.26	c BCD2: #cores=163, #unrelaxed=552, #relaxed=785, #hardened=0
28.18/28.26	c BCD2: #sat=1 #unsat=263 bias=263/264
28.18/28.28	c Solving starts ...
28.18/28.28	c ============================[ Search Statistics ]============================
28.18/28.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.18/28.28	c       |         |          |          |    Limit     GC | Var      | Constra 
28.18/28.28	c =============================================================================
28.18/28.28	c  0.0s |       0 |        0 |        0 |    29492      0 |     3400 |     5236
28.28/28.34	c  0.1s |       0 |      380 |        0 |    29492      0 |     3400 |     5237
28.28/28.34	c #cpu_time = 0.059s
28.28/28.34	c #wall_clock_time = 0.059s
28.28/28.34	c #decision = 380
28.28/28.34	c #random_decision = 0
28.28/28.34	c #conflict = 0
28.28/28.34	c #restart = 0
28.28/28.34	c BCD2: found a new core of size 1: cost of the new core is >=45212176
28.28/28.34	c lower bound updated to 3800769295755
28.28/28.39	c BCD2: 3804476694186 <= obj <= 11808064005837
28.28/28.39	c BCD2: #cores=164, #unrelaxed=551, #relaxed=786, #hardened=0
28.28/28.39	c BCD2: #sat=1 #unsat=264 bias=264/265
28.38/28.41	c Solving starts ...
28.38/28.41	c ============================[ Search Statistics ]============================
28.38/28.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.38/28.41	c       |         |          |          |    Limit     GC | Var      | Constra 
28.38/28.41	c =============================================================================
28.38/28.41	c  0.0s |       0 |        0 |        0 |    29492      0 |     3400 |     5237
28.38/28.47	c  0.1s |       0 |      381 |        0 |    29492      0 |     3400 |     5237
28.38/28.47	c #cpu_time = 0.059s
28.38/28.47	c #wall_clock_time = 0.059s
28.38/28.47	c #decision = 381
28.38/28.47	c #random_decision = 0
28.38/28.47	c #conflict = 0
28.38/28.47	c #restart = 0
28.38/28.47	c BCD2: found a new core of size 1: cost of the new core is >=551368
28.38/28.47	c lower bound updated to 3800769847123
28.48/28.52	c BCD2: 3804477245554 <= obj <= 11808064005837
28.48/28.52	c BCD2: #cores=165, #unrelaxed=550, #relaxed=787, #hardened=0
28.48/28.52	c BCD2: #sat=1 #unsat=265 bias=265/266
28.48/28.53	c Solving starts ...
28.48/28.53	c ============================[ Search Statistics ]============================
28.48/28.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.48/28.53	c       |         |          |          |    Limit     GC | Var      | Constra 
28.48/28.53	c =============================================================================
28.48/28.54	c  0.0s |       0 |        0 |        0 |    29492      0 |     3400 |     5237
28.48/28.60	c  0.1s |       0 |      383 |        0 |    29492      0 |     3400 |     5237
28.48/28.60	c #cpu_time = 0.058s
28.48/28.60	c #wall_clock_time = 0.058s
28.48/28.60	c #decision = 383
28.48/28.60	c #random_decision = 0
28.48/28.60	c #conflict = 0
28.48/28.60	c #restart = 0
28.48/28.60	c BCD2: found a new core of size 2: cost of the new core is >=82
28.48/28.60	c lower bound updated to 3800769847205
28.59/28.65	c BCD2: 3804477245636 <= obj <= 11808064005837
28.59/28.65	c BCD2: #cores=166, #unrelaxed=548, #relaxed=789, #hardened=0
28.59/28.65	c BCD2: #sat=1 #unsat=266 bias=266/267
28.59/28.66	c Solving starts ...
28.59/28.66	c ============================[ Search Statistics ]============================
28.59/28.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.59/28.66	c       |         |          |          |    Limit     GC | Var      | Constra 
28.59/28.66	c =============================================================================
28.59/28.67	c  0.0s |       0 |        0 |        0 |    29492      0 |     3400 |     5237
28.69/28.73	c  0.1s |       0 |      709 |        1 |    29492      0 |     3400 |     5237
28.69/28.73	c #cpu_time = 0.064s
28.69/28.73	c #wall_clock_time = 0.064s
28.69/28.73	c #decision = 709
28.69/28.73	c #random_decision = 0
28.69/28.73	c #conflict = 1
28.69/28.73	c #restart = 0
28.69/28.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
28.69/28.73	c lower bound updated to 3800769847206
28.69/28.79	c BCD2: 3804477245637 <= obj <= 11808064005837
28.69/28.79	c BCD2: #cores=166, #unrelaxed=547, #relaxed=790, #hardened=0
28.69/28.79	c BCD2: #sat=1 #unsat=267 bias=267/268
28.69/28.79	c Solving starts ...
28.69/28.79	c ============================[ Search Statistics ]============================
28.69/28.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.69/28.79	c       |         |          |          |    Limit     GC | Var      | Constra 
28.69/28.79	c =============================================================================
28.78/28.80	c  0.0s |       0 |        0 |        0 |    29492      0 |     3401 |     5237
28.78/28.86	c  0.1s |       0 |      383 |        0 |    29492      0 |     3401 |     5238
28.78/28.86	c #cpu_time = 0.059s
28.78/28.86	c #wall_clock_time = 0.059s
28.78/28.86	c #decision = 383
28.78/28.86	c #random_decision = 0
28.78/28.86	c #conflict = 0
28.78/28.86	c #restart = 0
28.78/28.86	c BCD2: found a new core of size 1: cost of the new core is >=45212176
28.78/28.86	c lower bound updated to 3800815059382
28.88/28.92	c BCD2: 3804522457813 <= obj <= 11808064005837
28.88/28.92	c BCD2: #cores=167, #unrelaxed=546, #relaxed=791, #hardened=0
28.88/28.92	c BCD2: #sat=1 #unsat=268 bias=268/269
28.88/28.92	c Solving starts ...
28.88/28.92	c ============================[ Search Statistics ]============================
28.88/28.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.88/28.92	c       |         |          |          |    Limit     GC | Var      | Constra 
28.88/28.92	c =============================================================================
28.88/28.93	c  0.0s |       0 |        0 |        0 |    29492      0 |     3401 |     5238
28.88/29.00	c  0.1s |       0 |      384 |        0 |    29492      0 |     3401 |     5238
28.88/29.00	c #cpu_time = 0.060s
28.88/29.00	c #wall_clock_time = 0.060s
28.88/29.00	c #decision = 384
28.88/29.00	c #random_decision = 0
28.88/29.00	c #conflict = 0
28.88/29.00	c #restart = 0
28.88/29.00	c BCD2: found a new core of size 1: cost of the new core is >=551368
28.88/29.00	c lower bound updated to 3800815610750
28.98/29.05	c BCD2: 3804523009181 <= obj <= 11808064005837
28.98/29.05	c BCD2: #cores=168, #unrelaxed=545, #relaxed=792, #hardened=0
28.98/29.05	c BCD2: #sat=1 #unsat=269 bias=269/270
28.98/29.06	c Solving starts ...
28.98/29.06	c ============================[ Search Statistics ]============================
28.98/29.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.98/29.06	c       |         |          |          |    Limit     GC | Var      | Constra 
28.98/29.06	c =============================================================================
28.98/29.06	c  0.0s |       0 |        0 |        0 |    29492      0 |     3401 |     5238
29.08/29.12	c  0.1s |       0 |      386 |        0 |    29492      0 |     3401 |     5238
29.08/29.12	c #cpu_time = 0.063s
29.08/29.12	c #wall_clock_time = 0.063s
29.08/29.12	c #decision = 386
29.08/29.12	c #random_decision = 0
29.08/29.12	c #conflict = 0
29.08/29.12	c #restart = 0
29.08/29.12	c BCD2: found a new core of size 2: cost of the new core is >=82
29.08/29.12	c lower bound updated to 3800815610832
29.08/29.18	c BCD2: 3804523009263 <= obj <= 11808064005837
29.08/29.18	c BCD2: #cores=169, #unrelaxed=543, #relaxed=794, #hardened=0
29.08/29.18	c BCD2: #sat=1 #unsat=270 bias=270/271
29.08/29.19	c Solving starts ...
29.08/29.19	c ============================[ Search Statistics ]============================
29.08/29.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.08/29.19	c       |         |          |          |    Limit     GC | Var      | Constra 
29.08/29.19	c =============================================================================
29.08/29.19	c  0.0s |       0 |        0 |        0 |    29492      0 |     3401 |     5238
29.18/29.26	c  0.1s |       0 |      712 |        1 |    29492      0 |     3401 |     5238
29.18/29.26	c #cpu_time = 0.065s
29.18/29.26	c #wall_clock_time = 0.065s
29.18/29.26	c #decision = 712
29.18/29.26	c #random_decision = 0
29.18/29.26	c #conflict = 1
29.18/29.26	c #restart = 0
29.18/29.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
29.18/29.26	c lower bound updated to 3800815610833
29.28/29.32	c BCD2: 3804523009264 <= obj <= 11808064005837
29.28/29.32	c BCD2: #cores=169, #unrelaxed=542, #relaxed=795, #hardened=0
29.28/29.32	c BCD2: #sat=1 #unsat=271 bias=271/272
29.28/29.32	c Solving starts ...
29.28/29.32	c ============================[ Search Statistics ]============================
29.28/29.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.28/29.32	c       |         |          |          |    Limit     GC | Var      | Constra 
29.28/29.32	c =============================================================================
29.28/29.33	c  0.0s |       0 |        0 |        0 |    29492      0 |     3402 |     5238
29.28/29.39	c  0.1s |       0 |      386 |        0 |    29492      0 |     3402 |     5239
29.28/29.39	c #cpu_time = 0.059s
29.28/29.39	c #wall_clock_time = 0.059s
29.28/29.39	c #decision = 386
29.28/29.39	c #random_decision = 0
29.28/29.39	c #conflict = 0
29.28/29.39	c #restart = 0
29.28/29.39	c BCD2: found a new core of size 1: cost of the new core is >=45212176
29.28/29.39	c lower bound updated to 3800860823009
29.38/29.45	c BCD2: 3804568221440 <= obj <= 11808064005837
29.38/29.45	c BCD2: #cores=170, #unrelaxed=541, #relaxed=796, #hardened=0
29.38/29.45	c BCD2: #sat=1 #unsat=272 bias=272/273
29.38/29.45	c Solving starts ...
29.38/29.45	c ============================[ Search Statistics ]============================
29.38/29.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.38/29.45	c       |         |          |          |    Limit     GC | Var      | Constra 
29.38/29.45	c =============================================================================
29.38/29.46	c  0.0s |       0 |        0 |        0 |    29492      0 |     3402 |     5239
29.48/29.52	c  0.1s |       0 |      387 |        0 |    29492      0 |     3402 |     5239
29.48/29.52	c #cpu_time = 0.061s
29.48/29.52	c #wall_clock_time = 0.061s
29.48/29.52	c #decision = 387
29.48/29.52	c #random_decision = 0
29.48/29.52	c #conflict = 0
29.48/29.52	c #restart = 0
29.48/29.52	c BCD2: found a new core of size 1: cost of the new core is >=551368
29.48/29.52	c lower bound updated to 3800861374377
29.48/29.58	c BCD2: 3804568772808 <= obj <= 11808064005837
29.48/29.58	c BCD2: #cores=171, #unrelaxed=540, #relaxed=797, #hardened=0
29.48/29.58	c BCD2: #sat=1 #unsat=273 bias=273/274
29.48/29.58	c Solving starts ...
29.48/29.58	c ============================[ Search Statistics ]============================
29.48/29.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.48/29.58	c       |         |          |          |    Limit     GC | Var      | Constra 
29.48/29.58	c =============================================================================
29.48/29.58	c  0.0s |       0 |        0 |        0 |    29492      0 |     3402 |     5239
29.58/29.65	c  0.1s |       0 |      389 |        0 |    29492      0 |     3402 |     5239
29.58/29.65	c #cpu_time = 0.064s
29.58/29.65	c #wall_clock_time = 0.064s
29.58/29.65	c #decision = 389
29.58/29.65	c #random_decision = 0
29.58/29.65	c #conflict = 0
29.58/29.65	c #restart = 0
29.58/29.65	c BCD2: found a new core of size 2: cost of the new core is >=82
29.58/29.65	c lower bound updated to 3800861374459
29.69/29.71	c BCD2: 3804568772890 <= obj <= 11808064005837
29.69/29.71	c BCD2: #cores=172, #unrelaxed=538, #relaxed=799, #hardened=0
29.69/29.71	c BCD2: #sat=1 #unsat=274 bias=274/275
29.69/29.72	c Solving starts ...
29.69/29.72	c ============================[ Search Statistics ]============================
29.69/29.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.69/29.72	c       |         |          |          |    Limit     GC | Var      | Constra 
29.69/29.72	c =============================================================================
29.69/29.72	c  0.0s |       0 |        0 |        0 |    29492      0 |     3402 |     5239
29.69/29.78	c  0.1s |       0 |      715 |        1 |    29492      0 |     3402 |     5239
29.69/29.78	c #cpu_time = 0.066s
29.69/29.78	c #wall_clock_time = 0.066s
29.69/29.78	c #decision = 715
29.69/29.78	c #random_decision = 0
29.69/29.78	c #conflict = 1
29.69/29.78	c #restart = 0
29.69/29.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
29.69/29.78	c lower bound updated to 3800861374460
29.79/29.84	c BCD2: 3804568772891 <= obj <= 11808064005837
29.79/29.84	c BCD2: #cores=172, #unrelaxed=537, #relaxed=800, #hardened=0
29.79/29.84	c BCD2: #sat=1 #unsat=275 bias=275/276
29.79/29.85	c Solving starts ...
29.79/29.85	c ============================[ Search Statistics ]============================
29.79/29.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.79/29.85	c       |         |          |          |    Limit     GC | Var      | Constra 
29.79/29.85	c =============================================================================
29.79/29.85	c  0.0s |       0 |        0 |        0 |    29492      0 |     3403 |     5239
29.88/29.91	c  0.1s |       0 |      389 |        0 |    29492      0 |     3403 |     5240
29.88/29.91	c #cpu_time = 0.060s
29.88/29.91	c #wall_clock_time = 0.060s
29.88/29.91	c #decision = 389
29.88/29.91	c #random_decision = 0
29.88/29.91	c #conflict = 0
29.88/29.91	c #restart = 0
29.88/29.91	c BCD2: found a new core of size 1: cost of the new core is >=45212176
29.88/29.91	c lower bound updated to 3800906586636
29.88/29.97	c BCD2: 3804613985067 <= obj <= 11808064005837
29.88/29.97	c BCD2: #cores=173, #unrelaxed=536, #relaxed=801, #hardened=0
29.88/29.97	c BCD2: #sat=1 #unsat=276 bias=276/277
29.88/29.98	c Solving starts ...
29.88/29.98	c ============================[ Search Statistics ]============================
29.88/29.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.88/29.98	c       |         |          |          |    Limit     GC | Var      | Constra 
29.88/29.98	c =============================================================================
29.88/29.98	c  0.0s |       0 |        0 |        0 |    29492      0 |     3403 |     5240
29.98/30.05	c  0.1s |       0 |      390 |        0 |    29492      0 |     3403 |     5240
29.98/30.05	c #cpu_time = 0.062s
29.98/30.05	c #wall_clock_time = 0.062s
29.98/30.05	c #decision = 390
29.98/30.05	c #random_decision = 0
29.98/30.05	c #conflict = 0
29.98/30.05	c #restart = 0
29.98/30.05	c BCD2: found a new core of size 1: cost of the new core is >=551368
29.98/30.05	c lower bound updated to 3800907138004
30.08/30.10	c BCD2: 3804614536435 <= obj <= 11808064005837
30.08/30.10	c BCD2: #cores=174, #unrelaxed=535, #relaxed=802, #hardened=0
30.08/30.10	c BCD2: #sat=1 #unsat=277 bias=277/278
30.08/30.12	c Solving starts ...
30.08/30.12	c ============================[ Search Statistics ]============================
30.08/30.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.08/30.12	c       |         |          |          |    Limit     GC | Var      | Constra 
30.08/30.12	c =============================================================================
30.08/30.12	c  0.0s |       0 |        0 |        0 |    29492      0 |     3403 |     5240
30.08/30.18	c  0.1s |       0 |      392 |        0 |    29492      0 |     3403 |     5240
30.08/30.18	c #cpu_time = 0.061s
30.08/30.18	c #wall_clock_time = 0.061s
30.08/30.18	c #decision = 392
30.08/30.18	c #random_decision = 0
30.08/30.18	c #conflict = 0
30.08/30.18	c #restart = 0
30.08/30.18	c BCD2: found a new core of size 2: cost of the new core is >=82
30.08/30.18	c lower bound updated to 3800907138086
30.18/30.23	c BCD2: 3804614536517 <= obj <= 11808064005837
30.18/30.23	c BCD2: #cores=175, #unrelaxed=533, #relaxed=804, #hardened=0
30.18/30.23	c BCD2: #sat=1 #unsat=278 bias=278/279
30.18/30.24	c Solving starts ...
30.18/30.24	c ============================[ Search Statistics ]============================
30.18/30.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.18/30.24	c       |         |          |          |    Limit     GC | Var      | Constra 
30.18/30.24	c =============================================================================
30.18/30.25	c  0.0s |       0 |        0 |        0 |    29492      0 |     3403 |     5240
30.28/30.32	c  0.1s |       0 |      718 |        1 |    29492      0 |     3403 |     5240
30.28/30.32	c #cpu_time = 0.067s
30.28/30.32	c #wall_clock_time = 0.067s
30.28/30.32	c #decision = 718
30.28/30.32	c #random_decision = 0
30.28/30.32	c #conflict = 1
30.28/30.32	c #restart = 0
30.28/30.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
30.28/30.32	c lower bound updated to 3800907138087
30.28/30.37	c BCD2: 3804614536518 <= obj <= 11808064005837
30.28/30.37	c BCD2: #cores=175, #unrelaxed=532, #relaxed=805, #hardened=0
30.28/30.37	c BCD2: #sat=1 #unsat=279 bias=279/280
30.28/30.38	c Solving starts ...
30.28/30.38	c ============================[ Search Statistics ]============================
30.28/30.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.28/30.38	c       |         |          |          |    Limit     GC | Var      | Constra 
30.28/30.38	c =============================================================================
30.28/30.38	c  0.0s |       0 |        0 |        0 |    29492      0 |     3404 |     5240
30.38/30.44	c  0.1s |       0 |      392 |        0 |    29492      0 |     3404 |     5241
30.38/30.44	c #cpu_time = 0.065s
30.38/30.44	c #wall_clock_time = 0.065s
30.38/30.44	c #decision = 392
30.38/30.44	c #random_decision = 0
30.38/30.44	c #conflict = 0
30.38/30.44	c #restart = 0
30.38/30.44	c BCD2: found a new core of size 1: cost of the new core is >=45212176
30.38/30.44	c lower bound updated to 3800952350263
30.48/30.51	c BCD2: 3804659748694 <= obj <= 11808064005837
30.48/30.51	c BCD2: #cores=176, #unrelaxed=531, #relaxed=806, #hardened=0
30.48/30.51	c BCD2: #sat=1 #unsat=280 bias=280/281
30.48/30.51	c Solving starts ...
30.48/30.51	c ============================[ Search Statistics ]============================
30.48/30.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.48/30.51	c       |         |          |          |    Limit     GC | Var      | Constra 
30.48/30.51	c =============================================================================
30.48/30.51	c  0.0s |       0 |        0 |        0 |    29492      0 |     3404 |     5241
30.48/30.58	c  0.1s |       0 |      393 |        0 |    29492      0 |     3404 |     5241
30.48/30.58	c #cpu_time = 0.063s
30.48/30.58	c #wall_clock_time = 0.063s
30.48/30.58	c #decision = 393
30.48/30.58	c #random_decision = 0
30.48/30.58	c #conflict = 0
30.48/30.58	c #restart = 0
30.48/30.58	c BCD2: found a new core of size 1: cost of the new core is >=551368
30.48/30.58	c lower bound updated to 3800952901631
30.58/30.63	c BCD2: 3804660300062 <= obj <= 11808064005837
30.58/30.63	c BCD2: #cores=177, #unrelaxed=530, #relaxed=807, #hardened=0
30.58/30.63	c BCD2: #sat=1 #unsat=281 bias=281/282
30.58/30.64	c Solving starts ...
30.58/30.64	c ============================[ Search Statistics ]============================
30.58/30.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.58/30.64	c       |         |          |          |    Limit     GC | Var      | Constra 
30.58/30.64	c =============================================================================
30.58/30.64	c  0.0s |       0 |        0 |        0 |    29492      0 |     3404 |     5241
30.68/30.71	c  0.1s |       0 |      395 |        0 |    29492      0 |     3404 |     5241
30.68/30.71	c #cpu_time = 0.061s
30.68/30.71	c #wall_clock_time = 0.061s
30.68/30.71	c #decision = 395
30.68/30.71	c #random_decision = 0
30.68/30.71	c #conflict = 0
30.68/30.71	c #restart = 0
30.68/30.71	c BCD2: found a new core of size 2: cost of the new core is >=82
30.68/30.71	c lower bound updated to 3800952901713
30.68/30.76	c BCD2: 3804660300144 <= obj <= 11808064005837
30.68/30.76	c BCD2: #cores=178, #unrelaxed=528, #relaxed=809, #hardened=0
30.68/30.76	c BCD2: #sat=1 #unsat=282 bias=282/283
30.68/30.78	c Solving starts ...
30.68/30.78	c ============================[ Search Statistics ]============================
30.68/30.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.68/30.78	c       |         |          |          |    Limit     GC | Var      | Constra 
30.68/30.78	c =============================================================================
30.68/30.78	c  0.0s |       0 |        0 |        0 |    29492      0 |     3404 |     5241
30.79/30.85	c  0.1s |       0 |      721 |        1 |    29492      0 |     3404 |     5241
30.79/30.85	c #cpu_time = 0.068s
30.79/30.85	c #wall_clock_time = 0.068s
30.79/30.85	c #decision = 721
30.79/30.85	c #random_decision = 0
30.79/30.85	c #conflict = 1
30.79/30.85	c #restart = 0
30.79/30.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
30.79/30.85	c lower bound updated to 3800952901714
30.79/30.90	c BCD2: 3804660300145 <= obj <= 11808064005837
30.79/30.90	c BCD2: #cores=178, #unrelaxed=527, #relaxed=810, #hardened=0
30.79/30.90	c BCD2: #sat=1 #unsat=283 bias=283/284
30.89/30.92	c Solving starts ...
30.89/30.92	c ============================[ Search Statistics ]============================
30.89/30.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.89/30.92	c       |         |          |          |    Limit     GC | Var      | Constra 
30.89/30.92	c =============================================================================
30.89/30.92	c  0.0s |       0 |        0 |        0 |    29492      0 |     3405 |     5241
30.89/30.98	c  0.1s |       0 |      395 |        0 |    29492      0 |     3405 |     5242
30.89/30.98	c #cpu_time = 0.062s
30.89/30.98	c #wall_clock_time = 0.062s
30.89/30.98	c #decision = 395
30.89/30.98	c #random_decision = 0
30.89/30.98	c #conflict = 0
30.89/30.98	c #restart = 0
30.89/30.98	c BCD2: found a new core of size 1: cost of the new core is >=45212176
30.89/30.98	c lower bound updated to 3800998113890
30.98/31.03	c BCD2: 3804705512321 <= obj <= 11808064005837
30.98/31.03	c BCD2: #cores=179, #unrelaxed=526, #relaxed=811, #hardened=0
30.98/31.03	c BCD2: #sat=1 #unsat=284 bias=284/285
30.98/31.04	c Solving starts ...
30.98/31.04	c ============================[ Search Statistics ]============================
30.98/31.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.98/31.04	c       |         |          |          |    Limit     GC | Var      | Constra 
30.98/31.04	c =============================================================================
30.98/31.05	c  0.0s |       0 |        0 |        0 |    29492      0 |     3405 |     5242
31.08/31.11	c  0.1s |       0 |      396 |        0 |    29492      0 |     3405 |     5242
31.08/31.11	c #cpu_time = 0.064s
31.08/31.11	c #wall_clock_time = 0.064s
31.08/31.11	c #decision = 396
31.08/31.11	c #random_decision = 0
31.08/31.11	c #conflict = 0
31.08/31.11	c #restart = 0
31.08/31.11	c BCD2: found a new core of size 1: cost of the new core is >=551368
31.08/31.11	c lower bound updated to 3800998665258
31.08/31.17	c BCD2: 3804706063689 <= obj <= 11808064005837
31.08/31.17	c BCD2: #cores=180, #unrelaxed=525, #relaxed=812, #hardened=0
31.08/31.17	c BCD2: #sat=1 #unsat=285 bias=285/286
31.08/31.17	c Solving starts ...
31.08/31.17	c ============================[ Search Statistics ]============================
31.08/31.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.08/31.17	c       |         |          |          |    Limit     GC | Var      | Constra 
31.08/31.17	c =============================================================================
31.08/31.17	c  0.0s |       0 |        0 |        0 |    29492      0 |     3405 |     5242
31.18/31.25	c  0.1s |       0 |      398 |        0 |    29492      0 |     3405 |     5242
31.18/31.25	c #cpu_time = 0.073s
31.18/31.25	c #wall_clock_time = 0.073s
31.18/31.25	c #decision = 398
31.18/31.25	c #random_decision = 0
31.18/31.25	c #conflict = 0
31.18/31.25	c #restart = 0
31.18/31.25	c BCD2: found a new core of size 2: cost of the new core is >=82
31.18/31.25	c lower bound updated to 3800998665340
31.28/31.31	c BCD2: 3804706063771 <= obj <= 11808064005837
31.28/31.31	c BCD2: #cores=181, #unrelaxed=523, #relaxed=814, #hardened=0
31.28/31.31	c BCD2: #sat=1 #unsat=286 bias=286/287
31.28/31.32	c Solving starts ...
31.28/31.32	c ============================[ Search Statistics ]============================
31.28/31.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.28/31.32	c       |         |          |          |    Limit     GC | Var      | Constra 
31.28/31.32	c =============================================================================
31.28/31.32	c  0.0s |       0 |        0 |        0 |    29492      0 |     3405 |     5242
31.28/31.39	c  0.1s |       0 |      724 |        1 |    29492      0 |     3405 |     5242
31.28/31.39	c #cpu_time = 0.068s
31.28/31.39	c #wall_clock_time = 0.068s
31.28/31.39	c #decision = 724
31.28/31.39	c #random_decision = 0
31.28/31.39	c #conflict = 1
31.28/31.39	c #restart = 0
31.28/31.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
31.28/31.39	c lower bound updated to 3800998665341
31.38/31.45	c BCD2: 3804706063772 <= obj <= 11808064005837
31.38/31.45	c BCD2: #cores=181, #unrelaxed=522, #relaxed=815, #hardened=0
31.38/31.45	c BCD2: #sat=1 #unsat=287 bias=287/288
31.38/31.46	c Solving starts ...
31.38/31.46	c ============================[ Search Statistics ]============================
31.38/31.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.38/31.46	c       |         |          |          |    Limit     GC | Var      | Constra 
31.38/31.46	c =============================================================================
31.38/31.46	c  0.0s |       0 |        0 |        0 |    29492      0 |     3406 |     5242
31.48/31.52	c  0.1s |       0 |      398 |        0 |    29492      0 |     3406 |     5243
31.48/31.52	c #cpu_time = 0.063s
31.48/31.52	c #wall_clock_time = 0.063s
31.48/31.52	c #decision = 398
31.48/31.52	c #random_decision = 0
31.48/31.52	c #conflict = 0
31.48/31.52	c #restart = 0
31.48/31.52	c BCD2: found a new core of size 1: cost of the new core is >=45212176
31.48/31.52	c lower bound updated to 3801043877517
31.48/31.58	c BCD2: 3804751275948 <= obj <= 11808064005837
31.48/31.58	c BCD2: #cores=182, #unrelaxed=521, #relaxed=816, #hardened=0
31.48/31.58	c BCD2: #sat=1 #unsat=288 bias=288/289
31.48/31.59	c Solving starts ...
31.48/31.59	c ============================[ Search Statistics ]============================
31.48/31.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.48/31.59	c       |         |          |          |    Limit     GC | Var      | Constra 
31.48/31.59	c =============================================================================
31.48/31.59	c  0.0s |       0 |        0 |        0 |    29492      0 |     3406 |     5243
31.58/31.66	c  0.1s |       0 |      399 |        0 |    29492      0 |     3406 |     5243
31.58/31.66	c #cpu_time = 0.065s
31.58/31.66	c #wall_clock_time = 0.065s
31.58/31.66	c #decision = 399
31.58/31.66	c #random_decision = 0
31.58/31.66	c #conflict = 0
31.58/31.66	c #restart = 0
31.58/31.66	c BCD2: found a new core of size 1: cost of the new core is >=551368
31.58/31.66	c lower bound updated to 3801044428885
31.68/31.71	c BCD2: 3804751827316 <= obj <= 11808064005837
31.68/31.71	c BCD2: #cores=183, #unrelaxed=520, #relaxed=817, #hardened=0
31.68/31.71	c BCD2: #sat=1 #unsat=289 bias=289/290
31.68/31.73	c Solving starts ...
31.68/31.73	c ============================[ Search Statistics ]============================
31.68/31.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.68/31.73	c       |         |          |          |    Limit     GC | Var      | Constra 
31.68/31.73	c =============================================================================
31.68/31.73	c  0.0s |       0 |        0 |        0 |    29492      0 |     3406 |     5243
31.68/31.79	c  0.1s |       0 |      401 |        0 |    29492      0 |     3406 |     5243
31.68/31.79	c #cpu_time = 0.063s
31.68/31.79	c #wall_clock_time = 0.063s
31.68/31.79	c #decision = 401
31.68/31.79	c #random_decision = 0
31.68/31.79	c #conflict = 0
31.68/31.79	c #restart = 0
31.68/31.79	c BCD2: found a new core of size 2: cost of the new core is >=82
31.68/31.79	c lower bound updated to 3801044428967
31.78/31.85	c BCD2: 3804751827398 <= obj <= 11808064005837
31.78/31.85	c BCD2: #cores=184, #unrelaxed=518, #relaxed=819, #hardened=0
31.78/31.85	c BCD2: #sat=1 #unsat=290 bias=290/291
31.78/31.86	c Solving starts ...
31.78/31.86	c ============================[ Search Statistics ]============================
31.78/31.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.78/31.86	c       |         |          |          |    Limit     GC | Var      | Constra 
31.78/31.86	c =============================================================================
31.78/31.86	c  0.0s |       0 |        0 |        0 |    29492      0 |     3406 |     5243
31.89/31.93	c  0.1s |       0 |      727 |        1 |    29492      0 |     3406 |     5243
31.89/31.93	c #cpu_time = 0.070s
31.89/31.93	c #wall_clock_time = 0.070s
31.89/31.93	c #decision = 727
31.89/31.93	c #random_decision = 0
31.89/31.93	c #conflict = 1
31.89/31.93	c #restart = 0
31.89/31.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
31.89/31.93	c lower bound updated to 3801044428968
31.89/31.99	c BCD2: 3804751827399 <= obj <= 11808064005837
31.89/31.99	c BCD2: #cores=184, #unrelaxed=517, #relaxed=820, #hardened=0
31.89/31.99	c BCD2: #sat=1 #unsat=291 bias=291/292
31.89/32.00	c Solving starts ...
31.89/32.00	c ============================[ Search Statistics ]============================
31.89/32.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.89/32.00	c       |         |          |          |    Limit     GC | Var      | Constra 
31.89/32.00	c =============================================================================
31.89/32.00	c  0.0s |       0 |        0 |        0 |    29492      0 |     3407 |     5243
31.99/32.07	c  0.1s |       0 |      401 |        0 |    29492      0 |     3407 |     5244
31.99/32.07	c #cpu_time = 0.064s
31.99/32.07	c #wall_clock_time = 0.064s
31.99/32.07	c #decision = 401
31.99/32.07	c #random_decision = 0
31.99/32.07	c #conflict = 0
31.99/32.07	c #restart = 0
31.99/32.07	c BCD2: found a new core of size 1: cost of the new core is >=45212176
31.99/32.07	c lower bound updated to 3801089641144
32.08/32.12	c BCD2: 3804797039575 <= obj <= 11808064005837
32.08/32.12	c BCD2: #cores=185, #unrelaxed=516, #relaxed=821, #hardened=0
32.08/32.12	c BCD2: #sat=1 #unsat=292 bias=292/293
32.08/32.14	c Solving starts ...
32.08/32.14	c ============================[ Search Statistics ]============================
32.08/32.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.08/32.14	c       |         |          |          |    Limit     GC | Var      | Constra 
32.08/32.14	c =============================================================================
32.08/32.14	c  0.0s |       0 |        0 |        0 |    29492      0 |     3407 |     5244
32.18/32.21	c  0.1s |       0 |      402 |        0 |    29492      0 |     3407 |     5244
32.18/32.21	c #cpu_time = 0.065s
32.18/32.21	c #wall_clock_time = 0.065s
32.18/32.21	c #decision = 402
32.18/32.21	c #random_decision = 0
32.18/32.21	c #conflict = 0
32.18/32.21	c #restart = 0
32.18/32.21	c BCD2: found a new core of size 1: cost of the new core is >=551368
32.18/32.21	c lower bound updated to 3801090192512
32.18/32.26	c BCD2: 3804797590943 <= obj <= 11808064005837
32.18/32.26	c BCD2: #cores=186, #unrelaxed=515, #relaxed=822, #hardened=0
32.18/32.26	c BCD2: #sat=1 #unsat=293 bias=293/294
32.18/32.28	c Solving starts ...
32.18/32.28	c ============================[ Search Statistics ]============================
32.18/32.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.18/32.28	c       |         |          |          |    Limit     GC | Var      | Constra 
32.18/32.28	c =============================================================================
32.18/32.28	c  0.0s |       0 |        0 |        0 |    29492      0 |     3407 |     5244
32.28/32.34	c  0.1s |       0 |      404 |        0 |    29492      0 |     3407 |     5244
32.28/32.34	c #cpu_time = 0.064s
32.28/32.34	c #wall_clock_time = 0.064s
32.28/32.34	c #decision = 404
32.28/32.34	c #random_decision = 0
32.28/32.34	c #conflict = 0
32.28/32.34	c #restart = 0
32.28/32.34	c BCD2: found a new core of size 2: cost of the new core is >=82
32.28/32.34	c lower bound updated to 3801090192594
32.38/32.40	c BCD2: 3804797591025 <= obj <= 11808064005837
32.38/32.40	c BCD2: #cores=187, #unrelaxed=513, #relaxed=824, #hardened=0
32.38/32.40	c BCD2: #sat=1 #unsat=294 bias=294/295
32.38/32.40	c Solving starts ...
32.38/32.40	c ============================[ Search Statistics ]============================
32.38/32.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.38/32.40	c       |         |          |          |    Limit     GC | Var      | Constra 
32.38/32.40	c =============================================================================
32.38/32.41	c  0.0s |       0 |        0 |        0 |    29492      0 |     3407 |     5244
32.38/32.48	c  0.1s |       0 |      730 |        1 |    29492      0 |     3407 |     5244
32.38/32.48	c #cpu_time = 0.071s
32.38/32.48	c #wall_clock_time = 0.071s
32.38/32.48	c #decision = 730
32.38/32.48	c #random_decision = 0
32.38/32.48	c #conflict = 1
32.38/32.48	c #restart = 0
32.38/32.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
32.38/32.48	c lower bound updated to 3801090192595
32.48/32.54	c BCD2: 3804797591026 <= obj <= 11808064005837
32.48/32.54	c BCD2: #cores=187, #unrelaxed=512, #relaxed=825, #hardened=0
32.48/32.54	c BCD2: #sat=1 #unsat=295 bias=295/296
32.48/32.54	c Solving starts ...
32.48/32.54	c ============================[ Search Statistics ]============================
32.48/32.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.48/32.54	c       |         |          |          |    Limit     GC | Var      | Constra 
32.48/32.54	c =============================================================================
32.48/32.54	c  0.0s |       0 |        0 |        0 |    29492      0 |     3408 |     5244
32.58/32.61	c  0.1s |       0 |      404 |        0 |    29492      0 |     3408 |     5245
32.58/32.61	c #cpu_time = 0.069s
32.58/32.61	c #wall_clock_time = 0.069s
32.58/32.61	c #decision = 404
32.58/32.61	c #random_decision = 0
32.58/32.61	c #conflict = 0
32.58/32.61	c #restart = 0
32.58/32.61	c BCD2: found a new core of size 1: cost of the new core is >=45212176
32.58/32.61	c lower bound updated to 3801135404771
32.58/32.68	c BCD2: 3804842803202 <= obj <= 11808064005837
32.58/32.68	c BCD2: #cores=188, #unrelaxed=511, #relaxed=826, #hardened=0
32.58/32.68	c BCD2: #sat=1 #unsat=296 bias=296/297
32.58/32.68	c Solving starts ...
32.58/32.68	c ============================[ Search Statistics ]============================
32.58/32.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.58/32.68	c       |         |          |          |    Limit     GC | Var      | Constra 
32.58/32.68	c =============================================================================
32.58/32.68	c  0.0s |       0 |        0 |        0 |    29492      0 |     3408 |     5245
32.68/32.75	c  0.1s |       0 |      405 |        0 |    29492      0 |     3408 |     5245
32.68/32.75	c #cpu_time = 0.066s
32.68/32.75	c #wall_clock_time = 0.066s
32.68/32.75	c #decision = 405
32.68/32.75	c #random_decision = 0
32.68/32.75	c #conflict = 0
32.68/32.75	c #restart = 0
32.68/32.75	c BCD2: found a new core of size 1: cost of the new core is >=551368
32.68/32.75	c lower bound updated to 3801135956139
32.78/32.82	c BCD2: 3804843354570 <= obj <= 11808064005837
32.78/32.82	c BCD2: #cores=189, #unrelaxed=510, #relaxed=827, #hardened=0
32.78/32.82	c BCD2: #sat=1 #unsat=297 bias=297/298
32.78/32.82	c Solving starts ...
32.78/32.82	c ============================[ Search Statistics ]============================
32.78/32.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.78/32.82	c       |         |          |          |    Limit     GC | Var      | Constra 
32.78/32.82	c =============================================================================
32.78/32.82	c  0.0s |       0 |        0 |        0 |    29492      0 |     3408 |     5245
32.78/32.89	c  0.1s |       0 |      407 |        0 |    29492      0 |     3408 |     5245
32.78/32.89	c #cpu_time = 0.065s
32.78/32.89	c #wall_clock_time = 0.065s
32.78/32.89	c #decision = 407
32.78/32.89	c #random_decision = 0
32.78/32.89	c #conflict = 0
32.78/32.89	c #restart = 0
32.78/32.89	c BCD2: found a new core of size 2: cost of the new core is >=82
32.78/32.89	c lower bound updated to 3801135956221
32.88/32.95	c BCD2: 3804843354652 <= obj <= 11808064005837
32.88/32.95	c BCD2: #cores=190, #unrelaxed=508, #relaxed=829, #hardened=0
32.88/32.95	c BCD2: #sat=1 #unsat=298 bias=298/299
32.88/32.96	c Solving starts ...
32.88/32.96	c ============================[ Search Statistics ]============================
32.88/32.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.88/32.96	c       |         |          |          |    Limit     GC | Var      | Constra 
32.88/32.96	c =============================================================================
32.88/32.96	c  0.0s |       0 |        0 |        0 |    29492      0 |     3408 |     5245
32.99/33.03	c  0.1s |       0 |      733 |        1 |    29492      0 |     3408 |     5245
32.99/33.03	c #cpu_time = 0.073s
32.99/33.03	c #wall_clock_time = 0.073s
32.99/33.03	c #decision = 733
32.99/33.03	c #random_decision = 0
32.99/33.03	c #conflict = 1
32.99/33.03	c #restart = 0
32.99/33.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
32.99/33.03	c lower bound updated to 3801135956222
32.99/33.10	c BCD2: 3804843354653 <= obj <= 11808064005837
32.99/33.10	c BCD2: #cores=190, #unrelaxed=507, #relaxed=830, #hardened=0
32.99/33.10	c BCD2: #sat=1 #unsat=299 bias=299/300
32.99/33.10	c Solving starts ...
32.99/33.10	c ============================[ Search Statistics ]============================
32.99/33.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.99/33.10	c       |         |          |          |    Limit     GC | Var      | Constra 
32.99/33.10	c =============================================================================
32.99/33.10	c  0.0s |       0 |        0 |        0 |    29492      0 |     3409 |     5245
33.09/33.17	c  0.1s |       0 |      407 |        0 |    29492      0 |     3409 |     5246
33.09/33.17	c #cpu_time = 0.066s
33.09/33.17	c #wall_clock_time = 0.066s
33.09/33.17	c #decision = 407
33.09/33.17	c #random_decision = 0
33.09/33.17	c #conflict = 0
33.09/33.17	c #restart = 0
33.09/33.17	c BCD2: found a new core of size 1: cost of the new core is >=45212176
33.09/33.17	c lower bound updated to 3801181168398
33.18/33.22	c BCD2: 3804888566829 <= obj <= 11808064005837
33.18/33.22	c BCD2: #cores=191, #unrelaxed=506, #relaxed=831, #hardened=0
33.18/33.22	c BCD2: #sat=1 #unsat=300 bias=300/301
33.18/33.24	c Solving starts ...
33.18/33.24	c ============================[ Search Statistics ]============================
33.18/33.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.18/33.24	c       |         |          |          |    Limit     GC | Var      | Constra 
33.18/33.24	c =============================================================================
33.18/33.24	c  0.0s |       0 |        0 |        0 |    29492      0 |     3409 |     5246
33.28/33.31	c  0.1s |       0 |      408 |        0 |    29492      0 |     3409 |     5246
33.28/33.31	c #cpu_time = 0.067s
33.28/33.31	c #wall_clock_time = 0.067s
33.28/33.31	c #decision = 408
33.28/33.31	c #random_decision = 0
33.28/33.31	c #conflict = 0
33.28/33.31	c #restart = 0
33.28/33.31	c BCD2: found a new core of size 1: cost of the new core is >=551368
33.28/33.31	c lower bound updated to 3801181719766
33.28/33.36	c BCD2: 3804889118197 <= obj <= 11808064005837
33.28/33.36	c BCD2: #cores=192, #unrelaxed=505, #relaxed=832, #hardened=0
33.28/33.36	c BCD2: #sat=1 #unsat=301 bias=301/302
33.28/33.38	c Solving starts ...
33.28/33.38	c ============================[ Search Statistics ]============================
33.28/33.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.28/33.38	c       |         |          |          |    Limit     GC | Var      | Constra 
33.28/33.38	c =============================================================================
33.28/33.38	c  0.0s |       0 |        0 |        0 |    29492      0 |     3409 |     5246
33.38/33.45	c  0.1s |       0 |      410 |        0 |    29492      0 |     3409 |     5246
33.38/33.45	c #cpu_time = 0.067s
33.38/33.45	c #wall_clock_time = 0.067s
33.38/33.45	c #decision = 410
33.38/33.45	c #random_decision = 0
33.38/33.45	c #conflict = 0
33.38/33.45	c #restart = 0
33.38/33.45	c BCD2: found a new core of size 2: cost of the new core is >=82
33.38/33.45	c lower bound updated to 3801181719848
33.48/33.50	c BCD2: 3804889118279 <= obj <= 11808064005837
33.48/33.50	c BCD2: #cores=193, #unrelaxed=503, #relaxed=834, #hardened=0
33.48/33.50	c BCD2: #sat=1 #unsat=302 bias=302/303
33.48/33.52	c Solving starts ...
33.48/33.52	c ============================[ Search Statistics ]============================
33.48/33.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.48/33.52	c       |         |          |          |    Limit     GC | Var      | Constra 
33.48/33.52	c =============================================================================
33.48/33.52	c  0.0s |       0 |        0 |        0 |    29492      0 |     3409 |     5246
33.48/33.59	c  0.1s |       0 |      736 |        1 |    29492      0 |     3409 |     5246
33.48/33.59	c #cpu_time = 0.073s
33.48/33.59	c #wall_clock_time = 0.073s
33.48/33.59	c #decision = 736
33.48/33.59	c #random_decision = 0
33.48/33.59	c #conflict = 1
33.48/33.59	c #restart = 0
33.48/33.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
33.48/33.59	c lower bound updated to 3801181719849
33.58/33.65	c BCD2: 3804889118280 <= obj <= 11808064005837
33.58/33.65	c BCD2: #cores=193, #unrelaxed=502, #relaxed=835, #hardened=0
33.58/33.65	c BCD2: #sat=1 #unsat=303 bias=303/304
33.58/33.66	c Solving starts ...
33.58/33.66	c ============================[ Search Statistics ]============================
33.58/33.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.58/33.66	c       |         |          |          |    Limit     GC | Var      | Constra 
33.58/33.66	c =============================================================================
33.58/33.66	c  0.0s |       0 |        0 |        0 |    29492      0 |     3410 |     5246
33.68/33.73	c  0.1s |       0 |      410 |        0 |    29492      0 |     3410 |     5247
33.68/33.73	c #cpu_time = 0.067s
33.68/33.73	c #wall_clock_time = 0.067s
33.68/33.73	c #decision = 410
33.68/33.73	c #random_decision = 0
33.68/33.73	c #conflict = 0
33.68/33.73	c #restart = 0
33.68/33.73	c BCD2: found a new core of size 1: cost of the new core is >=45212176
33.68/33.73	c lower bound updated to 3801226932025
33.68/33.79	c BCD2: 3804934330456 <= obj <= 11808064005837
33.68/33.79	c BCD2: #cores=194, #unrelaxed=501, #relaxed=836, #hardened=0
33.68/33.79	c BCD2: #sat=1 #unsat=304 bias=304/305
33.78/33.80	c Solving starts ...
33.78/33.80	c ============================[ Search Statistics ]============================
33.78/33.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.78/33.80	c       |         |          |          |    Limit     GC | Var      | Constra 
33.78/33.80	c =============================================================================
33.78/33.80	c  0.0s |       0 |        0 |        0 |    29492      0 |     3410 |     5247
33.78/33.87	c  0.1s |       0 |      411 |        0 |    29492      0 |     3410 |     5247
33.78/33.87	c #cpu_time = 0.068s
33.78/33.87	c #wall_clock_time = 0.068s
33.78/33.87	c #decision = 411
33.78/33.87	c #random_decision = 0
33.78/33.87	c #conflict = 0
33.78/33.87	c #restart = 0
33.78/33.87	c BCD2: found a new core of size 1: cost of the new core is >=551368
33.78/33.87	c lower bound updated to 3801227483393
33.88/33.94	c BCD2: 3804934881824 <= obj <= 11808064005837
33.88/33.94	c BCD2: #cores=195, #unrelaxed=500, #relaxed=837, #hardened=0
33.88/33.94	c BCD2: #sat=1 #unsat=305 bias=305/306
33.88/33.94	c Solving starts ...
33.88/33.94	c ============================[ Search Statistics ]============================
33.88/33.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.88/33.94	c       |         |          |          |    Limit     GC | Var      | Constra 
33.88/33.94	c =============================================================================
33.88/33.95	c  0.0s |       0 |        0 |        0 |    29492      0 |     3410 |     5247
33.99/34.01	c  0.1s |       0 |      413 |        0 |    29492      0 |     3410 |     5247
33.99/34.01	c #cpu_time = 0.067s
33.99/34.01	c #wall_clock_time = 0.067s
33.99/34.01	c #decision = 413
33.99/34.01	c #random_decision = 0
33.99/34.01	c #conflict = 0
33.99/34.01	c #restart = 0
33.99/34.01	c BCD2: found a new core of size 2: cost of the new core is >=82
33.99/34.01	c lower bound updated to 3801227483475
33.99/34.07	c BCD2: 3804934881906 <= obj <= 11808064005837
33.99/34.07	c BCD2: #cores=196, #unrelaxed=498, #relaxed=839, #hardened=0
33.99/34.07	c BCD2: #sat=1 #unsat=306 bias=306/307
33.99/34.07	c Solving starts ...
33.99/34.07	c ============================[ Search Statistics ]============================
33.99/34.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.99/34.07	c       |         |          |          |    Limit     GC | Var      | Constra 
33.99/34.07	c =============================================================================
33.99/34.09	c  0.0s |       0 |        0 |        0 |    29492      0 |     3410 |     5247
34.10/34.16	c  0.1s |       0 |      739 |        1 |    29492      0 |     3410 |     5247
34.10/34.16	c #cpu_time = 0.074s
34.10/34.16	c #wall_clock_time = 0.074s
34.10/34.16	c #decision = 739
34.10/34.16	c #random_decision = 0
34.10/34.16	c #conflict = 1
34.10/34.16	c #restart = 0
34.10/34.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
34.10/34.16	c lower bound updated to 3801227483476
34.20/34.22	c BCD2: 3804934881907 <= obj <= 11808064005837
34.20/34.22	c BCD2: #cores=196, #unrelaxed=497, #relaxed=840, #hardened=0
34.20/34.22	c BCD2: #sat=1 #unsat=307 bias=307/308
34.20/34.22	c Solving starts ...
34.20/34.22	c ============================[ Search Statistics ]============================
34.20/34.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.20/34.22	c       |         |          |          |    Limit     GC | Var      | Constra 
34.20/34.22	c =============================================================================
34.20/34.23	c  0.0s |       0 |        0 |        0 |    29492      0 |     3411 |     5247
34.29/34.30	c  0.1s |       0 |      413 |        0 |    29492      0 |     3411 |     5248
34.29/34.30	c #cpu_time = 0.068s
34.29/34.30	c #wall_clock_time = 0.068s
34.29/34.30	c #decision = 413
34.29/34.30	c #random_decision = 0
34.29/34.30	c #conflict = 0
34.29/34.30	c #restart = 0
34.29/34.30	c BCD2: found a new core of size 1: cost of the new core is >=45212176
34.29/34.30	c lower bound updated to 3801272695652
34.29/34.36	c BCD2: 3804980094083 <= obj <= 11808064005837
34.29/34.36	c BCD2: #cores=197, #unrelaxed=496, #relaxed=841, #hardened=0
34.29/34.36	c BCD2: #sat=1 #unsat=308 bias=308/309
34.29/34.36	c Solving starts ...
34.29/34.36	c ============================[ Search Statistics ]============================
34.29/34.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.29/34.36	c       |         |          |          |    Limit     GC | Var      | Constra 
34.29/34.36	c =============================================================================
34.29/34.37	c  0.0s |       0 |        0 |        0 |    29492      0 |     3411 |     5248
34.39/34.44	c  0.1s |       0 |      414 |        0 |    29492      0 |     3411 |     5248
34.39/34.44	c #cpu_time = 0.069s
34.39/34.44	c #wall_clock_time = 0.069s
34.39/34.44	c #decision = 414
34.39/34.44	c #random_decision = 0
34.39/34.44	c #conflict = 0
34.39/34.44	c #restart = 0
34.39/34.44	c BCD2: found a new core of size 1: cost of the new core is >=551368
34.39/34.44	c lower bound updated to 3801273247020
34.49/34.50	c BCD2: 3804980645451 <= obj <= 11808064005837
34.49/34.50	c BCD2: #cores=198, #unrelaxed=495, #relaxed=842, #hardened=0
34.49/34.50	c BCD2: #sat=1 #unsat=309 bias=309/310
34.49/34.50	c Solving starts ...
34.49/34.50	c ============================[ Search Statistics ]============================
34.49/34.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.49/34.50	c       |         |          |          |    Limit     GC | Var      | Constra 
34.49/34.50	c =============================================================================
34.49/34.51	c  0.0s |       0 |        0 |        0 |    29492      0 |     3411 |     5248
34.49/34.58	c  0.1s |       0 |      416 |        0 |    29492      0 |     3411 |     5248
34.49/34.58	c #cpu_time = 0.068s
34.49/34.58	c #wall_clock_time = 0.068s
34.49/34.58	c #decision = 416
34.49/34.58	c #random_decision = 0
34.49/34.58	c #conflict = 0
34.49/34.58	c #restart = 0
34.49/34.58	c BCD2: found a new core of size 2: cost of the new core is >=82
34.49/34.58	c lower bound updated to 3801273247102
34.59/34.64	c BCD2: 3804980645533 <= obj <= 11808064005837
34.59/34.64	c BCD2: #cores=199, #unrelaxed=493, #relaxed=844, #hardened=0
34.59/34.64	c BCD2: #sat=1 #unsat=310 bias=310/311
34.59/34.64	c Solving starts ...
34.59/34.64	c ============================[ Search Statistics ]============================
34.59/34.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.59/34.64	c       |         |          |          |    Limit     GC | Var      | Constra 
34.59/34.64	c =============================================================================
34.59/34.65	c  0.0s |       0 |        0 |        0 |    29492      0 |     3411 |     5248
34.69/34.73	c  0.1s |       0 |      742 |        1 |    29492      0 |     3411 |     5248
34.69/34.73	c #cpu_time = 0.075s
34.69/34.73	c #wall_clock_time = 0.075s
34.69/34.73	c #decision = 742
34.69/34.73	c #random_decision = 0
34.69/34.73	c #conflict = 1
34.69/34.73	c #restart = 0
34.69/34.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
34.69/34.73	c lower bound updated to 3801273247103
34.69/34.78	c BCD2: 3804980645534 <= obj <= 11808064005837
34.69/34.78	c BCD2: #cores=199, #unrelaxed=492, #relaxed=845, #hardened=0
34.69/34.78	c BCD2: #sat=1 #unsat=311 bias=311/312
34.69/34.79	c Solving starts ...
34.69/34.79	c ============================[ Search Statistics ]============================
34.69/34.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.69/34.79	c       |         |          |          |    Limit     GC | Var      | Constra 
34.69/34.79	c =============================================================================
34.79/34.80	c  0.0s |       0 |        0 |        0 |    29492      0 |     3412 |     5248
34.79/34.87	c  0.1s |       0 |      416 |        0 |    29492      0 |     3412 |     5249
34.79/34.87	c #cpu_time = 0.068s
34.79/34.87	c #wall_clock_time = 0.068s
34.79/34.87	c #decision = 416
34.79/34.87	c #random_decision = 0
34.79/34.87	c #conflict = 0
34.79/34.87	c #restart = 0
34.79/34.87	c BCD2: found a new core of size 1: cost of the new core is >=45212176
34.79/34.87	c lower bound updated to 3801318459279
34.89/34.92	c BCD2: 3805025857710 <= obj <= 11808064005837
34.89/34.92	c BCD2: #cores=200, #unrelaxed=491, #relaxed=846, #hardened=0
34.89/34.92	c BCD2: #sat=1 #unsat=312 bias=312/313
34.89/34.93	c Solving starts ...
34.89/34.93	c ============================[ Search Statistics ]============================
34.89/34.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.89/34.93	c       |         |          |          |    Limit     GC | Var      | Constra 
34.89/34.93	c =============================================================================
34.89/34.94	c  0.0s |       0 |        0 |        0 |    29492      0 |     3412 |     5249
34.99/35.01	c  0.1s |       0 |      417 |        0 |    29492      0 |     3412 |     5249
34.99/35.01	c #cpu_time = 0.070s
34.99/35.01	c #wall_clock_time = 0.070s
34.99/35.01	c #decision = 417
34.99/35.01	c #random_decision = 0
34.99/35.01	c #conflict = 0
34.99/35.01	c #restart = 0
34.99/35.01	c BCD2: found a new core of size 1: cost of the new core is >=551368
34.99/35.01	c lower bound updated to 3801319010647
34.99/35.07	c BCD2: 3805026409078 <= obj <= 11808064005837
34.99/35.07	c BCD2: #cores=201, #unrelaxed=490, #relaxed=847, #hardened=0
34.99/35.07	c BCD2: #sat=1 #unsat=313 bias=313/314
34.99/35.07	c Solving starts ...
34.99/35.07	c ============================[ Search Statistics ]============================
34.99/35.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.99/35.07	c       |         |          |          |    Limit     GC | Var      | Constra 
34.99/35.07	c =============================================================================
34.99/35.08	c  0.0s |       0 |        0 |        0 |    29492      0 |     3412 |     5249
35.09/35.15	c  0.1s |       0 |      419 |        0 |    29492      0 |     3412 |     5249
35.09/35.15	c #cpu_time = 0.070s
35.09/35.15	c #wall_clock_time = 0.070s
35.09/35.15	c #decision = 419
35.09/35.15	c #random_decision = 0
35.09/35.15	c #conflict = 0
35.09/35.15	c #restart = 0
35.09/35.15	c BCD2: found a new core of size 2: cost of the new core is >=82
35.09/35.15	c lower bound updated to 3801319010729
35.20/35.21	c BCD2: 3805026409160 <= obj <= 11808064005837
35.20/35.21	c BCD2: #cores=202, #unrelaxed=488, #relaxed=849, #hardened=0
35.20/35.21	c BCD2: #sat=1 #unsat=314 bias=314/315
35.20/35.21	c Solving starts ...
35.20/35.21	c ============================[ Search Statistics ]============================
35.20/35.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.20/35.21	c       |         |          |          |    Limit     GC | Var      | Constra 
35.20/35.21	c =============================================================================
35.20/35.22	c  0.0s |       0 |        0 |        0 |    29492      0 |     3412 |     5249
35.20/35.30	c  0.1s |       0 |      745 |        1 |    29492      0 |     3412 |     5249
35.20/35.30	c #cpu_time = 0.076s
35.20/35.30	c #wall_clock_time = 0.076s
35.20/35.30	c #decision = 745
35.20/35.30	c #random_decision = 0
35.20/35.30	c #conflict = 1
35.20/35.30	c #restart = 0
35.20/35.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
35.20/35.30	c lower bound updated to 3801319010730
35.30/35.36	c BCD2: 3805026409161 <= obj <= 11808064005837
35.30/35.36	c BCD2: #cores=202, #unrelaxed=487, #relaxed=850, #hardened=0
35.30/35.36	c BCD2: #sat=1 #unsat=315 bias=315/316
35.30/35.36	c Solving starts ...
35.30/35.36	c ============================[ Search Statistics ]============================
35.30/35.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.30/35.36	c       |         |          |          |    Limit     GC | Var      | Constra 
35.30/35.36	c =============================================================================
35.30/35.37	c  0.0s |       0 |        0 |        0 |    29492      0 |     3413 |     5249
35.39/35.44	c  0.1s |       0 |      419 |        0 |    29492      0 |     3413 |     5250
35.39/35.44	c #cpu_time = 0.069s
35.39/35.44	c #wall_clock_time = 0.069s
35.39/35.44	c #decision = 419
35.39/35.44	c #random_decision = 0
35.39/35.44	c #conflict = 0
35.39/35.44	c #restart = 0
35.39/35.44	c BCD2: found a new core of size 1: cost of the new core is >=45212176
35.39/35.44	c lower bound updated to 3801364222906
35.49/35.50	c BCD2: 3805071621337 <= obj <= 11808064005837
35.49/35.50	c BCD2: #cores=203, #unrelaxed=486, #relaxed=851, #hardened=0
35.49/35.50	c BCD2: #sat=1 #unsat=316 bias=316/317
35.49/35.50	c Solving starts ...
35.49/35.50	c ============================[ Search Statistics ]============================
35.49/35.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.49/35.50	c       |         |          |          |    Limit     GC | Var      | Constra 
35.49/35.50	c =============================================================================
35.49/35.51	c  0.0s |       0 |        0 |        0 |    29492      0 |     3413 |     5250
35.49/35.59	c  0.1s |       0 |      420 |        0 |    29492      0 |     3413 |     5250
35.49/35.59	c #cpu_time = 0.071s
35.49/35.59	c #wall_clock_time = 0.071s
35.49/35.59	c #decision = 420
35.49/35.59	c #random_decision = 0
35.49/35.59	c #conflict = 0
35.49/35.59	c #restart = 0
35.49/35.59	c BCD2: found a new core of size 1: cost of the new core is >=551368
35.49/35.59	c lower bound updated to 3801364774274
35.59/35.64	c BCD2: 3805072172705 <= obj <= 11808064005837
35.59/35.64	c BCD2: #cores=204, #unrelaxed=485, #relaxed=852, #hardened=0
35.59/35.64	c BCD2: #sat=1 #unsat=317 bias=317/318
35.59/35.65	c Solving starts ...
35.59/35.65	c ============================[ Search Statistics ]============================
35.59/35.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.59/35.65	c       |         |          |          |    Limit     GC | Var      | Constra 
35.59/35.65	c =============================================================================
35.59/35.66	c  0.0s |       0 |        0 |        0 |    29492      0 |     3413 |     5250
35.69/35.73	c  0.1s |       0 |      422 |        0 |    29492      0 |     3413 |     5250
35.69/35.73	c #cpu_time = 0.070s
35.69/35.73	c #wall_clock_time = 0.070s
35.69/35.73	c #decision = 422
35.69/35.73	c #random_decision = 0
35.69/35.73	c #conflict = 0
35.69/35.73	c #restart = 0
35.69/35.73	c BCD2: found a new core of size 2: cost of the new core is >=82
35.69/35.73	c lower bound updated to 3801364774356
35.69/35.78	c BCD2: 3805072172787 <= obj <= 11808064005837
35.69/35.78	c BCD2: #cores=205, #unrelaxed=483, #relaxed=854, #hardened=0
35.69/35.78	c BCD2: #sat=1 #unsat=318 bias=318/319
35.69/35.79	c Solving starts ...
35.69/35.79	c ============================[ Search Statistics ]============================
35.69/35.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.69/35.79	c       |         |          |          |    Limit     GC | Var      | Constra 
35.69/35.79	c =============================================================================
35.79/35.80	c  0.0s |       0 |        0 |        0 |    29492      0 |     3413 |     5250
35.79/35.88	c  0.1s |       0 |      748 |        1 |    29492      0 |     3413 |     5250
35.79/35.88	c #cpu_time = 0.077s
35.79/35.88	c #wall_clock_time = 0.077s
35.79/35.88	c #decision = 748
35.79/35.88	c #random_decision = 0
35.79/35.88	c #conflict = 1
35.79/35.88	c #restart = 0
35.79/35.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
35.79/35.88	c lower bound updated to 3801364774357
35.89/35.93	c BCD2: 3805072172788 <= obj <= 11808064005837
35.89/35.93	c BCD2: #cores=205, #unrelaxed=482, #relaxed=855, #hardened=0
35.89/35.93	c BCD2: #sat=1 #unsat=319 bias=319/320
35.89/35.94	c Solving starts ...
35.89/35.94	c ============================[ Search Statistics ]============================
35.89/35.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.89/35.94	c       |         |          |          |    Limit     GC | Var      | Constra 
35.89/35.94	c =============================================================================
35.89/35.95	c  0.0s |       0 |        0 |        0 |    29492      0 |     3414 |     5250
35.99/36.02	c  0.1s |       0 |      422 |        0 |    29492      0 |     3414 |     5251
35.99/36.02	c #cpu_time = 0.070s
35.99/36.02	c #wall_clock_time = 0.070s
35.99/36.02	c #decision = 422
35.99/36.02	c #random_decision = 0
35.99/36.02	c #conflict = 0
35.99/36.02	c #restart = 0
35.99/36.02	c BCD2: found a new core of size 1: cost of the new core is >=45212176
35.99/36.02	c lower bound updated to 3801409986533
35.99/36.07	c BCD2: 3805117384964 <= obj <= 11808064005837
35.99/36.07	c BCD2: #cores=206, #unrelaxed=481, #relaxed=856, #hardened=0
35.99/36.07	c BCD2: #sat=1 #unsat=320 bias=320/321
35.99/36.08	c Solving starts ...
35.99/36.08	c ============================[ Search Statistics ]============================
35.99/36.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.99/36.08	c       |         |          |          |    Limit     GC | Var      | Constra 
35.99/36.08	c =============================================================================
35.99/36.09	c  0.0s |       0 |        0 |        0 |    29492      0 |     3414 |     5251
36.09/36.16	c  0.1s |       0 |      423 |        0 |    29492      0 |     3414 |     5251
36.09/36.16	c #cpu_time = 0.072s
36.09/36.16	c #wall_clock_time = 0.072s
36.09/36.16	c #decision = 423
36.09/36.16	c #random_decision = 0
36.09/36.16	c #conflict = 0
36.09/36.16	c #restart = 0
36.09/36.16	c BCD2: found a new core of size 1: cost of the new core is >=551368
36.09/36.16	c lower bound updated to 3801410537901
36.19/36.22	c BCD2: 3805117936332 <= obj <= 11808064005837
36.19/36.22	c BCD2: #cores=207, #unrelaxed=480, #relaxed=857, #hardened=0
36.19/36.22	c BCD2: #sat=1 #unsat=321 bias=321/322
36.19/36.22	c Solving starts ...
36.19/36.22	c ============================[ Search Statistics ]============================
36.19/36.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.19/36.22	c       |         |          |          |    Limit     GC | Var      | Constra 
36.19/36.22	c =============================================================================
36.19/36.23	c  0.0s |       0 |        0 |        0 |    29492      0 |     3414 |     5251
36.29/36.31	c  0.1s |       0 |      425 |        0 |    29492      0 |     3414 |     5251
36.29/36.31	c #cpu_time = 0.071s
36.29/36.31	c #wall_clock_time = 0.071s
36.29/36.31	c #decision = 425
36.29/36.31	c #random_decision = 0
36.29/36.31	c #conflict = 0
36.29/36.31	c #restart = 0
36.29/36.31	c BCD2: found a new core of size 2: cost of the new core is >=82
36.29/36.31	c lower bound updated to 3801410537983
36.29/36.36	c BCD2: 3805117936414 <= obj <= 11808064005837
36.29/36.36	c BCD2: #cores=208, #unrelaxed=478, #relaxed=859, #hardened=0
36.29/36.36	c BCD2: #sat=1 #unsat=322 bias=322/323
36.29/36.37	c Solving starts ...
36.29/36.37	c ============================[ Search Statistics ]============================
36.29/36.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.29/36.37	c       |         |          |          |    Limit     GC | Var      | Constra 
36.29/36.37	c =============================================================================
36.29/36.38	c  0.0s |       0 |        0 |        0 |    29492      0 |     3414 |     5251
36.39/36.46	c  0.1s |       0 |      751 |        1 |    29492      0 |     3414 |     5251
36.39/36.46	c #cpu_time = 0.078s
36.39/36.46	c #wall_clock_time = 0.078s
36.39/36.46	c #decision = 751
36.39/36.46	c #random_decision = 0
36.39/36.46	c #conflict = 1
36.39/36.46	c #restart = 0
36.39/36.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
36.39/36.46	c lower bound updated to 3801410537984
36.49/36.51	c BCD2: 3805117936415 <= obj <= 11808064005837
36.49/36.51	c BCD2: #cores=208, #unrelaxed=477, #relaxed=860, #hardened=0
36.49/36.51	c BCD2: #sat=1 #unsat=323 bias=323/324
36.49/36.52	c Solving starts ...
36.49/36.52	c ============================[ Search Statistics ]============================
36.49/36.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.49/36.52	c       |         |          |          |    Limit     GC | Var      | Constra 
36.49/36.52	c =============================================================================
36.49/36.53	c  0.0s |       0 |        0 |        0 |    29492      0 |     3415 |     5251
36.59/36.60	c  0.1s |       0 |      425 |        0 |    29492      0 |     3415 |     5252
36.59/36.60	c #cpu_time = 0.071s
36.59/36.60	c #wall_clock_time = 0.071s
36.59/36.60	c #decision = 425
36.59/36.60	c #random_decision = 0
36.59/36.60	c #conflict = 0
36.59/36.60	c #restart = 0
36.59/36.60	c BCD2: found a new core of size 1: cost of the new core is >=45212176
36.59/36.60	c lower bound updated to 3801455750160
36.59/36.66	c BCD2: 3805163148591 <= obj <= 11808064005837
36.59/36.66	c BCD2: #cores=209, #unrelaxed=476, #relaxed=861, #hardened=0
36.59/36.66	c BCD2: #sat=1 #unsat=324 bias=324/325
36.59/36.66	c Solving starts ...
36.59/36.66	c ============================[ Search Statistics ]============================
36.59/36.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.59/36.66	c       |         |          |          |    Limit     GC | Var      | Constra 
36.59/36.66	c =============================================================================
36.59/36.67	c  0.0s |       0 |        0 |        0 |    29492      0 |     3415 |     5252
36.69/36.75	c  0.1s |       0 |      426 |        0 |    29492      0 |     3415 |     5252
36.69/36.75	c #cpu_time = 0.073s
36.69/36.75	c #wall_clock_time = 0.073s
36.69/36.75	c #decision = 426
36.69/36.75	c #random_decision = 0
36.69/36.75	c #conflict = 0
36.69/36.75	c #restart = 0
36.69/36.75	c BCD2: found a new core of size 1: cost of the new core is >=551368
36.69/36.75	c lower bound updated to 3801456301528
36.79/36.80	c BCD2: 3805163699959 <= obj <= 11808064005837
36.79/36.80	c BCD2: #cores=210, #unrelaxed=475, #relaxed=862, #hardened=0
36.79/36.80	c BCD2: #sat=1 #unsat=325 bias=325/326
36.79/36.80	c Solving starts ...
36.79/36.80	c ============================[ Search Statistics ]============================
36.79/36.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.79/36.80	c       |         |          |          |    Limit     GC | Var      | Constra 
36.79/36.80	c =============================================================================
36.79/36.82	c  0.0s |       0 |        0 |        0 |    29492      0 |     3415 |     5252
36.79/36.89	c  0.1s |       0 |      428 |        0 |    29492      0 |     3415 |     5252
36.79/36.89	c #cpu_time = 0.072s
36.79/36.89	c #wall_clock_time = 0.072s
36.79/36.89	c #decision = 428
36.79/36.89	c #random_decision = 0
36.79/36.89	c #conflict = 0
36.79/36.89	c #restart = 0
36.79/36.89	c BCD2: found a new core of size 2: cost of the new core is >=82
36.79/36.89	c lower bound updated to 3801456301610
36.89/36.94	c BCD2: 3805163700041 <= obj <= 11808064005837
36.89/36.94	c BCD2: #cores=211, #unrelaxed=473, #relaxed=864, #hardened=0
36.89/36.94	c BCD2: #sat=1 #unsat=326 bias=326/327
36.89/36.95	c Solving starts ...
36.89/36.95	c ============================[ Search Statistics ]============================
36.89/36.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.89/36.95	c       |         |          |          |    Limit     GC | Var      | Constra 
36.89/36.95	c =============================================================================
36.89/36.96	c  0.0s |       0 |        0 |        0 |    29492      0 |     3415 |     5252
36.99/37.04	c  0.1s |       0 |      754 |        1 |    29492      0 |     3415 |     5252
36.99/37.04	c #cpu_time = 0.079s
36.99/37.04	c #wall_clock_time = 0.079s
36.99/37.04	c #decision = 754
36.99/37.04	c #random_decision = 0
36.99/37.04	c #conflict = 1
36.99/37.04	c #restart = 0
36.99/37.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
36.99/37.04	c lower bound updated to 3801456301611
36.99/37.09	c BCD2: 3805163700042 <= obj <= 11808064005837
36.99/37.09	c BCD2: #cores=211, #unrelaxed=472, #relaxed=865, #hardened=0
36.99/37.09	c BCD2: #sat=1 #unsat=327 bias=327/328
37.09/37.10	c Solving starts ...
37.09/37.10	c ============================[ Search Statistics ]============================
37.09/37.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.09/37.10	c       |         |          |          |    Limit     GC | Var      | Constra 
37.09/37.10	c =============================================================================
37.09/37.11	c  0.0s |       0 |        0 |        0 |    29492      0 |     3416 |     5252
37.09/37.18	c  0.1s |       0 |      428 |        0 |    29492      0 |     3416 |     5253
37.09/37.18	c #cpu_time = 0.072s
37.09/37.18	c #wall_clock_time = 0.072s
37.09/37.18	c #decision = 428
37.09/37.18	c #random_decision = 0
37.09/37.18	c #conflict = 0
37.09/37.18	c #restart = 0
37.09/37.18	c BCD2: found a new core of size 1: cost of the new core is >=45212176
37.09/37.18	c lower bound updated to 3801501513787
37.19/37.24	c BCD2: 3805208912218 <= obj <= 11808064005837
37.19/37.24	c BCD2: #cores=212, #unrelaxed=471, #relaxed=866, #hardened=0
37.19/37.24	c BCD2: #sat=1 #unsat=328 bias=328/329
37.19/37.24	c Solving starts ...
37.19/37.24	c ============================[ Search Statistics ]============================
37.19/37.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.19/37.24	c       |         |          |          |    Limit     GC | Var      | Constra 
37.19/37.24	c =============================================================================
37.19/37.25	c  0.0s |       0 |        0 |        0 |    29492      0 |     3416 |     5253
37.29/37.33	c  0.1s |       0 |      429 |        0 |    29492      0 |     3416 |     5253
37.29/37.33	c #cpu_time = 0.074s
37.29/37.33	c #wall_clock_time = 0.074s
37.29/37.33	c #decision = 429
37.29/37.33	c #random_decision = 0
37.29/37.33	c #conflict = 0
37.29/37.33	c #restart = 0
37.29/37.33	c BCD2: found a new core of size 1: cost of the new core is >=551368
37.29/37.33	c lower bound updated to 3801502065155
37.29/37.38	c BCD2: 3805209463586 <= obj <= 11808064005837
37.29/37.38	c BCD2: #cores=213, #unrelaxed=470, #relaxed=867, #hardened=0
37.29/37.38	c BCD2: #sat=1 #unsat=329 bias=329/330
37.29/37.39	c Solving starts ...
37.29/37.39	c ============================[ Search Statistics ]============================
37.29/37.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.29/37.39	c       |         |          |          |    Limit     GC | Var      | Constra 
37.29/37.39	c =============================================================================
37.29/37.40	c  0.0s |       0 |        0 |        0 |    29492      0 |     3416 |     5253
37.39/37.47	c  0.1s |       0 |      431 |        0 |    29492      0 |     3416 |     5253
37.39/37.47	c #cpu_time = 0.072s
37.39/37.47	c #wall_clock_time = 0.072s
37.39/37.47	c #decision = 431
37.39/37.47	c #random_decision = 0
37.39/37.47	c #conflict = 0
37.39/37.47	c #restart = 0
37.39/37.47	c BCD2: found a new core of size 2: cost of the new core is >=82
37.39/37.47	c lower bound updated to 3801502065237
37.49/37.53	c BCD2: 3805209463668 <= obj <= 11808064005837
37.49/37.53	c BCD2: #cores=214, #unrelaxed=468, #relaxed=869, #hardened=0
37.49/37.53	c BCD2: #sat=1 #unsat=330 bias=330/331
37.49/37.53	c Solving starts ...
37.49/37.53	c ============================[ Search Statistics ]============================
37.49/37.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.49/37.53	c       |         |          |          |    Limit     GC | Var      | Constra 
37.49/37.53	c =============================================================================
37.49/37.54	c  0.0s |       0 |        0 |        0 |    29492      0 |     3416 |     5253
37.59/37.62	c  0.1s |       0 |      757 |        1 |    29492      0 |     3416 |     5253
37.59/37.62	c #cpu_time = 0.079s
37.59/37.62	c #wall_clock_time = 0.079s
37.59/37.62	c #decision = 757
37.59/37.62	c #random_decision = 0
37.59/37.62	c #conflict = 1
37.59/37.62	c #restart = 0
37.59/37.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
37.59/37.62	c lower bound updated to 3801502065238
37.59/37.68	c BCD2: 3805209463669 <= obj <= 11808064005837
37.59/37.68	c BCD2: #cores=214, #unrelaxed=467, #relaxed=870, #hardened=0
37.59/37.68	c BCD2: #sat=1 #unsat=331 bias=331/332
37.59/37.68	c Solving starts ...
37.59/37.68	c ============================[ Search Statistics ]============================
37.59/37.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.59/37.68	c       |         |          |          |    Limit     GC | Var      | Constra 
37.59/37.68	c =============================================================================
37.59/37.70	c  0.0s |       0 |        0 |        0 |    29492      0 |     3417 |     5253
37.69/37.77	c  0.1s |       0 |      431 |        0 |    29492      0 |     3417 |     5254
37.69/37.77	c #cpu_time = 0.074s
37.69/37.77	c #wall_clock_time = 0.074s
37.69/37.77	c #decision = 431
37.69/37.77	c #random_decision = 0
37.69/37.77	c #conflict = 0
37.69/37.77	c #restart = 0
37.69/37.77	c BCD2: found a new core of size 1: cost of the new core is >=45212176
37.69/37.77	c lower bound updated to 3801547277414
37.79/37.82	c BCD2: 3805254675845 <= obj <= 11808064005837
37.79/37.82	c BCD2: #cores=215, #unrelaxed=466, #relaxed=871, #hardened=0
37.79/37.82	c BCD2: #sat=1 #unsat=332 bias=332/333
37.79/37.83	c Solving starts ...
37.79/37.83	c ============================[ Search Statistics ]============================
37.79/37.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.79/37.83	c       |         |          |          |    Limit     GC | Var      | Constra 
37.79/37.83	c =============================================================================
37.79/37.84	c  0.0s |       0 |        0 |        0 |    29492      0 |     3417 |     5254
37.89/37.92	c  0.1s |       0 |      432 |        0 |    29492      0 |     3417 |     5254
37.89/37.92	c #cpu_time = 0.074s
37.89/37.92	c #wall_clock_time = 0.074s
37.89/37.92	c #decision = 432
37.89/37.92	c #random_decision = 0
37.89/37.92	c #conflict = 0
37.89/37.92	c #restart = 0
37.89/37.92	c BCD2: found a new core of size 1: cost of the new core is >=551368
37.89/37.92	c lower bound updated to 3801547828782
37.89/37.97	c BCD2: 3805255227213 <= obj <= 11808064005837
37.89/37.97	c BCD2: #cores=216, #unrelaxed=465, #relaxed=872, #hardened=0
37.89/37.97	c BCD2: #sat=1 #unsat=333 bias=333/334
37.89/37.98	c Solving starts ...
37.89/37.98	c ============================[ Search Statistics ]============================
37.89/37.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.89/37.98	c       |         |          |          |    Limit     GC | Var      | Constra 
37.89/37.98	c =============================================================================
37.89/37.99	c  0.0s |       0 |        0 |        0 |    29492      0 |     3417 |     5254
37.99/38.06	c  0.1s |       0 |      434 |        0 |    29492      0 |     3417 |     5254
37.99/38.06	c #cpu_time = 0.073s
37.99/38.06	c #wall_clock_time = 0.073s
37.99/38.06	c #decision = 434
37.99/38.06	c #random_decision = 0
37.99/38.06	c #conflict = 0
37.99/38.06	c #restart = 0
37.99/38.06	c BCD2: found a new core of size 2: cost of the new core is >=82
37.99/38.06	c lower bound updated to 3801547828864
38.09/38.12	c BCD2: 3805255227295 <= obj <= 11808064005837
38.09/38.12	c BCD2: #cores=217, #unrelaxed=463, #relaxed=874, #hardened=0
38.09/38.12	c BCD2: #sat=1 #unsat=334 bias=334/335
38.09/38.12	c Solving starts ...
38.09/38.12	c ============================[ Search Statistics ]============================
38.09/38.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.09/38.12	c       |         |          |          |    Limit     GC | Var      | Constra 
38.09/38.12	c =============================================================================
38.09/38.13	c  0.0s |       0 |        0 |        0 |    29492      0 |     3417 |     5254
38.19/38.21	c  0.1s |       0 |      760 |        1 |    29492      0 |     3417 |     5254
38.19/38.21	c #cpu_time = 0.080s
38.19/38.21	c #wall_clock_time = 0.080s
38.19/38.21	c #decision = 760
38.19/38.21	c #random_decision = 0
38.19/38.21	c #conflict = 1
38.19/38.21	c #restart = 0
38.19/38.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
38.19/38.21	c lower bound updated to 3801547828865
38.19/38.27	c BCD2: 3805255227296 <= obj <= 11808064005837
38.19/38.27	c BCD2: #cores=217, #unrelaxed=462, #relaxed=875, #hardened=0
38.19/38.27	c BCD2: #sat=1 #unsat=335 bias=335/336
38.19/38.27	c Solving starts ...
38.19/38.27	c ============================[ Search Statistics ]============================
38.19/38.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.19/38.27	c       |         |          |          |    Limit     GC | Var      | Constra 
38.19/38.27	c =============================================================================
38.19/38.28	c  0.0s |       0 |        0 |        0 |    29492      0 |     3418 |     5254
38.29/38.36	c  0.1s |       0 |      434 |        0 |    29492      0 |     3418 |     5255
38.29/38.36	c #cpu_time = 0.074s
38.29/38.36	c #wall_clock_time = 0.074s
38.29/38.36	c #decision = 434
38.29/38.36	c #random_decision = 0
38.29/38.36	c #conflict = 0
38.29/38.36	c #restart = 0
38.29/38.36	c BCD2: found a new core of size 1: cost of the new core is >=45212176
38.29/38.36	c lower bound updated to 3801593041041
38.39/38.41	c BCD2: 3805300439472 <= obj <= 11808064005837
38.39/38.41	c BCD2: #cores=218, #unrelaxed=461, #relaxed=876, #hardened=0
38.39/38.41	c BCD2: #sat=1 #unsat=336 bias=336/337
38.39/38.42	c Solving starts ...
38.39/38.42	c ============================[ Search Statistics ]============================
38.39/38.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.39/38.42	c       |         |          |          |    Limit     GC | Var      | Constra 
38.39/38.42	c =============================================================================
38.39/38.43	c  0.0s |       0 |        0 |        0 |    29492      0 |     3418 |     5255
38.49/38.51	c  0.1s |       0 |      435 |        0 |    29492      0 |     3418 |     5255
38.49/38.51	c #cpu_time = 0.075s
38.49/38.51	c #wall_clock_time = 0.075s
38.49/38.51	c #decision = 435
38.49/38.51	c #random_decision = 0
38.49/38.51	c #conflict = 0
38.49/38.51	c #restart = 0
38.49/38.51	c BCD2: found a new core of size 1: cost of the new core is >=551368
38.49/38.51	c lower bound updated to 3801593592409
38.49/38.56	c BCD2: 3805300990840 <= obj <= 11808064005837
38.49/38.56	c BCD2: #cores=219, #unrelaxed=460, #relaxed=877, #hardened=0
38.49/38.56	c BCD2: #sat=1 #unsat=337 bias=337/338
38.49/38.57	c Solving starts ...
38.49/38.57	c ============================[ Search Statistics ]============================
38.49/38.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.49/38.57	c       |         |          |          |    Limit     GC | Var      | Constra 
38.49/38.57	c =============================================================================
38.49/38.58	c  0.0s |       0 |        0 |        0 |    29492      0 |     3418 |     5255
38.59/38.65	c  0.1s |       0 |      437 |        0 |    29492      0 |     3418 |     5255
38.59/38.65	c #cpu_time = 0.074s
38.59/38.65	c #wall_clock_time = 0.074s
38.59/38.65	c #decision = 437
38.59/38.65	c #random_decision = 0
38.59/38.65	c #conflict = 0
38.59/38.65	c #restart = 0
38.59/38.65	c BCD2: found a new core of size 2: cost of the new core is >=82
38.59/38.65	c lower bound updated to 3801593592491
38.69/38.71	c BCD2: 3805300990922 <= obj <= 11808064005837
38.69/38.71	c BCD2: #cores=220, #unrelaxed=458, #relaxed=879, #hardened=0
38.69/38.71	c BCD2: #sat=1 #unsat=338 bias=338/339
38.69/38.71	c Solving starts ...
38.69/38.71	c ============================[ Search Statistics ]============================
38.69/38.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.69/38.71	c       |         |          |          |    Limit     GC | Var      | Constra 
38.69/38.71	c =============================================================================
38.69/38.72	c  0.0s |       0 |        0 |        0 |    29492      0 |     3418 |     5255
38.79/38.81	c  0.1s |       0 |      763 |        1 |    29492      0 |     3418 |     5255
38.79/38.81	c #cpu_time = 0.082s
38.79/38.81	c #wall_clock_time = 0.082s
38.79/38.81	c #decision = 763
38.79/38.81	c #random_decision = 0
38.79/38.81	c #conflict = 1
38.79/38.81	c #restart = 0
38.79/38.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
38.79/38.81	c lower bound updated to 3801593592492
38.79/38.86	c BCD2: 3805300990923 <= obj <= 11808064005837
38.79/38.86	c BCD2: #cores=220, #unrelaxed=457, #relaxed=880, #hardened=0
38.79/38.86	c BCD2: #sat=1 #unsat=339 bias=339/340
38.79/38.87	c Solving starts ...
38.79/38.87	c ============================[ Search Statistics ]============================
38.79/38.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.79/38.87	c       |         |          |          |    Limit     GC | Var      | Constra 
38.79/38.87	c =============================================================================
38.79/38.88	c  0.0s |       0 |        0 |        0 |    29492      0 |     3419 |     5255
38.89/38.95	c  0.1s |       0 |      437 |        0 |    29492      0 |     3419 |     5256
38.89/38.95	c #cpu_time = 0.075s
38.89/38.95	c #wall_clock_time = 0.075s
38.89/38.95	c #decision = 437
38.89/38.95	c #random_decision = 0
38.89/38.95	c #conflict = 0
38.89/38.95	c #restart = 0
38.89/38.95	c BCD2: found a new core of size 1: cost of the new core is >=45212176
38.89/38.95	c lower bound updated to 3801638804668
38.99/39.01	c BCD2: 3805346203099 <= obj <= 11808064005837
38.99/39.01	c BCD2: #cores=221, #unrelaxed=456, #relaxed=881, #hardened=0
38.99/39.01	c BCD2: #sat=1 #unsat=340 bias=340/341
38.99/39.01	c Solving starts ...
38.99/39.01	c ============================[ Search Statistics ]============================
38.99/39.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.99/39.01	c       |         |          |          |    Limit     GC | Var      | Constra 
38.99/39.01	c =============================================================================
38.99/39.03	c  0.0s |       0 |        0 |        0 |    29492      0 |     3419 |     5256
39.09/39.10	c  0.1s |       0 |      438 |        0 |    29492      0 |     3419 |     5256
39.09/39.10	c #cpu_time = 0.076s
39.09/39.10	c #wall_clock_time = 0.076s
39.09/39.10	c #decision = 438
39.09/39.10	c #random_decision = 0
39.09/39.10	c #conflict = 0
39.09/39.10	c #restart = 0
39.09/39.10	c BCD2: found a new core of size 1: cost of the new core is >=551368
39.09/39.10	c lower bound updated to 3801639356036
39.09/39.16	c BCD2: 3805346754467 <= obj <= 11808064005837
39.09/39.16	c BCD2: #cores=222, #unrelaxed=455, #relaxed=882, #hardened=0
39.09/39.16	c BCD2: #sat=1 #unsat=341 bias=341/342
39.09/39.16	c Solving starts ...
39.09/39.16	c ============================[ Search Statistics ]============================
39.09/39.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.09/39.16	c       |         |          |          |    Limit     GC | Var      | Constra 
39.09/39.16	c =============================================================================
39.09/39.17	c  0.0s |       0 |        0 |        0 |    29492      0 |     3419 |     5256
39.19/39.25	c  0.1s |       0 |      440 |        0 |    29492      0 |     3419 |     5256
39.19/39.25	c #cpu_time = 0.075s
39.19/39.25	c #wall_clock_time = 0.075s
39.19/39.25	c #decision = 440
39.19/39.25	c #random_decision = 0
39.19/39.25	c #conflict = 0
39.19/39.25	c #restart = 0
39.19/39.25	c BCD2: found a new core of size 2: cost of the new core is >=82
39.19/39.25	c lower bound updated to 3801639356118
39.29/39.30	c BCD2: 3805346754549 <= obj <= 11808064005837
39.29/39.30	c BCD2: #cores=223, #unrelaxed=453, #relaxed=884, #hardened=0
39.29/39.30	c BCD2: #sat=1 #unsat=342 bias=342/343
39.29/39.31	c Solving starts ...
39.29/39.31	c ============================[ Search Statistics ]============================
39.29/39.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.29/39.31	c       |         |          |          |    Limit     GC | Var      | Constra 
39.29/39.31	c =============================================================================
39.29/39.32	c  0.0s |       0 |        0 |        0 |    29492      0 |     3419 |     5256
39.39/39.40	c  0.1s |       0 |      766 |        1 |    29492      0 |     3419 |     5256
39.39/39.40	c #cpu_time = 0.083s
39.39/39.40	c #wall_clock_time = 0.083s
39.39/39.40	c #decision = 766
39.39/39.40	c #random_decision = 0
39.39/39.40	c #conflict = 1
39.39/39.40	c #restart = 0
39.39/39.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
39.39/39.40	c lower bound updated to 3801639356119
39.39/39.46	c BCD2: 3805346754550 <= obj <= 11808064005837
39.39/39.46	c BCD2: #cores=223, #unrelaxed=452, #relaxed=885, #hardened=0
39.39/39.46	c BCD2: #sat=1 #unsat=343 bias=343/344
39.39/39.46	c Solving starts ...
39.39/39.46	c ============================[ Search Statistics ]============================
39.39/39.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.39/39.46	c       |         |          |          |    Limit     GC | Var      | Constra 
39.39/39.46	c =============================================================================
39.39/39.48	c  0.0s |       0 |        0 |        0 |    29492      0 |     3420 |     5256
39.49/39.55	c  0.1s |       0 |      440 |        0 |    29492      0 |     3420 |     5257
39.49/39.55	c #cpu_time = 0.075s
39.49/39.55	c #wall_clock_time = 0.075s
39.49/39.55	c #decision = 440
39.49/39.55	c #random_decision = 0
39.49/39.55	c #conflict = 0
39.49/39.55	c #restart = 0
39.49/39.55	c BCD2: found a new core of size 1: cost of the new core is >=45212176
39.49/39.55	c lower bound updated to 3801684568295
39.59/39.61	c BCD2: 3805391966726 <= obj <= 11808064005837
39.59/39.61	c BCD2: #cores=224, #unrelaxed=451, #relaxed=886, #hardened=0
39.59/39.61	c BCD2: #sat=1 #unsat=344 bias=344/345
39.59/39.61	c Solving starts ...
39.59/39.61	c ============================[ Search Statistics ]============================
39.59/39.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.59/39.61	c       |         |          |          |    Limit     GC | Var      | Constra 
39.59/39.61	c =============================================================================
39.59/39.62	c  0.0s |       0 |        0 |        0 |    29492      0 |     3420 |     5257
39.59/39.70	c  0.1s |       0 |      441 |        0 |    29492      0 |     3420 |     5257
39.59/39.70	c #cpu_time = 0.077s
39.59/39.70	c #wall_clock_time = 0.077s
39.59/39.70	c #decision = 441
39.59/39.70	c #random_decision = 0
39.59/39.70	c #conflict = 0
39.59/39.70	c #restart = 0
39.59/39.70	c BCD2: found a new core of size 1: cost of the new core is >=551368
39.59/39.70	c lower bound updated to 3801685119663
39.69/39.75	c BCD2: 3805392518094 <= obj <= 11808064005837
39.69/39.75	c BCD2: #cores=225, #unrelaxed=450, #relaxed=887, #hardened=0
39.69/39.75	c BCD2: #sat=1 #unsat=345 bias=345/346
39.69/39.76	c Solving starts ...
39.69/39.76	c ============================[ Search Statistics ]============================
39.69/39.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.69/39.76	c       |         |          |          |    Limit     GC | Var      | Constra 
39.69/39.76	c =============================================================================
39.69/39.77	c  0.0s |       0 |        0 |        0 |    29492      0 |     3420 |     5257
39.79/39.85	c  0.1s |       0 |      443 |        0 |    29492      0 |     3420 |     5257
39.79/39.85	c #cpu_time = 0.076s
39.79/39.85	c #wall_clock_time = 0.076s
39.79/39.85	c #decision = 443
39.79/39.85	c #random_decision = 0
39.79/39.85	c #conflict = 0
39.79/39.85	c #restart = 0
39.79/39.85	c BCD2: found a new core of size 2: cost of the new core is >=82
39.79/39.85	c lower bound updated to 3801685119745
39.89/39.90	c BCD2: 3805392518176 <= obj <= 11808064005837
39.89/39.90	c BCD2: #cores=226, #unrelaxed=448, #relaxed=889, #hardened=0
39.89/39.90	c BCD2: #sat=1 #unsat=346 bias=346/347
39.89/39.91	c Solving starts ...
39.89/39.91	c ============================[ Search Statistics ]============================
39.89/39.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.89/39.91	c       |         |          |          |    Limit     GC | Var      | Constra 
39.89/39.91	c =============================================================================
39.89/39.92	c  0.0s |       0 |        0 |        0 |    29492      0 |     3420 |     5257
39.98/40.00	c  0.1s |       0 |      769 |        1 |    29492      0 |     3420 |     5257
39.98/40.00	c #cpu_time = 0.084s
39.98/40.00	c #wall_clock_time = 0.084s
39.98/40.00	c #decision = 769
39.98/40.00	c #random_decision = 0
39.98/40.00	c #conflict = 1
39.98/40.00	c #restart = 0
39.98/40.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
39.98/40.00	c lower bound updated to 3801685119746
39.98/40.06	c BCD2: 3805392518177 <= obj <= 11808064005837
39.98/40.06	c BCD2: #cores=226, #unrelaxed=447, #relaxed=890, #hardened=0
39.98/40.06	c BCD2: #sat=1 #unsat=347 bias=347/348
39.98/40.06	c Solving starts ...
39.98/40.06	c ============================[ Search Statistics ]============================
39.98/40.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.98/40.06	c       |         |          |          |    Limit     GC | Var      | Constra 
39.98/40.06	c =============================================================================
39.98/40.07	c  0.0s |       0 |        0 |        0 |    29492      0 |     3421 |     5257
40.08/40.15	c  0.1s |       0 |      443 |        0 |    29492      0 |     3421 |     5258
40.08/40.15	c #cpu_time = 0.076s
40.08/40.15	c #wall_clock_time = 0.076s
40.08/40.15	c #decision = 443
40.08/40.15	c #random_decision = 0
40.08/40.15	c #conflict = 0
40.08/40.15	c #restart = 0
40.08/40.15	c BCD2: found a new core of size 1: cost of the new core is >=45212176
40.08/40.15	c lower bound updated to 3801730331922
40.18/40.21	c BCD2: 3805437730353 <= obj <= 11808064005837
40.18/40.21	c BCD2: #cores=227, #unrelaxed=446, #relaxed=891, #hardened=0
40.18/40.21	c BCD2: #sat=1 #unsat=348 bias=348/349
40.18/40.21	c Solving starts ...
40.18/40.21	c ============================[ Search Statistics ]============================
40.18/40.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.18/40.21	c       |         |          |          |    Limit     GC | Var      | Constra 
40.18/40.21	c =============================================================================
40.18/40.22	c  0.0s |       0 |        0 |        0 |    29492      0 |     3421 |     5258
40.28/40.30	c  0.1s |       0 |      444 |        0 |    29492      0 |     3421 |     5258
40.28/40.30	c #cpu_time = 0.078s
40.28/40.30	c #wall_clock_time = 0.078s
40.28/40.30	c #decision = 444
40.28/40.30	c #random_decision = 0
40.28/40.30	c #conflict = 0
40.28/40.30	c #restart = 0
40.28/40.30	c BCD2: found a new core of size 1: cost of the new core is >=551368
40.28/40.30	c lower bound updated to 3801730883290
40.28/40.36	c BCD2: 3805438281721 <= obj <= 11808064005837
40.28/40.36	c BCD2: #cores=228, #unrelaxed=445, #relaxed=892, #hardened=0
40.28/40.36	c BCD2: #sat=1 #unsat=349 bias=349/350
40.28/40.36	c Solving starts ...
40.28/40.36	c ============================[ Search Statistics ]============================
40.28/40.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.28/40.36	c       |         |          |          |    Limit     GC | Var      | Constra 
40.28/40.36	c =============================================================================
40.28/40.37	c  0.0s |       0 |        0 |        0 |    29492      0 |     3421 |     5258
40.38/40.45	c  0.1s |       0 |      446 |        0 |    29492      0 |     3421 |     5258
40.38/40.45	c #cpu_time = 0.077s
40.38/40.45	c #wall_clock_time = 0.077s
40.38/40.45	c #decision = 446
40.38/40.45	c #random_decision = 0
40.38/40.45	c #conflict = 0
40.38/40.45	c #restart = 0
40.38/40.45	c BCD2: found a new core of size 2: cost of the new core is >=82
40.38/40.45	c lower bound updated to 3801730883372
40.48/40.50	c BCD2: 3805438281803 <= obj <= 11808064005837
40.48/40.50	c BCD2: #cores=229, #unrelaxed=443, #relaxed=894, #hardened=0
40.48/40.50	c BCD2: #sat=1 #unsat=350 bias=350/351
40.48/40.51	c Solving starts ...
40.48/40.51	c ============================[ Search Statistics ]============================
40.48/40.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.48/40.51	c       |         |          |          |    Limit     GC | Var      | Constra 
40.48/40.51	c =============================================================================
40.48/40.52	c  0.0s |       0 |        0 |        0 |    29492      0 |     3421 |     5258
40.58/40.61	c  0.1s |       0 |      772 |        1 |    29492      0 |     3421 |     5258
40.58/40.61	c #cpu_time = 0.084s
40.58/40.61	c #wall_clock_time = 0.084s
40.58/40.61	c #decision = 772
40.58/40.61	c #random_decision = 0
40.58/40.61	c #conflict = 1
40.58/40.61	c #restart = 0
40.58/40.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
40.58/40.61	c lower bound updated to 3801730883373
40.58/40.66	c BCD2: 3805438281804 <= obj <= 11808064005837
40.58/40.66	c BCD2: #cores=229, #unrelaxed=442, #relaxed=895, #hardened=0
40.58/40.66	c BCD2: #sat=1 #unsat=351 bias=351/352
40.58/40.66	c Solving starts ...
40.58/40.66	c ============================[ Search Statistics ]============================
40.58/40.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.58/40.66	c       |         |          |          |    Limit     GC | Var      | Constra 
40.58/40.66	c =============================================================================
40.58/40.68	c  0.0s |       0 |        0 |        0 |    29492      0 |     3422 |     5258
40.69/40.75	c  0.1s |       0 |      446 |        0 |    29492      0 |     3422 |     5259
40.69/40.75	c #cpu_time = 0.077s
40.69/40.75	c #wall_clock_time = 0.077s
40.69/40.75	c #decision = 446
40.69/40.75	c #random_decision = 0
40.69/40.75	c #conflict = 0
40.69/40.75	c #restart = 0
40.69/40.75	c BCD2: found a new core of size 1: cost of the new core is >=45212176
40.69/40.75	c lower bound updated to 3801776095549
40.79/40.81	c BCD2: 3805483493980 <= obj <= 11808064005837
40.79/40.81	c BCD2: #cores=230, #unrelaxed=441, #relaxed=896, #hardened=0
40.79/40.81	c BCD2: #sat=1 #unsat=352 bias=352/353
40.79/40.81	c Solving starts ...
40.79/40.81	c ============================[ Search Statistics ]============================
40.79/40.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.79/40.81	c       |         |          |          |    Limit     GC | Var      | Constra 
40.79/40.81	c =============================================================================
40.79/40.83	c  0.0s |       0 |        0 |        0 |    29492      0 |     3422 |     5259
40.88/40.91	c  0.1s |       0 |      447 |        0 |    29492      0 |     3422 |     5259
40.88/40.91	c #cpu_time = 0.079s
40.88/40.91	c #wall_clock_time = 0.079s
40.88/40.91	c #decision = 447
40.88/40.91	c #random_decision = 0
40.88/40.91	c #conflict = 0
40.88/40.91	c #restart = 0
40.88/40.91	c BCD2: found a new core of size 1: cost of the new core is >=551368
40.88/40.91	c lower bound updated to 3801776646917
40.88/40.96	c BCD2: 3805484045348 <= obj <= 11808064005837
40.88/40.96	c BCD2: #cores=231, #unrelaxed=440, #relaxed=897, #hardened=0
40.88/40.96	c BCD2: #sat=1 #unsat=353 bias=353/354
40.88/40.96	c Solving starts ...
40.88/40.96	c ============================[ Search Statistics ]============================
40.88/40.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.88/40.96	c       |         |          |          |    Limit     GC | Var      | Constra 
40.88/40.96	c =============================================================================
40.88/40.98	c  0.0s |       0 |        0 |        0 |    29492      0 |     3422 |     5259
40.98/41.06	c  0.1s |       0 |      449 |        0 |    29492      0 |     3422 |     5259
40.98/41.06	c #cpu_time = 0.077s
40.98/41.06	c #wall_clock_time = 0.077s
40.98/41.06	c #decision = 449
40.98/41.06	c #random_decision = 0
40.98/41.06	c #conflict = 0
40.98/41.06	c #restart = 0
40.98/41.06	c BCD2: found a new core of size 2: cost of the new core is >=82
40.98/41.06	c lower bound updated to 3801776646999
41.08/41.11	c BCD2: 3805484045430 <= obj <= 11808064005837
41.08/41.11	c BCD2: #cores=232, #unrelaxed=438, #relaxed=899, #hardened=0
41.08/41.11	c BCD2: #sat=1 #unsat=354 bias=354/355
41.08/41.11	c Solving starts ...
41.08/41.11	c ============================[ Search Statistics ]============================
41.08/41.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.08/41.11	c       |         |          |          |    Limit     GC | Var      | Constra 
41.08/41.11	c =============================================================================
41.08/41.13	c  0.0s |       0 |        0 |        0 |    29492      0 |     3422 |     5259
41.18/41.21	c  0.1s |       0 |      775 |        1 |    29492      0 |     3422 |     5259
41.18/41.21	c #cpu_time = 0.085s
41.18/41.21	c #wall_clock_time = 0.085s
41.18/41.21	c #decision = 775
41.18/41.21	c #random_decision = 0
41.18/41.21	c #conflict = 1
41.18/41.21	c #restart = 0
41.18/41.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
41.18/41.21	c lower bound updated to 3801776647000
41.18/41.27	c BCD2: 3805484045431 <= obj <= 11808064005837
41.18/41.27	c BCD2: #cores=232, #unrelaxed=437, #relaxed=900, #hardened=0
41.18/41.27	c BCD2: #sat=1 #unsat=355 bias=355/356
41.18/41.27	c Solving starts ...
41.18/41.27	c ============================[ Search Statistics ]============================
41.18/41.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.18/41.27	c       |         |          |          |    Limit     GC | Var      | Constra 
41.18/41.27	c =============================================================================
41.18/41.28	c  0.0s |       0 |        0 |        0 |    29492      0 |     3423 |     5259
41.28/41.36	c  0.1s |       0 |      449 |        0 |    29492      0 |     3423 |     5260
41.28/41.36	c #cpu_time = 0.078s
41.28/41.36	c #wall_clock_time = 0.078s
41.28/41.36	c #decision = 449
41.28/41.36	c #random_decision = 0
41.28/41.36	c #conflict = 0
41.28/41.36	c #restart = 0
41.28/41.36	c BCD2: found a new core of size 1: cost of the new core is >=45212176
41.28/41.36	c lower bound updated to 3801821859176
41.38/41.42	c BCD2: 3805529257607 <= obj <= 11808064005837
41.38/41.42	c BCD2: #cores=233, #unrelaxed=436, #relaxed=901, #hardened=0
41.38/41.42	c BCD2: #sat=1 #unsat=356 bias=356/357
41.38/41.42	c Solving starts ...
41.38/41.42	c ============================[ Search Statistics ]============================
41.38/41.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.38/41.42	c       |         |          |          |    Limit     GC | Var      | Constra 
41.38/41.42	c =============================================================================
41.38/41.44	c  0.0s |       0 |        0 |        0 |    29492      0 |     3423 |     5260
41.48/41.52	c  0.1s |       0 |      450 |        0 |    29492      0 |     3423 |     5260
41.48/41.52	c #cpu_time = 0.079s
41.48/41.52	c #wall_clock_time = 0.079s
41.48/41.52	c #decision = 450
41.48/41.52	c #random_decision = 0
41.48/41.52	c #conflict = 0
41.48/41.52	c #restart = 0
41.48/41.52	c BCD2: found a new core of size 1: cost of the new core is >=551368
41.48/41.52	c lower bound updated to 3801822410544
41.48/41.57	c BCD2: 3805529808975 <= obj <= 11808064005837
41.48/41.57	c BCD2: #cores=234, #unrelaxed=435, #relaxed=902, #hardened=0
41.48/41.57	c BCD2: #sat=1 #unsat=357 bias=357/358
41.48/41.57	c Solving starts ...
41.48/41.57	c ============================[ Search Statistics ]============================
41.48/41.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.48/41.57	c       |         |          |          |    Limit     GC | Var      | Constra 
41.48/41.57	c =============================================================================
41.48/41.59	c  0.0s |       0 |        0 |        0 |    29492      0 |     3423 |     5260
41.58/41.67	c  0.1s |       0 |      452 |        0 |    29492      0 |     3423 |     5260
41.58/41.67	c #cpu_time = 0.079s
41.58/41.67	c #wall_clock_time = 0.079s
41.58/41.67	c #decision = 452
41.58/41.67	c #random_decision = 0
41.58/41.67	c #conflict = 0
41.58/41.67	c #restart = 0
41.58/41.67	c BCD2: found a new core of size 2: cost of the new core is >=82
41.58/41.67	c lower bound updated to 3801822410626
41.68/41.72	c BCD2: 3805529809057 <= obj <= 11808064005837
41.68/41.72	c BCD2: #cores=235, #unrelaxed=433, #relaxed=904, #hardened=0
41.68/41.72	c BCD2: #sat=1 #unsat=358 bias=358/359
41.68/41.75	c Solving starts ...
41.68/41.75	c ============================[ Search Statistics ]============================
41.68/41.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.68/41.75	c       |         |          |          |    Limit     GC | Var      | Constra 
41.68/41.75	c =============================================================================
41.68/41.75	c  0.0s |       0 |        0 |        0 |    29492      0 |     3423 |     5260
41.79/41.83	c  0.1s |       0 |      778 |        1 |    29492      0 |     3423 |     5260
41.79/41.83	c #cpu_time = 0.085s
41.79/41.83	c #wall_clock_time = 0.085s
41.79/41.83	c #decision = 778
41.79/41.83	c #random_decision = 0
41.79/41.83	c #conflict = 1
41.79/41.83	c #restart = 0
41.79/41.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
41.79/41.83	c lower bound updated to 3801822410627
41.79/41.89	c BCD2: 3805529809058 <= obj <= 11808064005837
41.79/41.89	c BCD2: #cores=235, #unrelaxed=432, #relaxed=905, #hardened=0
41.79/41.89	c BCD2: #sat=1 #unsat=359 bias=359/360
41.98/42.09	c Solving starts ...
41.98/42.09	c ============================[ Search Statistics ]============================
41.98/42.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.98/42.09	c       |         |          |          |    Limit     GC | Var      | Constra 
41.98/42.09	c =============================================================================
41.98/42.09	c  0.0s |       0 |        0 |        0 |    29492      0 |     3424 |     5260
42.08/42.17	c  0.1s |       0 |      452 |        0 |    29492      0 |     3424 |     5261
42.08/42.17	c #cpu_time = 0.079s
42.08/42.17	c #wall_clock_time = 0.079s
42.08/42.17	c #decision = 452
42.08/42.17	c #random_decision = 0
42.08/42.17	c #conflict = 0
42.08/42.17	c #restart = 0
42.08/42.17	c BCD2: found a new core of size 1: cost of the new core is >=45212176
42.08/42.17	c lower bound updated to 3801867622803
42.18/42.23	c BCD2: 3805575021234 <= obj <= 11808064005837
42.18/42.23	c BCD2: #cores=236, #unrelaxed=431, #relaxed=906, #hardened=0
42.18/42.23	c BCD2: #sat=1 #unsat=360 bias=360/361
42.18/42.24	c Solving starts ...
42.18/42.24	c ============================[ Search Statistics ]============================
42.18/42.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.18/42.24	c       |         |          |          |    Limit     GC | Var      | Constra 
42.18/42.24	c =============================================================================
42.18/42.24	c  0.0s |       0 |        0 |        0 |    29492      0 |     3424 |     5261
42.28/42.32	c  0.1s |       0 |      453 |        0 |    29492      0 |     3424 |     5261
42.28/42.32	c #cpu_time = 0.081s
42.28/42.32	c #wall_clock_time = 0.081s
42.28/42.32	c #decision = 453
42.28/42.32	c #random_decision = 0
42.28/42.32	c #conflict = 0
42.28/42.32	c #restart = 0
42.28/42.32	c BCD2: found a new core of size 1: cost of the new core is >=551368
42.28/42.32	c lower bound updated to 3801868174171
42.28/42.38	c BCD2: 3805575572602 <= obj <= 11808064005837
42.28/42.38	c BCD2: #cores=237, #unrelaxed=430, #relaxed=907, #hardened=0
42.28/42.38	c BCD2: #sat=1 #unsat=361 bias=361/362
42.28/42.38	c Solving starts ...
42.28/42.38	c ============================[ Search Statistics ]============================
42.28/42.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.28/42.38	c       |         |          |          |    Limit     GC | Var      | Constra 
42.28/42.38	c =============================================================================
42.28/42.39	c  0.0s |       0 |        0 |        0 |    29492      0 |     3424 |     5261
42.38/42.48	c  0.1s |       0 |      455 |        0 |    29492      0 |     3424 |     5261
42.38/42.48	c #cpu_time = 0.079s
42.38/42.48	c #wall_clock_time = 0.079s
42.38/42.48	c #decision = 455
42.38/42.48	c #random_decision = 0
42.38/42.48	c #conflict = 0
42.38/42.48	c #restart = 0
42.38/42.48	c BCD2: found a new core of size 2: cost of the new core is >=82
42.38/42.48	c lower bound updated to 3801868174253
42.48/42.53	c BCD2: 3805575572684 <= obj <= 11808064005837
42.48/42.53	c BCD2: #cores=238, #unrelaxed=428, #relaxed=909, #hardened=0
42.48/42.53	c BCD2: #sat=1 #unsat=362 bias=362/363
42.48/42.53	c Solving starts ...
42.48/42.53	c ============================[ Search Statistics ]============================
42.48/42.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.48/42.53	c       |         |          |          |    Limit     GC | Var      | Constra 
42.48/42.53	c =============================================================================
42.48/42.55	c  0.0s |       0 |        0 |        0 |    29492      0 |     3424 |     5261
42.58/42.64	c  0.1s |       0 |      781 |        1 |    29492      0 |     3424 |     5261
42.58/42.64	c #cpu_time = 0.087s
42.58/42.64	c #wall_clock_time = 0.087s
42.58/42.64	c #decision = 781
42.58/42.64	c #random_decision = 0
42.58/42.64	c #conflict = 1
42.58/42.64	c #restart = 0
42.58/42.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
42.58/42.64	c lower bound updated to 3801868174254
42.58/42.69	c BCD2: 3805575572685 <= obj <= 11808064005837
42.58/42.69	c BCD2: #cores=238, #unrelaxed=427, #relaxed=910, #hardened=0
42.58/42.69	c BCD2: #sat=1 #unsat=363 bias=363/364
42.58/42.69	c Solving starts ...
42.58/42.69	c ============================[ Search Statistics ]============================
42.58/42.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.58/42.69	c       |         |          |          |    Limit     GC | Var      | Constra 
42.58/42.69	c =============================================================================
42.68/42.71	c  0.0s |       0 |        0 |        0 |    29492      0 |     3425 |     5261
42.68/42.79	c  0.1s |       0 |      455 |        0 |    29492      0 |     3425 |     5262
42.68/42.79	c #cpu_time = 0.079s
42.68/42.79	c #wall_clock_time = 0.080s
42.68/42.79	c #decision = 455
42.68/42.79	c #random_decision = 0
42.68/42.79	c #conflict = 0
42.68/42.79	c #restart = 0
42.68/42.79	c BCD2: found a new core of size 1: cost of the new core is >=45212176
42.68/42.79	c lower bound updated to 3801913386430
42.78/42.84	c BCD2: 3805620784861 <= obj <= 11808064005837
42.78/42.84	c BCD2: #cores=239, #unrelaxed=426, #relaxed=911, #hardened=0
42.78/42.84	c BCD2: #sat=1 #unsat=364 bias=364/365
42.78/42.85	c Solving starts ...
42.78/42.85	c ============================[ Search Statistics ]============================
42.78/42.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.78/42.85	c       |         |          |          |    Limit     GC | Var      | Constra 
42.78/42.85	c =============================================================================
42.78/42.86	c  0.0s |       0 |        0 |        0 |    29492      0 |     3425 |     5262
42.89/42.94	c  0.1s |       0 |      456 |        0 |    29492      0 |     3425 |     5262
42.89/42.94	c #cpu_time = 0.081s
42.89/42.94	c #wall_clock_time = 0.081s
42.89/42.94	c #decision = 456
42.89/42.94	c #random_decision = 0
42.89/42.94	c #conflict = 0
42.89/42.94	c #restart = 0
42.89/42.94	c BCD2: found a new core of size 1: cost of the new core is >=551368
42.89/42.94	c lower bound updated to 3801913937798
42.89/43.00	c BCD2: 3805621336229 <= obj <= 11808064005837
42.89/43.00	c BCD2: #cores=240, #unrelaxed=425, #relaxed=912, #hardened=0
42.89/43.00	c BCD2: #sat=1 #unsat=365 bias=365/366
42.89/43.00	c Solving starts ...
42.89/43.00	c ============================[ Search Statistics ]============================
42.89/43.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.89/43.00	c       |         |          |          |    Limit     GC | Var      | Constra 
42.89/43.00	c =============================================================================
42.99/43.01	c  0.0s |       0 |        0 |        0 |    29492      0 |     3425 |     5262
42.99/43.09	c  0.1s |       0 |      458 |        0 |    29492      0 |     3425 |     5262
42.99/43.09	c #cpu_time = 0.080s
42.99/43.09	c #wall_clock_time = 0.080s
42.99/43.09	c #decision = 458
42.99/43.09	c #random_decision = 0
42.99/43.09	c #conflict = 0
42.99/43.09	c #restart = 0
42.99/43.09	c BCD2: found a new core of size 2: cost of the new core is >=82
42.99/43.09	c lower bound updated to 3801913937880
43.08/43.15	c BCD2: 3805621336311 <= obj <= 11808064005837
43.08/43.15	c BCD2: #cores=241, #unrelaxed=423, #relaxed=914, #hardened=0
43.08/43.15	c BCD2: #sat=1 #unsat=366 bias=366/367
43.08/43.16	c Solving starts ...
43.08/43.16	c ============================[ Search Statistics ]============================
43.08/43.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.08/43.16	c       |         |          |          |    Limit     GC | Var      | Constra 
43.08/43.16	c =============================================================================
43.08/43.16	c  0.0s |       0 |        0 |        0 |    29492      0 |     3425 |     5262
43.18/43.25	c  0.1s |       0 |      784 |        1 |    29492      0 |     3425 |     5262
43.18/43.25	c #cpu_time = 0.088s
43.18/43.25	c #wall_clock_time = 0.088s
43.18/43.25	c #decision = 784
43.18/43.25	c #random_decision = 0
43.18/43.25	c #conflict = 1
43.18/43.25	c #restart = 0
43.18/43.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
43.18/43.25	c lower bound updated to 3801913937881
43.28/43.31	c BCD2: 3805621336312 <= obj <= 11808064005837
43.28/43.31	c BCD2: #cores=241, #unrelaxed=422, #relaxed=915, #hardened=0
43.28/43.31	c BCD2: #sat=1 #unsat=367 bias=367/368
43.28/43.32	c Solving starts ...
43.28/43.32	c ============================[ Search Statistics ]============================
43.28/43.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.28/43.32	c       |         |          |          |    Limit     GC | Var      | Constra 
43.28/43.32	c =============================================================================
43.28/43.32	c  0.0s |       0 |        0 |        0 |    29492      0 |     3426 |     5262
43.38/43.41	c  0.1s |       0 |      458 |        0 |    29492      0 |     3426 |     5263
43.38/43.41	c #cpu_time = 0.080s
43.38/43.41	c #wall_clock_time = 0.080s
43.38/43.41	c #decision = 458
43.38/43.41	c #random_decision = 0
43.38/43.41	c #conflict = 0
43.38/43.41	c #restart = 0
43.38/43.41	c BCD2: found a new core of size 1: cost of the new core is >=45212176
43.38/43.41	c lower bound updated to 3801959150057
43.38/43.47	c BCD2: 3805666548488 <= obj <= 11808064005837
43.38/43.47	c BCD2: #cores=242, #unrelaxed=421, #relaxed=916, #hardened=0
43.38/43.47	c BCD2: #sat=1 #unsat=368 bias=368/369
43.38/43.47	c Solving starts ...
43.38/43.47	c ============================[ Search Statistics ]============================
43.38/43.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.38/43.47	c       |         |          |          |    Limit     GC | Var      | Constra 
43.38/43.47	c =============================================================================
43.38/43.48	c  0.0s |       0 |        0 |        0 |    29492      0 |     3426 |     5263
43.48/43.56	c  0.1s |       0 |      459 |        0 |    29492      0 |     3426 |     5263
43.48/43.56	c #cpu_time = 0.082s
43.48/43.56	c #wall_clock_time = 0.082s
43.48/43.56	c #decision = 459
43.48/43.56	c #random_decision = 0
43.48/43.56	c #conflict = 0
43.48/43.56	c #restart = 0
43.48/43.57	c BCD2: found a new core of size 1: cost of the new core is >=551368
43.48/43.57	c lower bound updated to 3801959701425
43.58/43.62	c BCD2: 3805667099856 <= obj <= 11808064005837
43.58/43.62	c BCD2: #cores=243, #unrelaxed=420, #relaxed=917, #hardened=0
43.58/43.62	c BCD2: #sat=1 #unsat=369 bias=369/370
43.58/43.62	c Solving starts ...
43.58/43.62	c ============================[ Search Statistics ]============================
43.58/43.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.58/43.62	c       |         |          |          |    Limit     GC | Var      | Constra 
43.58/43.62	c =============================================================================
43.58/43.64	c  0.0s |       0 |        0 |        0 |    29492      0 |     3426 |     5263
43.68/43.72	c  0.1s |       0 |      461 |        0 |    29492      0 |     3426 |     5263
43.68/43.72	c #cpu_time = 0.081s
43.68/43.72	c #wall_clock_time = 0.081s
43.68/43.72	c #decision = 461
43.68/43.72	c #random_decision = 0
43.68/43.72	c #conflict = 0
43.68/43.72	c #restart = 0
43.68/43.72	c BCD2: found a new core of size 2: cost of the new core is >=82
43.68/43.72	c lower bound updated to 3801959701507
43.68/43.77	c BCD2: 3805667099938 <= obj <= 11808064005837
43.68/43.77	c BCD2: #cores=244, #unrelaxed=418, #relaxed=919, #hardened=0
43.68/43.77	c BCD2: #sat=1 #unsat=370 bias=370/371
43.68/43.78	c Solving starts ...
43.68/43.78	c ============================[ Search Statistics ]============================
43.68/43.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.68/43.78	c       |         |          |          |    Limit     GC | Var      | Constra 
43.68/43.78	c =============================================================================
43.68/43.79	c  0.0s |       0 |        0 |        0 |    29492      0 |     3426 |     5263
43.78/43.88	c  0.1s |       0 |      787 |        1 |    29492      0 |     3426 |     5263
43.78/43.88	c #cpu_time = 0.089s
43.78/43.88	c #wall_clock_time = 0.089s
43.78/43.88	c #decision = 787
43.78/43.88	c #random_decision = 0
43.78/43.88	c #conflict = 1
43.78/43.88	c #restart = 0
43.78/43.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
43.78/43.88	c lower bound updated to 3801959701508
43.88/43.94	c BCD2: 3805667099939 <= obj <= 11808064005837
43.88/43.94	c BCD2: #cores=244, #unrelaxed=417, #relaxed=920, #hardened=0
43.88/43.94	c BCD2: #sat=1 #unsat=371 bias=371/372
43.88/43.94	c Solving starts ...
43.88/43.94	c ============================[ Search Statistics ]============================
43.88/43.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.88/43.94	c       |         |          |          |    Limit     GC | Var      | Constra 
43.88/43.94	c =============================================================================
43.88/43.95	c  0.0s |       0 |        0 |        0 |    29492      0 |     3427 |     5263
43.99/44.04	c  0.1s |       0 |      461 |        0 |    29492      0 |     3427 |     5264
43.99/44.04	c #cpu_time = 0.081s
43.99/44.04	c #wall_clock_time = 0.081s
43.99/44.04	c #decision = 461
43.99/44.04	c #random_decision = 0
43.99/44.04	c #conflict = 0
43.99/44.04	c #restart = 0
43.99/44.04	c BCD2: found a new core of size 1: cost of the new core is >=45212176
43.99/44.04	c lower bound updated to 3802004913684
43.99/44.09	c BCD2: 3805712312115 <= obj <= 11808064005837
43.99/44.09	c BCD2: #cores=245, #unrelaxed=416, #relaxed=921, #hardened=0
43.99/44.09	c BCD2: #sat=1 #unsat=372 bias=372/373
43.99/44.09	c Solving starts ...
43.99/44.09	c ============================[ Search Statistics ]============================
43.99/44.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.99/44.09	c       |         |          |          |    Limit     GC | Var      | Constra 
43.99/44.09	c =============================================================================
44.09/44.11	c  0.0s |       0 |        0 |        0 |    29492      0 |     3427 |     5264
44.09/44.19	c  0.1s |       0 |      462 |        0 |    29492      0 |     3427 |     5264
44.09/44.19	c #cpu_time = 0.083s
44.09/44.19	c #wall_clock_time = 0.083s
44.09/44.19	c #decision = 462
44.09/44.19	c #random_decision = 0
44.09/44.19	c #conflict = 0
44.09/44.19	c #restart = 0
44.09/44.19	c BCD2: found a new core of size 1: cost of the new core is >=551368
44.09/44.19	c lower bound updated to 3802005465052
44.19/44.24	c BCD2: 3805712863483 <= obj <= 11808064005837
44.19/44.24	c BCD2: #cores=246, #unrelaxed=415, #relaxed=922, #hardened=0
44.19/44.24	c BCD2: #sat=1 #unsat=373 bias=373/374
44.19/44.25	c Solving starts ...
44.19/44.25	c ============================[ Search Statistics ]============================
44.19/44.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.19/44.25	c       |         |          |          |    Limit     GC | Var      | Constra 
44.19/44.25	c =============================================================================
44.19/44.26	c  0.0s |       0 |        0 |        0 |    29492      0 |     3427 |     5264
44.29/44.35	c  0.1s |       0 |      464 |        0 |    29492      0 |     3427 |     5264
44.29/44.35	c #cpu_time = 0.082s
44.29/44.35	c #wall_clock_time = 0.082s
44.29/44.35	c #decision = 464
44.29/44.35	c #random_decision = 0
44.29/44.35	c #conflict = 0
44.29/44.35	c #restart = 0
44.29/44.35	c BCD2: found a new core of size 2: cost of the new core is >=82
44.29/44.35	c lower bound updated to 3802005465134
44.39/44.40	c BCD2: 3805712863565 <= obj <= 11808064005837
44.39/44.40	c BCD2: #cores=247, #unrelaxed=413, #relaxed=924, #hardened=0
44.39/44.40	c BCD2: #sat=1 #unsat=374 bias=374/375
44.39/44.40	c Solving starts ...
44.39/44.40	c ============================[ Search Statistics ]============================
44.39/44.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.39/44.40	c       |         |          |          |    Limit     GC | Var      | Constra 
44.39/44.40	c =============================================================================
44.39/44.42	c  0.0s |       0 |        0 |        0 |    29492      0 |     3427 |     5264
44.49/44.51	c  0.1s |       0 |      790 |        1 |    29492      0 |     3427 |     5264
44.49/44.51	c #cpu_time = 0.090s
44.49/44.51	c #wall_clock_time = 0.090s
44.49/44.51	c #decision = 790
44.49/44.51	c #random_decision = 0
44.49/44.51	c #conflict = 1
44.49/44.51	c #restart = 0
44.49/44.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
44.49/44.51	c lower bound updated to 3802005465135
44.49/44.56	c BCD2: 3805712863566 <= obj <= 11808064005837
44.49/44.56	c BCD2: #cores=247, #unrelaxed=412, #relaxed=925, #hardened=0
44.49/44.56	c BCD2: #sat=1 #unsat=375 bias=375/376
44.49/44.57	c Solving starts ...
44.49/44.57	c ============================[ Search Statistics ]============================
44.49/44.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.49/44.57	c       |         |          |          |    Limit     GC | Var      | Constra 
44.49/44.57	c =============================================================================
44.49/44.58	c  0.0s |       0 |        0 |        0 |    29492      0 |     3428 |     5264
44.59/44.66	c  0.1s |       0 |      464 |        0 |    29492      0 |     3428 |     5265
44.59/44.66	c #cpu_time = 0.082s
44.59/44.66	c #wall_clock_time = 0.082s
44.59/44.66	c #decision = 464
44.59/44.66	c #random_decision = 0
44.59/44.66	c #conflict = 0
44.59/44.66	c #restart = 0
44.59/44.66	c BCD2: found a new core of size 1: cost of the new core is >=45212176
44.59/44.66	c lower bound updated to 3802050677311
44.69/44.72	c BCD2: 3805758075742 <= obj <= 11808064005837
44.69/44.72	c BCD2: #cores=248, #unrelaxed=411, #relaxed=926, #hardened=0
44.69/44.72	c BCD2: #sat=1 #unsat=376 bias=376/377
44.69/44.72	c Solving starts ...
44.69/44.72	c ============================[ Search Statistics ]============================
44.69/44.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.69/44.72	c       |         |          |          |    Limit     GC | Var      | Constra 
44.69/44.72	c =============================================================================
44.69/44.73	c  0.0s |       0 |        0 |        0 |    29492      0 |     3428 |     5265
44.79/44.82	c  0.1s |       0 |      465 |        0 |    29492      0 |     3428 |     5265
44.79/44.82	c #cpu_time = 0.084s
44.79/44.82	c #wall_clock_time = 0.084s
44.79/44.82	c #decision = 465
44.79/44.82	c #random_decision = 0
44.79/44.82	c #conflict = 0
44.79/44.82	c #restart = 0
44.79/44.82	c BCD2: found a new core of size 1: cost of the new core is >=551368
44.79/44.82	c lower bound updated to 3802051228679
44.79/44.87	c BCD2: 3805758627110 <= obj <= 11808064005837
44.79/44.87	c BCD2: #cores=249, #unrelaxed=410, #relaxed=927, #hardened=0
44.79/44.87	c BCD2: #sat=1 #unsat=377 bias=377/378
44.79/44.88	c Solving starts ...
44.79/44.88	c ============================[ Search Statistics ]============================
44.79/44.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.79/44.88	c       |         |          |          |    Limit     GC | Var      | Constra 
44.79/44.88	c =============================================================================
44.79/44.89	c  0.0s |       0 |        0 |        0 |    29492      0 |     3428 |     5265
44.89/44.98	c  0.1s |       0 |      467 |        0 |    29492      0 |     3428 |     5265
44.89/44.98	c #cpu_time = 0.083s
44.89/44.98	c #wall_clock_time = 0.083s
44.89/44.98	c #decision = 467
44.89/44.98	c #random_decision = 0
44.89/44.98	c #conflict = 0
44.89/44.98	c #restart = 0
44.89/44.98	c BCD2: found a new core of size 2: cost of the new core is >=82
44.89/44.98	c lower bound updated to 3802051228761
44.99/45.03	c BCD2: 3805758627192 <= obj <= 11808064005837
44.99/45.03	c BCD2: #cores=250, #unrelaxed=408, #relaxed=929, #hardened=0
44.99/45.03	c BCD2: #sat=1 #unsat=378 bias=378/379
44.99/45.03	c Solving starts ...
44.99/45.03	c ============================[ Search Statistics ]============================
44.99/45.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.99/45.03	c       |         |          |          |    Limit     GC | Var      | Constra 
44.99/45.03	c =============================================================================
44.99/45.05	c  0.0s |       0 |        0 |        0 |    29492      0 |     3428 |     5265
45.09/45.14	c  0.1s |       0 |      793 |        1 |    29492      0 |     3428 |     5265
45.09/45.14	c #cpu_time = 0.091s
45.09/45.14	c #wall_clock_time = 0.091s
45.09/45.14	c #decision = 793
45.09/45.14	c #random_decision = 0
45.09/45.14	c #conflict = 1
45.09/45.14	c #restart = 0
45.09/45.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
45.09/45.14	c lower bound updated to 3802051228762
45.09/45.19	c BCD2: 3805758627193 <= obj <= 11808064005837
45.09/45.19	c BCD2: #cores=250, #unrelaxed=407, #relaxed=930, #hardened=0
45.09/45.19	c BCD2: #sat=1 #unsat=379 bias=379/380
45.09/45.20	c Solving starts ...
45.09/45.20	c ============================[ Search Statistics ]============================
45.09/45.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.09/45.20	c       |         |          |          |    Limit     GC | Var      | Constra 
45.09/45.20	c =============================================================================
45.19/45.21	c  0.0s |       0 |        0 |        0 |    29492      0 |     3429 |     5265
45.19/45.30	c  0.1s |       0 |      467 |        0 |    29492      0 |     3429 |     5266
45.19/45.30	c #cpu_time = 0.083s
45.19/45.30	c #wall_clock_time = 0.083s
45.19/45.30	c #decision = 467
45.19/45.30	c #random_decision = 0
45.19/45.30	c #conflict = 0
45.19/45.30	c #restart = 0
45.19/45.30	c BCD2: found a new core of size 1: cost of the new core is >=45212176
45.19/45.30	c lower bound updated to 3802096440938
45.29/45.35	c BCD2: 3805803839369 <= obj <= 11808064005837
45.29/45.35	c BCD2: #cores=251, #unrelaxed=406, #relaxed=931, #hardened=0
45.29/45.35	c BCD2: #sat=1 #unsat=380 bias=380/381
45.29/45.35	c Solving starts ...
45.29/45.35	c ============================[ Search Statistics ]============================
45.29/45.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.29/45.35	c       |         |          |          |    Limit     GC | Var      | Constra 
45.29/45.35	c =============================================================================
45.29/45.37	c  0.0s |       0 |        0 |        0 |    29492      0 |     3429 |     5266
45.39/45.45	c  0.1s |       0 |      468 |        0 |    29492      0 |     3429 |     5266
45.39/45.45	c #cpu_time = 0.084s
45.39/45.45	c #wall_clock_time = 0.084s
45.39/45.45	c #decision = 468
45.39/45.45	c #random_decision = 0
45.39/45.45	c #conflict = 0
45.39/45.45	c #restart = 0
45.39/45.45	c BCD2: found a new core of size 1: cost of the new core is >=551368
45.39/45.45	c lower bound updated to 3802096992306
45.49/45.51	c BCD2: 3805804390737 <= obj <= 11808064005837
45.49/45.51	c BCD2: #cores=252, #unrelaxed=405, #relaxed=932, #hardened=0
45.49/45.51	c BCD2: #sat=1 #unsat=381 bias=381/382
45.49/45.51	c Solving starts ...
45.49/45.51	c ============================[ Search Statistics ]============================
45.49/45.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.49/45.51	c       |         |          |          |    Limit     GC | Var      | Constra 
45.49/45.51	c =============================================================================
45.49/45.52	c  0.0s |       0 |        0 |        0 |    29492      0 |     3429 |     5266
45.59/45.61	c  0.1s |       0 |      470 |        0 |    29492      0 |     3429 |     5266
45.59/45.61	c #cpu_time = 0.083s
45.59/45.61	c #wall_clock_time = 0.083s
45.59/45.61	c #decision = 470
45.59/45.61	c #random_decision = 0
45.59/45.61	c #conflict = 0
45.59/45.61	c #restart = 0
45.59/45.61	c BCD2: found a new core of size 2: cost of the new core is >=82
45.59/45.61	c lower bound updated to 3802096992388
45.59/45.66	c BCD2: 3805804390819 <= obj <= 11808064005837
45.59/45.66	c BCD2: #cores=253, #unrelaxed=403, #relaxed=934, #hardened=0
45.59/45.66	c BCD2: #sat=1 #unsat=382 bias=382/383
45.59/45.67	c Solving starts ...
45.59/45.67	c ============================[ Search Statistics ]============================
45.59/45.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.59/45.67	c       |         |          |          |    Limit     GC | Var      | Constra 
45.59/45.67	c =============================================================================
45.59/45.68	c  0.0s |       0 |        0 |        0 |    29492      0 |     3429 |     5266
45.69/45.77	c  0.1s |       0 |      796 |        1 |    29492      0 |     3429 |     5266
45.69/45.77	c #cpu_time = 0.092s
45.69/45.77	c #wall_clock_time = 0.092s
45.69/45.77	c #decision = 796
45.69/45.77	c #random_decision = 0
45.69/45.77	c #conflict = 1
45.69/45.77	c #restart = 0
45.69/45.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
45.69/45.77	c lower bound updated to 3802096992389
45.79/45.83	c BCD2: 3805804390820 <= obj <= 11808064005837
45.79/45.83	c BCD2: #cores=253, #unrelaxed=402, #relaxed=935, #hardened=0
45.79/45.83	c BCD2: #sat=1 #unsat=383 bias=383/384
45.79/45.83	c Solving starts ...
45.79/45.83	c ============================[ Search Statistics ]============================
45.79/45.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.79/45.83	c       |         |          |          |    Limit     GC | Var      | Constra 
45.79/45.83	c =============================================================================
45.79/45.84	c  0.0s |       0 |        0 |        0 |    29492      0 |     3430 |     5266
45.89/45.93	c  0.1s |       0 |      470 |        0 |    29492      0 |     3430 |     5267
45.89/45.93	c #cpu_time = 0.083s
45.89/45.93	c #wall_clock_time = 0.083s
45.89/45.93	c #decision = 470
45.89/45.93	c #random_decision = 0
45.89/45.93	c #conflict = 0
45.89/45.93	c #restart = 0
45.89/45.93	c BCD2: found a new core of size 1: cost of the new core is >=45212176
45.89/45.93	c lower bound updated to 3802142204565
45.89/45.98	c BCD2: 3805849602996 <= obj <= 11808064005837
45.89/45.98	c BCD2: #cores=254, #unrelaxed=401, #relaxed=936, #hardened=0
45.89/45.98	c BCD2: #sat=1 #unsat=384 bias=384/385
45.89/45.99	c Solving starts ...
45.89/45.99	c ============================[ Search Statistics ]============================
45.89/45.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.89/45.99	c       |         |          |          |    Limit     GC | Var      | Constra 
45.89/45.99	c =============================================================================
45.99/46.00	c  0.0s |       0 |        0 |        0 |    29492      0 |     3430 |     5267
45.99/46.09	c  0.1s |       0 |      471 |        0 |    29492      0 |     3430 |     5267
45.99/46.09	c #cpu_time = 0.085s
45.99/46.09	c #wall_clock_time = 0.085s
45.99/46.09	c #decision = 471
45.99/46.09	c #random_decision = 0
45.99/46.09	c #conflict = 0
45.99/46.09	c #restart = 0
45.99/46.09	c BCD2: found a new core of size 1: cost of the new core is >=551368
45.99/46.09	c lower bound updated to 3802142755933
46.09/46.14	c BCD2: 3805850154364 <= obj <= 11808064005837
46.09/46.14	c BCD2: #cores=255, #unrelaxed=400, #relaxed=937, #hardened=0
46.09/46.14	c BCD2: #sat=1 #unsat=385 bias=385/386
46.09/46.15	c Solving starts ...
46.09/46.15	c ============================[ Search Statistics ]============================
46.09/46.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.09/46.15	c       |         |          |          |    Limit     GC | Var      | Constra 
46.09/46.15	c =============================================================================
46.09/46.16	c  0.0s |       0 |        0 |        0 |    29492      0 |     3430 |     5267
46.19/46.24	c  0.1s |       0 |      473 |        0 |    29492      0 |     3430 |     5267
46.19/46.24	c #cpu_time = 0.084s
46.19/46.24	c #wall_clock_time = 0.084s
46.19/46.24	c #decision = 473
46.19/46.24	c #random_decision = 0
46.19/46.24	c #conflict = 0
46.19/46.24	c #restart = 0
46.19/46.24	c BCD2: found a new core of size 2: cost of the new core is >=82
46.19/46.24	c lower bound updated to 3802142756015
46.19/46.30	c BCD2: 3805850154446 <= obj <= 11808064005837
46.19/46.30	c BCD2: #cores=256, #unrelaxed=398, #relaxed=939, #hardened=0
46.19/46.30	c BCD2: #sat=1 #unsat=386 bias=386/387
46.19/46.30	c Solving starts ...
46.19/46.30	c ============================[ Search Statistics ]============================
46.19/46.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.19/46.30	c       |         |          |          |    Limit     GC | Var      | Constra 
46.19/46.30	c =============================================================================
46.29/46.32	c  0.0s |       0 |        0 |        0 |    29492      0 |     3430 |     5267
46.39/46.41	c  0.1s |       0 |      799 |        1 |    29492      0 |     3430 |     5267
46.39/46.41	c #cpu_time = 0.092s
46.39/46.41	c #wall_clock_time = 0.092s
46.39/46.41	c #decision = 799
46.39/46.41	c #random_decision = 0
46.39/46.41	c #conflict = 1
46.39/46.41	c #restart = 0
46.39/46.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
46.39/46.41	c lower bound updated to 3802142756016
46.39/46.46	c BCD2: 3805850154447 <= obj <= 11808064005837
46.39/46.46	c BCD2: #cores=256, #unrelaxed=397, #relaxed=940, #hardened=0
46.39/46.46	c BCD2: #sat=1 #unsat=387 bias=387/388
46.39/46.47	c Solving starts ...
46.39/46.47	c ============================[ Search Statistics ]============================
46.39/46.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.39/46.47	c       |         |          |          |    Limit     GC | Var      | Constra 
46.39/46.47	c =============================================================================
46.39/46.48	c  0.0s |       0 |        0 |        0 |    29492      0 |     3431 |     5267
46.49/46.57	c  0.1s |       0 |      473 |        0 |    29492      0 |     3431 |     5268
46.49/46.57	c #cpu_time = 0.085s
46.49/46.57	c #wall_clock_time = 0.085s
46.49/46.57	c #decision = 473
46.49/46.57	c #random_decision = 0
46.49/46.57	c #conflict = 0
46.49/46.57	c #restart = 0
46.49/46.57	c BCD2: found a new core of size 1: cost of the new core is >=45212176
46.49/46.57	c lower bound updated to 3802187968192
46.58/46.62	c BCD2: 3805895366623 <= obj <= 11808064005837
46.58/46.62	c BCD2: #cores=257, #unrelaxed=396, #relaxed=941, #hardened=0
46.58/46.62	c BCD2: #sat=1 #unsat=388 bias=388/389
46.58/46.63	c Solving starts ...
46.58/46.63	c ============================[ Search Statistics ]============================
46.58/46.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.58/46.63	c       |         |          |          |    Limit     GC | Var      | Constra 
46.58/46.63	c =============================================================================
46.58/46.64	c  0.0s |       0 |        0 |        0 |    29492      0 |     3431 |     5268
46.68/46.73	c  0.1s |       0 |      474 |        0 |    29492      0 |     3431 |     5268
46.68/46.73	c #cpu_time = 0.086s
46.68/46.73	c #wall_clock_time = 0.086s
46.68/46.73	c #decision = 474
46.68/46.73	c #random_decision = 0
46.68/46.73	c #conflict = 0
46.68/46.73	c #restart = 0
46.68/46.73	c BCD2: found a new core of size 1: cost of the new core is >=551368
46.68/46.73	c lower bound updated to 3802188519560
46.68/46.78	c BCD2: 3805895917991 <= obj <= 11808064005837
46.68/46.78	c BCD2: #cores=258, #unrelaxed=395, #relaxed=942, #hardened=0
46.68/46.78	c BCD2: #sat=1 #unsat=389 bias=389/390
46.68/46.78	c Solving starts ...
46.68/46.78	c ============================[ Search Statistics ]============================
46.68/46.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.68/46.78	c       |         |          |          |    Limit     GC | Var      | Constra 
46.68/46.78	c =============================================================================
46.78/46.80	c  0.0s |       0 |        0 |        0 |    29492      0 |     3431 |     5268
46.78/46.88	c  0.1s |       0 |      476 |        0 |    29492      0 |     3431 |     5268
46.78/46.88	c #cpu_time = 0.085s
46.78/46.88	c #wall_clock_time = 0.085s
46.78/46.88	c #decision = 476
46.78/46.88	c #random_decision = 0
46.78/46.88	c #conflict = 0
46.78/46.88	c #restart = 0
46.78/46.88	c BCD2: found a new core of size 2: cost of the new core is >=82
46.78/46.88	c lower bound updated to 3802188519642
46.88/46.94	c BCD2: 3805895918073 <= obj <= 11808064005837
46.88/46.94	c BCD2: #cores=259, #unrelaxed=393, #relaxed=944, #hardened=0
46.88/46.94	c BCD2: #sat=1 #unsat=390 bias=390/391
46.88/46.94	c Solving starts ...
46.88/46.94	c ============================[ Search Statistics ]============================
46.88/46.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.88/46.94	c       |         |          |          |    Limit     GC | Var      | Constra 
46.88/46.94	c =============================================================================
46.88/46.96	c  0.0s |       0 |        0 |        0 |    29492      0 |     3431 |     5268
46.98/47.05	c  0.1s |       0 |      802 |        1 |    29492      0 |     3431 |     5268
46.98/47.05	c #cpu_time = 0.094s
46.98/47.05	c #wall_clock_time = 0.094s
46.98/47.05	c #decision = 802
46.98/47.05	c #random_decision = 0
46.98/47.05	c #conflict = 1
46.98/47.05	c #restart = 0
46.98/47.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
46.98/47.05	c lower bound updated to 3802188519643
47.08/47.11	c BCD2: 3805895918074 <= obj <= 11808064005837
47.08/47.11	c BCD2: #cores=259, #unrelaxed=392, #relaxed=945, #hardened=0
47.08/47.11	c BCD2: #sat=1 #unsat=391 bias=391/392
47.08/47.11	c Solving starts ...
47.08/47.11	c ============================[ Search Statistics ]============================
47.08/47.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.08/47.11	c       |         |          |          |    Limit     GC | Var      | Constra 
47.08/47.11	c =============================================================================
47.08/47.12	c  0.0s |       0 |        0 |        0 |    29492      0 |     3432 |     5268
47.18/47.21	c  0.1s |       0 |      476 |        0 |    29492      0 |     3432 |     5269
47.18/47.21	c #cpu_time = 0.085s
47.18/47.21	c #wall_clock_time = 0.085s
47.18/47.21	c #decision = 476
47.18/47.21	c #random_decision = 0
47.18/47.21	c #conflict = 0
47.18/47.21	c #restart = 0
47.18/47.21	c BCD2: found a new core of size 1: cost of the new core is >=45212176
47.18/47.21	c lower bound updated to 3802233731819
47.18/47.26	c BCD2: 3805941130250 <= obj <= 11808064005837
47.18/47.26	c BCD2: #cores=260, #unrelaxed=391, #relaxed=946, #hardened=0
47.18/47.26	c BCD2: #sat=1 #unsat=392 bias=392/393
47.18/47.27	c Solving starts ...
47.18/47.27	c ============================[ Search Statistics ]============================
47.18/47.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.18/47.27	c       |         |          |          |    Limit     GC | Var      | Constra 
47.18/47.27	c =============================================================================
47.18/47.28	c  0.0s |       0 |        0 |        0 |    29492      0 |     3432 |     5269
47.29/47.37	c  0.1s |       0 |      477 |        0 |    29492      0 |     3432 |     5269
47.29/47.37	c #cpu_time = 0.087s
47.29/47.37	c #wall_clock_time = 0.087s
47.29/47.37	c #decision = 477
47.29/47.37	c #random_decision = 0
47.29/47.37	c #conflict = 0
47.29/47.37	c #restart = 0
47.29/47.37	c BCD2: found a new core of size 1: cost of the new core is >=551368
47.29/47.37	c lower bound updated to 3802234283187
47.39/47.42	c BCD2: 3805941681618 <= obj <= 11808064005837
47.39/47.42	c BCD2: #cores=261, #unrelaxed=390, #relaxed=947, #hardened=0
47.39/47.42	c BCD2: #sat=1 #unsat=393 bias=393/394
47.39/47.43	c Solving starts ...
47.39/47.43	c ============================[ Search Statistics ]============================
47.39/47.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.39/47.43	c       |         |          |          |    Limit     GC | Var      | Constra 
47.39/47.43	c =============================================================================
47.39/47.44	c  0.0s |       0 |        0 |        0 |    29492      0 |     3432 |     5269
47.48/47.53	c  0.1s |       0 |      479 |        0 |    29492      0 |     3432 |     5269
47.48/47.53	c #cpu_time = 0.086s
47.48/47.53	c #wall_clock_time = 0.086s
47.48/47.53	c #decision = 479
47.48/47.53	c #random_decision = 0
47.48/47.53	c #conflict = 0
47.48/47.53	c #restart = 0
47.48/47.53	c BCD2: found a new core of size 2: cost of the new core is >=82
47.48/47.53	c lower bound updated to 3802234283269
47.48/47.58	c BCD2: 3805941681700 <= obj <= 11808064005837
47.48/47.58	c BCD2: #cores=262, #unrelaxed=388, #relaxed=949, #hardened=0
47.48/47.58	c BCD2: #sat=1 #unsat=394 bias=394/395
47.48/47.59	c Solving starts ...
47.48/47.59	c ============================[ Search Statistics ]============================
47.48/47.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.48/47.59	c       |         |          |          |    Limit     GC | Var      | Constra 
47.48/47.59	c =============================================================================
47.58/47.60	c  0.0s |       0 |        0 |        0 |    29492      0 |     3432 |     5269
47.58/47.70	c  0.1s |       0 |      805 |        1 |    29492      0 |     3432 |     5269
47.58/47.70	c #cpu_time = 0.094s
47.58/47.70	c #wall_clock_time = 0.094s
47.58/47.70	c #decision = 805
47.58/47.70	c #random_decision = 0
47.58/47.70	c #conflict = 1
47.58/47.70	c #restart = 0
47.58/47.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
47.58/47.70	c lower bound updated to 3802234283270
47.68/47.75	c BCD2: 3805941681701 <= obj <= 11808064005837
47.68/47.75	c BCD2: #cores=262, #unrelaxed=387, #relaxed=950, #hardened=0
47.68/47.75	c BCD2: #sat=1 #unsat=395 bias=395/396
47.68/47.75	c Solving starts ...
47.68/47.75	c ============================[ Search Statistics ]============================
47.68/47.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.68/47.75	c       |         |          |          |    Limit     GC | Var      | Constra 
47.68/47.75	c =============================================================================
47.68/47.77	c  0.0s |       0 |        0 |        0 |    29492      0 |     3433 |     5269
47.78/47.86	c  0.1s |       0 |      479 |        0 |    29492      0 |     3433 |     5270
47.78/47.86	c #cpu_time = 0.086s
47.78/47.86	c #wall_clock_time = 0.086s
47.78/47.86	c #decision = 479
47.78/47.86	c #random_decision = 0
47.78/47.86	c #conflict = 0
47.78/47.86	c #restart = 0
47.78/47.86	c BCD2: found a new core of size 1: cost of the new core is >=45212176
47.78/47.86	c lower bound updated to 3802279495446
47.88/47.91	c BCD2: 3805986893877 <= obj <= 11808064005837
47.88/47.91	c BCD2: #cores=263, #unrelaxed=386, #relaxed=951, #hardened=0
47.88/47.91	c BCD2: #sat=1 #unsat=396 bias=396/397
47.88/47.91	c Solving starts ...
47.88/47.91	c ============================[ Search Statistics ]============================
47.88/47.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.88/47.91	c       |         |          |          |    Limit     GC | Var      | Constra 
47.88/47.91	c =============================================================================
47.88/47.93	c  0.0s |       0 |        0 |        0 |    29492      0 |     3433 |     5270
47.98/48.02	c  0.1s |       0 |      480 |        0 |    29492      0 |     3433 |     5270
47.98/48.02	c #cpu_time = 0.088s
47.98/48.02	c #wall_clock_time = 0.088s
47.98/48.02	c #decision = 480
47.98/48.02	c #random_decision = 0
47.98/48.02	c #conflict = 0
47.98/48.02	c #restart = 0
47.98/48.02	c BCD2: found a new core of size 1: cost of the new core is >=551368
47.98/48.02	c lower bound updated to 3802280046814
47.98/48.07	c BCD2: 3805987445245 <= obj <= 11808064005837
47.98/48.07	c BCD2: #cores=264, #unrelaxed=385, #relaxed=952, #hardened=0
47.98/48.07	c BCD2: #sat=1 #unsat=397 bias=397/398
47.98/48.08	c Solving starts ...
47.98/48.08	c ============================[ Search Statistics ]============================
47.98/48.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.98/48.08	c       |         |          |          |    Limit     GC | Var      | Constra 
47.98/48.08	c =============================================================================
47.98/48.09	c  0.0s |       0 |        0 |        0 |    29492      0 |     3433 |     5270
48.08/48.18	c  0.1s |       0 |      482 |        0 |    29492      0 |     3433 |     5270
48.08/48.18	c #cpu_time = 0.087s
48.08/48.18	c #wall_clock_time = 0.087s
48.08/48.18	c #decision = 482
48.08/48.18	c #random_decision = 0
48.08/48.18	c #conflict = 0
48.08/48.18	c #restart = 0
48.08/48.18	c BCD2: found a new core of size 2: cost of the new core is >=82
48.08/48.18	c lower bound updated to 3802280046896
48.18/48.23	c BCD2: 3805987445327 <= obj <= 11808064005837
48.18/48.23	c BCD2: #cores=265, #unrelaxed=383, #relaxed=954, #hardened=0
48.18/48.23	c BCD2: #sat=1 #unsat=398 bias=398/399
48.18/48.24	c Solving starts ...
48.18/48.24	c ============================[ Search Statistics ]============================
48.18/48.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.18/48.24	c       |         |          |          |    Limit     GC | Var      | Constra 
48.18/48.24	c =============================================================================
48.18/48.25	c  0.0s |       0 |        0 |        0 |    29492      0 |     3433 |     5270
48.28/48.35	c  0.1s |       0 |      808 |        1 |    29492      0 |     3433 |     5270
48.28/48.35	c #cpu_time = 0.096s
48.28/48.35	c #wall_clock_time = 0.096s
48.28/48.35	c #decision = 808
48.28/48.35	c #random_decision = 0
48.28/48.35	c #conflict = 1
48.28/48.35	c #restart = 0
48.28/48.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
48.28/48.35	c lower bound updated to 3802280046897
48.28/48.40	c BCD2: 3805987445328 <= obj <= 11808064005837
48.28/48.40	c BCD2: #cores=265, #unrelaxed=382, #relaxed=955, #hardened=0
48.28/48.40	c BCD2: #sat=1 #unsat=399 bias=399/400
48.39/48.41	c Solving starts ...
48.39/48.41	c ============================[ Search Statistics ]============================
48.39/48.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.39/48.41	c       |         |          |          |    Limit     GC | Var      | Constra 
48.39/48.41	c =============================================================================
48.39/48.42	c  0.0s |       0 |        0 |        0 |    29492      0 |     3434 |     5270
48.49/48.51	c  0.1s |       0 |      482 |        0 |    29492      0 |     3434 |     5271
48.49/48.51	c #cpu_time = 0.087s
48.49/48.51	c #wall_clock_time = 0.087s
48.49/48.51	c #decision = 482
48.49/48.51	c #random_decision = 0
48.49/48.51	c #conflict = 0
48.49/48.51	c #restart = 0
48.49/48.51	c BCD2: found a new core of size 1: cost of the new core is >=45212176
48.49/48.51	c lower bound updated to 3802325259073
48.49/48.56	c BCD2: 3806032657504 <= obj <= 11808064005837
48.49/48.56	c BCD2: #cores=266, #unrelaxed=381, #relaxed=956, #hardened=0
48.49/48.56	c BCD2: #sat=1 #unsat=400 bias=400/401
48.49/48.57	c Solving starts ...
48.49/48.57	c ============================[ Search Statistics ]============================
48.49/48.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.49/48.57	c       |         |          |          |    Limit     GC | Var      | Constra 
48.49/48.57	c =============================================================================
48.49/48.58	c  0.0s |       0 |        0 |        0 |    29492      0 |     3434 |     5271
48.58/48.67	c  0.1s |       0 |      483 |        0 |    29492      0 |     3434 |     5271
48.58/48.67	c #cpu_time = 0.088s
48.58/48.67	c #wall_clock_time = 0.088s
48.58/48.67	c #decision = 483
48.58/48.67	c #random_decision = 0
48.58/48.67	c #conflict = 0
48.58/48.67	c #restart = 0
48.58/48.67	c BCD2: found a new core of size 1: cost of the new core is >=551368
48.58/48.67	c lower bound updated to 3802325810441
48.68/48.72	c BCD2: 3806033208872 <= obj <= 11808064005837
48.68/48.72	c BCD2: #cores=267, #unrelaxed=380, #relaxed=957, #hardened=0
48.68/48.72	c BCD2: #sat=1 #unsat=401 bias=401/402
48.68/48.73	c Solving starts ...
48.68/48.73	c ============================[ Search Statistics ]============================
48.68/48.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.68/48.73	c       |         |          |          |    Limit     GC | Var      | Constra 
48.68/48.73	c =============================================================================
48.68/48.74	c  0.0s |       0 |        0 |        0 |    29492      0 |     3434 |     5271
48.78/48.83	c  0.1s |       0 |      485 |        0 |    29492      0 |     3434 |     5271
48.78/48.83	c #cpu_time = 0.088s
48.78/48.83	c #wall_clock_time = 0.088s
48.78/48.83	c #decision = 485
48.78/48.83	c #random_decision = 0
48.78/48.83	c #conflict = 0
48.78/48.83	c #restart = 0
48.78/48.83	c BCD2: found a new core of size 2: cost of the new core is >=82
48.78/48.83	c lower bound updated to 3802325810523
48.78/48.88	c BCD2: 3806033208954 <= obj <= 11808064005837
48.78/48.88	c BCD2: #cores=268, #unrelaxed=378, #relaxed=959, #hardened=0
48.78/48.88	c BCD2: #sat=1 #unsat=402 bias=402/403
48.78/48.89	c Solving starts ...
48.78/48.89	c ============================[ Search Statistics ]============================
48.78/48.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.78/48.89	c       |         |          |          |    Limit     GC | Var      | Constra 
48.78/48.89	c =============================================================================
48.88/48.90	c  0.0s |       0 |        0 |        0 |    29492      0 |     3434 |     5271
48.98/49.00	c  0.1s |       0 |      811 |        1 |    29492      0 |     3434 |     5271
48.98/49.00	c #cpu_time = 0.096s
48.98/49.00	c #wall_clock_time = 0.096s
48.98/49.00	c #decision = 811
48.98/49.00	c #random_decision = 0
48.98/49.00	c #conflict = 1
48.98/49.00	c #restart = 0
48.98/49.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
48.98/49.00	c lower bound updated to 3802325810524
48.98/49.05	c BCD2: 3806033208955 <= obj <= 11808064005837
48.98/49.05	c BCD2: #cores=268, #unrelaxed=377, #relaxed=960, #hardened=0
48.98/49.05	c BCD2: #sat=1 #unsat=403 bias=403/404
48.98/49.06	c Solving starts ...
48.98/49.06	c ============================[ Search Statistics ]============================
48.98/49.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.98/49.06	c       |         |          |          |    Limit     GC | Var      | Constra 
48.98/49.06	c =============================================================================
48.98/49.07	c  0.0s |       0 |        0 |        0 |    29492      0 |     3435 |     5271
49.08/49.16	c  0.1s |       0 |      485 |        0 |    29492      0 |     3435 |     5272
49.08/49.16	c #cpu_time = 0.088s
49.08/49.16	c #wall_clock_time = 0.088s
49.08/49.16	c #decision = 485
49.08/49.16	c #random_decision = 0
49.08/49.16	c #conflict = 0
49.08/49.16	c #restart = 0
49.08/49.16	c BCD2: found a new core of size 1: cost of the new core is >=45212176
49.08/49.16	c lower bound updated to 3802371022700
49.18/49.22	c BCD2: 3806078421131 <= obj <= 11808064005837
49.18/49.22	c BCD2: #cores=269, #unrelaxed=376, #relaxed=961, #hardened=0
49.18/49.22	c BCD2: #sat=1 #unsat=404 bias=404/405
49.18/49.22	c Solving starts ...
49.18/49.22	c ============================[ Search Statistics ]============================
49.18/49.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.18/49.22	c       |         |          |          |    Limit     GC | Var      | Constra 
49.18/49.22	c =============================================================================
49.18/49.23	c  0.0s |       0 |        0 |        0 |    29492      0 |     3435 |     5272
49.28/49.32	c  0.1s |       0 |      486 |        0 |    29492      0 |     3435 |     5272
49.28/49.32	c #cpu_time = 0.089s
49.28/49.32	c #wall_clock_time = 0.089s
49.28/49.32	c #decision = 486
49.28/49.32	c #random_decision = 0
49.28/49.32	c #conflict = 0
49.28/49.32	c #restart = 0
49.28/49.32	c BCD2: found a new core of size 1: cost of the new core is >=551368
49.28/49.32	c lower bound updated to 3802371574068
49.28/49.38	c BCD2: 3806078972499 <= obj <= 11808064005837
49.28/49.38	c BCD2: #cores=270, #unrelaxed=375, #relaxed=962, #hardened=0
49.28/49.38	c BCD2: #sat=1 #unsat=405 bias=405/406
49.28/49.38	c Solving starts ...
49.28/49.38	c ============================[ Search Statistics ]============================
49.28/49.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.28/49.38	c       |         |          |          |    Limit     GC | Var      | Constra 
49.28/49.38	c =============================================================================
49.38/49.40	c  0.0s |       0 |        0 |        0 |    29492      0 |     3435 |     5272
49.38/49.49	c  0.1s |       0 |      488 |        0 |    29492      0 |     3435 |     5272
49.38/49.49	c #cpu_time = 0.088s
49.38/49.49	c #wall_clock_time = 0.088s
49.38/49.49	c #decision = 488
49.38/49.49	c #random_decision = 0
49.38/49.49	c #conflict = 0
49.38/49.49	c #restart = 0
49.38/49.49	c BCD2: found a new core of size 2: cost of the new core is >=82
49.38/49.49	c lower bound updated to 3802371574150
49.49/49.54	c BCD2: 3806078972581 <= obj <= 11808064005837
49.49/49.54	c BCD2: #cores=271, #unrelaxed=373, #relaxed=964, #hardened=0
49.49/49.54	c BCD2: #sat=1 #unsat=406 bias=406/407
49.49/49.55	c Solving starts ...
49.49/49.55	c ============================[ Search Statistics ]============================
49.49/49.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.49/49.55	c       |         |          |          |    Limit     GC | Var      | Constra 
49.49/49.55	c =============================================================================
49.49/49.56	c  0.0s |       0 |        0 |        0 |    29492      0 |     3435 |     5272
49.59/49.66	c  0.1s |       0 |      814 |        1 |    29492      0 |     3435 |     5272
49.59/49.66	c #cpu_time = 0.097s
49.59/49.66	c #wall_clock_time = 0.097s
49.59/49.66	c #decision = 814
49.59/49.66	c #random_decision = 0
49.59/49.66	c #conflict = 1
49.59/49.66	c #restart = 0
49.59/49.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
49.59/49.66	c lower bound updated to 3802371574151
49.68/49.71	c BCD2: 3806078972582 <= obj <= 11808064005837
49.68/49.71	c BCD2: #cores=271, #unrelaxed=372, #relaxed=965, #hardened=0
49.68/49.71	c BCD2: #sat=1 #unsat=407 bias=407/408
49.68/49.72	c Solving starts ...
49.68/49.72	c ============================[ Search Statistics ]============================
49.68/49.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.68/49.72	c       |         |          |          |    Limit     GC | Var      | Constra 
49.68/49.72	c =============================================================================
49.68/49.73	c  0.0s |       0 |        0 |        0 |    29492      0 |     3436 |     5272
49.78/49.82	c  0.1s |       0 |      488 |        0 |    29492      0 |     3436 |     5273
49.78/49.82	c #cpu_time = 0.088s
49.78/49.82	c #wall_clock_time = 0.088s
49.78/49.82	c #decision = 488
49.78/49.82	c #random_decision = 0
49.78/49.82	c #conflict = 0
49.78/49.82	c #restart = 0
49.78/49.82	c BCD2: found a new core of size 1: cost of the new core is >=45212176
49.78/49.82	c lower bound updated to 3802416786327
49.78/49.87	c BCD2: 3806124184758 <= obj <= 11808064005837
49.78/49.87	c BCD2: #cores=272, #unrelaxed=371, #relaxed=966, #hardened=0
49.78/49.87	c BCD2: #sat=1 #unsat=408 bias=408/409
49.78/49.88	c Solving starts ...
49.78/49.88	c ============================[ Search Statistics ]============================
49.78/49.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.78/49.88	c       |         |          |          |    Limit     GC | Var      | Constra 
49.78/49.88	c =============================================================================
49.78/49.89	c  0.0s |       0 |        0 |        0 |    29492      0 |     3436 |     5273
49.88/49.98	c  0.1s |       0 |      489 |        0 |    29492      0 |     3436 |     5273
49.88/49.98	c #cpu_time = 0.090s
49.88/49.98	c #wall_clock_time = 0.090s
49.88/49.98	c #decision = 489
49.88/49.98	c #random_decision = 0
49.88/49.98	c #conflict = 0
49.88/49.98	c #restart = 0
49.88/49.98	c BCD2: found a new core of size 1: cost of the new core is >=551368
49.88/49.98	c lower bound updated to 3802417337695
49.98/50.04	c BCD2: 3806124736126 <= obj <= 11808064005837
49.98/50.04	c BCD2: #cores=273, #unrelaxed=370, #relaxed=967, #hardened=0
49.98/50.04	c BCD2: #sat=1 #unsat=409 bias=409/410
49.98/50.04	c Solving starts ...
49.98/50.04	c ============================[ Search Statistics ]============================
49.98/50.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.98/50.04	c       |         |          |          |    Limit     GC | Var      | Constra 
49.98/50.04	c =============================================================================
49.98/50.05	c  0.0s |       0 |        0 |        0 |    29492      0 |     3436 |     5273
50.08/50.15	c  0.1s |       0 |      491 |        0 |    29492      0 |     3436 |     5273
50.08/50.15	c #cpu_time = 0.089s
50.08/50.15	c #wall_clock_time = 0.089s
50.08/50.15	c #decision = 491
50.08/50.15	c #random_decision = 0
50.08/50.15	c #conflict = 0
50.08/50.15	c #restart = 0
50.08/50.15	c BCD2: found a new core of size 2: cost of the new core is >=82
50.08/50.15	c lower bound updated to 3802417337777
50.18/50.20	c BCD2: 3806124736208 <= obj <= 11808064005837
50.18/50.20	c BCD2: #cores=274, #unrelaxed=368, #relaxed=969, #hardened=0
50.18/50.20	c BCD2: #sat=1 #unsat=410 bias=410/411
50.18/50.20	c Solving starts ...
50.18/50.20	c ============================[ Search Statistics ]============================
50.18/50.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.18/50.20	c       |         |          |          |    Limit     GC | Var      | Constra 
50.18/50.20	c =============================================================================
50.18/50.22	c  0.0s |       0 |        0 |        0 |    29492      0 |     3436 |     5273
50.28/50.32	c  0.1s |       0 |      817 |        1 |    29492      0 |     3436 |     5273
50.28/50.32	c #cpu_time = 0.098s
50.28/50.32	c #wall_clock_time = 0.098s
50.28/50.32	c #decision = 817
50.28/50.32	c #random_decision = 0
50.28/50.32	c #conflict = 1
50.28/50.32	c #restart = 0
50.28/50.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
50.28/50.32	c lower bound updated to 3802417337778
50.28/50.37	c BCD2: 3806124736209 <= obj <= 11808064005837
50.28/50.37	c BCD2: #cores=274, #unrelaxed=367, #relaxed=970, #hardened=0
50.28/50.37	c BCD2: #sat=1 #unsat=411 bias=411/412
50.28/50.38	c Solving starts ...
50.28/50.38	c ============================[ Search Statistics ]============================
50.28/50.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.28/50.38	c       |         |          |          |    Limit     GC | Var      | Constra 
50.28/50.38	c =============================================================================
50.28/50.39	c  0.0s |       0 |        0 |        0 |    29492      0 |     3437 |     5273
50.38/50.48	c  0.1s |       0 |      491 |        0 |    29492      0 |     3437 |     5274
50.38/50.48	c #cpu_time = 0.089s
50.38/50.48	c #wall_clock_time = 0.089s
50.38/50.48	c #decision = 491
50.38/50.48	c #random_decision = 0
50.38/50.48	c #conflict = 0
50.38/50.48	c #restart = 0
50.38/50.48	c BCD2: found a new core of size 1: cost of the new core is >=45212176
50.38/50.48	c lower bound updated to 3802462549954
50.48/50.54	c BCD2: 3806169948385 <= obj <= 11808064005837
50.48/50.54	c BCD2: #cores=275, #unrelaxed=366, #relaxed=971, #hardened=0
50.48/50.54	c BCD2: #sat=1 #unsat=412 bias=412/413
50.48/50.54	c Solving starts ...
50.48/50.54	c ============================[ Search Statistics ]============================
50.48/50.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.48/50.54	c       |         |          |          |    Limit     GC | Var      | Constra 
50.48/50.54	c =============================================================================
50.48/50.55	c  0.0s |       0 |        0 |        0 |    29492      0 |     3437 |     5274
50.59/50.65	c  0.1s |       0 |      492 |        0 |    29492      0 |     3437 |     5274
50.59/50.65	c #cpu_time = 0.091s
50.59/50.65	c #wall_clock_time = 0.091s
50.59/50.65	c #decision = 492
50.59/50.65	c #random_decision = 0
50.59/50.65	c #conflict = 0
50.59/50.65	c #restart = 0
50.59/50.65	c BCD2: found a new core of size 1: cost of the new core is >=551368
50.59/50.65	c lower bound updated to 3802463101322
50.59/50.70	c BCD2: 3806170499753 <= obj <= 11808064005837
50.59/50.70	c BCD2: #cores=276, #unrelaxed=365, #relaxed=972, #hardened=0
50.59/50.70	c BCD2: #sat=1 #unsat=413 bias=413/414
50.69/50.70	c Solving starts ...
50.69/50.70	c ============================[ Search Statistics ]============================
50.69/50.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.69/50.70	c       |         |          |          |    Limit     GC | Var      | Constra 
50.69/50.70	c =============================================================================
50.69/50.72	c  0.0s |       0 |        0 |        0 |    29492      0 |     3437 |     5274
50.78/50.81	c  0.1s |       0 |      494 |        0 |    29492      0 |     3437 |     5274
50.78/50.81	c #cpu_time = 0.090s
50.78/50.81	c #wall_clock_time = 0.090s
50.78/50.81	c #decision = 494
50.78/50.81	c #random_decision = 0
50.78/50.81	c #conflict = 0
50.78/50.81	c #restart = 0
50.78/50.81	c BCD2: found a new core of size 2: cost of the new core is >=82
50.78/50.81	c lower bound updated to 3802463101404
50.78/50.86	c BCD2: 3806170499835 <= obj <= 11808064005837
50.78/50.86	c BCD2: #cores=277, #unrelaxed=363, #relaxed=974, #hardened=0
50.78/50.86	c BCD2: #sat=1 #unsat=414 bias=414/415
50.78/50.87	c Solving starts ...
50.78/50.87	c ============================[ Search Statistics ]============================
50.78/50.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.78/50.87	c       |         |          |          |    Limit     GC | Var      | Constra 
50.78/50.87	c =============================================================================
50.78/50.88	c  0.0s |       0 |        0 |        0 |    29492      0 |     3437 |     5274
50.88/50.98	c  0.1s |       0 |      820 |        1 |    29492      0 |     3437 |     5274
50.88/50.98	c #cpu_time = 0.099s
50.88/50.98	c #wall_clock_time = 0.099s
50.88/50.98	c #decision = 820
50.88/50.98	c #random_decision = 0
50.88/50.98	c #conflict = 1
50.88/50.98	c #restart = 0
50.88/50.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
50.88/50.98	c lower bound updated to 3802463101405
50.98/51.04	c BCD2: 3806170499836 <= obj <= 11808064005837
50.98/51.04	c BCD2: #cores=277, #unrelaxed=362, #relaxed=975, #hardened=0
50.98/51.04	c BCD2: #sat=1 #unsat=415 bias=415/416
50.98/51.04	c Solving starts ...
50.98/51.04	c ============================[ Search Statistics ]============================
50.98/51.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.98/51.04	c       |         |          |          |    Limit     GC | Var      | Constra 
50.98/51.04	c =============================================================================
50.98/51.05	c  0.0s |       0 |        0 |        0 |    29492      0 |     3438 |     5274
51.08/51.15	c  0.1s |       0 |      494 |        0 |    29492      0 |     3438 |     5275
51.08/51.15	c #cpu_time = 0.090s
51.08/51.15	c #wall_clock_time = 0.090s
51.08/51.15	c #decision = 494
51.08/51.15	c #random_decision = 0
51.08/51.15	c #conflict = 0
51.08/51.15	c #restart = 0
51.08/51.15	c BCD2: found a new core of size 1: cost of the new core is >=45212176
51.08/51.15	c lower bound updated to 3802508313581
51.18/51.20	c BCD2: 3806215712012 <= obj <= 11808064005837
51.18/51.20	c BCD2: #cores=278, #unrelaxed=361, #relaxed=976, #hardened=0
51.18/51.20	c BCD2: #sat=1 #unsat=416 bias=416/417
51.18/51.21	c Solving starts ...
51.18/51.21	c ============================[ Search Statistics ]============================
51.18/51.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.18/51.21	c       |         |          |          |    Limit     GC | Var      | Constra 
51.18/51.21	c =============================================================================
51.18/51.22	c  0.0s |       0 |        0 |        0 |    29492      0 |     3438 |     5275
51.28/51.31	c  0.1s |       0 |      495 |        0 |    29492      0 |     3438 |     5275
51.28/51.31	c #cpu_time = 0.092s
51.28/51.31	c #wall_clock_time = 0.092s
51.28/51.31	c #decision = 495
51.28/51.31	c #random_decision = 0
51.28/51.31	c #conflict = 0
51.28/51.31	c #restart = 0
51.28/51.31	c BCD2: found a new core of size 1: cost of the new core is >=551368
51.28/51.31	c lower bound updated to 3802508864949
51.28/51.37	c BCD2: 3806216263380 <= obj <= 11808064005837
51.28/51.37	c BCD2: #cores=279, #unrelaxed=360, #relaxed=977, #hardened=0
51.28/51.37	c BCD2: #sat=1 #unsat=417 bias=417/418
51.28/51.37	c Solving starts ...
51.28/51.37	c ============================[ Search Statistics ]============================
51.28/51.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.28/51.37	c       |         |          |          |    Limit     GC | Var      | Constra 
51.28/51.37	c =============================================================================
51.28/51.39	c  0.0s |       0 |        0 |        0 |    29492      0 |     3438 |     5275
51.38/51.48	c  0.1s |       0 |      497 |        0 |    29492      0 |     3438 |     5275
51.38/51.48	c #cpu_time = 0.091s
51.38/51.48	c #wall_clock_time = 0.091s
51.38/51.48	c #decision = 497
51.38/51.48	c #random_decision = 0
51.38/51.48	c #conflict = 0
51.38/51.48	c #restart = 0
51.38/51.48	c BCD2: found a new core of size 2: cost of the new core is >=82
51.38/51.48	c lower bound updated to 3802508865031
51.48/51.53	c BCD2: 3806216263462 <= obj <= 11808064005837
51.48/51.53	c BCD2: #cores=280, #unrelaxed=358, #relaxed=979, #hardened=0
51.48/51.53	c BCD2: #sat=1 #unsat=418 bias=418/419
51.48/51.54	c Solving starts ...
51.48/51.54	c ============================[ Search Statistics ]============================
51.48/51.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.48/51.54	c       |         |          |          |    Limit     GC | Var      | Constra 
51.48/51.54	c =============================================================================
51.48/51.55	c  0.0s |       0 |        0 |        0 |    29492      0 |     3438 |     5275
51.58/51.65	c  0.1s |       0 |      823 |        1 |    29492      0 |     3438 |     5275
51.58/51.65	c #cpu_time = 0.100s
51.58/51.65	c #wall_clock_time = 0.100s
51.58/51.65	c #decision = 823
51.58/51.65	c #random_decision = 0
51.58/51.65	c #conflict = 1
51.58/51.65	c #restart = 0
51.58/51.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
51.58/51.65	c lower bound updated to 3802508865032
51.69/51.71	c BCD2: 3806216263463 <= obj <= 11808064005837
51.69/51.71	c BCD2: #cores=280, #unrelaxed=357, #relaxed=980, #hardened=0
51.69/51.71	c BCD2: #sat=1 #unsat=419 bias=419/420
51.69/51.71	c Solving starts ...
51.69/51.71	c ============================[ Search Statistics ]============================
51.69/51.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.69/51.71	c       |         |          |          |    Limit     GC | Var      | Constra 
51.69/51.71	c =============================================================================
51.69/51.72	c  0.0s |       0 |        0 |        0 |    29492      0 |     3439 |     5275
51.79/51.82	c  0.1s |       0 |      497 |        0 |    29492      0 |     3439 |     5276
51.79/51.82	c #cpu_time = 0.091s
51.79/51.82	c #wall_clock_time = 0.091s
51.79/51.82	c #decision = 497
51.79/51.82	c #random_decision = 0
51.79/51.82	c #conflict = 0
51.79/51.82	c #restart = 0
51.79/51.82	c BCD2: found a new core of size 1: cost of the new core is >=45212176
51.79/51.82	c lower bound updated to 3802554077208
51.79/51.87	c BCD2: 3806261475639 <= obj <= 11808064005837
51.79/51.87	c BCD2: #cores=281, #unrelaxed=356, #relaxed=981, #hardened=0
51.79/51.87	c BCD2: #sat=1 #unsat=420 bias=420/421
51.79/51.88	c Solving starts ...
51.79/51.88	c ============================[ Search Statistics ]============================
51.79/51.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.79/51.88	c       |         |          |          |    Limit     GC | Var      | Constra 
51.79/51.88	c =============================================================================
51.79/51.89	c  0.0s |       0 |        0 |        0 |    29492      0 |     3439 |     5276
51.88/51.98	c  0.1s |       0 |      498 |        0 |    29492      0 |     3439 |     5276
51.88/51.98	c #cpu_time = 0.092s
51.88/51.98	c #wall_clock_time = 0.092s
51.88/51.98	c #decision = 498
51.88/51.98	c #random_decision = 0
51.88/51.98	c #conflict = 0
51.88/51.98	c #restart = 0
51.88/51.98	c BCD2: found a new core of size 1: cost of the new core is >=551368
51.88/51.98	c lower bound updated to 3802554628576
51.98/52.04	c BCD2: 3806262027007 <= obj <= 11808064005837
51.98/52.04	c BCD2: #cores=282, #unrelaxed=355, #relaxed=982, #hardened=0
51.98/52.04	c BCD2: #sat=1 #unsat=421 bias=421/422
51.98/52.04	c Solving starts ...
51.98/52.04	c ============================[ Search Statistics ]============================
51.98/52.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.98/52.04	c       |         |          |          |    Limit     GC | Var      | Constra 
51.98/52.04	c =============================================================================
51.98/52.06	c  0.0s |       0 |        0 |        0 |    29492      0 |     3439 |     5276
52.08/52.15	c  0.1s |       0 |      500 |        0 |    29492      0 |     3439 |     5276
52.08/52.15	c #cpu_time = 0.091s
52.08/52.15	c #wall_clock_time = 0.091s
52.08/52.15	c #decision = 500
52.08/52.15	c #random_decision = 0
52.08/52.15	c #conflict = 0
52.08/52.15	c #restart = 0
52.08/52.15	c BCD2: found a new core of size 2: cost of the new core is >=82
52.08/52.15	c lower bound updated to 3802554628658
52.18/52.20	c BCD2: 3806262027089 <= obj <= 11808064005837
52.18/52.20	c BCD2: #cores=283, #unrelaxed=353, #relaxed=984, #hardened=0
52.18/52.20	c BCD2: #sat=1 #unsat=422 bias=422/423
52.18/52.21	c Solving starts ...
52.18/52.21	c ============================[ Search Statistics ]============================
52.18/52.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.18/52.21	c       |         |          |          |    Limit     GC | Var      | Constra 
52.18/52.21	c =============================================================================
52.18/52.22	c  0.0s |       0 |        0 |        0 |    29492      0 |     3439 |     5276
52.28/52.33	c  0.1s |       0 |      826 |        1 |    29492      0 |     3439 |     5276
52.28/52.33	c #cpu_time = 0.101s
52.28/52.33	c #wall_clock_time = 0.101s
52.28/52.33	c #decision = 826
52.28/52.33	c #random_decision = 0
52.28/52.33	c #conflict = 1
52.28/52.33	c #restart = 0
52.28/52.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
52.28/52.33	c lower bound updated to 3802554628659
52.28/52.38	c BCD2: 3806262027090 <= obj <= 11808064005837
52.28/52.38	c BCD2: #cores=283, #unrelaxed=352, #relaxed=985, #hardened=0
52.28/52.38	c BCD2: #sat=1 #unsat=423 bias=423/424
52.28/52.38	c Solving starts ...
52.28/52.38	c ============================[ Search Statistics ]============================
52.28/52.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.28/52.38	c       |         |          |          |    Limit     GC | Var      | Constra 
52.28/52.38	c =============================================================================
52.38/52.40	c  0.0s |       0 |        0 |        0 |    29492      0 |     3440 |     5276
52.38/52.49	c  0.1s |       0 |      500 |        0 |    29492      0 |     3440 |     5277
52.38/52.49	c #cpu_time = 0.092s
52.38/52.49	c #wall_clock_time = 0.092s
52.38/52.49	c #decision = 500
52.38/52.49	c #random_decision = 0
52.38/52.49	c #conflict = 0
52.38/52.49	c #restart = 0
52.38/52.49	c BCD2: found a new core of size 1: cost of the new core is >=45212176
52.38/52.49	c lower bound updated to 3802599840835
52.48/52.55	c BCD2: 3806307239266 <= obj <= 11808064005837
52.48/52.55	c BCD2: #cores=284, #unrelaxed=351, #relaxed=986, #hardened=0
52.48/52.55	c BCD2: #sat=1 #unsat=424 bias=424/425
52.48/52.55	c Solving starts ...
52.48/52.55	c ============================[ Search Statistics ]============================
52.48/52.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.48/52.55	c       |         |          |          |    Limit     GC | Var      | Constra 
52.48/52.55	c =============================================================================
52.48/52.56	c  0.0s |       0 |        0 |        0 |    29492      0 |     3440 |     5277
52.58/52.66	c  0.1s |       0 |      501 |        0 |    29492      0 |     3440 |     5277
52.58/52.66	c #cpu_time = 0.093s
52.58/52.66	c #wall_clock_time = 0.093s
52.58/52.66	c #decision = 501
52.58/52.66	c #random_decision = 0
52.58/52.66	c #conflict = 0
52.58/52.66	c #restart = 0
52.58/52.66	c BCD2: found a new core of size 1: cost of the new core is >=551368
52.58/52.66	c lower bound updated to 3802600392203
52.68/52.71	c BCD2: 3806307790634 <= obj <= 11808064005837
52.68/52.71	c BCD2: #cores=285, #unrelaxed=350, #relaxed=987, #hardened=0
52.68/52.71	c BCD2: #sat=1 #unsat=425 bias=425/426
52.68/52.72	c Solving starts ...
52.68/52.72	c ============================[ Search Statistics ]============================
52.68/52.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.68/52.72	c       |         |          |          |    Limit     GC | Var      | Constra 
52.68/52.72	c =============================================================================
52.68/52.73	c  0.0s |       0 |        0 |        0 |    29492      0 |     3440 |     5277
52.79/52.83	c  0.1s |       0 |      503 |        0 |    29492      0 |     3440 |     5277
52.79/52.83	c #cpu_time = 0.092s
52.79/52.83	c #wall_clock_time = 0.092s
52.79/52.83	c #decision = 503
52.79/52.83	c #random_decision = 0
52.79/52.83	c #conflict = 0
52.79/52.83	c #restart = 0
52.79/52.83	c BCD2: found a new core of size 2: cost of the new core is >=82
52.79/52.83	c lower bound updated to 3802600392285
52.79/52.88	c BCD2: 3806307790716 <= obj <= 11808064005837
52.79/52.88	c BCD2: #cores=286, #unrelaxed=348, #relaxed=989, #hardened=0
52.79/52.88	c BCD2: #sat=1 #unsat=426 bias=426/427
52.79/52.89	c Solving starts ...
52.79/52.89	c ============================[ Search Statistics ]============================
52.79/52.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.79/52.89	c       |         |          |          |    Limit     GC | Var      | Constra 
52.79/52.89	c =============================================================================
52.79/52.90	c  0.0s |       0 |        0 |        0 |    29492      0 |     3440 |     5277
52.98/53.00	c  0.1s |       0 |      829 |        1 |    29492      0 |     3440 |     5277
52.98/53.00	c #cpu_time = 0.101s
52.98/53.00	c #wall_clock_time = 0.101s
52.98/53.00	c #decision = 829
52.98/53.00	c #random_decision = 0
52.98/53.00	c #conflict = 1
52.98/53.00	c #restart = 0
52.98/53.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
52.98/53.00	c lower bound updated to 3802600392286
52.98/53.06	c BCD2: 3806307790717 <= obj <= 11808064005837
52.98/53.06	c BCD2: #cores=286, #unrelaxed=347, #relaxed=990, #hardened=0
52.98/53.06	c BCD2: #sat=1 #unsat=427 bias=427/428
52.98/53.06	c Solving starts ...
52.98/53.06	c ============================[ Search Statistics ]============================
52.98/53.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.98/53.06	c       |         |          |          |    Limit     GC | Var      | Constra 
52.98/53.06	c =============================================================================
52.98/53.07	c  0.0s |       0 |        0 |        0 |    29492      0 |     3441 |     5277
53.08/53.17	c  0.1s |       0 |      503 |        0 |    29492      0 |     3441 |     5278
53.08/53.17	c #cpu_time = 0.092s
53.08/53.17	c #wall_clock_time = 0.092s
53.08/53.17	c #decision = 503
53.08/53.17	c #random_decision = 0
53.08/53.17	c #conflict = 0
53.08/53.17	c #restart = 0
53.08/53.17	c BCD2: found a new core of size 1: cost of the new core is >=45212176
53.08/53.17	c lower bound updated to 3802645604462
53.18/53.22	c BCD2: 3806353002893 <= obj <= 11808064005837
53.18/53.22	c BCD2: #cores=287, #unrelaxed=346, #relaxed=991, #hardened=0
53.18/53.22	c BCD2: #sat=1 #unsat=428 bias=428/429
53.18/53.23	c Solving starts ...
53.18/53.23	c ============================[ Search Statistics ]============================
53.18/53.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.18/53.23	c       |         |          |          |    Limit     GC | Var      | Constra 
53.18/53.23	c =============================================================================
53.18/53.24	c  0.0s |       0 |        0 |        0 |    29492      0 |     3441 |     5278
53.28/53.34	c  0.1s |       0 |      504 |        0 |    29492      0 |     3441 |     5278
53.28/53.34	c #cpu_time = 0.094s
53.28/53.34	c #wall_clock_time = 0.094s
53.28/53.34	c #decision = 504
53.28/53.34	c #random_decision = 0
53.28/53.34	c #conflict = 0
53.28/53.34	c #restart = 0
53.28/53.34	c BCD2: found a new core of size 1: cost of the new core is >=551368
53.28/53.34	c lower bound updated to 3802646155830
53.28/53.39	c BCD2: 3806353554261 <= obj <= 11808064005837
53.28/53.39	c BCD2: #cores=288, #unrelaxed=345, #relaxed=992, #hardened=0
53.28/53.39	c BCD2: #sat=1 #unsat=429 bias=429/430
53.38/53.40	c Solving starts ...
53.38/53.40	c ============================[ Search Statistics ]============================
53.38/53.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.38/53.40	c       |         |          |          |    Limit     GC | Var      | Constra 
53.38/53.40	c =============================================================================
53.38/53.41	c  0.0s |       0 |        0 |        0 |    29492      0 |     3441 |     5278
53.48/53.51	c  0.1s |       0 |      506 |        0 |    29492      0 |     3441 |     5278
53.48/53.51	c #cpu_time = 0.093s
53.48/53.51	c #wall_clock_time = 0.093s
53.48/53.51	c #decision = 506
53.48/53.51	c #random_decision = 0
53.48/53.51	c #conflict = 0
53.48/53.51	c #restart = 0
53.48/53.51	c BCD2: found a new core of size 2: cost of the new core is >=82
53.48/53.51	c lower bound updated to 3802646155912
53.48/53.56	c BCD2: 3806353554343 <= obj <= 11808064005837
53.48/53.56	c BCD2: #cores=289, #unrelaxed=343, #relaxed=994, #hardened=0
53.48/53.56	c BCD2: #sat=1 #unsat=430 bias=430/431
53.48/53.56	c Solving starts ...
53.48/53.56	c ============================[ Search Statistics ]============================
53.48/53.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.48/53.56	c       |         |          |          |    Limit     GC | Var      | Constra 
53.48/53.56	c =============================================================================
53.48/53.58	c  0.0s |       0 |        0 |        0 |    29492      0 |     3441 |     5278
53.58/53.68	c  0.1s |       0 |      832 |        1 |    29492      0 |     3441 |     5278
53.58/53.68	c #cpu_time = 0.103s
53.58/53.68	c #wall_clock_time = 0.103s
53.58/53.68	c #decision = 832
53.58/53.68	c #random_decision = 0
53.58/53.68	c #conflict = 1
53.58/53.68	c #restart = 0
53.58/53.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
53.58/53.68	c lower bound updated to 3802646155913
53.68/53.74	c BCD2: 3806353554344 <= obj <= 11808064005837
53.68/53.74	c BCD2: #cores=289, #unrelaxed=342, #relaxed=995, #hardened=0
53.68/53.74	c BCD2: #sat=1 #unsat=431 bias=431/432
53.68/53.74	c Solving starts ...
53.68/53.74	c ============================[ Search Statistics ]============================
53.68/53.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.68/53.74	c       |         |          |          |    Limit     GC | Var      | Constra 
53.68/53.74	c =============================================================================
53.68/53.76	c  0.0s |       0 |        0 |        0 |    29492      0 |     3442 |     5278
53.78/53.85	c  0.1s |       0 |      506 |        0 |    29492      0 |     3442 |     5279
53.78/53.85	c #cpu_time = 0.093s
53.78/53.85	c #wall_clock_time = 0.093s
53.78/53.85	c #decision = 506
53.78/53.85	c #random_decision = 0
53.78/53.85	c #conflict = 0
53.78/53.85	c #restart = 0
53.78/53.85	c BCD2: found a new core of size 1: cost of the new core is >=45212176
53.78/53.85	c lower bound updated to 3802691368089
53.89/53.91	c BCD2: 3806398766520 <= obj <= 11808064005837
53.89/53.91	c BCD2: #cores=290, #unrelaxed=341, #relaxed=996, #hardened=0
53.89/53.91	c BCD2: #sat=1 #unsat=432 bias=432/433
53.89/53.91	c Solving starts ...
53.89/53.91	c ============================[ Search Statistics ]============================
53.89/53.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.89/53.91	c       |         |          |          |    Limit     GC | Var      | Constra 
53.89/53.91	c =============================================================================
53.89/53.92	c  0.0s |       0 |        0 |        0 |    29492      0 |     3442 |     5279
53.99/54.02	c  0.1s |       0 |      507 |        0 |    29492      0 |     3442 |     5279
53.99/54.02	c #cpu_time = 0.095s
53.99/54.02	c #wall_clock_time = 0.095s
53.99/54.02	c #decision = 507
53.99/54.02	c #random_decision = 0
53.99/54.02	c #conflict = 0
53.99/54.02	c #restart = 0
53.99/54.02	c BCD2: found a new core of size 1: cost of the new core is >=551368
53.99/54.02	c lower bound updated to 3802691919457
53.99/54.07	c BCD2: 3806399317888 <= obj <= 11808064005837
53.99/54.07	c BCD2: #cores=291, #unrelaxed=340, #relaxed=997, #hardened=0
53.99/54.07	c BCD2: #sat=1 #unsat=433 bias=433/434
53.99/54.08	c Solving starts ...
53.99/54.08	c ============================[ Search Statistics ]============================
53.99/54.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.99/54.08	c       |         |          |          |    Limit     GC | Var      | Constra 
53.99/54.08	c =============================================================================
53.99/54.09	c  0.0s |       0 |        0 |        0 |    29492      0 |     3442 |     5279
54.08/54.19	c  0.1s |       0 |      509 |        0 |    29492      0 |     3442 |     5279
54.08/54.19	c #cpu_time = 0.094s
54.08/54.19	c #wall_clock_time = 0.094s
54.08/54.19	c #decision = 509
54.08/54.19	c #random_decision = 0
54.08/54.19	c #conflict = 0
54.08/54.19	c #restart = 0
54.08/54.19	c BCD2: found a new core of size 2: cost of the new core is >=82
54.08/54.19	c lower bound updated to 3802691919539
54.18/54.24	c BCD2: 3806399317970 <= obj <= 11808064005837
54.18/54.24	c BCD2: #cores=292, #unrelaxed=338, #relaxed=999, #hardened=0
54.18/54.24	c BCD2: #sat=1 #unsat=434 bias=434/435
54.18/54.25	c Solving starts ...
54.18/54.25	c ============================[ Search Statistics ]============================
54.18/54.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.18/54.25	c       |         |          |          |    Limit     GC | Var      | Constra 
54.18/54.25	c =============================================================================
54.18/54.26	c  0.0s |       0 |        0 |        0 |    29492      0 |     3442 |     5279
54.28/54.37	c  0.1s |       0 |      835 |        1 |    29492      0 |     3442 |     5279
54.28/54.37	c #cpu_time = 0.104s
54.28/54.37	c #wall_clock_time = 0.104s
54.28/54.37	c #decision = 835
54.28/54.37	c #random_decision = 0
54.28/54.37	c #conflict = 1
54.28/54.37	c #restart = 0
54.28/54.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
54.28/54.37	c lower bound updated to 3802691919540
54.38/54.42	c BCD2: 3806399317971 <= obj <= 11808064005837
54.38/54.42	c BCD2: #cores=292, #unrelaxed=337, #relaxed=1000, #hardened=0
54.38/54.42	c BCD2: #sat=1 #unsat=435 bias=435/436
54.38/54.43	c Solving starts ...
54.38/54.43	c ============================[ Search Statistics ]============================
54.38/54.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.38/54.43	c       |         |          |          |    Limit     GC | Var      | Constra 
54.38/54.43	c =============================================================================
54.38/54.44	c  0.0s |       0 |        0 |        0 |    29492      0 |     3443 |     5279
54.48/54.54	c  0.1s |       0 |      509 |        0 |    29492      0 |     3443 |     5280
54.48/54.54	c #cpu_time = 0.094s
54.48/54.54	c #wall_clock_time = 0.094s
54.48/54.54	c #decision = 509
54.48/54.54	c #random_decision = 0
54.48/54.54	c #conflict = 0
54.48/54.54	c #restart = 0
54.48/54.54	c BCD2: found a new core of size 1: cost of the new core is >=45212176
54.48/54.54	c lower bound updated to 3802737131716
54.48/54.59	c BCD2: 3806444530147 <= obj <= 11808064005837
54.48/54.59	c BCD2: #cores=293, #unrelaxed=336, #relaxed=1001, #hardened=0
54.48/54.59	c BCD2: #sat=1 #unsat=436 bias=436/437
54.58/54.60	c Solving starts ...
54.58/54.60	c ============================[ Search Statistics ]============================
54.58/54.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.58/54.60	c       |         |          |          |    Limit     GC | Var      | Constra 
54.58/54.60	c =============================================================================
54.58/54.61	c  0.0s |       0 |        0 |        0 |    29492      0 |     3443 |     5280
54.68/54.71	c  0.1s |       0 |      510 |        0 |    29492      0 |     3443 |     5280
54.68/54.71	c #cpu_time = 0.096s
54.68/54.71	c #wall_clock_time = 0.096s
54.68/54.71	c #decision = 510
54.68/54.71	c #random_decision = 0
54.68/54.71	c #conflict = 0
54.68/54.71	c #restart = 0
54.68/54.71	c BCD2: found a new core of size 1: cost of the new core is >=551368
54.68/54.71	c lower bound updated to 3802737683084
54.68/54.76	c BCD2: 3806445081515 <= obj <= 11808064005837
54.68/54.76	c BCD2: #cores=294, #unrelaxed=335, #relaxed=1002, #hardened=0
54.68/54.76	c BCD2: #sat=1 #unsat=437 bias=437/438
54.68/54.77	c Solving starts ...
54.68/54.77	c ============================[ Search Statistics ]============================
54.68/54.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.68/54.77	c       |         |          |          |    Limit     GC | Var      | Constra 
54.68/54.77	c =============================================================================
54.68/54.78	c  0.0s |       0 |        0 |        0 |    29492      0 |     3443 |     5280
54.78/54.88	c  0.1s |       0 |      512 |        0 |    29492      0 |     3443 |     5280
54.78/54.88	c #cpu_time = 0.095s
54.78/54.88	c #wall_clock_time = 0.095s
54.78/54.88	c #decision = 512
54.78/54.88	c #random_decision = 0
54.78/54.88	c #conflict = 0
54.78/54.88	c #restart = 0
54.78/54.88	c BCD2: found a new core of size 2: cost of the new core is >=82
54.78/54.88	c lower bound updated to 3802737683166
54.88/54.93	c BCD2: 3806445081597 <= obj <= 11808064005837
54.88/54.93	c BCD2: #cores=295, #unrelaxed=333, #relaxed=1004, #hardened=0
54.88/54.93	c BCD2: #sat=1 #unsat=438 bias=438/439
54.88/54.94	c Solving starts ...
54.88/54.94	c ============================[ Search Statistics ]============================
54.88/54.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.88/54.94	c       |         |          |          |    Limit     GC | Var      | Constra 
54.88/54.94	c =============================================================================
54.88/54.95	c  0.0s |       0 |        0 |        0 |    29492      0 |     3443 |     5280
54.98/55.06	c  0.1s |       0 |      838 |        1 |    29492      0 |     3443 |     5280
54.98/55.06	c #cpu_time = 0.104s
54.98/55.06	c #wall_clock_time = 0.104s
54.98/55.06	c #decision = 838
54.98/55.06	c #random_decision = 0
54.98/55.06	c #conflict = 1
54.98/55.06	c #restart = 0
54.98/55.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
54.98/55.06	c lower bound updated to 3802737683167
55.08/55.11	c BCD2: 3806445081598 <= obj <= 11808064005837
55.08/55.11	c BCD2: #cores=295, #unrelaxed=332, #relaxed=1005, #hardened=0
55.08/55.11	c BCD2: #sat=1 #unsat=439 bias=439/440
55.08/55.12	c Solving starts ...
55.08/55.12	c ============================[ Search Statistics ]============================
55.08/55.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.08/55.12	c       |         |          |          |    Limit     GC | Var      | Constra 
55.08/55.12	c =============================================================================
55.08/55.13	c  0.0s |       0 |        0 |        0 |    29492      0 |     3444 |     5280
55.18/55.23	c  0.1s |       0 |      512 |        0 |    29492      0 |     3444 |     5281
55.18/55.23	c #cpu_time = 0.095s
55.18/55.23	c #wall_clock_time = 0.095s
55.18/55.23	c #decision = 512
55.18/55.23	c #random_decision = 0
55.18/55.23	c #conflict = 0
55.18/55.23	c #restart = 0
55.18/55.23	c BCD2: found a new core of size 1: cost of the new core is >=45212176
55.18/55.23	c lower bound updated to 3802782895343
55.18/55.28	c BCD2: 3806490293774 <= obj <= 11808064005837
55.18/55.28	c BCD2: #cores=296, #unrelaxed=331, #relaxed=1006, #hardened=0
55.18/55.28	c BCD2: #sat=1 #unsat=440 bias=440/441
55.18/55.29	c Solving starts ...
55.18/55.29	c ============================[ Search Statistics ]============================
55.18/55.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.18/55.29	c       |         |          |          |    Limit     GC | Var      | Constra 
55.18/55.29	c =============================================================================
55.28/55.30	c  0.0s |       0 |        0 |        0 |    29492      0 |     3444 |     5281
55.38/55.40	c  0.1s |       0 |      513 |        0 |    29492      0 |     3444 |     5281
55.38/55.40	c #cpu_time = 0.097s
55.38/55.40	c #wall_clock_time = 0.097s
55.38/55.40	c #decision = 513
55.38/55.40	c #random_decision = 0
55.38/55.40	c #conflict = 0
55.38/55.40	c #restart = 0
55.38/55.40	c BCD2: found a new core of size 1: cost of the new core is >=551368
55.38/55.40	c lower bound updated to 3802783446711
55.38/55.45	c BCD2: 3806490845142 <= obj <= 11808064005837
55.38/55.45	c BCD2: #cores=297, #unrelaxed=330, #relaxed=1007, #hardened=0
55.38/55.45	c BCD2: #sat=1 #unsat=441 bias=441/442
55.38/55.46	c Solving starts ...
55.38/55.46	c ============================[ Search Statistics ]============================
55.38/55.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.38/55.46	c       |         |          |          |    Limit     GC | Var      | Constra 
55.38/55.46	c =============================================================================
55.38/55.47	c  0.0s |       0 |        0 |        0 |    29492      0 |     3444 |     5281
55.48/55.57	c  0.1s |       0 |      515 |        0 |    29492      0 |     3444 |     5281
55.48/55.57	c #cpu_time = 0.096s
55.48/55.57	c #wall_clock_time = 0.096s
55.48/55.57	c #decision = 515
55.48/55.57	c #random_decision = 0
55.48/55.57	c #conflict = 0
55.48/55.57	c #restart = 0
55.48/55.57	c BCD2: found a new core of size 2: cost of the new core is >=82
55.48/55.57	c lower bound updated to 3802783446793
55.58/55.63	c BCD2: 3806490845224 <= obj <= 11808064005837
55.58/55.63	c BCD2: #cores=298, #unrelaxed=328, #relaxed=1009, #hardened=0
55.58/55.63	c BCD2: #sat=1 #unsat=442 bias=442/443
55.58/55.63	c Solving starts ...
55.58/55.63	c ============================[ Search Statistics ]============================
55.58/55.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.58/55.63	c       |         |          |          |    Limit     GC | Var      | Constra 
55.58/55.63	c =============================================================================
55.58/55.64	c  0.0s |       0 |        0 |        0 |    29492      0 |     3444 |     5281
55.68/55.75	c  0.1s |       0 |      841 |        1 |    29492      0 |     3444 |     5281
55.68/55.75	c #cpu_time = 0.105s
55.68/55.75	c #wall_clock_time = 0.105s
55.68/55.75	c #decision = 841
55.68/55.75	c #random_decision = 0
55.68/55.75	c #conflict = 1
55.68/55.75	c #restart = 0
55.68/55.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
55.68/55.75	c lower bound updated to 3802783446794
55.78/55.81	c BCD2: 3806490845225 <= obj <= 11808064005837
55.78/55.81	c BCD2: #cores=298, #unrelaxed=327, #relaxed=1010, #hardened=0
55.78/55.81	c BCD2: #sat=1 #unsat=443 bias=443/444
55.78/55.81	c Solving starts ...
55.78/55.81	c ============================[ Search Statistics ]============================
55.78/55.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.78/55.81	c       |         |          |          |    Limit     GC | Var      | Constra 
55.78/55.81	c =============================================================================
55.78/55.82	c  0.0s |       0 |        0 |        0 |    29492      0 |     3445 |     5281
55.88/55.92	c  0.1s |       0 |      515 |        0 |    29492      0 |     3445 |     5282
55.88/55.92	c #cpu_time = 0.096s
55.88/55.92	c #wall_clock_time = 0.096s
55.88/55.92	c #decision = 515
55.88/55.92	c #random_decision = 0
55.88/55.92	c #conflict = 0
55.88/55.92	c #restart = 0
55.88/55.92	c BCD2: found a new core of size 1: cost of the new core is >=45212176
55.88/55.92	c lower bound updated to 3802828658970
55.88/55.98	c BCD2: 3806536057401 <= obj <= 11808064005837
55.88/55.98	c BCD2: #cores=299, #unrelaxed=326, #relaxed=1011, #hardened=0
55.88/55.98	c BCD2: #sat=1 #unsat=444 bias=444/445
55.88/55.98	c Solving starts ...
55.88/55.98	c ============================[ Search Statistics ]============================
55.88/55.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.88/55.98	c       |         |          |          |    Limit     GC | Var      | Constra 
55.88/55.98	c =============================================================================
55.88/56.00	c  0.0s |       0 |        0 |        0 |    29492      0 |     3445 |     5282
55.98/56.09	c  0.1s |       0 |      516 |        0 |    29492      0 |     3445 |     5282
55.98/56.09	c #cpu_time = 0.097s
55.98/56.09	c #wall_clock_time = 0.097s
55.98/56.09	c #decision = 516
55.98/56.09	c #random_decision = 0
55.98/56.09	c #conflict = 0
55.98/56.09	c #restart = 0
55.98/56.09	c BCD2: found a new core of size 1: cost of the new core is >=551368
55.98/56.09	c lower bound updated to 3802829210338
56.08/56.15	c BCD2: 3806536608769 <= obj <= 11808064005837
56.08/56.15	c BCD2: #cores=300, #unrelaxed=325, #relaxed=1012, #hardened=0
56.08/56.15	c BCD2: #sat=1 #unsat=445 bias=445/446
56.08/56.15	c Solving starts ...
56.08/56.15	c ============================[ Search Statistics ]============================
56.08/56.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.08/56.15	c       |         |          |          |    Limit     GC | Var      | Constra 
56.08/56.15	c =============================================================================
56.08/56.17	c  0.0s |       0 |        0 |        0 |    29492      0 |     3445 |     5282
56.18/56.27	c  0.1s |       0 |      518 |        0 |    29492      0 |     3445 |     5282
56.18/56.27	c #cpu_time = 0.097s
56.18/56.27	c #wall_clock_time = 0.097s
56.18/56.27	c #decision = 518
56.18/56.27	c #random_decision = 0
56.18/56.27	c #conflict = 0
56.18/56.27	c #restart = 0
56.18/56.27	c BCD2: found a new core of size 2: cost of the new core is >=82
56.18/56.27	c lower bound updated to 3802829210420
56.28/56.32	c BCD2: 3806536608851 <= obj <= 11808064005837
56.28/56.32	c BCD2: #cores=301, #unrelaxed=323, #relaxed=1014, #hardened=0
56.28/56.32	c BCD2: #sat=1 #unsat=446 bias=446/447
56.28/56.33	c Solving starts ...
56.28/56.33	c ============================[ Search Statistics ]============================
56.28/56.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.28/56.33	c       |         |          |          |    Limit     GC | Var      | Constra 
56.28/56.33	c =============================================================================
56.28/56.34	c  0.0s |       0 |        0 |        0 |    29492      0 |     3445 |     5282
56.38/56.45	c  0.1s |       0 |      844 |        1 |    29492      0 |     3445 |     5282
56.38/56.45	c #cpu_time = 0.106s
56.38/56.45	c #wall_clock_time = 0.106s
56.38/56.45	c #decision = 844
56.38/56.45	c #random_decision = 0
56.38/56.45	c #conflict = 1
56.38/56.45	c #restart = 0
56.38/56.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
56.38/56.45	c lower bound updated to 3802829210421
56.48/56.50	c BCD2: 3806536608852 <= obj <= 11808064005837
56.48/56.50	c BCD2: #cores=301, #unrelaxed=322, #relaxed=1015, #hardened=0
56.48/56.50	c BCD2: #sat=1 #unsat=447 bias=447/448
56.48/56.51	c Solving starts ...
56.48/56.51	c ============================[ Search Statistics ]============================
56.48/56.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.48/56.51	c       |         |          |          |    Limit     GC | Var      | Constra 
56.48/56.51	c =============================================================================
56.48/56.52	c  0.0s |       0 |        0 |        0 |    29492      0 |     3446 |     5282
56.58/56.62	c  0.1s |       0 |      518 |        0 |    29492      0 |     3446 |     5283
56.58/56.62	c #cpu_time = 0.097s
56.58/56.62	c #wall_clock_time = 0.097s
56.58/56.62	c #decision = 518
56.58/56.62	c #random_decision = 0
56.58/56.62	c #conflict = 0
56.58/56.62	c #restart = 0
56.58/56.62	c BCD2: found a new core of size 1: cost of the new core is >=45212176
56.58/56.62	c lower bound updated to 3802874422597
56.58/56.67	c BCD2: 3806581821028 <= obj <= 11808064005837
56.58/56.67	c BCD2: #cores=302, #unrelaxed=321, #relaxed=1016, #hardened=0
56.58/56.67	c BCD2: #sat=1 #unsat=448 bias=448/449
56.58/56.68	c Solving starts ...
56.58/56.68	c ============================[ Search Statistics ]============================
56.58/56.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.58/56.68	c       |         |          |          |    Limit     GC | Var      | Constra 
56.58/56.68	c =============================================================================
56.58/56.69	c  0.0s |       0 |        0 |        0 |    29492      0 |     3446 |     5283
56.68/56.79	c  0.1s |       0 |      519 |        0 |    29492      0 |     3446 |     5283
56.68/56.79	c #cpu_time = 0.098s
56.68/56.79	c #wall_clock_time = 0.098s
56.68/56.79	c #decision = 519
56.68/56.79	c #random_decision = 0
56.68/56.79	c #conflict = 0
56.68/56.79	c #restart = 0
56.68/56.79	c BCD2: found a new core of size 1: cost of the new core is >=551368
56.68/56.79	c lower bound updated to 3802874973965
56.78/56.85	c BCD2: 3806582372396 <= obj <= 11808064005837
56.78/56.85	c BCD2: #cores=303, #unrelaxed=320, #relaxed=1017, #hardened=0
56.78/56.85	c BCD2: #sat=1 #unsat=449 bias=449/450
56.78/56.85	c Solving starts ...
56.78/56.85	c ============================[ Search Statistics ]============================
56.78/56.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.78/56.85	c       |         |          |          |    Limit     GC | Var      | Constra 
56.78/56.85	c =============================================================================
56.78/56.87	c  0.0s |       0 |        0 |        0 |    29492      0 |     3446 |     5283
56.88/56.97	c  0.1s |       0 |      521 |        0 |    29492      0 |     3446 |     5283
56.88/56.97	c #cpu_time = 0.098s
56.88/56.97	c #wall_clock_time = 0.098s
56.88/56.97	c #decision = 521
56.88/56.97	c #random_decision = 0
56.88/56.97	c #conflict = 0
56.88/56.97	c #restart = 0
56.88/56.97	c BCD2: found a new core of size 2: cost of the new core is >=82
56.88/56.97	c lower bound updated to 3802874974047
56.98/57.02	c BCD2: 3806582372478 <= obj <= 11808064005837
56.98/57.02	c BCD2: #cores=304, #unrelaxed=318, #relaxed=1019, #hardened=0
56.98/57.02	c BCD2: #sat=1 #unsat=450 bias=450/451
56.98/57.03	c Solving starts ...
56.98/57.03	c ============================[ Search Statistics ]============================
56.98/57.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.98/57.03	c       |         |          |          |    Limit     GC | Var      | Constra 
56.98/57.03	c =============================================================================
56.98/57.04	c  0.0s |       0 |        0 |        0 |    29492      0 |     3446 |     5283
57.08/57.15	c  0.1s |       0 |      847 |        1 |    29492      0 |     3446 |     5283
57.08/57.15	c #cpu_time = 0.108s
57.08/57.15	c #wall_clock_time = 0.108s
57.08/57.15	c #decision = 847
57.08/57.15	c #random_decision = 0
57.08/57.15	c #conflict = 1
57.08/57.15	c #restart = 0
57.08/57.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
57.08/57.15	c lower bound updated to 3802874974048
57.18/57.21	c BCD2: 3806582372479 <= obj <= 11808064005837
57.18/57.21	c BCD2: #cores=304, #unrelaxed=317, #relaxed=1020, #hardened=0
57.18/57.21	c BCD2: #sat=1 #unsat=451 bias=451/452
57.18/57.21	c Solving starts ...
57.18/57.21	c ============================[ Search Statistics ]============================
57.18/57.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.18/57.21	c       |         |          |          |    Limit     GC | Var      | Constra 
57.18/57.21	c =============================================================================
57.18/57.22	c  0.0s |       0 |        0 |        0 |    29492      0 |     3447 |     5283
57.28/57.33	c  0.1s |       0 |      521 |        0 |    29492      0 |     3447 |     5284
57.28/57.33	c #cpu_time = 0.098s
57.28/57.33	c #wall_clock_time = 0.098s
57.28/57.33	c #decision = 521
57.28/57.33	c #random_decision = 0
57.28/57.33	c #conflict = 0
57.28/57.33	c #restart = 0
57.28/57.33	c BCD2: found a new core of size 1: cost of the new core is >=45212176
57.28/57.33	c lower bound updated to 3802920186224
57.28/57.38	c BCD2: 3806627584655 <= obj <= 11808064005837
57.28/57.38	c BCD2: #cores=305, #unrelaxed=316, #relaxed=1021, #hardened=0
57.28/57.38	c BCD2: #sat=1 #unsat=452 bias=452/453
57.28/57.38	c Solving starts ...
57.28/57.38	c ============================[ Search Statistics ]============================
57.28/57.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.28/57.38	c       |         |          |          |    Limit     GC | Var      | Constra 
57.28/57.38	c =============================================================================
57.38/57.40	c  0.0s |       0 |        0 |        0 |    29492      0 |     3447 |     5284
57.48/57.50	c  0.1s |       0 |      522 |        0 |    29492      0 |     3447 |     5284
57.48/57.50	c #cpu_time = 0.099s
57.48/57.50	c #wall_clock_time = 0.099s
57.48/57.50	c #decision = 522
57.48/57.50	c #random_decision = 0
57.48/57.50	c #conflict = 0
57.48/57.50	c #restart = 0
57.48/57.50	c BCD2: found a new core of size 1: cost of the new core is >=551368
57.48/57.50	c lower bound updated to 3802920737592
57.48/57.55	c BCD2: 3806628136023 <= obj <= 11808064005837
57.48/57.55	c BCD2: #cores=306, #unrelaxed=315, #relaxed=1022, #hardened=0
57.48/57.55	c BCD2: #sat=1 #unsat=453 bias=453/454
57.48/57.56	c Solving starts ...
57.48/57.56	c ============================[ Search Statistics ]============================
57.48/57.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.48/57.56	c       |         |          |          |    Limit     GC | Var      | Constra 
57.48/57.56	c =============================================================================
57.48/57.57	c  0.0s |       0 |        0 |        0 |    29492      0 |     3447 |     5284
57.58/57.67	c  0.1s |       0 |      524 |        0 |    29492      0 |     3447 |     5284
57.58/57.67	c #cpu_time = 0.098s
57.58/57.67	c #wall_clock_time = 0.098s
57.58/57.67	c #decision = 524
57.58/57.67	c #random_decision = 0
57.58/57.67	c #conflict = 0
57.58/57.67	c #restart = 0
57.58/57.67	c BCD2: found a new core of size 2: cost of the new core is >=82
57.58/57.67	c lower bound updated to 3802920737674
57.68/57.73	c BCD2: 3806628136105 <= obj <= 11808064005837
57.68/57.73	c BCD2: #cores=307, #unrelaxed=313, #relaxed=1024, #hardened=0
57.68/57.73	c BCD2: #sat=1 #unsat=454 bias=454/455
57.68/57.73	c Solving starts ...
57.68/57.73	c ============================[ Search Statistics ]============================
57.68/57.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.68/57.73	c       |         |          |          |    Limit     GC | Var      | Constra 
57.68/57.73	c =============================================================================
57.68/57.75	c  0.0s |       0 |        0 |        0 |    29492      0 |     3447 |     5284
57.79/57.86	c  0.1s |       0 |      850 |        1 |    32442      0 |     3447 |     5284
57.79/57.86	c #cpu_time = 0.108s
57.79/57.86	c #wall_clock_time = 0.108s
57.79/57.86	c #decision = 850
57.79/57.86	c #random_decision = 0
57.79/57.86	c #conflict = 1
57.79/57.86	c #restart = 0
57.79/57.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
57.79/57.86	c lower bound updated to 3802920737675
57.89/57.91	c BCD2: 3806628136106 <= obj <= 11808064005837
57.89/57.91	c BCD2: #cores=307, #unrelaxed=312, #relaxed=1025, #hardened=0
57.89/57.91	c BCD2: #sat=1 #unsat=455 bias=455/456
57.89/57.92	c Solving starts ...
57.89/57.92	c ============================[ Search Statistics ]============================
57.89/57.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.89/57.92	c       |         |          |          |    Limit     GC | Var      | Constra 
57.89/57.92	c =============================================================================
57.89/57.93	c  0.0s |       0 |        0 |        0 |    32442      0 |     3448 |     5284
57.99/58.03	c  0.1s |       0 |      524 |        0 |    32442      0 |     3448 |     5285
57.99/58.03	c #cpu_time = 0.098s
57.99/58.03	c #wall_clock_time = 0.098s
57.99/58.03	c #decision = 524
57.99/58.03	c #random_decision = 0
57.99/58.03	c #conflict = 0
57.99/58.03	c #restart = 0
57.99/58.03	c BCD2: found a new core of size 1: cost of the new core is >=45212176
57.99/58.03	c lower bound updated to 3802965949851
57.99/58.09	c BCD2: 3806673348282 <= obj <= 11808064005837
57.99/58.09	c BCD2: #cores=308, #unrelaxed=311, #relaxed=1026, #hardened=0
57.99/58.09	c BCD2: #sat=1 #unsat=456 bias=456/457
57.99/58.09	c Solving starts ...
57.99/58.09	c ============================[ Search Statistics ]============================
57.99/58.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.99/58.09	c       |         |          |          |    Limit     GC | Var      | Constra 
57.99/58.09	c =============================================================================
58.08/58.10	c  0.0s |       0 |        0 |        0 |    32442      0 |     3448 |     5285
58.18/58.21	c  0.1s |       0 |      525 |        0 |    32442      0 |     3448 |     5285
58.18/58.21	c #cpu_time = 0.100s
58.18/58.21	c #wall_clock_time = 0.100s
58.18/58.21	c #decision = 525
58.18/58.21	c #random_decision = 0
58.18/58.21	c #conflict = 0
58.18/58.21	c #restart = 0
58.18/58.21	c BCD2: found a new core of size 1: cost of the new core is >=551368
58.18/58.21	c lower bound updated to 3802966501219
58.18/58.26	c BCD2: 3806673899650 <= obj <= 11808064005837
58.18/58.26	c BCD2: #cores=309, #unrelaxed=310, #relaxed=1027, #hardened=0
58.18/58.26	c BCD2: #sat=1 #unsat=457 bias=457/458
58.18/58.27	c Solving starts ...
58.18/58.27	c ============================[ Search Statistics ]============================
58.18/58.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.18/58.27	c       |         |          |          |    Limit     GC | Var      | Constra 
58.18/58.27	c =============================================================================
58.18/58.28	c  0.0s |       0 |        0 |        0 |    32442      0 |     3448 |     5285
58.29/58.38	c  0.1s |       0 |      527 |        0 |    32442      0 |     3448 |     5285
58.29/58.38	c #cpu_time = 0.099s
58.29/58.38	c #wall_clock_time = 0.099s
58.29/58.38	c #decision = 527
58.29/58.38	c #random_decision = 0
58.29/58.38	c #conflict = 0
58.29/58.38	c #restart = 0
58.29/58.38	c BCD2: found a new core of size 2: cost of the new core is >=82
58.29/58.38	c lower bound updated to 3802966501301
58.39/58.44	c BCD2: 3806673899732 <= obj <= 11808064005837
58.39/58.44	c BCD2: #cores=310, #unrelaxed=308, #relaxed=1029, #hardened=0
58.39/58.44	c BCD2: #sat=1 #unsat=458 bias=458/459
58.39/58.44	c Solving starts ...
58.39/58.44	c ============================[ Search Statistics ]============================
58.39/58.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.39/58.44	c       |         |          |          |    Limit     GC | Var      | Constra 
58.39/58.44	c =============================================================================
58.39/58.46	c  0.0s |       0 |        0 |        0 |    32442      0 |     3448 |     5285
58.48/58.57	c  0.1s |       0 |      853 |        1 |    32442      0 |     3448 |     5285
58.48/58.57	c #cpu_time = 0.110s
58.48/58.57	c #wall_clock_time = 0.110s
58.48/58.57	c #decision = 853
58.48/58.57	c #random_decision = 0
58.48/58.57	c #conflict = 1
58.48/58.57	c #restart = 0
58.48/58.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
58.48/58.57	c lower bound updated to 3802966501302
58.58/58.62	c BCD2: 3806673899733 <= obj <= 11808064005837
58.58/58.62	c BCD2: #cores=310, #unrelaxed=307, #relaxed=1030, #hardened=0
58.58/58.62	c BCD2: #sat=1 #unsat=459 bias=459/460
58.58/58.63	c Solving starts ...
58.58/58.63	c ============================[ Search Statistics ]============================
58.58/58.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.58/58.63	c       |         |          |          |    Limit     GC | Var      | Constra 
58.58/58.63	c =============================================================================
58.58/58.64	c  0.0s |       0 |        0 |        0 |    32442      0 |     3449 |     5285
58.68/58.74	c  0.1s |       0 |      527 |        0 |    32442      0 |     3449 |     5286
58.68/58.74	c #cpu_time = 0.099s
58.68/58.74	c #wall_clock_time = 0.099s
58.68/58.74	c #decision = 527
58.68/58.74	c #random_decision = 0
58.68/58.74	c #conflict = 0
58.68/58.74	c #restart = 0
58.68/58.74	c BCD2: found a new core of size 1: cost of the new core is >=45212176
58.68/58.74	c lower bound updated to 3803011713478
58.78/58.80	c BCD2: 3806719111909 <= obj <= 11808064005837
58.78/58.80	c BCD2: #cores=311, #unrelaxed=306, #relaxed=1031, #hardened=0
58.78/58.80	c BCD2: #sat=1 #unsat=460 bias=460/461
58.78/58.80	c Solving starts ...
58.78/58.80	c ============================[ Search Statistics ]============================
58.78/58.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.78/58.80	c       |         |          |          |    Limit     GC | Var      | Constra 
58.78/58.80	c =============================================================================
58.78/58.82	c  0.0s |       0 |        0 |        0 |    32442      0 |     3449 |     5286
58.88/58.92	c  0.1s |       0 |      528 |        0 |    32442      0 |     3449 |     5286
58.88/58.92	c #cpu_time = 0.101s
58.88/58.92	c #wall_clock_time = 0.101s
58.88/58.92	c #decision = 528
58.88/58.92	c #random_decision = 0
58.88/58.92	c #conflict = 0
58.88/58.92	c #restart = 0
58.88/58.92	c BCD2: found a new core of size 1: cost of the new core is >=551368
58.88/58.92	c lower bound updated to 3803012264846
58.88/58.97	c BCD2: 3806719663277 <= obj <= 11808064005837
58.88/58.97	c BCD2: #cores=312, #unrelaxed=305, #relaxed=1032, #hardened=0
58.88/58.97	c BCD2: #sat=1 #unsat=461 bias=461/462
58.88/58.98	c Solving starts ...
58.88/58.98	c ============================[ Search Statistics ]============================
58.88/58.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.88/58.98	c       |         |          |          |    Limit     GC | Var      | Constra 
58.88/58.98	c =============================================================================
58.88/58.99	c  0.0s |       0 |        0 |        0 |    32442      0 |     3449 |     5286
58.98/59.09	c  0.1s |       0 |      530 |        0 |    32442      0 |     3449 |     5286
58.98/59.09	c #cpu_time = 0.100s
58.98/59.09	c #wall_clock_time = 0.100s
58.98/59.09	c #decision = 530
58.98/59.09	c #random_decision = 0
58.98/59.09	c #conflict = 0
58.98/59.09	c #restart = 0
58.98/59.09	c BCD2: found a new core of size 2: cost of the new core is >=82
58.98/59.09	c lower bound updated to 3803012264928
59.08/59.15	c BCD2: 3806719663359 <= obj <= 11808064005837
59.08/59.15	c BCD2: #cores=313, #unrelaxed=303, #relaxed=1034, #hardened=0
59.08/59.15	c BCD2: #sat=1 #unsat=462 bias=462/463
59.08/59.15	c Solving starts ...
59.08/59.15	c ============================[ Search Statistics ]============================
59.08/59.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.08/59.15	c       |         |          |          |    Limit     GC | Var      | Constra 
59.08/59.15	c =============================================================================
59.08/59.17	c  0.0s |       0 |        0 |        0 |    32442      0 |     3449 |     5286
59.18/59.28	c  0.1s |       0 |      856 |        1 |    32442      0 |     3449 |     5286
59.18/59.28	c #cpu_time = 0.110s
59.18/59.28	c #wall_clock_time = 0.110s
59.18/59.28	c #decision = 856
59.18/59.28	c #random_decision = 0
59.18/59.28	c #conflict = 1
59.18/59.28	c #restart = 0
59.18/59.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
59.18/59.28	c lower bound updated to 3803012264929
59.28/59.34	c BCD2: 3806719663360 <= obj <= 11808064005837
59.28/59.34	c BCD2: #cores=313, #unrelaxed=302, #relaxed=1035, #hardened=0
59.28/59.34	c BCD2: #sat=1 #unsat=463 bias=463/464
59.28/59.34	c Solving starts ...
59.28/59.34	c ============================[ Search Statistics ]============================
59.28/59.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.28/59.34	c       |         |          |          |    Limit     GC | Var      | Constra 
59.28/59.34	c =============================================================================
59.28/59.36	c  0.0s |       0 |        0 |        0 |    32442      0 |     3450 |     5286
59.39/59.46	c  0.1s |       0 |      530 |        0 |    32442      0 |     3450 |     5287
59.39/59.46	c #cpu_time = 0.101s
59.39/59.46	c #wall_clock_time = 0.101s
59.39/59.46	c #decision = 530
59.39/59.46	c #random_decision = 0
59.39/59.46	c #conflict = 0
59.39/59.46	c #restart = 0
59.39/59.46	c BCD2: found a new core of size 1: cost of the new core is >=45212176
59.39/59.46	c lower bound updated to 3803057477105
59.49/59.51	c BCD2: 3806764875536 <= obj <= 11808064005837
59.49/59.51	c BCD2: #cores=314, #unrelaxed=301, #relaxed=1036, #hardened=0
59.49/59.51	c BCD2: #sat=1 #unsat=464 bias=464/465
59.49/59.52	c Solving starts ...
59.49/59.52	c ============================[ Search Statistics ]============================
59.49/59.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.49/59.52	c       |         |          |          |    Limit     GC | Var      | Constra 
59.49/59.52	c =============================================================================
59.49/59.53	c  0.0s |       0 |        0 |        0 |    32442      0 |     3450 |     5287
59.58/59.64	c  0.1s |       0 |      531 |        0 |    32442      0 |     3450 |     5287
59.58/59.64	c #cpu_time = 0.101s
59.58/59.64	c #wall_clock_time = 0.101s
59.58/59.64	c #decision = 531
59.58/59.64	c #random_decision = 0
59.58/59.64	c #conflict = 0
59.58/59.64	c #restart = 0
59.58/59.64	c BCD2: found a new core of size 1: cost of the new core is >=551368
59.58/59.64	c lower bound updated to 3803058028473
59.58/59.69	c BCD2: 3806765426904 <= obj <= 11808064005837
59.58/59.69	c BCD2: #cores=315, #unrelaxed=300, #relaxed=1037, #hardened=0
59.58/59.69	c BCD2: #sat=1 #unsat=465 bias=465/466
59.58/59.69	c Solving starts ...
59.58/59.69	c ============================[ Search Statistics ]============================
59.58/59.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.58/59.69	c       |         |          |          |    Limit     GC | Var      | Constra 
59.58/59.69	c =============================================================================
59.68/59.71	c  0.0s |       0 |        0 |        0 |    32442      0 |     3450 |     5287
59.78/59.81	c  0.1s |       0 |      533 |        0 |    32442      0 |     3450 |     5287
59.78/59.81	c #cpu_time = 0.101s
59.78/59.81	c #wall_clock_time = 0.101s
59.78/59.81	c #decision = 533
59.78/59.81	c #random_decision = 0
59.78/59.81	c #conflict = 0
59.78/59.81	c #restart = 0
59.78/59.81	c BCD2: found a new core of size 2: cost of the new core is >=82
59.78/59.81	c lower bound updated to 3803058028555
59.78/59.87	c BCD2: 3806765426986 <= obj <= 11808064005837
59.78/59.87	c BCD2: #cores=316, #unrelaxed=298, #relaxed=1039, #hardened=0
59.78/59.87	c BCD2: #sat=1 #unsat=466 bias=466/467
59.78/59.87	c Solving starts ...
59.78/59.87	c ============================[ Search Statistics ]============================
59.78/59.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.78/59.87	c       |         |          |          |    Limit     GC | Var      | Constra 
59.78/59.87	c =============================================================================
59.78/59.89	c  0.0s |       0 |        0 |        0 |    32442      0 |     3450 |     5287
59.98/60.00	c  0.1s |       0 |      859 |        1 |    32442      0 |     3450 |     5287
59.98/60.00	c #cpu_time = 0.110s
59.98/60.00	c #wall_clock_time = 0.110s
59.98/60.00	c #decision = 859
59.98/60.00	c #random_decision = 0
59.98/60.00	c #conflict = 1
59.98/60.00	c #restart = 0
59.98/60.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
59.98/60.00	c lower bound updated to 3803058028556
59.98/60.05	c BCD2: 3806765426987 <= obj <= 11808064005837
59.98/60.05	c BCD2: #cores=316, #unrelaxed=297, #relaxed=1040, #hardened=0
59.98/60.05	c BCD2: #sat=1 #unsat=467 bias=467/468
59.98/60.06	c Solving starts ...
59.98/60.06	c ============================[ Search Statistics ]============================
59.98/60.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.98/60.06	c       |         |          |          |    Limit     GC | Var      | Constra 
59.98/60.06	c =============================================================================
59.98/60.07	c  0.0s |       0 |        0 |        0 |    32442      0 |     3451 |     5287
60.08/60.17	c  0.1s |       0 |      533 |        0 |    32442      0 |     3451 |     5288
60.08/60.17	c #cpu_time = 0.100s
60.08/60.17	c #wall_clock_time = 0.100s
60.08/60.17	c #decision = 533
60.08/60.17	c #random_decision = 0
60.08/60.17	c #conflict = 0
60.08/60.17	c #restart = 0
60.08/60.17	c BCD2: found a new core of size 1: cost of the new core is >=45212176
60.08/60.17	c lower bound updated to 3803103240732
60.18/60.23	c BCD2: 3806810639163 <= obj <= 11808064005837
60.18/60.23	c BCD2: #cores=317, #unrelaxed=296, #relaxed=1041, #hardened=0
60.18/60.23	c BCD2: #sat=1 #unsat=468 bias=468/469
60.18/60.23	c Solving starts ...
60.18/60.23	c ============================[ Search Statistics ]============================
60.18/60.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.18/60.23	c       |         |          |          |    Limit     GC | Var      | Constra 
60.18/60.23	c =============================================================================
60.18/60.25	c  0.0s |       0 |        0 |        0 |    32442      0 |     3451 |     5288
60.28/60.35	c  0.1s |       0 |      534 |        0 |    32442      0 |     3451 |     5288
60.28/60.35	c #cpu_time = 0.102s
60.28/60.35	c #wall_clock_time = 0.102s
60.28/60.35	c #decision = 534
60.28/60.35	c #random_decision = 0
60.28/60.35	c #conflict = 0
60.28/60.35	c #restart = 0
60.28/60.35	c BCD2: found a new core of size 1: cost of the new core is >=551368
60.28/60.35	c lower bound updated to 3803103792100
60.38/60.41	c BCD2: 3806811190531 <= obj <= 11808064005837
60.38/60.41	c BCD2: #cores=318, #unrelaxed=295, #relaxed=1042, #hardened=0
60.38/60.41	c BCD2: #sat=1 #unsat=469 bias=469/470
60.38/60.41	c Solving starts ...
60.38/60.41	c ============================[ Search Statistics ]============================
60.38/60.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.38/60.41	c       |         |          |          |    Limit     GC | Var      | Constra 
60.38/60.41	c =============================================================================
60.38/60.43	c  0.0s |       0 |        0 |        0 |    32442      0 |     3451 |     5288
60.49/60.53	c  0.1s |       0 |      536 |        0 |    32442      0 |     3451 |     5288
60.49/60.53	c #cpu_time = 0.102s
60.49/60.53	c #wall_clock_time = 0.102s
60.49/60.53	c #decision = 536
60.49/60.53	c #random_decision = 0
60.49/60.53	c #conflict = 0
60.49/60.53	c #restart = 0
60.49/60.53	c BCD2: found a new core of size 2: cost of the new core is >=82
60.49/60.53	c lower bound updated to 3803103792182
60.49/60.58	c BCD2: 3806811190613 <= obj <= 11808064005837
60.49/60.58	c BCD2: #cores=319, #unrelaxed=293, #relaxed=1044, #hardened=0
60.49/60.58	c BCD2: #sat=1 #unsat=470 bias=470/471
60.49/60.59	c Solving starts ...
60.49/60.59	c ============================[ Search Statistics ]============================
60.49/60.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.49/60.59	c       |         |          |          |    Limit     GC | Var      | Constra 
60.49/60.59	c =============================================================================
60.49/60.60	c  0.0s |       0 |        0 |        0 |    32442      0 |     3451 |     5288
60.68/60.72	c  0.1s |       0 |      862 |        1 |    32442      0 |     3451 |     5288
60.68/60.72	c #cpu_time = 0.112s
60.68/60.72	c #wall_clock_time = 0.112s
60.68/60.72	c #decision = 862
60.68/60.72	c #random_decision = 0
60.68/60.72	c #conflict = 1
60.68/60.72	c #restart = 0
60.68/60.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
60.68/60.72	c lower bound updated to 3803103792183
60.68/60.77	c BCD2: 3806811190614 <= obj <= 11808064005837
60.68/60.77	c BCD2: #cores=319, #unrelaxed=292, #relaxed=1045, #hardened=0
60.68/60.77	c BCD2: #sat=1 #unsat=471 bias=471/472
60.68/60.78	c Solving starts ...
60.68/60.78	c ============================[ Search Statistics ]============================
60.68/60.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.68/60.78	c       |         |          |          |    Limit     GC | Var      | Constra 
60.68/60.78	c =============================================================================
60.68/60.79	c  0.0s |       0 |        0 |        0 |    32442      0 |     3452 |     5288
60.78/60.89	c  0.1s |       0 |      536 |        0 |    32442      0 |     3452 |     5289
60.78/60.89	c #cpu_time = 0.102s
60.78/60.89	c #wall_clock_time = 0.102s
60.78/60.89	c #decision = 536
60.78/60.89	c #random_decision = 0
60.78/60.89	c #conflict = 0
60.78/60.89	c #restart = 0
60.78/60.90	c BCD2: found a new core of size 1: cost of the new core is >=45212176
60.78/60.90	c lower bound updated to 3803149004359
60.88/60.95	c BCD2: 3806856402790 <= obj <= 11808064005837
60.88/60.95	c BCD2: #cores=320, #unrelaxed=291, #relaxed=1046, #hardened=0
60.88/60.95	c BCD2: #sat=1 #unsat=472 bias=472/473
60.88/60.95	c Solving starts ...
60.88/60.95	c ============================[ Search Statistics ]============================
60.88/60.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.88/60.95	c       |         |          |          |    Limit     GC | Var      | Constra 
60.88/60.95	c =============================================================================
60.88/60.97	c  0.0s |       0 |        0 |        0 |    32442      0 |     3452 |     5289
60.98/61.07	c  0.1s |       0 |      537 |        0 |    32442      0 |     3452 |     5289
60.98/61.07	c #cpu_time = 0.103s
60.98/61.07	c #wall_clock_time = 0.103s
60.98/61.07	c #decision = 537
60.98/61.07	c #random_decision = 0
60.98/61.07	c #conflict = 0
60.98/61.07	c #restart = 0
60.98/61.07	c BCD2: found a new core of size 1: cost of the new core is >=551368
60.98/61.07	c lower bound updated to 3803149555727
61.08/61.13	c BCD2: 3806856954158 <= obj <= 11808064005837
61.08/61.13	c BCD2: #cores=321, #unrelaxed=290, #relaxed=1047, #hardened=0
61.08/61.13	c BCD2: #sat=1 #unsat=473 bias=473/474
61.08/61.13	c Solving starts ...
61.08/61.13	c ============================[ Search Statistics ]============================
61.08/61.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.08/61.13	c       |         |          |          |    Limit     GC | Var      | Constra 
61.08/61.13	c =============================================================================
61.08/61.15	c  0.0s |       0 |        0 |        0 |    32442      0 |     3452 |     5289
61.18/61.25	c  0.1s |       0 |      539 |        0 |    32442      0 |     3452 |     5289
61.18/61.25	c #cpu_time = 0.102s
61.18/61.25	c #wall_clock_time = 0.102s
61.18/61.25	c #decision = 539
61.18/61.25	c #random_decision = 0
61.18/61.25	c #conflict = 0
61.18/61.25	c #restart = 0
61.18/61.25	c BCD2: found a new core of size 2: cost of the new core is >=82
61.18/61.25	c lower bound updated to 3803149555809
61.28/61.31	c BCD2: 3806856954240 <= obj <= 11808064005837
61.28/61.31	c BCD2: #cores=322, #unrelaxed=288, #relaxed=1049, #hardened=0
61.28/61.31	c BCD2: #sat=1 #unsat=474 bias=474/475
61.28/61.31	c Solving starts ...
61.28/61.31	c ============================[ Search Statistics ]============================
61.28/61.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.28/61.31	c       |         |          |          |    Limit     GC | Var      | Constra 
61.28/61.31	c =============================================================================
61.28/61.33	c  0.0s |       0 |        0 |        0 |    32442      0 |     3452 |     5289
61.38/61.44	c  0.1s |       0 |      865 |        1 |    32442      0 |     3452 |     5289
61.38/61.44	c #cpu_time = 0.112s
61.38/61.44	c #wall_clock_time = 0.112s
61.38/61.44	c #decision = 865
61.38/61.44	c #random_decision = 0
61.38/61.44	c #conflict = 1
61.38/61.44	c #restart = 0
61.38/61.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
61.38/61.44	c lower bound updated to 3803149555810
61.48/61.50	c BCD2: 3806856954241 <= obj <= 11808064005837
61.48/61.50	c BCD2: #cores=322, #unrelaxed=287, #relaxed=1050, #hardened=0
61.48/61.50	c BCD2: #sat=1 #unsat=475 bias=475/476
61.48/61.50	c Solving starts ...
61.48/61.50	c ============================[ Search Statistics ]============================
61.48/61.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.48/61.50	c       |         |          |          |    Limit     GC | Var      | Constra 
61.48/61.50	c =============================================================================
61.48/61.52	c  0.0s |       0 |        0 |        0 |    32442      0 |     3453 |     5289
61.59/61.62	c  0.1s |       0 |      539 |        0 |    32442      0 |     3453 |     5290
61.59/61.62	c #cpu_time = 0.102s
61.59/61.62	c #wall_clock_time = 0.102s
61.59/61.62	c #decision = 539
61.59/61.62	c #random_decision = 0
61.59/61.62	c #conflict = 0
61.59/61.62	c #restart = 0
61.59/61.62	c BCD2: found a new core of size 1: cost of the new core is >=45212176
61.59/61.62	c lower bound updated to 3803194767986
61.59/61.68	c BCD2: 3806902166417 <= obj <= 11808064005837
61.59/61.68	c BCD2: #cores=323, #unrelaxed=286, #relaxed=1051, #hardened=0
61.59/61.68	c BCD2: #sat=1 #unsat=476 bias=476/477
61.59/61.68	c Solving starts ...
61.59/61.68	c ============================[ Search Statistics ]============================
61.59/61.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.59/61.68	c       |         |          |          |    Limit     GC | Var      | Constra 
61.59/61.68	c =============================================================================
61.59/61.69	c  0.0s |       0 |        0 |        0 |    32442      0 |     3453 |     5290
61.78/61.80	c  0.1s |       0 |      540 |        0 |    32442      0 |     3453 |     5290
61.78/61.80	c #cpu_time = 0.104s
61.78/61.80	c #wall_clock_time = 0.104s
61.78/61.80	c #decision = 540
61.78/61.80	c #random_decision = 0
61.78/61.80	c #conflict = 0
61.78/61.80	c #restart = 0
61.78/61.80	c BCD2: found a new core of size 1: cost of the new core is >=551368
61.78/61.80	c lower bound updated to 3803195319354
61.78/61.86	c BCD2: 3806902717785 <= obj <= 11808064005837
61.78/61.86	c BCD2: #cores=324, #unrelaxed=285, #relaxed=1052, #hardened=0
61.78/61.86	c BCD2: #sat=1 #unsat=477 bias=477/478
61.78/61.86	c Solving starts ...
61.78/61.86	c ============================[ Search Statistics ]============================
61.78/61.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.78/61.86	c       |         |          |          |    Limit     GC | Var      | Constra 
61.78/61.86	c =============================================================================
61.78/61.87	c  0.0s |       0 |        0 |        0 |    32442      0 |     3453 |     5290
61.88/61.98	c  0.1s |       0 |      542 |        0 |    32442      0 |     3453 |     5290
61.88/61.98	c #cpu_time = 0.103s
61.88/61.98	c #wall_clock_time = 0.103s
61.88/61.98	c #decision = 542
61.88/61.98	c #random_decision = 0
61.88/61.98	c #conflict = 0
61.88/61.98	c #restart = 0
61.88/61.98	c BCD2: found a new core of size 2: cost of the new core is >=82
61.88/61.98	c lower bound updated to 3803195319436
61.98/62.03	c BCD2: 3806902717867 <= obj <= 11808064005837
61.98/62.03	c BCD2: #cores=325, #unrelaxed=283, #relaxed=1054, #hardened=0
61.98/62.03	c BCD2: #sat=1 #unsat=478 bias=478/479
61.98/62.04	c Solving starts ...
61.98/62.04	c ============================[ Search Statistics ]============================
61.98/62.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.98/62.04	c       |         |          |          |    Limit     GC | Var      | Constra 
61.98/62.04	c =============================================================================
61.98/62.05	c  0.0s |       0 |        0 |        0 |    32442      0 |     3453 |     5290
62.08/62.17	c  0.1s |       0 |      868 |        1 |    32442      0 |     3453 |     5290
62.08/62.17	c #cpu_time = 0.113s
62.08/62.17	c #wall_clock_time = 0.113s
62.08/62.17	c #decision = 868
62.08/62.17	c #random_decision = 0
62.08/62.17	c #conflict = 1
62.08/62.17	c #restart = 0
62.08/62.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
62.08/62.17	c lower bound updated to 3803195319437
62.18/62.22	c BCD2: 3806902717868 <= obj <= 11808064005837
62.18/62.22	c BCD2: #cores=325, #unrelaxed=282, #relaxed=1055, #hardened=0
62.18/62.22	c BCD2: #sat=1 #unsat=479 bias=479/480
62.18/62.23	c Solving starts ...
62.18/62.23	c ============================[ Search Statistics ]============================
62.18/62.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.18/62.23	c       |         |          |          |    Limit     GC | Var      | Constra 
62.18/62.23	c =============================================================================
62.18/62.24	c  0.0s |       0 |        0 |        0 |    32442      0 |     3454 |     5290
62.28/62.35	c  0.1s |       0 |      542 |        0 |    32442      0 |     3454 |     5291
62.28/62.35	c #cpu_time = 0.103s
62.28/62.35	c #wall_clock_time = 0.103s
62.28/62.35	c #decision = 542
62.28/62.35	c #random_decision = 0
62.28/62.35	c #conflict = 0
62.28/62.35	c #restart = 0
62.28/62.35	c BCD2: found a new core of size 1: cost of the new core is >=45212176
62.28/62.35	c lower bound updated to 3803240531613
62.38/62.40	c BCD2: 3806947930044 <= obj <= 11808064005837
62.38/62.40	c BCD2: #cores=326, #unrelaxed=281, #relaxed=1056, #hardened=0
62.38/62.40	c BCD2: #sat=1 #unsat=480 bias=480/481
62.38/62.41	c Solving starts ...
62.38/62.41	c ============================[ Search Statistics ]============================
62.38/62.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.38/62.41	c       |         |          |          |    Limit     GC | Var      | Constra 
62.38/62.41	c =============================================================================
62.38/62.42	c  0.0s |       0 |        0 |        0 |    32442      0 |     3454 |     5291
62.48/62.53	c  0.1s |       0 |      543 |        0 |    32442      0 |     3454 |     5291
62.48/62.53	c #cpu_time = 0.105s
62.48/62.53	c #wall_clock_time = 0.105s
62.48/62.53	c #decision = 543
62.48/62.53	c #random_decision = 0
62.48/62.53	c #conflict = 0
62.48/62.53	c #restart = 0
62.48/62.53	c BCD2: found a new core of size 1: cost of the new core is >=551368
62.48/62.53	c lower bound updated to 3803241082981
62.48/62.59	c BCD2: 3806948481412 <= obj <= 11808064005837
62.48/62.59	c BCD2: #cores=327, #unrelaxed=280, #relaxed=1057, #hardened=0
62.48/62.59	c BCD2: #sat=1 #unsat=481 bias=481/482
62.48/62.59	c Solving starts ...
62.48/62.59	c ============================[ Search Statistics ]============================
62.48/62.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.48/62.59	c       |         |          |          |    Limit     GC | Var      | Constra 
62.48/62.59	c =============================================================================
62.58/62.61	c  0.0s |       0 |        0 |        0 |    32442      0 |     3454 |     5291
62.69/62.71	c  0.1s |       0 |      545 |        0 |    32442      0 |     3454 |     5291
62.69/62.71	c #cpu_time = 0.104s
62.69/62.71	c #wall_clock_time = 0.104s
62.69/62.71	c #decision = 545
62.69/62.71	c #random_decision = 0
62.69/62.71	c #conflict = 0
62.69/62.71	c #restart = 0
62.69/62.71	c BCD2: found a new core of size 2: cost of the new core is >=82
62.69/62.71	c lower bound updated to 3803241083063
62.69/62.77	c BCD2: 3806948481494 <= obj <= 11808064005837
62.69/62.77	c BCD2: #cores=328, #unrelaxed=278, #relaxed=1059, #hardened=0
62.69/62.77	c BCD2: #sat=1 #unsat=482 bias=482/483
62.69/62.77	c Solving starts ...
62.69/62.77	c ============================[ Search Statistics ]============================
62.69/62.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.69/62.77	c       |         |          |          |    Limit     GC | Var      | Constra 
62.69/62.77	c =============================================================================
62.69/62.79	c  0.0s |       0 |        0 |        0 |    32442      0 |     3454 |     5291
62.88/62.91	c  0.1s |       0 |      871 |        1 |    32442      0 |     3454 |     5291
62.88/62.91	c #cpu_time = 0.115s
62.88/62.91	c #wall_clock_time = 0.115s
62.88/62.91	c #decision = 871
62.88/62.91	c #random_decision = 0
62.88/62.91	c #conflict = 1
62.88/62.91	c #restart = 0
62.88/62.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
62.88/62.91	c lower bound updated to 3803241083064
62.88/62.96	c BCD2: 3806948481495 <= obj <= 11808064005837
62.88/62.96	c BCD2: #cores=328, #unrelaxed=277, #relaxed=1060, #hardened=0
62.88/62.96	c BCD2: #sat=1 #unsat=483 bias=483/484
62.88/62.97	c Solving starts ...
62.88/62.97	c ============================[ Search Statistics ]============================
62.88/62.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.88/62.97	c       |         |          |          |    Limit     GC | Var      | Constra 
62.88/62.97	c =============================================================================
62.88/62.98	c  0.0s |       0 |        0 |        0 |    32442      0 |     3455 |     5291
62.98/63.09	c  0.1s |       0 |      545 |        0 |    32442      0 |     3455 |     5292
62.98/63.09	c #cpu_time = 0.104s
62.98/63.09	c #wall_clock_time = 0.104s
62.98/63.09	c #decision = 545
62.98/63.09	c #random_decision = 0
62.98/63.09	c #conflict = 0
62.98/63.09	c #restart = 0
62.98/63.09	c BCD2: found a new core of size 1: cost of the new core is >=45212176
62.98/63.09	c lower bound updated to 3803286295240
63.08/63.14	c BCD2: 3806993693671 <= obj <= 11808064005837
63.08/63.14	c BCD2: #cores=329, #unrelaxed=276, #relaxed=1061, #hardened=0
63.08/63.14	c BCD2: #sat=1 #unsat=484 bias=484/485
63.08/63.15	c Solving starts ...
63.08/63.15	c ============================[ Search Statistics ]============================
63.08/63.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.08/63.15	c       |         |          |          |    Limit     GC | Var      | Constra 
63.08/63.15	c =============================================================================
63.08/63.16	c  0.0s |       0 |        0 |        0 |    32442      0 |     3455 |     5292
63.18/63.27	c  0.1s |       0 |      546 |        0 |    32442      0 |     3455 |     5292
63.18/63.27	c #cpu_time = 0.106s
63.18/63.27	c #wall_clock_time = 0.106s
63.18/63.27	c #decision = 546
63.18/63.27	c #random_decision = 0
63.18/63.27	c #conflict = 0
63.18/63.27	c #restart = 0
63.18/63.27	c BCD2: found a new core of size 1: cost of the new core is >=551368
63.18/63.27	c lower bound updated to 3803286846608
63.28/63.32	c BCD2: 3806994245039 <= obj <= 11808064005837
63.28/63.32	c BCD2: #cores=330, #unrelaxed=275, #relaxed=1062, #hardened=0
63.28/63.32	c BCD2: #sat=1 #unsat=485 bias=485/486
63.28/63.33	c Solving starts ...
63.28/63.33	c ============================[ Search Statistics ]============================
63.28/63.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.28/63.33	c       |         |          |          |    Limit     GC | Var      | Constra 
63.28/63.33	c =============================================================================
63.28/63.34	c  0.0s |       0 |        0 |        0 |    32442      0 |     3455 |     5292
63.38/63.45	c  0.1s |       0 |      548 |        0 |    32442      0 |     3455 |     5292
63.38/63.45	c #cpu_time = 0.105s
63.38/63.45	c #wall_clock_time = 0.105s
63.38/63.45	c #decision = 548
63.38/63.45	c #random_decision = 0
63.38/63.45	c #conflict = 0
63.38/63.45	c #restart = 0
63.38/63.45	c BCD2: found a new core of size 2: cost of the new core is >=82
63.38/63.45	c lower bound updated to 3803286846690
63.48/63.51	c BCD2: 3806994245121 <= obj <= 11808064005837
63.48/63.51	c BCD2: #cores=331, #unrelaxed=273, #relaxed=1064, #hardened=0
63.48/63.51	c BCD2: #sat=1 #unsat=486 bias=486/487
63.48/63.51	c Solving starts ...
63.48/63.51	c ============================[ Search Statistics ]============================
63.48/63.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.48/63.51	c       |         |          |          |    Limit     GC | Var      | Constra 
63.48/63.51	c =============================================================================
63.48/63.53	c  0.0s |       0 |        0 |        0 |    32442      0 |     3455 |     5292
63.58/63.64	c  0.1s |       0 |      874 |        1 |    32442      0 |     3455 |     5292
63.58/63.64	c #cpu_time = 0.115s
63.58/63.64	c #wall_clock_time = 0.115s
63.58/63.64	c #decision = 874
63.58/63.64	c #random_decision = 0
63.58/63.64	c #conflict = 1
63.58/63.64	c #restart = 0
63.58/63.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
63.58/63.64	c lower bound updated to 3803286846691
63.68/63.70	c BCD2: 3806994245122 <= obj <= 11808064005837
63.68/63.70	c BCD2: #cores=331, #unrelaxed=272, #relaxed=1065, #hardened=0
63.68/63.70	c BCD2: #sat=1 #unsat=487 bias=487/488
63.68/63.70	c Solving starts ...
63.68/63.70	c ============================[ Search Statistics ]============================
63.68/63.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.68/63.70	c       |         |          |          |    Limit     GC | Var      | Constra 
63.68/63.70	c =============================================================================
63.68/63.72	c  0.0s |       0 |        0 |        0 |    32442      0 |     3456 |     5292
63.79/63.83	c  0.1s |       0 |      548 |        0 |    32442      0 |     3456 |     5293
63.79/63.83	c #cpu_time = 0.105s
63.79/63.83	c #wall_clock_time = 0.105s
63.79/63.83	c #decision = 548
63.79/63.83	c #random_decision = 0
63.79/63.83	c #conflict = 0
63.79/63.83	c #restart = 0
63.79/63.83	c BCD2: found a new core of size 1: cost of the new core is >=45212176
63.79/63.83	c lower bound updated to 3803332058867
63.79/63.88	c BCD2: 3807039457298 <= obj <= 11808064005837
63.79/63.88	c BCD2: #cores=332, #unrelaxed=271, #relaxed=1066, #hardened=0
63.79/63.88	c BCD2: #sat=1 #unsat=488 bias=488/489
63.79/63.88	c Solving starts ...
63.79/63.88	c ============================[ Search Statistics ]============================
63.79/63.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.79/63.88	c       |         |          |          |    Limit     GC | Var      | Constra 
63.79/63.88	c =============================================================================
63.79/63.90	c  0.0s |       0 |        0 |        0 |    32442      0 |     3456 |     5293
63.98/64.01	c  0.1s |       0 |      549 |        0 |    32442      0 |     3456 |     5293
63.98/64.01	c #cpu_time = 0.106s
63.98/64.01	c #wall_clock_time = 0.106s
63.98/64.01	c #decision = 549
63.98/64.01	c #random_decision = 0
63.98/64.01	c #conflict = 0
63.98/64.01	c #restart = 0
63.98/64.01	c BCD2: found a new core of size 1: cost of the new core is >=551368
63.98/64.01	c lower bound updated to 3803332610235
63.98/64.06	c BCD2: 3807040008666 <= obj <= 11808064005837
63.98/64.06	c BCD2: #cores=333, #unrelaxed=270, #relaxed=1067, #hardened=0
63.98/64.06	c BCD2: #sat=1 #unsat=489 bias=489/490
63.98/64.07	c Solving starts ...
63.98/64.07	c ============================[ Search Statistics ]============================
63.98/64.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.98/64.07	c       |         |          |          |    Limit     GC | Var      | Constra 
63.98/64.07	c =============================================================================
63.98/64.08	c  0.0s |       0 |        0 |        0 |    32442      0 |     3456 |     5293
64.08/64.19	c  0.1s |       0 |      551 |        0 |    32442      0 |     3456 |     5293
64.08/64.19	c #cpu_time = 0.105s
64.08/64.19	c #wall_clock_time = 0.105s
64.08/64.19	c #decision = 551
64.08/64.19	c #random_decision = 0
64.08/64.19	c #conflict = 0
64.08/64.19	c #restart = 0
64.08/64.19	c BCD2: found a new core of size 2: cost of the new core is >=82
64.08/64.19	c lower bound updated to 3803332610317
64.18/64.25	c BCD2: 3807040008748 <= obj <= 11808064005837
64.18/64.25	c BCD2: #cores=334, #unrelaxed=268, #relaxed=1069, #hardened=0
64.18/64.25	c BCD2: #sat=1 #unsat=490 bias=490/491
64.18/64.25	c Solving starts ...
64.18/64.25	c ============================[ Search Statistics ]============================
64.18/64.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.18/64.25	c       |         |          |          |    Limit     GC | Var      | Constra 
64.18/64.25	c =============================================================================
64.18/64.27	c  0.0s |       0 |        0 |        0 |    32442      0 |     3456 |     5293
64.28/64.38	c  0.1s |       0 |      877 |        1 |    32442      0 |     3456 |     5293
64.28/64.38	c #cpu_time = 0.116s
64.28/64.38	c #wall_clock_time = 0.116s
64.28/64.38	c #decision = 877
64.28/64.38	c #random_decision = 0
64.28/64.38	c #conflict = 1
64.28/64.38	c #restart = 0
64.28/64.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
64.28/64.38	c lower bound updated to 3803332610318
64.38/64.44	c BCD2: 3807040008749 <= obj <= 11808064005837
64.38/64.44	c BCD2: #cores=334, #unrelaxed=267, #relaxed=1070, #hardened=0
64.38/64.44	c BCD2: #sat=1 #unsat=491 bias=491/492
64.38/64.44	c Solving starts ...
64.38/64.44	c ============================[ Search Statistics ]============================
64.38/64.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.38/64.44	c       |         |          |          |    Limit     GC | Var      | Constra 
64.38/64.44	c =============================================================================
64.38/64.46	c  0.0s |       0 |        0 |        0 |    32442      0 |     3457 |     5293
64.48/64.57	c  0.1s |       0 |      551 |        0 |    32442      0 |     3457 |     5294
64.48/64.57	c #cpu_time = 0.106s
64.48/64.57	c #wall_clock_time = 0.106s
64.48/64.57	c #decision = 551
64.48/64.57	c #random_decision = 0
64.48/64.57	c #conflict = 0
64.48/64.57	c #restart = 0
64.48/64.57	c BCD2: found a new core of size 1: cost of the new core is >=45212176
64.48/64.57	c lower bound updated to 3803377822494
64.58/64.62	c BCD2: 3807085220925 <= obj <= 11808064005837
64.58/64.62	c BCD2: #cores=335, #unrelaxed=266, #relaxed=1071, #hardened=0
64.58/64.62	c BCD2: #sat=1 #unsat=492 bias=492/493
64.58/64.63	c Solving starts ...
64.58/64.63	c ============================[ Search Statistics ]============================
64.58/64.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.58/64.63	c       |         |          |          |    Limit     GC | Var      | Constra 
64.58/64.63	c =============================================================================
64.58/64.64	c  0.0s |       0 |        0 |        0 |    32442      0 |     3457 |     5294
64.68/64.75	c  0.1s |       0 |      552 |        0 |    32442      0 |     3457 |     5294
64.68/64.75	c #cpu_time = 0.107s
64.68/64.75	c #wall_clock_time = 0.107s
64.68/64.75	c #decision = 552
64.68/64.75	c #random_decision = 0
64.68/64.75	c #conflict = 0
64.68/64.75	c #restart = 0
64.68/64.75	c BCD2: found a new core of size 1: cost of the new core is >=551368
64.68/64.75	c lower bound updated to 3803378373862
64.78/64.81	c BCD2: 3807085772293 <= obj <= 11808064005837
64.78/64.81	c BCD2: #cores=336, #unrelaxed=265, #relaxed=1072, #hardened=0
64.78/64.81	c BCD2: #sat=1 #unsat=493 bias=493/494
64.78/64.81	c Solving starts ...
64.78/64.81	c ============================[ Search Statistics ]============================
64.78/64.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.78/64.81	c       |         |          |          |    Limit     GC | Var      | Constra 
64.78/64.81	c =============================================================================
64.78/64.83	c  0.0s |       0 |        0 |        0 |    32442      0 |     3457 |     5294
64.89/64.94	c  0.1s |       0 |      554 |        0 |    32442      0 |     3457 |     5294
64.89/64.94	c #cpu_time = 0.106s
64.89/64.94	c #wall_clock_time = 0.106s
64.89/64.94	c #decision = 554
64.89/64.94	c #random_decision = 0
64.89/64.94	c #conflict = 0
64.89/64.94	c #restart = 0
64.89/64.94	c BCD2: found a new core of size 2: cost of the new core is >=82
64.89/64.94	c lower bound updated to 3803378373944
64.89/64.99	c BCD2: 3807085772375 <= obj <= 11808064005837
64.89/64.99	c BCD2: #cores=337, #unrelaxed=263, #relaxed=1074, #hardened=0
64.89/64.99	c BCD2: #sat=1 #unsat=494 bias=494/495
64.89/65.00	c Solving starts ...
64.89/65.00	c ============================[ Search Statistics ]============================
64.89/65.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.89/65.00	c       |         |          |          |    Limit     GC | Var      | Constra 
64.89/65.00	c =============================================================================
64.99/65.01	c  0.0s |       0 |        0 |        0 |    32442      0 |     3457 |     5294
65.08/65.13	c  0.1s |       0 |      880 |        1 |    32442      0 |     3457 |     5294
65.08/65.13	c #cpu_time = 0.117s
65.08/65.13	c #wall_clock_time = 0.117s
65.08/65.13	c #decision = 880
65.08/65.13	c #random_decision = 0
65.08/65.13	c #conflict = 1
65.08/65.13	c #restart = 0
65.08/65.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
65.08/65.13	c lower bound updated to 3803378373945
65.08/65.19	c BCD2: 3807085772376 <= obj <= 11808064005837
65.08/65.19	c BCD2: #cores=337, #unrelaxed=262, #relaxed=1075, #hardened=0
65.08/65.19	c BCD2: #sat=1 #unsat=495 bias=495/496
65.08/65.19	c Solving starts ...
65.08/65.19	c ============================[ Search Statistics ]============================
65.08/65.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.08/65.19	c       |         |          |          |    Limit     GC | Var      | Constra 
65.08/65.19	c =============================================================================
65.18/65.20	c  0.0s |       0 |        0 |        0 |    32442      0 |     3458 |     5294
65.28/65.31	c  0.1s |       0 |      554 |        0 |    32442      0 |     3458 |     5295
65.28/65.31	c #cpu_time = 0.107s
65.28/65.31	c #wall_clock_time = 0.107s
65.28/65.31	c #decision = 554
65.28/65.31	c #random_decision = 0
65.28/65.31	c #conflict = 0
65.28/65.31	c #restart = 0
65.28/65.31	c BCD2: found a new core of size 1: cost of the new core is >=45212176
65.28/65.31	c lower bound updated to 3803423586121
65.28/65.37	c BCD2: 3807130984552 <= obj <= 11808064005837
65.28/65.37	c BCD2: #cores=338, #unrelaxed=261, #relaxed=1076, #hardened=0
65.28/65.37	c BCD2: #sat=1 #unsat=496 bias=496/497
65.28/65.37	c Solving starts ...
65.28/65.37	c ============================[ Search Statistics ]============================
65.28/65.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.28/65.37	c       |         |          |          |    Limit     GC | Var      | Constra 
65.28/65.37	c =============================================================================
65.28/65.39	c  0.0s |       0 |        0 |        0 |    32442      0 |     3458 |     5295
65.48/65.50	c  0.1s |       0 |      555 |        0 |    32442      0 |     3458 |     5295
65.48/65.50	c #cpu_time = 0.108s
65.48/65.50	c #wall_clock_time = 0.108s
65.48/65.50	c #decision = 555
65.48/65.50	c #random_decision = 0
65.48/65.50	c #conflict = 0
65.48/65.50	c #restart = 0
65.48/65.50	c BCD2: found a new core of size 1: cost of the new core is >=551368
65.48/65.50	c lower bound updated to 3803424137489
65.48/65.55	c BCD2: 3807131535920 <= obj <= 11808064005837
65.48/65.55	c BCD2: #cores=339, #unrelaxed=260, #relaxed=1077, #hardened=0
65.48/65.55	c BCD2: #sat=1 #unsat=497 bias=497/498
65.48/65.56	c Solving starts ...
65.48/65.56	c ============================[ Search Statistics ]============================
65.48/65.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.48/65.56	c       |         |          |          |    Limit     GC | Var      | Constra 
65.48/65.56	c =============================================================================
65.48/65.57	c  0.0s |       0 |        0 |        0 |    32442      0 |     3458 |     5295
65.58/65.68	c  0.1s |       0 |      557 |        0 |    32442      0 |     3458 |     5295
65.58/65.68	c #cpu_time = 0.107s
65.58/65.68	c #wall_clock_time = 0.107s
65.58/65.68	c #decision = 557
65.58/65.68	c #random_decision = 0
65.58/65.68	c #conflict = 0
65.58/65.68	c #restart = 0
65.58/65.68	c BCD2: found a new core of size 2: cost of the new core is >=82
65.58/65.68	c lower bound updated to 3803424137571
65.68/65.74	c BCD2: 3807131536002 <= obj <= 11808064005837
65.68/65.74	c BCD2: #cores=340, #unrelaxed=258, #relaxed=1079, #hardened=0
65.68/65.74	c BCD2: #sat=1 #unsat=498 bias=498/499
65.68/65.74	c Solving starts ...
65.68/65.74	c ============================[ Search Statistics ]============================
65.68/65.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.68/65.74	c       |         |          |          |    Limit     GC | Var      | Constra 
65.68/65.74	c =============================================================================
65.68/65.76	c  0.0s |       0 |        0 |        0 |    32442      0 |     3458 |     5295
65.78/65.88	c  0.1s |       0 |      883 |        1 |    32442      0 |     3458 |     5295
65.78/65.88	c #cpu_time = 0.118s
65.78/65.88	c #wall_clock_time = 0.118s
65.78/65.88	c #decision = 883
65.78/65.88	c #random_decision = 0
65.78/65.88	c #conflict = 1
65.78/65.88	c #restart = 0
65.78/65.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
65.78/65.88	c lower bound updated to 3803424137572
65.88/65.93	c BCD2: 3807131536003 <= obj <= 11808064005837
65.88/65.93	c BCD2: #cores=340, #unrelaxed=257, #relaxed=1080, #hardened=0
65.88/65.93	c BCD2: #sat=1 #unsat=499 bias=499/500
65.88/65.94	c Solving starts ...
65.88/65.94	c ============================[ Search Statistics ]============================
65.88/65.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.88/65.94	c       |         |          |          |    Limit     GC | Var      | Constra 
65.88/65.94	c =============================================================================
65.88/65.95	c  0.0s |       0 |        0 |        0 |    32442      0 |     3459 |     5295
65.99/66.06	c  0.1s |       0 |      557 |        0 |    32442      0 |     3459 |     5296
65.99/66.06	c #cpu_time = 0.107s
65.99/66.06	c #wall_clock_time = 0.107s
65.99/66.06	c #decision = 557
65.99/66.06	c #random_decision = 0
65.99/66.06	c #conflict = 0
65.99/66.06	c #restart = 0
65.99/66.06	c BCD2: found a new core of size 1: cost of the new core is >=45212176
65.99/66.06	c lower bound updated to 3803469349748
66.09/66.12	c BCD2: 3807176748179 <= obj <= 11808064005837
66.09/66.12	c BCD2: #cores=341, #unrelaxed=256, #relaxed=1081, #hardened=0
66.09/66.12	c BCD2: #sat=1 #unsat=500 bias=500/501
66.09/66.12	c Solving starts ...
66.09/66.12	c ============================[ Search Statistics ]============================
66.09/66.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.09/66.12	c       |         |          |          |    Limit     GC | Var      | Constra 
66.09/66.12	c =============================================================================
66.09/66.14	c  0.0s |       0 |        0 |        0 |    32442      0 |     3459 |     5296
66.18/66.25	c  0.1s |       0 |      558 |        0 |    32442      0 |     3459 |     5296
66.18/66.25	c #cpu_time = 0.109s
66.18/66.25	c #wall_clock_time = 0.109s
66.18/66.25	c #decision = 558
66.18/66.25	c #random_decision = 0
66.18/66.25	c #conflict = 0
66.18/66.25	c #restart = 0
66.18/66.25	c BCD2: found a new core of size 1: cost of the new core is >=551368
66.18/66.25	c lower bound updated to 3803469901116
66.28/66.31	c BCD2: 3807177299547 <= obj <= 11808064005837
66.28/66.31	c BCD2: #cores=342, #unrelaxed=255, #relaxed=1082, #hardened=0
66.28/66.31	c BCD2: #sat=1 #unsat=501 bias=501/502
66.28/66.31	c Solving starts ...
66.28/66.31	c ============================[ Search Statistics ]============================
66.28/66.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.28/66.31	c       |         |          |          |    Limit     GC | Var      | Constra 
66.28/66.31	c =============================================================================
66.28/66.33	c  0.0s |       0 |        0 |        0 |    32442      0 |     3459 |     5296
66.38/66.44	c  0.1s |       0 |      560 |        0 |    32442      0 |     3459 |     5296
66.38/66.44	c #cpu_time = 0.108s
66.38/66.44	c #wall_clock_time = 0.108s
66.38/66.44	c #decision = 560
66.38/66.44	c #random_decision = 0
66.38/66.44	c #conflict = 0
66.38/66.44	c #restart = 0
66.38/66.44	c BCD2: found a new core of size 2: cost of the new core is >=82
66.38/66.44	c lower bound updated to 3803469901198
66.38/66.49	c BCD2: 3807177299629 <= obj <= 11808064005837
66.38/66.49	c BCD2: #cores=343, #unrelaxed=253, #relaxed=1084, #hardened=0
66.38/66.49	c BCD2: #sat=1 #unsat=502 bias=502/503
66.38/66.49	c Solving starts ...
66.38/66.49	c ============================[ Search Statistics ]============================
66.38/66.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.38/66.49	c       |         |          |          |    Limit     GC | Var      | Constra 
66.38/66.49	c =============================================================================
66.48/66.51	c  0.0s |       0 |        0 |        0 |    32442      0 |     3459 |     5296
66.58/66.63	c  0.1s |       0 |      886 |        1 |    32442      0 |     3459 |     5296
66.58/66.63	c #cpu_time = 0.121s
66.58/66.63	c #wall_clock_time = 0.121s
66.58/66.63	c #decision = 886
66.58/66.63	c #random_decision = 0
66.58/66.63	c #conflict = 1
66.58/66.63	c #restart = 0
66.58/66.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
66.58/66.64	c lower bound updated to 3803469901199
66.58/66.69	c BCD2: 3807177299630 <= obj <= 11808064005837
66.58/66.69	c BCD2: #cores=343, #unrelaxed=252, #relaxed=1085, #hardened=0
66.58/66.69	c BCD2: #sat=1 #unsat=503 bias=503/504
66.58/66.69	c Solving starts ...
66.58/66.69	c ============================[ Search Statistics ]============================
66.58/66.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.58/66.69	c       |         |          |          |    Limit     GC | Var      | Constra 
66.58/66.69	c =============================================================================
66.68/66.71	c  0.0s |       0 |        0 |        0 |    32442      0 |     3460 |     5296
66.78/66.82	c  0.1s |       0 |      560 |        0 |    32442      0 |     3460 |     5297
66.78/66.82	c #cpu_time = 0.108s
66.78/66.82	c #wall_clock_time = 0.108s
66.78/66.82	c #decision = 560
66.78/66.82	c #random_decision = 0
66.78/66.82	c #conflict = 0
66.78/66.82	c #restart = 0
66.78/66.82	c BCD2: found a new core of size 1: cost of the new core is >=45212176
66.78/66.82	c lower bound updated to 3803515113375
66.78/66.88	c BCD2: 3807222511806 <= obj <= 11808064005837
66.78/66.88	c BCD2: #cores=344, #unrelaxed=251, #relaxed=1086, #hardened=0
66.78/66.88	c BCD2: #sat=1 #unsat=504 bias=504/505
66.78/66.88	c Solving starts ...
66.78/66.88	c ============================[ Search Statistics ]============================
66.78/66.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.78/66.88	c       |         |          |          |    Limit     GC | Var      | Constra 
66.78/66.88	c =============================================================================
66.78/66.90	c  0.0s |       0 |        0 |        0 |    32442      0 |     3460 |     5297
66.98/67.01	c  0.1s |       0 |      561 |        0 |    32442      0 |     3460 |     5297
66.98/67.01	c #cpu_time = 0.110s
66.98/67.01	c #wall_clock_time = 0.110s
66.98/67.01	c #decision = 561
66.98/67.01	c #random_decision = 0
66.98/67.01	c #conflict = 0
66.98/67.01	c #restart = 0
66.98/67.01	c BCD2: found a new core of size 1: cost of the new core is >=551368
66.98/67.01	c lower bound updated to 3803515664743
66.98/67.06	c BCD2: 3807223063174 <= obj <= 11808064005837
66.98/67.06	c BCD2: #cores=345, #unrelaxed=250, #relaxed=1087, #hardened=0
66.98/67.06	c BCD2: #sat=1 #unsat=505 bias=505/506
66.98/67.07	c Solving starts ...
66.98/67.07	c ============================[ Search Statistics ]============================
66.98/67.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.98/67.07	c       |         |          |          |    Limit     GC | Var      | Constra 
66.98/67.07	c =============================================================================
66.98/67.08	c  0.0s |       0 |        0 |        0 |    32442      0 |     3460 |     5297
67.08/67.20	c  0.1s |       0 |      563 |        0 |    32442      0 |     3460 |     5297
67.08/67.20	c #cpu_time = 0.109s
67.08/67.20	c #wall_clock_time = 0.109s
67.08/67.20	c #decision = 563
67.08/67.20	c #random_decision = 0
67.08/67.20	c #conflict = 0
67.08/67.20	c #restart = 0
67.08/67.20	c BCD2: found a new core of size 2: cost of the new core is >=82
67.08/67.20	c lower bound updated to 3803515664825
67.18/67.25	c BCD2: 3807223063256 <= obj <= 11808064005837
67.18/67.25	c BCD2: #cores=346, #unrelaxed=248, #relaxed=1089, #hardened=0
67.18/67.25	c BCD2: #sat=1 #unsat=506 bias=506/507
67.18/67.26	c Solving starts ...
67.18/67.26	c ============================[ Search Statistics ]============================
67.18/67.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.18/67.26	c       |         |          |          |    Limit     GC | Var      | Constra 
67.18/67.26	c =============================================================================
67.18/67.27	c  0.0s |       0 |        0 |        0 |    32442      0 |     3460 |     5297
67.28/67.39	c  0.1s |       0 |      889 |        1 |    32442      0 |     3460 |     5297
67.28/67.39	c #cpu_time = 0.120s
67.28/67.39	c #wall_clock_time = 0.120s
67.28/67.39	c #decision = 889
67.28/67.39	c #random_decision = 0
67.28/67.39	c #conflict = 1
67.28/67.39	c #restart = 0
67.28/67.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
67.28/67.39	c lower bound updated to 3803515664826
67.38/67.45	c BCD2: 3807223063257 <= obj <= 11808064005837
67.38/67.45	c BCD2: #cores=346, #unrelaxed=247, #relaxed=1090, #hardened=0
67.38/67.45	c BCD2: #sat=1 #unsat=507 bias=507/508
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.47	c  0.0s |       0 |        0 |        0 |    32442      0 |     3461 |     5297
67.48/67.58	c  0.1s |       0 |      563 |        0 |    32442      0 |     3461 |     5298
67.48/67.58	c #cpu_time = 0.109s
67.48/67.58	c #wall_clock_time = 0.109s
67.48/67.58	c #decision = 563
67.48/67.58	c #random_decision = 0
67.48/67.58	c #conflict = 0
67.48/67.58	c #restart = 0
67.48/67.58	c BCD2: found a new core of size 1: cost of the new core is >=45212176
67.48/67.58	c lower bound updated to 3803560877002
67.58/67.64	c BCD2: 3807268275433 <= obj <= 11808064005837
67.58/67.64	c BCD2: #cores=347, #unrelaxed=246, #relaxed=1091, #hardened=0
67.58/67.64	c BCD2: #sat=1 #unsat=508 bias=508/509
67.58/67.64	c Solving starts ...
67.58/67.64	c ============================[ Search Statistics ]============================
67.58/67.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.58/67.64	c       |         |          |          |    Limit     GC | Var      | Constra 
67.58/67.64	c =============================================================================
67.58/67.66	c  0.0s |       0 |        0 |        0 |    32442      0 |     3461 |     5298
67.68/67.77	c  0.1s |       0 |      564 |        0 |    32442      0 |     3461 |     5298
67.68/67.77	c #cpu_time = 0.111s
67.68/67.77	c #wall_clock_time = 0.111s
67.68/67.77	c #decision = 564
67.68/67.77	c #random_decision = 0
67.68/67.77	c #conflict = 0
67.68/67.77	c #restart = 0
67.68/67.77	c BCD2: found a new core of size 1: cost of the new core is >=551368
67.68/67.77	c lower bound updated to 3803561428370
67.78/67.82	c BCD2: 3807268826801 <= obj <= 11808064005837
67.78/67.82	c BCD2: #cores=348, #unrelaxed=245, #relaxed=1092, #hardened=0
67.78/67.82	c BCD2: #sat=1 #unsat=509 bias=509/510
67.78/67.83	c Solving starts ...
67.78/67.83	c ============================[ Search Statistics ]============================
67.78/67.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.78/67.83	c       |         |          |          |    Limit     GC | Var      | Constra 
67.78/67.83	c =============================================================================
67.78/67.84	c  0.0s |       0 |        0 |        0 |    32442      0 |     3461 |     5298
67.88/67.96	c  0.1s |       0 |      566 |        0 |    32442      0 |     3461 |     5298
67.88/67.96	c #cpu_time = 0.110s
67.88/67.96	c #wall_clock_time = 0.110s
67.88/67.96	c #decision = 566
67.88/67.96	c #random_decision = 0
67.88/67.96	c #conflict = 0
67.88/67.96	c #restart = 0
67.88/67.96	c BCD2: found a new core of size 2: cost of the new core is >=82
67.88/67.96	c lower bound updated to 3803561428452
67.98/68.01	c BCD2: 3807268826883 <= obj <= 11808064005837
67.98/68.01	c BCD2: #cores=349, #unrelaxed=243, #relaxed=1094, #hardened=0
67.98/68.01	c BCD2: #sat=1 #unsat=510 bias=510/511
67.98/68.01	c Solving starts ...
67.98/68.01	c ============================[ Search Statistics ]============================
67.98/68.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.98/68.01	c       |         |          |          |    Limit     GC | Var      | Constra 
67.98/68.01	c =============================================================================
67.98/68.03	c  0.0s |       0 |        0 |        0 |    32442      0 |     3461 |     5298
68.08/68.15	c  0.1s |       0 |      892 |        1 |    32442      0 |     3461 |     5298
68.08/68.15	c #cpu_time = 0.121s
68.08/68.15	c #wall_clock_time = 0.121s
68.08/68.15	c #decision = 892
68.08/68.15	c #random_decision = 0
68.08/68.15	c #conflict = 1
68.08/68.15	c #restart = 0
68.08/68.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
68.08/68.15	c lower bound updated to 3803561428453
68.18/68.21	c BCD2: 3807268826884 <= obj <= 11808064005837
68.18/68.21	c BCD2: #cores=349, #unrelaxed=242, #relaxed=1095, #hardened=0
68.18/68.21	c BCD2: #sat=1 #unsat=511 bias=511/512
68.18/68.21	c Solving starts ...
68.18/68.21	c ============================[ Search Statistics ]============================
68.18/68.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.18/68.21	c       |         |          |          |    Limit     GC | Var      | Constra 
68.18/68.21	c =============================================================================
68.18/68.23	c  0.0s |       0 |        0 |        0 |    32442      0 |     3462 |     5298
68.28/68.34	c  0.1s |       0 |      566 |        0 |    32442      0 |     3462 |     5299
68.28/68.34	c #cpu_time = 0.110s
68.28/68.34	c #wall_clock_time = 0.110s
68.28/68.34	c #decision = 566
68.28/68.34	c #random_decision = 0
68.28/68.34	c #conflict = 0
68.28/68.34	c #restart = 0
68.28/68.34	c BCD2: found a new core of size 1: cost of the new core is >=45212176
68.28/68.34	c lower bound updated to 3803606640629
68.38/68.40	c BCD2: 3807314039060 <= obj <= 11808064005837
68.38/68.40	c BCD2: #cores=350, #unrelaxed=241, #relaxed=1096, #hardened=0
68.38/68.40	c BCD2: #sat=1 #unsat=512 bias=512/513
68.38/68.40	c Solving starts ...
68.38/68.40	c ============================[ Search Statistics ]============================
68.38/68.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.38/68.40	c       |         |          |          |    Limit     GC | Var      | Constra 
68.38/68.40	c =============================================================================
68.38/68.42	c  0.0s |       0 |        0 |        0 |    32442      0 |     3462 |     5299
68.48/68.53	c  0.1s |       0 |      567 |        0 |    32442      0 |     3462 |     5299
68.48/68.53	c #cpu_time = 0.111s
68.48/68.53	c #wall_clock_time = 0.111s
68.48/68.53	c #decision = 567
68.48/68.53	c #random_decision = 0
68.48/68.53	c #conflict = 0
68.48/68.53	c #restart = 0
68.48/68.53	c BCD2: found a new core of size 1: cost of the new core is >=551368
68.48/68.53	c lower bound updated to 3803607191997
68.48/68.59	c BCD2: 3807314590428 <= obj <= 11808064005837
68.48/68.59	c BCD2: #cores=351, #unrelaxed=240, #relaxed=1097, #hardened=0
68.48/68.59	c BCD2: #sat=1 #unsat=513 bias=513/514
68.48/68.59	c Solving starts ...
68.48/68.59	c ============================[ Search Statistics ]============================
68.48/68.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.48/68.59	c       |         |          |          |    Limit     GC | Var      | Constra 
68.48/68.59	c =============================================================================
68.58/68.61	c  0.0s |       0 |        0 |        0 |    32442      0 |     3462 |     5299
68.68/68.72	c  0.1s |       0 |      569 |        0 |    32442      0 |     3462 |     5299
68.68/68.72	c #cpu_time = 0.110s
68.68/68.72	c #wall_clock_time = 0.110s
68.68/68.72	c #decision = 569
68.68/68.72	c #random_decision = 0
68.68/68.72	c #conflict = 0
68.68/68.72	c #restart = 0
68.68/68.72	c BCD2: found a new core of size 2: cost of the new core is >=82
68.68/68.72	c lower bound updated to 3803607192079
68.68/68.77	c BCD2: 3807314590510 <= obj <= 11808064005837
68.68/68.77	c BCD2: #cores=352, #unrelaxed=238, #relaxed=1099, #hardened=0
68.68/68.77	c BCD2: #sat=1 #unsat=514 bias=514/515
68.68/68.78	c Solving starts ...
68.68/68.78	c ============================[ Search Statistics ]============================
68.68/68.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.68/68.78	c       |         |          |          |    Limit     GC | Var      | Constra 
68.68/68.78	c =============================================================================
68.68/68.79	c  0.0s |       0 |        0 |        0 |    32442      0 |     3462 |     5299
68.88/68.92	c  0.1s |       0 |      895 |        1 |    32442      0 |     3462 |     5299
68.88/68.92	c #cpu_time = 0.121s
68.88/68.92	c #wall_clock_time = 0.121s
68.88/68.92	c #decision = 895
68.88/68.92	c #random_decision = 0
68.88/68.92	c #conflict = 1
68.88/68.92	c #restart = 0
68.88/68.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
68.88/68.92	c lower bound updated to 3803607192080
68.88/68.97	c BCD2: 3807314590511 <= obj <= 11808064005837
68.88/68.97	c BCD2: #cores=352, #unrelaxed=237, #relaxed=1100, #hardened=0
68.88/68.97	c BCD2: #sat=1 #unsat=515 bias=515/516
68.88/68.98	c Solving starts ...
68.88/68.98	c ============================[ Search Statistics ]============================
68.88/68.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.88/68.98	c       |         |          |          |    Limit     GC | Var      | Constra 
68.88/68.98	c =============================================================================
68.88/68.99	c  0.0s |       0 |        0 |        0 |    32442      0 |     3463 |     5299
69.08/69.11	c  0.1s |       0 |      569 |        0 |    32442      0 |     3463 |     5300
69.08/69.11	c #cpu_time = 0.110s
69.08/69.11	c #wall_clock_time = 0.110s
69.08/69.11	c #decision = 569
69.08/69.11	c #random_decision = 0
69.08/69.11	c #conflict = 0
69.08/69.11	c #restart = 0
69.08/69.11	c BCD2: found a new core of size 1: cost of the new core is >=45212176
69.08/69.11	c lower bound updated to 3803652404256
69.08/69.16	c BCD2: 3807359802687 <= obj <= 11808064005837
69.08/69.16	c BCD2: #cores=353, #unrelaxed=236, #relaxed=1101, #hardened=0
69.08/69.16	c BCD2: #sat=1 #unsat=516 bias=516/517
69.08/69.17	c Solving starts ...
69.08/69.17	c ============================[ Search Statistics ]============================
69.08/69.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.08/69.17	c       |         |          |          |    Limit     GC | Var      | Constra 
69.08/69.17	c =============================================================================
69.08/69.18	c  0.0s |       0 |        0 |        0 |    32442      0 |     3463 |     5300
69.18/69.30	c  0.1s |       0 |      570 |        0 |    32442      0 |     3463 |     5300
69.18/69.30	c #cpu_time = 0.112s
69.18/69.30	c #wall_clock_time = 0.113s
69.18/69.30	c #decision = 570
69.18/69.30	c #random_decision = 0
69.18/69.30	c #conflict = 0
69.18/69.30	c #restart = 0
69.18/69.30	c BCD2: found a new core of size 1: cost of the new core is >=551368
69.18/69.30	c lower bound updated to 3803652955624
69.28/69.35	c BCD2: 3807360354055 <= obj <= 11808064005837
69.28/69.35	c BCD2: #cores=354, #unrelaxed=235, #relaxed=1102, #hardened=0
69.28/69.35	c BCD2: #sat=1 #unsat=517 bias=517/518
69.28/69.36	c Solving starts ...
69.28/69.36	c ============================[ Search Statistics ]============================
69.28/69.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.28/69.36	c       |         |          |          |    Limit     GC | Var      | Constra 
69.28/69.36	c =============================================================================
69.28/69.38	c  0.0s |       0 |        0 |        0 |    32442      0 |     3463 |     5300
69.38/69.49	c  0.1s |       0 |      572 |        0 |    32442      0 |     3463 |     5300
69.38/69.49	c #cpu_time = 0.111s
69.38/69.49	c #wall_clock_time = 0.111s
69.38/69.49	c #decision = 572
69.38/69.49	c #random_decision = 0
69.38/69.49	c #conflict = 0
69.38/69.49	c #restart = 0
69.38/69.49	c BCD2: found a new core of size 2: cost of the new core is >=82
69.38/69.49	c lower bound updated to 3803652955706
69.47/69.55	c BCD2: 3807360354137 <= obj <= 11808064005837
69.47/69.55	c BCD2: #cores=355, #unrelaxed=233, #relaxed=1104, #hardened=0
69.47/69.55	c BCD2: #sat=1 #unsat=518 bias=518/519
69.47/69.55	c Solving starts ...
69.47/69.55	c ============================[ Search Statistics ]============================
69.47/69.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.47/69.55	c       |         |          |          |    Limit     GC | Var      | Constra 
69.47/69.55	c =============================================================================
69.47/69.57	c  0.0s |       0 |        0 |        0 |    32442      0 |     3463 |     5300
69.57/69.69	c  0.1s |       0 |      898 |        1 |    32442      0 |     3463 |     5300
69.57/69.69	c #cpu_time = 0.123s
69.57/69.69	c #wall_clock_time = 0.123s
69.57/69.69	c #decision = 898
69.57/69.69	c #random_decision = 0
69.57/69.69	c #conflict = 1
69.57/69.69	c #restart = 0
69.57/69.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
69.57/69.69	c lower bound updated to 3803652955707
69.67/69.75	c BCD2: 3807360354138 <= obj <= 11808064005837
69.67/69.75	c BCD2: #cores=355, #unrelaxed=232, #relaxed=1105, #hardened=0
69.67/69.75	c BCD2: #sat=1 #unsat=519 bias=519/520
69.67/69.75	c Solving starts ...
69.67/69.75	c ============================[ Search Statistics ]============================
69.67/69.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.67/69.75	c       |         |          |          |    Limit     GC | Var      | Constra 
69.67/69.75	c =============================================================================
69.67/69.77	c  0.0s |       0 |        0 |        0 |    32442      0 |     3464 |     5300
69.77/69.88	c  0.1s |       0 |      572 |        0 |    32442      0 |     3464 |     5301
69.77/69.88	c #cpu_time = 0.111s
69.77/69.88	c #wall_clock_time = 0.111s
69.77/69.88	c #decision = 572
69.77/69.88	c #random_decision = 0
69.77/69.88	c #conflict = 0
69.77/69.88	c #restart = 0
69.77/69.88	c BCD2: found a new core of size 1: cost of the new core is >=45212176
69.77/69.88	c lower bound updated to 3803698167883
69.87/69.94	c BCD2: 3807405566314 <= obj <= 11808064005837
69.87/69.94	c BCD2: #cores=356, #unrelaxed=231, #relaxed=1106, #hardened=0
69.87/69.94	c BCD2: #sat=1 #unsat=520 bias=520/521
69.87/69.94	c Solving starts ...
69.87/69.94	c ============================[ Search Statistics ]============================
69.87/69.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.87/69.94	c       |         |          |          |    Limit     GC | Var      | Constra 
69.87/69.94	c =============================================================================
69.87/69.96	c  0.0s |       0 |        0 |        0 |    32442      0 |     3464 |     5301
69.97/70.07	c  0.1s |       0 |      573 |        0 |    32442      0 |     3464 |     5301
69.97/70.07	c #cpu_time = 0.113s
69.97/70.07	c #wall_clock_time = 0.113s
69.97/70.07	c #decision = 573
69.97/70.07	c #random_decision = 0
69.97/70.07	c #conflict = 0
69.97/70.07	c #restart = 0
69.97/70.07	c BCD2: found a new core of size 1: cost of the new core is >=551368
69.97/70.07	c lower bound updated to 3803698719251
70.07/70.13	c BCD2: 3807406117682 <= obj <= 11808064005837
70.07/70.13	c BCD2: #cores=357, #unrelaxed=230, #relaxed=1107, #hardened=0
70.07/70.13	c BCD2: #sat=1 #unsat=521 bias=521/522
70.07/70.13	c Solving starts ...
70.07/70.13	c ============================[ Search Statistics ]============================
70.07/70.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.07/70.13	c       |         |          |          |    Limit     GC | Var      | Constra 
70.07/70.13	c =============================================================================
70.07/70.15	c  0.0s |       0 |        0 |        0 |    32442      0 |     3464 |     5301
70.17/70.26	c  0.1s |       0 |      575 |        0 |    32442      0 |     3464 |     5301
70.17/70.26	c #cpu_time = 0.112s
70.17/70.26	c #wall_clock_time = 0.112s
70.17/70.26	c #decision = 575
70.17/70.26	c #random_decision = 0
70.17/70.26	c #conflict = 0
70.17/70.26	c #restart = 0
70.17/70.26	c BCD2: found a new core of size 2: cost of the new core is >=82
70.17/70.26	c lower bound updated to 3803698719333
70.27/70.32	c BCD2: 3807406117764 <= obj <= 11808064005837
70.27/70.32	c BCD2: #cores=358, #unrelaxed=228, #relaxed=1109, #hardened=0
70.27/70.32	c BCD2: #sat=1 #unsat=522 bias=522/523
70.27/70.32	c Solving starts ...
70.27/70.32	c ============================[ Search Statistics ]============================
70.27/70.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.27/70.32	c       |         |          |          |    Limit     GC | Var      | Constra 
70.27/70.32	c =============================================================================
70.27/70.34	c  0.0s |       0 |        0 |        0 |    32442      0 |     3464 |     5301
70.38/70.47	c  0.1s |       0 |      901 |        1 |    32442      0 |     3464 |     5301
70.38/70.47	c #cpu_time = 0.124s
70.38/70.47	c #wall_clock_time = 0.124s
70.38/70.47	c #decision = 901
70.38/70.47	c #random_decision = 0
70.38/70.47	c #conflict = 1
70.38/70.47	c #restart = 0
70.38/70.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
70.38/70.47	c lower bound updated to 3803698719334
70.48/70.52	c BCD2: 3807406117765 <= obj <= 11808064005837
70.48/70.52	c BCD2: #cores=358, #unrelaxed=227, #relaxed=1110, #hardened=0
70.48/70.52	c BCD2: #sat=1 #unsat=523 bias=523/524
70.48/70.52	c Solving starts ...
70.48/70.52	c ============================[ Search Statistics ]============================
70.48/70.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.48/70.52	c       |         |          |          |    Limit     GC | Var      | Constra 
70.48/70.52	c =============================================================================
70.48/70.54	c  0.0s |       0 |        0 |        0 |    32442      0 |     3465 |     5301
70.57/70.66	c  0.1s |       0 |      575 |        0 |    32442      0 |     3465 |     5302
70.57/70.66	c #cpu_time = 0.112s
70.57/70.66	c #wall_clock_time = 0.112s
70.57/70.66	c #decision = 575
70.57/70.66	c #random_decision = 0
70.57/70.66	c #conflict = 0
70.57/70.66	c #restart = 0
70.57/70.66	c BCD2: found a new core of size 1: cost of the new core is >=45212176
70.57/70.66	c lower bound updated to 3803743931510
70.67/70.71	c BCD2: 3807451329941 <= obj <= 11808064005837
70.67/70.71	c BCD2: #cores=359, #unrelaxed=226, #relaxed=1111, #hardened=0
70.67/70.71	c BCD2: #sat=1 #unsat=524 bias=524/525
70.67/70.72	c Solving starts ...
70.67/70.72	c ============================[ Search Statistics ]============================
70.67/70.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.67/70.72	c       |         |          |          |    Limit     GC | Var      | Constra 
70.67/70.72	c =============================================================================
70.67/70.73	c  0.0s |       0 |        0 |        0 |    32442      0 |     3465 |     5302
70.77/70.85	c  0.1s |       0 |      576 |        0 |    32442      0 |     3465 |     5302
70.77/70.85	c #cpu_time = 0.114s
70.77/70.85	c #wall_clock_time = 0.114s
70.77/70.85	c #decision = 576
70.77/70.85	c #random_decision = 0
70.77/70.85	c #conflict = 0
70.77/70.85	c #restart = 0
70.77/70.85	c BCD2: found a new core of size 1: cost of the new core is >=551368
70.77/70.85	c lower bound updated to 3803744482878
70.87/70.90	c BCD2: 3807451881309 <= obj <= 11808064005837
70.87/70.90	c BCD2: #cores=360, #unrelaxed=225, #relaxed=1112, #hardened=0
70.87/70.90	c BCD2: #sat=1 #unsat=525 bias=525/526
70.87/70.91	c Solving starts ...
70.87/70.91	c ============================[ Search Statistics ]============================
70.87/70.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.87/70.91	c       |         |          |          |    Limit     GC | Var      | Constra 
70.87/70.91	c =============================================================================
70.87/70.92	c  0.0s |       0 |        0 |        0 |    32442      0 |     3465 |     5302
70.98/71.04	c  0.1s |       0 |      578 |        0 |    32442      0 |     3465 |     5302
70.98/71.04	c #cpu_time = 0.113s
70.98/71.04	c #wall_clock_time = 0.113s
70.98/71.04	c #decision = 578
70.98/71.04	c #random_decision = 0
70.98/71.04	c #conflict = 0
70.98/71.04	c #restart = 0
70.98/71.04	c BCD2: found a new core of size 2: cost of the new core is >=82
70.98/71.04	c lower bound updated to 3803744482960
70.98/71.09	c BCD2: 3807451881391 <= obj <= 11808064005837
70.98/71.09	c BCD2: #cores=361, #unrelaxed=223, #relaxed=1114, #hardened=0
70.98/71.09	c BCD2: #sat=1 #unsat=526 bias=526/527
71.08/71.10	c Solving starts ...
71.08/71.10	c ============================[ Search Statistics ]============================
71.08/71.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.08/71.10	c       |         |          |          |    Limit     GC | Var      | Constra 
71.08/71.10	c =============================================================================
71.08/71.11	c  0.0s |       0 |        0 |        0 |    32442      0 |     3465 |     5302
71.18/71.24	c  0.1s |       0 |      904 |        1 |    32442      0 |     3465 |     5302
71.18/71.24	c #cpu_time = 0.124s
71.18/71.24	c #wall_clock_time = 0.124s
71.18/71.24	c #decision = 904
71.18/71.24	c #random_decision = 0
71.18/71.24	c #conflict = 1
71.18/71.24	c #restart = 0
71.18/71.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
71.18/71.24	c lower bound updated to 3803744482961
71.28/71.30	c BCD2: 3807451881392 <= obj <= 11808064005837
71.28/71.30	c BCD2: #cores=361, #unrelaxed=222, #relaxed=1115, #hardened=0
71.28/71.30	c BCD2: #sat=1 #unsat=527 bias=527/528
71.28/71.30	c Solving starts ...
71.28/71.30	c ============================[ Search Statistics ]============================
71.28/71.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.28/71.30	c       |         |          |          |    Limit     GC | Var      | Constra 
71.28/71.30	c =============================================================================
71.28/71.32	c  0.0s |       0 |        0 |        0 |    32442      0 |     3466 |     5302
71.38/71.43	c  0.1s |       0 |      578 |        0 |    32442      0 |     3466 |     5303
71.38/71.43	c #cpu_time = 0.113s
71.38/71.43	c #wall_clock_time = 0.113s
71.38/71.43	c #decision = 578
71.38/71.43	c #random_decision = 0
71.38/71.43	c #conflict = 0
71.38/71.43	c #restart = 0
71.38/71.43	c BCD2: found a new core of size 1: cost of the new core is >=45212176
71.38/71.43	c lower bound updated to 3803789695137
71.38/71.49	c BCD2: 3807497093568 <= obj <= 11808064005837
71.38/71.49	c BCD2: #cores=362, #unrelaxed=221, #relaxed=1116, #hardened=0
71.38/71.49	c BCD2: #sat=1 #unsat=528 bias=528/529
71.38/71.49	c Solving starts ...
71.38/71.49	c ============================[ Search Statistics ]============================
71.38/71.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.38/71.49	c       |         |          |          |    Limit     GC | Var      | Constra 
71.38/71.49	c =============================================================================
71.49/71.51	c  0.0s |       0 |        0 |        0 |    32442      0 |     3466 |     5303
71.59/71.63	c  0.1s |       0 |      579 |        0 |    32442      0 |     3466 |     5303
71.59/71.63	c #cpu_time = 0.115s
71.59/71.63	c #wall_clock_time = 0.115s
71.59/71.63	c #decision = 579
71.59/71.63	c #random_decision = 0
71.59/71.63	c #conflict = 0
71.59/71.63	c #restart = 0
71.59/71.63	c BCD2: found a new core of size 1: cost of the new core is >=551368
71.59/71.63	c lower bound updated to 3803790246505
71.59/71.68	c BCD2: 3807497644936 <= obj <= 11808064005837
71.59/71.68	c BCD2: #cores=363, #unrelaxed=220, #relaxed=1117, #hardened=0
71.59/71.68	c BCD2: #sat=1 #unsat=529 bias=529/530
71.59/71.69	c Solving starts ...
71.59/71.69	c ============================[ Search Statistics ]============================
71.59/71.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.59/71.69	c       |         |          |          |    Limit     GC | Var      | Constra 
71.59/71.69	c =============================================================================
71.68/71.70	c  0.0s |       0 |        0 |        0 |    32442      0 |     3466 |     5303
71.78/71.82	c  0.1s |       0 |      581 |        0 |    32442      0 |     3466 |     5303
71.78/71.82	c #cpu_time = 0.114s
71.78/71.82	c #wall_clock_time = 0.114s
71.78/71.82	c #decision = 581
71.78/71.82	c #random_decision = 0
71.78/71.82	c #conflict = 0
71.78/71.82	c #restart = 0
71.78/71.82	c BCD2: found a new core of size 2: cost of the new core is >=82
71.78/71.82	c lower bound updated to 3803790246587
71.78/71.87	c BCD2: 3807497645018 <= obj <= 11808064005837
71.78/71.87	c BCD2: #cores=364, #unrelaxed=218, #relaxed=1119, #hardened=0
71.78/71.87	c BCD2: #sat=1 #unsat=530 bias=530/531
71.78/71.88	c Solving starts ...
71.78/71.88	c ============================[ Search Statistics ]============================
71.78/71.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.78/71.88	c       |         |          |          |    Limit     GC | Var      | Constra 
71.78/71.88	c =============================================================================
71.78/71.89	c  0.0s |       0 |        0 |        0 |    32442      0 |     3466 |     5303
71.98/72.02	c  0.1s |       0 |      907 |        1 |    32442      0 |     3466 |     5303
71.98/72.02	c #cpu_time = 0.125s
71.98/72.02	c #wall_clock_time = 0.125s
71.98/72.02	c #decision = 907
71.98/72.02	c #random_decision = 0
71.98/72.02	c #conflict = 1
71.98/72.02	c #restart = 0
71.98/72.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
71.98/72.02	c lower bound updated to 3803790246588
71.98/72.08	c BCD2: 3807497645019 <= obj <= 11808064005837
71.98/72.08	c BCD2: #cores=364, #unrelaxed=217, #relaxed=1120, #hardened=0
71.98/72.08	c BCD2: #sat=1 #unsat=531 bias=531/532
71.98/72.08	c Solving starts ...
71.98/72.08	c ============================[ Search Statistics ]============================
71.98/72.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.98/72.08	c       |         |          |          |    Limit     GC | Var      | Constra 
71.98/72.08	c =============================================================================
72.08/72.10	c  0.0s |       0 |        0 |        0 |    32442      0 |     3467 |     5303
72.48/72.50	c  0.4s |       0 |     3930 |       26 |    32442      0 |     3467 |     5304
72.48/72.50	c #cpu_time = 0.399s
72.48/72.50	c #wall_clock_time = 0.399s
72.48/72.50	c #decision = 3930
72.48/72.50	c #random_decision = 3
72.48/72.50	c #conflict = 26
72.48/72.50	c #restart = 0
72.48/72.50	c BCD2: relaxing 20 and merging with 4 cores into a new core of size 32: cost of the new core is >=63025773344
72.48/72.50	c BCD2: refineLB: 59318374913 -> 63025773344
72.48/72.50	c lower bound updated to 3807497645020
72.48/72.56	c BCD2: 3811205043451 <= obj <= 11808064005837
72.48/72.56	c BCD2: #cores=361, #unrelaxed=197, #relaxed=1140, #hardened=0
72.48/72.56	c BCD2: #sat=1 #unsat=532 bias=532/533
72.48/72.56	c Solving starts ...
72.48/72.56	c ============================[ Search Statistics ]============================
72.48/72.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.48/72.56	c       |         |          |          |    Limit     GC | Var      | Constra 
72.48/72.56	c =============================================================================
72.48/72.59	c  0.0s |       0 |        0 |        0 |    32442      0 |     5006 |     5304
73.18/73.25	c  0.7s |       0 |    28086 |       11 |    32442      0 |     5006 |     8378
73.18/73.25	c #cpu_time = 0.546s
73.18/73.25	c #wall_clock_time = 0.547s
73.18/73.25	c #decision = 28086
73.18/73.25	c #random_decision = 53
73.18/73.25	c #conflict = 11
73.18/73.25	c #restart = 0
73.18/73.25	o 7040349575874

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

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 13914
/proc/meminfo: memFree=16528944/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=744892 CPUtime=0 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 2783 0 0 0 0 0 0 0 20 0 4 0 41795675 762769408 2633 33554432000 4194304 16246674 140735069789296 140735069788720 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 186991 2642 441 2943 0 183885 0
[pid=13914/tid=13915] ppid=13911 vsize=763324 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 781643776 2705 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=767420 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 785838080 2720 33554432000 4194304 16246674 140735069789296 139964560940272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=771516 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41795675 790032384 2738 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100189 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 13914
/proc/meminfo: memFree=16528944/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 26748 0 0 0 5 4 0 0 20 0 4 0 41795675 1333334016 26536 33554432000 4194304 16246674 140735069789296 140735069788608 7391492 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 325521 26552 799 2943 0 322415 0
[pid=13914/tid=13915] ppid=13911 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 1333334016 26564 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 1333334016 26575 33554432000 4194304 16246674 140735069789296 139964560940272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 1333334016 26586 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200569 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 13914
/proc/meminfo: memFree=16528944/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 44600 0 0 0 13 6 0 0 20 0 4 0 41795675 1344868352 44898 33554432000 4194304 16246674 140735069789296 140735069788608 13927366 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 328337 44898 800 2943 0 325231 0
[pid=13914/tid=13915] ppid=13911 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 1344868352 44898 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 1344868352 44898 33554432000 4194304 16246674 140735069789296 139964560940272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 1344868352 44898 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300527 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 13914
/proc/meminfo: memFree=16528944/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 57025 0 0 0 21 8 0 0 20 0 4 0 41795675 1344868352 57323 33554432000 4194304 16246674 140735069789296 140735069788608 7853052 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 328337 57323 800 2943 0 325231 0
[pid=13914/tid=13915] ppid=13911 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 1344868352 57323 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 1344868352 57323 33554432000 4194304 16246674 140735069789296 139964560940272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 1344868352 57323 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700437 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 13914
/proc/meminfo: memFree=16528944/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=1318468 CPUtime=0.69 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 80192 0 0 0 57 12 0 0 20 0 4 0 41795675 1350111232 80490 33554432000 4194304 16246674 140735069789296 140735069788608 12477891 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 329617 80499 835 2943 0 326511 0
[pid=13914/tid=13915] ppid=13911 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 1350111232 80504 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 1350111232 80510 33554432000 4194304 16246674 140735069789296 139964560940272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 1350111232 80515 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1318468

[startup+1.50043 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 13918
/proc/meminfo: memFree=15925828/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=1318468 CPUtime=1.49 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 219098 0 0 0 114 35 0 0 20 0 4 0 41795675 1350111232 219397 33554432000 4194304 16246674 140735069789296 140735069771200 12414100 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 329617 219412 895 2943 0 326511 0
[pid=13914/tid=13915] ppid=13911 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 1350111232 219423 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 1350111232 219434 33554432000 4194304 16246674 140735069789296 139964560940272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 1350111232 219443 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1318468

[startup+3.10044 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 13918
/proc/meminfo: memFree=15444460/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=1328708 CPUtime=3.09 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 271020 0 0 0 268 41 0 0 20 0 4 0 41795675 1360596992 271318 33554432000 4194304 16246674 140735069789296 140735069771200 12414096 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 332177 271318 912 2943 0 329071 0
[pid=13914/tid=13915] ppid=13911 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 1360596992 271318 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 1360596992 271318 33554432000 4194304 16246674 140735069789296 139964560940272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 1360596992 271318 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1328708

[startup+6.30044 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 13918
/proc/meminfo: memFree=15445592/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=1328708 CPUtime=6.29 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 271020 0 0 0 587 42 0 0 20 0 4 0 41795675 1360596992 271318 33554432000 4194304 16246674 140735069789296 140735069788392 5531892 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 332177 271318 912 2943 0 329071 0
[pid=13914/tid=13915] ppid=13911 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 1360596992 271318 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 1360596992 271318 33554432000 4194304 16246674 140735069789296 139964560940272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 1360596992 271318 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1328708

[startup+12.7004 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 13918
/proc/meminfo: memFree=15446276/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=1328708 CPUtime=12.68 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 271021 0 0 0 1226 42 0 0 20 0 4 0 41795675 1360596992 271319 33554432000 4194304 16246674 140735069789296 140735069771200 5813790 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 332177 271319 913 2943 0 329071 0
[pid=13914/tid=13915] ppid=13911 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 1360596992 271319 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 1360596992 271319 33554432000 4194304 16246674 140735069789296 139964560940272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 1360596992 271319 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1328708

[startup+25.5005 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 13967
/proc/meminfo: memFree=29411828/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=1328708 CPUtime=25.49 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 271023 0 0 0 2505 44 0 0 20 0 4 0 41795675 1360596992 271321 33554432000 4194304 16246674 140735069789296 140735069788472 5991592 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 332177 271321 914 2943 0 329071 0
[pid=13914/tid=13915] ppid=13911 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 1360596992 271321 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 1360596992 271321 33554432000 4194304 16246674 140735069789296 139964560940272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 1360596992 271321 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1328708

[startup+51.1005 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 13967
/proc/meminfo: memFree=28499304/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=1328708 CPUtime=51.08 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 271024 0 0 0 5062 46 0 0 20 0 4 0 41795675 1360596992 273181 33554432000 4194304 16246674 140735069789296 140735069771200 5530740 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 332177 273181 914 2943 0 329071 0
[pid=13914/tid=13915] ppid=13911 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 1360596992 273181 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 1360596992 273181 33554432000 4194304 16246674 140735069789296 139964560940272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 1360596992 273181 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1328708

[startup+102.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 13968
/proc/meminfo: memFree=24891656/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=2814532 CPUtime=102.28 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 642483 0 0 0 10130 98 0 0 20 0 4 0 41795675 2882080768 644892 33554432000 4194304 16246674 140735069789296 140735069787136 4220507 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 703633 644892 916 2943 0 700527 0
[pid=13914/tid=13915] ppid=13911 vsize=2814532 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 2882080768 644892 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=2814532 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 2882080768 644892 33554432000 4194304 16246674 140735069789296 139964560940048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=2814532 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 2882080768 644892 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2814532


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

[pid=13914] ppid=13911 vsize=7813700 CPUtime=222.24 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 2206391 0 0 0 21814 410 0 0 20 0 4 0 41795675 8001228800 1894688 33554432000 4194304 16246674 140735069789296 140735069788392 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 1953425 1894688 917 2943 0 1950319 0
[pid=13914/tid=13915] ppid=13911 vsize=7813700 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 8001228800 1894688 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=7813700 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 8001228800 1894688 33554432000 4194304 16246674 140735069789296 139964560940272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=7813700 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 8001228800 1894688 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 7813700

[startup+282.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/183 13975
/proc/meminfo: memFree=11264564/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=10885700 CPUtime=282.23 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 3381433 0 0 0 27578 645 0 0 20 0 4 0 41795675 11146956800 2662689 33554432000 4194304 16246674 140735069789296 140735069788392 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 2721425 2662689 917 2943 0 2718319 0
[pid=13914/tid=13915] ppid=13911 vsize=10885700 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 11146956800 2662689 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=10885700 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 11146956800 2662689 33554432000 4194304 16246674 140735069789296 139964560940272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=10885700 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 11146956800 2662689 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 10885700

[startup+342.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 13976
/proc/meminfo: memFree=10396928/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=11889220 CPUtime=342.22 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 3881663 0 0 0 33426 796 0 0 20 0 4 0 41795675 12174561280 2913573 33554432000 4194304 16246674 140735069789296 140735069787200 4225171 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 2972305 2913573 921 2943 0 2969199 0
[pid=13914/tid=13915] ppid=13911 vsize=11889220 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 12174561280 2913573 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=11889220 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 12174561280 2913573 33554432000 4194304 16246674 140735069789296 139964560940048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=11889220 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 12174561280 2913573 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 11889220

[startup+402.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 13977
/proc/meminfo: memFree=6217100/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=13198916 CPUtime=402.2 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 4209089 0 0 0 39270 950 0 0 20 0 4 0 41795675 13515689984 3240998 33554432000 4194304 16246674 140735069789296 140735069788392 13892384 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 3299729 3240998 921 2943 0 3296623 0
[pid=13914/tid=13915] ppid=13911 vsize=13198916 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 13515689984 3240998 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=13198916 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 13515689984 3240998 33554432000 4194304 16246674 140735069789296 139964560940272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=13198916 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 13515689984 3240998 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 13198916

[startup+462.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/183 13979
/proc/meminfo: memFree=6641912/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=13483588 CPUtime=462.19 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 4230510 0 0 0 45179 1040 0 0 20 0 4 0 41795675 13807194112 3311986 33554432000 4194304 16246674 140735069789296 140735069787200 13899629 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 3370897 3311986 921 2943 0 3367791 0
[pid=13914/tid=13915] ppid=13911 vsize=13483588 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 13807194112 3311986 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=13483588 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 13807194112 3311986 33554432000 4194304 16246674 140735069789296 139964560940048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=13483588 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 13807194112 3311986 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 13483588

[startup+522.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 13980
/proc/meminfo: memFree=4904060/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=13483588 CPUtime=522.19 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 4230690 0 0 0 51167 1052 0 0 20 0 4 0 41795675 13807194112 3312166 33554432000 4194304 16246674 140735069789296 140735069787136 14007424 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 3370897 3312166 921 2943 0 3367791 0
[pid=13914/tid=13915] ppid=13911 vsize=13483588 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 13807194112 3312166 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=13483588 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 13807194112 3312166 33554432000 4194304 16246674 140735069789296 139964560940048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=13483588 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 13807194112 3312166 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 13483588

[startup+582.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 13981
/proc/meminfo: memFree=4119396/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=14266948 CPUtime=582.18 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 4373897 0 0 0 57100 1118 0 0 20 0 4 0 41795675 14609354752 3508006 33554432000 4194304 16246674 140735069789296 140735069788472 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 3566737 3508006 921 2943 0 3563631 0
[pid=13914/tid=13915] ppid=13911 vsize=14266948 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 14609354752 3508006 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=14266948 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 14609354752 3508006 33554432000 4194304 16246674 140735069789296 139964560940272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=14266948 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 14609354752 3508006 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 14266948

[startup+642.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 13982
/proc/meminfo: memFree=4119108/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=14266948 CPUtime=642.17 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 4373897 0 0 0 63076 1141 0 0 20 0 4 0 41795675 14609354752 3508006 33554432000 4194304 16246674 140735069789296 140735069788392 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 3566737 3508006 921 2943 0 3563631 0
[pid=13914/tid=13915] ppid=13911 vsize=14266948 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 14609354752 3508006 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=14266948 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 14609354752 3508006 33554432000 4194304 16246674 140735069789296 139964560940272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=14266948 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 14609354752 3508006 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 642.17
Current children cumulated vsize (KiB) 14266948



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+652.5 s]
/proc/loadavg: 2.03 2.04 2.00 3/183 13982
/proc/meminfo: memFree=2565000/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=15872580 CPUtime=652.37 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) R 13911 13914 12018 0 -1 4202496 4775199 0 0 0 64003 1234 0 0 20 0 4 0 41795675 16253521920 3909308 33554432000 4194304 16246674 140735069789296 140735069788392 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 3968145 3909308 921 2943 0 3965039 0
[pid=13914/tid=13915] ppid=13911 vsize=15872580 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) S 13911 13914 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41795675 16253521920 3909308 33554432000 4194304 16246674 140735069789296 139964571430128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13914/tid=13916] ppid=13911 vsize=15872580 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13916/stat : 13916 (toysat) S 13911 13914 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41795675 16253521920 3909308 33554432000 4194304 16246674 140735069789296 139964560940272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13914/tid=13917] ppid=13911 vsize=15872580 CPUtime=0 cores=1,3,5,7
/proc/13914/task/13917/stat : 13917 (toysat) S 13911 13914 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41795675 16253521920 3909308 33554432000 4194304 16246674 140735069789296 139964550466736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 652.37
Current children cumulated vsize (KiB) 15872580

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

[startup+652.8 s]
/proc/loadavg: 2.03 2.04 2.00 3/183 13982
/proc/meminfo: memFree=2565000/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=0 CPUtime=652.67 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) Z 13911 13914 12018 0 -1 4203532 4775524 0 0 0 64003 1264 0 0 20 0 2 0 41795675 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 0 0 0 0 0 0 0
[pid=13914/tid=13915] ppid=13911 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) R 13911 13914 12018 0 -1 4203588 10 0 0 0 0 28 0 0 20 0 2 0 41795675 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 652.67
Current children cumulated vsize (KiB) 0

[startup+653.201 s]
/proc/loadavg: 2.03 2.04 2.00 3/183 13982
/proc/meminfo: memFree=2565000/32872528 swapFree=338416/354768
[pid=13914] ppid=13911 vsize=0 CPUtime=653.07 cores=1,3,5,7
/proc/13914/stat : 13914 (toysat) Z 13911 13914 12018 0 -1 4203532 4775524 0 0 0 64003 1304 0 0 20 0 2 0 41795675 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13914/statm: 0 0 0 0 0 0 0
[pid=13914/tid=13915] ppid=13911 vsize=0 CPUtime=0.68 cores=1,3,5,7
/proc/13914/task/13915/stat : 13915 (toysat) R 13911 13914 12018 0 -1 4203588 10 0 0 0 0 68 0 0 20 0 2 0 41795675 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 653.07
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 653.288
CPU time (s): 653.163
CPU user time (s): 640.035
CPU system time (s): 13.128
CPU usage (%): 99.9808
Max. virtual memory (cumulated for all children) (KiB): 15872580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 640.035
system time used= 13.128
maximum resident set size= 15638532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4775524
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= 201
involuntary context switches= 662

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.43563 second user time and 3.70244 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-20 06:38:09
IDJOB=4111088
IDBENCH=108789
IDSOLVER=2542
FILE ID=node126/4111088-1466397489
RUNJOBID= node126-1466383825-12035
PBS_JOBID= 19923255
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= e6e3eb20275d97c75cae8ba2a08c4f81
RANDOM SEED=2069344960

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        16529208 kB
Buffers:           62428 kB
Cached:            91012 kB
SwapCached:         1820 kB
Active:         15141348 kB
Inactive:          79304 kB
Active(anon):   15067876 kB
Inactive(anon):     1508 kB
Active(file):      73472 kB
Inactive(file):    77796 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67099100 kB
Dirty:             18388 kB
Writeback:            60 kB
AnonPages:      15425412 kB
Mapped:            10776 kB
Shmem:                 0 kB
Slab:             600992 kB
SReclaimable:      44888 kB
SUnreclaim:       556104 kB
KernelStack:        1488 kB
PageTables:        34192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   15568560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1198080 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= 71696 MiB
End job on node126 at 2016-06-20 06:49:03