Trace number 4110640

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) 832.697 832.854

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f53-AC_FC1.seq-A-2-combined-irEDCBA.opb
MD5SUMef1b4881b61bcbe33dcf855779835c0c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3792282240992
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22786
Total number of constraints67361
Number of constraints which are clauses67069
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints292
Minimum length of a constraint1
Maximum length of a constraint74
Number of terms in the objective function 1272
Biggest coefficient in the objective function 11095033120
Number of bits for the biggest coefficient in the objective function 34
Sum of the numbers in the objective function 10029909940479
Number of bits of the sum of numbers in the objective function 44
Biggest number in a constraint 11095033120
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 10029909940479
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-20T03:07:55+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-4110640-1466384875.opb"]
0.00/0.01	c use --random-gen="1040143024 2940479305 2449977824 3572583340 978989258 3760213658 1499780807 147647032 1699343057 2352451418 3116875699 247336805 2207676756 2682158212 53941184 1637398836 4198967285 1311406345 3598022807 3496453781 1949419592 1672931346 699825147 1939894838 1055785159 1213955909 2639783515 3086130088 4201343771 2437664163 79060458 2451497740 1951442097 3975367762 1355390266 1469067096 1303543361 2467609466 789383407 4197193247 458088339 3781593752 1003807666 1575052296 827243677 524850583 1394000316 764957705 3187370611 242735016 3957283598 21166235 3625350615 4169313229 762325632 2444619277 2127953391 1320539894 2796623607 3216968743 2810109990 4046623459 1842123976 1189314562 2102112549 2405513626 4161519202 3757402092 2331563805 1005326754 2343943646 199641057 2396335587 3905294461 2809523906 1238669790 3974064364 1101075728 724433253 1330777529 1594794844 972659277 1715639517 2870286453 1185963288 3836252063 826048430 1417041221 3564350824 3563061945 852545301 1098754135 4226129414 3001031386 2610021145 148914696 3123232596 422530208 3828551717 3281374141 2017801316 3836795953 2842080319 3198897275 394173382 1599193221 801707447 3606874038 1030125823 2602223377 2125996196 774006319 3088250754 2252812362 1168004263 1805145 2159439825 295153744 3682195975 3911750834 2827169967 2462083763 3992918792 412996220 315925121 921056988 2345428514 2637807261 245015277 946582035 2316436030 1917801227 2565524764 3070333327 1652454712 686928620 3619421075 1562398258 2116840070 2530823267 1219181514 333026110 2536469512 4056488879 749505267 850141344 4018373248 2811992979 2595942164 2654591536 2736385173 3723296678 3534837674 3463841720 1101716121 2588126195 3299695081 1292180458 1547887667 3724803676 3734859407 2386331615 1663667877 3311455665 1722871498 1276275389 2159903842 3592855735 725317819 4026603403 4060284270 3454356691 3547379430 2478425123 975905358 523194824 939803564 2254526844 852187248 4035366739 1944085768 3913737841 2356904703 129234673 3400463831 3685012016 3974216596 4080339177 2713757831 1908255572 1177131324 864666749 1138051779 3802313070 4240980964 1791790886 4037340083 3169832393 3117359465 2663810964 3104464921 2489844570 292455197 1382516219 3682719135 2341814315 2214611077 2995367531 2844153032 1349079165 3576636558 3105667729 2473556101 4275810250 181219554 4179694041 4132476658 1323175918 2691094027 1464415466 1794296899 1586601554 3764554281 1977158783 3508965267 1067852923 3083645296 384320242 1357749474 3685236710 1593787416 1820755644 1646478416 2602449429 2467316981 2465547748 4106681661 1745676161 2563373275 1020313331 3698899102 1135906808 975098186 1490771863 2977385948 442474418 406071985 3060157085 2428145673 3868179682 2832653529 3711571583 3946872611 4040193154 719232687 1255633860 255 362436" option to reproduce the execution
0.29/0.39	c #vars 22786
0.29/0.39	c #constraints 67361
1.09/1.20	c BCD2: Hardening is enabled.
1.09/1.20	c BCD2: BiasedSearch is enabled.
1.09/1.20	c Solving starts ...
1.09/1.20	c ============================[ Search Statistics ]============================
1.09/1.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.20	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.20	c =============================================================================
1.29/1.34	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |        0
1.39/1.45	c  0.1s |       0 |     1683 |       37 |    28911      0 |      804 |      146
1.39/1.45	c #cpu_time = 0.102s
1.39/1.45	c #wall_clock_time = 0.102s
1.39/1.45	c #decision = 1683
1.39/1.45	c #random_decision = 0
1.39/1.46	c #conflict = 37
1.39/1.46	c #restart = 0
1.39/1.46	o 6898891593943
1.49/1.50	c BCD2: updating upper bound: 10029909940479 -> 6901110600565
1.49/1.55	c BCD2: 0 <= obj <= 6901110600565
1.49/1.55	c BCD2: #cores=0, #unrelaxed=1272, #relaxed=0, #hardened=0
1.49/1.55	c BCD2: #sat=1 #unsat=1 bias=1/2
1.49/1.55	c Solving starts ...
1.49/1.55	c ============================[ Search Statistics ]============================
1.49/1.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.55	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.55	c =============================================================================
1.49/1.55	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      146
1.49/1.59	c  0.0s |       0 |        3 |        1 |    28911      0 |      804 |      146
1.49/1.59	c #cpu_time = 0.037s
1.49/1.59	c #wall_clock_time = 0.037s
1.49/1.59	c #decision = 3
1.49/1.59	c #random_decision = 0
1.49/1.59	c #conflict = 1
1.49/1.59	c #restart = 0
1.49/1.59	c BCD2: found a new core of size 3: cost of the new core is >=2219006624
1.49/1.59	c lower bound updated to 1
1.59/1.64	c BCD2: 2219006624 <= obj <= 6901110600565
1.59/1.64	c BCD2: #cores=1, #unrelaxed=1269, #relaxed=3, #hardened=0
1.59/1.64	c BCD2: #sat=1 #unsat=2 bias=2/3
1.68/1.72	c Solving starts ...
1.68/1.72	c ============================[ Search Statistics ]============================
1.68/1.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.72	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.72	c =============================================================================
1.68/1.72	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      146
1.68/1.75	c  0.0s |       0 |      105 |        0 |    28911      0 |      804 |      146
1.68/1.75	c #cpu_time = 0.031s
1.68/1.75	c #wall_clock_time = 0.031s
1.68/1.75	c #decision = 105
1.68/1.75	c #random_decision = 0
1.68/1.75	c #conflict = 0
1.68/1.75	c #restart = 0
1.68/1.75	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
1.68/1.75	c lower bound updated to 11095033121
1.78/1.80	c BCD2: 13314039744 <= obj <= 6901110600565
1.78/1.80	c BCD2: #cores=2, #unrelaxed=1266, #relaxed=6, #hardened=0
1.78/1.80	c BCD2: #sat=1 #unsat=3 bias=3/4
1.78/1.80	c Solving starts ...
1.78/1.80	c ============================[ Search Statistics ]============================
1.78/1.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.78/1.80	c       |         |          |          |    Limit     GC | Var      | Constra 
1.78/1.80	c =============================================================================
1.78/1.87	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      147
1.88/1.91	c  0.0s |       0 |      140 |        0 |    28911      0 |      804 |      147
1.88/1.91	c #cpu_time = 0.031s
1.88/1.91	c #wall_clock_time = 0.031s
1.88/1.91	c #decision = 140
1.88/1.91	c #random_decision = 0
1.88/1.91	c #conflict = 0
1.88/1.91	c #restart = 0
1.88/1.91	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
1.88/1.91	c lower bound updated to 22190066241
1.88/1.96	c BCD2: 24409072864 <= obj <= 6901110600565
1.88/1.96	c BCD2: #cores=3, #unrelaxed=1263, #relaxed=9, #hardened=0
1.88/1.96	c BCD2: #sat=1 #unsat=4 bias=4/5
1.88/1.96	c Solving starts ...
1.88/1.96	c ============================[ Search Statistics ]============================
1.88/1.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.88/1.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1.88/1.96	c =============================================================================
1.88/1.96	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      148
1.88/1.99	c  0.0s |       0 |      171 |        0 |    28911      0 |      804 |      148
1.88/1.99	c #cpu_time = 0.031s
1.88/1.99	c #wall_clock_time = 0.031s
1.88/1.99	c #decision = 171
1.88/1.99	c #random_decision = 0
1.88/1.99	c #conflict = 0
1.88/1.99	c #restart = 0
1.88/1.99	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
1.88/1.99	c lower bound updated to 33285099361
1.98/2.05	c BCD2: 35504105984 <= obj <= 6901110600565
1.98/2.05	c BCD2: #cores=4, #unrelaxed=1260, #relaxed=12, #hardened=0
1.98/2.05	c BCD2: #sat=1 #unsat=5 bias=5/6
1.98/2.05	c Solving starts ...
1.98/2.05	c ============================[ Search Statistics ]============================
1.98/2.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.05	c =============================================================================
1.98/2.05	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      149
1.98/2.08	c  0.0s |       0 |      189 |        0 |    28911      0 |      804 |      149
1.98/2.08	c #cpu_time = 0.031s
1.98/2.08	c #wall_clock_time = 0.031s
1.98/2.08	c #decision = 189
1.98/2.08	c #random_decision = 0
1.98/2.08	c #conflict = 0
1.98/2.08	c #restart = 0
1.98/2.08	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
1.98/2.08	c lower bound updated to 44380132481
2.08/2.13	c BCD2: 46599139104 <= obj <= 6901110600565
2.08/2.13	c BCD2: #cores=5, #unrelaxed=1257, #relaxed=15, #hardened=0
2.08/2.13	c BCD2: #sat=1 #unsat=6 bias=6/7
2.08/2.13	c Solving starts ...
2.08/2.13	c ============================[ Search Statistics ]============================
2.08/2.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.08/2.13	c       |         |          |          |    Limit     GC | Var      | Constra 
2.08/2.13	c =============================================================================
2.08/2.14	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      150
2.08/2.17	c  0.0s |       0 |      189 |        0 |    28911      0 |      804 |      150
2.08/2.17	c #cpu_time = 0.031s
2.08/2.17	c #wall_clock_time = 0.031s
2.08/2.17	c #decision = 189
2.08/2.17	c #random_decision = 0
2.08/2.17	c #conflict = 0
2.08/2.17	c #restart = 0
2.08/2.17	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.08/2.17	c lower bound updated to 55475165601
2.19/2.22	c BCD2: 57694172224 <= obj <= 6901110600565
2.19/2.22	c BCD2: #cores=6, #unrelaxed=1254, #relaxed=18, #hardened=0
2.19/2.22	c BCD2: #sat=1 #unsat=7 bias=7/8
2.19/2.22	c Solving starts ...
2.19/2.22	c ============================[ Search Statistics ]============================
2.19/2.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.22	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.22	c =============================================================================
2.19/2.22	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      151
2.19/2.26	c  0.0s |       0 |      196 |        0 |    28911      0 |      804 |      151
2.19/2.26	c #cpu_time = 0.031s
2.19/2.26	c #wall_clock_time = 0.031s
2.19/2.26	c #decision = 196
2.19/2.26	c #random_decision = 0
2.19/2.26	c #conflict = 0
2.19/2.26	c #restart = 0
2.19/2.26	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.19/2.26	c lower bound updated to 66570198721
2.29/2.31	c BCD2: 68789205344 <= obj <= 6901110600565
2.29/2.31	c BCD2: #cores=7, #unrelaxed=1251, #relaxed=21, #hardened=0
2.29/2.31	c BCD2: #sat=1 #unsat=8 bias=8/9
2.29/2.31	c Solving starts ...
2.29/2.31	c ============================[ Search Statistics ]============================
2.29/2.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.31	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.31	c =============================================================================
2.29/2.31	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      152
2.29/2.34	c  0.0s |       0 |      206 |        0 |    28911      0 |      804 |      152
2.29/2.34	c #cpu_time = 0.030s
2.29/2.34	c #wall_clock_time = 0.030s
2.29/2.34	c #decision = 206
2.29/2.34	c #random_decision = 0
2.29/2.34	c #conflict = 0
2.29/2.34	c #restart = 0
2.29/2.34	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.29/2.34	c lower bound updated to 77665231841
2.29/2.39	c BCD2: 79884238464 <= obj <= 6901110600565
2.29/2.39	c BCD2: #cores=8, #unrelaxed=1248, #relaxed=24, #hardened=0
2.29/2.39	c BCD2: #sat=1 #unsat=9 bias=9/10
2.29/2.40	c Solving starts ...
2.29/2.40	c ============================[ Search Statistics ]============================
2.29/2.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.40	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.40	c =============================================================================
2.38/2.40	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      153
2.38/2.43	c  0.0s |       0 |      216 |        0 |    28911      0 |      804 |      153
2.38/2.43	c #cpu_time = 0.030s
2.38/2.43	c #wall_clock_time = 0.030s
2.38/2.43	c #decision = 216
2.38/2.43	c #random_decision = 0
2.38/2.43	c #conflict = 0
2.38/2.43	c #restart = 0
2.38/2.43	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.38/2.43	c lower bound updated to 88760264961
2.38/2.48	c BCD2: 90979271584 <= obj <= 6901110600565
2.38/2.48	c BCD2: #cores=9, #unrelaxed=1245, #relaxed=27, #hardened=0
2.38/2.48	c BCD2: #sat=1 #unsat=10 bias=10/11
2.38/2.48	c Solving starts ...
2.38/2.48	c ============================[ Search Statistics ]============================
2.38/2.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.48	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.48	c =============================================================================
2.38/2.48	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      154
2.48/2.51	c  0.0s |       0 |      215 |        0 |    28911      0 |      804 |      154
2.48/2.51	c #cpu_time = 0.030s
2.48/2.51	c #wall_clock_time = 0.030s
2.48/2.51	c #decision = 215
2.48/2.51	c #random_decision = 0
2.48/2.51	c #conflict = 0
2.48/2.51	c #restart = 0
2.48/2.51	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.48/2.51	c lower bound updated to 99855298081
2.48/2.57	c BCD2: 102074304704 <= obj <= 6901110600565
2.48/2.57	c BCD2: #cores=10, #unrelaxed=1242, #relaxed=30, #hardened=0
2.48/2.57	c BCD2: #sat=1 #unsat=11 bias=11/12
2.48/2.57	c Solving starts ...
2.48/2.57	c ============================[ Search Statistics ]============================
2.48/2.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.57	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.57	c =============================================================================
2.48/2.57	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      155
2.58/2.60	c  0.0s |       0 |      235 |        0 |    28911      0 |      804 |      155
2.58/2.60	c #cpu_time = 0.031s
2.58/2.60	c #wall_clock_time = 0.031s
2.58/2.60	c #decision = 235
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.58/2.60	c lower bound updated to 110950331201
2.58/2.66	c BCD2: 113169337824 <= obj <= 6901110600565
2.58/2.66	c BCD2: #cores=11, #unrelaxed=1239, #relaxed=33, #hardened=0
2.58/2.66	c BCD2: #sat=1 #unsat=12 bias=12/13
2.58/2.66	c Solving starts ...
2.58/2.66	c ============================[ Search Statistics ]============================
2.58/2.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.66	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.66	c =============================================================================
2.58/2.66	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      156
2.58/2.69	c  0.0s |       0 |      241 |        0 |    28911      0 |      804 |      156
2.58/2.69	c #cpu_time = 0.031s
2.58/2.69	c #wall_clock_time = 0.031s
2.58/2.69	c #decision = 241
2.58/2.69	c #random_decision = 0
2.58/2.69	c #conflict = 0
2.58/2.69	c #restart = 0
2.58/2.69	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.58/2.69	c lower bound updated to 122045364321
2.68/2.75	c BCD2: 124264370944 <= obj <= 6901110600565
2.68/2.75	c BCD2: #cores=12, #unrelaxed=1236, #relaxed=36, #hardened=0
2.68/2.75	c BCD2: #sat=1 #unsat=13 bias=13/14
2.68/2.75	c Solving starts ...
2.68/2.75	c ============================[ Search Statistics ]============================
2.68/2.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.68/2.75	c       |         |          |          |    Limit     GC | Var      | Constra 
2.68/2.75	c =============================================================================
2.68/2.75	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      157
2.68/2.78	c  0.0s |       0 |      242 |        0 |    28911      0 |      804 |      157
2.68/2.78	c #cpu_time = 0.031s
2.68/2.78	c #wall_clock_time = 0.031s
2.68/2.78	c #decision = 242
2.68/2.78	c #random_decision = 0
2.68/2.78	c #conflict = 0
2.68/2.78	c #restart = 0
2.68/2.78	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.68/2.78	c lower bound updated to 133140397441
2.78/2.83	c BCD2: 135359404064 <= obj <= 6901110600565
2.78/2.83	c BCD2: #cores=13, #unrelaxed=1233, #relaxed=39, #hardened=0
2.78/2.83	c BCD2: #sat=1 #unsat=14 bias=14/15
2.78/2.83	c Solving starts ...
2.78/2.83	c ============================[ Search Statistics ]============================
2.78/2.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.83	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.83	c =============================================================================
2.78/2.83	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      158
2.78/2.86	c  0.0s |       0 |      245 |        0 |    28911      0 |      804 |      158
2.78/2.86	c #cpu_time = 0.031s
2.78/2.86	c #wall_clock_time = 0.031s
2.78/2.86	c #decision = 245
2.78/2.86	c #random_decision = 0
2.78/2.86	c #conflict = 0
2.78/2.86	c #restart = 0
2.78/2.86	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.78/2.86	c lower bound updated to 144235430561
2.88/2.92	c BCD2: 146454437184 <= obj <= 6901110600565
2.88/2.92	c BCD2: #cores=14, #unrelaxed=1230, #relaxed=42, #hardened=0
2.88/2.92	c BCD2: #sat=1 #unsat=15 bias=15/16
2.88/2.92	c Solving starts ...
2.88/2.92	c ============================[ Search Statistics ]============================
2.88/2.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.88/2.92	c       |         |          |          |    Limit     GC | Var      | Constra 
2.88/2.92	c =============================================================================
2.88/2.92	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      159
2.88/2.95	c  0.0s |       0 |      252 |        0 |    28911      0 |      804 |      159
2.88/2.95	c #cpu_time = 0.031s
2.88/2.95	c #wall_clock_time = 0.031s
2.88/2.95	c #decision = 252
2.88/2.95	c #random_decision = 0
2.88/2.95	c #conflict = 0
2.88/2.95	c #restart = 0
2.88/2.95	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.88/2.95	c lower bound updated to 155330463681
2.98/3.01	c BCD2: 157549470304 <= obj <= 6901110600565
2.98/3.01	c BCD2: #cores=15, #unrelaxed=1227, #relaxed=45, #hardened=0
2.98/3.01	c BCD2: #sat=1 #unsat=16 bias=16/17
2.98/3.01	c Solving starts ...
2.98/3.01	c ============================[ Search Statistics ]============================
2.98/3.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.98/3.01	c       |         |          |          |    Limit     GC | Var      | Constra 
2.98/3.01	c =============================================================================
2.98/3.01	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      160
2.98/3.04	c  0.0s |       0 |      254 |        0 |    28911      0 |      804 |      160
2.98/3.04	c #cpu_time = 0.031s
2.98/3.04	c #wall_clock_time = 0.031s
2.98/3.04	c #decision = 254
2.98/3.04	c #random_decision = 0
2.98/3.04	c #conflict = 0
2.98/3.04	c #restart = 0
2.98/3.04	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.98/3.04	c lower bound updated to 166425496801
2.98/3.09	c BCD2: 168644503424 <= obj <= 6901110600565
2.98/3.09	c BCD2: #cores=16, #unrelaxed=1224, #relaxed=48, #hardened=0
2.98/3.09	c BCD2: #sat=1 #unsat=17 bias=17/18
2.98/3.09	c Solving starts ...
2.98/3.09	c ============================[ Search Statistics ]============================
2.98/3.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.98/3.09	c       |         |          |          |    Limit     GC | Var      | Constra 
2.98/3.09	c =============================================================================
2.98/3.09	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      161
3.08/3.13	c  0.0s |       0 |      254 |        0 |    28911      0 |      804 |      161
3.08/3.13	c #cpu_time = 0.031s
3.08/3.13	c #wall_clock_time = 0.031s
3.08/3.13	c #decision = 254
3.08/3.13	c #random_decision = 0
3.08/3.13	c #conflict = 0
3.08/3.13	c #restart = 0
3.08/3.13	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.08/3.13	c lower bound updated to 177520529921
3.08/3.18	c BCD2: 179739536544 <= obj <= 6901110600565
3.08/3.18	c BCD2: #cores=17, #unrelaxed=1221, #relaxed=51, #hardened=0
3.08/3.18	c BCD2: #sat=1 #unsat=18 bias=18/19
3.08/3.18	c Solving starts ...
3.08/3.18	c ============================[ Search Statistics ]============================
3.08/3.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.08/3.18	c       |         |          |          |    Limit     GC | Var      | Constra 
3.08/3.18	c =============================================================================
3.08/3.18	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      162
3.18/3.21	c  0.0s |       0 |      263 |        0 |    28911      0 |      804 |      162
3.18/3.21	c #cpu_time = 0.031s
3.18/3.21	c #wall_clock_time = 0.031s
3.18/3.21	c #decision = 263
3.18/3.21	c #random_decision = 0
3.18/3.21	c #conflict = 0
3.18/3.21	c #restart = 0
3.18/3.21	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.18/3.21	c lower bound updated to 188615563041
3.18/3.27	c BCD2: 190834569664 <= obj <= 6901110600565
3.18/3.27	c BCD2: #cores=18, #unrelaxed=1218, #relaxed=54, #hardened=0
3.18/3.27	c BCD2: #sat=1 #unsat=19 bias=19/20
3.18/3.27	c Solving starts ...
3.18/3.27	c ============================[ Search Statistics ]============================
3.18/3.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.18/3.27	c       |         |          |          |    Limit     GC | Var      | Constra 
3.18/3.27	c =============================================================================
3.18/3.27	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      163
3.18/3.30	c  0.0s |       0 |      266 |        0 |    28911      0 |      804 |      163
3.18/3.30	c #cpu_time = 0.031s
3.18/3.30	c #wall_clock_time = 0.031s
3.18/3.30	c #decision = 266
3.18/3.30	c #random_decision = 0
3.18/3.30	c #conflict = 0
3.18/3.30	c #restart = 0
3.18/3.30	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.18/3.30	c lower bound updated to 199710596161
3.29/3.36	c BCD2: 201929602784 <= obj <= 6901110600565
3.29/3.36	c BCD2: #cores=19, #unrelaxed=1215, #relaxed=57, #hardened=0
3.29/3.36	c BCD2: #sat=1 #unsat=20 bias=20/21
3.29/3.36	c Solving starts ...
3.29/3.36	c ============================[ Search Statistics ]============================
3.29/3.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.36	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.36	c =============================================================================
3.39/3.48	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      164
3.39/3.48	c  0.0s |       0 |      267 |        0 |    28911      0 |      804 |      164
3.39/3.48	c #cpu_time = 0.031s
3.39/3.48	c #wall_clock_time = 0.031s
3.39/3.48	c #decision = 267
3.39/3.48	c #random_decision = 0
3.39/3.48	c #conflict = 0
3.39/3.48	c #restart = 0
3.39/3.48	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.39/3.48	c lower bound updated to 210805629281
3.39/3.48	c BCD2: 213024635904 <= obj <= 6901110600565
3.39/3.48	c BCD2: #cores=20, #unrelaxed=1212, #relaxed=60, #hardened=0
3.39/3.48	c BCD2: #sat=1 #unsat=21 bias=21/22
3.39/3.48	c Solving starts ...
3.39/3.48	c ============================[ Search Statistics ]============================
3.39/3.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.48	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.48	c =============================================================================
3.39/3.48	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      165
3.39/3.48	c  0.0s |       0 |      278 |        0 |    28911      0 |      804 |      165
3.39/3.48	c #cpu_time = 0.031s
3.39/3.48	c #wall_clock_time = 0.031s
3.39/3.48	c #decision = 278
3.39/3.48	c #random_decision = 0
3.39/3.48	c #conflict = 0
3.39/3.48	c #restart = 0
3.39/3.48	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.39/3.48	c lower bound updated to 221900662401
3.48/3.53	c BCD2: 224119669024 <= obj <= 6901110600565
3.48/3.53	c BCD2: #cores=21, #unrelaxed=1209, #relaxed=63, #hardened=0
3.48/3.53	c BCD2: #sat=1 #unsat=22 bias=22/23
3.48/3.53	c Solving starts ...
3.48/3.53	c ============================[ Search Statistics ]============================
3.48/3.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.48/3.53	c       |         |          |          |    Limit     GC | Var      | Constra 
3.48/3.53	c =============================================================================
3.48/3.53	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      166
3.48/3.57	c  0.0s |       0 |      279 |        0 |    28911      0 |      804 |      166
3.48/3.57	c #cpu_time = 0.032s
3.48/3.57	c #wall_clock_time = 0.032s
3.48/3.57	c #decision = 279
3.48/3.57	c #random_decision = 0
3.48/3.57	c #conflict = 0
3.48/3.57	c #restart = 0
3.48/3.57	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.48/3.57	c lower bound updated to 232995695521
3.59/3.62	c BCD2: 235214702144 <= obj <= 6901110600565
3.59/3.62	c BCD2: #cores=22, #unrelaxed=1206, #relaxed=66, #hardened=0
3.59/3.62	c BCD2: #sat=1 #unsat=23 bias=23/24
3.59/3.62	c Solving starts ...
3.59/3.62	c ============================[ Search Statistics ]============================
3.59/3.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.62	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.62	c =============================================================================
3.59/3.62	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      167
3.59/3.65	c  0.0s |       0 |      278 |        0 |    28911      0 |      804 |      167
3.59/3.65	c #cpu_time = 0.032s
3.59/3.65	c #wall_clock_time = 0.032s
3.59/3.65	c #decision = 278
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 >=11095033120
3.59/3.65	c lower bound updated to 244090728641
3.69/3.71	c BCD2: 246309735264 <= obj <= 6901110600565
3.69/3.71	c BCD2: #cores=23, #unrelaxed=1203, #relaxed=69, #hardened=0
3.69/3.71	c BCD2: #sat=1 #unsat=24 bias=24/25
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.69/3.71	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      168
3.69/3.75	c  0.0s |       0 |      279 |        0 |    28911      0 |      804 |      168
3.69/3.75	c #cpu_time = 0.032s
3.69/3.75	c #wall_clock_time = 0.032s
3.69/3.75	c #decision = 279
3.69/3.75	c #random_decision = 0
3.69/3.75	c #conflict = 0
3.69/3.75	c #restart = 0
3.69/3.75	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.69/3.75	c lower bound updated to 255185761761
3.79/3.80	c BCD2: 257404768384 <= obj <= 6901110600565
3.79/3.80	c BCD2: #cores=24, #unrelaxed=1200, #relaxed=72, #hardened=0
3.79/3.80	c BCD2: #sat=1 #unsat=25 bias=25/26
3.79/3.80	c Solving starts ...
3.79/3.80	c ============================[ Search Statistics ]============================
3.79/3.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.80	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.80	c =============================================================================
3.79/3.80	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      169
3.79/3.83	c  0.0s |       0 |      278 |        0 |    28911      0 |      804 |      169
3.79/3.83	c #cpu_time = 0.032s
3.79/3.83	c #wall_clock_time = 0.032s
3.79/3.83	c #decision = 278
3.79/3.83	c #random_decision = 0
3.79/3.83	c #conflict = 0
3.79/3.83	c #restart = 0
3.79/3.83	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.79/3.83	c lower bound updated to 266280794881
3.79/3.89	c BCD2: 268499801504 <= obj <= 6901110600565
3.79/3.89	c BCD2: #cores=25, #unrelaxed=1197, #relaxed=75, #hardened=0
3.79/3.89	c BCD2: #sat=1 #unsat=26 bias=26/27
3.79/3.89	c Solving starts ...
3.79/3.89	c ============================[ Search Statistics ]============================
3.79/3.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.89	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.89	c =============================================================================
3.79/3.89	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      170
3.89/3.92	c  0.0s |       0 |      280 |        0 |    28911      0 |      804 |      170
3.89/3.92	c #cpu_time = 0.032s
3.89/3.92	c #wall_clock_time = 0.032s
3.89/3.92	c #decision = 280
3.89/3.92	c #random_decision = 0
3.89/3.92	c #conflict = 0
3.89/3.92	c #restart = 0
3.89/3.92	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.89/3.92	c lower bound updated to 277375828001
3.89/3.98	c BCD2: 279594834624 <= obj <= 6901110600565
3.89/3.98	c BCD2: #cores=26, #unrelaxed=1194, #relaxed=78, #hardened=0
3.89/3.98	c BCD2: #sat=1 #unsat=27 bias=27/28
3.89/3.98	c Solving starts ...
3.89/3.98	c ============================[ Search Statistics ]============================
3.89/3.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.98	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.98	c =============================================================================
3.89/3.98	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      171
3.99/4.01	c  0.0s |       0 |      282 |        0 |    28911      0 |      804 |      171
3.99/4.01	c #cpu_time = 0.032s
3.99/4.01	c #wall_clock_time = 0.032s
3.99/4.01	c #decision = 282
3.99/4.01	c #random_decision = 0
3.99/4.01	c #conflict = 0
3.99/4.01	c #restart = 0
3.99/4.01	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.99/4.01	c lower bound updated to 288470861121
3.99/4.07	c BCD2: 290689867744 <= obj <= 6901110600565
3.99/4.07	c BCD2: #cores=27, #unrelaxed=1191, #relaxed=81, #hardened=0
3.99/4.07	c BCD2: #sat=1 #unsat=28 bias=28/29
3.99/4.07	c Solving starts ...
3.99/4.07	c ============================[ Search Statistics ]============================
3.99/4.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.07	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.07	c =============================================================================
3.99/4.07	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      172
4.09/4.10	c  0.0s |       0 |      282 |        0 |    28911      0 |      804 |      172
4.09/4.10	c #cpu_time = 0.033s
4.09/4.10	c #wall_clock_time = 0.033s
4.09/4.10	c #decision = 282
4.09/4.10	c #random_decision = 0
4.09/4.10	c #conflict = 0
4.09/4.10	c #restart = 0
4.09/4.10	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.09/4.10	c lower bound updated to 299565894241
4.09/4.16	c BCD2: 301784900864 <= obj <= 6901110600565
4.09/4.16	c BCD2: #cores=28, #unrelaxed=1188, #relaxed=84, #hardened=0
4.09/4.16	c BCD2: #sat=1 #unsat=29 bias=29/30
4.09/4.16	c Solving starts ...
4.09/4.16	c ============================[ Search Statistics ]============================
4.09/4.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.16	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.16	c =============================================================================
4.09/4.16	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      173
4.09/4.19	c  0.0s |       0 |      282 |        0 |    28911      0 |      804 |      173
4.09/4.19	c #cpu_time = 0.032s
4.09/4.19	c #wall_clock_time = 0.032s
4.09/4.19	c #decision = 282
4.09/4.19	c #random_decision = 0
4.09/4.19	c #conflict = 0
4.09/4.19	c #restart = 0
4.09/4.19	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.09/4.19	c lower bound updated to 310660927361
4.19/4.24	c BCD2: 312879933984 <= obj <= 6901110600565
4.19/4.24	c BCD2: #cores=29, #unrelaxed=1185, #relaxed=87, #hardened=0
4.19/4.24	c BCD2: #sat=1 #unsat=30 bias=30/31
4.19/4.25	c Solving starts ...
4.19/4.25	c ============================[ Search Statistics ]============================
4.19/4.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.25	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.25	c =============================================================================
4.19/4.25	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      174
4.19/4.28	c  0.0s |       0 |      284 |        0 |    28911      0 |      804 |      174
4.19/4.28	c #cpu_time = 0.031s
4.19/4.28	c #wall_clock_time = 0.032s
4.19/4.28	c #decision = 284
4.19/4.28	c #random_decision = 0
4.19/4.28	c #conflict = 0
4.19/4.28	c #restart = 0
4.19/4.28	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.19/4.28	c lower bound updated to 321755960481
4.29/4.34	c BCD2: 323974967104 <= obj <= 6901110600565
4.29/4.34	c BCD2: #cores=30, #unrelaxed=1182, #relaxed=90, #hardened=0
4.29/4.34	c BCD2: #sat=1 #unsat=31 bias=31/32
4.29/4.34	c Solving starts ...
4.29/4.34	c ============================[ Search Statistics ]============================
4.29/4.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.34	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.34	c =============================================================================
4.29/4.34	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      175
4.29/4.37	c  0.0s |       0 |      286 |        0 |    28911      0 |      804 |      175
4.29/4.37	c #cpu_time = 0.032s
4.29/4.37	c #wall_clock_time = 0.032s
4.29/4.37	c #decision = 286
4.29/4.37	c #random_decision = 0
4.29/4.37	c #conflict = 0
4.29/4.37	c #restart = 0
4.29/4.37	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.29/4.37	c lower bound updated to 332850993601
4.40/4.42	c BCD2: 335070000224 <= obj <= 6901110600565
4.40/4.42	c BCD2: #cores=31, #unrelaxed=1179, #relaxed=93, #hardened=0
4.40/4.42	c BCD2: #sat=1 #unsat=32 bias=32/33
4.40/4.42	c Solving starts ...
4.40/4.42	c ============================[ Search Statistics ]============================
4.40/4.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.42	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.42	c =============================================================================
4.40/4.42	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      176
4.40/4.46	c  0.0s |       0 |      287 |        0 |    28911      0 |      804 |      176
4.40/4.46	c #cpu_time = 0.031s
4.40/4.46	c #wall_clock_time = 0.032s
4.40/4.46	c #decision = 287
4.40/4.46	c #random_decision = 0
4.40/4.46	c #conflict = 0
4.40/4.46	c #restart = 0
4.40/4.46	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.40/4.46	c lower bound updated to 343946026721
4.50/4.51	c BCD2: 346165033344 <= obj <= 6901110600565
4.50/4.51	c BCD2: #cores=32, #unrelaxed=1176, #relaxed=96, #hardened=0
4.50/4.51	c BCD2: #sat=1 #unsat=33 bias=33/34
4.50/4.51	c Solving starts ...
4.50/4.51	c ============================[ Search Statistics ]============================
4.50/4.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.51	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.51	c =============================================================================
4.50/4.52	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      177
4.50/4.55	c  0.0s |       0 |      290 |        0 |    28911      0 |      804 |      177
4.50/4.55	c #cpu_time = 0.032s
4.50/4.55	c #wall_clock_time = 0.032s
4.50/4.55	c #decision = 290
4.50/4.55	c #random_decision = 0
4.50/4.55	c #conflict = 0
4.50/4.55	c #restart = 0
4.50/4.55	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.50/4.55	c lower bound updated to 355041059841
4.59/4.60	c BCD2: 357260066464 <= obj <= 6901110600565
4.59/4.60	c BCD2: #cores=33, #unrelaxed=1173, #relaxed=99, #hardened=0
4.59/4.60	c BCD2: #sat=1 #unsat=34 bias=34/35
4.59/4.60	c Solving starts ...
4.59/4.60	c ============================[ Search Statistics ]============================
4.59/4.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.60	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.60	c =============================================================================
4.59/4.60	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      178
4.59/4.64	c  0.0s |       0 |      293 |        0 |    28911      0 |      804 |      178
4.59/4.64	c #cpu_time = 0.032s
4.59/4.64	c #wall_clock_time = 0.032s
4.59/4.64	c #decision = 293
4.59/4.64	c #random_decision = 0
4.59/4.64	c #conflict = 0
4.59/4.64	c #restart = 0
4.59/4.64	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.59/4.64	c lower bound updated to 366136092961
4.59/4.69	c BCD2: 368355099584 <= obj <= 6901110600565
4.59/4.69	c BCD2: #cores=34, #unrelaxed=1170, #relaxed=102, #hardened=0
4.59/4.69	c BCD2: #sat=1 #unsat=35 bias=35/36
4.59/4.69	c Solving starts ...
4.59/4.69	c ============================[ Search Statistics ]============================
4.59/4.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.69	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.69	c =============================================================================
4.59/4.69	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      179
4.69/4.72	c  0.0s |       0 |      296 |        0 |    28911      0 |      804 |      179
4.69/4.72	c #cpu_time = 0.032s
4.69/4.72	c #wall_clock_time = 0.032s
4.69/4.72	c #decision = 296
4.69/4.72	c #random_decision = 0
4.69/4.72	c #conflict = 0
4.69/4.72	c #restart = 0
4.69/4.72	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.69/4.72	c lower bound updated to 377231126081
4.69/4.78	c BCD2: 379450132704 <= obj <= 6901110600565
4.69/4.78	c BCD2: #cores=35, #unrelaxed=1167, #relaxed=105, #hardened=0
4.69/4.78	c BCD2: #sat=1 #unsat=36 bias=36/37
4.69/4.78	c Solving starts ...
4.69/4.78	c ============================[ Search Statistics ]============================
4.69/4.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.78	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.78	c =============================================================================
4.69/4.78	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      180
4.79/4.82	c  0.0s |       0 |      296 |        0 |    28911      0 |      804 |      180
4.79/4.82	c #cpu_time = 0.032s
4.79/4.82	c #wall_clock_time = 0.032s
4.79/4.82	c #decision = 296
4.79/4.82	c #random_decision = 0
4.79/4.82	c #conflict = 0
4.79/4.82	c #restart = 0
4.79/4.82	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.79/4.82	c lower bound updated to 388326159201
4.79/4.87	c BCD2: 390545165824 <= obj <= 6901110600565
4.79/4.87	c BCD2: #cores=36, #unrelaxed=1164, #relaxed=108, #hardened=0
4.79/4.87	c BCD2: #sat=1 #unsat=37 bias=37/38
4.79/4.87	c Solving starts ...
4.79/4.87	c ============================[ Search Statistics ]============================
4.79/4.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.87	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.87	c =============================================================================
4.79/4.87	c  0.0s |       0 |        0 |        0 |    28911      0 |      804 |      181
4.89/4.91	c  0.0s |       0 |      354 |        1 |    28911      0 |      804 |      181
4.89/4.91	c #cpu_time = 0.033s
4.89/4.91	c #wall_clock_time = 0.033s
4.89/4.91	c #decision = 354
4.89/4.91	c #random_decision = 0
4.89/4.91	c #conflict = 1
4.89/4.91	c #restart = 0
4.89/4.91	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=22190066240
4.89/4.91	c BCD2: refineLB: 21898091685 -> 22190066240
4.89/4.91	c lower bound updated to 399421192321
4.89/4.96	c BCD2: 401640198944 <= obj <= 6901110600565
4.89/4.96	c BCD2: #cores=36, #unrelaxed=1161, #relaxed=111, #hardened=0
4.89/4.96	c BCD2: #sat=1 #unsat=38 bias=38/39
4.89/4.96	c Solving starts ...
4.89/4.96	c ============================[ Search Statistics ]============================
4.89/4.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.96	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.96	c =============================================================================
4.89/4.96	c  0.0s |       0 |        0 |        0 |    28911      0 |      811 |      181
4.89/4.99	c  0.0s |       0 |      299 |        0 |    28911      0 |      811 |      194
4.89/4.99	c #cpu_time = 0.033s
4.89/4.99	c #wall_clock_time = 0.033s
4.89/4.99	c #decision = 299
4.89/4.99	c #random_decision = 0
4.89/4.99	c #conflict = 0
4.89/4.99	c #restart = 0
4.89/4.99	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 13: cost of the new core is >=33285099360
4.89/4.99	c BCD2: refineLB: 33000611332 -> 33285099360
4.89/4.99	c lower bound updated to 410516225441
4.99/5.04	c BCD2: 412735232064 <= obj <= 6901110600565
4.99/5.04	c BCD2: #cores=35, #unrelaxed=1154, #relaxed=118, #hardened=0
4.99/5.04	c BCD2: #sat=1 #unsat=39 bias=39/40
4.99/5.04	c Solving starts ...
4.99/5.04	c ============================[ Search Statistics ]============================
4.99/5.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.04	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.04	c =============================================================================
4.99/5.05	c  0.0s |       0 |        0 |        0 |    28911      0 |      854 |      194
4.99/5.08	c  0.0s |       0 |      292 |        0 |    28911      0 |      854 |      278
4.99/5.08	c #cpu_time = 0.032s
4.99/5.08	c #wall_clock_time = 0.032s
4.99/5.08	c #decision = 292
4.99/5.08	c #random_decision = 0
4.99/5.08	c #conflict = 0
4.99/5.08	c #restart = 0
4.99/5.08	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.99/5.08	c lower bound updated to 421611258561
5.09/5.13	c BCD2: 423830265184 <= obj <= 6901110600565
5.09/5.13	c BCD2: #cores=36, #unrelaxed=1151, #relaxed=121, #hardened=0
5.09/5.13	c BCD2: #sat=1 #unsat=40 bias=40/41
5.09/5.13	c Solving starts ...
5.09/5.13	c ============================[ Search Statistics ]============================
5.09/5.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.13	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.13	c =============================================================================
5.09/5.13	c  0.0s |       0 |        0 |        0 |    28911      0 |      854 |      279
5.09/5.17	c  0.0s |       0 |      292 |        0 |    28911      0 |      854 |      279
5.09/5.17	c #cpu_time = 0.032s
5.09/5.17	c #wall_clock_time = 0.032s
5.09/5.17	c #decision = 292
5.09/5.17	c #random_decision = 0
5.09/5.17	c #conflict = 0
5.09/5.17	c #restart = 0
5.09/5.17	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
5.09/5.17	c lower bound updated to 432706291681
5.19/5.22	c BCD2: 434925298304 <= obj <= 6901110600565
5.19/5.22	c BCD2: #cores=37, #unrelaxed=1148, #relaxed=124, #hardened=0
5.19/5.22	c BCD2: #sat=1 #unsat=41 bias=41/42
5.19/5.22	c Solving starts ...
5.19/5.22	c ============================[ Search Statistics ]============================
5.19/5.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.22	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.22	c =============================================================================
5.19/5.22	c  0.0s |       0 |        0 |        0 |    28911      0 |      854 |      280
5.19/5.26	c  0.0s |       0 |      293 |        0 |    28911      0 |      854 |      280
5.19/5.26	c #cpu_time = 0.032s
5.19/5.26	c #wall_clock_time = 0.032s
5.19/5.26	c #decision = 293
5.19/5.26	c #random_decision = 0
5.19/5.26	c #conflict = 0
5.19/5.26	c #restart = 0
5.19/5.26	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
5.19/5.26	c lower bound updated to 443801324801
5.29/5.31	c BCD2: 446020331424 <= obj <= 6901110600565
5.29/5.31	c BCD2: #cores=38, #unrelaxed=1145, #relaxed=127, #hardened=0
5.29/5.31	c BCD2: #sat=1 #unsat=42 bias=42/43
5.29/5.31	c Solving starts ...
5.29/5.31	c ============================[ Search Statistics ]============================
5.29/5.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.31	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.31	c =============================================================================
5.29/5.32	c  0.0s |       0 |        0 |        0 |    28911      0 |      854 |      281
5.29/5.35	c  0.0s |       0 |      294 |        0 |    28911      0 |      854 |      281
5.29/5.35	c #cpu_time = 0.032s
5.29/5.35	c #wall_clock_time = 0.032s
5.29/5.35	c #decision = 294
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 >=11095033120
5.29/5.35	c lower bound updated to 454896357921
5.39/5.40	c BCD2: 457115364544 <= obj <= 6901110600565
5.39/5.40	c BCD2: #cores=39, #unrelaxed=1142, #relaxed=130, #hardened=0
5.39/5.40	c BCD2: #sat=1 #unsat=43 bias=43/44
5.39/5.40	c Solving starts ...
5.39/5.40	c ============================[ Search Statistics ]============================
5.39/5.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.40	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.40	c =============================================================================
5.39/5.40	c  0.0s |       0 |        0 |        0 |    28911      0 |      854 |      282
5.39/5.44	c  0.0s |       0 |      294 |        0 |    28911      0 |      854 |      282
5.39/5.44	c #cpu_time = 0.032s
5.39/5.44	c #wall_clock_time = 0.032s
5.39/5.44	c #decision = 294
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 >=11095033120
5.39/5.44	c lower bound updated to 465991391041
5.39/5.49	c BCD2: 468210397664 <= obj <= 6901110600565
5.39/5.49	c BCD2: #cores=40, #unrelaxed=1139, #relaxed=133, #hardened=0
5.39/5.49	c BCD2: #sat=1 #unsat=44 bias=44/45
5.39/5.49	c Solving starts ...
5.39/5.49	c ============================[ Search Statistics ]============================
5.39/5.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.49	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.49	c =============================================================================
5.39/5.49	c  0.0s |       0 |        0 |        0 |    28911      0 |      854 |      283
5.50/5.53	c  0.0s |       0 |      296 |        0 |    28911      0 |      854 |      283
5.50/5.53	c #cpu_time = 0.032s
5.50/5.53	c #wall_clock_time = 0.032s
5.50/5.53	c #decision = 296
5.50/5.53	c #random_decision = 0
5.50/5.53	c #conflict = 0
5.50/5.53	c #restart = 0
5.50/5.53	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
5.50/5.53	c lower bound updated to 477086424161
5.50/5.58	c BCD2: 479305430784 <= obj <= 6901110600565
5.50/5.58	c BCD2: #cores=41, #unrelaxed=1136, #relaxed=136, #hardened=0
5.50/5.58	c BCD2: #sat=1 #unsat=45 bias=45/46
5.50/5.58	c Solving starts ...
5.50/5.58	c ============================[ Search Statistics ]============================
5.50/5.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.58	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.58	c =============================================================================
5.50/5.58	c  0.0s |       0 |        0 |        0 |    28911      0 |      854 |      284
5.60/5.62	c  0.0s |       0 |      296 |        0 |    28911      0 |      854 |      284
5.60/5.62	c #cpu_time = 0.032s
5.60/5.62	c #wall_clock_time = 0.032s
5.60/5.62	c #decision = 296
5.60/5.62	c #random_decision = 0
5.60/5.62	c #conflict = 0
5.60/5.62	c #restart = 0
5.60/5.62	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
5.60/5.62	c lower bound updated to 488181457281
5.60/5.67	c BCD2: 490400463904 <= obj <= 6901110600565
5.60/5.67	c BCD2: #cores=42, #unrelaxed=1133, #relaxed=139, #hardened=0
5.60/5.67	c BCD2: #sat=1 #unsat=46 bias=46/47
5.60/5.67	c Solving starts ...
5.60/5.67	c ============================[ Search Statistics ]============================
5.60/5.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.67	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.67	c =============================================================================
5.60/5.67	c  0.0s |       0 |        0 |        0 |    28911      0 |      854 |      285
5.69/5.71	c  0.0s |       0 |      301 |        0 |    28911      0 |      854 |      285
5.69/5.71	c #cpu_time = 0.032s
5.69/5.71	c #wall_clock_time = 0.032s
5.69/5.71	c #decision = 301
5.69/5.71	c #random_decision = 0
5.69/5.71	c #conflict = 0
5.69/5.71	c #restart = 0
5.69/5.71	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
5.69/5.71	c lower bound updated to 499276490401
5.69/5.76	c BCD2: 501495497024 <= obj <= 6901110600565
5.69/5.76	c BCD2: #cores=43, #unrelaxed=1130, #relaxed=142, #hardened=0
5.69/5.76	c BCD2: #sat=1 #unsat=47 bias=47/48
5.69/5.77	c Solving starts ...
5.69/5.77	c ============================[ Search Statistics ]============================
5.69/5.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.77	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.77	c =============================================================================
5.69/5.77	c  0.0s |       0 |        0 |        0 |    28911      0 |      854 |      286
5.79/5.80	c  0.0s |       0 |      302 |        0 |    28911      0 |      854 |      286
5.79/5.80	c #cpu_time = 0.032s
5.79/5.80	c #wall_clock_time = 0.033s
5.79/5.80	c #decision = 302
5.79/5.80	c #random_decision = 0
5.79/5.80	c #conflict = 0
5.79/5.80	c #restart = 0
5.79/5.80	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
5.79/5.80	c lower bound updated to 510371523521
5.79/5.85	c BCD2: 512590530144 <= obj <= 6901110600565
5.79/5.85	c BCD2: #cores=44, #unrelaxed=1127, #relaxed=145, #hardened=0
5.79/5.85	c BCD2: #sat=1 #unsat=48 bias=48/49
5.79/5.86	c Solving starts ...
5.79/5.86	c ============================[ Search Statistics ]============================
5.79/5.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.86	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.86	c =============================================================================
5.79/5.86	c  0.0s |       0 |        0 |        0 |    28911      0 |      854 |      287
5.79/5.89	c  0.0s |       0 |      301 |        0 |    28911      0 |      854 |      287
5.79/5.89	c #cpu_time = 0.032s
5.79/5.89	c #wall_clock_time = 0.032s
5.79/5.89	c #decision = 301
5.79/5.89	c #random_decision = 0
5.79/5.89	c #conflict = 0
5.79/5.89	c #restart = 0
5.79/5.89	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
5.79/5.89	c lower bound updated to 521466556641
5.89/5.94	c BCD2: 523685563264 <= obj <= 6901110600565
5.89/5.94	c BCD2: #cores=45, #unrelaxed=1124, #relaxed=148, #hardened=0
5.89/5.94	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.95	c  0.0s |       0 |        0 |        0 |    28911      0 |      854 |      288
5.89/5.98	c  0.0s |       0 |      304 |        0 |    28911      0 |      854 |      288
5.89/5.98	c #cpu_time = 0.032s
5.89/5.98	c #wall_clock_time = 0.032s
5.89/5.98	c #decision = 304
5.89/5.98	c #random_decision = 0
5.89/5.98	c #conflict = 0
5.89/5.98	c #restart = 0
5.89/5.98	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=33285099360
5.89/5.98	c BCD2: refineLB: 33063198698 -> 33285099360
5.89/5.98	c lower bound updated to 532561589761
5.99/6.03	c BCD2: 534780596384 <= obj <= 6901110600565
5.99/6.03	c BCD2: #cores=44, #unrelaxed=1119, #relaxed=153, #hardened=0
5.99/6.03	c BCD2: #sat=1 #unsat=50 bias=50/51
5.99/6.03	c Solving starts ...
5.99/6.03	c ============================[ Search Statistics ]============================
5.99/6.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.03	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.03	c =============================================================================
5.99/6.03	c  0.0s |       0 |        0 |        0 |    28911      0 |      883 |      288
5.99/6.07	c  0.0s |       0 |      303 |        0 |    28911      0 |      883 |      344
5.99/6.07	c #cpu_time = 0.033s
5.99/6.07	c #wall_clock_time = 0.033s
5.99/6.07	c #decision = 303
5.99/6.07	c #random_decision = 0
5.99/6.07	c #conflict = 0
5.99/6.07	c #restart = 0
5.99/6.07	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
5.99/6.07	c lower bound updated to 543656622881
6.09/6.12	c BCD2: 545875629504 <= obj <= 6901110600565
6.09/6.12	c BCD2: #cores=45, #unrelaxed=1116, #relaxed=156, #hardened=0
6.09/6.12	c BCD2: #sat=1 #unsat=51 bias=51/52
6.09/6.12	c Solving starts ...
6.09/6.12	c ============================[ Search Statistics ]============================
6.09/6.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.12	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.12	c =============================================================================
6.09/6.12	c  0.0s |       0 |        0 |        0 |    28911      0 |      883 |      345
6.09/6.15	c  0.0s |       0 |      302 |        0 |    28911      0 |      883 |      345
6.09/6.15	c #cpu_time = 0.031s
6.09/6.15	c #wall_clock_time = 0.031s
6.09/6.15	c #decision = 302
6.09/6.15	c #random_decision = 0
6.09/6.15	c #conflict = 0
6.09/6.15	c #restart = 0
6.09/6.15	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
6.09/6.15	c lower bound updated to 554751656001
6.19/6.21	c BCD2: 556970662624 <= obj <= 6901110600565
6.19/6.21	c BCD2: #cores=46, #unrelaxed=1113, #relaxed=159, #hardened=0
6.19/6.21	c BCD2: #sat=1 #unsat=52 bias=52/53
6.19/6.21	c Solving starts ...
6.19/6.21	c ============================[ Search Statistics ]============================
6.19/6.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.21	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.21	c =============================================================================
6.19/6.21	c  0.0s |       0 |        0 |        0 |    28911      0 |      883 |      346
6.19/6.24	c  0.0s |       0 |      302 |        0 |    28911      0 |      883 |      346
6.19/6.24	c #cpu_time = 0.031s
6.19/6.24	c #wall_clock_time = 0.031s
6.19/6.24	c #decision = 302
6.19/6.24	c #random_decision = 0
6.19/6.24	c #conflict = 0
6.19/6.24	c #restart = 0
6.19/6.24	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
6.19/6.24	c lower bound updated to 565846689121
6.29/6.30	c BCD2: 568065695744 <= obj <= 6901110600565
6.29/6.30	c BCD2: #cores=47, #unrelaxed=1110, #relaxed=162, #hardened=0
6.29/6.30	c BCD2: #sat=1 #unsat=53 bias=53/54
6.29/6.30	c Solving starts ...
6.29/6.30	c ============================[ Search Statistics ]============================
6.29/6.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.30	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.30	c =============================================================================
6.29/6.30	c  0.0s |       0 |        0 |        0 |    28911      0 |      883 |      347
6.29/6.33	c  0.0s |       0 |      303 |        0 |    28911      0 |      883 |      347
6.29/6.33	c #cpu_time = 0.031s
6.29/6.33	c #wall_clock_time = 0.031s
6.29/6.33	c #decision = 303
6.29/6.33	c #random_decision = 0
6.29/6.33	c #conflict = 0
6.29/6.33	c #restart = 0
6.29/6.33	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
6.29/6.33	c lower bound updated to 576941722241
6.29/6.39	c BCD2: 579160728864 <= obj <= 6901110600565
6.29/6.39	c BCD2: #cores=48, #unrelaxed=1107, #relaxed=165, #hardened=0
6.29/6.39	c BCD2: #sat=1 #unsat=54 bias=54/55
6.29/6.39	c Solving starts ...
6.29/6.39	c ============================[ Search Statistics ]============================
6.29/6.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.39	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.39	c =============================================================================
6.29/6.39	c  0.0s |       0 |        0 |        0 |    28911      0 |      883 |      348
6.39/6.42	c  0.0s |       0 |      309 |        0 |    28911      0 |      883 |      348
6.39/6.42	c #cpu_time = 0.031s
6.39/6.42	c #wall_clock_time = 0.031s
6.39/6.42	c #decision = 309
6.39/6.42	c #random_decision = 0
6.39/6.42	c #conflict = 0
6.39/6.42	c #restart = 0
6.39/6.42	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
6.39/6.42	c lower bound updated to 588036755361
6.39/6.48	c BCD2: 590255761984 <= obj <= 6901110600565
6.39/6.48	c BCD2: #cores=49, #unrelaxed=1104, #relaxed=168, #hardened=0
6.39/6.48	c BCD2: #sat=1 #unsat=55 bias=55/56
6.39/6.48	c Solving starts ...
6.39/6.48	c ============================[ Search Statistics ]============================
6.39/6.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.48	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.48	c =============================================================================
6.39/6.48	c  0.0s |       0 |        0 |        0 |    28911      0 |      883 |      349
6.49/6.51	c  0.0s |       0 |      308 |        0 |    28911      0 |      883 |      349
6.49/6.51	c #cpu_time = 0.031s
6.49/6.51	c #wall_clock_time = 0.031s
6.49/6.51	c #decision = 308
6.49/6.51	c #random_decision = 0
6.49/6.51	c #conflict = 0
6.49/6.51	c #restart = 0
6.49/6.51	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
6.49/6.51	c lower bound updated to 599131788481
6.49/6.57	c BCD2: 601350795104 <= obj <= 6901110600565
6.49/6.57	c BCD2: #cores=50, #unrelaxed=1101, #relaxed=171, #hardened=0
6.49/6.57	c BCD2: #sat=1 #unsat=56 bias=56/57
6.49/6.57	c Solving starts ...
6.49/6.57	c ============================[ Search Statistics ]============================
6.49/6.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.57	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.57	c =============================================================================
6.49/6.57	c  0.0s |       0 |        0 |        0 |    28911      0 |      883 |      350
6.49/6.60	c  0.0s |       0 |      310 |        0 |    28911      0 |      883 |      350
6.49/6.60	c #cpu_time = 0.031s
6.49/6.60	c #wall_clock_time = 0.031s
6.49/6.60	c #decision = 310
6.49/6.60	c #random_decision = 0
6.49/6.60	c #conflict = 0
6.49/6.60	c #restart = 0
6.49/6.60	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
6.49/6.60	c BCD2: refineLB: 21995416537 -> 22190066240
6.49/6.60	c lower bound updated to 610226821601
6.60/6.66	c BCD2: 612445828224 <= obj <= 6901110600565
6.60/6.66	c BCD2: #cores=50, #unrelaxed=1097, #relaxed=175, #hardened=0
6.60/6.66	c BCD2: #sat=1 #unsat=57 bias=57/58
6.60/6.66	c Solving starts ...
6.60/6.66	c ============================[ Search Statistics ]============================
6.60/6.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.66	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.66	c =============================================================================
6.60/6.66	c  0.0s |       0 |        0 |        0 |    28911      0 |      915 |      350
6.60/6.69	c  0.0s |       0 |      309 |        0 |    28911      0 |      915 |      413
6.60/6.69	c #cpu_time = 0.032s
6.60/6.69	c #wall_clock_time = 0.033s
6.60/6.69	c #decision = 309
6.60/6.69	c #random_decision = 0
6.60/6.69	c #conflict = 0
6.60/6.69	c #restart = 0
6.60/6.69	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
6.60/6.69	c lower bound updated to 621321854721
6.70/6.75	c BCD2: 623540861344 <= obj <= 6901110600565
6.70/6.75	c BCD2: #cores=51, #unrelaxed=1094, #relaxed=178, #hardened=0
6.70/6.75	c BCD2: #sat=1 #unsat=58 bias=58/59
6.70/6.75	c Solving starts ...
6.70/6.75	c ============================[ Search Statistics ]============================
6.70/6.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.75	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.75	c =============================================================================
6.70/6.75	c  0.0s |       0 |        0 |        0 |    28911      0 |      915 |      414
6.70/6.78	c  0.0s |       0 |      314 |        0 |    28911      0 |      915 |      414
6.70/6.78	c #cpu_time = 0.035s
6.70/6.78	c #wall_clock_time = 0.035s
6.70/6.78	c #decision = 314
6.70/6.78	c #random_decision = 0
6.70/6.78	c #conflict = 0
6.70/6.78	c #restart = 0
6.70/6.78	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
6.70/6.78	c lower bound updated to 632416887841
6.79/6.84	c BCD2: 634635894464 <= obj <= 6901110600565
6.79/6.84	c BCD2: #cores=52, #unrelaxed=1091, #relaxed=181, #hardened=0
6.79/6.84	c BCD2: #sat=1 #unsat=59 bias=59/60
6.79/6.84	c Solving starts ...
6.79/6.84	c ============================[ Search Statistics ]============================
6.79/6.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.84	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.84	c =============================================================================
6.79/6.85	c  0.0s |       0 |        0 |        0 |    28911      0 |      915 |      415
6.79/6.88	c  0.0s |       0 |      314 |        0 |    28911      0 |      915 |      415
6.79/6.88	c #cpu_time = 0.034s
6.79/6.88	c #wall_clock_time = 0.034s
6.79/6.88	c #decision = 314
6.79/6.88	c #random_decision = 0
6.79/6.88	c #conflict = 0
6.79/6.88	c #restart = 0
6.79/6.88	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
6.79/6.88	c lower bound updated to 643511920961
6.89/6.94	c BCD2: 645730927584 <= obj <= 6901110600565
6.89/6.94	c BCD2: #cores=53, #unrelaxed=1088, #relaxed=184, #hardened=0
6.89/6.94	c BCD2: #sat=1 #unsat=60 bias=60/61
6.89/6.94	c Solving starts ...
6.89/6.94	c ============================[ Search Statistics ]============================
6.89/6.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.94	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.94	c =============================================================================
6.89/6.94	c  0.0s |       0 |        0 |        0 |    28911      0 |      915 |      416
6.89/6.97	c  0.0s |       0 |      314 |        0 |    28911      0 |      915 |      416
6.89/6.97	c #cpu_time = 0.034s
6.89/6.97	c #wall_clock_time = 0.034s
6.89/6.97	c #decision = 314
6.89/6.97	c #random_decision = 0
6.89/6.97	c #conflict = 0
6.89/6.97	c #restart = 0
6.89/6.97	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
6.89/6.97	c lower bound updated to 654606954081
6.99/7.03	c BCD2: 656825960704 <= obj <= 6901110600565
6.99/7.03	c BCD2: #cores=54, #unrelaxed=1085, #relaxed=187, #hardened=0
6.99/7.03	c BCD2: #sat=1 #unsat=61 bias=61/62
6.99/7.03	c Solving starts ...
6.99/7.03	c ============================[ Search Statistics ]============================
6.99/7.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.03	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.03	c =============================================================================
6.99/7.03	c  0.0s |       0 |        0 |        0 |    28911      0 |      915 |      417
6.99/7.07	c  0.0s |       0 |      327 |        1 |    28911      0 |      915 |      417
6.99/7.07	c #cpu_time = 0.035s
6.99/7.07	c #wall_clock_time = 0.035s
6.99/7.07	c #decision = 327
6.99/7.07	c #random_decision = 0
6.99/7.07	c #conflict = 1
6.99/7.07	c #restart = 0
6.99/7.07	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 13: cost of the new core is >=44380132480
6.99/7.07	c BCD2: refineLB: 44201180333 -> 44380132480
6.99/7.07	c lower bound updated to 665701987201
7.09/7.12	c BCD2: 667920993824 <= obj <= 6901110600565
7.09/7.12	c BCD2: #cores=53, #unrelaxed=1081, #relaxed=191, #hardened=0
7.09/7.12	c BCD2: #sat=1 #unsat=62 bias=62/63
7.09/7.13	c Solving starts ...
7.09/7.13	c ============================[ Search Statistics ]============================
7.09/7.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.13	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.13	c =============================================================================
7.09/7.13	c  0.0s |       0 |        0 |        0 |    28911      0 |      975 |      417
7.09/7.16	c  0.0s |       0 |      310 |        0 |    28911      0 |      975 |      535
7.09/7.16	c #cpu_time = 0.033s
7.09/7.16	c #wall_clock_time = 0.033s
7.09/7.16	c #decision = 310
7.09/7.16	c #random_decision = 0
7.09/7.16	c #conflict = 0
7.09/7.16	c #restart = 0
7.09/7.16	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
7.09/7.16	c lower bound updated to 676797020321
7.19/7.22	c BCD2: 679016026944 <= obj <= 6901110600565
7.19/7.22	c BCD2: #cores=54, #unrelaxed=1078, #relaxed=194, #hardened=0
7.19/7.22	c BCD2: #sat=1 #unsat=63 bias=63/64
7.19/7.22	c Solving starts ...
7.19/7.22	c ============================[ Search Statistics ]============================
7.19/7.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.22	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.22	c =============================================================================
7.19/7.22	c  0.0s |       0 |        0 |        0 |    28911      0 |      975 |      536
7.19/7.25	c  0.0s |       0 |      310 |        0 |    28911      0 |      975 |      536
7.19/7.25	c #cpu_time = 0.031s
7.19/7.25	c #wall_clock_time = 0.031s
7.19/7.25	c #decision = 310
7.19/7.25	c #random_decision = 0
7.19/7.25	c #conflict = 0
7.19/7.25	c #restart = 0
7.19/7.25	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
7.19/7.25	c lower bound updated to 687892053441
7.29/7.30	c BCD2: 690111060064 <= obj <= 6901110600565
7.29/7.30	c BCD2: #cores=55, #unrelaxed=1075, #relaxed=197, #hardened=0
7.29/7.30	c BCD2: #sat=1 #unsat=64 bias=64/65
7.29/7.31	c Solving starts ...
7.29/7.31	c ============================[ Search Statistics ]============================
7.29/7.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.31	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.31	c =============================================================================
7.29/7.31	c  0.0s |       0 |        0 |        0 |    28911      0 |      975 |      537
7.29/7.34	c  0.0s |       0 |      311 |        0 |    28911      0 |      975 |      537
7.29/7.34	c #cpu_time = 0.032s
7.29/7.34	c #wall_clock_time = 0.032s
7.29/7.34	c #decision = 311
7.29/7.34	c #random_decision = 0
7.29/7.34	c #conflict = 0
7.29/7.34	c #restart = 0
7.29/7.34	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
7.29/7.34	c BCD2: refineLB: 22019373423 -> 22190066240
7.29/7.34	c lower bound updated to 698987086561
7.29/7.39	c BCD2: 701206093184 <= obj <= 6901110600565
7.29/7.39	c BCD2: #cores=55, #unrelaxed=1071, #relaxed=201, #hardened=0
7.29/7.39	c BCD2: #sat=1 #unsat=65 bias=65/66
7.29/7.39	c Solving starts ...
7.29/7.39	c ============================[ Search Statistics ]============================
7.29/7.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.39	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.39	c =============================================================================
7.29/7.39	c  0.0s |       0 |        0 |        0 |    28911      0 |      989 |      537
7.39/7.43	c  0.0s |       0 |      311 |        0 |    28911      0 |      989 |      564
7.39/7.43	c #cpu_time = 0.035s
7.39/7.43	c #wall_clock_time = 0.036s
7.39/7.43	c #decision = 311
7.39/7.43	c #random_decision = 0
7.39/7.43	c #conflict = 0
7.39/7.43	c #restart = 0
7.39/7.43	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
7.39/7.43	c lower bound updated to 710082119681
7.39/7.49	c BCD2: 712301126304 <= obj <= 6901110600565
7.39/7.49	c BCD2: #cores=56, #unrelaxed=1068, #relaxed=204, #hardened=0
7.39/7.49	c BCD2: #sat=1 #unsat=66 bias=66/67
7.39/7.49	c Solving starts ...
7.39/7.49	c ============================[ Search Statistics ]============================
7.39/7.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.49	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.49	c =============================================================================
7.39/7.49	c  0.0s |       0 |        0 |        0 |    28911      0 |      989 |      565
7.49/7.52	c  0.0s |       0 |      311 |        0 |    28911      0 |      989 |      565
7.49/7.52	c #cpu_time = 0.033s
7.49/7.52	c #wall_clock_time = 0.033s
7.49/7.52	c #decision = 311
7.49/7.52	c #random_decision = 0
7.49/7.52	c #conflict = 0
7.49/7.52	c #restart = 0
7.49/7.52	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
7.49/7.52	c lower bound updated to 721177152801
7.49/7.58	c BCD2: 723396159424 <= obj <= 6901110600565
7.49/7.58	c BCD2: #cores=57, #unrelaxed=1065, #relaxed=207, #hardened=0
7.49/7.58	c BCD2: #sat=1 #unsat=67 bias=67/68
7.49/7.58	c Solving starts ...
7.49/7.58	c ============================[ Search Statistics ]============================
7.49/7.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.58	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.58	c =============================================================================
7.49/7.58	c  0.0s |       0 |        0 |        0 |    28911      0 |      989 |      566
7.59/7.62	c  0.0s |       0 |      312 |        0 |    28911      0 |      989 |      566
7.59/7.62	c #cpu_time = 0.034s
7.59/7.62	c #wall_clock_time = 0.034s
7.59/7.62	c #decision = 312
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 >=11095033120
7.59/7.62	c lower bound updated to 732272185921
7.59/7.67	c BCD2: 734491192544 <= obj <= 6901110600565
7.59/7.67	c BCD2: #cores=58, #unrelaxed=1062, #relaxed=210, #hardened=0
7.59/7.67	c BCD2: #sat=1 #unsat=68 bias=68/69
7.59/7.67	c Solving starts ...
7.59/7.67	c ============================[ Search Statistics ]============================
7.59/7.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.67	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.67	c =============================================================================
7.59/7.67	c  0.0s |       0 |        0 |        0 |    28911      0 |      989 |      567
7.70/7.71	c  0.0s |       0 |      312 |        0 |    28911      0 |      989 |      567
7.70/7.71	c #cpu_time = 0.033s
7.70/7.71	c #wall_clock_time = 0.033s
7.70/7.71	c #decision = 312
7.70/7.71	c #random_decision = 0
7.70/7.71	c #conflict = 0
7.70/7.71	c #restart = 0
7.70/7.71	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
7.70/7.71	c lower bound updated to 743367219041
7.70/7.76	c BCD2: 745586225664 <= obj <= 6901110600565
7.70/7.76	c BCD2: #cores=59, #unrelaxed=1059, #relaxed=213, #hardened=0
7.70/7.76	c BCD2: #sat=1 #unsat=69 bias=69/70
7.70/7.76	c Solving starts ...
7.70/7.76	c ============================[ Search Statistics ]============================
7.70/7.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.70/7.76	c       |         |          |          |    Limit     GC | Var      | Constra 
7.70/7.76	c =============================================================================
7.70/7.77	c  0.0s |       0 |        0 |        0 |    28911      0 |      989 |      568
7.70/7.80	c  0.0s |       0 |      312 |        0 |    28911      0 |      989 |      568
7.70/7.80	c #cpu_time = 0.033s
7.70/7.80	c #wall_clock_time = 0.033s
7.70/7.80	c #decision = 312
7.70/7.80	c #random_decision = 0
7.70/7.80	c #conflict = 0
7.70/7.80	c #restart = 0
7.70/7.80	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
7.70/7.80	c lower bound updated to 754462252161
7.80/7.86	c BCD2: 756681258784 <= obj <= 6901110600565
7.80/7.86	c BCD2: #cores=60, #unrelaxed=1056, #relaxed=216, #hardened=0
7.80/7.86	c BCD2: #sat=1 #unsat=70 bias=70/71
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.86	c  0.0s |       0 |        0 |        0 |    28911      0 |      989 |      569
7.80/7.89	c  0.0s |       0 |      311 |        0 |    28911      0 |      989 |      569
7.80/7.89	c #cpu_time = 0.033s
7.80/7.89	c #wall_clock_time = 0.033s
7.80/7.89	c #decision = 311
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 >=11095033120
7.80/7.89	c lower bound updated to 765557285281
7.89/7.95	c BCD2: 767776291904 <= obj <= 6901110600565
7.89/7.95	c BCD2: #cores=61, #unrelaxed=1053, #relaxed=219, #hardened=0
7.89/7.95	c BCD2: #sat=1 #unsat=71 bias=71/72
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 |    28911      0 |      989 |      570
7.89/7.98	c  0.0s |       0 |      310 |        0 |    28911      0 |      989 |      570
7.89/7.98	c #cpu_time = 0.033s
7.89/7.98	c #wall_clock_time = 0.034s
7.89/7.98	c #decision = 310
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 >=11095033120
7.89/7.98	c lower bound updated to 776652318401
7.99/8.04	c BCD2: 778871325024 <= obj <= 6901110600565
7.99/8.04	c BCD2: #cores=62, #unrelaxed=1050, #relaxed=222, #hardened=0
7.99/8.04	c BCD2: #sat=1 #unsat=72 bias=72/73
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 |    28911      0 |      989 |      571
7.99/8.08	c  0.0s |       0 |      309 |        0 |    28911      0 |      989 |      571
7.99/8.08	c #cpu_time = 0.034s
7.99/8.08	c #wall_clock_time = 0.034s
7.99/8.08	c #decision = 309
7.99/8.08	c #random_decision = 0
7.99/8.08	c #conflict = 0
7.99/8.08	c #restart = 0
7.99/8.08	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
7.99/8.08	c lower bound updated to 787747351521
8.09/8.13	c BCD2: 789966358144 <= obj <= 6901110600565
8.09/8.13	c BCD2: #cores=63, #unrelaxed=1047, #relaxed=225, #hardened=0
8.09/8.13	c BCD2: #sat=1 #unsat=73 bias=73/74
8.09/8.14	c Solving starts ...
8.09/8.14	c ============================[ Search Statistics ]============================
8.09/8.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.14	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.14	c =============================================================================
8.09/8.14	c  0.0s |       0 |        0 |        0 |    28911      0 |      989 |      572
8.09/8.17	c  0.0s |       0 |      309 |        0 |    28911      0 |      989 |      572
8.09/8.17	c #cpu_time = 0.034s
8.09/8.17	c #wall_clock_time = 0.034s
8.09/8.17	c #decision = 309
8.09/8.17	c #random_decision = 0
8.09/8.17	c #conflict = 0
8.09/8.17	c #restart = 0
8.09/8.17	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
8.09/8.17	c lower bound updated to 798842384641
8.19/8.23	c BCD2: 801061391264 <= obj <= 6901110600565
8.19/8.23	c BCD2: #cores=64, #unrelaxed=1044, #relaxed=228, #hardened=0
8.19/8.23	c BCD2: #sat=1 #unsat=74 bias=74/75
8.19/8.23	c Solving starts ...
8.19/8.23	c ============================[ Search Statistics ]============================
8.19/8.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.23	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.23	c =============================================================================
8.19/8.23	c  0.0s |       0 |        0 |        0 |    28911      0 |      989 |      573
8.19/8.27	c  0.0s |       0 |      311 |        0 |    28911      0 |      989 |      573
8.19/8.27	c #cpu_time = 0.033s
8.19/8.27	c #wall_clock_time = 0.033s
8.19/8.27	c #decision = 311
8.19/8.27	c #random_decision = 0
8.19/8.27	c #conflict = 0
8.19/8.27	c #restart = 0
8.19/8.27	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
8.19/8.27	c lower bound updated to 809937417761
8.29/8.32	c BCD2: 812156424384 <= obj <= 6901110600565
8.29/8.32	c BCD2: #cores=65, #unrelaxed=1041, #relaxed=231, #hardened=0
8.29/8.32	c BCD2: #sat=1 #unsat=75 bias=75/76
8.29/8.32	c Solving starts ...
8.29/8.32	c ============================[ Search Statistics ]============================
8.29/8.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.32	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.32	c =============================================================================
8.29/8.33	c  0.0s |       0 |        0 |        0 |    28911      0 |      989 |      574
8.29/8.36	c  0.0s |       0 |      312 |        0 |    28911      0 |      989 |      574
8.29/8.36	c #cpu_time = 0.033s
8.29/8.36	c #wall_clock_time = 0.034s
8.29/8.36	c #decision = 312
8.29/8.36	c #random_decision = 0
8.29/8.36	c #conflict = 0
8.29/8.36	c #restart = 0
8.29/8.36	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
8.29/8.36	c lower bound updated to 821032450881
8.39/8.42	c BCD2: 823251457504 <= obj <= 6901110600565
8.39/8.42	c BCD2: #cores=66, #unrelaxed=1038, #relaxed=234, #hardened=0
8.39/8.42	c BCD2: #sat=1 #unsat=76 bias=76/77
8.39/8.42	c Solving starts ...
8.39/8.42	c ============================[ Search Statistics ]============================
8.39/8.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.42	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.42	c =============================================================================
8.39/8.42	c  0.0s |       0 |        0 |        0 |    28911      0 |      989 |      575
8.39/8.45	c  0.0s |       0 |      316 |        0 |    28911      0 |      989 |      575
8.39/8.45	c #cpu_time = 0.034s
8.39/8.45	c #wall_clock_time = 0.034s
8.39/8.45	c #decision = 316
8.39/8.45	c #random_decision = 0
8.39/8.45	c #conflict = 0
8.39/8.45	c #restart = 0
8.39/8.45	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
8.39/8.45	c BCD2: refineLB: 22045974901 -> 22190066240
8.39/8.45	c lower bound updated to 832127484001
8.49/8.50	c BCD2: 834346490624 <= obj <= 6901110600565
8.49/8.50	c BCD2: #cores=66, #unrelaxed=1034, #relaxed=238, #hardened=0
8.49/8.50	c BCD2: #sat=1 #unsat=77 bias=77/78
8.49/8.50	c Solving starts ...
8.49/8.50	c ============================[ Search Statistics ]============================
8.49/8.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.50	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.50	c =============================================================================
8.49/8.51	c  0.0s |       0 |        0 |        0 |    28911      0 |     1000 |      575
8.49/8.54	c  0.0s |       0 |      314 |        0 |    28911      0 |     1000 |      596
8.49/8.54	c #cpu_time = 0.032s
8.49/8.54	c #wall_clock_time = 0.032s
8.49/8.54	c #decision = 314
8.49/8.54	c #random_decision = 0
8.49/8.54	c #conflict = 0
8.49/8.54	c #restart = 0
8.49/8.54	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
8.49/8.54	c lower bound updated to 843222517121
8.59/8.60	c BCD2: 845441523744 <= obj <= 6901110600565
8.59/8.60	c BCD2: #cores=67, #unrelaxed=1031, #relaxed=241, #hardened=0
8.59/8.60	c BCD2: #sat=1 #unsat=78 bias=78/79
8.59/8.60	c Solving starts ...
8.59/8.60	c ============================[ Search Statistics ]============================
8.59/8.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.60	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.60	c =============================================================================
8.59/8.60	c  0.0s |       0 |        0 |        0 |    28911      0 |     1000 |      597
8.59/8.63	c  0.0s |       0 |      313 |        0 |    28911      0 |     1000 |      597
8.59/8.63	c #cpu_time = 0.032s
8.59/8.63	c #wall_clock_time = 0.032s
8.59/8.63	c #decision = 313
8.59/8.63	c #random_decision = 0
8.59/8.63	c #conflict = 0
8.59/8.63	c #restart = 0
8.59/8.63	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
8.59/8.63	c lower bound updated to 854317550241
8.59/8.69	c BCD2: 856536556864 <= obj <= 6901110600565
8.59/8.69	c BCD2: #cores=68, #unrelaxed=1028, #relaxed=244, #hardened=0
8.59/8.69	c BCD2: #sat=1 #unsat=79 bias=79/80
8.59/8.69	c Solving starts ...
8.59/8.69	c ============================[ Search Statistics ]============================
8.59/8.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.69	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.69	c =============================================================================
8.59/8.69	c  0.0s |       0 |        0 |        0 |    28911      0 |     1000 |      598
8.69/8.73	c  0.0s |       0 |      318 |        1 |    28911      0 |     1000 |      598
8.69/8.73	c #cpu_time = 0.033s
8.69/8.73	c #wall_clock_time = 0.033s
8.69/8.73	c #decision = 318
8.69/8.73	c #random_decision = 0
8.69/8.73	c #conflict = 1
8.69/8.73	c #restart = 0
8.69/8.73	c BCD2: relaxing 5 and merging with 4 cores into a new core of size 17: cost of the new core is >=55475165600
8.69/8.73	c BCD2: refineLB: 55336477687 -> 55475165600
8.69/8.73	c lower bound updated to 865412583361
8.69/8.78	c BCD2: 867631589984 <= obj <= 6901110600565
8.69/8.78	c BCD2: #cores=65, #unrelaxed=1023, #relaxed=249, #hardened=0
8.69/8.78	c BCD2: #sat=1 #unsat=80 bias=80/81
8.69/8.78	c Solving starts ...
8.69/8.78	c ============================[ Search Statistics ]============================
8.69/8.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.78	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.78	c =============================================================================
8.69/8.78	c  0.0s |       0 |        0 |        0 |    28911      0 |     1131 |      598
8.80/8.82	c  0.0s |       0 |      315 |        0 |    28911      0 |     1131 |      856
8.80/8.82	c #cpu_time = 0.037s
8.80/8.82	c #wall_clock_time = 0.037s
8.80/8.82	c #decision = 315
8.80/8.82	c #random_decision = 0
8.80/8.82	c #conflict = 0
8.80/8.82	c #restart = 0
8.80/8.82	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
8.80/8.82	c lower bound updated to 876507616481
8.80/8.87	c BCD2: 878726623104 <= obj <= 6901110600565
8.80/8.87	c BCD2: #cores=66, #unrelaxed=1020, #relaxed=252, #hardened=0
8.80/8.87	c BCD2: #sat=1 #unsat=81 bias=81/82
8.80/8.87	c Solving starts ...
8.80/8.87	c ============================[ Search Statistics ]============================
8.80/8.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.80/8.87	c       |         |          |          |    Limit     GC | Var      | Constra 
8.80/8.87	c =============================================================================
8.80/8.88	c  0.0s |       0 |        0 |        0 |    28911      0 |     1131 |      857
8.90/8.91	c  0.0s |       0 |      316 |        0 |    28911      0 |     1131 |      857
8.90/8.91	c #cpu_time = 0.035s
8.90/8.91	c #wall_clock_time = 0.035s
8.90/8.91	c #decision = 316
8.90/8.91	c #random_decision = 0
8.90/8.91	c #conflict = 0
8.90/8.91	c #restart = 0
8.90/8.91	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
8.90/8.91	c BCD2: refineLB: 11095033121 -> 22190066240
8.90/8.91	c lower bound updated to 887602649601
8.90/8.96	c BCD2: 889821656224 <= obj <= 6901110600565
8.90/8.96	c BCD2: #cores=66, #unrelaxed=1016, #relaxed=256, #hardened=0
8.90/8.96	c BCD2: #sat=1 #unsat=82 bias=82/83
8.90/8.97	c Solving starts ...
8.90/8.97	c ============================[ Search Statistics ]============================
8.90/8.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.90/8.97	c       |         |          |          |    Limit     GC | Var      | Constra 
8.90/8.97	c =============================================================================
8.90/8.97	c  0.0s |       0 |        0 |        0 |    28911      0 |     1132 |      857
8.99/9.00	c  0.0s |       0 |      314 |        0 |    28911      0 |     1132 |      858
8.99/9.00	c #cpu_time = 0.035s
8.99/9.00	c #wall_clock_time = 0.035s
8.99/9.00	c #decision = 314
8.99/9.00	c #random_decision = 0
8.99/9.00	c #conflict = 0
8.99/9.00	c #restart = 0
8.99/9.00	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
8.99/9.00	c lower bound updated to 898697682721
8.99/9.06	c BCD2: 900916689344 <= obj <= 6901110600565
8.99/9.06	c BCD2: #cores=67, #unrelaxed=1013, #relaxed=259, #hardened=0
8.99/9.06	c BCD2: #sat=1 #unsat=83 bias=83/84
8.99/9.06	c Solving starts ...
8.99/9.06	c ============================[ Search Statistics ]============================
8.99/9.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.99/9.06	c       |         |          |          |    Limit     GC | Var      | Constra 
8.99/9.06	c =============================================================================
8.99/9.06	c  0.0s |       0 |        0 |        0 |    28911      0 |     1132 |      859
9.09/9.10	c  0.0s |       0 |      313 |        0 |    28911      0 |     1132 |      859
9.09/9.10	c #cpu_time = 0.033s
9.09/9.10	c #wall_clock_time = 0.033s
9.09/9.10	c #decision = 313
9.09/9.10	c #random_decision = 0
9.09/9.10	c #conflict = 0
9.09/9.10	c #restart = 0
9.09/9.10	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
9.09/9.10	c lower bound updated to 909792715841
9.09/9.15	c BCD2: 912011722464 <= obj <= 6901110600565
9.09/9.15	c BCD2: #cores=68, #unrelaxed=1010, #relaxed=262, #hardened=0
9.09/9.15	c BCD2: #sat=1 #unsat=84 bias=84/85
9.09/9.16	c Solving starts ...
9.09/9.16	c ============================[ Search Statistics ]============================
9.09/9.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.09/9.16	c       |         |          |          |    Limit     GC | Var      | Constra 
9.09/9.16	c =============================================================================
9.09/9.16	c  0.0s |       0 |        0 |        0 |    28911      0 |     1132 |      860
9.09/9.19	c  0.0s |       0 |      317 |        0 |    28911      0 |     1132 |      860
9.09/9.19	c #cpu_time = 0.033s
9.09/9.19	c #wall_clock_time = 0.033s
9.09/9.19	c #decision = 317
9.09/9.19	c #random_decision = 0
9.09/9.19	c #conflict = 0
9.09/9.19	c #restart = 0
9.09/9.19	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
9.09/9.19	c BCD2: refineLB: 11095033121 -> 22190066240
9.09/9.19	c lower bound updated to 920887748961
9.19/9.24	c BCD2: 923106755584 <= obj <= 6901110600565
9.19/9.24	c BCD2: #cores=68, #unrelaxed=1006, #relaxed=266, #hardened=0
9.19/9.24	c BCD2: #sat=1 #unsat=85 bias=85/86
9.19/9.24	c Solving starts ...
9.19/9.24	c ============================[ Search Statistics ]============================
9.19/9.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.19/9.24	c       |         |          |          |    Limit     GC | Var      | Constra 
9.19/9.24	c =============================================================================
9.19/9.25	c  0.0s |       0 |        0 |        0 |    28911      0 |     1133 |      860
9.19/9.28	c  0.0s |       0 |      317 |        0 |    28911      0 |     1133 |      861
9.19/9.28	c #cpu_time = 0.034s
9.19/9.28	c #wall_clock_time = 0.034s
9.19/9.28	c #decision = 317
9.19/9.28	c #random_decision = 0
9.19/9.28	c #conflict = 0
9.19/9.28	c #restart = 0
9.19/9.28	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
9.19/9.28	c BCD2: refineLB: 22061054227 -> 22190066240
9.19/9.28	c lower bound updated to 931982782081
9.29/9.33	c BCD2: 934201788704 <= obj <= 6901110600565
9.29/9.33	c BCD2: #cores=68, #unrelaxed=1002, #relaxed=270, #hardened=0
9.29/9.33	c BCD2: #sat=1 #unsat=86 bias=86/87
9.29/9.33	c Solving starts ...
9.29/9.33	c ============================[ Search Statistics ]============================
9.29/9.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.29/9.33	c       |         |          |          |    Limit     GC | Var      | Constra 
9.29/9.33	c =============================================================================
9.29/9.33	c  0.0s |       0 |        0 |        0 |    28911      0 |     1209 |      861
9.29/9.37	c  0.0s |       0 |      318 |        0 |    28911      0 |     1209 |     1012
9.29/9.37	c #cpu_time = 0.035s
9.29/9.37	c #wall_clock_time = 0.036s
9.29/9.37	c #decision = 318
9.29/9.37	c #random_decision = 0
9.29/9.37	c #conflict = 0
9.29/9.37	c #restart = 0
9.29/9.37	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
9.29/9.37	c lower bound updated to 943077815201
9.39/9.43	c BCD2: 945296821824 <= obj <= 6901110600565
9.39/9.43	c BCD2: #cores=69, #unrelaxed=999, #relaxed=273, #hardened=0
9.39/9.43	c BCD2: #sat=1 #unsat=87 bias=87/88
9.39/9.43	c Solving starts ...
9.39/9.43	c ============================[ Search Statistics ]============================
9.39/9.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.39/9.43	c       |         |          |          |    Limit     GC | Var      | Constra 
9.39/9.43	c =============================================================================
9.39/9.43	c  0.0s |       0 |        0 |        0 |    28911      0 |     1209 |     1013
9.39/9.47	c  0.0s |       0 |      319 |        0 |    28911      0 |     1209 |     1013
9.39/9.47	c #cpu_time = 0.033s
9.39/9.47	c #wall_clock_time = 0.033s
9.39/9.47	c #decision = 319
9.39/9.47	c #random_decision = 0
9.39/9.47	c #conflict = 0
9.39/9.47	c #restart = 0
9.39/9.47	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
9.39/9.47	c lower bound updated to 954172848321
9.49/9.52	c BCD2: 956391854944 <= obj <= 6901110600565
9.49/9.52	c BCD2: #cores=70, #unrelaxed=996, #relaxed=276, #hardened=0
9.49/9.52	c BCD2: #sat=1 #unsat=88 bias=88/89
9.49/9.52	c Solving starts ...
9.49/9.52	c ============================[ Search Statistics ]============================
9.49/9.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.49/9.52	c       |         |          |          |    Limit     GC | Var      | Constra 
9.49/9.52	c =============================================================================
9.49/9.52	c  0.0s |       0 |        0 |        0 |    28911      0 |     1209 |     1014
9.49/9.56	c  0.0s |       0 |      319 |        0 |    28911      0 |     1209 |     1014
9.49/9.56	c #cpu_time = 0.033s
9.49/9.56	c #wall_clock_time = 0.033s
9.49/9.56	c #decision = 319
9.49/9.56	c #random_decision = 0
9.49/9.56	c #conflict = 0
9.49/9.56	c #restart = 0
9.49/9.56	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=33285099360
9.49/9.56	c BCD2: refineLB: 22190066241 -> 33285099360
9.49/9.56	c lower bound updated to 965267881441
9.59/9.61	c BCD2: 967486888064 <= obj <= 6901110600565
9.59/9.61	c BCD2: #cores=69, #unrelaxed=991, #relaxed=281, #hardened=0
9.59/9.61	c BCD2: #sat=1 #unsat=89 bias=89/90
9.59/9.61	c Solving starts ...
9.59/9.61	c ============================[ Search Statistics ]============================
9.59/9.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.59/9.61	c       |         |          |          |    Limit     GC | Var      | Constra 
9.59/9.61	c =============================================================================
9.59/9.62	c  0.0s |       0 |        0 |        0 |    28911      0 |     1228 |     1014
9.59/9.65	c  0.0s |       0 |      318 |        0 |    28911      0 |     1228 |     1050
9.59/9.65	c #cpu_time = 0.034s
9.59/9.65	c #wall_clock_time = 0.035s
9.59/9.65	c #decision = 318
9.59/9.65	c #random_decision = 0
9.59/9.65	c #conflict = 0
9.59/9.65	c #restart = 0
9.59/9.65	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
9.59/9.65	c BCD2: refineLB: 22066788095 -> 22190066240
9.59/9.65	c lower bound updated to 976362914561
9.69/9.70	c BCD2: 978581921184 <= obj <= 6901110600565
9.69/9.70	c BCD2: #cores=69, #unrelaxed=987, #relaxed=285, #hardened=0
9.69/9.70	c BCD2: #sat=1 #unsat=90 bias=90/91
9.69/9.70	c Solving starts ...
9.69/9.70	c ============================[ Search Statistics ]============================
9.69/9.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.69/9.70	c       |         |          |          |    Limit     GC | Var      | Constra 
9.69/9.70	c =============================================================================
9.69/9.70	c  0.0s |       0 |        0 |        0 |    28911      0 |     1290 |     1050
9.69/9.74	c  0.0s |       0 |      316 |        0 |    28911      0 |     1290 |     1173
9.69/9.74	c #cpu_time = 0.035s
9.69/9.74	c #wall_clock_time = 0.035s
9.69/9.74	c #decision = 316
9.69/9.74	c #random_decision = 0
9.69/9.74	c #conflict = 0
9.69/9.74	c #restart = 0
9.69/9.74	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
9.69/9.74	c BCD2: refineLB: 22068142800 -> 22190066240
9.69/9.74	c lower bound updated to 987457947681
9.69/9.79	c BCD2: 989676954304 <= obj <= 6901110600565
9.69/9.79	c BCD2: #cores=69, #unrelaxed=983, #relaxed=289, #hardened=0
9.69/9.79	c BCD2: #sat=1 #unsat=91 bias=91/92
9.69/9.79	c Solving starts ...
9.69/9.79	c ============================[ Search Statistics ]============================
9.69/9.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.69/9.79	c       |         |          |          |    Limit     GC | Var      | Constra 
9.69/9.79	c =============================================================================
9.79/9.80	c  0.0s |       0 |        0 |        0 |    28911      0 |     1294 |     1173
9.79/9.83	c  0.0s |       0 |      314 |        0 |    28911      0 |     1294 |     1180
9.79/9.83	c #cpu_time = 0.035s
9.79/9.83	c #wall_clock_time = 0.035s
9.79/9.83	c #decision = 314
9.79/9.83	c #random_decision = 0
9.79/9.83	c #conflict = 0
9.79/9.83	c #restart = 0
9.79/9.83	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
9.79/9.83	c BCD2: refineLB: 22069468054 -> 22190066240
9.79/9.83	c lower bound updated to 998552980801
9.79/9.88	c BCD2: 1000771987424 <= obj <= 6901110600565
9.79/9.88	c BCD2: #cores=69, #unrelaxed=979, #relaxed=293, #hardened=0
9.79/9.88	c BCD2: #sat=1 #unsat=92 bias=92/93
9.79/9.88	c Solving starts ...
9.79/9.88	c ============================[ Search Statistics ]============================
9.79/9.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.79/9.88	c       |         |          |          |    Limit     GC | Var      | Constra 
9.79/9.88	c =============================================================================
9.79/9.88	c  0.0s |       0 |        0 |        0 |    28911      0 |     1311 |     1180
9.90/9.92	c  0.0s |       0 |      313 |        0 |    28911      0 |     1311 |     1213
9.90/9.92	c #cpu_time = 0.035s
9.90/9.92	c #wall_clock_time = 0.035s
9.90/9.92	c #decision = 313
9.90/9.92	c #random_decision = 0
9.90/9.92	c #conflict = 0
9.90/9.92	c #restart = 0
9.90/9.92	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=33285099360
9.90/9.92	c BCD2: refineLB: 33165797929 -> 33285099360
9.90/9.92	c lower bound updated to 1009648013921
9.90/9.97	c BCD2: 1011867020544 <= obj <= 6901110600565
9.90/9.97	c BCD2: #cores=68, #unrelaxed=974, #relaxed=298, #hardened=0
9.90/9.97	c BCD2: #sat=1 #unsat=93 bias=93/94
9.90/9.97	c Solving starts ...
9.90/9.97	c ============================[ Search Statistics ]============================
9.90/9.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.90/9.97	c       |         |          |          |    Limit     GC | Var      | Constra 
9.90/9.97	c =============================================================================
9.90/9.98	c  0.0s |       0 |        0 |        0 |    28911      0 |     1432 |     1213
10.00/10.01	c  0.0s |       0 |      311 |        0 |    28911      0 |     1432 |     1453
10.00/10.01	c #cpu_time = 0.035s
10.00/10.01	c #wall_clock_time = 0.035s
10.00/10.01	c #decision = 311
10.00/10.01	c #random_decision = 0
10.00/10.01	c #conflict = 0
10.00/10.01	c #restart = 0
10.00/10.01	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
10.00/10.01	c lower bound updated to 1020743047041
10.00/10.07	c BCD2: 1022962053664 <= obj <= 6901110600565
10.00/10.07	c BCD2: #cores=69, #unrelaxed=971, #relaxed=301, #hardened=0
10.00/10.07	c BCD2: #sat=1 #unsat=94 bias=94/95
10.00/10.07	c Solving starts ...
10.00/10.07	c ============================[ Search Statistics ]============================
10.00/10.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.00/10.07	c       |         |          |          |    Limit     GC | Var      | Constra 
10.00/10.07	c =============================================================================
10.00/10.07	c  0.0s |       0 |        0 |        0 |    28911      0 |     1432 |     1454
10.09/10.11	c  0.0s |       0 |      319 |        0 |    28911      0 |     1432 |     1454
10.09/10.11	c #cpu_time = 0.035s
10.09/10.11	c #wall_clock_time = 0.035s
10.09/10.11	c #decision = 319
10.09/10.11	c #random_decision = 0
10.09/10.11	c #conflict = 0
10.09/10.11	c #restart = 0
10.09/10.11	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
10.09/10.11	c lower bound updated to 1031838080161
10.09/10.16	c BCD2: 1034057086784 <= obj <= 6901110600565
10.09/10.16	c BCD2: #cores=70, #unrelaxed=968, #relaxed=304, #hardened=0
10.09/10.16	c BCD2: #sat=1 #unsat=95 bias=95/96
10.09/10.17	c Solving starts ...
10.09/10.17	c ============================[ Search Statistics ]============================
10.09/10.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.09/10.17	c       |         |          |          |    Limit     GC | Var      | Constra 
10.09/10.17	c =============================================================================
10.09/10.17	c  0.0s |       0 |        0 |        0 |    28911      0 |     1432 |     1455
10.19/10.21	c  0.0s |       0 |      319 |        0 |    28911      0 |     1432 |     1455
10.19/10.21	c #cpu_time = 0.035s
10.19/10.21	c #wall_clock_time = 0.035s
10.19/10.21	c #decision = 319
10.19/10.21	c #random_decision = 0
10.19/10.21	c #conflict = 0
10.19/10.21	c #restart = 0
10.19/10.21	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
10.19/10.21	c lower bound updated to 1042933113281
10.19/10.26	c BCD2: 1045152119904 <= obj <= 6901110600565
10.19/10.26	c BCD2: #cores=71, #unrelaxed=965, #relaxed=307, #hardened=0
10.19/10.26	c BCD2: #sat=1 #unsat=96 bias=96/97
10.19/10.26	c Solving starts ...
10.19/10.26	c ============================[ Search Statistics ]============================
10.19/10.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.19/10.26	c       |         |          |          |    Limit     GC | Var      | Constra 
10.19/10.26	c =============================================================================
10.19/10.26	c  0.0s |       0 |        0 |        0 |    28911      0 |     1432 |     1456
10.29/10.30	c  0.0s |       0 |      319 |        0 |    28911      0 |     1432 |     1456
10.29/10.30	c #cpu_time = 0.035s
10.29/10.30	c #wall_clock_time = 0.036s
10.29/10.30	c #decision = 319
10.29/10.30	c #random_decision = 0
10.29/10.30	c #conflict = 0
10.29/10.30	c #restart = 0
10.29/10.30	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=33285099360
10.29/10.30	c BCD2: refineLB: 33170717576 -> 33285099360
10.29/10.30	c lower bound updated to 1054028146401
10.29/10.35	c BCD2: 1056247153024 <= obj <= 6901110600565
10.29/10.35	c BCD2: #cores=70, #unrelaxed=960, #relaxed=312, #hardened=0
10.29/10.35	c BCD2: #sat=1 #unsat=97 bias=97/98
10.29/10.35	c Solving starts ...
10.29/10.35	c ============================[ Search Statistics ]============================
10.29/10.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.29/10.35	c       |         |          |          |    Limit     GC | Var      | Constra 
10.29/10.35	c =============================================================================
10.29/10.36	c  0.0s |       0 |        0 |        0 |    28911      0 |     1462 |     1456
10.29/10.39	c  0.0s |       0 |      315 |        0 |    28911      0 |     1462 |     1514
10.29/10.39	c #cpu_time = 0.034s
10.29/10.39	c #wall_clock_time = 0.034s
10.29/10.39	c #decision = 315
10.29/10.39	c #random_decision = 0
10.29/10.39	c #conflict = 0
10.29/10.39	c #restart = 0
10.29/10.39	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
10.29/10.39	c lower bound updated to 1065123179521
10.39/10.45	c BCD2: 1067342186144 <= obj <= 6901110600565
10.39/10.45	c BCD2: #cores=71, #unrelaxed=957, #relaxed=315, #hardened=0
10.39/10.45	c BCD2: #sat=1 #unsat=98 bias=98/99
10.39/10.45	c Solving starts ...
10.39/10.45	c ============================[ Search Statistics ]============================
10.39/10.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.39/10.45	c       |         |          |          |    Limit     GC | Var      | Constra 
10.39/10.45	c =============================================================================
10.39/10.45	c  0.0s |       0 |        0 |        0 |    28911      0 |     1462 |     1515
10.39/10.49	c  0.0s |       0 |      315 |        0 |    28911      0 |     1462 |     1515
10.39/10.49	c #cpu_time = 0.034s
10.39/10.49	c #wall_clock_time = 0.034s
10.39/10.49	c #decision = 315
10.39/10.49	c #random_decision = 0
10.39/10.49	c #conflict = 0
10.39/10.49	c #restart = 0
10.39/10.49	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
10.39/10.49	c lower bound updated to 1076218212641
10.49/10.54	c BCD2: 1078437219264 <= obj <= 6901110600565
10.49/10.54	c BCD2: #cores=72, #unrelaxed=954, #relaxed=318, #hardened=0
10.49/10.54	c BCD2: #sat=1 #unsat=99 bias=99/100
10.49/10.54	c Solving starts ...
10.49/10.54	c ============================[ Search Statistics ]============================
10.49/10.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.49/10.54	c       |         |          |          |    Limit     GC | Var      | Constra 
10.49/10.54	c =============================================================================
10.49/10.55	c  0.0s |       0 |        0 |        0 |    28911      0 |     1462 |     1516
10.49/10.58	c  0.0s |       0 |      319 |        0 |    28911      0 |     1462 |     1516
10.49/10.58	c #cpu_time = 0.035s
10.49/10.58	c #wall_clock_time = 0.035s
10.49/10.58	c #decision = 319
10.49/10.58	c #random_decision = 0
10.49/10.58	c #conflict = 0
10.49/10.58	c #restart = 0
10.49/10.58	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
10.49/10.58	c BCD2: refineLB: 22079115909 -> 22190066240
10.49/10.58	c lower bound updated to 1087313245761
10.59/10.63	c BCD2: 1089532252384 <= obj <= 6901110600565
10.59/10.63	c BCD2: #cores=72, #unrelaxed=950, #relaxed=322, #hardened=0
10.59/10.63	c BCD2: #sat=1 #unsat=100 bias=100/101
10.59/10.64	c Solving starts ...
10.59/10.64	c ============================[ Search Statistics ]============================
10.59/10.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.59/10.64	c       |         |          |          |    Limit     GC | Var      | Constra 
10.59/10.64	c =============================================================================
10.59/10.64	c  0.0s |       0 |        0 |        0 |    28911      0 |     1525 |     1516
10.59/10.68	c  0.0s |       0 |      316 |        0 |    28911      0 |     1525 |     1641
10.59/10.68	c #cpu_time = 0.039s
10.59/10.68	c #wall_clock_time = 0.039s
10.59/10.68	c #decision = 316
10.59/10.68	c #random_decision = 0
10.59/10.68	c #conflict = 0
10.59/10.68	c #restart = 0
10.59/10.68	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
10.59/10.68	c lower bound updated to 1098408278881
10.69/10.73	c BCD2: 1100627285504 <= obj <= 6901110600565
10.69/10.73	c BCD2: #cores=73, #unrelaxed=947, #relaxed=325, #hardened=0
10.69/10.73	c BCD2: #sat=1 #unsat=101 bias=101/102
10.69/10.73	c Solving starts ...
10.69/10.73	c ============================[ Search Statistics ]============================
10.69/10.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.73	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.73	c =============================================================================
10.69/10.74	c  0.0s |       0 |        0 |        0 |    28911      0 |     1525 |     1642
10.69/10.77	c  0.0s |       0 |      318 |        0 |    28911      0 |     1525 |     1642
10.69/10.77	c #cpu_time = 0.036s
10.69/10.77	c #wall_clock_time = 0.036s
10.69/10.77	c #decision = 318
10.69/10.77	c #random_decision = 0
10.69/10.77	c #conflict = 0
10.69/10.77	c #restart = 0
10.69/10.77	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
10.69/10.77	c lower bound updated to 1109503312001
10.79/10.83	c BCD2: 1111722318624 <= obj <= 6901110600565
10.79/10.83	c BCD2: #cores=74, #unrelaxed=944, #relaxed=328, #hardened=0
10.79/10.83	c BCD2: #sat=1 #unsat=102 bias=102/103
10.79/10.83	c Solving starts ...
10.79/10.83	c ============================[ Search Statistics ]============================
10.79/10.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.79/10.83	c       |         |          |          |    Limit     GC | Var      | Constra 
10.79/10.83	c =============================================================================
10.79/10.83	c  0.0s |       0 |        0 |        0 |    28911      0 |     1525 |     1643
10.79/10.87	c  0.0s |       0 |      325 |        0 |    28911      0 |     1525 |     1643
10.79/10.87	c #cpu_time = 0.036s
10.79/10.87	c #wall_clock_time = 0.036s
10.79/10.87	c #decision = 325
10.79/10.87	c #random_decision = 0
10.79/10.87	c #conflict = 0
10.79/10.87	c #restart = 0
10.79/10.87	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
10.79/10.87	c BCD2: refineLB: 22082347472 -> 22190066240
10.79/10.87	c lower bound updated to 1120598345121
10.89/10.92	c BCD2: 1122817351744 <= obj <= 6901110600565
10.89/10.92	c BCD2: #cores=74, #unrelaxed=940, #relaxed=332, #hardened=0
10.89/10.92	c BCD2: #sat=1 #unsat=103 bias=103/104
10.89/10.92	c Solving starts ...
10.89/10.92	c ============================[ Search Statistics ]============================
10.89/10.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.89/10.92	c       |         |          |          |    Limit     GC | Var      | Constra 
10.89/10.92	c =============================================================================
10.89/10.93	c  0.0s |       0 |        0 |        0 |    28911      0 |     1606 |     1643
10.89/10.97	c  0.0s |       0 |      323 |        0 |    28911      0 |     1606 |     1804
10.89/10.97	c #cpu_time = 0.036s
10.89/10.97	c #wall_clock_time = 0.036s
10.89/10.97	c #decision = 323
10.89/10.97	c #random_decision = 0
10.89/10.97	c #conflict = 0
10.89/10.97	c #restart = 0
10.89/10.97	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
10.89/10.97	c BCD2: refineLB: 22083383230 -> 22190066240
10.89/10.97	c lower bound updated to 1131693378241
10.99/11.02	c BCD2: 1133912384864 <= obj <= 6901110600565
10.99/11.02	c BCD2: #cores=74, #unrelaxed=936, #relaxed=336, #hardened=0
10.99/11.02	c BCD2: #sat=1 #unsat=104 bias=104/105
10.99/11.02	c Solving starts ...
10.99/11.02	c ============================[ Search Statistics ]============================
10.99/11.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.02	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.02	c =============================================================================
10.99/11.02	c  0.0s |       0 |        0 |        0 |    28911      0 |     1677 |     1804
10.99/11.06	c  0.0s |       0 |      321 |        0 |    28911      0 |     1677 |     1945
10.99/11.06	c #cpu_time = 0.040s
10.99/11.06	c #wall_clock_time = 0.040s
10.99/11.06	c #decision = 321
10.99/11.06	c #random_decision = 0
10.99/11.06	c #conflict = 0
10.99/11.06	c #restart = 0
10.99/11.06	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
10.99/11.06	c BCD2: refineLB: 22084399258 -> 22190066240
10.99/11.06	c lower bound updated to 1142788411361
11.09/11.11	c BCD2: 1145007417984 <= obj <= 6901110600565
11.09/11.11	c BCD2: #cores=74, #unrelaxed=932, #relaxed=340, #hardened=0
11.09/11.11	c BCD2: #sat=1 #unsat=105 bias=105/106
11.09/11.11	c Solving starts ...
11.09/11.11	c ============================[ Search Statistics ]============================
11.09/11.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.09/11.11	c       |         |          |          |    Limit     GC | Var      | Constra 
11.09/11.11	c =============================================================================
11.09/11.12	c  0.0s |       0 |        0 |        0 |    28911      0 |     1765 |     1945
11.09/11.16	c  0.0s |       0 |      319 |        0 |    28911      0 |     1765 |     2120
11.09/11.16	c #cpu_time = 0.036s
11.09/11.16	c #wall_clock_time = 0.036s
11.09/11.16	c #decision = 319
11.09/11.16	c #random_decision = 0
11.09/11.16	c #conflict = 0
11.09/11.16	c #restart = 0
11.09/11.16	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
11.09/11.16	c BCD2: refineLB: 22085396117 -> 22190066240
11.09/11.16	c lower bound updated to 1153883444481
11.19/11.21	c BCD2: 1156102451104 <= obj <= 6901110600565
11.19/11.21	c BCD2: #cores=74, #unrelaxed=928, #relaxed=344, #hardened=0
11.19/11.21	c BCD2: #sat=1 #unsat=106 bias=106/107
11.19/11.21	c Solving starts ...
11.19/11.21	c ============================[ Search Statistics ]============================
11.19/11.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.19/11.21	c       |         |          |          |    Limit     GC | Var      | Constra 
11.19/11.21	c =============================================================================
11.19/11.21	c  0.0s |       0 |        0 |        0 |    28911      0 |     1773 |     2120
11.19/11.25	c  0.0s |       0 |      317 |        0 |    28911      0 |     1773 |     2135
11.19/11.25	c #cpu_time = 0.038s
11.19/11.25	c #wall_clock_time = 0.038s
11.19/11.25	c #decision = 317
11.19/11.25	c #random_decision = 0
11.19/11.25	c #conflict = 0
11.19/11.25	c #restart = 0
11.19/11.25	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
11.19/11.25	c lower bound updated to 1164978477601
11.29/11.30	c BCD2: 1167197484224 <= obj <= 6901110600565
11.29/11.30	c BCD2: #cores=75, #unrelaxed=925, #relaxed=347, #hardened=0
11.29/11.30	c BCD2: #sat=1 #unsat=107 bias=107/108
11.29/11.31	c Solving starts ...
11.29/11.31	c ============================[ Search Statistics ]============================
11.29/11.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.29/11.31	c       |         |          |          |    Limit     GC | Var      | Constra 
11.29/11.31	c =============================================================================
11.29/11.31	c  0.0s |       0 |        0 |        0 |    28911      0 |     1773 |     2136
11.29/11.35	c  0.0s |       0 |      316 |        0 |    28911      0 |     1773 |     2136
11.29/11.35	c #cpu_time = 0.036s
11.29/11.35	c #wall_clock_time = 0.036s
11.29/11.35	c #decision = 316
11.29/11.35	c #random_decision = 0
11.29/11.35	c #conflict = 0
11.29/11.35	c #restart = 0
11.29/11.35	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
11.29/11.35	c lower bound updated to 1176073510721
11.39/11.40	c BCD2: 1178292517344 <= obj <= 6901110600565
11.39/11.40	c BCD2: #cores=76, #unrelaxed=922, #relaxed=350, #hardened=0
11.39/11.40	c BCD2: #sat=1 #unsat=108 bias=108/109
11.39/11.41	c Solving starts ...
11.39/11.41	c ============================[ Search Statistics ]============================
11.39/11.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.39/11.41	c       |         |          |          |    Limit     GC | Var      | Constra 
11.39/11.41	c =============================================================================
11.39/11.41	c  0.0s |       0 |        0 |        0 |    28911      0 |     1773 |     2137
11.39/11.44	c  0.0s |       0 |      317 |        0 |    28911      0 |     1773 |     2137
11.39/11.44	c #cpu_time = 0.036s
11.39/11.44	c #wall_clock_time = 0.037s
11.39/11.44	c #decision = 317
11.39/11.44	c #random_decision = 0
11.39/11.44	c #conflict = 0
11.39/11.44	c #restart = 0
11.39/11.44	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
11.39/11.44	c lower bound updated to 1187168543841
11.49/11.50	c BCD2: 1189387550464 <= obj <= 6901110600565
11.49/11.50	c BCD2: #cores=77, #unrelaxed=919, #relaxed=353, #hardened=0
11.49/11.50	c BCD2: #sat=1 #unsat=109 bias=109/110
11.49/11.50	c Solving starts ...
11.49/11.50	c ============================[ Search Statistics ]============================
11.49/11.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.49/11.50	c       |         |          |          |    Limit     GC | Var      | Constra 
11.49/11.50	c =============================================================================
11.49/11.51	c  0.0s |       0 |        0 |        0 |    28911      0 |     1773 |     2138
11.49/11.54	c  0.0s |       0 |      317 |        0 |    28911      0 |     1773 |     2138
11.49/11.54	c #cpu_time = 0.036s
11.49/11.54	c #wall_clock_time = 0.037s
11.49/11.54	c #decision = 317
11.49/11.54	c #random_decision = 0
11.49/11.54	c #conflict = 0
11.49/11.54	c #restart = 0
11.49/11.54	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
11.49/11.54	c lower bound updated to 1198263576961
11.59/11.60	c BCD2: 1200482583584 <= obj <= 6901110600565
11.59/11.60	c BCD2: #cores=78, #unrelaxed=916, #relaxed=356, #hardened=0
11.59/11.60	c BCD2: #sat=1 #unsat=110 bias=110/111
11.59/11.60	c Solving starts ...
11.59/11.60	c ============================[ Search Statistics ]============================
11.59/11.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.59/11.60	c       |         |          |          |    Limit     GC | Var      | Constra 
11.59/11.60	c =============================================================================
11.59/11.60	c  0.0s |       0 |        0 |        0 |    28911      0 |     1773 |     2139
11.59/11.64	c  0.0s |       0 |      322 |        0 |    28911      0 |     1773 |     2139
11.59/11.64	c #cpu_time = 0.038s
11.59/11.64	c #wall_clock_time = 0.038s
11.59/11.64	c #decision = 322
11.59/11.64	c #random_decision = 0
11.59/11.64	c #conflict = 0
11.59/11.64	c #restart = 0
11.59/11.64	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
11.59/11.64	c lower bound updated to 1209358610081
11.69/11.70	c BCD2: 1211577616704 <= obj <= 6901110600565
11.69/11.70	c BCD2: #cores=79, #unrelaxed=913, #relaxed=359, #hardened=0
11.69/11.70	c BCD2: #sat=1 #unsat=111 bias=111/112
11.69/11.70	c Solving starts ...
11.69/11.70	c ============================[ Search Statistics ]============================
11.69/11.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.69/11.70	c       |         |          |          |    Limit     GC | Var      | Constra 
11.69/11.70	c =============================================================================
11.69/11.70	c  0.0s |       0 |        0 |        0 |    28911      0 |     1773 |     2140
11.69/11.74	c  0.0s |       0 |      324 |        0 |    28911      0 |     1773 |     2140
11.69/11.74	c #cpu_time = 0.039s
11.69/11.74	c #wall_clock_time = 0.039s
11.69/11.74	c #decision = 324
11.69/11.74	c #random_decision = 0
11.69/11.74	c #conflict = 0
11.69/11.74	c #restart = 0
11.69/11.74	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
11.69/11.74	c lower bound updated to 1220453643201
11.79/11.80	c BCD2: 1222672649824 <= obj <= 6901110600565
11.79/11.80	c BCD2: #cores=80, #unrelaxed=910, #relaxed=362, #hardened=0
11.79/11.80	c BCD2: #sat=1 #unsat=112 bias=112/113
11.79/11.80	c Solving starts ...
11.79/11.80	c ============================[ Search Statistics ]============================
11.79/11.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.79/11.80	c       |         |          |          |    Limit     GC | Var      | Constra 
11.79/11.80	c =============================================================================
11.79/11.80	c  0.0s |       0 |        0 |        0 |    28911      0 |     1773 |     2141
11.79/11.84	c  0.0s |       0 |      326 |        0 |    28911      0 |     1773 |     2141
11.79/11.84	c #cpu_time = 0.039s
11.79/11.84	c #wall_clock_time = 0.040s
11.79/11.84	c #decision = 326
11.79/11.84	c #random_decision = 0
11.79/11.84	c #conflict = 0
11.79/11.84	c #restart = 0
11.79/11.85	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=33285099360
11.79/11.85	c BCD2: refineLB: 22190066241 -> 33285099360
11.79/11.85	c lower bound updated to 1231548676321
11.79/11.89	c BCD2: 1233767682944 <= obj <= 6901110600565
11.79/11.89	c BCD2: #cores=79, #unrelaxed=905, #relaxed=367, #hardened=0
11.79/11.89	c BCD2: #sat=1 #unsat=113 bias=113/114
11.89/11.90	c Solving starts ...
11.89/11.90	c ============================[ Search Statistics ]============================
11.89/11.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.89/11.90	c       |         |          |          |    Limit     GC | Var      | Constra 
11.89/11.90	c =============================================================================
11.89/11.90	c  0.0s |       0 |        0 |        0 |    28911      0 |     1831 |     2141
11.89/11.94	c  0.0s |       0 |      321 |        0 |    28911      0 |     1831 |     2255
11.89/11.94	c #cpu_time = 0.037s
11.89/11.94	c #wall_clock_time = 0.037s
11.89/11.94	c #decision = 321
11.89/11.94	c #random_decision = 0
11.89/11.94	c #conflict = 0
11.89/11.94	c #restart = 0
11.89/11.94	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
11.89/11.94	c lower bound updated to 1242643709441
11.99/12.00	c BCD2: 1244862716064 <= obj <= 6901110600565
11.99/12.00	c BCD2: #cores=80, #unrelaxed=902, #relaxed=370, #hardened=0
11.99/12.00	c BCD2: #sat=1 #unsat=114 bias=114/115
11.99/12.00	c Solving starts ...
11.99/12.00	c ============================[ Search Statistics ]============================
11.99/12.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.99/12.00	c       |         |          |          |    Limit     GC | Var      | Constra 
11.99/12.00	c =============================================================================
11.99/12.00	c  0.0s |       0 |        0 |        0 |    28911      0 |     1831 |     2256
11.99/12.04	c  0.0s |       0 |      323 |        0 |    28911      0 |     1831 |     2256
11.99/12.04	c #cpu_time = 0.037s
11.99/12.04	c #wall_clock_time = 0.037s
11.99/12.04	c #decision = 323
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 >=11095033120
11.99/12.04	c lower bound updated to 1253738742561
11.99/12.10	c BCD2: 1255957749184 <= obj <= 6901110600565
11.99/12.10	c BCD2: #cores=81, #unrelaxed=899, #relaxed=373, #hardened=0
11.99/12.10	c BCD2: #sat=1 #unsat=115 bias=115/116
11.99/12.10	c Solving starts ...
11.99/12.10	c ============================[ Search Statistics ]============================
11.99/12.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.99/12.10	c       |         |          |          |    Limit     GC | Var      | Constra 
11.99/12.10	c =============================================================================
12.09/12.10	c  0.0s |       0 |        0 |        0 |    28911      0 |     1831 |     2257
12.09/12.14	c  0.0s |       0 |      325 |        0 |    28911      0 |     1831 |     2257
12.09/12.14	c #cpu_time = 0.036s
12.09/12.14	c #wall_clock_time = 0.036s
12.09/12.14	c #decision = 325
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 >=11095033120
12.09/12.14	c lower bound updated to 1264833775681
12.09/12.20	c BCD2: 1267052782304 <= obj <= 6901110600565
12.09/12.20	c BCD2: #cores=82, #unrelaxed=896, #relaxed=376, #hardened=0
12.09/12.20	c BCD2: #sat=1 #unsat=116 bias=116/117
12.09/12.20	c Solving starts ...
12.09/12.20	c ============================[ Search Statistics ]============================
12.09/12.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.09/12.20	c       |         |          |          |    Limit     GC | Var      | Constra 
12.09/12.20	c =============================================================================
12.09/12.20	c  0.0s |       0 |        0 |        0 |    28911      0 |     1831 |     2258
12.19/12.24	c  0.0s |       0 |      325 |        0 |    28911      0 |     1831 |     2258
12.19/12.24	c #cpu_time = 0.036s
12.19/12.24	c #wall_clock_time = 0.036s
12.19/12.24	c #decision = 325
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: relaxing 9 and merging with 5 cores into a new core of size 24: cost of the new core is >=66570198720
12.19/12.24	c BCD2: refineLB: 55475165601 -> 66570198720
12.19/12.24	c lower bound updated to 1275928808801
12.19/12.29	c BCD2: 1278147815424 <= obj <= 6901110600565
12.19/12.29	c BCD2: #cores=78, #unrelaxed=887, #relaxed=385, #hardened=0
12.19/12.29	c BCD2: #sat=1 #unsat=117 bias=117/118
12.19/12.29	c Solving starts ...
12.19/12.29	c ============================[ Search Statistics ]============================
12.19/12.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.19/12.29	c       |         |          |          |    Limit     GC | Var      | Constra 
12.19/12.29	c =============================================================================
12.29/12.30	c  0.0s |       0 |        0 |        0 |    28911      0 |     2021 |     2258
12.29/12.33	c  0.0s |       0 |      315 |        0 |    28911      0 |     2021 |     2633
12.29/12.33	c #cpu_time = 0.038s
12.29/12.33	c #wall_clock_time = 0.038s
12.29/12.33	c #decision = 315
12.29/12.33	c #random_decision = 0
12.29/12.33	c #conflict = 0
12.29/12.33	c #restart = 0
12.29/12.33	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
12.29/12.33	c lower bound updated to 1287023841921
12.29/12.39	c BCD2: 1289242848544 <= obj <= 6901110600565
12.29/12.39	c BCD2: #cores=79, #unrelaxed=884, #relaxed=388, #hardened=0
12.29/12.39	c BCD2: #sat=1 #unsat=118 bias=118/119
12.29/12.39	c Solving starts ...
12.29/12.39	c ============================[ Search Statistics ]============================
12.29/12.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.29/12.39	c       |         |          |          |    Limit     GC | Var      | Constra 
12.29/12.39	c =============================================================================
12.29/12.39	c  0.0s |       0 |        0 |        0 |    28911      0 |     2021 |     2634
12.39/12.43	c  0.0s |       0 |      320 |        0 |    28911      0 |     2021 |     2634
12.39/12.43	c #cpu_time = 0.037s
12.39/12.43	c #wall_clock_time = 0.037s
12.39/12.43	c #decision = 320
12.39/12.43	c #random_decision = 0
12.39/12.43	c #conflict = 0
12.39/12.43	c #restart = 0
12.39/12.43	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
12.39/12.43	c BCD2: refineLB: 22096830668 -> 22190066240
12.39/12.43	c lower bound updated to 1298118875041
12.39/12.48	c BCD2: 1300337881664 <= obj <= 6901110600565
12.39/12.48	c BCD2: #cores=79, #unrelaxed=880, #relaxed=392, #hardened=0
12.39/12.48	c BCD2: #sat=1 #unsat=119 bias=119/120
12.39/12.48	c Solving starts ...
12.39/12.48	c ============================[ Search Statistics ]============================
12.39/12.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.39/12.48	c       |         |          |          |    Limit     GC | Var      | Constra 
12.39/12.48	c =============================================================================
12.39/12.49	c  0.0s |       0 |        0 |        0 |    28911      0 |     2095 |     2634
12.49/12.53	c  0.0s |       0 |      320 |        1 |    28911      0 |     2095 |     2781
12.49/12.53	c #cpu_time = 0.037s
12.49/12.53	c #wall_clock_time = 0.037s
12.49/12.53	c #decision = 320
12.49/12.53	c #random_decision = 0
12.49/12.53	c #conflict = 1
12.49/12.53	c #restart = 0
12.49/12.53	c BCD2: relaxing 5 and merging with 3 cores into a new core of size 14: cost of the new core is >=44380132480
12.49/12.53	c BCD2: refineLB: 33285099361 -> 44380132480
12.49/12.53	c lower bound updated to 1309213908161
12.49/12.58	c BCD2: 1311432914784 <= obj <= 6901110600565
12.49/12.58	c BCD2: #cores=77, #unrelaxed=875, #relaxed=397, #hardened=0
12.49/12.58	c BCD2: #sat=1 #unsat=120 bias=120/121
12.49/12.58	c Solving starts ...
12.49/12.58	c ============================[ Search Statistics ]============================
12.49/12.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.49/12.58	c       |         |          |          |    Limit     GC | Var      | Constra 
12.49/12.58	c =============================================================================
12.49/12.58	c  0.0s |       0 |        0 |        0 |    28911      0 |     2099 |     2781
12.59/12.62	c  0.0s |       0 |      315 |        0 |    28911      0 |     2099 |     2786
12.59/12.62	c #cpu_time = 0.040s
12.59/12.62	c #wall_clock_time = 0.040s
12.59/12.62	c #decision = 315
12.59/12.62	c #random_decision = 0
12.59/12.62	c #conflict = 0
12.59/12.62	c #restart = 0
12.59/12.62	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
12.59/12.62	c lower bound updated to 1320308941281
12.59/12.68	c BCD2: 1322527947904 <= obj <= 6901110600565
12.59/12.68	c BCD2: #cores=78, #unrelaxed=872, #relaxed=400, #hardened=0
12.59/12.68	c BCD2: #sat=1 #unsat=121 bias=121/122
12.59/12.68	c Solving starts ...
12.59/12.68	c ============================[ Search Statistics ]============================
12.59/12.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.59/12.68	c       |         |          |          |    Limit     GC | Var      | Constra 
12.59/12.68	c =============================================================================
12.59/12.69	c  0.0s |       0 |        0 |        0 |    28911      0 |     2099 |     2787
12.69/12.72	c  0.0s |       0 |      315 |        0 |    28911      0 |     2099 |     2787
12.69/12.72	c #cpu_time = 0.037s
12.69/12.72	c #wall_clock_time = 0.037s
12.69/12.72	c #decision = 315
12.69/12.72	c #random_decision = 0
12.69/12.72	c #conflict = 0
12.69/12.72	c #restart = 0
12.69/12.72	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
12.69/12.72	c lower bound updated to 1331403974401
12.69/12.78	c BCD2: 1333622981024 <= obj <= 6901110600565
12.69/12.78	c BCD2: #cores=79, #unrelaxed=869, #relaxed=403, #hardened=0
12.69/12.78	c BCD2: #sat=1 #unsat=122 bias=122/123
12.69/12.78	c Solving starts ...
12.69/12.78	c ============================[ Search Statistics ]============================
12.69/12.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.69/12.78	c       |         |          |          |    Limit     GC | Var      | Constra 
12.69/12.78	c =============================================================================
12.69/12.78	c  0.0s |       0 |        0 |        0 |    28911      0 |     2099 |     2788
12.78/12.82	c  0.0s |       0 |      317 |        0 |    28911      0 |     2099 |     2788
12.78/12.82	c #cpu_time = 0.038s
12.78/12.82	c #wall_clock_time = 0.038s
12.78/12.82	c #decision = 317
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 >=11095033120
12.78/12.82	c lower bound updated to 1342499007521
12.78/12.88	c BCD2: 1344718014144 <= obj <= 6901110600565
12.78/12.88	c BCD2: #cores=80, #unrelaxed=866, #relaxed=406, #hardened=0
12.78/12.88	c BCD2: #sat=1 #unsat=123 bias=123/124
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.88	c  0.0s |       0 |        0 |        0 |    28911      0 |     2099 |     2789
12.88/12.92	c  0.0s |       0 |      319 |        0 |    28911      0 |     2099 |     2789
12.88/12.92	c #cpu_time = 0.038s
12.88/12.92	c #wall_clock_time = 0.039s
12.88/12.92	c #decision = 319
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 >=11095033120
12.88/12.92	c lower bound updated to 1353594040641
12.88/12.98	c BCD2: 1355813047264 <= obj <= 6901110600565
12.88/12.98	c BCD2: #cores=81, #unrelaxed=863, #relaxed=409, #hardened=0
12.88/12.98	c BCD2: #sat=1 #unsat=124 bias=124/125
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 |    28911      0 |     2099 |     2790
12.98/13.02	c  0.0s |       0 |      318 |        0 |    28911      0 |     2099 |     2790
12.98/13.02	c #cpu_time = 0.038s
12.98/13.02	c #wall_clock_time = 0.038s
12.98/13.02	c #decision = 318
12.98/13.02	c #random_decision = 0
12.98/13.02	c #conflict = 0
12.98/13.02	c #restart = 0
12.98/13.02	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
12.98/13.02	c lower bound updated to 1364689073761
12.98/13.08	c BCD2: 1366908080384 <= obj <= 6901110600565
12.98/13.08	c BCD2: #cores=82, #unrelaxed=860, #relaxed=412, #hardened=0
12.98/13.08	c BCD2: #sat=1 #unsat=125 bias=125/126
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 |    28911      0 |     2099 |     2791
13.08/13.12	c  0.0s |       0 |      321 |        1 |    28911      0 |     2099 |     2791
13.08/13.12	c #cpu_time = 0.039s
13.08/13.12	c #wall_clock_time = 0.039s
13.08/13.12	c #decision = 321
13.08/13.12	c #random_decision = 0
13.08/13.12	c #conflict = 1
13.08/13.12	c #restart = 0
13.08/13.12	c BCD2: relaxing 6 and merging with 6 cores into a new core of size 24: cost of the new core is >=77665231840
13.08/13.12	c BCD2: refineLB: 66570198721 -> 77665231840
13.08/13.12	c lower bound updated to 1375784106881
13.08/13.17	c BCD2: 1378003113504 <= obj <= 6901110600565
13.08/13.17	c BCD2: #cores=77, #unrelaxed=854, #relaxed=418, #hardened=0
13.08/13.17	c BCD2: #sat=1 #unsat=126 bias=126/127
13.08/13.18	c Solving starts ...
13.08/13.18	c ============================[ Search Statistics ]============================
13.08/13.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.08/13.18	c       |         |          |          |    Limit     GC | Var      | Constra 
13.08/13.18	c =============================================================================
13.08/13.18	c  0.0s |       0 |        0 |        0 |    28911      0 |     2415 |     2791
13.19/13.22	c  0.0s |       0 |      312 |        0 |    28911      0 |     2415 |     3417
13.19/13.22	c #cpu_time = 0.040s
13.19/13.22	c #wall_clock_time = 0.040s
13.19/13.22	c #decision = 312
13.19/13.22	c #random_decision = 0
13.19/13.22	c #conflict = 0
13.19/13.22	c #restart = 0
13.19/13.22	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
13.19/13.22	c lower bound updated to 1386879140001
13.19/13.27	c BCD2: 1389098146624 <= obj <= 6901110600565
13.19/13.27	c BCD2: #cores=78, #unrelaxed=851, #relaxed=421, #hardened=0
13.19/13.27	c BCD2: #sat=1 #unsat=127 bias=127/128
13.19/13.28	c Solving starts ...
13.19/13.28	c ============================[ Search Statistics ]============================
13.19/13.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.19/13.28	c       |         |          |          |    Limit     GC | Var      | Constra 
13.19/13.28	c =============================================================================
13.19/13.28	c  0.0s |       0 |        0 |        0 |    28911      0 |     2415 |     3418
13.29/13.32	c  0.0s |       0 |      313 |        0 |    28911      0 |     2415 |     3418
13.29/13.32	c #cpu_time = 0.036s
13.29/13.32	c #wall_clock_time = 0.036s
13.29/13.32	c #decision = 313
13.29/13.32	c #random_decision = 0
13.29/13.32	c #conflict = 0
13.29/13.32	c #restart = 0
13.29/13.32	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
13.29/13.32	c BCD2: refineLB: 11095033121 -> 22190066240
13.29/13.32	c lower bound updated to 1397974173121
13.29/13.37	c BCD2: 1400193179744 <= obj <= 6901110600565
13.29/13.37	c BCD2: #cores=78, #unrelaxed=847, #relaxed=425, #hardened=0
13.29/13.37	c BCD2: #sat=1 #unsat=128 bias=128/129
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 |    28911      0 |     2416 |     3418
13.38/13.41	c  0.0s |       0 |      316 |        1 |    28911      0 |     2416 |     3419
13.38/13.41	c #cpu_time = 0.040s
13.38/13.41	c #wall_clock_time = 0.040s
13.38/13.41	c #decision = 316
13.38/13.41	c #random_decision = 0
13.38/13.41	c #conflict = 1
13.38/13.41	c #restart = 0
13.38/13.41	c BCD2: relaxing 5 and merging with 4 cores into a new core of size 17: cost of the new core is >=55475165600
13.38/13.41	c BCD2: refineLB: 44380132481 -> 55475165600
13.38/13.41	c lower bound updated to 1409069206241
13.38/13.46	c BCD2: 1411288212864 <= obj <= 6901110600565
13.38/13.46	c BCD2: #cores=75, #unrelaxed=842, #relaxed=430, #hardened=0
13.38/13.46	c BCD2: #sat=1 #unsat=129 bias=129/130
13.38/13.46	c Solving starts ...
13.38/13.46	c ============================[ Search Statistics ]============================
13.38/13.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.38/13.46	c       |         |          |          |    Limit     GC | Var      | Constra 
13.38/13.46	c =============================================================================
13.38/13.47	c  0.0s |       0 |        0 |        0 |    28911      0 |     2502 |     3419
13.48/13.51	c  0.0s |       0 |      308 |        0 |    28911      0 |     2502 |     3587
13.48/13.51	c #cpu_time = 0.037s
13.48/13.51	c #wall_clock_time = 0.037s
13.48/13.51	c #decision = 308
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 >=11095033120
13.48/13.51	c lower bound updated to 1420164239361
13.48/13.57	c BCD2: 1422383245984 <= obj <= 6901110600565
13.48/13.57	c BCD2: #cores=76, #unrelaxed=839, #relaxed=433, #hardened=0
13.48/13.57	c BCD2: #sat=1 #unsat=130 bias=130/131
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 |    28911      0 |     2502 |     3588
13.58/13.61	c  0.0s |       0 |      307 |        0 |    28911      0 |     2502 |     3588
13.58/13.61	c #cpu_time = 0.036s
13.58/13.61	c #wall_clock_time = 0.036s
13.58/13.61	c #decision = 307
13.58/13.61	c #random_decision = 0
13.58/13.61	c #conflict = 0
13.58/13.61	c #restart = 0
13.58/13.61	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
13.58/13.61	c lower bound updated to 1431259272481
13.58/13.66	c BCD2: 1433478279104 <= obj <= 6901110600565
13.58/13.66	c BCD2: #cores=77, #unrelaxed=836, #relaxed=436, #hardened=0
13.58/13.66	c BCD2: #sat=1 #unsat=131 bias=131/132
13.58/13.66	c Solving starts ...
13.58/13.66	c ============================[ Search Statistics ]============================
13.58/13.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.58/13.66	c       |         |          |          |    Limit     GC | Var      | Constra 
13.58/13.66	c =============================================================================
13.58/13.67	c  0.0s |       0 |        0 |        0 |    28911      0 |     2502 |     3589
13.68/13.71	c  0.0s |       0 |      306 |        0 |    28911      0 |     2502 |     3589
13.68/13.71	c #cpu_time = 0.036s
13.68/13.71	c #wall_clock_time = 0.036s
13.68/13.71	c #decision = 306
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: found a new core of size 3: cost of the new core is >=11095033120
13.68/13.71	c lower bound updated to 1442354305601
13.68/13.76	c BCD2: 1444573312224 <= obj <= 6901110600565
13.68/13.76	c BCD2: #cores=78, #unrelaxed=833, #relaxed=439, #hardened=0
13.68/13.76	c BCD2: #sat=1 #unsat=132 bias=132/133
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 |    28911      0 |     2502 |     3590
13.78/13.80	c  0.0s |       0 |      309 |        0 |    28911      0 |     2502 |     3590
13.78/13.80	c #cpu_time = 0.037s
13.78/13.80	c #wall_clock_time = 0.037s
13.78/13.80	c #decision = 309
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: found a new core of size 3: cost of the new core is >=11095033120
13.78/13.80	c lower bound updated to 1453449338721
13.78/13.86	c BCD2: 1455668345344 <= obj <= 6901110600565
13.78/13.86	c BCD2: #cores=79, #unrelaxed=830, #relaxed=442, #hardened=0
13.78/13.86	c BCD2: #sat=1 #unsat=133 bias=133/134
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 |    28911      0 |     2502 |     3591
13.88/13.90	c  0.0s |       0 |      312 |        0 |    28911      0 |     2502 |     3591
13.88/13.90	c #cpu_time = 0.037s
13.88/13.90	c #wall_clock_time = 0.037s
13.88/13.90	c #decision = 312
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 >=11095033120
13.88/13.90	c lower bound updated to 1464544371841
13.88/13.96	c BCD2: 1466763378464 <= obj <= 6901110600565
13.88/13.96	c BCD2: #cores=80, #unrelaxed=827, #relaxed=445, #hardened=0
13.88/13.96	c BCD2: #sat=1 #unsat=134 bias=134/135
13.88/13.96	c Solving starts ...
13.88/13.96	c ============================[ Search Statistics ]============================
13.88/13.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.88/13.96	c       |         |          |          |    Limit     GC | Var      | Constra 
13.88/13.96	c =============================================================================
13.88/13.96	c  0.0s |       0 |        0 |        0 |    28911      0 |     2502 |     3592
13.98/14.00	c  0.0s |       0 |      319 |        0 |    28911      0 |     2502 |     3592
13.98/14.00	c #cpu_time = 0.038s
13.98/14.00	c #wall_clock_time = 0.038s
13.98/14.00	c #decision = 319
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: found a new core of size 3: cost of the new core is >=11095033120
13.98/14.00	c lower bound updated to 1475639404961
13.98/14.06	c BCD2: 1477858411584 <= obj <= 6901110600565
13.98/14.06	c BCD2: #cores=81, #unrelaxed=824, #relaxed=448, #hardened=0
13.98/14.06	c BCD2: #sat=1 #unsat=135 bias=135/136
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 |    28911      0 |     2502 |     3593
14.08/14.10	c  0.0s |       0 |      321 |        0 |    28911      0 |     2502 |     3593
14.08/14.10	c #cpu_time = 0.038s
14.08/14.10	c #wall_clock_time = 0.038s
14.08/14.10	c #decision = 321
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: found a new core of size 3: cost of the new core is >=11095033120
14.08/14.10	c lower bound updated to 1486734438081
14.08/14.16	c BCD2: 1488953444704 <= obj <= 6901110600565
14.08/14.16	c BCD2: #cores=82, #unrelaxed=821, #relaxed=451, #hardened=0
14.08/14.16	c BCD2: #sat=1 #unsat=136 bias=136/137
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 |    28911      0 |     2502 |     3594
14.18/14.20	c  0.0s |       0 |      320 |        0 |    28911      0 |     2502 |     3594
14.18/14.20	c #cpu_time = 0.038s
14.18/14.20	c #wall_clock_time = 0.038s
14.18/14.20	c #decision = 320
14.18/14.20	c #random_decision = 0
14.18/14.20	c #conflict = 0
14.18/14.20	c #restart = 0
14.18/14.20	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
14.18/14.20	c lower bound updated to 1497829471201
14.18/14.26	c BCD2: 1500048477824 <= obj <= 6901110600565
14.18/14.26	c BCD2: #cores=83, #unrelaxed=818, #relaxed=454, #hardened=0
14.18/14.26	c BCD2: #sat=1 #unsat=137 bias=137/138
14.18/14.26	c Solving starts ...
14.18/14.26	c ============================[ Search Statistics ]============================
14.18/14.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.18/14.26	c       |         |          |          |    Limit     GC | Var      | Constra 
14.18/14.26	c =============================================================================
14.18/14.27	c  0.0s |       0 |        0 |        0 |    28911      0 |     2502 |     3595
14.29/14.31	c  0.0s |       0 |      321 |        0 |    28911      0 |     2502 |     3595
14.29/14.31	c #cpu_time = 0.038s
14.29/14.31	c #wall_clock_time = 0.038s
14.29/14.31	c #decision = 321
14.29/14.31	c #random_decision = 0
14.29/14.31	c #conflict = 0
14.29/14.31	c #restart = 0
14.29/14.31	c BCD2: relaxing 6 and merging with 3 cores into a new core of size 15: cost of the new core is >=44380132480
14.29/14.31	c BCD2: refineLB: 33285099361 -> 44380132480
14.29/14.31	c lower bound updated to 1508924504321
14.29/14.36	c BCD2: 1511143510944 <= obj <= 6901110600565
14.29/14.36	c BCD2: #cores=81, #unrelaxed=812, #relaxed=460, #hardened=0
14.29/14.36	c BCD2: #sat=1 #unsat=138 bias=138/139
14.29/14.36	c Solving starts ...
14.29/14.36	c ============================[ Search Statistics ]============================
14.29/14.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.29/14.36	c       |         |          |          |    Limit     GC | Var      | Constra 
14.29/14.36	c =============================================================================
14.29/14.36	c  0.0s |       0 |        0 |        0 |    28911      0 |     2619 |     3595
14.29/14.40	c  0.0s |       0 |      315 |        0 |    28911      0 |     2619 |     3826
14.29/14.40	c #cpu_time = 0.042s
14.29/14.40	c #wall_clock_time = 0.042s
14.29/14.40	c #decision = 315
14.29/14.40	c #random_decision = 0
14.29/14.40	c #conflict = 0
14.29/14.40	c #restart = 0
14.29/14.40	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
14.29/14.40	c BCD2: refineLB: 22110245858 -> 22190066240
14.29/14.40	c lower bound updated to 1520019537441
14.39/14.45	c BCD2: 1522238544064 <= obj <= 6901110600565
14.39/14.45	c BCD2: #cores=81, #unrelaxed=808, #relaxed=464, #hardened=0
14.39/14.45	c BCD2: #sat=1 #unsat=139 bias=139/140
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 |    28911      0 |     2695 |     3826
14.48/14.50	c  0.0s |       0 |      313 |        0 |    28911      0 |     2695 |     3977
14.48/14.50	c #cpu_time = 0.038s
14.48/14.50	c #wall_clock_time = 0.038s
14.48/14.50	c #decision = 313
14.48/14.50	c #random_decision = 0
14.48/14.50	c #conflict = 0
14.48/14.50	c #restart = 0
14.48/14.50	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
14.48/14.50	c lower bound updated to 1531114570561
14.48/14.56	c BCD2: 1533333577184 <= obj <= 6901110600565
14.48/14.56	c BCD2: #cores=82, #unrelaxed=805, #relaxed=467, #hardened=0
14.48/14.56	c BCD2: #sat=1 #unsat=140 bias=140/141
14.48/14.56	c Solving starts ...
14.48/14.56	c ============================[ Search Statistics ]============================
14.48/14.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.48/14.56	c       |         |          |          |    Limit     GC | Var      | Constra 
14.48/14.56	c =============================================================================
14.48/14.56	c  0.0s |       0 |        0 |        0 |    28911      0 |     2695 |     3978
14.58/14.60	c  0.0s |       0 |      316 |        0 |    28911      0 |     2695 |     3978
14.58/14.60	c #cpu_time = 0.038s
14.58/14.60	c #wall_clock_time = 0.038s
14.58/14.60	c #decision = 316
14.58/14.60	c #random_decision = 0
14.58/14.60	c #conflict = 0
14.58/14.60	c #restart = 0
14.58/14.60	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
14.58/14.60	c lower bound updated to 1542209603681
14.58/14.66	c BCD2: 1544428610304 <= obj <= 6901110600565
14.58/14.66	c BCD2: #cores=83, #unrelaxed=802, #relaxed=470, #hardened=0
14.58/14.66	c BCD2: #sat=1 #unsat=141 bias=141/142
14.58/14.66	c Solving starts ...
14.58/14.66	c ============================[ Search Statistics ]============================
14.58/14.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.58/14.66	c       |         |          |          |    Limit     GC | Var      | Constra 
14.58/14.66	c =============================================================================
14.58/14.66	c  0.0s |       0 |        0 |        0 |    28911      0 |     2695 |     3979
14.68/14.70	c  0.0s |       0 |      320 |        0 |    28911      0 |     2695 |     3979
14.68/14.70	c #cpu_time = 0.039s
14.68/14.70	c #wall_clock_time = 0.039s
14.68/14.70	c #decision = 320
14.68/14.70	c #random_decision = 0
14.68/14.70	c #conflict = 0
14.68/14.70	c #restart = 0
14.68/14.70	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
14.68/14.70	c lower bound updated to 1553304636801
14.68/14.76	c BCD2: 1555523643424 <= obj <= 6901110600565
14.68/14.76	c BCD2: #cores=84, #unrelaxed=799, #relaxed=473, #hardened=0
14.68/14.76	c BCD2: #sat=1 #unsat=142 bias=142/143
14.68/14.76	c Solving starts ...
14.68/14.76	c ============================[ Search Statistics ]============================
14.68/14.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.68/14.76	c       |         |          |          |    Limit     GC | Var      | Constra 
14.68/14.76	c =============================================================================
14.68/14.76	c  0.0s |       0 |        0 |        0 |    28911      0 |     2695 |     3980
14.78/14.80	c  0.0s |       0 |      320 |        0 |    28911      0 |     2695 |     3980
14.78/14.80	c #cpu_time = 0.039s
14.78/14.80	c #wall_clock_time = 0.039s
14.78/14.80	c #decision = 320
14.78/14.80	c #random_decision = 0
14.78/14.80	c #conflict = 0
14.78/14.80	c #restart = 0
14.78/14.80	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
14.78/14.80	c lower bound updated to 1564399669921
14.78/14.86	c BCD2: 1566618676544 <= obj <= 6901110600565
14.78/14.86	c BCD2: #cores=85, #unrelaxed=796, #relaxed=476, #hardened=0
14.78/14.86	c BCD2: #sat=1 #unsat=143 bias=143/144
14.78/14.86	c Solving starts ...
14.78/14.86	c ============================[ Search Statistics ]============================
14.78/14.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.78/14.86	c       |         |          |          |    Limit     GC | Var      | Constra 
14.78/14.86	c =============================================================================
14.78/14.87	c  0.0s |       0 |        0 |        0 |    28911      0 |     2695 |     3981
14.88/14.91	c  0.0s |       0 |      321 |        0 |    28911      0 |     2695 |     3981
14.88/14.91	c #cpu_time = 0.039s
14.88/14.91	c #wall_clock_time = 0.039s
14.88/14.91	c #decision = 321
14.88/14.91	c #random_decision = 0
14.88/14.91	c #conflict = 0
14.88/14.91	c #restart = 0
14.88/14.91	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
14.88/14.91	c lower bound updated to 1575494703041
14.88/14.96	c BCD2: 1577713709664 <= obj <= 6901110600565
14.88/14.96	c BCD2: #cores=86, #unrelaxed=793, #relaxed=479, #hardened=0
14.88/14.96	c BCD2: #sat=1 #unsat=144 bias=144/145
14.88/14.97	c Solving starts ...
14.88/14.97	c ============================[ Search Statistics ]============================
14.88/14.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.88/14.97	c       |         |          |          |    Limit     GC | Var      | Constra 
14.88/14.97	c =============================================================================
14.88/14.97	c  0.0s |       0 |        0 |        0 |    28911      0 |     2695 |     3982
14.98/15.01	c  0.0s |       0 |      320 |        0 |    28911      0 |     2695 |     3982
14.98/15.01	c #cpu_time = 0.038s
14.98/15.01	c #wall_clock_time = 0.038s
14.98/15.01	c #decision = 320
14.98/15.01	c #random_decision = 0
14.98/15.01	c #conflict = 0
14.98/15.01	c #restart = 0
14.98/15.01	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
14.98/15.01	c BCD2: refineLB: 22113548771 -> 22190066240
14.98/15.01	c lower bound updated to 1586589736161
14.98/15.06	c BCD2: 1588808742784 <= obj <= 6901110600565
14.98/15.06	c BCD2: #cores=86, #unrelaxed=789, #relaxed=483, #hardened=0
14.98/15.06	c BCD2: #sat=1 #unsat=145 bias=145/146
14.98/15.06	c Solving starts ...
14.98/15.06	c ============================[ Search Statistics ]============================
14.98/15.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.98/15.06	c       |         |          |          |    Limit     GC | Var      | Constra 
14.98/15.06	c =============================================================================
14.98/15.07	c  0.0s |       0 |        0 |        0 |    28911      0 |     2786 |     3982
15.08/15.11	c  0.0s |       0 |      319 |        0 |    28911      0 |     2786 |     4163
15.08/15.11	c #cpu_time = 0.040s
15.08/15.11	c #wall_clock_time = 0.040s
15.08/15.11	c #decision = 319
15.08/15.11	c #random_decision = 0
15.08/15.11	c #conflict = 0
15.08/15.11	c #restart = 0
15.08/15.11	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
15.08/15.11	c lower bound updated to 1597684769281
15.08/15.16	c BCD2: 1599903775904 <= obj <= 6901110600565
15.08/15.16	c BCD2: #cores=87, #unrelaxed=786, #relaxed=486, #hardened=0
15.08/15.16	c BCD2: #sat=1 #unsat=146 bias=146/147
15.08/15.17	c Solving starts ...
15.08/15.17	c ============================[ Search Statistics ]============================
15.08/15.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.08/15.17	c       |         |          |          |    Limit     GC | Var      | Constra 
15.08/15.17	c =============================================================================
15.08/15.17	c  0.0s |       0 |        0 |        0 |    28911      0 |     2786 |     4164
15.18/15.21	c  0.0s |       0 |      318 |        0 |    28911      0 |     2786 |     4164
15.18/15.21	c #cpu_time = 0.040s
15.18/15.21	c #wall_clock_time = 0.040s
15.18/15.21	c #decision = 318
15.18/15.21	c #random_decision = 0
15.18/15.21	c #conflict = 0
15.18/15.21	c #restart = 0
15.18/15.21	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
15.18/15.21	c lower bound updated to 1608779802401
15.18/15.26	c BCD2: 1610998809024 <= obj <= 6901110600565
15.18/15.26	c BCD2: #cores=88, #unrelaxed=783, #relaxed=489, #hardened=0
15.18/15.26	c BCD2: #sat=1 #unsat=147 bias=147/148
15.18/15.27	c Solving starts ...
15.18/15.27	c ============================[ Search Statistics ]============================
15.18/15.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.18/15.27	c       |         |          |          |    Limit     GC | Var      | Constra 
15.18/15.27	c =============================================================================
15.18/15.27	c  0.0s |       0 |        0 |        0 |    28911      0 |     2786 |     4165
15.28/15.32	c  0.0s |       0 |      319 |        0 |    28911      0 |     2786 |     4165
15.28/15.32	c #cpu_time = 0.041s
15.28/15.32	c #wall_clock_time = 0.041s
15.28/15.32	c #decision = 319
15.28/15.32	c #random_decision = 0
15.28/15.32	c #conflict = 0
15.28/15.32	c #restart = 0
15.28/15.32	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
15.28/15.32	c lower bound updated to 1619874835521
15.28/15.37	c BCD2: 1622093842144 <= obj <= 6901110600565
15.28/15.37	c BCD2: #cores=89, #unrelaxed=780, #relaxed=492, #hardened=0
15.28/15.37	c BCD2: #sat=1 #unsat=148 bias=148/149
15.28/15.37	c Solving starts ...
15.28/15.37	c ============================[ Search Statistics ]============================
15.28/15.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.28/15.37	c       |         |          |          |    Limit     GC | Var      | Constra 
15.28/15.37	c =============================================================================
15.28/15.37	c  0.0s |       0 |        0 |        0 |    28911      0 |     2786 |     4166
15.39/15.42	c  0.0s |       0 |      322 |        0 |    28911      0 |     2786 |     4166
15.39/15.42	c #cpu_time = 0.041s
15.39/15.42	c #wall_clock_time = 0.041s
15.39/15.42	c #decision = 322
15.39/15.42	c #random_decision = 0
15.39/15.42	c #conflict = 0
15.39/15.42	c #restart = 0
15.39/15.42	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
15.39/15.42	c lower bound updated to 1630969868641
15.39/15.47	c BCD2: 1633188875264 <= obj <= 6901110600565
15.39/15.47	c BCD2: #cores=90, #unrelaxed=777, #relaxed=495, #hardened=0
15.39/15.47	c BCD2: #sat=1 #unsat=149 bias=149/150
15.39/15.48	c Solving starts ...
15.39/15.48	c ============================[ Search Statistics ]============================
15.39/15.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.39/15.48	c       |         |          |          |    Limit     GC | Var      | Constra 
15.39/15.48	c =============================================================================
15.39/15.48	c  0.0s |       0 |        0 |        0 |    28911      0 |     2786 |     4167
15.49/15.52	c  0.0s |       0 |      326 |        0 |    28911      0 |     2786 |     4167
15.49/15.52	c #cpu_time = 0.041s
15.49/15.52	c #wall_clock_time = 0.041s
15.49/15.52	c #decision = 326
15.49/15.52	c #random_decision = 0
15.49/15.52	c #conflict = 0
15.49/15.52	c #restart = 0
15.49/15.52	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
15.49/15.52	c lower bound updated to 1642064901761
15.49/15.58	c BCD2: 1644283908384 <= obj <= 6901110600565
15.49/15.58	c BCD2: #cores=91, #unrelaxed=774, #relaxed=498, #hardened=0
15.49/15.58	c BCD2: #sat=1 #unsat=150 bias=150/151
15.49/15.58	c Solving starts ...
15.49/15.58	c ============================[ Search Statistics ]============================
15.49/15.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.49/15.58	c       |         |          |          |    Limit     GC | Var      | Constra 
15.49/15.58	c =============================================================================
15.49/15.58	c  0.0s |       0 |        0 |        0 |    28911      0 |     2786 |     4168
15.58/15.63	c  0.0s |       0 |      328 |        0 |    28911      0 |     2786 |     4168
15.58/15.63	c #cpu_time = 0.041s
15.58/15.63	c #wall_clock_time = 0.041s
15.58/15.63	c #decision = 328
15.58/15.63	c #random_decision = 0
15.58/15.63	c #conflict = 0
15.58/15.63	c #restart = 0
15.58/15.63	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=33285099360
15.58/15.63	c BCD2: refineLB: 22190066241 -> 33285099360
15.58/15.63	c lower bound updated to 1653159934881
15.58/15.67	c BCD2: 1655378941504 <= obj <= 6901110600565
15.58/15.67	c BCD2: #cores=90, #unrelaxed=769, #relaxed=503, #hardened=0
15.58/15.67	c BCD2: #sat=1 #unsat=151 bias=151/152
15.58/15.68	c Solving starts ...
15.58/15.68	c ============================[ Search Statistics ]============================
15.58/15.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.58/15.68	c       |         |          |          |    Limit     GC | Var      | Constra 
15.58/15.68	c =============================================================================
15.58/15.69	c  0.0s |       0 |        0 |        0 |    28911      0 |     2788 |     4168
15.68/15.73	c  0.0s |       0 |      324 |        0 |    28911      0 |     2788 |     4170
15.68/15.73	c #cpu_time = 0.040s
15.68/15.73	c #wall_clock_time = 0.040s
15.68/15.73	c #decision = 324
15.68/15.73	c #random_decision = 0
15.68/15.73	c #conflict = 0
15.68/15.73	c #restart = 0
15.68/15.73	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
15.68/15.73	c lower bound updated to 1664254968001
15.68/15.78	c BCD2: 1666473974624 <= obj <= 6901110600565
15.68/15.78	c BCD2: #cores=91, #unrelaxed=766, #relaxed=506, #hardened=0
15.68/15.78	c BCD2: #sat=1 #unsat=152 bias=152/153
15.68/15.79	c Solving starts ...
15.68/15.79	c ============================[ Search Statistics ]============================
15.68/15.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.68/15.79	c       |         |          |          |    Limit     GC | Var      | Constra 
15.68/15.79	c =============================================================================
15.68/15.79	c  0.0s |       0 |        0 |        0 |    28911      0 |     2788 |     4171
15.78/15.83	c  0.0s |       0 |      327 |        1 |    28911      0 |     2788 |     4171
15.78/15.83	c #cpu_time = 0.041s
15.78/15.83	c #wall_clock_time = 0.041s
15.78/15.83	c #decision = 327
15.78/15.83	c #random_decision = 0
15.78/15.83	c #conflict = 1
15.78/15.83	c #restart = 0
15.78/15.83	c BCD2: relaxing 8 and merging with 2 cores into a new core of size 18: cost of the new core is >=44380132480
15.78/15.83	c BCD2: refineLB: 44307615924 -> 44380132480
15.78/15.83	c lower bound updated to 1675350001121
15.78/15.88	c BCD2: 1677569007744 <= obj <= 6901110600565
15.78/15.88	c BCD2: #cores=90, #unrelaxed=758, #relaxed=514, #hardened=0
15.78/15.88	c BCD2: #sat=1 #unsat=153 bias=153/154
15.78/15.88	c Solving starts ...
15.78/15.88	c ============================[ Search Statistics ]============================
15.78/15.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.78/15.88	c       |         |          |          |    Limit     GC | Var      | Constra 
15.78/15.88	c =============================================================================
15.78/15.89	c  0.0s |       0 |        0 |        0 |    28911      0 |     2843 |     4171
15.88/15.93	c  0.0s |       0 |      321 |        0 |    28911      0 |     2843 |     4279
15.88/15.93	c #cpu_time = 0.043s
15.88/15.93	c #wall_clock_time = 0.043s
15.88/15.93	c #decision = 321
15.88/15.93	c #random_decision = 0
15.88/15.93	c #conflict = 0
15.88/15.93	c #restart = 0
15.88/15.93	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
15.88/15.93	c lower bound updated to 1686445034241
15.88/15.99	c BCD2: 1688664040864 <= obj <= 6901110600565
15.88/15.99	c BCD2: #cores=91, #unrelaxed=755, #relaxed=517, #hardened=0
15.88/15.99	c BCD2: #sat=1 #unsat=154 bias=154/155
15.88/15.99	c Solving starts ...
15.88/15.99	c ============================[ Search Statistics ]============================
15.88/15.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.88/15.99	c       |         |          |          |    Limit     GC | Var      | Constra 
15.88/15.99	c =============================================================================
15.88/15.99	c  0.0s |       0 |        0 |        0 |    28911      0 |     2843 |     4280
15.98/16.04	c  0.0s |       0 |      322 |        0 |    28911      0 |     2843 |     4280
15.98/16.04	c #cpu_time = 0.042s
15.98/16.04	c #wall_clock_time = 0.042s
15.98/16.04	c #decision = 322
15.98/16.04	c #random_decision = 0
15.98/16.04	c #conflict = 0
15.98/16.04	c #restart = 0
15.98/16.04	c BCD2: relaxing 6 and merging with 3 cores into a new core of size 15: cost of the new core is >=44380132480
15.98/16.04	c BCD2: refineLB: 33285099361 -> 44380132480
15.98/16.04	c lower bound updated to 1697540067361
15.98/16.09	c BCD2: 1699759073984 <= obj <= 6901110600565
15.98/16.09	c BCD2: #cores=89, #unrelaxed=749, #relaxed=523, #hardened=0
15.98/16.09	c BCD2: #sat=1 #unsat=155 bias=155/156
15.98/16.09	c Solving starts ...
15.98/16.09	c ============================[ Search Statistics ]============================
15.98/16.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.98/16.09	c       |         |          |          |    Limit     GC | Var      | Constra 
15.98/16.09	c =============================================================================
16.08/16.10	c  0.0s |       0 |        0 |        0 |    28911      0 |     2862 |     4280
16.08/16.14	c  0.0s |       0 |      317 |        0 |    28911      0 |     2862 |     4315
16.08/16.14	c #cpu_time = 0.040s
16.08/16.14	c #wall_clock_time = 0.040s
16.08/16.14	c #decision = 317
16.08/16.14	c #random_decision = 0
16.08/16.14	c #conflict = 0
16.08/16.14	c #restart = 0
16.08/16.14	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
16.08/16.14	c lower bound updated to 1708635100481
16.18/16.20	c BCD2: 1710854107104 <= obj <= 6901110600565
16.18/16.20	c BCD2: #cores=90, #unrelaxed=746, #relaxed=526, #hardened=0
16.18/16.20	c BCD2: #sat=1 #unsat=156 bias=156/157
16.18/16.20	c Solving starts ...
16.18/16.20	c ============================[ Search Statistics ]============================
16.18/16.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.18/16.20	c       |         |          |          |    Limit     GC | Var      | Constra 
16.18/16.20	c =============================================================================
16.18/16.20	c  0.0s |       0 |        0 |        0 |    28911      0 |     2862 |     4316
16.18/16.24	c  0.0s |       0 |      321 |        0 |    28911      0 |     2862 |     4316
16.18/16.24	c #cpu_time = 0.041s
16.18/16.24	c #wall_clock_time = 0.041s
16.18/16.24	c #decision = 321
16.18/16.24	c #random_decision = 0
16.18/16.24	c #conflict = 0
16.18/16.24	c #restart = 0
16.18/16.24	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
16.18/16.24	c lower bound updated to 1719730133601
16.28/16.30	c BCD2: 1721949140224 <= obj <= 6901110600565
16.28/16.30	c BCD2: #cores=91, #unrelaxed=743, #relaxed=529, #hardened=0
16.28/16.30	c BCD2: #sat=1 #unsat=157 bias=157/158
16.28/16.30	c Solving starts ...
16.28/16.30	c ============================[ Search Statistics ]============================
16.28/16.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.28/16.30	c       |         |          |          |    Limit     GC | Var      | Constra 
16.28/16.30	c =============================================================================
16.28/16.31	c  0.0s |       0 |        0 |        0 |    28911      0 |     2862 |     4317
16.28/16.35	c  0.0s |       0 |      322 |        0 |    28911      0 |     2862 |     4317
16.28/16.35	c #cpu_time = 0.041s
16.28/16.35	c #wall_clock_time = 0.041s
16.28/16.35	c #decision = 322
16.28/16.35	c #random_decision = 0
16.28/16.35	c #conflict = 0
16.28/16.35	c #restart = 0
16.28/16.35	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
16.28/16.35	c lower bound updated to 1730825166721
16.38/16.41	c BCD2: 1733044173344 <= obj <= 6901110600565
16.38/16.41	c BCD2: #cores=92, #unrelaxed=740, #relaxed=532, #hardened=0
16.38/16.41	c BCD2: #sat=1 #unsat=158 bias=158/159
16.38/16.41	c Solving starts ...
16.38/16.41	c ============================[ Search Statistics ]============================
16.38/16.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.38/16.41	c       |         |          |          |    Limit     GC | Var      | Constra 
16.38/16.41	c =============================================================================
16.38/16.41	c  0.0s |       0 |        0 |        0 |    28911      0 |     2862 |     4318
16.38/16.45	c  0.0s |       0 |      321 |        0 |    28911      0 |     2862 |     4318
16.38/16.45	c #cpu_time = 0.041s
16.38/16.45	c #wall_clock_time = 0.041s
16.38/16.45	c #decision = 321
16.38/16.45	c #random_decision = 0
16.38/16.45	c #conflict = 0
16.38/16.45	c #restart = 0
16.38/16.45	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
16.38/16.45	c lower bound updated to 1741920199841
16.49/16.51	c BCD2: 1744139206464 <= obj <= 6901110600565
16.49/16.51	c BCD2: #cores=93, #unrelaxed=737, #relaxed=535, #hardened=0
16.49/16.51	c BCD2: #sat=1 #unsat=159 bias=159/160
16.49/16.51	c Solving starts ...
16.49/16.51	c ============================[ Search Statistics ]============================
16.49/16.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.49/16.51	c       |         |          |          |    Limit     GC | Var      | Constra 
16.49/16.51	c =============================================================================
16.49/16.52	c  0.0s |       0 |        0 |        0 |    28911      0 |     2862 |     4319
16.49/16.56	c  0.0s |       0 |      322 |        0 |    28911      0 |     2862 |     4319
16.49/16.56	c #cpu_time = 0.041s
16.49/16.56	c #wall_clock_time = 0.041s
16.49/16.56	c #decision = 322
16.49/16.56	c #random_decision = 0
16.49/16.56	c #conflict = 0
16.49/16.56	c #restart = 0
16.49/16.56	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=33285099360
16.49/16.56	c BCD2: refineLB: 33215755404 -> 33285099360
16.49/16.56	c lower bound updated to 1753015232961
16.59/16.61	c BCD2: 1755234239584 <= obj <= 6901110600565
16.59/16.61	c BCD2: #cores=92, #unrelaxed=732, #relaxed=540, #hardened=0
16.59/16.61	c BCD2: #sat=1 #unsat=160 bias=160/161
16.59/16.61	c Solving starts ...
16.59/16.61	c ============================[ Search Statistics ]============================
16.59/16.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.59/16.61	c       |         |          |          |    Limit     GC | Var      | Constra 
16.59/16.61	c =============================================================================
16.59/16.61	c  0.0s |       0 |        0 |        0 |    28911      0 |     2890 |     4319
16.59/16.66	c  0.0s |       0 |      318 |        0 |    28911      0 |     2890 |     4373
16.59/16.66	c #cpu_time = 0.045s
16.59/16.66	c #wall_clock_time = 0.045s
16.59/16.66	c #decision = 318
16.59/16.66	c #random_decision = 0
16.59/16.66	c #conflict = 0
16.59/16.66	c #restart = 0
16.59/16.66	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
16.59/16.66	c lower bound updated to 1764110266081
16.68/16.72	c BCD2: 1766329272704 <= obj <= 6901110600565
16.68/16.72	c BCD2: #cores=93, #unrelaxed=729, #relaxed=543, #hardened=0
16.68/16.72	c BCD2: #sat=1 #unsat=161 bias=161/162
16.68/16.72	c Solving starts ...
16.68/16.72	c ============================[ Search Statistics ]============================
16.68/16.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.68/16.72	c       |         |          |          |    Limit     GC | Var      | Constra 
16.68/16.72	c =============================================================================
16.68/16.73	c  0.0s |       0 |        0 |        0 |    28911      0 |     2890 |     4374
16.68/16.77	c  0.0s |       0 |      320 |        0 |    28911      0 |     2890 |     4374
16.68/16.77	c #cpu_time = 0.043s
16.68/16.77	c #wall_clock_time = 0.043s
16.68/16.77	c #decision = 320
16.68/16.77	c #random_decision = 0
16.68/16.77	c #conflict = 0
16.68/16.77	c #restart = 0
16.68/16.77	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
16.68/16.77	c BCD2: refineLB: 11095033121 -> 22190066240
16.68/16.77	c lower bound updated to 1775205299201
16.78/16.82	c BCD2: 1777424305824 <= obj <= 6901110600565
16.78/16.82	c BCD2: #cores=93, #unrelaxed=725, #relaxed=547, #hardened=0
16.78/16.82	c BCD2: #sat=1 #unsat=162 bias=162/163
16.78/16.82	c Solving starts ...
16.78/16.82	c ============================[ Search Statistics ]============================
16.78/16.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.78/16.82	c       |         |          |          |    Limit     GC | Var      | Constra 
16.78/16.82	c =============================================================================
16.78/16.82	c  0.0s |       0 |        0 |        0 |    28911      0 |     2891 |     4374
16.78/16.87	c  0.0s |       0 |      319 |        0 |    28911      0 |     2891 |     4375
16.78/16.87	c #cpu_time = 0.044s
16.78/16.87	c #wall_clock_time = 0.044s
16.78/16.87	c #decision = 319
16.78/16.87	c #random_decision = 0
16.78/16.87	c #conflict = 0
16.78/16.87	c #restart = 0
16.78/16.87	c BCD2: relaxing 6 and merging with 3 cores into a new core of size 15: cost of the new core is >=44380132480
16.78/16.87	c BCD2: refineLB: 33285099361 -> 44380132480
16.78/16.87	c lower bound updated to 1786300332321
16.88/16.92	c BCD2: 1788519338944 <= obj <= 6901110600565
16.88/16.92	c BCD2: #cores=91, #unrelaxed=719, #relaxed=553, #hardened=0
16.88/16.92	c BCD2: #sat=1 #unsat=163 bias=163/164
16.88/16.92	c Solving starts ...
16.88/16.92	c ============================[ Search Statistics ]============================
16.88/16.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.88/16.92	c       |         |          |          |    Limit     GC | Var      | Constra 
16.88/16.92	c =============================================================================
16.88/16.93	c  0.0s |       0 |        0 |        0 |    28911      0 |     3011 |     4375
16.88/16.98	c  0.0s |       0 |      317 |        0 |    28911      0 |     3011 |     4612
16.88/16.98	c #cpu_time = 0.044s
16.88/16.98	c #wall_clock_time = 0.044s
16.88/16.98	c #decision = 317
16.88/16.98	c #random_decision = 0
16.88/16.98	c #conflict = 0
16.88/16.98	c #restart = 0
16.88/16.98	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
16.88/16.98	c BCD2: refineLB: 22122413600 -> 22190066240
16.88/16.98	c lower bound updated to 1797395365441
16.98/17.03	c BCD2: 1799614372064 <= obj <= 6901110600565
16.98/17.03	c BCD2: #cores=91, #unrelaxed=715, #relaxed=557, #hardened=0
16.98/17.03	c BCD2: #sat=1 #unsat=164 bias=164/165
16.98/17.03	c Solving starts ...
16.98/17.03	c ============================[ Search Statistics ]============================
16.98/17.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.98/17.03	c       |         |          |          |    Limit     GC | Var      | Constra 
16.98/17.03	c =============================================================================
16.98/17.03	c  0.0s |       0 |        0 |        0 |    28911      0 |     3039 |     4612
16.98/17.08	c  0.0s |       0 |      314 |        0 |    28911      0 |     3039 |     4667
16.98/17.08	c #cpu_time = 0.045s
16.98/17.08	c #wall_clock_time = 0.045s
16.98/17.08	c #decision = 314
16.98/17.08	c #random_decision = 0
16.98/17.08	c #conflict = 0
16.98/17.08	c #restart = 0
16.98/17.08	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
16.98/17.08	c lower bound updated to 1808490398561
17.08/17.13	c BCD2: 1810709405184 <= obj <= 6901110600565
17.08/17.13	c BCD2: #cores=92, #unrelaxed=712, #relaxed=560, #hardened=0
17.08/17.13	c BCD2: #sat=1 #unsat=165 bias=165/166
17.08/17.14	c Solving starts ...
17.08/17.14	c ============================[ Search Statistics ]============================
17.08/17.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.08/17.14	c       |         |          |          |    Limit     GC | Var      | Constra 
17.08/17.14	c =============================================================================
17.08/17.14	c  0.0s |       0 |        0 |        0 |    28911      0 |     3039 |     4668
17.08/17.19	c  0.0s |       0 |      317 |        0 |    28911      0 |     3039 |     4668
17.08/17.19	c #cpu_time = 0.042s
17.08/17.19	c #wall_clock_time = 0.042s
17.08/17.19	c #decision = 317
17.08/17.19	c #random_decision = 0
17.08/17.19	c #conflict = 0
17.08/17.19	c #restart = 0
17.08/17.19	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
17.08/17.19	c lower bound updated to 1819585431681
17.18/17.24	c BCD2: 1821804438304 <= obj <= 6901110600565
17.18/17.24	c BCD2: #cores=93, #unrelaxed=709, #relaxed=563, #hardened=0
17.18/17.24	c BCD2: #sat=1 #unsat=166 bias=166/167
17.18/17.25	c Solving starts ...
17.18/17.25	c ============================[ Search Statistics ]============================
17.18/17.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.18/17.25	c       |         |          |          |    Limit     GC | Var      | Constra 
17.18/17.25	c =============================================================================
17.18/17.25	c  0.0s |       0 |        0 |        0 |    28911      0 |     3039 |     4669
17.18/17.29	c  0.0s |       0 |      318 |        0 |    28911      0 |     3039 |     4669
17.18/17.29	c #cpu_time = 0.042s
17.18/17.29	c #wall_clock_time = 0.043s
17.18/17.29	c #decision = 318
17.18/17.29	c #random_decision = 0
17.18/17.29	c #conflict = 0
17.18/17.29	c #restart = 0
17.18/17.29	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
17.18/17.29	c lower bound updated to 1830680464801
17.28/17.35	c BCD2: 1832899471424 <= obj <= 6901110600565
17.28/17.35	c BCD2: #cores=94, #unrelaxed=706, #relaxed=566, #hardened=0
17.28/17.35	c BCD2: #sat=1 #unsat=167 bias=167/168
17.28/17.35	c Solving starts ...
17.28/17.35	c ============================[ Search Statistics ]============================
17.28/17.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.28/17.35	c       |         |          |          |    Limit     GC | Var      | Constra 
17.28/17.35	c =============================================================================
17.28/17.36	c  0.0s |       0 |        0 |        0 |    28911      0 |     3039 |     4670
17.38/17.40	c  0.0s |       0 |      317 |        0 |    28911      0 |     3039 |     4670
17.38/17.40	c #cpu_time = 0.043s
17.38/17.40	c #wall_clock_time = 0.043s
17.38/17.40	c #decision = 317
17.38/17.40	c #random_decision = 0
17.38/17.40	c #conflict = 0
17.38/17.40	c #restart = 0
17.38/17.40	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
17.38/17.40	c lower bound updated to 1841775497921
17.38/17.46	c BCD2: 1843994504544 <= obj <= 6901110600565
17.38/17.46	c BCD2: #cores=95, #unrelaxed=703, #relaxed=569, #hardened=0
17.38/17.46	c BCD2: #sat=1 #unsat=168 bias=168/169
17.38/17.46	c Solving starts ...
17.38/17.46	c ============================[ Search Statistics ]============================
17.38/17.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.38/17.46	c       |         |          |          |    Limit     GC | Var      | Constra 
17.38/17.46	c =============================================================================
17.38/17.46	c  0.0s |       0 |        0 |        0 |    28911      0 |     3039 |     4671
17.48/17.51	c  0.1s |       0 |      322 |        2 |    28911      0 |     3039 |     4671
17.48/17.51	c #cpu_time = 0.049s
17.48/17.51	c #wall_clock_time = 0.049s
17.48/17.51	c #decision = 322
17.48/17.51	c #random_decision = 0
17.48/17.51	c #conflict = 2
17.48/17.51	c #restart = 0
17.48/17.51	c BCD2: relaxing 12 and merging with 8 cores into a new core of size 44: cost of the new core is >=122045364320
17.48/17.51	c BCD2: refineLB: 121979713237 -> 122045364320
17.48/17.51	c lower bound updated to 1852870531041
17.48/17.56	c BCD2: 1855089537664 <= obj <= 6901110600565
17.48/17.56	c BCD2: #cores=88, #unrelaxed=691, #relaxed=581, #hardened=0
17.48/17.56	c BCD2: #sat=1 #unsat=169 bias=169/170
17.48/17.57	c Solving starts ...
17.48/17.57	c ============================[ Search Statistics ]============================
17.48/17.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.48/17.57	c       |         |          |          |    Limit     GC | Var      | Constra 
17.48/17.57	c =============================================================================
17.48/17.58	c  0.0s |       0 |        0 |        0 |    28911      0 |     3547 |     4671
17.59/17.62	c  0.0s |       0 |      303 |        0 |    28911      0 |     3547 |     5679
17.59/17.62	c #cpu_time = 0.046s
17.59/17.62	c #wall_clock_time = 0.046s
17.59/17.62	c #decision = 303
17.59/17.62	c #random_decision = 0
17.59/17.62	c #conflict = 0
17.59/17.62	c #restart = 0
17.59/17.62	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
17.59/17.62	c lower bound updated to 1863965564161
17.59/17.68	c BCD2: 1866184570784 <= obj <= 6901110600565
17.59/17.68	c BCD2: #cores=89, #unrelaxed=688, #relaxed=584, #hardened=0
17.59/17.68	c BCD2: #sat=1 #unsat=170 bias=170/171
17.59/17.68	c Solving starts ...
17.59/17.68	c ============================[ Search Statistics ]============================
17.59/17.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.59/17.68	c       |         |          |          |    Limit     GC | Var      | Constra 
17.59/17.68	c =============================================================================
17.59/17.68	c  0.0s |       0 |        0 |        0 |    28911      0 |     3547 |     5680
17.69/17.73	c  0.0s |       0 |      302 |        0 |    28911      0 |     3547 |     5680
17.69/17.73	c #cpu_time = 0.042s
17.69/17.73	c #wall_clock_time = 0.042s
17.69/17.73	c #decision = 302
17.69/17.73	c #random_decision = 0
17.69/17.73	c #conflict = 0
17.69/17.73	c #restart = 0
17.69/17.73	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 13: cost of the new core is >=33285099360
17.69/17.73	c BCD2: refineLB: 33220216126 -> 33285099360
17.69/17.73	c lower bound updated to 1875060597281
17.69/17.78	c BCD2: 1877279603904 <= obj <= 6901110600565
17.69/17.78	c BCD2: #cores=88, #unrelaxed=681, #relaxed=591, #hardened=0
17.69/17.78	c BCD2: #sat=1 #unsat=171 bias=171/172
17.69/17.78	c Solving starts ...
17.69/17.78	c ============================[ Search Statistics ]============================
17.69/17.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.69/17.78	c       |         |          |          |    Limit     GC | Var      | Constra 
17.69/17.78	c =============================================================================
17.69/17.79	c  0.0s |       0 |        0 |        0 |    28911      0 |     3784 |     5680
17.78/17.83	c  0.0s |       0 |      299 |        0 |    28911      0 |     3784 |     6152
17.78/17.83	c #cpu_time = 0.041s
17.78/17.83	c #wall_clock_time = 0.042s
17.78/17.83	c #decision = 299
17.78/17.83	c #random_decision = 0
17.78/17.83	c #conflict = 0
17.78/17.83	c #restart = 0
17.78/17.83	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
17.78/17.83	c lower bound updated to 1886155630401
17.78/17.89	c BCD2: 1888374637024 <= obj <= 6901110600565
17.78/17.89	c BCD2: #cores=89, #unrelaxed=678, #relaxed=594, #hardened=0
17.78/17.89	c BCD2: #sat=1 #unsat=172 bias=172/173
17.78/17.89	c Solving starts ...
17.78/17.89	c ============================[ Search Statistics ]============================
17.78/17.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.78/17.89	c       |         |          |          |    Limit     GC | Var      | Constra 
17.78/17.89	c =============================================================================
17.78/17.89	c  0.0s |       0 |        0 |        0 |    28911      0 |     3784 |     6153
17.88/17.93	c  0.0s |       0 |      298 |        0 |    28911      0 |     3784 |     6153
17.88/17.93	c #cpu_time = 0.040s
17.88/17.93	c #wall_clock_time = 0.041s
17.88/17.93	c #decision = 298
17.88/17.93	c #random_decision = 0
17.88/17.93	c #conflict = 0
17.88/17.93	c #restart = 0
17.88/17.93	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
17.88/17.93	c lower bound updated to 1897250663521
17.88/17.99	c BCD2: 1899469670144 <= obj <= 6901110600565
17.88/17.99	c BCD2: #cores=90, #unrelaxed=675, #relaxed=597, #hardened=0
17.88/17.99	c BCD2: #sat=1 #unsat=173 bias=173/174
17.88/17.99	c Solving starts ...
17.88/17.99	c ============================[ Search Statistics ]============================
17.88/17.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.88/17.99	c       |         |          |          |    Limit     GC | Var      | Constra 
17.88/17.99	c =============================================================================
17.98/18.00	c  0.0s |       0 |        0 |        0 |    28911      0 |     3784 |     6154
17.98/18.04	c  0.0s |       0 |      301 |        0 |    28911      0 |     3784 |     6154
17.98/18.04	c #cpu_time = 0.041s
17.98/18.04	c #wall_clock_time = 0.041s
17.98/18.04	c #decision = 301
17.98/18.04	c #random_decision = 0
17.98/18.04	c #conflict = 0
17.98/18.04	c #restart = 0
17.98/18.04	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
17.98/18.04	c lower bound updated to 1908345696641
18.08/18.10	c BCD2: 1910564703264 <= obj <= 6901110600565
18.08/18.10	c BCD2: #cores=91, #unrelaxed=672, #relaxed=600, #hardened=0
18.08/18.10	c BCD2: #sat=1 #unsat=174 bias=174/175
18.08/18.10	c Solving starts ...
18.08/18.10	c ============================[ Search Statistics ]============================
18.08/18.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.08/18.10	c       |         |          |          |    Limit     GC | Var      | Constra 
18.08/18.10	c =============================================================================
18.08/18.10	c  0.0s |       0 |        0 |        0 |    28911      0 |     3784 |     6155
18.08/18.14	c  0.0s |       0 |      302 |        0 |    28911      0 |     3784 |     6155
18.08/18.14	c #cpu_time = 0.042s
18.08/18.14	c #wall_clock_time = 0.042s
18.08/18.14	c #decision = 302
18.08/18.14	c #random_decision = 0
18.08/18.14	c #conflict = 0
18.08/18.14	c #restart = 0
18.08/18.14	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
18.08/18.14	c lower bound updated to 1919440729761
18.18/18.20	c BCD2: 1921659736384 <= obj <= 6901110600565
18.18/18.20	c BCD2: #cores=92, #unrelaxed=669, #relaxed=603, #hardened=0
18.18/18.20	c BCD2: #sat=1 #unsat=175 bias=175/176
18.18/18.20	c Solving starts ...
18.18/18.20	c ============================[ Search Statistics ]============================
18.18/18.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.18/18.20	c       |         |          |          |    Limit     GC | Var      | Constra 
18.18/18.20	c =============================================================================
18.18/18.21	c  0.0s |       0 |        0 |        0 |    28911      0 |     3784 |     6156
18.18/18.25	c  0.0s |       0 |      301 |        0 |    28911      0 |     3784 |     6156
18.18/18.25	c #cpu_time = 0.041s
18.18/18.25	c #wall_clock_time = 0.041s
18.18/18.25	c #decision = 301
18.18/18.25	c #random_decision = 0
18.18/18.25	c #conflict = 0
18.18/18.25	c #restart = 0
18.18/18.25	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
18.18/18.25	c lower bound updated to 1930535762881
18.28/18.31	c BCD2: 1932754769504 <= obj <= 6901110600565
18.28/18.31	c BCD2: #cores=93, #unrelaxed=666, #relaxed=606, #hardened=0
18.28/18.31	c BCD2: #sat=1 #unsat=176 bias=176/177
18.28/18.31	c Solving starts ...
18.28/18.31	c ============================[ Search Statistics ]============================
18.28/18.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.28/18.31	c       |         |          |          |    Limit     GC | Var      | Constra 
18.28/18.31	c =============================================================================
18.28/18.31	c  0.0s |       0 |        0 |        0 |    28911      0 |     3784 |     6157
18.28/18.36	c  0.0s |       0 |      304 |        0 |    28911      0 |     3784 |     6157
18.28/18.36	c #cpu_time = 0.042s
18.28/18.36	c #wall_clock_time = 0.042s
18.28/18.36	c #decision = 304
18.28/18.36	c #random_decision = 0
18.28/18.36	c #conflict = 0
18.28/18.36	c #restart = 0
18.28/18.36	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
18.28/18.36	c lower bound updated to 1941630796001
18.38/18.41	c BCD2: 1943849802624 <= obj <= 6901110600565
18.38/18.41	c BCD2: #cores=94, #unrelaxed=663, #relaxed=609, #hardened=0
18.38/18.41	c BCD2: #sat=1 #unsat=177 bias=177/178
18.38/18.41	c Solving starts ...
18.38/18.41	c ============================[ Search Statistics ]============================
18.38/18.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.38/18.41	c       |         |          |          |    Limit     GC | Var      | Constra 
18.38/18.41	c =============================================================================
18.38/18.42	c  0.0s |       0 |        0 |        0 |    28911      0 |     3784 |     6158
18.38/18.46	c  0.0s |       0 |      305 |        0 |    28911      0 |     3784 |     6158
18.38/18.46	c #cpu_time = 0.042s
18.38/18.46	c #wall_clock_time = 0.042s
18.38/18.46	c #decision = 305
18.38/18.46	c #random_decision = 0
18.38/18.46	c #conflict = 0
18.38/18.46	c #restart = 0
18.38/18.46	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
18.38/18.46	c lower bound updated to 1952725829121
18.48/18.52	c BCD2: 1954944835744 <= obj <= 6901110600565
18.48/18.52	c BCD2: #cores=95, #unrelaxed=660, #relaxed=612, #hardened=0
18.48/18.52	c BCD2: #sat=1 #unsat=178 bias=178/179
18.48/18.52	c Solving starts ...
18.48/18.52	c ============================[ Search Statistics ]============================
18.48/18.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.48/18.52	c       |         |          |          |    Limit     GC | Var      | Constra 
18.48/18.52	c =============================================================================
18.48/18.52	c  0.0s |       0 |        0 |        0 |    28911      0 |     3784 |     6159
18.48/18.57	c  0.0s |       0 |      306 |        0 |    28911      0 |     3784 |     6159
18.48/18.57	c #cpu_time = 0.042s
18.48/18.57	c #wall_clock_time = 0.042s
18.48/18.57	c #decision = 306
18.48/18.57	c #random_decision = 0
18.48/18.57	c #conflict = 0
18.48/18.57	c #restart = 0
18.48/18.57	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
18.48/18.57	c lower bound updated to 1963820862241
18.58/18.62	c BCD2: 1966039868864 <= obj <= 6901110600565
18.58/18.62	c BCD2: #cores=96, #unrelaxed=657, #relaxed=615, #hardened=0
18.58/18.62	c BCD2: #sat=1 #unsat=179 bias=179/180
18.58/18.63	c Solving starts ...
18.58/18.63	c ============================[ Search Statistics ]============================
18.58/18.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.58/18.63	c       |         |          |          |    Limit     GC | Var      | Constra 
18.58/18.63	c =============================================================================
18.58/18.63	c  0.0s |       0 |        0 |        0 |    28911      0 |     3784 |     6160
18.58/18.68	c  0.0s |       0 |      307 |        0 |    28911      0 |     3784 |     6160
18.58/18.68	c #cpu_time = 0.043s
18.58/18.68	c #wall_clock_time = 0.043s
18.58/18.68	c #decision = 307
18.58/18.68	c #random_decision = 0
18.58/18.68	c #conflict = 0
18.58/18.68	c #restart = 0
18.58/18.68	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
18.58/18.68	c lower bound updated to 1974915895361
18.70/18.73	c BCD2: 1977134901984 <= obj <= 6901110600565
18.70/18.73	c BCD2: #cores=97, #unrelaxed=654, #relaxed=618, #hardened=0
18.70/18.73	c BCD2: #sat=1 #unsat=180 bias=180/181
18.70/18.74	c Solving starts ...
18.70/18.74	c ============================[ Search Statistics ]============================
18.70/18.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.70/18.74	c       |         |          |          |    Limit     GC | Var      | Constra 
18.70/18.74	c =============================================================================
18.70/18.74	c  0.0s |       0 |        0 |        0 |    28911      0 |     3784 |     6161
18.70/18.78	c  0.0s |       0 |      306 |        0 |    28911      0 |     3784 |     6161
18.70/18.78	c #cpu_time = 0.043s
18.70/18.78	c #wall_clock_time = 0.043s
18.70/18.78	c #decision = 306
18.70/18.78	c #random_decision = 0
18.70/18.78	c #conflict = 0
18.70/18.78	c #restart = 0
18.70/18.78	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
18.70/18.78	c lower bound updated to 1986010928481
18.80/18.84	c BCD2: 1988229935104 <= obj <= 6901110600565
18.80/18.84	c BCD2: #cores=98, #unrelaxed=651, #relaxed=621, #hardened=0
18.80/18.84	c BCD2: #sat=1 #unsat=181 bias=181/182
18.80/18.84	c Solving starts ...
18.80/18.84	c ============================[ Search Statistics ]============================
18.80/18.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.80/18.84	c       |         |          |          |    Limit     GC | Var      | Constra 
18.80/18.84	c =============================================================================
18.80/18.85	c  0.0s |       0 |        0 |        0 |    28911      0 |     3784 |     6162
18.80/18.89	c  0.0s |       0 |      306 |        0 |    28911      0 |     3784 |     6162
18.80/18.89	c #cpu_time = 0.042s
18.80/18.89	c #wall_clock_time = 0.042s
18.80/18.89	c #decision = 306
18.80/18.89	c #random_decision = 0
18.80/18.89	c #conflict = 0
18.80/18.89	c #restart = 0
18.80/18.89	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
18.80/18.89	c lower bound updated to 1997105961601
18.89/18.95	c BCD2: 1999324968224 <= obj <= 6901110600565
18.89/18.95	c BCD2: #cores=99, #unrelaxed=648, #relaxed=624, #hardened=0
18.89/18.95	c BCD2: #sat=1 #unsat=182 bias=182/183
18.89/18.95	c Solving starts ...
18.89/18.95	c ============================[ Search Statistics ]============================
18.89/18.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.89/18.95	c       |         |          |          |    Limit     GC | Var      | Constra 
18.89/18.95	c =============================================================================
18.89/18.95	c  0.0s |       0 |        0 |        0 |    28911      0 |     3784 |     6163
18.89/18.99	c  0.0s |       0 |      307 |        0 |    28911      0 |     3784 |     6163
18.89/18.99	c #cpu_time = 0.042s
18.89/18.99	c #wall_clock_time = 0.042s
18.89/18.99	c #decision = 307
18.89/18.99	c #random_decision = 0
18.89/18.99	c #conflict = 0
18.89/18.99	c #restart = 0
18.89/18.99	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
18.89/18.99	c lower bound updated to 2008200994721
18.99/19.05	c BCD2: 2010420001344 <= obj <= 6901110600565
18.99/19.05	c BCD2: #cores=100, #unrelaxed=645, #relaxed=627, #hardened=0
18.99/19.05	c BCD2: #sat=1 #unsat=183 bias=183/184
18.99/19.05	c Solving starts ...
18.99/19.05	c ============================[ Search Statistics ]============================
18.99/19.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.99/19.05	c       |         |          |          |    Limit     GC | Var      | Constra 
18.99/19.05	c =============================================================================
18.99/19.06	c  0.0s |       0 |        0 |        0 |    28911      0 |     3784 |     6164
19.09/19.10	c  0.0s |       0 |      308 |        0 |    28911      0 |     3784 |     6164
19.09/19.10	c #cpu_time = 0.042s
19.09/19.10	c #wall_clock_time = 0.042s
19.09/19.10	c #decision = 308
19.09/19.10	c #random_decision = 0
19.09/19.10	c #conflict = 0
19.09/19.10	c #restart = 0
19.09/19.10	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
19.09/19.10	c lower bound updated to 2019296027841
19.09/19.16	c BCD2: 2021515034464 <= obj <= 6901110600565
19.09/19.16	c BCD2: #cores=101, #unrelaxed=642, #relaxed=630, #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 |    28911      0 |     3784 |     6165
19.19/19.21	c  0.0s |       0 |      309 |        0 |    28911      0 |     3784 |     6165
19.19/19.21	c #cpu_time = 0.043s
19.19/19.21	c #wall_clock_time = 0.043s
19.19/19.21	c #decision = 309
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 >=11095033120
19.19/19.21	c lower bound updated to 2030391060961
19.19/19.26	c BCD2: 2032610067584 <= obj <= 6901110600565
19.19/19.26	c BCD2: #cores=102, #unrelaxed=639, #relaxed=633, #hardened=0
19.19/19.26	c BCD2: #sat=1 #unsat=185 bias=185/186
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.27	c  0.0s |       0 |        0 |        0 |    28911      0 |     3784 |     6166
19.29/19.32	c  0.0s |       0 |      313 |        0 |    28911      0 |     3784 |     6166
19.29/19.32	c #cpu_time = 0.043s
19.29/19.32	c #wall_clock_time = 0.043s
19.29/19.32	c #decision = 313
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 >=11095033120
19.29/19.32	c lower bound updated to 2041486094081
19.29/19.37	c BCD2: 2043705100704 <= obj <= 6901110600565
19.29/19.37	c BCD2: #cores=103, #unrelaxed=636, #relaxed=636, #hardened=0
19.29/19.37	c BCD2: #sat=1 #unsat=186 bias=186/187
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 |    28911      0 |     3784 |     6167
19.39/19.42	c  0.0s |       0 |      314 |        0 |    28911      0 |     3784 |     6167
19.39/19.42	c #cpu_time = 0.043s
19.39/19.42	c #wall_clock_time = 0.043s
19.39/19.42	c #decision = 314
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 >=11095033120
19.39/19.42	c lower bound updated to 2052581127201
19.39/19.48	c BCD2: 2054800133824 <= obj <= 6901110600565
19.39/19.48	c BCD2: #cores=104, #unrelaxed=633, #relaxed=639, #hardened=0
19.39/19.48	c BCD2: #sat=1 #unsat=187 bias=187/188
19.39/19.48	c Solving starts ...
19.39/19.48	c ============================[ Search Statistics ]============================
19.39/19.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.39/19.48	c       |         |          |          |    Limit     GC | Var      | Constra 
19.39/19.48	c =============================================================================
19.39/19.49	c  0.0s |       0 |        0 |        0 |    28911      0 |     3784 |     6168
19.49/19.53	c  0.0s |       0 |      315 |        0 |    28911      0 |     3784 |     6168
19.49/19.53	c #cpu_time = 0.043s
19.49/19.53	c #wall_clock_time = 0.043s
19.49/19.53	c #decision = 315
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 >=11095033120
19.49/19.53	c lower bound updated to 2063676160321
19.49/19.59	c BCD2: 2065895166944 <= obj <= 6901110600565
19.49/19.59	c BCD2: #cores=105, #unrelaxed=630, #relaxed=642, #hardened=0
19.49/19.59	c BCD2: #sat=1 #unsat=188 bias=188/189
19.49/19.59	c Solving starts ...
19.49/19.59	c ============================[ Search Statistics ]============================
19.49/19.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.49/19.59	c       |         |          |          |    Limit     GC | Var      | Constra 
19.49/19.59	c =============================================================================
19.49/19.59	c  0.0s |       0 |        0 |        0 |    28911      0 |     3784 |     6169
19.59/19.64	c  0.0s |       0 |      315 |        0 |    28911      0 |     3784 |     6169
19.59/19.64	c #cpu_time = 0.044s
19.59/19.64	c #wall_clock_time = 0.044s
19.59/19.64	c #decision = 315
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: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
19.59/19.64	c BCD2: refineLB: 22131362362 -> 22190066240
19.59/19.64	c lower bound updated to 2074771193441
19.59/19.69	c BCD2: 2076990200064 <= obj <= 6901110600565
19.59/19.69	c BCD2: #cores=105, #unrelaxed=626, #relaxed=646, #hardened=0
19.59/19.69	c BCD2: #sat=1 #unsat=189 bias=189/190
19.59/19.69	c Solving starts ...
19.59/19.69	c ============================[ Search Statistics ]============================
19.59/19.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.59/19.69	c       |         |          |          |    Limit     GC | Var      | Constra 
19.59/19.69	c =============================================================================
19.69/19.70	c  0.0s |       0 |        0 |        0 |    28911      0 |     3788 |     6169
19.69/19.75	c  0.0s |       0 |      315 |        0 |    28911      0 |     3788 |     6176
19.69/19.75	c #cpu_time = 0.045s
19.69/19.75	c #wall_clock_time = 0.045s
19.69/19.75	c #decision = 315
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 >=11095033120
19.69/19.75	c lower bound updated to 2085866226561
19.69/19.80	c BCD2: 2088085233184 <= obj <= 6901110600565
19.69/19.80	c BCD2: #cores=106, #unrelaxed=623, #relaxed=649, #hardened=0
19.69/19.80	c BCD2: #sat=1 #unsat=190 bias=190/191
19.80/19.81	c Solving starts ...
19.80/19.81	c ============================[ Search Statistics ]============================
19.80/19.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.80/19.81	c       |         |          |          |    Limit     GC | Var      | Constra 
19.80/19.81	c =============================================================================
19.80/19.81	c  0.0s |       0 |        0 |        0 |    28911      0 |     3788 |     6177
19.80/19.86	c  0.0s |       0 |      316 |        0 |    28911      0 |     3788 |     6177
19.80/19.86	c #cpu_time = 0.048s
19.80/19.86	c #wall_clock_time = 0.048s
19.80/19.86	c #decision = 316
19.80/19.86	c #random_decision = 0
19.80/19.86	c #conflict = 0
19.80/19.86	c #restart = 0
19.80/19.86	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
19.80/19.86	c lower bound updated to 2096961259681
19.90/19.91	c BCD2: 2099180266304 <= obj <= 6901110600565
19.90/19.91	c BCD2: #cores=107, #unrelaxed=620, #relaxed=652, #hardened=0
19.90/19.91	c BCD2: #sat=1 #unsat=191 bias=191/192
19.90/19.92	c Solving starts ...
19.90/19.92	c ============================[ Search Statistics ]============================
19.90/19.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.90/19.92	c       |         |          |          |    Limit     GC | Var      | Constra 
19.90/19.92	c =============================================================================
19.90/19.92	c  0.0s |       0 |        0 |        0 |    28911      0 |     3788 |     6178
19.90/19.97	c  0.0s |       0 |      317 |        0 |    28911      0 |     3788 |     6178
19.90/19.97	c #cpu_time = 0.048s
19.90/19.97	c #wall_clock_time = 0.048s
19.90/19.97	c #decision = 317
19.90/19.97	c #random_decision = 0
19.90/19.97	c #conflict = 0
19.90/19.97	c #restart = 0
19.90/19.97	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
19.90/19.97	c lower bound updated to 2108056292801
19.99/20.03	c BCD2: 2110275299424 <= obj <= 6901110600565
19.99/20.03	c BCD2: #cores=108, #unrelaxed=617, #relaxed=655, #hardened=0
19.99/20.03	c BCD2: #sat=1 #unsat=192 bias=192/193
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 |    28911      0 |     3788 |     6179
19.99/20.08	c  0.0s |       0 |      317 |        0 |    28911      0 |     3788 |     6179
19.99/20.08	c #cpu_time = 0.045s
19.99/20.08	c #wall_clock_time = 0.045s
19.99/20.08	c #decision = 317
19.99/20.08	c #random_decision = 0
19.99/20.08	c #conflict = 0
19.99/20.08	c #restart = 0
19.99/20.08	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
19.99/20.08	c lower bound updated to 2119151325921
20.09/20.14	c BCD2: 2121370332544 <= obj <= 6901110600565
20.09/20.14	c BCD2: #cores=109, #unrelaxed=614, #relaxed=658, #hardened=0
20.09/20.14	c BCD2: #sat=1 #unsat=193 bias=193/194
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.15	c  0.0s |       0 |        0 |        0 |    28911      0 |     3788 |     6180
20.09/20.19	c  0.0s |       0 |      319 |        0 |    28911      0 |     3788 |     6180
20.09/20.19	c #cpu_time = 0.046s
20.09/20.19	c #wall_clock_time = 0.046s
20.09/20.19	c #decision = 319
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 >=11095033120
20.09/20.19	c lower bound updated to 2130246359041
20.19/20.25	c BCD2: 2132465365664 <= obj <= 6901110600565
20.19/20.25	c BCD2: #cores=110, #unrelaxed=611, #relaxed=661, #hardened=0
20.19/20.25	c BCD2: #sat=1 #unsat=194 bias=194/195
20.19/20.26	c Solving starts ...
20.19/20.26	c ============================[ Search Statistics ]============================
20.19/20.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.19/20.26	c       |         |          |          |    Limit     GC | Var      | Constra 
20.19/20.26	c =============================================================================
20.19/20.26	c  0.0s |       0 |        0 |        0 |    28911      0 |     3788 |     6181
20.29/20.30	c  0.0s |       0 |      320 |        0 |    28911      0 |     3788 |     6181
20.29/20.30	c #cpu_time = 0.046s
20.29/20.30	c #wall_clock_time = 0.046s
20.29/20.30	c #decision = 320
20.29/20.30	c #random_decision = 0
20.29/20.30	c #conflict = 0
20.29/20.30	c #restart = 0
20.29/20.30	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
20.29/20.30	c lower bound updated to 2141341392161
20.29/20.36	c BCD2: 2143560398784 <= obj <= 6901110600565
20.29/20.36	c BCD2: #cores=111, #unrelaxed=608, #relaxed=664, #hardened=0
20.29/20.36	c BCD2: #sat=1 #unsat=195 bias=195/196
20.29/20.37	c Solving starts ...
20.29/20.37	c ============================[ Search Statistics ]============================
20.29/20.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.29/20.37	c       |         |          |          |    Limit     GC | Var      | Constra 
20.29/20.37	c =============================================================================
20.29/20.37	c  0.0s |       0 |        0 |        0 |    28911      0 |     3788 |     6182
20.39/20.42	c  0.0s |       0 |      319 |        0 |    28911      0 |     3788 |     6182
20.39/20.42	c #cpu_time = 0.046s
20.39/20.42	c #wall_clock_time = 0.046s
20.39/20.42	c #decision = 319
20.39/20.42	c #random_decision = 0
20.39/20.42	c #conflict = 0
20.39/20.42	c #restart = 0
20.39/20.42	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
20.39/20.42	c lower bound updated to 2152436425281
20.39/20.47	c BCD2: 2154655431904 <= obj <= 6901110600565
20.39/20.47	c BCD2: #cores=112, #unrelaxed=605, #relaxed=667, #hardened=0
20.39/20.47	c BCD2: #sat=1 #unsat=196 bias=196/197
20.39/20.48	c Solving starts ...
20.39/20.48	c ============================[ Search Statistics ]============================
20.39/20.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.39/20.48	c       |         |          |          |    Limit     GC | Var      | Constra 
20.39/20.48	c =============================================================================
20.39/20.48	c  0.0s |       0 |        0 |        0 |    28911      0 |     3788 |     6183
20.49/20.53	c  0.0s |       0 |      322 |        0 |    28911      0 |     3788 |     6183
20.49/20.53	c #cpu_time = 0.047s
20.49/20.53	c #wall_clock_time = 0.047s
20.49/20.53	c #decision = 322
20.49/20.53	c #random_decision = 0
20.49/20.53	c #conflict = 0
20.49/20.53	c #restart = 0
20.49/20.53	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
20.49/20.53	c lower bound updated to 2163531458401
20.49/20.59	c BCD2: 2165750465024 <= obj <= 6901110600565
20.49/20.59	c BCD2: #cores=113, #unrelaxed=602, #relaxed=670, #hardened=0
20.49/20.59	c BCD2: #sat=1 #unsat=197 bias=197/198
20.49/20.59	c Solving starts ...
20.49/20.59	c ============================[ Search Statistics ]============================
20.49/20.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.49/20.59	c       |         |          |          |    Limit     GC | Var      | Constra 
20.49/20.59	c =============================================================================
20.49/20.59	c  0.0s |       0 |        0 |        0 |    28911      0 |     3788 |     6184
20.59/20.64	c  0.0s |       0 |      321 |        0 |    28911      0 |     3788 |     6184
20.59/20.64	c #cpu_time = 0.047s
20.59/20.64	c #wall_clock_time = 0.047s
20.59/20.64	c #decision = 321
20.59/20.64	c #random_decision = 0
20.59/20.64	c #conflict = 0
20.59/20.64	c #restart = 0
20.59/20.64	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
20.59/20.64	c BCD2: refineLB: 22134030720 -> 22190066240
20.59/20.64	c lower bound updated to 2174626491521
20.59/20.69	c BCD2: 2176845498144 <= obj <= 6901110600565
20.59/20.69	c BCD2: #cores=113, #unrelaxed=598, #relaxed=674, #hardened=0
20.59/20.69	c BCD2: #sat=1 #unsat=198 bias=198/199
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.69/20.70	c  0.0s |       0 |        0 |        0 |    28911      0 |     3800 |     6184
20.69/20.75	c  0.0s |       0 |      322 |        0 |    28911      0 |     3800 |     6207
20.69/20.75	c #cpu_time = 0.048s
20.69/20.75	c #wall_clock_time = 0.048s
20.69/20.75	c #decision = 322
20.69/20.75	c #random_decision = 0
20.69/20.75	c #conflict = 0
20.69/20.75	c #restart = 0
20.69/20.75	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
20.69/20.75	c lower bound updated to 2185721524641
20.79/20.81	c BCD2: 2187940531264 <= obj <= 6901110600565
20.79/20.81	c BCD2: #cores=114, #unrelaxed=595, #relaxed=677, #hardened=0
20.79/20.81	c BCD2: #sat=1 #unsat=199 bias=199/200
20.79/20.82	c Solving starts ...
20.79/20.82	c ============================[ Search Statistics ]============================
20.79/20.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.79/20.82	c       |         |          |          |    Limit     GC | Var      | Constra 
20.79/20.82	c =============================================================================
20.79/20.82	c  0.0s |       0 |        0 |        0 |    28911      0 |     3800 |     6208
20.79/20.87	c  0.0s |       0 |      321 |        0 |    28911      0 |     3800 |     6208
20.79/20.87	c #cpu_time = 0.046s
20.79/20.87	c #wall_clock_time = 0.047s
20.79/20.87	c #decision = 321
20.79/20.87	c #random_decision = 0
20.79/20.87	c #conflict = 0
20.79/20.87	c #restart = 0
20.79/20.87	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
20.79/20.87	c lower bound updated to 2196816557761
20.89/20.93	c BCD2: 2199035564384 <= obj <= 6901110600565
20.89/20.93	c BCD2: #cores=115, #unrelaxed=592, #relaxed=680, #hardened=0
20.89/20.93	c BCD2: #sat=1 #unsat=200 bias=200/201
20.89/20.93	c Solving starts ...
20.89/20.93	c ============================[ Search Statistics ]============================
20.89/20.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.89/20.93	c       |         |          |          |    Limit     GC | Var      | Constra 
20.89/20.93	c =============================================================================
20.89/20.94	c  0.0s |       0 |        0 |        0 |    28911      0 |     3800 |     6209
20.89/20.99	c  0.1s |       0 |      324 |        0 |    28911      0 |     3800 |     6209
20.89/20.99	c #cpu_time = 0.049s
20.89/20.99	c #wall_clock_time = 0.049s
20.89/20.99	c #decision = 324
20.89/20.99	c #random_decision = 0
20.89/20.99	c #conflict = 0
20.89/20.99	c #restart = 0
20.89/20.99	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
20.89/20.99	c lower bound updated to 2207911590881
20.99/21.05	c BCD2: 2210130597504 <= obj <= 6901110600565
20.99/21.05	c BCD2: #cores=116, #unrelaxed=589, #relaxed=683, #hardened=0
20.99/21.05	c BCD2: #sat=1 #unsat=201 bias=201/202
20.99/21.05	c Solving starts ...
20.99/21.05	c ============================[ Search Statistics ]============================
20.99/21.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.99/21.05	c       |         |          |          |    Limit     GC | Var      | Constra 
20.99/21.05	c =============================================================================
20.99/21.05	c  0.0s |       0 |        0 |        0 |    28911      0 |     3800 |     6210
21.09/21.10	c  0.1s |       0 |      325 |        0 |    28911      0 |     3800 |     6210
21.09/21.10	c #cpu_time = 0.049s
21.09/21.10	c #wall_clock_time = 0.049s
21.09/21.10	c #decision = 325
21.09/21.10	c #random_decision = 0
21.09/21.10	c #conflict = 0
21.09/21.10	c #restart = 0
21.09/21.10	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
21.09/21.10	c lower bound updated to 2219006624001
21.09/21.16	c BCD2: 2221225630624 <= obj <= 6901110600565
21.09/21.16	c BCD2: #cores=117, #unrelaxed=586, #relaxed=686, #hardened=0
21.09/21.16	c BCD2: #sat=1 #unsat=202 bias=202/203
21.09/21.16	c Solving starts ...
21.09/21.16	c ============================[ Search Statistics ]============================
21.09/21.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.16	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.16	c =============================================================================
21.09/21.17	c  0.0s |       0 |        0 |        0 |    28911      0 |     3800 |     6211
21.19/21.22	c  0.1s |       0 |      328 |        0 |    28911      0 |     3800 |     6211
21.19/21.22	c #cpu_time = 0.049s
21.19/21.22	c #wall_clock_time = 0.049s
21.19/21.22	c #decision = 328
21.19/21.22	c #random_decision = 0
21.19/21.22	c #conflict = 0
21.19/21.22	c #restart = 0
21.19/21.22	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
21.19/21.22	c lower bound updated to 2230101657121
21.19/21.28	c BCD2: 2232320663744 <= obj <= 6901110600565
21.19/21.28	c BCD2: #cores=118, #unrelaxed=583, #relaxed=689, #hardened=0
21.19/21.28	c BCD2: #sat=1 #unsat=203 bias=203/204
21.19/21.28	c Solving starts ...
21.19/21.28	c ============================[ Search Statistics ]============================
21.19/21.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.28	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.28	c =============================================================================
21.19/21.28	c  0.0s |       0 |        0 |        0 |    28911      0 |     3800 |     6212
21.29/21.33	c  0.0s |       0 |      329 |        0 |    28911      0 |     3800 |     6212
21.29/21.33	c #cpu_time = 0.048s
21.29/21.33	c #wall_clock_time = 0.048s
21.29/21.33	c #decision = 329
21.29/21.33	c #random_decision = 0
21.29/21.33	c #conflict = 0
21.29/21.33	c #restart = 0
21.29/21.33	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
21.29/21.33	c lower bound updated to 2241196690241
21.29/21.39	c BCD2: 2243415696864 <= obj <= 6901110600565
21.29/21.39	c BCD2: #cores=119, #unrelaxed=580, #relaxed=692, #hardened=0
21.29/21.39	c BCD2: #sat=1 #unsat=204 bias=204/205
21.49/21.51	c Solving starts ...
21.49/21.51	c ============================[ Search Statistics ]============================
21.49/21.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.49/21.51	c       |         |          |          |    Limit     GC | Var      | Constra 
21.49/21.51	c =============================================================================
21.49/21.51	c  0.0s |       0 |        0 |        0 |    28911      0 |     3800 |     6213
21.49/21.56	c  0.0s |       0 |      328 |        0 |    28911      0 |     3800 |     6213
21.49/21.56	c #cpu_time = 0.048s
21.49/21.56	c #wall_clock_time = 0.048s
21.49/21.56	c #decision = 328
21.49/21.56	c #random_decision = 0
21.49/21.56	c #conflict = 0
21.49/21.56	c #restart = 0
21.49/21.56	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
21.49/21.56	c BCD2: refineLB: 22135944128 -> 22190066240
21.49/21.56	c lower bound updated to 2252291723361
21.59/21.61	c BCD2: 2254510729984 <= obj <= 6901110600565
21.59/21.61	c BCD2: #cores=119, #unrelaxed=576, #relaxed=696, #hardened=0
21.59/21.61	c BCD2: #sat=1 #unsat=205 bias=205/206
21.59/21.62	c Solving starts ...
21.59/21.62	c ============================[ Search Statistics ]============================
21.59/21.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.59/21.62	c       |         |          |          |    Limit     GC | Var      | Constra 
21.59/21.62	c =============================================================================
21.59/21.62	c  0.0s |       0 |        0 |        0 |    28911      0 |     3805 |     6213
21.59/21.68	c  0.1s |       0 |      361 |        1 |    28911      0 |     3805 |     6222
21.59/21.68	c #cpu_time = 0.053s
21.59/21.68	c #wall_clock_time = 0.053s
21.59/21.68	c #decision = 361
21.59/21.68	c #random_decision = 0
21.59/21.68	c #conflict = 1
21.59/21.68	c #restart = 0
21.59/21.68	c BCD2: relaxing 4 and merging with 3 cores into a new core of size 13: cost of the new core is >=44380132480
21.59/21.68	c BCD2: refineLB: 44326273096 -> 44380132480
21.59/21.68	c lower bound updated to 2263386756481
21.69/21.73	c BCD2: 2265605763104 <= obj <= 6901110600565
21.69/21.73	c BCD2: #cores=117, #unrelaxed=572, #relaxed=700, #hardened=0
21.69/21.73	c BCD2: #sat=1 #unsat=206 bias=206/207
21.69/21.74	c Solving starts ...
21.69/21.74	c ============================[ Search Statistics ]============================
21.69/21.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.69/21.74	c       |         |          |          |    Limit     GC | Var      | Constra 
21.69/21.74	c =============================================================================
21.69/21.74	c  0.0s |       0 |        0 |        0 |    28911      0 |     3989 |     6222
21.69/21.80	c  0.1s |       0 |      324 |        0 |    28911      0 |     3989 |     6587
21.69/21.80	c #cpu_time = 0.049s
21.69/21.80	c #wall_clock_time = 0.050s
21.69/21.80	c #decision = 324
21.69/21.80	c #random_decision = 0
21.69/21.80	c #conflict = 0
21.69/21.80	c #restart = 0
21.69/21.80	c BCD2: found a new core of size 1: cost of the new core is >=29986576
21.69/21.80	c lower bound updated to 2263416743057
21.79/21.85	c BCD2: 2265635749680 <= obj <= 6901110600565
21.79/21.85	c BCD2: #cores=118, #unrelaxed=571, #relaxed=701, #hardened=0
21.79/21.85	c BCD2: #sat=1 #unsat=207 bias=207/208
21.79/21.85	c Solving starts ...
21.79/21.85	c ============================[ Search Statistics ]============================
21.79/21.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.79/21.85	c       |         |          |          |    Limit     GC | Var      | Constra 
21.79/21.85	c =============================================================================
21.79/21.86	c  0.0s |       0 |        0 |        0 |    28911      0 |     3989 |     6587
21.89/21.91	c  0.1s |       0 |      325 |        0 |    28911      0 |     3989 |     6587
21.89/21.91	c #cpu_time = 0.050s
21.89/21.91	c #wall_clock_time = 0.050s
21.89/21.91	c #decision = 325
21.89/21.91	c #random_decision = 0
21.89/21.91	c #conflict = 0
21.89/21.91	c #restart = 0
21.89/21.91	c BCD2: found a new core of size 1: cost of the new core is >=405224
21.89/21.91	c lower bound updated to 2263417148281
21.89/21.96	c BCD2: 2265636154904 <= obj <= 6901110600565
21.89/21.96	c BCD2: #cores=119, #unrelaxed=570, #relaxed=702, #hardened=0
21.89/21.96	c BCD2: #sat=1 #unsat=208 bias=208/209
21.89/21.97	c Solving starts ...
21.89/21.97	c ============================[ Search Statistics ]============================
21.89/21.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.89/21.97	c       |         |          |          |    Limit     GC | Var      | Constra 
21.89/21.97	c =============================================================================
21.89/21.97	c  0.0s |       0 |        0 |        0 |    28911      0 |     3989 |     6587
21.99/22.02	c  0.1s |       0 |      327 |        0 |    28911      0 |     3989 |     6587
21.99/22.02	c #cpu_time = 0.052s
21.99/22.02	c #wall_clock_time = 0.052s
21.99/22.02	c #decision = 327
21.99/22.02	c #random_decision = 0
21.99/22.02	c #conflict = 0
21.99/22.02	c #restart = 0
21.99/22.02	c BCD2: found a new core of size 2: cost of the new core is >=74
21.99/22.02	c lower bound updated to 2263417148355
21.99/22.07	c BCD2: 2265636154978 <= obj <= 6901110600565
21.99/22.07	c BCD2: #cores=120, #unrelaxed=568, #relaxed=704, #hardened=0
21.99/22.07	c BCD2: #sat=1 #unsat=209 bias=209/210
21.99/22.08	c Solving starts ...
21.99/22.08	c ============================[ Search Statistics ]============================
21.99/22.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.99/22.08	c       |         |          |          |    Limit     GC | Var      | Constra 
21.99/22.08	c =============================================================================
21.99/22.08	c  0.0s |       0 |        0 |        0 |    28911      0 |     3989 |     6587
22.09/22.14	c  0.1s |       0 |      638 |        1 |    28911      0 |     3989 |     6587
22.09/22.14	c #cpu_time = 0.057s
22.09/22.14	c #wall_clock_time = 0.057s
22.09/22.14	c #decision = 638
22.09/22.14	c #random_decision = 0
22.09/22.14	c #conflict = 1
22.09/22.14	c #restart = 0
22.09/22.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
22.09/22.14	c lower bound updated to 2263417148356
22.09/22.19	c BCD2: 2265636154979 <= obj <= 6901110600565
22.09/22.19	c BCD2: #cores=120, #unrelaxed=567, #relaxed=705, #hardened=0
22.09/22.19	c BCD2: #sat=1 #unsat=210 bias=210/211
22.19/22.20	c Solving starts ...
22.19/22.20	c ============================[ Search Statistics ]============================
22.19/22.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.19/22.20	c       |         |          |          |    Limit     GC | Var      | Constra 
22.19/22.20	c =============================================================================
22.19/22.21	c  0.0s |       0 |        0 |        0 |    28911      0 |     3990 |     6587
22.19/22.26	c  0.1s |       0 |      327 |        0 |    28911      0 |     3990 |     6588
22.19/22.26	c #cpu_time = 0.049s
22.19/22.26	c #wall_clock_time = 0.049s
22.19/22.26	c #decision = 327
22.19/22.26	c #random_decision = 0
22.19/22.26	c #conflict = 0
22.19/22.26	c #restart = 0
22.19/22.26	c BCD2: found a new core of size 1: cost of the new core is >=29986576
22.19/22.26	c lower bound updated to 2263447134932
22.29/22.31	c BCD2: 2265666141555 <= obj <= 6901110600565
22.29/22.31	c BCD2: #cores=121, #unrelaxed=566, #relaxed=706, #hardened=0
22.29/22.31	c BCD2: #sat=1 #unsat=211 bias=211/212
22.29/22.31	c Solving starts ...
22.29/22.31	c ============================[ Search Statistics ]============================
22.29/22.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.29/22.31	c       |         |          |          |    Limit     GC | Var      | Constra 
22.29/22.31	c =============================================================================
22.29/22.31	c  0.0s |       0 |        0 |        0 |    28911      0 |     3990 |     6588
22.29/22.37	c  0.1s |       0 |      328 |        0 |    28911      0 |     3990 |     6588
22.29/22.37	c #cpu_time = 0.054s
22.29/22.37	c #wall_clock_time = 0.054s
22.29/22.37	c #decision = 328
22.29/22.37	c #random_decision = 0
22.29/22.37	c #conflict = 0
22.29/22.37	c #restart = 0
22.29/22.37	c BCD2: found a new core of size 1: cost of the new core is >=405224
22.29/22.37	c lower bound updated to 2263447540156
22.39/22.42	c BCD2: 2265666546779 <= obj <= 6901110600565
22.39/22.42	c BCD2: #cores=122, #unrelaxed=565, #relaxed=707, #hardened=0
22.39/22.42	c BCD2: #sat=1 #unsat=212 bias=212/213
22.39/22.42	c Solving starts ...
22.39/22.42	c ============================[ Search Statistics ]============================
22.39/22.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.39/22.42	c       |         |          |          |    Limit     GC | Var      | Constra 
22.39/22.42	c =============================================================================
22.39/22.43	c  0.0s |       0 |        0 |        0 |    28911      0 |     3990 |     6588
22.39/22.48	c  0.1s |       0 |      330 |        0 |    28911      0 |     3990 |     6588
22.39/22.48	c #cpu_time = 0.050s
22.39/22.48	c #wall_clock_time = 0.050s
22.39/22.48	c #decision = 330
22.39/22.48	c #random_decision = 0
22.39/22.48	c #conflict = 0
22.39/22.48	c #restart = 0
22.39/22.48	c BCD2: found a new core of size 2: cost of the new core is >=74
22.39/22.48	c lower bound updated to 2263447540230
22.49/22.53	c BCD2: 2265666546853 <= obj <= 6901110600565
22.49/22.53	c BCD2: #cores=123, #unrelaxed=563, #relaxed=709, #hardened=0
22.49/22.53	c BCD2: #sat=1 #unsat=213 bias=213/214
22.49/22.54	c Solving starts ...
22.49/22.54	c ============================[ Search Statistics ]============================
22.49/22.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.49/22.54	c       |         |          |          |    Limit     GC | Var      | Constra 
22.49/22.54	c =============================================================================
22.49/22.54	c  0.0s |       0 |        0 |        0 |    28911      0 |     3990 |     6588
22.59/22.60	c  0.1s |       0 |      641 |        1 |    28911      0 |     3990 |     6588
22.59/22.60	c #cpu_time = 0.062s
22.59/22.60	c #wall_clock_time = 0.062s
22.59/22.60	c #decision = 641
22.59/22.60	c #random_decision = 0
22.59/22.60	c #conflict = 1
22.59/22.60	c #restart = 0
22.59/22.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
22.59/22.60	c lower bound updated to 2263447540231
22.59/22.65	c BCD2: 2265666546854 <= obj <= 6901110600565
22.59/22.65	c BCD2: #cores=123, #unrelaxed=562, #relaxed=710, #hardened=0
22.59/22.65	c BCD2: #sat=1 #unsat=214 bias=214/215
22.59/22.65	c Solving starts ...
22.59/22.65	c ============================[ Search Statistics ]============================
22.59/22.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.59/22.65	c       |         |          |          |    Limit     GC | Var      | Constra 
22.59/22.65	c =============================================================================
22.59/22.66	c  0.0s |       0 |        0 |        0 |    28911      0 |     3991 |     6588
22.69/22.72	c  0.1s |       0 |      330 |        0 |    28911      0 |     3991 |     6589
22.69/22.72	c #cpu_time = 0.050s
22.69/22.72	c #wall_clock_time = 0.051s
22.69/22.72	c #decision = 330
22.69/22.72	c #random_decision = 0
22.69/22.72	c #conflict = 0
22.69/22.72	c #restart = 0
22.69/22.72	c BCD2: found a new core of size 1: cost of the new core is >=29986576
22.69/22.72	c lower bound updated to 2263477526807
22.69/22.77	c BCD2: 2265696533430 <= obj <= 6901110600565
22.69/22.77	c BCD2: #cores=124, #unrelaxed=561, #relaxed=711, #hardened=0
22.69/22.77	c BCD2: #sat=1 #unsat=215 bias=215/216
22.69/22.77	c Solving starts ...
22.69/22.77	c ============================[ Search Statistics ]============================
22.69/22.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.69/22.77	c       |         |          |          |    Limit     GC | Var      | Constra 
22.69/22.77	c =============================================================================
22.69/22.77	c  0.0s |       0 |        0 |        0 |    28911      0 |     3991 |     6589
22.79/22.83	c  0.1s |       0 |      331 |        0 |    28911      0 |     3991 |     6589
22.79/22.83	c #cpu_time = 0.055s
22.79/22.83	c #wall_clock_time = 0.055s
22.79/22.83	c #decision = 331
22.79/22.83	c #random_decision = 0
22.79/22.83	c #conflict = 0
22.79/22.83	c #restart = 0
22.79/22.83	c BCD2: found a new core of size 1: cost of the new core is >=405224
22.79/22.83	c lower bound updated to 2263477932031
22.79/22.88	c BCD2: 2265696938654 <= obj <= 6901110600565
22.79/22.88	c BCD2: #cores=125, #unrelaxed=560, #relaxed=712, #hardened=0
22.79/22.88	c BCD2: #sat=1 #unsat=216 bias=216/217
22.79/22.89	c Solving starts ...
22.79/22.89	c ============================[ Search Statistics ]============================
22.79/22.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.79/22.89	c       |         |          |          |    Limit     GC | Var      | Constra 
22.79/22.89	c =============================================================================
22.79/22.89	c  0.0s |       0 |        0 |        0 |    28911      0 |     3991 |     6589
22.89/22.95	c  0.1s |       0 |      333 |        0 |    28911      0 |     3991 |     6589
22.89/22.95	c #cpu_time = 0.051s
22.89/22.95	c #wall_clock_time = 0.051s
22.89/22.95	c #decision = 333
22.89/22.95	c #random_decision = 0
22.89/22.95	c #conflict = 0
22.89/22.95	c #restart = 0
22.89/22.95	c BCD2: found a new core of size 2: cost of the new core is >=74
22.89/22.95	c lower bound updated to 2263477932105
22.89/23.00	c BCD2: 2265696938728 <= obj <= 6901110600565
22.89/23.00	c BCD2: #cores=126, #unrelaxed=558, #relaxed=714, #hardened=0
22.89/23.00	c BCD2: #sat=1 #unsat=217 bias=217/218
22.99/23.00	c Solving starts ...
22.99/23.00	c ============================[ Search Statistics ]============================
22.99/23.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.99/23.00	c       |         |          |          |    Limit     GC | Var      | Constra 
22.99/23.00	c =============================================================================
22.99/23.01	c  0.0s |       0 |        0 |        0 |    28911      0 |     3991 |     6589
22.99/23.07	c  0.1s |       0 |      644 |        1 |    28911      0 |     3991 |     6589
22.99/23.07	c #cpu_time = 0.061s
22.99/23.07	c #wall_clock_time = 0.062s
22.99/23.07	c #decision = 644
22.99/23.07	c #random_decision = 0
22.99/23.07	c #conflict = 1
22.99/23.07	c #restart = 0
22.99/23.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
22.99/23.07	c lower bound updated to 2263477932106
23.09/23.12	c BCD2: 2265696938729 <= obj <= 6901110600565
23.09/23.12	c BCD2: #cores=126, #unrelaxed=557, #relaxed=715, #hardened=0
23.09/23.12	c BCD2: #sat=1 #unsat=218 bias=218/219
23.09/23.13	c Solving starts ...
23.09/23.13	c ============================[ Search Statistics ]============================
23.09/23.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.09/23.13	c       |         |          |          |    Limit     GC | Var      | Constra 
23.09/23.13	c =============================================================================
23.09/23.13	c  0.0s |       0 |        0 |        0 |    28911      0 |     3992 |     6589
23.09/23.19	c  0.1s |       0 |      333 |        0 |    28911      0 |     3992 |     6590
23.09/23.19	c #cpu_time = 0.055s
23.09/23.19	c #wall_clock_time = 0.055s
23.09/23.19	c #decision = 333
23.09/23.19	c #random_decision = 0
23.09/23.19	c #conflict = 0
23.09/23.19	c #restart = 0
23.09/23.19	c BCD2: found a new core of size 1: cost of the new core is >=29986576
23.09/23.19	c lower bound updated to 2263507918682
23.19/23.24	c BCD2: 2265726925305 <= obj <= 6901110600565
23.19/23.24	c BCD2: #cores=127, #unrelaxed=556, #relaxed=716, #hardened=0
23.19/23.24	c BCD2: #sat=1 #unsat=219 bias=219/220
23.19/23.25	c Solving starts ...
23.19/23.25	c ============================[ Search Statistics ]============================
23.19/23.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.19/23.25	c       |         |          |          |    Limit     GC | Var      | Constra 
23.19/23.25	c =============================================================================
23.19/23.25	c  0.0s |       0 |        0 |        0 |    28911      0 |     3992 |     6590
23.29/23.30	c  0.1s |       0 |      334 |        0 |    28911      0 |     3992 |     6590
23.29/23.30	c #cpu_time = 0.053s
23.29/23.30	c #wall_clock_time = 0.053s
23.29/23.30	c #decision = 334
23.29/23.30	c #random_decision = 0
23.29/23.30	c #conflict = 0
23.29/23.30	c #restart = 0
23.29/23.30	c BCD2: found a new core of size 1: cost of the new core is >=405224
23.29/23.30	c lower bound updated to 2263508323906
23.29/23.35	c BCD2: 2265727330529 <= obj <= 6901110600565
23.29/23.35	c BCD2: #cores=128, #unrelaxed=555, #relaxed=717, #hardened=0
23.29/23.35	c BCD2: #sat=1 #unsat=220 bias=220/221
23.29/23.36	c Solving starts ...
23.29/23.36	c ============================[ Search Statistics ]============================
23.29/23.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.29/23.36	c       |         |          |          |    Limit     GC | Var      | Constra 
23.29/23.36	c =============================================================================
23.29/23.37	c  0.0s |       0 |        0 |        0 |    28911      0 |     3992 |     6590
23.39/23.42	c  0.1s |       0 |      336 |        0 |    28911      0 |     3992 |     6590
23.39/23.42	c #cpu_time = 0.051s
23.39/23.42	c #wall_clock_time = 0.052s
23.39/23.42	c #decision = 336
23.39/23.42	c #random_decision = 0
23.39/23.42	c #conflict = 0
23.39/23.42	c #restart = 0
23.39/23.42	c BCD2: found a new core of size 2: cost of the new core is >=74
23.39/23.42	c lower bound updated to 2263508323980
23.39/23.47	c BCD2: 2265727330603 <= obj <= 6901110600565
23.39/23.47	c BCD2: #cores=129, #unrelaxed=553, #relaxed=719, #hardened=0
23.39/23.47	c BCD2: #sat=1 #unsat=221 bias=221/222
23.39/23.48	c Solving starts ...
23.39/23.48	c ============================[ Search Statistics ]============================
23.39/23.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.39/23.48	c       |         |          |          |    Limit     GC | Var      | Constra 
23.39/23.48	c =============================================================================
23.39/23.48	c  0.0s |       0 |        0 |        0 |    28911      0 |     3992 |     6590
23.49/23.54	c  0.1s |       0 |      647 |        1 |    28911      0 |     3992 |     6590
23.49/23.54	c #cpu_time = 0.064s
23.49/23.54	c #wall_clock_time = 0.064s
23.49/23.54	c #decision = 647
23.49/23.54	c #random_decision = 0
23.49/23.54	c #conflict = 1
23.49/23.54	c #restart = 0
23.49/23.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
23.49/23.54	c lower bound updated to 2263508323981
23.49/23.59	c BCD2: 2265727330604 <= obj <= 6901110600565
23.49/23.59	c BCD2: #cores=129, #unrelaxed=552, #relaxed=720, #hardened=0
23.49/23.59	c BCD2: #sat=1 #unsat=222 bias=222/223
23.59/23.61	c Solving starts ...
23.59/23.61	c ============================[ Search Statistics ]============================
23.59/23.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.59/23.61	c       |         |          |          |    Limit     GC | Var      | Constra 
23.59/23.61	c =============================================================================
23.59/23.61	c  0.0s |       0 |        0 |        0 |    28911      0 |     3993 |     6590
23.59/23.66	c  0.1s |       0 |      336 |        0 |    28911      0 |     3993 |     6591
23.59/23.66	c #cpu_time = 0.052s
23.59/23.66	c #wall_clock_time = 0.052s
23.59/23.66	c #decision = 336
23.59/23.66	c #random_decision = 0
23.59/23.66	c #conflict = 0
23.59/23.66	c #restart = 0
23.59/23.66	c BCD2: found a new core of size 1: cost of the new core is >=29986576
23.59/23.66	c lower bound updated to 2263538310557
23.69/23.71	c BCD2: 2265757317180 <= obj <= 6901110600565
23.69/23.71	c BCD2: #cores=130, #unrelaxed=551, #relaxed=721, #hardened=0
23.69/23.71	c BCD2: #sat=1 #unsat=223 bias=223/224
23.69/23.72	c Solving starts ...
23.69/23.72	c ============================[ Search Statistics ]============================
23.69/23.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.69/23.72	c       |         |          |          |    Limit     GC | Var      | Constra 
23.69/23.72	c =============================================================================
23.69/23.72	c  0.0s |       0 |        0 |        0 |    28911      0 |     3993 |     6591
23.69/23.78	c  0.1s |       0 |      337 |        0 |    28911      0 |     3993 |     6591
23.69/23.78	c #cpu_time = 0.054s
23.69/23.78	c #wall_clock_time = 0.054s
23.69/23.78	c #decision = 337
23.69/23.78	c #random_decision = 0
23.69/23.78	c #conflict = 0
23.69/23.78	c #restart = 0
23.69/23.78	c BCD2: found a new core of size 1: cost of the new core is >=405224
23.69/23.78	c lower bound updated to 2263538715781
23.79/23.83	c BCD2: 2265757722404 <= obj <= 6901110600565
23.79/23.83	c BCD2: #cores=131, #unrelaxed=550, #relaxed=722, #hardened=0
23.79/23.83	c BCD2: #sat=1 #unsat=224 bias=224/225
23.79/23.84	c Solving starts ...
23.79/23.84	c ============================[ Search Statistics ]============================
23.79/23.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.79/23.84	c       |         |          |          |    Limit     GC | Var      | Constra 
23.79/23.84	c =============================================================================
23.79/23.84	c  0.0s |       0 |        0 |        0 |    28911      0 |     3993 |     6591
23.89/23.90	c  0.1s |       0 |      339 |        0 |    28911      0 |     3993 |     6591
23.89/23.90	c #cpu_time = 0.053s
23.89/23.90	c #wall_clock_time = 0.053s
23.89/23.90	c #decision = 339
23.89/23.90	c #random_decision = 0
23.89/23.90	c #conflict = 0
23.89/23.90	c #restart = 0
23.89/23.90	c BCD2: found a new core of size 2: cost of the new core is >=74
23.89/23.90	c lower bound updated to 2263538715855
23.89/23.95	c BCD2: 2265757722478 <= obj <= 6901110600565
23.89/23.95	c BCD2: #cores=132, #unrelaxed=548, #relaxed=724, #hardened=0
23.89/23.95	c BCD2: #sat=1 #unsat=225 bias=225/226
23.89/23.95	c Solving starts ...
23.89/23.95	c ============================[ Search Statistics ]============================
23.89/23.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.89/23.95	c       |         |          |          |    Limit     GC | Var      | Constra 
23.89/23.95	c =============================================================================
23.89/23.95	c  0.0s |       0 |        0 |        0 |    28911      0 |     3993 |     6591
23.99/24.02	c  0.1s |       0 |      650 |        1 |    28911      0 |     3993 |     6591
23.99/24.02	c #cpu_time = 0.066s
23.99/24.02	c #wall_clock_time = 0.066s
23.99/24.02	c #decision = 650
23.99/24.02	c #random_decision = 0
23.99/24.02	c #conflict = 1
23.99/24.02	c #restart = 0
23.99/24.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
23.99/24.02	c lower bound updated to 2263538715856
23.99/24.08	c BCD2: 2265757722479 <= obj <= 6901110600565
23.99/24.08	c BCD2: #cores=132, #unrelaxed=547, #relaxed=725, #hardened=0
23.99/24.08	c BCD2: #sat=1 #unsat=226 bias=226/227
23.99/24.09	c Solving starts ...
23.99/24.09	c ============================[ Search Statistics ]============================
23.99/24.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.99/24.09	c       |         |          |          |    Limit     GC | Var      | Constra 
23.99/24.09	c =============================================================================
23.99/24.09	c  0.0s |       0 |        0 |        0 |    28911      0 |     3994 |     6591
24.09/24.14	c  0.1s |       0 |      339 |        0 |    28911      0 |     3994 |     6592
24.09/24.14	c #cpu_time = 0.053s
24.09/24.14	c #wall_clock_time = 0.054s
24.09/24.14	c #decision = 339
24.09/24.14	c #random_decision = 0
24.09/24.14	c #conflict = 0
24.09/24.14	c #restart = 0
24.09/24.14	c BCD2: found a new core of size 1: cost of the new core is >=29986576
24.09/24.14	c lower bound updated to 2263568702432
24.09/24.20	c BCD2: 2265787709055 <= obj <= 6901110600565
24.09/24.20	c BCD2: #cores=133, #unrelaxed=546, #relaxed=726, #hardened=0
24.09/24.20	c BCD2: #sat=1 #unsat=227 bias=227/228
24.19/24.21	c Solving starts ...
24.19/24.21	c ============================[ Search Statistics ]============================
24.19/24.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.19/24.21	c       |         |          |          |    Limit     GC | Var      | Constra 
24.19/24.21	c =============================================================================
24.19/24.21	c  0.0s |       0 |        0 |        0 |    28911      0 |     3994 |     6592
24.19/24.26	c  0.1s |       0 |      340 |        0 |    28911      0 |     3994 |     6592
24.19/24.26	c #cpu_time = 0.056s
24.19/24.26	c #wall_clock_time = 0.056s
24.19/24.26	c #decision = 340
24.19/24.26	c #random_decision = 0
24.19/24.26	c #conflict = 0
24.19/24.26	c #restart = 0
24.19/24.26	c BCD2: found a new core of size 1: cost of the new core is >=405224
24.19/24.26	c lower bound updated to 2263569107656
24.30/24.31	c BCD2: 2265788114279 <= obj <= 6901110600565
24.30/24.31	c BCD2: #cores=134, #unrelaxed=545, #relaxed=727, #hardened=0
24.30/24.31	c BCD2: #sat=1 #unsat=228 bias=228/229
24.30/24.33	c Solving starts ...
24.30/24.33	c ============================[ Search Statistics ]============================
24.30/24.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.30/24.33	c       |         |          |          |    Limit     GC | Var      | Constra 
24.30/24.33	c =============================================================================
24.30/24.33	c  0.0s |       0 |        0 |        0 |    28911      0 |     3994 |     6592
24.30/24.39	c  0.1s |       0 |      342 |        0 |    28911      0 |     3994 |     6592
24.30/24.39	c #cpu_time = 0.054s
24.30/24.39	c #wall_clock_time = 0.054s
24.30/24.39	c #decision = 342
24.30/24.39	c #random_decision = 0
24.30/24.39	c #conflict = 0
24.30/24.39	c #restart = 0
24.30/24.39	c BCD2: found a new core of size 2: cost of the new core is >=74
24.30/24.39	c lower bound updated to 2263569107730
24.39/24.44	c BCD2: 2265788114353 <= obj <= 6901110600565
24.39/24.44	c BCD2: #cores=135, #unrelaxed=543, #relaxed=729, #hardened=0
24.39/24.44	c BCD2: #sat=1 #unsat=229 bias=229/230
24.39/24.45	c Solving starts ...
24.39/24.45	c ============================[ Search Statistics ]============================
24.39/24.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.39/24.45	c       |         |          |          |    Limit     GC | Var      | Constra 
24.39/24.45	c =============================================================================
24.39/24.45	c  0.0s |       0 |        0 |        0 |    28911      0 |     3994 |     6592
24.49/24.52	c  0.1s |       0 |      653 |        1 |    28911      0 |     3994 |     6592
24.49/24.52	c #cpu_time = 0.064s
24.49/24.52	c #wall_clock_time = 0.064s
24.49/24.52	c #decision = 653
24.49/24.52	c #random_decision = 0
24.49/24.52	c #conflict = 1
24.49/24.52	c #restart = 0
24.49/24.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
24.49/24.52	c lower bound updated to 2263569107731
24.49/24.57	c BCD2: 2265788114354 <= obj <= 6901110600565
24.49/24.57	c BCD2: #cores=135, #unrelaxed=542, #relaxed=730, #hardened=0
24.49/24.57	c BCD2: #sat=1 #unsat=230 bias=230/231
24.49/24.58	c Solving starts ...
24.49/24.58	c ============================[ Search Statistics ]============================
24.49/24.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.49/24.58	c       |         |          |          |    Limit     GC | Var      | Constra 
24.49/24.58	c =============================================================================
24.49/24.58	c  0.0s |       0 |        0 |        0 |    28911      0 |     3995 |     6592
24.59/24.64	c  0.1s |       0 |      342 |        0 |    28911      0 |     3995 |     6593
24.59/24.64	c #cpu_time = 0.054s
24.59/24.64	c #wall_clock_time = 0.054s
24.59/24.64	c #decision = 342
24.59/24.64	c #random_decision = 0
24.59/24.64	c #conflict = 0
24.59/24.64	c #restart = 0
24.59/24.64	c BCD2: found a new core of size 1: cost of the new core is >=29986576
24.59/24.64	c lower bound updated to 2263599094307
24.59/24.69	c BCD2: 2265818100930 <= obj <= 6901110600565
24.59/24.69	c BCD2: #cores=136, #unrelaxed=541, #relaxed=731, #hardened=0
24.59/24.69	c BCD2: #sat=1 #unsat=231 bias=231/232
24.69/24.70	c Solving starts ...
24.69/24.70	c ============================[ Search Statistics ]============================
24.69/24.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.69/24.70	c       |         |          |          |    Limit     GC | Var      | Constra 
24.69/24.70	c =============================================================================
24.69/24.70	c  0.0s |       0 |        0 |        0 |    28911      0 |     3995 |     6593
24.69/24.76	c  0.1s |       0 |      343 |        0 |    28911      0 |     3995 |     6593
24.69/24.76	c #cpu_time = 0.055s
24.69/24.76	c #wall_clock_time = 0.055s
24.69/24.76	c #decision = 343
24.69/24.76	c #random_decision = 0
24.69/24.76	c #conflict = 0
24.69/24.76	c #restart = 0
24.69/24.76	c BCD2: found a new core of size 1: cost of the new core is >=405224
24.69/24.76	c lower bound updated to 2263599499531
24.79/24.81	c BCD2: 2265818506154 <= obj <= 6901110600565
24.79/24.81	c BCD2: #cores=137, #unrelaxed=540, #relaxed=732, #hardened=0
24.79/24.81	c BCD2: #sat=1 #unsat=232 bias=232/233
24.79/24.82	c Solving starts ...
24.79/24.82	c ============================[ Search Statistics ]============================
24.79/24.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.79/24.82	c       |         |          |          |    Limit     GC | Var      | Constra 
24.79/24.82	c =============================================================================
24.79/24.82	c  0.0s |       0 |        0 |        0 |    28911      0 |     3995 |     6593
24.79/24.88	c  0.1s |       0 |      345 |        0 |    28911      0 |     3995 |     6593
24.79/24.88	c #cpu_time = 0.054s
24.79/24.88	c #wall_clock_time = 0.055s
24.79/24.88	c #decision = 345
24.79/24.88	c #random_decision = 0
24.79/24.88	c #conflict = 0
24.79/24.88	c #restart = 0
24.79/24.88	c BCD2: found a new core of size 2: cost of the new core is >=74
24.79/24.88	c lower bound updated to 2263599499605
24.89/24.93	c BCD2: 2265818506228 <= obj <= 6901110600565
24.89/24.93	c BCD2: #cores=138, #unrelaxed=538, #relaxed=734, #hardened=0
24.89/24.93	c BCD2: #sat=1 #unsat=233 bias=233/234
24.89/24.94	c Solving starts ...
24.89/24.94	c ============================[ Search Statistics ]============================
24.89/24.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.89/24.94	c       |         |          |          |    Limit     GC | Var      | Constra 
24.89/24.94	c =============================================================================
24.89/24.94	c  0.0s |       0 |        0 |        0 |    28911      0 |     3995 |     6593
24.99/25.01	c  0.1s |       0 |      656 |        1 |    28911      0 |     3995 |     6593
24.99/25.01	c #cpu_time = 0.065s
24.99/25.01	c #wall_clock_time = 0.065s
24.99/25.01	c #decision = 656
24.99/25.01	c #random_decision = 0
24.99/25.01	c #conflict = 1
24.99/25.01	c #restart = 0
24.99/25.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
24.99/25.01	c lower bound updated to 2263599499606
24.99/25.06	c BCD2: 2265818506229 <= obj <= 6901110600565
24.99/25.06	c BCD2: #cores=138, #unrelaxed=537, #relaxed=735, #hardened=0
24.99/25.06	c BCD2: #sat=1 #unsat=234 bias=234/235
24.99/25.08	c Solving starts ...
24.99/25.08	c ============================[ Search Statistics ]============================
24.99/25.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.99/25.08	c       |         |          |          |    Limit     GC | Var      | Constra 
24.99/25.08	c =============================================================================
24.99/25.08	c  0.0s |       0 |        0 |        0 |    28911      0 |     3996 |     6593
25.09/25.13	c  0.1s |       0 |      345 |        0 |    28911      0 |     3996 |     6594
25.09/25.13	c #cpu_time = 0.055s
25.09/25.13	c #wall_clock_time = 0.055s
25.09/25.13	c #decision = 345
25.09/25.13	c #random_decision = 0
25.09/25.13	c #conflict = 0
25.09/25.13	c #restart = 0
25.09/25.13	c BCD2: found a new core of size 1: cost of the new core is >=29986576
25.09/25.13	c lower bound updated to 2263629486182
25.09/25.18	c BCD2: 2265848492805 <= obj <= 6901110600565
25.09/25.18	c BCD2: #cores=139, #unrelaxed=536, #relaxed=736, #hardened=0
25.09/25.18	c BCD2: #sat=1 #unsat=235 bias=235/236
25.09/25.19	c Solving starts ...
25.09/25.19	c ============================[ Search Statistics ]============================
25.09/25.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.09/25.19	c       |         |          |          |    Limit     GC | Var      | Constra 
25.09/25.19	c =============================================================================
25.19/25.20	c  0.0s |       0 |        0 |        0 |    28911      0 |     3996 |     6594
25.19/25.26	c  0.1s |       0 |      346 |        0 |    28911      0 |     3996 |     6594
25.19/25.26	c #cpu_time = 0.056s
25.19/25.26	c #wall_clock_time = 0.056s
25.19/25.26	c #decision = 346
25.19/25.26	c #random_decision = 0
25.19/25.26	c #conflict = 0
25.19/25.26	c #restart = 0
25.19/25.26	c BCD2: found a new core of size 1: cost of the new core is >=405224
25.19/25.26	c lower bound updated to 2263629891406
25.29/25.31	c BCD2: 2265848898029 <= obj <= 6901110600565
25.29/25.31	c BCD2: #cores=140, #unrelaxed=535, #relaxed=737, #hardened=0
25.29/25.31	c BCD2: #sat=1 #unsat=236 bias=236/237
25.29/25.31	c Solving starts ...
25.29/25.31	c ============================[ Search Statistics ]============================
25.29/25.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.29/25.31	c       |         |          |          |    Limit     GC | Var      | Constra 
25.29/25.31	c =============================================================================
25.29/25.31	c  0.0s |       0 |        0 |        0 |    28911      0 |     3996 |     6594
25.29/25.37	c  0.1s |       0 |      348 |        0 |    28911      0 |     3996 |     6594
25.29/25.37	c #cpu_time = 0.060s
25.29/25.37	c #wall_clock_time = 0.060s
25.29/25.37	c #decision = 348
25.29/25.37	c #random_decision = 0
25.29/25.37	c #conflict = 0
25.29/25.37	c #restart = 0
25.29/25.37	c BCD2: found a new core of size 2: cost of the new core is >=74
25.29/25.37	c lower bound updated to 2263629891480
25.39/25.43	c BCD2: 2265848898103 <= obj <= 6901110600565
25.39/25.43	c BCD2: #cores=141, #unrelaxed=533, #relaxed=739, #hardened=0
25.39/25.43	c BCD2: #sat=1 #unsat=237 bias=237/238
25.39/25.44	c Solving starts ...
25.39/25.44	c ============================[ Search Statistics ]============================
25.39/25.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.39/25.44	c       |         |          |          |    Limit     GC | Var      | Constra 
25.39/25.44	c =============================================================================
25.39/25.44	c  0.0s |       0 |        0 |        0 |    28911      0 |     3996 |     6594
25.49/25.51	c  0.1s |       0 |      659 |        1 |    28911      0 |     3996 |     6594
25.49/25.51	c #cpu_time = 0.066s
25.49/25.51	c #wall_clock_time = 0.067s
25.49/25.51	c #decision = 659
25.49/25.51	c #random_decision = 0
25.49/25.51	c #conflict = 1
25.49/25.51	c #restart = 0
25.49/25.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
25.49/25.51	c lower bound updated to 2263629891481
25.49/25.56	c BCD2: 2265848898104 <= obj <= 6901110600565
25.49/25.56	c BCD2: #cores=141, #unrelaxed=532, #relaxed=740, #hardened=0
25.49/25.56	c BCD2: #sat=1 #unsat=238 bias=238/239
25.49/25.57	c Solving starts ...
25.49/25.57	c ============================[ Search Statistics ]============================
25.49/25.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.49/25.57	c       |         |          |          |    Limit     GC | Var      | Constra 
25.49/25.57	c =============================================================================
25.49/25.57	c  0.0s |       0 |        0 |        0 |    28911      0 |     3997 |     6594
25.59/25.63	c  0.1s |       0 |      348 |        0 |    28911      0 |     3997 |     6595
25.59/25.63	c #cpu_time = 0.056s
25.59/25.63	c #wall_clock_time = 0.056s
25.59/25.63	c #decision = 348
25.59/25.63	c #random_decision = 0
25.59/25.63	c #conflict = 0
25.59/25.63	c #restart = 0
25.59/25.63	c BCD2: found a new core of size 1: cost of the new core is >=29986576
25.59/25.63	c lower bound updated to 2263659878057
25.59/25.68	c BCD2: 2265878884680 <= obj <= 6901110600565
25.59/25.68	c BCD2: #cores=142, #unrelaxed=531, #relaxed=741, #hardened=0
25.59/25.68	c BCD2: #sat=1 #unsat=239 bias=239/240
25.59/25.70	c Solving starts ...
25.59/25.70	c ============================[ Search Statistics ]============================
25.59/25.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.59/25.70	c       |         |          |          |    Limit     GC | Var      | Constra 
25.59/25.70	c =============================================================================
25.69/25.70	c  0.0s |       0 |        0 |        0 |    28911      0 |     3997 |     6595
25.69/25.76	c  0.1s |       0 |      349 |        0 |    28911      0 |     3997 |     6595
25.69/25.76	c #cpu_time = 0.057s
25.69/25.76	c #wall_clock_time = 0.057s
25.69/25.76	c #decision = 349
25.69/25.76	c #random_decision = 0
25.69/25.76	c #conflict = 0
25.69/25.76	c #restart = 0
25.69/25.76	c BCD2: found a new core of size 1: cost of the new core is >=405224
25.69/25.76	c lower bound updated to 2263660283281
25.79/25.81	c BCD2: 2265879289904 <= obj <= 6901110600565
25.79/25.81	c BCD2: #cores=143, #unrelaxed=530, #relaxed=742, #hardened=0
25.79/25.81	c BCD2: #sat=1 #unsat=240 bias=240/241
25.79/25.81	c Solving starts ...
25.79/25.81	c ============================[ Search Statistics ]============================
25.79/25.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.79/25.81	c       |         |          |          |    Limit     GC | Var      | Constra 
25.79/25.81	c =============================================================================
25.79/25.82	c  0.0s |       0 |        0 |        0 |    28911      0 |     3997 |     6595
25.79/25.88	c  0.1s |       0 |      351 |        0 |    28911      0 |     3997 |     6595
25.79/25.88	c #cpu_time = 0.057s
25.79/25.88	c #wall_clock_time = 0.057s
25.79/25.88	c #decision = 351
25.79/25.88	c #random_decision = 0
25.79/25.88	c #conflict = 0
25.79/25.88	c #restart = 0
25.79/25.88	c BCD2: found a new core of size 2: cost of the new core is >=74
25.79/25.88	c lower bound updated to 2263660283355
25.89/25.93	c BCD2: 2265879289978 <= obj <= 6901110600565
25.89/25.93	c BCD2: #cores=144, #unrelaxed=528, #relaxed=744, #hardened=0
25.89/25.93	c BCD2: #sat=1 #unsat=241 bias=241/242
25.89/25.93	c Solving starts ...
25.89/25.93	c ============================[ Search Statistics ]============================
25.89/25.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.89/25.93	c       |         |          |          |    Limit     GC | Var      | Constra 
25.89/25.93	c =============================================================================
25.89/25.93	c  0.0s |       0 |        0 |        0 |    28911      0 |     3997 |     6595
25.99/26.01	c  0.1s |       0 |      662 |        1 |    28911      0 |     3997 |     6595
25.99/26.01	c #cpu_time = 0.071s
25.99/26.01	c #wall_clock_time = 0.071s
25.99/26.01	c #decision = 662
25.99/26.01	c #random_decision = 0
25.99/26.01	c #conflict = 1
25.99/26.01	c #restart = 0
25.99/26.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
25.99/26.01	c lower bound updated to 2263660283356
25.99/26.07	c BCD2: 2265879289979 <= obj <= 6901110600565
25.99/26.07	c BCD2: #cores=144, #unrelaxed=527, #relaxed=745, #hardened=0
25.99/26.07	c BCD2: #sat=1 #unsat=242 bias=242/243
25.99/26.07	c Solving starts ...
25.99/26.07	c ============================[ Search Statistics ]============================
25.99/26.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.99/26.07	c       |         |          |          |    Limit     GC | Var      | Constra 
25.99/26.07	c =============================================================================
25.99/26.07	c  0.0s |       0 |        0 |        0 |    28911      0 |     3998 |     6595
26.09/26.13	c  0.1s |       0 |      351 |        0 |    28911      0 |     3998 |     6596
26.09/26.13	c #cpu_time = 0.057s
26.09/26.13	c #wall_clock_time = 0.057s
26.09/26.13	c #decision = 351
26.09/26.13	c #random_decision = 0
26.09/26.13	c #conflict = 0
26.09/26.13	c #restart = 0
26.09/26.13	c BCD2: found a new core of size 1: cost of the new core is >=29986576
26.09/26.13	c lower bound updated to 2263690269932
26.09/26.18	c BCD2: 2265909276555 <= obj <= 6901110600565
26.09/26.18	c BCD2: #cores=145, #unrelaxed=526, #relaxed=746, #hardened=0
26.09/26.18	c BCD2: #sat=1 #unsat=243 bias=243/244
26.09/26.20	c Solving starts ...
26.09/26.20	c ============================[ Search Statistics ]============================
26.09/26.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.09/26.20	c       |         |          |          |    Limit     GC | Var      | Constra 
26.09/26.20	c =============================================================================
26.09/26.20	c  0.0s |       0 |        0 |        0 |    28911      0 |     3998 |     6596
26.19/26.26	c  0.1s |       0 |      352 |        0 |    28911      0 |     3998 |     6596
26.19/26.26	c #cpu_time = 0.058s
26.19/26.26	c #wall_clock_time = 0.058s
26.19/26.26	c #decision = 352
26.19/26.26	c #random_decision = 0
26.19/26.26	c #conflict = 0
26.19/26.26	c #restart = 0
26.19/26.26	c BCD2: found a new core of size 1: cost of the new core is >=405224
26.19/26.26	c lower bound updated to 2263690675156
26.29/26.31	c BCD2: 2265909681779 <= obj <= 6901110600565
26.29/26.31	c BCD2: #cores=146, #unrelaxed=525, #relaxed=747, #hardened=0
26.29/26.31	c BCD2: #sat=1 #unsat=244 bias=244/245
26.29/26.32	c Solving starts ...
26.29/26.32	c ============================[ Search Statistics ]============================
26.29/26.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.29/26.32	c       |         |          |          |    Limit     GC | Var      | Constra 
26.29/26.32	c =============================================================================
26.29/26.32	c  0.0s |       0 |        0 |        0 |    28911      0 |     3998 |     6596
26.29/26.38	c  0.1s |       0 |      354 |        0 |    28911      0 |     3998 |     6596
26.29/26.38	c #cpu_time = 0.057s
26.29/26.38	c #wall_clock_time = 0.058s
26.29/26.38	c #decision = 354
26.29/26.38	c #random_decision = 0
26.29/26.38	c #conflict = 0
26.29/26.38	c #restart = 0
26.29/26.38	c BCD2: found a new core of size 2: cost of the new core is >=74
26.29/26.38	c lower bound updated to 2263690675230
26.39/26.43	c BCD2: 2265909681853 <= obj <= 6901110600565
26.39/26.43	c BCD2: #cores=147, #unrelaxed=523, #relaxed=749, #hardened=0
26.39/26.43	c BCD2: #sat=1 #unsat=245 bias=245/246
26.39/26.45	c Solving starts ...
26.39/26.45	c ============================[ Search Statistics ]============================
26.39/26.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.39/26.45	c       |         |          |          |    Limit     GC | Var      | Constra 
26.39/26.45	c =============================================================================
26.39/26.45	c  0.0s |       0 |        0 |        0 |    28911      0 |     3998 |     6596
26.49/26.52	c  0.1s |       0 |      665 |        1 |    28911      0 |     3998 |     6596
26.49/26.52	c #cpu_time = 0.069s
26.49/26.52	c #wall_clock_time = 0.070s
26.49/26.52	c #decision = 665
26.49/26.52	c #random_decision = 0
26.49/26.52	c #conflict = 1
26.49/26.52	c #restart = 0
26.49/26.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
26.49/26.52	c lower bound updated to 2263690675231
26.49/26.57	c BCD2: 2265909681854 <= obj <= 6901110600565
26.49/26.57	c BCD2: #cores=147, #unrelaxed=522, #relaxed=750, #hardened=0
26.49/26.57	c BCD2: #sat=1 #unsat=246 bias=246/247
26.49/26.59	c Solving starts ...
26.49/26.59	c ============================[ Search Statistics ]============================
26.49/26.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.49/26.59	c       |         |          |          |    Limit     GC | Var      | Constra 
26.49/26.59	c =============================================================================
26.49/26.59	c  0.0s |       0 |        0 |        0 |    28911      0 |     3999 |     6596
26.59/26.65	c  0.1s |       0 |      354 |        0 |    28911      0 |     3999 |     6597
26.59/26.65	c #cpu_time = 0.058s
26.59/26.65	c #wall_clock_time = 0.058s
26.59/26.65	c #decision = 354
26.59/26.65	c #random_decision = 0
26.59/26.65	c #conflict = 0
26.59/26.65	c #restart = 0
26.59/26.65	c BCD2: found a new core of size 1: cost of the new core is >=29986576
26.59/26.65	c lower bound updated to 2263720661807
26.69/26.70	c BCD2: 2265939668430 <= obj <= 6901110600565
26.69/26.70	c BCD2: #cores=148, #unrelaxed=521, #relaxed=751, #hardened=0
26.69/26.70	c BCD2: #sat=1 #unsat=247 bias=247/248
26.69/26.70	c Solving starts ...
26.69/26.70	c ============================[ Search Statistics ]============================
26.69/26.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.69/26.70	c       |         |          |          |    Limit     GC | Var      | Constra 
26.69/26.70	c =============================================================================
26.69/26.71	c  0.0s |       0 |        0 |        0 |    28911      0 |     3999 |     6597
26.69/26.77	c  0.1s |       0 |      355 |        0 |    28911      0 |     3999 |     6597
26.69/26.77	c #cpu_time = 0.059s
26.69/26.77	c #wall_clock_time = 0.059s
26.69/26.77	c #decision = 355
26.69/26.77	c #random_decision = 0
26.69/26.77	c #conflict = 0
26.69/26.77	c #restart = 0
26.69/26.77	c BCD2: found a new core of size 1: cost of the new core is >=405224
26.69/26.77	c lower bound updated to 2263721067031
26.79/26.82	c BCD2: 2265940073654 <= obj <= 6901110600565
26.79/26.82	c BCD2: #cores=149, #unrelaxed=520, #relaxed=752, #hardened=0
26.79/26.82	c BCD2: #sat=1 #unsat=248 bias=248/249
26.79/26.83	c Solving starts ...
26.79/26.83	c ============================[ Search Statistics ]============================
26.79/26.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.79/26.83	c       |         |          |          |    Limit     GC | Var      | Constra 
26.79/26.83	c =============================================================================
26.79/26.83	c  0.0s |       0 |        0 |        0 |    28911      0 |     3999 |     6597
26.79/26.89	c  0.1s |       0 |      357 |        0 |    28911      0 |     3999 |     6597
26.79/26.89	c #cpu_time = 0.063s
26.79/26.89	c #wall_clock_time = 0.063s
26.79/26.89	c #decision = 357
26.79/26.89	c #random_decision = 0
26.79/26.89	c #conflict = 0
26.79/26.89	c #restart = 0
26.79/26.89	c BCD2: found a new core of size 2: cost of the new core is >=74
26.79/26.89	c lower bound updated to 2263721067105
26.89/26.94	c BCD2: 2265940073728 <= obj <= 6901110600565
26.89/26.94	c BCD2: #cores=150, #unrelaxed=518, #relaxed=754, #hardened=0
26.89/26.94	c BCD2: #sat=1 #unsat=249 bias=249/250
26.89/26.96	c Solving starts ...
26.89/26.96	c ============================[ Search Statistics ]============================
26.89/26.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.89/26.96	c       |         |          |          |    Limit     GC | Var      | Constra 
26.89/26.96	c =============================================================================
26.89/26.96	c  0.0s |       0 |        0 |        0 |    28911      0 |     3999 |     6597
26.99/27.03	c  0.1s |       0 |      668 |        1 |    28911      0 |     3999 |     6597
26.99/27.03	c #cpu_time = 0.071s
26.99/27.03	c #wall_clock_time = 0.071s
26.99/27.03	c #decision = 668
26.99/27.03	c #random_decision = 0
26.99/27.03	c #conflict = 1
26.99/27.03	c #restart = 0
26.99/27.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
26.99/27.03	c lower bound updated to 2263721067106
26.99/27.08	c BCD2: 2265940073729 <= obj <= 6901110600565
26.99/27.08	c BCD2: #cores=150, #unrelaxed=517, #relaxed=755, #hardened=0
26.99/27.08	c BCD2: #sat=1 #unsat=250 bias=250/251
27.09/27.10	c Solving starts ...
27.09/27.10	c ============================[ Search Statistics ]============================
27.09/27.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.09/27.10	c       |         |          |          |    Limit     GC | Var      | Constra 
27.09/27.10	c =============================================================================
27.09/27.10	c  0.0s |       0 |        0 |        0 |    28911      0 |     4000 |     6597
27.09/27.16	c  0.1s |       0 |      357 |        0 |    28911      0 |     4000 |     6598
27.09/27.16	c #cpu_time = 0.059s
27.09/27.16	c #wall_clock_time = 0.059s
27.09/27.16	c #decision = 357
27.09/27.16	c #random_decision = 0
27.09/27.16	c #conflict = 0
27.09/27.16	c #restart = 0
27.09/27.16	c BCD2: found a new core of size 1: cost of the new core is >=29986576
27.09/27.16	c lower bound updated to 2263751053682
27.19/27.21	c BCD2: 2265970060305 <= obj <= 6901110600565
27.19/27.21	c BCD2: #cores=151, #unrelaxed=516, #relaxed=756, #hardened=0
27.19/27.21	c BCD2: #sat=1 #unsat=251 bias=251/252
27.19/27.23	c Solving starts ...
27.19/27.23	c ============================[ Search Statistics ]============================
27.19/27.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.19/27.23	c       |         |          |          |    Limit     GC | Var      | Constra 
27.19/27.23	c =============================================================================
27.19/27.23	c  0.0s |       0 |        0 |        0 |    28911      0 |     4000 |     6598
27.19/27.29	c  0.1s |       0 |      358 |        0 |    28911      0 |     4000 |     6598
27.19/27.29	c #cpu_time = 0.060s
27.19/27.29	c #wall_clock_time = 0.060s
27.19/27.29	c #decision = 358
27.19/27.29	c #random_decision = 0
27.19/27.29	c #conflict = 0
27.19/27.29	c #restart = 0
27.19/27.29	c BCD2: found a new core of size 1: cost of the new core is >=405224
27.19/27.29	c lower bound updated to 2263751458906
27.29/27.34	c BCD2: 2265970465529 <= obj <= 6901110600565
27.29/27.34	c BCD2: #cores=152, #unrelaxed=515, #relaxed=757, #hardened=0
27.29/27.34	c BCD2: #sat=1 #unsat=252 bias=252/253
27.29/27.35	c Solving starts ...
27.29/27.35	c ============================[ Search Statistics ]============================
27.29/27.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.29/27.35	c       |         |          |          |    Limit     GC | Var      | Constra 
27.29/27.35	c =============================================================================
27.29/27.35	c  0.0s |       0 |        0 |        0 |    28911      0 |     4000 |     6598
27.38/27.42	c  0.1s |       0 |      360 |        0 |    28911      0 |     4000 |     6598
27.38/27.42	c #cpu_time = 0.059s
27.38/27.42	c #wall_clock_time = 0.059s
27.38/27.42	c #decision = 360
27.38/27.42	c #random_decision = 0
27.38/27.42	c #conflict = 0
27.38/27.42	c #restart = 0
27.38/27.42	c BCD2: found a new core of size 2: cost of the new core is >=74
27.38/27.42	c lower bound updated to 2263751458980
27.38/27.47	c BCD2: 2265970465603 <= obj <= 6901110600565
27.38/27.47	c BCD2: #cores=153, #unrelaxed=513, #relaxed=759, #hardened=0
27.38/27.47	c BCD2: #sat=1 #unsat=253 bias=253/254
27.38/27.47	c Solving starts ...
27.38/27.47	c ============================[ Search Statistics ]============================
27.38/27.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.38/27.47	c       |         |          |          |    Limit     GC | Var      | Constra 
27.38/27.47	c =============================================================================
27.38/27.48	c  0.0s |       0 |        0 |        0 |    28911      0 |     4000 |     6598
27.49/27.56	c  0.1s |       0 |      671 |        1 |    28911      0 |     4000 |     6598
27.49/27.56	c #cpu_time = 0.071s
27.49/27.56	c #wall_clock_time = 0.071s
27.49/27.56	c #decision = 671
27.49/27.56	c #random_decision = 0
27.49/27.56	c #conflict = 1
27.49/27.56	c #restart = 0
27.49/27.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
27.49/27.56	c lower bound updated to 2263751458981
27.59/27.61	c BCD2: 2265970465604 <= obj <= 6901110600565
27.59/27.61	c BCD2: #cores=153, #unrelaxed=512, #relaxed=760, #hardened=0
27.59/27.61	c BCD2: #sat=1 #unsat=254 bias=254/255
27.59/27.61	c Solving starts ...
27.59/27.61	c ============================[ Search Statistics ]============================
27.59/27.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.59/27.61	c       |         |          |          |    Limit     GC | Var      | Constra 
27.59/27.61	c =============================================================================
27.59/27.61	c  0.0s |       0 |        0 |        0 |    28911      0 |     4001 |     6598
27.59/27.68	c  0.1s |       0 |      360 |        0 |    28911      0 |     4001 |     6599
27.59/27.68	c #cpu_time = 0.064s
27.59/27.68	c #wall_clock_time = 0.064s
27.59/27.68	c #decision = 360
27.59/27.68	c #random_decision = 0
27.59/27.68	c #conflict = 0
27.59/27.68	c #restart = 0
27.59/27.68	c BCD2: found a new core of size 1: cost of the new core is >=29986576
27.59/27.68	c lower bound updated to 2263781445557
27.69/27.74	c BCD2: 2266000452180 <= obj <= 6901110600565
27.69/27.74	c BCD2: #cores=154, #unrelaxed=511, #relaxed=761, #hardened=0
27.69/27.74	c BCD2: #sat=1 #unsat=255 bias=255/256
27.69/27.74	c Solving starts ...
27.69/27.74	c ============================[ Search Statistics ]============================
27.69/27.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.69/27.74	c       |         |          |          |    Limit     GC | Var      | Constra 
27.69/27.74	c =============================================================================
27.69/27.74	c  0.0s |       0 |        0 |        0 |    28911      0 |     4001 |     6599
27.78/27.81	c  0.1s |       0 |      361 |        0 |    28911      0 |     4001 |     6599
27.78/27.81	c #cpu_time = 0.062s
27.78/27.81	c #wall_clock_time = 0.062s
27.78/27.81	c #decision = 361
27.78/27.81	c #random_decision = 0
27.78/27.81	c #conflict = 0
27.78/27.81	c #restart = 0
27.78/27.81	c BCD2: found a new core of size 1: cost of the new core is >=405224
27.78/27.81	c lower bound updated to 2263781850781
27.78/27.86	c BCD2: 2266000857404 <= obj <= 6901110600565
27.78/27.86	c BCD2: #cores=155, #unrelaxed=510, #relaxed=762, #hardened=0
27.78/27.86	c BCD2: #sat=1 #unsat=256 bias=256/257
27.78/27.87	c Solving starts ...
27.78/27.87	c ============================[ Search Statistics ]============================
27.78/27.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.78/27.87	c       |         |          |          |    Limit     GC | Var      | Constra 
27.78/27.87	c =============================================================================
27.78/27.87	c  0.0s |       0 |        0 |        0 |    28911      0 |     4001 |     6599
27.88/27.94	c  0.1s |       0 |      363 |        0 |    28911      0 |     4001 |     6599
27.88/27.94	c #cpu_time = 0.060s
27.88/27.94	c #wall_clock_time = 0.061s
27.88/27.94	c #decision = 363
27.88/27.94	c #random_decision = 0
27.88/27.94	c #conflict = 0
27.88/27.94	c #restart = 0
27.88/27.94	c BCD2: found a new core of size 2: cost of the new core is >=74
27.88/27.94	c lower bound updated to 2263781850855
27.88/27.99	c BCD2: 2266000857478 <= obj <= 6901110600565
27.88/27.99	c BCD2: #cores=156, #unrelaxed=508, #relaxed=764, #hardened=0
27.88/27.99	c BCD2: #sat=1 #unsat=257 bias=257/258
27.98/28.00	c Solving starts ...
27.98/28.00	c ============================[ Search Statistics ]============================
27.98/28.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.98/28.00	c       |         |          |          |    Limit     GC | Var      | Constra 
27.98/28.00	c =============================================================================
27.98/28.00	c  0.0s |       0 |        0 |        0 |    28911      0 |     4001 |     6599
27.98/28.08	c  0.1s |       0 |      674 |        1 |    28911      0 |     4001 |     6599
27.98/28.08	c #cpu_time = 0.073s
27.98/28.08	c #wall_clock_time = 0.073s
27.98/28.08	c #decision = 674
27.98/28.08	c #random_decision = 0
27.98/28.08	c #conflict = 1
27.98/28.08	c #restart = 0
27.98/28.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
27.98/28.08	c lower bound updated to 2263781850856
28.08/28.13	c BCD2: 2266000857479 <= obj <= 6901110600565
28.08/28.13	c BCD2: #cores=156, #unrelaxed=507, #relaxed=765, #hardened=0
28.08/28.13	c BCD2: #sat=1 #unsat=258 bias=258/259
28.08/28.14	c Solving starts ...
28.08/28.14	c ============================[ Search Statistics ]============================
28.08/28.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.08/28.14	c       |         |          |          |    Limit     GC | Var      | Constra 
28.08/28.14	c =============================================================================
28.08/28.14	c  0.0s |       0 |        0 |        0 |    28911      0 |     4002 |     6599
28.18/28.21	c  0.1s |       0 |      363 |        0 |    28911      0 |     4002 |     6600
28.18/28.21	c #cpu_time = 0.060s
28.18/28.21	c #wall_clock_time = 0.061s
28.18/28.21	c #decision = 363
28.18/28.21	c #random_decision = 0
28.18/28.21	c #conflict = 0
28.18/28.21	c #restart = 0
28.18/28.21	c BCD2: found a new core of size 1: cost of the new core is >=29986576
28.18/28.21	c lower bound updated to 2263811837432
28.18/28.26	c BCD2: 2266030844055 <= obj <= 6901110600565
28.18/28.26	c BCD2: #cores=157, #unrelaxed=506, #relaxed=766, #hardened=0
28.18/28.26	c BCD2: #sat=1 #unsat=259 bias=259/260
28.18/28.27	c Solving starts ...
28.18/28.27	c ============================[ Search Statistics ]============================
28.18/28.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.18/28.27	c       |         |          |          |    Limit     GC | Var      | Constra 
28.18/28.27	c =============================================================================
28.18/28.27	c  0.0s |       0 |        0 |        0 |    28911      0 |     4002 |     6600
28.28/28.34	c  0.1s |       0 |      364 |        0 |    28911      0 |     4002 |     6600
28.28/28.34	c #cpu_time = 0.062s
28.28/28.34	c #wall_clock_time = 0.062s
28.28/28.34	c #decision = 364
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 >=405224
28.28/28.34	c lower bound updated to 2263812242656
28.28/28.39	c BCD2: 2266031249279 <= obj <= 6901110600565
28.28/28.39	c BCD2: #cores=158, #unrelaxed=505, #relaxed=767, #hardened=0
28.28/28.39	c BCD2: #sat=1 #unsat=260 bias=260/261
28.28/28.39	c Solving starts ...
28.28/28.39	c ============================[ Search Statistics ]============================
28.28/28.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.28/28.39	c       |         |          |          |    Limit     GC | Var      | Constra 
28.28/28.39	c =============================================================================
28.38/28.40	c  0.0s |       0 |        0 |        0 |    28911      0 |     4002 |     6600
28.38/28.47	c  0.1s |       0 |      366 |        0 |    28911      0 |     4002 |     6600
28.38/28.47	c #cpu_time = 0.061s
28.38/28.47	c #wall_clock_time = 0.061s
28.38/28.47	c #decision = 366
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 2: cost of the new core is >=74
28.38/28.47	c lower bound updated to 2263812242730
28.48/28.52	c BCD2: 2266031249353 <= obj <= 6901110600565
28.48/28.52	c BCD2: #cores=159, #unrelaxed=503, #relaxed=769, #hardened=0
28.48/28.52	c BCD2: #sat=1 #unsat=261 bias=261/262
28.48/28.52	c Solving starts ...
28.48/28.52	c ============================[ Search Statistics ]============================
28.48/28.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.48/28.52	c       |         |          |          |    Limit     GC | Var      | Constra 
28.48/28.52	c =============================================================================
28.48/28.52	c  0.0s |       0 |        0 |        0 |    28911      0 |     4002 |     6600
28.59/28.61	c  0.1s |       0 |      677 |        1 |    28911      0 |     4002 |     6600
28.59/28.61	c #cpu_time = 0.077s
28.59/28.61	c #wall_clock_time = 0.078s
28.59/28.61	c #decision = 677
28.59/28.61	c #random_decision = 0
28.59/28.61	c #conflict = 1
28.59/28.61	c #restart = 0
28.59/28.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
28.59/28.61	c lower bound updated to 2263812242731
28.59/28.67	c BCD2: 2266031249354 <= obj <= 6901110600565
28.59/28.67	c BCD2: #cores=159, #unrelaxed=502, #relaxed=770, #hardened=0
28.59/28.67	c BCD2: #sat=1 #unsat=262 bias=262/263
28.59/28.67	c Solving starts ...
28.59/28.67	c ============================[ Search Statistics ]============================
28.59/28.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.59/28.67	c       |         |          |          |    Limit     GC | Var      | Constra 
28.59/28.67	c =============================================================================
28.59/28.67	c  0.0s |       0 |        0 |        0 |    28911      0 |     4003 |     6600
28.69/28.74	c  0.1s |       0 |      366 |        0 |    28911      0 |     4003 |     6601
28.69/28.74	c #cpu_time = 0.062s
28.69/28.74	c #wall_clock_time = 0.062s
28.69/28.74	c #decision = 366
28.69/28.74	c #random_decision = 0
28.69/28.74	c #conflict = 0
28.69/28.74	c #restart = 0
28.69/28.74	c BCD2: found a new core of size 1: cost of the new core is >=29986576
28.69/28.74	c lower bound updated to 2263842229307
28.69/28.80	c BCD2: 2266061235930 <= obj <= 6901110600565
28.69/28.80	c BCD2: #cores=160, #unrelaxed=501, #relaxed=771, #hardened=0
28.69/28.80	c BCD2: #sat=1 #unsat=263 bias=263/264
28.78/28.80	c Solving starts ...
28.78/28.80	c ============================[ Search Statistics ]============================
28.78/28.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.78/28.80	c       |         |          |          |    Limit     GC | Var      | Constra 
28.78/28.80	c =============================================================================
28.78/28.80	c  0.0s |       0 |        0 |        0 |    28911      0 |     4003 |     6601
28.78/28.87	c  0.1s |       0 |      367 |        0 |    28911      0 |     4003 |     6601
28.78/28.87	c #cpu_time = 0.064s
28.78/28.87	c #wall_clock_time = 0.064s
28.78/28.87	c #decision = 367
28.78/28.87	c #random_decision = 0
28.78/28.87	c #conflict = 0
28.78/28.87	c #restart = 0
28.78/28.87	c BCD2: found a new core of size 1: cost of the new core is >=405224
28.78/28.87	c lower bound updated to 2263842634531
28.88/28.92	c BCD2: 2266061641154 <= obj <= 6901110600565
28.88/28.92	c BCD2: #cores=161, #unrelaxed=500, #relaxed=772, #hardened=0
28.88/28.92	c BCD2: #sat=1 #unsat=264 bias=264/265
28.88/28.93	c Solving starts ...
28.88/28.93	c ============================[ Search Statistics ]============================
28.88/28.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.88/28.93	c       |         |          |          |    Limit     GC | Var      | Constra 
28.88/28.93	c =============================================================================
28.88/28.93	c  0.0s |       0 |        0 |        0 |    28911      0 |     4003 |     6601
28.98/29.00	c  0.1s |       0 |      369 |        0 |    28911      0 |     4003 |     6601
28.98/29.00	c #cpu_time = 0.062s
28.98/29.00	c #wall_clock_time = 0.062s
28.98/29.00	c #decision = 369
28.98/29.00	c #random_decision = 0
28.98/29.00	c #conflict = 0
28.98/29.00	c #restart = 0
28.98/29.00	c BCD2: found a new core of size 2: cost of the new core is >=74
28.98/29.00	c lower bound updated to 2263842634605
28.98/29.05	c BCD2: 2266061641228 <= obj <= 6901110600565
28.98/29.05	c BCD2: #cores=162, #unrelaxed=498, #relaxed=774, #hardened=0
28.98/29.05	c BCD2: #sat=1 #unsat=265 bias=265/266
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 |    28911      0 |     4003 |     6601
29.08/29.14	c  0.1s |       0 |      680 |        1 |    28911      0 |     4003 |     6601
29.08/29.14	c #cpu_time = 0.075s
29.08/29.14	c #wall_clock_time = 0.075s
29.08/29.14	c #decision = 680
29.08/29.14	c #random_decision = 0
29.08/29.14	c #conflict = 1
29.08/29.14	c #restart = 0
29.08/29.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
29.08/29.14	c lower bound updated to 2263842634606
29.08/29.19	c BCD2: 2266061641229 <= obj <= 6901110600565
29.08/29.19	c BCD2: #cores=162, #unrelaxed=497, #relaxed=775, #hardened=0
29.08/29.19	c BCD2: #sat=1 #unsat=266 bias=266/267
29.18/29.21	c Solving starts ...
29.18/29.21	c ============================[ Search Statistics ]============================
29.18/29.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.18/29.21	c       |         |          |          |    Limit     GC | Var      | Constra 
29.18/29.21	c =============================================================================
29.18/29.21	c  0.0s |       0 |        0 |        0 |    28911      0 |     4004 |     6601
29.18/29.28	c  0.1s |       0 |      369 |        0 |    28911      0 |     4004 |     6602
29.18/29.28	c #cpu_time = 0.062s
29.18/29.28	c #wall_clock_time = 0.063s
29.18/29.28	c #decision = 369
29.18/29.28	c #random_decision = 0
29.18/29.28	c #conflict = 0
29.18/29.28	c #restart = 0
29.18/29.28	c BCD2: found a new core of size 1: cost of the new core is >=29986576
29.18/29.28	c lower bound updated to 2263872621182
29.28/29.33	c BCD2: 2266091627805 <= obj <= 6901110600565
29.28/29.33	c BCD2: #cores=163, #unrelaxed=496, #relaxed=776, #hardened=0
29.28/29.33	c BCD2: #sat=1 #unsat=267 bias=267/268
29.28/29.34	c Solving starts ...
29.28/29.34	c ============================[ Search Statistics ]============================
29.28/29.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.28/29.34	c       |         |          |          |    Limit     GC | Var      | Constra 
29.28/29.34	c =============================================================================
29.28/29.34	c  0.0s |       0 |        0 |        0 |    28911      0 |     4004 |     6602
29.38/29.41	c  0.1s |       0 |      370 |        0 |    28911      0 |     4004 |     6602
29.38/29.41	c #cpu_time = 0.064s
29.38/29.41	c #wall_clock_time = 0.064s
29.38/29.41	c #decision = 370
29.38/29.41	c #random_decision = 0
29.38/29.41	c #conflict = 0
29.38/29.41	c #restart = 0
29.38/29.41	c BCD2: found a new core of size 1: cost of the new core is >=405224
29.38/29.41	c lower bound updated to 2263873026406
29.38/29.46	c BCD2: 2266092033029 <= obj <= 6901110600565
29.38/29.46	c BCD2: #cores=164, #unrelaxed=495, #relaxed=777, #hardened=0
29.38/29.46	c BCD2: #sat=1 #unsat=268 bias=268/269
29.38/29.46	c Solving starts ...
29.38/29.46	c ============================[ Search Statistics ]============================
29.38/29.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.38/29.46	c       |         |          |          |    Limit     GC | Var      | Constra 
29.38/29.46	c =============================================================================
29.38/29.47	c  0.0s |       0 |        0 |        0 |    28911      0 |     4004 |     6602
29.48/29.54	c  0.1s |       0 |      372 |        0 |    28911      0 |     4004 |     6602
29.48/29.54	c #cpu_time = 0.063s
29.48/29.54	c #wall_clock_time = 0.064s
29.48/29.54	c #decision = 372
29.48/29.54	c #random_decision = 0
29.48/29.54	c #conflict = 0
29.48/29.54	c #restart = 0
29.48/29.54	c BCD2: found a new core of size 2: cost of the new core is >=74
29.48/29.54	c lower bound updated to 2263873026480
29.48/29.59	c BCD2: 2266092033103 <= obj <= 6901110600565
29.48/29.59	c BCD2: #cores=165, #unrelaxed=493, #relaxed=779, #hardened=0
29.48/29.59	c BCD2: #sat=1 #unsat=269 bias=269/270
29.58/29.60	c Solving starts ...
29.58/29.60	c ============================[ Search Statistics ]============================
29.58/29.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.58/29.60	c       |         |          |          |    Limit     GC | Var      | Constra 
29.58/29.60	c =============================================================================
29.58/29.60	c  0.0s |       0 |        0 |        0 |    28911      0 |     4004 |     6602
29.58/29.68	c  0.1s |       0 |      683 |        1 |    28911      0 |     4004 |     6602
29.58/29.68	c #cpu_time = 0.081s
29.58/29.68	c #wall_clock_time = 0.081s
29.58/29.68	c #decision = 683
29.58/29.68	c #random_decision = 0
29.58/29.68	c #conflict = 1
29.58/29.68	c #restart = 0
29.58/29.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
29.58/29.68	c lower bound updated to 2263873026481
29.69/29.74	c BCD2: 2266092033104 <= obj <= 6901110600565
29.69/29.74	c BCD2: #cores=165, #unrelaxed=492, #relaxed=780, #hardened=0
29.69/29.74	c BCD2: #sat=1 #unsat=270 bias=270/271
29.69/29.75	c Solving starts ...
29.69/29.75	c ============================[ Search Statistics ]============================
29.69/29.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.69/29.75	c       |         |          |          |    Limit     GC | Var      | Constra 
29.69/29.75	c =============================================================================
29.69/29.75	c  0.0s |       0 |        0 |        0 |    28911      0 |     4005 |     6602
29.79/29.81	c  0.1s |       0 |      372 |        0 |    28911      0 |     4005 |     6603
29.79/29.81	c #cpu_time = 0.064s
29.79/29.81	c #wall_clock_time = 0.064s
29.79/29.81	c #decision = 372
29.79/29.81	c #random_decision = 0
29.79/29.81	c #conflict = 0
29.79/29.81	c #restart = 0
29.79/29.81	c BCD2: found a new core of size 1: cost of the new core is >=29986576
29.79/29.81	c lower bound updated to 2263903013057
29.79/29.87	c BCD2: 2266122019680 <= obj <= 6901110600565
29.79/29.87	c BCD2: #cores=166, #unrelaxed=491, #relaxed=781, #hardened=0
29.79/29.87	c BCD2: #sat=1 #unsat=271 bias=271/272
29.79/29.88	c Solving starts ...
29.79/29.88	c ============================[ Search Statistics ]============================
29.79/29.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.79/29.88	c       |         |          |          |    Limit     GC | Var      | Constra 
29.79/29.88	c =============================================================================
29.79/29.88	c  0.0s |       0 |        0 |        0 |    28911      0 |     4005 |     6603
29.88/29.95	c  0.1s |       0 |      373 |        0 |    28911      0 |     4005 |     6603
29.88/29.95	c #cpu_time = 0.066s
29.88/29.95	c #wall_clock_time = 0.066s
29.88/29.95	c #decision = 373
29.88/29.95	c #random_decision = 0
29.88/29.95	c #conflict = 0
29.88/29.95	c #restart = 0
29.88/29.95	c BCD2: found a new core of size 1: cost of the new core is >=405224
29.88/29.95	c lower bound updated to 2263903418281
29.98/30.00	c BCD2: 2266122424904 <= obj <= 6901110600565
29.98/30.00	c BCD2: #cores=167, #unrelaxed=490, #relaxed=782, #hardened=0
29.98/30.00	c BCD2: #sat=1 #unsat=272 bias=272/273
29.98/30.01	c Solving starts ...
29.98/30.01	c ============================[ Search Statistics ]============================
29.98/30.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.98/30.01	c       |         |          |          |    Limit     GC | Var      | Constra 
29.98/30.01	c =============================================================================
29.98/30.01	c  0.0s |       0 |        0 |        0 |    28911      0 |     4005 |     6603
29.98/30.08	c  0.1s |       0 |      375 |        0 |    28911      0 |     4005 |     6603
29.98/30.08	c #cpu_time = 0.067s
29.98/30.08	c #wall_clock_time = 0.067s
29.98/30.08	c #decision = 375
29.98/30.08	c #random_decision = 0
29.98/30.08	c #conflict = 0
29.98/30.08	c #restart = 0
29.98/30.08	c BCD2: found a new core of size 2: cost of the new core is >=74
29.98/30.08	c lower bound updated to 2263903418355
30.08/30.14	c BCD2: 2266122424978 <= obj <= 6901110600565
30.08/30.14	c BCD2: #cores=168, #unrelaxed=488, #relaxed=784, #hardened=0
30.08/30.14	c BCD2: #sat=1 #unsat=273 bias=273/274
30.08/30.15	c Solving starts ...
30.08/30.15	c ============================[ Search Statistics ]============================
30.08/30.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.08/30.15	c       |         |          |          |    Limit     GC | Var      | Constra 
30.08/30.15	c =============================================================================
30.08/30.15	c  0.0s |       0 |        0 |        0 |    28911      0 |     4005 |     6603
30.18/30.23	c  0.1s |       0 |      702 |        1 |    28911      0 |     4005 |     6603
30.18/30.23	c #cpu_time = 0.078s
30.18/30.23	c #wall_clock_time = 0.078s
30.18/30.23	c #decision = 702
30.18/30.23	c #random_decision = 0
30.18/30.23	c #conflict = 1
30.18/30.23	c #restart = 0
30.18/30.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
30.18/30.23	c lower bound updated to 2263903418356
30.18/30.29	c BCD2: 2266122424979 <= obj <= 6901110600565
30.18/30.29	c BCD2: #cores=168, #unrelaxed=487, #relaxed=785, #hardened=0
30.18/30.29	c BCD2: #sat=1 #unsat=274 bias=274/275
30.18/30.29	c Solving starts ...
30.18/30.29	c ============================[ Search Statistics ]============================
30.18/30.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.18/30.29	c       |         |          |          |    Limit     GC | Var      | Constra 
30.18/30.29	c =============================================================================
30.28/30.30	c  0.0s |       0 |        0 |        0 |    28911      0 |     4006 |     6603
30.28/30.37	c  0.1s |       0 |      375 |        0 |    28911      0 |     4006 |     6604
30.28/30.37	c #cpu_time = 0.065s
30.28/30.37	c #wall_clock_time = 0.065s
30.28/30.37	c #decision = 375
30.28/30.37	c #random_decision = 0
30.28/30.37	c #conflict = 0
30.28/30.37	c #restart = 0
30.28/30.37	c BCD2: found a new core of size 1: cost of the new core is >=29986576
30.28/30.37	c lower bound updated to 2263933404932
30.38/30.42	c BCD2: 2266152411555 <= obj <= 6901110600565
30.38/30.42	c BCD2: #cores=169, #unrelaxed=486, #relaxed=786, #hardened=0
30.38/30.42	c BCD2: #sat=1 #unsat=275 bias=275/276
30.38/30.42	c Solving starts ...
30.38/30.42	c ============================[ Search Statistics ]============================
30.38/30.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.38/30.42	c       |         |          |          |    Limit     GC | Var      | Constra 
30.38/30.42	c =============================================================================
30.38/30.43	c  0.0s |       0 |        0 |        0 |    28911      0 |     4006 |     6604
30.48/30.50	c  0.1s |       0 |      376 |        0 |    28911      0 |     4006 |     6604
30.48/30.50	c #cpu_time = 0.070s
30.48/30.50	c #wall_clock_time = 0.070s
30.48/30.50	c #decision = 376
30.48/30.50	c #random_decision = 0
30.48/30.50	c #conflict = 0
30.48/30.50	c #restart = 0
30.48/30.50	c BCD2: found a new core of size 1: cost of the new core is >=405224
30.48/30.50	c lower bound updated to 2263933810156
30.48/30.56	c BCD2: 2266152816779 <= obj <= 6901110600565
30.48/30.56	c BCD2: #cores=170, #unrelaxed=485, #relaxed=787, #hardened=0
30.48/30.56	c BCD2: #sat=1 #unsat=276 bias=276/277
30.48/30.56	c Solving starts ...
30.48/30.56	c ============================[ Search Statistics ]============================
30.48/30.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.48/30.56	c       |         |          |          |    Limit     GC | Var      | Constra 
30.48/30.56	c =============================================================================
30.48/30.56	c  0.0s |       0 |        0 |        0 |    28911      0 |     4006 |     6604
30.58/30.63	c  0.1s |       0 |      378 |        0 |    28911      0 |     4006 |     6604
30.58/30.63	c #cpu_time = 0.065s
30.58/30.63	c #wall_clock_time = 0.065s
30.58/30.63	c #decision = 378
30.58/30.63	c #random_decision = 0
30.58/30.63	c #conflict = 0
30.58/30.63	c #restart = 0
30.58/30.63	c BCD2: found a new core of size 2: cost of the new core is >=74
30.58/30.63	c lower bound updated to 2263933810230
30.58/30.68	c BCD2: 2266152816853 <= obj <= 6901110600565
30.58/30.68	c BCD2: #cores=171, #unrelaxed=483, #relaxed=789, #hardened=0
30.58/30.68	c BCD2: #sat=1 #unsat=277 bias=277/278
30.68/30.70	c Solving starts ...
30.68/30.70	c ============================[ Search Statistics ]============================
30.68/30.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.68/30.70	c       |         |          |          |    Limit     GC | Var      | Constra 
30.68/30.70	c =============================================================================
30.68/30.70	c  0.0s |       0 |        0 |        0 |    28911      0 |     4006 |     6604
30.68/30.78	c  0.1s |       0 |      689 |        1 |    28911      0 |     4006 |     6604
30.68/30.78	c #cpu_time = 0.079s
30.68/30.78	c #wall_clock_time = 0.079s
30.68/30.78	c #decision = 689
30.68/30.78	c #random_decision = 0
30.68/30.78	c #conflict = 1
30.68/30.78	c #restart = 0
30.68/30.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
30.68/30.78	c lower bound updated to 2263933810231
30.79/30.83	c BCD2: 2266152816854 <= obj <= 6901110600565
30.79/30.83	c BCD2: #cores=171, #unrelaxed=482, #relaxed=790, #hardened=0
30.79/30.83	c BCD2: #sat=1 #unsat=278 bias=278/279
30.79/30.84	c Solving starts ...
30.79/30.84	c ============================[ Search Statistics ]============================
30.79/30.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.79/30.84	c       |         |          |          |    Limit     GC | Var      | Constra 
30.79/30.84	c =============================================================================
30.79/30.85	c  0.0s |       0 |        0 |        0 |    28911      0 |     4007 |     6604
30.89/30.92	c  0.1s |       0 |      378 |        0 |    28911      0 |     4007 |     6605
30.89/30.92	c #cpu_time = 0.066s
30.89/30.92	c #wall_clock_time = 0.066s
30.89/30.92	c #decision = 378
30.89/30.92	c #random_decision = 0
30.89/30.92	c #conflict = 0
30.89/30.92	c #restart = 0
30.89/30.92	c BCD2: found a new core of size 1: cost of the new core is >=29986576
30.89/30.92	c lower bound updated to 2263963796807
30.89/30.97	c BCD2: 2266182803430 <= obj <= 6901110600565
30.89/30.97	c BCD2: #cores=172, #unrelaxed=481, #relaxed=791, #hardened=0
30.89/30.97	c BCD2: #sat=1 #unsat=279 bias=279/280
30.89/30.97	c Solving starts ...
30.89/30.97	c ============================[ Search Statistics ]============================
30.89/30.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.89/30.97	c       |         |          |          |    Limit     GC | Var      | Constra 
30.89/30.97	c =============================================================================
30.89/30.97	c  0.0s |       0 |        0 |        0 |    28911      0 |     4007 |     6605
30.98/31.05	c  0.1s |       0 |      379 |        0 |    28911      0 |     4007 |     6605
30.98/31.05	c #cpu_time = 0.071s
30.98/31.05	c #wall_clock_time = 0.071s
30.98/31.05	c #decision = 379
30.98/31.05	c #random_decision = 0
30.98/31.05	c #conflict = 0
30.98/31.05	c #restart = 0
30.98/31.05	c BCD2: found a new core of size 1: cost of the new core is >=405224
30.98/31.05	c lower bound updated to 2263964202031
31.08/31.11	c BCD2: 2266183208654 <= obj <= 6901110600565
31.08/31.11	c BCD2: #cores=173, #unrelaxed=480, #relaxed=792, #hardened=0
31.08/31.11	c BCD2: #sat=1 #unsat=280 bias=280/281
31.08/31.11	c Solving starts ...
31.08/31.11	c ============================[ Search Statistics ]============================
31.08/31.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.08/31.11	c       |         |          |          |    Limit     GC | Var      | Constra 
31.08/31.11	c =============================================================================
31.08/31.11	c  0.0s |       0 |        0 |        0 |    28911      0 |     4007 |     6605
31.08/31.19	c  0.1s |       0 |      381 |        0 |    28911      0 |     4007 |     6605
31.08/31.19	c #cpu_time = 0.068s
31.08/31.19	c #wall_clock_time = 0.068s
31.08/31.19	c #decision = 381
31.08/31.19	c #random_decision = 0
31.08/31.19	c #conflict = 0
31.08/31.19	c #restart = 0
31.08/31.19	c BCD2: found a new core of size 2: cost of the new core is >=74
31.08/31.19	c lower bound updated to 2263964202105
31.18/31.25	c BCD2: 2266183208728 <= obj <= 6901110600565
31.18/31.25	c BCD2: #cores=174, #unrelaxed=478, #relaxed=794, #hardened=0
31.18/31.25	c BCD2: #sat=1 #unsat=281 bias=281/282
31.18/31.25	c Solving starts ...
31.18/31.25	c ============================[ Search Statistics ]============================
31.18/31.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.18/31.25	c       |         |          |          |    Limit     GC | Var      | Constra 
31.18/31.25	c =============================================================================
31.18/31.25	c  0.0s |       0 |        0 |        0 |    28911      0 |     4007 |     6605
31.28/31.34	c  0.1s |       0 |      692 |        1 |    28911      0 |     4007 |     6605
31.28/31.34	c #cpu_time = 0.081s
31.28/31.34	c #wall_clock_time = 0.081s
31.28/31.34	c #decision = 692
31.28/31.34	c #random_decision = 0
31.28/31.34	c #conflict = 1
31.28/31.34	c #restart = 0
31.28/31.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
31.28/31.34	c lower bound updated to 2263964202106
31.28/31.39	c BCD2: 2266183208729 <= obj <= 6901110600565
31.28/31.39	c BCD2: #cores=174, #unrelaxed=477, #relaxed=795, #hardened=0
31.28/31.39	c BCD2: #sat=1 #unsat=282 bias=282/283
31.38/31.40	c Solving starts ...
31.38/31.40	c ============================[ Search Statistics ]============================
31.38/31.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.38/31.40	c       |         |          |          |    Limit     GC | Var      | Constra 
31.38/31.40	c =============================================================================
31.38/31.40	c  0.0s |       0 |        0 |        0 |    28911      0 |     4008 |     6605
31.38/31.47	c  0.1s |       0 |      381 |        0 |    28911      0 |     4008 |     6606
31.38/31.47	c #cpu_time = 0.066s
31.38/31.47	c #wall_clock_time = 0.067s
31.38/31.47	c #decision = 381
31.38/31.47	c #random_decision = 0
31.38/31.47	c #conflict = 0
31.38/31.47	c #restart = 0
31.38/31.47	c BCD2: found a new core of size 1: cost of the new core is >=29986576
31.38/31.47	c lower bound updated to 2263994188682
31.48/31.53	c BCD2: 2266213195305 <= obj <= 6901110600565
31.48/31.53	c BCD2: #cores=175, #unrelaxed=476, #relaxed=796, #hardened=0
31.48/31.53	c BCD2: #sat=1 #unsat=283 bias=283/284
31.48/31.54	c Solving starts ...
31.48/31.54	c ============================[ Search Statistics ]============================
31.48/31.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.48/31.54	c       |         |          |          |    Limit     GC | Var      | Constra 
31.48/31.54	c =============================================================================
31.48/31.54	c  0.0s |       0 |        0 |        0 |    28911      0 |     4008 |     6606
31.58/31.61	c  0.1s |       0 |      382 |        0 |    28911      0 |     4008 |     6606
31.58/31.61	c #cpu_time = 0.068s
31.58/31.61	c #wall_clock_time = 0.068s
31.58/31.61	c #decision = 382
31.58/31.61	c #random_decision = 0
31.58/31.61	c #conflict = 0
31.58/31.61	c #restart = 0
31.58/31.61	c BCD2: found a new core of size 1: cost of the new core is >=405224
31.58/31.61	c lower bound updated to 2263994593906
31.58/31.67	c BCD2: 2266213600529 <= obj <= 6901110600565
31.58/31.67	c BCD2: #cores=176, #unrelaxed=475, #relaxed=797, #hardened=0
31.58/31.67	c BCD2: #sat=1 #unsat=284 bias=284/285
31.58/31.68	c Solving starts ...
31.58/31.68	c ============================[ Search Statistics ]============================
31.58/31.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.58/31.68	c       |         |          |          |    Limit     GC | Var      | Constra 
31.58/31.68	c =============================================================================
31.58/31.68	c  0.0s |       0 |        0 |        0 |    28911      0 |     4008 |     6606
31.68/31.75	c  0.1s |       0 |      384 |        0 |    28911      0 |     4008 |     6606
31.68/31.75	c #cpu_time = 0.068s
31.68/31.75	c #wall_clock_time = 0.068s
31.68/31.75	c #decision = 384
31.68/31.75	c #random_decision = 0
31.68/31.75	c #conflict = 0
31.68/31.75	c #restart = 0
31.68/31.75	c BCD2: found a new core of size 2: cost of the new core is >=74
31.68/31.75	c lower bound updated to 2263994593980
31.78/31.81	c BCD2: 2266213600603 <= obj <= 6901110600565
31.78/31.81	c BCD2: #cores=177, #unrelaxed=473, #relaxed=799, #hardened=0
31.78/31.81	c BCD2: #sat=1 #unsat=285 bias=285/286
31.78/31.82	c Solving starts ...
31.78/31.82	c ============================[ Search Statistics ]============================
31.78/31.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.78/31.82	c       |         |          |          |    Limit     GC | Var      | Constra 
31.78/31.82	c =============================================================================
31.78/31.82	c  0.0s |       0 |        0 |        0 |    28911      0 |     4008 |     6606
31.89/31.91	c  0.1s |       0 |      695 |        1 |    28911      0 |     4008 |     6606
31.89/31.91	c #cpu_time = 0.082s
31.89/31.91	c #wall_clock_time = 0.083s
31.89/31.91	c #decision = 695
31.89/31.91	c #random_decision = 0
31.89/31.91	c #conflict = 1
31.89/31.91	c #restart = 0
31.89/31.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
31.89/31.91	c lower bound updated to 2263994593981
31.89/31.96	c BCD2: 2266213600604 <= obj <= 6901110600565
31.89/31.96	c BCD2: #cores=177, #unrelaxed=472, #relaxed=800, #hardened=0
31.89/31.96	c BCD2: #sat=1 #unsat=286 bias=286/287
31.89/31.96	c Solving starts ...
31.89/31.96	c ============================[ Search Statistics ]============================
31.89/31.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.89/31.96	c       |         |          |          |    Limit     GC | Var      | Constra 
31.89/31.96	c =============================================================================
31.89/31.98	c  0.0s |       0 |        0 |        0 |    28911      0 |     4009 |     6606
31.99/32.05	c  0.1s |       0 |      384 |        0 |    28911      0 |     4009 |     6607
31.99/32.05	c #cpu_time = 0.067s
31.99/32.05	c #wall_clock_time = 0.068s
31.99/32.05	c #decision = 384
31.99/32.05	c #random_decision = 0
31.99/32.05	c #conflict = 0
31.99/32.05	c #restart = 0
31.99/32.05	c BCD2: found a new core of size 1: cost of the new core is >=29986576
31.99/32.05	c lower bound updated to 2264024580557
32.08/32.10	c BCD2: 2266243587180 <= obj <= 6901110600565
32.08/32.10	c BCD2: #cores=178, #unrelaxed=471, #relaxed=801, #hardened=0
32.08/32.10	c BCD2: #sat=1 #unsat=287 bias=287/288
32.08/32.10	c Solving starts ...
32.08/32.10	c ============================[ Search Statistics ]============================
32.08/32.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.08/32.10	c       |         |          |          |    Limit     GC | Var      | Constra 
32.08/32.10	c =============================================================================
32.08/32.11	c  0.0s |       0 |        0 |        0 |    28911      0 |     4009 |     6607
32.08/32.19	c  0.1s |       0 |      385 |        0 |    28911      0 |     4009 |     6607
32.08/32.19	c #cpu_time = 0.069s
32.08/32.19	c #wall_clock_time = 0.069s
32.08/32.19	c #decision = 385
32.08/32.19	c #random_decision = 0
32.08/32.19	c #conflict = 0
32.08/32.19	c #restart = 0
32.08/32.19	c BCD2: found a new core of size 1: cost of the new core is >=405224
32.08/32.19	c lower bound updated to 2264024985781
32.18/32.24	c BCD2: 2266243992404 <= obj <= 6901110600565
32.18/32.24	c BCD2: #cores=179, #unrelaxed=470, #relaxed=802, #hardened=0
32.18/32.24	c BCD2: #sat=1 #unsat=288 bias=288/289
32.18/32.24	c Solving starts ...
32.18/32.24	c ============================[ Search Statistics ]============================
32.18/32.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.18/32.24	c       |         |          |          |    Limit     GC | Var      | Constra 
32.18/32.24	c =============================================================================
32.18/32.26	c  0.0s |       0 |        0 |        0 |    28911      0 |     4009 |     6607
32.28/32.33	c  0.1s |       0 |      387 |        0 |    28911      0 |     4009 |     6607
32.28/32.33	c #cpu_time = 0.069s
32.28/32.33	c #wall_clock_time = 0.069s
32.28/32.33	c #decision = 387
32.28/32.33	c #random_decision = 0
32.28/32.33	c #conflict = 0
32.28/32.33	c #restart = 0
32.28/32.33	c BCD2: found a new core of size 2: cost of the new core is >=74
32.28/32.33	c lower bound updated to 2264024985855
32.28/32.38	c BCD2: 2266243992478 <= obj <= 6901110600565
32.28/32.38	c BCD2: #cores=180, #unrelaxed=468, #relaxed=804, #hardened=0
32.28/32.38	c BCD2: #sat=1 #unsat=289 bias=289/290
32.28/32.38	c Solving starts ...
32.28/32.38	c ============================[ Search Statistics ]============================
32.28/32.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.28/32.38	c       |         |          |          |    Limit     GC | Var      | Constra 
32.28/32.38	c =============================================================================
32.28/32.38	c  0.0s |       0 |        0 |        0 |    28911      0 |     4009 |     6607
32.38/32.48	c  0.1s |       0 |      698 |        1 |    28911      0 |     4009 |     6607
32.38/32.48	c #cpu_time = 0.087s
32.38/32.48	c #wall_clock_time = 0.088s
32.38/32.48	c #decision = 698
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 >=75
32.38/32.48	c lower bound updated to 2264024985856
32.48/32.54	c BCD2: 2266243992479 <= obj <= 6901110600565
32.48/32.54	c BCD2: #cores=180, #unrelaxed=467, #relaxed=805, #hardened=0
32.48/32.54	c BCD2: #sat=1 #unsat=290 bias=290/291
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 |    28911      0 |     4010 |     6607
32.58/32.61	c  0.1s |       0 |      387 |        0 |    28911      0 |     4010 |     6608
32.58/32.61	c #cpu_time = 0.068s
32.58/32.61	c #wall_clock_time = 0.069s
32.58/32.61	c #decision = 387
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 >=29986576
32.58/32.61	c lower bound updated to 2264054972432
32.58/32.66	c BCD2: 2266273979055 <= obj <= 6901110600565
32.58/32.66	c BCD2: #cores=181, #unrelaxed=466, #relaxed=806, #hardened=0
32.58/32.66	c BCD2: #sat=1 #unsat=291 bias=291/292
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 |    28911      0 |     4010 |     6608
32.68/32.75	c  0.1s |       0 |      388 |        0 |    28911      0 |     4010 |     6608
32.68/32.75	c #cpu_time = 0.070s
32.68/32.75	c #wall_clock_time = 0.070s
32.68/32.75	c #decision = 388
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 >=405224
32.68/32.75	c lower bound updated to 2264055377656
32.78/32.81	c BCD2: 2266274384279 <= obj <= 6901110600565
32.78/32.81	c BCD2: #cores=182, #unrelaxed=465, #relaxed=807, #hardened=0
32.78/32.81	c BCD2: #sat=1 #unsat=292 bias=292/293
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 |    28911      0 |     4010 |     6608
32.78/32.89	c  0.1s |       0 |      390 |        0 |    28911      0 |     4010 |     6608
32.78/32.89	c #cpu_time = 0.069s
32.78/32.89	c #wall_clock_time = 0.069s
32.78/32.89	c #decision = 390
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 >=74
32.78/32.89	c lower bound updated to 2264055377730
32.88/32.95	c BCD2: 2266274384353 <= obj <= 6901110600565
32.88/32.95	c BCD2: #cores=183, #unrelaxed=463, #relaxed=809, #hardened=0
32.88/32.95	c BCD2: #sat=1 #unsat=293 bias=293/294
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 |    28911      0 |     4010 |     6608
32.99/33.05	c  0.1s |       0 |      701 |        1 |    28911      0 |     4010 |     6608
32.99/33.05	c #cpu_time = 0.085s
32.99/33.05	c #wall_clock_time = 0.085s
32.99/33.05	c #decision = 701
32.99/33.05	c #random_decision = 0
32.99/33.05	c #conflict = 1
32.99/33.05	c #restart = 0
32.99/33.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
32.99/33.05	c lower bound updated to 2264055377731
33.09/33.10	c BCD2: 2266274384354 <= obj <= 6901110600565
33.09/33.10	c BCD2: #cores=183, #unrelaxed=462, #relaxed=810, #hardened=0
33.09/33.10	c BCD2: #sat=1 #unsat=294 bias=294/295
33.09/33.12	c Solving starts ...
33.09/33.12	c ============================[ Search Statistics ]============================
33.09/33.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.09/33.12	c       |         |          |          |    Limit     GC | Var      | Constra 
33.09/33.12	c =============================================================================
33.09/33.12	c  0.0s |       0 |        0 |        0 |    28911      0 |     4011 |     6608
33.09/33.19	c  0.1s |       0 |      390 |        0 |    28911      0 |     4011 |     6609
33.09/33.19	c #cpu_time = 0.069s
33.09/33.19	c #wall_clock_time = 0.070s
33.09/33.19	c #decision = 390
33.09/33.19	c #random_decision = 0
33.09/33.19	c #conflict = 0
33.09/33.19	c #restart = 0
33.09/33.19	c BCD2: found a new core of size 1: cost of the new core is >=29986576
33.09/33.19	c lower bound updated to 2264085364307
33.18/33.24	c BCD2: 2266304370930 <= obj <= 6901110600565
33.18/33.24	c BCD2: #cores=184, #unrelaxed=461, #relaxed=811, #hardened=0
33.18/33.24	c BCD2: #sat=1 #unsat=295 bias=295/296
33.18/33.26	c Solving starts ...
33.18/33.26	c ============================[ Search Statistics ]============================
33.18/33.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.18/33.26	c       |         |          |          |    Limit     GC | Var      | Constra 
33.18/33.26	c =============================================================================
33.18/33.26	c  0.0s |       0 |        0 |        0 |    28911      0 |     4011 |     6609
33.28/33.34	c  0.1s |       0 |      391 |        0 |    28911      0 |     4011 |     6609
33.28/33.34	c #cpu_time = 0.071s
33.28/33.34	c #wall_clock_time = 0.071s
33.28/33.34	c #decision = 391
33.28/33.34	c #random_decision = 0
33.28/33.34	c #conflict = 0
33.28/33.34	c #restart = 0
33.28/33.34	c BCD2: found a new core of size 1: cost of the new core is >=405224
33.28/33.34	c lower bound updated to 2264085769531
33.28/33.39	c BCD2: 2266304776154 <= obj <= 6901110600565
33.28/33.39	c BCD2: #cores=185, #unrelaxed=460, #relaxed=812, #hardened=0
33.28/33.39	c BCD2: #sat=1 #unsat=296 bias=296/297
33.28/33.39	c Solving starts ...
33.28/33.39	c ============================[ Search Statistics ]============================
33.28/33.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.28/33.39	c       |         |          |          |    Limit     GC | Var      | Constra 
33.28/33.39	c =============================================================================
33.38/33.40	c  0.0s |       0 |        0 |        0 |    28911      0 |     4011 |     6609
33.38/33.48	c  0.1s |       0 |      393 |        0 |    28911      0 |     4011 |     6609
33.38/33.48	c #cpu_time = 0.071s
33.38/33.48	c #wall_clock_time = 0.071s
33.38/33.48	c #decision = 393
33.38/33.48	c #random_decision = 0
33.38/33.48	c #conflict = 0
33.38/33.48	c #restart = 0
33.38/33.48	c BCD2: found a new core of size 2: cost of the new core is >=74
33.38/33.48	c lower bound updated to 2264085769605
33.48/33.53	c BCD2: 2266304776228 <= obj <= 6901110600565
33.48/33.53	c BCD2: #cores=186, #unrelaxed=458, #relaxed=814, #hardened=0
33.48/33.53	c BCD2: #sat=1 #unsat=297 bias=297/298
33.48/33.53	c Solving starts ...
33.48/33.53	c ============================[ Search Statistics ]============================
33.48/33.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.48/33.53	c       |         |          |          |    Limit     GC | Var      | Constra 
33.48/33.53	c =============================================================================
33.48/33.53	c  0.0s |       0 |        0 |        0 |    28911      0 |     4011 |     6609
33.58/33.63	c  0.1s |       0 |      704 |        1 |    28911      0 |     4011 |     6609
33.58/33.63	c #cpu_time = 0.091s
33.58/33.63	c #wall_clock_time = 0.091s
33.58/33.63	c #decision = 704
33.58/33.63	c #random_decision = 0
33.58/33.63	c #conflict = 1
33.58/33.63	c #restart = 0
33.58/33.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
33.58/33.63	c lower bound updated to 2264085769606
33.58/33.69	c BCD2: 2266304776229 <= obj <= 6901110600565
33.58/33.69	c BCD2: #cores=186, #unrelaxed=457, #relaxed=815, #hardened=0
33.58/33.69	c BCD2: #sat=1 #unsat=298 bias=298/299
33.68/33.70	c Solving starts ...
33.68/33.70	c ============================[ Search Statistics ]============================
33.68/33.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.68/33.70	c       |         |          |          |    Limit     GC | Var      | Constra 
33.68/33.70	c =============================================================================
33.68/33.70	c  0.0s |       0 |        0 |        0 |    28911      0 |     4012 |     6609
33.68/33.77	c  0.1s |       0 |      393 |        0 |    28911      0 |     4012 |     6610
33.68/33.77	c #cpu_time = 0.071s
33.68/33.77	c #wall_clock_time = 0.071s
33.68/33.77	c #decision = 393
33.68/33.77	c #random_decision = 0
33.68/33.77	c #conflict = 0
33.68/33.77	c #restart = 0
33.68/33.77	c BCD2: found a new core of size 1: cost of the new core is >=29986576
33.68/33.77	c lower bound updated to 2264115756182
33.78/33.83	c BCD2: 2266334762805 <= obj <= 6901110600565
33.78/33.83	c BCD2: #cores=187, #unrelaxed=456, #relaxed=816, #hardened=0
33.78/33.83	c BCD2: #sat=1 #unsat=299 bias=299/300
33.78/33.84	c Solving starts ...
33.78/33.84	c ============================[ Search Statistics ]============================
33.78/33.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.78/33.84	c       |         |          |          |    Limit     GC | Var      | Constra 
33.78/33.84	c =============================================================================
33.78/33.84	c  0.0s |       0 |        0 |        0 |    28911      0 |     4012 |     6610
33.88/33.91	c  0.1s |       0 |      394 |        0 |    28911      0 |     4012 |     6610
33.88/33.91	c #cpu_time = 0.073s
33.88/33.91	c #wall_clock_time = 0.073s
33.88/33.91	c #decision = 394
33.88/33.91	c #random_decision = 0
33.88/33.91	c #conflict = 0
33.88/33.91	c #restart = 0
33.88/33.91	c BCD2: found a new core of size 1: cost of the new core is >=405224
33.88/33.91	c lower bound updated to 2264116161406
33.88/33.97	c BCD2: 2266335168029 <= obj <= 6901110600565
33.88/33.97	c BCD2: #cores=188, #unrelaxed=455, #relaxed=817, #hardened=0
33.88/33.97	c BCD2: #sat=1 #unsat=300 bias=300/301
33.88/33.98	c Solving starts ...
33.88/33.98	c ============================[ Search Statistics ]============================
33.88/33.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.88/33.98	c       |         |          |          |    Limit     GC | Var      | Constra 
33.88/33.98	c =============================================================================
33.88/33.98	c  0.0s |       0 |        0 |        0 |    28911      0 |     4012 |     6610
33.98/34.06	c  0.1s |       0 |      396 |        0 |    28911      0 |     4012 |     6610
33.98/34.06	c #cpu_time = 0.072s
33.98/34.06	c #wall_clock_time = 0.072s
33.98/34.06	c #decision = 396
33.98/34.06	c #random_decision = 0
33.98/34.06	c #conflict = 0
33.98/34.06	c #restart = 0
33.98/34.06	c BCD2: found a new core of size 2: cost of the new core is >=74
33.98/34.06	c lower bound updated to 2264116161480
34.09/34.11	c BCD2: 2266335168103 <= obj <= 6901110600565
34.09/34.11	c BCD2: #cores=189, #unrelaxed=453, #relaxed=819, #hardened=0
34.09/34.11	c BCD2: #sat=1 #unsat=301 bias=301/302
34.09/34.13	c Solving starts ...
34.09/34.13	c ============================[ Search Statistics ]============================
34.09/34.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.09/34.13	c       |         |          |          |    Limit     GC | Var      | Constra 
34.09/34.13	c =============================================================================
34.09/34.13	c  0.0s |       0 |        0 |        0 |    28911      0 |     4012 |     6610
34.19/34.22	c  0.1s |       0 |      707 |        1 |    28911      0 |     4012 |     6610
34.19/34.22	c #cpu_time = 0.088s
34.19/34.22	c #wall_clock_time = 0.088s
34.19/34.22	c #decision = 707
34.19/34.22	c #random_decision = 0
34.19/34.22	c #conflict = 1
34.19/34.22	c #restart = 0
34.19/34.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
34.19/34.22	c lower bound updated to 2264116161481
34.19/34.27	c BCD2: 2266335168104 <= obj <= 6901110600565
34.19/34.27	c BCD2: #cores=189, #unrelaxed=452, #relaxed=820, #hardened=0
34.19/34.27	c BCD2: #sat=1 #unsat=302 bias=302/303
34.19/34.29	c Solving starts ...
34.19/34.29	c ============================[ Search Statistics ]============================
34.19/34.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.19/34.29	c       |         |          |          |    Limit     GC | Var      | Constra 
34.19/34.29	c =============================================================================
34.19/34.29	c  0.0s |       0 |        0 |        0 |    28911      0 |     4013 |     6610
34.28/34.36	c  0.1s |       0 |      396 |        0 |    28911      0 |     4013 |     6611
34.28/34.36	c #cpu_time = 0.071s
34.28/34.36	c #wall_clock_time = 0.072s
34.28/34.36	c #decision = 396
34.28/34.36	c #random_decision = 0
34.28/34.36	c #conflict = 0
34.28/34.36	c #restart = 0
34.28/34.36	c BCD2: found a new core of size 1: cost of the new core is >=29986576
34.28/34.36	c lower bound updated to 2264146148057
34.38/34.41	c BCD2: 2266365154680 <= obj <= 6901110600565
34.38/34.41	c BCD2: #cores=190, #unrelaxed=451, #relaxed=821, #hardened=0
34.38/34.41	c BCD2: #sat=1 #unsat=303 bias=303/304
34.38/34.43	c Solving starts ...
34.38/34.43	c ============================[ Search Statistics ]============================
34.38/34.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.38/34.43	c       |         |          |          |    Limit     GC | Var      | Constra 
34.38/34.43	c =============================================================================
34.38/34.43	c  0.0s |       0 |        0 |        0 |    28911      0 |     4013 |     6611
34.48/34.51	c  0.1s |       0 |      397 |        0 |    28911      0 |     4013 |     6611
34.48/34.51	c #cpu_time = 0.073s
34.48/34.51	c #wall_clock_time = 0.073s
34.48/34.51	c #decision = 397
34.48/34.51	c #random_decision = 0
34.48/34.51	c #conflict = 0
34.48/34.51	c #restart = 0
34.48/34.51	c BCD2: found a new core of size 1: cost of the new core is >=405224
34.48/34.51	c lower bound updated to 2264146553281
34.48/34.56	c BCD2: 2266365559904 <= obj <= 6901110600565
34.48/34.56	c BCD2: #cores=191, #unrelaxed=450, #relaxed=822, #hardened=0
34.48/34.56	c BCD2: #sat=1 #unsat=304 bias=304/305
34.48/34.58	c Solving starts ...
34.48/34.58	c ============================[ Search Statistics ]============================
34.48/34.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.48/34.58	c       |         |          |          |    Limit     GC | Var      | Constra 
34.48/34.58	c =============================================================================
34.48/34.58	c  0.0s |       0 |        0 |        0 |    28911      0 |     4013 |     6611
34.58/34.65	c  0.1s |       0 |      399 |        0 |    28911      0 |     4013 |     6611
34.58/34.65	c #cpu_time = 0.073s
34.58/34.65	c #wall_clock_time = 0.073s
34.58/34.65	c #decision = 399
34.58/34.65	c #random_decision = 0
34.58/34.65	c #conflict = 0
34.58/34.65	c #restart = 0
34.58/34.65	c BCD2: found a new core of size 2: cost of the new core is >=74
34.58/34.65	c lower bound updated to 2264146553355
34.68/34.71	c BCD2: 2266365559978 <= obj <= 6901110600565
34.68/34.71	c BCD2: #cores=192, #unrelaxed=448, #relaxed=824, #hardened=0
34.68/34.71	c BCD2: #sat=1 #unsat=305 bias=305/306
34.68/34.72	c Solving starts ...
34.68/34.72	c ============================[ Search Statistics ]============================
34.68/34.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.68/34.72	c       |         |          |          |    Limit     GC | Var      | Constra 
34.68/34.72	c =============================================================================
34.68/34.72	c  0.0s |       0 |        0 |        0 |    28911      0 |     4013 |     6611
34.78/34.82	c  0.1s |       0 |      710 |        1 |    28911      0 |     4013 |     6611
34.78/34.82	c #cpu_time = 0.089s
34.78/34.82	c #wall_clock_time = 0.089s
34.78/34.82	c #decision = 710
34.78/34.82	c #random_decision = 0
34.78/34.82	c #conflict = 1
34.78/34.82	c #restart = 0
34.78/34.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
34.78/34.82	c lower bound updated to 2264146553356
34.78/34.87	c BCD2: 2266365559979 <= obj <= 6901110600565
34.78/34.87	c BCD2: #cores=192, #unrelaxed=447, #relaxed=825, #hardened=0
34.78/34.87	c BCD2: #sat=1 #unsat=306 bias=306/307
34.78/34.88	c Solving starts ...
34.78/34.88	c ============================[ Search Statistics ]============================
34.78/34.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.78/34.88	c       |         |          |          |    Limit     GC | Var      | Constra 
34.78/34.88	c =============================================================================
34.78/34.88	c  0.0s |       0 |        0 |        0 |    28911      0 |     4014 |     6611
34.88/34.96	c  0.1s |       0 |      399 |        0 |    28911      0 |     4014 |     6612
34.88/34.96	c #cpu_time = 0.072s
34.88/34.96	c #wall_clock_time = 0.073s
34.88/34.96	c #decision = 399
34.88/34.96	c #random_decision = 0
34.88/34.96	c #conflict = 0
34.88/34.96	c #restart = 0
34.88/34.96	c BCD2: found a new core of size 1: cost of the new core is >=29986576
34.88/34.96	c lower bound updated to 2264176539932
34.98/35.01	c BCD2: 2266395546555 <= obj <= 6901110600565
34.98/35.01	c BCD2: #cores=193, #unrelaxed=446, #relaxed=826, #hardened=0
34.98/35.01	c BCD2: #sat=1 #unsat=307 bias=307/308
34.98/35.03	c Solving starts ...
34.98/35.03	c ============================[ Search Statistics ]============================
34.98/35.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.98/35.03	c       |         |          |          |    Limit     GC | Var      | Constra 
34.98/35.03	c =============================================================================
34.98/35.03	c  0.0s |       0 |        0 |        0 |    28911      0 |     4014 |     6612
35.08/35.11	c  0.1s |       0 |      400 |        0 |    28911      0 |     4014 |     6612
35.08/35.11	c #cpu_time = 0.074s
35.08/35.11	c #wall_clock_time = 0.074s
35.08/35.11	c #decision = 400
35.08/35.11	c #random_decision = 0
35.08/35.11	c #conflict = 0
35.08/35.11	c #restart = 0
35.08/35.11	c BCD2: found a new core of size 1: cost of the new core is >=405224
35.08/35.11	c lower bound updated to 2264176945156
35.08/35.16	c BCD2: 2266395951779 <= obj <= 6901110600565
35.08/35.16	c BCD2: #cores=194, #unrelaxed=445, #relaxed=827, #hardened=0
35.08/35.16	c BCD2: #sat=1 #unsat=308 bias=308/309
35.08/35.18	c Solving starts ...
35.08/35.18	c ============================[ Search Statistics ]============================
35.08/35.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.08/35.18	c       |         |          |          |    Limit     GC | Var      | Constra 
35.08/35.18	c =============================================================================
35.08/35.18	c  0.0s |       0 |        0 |        0 |    28911      0 |     4014 |     6612
35.19/35.25	c  0.1s |       0 |      402 |        0 |    28911      0 |     4014 |     6612
35.19/35.25	c #cpu_time = 0.073s
35.19/35.25	c #wall_clock_time = 0.073s
35.19/35.25	c #decision = 402
35.19/35.25	c #random_decision = 0
35.19/35.25	c #conflict = 0
35.19/35.25	c #restart = 0
35.19/35.25	c BCD2: found a new core of size 2: cost of the new core is >=74
35.19/35.25	c lower bound updated to 2264176945230
35.29/35.30	c BCD2: 2266395951853 <= obj <= 6901110600565
35.29/35.30	c BCD2: #cores=195, #unrelaxed=443, #relaxed=829, #hardened=0
35.29/35.30	c BCD2: #sat=1 #unsat=309 bias=309/310
35.29/35.32	c Solving starts ...
35.29/35.32	c ============================[ Search Statistics ]============================
35.29/35.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.29/35.32	c       |         |          |          |    Limit     GC | Var      | Constra 
35.29/35.32	c =============================================================================
35.29/35.32	c  0.0s |       0 |        0 |        0 |    28911      0 |     4014 |     6612
35.38/35.42	c  0.1s |       0 |      713 |        1 |    28911      0 |     4014 |     6612
35.38/35.42	c #cpu_time = 0.090s
35.38/35.42	c #wall_clock_time = 0.090s
35.38/35.42	c #decision = 713
35.38/35.42	c #random_decision = 0
35.38/35.42	c #conflict = 1
35.38/35.42	c #restart = 0
35.38/35.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
35.38/35.42	c lower bound updated to 2264176945231
35.38/35.48	c BCD2: 2266395951854 <= obj <= 6901110600565
35.38/35.48	c BCD2: #cores=195, #unrelaxed=442, #relaxed=830, #hardened=0
35.38/35.48	c BCD2: #sat=1 #unsat=310 bias=310/311
35.38/35.48	c Solving starts ...
35.38/35.48	c ============================[ Search Statistics ]============================
35.38/35.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.38/35.48	c       |         |          |          |    Limit     GC | Var      | Constra 
35.38/35.48	c =============================================================================
35.38/35.49	c  0.0s |       0 |        0 |        0 |    28911      0 |     4015 |     6612
35.48/35.57	c  0.1s |       0 |      402 |        0 |    28911      0 |     4015 |     6613
35.48/35.57	c #cpu_time = 0.074s
35.48/35.57	c #wall_clock_time = 0.074s
35.48/35.57	c #decision = 402
35.48/35.57	c #random_decision = 0
35.48/35.57	c #conflict = 0
35.48/35.57	c #restart = 0
35.48/35.57	c BCD2: found a new core of size 1: cost of the new core is >=29986576
35.48/35.57	c lower bound updated to 2264206931807
35.58/35.62	c BCD2: 2266425938430 <= obj <= 6901110600565
35.58/35.62	c BCD2: #cores=196, #unrelaxed=441, #relaxed=831, #hardened=0
35.58/35.62	c BCD2: #sat=1 #unsat=311 bias=311/312
35.58/35.62	c Solving starts ...
35.58/35.62	c ============================[ Search Statistics ]============================
35.58/35.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.58/35.62	c       |         |          |          |    Limit     GC | Var      | Constra 
35.58/35.62	c =============================================================================
35.58/35.63	c  0.0s |       0 |        0 |        0 |    28911      0 |     4015 |     6613
35.68/35.72	c  0.1s |       0 |      403 |        0 |    28911      0 |     4015 |     6613
35.68/35.72	c #cpu_time = 0.075s
35.68/35.72	c #wall_clock_time = 0.075s
35.68/35.72	c #decision = 403
35.68/35.72	c #random_decision = 0
35.68/35.72	c #conflict = 0
35.68/35.72	c #restart = 0
35.68/35.72	c BCD2: found a new core of size 1: cost of the new core is >=405224
35.68/35.72	c lower bound updated to 2264207337031
35.68/35.77	c BCD2: 2266426343654 <= obj <= 6901110600565
35.68/35.77	c BCD2: #cores=197, #unrelaxed=440, #relaxed=832, #hardened=0
35.68/35.77	c BCD2: #sat=1 #unsat=312 bias=312/313
35.68/35.77	c Solving starts ...
35.68/35.77	c ============================[ Search Statistics ]============================
35.68/35.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.68/35.77	c       |         |          |          |    Limit     GC | Var      | Constra 
35.68/35.77	c =============================================================================
35.68/35.78	c  0.0s |       0 |        0 |        0 |    28911      0 |     4015 |     6613
35.78/35.87	c  0.1s |       0 |      405 |        0 |    28911      0 |     4015 |     6613
35.78/35.87	c #cpu_time = 0.076s
35.78/35.87	c #wall_clock_time = 0.077s
35.78/35.87	c #decision = 405
35.78/35.87	c #random_decision = 0
35.78/35.87	c #conflict = 0
35.78/35.87	c #restart = 0
35.78/35.87	c BCD2: found a new core of size 2: cost of the new core is >=74
35.78/35.87	c lower bound updated to 2264207337105
35.88/35.92	c BCD2: 2266426343728 <= obj <= 6901110600565
35.88/35.92	c BCD2: #cores=198, #unrelaxed=438, #relaxed=834, #hardened=0
35.88/35.92	c BCD2: #sat=1 #unsat=313 bias=313/314
35.88/35.92	c Solving starts ...
35.88/35.92	c ============================[ Search Statistics ]============================
35.88/35.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.88/35.92	c       |         |          |          |    Limit     GC | Var      | Constra 
35.88/35.92	c =============================================================================
35.88/35.93	c  0.0s |       0 |        0 |        0 |    28911      0 |     4015 |     6613
35.98/36.03	c  0.1s |       0 |      716 |        1 |    28911      0 |     4015 |     6613
35.98/36.03	c #cpu_time = 0.091s
35.98/36.03	c #wall_clock_time = 0.092s
35.98/36.03	c #decision = 716
35.98/36.03	c #random_decision = 0
35.98/36.03	c #conflict = 1
35.98/36.03	c #restart = 0
35.98/36.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
35.98/36.03	c lower bound updated to 2264207337106
35.98/36.08	c BCD2: 2266426343729 <= obj <= 6901110600565
35.98/36.08	c BCD2: #cores=198, #unrelaxed=437, #relaxed=835, #hardened=0
35.98/36.08	c BCD2: #sat=1 #unsat=314 bias=314/315
35.98/36.09	c Solving starts ...
35.98/36.09	c ============================[ Search Statistics ]============================
35.98/36.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.98/36.09	c       |         |          |          |    Limit     GC | Var      | Constra 
35.98/36.09	c =============================================================================
36.09/36.10	c  0.0s |       0 |        0 |        0 |    28911      0 |     4016 |     6613
36.09/36.18	c  0.1s |       0 |      405 |        0 |    28911      0 |     4016 |     6614
36.09/36.18	c #cpu_time = 0.074s
36.09/36.18	c #wall_clock_time = 0.075s
36.09/36.18	c #decision = 405
36.09/36.18	c #random_decision = 0
36.09/36.18	c #conflict = 0
36.09/36.18	c #restart = 0
36.09/36.18	c BCD2: found a new core of size 1: cost of the new core is >=29986576
36.09/36.18	c lower bound updated to 2264237323682
36.19/36.23	c BCD2: 2266456330305 <= obj <= 6901110600565
36.19/36.23	c BCD2: #cores=199, #unrelaxed=436, #relaxed=836, #hardened=0
36.19/36.23	c BCD2: #sat=1 #unsat=315 bias=315/316
36.19/36.23	c Solving starts ...
36.19/36.23	c ============================[ Search Statistics ]============================
36.19/36.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.19/36.23	c       |         |          |          |    Limit     GC | Var      | Constra 
36.19/36.23	c =============================================================================
36.19/36.25	c  0.0s |       0 |        0 |        0 |    28911      0 |     4016 |     6614
36.29/36.33	c  0.1s |       0 |      406 |        0 |    28911      0 |     4016 |     6614
36.29/36.33	c #cpu_time = 0.076s
36.29/36.33	c #wall_clock_time = 0.076s
36.29/36.33	c #decision = 406
36.29/36.33	c #random_decision = 0
36.29/36.33	c #conflict = 0
36.29/36.33	c #restart = 0
36.29/36.33	c BCD2: found a new core of size 1: cost of the new core is >=405224
36.29/36.33	c lower bound updated to 2264237728906
36.29/36.38	c BCD2: 2266456735529 <= obj <= 6901110600565
36.29/36.38	c BCD2: #cores=200, #unrelaxed=435, #relaxed=837, #hardened=0
36.29/36.38	c BCD2: #sat=1 #unsat=316 bias=316/317
36.29/36.38	c Solving starts ...
36.29/36.38	c ============================[ Search Statistics ]============================
36.29/36.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.29/36.38	c       |         |          |          |    Limit     GC | Var      | Constra 
36.29/36.38	c =============================================================================
36.29/36.39	c  0.0s |       0 |        0 |        0 |    28911      0 |     4016 |     6614
36.39/36.48	c  0.1s |       0 |      408 |        0 |    28911      0 |     4016 |     6614
36.39/36.48	c #cpu_time = 0.075s
36.39/36.48	c #wall_clock_time = 0.075s
36.39/36.48	c #decision = 408
36.39/36.48	c #random_decision = 0
36.39/36.48	c #conflict = 0
36.39/36.48	c #restart = 0
36.39/36.48	c BCD2: found a new core of size 2: cost of the new core is >=74
36.39/36.48	c lower bound updated to 2264237728980
36.49/36.53	c BCD2: 2266456735603 <= obj <= 6901110600565
36.49/36.53	c BCD2: #cores=201, #unrelaxed=433, #relaxed=839, #hardened=0
36.49/36.53	c BCD2: #sat=1 #unsat=317 bias=317/318
36.49/36.53	c Solving starts ...
36.49/36.53	c ============================[ Search Statistics ]============================
36.49/36.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.49/36.53	c       |         |          |          |    Limit     GC | Var      | Constra 
36.49/36.53	c =============================================================================
36.49/36.54	c  0.0s |       0 |        0 |        0 |    28911      0 |     4016 |     6614
36.59/36.64	c  0.1s |       0 |      719 |        1 |    28911      0 |     4016 |     6614
36.59/36.64	c #cpu_time = 0.092s
36.59/36.64	c #wall_clock_time = 0.093s
36.59/36.64	c #decision = 719
36.59/36.64	c #random_decision = 0
36.59/36.64	c #conflict = 1
36.59/36.64	c #restart = 0
36.59/36.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
36.59/36.64	c lower bound updated to 2264237728981
36.59/36.69	c BCD2: 2266456735604 <= obj <= 6901110600565
36.59/36.69	c BCD2: #cores=201, #unrelaxed=432, #relaxed=840, #hardened=0
36.59/36.69	c BCD2: #sat=1 #unsat=318 bias=318/319
36.69/36.70	c Solving starts ...
36.69/36.70	c ============================[ Search Statistics ]============================
36.69/36.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.69/36.70	c       |         |          |          |    Limit     GC | Var      | Constra 
36.69/36.70	c =============================================================================
36.69/36.71	c  0.0s |       0 |        0 |        0 |    28911      0 |     4017 |     6614
36.69/36.79	c  0.1s |       0 |      408 |        0 |    28911      0 |     4017 |     6615
36.69/36.79	c #cpu_time = 0.075s
36.69/36.79	c #wall_clock_time = 0.076s
36.69/36.79	c #decision = 408
36.69/36.79	c #random_decision = 0
36.69/36.79	c #conflict = 0
36.69/36.79	c #restart = 0
36.69/36.79	c BCD2: found a new core of size 1: cost of the new core is >=29986576
36.69/36.79	c lower bound updated to 2264267715557
36.79/36.84	c BCD2: 2266486722180 <= obj <= 6901110600565
36.79/36.84	c BCD2: #cores=202, #unrelaxed=431, #relaxed=841, #hardened=0
36.79/36.84	c BCD2: #sat=1 #unsat=319 bias=319/320
36.79/36.84	c Solving starts ...
36.79/36.84	c ============================[ Search Statistics ]============================
36.79/36.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.79/36.84	c       |         |          |          |    Limit     GC | Var      | Constra 
36.79/36.84	c =============================================================================
36.79/36.86	c  0.0s |       0 |        0 |        0 |    28911      0 |     4017 |     6615
36.89/36.94	c  0.1s |       0 |      409 |        0 |    28911      0 |     4017 |     6615
36.89/36.94	c #cpu_time = 0.079s
36.89/36.94	c #wall_clock_time = 0.079s
36.89/36.94	c #decision = 409
36.89/36.94	c #random_decision = 0
36.89/36.94	c #conflict = 0
36.89/36.94	c #restart = 0
36.89/36.94	c BCD2: found a new core of size 1: cost of the new core is >=405224
36.89/36.94	c lower bound updated to 2264268120781
36.89/37.00	c BCD2: 2266487127404 <= obj <= 6901110600565
36.89/37.00	c BCD2: #cores=203, #unrelaxed=430, #relaxed=842, #hardened=0
36.89/37.00	c BCD2: #sat=1 #unsat=320 bias=320/321
36.99/37.00	c Solving starts ...
36.99/37.00	c ============================[ Search Statistics ]============================
36.99/37.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.99/37.00	c       |         |          |          |    Limit     GC | Var      | Constra 
36.99/37.00	c =============================================================================
36.99/37.01	c  0.0s |       0 |        0 |        0 |    28911      0 |     4017 |     6615
36.99/37.09	c  0.1s |       0 |      411 |        0 |    28911      0 |     4017 |     6615
36.99/37.09	c #cpu_time = 0.076s
36.99/37.09	c #wall_clock_time = 0.076s
36.99/37.09	c #decision = 411
36.99/37.09	c #random_decision = 0
36.99/37.09	c #conflict = 0
36.99/37.09	c #restart = 0
36.99/37.09	c BCD2: found a new core of size 2: cost of the new core is >=74
36.99/37.09	c lower bound updated to 2264268120855
37.09/37.15	c BCD2: 2266487127478 <= obj <= 6901110600565
37.09/37.15	c BCD2: #cores=204, #unrelaxed=428, #relaxed=844, #hardened=0
37.09/37.15	c BCD2: #sat=1 #unsat=321 bias=321/322
37.09/37.15	c Solving starts ...
37.09/37.15	c ============================[ Search Statistics ]============================
37.09/37.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.09/37.15	c       |         |          |          |    Limit     GC | Var      | Constra 
37.09/37.15	c =============================================================================
37.09/37.16	c  0.0s |       0 |        0 |        0 |    28911      0 |     4017 |     6615
37.19/37.26	c  0.1s |       0 |      722 |        1 |    28911      0 |     4017 |     6615
37.19/37.26	c #cpu_time = 0.094s
37.19/37.26	c #wall_clock_time = 0.094s
37.19/37.26	c #decision = 722
37.19/37.26	c #random_decision = 0
37.19/37.26	c #conflict = 1
37.19/37.26	c #restart = 0
37.19/37.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
37.19/37.26	c lower bound updated to 2264268120856
37.29/37.31	c BCD2: 2266487127479 <= obj <= 6901110600565
37.29/37.31	c BCD2: #cores=204, #unrelaxed=427, #relaxed=845, #hardened=0
37.29/37.31	c BCD2: #sat=1 #unsat=322 bias=322/323
37.29/37.32	c Solving starts ...
37.29/37.32	c ============================[ Search Statistics ]============================
37.29/37.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.29/37.32	c       |         |          |          |    Limit     GC | Var      | Constra 
37.29/37.32	c =============================================================================
37.29/37.33	c  0.0s |       0 |        0 |        0 |    28911      0 |     4018 |     6615
37.39/37.41	c  0.1s |       0 |      411 |        0 |    28911      0 |     4018 |     6616
37.39/37.41	c #cpu_time = 0.077s
37.39/37.41	c #wall_clock_time = 0.077s
37.39/37.41	c #decision = 411
37.39/37.41	c #random_decision = 0
37.39/37.41	c #conflict = 0
37.39/37.41	c #restart = 0
37.39/37.41	c BCD2: found a new core of size 1: cost of the new core is >=29986576
37.39/37.41	c lower bound updated to 2264298107432
37.39/37.46	c BCD2: 2266517114055 <= obj <= 6901110600565
37.39/37.46	c BCD2: #cores=205, #unrelaxed=426, #relaxed=846, #hardened=0
37.39/37.46	c BCD2: #sat=1 #unsat=323 bias=323/324
37.39/37.47	c Solving starts ...
37.39/37.47	c ============================[ Search Statistics ]============================
37.39/37.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.39/37.47	c       |         |          |          |    Limit     GC | Var      | Constra 
37.39/37.47	c =============================================================================
37.39/37.48	c  0.0s |       0 |        0 |        0 |    28911      0 |     4018 |     6616
37.49/37.56	c  0.1s |       0 |      412 |        0 |    28911      0 |     4018 |     6616
37.49/37.56	c #cpu_time = 0.078s
37.49/37.56	c #wall_clock_time = 0.078s
37.49/37.56	c #decision = 412
37.49/37.56	c #random_decision = 0
37.49/37.56	c #conflict = 0
37.49/37.56	c #restart = 0
37.49/37.56	c BCD2: found a new core of size 1: cost of the new core is >=405224
37.49/37.56	c lower bound updated to 2264298512656
37.59/37.62	c BCD2: 2266517519279 <= obj <= 6901110600565
37.59/37.62	c BCD2: #cores=206, #unrelaxed=425, #relaxed=847, #hardened=0
37.59/37.62	c BCD2: #sat=1 #unsat=324 bias=324/325
37.59/37.62	c Solving starts ...
37.59/37.62	c ============================[ Search Statistics ]============================
37.59/37.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.59/37.62	c       |         |          |          |    Limit     GC | Var      | Constra 
37.59/37.62	c =============================================================================
37.59/37.63	c  0.0s |       0 |        0 |        0 |    28911      0 |     4018 |     6616
37.69/37.72	c  0.1s |       0 |      414 |        0 |    28911      0 |     4018 |     6616
37.69/37.72	c #cpu_time = 0.078s
37.69/37.72	c #wall_clock_time = 0.078s
37.69/37.72	c #decision = 414
37.69/37.72	c #random_decision = 0
37.69/37.72	c #conflict = 0
37.69/37.72	c #restart = 0
37.69/37.72	c BCD2: found a new core of size 2: cost of the new core is >=74
37.69/37.72	c lower bound updated to 2264298512730
37.69/37.77	c BCD2: 2266517519353 <= obj <= 6901110600565
37.69/37.77	c BCD2: #cores=207, #unrelaxed=423, #relaxed=849, #hardened=0
37.69/37.77	c BCD2: #sat=1 #unsat=325 bias=325/326
37.69/37.77	c Solving starts ...
37.69/37.77	c ============================[ Search Statistics ]============================
37.69/37.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.69/37.77	c       |         |          |          |    Limit     GC | Var      | Constra 
37.69/37.77	c =============================================================================
37.69/37.78	c  0.0s |       0 |        0 |        0 |    28911      0 |     4018 |     6616
37.79/37.89	c  0.1s |       0 |      725 |        1 |    28911      0 |     4018 |     6616
37.79/37.89	c #cpu_time = 0.096s
37.79/37.89	c #wall_clock_time = 0.096s
37.79/37.89	c #decision = 725
37.79/37.89	c #random_decision = 0
37.79/37.89	c #conflict = 1
37.79/37.89	c #restart = 0
37.79/37.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
37.79/37.89	c lower bound updated to 2264298512731
37.89/37.94	c BCD2: 2266517519354 <= obj <= 6901110600565
37.89/37.94	c BCD2: #cores=207, #unrelaxed=422, #relaxed=850, #hardened=0
37.89/37.94	c BCD2: #sat=1 #unsat=326 bias=326/327
37.89/37.94	c Solving starts ...
37.89/37.94	c ============================[ Search Statistics ]============================
37.89/37.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.89/37.94	c       |         |          |          |    Limit     GC | Var      | Constra 
37.89/37.94	c =============================================================================
37.89/37.95	c  0.0s |       0 |        0 |        0 |    28911      0 |     4019 |     6616
37.99/38.04	c  0.1s |       0 |      414 |        0 |    28911      0 |     4019 |     6617
37.99/38.04	c #cpu_time = 0.078s
37.99/38.04	c #wall_clock_time = 0.078s
37.99/38.04	c #decision = 414
37.99/38.04	c #random_decision = 0
37.99/38.04	c #conflict = 0
37.99/38.04	c #restart = 0
37.99/38.04	c BCD2: found a new core of size 1: cost of the new core is >=29986576
37.99/38.04	c lower bound updated to 2264328499307
37.99/38.09	c BCD2: 2266547505930 <= obj <= 6901110600565
37.99/38.09	c BCD2: #cores=208, #unrelaxed=421, #relaxed=851, #hardened=0
37.99/38.09	c BCD2: #sat=1 #unsat=327 bias=327/328
37.99/38.09	c Solving starts ...
37.99/38.09	c ============================[ Search Statistics ]============================
37.99/38.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.99/38.09	c       |         |          |          |    Limit     GC | Var      | Constra 
37.99/38.09	c =============================================================================
38.09/38.11	c  0.0s |       0 |        0 |        0 |    28911      0 |     4019 |     6617
38.09/38.19	c  0.1s |       0 |      415 |        0 |    28911      0 |     4019 |     6617
38.09/38.19	c #cpu_time = 0.080s
38.09/38.19	c #wall_clock_time = 0.080s
38.09/38.19	c #decision = 415
38.09/38.19	c #random_decision = 0
38.09/38.19	c #conflict = 0
38.09/38.19	c #restart = 0
38.09/38.19	c BCD2: found a new core of size 1: cost of the new core is >=405224
38.09/38.19	c lower bound updated to 2264328904531
38.19/38.24	c BCD2: 2266547911154 <= obj <= 6901110600565
38.19/38.24	c BCD2: #cores=209, #unrelaxed=420, #relaxed=852, #hardened=0
38.19/38.24	c BCD2: #sat=1 #unsat=328 bias=328/329
38.19/38.25	c Solving starts ...
38.19/38.25	c ============================[ Search Statistics ]============================
38.19/38.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.19/38.25	c       |         |          |          |    Limit     GC | Var      | Constra 
38.19/38.25	c =============================================================================
38.19/38.26	c  0.0s |       0 |        0 |        0 |    28911      0 |     4019 |     6617
38.29/38.35	c  0.1s |       0 |      417 |        0 |    28911      0 |     4019 |     6617
38.29/38.35	c #cpu_time = 0.078s
38.29/38.35	c #wall_clock_time = 0.078s
38.29/38.35	c #decision = 417
38.29/38.35	c #random_decision = 0
38.29/38.35	c #conflict = 0
38.29/38.35	c #restart = 0
38.29/38.35	c BCD2: found a new core of size 2: cost of the new core is >=74
38.29/38.35	c lower bound updated to 2264328904605
38.39/38.40	c BCD2: 2266547911228 <= obj <= 6901110600565
38.39/38.40	c BCD2: #cores=210, #unrelaxed=418, #relaxed=854, #hardened=0
38.39/38.40	c BCD2: #sat=1 #unsat=329 bias=329/330
38.39/38.40	c Solving starts ...
38.39/38.40	c ============================[ Search Statistics ]============================
38.39/38.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.39/38.40	c       |         |          |          |    Limit     GC | Var      | Constra 
38.39/38.40	c =============================================================================
38.39/38.41	c  0.0s |       0 |        0 |        0 |    28911      0 |     4019 |     6617
38.49/38.52	c  0.1s |       0 |      728 |        1 |    28911      0 |     4019 |     6617
38.49/38.52	c #cpu_time = 0.097s
38.49/38.52	c #wall_clock_time = 0.097s
38.49/38.52	c #decision = 728
38.49/38.52	c #random_decision = 0
38.49/38.52	c #conflict = 1
38.49/38.52	c #restart = 0
38.49/38.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
38.49/38.52	c lower bound updated to 2264328904606
38.49/38.57	c BCD2: 2266547911229 <= obj <= 6901110600565
38.49/38.57	c BCD2: #cores=210, #unrelaxed=417, #relaxed=855, #hardened=0
38.49/38.57	c BCD2: #sat=1 #unsat=330 bias=330/331
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 |    28911      0 |     4020 |     6617
38.59/38.67	c  0.1s |       0 |      417 |        0 |    28911      0 |     4020 |     6618
38.59/38.67	c #cpu_time = 0.079s
38.59/38.67	c #wall_clock_time = 0.079s
38.59/38.67	c #decision = 417
38.59/38.67	c #random_decision = 0
38.59/38.67	c #conflict = 0
38.59/38.67	c #restart = 0
38.59/38.67	c BCD2: found a new core of size 1: cost of the new core is >=29986576
38.59/38.67	c lower bound updated to 2264358891182
38.68/38.72	c BCD2: 2266577897805 <= obj <= 6901110600565
38.68/38.72	c BCD2: #cores=211, #unrelaxed=416, #relaxed=856, #hardened=0
38.68/38.72	c BCD2: #sat=1 #unsat=331 bias=331/332
38.68/38.72	c Solving starts ...
38.68/38.72	c ============================[ Search Statistics ]============================
38.68/38.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.68/38.72	c       |         |          |          |    Limit     GC | Var      | Constra 
38.68/38.72	c =============================================================================
38.68/38.74	c  0.0s |       0 |        0 |        0 |    28911      0 |     4020 |     6618
38.78/38.82	c  0.1s |       0 |      418 |        0 |    28911      0 |     4020 |     6618
38.78/38.82	c #cpu_time = 0.080s
38.78/38.82	c #wall_clock_time = 0.081s
38.78/38.82	c #decision = 418
38.78/38.82	c #random_decision = 0
38.78/38.82	c #conflict = 0
38.78/38.82	c #restart = 0
38.78/38.82	c BCD2: found a new core of size 1: cost of the new core is >=405224
38.78/38.82	c lower bound updated to 2264359296406
38.78/38.88	c BCD2: 2266578303029 <= obj <= 6901110600565
38.78/38.88	c BCD2: #cores=212, #unrelaxed=415, #relaxed=857, #hardened=0
38.78/38.88	c BCD2: #sat=1 #unsat=332 bias=332/333
38.78/38.88	c Solving starts ...
38.78/38.88	c ============================[ Search Statistics ]============================
38.78/38.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.78/38.88	c       |         |          |          |    Limit     GC | Var      | Constra 
38.78/38.88	c =============================================================================
38.78/38.89	c  0.0s |       0 |        0 |        0 |    28911      0 |     4020 |     6618
38.88/38.98	c  0.1s |       0 |      420 |        0 |    28911      0 |     4020 |     6618
38.88/38.98	c #cpu_time = 0.079s
38.88/38.98	c #wall_clock_time = 0.079s
38.88/38.98	c #decision = 420
38.88/38.98	c #random_decision = 0
38.88/38.98	c #conflict = 0
38.88/38.98	c #restart = 0
38.88/38.98	c BCD2: found a new core of size 2: cost of the new core is >=74
38.88/38.98	c lower bound updated to 2264359296480
38.98/39.03	c BCD2: 2266578303103 <= obj <= 6901110600565
38.98/39.03	c BCD2: #cores=213, #unrelaxed=413, #relaxed=859, #hardened=0
38.98/39.03	c BCD2: #sat=1 #unsat=333 bias=333/334
38.98/39.03	c Solving starts ...
38.98/39.03	c ============================[ Search Statistics ]============================
38.98/39.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.98/39.03	c       |         |          |          |    Limit     GC | Var      | Constra 
38.98/39.03	c =============================================================================
38.98/39.05	c  0.0s |       0 |        0 |        0 |    28911      0 |     4020 |     6618
39.08/39.15	c  0.1s |       0 |      731 |        1 |    28911      0 |     4020 |     6618
39.08/39.15	c #cpu_time = 0.099s
39.08/39.15	c #wall_clock_time = 0.099s
39.08/39.15	c #decision = 731
39.08/39.15	c #random_decision = 0
39.08/39.15	c #conflict = 1
39.08/39.15	c #restart = 0
39.08/39.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
39.08/39.15	c lower bound updated to 2264359296481
39.18/39.20	c BCD2: 2266578303104 <= obj <= 6901110600565
39.18/39.20	c BCD2: #cores=213, #unrelaxed=412, #relaxed=860, #hardened=0
39.18/39.20	c BCD2: #sat=1 #unsat=334 bias=334/335
39.18/39.21	c Solving starts ...
39.18/39.21	c ============================[ Search Statistics ]============================
39.18/39.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.18/39.21	c       |         |          |          |    Limit     GC | Var      | Constra 
39.18/39.21	c =============================================================================
39.18/39.22	c  0.0s |       0 |        0 |        0 |    28911      0 |     4021 |     6618
39.28/39.31	c  0.1s |       0 |      420 |        0 |    28911      0 |     4021 |     6619
39.28/39.31	c #cpu_time = 0.081s
39.28/39.31	c #wall_clock_time = 0.081s
39.28/39.31	c #decision = 420
39.28/39.31	c #random_decision = 0
39.28/39.31	c #conflict = 0
39.28/39.31	c #restart = 0
39.28/39.31	c BCD2: found a new core of size 1: cost of the new core is >=29986576
39.28/39.31	c lower bound updated to 2264389283057
39.28/39.36	c BCD2: 2266608289680 <= obj <= 6901110600565
39.28/39.36	c BCD2: #cores=214, #unrelaxed=411, #relaxed=861, #hardened=0
39.28/39.36	c BCD2: #sat=1 #unsat=335 bias=335/336
39.28/39.36	c Solving starts ...
39.28/39.36	c ============================[ Search Statistics ]============================
39.28/39.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.28/39.36	c       |         |          |          |    Limit     GC | Var      | Constra 
39.28/39.36	c =============================================================================
39.28/39.38	c  0.0s |       0 |        0 |        0 |    28911      0 |     4021 |     6619
39.38/39.46	c  0.1s |       0 |      421 |        0 |    28911      0 |     4021 |     6619
39.38/39.46	c #cpu_time = 0.081s
39.38/39.46	c #wall_clock_time = 0.082s
39.38/39.46	c #decision = 421
39.38/39.46	c #random_decision = 0
39.38/39.46	c #conflict = 0
39.38/39.46	c #restart = 0
39.38/39.46	c BCD2: found a new core of size 1: cost of the new core is >=405224
39.38/39.46	c lower bound updated to 2264389688281
39.48/39.52	c BCD2: 2266608694904 <= obj <= 6901110600565
39.48/39.52	c BCD2: #cores=215, #unrelaxed=410, #relaxed=862, #hardened=0
39.48/39.52	c BCD2: #sat=1 #unsat=336 bias=336/337
39.48/39.52	c Solving starts ...
39.48/39.52	c ============================[ Search Statistics ]============================
39.48/39.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.48/39.52	c       |         |          |          |    Limit     GC | Var      | Constra 
39.48/39.52	c =============================================================================
39.48/39.53	c  0.0s |       0 |        0 |        0 |    28911      0 |     4021 |     6619
39.59/39.62	c  0.1s |       0 |      423 |        0 |    28911      0 |     4021 |     6619
39.59/39.62	c #cpu_time = 0.082s
39.59/39.62	c #wall_clock_time = 0.082s
39.59/39.62	c #decision = 423
39.59/39.62	c #random_decision = 0
39.59/39.62	c #conflict = 0
39.59/39.62	c #restart = 0
39.59/39.62	c BCD2: found a new core of size 2: cost of the new core is >=74
39.59/39.62	c lower bound updated to 2264389688355
39.59/39.67	c BCD2: 2266608694978 <= obj <= 6901110600565
39.59/39.67	c BCD2: #cores=216, #unrelaxed=408, #relaxed=864, #hardened=0
39.59/39.67	c BCD2: #sat=1 #unsat=337 bias=337/338
39.59/39.68	c Solving starts ...
39.59/39.68	c ============================[ Search Statistics ]============================
39.59/39.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.59/39.68	c       |         |          |          |    Limit     GC | Var      | Constra 
39.59/39.68	c =============================================================================
39.59/39.69	c  0.0s |       0 |        0 |        0 |    28911      0 |     4021 |     6619
39.78/39.80	c  0.1s |       0 |      734 |        1 |    28911      0 |     4021 |     6619
39.78/39.80	c #cpu_time = 0.101s
39.78/39.80	c #wall_clock_time = 0.102s
39.78/39.80	c #decision = 734
39.78/39.80	c #random_decision = 0
39.78/39.80	c #conflict = 1
39.78/39.80	c #restart = 0
39.78/39.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
39.78/39.80	c lower bound updated to 2264389688356
39.78/39.85	c BCD2: 2266608694979 <= obj <= 6901110600565
39.78/39.85	c BCD2: #cores=216, #unrelaxed=407, #relaxed=865, #hardened=0
39.78/39.85	c BCD2: #sat=1 #unsat=338 bias=338/339
39.78/39.85	c Solving starts ...
39.78/39.85	c ============================[ Search Statistics ]============================
39.78/39.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.78/39.85	c       |         |          |          |    Limit     GC | Var      | Constra 
39.78/39.85	c =============================================================================
39.78/39.87	c  0.0s |       0 |        0 |        0 |    28911      0 |     4022 |     6619
39.88/39.95	c  0.1s |       0 |      423 |        0 |    28911      0 |     4022 |     6620
39.88/39.95	c #cpu_time = 0.081s
39.88/39.95	c #wall_clock_time = 0.081s
39.88/39.95	c #decision = 423
39.88/39.95	c #random_decision = 0
39.88/39.95	c #conflict = 0
39.88/39.95	c #restart = 0
39.88/39.95	c BCD2: found a new core of size 1: cost of the new core is >=29986576
39.88/39.95	c lower bound updated to 2264419674932
39.98/40.00	c BCD2: 2266638681555 <= obj <= 6901110600565
39.98/40.00	c BCD2: #cores=217, #unrelaxed=406, #relaxed=866, #hardened=0
39.98/40.00	c BCD2: #sat=1 #unsat=339 bias=339/340
39.98/40.01	c Solving starts ...
39.98/40.01	c ============================[ Search Statistics ]============================
39.98/40.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.98/40.01	c       |         |          |          |    Limit     GC | Var      | Constra 
39.98/40.01	c =============================================================================
39.98/40.02	c  0.0s |       0 |        0 |        0 |    28911      0 |     4022 |     6620
40.08/40.11	c  0.1s |       0 |      424 |        0 |    28911      0 |     4022 |     6620
40.08/40.11	c #cpu_time = 0.082s
40.08/40.11	c #wall_clock_time = 0.082s
40.08/40.11	c #decision = 424
40.08/40.11	c #random_decision = 0
40.08/40.11	c #conflict = 0
40.08/40.11	c #restart = 0
40.08/40.11	c BCD2: found a new core of size 1: cost of the new core is >=405224
40.08/40.11	c lower bound updated to 2264420080156
40.08/40.16	c BCD2: 2266639086779 <= obj <= 6901110600565
40.08/40.16	c BCD2: #cores=218, #unrelaxed=405, #relaxed=867, #hardened=0
40.08/40.16	c BCD2: #sat=1 #unsat=340 bias=340/341
40.08/40.16	c Solving starts ...
40.08/40.16	c ============================[ Search Statistics ]============================
40.08/40.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.08/40.16	c       |         |          |          |    Limit     GC | Var      | Constra 
40.08/40.16	c =============================================================================
40.08/40.18	c  0.0s |       0 |        0 |        0 |    28911      0 |     4022 |     6620
40.18/40.27	c  0.1s |       0 |      426 |        0 |    28911      0 |     4022 |     6620
40.18/40.27	c #cpu_time = 0.081s
40.18/40.27	c #wall_clock_time = 0.082s
40.18/40.27	c #decision = 426
40.18/40.27	c #random_decision = 0
40.18/40.27	c #conflict = 0
40.18/40.27	c #restart = 0
40.18/40.27	c BCD2: found a new core of size 2: cost of the new core is >=74
40.18/40.27	c lower bound updated to 2264420080230
40.28/40.32	c BCD2: 2266639086853 <= obj <= 6901110600565
40.28/40.32	c BCD2: #cores=219, #unrelaxed=403, #relaxed=869, #hardened=0
40.28/40.32	c BCD2: #sat=1 #unsat=341 bias=341/342
40.28/40.32	c Solving starts ...
40.28/40.32	c ============================[ Search Statistics ]============================
40.28/40.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.28/40.32	c       |         |          |          |    Limit     GC | Var      | Constra 
40.28/40.32	c =============================================================================
40.28/40.34	c  0.0s |       0 |        0 |        0 |    28911      0 |     4022 |     6620
40.38/40.45	c  0.1s |       0 |      737 |        1 |    28911      0 |     4022 |     6620
40.38/40.45	c #cpu_time = 0.107s
40.38/40.45	c #wall_clock_time = 0.107s
40.38/40.45	c #decision = 737
40.38/40.45	c #random_decision = 0
40.38/40.45	c #conflict = 1
40.38/40.45	c #restart = 0
40.38/40.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
40.38/40.45	c lower bound updated to 2264420080231
40.48/40.50	c BCD2: 2266639086854 <= obj <= 6901110600565
40.48/40.50	c BCD2: #cores=219, #unrelaxed=402, #relaxed=870, #hardened=0
40.48/40.50	c BCD2: #sat=1 #unsat=342 bias=342/343
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 |    28911      0 |     4023 |     6620
40.58/40.61	c  0.1s |       0 |      426 |        0 |    28911      0 |     4023 |     6621
40.58/40.61	c #cpu_time = 0.082s
40.58/40.61	c #wall_clock_time = 0.082s
40.58/40.61	c #decision = 426
40.58/40.61	c #random_decision = 0
40.58/40.61	c #conflict = 0
40.58/40.61	c #restart = 0
40.58/40.61	c BCD2: found a new core of size 1: cost of the new core is >=29986576
40.58/40.61	c lower bound updated to 2264450066807
40.58/40.66	c BCD2: 2266669073430 <= obj <= 6901110600565
40.58/40.66	c BCD2: #cores=220, #unrelaxed=401, #relaxed=871, #hardened=0
40.58/40.66	c BCD2: #sat=1 #unsat=343 bias=343/344
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 |    28911      0 |     4023 |     6621
40.69/40.77	c  0.1s |       0 |      427 |        0 |    28911      0 |     4023 |     6621
40.69/40.77	c #cpu_time = 0.087s
40.69/40.77	c #wall_clock_time = 0.088s
40.69/40.77	c #decision = 427
40.69/40.77	c #random_decision = 0
40.69/40.77	c #conflict = 0
40.69/40.77	c #restart = 0
40.69/40.77	c BCD2: found a new core of size 1: cost of the new core is >=405224
40.69/40.77	c lower bound updated to 2264450472031
40.79/40.82	c BCD2: 2266669478654 <= obj <= 6901110600565
40.79/40.82	c BCD2: #cores=221, #unrelaxed=400, #relaxed=872, #hardened=0
40.79/40.82	c BCD2: #sat=1 #unsat=344 bias=344/345
40.79/40.83	c Solving starts ...
40.79/40.83	c ============================[ Search Statistics ]============================
40.79/40.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.79/40.83	c       |         |          |          |    Limit     GC | Var      | Constra 
40.79/40.83	c =============================================================================
40.79/40.84	c  0.0s |       0 |        0 |        0 |    28911      0 |     4023 |     6621
40.88/40.93	c  0.1s |       0 |      429 |        0 |    28911      0 |     4023 |     6621
40.88/40.93	c #cpu_time = 0.085s
40.88/40.93	c #wall_clock_time = 0.085s
40.88/40.93	c #decision = 429
40.88/40.93	c #random_decision = 0
40.88/40.93	c #conflict = 0
40.88/40.93	c #restart = 0
40.88/40.93	c BCD2: found a new core of size 2: cost of the new core is >=74
40.88/40.93	c lower bound updated to 2264450472105
40.88/40.98	c BCD2: 2266669478728 <= obj <= 6901110600565
40.88/40.98	c BCD2: #cores=222, #unrelaxed=398, #relaxed=874, #hardened=0
40.88/40.98	c BCD2: #sat=1 #unsat=345 bias=345/346
40.88/40.99	c Solving starts ...
40.88/40.99	c ============================[ Search Statistics ]============================
40.88/40.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.88/40.99	c       |         |          |          |    Limit     GC | Var      | Constra 
40.88/40.99	c =============================================================================
40.98/41.00	c  0.0s |       0 |        0 |        0 |    28911      0 |     4023 |     6621
41.08/41.11	c  0.1s |       0 |      740 |        1 |    28911      0 |     4023 |     6621
41.08/41.11	c #cpu_time = 0.104s
41.08/41.11	c #wall_clock_time = 0.104s
41.08/41.11	c #decision = 740
41.08/41.11	c #random_decision = 0
41.08/41.11	c #conflict = 1
41.08/41.11	c #restart = 0
41.08/41.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
41.08/41.11	c lower bound updated to 2264450472106
41.08/41.16	c BCD2: 2266669478729 <= obj <= 6901110600565
41.08/41.16	c BCD2: #cores=222, #unrelaxed=397, #relaxed=875, #hardened=0
41.08/41.16	c BCD2: #sat=1 #unsat=346 bias=346/347
41.08/41.17	c Solving starts ...
41.08/41.17	c ============================[ Search Statistics ]============================
41.08/41.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.08/41.17	c       |         |          |          |    Limit     GC | Var      | Constra 
41.08/41.17	c =============================================================================
41.08/41.18	c  0.0s |       0 |        0 |        0 |    28911      0 |     4024 |     6621
41.18/41.27	c  0.1s |       0 |      429 |        0 |    28911      0 |     4024 |     6622
41.18/41.27	c #cpu_time = 0.084s
41.18/41.27	c #wall_clock_time = 0.084s
41.18/41.27	c #decision = 429
41.18/41.27	c #random_decision = 0
41.18/41.27	c #conflict = 0
41.18/41.27	c #restart = 0
41.18/41.27	c BCD2: found a new core of size 1: cost of the new core is >=29986576
41.18/41.27	c lower bound updated to 2264480458682
41.28/41.32	c BCD2: 2266699465305 <= obj <= 6901110600565
41.28/41.32	c BCD2: #cores=223, #unrelaxed=396, #relaxed=876, #hardened=0
41.28/41.32	c BCD2: #sat=1 #unsat=347 bias=347/348
41.28/41.33	c Solving starts ...
41.28/41.33	c ============================[ Search Statistics ]============================
41.28/41.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.28/41.33	c       |         |          |          |    Limit     GC | Var      | Constra 
41.28/41.33	c =============================================================================
41.28/41.34	c  0.0s |       0 |        0 |        0 |    28911      0 |     4024 |     6622
41.38/41.43	c  0.1s |       0 |      430 |        0 |    28911      0 |     4024 |     6622
41.38/41.43	c #cpu_time = 0.085s
41.38/41.43	c #wall_clock_time = 0.085s
41.38/41.43	c #decision = 430
41.38/41.43	c #random_decision = 0
41.38/41.43	c #conflict = 0
41.38/41.43	c #restart = 0
41.38/41.43	c BCD2: found a new core of size 1: cost of the new core is >=405224
41.38/41.43	c lower bound updated to 2264480863906
41.38/41.48	c BCD2: 2266699870529 <= obj <= 6901110600565
41.38/41.48	c BCD2: #cores=224, #unrelaxed=395, #relaxed=877, #hardened=0
41.38/41.48	c BCD2: #sat=1 #unsat=348 bias=348/349
41.38/41.49	c Solving starts ...
41.38/41.49	c ============================[ Search Statistics ]============================
41.38/41.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.38/41.49	c       |         |          |          |    Limit     GC | Var      | Constra 
41.38/41.49	c =============================================================================
41.48/41.50	c  0.0s |       0 |        0 |        0 |    28911      0 |     4024 |     6622
41.48/41.59	c  0.1s |       0 |      432 |        0 |    28911      0 |     4024 |     6622
41.48/41.59	c #cpu_time = 0.085s
41.48/41.59	c #wall_clock_time = 0.085s
41.48/41.59	c #decision = 432
41.48/41.59	c #random_decision = 0
41.48/41.59	c #conflict = 0
41.48/41.59	c #restart = 0
41.48/41.59	c BCD2: found a new core of size 2: cost of the new core is >=74
41.48/41.59	c lower bound updated to 2264480863980
41.58/41.64	c BCD2: 2266699870603 <= obj <= 6901110600565
41.58/41.64	c BCD2: #cores=225, #unrelaxed=393, #relaxed=879, #hardened=0
41.58/41.64	c BCD2: #sat=1 #unsat=349 bias=349/350
41.58/41.65	c Solving starts ...
41.58/41.65	c ============================[ Search Statistics ]============================
41.58/41.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.58/41.65	c       |         |          |          |    Limit     GC | Var      | Constra 
41.58/41.65	c =============================================================================
41.58/41.66	c  0.0s |       0 |        0 |        0 |    28911      0 |     4024 |     6622
41.68/41.77	c  0.1s |       0 |      743 |        1 |    28911      0 |     4024 |     6622
41.68/41.77	c #cpu_time = 0.104s
41.68/41.77	c #wall_clock_time = 0.104s
41.68/41.77	c #decision = 743
41.68/41.77	c #random_decision = 0
41.68/41.77	c #conflict = 1
41.68/41.77	c #restart = 0
41.68/41.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
41.68/41.77	c lower bound updated to 2264480863981
41.79/41.82	c BCD2: 2266699870604 <= obj <= 6901110600565
41.79/41.82	c BCD2: #cores=225, #unrelaxed=392, #relaxed=880, #hardened=0
41.79/41.82	c BCD2: #sat=1 #unsat=350 bias=350/351
41.79/41.83	c Solving starts ...
41.79/41.83	c ============================[ Search Statistics ]============================
41.79/41.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.79/41.83	c       |         |          |          |    Limit     GC | Var      | Constra 
41.79/41.83	c =============================================================================
41.79/41.84	c  0.0s |       0 |        0 |        0 |    28911      0 |     4025 |     6622
41.89/41.93	c  0.1s |       0 |      432 |        0 |    28911      0 |     4025 |     6623
41.89/41.93	c #cpu_time = 0.084s
41.89/41.93	c #wall_clock_time = 0.084s
41.89/41.93	c #decision = 432
41.89/41.93	c #random_decision = 0
41.89/41.93	c #conflict = 0
41.89/41.93	c #restart = 0
41.89/41.93	c BCD2: found a new core of size 1: cost of the new core is >=29986576
41.89/41.93	c lower bound updated to 2264510850557
41.89/41.98	c BCD2: 2266729857180 <= obj <= 6901110600565
41.89/41.98	c BCD2: #cores=226, #unrelaxed=391, #relaxed=881, #hardened=0
41.89/41.98	c BCD2: #sat=1 #unsat=351 bias=351/352
41.89/41.99	c Solving starts ...
41.89/41.99	c ============================[ Search Statistics ]============================
41.89/41.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.89/41.99	c       |         |          |          |    Limit     GC | Var      | Constra 
41.89/41.99	c =============================================================================
41.98/42.00	c  0.0s |       0 |        0 |        0 |    28911      0 |     4025 |     6623
41.98/42.09	c  0.1s |       0 |      433 |        0 |    28911      0 |     4025 |     6623
41.98/42.09	c #cpu_time = 0.085s
41.98/42.09	c #wall_clock_time = 0.085s
41.98/42.09	c #decision = 433
41.98/42.09	c #random_decision = 0
41.98/42.09	c #conflict = 0
41.98/42.09	c #restart = 0
41.98/42.09	c BCD2: found a new core of size 1: cost of the new core is >=405224
41.98/42.09	c lower bound updated to 2264511255781
42.08/42.14	c BCD2: 2266730262404 <= obj <= 6901110600565
42.08/42.14	c BCD2: #cores=227, #unrelaxed=390, #relaxed=882, #hardened=0
42.08/42.14	c BCD2: #sat=1 #unsat=352 bias=352/353
42.08/42.15	c Solving starts ...
42.08/42.15	c ============================[ Search Statistics ]============================
42.08/42.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.08/42.15	c       |         |          |          |    Limit     GC | Var      | Constra 
42.08/42.15	c =============================================================================
42.08/42.16	c  0.0s |       0 |        0 |        0 |    28911      0 |     4025 |     6623
42.18/42.25	c  0.1s |       0 |      435 |        0 |    28911      0 |     4025 |     6623
42.18/42.25	c #cpu_time = 0.084s
42.18/42.25	c #wall_clock_time = 0.085s
42.18/42.25	c #decision = 435
42.18/42.25	c #random_decision = 0
42.18/42.25	c #conflict = 0
42.18/42.25	c #restart = 0
42.18/42.25	c BCD2: found a new core of size 2: cost of the new core is >=74
42.18/42.25	c lower bound updated to 2264511255855
42.28/42.30	c BCD2: 2266730262478 <= obj <= 6901110600565
42.28/42.30	c BCD2: #cores=228, #unrelaxed=388, #relaxed=884, #hardened=0
42.28/42.30	c BCD2: #sat=1 #unsat=353 bias=353/354
42.28/42.31	c Solving starts ...
42.28/42.31	c ============================[ Search Statistics ]============================
42.28/42.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.28/42.31	c       |         |          |          |    Limit     GC | Var      | Constra 
42.28/42.31	c =============================================================================
42.28/42.32	c  0.0s |       0 |        0 |        0 |    28911      0 |     4025 |     6623
42.38/42.43	c  0.1s |       0 |      746 |        1 |    28911      0 |     4025 |     6623
42.38/42.43	c #cpu_time = 0.105s
42.38/42.43	c #wall_clock_time = 0.105s
42.38/42.43	c #decision = 746
42.38/42.43	c #random_decision = 0
42.38/42.43	c #conflict = 1
42.38/42.43	c #restart = 0
42.38/42.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
42.38/42.43	c lower bound updated to 2264511255856
42.38/42.48	c BCD2: 2266730262479 <= obj <= 6901110600565
42.38/42.48	c BCD2: #cores=228, #unrelaxed=387, #relaxed=885, #hardened=0
42.38/42.48	c BCD2: #sat=1 #unsat=354 bias=354/355
42.38/42.49	c Solving starts ...
42.38/42.49	c ============================[ Search Statistics ]============================
42.38/42.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.38/42.49	c       |         |          |          |    Limit     GC | Var      | Constra 
42.38/42.49	c =============================================================================
42.48/42.50	c  0.0s |       0 |        0 |        0 |    28911      0 |     4026 |     6623
42.48/42.59	c  0.1s |       0 |      435 |        0 |    28911      0 |     4026 |     6624
42.48/42.59	c #cpu_time = 0.085s
42.48/42.59	c #wall_clock_time = 0.085s
42.48/42.59	c #decision = 435
42.48/42.59	c #random_decision = 0
42.48/42.59	c #conflict = 0
42.48/42.59	c #restart = 0
42.48/42.59	c BCD2: found a new core of size 1: cost of the new core is >=29986576
42.48/42.59	c lower bound updated to 2264541242432
42.58/42.64	c BCD2: 2266760249055 <= obj <= 6901110600565
42.58/42.64	c BCD2: #cores=229, #unrelaxed=386, #relaxed=886, #hardened=0
42.58/42.64	c BCD2: #sat=1 #unsat=355 bias=355/356
42.58/42.65	c Solving starts ...
42.58/42.65	c ============================[ Search Statistics ]============================
42.58/42.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.58/42.65	c       |         |          |          |    Limit     GC | Var      | Constra 
42.58/42.65	c =============================================================================
42.58/42.66	c  0.0s |       0 |        0 |        0 |    28911      0 |     4026 |     6624
42.68/42.75	c  0.1s |       0 |      436 |        0 |    28911      0 |     4026 |     6624
42.68/42.75	c #cpu_time = 0.087s
42.68/42.75	c #wall_clock_time = 0.088s
42.68/42.75	c #decision = 436
42.68/42.75	c #random_decision = 0
42.68/42.75	c #conflict = 0
42.68/42.75	c #restart = 0
42.68/42.75	c BCD2: found a new core of size 1: cost of the new core is >=405224
42.68/42.75	c lower bound updated to 2264541647656
42.78/42.81	c BCD2: 2266760654279 <= obj <= 6901110600565
42.78/42.81	c BCD2: #cores=230, #unrelaxed=385, #relaxed=887, #hardened=0
42.78/42.81	c BCD2: #sat=1 #unsat=356 bias=356/357
42.78/42.81	c Solving starts ...
42.78/42.81	c ============================[ Search Statistics ]============================
42.78/42.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.78/42.81	c       |         |          |          |    Limit     GC | Var      | Constra 
42.78/42.81	c =============================================================================
42.78/42.82	c  0.0s |       0 |        0 |        0 |    28911      0 |     4026 |     6624
42.89/42.92	c  0.1s |       0 |      438 |        0 |    28911      0 |     4026 |     6624
42.89/42.92	c #cpu_time = 0.086s
42.89/42.92	c #wall_clock_time = 0.086s
42.89/42.92	c #decision = 438
42.89/42.92	c #random_decision = 0
42.89/42.92	c #conflict = 0
42.89/42.92	c #restart = 0
42.89/42.92	c BCD2: found a new core of size 2: cost of the new core is >=74
42.89/42.92	c lower bound updated to 2264541647730
42.89/42.97	c BCD2: 2266760654353 <= obj <= 6901110600565
42.89/42.97	c BCD2: #cores=231, #unrelaxed=383, #relaxed=889, #hardened=0
42.89/42.97	c BCD2: #sat=1 #unsat=357 bias=357/358
42.89/42.97	c Solving starts ...
42.89/42.97	c ============================[ Search Statistics ]============================
42.89/42.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.89/42.97	c       |         |          |          |    Limit     GC | Var      | Constra 
42.89/42.97	c =============================================================================
42.89/42.99	c  0.0s |       0 |        0 |        0 |    28911      0 |     4026 |     6624
43.08/43.10	c  0.1s |       0 |      749 |        1 |    28911      0 |     4026 |     6624
43.08/43.10	c #cpu_time = 0.107s
43.08/43.10	c #wall_clock_time = 0.107s
43.08/43.10	c #decision = 749
43.08/43.10	c #random_decision = 0
43.08/43.10	c #conflict = 1
43.08/43.10	c #restart = 0
43.08/43.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
43.08/43.10	c lower bound updated to 2264541647731
43.08/43.15	c BCD2: 2266760654354 <= obj <= 6901110600565
43.08/43.15	c BCD2: #cores=231, #unrelaxed=382, #relaxed=890, #hardened=0
43.08/43.15	c BCD2: #sat=1 #unsat=358 bias=358/359
43.08/43.15	c Solving starts ...
43.08/43.15	c ============================[ Search Statistics ]============================
43.08/43.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.08/43.15	c       |         |          |          |    Limit     GC | Var      | Constra 
43.08/43.15	c =============================================================================
43.08/43.17	c  0.0s |       0 |        0 |        0 |    28911      0 |     4027 |     6624
43.18/43.26	c  0.1s |       0 |      438 |        0 |    28911      0 |     4027 |     6625
43.18/43.26	c #cpu_time = 0.086s
43.18/43.26	c #wall_clock_time = 0.086s
43.18/43.26	c #decision = 438
43.18/43.26	c #random_decision = 0
43.18/43.26	c #conflict = 0
43.18/43.26	c #restart = 0
43.18/43.26	c BCD2: found a new core of size 1: cost of the new core is >=29986576
43.18/43.26	c lower bound updated to 2264571634307
43.28/43.31	c BCD2: 2266790640930 <= obj <= 6901110600565
43.28/43.31	c BCD2: #cores=232, #unrelaxed=381, #relaxed=891, #hardened=0
43.28/43.31	c BCD2: #sat=1 #unsat=359 bias=359/360
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.33	c  0.0s |       0 |        0 |        0 |    28911      0 |     4027 |     6625
43.38/43.42	c  0.1s |       0 |      439 |        0 |    28911      0 |     4027 |     6625
43.38/43.42	c #cpu_time = 0.087s
43.38/43.42	c #wall_clock_time = 0.087s
43.38/43.42	c #decision = 439
43.38/43.42	c #random_decision = 0
43.38/43.42	c #conflict = 0
43.38/43.42	c #restart = 0
43.38/43.42	c BCD2: found a new core of size 1: cost of the new core is >=405224
43.38/43.42	c lower bound updated to 2264572039531
43.38/43.47	c BCD2: 2266791046154 <= obj <= 6901110600565
43.38/43.47	c BCD2: #cores=233, #unrelaxed=380, #relaxed=892, #hardened=0
43.38/43.47	c BCD2: #sat=1 #unsat=360 bias=360/361
43.38/43.48	c Solving starts ...
43.38/43.48	c ============================[ Search Statistics ]============================
43.38/43.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.38/43.48	c       |         |          |          |    Limit     GC | Var      | Constra 
43.38/43.48	c =============================================================================
43.38/43.49	c  0.0s |       0 |        0 |        0 |    28911      0 |     4027 |     6625
43.48/43.59	c  0.1s |       0 |      441 |        0 |    28911      0 |     4027 |     6625
43.48/43.59	c #cpu_time = 0.087s
43.48/43.59	c #wall_clock_time = 0.087s
43.48/43.59	c #decision = 441
43.48/43.59	c #random_decision = 0
43.48/43.59	c #conflict = 0
43.48/43.59	c #restart = 0
43.48/43.59	c BCD2: found a new core of size 2: cost of the new core is >=74
43.48/43.59	c lower bound updated to 2264572039605
43.58/43.64	c BCD2: 2266791046228 <= obj <= 6901110600565
43.58/43.64	c BCD2: #cores=234, #unrelaxed=378, #relaxed=894, #hardened=0
43.58/43.64	c BCD2: #sat=1 #unsat=361 bias=361/362
43.58/43.64	c Solving starts ...
43.58/43.64	c ============================[ Search Statistics ]============================
43.58/43.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.58/43.64	c       |         |          |          |    Limit     GC | Var      | Constra 
43.58/43.64	c =============================================================================
43.58/43.66	c  0.0s |       0 |        0 |        0 |    28911      0 |     4027 |     6625
43.68/43.77	c  0.1s |       0 |      752 |        1 |    28911      0 |     4027 |     6625
43.68/43.77	c #cpu_time = 0.109s
43.68/43.77	c #wall_clock_time = 0.109s
43.68/43.77	c #decision = 752
43.68/43.77	c #random_decision = 0
43.68/43.77	c #conflict = 1
43.68/43.77	c #restart = 0
43.68/43.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
43.68/43.77	c lower bound updated to 2264572039606
43.78/43.82	c BCD2: 2266791046229 <= obj <= 6901110600565
43.78/43.82	c BCD2: #cores=234, #unrelaxed=377, #relaxed=895, #hardened=0
43.78/43.82	c BCD2: #sat=1 #unsat=362 bias=362/363
43.78/43.85	c Solving starts ...
43.78/43.85	c ============================[ Search Statistics ]============================
43.78/43.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.78/43.85	c       |         |          |          |    Limit     GC | Var      | Constra 
43.78/43.85	c =============================================================================
43.78/43.85	c  0.0s |       0 |        0 |        0 |    28911      0 |     4028 |     6625
43.88/43.94	c  0.1s |       0 |      441 |        0 |    28911      0 |     4028 |     6626
43.88/43.94	c #cpu_time = 0.087s
43.88/43.94	c #wall_clock_time = 0.088s
43.88/43.94	c #decision = 441
43.88/43.94	c #random_decision = 0
43.88/43.94	c #conflict = 0
43.88/43.94	c #restart = 0
43.88/43.94	c BCD2: found a new core of size 1: cost of the new core is >=29986576
43.88/43.94	c lower bound updated to 2264602026182
44.09/44.19	c BCD2: 2266821032805 <= obj <= 6901110600565
44.09/44.19	c BCD2: #cores=235, #unrelaxed=376, #relaxed=896, #hardened=0
44.09/44.19	c BCD2: #sat=1 #unsat=363 bias=363/364
44.09/44.19	c Solving starts ...
44.09/44.19	c ============================[ Search Statistics ]============================
44.09/44.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.09/44.19	c       |         |          |          |    Limit     GC | Var      | Constra 
44.09/44.19	c =============================================================================
44.18/44.20	c  0.0s |       0 |        0 |        0 |    28911      0 |     4028 |     6626
44.18/44.29	c  0.1s |       0 |      442 |        0 |    28911      0 |     4028 |     6626
44.18/44.29	c #cpu_time = 0.089s
44.18/44.29	c #wall_clock_time = 0.089s
44.18/44.29	c #decision = 442
44.18/44.29	c #random_decision = 0
44.18/44.29	c #conflict = 0
44.18/44.29	c #restart = 0
44.18/44.29	c BCD2: found a new core of size 1: cost of the new core is >=405224
44.18/44.29	c lower bound updated to 2264602431406
44.28/44.34	c BCD2: 2266821438029 <= obj <= 6901110600565
44.28/44.34	c BCD2: #cores=236, #unrelaxed=375, #relaxed=897, #hardened=0
44.28/44.34	c BCD2: #sat=1 #unsat=364 bias=364/365
44.28/44.35	c Solving starts ...
44.28/44.35	c ============================[ Search Statistics ]============================
44.28/44.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.28/44.35	c       |         |          |          |    Limit     GC | Var      | Constra 
44.28/44.35	c =============================================================================
44.28/44.36	c  0.0s |       0 |        0 |        0 |    28911      0 |     4028 |     6626
44.38/44.46	c  0.1s |       0 |      444 |        0 |    28911      0 |     4028 |     6626
44.38/44.46	c #cpu_time = 0.088s
44.38/44.46	c #wall_clock_time = 0.088s
44.38/44.46	c #decision = 444
44.38/44.46	c #random_decision = 0
44.38/44.46	c #conflict = 0
44.38/44.46	c #restart = 0
44.38/44.46	c BCD2: found a new core of size 2: cost of the new core is >=74
44.38/44.46	c lower bound updated to 2264602431480
44.49/44.51	c BCD2: 2266821438103 <= obj <= 6901110600565
44.49/44.51	c BCD2: #cores=237, #unrelaxed=373, #relaxed=899, #hardened=0
44.49/44.51	c BCD2: #sat=1 #unsat=365 bias=365/366
44.49/44.51	c Solving starts ...
44.49/44.51	c ============================[ Search Statistics ]============================
44.49/44.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.49/44.51	c       |         |          |          |    Limit     GC | Var      | Constra 
44.49/44.51	c =============================================================================
44.49/44.53	c  0.0s |       0 |        0 |        0 |    28911      0 |     4028 |     6626
44.59/44.64	c  0.1s |       0 |      755 |        1 |    28911      0 |     4028 |     6626
44.59/44.64	c #cpu_time = 0.110s
44.59/44.64	c #wall_clock_time = 0.110s
44.59/44.64	c #decision = 755
44.59/44.64	c #random_decision = 0
44.59/44.64	c #conflict = 1
44.59/44.64	c #restart = 0
44.59/44.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
44.59/44.64	c lower bound updated to 2264602431481
44.59/44.69	c BCD2: 2266821438104 <= obj <= 6901110600565
44.59/44.69	c BCD2: #cores=237, #unrelaxed=372, #relaxed=900, #hardened=0
44.59/44.69	c BCD2: #sat=1 #unsat=366 bias=366/367
44.69/44.70	c Solving starts ...
44.69/44.70	c ============================[ Search Statistics ]============================
44.69/44.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.69/44.70	c       |         |          |          |    Limit     GC | Var      | Constra 
44.69/44.70	c =============================================================================
44.69/44.71	c  0.0s |       0 |        0 |        0 |    28911      0 |     4029 |     6626
44.79/44.81	c  0.1s |       0 |      444 |        0 |    28911      0 |     4029 |     6627
44.79/44.81	c #cpu_time = 0.088s
44.79/44.81	c #wall_clock_time = 0.088s
44.79/44.81	c #decision = 444
44.79/44.81	c #random_decision = 0
44.79/44.81	c #conflict = 0
44.79/44.81	c #restart = 0
44.79/44.81	c BCD2: found a new core of size 1: cost of the new core is >=29986576
44.79/44.81	c lower bound updated to 2264632418057
44.79/44.86	c BCD2: 2266851424680 <= obj <= 6901110600565
44.79/44.86	c BCD2: #cores=238, #unrelaxed=371, #relaxed=901, #hardened=0
44.79/44.86	c BCD2: #sat=1 #unsat=367 bias=367/368
44.79/44.86	c Solving starts ...
44.79/44.86	c ============================[ Search Statistics ]============================
44.79/44.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.79/44.86	c       |         |          |          |    Limit     GC | Var      | Constra 
44.79/44.86	c =============================================================================
44.79/44.87	c  0.0s |       0 |        0 |        0 |    28911      0 |     4029 |     6627
44.89/44.97	c  0.1s |       0 |      445 |        0 |    28911      0 |     4029 |     6627
44.89/44.97	c #cpu_time = 0.090s
44.89/44.97	c #wall_clock_time = 0.090s
44.89/44.97	c #decision = 445
44.89/44.97	c #random_decision = 0
44.89/44.97	c #conflict = 0
44.89/44.97	c #restart = 0
44.89/44.97	c BCD2: found a new core of size 1: cost of the new core is >=405224
44.89/44.97	c lower bound updated to 2264632823281
44.99/45.02	c BCD2: 2266851829904 <= obj <= 6901110600565
44.99/45.02	c BCD2: #cores=239, #unrelaxed=370, #relaxed=902, #hardened=0
44.99/45.02	c BCD2: #sat=1 #unsat=368 bias=368/369
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.04	c  0.0s |       0 |        0 |        0 |    28911      0 |     4029 |     6627
45.09/45.14	c  0.1s |       0 |      447 |        0 |    28911      0 |     4029 |     6627
45.09/45.14	c #cpu_time = 0.089s
45.09/45.14	c #wall_clock_time = 0.089s
45.09/45.14	c #decision = 447
45.09/45.14	c #random_decision = 0
45.09/45.14	c #conflict = 0
45.09/45.14	c #restart = 0
45.09/45.14	c BCD2: found a new core of size 2: cost of the new core is >=74
45.09/45.14	c lower bound updated to 2264632823355
45.09/45.19	c BCD2: 2266851829978 <= obj <= 6901110600565
45.09/45.19	c BCD2: #cores=240, #unrelaxed=368, #relaxed=904, #hardened=0
45.09/45.19	c BCD2: #sat=1 #unsat=369 bias=369/370
45.19/45.20	c Solving starts ...
45.19/45.20	c ============================[ Search Statistics ]============================
45.19/45.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.19/45.20	c       |         |          |          |    Limit     GC | Var      | Constra 
45.19/45.20	c =============================================================================
45.19/45.20	c  0.0s |       0 |        0 |        0 |    28911      0 |     4029 |     6627
45.29/45.32	c  0.1s |       0 |      758 |        1 |    28911      0 |     4029 |     6627
45.29/45.32	c #cpu_time = 0.111s
45.29/45.32	c #wall_clock_time = 0.112s
45.29/45.32	c #decision = 758
45.29/45.32	c #random_decision = 0
45.29/45.32	c #conflict = 1
45.29/45.32	c #restart = 0
45.29/45.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
45.29/45.32	c lower bound updated to 2264632823356
45.29/45.38	c BCD2: 2266851829979 <= obj <= 6901110600565
45.29/45.38	c BCD2: #cores=240, #unrelaxed=367, #relaxed=905, #hardened=0
45.29/45.38	c BCD2: #sat=1 #unsat=370 bias=370/371
45.29/45.39	c Solving starts ...
45.29/45.39	c ============================[ Search Statistics ]============================
45.29/45.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.29/45.39	c       |         |          |          |    Limit     GC | Var      | Constra 
45.29/45.39	c =============================================================================
45.29/45.40	c  0.0s |       0 |        0 |        0 |    28911      0 |     4030 |     6627
45.39/45.49	c  0.1s |       0 |      447 |        0 |    28911      0 |     4030 |     6628
45.39/45.49	c #cpu_time = 0.090s
45.39/45.49	c #wall_clock_time = 0.090s
45.39/45.49	c #decision = 447
45.39/45.49	c #random_decision = 0
45.39/45.49	c #conflict = 0
45.39/45.49	c #restart = 0
45.39/45.49	c BCD2: found a new core of size 1: cost of the new core is >=29986576
45.39/45.49	c lower bound updated to 2264662809932
45.49/45.54	c BCD2: 2266881816555 <= obj <= 6901110600565
45.49/45.54	c BCD2: #cores=241, #unrelaxed=366, #relaxed=906, #hardened=0
45.49/45.54	c BCD2: #sat=1 #unsat=371 bias=371/372
45.49/45.55	c Solving starts ...
45.49/45.55	c ============================[ Search Statistics ]============================
45.49/45.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.49/45.55	c       |         |          |          |    Limit     GC | Var      | Constra 
45.49/45.55	c =============================================================================
45.49/45.56	c  0.0s |       0 |        0 |        0 |    28911      0 |     4030 |     6628
45.59/45.66	c  0.1s |       0 |      448 |        0 |    28911      0 |     4030 |     6628
45.59/45.66	c #cpu_time = 0.091s
45.59/45.66	c #wall_clock_time = 0.091s
45.59/45.66	c #decision = 448
45.59/45.66	c #random_decision = 0
45.59/45.66	c #conflict = 0
45.59/45.66	c #restart = 0
45.59/45.66	c BCD2: found a new core of size 1: cost of the new core is >=405224
45.59/45.66	c lower bound updated to 2264663215156
45.69/45.71	c BCD2: 2266882221779 <= obj <= 6901110600565
45.69/45.71	c BCD2: #cores=242, #unrelaxed=365, #relaxed=907, #hardened=0
45.69/45.71	c BCD2: #sat=1 #unsat=372 bias=372/373
45.69/45.71	c Solving starts ...
45.69/45.71	c ============================[ Search Statistics ]============================
45.69/45.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.69/45.71	c       |         |          |          |    Limit     GC | Var      | Constra 
45.69/45.71	c =============================================================================
45.69/45.73	c  0.0s |       0 |        0 |        0 |    28911      0 |     4030 |     6628
45.79/45.82	c  0.1s |       0 |      450 |        0 |    28911      0 |     4030 |     6628
45.79/45.82	c #cpu_time = 0.090s
45.79/45.82	c #wall_clock_time = 0.090s
45.79/45.82	c #decision = 450
45.79/45.82	c #random_decision = 0
45.79/45.82	c #conflict = 0
45.79/45.82	c #restart = 0
45.79/45.82	c BCD2: found a new core of size 2: cost of the new core is >=74
45.79/45.82	c lower bound updated to 2264663215230
45.79/45.87	c BCD2: 2266882221853 <= obj <= 6901110600565
45.79/45.87	c BCD2: #cores=243, #unrelaxed=363, #relaxed=909, #hardened=0
45.79/45.87	c BCD2: #sat=1 #unsat=373 bias=373/374
45.79/45.88	c Solving starts ...
45.79/45.88	c ============================[ Search Statistics ]============================
45.79/45.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.79/45.88	c       |         |          |          |    Limit     GC | Var      | Constra 
45.79/45.88	c =============================================================================
45.79/45.89	c  0.0s |       0 |        0 |        0 |    28911      0 |     4030 |     6628
45.99/46.01	c  0.1s |       0 |      761 |        1 |    28911      0 |     4030 |     6628
45.99/46.01	c #cpu_time = 0.113s
45.99/46.01	c #wall_clock_time = 0.113s
45.99/46.01	c #decision = 761
45.99/46.01	c #random_decision = 0
45.99/46.01	c #conflict = 1
45.99/46.01	c #restart = 0
45.99/46.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
45.99/46.01	c lower bound updated to 2264663215231
45.99/46.06	c BCD2: 2266882221854 <= obj <= 6901110600565
45.99/46.06	c BCD2: #cores=243, #unrelaxed=362, #relaxed=910, #hardened=0
45.99/46.06	c BCD2: #sat=1 #unsat=374 bias=374/375
45.99/46.07	c Solving starts ...
45.99/46.07	c ============================[ Search Statistics ]============================
45.99/46.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.99/46.07	c       |         |          |          |    Limit     GC | Var      | Constra 
45.99/46.07	c =============================================================================
45.99/46.08	c  0.0s |       0 |        0 |        0 |    28911      0 |     4031 |     6628
46.09/46.18	c  0.1s |       0 |      450 |        0 |    28911      0 |     4031 |     6629
46.09/46.18	c #cpu_time = 0.091s
46.09/46.18	c #wall_clock_time = 0.092s
46.09/46.18	c #decision = 450
46.09/46.18	c #random_decision = 0
46.09/46.18	c #conflict = 0
46.09/46.18	c #restart = 0
46.09/46.18	c BCD2: found a new core of size 1: cost of the new core is >=29986576
46.09/46.18	c lower bound updated to 2264693201807
46.19/46.23	c BCD2: 2266912208430 <= obj <= 6901110600565
46.19/46.23	c BCD2: #cores=244, #unrelaxed=361, #relaxed=911, #hardened=0
46.19/46.23	c BCD2: #sat=1 #unsat=375 bias=375/376
46.19/46.23	c Solving starts ...
46.19/46.23	c ============================[ Search Statistics ]============================
46.19/46.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.19/46.23	c       |         |          |          |    Limit     GC | Var      | Constra 
46.19/46.23	c =============================================================================
46.19/46.25	c  0.0s |       0 |        0 |        0 |    28911      0 |     4031 |     6629
46.29/46.35	c  0.1s |       0 |      451 |        0 |    28911      0 |     4031 |     6629
46.29/46.35	c #cpu_time = 0.092s
46.29/46.35	c #wall_clock_time = 0.092s
46.29/46.35	c #decision = 451
46.29/46.35	c #random_decision = 0
46.29/46.35	c #conflict = 0
46.29/46.35	c #restart = 0
46.29/46.35	c BCD2: found a new core of size 1: cost of the new core is >=405224
46.29/46.35	c lower bound updated to 2264693607031
46.39/46.40	c BCD2: 2266912613654 <= obj <= 6901110600565
46.39/46.40	c BCD2: #cores=245, #unrelaxed=360, #relaxed=912, #hardened=0
46.39/46.40	c BCD2: #sat=1 #unsat=376 bias=376/377
46.39/46.40	c Solving starts ...
46.39/46.40	c ============================[ Search Statistics ]============================
46.39/46.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.39/46.40	c       |         |          |          |    Limit     GC | Var      | Constra 
46.39/46.40	c =============================================================================
46.39/46.42	c  0.0s |       0 |        0 |        0 |    28911      0 |     4031 |     6629
46.49/46.52	c  0.1s |       0 |      453 |        0 |    28911      0 |     4031 |     6629
46.49/46.52	c #cpu_time = 0.091s
46.49/46.52	c #wall_clock_time = 0.091s
46.49/46.52	c #decision = 453
46.49/46.52	c #random_decision = 0
46.49/46.52	c #conflict = 0
46.49/46.52	c #restart = 0
46.49/46.52	c BCD2: found a new core of size 2: cost of the new core is >=74
46.49/46.52	c lower bound updated to 2264693607105
46.49/46.57	c BCD2: 2266912613728 <= obj <= 6901110600565
46.49/46.57	c BCD2: #cores=246, #unrelaxed=358, #relaxed=914, #hardened=0
46.49/46.57	c BCD2: #sat=1 #unsat=377 bias=377/378
46.49/46.57	c Solving starts ...
46.49/46.57	c ============================[ Search Statistics ]============================
46.49/46.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.49/46.57	c       |         |          |          |    Limit     GC | Var      | Constra 
46.49/46.57	c =============================================================================
46.49/46.58	c  0.0s |       0 |        0 |        0 |    28911      0 |     4031 |     6629
46.69/46.71	c  0.1s |       0 |      764 |        1 |    28911      0 |     4031 |     6629
46.69/46.71	c #cpu_time = 0.114s
46.69/46.71	c #wall_clock_time = 0.114s
46.69/46.71	c #decision = 764
46.69/46.71	c #random_decision = 0
46.69/46.71	c #conflict = 1
46.69/46.71	c #restart = 0
46.69/46.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
46.69/46.71	c lower bound updated to 2264693607106
46.69/46.76	c BCD2: 2266912613729 <= obj <= 6901110600565
46.69/46.76	c BCD2: #cores=246, #unrelaxed=357, #relaxed=915, #hardened=0
46.69/46.76	c BCD2: #sat=1 #unsat=378 bias=378/379
46.69/46.76	c Solving starts ...
46.69/46.76	c ============================[ Search Statistics ]============================
46.69/46.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.69/46.76	c       |         |          |          |    Limit     GC | Var      | Constra 
46.69/46.76	c =============================================================================
46.69/46.77	c  0.0s |       0 |        0 |        0 |    28911      0 |     4032 |     6629
46.78/46.87	c  0.1s |       0 |      453 |        0 |    28911      0 |     4032 |     6630
46.78/46.87	c #cpu_time = 0.091s
46.78/46.87	c #wall_clock_time = 0.091s
46.78/46.87	c #decision = 453
46.78/46.87	c #random_decision = 0
46.78/46.87	c #conflict = 0
46.78/46.87	c #restart = 0
46.78/46.87	c BCD2: found a new core of size 1: cost of the new core is >=29986576
46.78/46.87	c lower bound updated to 2264723593682
46.88/46.92	c BCD2: 2266942600305 <= obj <= 6901110600565
46.88/46.92	c BCD2: #cores=247, #unrelaxed=356, #relaxed=916, #hardened=0
46.88/46.92	c BCD2: #sat=1 #unsat=379 bias=379/380
46.88/46.93	c Solving starts ...
46.88/46.93	c ============================[ Search Statistics ]============================
46.88/46.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.88/46.93	c       |         |          |          |    Limit     GC | Var      | Constra 
46.88/46.93	c =============================================================================
46.88/46.94	c  0.0s |       0 |        0 |        0 |    28911      0 |     4032 |     6630
46.98/47.04	c  0.1s |       0 |      454 |        0 |    28911      0 |     4032 |     6630
46.98/47.04	c #cpu_time = 0.093s
46.98/47.04	c #wall_clock_time = 0.093s
46.98/47.04	c #decision = 454
46.98/47.04	c #random_decision = 0
46.98/47.04	c #conflict = 0
46.98/47.04	c #restart = 0
46.98/47.04	c BCD2: found a new core of size 1: cost of the new core is >=405224
46.98/47.04	c lower bound updated to 2264723998906
46.98/47.09	c BCD2: 2266943005529 <= obj <= 6901110600565
46.98/47.09	c BCD2: #cores=248, #unrelaxed=355, #relaxed=917, #hardened=0
46.98/47.09	c BCD2: #sat=1 #unsat=380 bias=380/381
47.08/47.10	c Solving starts ...
47.08/47.10	c ============================[ Search Statistics ]============================
47.08/47.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.08/47.10	c       |         |          |          |    Limit     GC | Var      | Constra 
47.08/47.10	c =============================================================================
47.08/47.11	c  0.0s |       0 |        0 |        0 |    28911      0 |     4032 |     6630
47.18/47.21	c  0.1s |       0 |      456 |        0 |    28911      0 |     4032 |     6630
47.18/47.21	c #cpu_time = 0.092s
47.18/47.21	c #wall_clock_time = 0.092s
47.18/47.21	c #decision = 456
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 2: cost of the new core is >=74
47.18/47.21	c lower bound updated to 2264723998980
47.18/47.26	c BCD2: 2266943005603 <= obj <= 6901110600565
47.18/47.26	c BCD2: #cores=249, #unrelaxed=353, #relaxed=919, #hardened=0
47.18/47.26	c BCD2: #sat=1 #unsat=381 bias=381/382
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 |    28911      0 |     4032 |     6630
47.39/47.40	c  0.1s |       0 |      767 |        1 |    28911      0 |     4032 |     6630
47.39/47.40	c #cpu_time = 0.116s
47.39/47.40	c #wall_clock_time = 0.116s
47.39/47.40	c #decision = 767
47.39/47.40	c #random_decision = 0
47.39/47.40	c #conflict = 1
47.39/47.40	c #restart = 0
47.39/47.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
47.39/47.40	c lower bound updated to 2264723998981
47.39/47.45	c BCD2: 2266943005604 <= obj <= 6901110600565
47.39/47.45	c BCD2: #cores=249, #unrelaxed=352, #relaxed=920, #hardened=0
47.39/47.45	c BCD2: #sat=1 #unsat=382 bias=382/383
47.39/47.46	c Solving starts ...
47.39/47.46	c ============================[ Search Statistics ]============================
47.39/47.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.39/47.46	c       |         |          |          |    Limit     GC | Var      | Constra 
47.39/47.46	c =============================================================================
47.39/47.47	c  0.0s |       0 |        0 |        0 |    28911      0 |     4033 |     6630
47.48/47.57	c  0.1s |       0 |      456 |        0 |    28911      0 |     4033 |     6631
47.48/47.57	c #cpu_time = 0.092s
47.48/47.57	c #wall_clock_time = 0.092s
47.48/47.57	c #decision = 456
47.48/47.57	c #random_decision = 0
47.48/47.57	c #conflict = 0
47.48/47.57	c #restart = 0
47.48/47.57	c BCD2: found a new core of size 1: cost of the new core is >=29986576
47.48/47.57	c lower bound updated to 2264753985557
47.58/47.62	c BCD2: 2266972992180 <= obj <= 6901110600565
47.58/47.62	c BCD2: #cores=250, #unrelaxed=351, #relaxed=921, #hardened=0
47.58/47.62	c BCD2: #sat=1 #unsat=383 bias=383/384
47.58/47.63	c Solving starts ...
47.58/47.63	c ============================[ Search Statistics ]============================
47.58/47.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.58/47.63	c       |         |          |          |    Limit     GC | Var      | Constra 
47.58/47.63	c =============================================================================
47.58/47.64	c  0.0s |       0 |        0 |        0 |    28911      0 |     4033 |     6631
47.68/47.74	c  0.1s |       0 |      457 |        0 |    28911      0 |     4033 |     6631
47.68/47.74	c #cpu_time = 0.093s
47.68/47.74	c #wall_clock_time = 0.094s
47.68/47.74	c #decision = 457
47.68/47.74	c #random_decision = 0
47.68/47.74	c #conflict = 0
47.68/47.74	c #restart = 0
47.68/47.74	c BCD2: found a new core of size 1: cost of the new core is >=405224
47.68/47.74	c lower bound updated to 2264754390781
47.68/47.79	c BCD2: 2266973397404 <= obj <= 6901110600565
47.68/47.79	c BCD2: #cores=251, #unrelaxed=350, #relaxed=922, #hardened=0
47.68/47.79	c BCD2: #sat=1 #unsat=384 bias=384/385
47.78/47.80	c Solving starts ...
47.78/47.80	c ============================[ Search Statistics ]============================
47.78/47.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.78/47.80	c       |         |          |          |    Limit     GC | Var      | Constra 
47.78/47.80	c =============================================================================
47.78/47.81	c  0.0s |       0 |        0 |        0 |    28911      0 |     4033 |     6631
47.88/47.91	c  0.1s |       0 |      459 |        0 |    28911      0 |     4033 |     6631
47.88/47.91	c #cpu_time = 0.093s
47.88/47.91	c #wall_clock_time = 0.093s
47.88/47.91	c #decision = 459
47.88/47.91	c #random_decision = 0
47.88/47.91	c #conflict = 0
47.88/47.91	c #restart = 0
47.88/47.91	c BCD2: found a new core of size 2: cost of the new core is >=74
47.88/47.91	c lower bound updated to 2264754390855
47.88/47.96	c BCD2: 2266973397478 <= obj <= 6901110600565
47.88/47.96	c BCD2: #cores=252, #unrelaxed=348, #relaxed=924, #hardened=0
47.88/47.96	c BCD2: #sat=1 #unsat=385 bias=385/386
47.88/47.97	c Solving starts ...
47.88/47.97	c ============================[ Search Statistics ]============================
47.88/47.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.88/47.97	c       |         |          |          |    Limit     GC | Var      | Constra 
47.88/47.97	c =============================================================================
47.88/47.98	c  0.0s |       0 |        0 |        0 |    28911      0 |     4033 |     6631
48.08/48.11	c  0.1s |       0 |      770 |        1 |    28911      0 |     4033 |     6631
48.08/48.11	c #cpu_time = 0.116s
48.08/48.11	c #wall_clock_time = 0.116s
48.08/48.11	c #decision = 770
48.08/48.11	c #random_decision = 0
48.08/48.11	c #conflict = 1
48.08/48.11	c #restart = 0
48.08/48.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
48.08/48.11	c lower bound updated to 2264754390856
48.08/48.16	c BCD2: 2266973397479 <= obj <= 6901110600565
48.08/48.16	c BCD2: #cores=252, #unrelaxed=347, #relaxed=925, #hardened=0
48.08/48.16	c BCD2: #sat=1 #unsat=386 bias=386/387
48.08/48.16	c Solving starts ...
48.08/48.16	c ============================[ Search Statistics ]============================
48.08/48.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.08/48.16	c       |         |          |          |    Limit     GC | Var      | Constra 
48.08/48.16	c =============================================================================
48.08/48.18	c  0.0s |       0 |        0 |        0 |    28911      0 |     4034 |     6631
48.18/48.28	c  0.1s |       0 |      459 |        0 |    28911      0 |     4034 |     6632
48.18/48.28	c #cpu_time = 0.093s
48.18/48.28	c #wall_clock_time = 0.093s
48.18/48.28	c #decision = 459
48.18/48.28	c #random_decision = 0
48.18/48.28	c #conflict = 0
48.18/48.28	c #restart = 0
48.18/48.28	c BCD2: found a new core of size 1: cost of the new core is >=29986576
48.18/48.28	c lower bound updated to 2264784377432
48.28/48.33	c BCD2: 2267003384055 <= obj <= 6901110600565
48.28/48.33	c BCD2: #cores=253, #unrelaxed=346, #relaxed=926, #hardened=0
48.28/48.33	c BCD2: #sat=1 #unsat=387 bias=387/388
48.28/48.33	c Solving starts ...
48.28/48.33	c ============================[ Search Statistics ]============================
48.28/48.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.28/48.33	c       |         |          |          |    Limit     GC | Var      | Constra 
48.28/48.33	c =============================================================================
48.28/48.35	c  0.0s |       0 |        0 |        0 |    28911      0 |     4034 |     6632
48.39/48.45	c  0.1s |       0 |      460 |        0 |    28911      0 |     4034 |     6632
48.39/48.45	c #cpu_time = 0.095s
48.39/48.45	c #wall_clock_time = 0.095s
48.39/48.45	c #decision = 460
48.39/48.45	c #random_decision = 0
48.39/48.45	c #conflict = 0
48.39/48.45	c #restart = 0
48.39/48.45	c BCD2: found a new core of size 1: cost of the new core is >=405224
48.39/48.45	c lower bound updated to 2264784782656
48.39/48.50	c BCD2: 2267003789279 <= obj <= 6901110600565
48.39/48.50	c BCD2: #cores=254, #unrelaxed=345, #relaxed=927, #hardened=0
48.39/48.50	c BCD2: #sat=1 #unsat=388 bias=388/389
48.49/48.50	c Solving starts ...
48.49/48.50	c ============================[ Search Statistics ]============================
48.49/48.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.49/48.50	c       |         |          |          |    Limit     GC | Var      | Constra 
48.49/48.50	c =============================================================================
48.49/48.52	c  0.0s |       0 |        0 |        0 |    28911      0 |     4034 |     6632
48.58/48.62	c  0.1s |       0 |      462 |        0 |    28911      0 |     4034 |     6632
48.58/48.62	c #cpu_time = 0.094s
48.58/48.62	c #wall_clock_time = 0.094s
48.58/48.62	c #decision = 462
48.58/48.62	c #random_decision = 0
48.58/48.62	c #conflict = 0
48.58/48.62	c #restart = 0
48.58/48.62	c BCD2: found a new core of size 2: cost of the new core is >=74
48.58/48.62	c lower bound updated to 2264784782730
48.58/48.67	c BCD2: 2267003789353 <= obj <= 6901110600565
48.58/48.67	c BCD2: #cores=255, #unrelaxed=343, #relaxed=929, #hardened=0
48.58/48.67	c BCD2: #sat=1 #unsat=389 bias=389/390
48.58/48.67	c Solving starts ...
48.58/48.67	c ============================[ Search Statistics ]============================
48.58/48.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.58/48.67	c       |         |          |          |    Limit     GC | Var      | Constra 
48.58/48.67	c =============================================================================
48.58/48.69	c  0.0s |       0 |        0 |        0 |    28911      0 |     4034 |     6632
48.78/48.82	c  0.1s |       0 |      773 |        1 |    28911      0 |     4034 |     6632
48.78/48.82	c #cpu_time = 0.123s
48.78/48.82	c #wall_clock_time = 0.123s
48.78/48.82	c #decision = 773
48.78/48.82	c #random_decision = 0
48.78/48.82	c #conflict = 1
48.78/48.82	c #restart = 0
48.78/48.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
48.78/48.82	c lower bound updated to 2264784782731
48.78/48.87	c BCD2: 2267003789354 <= obj <= 6901110600565
48.78/48.87	c BCD2: #cores=255, #unrelaxed=342, #relaxed=930, #hardened=0
48.78/48.87	c BCD2: #sat=1 #unsat=390 bias=390/391
48.78/48.88	c Solving starts ...
48.78/48.88	c ============================[ Search Statistics ]============================
48.78/48.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.78/48.88	c       |         |          |          |    Limit     GC | Var      | Constra 
48.78/48.88	c =============================================================================
48.78/48.89	c  0.0s |       0 |        0 |        0 |    28911      0 |     4035 |     6632
48.98/49.00	c  0.1s |       0 |      462 |        0 |    28911      0 |     4035 |     6633
48.98/49.00	c #cpu_time = 0.095s
48.98/49.00	c #wall_clock_time = 0.095s
48.98/49.00	c #decision = 462
48.98/49.00	c #random_decision = 0
48.98/49.00	c #conflict = 0
48.98/49.00	c #restart = 0
48.98/49.00	c BCD2: found a new core of size 1: cost of the new core is >=29986576
48.98/49.00	c lower bound updated to 2264814769307
48.98/49.05	c BCD2: 2267033775930 <= obj <= 6901110600565
48.98/49.05	c BCD2: #cores=256, #unrelaxed=341, #relaxed=931, #hardened=0
48.98/49.05	c BCD2: #sat=1 #unsat=391 bias=391/392
48.98/49.05	c Solving starts ...
48.98/49.05	c ============================[ Search Statistics ]============================
48.98/49.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.98/49.05	c       |         |          |          |    Limit     GC | Var      | Constra 
48.98/49.05	c =============================================================================
48.98/49.07	c  0.0s |       0 |        0 |        0 |    28911      0 |     4035 |     6633
49.08/49.17	c  0.1s |       0 |      463 |        0 |    28911      0 |     4035 |     6633
49.08/49.17	c #cpu_time = 0.096s
49.08/49.17	c #wall_clock_time = 0.096s
49.08/49.17	c #decision = 463
49.08/49.17	c #random_decision = 0
49.08/49.17	c #conflict = 0
49.08/49.17	c #restart = 0
49.08/49.17	c BCD2: found a new core of size 1: cost of the new core is >=405224
49.08/49.17	c lower bound updated to 2264815174531
49.18/49.22	c BCD2: 2267034181154 <= obj <= 6901110600565
49.18/49.22	c BCD2: #cores=257, #unrelaxed=340, #relaxed=932, #hardened=0
49.18/49.22	c BCD2: #sat=1 #unsat=392 bias=392/393
49.18/49.23	c Solving starts ...
49.18/49.23	c ============================[ Search Statistics ]============================
49.18/49.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.18/49.23	c       |         |          |          |    Limit     GC | Var      | Constra 
49.18/49.23	c =============================================================================
49.18/49.24	c  0.0s |       0 |        0 |        0 |    28911      0 |     4035 |     6633
49.28/49.35	c  0.1s |       0 |      465 |        0 |    28911      0 |     4035 |     6633
49.28/49.35	c #cpu_time = 0.097s
49.28/49.35	c #wall_clock_time = 0.097s
49.28/49.35	c #decision = 465
49.28/49.35	c #random_decision = 0
49.28/49.35	c #conflict = 0
49.28/49.35	c #restart = 0
49.28/49.35	c BCD2: found a new core of size 2: cost of the new core is >=74
49.28/49.35	c lower bound updated to 2264815174605
49.38/49.40	c BCD2: 2267034181228 <= obj <= 6901110600565
49.38/49.40	c BCD2: #cores=258, #unrelaxed=338, #relaxed=934, #hardened=0
49.38/49.40	c BCD2: #sat=1 #unsat=393 bias=393/394
49.38/49.40	c Solving starts ...
49.38/49.40	c ============================[ Search Statistics ]============================
49.38/49.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.38/49.40	c       |         |          |          |    Limit     GC | Var      | Constra 
49.38/49.40	c =============================================================================
49.38/49.42	c  0.0s |       0 |        0 |        0 |    28911      0 |     4035 |     6633
49.49/49.55	c  0.1s |       0 |      776 |        1 |    28911      0 |     4035 |     6633
49.49/49.55	c #cpu_time = 0.125s
49.49/49.55	c #wall_clock_time = 0.125s
49.49/49.55	c #decision = 776
49.49/49.55	c #random_decision = 0
49.49/49.55	c #conflict = 1
49.49/49.55	c #restart = 0
49.49/49.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
49.49/49.55	c lower bound updated to 2264815174606
49.49/49.60	c BCD2: 2267034181229 <= obj <= 6901110600565
49.49/49.60	c BCD2: #cores=258, #unrelaxed=337, #relaxed=935, #hardened=0
49.49/49.60	c BCD2: #sat=1 #unsat=394 bias=394/395
49.59/49.61	c Solving starts ...
49.59/49.61	c ============================[ Search Statistics ]============================
49.59/49.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.59/49.61	c       |         |          |          |    Limit     GC | Var      | Constra 
49.59/49.61	c =============================================================================
49.59/49.62	c  0.0s |       0 |        0 |        0 |    28911      0 |     4036 |     6633
49.68/49.73	c  0.1s |       0 |      465 |        0 |    28911      0 |     4036 |     6634
49.68/49.73	c #cpu_time = 0.096s
49.68/49.73	c #wall_clock_time = 0.096s
49.68/49.73	c #decision = 465
49.68/49.73	c #random_decision = 0
49.68/49.73	c #conflict = 0
49.68/49.73	c #restart = 0
49.68/49.73	c BCD2: found a new core of size 1: cost of the new core is >=29986576
49.68/49.73	c lower bound updated to 2264845161182
49.68/49.78	c BCD2: 2267064167805 <= obj <= 6901110600565
49.68/49.78	c BCD2: #cores=259, #unrelaxed=336, #relaxed=936, #hardened=0
49.68/49.78	c BCD2: #sat=1 #unsat=395 bias=395/396
49.68/49.78	c Solving starts ...
49.68/49.78	c ============================[ Search Statistics ]============================
49.68/49.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.68/49.78	c       |         |          |          |    Limit     GC | Var      | Constra 
49.68/49.78	c =============================================================================
49.68/49.79	c  0.0s |       0 |        0 |        0 |    28911      0 |     4036 |     6634
49.88/49.90	c  0.1s |       0 |      466 |        0 |    28911      0 |     4036 |     6634
49.88/49.90	c #cpu_time = 0.097s
49.88/49.90	c #wall_clock_time = 0.097s
49.88/49.90	c #decision = 466
49.88/49.90	c #random_decision = 0
49.88/49.90	c #conflict = 0
49.88/49.90	c #restart = 0
49.88/49.90	c BCD2: found a new core of size 1: cost of the new core is >=405224
49.88/49.90	c lower bound updated to 2264845566406
49.88/49.95	c BCD2: 2267064573029 <= obj <= 6901110600565
49.88/49.95	c BCD2: #cores=260, #unrelaxed=335, #relaxed=937, #hardened=0
49.88/49.95	c BCD2: #sat=1 #unsat=396 bias=396/397
49.88/49.95	c Solving starts ...
49.88/49.95	c ============================[ Search Statistics ]============================
49.88/49.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.88/49.95	c       |         |          |          |    Limit     GC | Var      | Constra 
49.88/49.95	c =============================================================================
49.88/49.97	c  0.0s |       0 |        0 |        0 |    28911      0 |     4036 |     6634
49.98/50.07	c  0.1s |       0 |      468 |        0 |    28911      0 |     4036 |     6634
49.98/50.07	c #cpu_time = 0.096s
49.98/50.07	c #wall_clock_time = 0.096s
49.98/50.07	c #decision = 468
49.98/50.07	c #random_decision = 0
49.98/50.07	c #conflict = 0
49.98/50.07	c #restart = 0
49.98/50.07	c BCD2: found a new core of size 2: cost of the new core is >=74
49.98/50.07	c lower bound updated to 2264845566480
50.08/50.12	c BCD2: 2267064573103 <= obj <= 6901110600565
50.08/50.12	c BCD2: #cores=261, #unrelaxed=333, #relaxed=939, #hardened=0
50.08/50.12	c BCD2: #sat=1 #unsat=397 bias=397/398
50.08/50.13	c Solving starts ...
50.08/50.13	c ============================[ Search Statistics ]============================
50.08/50.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.08/50.13	c       |         |          |          |    Limit     GC | Var      | Constra 
50.08/50.13	c =============================================================================
50.08/50.14	c  0.0s |       0 |        0 |        0 |    28911      0 |     4036 |     6634
50.18/50.27	c  0.1s |       0 |      779 |        1 |    28911      0 |     4036 |     6634
50.18/50.27	c #cpu_time = 0.121s
50.18/50.27	c #wall_clock_time = 0.121s
50.18/50.27	c #decision = 779
50.18/50.27	c #random_decision = 0
50.18/50.27	c #conflict = 1
50.18/50.27	c #restart = 0
50.18/50.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
50.18/50.27	c lower bound updated to 2264845566481
50.28/50.32	c BCD2: 2267064573104 <= obj <= 6901110600565
50.28/50.32	c BCD2: #cores=261, #unrelaxed=332, #relaxed=940, #hardened=0
50.28/50.32	c BCD2: #sat=1 #unsat=398 bias=398/399
50.28/50.33	c Solving starts ...
50.28/50.33	c ============================[ Search Statistics ]============================
50.28/50.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.28/50.33	c       |         |          |          |    Limit     GC | Var      | Constra 
50.28/50.33	c =============================================================================
50.28/50.34	c  0.0s |       0 |        0 |        0 |    28911      0 |     4037 |     6634
50.38/50.45	c  0.1s |       0 |      468 |        0 |    28911      0 |     4037 |     6635
50.38/50.45	c #cpu_time = 0.096s
50.38/50.45	c #wall_clock_time = 0.096s
50.38/50.45	c #decision = 468
50.38/50.45	c #random_decision = 0
50.38/50.45	c #conflict = 0
50.38/50.45	c #restart = 0
50.38/50.45	c BCD2: found a new core of size 1: cost of the new core is >=29986576
50.38/50.45	c lower bound updated to 2264875553057
50.38/50.50	c BCD2: 2267094559680 <= obj <= 6901110600565
50.38/50.50	c BCD2: #cores=262, #unrelaxed=331, #relaxed=941, #hardened=0
50.38/50.50	c BCD2: #sat=1 #unsat=399 bias=399/400
50.48/50.50	c Solving starts ...
50.48/50.50	c ============================[ Search Statistics ]============================
50.48/50.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.48/50.50	c       |         |          |          |    Limit     GC | Var      | Constra 
50.48/50.50	c =============================================================================
50.48/50.51	c  0.0s |       0 |        0 |        0 |    28911      0 |     4037 |     6635
50.59/50.62	c  0.1s |       0 |      469 |        0 |    28911      0 |     4037 |     6635
50.59/50.62	c #cpu_time = 0.098s
50.59/50.62	c #wall_clock_time = 0.098s
50.59/50.62	c #decision = 469
50.59/50.62	c #random_decision = 0
50.59/50.62	c #conflict = 0
50.59/50.62	c #restart = 0
50.59/50.62	c BCD2: found a new core of size 1: cost of the new core is >=405224
50.59/50.62	c lower bound updated to 2264875958281
50.59/50.67	c BCD2: 2267094964904 <= obj <= 6901110600565
50.59/50.67	c BCD2: #cores=263, #unrelaxed=330, #relaxed=942, #hardened=0
50.59/50.67	c BCD2: #sat=1 #unsat=400 bias=400/401
50.59/50.68	c Solving starts ...
50.59/50.68	c ============================[ Search Statistics ]============================
50.59/50.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.59/50.68	c       |         |          |          |    Limit     GC | Var      | Constra 
50.59/50.68	c =============================================================================
50.59/50.69	c  0.0s |       0 |        0 |        0 |    28911      0 |     4037 |     6635
50.78/50.80	c  0.1s |       0 |      471 |        0 |    28911      0 |     4037 |     6635
50.78/50.80	c #cpu_time = 0.097s
50.78/50.80	c #wall_clock_time = 0.098s
50.78/50.80	c #decision = 471
50.78/50.80	c #random_decision = 0
50.78/50.80	c #conflict = 0
50.78/50.80	c #restart = 0
50.78/50.80	c BCD2: found a new core of size 2: cost of the new core is >=74
50.78/50.80	c lower bound updated to 2264875958355
50.78/50.85	c BCD2: 2267094964978 <= obj <= 6901110600565
50.78/50.85	c BCD2: #cores=264, #unrelaxed=328, #relaxed=944, #hardened=0
50.78/50.85	c BCD2: #sat=1 #unsat=401 bias=401/402
50.78/50.85	c Solving starts ...
50.78/50.85	c ============================[ Search Statistics ]============================
50.78/50.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.78/50.85	c       |         |          |          |    Limit     GC | Var      | Constra 
50.78/50.85	c =============================================================================
50.78/50.87	c  0.0s |       0 |        0 |        0 |    28911      0 |     4037 |     6635
50.98/51.00	c  0.1s |       0 |      782 |        1 |    28911      0 |     4037 |     6635
50.98/51.00	c #cpu_time = 0.122s
50.98/51.00	c #wall_clock_time = 0.123s
50.98/51.00	c #decision = 782
50.98/51.00	c #random_decision = 0
50.98/51.00	c #conflict = 1
50.98/51.00	c #restart = 0
50.98/51.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
50.98/51.00	c lower bound updated to 2264875958356
50.98/51.05	c BCD2: 2267094964979 <= obj <= 6901110600565
50.98/51.05	c BCD2: #cores=264, #unrelaxed=327, #relaxed=945, #hardened=0
50.98/51.05	c BCD2: #sat=1 #unsat=402 bias=402/403
50.98/51.05	c Solving starts ...
50.98/51.05	c ============================[ Search Statistics ]============================
50.98/51.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.98/51.05	c       |         |          |          |    Limit     GC | Var      | Constra 
50.98/51.05	c =============================================================================
50.98/51.07	c  0.0s |       0 |        0 |        0 |    28911      0 |     4038 |     6635
51.08/51.17	c  0.1s |       0 |      471 |        0 |    28911      0 |     4038 |     6636
51.08/51.17	c #cpu_time = 0.097s
51.08/51.17	c #wall_clock_time = 0.097s
51.08/51.17	c #decision = 471
51.08/51.17	c #random_decision = 0
51.08/51.17	c #conflict = 0
51.08/51.17	c #restart = 0
51.08/51.17	c BCD2: found a new core of size 1: cost of the new core is >=29986576
51.08/51.17	c lower bound updated to 2264905944932
51.18/51.22	c BCD2: 2267124951555 <= obj <= 6901110600565
51.18/51.22	c BCD2: #cores=265, #unrelaxed=326, #relaxed=946, #hardened=0
51.18/51.22	c BCD2: #sat=1 #unsat=403 bias=403/404
51.18/51.23	c Solving starts ...
51.18/51.23	c ============================[ Search Statistics ]============================
51.18/51.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.18/51.23	c       |         |          |          |    Limit     GC | Var      | Constra 
51.18/51.23	c =============================================================================
51.18/51.24	c  0.0s |       0 |        0 |        0 |    28911      0 |     4038 |     6636
51.28/51.35	c  0.1s |       0 |      472 |        0 |    28911      0 |     4038 |     6636
51.28/51.35	c #cpu_time = 0.099s
51.28/51.35	c #wall_clock_time = 0.099s
51.28/51.35	c #decision = 472
51.28/51.35	c #random_decision = 0
51.28/51.35	c #conflict = 0
51.28/51.35	c #restart = 0
51.28/51.35	c BCD2: found a new core of size 1: cost of the new core is >=405224
51.28/51.35	c lower bound updated to 2264906350156
51.38/51.40	c BCD2: 2267125356779 <= obj <= 6901110600565
51.38/51.40	c BCD2: #cores=266, #unrelaxed=325, #relaxed=947, #hardened=0
51.38/51.40	c BCD2: #sat=1 #unsat=404 bias=404/405
51.38/51.40	c Solving starts ...
51.38/51.40	c ============================[ Search Statistics ]============================
51.38/51.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.38/51.40	c       |         |          |          |    Limit     GC | Var      | Constra 
51.38/51.40	c =============================================================================
51.38/51.42	c  0.0s |       0 |        0 |        0 |    28911      0 |     4038 |     6636
51.48/51.52	c  0.1s |       0 |      474 |        0 |    28911      0 |     4038 |     6636
51.48/51.52	c #cpu_time = 0.098s
51.48/51.52	c #wall_clock_time = 0.098s
51.48/51.52	c #decision = 474
51.48/51.52	c #random_decision = 0
51.48/51.52	c #conflict = 0
51.48/51.52	c #restart = 0
51.48/51.52	c BCD2: found a new core of size 2: cost of the new core is >=74
51.48/51.52	c lower bound updated to 2264906350230
51.48/51.57	c BCD2: 2267125356853 <= obj <= 6901110600565
51.48/51.57	c BCD2: #cores=267, #unrelaxed=323, #relaxed=949, #hardened=0
51.48/51.57	c BCD2: #sat=1 #unsat=405 bias=405/406
51.48/51.58	c Solving starts ...
51.48/51.58	c ============================[ Search Statistics ]============================
51.48/51.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.48/51.58	c       |         |          |          |    Limit     GC | Var      | Constra 
51.48/51.58	c =============================================================================
51.48/51.59	c  0.0s |       0 |        0 |        0 |    28911      0 |     4038 |     6636
51.69/51.73	c  0.1s |       0 |      785 |        1 |    28911      0 |     4038 |     6636
51.69/51.73	c #cpu_time = 0.124s
51.69/51.73	c #wall_clock_time = 0.124s
51.69/51.73	c #decision = 785
51.69/51.73	c #random_decision = 0
51.69/51.73	c #conflict = 1
51.69/51.73	c #restart = 0
51.69/51.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
51.69/51.73	c lower bound updated to 2264906350231
51.69/51.78	c BCD2: 2267125356854 <= obj <= 6901110600565
51.69/51.78	c BCD2: #cores=267, #unrelaxed=322, #relaxed=950, #hardened=0
51.69/51.78	c BCD2: #sat=1 #unsat=406 bias=406/407
51.69/51.78	c Solving starts ...
51.69/51.78	c ============================[ Search Statistics ]============================
51.69/51.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.69/51.78	c       |         |          |          |    Limit     GC | Var      | Constra 
51.69/51.78	c =============================================================================
51.69/51.80	c  0.0s |       0 |        0 |        0 |    28911      0 |     4039 |     6636
51.88/51.90	c  0.1s |       0 |      474 |        0 |    28911      0 |     4039 |     6637
51.88/51.90	c #cpu_time = 0.100s
51.88/51.90	c #wall_clock_time = 0.100s
51.88/51.90	c #decision = 474
51.88/51.90	c #random_decision = 0
51.88/51.90	c #conflict = 0
51.88/51.90	c #restart = 0
51.88/51.90	c BCD2: found a new core of size 1: cost of the new core is >=29986576
51.88/51.90	c lower bound updated to 2264936336807
51.88/51.96	c BCD2: 2267155343430 <= obj <= 6901110600565
51.88/51.96	c BCD2: #cores=268, #unrelaxed=321, #relaxed=951, #hardened=0
51.88/51.96	c BCD2: #sat=1 #unsat=407 bias=407/408
51.88/51.96	c Solving starts ...
51.88/51.96	c ============================[ Search Statistics ]============================
51.88/51.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.88/51.96	c       |         |          |          |    Limit     GC | Var      | Constra 
51.88/51.96	c =============================================================================
51.88/51.98	c  0.0s |       0 |        0 |        0 |    28911      0 |     4039 |     6637
51.98/52.09	c  0.1s |       0 |      475 |        0 |    28911      0 |     4039 |     6637
51.98/52.09	c #cpu_time = 0.101s
51.98/52.09	c #wall_clock_time = 0.102s
51.98/52.09	c #decision = 475
51.98/52.09	c #random_decision = 0
51.98/52.09	c #conflict = 0
51.98/52.09	c #restart = 0
51.98/52.09	c BCD2: found a new core of size 1: cost of the new core is >=405224
51.98/52.09	c lower bound updated to 2264936742031
52.08/52.14	c BCD2: 2267155748654 <= obj <= 6901110600565
52.08/52.14	c BCD2: #cores=269, #unrelaxed=320, #relaxed=952, #hardened=0
52.08/52.14	c BCD2: #sat=1 #unsat=408 bias=408/409
52.08/52.14	c Solving starts ...
52.08/52.14	c ============================[ Search Statistics ]============================
52.08/52.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.08/52.14	c       |         |          |          |    Limit     GC | Var      | Constra 
52.08/52.14	c =============================================================================
52.08/52.16	c  0.0s |       0 |        0 |        0 |    28911      0 |     4039 |     6637
52.18/52.27	c  0.1s |       0 |      477 |        0 |    28911      0 |     4039 |     6637
52.18/52.27	c #cpu_time = 0.101s
52.18/52.27	c #wall_clock_time = 0.101s
52.18/52.27	c #decision = 477
52.18/52.27	c #random_decision = 0
52.18/52.27	c #conflict = 0
52.18/52.27	c #restart = 0
52.18/52.27	c BCD2: found a new core of size 2: cost of the new core is >=74
52.18/52.27	c lower bound updated to 2264936742105
52.28/52.32	c BCD2: 2267155748728 <= obj <= 6901110600565
52.28/52.32	c BCD2: #cores=270, #unrelaxed=318, #relaxed=954, #hardened=0
52.28/52.32	c BCD2: #sat=1 #unsat=409 bias=409/410
52.28/52.32	c Solving starts ...
52.28/52.32	c ============================[ Search Statistics ]============================
52.28/52.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.28/52.32	c       |         |          |          |    Limit     GC | Var      | Constra 
52.28/52.32	c =============================================================================
52.28/52.34	c  0.0s |       0 |        0 |        0 |    28911      0 |     4039 |     6637
52.38/52.47	c  0.1s |       0 |      788 |        1 |    28911      0 |     4039 |     6637
52.38/52.47	c #cpu_time = 0.126s
52.38/52.47	c #wall_clock_time = 0.126s
52.38/52.47	c #decision = 788
52.38/52.47	c #random_decision = 0
52.38/52.47	c #conflict = 1
52.38/52.47	c #restart = 0
52.38/52.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
52.38/52.47	c lower bound updated to 2264936742106
52.48/52.52	c BCD2: 2267155748729 <= obj <= 6901110600565
52.48/52.52	c BCD2: #cores=270, #unrelaxed=317, #relaxed=955, #hardened=0
52.48/52.52	c BCD2: #sat=1 #unsat=410 bias=410/411
52.48/52.53	c Solving starts ...
52.48/52.53	c ============================[ Search Statistics ]============================
52.48/52.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.48/52.53	c       |         |          |          |    Limit     GC | Var      | Constra 
52.48/52.53	c =============================================================================
52.48/52.54	c  0.0s |       0 |        0 |        0 |    28911      0 |     4040 |     6637
52.58/52.65	c  0.1s |       0 |      477 |        0 |    28911      0 |     4040 |     6638
52.58/52.65	c #cpu_time = 0.100s
52.58/52.65	c #wall_clock_time = 0.100s
52.58/52.65	c #decision = 477
52.58/52.65	c #random_decision = 0
52.58/52.65	c #conflict = 0
52.58/52.65	c #restart = 0
52.58/52.65	c BCD2: found a new core of size 1: cost of the new core is >=29986576
52.58/52.65	c lower bound updated to 2264966728682
52.68/52.70	c BCD2: 2267185735305 <= obj <= 6901110600565
52.68/52.70	c BCD2: #cores=271, #unrelaxed=316, #relaxed=956, #hardened=0
52.68/52.70	c BCD2: #sat=1 #unsat=411 bias=411/412
52.68/52.71	c Solving starts ...
52.68/52.71	c ============================[ Search Statistics ]============================
52.68/52.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.68/52.71	c       |         |          |          |    Limit     GC | Var      | Constra 
52.68/52.71	c =============================================================================
52.68/52.72	c  0.0s |       0 |        0 |        0 |    28911      0 |     4040 |     6638
52.79/52.83	c  0.1s |       0 |      478 |        0 |    28911      0 |     4040 |     6638
52.79/52.83	c #cpu_time = 0.102s
52.79/52.83	c #wall_clock_time = 0.102s
52.79/52.83	c #decision = 478
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 1: cost of the new core is >=405224
52.79/52.83	c lower bound updated to 2264967133906
52.79/52.88	c BCD2: 2267186140529 <= obj <= 6901110600565
52.79/52.88	c BCD2: #cores=272, #unrelaxed=315, #relaxed=957, #hardened=0
52.79/52.88	c BCD2: #sat=1 #unsat=412 bias=412/413
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 |    28911      0 |     4040 |     6638
52.98/53.01	c  0.1s |       0 |      480 |        0 |    28911      0 |     4040 |     6638
52.98/53.01	c #cpu_time = 0.101s
52.98/53.01	c #wall_clock_time = 0.101s
52.98/53.01	c #decision = 480
52.98/53.01	c #random_decision = 0
52.98/53.01	c #conflict = 0
52.98/53.01	c #restart = 0
52.98/53.01	c BCD2: found a new core of size 2: cost of the new core is >=74
52.98/53.01	c lower bound updated to 2264967133980
52.98/53.06	c BCD2: 2267186140603 <= obj <= 6901110600565
52.98/53.06	c BCD2: #cores=273, #unrelaxed=313, #relaxed=959, #hardened=0
52.98/53.06	c BCD2: #sat=1 #unsat=413 bias=413/414
52.98/53.07	c Solving starts ...
52.98/53.07	c ============================[ Search Statistics ]============================
52.98/53.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.98/53.07	c       |         |          |          |    Limit     GC | Var      | Constra 
52.98/53.07	c =============================================================================
52.98/53.08	c  0.0s |       0 |        0 |        0 |    28911      0 |     4040 |     6638
53.18/53.22	c  0.1s |       0 |      791 |        1 |    28911      0 |     4040 |     6638
53.18/53.22	c #cpu_time = 0.127s
53.18/53.22	c #wall_clock_time = 0.127s
53.18/53.22	c #decision = 791
53.18/53.22	c #random_decision = 0
53.18/53.22	c #conflict = 1
53.18/53.22	c #restart = 0
53.18/53.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
53.18/53.22	c lower bound updated to 2264967133981
53.18/53.27	c BCD2: 2267186140604 <= obj <= 6901110600565
53.18/53.27	c BCD2: #cores=273, #unrelaxed=312, #relaxed=960, #hardened=0
53.18/53.27	c BCD2: #sat=1 #unsat=414 bias=414/415
53.18/53.27	c Solving starts ...
53.18/53.27	c ============================[ Search Statistics ]============================
53.18/53.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.18/53.27	c       |         |          |          |    Limit     GC | Var      | Constra 
53.18/53.27	c =============================================================================
53.18/53.29	c  0.0s |       0 |        0 |        0 |    28911      0 |     4041 |     6638
53.38/53.40	c  0.1s |       0 |      480 |        0 |    28911      0 |     4041 |     6639
53.38/53.40	c #cpu_time = 0.100s
53.38/53.40	c #wall_clock_time = 0.101s
53.38/53.40	c #decision = 480
53.38/53.40	c #random_decision = 0
53.38/53.40	c #conflict = 0
53.38/53.40	c #restart = 0
53.38/53.40	c BCD2: found a new core of size 1: cost of the new core is >=29986576
53.38/53.40	c lower bound updated to 2264997120557
53.38/53.45	c BCD2: 2267216127180 <= obj <= 6901110600565
53.38/53.45	c BCD2: #cores=274, #unrelaxed=311, #relaxed=961, #hardened=0
53.38/53.45	c BCD2: #sat=1 #unsat=415 bias=415/416
53.38/53.45	c Solving starts ...
53.38/53.45	c ============================[ Search Statistics ]============================
53.38/53.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.38/53.45	c       |         |          |          |    Limit     GC | Var      | Constra 
53.38/53.45	c =============================================================================
53.38/53.47	c  0.0s |       0 |        0 |        0 |    28911      0 |     4041 |     6639
53.48/53.58	c  0.1s |       0 |      481 |        0 |    28911      0 |     4041 |     6639
53.48/53.58	c #cpu_time = 0.102s
53.48/53.58	c #wall_clock_time = 0.102s
53.48/53.58	c #decision = 481
53.48/53.58	c #random_decision = 0
53.48/53.58	c #conflict = 0
53.48/53.58	c #restart = 0
53.48/53.58	c BCD2: found a new core of size 1: cost of the new core is >=405224
53.48/53.58	c lower bound updated to 2264997525781
53.58/53.63	c BCD2: 2267216532404 <= obj <= 6901110600565
53.58/53.63	c BCD2: #cores=275, #unrelaxed=310, #relaxed=962, #hardened=0
53.58/53.63	c BCD2: #sat=1 #unsat=416 bias=416/417
53.58/53.63	c Solving starts ...
53.58/53.63	c ============================[ Search Statistics ]============================
53.58/53.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.58/53.63	c       |         |          |          |    Limit     GC | Var      | Constra 
53.58/53.63	c =============================================================================
53.58/53.65	c  0.0s |       0 |        0 |        0 |    28911      0 |     4041 |     6639
53.68/53.76	c  0.1s |       0 |      483 |        0 |    28911      0 |     4041 |     6639
53.68/53.76	c #cpu_time = 0.101s
53.68/53.76	c #wall_clock_time = 0.102s
53.68/53.76	c #decision = 483
53.68/53.76	c #random_decision = 0
53.68/53.76	c #conflict = 0
53.68/53.76	c #restart = 0
53.68/53.76	c BCD2: found a new core of size 2: cost of the new core is >=74
53.68/53.76	c lower bound updated to 2264997525855
53.78/53.81	c BCD2: 2267216532478 <= obj <= 6901110600565
53.78/53.81	c BCD2: #cores=276, #unrelaxed=308, #relaxed=964, #hardened=0
53.78/53.81	c BCD2: #sat=1 #unsat=417 bias=417/418
53.78/53.81	c Solving starts ...
53.78/53.81	c ============================[ Search Statistics ]============================
53.78/53.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.78/53.81	c       |         |          |          |    Limit     GC | Var      | Constra 
53.78/53.81	c =============================================================================
53.78/53.83	c  0.0s |       0 |        0 |        0 |    28911      0 |     4041 |     6639
53.89/53.97	c  0.1s |       0 |      794 |        1 |    31803      0 |     4041 |     6639
53.89/53.97	c #cpu_time = 0.128s
53.89/53.97	c #wall_clock_time = 0.129s
53.89/53.97	c #decision = 794
53.89/53.97	c #random_decision = 0
53.89/53.97	c #conflict = 1
53.89/53.97	c #restart = 0
53.89/53.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
53.89/53.97	c lower bound updated to 2264997525856
53.99/54.02	c BCD2: 2267216532479 <= obj <= 6901110600565
53.99/54.02	c BCD2: #cores=276, #unrelaxed=307, #relaxed=965, #hardened=0
53.99/54.02	c BCD2: #sat=1 #unsat=418 bias=418/419
53.99/54.02	c Solving starts ...
53.99/54.02	c ============================[ Search Statistics ]============================
53.99/54.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.99/54.02	c       |         |          |          |    Limit     GC | Var      | Constra 
53.99/54.02	c =============================================================================
53.99/54.04	c  0.0s |       0 |        0 |        0 |    31803      0 |     4042 |     6639
54.08/54.15	c  0.1s |       0 |      483 |        0 |    31803      0 |     4042 |     6640
54.08/54.15	c #cpu_time = 0.102s
54.08/54.15	c #wall_clock_time = 0.103s
54.08/54.15	c #decision = 483
54.08/54.15	c #random_decision = 0
54.08/54.15	c #conflict = 0
54.08/54.15	c #restart = 0
54.08/54.15	c BCD2: found a new core of size 1: cost of the new core is >=29986576
54.08/54.15	c lower bound updated to 2265027512432
54.18/54.20	c BCD2: 2267246519055 <= obj <= 6901110600565
54.18/54.20	c BCD2: #cores=277, #unrelaxed=306, #relaxed=966, #hardened=0
54.18/54.20	c BCD2: #sat=1 #unsat=419 bias=419/420
54.18/54.20	c Solving starts ...
54.18/54.20	c ============================[ Search Statistics ]============================
54.18/54.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.18/54.20	c       |         |          |          |    Limit     GC | Var      | Constra 
54.18/54.20	c =============================================================================
54.18/54.22	c  0.0s |       0 |        0 |        0 |    31803      0 |     4042 |     6640
54.28/54.33	c  0.1s |       0 |      484 |        0 |    31803      0 |     4042 |     6640
54.28/54.33	c #cpu_time = 0.104s
54.28/54.33	c #wall_clock_time = 0.104s
54.28/54.33	c #decision = 484
54.28/54.33	c #random_decision = 0
54.28/54.33	c #conflict = 0
54.28/54.33	c #restart = 0
54.28/54.33	c BCD2: found a new core of size 1: cost of the new core is >=405224
54.28/54.33	c lower bound updated to 2265027917656
54.28/54.38	c BCD2: 2267246924279 <= obj <= 6901110600565
54.28/54.38	c BCD2: #cores=278, #unrelaxed=305, #relaxed=967, #hardened=0
54.28/54.38	c BCD2: #sat=1 #unsat=420 bias=420/421
54.28/54.39	c Solving starts ...
54.28/54.39	c ============================[ Search Statistics ]============================
54.28/54.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.28/54.39	c       |         |          |          |    Limit     GC | Var      | Constra 
54.28/54.39	c =============================================================================
54.38/54.40	c  0.0s |       0 |        0 |        0 |    31803      0 |     4042 |     6640
54.48/54.52	c  0.1s |       0 |      486 |        0 |    31803      0 |     4042 |     6640
54.48/54.52	c #cpu_time = 0.103s
54.48/54.52	c #wall_clock_time = 0.104s
54.48/54.52	c #decision = 486
54.48/54.52	c #random_decision = 0
54.48/54.52	c #conflict = 0
54.48/54.52	c #restart = 0
54.48/54.52	c BCD2: found a new core of size 2: cost of the new core is >=74
54.48/54.52	c lower bound updated to 2265027917730
54.48/54.57	c BCD2: 2267246924353 <= obj <= 6901110600565
54.48/54.57	c BCD2: #cores=279, #unrelaxed=303, #relaxed=969, #hardened=0
54.48/54.57	c BCD2: #sat=1 #unsat=421 bias=421/422
54.48/54.57	c Solving starts ...
54.48/54.57	c ============================[ Search Statistics ]============================
54.48/54.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.48/54.57	c       |         |          |          |    Limit     GC | Var      | Constra 
54.48/54.57	c =============================================================================
54.48/54.59	c  0.0s |       0 |        0 |        0 |    31803      0 |     4042 |     6640
54.68/54.73	c  0.1s |       0 |      850 |        1 |    31803      0 |     4042 |     6640
54.68/54.73	c #cpu_time = 0.130s
54.68/54.73	c #wall_clock_time = 0.131s
54.68/54.73	c #decision = 850
54.68/54.73	c #random_decision = 0
54.68/54.73	c #conflict = 1
54.68/54.73	c #restart = 0
54.68/54.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
54.68/54.73	c lower bound updated to 2265027917731
54.68/54.78	c BCD2: 2267246924354 <= obj <= 6901110600565
54.68/54.78	c BCD2: #cores=279, #unrelaxed=302, #relaxed=970, #hardened=0
54.68/54.78	c BCD2: #sat=1 #unsat=422 bias=422/423
54.68/54.78	c Solving starts ...
54.68/54.78	c ============================[ Search Statistics ]============================
54.68/54.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.68/54.78	c       |         |          |          |    Limit     GC | Var      | Constra 
54.68/54.78	c =============================================================================
54.78/54.80	c  0.0s |       0 |        0 |        0 |    31803      0 |     4043 |     6640
54.88/54.91	c  0.1s |       0 |      486 |        0 |    31803      0 |     4043 |     6641
54.88/54.91	c #cpu_time = 0.103s
54.88/54.91	c #wall_clock_time = 0.103s
54.88/54.91	c #decision = 486
54.88/54.91	c #random_decision = 0
54.88/54.91	c #conflict = 0
54.88/54.91	c #restart = 0
54.88/54.91	c BCD2: found a new core of size 1: cost of the new core is >=29986576
54.88/54.91	c lower bound updated to 2265057904307
54.88/54.96	c BCD2: 2267276910930 <= obj <= 6901110600565
54.88/54.96	c BCD2: #cores=280, #unrelaxed=301, #relaxed=971, #hardened=0
54.88/54.96	c BCD2: #sat=1 #unsat=423 bias=423/424
54.88/54.97	c Solving starts ...
54.88/54.97	c ============================[ Search Statistics ]============================
54.88/54.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.88/54.97	c       |         |          |          |    Limit     GC | Var      | Constra 
54.88/54.97	c =============================================================================
54.88/54.98	c  0.0s |       0 |        0 |        0 |    31803      0 |     4043 |     6641
54.99/55.09	c  0.1s |       0 |      487 |        0 |    31803      0 |     4043 |     6641
54.99/55.09	c #cpu_time = 0.104s
54.99/55.09	c #wall_clock_time = 0.105s
54.99/55.09	c #decision = 487
54.99/55.09	c #random_decision = 0
54.99/55.09	c #conflict = 0
54.99/55.09	c #restart = 0
54.99/55.09	c BCD2: found a new core of size 1: cost of the new core is >=405224
54.99/55.10	c lower bound updated to 2265058309531
55.09/55.15	c BCD2: 2267277316154 <= obj <= 6901110600565
55.09/55.15	c BCD2: #cores=281, #unrelaxed=300, #relaxed=972, #hardened=0
55.09/55.15	c BCD2: #sat=1 #unsat=424 bias=424/425
55.09/55.15	c Solving starts ...
55.09/55.15	c ============================[ Search Statistics ]============================
55.09/55.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.09/55.15	c       |         |          |          |    Limit     GC | Var      | Constra 
55.09/55.15	c =============================================================================
55.09/55.16	c  0.0s |       0 |        0 |        0 |    31803      0 |     4043 |     6641
55.18/55.28	c  0.1s |       0 |      489 |        0 |    31803      0 |     4043 |     6641
55.18/55.28	c #cpu_time = 0.104s
55.18/55.28	c #wall_clock_time = 0.104s
55.18/55.28	c #decision = 489
55.18/55.28	c #random_decision = 0
55.18/55.28	c #conflict = 0
55.18/55.28	c #restart = 0
55.18/55.28	c BCD2: found a new core of size 2: cost of the new core is >=74
55.18/55.28	c lower bound updated to 2265058309605
55.28/55.33	c BCD2: 2267277316228 <= obj <= 6901110600565
55.28/55.33	c BCD2: #cores=282, #unrelaxed=298, #relaxed=974, #hardened=0
55.28/55.33	c BCD2: #sat=1 #unsat=425 bias=425/426
55.28/55.33	c Solving starts ...
55.28/55.33	c ============================[ Search Statistics ]============================
55.28/55.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.28/55.33	c       |         |          |          |    Limit     GC | Var      | Constra 
55.28/55.33	c =============================================================================
55.28/55.35	c  0.0s |       0 |        0 |        0 |    31803      0 |     4043 |     6641
55.38/55.49	c  0.1s |       0 |      800 |        1 |    31803      0 |     4043 |     6641
55.38/55.49	c #cpu_time = 0.130s
55.38/55.49	c #wall_clock_time = 0.131s
55.38/55.49	c #decision = 800
55.38/55.49	c #random_decision = 0
55.38/55.49	c #conflict = 1
55.38/55.49	c #restart = 0
55.38/55.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
55.38/55.49	c lower bound updated to 2265058309606
55.48/55.54	c BCD2: 2267277316229 <= obj <= 6901110600565
55.48/55.54	c BCD2: #cores=282, #unrelaxed=297, #relaxed=975, #hardened=0
55.48/55.54	c BCD2: #sat=1 #unsat=426 bias=426/427
55.48/55.54	c Solving starts ...
55.48/55.54	c ============================[ Search Statistics ]============================
55.48/55.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.48/55.54	c       |         |          |          |    Limit     GC | Var      | Constra 
55.48/55.54	c =============================================================================
55.48/55.56	c  0.0s |       0 |        0 |        0 |    31803      0 |     4044 |     6641
55.58/55.67	c  0.1s |       0 |      489 |        0 |    31803      0 |     4044 |     6642
55.58/55.67	c #cpu_time = 0.103s
55.58/55.67	c #wall_clock_time = 0.104s
55.58/55.67	c #decision = 489
55.58/55.67	c #random_decision = 0
55.58/55.67	c #conflict = 0
55.58/55.67	c #restart = 0
55.58/55.67	c BCD2: found a new core of size 1: cost of the new core is >=29986576
55.58/55.67	c lower bound updated to 2265088296182
55.68/55.72	c BCD2: 2267307302805 <= obj <= 6901110600565
55.68/55.72	c BCD2: #cores=283, #unrelaxed=296, #relaxed=976, #hardened=0
55.68/55.72	c BCD2: #sat=1 #unsat=427 bias=427/428
55.68/55.73	c Solving starts ...
55.68/55.73	c ============================[ Search Statistics ]============================
55.68/55.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.68/55.73	c       |         |          |          |    Limit     GC | Var      | Constra 
55.68/55.73	c =============================================================================
55.68/55.74	c  0.0s |       0 |        0 |        0 |    31803      0 |     4044 |     6642
55.78/55.86	c  0.1s |       0 |      490 |        0 |    31803      0 |     4044 |     6642
55.78/55.86	c #cpu_time = 0.107s
55.78/55.86	c #wall_clock_time = 0.107s
55.78/55.86	c #decision = 490
55.78/55.86	c #random_decision = 0
55.78/55.86	c #conflict = 0
55.78/55.86	c #restart = 0
55.78/55.86	c BCD2: found a new core of size 1: cost of the new core is >=405224
55.78/55.86	c lower bound updated to 2265088701406
55.88/55.91	c BCD2: 2267307708029 <= obj <= 6901110600565
55.88/55.91	c BCD2: #cores=284, #unrelaxed=295, #relaxed=977, #hardened=0
55.88/55.91	c BCD2: #sat=1 #unsat=428 bias=428/429
55.88/55.91	c Solving starts ...
55.88/55.91	c ============================[ Search Statistics ]============================
55.88/55.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.88/55.91	c       |         |          |          |    Limit     GC | Var      | Constra 
55.88/55.91	c =============================================================================
55.88/55.93	c  0.0s |       0 |        0 |        0 |    31803      0 |     4044 |     6642
55.98/56.04	c  0.1s |       0 |      492 |        0 |    31803      0 |     4044 |     6642
55.98/56.04	c #cpu_time = 0.104s
55.98/56.04	c #wall_clock_time = 0.105s
55.98/56.04	c #decision = 492
55.98/56.04	c #random_decision = 0
55.98/56.04	c #conflict = 0
55.98/56.04	c #restart = 0
55.98/56.04	c BCD2: found a new core of size 2: cost of the new core is >=74
55.98/56.04	c lower bound updated to 2265088701480
55.98/56.09	c BCD2: 2267307708103 <= obj <= 6901110600565
55.98/56.09	c BCD2: #cores=285, #unrelaxed=293, #relaxed=979, #hardened=0
55.98/56.09	c BCD2: #sat=1 #unsat=429 bias=429/430
55.98/56.10	c Solving starts ...
55.98/56.10	c ============================[ Search Statistics ]============================
55.98/56.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.98/56.10	c       |         |          |          |    Limit     GC | Var      | Constra 
55.98/56.10	c =============================================================================
56.09/56.11	c  0.0s |       0 |        0 |        0 |    31803      0 |     4044 |     6642
56.19/56.26	c  0.1s |       0 |      803 |        1 |    31803      0 |     4044 |     6642
56.19/56.26	c #cpu_time = 0.132s
56.19/56.26	c #wall_clock_time = 0.133s
56.19/56.26	c #decision = 803
56.19/56.26	c #random_decision = 0
56.19/56.26	c #conflict = 1
56.19/56.26	c #restart = 0
56.19/56.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
56.19/56.26	c lower bound updated to 2265088701481
56.28/56.31	c BCD2: 2267307708104 <= obj <= 6901110600565
56.28/56.31	c BCD2: #cores=285, #unrelaxed=292, #relaxed=980, #hardened=0
56.28/56.31	c BCD2: #sat=1 #unsat=430 bias=430/431
56.28/56.31	c Solving starts ...
56.28/56.31	c ============================[ Search Statistics ]============================
56.28/56.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.28/56.31	c       |         |          |          |    Limit     GC | Var      | Constra 
56.28/56.31	c =============================================================================
56.28/56.33	c  0.0s |       0 |        0 |        0 |    31803      0 |     4045 |     6642
56.38/56.44	c  0.1s |       0 |      492 |        0 |    31803      0 |     4045 |     6643
56.38/56.44	c #cpu_time = 0.104s
56.38/56.44	c #wall_clock_time = 0.104s
56.38/56.44	c #decision = 492
56.38/56.44	c #random_decision = 0
56.38/56.44	c #conflict = 0
56.38/56.44	c #restart = 0
56.38/56.44	c BCD2: found a new core of size 1: cost of the new core is >=29986576
56.38/56.44	c lower bound updated to 2265118688057
56.38/56.49	c BCD2: 2267337694680 <= obj <= 6901110600565
56.38/56.49	c BCD2: #cores=286, #unrelaxed=291, #relaxed=981, #hardened=0
56.38/56.49	c BCD2: #sat=1 #unsat=431 bias=431/432
56.48/56.50	c Solving starts ...
56.48/56.50	c ============================[ Search Statistics ]============================
56.48/56.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.48/56.50	c       |         |          |          |    Limit     GC | Var      | Constra 
56.48/56.50	c =============================================================================
56.48/56.51	c  0.0s |       0 |        0 |        0 |    31803      0 |     4045 |     6643
56.58/56.63	c  0.1s |       0 |      493 |        0 |    31803      0 |     4045 |     6643
56.58/56.63	c #cpu_time = 0.105s
56.58/56.63	c #wall_clock_time = 0.106s
56.58/56.63	c #decision = 493
56.58/56.63	c #random_decision = 0
56.58/56.63	c #conflict = 0
56.58/56.63	c #restart = 0
56.58/56.63	c BCD2: found a new core of size 1: cost of the new core is >=405224
56.58/56.63	c lower bound updated to 2265119093281
56.58/56.68	c BCD2: 2267338099904 <= obj <= 6901110600565
56.58/56.68	c BCD2: #cores=287, #unrelaxed=290, #relaxed=982, #hardened=0
56.58/56.68	c BCD2: #sat=1 #unsat=432 bias=432/433
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.68/56.70	c  0.0s |       0 |        0 |        0 |    31803      0 |     4045 |     6643
56.78/56.81	c  0.1s |       0 |      495 |        0 |    31803      0 |     4045 |     6643
56.78/56.81	c #cpu_time = 0.105s
56.78/56.81	c #wall_clock_time = 0.105s
56.78/56.81	c #decision = 495
56.78/56.81	c #random_decision = 0
56.78/56.81	c #conflict = 0
56.78/56.81	c #restart = 0
56.78/56.81	c BCD2: found a new core of size 2: cost of the new core is >=74
56.78/56.81	c lower bound updated to 2265119093355
56.78/56.86	c BCD2: 2267338099978 <= obj <= 6901110600565
56.78/56.86	c BCD2: #cores=288, #unrelaxed=288, #relaxed=984, #hardened=0
56.78/56.86	c BCD2: #sat=1 #unsat=433 bias=433/434
56.78/56.87	c Solving starts ...
56.78/56.87	c ============================[ Search Statistics ]============================
56.78/56.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.78/56.87	c       |         |          |          |    Limit     GC | Var      | Constra 
56.78/56.87	c =============================================================================
56.78/56.88	c  0.0s |       0 |        0 |        0 |    31803      0 |     4045 |     6643
56.98/57.03	c  0.1s |       0 |      806 |        1 |    31803      0 |     4045 |     6643
56.98/57.03	c #cpu_time = 0.134s
56.98/57.03	c #wall_clock_time = 0.135s
56.98/57.03	c #decision = 806
56.98/57.03	c #random_decision = 0
56.98/57.03	c #conflict = 1
56.98/57.03	c #restart = 0
56.98/57.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
56.98/57.03	c lower bound updated to 2265119093356
56.98/57.08	c BCD2: 2267338099979 <= obj <= 6901110600565
56.98/57.08	c BCD2: #cores=288, #unrelaxed=287, #relaxed=985, #hardened=0
56.98/57.08	c BCD2: #sat=1 #unsat=434 bias=434/435
56.98/57.08	c Solving starts ...
56.98/57.08	c ============================[ Search Statistics ]============================
56.98/57.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.98/57.08	c       |         |          |          |    Limit     GC | Var      | Constra 
56.98/57.08	c =============================================================================
57.08/57.10	c  0.0s |       0 |        0 |        0 |    31803      0 |     4046 |     6643
57.19/57.21	c  0.1s |       0 |      495 |        0 |    31803      0 |     4046 |     6644
57.19/57.21	c #cpu_time = 0.105s
57.19/57.21	c #wall_clock_time = 0.105s
57.19/57.21	c #decision = 495
57.19/57.21	c #random_decision = 0
57.19/57.21	c #conflict = 0
57.19/57.21	c #restart = 0
57.19/57.21	c BCD2: found a new core of size 1: cost of the new core is >=29986576
57.19/57.21	c lower bound updated to 2265149079932
57.19/57.26	c BCD2: 2267368086555 <= obj <= 6901110600565
57.19/57.26	c BCD2: #cores=289, #unrelaxed=286, #relaxed=986, #hardened=0
57.19/57.26	c BCD2: #sat=1 #unsat=435 bias=435/436
57.19/57.27	c Solving starts ...
57.19/57.27	c ============================[ Search Statistics ]============================
57.19/57.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.19/57.27	c       |         |          |          |    Limit     GC | Var      | Constra 
57.19/57.27	c =============================================================================
57.19/57.28	c  0.0s |       0 |        0 |        0 |    31803      0 |     4046 |     6644
57.38/57.40	c  0.1s |       0 |      496 |        0 |    31803      0 |     4046 |     6644
57.38/57.40	c #cpu_time = 0.107s
57.38/57.40	c #wall_clock_time = 0.107s
57.38/57.40	c #decision = 496
57.38/57.40	c #random_decision = 0
57.38/57.40	c #conflict = 0
57.38/57.40	c #restart = 0
57.38/57.40	c BCD2: found a new core of size 1: cost of the new core is >=405224
57.38/57.40	c lower bound updated to 2265149485156
57.38/57.45	c BCD2: 2267368491779 <= obj <= 6901110600565
57.38/57.45	c BCD2: #cores=290, #unrelaxed=285, #relaxed=987, #hardened=0
57.38/57.45	c BCD2: #sat=1 #unsat=436 bias=436/437
57.38/57.46	c Solving starts ...
57.38/57.46	c ============================[ Search Statistics ]============================
57.38/57.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.38/57.46	c       |         |          |          |    Limit     GC | Var      | Constra 
57.38/57.46	c =============================================================================
57.38/57.47	c  0.0s |       0 |        0 |        0 |    31803      0 |     4046 |     6644
57.48/57.59	c  0.1s |       0 |      498 |        0 |    31803      0 |     4046 |     6644
57.48/57.59	c #cpu_time = 0.106s
57.48/57.59	c #wall_clock_time = 0.106s
57.48/57.59	c #decision = 498
57.48/57.59	c #random_decision = 0
57.48/57.59	c #conflict = 0
57.48/57.59	c #restart = 0
57.48/57.59	c BCD2: found a new core of size 2: cost of the new core is >=74
57.48/57.59	c lower bound updated to 2265149485230
57.58/57.64	c BCD2: 2267368491853 <= obj <= 6901110600565
57.58/57.64	c BCD2: #cores=291, #unrelaxed=283, #relaxed=989, #hardened=0
57.58/57.64	c BCD2: #sat=1 #unsat=437 bias=437/438
57.58/57.64	c Solving starts ...
57.58/57.64	c ============================[ Search Statistics ]============================
57.58/57.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.58/57.64	c       |         |          |          |    Limit     GC | Var      | Constra 
57.58/57.64	c =============================================================================
57.58/57.66	c  0.0s |       0 |        0 |        0 |    31803      0 |     4046 |     6644
57.78/57.80	c  0.1s |       0 |      809 |        1 |    31803      0 |     4046 |     6644
57.78/57.80	c #cpu_time = 0.134s
57.78/57.80	c #wall_clock_time = 0.135s
57.78/57.80	c #decision = 809
57.78/57.80	c #random_decision = 0
57.78/57.80	c #conflict = 1
57.78/57.80	c #restart = 0
57.78/57.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
57.78/57.80	c lower bound updated to 2265149485231
57.78/57.85	c BCD2: 2267368491854 <= obj <= 6901110600565
57.78/57.85	c BCD2: #cores=291, #unrelaxed=282, #relaxed=990, #hardened=0
57.78/57.85	c BCD2: #sat=1 #unsat=438 bias=438/439
57.78/57.86	c Solving starts ...
57.78/57.86	c ============================[ Search Statistics ]============================
57.78/57.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.78/57.86	c       |         |          |          |    Limit     GC | Var      | Constra 
57.78/57.86	c =============================================================================
57.78/57.87	c  0.0s |       0 |        0 |        0 |    31803      0 |     4047 |     6644
57.88/57.99	c  0.1s |       0 |      498 |        0 |    31803      0 |     4047 |     6645
57.88/57.99	c #cpu_time = 0.106s
57.88/57.99	c #wall_clock_time = 0.106s
57.88/57.99	c #decision = 498
57.88/57.99	c #random_decision = 0
57.88/57.99	c #conflict = 0
57.88/57.99	c #restart = 0
57.88/57.99	c BCD2: found a new core of size 1: cost of the new core is >=29986576
57.88/57.99	c lower bound updated to 2265179471807
57.98/58.04	c BCD2: 2267398478430 <= obj <= 6901110600565
57.98/58.04	c BCD2: #cores=292, #unrelaxed=281, #relaxed=991, #hardened=0
57.98/58.04	c BCD2: #sat=1 #unsat=439 bias=439/440
57.98/58.05	c Solving starts ...
57.98/58.05	c ============================[ Search Statistics ]============================
57.98/58.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.98/58.05	c       |         |          |          |    Limit     GC | Var      | Constra 
57.98/58.05	c =============================================================================
57.98/58.06	c  0.0s |       0 |        0 |        0 |    31803      0 |     4047 |     6645
58.08/58.18	c  0.1s |       0 |      499 |        0 |    31803      0 |     4047 |     6645
58.08/58.18	c #cpu_time = 0.109s
58.08/58.18	c #wall_clock_time = 0.109s
58.08/58.18	c #decision = 499
58.08/58.18	c #random_decision = 0
58.08/58.18	c #conflict = 0
58.08/58.18	c #restart = 0
58.08/58.18	c BCD2: found a new core of size 1: cost of the new core is >=405224
58.08/58.18	c lower bound updated to 2265179877031
58.18/58.23	c BCD2: 2267398883654 <= obj <= 6901110600565
58.18/58.23	c BCD2: #cores=293, #unrelaxed=280, #relaxed=992, #hardened=0
58.18/58.23	c BCD2: #sat=1 #unsat=440 bias=440/441
58.18/58.24	c Solving starts ...
58.18/58.24	c ============================[ Search Statistics ]============================
58.18/58.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.18/58.24	c       |         |          |          |    Limit     GC | Var      | Constra 
58.18/58.24	c =============================================================================
58.18/58.25	c  0.0s |       0 |        0 |        0 |    31803      0 |     4047 |     6645
58.29/58.37	c  0.1s |       0 |      501 |        0 |    31803      0 |     4047 |     6645
58.29/58.37	c #cpu_time = 0.107s
58.29/58.37	c #wall_clock_time = 0.107s
58.29/58.37	c #decision = 501
58.29/58.37	c #random_decision = 0
58.29/58.37	c #conflict = 0
58.29/58.37	c #restart = 0
58.29/58.37	c BCD2: found a new core of size 2: cost of the new core is >=74
58.29/58.37	c lower bound updated to 2265179877105
58.39/58.42	c BCD2: 2267398883728 <= obj <= 6901110600565
58.39/58.42	c BCD2: #cores=294, #unrelaxed=278, #relaxed=994, #hardened=0
58.39/58.42	c BCD2: #sat=1 #unsat=441 bias=441/442
58.39/58.42	c Solving starts ...
58.39/58.42	c ============================[ Search Statistics ]============================
58.39/58.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.39/58.42	c       |         |          |          |    Limit     GC | Var      | Constra 
58.39/58.42	c =============================================================================
58.39/58.44	c  0.0s |       0 |        0 |        0 |    31803      0 |     4047 |     6645
58.48/58.58	c  0.1s |       0 |      812 |        1 |    31803      0 |     4047 |     6645
58.48/58.58	c #cpu_time = 0.135s
58.48/58.58	c #wall_clock_time = 0.135s
58.48/58.58	c #decision = 812
58.48/58.58	c #random_decision = 0
58.48/58.58	c #conflict = 1
58.48/58.58	c #restart = 0
58.48/58.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
58.48/58.59	c lower bound updated to 2265179877106
58.58/58.64	c BCD2: 2267398883729 <= obj <= 6901110600565
58.58/58.64	c BCD2: #cores=294, #unrelaxed=277, #relaxed=995, #hardened=0
58.58/58.64	c BCD2: #sat=1 #unsat=442 bias=442/443
58.58/58.64	c Solving starts ...
58.58/58.64	c ============================[ Search Statistics ]============================
58.58/58.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.58/58.64	c       |         |          |          |    Limit     GC | Var      | Constra 
58.58/58.64	c =============================================================================
58.58/58.66	c  0.0s |       0 |        0 |        0 |    31803      0 |     4048 |     6645
58.68/58.77	c  0.1s |       0 |      501 |        0 |    31803      0 |     4048 |     6646
58.68/58.77	c #cpu_time = 0.107s
58.68/58.77	c #wall_clock_time = 0.107s
58.68/58.77	c #decision = 501
58.68/58.77	c #random_decision = 0
58.68/58.77	c #conflict = 0
58.68/58.77	c #restart = 0
58.68/58.77	c BCD2: found a new core of size 1: cost of the new core is >=29986576
58.68/58.77	c lower bound updated to 2265209863682
58.78/58.82	c BCD2: 2267428870305 <= obj <= 6901110600565
58.78/58.82	c BCD2: #cores=295, #unrelaxed=276, #relaxed=996, #hardened=0
58.78/58.82	c BCD2: #sat=1 #unsat=443 bias=443/444
58.78/58.83	c Solving starts ...
58.78/58.83	c ============================[ Search Statistics ]============================
58.78/58.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.78/58.83	c       |         |          |          |    Limit     GC | Var      | Constra 
58.78/58.83	c =============================================================================
58.78/58.84	c  0.0s |       0 |        0 |        0 |    31803      0 |     4048 |     6646
58.88/58.96	c  0.1s |       0 |      502 |        0 |    31803      0 |     4048 |     6646
58.88/58.96	c #cpu_time = 0.108s
58.88/58.96	c #wall_clock_time = 0.109s
58.88/58.96	c #decision = 502
58.88/58.96	c #random_decision = 0
58.88/58.96	c #conflict = 0
58.88/58.96	c #restart = 0
58.88/58.96	c BCD2: found a new core of size 1: cost of the new core is >=405224
58.88/58.96	c lower bound updated to 2265210268906
58.98/59.01	c BCD2: 2267429275529 <= obj <= 6901110600565
58.98/59.01	c BCD2: #cores=296, #unrelaxed=275, #relaxed=997, #hardened=0
58.98/59.01	c BCD2: #sat=1 #unsat=444 bias=444/445
58.98/59.02	c Solving starts ...
58.98/59.02	c ============================[ Search Statistics ]============================
58.98/59.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.98/59.02	c       |         |          |          |    Limit     GC | Var      | Constra 
58.98/59.02	c =============================================================================
58.98/59.03	c  0.0s |       0 |        0 |        0 |    31803      0 |     4048 |     6646
59.08/59.15	c  0.1s |       0 |      504 |        0 |    31803      0 |     4048 |     6646
59.08/59.15	c #cpu_time = 0.109s
59.08/59.15	c #wall_clock_time = 0.110s
59.08/59.15	c #decision = 504
59.08/59.15	c #random_decision = 0
59.08/59.15	c #conflict = 0
59.08/59.15	c #restart = 0
59.08/59.15	c BCD2: found a new core of size 2: cost of the new core is >=74
59.08/59.15	c lower bound updated to 2265210268980
59.18/59.20	c BCD2: 2267429275603 <= obj <= 6901110600565
59.18/59.20	c BCD2: #cores=297, #unrelaxed=273, #relaxed=999, #hardened=0
59.18/59.20	c BCD2: #sat=1 #unsat=445 bias=445/446
59.18/59.21	c Solving starts ...
59.18/59.21	c ============================[ Search Statistics ]============================
59.18/59.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.18/59.21	c       |         |          |          |    Limit     GC | Var      | Constra 
59.18/59.21	c =============================================================================
59.18/59.23	c  0.0s |       0 |        0 |        0 |    31803      0 |     4048 |     6646
59.28/59.38	c  0.1s |       0 |      815 |        1 |    31803      0 |     4048 |     6646
59.28/59.38	c #cpu_time = 0.139s
59.28/59.38	c #wall_clock_time = 0.139s
59.28/59.38	c #decision = 815
59.28/59.38	c #random_decision = 0
59.28/59.38	c #conflict = 1
59.28/59.38	c #restart = 0
59.28/59.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
59.28/59.38	c lower bound updated to 2265210268981
59.39/59.43	c BCD2: 2267429275604 <= obj <= 6901110600565
59.39/59.43	c BCD2: #cores=297, #unrelaxed=272, #relaxed=1000, #hardened=0
59.39/59.43	c BCD2: #sat=1 #unsat=446 bias=446/447
59.39/59.43	c Solving starts ...
59.39/59.43	c ============================[ Search Statistics ]============================
59.39/59.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.39/59.43	c       |         |          |          |    Limit     GC | Var      | Constra 
59.39/59.43	c =============================================================================
59.39/59.45	c  0.0s |       0 |        0 |        0 |    31803      0 |     4049 |     6646
59.49/59.57	c  0.1s |       0 |      504 |        0 |    31803      0 |     4049 |     6647
59.49/59.57	c #cpu_time = 0.108s
59.49/59.57	c #wall_clock_time = 0.108s
59.49/59.57	c #decision = 504
59.49/59.57	c #random_decision = 0
59.49/59.57	c #conflict = 0
59.49/59.57	c #restart = 0
59.49/59.57	c BCD2: found a new core of size 1: cost of the new core is >=29986576
59.49/59.57	c lower bound updated to 2265240255557
59.58/59.62	c BCD2: 2267459262180 <= obj <= 6901110600565
59.58/59.62	c BCD2: #cores=298, #unrelaxed=271, #relaxed=1001, #hardened=0
59.58/59.62	c BCD2: #sat=1 #unsat=447 bias=447/448
59.58/59.62	c Solving starts ...
59.58/59.62	c ============================[ Search Statistics ]============================
59.58/59.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.58/59.62	c       |         |          |          |    Limit     GC | Var      | Constra 
59.58/59.62	c =============================================================================
59.58/59.64	c  0.0s |       0 |        0 |        0 |    31803      0 |     4049 |     6647
59.68/59.76	c  0.1s |       0 |      505 |        0 |    31803      0 |     4049 |     6647
59.68/59.76	c #cpu_time = 0.109s
59.68/59.76	c #wall_clock_time = 0.110s
59.68/59.76	c #decision = 505
59.68/59.76	c #random_decision = 0
59.68/59.76	c #conflict = 0
59.68/59.76	c #restart = 0
59.68/59.76	c BCD2: found a new core of size 1: cost of the new core is >=405224
59.68/59.76	c lower bound updated to 2265240660781
59.78/59.81	c BCD2: 2267459667404 <= obj <= 6901110600565
59.78/59.81	c BCD2: #cores=299, #unrelaxed=270, #relaxed=1002, #hardened=0
59.78/59.81	c BCD2: #sat=1 #unsat=448 bias=448/449
59.78/59.81	c Solving starts ...
59.78/59.81	c ============================[ Search Statistics ]============================
59.78/59.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.78/59.81	c       |         |          |          |    Limit     GC | Var      | Constra 
59.78/59.81	c =============================================================================
59.78/59.83	c  0.0s |       0 |        0 |        0 |    31803      0 |     4049 |     6647
59.88/59.95	c  0.1s |       0 |      507 |        0 |    31803      0 |     4049 |     6647
59.88/59.95	c #cpu_time = 0.109s
59.88/59.95	c #wall_clock_time = 0.109s
59.88/59.95	c #decision = 507
59.88/59.95	c #random_decision = 0
59.88/59.95	c #conflict = 0
59.88/59.95	c #restart = 0
59.88/59.95	c BCD2: found a new core of size 2: cost of the new core is >=74
59.88/59.95	c lower bound updated to 2265240660855
59.98/60.00	c BCD2: 2267459667478 <= obj <= 6901110600565
59.98/60.00	c BCD2: #cores=300, #unrelaxed=268, #relaxed=1004, #hardened=0
59.98/60.00	c BCD2: #sat=1 #unsat=449 bias=449/450
59.98/60.00	c Solving starts ...
59.98/60.00	c ============================[ Search Statistics ]============================
59.98/60.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.98/60.00	c       |         |          |          |    Limit     GC | Var      | Constra 
59.98/60.00	c =============================================================================
59.98/60.02	c  0.0s |       0 |        0 |        0 |    31803      0 |     4049 |     6647
60.08/60.17	c  0.1s |       0 |      818 |        1 |    31803      0 |     4049 |     6647
60.08/60.17	c #cpu_time = 0.138s
60.08/60.17	c #wall_clock_time = 0.139s
60.08/60.17	c #decision = 818
60.08/60.17	c #random_decision = 0
60.08/60.17	c #conflict = 1
60.08/60.17	c #restart = 0
60.08/60.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
60.08/60.17	c lower bound updated to 2265240660856
60.18/60.22	c BCD2: 2267459667479 <= obj <= 6901110600565
60.18/60.22	c BCD2: #cores=300, #unrelaxed=267, #relaxed=1005, #hardened=0
60.18/60.22	c BCD2: #sat=1 #unsat=450 bias=450/451
60.18/60.22	c Solving starts ...
60.18/60.22	c ============================[ Search Statistics ]============================
60.18/60.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.18/60.22	c       |         |          |          |    Limit     GC | Var      | Constra 
60.18/60.22	c =============================================================================
60.18/60.24	c  0.0s |       0 |        0 |        0 |    31803      0 |     4050 |     6647
60.28/60.36	c  0.1s |       0 |      507 |        0 |    31803      0 |     4050 |     6648
60.28/60.36	c #cpu_time = 0.109s
60.28/60.36	c #wall_clock_time = 0.109s
60.28/60.36	c #decision = 507
60.28/60.36	c #random_decision = 0
60.28/60.36	c #conflict = 0
60.28/60.36	c #restart = 0
60.28/60.36	c BCD2: found a new core of size 1: cost of the new core is >=29986576
60.28/60.36	c lower bound updated to 2265270647432
60.38/60.41	c BCD2: 2267489654055 <= obj <= 6901110600565
60.38/60.41	c BCD2: #cores=301, #unrelaxed=266, #relaxed=1006, #hardened=0
60.38/60.41	c BCD2: #sat=1 #unsat=451 bias=451/452
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 |    31803      0 |     4050 |     6648
60.49/60.55	c  0.1s |       0 |      508 |        0 |    31803      0 |     4050 |     6648
60.49/60.55	c #cpu_time = 0.111s
60.49/60.55	c #wall_clock_time = 0.111s
60.49/60.55	c #decision = 508
60.49/60.55	c #random_decision = 0
60.49/60.55	c #conflict = 0
60.49/60.55	c #restart = 0
60.49/60.55	c BCD2: found a new core of size 1: cost of the new core is >=405224
60.49/60.55	c lower bound updated to 2265271052656
60.49/60.60	c BCD2: 2267490059279 <= obj <= 6901110600565
60.49/60.60	c BCD2: #cores=302, #unrelaxed=265, #relaxed=1007, #hardened=0
60.49/60.60	c BCD2: #sat=1 #unsat=452 bias=452/453
60.59/60.61	c Solving starts ...
60.59/60.61	c ============================[ Search Statistics ]============================
60.59/60.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.59/60.61	c       |         |          |          |    Limit     GC | Var      | Constra 
60.59/60.61	c =============================================================================
60.59/60.62	c  0.0s |       0 |        0 |        0 |    31803      0 |     4050 |     6648
60.68/60.74	c  0.1s |       0 |      510 |        0 |    31803      0 |     4050 |     6648
60.68/60.74	c #cpu_time = 0.109s
60.68/60.74	c #wall_clock_time = 0.110s
60.68/60.74	c #decision = 510
60.68/60.74	c #random_decision = 0
60.68/60.74	c #conflict = 0
60.68/60.74	c #restart = 0
60.68/60.74	c BCD2: found a new core of size 2: cost of the new core is >=74
60.68/60.74	c lower bound updated to 2265271052730
60.68/60.79	c BCD2: 2267490059353 <= obj <= 6901110600565
60.68/60.79	c BCD2: #cores=303, #unrelaxed=263, #relaxed=1009, #hardened=0
60.68/60.79	c BCD2: #sat=1 #unsat=453 bias=453/454
60.78/60.80	c Solving starts ...
60.78/60.80	c ============================[ Search Statistics ]============================
60.78/60.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.78/60.80	c       |         |          |          |    Limit     GC | Var      | Constra 
60.78/60.80	c =============================================================================
60.78/60.81	c  0.0s |       0 |        0 |        0 |    31803      0 |     4050 |     6648
60.88/60.96	c  0.2s |       0 |      821 |        1 |    31803      0 |     4050 |     6648
60.88/60.96	c #cpu_time = 0.139s
60.88/60.96	c #wall_clock_time = 0.140s
60.88/60.96	c #decision = 821
60.88/60.96	c #random_decision = 0
60.88/60.96	c #conflict = 1
60.88/60.96	c #restart = 0
60.88/60.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
60.88/60.96	c lower bound updated to 2265271052731
60.98/61.01	c BCD2: 2267490059354 <= obj <= 6901110600565
60.98/61.01	c BCD2: #cores=303, #unrelaxed=262, #relaxed=1010, #hardened=0
60.98/61.01	c BCD2: #sat=1 #unsat=454 bias=454/455
60.98/61.02	c Solving starts ...
60.98/61.02	c ============================[ Search Statistics ]============================
60.98/61.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.98/61.02	c       |         |          |          |    Limit     GC | Var      | Constra 
60.98/61.02	c =============================================================================
60.98/61.03	c  0.0s |       0 |        0 |        0 |    31803      0 |     4051 |     6648
61.08/61.15	c  0.1s |       0 |      510 |        0 |    31803      0 |     4051 |     6649
61.08/61.15	c #cpu_time = 0.110s
61.08/61.15	c #wall_clock_time = 0.110s
61.08/61.15	c #decision = 510
61.08/61.15	c #random_decision = 0
61.08/61.15	c #conflict = 0
61.08/61.16	c #restart = 0
61.08/61.16	c BCD2: found a new core of size 1: cost of the new core is >=29986576
61.08/61.16	c lower bound updated to 2265301039307
61.18/61.21	c BCD2: 2267520045930 <= obj <= 6901110600565
61.18/61.21	c BCD2: #cores=304, #unrelaxed=261, #relaxed=1011, #hardened=0
61.18/61.21	c BCD2: #sat=1 #unsat=455 bias=455/456
61.18/61.21	c Solving starts ...
61.18/61.21	c ============================[ Search Statistics ]============================
61.18/61.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.18/61.21	c       |         |          |          |    Limit     GC | Var      | Constra 
61.18/61.21	c =============================================================================
61.18/61.23	c  0.0s |       0 |        0 |        0 |    31803      0 |     4051 |     6649
61.28/61.35	c  0.1s |       0 |      511 |        0 |    31803      0 |     4051 |     6649
61.28/61.35	c #cpu_time = 0.111s
61.28/61.35	c #wall_clock_time = 0.112s
61.28/61.35	c #decision = 511
61.28/61.35	c #random_decision = 0
61.28/61.35	c #conflict = 0
61.28/61.35	c #restart = 0
61.28/61.35	c BCD2: found a new core of size 1: cost of the new core is >=405224
61.28/61.35	c lower bound updated to 2265301444531
61.38/61.40	c BCD2: 2267520451154 <= obj <= 6901110600565
61.38/61.40	c BCD2: #cores=305, #unrelaxed=260, #relaxed=1012, #hardened=0
61.38/61.40	c BCD2: #sat=1 #unsat=456 bias=456/457
61.38/61.40	c Solving starts ...
61.38/61.40	c ============================[ Search Statistics ]============================
61.38/61.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.38/61.40	c       |         |          |          |    Limit     GC | Var      | Constra 
61.38/61.40	c =============================================================================
61.38/61.42	c  0.0s |       0 |        0 |        0 |    31803      0 |     4051 |     6649
61.48/61.55	c  0.1s |       0 |      513 |        0 |    31803      0 |     4051 |     6649
61.48/61.55	c #cpu_time = 0.112s
61.48/61.55	c #wall_clock_time = 0.113s
61.48/61.55	c #decision = 513
61.48/61.55	c #random_decision = 0
61.48/61.55	c #conflict = 0
61.48/61.55	c #restart = 0
61.48/61.55	c BCD2: found a new core of size 2: cost of the new core is >=74
61.48/61.55	c lower bound updated to 2265301444605
61.48/61.60	c BCD2: 2267520451228 <= obj <= 6901110600565
61.48/61.60	c BCD2: #cores=306, #unrelaxed=258, #relaxed=1014, #hardened=0
61.48/61.60	c BCD2: #sat=1 #unsat=457 bias=457/458
61.48/61.60	c Solving starts ...
61.48/61.60	c ============================[ Search Statistics ]============================
61.48/61.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.48/61.60	c       |         |          |          |    Limit     GC | Var      | Constra 
61.48/61.60	c =============================================================================
61.58/61.62	c  0.0s |       0 |        0 |        0 |    31803      0 |     4051 |     6649
61.68/61.77	c  0.2s |       0 |      824 |        1 |    31803      0 |     4051 |     6649
61.68/61.77	c #cpu_time = 0.142s
61.68/61.77	c #wall_clock_time = 0.142s
61.68/61.77	c #decision = 824
61.68/61.77	c #random_decision = 0
61.68/61.77	c #conflict = 1
61.68/61.77	c #restart = 0
61.68/61.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
61.68/61.77	c lower bound updated to 2265301444606
61.78/61.82	c BCD2: 2267520451229 <= obj <= 6901110600565
61.78/61.82	c BCD2: #cores=306, #unrelaxed=257, #relaxed=1015, #hardened=0
61.78/61.82	c BCD2: #sat=1 #unsat=458 bias=458/459
61.78/61.83	c Solving starts ...
61.78/61.83	c ============================[ Search Statistics ]============================
61.78/61.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.78/61.83	c       |         |          |          |    Limit     GC | Var      | Constra 
61.78/61.83	c =============================================================================
61.78/61.84	c  0.0s |       0 |        0 |        0 |    31803      0 |     4052 |     6649
61.88/61.96	c  0.1s |       0 |      513 |        0 |    31803      0 |     4052 |     6650
61.88/61.96	c #cpu_time = 0.111s
61.88/61.96	c #wall_clock_time = 0.111s
61.88/61.96	c #decision = 513
61.88/61.96	c #random_decision = 0
61.88/61.96	c #conflict = 0
61.88/61.96	c #restart = 0
61.88/61.96	c BCD2: found a new core of size 1: cost of the new core is >=29986576
61.88/61.96	c lower bound updated to 2265331431182
61.98/62.01	c BCD2: 2267550437805 <= obj <= 6901110600565
61.98/62.01	c BCD2: #cores=307, #unrelaxed=256, #relaxed=1016, #hardened=0
61.98/62.01	c BCD2: #sat=1 #unsat=459 bias=459/460
61.98/62.02	c Solving starts ...
61.98/62.02	c ============================[ Search Statistics ]============================
61.98/62.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.98/62.02	c       |         |          |          |    Limit     GC | Var      | Constra 
61.98/62.02	c =============================================================================
61.98/62.04	c  0.0s |       0 |        0 |        0 |    31803      0 |     4052 |     6650
62.08/62.16	c  0.1s |       0 |      514 |        0 |    31803      0 |     4052 |     6650
62.08/62.16	c #cpu_time = 0.112s
62.08/62.16	c #wall_clock_time = 0.113s
62.08/62.16	c #decision = 514
62.08/62.16	c #random_decision = 0
62.08/62.16	c #conflict = 0
62.08/62.16	c #restart = 0
62.08/62.16	c BCD2: found a new core of size 1: cost of the new core is >=405224
62.08/62.16	c lower bound updated to 2265331836406
62.18/62.21	c BCD2: 2267550843029 <= obj <= 6901110600565
62.18/62.21	c BCD2: #cores=308, #unrelaxed=255, #relaxed=1017, #hardened=0
62.18/62.21	c BCD2: #sat=1 #unsat=460 bias=460/461
62.18/62.21	c Solving starts ...
62.18/62.21	c ============================[ Search Statistics ]============================
62.18/62.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.18/62.21	c       |         |          |          |    Limit     GC | Var      | Constra 
62.18/62.21	c =============================================================================
62.18/62.23	c  0.0s |       0 |        0 |        0 |    31803      0 |     4052 |     6650
62.28/62.35	c  0.1s |       0 |      516 |        0 |    31803      0 |     4052 |     6650
62.28/62.35	c #cpu_time = 0.112s
62.28/62.35	c #wall_clock_time = 0.112s
62.28/62.35	c #decision = 516
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 2: cost of the new core is >=74
62.28/62.35	c lower bound updated to 2265331836480
62.38/62.40	c BCD2: 2267550843103 <= obj <= 6901110600565
62.38/62.40	c BCD2: #cores=309, #unrelaxed=253, #relaxed=1019, #hardened=0
62.38/62.40	c BCD2: #sat=1 #unsat=461 bias=461/462
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 |    31803      0 |     4052 |     6650
62.48/62.58	c  0.2s |       0 |      827 |        1 |    31803      0 |     4052 |     6650
62.48/62.58	c #cpu_time = 0.142s
62.48/62.58	c #wall_clock_time = 0.143s
62.48/62.58	c #decision = 827
62.48/62.58	c #random_decision = 0
62.48/62.58	c #conflict = 1
62.48/62.58	c #restart = 0
62.48/62.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
62.48/62.58	c lower bound updated to 2265331836481
62.58/62.63	c BCD2: 2267550843104 <= obj <= 6901110600565
62.58/62.63	c BCD2: #cores=309, #unrelaxed=252, #relaxed=1020, #hardened=0
62.58/62.63	c BCD2: #sat=1 #unsat=462 bias=462/463
62.58/62.63	c Solving starts ...
62.58/62.63	c ============================[ Search Statistics ]============================
62.58/62.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.58/62.63	c       |         |          |          |    Limit     GC | Var      | Constra 
62.58/62.63	c =============================================================================
62.58/62.65	c  0.0s |       0 |        0 |        0 |    31803      0 |     4053 |     6650
62.68/62.78	c  0.1s |       0 |      516 |        0 |    31803      0 |     4053 |     6651
62.68/62.78	c #cpu_time = 0.114s
62.68/62.78	c #wall_clock_time = 0.114s
62.68/62.78	c #decision = 516
62.68/62.78	c #random_decision = 0
62.68/62.78	c #conflict = 0
62.68/62.78	c #restart = 0
62.68/62.78	c BCD2: found a new core of size 1: cost of the new core is >=29986576
62.68/62.78	c lower bound updated to 2265361823057
62.78/62.83	c BCD2: 2267580829680 <= obj <= 6901110600565
62.78/62.83	c BCD2: #cores=310, #unrelaxed=251, #relaxed=1021, #hardened=0
62.78/62.83	c BCD2: #sat=1 #unsat=463 bias=463/464
62.78/62.83	c Solving starts ...
62.78/62.83	c ============================[ Search Statistics ]============================
62.78/62.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.78/62.83	c       |         |          |          |    Limit     GC | Var      | Constra 
62.78/62.83	c =============================================================================
62.78/62.85	c  0.0s |       0 |        0 |        0 |    31803      0 |     4053 |     6651
62.88/62.97	c  0.1s |       0 |      517 |        0 |    31803      0 |     4053 |     6651
62.88/62.97	c #cpu_time = 0.113s
62.88/62.97	c #wall_clock_time = 0.114s
62.88/62.97	c #decision = 517
62.88/62.97	c #random_decision = 0
62.88/62.97	c #conflict = 0
62.88/62.97	c #restart = 0
62.88/62.97	c BCD2: found a new core of size 1: cost of the new core is >=405224
62.88/62.97	c lower bound updated to 2265362228281
62.98/63.02	c BCD2: 2267581234904 <= obj <= 6901110600565
62.98/63.02	c BCD2: #cores=311, #unrelaxed=250, #relaxed=1022, #hardened=0
62.98/63.02	c BCD2: #sat=1 #unsat=464 bias=464/465
62.98/63.03	c Solving starts ...
62.98/63.03	c ============================[ Search Statistics ]============================
62.98/63.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.98/63.03	c       |         |          |          |    Limit     GC | Var      | Constra 
62.98/63.03	c =============================================================================
62.98/63.04	c  0.0s |       0 |        0 |        0 |    31803      0 |     4053 |     6651
63.08/63.17	c  0.1s |       0 |      519 |        0 |    31803      0 |     4053 |     6651
63.08/63.17	c #cpu_time = 0.113s
63.08/63.17	c #wall_clock_time = 0.113s
63.08/63.17	c #decision = 519
63.08/63.17	c #random_decision = 0
63.08/63.17	c #conflict = 0
63.08/63.17	c #restart = 0
63.08/63.17	c BCD2: found a new core of size 2: cost of the new core is >=74
63.08/63.17	c lower bound updated to 2265362228355
63.18/63.22	c BCD2: 2267581234978 <= obj <= 6901110600565
63.18/63.22	c BCD2: #cores=312, #unrelaxed=248, #relaxed=1024, #hardened=0
63.18/63.22	c BCD2: #sat=1 #unsat=465 bias=465/466
63.18/63.22	c Solving starts ...
63.18/63.22	c ============================[ Search Statistics ]============================
63.18/63.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.18/63.22	c       |         |          |          |    Limit     GC | Var      | Constra 
63.18/63.22	c =============================================================================
63.18/63.24	c  0.0s |       0 |        0 |        0 |    31803      0 |     4053 |     6651
63.28/63.39	c  0.2s |       0 |      830 |        1 |    31803      0 |     4053 |     6651
63.28/63.39	c #cpu_time = 0.144s
63.28/63.39	c #wall_clock_time = 0.144s
63.28/63.39	c #decision = 830
63.28/63.39	c #random_decision = 0
63.28/63.39	c #conflict = 1
63.28/63.39	c #restart = 0
63.28/63.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
63.28/63.39	c lower bound updated to 2265362228356
63.38/63.44	c BCD2: 2267581234979 <= obj <= 6901110600565
63.38/63.44	c BCD2: #cores=312, #unrelaxed=247, #relaxed=1025, #hardened=0
63.38/63.44	c BCD2: #sat=1 #unsat=466 bias=466/467
63.38/63.45	c Solving starts ...
63.38/63.45	c ============================[ Search Statistics ]============================
63.38/63.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.38/63.45	c       |         |          |          |    Limit     GC | Var      | Constra 
63.38/63.45	c =============================================================================
63.38/63.47	c  0.0s |       0 |        0 |        0 |    31803      0 |     4054 |     6651
63.48/63.59	c  0.1s |       0 |      519 |        0 |    31803      0 |     4054 |     6652
63.48/63.59	c #cpu_time = 0.113s
63.48/63.59	c #wall_clock_time = 0.113s
63.48/63.59	c #decision = 519
63.48/63.59	c #random_decision = 0
63.48/63.59	c #conflict = 0
63.48/63.59	c #restart = 0
63.48/63.59	c BCD2: found a new core of size 1: cost of the new core is >=29986576
63.48/63.59	c lower bound updated to 2265392214932
63.58/63.64	c BCD2: 2267611221555 <= obj <= 6901110600565
63.58/63.64	c BCD2: #cores=313, #unrelaxed=246, #relaxed=1026, #hardened=0
63.58/63.64	c BCD2: #sat=1 #unsat=467 bias=467/468
63.58/63.64	c Solving starts ...
63.58/63.64	c ============================[ Search Statistics ]============================
63.58/63.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.58/63.64	c       |         |          |          |    Limit     GC | Var      | Constra 
63.58/63.64	c =============================================================================
63.58/63.66	c  0.0s |       0 |        0 |        0 |    31803      0 |     4054 |     6652
63.68/63.79	c  0.1s |       0 |      520 |        0 |    31803      0 |     4054 |     6652
63.68/63.79	c #cpu_time = 0.114s
63.68/63.79	c #wall_clock_time = 0.115s
63.68/63.79	c #decision = 520
63.68/63.79	c #random_decision = 0
63.68/63.79	c #conflict = 0
63.68/63.79	c #restart = 0
63.68/63.79	c BCD2: found a new core of size 1: cost of the new core is >=405224
63.68/63.79	c lower bound updated to 2265392620156
63.78/63.84	c BCD2: 2267611626779 <= obj <= 6901110600565
63.78/63.84	c BCD2: #cores=314, #unrelaxed=245, #relaxed=1027, #hardened=0
63.78/63.84	c BCD2: #sat=1 #unsat=468 bias=468/469
63.78/63.84	c Solving starts ...
63.78/63.84	c ============================[ Search Statistics ]============================
63.78/63.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.78/63.84	c       |         |          |          |    Limit     GC | Var      | Constra 
63.78/63.84	c =============================================================================
63.78/63.86	c  0.0s |       0 |        0 |        0 |    31803      0 |     4054 |     6652
63.88/63.98	c  0.1s |       0 |      522 |        0 |    31803      0 |     4054 |     6652
63.88/63.98	c #cpu_time = 0.114s
63.88/63.98	c #wall_clock_time = 0.115s
63.88/63.98	c #decision = 522
63.88/63.98	c #random_decision = 0
63.88/63.98	c #conflict = 0
63.88/63.98	c #restart = 0
63.88/63.98	c BCD2: found a new core of size 2: cost of the new core is >=74
63.88/63.98	c lower bound updated to 2265392620230
63.98/64.03	c BCD2: 2267611626853 <= obj <= 6901110600565
63.98/64.03	c BCD2: #cores=315, #unrelaxed=243, #relaxed=1029, #hardened=0
63.98/64.03	c BCD2: #sat=1 #unsat=469 bias=469/470
63.98/64.04	c Solving starts ...
63.98/64.04	c ============================[ Search Statistics ]============================
63.98/64.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.98/64.04	c       |         |          |          |    Limit     GC | Var      | Constra 
63.98/64.04	c =============================================================================
63.98/64.06	c  0.0s |       0 |        0 |        0 |    31803      0 |     4054 |     6652
64.18/64.21	c  0.2s |       0 |      833 |        1 |    31803      0 |     4054 |     6652
64.18/64.21	c #cpu_time = 0.145s
64.18/64.21	c #wall_clock_time = 0.145s
64.18/64.21	c #decision = 833
64.18/64.21	c #random_decision = 0
64.18/64.21	c #conflict = 1
64.18/64.21	c #restart = 0
64.18/64.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
64.18/64.21	c lower bound updated to 2265392620231
64.18/64.26	c BCD2: 2267611626854 <= obj <= 6901110600565
64.18/64.26	c BCD2: #cores=315, #unrelaxed=242, #relaxed=1030, #hardened=0
64.18/64.26	c BCD2: #sat=1 #unsat=470 bias=470/471
64.18/64.27	c Solving starts ...
64.18/64.27	c ============================[ Search Statistics ]============================
64.18/64.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.18/64.27	c       |         |          |          |    Limit     GC | Var      | Constra 
64.18/64.27	c =============================================================================
64.18/64.28	c  0.0s |       0 |        0 |        0 |    31803      0 |     4055 |     6652
64.38/64.41	c  0.1s |       0 |      522 |        0 |    31803      0 |     4055 |     6653
64.38/64.41	c #cpu_time = 0.114s
64.38/64.41	c #wall_clock_time = 0.114s
64.38/64.41	c #decision = 522
64.38/64.41	c #random_decision = 0
64.38/64.41	c #conflict = 0
64.38/64.41	c #restart = 0
64.38/64.41	c BCD2: found a new core of size 1: cost of the new core is >=29986576
64.38/64.41	c lower bound updated to 2265422606807
64.38/64.46	c BCD2: 2267641613430 <= obj <= 6901110600565
64.38/64.46	c BCD2: #cores=316, #unrelaxed=241, #relaxed=1031, #hardened=0
64.38/64.46	c BCD2: #sat=1 #unsat=471 bias=471/472
64.38/64.46	c Solving starts ...
64.38/64.46	c ============================[ Search Statistics ]============================
64.38/64.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.38/64.46	c       |         |          |          |    Limit     GC | Var      | Constra 
64.38/64.46	c =============================================================================
64.38/64.48	c  0.0s |       0 |        0 |        0 |    31803      0 |     4055 |     6653
64.58/64.61	c  0.1s |       0 |      523 |        0 |    31803      0 |     4055 |     6653
64.58/64.61	c #cpu_time = 0.115s
64.58/64.61	c #wall_clock_time = 0.116s
64.58/64.61	c #decision = 523
64.58/64.61	c #random_decision = 0
64.58/64.61	c #conflict = 0
64.58/64.61	c #restart = 0
64.58/64.61	c BCD2: found a new core of size 1: cost of the new core is >=405224
64.58/64.61	c lower bound updated to 2265423012031
64.58/64.66	c BCD2: 2267642018654 <= obj <= 6901110600565
64.58/64.66	c BCD2: #cores=317, #unrelaxed=240, #relaxed=1032, #hardened=0
64.58/64.66	c BCD2: #sat=1 #unsat=472 bias=472/473
64.58/64.66	c Solving starts ...
64.58/64.66	c ============================[ Search Statistics ]============================
64.58/64.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.58/64.66	c       |         |          |          |    Limit     GC | Var      | Constra 
64.58/64.66	c =============================================================================
64.58/64.68	c  0.0s |       0 |        0 |        0 |    31803      0 |     4055 |     6653
64.78/64.81	c  0.1s |       0 |      525 |        0 |    31803      0 |     4055 |     6653
64.78/64.81	c #cpu_time = 0.114s
64.78/64.81	c #wall_clock_time = 0.115s
64.78/64.81	c #decision = 525
64.78/64.81	c #random_decision = 0
64.78/64.81	c #conflict = 0
64.78/64.81	c #restart = 0
64.78/64.81	c BCD2: found a new core of size 2: cost of the new core is >=74
64.78/64.81	c lower bound updated to 2265423012105
64.78/64.86	c BCD2: 2267642018728 <= obj <= 6901110600565
64.78/64.86	c BCD2: #cores=318, #unrelaxed=238, #relaxed=1034, #hardened=0
64.78/64.86	c BCD2: #sat=1 #unsat=473 bias=473/474
64.78/64.86	c Solving starts ...
64.78/64.86	c ============================[ Search Statistics ]============================
64.78/64.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.78/64.86	c       |         |          |          |    Limit     GC | Var      | Constra 
64.78/64.86	c =============================================================================
64.78/64.88	c  0.0s |       0 |        0 |        0 |    31803      0 |     4055 |     6653
64.98/65.04	c  0.2s |       0 |      836 |        1 |    31803      0 |     4055 |     6653
64.98/65.04	c #cpu_time = 0.148s
64.98/65.04	c #wall_clock_time = 0.148s
64.98/65.04	c #decision = 836
64.98/65.04	c #random_decision = 0
64.98/65.04	c #conflict = 1
64.98/65.04	c #restart = 0
64.98/65.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
64.98/65.04	c lower bound updated to 2265423012106
64.98/65.09	c BCD2: 2267642018729 <= obj <= 6901110600565
64.98/65.09	c BCD2: #cores=318, #unrelaxed=237, #relaxed=1035, #hardened=0
64.98/65.09	c BCD2: #sat=1 #unsat=474 bias=474/475
64.98/65.09	c Solving starts ...
64.98/65.09	c ============================[ Search Statistics ]============================
64.98/65.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.98/65.09	c       |         |          |          |    Limit     GC | Var      | Constra 
64.98/65.09	c =============================================================================
65.08/65.11	c  0.0s |       0 |        0 |        0 |    31803      0 |     4056 |     6653
65.18/65.24	c  0.1s |       0 |      525 |        0 |    31803      0 |     4056 |     6654
65.18/65.24	c #cpu_time = 0.115s
65.18/65.24	c #wall_clock_time = 0.115s
65.18/65.24	c #decision = 525
65.18/65.24	c #random_decision = 0
65.18/65.24	c #conflict = 0
65.18/65.24	c #restart = 0
65.18/65.24	c BCD2: found a new core of size 1: cost of the new core is >=29986576
65.18/65.24	c lower bound updated to 2265452998682
65.18/65.29	c BCD2: 2267672005305 <= obj <= 6901110600565
65.18/65.29	c BCD2: #cores=319, #unrelaxed=236, #relaxed=1036, #hardened=0
65.18/65.29	c BCD2: #sat=1 #unsat=475 bias=475/476
65.18/65.29	c Solving starts ...
65.18/65.29	c ============================[ Search Statistics ]============================
65.18/65.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.18/65.29	c       |         |          |          |    Limit     GC | Var      | Constra 
65.18/65.29	c =============================================================================
65.28/65.31	c  0.0s |       0 |        0 |        0 |    31803      0 |     4056 |     6654
65.38/65.44	c  0.1s |       0 |      526 |        0 |    31803      0 |     4056 |     6654
65.38/65.44	c #cpu_time = 0.116s
65.38/65.44	c #wall_clock_time = 0.117s
65.38/65.44	c #decision = 526
65.38/65.44	c #random_decision = 0
65.38/65.44	c #conflict = 0
65.38/65.44	c #restart = 0
65.38/65.44	c BCD2: found a new core of size 1: cost of the new core is >=405224
65.38/65.44	c lower bound updated to 2265453403906
65.38/65.49	c BCD2: 2267672410529 <= obj <= 6901110600565
65.38/65.49	c BCD2: #cores=320, #unrelaxed=235, #relaxed=1037, #hardened=0
65.38/65.49	c BCD2: #sat=1 #unsat=476 bias=476/477
65.38/65.49	c Solving starts ...
65.38/65.49	c ============================[ Search Statistics ]============================
65.38/65.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.38/65.49	c       |         |          |          |    Limit     GC | Var      | Constra 
65.38/65.49	c =============================================================================
65.48/65.51	c  0.0s |       0 |        0 |        0 |    31803      0 |     4056 |     6654
65.58/65.64	c  0.1s |       0 |      528 |        0 |    31803      0 |     4056 |     6654
65.58/65.64	c #cpu_time = 0.116s
65.58/65.64	c #wall_clock_time = 0.116s
65.58/65.64	c #decision = 528
65.58/65.64	c #random_decision = 0
65.58/65.64	c #conflict = 0
65.58/65.64	c #restart = 0
65.58/65.64	c BCD2: found a new core of size 2: cost of the new core is >=74
65.58/65.64	c lower bound updated to 2265453403980
65.58/65.69	c BCD2: 2267672410603 <= obj <= 6901110600565
65.58/65.69	c BCD2: #cores=321, #unrelaxed=233, #relaxed=1039, #hardened=0
65.58/65.69	c BCD2: #sat=1 #unsat=477 bias=477/478
65.58/65.69	c Solving starts ...
65.58/65.69	c ============================[ Search Statistics ]============================
65.58/65.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.58/65.69	c       |         |          |          |    Limit     GC | Var      | Constra 
65.58/65.69	c =============================================================================
65.68/65.71	c  0.0s |       0 |        0 |        0 |    31803      0 |     4056 |     6654
65.78/65.87	c  0.2s |       0 |      839 |        1 |    31803      0 |     4056 |     6654
65.78/65.87	c #cpu_time = 0.148s
65.78/65.87	c #wall_clock_time = 0.149s
65.78/65.87	c #decision = 839
65.78/65.87	c #random_decision = 0
65.78/65.87	c #conflict = 1
65.78/65.87	c #restart = 0
65.78/65.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
65.78/65.87	c lower bound updated to 2265453403981
65.88/65.92	c BCD2: 2267672410604 <= obj <= 6901110600565
65.88/65.92	c BCD2: #cores=321, #unrelaxed=232, #relaxed=1040, #hardened=0
65.88/65.92	c BCD2: #sat=1 #unsat=478 bias=478/479
65.88/65.93	c Solving starts ...
65.88/65.93	c ============================[ Search Statistics ]============================
65.88/65.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.88/65.93	c       |         |          |          |    Limit     GC | Var      | Constra 
65.88/65.93	c =============================================================================
65.88/65.94	c  0.0s |       0 |        0 |        0 |    31803      0 |     4057 |     6654
65.98/66.07	c  0.1s |       0 |      528 |        0 |    31803      0 |     4057 |     6655
65.98/66.07	c #cpu_time = 0.116s
65.98/66.07	c #wall_clock_time = 0.116s
65.98/66.07	c #decision = 528
65.98/66.07	c #random_decision = 0
65.98/66.07	c #conflict = 0
65.98/66.07	c #restart = 0
65.98/66.07	c BCD2: found a new core of size 1: cost of the new core is >=29986576
65.98/66.07	c lower bound updated to 2265483390557
66.08/66.12	c BCD2: 2267702397180 <= obj <= 6901110600565
66.08/66.12	c BCD2: #cores=322, #unrelaxed=231, #relaxed=1041, #hardened=0
66.08/66.12	c BCD2: #sat=1 #unsat=479 bias=479/480
66.08/66.13	c Solving starts ...
66.08/66.13	c ============================[ Search Statistics ]============================
66.08/66.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.08/66.13	c       |         |          |          |    Limit     GC | Var      | Constra 
66.08/66.13	c =============================================================================
66.08/66.15	c  0.0s |       0 |        0 |        0 |    31803      0 |     4057 |     6655
66.18/66.28	c  0.1s |       0 |      529 |        0 |    31803      0 |     4057 |     6655
66.18/66.28	c #cpu_time = 0.118s
66.18/66.28	c #wall_clock_time = 0.119s
66.18/66.28	c #decision = 529
66.18/66.28	c #random_decision = 0
66.18/66.28	c #conflict = 0
66.18/66.28	c #restart = 0
66.18/66.28	c BCD2: found a new core of size 1: cost of the new core is >=405224
66.18/66.28	c lower bound updated to 2265483795781
66.28/66.33	c BCD2: 2267702802404 <= obj <= 6901110600565
66.28/66.33	c BCD2: #cores=323, #unrelaxed=230, #relaxed=1042, #hardened=0
66.28/66.33	c BCD2: #sat=1 #unsat=480 bias=480/481
66.28/66.33	c Solving starts ...
66.28/66.33	c ============================[ Search Statistics ]============================
66.28/66.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.28/66.33	c       |         |          |          |    Limit     GC | Var      | Constra 
66.28/66.33	c =============================================================================
66.28/66.35	c  0.0s |       0 |        0 |        0 |    31803      0 |     4057 |     6655
66.38/66.48	c  0.1s |       0 |      531 |        0 |    31803      0 |     4057 |     6655
66.38/66.48	c #cpu_time = 0.116s
66.38/66.48	c #wall_clock_time = 0.117s
66.38/66.48	c #decision = 531
66.38/66.48	c #random_decision = 0
66.38/66.48	c #conflict = 0
66.38/66.48	c #restart = 0
66.38/66.48	c BCD2: found a new core of size 2: cost of the new core is >=74
66.38/66.48	c lower bound updated to 2265483795855
66.48/66.53	c BCD2: 2267702802478 <= obj <= 6901110600565
66.48/66.53	c BCD2: #cores=324, #unrelaxed=228, #relaxed=1044, #hardened=0
66.48/66.53	c BCD2: #sat=1 #unsat=481 bias=481/482
66.48/66.53	c Solving starts ...
66.48/66.53	c ============================[ Search Statistics ]============================
66.48/66.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.48/66.53	c       |         |          |          |    Limit     GC | Var      | Constra 
66.48/66.53	c =============================================================================
66.48/66.55	c  0.0s |       0 |        0 |        0 |    31803      0 |     4057 |     6655
66.68/66.71	c  0.2s |       0 |      842 |        1 |    31803      0 |     4057 |     6655
66.68/66.71	c #cpu_time = 0.149s
66.68/66.71	c #wall_clock_time = 0.149s
66.68/66.71	c #decision = 842
66.68/66.71	c #random_decision = 0
66.68/66.71	c #conflict = 1
66.68/66.71	c #restart = 0
66.68/66.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
66.68/66.71	c lower bound updated to 2265483795856
66.68/66.76	c BCD2: 2267702802479 <= obj <= 6901110600565
66.68/66.76	c BCD2: #cores=324, #unrelaxed=227, #relaxed=1045, #hardened=0
66.68/66.76	c BCD2: #sat=1 #unsat=482 bias=482/483
66.68/66.76	c Solving starts ...
66.68/66.76	c ============================[ Search Statistics ]============================
66.68/66.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.68/66.76	c       |         |          |          |    Limit     GC | Var      | Constra 
66.68/66.76	c =============================================================================
66.68/66.78	c  0.0s |       0 |        0 |        0 |    31803      0 |     4058 |     6655
66.88/66.91	c  0.1s |       0 |      531 |        0 |    31803      0 |     4058 |     6656
66.88/66.91	c #cpu_time = 0.117s
66.88/66.91	c #wall_clock_time = 0.117s
66.88/66.91	c #decision = 531
66.88/66.91	c #random_decision = 0
66.88/66.91	c #conflict = 0
66.88/66.91	c #restart = 0
66.88/66.91	c BCD2: found a new core of size 1: cost of the new core is >=29986576
66.88/66.91	c lower bound updated to 2265513782432
66.88/66.96	c BCD2: 2267732789055 <= obj <= 6901110600565
66.88/66.96	c BCD2: #cores=325, #unrelaxed=226, #relaxed=1046, #hardened=0
66.88/66.96	c BCD2: #sat=1 #unsat=483 bias=483/484
66.88/66.97	c Solving starts ...
66.88/66.97	c ============================[ Search Statistics ]============================
66.88/66.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.88/66.97	c       |         |          |          |    Limit     GC | Var      | Constra 
66.88/66.97	c =============================================================================
66.88/66.98	c  0.0s |       0 |        0 |        0 |    31803      0 |     4058 |     6656
67.08/67.11	c  0.1s |       0 |      532 |        0 |    31803      0 |     4058 |     6656
67.08/67.11	c #cpu_time = 0.118s
67.08/67.11	c #wall_clock_time = 0.119s
67.08/67.11	c #decision = 532
67.08/67.11	c #random_decision = 0
67.08/67.11	c #conflict = 0
67.08/67.11	c #restart = 0
67.08/67.11	c BCD2: found a new core of size 1: cost of the new core is >=405224
67.08/67.11	c lower bound updated to 2265514187656
67.08/67.16	c BCD2: 2267733194279 <= obj <= 6901110600565
67.08/67.16	c BCD2: #cores=326, #unrelaxed=225, #relaxed=1047, #hardened=0
67.08/67.16	c BCD2: #sat=1 #unsat=484 bias=484/485
67.08/67.17	c Solving starts ...
67.08/67.17	c ============================[ Search Statistics ]============================
67.08/67.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.08/67.17	c       |         |          |          |    Limit     GC | Var      | Constra 
67.08/67.17	c =============================================================================
67.08/67.19	c  0.0s |       0 |        0 |        0 |    31803      0 |     4058 |     6656
67.28/67.32	c  0.1s |       0 |      534 |        0 |    31803      0 |     4058 |     6656
67.28/67.32	c #cpu_time = 0.119s
67.28/67.32	c #wall_clock_time = 0.119s
67.28/67.32	c #decision = 534
67.28/67.32	c #random_decision = 0
67.28/67.32	c #conflict = 0
67.28/67.32	c #restart = 0
67.28/67.32	c BCD2: found a new core of size 2: cost of the new core is >=74
67.28/67.32	c lower bound updated to 2265514187730
67.28/67.37	c BCD2: 2267733194353 <= obj <= 6901110600565
67.28/67.37	c BCD2: #cores=327, #unrelaxed=223, #relaxed=1049, #hardened=0
67.28/67.37	c BCD2: #sat=1 #unsat=485 bias=485/486
67.28/67.37	c Solving starts ...
67.28/67.37	c ============================[ Search Statistics ]============================
67.28/67.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.28/67.37	c       |         |          |          |    Limit     GC | Var      | Constra 
67.28/67.37	c =============================================================================
67.28/67.39	c  0.0s |       0 |        0 |        0 |    31803      0 |     4058 |     6656
67.48/67.55	c  0.2s |       0 |      845 |        1 |    31803      0 |     4058 |     6656
67.48/67.55	c #cpu_time = 0.151s
67.48/67.55	c #wall_clock_time = 0.151s
67.48/67.55	c #decision = 845
67.48/67.55	c #random_decision = 0
67.48/67.55	c #conflict = 1
67.48/67.55	c #restart = 0
67.48/67.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
67.48/67.55	c lower bound updated to 2265514187731
67.58/67.60	c BCD2: 2267733194354 <= obj <= 6901110600565
67.58/67.60	c BCD2: #cores=327, #unrelaxed=222, #relaxed=1050, #hardened=0
67.58/67.60	c BCD2: #sat=1 #unsat=486 bias=486/487
67.58/67.61	c Solving starts ...
67.58/67.61	c ============================[ Search Statistics ]============================
67.58/67.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.58/67.61	c       |         |          |          |    Limit     GC | Var      | Constra 
67.58/67.61	c =============================================================================
67.58/67.63	c  0.0s |       0 |        0 |        0 |    31803      0 |     4059 |     6656
67.68/67.76	c  0.1s |       0 |      534 |        0 |    31803      0 |     4059 |     6657
67.68/67.76	c #cpu_time = 0.118s
67.68/67.76	c #wall_clock_time = 0.118s
67.68/67.76	c #decision = 534
67.68/67.76	c #random_decision = 0
67.68/67.76	c #conflict = 0
67.68/67.76	c #restart = 0
67.68/67.76	c BCD2: found a new core of size 1: cost of the new core is >=29986576
67.68/67.76	c lower bound updated to 2265544174307
67.78/67.81	c BCD2: 2267763180930 <= obj <= 6901110600565
67.78/67.81	c BCD2: #cores=328, #unrelaxed=221, #relaxed=1051, #hardened=0
67.78/67.81	c BCD2: #sat=1 #unsat=487 bias=487/488
67.78/67.81	c Solving starts ...
67.78/67.81	c ============================[ Search Statistics ]============================
67.78/67.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.78/67.81	c       |         |          |          |    Limit     GC | Var      | Constra 
67.78/67.81	c =============================================================================
67.78/67.83	c  0.0s |       0 |        0 |        0 |    31803      0 |     4059 |     6657
67.88/67.96	c  0.1s |       0 |      535 |        0 |    31803      0 |     4059 |     6657
67.88/67.96	c #cpu_time = 0.119s
67.88/67.96	c #wall_clock_time = 0.120s
67.88/67.96	c #decision = 535
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 1: cost of the new core is >=405224
67.88/67.96	c lower bound updated to 2265544579531
67.98/68.01	c BCD2: 2267763586154 <= obj <= 6901110600565
67.98/68.01	c BCD2: #cores=329, #unrelaxed=220, #relaxed=1052, #hardened=0
67.98/68.01	c BCD2: #sat=1 #unsat=488 bias=488/489
67.98/68.02	c Solving starts ...
67.98/68.02	c ============================[ Search Statistics ]============================
67.98/68.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.98/68.02	c       |         |          |          |    Limit     GC | Var      | Constra 
67.98/68.02	c =============================================================================
67.98/68.03	c  0.0s |       0 |        0 |        0 |    31803      0 |     4059 |     6657
68.08/68.16	c  0.1s |       0 |      537 |        0 |    31803      0 |     4059 |     6657
68.08/68.16	c #cpu_time = 0.119s
68.08/68.16	c #wall_clock_time = 0.119s
68.08/68.16	c #decision = 537
68.08/68.16	c #random_decision = 0
68.08/68.16	c #conflict = 0
68.08/68.16	c #restart = 0
68.08/68.16	c BCD2: found a new core of size 2: cost of the new core is >=74
68.08/68.16	c lower bound updated to 2265544579605
68.18/68.22	c BCD2: 2267763586228 <= obj <= 6901110600565
68.18/68.22	c BCD2: #cores=330, #unrelaxed=218, #relaxed=1054, #hardened=0
68.18/68.22	c BCD2: #sat=1 #unsat=489 bias=489/490
68.18/68.22	c Solving starts ...
68.18/68.22	c ============================[ Search Statistics ]============================
68.18/68.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.18/68.22	c       |         |          |          |    Limit     GC | Var      | Constra 
68.18/68.22	c =============================================================================
68.18/68.24	c  0.0s |       0 |        0 |        0 |    31803      0 |     4059 |     6657
68.38/68.40	c  0.2s |       0 |      848 |        1 |    31803      0 |     4059 |     6657
68.38/68.40	c #cpu_time = 0.152s
68.38/68.40	c #wall_clock_time = 0.152s
68.38/68.40	c #decision = 848
68.38/68.40	c #random_decision = 0
68.38/68.40	c #conflict = 1
68.38/68.40	c #restart = 0
68.38/68.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
68.38/68.40	c lower bound updated to 2265544579606
68.38/68.45	c BCD2: 2267763586229 <= obj <= 6901110600565
68.38/68.45	c BCD2: #cores=330, #unrelaxed=217, #relaxed=1055, #hardened=0
68.38/68.45	c BCD2: #sat=1 #unsat=490 bias=490/491
68.38/68.46	c Solving starts ...
68.38/68.46	c ============================[ Search Statistics ]============================
68.38/68.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.38/68.46	c       |         |          |          |    Limit     GC | Var      | Constra 
68.38/68.46	c =============================================================================
68.38/68.48	c  0.0s |       0 |        0 |        0 |    31803      0 |     4060 |     6657
68.58/68.61	c  0.1s |       0 |      537 |        0 |    31803      0 |     4060 |     6658
68.58/68.61	c #cpu_time = 0.120s
68.58/68.61	c #wall_clock_time = 0.120s
68.58/68.61	c #decision = 537
68.58/68.61	c #random_decision = 0
68.58/68.61	c #conflict = 0
68.58/68.61	c #restart = 0
68.58/68.61	c BCD2: found a new core of size 1: cost of the new core is >=29986576
68.58/68.61	c lower bound updated to 2265574566182
68.58/68.66	c BCD2: 2267793572805 <= obj <= 6901110600565
68.58/68.66	c BCD2: #cores=331, #unrelaxed=216, #relaxed=1056, #hardened=0
68.58/68.66	c BCD2: #sat=1 #unsat=491 bias=491/492
68.58/68.66	c Solving starts ...
68.58/68.66	c ============================[ Search Statistics ]============================
68.58/68.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.58/68.66	c       |         |          |          |    Limit     GC | Var      | Constra 
68.58/68.66	c =============================================================================
68.58/68.68	c  0.0s |       0 |        0 |        0 |    31803      0 |     4060 |     6658
68.78/68.81	c  0.1s |       0 |      538 |        0 |    31803      0 |     4060 |     6658
68.78/68.81	c #cpu_time = 0.120s
68.78/68.81	c #wall_clock_time = 0.121s
68.78/68.81	c #decision = 538
68.78/68.81	c #random_decision = 0
68.78/68.81	c #conflict = 0
68.78/68.81	c #restart = 0
68.78/68.81	c BCD2: found a new core of size 1: cost of the new core is >=405224
68.78/68.81	c lower bound updated to 2265574971406
68.78/68.86	c BCD2: 2267793978029 <= obj <= 6901110600565
68.78/68.86	c BCD2: #cores=332, #unrelaxed=215, #relaxed=1057, #hardened=0
68.78/68.86	c BCD2: #sat=1 #unsat=492 bias=492/493
68.78/68.87	c Solving starts ...
68.78/68.87	c ============================[ Search Statistics ]============================
68.78/68.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.78/68.87	c       |         |          |          |    Limit     GC | Var      | Constra 
68.78/68.87	c =============================================================================
68.78/68.89	c  0.0s |       0 |        0 |        0 |    31803      0 |     4060 |     6658
68.98/69.02	c  0.1s |       0 |      540 |        0 |    31803      0 |     4060 |     6658
68.98/69.02	c #cpu_time = 0.119s
68.98/69.02	c #wall_clock_time = 0.120s
68.98/69.02	c #decision = 540
68.98/69.02	c #random_decision = 0
68.98/69.02	c #conflict = 0
68.98/69.02	c #restart = 0
68.98/69.02	c BCD2: found a new core of size 2: cost of the new core is >=74
68.98/69.02	c lower bound updated to 2265574971480
68.98/69.07	c BCD2: 2267793978103 <= obj <= 6901110600565
68.98/69.07	c BCD2: #cores=333, #unrelaxed=213, #relaxed=1059, #hardened=0
68.98/69.07	c BCD2: #sat=1 #unsat=493 bias=493/494
68.98/69.07	c Solving starts ...
68.98/69.07	c ============================[ Search Statistics ]============================
68.98/69.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.98/69.07	c       |         |          |          |    Limit     GC | Var      | Constra 
68.98/69.07	c =============================================================================
68.98/69.09	c  0.0s |       0 |        0 |        0 |    31803      0 |     4060 |     6658
69.18/69.26	c  0.2s |       0 |      851 |        1 |    31803      0 |     4060 |     6658
69.18/69.26	c #cpu_time = 0.153s
69.18/69.26	c #wall_clock_time = 0.153s
69.18/69.26	c #decision = 851
69.18/69.26	c #random_decision = 0
69.18/69.26	c #conflict = 1
69.18/69.26	c #restart = 0
69.18/69.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
69.18/69.26	c lower bound updated to 2265574971481
69.28/69.31	c BCD2: 2267793978104 <= obj <= 6901110600565
69.28/69.31	c BCD2: #cores=333, #unrelaxed=212, #relaxed=1060, #hardened=0
69.28/69.31	c BCD2: #sat=1 #unsat=494 bias=494/495
69.28/69.31	c Solving starts ...
69.28/69.31	c ============================[ Search Statistics ]============================
69.28/69.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.28/69.31	c       |         |          |          |    Limit     GC | Var      | Constra 
69.28/69.31	c =============================================================================
69.28/69.33	c  0.0s |       0 |        0 |        0 |    31803      0 |     4061 |     6658
69.38/69.46	c  0.1s |       0 |      540 |        0 |    31803      0 |     4061 |     6659
69.38/69.46	c #cpu_time = 0.120s
69.38/69.46	c #wall_clock_time = 0.120s
69.38/69.46	c #decision = 540
69.38/69.46	c #random_decision = 0
69.38/69.46	c #conflict = 0
69.38/69.46	c #restart = 0
69.38/69.46	c BCD2: found a new core of size 1: cost of the new core is >=29986576
69.38/69.46	c lower bound updated to 2265604958057
69.47/69.51	c BCD2: 2267823964680 <= obj <= 6901110600565
69.47/69.51	c BCD2: #cores=334, #unrelaxed=211, #relaxed=1061, #hardened=0
69.47/69.51	c BCD2: #sat=1 #unsat=495 bias=495/496
69.47/69.52	c Solving starts ...
69.47/69.52	c ============================[ Search Statistics ]============================
69.47/69.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.47/69.52	c       |         |          |          |    Limit     GC | Var      | Constra 
69.47/69.52	c =============================================================================
69.47/69.53	c  0.0s |       0 |        0 |        0 |    31803      0 |     4061 |     6659
69.57/69.67	c  0.1s |       0 |      541 |        0 |    31803      0 |     4061 |     6659
69.57/69.67	c #cpu_time = 0.123s
69.57/69.67	c #wall_clock_time = 0.123s
69.57/69.67	c #decision = 541
69.57/69.67	c #random_decision = 0
69.57/69.67	c #conflict = 0
69.57/69.67	c #restart = 0
69.57/69.67	c BCD2: found a new core of size 1: cost of the new core is >=405224
69.57/69.67	c lower bound updated to 2265605363281
69.67/69.72	c BCD2: 2267824369904 <= obj <= 6901110600565
69.67/69.72	c BCD2: #cores=335, #unrelaxed=210, #relaxed=1062, #hardened=0
69.67/69.72	c BCD2: #sat=1 #unsat=496 bias=496/497
69.67/69.72	c Solving starts ...
69.67/69.72	c ============================[ Search Statistics ]============================
69.67/69.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.67/69.72	c       |         |          |          |    Limit     GC | Var      | Constra 
69.67/69.72	c =============================================================================
69.67/69.74	c  0.0s |       0 |        0 |        0 |    31803      0 |     4061 |     6659
69.77/69.88	c  0.1s |       0 |      543 |        0 |    31803      0 |     4061 |     6659
69.77/69.88	c #cpu_time = 0.121s
69.77/69.88	c #wall_clock_time = 0.121s
69.77/69.88	c #decision = 543
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 2: cost of the new core is >=74
69.77/69.88	c lower bound updated to 2265605363355
69.87/69.93	c BCD2: 2267824369978 <= obj <= 6901110600565
69.87/69.93	c BCD2: #cores=336, #unrelaxed=208, #relaxed=1064, #hardened=0
69.87/69.93	c BCD2: #sat=1 #unsat=497 bias=497/498
69.87/69.93	c Solving starts ...
69.87/69.93	c ============================[ Search Statistics ]============================
69.87/69.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.87/69.93	c       |         |          |          |    Limit     GC | Var      | Constra 
69.87/69.93	c =============================================================================
69.87/69.95	c  0.0s |       0 |        0 |        0 |    31803      0 |     4061 |     6659
70.07/70.12	c  0.2s |       0 |      926 |        1 |    31803      0 |     4061 |     6659
70.07/70.12	c #cpu_time = 0.157s
70.07/70.12	c #wall_clock_time = 0.158s
70.07/70.12	c #decision = 926
70.07/70.12	c #random_decision = 0
70.07/70.12	c #conflict = 1
70.07/70.12	c #restart = 0
70.07/70.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=75
70.07/70.12	c lower bound updated to 2265605363356
70.07/70.17	c BCD2: 2267824369979 <= obj <= 6901110600565
70.07/70.17	c BCD2: #cores=336, #unrelaxed=207, #relaxed=1065, #hardened=0
70.07/70.17	c BCD2: #sat=1 #unsat=498 bias=498/499
70.07/70.18	c Solving starts ...
70.07/70.18	c ============================[ Search Statistics ]============================
70.07/70.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.07/70.18	c       |         |          |          |    Limit     GC | Var      | Constra 
70.07/70.18	c =============================================================================
70.07/70.19	c  0.0s |       0 |        0 |        0 |    31803      0 |     4062 |     6659
70.67/70.79	c  0.6s |       0 |     3079 |       39 |    31803      0 |     4062 |     6660
70.67/70.79	c #cpu_time = 0.579s
70.67/70.79	c #wall_clock_time = 0.580s
70.67/70.79	c #decision = 3079
70.67/70.79	c #random_decision = 4
70.67/70.79	c #conflict = 39
70.67/70.79	c #restart = 0
70.77/70.80	c BCD2: relaxing 37 and merging with 17 cores into a new core of size 92: cost of the new core is >=193053576288
70.77/70.80	c BCD2: refineLB: 190834569665 -> 193053576288
70.77/70.80	c lower bound updated to 2267824369980
70.77/70.85	c BCD2: 2270043376603 <= obj <= 6901110600565
70.77/70.85	c BCD2: #cores=320, #unrelaxed=170, #relaxed=1102, #hardened=0
70.77/70.85	c BCD2: #sat=1 #unsat=499 bias=499/500
70.77/70.85	c Solving starts ...
70.77/70.85	c ============================[ Search Statistics ]============================
70.77/70.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.77/70.85	c       |         |          |          |    Limit     GC | Var      | Constra 
70.77/70.85	c =============================================================================
70.77/70.88	c  0.0s |       0 |        0 |        0 |    31803      0 |     9170 |     6660
71.37/71.46	c  0.6s |       0 |    24562 |        2 |    31803      0 |     9170 |    16859
71.37/71.46	c #cpu_time = 0.473s
71.37/71.46	c #wall_clock_time = 0.474s
71.37/71.46	c #decision = 24562
71.37/71.46	c #random_decision = 48
71.37/71.46	c #conflict = 2
71.37/71.46	c #restart = 0
71.37/71.46	o 4122914280382

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

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

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


[startup+0 s]
/proc/loadavg: 2.30 2.20 2.19 3/179 9561
/proc/meminfo: memFree=17432048/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=712124 CPUtime=0 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 2655 0 0 0 0 0 0 0 20 0 4 0 40534094 729214976 2506 33554432000 4194304 16246674 140734014706928 140734014706352 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 178543 2515 441 2943 0 175437 0
[pid=9561/tid=9562] ppid=9558 vsize=728508 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 745992192 2572 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=732604 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 750186496 2588 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=737724 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 40534094 755429376 2605 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.30 2.20 2.19 3/179 9561
/proc/meminfo: memFree=17432048/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 26368 0 0 0 5 4 0 0 20 0 4 0 40534094 1333334016 26156 33554432000 4194304 16246674 140734014706928 140734014706240 7374276 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 325521 26171 800 2943 0 322415 0
[pid=9561/tid=9562] ppid=9558 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 1333334016 26182 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 1333334016 26192 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 1333334016 26203 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200512 s]
/proc/loadavg: 2.30 2.20 2.19 3/179 9561
/proc/meminfo: memFree=17432048/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 47322 0 0 0 12 7 0 0 20 0 4 0 40534094 1344868352 47621 33554432000 4194304 16246674 140734014706928 140734014706240 7852933 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 328337 47621 800 2943 0 325231 0
[pid=9561/tid=9562] ppid=9558 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 1344868352 47621 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 1344868352 47621 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 1344868352 47621 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300479 s]
/proc/loadavg: 2.30 2.20 2.19 3/179 9561
/proc/meminfo: memFree=17432048/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 54334 0 0 0 21 8 0 0 20 0 4 0 40534094 1344868352 54633 33554432000 4194304 16246674 140734014706928 140734014706240 14073329 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 328337 54633 800 2943 0 325231 0
[pid=9561/tid=9562] ppid=9558 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 1344868352 54633 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 1344868352 54633 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 1344868352 54633 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700401 s]
/proc/loadavg: 2.30 2.20 2.19 3/179 9561
/proc/meminfo: memFree=17432048/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=1313348 CPUtime=0.68 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 80597 0 0 0 56 12 0 0 20 0 4 0 40534094 1344868352 80896 33554432000 4194304 16246674 140734014706928 140734014706240 6939469 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 328337 80904 836 2943 0 325231 0
[pid=9561/tid=9562] ppid=9558 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 1344868352 80909 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 1344868352 80914 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 1344868352 80919 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1313348

[startup+1.50041 s]
/proc/loadavg: 2.27 2.20 2.18 3/184 9566
/proc/meminfo: memFree=16822468/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=1346116 CPUtime=1.49 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 180737 0 0 0 122 27 0 0 20 0 4 0 40534094 1378422784 181036 33554432000 4194304 16246674 140734014706928 140734014688832 13950202 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 336529 181036 896 2943 0 333423 0
[pid=9561/tid=9562] ppid=9558 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 1378422784 181036 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 1378422784 181036 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 1378422784 181036 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1346116

[startup+3.10041 s]
/proc/loadavg: 2.27 2.20 2.18 3/184 9566
/proc/meminfo: memFree=16708388/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=1346116 CPUtime=3.08 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 180821 0 0 0 281 27 0 0 20 0 4 0 40534094 1378422784 181120 33554432000 4194304 16246674 140734014706928 140734014688832 5531892 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 336529 181120 914 2943 0 333423 0
[pid=9561/tid=9562] ppid=9558 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 1378422784 181120 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 1378422784 181120 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 1378422784 181120 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1346116

[startup+6.30042 s]
/proc/loadavg: 2.33 2.21 2.19 4/184 9566
/proc/meminfo: memFree=16708956/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=1346116 CPUtime=6.29 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 180821 0 0 0 601 28 0 0 20 0 4 0 40534094 1378422784 181120 33554432000 4194304 16246674 140734014706928 140734014688832 12414083 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 336529 181120 914 2943 0 333423 0
[pid=9561/tid=9562] ppid=9558 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 1378422784 181120 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 1378422784 181120 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 1378422784 181120 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1346116

[startup+12.7004 s]
/proc/loadavg: 2.30 2.21 2.19 3/184 9566
/proc/meminfo: memFree=16709388/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=1346116 CPUtime=12.69 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 180821 0 0 0 1241 28 0 0 20 0 4 0 40534094 1378422784 181120 33554432000 4194304 16246674 140734014706928 140734014688832 5991592 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 336529 181120 914 2943 0 333423 0
[pid=9561/tid=9562] ppid=9558 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 1378422784 181120 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 1378422784 181120 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 1378422784 181120 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1346116

[startup+25.5005 s]
/proc/loadavg: 2.24 2.20 2.18 4/184 9566
/proc/meminfo: memFree=16710180/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=1346116 CPUtime=25.49 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 180824 0 0 0 2520 29 0 0 20 0 4 0 40534094 1378422784 181123 33554432000 4194304 16246674 140734014706928 140734014688832 12415740 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 336529 181123 916 2943 0 333423 0
[pid=9561/tid=9562] ppid=9558 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 1378422784 181123 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 1378422784 181123 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 1378422784 181123 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1346116

[startup+51.1005 s]
/proc/loadavg: 2.23 2.20 2.18 4/184 9566
/proc/meminfo: memFree=16710084/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=1346116 CPUtime=51.08 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 180824 0 0 0 5077 31 0 0 20 0 4 0 40534094 1378422784 181123 33554432000 4194304 16246674 140734014706928 140734014688832 13955806 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 336529 181123 916 2943 0 333423 0
[pid=9561/tid=9562] ppid=9558 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 1378422784 181123 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 1378422784 181123 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 1378422784 181123 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1346116

[startup+102.3 s]
/proc/loadavg: 2.17 2.18 2.18 3/184 9567
/proc/meminfo: memFree=13927184/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=3347012 CPUtime=102.28 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 777460 0 0 0 10117 111 0 0 20 0 4 0 40534094 3427340288 777759 33554432000 4194304 16246674 140734014706928 140734014706024 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 836753 777759 916 2943 0 833647 0
[pid=9561/tid=9562] ppid=9558 vsize=3347012 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 3427340288 777759 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=3347012 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 3427340288 777759 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=3347012 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 3427340288 777759 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3347012


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

[pid=9561] ppid=9558 vsize=12130884 CPUtime=402.22 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 3780862 0 0 0 39676 546 0 0 20 0 4 0 40534094 12422025216 2973991 33554432000 4194304 16246674 140734014706928 140734014706024 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 3032721 2973991 920 2943 0 3029615 0
[pid=9561/tid=9562] ppid=9558 vsize=12130884 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 12422025216 2973991 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=12130884 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 12422025216 2973991 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=12130884 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 12422025216 2973991 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 12130884

[startup+462.3 s]
/proc/loadavg: 2.44 2.31 2.22 3/184 9626
/proc/meminfo: memFree=15812520/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=13407812 CPUtime=462.21 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 4100094 0 0 0 45630 591 0 0 20 0 4 0 40534094 13729599488 3293223 33554432000 4194304 16246674 140734014706928 140734014706024 14747125 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 3351953 3293223 920 2943 0 3348847 0
[pid=9561/tid=9562] ppid=9558 vsize=13407812 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 13729599488 3293223 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=13407812 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 13729599488 3293223 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=13407812 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 13729599488 3293223 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 13407812

[startup+522.3 s]
/proc/loadavg: 2.30 2.28 2.21 4/184 9627
/proc/meminfo: memFree=15161176/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=13952580 CPUtime=522.2 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 4236286 0 0 0 51607 613 0 0 20 0 4 0 40534094 14287441920 3429415 33554432000 4194304 16246674 140734014706928 140734014704896 13899629 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 3488145 3429415 920 2943 0 3485039 0
[pid=9561/tid=9562] ppid=9558 vsize=13952580 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 14287441920 3429415 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=13952580 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 14287441920 3429415 33554432000 4194304 16246674 140734014706928 140448896097296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=13952580 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 14287441920 3429415 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 13952580

[startup+582.3 s]
/proc/loadavg: 2.52 2.34 2.23 3/184 9832
/proc/meminfo: memFree=14039084/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=14992964 CPUtime=582.19 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 4440684 0 0 0 57568 651 0 0 20 0 4 0 40534094 15352795136 3689512 33554432000 4194304 16246674 140734014706928 140734014706024 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 3748241 3689512 920 2943 0 3745135 0
[pid=9561/tid=9562] ppid=9558 vsize=14992964 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 15352795136 3689512 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=14992964 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 15352795136 3689512 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=14992964 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 15352795136 3689512 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 14992964

[startup+642.3 s]
/proc/loadavg: 2.41 2.34 2.24 3/183 9834
/proc/meminfo: memFree=14041040/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=14992964 CPUtime=642.18 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 4440684 0 0 0 63563 655 0 0 20 0 4 0 40534094 15352795136 3689512 33554432000 4194304 16246674 140734014706928 140734014706024 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 3748241 3689512 920 2943 0 3745135 0
[pid=9561/tid=9562] ppid=9558 vsize=14992964 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 15352795136 3689512 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=14992964 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 15352795136 3689512 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=14992964 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 15352795136 3689512 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 642.18
Current children cumulated vsize (KiB) 14992964

[startup+702.3 s]
/proc/loadavg: 2.31 2.32 2.24 3/183 9835
/proc/meminfo: memFree=13235112/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=15797828 CPUtime=702.16 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 4583135 0 0 0 69531 685 0 0 20 0 4 0 40534094 16176975872 3890728 33554432000 4194304 16246674 140734014706928 140734014704768 14013836 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 3949457 3890728 920 2943 0 3946351 0
[pid=9561/tid=9562] ppid=9558 vsize=15797828 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 16176975872 3890728 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=15797828 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 16176975872 3890728 33554432000 4194304 16246674 140734014706928 140448896097296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=15797828 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 16176975872 3890728 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 702.16
Current children cumulated vsize (KiB) 15797828

[startup+762.3 s]
/proc/loadavg: 2.15 2.27 2.22 3/184 9839
/proc/meminfo: memFree=13234552/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=15797828 CPUtime=762.16 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 4583135 0 0 0 75529 687 0 0 20 0 4 0 40534094 16176975872 3890728 33554432000 4194304 16246674 140734014706928 140734014706024 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 3949457 3890728 920 2943 0 3946351 0
[pid=9561/tid=9562] ppid=9558 vsize=15797828 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 16176975872 3890728 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=15797828 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 16176975872 3890728 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=15797828 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 16176975872 3890728 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 762.16
Current children cumulated vsize (KiB) 15797828

[startup+822.3 s]
/proc/loadavg: 2.23 2.27 2.22 4/183 9840
/proc/meminfo: memFree=13234336/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=15797828 CPUtime=822.15 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 4583135 0 0 0 81525 690 0 0 20 0 4 0 40534094 16176975872 3890728 33554432000 4194304 16246674 140734014706928 140734014706024 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 3949457 3890728 920 2943 0 3946351 0
[pid=9561/tid=9562] ppid=9558 vsize=15797828 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 16176975872 3890728 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=15797828 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 16176975872 3890728 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=15797828 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 16176975872 3890728 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 822.15
Current children cumulated vsize (KiB) 15797828



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+832 s]
/proc/loadavg: 2.28 2.27 2.22 3/183 9840
/proc/meminfo: memFree=13234448/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=15874628 CPUtime=831.84 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) R 9558 9561 9424 0 -1 4202496 4602294 0 0 0 82490 694 0 0 20 0 4 0 40534094 16255619072 3909887 33554432000 4194304 16246674 140734014706928 140734014706024 4225154 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 3968657 3909897 920 2943 0 3965551 0
[pid=9561/tid=9562] ppid=9558 vsize=15874628 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9562/stat : 9562 (toysat) S 9558 9561 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40534094 16255619072 3909902 33554432000 4194304 16246674 140734014706928 140448906587376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=15874628 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) S 9558 9561 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40534094 16255619072 3909907 33554432000 4194304 16246674 140734014706928 140448896097520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9561/tid=9564] ppid=9558 vsize=15874628 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9564/stat : 9564 (toysat) S 9558 9561 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40534094 16255619072 3909912 33554432000 4194304 16246674 140734014706928 140448885623984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 831.84
Current children cumulated vsize (KiB) 15874628

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

[startup+832.4 s]
/proc/loadavg: 2.28 2.27 2.22 3/183 9840
/proc/meminfo: memFree=13234448/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=0 CPUtime=832.24 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) Z 9558 9561 9424 0 -1 4203532 4602653 0 0 0 82491 733 0 0 20 0 2 0 40534094 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 0 0 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) R 9558 9561 9424 0 -1 4203588 8 0 0 0 0 38 0 0 20 0 2 0 40534094 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 832.24
Current children cumulated vsize (KiB) 0

[startup+832.807 s]
/proc/loadavg: 2.28 2.27 2.22 3/181 9840
/proc/meminfo: memFree=25811880/32872528 swapFree=1542984/1696284
[pid=9561] ppid=9558 vsize=0 CPUtime=832.65 cores=0,2,4,6
/proc/9561/stat : 9561 (toysat) Z 9558 9561 9424 0 -1 4203532 4602653 0 0 0 82491 774 0 0 20 0 2 0 40534094 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9561/statm: 0 0 0 0 0 0 0
[pid=9561/tid=9563] ppid=9558 vsize=0 CPUtime=0.79 cores=0,2,4,6
/proc/9561/task/9563/stat : 9563 (toysat) R 9558 9561 9424 0 -1 4203588 8 0 0 0 0 79 0 0 20 0 2 0 40534094 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 832.65
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 832.854
CPU time (s): 832.697
CPU user time (s): 824.913
CPU system time (s): 7.78482
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 15874628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 824.913
system time used= 7.78482
maximum resident set size= 15640984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4602653
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= 205
involuntary context switches= 855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.33049 second user time and 4.08538 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-20 03:07:55
IDJOB=4110640
IDBENCH=108167
IDSOLVER=2542
FILE ID=node125/4110640-1466384875
RUNJOBID= node125-1466384086-9440
PBS_JOBID= 19923262
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/normalized-single-obj-f53-AC_FC1.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-4110640-1466384875/watcher-4110640-1466384875 -o /tmp/evaluation-result-4110640-1466384875/solver-4110640-1466384875 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466384086-9440 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4110640-1466384875.opb

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

MD5SUM BENCH= ef1b4881b61bcbe33dcf855779835c0c
RANDOM SEED=1919631205

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        17432692 kB
Buffers:            1684 kB
Cached:            71544 kB
SwapCached:         1480 kB
Active:         13002908 kB
Inactive:          15532 kB
Active(anon):   12946496 kB
Inactive(anon):      976 kB
Active(file):      56412 kB
Inactive(file):    14556 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67096320 kB
Dirty:             18252 kB
Writeback:             0 kB
AnonPages:      14641080 kB
Mapped:            10780 kB
Shmem:                 0 kB
Slab:             565632 kB
SReclaimable:       9180 kB
SUnreclaim:       556452 kB
KernelStack:        1512 kB
PageTables:        32828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   14785676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node125 at 2016-06-20 03:21:48