Trace number 4118349

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.07 1800.51

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-edgecross20-080.lin.opb
MD5SUMa5a18176284a4ecb39532058ff3d71fd
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark831
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3142
Total number of constraints10083
Number of constraints which are clauses7321
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints2761
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 3099
Biggest coefficient in the objective function 1457
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 8717
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1457
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 8717
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-29T20:55:20+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4118349-1467226520.opb"]
0.00/0.01	c use --random-gen="823877708 4285230040 1554582927 4097555204 3284438983 3380763331 4095761878 1962388273 1358844892 3231420255 2650963796 577752459 2104403393 1482751323 3085713823 77212660 360273603 309476356 3511193689 1918762870 1894401289 2468073652 164481180 2595666777 2196484634 639276367 123277215 2677360194 1027695021 1895283976 3462115385 2962626178 3288147004 3288100950 2529667478 1270729823 2621340339 2919833310 2073301224 2217456422 1213176475 849604229 2796881525 1571774505 2859338274 86932645 1958393380 1755743462 1219224958 1988710701 3504488016 3759473717 25376324 2493290790 1047554895 4014148250 4182573955 1426526770 1120519636 4111171890 1745616385 1656377345 2828462962 1709525309 3327681050 1694363873 912129993 3316995639 66963124 367655612 2553590097 2226582380 2619099049 1313500322 4181265464 540751492 2618951003 3364692349 1192270518 3167687815 3786429717 557787975 2853392829 2439747886 213074436 3599146943 4251095450 161518333 96000146 1658955582 2164428842 483026487 3324744769 566699210 1037570520 3802440009 3371776314 1412448286 3014703947 3250324867 2786936095 3284453335 807870194 148686784 3466716156 1181899617 628138353 2808711991 3461236520 3788813621 453998995 4238276108 4208008286 3737709886 223943519 3860152260 491584153 863029229 2910759131 2894933429 198289125 621387691 434204938 1414468855 3792362133 1255080225 540510559 4096834701 3092796829 3272745462 786619851 471719409 220706983 1652620790 3290417964 914585985 657082704 3907385838 733251946 2821688087 1531586142 2854086136 4131133495 3201442320 2070606397 2345543619 1313893305 1303469117 223890239 161288646 1305292642 1709436000 1023116786 3034949019 118956625 446347506 636444174 1355290865 1248305011 963226737 2540193931 3709140077 2906352019 2784330794 3104895924 4004510498 2620439529 1780660180 2520696083 1093044509 3287325850 1902459876 1079015778 1578817988 856924753 1641679083 1035975312 3492223862 2731184431 415748260 2196148688 3515185557 2759620623 1129856362 2550952171 1627132936 3412816509 3989808462 2801596741 2775642009 3606014989 3814337150 3015929412 2681057252 3430611821 3885915617 3191231132 1898177137 2371067164 4114070117 1615063729 1404892649 4266537430 1286562533 966454128 1184682109 3772310041 3202146979 3732109910 2542814840 1519528372 1890350144 1956931548 2664975562 11033723 3648798255 2563506339 426517924 3316131834 2021294841 1944343707 3758696199 3599722854 1516316394 168619660 3367420868 61458830 1975150147 3871280445 344798516 3953455614 3441086541 3031441325 92417627 2866362524 3764239966 1889336546 470885936 2726775038 3234243749 132856335 3080218969 38083355 827231496 2334250262 2631275724 4195149866 1749094728 1352392192 1629645544 2968259621 3645508582 2470038450 2884618386 2614527783 84408346 255 362436" option to reproduce the execution
0.09/0.10	c #vars 3142
0.09/0.10	c #constraints 10083
0.19/0.24	c BCD2: Hardening is enabled.
0.19/0.24	c BCD2: BiasedSearch is enabled.
0.19/0.24	c Solving starts ...
0.19/0.24	c ============================[ Search Statistics ]============================
0.19/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.24	c =============================================================================
0.19/0.24	c  0.0s |       0 |        0 |        0 |     4408      0 |        1 |        0
0.19/0.26	c  0.0s |       0 |      243 |        0 |     4408      0 |        1 |        0
0.19/0.26	c #cpu_time = 0.018s
0.19/0.26	c #wall_clock_time = 0.018s
0.19/0.26	c #decision = 243
0.19/0.26	c #random_decision = 0
0.19/0.26	c #conflict = 0
0.19/0.26	c #restart = 0
0.19/0.26	o 1457
0.19/0.27	c BCD2: updating upper bound: 8717 -> 5086
0.59/0.66	c BCD2: 0 <= obj <= 5086
0.59/0.66	c BCD2: #cores=0, #unrelaxed=3099, #relaxed=0, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=1 bias=1/2
0.59/0.66	c Solving starts ...
0.59/0.66	c ============================[ Search Statistics ]============================
0.59/0.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.66	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.66	c =============================================================================
0.59/0.66	c  0.0s |       0 |        0 |        0 |     4408      0 |        1 |        0
0.59/0.67	c  0.0s |       0 |     1405 |        0 |     4408      0 |        1 |        0
0.59/0.67	c #cpu_time = 0.008s
0.59/0.67	c #wall_clock_time = 0.008s
0.59/0.67	c #decision = 1405
0.59/0.67	c #random_decision = 0
0.59/0.67	c #conflict = 0
0.59/0.67	c #restart = 0
0.59/0.67	c BCD2: found a new core of size 1: cost of the new core is >=1457
0.59/0.67	c lower bound updated to -2173
0.59/0.67	c BCD2: 1457 <= obj <= 5086
0.59/0.67	c BCD2: #cores=1, #unrelaxed=3098, #relaxed=1, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=2 bias=2/3
0.59/0.68	c Solving starts ...
0.59/0.68	c ============================[ Search Statistics ]============================
0.59/0.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.68	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.68	c =============================================================================
0.59/0.68	c  0.0s |       0 |        0 |        0 |     4408      0 |        1 |        0
0.69/0.70	c  0.0s |       0 |     1570 |        0 |     4408      0 |        1 |        0
0.69/0.70	c #cpu_time = 0.012s
0.69/0.70	c #wall_clock_time = 0.012s
0.69/0.70	c #decision = 1570
0.69/0.70	c #random_decision = 0
0.69/0.70	c #conflict = 0
0.69/0.70	c #restart = 0
0.69/0.70	c BCD2: found a new core of size 3: cost of the new core is >=1
0.69/0.70	c lower bound updated to -2172
0.69/0.70	c BCD2: 1458 <= obj <= 5086
0.69/0.70	c BCD2: #cores=2, #unrelaxed=3095, #relaxed=4, #hardened=0
0.69/0.70	c BCD2: #sat=1 #unsat=3 bias=3/4
0.69/0.70	c Solving starts ...
0.69/0.70	c ============================[ Search Statistics ]============================
0.69/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.70	c =============================================================================
0.69/0.70	c  0.0s |       0 |        0 |        0 |     4408      0 |        1 |        1
0.69/0.71	c  0.0s |       0 |     1549 |        0 |     4408      0 |        1 |        1
0.69/0.71	c #cpu_time = 0.010s
0.69/0.71	c #wall_clock_time = 0.010s
0.69/0.71	c #decision = 1549
0.69/0.71	c #random_decision = 0
0.69/0.71	c #conflict = 0
0.69/0.71	c #restart = 0
0.69/0.71	c BCD2: found a new core of size 4: cost of the new core is >=1
0.69/0.71	c lower bound updated to -2171
0.69/0.71	c BCD2: 1459 <= obj <= 5086
0.69/0.71	c BCD2: #cores=3, #unrelaxed=3091, #relaxed=8, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=4 bias=4/5
0.69/0.71	c Solving starts ...
0.69/0.71	c ============================[ Search Statistics ]============================
0.69/0.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.71	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.71	c =============================================================================
0.69/0.71	c  0.0s |       0 |        0 |        0 |     4408      0 |        1 |        1
0.69/0.72	c  0.0s |       0 |     1548 |        0 |     4408      0 |        1 |        1
0.69/0.72	c #cpu_time = 0.010s
0.69/0.72	c #wall_clock_time = 0.010s
0.69/0.72	c #decision = 1548
0.69/0.72	c #random_decision = 0
0.69/0.72	c #conflict = 0
0.69/0.72	c #restart = 0
0.69/0.72	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=2
0.69/0.72	c lower bound updated to -2170
0.69/0.72	c BCD2: 1460 <= obj <= 5086
0.69/0.72	c BCD2: #cores=3, #unrelaxed=3087, #relaxed=12, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=5 bias=5/6
0.69/0.72	c Solving starts ...
0.69/0.72	c ============================[ Search Statistics ]============================
0.69/0.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.72	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.72	c =============================================================================
0.69/0.72	c  0.0s |       0 |        0 |        0 |     4408      0 |        2 |        1
0.69/0.75	c  0.0s |       0 |     1563 |        0 |     4408      0 |        2 |        2
0.69/0.75	c #cpu_time = 0.028s
0.69/0.75	c #wall_clock_time = 0.028s
0.69/0.75	c #decision = 1563
0.69/0.75	c #random_decision = 0
0.69/0.75	c #conflict = 0
0.69/0.75	c #restart = 0
0.69/0.75	c BCD2: found a new core of size 4: cost of the new core is >=2
0.69/0.75	c lower bound updated to -2168
0.69/0.76	c BCD2: 1462 <= obj <= 5086
0.69/0.76	c BCD2: #cores=4, #unrelaxed=3083, #relaxed=16, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=6 bias=6/7
0.69/0.76	c Solving starts ...
0.69/0.76	c ============================[ Search Statistics ]============================
0.69/0.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.76	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.76	c =============================================================================
0.69/0.76	c  0.0s |       0 |        0 |        0 |     4408      0 |        2 |        2
0.69/0.77	c  0.0s |       0 |     1562 |        0 |     4408      0 |        2 |        2
0.69/0.77	c #cpu_time = 0.010s
0.69/0.77	c #wall_clock_time = 0.010s
0.69/0.77	c #decision = 1562
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 0
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
0.69/0.77	c lower bound updated to -2167
0.69/0.77	c BCD2: 1463 <= obj <= 5086
0.69/0.77	c BCD2: #cores=4, #unrelaxed=3080, #relaxed=19, #hardened=0
0.69/0.77	c BCD2: #sat=1 #unsat=7 bias=7/8
0.69/0.77	c Solving starts ...
0.69/0.77	c ============================[ Search Statistics ]============================
0.69/0.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.77	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.77	c =============================================================================
0.69/0.77	c  0.0s |       0 |        0 |        0 |     4408      0 |        3 |        2
0.69/0.78	c  0.0s |       0 |     1590 |        0 |     4408      0 |        3 |        3
0.69/0.78	c #cpu_time = 0.010s
0.69/0.78	c #wall_clock_time = 0.010s
0.69/0.78	c #decision = 1590
0.69/0.78	c #random_decision = 0
0.69/0.78	c #conflict = 0
0.69/0.78	c #restart = 0
0.69/0.78	c BCD2: found a new core of size 4: cost of the new core is >=2
0.69/0.78	c lower bound updated to -2165
0.69/0.78	c BCD2: 1465 <= obj <= 5086
0.69/0.78	c BCD2: #cores=5, #unrelaxed=3076, #relaxed=23, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=8 bias=8/9
0.69/0.78	c Solving starts ...
0.69/0.78	c ============================[ Search Statistics ]============================
0.69/0.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.78	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.78	c =============================================================================
0.69/0.78	c  0.0s |       0 |        0 |        0 |     4408      0 |        3 |        3
0.69/0.79	c  0.0s |       0 |     1588 |        0 |     4408      0 |        3 |        3
0.69/0.79	c #cpu_time = 0.010s
0.69/0.79	c #wall_clock_time = 0.010s
0.69/0.79	c #decision = 1588
0.69/0.79	c #random_decision = 0
0.69/0.79	c #conflict = 0
0.69/0.79	c #restart = 0
0.69/0.79	c BCD2: found a new core of size 5: cost of the new core is >=2
0.69/0.79	c lower bound updated to -2163
0.69/0.79	c BCD2: 1467 <= obj <= 5086
0.69/0.79	c BCD2: #cores=6, #unrelaxed=3071, #relaxed=28, #hardened=0
0.69/0.79	c BCD2: #sat=1 #unsat=9 bias=9/10
0.69/0.79	c Solving starts ...
0.69/0.79	c ============================[ Search Statistics ]============================
0.69/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.79	c =============================================================================
0.79/0.80	c  0.0s |       0 |        0 |        0 |     4408      0 |        3 |        3
0.79/0.81	c  0.0s |       0 |     1586 |        0 |     4408      0 |        3 |        3
0.79/0.81	c #cpu_time = 0.010s
0.79/0.81	c #wall_clock_time = 0.010s
0.79/0.81	c #decision = 1586
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 0
0.79/0.81	c #restart = 0
0.79/0.81	c BCD2: found a new core of size 5: cost of the new core is >=1
0.79/0.81	c lower bound updated to -2162
0.79/0.81	c BCD2: 1468 <= obj <= 5086
0.79/0.81	c BCD2: #cores=7, #unrelaxed=3066, #relaxed=33, #hardened=0
0.79/0.81	c BCD2: #sat=1 #unsat=10 bias=10/11
0.79/0.81	c Solving starts ...
0.79/0.81	c ============================[ Search Statistics ]============================
0.79/0.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.81	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.81	c =============================================================================
0.79/0.81	c  0.0s |       0 |        0 |        0 |     4408      0 |        3 |        3
0.79/0.82	c  0.0s |       0 |     1552 |        0 |     4408      0 |        3 |        3
0.79/0.82	c #cpu_time = 0.010s
0.79/0.82	c #wall_clock_time = 0.010s
0.79/0.82	c #decision = 1552
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 0
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 11: cost of the new core is >=3
0.79/0.82	c lower bound updated to -2160
0.79/0.82	c BCD2: 1470 <= obj <= 5086
0.79/0.82	c BCD2: #cores=7, #unrelaxed=3060, #relaxed=39, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=11 bias=11/12
0.79/0.82	c Solving starts ...
0.79/0.82	c ============================[ Search Statistics ]============================
0.79/0.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.82	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.82	c =============================================================================
0.79/0.82	c  0.0s |       0 |        0 |        0 |     4408      0 |        4 |        3
0.79/0.83	c  0.0s |       0 |     1581 |        0 |     4408      0 |        4 |        4
0.79/0.83	c #cpu_time = 0.010s
0.79/0.83	c #wall_clock_time = 0.010s
0.79/0.83	c #decision = 1581
0.79/0.83	c #random_decision = 0
0.79/0.83	c #conflict = 0
0.79/0.83	c #restart = 0
0.79/0.83	c BCD2: found a new core of size 4: cost of the new core is >=1
0.79/0.83	c lower bound updated to -2159
0.79/0.83	c BCD2: 1471 <= obj <= 5086
0.79/0.83	c BCD2: #cores=8, #unrelaxed=3056, #relaxed=43, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=12 bias=12/13
0.79/0.83	c Solving starts ...
0.79/0.83	c ============================[ Search Statistics ]============================
0.79/0.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.83	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.83	c =============================================================================
0.79/0.83	c  0.0s |       0 |        0 |        0 |     4408      0 |        4 |        4
0.79/0.85	c  0.0s |       0 |     1580 |        0 |     4408      0 |        4 |        4
0.79/0.85	c #cpu_time = 0.010s
0.79/0.85	c #wall_clock_time = 0.010s
0.79/0.85	c #decision = 1580
0.79/0.85	c #random_decision = 0
0.79/0.85	c #conflict = 0
0.79/0.85	c #restart = 0
0.79/0.85	c BCD2: found a new core of size 4: cost of the new core is >=1
0.79/0.85	c lower bound updated to -2158
0.79/0.85	c BCD2: 1472 <= obj <= 5086
0.79/0.85	c BCD2: #cores=9, #unrelaxed=3052, #relaxed=47, #hardened=0
0.79/0.85	c BCD2: #sat=1 #unsat=13 bias=13/14
0.79/0.85	c Solving starts ...
0.79/0.85	c ============================[ Search Statistics ]============================
0.79/0.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.85	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.85	c =============================================================================
0.79/0.85	c  0.0s |       0 |        0 |        0 |     4408      0 |        4 |        4
0.79/0.86	c  0.0s |       0 |     1544 |        0 |     4408      0 |        4 |        4
0.79/0.86	c #cpu_time = 0.010s
0.79/0.86	c #wall_clock_time = 0.010s
0.79/0.86	c #decision = 1544
0.79/0.86	c #random_decision = 0
0.79/0.86	c #conflict = 0
0.79/0.86	c #restart = 0
0.79/0.86	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 10: cost of the new core is >=2
0.79/0.86	c lower bound updated to -2157
0.79/0.86	c BCD2: 1473 <= obj <= 5086
0.79/0.86	c BCD2: #cores=9, #unrelaxed=3046, #relaxed=53, #hardened=0
0.79/0.86	c BCD2: #sat=1 #unsat=14 bias=14/15
0.79/0.86	c Solving starts ...
0.79/0.86	c ============================[ Search Statistics ]============================
0.79/0.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.86	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.86	c =============================================================================
0.79/0.86	c  0.0s |       0 |        0 |        0 |     4408      0 |        5 |        4
0.79/0.87	c  0.0s |       0 |     1574 |        0 |     4408      0 |        5 |        5
0.79/0.87	c #cpu_time = 0.010s
0.79/0.87	c #wall_clock_time = 0.010s
0.79/0.87	c #decision = 1574
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 0
0.79/0.87	c #restart = 0
0.79/0.87	c BCD2: found a new core of size 6: cost of the new core is >=2
0.79/0.87	c lower bound updated to -2155
0.79/0.87	c BCD2: 1475 <= obj <= 5086
0.79/0.87	c BCD2: #cores=10, #unrelaxed=3040, #relaxed=59, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=15 bias=15/16
0.79/0.87	c Solving starts ...
0.79/0.87	c ============================[ Search Statistics ]============================
0.79/0.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.87	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.87	c =============================================================================
0.79/0.87	c  0.0s |       0 |        0 |        0 |     4408      0 |        5 |        5
0.79/0.89	c  0.0s |       0 |     1571 |        0 |     4408      0 |        5 |        5
0.79/0.89	c #cpu_time = 0.010s
0.79/0.89	c #wall_clock_time = 0.010s
0.79/0.89	c #decision = 1571
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 0
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: found a new core of size 4: cost of the new core is >=2
0.79/0.89	c lower bound updated to -2153
0.79/0.89	c BCD2: 1477 <= obj <= 5086
0.79/0.89	c BCD2: #cores=11, #unrelaxed=3036, #relaxed=63, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=16 bias=16/17
0.79/0.89	c Solving starts ...
0.79/0.89	c ============================[ Search Statistics ]============================
0.79/0.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.89	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.89	c =============================================================================
0.79/0.89	c  0.0s |       0 |        0 |        0 |     4408      0 |        5 |        5
0.89/0.90	c  0.0s |       0 |     1570 |        0 |     4408      0 |        5 |        5
0.89/0.90	c #cpu_time = 0.010s
0.89/0.90	c #wall_clock_time = 0.010s
1.09/1.16	c #decision = 1570
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: found a new core of size 7: cost of the new core is >=2
1.09/1.16	c lower bound updated to -2151
1.09/1.16	c BCD2: 1479 <= obj <= 5086
1.09/1.16	c BCD2: #cores=12, #unrelaxed=3029, #relaxed=70, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=17 bias=17/18
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |        5 |        5
1.09/1.16	c  0.0s |       0 |     1357 |        0 |     4408      0 |        5 |        5
1.09/1.16	c #cpu_time = 0.011s
1.09/1.16	c #wall_clock_time = 0.011s
1.09/1.16	c #decision = 1357
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
1.09/1.16	c lower bound updated to -2149
1.09/1.16	c BCD2: 1481 <= obj <= 5086
1.09/1.16	c BCD2: #cores=12, #unrelaxed=3027, #relaxed=72, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=18 bias=18/19
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |        6 |        5
1.09/1.16	c  0.0s |       0 |     1362 |        0 |     4408      0 |        6 |        6
1.09/1.16	c #cpu_time = 0.011s
1.09/1.16	c #wall_clock_time = 0.011s
1.09/1.16	c #decision = 1362
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 11: cost of the new core is >=6
1.09/1.16	c lower bound updated to -2147
1.09/1.16	c BCD2: 1483 <= obj <= 5086
1.09/1.16	c BCD2: #cores=12, #unrelaxed=3025, #relaxed=74, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=19 bias=19/20
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |        7 |        6
1.09/1.16	c  0.0s |       0 |     1559 |        0 |     4408      0 |        7 |        7
1.09/1.16	c #cpu_time = 0.011s
1.09/1.16	c #wall_clock_time = 0.011s
1.09/1.16	c #decision = 1559
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: found a new core of size 3: cost of the new core is >=2
1.09/1.16	c lower bound updated to -2145
1.09/1.16	c BCD2: 1485 <= obj <= 5086
1.09/1.16	c BCD2: #cores=13, #unrelaxed=3022, #relaxed=77, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=20 bias=20/21
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |        7 |        8
1.09/1.16	c  0.0s |       0 |     1215 |        0 |     4408      0 |        7 |        8
1.09/1.16	c #cpu_time = 0.007s
1.09/1.16	c #wall_clock_time = 0.007s
1.09/1.16	c #decision = 1215
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: relaxing 4 and merging with 3 cores into a new core of size 22: cost of the new core is >=11
1.09/1.16	c lower bound updated to -2144
1.09/1.16	c BCD2: 1486 <= obj <= 5086
1.09/1.16	c BCD2: #cores=11, #unrelaxed=3018, #relaxed=81, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=21 bias=21/22
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |       10 |        8
1.09/1.16	c  0.0s |       0 |     1562 |        0 |     4408      0 |       10 |       11
1.09/1.16	c #cpu_time = 0.011s
1.09/1.16	c #wall_clock_time = 0.011s
1.09/1.16	c #decision = 1562
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: found a new core of size 3: cost of the new core is >=2
1.09/1.16	c lower bound updated to -2142
1.09/1.16	c BCD2: 1488 <= obj <= 5086
1.09/1.16	c BCD2: #cores=12, #unrelaxed=3015, #relaxed=84, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=22 bias=22/23
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |       10 |       12
1.09/1.16	c  0.0s |       0 |     1360 |        0 |     4408      0 |       10 |       12
1.09/1.16	c #cpu_time = 0.010s
1.09/1.16	c #wall_clock_time = 0.010s
1.09/1.16	c #decision = 1360
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: relaxing 15 and merging with 4 cores into a new core of size 52: cost of the new core is >=18
1.09/1.16	c lower bound updated to -2141
1.09/1.16	c BCD2: 1489 <= obj <= 5086
1.09/1.16	c BCD2: #cores=9, #unrelaxed=3000, #relaxed=99, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=23 bias=23/24
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |       14 |       12
1.09/1.16	c  0.0s |       0 |     1543 |        0 |     4408      0 |       14 |       16
1.09/1.16	c #cpu_time = 0.012s
1.09/1.16	c #wall_clock_time = 0.012s
1.09/1.16	c #decision = 1543
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: found a new core of size 5: cost of the new core is >=1
1.09/1.16	c lower bound updated to -2140
1.09/1.16	c BCD2: 1490 <= obj <= 5086
1.09/1.16	c BCD2: #cores=10, #unrelaxed=2995, #relaxed=104, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=24 bias=24/25
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |       14 |       16
1.09/1.16	c  0.0s |       0 |     1505 |        0 |     4408      0 |       14 |       16
1.09/1.16	c #cpu_time = 0.011s
1.09/1.16	c #wall_clock_time = 0.011s
1.09/1.16	c #decision = 1505
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 9: cost of the new core is >=3
1.09/1.16	c lower bound updated to -2138
1.09/1.16	c BCD2: 1492 <= obj <= 5086
1.09/1.16	c BCD2: #cores=10, #unrelaxed=2991, #relaxed=108, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=25 bias=25/26
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |       15 |       16
1.09/1.16	c  0.0s |       0 |     1538 |        0 |     4408      0 |       15 |       17
1.09/1.16	c #cpu_time = 0.011s
1.09/1.16	c #wall_clock_time = 0.011s
1.09/1.16	c #decision = 1538
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: found a new core of size 5: cost of the new core is >=1
1.09/1.16	c lower bound updated to -2137
1.09/1.16	c BCD2: 1493 <= obj <= 5086
1.09/1.16	c BCD2: #cores=11, #unrelaxed=2986, #relaxed=113, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=26 bias=26/27
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |       15 |       17
1.09/1.16	c  0.0s |       0 |     1537 |        0 |     4408      0 |       15 |       17
1.09/1.16	c #cpu_time = 0.011s
1.09/1.16	c #wall_clock_time = 0.011s
1.09/1.16	c #decision = 1537
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: found a new core of size 3: cost of the new core is >=2
1.09/1.16	c lower bound updated to -2135
1.09/1.16	c BCD2: 1495 <= obj <= 5086
1.09/1.16	c BCD2: #cores=12, #unrelaxed=2983, #relaxed=116, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=27 bias=27/28
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |       15 |       18
1.09/1.16	c  0.0s |       0 |     1310 |        2 |     4408      0 |       15 |       18
1.09/1.16	c #cpu_time = 0.011s
1.09/1.16	c #wall_clock_time = 0.011s
1.09/1.16	c #decision = 1310
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 2
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 16: cost of the new core is >=6
1.09/1.16	c lower bound updated to -2134
1.09/1.16	c BCD2: 1496 <= obj <= 5086
1.09/1.16	c BCD2: #cores=11, #unrelaxed=2979, #relaxed=120, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=28 bias=28/29
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |       17 |       18
1.09/1.16	c  0.0s |       0 |     1532 |        0 |     4408      0 |       17 |       20
1.09/1.16	c #cpu_time = 0.012s
1.09/1.16	c #wall_clock_time = 0.012s
1.09/1.16	c #decision = 1532
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: found a new core of size 4: cost of the new core is >=2
1.09/1.16	c lower bound updated to -2132
1.09/1.16	c BCD2: 1498 <= obj <= 5086
1.09/1.16	c BCD2: #cores=12, #unrelaxed=2975, #relaxed=124, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=29 bias=29/30
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |       17 |       20
1.09/1.16	c  0.0s |       0 |     1530 |        0 |     4408      0 |       17 |       20
1.09/1.16	c #cpu_time = 0.010s
1.09/1.16	c #wall_clock_time = 0.010s
1.09/1.16	c #decision = 1530
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: found a new core of size 5: cost of the new core is >=2
1.09/1.16	c lower bound updated to -2130
1.09/1.16	c BCD2: 1500 <= obj <= 5086
1.09/1.16	c BCD2: #cores=13, #unrelaxed=2970, #relaxed=129, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=30 bias=30/31
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |       17 |       20
1.09/1.16	c  0.0s |       0 |     1528 |        0 |     4408      0 |       17 |       20
1.09/1.16	c #cpu_time = 0.010s
1.09/1.16	c #wall_clock_time = 0.010s
1.09/1.16	c #decision = 1528
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: found a new core of size 3: cost of the new core is >=2
1.09/1.16	c lower bound updated to -2128
1.09/1.16	c BCD2: 1502 <= obj <= 5086
1.09/1.16	c BCD2: #cores=14, #unrelaxed=2967, #relaxed=132, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=31 bias=31/32
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |       17 |       21
1.09/1.16	c  0.0s |       0 |      908 |        0 |     4408      0 |       17 |       21
1.09/1.16	c #cpu_time = 0.006s
1.09/1.16	c #wall_clock_time = 0.006s
1.09/1.16	c #decision = 908
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.09/1.16	c BCD2: refineLB: 3 -> 4
1.09/1.16	c lower bound updated to -2126
1.09/1.16	c BCD2: 1504 <= obj <= 5086
1.09/1.16	c BCD2: #cores=14, #unrelaxed=2965, #relaxed=134, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=32 bias=32/33
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |       18 |       21
1.09/1.16	c  0.0s |       0 |     1525 |        0 |     4408      0 |       18 |       22
1.09/1.16	c #cpu_time = 0.010s
1.09/1.16	c #wall_clock_time = 0.010s
1.09/1.16	c #decision = 1525
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: found a new core of size 3: cost of the new core is >=2
1.09/1.16	c lower bound updated to -2124
1.09/1.16	c BCD2: 1506 <= obj <= 5086
1.09/1.16	c BCD2: #cores=15, #unrelaxed=2962, #relaxed=137, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=33 bias=33/34
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |       18 |       23
1.09/1.16	c  0.0s |       0 |     1005 |        0 |     4408      0 |       18 |       23
1.09/1.16	c #cpu_time = 0.006s
1.09/1.16	c #wall_clock_time = 0.006s
1.09/1.16	c #decision = 1005
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.09/1.16	c BCD2: refineLB: 3 -> 4
1.09/1.16	c lower bound updated to -2122
1.09/1.16	c BCD2: 1508 <= obj <= 5086
1.09/1.16	c BCD2: #cores=15, #unrelaxed=2960, #relaxed=139, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=34 bias=34/35
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |       19 |       23
1.09/1.16	c  0.0s |       0 |     1522 |        0 |     4408      0 |       19 |       24
1.09/1.16	c #cpu_time = 0.011s
1.09/1.16	c #wall_clock_time = 0.011s
1.09/1.16	c #decision = 1522
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: found a new core of size 3: cost of the new core is >=2
1.09/1.16	c lower bound updated to -2120
1.09/1.16	c BCD2: 1510 <= obj <= 5086
1.09/1.16	c BCD2: #cores=16, #unrelaxed=2957, #relaxed=142, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=35 bias=35/36
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |       19 |       25
1.09/1.16	c  0.0s |       0 |      958 |        0 |     4408      0 |       19 |       25
1.09/1.16	c #cpu_time = 0.006s
1.09/1.16	c #wall_clock_time = 0.006s
1.09/1.16	c #decision = 958
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.09/1.16	c BCD2: refineLB: 3 -> 4
1.09/1.16	c lower bound updated to -2118
1.09/1.16	c BCD2: 1512 <= obj <= 5086
1.09/1.16	c BCD2: #cores=16, #unrelaxed=2955, #relaxed=144, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=36 bias=36/37
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     4408      0 |       20 |       25
1.09/1.17	c  0.0s |       0 |     1292 |        0 |     4408      0 |       20 |       26
1.09/1.17	c #cpu_time = 0.010s
1.09/1.17	c #wall_clock_time = 0.010s
1.09/1.17	c #decision = 1292
1.09/1.17	c #random_decision = 0
1.09/1.17	c #conflict = 0
1.09/1.17	c #restart = 0
1.09/1.17	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 15: cost of the new core is >=10
1.09/1.17	c lower bound updated to -2116
1.09/1.17	c BCD2: 1514 <= obj <= 5086
1.09/1.17	c BCD2: #cores=15, #unrelaxed=2950, #relaxed=149, #hardened=0
1.09/1.17	c BCD2: #sat=1 #unsat=37 bias=37/38
1.09/1.17	c Solving starts ...
1.09/1.17	c ============================[ Search Statistics ]============================
1.09/1.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.17	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.17	c =============================================================================
1.09/1.18	c  0.0s |       0 |        0 |        0 |     4408      0 |       22 |       26
1.09/1.19	c  0.0s |       0 |     1513 |        0 |     4408      0 |       22 |       28
1.09/1.19	c #cpu_time = 0.011s
1.09/1.19	c #wall_clock_time = 0.011s
1.09/1.19	c #decision = 1513
1.09/1.19	c #random_decision = 0
1.09/1.19	c #conflict = 0
1.09/1.19	c #restart = 0
1.09/1.19	c BCD2: found a new core of size 3: cost of the new core is >=2
1.09/1.19	c lower bound updated to -2114
1.09/1.19	c BCD2: 1516 <= obj <= 5086
1.09/1.19	c BCD2: #cores=16, #unrelaxed=2947, #relaxed=152, #hardened=0
1.09/1.19	c BCD2: #sat=1 #unsat=38 bias=38/39
1.09/1.19	c Solving starts ...
1.09/1.19	c ============================[ Search Statistics ]============================
1.09/1.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.19	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.19	c =============================================================================
1.09/1.19	c  0.0s |       0 |        0 |        0 |     4408      0 |       22 |       29
1.09/1.20	c  0.0s |       0 |     1452 |        0 |     4408      0 |       22 |       29
1.09/1.20	c #cpu_time = 0.009s
1.09/1.20	c #wall_clock_time = 0.009s
1.09/1.20	c #decision = 1452
1.09/1.20	c #random_decision = 0
1.09/1.20	c #conflict = 0
1.09/1.20	c #restart = 0
1.09/1.20	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.09/1.20	c BCD2: refineLB: 3 -> 4
1.09/1.20	c lower bound updated to -2112
1.09/1.20	c BCD2: 1518 <= obj <= 5086
1.09/1.20	c BCD2: #cores=16, #unrelaxed=2945, #relaxed=154, #hardened=0
1.09/1.20	c BCD2: #sat=1 #unsat=39 bias=39/40
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.09/1.20	c  0.0s |       0 |        0 |        0 |     4408      0 |       23 |       29
1.19/1.21	c  0.0s |       0 |      595 |        0 |     4408      0 |       23 |       30
1.19/1.21	c #cpu_time = 0.005s
1.19/1.21	c #wall_clock_time = 0.005s
1.19/1.21	c #decision = 595
1.19/1.21	c #random_decision = 0
1.19/1.21	c #conflict = 0
1.19/1.21	c #restart = 0
1.19/1.21	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
1.19/1.21	c BCD2: refineLB: 5 -> 6
1.19/1.21	c lower bound updated to -2110
1.19/1.21	c BCD2: 1520 <= obj <= 5086
1.19/1.21	c BCD2: #cores=16, #unrelaxed=2943, #relaxed=156, #hardened=0
1.19/1.21	c BCD2: #sat=1 #unsat=40 bias=40/41
1.19/1.21	c Solving starts ...
1.19/1.21	c ============================[ Search Statistics ]============================
1.19/1.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.21	c =============================================================================
1.19/1.21	c  0.0s |       0 |        0 |        0 |     4408      0 |       24 |       30
1.19/1.22	c  0.0s |       0 |     1336 |        0 |     4408      0 |       24 |       31
1.19/1.22	c #cpu_time = 0.010s
1.19/1.22	c #wall_clock_time = 0.010s
1.19/1.22	c #decision = 1336
1.19/1.22	c #random_decision = 0
1.19/1.22	c #conflict = 0
1.19/1.22	c #restart = 0
1.19/1.22	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.19/1.22	c lower bound updated to -2108
1.19/1.22	c BCD2: 1522 <= obj <= 5086
1.19/1.22	c BCD2: #cores=16, #unrelaxed=2941, #relaxed=158, #hardened=0
1.19/1.22	c BCD2: #sat=1 #unsat=41 bias=41/42
1.19/1.22	c Solving starts ...
1.19/1.22	c ============================[ Search Statistics ]============================
1.19/1.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.22	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.22	c =============================================================================
1.19/1.22	c  0.0s |       0 |        0 |        0 |     4408      0 |       25 |       31
1.19/1.24	c  0.0s |       0 |     1944 |        1 |     4408      0 |       25 |       32
1.19/1.24	c #cpu_time = 0.014s
1.19/1.24	c #wall_clock_time = 0.014s
1.19/1.24	c #decision = 1944
1.19/1.24	c #random_decision = 0
1.19/1.24	c #conflict = 1
1.19/1.24	c #restart = 0
1.19/1.24	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 14: cost of the new core is >=10
1.19/1.24	c lower bound updated to -2106
1.19/1.24	c BCD2: 1524 <= obj <= 5086
1.19/1.24	c BCD2: #cores=16, #unrelaxed=2936, #relaxed=163, #hardened=0
1.19/1.24	c BCD2: #sat=1 #unsat=42 bias=42/43
1.19/1.24	c Solving starts ...
1.19/1.24	c ============================[ Search Statistics ]============================
1.19/1.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.24	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.24	c =============================================================================
1.19/1.24	c  0.0s |       0 |        0 |        0 |     4408      0 |       26 |       32
1.19/1.25	c  0.0s |       0 |     1501 |        0 |     4408      0 |       26 |       33
1.19/1.25	c #cpu_time = 0.010s
1.19/1.25	c #wall_clock_time = 0.011s
1.19/1.25	c #decision = 1501
1.19/1.25	c #random_decision = 0
1.19/1.25	c #conflict = 0
1.19/1.25	c #restart = 0
1.19/1.25	c BCD2: found a new core of size 3: cost of the new core is >=2
1.19/1.25	c lower bound updated to -2104
1.19/1.26	c BCD2: 1526 <= obj <= 5086
1.19/1.26	c BCD2: #cores=17, #unrelaxed=2933, #relaxed=166, #hardened=0
1.19/1.26	c BCD2: #sat=1 #unsat=43 bias=43/44
1.19/1.26	c Solving starts ...
1.19/1.26	c ============================[ Search Statistics ]============================
1.19/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.26	c =============================================================================
1.19/1.26	c  0.0s |       0 |        0 |        0 |     4408      0 |       26 |       34
1.19/1.26	c  0.0s |       0 |      859 |        1 |     4408      0 |       26 |       34
1.19/1.26	c #cpu_time = 0.007s
1.19/1.26	c #wall_clock_time = 0.007s
1.19/1.26	c #decision = 859
1.19/1.26	c #random_decision = 0
1.19/1.26	c #conflict = 1
1.19/1.26	c #restart = 0
1.19/1.26	c BCD2: relaxing 8 and merging with 4 cores into a new core of size 44: cost of the new core is >=25
1.19/1.26	c lower bound updated to -2103
1.19/1.26	c BCD2: 1527 <= obj <= 5086
1.19/1.26	c BCD2: #cores=14, #unrelaxed=2925, #relaxed=174, #hardened=0
1.19/1.26	c BCD2: #sat=1 #unsat=44 bias=44/45
1.19/1.26	c Solving starts ...
1.19/1.26	c ============================[ Search Statistics ]============================
1.19/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.26	c =============================================================================
1.19/1.27	c  0.0s |       0 |        0 |        0 |     4408      0 |       30 |       34
1.19/1.28	c  0.0s |       0 |     1489 |        0 |     4408      0 |       30 |       38
1.19/1.28	c #cpu_time = 0.010s
1.19/1.28	c #wall_clock_time = 0.010s
1.19/1.28	c #decision = 1489
1.19/1.28	c #random_decision = 0
1.19/1.28	c #conflict = 0
1.19/1.28	c #restart = 0
1.19/1.28	c BCD2: found a new core of size 3: cost of the new core is >=2
1.19/1.28	c lower bound updated to -2101
1.19/1.28	c BCD2: 1529 <= obj <= 5086
1.19/1.28	c BCD2: #cores=15, #unrelaxed=2922, #relaxed=177, #hardened=0
1.19/1.28	c BCD2: #sat=1 #unsat=45 bias=45/46
1.19/1.28	c Solving starts ...
1.19/1.28	c ============================[ Search Statistics ]============================
1.19/1.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.28	c =============================================================================
1.19/1.28	c  0.0s |       0 |        0 |        0 |     4408      0 |       30 |       39
1.19/1.29	c  0.0s |       0 |     1288 |        0 |     4408      0 |       30 |       39
1.19/1.29	c #cpu_time = 0.009s
1.19/1.29	c #wall_clock_time = 0.009s
1.19/1.29	c #decision = 1288
1.19/1.29	c #random_decision = 0
1.19/1.29	c #conflict = 0
1.19/1.29	c #restart = 0
1.19/1.29	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.19/1.29	c lower bound updated to -2100
1.19/1.29	c BCD2: 1530 <= obj <= 5086
1.19/1.29	c BCD2: #cores=15, #unrelaxed=2919, #relaxed=180, #hardened=0
1.19/1.29	c BCD2: #sat=1 #unsat=46 bias=46/47
1.19/1.29	c Solving starts ...
1.19/1.29	c ============================[ Search Statistics ]============================
1.19/1.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.29	c =============================================================================
1.19/1.29	c  0.0s |       0 |        0 |        0 |     4408      0 |       31 |       39
1.29/1.30	c  0.0s |       0 |     1396 |        0 |     4408      0 |       31 |       40
1.29/1.30	c #cpu_time = 0.009s
1.29/1.30	c #wall_clock_time = 0.009s
1.29/1.30	c #decision = 1396
1.29/1.30	c #random_decision = 0
1.29/1.30	c #conflict = 0
1.29/1.30	c #restart = 0
1.29/1.30	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 11: cost of the new core is >=5
1.29/1.30	c lower bound updated to -2098
1.29/1.30	c BCD2: 1532 <= obj <= 5086
1.29/1.30	c BCD2: #cores=15, #unrelaxed=2914, #relaxed=185, #hardened=0
1.29/1.30	c BCD2: #sat=1 #unsat=47 bias=47/48
1.29/1.30	c Solving starts ...
1.29/1.30	c ============================[ Search Statistics ]============================
1.29/1.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.30	c =============================================================================
1.29/1.30	c  0.0s |       0 |        0 |        0 |     4408      0 |       32 |       40
1.29/1.31	c  0.0s |       0 |     1395 |        0 |     4408      0 |       32 |       41
1.29/1.31	c #cpu_time = 0.009s
1.29/1.31	c #wall_clock_time = 0.009s
1.29/1.31	c #decision = 1395
1.29/1.31	c #random_decision = 0
1.29/1.31	c #conflict = 0
1.29/1.31	c #restart = 0
1.29/1.31	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 16: cost of the new core is >=7
1.29/1.31	c lower bound updated to -2096
1.29/1.32	c BCD2: 1534 <= obj <= 5086
1.29/1.32	c BCD2: #cores=15, #unrelaxed=2909, #relaxed=190, #hardened=0
1.29/1.32	c BCD2: #sat=1 #unsat=48 bias=48/49
1.29/1.32	c Solving starts ...
1.29/1.32	c ============================[ Search Statistics ]============================
1.29/1.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.32	c =============================================================================
1.29/1.32	c  0.0s |       0 |        0 |        0 |     4408      0 |       33 |       41
1.29/1.33	c  0.0s |       0 |     1392 |        0 |     4408      0 |       33 |       42
1.29/1.33	c #cpu_time = 0.010s
1.29/1.33	c #wall_clock_time = 0.010s
1.29/1.33	c #decision = 1392
1.29/1.33	c #random_decision = 0
1.29/1.33	c #conflict = 0
1.29/1.33	c #restart = 0
1.29/1.33	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 18: cost of the new core is >=9
1.29/1.33	c lower bound updated to -2094
1.29/1.33	c BCD2: 1536 <= obj <= 5086
1.29/1.33	c BCD2: #cores=15, #unrelaxed=2907, #relaxed=192, #hardened=0
1.29/1.33	c BCD2: #sat=1 #unsat=49 bias=49/50
1.29/1.33	c Solving starts ...
1.29/1.33	c ============================[ Search Statistics ]============================
1.29/1.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.33	c =============================================================================
1.29/1.33	c  0.0s |       0 |        0 |        0 |     4408      0 |       34 |       42
1.29/1.34	c  0.0s |       0 |     1394 |        0 |     4408      0 |       34 |       43
1.29/1.34	c #cpu_time = 0.009s
1.29/1.34	c #wall_clock_time = 0.009s
1.29/1.34	c #decision = 1394
1.29/1.34	c #random_decision = 0
1.29/1.34	c #conflict = 0
1.29/1.34	c #restart = 0
1.29/1.34	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 20: cost of the new core is >=11
1.29/1.34	c lower bound updated to -2092
1.29/1.34	c BCD2: 1538 <= obj <= 5086
1.29/1.34	c BCD2: #cores=15, #unrelaxed=2905, #relaxed=194, #hardened=0
1.29/1.34	c BCD2: #sat=1 #unsat=50 bias=50/51
1.29/1.34	c Solving starts ...
1.29/1.34	c ============================[ Search Statistics ]============================
1.29/1.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.34	c =============================================================================
1.29/1.34	c  0.0s |       0 |        0 |        0 |     4408      0 |       35 |       43
1.29/1.35	c  0.0s |       0 |     1395 |        0 |     4408      0 |       35 |       44
1.29/1.35	c #cpu_time = 0.010s
1.29/1.35	c #wall_clock_time = 0.010s
1.29/1.35	c #decision = 1395
1.29/1.35	c #random_decision = 0
1.29/1.35	c #conflict = 0
1.29/1.35	c #restart = 0
1.29/1.35	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 22: cost of the new core is >=13
1.29/1.35	c lower bound updated to -2090
1.29/1.36	c BCD2: 1540 <= obj <= 5086
1.29/1.36	c BCD2: #cores=15, #unrelaxed=2903, #relaxed=196, #hardened=0
1.29/1.36	c BCD2: #sat=1 #unsat=51 bias=51/52
1.29/1.36	c Solving starts ...
1.29/1.36	c ============================[ Search Statistics ]============================
1.29/1.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.36	c =============================================================================
1.29/1.36	c  0.0s |       0 |        0 |        0 |     4408      0 |       36 |       44
1.29/1.37	c  0.0s |       0 |     1400 |        0 |     4408      0 |       36 |       45
1.29/1.37	c #cpu_time = 0.009s
1.29/1.37	c #wall_clock_time = 0.009s
1.29/1.37	c #decision = 1400
1.29/1.37	c #random_decision = 0
1.29/1.37	c #conflict = 0
1.29/1.37	c #restart = 0
1.29/1.37	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 24: cost of the new core is >=15
1.29/1.37	c lower bound updated to -2088
1.29/1.37	c BCD2: 1542 <= obj <= 5086
1.29/1.37	c BCD2: #cores=15, #unrelaxed=2901, #relaxed=198, #hardened=0
1.29/1.37	c BCD2: #sat=1 #unsat=52 bias=52/53
1.29/1.37	c Solving starts ...
1.29/1.37	c ============================[ Search Statistics ]============================
1.29/1.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.37	c =============================================================================
1.29/1.37	c  0.0s |       0 |        0 |        0 |     4408      0 |       37 |       45
1.29/1.38	c  0.0s |       0 |     1471 |        0 |     4408      0 |       37 |       46
1.29/1.38	c #cpu_time = 0.011s
1.29/1.38	c #wall_clock_time = 0.011s
1.29/1.38	c #decision = 1471
1.29/1.38	c #random_decision = 0
1.29/1.38	c #conflict = 0
1.29/1.38	c #restart = 0
1.29/1.38	c BCD2: found a new core of size 4: cost of the new core is >=2
1.29/1.38	c lower bound updated to -2086
1.29/1.38	c BCD2: 1544 <= obj <= 5086
1.29/1.38	c BCD2: #cores=16, #unrelaxed=2897, #relaxed=202, #hardened=0
1.29/1.38	c BCD2: #sat=1 #unsat=53 bias=53/54
1.29/1.38	c Solving starts ...
1.29/1.38	c ============================[ Search Statistics ]============================
1.29/1.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.38	c =============================================================================
1.29/1.38	c  0.0s |       0 |        0 |        0 |     4408      0 |       37 |       46
1.29/1.39	c  0.0s |       0 |     1469 |        0 |     4408      0 |       37 |       46
1.29/1.39	c #cpu_time = 0.009s
1.29/1.39	c #wall_clock_time = 0.010s
1.29/1.39	c #decision = 1469
1.29/1.39	c #random_decision = 0
1.29/1.39	c #conflict = 0
1.29/1.39	c #restart = 0
1.29/1.39	c BCD2: found a new core of size 3: cost of the new core is >=2
1.29/1.39	c lower bound updated to -2084
1.39/1.40	c BCD2: 1546 <= obj <= 5086
1.39/1.40	c BCD2: #cores=17, #unrelaxed=2894, #relaxed=205, #hardened=0
1.39/1.40	c BCD2: #sat=1 #unsat=54 bias=54/55
1.39/1.40	c Solving starts ...
1.39/1.40	c ============================[ Search Statistics ]============================
1.39/1.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.40	c =============================================================================
1.39/1.40	c  0.0s |       0 |        0 |        0 |     4408      0 |       37 |       47
1.39/1.41	c  0.0s |       0 |     1364 |        0 |     4408      0 |       37 |       47
1.39/1.41	c #cpu_time = 0.009s
1.39/1.41	c #wall_clock_time = 0.009s
1.39/1.41	c #decision = 1364
1.39/1.41	c #random_decision = 0
1.39/1.41	c #conflict = 0
1.39/1.41	c #restart = 0
1.39/1.41	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.39/1.41	c lower bound updated to -2083
1.39/1.41	c BCD2: 1547 <= obj <= 5086
1.39/1.41	c BCD2: #cores=17, #unrelaxed=2891, #relaxed=208, #hardened=0
1.39/1.41	c BCD2: #sat=1 #unsat=55 bias=55/56
1.39/1.41	c Solving starts ...
1.39/1.41	c ============================[ Search Statistics ]============================
1.39/1.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.41	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.41	c =============================================================================
1.39/1.41	c  0.0s |       0 |        0 |        0 |     4408      0 |       38 |       47
1.39/1.42	c  0.0s |       0 |     1288 |        0 |     4408      0 |       38 |       48
1.39/1.42	c #cpu_time = 0.010s
1.39/1.42	c #wall_clock_time = 0.010s
1.39/1.42	c #decision = 1288
1.39/1.42	c #random_decision = 0
1.39/1.42	c #conflict = 0
1.39/1.42	c #restart = 0
1.39/1.42	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 14: cost of the new core is >=6
1.39/1.42	c lower bound updated to -2081
1.39/1.42	c BCD2: 1549 <= obj <= 5086
1.39/1.42	c BCD2: #cores=16, #unrelaxed=2887, #relaxed=212, #hardened=0
1.39/1.42	c BCD2: #sat=1 #unsat=56 bias=56/57
1.39/1.42	c Solving starts ...
1.39/1.42	c ============================[ Search Statistics ]============================
1.39/1.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.42	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.42	c =============================================================================
1.39/1.42	c  0.0s |       0 |        0 |        0 |     4408      0 |       40 |       48
1.39/1.43	c  0.0s |       0 |     1461 |        0 |     4408      0 |       40 |       50
1.39/1.43	c #cpu_time = 0.010s
1.39/1.43	c #wall_clock_time = 0.010s
1.39/1.43	c #decision = 1461
1.39/1.43	c #random_decision = 0
1.39/1.43	c #conflict = 0
1.39/1.43	c #restart = 0
1.39/1.43	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 28: cost of the new core is >=16
1.39/1.43	c lower bound updated to -2080
1.39/1.43	c BCD2: 1550 <= obj <= 5086
1.39/1.43	c BCD2: #cores=16, #unrelaxed=2883, #relaxed=216, #hardened=0
1.39/1.43	c BCD2: #sat=1 #unsat=57 bias=57/58
1.39/1.44	c Solving starts ...
1.39/1.44	c ============================[ Search Statistics ]============================
1.39/1.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.44	c =============================================================================
1.39/1.44	c  0.0s |       0 |        0 |        0 |     4408      0 |       41 |       50
1.39/1.45	c  0.0s |       0 |     1532 |        1 |     4408      0 |       41 |       51
1.39/1.45	c #cpu_time = 0.012s
1.39/1.45	c #wall_clock_time = 0.012s
1.39/1.45	c #decision = 1532
1.39/1.45	c #random_decision = 0
1.39/1.45	c #conflict = 1
1.39/1.45	c #restart = 0
1.39/1.45	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 47: cost of the new core is >=24
1.39/1.45	c lower bound updated to -2078
1.39/1.45	c BCD2: 1552 <= obj <= 5086
1.39/1.45	c BCD2: #cores=15, #unrelaxed=2878, #relaxed=221, #hardened=0
1.39/1.45	c BCD2: #sat=1 #unsat=58 bias=58/59
1.39/1.45	c Solving starts ...
1.39/1.45	c ============================[ Search Statistics ]============================
1.39/1.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.45	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.45	c =============================================================================
1.39/1.45	c  0.0s |       0 |        0 |        0 |     4408      0 |       43 |       51
1.39/1.46	c  0.0s |       0 |     1456 |        0 |     4408      0 |       43 |       53
1.39/1.46	c #cpu_time = 0.010s
1.39/1.46	c #wall_clock_time = 0.010s
1.39/1.46	c #decision = 1456
1.39/1.46	c #random_decision = 0
1.39/1.46	c #conflict = 0
1.39/1.46	c #restart = 0
1.39/1.46	c BCD2: found a new core of size 4: cost of the new core is >=1
1.39/1.46	c lower bound updated to -2077
1.39/1.46	c BCD2: 1553 <= obj <= 5086
1.39/1.46	c BCD2: #cores=16, #unrelaxed=2874, #relaxed=225, #hardened=0
1.39/1.46	c BCD2: #sat=1 #unsat=59 bias=59/60
1.39/1.46	c Solving starts ...
1.39/1.46	c ============================[ Search Statistics ]============================
1.39/1.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.46	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.46	c =============================================================================
1.39/1.46	c  0.0s |       0 |        0 |        0 |     4408      0 |       43 |       53
1.39/1.48	c  0.0s |       0 |      719 |        3 |     4408      0 |       43 |       53
1.39/1.48	c #cpu_time = 0.011s
1.39/1.48	c #wall_clock_time = 0.011s
1.39/1.48	c #decision = 719
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 3
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: relaxing 24 and merging with 4 cores into a new core of size 84: cost of the new core is >=31
1.39/1.48	c lower bound updated to -2075
1.39/1.48	c BCD2: 1555 <= obj <= 5086
1.39/1.48	c BCD2: #cores=13, #unrelaxed=2850, #relaxed=249, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=60 bias=60/61
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     4408      0 |       47 |       53
1.39/1.49	c  0.0s |       0 |     1428 |        0 |     4408      0 |       47 |       57
1.39/1.49	c #cpu_time = 0.010s
1.39/1.49	c #wall_clock_time = 0.010s
1.39/1.49	c #decision = 1428
1.39/1.49	c #random_decision = 0
1.39/1.49	c #conflict = 0
1.39/1.49	c #restart = 0
1.39/1.49	c BCD2: found a new core of size 3: cost of the new core is >=2
1.39/1.49	c lower bound updated to -2073
1.39/1.49	c BCD2: 1557 <= obj <= 5086
1.39/1.49	c BCD2: #cores=14, #unrelaxed=2847, #relaxed=252, #hardened=0
1.39/1.49	c BCD2: #sat=1 #unsat=61 bias=61/62
1.39/1.49	c Solving starts ...
1.39/1.49	c ============================[ Search Statistics ]============================
1.39/1.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.49	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.49	c =============================================================================
1.39/1.49	c  0.0s |       0 |        0 |        0 |     4408      0 |       47 |       58
1.49/1.50	c  0.0s |       0 |     1207 |        0 |     4408      0 |       47 |       58
1.49/1.50	c #cpu_time = 0.009s
1.49/1.50	c #wall_clock_time = 0.009s
1.49/1.50	c #decision = 1207
1.49/1.50	c #random_decision = 0
1.49/1.50	c #conflict = 0
1.49/1.50	c #restart = 0
1.49/1.50	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 15: cost of the new core is >=7
1.49/1.50	c lower bound updated to -2072
1.49/1.51	c BCD2: 1558 <= obj <= 5086
1.49/1.51	c BCD2: #cores=13, #unrelaxed=2840, #relaxed=259, #hardened=0
1.49/1.51	c BCD2: #sat=1 #unsat=62 bias=62/63
1.49/1.51	c Solving starts ...
1.49/1.51	c ============================[ Search Statistics ]============================
1.49/1.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.51	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.51	c =============================================================================
1.49/1.51	c  0.0s |       0 |        0 |        0 |     4408      0 |       49 |       58
1.49/1.52	c  0.0s |       0 |     1419 |        0 |     4408      0 |       49 |       60
1.49/1.52	c #cpu_time = 0.010s
1.49/1.52	c #wall_clock_time = 0.010s
1.49/1.52	c #decision = 1419
1.49/1.52	c #random_decision = 0
1.49/1.52	c #conflict = 0
1.49/1.52	c #restart = 0
1.49/1.52	c BCD2: found a new core of size 4: cost of the new core is >=2
1.49/1.52	c lower bound updated to -2070
1.49/1.52	c BCD2: 1560 <= obj <= 5086
1.49/1.52	c BCD2: #cores=14, #unrelaxed=2836, #relaxed=263, #hardened=0
1.49/1.52	c BCD2: #sat=1 #unsat=63 bias=63/64
1.49/1.52	c Solving starts ...
1.49/1.52	c ============================[ Search Statistics ]============================
1.49/1.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.52	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.52	c =============================================================================
1.49/1.52	c  0.0s |       0 |        0 |        0 |     4408      0 |       49 |       60
1.49/1.53	c  0.0s |       0 |     1314 |        1 |     4408      0 |       49 |       60
1.49/1.53	c #cpu_time = 0.009s
1.49/1.53	c #wall_clock_time = 0.009s
1.49/1.53	c #decision = 1314
1.49/1.53	c #random_decision = 0
1.49/1.53	c #conflict = 1
1.49/1.53	c #restart = 0
1.49/1.53	c BCD2: relaxing 11 and merging with 2 cores into a new core of size 31: cost of the new core is >=9
1.49/1.53	c lower bound updated to -2069
1.49/1.53	c BCD2: 1561 <= obj <= 5086
1.49/1.53	c BCD2: #cores=13, #unrelaxed=2825, #relaxed=274, #hardened=0
1.49/1.53	c BCD2: #sat=1 #unsat=64 bias=64/65
1.49/1.53	c Solving starts ...
1.49/1.53	c ============================[ Search Statistics ]============================
1.49/1.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.53	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.53	c =============================================================================
1.49/1.53	c  0.0s |       0 |        0 |        0 |     4408      0 |       51 |       60
1.49/1.54	c  0.0s |       0 |     1405 |        0 |     4408      0 |       51 |       62
1.49/1.54	c #cpu_time = 0.010s
1.49/1.54	c #wall_clock_time = 0.010s
1.49/1.54	c #decision = 1405
1.49/1.54	c #random_decision = 0
1.49/1.54	c #conflict = 0
1.49/1.54	c #restart = 0
1.49/1.54	c BCD2: found a new core of size 4: cost of the new core is >=2
1.49/1.54	c lower bound updated to -2067
1.49/1.54	c BCD2: 1563 <= obj <= 5086
1.49/1.54	c BCD2: #cores=14, #unrelaxed=2821, #relaxed=278, #hardened=0
1.49/1.54	c BCD2: #sat=1 #unsat=65 bias=65/66
1.49/1.54	c Solving starts ...
1.49/1.54	c ============================[ Search Statistics ]============================
1.49/1.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.54	c =============================================================================
1.49/1.55	c  0.0s |       0 |        0 |        0 |     4408      0 |       51 |       62
1.49/1.56	c  0.0s |       0 |     1320 |        0 |     4408      0 |       51 |       62
1.49/1.56	c #cpu_time = 0.008s
1.49/1.56	c #wall_clock_time = 0.008s
1.49/1.56	c #decision = 1320
1.49/1.56	c #random_decision = 0
1.49/1.56	c #conflict = 0
1.49/1.56	c #restart = 0
1.49/1.56	c BCD2: relaxing 8 and merging with 2 cores into a new core of size 17: cost of the new core is >=4
1.49/1.56	c lower bound updated to -2066
1.49/1.56	c BCD2: 1564 <= obj <= 5086
1.49/1.56	c BCD2: #cores=13, #unrelaxed=2813, #relaxed=286, #hardened=0
1.49/1.56	c BCD2: #sat=1 #unsat=66 bias=66/67
1.49/1.56	c Solving starts ...
1.49/1.56	c ============================[ Search Statistics ]============================
1.49/1.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.56	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.56	c =============================================================================
1.49/1.56	c  0.0s |       0 |        0 |        0 |     4408      0 |       53 |       62
1.49/1.57	c  0.0s |       0 |     1412 |        0 |     4408      0 |       53 |       64
1.49/1.57	c #cpu_time = 0.010s
1.49/1.57	c #wall_clock_time = 0.010s
1.49/1.57	c #decision = 1412
1.49/1.57	c #random_decision = 0
1.49/1.57	c #conflict = 0
1.49/1.57	c #restart = 0
1.49/1.57	c BCD2: found a new core of size 3: cost of the new core is >=2
1.49/1.57	c lower bound updated to -2064
1.49/1.57	c BCD2: 1566 <= obj <= 5086
1.49/1.57	c BCD2: #cores=14, #unrelaxed=2810, #relaxed=289, #hardened=0
1.49/1.57	c BCD2: #sat=1 #unsat=67 bias=67/68
1.49/1.57	c Solving starts ...
1.49/1.57	c ============================[ Search Statistics ]============================
1.49/1.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.57	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.57	c =============================================================================
1.49/1.57	c  0.0s |       0 |        0 |        0 |     4408      0 |       53 |       65
1.49/1.58	c  0.0s |       0 |      891 |        1 |     4408      0 |       53 |       65
1.49/1.58	c #cpu_time = 0.010s
1.49/1.58	c #wall_clock_time = 0.010s
1.49/1.58	c #decision = 891
1.49/1.58	c #random_decision = 0
1.49/1.58	c #conflict = 1
1.49/1.58	c #restart = 0
1.49/1.58	c BCD2: relaxing 28 and merging with 2 cores into a new core of size 75: cost of the new core is >=28
1.49/1.58	c lower bound updated to -2063
1.49/1.58	c BCD2: 1567 <= obj <= 5086
1.49/1.58	c BCD2: #cores=13, #unrelaxed=2782, #relaxed=317, #hardened=0
1.49/1.58	c BCD2: #sat=1 #unsat=68 bias=68/69
1.49/1.58	c Solving starts ...
1.49/1.58	c ============================[ Search Statistics ]============================
1.49/1.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.58	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.58	c =============================================================================
1.49/1.58	c  0.0s |       0 |        0 |        0 |     4408      0 |       55 |       65
1.49/1.59	c  0.0s |       0 |     1386 |        0 |     4408      0 |       55 |       67
1.49/1.59	c #cpu_time = 0.009s
1.49/1.59	c #wall_clock_time = 0.009s
1.49/1.59	c #decision = 1386
1.49/1.59	c #random_decision = 0
1.49/1.59	c #conflict = 0
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 >=2
1.49/1.59	c lower bound updated to -2061
1.49/1.60	c BCD2: 1569 <= obj <= 5086
1.49/1.60	c BCD2: #cores=14, #unrelaxed=2779, #relaxed=320, #hardened=0
1.49/1.60	c BCD2: #sat=1 #unsat=69 bias=69/70
1.59/1.60	c Solving starts ...
1.59/1.60	c ============================[ Search Statistics ]============================
1.59/1.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.60	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.60	c =============================================================================
1.59/1.60	c  0.0s |       0 |        0 |        0 |     4408      0 |       55 |       68
1.59/1.61	c  0.0s |       0 |     1136 |        0 |     4408      0 |       55 |       68
1.59/1.61	c #cpu_time = 0.008s
1.59/1.61	c #wall_clock_time = 0.008s
1.59/1.61	c #decision = 1136
1.59/1.61	c #random_decision = 0
1.59/1.61	c #conflict = 0
1.59/1.61	c #restart = 0
1.59/1.61	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=3
1.59/1.61	c lower bound updated to -2060
1.59/1.61	c BCD2: 1570 <= obj <= 5086
1.59/1.61	c BCD2: #cores=14, #unrelaxed=2777, #relaxed=322, #hardened=0
1.59/1.61	c BCD2: #sat=1 #unsat=70 bias=70/71
1.59/1.61	c Solving starts ...
1.59/1.61	c ============================[ Search Statistics ]============================
1.59/1.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.61	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.61	c =============================================================================
1.59/1.61	c  0.0s |       0 |        0 |        0 |     4408      0 |       56 |       68
1.59/1.62	c  0.0s |       0 |     1219 |        0 |     4408      0 |       56 |       69
1.59/1.62	c #cpu_time = 0.009s
1.59/1.62	c #wall_clock_time = 0.009s
1.59/1.62	c #decision = 1219
1.59/1.62	c #random_decision = 0
1.59/1.62	c #conflict = 0
1.59/1.62	c #restart = 0
1.59/1.62	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
1.59/1.62	c lower bound updated to -2059
1.59/1.62	c BCD2: 1571 <= obj <= 5086
1.59/1.62	c BCD2: #cores=14, #unrelaxed=2775, #relaxed=324, #hardened=0
1.59/1.62	c BCD2: #sat=1 #unsat=71 bias=71/72
1.59/1.62	c Solving starts ...
1.59/1.62	c ============================[ Search Statistics ]============================
1.59/1.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.62	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.62	c =============================================================================
1.59/1.62	c  0.0s |       0 |        0 |        0 |     4408      0 |       57 |       69
1.59/1.63	c  0.0s |       0 |      892 |        2 |     4408      0 |       57 |       70
1.59/1.63	c #cpu_time = 0.008s
1.59/1.63	c #wall_clock_time = 0.008s
1.59/1.63	c #decision = 892
1.59/1.63	c #random_decision = 0
1.59/1.63	c #conflict = 2
1.59/1.63	c #restart = 0
1.59/1.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=6
1.59/1.63	c lower bound updated to -2057
1.59/1.63	c BCD2: 1573 <= obj <= 5086
1.59/1.63	c BCD2: #cores=14, #unrelaxed=2774, #relaxed=325, #hardened=0
1.59/1.63	c BCD2: #sat=1 #unsat=72 bias=72/73
1.59/1.63	c Solving starts ...
1.59/1.63	c ============================[ Search Statistics ]============================
1.59/1.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.63	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.63	c =============================================================================
1.59/1.63	c  0.0s |       0 |        0 |        0 |     4408      0 |       58 |       70
1.59/1.64	c  0.0s |       0 |      600 |        1 |     4408      0 |       58 |       71
1.59/1.64	c #cpu_time = 0.006s
1.59/1.64	c #wall_clock_time = 0.006s
1.59/1.64	c #decision = 600
1.59/1.64	c #random_decision = 0
1.59/1.64	c #conflict = 1
1.59/1.64	c #restart = 0
1.59/1.64	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 11: cost of the new core is >=8
1.59/1.64	c lower bound updated to -2055
1.59/1.64	c BCD2: 1575 <= obj <= 5086
1.59/1.64	c BCD2: #cores=14, #unrelaxed=2771, #relaxed=328, #hardened=0
1.59/1.64	c BCD2: #sat=1 #unsat=73 bias=73/74
1.59/1.64	c Solving starts ...
1.59/1.64	c ============================[ Search Statistics ]============================
1.59/1.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.64	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.64	c =============================================================================
1.59/1.64	c  0.0s |       0 |        0 |        0 |     4408      0 |       59 |       71
1.59/1.65	c  0.0s |       0 |     1305 |        0 |     4408      0 |       59 |       72
1.59/1.65	c #cpu_time = 0.007s
1.59/1.65	c #wall_clock_time = 0.007s
1.59/1.65	c #decision = 1305
1.59/1.65	c #random_decision = 0
1.59/1.65	c #conflict = 0
1.59/1.65	c #restart = 0
1.59/1.65	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 13: cost of the new core is >=10
1.59/1.65	c lower bound updated to -2053
1.59/1.65	c BCD2: 1577 <= obj <= 5086
1.59/1.65	c BCD2: #cores=14, #unrelaxed=2769, #relaxed=330, #hardened=0
1.59/1.65	c BCD2: #sat=1 #unsat=74 bias=74/75
1.59/1.65	c Solving starts ...
1.59/1.65	c ============================[ Search Statistics ]============================
1.59/1.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.65	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.65	c =============================================================================
1.59/1.65	c  0.0s |       0 |        0 |        0 |     4408      0 |       60 |       72
1.59/1.66	c  0.0s |       0 |     1304 |        0 |     4408      0 |       60 |       73
1.59/1.66	c #cpu_time = 0.007s
1.59/1.66	c #wall_clock_time = 0.007s
1.59/1.66	c #decision = 1304
1.59/1.66	c #random_decision = 0
1.59/1.66	c #conflict = 0
1.59/1.66	c #restart = 0
1.59/1.66	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 15: cost of the new core is >=12
1.59/1.66	c lower bound updated to -2051
1.59/1.66	c BCD2: 1579 <= obj <= 5086
1.59/1.66	c BCD2: #cores=14, #unrelaxed=2767, #relaxed=332, #hardened=0
1.59/1.66	c BCD2: #sat=1 #unsat=75 bias=75/76
1.59/1.66	c Solving starts ...
1.59/1.66	c ============================[ Search Statistics ]============================
1.59/1.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.66	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.66	c =============================================================================
1.59/1.66	c  0.0s |       0 |        0 |        0 |     4408      0 |       61 |       73
1.59/1.67	c  0.0s |       0 |     1407 |        1 |     4408      0 |       61 |       74
1.59/1.67	c #cpu_time = 0.008s
1.59/1.67	c #wall_clock_time = 0.008s
1.59/1.67	c #decision = 1407
1.59/1.67	c #random_decision = 0
1.59/1.67	c #conflict = 1
1.59/1.67	c #restart = 0
1.59/1.67	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 18: cost of the new core is >=14
1.59/1.67	c lower bound updated to -2049
1.59/1.67	c BCD2: 1581 <= obj <= 5086
1.59/1.67	c BCD2: #cores=14, #unrelaxed=2764, #relaxed=335, #hardened=0
1.59/1.67	c BCD2: #sat=1 #unsat=76 bias=76/77
1.59/1.67	c Solving starts ...
1.59/1.67	c ============================[ Search Statistics ]============================
1.59/1.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.67	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.67	c =============================================================================
1.59/1.67	c  0.0s |       0 |        0 |        0 |     4408      0 |       62 |       74
1.59/1.68	c  0.0s |       0 |     1371 |        0 |     4408      0 |       62 |       75
1.59/1.68	c #cpu_time = 0.009s
1.59/1.68	c #wall_clock_time = 0.009s
1.59/1.68	c #decision = 1371
1.59/1.68	c #random_decision = 0
1.59/1.68	c #conflict = 0
1.59/1.68	c #restart = 0
1.59/1.68	c BCD2: found a new core of size 5: cost of the new core is >=1
1.59/1.68	c lower bound updated to -2048
1.59/1.68	c BCD2: 1582 <= obj <= 5086
1.59/1.68	c BCD2: #cores=15, #unrelaxed=2759, #relaxed=340, #hardened=0
1.59/1.68	c BCD2: #sat=1 #unsat=77 bias=77/78
1.59/1.68	c Solving starts ...
1.59/1.68	c ============================[ Search Statistics ]============================
1.59/1.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.68	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.68	c =============================================================================
1.59/1.68	c  0.0s |       0 |        0 |        0 |     4408      0 |       62 |       75
1.59/1.69	c  0.0s |       0 |     1231 |        0 |     4408      0 |       62 |       75
1.59/1.69	c #cpu_time = 0.008s
1.59/1.69	c #wall_clock_time = 0.008s
1.59/1.69	c #decision = 1231
1.59/1.69	c #random_decision = 0
1.59/1.69	c #conflict = 0
1.59/1.69	c #restart = 0
1.59/1.69	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=3
1.59/1.69	c lower bound updated to -2046
1.59/1.69	c BCD2: 1584 <= obj <= 5086
1.59/1.69	c BCD2: #cores=15, #unrelaxed=2757, #relaxed=342, #hardened=0
1.59/1.69	c BCD2: #sat=1 #unsat=78 bias=78/79
1.59/1.69	c Solving starts ...
1.59/1.69	c ============================[ Search Statistics ]============================
1.59/1.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.69	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.69	c =============================================================================
1.59/1.69	c  0.0s |       0 |        0 |        0 |     4408      0 |       63 |       75
1.69/1.70	c  0.0s |       0 |     1366 |        0 |     4408      0 |       63 |       76
1.69/1.70	c #cpu_time = 0.008s
1.69/1.70	c #wall_clock_time = 0.008s
1.69/1.70	c #decision = 1366
1.69/1.70	c #random_decision = 0
1.69/1.70	c #conflict = 0
1.69/1.70	c #restart = 0
1.69/1.70	c BCD2: found a new core of size 3: cost of the new core is >=2
1.69/1.70	c lower bound updated to -2044
1.69/1.71	c BCD2: 1586 <= obj <= 5086
1.69/1.71	c BCD2: #cores=16, #unrelaxed=2754, #relaxed=345, #hardened=0
1.69/1.71	c BCD2: #sat=1 #unsat=79 bias=79/80
1.69/1.71	c Solving starts ...
1.69/1.71	c ============================[ Search Statistics ]============================
1.69/1.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.71	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.71	c =============================================================================
1.69/1.71	c  0.0s |       0 |        0 |        0 |     4408      0 |       63 |       77
1.69/1.72	c  0.0s |       0 |     1225 |        0 |     4408      0 |       63 |       77
1.69/1.72	c #cpu_time = 0.009s
1.69/1.72	c #wall_clock_time = 0.009s
1.69/1.72	c #decision = 1225
1.69/1.72	c #random_decision = 0
1.69/1.72	c #conflict = 0
1.69/1.72	c #restart = 0
1.69/1.72	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.69/1.72	c BCD2: refineLB: 3 -> 4
1.69/1.72	c lower bound updated to -2042
1.69/1.72	c BCD2: 1588 <= obj <= 5086
1.69/1.72	c BCD2: #cores=16, #unrelaxed=2752, #relaxed=347, #hardened=0
1.69/1.72	c BCD2: #sat=1 #unsat=80 bias=80/81
1.69/1.72	c Solving starts ...
1.69/1.72	c ============================[ Search Statistics ]============================
1.69/1.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.72	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.72	c =============================================================================
1.69/1.72	c  0.0s |       0 |        0 |        0 |     4408      0 |       64 |       77
1.69/1.73	c  0.0s |       0 |     1134 |        0 |     4408      0 |       64 |       78
1.69/1.73	c #cpu_time = 0.009s
1.69/1.73	c #wall_clock_time = 0.009s
1.69/1.73	c #decision = 1134
1.69/1.73	c #random_decision = 0
1.69/1.73	c #conflict = 0
1.69/1.73	c #restart = 0
1.69/1.73	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=5
1.69/1.73	c lower bound updated to -2041
1.69/1.73	c BCD2: 1589 <= obj <= 5086
1.69/1.73	c BCD2: #cores=16, #unrelaxed=2750, #relaxed=349, #hardened=0
1.69/1.73	c BCD2: #sat=1 #unsat=81 bias=81/82
1.69/1.73	c Solving starts ...
1.69/1.73	c ============================[ Search Statistics ]============================
1.69/1.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.73	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.73	c =============================================================================
1.69/1.73	c  0.0s |       0 |        0 |        0 |     4408      0 |       65 |       78
1.69/1.75	c  0.0s |       0 |     1448 |        1 |     4408      0 |       65 |       79
1.69/1.75	c #cpu_time = 0.013s
1.69/1.75	c #wall_clock_time = 0.013s
1.69/1.75	c #decision = 1448
1.69/1.75	c #random_decision = 0
1.69/1.75	c #conflict = 1
1.69/1.75	c #restart = 0
1.69/1.75	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 10: cost of the new core is >=6
1.69/1.75	c lower bound updated to -2040
1.69/1.75	c BCD2: 1590 <= obj <= 5086
1.69/1.75	c BCD2: #cores=16, #unrelaxed=2747, #relaxed=352, #hardened=0
1.69/1.75	c BCD2: #sat=1 #unsat=82 bias=82/83
1.69/1.75	c Solving starts ...
1.69/1.75	c ============================[ Search Statistics ]============================
1.69/1.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.75	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.75	c =============================================================================
1.69/1.75	c  0.0s |       0 |        0 |        0 |     4408      0 |       66 |       79
1.69/1.76	c  0.0s |       0 |     1362 |        0 |     4408      0 |       66 |       80
1.69/1.76	c #cpu_time = 0.009s
1.69/1.76	c #wall_clock_time = 0.009s
1.69/1.76	c #decision = 1362
1.69/1.76	c #random_decision = 0
1.69/1.76	c #conflict = 0
1.69/1.76	c #restart = 0
1.69/1.76	c BCD2: found a new core of size 3: cost of the new core is >=2
1.69/1.76	c lower bound updated to -2038
1.69/1.76	c BCD2: 1592 <= obj <= 5086
1.69/1.76	c BCD2: #cores=17, #unrelaxed=2744, #relaxed=355, #hardened=0
1.69/1.76	c BCD2: #sat=1 #unsat=83 bias=83/84
1.69/1.76	c Solving starts ...
1.69/1.76	c ============================[ Search Statistics ]============================
1.69/1.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.76	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.76	c =============================================================================
1.69/1.76	c  0.0s |       0 |        0 |        0 |     4408      0 |       66 |       81
1.69/1.77	c  0.0s |       0 |     1940 |        1 |     4408      0 |       66 |       81
1.69/1.77	c #cpu_time = 0.010s
1.69/1.77	c #wall_clock_time = 0.010s
1.69/1.77	c #decision = 1940
1.69/1.77	c #random_decision = 0
1.69/1.77	c #conflict = 1
1.69/1.77	c #restart = 0
1.69/1.77	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 15: cost of the new core is >=6
1.69/1.77	c lower bound updated to -2037
1.69/1.77	c BCD2: 1593 <= obj <= 5086
1.69/1.77	c BCD2: #cores=16, #unrelaxed=2739, #relaxed=360, #hardened=0
1.69/1.77	c BCD2: #sat=1 #unsat=84 bias=84/85
1.69/1.77	c Solving starts ...
1.69/1.77	c ============================[ Search Statistics ]============================
1.69/1.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.77	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.77	c =============================================================================
1.69/1.77	c  0.0s |       0 |        0 |        0 |     4408      0 |       68 |       81
1.69/1.78	c  0.0s |       0 |     1355 |        0 |     4408      0 |       68 |       83
1.69/1.78	c #cpu_time = 0.009s
1.69/1.78	c #wall_clock_time = 0.009s
1.69/1.78	c #decision = 1355
1.69/1.78	c #random_decision = 0
1.69/1.78	c #conflict = 0
1.69/1.78	c #restart = 0
1.69/1.78	c BCD2: found a new core of size 5: cost of the new core is >=1
1.69/1.78	c lower bound updated to -2036
1.69/1.78	c BCD2: 1594 <= obj <= 5086
1.69/1.78	c BCD2: #cores=17, #unrelaxed=2734, #relaxed=365, #hardened=0
1.69/1.78	c BCD2: #sat=1 #unsat=85 bias=85/86
1.69/1.78	c Solving starts ...
1.69/1.78	c ============================[ Search Statistics ]============================
1.69/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.78	c =============================================================================
1.69/1.79	c  0.0s |       0 |        0 |        0 |     4408      0 |       68 |       83
1.69/1.79	c  0.0s |       0 |     1352 |        0 |     4408      0 |       68 |       83
1.69/1.79	c #cpu_time = 0.008s
1.69/1.79	c #wall_clock_time = 0.008s
1.69/1.79	c #decision = 1352
1.69/1.79	c #random_decision = 0
1.69/1.79	c #conflict = 0
1.69/1.79	c #restart = 0
1.69/1.79	c BCD2: found a new core of size 3: cost of the new core is >=2
1.69/1.79	c lower bound updated to -2034
1.79/1.80	c BCD2: 1596 <= obj <= 5086
1.79/1.80	c BCD2: #cores=18, #unrelaxed=2731, #relaxed=368, #hardened=0
1.79/1.80	c BCD2: #sat=1 #unsat=86 bias=86/87
1.79/1.80	c Solving starts ...
1.79/1.80	c ============================[ Search Statistics ]============================
1.79/1.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.80	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.80	c =============================================================================
1.79/1.80	c  0.0s |       0 |        0 |        0 |     4408      0 |       68 |       84
1.79/1.81	c  0.0s |       0 |     1321 |        0 |     4408      0 |       68 |       84
1.79/1.81	c #cpu_time = 0.009s
1.79/1.81	c #wall_clock_time = 0.009s
1.79/1.81	c #decision = 1321
1.79/1.81	c #random_decision = 0
1.79/1.81	c #conflict = 0
1.79/1.81	c #restart = 0
1.79/1.81	c BCD2: found a new core of size 3: cost of the new core is >=1
1.79/1.81	c lower bound updated to -2033
1.79/1.81	c BCD2: 1597 <= obj <= 5086
1.79/1.81	c BCD2: #cores=19, #unrelaxed=2728, #relaxed=371, #hardened=0
1.79/1.81	c BCD2: #sat=1 #unsat=87 bias=87/88
1.79/1.81	c Solving starts ...
1.79/1.81	c ============================[ Search Statistics ]============================
1.79/1.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.81	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.81	c =============================================================================
1.79/1.81	c  0.0s |       0 |        0 |        0 |     4408      0 |       68 |       85
1.79/1.82	c  0.0s |       0 |     1254 |        0 |     4408      0 |       68 |       85
1.79/1.82	c #cpu_time = 0.007s
1.79/1.82	c #wall_clock_time = 0.007s
1.79/1.82	c #decision = 1254
1.79/1.82	c #random_decision = 0
1.79/1.82	c #conflict = 0
1.79/1.82	c #restart = 0
1.79/1.82	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
1.79/1.82	c lower bound updated to -2032
1.79/1.82	c BCD2: 1598 <= obj <= 5086
1.79/1.82	c BCD2: #cores=19, #unrelaxed=2726, #relaxed=373, #hardened=0
1.79/1.82	c BCD2: #sat=1 #unsat=88 bias=88/89
1.79/1.82	c Solving starts ...
1.79/1.82	c ============================[ Search Statistics ]============================
1.79/1.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.82	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.82	c =============================================================================
1.79/1.82	c  0.0s |       0 |        0 |        0 |     4408      0 |       69 |       85
1.79/1.83	c  0.0s |       0 |     1295 |        1 |     4408      0 |       69 |       86
1.79/1.83	c #cpu_time = 0.009s
1.79/1.83	c #wall_clock_time = 0.009s
1.79/1.83	c #decision = 1295
1.79/1.83	c #random_decision = 0
1.79/1.83	c #conflict = 1
1.79/1.83	c #restart = 0
1.79/1.83	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 9: cost of the new core is >=3
1.79/1.83	c lower bound updated to -2031
1.79/1.83	c BCD2: 1599 <= obj <= 5086
1.79/1.83	c BCD2: #cores=19, #unrelaxed=2722, #relaxed=377, #hardened=0
1.79/1.83	c BCD2: #sat=1 #unsat=89 bias=89/90
1.79/1.83	c Solving starts ...
1.79/1.83	c ============================[ Search Statistics ]============================
1.79/1.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.83	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.83	c =============================================================================
1.79/1.83	c  0.0s |       0 |        0 |        0 |     4408      0 |       70 |       86
1.79/1.84	c  0.0s |       0 |     1319 |        0 |     4408      0 |       70 |       87
1.79/1.84	c #cpu_time = 0.010s
1.79/1.84	c #wall_clock_time = 0.010s
1.79/1.84	c #decision = 1319
1.79/1.84	c #random_decision = 0
1.79/1.84	c #conflict = 0
1.79/1.84	c #restart = 0
1.79/1.84	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.79/1.84	c BCD2: refineLB: 3 -> 4
1.79/1.84	c lower bound updated to -2029
1.79/1.84	c BCD2: 1601 <= obj <= 5086
1.79/1.84	c BCD2: #cores=19, #unrelaxed=2720, #relaxed=379, #hardened=0
1.79/1.84	c BCD2: #sat=1 #unsat=90 bias=90/91
1.79/1.84	c Solving starts ...
1.79/1.84	c ============================[ Search Statistics ]============================
1.79/1.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.84	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.84	c =============================================================================
1.79/1.84	c  0.0s |       0 |        0 |        0 |     4408      0 |       71 |       87
1.79/1.86	c  0.0s |       0 |     1238 |        0 |     4408      0 |       71 |       88
1.79/1.86	c #cpu_time = 0.010s
1.79/1.86	c #wall_clock_time = 0.010s
1.79/1.86	c #decision = 1238
1.79/1.86	c #random_decision = 0
1.79/1.86	c #conflict = 0
1.79/1.86	c #restart = 0
1.79/1.86	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=5
1.79/1.86	c lower bound updated to -2028
1.79/1.86	c BCD2: 1602 <= obj <= 5086
1.79/1.86	c BCD2: #cores=19, #unrelaxed=2718, #relaxed=381, #hardened=0
1.79/1.86	c BCD2: #sat=1 #unsat=91 bias=91/92
1.79/1.86	c Solving starts ...
1.79/1.86	c ============================[ Search Statistics ]============================
1.79/1.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.86	c =============================================================================
1.79/1.86	c  0.0s |       0 |        0 |        0 |     4408      0 |       72 |       88
1.79/1.87	c  0.0s |       0 |     1329 |        0 |     4408      0 |       72 |       89
1.79/1.87	c #cpu_time = 0.010s
1.79/1.87	c #wall_clock_time = 0.010s
1.79/1.87	c #decision = 1329
1.79/1.87	c #random_decision = 0
1.79/1.87	c #conflict = 0
1.79/1.87	c #restart = 0
1.79/1.87	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 9: cost of the new core is >=6
1.79/1.87	c lower bound updated to -2027
1.79/1.87	c BCD2: 1603 <= obj <= 5086
1.79/1.87	c BCD2: #cores=19, #unrelaxed=2716, #relaxed=383, #hardened=0
1.79/1.87	c BCD2: #sat=1 #unsat=92 bias=92/93
1.79/1.87	c Solving starts ...
1.79/1.87	c ============================[ Search Statistics ]============================
1.79/1.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.87	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.87	c =============================================================================
1.79/1.87	c  0.0s |       0 |        0 |        0 |     4408      0 |       73 |       89
1.79/1.88	c  0.0s |       0 |     1355 |        0 |     4408      0 |       73 |       90
1.79/1.88	c #cpu_time = 0.010s
1.79/1.88	c #wall_clock_time = 0.010s
1.79/1.88	c #decision = 1355
1.79/1.88	c #random_decision = 0
1.79/1.88	c #conflict = 0
1.79/1.88	c #restart = 0
1.79/1.88	c BCD2: found a new core of size 3: cost of the new core is >=1
1.79/1.88	c lower bound updated to -2026
1.79/1.88	c BCD2: 1604 <= obj <= 5086
1.79/1.88	c BCD2: #cores=20, #unrelaxed=2713, #relaxed=386, #hardened=0
1.79/1.88	c BCD2: #sat=1 #unsat=93 bias=93/94
1.79/1.88	c Solving starts ...
1.79/1.88	c ============================[ Search Statistics ]============================
1.79/1.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.88	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.88	c =============================================================================
1.79/1.89	c  0.0s |       0 |        0 |        0 |     4408      0 |       73 |       90
1.89/1.90	c  0.0s |       0 |     1293 |        1 |     4408      0 |       73 |       90
1.89/1.90	c #cpu_time = 0.010s
1.89/1.90	c #wall_clock_time = 0.010s
1.89/1.90	c #decision = 1293
1.89/1.90	c #random_decision = 0
1.89/1.90	c #conflict = 1
1.89/1.90	c #restart = 0
1.89/1.90	c BCD2: relaxing 20 and merging with 3 cores into a new core of size 58: cost of the new core is >=13
1.89/1.90	c lower bound updated to -2025
1.89/1.90	c BCD2: 1605 <= obj <= 5086
1.89/1.90	c BCD2: #cores=18, #unrelaxed=2693, #relaxed=406, #hardened=0
1.89/1.90	c BCD2: #sat=1 #unsat=94 bias=94/95
1.89/1.90	c Solving starts ...
1.89/1.90	c ============================[ Search Statistics ]============================
1.89/1.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.90	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.90	c =============================================================================
1.89/1.90	c  0.0s |       0 |        0 |        0 |     4408      0 |       76 |       90
1.89/1.91	c  0.0s |       0 |     1338 |        0 |     4408      0 |       76 |       93
1.89/1.91	c #cpu_time = 0.010s
1.89/1.91	c #wall_clock_time = 0.010s
1.89/1.91	c #decision = 1338
1.89/1.91	c #random_decision = 0
1.89/1.91	c #conflict = 0
1.89/1.91	c #restart = 0
1.89/1.91	c BCD2: found a new core of size 3: cost of the new core is >=2
1.89/1.91	c lower bound updated to -2023
1.89/1.91	c BCD2: 1607 <= obj <= 5086
1.89/1.91	c BCD2: #cores=19, #unrelaxed=2690, #relaxed=409, #hardened=0
1.89/1.91	c BCD2: #sat=1 #unsat=95 bias=95/96
1.89/1.91	c Solving starts ...
1.89/1.91	c ============================[ Search Statistics ]============================
1.89/1.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.91	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.91	c =============================================================================
1.89/1.91	c  0.0s |       0 |        0 |        0 |     4408      0 |       76 |       93
1.89/1.92	c  0.0s |       0 |     1244 |        0 |     4408      0 |       76 |       93
1.89/1.92	c #cpu_time = 0.009s
1.89/1.92	c #wall_clock_time = 0.009s
1.89/1.92	c #decision = 1244
1.89/1.92	c #random_decision = 0
1.89/1.92	c #conflict = 0
1.89/1.92	c #restart = 0
1.89/1.92	c BCD2: found a new core of size 3: cost of the new core is >=2
1.89/1.92	c lower bound updated to -2021
1.89/1.92	c BCD2: 1609 <= obj <= 5086
1.89/1.92	c BCD2: #cores=20, #unrelaxed=2687, #relaxed=412, #hardened=0
1.89/1.92	c BCD2: #sat=1 #unsat=96 bias=96/97
1.89/1.92	c Solving starts ...
1.89/1.92	c ============================[ Search Statistics ]============================
1.89/1.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.92	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.92	c =============================================================================
1.89/1.92	c  0.0s |       0 |        0 |        0 |     4408      0 |       76 |       93
1.89/1.93	c  0.0s |       0 |     1178 |        0 |     4408      0 |       76 |       93
1.89/1.93	c #cpu_time = 0.010s
1.89/1.93	c #wall_clock_time = 0.010s
1.89/1.93	c #decision = 1178
1.89/1.93	c #random_decision = 0
1.89/1.93	c #conflict = 0
1.89/1.93	c #restart = 0
1.89/1.93	c BCD2: found a new core of size 2: cost of the new core is >=2
1.89/1.93	c lower bound updated to -2019
1.89/1.94	c BCD2: 1611 <= obj <= 5086
1.89/1.94	c BCD2: #cores=21, #unrelaxed=2685, #relaxed=414, #hardened=0
1.89/1.94	c BCD2: #sat=1 #unsat=97 bias=97/98
1.89/1.94	c Solving starts ...
1.89/1.94	c ============================[ Search Statistics ]============================
1.89/1.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.94	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.94	c =============================================================================
1.89/1.94	c  0.0s |       0 |        0 |        0 |     4408      0 |       76 |       93
1.89/1.95	c  0.0s |       0 |     1169 |        0 |     4408      0 |       76 |       93
1.89/1.95	c #cpu_time = 0.009s
1.89/1.95	c #wall_clock_time = 0.009s
1.89/1.95	c #decision = 1169
1.89/1.95	c #random_decision = 0
1.89/1.95	c #conflict = 0
1.89/1.95	c #restart = 0
1.89/1.95	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=4
1.89/1.95	c lower bound updated to -2017
1.89/1.95	c BCD2: 1613 <= obj <= 5086
1.89/1.95	c BCD2: #cores=21, #unrelaxed=2683, #relaxed=416, #hardened=0
1.89/1.95	c BCD2: #sat=1 #unsat=98 bias=98/99
1.89/1.95	c Solving starts ...
1.89/1.95	c ============================[ Search Statistics ]============================
1.89/1.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.95	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.95	c =============================================================================
1.89/1.95	c  0.0s |       0 |        0 |        0 |     4408      0 |       77 |       93
1.89/1.96	c  0.0s |       0 |     1169 |        0 |     4408      0 |       77 |       94
1.89/1.96	c #cpu_time = 0.010s
1.89/1.96	c #wall_clock_time = 0.010s
1.89/1.96	c #decision = 1169
1.89/1.96	c #random_decision = 0
1.89/1.96	c #conflict = 0
1.89/1.96	c #restart = 0
1.89/1.96	c BCD2: found a new core of size 3: cost of the new core is >=1
1.89/1.96	c lower bound updated to -2016
1.89/1.96	c BCD2: 1614 <= obj <= 5086
1.89/1.96	c BCD2: #cores=22, #unrelaxed=2680, #relaxed=419, #hardened=0
1.89/1.96	c BCD2: #sat=1 #unsat=99 bias=99/100
1.89/1.96	c Solving starts ...
1.89/1.96	c ============================[ Search Statistics ]============================
1.89/1.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.96	c =============================================================================
1.89/1.96	c  0.0s |       0 |        0 |        0 |     4408      0 |       77 |       94
1.89/1.97	c  0.0s |       0 |     1153 |        0 |     4408      0 |       77 |       94
1.89/1.97	c #cpu_time = 0.010s
1.89/1.97	c #wall_clock_time = 0.010s
1.89/1.97	c #decision = 1153
1.89/1.97	c #random_decision = 0
1.89/1.97	c #conflict = 0
1.89/1.97	c #restart = 0
1.89/1.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=6
1.89/1.98	c lower bound updated to -2014
1.89/1.98	c BCD2: 1616 <= obj <= 5086
1.89/1.98	c BCD2: #cores=22, #unrelaxed=2679, #relaxed=420, #hardened=0
1.89/1.98	c BCD2: #sat=1 #unsat=100 bias=100/101
1.89/1.98	c Solving starts ...
1.89/1.98	c ============================[ Search Statistics ]============================
1.89/1.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.98	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.98	c =============================================================================
1.89/1.98	c  0.0s |       0 |        0 |        0 |     4408      0 |       78 |       94
1.89/1.99	c  0.0s |       0 |     1154 |        0 |     4408      0 |       78 |       95
1.89/1.99	c #cpu_time = 0.010s
1.89/1.99	c #wall_clock_time = 0.010s
1.89/1.99	c #decision = 1154
1.89/1.99	c #random_decision = 0
1.89/1.99	c #conflict = 0
1.89/1.99	c #restart = 0
1.89/1.99	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 9: cost of the new core is >=4
1.89/1.99	c lower bound updated to -2013
1.89/1.99	c BCD2: 1617 <= obj <= 5086
1.89/1.99	c BCD2: #cores=21, #unrelaxed=2676, #relaxed=423, #hardened=0
1.89/1.99	c BCD2: #sat=1 #unsat=101 bias=101/102
1.89/1.99	c Solving starts ...
1.89/1.99	c ============================[ Search Statistics ]============================
1.89/1.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.99	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.99	c =============================================================================
1.89/1.99	c  0.0s |       0 |        0 |        0 |     4408      0 |       80 |       95
1.98/2.00	c  0.0s |       0 |     1260 |        0 |     4408      0 |       80 |       97
1.98/2.00	c #cpu_time = 0.010s
1.98/2.00	c #wall_clock_time = 0.010s
1.98/2.00	c #decision = 1260
1.98/2.00	c #random_decision = 0
1.98/2.00	c #conflict = 0
1.98/2.00	c #restart = 0
1.98/2.00	c BCD2: found a new core of size 4: cost of the new core is >=2
1.98/2.00	c lower bound updated to -2011
1.98/2.00	c BCD2: 1619 <= obj <= 5086
1.98/2.00	c BCD2: #cores=22, #unrelaxed=2672, #relaxed=427, #hardened=0
1.98/2.00	c BCD2: #sat=1 #unsat=102 bias=102/103
1.98/2.00	c Solving starts ...
1.98/2.00	c ============================[ Search Statistics ]============================
1.98/2.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.00	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.00	c =============================================================================
1.98/2.00	c  0.0s |       0 |        0 |        0 |     4408      0 |       80 |       97
1.98/2.02	c  0.0s |       0 |     1258 |        0 |     4408      0 |       80 |       97
1.98/2.02	c #cpu_time = 0.010s
1.98/2.02	c #wall_clock_time = 0.010s
1.98/2.02	c #decision = 1258
1.98/2.02	c #random_decision = 0
1.98/2.02	c #conflict = 0
1.98/2.02	c #restart = 0
1.98/2.02	c BCD2: found a new core of size 3: cost of the new core is >=2
1.98/2.02	c lower bound updated to -2009
1.98/2.02	c BCD2: 1621 <= obj <= 5086
1.98/2.02	c BCD2: #cores=23, #unrelaxed=2669, #relaxed=430, #hardened=0
1.98/2.02	c BCD2: #sat=1 #unsat=103 bias=103/104
1.98/2.02	c Solving starts ...
1.98/2.02	c ============================[ Search Statistics ]============================
1.98/2.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.02	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.02	c =============================================================================
1.98/2.02	c  0.0s |       0 |        0 |        0 |     4408      0 |       80 |       97
1.98/2.03	c  0.0s |       0 |     1257 |        0 |     4408      0 |       80 |       97
1.98/2.03	c #cpu_time = 0.010s
1.98/2.03	c #wall_clock_time = 0.010s
1.98/2.03	c #decision = 1257
1.98/2.03	c #random_decision = 0
1.98/2.03	c #conflict = 0
1.98/2.03	c #restart = 0
1.98/2.03	c BCD2: found a new core of size 3: cost of the new core is >=2
1.98/2.03	c lower bound updated to -2007
1.98/2.03	c BCD2: 1623 <= obj <= 5086
1.98/2.03	c BCD2: #cores=24, #unrelaxed=2666, #relaxed=433, #hardened=0
1.98/2.03	c BCD2: #sat=1 #unsat=104 bias=104/105
1.98/2.03	c Solving starts ...
1.98/2.03	c ============================[ Search Statistics ]============================
1.98/2.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.03	c =============================================================================
1.98/2.03	c  0.0s |       0 |        0 |        0 |     4408      0 |       80 |       97
1.98/2.04	c  0.0s |       0 |     1244 |        0 |     4408      0 |       80 |       97
1.98/2.04	c #cpu_time = 0.010s
1.98/2.04	c #wall_clock_time = 0.010s
1.98/2.04	c #decision = 1244
1.98/2.04	c #random_decision = 0
1.98/2.04	c #conflict = 0
1.98/2.04	c #restart = 0
1.98/2.04	c BCD2: found a new core of size 3: cost of the new core is >=2
1.98/2.04	c lower bound updated to -2005
1.98/2.04	c BCD2: 1625 <= obj <= 5086
1.98/2.04	c BCD2: #cores=25, #unrelaxed=2663, #relaxed=436, #hardened=0
1.98/2.04	c BCD2: #sat=1 #unsat=105 bias=105/106
1.98/2.04	c Solving starts ...
1.98/2.04	c ============================[ Search Statistics ]============================
1.98/2.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.04	c =============================================================================
1.98/2.05	c  0.0s |       0 |        0 |        0 |     4408      0 |       80 |       97
1.98/2.06	c  0.0s |       0 |     1243 |        0 |     4408      0 |       80 |       97
1.98/2.06	c #cpu_time = 0.009s
1.98/2.06	c #wall_clock_time = 0.009s
1.98/2.06	c #decision = 1243
1.98/2.06	c #random_decision = 0
1.98/2.06	c #conflict = 0
1.98/2.06	c #restart = 0
1.98/2.06	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=7
1.98/2.06	c lower bound updated to -2004
1.98/2.06	c BCD2: 1626 <= obj <= 5086
1.98/2.06	c BCD2: #cores=25, #unrelaxed=2661, #relaxed=438, #hardened=0
1.98/2.06	c BCD2: #sat=1 #unsat=106 bias=106/107
1.98/2.06	c Solving starts ...
1.98/2.06	c ============================[ Search Statistics ]============================
1.98/2.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.06	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.06	c =============================================================================
1.98/2.06	c  0.0s |       0 |        0 |        0 |     4408      0 |       81 |       97
1.98/2.07	c  0.0s |       0 |     1252 |        0 |     4408      0 |       81 |       98
1.98/2.07	c #cpu_time = 0.010s
1.98/2.07	c #wall_clock_time = 0.010s
1.98/2.07	c #decision = 1252
1.98/2.07	c #random_decision = 0
1.98/2.07	c #conflict = 0
1.98/2.07	c #restart = 0
1.98/2.07	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.98/2.07	c BCD2: refineLB: 3 -> 4
1.98/2.07	c lower bound updated to -2002
1.98/2.07	c BCD2: 1628 <= obj <= 5086
1.98/2.07	c BCD2: #cores=25, #unrelaxed=2659, #relaxed=440, #hardened=0
1.98/2.07	c BCD2: #sat=1 #unsat=107 bias=107/108
1.98/2.07	c Solving starts ...
1.98/2.07	c ============================[ Search Statistics ]============================
1.98/2.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.07	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.07	c =============================================================================
1.98/2.07	c  0.0s |       0 |        0 |        0 |     4408      0 |       82 |       98
1.98/2.08	c  0.0s |       0 |     1255 |        0 |     4408      0 |       82 |       99
1.98/2.08	c #cpu_time = 0.010s
1.98/2.08	c #wall_clock_time = 0.010s
1.98/2.08	c #decision = 1255
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 2: cost of the new core is >=2
1.98/2.08	c lower bound updated to -2000
1.98/2.08	c BCD2: 1630 <= obj <= 5086
1.98/2.08	c BCD2: #cores=26, #unrelaxed=2657, #relaxed=442, #hardened=0
1.98/2.08	c BCD2: #sat=1 #unsat=108 bias=108/109
1.98/2.08	c Solving starts ...
1.98/2.08	c ============================[ Search Statistics ]============================
1.98/2.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.08	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.08	c =============================================================================
1.98/2.08	c  0.0s |       0 |        0 |        0 |     4408      0 |       82 |       99
2.08/2.10	c  0.0s |       0 |     1252 |        0 |     4408      0 |       82 |       99
2.08/2.10	c #cpu_time = 0.011s
2.08/2.10	c #wall_clock_time = 0.011s
2.08/2.10	c #decision = 1252
2.08/2.10	c #random_decision = 0
2.08/2.10	c #conflict = 0
2.08/2.10	c #restart = 0
2.08/2.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
2.08/2.10	c lower bound updated to -1998
2.08/2.10	c BCD2: 1632 <= obj <= 5086
2.08/2.10	c BCD2: #cores=26, #unrelaxed=2656, #relaxed=443, #hardened=0
2.08/2.10	c BCD2: #sat=1 #unsat=109 bias=109/110
2.08/2.10	c Solving starts ...
2.08/2.10	c ============================[ Search Statistics ]============================
2.08/2.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.08/2.10	c       |         |          |          |    Limit     GC | Var      | Constra 
2.08/2.10	c =============================================================================
2.08/2.10	c  0.0s |       0 |        0 |        0 |     4408      0 |       83 |       99
2.08/2.11	c  0.0s |       0 |     1252 |        0 |     4408      0 |       83 |      100
2.08/2.11	c #cpu_time = 0.010s
2.08/2.11	c #wall_clock_time = 0.010s
2.08/2.11	c #decision = 1252
2.08/2.11	c #random_decision = 0
2.08/2.11	c #conflict = 0
2.08/2.11	c #restart = 0
2.08/2.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5
2.08/2.11	c lower bound updated to -1997
2.08/2.11	c BCD2: 1633 <= obj <= 5086
2.08/2.11	c BCD2: #cores=26, #unrelaxed=2655, #relaxed=444, #hardened=0
2.08/2.11	c BCD2: #sat=1 #unsat=110 bias=110/111
2.08/2.11	c Solving starts ...
2.08/2.11	c ============================[ Search Statistics ]============================
2.08/2.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.08/2.11	c       |         |          |          |    Limit     GC | Var      | Constra 
2.08/2.11	c =============================================================================
2.08/2.11	c  0.0s |       0 |        0 |        0 |     4408      0 |       84 |      100
2.08/2.12	c  0.0s |       0 |     1294 |        1 |     4408      0 |       84 |      101
2.08/2.12	c #cpu_time = 0.009s
2.08/2.12	c #wall_clock_time = 0.009s
2.08/2.12	c #decision = 1294
2.08/2.12	c #random_decision = 0
2.08/2.12	c #conflict = 1
2.08/2.12	c #restart = 0
2.08/2.12	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=6
2.08/2.12	c lower bound updated to -1996
2.08/2.13	c BCD2: 1634 <= obj <= 5086
2.08/2.13	c BCD2: #cores=26, #unrelaxed=2651, #relaxed=448, #hardened=0
2.08/2.13	c BCD2: #sat=1 #unsat=111 bias=111/112
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.13	c  0.0s |       0 |        0 |        0 |     4408      0 |       85 |      101
2.08/2.14	c  0.0s |       0 |     1251 |        0 |     4408      0 |       85 |      102
2.08/2.14	c #cpu_time = 0.011s
2.08/2.14	c #wall_clock_time = 0.011s
2.08/2.14	c #decision = 1251
2.08/2.14	c #random_decision = 0
2.08/2.14	c #conflict = 0
2.08/2.14	c #restart = 0
2.08/2.14	c BCD2: found a new core of size 3: cost of the new core is >=2
2.08/2.14	c lower bound updated to -1994
2.08/2.14	c BCD2: 1636 <= obj <= 5086
2.08/2.14	c BCD2: #cores=27, #unrelaxed=2648, #relaxed=451, #hardened=0
2.08/2.14	c BCD2: #sat=1 #unsat=112 bias=112/113
2.08/2.14	c Solving starts ...
2.08/2.14	c ============================[ Search Statistics ]============================
2.08/2.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.08/2.14	c       |         |          |          |    Limit     GC | Var      | Constra 
2.08/2.14	c =============================================================================
2.08/2.14	c  0.0s |       0 |        0 |        0 |     4408      0 |       85 |      102
2.08/2.15	c  0.0s |       0 |     1251 |        0 |     4408      0 |       85 |      102
2.08/2.15	c #cpu_time = 0.011s
2.08/2.15	c #wall_clock_time = 0.011s
2.08/2.15	c #decision = 1251
2.08/2.15	c #random_decision = 0
2.08/2.15	c #conflict = 0
2.08/2.15	c #restart = 0
2.08/2.15	c BCD2: relaxing 8 and merging with 2 cores into a new core of size 18: cost of the new core is >=6
2.08/2.15	c lower bound updated to -1993
2.08/2.15	c BCD2: 1637 <= obj <= 5086
2.08/2.15	c BCD2: #cores=26, #unrelaxed=2640, #relaxed=459, #hardened=0
2.08/2.15	c BCD2: #sat=1 #unsat=113 bias=113/114
2.08/2.15	c Solving starts ...
2.08/2.15	c ============================[ Search Statistics ]============================
2.08/2.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.08/2.15	c       |         |          |          |    Limit     GC | Var      | Constra 
2.08/2.15	c =============================================================================
2.08/2.16	c  0.0s |       0 |        0 |        0 |     4408      0 |       87 |      102
2.08/2.17	c  0.0s |       0 |     1435 |        1 |     4408      0 |       87 |      104
2.08/2.17	c #cpu_time = 0.015s
2.08/2.17	c #wall_clock_time = 0.016s
2.08/2.17	c #decision = 1435
2.08/2.17	c #random_decision = 0
2.08/2.17	c #conflict = 1
2.08/2.17	c #restart = 0
2.08/2.17	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 10: cost of the new core is >=8
2.08/2.17	c lower bound updated to -1992
2.08/2.18	c BCD2: 1638 <= obj <= 5086
2.08/2.18	c BCD2: #cores=26, #unrelaxed=2637, #relaxed=462, #hardened=0
2.08/2.18	c BCD2: #sat=1 #unsat=114 bias=114/115
2.08/2.18	c Solving starts ...
2.08/2.18	c ============================[ Search Statistics ]============================
2.08/2.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.08/2.18	c       |         |          |          |    Limit     GC | Var      | Constra 
2.08/2.18	c =============================================================================
2.08/2.18	c  0.0s |       0 |        0 |        0 |     4408      0 |       88 |      104
2.08/2.19	c  0.0s |       0 |     1311 |        0 |     4408      0 |       88 |      105
2.08/2.19	c #cpu_time = 0.011s
2.08/2.19	c #wall_clock_time = 0.011s
2.08/2.19	c #decision = 1311
2.08/2.19	c #random_decision = 0
2.08/2.19	c #conflict = 0
2.08/2.19	c #restart = 0
2.08/2.19	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
2.08/2.19	c lower bound updated to -1991
2.08/2.19	c BCD2: 1639 <= obj <= 5086
2.08/2.19	c BCD2: #cores=26, #unrelaxed=2634, #relaxed=465, #hardened=0
2.08/2.19	c BCD2: #sat=1 #unsat=115 bias=115/116
2.08/2.19	c Solving starts ...
2.08/2.19	c ============================[ Search Statistics ]============================
2.08/2.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.08/2.19	c       |         |          |          |    Limit     GC | Var      | Constra 
2.08/2.19	c =============================================================================
2.08/2.19	c  0.0s |       0 |        0 |        0 |     4408      0 |       89 |      105
2.19/2.20	c  0.0s |       0 |     1316 |        1 |     4408      0 |       89 |      106
2.19/2.20	c #cpu_time = 0.012s
2.19/2.20	c #wall_clock_time = 0.012s
2.19/2.20	c #decision = 1316
2.19/2.20	c #random_decision = 0
2.19/2.20	c #conflict = 1
2.19/2.20	c #restart = 0
2.19/2.20	c BCD2: relaxing 23 and merging with 3 cores into a new core of size 107: cost of the new core is >=34
2.19/2.20	c lower bound updated to -1990
2.19/2.20	c BCD2: 1640 <= obj <= 5086
2.19/2.20	c BCD2: #cores=24, #unrelaxed=2611, #relaxed=488, #hardened=0
2.19/2.20	c BCD2: #sat=1 #unsat=116 bias=116/117
2.19/2.21	c Solving starts ...
2.19/2.21	c ============================[ Search Statistics ]============================
2.19/2.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.21	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.21	c =============================================================================
2.19/2.21	c  0.0s |       0 |        0 |        0 |     4408      0 |       93 |      106
2.19/2.22	c  0.0s |       0 |     1306 |        0 |     4408      0 |       93 |      111
2.19/2.22	c #cpu_time = 0.011s
2.19/2.22	c #wall_clock_time = 0.011s
2.19/2.22	c #decision = 1306
2.19/2.22	c #random_decision = 0
2.19/2.22	c #conflict = 0
2.19/2.22	c #restart = 0
2.19/2.22	c BCD2: found a new core of size 3: cost of the new core is >=2
2.19/2.22	c lower bound updated to -1988
2.19/2.22	c BCD2: 1642 <= obj <= 5086
2.19/2.22	c BCD2: #cores=25, #unrelaxed=2608, #relaxed=491, #hardened=0
2.19/2.22	c BCD2: #sat=1 #unsat=117 bias=117/118
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 |     4408      0 |       93 |      111
2.19/2.23	c  0.0s |       0 |     1173 |        0 |     4408      0 |       93 |      111
2.19/2.23	c #cpu_time = 0.010s
2.19/2.23	c #wall_clock_time = 0.010s
2.19/2.23	c #decision = 1173
2.19/2.23	c #random_decision = 0
2.19/2.23	c #conflict = 0
2.19/2.23	c #restart = 0
2.19/2.23	c BCD2: found a new core of size 3: cost of the new core is >=2
2.19/2.23	c lower bound updated to -1986
2.19/2.24	c BCD2: 1644 <= obj <= 5086
2.19/2.24	c BCD2: #cores=26, #unrelaxed=2605, #relaxed=494, #hardened=0
2.19/2.24	c BCD2: #sat=1 #unsat=118 bias=118/119
2.19/2.24	c Solving starts ...
2.19/2.24	c ============================[ Search Statistics ]============================
2.19/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.24	c =============================================================================
2.19/2.24	c  0.0s |       0 |        0 |        0 |     4408      0 |       93 |      111
2.19/2.25	c  0.0s |       0 |     1090 |        0 |     4408      0 |       93 |      111
2.19/2.25	c #cpu_time = 0.010s
2.19/2.25	c #wall_clock_time = 0.010s
2.19/2.25	c #decision = 1090
2.19/2.25	c #random_decision = 0
2.19/2.25	c #conflict = 0
2.19/2.25	c #restart = 0
2.19/2.25	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=4
2.19/2.25	c BCD2: refineLB: 3 -> 4
2.19/2.25	c lower bound updated to -1984
2.19/2.25	c BCD2: 1646 <= obj <= 5086
2.19/2.25	c BCD2: #cores=26, #unrelaxed=2602, #relaxed=497, #hardened=0
2.19/2.25	c BCD2: #sat=1 #unsat=119 bias=119/120
2.19/2.25	c Solving starts ...
2.19/2.25	c ============================[ Search Statistics ]============================
2.19/2.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.25	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.25	c =============================================================================
2.19/2.25	c  0.0s |       0 |        0 |        0 |     4408      0 |       94 |      111
2.19/2.26	c  0.0s |       0 |     1089 |        0 |     4408      0 |       94 |      112
2.19/2.26	c #cpu_time = 0.010s
2.19/2.26	c #wall_clock_time = 0.010s
2.19/2.26	c #decision = 1089
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: relaxing 2 and merging with 1 cores into a new core of size 8: cost of the new core is >=6
2.19/2.26	c BCD2: refineLB: 5 -> 6
2.19/2.26	c lower bound updated to -1982
2.19/2.26	c BCD2: 1648 <= obj <= 5086
2.19/2.26	c BCD2: #cores=26, #unrelaxed=2600, #relaxed=499, #hardened=0
2.19/2.26	c BCD2: #sat=1 #unsat=120 bias=120/121
2.19/2.26	c Solving starts ...
2.19/2.26	c ============================[ Search Statistics ]============================
2.19/2.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.26	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.26	c =============================================================================
2.19/2.26	c  0.0s |       0 |        0 |        0 |     4408      0 |       95 |      112
2.19/2.27	c  0.0s |       0 |     1091 |        0 |     4408      0 |       95 |      113
2.19/2.27	c #cpu_time = 0.010s
2.19/2.27	c #wall_clock_time = 0.010s
2.19/2.27	c #decision = 1091
2.19/2.27	c #random_decision = 0
2.19/2.27	c #conflict = 0
2.19/2.27	c #restart = 0
2.19/2.27	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 11: cost of the new core is >=7
2.19/2.27	c lower bound updated to -1981
2.19/2.27	c BCD2: 1649 <= obj <= 5086
2.19/2.27	c BCD2: #cores=26, #unrelaxed=2597, #relaxed=502, #hardened=0
2.19/2.27	c BCD2: #sat=1 #unsat=121 bias=121/122
2.19/2.27	c Solving starts ...
2.19/2.27	c ============================[ Search Statistics ]============================
2.19/2.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.27	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.27	c =============================================================================
2.19/2.28	c  0.0s |       0 |        0 |        0 |     4408      0 |       96 |      113
2.19/2.29	c  0.0s |       0 |     1169 |        0 |     4408      0 |       96 |      114
2.19/2.29	c #cpu_time = 0.009s
2.19/2.29	c #wall_clock_time = 0.009s
2.19/2.29	c #decision = 1169
2.19/2.29	c #random_decision = 0
2.19/2.29	c #conflict = 0
2.19/2.29	c #restart = 0
2.19/2.29	c BCD2: found a new core of size 2: cost of the new core is >=2
2.19/2.29	c lower bound updated to -1979
2.19/2.29	c BCD2: 1651 <= obj <= 5086
2.19/2.29	c BCD2: #cores=27, #unrelaxed=2595, #relaxed=504, #hardened=0
2.19/2.29	c BCD2: #sat=1 #unsat=122 bias=122/123
2.19/2.29	c Solving starts ...
2.19/2.29	c ============================[ Search Statistics ]============================
2.19/2.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.29	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.29	c =============================================================================
2.19/2.29	c  0.0s |       0 |        0 |        0 |     4408      0 |       96 |      114
2.19/2.30	c  0.0s |       0 |     1161 |        0 |     4408      0 |       96 |      114
2.19/2.30	c #cpu_time = 0.010s
2.19/2.30	c #wall_clock_time = 0.010s
2.19/2.30	c #decision = 1161
2.19/2.30	c #random_decision = 0
2.19/2.30	c #conflict = 0
2.19/2.30	c #restart = 0
2.19/2.30	c BCD2: relaxing 14 and merging with 3 cores into a new core of size 35: cost of the new core is >=11
2.19/2.30	c lower bound updated to -1978
2.19/2.30	c BCD2: 1652 <= obj <= 5086
2.19/2.30	c BCD2: #cores=25, #unrelaxed=2581, #relaxed=518, #hardened=0
2.19/2.30	c BCD2: #sat=1 #unsat=123 bias=123/124
2.19/2.30	c Solving starts ...
2.19/2.30	c ============================[ Search Statistics ]============================
2.19/2.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.30	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.30	c =============================================================================
2.19/2.30	c  0.0s |       0 |        0 |        0 |     4408      0 |       99 |      114
2.29/2.31	c  0.0s |       0 |     1284 |        1 |     4408      0 |       99 |      117
2.29/2.31	c #cpu_time = 0.010s
2.29/2.31	c #wall_clock_time = 0.010s
2.29/2.31	c #decision = 1284
2.29/2.31	c #random_decision = 0
2.29/2.31	c #conflict = 1
2.29/2.31	c #restart = 0
2.29/2.31	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 14: cost of the new core is >=8
2.29/2.31	c lower bound updated to -1976
2.29/2.31	c BCD2: 1654 <= obj <= 5086
2.29/2.31	c BCD2: #cores=25, #unrelaxed=2576, #relaxed=523, #hardened=0
2.29/2.31	c BCD2: #sat=1 #unsat=124 bias=124/125
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 |     4408      0 |      100 |      117
2.29/2.33	c  0.0s |       0 |     1282 |        1 |     4408      0 |      100 |      118
2.29/2.33	c #cpu_time = 0.010s
2.29/2.33	c #wall_clock_time = 0.010s
2.29/2.33	c #decision = 1282
2.29/2.33	c #random_decision = 0
2.29/2.33	c #conflict = 1
2.29/2.33	c #restart = 0
2.29/2.33	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 15: cost of the new core is >=10
2.29/2.33	c lower bound updated to -1974
2.29/2.33	c BCD2: 1656 <= obj <= 5086
2.29/2.33	c BCD2: #cores=25, #unrelaxed=2571, #relaxed=528, #hardened=0
2.29/2.33	c BCD2: #sat=1 #unsat=125 bias=125/126
2.29/2.33	c Solving starts ...
2.29/2.33	c ============================[ Search Statistics ]============================
2.29/2.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.33	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.33	c =============================================================================
2.29/2.33	c  0.0s |       0 |        0 |        0 |     4408      0 |      101 |      118
2.29/2.34	c  0.0s |       0 |     1279 |        1 |     4408      0 |      101 |      119
2.29/2.34	c #cpu_time = 0.010s
2.29/2.34	c #wall_clock_time = 0.010s
2.29/2.34	c #decision = 1279
2.29/2.34	c #random_decision = 0
2.29/2.34	c #conflict = 1
2.29/2.34	c #restart = 0
2.29/2.34	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 16: cost of the new core is >=8
2.29/2.34	c lower bound updated to -1973
2.29/2.34	c BCD2: 1657 <= obj <= 5086
2.29/2.34	c BCD2: #cores=25, #unrelaxed=2566, #relaxed=533, #hardened=0
2.29/2.34	c BCD2: #sat=1 #unsat=126 bias=126/127
2.29/2.34	c Solving starts ...
2.29/2.34	c ============================[ Search Statistics ]============================
2.29/2.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.34	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.34	c =============================================================================
2.29/2.34	c  0.0s |       0 |        0 |        0 |     4408      0 |      102 |      119
2.29/2.35	c  0.0s |       0 |     1276 |        1 |     4408      0 |      102 |      120
2.29/2.35	c #cpu_time = 0.010s
2.29/2.35	c #wall_clock_time = 0.010s
2.29/2.35	c #decision = 1276
2.29/2.35	c #random_decision = 0
2.29/2.35	c #conflict = 1
2.29/2.35	c #restart = 0
2.29/2.35	c BCD2: relaxing 11 and merging with 2 cores into a new core of size 35: cost of the new core is >=16
2.29/2.35	c lower bound updated to -1971
2.29/2.36	c BCD2: 1659 <= obj <= 5086
2.29/2.36	c BCD2: #cores=24, #unrelaxed=2555, #relaxed=544, #hardened=0
2.29/2.36	c BCD2: #sat=1 #unsat=127 bias=127/128
2.29/2.36	c Solving starts ...
2.29/2.36	c ============================[ Search Statistics ]============================
2.29/2.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.36	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.36	c =============================================================================
2.29/2.36	c  0.0s |       0 |        0 |        0 |     4408      0 |      104 |      120
2.29/2.37	c  0.0s |       0 |     1267 |        0 |     4408      0 |      104 |      122
2.29/2.37	c #cpu_time = 0.009s
2.29/2.37	c #wall_clock_time = 0.009s
2.29/2.37	c #decision = 1267
2.29/2.37	c #random_decision = 0
2.29/2.37	c #conflict = 0
2.29/2.37	c #restart = 0
2.29/2.37	c BCD2: relaxing 8 and merging with 3 cores into a new core of size 22: cost of the new core is >=9
2.29/2.37	c lower bound updated to -1970
2.29/2.37	c BCD2: 1660 <= obj <= 5086
2.29/2.37	c BCD2: #cores=22, #unrelaxed=2547, #relaxed=552, #hardened=0
2.29/2.37	c BCD2: #sat=1 #unsat=128 bias=128/129
2.29/2.37	c Solving starts ...
2.29/2.37	c ============================[ Search Statistics ]============================
2.29/2.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.37	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.37	c =============================================================================
2.29/2.37	c  0.0s |       0 |        0 |        0 |     4408      0 |      107 |      122
2.29/2.38	c  0.0s |       0 |     1276 |        0 |     4408      0 |      107 |      125
2.29/2.38	c #cpu_time = 0.010s
2.29/2.38	c #wall_clock_time = 0.010s
2.29/2.38	c #decision = 1276
2.29/2.38	c #random_decision = 0
2.29/2.38	c #conflict = 0
2.29/2.38	c #restart = 0
2.29/2.38	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
2.29/2.38	c lower bound updated to -1968
2.29/2.38	c BCD2: 1662 <= obj <= 5086
2.29/2.38	c BCD2: #cores=22, #unrelaxed=2544, #relaxed=555, #hardened=0
2.29/2.38	c BCD2: #sat=1 #unsat=129 bias=129/130
2.29/2.38	c Solving starts ...
2.29/2.38	c ============================[ Search Statistics ]============================
2.29/2.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.38	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.38	c =============================================================================
2.29/2.38	c  0.0s |       0 |        0 |        0 |     4408      0 |      108 |      125
2.29/2.39	c  0.0s |       0 |     1274 |        0 |     4408      0 |      108 |      126
2.29/2.39	c #cpu_time = 0.009s
2.29/2.39	c #wall_clock_time = 0.009s
2.29/2.39	c #decision = 1274
2.29/2.39	c #random_decision = 0
2.29/2.39	c #conflict = 0
2.29/2.39	c #restart = 0
2.29/2.39	c BCD2: found a new core of size 3: cost of the new core is >=2
2.29/2.39	c lower bound updated to -1966
2.29/2.39	c BCD2: 1664 <= obj <= 5086
2.29/2.39	c BCD2: #cores=23, #unrelaxed=2541, #relaxed=558, #hardened=0
2.29/2.39	c BCD2: #sat=1 #unsat=130 bias=130/131
2.29/2.39	c Solving starts ...
2.29/2.39	c ============================[ Search Statistics ]============================
2.29/2.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.39	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.39	c =============================================================================
2.29/2.40	c  0.0s |       0 |        0 |        0 |     4408      0 |      108 |      126
2.38/2.41	c  0.0s |       0 |     1273 |        0 |     4408      0 |      108 |      126
2.38/2.41	c #cpu_time = 0.010s
2.38/2.41	c #wall_clock_time = 0.010s
2.38/2.41	c #decision = 1273
2.38/2.41	c #random_decision = 0
2.38/2.41	c #conflict = 0
2.38/2.41	c #restart = 0
2.38/2.41	c BCD2: found a new core of size 3: cost of the new core is >=2
2.38/2.41	c lower bound updated to -1964
2.38/2.41	c BCD2: 1666 <= obj <= 5086
2.38/2.41	c BCD2: #cores=24, #unrelaxed=2538, #relaxed=561, #hardened=0
2.38/2.41	c BCD2: #sat=1 #unsat=131 bias=131/132
2.38/2.41	c Solving starts ...
2.38/2.41	c ============================[ Search Statistics ]============================
2.38/2.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.41	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.41	c =============================================================================
2.38/2.41	c  0.0s |       0 |        0 |        0 |     4408      0 |      108 |      126
2.38/2.42	c  0.0s |       0 |     1274 |        0 |     4408      0 |      108 |      126
2.38/2.42	c #cpu_time = 0.009s
2.38/2.42	c #wall_clock_time = 0.009s
2.38/2.42	c #decision = 1274
2.38/2.42	c #random_decision = 0
2.38/2.42	c #conflict = 0
2.38/2.42	c #restart = 0
2.38/2.42	c BCD2: found a new core of size 5: cost of the new core is >=2
2.38/2.42	c lower bound updated to -1962
2.38/2.42	c BCD2: 1668 <= obj <= 5086
2.38/2.42	c BCD2: #cores=25, #unrelaxed=2533, #relaxed=566, #hardened=0
2.38/2.42	c BCD2: #sat=1 #unsat=132 bias=132/133
2.38/2.42	c Solving starts ...
2.38/2.42	c ============================[ Search Statistics ]============================
2.38/2.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.42	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.42	c =============================================================================
2.38/2.42	c  0.0s |       0 |        0 |        0 |     4408      0 |      108 |      126
2.38/2.43	c  0.0s |       0 |     1274 |        0 |     4408      0 |      108 |      126
2.38/2.43	c #cpu_time = 0.010s
2.38/2.43	c #wall_clock_time = 0.010s
2.38/2.43	c #decision = 1274
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 >=2
2.38/2.43	c lower bound updated to -1960
2.38/2.43	c BCD2: 1670 <= obj <= 5086
2.38/2.43	c BCD2: #cores=26, #unrelaxed=2530, #relaxed=569, #hardened=0
2.38/2.43	c BCD2: #sat=1 #unsat=133 bias=133/134
2.38/2.43	c Solving starts ...
2.38/2.43	c ============================[ Search Statistics ]============================
2.38/2.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.43	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.43	c =============================================================================
2.38/2.43	c  0.0s |       0 |        0 |        0 |     4408      0 |      108 |      126
2.38/2.45	c  0.0s |       0 |     1193 |        0 |     4408      0 |      108 |      126
2.38/2.45	c #cpu_time = 0.009s
2.38/2.45	c #wall_clock_time = 0.009s
2.38/2.45	c #decision = 1193
2.38/2.45	c #random_decision = 0
2.38/2.45	c #conflict = 0
2.38/2.45	c #restart = 0
2.38/2.45	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 13: cost of the new core is >=7
2.38/2.45	c lower bound updated to -1959
2.38/2.45	c BCD2: 1671 <= obj <= 5086
2.38/2.45	c BCD2: #cores=25, #unrelaxed=2527, #relaxed=572, #hardened=0
2.38/2.45	c BCD2: #sat=1 #unsat=134 bias=134/135
2.38/2.45	c Solving starts ...
2.38/2.45	c ============================[ Search Statistics ]============================
2.38/2.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.45	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.45	c =============================================================================
2.38/2.45	c  0.0s |       0 |        0 |        0 |     4408      0 |      110 |      126
2.38/2.46	c  0.0s |       0 |     1270 |        0 |     4408      0 |      110 |      128
2.38/2.46	c #cpu_time = 0.010s
2.38/2.46	c #wall_clock_time = 0.010s
2.38/2.46	c #decision = 1270
2.38/2.46	c #random_decision = 0
2.38/2.46	c #conflict = 0
2.38/2.46	c #restart = 0
2.38/2.46	c BCD2: found a new core of size 3: cost of the new core is >=2
2.38/2.46	c lower bound updated to -1957
2.38/2.46	c BCD2: 1673 <= obj <= 5086
2.38/2.46	c BCD2: #cores=26, #unrelaxed=2524, #relaxed=575, #hardened=0
2.38/2.46	c BCD2: #sat=1 #unsat=135 bias=135/136
2.38/2.46	c Solving starts ...
2.38/2.46	c ============================[ Search Statistics ]============================
2.38/2.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.46	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.46	c =============================================================================
2.38/2.46	c  0.0s |       0 |        0 |        0 |     4408      0 |      110 |      128
2.38/2.47	c  0.0s |       0 |     1270 |        0 |     4408      0 |      110 |      128
2.38/2.47	c #cpu_time = 0.009s
2.38/2.47	c #wall_clock_time = 0.009s
2.38/2.47	c #decision = 1270
2.38/2.47	c #random_decision = 0
2.38/2.47	c #conflict = 0
2.38/2.47	c #restart = 0
2.38/2.47	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 19: cost of the new core is >=9
2.38/2.47	c lower bound updated to -1955
2.38/2.47	c BCD2: 1675 <= obj <= 5086
2.38/2.47	c BCD2: #cores=26, #unrelaxed=2518, #relaxed=581, #hardened=0
2.38/2.47	c BCD2: #sat=1 #unsat=136 bias=136/137
2.38/2.47	c Solving starts ...
2.38/2.47	c ============================[ Search Statistics ]============================
2.38/2.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.47	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.47	c =============================================================================
2.38/2.47	c  0.0s |       0 |        0 |        0 |     4408      0 |      111 |      128
2.38/2.48	c  0.0s |       0 |     1269 |        0 |     4408      0 |      111 |      129
2.38/2.48	c #cpu_time = 0.010s
2.38/2.48	c #wall_clock_time = 0.010s
2.38/2.48	c #decision = 1269
2.38/2.48	c #random_decision = 0
2.38/2.48	c #conflict = 0
2.38/2.48	c #restart = 0
2.38/2.48	c BCD2: found a new core of size 4: cost of the new core is >=2
2.38/2.48	c lower bound updated to -1953
2.38/2.48	c BCD2: 1677 <= obj <= 5086
2.38/2.48	c BCD2: #cores=27, #unrelaxed=2514, #relaxed=585, #hardened=0
2.38/2.48	c BCD2: #sat=1 #unsat=137 bias=137/138
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.49	c  0.0s |       0 |        0 |        0 |     4408      0 |      111 |      129
2.48/2.50	c  0.0s |       0 |     1269 |        0 |     4408      0 |      111 |      129
2.48/2.50	c #cpu_time = 0.009s
2.48/2.50	c #wall_clock_time = 0.009s
2.48/2.50	c #decision = 1269
2.48/2.50	c #random_decision = 0
2.48/2.50	c #conflict = 0
2.48/2.50	c #restart = 0
2.48/2.50	c BCD2: found a new core of size 2: cost of the new core is >=2
2.48/2.50	c lower bound updated to -1951
2.48/2.50	c BCD2: 1679 <= obj <= 5086
2.48/2.50	c BCD2: #cores=28, #unrelaxed=2512, #relaxed=587, #hardened=0
2.48/2.50	c BCD2: #sat=1 #unsat=138 bias=138/139
2.48/2.50	c Solving starts ...
2.48/2.50	c ============================[ Search Statistics ]============================
2.48/2.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.50	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.50	c =============================================================================
2.48/2.50	c  0.0s |       0 |        0 |        0 |     4408      0 |      111 |      129
2.48/2.51	c  0.0s |       0 |     1265 |        1 |     4408      0 |      111 |      129
2.48/2.51	c #cpu_time = 0.010s
2.48/2.51	c #wall_clock_time = 0.010s
2.48/2.51	c #decision = 1265
2.48/2.51	c #random_decision = 0
2.48/2.51	c #conflict = 1
2.48/2.51	c #restart = 0
2.48/2.51	c BCD2: relaxing 10 and merging with 1 cores into a new core of size 24: cost of the new core is >=10
2.48/2.51	c lower bound updated to -1949
2.48/2.51	c BCD2: 1681 <= obj <= 5086
2.48/2.51	c BCD2: #cores=28, #unrelaxed=2502, #relaxed=597, #hardened=0
2.48/2.51	c BCD2: #sat=1 #unsat=139 bias=139/140
2.48/2.51	c Solving starts ...
2.48/2.51	c ============================[ Search Statistics ]============================
2.48/2.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.51	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.51	c =============================================================================
2.48/2.51	c  0.0s |       0 |        0 |        0 |     4408      0 |      112 |      129
2.48/2.52	c  0.0s |       0 |     1262 |        0 |     4408      0 |      112 |      130
2.48/2.52	c #cpu_time = 0.010s
2.48/2.52	c #wall_clock_time = 0.010s
2.48/2.52	c #decision = 1262
2.48/2.52	c #random_decision = 0
2.48/2.52	c #conflict = 0
2.48/2.52	c #restart = 0
2.48/2.52	c BCD2: found a new core of size 2: cost of the new core is >=2
2.48/2.52	c lower bound updated to -1947
2.48/2.53	c BCD2: 1683 <= obj <= 5086
2.48/2.53	c BCD2: #cores=29, #unrelaxed=2500, #relaxed=599, #hardened=0
2.48/2.53	c BCD2: #sat=1 #unsat=140 bias=140/141
2.48/2.53	c Solving starts ...
2.48/2.53	c ============================[ Search Statistics ]============================
2.48/2.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.53	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.53	c =============================================================================
2.48/2.53	c  0.0s |       0 |        0 |        0 |     4408      0 |      112 |      130
2.48/2.54	c  0.0s |       0 |     1261 |        0 |     4408      0 |      112 |      130
2.48/2.54	c #cpu_time = 0.010s
2.48/2.54	c #wall_clock_time = 0.010s
2.48/2.54	c #decision = 1261
2.48/2.54	c #random_decision = 0
2.48/2.54	c #conflict = 0
2.48/2.54	c #restart = 0
2.48/2.54	c BCD2: found a new core of size 2: cost of the new core is >=2
2.48/2.54	c lower bound updated to -1945
2.48/2.54	c BCD2: 1685 <= obj <= 5086
2.48/2.54	c BCD2: #cores=30, #unrelaxed=2498, #relaxed=601, #hardened=0
2.48/2.54	c BCD2: #sat=1 #unsat=141 bias=141/142
2.48/2.54	c Solving starts ...
2.48/2.54	c ============================[ Search Statistics ]============================
2.48/2.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.54	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.54	c =============================================================================
2.48/2.54	c  0.0s |       0 |        0 |        0 |     4408      0 |      112 |      130
2.48/2.55	c  0.0s |       0 |     1259 |        0 |     4408      0 |      112 |      130
2.48/2.55	c #cpu_time = 0.009s
2.48/2.55	c #wall_clock_time = 0.009s
2.48/2.55	c #decision = 1259
2.48/2.55	c #random_decision = 0
2.48/2.55	c #conflict = 0
2.48/2.55	c #restart = 0
2.48/2.55	c BCD2: found a new core of size 2: cost of the new core is >=2
2.48/2.55	c lower bound updated to -1943
2.48/2.55	c BCD2: 1687 <= obj <= 5086
2.48/2.55	c BCD2: #cores=31, #unrelaxed=2496, #relaxed=603, #hardened=0
2.48/2.55	c BCD2: #sat=1 #unsat=142 bias=142/143
2.48/2.55	c Solving starts ...
2.48/2.55	c ============================[ Search Statistics ]============================
2.48/2.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.55	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.55	c =============================================================================
2.48/2.55	c  0.0s |       0 |        0 |        0 |     4408      0 |      112 |      130
2.48/2.56	c  0.0s |       0 |     1256 |        0 |     4408      0 |      112 |      130
2.48/2.56	c #cpu_time = 0.010s
2.48/2.56	c #wall_clock_time = 0.010s
2.48/2.56	c #decision = 1256
2.48/2.56	c #random_decision = 0
2.48/2.56	c #conflict = 0
2.48/2.56	c #restart = 0
2.48/2.56	c BCD2: found a new core of size 2: cost of the new core is >=2
2.48/2.56	c lower bound updated to -1941
2.48/2.57	c BCD2: 1689 <= obj <= 5086
2.48/2.57	c BCD2: #cores=32, #unrelaxed=2494, #relaxed=605, #hardened=0
2.48/2.57	c BCD2: #sat=1 #unsat=143 bias=143/144
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 |     4408      0 |      112 |      130
2.48/2.58	c  0.0s |       0 |     1255 |        0 |     4408      0 |      112 |      130
2.48/2.58	c #cpu_time = 0.010s
2.48/2.58	c #wall_clock_time = 0.010s
2.48/2.58	c #decision = 1255
2.48/2.58	c #random_decision = 0
2.48/2.58	c #conflict = 0
2.48/2.58	c #restart = 0
2.48/2.58	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
2.48/2.58	c lower bound updated to -1939
2.48/2.58	c BCD2: 1691 <= obj <= 5086
2.48/2.58	c BCD2: #cores=32, #unrelaxed=2491, #relaxed=608, #hardened=0
2.48/2.58	c BCD2: #sat=1 #unsat=144 bias=144/145
2.48/2.58	c Solving starts ...
2.48/2.58	c ============================[ Search Statistics ]============================
2.48/2.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.58	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.58	c =============================================================================
2.48/2.58	c  0.0s |       0 |        0 |        0 |     4408      0 |      113 |      130
2.48/2.59	c  0.0s |       0 |     1255 |        1 |     4408      0 |      113 |      131
2.48/2.59	c #cpu_time = 0.011s
2.48/2.59	c #wall_clock_time = 0.011s
2.48/2.59	c #decision = 1255
2.48/2.59	c #random_decision = 0
2.48/2.59	c #conflict = 1
2.48/2.59	c #restart = 0
2.48/2.59	c BCD2: relaxing 51 and merging with 6 cores into a new core of size 202: cost of the new core is >=62
2.48/2.59	c lower bound updated to -1938
2.48/2.59	c BCD2: 1692 <= obj <= 5086
2.48/2.59	c BCD2: #cores=27, #unrelaxed=2440, #relaxed=659, #hardened=0
2.48/2.59	c BCD2: #sat=1 #unsat=145 bias=145/146
2.48/2.59	c Solving starts ...
2.48/2.59	c ============================[ Search Statistics ]============================
2.48/2.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.59	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.59	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     4408      0 |      120 |      131
2.58/2.61	c  0.0s |       0 |     1216 |        0 |     4408      0 |      120 |      139
2.58/2.61	c #cpu_time = 0.009s
2.58/2.61	c #wall_clock_time = 0.009s
2.58/2.61	c #decision = 1216
2.58/2.61	c #random_decision = 0
2.58/2.61	c #conflict = 0
2.58/2.61	c #restart = 0
2.58/2.61	c BCD2: found a new core of size 2: cost of the new core is >=2
2.58/2.61	c lower bound updated to -1936
2.58/2.61	c BCD2: 1694 <= obj <= 5086
2.58/2.61	c BCD2: #cores=28, #unrelaxed=2438, #relaxed=661, #hardened=0
2.58/2.61	c BCD2: #sat=1 #unsat=146 bias=146/147
2.58/2.61	c Solving starts ...
2.58/2.61	c ============================[ Search Statistics ]============================
2.58/2.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.61	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.61	c =============================================================================
2.58/2.61	c  0.0s |       0 |        0 |        0 |     4408      0 |      120 |      139
2.58/2.62	c  0.0s |       0 |     1214 |        0 |     4408      0 |      120 |      139
2.58/2.62	c #cpu_time = 0.009s
2.58/2.62	c #wall_clock_time = 0.010s
2.58/2.62	c #decision = 1214
2.58/2.62	c #random_decision = 0
2.58/2.62	c #conflict = 0
2.58/2.62	c #restart = 0
2.58/2.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
2.58/2.62	c lower bound updated to -1934
2.58/2.62	c BCD2: 1696 <= obj <= 5086
2.58/2.62	c BCD2: #cores=28, #unrelaxed=2437, #relaxed=662, #hardened=0
2.58/2.62	c BCD2: #sat=1 #unsat=147 bias=147/148
2.58/2.62	c Solving starts ...
2.58/2.62	c ============================[ Search Statistics ]============================
2.58/2.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.62	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.62	c =============================================================================
2.58/2.62	c  0.0s |       0 |        0 |        0 |     4408      0 |      121 |      139
2.58/2.63	c  0.0s |       0 |     1214 |        0 |     4408      0 |      121 |      140
2.58/2.63	c #cpu_time = 0.009s
2.58/2.63	c #wall_clock_time = 0.009s
2.58/2.63	c #decision = 1214
2.58/2.63	c #random_decision = 0
2.58/2.63	c #conflict = 0
2.58/2.63	c #restart = 0
2.58/2.63	c BCD2: found a new core of size 3: cost of the new core is >=2
2.58/2.63	c lower bound updated to -1932
2.58/2.63	c BCD2: 1698 <= obj <= 5086
2.58/2.63	c BCD2: #cores=29, #unrelaxed=2434, #relaxed=665, #hardened=0
2.58/2.63	c BCD2: #sat=1 #unsat=148 bias=148/149
2.58/2.63	c Solving starts ...
2.58/2.63	c ============================[ Search Statistics ]============================
2.58/2.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.63	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.63	c =============================================================================
2.58/2.63	c  0.0s |       0 |        0 |        0 |     4408      0 |      121 |      140
2.58/2.64	c  0.0s |       0 |     1213 |        0 |     4408      0 |      121 |      140
2.58/2.64	c #cpu_time = 0.009s
2.58/2.64	c #wall_clock_time = 0.009s
2.58/2.64	c #decision = 1213
2.58/2.64	c #random_decision = 0
2.58/2.64	c #conflict = 0
2.58/2.64	c #restart = 0
2.58/2.64	c BCD2: found a new core of size 3: cost of the new core is >=2
2.58/2.64	c lower bound updated to -1930
2.58/2.64	c BCD2: 1700 <= obj <= 5086
2.58/2.64	c BCD2: #cores=30, #unrelaxed=2431, #relaxed=668, #hardened=0
2.58/2.64	c BCD2: #sat=1 #unsat=149 bias=149/150
2.58/2.64	c Solving starts ...
2.58/2.64	c ============================[ Search Statistics ]============================
2.58/2.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.64	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.64	c =============================================================================
2.58/2.65	c  0.0s |       0 |        0 |        0 |     4408      0 |      121 |      140
2.58/2.66	c  0.0s |       0 |     1215 |        1 |     4408      0 |      121 |      140
2.58/2.66	c #cpu_time = 0.010s
2.58/2.66	c #wall_clock_time = 0.010s
2.58/2.66	c #decision = 1215
2.58/2.66	c #random_decision = 0
2.58/2.66	c #conflict = 1
2.58/2.66	c #restart = 0
2.58/2.66	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 25: cost of the new core is >=11
2.58/2.66	c lower bound updated to -1928
2.58/2.66	c BCD2: 1702 <= obj <= 5086
2.58/2.66	c BCD2: #cores=30, #unrelaxed=2425, #relaxed=674, #hardened=0
2.58/2.66	c BCD2: #sat=1 #unsat=150 bias=150/151
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 |     4408      0 |      122 |      140
2.58/2.67	c  0.0s |       0 |     1209 |        0 |     4408      0 |      122 |      141
2.58/2.67	c #cpu_time = 0.009s
2.58/2.67	c #wall_clock_time = 0.009s
2.58/2.67	c #decision = 1209
2.58/2.67	c #random_decision = 0
2.58/2.67	c #conflict = 0
2.58/2.67	c #restart = 0
2.58/2.67	c BCD2: found a new core of size 3: cost of the new core is >=2
2.58/2.67	c lower bound updated to -1926
2.58/2.67	c BCD2: 1704 <= obj <= 5086
2.58/2.67	c BCD2: #cores=31, #unrelaxed=2422, #relaxed=677, #hardened=0
2.58/2.67	c BCD2: #sat=1 #unsat=151 bias=151/152
2.58/2.67	c Solving starts ...
2.58/2.67	c ============================[ Search Statistics ]============================
2.58/2.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.67	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.67	c =============================================================================
2.58/2.67	c  0.0s |       0 |        0 |        0 |     4408      0 |      122 |      141
2.58/2.68	c  0.0s |       0 |     1208 |        0 |     4408      0 |      122 |      141
2.58/2.68	c #cpu_time = 0.009s
2.58/2.68	c #wall_clock_time = 0.009s
2.58/2.68	c #decision = 1208
2.58/2.68	c #random_decision = 0
2.58/2.68	c #conflict = 0
2.58/2.68	c #restart = 0
2.58/2.68	c BCD2: found a new core of size 2: cost of the new core is >=2
2.58/2.68	c lower bound updated to -1924
2.58/2.68	c BCD2: 1706 <= obj <= 5086
2.58/2.68	c BCD2: #cores=32, #unrelaxed=2420, #relaxed=679, #hardened=0
2.58/2.68	c BCD2: #sat=1 #unsat=152 bias=152/153
2.58/2.68	c Solving starts ...
2.58/2.68	c ============================[ Search Statistics ]============================
2.58/2.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.68	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.68	c =============================================================================
2.58/2.68	c  0.0s |       0 |        0 |        0 |     4408      0 |      122 |      141
2.58/2.69	c  0.0s |       0 |     1208 |        0 |     4408      0 |      122 |      141
2.58/2.69	c #cpu_time = 0.009s
2.58/2.69	c #wall_clock_time = 0.009s
2.58/2.69	c #decision = 1208
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 >=2
2.58/2.69	c lower bound updated to -1922
2.69/2.70	c BCD2: 1708 <= obj <= 5086
2.69/2.70	c BCD2: #cores=33, #unrelaxed=2417, #relaxed=682, #hardened=0
2.69/2.70	c BCD2: #sat=1 #unsat=153 bias=153/154
2.69/2.70	c Solving starts ...
2.69/2.70	c ============================[ Search Statistics ]============================
2.69/2.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.70	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.70	c =============================================================================
2.69/2.70	c  0.0s |       0 |        0 |        0 |     4408      0 |      122 |      141
2.69/2.71	c  0.0s |       0 |     1208 |        0 |     4408      0 |      122 |      141
2.69/2.71	c #cpu_time = 0.009s
2.69/2.71	c #wall_clock_time = 0.009s
2.69/2.71	c #decision = 1208
2.69/2.71	c #random_decision = 0
2.69/2.71	c #conflict = 0
2.69/2.71	c #restart = 0
2.69/2.71	c BCD2: found a new core of size 2: cost of the new core is >=2
2.69/2.71	c lower bound updated to -1920
2.69/2.71	c BCD2: 1710 <= obj <= 5086
2.69/2.71	c BCD2: #cores=34, #unrelaxed=2415, #relaxed=684, #hardened=0
2.69/2.71	c BCD2: #sat=1 #unsat=154 bias=154/155
2.69/2.71	c Solving starts ...
2.69/2.71	c ============================[ Search Statistics ]============================
2.69/2.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.71	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.71	c =============================================================================
2.69/2.71	c  0.0s |       0 |        0 |        0 |     4408      0 |      122 |      141
2.69/2.72	c  0.0s |       0 |     1209 |        1 |     4408      0 |      122 |      141
2.69/2.72	c #cpu_time = 0.010s
2.69/2.72	c #wall_clock_time = 0.010s
2.69/2.72	c #decision = 1209
2.69/2.72	c #random_decision = 0
2.69/2.72	c #conflict = 1
2.69/2.72	c #restart = 0
2.69/2.72	c BCD2: relaxing 17 and merging with 3 cores into a new core of size 61: cost of the new core is >=23
2.69/2.72	c lower bound updated to -1919
2.69/2.72	c BCD2: 1711 <= obj <= 5086
2.69/2.72	c BCD2: #cores=32, #unrelaxed=2398, #relaxed=701, #hardened=0
2.69/2.72	c BCD2: #sat=1 #unsat=155 bias=155/156
2.69/2.72	c Solving starts ...
2.69/2.72	c ============================[ Search Statistics ]============================
2.69/2.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.72	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.72	c =============================================================================
2.69/2.72	c  0.0s |       0 |        0 |        0 |     4408      0 |      125 |      141
2.69/2.73	c  0.0s |       0 |     1193 |        0 |     4408      0 |      125 |      144
2.69/2.73	c #cpu_time = 0.009s
2.69/2.73	c #wall_clock_time = 0.009s
2.69/2.73	c #decision = 1193
2.69/2.73	c #random_decision = 0
2.69/2.73	c #conflict = 0
2.69/2.73	c #restart = 0
2.69/2.73	c BCD2: found a new core of size 2: cost of the new core is >=1
2.69/2.73	c lower bound updated to -1918
2.69/2.73	c BCD2: 1712 <= obj <= 5086
2.69/2.73	c BCD2: #cores=33, #unrelaxed=2396, #relaxed=703, #hardened=0
2.69/2.73	c BCD2: #sat=1 #unsat=156 bias=156/157
2.69/2.74	c Solving starts ...
2.69/2.74	c ============================[ Search Statistics ]============================
2.69/2.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.74	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.74	c =============================================================================
2.69/2.74	c  0.0s |       0 |        0 |        0 |     4408      0 |      125 |      144
2.69/2.74	c  0.0s |       0 |     1136 |        0 |     4408      0 |      125 |      144
2.69/2.74	c #cpu_time = 0.008s
2.69/2.74	c #wall_clock_time = 0.008s
2.69/2.74	c #decision = 1136
2.69/2.74	c #random_decision = 0
2.69/2.74	c #conflict = 0
2.69/2.74	c #restart = 0
2.69/2.74	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.69/2.74	c lower bound updated to -1917
2.69/2.75	c BCD2: 1713 <= obj <= 5086
2.69/2.75	c BCD2: #cores=33, #unrelaxed=2394, #relaxed=705, #hardened=0
2.69/2.75	c BCD2: #sat=1 #unsat=157 bias=157/158
2.69/2.75	c Solving starts ...
2.69/2.75	c ============================[ Search Statistics ]============================
2.69/2.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.75	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.75	c =============================================================================
2.69/2.75	c  0.0s |       0 |        0 |        0 |     4408      0 |      126 |      144
2.69/2.76	c  0.0s |       0 |     2293 |        1 |     4408      0 |      126 |      145
2.69/2.76	c #cpu_time = 0.013s
2.69/2.76	c #wall_clock_time = 0.013s
2.69/2.76	c #decision = 2293
2.69/2.76	c #random_decision = 0
2.69/2.76	c #conflict = 1
2.69/2.76	c #restart = 0
2.69/2.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=3
2.69/2.76	c lower bound updated to -1916
2.69/2.76	c BCD2: 1714 <= obj <= 5086
2.69/2.76	c BCD2: #cores=33, #unrelaxed=2393, #relaxed=706, #hardened=0
2.69/2.76	c BCD2: #sat=1 #unsat=158 bias=158/159
2.69/2.76	c Solving starts ...
2.69/2.76	c ============================[ Search Statistics ]============================
2.69/2.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.76	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.76	c =============================================================================
2.69/2.76	c  0.0s |       0 |        0 |        0 |     4408      0 |      127 |      145
2.69/2.77	c  0.0s |       0 |     1195 |        0 |     4408      0 |      127 |      146
2.69/2.77	c #cpu_time = 0.010s
2.69/2.77	c #wall_clock_time = 0.010s
2.69/2.77	c #decision = 1195
2.69/2.77	c #random_decision = 0
2.69/2.77	c #conflict = 0
2.69/2.77	c #restart = 0
2.69/2.77	c BCD2: found a new core of size 3: cost of the new core is >=2
2.69/2.77	c lower bound updated to -1914
2.69/2.78	c BCD2: 1716 <= obj <= 5086
2.69/2.78	c BCD2: #cores=34, #unrelaxed=2390, #relaxed=709, #hardened=0
2.69/2.78	c BCD2: #sat=1 #unsat=159 bias=159/160
2.69/2.78	c Solving starts ...
2.69/2.78	c ============================[ Search Statistics ]============================
2.69/2.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.78	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.78	c =============================================================================
2.69/2.78	c  0.0s |       0 |        0 |        0 |     4408      0 |      127 |      146
2.69/2.79	c  0.0s |       0 |     1196 |        0 |     4408      0 |      127 |      146
2.69/2.79	c #cpu_time = 0.009s
2.69/2.79	c #wall_clock_time = 0.009s
2.69/2.79	c #decision = 1196
2.69/2.79	c #random_decision = 0
2.69/2.79	c #conflict = 0
2.69/2.79	c #restart = 0
2.69/2.79	c BCD2: found a new core of size 3: cost of the new core is >=2
2.69/2.79	c lower bound updated to -1912
2.69/2.79	c BCD2: 1718 <= obj <= 5086
2.69/2.79	c BCD2: #cores=35, #unrelaxed=2387, #relaxed=712, #hardened=0
2.69/2.79	c BCD2: #sat=1 #unsat=160 bias=160/161
2.69/2.79	c Solving starts ...
2.69/2.79	c ============================[ Search Statistics ]============================
2.69/2.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.79	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.79	c =============================================================================
2.69/2.79	c  0.0s |       0 |        0 |        0 |     4408      0 |      127 |      146
2.79/2.80	c  0.0s |       0 |     1198 |        1 |     4408      0 |      127 |      146
2.79/2.80	c #cpu_time = 0.011s
2.79/2.80	c #wall_clock_time = 0.011s
2.79/2.80	c #decision = 1198
2.79/2.80	c #random_decision = 0
2.79/2.80	c #conflict = 1
2.79/2.80	c #restart = 0
2.79/2.80	c BCD2: relaxing 41 and merging with 9 cores into a new core of size 177: cost of the new core is >=59
2.79/2.80	c lower bound updated to -1911
2.79/2.80	c BCD2: 1719 <= obj <= 5086
2.79/2.80	c BCD2: #cores=27, #unrelaxed=2346, #relaxed=753, #hardened=0
2.79/2.80	c BCD2: #sat=1 #unsat=161 bias=161/162
2.79/2.81	c Solving starts ...
2.79/2.81	c ============================[ Search Statistics ]============================
2.79/2.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.81	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.81	c =============================================================================
2.79/2.81	c  0.0s |       0 |        0 |        0 |     4408      0 |      137 |      146
2.79/2.82	c  0.0s |       0 |     1170 |        1 |     4408      0 |      137 |      157
2.79/2.82	c #cpu_time = 0.010s
2.79/2.82	c #wall_clock_time = 0.010s
2.79/2.82	c #decision = 1170
2.79/2.82	c #random_decision = 0
2.79/2.82	c #conflict = 1
2.79/2.82	c #restart = 0
2.79/2.82	c BCD2: relaxing 19 and merging with 3 cores into a new core of size 86: cost of the new core is >=28
2.79/2.82	c lower bound updated to -1910
2.79/2.82	c BCD2: 1720 <= obj <= 5086
2.79/2.82	c BCD2: #cores=25, #unrelaxed=2327, #relaxed=772, #hardened=0
2.79/2.82	c BCD2: #sat=1 #unsat=162 bias=162/163
2.79/2.82	c Solving starts ...
2.79/2.82	c ============================[ Search Statistics ]============================
2.79/2.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.82	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.82	c =============================================================================
2.79/2.82	c  0.0s |       0 |        0 |        0 |     4408      0 |      140 |      157
2.79/2.83	c  0.0s |       0 |     1153 |        0 |     4408      0 |      140 |      160
2.79/2.83	c #cpu_time = 0.010s
2.79/2.83	c #wall_clock_time = 0.010s
2.79/2.83	c #decision = 1153
2.79/2.83	c #random_decision = 0
2.79/2.83	c #conflict = 0
2.79/2.83	c #restart = 0
2.79/2.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
2.79/2.83	c lower bound updated to -1908
2.79/2.83	c BCD2: 1722 <= obj <= 5086
2.79/2.83	c BCD2: #cores=25, #unrelaxed=2326, #relaxed=773, #hardened=0
2.79/2.83	c BCD2: #sat=1 #unsat=163 bias=163/164
2.79/2.83	c Solving starts ...
2.79/2.83	c ============================[ Search Statistics ]============================
2.79/2.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.83	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.83	c =============================================================================
2.79/2.83	c  0.0s |       0 |        0 |        0 |     4408      0 |      141 |      160
2.79/2.84	c  0.0s |       0 |     1153 |        0 |     4408      0 |      141 |      161
2.79/2.84	c #cpu_time = 0.009s
2.79/2.84	c #wall_clock_time = 0.009s
2.79/2.84	c #decision = 1153
2.79/2.84	c #random_decision = 0
2.79/2.84	c #conflict = 0
2.79/2.84	c #restart = 0
2.79/2.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
2.79/2.84	c lower bound updated to -1906
2.79/2.84	c BCD2: 1724 <= obj <= 5086
2.79/2.84	c BCD2: #cores=25, #unrelaxed=2325, #relaxed=774, #hardened=0
2.79/2.84	c BCD2: #sat=1 #unsat=164 bias=164/165
2.79/2.84	c Solving starts ...
2.79/2.84	c ============================[ Search Statistics ]============================
2.79/2.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.84	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.84	c =============================================================================
2.79/2.84	c  0.0s |       0 |        0 |        0 |     4408      0 |      142 |      161
2.79/2.85	c  0.0s |       0 |     1153 |        0 |     4408      0 |      142 |      162
2.79/2.85	c #cpu_time = 0.009s
2.79/2.85	c #wall_clock_time = 0.009s
2.79/2.85	c #decision = 1153
2.79/2.85	c #random_decision = 0
2.79/2.85	c #conflict = 0
2.79/2.85	c #restart = 0
2.79/2.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
2.79/2.85	c lower bound updated to -1904
2.79/2.86	c BCD2: 1726 <= obj <= 5086
2.79/2.86	c BCD2: #cores=25, #unrelaxed=2324, #relaxed=775, #hardened=0
2.79/2.86	c BCD2: #sat=1 #unsat=165 bias=165/166
2.79/2.86	c Solving starts ...
2.79/2.86	c ============================[ Search Statistics ]============================
2.79/2.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.86	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.86	c =============================================================================
2.79/2.86	c  0.0s |       0 |        0 |        0 |     4408      0 |      143 |      162
2.79/2.87	c  0.0s |       0 |     1158 |        0 |     4408      0 |      143 |      163
2.79/2.87	c #cpu_time = 0.009s
2.79/2.87	c #wall_clock_time = 0.010s
2.79/2.87	c #decision = 1158
2.79/2.87	c #random_decision = 0
2.79/2.87	c #conflict = 0
2.79/2.87	c #restart = 0
2.79/2.87	c BCD2: found a new core of size 3: cost of the new core is >=2
2.79/2.87	c lower bound updated to -1902
2.79/2.87	c BCD2: 1728 <= obj <= 5086
2.79/2.87	c BCD2: #cores=26, #unrelaxed=2321, #relaxed=778, #hardened=0
2.79/2.87	c BCD2: #sat=1 #unsat=166 bias=166/167
2.79/2.87	c Solving starts ...
2.79/2.87	c ============================[ Search Statistics ]============================
2.79/2.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.87	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.87	c =============================================================================
2.79/2.87	c  0.0s |       0 |        0 |        0 |     4408      0 |      143 |      163
2.79/2.88	c  0.0s |       0 |     1158 |        0 |     4408      0 |      143 |      163
2.79/2.88	c #cpu_time = 0.010s
2.79/2.88	c #wall_clock_time = 0.010s
2.79/2.88	c #decision = 1158
2.79/2.88	c #random_decision = 0
2.79/2.88	c #conflict = 0
2.79/2.88	c #restart = 0
2.79/2.88	c BCD2: relaxing 9 and merging with 3 cores into a new core of size 30: cost of the new core is >=19
2.79/2.88	c lower bound updated to -1901
2.79/2.88	c BCD2: 1729 <= obj <= 5086
2.79/2.88	c BCD2: #cores=24, #unrelaxed=2312, #relaxed=787, #hardened=0
2.79/2.88	c BCD2: #sat=1 #unsat=167 bias=167/168
2.79/2.88	c Solving starts ...
2.79/2.88	c ============================[ Search Statistics ]============================
2.79/2.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.88	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.88	c =============================================================================
2.79/2.88	c  0.0s |       0 |        0 |        0 |     4408      0 |      146 |      163
2.79/2.89	c  0.0s |       0 |     1158 |        0 |     4408      0 |      146 |      166
2.79/2.89	c #cpu_time = 0.009s
2.79/2.89	c #wall_clock_time = 0.009s
2.79/2.89	c #decision = 1158
2.79/2.89	c #random_decision = 0
2.79/2.89	c #conflict = 0
2.79/2.89	c #restart = 0
2.79/2.89	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
2.79/2.89	c BCD2: refineLB: 3 -> 4
2.79/2.89	c lower bound updated to -1899
2.79/2.90	c BCD2: 1731 <= obj <= 5086
2.79/2.90	c BCD2: #cores=24, #unrelaxed=2306, #relaxed=793, #hardened=0
2.79/2.90	c BCD2: #sat=1 #unsat=168 bias=168/169
2.79/2.90	c Solving starts ...
2.79/2.90	c ============================[ Search Statistics ]============================
2.79/2.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.90	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.90	c =============================================================================
2.79/2.90	c  0.0s |       0 |        0 |        0 |     4408      0 |      147 |      166
2.89/2.91	c  0.0s |       0 |     1156 |        1 |     4408      0 |      147 |      167
2.89/2.91	c #cpu_time = 0.010s
2.89/2.91	c #wall_clock_time = 0.010s
2.89/2.91	c #decision = 1156
2.89/2.91	c #random_decision = 0
2.89/2.91	c #conflict = 1
2.89/2.91	c #restart = 0
2.89/2.91	c BCD2: relaxing 8 and merging with 1 cores into a new core of size 17: cost of the new core is >=6
2.89/2.91	c lower bound updated to -1897
2.89/2.91	c BCD2: 1733 <= obj <= 5086
2.89/2.91	c BCD2: #cores=24, #unrelaxed=2298, #relaxed=801, #hardened=0
2.89/2.91	c BCD2: #sat=1 #unsat=169 bias=169/170
2.89/2.91	c Solving starts ...
2.89/2.91	c ============================[ Search Statistics ]============================
2.89/2.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.91	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.91	c =============================================================================
2.89/2.91	c  0.0s |       0 |        0 |        0 |     4408      0 |      148 |      167
2.89/2.92	c  0.0s |       0 |     1150 |        0 |     4408      0 |      148 |      168
2.89/2.92	c #cpu_time = 0.009s
2.89/2.92	c #wall_clock_time = 0.009s
2.89/2.92	c #decision = 1150
2.89/2.92	c #random_decision = 0
2.89/2.92	c #conflict = 0
2.89/2.92	c #restart = 0
2.89/2.92	c BCD2: found a new core of size 5: cost of the new core is >=2
2.89/2.92	c lower bound updated to -1895
2.89/2.92	c BCD2: 1735 <= obj <= 5086
2.89/2.92	c BCD2: #cores=25, #unrelaxed=2293, #relaxed=806, #hardened=0
2.89/2.92	c BCD2: #sat=1 #unsat=170 bias=170/171
2.89/2.92	c Solving starts ...
2.89/2.92	c ============================[ Search Statistics ]============================
2.89/2.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.92	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.92	c =============================================================================
2.89/2.92	c  0.0s |       0 |        0 |        0 |     4408      0 |      148 |      168
2.89/2.93	c  0.0s |       0 |     1151 |        0 |     4408      0 |      148 |      168
2.89/2.93	c #cpu_time = 0.010s
2.89/2.93	c #wall_clock_time = 0.010s
2.89/2.93	c #decision = 1151
2.89/2.93	c #random_decision = 0
2.89/2.93	c #conflict = 0
2.89/2.93	c #restart = 0
2.89/2.93	c BCD2: found a new core of size 2: cost of the new core is >=2
2.89/2.93	c lower bound updated to -1893
2.89/2.94	c BCD2: 1737 <= obj <= 5086
2.89/2.94	c BCD2: #cores=26, #unrelaxed=2291, #relaxed=808, #hardened=0
2.89/2.94	c BCD2: #sat=1 #unsat=171 bias=171/172
2.89/2.94	c Solving starts ...
2.89/2.94	c ============================[ Search Statistics ]============================
2.89/2.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.94	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.94	c =============================================================================
2.89/2.94	c  0.0s |       0 |        0 |        0 |     4408      0 |      148 |      168
2.89/2.95	c  0.0s |       0 |     1347 |        1 |     4408      0 |      148 |      168
2.89/2.95	c #cpu_time = 0.012s
2.89/2.95	c #wall_clock_time = 0.013s
2.89/2.95	c #decision = 1347
2.89/2.95	c #random_decision = 0
2.89/2.95	c #conflict = 1
2.89/2.95	c #restart = 0
2.89/2.95	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=4
2.89/2.95	c lower bound updated to -1891
2.89/2.95	c BCD2: 1739 <= obj <= 5086
2.89/2.95	c BCD2: #cores=26, #unrelaxed=2289, #relaxed=810, #hardened=0
2.89/2.95	c BCD2: #sat=1 #unsat=172 bias=172/173
2.89/2.95	c Solving starts ...
2.89/2.95	c ============================[ Search Statistics ]============================
2.89/2.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.95	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.95	c =============================================================================
2.89/2.95	c  0.0s |       0 |        0 |        0 |     4408      0 |      149 |      168
2.89/2.96	c  0.0s |       0 |     1153 |        0 |     4408      0 |      149 |      169
2.89/2.96	c #cpu_time = 0.010s
2.89/2.96	c #wall_clock_time = 0.010s
2.89/2.96	c #decision = 1153
2.89/2.96	c #random_decision = 0
2.89/2.96	c #conflict = 0
2.89/2.96	c #restart = 0
2.89/2.96	c BCD2: found a new core of size 2: cost of the new core is >=2
2.89/2.96	c lower bound updated to -1889
2.89/2.97	c BCD2: 1741 <= obj <= 5086
2.89/2.97	c BCD2: #cores=27, #unrelaxed=2287, #relaxed=812, #hardened=0
2.89/2.97	c BCD2: #sat=1 #unsat=173 bias=173/174
2.89/2.97	c Solving starts ...
2.89/2.97	c ============================[ Search Statistics ]============================
2.89/2.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.97	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.97	c =============================================================================
2.89/2.97	c  0.0s |       0 |        0 |        0 |     4408      0 |      149 |      169
2.89/2.98	c  0.0s |       0 |     1150 |        0 |     4408      0 |      149 |      169
2.89/2.98	c #cpu_time = 0.009s
2.89/2.98	c #wall_clock_time = 0.009s
2.89/2.98	c #decision = 1150
2.89/2.98	c #random_decision = 0
2.89/2.98	c #conflict = 0
2.89/2.98	c #restart = 0
2.89/2.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6
2.89/2.98	c lower bound updated to -1887
2.89/2.98	c BCD2: 1743 <= obj <= 5086
2.89/2.98	c BCD2: #cores=27, #unrelaxed=2286, #relaxed=813, #hardened=0
2.89/2.98	c BCD2: #sat=1 #unsat=174 bias=174/175
2.89/2.98	c Solving starts ...
2.89/2.98	c ============================[ Search Statistics ]============================
2.89/2.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.98	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.98	c =============================================================================
2.89/2.98	c  0.0s |       0 |        0 |        0 |     4408      0 |      150 |      169
2.89/2.99	c  0.0s |       0 |     1150 |        0 |     4408      0 |      150 |      170
2.89/2.99	c #cpu_time = 0.010s
2.89/2.99	c #wall_clock_time = 0.010s
2.89/2.99	c #decision = 1150
2.89/2.99	c #random_decision = 0
2.89/2.99	c #conflict = 0
2.89/2.99	c #restart = 0
2.89/2.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
2.89/2.99	c lower bound updated to -1885
2.89/2.99	c BCD2: 1745 <= obj <= 5086
2.89/2.99	c BCD2: #cores=27, #unrelaxed=2285, #relaxed=814, #hardened=0
2.89/2.99	c BCD2: #sat=1 #unsat=175 bias=175/176
2.89/2.99	c Solving starts ...
2.89/2.99	c ============================[ Search Statistics ]============================
2.89/2.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.99	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.99	c =============================================================================
2.89/2.99	c  0.0s |       0 |        0 |        0 |     4408      0 |      151 |      170
2.99/3.00	c  0.0s |       0 |     1150 |        0 |     4408      0 |      151 |      171
2.99/3.00	c #cpu_time = 0.009s
2.99/3.00	c #wall_clock_time = 0.009s
2.99/3.00	c #decision = 1150
2.99/3.00	c #random_decision = 0
2.99/3.00	c #conflict = 0
2.99/3.00	c #restart = 0
2.99/3.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6
2.99/3.00	c lower bound updated to -1883
2.99/3.00	c BCD2: 1747 <= obj <= 5086
2.99/3.00	c BCD2: #cores=27, #unrelaxed=2284, #relaxed=815, #hardened=0
2.99/3.00	c BCD2: #sat=1 #unsat=176 bias=176/177
2.99/3.00	c Solving starts ...
2.99/3.00	c ============================[ Search Statistics ]============================
2.99/3.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.00	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.00	c =============================================================================
2.99/3.00	c  0.0s |       0 |        0 |        0 |     4408      0 |      152 |      171
2.99/3.01	c  0.0s |       0 |     1154 |        1 |     4408      0 |      152 |      172
2.99/3.01	c #cpu_time = 0.010s
2.99/3.01	c #wall_clock_time = 0.010s
2.99/3.01	c #decision = 1154
2.99/3.01	c #random_decision = 0
2.99/3.01	c #conflict = 1
2.99/3.01	c #restart = 0
2.99/3.01	c BCD2: relaxing 10 and merging with 2 cores into a new core of size 31: cost of the new core is >=11
2.99/3.01	c lower bound updated to -1882
2.99/3.02	c BCD2: 1748 <= obj <= 5086
2.99/3.02	c BCD2: #cores=26, #unrelaxed=2274, #relaxed=825, #hardened=0
2.99/3.02	c BCD2: #sat=1 #unsat=177 bias=177/178
2.99/3.02	c Solving starts ...
2.99/3.02	c ============================[ Search Statistics ]============================
2.99/3.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.02	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.02	c =============================================================================
2.99/3.02	c  0.0s |       0 |        0 |        0 |     4408      0 |      154 |      172
2.99/3.03	c  0.0s |       0 |     1148 |        0 |     4408      0 |      154 |      174
2.99/3.03	c #cpu_time = 0.009s
2.99/3.03	c #wall_clock_time = 0.009s
2.99/3.03	c #decision = 1148
2.99/3.03	c #random_decision = 0
2.99/3.03	c #conflict = 0
2.99/3.03	c #restart = 0
2.99/3.03	c BCD2: found a new core of size 3: cost of the new core is >=2
2.99/3.03	c lower bound updated to -1880
2.99/3.03	c BCD2: 1750 <= obj <= 5086
2.99/3.03	c BCD2: #cores=27, #unrelaxed=2271, #relaxed=828, #hardened=0
2.99/3.03	c BCD2: #sat=1 #unsat=178 bias=178/179
2.99/3.03	c Solving starts ...
2.99/3.03	c ============================[ Search Statistics ]============================
2.99/3.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.03	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.03	c =============================================================================
2.99/3.03	c  0.0s |       0 |        0 |        0 |     4408      0 |      154 |      174
2.99/3.04	c  0.0s |       0 |     1148 |        0 |     4408      0 |      154 |      174
2.99/3.04	c #cpu_time = 0.010s
2.99/3.04	c #wall_clock_time = 0.010s
2.99/3.04	c #decision = 1148
2.99/3.04	c #random_decision = 0
2.99/3.04	c #conflict = 0
2.99/3.04	c #restart = 0
2.99/3.04	c BCD2: found a new core of size 4: cost of the new core is >=2
2.99/3.04	c lower bound updated to -1878
2.99/3.04	c BCD2: 1752 <= obj <= 5086
2.99/3.04	c BCD2: #cores=28, #unrelaxed=2267, #relaxed=832, #hardened=0
2.99/3.04	c BCD2: #sat=1 #unsat=179 bias=179/180
2.99/3.04	c Solving starts ...
2.99/3.04	c ============================[ Search Statistics ]============================
2.99/3.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.04	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.04	c =============================================================================
2.99/3.04	c  0.0s |       0 |        0 |        0 |     4408      0 |      154 |      174
2.99/3.05	c  0.0s |       0 |     1146 |        0 |     4408      0 |      154 |      174
2.99/3.05	c #cpu_time = 0.009s
2.99/3.05	c #wall_clock_time = 0.009s
2.99/3.05	c #decision = 1146
2.99/3.05	c #random_decision = 0
2.99/3.05	c #conflict = 0
2.99/3.05	c #restart = 0
2.99/3.05	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=8
2.99/3.05	c lower bound updated to -1876
2.99/3.06	c BCD2: 1754 <= obj <= 5086
2.99/3.06	c BCD2: #cores=28, #unrelaxed=2265, #relaxed=834, #hardened=0
2.99/3.06	c BCD2: #sat=1 #unsat=180 bias=180/181
2.99/3.06	c Solving starts ...
2.99/3.06	c ============================[ Search Statistics ]============================
2.99/3.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.06	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.06	c =============================================================================
2.99/3.06	c  0.0s |       0 |        0 |        0 |     4408      0 |      155 |      174
2.99/3.07	c  0.0s |       0 |     1146 |        0 |     4408      0 |      155 |      175
2.99/3.07	c #cpu_time = 0.010s
2.99/3.07	c #wall_clock_time = 0.010s
2.99/3.07	c #decision = 1146
2.99/3.07	c #random_decision = 0
2.99/3.07	c #conflict = 0
2.99/3.07	c #restart = 0
2.99/3.07	c BCD2: found a new core of size 4: cost of the new core is >=2
2.99/3.07	c lower bound updated to -1874
2.99/3.07	c BCD2: 1756 <= obj <= 5086
2.99/3.07	c BCD2: #cores=29, #unrelaxed=2261, #relaxed=838, #hardened=0
2.99/3.07	c BCD2: #sat=1 #unsat=181 bias=181/182
2.99/3.07	c Solving starts ...
2.99/3.07	c ============================[ Search Statistics ]============================
2.99/3.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.07	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.07	c =============================================================================
2.99/3.07	c  0.0s |       0 |        0 |        0 |     4408      0 |      155 |      175
2.99/3.08	c  0.0s |       0 |     1144 |        0 |     4408      0 |      155 |      175
2.99/3.08	c #cpu_time = 0.009s
2.99/3.08	c #wall_clock_time = 0.009s
2.99/3.08	c #decision = 1144
2.99/3.08	c #random_decision = 0
2.99/3.08	c #conflict = 0
2.99/3.08	c #restart = 0
2.99/3.08	c BCD2: found a new core of size 3: cost of the new core is >=2
2.99/3.08	c lower bound updated to -1872
2.99/3.08	c BCD2: 1758 <= obj <= 5086
2.99/3.08	c BCD2: #cores=30, #unrelaxed=2258, #relaxed=841, #hardened=0
2.99/3.08	c BCD2: #sat=1 #unsat=182 bias=182/183
2.99/3.08	c Solving starts ...
2.99/3.08	c ============================[ Search Statistics ]============================
2.99/3.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.08	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.08	c =============================================================================
2.99/3.08	c  0.0s |       0 |        0 |        0 |     4408      0 |      155 |      175
2.99/3.09	c  0.0s |       0 |     1143 |        0 |     4408      0 |      155 |      175
2.99/3.09	c #cpu_time = 0.010s
2.99/3.09	c #wall_clock_time = 0.010s
2.99/3.09	c #decision = 1143
2.99/3.09	c #random_decision = 0
2.99/3.09	c #conflict = 0
2.99/3.09	c #restart = 0
2.99/3.09	c BCD2: found a new core of size 3: cost of the new core is >=2
2.99/3.09	c lower bound updated to -1870
2.99/3.10	c BCD2: 1760 <= obj <= 5086
2.99/3.10	c BCD2: #cores=31, #unrelaxed=2255, #relaxed=844, #hardened=0
2.99/3.10	c BCD2: #sat=1 #unsat=183 bias=183/184
3.09/3.10	c Solving starts ...
3.09/3.10	c ============================[ Search Statistics ]============================
3.09/3.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.10	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.10	c =============================================================================
3.09/3.10	c  0.0s |       0 |        0 |        0 |     4408      0 |      155 |      175
3.09/3.11	c  0.0s |       0 |     1142 |        0 |     4408      0 |      155 |      175
3.09/3.11	c #cpu_time = 0.009s
3.09/3.11	c #wall_clock_time = 0.009s
3.09/3.11	c #decision = 1142
3.09/3.11	c #random_decision = 0
3.09/3.11	c #conflict = 0
3.09/3.11	c #restart = 0
3.09/3.11	c BCD2: found a new core of size 3: cost of the new core is >=2
3.09/3.11	c lower bound updated to -1868
3.09/3.11	c BCD2: 1762 <= obj <= 5086
3.09/3.11	c BCD2: #cores=32, #unrelaxed=2252, #relaxed=847, #hardened=0
3.09/3.11	c BCD2: #sat=1 #unsat=184 bias=184/185
3.09/3.11	c Solving starts ...
3.09/3.11	c ============================[ Search Statistics ]============================
3.09/3.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.11	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.11	c =============================================================================
3.09/3.11	c  0.0s |       0 |        0 |        0 |     4408      0 |      155 |      175
3.09/3.12	c  0.0s |       0 |     1141 |        0 |     4408      0 |      155 |      175
3.09/3.12	c #cpu_time = 0.010s
3.09/3.12	c #wall_clock_time = 0.010s
3.09/3.12	c #decision = 1141
3.09/3.12	c #random_decision = 0
3.09/3.12	c #conflict = 0
3.09/3.12	c #restart = 0
3.09/3.12	c BCD2: found a new core of size 3: cost of the new core is >=2
3.09/3.12	c lower bound updated to -1866
3.09/3.12	c BCD2: 1764 <= obj <= 5086
3.09/3.12	c BCD2: #cores=33, #unrelaxed=2249, #relaxed=850, #hardened=0
3.09/3.12	c BCD2: #sat=1 #unsat=185 bias=185/186
3.09/3.12	c Solving starts ...
3.09/3.12	c ============================[ Search Statistics ]============================
3.09/3.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.12	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.12	c =============================================================================
3.09/3.12	c  0.0s |       0 |        0 |        0 |     4408      0 |      155 |      175
3.09/3.13	c  0.0s |       0 |     1141 |        0 |     4408      0 |      155 |      175
3.09/3.13	c #cpu_time = 0.009s
3.09/3.13	c #wall_clock_time = 0.009s
3.09/3.13	c #decision = 1141
3.09/3.13	c #random_decision = 0
3.09/3.13	c #conflict = 0
3.09/3.13	c #restart = 0
3.09/3.13	c BCD2: found a new core of size 3: cost of the new core is >=2
3.09/3.13	c lower bound updated to -1864
3.09/3.14	c BCD2: 1766 <= obj <= 5086
3.09/3.14	c BCD2: #cores=34, #unrelaxed=2246, #relaxed=853, #hardened=0
3.09/3.14	c BCD2: #sat=1 #unsat=186 bias=186/187
3.09/3.14	c Solving starts ...
3.09/3.14	c ============================[ Search Statistics ]============================
3.09/3.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.14	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.14	c =============================================================================
3.09/3.14	c  0.0s |       0 |        0 |        0 |     4408      0 |      155 |      175
3.09/3.15	c  0.0s |       0 |     1141 |        0 |     4408      0 |      155 |      175
3.09/3.15	c #cpu_time = 0.010s
3.09/3.15	c #wall_clock_time = 0.010s
3.09/3.15	c #decision = 1141
3.09/3.15	c #random_decision = 0
3.09/3.15	c #conflict = 0
3.09/3.15	c #restart = 0
3.09/3.15	c BCD2: found a new core of size 3: cost of the new core is >=2
3.09/3.15	c lower bound updated to -1862
3.09/3.15	c BCD2: 1768 <= obj <= 5086
3.09/3.15	c BCD2: #cores=35, #unrelaxed=2243, #relaxed=856, #hardened=0
3.09/3.15	c BCD2: #sat=1 #unsat=187 bias=187/188
3.09/3.15	c Solving starts ...
3.09/3.15	c ============================[ Search Statistics ]============================
3.09/3.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.15	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.15	c =============================================================================
3.09/3.15	c  0.0s |       0 |        0 |        0 |     4408      0 |      155 |      175
3.09/3.16	c  0.0s |       0 |     1143 |        0 |     4408      0 |      155 |      175
3.09/3.16	c #cpu_time = 0.010s
3.09/3.16	c #wall_clock_time = 0.010s
3.09/3.16	c #decision = 1143
3.09/3.16	c #random_decision = 0
3.09/3.16	c #conflict = 0
3.09/3.16	c #restart = 0
3.09/3.16	c BCD2: found a new core of size 3: cost of the new core is >=2
3.09/3.16	c lower bound updated to -1860
3.09/3.16	c BCD2: 1770 <= obj <= 5086
3.09/3.16	c BCD2: #cores=36, #unrelaxed=2240, #relaxed=859, #hardened=0
3.09/3.16	c BCD2: #sat=1 #unsat=188 bias=188/189
3.09/3.16	c Solving starts ...
3.09/3.16	c ============================[ Search Statistics ]============================
3.09/3.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.16	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.16	c =============================================================================
3.09/3.16	c  0.0s |       0 |        0 |        0 |     4408      0 |      155 |      175
3.09/3.17	c  0.0s |       0 |     1142 |        0 |     4408      0 |      155 |      175
3.09/3.17	c #cpu_time = 0.010s
3.09/3.17	c #wall_clock_time = 0.010s
3.09/3.17	c #decision = 1142
3.09/3.17	c #random_decision = 0
3.09/3.17	c #conflict = 0
3.09/3.17	c #restart = 0
3.09/3.17	c BCD2: found a new core of size 5: cost of the new core is >=2
3.09/3.17	c lower bound updated to -1858
3.09/3.18	c BCD2: 1772 <= obj <= 5086
3.09/3.18	c BCD2: #cores=37, #unrelaxed=2235, #relaxed=864, #hardened=0
3.09/3.18	c BCD2: #sat=1 #unsat=189 bias=189/190
3.09/3.18	c Solving starts ...
3.09/3.18	c ============================[ Search Statistics ]============================
3.09/3.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.18	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.18	c =============================================================================
3.09/3.18	c  0.0s |       0 |        0 |        0 |     4408      0 |      155 |      175
3.09/3.19	c  0.0s |       0 |     1110 |        0 |     4408      0 |      155 |      175
3.09/3.19	c #cpu_time = 0.009s
3.09/3.19	c #wall_clock_time = 0.009s
3.09/3.19	c #decision = 1110
3.09/3.19	c #random_decision = 0
3.09/3.19	c #conflict = 0
3.09/3.19	c #restart = 0
3.09/3.19	c BCD2: found a new core of size 3: cost of the new core is >=2
3.09/3.19	c lower bound updated to -1856
3.09/3.19	c BCD2: 1774 <= obj <= 5086
3.09/3.19	c BCD2: #cores=38, #unrelaxed=2232, #relaxed=867, #hardened=0
3.09/3.19	c BCD2: #sat=1 #unsat=190 bias=190/191
3.09/3.19	c Solving starts ...
3.09/3.19	c ============================[ Search Statistics ]============================
3.09/3.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.19	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.19	c =============================================================================
3.09/3.19	c  0.0s |       0 |        0 |        0 |     4408      0 |      155 |      175
3.19/3.20	c  0.0s |       0 |     1109 |        0 |     4408      0 |      155 |      175
3.19/3.20	c #cpu_time = 0.010s
3.19/3.20	c #wall_clock_time = 0.010s
3.19/3.20	c #decision = 1109
3.19/3.20	c #random_decision = 0
3.19/3.20	c #conflict = 0
3.19/3.20	c #restart = 0
3.19/3.20	c BCD2: found a new core of size 4: cost of the new core is >=2
3.19/3.20	c lower bound updated to -1854
3.19/3.20	c BCD2: 1776 <= obj <= 5086
3.19/3.20	c BCD2: #cores=39, #unrelaxed=2228, #relaxed=871, #hardened=0
3.19/3.20	c BCD2: #sat=1 #unsat=191 bias=191/192
3.19/3.20	c Solving starts ...
3.19/3.20	c ============================[ Search Statistics ]============================
3.19/3.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.20	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.20	c =============================================================================
3.19/3.20	c  0.0s |       0 |        0 |        0 |     4408      0 |      155 |      175
3.19/3.21	c  0.0s |       0 |     1108 |        0 |     4408      0 |      155 |      175
3.19/3.21	c #cpu_time = 0.010s
3.19/3.21	c #wall_clock_time = 0.010s
3.19/3.21	c #decision = 1108
3.19/3.21	c #random_decision = 0
3.19/3.21	c #conflict = 0
3.19/3.21	c #restart = 0
3.19/3.21	c BCD2: found a new core of size 3: cost of the new core is >=2
3.19/3.21	c lower bound updated to -1852
3.19/3.21	c BCD2: 1778 <= obj <= 5086
3.19/3.21	c BCD2: #cores=40, #unrelaxed=2225, #relaxed=874, #hardened=0
3.19/3.21	c BCD2: #sat=1 #unsat=192 bias=192/193
3.19/3.21	c Solving starts ...
3.19/3.21	c ============================[ Search Statistics ]============================
3.19/3.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.21	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.21	c =============================================================================
3.19/3.21	c  0.0s |       0 |        0 |        0 |     4408      0 |      155 |      175
3.19/3.23	c  0.0s |       0 |     1107 |        0 |     4408      0 |      155 |      175
3.19/3.23	c #cpu_time = 0.010s
3.19/3.23	c #wall_clock_time = 0.010s
3.19/3.23	c #decision = 1107
3.19/3.23	c #random_decision = 0
3.19/3.23	c #conflict = 0
3.19/3.23	c #restart = 0
3.19/3.23	c BCD2: found a new core of size 4: cost of the new core is >=2
3.19/3.23	c lower bound updated to -1850
3.19/3.23	c BCD2: 1780 <= obj <= 5086
3.19/3.23	c BCD2: #cores=41, #unrelaxed=2221, #relaxed=878, #hardened=0
3.19/3.23	c BCD2: #sat=1 #unsat=193 bias=193/194
3.19/3.23	c Solving starts ...
3.19/3.23	c ============================[ Search Statistics ]============================
3.19/3.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.23	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.23	c =============================================================================
3.19/3.23	c  0.0s |       0 |        0 |        0 |     4408      0 |      155 |      175
3.19/3.24	c  0.0s |       0 |     1107 |        0 |     4408      0 |      155 |      175
3.19/3.24	c #cpu_time = 0.009s
3.19/3.24	c #wall_clock_time = 0.009s
3.19/3.24	c #decision = 1107
3.19/3.24	c #random_decision = 0
3.19/3.24	c #conflict = 0
3.19/3.24	c #restart = 0
3.19/3.24	c BCD2: found a new core of size 4: cost of the new core is >=2
3.19/3.24	c lower bound updated to -1848
3.19/3.24	c BCD2: 1782 <= obj <= 5086
3.19/3.24	c BCD2: #cores=42, #unrelaxed=2217, #relaxed=882, #hardened=0
3.19/3.24	c BCD2: #sat=1 #unsat=194 bias=194/195
3.19/3.24	c Solving starts ...
3.19/3.24	c ============================[ Search Statistics ]============================
3.19/3.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.24	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.24	c =============================================================================
3.19/3.24	c  0.0s |       0 |        0 |        0 |     4408      0 |      155 |      175
3.19/3.26	c  0.0s |       0 |     1108 |        0 |     4408      0 |      155 |      175
3.19/3.26	c #cpu_time = 0.011s
3.19/3.26	c #wall_clock_time = 0.011s
3.19/3.26	c #decision = 1108
3.19/3.26	c #random_decision = 0
3.19/3.26	c #conflict = 0
3.19/3.26	c #restart = 0
3.19/3.26	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
3.19/3.26	c lower bound updated to -1846
3.19/3.26	c BCD2: 1784 <= obj <= 5086
3.19/3.26	c BCD2: #cores=42, #unrelaxed=2213, #relaxed=886, #hardened=0
3.19/3.26	c BCD2: #sat=1 #unsat=195 bias=195/196
3.19/3.26	c Solving starts ...
3.19/3.26	c ============================[ Search Statistics ]============================
3.19/3.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.26	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.26	c =============================================================================
3.19/3.26	c  0.0s |       0 |        0 |        0 |     4408      0 |      156 |      175
3.19/3.27	c  0.0s |       0 |     1137 |        0 |     4408      0 |      156 |      176
3.19/3.27	c #cpu_time = 0.011s
3.19/3.27	c #wall_clock_time = 0.011s
3.19/3.27	c #decision = 1137
3.19/3.27	c #random_decision = 0
3.19/3.27	c #conflict = 0
3.19/3.27	c #restart = 0
3.19/3.27	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 14: cost of the new core is >=6
3.19/3.27	c lower bound updated to -1844
3.19/3.27	c BCD2: 1786 <= obj <= 5086
3.19/3.27	c BCD2: #cores=42, #unrelaxed=2208, #relaxed=891, #hardened=0
3.19/3.27	c BCD2: #sat=1 #unsat=196 bias=196/197
3.19/3.27	c Solving starts ...
3.19/3.27	c ============================[ Search Statistics ]============================
3.19/3.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.27	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.27	c =============================================================================
3.19/3.27	c  0.0s |       0 |        0 |        0 |     4408      0 |      157 |      176
3.19/3.28	c  0.0s |       0 |     1134 |        0 |     4408      0 |      157 |      177
3.19/3.28	c #cpu_time = 0.011s
3.19/3.28	c #wall_clock_time = 0.011s
3.19/3.28	c #decision = 1134
3.19/3.28	c #random_decision = 0
3.19/3.28	c #conflict = 0
3.19/3.28	c #restart = 0
3.19/3.28	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=8
3.19/3.28	c BCD2: refineLB: 7 -> 8
3.19/3.28	c lower bound updated to -1842
3.19/3.29	c BCD2: 1788 <= obj <= 5086
3.19/3.29	c BCD2: #cores=42, #unrelaxed=2204, #relaxed=895, #hardened=0
3.19/3.29	c BCD2: #sat=1 #unsat=197 bias=197/198
3.19/3.29	c Solving starts ...
3.19/3.29	c ============================[ Search Statistics ]============================
3.19/3.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.29	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.29	c =============================================================================
3.19/3.29	c  0.0s |       0 |        0 |        0 |     4408      0 |      158 |      177
3.19/3.30	c  0.0s |       0 |     1137 |        1 |     4408      0 |      158 |      178
3.19/3.30	c #cpu_time = 0.011s
3.19/3.30	c #wall_clock_time = 0.011s
3.19/3.30	c #decision = 1137
3.19/3.30	c #random_decision = 0
3.19/3.30	c #conflict = 1
3.19/3.30	c #restart = 0
3.19/3.30	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
3.19/3.30	c BCD2: refineLB: 3 -> 4
3.19/3.30	c lower bound updated to -1840
3.19/3.30	c BCD2: 1790 <= obj <= 5086
3.19/3.30	c BCD2: #cores=42, #unrelaxed=2198, #relaxed=901, #hardened=0
3.19/3.30	c BCD2: #sat=1 #unsat=198 bias=198/199
3.19/3.30	c Solving starts ...
3.19/3.30	c ============================[ Search Statistics ]============================
3.19/3.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.30	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.30	c =============================================================================
3.19/3.30	c  0.0s |       0 |        0 |        0 |     4408      0 |      159 |      178
3.30/3.32	c  0.0s |       0 |     1128 |        0 |     4408      0 |      159 |      179
3.30/3.32	c #cpu_time = 0.011s
3.30/3.32	c #wall_clock_time = 0.011s
3.30/3.32	c #decision = 1128
3.30/3.32	c #random_decision = 0
3.30/3.32	c #conflict = 0
3.30/3.32	c #restart = 0
3.30/3.32	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
3.30/3.32	c lower bound updated to -1838
3.30/3.32	c BCD2: 1792 <= obj <= 5086
3.30/3.32	c BCD2: #cores=42, #unrelaxed=2193, #relaxed=906, #hardened=0
3.30/3.32	c BCD2: #sat=1 #unsat=199 bias=199/200
3.30/3.32	c Solving starts ...
3.30/3.32	c ============================[ Search Statistics ]============================
3.30/3.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.32	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.32	c =============================================================================
3.30/3.32	c  0.0s |       0 |        0 |        0 |     4408      0 |      160 |      179
3.30/3.33	c  0.0s |       0 |     1125 |        0 |     4408      0 |      160 |      180
3.30/3.33	c #cpu_time = 0.010s
3.30/3.33	c #wall_clock_time = 0.010s
3.30/3.33	c #decision = 1125
3.30/3.33	c #random_decision = 0
3.30/3.33	c #conflict = 0
3.30/3.33	c #restart = 0
3.30/3.33	c BCD2: found a new core of size 5: cost of the new core is >=2
3.30/3.33	c lower bound updated to -1836
3.30/3.33	c BCD2: 1794 <= obj <= 5086
3.30/3.33	c BCD2: #cores=43, #unrelaxed=2188, #relaxed=911, #hardened=0
3.30/3.33	c BCD2: #sat=1 #unsat=200 bias=200/201
3.30/3.33	c Solving starts ...
3.30/3.33	c ============================[ Search Statistics ]============================
3.30/3.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.33	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.33	c =============================================================================
3.30/3.33	c  0.0s |       0 |        0 |        0 |     4408      0 |      160 |      180
3.30/3.34	c  0.0s |       0 |     1084 |        0 |     4408      0 |      160 |      180
3.30/3.34	c #cpu_time = 0.010s
3.30/3.34	c #wall_clock_time = 0.010s
3.30/3.34	c #decision = 1084
3.30/3.34	c #random_decision = 0
3.30/3.34	c #conflict = 0
3.30/3.34	c #restart = 0
3.30/3.34	c BCD2: found a new core of size 5: cost of the new core is >=2
3.30/3.34	c lower bound updated to -1834
3.30/3.35	c BCD2: 1796 <= obj <= 5086
3.30/3.35	c BCD2: #cores=44, #unrelaxed=2183, #relaxed=916, #hardened=0
3.30/3.35	c BCD2: #sat=1 #unsat=201 bias=201/202
3.30/3.35	c Solving starts ...
3.30/3.35	c ============================[ Search Statistics ]============================
3.30/3.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.35	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.35	c =============================================================================
3.30/3.35	c  0.0s |       0 |        0 |        0 |     4408      0 |      160 |      180
3.30/3.36	c  0.0s |       0 |     1069 |        0 |     4408      0 |      160 |      180
3.30/3.36	c #cpu_time = 0.010s
3.30/3.36	c #wall_clock_time = 0.010s
3.30/3.36	c #decision = 1069
3.30/3.36	c #random_decision = 0
3.30/3.36	c #conflict = 0
3.30/3.36	c #restart = 0
3.30/3.36	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
3.30/3.36	c lower bound updated to -1832
3.30/3.36	c BCD2: 1798 <= obj <= 5086
3.30/3.36	c BCD2: #cores=44, #unrelaxed=2179, #relaxed=920, #hardened=0
3.30/3.36	c BCD2: #sat=1 #unsat=202 bias=202/203
3.30/3.36	c Solving starts ...
3.30/3.36	c ============================[ Search Statistics ]============================
3.30/3.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.36	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.36	c =============================================================================
3.30/3.36	c  0.0s |       0 |        0 |        0 |     4408      0 |      161 |      180
3.30/3.37	c  0.0s |       0 |     1088 |        0 |     4408      0 |      161 |      181
3.30/3.37	c #cpu_time = 0.012s
3.30/3.37	c #wall_clock_time = 0.012s
3.30/3.37	c #decision = 1088
3.30/3.37	c #random_decision = 0
3.30/3.37	c #conflict = 0
3.30/3.37	c #restart = 0
3.30/3.37	c BCD2: found a new core of size 6: cost of the new core is >=2
3.30/3.37	c lower bound updated to -1830
3.30/3.38	c BCD2: 1800 <= obj <= 5086
3.30/3.38	c BCD2: #cores=45, #unrelaxed=2173, #relaxed=926, #hardened=0
3.30/3.38	c BCD2: #sat=1 #unsat=203 bias=203/204
3.30/3.38	c Solving starts ...
3.30/3.38	c ============================[ Search Statistics ]============================
3.30/3.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.38	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.38	c =============================================================================
3.30/3.38	c  0.0s |       0 |        0 |        0 |     4408      0 |      161 |      181
3.30/3.39	c  0.0s |       0 |     1035 |        0 |     4408      0 |      161 |      181
3.30/3.39	c #cpu_time = 0.011s
3.30/3.39	c #wall_clock_time = 0.011s
3.30/3.39	c #decision = 1035
3.30/3.39	c #random_decision = 0
3.30/3.39	c #conflict = 0
3.30/3.39	c #restart = 0
3.30/3.39	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
3.30/3.39	c lower bound updated to -1828
3.30/3.39	c BCD2: 1802 <= obj <= 5086
3.30/3.39	c BCD2: #cores=45, #unrelaxed=2170, #relaxed=929, #hardened=0
3.30/3.39	c BCD2: #sat=1 #unsat=204 bias=204/205
3.30/3.39	c Solving starts ...
3.30/3.39	c ============================[ Search Statistics ]============================
3.30/3.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.39	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.39	c =============================================================================
3.30/3.39	c  0.0s |       0 |        0 |        0 |     4408      0 |      162 |      181
3.40/3.40	c  0.0s |       0 |     1065 |        0 |     4408      0 |      162 |      182
3.40/3.40	c #cpu_time = 0.011s
3.40/3.40	c #wall_clock_time = 0.011s
3.40/3.40	c #decision = 1065
3.40/3.40	c #random_decision = 0
3.40/3.40	c #conflict = 0
3.40/3.40	c #restart = 0
3.40/3.40	c BCD2: relaxing 10 and merging with 2 cores into a new core of size 25: cost of the new core is >=8
3.40/3.40	c lower bound updated to -1826
3.40/3.41	c BCD2: 1804 <= obj <= 5086
3.40/3.41	c BCD2: #cores=44, #unrelaxed=2160, #relaxed=939, #hardened=0
3.40/3.41	c BCD2: #sat=1 #unsat=205 bias=205/206
3.40/3.41	c Solving starts ...
3.40/3.41	c ============================[ Search Statistics ]============================
3.40/3.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.41	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.41	c =============================================================================
3.40/3.41	c  0.0s |       0 |        0 |        0 |     4408      0 |      164 |      182
3.40/3.42	c  0.0s |       0 |     1110 |        0 |     4408      0 |      164 |      184
3.40/3.42	c #cpu_time = 0.010s
3.40/3.42	c #wall_clock_time = 0.010s
3.40/3.42	c #decision = 1110
3.40/3.42	c #random_decision = 0
3.40/3.42	c #conflict = 0
3.40/3.42	c #restart = 0
3.40/3.42	c BCD2: found a new core of size 3: cost of the new core is >=2
3.40/3.42	c lower bound updated to -1824
3.40/3.42	c BCD2: 1806 <= obj <= 5086
3.40/3.42	c BCD2: #cores=45, #unrelaxed=2157, #relaxed=942, #hardened=0
3.40/3.42	c BCD2: #sat=1 #unsat=206 bias=206/207
3.40/3.42	c Solving starts ...
3.40/3.42	c ============================[ Search Statistics ]============================
3.40/3.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.42	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.42	c =============================================================================
3.40/3.42	c  0.0s |       0 |        0 |        0 |     4408      0 |      164 |      184
3.40/3.43	c  0.0s |       0 |     1109 |        0 |     4408      0 |      164 |      184
3.40/3.43	c #cpu_time = 0.011s
3.40/3.43	c #wall_clock_time = 0.011s
3.40/3.43	c #decision = 1109
3.40/3.43	c #random_decision = 0
3.40/3.43	c #conflict = 0
3.40/3.43	c #restart = 0
3.40/3.43	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 9: cost of the new core is >=3
3.40/3.43	c lower bound updated to -1823
3.40/3.44	c BCD2: 1807 <= obj <= 5086
3.40/3.44	c BCD2: #cores=45, #unrelaxed=2151, #relaxed=948, #hardened=0
3.40/3.44	c BCD2: #sat=1 #unsat=207 bias=207/208
3.40/3.44	c Solving starts ...
3.40/3.44	c ============================[ Search Statistics ]============================
3.40/3.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.44	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.44	c =============================================================================
3.40/3.44	c  0.0s |       0 |        0 |        0 |     4408      0 |      165 |      184
3.40/3.45	c  0.0s |       0 |     1104 |        0 |     4408      0 |      165 |      185
3.40/3.45	c #cpu_time = 0.010s
3.40/3.45	c #wall_clock_time = 0.010s
3.40/3.45	c #decision = 1104
3.40/3.45	c #random_decision = 0
3.40/3.45	c #conflict = 0
3.40/3.45	c #restart = 0
3.40/3.45	c BCD2: found a new core of size 3: cost of the new core is >=2
3.40/3.45	c lower bound updated to -1821
3.40/3.45	c BCD2: 1809 <= obj <= 5086
3.40/3.45	c BCD2: #cores=46, #unrelaxed=2148, #relaxed=951, #hardened=0
3.40/3.45	c BCD2: #sat=1 #unsat=208 bias=208/209
3.40/3.45	c Solving starts ...
3.40/3.45	c ============================[ Search Statistics ]============================
3.40/3.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.45	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.45	c =============================================================================
3.40/3.45	c  0.0s |       0 |        0 |        0 |     4408      0 |      165 |      185
3.40/3.46	c  0.0s |       0 |     1103 |        0 |     4408      0 |      165 |      185
3.40/3.46	c #cpu_time = 0.011s
3.40/3.46	c #wall_clock_time = 0.011s
3.40/3.46	c #decision = 1103
3.40/3.46	c #random_decision = 0
3.40/3.46	c #conflict = 0
3.40/3.46	c #restart = 0
3.40/3.46	c BCD2: found a new core of size 3: cost of the new core is >=2
3.40/3.46	c lower bound updated to -1819
3.40/3.47	c BCD2: 1811 <= obj <= 5086
3.40/3.47	c BCD2: #cores=47, #unrelaxed=2145, #relaxed=954, #hardened=0
3.40/3.47	c BCD2: #sat=1 #unsat=209 bias=209/210
3.40/3.47	c Solving starts ...
3.40/3.47	c ============================[ Search Statistics ]============================
3.40/3.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.47	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.47	c =============================================================================
3.40/3.47	c  0.0s |       0 |        0 |        0 |     4408      0 |      165 |      185
3.40/3.48	c  0.0s |       0 |     1102 |        0 |     4408      0 |      165 |      185
3.40/3.48	c #cpu_time = 0.010s
3.40/3.48	c #wall_clock_time = 0.010s
3.40/3.48	c #decision = 1102
3.40/3.48	c #random_decision = 0
3.40/3.48	c #conflict = 0
3.40/3.48	c #restart = 0
3.40/3.48	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 9: cost of the new core is >=10
3.40/3.48	c lower bound updated to -1817
3.40/3.48	c BCD2: 1813 <= obj <= 5086
3.40/3.48	c BCD2: #cores=47, #unrelaxed=2142, #relaxed=957, #hardened=0
3.40/3.48	c BCD2: #sat=1 #unsat=210 bias=210/211
3.40/3.48	c Solving starts ...
3.40/3.48	c ============================[ Search Statistics ]============================
3.40/3.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.48	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.48	c =============================================================================
3.40/3.48	c  0.0s |       0 |        0 |        0 |     4408      0 |      166 |      185
3.40/3.49	c  0.0s |       0 |     1106 |        0 |     4408      0 |      166 |      186
3.40/3.49	c #cpu_time = 0.011s
3.40/3.49	c #wall_clock_time = 0.011s
3.40/3.49	c #decision = 1106
3.40/3.49	c #random_decision = 0
3.40/3.49	c #conflict = 0
3.40/3.49	c #restart = 0
3.40/3.49	c BCD2: relaxing 11 and merging with 2 cores into a new core of size 25: cost of the new core is >=6
3.40/3.49	c lower bound updated to -1816
3.40/3.49	c BCD2: 1814 <= obj <= 5086
3.40/3.49	c BCD2: #cores=46, #unrelaxed=2131, #relaxed=968, #hardened=0
3.40/3.49	c BCD2: #sat=1 #unsat=211 bias=211/212
3.40/3.49	c Solving starts ...
3.40/3.49	c ============================[ Search Statistics ]============================
3.40/3.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.49	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.49	c =============================================================================
3.40/3.49	c  0.0s |       0 |        0 |        0 |     4408      0 |      169 |      186
3.49/3.51	c  0.0s |       0 |     1104 |        1 |     4408      0 |      169 |      190
3.49/3.51	c #cpu_time = 0.011s
3.49/3.51	c #wall_clock_time = 0.012s
3.49/3.51	c #decision = 1104
3.49/3.51	c #random_decision = 0
3.49/3.51	c #conflict = 1
3.49/3.51	c #restart = 0
3.49/3.51	c BCD2: relaxing 25 and merging with 3 cores into a new core of size 96: cost of the new core is >=26
3.49/3.51	c lower bound updated to -1814
3.49/3.51	c BCD2: 1816 <= obj <= 5086
3.49/3.51	c BCD2: #cores=44, #unrelaxed=2106, #relaxed=993, #hardened=0
3.49/3.51	c BCD2: #sat=1 #unsat=212 bias=212/213
3.49/3.51	c Solving starts ...
3.49/3.51	c ============================[ Search Statistics ]============================
3.49/3.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.51	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.51	c =============================================================================
3.49/3.51	c  0.0s |       0 |        0 |        0 |     4408      0 |      172 |      190
3.49/3.52	c  0.0s |       0 |     1083 |        0 |     4408      0 |      172 |      193
3.49/3.52	c #cpu_time = 0.010s
3.49/3.52	c #wall_clock_time = 0.010s
3.49/3.52	c #decision = 1083
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 0
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: found a new core of size 3: cost of the new core is >=2
3.49/3.52	c lower bound updated to -1812
3.49/3.52	c BCD2: 1818 <= obj <= 5086
3.49/3.52	c BCD2: #cores=45, #unrelaxed=2103, #relaxed=996, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=213 bias=213/214
3.49/3.53	c Solving starts ...
3.49/3.53	c ============================[ Search Statistics ]============================
3.49/3.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.53	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.53	c =============================================================================
3.49/3.53	c  0.0s |       0 |        0 |        0 |     4408      0 |      172 |      193
3.49/3.54	c  0.0s |       0 |     1082 |        0 |     4408      0 |      172 |      193
3.49/3.54	c #cpu_time = 0.009s
3.49/3.54	c #wall_clock_time = 0.009s
3.49/3.54	c #decision = 1082
3.49/3.54	c #random_decision = 0
3.49/3.54	c #conflict = 0
3.49/3.54	c #restart = 0
3.49/3.54	c BCD2: found a new core of size 3: cost of the new core is >=2
3.49/3.54	c lower bound updated to -1810
3.49/3.54	c BCD2: 1820 <= obj <= 5086
3.49/3.54	c BCD2: #cores=46, #unrelaxed=2100, #relaxed=999, #hardened=0
3.49/3.54	c BCD2: #sat=1 #unsat=214 bias=214/215
3.49/3.54	c Solving starts ...
3.49/3.54	c ============================[ Search Statistics ]============================
3.49/3.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.54	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.54	c =============================================================================
3.49/3.54	c  0.0s |       0 |        0 |        0 |     4408      0 |      172 |      193
3.49/3.55	c  0.0s |       0 |     1083 |        0 |     4408      0 |      172 |      193
3.49/3.55	c #cpu_time = 0.010s
3.49/3.55	c #wall_clock_time = 0.010s
3.49/3.55	c #decision = 1083
3.49/3.55	c #random_decision = 0
3.49/3.55	c #conflict = 0
3.49/3.55	c #restart = 0
3.49/3.55	c BCD2: found a new core of size 4: cost of the new core is >=2
3.49/3.55	c lower bound updated to -1808
3.49/3.55	c BCD2: 1822 <= obj <= 5086
3.49/3.55	c BCD2: #cores=47, #unrelaxed=2096, #relaxed=1003, #hardened=0
3.49/3.55	c BCD2: #sat=1 #unsat=215 bias=215/216
3.49/3.55	c Solving starts ...
3.49/3.55	c ============================[ Search Statistics ]============================
3.49/3.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.55	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.55	c =============================================================================
3.49/3.55	c  0.0s |       0 |        0 |        0 |     4408      0 |      172 |      193
3.49/3.56	c  0.0s |       0 |     1082 |        0 |     4408      0 |      172 |      193
3.49/3.56	c #cpu_time = 0.009s
3.49/3.56	c #wall_clock_time = 0.009s
3.49/3.56	c #decision = 1082
3.49/3.56	c #random_decision = 0
3.49/3.56	c #conflict = 0
3.49/3.56	c #restart = 0
3.49/3.56	c BCD2: found a new core of size 3: cost of the new core is >=2
3.49/3.56	c lower bound updated to -1806
3.49/3.56	c BCD2: 1824 <= obj <= 5086
3.49/3.56	c BCD2: #cores=48, #unrelaxed=2093, #relaxed=1006, #hardened=0
3.49/3.56	c BCD2: #sat=1 #unsat=216 bias=216/217
3.49/3.56	c Solving starts ...
3.49/3.56	c ============================[ Search Statistics ]============================
3.49/3.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.56	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.56	c =============================================================================
3.49/3.56	c  0.0s |       0 |        0 |        0 |     4408      0 |      172 |      193
3.49/3.57	c  0.0s |       0 |     1081 |        0 |     4408      0 |      172 |      193
3.49/3.57	c #cpu_time = 0.009s
3.49/3.57	c #wall_clock_time = 0.010s
3.49/3.57	c #decision = 1081
3.49/3.57	c #random_decision = 0
3.49/3.57	c #conflict = 0
3.49/3.57	c #restart = 0
3.49/3.57	c BCD2: found a new core of size 3: cost of the new core is >=2
3.49/3.57	c lower bound updated to -1804
3.49/3.58	c BCD2: 1826 <= obj <= 5086
3.49/3.58	c BCD2: #cores=49, #unrelaxed=2090, #relaxed=1009, #hardened=0
3.49/3.58	c BCD2: #sat=1 #unsat=217 bias=217/218
3.49/3.58	c Solving starts ...
3.49/3.58	c ============================[ Search Statistics ]============================
3.49/3.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.58	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.58	c =============================================================================
3.49/3.58	c  0.0s |       0 |        0 |        0 |     4408      0 |      172 |      193
3.49/3.59	c  0.0s |       0 |     1080 |        0 |     4408      0 |      172 |      193
3.49/3.59	c #cpu_time = 0.009s
3.49/3.59	c #wall_clock_time = 0.009s
3.49/3.59	c #decision = 1080
3.49/3.59	c #random_decision = 0
3.49/3.59	c #conflict = 0
3.49/3.59	c #restart = 0
3.49/3.59	c BCD2: found a new core of size 3: cost of the new core is >=2
3.49/3.59	c lower bound updated to -1802
3.49/3.59	c BCD2: 1828 <= obj <= 5086
3.49/3.59	c BCD2: #cores=50, #unrelaxed=2087, #relaxed=1012, #hardened=0
3.49/3.59	c BCD2: #sat=1 #unsat=218 bias=218/219
3.49/3.59	c Solving starts ...
3.49/3.59	c ============================[ Search Statistics ]============================
3.49/3.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.59	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.59	c =============================================================================
3.49/3.59	c  0.0s |       0 |        0 |        0 |     4408      0 |      172 |      193
3.59/3.60	c  0.0s |       0 |     1079 |        0 |     4408      0 |      172 |      193
3.59/3.60	c #cpu_time = 0.010s
3.59/3.60	c #wall_clock_time = 0.010s
3.59/3.60	c #decision = 1079
3.59/3.60	c #random_decision = 0
3.59/3.60	c #conflict = 0
3.59/3.60	c #restart = 0
3.59/3.60	c BCD2: found a new core of size 5: cost of the new core is >=2
3.59/3.60	c lower bound updated to -1800
3.59/3.60	c BCD2: 1830 <= obj <= 5086
3.59/3.60	c BCD2: #cores=51, #unrelaxed=2082, #relaxed=1017, #hardened=0
3.59/3.60	c BCD2: #sat=1 #unsat=219 bias=219/220
3.59/3.60	c Solving starts ...
3.59/3.60	c ============================[ Search Statistics ]============================
3.59/3.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.60	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.60	c =============================================================================
3.59/3.60	c  0.0s |       0 |        0 |        0 |     4408      0 |      172 |      193
3.59/3.61	c  0.0s |       0 |     1077 |        0 |     4408      0 |      172 |      193
3.59/3.61	c #cpu_time = 0.009s
3.59/3.61	c #wall_clock_time = 0.009s
3.59/3.61	c #decision = 1077
3.59/3.61	c #random_decision = 0
3.59/3.61	c #conflict = 0
3.59/3.61	c #restart = 0
3.59/3.61	c BCD2: found a new core of size 3: cost of the new core is >=2
3.59/3.61	c lower bound updated to -1798
3.59/3.61	c BCD2: 1832 <= obj <= 5086
3.59/3.61	c BCD2: #cores=52, #unrelaxed=2079, #relaxed=1020, #hardened=0
3.59/3.61	c BCD2: #sat=1 #unsat=220 bias=220/221
3.59/3.61	c Solving starts ...
3.59/3.61	c ============================[ Search Statistics ]============================
3.59/3.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.61	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.61	c =============================================================================
3.59/3.61	c  0.0s |       0 |        0 |        0 |     4408      0 |      172 |      193
3.59/3.62	c  0.0s |       0 |     1075 |        0 |     4408      0 |      172 |      193
3.59/3.62	c #cpu_time = 0.010s
3.59/3.62	c #wall_clock_time = 0.010s
3.59/3.62	c #decision = 1075
3.59/3.62	c #random_decision = 0
3.59/3.62	c #conflict = 0
3.59/3.62	c #restart = 0
3.59/3.62	c BCD2: found a new core of size 4: cost of the new core is >=2
3.59/3.62	c lower bound updated to -1796
3.59/3.63	c BCD2: 1834 <= obj <= 5086
3.59/3.63	c BCD2: #cores=53, #unrelaxed=2075, #relaxed=1024, #hardened=0
3.59/3.63	c BCD2: #sat=1 #unsat=221 bias=221/222
3.59/3.63	c Solving starts ...
3.59/3.63	c ============================[ Search Statistics ]============================
3.59/3.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.63	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.63	c =============================================================================
3.59/3.63	c  0.0s |       0 |        0 |        0 |     4408      0 |      172 |      193
3.59/3.64	c  0.0s |       0 |     1074 |        0 |     4408      0 |      172 |      193
3.59/3.64	c #cpu_time = 0.009s
3.59/3.64	c #wall_clock_time = 0.009s
3.59/3.64	c #decision = 1074
3.59/3.64	c #random_decision = 0
3.59/3.64	c #conflict = 0
3.59/3.64	c #restart = 0
3.59/3.64	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
3.59/3.64	c lower bound updated to -1794
3.59/3.64	c BCD2: 1836 <= obj <= 5086
3.59/3.64	c BCD2: #cores=53, #unrelaxed=2072, #relaxed=1027, #hardened=0
3.59/3.64	c BCD2: #sat=1 #unsat=222 bias=222/223
3.59/3.64	c Solving starts ...
3.59/3.64	c ============================[ Search Statistics ]============================
3.59/3.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.64	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.64	c =============================================================================
3.59/3.64	c  0.0s |       0 |        0 |        0 |     4408      0 |      173 |      193
3.59/3.65	c  0.0s |       0 |     1073 |        0 |     4408      0 |      173 |      194
3.59/3.65	c #cpu_time = 0.010s
3.59/3.65	c #wall_clock_time = 0.010s
3.59/3.65	c #decision = 1073
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 >=2
3.59/3.65	c lower bound updated to -1792
3.59/3.65	c BCD2: 1838 <= obj <= 5086
3.59/3.65	c BCD2: #cores=54, #unrelaxed=2069, #relaxed=1030, #hardened=0
3.59/3.65	c BCD2: #sat=1 #unsat=223 bias=223/224
3.59/3.65	c Solving starts ...
3.59/3.65	c ============================[ Search Statistics ]============================
3.59/3.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.65	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.65	c =============================================================================
3.59/3.65	c  0.0s |       0 |        0 |        0 |     4408      0 |      173 |      194
3.59/3.66	c  0.0s |       0 |     1072 |        0 |     4408      0 |      173 |      194
3.59/3.66	c #cpu_time = 0.009s
3.59/3.66	c #wall_clock_time = 0.009s
3.59/3.66	c #decision = 1072
3.59/3.66	c #random_decision = 0
3.59/3.66	c #conflict = 0
3.59/3.66	c #restart = 0
3.59/3.66	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
3.59/3.66	c BCD2: refineLB: 3 -> 4
3.59/3.66	c lower bound updated to -1790
3.59/3.66	c BCD2: 1840 <= obj <= 5086
3.59/3.66	c BCD2: #cores=54, #unrelaxed=2064, #relaxed=1035, #hardened=0
3.59/3.66	c BCD2: #sat=1 #unsat=224 bias=224/225
3.59/3.66	c Solving starts ...
3.59/3.66	c ============================[ Search Statistics ]============================
3.59/3.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.66	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.66	c =============================================================================
3.59/3.66	c  0.0s |       0 |        0 |        0 |     4408      0 |      174 |      194
3.59/3.68	c  0.0s |       0 |     1068 |        0 |     4408      0 |      174 |      195
3.59/3.68	c #cpu_time = 0.009s
3.59/3.68	c #wall_clock_time = 0.009s
3.59/3.68	c #decision = 1068
3.59/3.68	c #random_decision = 0
3.59/3.68	c #conflict = 0
3.59/3.68	c #restart = 0
3.59/3.68	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 14: cost of the new core is >=6
3.59/3.68	c lower bound updated to -1788
3.59/3.68	c BCD2: 1842 <= obj <= 5086
3.59/3.68	c BCD2: #cores=54, #unrelaxed=2057, #relaxed=1042, #hardened=0
3.59/3.68	c BCD2: #sat=1 #unsat=225 bias=225/226
3.59/3.68	c Solving starts ...
3.59/3.68	c ============================[ Search Statistics ]============================
3.59/3.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.68	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.68	c =============================================================================
3.59/3.68	c  0.0s |       0 |        0 |        0 |     4408      0 |      175 |      195
3.59/3.69	c  0.0s |       0 |     1065 |        0 |     4408      0 |      175 |      196
3.59/3.69	c #cpu_time = 0.010s
3.59/3.69	c #wall_clock_time = 0.010s
3.59/3.69	c #decision = 1065
3.59/3.69	c #random_decision = 0
3.59/3.69	c #conflict = 0
3.59/3.69	c #restart = 0
3.59/3.69	c BCD2: found a new core of size 3: cost of the new core is >=2
3.59/3.69	c lower bound updated to -1786
3.59/3.69	c BCD2: 1844 <= obj <= 5086
3.59/3.69	c BCD2: #cores=55, #unrelaxed=2054, #relaxed=1045, #hardened=0
3.59/3.69	c BCD2: #sat=1 #unsat=226 bias=226/227
3.59/3.69	c Solving starts ...
3.59/3.69	c ============================[ Search Statistics ]============================
3.59/3.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.69	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.69	c =============================================================================
3.59/3.69	c  0.0s |       0 |        0 |        0 |     4408      0 |      175 |      196
3.69/3.70	c  0.0s |       0 |     1064 |        0 |     4408      0 |      175 |      196
3.69/3.70	c #cpu_time = 0.011s
3.69/3.70	c #wall_clock_time = 0.011s
3.69/3.70	c #decision = 1064
3.69/3.70	c #random_decision = 0
3.69/3.70	c #conflict = 0
3.69/3.70	c #restart = 0
3.69/3.71	c BCD2: found a new core of size 2: cost of the new core is >=2
3.69/3.71	c lower bound updated to -1784
3.69/3.71	c BCD2: 1846 <= obj <= 5086
3.69/3.71	c BCD2: #cores=56, #unrelaxed=2052, #relaxed=1047, #hardened=0
3.69/3.71	c BCD2: #sat=1 #unsat=227 bias=227/228
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 |     4408      0 |      175 |      196
3.69/3.72	c  0.0s |       0 |     1062 |        0 |     4408      0 |      175 |      196
3.69/3.72	c #cpu_time = 0.010s
3.69/3.72	c #wall_clock_time = 0.010s
3.69/3.72	c #decision = 1062
3.69/3.72	c #random_decision = 0
3.69/3.72	c #conflict = 0
3.69/3.72	c #restart = 0
3.69/3.72	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 12: cost of the new core is >=12
3.69/3.72	c lower bound updated to -1782
3.69/3.72	c BCD2: 1848 <= obj <= 5086
3.69/3.72	c BCD2: #cores=56, #unrelaxed=2049, #relaxed=1050, #hardened=0
3.69/3.72	c BCD2: #sat=1 #unsat=228 bias=228/229
3.69/3.72	c Solving starts ...
3.69/3.72	c ============================[ Search Statistics ]============================
3.69/3.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.72	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.72	c =============================================================================
3.69/3.72	c  0.0s |       0 |        0 |        0 |     4408      0 |      176 |      196
3.69/3.73	c  0.0s |       0 |     1060 |        0 |     4408      0 |      176 |      197
3.69/3.73	c #cpu_time = 0.010s
3.69/3.73	c #wall_clock_time = 0.010s
3.69/3.73	c #decision = 1060
3.69/3.73	c #random_decision = 0
3.69/3.73	c #conflict = 0
3.69/3.73	c #restart = 0
3.69/3.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=4
3.69/3.73	c lower bound updated to -1780
3.69/3.74	c BCD2: 1850 <= obj <= 5086
3.69/3.74	c BCD2: #cores=56, #unrelaxed=2048, #relaxed=1051, #hardened=0
3.69/3.74	c BCD2: #sat=1 #unsat=229 bias=229/230
3.69/3.74	c Solving starts ...
3.69/3.74	c ============================[ Search Statistics ]============================
3.69/3.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.74	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.74	c =============================================================================
3.69/3.74	c  0.0s |       0 |        0 |        0 |     4408      0 |      177 |      197
3.69/3.75	c  0.0s |       0 |     1060 |        0 |     4408      0 |      177 |      198
3.69/3.75	c #cpu_time = 0.010s
3.69/3.75	c #wall_clock_time = 0.010s
3.69/3.75	c #decision = 1060
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: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=4
3.69/3.75	c lower bound updated to -1778
3.69/3.75	c BCD2: 1852 <= obj <= 5086
3.69/3.75	c BCD2: #cores=56, #unrelaxed=2047, #relaxed=1052, #hardened=0
3.69/3.75	c BCD2: #sat=1 #unsat=230 bias=230/231
3.69/3.75	c Solving starts ...
3.69/3.75	c ============================[ Search Statistics ]============================
3.69/3.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.75	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.75	c =============================================================================
3.69/3.75	c  0.0s |       0 |        0 |        0 |     4408      0 |      178 |      198
3.69/3.76	c  0.0s |       0 |     1061 |        0 |     4408      0 |      178 |      199
3.69/3.76	c #cpu_time = 0.011s
3.69/3.76	c #wall_clock_time = 0.011s
3.69/3.76	c #decision = 1061
3.69/3.76	c #random_decision = 0
3.69/3.76	c #conflict = 0
3.69/3.76	c #restart = 0
3.69/3.76	c BCD2: found a new core of size 2: cost of the new core is >=2
3.69/3.76	c lower bound updated to -1776
3.69/3.76	c BCD2: 1854 <= obj <= 5086
3.69/3.76	c BCD2: #cores=57, #unrelaxed=2045, #relaxed=1054, #hardened=0
3.69/3.76	c BCD2: #sat=1 #unsat=231 bias=231/232
3.69/3.76	c Solving starts ...
3.69/3.76	c ============================[ Search Statistics ]============================
3.69/3.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.76	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.76	c =============================================================================
3.69/3.76	c  0.0s |       0 |        0 |        0 |     4408      0 |      178 |      199
3.69/3.77	c  0.0s |       0 |     1061 |        0 |     4408      0 |      178 |      199
3.69/3.77	c #cpu_time = 0.010s
3.69/3.77	c #wall_clock_time = 0.010s
3.69/3.77	c #decision = 1061
3.69/3.77	c #random_decision = 0
3.69/3.77	c #conflict = 0
3.69/3.77	c #restart = 0
3.69/3.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
3.69/3.78	c lower bound updated to -1774
3.69/3.78	c BCD2: 1856 <= obj <= 5086
3.69/3.78	c BCD2: #cores=57, #unrelaxed=2044, #relaxed=1055, #hardened=0
3.69/3.78	c BCD2: #sat=1 #unsat=232 bias=232/233
3.69/3.78	c Solving starts ...
3.69/3.78	c ============================[ Search Statistics ]============================
3.69/3.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.78	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.78	c =============================================================================
3.69/3.78	c  0.0s |       0 |        0 |        0 |     4408      0 |      179 |      199
3.69/3.79	c  0.0s |       0 |     1061 |        0 |     4408      0 |      179 |      200
3.69/3.79	c #cpu_time = 0.011s
3.69/3.79	c #wall_clock_time = 0.011s
3.69/3.79	c #decision = 1061
3.69/3.79	c #random_decision = 0
3.69/3.79	c #conflict = 0
3.69/3.79	c #restart = 0
3.69/3.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5
3.69/3.79	c lower bound updated to -1773
3.69/3.79	c BCD2: 1857 <= obj <= 5086
3.69/3.79	c BCD2: #cores=57, #unrelaxed=2043, #relaxed=1056, #hardened=0
3.69/3.79	c BCD2: #sat=1 #unsat=233 bias=233/234
3.69/3.79	c Solving starts ...
3.69/3.79	c ============================[ Search Statistics ]============================
3.69/3.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.79	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.79	c =============================================================================
3.69/3.79	c  0.0s |       0 |        0 |        0 |     4408      0 |      180 |      200
3.79/3.80	c  0.0s |       0 |     2006 |        2 |     4408      0 |      180 |      201
3.79/3.80	c #cpu_time = 0.011s
3.79/3.80	c #wall_clock_time = 0.011s
3.79/3.80	c #decision = 2006
3.79/3.80	c #random_decision = 0
3.79/3.80	c #conflict = 2
3.79/3.80	c #restart = 0
3.79/3.80	c BCD2: relaxing 6 and merging with 6 cores into a new core of size 32: cost of the new core is >=20
3.79/3.80	c lower bound updated to -1772
3.79/3.81	c BCD2: 1858 <= obj <= 5086
3.79/3.81	c BCD2: #cores=52, #unrelaxed=2037, #relaxed=1062, #hardened=0
3.79/3.81	c BCD2: #sat=1 #unsat=234 bias=234/235
3.79/3.81	c Solving starts ...
3.79/3.81	c ============================[ Search Statistics ]============================
3.79/3.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.81	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.81	c =============================================================================
3.79/3.81	c  0.0s |       0 |        0 |        0 |     4408      0 |      186 |      201
3.79/3.82	c  0.0s |       0 |     1053 |        0 |     4408      0 |      186 |      207
3.79/3.82	c #cpu_time = 0.011s
3.79/3.82	c #wall_clock_time = 0.011s
3.79/3.82	c #decision = 1053
3.79/3.82	c #random_decision = 0
3.79/3.82	c #conflict = 0
3.79/3.82	c #restart = 0
3.79/3.82	c BCD2: found a new core of size 4: cost of the new core is >=2
3.79/3.82	c lower bound updated to -1770
3.79/3.82	c BCD2: 1860 <= obj <= 5086
3.79/3.82	c BCD2: #cores=53, #unrelaxed=2033, #relaxed=1066, #hardened=0
3.79/3.82	c BCD2: #sat=1 #unsat=235 bias=235/236
3.79/3.82	c Solving starts ...
3.79/3.82	c ============================[ Search Statistics ]============================
3.79/3.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.82	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.82	c =============================================================================
3.79/3.82	c  0.0s |       0 |        0 |        0 |     4408      0 |      186 |      207
3.79/3.83	c  0.0s |       0 |     1051 |        0 |     4408      0 |      186 |      207
3.79/3.83	c #cpu_time = 0.010s
3.79/3.83	c #wall_clock_time = 0.010s
3.79/3.83	c #decision = 1051
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 >=2
3.79/3.83	c lower bound updated to -1768
3.79/3.83	c BCD2: 1862 <= obj <= 5086
3.79/3.83	c BCD2: #cores=54, #unrelaxed=2030, #relaxed=1069, #hardened=0
3.79/3.83	c BCD2: #sat=1 #unsat=236 bias=236/237
3.79/3.83	c Solving starts ...
3.79/3.83	c ============================[ Search Statistics ]============================
3.79/3.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.83	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.83	c =============================================================================
3.79/3.83	c  0.0s |       0 |        0 |        0 |     4408      0 |      186 |      207
3.79/3.85	c  0.0s |       0 |     1051 |        0 |     4408      0 |      186 |      207
3.79/3.85	c #cpu_time = 0.011s
3.79/3.85	c #wall_clock_time = 0.011s
3.79/3.85	c #decision = 1051
3.79/3.85	c #random_decision = 0
3.79/3.85	c #conflict = 0
3.79/3.85	c #restart = 0
3.79/3.85	c BCD2: found a new core of size 2: cost of the new core is >=2
3.79/3.85	c lower bound updated to -1766
3.79/3.85	c BCD2: 1864 <= obj <= 5086
3.79/3.85	c BCD2: #cores=55, #unrelaxed=2028, #relaxed=1071, #hardened=0
3.79/3.85	c BCD2: #sat=1 #unsat=237 bias=237/238
3.79/3.85	c Solving starts ...
3.79/3.85	c ============================[ Search Statistics ]============================
3.79/3.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.85	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.85	c =============================================================================
3.79/3.85	c  0.0s |       0 |        0 |        0 |     4408      0 |      186 |      207
3.79/3.86	c  0.0s |       0 |     1051 |        0 |     4408      0 |      186 |      207
3.79/3.86	c #cpu_time = 0.010s
3.79/3.86	c #wall_clock_time = 0.010s
3.79/3.86	c #decision = 1051
3.79/3.86	c #random_decision = 0
3.79/3.86	c #conflict = 0
3.79/3.86	c #restart = 0
3.79/3.86	c BCD2: relaxing 9 and merging with 3 cores into a new core of size 21: cost of the new core is >=7
3.79/3.86	c lower bound updated to -1765
3.79/3.86	c BCD2: 1865 <= obj <= 5086
3.79/3.86	c BCD2: #cores=53, #unrelaxed=2019, #relaxed=1080, #hardened=0
3.79/3.86	c BCD2: #sat=1 #unsat=238 bias=238/239
3.79/3.86	c Solving starts ...
3.79/3.86	c ============================[ Search Statistics ]============================
3.79/3.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.86	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.86	c =============================================================================
3.79/3.86	c  0.0s |       0 |        0 |        0 |     4408      0 |      189 |      207
3.79/3.88	c  0.0s |       0 |     1047 |        0 |     4408      0 |      189 |      210
3.79/3.88	c #cpu_time = 0.011s
3.79/3.88	c #wall_clock_time = 0.011s
3.79/3.88	c #decision = 1047
3.79/3.88	c #random_decision = 0
3.79/3.88	c #conflict = 0
3.79/3.88	c #restart = 0
3.79/3.88	c BCD2: relaxing 11 and merging with 1 cores into a new core of size 20: cost of the new core is >=6
3.79/3.88	c lower bound updated to -1763
3.79/3.88	c BCD2: 1867 <= obj <= 5086
3.79/3.88	c BCD2: #cores=53, #unrelaxed=2008, #relaxed=1091, #hardened=0
3.79/3.88	c BCD2: #sat=1 #unsat=239 bias=239/240
3.79/3.88	c Solving starts ...
3.79/3.88	c ============================[ Search Statistics ]============================
3.79/3.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.88	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.88	c =============================================================================
3.79/3.88	c  0.0s |       0 |        0 |        0 |     4408      0 |      190 |      210
3.79/3.89	c  0.0s |       0 |     1040 |        0 |     4408      0 |      190 |      211
3.79/3.89	c #cpu_time = 0.011s
3.79/3.89	c #wall_clock_time = 0.011s
3.79/3.89	c #decision = 1040
3.79/3.89	c #random_decision = 0
3.79/3.89	c #conflict = 0
3.79/3.89	c #restart = 0
3.79/3.89	c BCD2: relaxing 17 and merging with 3 cores into a new core of size 45: cost of the new core is >=14
3.79/3.89	c lower bound updated to -1762
3.79/3.89	c BCD2: 1868 <= obj <= 5086
3.79/3.89	c BCD2: #cores=51, #unrelaxed=1991, #relaxed=1108, #hardened=0
3.79/3.89	c BCD2: #sat=1 #unsat=240 bias=240/241
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 |     4408      0 |      193 |      211
3.89/3.90	c  0.0s |       0 |     1029 |        1 |     4408      0 |      193 |      214
3.89/3.90	c #cpu_time = 0.010s
3.89/3.90	c #wall_clock_time = 0.010s
3.89/3.90	c #decision = 1029
3.89/3.90	c #random_decision = 0
3.89/3.90	c #conflict = 1
3.89/3.90	c #restart = 0
3.89/3.90	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 14: cost of the new core is >=6
3.89/3.90	c lower bound updated to -1760
3.89/3.91	c BCD2: 1870 <= obj <= 5086
3.89/3.91	c BCD2: #cores=51, #unrelaxed=1985, #relaxed=1114, #hardened=0
3.89/3.91	c BCD2: #sat=1 #unsat=241 bias=241/242
3.89/3.91	c Solving starts ...
3.89/3.91	c ============================[ Search Statistics ]============================
3.89/3.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.91	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.91	c =============================================================================
3.89/3.91	c  0.0s |       0 |        0 |        0 |     4408      0 |      194 |      214
3.89/3.92	c  0.0s |       0 |     1027 |        0 |     4408      0 |      194 |      215
3.89/3.92	c #cpu_time = 0.009s
3.89/3.92	c #wall_clock_time = 0.009s
3.89/3.92	c #decision = 1027
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 >=2
3.89/3.92	c lower bound updated to -1758
3.89/3.92	c BCD2: 1872 <= obj <= 5086
3.89/3.92	c BCD2: #cores=52, #unrelaxed=1982, #relaxed=1117, #hardened=0
3.89/3.92	c BCD2: #sat=1 #unsat=242 bias=242/243
3.89/3.92	c Solving starts ...
3.89/3.92	c ============================[ Search Statistics ]============================
3.89/3.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.92	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.92	c =============================================================================
3.89/3.92	c  0.0s |       0 |        0 |        0 |     4408      0 |      194 |      215
3.89/3.93	c  0.0s |       0 |     1029 |        1 |     4408      0 |      194 |      215
3.89/3.93	c #cpu_time = 0.012s
3.89/3.93	c #wall_clock_time = 0.012s
3.89/3.93	c #decision = 1029
3.89/3.93	c #random_decision = 0
3.89/3.93	c #conflict = 1
3.89/3.93	c #restart = 0
3.89/3.93	c BCD2: relaxing 35 and merging with 6 cores into a new core of size 153: cost of the new core is >=44
3.89/3.93	c lower bound updated to -1757
3.89/3.93	c BCD2: 1873 <= obj <= 5086
3.89/3.93	c BCD2: #cores=47, #unrelaxed=1947, #relaxed=1152, #hardened=0
3.89/3.93	c BCD2: #sat=1 #unsat=243 bias=243/244
3.89/3.94	c Solving starts ...
3.89/3.94	c ============================[ Search Statistics ]============================
3.89/3.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.94	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.94	c =============================================================================
3.89/3.94	c  0.0s |       0 |        0 |        0 |     4408      0 |      200 |      215
3.89/3.95	c  0.0s |       0 |      999 |        0 |     4408      0 |      200 |      221
3.89/3.95	c #cpu_time = 0.009s
3.89/3.95	c #wall_clock_time = 0.009s
3.89/3.95	c #decision = 999
3.89/3.95	c #random_decision = 0
3.89/3.95	c #conflict = 0
3.89/3.95	c #restart = 0
3.89/3.95	c BCD2: found a new core of size 3: cost of the new core is >=2
3.89/3.95	c lower bound updated to -1755
3.89/3.95	c BCD2: 1875 <= obj <= 5086
3.89/3.95	c BCD2: #cores=48, #unrelaxed=1944, #relaxed=1155, #hardened=0
3.89/3.95	c BCD2: #sat=1 #unsat=244 bias=244/245
3.89/3.95	c Solving starts ...
3.89/3.95	c ============================[ Search Statistics ]============================
3.89/3.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.95	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.95	c =============================================================================
3.89/3.95	c  0.0s |       0 |        0 |        0 |     4408      0 |      200 |      221
3.89/3.96	c  0.0s |       0 |      998 |        0 |     4408      0 |      200 |      221
3.89/3.96	c #cpu_time = 0.009s
3.89/3.96	c #wall_clock_time = 0.009s
3.89/3.96	c #decision = 998
3.89/3.96	c #random_decision = 0
3.89/3.96	c #conflict = 0
3.89/3.96	c #restart = 0
3.89/3.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
3.89/3.96	c lower bound updated to -1753
3.89/3.96	c BCD2: 1877 <= obj <= 5086
3.89/3.96	c BCD2: #cores=48, #unrelaxed=1943, #relaxed=1156, #hardened=0
3.89/3.96	c BCD2: #sat=1 #unsat=245 bias=245/246
3.89/3.96	c Solving starts ...
3.89/3.96	c ============================[ Search Statistics ]============================
3.89/3.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.96	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.96	c =============================================================================
3.89/3.96	c  0.0s |       0 |        0 |        0 |     4408      0 |      201 |      221
3.89/3.97	c  0.0s |       0 |      998 |        0 |     4408      0 |      201 |      222
3.89/3.97	c #cpu_time = 0.009s
3.89/3.97	c #wall_clock_time = 0.009s
3.89/3.97	c #decision = 998
3.89/3.97	c #random_decision = 0
3.89/3.97	c #conflict = 0
3.89/3.97	c #restart = 0
3.89/3.97	c BCD2: relaxing 6 and merging with 2 cores into a new core of size 13: cost of the new core is >=8
3.89/3.97	c BCD2: refineLB: 7 -> 8
3.89/3.97	c lower bound updated to -1751
3.89/3.97	c BCD2: 1879 <= obj <= 5086
3.89/3.97	c BCD2: #cores=47, #unrelaxed=1937, #relaxed=1162, #hardened=0
3.89/3.97	c BCD2: #sat=1 #unsat=246 bias=246/247
3.89/3.97	c Solving starts ...
3.89/3.97	c ============================[ Search Statistics ]============================
3.89/3.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.97	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.97	c =============================================================================
3.89/3.97	c  0.0s |       0 |        0 |        0 |     4408      0 |      203 |      222
3.89/3.99	c  0.0s |       0 |      995 |        0 |     4408      0 |      203 |      224
3.89/3.99	c #cpu_time = 0.009s
3.89/3.99	c #wall_clock_time = 0.009s
3.89/3.99	c #decision = 995
3.89/3.99	c #random_decision = 0
3.89/3.99	c #conflict = 0
3.89/3.99	c #restart = 0
3.89/3.99	c BCD2: relaxing 12 and merging with 2 cores into a new core of size 26: cost of the new core is >=15
3.89/3.99	c lower bound updated to -1750
3.89/3.99	c BCD2: 1880 <= obj <= 5086
3.89/3.99	c BCD2: #cores=46, #unrelaxed=1925, #relaxed=1174, #hardened=0
3.89/3.99	c BCD2: #sat=1 #unsat=247 bias=247/248
3.89/3.99	c Solving starts ...
3.89/3.99	c ============================[ Search Statistics ]============================
3.89/3.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.99	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.99	c =============================================================================
3.89/3.99	c  0.0s |       0 |        0 |        0 |     4408      0 |      205 |      224
3.99/4.00	c  0.0s |       0 |      995 |        0 |     4408      0 |      205 |      226
3.99/4.00	c #cpu_time = 0.009s
3.99/4.00	c #wall_clock_time = 0.009s
3.99/4.00	c #decision = 995
3.99/4.00	c #random_decision = 0
3.99/4.00	c #conflict = 0
3.99/4.00	c #restart = 0
3.99/4.00	c BCD2: found a new core of size 3: cost of the new core is >=2
3.99/4.00	c lower bound updated to -1748
3.99/4.00	c BCD2: 1882 <= obj <= 5086
3.99/4.00	c BCD2: #cores=47, #unrelaxed=1922, #relaxed=1177, #hardened=0
3.99/4.00	c BCD2: #sat=1 #unsat=248 bias=248/249
3.99/4.00	c Solving starts ...
3.99/4.00	c ============================[ Search Statistics ]============================
3.99/4.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.00	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.00	c =============================================================================
3.99/4.00	c  0.0s |       0 |        0 |        0 |     4408      0 |      205 |      226
3.99/4.01	c  0.0s |       0 |      996 |        0 |     4408      0 |      205 |      226
3.99/4.01	c #cpu_time = 0.009s
3.99/4.01	c #wall_clock_time = 0.009s
3.99/4.01	c #decision = 996
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 >=2
3.99/4.01	c lower bound updated to -1746
3.99/4.01	c BCD2: 1884 <= obj <= 5086
3.99/4.01	c BCD2: #cores=48, #unrelaxed=1919, #relaxed=1180, #hardened=0
3.99/4.01	c BCD2: #sat=1 #unsat=249 bias=249/250
3.99/4.01	c Solving starts ...
3.99/4.01	c ============================[ Search Statistics ]============================
3.99/4.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.01	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.01	c =============================================================================
3.99/4.01	c  0.0s |       0 |        0 |        0 |     4408      0 |      205 |      226
3.99/4.02	c  0.0s |       0 |      995 |        0 |     4408      0 |      205 |      226
3.99/4.02	c #cpu_time = 0.008s
3.99/4.02	c #wall_clock_time = 0.008s
3.99/4.02	c #decision = 995
3.99/4.02	c #random_decision = 0
3.99/4.02	c #conflict = 0
3.99/4.02	c #restart = 0
3.99/4.02	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
3.99/4.02	c lower bound updated to -1744
3.99/4.02	c BCD2: 1886 <= obj <= 5086
3.99/4.02	c BCD2: #cores=48, #unrelaxed=1915, #relaxed=1184, #hardened=0
3.99/4.02	c BCD2: #sat=1 #unsat=250 bias=250/251
3.99/4.02	c Solving starts ...
3.99/4.02	c ============================[ Search Statistics ]============================
3.99/4.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.02	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.02	c =============================================================================
3.99/4.02	c  0.0s |       0 |        0 |        0 |     4408      0 |      206 |      226
3.99/4.03	c  0.0s |       0 |      996 |        0 |     4408      0 |      206 |      227
3.99/4.03	c #cpu_time = 0.009s
3.99/4.03	c #wall_clock_time = 0.009s
3.99/4.03	c #decision = 996
3.99/4.03	c #random_decision = 0
3.99/4.03	c #conflict = 0
3.99/4.03	c #restart = 0
3.99/4.03	c BCD2: found a new core of size 3: cost of the new core is >=2
3.99/4.03	c lower bound updated to -1742
3.99/4.04	c BCD2: 1888 <= obj <= 5086
3.99/4.04	c BCD2: #cores=49, #unrelaxed=1912, #relaxed=1187, #hardened=0
3.99/4.04	c BCD2: #sat=1 #unsat=251 bias=251/252
3.99/4.04	c Solving starts ...
3.99/4.04	c ============================[ Search Statistics ]============================
3.99/4.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.04	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.04	c =============================================================================
3.99/4.04	c  0.0s |       0 |        0 |        0 |     4408      0 |      206 |      227
3.99/4.05	c  0.0s |       0 |      998 |        0 |     4408      0 |      206 |      227
3.99/4.05	c #cpu_time = 0.009s
3.99/4.05	c #wall_clock_time = 0.009s
3.99/4.05	c #decision = 998
3.99/4.05	c #random_decision = 0
3.99/4.05	c #conflict = 0
3.99/4.05	c #restart = 0
3.99/4.05	c BCD2: found a new core of size 3: cost of the new core is >=2
3.99/4.05	c lower bound updated to -1740
3.99/4.05	c BCD2: 1890 <= obj <= 5086
3.99/4.05	c BCD2: #cores=50, #unrelaxed=1909, #relaxed=1190, #hardened=0
3.99/4.05	c BCD2: #sat=1 #unsat=252 bias=252/253
3.99/4.05	c Solving starts ...
3.99/4.05	c ============================[ Search Statistics ]============================
3.99/4.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.05	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.05	c =============================================================================
3.99/4.05	c  0.0s |       0 |        0 |        0 |     4408      0 |      206 |      227
3.99/4.06	c  0.0s |       0 |      997 |        0 |     4408      0 |      206 |      227
3.99/4.06	c #cpu_time = 0.010s
3.99/4.06	c #wall_clock_time = 0.010s
3.99/4.06	c #decision = 997
3.99/4.06	c #random_decision = 0
3.99/4.06	c #conflict = 0
3.99/4.06	c #restart = 0
3.99/4.06	c BCD2: found a new core of size 2: cost of the new core is >=2
3.99/4.06	c lower bound updated to -1738
3.99/4.06	c BCD2: 1892 <= obj <= 5086
3.99/4.06	c BCD2: #cores=51, #unrelaxed=1907, #relaxed=1192, #hardened=0
3.99/4.06	c BCD2: #sat=1 #unsat=253 bias=253/254
3.99/4.06	c Solving starts ...
3.99/4.06	c ============================[ Search Statistics ]============================
3.99/4.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.06	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.06	c =============================================================================
3.99/4.06	c  0.0s |       0 |        0 |        0 |     4408      0 |      206 |      227
3.99/4.07	c  0.0s |       0 |      991 |        0 |     4408      0 |      206 |      227
3.99/4.07	c #cpu_time = 0.009s
3.99/4.07	c #wall_clock_time = 0.009s
3.99/4.07	c #decision = 991
3.99/4.07	c #random_decision = 0
3.99/4.07	c #conflict = 0
3.99/4.07	c #restart = 0
3.99/4.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
3.99/4.07	c lower bound updated to -1736
3.99/4.07	c BCD2: 1894 <= obj <= 5086
3.99/4.07	c BCD2: #cores=51, #unrelaxed=1906, #relaxed=1193, #hardened=0
3.99/4.07	c BCD2: #sat=1 #unsat=254 bias=254/255
3.99/4.08	c Solving starts ...
3.99/4.08	c ============================[ Search Statistics ]============================
3.99/4.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.08	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.08	c =============================================================================
3.99/4.08	c  0.0s |       0 |        0 |        0 |     4408      0 |      207 |      227
3.99/4.09	c  0.0s |       0 |      991 |        0 |     4408      0 |      207 |      228
3.99/4.09	c #cpu_time = 0.010s
3.99/4.09	c #wall_clock_time = 0.010s
3.99/4.09	c #decision = 991
3.99/4.09	c #random_decision = 0
3.99/4.09	c #conflict = 0
3.99/4.09	c #restart = 0
3.99/4.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6
3.99/4.09	c lower bound updated to -1734
3.99/4.09	c BCD2: 1896 <= obj <= 5086
3.99/4.09	c BCD2: #cores=51, #unrelaxed=1905, #relaxed=1194, #hardened=0
3.99/4.09	c BCD2: #sat=1 #unsat=255 bias=255/256
3.99/4.09	c Solving starts ...
3.99/4.09	c ============================[ Search Statistics ]============================
3.99/4.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.09	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.09	c =============================================================================
3.99/4.09	c  0.0s |       0 |        0 |        0 |     4408      0 |      208 |      228
4.08/4.10	c  0.0s |       0 |      991 |        0 |     4408      0 |      208 |      229
4.08/4.10	c #cpu_time = 0.009s
4.08/4.10	c #wall_clock_time = 0.009s
4.08/4.10	c #decision = 991
4.08/4.10	c #random_decision = 0
4.08/4.10	c #conflict = 0
4.08/4.10	c #restart = 0
4.08/4.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=7
4.08/4.10	c lower bound updated to -1733
4.08/4.10	c BCD2: 1897 <= obj <= 5086
4.08/4.10	c BCD2: #cores=51, #unrelaxed=1904, #relaxed=1195, #hardened=0
4.08/4.10	c BCD2: #sat=1 #unsat=256 bias=256/257
4.08/4.10	c Solving starts ...
4.08/4.10	c ============================[ Search Statistics ]============================
4.08/4.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.08/4.10	c       |         |          |          |    Limit     GC | Var      | Constra 
4.08/4.10	c =============================================================================
4.08/4.10	c  0.0s |       0 |        0 |        0 |     4408      0 |      209 |      229
4.08/4.11	c  0.0s |       0 |     1861 |        1 |     4408      0 |      209 |      230
4.08/4.11	c #cpu_time = 0.011s
4.08/4.11	c #wall_clock_time = 0.011s
4.08/4.11	c #decision = 1861
4.08/4.11	c #random_decision = 0
4.08/4.11	c #conflict = 1
4.08/4.11	c #restart = 0
4.08/4.11	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=8
4.08/4.11	c lower bound updated to -1732
4.08/4.12	c BCD2: 1898 <= obj <= 5086
4.08/4.12	c BCD2: #cores=51, #unrelaxed=1902, #relaxed=1197, #hardened=0
4.08/4.12	c BCD2: #sat=1 #unsat=257 bias=257/258
4.08/4.12	c Solving starts ...
4.08/4.12	c ============================[ Search Statistics ]============================
4.08/4.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.08/4.12	c       |         |          |          |    Limit     GC | Var      | Constra 
4.08/4.12	c =============================================================================
4.08/4.12	c  0.0s |       0 |        0 |        0 |     4408      0 |      210 |      230
4.08/4.13	c  0.0s |       0 |     1882 |        1 |     4408      0 |      210 |      231
4.08/4.13	c #cpu_time = 0.013s
4.08/4.13	c #wall_clock_time = 0.013s
4.08/4.13	c #decision = 1882
4.08/4.13	c #random_decision = 0
4.08/4.13	c #conflict = 1
4.08/4.13	c #restart = 0
4.08/4.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=9
4.08/4.13	c lower bound updated to -1731
4.08/4.13	c BCD2: 1899 <= obj <= 5086
4.08/4.13	c BCD2: #cores=51, #unrelaxed=1901, #relaxed=1198, #hardened=0
4.08/4.13	c BCD2: #sat=1 #unsat=258 bias=258/259
4.08/4.13	c Solving starts ...
4.08/4.13	c ============================[ Search Statistics ]============================
4.08/4.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.08/4.13	c       |         |          |          |    Limit     GC | Var      | Constra 
4.08/4.13	c =============================================================================
4.08/4.13	c  0.0s |       0 |        0 |        0 |     4408      0 |      211 |      231
4.08/4.15	c  0.0s |       0 |     3621 |        5 |     4408      0 |      211 |      232
4.08/4.15	c #cpu_time = 0.020s
4.08/4.15	c #wall_clock_time = 0.020s
4.08/4.15	c #decision = 3621
4.08/4.15	c #random_decision = 0
4.08/4.15	c #conflict = 5
4.08/4.15	c #restart = 0
4.08/4.15	c BCD2: relaxing 7 and merging with 5 cores into a new core of size 42: cost of the new core is >=30
4.08/4.15	c lower bound updated to -1730
4.08/4.16	c BCD2: 1900 <= obj <= 5086
4.08/4.16	c BCD2: #cores=47, #unrelaxed=1894, #relaxed=1205, #hardened=0
4.08/4.16	c BCD2: #sat=1 #unsat=259 bias=259/260
4.08/4.16	c Solving starts ...
4.08/4.16	c ============================[ Search Statistics ]============================
4.08/4.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.08/4.16	c       |         |          |          |    Limit     GC | Var      | Constra 
4.08/4.16	c =============================================================================
4.08/4.16	c  0.0s |       0 |        0 |        0 |     4408      0 |      216 |      232
4.08/4.17	c  0.0s |       0 |      996 |        1 |     4408      0 |      216 |      237
4.08/4.17	c #cpu_time = 0.011s
4.08/4.17	c #wall_clock_time = 0.011s
4.08/4.17	c #decision = 996
4.08/4.17	c #random_decision = 0
4.08/4.17	c #conflict = 1
4.08/4.17	c #restart = 0
4.08/4.17	c BCD2: relaxing 14 and merging with 1 cores into a new core of size 28: cost of the new core is >=8
4.08/4.17	c lower bound updated to -1728
4.08/4.17	c BCD2: 1902 <= obj <= 5086
4.08/4.17	c BCD2: #cores=47, #unrelaxed=1880, #relaxed=1219, #hardened=0
4.08/4.17	c BCD2: #sat=1 #unsat=260 bias=260/261
4.08/4.17	c Solving starts ...
4.08/4.17	c ============================[ Search Statistics ]============================
4.08/4.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.08/4.17	c       |         |          |          |    Limit     GC | Var      | Constra 
4.08/4.17	c =============================================================================
4.08/4.17	c  0.0s |       0 |        0 |        0 |     4408      0 |      217 |      237
4.08/4.18	c  0.0s |       0 |      982 |        0 |     4408      0 |      217 |      238
4.08/4.18	c #cpu_time = 0.010s
4.08/4.18	c #wall_clock_time = 0.010s
4.08/4.18	c #decision = 982
4.08/4.18	c #random_decision = 0
4.08/4.18	c #conflict = 0
4.08/4.18	c #restart = 0
4.08/4.18	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
4.08/4.18	c BCD2: refineLB: 3 -> 4
4.08/4.18	c lower bound updated to -1726
4.08/4.19	c BCD2: 1904 <= obj <= 5086
4.08/4.19	c BCD2: #cores=47, #unrelaxed=1876, #relaxed=1223, #hardened=0
4.08/4.19	c BCD2: #sat=1 #unsat=261 bias=261/262
4.08/4.19	c Solving starts ...
4.08/4.19	c ============================[ Search Statistics ]============================
4.08/4.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.08/4.19	c       |         |          |          |    Limit     GC | Var      | Constra 
4.08/4.19	c =============================================================================
4.08/4.19	c  0.0s |       0 |        0 |        0 |     4408      0 |      218 |      238
4.18/4.20	c  0.0s |       0 |      987 |        0 |     4408      0 |      218 |      239
4.18/4.20	c #cpu_time = 0.010s
4.18/4.20	c #wall_clock_time = 0.010s
4.18/4.20	c #decision = 987
4.18/4.20	c #random_decision = 0
4.18/4.20	c #conflict = 0
4.18/4.20	c #restart = 0
4.18/4.20	c BCD2: found a new core of size 3: cost of the new core is >=2
4.18/4.20	c lower bound updated to -1724
4.18/4.20	c BCD2: 1906 <= obj <= 5086
4.18/4.20	c BCD2: #cores=48, #unrelaxed=1873, #relaxed=1226, #hardened=0
4.18/4.20	c BCD2: #sat=1 #unsat=262 bias=262/263
4.18/4.20	c Solving starts ...
4.18/4.20	c ============================[ Search Statistics ]============================
4.18/4.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.18/4.20	c       |         |          |          |    Limit     GC | Var      | Constra 
4.18/4.20	c =============================================================================
4.18/4.20	c  0.0s |       0 |        0 |        0 |     4408      0 |      218 |      239
4.18/4.21	c  0.0s |       0 |      988 |        0 |     4408      0 |      218 |      239
4.18/4.21	c #cpu_time = 0.010s
4.18/4.21	c #wall_clock_time = 0.010s
4.18/4.21	c #decision = 988
4.18/4.21	c #random_decision = 0
4.18/4.21	c #conflict = 0
4.18/4.21	c #restart = 0
4.18/4.21	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
4.18/4.21	c BCD2: refineLB: 3 -> 4
4.18/4.21	c lower bound updated to -1722
4.18/4.21	c BCD2: 1908 <= obj <= 5086
4.18/4.21	c BCD2: #cores=48, #unrelaxed=1868, #relaxed=1231, #hardened=0
4.18/4.21	c BCD2: #sat=1 #unsat=263 bias=263/264
4.18/4.21	c Solving starts ...
4.18/4.21	c ============================[ Search Statistics ]============================
4.18/4.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.18/4.21	c       |         |          |          |    Limit     GC | Var      | Constra 
4.18/4.21	c =============================================================================
4.18/4.21	c  0.0s |       0 |        0 |        0 |     4408      0 |      219 |      239
4.18/4.22	c  0.0s |       0 |      987 |        0 |     4408      0 |      219 |      240
4.18/4.22	c #cpu_time = 0.010s
4.18/4.22	c #wall_clock_time = 0.010s
4.18/4.22	c #decision = 987
4.18/4.22	c #random_decision = 0
4.18/4.22	c #conflict = 0
4.18/4.22	c #restart = 0
4.18/4.22	c BCD2: found a new core of size 3: cost of the new core is >=2
4.18/4.22	c lower bound updated to -1720
4.18/4.23	c BCD2: 1910 <= obj <= 5086
4.18/4.23	c BCD2: #cores=49, #unrelaxed=1865, #relaxed=1234, #hardened=0
4.18/4.23	c BCD2: #sat=1 #unsat=264 bias=264/265
4.18/4.23	c Solving starts ...
4.18/4.23	c ============================[ Search Statistics ]============================
4.18/4.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.18/4.23	c       |         |          |          |    Limit     GC | Var      | Constra 
4.18/4.23	c =============================================================================
4.18/4.23	c  0.0s |       0 |        0 |        0 |     4408      0 |      219 |      240
4.18/4.24	c  0.0s |       0 |      986 |        0 |     4408      0 |      219 |      240
4.18/4.24	c #cpu_time = 0.010s
4.18/4.24	c #wall_clock_time = 0.010s
4.18/4.24	c #decision = 986
4.18/4.24	c #random_decision = 0
4.18/4.24	c #conflict = 0
4.18/4.24	c #restart = 0
4.18/4.24	c BCD2: relaxing 8 and merging with 2 cores into a new core of size 18: cost of the new core is >=9
4.18/4.24	c lower bound updated to -1719
4.18/4.24	c BCD2: 1911 <= obj <= 5086
4.18/4.24	c BCD2: #cores=48, #unrelaxed=1857, #relaxed=1242, #hardened=0
4.18/4.24	c BCD2: #sat=1 #unsat=265 bias=265/266
4.18/4.24	c Solving starts ...
4.18/4.24	c ============================[ Search Statistics ]============================
4.18/4.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.18/4.24	c       |         |          |          |    Limit     GC | Var      | Constra 
4.18/4.24	c =============================================================================
4.18/4.24	c  0.0s |       0 |        0 |        0 |     4408      0 |      221 |      240
4.18/4.25	c  0.0s |       0 |      984 |        0 |     4408      0 |      221 |      242
4.18/4.25	c #cpu_time = 0.010s
4.18/4.25	c #wall_clock_time = 0.010s
4.18/4.25	c #decision = 984
4.18/4.25	c #random_decision = 0
4.18/4.25	c #conflict = 0
4.18/4.25	c #restart = 0
4.18/4.25	c BCD2: found a new core of size 2: cost of the new core is >=2
4.18/4.25	c lower bound updated to -1717
4.18/4.25	c BCD2: 1913 <= obj <= 5086
4.18/4.25	c BCD2: #cores=49, #unrelaxed=1855, #relaxed=1244, #hardened=0
4.18/4.25	c BCD2: #sat=1 #unsat=266 bias=266/267
4.18/4.25	c Solving starts ...
4.18/4.25	c ============================[ Search Statistics ]============================
4.18/4.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.18/4.25	c       |         |          |          |    Limit     GC | Var      | Constra 
4.18/4.25	c =============================================================================
4.18/4.25	c  0.0s |       0 |        0 |        0 |     4408      0 |      221 |      242
4.18/4.27	c  0.0s |       0 |      984 |        0 |     4408      0 |      221 |      242
4.18/4.27	c #cpu_time = 0.010s
4.18/4.27	c #wall_clock_time = 0.010s
4.18/4.27	c #decision = 984
4.18/4.27	c #random_decision = 0
4.18/4.27	c #conflict = 0
4.18/4.27	c #restart = 0
4.18/4.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=3
4.18/4.27	c lower bound updated to -1716
4.18/4.27	c BCD2: 1914 <= obj <= 5086
4.18/4.27	c BCD2: #cores=49, #unrelaxed=1854, #relaxed=1245, #hardened=0
4.18/4.27	c BCD2: #sat=1 #unsat=267 bias=267/268
4.18/4.27	c Solving starts ...
4.18/4.27	c ============================[ Search Statistics ]============================
4.18/4.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.18/4.27	c       |         |          |          |    Limit     GC | Var      | Constra 
4.18/4.27	c =============================================================================
4.18/4.27	c  0.0s |       0 |        0 |        0 |     4408      0 |      222 |      242
4.18/4.28	c  0.0s |       0 |     1719 |        2 |     4408      0 |      222 |      243
4.18/4.28	c #cpu_time = 0.011s
4.18/4.28	c #wall_clock_time = 0.011s
4.18/4.28	c #decision = 1719
4.18/4.28	c #random_decision = 0
4.18/4.28	c #conflict = 2
4.18/4.28	c #restart = 0
4.18/4.28	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 13: cost of the new core is >=8
4.18/4.28	c lower bound updated to -1715
4.18/4.28	c BCD2: 1915 <= obj <= 5086
4.18/4.28	c BCD2: #cores=48, #unrelaxed=1852, #relaxed=1247, #hardened=0
4.18/4.28	c BCD2: #sat=1 #unsat=268 bias=268/269
4.18/4.28	c Solving starts ...
4.18/4.28	c ============================[ Search Statistics ]============================
4.18/4.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.18/4.28	c       |         |          |          |    Limit     GC | Var      | Constra 
4.18/4.28	c =============================================================================
4.18/4.28	c  0.0s |       0 |        0 |        0 |     4408      0 |      224 |      243
4.18/4.29	c  0.0s |       0 |      984 |        0 |     4408      0 |      224 |      245
4.18/4.29	c #cpu_time = 0.010s
4.18/4.29	c #wall_clock_time = 0.010s
4.18/4.29	c #decision = 984
4.18/4.29	c #random_decision = 0
4.18/4.29	c #conflict = 0
4.18/4.29	c #restart = 0
4.18/4.29	c BCD2: found a new core of size 3: cost of the new core is >=2
4.18/4.29	c lower bound updated to -1713
4.28/4.30	c BCD2: 1917 <= obj <= 5086
4.28/4.30	c BCD2: #cores=49, #unrelaxed=1849, #relaxed=1250, #hardened=0
4.28/4.30	c BCD2: #sat=1 #unsat=269 bias=269/270
4.28/4.30	c Solving starts ...
4.28/4.30	c ============================[ Search Statistics ]============================
4.28/4.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.28/4.30	c       |         |          |          |    Limit     GC | Var      | Constra 
4.28/4.30	c =============================================================================
4.28/4.30	c  0.0s |       0 |        0 |        0 |     4408      0 |      224 |      245
4.28/4.31	c  0.0s |       0 |      983 |        0 |     4408      0 |      224 |      245
4.28/4.31	c #cpu_time = 0.010s
4.28/4.31	c #wall_clock_time = 0.010s
4.28/4.31	c #decision = 983
4.28/4.31	c #random_decision = 0
4.28/4.31	c #conflict = 0
4.28/4.31	c #restart = 0
4.28/4.31	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
4.28/4.31	c BCD2: refineLB: 3 -> 4
4.28/4.31	c lower bound updated to -1711
4.28/4.31	c BCD2: 1919 <= obj <= 5086
4.28/4.31	c BCD2: #cores=49, #unrelaxed=1845, #relaxed=1254, #hardened=0
4.28/4.31	c BCD2: #sat=1 #unsat=270 bias=270/271
4.28/4.31	c Solving starts ...
4.28/4.31	c ============================[ Search Statistics ]============================
4.28/4.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.28/4.31	c       |         |          |          |    Limit     GC | Var      | Constra 
4.28/4.31	c =============================================================================
4.28/4.31	c  0.0s |       0 |        0 |        0 |     4408      0 |      225 |      245
4.28/4.32	c  0.0s |       0 |      985 |        1 |     4408      0 |      225 |      246
4.28/4.32	c #cpu_time = 0.010s
4.28/4.32	c #wall_clock_time = 0.011s
4.28/4.32	c #decision = 985
4.28/4.32	c #random_decision = 0
4.28/4.32	c #conflict = 1
4.28/4.32	c #restart = 0
4.28/4.32	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 11: cost of the new core is >=6
4.28/4.32	c BCD2: refineLB: 5 -> 6
4.28/4.32	c lower bound updated to -1709
4.28/4.32	c BCD2: 1921 <= obj <= 5086
4.28/4.32	c BCD2: #cores=49, #unrelaxed=1841, #relaxed=1258, #hardened=0
4.28/4.32	c BCD2: #sat=1 #unsat=271 bias=271/272
4.28/4.33	c Solving starts ...
4.28/4.33	c ============================[ Search Statistics ]============================
4.28/4.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.28/4.33	c       |         |          |          |    Limit     GC | Var      | Constra 
4.28/4.33	c =============================================================================
4.28/4.33	c  0.0s |       0 |        0 |        0 |     4408      0 |      226 |      246
4.28/4.34	c  0.0s |       0 |      985 |        1 |     4408      0 |      226 |      247
4.28/4.34	c #cpu_time = 0.010s
4.28/4.34	c #wall_clock_time = 0.010s
4.28/4.34	c #decision = 985
4.28/4.34	c #random_decision = 0
4.28/4.34	c #conflict = 1
4.28/4.34	c #restart = 0
4.28/4.34	c BCD2: relaxing 18 and merging with 2 cores into a new core of size 46: cost of the new core is >=11
4.28/4.34	c lower bound updated to -1708
4.28/4.34	c BCD2: 1922 <= obj <= 5086
4.28/4.34	c BCD2: #cores=48, #unrelaxed=1823, #relaxed=1276, #hardened=0
4.28/4.34	c BCD2: #sat=1 #unsat=272 bias=272/273
4.28/4.34	c Solving starts ...
4.28/4.34	c ============================[ Search Statistics ]============================
4.28/4.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.28/4.34	c       |         |          |          |    Limit     GC | Var      | Constra 
4.28/4.34	c =============================================================================
4.28/4.34	c  0.0s |       0 |        0 |        0 |     4408      0 |      228 |      247
4.28/4.35	c  0.0s |       0 |      969 |        2 |     4408      0 |      228 |      249
4.28/4.35	c #cpu_time = 0.011s
4.28/4.35	c #wall_clock_time = 0.011s
4.28/4.35	c #decision = 969
4.28/4.35	c #random_decision = 0
4.28/4.35	c #conflict = 2
4.28/4.35	c #restart = 0
4.28/4.35	c BCD2: relaxing 9 and merging with 2 cores into a new core of size 33: cost of the new core is >=15
4.28/4.35	c lower bound updated to -1707
4.28/4.35	c BCD2: 1923 <= obj <= 5086
4.28/4.35	c BCD2: #cores=47, #unrelaxed=1814, #relaxed=1285, #hardened=0
4.28/4.35	c BCD2: #sat=1 #unsat=273 bias=273/274
4.28/4.36	c Solving starts ...
4.28/4.36	c ============================[ Search Statistics ]============================
4.28/4.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.28/4.36	c       |         |          |          |    Limit     GC | Var      | Constra 
4.28/4.36	c =============================================================================
4.28/4.36	c  0.0s |       0 |        0 |        0 |     4408      0 |      230 |      249
4.28/4.37	c  0.0s |       0 |      978 |        1 |     4408      0 |      230 |      251
4.28/4.37	c #cpu_time = 0.011s
4.28/4.37	c #wall_clock_time = 0.011s
4.28/4.37	c #decision = 978
4.28/4.37	c #random_decision = 0
4.28/4.37	c #conflict = 1
4.28/4.37	c #restart = 0
4.28/4.37	c BCD2: relaxing 13 and merging with 1 cores into a new core of size 43: cost of the new core is >=21
4.28/4.37	c lower bound updated to -1705
4.28/4.37	c BCD2: 1925 <= obj <= 5086
4.28/4.37	c BCD2: #cores=47, #unrelaxed=1801, #relaxed=1298, #hardened=0
4.28/4.37	c BCD2: #sat=1 #unsat=274 bias=274/275
4.28/4.37	c Solving starts ...
4.28/4.37	c ============================[ Search Statistics ]============================
4.28/4.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.28/4.37	c       |         |          |          |    Limit     GC | Var      | Constra 
4.28/4.37	c =============================================================================
4.28/4.37	c  0.0s |       0 |        0 |        0 |     4408      0 |      231 |      251
4.28/4.38	c  0.0s |       0 |      958 |        0 |     4408      0 |      231 |      252
4.28/4.38	c #cpu_time = 0.010s
4.28/4.38	c #wall_clock_time = 0.010s
4.28/4.38	c #decision = 958
4.28/4.38	c #random_decision = 0
4.28/4.38	c #conflict = 0
4.28/4.38	c #restart = 0
4.28/4.38	c BCD2: found a new core of size 3: cost of the new core is >=2
4.28/4.38	c lower bound updated to -1703
4.28/4.38	c BCD2: 1927 <= obj <= 5086
4.28/4.38	c BCD2: #cores=48, #unrelaxed=1798, #relaxed=1301, #hardened=0
4.28/4.38	c BCD2: #sat=1 #unsat=275 bias=275/276
4.28/4.38	c Solving starts ...
4.28/4.38	c ============================[ Search Statistics ]============================
4.28/4.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.28/4.38	c       |         |          |          |    Limit     GC | Var      | Constra 
4.28/4.38	c =============================================================================
4.28/4.38	c  0.0s |       0 |        0 |        0 |     4408      0 |      231 |      252
4.28/4.39	c  0.0s |       0 |      957 |        0 |     4408      0 |      231 |      252
4.28/4.39	c #cpu_time = 0.009s
4.28/4.39	c #wall_clock_time = 0.009s
4.28/4.39	c #decision = 957
4.28/4.39	c #random_decision = 0
4.28/4.39	c #conflict = 0
4.28/4.39	c #restart = 0
4.28/4.39	c BCD2: found a new core of size 3: cost of the new core is >=2
4.28/4.39	c lower bound updated to -1701
4.28/4.39	c BCD2: 1929 <= obj <= 5086
4.28/4.39	c BCD2: #cores=49, #unrelaxed=1795, #relaxed=1304, #hardened=0
4.28/4.39	c BCD2: #sat=1 #unsat=276 bias=276/277
4.28/4.40	c Solving starts ...
4.28/4.40	c ============================[ Search Statistics ]============================
4.28/4.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.28/4.40	c       |         |          |          |    Limit     GC | Var      | Constra 
4.28/4.40	c =============================================================================
4.28/4.40	c  0.0s |       0 |        0 |        0 |     4408      0 |      231 |      252
4.39/4.41	c  0.0s |       0 |      956 |        0 |     4408      0 |      231 |      252
4.39/4.41	c #cpu_time = 0.010s
4.39/4.41	c #wall_clock_time = 0.010s
4.39/4.41	c #decision = 956
4.39/4.41	c #random_decision = 0
4.39/4.41	c #conflict = 0
4.39/4.41	c #restart = 0
4.39/4.41	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
4.39/4.41	c BCD2: refineLB: 3 -> 4
4.39/4.41	c lower bound updated to -1699
4.39/4.41	c BCD2: 1931 <= obj <= 5086
4.39/4.41	c BCD2: #cores=49, #unrelaxed=1791, #relaxed=1308, #hardened=0
4.39/4.41	c BCD2: #sat=1 #unsat=277 bias=277/278
4.39/4.41	c Solving starts ...
4.39/4.41	c ============================[ Search Statistics ]============================
4.39/4.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.41	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.41	c =============================================================================
4.39/4.41	c  0.0s |       0 |        0 |        0 |     4408      0 |      232 |      252
4.39/4.42	c  0.0s |       0 |      961 |        0 |     4408      0 |      232 |      253
4.39/4.42	c #cpu_time = 0.010s
4.39/4.42	c #wall_clock_time = 0.010s
4.39/4.42	c #decision = 961
4.39/4.42	c #random_decision = 0
4.39/4.42	c #conflict = 0
4.39/4.42	c #restart = 0
4.39/4.42	c BCD2: found a new core of size 3: cost of the new core is >=2
4.39/4.42	c lower bound updated to -1697
4.39/4.42	c BCD2: 1933 <= obj <= 5086
4.39/4.42	c BCD2: #cores=50, #unrelaxed=1788, #relaxed=1311, #hardened=0
4.39/4.42	c BCD2: #sat=1 #unsat=278 bias=278/279
4.39/4.42	c Solving starts ...
4.39/4.42	c ============================[ Search Statistics ]============================
4.39/4.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.42	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.42	c =============================================================================
4.39/4.42	c  0.0s |       0 |        0 |        0 |     4408      0 |      232 |      253
4.39/4.44	c  0.0s |       0 |      962 |        0 |     4408      0 |      232 |      253
4.39/4.44	c #cpu_time = 0.011s
4.39/4.44	c #wall_clock_time = 0.011s
4.39/4.44	c #decision = 962
4.39/4.44	c #random_decision = 0
4.39/4.44	c #conflict = 0
4.39/4.44	c #restart = 0
4.39/4.44	c BCD2: found a new core of size 3: cost of the new core is >=2
4.39/4.44	c lower bound updated to -1695
4.39/4.44	c BCD2: 1935 <= obj <= 5086
4.39/4.44	c BCD2: #cores=51, #unrelaxed=1785, #relaxed=1314, #hardened=0
4.39/4.44	c BCD2: #sat=1 #unsat=279 bias=279/280
4.39/4.44	c Solving starts ...
4.39/4.44	c ============================[ Search Statistics ]============================
4.39/4.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.44	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.44	c =============================================================================
4.39/4.44	c  0.0s |       0 |        0 |        0 |     4408      0 |      232 |      253
4.39/4.45	c  0.0s |       0 |      962 |        0 |     4408      0 |      232 |      253
4.39/4.45	c #cpu_time = 0.010s
4.39/4.45	c #wall_clock_time = 0.011s
4.39/4.45	c #decision = 962
4.39/4.45	c #random_decision = 0
4.39/4.45	c #conflict = 0
4.39/4.45	c #restart = 0
4.39/4.45	c BCD2: found a new core of size 4: cost of the new core is >=2
4.39/4.45	c lower bound updated to -1693
4.39/4.45	c BCD2: 1937 <= obj <= 5086
4.39/4.45	c BCD2: #cores=52, #unrelaxed=1781, #relaxed=1318, #hardened=0
4.39/4.45	c BCD2: #sat=1 #unsat=280 bias=280/281
4.39/4.45	c Solving starts ...
4.39/4.45	c ============================[ Search Statistics ]============================
4.39/4.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.45	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.45	c =============================================================================
4.39/4.45	c  0.0s |       0 |        0 |        0 |     4408      0 |      232 |      253
4.39/4.47	c  0.0s |       0 |      961 |        0 |     4408      0 |      232 |      253
4.39/4.47	c #cpu_time = 0.011s
4.39/4.47	c #wall_clock_time = 0.011s
4.39/4.47	c #decision = 961
4.39/4.47	c #random_decision = 0
4.39/4.47	c #conflict = 0
4.39/4.47	c #restart = 0
4.39/4.47	c BCD2: found a new core of size 3: cost of the new core is >=2
4.39/4.47	c lower bound updated to -1691
4.39/4.47	c BCD2: 1939 <= obj <= 5086
4.39/4.47	c BCD2: #cores=53, #unrelaxed=1778, #relaxed=1321, #hardened=0
4.39/4.47	c BCD2: #sat=1 #unsat=281 bias=281/282
4.39/4.47	c Solving starts ...
4.39/4.47	c ============================[ Search Statistics ]============================
4.39/4.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.47	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.47	c =============================================================================
4.39/4.47	c  0.0s |       0 |        0 |        0 |     4408      0 |      232 |      253
4.39/4.48	c  0.0s |       0 |      960 |        0 |     4408      0 |      232 |      253
4.39/4.48	c #cpu_time = 0.010s
4.39/4.48	c #wall_clock_time = 0.010s
4.39/4.48	c #decision = 960
4.39/4.48	c #random_decision = 0
4.39/4.48	c #conflict = 0
4.39/4.48	c #restart = 0
4.39/4.48	c BCD2: found a new core of size 3: cost of the new core is >=2
4.39/4.48	c lower bound updated to -1689
4.39/4.48	c BCD2: 1941 <= obj <= 5086
4.39/4.48	c BCD2: #cores=54, #unrelaxed=1775, #relaxed=1324, #hardened=0
4.39/4.48	c BCD2: #sat=1 #unsat=282 bias=282/283
4.39/4.48	c Solving starts ...
4.39/4.48	c ============================[ Search Statistics ]============================
4.39/4.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.48	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.48	c =============================================================================
4.39/4.48	c  0.0s |       0 |        0 |        0 |     4408      0 |      232 |      253
4.39/4.50	c  0.0s |       0 |      962 |        0 |     4408      0 |      232 |      253
4.39/4.50	c #cpu_time = 0.011s
4.39/4.50	c #wall_clock_time = 0.011s
4.39/4.50	c #decision = 962
4.39/4.50	c #random_decision = 0
4.39/4.50	c #conflict = 0
4.39/4.50	c #restart = 0
4.39/4.50	c BCD2: found a new core of size 3: cost of the new core is >=2
4.39/4.50	c lower bound updated to -1687
4.39/4.50	c BCD2: 1943 <= obj <= 5086
4.39/4.50	c BCD2: #cores=55, #unrelaxed=1772, #relaxed=1327, #hardened=0
4.39/4.50	c BCD2: #sat=1 #unsat=283 bias=283/284
4.39/4.50	c Solving starts ...
4.39/4.50	c ============================[ Search Statistics ]============================
4.39/4.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.50	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.50	c =============================================================================
4.39/4.50	c  0.0s |       0 |        0 |        0 |     4408      0 |      232 |      253
4.49/4.51	c  0.0s |       0 |      962 |        0 |     4408      0 |      232 |      253
4.49/4.51	c #cpu_time = 0.011s
4.49/4.51	c #wall_clock_time = 0.011s
4.49/4.51	c #decision = 962
4.49/4.51	c #random_decision = 0
4.49/4.51	c #conflict = 0
4.49/4.51	c #restart = 0
4.49/4.51	c BCD2: found a new core of size 3: cost of the new core is >=2
4.49/4.51	c lower bound updated to -1685
4.49/4.51	c BCD2: 1945 <= obj <= 5086
4.49/4.51	c BCD2: #cores=56, #unrelaxed=1769, #relaxed=1330, #hardened=0
4.49/4.51	c BCD2: #sat=1 #unsat=284 bias=284/285
4.49/4.51	c Solving starts ...
4.49/4.51	c ============================[ Search Statistics ]============================
4.49/4.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.51	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.51	c =============================================================================
4.49/4.51	c  0.0s |       0 |        0 |        0 |     4408      0 |      232 |      253
4.49/4.52	c  0.0s |       0 |      961 |        0 |     4408      0 |      232 |      253
4.49/4.52	c #cpu_time = 0.011s
4.49/4.52	c #wall_clock_time = 0.011s
4.49/4.52	c #decision = 961
4.49/4.53	c #random_decision = 0
4.49/4.53	c #conflict = 0
4.49/4.53	c #restart = 0
4.49/4.53	c BCD2: relaxing 9 and merging with 2 cores into a new core of size 15: cost of the new core is >=6
4.49/4.53	c BCD2: refineLB: 5 -> 6
4.49/4.53	c lower bound updated to -1683
4.49/4.53	c BCD2: 1947 <= obj <= 5086
4.49/4.53	c BCD2: #cores=55, #unrelaxed=1760, #relaxed=1339, #hardened=0
4.49/4.53	c BCD2: #sat=1 #unsat=285 bias=285/286
4.49/4.53	c Solving starts ...
4.49/4.53	c ============================[ Search Statistics ]============================
4.49/4.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.53	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.53	c =============================================================================
4.49/4.53	c  0.0s |       0 |        0 |        0 |     4408      0 |      234 |      253
4.49/4.54	c  0.0s |       0 |      954 |        0 |     4408      0 |      234 |      255
4.49/4.54	c #cpu_time = 0.010s
4.49/4.54	c #wall_clock_time = 0.010s
4.49/4.54	c #decision = 954
4.49/4.54	c #random_decision = 0
4.49/4.54	c #conflict = 0
4.49/4.54	c #restart = 0
4.49/4.54	c BCD2: found a new core of size 4: cost of the new core is >=2
4.49/4.54	c lower bound updated to -1681
4.49/4.54	c BCD2: 1949 <= obj <= 5086
4.49/4.54	c BCD2: #cores=56, #unrelaxed=1756, #relaxed=1343, #hardened=0
4.49/4.54	c BCD2: #sat=1 #unsat=286 bias=286/287
4.49/4.54	c Solving starts ...
4.49/4.54	c ============================[ Search Statistics ]============================
4.49/4.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.54	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.54	c =============================================================================
4.49/4.54	c  0.0s |       0 |        0 |        0 |     4408      0 |      234 |      255
4.49/4.56	c  0.0s |       0 |      955 |        1 |     4408      0 |      234 |      255
4.49/4.56	c #cpu_time = 0.012s
4.49/4.56	c #wall_clock_time = 0.012s
4.49/4.56	c #decision = 955
4.49/4.56	c #random_decision = 0
4.49/4.56	c #conflict = 1
4.49/4.56	c #restart = 0
4.49/4.56	c BCD2: relaxing 52 and merging with 9 cores into a new core of size 173: cost of the new core is >=43
4.49/4.56	c lower bound updated to -1680
4.49/4.56	c BCD2: 1950 <= obj <= 5086
4.49/4.56	c BCD2: #cores=48, #unrelaxed=1704, #relaxed=1395, #hardened=0
4.49/4.56	c BCD2: #sat=1 #unsat=287 bias=287/288
4.49/4.56	c Solving starts ...
4.49/4.56	c ============================[ Search Statistics ]============================
4.49/4.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.56	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.56	c =============================================================================
4.49/4.56	c  0.0s |       0 |        0 |        0 |     4408      0 |      243 |      255
4.49/4.57	c  0.0s |       0 |      906 |        0 |     4408      0 |      243 |      264
4.49/4.57	c #cpu_time = 0.010s
4.49/4.57	c #wall_clock_time = 0.010s
4.49/4.57	c #decision = 906
4.49/4.57	c #random_decision = 0
4.49/4.57	c #conflict = 0
4.49/4.57	c #restart = 0
4.49/4.57	c BCD2: found a new core of size 3: cost of the new core is >=2
4.49/4.57	c lower bound updated to -1678
4.49/4.57	c BCD2: 1952 <= obj <= 5086
4.49/4.57	c BCD2: #cores=49, #unrelaxed=1701, #relaxed=1398, #hardened=0
4.49/4.57	c BCD2: #sat=1 #unsat=288 bias=288/289
4.49/4.57	c Solving starts ...
4.49/4.57	c ============================[ Search Statistics ]============================
4.49/4.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.57	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.57	c =============================================================================
4.49/4.57	c  0.0s |       0 |        0 |        0 |     4408      0 |      243 |      264
4.49/4.59	c  0.0s |       0 |      909 |        0 |     4408      0 |      243 |      264
4.49/4.59	c #cpu_time = 0.011s
4.49/4.59	c #wall_clock_time = 0.011s
4.49/4.59	c #decision = 909
4.49/4.59	c #random_decision = 0
4.49/4.59	c #conflict = 0
4.49/4.59	c #restart = 0
4.49/4.59	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
4.49/4.59	c BCD2: refineLB: 3 -> 4
4.49/4.59	c lower bound updated to -1676
4.49/4.59	c BCD2: 1954 <= obj <= 5086
4.49/4.59	c BCD2: #cores=49, #unrelaxed=1696, #relaxed=1403, #hardened=0
4.49/4.59	c BCD2: #sat=1 #unsat=289 bias=289/290
4.49/4.59	c Solving starts ...
4.49/4.59	c ============================[ Search Statistics ]============================
4.49/4.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.59	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.59	c =============================================================================
4.49/4.59	c  0.0s |       0 |        0 |        0 |     4408      0 |      244 |      264
4.58/4.60	c  0.0s |       0 |      907 |        0 |     4408      0 |      244 |      265
4.58/4.60	c #cpu_time = 0.010s
4.58/4.60	c #wall_clock_time = 0.010s
4.58/4.60	c #decision = 907
4.58/4.60	c #random_decision = 0
4.58/4.60	c #conflict = 0
4.58/4.60	c #restart = 0
4.58/4.60	c BCD2: found a new core of size 4: cost of the new core is >=2
4.58/4.60	c lower bound updated to -1674
4.58/4.60	c BCD2: 1956 <= obj <= 5086
4.58/4.60	c BCD2: #cores=50, #unrelaxed=1692, #relaxed=1407, #hardened=0
4.58/4.60	c BCD2: #sat=1 #unsat=290 bias=290/291
4.58/4.60	c Solving starts ...
4.58/4.60	c ============================[ Search Statistics ]============================
4.58/4.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.58/4.60	c       |         |          |          |    Limit     GC | Var      | Constra 
4.58/4.60	c =============================================================================
4.58/4.60	c  0.0s |       0 |        0 |        0 |     4408      0 |      244 |      265
4.58/4.62	c  0.0s |       0 |      907 |        0 |     4408      0 |      244 |      265
4.58/4.62	c #cpu_time = 0.011s
4.58/4.62	c #wall_clock_time = 0.011s
4.58/4.62	c #decision = 907
4.58/4.62	c #random_decision = 0
4.58/4.62	c #conflict = 0
4.58/4.62	c #restart = 0
4.58/4.62	c BCD2: found a new core of size 2: cost of the new core is >=2
4.58/4.62	c lower bound updated to -1672
4.58/4.62	c BCD2: 1958 <= obj <= 5086
4.58/4.62	c BCD2: #cores=51, #unrelaxed=1690, #relaxed=1409, #hardened=0
4.58/4.62	c BCD2: #sat=1 #unsat=291 bias=291/292
4.58/4.62	c Solving starts ...
4.58/4.62	c ============================[ Search Statistics ]============================
4.58/4.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.58/4.62	c       |         |          |          |    Limit     GC | Var      | Constra 
4.58/4.62	c =============================================================================
4.58/4.62	c  0.0s |       0 |        0 |        0 |     4408      0 |      244 |      265
4.58/4.63	c  0.0s |       0 |      904 |        0 |     4408      0 |      244 |      265
4.58/4.63	c #cpu_time = 0.010s
4.58/4.63	c #wall_clock_time = 0.010s
4.58/4.63	c #decision = 904
4.58/4.63	c #random_decision = 0
4.58/4.63	c #conflict = 0
4.58/4.63	c #restart = 0
4.58/4.63	c BCD2: found a new core of size 5: cost of the new core is >=2
4.58/4.63	c lower bound updated to -1670
4.58/4.63	c BCD2: 1960 <= obj <= 5086
4.58/4.63	c BCD2: #cores=52, #unrelaxed=1685, #relaxed=1414, #hardened=0
4.58/4.63	c BCD2: #sat=1 #unsat=292 bias=292/293
4.58/4.63	c Solving starts ...
4.58/4.63	c ============================[ Search Statistics ]============================
4.58/4.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.58/4.63	c       |         |          |          |    Limit     GC | Var      | Constra 
4.58/4.63	c =============================================================================
4.58/4.63	c  0.0s |       0 |        0 |        0 |     4408      0 |      244 |      265
4.58/4.64	c  0.0s |       0 |      904 |        0 |     4408      0 |      244 |      265
4.58/4.64	c #cpu_time = 0.010s
4.58/4.64	c #wall_clock_time = 0.010s
4.58/4.64	c #decision = 904
4.58/4.64	c #random_decision = 0
4.58/4.64	c #conflict = 0
4.58/4.64	c #restart = 0
4.58/4.64	c BCD2: found a new core of size 2: cost of the new core is >=2
4.58/4.64	c lower bound updated to -1668
4.58/4.65	c BCD2: 1962 <= obj <= 5086
4.58/4.65	c BCD2: #cores=53, #unrelaxed=1683, #relaxed=1416, #hardened=0
4.58/4.65	c BCD2: #sat=1 #unsat=293 bias=293/294
4.58/4.65	c Solving starts ...
4.58/4.65	c ============================[ Search Statistics ]============================
4.58/4.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.58/4.65	c       |         |          |          |    Limit     GC | Var      | Constra 
4.58/4.65	c =============================================================================
4.58/4.65	c  0.0s |       0 |        0 |        0 |     4408      0 |      244 |      265
4.58/4.66	c  0.0s |       0 |      904 |        0 |     4408      0 |      244 |      265
4.58/4.66	c #cpu_time = 0.009s
4.58/4.66	c #wall_clock_time = 0.009s
4.58/4.66	c #decision = 904
4.58/4.66	c #random_decision = 0
4.58/4.66	c #conflict = 0
4.58/4.66	c #restart = 0
4.58/4.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=3
4.58/4.66	c lower bound updated to -1667
4.58/4.66	c BCD2: 1963 <= obj <= 5086
4.58/4.66	c BCD2: #cores=53, #unrelaxed=1682, #relaxed=1417, #hardened=0
4.58/4.66	c BCD2: #sat=1 #unsat=294 bias=294/295
4.58/4.66	c Solving starts ...
4.58/4.66	c ============================[ Search Statistics ]============================
4.58/4.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.58/4.66	c       |         |          |          |    Limit     GC | Var      | Constra 
4.58/4.66	c =============================================================================
4.58/4.66	c  0.0s |       0 |        0 |        0 |     4408      0 |      245 |      265
4.58/4.67	c  0.0s |       0 |     1610 |        2 |     4408      0 |      245 |      266
4.58/4.67	c #cpu_time = 0.011s
4.58/4.67	c #wall_clock_time = 0.011s
4.58/4.67	c #decision = 1610
4.58/4.67	c #random_decision = 0
4.58/4.67	c #conflict = 2
4.58/4.67	c #restart = 0
4.58/4.67	c BCD2: relaxing 2 and merging with 4 cores into a new core of size 17: cost of the new core is >=12
4.58/4.67	c lower bound updated to -1666
4.58/4.67	c BCD2: 1964 <= obj <= 5086
4.58/4.67	c BCD2: #cores=50, #unrelaxed=1680, #relaxed=1419, #hardened=0
4.58/4.67	c BCD2: #sat=1 #unsat=295 bias=295/296
4.58/4.67	c Solving starts ...
4.58/4.67	c ============================[ Search Statistics ]============================
4.58/4.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.58/4.67	c       |         |          |          |    Limit     GC | Var      | Constra 
4.58/4.67	c =============================================================================
4.58/4.67	c  0.0s |       0 |        0 |        0 |     4408      0 |      249 |      266
4.58/4.68	c  0.0s |       0 |      902 |        0 |     4408      0 |      249 |      270
4.58/4.68	c #cpu_time = 0.009s
4.58/4.68	c #wall_clock_time = 0.009s
4.58/4.68	c #decision = 902
4.58/4.68	c #random_decision = 0
4.58/4.68	c #conflict = 0
4.58/4.68	c #restart = 0
4.58/4.68	c BCD2: found a new core of size 3: cost of the new core is >=2
4.58/4.68	c lower bound updated to -1664
4.58/4.68	c BCD2: 1966 <= obj <= 5086
4.58/4.68	c BCD2: #cores=51, #unrelaxed=1677, #relaxed=1422, #hardened=0
4.58/4.68	c BCD2: #sat=1 #unsat=296 bias=296/297
4.58/4.69	c Solving starts ...
4.58/4.69	c ============================[ Search Statistics ]============================
4.58/4.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.58/4.69	c       |         |          |          |    Limit     GC | Var      | Constra 
4.58/4.69	c =============================================================================
4.58/4.69	c  0.0s |       0 |        0 |        0 |     4408      0 |      249 |      270
4.68/4.70	c  0.0s |       0 |      904 |        0 |     4408      0 |      249 |      270
4.68/4.70	c #cpu_time = 0.010s
4.68/4.70	c #wall_clock_time = 0.010s
4.68/4.70	c #decision = 904
4.68/4.70	c #random_decision = 0
4.68/4.70	c #conflict = 0
4.68/4.70	c #restart = 0
4.68/4.70	c BCD2: found a new core of size 3: cost of the new core is >=2
4.68/4.70	c lower bound updated to -1662
4.68/4.70	c BCD2: 1968 <= obj <= 5086
4.68/4.70	c BCD2: #cores=52, #unrelaxed=1674, #relaxed=1425, #hardened=0
4.68/4.70	c BCD2: #sat=1 #unsat=297 bias=297/298
4.68/4.70	c Solving starts ...
4.68/4.70	c ============================[ Search Statistics ]============================
4.68/4.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.68/4.70	c       |         |          |          |    Limit     GC | Var      | Constra 
4.68/4.70	c =============================================================================
4.68/4.70	c  0.0s |       0 |        0 |        0 |     4408      0 |      249 |      270
4.68/4.71	c  0.0s |       0 |      912 |        1 |     4408      0 |      249 |      270
4.68/4.71	c #cpu_time = 0.010s
4.68/4.71	c #wall_clock_time = 0.010s
4.68/4.71	c #decision = 912
4.68/4.71	c #random_decision = 0
4.68/4.71	c #conflict = 1
4.68/4.71	c #restart = 0
4.68/4.71	c BCD2: relaxing 12 and merging with 2 cores into a new core of size 36: cost of the new core is >=10
4.68/4.71	c lower bound updated to -1661
4.68/4.71	c BCD2: 1969 <= obj <= 5086
4.68/4.71	c BCD2: #cores=51, #unrelaxed=1662, #relaxed=1437, #hardened=0
4.68/4.71	c BCD2: #sat=1 #unsat=298 bias=298/299
4.68/4.71	c Solving starts ...
4.68/4.71	c ============================[ Search Statistics ]============================
4.68/4.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.68/4.71	c       |         |          |          |    Limit     GC | Var      | Constra 
4.68/4.71	c =============================================================================
4.68/4.71	c  0.0s |       0 |        0 |        0 |     4408      0 |      251 |      270
4.68/4.73	c  0.0s |       0 |      897 |        0 |     4408      0 |      251 |      272
4.68/4.73	c #cpu_time = 0.010s
4.68/4.73	c #wall_clock_time = 0.010s
4.68/4.73	c #decision = 897
4.68/4.73	c #random_decision = 0
4.68/4.73	c #conflict = 0
4.68/4.73	c #restart = 0
4.68/4.73	c BCD2: found a new core of size 4: cost of the new core is >=1
4.68/4.73	c lower bound updated to -1660
4.68/4.73	c BCD2: 1970 <= obj <= 5086
4.68/4.73	c BCD2: #cores=52, #unrelaxed=1658, #relaxed=1441, #hardened=0
4.68/4.73	c BCD2: #sat=1 #unsat=299 bias=299/300
4.68/4.73	c Solving starts ...
4.68/4.73	c ============================[ Search Statistics ]============================
4.68/4.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.68/4.73	c       |         |          |          |    Limit     GC | Var      | Constra 
4.68/4.73	c =============================================================================
4.68/4.73	c  0.0s |       0 |        0 |        0 |     4408      0 |      251 |      272
4.68/4.74	c  0.0s |       0 |      898 |        0 |     4408      0 |      251 |      272
4.68/4.74	c #cpu_time = 0.011s
4.68/4.74	c #wall_clock_time = 0.011s
4.68/4.74	c #decision = 898
4.68/4.74	c #random_decision = 0
4.68/4.74	c #conflict = 0
4.68/4.74	c #restart = 0
4.68/4.74	c BCD2: relaxing 9 and merging with 2 cores into a new core of size 21: cost of the new core is >=7
4.68/4.74	c lower bound updated to -1658
4.68/4.74	c BCD2: 1972 <= obj <= 5086
4.68/4.74	c BCD2: #cores=51, #unrelaxed=1649, #relaxed=1450, #hardened=0
4.68/4.74	c BCD2: #sat=1 #unsat=300 bias=300/301
4.68/4.74	c Solving starts ...
4.68/4.74	c ============================[ Search Statistics ]============================
4.68/4.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.68/4.74	c       |         |          |          |    Limit     GC | Var      | Constra 
4.68/4.74	c =============================================================================
4.68/4.74	c  0.0s |       0 |        0 |        0 |     4408      0 |      253 |      272
4.68/4.75	c  0.0s |       0 |      892 |        0 |     4408      0 |      253 |      274
4.68/4.75	c #cpu_time = 0.011s
4.68/4.75	c #wall_clock_time = 0.011s
4.68/4.75	c #decision = 892
4.68/4.75	c #random_decision = 0
4.68/4.75	c #conflict = 0
4.68/4.75	c #restart = 0
4.68/4.76	c BCD2: found a new core of size 5: cost of the new core is >=2
4.68/4.76	c lower bound updated to -1656
4.68/4.76	c BCD2: 1974 <= obj <= 5086
4.68/4.76	c BCD2: #cores=52, #unrelaxed=1644, #relaxed=1455, #hardened=0
4.68/4.76	c BCD2: #sat=1 #unsat=301 bias=301/302
4.68/4.76	c Solving starts ...
4.68/4.76	c ============================[ Search Statistics ]============================
4.68/4.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.68/4.76	c       |         |          |          |    Limit     GC | Var      | Constra 
4.68/4.76	c =============================================================================
4.68/4.76	c  0.0s |       0 |        0 |        0 |     4408      0 |      253 |      274
4.68/4.77	c  0.0s |       0 |      891 |        0 |     4408      0 |      253 |      274
4.68/4.77	c #cpu_time = 0.011s
4.68/4.77	c #wall_clock_time = 0.011s
4.68/4.77	c #decision = 891
4.68/4.77	c #random_decision = 0
4.68/4.77	c #conflict = 0
4.68/4.77	c #restart = 0
4.68/4.77	c BCD2: relaxing 8 and merging with 1 cores into a new core of size 26: cost of the new core is >=11
4.68/4.77	c lower bound updated to -1654
4.68/4.77	c BCD2: 1976 <= obj <= 5086
4.68/4.77	c BCD2: #cores=52, #unrelaxed=1636, #relaxed=1463, #hardened=0
4.68/4.77	c BCD2: #sat=1 #unsat=302 bias=302/303
4.68/4.77	c Solving starts ...
4.68/4.77	c ============================[ Search Statistics ]============================
4.68/4.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.68/4.77	c       |         |          |          |    Limit     GC | Var      | Constra 
4.68/4.77	c =============================================================================
4.68/4.77	c  0.0s |       0 |        0 |        0 |     4408      0 |      254 |      274
4.68/4.79	c  0.0s |       0 |      886 |        0 |     4408      0 |      254 |      275
4.68/4.79	c #cpu_time = 0.010s
4.68/4.79	c #wall_clock_time = 0.010s
4.68/4.79	c #decision = 886
4.68/4.79	c #random_decision = 0
4.68/4.79	c #conflict = 0
4.68/4.79	c #restart = 0
4.68/4.79	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 15: cost of the new core is >=7
4.68/4.79	c lower bound updated to -1653
4.68/4.79	c BCD2: 1977 <= obj <= 5086
4.68/4.79	c BCD2: #cores=51, #unrelaxed=1632, #relaxed=1467, #hardened=0
4.68/4.79	c BCD2: #sat=1 #unsat=303 bias=303/304
4.68/4.79	c Solving starts ...
4.68/4.79	c ============================[ Search Statistics ]============================
4.68/4.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.68/4.79	c       |         |          |          |    Limit     GC | Var      | Constra 
4.68/4.79	c =============================================================================
4.68/4.79	c  0.0s |       0 |        0 |        0 |     4408      0 |      256 |      275
4.78/4.80	c  0.0s |       0 |      884 |        0 |     4408      0 |      256 |      277
4.78/4.80	c #cpu_time = 0.009s
4.78/4.80	c #wall_clock_time = 0.009s
4.78/4.80	c #decision = 884
4.78/4.80	c #random_decision = 0
4.78/4.80	c #conflict = 0
4.78/4.80	c #restart = 0
4.78/4.80	c BCD2: found a new core of size 3: cost of the new core is >=2
4.78/4.80	c lower bound updated to -1651
4.78/4.80	c BCD2: 1979 <= obj <= 5086
4.78/4.80	c BCD2: #cores=52, #unrelaxed=1629, #relaxed=1470, #hardened=0
4.78/4.80	c BCD2: #sat=1 #unsat=304 bias=304/305
4.78/4.80	c Solving starts ...
4.78/4.80	c ============================[ Search Statistics ]============================
4.78/4.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.78/4.80	c       |         |          |          |    Limit     GC | Var      | Constra 
4.78/4.80	c =============================================================================
4.78/4.80	c  0.0s |       0 |        0 |        0 |     4408      0 |      256 |      277
4.78/4.81	c  0.0s |       0 |      885 |        0 |     4408      0 |      256 |      277
4.78/4.81	c #cpu_time = 0.010s
4.78/4.81	c #wall_clock_time = 0.010s
4.78/4.81	c #decision = 885
4.78/4.81	c #random_decision = 0
4.78/4.81	c #conflict = 0
4.78/4.81	c #restart = 0
4.78/4.81	c BCD2: found a new core of size 3: cost of the new core is >=2
4.78/4.81	c lower bound updated to -1649
4.78/4.82	c BCD2: 1981 <= obj <= 5086
4.78/4.82	c BCD2: #cores=53, #unrelaxed=1626, #relaxed=1473, #hardened=0
4.78/4.82	c BCD2: #sat=1 #unsat=305 bias=305/306
4.78/4.82	c Solving starts ...
4.78/4.82	c ============================[ Search Statistics ]============================
4.78/4.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.78/4.82	c       |         |          |          |    Limit     GC | Var      | Constra 
4.78/4.82	c =============================================================================
4.78/4.82	c  0.0s |       0 |        0 |        0 |     4408      0 |      256 |      277
4.78/4.83	c  0.0s |       0 |      884 |        0 |     4408      0 |      256 |      277
4.78/4.83	c #cpu_time = 0.009s
4.78/4.83	c #wall_clock_time = 0.009s
4.78/4.83	c #decision = 884
4.78/4.83	c #random_decision = 0
4.78/4.83	c #conflict = 0
4.78/4.83	c #restart = 0
4.78/4.83	c BCD2: found a new core of size 5: cost of the new core is >=2
4.78/4.83	c lower bound updated to -1647
4.78/4.83	c BCD2: 1983 <= obj <= 5086
4.78/4.83	c BCD2: #cores=54, #unrelaxed=1621, #relaxed=1478, #hardened=0
4.78/4.83	c BCD2: #sat=1 #unsat=306 bias=306/307
4.78/4.83	c Solving starts ...
4.78/4.83	c ============================[ Search Statistics ]============================
4.78/4.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.78/4.83	c       |         |          |          |    Limit     GC | Var      | Constra 
4.78/4.83	c =============================================================================
4.78/4.83	c  0.0s |       0 |        0 |        0 |     4408      0 |      256 |      277
4.78/4.84	c  0.0s |       0 |      882 |        0 |     4408      0 |      256 |      277
4.78/4.84	c #cpu_time = 0.010s
4.78/4.84	c #wall_clock_time = 0.010s
4.78/4.84	c #decision = 882
4.78/4.84	c #random_decision = 0
4.78/4.84	c #conflict = 0
4.78/4.84	c #restart = 0
4.78/4.84	c BCD2: found a new core of size 7: cost of the new core is >=2
4.78/4.84	c lower bound updated to -1645
4.78/4.84	c BCD2: 1985 <= obj <= 5086
4.78/4.84	c BCD2: #cores=55, #unrelaxed=1614, #relaxed=1485, #hardened=0
4.78/4.84	c BCD2: #sat=1 #unsat=307 bias=307/308
4.78/4.84	c Solving starts ...
4.78/4.84	c ============================[ Search Statistics ]============================
4.78/4.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.78/4.84	c       |         |          |          |    Limit     GC | Var      | Constra 
4.78/4.84	c =============================================================================
4.78/4.84	c  0.0s |       0 |        0 |        0 |     4408      0 |      256 |      277
4.78/4.85	c  0.0s |       0 |      883 |        2 |     4408      0 |      256 |      277
4.78/4.85	c #cpu_time = 0.011s
4.78/4.85	c #wall_clock_time = 0.011s
4.78/4.85	c #decision = 883
4.78/4.85	c #random_decision = 0
4.78/4.85	c #conflict = 2
4.78/4.85	c #restart = 0
4.78/4.85	c BCD2: relaxing 19 and merging with 5 cores into a new core of size 70: cost of the new core is >=25
4.78/4.85	c lower bound updated to -1644
4.78/4.86	c BCD2: 1986 <= obj <= 5086
4.78/4.86	c BCD2: #cores=51, #unrelaxed=1595, #relaxed=1504, #hardened=0
4.78/4.86	c BCD2: #sat=1 #unsat=308 bias=308/309
4.78/4.86	c Solving starts ...
4.78/4.86	c ============================[ Search Statistics ]============================
4.78/4.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.78/4.86	c       |         |          |          |    Limit     GC | Var      | Constra 
4.78/4.86	c =============================================================================
4.78/4.86	c  0.0s |       0 |        0 |        0 |     4408      0 |      261 |      277
4.78/4.87	c  0.0s |       0 |      867 |        0 |     4408      0 |      261 |      282
4.78/4.87	c #cpu_time = 0.010s
4.78/4.87	c #wall_clock_time = 0.010s
4.78/4.87	c #decision = 867
4.78/4.87	c #random_decision = 0
4.78/4.87	c #conflict = 0
4.78/4.87	c #restart = 0
4.78/4.87	c BCD2: found a new core of size 3: cost of the new core is >=2
4.78/4.87	c lower bound updated to -1642
4.78/4.87	c BCD2: 1988 <= obj <= 5086
4.78/4.87	c BCD2: #cores=52, #unrelaxed=1592, #relaxed=1507, #hardened=0
4.78/4.87	c BCD2: #sat=1 #unsat=309 bias=309/310
4.78/4.87	c Solving starts ...
4.78/4.87	c ============================[ Search Statistics ]============================
4.78/4.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.78/4.87	c       |         |          |          |    Limit     GC | Var      | Constra 
4.78/4.87	c =============================================================================
4.78/4.87	c  0.0s |       0 |        0 |        0 |     4408      0 |      261 |      282
4.78/4.88	c  0.0s |       0 |      866 |        0 |     4408      0 |      261 |      282
4.78/4.88	c #cpu_time = 0.009s
4.78/4.88	c #wall_clock_time = 0.009s
4.78/4.88	c #decision = 866
4.78/4.88	c #random_decision = 0
4.78/4.88	c #conflict = 0
4.78/4.88	c #restart = 0
4.78/4.88	c BCD2: found a new core of size 3: cost of the new core is >=2
4.78/4.88	c lower bound updated to -1640
4.78/4.88	c BCD2: 1990 <= obj <= 5086
4.78/4.88	c BCD2: #cores=53, #unrelaxed=1589, #relaxed=1510, #hardened=0
4.78/4.88	c BCD2: #sat=1 #unsat=310 bias=310/311
4.78/4.88	c Solving starts ...
4.78/4.88	c ============================[ Search Statistics ]============================
4.78/4.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.78/4.88	c       |         |          |          |    Limit     GC | Var      | Constra 
4.78/4.88	c =============================================================================
4.78/4.89	c  0.0s |       0 |        0 |        0 |     4408      0 |      261 |      282
4.88/4.90	c  0.0s |       0 |      865 |        0 |     4408      0 |      261 |      282
4.88/4.90	c #cpu_time = 0.010s
4.88/4.90	c #wall_clock_time = 0.010s
4.88/4.90	c #decision = 865
4.88/4.90	c #random_decision = 0
4.88/4.90	c #conflict = 0
4.88/4.90	c #restart = 0
4.88/4.90	c BCD2: found a new core of size 3: cost of the new core is >=2
4.88/4.90	c lower bound updated to -1638
4.88/4.90	c BCD2: 1992 <= obj <= 5086
4.88/4.90	c BCD2: #cores=54, #unrelaxed=1586, #relaxed=1513, #hardened=0
4.88/4.90	c BCD2: #sat=1 #unsat=311 bias=311/312
4.88/4.90	c Solving starts ...
4.88/4.90	c ============================[ Search Statistics ]============================
4.88/4.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.88/4.90	c       |         |          |          |    Limit     GC | Var      | Constra 
4.88/4.90	c =============================================================================
4.88/4.90	c  0.0s |       0 |        0 |        0 |     4408      0 |      261 |      282
4.88/4.91	c  0.0s |       0 |      865 |        0 |     4408      0 |      261 |      282
4.88/4.91	c #cpu_time = 0.009s
4.88/4.91	c #wall_clock_time = 0.009s
4.88/4.91	c #decision = 865
4.88/4.91	c #random_decision = 0
4.88/4.91	c #conflict = 0
4.88/4.91	c #restart = 0
4.88/4.91	c BCD2: found a new core of size 3: cost of the new core is >=2
4.88/4.91	c lower bound updated to -1636
4.88/4.91	c BCD2: 1994 <= obj <= 5086
4.88/4.91	c BCD2: #cores=55, #unrelaxed=1583, #relaxed=1516, #hardened=0
4.88/4.91	c BCD2: #sat=1 #unsat=312 bias=312/313
4.88/4.91	c Solving starts ...
4.88/4.91	c ============================[ Search Statistics ]============================
4.88/4.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.88/4.91	c       |         |          |          |    Limit     GC | Var      | Constra 
4.88/4.91	c =============================================================================
4.88/4.91	c  0.0s |       0 |        0 |        0 |     4408      0 |      261 |      282
4.88/4.92	c  0.0s |       0 |      865 |        0 |     4408      0 |      261 |      282
4.88/4.92	c #cpu_time = 0.010s
4.88/4.92	c #wall_clock_time = 0.010s
4.88/4.92	c #decision = 865
4.88/4.92	c #random_decision = 0
4.88/4.92	c #conflict = 0
4.88/4.92	c #restart = 0
4.88/4.92	c BCD2: found a new core of size 3: cost of the new core is >=2
4.88/4.92	c lower bound updated to -1634
4.88/4.93	c BCD2: 1996 <= obj <= 5086
4.88/4.93	c BCD2: #cores=56, #unrelaxed=1580, #relaxed=1519, #hardened=0
4.88/4.93	c BCD2: #sat=1 #unsat=313 bias=313/314
4.88/4.93	c Solving starts ...
4.88/4.93	c ============================[ Search Statistics ]============================
4.88/4.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.88/4.93	c       |         |          |          |    Limit     GC | Var      | Constra 
4.88/4.93	c =============================================================================
4.88/4.93	c  0.0s |       0 |        0 |        0 |     4408      0 |      261 |      282
4.88/4.94	c  0.0s |       0 |      865 |        0 |     4408      0 |      261 |      282
4.88/4.94	c #cpu_time = 0.009s
4.88/4.94	c #wall_clock_time = 0.009s
4.88/4.94	c #decision = 865
4.88/4.94	c #random_decision = 0
4.88/4.94	c #conflict = 0
4.88/4.94	c #restart = 0
4.88/4.94	c BCD2: found a new core of size 4: cost of the new core is >=2
4.88/4.94	c lower bound updated to -1632
4.88/4.94	c BCD2: 1998 <= obj <= 5086
4.88/4.94	c BCD2: #cores=57, #unrelaxed=1576, #relaxed=1523, #hardened=0
4.88/4.94	c BCD2: #sat=1 #unsat=314 bias=314/315
4.88/4.94	c Solving starts ...
4.88/4.94	c ============================[ Search Statistics ]============================
4.88/4.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.88/4.94	c       |         |          |          |    Limit     GC | Var      | Constra 
4.88/4.94	c =============================================================================
4.88/4.94	c  0.0s |       0 |        0 |        0 |     4408      0 |      261 |      282
4.88/4.95	c  0.0s |       0 |      865 |        0 |     4408      0 |      261 |      282
4.88/4.95	c #cpu_time = 0.010s
4.88/4.95	c #wall_clock_time = 0.010s
4.88/4.95	c #decision = 865
4.88/4.95	c #random_decision = 0
4.88/4.95	c #conflict = 0
4.88/4.95	c #restart = 0
4.88/4.95	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
4.88/4.95	c BCD2: refineLB: 3 -> 4
4.88/4.95	c lower bound updated to -1630
4.88/4.95	c BCD2: 2000 <= obj <= 5086
4.88/4.95	c BCD2: #cores=57, #unrelaxed=1572, #relaxed=1527, #hardened=0
4.88/4.95	c BCD2: #sat=1 #unsat=315 bias=315/316
4.88/4.95	c Solving starts ...
4.88/4.95	c ============================[ Search Statistics ]============================
4.88/4.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.88/4.95	c       |         |          |          |    Limit     GC | Var      | Constra 
4.88/4.95	c =============================================================================
4.88/4.95	c  0.0s |       0 |        0 |        0 |     4408      0 |      262 |      282
4.88/4.96	c  0.0s |       0 |      864 |        0 |     4408      0 |      262 |      283
4.88/4.96	c #cpu_time = 0.009s
4.88/4.96	c #wall_clock_time = 0.009s
4.88/4.96	c #decision = 864
4.88/4.96	c #random_decision = 0
4.88/4.96	c #conflict = 0
4.88/4.96	c #restart = 0
4.88/4.96	c BCD2: found a new core of size 3: cost of the new core is >=2
4.88/4.96	c lower bound updated to -1628
4.88/4.96	c BCD2: 2002 <= obj <= 5086
4.88/4.96	c BCD2: #cores=58, #unrelaxed=1569, #relaxed=1530, #hardened=0
4.88/4.96	c BCD2: #sat=1 #unsat=316 bias=316/317
4.88/4.96	c Solving starts ...
4.88/4.96	c ============================[ Search Statistics ]============================
4.88/4.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.88/4.96	c       |         |          |          |    Limit     GC | Var      | Constra 
4.88/4.96	c =============================================================================
4.88/4.96	c  0.0s |       0 |        0 |        0 |     4408      0 |      262 |      283
4.88/4.98	c  0.0s |       0 |      863 |        0 |     4408      0 |      262 |      283
4.88/4.98	c #cpu_time = 0.010s
4.88/4.98	c #wall_clock_time = 0.010s
4.88/4.98	c #decision = 863
4.88/4.98	c #random_decision = 0
4.88/4.98	c #conflict = 0
4.88/4.98	c #restart = 0
4.88/4.98	c BCD2: found a new core of size 3: cost of the new core is >=2
4.88/4.98	c lower bound updated to -1626
4.88/4.98	c BCD2: 2004 <= obj <= 5086
4.88/4.98	c BCD2: #cores=59, #unrelaxed=1566, #relaxed=1533, #hardened=0
4.88/4.98	c BCD2: #sat=1 #unsat=317 bias=317/318
4.88/4.98	c Solving starts ...
4.88/4.98	c ============================[ Search Statistics ]============================
4.88/4.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.88/4.98	c       |         |          |          |    Limit     GC | Var      | Constra 
4.88/4.98	c =============================================================================
4.88/4.98	c  0.0s |       0 |        0 |        0 |     4408      0 |      262 |      283
4.88/4.99	c  0.0s |       0 |      862 |        0 |     4408      0 |      262 |      283
4.88/4.99	c #cpu_time = 0.009s
4.88/4.99	c #wall_clock_time = 0.009s
4.88/4.99	c #decision = 862
4.88/4.99	c #random_decision = 0
4.88/4.99	c #conflict = 0
4.88/4.99	c #restart = 0
4.88/4.99	c BCD2: found a new core of size 3: cost of the new core is >=2
4.88/4.99	c lower bound updated to -1624
4.88/4.99	c BCD2: 2006 <= obj <= 5086
4.88/4.99	c BCD2: #cores=60, #unrelaxed=1563, #relaxed=1536, #hardened=0
4.88/4.99	c BCD2: #sat=1 #unsat=318 bias=318/319
4.88/4.99	c Solving starts ...
4.88/4.99	c ============================[ Search Statistics ]============================
4.88/4.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.88/4.99	c       |         |          |          |    Limit     GC | Var      | Constra 
4.88/4.99	c =============================================================================
4.88/4.99	c  0.0s |       0 |        0 |        0 |     4408      0 |      262 |      283
4.99/5.00	c  0.0s |       0 |      862 |        0 |     4408      0 |      262 |      283
4.99/5.00	c #cpu_time = 0.010s
4.99/5.00	c #wall_clock_time = 0.010s
4.99/5.00	c #decision = 862
4.99/5.00	c #random_decision = 0
4.99/5.00	c #conflict = 0
4.99/5.00	c #restart = 0
4.99/5.00	c BCD2: found a new core of size 3: cost of the new core is >=2
4.99/5.00	c lower bound updated to -1622
4.99/5.00	c BCD2: 2008 <= obj <= 5086
4.99/5.00	c BCD2: #cores=61, #unrelaxed=1560, #relaxed=1539, #hardened=0
4.99/5.00	c BCD2: #sat=1 #unsat=319 bias=319/320
4.99/5.00	c Solving starts ...
4.99/5.00	c ============================[ Search Statistics ]============================
4.99/5.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.00	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.00	c =============================================================================
4.99/5.01	c  0.0s |       0 |        0 |        0 |     4408      0 |      262 |      283
4.99/5.02	c  0.0s |       0 |      864 |        0 |     4408      0 |      262 |      283
4.99/5.02	c #cpu_time = 0.010s
4.99/5.02	c #wall_clock_time = 0.010s
4.99/5.02	c #decision = 864
4.99/5.02	c #random_decision = 0
4.99/5.02	c #conflict = 0
4.99/5.02	c #restart = 0
4.99/5.02	c BCD2: found a new core of size 3: cost of the new core is >=2
4.99/5.02	c lower bound updated to -1620
4.99/5.02	c BCD2: 2010 <= obj <= 5086
4.99/5.02	c BCD2: #cores=62, #unrelaxed=1557, #relaxed=1542, #hardened=0
4.99/5.02	c BCD2: #sat=1 #unsat=320 bias=320/321
4.99/5.02	c Solving starts ...
4.99/5.02	c ============================[ Search Statistics ]============================
4.99/5.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.02	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.02	c =============================================================================
4.99/5.02	c  0.0s |       0 |        0 |        0 |     4408      0 |      262 |      283
4.99/5.03	c  0.0s |       0 |      864 |        0 |     4408      0 |      262 |      283
4.99/5.03	c #cpu_time = 0.010s
4.99/5.03	c #wall_clock_time = 0.010s
4.99/5.03	c #decision = 864
4.99/5.03	c #random_decision = 0
4.99/5.03	c #conflict = 0
4.99/5.03	c #restart = 0
4.99/5.03	c BCD2: found a new core of size 5: cost of the new core is >=2
4.99/5.03	c lower bound updated to -1618
4.99/5.03	c BCD2: 2012 <= obj <= 5086
4.99/5.03	c BCD2: #cores=63, #unrelaxed=1552, #relaxed=1547, #hardened=0
4.99/5.03	c BCD2: #sat=1 #unsat=321 bias=321/322
4.99/5.03	c Solving starts ...
4.99/5.03	c ============================[ Search Statistics ]============================
4.99/5.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.03	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.03	c =============================================================================
4.99/5.03	c  0.0s |       0 |        0 |        0 |     4408      0 |      262 |      283
4.99/5.05	c  0.0s |       0 |      862 |        0 |     4408      0 |      262 |      283
4.99/5.05	c #cpu_time = 0.010s
4.99/5.05	c #wall_clock_time = 0.010s
4.99/5.05	c #decision = 862
4.99/5.05	c #random_decision = 0
4.99/5.05	c #conflict = 0
4.99/5.05	c #restart = 0
4.99/5.05	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
4.99/5.05	c BCD2: refineLB: 3 -> 4
4.99/5.05	c lower bound updated to -1616
4.99/5.05	c BCD2: 2014 <= obj <= 5086
4.99/5.05	c BCD2: #cores=63, #unrelaxed=1548, #relaxed=1551, #hardened=0
4.99/5.05	c BCD2: #sat=1 #unsat=322 bias=322/323
4.99/5.05	c Solving starts ...
4.99/5.05	c ============================[ Search Statistics ]============================
4.99/5.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.05	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.05	c =============================================================================
4.99/5.05	c  0.0s |       0 |        0 |        0 |     4408      0 |      263 |      283
4.99/5.06	c  0.0s |       0 |      859 |        0 |     4408      0 |      263 |      284
4.99/5.06	c #cpu_time = 0.010s
4.99/5.06	c #wall_clock_time = 0.010s
4.99/5.06	c #decision = 859
4.99/5.06	c #random_decision = 0
4.99/5.06	c #conflict = 0
4.99/5.06	c #restart = 0
4.99/5.06	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
4.99/5.06	c BCD2: refineLB: 3 -> 4
4.99/5.06	c lower bound updated to -1614
4.99/5.06	c BCD2: 2016 <= obj <= 5086
4.99/5.06	c BCD2: #cores=63, #unrelaxed=1544, #relaxed=1555, #hardened=0
4.99/5.06	c BCD2: #sat=1 #unsat=323 bias=323/324
4.99/5.06	c Solving starts ...
4.99/5.06	c ============================[ Search Statistics ]============================
4.99/5.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.06	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.06	c =============================================================================
4.99/5.06	c  0.0s |       0 |        0 |        0 |     4408      0 |      264 |      284
4.99/5.08	c  0.0s |       0 |      861 |        1 |     4408      0 |      264 |      285
4.99/5.08	c #cpu_time = 0.012s
4.99/5.08	c #wall_clock_time = 0.012s
4.99/5.08	c #decision = 861
4.99/5.08	c #random_decision = 0
4.99/5.08	c #conflict = 1
4.99/5.08	c #restart = 0
4.99/5.08	c BCD2: relaxing 13 and merging with 5 cores into a new core of size 47: cost of the new core is >=18
4.99/5.08	c lower bound updated to -1613
4.99/5.08	c BCD2: 2017 <= obj <= 5086
4.99/5.08	c BCD2: #cores=59, #unrelaxed=1531, #relaxed=1568, #hardened=0
4.99/5.08	c BCD2: #sat=1 #unsat=324 bias=324/325
4.99/5.08	c Solving starts ...
4.99/5.08	c ============================[ Search Statistics ]============================
4.99/5.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.08	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.08	c =============================================================================
4.99/5.08	c  0.0s |       0 |        0 |        0 |     4408      0 |      269 |      285
4.99/5.09	c  0.0s |       0 |      847 |        0 |     4408      0 |      269 |      290
4.99/5.09	c #cpu_time = 0.010s
4.99/5.09	c #wall_clock_time = 0.010s
4.99/5.09	c #decision = 847
4.99/5.09	c #random_decision = 0
4.99/5.09	c #conflict = 0
4.99/5.09	c #restart = 0
4.99/5.09	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
4.99/5.09	c lower bound updated to -1611
4.99/5.09	c BCD2: 2019 <= obj <= 5086
4.99/5.09	c BCD2: #cores=59, #unrelaxed=1527, #relaxed=1572, #hardened=0
4.99/5.09	c BCD2: #sat=1 #unsat=325 bias=325/326
4.99/5.09	c Solving starts ...
4.99/5.09	c ============================[ Search Statistics ]============================
4.99/5.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.09	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.09	c =============================================================================
4.99/5.09	c  0.0s |       0 |        0 |        0 |     4408      0 |      270 |      290
5.09/5.10	c  0.0s |       0 |      844 |        0 |     4408      0 |      270 |      291
5.09/5.10	c #cpu_time = 0.009s
5.09/5.10	c #wall_clock_time = 0.009s
5.09/5.10	c #decision = 844
5.09/5.10	c #random_decision = 0
5.09/5.10	c #conflict = 0
5.09/5.10	c #restart = 0
5.09/5.10	c BCD2: found a new core of size 3: cost of the new core is >=2
5.09/5.10	c lower bound updated to -1609
5.09/5.11	c BCD2: 2021 <= obj <= 5086
5.09/5.11	c BCD2: #cores=60, #unrelaxed=1524, #relaxed=1575, #hardened=0
5.09/5.11	c BCD2: #sat=1 #unsat=326 bias=326/327
5.09/5.11	c Solving starts ...
5.09/5.11	c ============================[ Search Statistics ]============================
5.09/5.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.11	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.11	c =============================================================================
5.09/5.11	c  0.0s |       0 |        0 |        0 |     4408      0 |      270 |      291
5.09/5.12	c  0.0s |       0 |      841 |        1 |     4408      0 |      270 |      291
5.09/5.12	c #cpu_time = 0.011s
5.09/5.12	c #wall_clock_time = 0.011s
5.09/5.12	c #decision = 841
5.09/5.12	c #random_decision = 0
5.09/5.12	c #conflict = 1
5.09/5.12	c #restart = 0
5.09/5.12	c BCD2: relaxing 20 and merging with 3 cores into a new core of size 51: cost of the new core is >=15
5.09/5.12	c lower bound updated to -1608
5.09/5.12	c BCD2: 2022 <= obj <= 5086
5.09/5.12	c BCD2: #cores=58, #unrelaxed=1504, #relaxed=1595, #hardened=0
5.09/5.12	c BCD2: #sat=1 #unsat=327 bias=327/328
5.09/5.12	c Solving starts ...
5.09/5.12	c ============================[ Search Statistics ]============================
5.09/5.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.12	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.12	c =============================================================================
5.09/5.12	c  0.0s |       0 |        0 |        0 |     4408      0 |      273 |      291
5.09/5.13	c  0.0s |       0 |      822 |        0 |     4408      0 |      273 |      294
5.09/5.13	c #cpu_time = 0.009s
5.09/5.13	c #wall_clock_time = 0.009s
5.09/5.13	c #decision = 822
5.09/5.13	c #random_decision = 0
5.09/5.13	c #conflict = 0
5.09/5.13	c #restart = 0
5.09/5.13	c BCD2: found a new core of size 3: cost of the new core is >=2
5.09/5.13	c lower bound updated to -1606
5.09/5.13	c BCD2: 2024 <= obj <= 5086
5.09/5.13	c BCD2: #cores=59, #unrelaxed=1501, #relaxed=1598, #hardened=0
5.09/5.13	c BCD2: #sat=1 #unsat=328 bias=328/329
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 |     4408      0 |      273 |      294
5.09/5.14	c  0.0s |       0 |      822 |        0 |     4408      0 |      273 |      294
5.09/5.14	c #cpu_time = 0.009s
5.09/5.14	c #wall_clock_time = 0.009s
5.09/5.14	c #decision = 822
5.09/5.14	c #random_decision = 0
5.09/5.14	c #conflict = 0
5.09/5.14	c #restart = 0
5.09/5.14	c BCD2: found a new core of size 5: cost of the new core is >=2
5.09/5.14	c lower bound updated to -1604
5.09/5.15	c BCD2: 2026 <= obj <= 5086
5.09/5.15	c BCD2: #cores=60, #unrelaxed=1496, #relaxed=1603, #hardened=0
5.09/5.15	c BCD2: #sat=1 #unsat=329 bias=329/330
5.09/5.15	c Solving starts ...
5.09/5.15	c ============================[ Search Statistics ]============================
5.09/5.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.15	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.15	c =============================================================================
5.09/5.15	c  0.0s |       0 |        0 |        0 |     4408      0 |      273 |      294
5.09/5.16	c  0.0s |       0 |      823 |        0 |     4408      0 |      273 |      294
5.09/5.16	c #cpu_time = 0.009s
5.09/5.16	c #wall_clock_time = 0.009s
5.09/5.16	c #decision = 823
5.09/5.16	c #random_decision = 0
5.09/5.16	c #conflict = 0
5.09/5.16	c #restart = 0
5.09/5.16	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 13: cost of the new core is >=6
5.09/5.16	c BCD2: refineLB: 5 -> 6
5.09/5.16	c lower bound updated to -1602
5.09/5.16	c BCD2: 2028 <= obj <= 5086
5.09/5.16	c BCD2: #cores=59, #unrelaxed=1489, #relaxed=1610, #hardened=0
5.09/5.16	c BCD2: #sat=1 #unsat=330 bias=330/331
5.09/5.16	c Solving starts ...
5.09/5.16	c ============================[ Search Statistics ]============================
5.09/5.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.16	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.16	c =============================================================================
5.09/5.16	c  0.0s |       0 |        0 |        0 |     4408      0 |      275 |      294
5.09/5.18	c  0.0s |       0 |      821 |        1 |     4408      0 |      275 |      296
5.09/5.18	c #cpu_time = 0.012s
5.09/5.18	c #wall_clock_time = 0.012s
5.09/5.18	c #decision = 821
5.09/5.18	c #random_decision = 0
5.09/5.18	c #conflict = 1
5.09/5.18	c #restart = 0
5.09/5.18	c BCD2: relaxing 17 and merging with 5 cores into a new core of size 74: cost of the new core is >=28
5.09/5.18	c lower bound updated to -1601
5.09/5.18	c BCD2: 2029 <= obj <= 5086
5.09/5.18	c BCD2: #cores=55, #unrelaxed=1472, #relaxed=1627, #hardened=0
5.09/5.18	c BCD2: #sat=1 #unsat=331 bias=331/332
5.09/5.18	c Solving starts ...
5.09/5.18	c ============================[ Search Statistics ]============================
5.09/5.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.18	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.18	c =============================================================================
5.09/5.18	c  0.0s |       0 |        0 |        0 |     4408      0 |      280 |      296
5.09/5.19	c  0.0s |       0 |      805 |        0 |     4408      0 |      280 |      301
5.09/5.19	c #cpu_time = 0.009s
5.09/5.19	c #wall_clock_time = 0.009s
5.09/5.19	c #decision = 805
5.09/5.19	c #random_decision = 0
5.09/5.19	c #conflict = 0
5.09/5.19	c #restart = 0
5.09/5.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=4
5.09/5.19	c lower bound updated to -1599
5.09/5.19	c BCD2: 2031 <= obj <= 5086
5.09/5.19	c BCD2: #cores=55, #unrelaxed=1471, #relaxed=1628, #hardened=0
5.09/5.19	c BCD2: #sat=1 #unsat=332 bias=332/333
5.09/5.19	c Solving starts ...
5.09/5.19	c ============================[ Search Statistics ]============================
5.09/5.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.19	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.19	c =============================================================================
5.09/5.19	c  0.0s |       0 |        0 |        0 |     4408      0 |      281 |      301
5.19/5.20	c  0.0s |       0 |      807 |        0 |     4408      0 |      281 |      302
5.19/5.20	c #cpu_time = 0.010s
5.19/5.20	c #wall_clock_time = 0.010s
5.19/5.20	c #decision = 807
5.19/5.20	c #random_decision = 0
5.19/5.20	c #conflict = 0
5.19/5.20	c #restart = 0
5.19/5.20	c BCD2: found a new core of size 2: cost of the new core is >=2
5.19/5.20	c lower bound updated to -1597
5.19/5.21	c BCD2: 2033 <= obj <= 5086
5.19/5.21	c BCD2: #cores=56, #unrelaxed=1469, #relaxed=1630, #hardened=0
5.19/5.21	c BCD2: #sat=1 #unsat=333 bias=333/334
5.19/5.21	c Solving starts ...
5.19/5.21	c ============================[ Search Statistics ]============================
5.19/5.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.21	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.21	c =============================================================================
5.19/5.21	c  0.0s |       0 |        0 |        0 |     4408      0 |      281 |      302
5.19/5.22	c  0.0s |       0 |      804 |        0 |     4408      0 |      281 |      302
5.19/5.22	c #cpu_time = 0.009s
5.19/5.22	c #wall_clock_time = 0.009s
5.19/5.22	c #decision = 804
5.19/5.22	c #random_decision = 0
5.19/5.22	c #conflict = 0
5.19/5.22	c #restart = 0
5.19/5.22	c BCD2: found a new core of size 2: cost of the new core is >=2
5.19/5.22	c lower bound updated to -1595
5.19/5.22	c BCD2: 2035 <= obj <= 5086
5.19/5.22	c BCD2: #cores=57, #unrelaxed=1467, #relaxed=1632, #hardened=0
5.19/5.22	c BCD2: #sat=1 #unsat=334 bias=334/335
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 |     4408      0 |      281 |      302
5.19/5.23	c  0.0s |       0 |      804 |        0 |     4408      0 |      281 |      302
5.19/5.23	c #cpu_time = 0.010s
5.19/5.23	c #wall_clock_time = 0.010s
5.19/5.23	c #decision = 804
5.19/5.23	c #random_decision = 0
5.19/5.23	c #conflict = 0
5.19/5.23	c #restart = 0
5.19/5.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
5.19/5.23	c lower bound updated to -1593
5.19/5.23	c BCD2: 2037 <= obj <= 5086
5.19/5.23	c BCD2: #cores=57, #unrelaxed=1466, #relaxed=1633, #hardened=0
5.19/5.23	c BCD2: #sat=1 #unsat=335 bias=335/336
5.19/5.23	c Solving starts ...
5.19/5.23	c ============================[ Search Statistics ]============================
5.19/5.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.23	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.23	c =============================================================================
5.19/5.23	c  0.0s |       0 |        0 |        0 |     4408      0 |      282 |      302
5.19/5.24	c  0.0s |       0 |      804 |        0 |     4408      0 |      282 |      303
5.19/5.24	c #cpu_time = 0.009s
5.19/5.24	c #wall_clock_time = 0.009s
5.19/5.24	c #decision = 804
5.19/5.24	c #random_decision = 0
5.19/5.24	c #conflict = 0
5.19/5.24	c #restart = 0
5.19/5.24	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=6
5.19/5.24	c BCD2: refineLB: 5 -> 6
5.19/5.24	c lower bound updated to -1591
5.19/5.24	c BCD2: 2039 <= obj <= 5086
5.19/5.24	c BCD2: #cores=57, #unrelaxed=1463, #relaxed=1636, #hardened=0
5.19/5.24	c BCD2: #sat=1 #unsat=336 bias=336/337
5.19/5.24	c Solving starts ...
5.19/5.24	c ============================[ Search Statistics ]============================
5.19/5.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.24	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.24	c =============================================================================
5.19/5.24	c  0.0s |       0 |        0 |        0 |     4408      0 |      283 |      303
5.19/5.25	c  0.0s |       0 |      802 |        0 |     4408      0 |      283 |      304
5.19/5.25	c #cpu_time = 0.009s
5.19/5.25	c #wall_clock_time = 0.009s
5.19/5.25	c #decision = 802
5.19/5.25	c #random_decision = 0
5.19/5.25	c #conflict = 0
5.19/5.25	c #restart = 0
5.19/5.25	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 8: cost of the new core is >=5
5.19/5.25	c lower bound updated to -1590
5.19/5.26	c BCD2: 2040 <= obj <= 5086
5.19/5.26	c BCD2: #cores=56, #unrelaxed=1460, #relaxed=1639, #hardened=0
5.19/5.26	c BCD2: #sat=1 #unsat=337 bias=337/338
5.19/5.26	c Solving starts ...
5.19/5.26	c ============================[ Search Statistics ]============================
5.19/5.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.26	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.26	c =============================================================================
5.19/5.26	c  0.0s |       0 |        0 |        0 |     4408      0 |      285 |      304
5.19/5.27	c  0.0s |       0 |      803 |        0 |     4408      0 |      285 |      306
5.19/5.27	c #cpu_time = 0.009s
5.19/5.27	c #wall_clock_time = 0.009s
5.19/5.27	c #decision = 803
5.19/5.27	c #random_decision = 0
5.19/5.27	c #conflict = 0
5.19/5.27	c #restart = 0
5.19/5.27	c BCD2: found a new core of size 2: cost of the new core is >=2
5.19/5.27	c lower bound updated to -1588
5.19/5.27	c BCD2: 2042 <= obj <= 5086
5.19/5.27	c BCD2: #cores=57, #unrelaxed=1458, #relaxed=1641, #hardened=0
5.19/5.27	c BCD2: #sat=1 #unsat=338 bias=338/339
5.19/5.27	c Solving starts ...
5.19/5.27	c ============================[ Search Statistics ]============================
5.19/5.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.27	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.27	c =============================================================================
5.19/5.27	c  0.0s |       0 |        0 |        0 |     4408      0 |      285 |      306
5.19/5.28	c  0.0s |       0 |      801 |        0 |     4408      0 |      285 |      306
5.19/5.28	c #cpu_time = 0.009s
5.19/5.28	c #wall_clock_time = 0.009s
5.19/5.28	c #decision = 801
5.19/5.28	c #random_decision = 0
5.19/5.28	c #conflict = 0
5.19/5.28	c #restart = 0
5.19/5.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=3
5.19/5.28	c lower bound updated to -1587
5.19/5.28	c BCD2: 2043 <= obj <= 5086
5.19/5.28	c BCD2: #cores=57, #unrelaxed=1457, #relaxed=1642, #hardened=0
5.19/5.28	c BCD2: #sat=1 #unsat=339 bias=339/340
5.19/5.28	c Solving starts ...
5.19/5.28	c ============================[ Search Statistics ]============================
5.19/5.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.28	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.28	c =============================================================================
5.19/5.28	c  0.0s |       0 |        0 |        0 |     4408      0 |      286 |      306
5.19/5.30	c  0.0s |       0 |     1510 |        1 |     4408      0 |      286 |      307
5.19/5.30	c #cpu_time = 0.011s
5.19/5.30	c #wall_clock_time = 0.011s
5.19/5.30	c #decision = 1510
5.19/5.30	c #random_decision = 0
5.19/5.30	c #conflict = 1
5.19/5.30	c #restart = 0
5.19/5.30	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
5.19/5.30	c lower bound updated to -1586
5.29/5.30	c BCD2: 2044 <= obj <= 5086
5.29/5.30	c BCD2: #cores=57, #unrelaxed=1455, #relaxed=1644, #hardened=0
5.29/5.30	c BCD2: #sat=1 #unsat=340 bias=340/341
5.29/5.30	c Solving starts ...
5.29/5.30	c ============================[ Search Statistics ]============================
5.29/5.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.30	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.30	c =============================================================================
5.29/5.30	c  0.0s |       0 |        0 |        0 |     4408      0 |      287 |      307
5.29/5.31	c  0.0s |       0 |      808 |        1 |     4408      0 |      287 |      308
5.29/5.31	c #cpu_time = 0.010s
5.29/5.31	c #wall_clock_time = 0.010s
5.29/5.31	c #decision = 808
5.29/5.31	c #random_decision = 0
5.29/5.31	c #conflict = 1
5.29/5.31	c #restart = 0
5.29/5.31	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=5
5.29/5.31	c lower bound updated to -1585
5.29/5.31	c BCD2: 2045 <= obj <= 5086
5.29/5.31	c BCD2: #cores=57, #unrelaxed=1453, #relaxed=1646, #hardened=0
5.29/5.31	c BCD2: #sat=1 #unsat=341 bias=341/342
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.31	c  0.0s |       0 |        0 |        0 |     4408      0 |      288 |      308
5.29/5.32	c  0.0s |       0 |      803 |        0 |     4408      0 |      288 |      309
5.29/5.32	c #cpu_time = 0.009s
5.29/5.32	c #wall_clock_time = 0.009s
5.29/5.32	c #decision = 803
5.29/5.32	c #random_decision = 0
5.29/5.32	c #conflict = 0
5.29/5.32	c #restart = 0
5.29/5.32	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 18: cost of the new core is >=8
5.29/5.32	c lower bound updated to -1584
5.29/5.32	c BCD2: 2046 <= obj <= 5086
5.29/5.32	c BCD2: #cores=56, #unrelaxed=1446, #relaxed=1653, #hardened=0
5.29/5.32	c BCD2: #sat=1 #unsat=342 bias=342/343
5.29/5.32	c Solving starts ...
5.29/5.32	c ============================[ Search Statistics ]============================
5.29/5.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.32	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.32	c =============================================================================
5.29/5.32	c  0.0s |       0 |        0 |        0 |     4408      0 |      290 |      309
5.29/5.34	c  0.0s |       0 |      798 |        0 |     4408      0 |      290 |      311
5.29/5.34	c #cpu_time = 0.009s
5.29/5.34	c #wall_clock_time = 0.009s
5.29/5.34	c #decision = 798
5.29/5.34	c #random_decision = 0
5.29/5.34	c #conflict = 0
5.29/5.34	c #restart = 0
5.29/5.34	c BCD2: found a new core of size 3: cost of the new core is >=2
5.29/5.34	c lower bound updated to -1582
5.29/5.34	c BCD2: 2048 <= obj <= 5086
5.29/5.34	c BCD2: #cores=57, #unrelaxed=1443, #relaxed=1656, #hardened=0
5.29/5.34	c BCD2: #sat=1 #unsat=343 bias=343/344
5.29/5.34	c Solving starts ...
5.29/5.34	c ============================[ Search Statistics ]============================
5.29/5.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.34	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.34	c =============================================================================
5.29/5.34	c  0.0s |       0 |        0 |        0 |     4408      0 |      290 |      311
5.29/5.35	c  0.0s |       0 |      799 |        1 |     4408      0 |      290 |      311
5.29/5.35	c #cpu_time = 0.009s
5.29/5.35	c #wall_clock_time = 0.009s
5.29/5.35	c #decision = 799
5.29/5.35	c #random_decision = 0
5.29/5.35	c #conflict = 1
5.29/5.35	c #restart = 0
5.29/5.35	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 14: cost of the new core is >=6
5.29/5.35	c BCD2: refineLB: 5 -> 6
5.29/5.35	c lower bound updated to -1580
5.29/5.35	c BCD2: 2050 <= obj <= 5086
5.29/5.35	c BCD2: #cores=56, #unrelaxed=1436, #relaxed=1663, #hardened=0
5.29/5.35	c BCD2: #sat=1 #unsat=344 bias=344/345
5.29/5.35	c Solving starts ...
5.29/5.35	c ============================[ Search Statistics ]============================
5.29/5.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.35	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.35	c =============================================================================
5.29/5.35	c  0.0s |       0 |        0 |        0 |     4408      0 |      292 |      311
5.29/5.36	c  0.0s |       0 |      793 |        0 |     4408      0 |      292 |      313
5.29/5.36	c #cpu_time = 0.009s
5.29/5.36	c #wall_clock_time = 0.009s
5.29/5.36	c #decision = 793
5.29/5.36	c #random_decision = 0
5.29/5.36	c #conflict = 0
5.29/5.36	c #restart = 0
5.29/5.36	c BCD2: found a new core of size 3: cost of the new core is >=2
5.29/5.36	c lower bound updated to -1578
5.29/5.36	c BCD2: 2052 <= obj <= 5086
5.29/5.36	c BCD2: #cores=57, #unrelaxed=1433, #relaxed=1666, #hardened=0
5.29/5.36	c BCD2: #sat=1 #unsat=345 bias=345/346
5.29/5.36	c Solving starts ...
5.29/5.36	c ============================[ Search Statistics ]============================
5.29/5.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.36	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.36	c =============================================================================
5.29/5.36	c  0.0s |       0 |        0 |        0 |     4408      0 |      292 |      313
5.29/5.38	c  0.0s |       0 |      809 |        1 |     4408      0 |      292 |      313
5.29/5.38	c #cpu_time = 0.011s
5.29/5.38	c #wall_clock_time = 0.011s
5.29/5.38	c #decision = 809
5.29/5.38	c #random_decision = 0
5.29/5.38	c #conflict = 1
5.29/5.38	c #restart = 0
5.29/5.38	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
5.29/5.38	c BCD2: refineLB: 3 -> 4
5.29/5.38	c lower bound updated to -1576
5.29/5.38	c BCD2: 2054 <= obj <= 5086
5.29/5.38	c BCD2: #cores=57, #unrelaxed=1427, #relaxed=1672, #hardened=0
5.29/5.38	c BCD2: #sat=1 #unsat=346 bias=346/347
5.29/5.38	c Solving starts ...
5.29/5.38	c ============================[ Search Statistics ]============================
5.29/5.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.38	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.38	c =============================================================================
5.29/5.38	c  0.0s |       0 |        0 |        0 |     4408      0 |      293 |      313
5.29/5.39	c  0.0s |       0 |      791 |        1 |     4408      0 |      293 |      314
5.29/5.39	c #cpu_time = 0.012s
5.29/5.39	c #wall_clock_time = 0.012s
5.29/5.39	c #decision = 791
5.29/5.39	c #random_decision = 0
5.29/5.39	c #conflict = 1
5.29/5.39	c #restart = 0
5.29/5.39	c BCD2: relaxing 11 and merging with 2 cores into a new core of size 19: cost of the new core is >=6
5.29/5.39	c BCD2: refineLB: 5 -> 6
5.29/5.39	c lower bound updated to -1574
5.29/5.39	c BCD2: 2056 <= obj <= 5086
5.29/5.39	c BCD2: #cores=56, #unrelaxed=1416, #relaxed=1683, #hardened=0
5.29/5.39	c BCD2: #sat=1 #unsat=347 bias=347/348
5.29/5.39	c Solving starts ...
5.29/5.39	c ============================[ Search Statistics ]============================
5.29/5.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.39	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.39	c =============================================================================
5.29/5.39	c  0.0s |       0 |        0 |        0 |     4408      0 |      295 |      314
5.39/5.40	c  0.0s |       0 |      784 |        0 |     4408      0 |      295 |      316
5.39/5.40	c #cpu_time = 0.009s
5.39/5.40	c #wall_clock_time = 0.009s
5.39/5.40	c #decision = 784
5.39/5.40	c #random_decision = 0
5.39/5.40	c #conflict = 0
5.39/5.40	c #restart = 0
5.39/5.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=6
5.39/5.40	c lower bound updated to -1572
5.39/5.40	c BCD2: 2058 <= obj <= 5086
5.39/5.40	c BCD2: #cores=56, #unrelaxed=1415, #relaxed=1684, #hardened=0
5.39/5.40	c BCD2: #sat=1 #unsat=348 bias=348/349
5.39/5.41	c Solving starts ...
5.39/5.41	c ============================[ Search Statistics ]============================
5.39/5.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.41	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.41	c =============================================================================
5.39/5.41	c  0.0s |       0 |        0 |        0 |     4408      0 |      296 |      316
5.39/5.42	c  0.0s |       0 |      787 |        0 |     4408      0 |      296 |      317
5.39/5.42	c #cpu_time = 0.010s
5.39/5.42	c #wall_clock_time = 0.010s
5.39/5.42	c #decision = 787
5.39/5.42	c #random_decision = 0
5.39/5.42	c #conflict = 0
5.39/5.42	c #restart = 0
5.39/5.42	c BCD2: found a new core of size 3: cost of the new core is >=2
5.39/5.42	c lower bound updated to -1570
5.39/5.42	c BCD2: 2060 <= obj <= 5086
5.39/5.42	c BCD2: #cores=57, #unrelaxed=1412, #relaxed=1687, #hardened=0
5.39/5.42	c BCD2: #sat=1 #unsat=349 bias=349/350
5.39/5.42	c Solving starts ...
5.39/5.42	c ============================[ Search Statistics ]============================
5.39/5.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.42	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.42	c =============================================================================
5.39/5.42	c  0.0s |       0 |        0 |        0 |     4408      0 |      296 |      317
5.39/5.44	c  0.0s |       0 |      790 |        3 |     4408      0 |      296 |      317
5.39/5.44	c #cpu_time = 0.018s
5.39/5.44	c #wall_clock_time = 0.018s
5.39/5.44	c #decision = 790
5.39/5.44	c #random_decision = 0
5.39/5.44	c #conflict = 3
5.39/5.44	c #restart = 0
5.39/5.44	c BCD2: relaxing 36 and merging with 9 cores into a new core of size 157: cost of the new core is >=58
5.39/5.44	c lower bound updated to -1569
5.39/5.44	c BCD2: 2061 <= obj <= 5086
5.39/5.44	c BCD2: #cores=49, #unrelaxed=1376, #relaxed=1723, #hardened=0
5.39/5.44	c BCD2: #sat=1 #unsat=350 bias=350/351
5.39/5.44	c Solving starts ...
5.39/5.44	c ============================[ Search Statistics ]============================
5.39/5.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.44	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.44	c =============================================================================
5.39/5.44	c  0.0s |       0 |        0 |        0 |     4408      0 |      305 |      317
5.39/5.45	c  0.0s |       0 |      757 |        0 |     4408      0 |      305 |      326
5.39/5.45	c #cpu_time = 0.009s
5.39/5.45	c #wall_clock_time = 0.009s
5.39/5.45	c #decision = 757
5.39/5.45	c #random_decision = 0
5.39/5.45	c #conflict = 0
5.39/5.45	c #restart = 0
5.39/5.45	c BCD2: found a new core of size 5: cost of the new core is >=2
5.39/5.45	c lower bound updated to -1567
5.39/5.45	c BCD2: 2063 <= obj <= 5086
5.39/5.45	c BCD2: #cores=50, #unrelaxed=1371, #relaxed=1728, #hardened=0
5.39/5.45	c BCD2: #sat=1 #unsat=351 bias=351/352
5.39/5.46	c Solving starts ...
5.39/5.46	c ============================[ Search Statistics ]============================
5.39/5.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.46	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.46	c =============================================================================
5.39/5.46	c  0.0s |       0 |        0 |        0 |     4408      0 |      305 |      326
5.39/5.47	c  0.0s |       0 |      757 |        1 |     4408      0 |      305 |      326
5.39/5.47	c #cpu_time = 0.010s
5.39/5.47	c #wall_clock_time = 0.010s
5.39/5.47	c #decision = 757
5.39/5.47	c #random_decision = 0
5.39/5.47	c #conflict = 1
5.39/5.47	c #restart = 0
5.39/5.47	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 19: cost of the new core is >=8
5.39/5.47	c BCD2: refineLB: 7 -> 8
5.39/5.47	c lower bound updated to -1565
5.39/5.47	c BCD2: 2065 <= obj <= 5086
5.39/5.47	c BCD2: #cores=49, #unrelaxed=1364, #relaxed=1735, #hardened=0
5.39/5.47	c BCD2: #sat=1 #unsat=352 bias=352/353
5.39/5.47	c Solving starts ...
5.39/5.47	c ============================[ Search Statistics ]============================
5.39/5.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.47	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.47	c =============================================================================
5.39/5.47	c  0.0s |       0 |        0 |        0 |     4408      0 |      307 |      326
5.39/5.48	c  0.0s |       0 |      748 |        1 |     4408      0 |      307 |      328
5.39/5.48	c #cpu_time = 0.012s
5.39/5.48	c #wall_clock_time = 0.012s
5.39/5.48	c #decision = 748
5.39/5.48	c #random_decision = 0
5.39/5.48	c #conflict = 1
5.39/5.48	c #restart = 0
5.39/5.48	c BCD2: relaxing 17 and merging with 5 cores into a new core of size 49: cost of the new core is >=16
5.39/5.48	c BCD2: refineLB: 15 -> 16
5.39/5.48	c lower bound updated to -1563
5.39/5.49	c BCD2: 2067 <= obj <= 5086
5.39/5.49	c BCD2: #cores=45, #unrelaxed=1347, #relaxed=1752, #hardened=0
5.39/5.49	c BCD2: #sat=1 #unsat=353 bias=353/354
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 |     4408      0 |      312 |      328
5.39/5.50	c  0.0s |       0 |      735 |        0 |     4408      0 |      312 |      333
5.39/5.50	c #cpu_time = 0.009s
5.39/5.50	c #wall_clock_time = 0.009s
5.39/5.50	c #decision = 735
5.39/5.50	c #random_decision = 0
5.39/5.50	c #conflict = 0
5.39/5.50	c #restart = 0
5.39/5.50	c BCD2: found a new core of size 3: cost of the new core is >=2
5.39/5.50	c lower bound updated to -1561
5.39/5.50	c BCD2: 2069 <= obj <= 5086
5.39/5.50	c BCD2: #cores=46, #unrelaxed=1344, #relaxed=1755, #hardened=0
5.39/5.50	c BCD2: #sat=1 #unsat=354 bias=354/355
5.39/5.50	c Solving starts ...
5.39/5.50	c ============================[ Search Statistics ]============================
5.39/5.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.50	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.50	c =============================================================================
5.39/5.50	c  0.0s |       0 |        0 |        0 |     4408      0 |      312 |      333
5.50/5.51	c  0.0s |       0 |      734 |        0 |     4408      0 |      312 |      333
5.50/5.51	c #cpu_time = 0.009s
5.50/5.51	c #wall_clock_time = 0.009s
5.50/5.51	c #decision = 734
5.50/5.51	c #random_decision = 0
5.50/5.51	c #conflict = 0
5.50/5.51	c #restart = 0
5.50/5.51	c BCD2: found a new core of size 3: cost of the new core is >=2
5.50/5.51	c lower bound updated to -1559
5.50/5.51	c BCD2: 2071 <= obj <= 5086
5.50/5.51	c BCD2: #cores=47, #unrelaxed=1341, #relaxed=1758, #hardened=0
5.50/5.51	c BCD2: #sat=1 #unsat=355 bias=355/356
5.50/5.51	c Solving starts ...
5.50/5.51	c ============================[ Search Statistics ]============================
5.50/5.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.51	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.51	c =============================================================================
5.50/5.51	c  0.0s |       0 |        0 |        0 |     4408      0 |      312 |      333
5.50/5.52	c  0.0s |       0 |      735 |        0 |     4408      0 |      312 |      333
5.50/5.52	c #cpu_time = 0.009s
5.50/5.52	c #wall_clock_time = 0.009s
5.50/5.52	c #decision = 735
5.50/5.52	c #random_decision = 0
5.50/5.52	c #conflict = 0
5.50/5.52	c #restart = 0
5.50/5.52	c BCD2: found a new core of size 3: cost of the new core is >=2
5.50/5.52	c lower bound updated to -1557
5.50/5.52	c BCD2: 2073 <= obj <= 5086
5.50/5.52	c BCD2: #cores=48, #unrelaxed=1338, #relaxed=1761, #hardened=0
5.50/5.52	c BCD2: #sat=1 #unsat=356 bias=356/357
5.50/5.52	c Solving starts ...
5.50/5.52	c ============================[ Search Statistics ]============================
5.50/5.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.52	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.52	c =============================================================================
5.50/5.52	c  0.0s |       0 |        0 |        0 |     4408      0 |      312 |      333
5.50/5.53	c  0.0s |       0 |      734 |        0 |     4408      0 |      312 |      333
5.50/5.53	c #cpu_time = 0.009s
5.50/5.53	c #wall_clock_time = 0.009s
5.50/5.53	c #decision = 734
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 >=2
5.50/5.53	c lower bound updated to -1555
5.50/5.54	c BCD2: 2075 <= obj <= 5086
5.50/5.54	c BCD2: #cores=49, #unrelaxed=1335, #relaxed=1764, #hardened=0
5.50/5.54	c BCD2: #sat=1 #unsat=357 bias=357/358
5.50/5.54	c Solving starts ...
5.50/5.54	c ============================[ Search Statistics ]============================
5.50/5.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.54	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.54	c =============================================================================
5.50/5.54	c  0.0s |       0 |        0 |        0 |     4408      0 |      312 |      333
5.50/5.55	c  0.0s |       0 |      742 |        0 |     4408      0 |      312 |      333
5.50/5.55	c #cpu_time = 0.010s
5.50/5.55	c #wall_clock_time = 0.010s
5.50/5.55	c #decision = 742
5.50/5.55	c #random_decision = 0
5.50/5.55	c #conflict = 0
5.50/5.55	c #restart = 0
5.50/5.55	c BCD2: found a new core of size 3: cost of the new core is >=2
5.50/5.55	c lower bound updated to -1553
5.50/5.55	c BCD2: 2077 <= obj <= 5086
5.50/5.55	c BCD2: #cores=50, #unrelaxed=1332, #relaxed=1767, #hardened=0
5.50/5.55	c BCD2: #sat=1 #unsat=358 bias=358/359
5.50/5.55	c Solving starts ...
5.50/5.55	c ============================[ Search Statistics ]============================
5.50/5.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.55	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.55	c =============================================================================
5.50/5.55	c  0.0s |       0 |        0 |        0 |     4408      0 |      312 |      333
5.50/5.56	c  0.0s |       0 |      744 |        0 |     4408      0 |      312 |      333
5.50/5.56	c #cpu_time = 0.010s
5.50/5.56	c #wall_clock_time = 0.010s
5.50/5.56	c #decision = 744
5.50/5.56	c #random_decision = 0
5.50/5.56	c #conflict = 0
5.50/5.56	c #restart = 0
5.50/5.56	c BCD2: found a new core of size 3: cost of the new core is >=2
5.50/5.56	c lower bound updated to -1551
5.50/5.56	c BCD2: 2079 <= obj <= 5086
5.50/5.56	c BCD2: #cores=51, #unrelaxed=1329, #relaxed=1770, #hardened=0
5.50/5.56	c BCD2: #sat=1 #unsat=359 bias=359/360
5.50/5.56	c Solving starts ...
5.50/5.56	c ============================[ Search Statistics ]============================
5.50/5.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.56	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.56	c =============================================================================
5.50/5.56	c  0.0s |       0 |        0 |        0 |     4408      0 |      312 |      333
5.50/5.58	c  0.0s |       0 |      744 |        2 |     4408      0 |      312 |      333
5.50/5.58	c #cpu_time = 0.012s
5.50/5.58	c #wall_clock_time = 0.012s
5.50/5.58	c #decision = 744
5.50/5.58	c #random_decision = 0
5.50/5.58	c #conflict = 2
5.50/5.58	c #restart = 0
5.50/5.58	c BCD2: relaxing 37 and merging with 7 cores into a new core of size 127: cost of the new core is >=43
5.50/5.58	c lower bound updated to -1550
5.50/5.58	c BCD2: 2080 <= obj <= 5086
5.50/5.58	c BCD2: #cores=45, #unrelaxed=1292, #relaxed=1807, #hardened=0
5.50/5.58	c BCD2: #sat=1 #unsat=360 bias=360/361
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 |     4408      0 |      319 |      333
5.50/5.59	c  0.0s |       0 |      718 |        0 |     4408      0 |      319 |      340
5.50/5.59	c #cpu_time = 0.010s
5.50/5.59	c #wall_clock_time = 0.010s
5.50/5.59	c #decision = 718
5.50/5.59	c #random_decision = 0
5.50/5.59	c #conflict = 0
5.50/5.59	c #restart = 0
5.50/5.59	c BCD2: found a new core of size 3: cost of the new core is >=2
5.50/5.59	c lower bound updated to -1548
5.50/5.60	c BCD2: 2082 <= obj <= 5086
5.50/5.60	c BCD2: #cores=46, #unrelaxed=1289, #relaxed=1810, #hardened=0
5.50/5.60	c BCD2: #sat=1 #unsat=361 bias=361/362
5.50/5.60	c Solving starts ...
5.50/5.60	c ============================[ Search Statistics ]============================
5.50/5.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.60	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.60	c =============================================================================
5.50/5.60	c  0.0s |       0 |        0 |        0 |     4408      0 |      319 |      340
5.60/5.61	c  0.0s |       0 |      719 |        0 |     4408      0 |      319 |      340
5.60/5.61	c #cpu_time = 0.010s
5.60/5.61	c #wall_clock_time = 0.010s
5.60/5.61	c #decision = 719
5.60/5.61	c #random_decision = 0
5.60/5.61	c #conflict = 0
5.60/5.61	c #restart = 0
5.60/5.61	c BCD2: found a new core of size 3: cost of the new core is >=2
5.60/5.61	c lower bound updated to -1546
5.60/5.61	c BCD2: 2084 <= obj <= 5086
5.60/5.61	c BCD2: #cores=47, #unrelaxed=1286, #relaxed=1813, #hardened=0
5.60/5.61	c BCD2: #sat=1 #unsat=362 bias=362/363
5.60/5.61	c Solving starts ...
5.60/5.61	c ============================[ Search Statistics ]============================
5.60/5.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.61	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.61	c =============================================================================
5.60/5.61	c  0.0s |       0 |        0 |        0 |     4408      0 |      319 |      340
5.60/5.62	c  0.0s |       0 |      722 |        0 |     4408      0 |      319 |      340
5.60/5.62	c #cpu_time = 0.010s
5.60/5.62	c #wall_clock_time = 0.010s
5.60/5.62	c #decision = 722
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 >=2
5.60/5.62	c lower bound updated to -1544
5.60/5.62	c BCD2: 2086 <= obj <= 5086
5.60/5.62	c BCD2: #cores=48, #unrelaxed=1283, #relaxed=1816, #hardened=0
5.60/5.62	c BCD2: #sat=1 #unsat=363 bias=363/364
5.60/5.62	c Solving starts ...
5.60/5.62	c ============================[ Search Statistics ]============================
5.60/5.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.62	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.62	c =============================================================================
5.60/5.62	c  0.0s |       0 |        0 |        0 |     4408      0 |      319 |      340
5.60/5.63	c  0.0s |       0 |      721 |        0 |     4408      0 |      319 |      340
5.60/5.63	c #cpu_time = 0.010s
5.60/5.63	c #wall_clock_time = 0.010s
5.60/5.63	c #decision = 721
5.60/5.63	c #random_decision = 0
5.60/5.63	c #conflict = 0
5.60/5.63	c #restart = 0
5.60/5.63	c BCD2: found a new core of size 3: cost of the new core is >=2
5.60/5.63	c lower bound updated to -1542
5.60/5.64	c BCD2: 2088 <= obj <= 5086
5.60/5.64	c BCD2: #cores=49, #unrelaxed=1280, #relaxed=1819, #hardened=0
5.60/5.64	c BCD2: #sat=1 #unsat=364 bias=364/365
5.60/5.64	c Solving starts ...
5.60/5.64	c ============================[ Search Statistics ]============================
5.60/5.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.64	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.64	c =============================================================================
5.60/5.64	c  0.0s |       0 |        0 |        0 |     4408      0 |      319 |      340
5.60/5.65	c  0.0s |       0 |      722 |        0 |     4408      0 |      319 |      340
5.60/5.65	c #cpu_time = 0.010s
5.60/5.65	c #wall_clock_time = 0.010s
5.60/5.65	c #decision = 722
5.60/5.65	c #random_decision = 0
5.60/5.65	c #conflict = 0
5.60/5.65	c #restart = 0
5.60/5.65	c BCD2: found a new core of size 4: cost of the new core is >=2
5.60/5.65	c lower bound updated to -1540
5.60/5.65	c BCD2: 2090 <= obj <= 5086
5.60/5.65	c BCD2: #cores=50, #unrelaxed=1276, #relaxed=1823, #hardened=0
5.60/5.65	c BCD2: #sat=1 #unsat=365 bias=365/366
5.60/5.65	c Solving starts ...
5.60/5.65	c ============================[ Search Statistics ]============================
5.60/5.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.65	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.65	c =============================================================================
5.60/5.65	c  0.0s |       0 |        0 |        0 |     4408      0 |      319 |      340
5.60/5.66	c  0.0s |       0 |      724 |        0 |     4408      0 |      319 |      340
5.60/5.66	c #cpu_time = 0.010s
5.60/5.66	c #wall_clock_time = 0.010s
5.60/5.66	c #decision = 724
5.60/5.66	c #random_decision = 0
5.60/5.66	c #conflict = 0
5.60/5.66	c #restart = 0
5.60/5.66	c BCD2: found a new core of size 3: cost of the new core is >=2
5.60/5.66	c lower bound updated to -1538
5.60/5.66	c BCD2: 2092 <= obj <= 5086
5.60/5.66	c BCD2: #cores=51, #unrelaxed=1273, #relaxed=1826, #hardened=0
5.60/5.66	c BCD2: #sat=1 #unsat=366 bias=366/367
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 |     4408      0 |      319 |      340
5.60/5.68	c  0.0s |       0 |      724 |        0 |     4408      0 |      319 |      340
5.60/5.68	c #cpu_time = 0.010s
5.60/5.68	c #wall_clock_time = 0.010s
5.60/5.68	c #decision = 724
5.60/5.68	c #random_decision = 0
5.60/5.68	c #conflict = 0
5.60/5.68	c #restart = 0
5.60/5.68	c BCD2: found a new core of size 3: cost of the new core is >=2
5.60/5.68	c lower bound updated to -1536
5.60/5.68	c BCD2: 2094 <= obj <= 5086
5.60/5.68	c BCD2: #cores=52, #unrelaxed=1270, #relaxed=1829, #hardened=0
5.60/5.68	c BCD2: #sat=1 #unsat=367 bias=367/368
5.60/5.68	c Solving starts ...
5.60/5.68	c ============================[ Search Statistics ]============================
5.60/5.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.68	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.68	c =============================================================================
5.60/5.68	c  0.0s |       0 |        0 |        0 |     4408      0 |      319 |      340
5.60/5.69	c  0.0s |       0 |      723 |        0 |     4408      0 |      319 |      340
5.60/5.69	c #cpu_time = 0.010s
5.60/5.69	c #wall_clock_time = 0.010s
5.60/5.69	c #decision = 723
5.60/5.69	c #random_decision = 0
5.60/5.69	c #conflict = 0
5.60/5.69	c #restart = 0
5.60/5.69	c BCD2: found a new core of size 3: cost of the new core is >=2
5.60/5.69	c lower bound updated to -1534
5.60/5.69	c BCD2: 2096 <= obj <= 5086
5.60/5.69	c BCD2: #cores=53, #unrelaxed=1267, #relaxed=1832, #hardened=0
5.60/5.69	c BCD2: #sat=1 #unsat=368 bias=368/369
5.60/5.69	c Solving starts ...
5.60/5.69	c ============================[ Search Statistics ]============================
5.60/5.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.69	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.69	c =============================================================================
5.60/5.69	c  0.0s |       0 |        0 |        0 |     4408      0 |      319 |      340
5.69/5.71	c  0.0s |       0 |      722 |        0 |     4408      0 |      319 |      340
5.69/5.71	c #cpu_time = 0.010s
5.69/5.71	c #wall_clock_time = 0.010s
5.69/5.71	c #decision = 722
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: relaxing 5 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
5.69/5.71	c BCD2: refineLB: 3 -> 4
5.69/5.71	c lower bound updated to -1532
5.69/5.71	c BCD2: 2098 <= obj <= 5086
5.69/5.71	c BCD2: #cores=53, #unrelaxed=1262, #relaxed=1837, #hardened=0
5.69/5.71	c BCD2: #sat=1 #unsat=369 bias=369/370
5.69/5.71	c Solving starts ...
5.69/5.71	c ============================[ Search Statistics ]============================
5.69/5.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.71	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.71	c =============================================================================
5.69/5.71	c  0.0s |       0 |        0 |        0 |     4408      0 |      320 |      340
5.69/5.72	c  0.0s |       0 |      749 |        1 |     4408      0 |      320 |      341
5.69/5.72	c #cpu_time = 0.012s
5.69/5.72	c #wall_clock_time = 0.012s
5.69/5.72	c #decision = 749
5.69/5.72	c #random_decision = 0
5.69/5.72	c #conflict = 1
5.69/5.72	c #restart = 0
5.69/5.72	c BCD2: relaxing 9 and merging with 2 cores into a new core of size 19: cost of the new core is >=8
5.69/5.72	c lower bound updated to -1531
5.69/5.72	c BCD2: 2099 <= obj <= 5086
5.69/5.72	c BCD2: #cores=52, #unrelaxed=1253, #relaxed=1846, #hardened=0
5.69/5.72	c BCD2: #sat=1 #unsat=370 bias=370/371
5.69/5.72	c Solving starts ...
5.69/5.72	c ============================[ Search Statistics ]============================
5.69/5.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.72	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.72	c =============================================================================
5.69/5.72	c  0.0s |       0 |        0 |        0 |     4408      0 |      322 |      341
5.69/5.74	c  0.0s |       0 |      722 |        0 |     4408      0 |      322 |      343
5.69/5.74	c #cpu_time = 0.010s
5.69/5.74	c #wall_clock_time = 0.010s
5.69/5.74	c #decision = 722
5.69/5.74	c #random_decision = 0
5.69/5.74	c #conflict = 0
5.69/5.74	c #restart = 0
5.69/5.74	c BCD2: found a new core of size 5: cost of the new core is >=2
5.69/5.74	c lower bound updated to -1529
5.69/5.74	c BCD2: 2101 <= obj <= 5086
5.69/5.74	c BCD2: #cores=53, #unrelaxed=1248, #relaxed=1851, #hardened=0
5.69/5.74	c BCD2: #sat=1 #unsat=371 bias=371/372
5.69/5.74	c Solving starts ...
5.69/5.74	c ============================[ Search Statistics ]============================
5.69/5.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.74	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.74	c =============================================================================
5.69/5.74	c  0.0s |       0 |        0 |        0 |     4408      0 |      322 |      343
5.69/5.75	c  0.0s |       0 |      721 |        0 |     4408      0 |      322 |      343
5.69/5.75	c #cpu_time = 0.010s
5.69/5.75	c #wall_clock_time = 0.010s
5.69/5.75	c #decision = 721
5.69/5.75	c #random_decision = 0
5.69/5.75	c #conflict = 0
5.69/5.75	c #restart = 0
5.69/5.75	c BCD2: found a new core of size 3: cost of the new core is >=2
5.69/5.75	c lower bound updated to -1527
5.69/5.75	c BCD2: 2103 <= obj <= 5086
5.69/5.75	c BCD2: #cores=54, #unrelaxed=1245, #relaxed=1854, #hardened=0
5.69/5.75	c BCD2: #sat=1 #unsat=372 bias=372/373
5.69/5.75	c Solving starts ...
5.69/5.75	c ============================[ Search Statistics ]============================
5.69/5.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.75	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.75	c =============================================================================
5.69/5.75	c  0.0s |       0 |        0 |        0 |     4408      0 |      322 |      343
5.69/5.76	c  0.0s |       0 |      721 |        0 |     4408      0 |      322 |      343
5.69/5.76	c #cpu_time = 0.010s
5.69/5.76	c #wall_clock_time = 0.010s
5.69/5.76	c #decision = 721
5.69/5.76	c #random_decision = 0
5.69/5.76	c #conflict = 0
5.69/5.76	c #restart = 0
5.69/5.76	c BCD2: found a new core of size 3: cost of the new core is >=2
5.69/5.76	c lower bound updated to -1525
5.69/5.76	c BCD2: 2105 <= obj <= 5086
5.69/5.76	c BCD2: #cores=55, #unrelaxed=1242, #relaxed=1857, #hardened=0
5.69/5.76	c BCD2: #sat=1 #unsat=373 bias=373/374
5.69/5.76	c Solving starts ...
5.69/5.76	c ============================[ Search Statistics ]============================
5.69/5.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.76	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.76	c =============================================================================
5.69/5.76	c  0.0s |       0 |        0 |        0 |     4408      0 |      322 |      343
5.69/5.78	c  0.0s |       0 |      720 |        0 |     4408      0 |      322 |      343
5.69/5.78	c #cpu_time = 0.010s
5.69/5.78	c #wall_clock_time = 0.010s
5.69/5.78	c #decision = 720
5.69/5.78	c #random_decision = 0
5.69/5.78	c #conflict = 0
5.69/5.78	c #restart = 0
5.69/5.78	c BCD2: found a new core of size 5: cost of the new core is >=2
5.69/5.78	c lower bound updated to -1523
5.69/5.78	c BCD2: 2107 <= obj <= 5086
5.69/5.78	c BCD2: #cores=56, #unrelaxed=1237, #relaxed=1862, #hardened=0
5.69/5.78	c BCD2: #sat=1 #unsat=374 bias=374/375
5.69/5.78	c Solving starts ...
5.69/5.78	c ============================[ Search Statistics ]============================
5.69/5.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.78	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.78	c =============================================================================
5.69/5.78	c  0.0s |       0 |        0 |        0 |     4408      0 |      322 |      343
5.69/5.79	c  0.0s |       0 |      719 |        0 |     4408      0 |      322 |      343
5.69/5.79	c #cpu_time = 0.011s
5.69/5.79	c #wall_clock_time = 0.011s
5.69/5.79	c #decision = 719
5.69/5.79	c #random_decision = 0
5.69/5.79	c #conflict = 0
5.69/5.79	c #restart = 0
5.69/5.79	c BCD2: found a new core of size 3: cost of the new core is >=2
5.69/5.79	c lower bound updated to -1521
5.69/5.79	c BCD2: 2109 <= obj <= 5086
5.69/5.79	c BCD2: #cores=57, #unrelaxed=1234, #relaxed=1865, #hardened=0
5.69/5.79	c BCD2: #sat=1 #unsat=375 bias=375/376
5.69/5.79	c Solving starts ...
5.69/5.79	c ============================[ Search Statistics ]============================
5.69/5.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.79	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.79	c =============================================================================
5.69/5.79	c  0.0s |       0 |        0 |        0 |     4408      0 |      322 |      343
5.79/5.81	c  0.0s |       0 |      724 |        0 |     4408      0 |      322 |      343
5.79/5.81	c #cpu_time = 0.011s
5.79/5.81	c #wall_clock_time = 0.011s
5.79/5.81	c #decision = 724
5.79/5.81	c #random_decision = 0
5.79/5.81	c #conflict = 0
5.79/5.81	c #restart = 0
5.79/5.81	c BCD2: found a new core of size 3: cost of the new core is >=2
5.79/5.81	c lower bound updated to -1519
5.79/5.81	c BCD2: 2111 <= obj <= 5086
5.79/5.81	c BCD2: #cores=58, #unrelaxed=1231, #relaxed=1868, #hardened=0
5.79/5.81	c BCD2: #sat=1 #unsat=376 bias=376/377
5.79/5.81	c Solving starts ...
5.79/5.81	c ============================[ Search Statistics ]============================
5.79/5.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.81	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.81	c =============================================================================
5.79/5.81	c  0.0s |       0 |        0 |        0 |     4408      0 |      322 |      343
5.79/5.82	c  0.0s |       0 |      723 |        0 |     4408      0 |      322 |      343
5.79/5.82	c #cpu_time = 0.012s
5.79/5.82	c #wall_clock_time = 0.012s
5.79/5.82	c #decision = 723
5.79/5.82	c #random_decision = 0
5.79/5.82	c #conflict = 0
5.79/5.82	c #restart = 0
5.79/5.82	c BCD2: found a new core of size 5: cost of the new core is >=2
5.79/5.82	c lower bound updated to -1517
5.79/5.82	c BCD2: 2113 <= obj <= 5086
5.79/5.82	c BCD2: #cores=59, #unrelaxed=1226, #relaxed=1873, #hardened=0
5.79/5.82	c BCD2: #sat=1 #unsat=377 bias=377/378
5.79/5.82	c Solving starts ...
5.79/5.82	c ============================[ Search Statistics ]============================
5.79/5.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.82	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.82	c =============================================================================
5.79/5.82	c  0.0s |       0 |        0 |        0 |     4408      0 |      322 |      343
5.79/5.84	c  0.0s |       0 |      720 |        0 |     4408      0 |      322 |      343
5.79/5.84	c #cpu_time = 0.011s
5.79/5.84	c #wall_clock_time = 0.011s
5.79/5.84	c #decision = 720
5.79/5.84	c #random_decision = 0
5.79/5.84	c #conflict = 0
5.79/5.84	c #restart = 0
5.79/5.84	c BCD2: found a new core of size 3: cost of the new core is >=2
5.79/5.84	c lower bound updated to -1515
5.79/5.84	c BCD2: 2115 <= obj <= 5086
5.79/5.84	c BCD2: #cores=60, #unrelaxed=1223, #relaxed=1876, #hardened=0
5.79/5.84	c BCD2: #sat=1 #unsat=378 bias=378/379
5.79/5.84	c Solving starts ...
5.79/5.84	c ============================[ Search Statistics ]============================
5.79/5.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.84	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.84	c =============================================================================
5.79/5.84	c  0.0s |       0 |        0 |        0 |     4408      0 |      322 |      343
5.79/5.85	c  0.0s |       0 |      719 |        0 |     4408      0 |      322 |      343
5.79/5.85	c #cpu_time = 0.011s
5.79/5.85	c #wall_clock_time = 0.012s
5.79/5.85	c #decision = 719
5.79/5.85	c #random_decision = 0
5.79/5.85	c #conflict = 0
5.79/5.85	c #restart = 0
5.79/5.85	c BCD2: found a new core of size 3: cost of the new core is >=2
5.79/5.85	c lower bound updated to -1513
5.79/5.86	c BCD2: 2117 <= obj <= 5086
5.79/5.86	c BCD2: #cores=61, #unrelaxed=1220, #relaxed=1879, #hardened=0
5.79/5.86	c BCD2: #sat=1 #unsat=379 bias=379/380
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 |     4408      0 |      322 |      343
5.79/5.87	c  0.0s |       0 |      721 |        0 |     4408      0 |      322 |      343
5.79/5.87	c #cpu_time = 0.010s
5.79/5.87	c #wall_clock_time = 0.010s
5.79/5.87	c #decision = 721
5.79/5.87	c #random_decision = 0
5.79/5.87	c #conflict = 0
5.79/5.87	c #restart = 0
5.79/5.87	c BCD2: found a new core of size 3: cost of the new core is >=2
5.79/5.87	c lower bound updated to -1511
5.79/5.87	c BCD2: 2119 <= obj <= 5086
5.79/5.87	c BCD2: #cores=62, #unrelaxed=1217, #relaxed=1882, #hardened=0
5.79/5.87	c BCD2: #sat=1 #unsat=380 bias=380/381
5.79/5.87	c Solving starts ...
5.79/5.87	c ============================[ Search Statistics ]============================
5.79/5.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.87	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.87	c =============================================================================
5.79/5.87	c  0.0s |       0 |        0 |        0 |     4408      0 |      322 |      343
5.79/5.88	c  0.0s |       0 |      721 |        0 |     4408      0 |      322 |      343
5.79/5.88	c #cpu_time = 0.011s
5.79/5.88	c #wall_clock_time = 0.011s
5.79/5.88	c #decision = 721
5.79/5.88	c #random_decision = 0
5.79/5.88	c #conflict = 0
5.79/5.88	c #restart = 0
5.79/5.88	c BCD2: found a new core of size 3: cost of the new core is >=2
5.79/5.88	c lower bound updated to -1509
5.79/5.88	c BCD2: 2121 <= obj <= 5086
5.79/5.88	c BCD2: #cores=63, #unrelaxed=1214, #relaxed=1885, #hardened=0
5.79/5.88	c BCD2: #sat=1 #unsat=381 bias=381/382
5.79/5.88	c Solving starts ...
5.79/5.88	c ============================[ Search Statistics ]============================
5.79/5.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.88	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.88	c =============================================================================
5.79/5.88	c  0.0s |       0 |        0 |        0 |     4408      0 |      322 |      343
5.89/5.90	c  0.0s |       0 |      721 |        0 |     4408      0 |      322 |      343
5.89/5.90	c #cpu_time = 0.010s
5.89/5.90	c #wall_clock_time = 0.010s
5.89/5.90	c #decision = 721
5.89/5.90	c #random_decision = 0
5.89/5.90	c #conflict = 0
5.89/5.90	c #restart = 0
5.89/5.90	c BCD2: found a new core of size 3: cost of the new core is >=2
5.89/5.90	c lower bound updated to -1507
5.89/5.90	c BCD2: 2123 <= obj <= 5086
5.89/5.90	c BCD2: #cores=64, #unrelaxed=1211, #relaxed=1888, #hardened=0
5.89/5.90	c BCD2: #sat=1 #unsat=382 bias=382/383
5.89/5.90	c Solving starts ...
5.89/5.90	c ============================[ Search Statistics ]============================
5.89/5.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.90	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.90	c =============================================================================
5.89/5.90	c  0.0s |       0 |        0 |        0 |     4408      0 |      322 |      343
5.89/5.91	c  0.0s |       0 |      722 |        0 |     4408      0 |      322 |      343
5.89/5.91	c #cpu_time = 0.011s
5.89/5.91	c #wall_clock_time = 0.011s
5.89/5.91	c #decision = 722
5.89/5.91	c #random_decision = 0
5.89/5.91	c #conflict = 0
5.89/5.91	c #restart = 0
5.89/5.91	c BCD2: found a new core of size 3: cost of the new core is >=2
5.89/5.91	c lower bound updated to -1505
5.89/5.91	c BCD2: 2125 <= obj <= 5086
5.89/5.91	c BCD2: #cores=65, #unrelaxed=1208, #relaxed=1891, #hardened=0
5.89/5.92	c BCD2: #sat=1 #unsat=383 bias=383/384
5.89/5.92	c Solving starts ...
5.89/5.92	c ============================[ Search Statistics ]============================
5.89/5.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.92	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.92	c =============================================================================
5.89/5.92	c  0.0s |       0 |        0 |        0 |     4408      0 |      322 |      343
5.89/5.93	c  0.0s |       0 |      721 |        0 |     4408      0 |      322 |      343
5.89/5.93	c #cpu_time = 0.010s
5.89/5.93	c #wall_clock_time = 0.010s
5.89/5.93	c #decision = 721
5.89/5.93	c #random_decision = 0
5.89/5.93	c #conflict = 0
5.89/5.93	c #restart = 0
5.89/5.93	c BCD2: found a new core of size 3: cost of the new core is >=2
5.89/5.93	c lower bound updated to -1503
5.89/5.93	c BCD2: 2127 <= obj <= 5086
5.89/5.93	c BCD2: #cores=66, #unrelaxed=1205, #relaxed=1894, #hardened=0
5.89/5.93	c BCD2: #sat=1 #unsat=384 bias=384/385
5.89/5.93	c Solving starts ...
5.89/5.93	c ============================[ Search Statistics ]============================
5.89/5.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.93	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.93	c =============================================================================
5.89/5.93	c  0.0s |       0 |        0 |        0 |     4408      0 |      322 |      343
5.89/5.94	c  0.0s |       0 |      720 |        0 |     4408      0 |      322 |      343
5.89/5.94	c #cpu_time = 0.011s
5.89/5.94	c #wall_clock_time = 0.011s
5.89/5.94	c #decision = 720
5.89/5.94	c #random_decision = 0
5.89/5.94	c #conflict = 0
5.89/5.94	c #restart = 0
5.89/5.94	c BCD2: found a new core of size 3: cost of the new core is >=2
5.89/5.94	c lower bound updated to -1501
5.89/5.94	c BCD2: 2129 <= obj <= 5086
5.89/5.94	c BCD2: #cores=67, #unrelaxed=1202, #relaxed=1897, #hardened=0
5.89/5.94	c BCD2: #sat=1 #unsat=385 bias=385/386
5.89/5.94	c Solving starts ...
5.89/5.94	c ============================[ Search Statistics ]============================
5.89/5.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.94	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.94	c =============================================================================
5.89/5.94	c  0.0s |       0 |        0 |        0 |     4408      0 |      322 |      343
5.89/5.96	c  0.0s |       0 |      719 |        0 |     4408      0 |      322 |      343
5.89/5.96	c #cpu_time = 0.012s
5.89/5.96	c #wall_clock_time = 0.012s
5.89/5.96	c #decision = 719
5.89/5.96	c #random_decision = 0
5.89/5.96	c #conflict = 0
5.89/5.96	c #restart = 0
5.89/5.96	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
5.89/5.96	c BCD2: refineLB: 3 -> 4
5.89/5.96	c lower bound updated to -1499
5.89/5.96	c BCD2: 2131 <= obj <= 5086
5.89/5.96	c BCD2: #cores=67, #unrelaxed=1198, #relaxed=1901, #hardened=0
5.89/5.96	c BCD2: #sat=1 #unsat=386 bias=386/387
5.89/5.96	c Solving starts ...
5.89/5.96	c ============================[ Search Statistics ]============================
5.89/5.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.96	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.96	c =============================================================================
5.89/5.96	c  0.0s |       0 |        0 |        0 |     4408      0 |      323 |      343
5.89/5.98	c  0.0s |       0 |      720 |        0 |     4408      0 |      323 |      344
5.89/5.98	c #cpu_time = 0.012s
5.89/5.98	c #wall_clock_time = 0.012s
5.89/5.98	c #decision = 720
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 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
5.89/5.98	c BCD2: refineLB: 3 -> 4
5.89/5.98	c lower bound updated to -1497
5.89/5.98	c BCD2: 2133 <= obj <= 5086
5.89/5.98	c BCD2: #cores=67, #unrelaxed=1194, #relaxed=1905, #hardened=0
5.89/5.98	c BCD2: #sat=1 #unsat=387 bias=387/388
5.89/5.98	c Solving starts ...
5.89/5.98	c ============================[ Search Statistics ]============================
5.89/5.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.98	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.98	c =============================================================================
5.89/5.98	c  0.0s |       0 |        0 |        0 |     4408      0 |      324 |      344
5.89/5.99	c  0.0s |       0 |      718 |        0 |     4408      0 |      324 |      345
5.89/5.99	c #cpu_time = 0.012s
5.89/5.99	c #wall_clock_time = 0.012s
5.89/5.99	c #decision = 718
5.89/5.99	c #random_decision = 0
5.89/5.99	c #conflict = 0
5.89/5.99	c #restart = 0
5.89/5.99	c BCD2: found a new core of size 3: cost of the new core is >=2
5.89/5.99	c lower bound updated to -1495
5.89/5.99	c BCD2: 2135 <= obj <= 5086
5.89/5.99	c BCD2: #cores=68, #unrelaxed=1191, #relaxed=1908, #hardened=0
5.89/5.99	c BCD2: #sat=1 #unsat=388 bias=388/389
5.89/5.99	c Solving starts ...
5.89/5.99	c ============================[ Search Statistics ]============================
5.89/5.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.99	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.99	c =============================================================================
5.89/5.99	c  0.0s |       0 |        0 |        0 |     4408      0 |      324 |      345
5.99/6.01	c  0.0s |       0 |      717 |        0 |     4408      0 |      324 |      345
5.99/6.01	c #cpu_time = 0.012s
5.99/6.01	c #wall_clock_time = 0.012s
5.99/6.01	c #decision = 717
5.99/6.01	c #random_decision = 0
5.99/6.01	c #conflict = 0
5.99/6.01	c #restart = 0
5.99/6.01	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
5.99/6.01	c BCD2: refineLB: 3 -> 4
5.99/6.01	c lower bound updated to -1493
5.99/6.01	c BCD2: 2137 <= obj <= 5086
5.99/6.01	c BCD2: #cores=68, #unrelaxed=1187, #relaxed=1912, #hardened=0
5.99/6.01	c BCD2: #sat=1 #unsat=389 bias=389/390
5.99/6.01	c Solving starts ...
5.99/6.01	c ============================[ Search Statistics ]============================
5.99/6.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.01	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.01	c =============================================================================
5.99/6.01	c  0.0s |       0 |        0 |        0 |     4408      0 |      325 |      345
5.99/6.03	c  0.0s |       0 |      725 |        1 |     4408      0 |      325 |      346
5.99/6.03	c #cpu_time = 0.013s
5.99/6.03	c #wall_clock_time = 0.013s
5.99/6.03	c #decision = 725
5.99/6.03	c #random_decision = 0
5.99/6.03	c #conflict = 1
5.99/6.03	c #restart = 0
5.99/6.03	c BCD2: relaxing 9 and merging with 3 cores into a new core of size 22: cost of the new core is >=10
5.99/6.03	c BCD2: refineLB: 9 -> 10
5.99/6.03	c lower bound updated to -1491
5.99/6.03	c BCD2: 2139 <= obj <= 5086
5.99/6.03	c BCD2: #cores=66, #unrelaxed=1178, #relaxed=1921, #hardened=0
5.99/6.03	c BCD2: #sat=1 #unsat=390 bias=390/391
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 |     4408      0 |      328 |      346
5.99/6.05	c  0.0s |       0 |      720 |        1 |     4408      0 |      328 |      349
5.99/6.05	c #cpu_time = 0.014s
5.99/6.05	c #wall_clock_time = 0.014s
5.99/6.05	c #decision = 720
5.99/6.05	c #random_decision = 0
5.99/6.05	c #conflict = 1
5.99/6.05	c #restart = 0
5.99/6.05	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 15: cost of the new core is >=6
5.99/6.05	c BCD2: refineLB: 5 -> 6
5.99/6.05	c lower bound updated to -1489
5.99/6.05	c BCD2: 2141 <= obj <= 5086
5.99/6.05	c BCD2: #cores=65, #unrelaxed=1171, #relaxed=1928, #hardened=0
5.99/6.05	c BCD2: #sat=1 #unsat=391 bias=391/392
5.99/6.05	c Solving starts ...
5.99/6.05	c ============================[ Search Statistics ]============================
5.99/6.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.05	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.05	c =============================================================================
5.99/6.05	c  0.0s |       0 |        0 |        0 |     4408      0 |      330 |      349
5.99/6.06	c  0.0s |       0 |      702 |        0 |     4408      0 |      330 |      351
5.99/6.06	c #cpu_time = 0.011s
5.99/6.06	c #wall_clock_time = 0.011s
5.99/6.06	c #decision = 702
5.99/6.06	c #random_decision = 0
5.99/6.06	c #conflict = 0
5.99/6.06	c #restart = 0
5.99/6.06	c BCD2: found a new core of size 3: cost of the new core is >=2
5.99/6.06	c lower bound updated to -1487
5.99/6.06	c BCD2: 2143 <= obj <= 5086
5.99/6.06	c BCD2: #cores=66, #unrelaxed=1168, #relaxed=1931, #hardened=0
5.99/6.06	c BCD2: #sat=1 #unsat=392 bias=392/393
5.99/6.06	c Solving starts ...
5.99/6.06	c ============================[ Search Statistics ]============================
5.99/6.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.06	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.06	c =============================================================================
5.99/6.06	c  0.0s |       0 |        0 |        0 |     4408      0 |      330 |      351
5.99/6.08	c  0.0s |       0 |      702 |        0 |     4408      0 |      330 |      351
5.99/6.08	c #cpu_time = 0.012s
5.99/6.08	c #wall_clock_time = 0.012s
5.99/6.08	c #decision = 702
5.99/6.08	c #random_decision = 0
5.99/6.08	c #conflict = 0
5.99/6.08	c #restart = 0
5.99/6.08	c BCD2: found a new core of size 3: cost of the new core is >=2
5.99/6.08	c lower bound updated to -1485
5.99/6.08	c BCD2: 2145 <= obj <= 5086
5.99/6.08	c BCD2: #cores=67, #unrelaxed=1165, #relaxed=1934, #hardened=0
5.99/6.08	c BCD2: #sat=1 #unsat=393 bias=393/394
5.99/6.08	c Solving starts ...
5.99/6.08	c ============================[ Search Statistics ]============================
5.99/6.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.08	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.08	c =============================================================================
5.99/6.08	c  0.0s |       0 |        0 |        0 |     4408      0 |      330 |      351
5.99/6.09	c  0.0s |       0 |      701 |        0 |     4408      0 |      330 |      351
5.99/6.09	c #cpu_time = 0.012s
5.99/6.09	c #wall_clock_time = 0.012s
5.99/6.09	c #decision = 701
5.99/6.09	c #random_decision = 0
5.99/6.09	c #conflict = 0
5.99/6.09	c #restart = 0
5.99/6.09	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
5.99/6.09	c BCD2: refineLB: 3 -> 4
5.99/6.09	c lower bound updated to -1483
5.99/6.10	c BCD2: 2147 <= obj <= 5086
5.99/6.10	c BCD2: #cores=67, #unrelaxed=1161, #relaxed=1938, #hardened=0
5.99/6.10	c BCD2: #sat=1 #unsat=394 bias=394/395
6.09/6.10	c Solving starts ...
6.09/6.10	c ============================[ Search Statistics ]============================
6.09/6.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.10	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.10	c =============================================================================
6.09/6.10	c  0.0s |       0 |        0 |        0 |     4408      0 |      331 |      351
6.09/6.11	c  0.0s |       0 |      699 |        0 |     4408      0 |      331 |      352
6.09/6.11	c #cpu_time = 0.012s
6.09/6.11	c #wall_clock_time = 0.012s
6.09/6.11	c #decision = 699
6.09/6.11	c #random_decision = 0
6.09/6.11	c #conflict = 0
6.09/6.11	c #restart = 0
6.09/6.11	c BCD2: found a new core of size 5: cost of the new core is >=2
6.09/6.11	c lower bound updated to -1481
6.09/6.11	c BCD2: 2149 <= obj <= 5086
6.09/6.11	c BCD2: #cores=68, #unrelaxed=1156, #relaxed=1943, #hardened=0
6.09/6.11	c BCD2: #sat=1 #unsat=395 bias=395/396
6.09/6.11	c Solving starts ...
6.09/6.11	c ============================[ Search Statistics ]============================
6.09/6.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.11	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.11	c =============================================================================
6.09/6.11	c  0.0s |       0 |        0 |        0 |     4408      0 |      331 |      352
6.09/6.13	c  0.0s |       0 |      696 |        0 |     4408      0 |      331 |      352
6.09/6.13	c #cpu_time = 0.012s
6.09/6.13	c #wall_clock_time = 0.012s
6.09/6.13	c #decision = 696
6.09/6.13	c #random_decision = 0
6.09/6.13	c #conflict = 0
6.09/6.13	c #restart = 0
6.09/6.13	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 13: cost of the new core is >=6
6.09/6.13	c lower bound updated to -1479
6.09/6.13	c BCD2: 2151 <= obj <= 5086
6.09/6.13	c BCD2: #cores=68, #unrelaxed=1150, #relaxed=1949, #hardened=0
6.09/6.13	c BCD2: #sat=1 #unsat=396 bias=396/397
6.09/6.13	c Solving starts ...
6.09/6.13	c ============================[ Search Statistics ]============================
6.09/6.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.13	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.13	c =============================================================================
6.09/6.13	c  0.0s |       0 |        0 |        0 |     4408      0 |      332 |      352
6.09/6.14	c  0.0s |       0 |      701 |        1 |     4408      0 |      332 |      353
6.09/6.14	c #cpu_time = 0.012s
6.09/6.14	c #wall_clock_time = 0.012s
6.09/6.14	c #decision = 701
6.09/6.14	c #random_decision = 0
6.09/6.14	c #conflict = 1
6.09/6.14	c #restart = 0
6.09/6.14	c BCD2: relaxing 16 and merging with 3 cores into a new core of size 46: cost of the new core is >=16
6.09/6.14	c BCD2: refineLB: 15 -> 16
6.09/6.14	c lower bound updated to -1477
6.09/6.15	c BCD2: 2153 <= obj <= 5086
6.09/6.15	c BCD2: #cores=66, #unrelaxed=1134, #relaxed=1965, #hardened=0
6.09/6.15	c BCD2: #sat=1 #unsat=397 bias=397/398
6.09/6.15	c Solving starts ...
6.09/6.15	c ============================[ Search Statistics ]============================
6.09/6.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.15	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.15	c =============================================================================
6.09/6.15	c  0.0s |       0 |        0 |        0 |     4408      0 |      335 |      353
6.09/6.16	c  0.0s |       0 |      685 |        0 |     4408      0 |      335 |      356
6.09/6.16	c #cpu_time = 0.011s
6.09/6.16	c #wall_clock_time = 0.011s
6.09/6.16	c #decision = 685
6.09/6.16	c #random_decision = 0
6.09/6.16	c #conflict = 0
6.09/6.16	c #restart = 0
6.09/6.16	c BCD2: found a new core of size 3: cost of the new core is >=2
6.09/6.16	c lower bound updated to -1475
6.09/6.16	c BCD2: 2155 <= obj <= 5086
6.09/6.16	c BCD2: #cores=67, #unrelaxed=1131, #relaxed=1968, #hardened=0
6.09/6.16	c BCD2: #sat=1 #unsat=398 bias=398/399
6.09/6.16	c Solving starts ...
6.09/6.16	c ============================[ Search Statistics ]============================
6.09/6.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.16	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.16	c =============================================================================
6.09/6.16	c  0.0s |       0 |        0 |        0 |     4408      0 |      335 |      356
6.09/6.18	c  0.0s |       0 |      685 |        0 |     4408      0 |      335 |      356
6.09/6.18	c #cpu_time = 0.012s
6.09/6.18	c #wall_clock_time = 0.012s
6.09/6.18	c #decision = 685
6.09/6.18	c #random_decision = 0
6.09/6.18	c #conflict = 0
6.09/6.18	c #restart = 0
6.09/6.18	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 11: cost of the new core is >=4
6.09/6.18	c lower bound updated to -1473
6.09/6.18	c BCD2: 2157 <= obj <= 5086
6.09/6.18	c BCD2: #cores=67, #unrelaxed=1125, #relaxed=1974, #hardened=0
6.09/6.18	c BCD2: #sat=1 #unsat=399 bias=399/400
6.09/6.18	c Solving starts ...
6.09/6.18	c ============================[ Search Statistics ]============================
6.09/6.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.18	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.18	c =============================================================================
6.09/6.18	c  0.0s |       0 |        0 |        0 |     4408      0 |      336 |      356
6.09/6.19	c  0.0s |       0 |      682 |        1 |     4408      0 |      336 |      357
6.09/6.19	c #cpu_time = 0.013s
6.09/6.19	c #wall_clock_time = 0.013s
6.09/6.19	c #decision = 682
6.09/6.19	c #random_decision = 0
6.09/6.19	c #conflict = 1
6.09/6.19	c #restart = 0
6.09/6.20	c BCD2: relaxing 85 and merging with 10 cores into a new core of size 409: cost of the new core is >=116
6.09/6.20	c lower bound updated to -1472
6.19/6.20	c BCD2: 2158 <= obj <= 5086
6.19/6.20	c BCD2: #cores=58, #unrelaxed=1040, #relaxed=2059, #hardened=0
6.19/6.20	c BCD2: #sat=1 #unsat=400 bias=400/401
6.19/6.20	c Solving starts ...
6.19/6.20	c ============================[ Search Statistics ]============================
6.19/6.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.20	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.20	c =============================================================================
6.19/6.20	c  0.0s |       0 |        0 |        0 |     4408      0 |      348 |      357
6.19/6.21	c  0.0s |       0 |      606 |        0 |     4408      0 |      348 |      371
6.19/6.21	c #cpu_time = 0.010s
6.19/6.21	c #wall_clock_time = 0.010s
6.19/6.21	c #decision = 606
6.19/6.21	c #random_decision = 0
6.19/6.21	c #conflict = 0
6.19/6.21	c #restart = 0
6.19/6.21	c BCD2: found a new core of size 3: cost of the new core is >=2
6.19/6.21	c lower bound updated to -1470
6.19/6.21	c BCD2: 2160 <= obj <= 5086
6.19/6.21	c BCD2: #cores=59, #unrelaxed=1037, #relaxed=2062, #hardened=0
6.19/6.21	c BCD2: #sat=1 #unsat=401 bias=401/402
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 |     4408      0 |      348 |      371
6.19/6.22	c  0.0s |       0 |      607 |        0 |     4408      0 |      348 |      371
6.19/6.22	c #cpu_time = 0.009s
6.19/6.22	c #wall_clock_time = 0.009s
6.19/6.22	c #decision = 607
6.19/6.22	c #random_decision = 0
6.19/6.22	c #conflict = 0
6.19/6.22	c #restart = 0
6.19/6.22	c BCD2: found a new core of size 3: cost of the new core is >=2
6.19/6.22	c lower bound updated to -1468
6.19/6.23	c BCD2: 2162 <= obj <= 5086
6.19/6.23	c BCD2: #cores=60, #unrelaxed=1034, #relaxed=2065, #hardened=0
6.19/6.23	c BCD2: #sat=1 #unsat=402 bias=402/403
6.19/6.23	c Solving starts ...
6.19/6.23	c ============================[ Search Statistics ]============================
6.19/6.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.23	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.23	c =============================================================================
6.19/6.23	c  0.0s |       0 |        0 |        0 |     4408      0 |      348 |      371
6.19/6.24	c  0.0s |       0 |      615 |        0 |     4408      0 |      348 |      371
6.19/6.24	c #cpu_time = 0.010s
6.19/6.24	c #wall_clock_time = 0.010s
6.19/6.24	c #decision = 615
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 5: cost of the new core is >=2
6.19/6.24	c lower bound updated to -1466
6.19/6.24	c BCD2: 2164 <= obj <= 5086
6.19/6.24	c BCD2: #cores=61, #unrelaxed=1029, #relaxed=2070, #hardened=0
6.19/6.24	c BCD2: #sat=1 #unsat=403 bias=403/404
6.19/6.24	c Solving starts ...
6.19/6.24	c ============================[ Search Statistics ]============================
6.19/6.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.24	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.24	c =============================================================================
6.19/6.24	c  0.0s |       0 |        0 |        0 |     4408      0 |      348 |      371
6.19/6.25	c  0.0s |       0 |      616 |        0 |     4408      0 |      348 |      371
6.19/6.25	c #cpu_time = 0.010s
6.19/6.25	c #wall_clock_time = 0.010s
6.19/6.25	c #decision = 616
6.19/6.25	c #random_decision = 0
6.19/6.25	c #conflict = 0
6.19/6.25	c #restart = 0
6.19/6.25	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 11: cost of the new core is >=4
6.19/6.25	c lower bound updated to -1464
6.19/6.26	c BCD2: 2166 <= obj <= 5086
6.19/6.26	c BCD2: #cores=61, #unrelaxed=1023, #relaxed=2076, #hardened=0
6.19/6.26	c BCD2: #sat=1 #unsat=404 bias=404/405
6.19/6.26	c Solving starts ...
6.19/6.26	c ============================[ Search Statistics ]============================
6.19/6.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.26	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.26	c =============================================================================
6.19/6.26	c  0.0s |       0 |        0 |        0 |     4408      0 |      349 |      371
6.19/6.27	c  0.0s |       0 |      630 |        1 |     4408      0 |      349 |      372
6.19/6.27	c #cpu_time = 0.013s
6.19/6.27	c #wall_clock_time = 0.013s
6.19/6.27	c #decision = 630
6.19/6.27	c #random_decision = 0
6.19/6.27	c #conflict = 1
6.19/6.27	c #restart = 0
6.19/6.27	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 12: cost of the new core is >=6
6.19/6.27	c BCD2: refineLB: 5 -> 6
6.19/6.27	c lower bound updated to -1462
6.19/6.27	c BCD2: 2168 <= obj <= 5086
6.19/6.27	c BCD2: #cores=61, #unrelaxed=1018, #relaxed=2081, #hardened=0
6.19/6.27	c BCD2: #sat=1 #unsat=405 bias=405/406
6.19/6.27	c Solving starts ...
6.19/6.27	c ============================[ Search Statistics ]============================
6.19/6.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.27	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.27	c =============================================================================
6.19/6.27	c  0.0s |       0 |        0 |        0 |     4408      0 |      350 |      372
6.19/6.29	c  0.0s |       0 |      614 |        1 |     4408      0 |      350 |      373
6.19/6.29	c #cpu_time = 0.013s
6.19/6.29	c #wall_clock_time = 0.013s
6.19/6.29	c #decision = 614
6.19/6.29	c #random_decision = 0
6.19/6.29	c #conflict = 1
6.19/6.29	c #restart = 0
6.19/6.29	c BCD2: relaxing 8 and merging with 4 cores into a new core of size 26: cost of the new core is >=12
6.19/6.29	c BCD2: refineLB: 11 -> 12
6.19/6.29	c lower bound updated to -1460
6.19/6.29	c BCD2: 2170 <= obj <= 5086
6.19/6.29	c BCD2: #cores=58, #unrelaxed=1010, #relaxed=2089, #hardened=0
6.19/6.29	c BCD2: #sat=1 #unsat=406 bias=406/407
6.19/6.29	c Solving starts ...
6.19/6.29	c ============================[ Search Statistics ]============================
6.19/6.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.29	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.29	c =============================================================================
6.19/6.29	c  0.0s |       0 |        0 |        0 |     4408      0 |      354 |      373
6.29/6.31	c  0.0s |       0 |      600 |        1 |     4408      0 |      354 |      377
6.29/6.31	c #cpu_time = 0.011s
6.29/6.31	c #wall_clock_time = 0.011s
6.29/6.31	c #decision = 600
6.29/6.31	c #random_decision = 0
6.29/6.31	c #conflict = 1
6.29/6.31	c #restart = 0
6.29/6.31	c BCD2: relaxing 25 and merging with 1 cores into a new core of size 61: cost of the new core is >=12
6.29/6.31	c lower bound updated to -1458
6.29/6.31	c BCD2: 2172 <= obj <= 5086
6.29/6.31	c BCD2: #cores=58, #unrelaxed=985, #relaxed=2114, #hardened=0
6.29/6.31	c BCD2: #sat=1 #unsat=407 bias=407/408
6.29/6.31	c Solving starts ...
6.29/6.31	c ============================[ Search Statistics ]============================
6.29/6.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.31	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.31	c =============================================================================
6.29/6.31	c  0.0s |       0 |        0 |        0 |     4408      0 |      355 |      377
6.29/6.32	c  0.0s |       0 |      590 |        1 |     4408      0 |      355 |      378
6.29/6.32	c #cpu_time = 0.012s
6.29/6.32	c #wall_clock_time = 0.012s
6.29/6.32	c #decision = 590
6.29/6.32	c #random_decision = 0
6.29/6.32	c #conflict = 1
6.29/6.32	c #restart = 0
6.29/6.32	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 20: cost of the new core is >=10
6.29/6.32	c BCD2: refineLB: 9 -> 10
6.29/6.32	c lower bound updated to -1456
6.29/6.32	c BCD2: 2174 <= obj <= 5086
6.29/6.32	c BCD2: #cores=57, #unrelaxed=980, #relaxed=2119, #hardened=0
6.29/6.32	c BCD2: #sat=1 #unsat=408 bias=408/409
6.29/6.33	c Solving starts ...
6.29/6.33	c ============================[ Search Statistics ]============================
6.29/6.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.33	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.33	c =============================================================================
6.29/6.33	c  0.0s |       0 |        0 |        0 |     4408      0 |      357 |      378
6.29/6.34	c  0.0s |       0 |      582 |        0 |     4408      0 |      357 |      380
6.29/6.34	c #cpu_time = 0.010s
6.29/6.34	c #wall_clock_time = 0.010s
6.29/6.34	c #decision = 582
6.29/6.34	c #random_decision = 0
6.29/6.34	c #conflict = 0
6.29/6.34	c #restart = 0
6.29/6.34	c BCD2: found a new core of size 3: cost of the new core is >=2
6.29/6.34	c lower bound updated to -1454
6.29/6.34	c BCD2: 2176 <= obj <= 5086
6.29/6.34	c BCD2: #cores=58, #unrelaxed=977, #relaxed=2122, #hardened=0
6.29/6.34	c BCD2: #sat=1 #unsat=409 bias=409/410
6.29/6.34	c Solving starts ...
6.29/6.34	c ============================[ Search Statistics ]============================
6.29/6.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.34	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.34	c =============================================================================
6.29/6.34	c  0.0s |       0 |        0 |        0 |     4408      0 |      357 |      380
6.29/6.35	c  0.0s |       0 |      581 |        0 |     4408      0 |      357 |      380
6.29/6.35	c #cpu_time = 0.009s
6.29/6.35	c #wall_clock_time = 0.009s
6.29/6.35	c #decision = 581
6.29/6.35	c #random_decision = 0
6.29/6.35	c #conflict = 0
6.29/6.35	c #restart = 0
6.29/6.35	c BCD2: found a new core of size 3: cost of the new core is >=2
6.29/6.35	c lower bound updated to -1452
6.29/6.35	c BCD2: 2178 <= obj <= 5086
6.29/6.35	c BCD2: #cores=59, #unrelaxed=974, #relaxed=2125, #hardened=0
6.29/6.35	c BCD2: #sat=1 #unsat=410 bias=410/411
6.29/6.35	c Solving starts ...
6.29/6.35	c ============================[ Search Statistics ]============================
6.29/6.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.35	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.35	c =============================================================================
6.29/6.35	c  0.0s |       0 |        0 |        0 |     4408      0 |      357 |      380
6.29/6.37	c  0.0s |       0 |      582 |        1 |     4408      0 |      357 |      380
6.29/6.37	c #cpu_time = 0.011s
6.29/6.37	c #wall_clock_time = 0.011s
6.29/6.37	c #decision = 582
6.29/6.37	c #random_decision = 0
6.29/6.37	c #conflict = 1
6.29/6.37	c #restart = 0
6.29/6.37	c BCD2: relaxing 15 and merging with 3 cores into a new core of size 42: cost of the new core is >=12
6.29/6.37	c lower bound updated to -1451
6.29/6.37	c BCD2: 2179 <= obj <= 5086
6.29/6.37	c BCD2: #cores=57, #unrelaxed=959, #relaxed=2140, #hardened=0
6.29/6.37	c BCD2: #sat=1 #unsat=411 bias=411/412
6.29/6.37	c Solving starts ...
6.29/6.37	c ============================[ Search Statistics ]============================
6.29/6.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.37	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.37	c =============================================================================
6.29/6.37	c  0.0s |       0 |        0 |        0 |     4408      0 |      360 |      380
6.29/6.39	c  0.0s |       0 |      592 |        5 |     4408      0 |      360 |      383
6.29/6.39	c #cpu_time = 0.017s
6.29/6.39	c #wall_clock_time = 0.017s
6.29/6.39	c #decision = 592
6.29/6.39	c #random_decision = 0
6.29/6.39	c #conflict = 5
6.29/6.39	c #restart = 0
6.29/6.39	c BCD2: relaxing 26 and merging with 5 cores into a new core of size 76: cost of the new core is >=22
6.29/6.39	c BCD2: refineLB: 21 -> 22
6.29/6.39	c lower bound updated to -1449
6.29/6.39	c BCD2: 2181 <= obj <= 5086
6.29/6.39	c BCD2: #cores=53, #unrelaxed=933, #relaxed=2166, #hardened=0
6.29/6.39	c BCD2: #sat=1 #unsat=412 bias=412/413
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 |     4408      0 |      365 |      383
6.39/6.40	c  0.0s |       0 |      557 |        0 |     4408      0 |      365 |      388
6.39/6.40	c #cpu_time = 0.010s
6.39/6.40	c #wall_clock_time = 0.010s
6.39/6.40	c #decision = 557
6.39/6.40	c #random_decision = 0
6.39/6.40	c #conflict = 0
6.39/6.40	c #restart = 0
6.39/6.40	c BCD2: found a new core of size 3: cost of the new core is >=2
6.39/6.40	c lower bound updated to -1447
6.39/6.40	c BCD2: 2183 <= obj <= 5086
6.39/6.40	c BCD2: #cores=54, #unrelaxed=930, #relaxed=2169, #hardened=0
6.39/6.40	c BCD2: #sat=1 #unsat=413 bias=413/414
6.39/6.40	c Solving starts ...
6.39/6.40	c ============================[ Search Statistics ]============================
6.39/6.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.40	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.40	c =============================================================================
6.39/6.40	c  0.0s |       0 |        0 |        0 |     4408      0 |      365 |      388
6.39/6.41	c  0.0s |       0 |      557 |        0 |     4408      0 |      365 |      388
6.39/6.41	c #cpu_time = 0.009s
6.39/6.41	c #wall_clock_time = 0.009s
6.39/6.41	c #decision = 557
6.39/6.41	c #random_decision = 0
6.39/6.41	c #conflict = 0
6.39/6.41	c #restart = 0
6.39/6.41	c BCD2: found a new core of size 3: cost of the new core is >=2
6.39/6.41	c lower bound updated to -1445
6.39/6.42	c BCD2: 2185 <= obj <= 5086
6.39/6.42	c BCD2: #cores=55, #unrelaxed=927, #relaxed=2172, #hardened=0
6.39/6.42	c BCD2: #sat=1 #unsat=414 bias=414/415
6.39/6.42	c Solving starts ...
6.39/6.42	c ============================[ Search Statistics ]============================
6.39/6.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.42	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.42	c =============================================================================
6.39/6.42	c  0.0s |       0 |        0 |        0 |     4408      0 |      365 |      388
6.39/6.43	c  0.0s |       0 |      567 |        0 |     4408      0 |      365 |      388
6.39/6.43	c #cpu_time = 0.011s
6.39/6.43	c #wall_clock_time = 0.011s
6.39/6.43	c #decision = 567
6.39/6.43	c #random_decision = 0
6.39/6.43	c #conflict = 0
6.39/6.43	c #restart = 0
6.39/6.43	c BCD2: found a new core of size 3: cost of the new core is >=2
6.39/6.43	c lower bound updated to -1443
6.39/6.43	c BCD2: 2187 <= obj <= 5086
6.39/6.43	c BCD2: #cores=56, #unrelaxed=924, #relaxed=2175, #hardened=0
6.39/6.43	c BCD2: #sat=1 #unsat=415 bias=415/416
6.39/6.43	c Solving starts ...
6.39/6.43	c ============================[ Search Statistics ]============================
6.39/6.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.43	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.43	c =============================================================================
6.39/6.43	c  0.0s |       0 |        0 |        0 |     4408      0 |      365 |      388
6.39/6.45	c  0.0s |       0 |      569 |        1 |     4408      0 |      365 |      388
6.39/6.45	c #cpu_time = 0.012s
6.39/6.45	c #wall_clock_time = 0.012s
6.39/6.45	c #decision = 569
6.39/6.45	c #random_decision = 0
6.39/6.45	c #conflict = 1
6.39/6.45	c #restart = 0
6.39/6.45	c BCD2: relaxing 21 and merging with 2 cores into a new core of size 58: cost of the new core is >=18
6.39/6.45	c lower bound updated to -1441
6.39/6.45	c BCD2: 2189 <= obj <= 5086
6.39/6.45	c BCD2: #cores=55, #unrelaxed=903, #relaxed=2196, #hardened=0
6.39/6.45	c BCD2: #sat=1 #unsat=416 bias=416/417
6.39/6.45	c Solving starts ...
6.39/6.45	c ============================[ Search Statistics ]============================
6.39/6.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.45	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.45	c =============================================================================
6.39/6.45	c  0.0s |       0 |        0 |        0 |     4408      0 |      367 |      388
6.39/6.46	c  0.0s |       0 |      551 |        0 |     4408      0 |      367 |      390
6.39/6.46	c #cpu_time = 0.010s
6.39/6.46	c #wall_clock_time = 0.010s
6.39/6.46	c #decision = 551
6.39/6.46	c #random_decision = 0
6.39/6.46	c #conflict = 0
6.39/6.46	c #restart = 0
6.39/6.46	c BCD2: found a new core of size 3: cost of the new core is >=2
6.39/6.46	c lower bound updated to -1439
6.39/6.46	c BCD2: 2191 <= obj <= 5086
6.39/6.46	c BCD2: #cores=56, #unrelaxed=900, #relaxed=2199, #hardened=0
6.39/6.46	c BCD2: #sat=1 #unsat=417 bias=417/418
6.39/6.47	c Solving starts ...
6.39/6.47	c ============================[ Search Statistics ]============================
6.39/6.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.47	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.47	c =============================================================================
6.39/6.47	c  0.0s |       0 |        0 |        0 |     4408      0 |      367 |      390
6.39/6.48	c  0.0s |       0 |      552 |        0 |     4408      0 |      367 |      390
6.39/6.48	c #cpu_time = 0.009s
6.39/6.48	c #wall_clock_time = 0.009s
6.39/6.48	c #decision = 552
6.39/6.48	c #random_decision = 0
6.39/6.48	c #conflict = 0
6.39/6.48	c #restart = 0
6.39/6.48	c BCD2: found a new core of size 3: cost of the new core is >=2
6.39/6.48	c lower bound updated to -1437
6.39/6.48	c BCD2: 2193 <= obj <= 5086
6.39/6.48	c BCD2: #cores=57, #unrelaxed=897, #relaxed=2202, #hardened=0
6.39/6.48	c BCD2: #sat=1 #unsat=418 bias=418/419
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 |     4408      0 |      367 |      390
6.39/6.49	c  0.0s |       0 |      553 |        0 |     4408      0 |      367 |      390
6.39/6.49	c #cpu_time = 0.010s
6.39/6.49	c #wall_clock_time = 0.010s
6.39/6.49	c #decision = 553
6.39/6.49	c #random_decision = 0
6.39/6.49	c #conflict = 0
6.39/6.49	c #restart = 0
6.39/6.49	c BCD2: found a new core of size 3: cost of the new core is >=2
6.39/6.49	c lower bound updated to -1435
6.39/6.49	c BCD2: 2195 <= obj <= 5086
6.39/6.49	c BCD2: #cores=58, #unrelaxed=894, #relaxed=2205, #hardened=0
6.39/6.49	c BCD2: #sat=1 #unsat=419 bias=419/420
6.39/6.49	c Solving starts ...
6.39/6.49	c ============================[ Search Statistics ]============================
6.39/6.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.49	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.49	c =============================================================================
6.39/6.49	c  0.0s |       0 |        0 |        0 |     4408      0 |      367 |      390
6.49/6.51	c  0.0s |       0 |      568 |        1 |     4408      0 |      367 |      390
6.49/6.51	c #cpu_time = 0.012s
6.49/6.51	c #wall_clock_time = 0.012s
6.49/6.51	c #decision = 568
6.49/6.51	c #random_decision = 0
6.49/6.51	c #conflict = 1
6.49/6.51	c #restart = 0
6.49/6.51	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
6.49/6.51	c BCD2: refineLB: 3 -> 4
6.49/6.51	c lower bound updated to -1433
6.49/6.51	c BCD2: 2197 <= obj <= 5086
6.49/6.51	c BCD2: #cores=58, #unrelaxed=888, #relaxed=2211, #hardened=0
6.49/6.51	c BCD2: #sat=1 #unsat=420 bias=420/421
6.49/6.51	c Solving starts ...
6.49/6.51	c ============================[ Search Statistics ]============================
6.49/6.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.51	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.51	c =============================================================================
6.49/6.51	c  0.0s |       0 |        0 |        0 |     4408      0 |      368 |      390
6.49/6.52	c  0.0s |       0 |      549 |        0 |     4408      0 |      368 |      391
6.49/6.52	c #cpu_time = 0.009s
6.49/6.52	c #wall_clock_time = 0.009s
6.49/6.52	c #decision = 549
6.49/6.52	c #random_decision = 0
6.49/6.52	c #conflict = 0
6.49/6.52	c #restart = 0
6.49/6.52	c BCD2: found a new core of size 3: cost of the new core is >=2
6.49/6.52	c lower bound updated to -1431
6.49/6.52	c BCD2: 2199 <= obj <= 5086
6.49/6.52	c BCD2: #cores=59, #unrelaxed=885, #relaxed=2214, #hardened=0
6.49/6.52	c BCD2: #sat=1 #unsat=421 bias=421/422
6.49/6.52	c Solving starts ...
6.49/6.52	c ============================[ Search Statistics ]============================
6.49/6.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.52	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.52	c =============================================================================
6.49/6.52	c  0.0s |       0 |        0 |        0 |     4408      0 |      368 |      391
6.49/6.53	c  0.0s |       0 |      550 |        0 |     4408      0 |      368 |      391
6.49/6.53	c #cpu_time = 0.010s
6.49/6.53	c #wall_clock_time = 0.010s
6.49/6.53	c #decision = 550
6.49/6.53	c #random_decision = 0
6.49/6.53	c #conflict = 0
6.49/6.53	c #restart = 0
6.49/6.53	c BCD2: found a new core of size 3: cost of the new core is >=2
6.49/6.53	c lower bound updated to -1429
6.49/6.54	c BCD2: 2201 <= obj <= 5086
6.49/6.54	c BCD2: #cores=60, #unrelaxed=882, #relaxed=2217, #hardened=0
6.49/6.54	c BCD2: #sat=1 #unsat=422 bias=422/423
6.49/6.54	c Solving starts ...
6.49/6.54	c ============================[ Search Statistics ]============================
6.49/6.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.54	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.54	c =============================================================================
6.49/6.54	c  0.0s |       0 |        0 |        0 |     4408      0 |      368 |      391
6.49/6.55	c  0.0s |       0 |      549 |        0 |     4408      0 |      368 |      391
6.49/6.55	c #cpu_time = 0.010s
6.49/6.55	c #wall_clock_time = 0.010s
6.49/6.55	c #decision = 549
6.49/6.55	c #random_decision = 0
6.49/6.55	c #conflict = 0
6.49/6.55	c #restart = 0
6.49/6.55	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
6.49/6.55	c BCD2: refineLB: 3 -> 4
6.49/6.55	c lower bound updated to -1427
6.49/6.55	c BCD2: 2203 <= obj <= 5086
6.49/6.55	c BCD2: #cores=60, #unrelaxed=878, #relaxed=2221, #hardened=0
6.49/6.55	c BCD2: #sat=1 #unsat=423 bias=423/424
6.49/6.55	c Solving starts ...
6.49/6.55	c ============================[ Search Statistics ]============================
6.49/6.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.55	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.55	c =============================================================================
6.49/6.55	c  0.0s |       0 |        0 |        0 |     4408      0 |      369 |      391
6.49/6.56	c  0.0s |       0 |      548 |        0 |     4408      0 |      369 |      392
6.49/6.56	c #cpu_time = 0.010s
6.49/6.56	c #wall_clock_time = 0.010s
6.49/6.56	c #decision = 548
6.49/6.56	c #random_decision = 0
6.49/6.56	c #conflict = 0
6.49/6.56	c #restart = 0
6.49/6.56	c BCD2: found a new core of size 3: cost of the new core is >=2
6.49/6.56	c lower bound updated to -1425
6.49/6.56	c BCD2: 2205 <= obj <= 5086
6.49/6.56	c BCD2: #cores=61, #unrelaxed=875, #relaxed=2224, #hardened=0
6.49/6.56	c BCD2: #sat=1 #unsat=424 bias=424/425
6.49/6.56	c Solving starts ...
6.49/6.56	c ============================[ Search Statistics ]============================
6.49/6.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.56	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.56	c =============================================================================
6.49/6.56	c  0.0s |       0 |        0 |        0 |     4408      0 |      369 |      392
6.49/6.58	c  0.0s |       0 |      548 |        0 |     4408      0 |      369 |      392
6.49/6.58	c #cpu_time = 0.010s
6.49/6.58	c #wall_clock_time = 0.010s
6.49/6.58	c #decision = 548
6.49/6.58	c #random_decision = 0
6.49/6.58	c #conflict = 0
6.49/6.58	c #restart = 0
6.49/6.58	c BCD2: found a new core of size 3: cost of the new core is >=2
6.49/6.58	c lower bound updated to -1423
6.49/6.58	c BCD2: 2207 <= obj <= 5086
6.49/6.58	c BCD2: #cores=62, #unrelaxed=872, #relaxed=2227, #hardened=0
6.49/6.58	c BCD2: #sat=1 #unsat=425 bias=425/426
6.49/6.58	c Solving starts ...
6.49/6.58	c ============================[ Search Statistics ]============================
6.49/6.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.58	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.58	c =============================================================================
6.49/6.58	c  0.0s |       0 |        0 |        0 |     4408      0 |      369 |      392
6.49/6.59	c  0.0s |       0 |      548 |        0 |     4408      0 |      369 |      392
6.49/6.59	c #cpu_time = 0.010s
6.49/6.59	c #wall_clock_time = 0.010s
6.49/6.59	c #decision = 548
6.49/6.59	c #random_decision = 0
6.49/6.59	c #conflict = 0
6.49/6.59	c #restart = 0
6.49/6.59	c BCD2: found a new core of size 3: cost of the new core is >=2
6.49/6.59	c lower bound updated to -1421
6.49/6.59	c BCD2: 2209 <= obj <= 5086
6.49/6.59	c BCD2: #cores=63, #unrelaxed=869, #relaxed=2230, #hardened=0
6.49/6.59	c BCD2: #sat=1 #unsat=426 bias=426/427
6.49/6.59	c Solving starts ...
6.49/6.59	c ============================[ Search Statistics ]============================
6.49/6.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.59	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.59	c =============================================================================
6.49/6.59	c  0.0s |       0 |        0 |        0 |     4408      0 |      369 |      392
6.59/6.60	c  0.0s |       0 |      547 |        0 |     4408      0 |      369 |      392
6.59/6.60	c #cpu_time = 0.010s
6.59/6.60	c #wall_clock_time = 0.010s
6.59/6.60	c #decision = 547
6.59/6.60	c #random_decision = 0
6.59/6.60	c #conflict = 0
6.59/6.60	c #restart = 0
6.59/6.60	c BCD2: found a new core of size 3: cost of the new core is >=2
6.59/6.60	c lower bound updated to -1419
6.59/6.61	c BCD2: 2211 <= obj <= 5086
6.59/6.61	c BCD2: #cores=64, #unrelaxed=866, #relaxed=2233, #hardened=0
6.59/6.61	c BCD2: #sat=1 #unsat=427 bias=427/428
6.59/6.61	c Solving starts ...
6.59/6.61	c ============================[ Search Statistics ]============================
6.59/6.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.61	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.61	c =============================================================================
6.59/6.61	c  0.0s |       0 |        0 |        0 |     4408      0 |      369 |      392
6.59/6.62	c  0.0s |       0 |      546 |        0 |     4408      0 |      369 |      392
6.59/6.62	c #cpu_time = 0.009s
6.59/6.62	c #wall_clock_time = 0.009s
6.59/6.62	c #decision = 546
6.59/6.62	c #random_decision = 0
6.59/6.62	c #conflict = 0
6.59/6.62	c #restart = 0
6.59/6.62	c BCD2: found a new core of size 3: cost of the new core is >=2
6.59/6.62	c lower bound updated to -1417
6.59/6.62	c BCD2: 2213 <= obj <= 5086
6.59/6.62	c BCD2: #cores=65, #unrelaxed=863, #relaxed=2236, #hardened=0
6.59/6.62	c BCD2: #sat=1 #unsat=428 bias=428/429
6.59/6.62	c Solving starts ...
6.59/6.62	c ============================[ Search Statistics ]============================
6.59/6.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.62	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.62	c =============================================================================
6.59/6.62	c  0.0s |       0 |        0 |        0 |     4408      0 |      369 |      392
6.59/6.63	c  0.0s |       0 |      546 |        0 |     4408      0 |      369 |      392
6.59/6.63	c #cpu_time = 0.010s
6.59/6.63	c #wall_clock_time = 0.010s
6.59/6.63	c #decision = 546
6.59/6.63	c #random_decision = 0
6.59/6.63	c #conflict = 0
6.59/6.63	c #restart = 0
6.59/6.63	c BCD2: found a new core of size 3: cost of the new core is >=2
6.59/6.63	c lower bound updated to -1415
6.59/6.63	c BCD2: 2215 <= obj <= 5086
6.59/6.63	c BCD2: #cores=66, #unrelaxed=860, #relaxed=2239, #hardened=0
6.59/6.63	c BCD2: #sat=1 #unsat=429 bias=429/430
6.59/6.63	c Solving starts ...
6.59/6.63	c ============================[ Search Statistics ]============================
6.59/6.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.63	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.63	c =============================================================================
6.59/6.63	c  0.0s |       0 |        0 |        0 |     4408      0 |      369 |      392
6.59/6.65	c  0.0s |       0 |      545 |        0 |     4408      0 |      369 |      392
6.59/6.65	c #cpu_time = 0.010s
6.59/6.65	c #wall_clock_time = 0.010s
6.59/6.65	c #decision = 545
6.59/6.65	c #random_decision = 0
6.59/6.65	c #conflict = 0
6.59/6.65	c #restart = 0
6.59/6.65	c BCD2: found a new core of size 3: cost of the new core is >=2
6.59/6.65	c lower bound updated to -1413
6.59/6.65	c BCD2: 2217 <= obj <= 5086
6.59/6.65	c BCD2: #cores=67, #unrelaxed=857, #relaxed=2242, #hardened=0
6.59/6.65	c BCD2: #sat=1 #unsat=430 bias=430/431
6.59/6.65	c Solving starts ...
6.59/6.65	c ============================[ Search Statistics ]============================
6.59/6.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.65	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.65	c =============================================================================
6.59/6.65	c  0.0s |       0 |        0 |        0 |     4408      0 |      369 |      392
6.59/6.66	c  0.0s |       0 |      544 |        0 |     4408      0 |      369 |      392
6.59/6.66	c #cpu_time = 0.010s
6.59/6.66	c #wall_clock_time = 0.010s
6.59/6.66	c #decision = 544
6.59/6.66	c #random_decision = 0
6.59/6.66	c #conflict = 0
6.59/6.66	c #restart = 0
6.59/6.66	c BCD2: found a new core of size 3: cost of the new core is >=2
6.59/6.66	c lower bound updated to -1411
6.59/6.66	c BCD2: 2219 <= obj <= 5086
6.59/6.66	c BCD2: #cores=68, #unrelaxed=854, #relaxed=2245, #hardened=0
6.59/6.66	c BCD2: #sat=1 #unsat=431 bias=431/432
6.59/6.66	c Solving starts ...
6.59/6.66	c ============================[ Search Statistics ]============================
6.59/6.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.66	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.66	c =============================================================================
6.59/6.66	c  0.0s |       0 |        0 |        0 |     4408      0 |      369 |      392
6.59/6.67	c  0.0s |       0 |      547 |        1 |     4408      0 |      369 |      392
6.59/6.67	c #cpu_time = 0.011s
6.59/6.67	c #wall_clock_time = 0.011s
6.59/6.67	c #decision = 547
6.59/6.67	c #random_decision = 0
6.59/6.67	c #conflict = 1
6.59/6.67	c #restart = 0
6.59/6.67	c BCD2: relaxing 11 and merging with 2 cores into a new core of size 31: cost of the new core is >=10
6.59/6.67	c lower bound updated to -1409
6.59/6.68	c BCD2: 2221 <= obj <= 5086
6.59/6.68	c BCD2: #cores=67, #unrelaxed=843, #relaxed=2256, #hardened=0
6.59/6.68	c BCD2: #sat=1 #unsat=432 bias=432/433
6.59/6.68	c Solving starts ...
6.59/6.68	c ============================[ Search Statistics ]============================
6.59/6.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.68	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.68	c =============================================================================
6.59/6.68	c  0.0s |       0 |        0 |        0 |     4408      0 |      371 |      392
6.59/6.69	c  0.0s |       0 |      537 |        0 |     4408      0 |      371 |      394
6.59/6.69	c #cpu_time = 0.010s
6.59/6.69	c #wall_clock_time = 0.010s
6.59/6.69	c #decision = 537
6.59/6.69	c #random_decision = 0
6.59/6.69	c #conflict = 0
6.59/6.69	c #restart = 0
6.59/6.69	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
6.59/6.69	c BCD2: refineLB: 3 -> 4
6.59/6.69	c lower bound updated to -1407
6.59/6.69	c BCD2: 2223 <= obj <= 5086
6.59/6.69	c BCD2: #cores=67, #unrelaxed=839, #relaxed=2260, #hardened=0
6.59/6.69	c BCD2: #sat=1 #unsat=433 bias=433/434
6.59/6.69	c Solving starts ...
6.59/6.69	c ============================[ Search Statistics ]============================
6.59/6.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.69	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.69	c =============================================================================
6.59/6.69	c  0.0s |       0 |        0 |        0 |     4408      0 |      372 |      394
6.59/6.70	c  0.0s |       0 |      537 |        0 |     4408      0 |      372 |      395
6.59/6.70	c #cpu_time = 0.010s
6.59/6.70	c #wall_clock_time = 0.010s
6.59/6.70	c #decision = 537
6.59/6.70	c #random_decision = 0
6.59/6.70	c #conflict = 0
6.59/6.70	c #restart = 0
6.59/6.70	c BCD2: found a new core of size 4: cost of the new core is >=2
6.59/6.70	c lower bound updated to -1405
6.59/6.70	c BCD2: 2225 <= obj <= 5086
6.59/6.70	c BCD2: #cores=68, #unrelaxed=835, #relaxed=2264, #hardened=0
6.59/6.70	c BCD2: #sat=1 #unsat=434 bias=434/435
6.59/6.70	c Solving starts ...
6.59/6.70	c ============================[ Search Statistics ]============================
6.59/6.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.70	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.70	c =============================================================================
6.59/6.70	c  0.0s |       0 |        0 |        0 |     4408      0 |      372 |      395
6.69/6.72	c  0.0s |       0 |      547 |        2 |     4408      0 |      372 |      395
6.69/6.72	c #cpu_time = 0.014s
6.69/6.72	c #wall_clock_time = 0.014s
6.69/6.72	c #decision = 547
6.69/6.72	c #random_decision = 0
6.69/6.72	c #conflict = 2
6.69/6.72	c #restart = 0
6.69/6.72	c BCD2: relaxing 12 and merging with 3 cores into a new core of size 31: cost of the new core is >=12
6.69/6.72	c BCD2: refineLB: 11 -> 12
6.69/6.72	c lower bound updated to -1403
6.69/6.72	c BCD2: 2227 <= obj <= 5086
6.69/6.72	c BCD2: #cores=66, #unrelaxed=823, #relaxed=2276, #hardened=0
6.69/6.72	c BCD2: #sat=1 #unsat=435 bias=435/436
6.69/6.72	c Solving starts ...
6.69/6.72	c ============================[ Search Statistics ]============================
6.69/6.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.69/6.72	c       |         |          |          |    Limit     GC | Var      | Constra 
6.69/6.72	c =============================================================================
6.69/6.72	c  0.0s |       0 |        0 |        0 |     4408      0 |      375 |      395
6.69/6.73	c  0.0s |       0 |      527 |        0 |     4408      0 |      375 |      398
6.69/6.73	c #cpu_time = 0.010s
6.69/6.73	c #wall_clock_time = 0.010s
6.69/6.73	c #decision = 527
6.69/6.73	c #random_decision = 0
6.69/6.73	c #conflict = 0
6.69/6.73	c #restart = 0
6.69/6.73	c BCD2: found a new core of size 3: cost of the new core is >=2
6.69/6.73	c lower bound updated to -1401
6.69/6.74	c BCD2: 2229 <= obj <= 5086
6.69/6.74	c BCD2: #cores=67, #unrelaxed=820, #relaxed=2279, #hardened=0
6.69/6.74	c BCD2: #sat=1 #unsat=436 bias=436/437
6.69/6.74	c Solving starts ...
6.69/6.74	c ============================[ Search Statistics ]============================
6.69/6.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.69/6.74	c       |         |          |          |    Limit     GC | Var      | Constra 
6.69/6.74	c =============================================================================
6.69/6.74	c  0.0s |       0 |        0 |        0 |     4408      0 |      375 |      398
6.69/6.75	c  0.0s |       0 |      529 |        0 |     4408      0 |      375 |      398
6.69/6.75	c #cpu_time = 0.011s
6.69/6.75	c #wall_clock_time = 0.011s
6.69/6.75	c #decision = 529
6.69/6.75	c #random_decision = 0
6.69/6.75	c #conflict = 0
6.69/6.75	c #restart = 0
6.69/6.75	c BCD2: found a new core of size 3: cost of the new core is >=2
6.69/6.75	c lower bound updated to -1399
6.69/6.75	c BCD2: 2231 <= obj <= 5086
6.69/6.75	c BCD2: #cores=68, #unrelaxed=817, #relaxed=2282, #hardened=0
6.69/6.75	c BCD2: #sat=1 #unsat=437 bias=437/438
6.69/6.75	c Solving starts ...
6.69/6.75	c ============================[ Search Statistics ]============================
6.69/6.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.69/6.75	c       |         |          |          |    Limit     GC | Var      | Constra 
6.69/6.75	c =============================================================================
6.69/6.75	c  0.0s |       0 |        0 |        0 |     4408      0 |      375 |      398
6.69/6.76	c  0.0s |       0 |      529 |        0 |     4408      0 |      375 |      398
6.69/6.76	c #cpu_time = 0.011s
6.69/6.76	c #wall_clock_time = 0.011s
6.69/6.76	c #decision = 529
6.69/6.76	c #random_decision = 0
6.69/6.76	c #conflict = 0
6.69/6.76	c #restart = 0
6.69/6.76	c BCD2: found a new core of size 3: cost of the new core is >=2
6.69/6.76	c lower bound updated to -1397
6.69/6.77	c BCD2: 2233 <= obj <= 5086
6.69/6.77	c BCD2: #cores=69, #unrelaxed=814, #relaxed=2285, #hardened=0
6.69/6.77	c BCD2: #sat=1 #unsat=438 bias=438/439
6.69/6.77	c Solving starts ...
6.69/6.77	c ============================[ Search Statistics ]============================
6.69/6.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.69/6.77	c       |         |          |          |    Limit     GC | Var      | Constra 
6.69/6.77	c =============================================================================
6.69/6.77	c  0.0s |       0 |        0 |        0 |     4408      0 |      375 |      398
6.69/6.78	c  0.0s |       0 |      528 |        0 |     4408      0 |      375 |      398
6.69/6.78	c #cpu_time = 0.011s
6.69/6.78	c #wall_clock_time = 0.011s
6.69/6.78	c #decision = 528
6.69/6.78	c #random_decision = 0
6.69/6.78	c #conflict = 0
6.69/6.78	c #restart = 0
6.69/6.78	c BCD2: found a new core of size 3: cost of the new core is >=2
6.69/6.78	c lower bound updated to -1395
6.69/6.78	c BCD2: 2235 <= obj <= 5086
6.69/6.78	c BCD2: #cores=70, #unrelaxed=811, #relaxed=2288, #hardened=0
6.69/6.78	c BCD2: #sat=1 #unsat=439 bias=439/440
6.69/6.78	c Solving starts ...
6.69/6.78	c ============================[ Search Statistics ]============================
6.69/6.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.69/6.78	c       |         |          |          |    Limit     GC | Var      | Constra 
6.69/6.78	c =============================================================================
6.69/6.78	c  0.0s |       0 |        0 |        0 |     4408      0 |      375 |      398
6.69/6.80	c  0.0s |       0 |      528 |        0 |     4408      0 |      375 |      398
6.69/6.80	c #cpu_time = 0.011s
6.69/6.80	c #wall_clock_time = 0.011s
6.69/6.80	c #decision = 528
6.69/6.80	c #random_decision = 0
6.69/6.80	c #conflict = 0
6.69/6.80	c #restart = 0
6.69/6.80	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
6.69/6.80	c BCD2: refineLB: 3 -> 4
6.69/6.80	c lower bound updated to -1393
6.79/6.80	c BCD2: 2237 <= obj <= 5086
6.79/6.80	c BCD2: #cores=70, #unrelaxed=807, #relaxed=2292, #hardened=0
6.79/6.80	c BCD2: #sat=1 #unsat=440 bias=440/441
6.79/6.80	c Solving starts ...
6.79/6.80	c ============================[ Search Statistics ]============================
6.79/6.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.80	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.80	c =============================================================================
6.79/6.80	c  0.0s |       0 |        0 |        0 |     4408      0 |      376 |      398
6.79/6.81	c  0.0s |       0 |      527 |        0 |     4408      0 |      376 |      399
6.79/6.81	c #cpu_time = 0.011s
6.79/6.81	c #wall_clock_time = 0.011s
6.79/6.81	c #decision = 527
6.79/6.81	c #random_decision = 0
6.79/6.81	c #conflict = 0
6.79/6.81	c #restart = 0
6.79/6.81	c BCD2: found a new core of size 3: cost of the new core is >=2
6.79/6.81	c lower bound updated to -1391
6.79/6.81	c BCD2: 2239 <= obj <= 5086
6.79/6.81	c BCD2: #cores=71, #unrelaxed=804, #relaxed=2295, #hardened=0
6.79/6.81	c BCD2: #sat=1 #unsat=441 bias=441/442
6.79/6.81	c Solving starts ...
6.79/6.81	c ============================[ Search Statistics ]============================
6.79/6.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.81	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.81	c =============================================================================
6.79/6.82	c  0.0s |       0 |        0 |        0 |     4408      0 |      376 |      399
6.79/6.83	c  0.0s |       0 |      527 |        0 |     4408      0 |      376 |      399
6.79/6.83	c #cpu_time = 0.010s
6.79/6.83	c #wall_clock_time = 0.010s
6.79/6.83	c #decision = 527
6.79/6.83	c #random_decision = 0
6.79/6.83	c #conflict = 0
6.79/6.83	c #restart = 0
6.79/6.83	c BCD2: found a new core of size 4: cost of the new core is >=2
6.79/6.83	c lower bound updated to -1389
6.79/6.83	c BCD2: 2241 <= obj <= 5086
6.79/6.83	c BCD2: #cores=72, #unrelaxed=800, #relaxed=2299, #hardened=0
6.79/6.83	c BCD2: #sat=1 #unsat=442 bias=442/443
6.79/6.83	c Solving starts ...
6.79/6.83	c ============================[ Search Statistics ]============================
6.79/6.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.83	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.83	c =============================================================================
6.79/6.83	c  0.0s |       0 |        0 |        0 |     4408      0 |      376 |      399
6.79/6.84	c  0.0s |       0 |      526 |        0 |     4408      0 |      376 |      399
6.79/6.84	c #cpu_time = 0.011s
6.79/6.84	c #wall_clock_time = 0.011s
6.79/6.84	c #decision = 526
6.79/6.84	c #random_decision = 0
6.79/6.84	c #conflict = 0
6.79/6.84	c #restart = 0
6.79/6.84	c BCD2: found a new core of size 3: cost of the new core is >=2
6.79/6.84	c lower bound updated to -1387
6.79/6.84	c BCD2: 2243 <= obj <= 5086
6.79/6.84	c BCD2: #cores=73, #unrelaxed=797, #relaxed=2302, #hardened=0
6.79/6.84	c BCD2: #sat=1 #unsat=443 bias=443/444
6.79/6.84	c Solving starts ...
6.79/6.84	c ============================[ Search Statistics ]============================
6.79/6.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.84	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.84	c =============================================================================
6.79/6.84	c  0.0s |       0 |        0 |        0 |     4408      0 |      376 |      399
6.79/6.86	c  0.0s |       0 |      525 |        0 |     4408      0 |      376 |      399
6.79/6.86	c #cpu_time = 0.011s
6.79/6.86	c #wall_clock_time = 0.011s
6.79/6.86	c #decision = 525
6.79/6.86	c #random_decision = 0
6.79/6.86	c #conflict = 0
6.79/6.86	c #restart = 0
6.79/6.86	c BCD2: found a new core of size 4: cost of the new core is >=2
6.79/6.86	c lower bound updated to -1385
6.79/6.86	c BCD2: 2245 <= obj <= 5086
6.79/6.86	c BCD2: #cores=74, #unrelaxed=793, #relaxed=2306, #hardened=0
6.79/6.86	c BCD2: #sat=1 #unsat=444 bias=444/445
6.79/6.86	c Solving starts ...
6.79/6.86	c ============================[ Search Statistics ]============================
6.79/6.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.86	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.86	c =============================================================================
6.79/6.86	c  0.0s |       0 |        0 |        0 |     4408      0 |      376 |      399
6.79/6.87	c  0.0s |       0 |      524 |        0 |     4408      0 |      376 |      399
6.79/6.87	c #cpu_time = 0.011s
6.79/6.87	c #wall_clock_time = 0.011s
6.79/6.87	c #decision = 524
6.79/6.87	c #random_decision = 0
6.79/6.87	c #conflict = 0
6.79/6.87	c #restart = 0
6.79/6.87	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
6.79/6.87	c BCD2: refineLB: 3 -> 4
6.79/6.87	c lower bound updated to -1383
6.79/6.87	c BCD2: 2247 <= obj <= 5086
6.79/6.87	c BCD2: #cores=74, #unrelaxed=789, #relaxed=2310, #hardened=0
6.79/6.87	c BCD2: #sat=1 #unsat=445 bias=445/446
6.79/6.88	c Solving starts ...
6.79/6.88	c ============================[ Search Statistics ]============================
6.79/6.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.88	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.88	c =============================================================================
6.79/6.88	c  0.0s |       0 |        0 |        0 |     4408      0 |      377 |      399
6.79/6.89	c  0.0s |       0 |      522 |        0 |     4408      0 |      377 |      400
6.79/6.89	c #cpu_time = 0.011s
6.79/6.89	c #wall_clock_time = 0.011s
6.79/6.89	c #decision = 522
6.79/6.89	c #random_decision = 0
6.79/6.89	c #conflict = 0
6.79/6.89	c #restart = 0
6.79/6.89	c BCD2: found a new core of size 3: cost of the new core is >=2
6.79/6.89	c lower bound updated to -1381
6.79/6.89	c BCD2: 2249 <= obj <= 5086
6.79/6.89	c BCD2: #cores=75, #unrelaxed=786, #relaxed=2313, #hardened=0
6.79/6.89	c BCD2: #sat=1 #unsat=446 bias=446/447
6.79/6.89	c Solving starts ...
6.79/6.89	c ============================[ Search Statistics ]============================
6.79/6.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.89	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.89	c =============================================================================
6.79/6.89	c  0.0s |       0 |        0 |        0 |     4408      0 |      377 |      400
6.88/6.90	c  0.0s |       0 |      522 |        0 |     4408      0 |      377 |      400
6.88/6.90	c #cpu_time = 0.011s
6.88/6.90	c #wall_clock_time = 0.011s
6.88/6.90	c #decision = 522
6.88/6.90	c #random_decision = 0
6.88/6.90	c #conflict = 0
6.88/6.90	c #restart = 0
6.88/6.90	c BCD2: found a new core of size 3: cost of the new core is >=2
6.88/6.90	c lower bound updated to -1379
6.88/6.91	c BCD2: 2251 <= obj <= 5086
6.88/6.91	c BCD2: #cores=76, #unrelaxed=783, #relaxed=2316, #hardened=0
6.88/6.91	c BCD2: #sat=1 #unsat=447 bias=447/448
6.88/6.91	c Solving starts ...
6.88/6.91	c ============================[ Search Statistics ]============================
6.88/6.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.88/6.91	c       |         |          |          |    Limit     GC | Var      | Constra 
6.88/6.91	c =============================================================================
6.88/6.91	c  0.0s |       0 |        0 |        0 |     4408      0 |      377 |      400
6.88/6.92	c  0.0s |       0 |      521 |        0 |     4408      0 |      377 |      400
6.88/6.92	c #cpu_time = 0.010s
6.88/6.92	c #wall_clock_time = 0.010s
6.88/6.92	c #decision = 521
6.88/6.92	c #random_decision = 0
6.88/6.92	c #conflict = 0
6.88/6.92	c #restart = 0
6.88/6.92	c BCD2: found a new core of size 3: cost of the new core is >=2
6.88/6.92	c lower bound updated to -1377
6.88/6.92	c BCD2: 2253 <= obj <= 5086
6.88/6.92	c BCD2: #cores=77, #unrelaxed=780, #relaxed=2319, #hardened=0
6.88/6.92	c BCD2: #sat=1 #unsat=448 bias=448/449
6.88/6.92	c Solving starts ...
6.88/6.92	c ============================[ Search Statistics ]============================
6.88/6.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.88/6.92	c       |         |          |          |    Limit     GC | Var      | Constra 
6.88/6.92	c =============================================================================
6.88/6.92	c  0.0s |       0 |        0 |        0 |     4408      0 |      377 |      400
6.88/6.93	c  0.0s |       0 |      521 |        0 |     4408      0 |      377 |      400
6.88/6.93	c #cpu_time = 0.011s
6.88/6.93	c #wall_clock_time = 0.011s
6.88/6.93	c #decision = 521
6.88/6.93	c #random_decision = 0
6.88/6.93	c #conflict = 0
6.88/6.93	c #restart = 0
6.88/6.93	c BCD2: found a new core of size 3: cost of the new core is >=2
6.88/6.93	c lower bound updated to -1375
6.88/6.93	c BCD2: 2255 <= obj <= 5086
6.88/6.93	c BCD2: #cores=78, #unrelaxed=777, #relaxed=2322, #hardened=0
6.88/6.93	c BCD2: #sat=1 #unsat=449 bias=449/450
6.88/6.94	c Solving starts ...
6.88/6.94	c ============================[ Search Statistics ]============================
6.88/6.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.88/6.94	c       |         |          |          |    Limit     GC | Var      | Constra 
6.88/6.94	c =============================================================================
6.88/6.94	c  0.0s |       0 |        0 |        0 |     4408      0 |      377 |      400
6.88/6.95	c  0.0s |       0 |      526 |        1 |     4408      0 |      377 |      400
6.88/6.95	c #cpu_time = 0.012s
6.88/6.95	c #wall_clock_time = 0.012s
6.88/6.95	c #decision = 526
6.88/6.95	c #random_decision = 0
6.88/6.95	c #conflict = 1
6.88/6.95	c #restart = 0
6.88/6.95	c BCD2: relaxing 8 and merging with 4 cores into a new core of size 26: cost of the new core is >=12
6.88/6.95	c BCD2: refineLB: 11 -> 12
6.88/6.95	c lower bound updated to -1373
6.88/6.95	c BCD2: 2257 <= obj <= 5086
6.88/6.95	c BCD2: #cores=75, #unrelaxed=769, #relaxed=2330, #hardened=0
6.88/6.95	c BCD2: #sat=1 #unsat=450 bias=450/451
6.88/6.95	c Solving starts ...
6.88/6.97	c ============================[ Search Statistics ]============================
6.88/6.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.88/6.97	c       |         |          |          |    Limit     GC | Var      | Constra 
6.88/6.97	c =============================================================================
6.88/6.97	c  0.0s |       0 |        0 |        0 |     4408      0 |      381 |      400
6.88/6.99	c  0.0s |       0 |      521 |        1 |     4408      0 |      381 |      404
6.88/6.99	c #cpu_time = 0.012s
6.88/6.99	c #wall_clock_time = 0.012s
6.88/6.99	c #decision = 521
6.88/6.99	c #random_decision = 0
6.88/6.99	c #conflict = 1
6.88/6.99	c #restart = 0
6.88/6.99	c BCD2: relaxing 8 and merging with 2 cores into a new core of size 15: cost of the new core is >=6
6.88/6.99	c BCD2: refineLB: 5 -> 6
6.88/6.99	c lower bound updated to -1371
6.88/6.99	c BCD2: 2259 <= obj <= 5086
6.88/6.99	c BCD2: #cores=74, #unrelaxed=761, #relaxed=2338, #hardened=0
6.88/6.99	c BCD2: #sat=1 #unsat=451 bias=451/452
6.88/6.99	c Solving starts ...
6.88/6.99	c ============================[ Search Statistics ]============================
6.88/6.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.88/6.99	c       |         |          |          |    Limit     GC | Var      | Constra 
6.88/6.99	c =============================================================================
6.88/6.99	c  0.0s |       0 |        0 |        0 |     4408      0 |      383 |      404
6.98/7.00	c  0.0s |       0 |      528 |        1 |     4408      0 |      383 |      406
6.98/7.00	c #cpu_time = 0.013s
6.98/7.00	c #wall_clock_time = 0.013s
6.98/7.00	c #decision = 528
6.98/7.00	c #random_decision = 0
6.98/7.00	c #conflict = 1
6.98/7.00	c #restart = 0
6.98/7.00	c BCD2: relaxing 7 and merging with 5 cores into a new core of size 24: cost of the new core is >=12
6.98/7.00	c BCD2: refineLB: 11 -> 12
6.98/7.00	c lower bound updated to -1369
6.98/7.01	c BCD2: 2261 <= obj <= 5086
6.98/7.01	c BCD2: #cores=70, #unrelaxed=754, #relaxed=2345, #hardened=0
6.98/7.01	c BCD2: #sat=1 #unsat=452 bias=452/453
6.98/7.01	c Solving starts ...
6.98/7.01	c ============================[ Search Statistics ]============================
6.98/7.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.98/7.01	c       |         |          |          |    Limit     GC | Var      | Constra 
6.98/7.01	c =============================================================================
6.98/7.01	c  0.0s |       0 |        0 |        0 |     4408      0 |      388 |      406
6.98/7.02	c  0.0s |       0 |      501 |        0 |     4408      0 |      388 |      411
6.98/7.02	c #cpu_time = 0.010s
6.98/7.02	c #wall_clock_time = 0.010s
6.98/7.02	c #decision = 501
6.98/7.02	c #random_decision = 0
6.98/7.02	c #conflict = 0
6.98/7.02	c #restart = 0
6.98/7.02	c BCD2: found a new core of size 3: cost of the new core is >=2
6.98/7.02	c lower bound updated to -1367
6.98/7.02	c BCD2: 2263 <= obj <= 5086
6.98/7.02	c BCD2: #cores=71, #unrelaxed=751, #relaxed=2348, #hardened=0
6.98/7.02	c BCD2: #sat=1 #unsat=453 bias=453/454
6.98/7.02	c Solving starts ...
6.98/7.02	c ============================[ Search Statistics ]============================
6.98/7.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.98/7.02	c       |         |          |          |    Limit     GC | Var      | Constra 
6.98/7.02	c =============================================================================
6.98/7.02	c  0.0s |       0 |        0 |        0 |     4408      0 |      388 |      411
6.98/7.03	c  0.0s |       0 |      501 |        1 |     4849      0 |      388 |      411
6.98/7.03	c #cpu_time = 0.010s
6.98/7.03	c #wall_clock_time = 0.010s
6.98/7.03	c #decision = 501
6.98/7.03	c #random_decision = 0
6.98/7.03	c #conflict = 1
6.98/7.03	c #restart = 0
6.98/7.03	c BCD2: relaxing 8 and merging with 1 cores into a new core of size 21: cost of the new core is >=8
6.98/7.03	c lower bound updated to -1365
6.98/7.03	c BCD2: 2265 <= obj <= 5086
6.98/7.03	c BCD2: #cores=71, #unrelaxed=743, #relaxed=2356, #hardened=0
6.98/7.03	c BCD2: #sat=1 #unsat=454 bias=454/455
6.98/7.04	c Solving starts ...
6.98/7.04	c ============================[ Search Statistics ]============================
6.98/7.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.98/7.04	c       |         |          |          |    Limit     GC | Var      | Constra 
6.98/7.04	c =============================================================================
6.98/7.04	c  0.0s |       0 |        0 |        0 |     4849      0 |      389 |      411
6.98/7.05	c  0.0s |       0 |      495 |        0 |     4849      0 |      389 |      412
6.98/7.05	c #cpu_time = 0.011s
6.98/7.05	c #wall_clock_time = 0.011s
6.98/7.05	c #decision = 495
6.98/7.05	c #random_decision = 0
6.98/7.05	c #conflict = 0
6.98/7.05	c #restart = 0
6.98/7.05	c BCD2: found a new core of size 3: cost of the new core is >=2
6.98/7.05	c lower bound updated to -1363
6.98/7.05	c BCD2: 2267 <= obj <= 5086
6.98/7.05	c BCD2: #cores=72, #unrelaxed=740, #relaxed=2359, #hardened=0
6.98/7.05	c BCD2: #sat=1 #unsat=455 bias=455/456
6.98/7.05	c Solving starts ...
6.98/7.05	c ============================[ Search Statistics ]============================
6.98/7.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.98/7.05	c       |         |          |          |    Limit     GC | Var      | Constra 
6.98/7.05	c =============================================================================
6.98/7.05	c  0.0s |       0 |        0 |        0 |     4849      0 |      389 |      412
6.98/7.06	c  0.0s |       0 |      494 |        0 |     4849      0 |      389 |      412
6.98/7.06	c #cpu_time = 0.011s
6.98/7.06	c #wall_clock_time = 0.011s
6.98/7.06	c #decision = 494
6.98/7.06	c #random_decision = 0
6.98/7.06	c #conflict = 0
6.98/7.06	c #restart = 0
6.98/7.06	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
6.98/7.06	c BCD2: refineLB: 3 -> 4
6.98/7.06	c lower bound updated to -1361
6.98/7.06	c BCD2: 2269 <= obj <= 5086
6.98/7.06	c BCD2: #cores=72, #unrelaxed=734, #relaxed=2365, #hardened=0
6.98/7.06	c BCD2: #sat=1 #unsat=456 bias=456/457
6.98/7.06	c Solving starts ...
6.98/7.06	c ============================[ Search Statistics ]============================
6.98/7.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.98/7.06	c       |         |          |          |    Limit     GC | Var      | Constra 
6.98/7.06	c =============================================================================
6.98/7.06	c  0.0s |       0 |        0 |        0 |     4849      0 |      390 |      412
6.98/7.08	c  0.0s |       0 |      494 |        1 |     4849      0 |      390 |      413
6.98/7.08	c #cpu_time = 0.014s
6.98/7.08	c #wall_clock_time = 0.014s
6.98/7.08	c #decision = 494
6.98/7.08	c #random_decision = 0
6.98/7.08	c #conflict = 1
6.98/7.08	c #restart = 0
6.98/7.08	c BCD2: relaxing 24 and merging with 3 cores into a new core of size 76: cost of the new core is >=22
6.98/7.08	c BCD2: refineLB: 21 -> 22
6.98/7.08	c lower bound updated to -1359
6.98/7.08	c BCD2: 2271 <= obj <= 5086
6.98/7.08	c BCD2: #cores=70, #unrelaxed=710, #relaxed=2389, #hardened=0
6.98/7.08	c BCD2: #sat=1 #unsat=457 bias=457/458
6.98/7.08	c Solving starts ...
6.98/7.08	c ============================[ Search Statistics ]============================
6.98/7.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.98/7.08	c       |         |          |          |    Limit     GC | Var      | Constra 
6.98/7.08	c =============================================================================
6.98/7.08	c  0.0s |       0 |        0 |        0 |     4849      0 |      393 |      413
6.98/7.09	c  0.0s |       0 |      477 |        0 |     4849      0 |      393 |      416
6.98/7.09	c #cpu_time = 0.009s
6.98/7.09	c #wall_clock_time = 0.009s
6.98/7.09	c #decision = 477
6.98/7.09	c #random_decision = 0
6.98/7.09	c #conflict = 0
6.98/7.09	c #restart = 0
6.98/7.09	c BCD2: found a new core of size 3: cost of the new core is >=2
6.98/7.09	c lower bound updated to -1357
6.98/7.10	c BCD2: 2273 <= obj <= 5086
6.98/7.10	c BCD2: #cores=71, #unrelaxed=707, #relaxed=2392, #hardened=0
6.98/7.10	c BCD2: #sat=1 #unsat=458 bias=458/459
7.08/7.10	c Solving starts ...
7.08/7.10	c ============================[ Search Statistics ]============================
7.08/7.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.08/7.10	c       |         |          |          |    Limit     GC | Var      | Constra 
7.08/7.10	c =============================================================================
7.08/7.10	c  0.0s |       0 |        0 |        0 |     4849      0 |      393 |      416
7.08/7.11	c  0.0s |       0 |      480 |        0 |     4849      0 |      393 |      416
7.08/7.11	c #cpu_time = 0.010s
7.08/7.11	c #wall_clock_time = 0.010s
7.08/7.11	c #decision = 480
7.08/7.11	c #random_decision = 0
7.08/7.11	c #conflict = 0
7.08/7.11	c #restart = 0
7.08/7.11	c BCD2: found a new core of size 3: cost of the new core is >=2
7.08/7.11	c lower bound updated to -1355
7.08/7.11	c BCD2: 2275 <= obj <= 5086
7.08/7.11	c BCD2: #cores=72, #unrelaxed=704, #relaxed=2395, #hardened=0
7.08/7.11	c BCD2: #sat=1 #unsat=459 bias=459/460
7.08/7.11	c Solving starts ...
7.08/7.11	c ============================[ Search Statistics ]============================
7.08/7.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.08/7.11	c       |         |          |          |    Limit     GC | Var      | Constra 
7.08/7.11	c =============================================================================
7.08/7.11	c  0.0s |       0 |        0 |        0 |     4849      0 |      393 |      416
7.08/7.12	c  0.0s |       0 |      480 |        0 |     4849      0 |      393 |      416
7.08/7.12	c #cpu_time = 0.010s
7.08/7.12	c #wall_clock_time = 0.010s
7.08/7.12	c #decision = 480
7.08/7.12	c #random_decision = 0
7.08/7.12	c #conflict = 0
7.08/7.12	c #restart = 0
7.08/7.12	c BCD2: found a new core of size 3: cost of the new core is >=2
7.08/7.12	c lower bound updated to -1353
7.08/7.12	c BCD2: 2277 <= obj <= 5086
7.08/7.12	c BCD2: #cores=73, #unrelaxed=701, #relaxed=2398, #hardened=0
7.08/7.12	c BCD2: #sat=1 #unsat=460 bias=460/461
7.08/7.13	c Solving starts ...
7.08/7.13	c ============================[ Search Statistics ]============================
7.08/7.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.08/7.13	c       |         |          |          |    Limit     GC | Var      | Constra 
7.08/7.13	c =============================================================================
7.08/7.13	c  0.0s |       0 |        0 |        0 |     4849      0 |      393 |      416
7.08/7.14	c  0.0s |       0 |      480 |        0 |     4849      0 |      393 |      416
7.08/7.14	c #cpu_time = 0.010s
7.08/7.14	c #wall_clock_time = 0.010s
7.08/7.14	c #decision = 480
7.08/7.14	c #random_decision = 0
7.08/7.14	c #conflict = 0
7.08/7.14	c #restart = 0
7.08/7.14	c BCD2: found a new core of size 3: cost of the new core is >=2
7.08/7.14	c lower bound updated to -1351
7.08/7.14	c BCD2: 2279 <= obj <= 5086
7.08/7.14	c BCD2: #cores=74, #unrelaxed=698, #relaxed=2401, #hardened=0
7.08/7.14	c BCD2: #sat=1 #unsat=461 bias=461/462
7.08/7.14	c Solving starts ...
7.08/7.14	c ============================[ Search Statistics ]============================
7.08/7.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.08/7.14	c       |         |          |          |    Limit     GC | Var      | Constra 
7.08/7.14	c =============================================================================
7.08/7.14	c  0.0s |       0 |        0 |        0 |     4849      0 |      393 |      416
7.08/7.15	c  0.0s |       0 |      480 |        0 |     4849      0 |      393 |      416
7.08/7.15	c #cpu_time = 0.010s
7.08/7.15	c #wall_clock_time = 0.010s
7.08/7.15	c #decision = 480
7.08/7.15	c #random_decision = 0
7.08/7.15	c #conflict = 0
7.08/7.15	c #restart = 0
7.08/7.15	c BCD2: found a new core of size 3: cost of the new core is >=2
7.08/7.15	c lower bound updated to -1349
7.08/7.15	c BCD2: 2281 <= obj <= 5086
7.08/7.15	c BCD2: #cores=75, #unrelaxed=695, #relaxed=2404, #hardened=0
7.08/7.15	c BCD2: #sat=1 #unsat=462 bias=462/463
7.08/7.15	c Solving starts ...
7.08/7.15	c ============================[ Search Statistics ]============================
7.08/7.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.08/7.15	c       |         |          |          |    Limit     GC | Var      | Constra 
7.08/7.15	c =============================================================================
7.08/7.15	c  0.0s |       0 |        0 |        0 |     4849      0 |      393 |      416
7.08/7.16	c  0.0s |       0 |      479 |        0 |     4849      0 |      393 |      416
7.08/7.16	c #cpu_time = 0.010s
7.08/7.16	c #wall_clock_time = 0.010s
7.08/7.16	c #decision = 479
7.08/7.16	c #random_decision = 0
7.08/7.16	c #conflict = 0
7.08/7.16	c #restart = 0
7.08/7.16	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
7.08/7.16	c BCD2: refineLB: 3 -> 4
7.08/7.16	c lower bound updated to -1347
7.08/7.17	c BCD2: 2283 <= obj <= 5086
7.08/7.17	c BCD2: #cores=75, #unrelaxed=691, #relaxed=2408, #hardened=0
7.08/7.17	c BCD2: #sat=1 #unsat=463 bias=463/464
7.08/7.17	c Solving starts ...
7.08/7.17	c ============================[ Search Statistics ]============================
7.08/7.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.08/7.17	c       |         |          |          |    Limit     GC | Var      | Constra 
7.08/7.17	c =============================================================================
7.08/7.17	c  0.0s |       0 |        0 |        0 |     4849      0 |      394 |      416
7.08/7.18	c  0.0s |       0 |      477 |        0 |     4849      0 |      394 |      417
7.08/7.18	c #cpu_time = 0.009s
7.08/7.18	c #wall_clock_time = 0.009s
7.08/7.18	c #decision = 477
7.08/7.18	c #random_decision = 0
7.08/7.18	c #conflict = 0
7.08/7.18	c #restart = 0
7.08/7.18	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
7.08/7.18	c BCD2: refineLB: 3 -> 4
7.08/7.18	c lower bound updated to -1345
7.08/7.18	c BCD2: 2285 <= obj <= 5086
7.08/7.18	c BCD2: #cores=75, #unrelaxed=687, #relaxed=2412, #hardened=0
7.08/7.18	c BCD2: #sat=1 #unsat=464 bias=464/465
7.08/7.18	c Solving starts ...
7.08/7.18	c ============================[ Search Statistics ]============================
7.08/7.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.08/7.18	c       |         |          |          |    Limit     GC | Var      | Constra 
7.08/7.18	c =============================================================================
7.08/7.18	c  0.0s |       0 |        0 |        0 |     4849      0 |      395 |      417
7.08/7.19	c  0.0s |       0 |      475 |        0 |     4849      0 |      395 |      418
7.08/7.19	c #cpu_time = 0.009s
7.08/7.19	c #wall_clock_time = 0.010s
7.08/7.19	c #decision = 475
7.08/7.19	c #random_decision = 0
7.08/7.19	c #conflict = 0
7.08/7.19	c #restart = 0
7.08/7.19	c BCD2: found a new core of size 3: cost of the new core is >=2
7.08/7.19	c lower bound updated to -1343
7.08/7.19	c BCD2: 2287 <= obj <= 5086
7.08/7.19	c BCD2: #cores=76, #unrelaxed=684, #relaxed=2415, #hardened=0
7.08/7.19	c BCD2: #sat=1 #unsat=465 bias=465/466
7.08/7.19	c Solving starts ...
7.08/7.19	c ============================[ Search Statistics ]============================
7.08/7.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.08/7.19	c       |         |          |          |    Limit     GC | Var      | Constra 
7.08/7.19	c =============================================================================
7.08/7.19	c  0.0s |       0 |        0 |        0 |     4849      0 |      395 |      418
7.18/7.20	c  0.0s |       0 |      475 |        0 |     4849      0 |      395 |      418
7.18/7.20	c #cpu_time = 0.009s
7.18/7.20	c #wall_clock_time = 0.009s
7.18/7.20	c #decision = 475
7.18/7.20	c #random_decision = 0
7.18/7.20	c #conflict = 0
7.18/7.20	c #restart = 0
7.18/7.20	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
7.18/7.20	c BCD2: refineLB: 3 -> 4
7.18/7.20	c lower bound updated to -1341
7.18/7.21	c BCD2: 2289 <= obj <= 5086
7.18/7.21	c BCD2: #cores=76, #unrelaxed=680, #relaxed=2419, #hardened=0
7.18/7.21	c BCD2: #sat=1 #unsat=466 bias=466/467
7.18/7.21	c Solving starts ...
7.18/7.21	c ============================[ Search Statistics ]============================
7.18/7.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.18/7.21	c       |         |          |          |    Limit     GC | Var      | Constra 
7.18/7.21	c =============================================================================
7.18/7.21	c  0.0s |       0 |        0 |        0 |     4849      0 |      396 |      418
7.18/7.22	c  0.0s |       0 |      472 |        0 |     4849      0 |      396 |      419
7.18/7.22	c #cpu_time = 0.009s
7.18/7.22	c #wall_clock_time = 0.009s
7.18/7.22	c #decision = 472
7.18/7.22	c #random_decision = 0
7.18/7.22	c #conflict = 0
7.18/7.22	c #restart = 0
7.18/7.22	c BCD2: found a new core of size 3: cost of the new core is >=2
7.18/7.22	c lower bound updated to -1339
7.18/7.22	c BCD2: 2291 <= obj <= 5086
7.18/7.22	c BCD2: #cores=77, #unrelaxed=677, #relaxed=2422, #hardened=0
7.18/7.22	c BCD2: #sat=1 #unsat=467 bias=467/468
7.18/7.22	c Solving starts ...
7.18/7.22	c ============================[ Search Statistics ]============================
7.18/7.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.18/7.22	c       |         |          |          |    Limit     GC | Var      | Constra 
7.18/7.22	c =============================================================================
7.18/7.22	c  0.0s |       0 |        0 |        0 |     4849      0 |      396 |      419
7.18/7.23	c  0.0s |       0 |      472 |        0 |     4849      0 |      396 |      419
7.18/7.23	c #cpu_time = 0.010s
7.18/7.23	c #wall_clock_time = 0.010s
7.18/7.23	c #decision = 472
7.18/7.23	c #random_decision = 0
7.18/7.23	c #conflict = 0
7.18/7.23	c #restart = 0
7.18/7.23	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
7.18/7.23	c BCD2: refineLB: 3 -> 4
7.18/7.23	c lower bound updated to -1337
7.18/7.23	c BCD2: 2293 <= obj <= 5086
7.18/7.23	c BCD2: #cores=77, #unrelaxed=673, #relaxed=2426, #hardened=0
7.18/7.23	c BCD2: #sat=1 #unsat=468 bias=468/469
7.18/7.23	c Solving starts ...
7.18/7.23	c ============================[ Search Statistics ]============================
7.18/7.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.18/7.23	c       |         |          |          |    Limit     GC | Var      | Constra 
7.18/7.23	c =============================================================================
7.18/7.23	c  0.0s |       0 |        0 |        0 |     4849      0 |      397 |      419
7.18/7.24	c  0.0s |       0 |      470 |        0 |     4849      0 |      397 |      420
7.18/7.24	c #cpu_time = 0.010s
7.18/7.24	c #wall_clock_time = 0.010s
7.18/7.24	c #decision = 470
7.18/7.24	c #random_decision = 0
7.18/7.24	c #conflict = 0
7.18/7.24	c #restart = 0
7.18/7.24	c BCD2: found a new core of size 3: cost of the new core is >=2
7.18/7.24	c lower bound updated to -1335
7.18/7.25	c BCD2: 2295 <= obj <= 5086
7.18/7.25	c BCD2: #cores=78, #unrelaxed=670, #relaxed=2429, #hardened=0
7.18/7.25	c BCD2: #sat=1 #unsat=469 bias=469/470
7.18/7.25	c Solving starts ...
7.18/7.25	c ============================[ Search Statistics ]============================
7.18/7.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.18/7.25	c       |         |          |          |    Limit     GC | Var      | Constra 
7.18/7.25	c =============================================================================
7.18/7.25	c  0.0s |       0 |        0 |        0 |     4849      0 |      397 |      420
7.18/7.26	c  0.0s |       0 |      471 |        1 |     4849      0 |      397 |      420
7.18/7.26	c #cpu_time = 0.011s
7.18/7.26	c #wall_clock_time = 0.011s
7.18/7.26	c #decision = 471
7.18/7.26	c #random_decision = 0
7.18/7.26	c #conflict = 1
7.18/7.26	c #restart = 0
7.18/7.26	c BCD2: relaxing 12 and merging with 6 cores into a new core of size 39: cost of the new core is >=18
7.18/7.26	c BCD2: refineLB: 17 -> 18
7.18/7.26	c lower bound updated to -1333
7.18/7.26	c BCD2: 2297 <= obj <= 5086
7.18/7.26	c BCD2: #cores=73, #unrelaxed=658, #relaxed=2441, #hardened=0
7.18/7.26	c BCD2: #sat=1 #unsat=470 bias=470/471
7.18/7.26	c Solving starts ...
7.18/7.26	c ============================[ Search Statistics ]============================
7.18/7.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.18/7.26	c       |         |          |          |    Limit     GC | Var      | Constra 
7.18/7.26	c =============================================================================
7.18/7.26	c  0.0s |       0 |        0 |        0 |     4849      0 |      403 |      420
7.18/7.27	c  0.0s |       0 |      458 |        0 |     4849      0 |      403 |      426
7.18/7.27	c #cpu_time = 0.009s
7.18/7.27	c #wall_clock_time = 0.009s
7.18/7.27	c #decision = 458
7.18/7.27	c #random_decision = 0
7.18/7.27	c #conflict = 0
7.18/7.27	c #restart = 0
7.18/7.27	c BCD2: found a new core of size 3: cost of the new core is >=2
7.18/7.27	c lower bound updated to -1331
7.18/7.27	c BCD2: 2299 <= obj <= 5086
7.18/7.27	c BCD2: #cores=74, #unrelaxed=655, #relaxed=2444, #hardened=0
7.18/7.27	c BCD2: #sat=1 #unsat=471 bias=471/472
7.18/7.27	c Solving starts ...
7.18/7.27	c ============================[ Search Statistics ]============================
7.18/7.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.18/7.27	c       |         |          |          |    Limit     GC | Var      | Constra 
7.18/7.27	c =============================================================================
7.18/7.27	c  0.0s |       0 |        0 |        0 |     4849      0 |      403 |      426
7.18/7.28	c  0.0s |       0 |      461 |        1 |     4849      0 |      403 |      426
7.18/7.28	c #cpu_time = 0.009s
7.18/7.28	c #wall_clock_time = 0.009s
7.18/7.28	c #decision = 461
7.18/7.28	c #random_decision = 0
7.18/7.28	c #conflict = 1
7.18/7.28	c #restart = 0
7.18/7.28	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
7.18/7.28	c BCD2: refineLB: 3 -> 4
7.18/7.28	c lower bound updated to -1329
7.18/7.28	c BCD2: 2301 <= obj <= 5086
7.18/7.28	c BCD2: #cores=74, #unrelaxed=650, #relaxed=2449, #hardened=0
7.18/7.28	c BCD2: #sat=1 #unsat=472 bias=472/473
7.18/7.28	c Solving starts ...
7.18/7.29	c ============================[ Search Statistics ]============================
7.18/7.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.18/7.29	c       |         |          |          |    Limit     GC | Var      | Constra 
7.18/7.29	c =============================================================================
7.18/7.29	c  0.0s |       0 |        0 |        0 |     4849      0 |      404 |      426
7.28/7.30	c  0.0s |       0 |      463 |        1 |     4849      0 |      404 |      427
7.28/7.30	c #cpu_time = 0.011s
7.28/7.30	c #wall_clock_time = 0.011s
7.28/7.30	c #decision = 463
7.28/7.30	c #random_decision = 0
7.28/7.30	c #conflict = 1
7.28/7.30	c #restart = 0
7.28/7.30	c BCD2: relaxing 6 and merging with 2 cores into a new core of size 16: cost of the new core is >=8
7.28/7.30	c BCD2: refineLB: 7 -> 8
7.28/7.30	c lower bound updated to -1327
7.28/7.30	c BCD2: 2303 <= obj <= 5086
7.28/7.30	c BCD2: #cores=73, #unrelaxed=644, #relaxed=2455, #hardened=0
7.28/7.30	c BCD2: #sat=1 #unsat=473 bias=473/474
7.28/7.30	c Solving starts ...
7.28/7.30	c ============================[ Search Statistics ]============================
7.28/7.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.28/7.30	c       |         |          |          |    Limit     GC | Var      | Constra 
7.28/7.30	c =============================================================================
7.28/7.30	c  0.0s |       0 |        0 |        0 |     4849      0 |      406 |      427
7.28/7.31	c  0.0s |       0 |      454 |        0 |     4849      0 |      406 |      429
7.28/7.31	c #cpu_time = 0.010s
7.28/7.31	c #wall_clock_time = 0.010s
7.28/7.31	c #decision = 454
7.28/7.31	c #random_decision = 0
7.28/7.31	c #conflict = 0
7.28/7.31	c #restart = 0
7.28/7.31	c BCD2: found a new core of size 4: cost of the new core is >=2
7.28/7.31	c lower bound updated to -1325
7.28/7.31	c BCD2: 2305 <= obj <= 5086
7.28/7.31	c BCD2: #cores=74, #unrelaxed=640, #relaxed=2459, #hardened=0
7.28/7.31	c BCD2: #sat=1 #unsat=474 bias=474/475
7.28/7.31	c Solving starts ...
7.28/7.31	c ============================[ Search Statistics ]============================
7.28/7.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.28/7.31	c       |         |          |          |    Limit     GC | Var      | Constra 
7.28/7.31	c =============================================================================
7.28/7.31	c  0.0s |       0 |        0 |        0 |     4849      0 |      406 |      429
7.28/7.33	c  0.0s |       0 |      454 |        1 |     4849      0 |      406 |      429
7.28/7.33	c #cpu_time = 0.010s
7.28/7.33	c #wall_clock_time = 0.010s
7.28/7.33	c #decision = 454
7.28/7.33	c #random_decision = 0
7.28/7.33	c #conflict = 1
7.28/7.33	c #restart = 0
7.28/7.33	c BCD2: relaxing 9 and merging with 3 cores into a new core of size 23: cost of the new core is >=10
7.28/7.33	c BCD2: refineLB: 9 -> 10
7.28/7.33	c lower bound updated to -1323
7.28/7.33	c BCD2: 2307 <= obj <= 5086
7.28/7.33	c BCD2: #cores=72, #unrelaxed=631, #relaxed=2468, #hardened=0
7.28/7.33	c BCD2: #sat=1 #unsat=475 bias=475/476
7.28/7.33	c Solving starts ...
7.28/7.33	c ============================[ Search Statistics ]============================
7.28/7.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.28/7.33	c       |         |          |          |    Limit     GC | Var      | Constra 
7.28/7.33	c =============================================================================
7.28/7.33	c  0.0s |       0 |        0 |        0 |     4849      0 |      409 |      429
7.28/7.34	c  0.0s |       0 |      444 |        1 |     4849      0 |      409 |      432
7.28/7.34	c #cpu_time = 0.010s
7.28/7.34	c #wall_clock_time = 0.010s
7.28/7.34	c #decision = 444
7.28/7.34	c #random_decision = 0
7.28/7.34	c #conflict = 1
7.28/7.34	c #restart = 0
7.28/7.34	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
7.28/7.34	c BCD2: refineLB: 3 -> 4
7.28/7.34	c lower bound updated to -1321
7.28/7.34	c BCD2: 2309 <= obj <= 5086
7.28/7.34	c BCD2: #cores=72, #unrelaxed=626, #relaxed=2473, #hardened=0
7.28/7.34	c BCD2: #sat=1 #unsat=476 bias=476/477
7.28/7.34	c Solving starts ...
7.28/7.34	c ============================[ Search Statistics ]============================
7.28/7.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.28/7.34	c       |         |          |          |    Limit     GC | Var      | Constra 
7.28/7.34	c =============================================================================
7.28/7.34	c  0.0s |       0 |        0 |        0 |     4849      0 |      410 |      432
7.28/7.35	c  0.0s |       0 |      439 |        0 |     4849      0 |      410 |      433
7.28/7.35	c #cpu_time = 0.009s
7.28/7.35	c #wall_clock_time = 0.009s
7.28/7.35	c #decision = 439
7.28/7.35	c #random_decision = 0
7.28/7.35	c #conflict = 0
7.28/7.35	c #restart = 0
7.28/7.35	c BCD2: found a new core of size 3: cost of the new core is >=2
7.28/7.35	c lower bound updated to -1319
7.28/7.35	c BCD2: 2311 <= obj <= 5086
7.28/7.35	c BCD2: #cores=73, #unrelaxed=623, #relaxed=2476, #hardened=0
7.28/7.35	c BCD2: #sat=1 #unsat=477 bias=477/478
7.28/7.35	c Solving starts ...
7.28/7.35	c ============================[ Search Statistics ]============================
7.28/7.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.28/7.35	c       |         |          |          |    Limit     GC | Var      | Constra 
7.28/7.35	c =============================================================================
7.28/7.35	c  0.0s |       0 |        0 |        0 |     4849      0 |      410 |      433
7.28/7.36	c  0.0s |       0 |      445 |        0 |     4849      0 |      410 |      433
7.28/7.36	c #cpu_time = 0.009s
7.28/7.36	c #wall_clock_time = 0.009s
7.28/7.36	c #decision = 445
7.28/7.36	c #random_decision = 0
7.28/7.36	c #conflict = 0
7.28/7.36	c #restart = 0
7.28/7.37	c BCD2: found a new core of size 3: cost of the new core is >=2
7.28/7.37	c lower bound updated to -1317
7.28/7.37	c BCD2: 2313 <= obj <= 5086
7.28/7.37	c BCD2: #cores=74, #unrelaxed=620, #relaxed=2479, #hardened=0
7.28/7.37	c BCD2: #sat=1 #unsat=478 bias=478/479
7.28/7.37	c Solving starts ...
7.28/7.37	c ============================[ Search Statistics ]============================
7.28/7.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.28/7.37	c       |         |          |          |    Limit     GC | Var      | Constra 
7.28/7.37	c =============================================================================
7.28/7.37	c  0.0s |       0 |        0 |        0 |     4849      0 |      410 |      433
7.28/7.38	c  0.0s |       0 |      444 |        0 |     4849      0 |      410 |      433
7.28/7.38	c #cpu_time = 0.010s
7.28/7.38	c #wall_clock_time = 0.010s
7.28/7.38	c #decision = 444
7.28/7.38	c #random_decision = 0
7.28/7.38	c #conflict = 0
7.28/7.38	c #restart = 0
7.28/7.38	c BCD2: found a new core of size 3: cost of the new core is >=2
7.28/7.38	c lower bound updated to -1315
7.28/7.38	c BCD2: 2315 <= obj <= 5086
7.28/7.38	c BCD2: #cores=75, #unrelaxed=617, #relaxed=2482, #hardened=0
7.28/7.38	c BCD2: #sat=1 #unsat=479 bias=479/480
7.28/7.38	c Solving starts ...
7.28/7.38	c ============================[ Search Statistics ]============================
7.28/7.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.28/7.38	c       |         |          |          |    Limit     GC | Var      | Constra 
7.28/7.38	c =============================================================================
7.28/7.38	c  0.0s |       0 |        0 |        0 |     4849      0 |      410 |      433
7.28/7.39	c  0.0s |       0 |      444 |        0 |     4849      0 |      410 |      433
7.28/7.39	c #cpu_time = 0.009s
7.28/7.39	c #wall_clock_time = 0.009s
7.28/7.39	c #decision = 444
7.28/7.39	c #random_decision = 0
7.28/7.39	c #conflict = 0
7.28/7.39	c #restart = 0
7.28/7.39	c BCD2: found a new core of size 3: cost of the new core is >=2
7.28/7.39	c lower bound updated to -1313
7.28/7.39	c BCD2: 2317 <= obj <= 5086
7.28/7.39	c BCD2: #cores=76, #unrelaxed=614, #relaxed=2485, #hardened=0
7.28/7.39	c BCD2: #sat=1 #unsat=480 bias=480/481
7.28/7.39	c Solving starts ...
7.28/7.39	c ============================[ Search Statistics ]============================
7.28/7.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.28/7.39	c       |         |          |          |    Limit     GC | Var      | Constra 
7.28/7.39	c =============================================================================
7.28/7.39	c  0.0s |       0 |        0 |        0 |     4849      0 |      410 |      433
7.38/7.41	c  0.0s |       0 |      454 |        1 |     4849      0 |      410 |      433
7.38/7.41	c #cpu_time = 0.011s
7.38/7.41	c #wall_clock_time = 0.011s
7.38/7.41	c #decision = 454
7.38/7.41	c #random_decision = 0
7.38/7.41	c #conflict = 1
7.38/7.41	c #restart = 0
7.38/7.41	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
7.38/7.41	c BCD2: refineLB: 3 -> 4
7.38/7.41	c lower bound updated to -1311
7.38/7.41	c BCD2: 2319 <= obj <= 5086
7.38/7.41	c BCD2: #cores=76, #unrelaxed=610, #relaxed=2489, #hardened=0
7.38/7.41	c BCD2: #sat=1 #unsat=481 bias=481/482
7.38/7.41	c Solving starts ...
7.38/7.41	c ============================[ Search Statistics ]============================
7.38/7.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.38/7.41	c       |         |          |          |    Limit     GC | Var      | Constra 
7.38/7.41	c =============================================================================
7.38/7.41	c  0.0s |       0 |        0 |        0 |     4849      0 |      411 |      433
7.38/7.42	c  0.0s |       0 |      441 |        0 |     4849      0 |      411 |      434
7.38/7.42	c #cpu_time = 0.009s
7.38/7.42	c #wall_clock_time = 0.009s
7.38/7.42	c #decision = 441
7.38/7.42	c #random_decision = 0
7.38/7.42	c #conflict = 0
7.38/7.42	c #restart = 0
7.38/7.42	c BCD2: found a new core of size 3: cost of the new core is >=2
7.38/7.42	c lower bound updated to -1309
7.38/7.42	c BCD2: 2321 <= obj <= 5086
7.38/7.42	c BCD2: #cores=77, #unrelaxed=607, #relaxed=2492, #hardened=0
7.38/7.42	c BCD2: #sat=1 #unsat=482 bias=482/483
7.38/7.42	c Solving starts ...
7.38/7.42	c ============================[ Search Statistics ]============================
7.38/7.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.38/7.42	c       |         |          |          |    Limit     GC | Var      | Constra 
7.38/7.42	c =============================================================================
7.38/7.42	c  0.0s |       0 |        0 |        0 |     4849      0 |      411 |      434
7.38/7.43	c  0.0s |       0 |      440 |        0 |     4849      0 |      411 |      434
7.38/7.43	c #cpu_time = 0.009s
7.38/7.43	c #wall_clock_time = 0.009s
7.38/7.43	c #decision = 440
7.38/7.43	c #random_decision = 0
7.38/7.43	c #conflict = 0
7.38/7.43	c #restart = 0
7.38/7.43	c BCD2: found a new core of size 3: cost of the new core is >=2
7.38/7.43	c lower bound updated to -1307
7.38/7.43	c BCD2: 2323 <= obj <= 5086
7.38/7.43	c BCD2: #cores=78, #unrelaxed=604, #relaxed=2495, #hardened=0
7.38/7.43	c BCD2: #sat=1 #unsat=483 bias=483/484
7.38/7.44	c Solving starts ...
7.38/7.44	c ============================[ Search Statistics ]============================
7.38/7.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.38/7.44	c       |         |          |          |    Limit     GC | Var      | Constra 
7.38/7.44	c =============================================================================
7.38/7.44	c  0.0s |       0 |        0 |        0 |     4849      0 |      411 |      434
7.38/7.45	c  0.0s |       0 |      449 |        3 |     4849      0 |      411 |      434
7.38/7.45	c #cpu_time = 0.013s
7.38/7.45	c #wall_clock_time = 0.013s
7.38/7.45	c #decision = 449
7.38/7.45	c #random_decision = 0
7.38/7.45	c #conflict = 3
7.38/7.45	c #restart = 0
7.38/7.45	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 38: cost of the new core is >=16
7.38/7.45	c lower bound updated to -1305
7.38/7.45	c BCD2: 2325 <= obj <= 5086
7.38/7.45	c BCD2: #cores=77, #unrelaxed=597, #relaxed=2502, #hardened=0
7.38/7.45	c BCD2: #sat=1 #unsat=484 bias=484/485
7.38/7.45	c Solving starts ...
7.38/7.45	c ============================[ Search Statistics ]============================
7.38/7.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.38/7.45	c       |         |          |          |    Limit     GC | Var      | Constra 
7.38/7.45	c =============================================================================
7.38/7.46	c  0.0s |       0 |        0 |        0 |     4849      0 |      413 |      434
7.38/7.47	c  0.0s |       0 |      439 |        1 |     4849      0 |      413 |      436
7.38/7.47	c #cpu_time = 0.011s
7.38/7.47	c #wall_clock_time = 0.011s
7.38/7.47	c #decision = 439
7.38/7.47	c #random_decision = 0
7.38/7.47	c #conflict = 1
7.38/7.47	c #restart = 0
7.38/7.47	c BCD2: relaxing 22 and merging with 7 cores into a new core of size 88: cost of the new core is >=31
7.38/7.47	c lower bound updated to -1304
7.38/7.47	c BCD2: 2326 <= obj <= 5086
7.38/7.47	c BCD2: #cores=71, #unrelaxed=575, #relaxed=2524, #hardened=0
7.38/7.47	c BCD2: #sat=1 #unsat=485 bias=485/486
7.38/7.47	c Solving starts ...
7.38/7.47	c ============================[ Search Statistics ]============================
7.38/7.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.38/7.47	c       |         |          |          |    Limit     GC | Var      | Constra 
7.38/7.47	c =============================================================================
7.38/7.47	c  0.0s |       0 |        0 |        0 |     4849      0 |      420 |      436
7.38/7.48	c  0.0s |       0 |      415 |        0 |     4849      0 |      420 |      443
7.38/7.48	c #cpu_time = 0.010s
7.38/7.48	c #wall_clock_time = 0.011s
7.38/7.48	c #decision = 415
7.38/7.48	c #random_decision = 0
7.38/7.48	c #conflict = 0
7.38/7.48	c #restart = 0
7.38/7.48	c BCD2: found a new core of size 3: cost of the new core is >=2
7.38/7.48	c lower bound updated to -1302
7.38/7.48	c BCD2: 2328 <= obj <= 5086
7.38/7.48	c BCD2: #cores=72, #unrelaxed=572, #relaxed=2527, #hardened=0
7.38/7.48	c BCD2: #sat=1 #unsat=486 bias=486/487
7.38/7.48	c Solving starts ...
7.38/7.48	c ============================[ Search Statistics ]============================
7.38/7.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.38/7.48	c       |         |          |          |    Limit     GC | Var      | Constra 
7.38/7.48	c =============================================================================
7.38/7.48	c  0.0s |       0 |        0 |        0 |     4849      0 |      420 |      443
7.38/7.50	c  0.0s |       0 |      414 |        0 |     4849      0 |      420 |      443
7.38/7.50	c #cpu_time = 0.010s
7.38/7.50	c #wall_clock_time = 0.010s
7.38/7.50	c #decision = 414
7.38/7.50	c #random_decision = 0
7.38/7.50	c #conflict = 0
7.38/7.50	c #restart = 0
7.38/7.50	c BCD2: found a new core of size 3: cost of the new core is >=2
7.38/7.50	c lower bound updated to -1300
7.48/7.50	c BCD2: 2330 <= obj <= 5086
7.48/7.50	c BCD2: #cores=73, #unrelaxed=569, #relaxed=2530, #hardened=0
7.48/7.50	c BCD2: #sat=1 #unsat=487 bias=487/488
7.48/7.50	c Solving starts ...
7.48/7.50	c ============================[ Search Statistics ]============================
7.48/7.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.48/7.50	c       |         |          |          |    Limit     GC | Var      | Constra 
7.48/7.50	c =============================================================================
7.48/7.50	c  0.0s |       0 |        0 |        0 |     4849      0 |      420 |      443
7.48/7.51	c  0.0s |       0 |      414 |        2 |     4849      0 |      420 |      443
7.48/7.51	c #cpu_time = 0.011s
7.48/7.51	c #wall_clock_time = 0.011s
7.48/7.51	c #decision = 414
7.48/7.51	c #random_decision = 0
7.48/7.51	c #conflict = 2
7.48/7.51	c #restart = 0
7.48/7.51	c BCD2: relaxing 19 and merging with 5 cores into a new core of size 65: cost of the new core is >=24
7.48/7.51	c BCD2: refineLB: 23 -> 24
7.48/7.51	c lower bound updated to -1298
7.48/7.51	c BCD2: 2332 <= obj <= 5086
7.48/7.51	c BCD2: #cores=69, #unrelaxed=550, #relaxed=2549, #hardened=0
7.48/7.51	c BCD2: #sat=1 #unsat=488 bias=488/489
7.48/7.52	c Solving starts ...
7.48/7.52	c ============================[ Search Statistics ]============================
7.48/7.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.48/7.52	c       |         |          |          |    Limit     GC | Var      | Constra 
7.48/7.52	c =============================================================================
7.48/7.52	c  0.0s |       0 |        0 |        0 |     4849      0 |      425 |      443
7.48/7.53	c  0.0s |       0 |      398 |        0 |     4849      0 |      425 |      448
7.48/7.53	c #cpu_time = 0.009s
7.48/7.53	c #wall_clock_time = 0.009s
7.48/7.53	c #decision = 398
7.48/7.53	c #random_decision = 0
7.48/7.53	c #conflict = 0
7.48/7.53	c #restart = 0
7.48/7.53	c BCD2: found a new core of size 4: cost of the new core is >=2
7.48/7.53	c lower bound updated to -1296
7.48/7.53	c BCD2: 2334 <= obj <= 5086
7.48/7.53	c BCD2: #cores=70, #unrelaxed=546, #relaxed=2553, #hardened=0
7.48/7.53	c BCD2: #sat=1 #unsat=489 bias=489/490
7.48/7.53	c Solving starts ...
7.48/7.53	c ============================[ Search Statistics ]============================
7.48/7.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.48/7.53	c       |         |          |          |    Limit     GC | Var      | Constra 
7.48/7.53	c =============================================================================
7.48/7.53	c  0.0s |       0 |        0 |        0 |     4849      0 |      425 |      448
7.48/7.54	c  0.0s |       0 |      397 |        0 |     4849      0 |      425 |      448
7.48/7.54	c #cpu_time = 0.009s
7.48/7.54	c #wall_clock_time = 0.009s
7.48/7.54	c #decision = 397
7.48/7.54	c #random_decision = 0
7.48/7.54	c #conflict = 0
7.48/7.54	c #restart = 0
7.48/7.54	c BCD2: found a new core of size 3: cost of the new core is >=2
7.48/7.54	c lower bound updated to -1294
7.48/7.54	c BCD2: 2336 <= obj <= 5086
7.48/7.54	c BCD2: #cores=71, #unrelaxed=543, #relaxed=2556, #hardened=0
7.48/7.54	c BCD2: #sat=1 #unsat=490 bias=490/491
7.48/7.54	c Solving starts ...
7.48/7.54	c ============================[ Search Statistics ]============================
7.48/7.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.48/7.54	c       |         |          |          |    Limit     GC | Var      | Constra 
7.48/7.54	c =============================================================================
7.48/7.54	c  0.0s |       0 |        0 |        0 |     4849      0 |      425 |      448
7.48/7.55	c  0.0s |       0 |      397 |        0 |     4849      0 |      425 |      448
7.48/7.55	c #cpu_time = 0.009s
7.48/7.55	c #wall_clock_time = 0.009s
7.48/7.55	c #decision = 397
7.48/7.55	c #random_decision = 0
7.48/7.55	c #conflict = 0
7.48/7.55	c #restart = 0
7.48/7.55	c BCD2: found a new core of size 4: cost of the new core is >=2
7.48/7.55	c lower bound updated to -1292
7.48/7.55	c BCD2: 2338 <= obj <= 5086
7.48/7.55	c BCD2: #cores=72, #unrelaxed=539, #relaxed=2560, #hardened=0
7.48/7.55	c BCD2: #sat=1 #unsat=491 bias=491/492
7.48/7.55	c Solving starts ...
7.48/7.55	c ============================[ Search Statistics ]============================
7.48/7.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.48/7.55	c       |         |          |          |    Limit     GC | Var      | Constra 
7.48/7.55	c =============================================================================
7.48/7.55	c  0.0s |       0 |        0 |        0 |     4849      0 |      425 |      448
7.48/7.57	c  0.0s |       0 |      399 |        2 |     4849      0 |      425 |      448
7.48/7.57	c #cpu_time = 0.011s
7.48/7.57	c #wall_clock_time = 0.011s
7.48/7.57	c #decision = 399
7.48/7.57	c #random_decision = 0
7.48/7.57	c #conflict = 2
7.48/7.57	c #restart = 0
7.48/7.57	c BCD2: relaxing 25 and merging with 3 cores into a new core of size 68: cost of the new core is >=27
7.48/7.57	c lower bound updated to -1291
7.48/7.57	c BCD2: 2339 <= obj <= 5086
7.48/7.57	c BCD2: #cores=70, #unrelaxed=514, #relaxed=2585, #hardened=0
7.48/7.57	c BCD2: #sat=1 #unsat=492 bias=492/493
7.48/7.57	c Solving starts ...
7.48/7.57	c ============================[ Search Statistics ]============================
7.48/7.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.48/7.57	c       |         |          |          |    Limit     GC | Var      | Constra 
7.48/7.57	c =============================================================================
7.48/7.57	c  0.0s |       0 |        0 |        0 |     4849      0 |      428 |      448
7.48/7.58	c  0.0s |       0 |      490 |        1 |     4849      0 |      428 |      451
7.48/7.58	c #cpu_time = 0.010s
7.48/7.58	c #wall_clock_time = 0.010s
7.48/7.58	c #decision = 490
7.48/7.58	c #random_decision = 0
7.48/7.58	c #conflict = 1
7.48/7.58	c #restart = 0
7.48/7.58	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 16: cost of the new core is >=6
7.48/7.58	c lower bound updated to -1289
7.48/7.58	c BCD2: 2341 <= obj <= 5086
7.48/7.58	c BCD2: #cores=70, #unrelaxed=509, #relaxed=2590, #hardened=0
7.48/7.58	c BCD2: #sat=1 #unsat=493 bias=493/494
7.48/7.58	c Solving starts ...
7.48/7.58	c ============================[ Search Statistics ]============================
7.48/7.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.48/7.58	c       |         |          |          |    Limit     GC | Var      | Constra 
7.48/7.58	c =============================================================================
7.48/7.58	c  0.0s |       0 |        0 |        0 |     4849      0 |      429 |      451
7.48/7.59	c  0.0s |       0 |      371 |        2 |     4849      0 |      429 |      452
7.48/7.59	c #cpu_time = 0.012s
7.48/7.59	c #wall_clock_time = 0.012s
7.48/7.59	c #decision = 371
7.48/7.59	c #random_decision = 0
7.48/7.59	c #conflict = 2
7.48/7.59	c #restart = 0
7.48/7.59	c BCD2: relaxing 8 and merging with 9 cores into a new core of size 44: cost of the new core is >=24
7.48/7.59	c BCD2: refineLB: 23 -> 24
7.48/7.59	c lower bound updated to -1287
7.59/7.60	c BCD2: 2343 <= obj <= 5086
7.59/7.60	c BCD2: #cores=62, #unrelaxed=501, #relaxed=2598, #hardened=0
7.59/7.60	c BCD2: #sat=1 #unsat=494 bias=494/495
7.59/7.60	c Solving starts ...
7.59/7.60	c ============================[ Search Statistics ]============================
7.59/7.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.60	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.60	c =============================================================================
7.59/7.60	c  0.0s |       0 |        0 |        0 |     4849      0 |      438 |      452
7.59/7.61	c  0.0s |       0 |      360 |        1 |     4849      0 |      438 |      461
7.59/7.61	c #cpu_time = 0.010s
7.59/7.61	c #wall_clock_time = 0.010s
7.59/7.61	c #decision = 360
7.59/7.61	c #random_decision = 0
7.59/7.61	c #conflict = 1
7.59/7.61	c #restart = 0
7.59/7.61	c BCD2: relaxing 15 and merging with 1 cores into a new core of size 35: cost of the new core is >=8
7.59/7.61	c lower bound updated to -1285
7.59/7.61	c BCD2: 2345 <= obj <= 5086
7.59/7.61	c BCD2: #cores=62, #unrelaxed=486, #relaxed=2613, #hardened=0
7.59/7.61	c BCD2: #sat=1 #unsat=495 bias=495/496
7.59/7.61	c Solving starts ...
7.59/7.61	c ============================[ Search Statistics ]============================
7.59/7.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.61	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.61	c =============================================================================
7.59/7.61	c  0.0s |       0 |        0 |        0 |     4849      0 |      439 |      461
7.59/7.63	c  0.0s |       0 |      352 |        2 |     4849      0 |      439 |      462
7.59/7.63	c #cpu_time = 0.013s
7.59/7.63	c #wall_clock_time = 0.013s
7.59/7.63	c #decision = 352
7.59/7.63	c #random_decision = 0
7.59/7.63	c #conflict = 2
7.59/7.63	c #restart = 0
7.59/7.63	c BCD2: relaxing 16 and merging with 8 cores into a new core of size 103: cost of the new core is >=44
7.59/7.63	c BCD2: refineLB: 43 -> 44
7.59/7.63	c lower bound updated to -1283
7.59/7.63	c BCD2: 2347 <= obj <= 5086
7.59/7.63	c BCD2: #cores=55, #unrelaxed=470, #relaxed=2629, #hardened=0
7.59/7.63	c BCD2: #sat=1 #unsat=496 bias=496/497
7.59/7.63	c Solving starts ...
7.59/7.63	c ============================[ Search Statistics ]============================
7.59/7.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.63	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.63	c =============================================================================
7.59/7.63	c  0.0s |       0 |        0 |        0 |     4849      0 |      447 |      462
7.59/7.64	c  0.0s |       0 |      369 |        0 |     4849      0 |      447 |      470
7.59/7.64	c #cpu_time = 0.010s
7.59/7.64	c #wall_clock_time = 0.010s
7.59/7.64	c #decision = 369
7.59/7.64	c #random_decision = 0
7.59/7.64	c #conflict = 0
7.59/7.64	c #restart = 0
7.59/7.64	c BCD2: found a new core of size 3: cost of the new core is >=2
7.59/7.64	c lower bound updated to -1281
7.59/7.64	c BCD2: 2349 <= obj <= 5086
7.59/7.64	c BCD2: #cores=56, #unrelaxed=467, #relaxed=2632, #hardened=0
7.59/7.64	c BCD2: #sat=1 #unsat=497 bias=497/498
7.59/7.64	c Solving starts ...
7.59/7.64	c ============================[ Search Statistics ]============================
7.59/7.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.64	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.64	c =============================================================================
7.59/7.64	c  0.0s |       0 |        0 |        0 |     4849      0 |      447 |      470
7.59/7.65	c  0.0s |       0 |      369 |        0 |     4849      0 |      447 |      470
7.59/7.65	c #cpu_time = 0.009s
7.59/7.65	c #wall_clock_time = 0.009s
7.59/7.65	c #decision = 369
7.59/7.65	c #random_decision = 0
7.59/7.65	c #conflict = 0
7.59/7.65	c #restart = 0
7.59/7.65	c BCD2: found a new core of size 3: cost of the new core is >=2
7.59/7.65	c lower bound updated to -1279
7.59/7.66	c BCD2: 2351 <= obj <= 5086
7.59/7.66	c BCD2: #cores=57, #unrelaxed=464, #relaxed=2635, #hardened=0
7.59/7.66	c BCD2: #sat=1 #unsat=498 bias=498/499
7.59/7.66	c Solving starts ...
7.59/7.66	c ============================[ Search Statistics ]============================
7.59/7.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.66	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.66	c =============================================================================
7.59/7.66	c  0.0s |       0 |        0 |        0 |     4849      0 |      447 |      470
7.59/7.67	c  0.0s |       0 |      368 |        0 |     4849      0 |      447 |      470
7.59/7.67	c #cpu_time = 0.009s
7.59/7.67	c #wall_clock_time = 0.009s
7.59/7.67	c #decision = 368
7.59/7.67	c #random_decision = 0
7.59/7.67	c #conflict = 0
7.59/7.67	c #restart = 0
7.59/7.67	c BCD2: found a new core of size 3: cost of the new core is >=2
7.59/7.67	c lower bound updated to -1277
7.59/7.67	c BCD2: 2353 <= obj <= 5086
7.59/7.67	c BCD2: #cores=58, #unrelaxed=461, #relaxed=2638, #hardened=0
7.59/7.67	c BCD2: #sat=1 #unsat=499 bias=499/500
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 |     4849      0 |      447 |      470
7.59/7.68	c  0.0s |       0 |      378 |        1 |     4849      0 |      447 |      470
7.59/7.68	c #cpu_time = 0.010s
7.59/7.68	c #wall_clock_time = 0.010s
7.59/7.68	c #decision = 378
7.59/7.68	c #random_decision = 0
7.59/7.68	c #conflict = 1
7.59/7.68	c #restart = 0
7.59/7.68	c BCD2: relaxing 8 and merging with 1 cores into a new core of size 28: cost of the new core is >=12
7.59/7.68	c lower bound updated to -1275
7.59/7.68	c BCD2: 2355 <= obj <= 5086
7.59/7.68	c BCD2: #cores=58, #unrelaxed=453, #relaxed=2646, #hardened=0
7.59/7.68	c BCD2: #sat=1 #unsat=500 bias=500/501
7.59/7.68	c Solving starts ...
7.59/7.68	c ============================[ Search Statistics ]============================
7.59/7.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.68	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.68	c =============================================================================
7.59/7.68	c  0.0s |       0 |        0 |        0 |     4849      0 |      448 |      470
7.59/7.70	c  0.0s |       0 |      369 |        1 |     4849      0 |      448 |      471
7.59/7.70	c #cpu_time = 0.014s
7.59/7.70	c #wall_clock_time = 0.014s
7.59/7.70	c #decision = 369
7.59/7.70	c #random_decision = 0
7.59/7.70	c #conflict = 1
7.59/7.70	c #restart = 0
7.59/7.70	c BCD2: relaxing 21 and merging with 6 cores into a new core of size 90: cost of the new core is >=40
7.59/7.70	c BCD2: refineLB: 39 -> 40
7.59/7.70	c lower bound updated to -1273
7.59/7.70	c BCD2: 2357 <= obj <= 5086
7.59/7.70	c BCD2: #cores=53, #unrelaxed=432, #relaxed=2667, #hardened=0
7.59/7.70	c BCD2: #sat=1 #unsat=501 bias=501/502
7.59/7.70	c Solving starts ...
7.59/7.70	c ============================[ Search Statistics ]============================
7.59/7.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.70	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.70	c =============================================================================
7.59/7.70	c  0.0s |       0 |        0 |        0 |     4849      0 |      454 |      471
7.70/7.71	c  0.0s |       0 |      355 |        0 |     4849      0 |      454 |      477
7.70/7.71	c #cpu_time = 0.011s
7.70/7.71	c #wall_clock_time = 0.011s
7.70/7.71	c #decision = 355
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: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
7.70/7.71	c BCD2: refineLB: 3 -> 4
7.70/7.72	c lower bound updated to -1271
7.70/7.72	c BCD2: 2359 <= obj <= 5086
7.70/7.72	c BCD2: #cores=53, #unrelaxed=428, #relaxed=2671, #hardened=0
7.70/7.72	c BCD2: #sat=1 #unsat=502 bias=502/503
7.70/7.72	c Solving starts ...
7.70/7.72	c ============================[ Search Statistics ]============================
7.70/7.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.70/7.72	c       |         |          |          |    Limit     GC | Var      | Constra 
7.70/7.72	c =============================================================================
7.70/7.72	c  0.0s |       0 |        0 |        0 |     4849      0 |      455 |      477
7.70/7.73	c  0.0s |       0 |      354 |        0 |     4849      0 |      455 |      478
7.70/7.73	c #cpu_time = 0.011s
7.70/7.73	c #wall_clock_time = 0.011s
7.70/7.73	c #decision = 354
7.70/7.73	c #random_decision = 0
7.70/7.73	c #conflict = 0
7.70/7.73	c #restart = 0
7.70/7.73	c BCD2: relaxing 9 and merging with 1 cores into a new core of size 12: cost of the new core is >=4
7.70/7.73	c BCD2: refineLB: 3 -> 4
7.70/7.73	c lower bound updated to -1269
7.70/7.73	c BCD2: 2361 <= obj <= 5086
7.70/7.73	c BCD2: #cores=53, #unrelaxed=419, #relaxed=2680, #hardened=0
7.70/7.73	c BCD2: #sat=1 #unsat=503 bias=503/504
7.70/7.73	c Solving starts ...
7.70/7.73	c ============================[ Search Statistics ]============================
7.70/7.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.70/7.73	c       |         |          |          |    Limit     GC | Var      | Constra 
7.70/7.73	c =============================================================================
7.70/7.73	c  0.0s |       0 |        0 |        0 |     4849      0 |      456 |      478
7.70/7.74	c  0.0s |       0 |      348 |        1 |     4849      0 |      456 |      479
7.70/7.74	c #cpu_time = 0.011s
7.70/7.74	c #wall_clock_time = 0.011s
7.70/7.74	c #decision = 348
7.70/7.74	c #random_decision = 0
7.70/7.74	c #conflict = 1
7.70/7.74	c #restart = 0
7.70/7.74	c BCD2: relaxing 11 and merging with 2 cores into a new core of size 45: cost of the new core is >=14
7.70/7.74	c BCD2: refineLB: 13 -> 14
7.70/7.74	c lower bound updated to -1267
7.70/7.75	c BCD2: 2363 <= obj <= 5086
7.70/7.75	c BCD2: #cores=52, #unrelaxed=408, #relaxed=2691, #hardened=0
7.70/7.75	c BCD2: #sat=1 #unsat=504 bias=504/505
7.70/7.75	c Solving starts ...
7.70/7.75	c ============================[ Search Statistics ]============================
7.70/7.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.70/7.75	c       |         |          |          |    Limit     GC | Var      | Constra 
7.70/7.75	c =============================================================================
7.70/7.75	c  0.0s |       0 |        0 |        0 |     4849      0 |      458 |      479
7.70/7.76	c  0.0s |       0 |      336 |        0 |     4849      0 |      458 |      481
7.70/7.76	c #cpu_time = 0.010s
7.70/7.76	c #wall_clock_time = 0.010s
7.70/7.76	c #decision = 336
7.70/7.76	c #random_decision = 0
7.70/7.76	c #conflict = 0
7.70/7.76	c #restart = 0
7.70/7.76	c BCD2: found a new core of size 5: cost of the new core is >=2
7.70/7.76	c lower bound updated to -1265
7.70/7.76	c BCD2: 2365 <= obj <= 5086
7.70/7.76	c BCD2: #cores=53, #unrelaxed=403, #relaxed=2696, #hardened=0
7.70/7.76	c BCD2: #sat=1 #unsat=505 bias=505/506
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.76	c  0.0s |       0 |        0 |        0 |     4849      0 |      458 |      481
7.70/7.77	c  0.0s |       0 |      336 |        0 |     4849      0 |      458 |      481
7.70/7.77	c #cpu_time = 0.010s
7.70/7.77	c #wall_clock_time = 0.010s
7.70/7.77	c #decision = 336
7.70/7.77	c #random_decision = 0
7.70/7.77	c #conflict = 0
7.70/7.77	c #restart = 0
7.70/7.77	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
7.70/7.77	c BCD2: refineLB: 3 -> 4
7.70/7.77	c lower bound updated to -1263
7.70/7.78	c BCD2: 2367 <= obj <= 5086
7.70/7.78	c BCD2: #cores=53, #unrelaxed=399, #relaxed=2700, #hardened=0
7.70/7.78	c BCD2: #sat=1 #unsat=506 bias=506/507
7.70/7.78	c Solving starts ...
7.70/7.78	c ============================[ Search Statistics ]============================
7.70/7.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.70/7.78	c       |         |          |          |    Limit     GC | Var      | Constra 
7.70/7.78	c =============================================================================
7.70/7.78	c  0.0s |       0 |        0 |        0 |     4849      0 |      459 |      481
7.70/7.79	c  0.0s |       0 |      334 |        0 |     4849      0 |      459 |      482
7.70/7.79	c #cpu_time = 0.009s
7.70/7.79	c #wall_clock_time = 0.009s
7.70/7.79	c #decision = 334
7.70/7.79	c #random_decision = 0
7.70/7.79	c #conflict = 0
7.70/7.79	c #restart = 0
7.70/7.79	c BCD2: found a new core of size 6: cost of the new core is >=2
7.70/7.79	c lower bound updated to -1261
7.70/7.79	c BCD2: 2369 <= obj <= 5086
7.70/7.79	c BCD2: #cores=54, #unrelaxed=393, #relaxed=2706, #hardened=0
7.70/7.79	c BCD2: #sat=1 #unsat=507 bias=507/508
7.70/7.79	c Solving starts ...
7.70/7.79	c ============================[ Search Statistics ]============================
7.70/7.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.70/7.79	c       |         |          |          |    Limit     GC | Var      | Constra 
7.70/7.79	c =============================================================================
7.70/7.79	c  0.0s |       0 |        0 |        0 |     4849      0 |      459 |      482
7.70/7.80	c  0.0s |       0 |      330 |        0 |     4849      0 |      459 |      482
7.70/7.80	c #cpu_time = 0.009s
7.70/7.80	c #wall_clock_time = 0.009s
7.70/7.80	c #decision = 330
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 >=2
7.70/7.80	c lower bound updated to -1259
7.70/7.80	c BCD2: 2371 <= obj <= 5086
7.70/7.80	c BCD2: #cores=55, #unrelaxed=390, #relaxed=2709, #hardened=0
7.70/7.80	c BCD2: #sat=1 #unsat=508 bias=508/509
7.70/7.80	c Solving starts ...
7.70/7.80	c ============================[ Search Statistics ]============================
7.70/7.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.70/7.80	c       |         |          |          |    Limit     GC | Var      | Constra 
7.70/7.80	c =============================================================================
7.70/7.80	c  0.0s |       0 |        0 |        0 |     4849      0 |      459 |      482
7.80/7.81	c  0.0s |       0 |      329 |        0 |     4849      0 |      459 |      482
7.80/7.81	c #cpu_time = 0.009s
7.80/7.81	c #wall_clock_time = 0.009s
7.80/7.81	c #decision = 329
7.80/7.81	c #random_decision = 0
7.80/7.81	c #conflict = 0
7.80/7.81	c #restart = 0
7.80/7.81	c BCD2: found a new core of size 3: cost of the new core is >=2
7.80/7.81	c lower bound updated to -1257
7.80/7.82	c BCD2: 2373 <= obj <= 5086
7.80/7.82	c BCD2: #cores=56, #unrelaxed=387, #relaxed=2712, #hardened=0
7.80/7.82	c BCD2: #sat=1 #unsat=509 bias=509/510
7.80/7.82	c Solving starts ...
7.80/7.82	c ============================[ Search Statistics ]============================
7.80/7.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.80/7.82	c       |         |          |          |    Limit     GC | Var      | Constra 
7.80/7.82	c =============================================================================
7.80/7.82	c  0.0s |       0 |        0 |        0 |     4849      0 |      459 |      482
7.80/7.83	c  0.0s |       0 |      346 |        1 |     4849      0 |      459 |      482
7.80/7.83	c #cpu_time = 0.011s
7.80/7.83	c #wall_clock_time = 0.011s
7.80/7.83	c #decision = 346
7.80/7.83	c #random_decision = 0
7.80/7.83	c #conflict = 1
7.80/7.83	c #restart = 0
7.80/7.83	c BCD2: relaxing 12 and merging with 2 cores into a new core of size 45: cost of the new core is >=16
7.80/7.83	c lower bound updated to -1255
7.80/7.83	c BCD2: 2375 <= obj <= 5086
7.80/7.83	c BCD2: #cores=55, #unrelaxed=375, #relaxed=2724, #hardened=0
7.80/7.83	c BCD2: #sat=1 #unsat=510 bias=510/511
7.80/7.83	c Solving starts ...
7.80/7.83	c ============================[ Search Statistics ]============================
7.80/7.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.80/7.83	c       |         |          |          |    Limit     GC | Var      | Constra 
7.80/7.83	c =============================================================================
7.80/7.83	c  0.0s |       0 |        0 |        0 |     4849      0 |      461 |      482
7.80/7.84	c  0.0s |       0 |      331 |        0 |     4849      0 |      461 |      484
7.80/7.84	c #cpu_time = 0.010s
7.80/7.84	c #wall_clock_time = 0.010s
7.80/7.84	c #decision = 331
7.80/7.84	c #random_decision = 0
7.80/7.84	c #conflict = 0
7.80/7.84	c #restart = 0
7.80/7.84	c BCD2: found a new core of size 5: cost of the new core is >=2
7.80/7.84	c lower bound updated to -1253
7.80/7.84	c BCD2: 2377 <= obj <= 5086
7.80/7.84	c BCD2: #cores=56, #unrelaxed=370, #relaxed=2729, #hardened=0
7.80/7.84	c BCD2: #sat=1 #unsat=511 bias=511/512
7.80/7.85	c Solving starts ...
7.80/7.85	c ============================[ Search Statistics ]============================
7.80/7.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.80/7.85	c       |         |          |          |    Limit     GC | Var      | Constra 
7.80/7.85	c =============================================================================
7.80/7.85	c  0.0s |       0 |        0 |        0 |     4849      0 |      461 |      484
7.80/7.86	c  0.0s |       0 |      334 |        3 |     4849      0 |      461 |      484
7.80/7.86	c #cpu_time = 0.016s
7.80/7.86	c #wall_clock_time = 0.016s
7.80/7.86	c #decision = 334
7.80/7.86	c #random_decision = 0
7.80/7.86	c #conflict = 3
7.80/7.86	c #restart = 0
7.80/7.86	c BCD2: relaxing 38 and merging with 8 cores into a new core of size 131: cost of the new core is >=46
7.80/7.86	c BCD2: refineLB: 45 -> 46
7.80/7.86	c lower bound updated to -1251
7.80/7.86	c BCD2: 2379 <= obj <= 5086
7.80/7.86	c BCD2: #cores=49, #unrelaxed=332, #relaxed=2767, #hardened=0
7.80/7.86	c BCD2: #sat=1 #unsat=512 bias=512/513
7.80/7.87	c Solving starts ...
7.80/7.87	c ============================[ Search Statistics ]============================
7.80/7.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.80/7.87	c       |         |          |          |    Limit     GC | Var      | Constra 
7.80/7.87	c =============================================================================
7.80/7.87	c  0.0s |       0 |        0 |        0 |     4849      0 |      469 |      484
7.80/7.88	c  0.0s |       0 |      321 |        1 |     4849      0 |      469 |      492
7.80/7.88	c #cpu_time = 0.015s
7.80/7.88	c #wall_clock_time = 0.015s
7.80/7.88	c #decision = 321
7.80/7.88	c #random_decision = 0
7.80/7.88	c #conflict = 1
7.80/7.88	c #restart = 0
7.80/7.88	c BCD2: relaxing 10 and merging with 2 cores into a new core of size 29: cost of the new core is >=12
7.80/7.88	c BCD2: refineLB: 11 -> 12
7.80/7.88	c lower bound updated to -1249
7.80/7.89	c BCD2: 2381 <= obj <= 5086
7.80/7.89	c BCD2: #cores=48, #unrelaxed=322, #relaxed=2777, #hardened=0
7.80/7.89	c BCD2: #sat=1 #unsat=513 bias=513/514
7.80/7.89	c Solving starts ...
7.80/7.89	c ============================[ Search Statistics ]============================
7.80/7.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.80/7.89	c       |         |          |          |    Limit     GC | Var      | Constra 
7.80/7.89	c =============================================================================
7.80/7.89	c  0.0s |       0 |        0 |        0 |     4849      0 |      471 |      492
7.89/7.90	c  0.0s |       0 |      308 |        0 |     4849      0 |      471 |      494
7.89/7.90	c #cpu_time = 0.010s
7.89/7.90	c #wall_clock_time = 0.010s
7.89/7.90	c #decision = 308
7.89/7.90	c #random_decision = 0
7.89/7.90	c #conflict = 0
7.89/7.90	c #restart = 0
7.89/7.90	c BCD2: found a new core of size 3: cost of the new core is >=2
7.89/7.90	c lower bound updated to -1247
7.89/7.90	c BCD2: 2383 <= obj <= 5086
7.89/7.90	c BCD2: #cores=49, #unrelaxed=319, #relaxed=2780, #hardened=0
7.89/7.90	c BCD2: #sat=1 #unsat=514 bias=514/515
7.89/7.90	c Solving starts ...
7.89/7.90	c ============================[ Search Statistics ]============================
7.89/7.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.90	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.90	c =============================================================================
7.89/7.90	c  0.0s |       0 |        0 |        0 |     4849      0 |      471 |      494
7.89/7.91	c  0.0s |       0 |      309 |        0 |     4849      0 |      471 |      494
7.89/7.91	c #cpu_time = 0.011s
7.89/7.91	c #wall_clock_time = 0.011s
7.89/7.91	c #decision = 309
7.89/7.91	c #random_decision = 0
7.89/7.91	c #conflict = 0
7.89/7.91	c #restart = 0
7.89/7.91	c BCD2: found a new core of size 3: cost of the new core is >=2
7.89/7.91	c lower bound updated to -1245
7.89/7.92	c BCD2: 2385 <= obj <= 5086
7.89/7.92	c BCD2: #cores=50, #unrelaxed=316, #relaxed=2783, #hardened=0
7.89/7.92	c BCD2: #sat=1 #unsat=515 bias=515/516
7.89/7.92	c Solving starts ...
7.89/7.92	c ============================[ Search Statistics ]============================
7.89/7.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.92	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.92	c =============================================================================
7.89/7.92	c  0.0s |       0 |        0 |        0 |     4849      0 |      471 |      494
7.89/7.93	c  0.0s |       0 |      308 |        0 |     4849      0 |      471 |      494
7.89/7.93	c #cpu_time = 0.011s
7.89/7.93	c #wall_clock_time = 0.011s
7.89/7.93	c #decision = 308
7.89/7.93	c #random_decision = 0
7.89/7.93	c #conflict = 0
7.89/7.93	c #restart = 0
7.89/7.93	c BCD2: found a new core of size 3: cost of the new core is >=2
7.89/7.93	c lower bound updated to -1243
7.89/7.93	c BCD2: 2387 <= obj <= 5086
7.89/7.93	c BCD2: #cores=51, #unrelaxed=313, #relaxed=2786, #hardened=0
7.89/7.93	c BCD2: #sat=1 #unsat=516 bias=516/517
7.89/7.93	c Solving starts ...
7.89/7.93	c ============================[ Search Statistics ]============================
7.89/7.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.93	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.93	c =============================================================================
7.89/7.93	c  0.0s |       0 |        0 |        0 |     4849      0 |      471 |      494
7.89/7.94	c  0.0s |       0 |      309 |        0 |     4849      0 |      471 |      494
7.89/7.94	c #cpu_time = 0.010s
7.89/7.94	c #wall_clock_time = 0.010s
7.89/7.94	c #decision = 309
7.89/7.94	c #random_decision = 0
7.89/7.94	c #conflict = 0
7.89/7.94	c #restart = 0
7.89/7.94	c BCD2: found a new core of size 3: cost of the new core is >=2
7.89/7.94	c lower bound updated to -1241
7.89/7.95	c BCD2: 2389 <= obj <= 5086
7.89/7.95	c BCD2: #cores=52, #unrelaxed=310, #relaxed=2789, #hardened=0
7.89/7.95	c BCD2: #sat=1 #unsat=517 bias=517/518
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 |     4849      0 |      471 |      494
7.89/7.96	c  0.0s |       0 |      308 |        0 |     4849      0 |      471 |      494
7.89/7.96	c #cpu_time = 0.009s
7.89/7.96	c #wall_clock_time = 0.010s
7.89/7.96	c #decision = 308
7.89/7.96	c #random_decision = 0
7.89/7.96	c #conflict = 0
7.89/7.96	c #restart = 0
7.89/7.96	c BCD2: found a new core of size 3: cost of the new core is >=2
7.89/7.96	c lower bound updated to -1239
7.89/7.96	c BCD2: 2391 <= obj <= 5086
7.89/7.96	c BCD2: #cores=53, #unrelaxed=307, #relaxed=2792, #hardened=0
7.89/7.96	c BCD2: #sat=1 #unsat=518 bias=518/519
7.89/7.96	c Solving starts ...
7.89/7.96	c ============================[ Search Statistics ]============================
7.89/7.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.96	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.96	c =============================================================================
7.89/7.96	c  0.0s |       0 |        0 |        0 |     4849      0 |      471 |      494
7.89/7.97	c  0.0s |       0 |      308 |        0 |     4849      0 |      471 |      494
7.89/7.97	c #cpu_time = 0.010s
7.89/7.97	c #wall_clock_time = 0.010s
7.89/7.97	c #decision = 308
7.89/7.97	c #random_decision = 0
7.89/7.97	c #conflict = 0
7.89/7.97	c #restart = 0
7.89/7.97	c BCD2: found a new core of size 3: cost of the new core is >=2
7.89/7.97	c lower bound updated to -1237
7.89/7.97	c BCD2: 2393 <= obj <= 5086
7.89/7.97	c BCD2: #cores=54, #unrelaxed=304, #relaxed=2795, #hardened=0
7.89/7.97	c BCD2: #sat=1 #unsat=519 bias=519/520
7.89/7.97	c Solving starts ...
7.89/7.97	c ============================[ Search Statistics ]============================
7.89/7.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.97	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.97	c =============================================================================
7.89/7.97	c  0.0s |       0 |        0 |        0 |     4849      0 |      471 |      494
7.89/7.98	c  0.0s |       0 |      309 |        0 |     4849      0 |      471 |      494
7.89/7.98	c #cpu_time = 0.009s
7.89/7.98	c #wall_clock_time = 0.009s
7.89/7.98	c #decision = 309
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 >=2
7.89/7.98	c lower bound updated to -1235
7.89/7.99	c BCD2: 2395 <= obj <= 5086
7.89/7.99	c BCD2: #cores=55, #unrelaxed=301, #relaxed=2798, #hardened=0
7.89/7.99	c BCD2: #sat=1 #unsat=520 bias=520/521
7.89/7.99	c Solving starts ...
7.89/7.99	c ============================[ Search Statistics ]============================
7.89/7.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.99	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.99	c =============================================================================
7.89/7.99	c  0.0s |       0 |        0 |        0 |     4849      0 |      471 |      494
7.99/8.00	c  0.0s |       0 |      322 |        3 |     4849      0 |      471 |      494
7.99/8.00	c #cpu_time = 0.014s
7.99/8.00	c #wall_clock_time = 0.014s
7.99/8.00	c #decision = 322
7.99/8.00	c #random_decision = 0
7.99/8.00	c #conflict = 3
7.99/8.00	c #restart = 0
7.99/8.00	c BCD2: relaxing 33 and merging with 3 cores into a new core of size 106: cost of the new core is >=28
7.99/8.00	c BCD2: refineLB: 27 -> 28
7.99/8.00	c lower bound updated to -1233
7.99/8.00	c BCD2: 2397 <= obj <= 5086
7.99/8.00	c BCD2: #cores=53, #unrelaxed=268, #relaxed=2831, #hardened=0
7.99/8.00	c BCD2: #sat=1 #unsat=521 bias=521/522
7.99/8.00	c Solving starts ...
7.99/8.00	c ============================[ Search Statistics ]============================
7.99/8.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.00	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.00	c =============================================================================
7.99/8.00	c  0.0s |       0 |        0 |        0 |     4849      0 |      474 |      494
8.09/8.12	c  0.1s |       1 |      521 |      100 |     4849      0 |      474 |      497
8.19/8.27	c  0.3s |       2 |     1031 |      250 |     5334      0 |      474 |      497
8.39/8.44	c  0.4s |       3 |     1613 |      475 |     5868      0 |      474 |      497
8.49/8.55	c  0.5s |       3 |     2064 |      603 |     5868      0 |      474 |      497
8.49/8.55	c #cpu_time = 0.544s
8.49/8.55	c #wall_clock_time = 0.545s
8.49/8.55	c #decision = 2064
8.49/8.55	c #random_decision = 5
8.49/8.55	c #conflict = 603
8.49/8.55	c #restart = 3
8.49/8.57	c BCD2: relaxing 113 and merging with 22 cores into a new core of size 1104: cost of the new core is >=345
8.49/8.57	c lower bound updated to -1232
8.49/8.57	c BCD2: 2398 <= obj <= 5086
8.49/8.57	c BCD2: #cores=32, #unrelaxed=155, #relaxed=2944, #hardened=0
8.49/8.57	c BCD2: #sat=1 #unsat=522 bias=522/523
8.49/8.58	c Solving starts ...
8.49/8.58	c ============================[ Search Statistics ]============================
8.49/8.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.58	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.58	c =============================================================================
8.49/8.58	c  0.0s |       0 |        0 |        0 |     5868      0 |      496 |      497
8.59/8.68	c  0.1s |       1 |      416 |      100 |     6455      0 |      496 |      519
8.69/8.76	c  0.2s |       1 |      933 |      159 |     6455      0 |      496 |      519
8.69/8.76	c #cpu_time = 0.174s
8.69/8.76	c #wall_clock_time = 0.175s
8.69/8.76	c #decision = 933
8.69/8.76	c #random_decision = 0
8.69/8.76	c #conflict = 159
8.69/8.76	c #restart = 1
8.69/8.76	o 1092
8.80/8.81	c BCD2: updating upper bound: 5086 -> 4721
8.80/8.82	c BCD2: 2398 <= obj <= 4721
8.80/8.82	c BCD2: #cores=32, #unrelaxed=155, #relaxed=2944, #hardened=0
8.80/8.82	c BCD2: #sat=2 #unsat=522 bias=522/524
8.80/8.83	c Solving starts ...
8.80/8.83	c ============================[ Search Statistics ]============================
8.80/8.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.80/8.83	c       |         |          |          |    Limit     GC | Var      | Constra 
8.80/8.83	c =============================================================================
8.80/8.83	c  0.0s |       0 |        0 |        0 |     6455      0 |      496 |      520
8.90/8.95	c  0.1s |       1 |      478 |      100 |     6455      0 |      496 |      520
9.19/9.20	c  0.4s |       2 |     1091 |      250 |     6455      0 |      496 |      520
9.49/9.55	c  0.7s |       3 |     1721 |      475 |     7101      0 |      496 |      520
10.09/10.15	c  1.3s |       4 |     2563 |      813 |     7101      0 |      496 |      520
10.99/11.05	c  2.2s |       5 |     3598 |     1320 |     7812      0 |      496 |      520
11.99/12.01	c  3.2s |       6 |     4823 |     2081 |     7812      0 |      496 |      520
13.58/13.62	c  4.8s |       7 |     7123 |     3223 |     8594      0 |      496 |      520
13.98/14.00	c  5.2s |       7 |     7917 |     3524 |     8594      0 |      496 |      520
13.98/14.00	c #cpu_time = 5.153s
13.98/14.00	c #wall_clock_time = 5.166s
13.98/14.00	c #decision = 7917
13.98/14.00	c #random_decision = 12
13.98/14.00	c #conflict = 3524
13.98/14.00	c #restart = 7
13.98/14.00	o 923
13.98/14.01	c BCD2: updating upper bound: 4721 -> 4552
14.39/14.44	c BCD2: 2398 <= obj <= 4552
14.39/14.44	c BCD2: #cores=32, #unrelaxed=155, #relaxed=2944, #hardened=0
14.39/14.44	c BCD2: #sat=3 #unsat=522 bias=522/525
14.58/14.60	c Solving starts ...
14.58/14.60	c ============================[ Search Statistics ]============================
14.58/14.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.58/14.60	c       |         |          |          |    Limit     GC | Var      | Constra 
14.58/14.60	c =============================================================================
14.58/14.60	c  0.0s |       0 |        0 |        0 |     8594      0 |      496 |      521
14.68/14.79	c  0.2s |       1 |      339 |      100 |     8594      0 |      496 |      521
14.88/14.98	c  0.4s |       2 |      746 |      250 |     8594      0 |      496 |      521
15.28/15.32	c  0.7s |       3 |     1331 |      475 |     8594      0 |      496 |      521
15.78/15.81	c  1.2s |       4 |     2148 |      813 |     9454      0 |      496 |      521
16.49/16.57	c  2.0s |       5 |     3195 |     1320 |     9454      0 |      496 |      521
17.08/17.16	c  2.6s |       6 |     4375 |     2081 |     9454      0 |      496 |      521
18.28/18.38	c  3.8s |       7 |     5982 |     3223 |    10400      0 |      496 |      521
19.98/20.06	c  5.5s |       8 |     8238 |     4936 |    10400      0 |      496 |      521
22.09/22.10	c  7.5s |       8 |    10238 |     6336 |    10400      0 |      496 |      521
23.68/23.75	c  9.2s |       9 |    11653 |     7506 |    11441      0 |      496 |      521
25.78/25.87	c 11.3s |       9 |    13574 |     8806 |    11441      0 |      496 |      521
27.88/27.92	c 13.3s |       9 |    15237 |    10106 |    11441      1 |      496 |      521
29.79/29.81	c 15.2s |      10 |    16797 |    11361 |    11441      1 |      496 |      521
31.78/31.90	c 17.3s |      10 |    18643 |    12761 |    12586      1 |      496 |      521
33.88/33.95	c 19.4s |      10 |    20363 |    14161 |    12586      1 |      496 |      521
36.08/36.17	c 21.6s |      10 |    22029 |    15561 |    12586      1 |      496 |      521
38.18/38.29	c 23.7s |      10 |    23491 |    16861 |    12586      1 |      496 |      521
38.68/38.76	c 24.2s |      11 |    23807 |    17144 |    12586      1 |      496 |      521
40.88/40.90	c 26.3s |      11 |    25407 |    18144 |    12586      2 |      496 |      521
42.99/43.01	c 28.4s |      11 |    26846 |    19444 |    12586      2 |      496 |      521
45.09/45.17	c 30.6s |      11 |    28471 |    20844 |    12586      2 |      496 |      521
47.18/47.28	c 32.7s |      11 |    30257 |    22344 |    13845      2 |      496 |      521
49.28/49.35	c 34.8s |      11 |    32042 |    23644 |    13845      2 |      496 |      521
51.28/51.37	c 36.8s |      11 |    33650 |    24844 |    13845      2 |      496 |      521
52.58/52.69	c 38.1s |      12 |    35002 |    25819 |    13845      2 |      496 |      521
54.68/54.72	c 40.1s |      12 |    36367 |    26719 |    13845      3 |      496 |      521
56.78/56.82	c 42.2s |      12 |    37805 |    27919 |    13845      3 |      496 |      521
58.78/58.86	c 44.3s |      12 |    39498 |    29119 |    13845      3 |      496 |      521
60.88/60.91	c 46.3s |      12 |    41082 |    30219 |    13845      3 |      496 |      521
62.98/63.01	c 48.4s |      12 |    42520 |    31419 |    13845      3 |      496 |      521
65.08/65.12	c 50.5s |      12 |    43819 |    32519 |    13845      3 |      496 |      521
67.18/67.22	c 52.6s |      12 |    45385 |    33719 |    13845      3 |      496 |      521
69.38/69.41	c 54.8s |      12 |    46754 |    34719 |    15230      4 |      496 |      521
71.38/71.48	c 56.9s |      12 |    47943 |    35719 |    15230      4 |      496 |      521
73.47/73.50	c 58.9s |      12 |    50171 |    37419 |    15230      4 |      496 |      521
75.27/75.36	c 60.8s |      13 |    51943 |    38832 |    15230      4 |      496 |      521
77.47/77.51	c 62.9s |      13 |    54244 |    40432 |    15230      4 |      496 |      521
79.47/79.57	c 65.0s |      13 |    56287 |    41832 |    15230      4 |      496 |      521
81.67/81.72	c 67.1s |      13 |    58200 |    43332 |    15230      5 |      496 |      521
82.87/82.93	c 68.3s |      13 |    59351 |    44256 |    15230      5 |      496 |      521
82.87/82.93	c #cpu_time = 68.157s
82.87/82.93	c #wall_clock_time = 68.332s
82.87/82.93	c #decision = 59351
82.87/82.93	c #random_decision = 121
82.87/82.93	c #conflict = 44256
82.87/82.93	c #restart = 13
82.87/82.97	c BCD2: relaxing 93 and merging with 28 cores into a new core of size 1926: cost of the new core is >=593
82.87/82.97	c lower bound updated to -1231
82.87/82.97	c BCD2: 2399 <= obj <= 4552
82.87/82.97	c BCD2: #cores=5, #unrelaxed=62, #relaxed=3037, #hardened=0
82.87/82.97	c BCD2: #sat=3 #unsat=523 bias=523/526
82.87/82.99	c Solving starts ...
82.87/82.99	c ============================[ Search Statistics ]============================
82.87/82.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.87/82.99	c       |         |          |          |    Limit     GC | Var      | Constra 
82.87/82.99	c =============================================================================
82.87/82.99	c  0.0s |       0 |        0 |        0 |    15230      0 |      572 |      521
83.27/83.34	c  0.3s |       1 |      426 |      100 |    15230      0 |      572 |      645
83.58/83.63	c  0.6s |       2 |      827 |      250 |    15230      0 |      572 |      645
84.07/84.11	c  1.1s |       3 |     1317 |      475 |    15230      0 |      572 |      645
84.78/84.88	c  1.9s |       4 |     1862 |      813 |    15230      0 |      572 |      645
86.07/86.14	c  3.1s |       5 |     2547 |     1320 |    15230      0 |      572 |      645
87.77/87.88	c  4.9s |       6 |     3480 |     2081 |    15230      0 |      572 |      645
89.97/90.05	c  7.1s |       6 |     4784 |     3081 |    15230      0 |      572 |      645
90.28/90.34	c  7.3s |       7 |     4938 |     3223 |    15230      0 |      572 |      645
92.39/92.49	c  9.5s |       7 |     6025 |     4123 |    15230      0 |      572 |      645
94.38/94.46	c 11.5s |       8 |     6857 |     4936 |    15230      0 |      572 |      645
96.58/96.60	c 13.6s |       8 |     7963 |     5836 |    15230      0 |      572 |      645
98.68/98.77	c 15.8s |       8 |     8905 |     6736 |    15230      0 |      572 |      645
100.68/100.76	c 17.8s |       9 |     9713 |     7506 |    15230      0 |      572 |      645
102.68/102.78	c 19.8s |       9 |    10594 |     8206 |    15230      0 |      572 |      645
104.78/104.83	c 21.8s |       9 |    11446 |     9006 |    15230      0 |      572 |      645
106.97/107.05	c 24.1s |       9 |    12366 |     9906 |    16753      0 |      572 |      645
109.07/109.17	c 26.2s |       9 |    13174 |    10706 |    16753      0 |      572 |      645
110.77/110.89	c 27.9s |      10 |    13838 |    11361 |    16753      0 |      572 |      645
112.87/112.96	c 30.0s |      10 |    14763 |    12061 |    16753      0 |      572 |      645
114.97/115.01	c 32.0s |      10 |    15575 |    12861 |    16753      0 |      572 |      645
116.97/117.09	c 34.1s |      10 |    16398 |    13661 |    16753      0 |      572 |      645
119.27/119.35	c 36.4s |      10 |    17240 |    14461 |    16753      0 |      572 |      645
121.37/121.42	c 38.4s |      10 |    18039 |    15261 |    16753      0 |      572 |      645
123.47/123.54	c 40.6s |      10 |    18871 |    16061 |    16753      0 |      572 |      645
125.77/125.81	c 42.8s |      10 |    19747 |    16861 |    16753      0 |      572 |      645
126.48/126.56	c 43.6s |      11 |    20071 |    17144 |    16753      0 |      572 |      645
128.68/128.74	c 45.7s |      11 |    21063 |    17744 |    16753      0 |      572 |      645
130.77/130.80	c 47.8s |      11 |    21768 |    18444 |    16753      0 |      572 |      645
132.77/132.90	c 49.9s |      11 |    22493 |    19144 |    16753      0 |      572 |      645
134.87/134.96	c 52.0s |      11 |    23000 |    19644 |    16753      1 |      572 |      645
136.97/137.09	c 54.1s |      11 |    23739 |    20344 |    16753      1 |      572 |      645
139.07/139.11	c 56.1s |      11 |    24468 |    21044 |    16753      1 |      572 |      645
141.07/141.14	c 58.1s |      11 |    25194 |    21744 |    16753      1 |      572 |      645
143.27/143.38	c 60.4s |      11 |    25953 |    22444 |    16753      1 |      572 |      645
145.47/145.59	c 62.6s |      11 |    26759 |    23244 |    16753      1 |      572 |      645
147.67/147.76	c 64.8s |      11 |    27613 |    24044 |    16753      1 |      572 |      645
149.77/149.88	c 66.9s |      11 |    28450 |    24844 |    16753      1 |      572 |      645
151.87/151.98	c 69.0s |      11 |    29176 |    25544 |    16753      1 |      572 |      645
152.77/152.85	c 69.9s |      12 |    29482 |    25819 |    16753      1 |      572 |      645
154.97/155.04	c 72.0s |      12 |    30346 |    26519 |    16753      1 |      572 |      645
157.16/157.25	c 74.3s |      12 |    31164 |    27219 |    16753      1 |      572 |      645
159.26/159.33	c 76.3s |      12 |    31878 |    27919 |    16753      1 |      572 |      645
161.36/161.42	c 78.4s |      12 |    32533 |    28519 |    16753      1 |      572 |      645
163.56/163.63	c 80.6s |      12 |    33237 |    29219 |    16753      1 |      572 |      645
165.66/165.78	c 82.8s |      12 |    33732 |    29719 |    16753      2 |      572 |      645
167.87/167.99	c 85.0s |      12 |    34359 |    30319 |    16753      2 |      572 |      645
170.17/170.27	c 87.3s |      12 |    34944 |    30919 |    16753      2 |      572 |      645
172.37/172.41	c 89.4s |      12 |    35560 |    31519 |    16753      2 |      572 |      645
174.37/174.48	c 91.5s |      12 |    36166 |    32119 |    16753      2 |      572 |      645
176.46/176.55	c 93.6s |      12 |    36774 |    32719 |    16753      2 |      572 |      645
178.86/178.93	c 95.9s |      12 |    37392 |    33319 |    16753      2 |      572 |      645
181.06/181.18	c 98.2s |      12 |    38105 |    34019 |    16753      2 |      572 |      645
183.26/183.32	c  100s |      12 |    38819 |    34719 |    16753      2 |      572 |      645
185.56/185.63	c  102s |      12 |    39512 |    35419 |    16753      2 |      572 |      645
187.66/187.76	c  104s |      12 |    40126 |    36019 |    16753      2 |      572 |      645
189.86/189.96	c  106s |      12 |    40721 |    36619 |    16753      2 |      572 |      645
192.06/192.14	c  109s |      12 |    41330 |    37219 |    16753      2 |      572 |      645
194.26/194.30	c  111s |      12 |    41943 |    37819 |    16753      2 |      572 |      645
196.46/196.53	c  113s |      12 |    42640 |    38519 |    18429      2 |      572 |      645
197.46/197.56	c  114s |      13 |    42958 |    38832 |    18429      2 |      572 |      645
199.46/199.57	c  116s |      13 |    43434 |    39132 |    18429      3 |      572 |      645
201.75/201.87	c  118s |      13 |    44252 |    39932 |    18429      3 |      572 |      645
203.85/203.99	c  120s |      13 |    45058 |    40732 |    18429      3 |      572 |      645
206.15/206.26	c  123s |      13 |    45863 |    41532 |    18429      3 |      572 |      645
208.25/208.37	c  125s |      13 |    46560 |    42232 |    18429      3 |      572 |      645
210.56/210.67	c  127s |      13 |    47255 |    42932 |    18429      3 |      572 |      645
212.56/212.68	c  129s |      13 |    47865 |    43532 |    18429      3 |      572 |      645
214.66/214.79	c  131s |      13 |    48566 |    44232 |    18429      3 |      572 |      645
216.76/216.87	c  133s |      13 |    49275 |    44932 |    18429      3 |      572 |      645
218.96/219.05	c  136s |      13 |    49972 |    45632 |    18429      3 |      572 |      645
221.26/221.31	c  138s |      13 |    50670 |    46332 |    18429      3 |      572 |      645
223.36/223.43	c  140s |      13 |    51374 |    47032 |    18429      3 |      572 |      645
225.56/225.65	c  142s |      13 |    52084 |    47732 |    18429      3 |      572 |      645
227.86/227.94	c  144s |      13 |    52777 |    48432 |    18429      3 |      572 |      645
229.96/230.07	c  147s |      13 |    53380 |    49032 |    18429      3 |      572 |      645
231.95/232.10	c  149s |      13 |    53982 |    49632 |    18429      3 |      572 |      645
234.15/234.28	c  151s |      13 |    54579 |    50232 |    18429      3 |      572 |      645
236.25/236.36	c  153s |      13 |    55177 |    50832 |    18429      3 |      572 |      645
238.35/238.42	c  155s |      13 |    55582 |    51232 |    18429      4 |      572 |      645
240.35/240.45	c  157s |      13 |    56179 |    51832 |    18429      4 |      572 |      645
242.45/242.56	c  159s |      13 |    56885 |    52532 |    18429      4 |      572 |      645
244.65/244.79	c  161s |      13 |    57593 |    53232 |    18429      4 |      572 |      645
246.95/247.07	c  164s |      13 |    58293 |    53932 |    18429      4 |      572 |      645
249.25/249.39	c  166s |      13 |    58987 |    54632 |    18429      4 |      572 |      645
251.55/251.62	c  168s |      13 |    59699 |    55332 |    18429      4 |      572 |      645
253.65/253.79	c  170s |      13 |    60398 |    56032 |    18429      4 |      572 |      645
255.95/256.00	c  173s |      13 |    61094 |    56732 |    18429      4 |      572 |      645
257.95/258.01	c  175s |      13 |    61797 |    57432 |    18429      4 |      572 |      645
260.05/260.11	c  177s |      13 |    62511 |    58132 |    18429      4 |      572 |      645
260.85/260.92	c  177s |      14 |    62735 |    58352 |    18429      4 |      572 |      645
263.05/263.15	c  180s |      14 |    63481 |    58952 |    18429      4 |      572 |      645
265.25/265.38	c  182s |      14 |    64190 |    59652 |    18429      4 |      572 |      645
267.55/267.61	c  184s |      14 |    64891 |    60352 |    18429      4 |      572 |      645
269.85/269.92	c  186s |      14 |    65595 |    61052 |    18429      4 |      572 |      645
272.15/272.22	c  189s |      14 |    66313 |    61752 |    18429      4 |      572 |      645
274.35/274.46	c  191s |      14 |    66823 |    62252 |    18429      5 |      572 |      645
276.55/276.60	c  193s |      14 |    67439 |    62852 |    18429      5 |      572 |      645
278.65/278.72	c  195s |      14 |    68150 |    63552 |    18429      5 |      572 |      645
280.75/280.84	c  197s |      14 |    68840 |    64252 |    18429      5 |      572 |      645
282.95/283.05	c  200s |      14 |    69559 |    64952 |    18429      5 |      572 |      645
285.05/285.16	c  202s |      14 |    70261 |    65652 |    18429      5 |      572 |      645
287.25/287.31	c  204s |      14 |    70965 |    66352 |    18429      5 |      572 |      645
289.45/289.56	c  206s |      14 |    71667 |    67052 |    18429      5 |      572 |      645
291.64/291.76	c  208s |      14 |    72363 |    67752 |    18429      5 |      572 |      645
293.94/294.05	c  211s |      14 |    73071 |    68452 |    18429      5 |      572 |      645
296.14/296.27	c  213s |      14 |    73776 |    69152 |    18429      5 |      572 |      645
298.44/298.51	c  215s |      14 |    74474 |    69852 |    18429      5 |      572 |      645
300.64/300.79	c  217s |      14 |    75277 |    70652 |    18429      5 |      572 |      645
302.84/302.97	c  219s |      14 |    75982 |    71352 |    18429      5 |      572 |      645
305.14/305.21	c  222s |      14 |    76690 |    72052 |    18429      5 |      572 |      645
307.34/307.44	c  224s |      14 |    77392 |    72752 |    18429      5 |      572 |      645
309.54/309.64	c  226s |      14 |    77892 |    73252 |    18429      6 |      572 |      645
311.84/311.91	c  228s |      14 |    78598 |    73952 |    18429      6 |      572 |      645
314.04/314.12	c  231s |      14 |    79301 |    74652 |    18429      6 |      572 |      645
316.24/316.36	c  233s |      14 |    80003 |    75352 |    18429      6 |      572 |      645
318.23/318.38	c  235s |      14 |    80708 |    76052 |    18429      6 |      572 |      645
320.63/320.70	c  237s |      14 |    81414 |    76752 |    18429      6 |      572 |      645
322.63/322.72	c  239s |      14 |    82013 |    77352 |    18429      6 |      572 |      645
324.94/325.05	c  242s |      14 |    82611 |    77952 |    18429      6 |      572 |      645
327.14/327.23	c  244s |      14 |    83316 |    78652 |    18429      6 |      572 |      645
329.24/329.32	c  246s |      14 |    83924 |    79252 |    18429      6 |      572 |      645
331.24/331.32	c  248s |      14 |    84522 |    79852 |    18429      6 |      572 |      645
333.25/333.37	c  250s |      14 |    85122 |    80452 |    18429      6 |      572 |      645
335.55/335.65	c  252s |      14 |    85833 |    81152 |    18429      6 |      572 |      645
337.74/337.86	c  254s |      14 |    86430 |    81752 |    18429      6 |      572 |      645
340.04/340.12	c  257s |      14 |    87031 |    82352 |    20272      6 |      572 |      645
342.24/342.35	c  259s |      14 |    87623 |    82952 |    20272      6 |      572 |      645
344.43/344.58	c  261s |      14 |    88230 |    83552 |    20272      6 |      572 |      645
346.83/346.98	c  263s |      14 |    88837 |    84152 |    20272      6 |      572 |      645
349.13/349.26	c  266s |      14 |    89436 |    84752 |    20272      6 |      572 |      645
351.23/351.30	c  268s |      14 |    89927 |    85252 |    20272      6 |      572 |      645
353.33/353.45	c  270s |      14 |    90336 |    85652 |    20272      7 |      572 |      645
355.53/355.61	c  272s |      14 |    91135 |    86452 |    20272      7 |      572 |      645
357.54/357.63	c  274s |      14 |    91939 |    87252 |    20272      7 |      572 |      645
358.54/358.67	c  275s |      15 |    92327 |    87632 |    20272      7 |      572 |      645
360.84/360.94	c  277s |      15 |    93184 |    88332 |    20272      7 |      572 |      645
362.93/363.05	c  280s |      15 |    93987 |    89132 |    20272      7 |      572 |      645
364.93/365.08	c  282s |      15 |    94690 |    89832 |    20272      7 |      572 |      645
367.03/367.16	c  284s |      15 |    95285 |    90432 |    20272      7 |      572 |      645
369.24/369.34	c  286s |      15 |    95988 |    91132 |    20272      7 |      572 |      645
371.33/371.47	c  288s |      15 |    96691 |    91832 |    20272      7 |      572 |      645
373.43/373.53	c  290s |      15 |    97391 |    92532 |    20272      7 |      572 |      645
375.53/375.65	c  292s |      15 |    98204 |    93332 |    20272      7 |      572 |      645
377.53/377.66	c  294s |      15 |    98914 |    94032 |    20272      7 |      572 |      645
379.63/379.75	c  296s |      15 |    99636 |    94732 |    20272      7 |      572 |      645
381.83/381.98	c  298s |      15 |   100450 |    95532 |    20272      7 |      572 |      645
383.94/384.06	c  301s |      15 |   101161 |    96232 |    20272      7 |      572 |      645
386.04/386.14	c  303s |      15 |   101956 |    97032 |    20272      7 |      572 |      645
388.34/388.41	c  305s |      15 |   102451 |    97532 |    20272      8 |      572 |      645
390.33/390.42	c  307s |      15 |   103260 |    98332 |    20272      8 |      572 |      645
392.33/392.49	c  309s |      15 |   103958 |    99032 |    20272      8 |      572 |      645
394.53/394.68	c  311s |      15 |   104769 |    99832 |    20272      8 |      572 |      645
396.63/396.70	c  313s |      15 |   105571 |   100632 |    20272      8 |      572 |      645
398.83/398.97	c  315s |      15 |   106373 |   101432 |    20272      8 |      572 |      645
401.03/401.16	c  318s |      15 |   107087 |   102132 |    20272      8 |      572 |      645
403.13/403.21	c  320s |      15 |   107687 |   102732 |    20272      8 |      572 |      645
405.23/405.39	c  322s |      15 |   108388 |   103432 |    20272      8 |      572 |      645
407.43/407.58	c  324s |      15 |   109234 |   104232 |    20272      8 |      572 |      645
409.52/409.67	c  326s |      15 |   109939 |   104932 |    20272      8 |      572 |      645
411.72/411.80	c  328s |      15 |   110637 |   105632 |    20272      8 |      572 |      645
413.72/413.85	c  330s |      15 |   111344 |   106332 |    20272      8 |      572 |      645
415.73/415.86	c  332s |      15 |   112035 |   107032 |    20272      8 |      572 |      645
417.82/417.99	c  334s |      15 |   112751 |   107732 |    20272      8 |      572 |      645
420.02/420.17	c  337s |      15 |   113450 |   108432 |    20272      8 |      572 |      645
422.52/422.69	c  339s |      15 |   114053 |   109032 |    20272      9 |      572 |      645
424.63/424.72	c  341s |      15 |   114665 |   109632 |    20272      9 |      572 |      645
426.62/426.74	c  343s |      15 |   115370 |   110332 |    20272      9 |      572 |      645
428.72/428.83	c  345s |      15 |   116068 |   111032 |    20272      9 |      572 |      645
430.82/430.98	c  347s |      15 |   116776 |   111732 |    20272      9 |      572 |      645
433.12/433.28	c  350s |      15 |   117603 |   112532 |    20272      9 |      572 |      645
435.22/435.38	c  352s |      15 |   118301 |   113232 |    20272      9 |      572 |      645
437.42/437.53	c  354s |      15 |   118901 |   113832 |    20272      9 |      572 |      645
439.63/439.72	c  356s |      15 |   119618 |   114532 |    20272      9 |      572 |      645
441.72/441.82	c  358s |      15 |   120323 |   115232 |    20272      9 |      572 |      645
443.92/444.01	c  361s |      15 |   121023 |   115932 |    20272      9 |      572 |      645
445.92/446.04	c  363s |      15 |   121633 |   116532 |    20272      9 |      572 |      645
448.12/448.28	c  365s |      15 |   122335 |   117232 |    20272      9 |      572 |      645
450.22/450.31	c  367s |      15 |   122952 |   117832 |    20272      9 |      572 |      645
452.32/452.47	c  369s |      15 |   123666 |   118532 |    20272      9 |      572 |      645
454.62/454.75	c  371s |      15 |   124366 |   119232 |    20272      9 |      572 |      645
456.82/456.98	c  373s |      15 |   125067 |   119932 |    20272      9 |      572 |      645
458.92/459.08	c  376s |      15 |   125667 |   120532 |    20272      9 |      572 |      645
461.02/461.14	c  378s |      15 |   126168 |   121032 |    20272     10 |      572 |      645
463.31/463.42	c  380s |      15 |   126885 |   121732 |    20272     10 |      572 |      645
465.33/465.45	c  382s |      15 |   127585 |   122432 |    20272     10 |      572 |      645
467.62/467.74	c  384s |      15 |   128301 |   123132 |    20272     10 |      572 |      645
469.82/469.95	c  386s |      15 |   128996 |   123832 |    20272     10 |      572 |      645
472.02/472.11	c  389s |      15 |   129600 |   124432 |    20272     10 |      572 |      645
474.12/474.26	c  391s |      15 |   130408 |   125232 |    20272     10 |      572 |      645
476.32/476.44	c  393s |      15 |   131114 |   125932 |    20272     10 |      572 |      645
478.61/478.76	c  395s |      15 |   131817 |   126632 |    20272     10 |      572 |      645
480.81/480.93	c  397s |      15 |   132413 |   127232 |    20272     10 |      572 |      645
482.82/482.93	c  399s |      15 |   133012 |   127832 |    20272     10 |      572 |      645
485.12/485.24	c  402s |      15 |   133726 |   128532 |    20272     10 |      572 |      645
487.11/487.26	c  404s |      15 |   134326 |   129132 |    20272     10 |      572 |      645
489.42/489.54	c  406s |      15 |   135030 |   129832 |    20272     10 |      572 |      645
491.72/491.84	c  408s |      15 |   135736 |   130532 |    20272     10 |      572 |      645
493.82/493.91	c  410s |      15 |   136452 |   131232 |    20272     10 |      572 |      645
494.72/494.89	c  411s |      16 |   136772 |   131552 |    20272     10 |      572 |      645
497.12/497.30	c  414s |      16 |   137569 |   132152 |    20272     11 |      572 |      645
499.32/499.41	c  416s |      16 |   138511 |   133052 |    20272     11 |      572 |      645
501.42/501.59	c  418s |      16 |   139416 |   133952 |    20272     11 |      572 |      645
503.72/503.82	c  420s |      16 |   140315 |   134852 |    20272     11 |      572 |      645
505.71/505.89	c  422s |      16 |   141128 |   135652 |    20272     11 |      572 |      645
507.91/508.00	c  425s |      16 |   142044 |   136552 |    20272     11 |      572 |      645
509.91/510.07	c  427s |      16 |   142953 |   137452 |    20272     11 |      572 |      645
512.01/512.10	c  429s |      16 |   143764 |   138252 |    20272     11 |      572 |      645
514.11/514.24	c  431s |      16 |   144561 |   139052 |    20272     11 |      572 |      645
516.31/516.44	c  433s |      16 |   145382 |   139852 |    20272     11 |      572 |      645
518.31/518.44	c  435s |      16 |   146120 |   140552 |    20272     11 |      572 |      645
520.51/520.69	c  437s |      16 |   146959 |   141352 |    20272     11 |      572 |      645
522.70/522.84	c  439s |      16 |   147671 |   142052 |    20272     11 |      572 |      645
524.90/525.03	c  442s |      16 |   148467 |   142852 |    20272     11 |      572 |      645
527.01/527.11	c  444s |      16 |   149171 |   143552 |    20272     11 |      572 |      645
529.02/529.18	c  446s |      16 |   149680 |   144052 |    20272     12 |      572 |      645
531.22/531.34	c  448s |      16 |   150589 |   144952 |    20272     12 |      572 |      645
533.31/533.46	c  450s |      16 |   151398 |   145752 |    20272     12 |      572 |      645
535.51/535.60	c  452s |      16 |   152223 |   146552 |    20272     12 |      572 |      645
537.51/537.65	c  454s |      16 |   152941 |   147252 |    20272     12 |      572 |      645
539.61/539.72	c  456s |      16 |   153754 |   148052 |    22300     12 |      572 |      645
541.81/541.92	c  458s |      16 |   154673 |   148952 |    22300     12 |      572 |      645
543.81/543.92	c  460s |      16 |   155362 |   149652 |    22300     12 |      572 |      645
545.81/545.98	c  462s |      16 |   156175 |   150452 |    22300     12 |      572 |      645
547.90/548.01	c  465s |      16 |   156978 |   151252 |    22300     12 |      572 |      645
550.10/550.26	c  467s |      16 |   157888 |   152152 |    22300     12 |      572 |      645
552.30/552.46	c  469s |      16 |   158697 |   152952 |    22300     12 |      572 |      645
554.31/554.47	c  471s |      16 |   159500 |   153752 |    22300     12 |      572 |      645
556.40/556.58	c  473s |      16 |   160302 |   154552 |    22300     12 |      572 |      645
558.71/558.83	c  475s |      16 |   161108 |   155352 |    22300     12 |      572 |      645
560.71/560.89	c  477s |      16 |   161915 |   156152 |    22300     12 |      572 |      645
562.91/563.00	c  480s |      16 |   162617 |   156852 |    22300     12 |      572 |      645
565.51/565.60	c  482s |      16 |   163419 |   157652 |    22300     13 |      572 |      645
567.51/567.63	c  484s |      16 |   164119 |   158352 |    22300     13 |      572 |      645
569.71/569.85	c  486s |      16 |   164831 |   159052 |    22300     13 |      572 |      645
571.80/571.94	c  488s |      16 |   165530 |   159752 |    22300     13 |      572 |      645
573.90/574.08	c  491s |      16 |   166347 |   160552 |    22300     13 |      572 |      645
576.10/576.20	c  493s |      16 |   167153 |   161352 |    22300     13 |      572 |      645
578.10/578.28	c  495s |      16 |   167966 |   162152 |    22300     13 |      572 |      645
580.40/580.53	c  497s |      16 |   168768 |   162952 |    22300     13 |      572 |      645
582.50/582.64	c  499s |      16 |   169473 |   163652 |    22300     13 |      572 |      645
584.60/584.77	c  501s |      16 |   170182 |   164352 |    22300     13 |      572 |      645
586.80/586.99	c  504s |      16 |   170985 |   165152 |    22300     13 |      572 |      645
589.00/589.18	c  506s |      16 |   171691 |   165852 |    22300     13 |      572 |      645
591.30/591.48	c  508s |      16 |   172392 |   166552 |    22300     13 |      572 |      645
593.40/593.51	c  510s |      16 |   172997 |   167152 |    22300     13 |      572 |      645
595.39/595.52	c  512s |      16 |   173595 |   167752 |    22300     13 |      572 |      645
597.49/597.63	c  514s |      16 |   174201 |   168352 |    22300     13 |      572 |      645
599.50/599.65	c  516s |      16 |   174815 |   168952 |    22300     13 |      572 |      645
601.70/601.87	c  518s |      16 |   175512 |   169652 |    22300     13 |      572 |      645
603.80/603.94	c  520s |      16 |   176123 |   170252 |    22300     13 |      572 |      645
606.00/606.16	c  523s |      16 |   176727 |   170852 |    22300     14 |      572 |      645
607.99/608.20	c  525s |      16 |   177425 |   171552 |    22300     14 |      572 |      645
610.29/610.40	c  527s |      16 |   178137 |   172252 |    22300     14 |      572 |      645
612.49/612.62	c  529s |      16 |   178845 |   172952 |    22300     14 |      572 |      645
614.49/614.66	c  531s |      16 |   179449 |   173552 |    22300     14 |      572 |      645
616.89/617.03	c  534s |      16 |   180156 |   174252 |    22300     14 |      572 |      645
619.09/619.27	c  536s |      16 |   180762 |   174852 |    22300     14 |      572 |      645
621.50/621.61	c  538s |      16 |   181364 |   175452 |    22300     14 |      572 |      645
623.50/623.68	c  540s |      16 |   182094 |   176152 |    22300     14 |      572 |      645
625.59/625.72	c  542s |      16 |   182805 |   176852 |    22300     14 |      572 |      645
627.79/627.94	c  544s |      16 |   183511 |   177552 |    22300     14 |      572 |      645
630.09/630.27	c  547s |      16 |   184321 |   178352 |    22300     14 |      572 |      645
632.19/632.33	c  549s |      16 |   184924 |   178952 |    22300     14 |      572 |      645
634.19/634.38	c  551s |      16 |   185623 |   179652 |    22300     14 |      572 |      645
636.49/636.63	c  553s |      16 |   186332 |   180352 |    22300     14 |      572 |      645
638.49/638.66	c  555s |      16 |   186956 |   180952 |    22300     14 |      572 |      645
640.49/640.69	c  557s |      16 |   187585 |   181552 |    22300     14 |      572 |      645
642.79/642.91	c  559s |      16 |   188292 |   182252 |    22300     14 |      572 |      645
644.89/645.05	c  562s |      16 |   189003 |   182952 |    22300     14 |      572 |      645
646.99/647.18	c  564s |      16 |   189507 |   183452 |    22300     15 |      572 |      645
649.39/649.53	c  566s |      16 |   190116 |   184052 |    22300     15 |      572 |      645
651.59/651.71	c  568s |      16 |   190820 |   184752 |    22300     15 |      572 |      645
653.79/653.98	c  570s |      16 |   191518 |   185452 |    22300     15 |      572 |      645
655.89/656.04	c  573s |      16 |   192125 |   186052 |    22300     15 |      572 |      645
658.09/658.30	c  575s |      16 |   192830 |   186752 |    22300     15 |      572 |      645
660.29/660.40	c  577s |      16 |   193543 |   187452 |    22300     15 |      572 |      645
662.49/662.65	c  579s |      16 |   194350 |   188252 |    22300     15 |      572 |      645
664.69/664.87	c  581s |      16 |   195051 |   188952 |    22300     15 |      572 |      645
666.78/666.96	c  583s |      16 |   195773 |   189652 |    22300     15 |      572 |      645
668.88/669.08	c  586s |      16 |   196468 |   190352 |    22300     15 |      572 |      645
671.08/671.29	c  588s |      16 |   197207 |   191052 |    22300     15 |      572 |      645
673.19/673.38	c  590s |      16 |   197916 |   191752 |    22300     15 |      572 |      645
675.48/675.61	c  592s |      16 |   198619 |   192452 |    22300     15 |      572 |      645
677.68/677.80	c  594s |      16 |   199337 |   193152 |    22300     15 |      572 |      645
679.88/680.02	c  597s |      16 |   200043 |   193852 |    22300     15 |      572 |      645
682.08/682.25	c  599s |      16 |   200755 |   194552 |    22300     15 |      572 |      645
684.19/684.38	c  601s |      16 |   201365 |   195152 |    22300     15 |      572 |      645
686.29/686.43	c  603s |      16 |   201971 |   195752 |    22300     15 |      572 |      645
688.28/688.48	c  605s |      16 |   202472 |   196252 |    22300     16 |      572 |      645
690.48/690.67	c  607s |      16 |   203073 |   196852 |    22300     16 |      572 |      645
692.38/692.59	c  609s |      17 |   203651 |   197432 |    22300     16 |      572 |      645
694.48/694.64	c  611s |      17 |   204463 |   198032 |    22300     16 |      572 |      645
696.59/696.79	c  613s |      17 |   205170 |   198732 |    22300     16 |      572 |      645
698.68/698.81	c  615s |      17 |   205893 |   199432 |    22300     16 |      572 |      645
700.88/701.02	c  618s |      17 |   206703 |   200232 |    22300     16 |      572 |      645
703.08/703.21	c  620s |      17 |   207528 |   201032 |    22300     16 |      572 |      645
705.28/705.47	c  622s |      17 |   208335 |   201832 |    22300     16 |      572 |      645
707.58/707.73	c  624s |      17 |   209139 |   202632 |    22300     16 |      572 |      645
709.68/709.89	c  626s |      17 |   209850 |   203332 |    22300     16 |      572 |      645
711.78/711.94	c  628s |      17 |   210568 |   204032 |    22300     16 |      572 |      645
713.98/714.14	c  631s |      17 |   211274 |   204732 |    22300     16 |      572 |      645
716.09/716.21	c  633s |      17 |   211875 |   205332 |    22300     16 |      572 |      645
718.08/718.24	c  635s |      17 |   212503 |   205932 |    22300     16 |      572 |      645
720.18/720.35	c  637s |      17 |   213207 |   206632 |    22300     16 |      572 |      645
722.27/722.42	c  639s |      17 |   213927 |   207332 |    22300     16 |      572 |      645
724.27/724.43	c  641s |      17 |   214539 |   207932 |    22300     16 |      572 |      645
726.47/726.63	c  643s |      17 |   215260 |   208632 |    22300     16 |      572 |      645
728.67/728.87	c  645s |      17 |   215766 |   209132 |    22300     17 |      572 |      645
730.77/730.99	c  647s |      17 |   216377 |   209732 |    22300     17 |      572 |      645
733.08/733.23	c  650s |      17 |   217093 |   210432 |    22300     17 |      572 |      645
735.37/735.50	c  652s |      17 |   217800 |   211132 |    22300     17 |      572 |      645
737.37/737.58	c  654s |      17 |   218504 |   211832 |    22300     17 |      572 |      645
739.57/739.72	c  656s |      17 |   219218 |   212532 |    22300     17 |      572 |      645
741.67/741.85	c  658s |      17 |   220018 |   213332 |    22300     17 |      572 |      645
743.67/743.89	c  660s |      17 |   220727 |   214032 |    22300     17 |      572 |      645
746.07/746.20	c  663s |      17 |   221434 |   214732 |    22300     17 |      572 |      645
748.17/748.39	c  665s |      17 |   222142 |   215432 |    22300     17 |      572 |      645
750.17/750.39	c  667s |      17 |   222756 |   216032 |    22300     17 |      572 |      645
752.46/752.63	c  669s |      17 |   223369 |   216632 |    22300     17 |      572 |      645
754.66/754.81	c  671s |      17 |   223990 |   217232 |    22300     17 |      572 |      645
756.87/757.01	c  674s |      17 |   224594 |   217832 |    22300     17 |      572 |      645
759.17/759.32	c  676s |      17 |   225207 |   218432 |    22300     17 |      572 |      645
761.27/761.44	c  678s |      17 |   225721 |   218932 |    22300     17 |      572 |      645
763.57/763.78	c  680s |      17 |   226327 |   219532 |    22300     17 |      572 |      645
765.76/765.97	c  682s |      17 |   226930 |   220132 |    22300     17 |      572 |      645
767.86/768.06	c  685s |      17 |   227548 |   220732 |    22300     17 |      572 |      645
770.16/770.32	c  687s |      17 |   228149 |   221332 |    22300     17 |      572 |      645
772.36/772.51	c  689s |      17 |   228648 |   221832 |    22300     17 |      572 |      645
774.46/774.66	c  691s |      17 |   229060 |   222232 |    22300     18 |      572 |      645
776.76/776.95	c  693s |      17 |   229769 |   222932 |    22300     18 |      572 |      645
779.06/779.21	c  696s |      17 |   230470 |   223632 |    22300     18 |      572 |      645
781.25/781.47	c  698s |      17 |   231069 |   224232 |    22300     18 |      572 |      645
783.45/783.66	c  700s |      17 |   231792 |   224932 |    22300     18 |      572 |      645
785.55/785.76	c  702s |      17 |   232393 |   225532 |    22300     18 |      572 |      645
787.85/788.09	c  705s |      17 |   233000 |   226132 |    22300     18 |      572 |      645
790.26/790.45	c  707s |      17 |   233602 |   226732 |    22300     18 |      572 |      645
792.26/792.49	c  709s |      17 |   234218 |   227332 |    22300     18 |      572 |      645
794.45/794.68	c  711s |      17 |   234931 |   228032 |    22300     18 |      572 |      645
796.65/796.84	c  713s |      17 |   235635 |   228732 |    22300     18 |      572 |      645
798.85/799.06	c  716s |      17 |   236344 |   229432 |    22300     18 |      572 |      645
800.95/801.12	c  718s |      17 |   236948 |   230032 |    22300     18 |      572 |      645
802.96/803.15	c  720s |      17 |   237560 |   230632 |    22300     18 |      572 |      645
805.25/805.40	c  722s |      17 |   238264 |   231332 |    22300     18 |      572 |      645
807.45/807.65	c  724s |      17 |   238967 |   232032 |    22300     18 |      572 |      645
809.65/809.84	c  726s |      17 |   239577 |   232632 |    22300     18 |      572 |      645
811.85/812.03	c  729s |      17 |   240180 |   233232 |    22300     18 |      572 |      645
814.05/814.22	c  731s |      17 |   240798 |   233832 |    22300     18 |      572 |      645
816.35/816.54	c  733s |      17 |   241302 |   234332 |    22300     18 |      572 |      645
818.55/818.72	c  735s |      17 |   241725 |   234732 |    22300     19 |      572 |      645
820.75/820.98	c  737s |      17 |   242328 |   235332 |    22300     19 |      572 |      645
822.95/823.10	c  740s |      17 |   242929 |   235932 |    22300     19 |      572 |      645
825.15/825.33	c  742s |      17 |   243533 |   236532 |    22300     19 |      572 |      645
827.45/827.60	c  744s |      17 |   244249 |   237232 |    22300     19 |      572 |      645
829.55/829.74	c  746s |      17 |   244959 |   237932 |    22300     19 |      572 |      645
831.65/831.88	c  748s |      17 |   245657 |   238632 |    22300     19 |      572 |      645
833.84/834.08	c  751s |      17 |   246266 |   239232 |    22300     19 |      572 |      645
835.85/836.08	c  753s |      17 |   246884 |   239832 |    22300     19 |      572 |      645
838.15/838.36	c  755s |      17 |   247583 |   240532 |    22300     19 |      572 |      645
840.44/840.60	c  757s |      17 |   248297 |   241232 |    22300     19 |      572 |      645
842.45/842.61	c  759s |      17 |   248907 |   241832 |    22300     19 |      572 |      645
844.66/844.87	c  761s |      17 |   249517 |   242432 |    22300     19 |      572 |      645
846.95/847.16	c  764s |      17 |   250227 |   243132 |    22300     19 |      572 |      645
849.05/849.25	c  766s |      17 |   250938 |   243832 |    22300     19 |      572 |      645
851.25/851.48	c  768s |      17 |   251646 |   244532 |    22300     19 |      572 |      645
853.34/853.53	c  770s |      17 |   252249 |   245132 |    22300     19 |      572 |      645
855.65/855.81	c  772s |      17 |   252957 |   245832 |    24531     19 |      572 |      645
857.64/857.84	c  774s |      17 |   253572 |   246432 |    24531     19 |      572 |      645
859.64/859.88	c  776s |      17 |   254194 |   247032 |    24531     19 |      572 |      645
861.73/861.97	c  778s |      17 |   254803 |   247632 |    24531     19 |      572 |      645
864.04/864.21	c  781s |      17 |   255402 |   248232 |    24531     19 |      572 |      645
866.14/866.38	c  783s |      17 |   256002 |   248832 |    24531     19 |      572 |      645
868.44/868.65	c  785s |      17 |   256706 |   249532 |    24531     19 |      572 |      645
870.63/870.85	c  787s |      17 |   257207 |   250032 |    24531     20 |      572 |      645
872.73/872.95	c  789s |      17 |   257909 |   250732 |    24531     20 |      572 |      645
874.93/875.11	c  792s |      17 |   258729 |   251532 |    24531     20 |      572 |      645
876.93/877.14	c  794s |      17 |   259438 |   252232 |    24531     20 |      572 |      645
879.03/879.21	c  796s |      17 |   260145 |   252932 |    24531     20 |      572 |      645
881.13/881.32	c  798s |      17 |   260851 |   253632 |    24531     20 |      572 |      645
883.23/883.41	c  800s |      17 |   261567 |   254332 |    24531     20 |      572 |      645
885.43/885.64	c  802s |      17 |   262373 |   255132 |    24531     20 |      572 |      645
887.53/887.75	c  804s |      17 |   263080 |   255832 |    24531     20 |      572 |      645
889.83/890.08	c  807s |      17 |   263797 |   256532 |    24531     20 |      572 |      645
891.93/892.14	c  809s |      17 |   264407 |   257132 |    24531     20 |      572 |      645
894.13/894.38	c  811s |      17 |   265115 |   257832 |    24531     20 |      572 |      645
896.22/896.41	c  813s |      17 |   265725 |   258432 |    24531     20 |      572 |      645
898.42/898.70	c  815s |      17 |   266432 |   259132 |    24531     20 |      572 |      645
900.62/900.81	c  817s |      17 |   267037 |   259732 |    24531     20 |      572 |      645
902.62/902.85	c  819s |      17 |   267632 |   260332 |    24531     20 |      572 |      645
904.62/904.87	c  821s |      17 |   268237 |   260932 |    24531     20 |      572 |      645
906.72/906.95	c  823s |      17 |   268836 |   261532 |    24531     20 |      572 |      645
908.82/909.07	c  826s |      17 |   269440 |   262132 |    24531     20 |      572 |      645
910.92/911.15	c  828s |      17 |   270040 |   262732 |    24531     20 |      572 |      645
913.02/913.25	c  830s |      17 |   270652 |   263332 |    24531     20 |      572 |      645
915.12/915.37	c  832s |      17 |   271149 |   263832 |    24531     21 |      572 |      645
917.41/917.64	c  834s |      17 |   271858 |   264532 |    24531     21 |      572 |      645
919.53/919.74	c  836s |      17 |   272456 |   265132 |    24531     21 |      572 |      645
921.52/921.79	c  838s |      17 |   273059 |   265732 |    24531     21 |      572 |      645
923.82/924.06	c  841s |      17 |   273658 |   266332 |    24531     21 |      572 |      645
926.22/926.40	c  843s |      17 |   274259 |   266932 |    24531     21 |      572 |      645
928.32/928.54	c  845s |      17 |   274753 |   267432 |    24531     21 |      572 |      645
930.52/930.73	c  847s |      17 |   275264 |   267932 |    24531     21 |      572 |      645
932.81/933.09	c  850s |      17 |   275768 |   268432 |    24531     21 |      572 |      645
935.01/935.26	c  852s |      17 |   276481 |   269132 |    24531     21 |      572 |      645
937.21/937.42	c  854s |      17 |   277196 |   269832 |    24531     21 |      572 |      645
939.32/939.51	c  856s |      17 |   277798 |   270432 |    24531     21 |      572 |      645
941.42/941.67	c  858s |      17 |   278544 |   271132 |    24531     21 |      572 |      645
943.72/943.96	c  860s |      17 |   279159 |   271732 |    24531     21 |      572 |      645
945.92/946.13	c  863s |      17 |   279770 |   272332 |    24531     21 |      572 |      645
948.12/948.36	c  865s |      17 |   280377 |   272932 |    24531     21 |      572 |      645
950.11/950.39	c  867s |      17 |   280996 |   273532 |    24531     21 |      572 |      645
952.31/952.52	c  869s |      17 |   281498 |   274032 |    24531     21 |      572 |      645
954.72/954.98	c  871s |      17 |   282122 |   274632 |    24531     21 |      572 |      645
957.01/957.24	c  874s |      17 |   282721 |   275232 |    24531     21 |      572 |      645
959.11/959.32	c  876s |      17 |   283232 |   275732 |    24531     21 |      572 |      645
961.21/961.50	c  878s |      17 |   283734 |   276232 |    24531     21 |      572 |      645
963.51/963.73	c  880s |      17 |   284253 |   276732 |    24531     21 |      572 |      645
965.61/965.88	c  882s |      17 |   284755 |   277232 |    24531     21 |      572 |      645
968.00/968.21	c  885s |      17 |   285270 |   277732 |    24531     22 |      572 |      645
970.20/970.46	c  887s |      17 |   285981 |   278432 |    24531     22 |      572 |      645
972.21/972.49	c  889s |      17 |   286682 |   279132 |    24531     22 |      572 |      645
974.40/974.68	c  891s |      17 |   287395 |   279832 |    24531     22 |      572 |      645
976.71/976.97	c  893s |      17 |   288104 |   280532 |    24531     22 |      572 |      645
978.91/979.18	c  896s |      17 |   288817 |   281232 |    24531     22 |      572 |      645
981.20/981.48	c  898s |      17 |   289524 |   281932 |    24531     22 |      572 |      645
983.50/983.72	c  900s |      17 |   290226 |   282632 |    24531     22 |      572 |      645
985.50/985.74	c  902s |      17 |   290835 |   283232 |    24531     22 |      572 |      645
987.60/987.82	c  904s |      17 |   291448 |   283832 |    24531     22 |      572 |      645
989.80/990.07	c  907s |      17 |   292053 |   284432 |    24531     22 |      572 |      645
992.19/992.47	c  909s |      17 |   292659 |   285032 |    24531     22 |      572 |      645
994.59/994.80	c  911s |      17 |   293270 |   285632 |    24531     22 |      572 |      645
996.89/997.14	c  914s |      17 |   293883 |   286232 |    24531     22 |      572 |      645
998.89/999.17	c  916s |      17 |   294380 |   286732 |    24531     22 |      572 |      645
1001.08/1001.32	c  918s |      17 |   294882 |   287232 |    24531     22 |      572 |      645
1003.48/1003.72	c  920s |      17 |   295388 |   287732 |    24531     22 |      572 |      645
1005.89/1006.14	c  923s |      17 |   295892 |   288232 |    24531     22 |      572 |      645
1008.19/1008.46	c  925s |      17 |   296412 |   288732 |    24531     22 |      572 |      645
1010.59/1010.83	c  927s |      17 |   296906 |   289232 |    24531     22 |      572 |      645
1012.99/1013.28	c  930s |      17 |   297412 |   289732 |    24531     22 |      572 |      645
1015.09/1015.34	c  932s |      17 |   297814 |   290132 |    24531     22 |      572 |      645
1017.39/1017.62	c  934s |      17 |   298525 |   290832 |    24531     22 |      572 |      645
1019.98/1020.29	c  937s |      17 |   299229 |   291532 |    24531     23 |      572 |      645
1022.38/1022.61	c  939s |      17 |   299735 |   292032 |    24531     23 |      572 |      645
1024.48/1024.76	c  941s |      17 |   300443 |   292732 |    24531     23 |      572 |      645
1026.78/1027.07	c  944s |      17 |   301165 |   293432 |    24531     23 |      572 |      645
1028.88/1029.19	c  946s |      17 |   301874 |   294132 |    24531     23 |      572 |      645
1030.98/1031.24	c  948s |      17 |   302481 |   294732 |    24531     23 |      572 |      645
1033.28/1033.50	c  950s |      17 |   303189 |   295432 |    24531     23 |      572 |      645
1035.48/1035.76	c  952s |      17 |   303890 |   296132 |    24531     23 |      572 |      645
1035.88/1036.19	c  953s |      18 |   304012 |   296252 |    24531     23 |      572 |      645
1038.07/1038.36	c  955s |      18 |   304748 |   296852 |    24531     23 |      572 |      645
1040.17/1040.40	c  957s |      18 |   305456 |   297552 |    24531     23 |      572 |      645
1042.37/1042.62	c  959s |      18 |   306296 |   298352 |    24531     23 |      572 |      645
1044.57/1044.81	c  961s |      18 |   307114 |   299152 |    24531     23 |      572 |      645
1046.68/1046.98	c  963s |      18 |   307924 |   299952 |    24531     23 |      572 |      645
1048.87/1049.18	c  966s |      18 |   308727 |   300752 |    24531     23 |      572 |      645
1051.17/1051.45	c  968s |      18 |   309537 |   301552 |    24531     23 |      572 |      645
1053.47/1053.70	c  970s |      18 |   310344 |   302352 |    24531     23 |      572 |      645
1055.47/1055.78	c  972s |      18 |   311096 |   303052 |    24531     23 |      572 |      645
1057.77/1058.02	c  975s |      18 |   311926 |   303852 |    24531     23 |      572 |      645
1059.96/1060.29	c  977s |      18 |   312726 |   304652 |    24531     23 |      572 |      645
1062.66/1062.91	c  979s |      18 |   313630 |   305552 |    24531     24 |      572 |      645
1064.87/1065.12	c  982s |      18 |   314531 |   306452 |    24531     24 |      572 |      645
1066.88/1067.14	c  984s |      18 |   315340 |   307252 |    24531     24 |      572 |      645
1068.87/1069.15	c  986s |      18 |   316140 |   308052 |    24531     24 |      572 |      645
1071.07/1071.33	c  988s |      18 |   316945 |   308852 |    24531     24 |      572 |      645
1073.06/1073.37	c  990s |      18 |   317644 |   309552 |    24531     24 |      572 |      645
1075.26/1075.54	c  992s |      18 |   318446 |   310352 |    24531     24 |      572 |      645
1077.56/1077.81	c  994s |      18 |   319345 |   311252 |    24531     24 |      572 |      645
1079.66/1079.92	c  996s |      18 |   320157 |   312052 |    24531     24 |      572 |      645
1081.76/1082.00	c  999s |      18 |   320948 |   312852 |    24531     24 |      572 |      645
1083.76/1084.00	c 1001s |      18 |   321653 |   313552 |    24531     24 |      572 |      645
1086.06/1086.30	c 1003s |      18 |   322363 |   314252 |    24531     24 |      572 |      645
1088.16/1088.49	c 1005s |      18 |   323064 |   314952 |    24531     24 |      572 |      645
1090.26/1090.50	c 1007s |      18 |   323776 |   315652 |    24531     24 |      572 |      645
1092.46/1092.73	c 1009s |      18 |   324564 |   316452 |    24531     24 |      572 |      645
1094.55/1094.89	c 1011s |      18 |   325268 |   317152 |    24531     24 |      572 |      645
1096.56/1096.89	c 1013s |      18 |   326072 |   317952 |    24531     24 |      572 |      645
1098.55/1098.89	c 1015s |      18 |   326863 |   318752 |    24531     24 |      572 |      645
1101.46/1101.78	c 1018s |      18 |   327661 |   319552 |    24531     25 |      572 |      645
1103.66/1103.99	c 1021s |      18 |   328469 |   320352 |    24531     25 |      572 |      645
1105.75/1106.08	c 1023s |      18 |   329266 |   321152 |    24531     25 |      572 |      645
1108.05/1108.35	c 1025s |      18 |   330061 |   321952 |    24531     25 |      572 |      645
1110.15/1110.41	c 1027s |      18 |   330767 |   322652 |    24531     25 |      572 |      645
1112.25/1112.52	c 1029s |      18 |   331573 |   323452 |    24531     25 |      572 |      645
1114.24/1114.53	c 1031s |      18 |   332280 |   324152 |    24531     25 |      572 |      645
1116.44/1116.72	c 1033s |      18 |   333086 |   324952 |    24531     25 |      572 |      645
1118.64/1118.96	c 1035s |      18 |   333891 |   325752 |    24531     25 |      572 |      645
1120.65/1120.99	c 1037s |      18 |   334603 |   326452 |    24531     25 |      572 |      645
1122.86/1123.18	c 1040s |      18 |   335510 |   327352 |    24531     25 |      572 |      645
1124.95/1125.29	c 1042s |      18 |   336306 |   328152 |    24531     25 |      572 |      645
1127.04/1127.39	c 1044s |      18 |   337103 |   328952 |    24531     25 |      572 |      645
1129.24/1129.55	c 1046s |      18 |   337911 |   329752 |    24531     25 |      572 |      645
1131.44/1131.75	c 1048s |      18 |   338614 |   330452 |    24531     25 |      572 |      645
1133.74/1134.03	c 1051s |      18 |   339423 |   331252 |    24531     25 |      572 |      645
1135.84/1136.10	c 1053s |      18 |   340134 |   331952 |    24531     25 |      572 |      645
1138.04/1138.39	c 1055s |      18 |   340943 |   332752 |    24531     25 |      572 |      645
1140.23/1140.52	c 1057s |      18 |   341548 |   333352 |    24531     25 |      572 |      645
1142.33/1142.66	c 1059s |      18 |   342044 |   333852 |    24531     26 |      572 |      645
1144.43/1144.79	c 1061s |      18 |   342859 |   334652 |    24531     26 |      572 |      645
1146.53/1146.89	c 1063s |      18 |   343664 |   335452 |    24531     26 |      572 |      645
1148.73/1149.06	c 1066s |      18 |   344470 |   336252 |    24531     26 |      572 |      645
1150.92/1151.21	c 1068s |      18 |   345276 |   337052 |    24531     26 |      572 |      645
1153.02/1153.36	c 1070s |      18 |   346068 |   337852 |    24531     26 |      572 |      645
1155.33/1155.64	c 1072s |      18 |   346878 |   338652 |    24531     26 |      572 |      645
1157.63/1157.90	c 1074s |      18 |   347681 |   339452 |    24531     26 |      572 |      645
1159.63/1159.93	c 1076s |      18 |   348380 |   340152 |    24531     26 |      572 |      645
1161.93/1162.20	c 1079s |      18 |   349183 |   340952 |    24531     26 |      572 |      645
1164.02/1164.31	c 1081s |      18 |   349891 |   341652 |    24531     26 |      572 |      645
1166.02/1166.38	c 1083s |      18 |   350595 |   342352 |    24531     26 |      572 |      645
1168.22/1168.52	c 1085s |      18 |   351295 |   343052 |    24531     26 |      572 |      645
1170.33/1170.69	c 1087s |      18 |   352003 |   343752 |    24531     26 |      572 |      645
1172.52/1172.84	c 1089s |      18 |   352595 |   344352 |    24531     26 |      572 |      645
1174.72/1175.00	c 1092s |      18 |   353310 |   345052 |    24531     26 |      572 |      645
1176.83/1177.18	c 1094s |      18 |   354019 |   345752 |    24531     26 |      572 |      645
1179.03/1179.31	c 1096s |      18 |   354727 |   346452 |    24531     26 |      572 |      645
1181.13/1181.46	c 1098s |      18 |   355424 |   347152 |    24531     26 |      572 |      645
1183.22/1183.59	c 1100s |      18 |   355920 |   347652 |    24531     27 |      572 |      645
1185.42/1185.77	c 1102s |      18 |   356834 |   348552 |    24531     27 |      572 |      645
1187.52/1187.84	c 1104s |      18 |   357639 |   349352 |    24531     27 |      572 |      645
1189.72/1190.02	c 1107s |      18 |   358443 |   350152 |    24531     27 |      572 |      645
1191.81/1192.12	c 1109s |      18 |   359241 |   350952 |    24531     27 |      572 |      645
1194.01/1194.37	c 1111s |      18 |   360047 |   351752 |    24531     27 |      572 |      645
1196.31/1196.63	c 1113s |      18 |   360740 |   352452 |    24531     27 |      572 |      645
1198.31/1198.67	c 1115s |      18 |   361338 |   353052 |    24531     27 |      572 |      645
1200.61/1200.91	c 1117s |      18 |   362051 |   353752 |    24531     27 |      572 |      645
1202.71/1203.08	c 1120s |      18 |   362754 |   354452 |    24531     27 |      572 |      645
1205.00/1205.36	c 1122s |      18 |   363553 |   355252 |    24531     27 |      572 |      645
1207.30/1207.60	c 1124s |      18 |   364348 |   356052 |    24531     27 |      572 |      645
1209.40/1209.74	c 1126s |      18 |   365048 |   356752 |    24531     27 |      572 |      645
1211.61/1211.98	c 1128s |      18 |   365752 |   357452 |    24531     27 |      572 |      645
1213.61/1213.99	c 1130s |      18 |   366454 |   358152 |    24531     27 |      572 |      645
1216.00/1216.30	c 1133s |      18 |   367153 |   358852 |    24531     27 |      572 |      645
1218.30/1218.64	c 1135s |      18 |   367850 |   359552 |    24531     27 |      572 |      645
1220.40/1220.75	c 1137s |      18 |   368449 |   360152 |    24531     27 |      572 |      645
1222.50/1222.86	c 1139s |      18 |   369046 |   360752 |    24531     27 |      572 |      645
1225.10/1225.46	c 1142s |      18 |   369553 |   361252 |    24531     28 |      572 |      645
1227.40/1227.73	c 1144s |      18 |   370251 |   361952 |    24531     28 |      572 |      645
1229.60/1229.99	c 1146s |      18 |   371054 |   362752 |    24531     28 |      572 |      645
1231.90/1232.20	c 1149s |      18 |   371752 |   363452 |    24531     28 |      572 |      645
1234.00/1234.37	c 1151s |      18 |   372561 |   364252 |    24531     28 |      572 |      645
1236.20/1236.59	c 1153s |      18 |   373367 |   365052 |    24531     28 |      572 |      645
1238.30/1238.63	c 1155s |      18 |   374070 |   365752 |    24531     28 |      572 |      645
1240.39/1240.75	c 1157s |      18 |   374764 |   366452 |    24531     28 |      572 |      645
1242.49/1242.84	c 1159s |      18 |   375467 |   367152 |    24531     28 |      572 |      645
1244.59/1244.94	c 1161s |      18 |   376178 |   367852 |    24531     28 |      572 |      645
1246.69/1247.04	c 1164s |      18 |   376877 |   368552 |    24531     28 |      572 |      645
1248.89/1249.20	c 1166s |      18 |   377478 |   369152 |    24531     28 |      572 |      645
1250.99/1251.36	c 1168s |      18 |   378079 |   369752 |    24531     28 |      572 |      645
1253.09/1253.48	c 1170s |      18 |   378688 |   370352 |    24531     28 |      572 |      645
1255.28/1255.60	c 1172s |      18 |   379288 |   370952 |    24531     28 |      572 |      645
1257.48/1257.80	c 1174s |      18 |   379900 |   371552 |    24531     28 |      572 |      645
1259.78/1260.15	c 1177s |      18 |   380500 |   372152 |    24531     28 |      572 |      645
1262.08/1262.40	c 1179s |      18 |   381105 |   372752 |    24531     28 |      572 |      645
1264.28/1264.67	c 1181s |      18 |   381714 |   373352 |    24531     28 |      572 |      645
1266.28/1266.67	c 1183s |      18 |   382314 |   373952 |    24531     28 |      572 |      645
1268.58/1268.92	c 1185s |      18 |   382919 |   374552 |    24531     28 |      572 |      645
1270.68/1271.07	c 1188s |      18 |   383519 |   375152 |    24531     28 |      572 |      645
1272.68/1273.09	c 1190s |      18 |   383925 |   375552 |    24531     29 |      572 |      645
1274.78/1275.15	c 1192s |      18 |   384522 |   376152 |    24531     29 |      572 |      645
1276.78/1277.16	c 1194s |      18 |   385016 |   376652 |    24531     29 |      572 |      645
1278.87/1279.24	c 1196s |      18 |   385625 |   377252 |    24531     29 |      572 |      645
1281.18/1281.53	c 1198s |      18 |   386323 |   377952 |    24531     29 |      572 |      645
1283.38/1283.78	c 1200s |      18 |   387032 |   378652 |    24531     29 |      572 |      645
1285.67/1286.01	c 1203s |      18 |   387728 |   379352 |    24531     29 |      572 |      645
1287.87/1288.23	c 1205s |      18 |   388428 |   380052 |    24531     29 |      572 |      645
1289.86/1290.30	c 1207s |      18 |   389029 |   380652 |    24531     29 |      572 |      645
1292.17/1292.58	c 1209s |      18 |   389635 |   381252 |    24531     29 |      572 |      645
1294.37/1294.71	c 1211s |      18 |   390237 |   381852 |    24531     29 |      572 |      645
1296.46/1296.88	c 1213s |      18 |   390834 |   382452 |    24531     29 |      572 |      645
1298.77/1299.13	c 1216s |      18 |   391430 |   383052 |    24531     29 |      572 |      645
1300.86/1301.26	c 1218s |      18 |   392149 |   383752 |    24531     29 |      572 |      645
1302.87/1303.28	c 1220s |      18 |   392861 |   384452 |    24531     29 |      572 |      645
1305.06/1305.42	c 1222s |      18 |   393555 |   385152 |    24531     29 |      572 |      645
1307.06/1307.42	c 1224s |      18 |   394259 |   385852 |    24531     29 |      572 |      645
1309.16/1309.51	c 1226s |      18 |   394961 |   386552 |    24531     29 |      572 |      645
1311.36/1311.76	c 1228s |      18 |   395671 |   387252 |    24531     29 |      572 |      645
1313.36/1313.79	c 1230s |      18 |   396368 |   387952 |    24531     29 |      572 |      645
1315.45/1315.85	c 1232s |      18 |   397069 |   388652 |    24531     29 |      572 |      645
1317.56/1317.91	c 1234s |      18 |   397570 |   389152 |    24531     30 |      572 |      645
1319.66/1320.09	c 1237s |      18 |   398178 |   389752 |    24531     30 |      572 |      645
1321.76/1322.14	c 1239s |      18 |   398872 |   390452 |    24531     30 |      572 |      645
1323.85/1324.24	c 1241s |      18 |   399576 |   391152 |    24531     30 |      572 |      645
1325.85/1326.27	c 1243s |      18 |   400278 |   391852 |    24531     30 |      572 |      645
1328.05/1328.43	c 1245s |      18 |   400974 |   392552 |    24531     30 |      572 |      645
1330.35/1330.70	c 1247s |      18 |   401674 |   393252 |    26985     30 |      572 |      645
1332.55/1332.93	c 1249s |      18 |   402381 |   393952 |    26985     30 |      572 |      645
1334.75/1335.12	c 1252s |      18 |   402984 |   394552 |    26985     30 |      572 |      645
1336.75/1337.12	c 1254s |      18 |   403699 |   395252 |    26985     30 |      572 |      645
1339.05/1339.40	c 1256s |      18 |   404596 |   396152 |    26985     30 |      572 |      645
1341.05/1341.45	c 1258s |      18 |   405398 |   396952 |    26985     30 |      572 |      645
1343.35/1343.70	c 1260s |      18 |   406206 |   397752 |    26985     30 |      572 |      645
1345.54/1345.95	c 1262s |      18 |   407022 |   398552 |    26985     30 |      572 |      645
1347.84/1348.24	c 1265s |      18 |   407827 |   399352 |    26985     30 |      572 |      645
1349.94/1350.30	c 1267s |      18 |   408441 |   399952 |    26985     30 |      572 |      645
1352.14/1352.56	c 1269s |      18 |   409156 |   400652 |    26985     30 |      572 |      645
1354.34/1354.77	c 1271s |      18 |   409855 |   401352 |    26985     30 |      572 |      645
1356.44/1356.82	c 1273s |      18 |   410463 |   401952 |    26985     30 |      572 |      645
1358.54/1358.93	c 1275s |      18 |   411071 |   402552 |    26985     30 |      572 |      645
1360.74/1361.16	c 1278s |      18 |   411770 |   403252 |    26985     30 |      572 |      645
1362.93/1363.37	c 1280s |      18 |   412483 |   403952 |    26985     30 |      572 |      645
1365.23/1365.62	c 1282s |      18 |   413191 |   404652 |    26985     30 |      572 |      645
1367.33/1367.76	c 1284s |      18 |   413905 |   405352 |    26985     30 |      572 |      645
1369.53/1369.97	c 1286s |      18 |   414305 |   405752 |    26985     31 |      572 |      645
1371.83/1372.24	c 1289s |      18 |   415008 |   406452 |    26985     31 |      572 |      645
1374.03/1374.41	c 1291s |      18 |   415708 |   407152 |    26985     31 |      572 |      645
1376.03/1376.41	c 1293s |      18 |   416506 |   407952 |    26985     31 |      572 |      645
1378.23/1378.62	c 1295s |      18 |   417418 |   408852 |    26985     31 |      572 |      645
1380.43/1380.86	c 1297s |      18 |   418215 |   409652 |    26985     31 |      572 |      645
1382.53/1382.99	c 1300s |      18 |   419030 |   410452 |    26985     31 |      572 |      645
1384.83/1385.20	c 1302s |      18 |   419943 |   411352 |    26985     31 |      572 |      645
1386.83/1387.22	c 1304s |      18 |   420742 |   412152 |    26985     31 |      572 |      645
1388.82/1389.29	c 1306s |      18 |   421552 |   412952 |    26985     31 |      572 |      645
1390.92/1391.35	c 1308s |      18 |   422359 |   413752 |    26985     31 |      572 |      645
1392.92/1393.38	c 1310s |      18 |   423162 |   414552 |    26985     31 |      572 |      645
1395.02/1395.43	c 1312s |      18 |   424079 |   415452 |    26985     31 |      572 |      645
1397.12/1397.55	c 1314s |      18 |   424989 |   416352 |    26985     31 |      572 |      645
1399.31/1399.71	c 1316s |      18 |   426005 |   417352 |    26985     31 |      572 |      645
1401.32/1401.71	c 1318s |      18 |   426812 |   418152 |    26985     31 |      572 |      645
1403.52/1403.90	c 1320s |      18 |   427708 |   419052 |    26985     31 |      572 |      645
1405.62/1406.08	c 1323s |      18 |   428520 |   419852 |    26985     31 |      572 |      645
1408.61/1409.05	c 1326s |      18 |   429318 |   420652 |    26985     32 |      572 |      645
1410.61/1411.09	c 1328s |      18 |   430133 |   421452 |    26985     32 |      572 |      645
1412.71/1413.10	c 1330s |      18 |   430937 |   422252 |    26985     32 |      572 |      645
1414.81/1415.29	c 1332s |      18 |   431743 |   423052 |    26985     32 |      572 |      645
1416.91/1417.35	c 1334s |      18 |   432656 |   423952 |    26985     32 |      572 |      645
1419.01/1419.46	c 1336s |      18 |   433473 |   424752 |    26985     32 |      572 |      645
1421.01/1421.47	c 1338s |      18 |   434265 |   425552 |    26985     32 |      572 |      645
1423.12/1423.55	c 1340s |      18 |   435070 |   426352 |    26985     32 |      572 |      645
1425.11/1425.59	c 1342s |      18 |   435885 |   427152 |    26985     32 |      572 |      645
1427.41/1427.81	c 1344s |      18 |   436786 |   428052 |    26985     32 |      572 |      645
1429.51/1429.95	c 1346s |      18 |   437585 |   428852 |    26985     32 |      572 |      645
1431.71/1432.10	c 1349s |      18 |   438392 |   429652 |    26985     32 |      572 |      645
1434.02/1434.43	c 1351s |      18 |   439187 |   430452 |    26985     32 |      572 |      645
1436.01/1436.49	c 1353s |      18 |   439993 |   431252 |    26985     32 |      572 |      645
1438.11/1438.52	c 1355s |      18 |   440801 |   432052 |    26985     32 |      572 |      645
1440.11/1440.57	c 1357s |      18 |   441610 |   432852 |    26985     32 |      572 |      645
1442.41/1442.83	c 1359s |      18 |   442519 |   433752 |    26985     32 |      572 |      645
1444.61/1445.04	c 1362s |      18 |   443328 |   434552 |    26985     32 |      572 |      645
1446.61/1447.05	c 1364s |      18 |   444026 |   435252 |    26985     32 |      572 |      645
1449.41/1449.88	c 1366s |      18 |   444741 |   435952 |    26985     33 |      572 |      645
1451.71/1452.14	c 1369s |      18 |   445443 |   436652 |    26985     33 |      572 |      645
1453.91/1454.31	c 1371s |      18 |   446248 |   437452 |    26985     33 |      572 |      645
1455.90/1456.38	c 1373s |      18 |   446953 |   438152 |    26985     33 |      572 |      645
1458.01/1458.46	c 1375s |      18 |   447654 |   438852 |    26985     33 |      572 |      645
1460.31/1460.79	c 1377s |      18 |   448255 |   439452 |    26985     33 |      572 |      645
1462.62/1463.01	c 1380s |      18 |   448961 |   440152 |    26985     33 |      572 |      645
1464.82/1465.23	c 1382s |      18 |   449760 |   440952 |    26985     33 |      572 |      645
1466.81/1467.29	c 1384s |      18 |   450464 |   441652 |    26985     33 |      572 |      645
1468.91/1469.31	c 1386s |      18 |   451166 |   442352 |    26985     33 |      572 |      645
1471.01/1471.42	c 1388s |      18 |   451880 |   443052 |    26985     33 |      572 |      645
1473.21/1473.69	c 1390s |      18 |   452682 |   443852 |    26985     33 |      572 |      645
1475.00/1475.47	c 1392s |      19 |   453323 |   444482 |    26985     33 |      572 |      645
1477.20/1477.60	c 1394s |      19 |   454070 |   445082 |    26985     33 |      572 |      645
1479.21/1479.68	c 1396s |      19 |   454875 |   445882 |    26985     33 |      572 |      645
1481.41/1481.82	c 1398s |      19 |   455685 |   446682 |    26985     33 |      572 |      645
1483.61/1484.03	c 1401s |      19 |   456585 |   447582 |    26985     33 |      572 |      645
1485.71/1486.14	c 1403s |      19 |   457401 |   448382 |    26985     33 |      572 |      645
1487.80/1488.29	c 1405s |      19 |   458204 |   449182 |    26985     33 |      572 |      645
1490.00/1490.44	c 1407s |      19 |   459008 |   449982 |    26985     33 |      572 |      645
1492.20/1492.68	c 1409s |      19 |   459821 |   450782 |    26985     33 |      572 |      645
1494.20/1494.68	c 1411s |      19 |   460218 |   451182 |    26985     34 |      572 |      645
1496.30/1496.71	c 1413s |      19 |   461019 |   451982 |    26985     34 |      572 |      645
1498.50/1498.91	c 1415s |      19 |   461928 |   452882 |    26985     34 |      572 |      645
1500.60/1501.06	c 1418s |      19 |   462823 |   453782 |    26985     34 |      572 |      645
1502.70/1503.11	c 1420s |      19 |   463621 |   454582 |    26985     34 |      572 |      645
1504.70/1505.16	c 1422s |      19 |   464442 |   455382 |    26985     34 |      572 |      645
1506.90/1507.31	c 1424s |      19 |   465239 |   456182 |    26985     34 |      572 |      645
1509.00/1509.43	c 1426s |      19 |   466042 |   456982 |    26985     34 |      572 |      645
1511.11/1511.56	c 1428s |      19 |   466845 |   457782 |    26985     34 |      572 |      645
1513.20/1513.69	c 1430s |      19 |   467649 |   458582 |    26985     34 |      572 |      645
1515.40/1515.81	c 1432s |      19 |   468454 |   459382 |    26985     34 |      572 |      645
1517.70/1518.18	c 1435s |      19 |   469274 |   460182 |    26985     34 |      572 |      645
1519.80/1520.24	c 1437s |      19 |   470068 |   460982 |    26985     34 |      572 |      645
1522.00/1522.49	c 1439s |      19 |   470861 |   461782 |    26985     34 |      572 |      645
1524.30/1524.74	c 1441s |      19 |   471660 |   462582 |    26985     34 |      572 |      645
1526.40/1526.89	c 1443s |      19 |   472370 |   463282 |    26985     34 |      572 |      645
1528.60/1529.08	c 1446s |      19 |   473186 |   464082 |    26985     34 |      572 |      645
1530.90/1531.36	c 1448s |      19 |   474086 |   464982 |    26985     34 |      572 |      645
1532.89/1533.38	c 1450s |      19 |   474793 |   465682 |    26985     34 |      572 |      645
1535.09/1535.56	c 1452s |      19 |   475292 |   466182 |    26985     35 |      572 |      645
1537.20/1537.64	c 1454s |      19 |   475895 |   466782 |    26985     35 |      572 |      645
1539.50/1539.90	c 1456s |      19 |   476700 |   467582 |    26985     35 |      572 |      645
1541.90/1542.35	c 1459s |      19 |   477499 |   468382 |    26985     35 |      572 |      645
1544.19/1544.62	c 1461s |      19 |   478309 |   469182 |    26985     35 |      572 |      645
1546.20/1546.66	c 1463s |      19 |   479027 |   469882 |    26985     35 |      572 |      645
1548.19/1548.69	c 1465s |      19 |   479724 |   470582 |    26985     35 |      572 |      645
1550.49/1550.94	c 1467s |      19 |   480524 |   471382 |    26985     35 |      572 |      645
1552.69/1553.19	c 1470s |      19 |   481334 |   472182 |    26985     35 |      572 |      645
1554.79/1555.26	c 1472s |      19 |   482034 |   472882 |    26985     35 |      572 |      645
1556.89/1557.33	c 1474s |      19 |   482736 |   473582 |    26985     35 |      572 |      645
1559.09/1559.59	c 1476s |      19 |   483536 |   474382 |    26985     35 |      572 |      645
1561.19/1561.62	c 1478s |      19 |   484245 |   475082 |    26985     35 |      572 |      645
1563.29/1563.73	c 1480s |      19 |   484953 |   475782 |    26985     35 |      572 |      645
1565.29/1565.79	c 1482s |      19 |   485659 |   476482 |    26985     35 |      572 |      645
1567.39/1567.85	c 1484s |      19 |   486361 |   477182 |    26985     35 |      572 |      645
1569.49/1569.98	c 1486s |      19 |   486968 |   477782 |    26985     35 |      572 |      645
1571.59/1572.08	c 1489s |      19 |   487673 |   478482 |    26985     35 |      572 |      645
1573.79/1574.26	c 1491s |      19 |   488373 |   479182 |    26985     35 |      572 |      645
1575.99/1576.42	c 1493s |      19 |   489077 |   479882 |    26985     35 |      572 |      645
1578.09/1578.54	c 1495s |      19 |   489775 |   480582 |    26985     35 |      572 |      645
1580.99/1581.42	c 1498s |      19 |   490478 |   481282 |    26985     36 |      572 |      645
1582.99/1583.49	c 1500s |      19 |   491090 |   481882 |    26985     36 |      572 |      645
1585.09/1585.55	c 1502s |      19 |   491882 |   482682 |    26985     36 |      572 |      645
1587.29/1587.72	c 1504s |      19 |   492711 |   483482 |    26985     36 |      572 |      645
1589.29/1589.75	c 1506s |      19 |   493508 |   484282 |    26985     36 |      572 |      645
1591.49/1591.94	c 1508s |      19 |   494408 |   485182 |    26985     36 |      572 |      645
1593.49/1593.96	c 1510s |      19 |   495215 |   485982 |    26985     36 |      572 |      645
1595.59/1596.05	c 1513s |      19 |   496013 |   486782 |    26985     36 |      572 |      645
1597.79/1598.25	c 1515s |      19 |   496916 |   487682 |    26985     36 |      572 |      645
1599.89/1600.31	c 1517s |      19 |   497717 |   488482 |    26985     36 |      572 |      645
1601.99/1602.48	c 1519s |      19 |   498518 |   489282 |    26985     36 |      572 |      645
1604.18/1604.66	c 1521s |      19 |   499422 |   490182 |    26985     36 |      572 |      645
1606.28/1606.70	c 1523s |      19 |   500216 |   490982 |    26985     36 |      572 |      645
1608.38/1608.89	c 1525s |      19 |   501133 |   491882 |    26985     36 |      572 |      645
1610.58/1611.05	c 1528s |      19 |   501951 |   492682 |    26985     36 |      572 |      645
1612.68/1613.14	c 1530s |      19 |   502783 |   493482 |    26985     36 |      572 |      645
1614.78/1615.25	c 1532s |      19 |   503486 |   494182 |    26985     36 |      572 |      645
1616.78/1617.27	c 1534s |      19 |   504205 |   494882 |    26985     36 |      572 |      645
1618.89/1619.34	c 1536s |      19 |   505022 |   495682 |    26985     36 |      572 |      645
1621.18/1621.69	c 1538s |      19 |   505616 |   496282 |    26985     37 |      572 |      645
1623.38/1623.80	c 1540s |      19 |   506527 |   497182 |    26985     37 |      572 |      645
1625.39/1625.87	c 1542s |      19 |   507233 |   497882 |    26985     37 |      572 |      645
1627.48/1627.95	c 1544s |      19 |   507961 |   498582 |    26985     37 |      572 |      645
1629.48/1629.95	c 1546s |      19 |   508676 |   499282 |    26985     37 |      572 |      645
1631.68/1632.12	c 1549s |      19 |   509410 |   499982 |    26985     37 |      572 |      645
1633.78/1634.23	c 1551s |      19 |   510332 |   500882 |    26985     37 |      572 |      645
1635.88/1636.34	c 1553s |      19 |   511165 |   501682 |    26985     37 |      572 |      645
1638.08/1638.57	c 1555s |      19 |   512088 |   502582 |    26985     37 |      572 |      645
1640.18/1640.63	c 1557s |      19 |   512897 |   503382 |    26985     37 |      572 |      645
1642.17/1642.66	c 1559s |      19 |   513609 |   504082 |    26985     37 |      572 |      645
1644.37/1644.86	c 1561s |      19 |   514431 |   504882 |    26985     37 |      572 |      645
1646.57/1647.08	c 1564s |      19 |   515340 |   505782 |    26985     37 |      572 |      645
1648.87/1649.35	c 1566s |      19 |   516162 |   506582 |    26985     37 |      572 |      645
1650.97/1651.46	c 1568s |      19 |   517071 |   507482 |    26985     37 |      572 |      645
1653.17/1653.62	c 1570s |      19 |   517996 |   508382 |    26985     37 |      572 |      645
1655.18/1655.66	c 1572s |      19 |   518695 |   509082 |    26985     37 |      572 |      645
1657.29/1657.71	c 1574s |      19 |   519407 |   509782 |    26985     37 |      572 |      645
1659.49/1659.96	c 1576s |      19 |   520315 |   510682 |    26985     37 |      572 |      645
1661.68/1662.20	c 1579s |      19 |   521028 |   511382 |    26985     37 |      572 |      645
1663.98/1664.42	c 1581s |      19 |   521529 |   511882 |    26985     38 |      572 |      645
1666.08/1666.56	c 1583s |      19 |   522242 |   512582 |    26985     38 |      572 |      645
1668.28/1668.71	c 1585s |      19 |   523061 |   513382 |    26985     38 |      572 |      645
1670.38/1670.82	c 1587s |      19 |   523770 |   514082 |    26985     38 |      572 |      645
1672.47/1672.93	c 1589s |      19 |   524472 |   514782 |    26985     38 |      572 |      645
1674.67/1675.17	c 1592s |      19 |   525274 |   515582 |    26985     38 |      572 |      645
1676.77/1677.27	c 1594s |      19 |   526086 |   516382 |    26985     38 |      572 |      645
1678.98/1679.42	c 1596s |      19 |   526994 |   517282 |    26985     38 |      572 |      645
1680.97/1681.43	c 1598s |      19 |   527803 |   518082 |    26985     38 |      572 |      645
1683.17/1683.69	c 1600s |      19 |   528606 |   518882 |    26985     38 |      572 |      645
1685.47/1685.96	c 1602s |      19 |   529411 |   519682 |    26985     38 |      572 |      645
1687.67/1688.13	c 1605s |      19 |   530112 |   520382 |    26985     38 |      572 |      645
1689.87/1690.39	c 1607s |      19 |   530813 |   521082 |    26985     38 |      572 |      645
1692.07/1692.50	c 1609s |      19 |   531409 |   521682 |    26985     38 |      572 |      645
1694.27/1694.71	c 1611s |      19 |   532011 |   522282 |    26985     38 |      572 |      645
1696.47/1696.98	c 1613s |      19 |   532719 |   522982 |    26985     38 |      572 |      645
1698.57/1699.06	c 1616s |      19 |   533314 |   523582 |    26985     38 |      572 |      645
1700.87/1701.39	c 1618s |      19 |   533924 |   524182 |    26985     38 |      572 |      645
1703.27/1703.70	c 1620s |      19 |   534626 |   524882 |    26985     38 |      572 |      645
1705.37/1705.81	c 1622s |      19 |   535237 |   525482 |    26985     38 |      572 |      645
1707.47/1707.93	c 1624s |      19 |   535838 |   526082 |    26985     38 |      572 |      645
1710.57/1711.02	c 1628s |      19 |   536542 |   526782 |    26985     39 |      572 |      645
1712.67/1713.19	c 1630s |      19 |   537239 |   527482 |    26985     39 |      572 |      645
1714.77/1715.24	c 1632s |      19 |   537838 |   528082 |    26985     39 |      572 |      645
1717.07/1717.57	c 1634s |      19 |   538546 |   528782 |    26985     39 |      572 |      645
1719.17/1719.65	c 1636s |      19 |   539143 |   529382 |    26985     39 |      572 |      645
1721.37/1721.82	c 1638s |      19 |   539745 |   529982 |    26985     39 |      572 |      645
1723.57/1724.02	c 1641s |      19 |   540349 |   530582 |    26985     39 |      572 |      645
1725.87/1726.34	c 1643s |      19 |   541072 |   531282 |    26985     39 |      572 |      645
1727.96/1728.48	c 1645s |      19 |   541681 |   531882 |    26985     39 |      572 |      645
1730.06/1730.55	c 1647s |      19 |   542295 |   532482 |    26985     39 |      572 |      645
1732.17/1732.67	c 1649s |      19 |   543310 |   533382 |    26985     39 |      572 |      645
1734.17/1734.69	c 1651s |      19 |   544425 |   534482 |    26985     39 |      572 |      645
1736.37/1736.85	c 1653s |      19 |   545546 |   535582 |    26985     39 |      572 |      645
1738.46/1738.96	c 1655s |      19 |   546553 |   536582 |    26985     39 |      572 |      645
1740.66/1741.16	c 1658s |      19 |   547725 |   537682 |    26985     39 |      572 |      645
1742.66/1743.19	c 1660s |      19 |   548866 |   538782 |    26985     39 |      572 |      645
1744.86/1745.30	c 1662s |      19 |   549996 |   539882 |    26985     39 |      572 |      645
1746.86/1747.32	c 1664s |      19 |   551151 |   540982 |    26985     39 |      572 |      645
1749.36/1749.80	c 1666s |      19 |   551980 |   541782 |    26985     40 |      572 |      645
1751.36/1751.83	c 1668s |      19 |   552918 |   542682 |    26985     40 |      572 |      645
1753.46/1753.98	c 1670s |      19 |   553947 |   543682 |    26985     40 |      572 |      645
1755.66/1756.16	c 1673s |      19 |   554985 |   544682 |    26985     40 |      572 |      645
1757.76/1758.27	c 1675s |      19 |   556240 |   545882 |    26985     40 |      572 |      645
1759.86/1760.31	c 1677s |      19 |   557351 |   546982 |    26985     40 |      572 |      645
1761.87/1762.39	c 1679s |      19 |   558384 |   547982 |    26985     40 |      572 |      645
1764.06/1764.51	c 1681s |      19 |   559432 |   548982 |    26985     40 |      572 |      645
1766.06/1766.56	c 1683s |      19 |   560442 |   549982 |    26985     40 |      572 |      645
1768.26/1768.77	c 1685s |      19 |   561503 |   550982 |    26985     40 |      572 |      645
1770.36/1770.85	c 1687s |      19 |   562440 |   551882 |    26985     40 |      572 |      645
1772.46/1772.90	c 1689s |      19 |   563493 |   552882 |    26985     40 |      572 |      645
1774.56/1775.08	c 1692s |      19 |   564663 |   553982 |    26985     40 |      572 |      645
1776.76/1777.28	c 1694s |      19 |   565692 |   554982 |    26985     40 |      572 |      645
1778.96/1779.45	c 1696s |      19 |   566736 |   555982 |    26985     40 |      572 |      645
1782.06/1782.52	c 1699s |      19 |   567779 |   556982 |    26985     41 |      572 |      645
1784.05/1784.58	c 1701s |      19 |   568697 |   557882 |    26985     41 |      572 |      645
1786.25/1786.74	c 1703s |      19 |   569735 |   558882 |    26985     41 |      572 |      645
1788.45/1788.92	c 1705s |      19 |   570756 |   559882 |    26985     41 |      572 |      645
1790.55/1791.09	c 1708s |      19 |   571903 |   560982 |    26985     41 |      572 |      645
1792.75/1793.28	c 1710s |      19 |   573044 |   562082 |    26985     41 |      572 |      645
1794.86/1795.31	c 1712s |      19 |   574190 |   563182 |    26985     41 |      572 |      645
1796.96/1797.49	c 1714s |      19 |   575313 |   564282 |    26985     41 |      572 |      645
1799.16/1799.69	c 1716s |      19 |   576353 |   565282 |    26985     41 |      572 |      645

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

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

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


[startup+0 s]
/proc/loadavg: 2.32 2.22 2.19 2/179 3595
/proc/meminfo: memFree=28507640/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=713148 CPUtime=0 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 2657 0 0 0 0 0 0 0 20 0 4 0 1679581 730263552 3018 33554432000 4194304 16246674 140737029788416 140737029787840 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3595/statm: 178799 3029 441 2943 0 175693 0
[pid=3595/tid=3596] ppid=3592 vsize=730556 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 748089344 3089 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=735676 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 753332224 3107 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=739772 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 1679581 757526528 3123 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100177 s]
/proc/loadavg: 2.32 2.22 2.19 2/179 3595
/proc/meminfo: memFree=28507640/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1220164 CPUtime=0.09 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 27704 0 0 0 5 4 0 0 20 0 4 0 1679581 1249447936 28003 33554432000 4194304 16246674 140737029788416 140737029787728 4220912 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3595/statm: 305041 28003 801 2943 0 301935 0
[pid=3595/tid=3596] ppid=3592 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1249447936 28003 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1249447936 28003 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1249447936 28003 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.200504 s]
/proc/loadavg: 2.32 2.22 2.19 2/179 3595
/proc/meminfo: memFree=28507640/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1301060 CPUtime=0.19 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 46438 0 0 0 12 7 0 0 20 0 4 0 1679581 1332285440 46737 33554432000 4194304 16246674 140737029788416 140737029787728 6756128 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3595/statm: 325265 46745 838 2943 0 322159 0
[pid=3595/tid=3596] ppid=3592 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1332285440 46750 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1332285440 46755 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1332285440 46760 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1301060

[startup+0.300472 s]
/proc/loadavg: 2.32 2.22 2.19 2/179 3595
/proc/meminfo: memFree=28507640/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1310276 CPUtime=0.29 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 50252 0 0 0 21 8 0 0 20 0 4 0 1679581 1341722624 50551 33554432000 4194304 16246674 140737029788416 140737029787728 12655040 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3595/statm: 327569 50551 883 2943 0 324463 0
[pid=3595/tid=3596] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 50551 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 50551 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 50551 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1310276

[startup+0.700402 s]
/proc/loadavg: 2.32 2.22 2.19 2/179 3595
/proc/meminfo: memFree=28507640/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1310276 CPUtime=0.69 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 140594 0 0 0 49 20 0 0 20 0 4 0 1679581 1341722624 140893 33554432000 4194304 16246674 140737029788416 140737029787728 12415785 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3595/statm: 327569 140893 896 2943 0 324463 0
[pid=3595/tid=3596] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 140893 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 140893 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 140893 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1310276

[startup+1.50039 s]
/proc/loadavg: 2.32 2.22 2.19 3/183 3599
/proc/meminfo: memFree=27941204/32872528 swapFree=1553656/1717176
[pid=3595] ppid=3592 vsize=1310276 CPUtime=1.49 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 140611 0 0 0 129 20 0 0 20 0 4 0 1679581 1341722624 140910 33554432000 4194304 16246674 140737029788416 140737029771416 5840500 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3595/statm: 327569 140910 912 2943 0 324463 0
[pid=3595/tid=3596] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 140910 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 140910 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 140910 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1310276

[startup+3.1004 s]
/proc/loadavg: 2.32 2.22 2.19 4/183 3599
/proc/meminfo: memFree=27350716/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1310276 CPUtime=3.09 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 140613 0 0 0 288 21 0 0 20 0 4 0 1679581 1341722624 140912 33554432000 4194304 16246674 140737029788416 140737029771408 14073233 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3595/statm: 327569 140912 914 2943 0 324463 0
[pid=3595/tid=3596] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 140912 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 140912 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 140912 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1310276

[startup+6.30044 s]
/proc/loadavg: 2.29 2.21 2.19 4/183 3599
/proc/meminfo: memFree=27006412/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1310276 CPUtime=6.29 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 140613 0 0 0 607 22 0 0 20 0 4 0 1679581 1341722624 140912 33554432000 4194304 16246674 140737029788416 140737029771408 5582164 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3595/statm: 327569 140912 914 2943 0 324463 0
[pid=3595/tid=3596] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 140912 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 140912 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 140912 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1310276

[startup+12.7004 s]
/proc/loadavg: 2.35 2.22 2.19 3/183 3599
/proc/meminfo: memFree=26489644/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1310276 CPUtime=12.69 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 268785 0 0 0 1229 40 0 0 20 0 4 0 1679581 1341722624 269084 33554432000 4194304 16246674 140737029788416 140737029770304 5672188 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3595/statm: 327569 269084 917 2943 0 324463 0
[pid=3595/tid=3596] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 269084 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 269084 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 269084 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1310276

[startup+25.5005 s]
/proc/loadavg: 2.27 2.21 2.19 3/183 3599
/proc/meminfo: memFree=26483912/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1310276 CPUtime=25.48 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 268787 0 0 0 2508 40 0 0 20 0 4 0 1679581 1341722624 269086 33554432000 4194304 16246674 140737029788416 140737029770304 12415740 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3595/statm: 327569 269086 919 2943 0 324463 0
[pid=3595/tid=3596] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 269086 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 269086 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1341722624 269086 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1310276

[startup+51.1005 s]
/proc/loadavg: 2.25 2.21 2.18 4/183 3599
/proc/meminfo: memFree=26470240/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1323588 CPUtime=51.08 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 271974 0 0 0 5067 41 0 0 20 0 4 0 1679581 1355354112 272273 33554432000 4194304 16246674 140737029788416 140737029770304 5600072 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3595/statm: 330897 272273 922 2943 0 327791 0
[pid=3595/tid=3596] ppid=3592 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1355354112 272273 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1355354112 272273 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1355354112 272273 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1323588

[startup+102.301 s]
/proc/loadavg: 2.29 2.22 2.19 3/183 3600
/proc/meminfo: memFree=26459488/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1333828 CPUtime=102.28 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 274678 0 0 0 10186 42 0 0 20 0 4 0 1679581 1365839872 274977 33554432000 4194304 16246674 140737029788416 140737029770304 6862302 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3595/statm: 333457 274977 922 2943 0 330351 0
[pid=3595/tid=3596] ppid=3592 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1365839872 274977 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1365839872 274977 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1365839872 274977 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1333828


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

/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1435045888 291847 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 1401412

[startup+1362.3 s]
/proc/loadavg: 2.30 2.26 2.19 3/183 3655
/proc/meminfo: memFree=26373896/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1410628 CPUtime=1361.94 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 294150 0 0 0 136112 82 0 0 20 0 4 0 1679581 1444483072 294180 33554432000 4194304 16246674 140737029788416 140737029770304 5545721 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3595/statm: 352657 294180 922 2943 0 349551 0
[pid=3595/tid=3596] ppid=3592 vsize=1410628 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1444483072 294180 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1410628 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1444483072 294180 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1410628 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1444483072 294180 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 1410628

[startup+1422.3 s]
/proc/loadavg: 2.26 2.26 2.19 4/183 3656
/proc/meminfo: memFree=26374168/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1410628 CPUtime=1421.92 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 294186 0 0 0 142108 84 0 0 20 0 4 0 1679581 1444483072 294180 33554432000 4194304 16246674 140737029788416 140737029770304 5717656 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3595/statm: 352657 294180 922 2943 0 349551 0
[pid=3595/tid=3596] ppid=3592 vsize=1410628 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1444483072 294180 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1410628 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1444483072 294180 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1410628 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1444483072 294180 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 1410628

[startup+1482.3 s]
/proc/loadavg: 2.24 2.25 2.19 3/184 3661
/proc/meminfo: memFree=26366772/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1417796 CPUtime=1481.9 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 295979 0 0 0 148104 86 0 0 20 0 4 0 1679581 1451823104 295972 33554432000 4194304 16246674 140737029788416 140737029770304 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3595/statm: 354449 295972 922 2943 0 351343 0
[pid=3595/tid=3596] ppid=3592 vsize=1417796 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1451823104 295972 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1417796 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1451823104 295972 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1417796 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1451823104 295972 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 1417796

[startup+1542.31 s]
/proc/loadavg: 2.20 2.24 2.19 3/183 3662
/proc/meminfo: memFree=26355760/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1423940 CPUtime=1541.9 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 297442 0 0 0 154102 88 0 0 20 0 4 0 1679581 1458114560 297435 33554432000 4194304 16246674 140737029788416 140737029786240 12483204 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3595/statm: 355985 297435 922 2943 0 352879 0
[pid=3595/tid=3596] ppid=3592 vsize=1423940 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1458114560 297435 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1423940 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1458114560 297435 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1423940 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1458114560 297435 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 1423940

[startup+1602.3 s]
/proc/loadavg: 2.21 2.23 2.18 3/183 3663
/proc/meminfo: memFree=26353132/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1423940 CPUtime=1601.89 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 297515 0 0 0 160100 89 0 0 20 0 4 0 1679581 1458114560 297508 33554432000 4194304 16246674 140737029788416 140737029770304 5822252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3595/statm: 355985 297508 922 2943 0 352879 0
[pid=3595/tid=3596] ppid=3592 vsize=1423940 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1458114560 297508 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1423940 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1458114560 297508 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1423940 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1458114560 297508 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 1423940

[startup+1662.3 s]
/proc/loadavg: 2.16 2.22 2.18 3/183 3664
/proc/meminfo: memFree=26341604/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1430084 CPUtime=1661.88 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 298891 0 0 0 166097 91 0 0 20 0 4 0 1679581 1464406016 298884 33554432000 4194304 16246674 140737029788416 140737029770304 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3595/statm: 357521 298884 922 2943 0 354415 0
[pid=3595/tid=3596] ppid=3592 vsize=1430084 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1464406016 298884 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1430084 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1464406016 298884 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1430084 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1464406016 298884 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 1430084

[startup+1722.3 s]
/proc/loadavg: 2.30 2.24 2.19 4/183 3665
/proc/meminfo: memFree=26317792/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1453636 CPUtime=1721.87 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 304898 0 0 0 172092 95 0 0 20 0 4 0 1679581 1488523264 304891 33554432000 4194304 16246674 140737029788416 140737029770304 5712756 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3595/statm: 363409 304891 922 2943 0 360303 0
[pid=3595/tid=3596] ppid=3592 vsize=1453636 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1488523264 304891 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1453636 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1488523264 304891 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1453636 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1488523264 304891 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 1453636

[startup+1782.3 s]
/proc/loadavg: 2.34 2.25 2.19 3/183 3667
/proc/meminfo: memFree=26316928/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1453636 CPUtime=1781.86 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 304939 0 0 0 178090 96 0 0 20 0 4 0 1679581 1488523264 304932 33554432000 4194304 16246674 140737029788416 140737029770304 13906976 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3595/statm: 363409 304932 922 2943 0 360303 0
[pid=3595/tid=3596] ppid=3592 vsize=1453636 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1488523264 304932 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1453636 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1488523264 304932 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1453636 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1488523264 304932 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 1453636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.38 2.27 2.20 3/183 3667
/proc/meminfo: memFree=26317176/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1453636 CPUtime=1800.05 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 304939 0 0 0 179909 96 0 0 20 0 4 0 1679581 1488523264 304932 33554432000 4194304 16246674 140737029788416 140737029770304 13759627 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3595/statm: 363409 304932 922 2943 0 360303 0
[pid=3595/tid=3596] ppid=3592 vsize=1453636 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1488523264 304932 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1453636 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1488523264 304932 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1453636 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1488523264 304932 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1453636

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

[startup+1800.5 s]
/proc/loadavg: 2.38 2.27 2.20 3/183 3667
/proc/meminfo: memFree=26317176/32872528 swapFree=1553660/1717180
[pid=3595] ppid=3592 vsize=1453636 CPUtime=1800.05 cores=1,3,5,7
/proc/3595/stat : 3595 (toysat) R 3592 3595 1984 0 -1 4202496 304939 0 0 0 179909 96 0 0 20 0 4 0 1679581 1488523264 304932 33554432000 4194304 16246674 140737029788416 140737029770304 13759627 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3595/statm: 363409 304932 922 2943 0 360303 0
[pid=3595/tid=3596] ppid=3592 vsize=1453636 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3596/stat : 3596 (toysat) S 3592 3595 1984 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 1679581 1488523264 304932 33554432000 4194304 16246674 140737029788416 140411320380656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3595/tid=3597] ppid=3592 vsize=1453636 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3597/stat : 3597 (toysat) S 3592 3595 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 1679581 1488523264 304932 33554432000 4194304 16246674 140737029788416 140411309890800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3595/tid=3598] ppid=3592 vsize=1453636 CPUtime=0 cores=1,3,5,7
/proc/3595/task/3598/stat : 3598 (toysat) S 3592 3595 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 1679581 1488523264 304932 33554432000 4194304 16246674 140737029788416 140411299417264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1453636

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.07
CPU user time (s): 1799.1
CPU system time (s): 0.969852
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 1453636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 0.969852
maximum resident set size= 1219728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304939
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= 323
involuntary context switches= 2078

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.03523 second user time and 7.38088 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-29 20:55:20
IDJOB=4118349
IDBENCH=111484
IDSOLVER=2542
FILE ID=node117/4118349-1467226520
RUNJOBID= node117-1467210309-2001
PBS_JOBID= 19997597
Free space on /tmp= 71608 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-edgecross20-080.lin.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118349-1467226520/watcher-4118349-1467226520 -o /tmp/evaluation-result-4118349-1467226520/solver-4118349-1467226520 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467210309-2001 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4118349-1467226520.opb

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

MD5SUM BENCH= a5a18176284a4ecb39532058ff3d71fd
RANDOM SEED=1291476236

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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.714
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.714
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.714
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:        28508020 kB
Buffers:           52768 kB
Cached:          1729264 kB
SwapCached:            0 kB
Active:           267968 kB
Inactive:        1664364 kB
Active(anon):     152972 kB
Inactive(anon):        4 kB
Active(file):     114996 kB
Inactive(file):  1664360 kB
Unevictable:     1717180 kB
Mlocked:         1553660 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             33428 kB
Writeback:             0 kB
AnonPages:       1867400 kB
Mapped:            17540 kB
Shmem:               204 kB
Slab:             581316 kB
SReclaimable:      25340 kB
SUnreclaim:       555976 kB
KernelStack:        1448 kB
PageTables:         9536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2937668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 71592 MiB
End job on node117 at 2016-06-29 21:25:20