Trace number 4079629

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.03 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-1.opb
MD5SUM604c6b786f56b09c749bc0d6b7c8f76d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-50
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -52
Optimality of the best value was proved NO
Number of variables1272
Total number of constraints94227
Number of constraints which are clauses94227
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1272
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1272
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1272
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-06T20:08:43+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079629-1465236522.opb"]
0.00/0.01	c use --random-gen="2827983302 17659668 1775840416 974963485 671461473 321594163 2074366371 1933929088 141737903 660263204 272113758 1612934040 3133193405 2283760751 3232825443 4062363386 3403733918 711692198 1384386563 1904248816 3557959848 863766074 2450552523 3857286165 886720868 1464173706 2968496734 633505729 3306066768 1405578440 2651520371 2083235198 1515598364 4098667556 498818230 1711559503 3478616519 2803013702 2406880409 585959987 1216175481 3507107999 3067756949 2506896886 2960164919 38849686 2974756516 1330761090 1649925065 3545621736 3480511717 3880984357 333867810 1847996695 3096256150 1948707086 3853869293 2392711473 2920576907 1019794975 2990416397 2526082139 2400814559 1906917884 2880412692 1347868828 314366742 1114679995 1403460253 3745280707 3449964860 884405629 4116932325 1854903245 3963424579 3025581200 2494108984 2747459835 3664900263 2308250344 657188872 3474907098 3572589256 2602169703 292236516 971153270 4163573228 3657655343 2720092071 4243916339 964449279 410701091 236872406 2088674995 1757063729 91155297 2189725435 1005390146 783098886 398150340 1235941403 2368144310 3112207862 3400157871 1492542364 1449246853 211219865 2389323493 3921403065 19744446 621778241 1558546999 3722292234 2448724748 861428028 4257676450 2664234689 1593177793 3399838727 1272830279 2774790053 2063162485 2059955271 2470935534 44601349 2261821077 1869516516 1657674700 2846188535 938518947 3632993064 1396922429 293206857 695999761 4122779751 1460166043 3513883098 3879146498 1716494273 2821699667 838003385 2817641495 1983955738 3252497674 1988224948 4046413272 3285780835 3031562796 3623295752 1419490220 2131877216 1031918794 2761184394 2025723393 2071628681 3901618088 3624481663 2899823620 3184011045 887926462 3764042646 1463675163 20547794 3146207245 2691983399 871134815 3745354571 4208073211 840989964 3686945148 3801113993 3801705409 3151817939 4016663097 949014045 3527921741 1756302570 3899950402 2406668655 3520499630 2250074304 3865049449 108879947 1506804513 2317089296 103022852 2694292165 1075837137 3320752031 2580979929 1071289158 2736031828 1064748920 284570655 2087320816 1158750674 2808204334 465955974 375796174 3611464633 3962742166 1434892555 938829124 3583999976 2084018469 120063812 2797258388 4198511374 2404103193 3453688947 1036636315 1278101748 993545812 3424721918 668431260 934929638 3087070737 3406429355 2829837942 1515093051 1965829437 3069339571 3614532675 2620333627 1232688013 1823827127 73464070 737587057 3484519285 4072634633 1640330198 3215313792 3121358523 1549910644 53359690 2119708485 328555210 1731893112 4121126184 3282425394 2103770429 2967384638 1005887558 347903036 1888145961 316159751 3903884673 3732688176 2127342826 3139218587 2077932678 322276468 4276034495 3122205551 3432360822 2539475292 255 362436" option to reproduce the execution
0.39/0.49	c #vars 1272
0.39/0.49	c #constraints 94227
1.58/1.64	c BCD2: Hardening is enabled.
1.58/1.64	c BCD2: BiasedSearch is enabled.
1.58/1.64	c Solving starts ...
1.58/1.64	c ============================[ Search Statistics ]============================
1.58/1.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.58/1.64	c       |         |          |          |    Limit     GC | Var      | Constra 
1.58/1.64	c =============================================================================
1.58/1.65	c  0.0s |       0 |        0 |        0 |    31833      0 |        0 |        0
1.89/1.90	c  0.3s |       0 |       39 |        0 |    31833      0 |        0 |        0
1.89/1.90	c #cpu_time = 0.259s
1.89/1.90	c #wall_clock_time = 0.260s
1.89/1.90	c #decision = 39
1.89/1.90	c #random_decision = 0
1.89/1.90	c #conflict = 0
1.89/1.90	c #restart = 0
1.89/1.90	o -39
1.89/1.90	c BCD2: updating upper bound: 1272 -> 1232
1.89/1.90	c BCD2: 0 <= obj <= 1232
1.89/1.90	c BCD2: #cores=0, #unrelaxed=1272, #relaxed=0, #hardened=0
1.89/1.90	c BCD2: #sat=1 #unsat=1 bias=1/2
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 |    31833      0 |        0 |        0
1.89/1.92	c  0.0s |       0 |        1 |        0 |    31833      0 |        0 |        0
1.89/1.92	c #cpu_time = 0.019s
1.89/1.92	c #wall_clock_time = 0.019s
1.89/1.92	c #decision = 1
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 2: cost of the new core is >=1
1.89/1.92	c lower bound updated to -1271
1.89/1.93	c BCD2: 1 <= obj <= 1232
1.89/1.93	c BCD2: #cores=1, #unrelaxed=1270, #relaxed=2, #hardened=0
1.89/1.93	c BCD2: #sat=1 #unsat=2 bias=2/3
1.89/1.93	c Solving starts ...
1.89/1.93	c ============================[ Search Statistics ]============================
1.89/1.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.93	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.93	c =============================================================================
1.89/1.93	c  0.0s |       0 |        0 |        0 |    31833      0 |        0 |        1
1.89/1.95	c  0.0s |       0 |        2 |        1 |    31833      0 |        0 |        1
1.89/1.95	c #cpu_time = 0.020s
1.89/1.95	c #wall_clock_time = 0.020s
1.89/1.95	c #decision = 2
1.89/1.95	c #random_decision = 0
1.89/1.95	c #conflict = 1
1.89/1.95	c #restart = 0
1.89/1.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.89/1.95	c lower bound updated to -1270
1.89/1.95	c BCD2: 2 <= obj <= 1232
1.89/1.95	c BCD2: #cores=1, #unrelaxed=1269, #relaxed=3, #hardened=0
1.89/1.95	c BCD2: #sat=1 #unsat=3 bias=3/4
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 |    31833      0 |        1 |        1
1.89/1.97	c  0.0s |       0 |        2 |        1 |    31833      0 |        1 |        2
1.89/1.97	c #cpu_time = 0.021s
1.89/1.97	c #wall_clock_time = 0.021s
1.89/1.97	c #decision = 2
1.89/1.97	c #random_decision = 0
1.89/1.97	c #conflict = 1
1.89/1.97	c #restart = 0
1.89/1.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
1.89/1.97	c lower bound updated to -1269
1.89/1.97	c BCD2: 3 <= obj <= 1232
1.89/1.97	c BCD2: #cores=1, #unrelaxed=1268, #relaxed=4, #hardened=0
1.89/1.97	c BCD2: #sat=1 #unsat=4 bias=4/5
1.89/1.97	c Solving starts ...
1.89/1.97	c ============================[ Search Statistics ]============================
1.89/1.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.97	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.97	c =============================================================================
1.89/1.97	c  0.0s |       0 |        0 |        0 |    31833      0 |        2 |        2
1.89/1.99	c  0.0s |       0 |        2 |        1 |    31833      0 |        2 |        3
1.89/1.99	c #cpu_time = 0.020s
1.89/1.99	c #wall_clock_time = 0.020s
1.89/1.99	c #decision = 2
1.89/1.99	c #random_decision = 0
1.89/1.99	c #conflict = 1
1.89/1.99	c #restart = 0
1.89/1.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.89/1.99	c lower bound updated to -1268
1.99/2.07	c BCD2: 4 <= obj <= 1232
1.99/2.07	c BCD2: #cores=1, #unrelaxed=1267, #relaxed=5, #hardened=0
1.99/2.07	c BCD2: #sat=1 #unsat=5 bias=5/6
1.99/2.07	c Solving starts ...
1.99/2.07	c ============================[ Search Statistics ]============================
1.99/2.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.07	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.07	c =============================================================================
1.99/2.07	c  0.0s |       0 |        0 |        0 |    31833      0 |        3 |        3
2.09/2.11	c  0.0s |       0 |        2 |        1 |    31833      0 |        3 |        4
2.09/2.11	c #cpu_time = 0.045s
2.09/2.11	c #wall_clock_time = 0.045s
2.09/2.11	c #decision = 2
2.09/2.11	c #random_decision = 0
2.09/2.11	c #conflict = 1
2.09/2.11	c #restart = 0
2.09/2.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
2.09/2.11	c lower bound updated to -1267
2.09/2.11	c BCD2: 5 <= obj <= 1232
2.09/2.11	c BCD2: #cores=1, #unrelaxed=1266, #relaxed=6, #hardened=0
2.09/2.11	c BCD2: #sat=1 #unsat=6 bias=6/7
2.09/2.11	c Solving starts ...
2.09/2.11	c ============================[ Search Statistics ]============================
2.09/2.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.11	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.11	c =============================================================================
2.09/2.11	c  0.0s |       0 |        0 |        0 |    31833      0 |        4 |        4
2.09/2.16	c  0.0s |       0 |        2 |        1 |    31833      0 |        4 |        5
2.09/2.16	c #cpu_time = 0.045s
2.09/2.16	c #wall_clock_time = 0.045s
2.09/2.16	c #decision = 2
2.09/2.16	c #random_decision = 0
2.09/2.16	c #conflict = 1
2.09/2.16	c #restart = 0
2.09/2.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.09/2.16	c lower bound updated to -1266
2.09/2.16	c BCD2: 6 <= obj <= 1232
2.09/2.16	c BCD2: #cores=1, #unrelaxed=1265, #relaxed=7, #hardened=0
2.09/2.16	c BCD2: #sat=1 #unsat=7 bias=7/8
2.09/2.16	c Solving starts ...
2.09/2.16	c ============================[ Search Statistics ]============================
2.09/2.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.16	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.16	c =============================================================================
2.09/2.16	c  0.0s |       0 |        0 |        0 |    31833      0 |        5 |        5
2.19/2.21	c  0.0s |       0 |        2 |        1 |    31833      0 |        5 |        6
2.19/2.21	c #cpu_time = 0.045s
2.19/2.21	c #wall_clock_time = 0.046s
2.19/2.21	c #decision = 2
2.19/2.21	c #random_decision = 0
2.19/2.21	c #conflict = 1
2.19/2.21	c #restart = 0
2.19/2.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
2.19/2.21	c lower bound updated to -1265
2.19/2.21	c BCD2: 7 <= obj <= 1232
2.19/2.21	c BCD2: #cores=1, #unrelaxed=1264, #relaxed=8, #hardened=0
2.19/2.21	c BCD2: #sat=1 #unsat=8 bias=8/9
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 |    31833      0 |        6 |        6
2.19/2.25	c  0.0s |       0 |        2 |        1 |    31833      0 |        6 |        7
2.19/2.25	c #cpu_time = 0.045s
2.19/2.25	c #wall_clock_time = 0.046s
2.19/2.25	c #decision = 2
2.19/2.25	c #random_decision = 0
2.19/2.25	c #conflict = 1
2.19/2.25	c #restart = 0
2.19/2.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.19/2.25	c lower bound updated to -1264
2.19/2.25	c BCD2: 8 <= obj <= 1232
2.19/2.25	c BCD2: #cores=1, #unrelaxed=1263, #relaxed=9, #hardened=0
2.19/2.25	c BCD2: #sat=1 #unsat=9 bias=9/10
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 |    31833      0 |        7 |        7
2.19/2.30	c  0.0s |       0 |        2 |        1 |    31833      0 |        7 |        8
2.19/2.30	c #cpu_time = 0.045s
2.19/2.30	c #wall_clock_time = 0.046s
2.19/2.30	c #decision = 2
2.19/2.30	c #random_decision = 0
2.19/2.30	c #conflict = 1
2.19/2.30	c #restart = 0
2.19/2.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
2.19/2.30	c lower bound updated to -1263
2.19/2.30	c BCD2: 9 <= obj <= 1232
2.19/2.30	c BCD2: #cores=1, #unrelaxed=1262, #relaxed=10, #hardened=0
2.19/2.30	c BCD2: #sat=1 #unsat=10 bias=10/11
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 |    31833      0 |        8 |        8
2.30/2.34	c  0.0s |       0 |        2 |        1 |    31833      0 |        8 |        9
2.30/2.34	c #cpu_time = 0.045s
2.30/2.34	c #wall_clock_time = 0.046s
2.30/2.34	c #decision = 2
2.30/2.34	c #random_decision = 0
2.30/2.34	c #conflict = 1
2.30/2.34	c #restart = 0
2.30/2.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
2.30/2.34	c lower bound updated to -1262
2.30/2.35	c BCD2: 10 <= obj <= 1232
2.30/2.35	c BCD2: #cores=1, #unrelaxed=1261, #relaxed=11, #hardened=0
2.30/2.35	c BCD2: #sat=1 #unsat=11 bias=11/12
2.30/2.35	c Solving starts ...
2.30/2.35	c ============================[ Search Statistics ]============================
2.30/2.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.35	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.35	c =============================================================================
2.30/2.35	c  0.0s |       0 |        0 |        0 |    31833      0 |        9 |        9
2.30/2.39	c  0.0s |       0 |        2 |        1 |    31833      0 |        9 |       10
2.30/2.39	c #cpu_time = 0.045s
2.30/2.39	c #wall_clock_time = 0.045s
2.30/2.39	c #decision = 2
2.30/2.39	c #random_decision = 0
2.30/2.39	c #conflict = 1
2.30/2.39	c #restart = 0
2.30/2.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
2.30/2.39	c lower bound updated to -1261
2.30/2.39	c BCD2: 11 <= obj <= 1232
2.30/2.39	c BCD2: #cores=1, #unrelaxed=1260, #relaxed=12, #hardened=0
2.30/2.39	c BCD2: #sat=1 #unsat=12 bias=12/13
2.30/2.39	c Solving starts ...
2.30/2.39	c ============================[ Search Statistics ]============================
2.30/2.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.39	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.39	c =============================================================================
2.30/2.39	c  0.0s |       0 |        0 |        0 |    31833      0 |       10 |       10
2.38/2.44	c  0.0s |       0 |        2 |        1 |    31833      0 |       10 |       11
2.38/2.44	c #cpu_time = 0.046s
2.38/2.44	c #wall_clock_time = 0.046s
2.38/2.44	c #decision = 2
2.38/2.44	c #random_decision = 0
2.38/2.44	c #conflict = 1
2.38/2.44	c #restart = 0
2.38/2.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
2.38/2.44	c lower bound updated to -1260
2.38/2.44	c BCD2: 12 <= obj <= 1232
2.38/2.44	c BCD2: #cores=1, #unrelaxed=1259, #relaxed=13, #hardened=0
2.38/2.44	c BCD2: #sat=1 #unsat=13 bias=13/14
2.38/2.44	c Solving starts ...
2.38/2.44	c ============================[ Search Statistics ]============================
2.38/2.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.44	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.44	c =============================================================================
2.38/2.44	c  0.0s |       0 |        0 |        0 |    31833      0 |       11 |       11
2.38/2.48	c  0.0s |       0 |        2 |        1 |    31833      0 |       11 |       12
2.38/2.48	c #cpu_time = 0.045s
2.38/2.48	c #wall_clock_time = 0.045s
2.38/2.48	c #decision = 2
2.38/2.48	c #random_decision = 0
2.38/2.48	c #conflict = 1
2.38/2.48	c #restart = 0
2.38/2.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
2.38/2.48	c lower bound updated to -1259
2.49/2.56	c BCD2: 13 <= obj <= 1232
2.49/2.56	c BCD2: #cores=1, #unrelaxed=1258, #relaxed=14, #hardened=0
2.49/2.56	c BCD2: #sat=1 #unsat=14 bias=14/15
2.49/2.56	c Solving starts ...
2.49/2.56	c ============================[ Search Statistics ]============================
2.49/2.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.56	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.56	c =============================================================================
2.49/2.56	c  0.0s |       0 |        0 |        0 |    31833      0 |       12 |       12
2.58/2.61	c  0.0s |       0 |        2 |        1 |    31833      0 |       12 |       13
2.58/2.61	c #cpu_time = 0.044s
2.58/2.61	c #wall_clock_time = 0.044s
2.58/2.61	c #decision = 2
2.58/2.61	c #random_decision = 0
2.58/2.61	c #conflict = 1
2.58/2.61	c #restart = 0
2.78/2.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
2.78/2.86	c lower bound updated to -1258
2.78/2.86	c BCD2: 14 <= obj <= 1232
2.78/2.86	c BCD2: #cores=1, #unrelaxed=1257, #relaxed=15, #hardened=0
2.78/2.86	c BCD2: #sat=1 #unsat=15 bias=15/16
2.78/2.86	c Solving starts ...
2.78/2.86	c ============================[ Search Statistics ]============================
2.78/2.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.86	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.86	c =============================================================================
2.78/2.86	c  0.0s |       0 |        0 |        0 |    31833      0 |       13 |       13
2.78/2.86	c  0.0s |       0 |        2 |        1 |    31833      0 |       13 |       14
2.78/2.86	c #cpu_time = 0.043s
2.78/2.86	c #wall_clock_time = 0.044s
2.78/2.86	c #decision = 2
2.78/2.86	c #random_decision = 0
2.78/2.86	c #conflict = 1
2.78/2.86	c #restart = 0
2.78/2.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
2.78/2.86	c lower bound updated to -1257
2.78/2.86	c BCD2: 15 <= obj <= 1232
2.78/2.87	c BCD2: #cores=1, #unrelaxed=1256, #relaxed=16, #hardened=0
2.78/2.87	c BCD2: #sat=1 #unsat=16 bias=16/17
2.78/2.87	c Solving starts ...
2.78/2.87	c ============================[ Search Statistics ]============================
2.78/2.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.87	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.87	c =============================================================================
2.78/2.87	c  0.0s |       0 |        0 |        0 |    31833      0 |       14 |       14
2.78/2.87	c  0.0s |       0 |        2 |        1 |    31833      0 |       14 |       15
2.78/2.87	c #cpu_time = 0.044s
2.78/2.87	c #wall_clock_time = 0.044s
2.78/2.87	c #decision = 2
2.78/2.87	c #random_decision = 0
2.78/2.87	c #conflict = 1
2.78/2.87	c #restart = 0
2.78/2.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
2.78/2.87	c lower bound updated to -1256
2.78/2.87	c BCD2: 16 <= obj <= 1232
2.78/2.87	c BCD2: #cores=1, #unrelaxed=1255, #relaxed=17, #hardened=0
2.78/2.87	c BCD2: #sat=1 #unsat=17 bias=17/18
2.78/2.87	c Solving starts ...
2.78/2.87	c ============================[ Search Statistics ]============================
2.78/2.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.87	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.87	c =============================================================================
2.78/2.87	c  0.0s |       0 |        0 |        0 |    31833      0 |       15 |       15
2.78/2.87	c  0.0s |       0 |        2 |        1 |    31833      0 |       15 |       16
2.78/2.87	c #cpu_time = 0.043s
2.78/2.87	c #wall_clock_time = 0.043s
2.78/2.87	c #decision = 2
2.78/2.87	c #random_decision = 0
2.78/2.87	c #conflict = 1
2.78/2.87	c #restart = 0
2.78/2.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
2.78/2.87	c lower bound updated to -1255
2.78/2.87	c BCD2: 17 <= obj <= 1232
2.78/2.87	c BCD2: #cores=1, #unrelaxed=1254, #relaxed=18, #hardened=0
2.78/2.87	c BCD2: #sat=1 #unsat=18 bias=18/19
2.78/2.87	c Solving starts ...
2.78/2.87	c ============================[ Search Statistics ]============================
2.78/2.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.87	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.87	c =============================================================================
2.78/2.87	c  0.0s |       0 |        0 |        0 |    31833      0 |       16 |       16
2.78/2.87	c  0.0s |       0 |        2 |        1 |    31833      0 |       16 |       17
2.78/2.87	c #cpu_time = 0.043s
2.78/2.87	c #wall_clock_time = 0.043s
2.78/2.87	c #decision = 2
2.78/2.87	c #random_decision = 0
2.78/2.87	c #conflict = 1
2.78/2.87	c #restart = 0
2.78/2.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
2.78/2.87	c lower bound updated to -1254
2.78/2.87	c BCD2: 18 <= obj <= 1232
2.78/2.87	c BCD2: #cores=1, #unrelaxed=1253, #relaxed=19, #hardened=0
2.78/2.87	c BCD2: #sat=1 #unsat=19 bias=19/20
2.78/2.87	c Solving starts ...
2.78/2.87	c ============================[ Search Statistics ]============================
2.78/2.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.87	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.87	c =============================================================================
2.78/2.87	c  0.0s |       0 |        0 |        0 |    31833      0 |       17 |       17
2.78/2.87	c  0.0s |       0 |        2 |        1 |    31833      0 |       17 |       18
2.78/2.87	c #cpu_time = 0.043s
2.78/2.87	c #wall_clock_time = 0.043s
2.78/2.87	c #decision = 2
2.78/2.87	c #random_decision = 0
2.78/2.87	c #conflict = 1
2.78/2.87	c #restart = 0
2.78/2.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
2.78/2.87	c lower bound updated to -1253
2.78/2.87	c BCD2: 19 <= obj <= 1232
2.78/2.87	c BCD2: #cores=1, #unrelaxed=1252, #relaxed=20, #hardened=0
2.78/2.87	c BCD2: #sat=1 #unsat=20 bias=20/21
2.78/2.87	c Solving starts ...
2.78/2.87	c ============================[ Search Statistics ]============================
2.78/2.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.87	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.87	c =============================================================================
2.78/2.87	c  0.0s |       0 |        0 |        0 |    31833      0 |       18 |       18
2.78/2.87	c  0.0s |       0 |        2 |        1 |    31833      0 |       18 |       19
2.78/2.87	c #cpu_time = 0.043s
2.78/2.87	c #wall_clock_time = 0.043s
2.78/2.87	c #decision = 2
2.78/2.87	c #random_decision = 0
2.78/2.87	c #conflict = 1
2.78/2.87	c #restart = 0
2.78/2.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
2.78/2.87	c lower bound updated to -1252
2.78/2.87	c BCD2: 20 <= obj <= 1232
2.78/2.87	c BCD2: #cores=1, #unrelaxed=1251, #relaxed=21, #hardened=0
2.78/2.87	c BCD2: #sat=1 #unsat=21 bias=21/22
2.78/2.87	c Solving starts ...
2.78/2.87	c ============================[ Search Statistics ]============================
2.78/2.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.87	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.87	c =============================================================================
2.78/2.87	c  0.0s |       0 |        0 |        0 |    31833      0 |       19 |       19
2.89/2.91	c  0.0s |       0 |        2 |        1 |    31833      0 |       19 |       20
2.89/2.91	c #cpu_time = 0.043s
2.89/2.91	c #wall_clock_time = 0.043s
2.89/2.91	c #decision = 2
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 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
2.89/2.91	c lower bound updated to -1251
2.89/2.92	c BCD2: 21 <= obj <= 1232
2.89/2.92	c BCD2: #cores=1, #unrelaxed=1250, #relaxed=22, #hardened=0
2.89/2.92	c BCD2: #sat=1 #unsat=22 bias=22/23
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 |    31833      0 |       20 |       20
2.89/2.96	c  0.0s |       0 |        2 |        1 |    31833      0 |       20 |       21
2.89/2.96	c #cpu_time = 0.043s
2.89/2.96	c #wall_clock_time = 0.043s
2.89/2.96	c #decision = 2
2.89/2.96	c #random_decision = 0
2.89/2.96	c #conflict = 1
2.89/2.96	c #restart = 0
2.89/2.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
2.89/2.96	c lower bound updated to -1250
2.89/2.96	c BCD2: 22 <= obj <= 1232
2.89/2.96	c BCD2: #cores=1, #unrelaxed=1249, #relaxed=23, #hardened=0
2.89/2.96	c BCD2: #sat=1 #unsat=23 bias=23/24
2.89/2.96	c Solving starts ...
2.89/2.96	c ============================[ Search Statistics ]============================
2.89/2.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.96	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.96	c =============================================================================
2.89/2.96	c  0.0s |       0 |        0 |        0 |    31833      0 |       21 |       21
2.99/3.01	c  0.0s |       0 |        2 |        1 |    31833      0 |       21 |       22
2.99/3.01	c #cpu_time = 0.042s
2.99/3.01	c #wall_clock_time = 0.042s
2.99/3.01	c #decision = 2
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 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
2.99/3.01	c lower bound updated to -1249
2.99/3.01	c BCD2: 23 <= obj <= 1232
2.99/3.01	c BCD2: #cores=1, #unrelaxed=1248, #relaxed=24, #hardened=0
2.99/3.01	c BCD2: #sat=1 #unsat=24 bias=24/25
2.99/3.01	c Solving starts ...
2.99/3.01	c ============================[ Search Statistics ]============================
2.99/3.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.01	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.01	c =============================================================================
2.99/3.01	c  0.0s |       0 |        0 |        0 |    31833      0 |       22 |       22
2.99/3.05	c  0.0s |       0 |        2 |        0 |    31833      0 |       22 |       23
2.99/3.05	c #cpu_time = 0.043s
2.99/3.05	c #wall_clock_time = 0.043s
2.99/3.05	c #decision = 2
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: found a new core of size 2: cost of the new core is >=1
2.99/3.05	c lower bound updated to -1248
2.99/3.06	c BCD2: 24 <= obj <= 1232
2.99/3.06	c BCD2: #cores=2, #unrelaxed=1246, #relaxed=26, #hardened=0
2.99/3.06	c BCD2: #sat=1 #unsat=25 bias=25/26
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 |    31833      0 |       22 |       24
3.09/3.10	c  0.0s |       0 |        3 |        1 |    31833      0 |       22 |       24
3.09/3.10	c #cpu_time = 0.041s
3.09/3.10	c #wall_clock_time = 0.041s
3.09/3.10	c #decision = 3
3.09/3.10	c #random_decision = 0
3.09/3.10	c #conflict = 1
3.09/3.10	c #restart = 0
3.09/3.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
3.09/3.10	c lower bound updated to -1247
3.09/3.10	c BCD2: 25 <= obj <= 1232
3.09/3.10	c BCD2: #cores=2, #unrelaxed=1245, #relaxed=27, #hardened=0
3.09/3.10	c BCD2: #sat=1 #unsat=26 bias=26/27
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 |    31833      0 |       23 |       24
3.09/3.14	c  0.0s |       0 |        3 |        1 |    31833      0 |       23 |       25
3.09/3.14	c #cpu_time = 0.043s
3.09/3.14	c #wall_clock_time = 0.044s
3.09/3.14	c #decision = 3
3.09/3.14	c #random_decision = 0
3.09/3.14	c #conflict = 1
3.09/3.14	c #restart = 0
3.09/3.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
3.09/3.14	c lower bound updated to -1246
3.09/3.15	c BCD2: 26 <= obj <= 1232
3.09/3.15	c BCD2: #cores=2, #unrelaxed=1244, #relaxed=28, #hardened=0
3.09/3.15	c BCD2: #sat=1 #unsat=27 bias=27/28
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 |    31833      0 |       24 |       25
3.09/3.19	c  0.0s |       0 |        3 |        1 |    31833      0 |       24 |       26
3.09/3.19	c #cpu_time = 0.043s
3.09/3.19	c #wall_clock_time = 0.044s
3.09/3.19	c #decision = 3
3.09/3.19	c #random_decision = 0
3.09/3.19	c #conflict = 1
3.09/3.19	c #restart = 0
3.09/3.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
3.09/3.19	c lower bound updated to -1245
3.09/3.19	c BCD2: 27 <= obj <= 1232
3.09/3.19	c BCD2: #cores=2, #unrelaxed=1243, #relaxed=29, #hardened=0
3.09/3.19	c BCD2: #sat=1 #unsat=28 bias=28/29
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 |    31833      0 |       25 |       26
3.18/3.23	c  0.0s |       0 |        3 |        1 |    31833      0 |       25 |       27
3.18/3.23	c #cpu_time = 0.043s
3.18/3.23	c #wall_clock_time = 0.043s
3.18/3.23	c #decision = 3
3.18/3.23	c #random_decision = 0
3.18/3.23	c #conflict = 1
3.18/3.23	c #restart = 0
3.18/3.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
3.18/3.23	c lower bound updated to -1244
3.18/3.23	c BCD2: 28 <= obj <= 1232
3.18/3.23	c BCD2: #cores=2, #unrelaxed=1242, #relaxed=30, #hardened=0
3.18/3.23	c BCD2: #sat=1 #unsat=29 bias=29/30
3.18/3.23	c Solving starts ...
3.18/3.23	c ============================[ Search Statistics ]============================
3.18/3.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.18/3.23	c       |         |          |          |    Limit     GC | Var      | Constra 
3.18/3.23	c =============================================================================
3.18/3.23	c  0.0s |       0 |        0 |        0 |    31833      0 |       26 |       27
3.18/3.28	c  0.0s |       0 |        3 |        1 |    31833      0 |       26 |       28
3.18/3.28	c #cpu_time = 0.043s
3.18/3.28	c #wall_clock_time = 0.043s
3.18/3.28	c #decision = 3
3.18/3.28	c #random_decision = 0
3.18/3.28	c #conflict = 1
3.18/3.28	c #restart = 0
3.18/3.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
3.18/3.28	c lower bound updated to -1243
3.18/3.28	c BCD2: 29 <= obj <= 1232
3.18/3.28	c BCD2: #cores=2, #unrelaxed=1241, #relaxed=31, #hardened=0
3.18/3.28	c BCD2: #sat=1 #unsat=30 bias=30/31
3.18/3.28	c Solving starts ...
3.18/3.28	c ============================[ Search Statistics ]============================
3.18/3.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.18/3.28	c       |         |          |          |    Limit     GC | Var      | Constra 
3.18/3.28	c =============================================================================
3.18/3.28	c  0.0s |       0 |        0 |        0 |    31833      0 |       27 |       28
3.29/3.32	c  0.0s |       0 |        3 |        1 |    31833      0 |       27 |       29
3.29/3.32	c #cpu_time = 0.043s
3.29/3.32	c #wall_clock_time = 0.043s
3.29/3.32	c #decision = 3
3.29/3.32	c #random_decision = 0
3.29/3.32	c #conflict = 1
3.29/3.32	c #restart = 0
3.29/3.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
3.29/3.32	c lower bound updated to -1242
3.29/3.32	c BCD2: 30 <= obj <= 1232
3.29/3.32	c BCD2: #cores=2, #unrelaxed=1240, #relaxed=32, #hardened=0
3.29/3.32	c BCD2: #sat=1 #unsat=31 bias=31/32
3.29/3.32	c Solving starts ...
3.29/3.32	c ============================[ Search Statistics ]============================
3.29/3.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.32	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.32	c =============================================================================
3.29/3.32	c  0.0s |       0 |        0 |        0 |    31833      0 |       28 |       29
3.29/3.36	c  0.0s |       0 |        3 |        1 |    31833      0 |       28 |       30
3.29/3.36	c #cpu_time = 0.043s
3.29/3.36	c #wall_clock_time = 0.043s
3.29/3.36	c #decision = 3
3.29/3.36	c #random_decision = 0
3.29/3.36	c #conflict = 1
3.29/3.36	c #restart = 0
3.29/3.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
3.29/3.36	c lower bound updated to -1241
3.29/3.37	c BCD2: 31 <= obj <= 1232
3.29/3.37	c BCD2: #cores=2, #unrelaxed=1239, #relaxed=33, #hardened=0
3.29/3.37	c BCD2: #sat=1 #unsat=32 bias=32/33
3.29/3.37	c Solving starts ...
3.29/3.37	c ============================[ Search Statistics ]============================
3.29/3.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.37	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.37	c =============================================================================
3.29/3.37	c  0.0s |       0 |        0 |        0 |    31833      0 |       29 |       30
3.40/3.41	c  0.0s |       0 |        3 |        1 |    31833      0 |       29 |       31
3.40/3.41	c #cpu_time = 0.042s
3.40/3.41	c #wall_clock_time = 0.042s
3.40/3.41	c #decision = 3
3.40/3.41	c #random_decision = 0
3.40/3.41	c #conflict = 1
3.40/3.41	c #restart = 0
3.40/3.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
3.40/3.41	c lower bound updated to -1240
3.40/3.41	c BCD2: 32 <= obj <= 1232
3.40/3.41	c BCD2: #cores=2, #unrelaxed=1238, #relaxed=34, #hardened=0
3.40/3.41	c BCD2: #sat=1 #unsat=33 bias=33/34
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 |    31833      0 |       30 |       31
3.40/3.46	c  0.0s |       0 |        3 |        1 |    31833      0 |       30 |       32
3.40/3.46	c #cpu_time = 0.043s
3.40/3.46	c #wall_clock_time = 0.043s
3.40/3.46	c #decision = 3
3.40/3.46	c #random_decision = 0
3.40/3.46	c #conflict = 1
3.40/3.46	c #restart = 0
3.40/3.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
3.40/3.46	c lower bound updated to -1239
3.40/3.46	c BCD2: 33 <= obj <= 1232
3.40/3.46	c BCD2: #cores=2, #unrelaxed=1237, #relaxed=35, #hardened=0
3.40/3.46	c BCD2: #sat=1 #unsat=34 bias=34/35
3.40/3.46	c Solving starts ...
3.40/3.46	c ============================[ Search Statistics ]============================
3.40/3.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.46	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.46	c =============================================================================
3.40/3.46	c  0.0s |       0 |        0 |        0 |    31833      0 |       31 |       32
3.48/3.50	c  0.0s |       0 |        3 |        1 |    31833      0 |       31 |       33
3.48/3.50	c #cpu_time = 0.043s
3.48/3.50	c #wall_clock_time = 0.043s
3.48/3.50	c #decision = 3
3.48/3.50	c #random_decision = 0
3.48/3.50	c #conflict = 1
3.48/3.50	c #restart = 0
3.48/3.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
3.48/3.50	c lower bound updated to -1238
3.48/3.50	c BCD2: 34 <= obj <= 1232
3.48/3.50	c BCD2: #cores=2, #unrelaxed=1236, #relaxed=36, #hardened=0
3.48/3.50	c BCD2: #sat=1 #unsat=35 bias=35/36
3.48/3.50	c Solving starts ...
3.48/3.50	c ============================[ Search Statistics ]============================
3.48/3.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.48/3.50	c       |         |          |          |    Limit     GC | Var      | Constra 
3.48/3.50	c =============================================================================
3.48/3.50	c  0.0s |       0 |        0 |        0 |    31833      0 |       32 |       33
3.48/3.54	c  0.0s |       0 |        3 |        1 |    31833      0 |       32 |       34
3.48/3.54	c #cpu_time = 0.044s
3.48/3.54	c #wall_clock_time = 0.044s
3.48/3.54	c #decision = 3
3.48/3.54	c #random_decision = 0
3.48/3.54	c #conflict = 1
3.48/3.54	c #restart = 0
3.48/3.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
3.48/3.54	c lower bound updated to -1237
3.48/3.55	c BCD2: 35 <= obj <= 1232
3.48/3.55	c BCD2: #cores=2, #unrelaxed=1235, #relaxed=37, #hardened=0
3.48/3.55	c BCD2: #sat=1 #unsat=36 bias=36/37
3.48/3.55	c Solving starts ...
3.48/3.55	c ============================[ Search Statistics ]============================
3.48/3.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.48/3.55	c       |         |          |          |    Limit     GC | Var      | Constra 
3.48/3.55	c =============================================================================
3.48/3.55	c  0.0s |       0 |        0 |        0 |    31833      0 |       33 |       34
3.48/3.59	c  0.0s |       0 |        3 |        1 |    31833      0 |       33 |       35
3.48/3.59	c #cpu_time = 0.044s
3.48/3.59	c #wall_clock_time = 0.044s
3.48/3.59	c #decision = 3
3.48/3.59	c #random_decision = 0
3.48/3.59	c #conflict = 1
3.48/3.59	c #restart = 0
3.48/3.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
3.48/3.59	c lower bound updated to -1236
3.48/3.59	c BCD2: 36 <= obj <= 1232
3.48/3.59	c BCD2: #cores=2, #unrelaxed=1234, #relaxed=38, #hardened=0
3.48/3.59	c BCD2: #sat=1 #unsat=37 bias=37/38
3.48/3.59	c Solving starts ...
3.48/3.59	c ============================[ Search Statistics ]============================
3.48/3.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.48/3.59	c       |         |          |          |    Limit     GC | Var      | Constra 
3.48/3.59	c =============================================================================
3.48/3.59	c  0.0s |       0 |        0 |        0 |    31833      0 |       34 |       35
3.59/3.63	c  0.0s |       0 |        3 |        1 |    31833      0 |       34 |       36
3.59/3.63	c #cpu_time = 0.044s
3.59/3.63	c #wall_clock_time = 0.044s
3.59/3.63	c #decision = 3
3.59/3.63	c #random_decision = 0
3.59/3.63	c #conflict = 1
3.59/3.63	c #restart = 0
3.59/3.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
3.59/3.63	c lower bound updated to -1235
3.59/3.63	c BCD2: 37 <= obj <= 1232
3.59/3.63	c BCD2: #cores=2, #unrelaxed=1233, #relaxed=39, #hardened=0
3.59/3.63	c BCD2: #sat=1 #unsat=38 bias=38/39
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 |    31833      0 |       35 |       36
3.59/3.68	c  0.0s |       0 |        3 |        1 |    31833      0 |       35 |       37
3.59/3.68	c #cpu_time = 0.046s
3.59/3.68	c #wall_clock_time = 0.046s
3.59/3.68	c #decision = 3
3.59/3.68	c #random_decision = 0
3.59/3.68	c #conflict = 1
3.59/3.68	c #restart = 0
3.59/3.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
3.59/3.68	c lower bound updated to -1234
3.59/3.68	c BCD2: 38 <= obj <= 1232
3.59/3.68	c BCD2: #cores=2, #unrelaxed=1232, #relaxed=40, #hardened=0
3.59/3.68	c BCD2: #sat=1 #unsat=39 bias=39/40
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 |    31833      0 |       36 |       37
3.69/3.73	c  0.0s |       0 |        3 |        1 |    31833      0 |       36 |       38
3.69/3.73	c #cpu_time = 0.045s
3.69/3.73	c #wall_clock_time = 0.046s
3.69/3.73	c #decision = 3
3.69/3.73	c #random_decision = 0
3.69/3.73	c #conflict = 1
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 17: cost of the new core is >=16
3.69/3.73	c lower bound updated to -1233
3.69/3.73	c BCD2: 39 <= obj <= 1232
3.69/3.73	c BCD2: #cores=2, #unrelaxed=1231, #relaxed=41, #hardened=0
3.69/3.73	c BCD2: #sat=1 #unsat=40 bias=40/41
3.69/3.73	c Solving starts ...
3.69/3.73	c ============================[ Search Statistics ]============================
3.69/3.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.73	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.73	c =============================================================================
3.69/3.73	c  0.0s |       0 |        0 |        0 |    31833      0 |       37 |       38
3.69/3.77	c  0.0s |       0 |        3 |        1 |    31833      0 |       37 |       39
3.69/3.77	c #cpu_time = 0.043s
3.69/3.77	c #wall_clock_time = 0.043s
3.69/3.77	c #decision = 3
3.69/3.77	c #random_decision = 0
3.69/3.77	c #conflict = 1
3.69/3.77	c #restart = 0
3.69/3.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
3.69/3.77	c lower bound updated to -1232
3.69/3.78	c BCD2: 40 <= obj <= 1232
3.69/3.78	c BCD2: #cores=2, #unrelaxed=1230, #relaxed=42, #hardened=0
3.69/3.78	c BCD2: #sat=1 #unsat=41 bias=41/42
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 |    31833      0 |       38 |       39
3.79/3.82	c  0.0s |       0 |        3 |        1 |    31833      0 |       38 |       40
3.79/3.82	c #cpu_time = 0.042s
3.79/3.82	c #wall_clock_time = 0.042s
3.79/3.82	c #decision = 3
3.79/3.82	c #random_decision = 0
3.79/3.82	c #conflict = 1
3.79/3.82	c #restart = 0
3.79/3.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
3.79/3.82	c lower bound updated to -1231
3.79/3.82	c BCD2: 41 <= obj <= 1232
3.79/3.82	c BCD2: #cores=2, #unrelaxed=1229, #relaxed=43, #hardened=0
3.79/3.82	c BCD2: #sat=1 #unsat=42 bias=42/43
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 |    31833      0 |       39 |       40
3.79/3.86	c  0.0s |       0 |        3 |        1 |    31833      0 |       39 |       41
3.79/3.86	c #cpu_time = 0.043s
3.79/3.86	c #wall_clock_time = 0.043s
3.79/3.86	c #decision = 3
3.79/3.86	c #random_decision = 0
3.79/3.86	c #conflict = 1
3.79/3.86	c #restart = 0
3.79/3.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
3.79/3.86	c lower bound updated to -1230
3.79/3.86	c BCD2: 42 <= obj <= 1232
3.79/3.86	c BCD2: #cores=2, #unrelaxed=1228, #relaxed=44, #hardened=0
3.79/3.86	c BCD2: #sat=1 #unsat=43 bias=43/44
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 |    31833      0 |       40 |       41
3.89/3.91	c  0.0s |       0 |        3 |        1 |    31833      0 |       40 |       42
3.89/3.91	c #cpu_time = 0.043s
3.89/3.91	c #wall_clock_time = 0.043s
3.89/3.91	c #decision = 3
3.89/3.91	c #random_decision = 0
3.89/3.91	c #conflict = 1
3.89/3.91	c #restart = 0
3.89/3.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
3.89/3.91	c lower bound updated to -1229
3.89/3.91	c BCD2: 43 <= obj <= 1232
3.89/3.91	c BCD2: #cores=2, #unrelaxed=1227, #relaxed=45, #hardened=0
3.89/3.91	c BCD2: #sat=1 #unsat=44 bias=44/45
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 |    31833      0 |       41 |       42
3.89/3.95	c  0.0s |       0 |        3 |        1 |    31833      0 |       41 |       43
3.89/3.95	c #cpu_time = 0.044s
3.89/3.95	c #wall_clock_time = 0.044s
3.89/3.95	c #decision = 3
3.89/3.95	c #random_decision = 0
3.89/3.95	c #conflict = 1
3.89/3.95	c #restart = 0
3.89/3.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
3.89/3.95	c lower bound updated to -1228
3.89/3.95	c BCD2: 44 <= obj <= 1232
3.89/3.95	c BCD2: #cores=2, #unrelaxed=1226, #relaxed=46, #hardened=0
3.89/3.95	c BCD2: #sat=1 #unsat=45 bias=45/46
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 |    31833      0 |       42 |       43
3.98/4.00	c  0.0s |       0 |        3 |        1 |    31833      0 |       42 |       44
3.98/4.00	c #cpu_time = 0.044s
3.98/4.00	c #wall_clock_time = 0.044s
3.98/4.00	c #decision = 3
3.98/4.00	c #random_decision = 0
3.98/4.00	c #conflict = 1
3.98/4.00	c #restart = 0
3.98/4.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
3.98/4.00	c lower bound updated to -1227
3.98/4.00	c BCD2: 45 <= obj <= 1232
3.98/4.00	c BCD2: #cores=2, #unrelaxed=1225, #relaxed=47, #hardened=0
3.98/4.00	c BCD2: #sat=1 #unsat=46 bias=46/47
3.98/4.00	c Solving starts ...
3.98/4.00	c ============================[ Search Statistics ]============================
3.98/4.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.98/4.00	c       |         |          |          |    Limit     GC | Var      | Constra 
3.98/4.00	c =============================================================================
3.98/4.00	c  0.0s |       0 |        0 |        0 |    31833      0 |       43 |       44
3.98/4.04	c  0.0s |       0 |        3 |        1 |    31833      0 |       43 |       45
3.98/4.04	c #cpu_time = 0.043s
3.98/4.04	c #wall_clock_time = 0.043s
3.98/4.04	c #decision = 3
3.98/4.04	c #random_decision = 0
3.98/4.04	c #conflict = 1
3.98/4.04	c #restart = 0
3.98/4.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
3.98/4.04	c lower bound updated to -1226
3.98/4.04	c BCD2: 46 <= obj <= 1232
3.98/4.04	c BCD2: #cores=2, #unrelaxed=1224, #relaxed=48, #hardened=0
3.98/4.04	c BCD2: #sat=1 #unsat=47 bias=47/48
3.98/4.04	c Solving starts ...
3.98/4.04	c ============================[ Search Statistics ]============================
3.98/4.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.98/4.04	c       |         |          |          |    Limit     GC | Var      | Constra 
3.98/4.04	c =============================================================================
3.98/4.04	c  0.0s |       0 |        0 |        0 |    31833      0 |       44 |       45
3.98/4.08	c  0.0s |       0 |        3 |        0 |    31833      0 |       44 |       46
3.98/4.08	c #cpu_time = 0.043s
3.98/4.08	c #wall_clock_time = 0.043s
3.98/4.08	c #decision = 3
3.98/4.08	c #random_decision = 0
3.98/4.08	c #conflict = 0
3.98/4.08	c #restart = 0
3.98/4.08	c BCD2: found a new core of size 2: cost of the new core is >=1
3.98/4.08	c lower bound updated to -1225
3.98/4.09	c BCD2: 47 <= obj <= 1232
3.98/4.09	c BCD2: #cores=3, #unrelaxed=1222, #relaxed=50, #hardened=0
3.98/4.09	c BCD2: #sat=1 #unsat=48 bias=48/49
3.98/4.09	c Solving starts ...
3.98/4.09	c ============================[ Search Statistics ]============================
3.98/4.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.98/4.09	c       |         |          |          |    Limit     GC | Var      | Constra 
3.98/4.09	c =============================================================================
3.98/4.09	c  0.0s |       0 |        0 |        0 |    31833      0 |       44 |       47
4.09/4.13	c  0.0s |       0 |        4 |        1 |    31833      0 |       44 |       47
4.09/4.13	c #cpu_time = 0.041s
4.09/4.13	c #wall_clock_time = 0.041s
4.09/4.13	c #decision = 4
4.09/4.13	c #random_decision = 0
4.09/4.13	c #conflict = 1
4.09/4.13	c #restart = 0
4.09/4.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
4.09/4.13	c lower bound updated to -1224
4.09/4.13	c BCD2: 48 <= obj <= 1232
4.09/4.13	c BCD2: #cores=3, #unrelaxed=1221, #relaxed=51, #hardened=0
4.09/4.13	c BCD2: #sat=1 #unsat=49 bias=49/50
4.09/4.13	c Solving starts ...
4.09/4.13	c ============================[ Search Statistics ]============================
4.09/4.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.13	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.13	c =============================================================================
4.09/4.13	c  0.0s |       0 |        0 |        0 |    31833      0 |       45 |       47
4.09/4.18	c  0.0s |       0 |        4 |        1 |    31833      0 |       45 |       48
4.09/4.18	c #cpu_time = 0.043s
4.09/4.18	c #wall_clock_time = 0.043s
4.09/4.18	c #decision = 4
4.09/4.18	c #random_decision = 0
4.09/4.18	c #conflict = 1
4.09/4.18	c #restart = 0
4.09/4.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
4.09/4.18	c lower bound updated to -1223
4.09/4.18	c BCD2: 49 <= obj <= 1232
4.09/4.18	c BCD2: #cores=3, #unrelaxed=1220, #relaxed=52, #hardened=0
4.09/4.18	c BCD2: #sat=1 #unsat=50 bias=50/51
4.09/4.18	c Solving starts ...
4.09/4.18	c ============================[ Search Statistics ]============================
4.09/4.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.18	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.18	c =============================================================================
4.09/4.18	c  0.0s |       0 |        0 |        0 |    31833      0 |       46 |       48
4.19/4.23	c  0.0s |       0 |        4 |        1 |    31833      0 |       46 |       49
4.19/4.23	c #cpu_time = 0.042s
4.19/4.23	c #wall_clock_time = 0.042s
4.19/4.23	c #decision = 4
4.19/4.23	c #random_decision = 0
4.19/4.23	c #conflict = 1
4.19/4.23	c #restart = 0
4.19/4.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
4.19/4.23	c lower bound updated to -1222
4.19/4.23	c BCD2: 50 <= obj <= 1232
4.19/4.23	c BCD2: #cores=3, #unrelaxed=1219, #relaxed=53, #hardened=0
4.19/4.23	c BCD2: #sat=1 #unsat=51 bias=51/52
4.19/4.23	c Solving starts ...
4.19/4.23	c ============================[ Search Statistics ]============================
4.19/4.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.23	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.23	c =============================================================================
4.19/4.23	c  0.0s |       0 |        0 |        0 |    31833      0 |       47 |       49
4.19/4.27	c  0.0s |       0 |        4 |        1 |    31833      0 |       47 |       50
4.19/4.27	c #cpu_time = 0.043s
4.19/4.27	c #wall_clock_time = 0.043s
4.19/4.27	c #decision = 4
4.19/4.27	c #random_decision = 0
4.19/4.27	c #conflict = 1
4.19/4.27	c #restart = 0
4.19/4.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
4.19/4.27	c lower bound updated to -1221
4.19/4.27	c BCD2: 51 <= obj <= 1232
4.19/4.27	c BCD2: #cores=3, #unrelaxed=1218, #relaxed=54, #hardened=0
4.19/4.27	c BCD2: #sat=1 #unsat=52 bias=52/53
4.19/4.27	c Solving starts ...
4.19/4.27	c ============================[ Search Statistics ]============================
4.19/4.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.27	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.27	c =============================================================================
4.19/4.27	c  0.0s |       0 |        0 |        0 |    31833      0 |       48 |       50
4.29/4.31	c  0.0s |       0 |        4 |        1 |    31833      0 |       48 |       51
4.29/4.31	c #cpu_time = 0.043s
4.29/4.31	c #wall_clock_time = 0.043s
4.29/4.31	c #decision = 4
4.29/4.31	c #random_decision = 0
4.29/4.31	c #conflict = 1
4.29/4.31	c #restart = 0
4.29/4.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
4.29/4.31	c lower bound updated to -1220
4.29/4.31	c BCD2: 52 <= obj <= 1232
4.29/4.31	c BCD2: #cores=3, #unrelaxed=1217, #relaxed=55, #hardened=0
4.29/4.31	c BCD2: #sat=1 #unsat=53 bias=53/54
4.29/4.31	c Solving starts ...
4.29/4.31	c ============================[ Search Statistics ]============================
4.29/4.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.31	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.31	c =============================================================================
4.29/4.31	c  0.0s |       0 |        0 |        0 |    31833      0 |       49 |       51
4.29/4.36	c  0.0s |       0 |        4 |        1 |    31833      0 |       49 |       52
4.29/4.36	c #cpu_time = 0.044s
4.29/4.36	c #wall_clock_time = 0.044s
4.29/4.36	c #decision = 4
4.29/4.36	c #random_decision = 0
4.29/4.36	c #conflict = 1
4.29/4.36	c #restart = 0
4.29/4.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
4.29/4.36	c lower bound updated to -1219
4.29/4.36	c BCD2: 53 <= obj <= 1232
4.29/4.36	c BCD2: #cores=3, #unrelaxed=1216, #relaxed=56, #hardened=0
4.29/4.36	c BCD2: #sat=1 #unsat=54 bias=54/55
4.29/4.36	c Solving starts ...
4.29/4.36	c ============================[ Search Statistics ]============================
4.29/4.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.36	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.36	c =============================================================================
4.29/4.36	c  0.0s |       0 |        0 |        0 |    31833      0 |       50 |       52
4.29/4.40	c  0.0s |       0 |        4 |        1 |    31833      0 |       50 |       53
4.29/4.40	c #cpu_time = 0.044s
4.29/4.40	c #wall_clock_time = 0.044s
4.29/4.40	c #decision = 4
4.29/4.40	c #random_decision = 0
4.29/4.40	c #conflict = 1
4.29/4.40	c #restart = 0
4.29/4.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
4.29/4.40	c lower bound updated to -1218
4.29/4.40	c BCD2: 54 <= obj <= 1232
4.29/4.40	c BCD2: #cores=3, #unrelaxed=1215, #relaxed=57, #hardened=0
4.29/4.40	c BCD2: #sat=1 #unsat=55 bias=55/56
4.29/4.40	c Solving starts ...
4.29/4.40	c ============================[ Search Statistics ]============================
4.29/4.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.40	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.40	c =============================================================================
4.40/4.40	c  0.0s |       0 |        0 |        0 |    31833      0 |       51 |       53
4.40/4.45	c  0.0s |       0 |        4 |        1 |    31833      0 |       51 |       54
4.40/4.45	c #cpu_time = 0.043s
4.40/4.45	c #wall_clock_time = 0.043s
4.40/4.45	c #decision = 4
4.40/4.45	c #random_decision = 0
4.40/4.45	c #conflict = 1
4.40/4.45	c #restart = 0
4.40/4.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
4.40/4.45	c lower bound updated to -1217
4.40/4.45	c BCD2: 55 <= obj <= 1232
4.40/4.45	c BCD2: #cores=3, #unrelaxed=1214, #relaxed=58, #hardened=0
4.40/4.45	c BCD2: #sat=1 #unsat=56 bias=56/57
4.40/4.45	c Solving starts ...
4.40/4.45	c ============================[ Search Statistics ]============================
4.40/4.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.45	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.45	c =============================================================================
4.40/4.45	c  0.0s |       0 |        0 |        0 |    31833      0 |       52 |       54
4.40/4.49	c  0.0s |       0 |        4 |        1 |    31833      0 |       52 |       55
4.40/4.49	c #cpu_time = 0.043s
4.40/4.49	c #wall_clock_time = 0.043s
4.40/4.49	c #decision = 4
4.40/4.49	c #random_decision = 0
4.40/4.49	c #conflict = 1
4.40/4.49	c #restart = 0
4.40/4.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
4.40/4.49	c lower bound updated to -1216
4.40/4.49	c BCD2: 56 <= obj <= 1232
4.40/4.49	c BCD2: #cores=3, #unrelaxed=1213, #relaxed=59, #hardened=0
4.40/4.49	c BCD2: #sat=1 #unsat=57 bias=57/58
4.40/4.49	c Solving starts ...
4.40/4.49	c ============================[ Search Statistics ]============================
4.40/4.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.49	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.49	c =============================================================================
4.40/4.49	c  0.0s |       0 |        0 |        0 |    31833      0 |       53 |       55
4.49/4.53	c  0.0s |       0 |        4 |        1 |    31833      0 |       53 |       56
4.49/4.53	c #cpu_time = 0.043s
4.49/4.53	c #wall_clock_time = 0.043s
4.49/4.53	c #decision = 4
4.49/4.53	c #random_decision = 0
4.49/4.53	c #conflict = 1
4.49/4.53	c #restart = 0
4.49/4.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
4.49/4.53	c lower bound updated to -1215
4.49/4.53	c BCD2: 57 <= obj <= 1232
4.49/4.53	c BCD2: #cores=3, #unrelaxed=1212, #relaxed=60, #hardened=0
4.49/4.53	c BCD2: #sat=1 #unsat=58 bias=58/59
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 |    31833      0 |       54 |       56
4.49/4.58	c  0.0s |       0 |        4 |        1 |    31833      0 |       54 |       57
4.49/4.58	c #cpu_time = 0.043s
4.49/4.58	c #wall_clock_time = 0.043s
4.49/4.58	c #decision = 4
4.49/4.58	c #random_decision = 0
4.49/4.58	c #conflict = 1
4.49/4.58	c #restart = 0
4.49/4.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
4.49/4.58	c lower bound updated to -1214
4.49/4.58	c BCD2: 58 <= obj <= 1232
4.49/4.58	c BCD2: #cores=3, #unrelaxed=1211, #relaxed=61, #hardened=0
4.49/4.58	c BCD2: #sat=1 #unsat=59 bias=59/60
4.49/4.58	c Solving starts ...
4.49/4.58	c ============================[ Search Statistics ]============================
4.49/4.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.58	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.58	c =============================================================================
4.49/4.58	c  0.0s |       0 |        0 |        0 |    31833      0 |       55 |       57
4.59/4.63	c  0.0s |       0 |        4 |        1 |    31833      0 |       55 |       58
4.59/4.63	c #cpu_time = 0.042s
4.59/4.63	c #wall_clock_time = 0.042s
4.59/4.63	c #decision = 4
4.59/4.63	c #random_decision = 0
4.59/4.63	c #conflict = 1
4.59/4.63	c #restart = 0
4.59/4.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
4.59/4.63	c lower bound updated to -1213
4.59/4.63	c BCD2: 59 <= obj <= 1232
4.59/4.63	c BCD2: #cores=3, #unrelaxed=1210, #relaxed=62, #hardened=0
4.59/4.63	c BCD2: #sat=1 #unsat=60 bias=60/61
4.59/4.63	c Solving starts ...
4.59/4.63	c ============================[ Search Statistics ]============================
4.59/4.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.63	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.63	c =============================================================================
4.59/4.63	c  0.0s |       0 |        0 |        0 |    31833      0 |       56 |       58
4.59/4.67	c  0.0s |       0 |        4 |        1 |    31833      0 |       56 |       59
4.59/4.67	c #cpu_time = 0.043s
4.59/4.67	c #wall_clock_time = 0.043s
4.59/4.67	c #decision = 4
4.59/4.67	c #random_decision = 0
4.59/4.67	c #conflict = 1
4.59/4.67	c #restart = 0
4.59/4.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
4.59/4.67	c lower bound updated to -1212
4.59/4.67	c BCD2: 60 <= obj <= 1232
4.59/4.67	c BCD2: #cores=3, #unrelaxed=1209, #relaxed=63, #hardened=0
4.59/4.67	c BCD2: #sat=1 #unsat=61 bias=61/62
4.59/4.67	c Solving starts ...
4.59/4.67	c ============================[ Search Statistics ]============================
4.59/4.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.67	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.67	c =============================================================================
4.59/4.67	c  0.0s |       0 |        0 |        0 |    31833      0 |       57 |       59
4.68/4.71	c  0.0s |       0 |        4 |        1 |    31833      0 |       57 |       60
4.68/4.71	c #cpu_time = 0.043s
4.68/4.71	c #wall_clock_time = 0.043s
4.68/4.71	c #decision = 4
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 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
4.68/4.71	c lower bound updated to -1211
4.68/4.71	c BCD2: 61 <= obj <= 1232
4.68/4.71	c BCD2: #cores=3, #unrelaxed=1208, #relaxed=64, #hardened=0
4.68/4.71	c BCD2: #sat=1 #unsat=62 bias=62/63
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 |    31833      0 |       58 |       60
4.68/4.76	c  0.0s |       0 |        4 |        1 |    31833      0 |       58 |       61
4.68/4.76	c #cpu_time = 0.046s
4.68/4.76	c #wall_clock_time = 0.046s
4.68/4.76	c #decision = 4
4.68/4.76	c #random_decision = 0
4.68/4.76	c #conflict = 1
4.68/4.76	c #restart = 0
4.68/4.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
4.68/4.76	c lower bound updated to -1210
4.68/4.76	c BCD2: 62 <= obj <= 1232
4.68/4.76	c BCD2: #cores=3, #unrelaxed=1207, #relaxed=65, #hardened=0
4.68/4.76	c BCD2: #sat=1 #unsat=63 bias=63/64
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 |    31833      0 |       59 |       61
4.78/4.81	c  0.0s |       0 |        4 |        1 |    31833      0 |       59 |       62
4.78/4.81	c #cpu_time = 0.047s
4.78/4.81	c #wall_clock_time = 0.047s
4.78/4.81	c #decision = 4
4.78/4.81	c #random_decision = 0
4.78/4.81	c #conflict = 1
4.78/4.81	c #restart = 0
4.78/4.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
4.78/4.81	c lower bound updated to -1209
4.78/4.81	c BCD2: 63 <= obj <= 1232
4.78/4.81	c BCD2: #cores=3, #unrelaxed=1206, #relaxed=66, #hardened=0
4.78/4.81	c BCD2: #sat=1 #unsat=64 bias=64/65
4.78/4.81	c Solving starts ...
4.78/4.81	c ============================[ Search Statistics ]============================
4.78/4.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.78/4.81	c       |         |          |          |    Limit     GC | Var      | Constra 
4.78/4.81	c =============================================================================
4.78/4.81	c  0.0s |       0 |        0 |        0 |    31833      0 |       60 |       62
4.78/4.85	c  0.0s |       0 |        4 |        1 |    31833      0 |       60 |       63
4.78/4.85	c #cpu_time = 0.044s
4.78/4.85	c #wall_clock_time = 0.045s
4.78/4.85	c #decision = 4
4.78/4.85	c #random_decision = 0
4.78/4.85	c #conflict = 1
4.78/4.85	c #restart = 0
4.78/4.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
4.78/4.85	c lower bound updated to -1208
4.78/4.85	c BCD2: 64 <= obj <= 1232
4.78/4.85	c BCD2: #cores=3, #unrelaxed=1205, #relaxed=67, #hardened=0
4.78/4.85	c BCD2: #sat=1 #unsat=65 bias=65/66
4.78/4.85	c Solving starts ...
4.78/4.85	c ============================[ Search Statistics ]============================
4.78/4.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.78/4.85	c       |         |          |          |    Limit     GC | Var      | Constra 
4.78/4.85	c =============================================================================
4.78/4.85	c  0.0s |       0 |        0 |        0 |    31833      0 |       61 |       63
4.89/4.90	c  0.0s |       0 |        4 |        1 |    31833      0 |       61 |       64
4.89/4.90	c #cpu_time = 0.043s
4.89/4.90	c #wall_clock_time = 0.043s
4.89/4.90	c #decision = 4
4.89/4.90	c #random_decision = 0
4.89/4.90	c #conflict = 1
4.89/4.90	c #restart = 0
4.89/4.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
4.89/4.90	c lower bound updated to -1207
4.89/4.90	c BCD2: 65 <= obj <= 1232
4.89/4.90	c BCD2: #cores=3, #unrelaxed=1204, #relaxed=68, #hardened=0
4.89/4.90	c BCD2: #sat=1 #unsat=66 bias=66/67
4.89/4.90	c Solving starts ...
4.89/4.90	c ============================[ Search Statistics ]============================
4.89/4.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.90	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.90	c =============================================================================
4.89/4.90	c  0.0s |       0 |        0 |        0 |    31833      0 |       62 |       64
4.89/4.94	c  0.0s |       0 |        4 |        1 |    31833      0 |       62 |       65
4.89/4.94	c #cpu_time = 0.043s
4.89/4.94	c #wall_clock_time = 0.043s
4.89/4.94	c #decision = 4
4.89/4.94	c #random_decision = 0
4.89/4.94	c #conflict = 1
4.89/4.94	c #restart = 0
4.89/4.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
4.89/4.94	c lower bound updated to -1206
4.89/4.94	c BCD2: 66 <= obj <= 1232
4.89/4.94	c BCD2: #cores=3, #unrelaxed=1203, #relaxed=69, #hardened=0
4.89/4.94	c BCD2: #sat=1 #unsat=67 bias=67/68
4.89/4.94	c Solving starts ...
4.89/4.94	c ============================[ Search Statistics ]============================
4.89/4.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.94	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.94	c =============================================================================
4.89/4.94	c  0.0s |       0 |        0 |        0 |    31833      0 |       63 |       65
4.89/4.99	c  0.0s |       0 |        4 |        1 |    31833      0 |       63 |       66
4.89/4.99	c #cpu_time = 0.043s
4.89/4.99	c #wall_clock_time = 0.043s
4.89/4.99	c #decision = 4
4.89/4.99	c #random_decision = 0
4.89/4.99	c #conflict = 1
4.89/4.99	c #restart = 0
4.89/4.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
4.89/4.99	c lower bound updated to -1205
4.89/4.99	c BCD2: 67 <= obj <= 1232
4.89/4.99	c BCD2: #cores=3, #unrelaxed=1202, #relaxed=70, #hardened=0
4.89/4.99	c BCD2: #sat=1 #unsat=68 bias=68/69
4.89/4.99	c Solving starts ...
4.89/4.99	c ============================[ Search Statistics ]============================
4.89/4.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.99	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.99	c =============================================================================
4.89/4.99	c  0.0s |       0 |        0 |        0 |    31833      0 |       64 |       66
4.99/5.03	c  0.0s |       0 |        4 |        1 |    31833      0 |       64 |       67
4.99/5.03	c #cpu_time = 0.042s
4.99/5.03	c #wall_clock_time = 0.042s
4.99/5.03	c #decision = 4
4.99/5.03	c #random_decision = 0
4.99/5.03	c #conflict = 1
4.99/5.03	c #restart = 0
4.99/5.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
4.99/5.03	c lower bound updated to -1204
4.99/5.03	c BCD2: 68 <= obj <= 1232
4.99/5.03	c BCD2: #cores=3, #unrelaxed=1201, #relaxed=71, #hardened=0
4.99/5.03	c BCD2: #sat=1 #unsat=69 bias=69/70
4.99/5.04	c Solving starts ...
4.99/5.04	c ============================[ Search Statistics ]============================
4.99/5.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.04	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.04	c =============================================================================
4.99/5.04	c  0.0s |       0 |        0 |        0 |    31833      0 |       65 |       67
4.99/5.08	c  0.0s |       0 |        4 |        1 |    31833      0 |       65 |       68
4.99/5.08	c #cpu_time = 0.043s
4.99/5.08	c #wall_clock_time = 0.043s
4.99/5.08	c #decision = 4
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 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
4.99/5.08	c lower bound updated to -1203
4.99/5.08	c BCD2: 69 <= obj <= 1232
4.99/5.08	c BCD2: #cores=3, #unrelaxed=1200, #relaxed=72, #hardened=0
4.99/5.08	c BCD2: #sat=1 #unsat=70 bias=70/71
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 |    31833      0 |       66 |       68
5.08/5.12	c  0.0s |       0 |        4 |        0 |    31833      0 |       66 |       69
5.08/5.12	c #cpu_time = 0.043s
5.08/5.12	c #wall_clock_time = 0.043s
5.08/5.12	c #decision = 4
5.08/5.12	c #random_decision = 0
5.08/5.12	c #conflict = 0
5.08/5.12	c #restart = 0
5.08/5.12	c BCD2: found a new core of size 2: cost of the new core is >=1
5.08/5.12	c lower bound updated to -1202
5.08/5.13	c BCD2: 70 <= obj <= 1232
5.08/5.13	c BCD2: #cores=4, #unrelaxed=1198, #relaxed=74, #hardened=0
5.08/5.13	c BCD2: #sat=1 #unsat=71 bias=71/72
5.08/5.13	c Solving starts ...
5.08/5.13	c ============================[ Search Statistics ]============================
5.08/5.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.08/5.13	c       |         |          |          |    Limit     GC | Var      | Constra 
5.08/5.13	c =============================================================================
5.08/5.13	c  0.0s |       0 |        0 |        0 |    31833      0 |       66 |       70
5.08/5.17	c  0.0s |       0 |        5 |        1 |    31833      0 |       66 |       70
5.08/5.17	c #cpu_time = 0.042s
5.08/5.17	c #wall_clock_time = 0.042s
5.08/5.17	c #decision = 5
5.08/5.17	c #random_decision = 0
5.08/5.17	c #conflict = 1
5.08/5.17	c #restart = 0
5.08/5.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
5.08/5.17	c lower bound updated to -1201
5.08/5.17	c BCD2: 71 <= obj <= 1232
5.08/5.17	c BCD2: #cores=4, #unrelaxed=1197, #relaxed=75, #hardened=0
5.08/5.17	c BCD2: #sat=1 #unsat=72 bias=72/73
5.08/5.17	c Solving starts ...
5.08/5.17	c ============================[ Search Statistics ]============================
5.08/5.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.08/5.17	c       |         |          |          |    Limit     GC | Var      | Constra 
5.08/5.17	c =============================================================================
5.08/5.17	c  0.0s |       0 |        0 |        0 |    31833      0 |       67 |       70
5.19/5.22	c  0.0s |       0 |        5 |        1 |    31833      0 |       67 |       71
5.19/5.22	c #cpu_time = 0.043s
5.19/5.22	c #wall_clock_time = 0.043s
5.19/5.22	c #decision = 5
5.19/5.22	c #random_decision = 0
5.19/5.22	c #conflict = 1
5.19/5.22	c #restart = 0
5.19/5.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
5.19/5.22	c lower bound updated to -1200
5.19/5.22	c BCD2: 72 <= obj <= 1232
5.19/5.22	c BCD2: #cores=4, #unrelaxed=1196, #relaxed=76, #hardened=0
5.19/5.22	c BCD2: #sat=1 #unsat=73 bias=73/74
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 |    31833      0 |       68 |       71
5.19/5.26	c  0.0s |       0 |        5 |        1 |    31833      0 |       68 |       72
5.19/5.26	c #cpu_time = 0.043s
5.19/5.26	c #wall_clock_time = 0.043s
5.19/5.26	c #decision = 5
5.19/5.26	c #random_decision = 0
5.19/5.26	c #conflict = 1
5.19/5.26	c #restart = 0
5.19/5.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
5.19/5.26	c lower bound updated to -1199
5.19/5.26	c BCD2: 73 <= obj <= 1232
5.19/5.26	c BCD2: #cores=4, #unrelaxed=1195, #relaxed=77, #hardened=0
5.19/5.26	c BCD2: #sat=1 #unsat=74 bias=74/75
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 |    31833      0 |       69 |       72
5.28/5.30	c  0.0s |       0 |        5 |        1 |    31833      0 |       69 |       73
5.28/5.30	c #cpu_time = 0.043s
5.28/5.30	c #wall_clock_time = 0.043s
5.28/5.30	c #decision = 5
5.28/5.30	c #random_decision = 0
5.28/5.30	c #conflict = 1
5.28/5.30	c #restart = 0
5.28/5.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
5.28/5.30	c lower bound updated to -1198
5.28/5.31	c BCD2: 74 <= obj <= 1232
5.28/5.31	c BCD2: #cores=4, #unrelaxed=1194, #relaxed=78, #hardened=0
5.28/5.31	c BCD2: #sat=1 #unsat=75 bias=75/76
5.28/5.31	c Solving starts ...
5.28/5.31	c ============================[ Search Statistics ]============================
5.28/5.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.31	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.31	c =============================================================================
5.28/5.31	c  0.0s |       0 |        0 |        0 |    31833      0 |       70 |       73
5.28/5.35	c  0.0s |       0 |        5 |        1 |    31833      0 |       70 |       74
5.28/5.35	c #cpu_time = 0.043s
5.28/5.35	c #wall_clock_time = 0.043s
5.28/5.35	c #decision = 5
5.28/5.35	c #random_decision = 0
5.28/5.35	c #conflict = 1
5.28/5.35	c #restart = 0
5.28/5.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
5.28/5.35	c lower bound updated to -1197
5.28/5.35	c BCD2: 75 <= obj <= 1232
5.28/5.35	c BCD2: #cores=4, #unrelaxed=1193, #relaxed=79, #hardened=0
5.28/5.35	c BCD2: #sat=1 #unsat=76 bias=76/77
5.28/5.35	c Solving starts ...
5.28/5.35	c ============================[ Search Statistics ]============================
5.28/5.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.35	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.35	c =============================================================================
5.28/5.35	c  0.0s |       0 |        0 |        0 |    31833      0 |       71 |       74
5.28/5.39	c  0.0s |       0 |        5 |        1 |    31833      0 |       71 |       75
5.28/5.39	c #cpu_time = 0.043s
5.28/5.39	c #wall_clock_time = 0.043s
5.28/5.39	c #decision = 5
5.28/5.39	c #random_decision = 0
5.28/5.39	c #conflict = 1
5.28/5.39	c #restart = 0
5.28/5.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
5.28/5.39	c lower bound updated to -1196
5.39/5.40	c BCD2: 76 <= obj <= 1232
5.39/5.40	c BCD2: #cores=4, #unrelaxed=1192, #relaxed=80, #hardened=0
5.39/5.40	c BCD2: #sat=1 #unsat=77 bias=77/78
5.39/5.40	c Solving starts ...
5.39/5.40	c ============================[ Search Statistics ]============================
5.39/5.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.40	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.40	c =============================================================================
5.39/5.40	c  0.0s |       0 |        0 |        0 |    31833      0 |       72 |       75
5.39/5.44	c  0.0s |       0 |        5 |        1 |    31833      0 |       72 |       76
5.39/5.44	c #cpu_time = 0.042s
5.39/5.44	c #wall_clock_time = 0.042s
5.39/5.44	c #decision = 5
5.39/5.44	c #random_decision = 0
5.39/5.44	c #conflict = 1
5.39/5.44	c #restart = 0
5.39/5.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
5.39/5.44	c lower bound updated to -1195
5.39/5.44	c BCD2: 77 <= obj <= 1232
5.39/5.44	c BCD2: #cores=4, #unrelaxed=1191, #relaxed=81, #hardened=0
5.39/5.44	c BCD2: #sat=1 #unsat=78 bias=78/79
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 |    31833      0 |       73 |       76
5.39/5.48	c  0.0s |       0 |        5 |        1 |    31833      0 |       73 |       77
5.39/5.48	c #cpu_time = 0.043s
5.39/5.48	c #wall_clock_time = 0.043s
5.39/5.48	c #decision = 5
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 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
5.39/5.48	c lower bound updated to -1194
5.39/5.49	c BCD2: 78 <= obj <= 1232
5.39/5.49	c BCD2: #cores=4, #unrelaxed=1190, #relaxed=82, #hardened=0
5.39/5.49	c BCD2: #sat=1 #unsat=79 bias=79/80
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 |    31833      0 |       74 |       77
5.50/5.53	c  0.0s |       0 |        5 |        1 |    31833      0 |       74 |       78
5.50/5.53	c #cpu_time = 0.043s
5.50/5.53	c #wall_clock_time = 0.043s
5.50/5.53	c #decision = 5
5.50/5.53	c #random_decision = 0
5.50/5.53	c #conflict = 1
5.50/5.53	c #restart = 0
5.50/5.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
5.50/5.53	c lower bound updated to -1193
5.50/5.53	c BCD2: 79 <= obj <= 1232
5.50/5.53	c BCD2: #cores=4, #unrelaxed=1189, #relaxed=83, #hardened=0
5.50/5.53	c BCD2: #sat=1 #unsat=80 bias=80/81
5.50/5.53	c Solving starts ...
5.50/5.53	c ============================[ Search Statistics ]============================
5.50/5.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.53	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.53	c =============================================================================
5.50/5.53	c  0.0s |       0 |        0 |        0 |    31833      0 |       75 |       78
5.50/5.57	c  0.0s |       0 |        5 |        1 |    31833      0 |       75 |       79
5.50/5.57	c #cpu_time = 0.044s
5.50/5.57	c #wall_clock_time = 0.044s
5.50/5.57	c #decision = 5
5.50/5.57	c #random_decision = 0
5.50/5.57	c #conflict = 1
5.50/5.57	c #restart = 0
5.50/5.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
5.50/5.57	c lower bound updated to -1192
5.50/5.57	c BCD2: 80 <= obj <= 1232
5.50/5.57	c BCD2: #cores=4, #unrelaxed=1188, #relaxed=84, #hardened=0
5.50/5.57	c BCD2: #sat=1 #unsat=81 bias=81/82
5.50/5.57	c Solving starts ...
5.50/5.57	c ============================[ Search Statistics ]============================
5.50/5.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.57	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.57	c =============================================================================
5.50/5.57	c  0.0s |       0 |        0 |        0 |    31833      0 |       76 |       79
5.59/5.62	c  0.0s |       0 |        5 |        1 |    31833      0 |       76 |       80
5.59/5.62	c #cpu_time = 0.044s
5.59/5.62	c #wall_clock_time = 0.044s
5.59/5.62	c #decision = 5
5.59/5.62	c #random_decision = 0
5.59/5.62	c #conflict = 1
5.59/5.62	c #restart = 0
5.59/5.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
5.59/5.62	c lower bound updated to -1191
5.59/5.62	c BCD2: 81 <= obj <= 1232
5.59/5.62	c BCD2: #cores=4, #unrelaxed=1187, #relaxed=85, #hardened=0
5.59/5.62	c BCD2: #sat=1 #unsat=82 bias=82/83
5.59/5.62	c Solving starts ...
5.59/5.62	c ============================[ Search Statistics ]============================
5.59/5.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.62	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.62	c =============================================================================
5.59/5.62	c  0.0s |       0 |        0 |        0 |    31833      0 |       77 |       80
5.59/5.66	c  0.0s |       0 |        5 |        1 |    31833      0 |       77 |       81
5.59/5.66	c #cpu_time = 0.043s
5.59/5.66	c #wall_clock_time = 0.043s
5.59/5.66	c #decision = 5
5.59/5.66	c #random_decision = 0
5.59/5.66	c #conflict = 1
5.59/5.66	c #restart = 0
5.59/5.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
5.59/5.66	c lower bound updated to -1190
5.59/5.66	c BCD2: 82 <= obj <= 1232
5.59/5.66	c BCD2: #cores=4, #unrelaxed=1186, #relaxed=86, #hardened=0
5.59/5.66	c BCD2: #sat=1 #unsat=83 bias=83/84
5.59/5.66	c Solving starts ...
5.59/5.66	c ============================[ Search Statistics ]============================
5.59/5.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.66	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.66	c =============================================================================
5.59/5.66	c  0.0s |       0 |        0 |        0 |    31833      0 |       78 |       81
5.69/5.71	c  0.0s |       0 |        5 |        1 |    31833      0 |       78 |       82
5.69/5.71	c #cpu_time = 0.043s
5.69/5.71	c #wall_clock_time = 0.043s
5.69/5.71	c #decision = 5
5.69/5.71	c #random_decision = 0
5.69/5.71	c #conflict = 1
5.69/5.71	c #restart = 0
5.69/5.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
5.69/5.71	c lower bound updated to -1189
5.69/5.71	c BCD2: 83 <= obj <= 1232
5.69/5.71	c BCD2: #cores=4, #unrelaxed=1185, #relaxed=87, #hardened=0
5.69/5.71	c BCD2: #sat=1 #unsat=84 bias=84/85
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 |    31833      0 |       79 |       82
5.69/5.75	c  0.0s |       0 |        5 |        1 |    31833      0 |       79 |       83
5.69/5.75	c #cpu_time = 0.043s
5.69/5.75	c #wall_clock_time = 0.043s
5.69/5.75	c #decision = 5
5.69/5.75	c #random_decision = 0
5.69/5.75	c #conflict = 1
5.69/5.75	c #restart = 0
5.69/5.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
5.69/5.75	c lower bound updated to -1188
5.69/5.75	c BCD2: 84 <= obj <= 1232
5.69/5.75	c BCD2: #cores=4, #unrelaxed=1184, #relaxed=88, #hardened=0
5.69/5.75	c BCD2: #sat=1 #unsat=85 bias=85/86
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 |    31833      0 |       80 |       83
5.69/5.79	c  0.0s |       0 |        5 |        1 |    31833      0 |       80 |       84
5.69/5.79	c #cpu_time = 0.043s
5.69/5.79	c #wall_clock_time = 0.043s
5.69/5.79	c #decision = 5
5.69/5.79	c #random_decision = 0
5.69/5.79	c #conflict = 1
5.69/5.79	c #restart = 0
5.69/5.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
5.69/5.79	c lower bound updated to -1187
5.79/5.80	c BCD2: 85 <= obj <= 1232
5.79/5.80	c BCD2: #cores=4, #unrelaxed=1183, #relaxed=89, #hardened=0
5.79/5.80	c BCD2: #sat=1 #unsat=86 bias=86/87
5.79/5.80	c Solving starts ...
5.79/5.80	c ============================[ Search Statistics ]============================
5.79/5.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.80	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.80	c =============================================================================
5.79/5.80	c  0.0s |       0 |        0 |        0 |    31833      0 |       81 |       84
5.79/5.84	c  0.0s |       0 |        5 |        1 |    31833      0 |       81 |       85
5.79/5.84	c #cpu_time = 0.043s
5.79/5.84	c #wall_clock_time = 0.043s
5.79/5.84	c #decision = 5
5.79/5.84	c #random_decision = 0
5.79/5.84	c #conflict = 1
5.79/5.84	c #restart = 0
5.79/5.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
5.79/5.84	c lower bound updated to -1186
5.79/5.84	c BCD2: 86 <= obj <= 1232
5.79/5.84	c BCD2: #cores=4, #unrelaxed=1182, #relaxed=90, #hardened=0
5.79/5.84	c BCD2: #sat=1 #unsat=87 bias=87/88
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 |    31833      0 |       82 |       85
5.79/5.89	c  0.0s |       0 |        5 |        1 |    31833      0 |       82 |       86
5.79/5.89	c #cpu_time = 0.046s
5.79/5.89	c #wall_clock_time = 0.046s
5.79/5.89	c #decision = 5
5.79/5.89	c #random_decision = 0
5.79/5.89	c #conflict = 1
5.79/5.89	c #restart = 0
5.79/5.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
5.79/5.89	c lower bound updated to -1185
5.79/5.89	c BCD2: 87 <= obj <= 1232
5.79/5.89	c BCD2: #cores=4, #unrelaxed=1181, #relaxed=91, #hardened=0
5.79/5.89	c BCD2: #sat=1 #unsat=88 bias=88/89
5.79/5.89	c Solving starts ...
5.79/5.89	c ============================[ Search Statistics ]============================
5.79/5.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.89	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.89	c =============================================================================
5.79/5.89	c  0.0s |       0 |        0 |        0 |    31833      0 |       83 |       86
5.89/5.94	c  0.0s |       0 |        5 |        1 |    31833      0 |       83 |       87
5.89/5.94	c #cpu_time = 0.046s
5.89/5.94	c #wall_clock_time = 0.046s
5.89/5.94	c #decision = 5
5.89/5.94	c #random_decision = 0
5.89/5.94	c #conflict = 1
5.89/5.94	c #restart = 0
5.89/5.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
5.89/5.94	c lower bound updated to -1184
5.89/5.94	c BCD2: 88 <= obj <= 1232
5.89/5.94	c BCD2: #cores=4, #unrelaxed=1180, #relaxed=92, #hardened=0
5.89/5.94	c BCD2: #sat=1 #unsat=89 bias=89/90
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 |    31833      0 |       84 |       87
5.89/5.98	c  0.0s |       0 |        5 |        1 |    31833      0 |       84 |       88
5.89/5.98	c #cpu_time = 0.044s
5.89/5.98	c #wall_clock_time = 0.044s
5.89/5.98	c #decision = 5
5.89/5.98	c #random_decision = 0
5.89/5.98	c #conflict = 1
5.89/5.98	c #restart = 0
5.89/5.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
5.89/5.98	c lower bound updated to -1183
5.89/5.98	c BCD2: 89 <= obj <= 1232
5.89/5.98	c BCD2: #cores=4, #unrelaxed=1179, #relaxed=93, #hardened=0
5.89/5.98	c BCD2: #sat=1 #unsat=90 bias=90/91
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 |    31833      0 |       85 |       88
5.98/6.03	c  0.0s |       0 |        5 |        1 |    31833      0 |       85 |       89
5.98/6.03	c #cpu_time = 0.044s
5.98/6.03	c #wall_clock_time = 0.044s
5.98/6.03	c #decision = 5
5.98/6.03	c #random_decision = 0
5.98/6.03	c #conflict = 1
5.98/6.03	c #restart = 0
5.98/6.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
5.98/6.03	c lower bound updated to -1182
5.98/6.03	c BCD2: 90 <= obj <= 1232
5.98/6.03	c BCD2: #cores=4, #unrelaxed=1178, #relaxed=94, #hardened=0
5.98/6.03	c BCD2: #sat=1 #unsat=91 bias=91/92
5.98/6.03	c Solving starts ...
5.98/6.03	c ============================[ Search Statistics ]============================
5.98/6.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.98/6.03	c       |         |          |          |    Limit     GC | Var      | Constra 
5.98/6.03	c =============================================================================
5.98/6.03	c  0.0s |       0 |        0 |        0 |    31833      0 |       86 |       89
5.98/6.07	c  0.0s |       0 |        5 |        1 |    31833      0 |       86 |       90
5.98/6.07	c #cpu_time = 0.043s
5.98/6.07	c #wall_clock_time = 0.043s
5.98/6.07	c #decision = 5
5.98/6.07	c #random_decision = 0
5.98/6.07	c #conflict = 1
5.98/6.07	c #restart = 0
5.98/6.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
5.98/6.07	c lower bound updated to -1181
5.98/6.07	c BCD2: 91 <= obj <= 1232
5.98/6.07	c BCD2: #cores=4, #unrelaxed=1177, #relaxed=95, #hardened=0
5.98/6.07	c BCD2: #sat=1 #unsat=92 bias=92/93
5.98/6.07	c Solving starts ...
5.98/6.07	c ============================[ Search Statistics ]============================
5.98/6.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.98/6.07	c       |         |          |          |    Limit     GC | Var      | Constra 
5.98/6.07	c =============================================================================
5.98/6.07	c  0.0s |       0 |        0 |        0 |    31833      0 |       87 |       90
6.09/6.11	c  0.0s |       0 |        5 |        1 |    31833      0 |       87 |       91
6.09/6.11	c #cpu_time = 0.043s
6.09/6.11	c #wall_clock_time = 0.043s
6.09/6.11	c #decision = 5
6.09/6.11	c #random_decision = 0
6.09/6.11	c #conflict = 1
6.09/6.11	c #restart = 0
6.09/6.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
6.09/6.11	c lower bound updated to -1180
6.09/6.11	c BCD2: 92 <= obj <= 1232
6.09/6.11	c BCD2: #cores=4, #unrelaxed=1176, #relaxed=96, #hardened=0
6.09/6.11	c BCD2: #sat=1 #unsat=93 bias=93/94
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.12	c  0.0s |       0 |        0 |        0 |    31833      0 |       88 |       91
6.09/6.16	c  0.0s |       0 |        5 |        0 |    31833      0 |       88 |       92
6.09/6.16	c #cpu_time = 0.043s
6.09/6.16	c #wall_clock_time = 0.043s
6.09/6.16	c #decision = 5
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 2: cost of the new core is >=1
6.09/6.16	c lower bound updated to -1179
6.09/6.17	c BCD2: 93 <= obj <= 1232
6.09/6.17	c BCD2: #cores=5, #unrelaxed=1174, #relaxed=98, #hardened=0
6.09/6.17	c BCD2: #sat=1 #unsat=94 bias=94/95
6.09/6.17	c Solving starts ...
6.09/6.17	c ============================[ Search Statistics ]============================
6.09/6.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.17	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.17	c =============================================================================
6.09/6.17	c  0.0s |       0 |        0 |        0 |    31833      0 |       88 |       93
6.18/6.21	c  0.0s |       0 |        6 |        1 |    31833      0 |       88 |       93
6.18/6.21	c #cpu_time = 0.042s
6.18/6.21	c #wall_clock_time = 0.042s
6.18/6.21	c #decision = 6
6.18/6.21	c #random_decision = 0
6.18/6.21	c #conflict = 1
6.18/6.21	c #restart = 0
6.18/6.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
6.18/6.21	c lower bound updated to -1178
6.18/6.21	c BCD2: 94 <= obj <= 1232
6.18/6.21	c BCD2: #cores=5, #unrelaxed=1173, #relaxed=99, #hardened=0
6.18/6.21	c BCD2: #sat=1 #unsat=95 bias=95/96
6.18/6.21	c Solving starts ...
6.18/6.21	c ============================[ Search Statistics ]============================
6.18/6.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.18/6.21	c       |         |          |          |    Limit     GC | Var      | Constra 
6.18/6.21	c =============================================================================
6.18/6.21	c  0.0s |       0 |        0 |        0 |    31833      0 |       89 |       93
6.18/6.26	c  0.0s |       0 |        6 |        1 |    31833      0 |       89 |       94
6.18/6.26	c #cpu_time = 0.042s
6.18/6.26	c #wall_clock_time = 0.042s
6.18/6.26	c #decision = 6
6.18/6.26	c #random_decision = 0
6.18/6.26	c #conflict = 1
6.18/6.26	c #restart = 0
6.18/6.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
6.18/6.26	c lower bound updated to -1177
6.18/6.26	c BCD2: 95 <= obj <= 1232
6.18/6.26	c BCD2: #cores=5, #unrelaxed=1172, #relaxed=100, #hardened=0
6.18/6.26	c BCD2: #sat=1 #unsat=96 bias=96/97
6.18/6.26	c Solving starts ...
6.18/6.26	c ============================[ Search Statistics ]============================
6.18/6.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.18/6.26	c       |         |          |          |    Limit     GC | Var      | Constra 
6.18/6.26	c =============================================================================
6.18/6.26	c  0.0s |       0 |        0 |        0 |    31833      0 |       90 |       94
6.29/6.30	c  0.0s |       0 |        6 |        1 |    31833      0 |       90 |       95
6.29/6.30	c #cpu_time = 0.043s
6.29/6.30	c #wall_clock_time = 0.043s
6.29/6.30	c #decision = 6
6.29/6.30	c #random_decision = 0
6.29/6.30	c #conflict = 1
6.29/6.30	c #restart = 0
6.29/6.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
6.29/6.30	c lower bound updated to -1176
6.29/6.30	c BCD2: 96 <= obj <= 1232
6.29/6.30	c BCD2: #cores=5, #unrelaxed=1171, #relaxed=101, #hardened=0
6.29/6.30	c BCD2: #sat=1 #unsat=97 bias=97/98
6.29/6.30	c Solving starts ...
6.29/6.30	c ============================[ Search Statistics ]============================
6.29/6.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.30	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.30	c =============================================================================
6.29/6.30	c  0.0s |       0 |        0 |        0 |    31833      0 |       91 |       95
6.29/6.34	c  0.0s |       0 |        6 |        1 |    31833      0 |       91 |       96
6.29/6.34	c #cpu_time = 0.043s
6.29/6.34	c #wall_clock_time = 0.043s
6.29/6.34	c #decision = 6
6.29/6.34	c #random_decision = 0
6.29/6.34	c #conflict = 1
6.29/6.34	c #restart = 0
6.29/6.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
6.29/6.34	c lower bound updated to -1175
6.29/6.35	c BCD2: 97 <= obj <= 1232
6.29/6.35	c BCD2: #cores=5, #unrelaxed=1170, #relaxed=102, #hardened=0
6.29/6.35	c BCD2: #sat=1 #unsat=98 bias=98/99
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 |    31833      0 |       92 |       96
6.29/6.39	c  0.0s |       0 |        6 |        1 |    31833      0 |       92 |       97
6.29/6.39	c #cpu_time = 0.044s
6.29/6.39	c #wall_clock_time = 0.044s
6.29/6.39	c #decision = 6
6.29/6.39	c #random_decision = 0
6.29/6.39	c #conflict = 1
6.29/6.39	c #restart = 0
6.29/6.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
6.29/6.39	c lower bound updated to -1174
6.29/6.39	c BCD2: 98 <= obj <= 1232
6.29/6.39	c BCD2: #cores=5, #unrelaxed=1169, #relaxed=103, #hardened=0
6.29/6.39	c BCD2: #sat=1 #unsat=99 bias=99/100
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 |    31833      0 |       93 |       97
6.39/6.43	c  0.0s |       0 |        6 |        1 |    31833      0 |       93 |       98
6.39/6.43	c #cpu_time = 0.044s
6.39/6.43	c #wall_clock_time = 0.044s
6.39/6.43	c #decision = 6
6.39/6.43	c #random_decision = 0
6.39/6.43	c #conflict = 1
6.39/6.43	c #restart = 0
6.39/6.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
6.39/6.43	c lower bound updated to -1173
6.39/6.43	c BCD2: 99 <= obj <= 1232
6.39/6.43	c BCD2: #cores=5, #unrelaxed=1168, #relaxed=104, #hardened=0
6.39/6.43	c BCD2: #sat=1 #unsat=100 bias=100/101
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 |    31833      0 |       94 |       98
6.39/6.48	c  0.0s |       0 |        6 |        1 |    31833      0 |       94 |       99
6.39/6.48	c #cpu_time = 0.043s
6.39/6.48	c #wall_clock_time = 0.043s
6.39/6.48	c #decision = 6
6.39/6.48	c #random_decision = 0
6.39/6.48	c #conflict = 1
6.39/6.48	c #restart = 0
6.39/6.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
6.39/6.48	c lower bound updated to -1172
6.39/6.48	c BCD2: 100 <= obj <= 1232
6.39/6.48	c BCD2: #cores=5, #unrelaxed=1167, #relaxed=105, #hardened=0
6.39/6.48	c BCD2: #sat=1 #unsat=101 bias=101/102
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 |    31833      0 |       95 |       99
6.48/6.52	c  0.0s |       0 |        6 |        1 |    31833      0 |       95 |      100
6.48/6.52	c #cpu_time = 0.043s
6.48/6.52	c #wall_clock_time = 0.043s
6.48/6.52	c #decision = 6
6.48/6.52	c #random_decision = 0
6.48/6.52	c #conflict = 1
6.48/6.52	c #restart = 0
6.48/6.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
6.48/6.52	c lower bound updated to -1171
6.48/6.52	c BCD2: 101 <= obj <= 1232
6.48/6.52	c BCD2: #cores=5, #unrelaxed=1166, #relaxed=106, #hardened=0
6.48/6.52	c BCD2: #sat=1 #unsat=102 bias=102/103
6.48/6.52	c Solving starts ...
6.48/6.52	c ============================[ Search Statistics ]============================
6.48/6.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.48/6.52	c       |         |          |          |    Limit     GC | Var      | Constra 
6.48/6.52	c =============================================================================
6.48/6.52	c  0.0s |       0 |        0 |        0 |    31833      0 |       96 |      100
6.48/6.57	c  0.0s |       0 |        6 |        1 |    31833      0 |       96 |      101
6.48/6.57	c #cpu_time = 0.043s
6.48/6.57	c #wall_clock_time = 0.043s
6.48/6.57	c #decision = 6
6.48/6.57	c #random_decision = 0
6.48/6.57	c #conflict = 1
6.48/6.57	c #restart = 0
6.48/6.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
6.48/6.57	c lower bound updated to -1170
6.48/6.57	c BCD2: 102 <= obj <= 1232
6.48/6.57	c BCD2: #cores=5, #unrelaxed=1165, #relaxed=107, #hardened=0
6.48/6.57	c BCD2: #sat=1 #unsat=103 bias=103/104
6.48/6.57	c Solving starts ...
6.48/6.57	c ============================[ Search Statistics ]============================
6.48/6.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.48/6.57	c       |         |          |          |    Limit     GC | Var      | Constra 
6.48/6.57	c =============================================================================
6.48/6.57	c  0.0s |       0 |        0 |        0 |    31833      0 |       97 |      101
6.60/6.61	c  0.0s |       0 |        6 |        1 |    31833      0 |       97 |      102
6.60/6.61	c #cpu_time = 0.042s
6.60/6.61	c #wall_clock_time = 0.042s
6.60/6.61	c #decision = 6
6.60/6.61	c #random_decision = 0
6.60/6.61	c #conflict = 1
6.60/6.61	c #restart = 0
6.60/6.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
6.60/6.61	c lower bound updated to -1169
6.60/6.62	c BCD2: 103 <= obj <= 1232
6.60/6.62	c BCD2: #cores=5, #unrelaxed=1164, #relaxed=108, #hardened=0
6.60/6.62	c BCD2: #sat=1 #unsat=104 bias=104/105
6.60/6.62	c Solving starts ...
6.60/6.62	c ============================[ Search Statistics ]============================
6.60/6.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.62	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.62	c =============================================================================
6.60/6.62	c  0.0s |       0 |        0 |        0 |    31833      0 |       98 |      102
6.60/6.66	c  0.0s |       0 |        6 |        1 |    31833      0 |       98 |      103
6.60/6.66	c #cpu_time = 0.043s
6.60/6.66	c #wall_clock_time = 0.043s
6.60/6.66	c #decision = 6
6.60/6.66	c #random_decision = 0
6.60/6.66	c #conflict = 1
6.60/6.66	c #restart = 0
6.60/6.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
6.60/6.66	c lower bound updated to -1168
6.60/6.66	c BCD2: 104 <= obj <= 1232
6.60/6.66	c BCD2: #cores=5, #unrelaxed=1163, #relaxed=109, #hardened=0
6.60/6.66	c BCD2: #sat=1 #unsat=105 bias=105/106
6.60/6.66	c Solving starts ...
6.60/6.66	c ============================[ Search Statistics ]============================
6.60/6.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.66	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.66	c =============================================================================
6.60/6.66	c  0.0s |       0 |        0 |        0 |    31833      0 |       99 |      103
6.60/6.70	c  0.0s |       0 |        6 |        1 |    31833      0 |       99 |      104
6.60/6.70	c #cpu_time = 0.043s
6.60/6.70	c #wall_clock_time = 0.043s
6.60/6.70	c #decision = 6
6.60/6.70	c #random_decision = 0
6.60/6.70	c #conflict = 1
6.60/6.70	c #restart = 0
6.60/6.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
6.60/6.70	c lower bound updated to -1167
6.69/6.70	c BCD2: 105 <= obj <= 1232
6.69/6.70	c BCD2: #cores=5, #unrelaxed=1162, #relaxed=110, #hardened=0
6.69/6.70	c BCD2: #sat=1 #unsat=106 bias=106/107
6.69/6.70	c Solving starts ...
6.69/6.70	c ============================[ Search Statistics ]============================
6.69/6.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.69/6.70	c       |         |          |          |    Limit     GC | Var      | Constra 
6.69/6.70	c =============================================================================
6.69/6.70	c  0.0s |       0 |        0 |        0 |    31833      0 |      100 |      104
6.69/6.75	c  0.0s |       0 |        6 |        1 |    35017      0 |      100 |      105
6.69/6.75	c #cpu_time = 0.044s
6.69/6.75	c #wall_clock_time = 0.044s
6.69/6.75	c #decision = 6
6.69/6.75	c #random_decision = 0
6.69/6.75	c #conflict = 1
6.69/6.75	c #restart = 0
6.69/6.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
6.69/6.75	c lower bound updated to -1166
6.69/6.75	c BCD2: 106 <= obj <= 1232
6.69/6.75	c BCD2: #cores=5, #unrelaxed=1161, #relaxed=111, #hardened=0
6.69/6.75	c BCD2: #sat=1 #unsat=107 bias=107/108
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 |    35017      0 |      101 |      105
6.69/6.79	c  0.0s |       0 |        6 |        1 |    35017      0 |      101 |      106
6.69/6.79	c #cpu_time = 0.044s
6.69/6.79	c #wall_clock_time = 0.044s
6.69/6.79	c #decision = 6
6.69/6.79	c #random_decision = 0
6.69/6.79	c #conflict = 1
6.69/6.79	c #restart = 0
6.69/6.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
6.69/6.79	c lower bound updated to -1165
6.69/6.79	c BCD2: 107 <= obj <= 1232
6.69/6.79	c BCD2: #cores=5, #unrelaxed=1160, #relaxed=112, #hardened=0
6.69/6.79	c BCD2: #sat=1 #unsat=108 bias=108/109
6.69/6.79	c Solving starts ...
6.69/6.79	c ============================[ Search Statistics ]============================
6.69/6.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.69/6.79	c       |         |          |          |    Limit     GC | Var      | Constra 
6.69/6.79	c =============================================================================
6.69/6.79	c  0.0s |       0 |        0 |        0 |    35017      0 |      102 |      106
6.79/6.84	c  0.0s |       0 |        6 |        1 |    35017      0 |      102 |      107
6.79/6.84	c #cpu_time = 0.043s
6.79/6.84	c #wall_clock_time = 0.043s
6.79/6.84	c #decision = 6
6.79/6.84	c #random_decision = 0
6.79/6.84	c #conflict = 1
6.79/6.84	c #restart = 0
6.79/6.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
6.79/6.84	c lower bound updated to -1164
6.79/6.84	c BCD2: 108 <= obj <= 1232
6.79/6.84	c BCD2: #cores=5, #unrelaxed=1159, #relaxed=113, #hardened=0
6.79/6.84	c BCD2: #sat=1 #unsat=109 bias=109/110
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 |    35017      0 |      103 |      107
6.79/6.88	c  0.0s |       0 |        6 |        1 |    35017      0 |      103 |      108
6.79/6.88	c #cpu_time = 0.043s
6.79/6.88	c #wall_clock_time = 0.043s
6.79/6.88	c #decision = 6
6.79/6.88	c #random_decision = 0
6.79/6.88	c #conflict = 1
6.79/6.88	c #restart = 0
6.79/6.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
6.79/6.88	c lower bound updated to -1163
6.79/6.88	c BCD2: 109 <= obj <= 1232
6.79/6.88	c BCD2: #cores=5, #unrelaxed=1158, #relaxed=114, #hardened=0
6.79/6.88	c BCD2: #sat=1 #unsat=110 bias=110/111
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 |    35017      0 |      104 |      108
6.88/6.92	c  0.0s |       0 |        6 |        1 |    35017      0 |      104 |      109
6.88/6.92	c #cpu_time = 0.043s
6.88/6.92	c #wall_clock_time = 0.043s
6.88/6.92	c #decision = 6
6.88/6.92	c #random_decision = 0
6.88/6.92	c #conflict = 1
6.88/6.92	c #restart = 0
6.88/6.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
6.88/6.92	c lower bound updated to -1162
6.88/6.93	c BCD2: 110 <= obj <= 1232
6.88/6.93	c BCD2: #cores=5, #unrelaxed=1157, #relaxed=115, #hardened=0
6.88/6.93	c BCD2: #sat=1 #unsat=111 bias=111/112
6.88/6.93	c Solving starts ...
6.88/6.93	c ============================[ Search Statistics ]============================
6.88/6.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.88/6.93	c       |         |          |          |    Limit     GC | Var      | Constra 
6.88/6.93	c =============================================================================
6.88/6.93	c  0.0s |       0 |        0 |        0 |    35017      0 |      105 |      109
6.88/6.97	c  0.0s |       0 |        6 |        1 |    35017      0 |      105 |      110
6.88/6.97	c #cpu_time = 0.044s
6.88/6.97	c #wall_clock_time = 0.045s
6.88/6.97	c #decision = 6
6.88/6.97	c #random_decision = 0
6.88/6.97	c #conflict = 1
6.88/6.97	c #restart = 0
6.88/6.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
6.88/6.97	c lower bound updated to -1161
6.88/6.98	c BCD2: 111 <= obj <= 1232
6.88/6.98	c BCD2: #cores=5, #unrelaxed=1156, #relaxed=116, #hardened=0
6.88/6.98	c BCD2: #sat=1 #unsat=112 bias=112/113
6.88/6.98	c Solving starts ...
6.88/6.98	c ============================[ Search Statistics ]============================
6.88/6.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.88/6.98	c       |         |          |          |    Limit     GC | Var      | Constra 
6.88/6.98	c =============================================================================
6.88/6.98	c  0.0s |       0 |        0 |        0 |    35017      0 |      106 |      110
6.99/7.02	c  0.0s |       0 |        6 |        1 |    35017      0 |      106 |      111
6.99/7.02	c #cpu_time = 0.045s
6.99/7.02	c #wall_clock_time = 0.045s
6.99/7.02	c #decision = 6
6.99/7.02	c #random_decision = 0
6.99/7.02	c #conflict = 1
6.99/7.02	c #restart = 0
6.99/7.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
6.99/7.02	c lower bound updated to -1160
6.99/7.02	c BCD2: 112 <= obj <= 1232
6.99/7.02	c BCD2: #cores=5, #unrelaxed=1155, #relaxed=117, #hardened=0
6.99/7.02	c BCD2: #sat=1 #unsat=113 bias=113/114
6.99/7.02	c Solving starts ...
6.99/7.02	c ============================[ Search Statistics ]============================
6.99/7.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.02	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.02	c =============================================================================
6.99/7.02	c  0.0s |       0 |        0 |        0 |    35017      0 |      107 |      111
6.99/7.07	c  0.0s |       0 |        6 |        1 |    35017      0 |      107 |      112
6.99/7.07	c #cpu_time = 0.045s
6.99/7.07	c #wall_clock_time = 0.045s
6.99/7.07	c #decision = 6
6.99/7.07	c #random_decision = 0
6.99/7.07	c #conflict = 1
6.99/7.07	c #restart = 0
6.99/7.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
6.99/7.07	c lower bound updated to -1159
6.99/7.07	c BCD2: 113 <= obj <= 1232
6.99/7.07	c BCD2: #cores=5, #unrelaxed=1154, #relaxed=118, #hardened=0
6.99/7.07	c BCD2: #sat=1 #unsat=114 bias=114/115
6.99/7.07	c Solving starts ...
6.99/7.07	c ============================[ Search Statistics ]============================
6.99/7.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.07	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.07	c =============================================================================
6.99/7.07	c  0.0s |       0 |        0 |        0 |    35017      0 |      108 |      112
7.09/7.11	c  0.0s |       0 |        6 |        1 |    35017      0 |      108 |      113
7.09/7.11	c #cpu_time = 0.043s
7.09/7.11	c #wall_clock_time = 0.043s
7.09/7.11	c #decision = 6
7.09/7.11	c #random_decision = 0
7.09/7.11	c #conflict = 1
7.09/7.11	c #restart = 0
7.09/7.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
7.09/7.11	c lower bound updated to -1158
7.09/7.11	c BCD2: 114 <= obj <= 1232
7.09/7.11	c BCD2: #cores=5, #unrelaxed=1153, #relaxed=119, #hardened=0
7.09/7.11	c BCD2: #sat=1 #unsat=115 bias=115/116
7.09/7.11	c Solving starts ...
7.09/7.11	c ============================[ Search Statistics ]============================
7.09/7.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.11	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.11	c =============================================================================
7.09/7.11	c  0.0s |       0 |        0 |        0 |    35017      0 |      109 |      113
7.09/7.16	c  0.0s |       0 |        6 |        1 |    35017      0 |      109 |      114
7.09/7.16	c #cpu_time = 0.044s
7.09/7.16	c #wall_clock_time = 0.044s
7.09/7.16	c #decision = 6
7.09/7.16	c #random_decision = 0
7.09/7.16	c #conflict = 1
7.09/7.16	c #restart = 0
7.09/7.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
7.09/7.16	c lower bound updated to -1157
7.09/7.16	c BCD2: 115 <= obj <= 1232
7.09/7.16	c BCD2: #cores=5, #unrelaxed=1152, #relaxed=120, #hardened=0
7.09/7.16	c BCD2: #sat=1 #unsat=116 bias=116/117
7.09/7.16	c Solving starts ...
7.09/7.16	c ============================[ Search Statistics ]============================
7.09/7.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.16	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.16	c =============================================================================
7.09/7.16	c  0.0s |       0 |        0 |        0 |    35017      0 |      110 |      114
7.19/7.20	c  0.0s |       0 |        6 |        0 |    35017      0 |      110 |      115
7.19/7.20	c #cpu_time = 0.044s
7.19/7.20	c #wall_clock_time = 0.044s
7.19/7.20	c #decision = 6
7.19/7.20	c #random_decision = 0
7.19/7.20	c #conflict = 0
7.19/7.20	c #restart = 0
7.19/7.20	c BCD2: found a new core of size 2: cost of the new core is >=1
7.19/7.20	c lower bound updated to -1156
7.19/7.21	c BCD2: 116 <= obj <= 1232
7.19/7.21	c BCD2: #cores=6, #unrelaxed=1150, #relaxed=122, #hardened=0
7.19/7.21	c BCD2: #sat=1 #unsat=117 bias=117/118
7.19/7.21	c Solving starts ...
7.19/7.21	c ============================[ Search Statistics ]============================
7.19/7.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.21	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.21	c =============================================================================
7.19/7.21	c  0.0s |       0 |        0 |        0 |    35017      0 |      110 |      116
7.19/7.25	c  0.0s |       0 |        7 |        1 |    35017      0 |      110 |      116
7.19/7.25	c #cpu_time = 0.042s
7.19/7.25	c #wall_clock_time = 0.042s
7.19/7.25	c #decision = 7
7.19/7.25	c #random_decision = 0
7.19/7.25	c #conflict = 1
7.19/7.25	c #restart = 0
7.19/7.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
7.19/7.25	c lower bound updated to -1155
7.19/7.25	c BCD2: 117 <= obj <= 1232
7.19/7.25	c BCD2: #cores=6, #unrelaxed=1149, #relaxed=123, #hardened=0
7.19/7.25	c BCD2: #sat=1 #unsat=118 bias=118/119
7.19/7.25	c Solving starts ...
7.19/7.25	c ============================[ Search Statistics ]============================
7.19/7.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.25	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.25	c =============================================================================
7.19/7.25	c  0.0s |       0 |        0 |        0 |    35017      0 |      111 |      116
7.19/7.30	c  0.0s |       0 |        7 |        1 |    35017      0 |      111 |      117
7.19/7.30	c #cpu_time = 0.043s
7.19/7.30	c #wall_clock_time = 0.043s
7.19/7.30	c #decision = 7
7.19/7.30	c #random_decision = 0
7.19/7.30	c #conflict = 1
7.19/7.30	c #restart = 0
7.19/7.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
7.19/7.30	c lower bound updated to -1154
7.19/7.30	c BCD2: 118 <= obj <= 1232
7.19/7.30	c BCD2: #cores=6, #unrelaxed=1148, #relaxed=124, #hardened=0
7.19/7.30	c BCD2: #sat=1 #unsat=119 bias=119/120
7.29/7.30	c Solving starts ...
7.29/7.30	c ============================[ Search Statistics ]============================
7.29/7.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.30	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.30	c =============================================================================
7.29/7.30	c  0.0s |       0 |        0 |        0 |    35017      0 |      112 |      117
7.29/7.34	c  0.0s |       0 |        7 |        1 |    35017      0 |      112 |      118
7.29/7.34	c #cpu_time = 0.043s
7.29/7.34	c #wall_clock_time = 0.043s
7.29/7.34	c #decision = 7
7.29/7.34	c #random_decision = 0
7.29/7.34	c #conflict = 1
7.29/7.34	c #restart = 0
7.29/7.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
7.29/7.34	c lower bound updated to -1153
7.29/7.34	c BCD2: 119 <= obj <= 1232
7.29/7.34	c BCD2: #cores=6, #unrelaxed=1147, #relaxed=125, #hardened=0
7.29/7.34	c BCD2: #sat=1 #unsat=120 bias=120/121
7.29/7.34	c Solving starts ...
7.29/7.34	c ============================[ Search Statistics ]============================
7.29/7.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.34	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.34	c =============================================================================
7.29/7.34	c  0.0s |       0 |        0 |        0 |    35017      0 |      113 |      118
7.29/7.38	c  0.0s |       0 |        7 |        1 |    35017      0 |      113 |      119
7.29/7.38	c #cpu_time = 0.043s
7.29/7.38	c #wall_clock_time = 0.043s
7.29/7.38	c #decision = 7
7.29/7.38	c #random_decision = 0
7.29/7.38	c #conflict = 1
7.29/7.38	c #restart = 0
7.29/7.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
7.29/7.38	c lower bound updated to -1152
7.29/7.39	c BCD2: 120 <= obj <= 1232
7.29/7.39	c BCD2: #cores=6, #unrelaxed=1146, #relaxed=126, #hardened=0
7.29/7.39	c BCD2: #sat=1 #unsat=121 bias=121/122
7.29/7.39	c Solving starts ...
7.29/7.39	c ============================[ Search Statistics ]============================
7.29/7.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.39	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.39	c =============================================================================
7.29/7.39	c  0.0s |       0 |        0 |        0 |    35017      0 |      114 |      119
7.38/7.43	c  0.0s |       0 |        7 |        1 |    35017      0 |      114 |      120
7.38/7.43	c #cpu_time = 0.042s
7.38/7.43	c #wall_clock_time = 0.042s
7.38/7.43	c #decision = 7
7.38/7.43	c #random_decision = 0
7.38/7.43	c #conflict = 1
7.38/7.43	c #restart = 0
7.38/7.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
7.38/7.43	c lower bound updated to -1151
7.38/7.43	c BCD2: 121 <= obj <= 1232
7.38/7.43	c BCD2: #cores=6, #unrelaxed=1145, #relaxed=127, #hardened=0
7.38/7.43	c BCD2: #sat=1 #unsat=122 bias=122/123
7.38/7.43	c Solving starts ...
7.38/7.43	c ============================[ Search Statistics ]============================
7.38/7.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.38/7.43	c       |         |          |          |    Limit     GC | Var      | Constra 
7.38/7.43	c =============================================================================
7.38/7.43	c  0.0s |       0 |        0 |        0 |    35017      0 |      115 |      120
7.38/7.48	c  0.0s |       0 |        7 |        1 |    35017      0 |      115 |      121
7.38/7.48	c #cpu_time = 0.043s
7.38/7.48	c #wall_clock_time = 0.043s
7.38/7.48	c #decision = 7
7.38/7.48	c #random_decision = 0
7.38/7.48	c #conflict = 1
7.38/7.48	c #restart = 0
7.38/7.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
7.38/7.48	c lower bound updated to -1150
7.38/7.48	c BCD2: 122 <= obj <= 1232
7.38/7.48	c BCD2: #cores=6, #unrelaxed=1144, #relaxed=128, #hardened=0
7.38/7.48	c BCD2: #sat=1 #unsat=123 bias=123/124
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 |    35017      0 |      116 |      121
7.49/7.52	c  0.0s |       0 |        7 |        1 |    35017      0 |      116 |      122
7.49/7.52	c #cpu_time = 0.043s
7.49/7.52	c #wall_clock_time = 0.043s
7.49/7.52	c #decision = 7
7.49/7.52	c #random_decision = 0
7.49/7.52	c #conflict = 1
7.49/7.52	c #restart = 0
7.49/7.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
7.49/7.52	c lower bound updated to -1149
7.49/7.52	c BCD2: 123 <= obj <= 1232
7.49/7.52	c BCD2: #cores=6, #unrelaxed=1143, #relaxed=129, #hardened=0
7.49/7.52	c BCD2: #sat=1 #unsat=124 bias=124/125
7.49/7.52	c Solving starts ...
7.49/7.52	c ============================[ Search Statistics ]============================
7.49/7.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.52	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.52	c =============================================================================
7.49/7.52	c  0.0s |       0 |        0 |        0 |    35017      0 |      117 |      122
7.49/7.56	c  0.0s |       0 |        7 |        1 |    35017      0 |      117 |      123
7.49/7.56	c #cpu_time = 0.044s
7.49/7.56	c #wall_clock_time = 0.044s
7.49/7.56	c #decision = 7
7.49/7.56	c #random_decision = 0
7.49/7.56	c #conflict = 1
7.49/7.56	c #restart = 0
7.49/7.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
7.49/7.56	c lower bound updated to -1148
7.49/7.57	c BCD2: 124 <= obj <= 1232
7.49/7.57	c BCD2: #cores=6, #unrelaxed=1142, #relaxed=130, #hardened=0
7.49/7.57	c BCD2: #sat=1 #unsat=125 bias=125/126
7.49/7.57	c Solving starts ...
7.49/7.57	c ============================[ Search Statistics ]============================
7.49/7.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.57	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.57	c =============================================================================
7.49/7.57	c  0.0s |       0 |        0 |        0 |    35017      0 |      118 |      123
7.58/7.61	c  0.0s |       0 |        7 |        1 |    35017      0 |      118 |      124
7.58/7.61	c #cpu_time = 0.044s
7.58/7.61	c #wall_clock_time = 0.044s
7.58/7.61	c #decision = 7
7.58/7.61	c #random_decision = 0
7.58/7.61	c #conflict = 1
7.58/7.61	c #restart = 0
7.58/7.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
7.58/7.61	c lower bound updated to -1147
7.58/7.61	c BCD2: 125 <= obj <= 1232
7.58/7.61	c BCD2: #cores=6, #unrelaxed=1141, #relaxed=131, #hardened=0
7.58/7.61	c BCD2: #sat=1 #unsat=126 bias=126/127
7.58/7.61	c Solving starts ...
7.58/7.61	c ============================[ Search Statistics ]============================
7.58/7.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.58/7.61	c       |         |          |          |    Limit     GC | Var      | Constra 
7.58/7.61	c =============================================================================
7.58/7.61	c  0.0s |       0 |        0 |        0 |    35017      0 |      119 |      124
7.58/7.65	c  0.0s |       0 |        7 |        1 |    35017      0 |      119 |      125
7.58/7.65	c #cpu_time = 0.043s
7.58/7.65	c #wall_clock_time = 0.043s
7.58/7.65	c #decision = 7
7.58/7.65	c #random_decision = 0
7.58/7.65	c #conflict = 1
7.58/7.65	c #restart = 0
7.58/7.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
7.58/7.65	c lower bound updated to -1146
7.58/7.65	c BCD2: 126 <= obj <= 1232
7.58/7.65	c BCD2: #cores=6, #unrelaxed=1140, #relaxed=132, #hardened=0
7.58/7.65	c BCD2: #sat=1 #unsat=127 bias=127/128
7.58/7.65	c Solving starts ...
7.58/7.65	c ============================[ Search Statistics ]============================
7.58/7.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.58/7.65	c       |         |          |          |    Limit     GC | Var      | Constra 
7.58/7.65	c =============================================================================
7.58/7.65	c  0.0s |       0 |        0 |        0 |    35017      0 |      120 |      125
7.58/7.70	c  0.0s |       0 |        7 |        1 |    35017      0 |      120 |      126
7.58/7.70	c #cpu_time = 0.044s
7.58/7.70	c #wall_clock_time = 0.044s
7.58/7.70	c #decision = 7
7.58/7.70	c #random_decision = 0
7.58/7.70	c #conflict = 1
7.58/7.70	c #restart = 0
7.58/7.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
7.58/7.70	c lower bound updated to -1145
7.58/7.70	c BCD2: 127 <= obj <= 1232
7.58/7.70	c BCD2: #cores=6, #unrelaxed=1139, #relaxed=133, #hardened=0
7.58/7.70	c BCD2: #sat=1 #unsat=128 bias=128/129
7.58/7.70	c Solving starts ...
7.58/7.70	c ============================[ Search Statistics ]============================
7.58/7.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.58/7.70	c       |         |          |          |    Limit     GC | Var      | Constra 
7.58/7.70	c =============================================================================
7.58/7.70	c  0.0s |       0 |        0 |        0 |    35017      0 |      121 |      126
7.69/7.74	c  0.0s |       0 |        7 |        1 |    35017      0 |      121 |      127
7.69/7.74	c #cpu_time = 0.043s
7.69/7.74	c #wall_clock_time = 0.043s
7.69/7.74	c #decision = 7
7.69/7.74	c #random_decision = 0
7.69/7.74	c #conflict = 1
7.69/7.74	c #restart = 0
7.69/7.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
7.69/7.74	c lower bound updated to -1144
7.69/7.74	c BCD2: 128 <= obj <= 1232
7.69/7.74	c BCD2: #cores=6, #unrelaxed=1138, #relaxed=134, #hardened=0
7.69/7.74	c BCD2: #sat=1 #unsat=129 bias=129/130
7.69/7.74	c Solving starts ...
7.69/7.74	c ============================[ Search Statistics ]============================
7.69/7.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.69/7.74	c       |         |          |          |    Limit     GC | Var      | Constra 
7.69/7.74	c =============================================================================
7.69/7.74	c  0.0s |       0 |        0 |        0 |    35017      0 |      122 |      127
7.69/7.79	c  0.0s |       0 |        7 |        1 |    35017      0 |      122 |      128
7.69/7.79	c #cpu_time = 0.043s
7.69/7.79	c #wall_clock_time = 0.043s
7.69/7.79	c #decision = 7
7.69/7.79	c #random_decision = 0
7.69/7.79	c #conflict = 1
7.69/7.79	c #restart = 0
7.69/7.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
7.69/7.79	c lower bound updated to -1143
7.69/7.79	c BCD2: 129 <= obj <= 1232
7.69/7.79	c BCD2: #cores=6, #unrelaxed=1137, #relaxed=135, #hardened=0
7.69/7.79	c BCD2: #sat=1 #unsat=130 bias=130/131
7.69/7.79	c Solving starts ...
7.69/7.79	c ============================[ Search Statistics ]============================
7.69/7.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.69/7.79	c       |         |          |          |    Limit     GC | Var      | Constra 
7.69/7.79	c =============================================================================
7.69/7.79	c  0.0s |       0 |        0 |        0 |    35017      0 |      123 |      128
7.79/7.84	c  0.0s |       0 |        7 |        1 |    35017      0 |      123 |      129
7.79/7.84	c #cpu_time = 0.042s
7.79/7.84	c #wall_clock_time = 0.042s
7.79/7.84	c #decision = 7
7.79/7.84	c #random_decision = 0
7.79/7.84	c #conflict = 1
7.79/7.84	c #restart = 0
7.79/7.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
7.79/7.84	c lower bound updated to -1142
7.79/7.84	c BCD2: 130 <= obj <= 1232
7.79/7.84	c BCD2: #cores=6, #unrelaxed=1136, #relaxed=136, #hardened=0
7.79/7.84	c BCD2: #sat=1 #unsat=131 bias=131/132
7.79/7.84	c Solving starts ...
7.79/7.84	c ============================[ Search Statistics ]============================
7.79/7.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.84	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.84	c =============================================================================
7.79/7.84	c  0.0s |       0 |        0 |        0 |    35017      0 |      124 |      129
7.79/7.88	c  0.0s |       0 |        7 |        1 |    35017      0 |      124 |      130
7.79/7.88	c #cpu_time = 0.043s
7.79/7.88	c #wall_clock_time = 0.043s
7.79/7.88	c #decision = 7
7.79/7.88	c #random_decision = 0
7.79/7.88	c #conflict = 1
7.79/7.88	c #restart = 0
7.79/7.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
7.79/7.88	c lower bound updated to -1141
7.79/7.88	c BCD2: 131 <= obj <= 1232
7.79/7.88	c BCD2: #cores=6, #unrelaxed=1135, #relaxed=137, #hardened=0
7.79/7.88	c BCD2: #sat=1 #unsat=132 bias=132/133
7.79/7.88	c Solving starts ...
7.79/7.88	c ============================[ Search Statistics ]============================
7.79/7.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.88	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.88	c =============================================================================
7.79/7.88	c  0.0s |       0 |        0 |        0 |    35017      0 |      125 |      130
7.89/7.92	c  0.0s |       0 |        7 |        1 |    35017      0 |      125 |      131
7.89/7.92	c #cpu_time = 0.043s
7.89/7.92	c #wall_clock_time = 0.043s
7.89/7.92	c #decision = 7
7.89/7.92	c #random_decision = 0
7.89/7.92	c #conflict = 1
7.89/7.92	c #restart = 0
7.89/7.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
7.89/7.92	c lower bound updated to -1140
7.89/7.92	c BCD2: 132 <= obj <= 1232
7.89/7.92	c BCD2: #cores=6, #unrelaxed=1134, #relaxed=138, #hardened=0
7.89/7.92	c BCD2: #sat=1 #unsat=133 bias=133/134
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 |    35017      0 |      126 |      131
7.89/7.97	c  0.0s |       0 |        7 |        1 |    35017      0 |      126 |      132
7.89/7.97	c #cpu_time = 0.044s
7.89/7.97	c #wall_clock_time = 0.044s
7.89/7.97	c #decision = 7
7.89/7.97	c #random_decision = 0
7.89/7.97	c #conflict = 1
7.89/7.97	c #restart = 0
7.89/7.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
7.89/7.97	c lower bound updated to -1139
7.89/7.97	c BCD2: 133 <= obj <= 1232
7.89/7.97	c BCD2: #cores=6, #unrelaxed=1133, #relaxed=139, #hardened=0
7.89/7.97	c BCD2: #sat=1 #unsat=134 bias=134/135
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 |    35017      0 |      127 |      132
7.99/8.01	c  0.0s |       0 |        7 |        1 |    35017      0 |      127 |      133
7.99/8.01	c #cpu_time = 0.044s
7.99/8.01	c #wall_clock_time = 0.044s
7.99/8.01	c #decision = 7
7.99/8.01	c #random_decision = 0
7.99/8.01	c #conflict = 1
7.99/8.01	c #restart = 0
7.99/8.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
7.99/8.01	c lower bound updated to -1138
7.99/8.01	c BCD2: 134 <= obj <= 1232
7.99/8.01	c BCD2: #cores=6, #unrelaxed=1132, #relaxed=140, #hardened=0
7.99/8.01	c BCD2: #sat=1 #unsat=135 bias=135/136
7.99/8.01	c Solving starts ...
7.99/8.01	c ============================[ Search Statistics ]============================
7.99/8.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.01	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.01	c =============================================================================
7.99/8.01	c  0.0s |       0 |        0 |        0 |    35017      0 |      128 |      133
7.99/8.06	c  0.0s |       0 |        7 |        1 |    35017      0 |      128 |      134
7.99/8.06	c #cpu_time = 0.044s
7.99/8.06	c #wall_clock_time = 0.044s
7.99/8.06	c #decision = 7
7.99/8.06	c #random_decision = 0
7.99/8.06	c #conflict = 1
7.99/8.06	c #restart = 0
7.99/8.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
7.99/8.06	c lower bound updated to -1137
7.99/8.06	c BCD2: 135 <= obj <= 1232
7.99/8.06	c BCD2: #cores=6, #unrelaxed=1131, #relaxed=141, #hardened=0
7.99/8.06	c BCD2: #sat=1 #unsat=136 bias=136/137
7.99/8.06	c Solving starts ...
7.99/8.06	c ============================[ Search Statistics ]============================
7.99/8.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.06	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.06	c =============================================================================
7.99/8.06	c  0.0s |       0 |        0 |        0 |    35017      0 |      129 |      134
8.08/8.11	c  0.0s |       0 |        7 |        1 |    35017      0 |      129 |      135
8.08/8.11	c #cpu_time = 0.046s
8.08/8.11	c #wall_clock_time = 0.046s
8.08/8.11	c #decision = 7
8.08/8.11	c #random_decision = 0
8.08/8.11	c #conflict = 1
8.08/8.11	c #restart = 0
8.08/8.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
8.08/8.11	c lower bound updated to -1136
8.08/8.11	c BCD2: 136 <= obj <= 1232
8.08/8.11	c BCD2: #cores=6, #unrelaxed=1130, #relaxed=142, #hardened=0
8.08/8.11	c BCD2: #sat=1 #unsat=137 bias=137/138
8.08/8.11	c Solving starts ...
8.08/8.11	c ============================[ Search Statistics ]============================
8.08/8.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.08/8.11	c       |         |          |          |    Limit     GC | Var      | Constra 
8.08/8.11	c =============================================================================
8.08/8.11	c  0.0s |       0 |        0 |        0 |    35017      0 |      130 |      135
8.08/8.15	c  0.0s |       0 |        7 |        1 |    35017      0 |      130 |      136
8.08/8.15	c #cpu_time = 0.046s
8.08/8.15	c #wall_clock_time = 0.046s
8.08/8.15	c #decision = 7
8.08/8.15	c #random_decision = 0
8.08/8.15	c #conflict = 1
8.08/8.15	c #restart = 0
8.08/8.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
8.08/8.15	c lower bound updated to -1135
8.08/8.15	c BCD2: 137 <= obj <= 1232
8.08/8.15	c BCD2: #cores=6, #unrelaxed=1129, #relaxed=143, #hardened=0
8.08/8.15	c BCD2: #sat=1 #unsat=138 bias=138/139
8.08/8.15	c Solving starts ...
8.08/8.15	c ============================[ Search Statistics ]============================
8.08/8.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.08/8.15	c       |         |          |          |    Limit     GC | Var      | Constra 
8.08/8.15	c =============================================================================
8.08/8.15	c  0.0s |       0 |        0 |        0 |    35017      0 |      131 |      136
8.19/8.20	c  0.0s |       0 |        7 |        1 |    35017      0 |      131 |      137
8.19/8.20	c #cpu_time = 0.044s
8.19/8.20	c #wall_clock_time = 0.044s
8.19/8.20	c #decision = 7
8.19/8.20	c #random_decision = 0
8.19/8.20	c #conflict = 1
8.19/8.20	c #restart = 0
8.19/8.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
8.19/8.20	c lower bound updated to -1134
8.19/8.20	c BCD2: 138 <= obj <= 1232
8.19/8.20	c BCD2: #cores=6, #unrelaxed=1128, #relaxed=144, #hardened=0
8.19/8.20	c BCD2: #sat=1 #unsat=139 bias=139/140
8.19/8.20	c Solving starts ...
8.19/8.20	c ============================[ Search Statistics ]============================
8.19/8.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.20	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.20	c =============================================================================
8.19/8.20	c  0.0s |       0 |        0 |        0 |    35017      0 |      132 |      137
8.19/8.25	c  0.0s |       0 |        7 |        0 |    35017      0 |      132 |      138
8.19/8.25	c #cpu_time = 0.042s
8.19/8.25	c #wall_clock_time = 0.042s
8.19/8.25	c #decision = 7
8.19/8.25	c #random_decision = 0
8.19/8.25	c #conflict = 0
8.19/8.25	c #restart = 0
8.19/8.25	c BCD2: found a new core of size 2: cost of the new core is >=1
8.19/8.25	c lower bound updated to -1133
8.19/8.25	c BCD2: 139 <= obj <= 1232
8.19/8.25	c BCD2: #cores=7, #unrelaxed=1126, #relaxed=146, #hardened=0
8.19/8.25	c BCD2: #sat=1 #unsat=140 bias=140/141
8.19/8.25	c Solving starts ...
8.19/8.25	c ============================[ Search Statistics ]============================
8.19/8.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.25	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.25	c =============================================================================
8.19/8.25	c  0.0s |       0 |        0 |        0 |    35017      0 |      132 |      139
8.29/8.30	c  0.0s |       0 |        8 |        1 |    35017      0 |      132 |      139
8.29/8.30	c #cpu_time = 0.041s
8.29/8.30	c #wall_clock_time = 0.042s
8.29/8.30	c #decision = 8
8.29/8.30	c #random_decision = 0
8.29/8.30	c #conflict = 1
8.29/8.30	c #restart = 0
8.29/8.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
8.29/8.30	c lower bound updated to -1132
8.29/8.30	c BCD2: 140 <= obj <= 1232
8.29/8.30	c BCD2: #cores=7, #unrelaxed=1125, #relaxed=147, #hardened=0
8.29/8.30	c BCD2: #sat=1 #unsat=141 bias=141/142
8.29/8.30	c Solving starts ...
8.29/8.30	c ============================[ Search Statistics ]============================
8.29/8.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.30	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.30	c =============================================================================
8.29/8.30	c  0.0s |       0 |        0 |        0 |    35017      0 |      133 |      139
8.29/8.34	c  0.0s |       0 |        8 |        1 |    35017      0 |      133 |      140
8.29/8.34	c #cpu_time = 0.043s
8.29/8.34	c #wall_clock_time = 0.043s
8.29/8.34	c #decision = 8
8.29/8.34	c #random_decision = 0
8.29/8.34	c #conflict = 1
8.29/8.34	c #restart = 0
8.29/8.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
8.29/8.34	c lower bound updated to -1131
8.29/8.34	c BCD2: 141 <= obj <= 1232
8.29/8.34	c BCD2: #cores=7, #unrelaxed=1124, #relaxed=148, #hardened=0
8.29/8.34	c BCD2: #sat=1 #unsat=142 bias=142/143
8.29/8.34	c Solving starts ...
8.29/8.34	c ============================[ Search Statistics ]============================
8.29/8.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.34	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.34	c =============================================================================
8.29/8.34	c  0.0s |       0 |        0 |        0 |    35017      0 |      134 |      140
8.29/8.38	c  0.0s |       0 |        8 |        1 |    35017      0 |      134 |      141
8.29/8.38	c #cpu_time = 0.044s
8.29/8.38	c #wall_clock_time = 0.044s
8.29/8.38	c #decision = 8
8.29/8.38	c #random_decision = 0
8.29/8.38	c #conflict = 1
8.29/8.38	c #restart = 0
8.29/8.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
8.29/8.38	c lower bound updated to -1130
8.29/8.39	c BCD2: 142 <= obj <= 1232
8.29/8.39	c BCD2: #cores=7, #unrelaxed=1123, #relaxed=149, #hardened=0
8.29/8.39	c BCD2: #sat=1 #unsat=143 bias=143/144
8.29/8.39	c Solving starts ...
8.29/8.39	c ============================[ Search Statistics ]============================
8.29/8.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.39	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.39	c =============================================================================
8.29/8.39	c  0.0s |       0 |        0 |        0 |    35017      0 |      135 |      141
8.39/8.43	c  0.0s |       0 |        8 |        1 |    35017      0 |      135 |      142
8.39/8.43	c #cpu_time = 0.044s
8.39/8.43	c #wall_clock_time = 0.044s
8.39/8.43	c #decision = 8
8.39/8.43	c #random_decision = 0
8.39/8.43	c #conflict = 1
8.39/8.43	c #restart = 0
8.39/8.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
8.39/8.43	c lower bound updated to -1129
8.39/8.43	c BCD2: 143 <= obj <= 1232
8.39/8.43	c BCD2: #cores=7, #unrelaxed=1122, #relaxed=150, #hardened=0
8.39/8.43	c BCD2: #sat=1 #unsat=144 bias=144/145
8.39/8.43	c Solving starts ...
8.39/8.43	c ============================[ Search Statistics ]============================
8.39/8.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.43	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.43	c =============================================================================
8.39/8.43	c  0.0s |       0 |        0 |        0 |    35017      0 |      136 |      142
8.39/8.47	c  0.0s |       0 |        8 |        1 |    35017      0 |      136 |      143
8.39/8.47	c #cpu_time = 0.043s
8.39/8.47	c #wall_clock_time = 0.043s
8.39/8.47	c #decision = 8
8.39/8.47	c #random_decision = 0
8.39/8.47	c #conflict = 1
8.39/8.47	c #restart = 0
8.39/8.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
8.39/8.47	c lower bound updated to -1128
8.39/8.47	c BCD2: 144 <= obj <= 1232
8.39/8.47	c BCD2: #cores=7, #unrelaxed=1121, #relaxed=151, #hardened=0
8.39/8.47	c BCD2: #sat=1 #unsat=145 bias=145/146
8.39/8.47	c Solving starts ...
8.39/8.47	c ============================[ Search Statistics ]============================
8.39/8.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.47	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.47	c =============================================================================
8.39/8.47	c  0.0s |       0 |        0 |        0 |    35017      0 |      137 |      143
8.48/8.52	c  0.0s |       0 |        8 |        1 |    35017      0 |      137 |      144
8.48/8.52	c #cpu_time = 0.043s
8.48/8.52	c #wall_clock_time = 0.043s
8.48/8.52	c #decision = 8
8.48/8.52	c #random_decision = 0
8.48/8.52	c #conflict = 1
8.48/8.52	c #restart = 0
8.48/8.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
8.48/8.52	c lower bound updated to -1127
8.48/8.52	c BCD2: 145 <= obj <= 1232
8.48/8.52	c BCD2: #cores=7, #unrelaxed=1120, #relaxed=152, #hardened=0
8.48/8.52	c BCD2: #sat=1 #unsat=146 bias=146/147
8.48/8.52	c Solving starts ...
8.48/8.52	c ============================[ Search Statistics ]============================
8.48/8.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.48/8.52	c       |         |          |          |    Limit     GC | Var      | Constra 
8.48/8.52	c =============================================================================
8.48/8.52	c  0.0s |       0 |        0 |        0 |    35017      0 |      138 |      144
8.48/8.56	c  0.0s |       0 |        8 |        1 |    35017      0 |      138 |      145
8.48/8.56	c #cpu_time = 0.043s
8.48/8.56	c #wall_clock_time = 0.043s
8.48/8.56	c #decision = 8
8.48/8.56	c #random_decision = 0
8.48/8.56	c #conflict = 1
8.48/8.56	c #restart = 0
8.48/8.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
8.48/8.56	c lower bound updated to -1126
8.48/8.56	c BCD2: 146 <= obj <= 1232
8.48/8.56	c BCD2: #cores=7, #unrelaxed=1119, #relaxed=153, #hardened=0
8.48/8.56	c BCD2: #sat=1 #unsat=147 bias=147/148
8.48/8.56	c Solving starts ...
8.48/8.56	c ============================[ Search Statistics ]============================
8.48/8.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.48/8.56	c       |         |          |          |    Limit     GC | Var      | Constra 
8.48/8.56	c =============================================================================
8.48/8.57	c  0.0s |       0 |        0 |        0 |    35017      0 |      139 |      145
8.59/8.61	c  0.0s |       0 |        8 |        1 |    35017      0 |      139 |      146
8.59/8.61	c #cpu_time = 0.042s
8.59/8.61	c #wall_clock_time = 0.042s
8.59/8.61	c #decision = 8
8.59/8.61	c #random_decision = 0
8.59/8.61	c #conflict = 1
8.59/8.61	c #restart = 0
8.59/8.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
8.59/8.61	c lower bound updated to -1125
8.59/8.61	c BCD2: 147 <= obj <= 1232
8.59/8.61	c BCD2: #cores=7, #unrelaxed=1118, #relaxed=154, #hardened=0
8.59/8.61	c BCD2: #sat=1 #unsat=148 bias=148/149
8.59/8.61	c Solving starts ...
8.59/8.61	c ============================[ Search Statistics ]============================
8.59/8.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.61	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.61	c =============================================================================
8.59/8.61	c  0.0s |       0 |        0 |        0 |    35017      0 |      140 |      146
8.59/8.65	c  0.0s |       0 |        8 |        1 |    35017      0 |      140 |      147
8.59/8.65	c #cpu_time = 0.043s
8.59/8.65	c #wall_clock_time = 0.043s
8.59/8.65	c #decision = 8
8.59/8.65	c #random_decision = 0
8.59/8.65	c #conflict = 1
8.59/8.65	c #restart = 0
8.59/8.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
8.59/8.65	c lower bound updated to -1124
8.59/8.65	c BCD2: 148 <= obj <= 1232
8.59/8.65	c BCD2: #cores=7, #unrelaxed=1117, #relaxed=155, #hardened=0
8.59/8.65	c BCD2: #sat=1 #unsat=149 bias=149/150
8.59/8.65	c Solving starts ...
8.59/8.65	c ============================[ Search Statistics ]============================
8.59/8.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.65	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.65	c =============================================================================
8.59/8.65	c  0.0s |       0 |        0 |        0 |    35017      0 |      141 |      147
8.68/8.70	c  0.0s |       0 |        8 |        1 |    35017      0 |      141 |      148
8.68/8.70	c #cpu_time = 0.043s
8.68/8.70	c #wall_clock_time = 0.043s
8.68/8.70	c #decision = 8
8.68/8.70	c #random_decision = 0
8.68/8.70	c #conflict = 1
8.68/8.70	c #restart = 0
8.68/8.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
8.68/8.70	c lower bound updated to -1123
8.68/8.70	c BCD2: 149 <= obj <= 1232
8.68/8.70	c BCD2: #cores=7, #unrelaxed=1116, #relaxed=156, #hardened=0
8.68/8.70	c BCD2: #sat=1 #unsat=150 bias=150/151
8.68/8.70	c Solving starts ...
8.68/8.70	c ============================[ Search Statistics ]============================
8.68/8.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.68/8.70	c       |         |          |          |    Limit     GC | Var      | Constra 
8.68/8.70	c =============================================================================
8.68/8.70	c  0.0s |       0 |        0 |        0 |    35017      0 |      142 |      148
8.68/8.74	c  0.0s |       0 |        8 |        1 |    35017      0 |      142 |      149
8.68/8.74	c #cpu_time = 0.044s
8.68/8.74	c #wall_clock_time = 0.044s
8.68/8.74	c #decision = 8
8.68/8.74	c #random_decision = 0
8.68/8.74	c #conflict = 1
8.68/8.74	c #restart = 0
8.68/8.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
8.68/8.74	c lower bound updated to -1122
8.68/8.74	c BCD2: 150 <= obj <= 1232
8.68/8.74	c BCD2: #cores=7, #unrelaxed=1115, #relaxed=157, #hardened=0
8.68/8.74	c BCD2: #sat=1 #unsat=151 bias=151/152
8.68/8.74	c Solving starts ...
8.68/8.74	c ============================[ Search Statistics ]============================
8.68/8.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.68/8.74	c       |         |          |          |    Limit     GC | Var      | Constra 
8.68/8.74	c =============================================================================
8.68/8.74	c  0.0s |       0 |        0 |        0 |    35017      0 |      143 |      149
8.68/8.79	c  0.0s |       0 |        8 |        1 |    35017      0 |      143 |      150
8.68/8.79	c #cpu_time = 0.044s
8.68/8.79	c #wall_clock_time = 0.044s
8.68/8.79	c #decision = 8
8.68/8.79	c #random_decision = 0
8.68/8.79	c #conflict = 1
8.68/8.79	c #restart = 0
8.68/8.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
8.68/8.79	c lower bound updated to -1121
8.68/8.79	c BCD2: 151 <= obj <= 1232
8.68/8.79	c BCD2: #cores=7, #unrelaxed=1114, #relaxed=158, #hardened=0
8.68/8.79	c BCD2: #sat=1 #unsat=152 bias=152/153
8.68/8.79	c Solving starts ...
8.68/8.79	c ============================[ Search Statistics ]============================
8.68/8.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.68/8.79	c       |         |          |          |    Limit     GC | Var      | Constra 
8.68/8.79	c =============================================================================
8.68/8.79	c  0.0s |       0 |        0 |        0 |    35017      0 |      144 |      150
8.79/8.83	c  0.0s |       0 |        8 |        1 |    35017      0 |      144 |      151
8.79/8.83	c #cpu_time = 0.043s
8.79/8.83	c #wall_clock_time = 0.043s
8.79/8.83	c #decision = 8
8.79/8.83	c #random_decision = 0
8.79/8.83	c #conflict = 1
8.79/8.83	c #restart = 0
8.79/8.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
8.79/8.83	c lower bound updated to -1120
8.79/8.83	c BCD2: 152 <= obj <= 1232
8.79/8.83	c BCD2: #cores=7, #unrelaxed=1113, #relaxed=159, #hardened=0
8.79/8.83	c BCD2: #sat=1 #unsat=153 bias=153/154
8.79/8.83	c Solving starts ...
8.79/8.83	c ============================[ Search Statistics ]============================
8.79/8.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.79/8.83	c       |         |          |          |    Limit     GC | Var      | Constra 
8.79/8.83	c =============================================================================
8.79/8.83	c  0.0s |       0 |        0 |        0 |    35017      0 |      145 |      151
8.79/8.88	c  0.0s |       0 |        8 |        1 |    35017      0 |      145 |      152
8.79/8.88	c #cpu_time = 0.043s
8.79/8.88	c #wall_clock_time = 0.043s
8.79/8.88	c #decision = 8
8.79/8.88	c #random_decision = 0
8.79/8.88	c #conflict = 1
8.79/8.88	c #restart = 0
8.79/8.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
8.79/8.88	c lower bound updated to -1119
8.79/8.88	c BCD2: 153 <= obj <= 1232
8.79/8.88	c BCD2: #cores=7, #unrelaxed=1112, #relaxed=160, #hardened=0
8.79/8.88	c BCD2: #sat=1 #unsat=154 bias=154/155
8.79/8.88	c Solving starts ...
8.79/8.88	c ============================[ Search Statistics ]============================
8.79/8.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.79/8.88	c       |         |          |          |    Limit     GC | Var      | Constra 
8.79/8.88	c =============================================================================
8.79/8.88	c  0.0s |       0 |        0 |        0 |    35017      0 |      146 |      152
8.89/8.92	c  0.0s |       0 |        8 |        1 |    35017      0 |      146 |      153
8.89/8.92	c #cpu_time = 0.043s
8.89/8.92	c #wall_clock_time = 0.043s
8.89/8.92	c #decision = 8
8.89/8.92	c #random_decision = 0
8.89/8.92	c #conflict = 1
8.89/8.92	c #restart = 0
8.89/8.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
8.89/8.92	c lower bound updated to -1118
8.89/8.92	c BCD2: 154 <= obj <= 1232
8.89/8.92	c BCD2: #cores=7, #unrelaxed=1111, #relaxed=161, #hardened=0
8.89/8.92	c BCD2: #sat=1 #unsat=155 bias=155/156
8.89/8.92	c Solving starts ...
8.89/8.92	c ============================[ Search Statistics ]============================
8.89/8.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.89/8.92	c       |         |          |          |    Limit     GC | Var      | Constra 
8.89/8.92	c =============================================================================
8.89/8.92	c  0.0s |       0 |        0 |        0 |    35017      0 |      147 |      153
8.89/8.96	c  0.0s |       0 |        8 |        1 |    35017      0 |      147 |      154
8.89/8.96	c #cpu_time = 0.043s
8.89/8.96	c #wall_clock_time = 0.043s
8.89/8.96	c #decision = 8
8.89/8.96	c #random_decision = 0
8.89/8.96	c #conflict = 1
8.89/8.96	c #restart = 0
8.89/8.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
8.89/8.96	c lower bound updated to -1117
8.89/8.97	c BCD2: 155 <= obj <= 1232
8.89/8.97	c BCD2: #cores=7, #unrelaxed=1110, #relaxed=162, #hardened=0
8.89/8.97	c BCD2: #sat=1 #unsat=156 bias=156/157
8.89/8.97	c Solving starts ...
8.89/8.97	c ============================[ Search Statistics ]============================
8.89/8.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.89/8.97	c       |         |          |          |    Limit     GC | Var      | Constra 
8.89/8.97	c =============================================================================
8.89/8.97	c  0.0s |       0 |        0 |        0 |    35017      0 |      148 |      154
8.99/9.01	c  0.0s |       0 |        8 |        1 |    35017      0 |      148 |      155
8.99/9.01	c #cpu_time = 0.042s
8.99/9.01	c #wall_clock_time = 0.042s
8.99/9.01	c #decision = 8
8.99/9.01	c #random_decision = 0
8.99/9.01	c #conflict = 1
8.99/9.01	c #restart = 0
8.99/9.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
8.99/9.01	c lower bound updated to -1116
8.99/9.01	c BCD2: 156 <= obj <= 1232
8.99/9.01	c BCD2: #cores=7, #unrelaxed=1109, #relaxed=163, #hardened=0
8.99/9.01	c BCD2: #sat=1 #unsat=157 bias=157/158
8.99/9.01	c Solving starts ...
8.99/9.01	c ============================[ Search Statistics ]============================
8.99/9.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.99/9.01	c       |         |          |          |    Limit     GC | Var      | Constra 
8.99/9.01	c =============================================================================
8.99/9.01	c  0.0s |       0 |        0 |        0 |    35017      0 |      149 |      155
8.99/9.06	c  0.0s |       0 |        8 |        1 |    35017      0 |      149 |      156
8.99/9.06	c #cpu_time = 0.043s
8.99/9.06	c #wall_clock_time = 0.043s
8.99/9.06	c #decision = 8
8.99/9.06	c #random_decision = 0
8.99/9.06	c #conflict = 1
8.99/9.06	c #restart = 0
8.99/9.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
8.99/9.06	c lower bound updated to -1115
8.99/9.06	c BCD2: 157 <= obj <= 1232
8.99/9.06	c BCD2: #cores=7, #unrelaxed=1108, #relaxed=164, #hardened=0
8.99/9.06	c BCD2: #sat=1 #unsat=158 bias=158/159
8.99/9.06	c Solving starts ...
8.99/9.06	c ============================[ Search Statistics ]============================
8.99/9.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.99/9.06	c       |         |          |          |    Limit     GC | Var      | Constra 
8.99/9.06	c =============================================================================
8.99/9.06	c  0.0s |       0 |        0 |        0 |    35017      0 |      150 |      156
9.09/9.10	c  0.0s |       0 |        8 |        1 |    35017      0 |      150 |      157
9.09/9.10	c #cpu_time = 0.043s
9.09/9.10	c #wall_clock_time = 0.043s
9.09/9.10	c #decision = 8
9.09/9.10	c #random_decision = 0
9.09/9.10	c #conflict = 1
9.09/9.10	c #restart = 0
9.09/9.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
9.09/9.10	c lower bound updated to -1114
9.09/9.10	c BCD2: 158 <= obj <= 1232
9.09/9.10	c BCD2: #cores=7, #unrelaxed=1107, #relaxed=165, #hardened=0
9.09/9.10	c BCD2: #sat=1 #unsat=159 bias=159/160
9.09/9.10	c Solving starts ...
9.09/9.10	c ============================[ Search Statistics ]============================
9.09/9.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.09/9.10	c       |         |          |          |    Limit     GC | Var      | Constra 
9.09/9.10	c =============================================================================
9.09/9.10	c  0.0s |       0 |        0 |        0 |    35017      0 |      151 |      157
9.09/9.15	c  0.0s |       0 |        8 |        1 |    35017      0 |      151 |      158
9.09/9.15	c #cpu_time = 0.044s
9.09/9.15	c #wall_clock_time = 0.044s
9.09/9.15	c #decision = 8
9.09/9.15	c #random_decision = 0
9.09/9.15	c #conflict = 1
9.09/9.15	c #restart = 0
9.09/9.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
9.09/9.15	c lower bound updated to -1113
9.09/9.15	c BCD2: 159 <= obj <= 1232
9.09/9.15	c BCD2: #cores=7, #unrelaxed=1106, #relaxed=166, #hardened=0
9.09/9.15	c BCD2: #sat=1 #unsat=160 bias=160/161
9.09/9.15	c Solving starts ...
9.09/9.15	c ============================[ Search Statistics ]============================
9.09/9.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.09/9.15	c       |         |          |          |    Limit     GC | Var      | Constra 
9.09/9.15	c =============================================================================
9.09/9.15	c  0.0s |       0 |        0 |        0 |    35017      0 |      152 |      158
9.09/9.19	c  0.0s |       0 |        8 |        1 |    35017      0 |      152 |      159
9.09/9.19	c #cpu_time = 0.046s
9.09/9.19	c #wall_clock_time = 0.046s
9.09/9.19	c #decision = 8
9.09/9.19	c #random_decision = 0
9.09/9.19	c #conflict = 1
9.09/9.19	c #restart = 0
9.09/9.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
9.09/9.19	c lower bound updated to -1112
9.09/9.19	c BCD2: 160 <= obj <= 1232
9.09/9.19	c BCD2: #cores=7, #unrelaxed=1105, #relaxed=167, #hardened=0
9.09/9.19	c BCD2: #sat=1 #unsat=161 bias=161/162
9.09/9.19	c Solving starts ...
9.09/9.19	c ============================[ Search Statistics ]============================
9.09/9.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.09/9.19	c       |         |          |          |    Limit     GC | Var      | Constra 
9.09/9.19	c =============================================================================
9.09/9.19	c  0.0s |       0 |        0 |        0 |    35017      0 |      153 |      159
9.19/9.24	c  0.0s |       0 |        8 |        1 |    35017      0 |      153 |      160
9.19/9.24	c #cpu_time = 0.046s
9.19/9.24	c #wall_clock_time = 0.046s
9.19/9.24	c #decision = 8
9.19/9.24	c #random_decision = 0
9.19/9.24	c #conflict = 1
9.19/9.24	c #restart = 0
9.19/9.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
9.19/9.24	c lower bound updated to -1111
9.19/9.24	c BCD2: 161 <= obj <= 1232
9.19/9.24	c BCD2: #cores=7, #unrelaxed=1104, #relaxed=168, #hardened=0
9.19/9.24	c BCD2: #sat=1 #unsat=162 bias=162/163
9.19/9.24	c Solving starts ...
9.19/9.24	c ============================[ Search Statistics ]============================
9.19/9.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.19/9.24	c       |         |          |          |    Limit     GC | Var      | Constra 
9.19/9.24	c =============================================================================
9.19/9.24	c  0.0s |       0 |        0 |        0 |    35017      0 |      154 |      160
9.19/9.28	c  0.0s |       0 |        8 |        0 |    35017      0 |      154 |      161
9.19/9.28	c #cpu_time = 0.045s
9.19/9.28	c #wall_clock_time = 0.045s
9.19/9.28	c #decision = 8
9.19/9.28	c #random_decision = 0
9.19/9.28	c #conflict = 0
9.19/9.28	c #restart = 0
9.19/9.28	c BCD2: found a new core of size 2: cost of the new core is >=1
9.19/9.28	c lower bound updated to -1110
9.19/9.29	c BCD2: 162 <= obj <= 1232
9.19/9.29	c BCD2: #cores=8, #unrelaxed=1102, #relaxed=170, #hardened=0
9.19/9.29	c BCD2: #sat=1 #unsat=163 bias=163/164
9.19/9.29	c Solving starts ...
9.19/9.29	c ============================[ Search Statistics ]============================
9.19/9.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.19/9.29	c       |         |          |          |    Limit     GC | Var      | Constra 
9.19/9.29	c =============================================================================
9.19/9.29	c  0.0s |       0 |        0 |        0 |    35017      0 |      154 |      162
9.29/9.34	c  0.0s |       0 |        9 |        1 |    35017      0 |      154 |      162
9.29/9.34	c #cpu_time = 0.042s
9.29/9.34	c #wall_clock_time = 0.042s
9.29/9.34	c #decision = 9
9.29/9.34	c #random_decision = 0
9.29/9.34	c #conflict = 1
9.29/9.34	c #restart = 0
9.29/9.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
9.29/9.34	c lower bound updated to -1109
9.29/9.34	c BCD2: 163 <= obj <= 1232
9.29/9.34	c BCD2: #cores=8, #unrelaxed=1101, #relaxed=171, #hardened=0
9.29/9.34	c BCD2: #sat=1 #unsat=164 bias=164/165
9.29/9.34	c Solving starts ...
9.29/9.34	c ============================[ Search Statistics ]============================
9.29/9.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.29/9.34	c       |         |          |          |    Limit     GC | Var      | Constra 
9.29/9.34	c =============================================================================
9.29/9.34	c  0.0s |       0 |        0 |        0 |    35017      0 |      155 |      162
9.29/9.38	c  0.0s |       0 |        9 |        1 |    35017      0 |      155 |      163
9.29/9.38	c #cpu_time = 0.043s
9.29/9.38	c #wall_clock_time = 0.043s
9.29/9.38	c #decision = 9
9.29/9.38	c #random_decision = 0
9.29/9.38	c #conflict = 1
9.29/9.38	c #restart = 0
9.29/9.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
9.29/9.38	c lower bound updated to -1108
9.29/9.39	c BCD2: 164 <= obj <= 1232
9.29/9.39	c BCD2: #cores=8, #unrelaxed=1100, #relaxed=172, #hardened=0
9.29/9.39	c BCD2: #sat=1 #unsat=165 bias=165/166
9.29/9.39	c Solving starts ...
9.29/9.39	c ============================[ Search Statistics ]============================
9.29/9.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.29/9.39	c       |         |          |          |    Limit     GC | Var      | Constra 
9.29/9.39	c =============================================================================
9.29/9.39	c  0.0s |       0 |        0 |        0 |    35017      0 |      156 |      163
9.38/9.43	c  0.0s |       0 |        9 |        1 |    35017      0 |      156 |      164
9.38/9.43	c #cpu_time = 0.042s
9.38/9.43	c #wall_clock_time = 0.042s
9.38/9.43	c #decision = 9
9.38/9.43	c #random_decision = 0
9.38/9.43	c #conflict = 1
9.38/9.43	c #restart = 0
9.38/9.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
9.38/9.43	c lower bound updated to -1107
9.38/9.43	c BCD2: 165 <= obj <= 1232
9.38/9.43	c BCD2: #cores=8, #unrelaxed=1099, #relaxed=173, #hardened=0
9.38/9.43	c BCD2: #sat=1 #unsat=166 bias=166/167
9.38/9.43	c Solving starts ...
9.38/9.43	c ============================[ Search Statistics ]============================
9.38/9.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.38/9.43	c       |         |          |          |    Limit     GC | Var      | Constra 
9.38/9.43	c =============================================================================
9.38/9.43	c  0.0s |       0 |        0 |        0 |    35017      0 |      157 |      164
9.38/9.47	c  0.0s |       0 |        9 |        1 |    35017      0 |      157 |      165
9.38/9.47	c #cpu_time = 0.043s
9.38/9.47	c #wall_clock_time = 0.043s
9.38/9.47	c #decision = 9
9.38/9.47	c #random_decision = 0
9.38/9.47	c #conflict = 1
9.38/9.47	c #restart = 0
9.38/9.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
9.38/9.47	c lower bound updated to -1106
9.38/9.47	c BCD2: 166 <= obj <= 1232
9.38/9.47	c BCD2: #cores=8, #unrelaxed=1098, #relaxed=174, #hardened=0
9.38/9.47	c BCD2: #sat=1 #unsat=167 bias=167/168
9.38/9.47	c Solving starts ...
9.38/9.47	c ============================[ Search Statistics ]============================
9.38/9.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.38/9.47	c       |         |          |          |    Limit     GC | Var      | Constra 
9.38/9.47	c =============================================================================
9.38/9.47	c  0.0s |       0 |        0 |        0 |    35017      0 |      158 |      165
9.49/9.52	c  0.0s |       0 |        9 |        1 |    35017      0 |      158 |      166
9.49/9.52	c #cpu_time = 0.043s
9.49/9.52	c #wall_clock_time = 0.043s
9.49/9.52	c #decision = 9
9.49/9.52	c #random_decision = 0
9.49/9.52	c #conflict = 1
9.49/9.52	c #restart = 0
9.49/9.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
9.49/9.52	c lower bound updated to -1105
9.49/9.52	c BCD2: 167 <= obj <= 1232
9.49/9.52	c BCD2: #cores=8, #unrelaxed=1097, #relaxed=175, #hardened=0
9.49/9.52	c BCD2: #sat=1 #unsat=168 bias=168/169
9.49/9.52	c Solving starts ...
9.49/9.52	c ============================[ Search Statistics ]============================
9.49/9.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.49/9.52	c       |         |          |          |    Limit     GC | Var      | Constra 
9.49/9.52	c =============================================================================
9.49/9.52	c  0.0s |       0 |        0 |        0 |    35017      0 |      159 |      166
9.49/9.56	c  0.0s |       0 |        9 |        1 |    35017      0 |      159 |      167
9.49/9.56	c #cpu_time = 0.044s
9.49/9.56	c #wall_clock_time = 0.044s
9.49/9.56	c #decision = 9
9.49/9.56	c #random_decision = 0
9.49/9.56	c #conflict = 1
9.49/9.56	c #restart = 0
9.49/9.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
9.49/9.56	c lower bound updated to -1104
9.49/9.56	c BCD2: 168 <= obj <= 1232
9.49/9.56	c BCD2: #cores=8, #unrelaxed=1096, #relaxed=176, #hardened=0
9.49/9.56	c BCD2: #sat=1 #unsat=169 bias=169/170
9.49/9.56	c Solving starts ...
9.49/9.56	c ============================[ Search Statistics ]============================
9.49/9.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.49/9.56	c       |         |          |          |    Limit     GC | Var      | Constra 
9.49/9.56	c =============================================================================
9.49/9.56	c  0.0s |       0 |        0 |        0 |    35017      0 |      160 |      167
9.58/9.61	c  0.0s |       0 |        9 |        1 |    35017      0 |      160 |      168
9.58/9.61	c #cpu_time = 0.044s
9.58/9.61	c #wall_clock_time = 0.044s
9.58/9.61	c #decision = 9
9.58/9.61	c #random_decision = 0
9.58/9.61	c #conflict = 1
9.58/9.61	c #restart = 0
9.58/9.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
9.58/9.61	c lower bound updated to -1103
9.58/9.61	c BCD2: 169 <= obj <= 1232
9.58/9.61	c BCD2: #cores=8, #unrelaxed=1095, #relaxed=177, #hardened=0
9.58/9.61	c BCD2: #sat=1 #unsat=170 bias=170/171
9.58/9.61	c Solving starts ...
9.58/9.61	c ============================[ Search Statistics ]============================
9.58/9.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.58/9.61	c       |         |          |          |    Limit     GC | Var      | Constra 
9.58/9.61	c =============================================================================
9.58/9.61	c  0.0s |       0 |        0 |        0 |    35017      0 |      161 |      168
9.58/9.65	c  0.0s |       0 |        9 |        1 |    35017      0 |      161 |      169
9.58/9.65	c #cpu_time = 0.043s
9.58/9.65	c #wall_clock_time = 0.043s
9.58/9.65	c #decision = 9
9.58/9.65	c #random_decision = 0
9.58/9.65	c #conflict = 1
9.58/9.65	c #restart = 0
9.58/9.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
9.58/9.65	c lower bound updated to -1102
9.58/9.65	c BCD2: 170 <= obj <= 1232
9.58/9.65	c BCD2: #cores=8, #unrelaxed=1094, #relaxed=178, #hardened=0
9.58/9.65	c BCD2: #sat=1 #unsat=171 bias=171/172
9.58/9.65	c Solving starts ...
9.58/9.65	c ============================[ Search Statistics ]============================
9.58/9.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.58/9.65	c       |         |          |          |    Limit     GC | Var      | Constra 
9.58/9.65	c =============================================================================
9.58/9.65	c  0.0s |       0 |        0 |        0 |    35017      0 |      162 |      169
9.58/9.69	c  0.0s |       0 |        9 |        1 |    35017      0 |      162 |      170
9.58/9.69	c #cpu_time = 0.043s
9.58/9.69	c #wall_clock_time = 0.043s
9.58/9.69	c #decision = 9
9.58/9.69	c #random_decision = 0
9.58/9.69	c #conflict = 1
9.58/9.69	c #restart = 0
9.58/9.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
9.58/9.69	c lower bound updated to -1101
9.58/9.69	c BCD2: 171 <= obj <= 1232
9.58/9.69	c BCD2: #cores=8, #unrelaxed=1093, #relaxed=179, #hardened=0
9.58/9.69	c BCD2: #sat=1 #unsat=172 bias=172/173
9.58/9.69	c Solving starts ...
9.58/9.69	c ============================[ Search Statistics ]============================
9.58/9.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.58/9.69	c       |         |          |          |    Limit     GC | Var      | Constra 
9.58/9.69	c =============================================================================
9.58/9.69	c  0.0s |       0 |        0 |        0 |    35017      0 |      163 |      170
9.69/9.74	c  0.0s |       0 |        9 |        1 |    35017      0 |      163 |      171
9.69/9.74	c #cpu_time = 0.043s
9.69/9.74	c #wall_clock_time = 0.043s
9.69/9.74	c #decision = 9
9.69/9.74	c #random_decision = 0
9.69/9.74	c #conflict = 1
9.69/9.74	c #restart = 0
9.69/9.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
9.69/9.74	c lower bound updated to -1100
9.69/9.74	c BCD2: 172 <= obj <= 1232
9.69/9.74	c BCD2: #cores=8, #unrelaxed=1092, #relaxed=180, #hardened=0
9.69/9.74	c BCD2: #sat=1 #unsat=173 bias=173/174
9.69/9.74	c Solving starts ...
9.69/9.74	c ============================[ Search Statistics ]============================
9.69/9.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.69/9.74	c       |         |          |          |    Limit     GC | Var      | Constra 
9.69/9.74	c =============================================================================
9.69/9.74	c  0.0s |       0 |        0 |        0 |    35017      0 |      164 |      171
9.69/9.78	c  0.0s |       0 |        9 |        1 |    35017      0 |      164 |      172
9.69/9.78	c #cpu_time = 0.043s
9.69/9.78	c #wall_clock_time = 0.043s
9.69/9.78	c #decision = 9
9.69/9.78	c #random_decision = 0
9.69/9.78	c #conflict = 1
9.69/9.78	c #restart = 0
9.69/9.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
9.69/9.78	c lower bound updated to -1099
9.69/9.79	c BCD2: 173 <= obj <= 1232
9.69/9.79	c BCD2: #cores=8, #unrelaxed=1091, #relaxed=181, #hardened=0
9.69/9.79	c BCD2: #sat=1 #unsat=174 bias=174/175
9.69/9.79	c Solving starts ...
9.69/9.79	c ============================[ Search Statistics ]============================
9.69/9.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.69/9.79	c       |         |          |          |    Limit     GC | Var      | Constra 
9.69/9.79	c =============================================================================
9.69/9.79	c  0.0s |       0 |        0 |        0 |    35017      0 |      165 |      172
9.79/9.83	c  0.0s |       0 |        9 |        1 |    35017      0 |      165 |      173
9.79/9.83	c #cpu_time = 0.042s
9.79/9.83	c #wall_clock_time = 0.042s
9.79/9.83	c #decision = 9
9.79/9.83	c #random_decision = 0
9.79/9.83	c #conflict = 1
9.79/9.83	c #restart = 0
9.79/9.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
9.79/9.83	c lower bound updated to -1098
9.79/9.83	c BCD2: 174 <= obj <= 1232
9.79/9.83	c BCD2: #cores=8, #unrelaxed=1090, #relaxed=182, #hardened=0
9.79/9.83	c BCD2: #sat=1 #unsat=175 bias=175/176
9.79/9.83	c Solving starts ...
9.79/9.83	c ============================[ Search Statistics ]============================
9.79/9.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.79/9.83	c       |         |          |          |    Limit     GC | Var      | Constra 
9.79/9.83	c =============================================================================
9.79/9.83	c  0.0s |       0 |        0 |        0 |    35017      0 |      166 |      173
9.79/9.88	c  0.0s |       0 |        9 |        1 |    35017      0 |      166 |      174
9.79/9.88	c #cpu_time = 0.043s
9.79/9.88	c #wall_clock_time = 0.043s
9.79/9.88	c #decision = 9
9.79/9.88	c #random_decision = 0
9.79/9.88	c #conflict = 1
9.79/9.88	c #restart = 0
9.79/9.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
9.79/9.88	c lower bound updated to -1097
9.79/9.88	c BCD2: 175 <= obj <= 1232
9.79/9.88	c BCD2: #cores=8, #unrelaxed=1089, #relaxed=183, #hardened=0
9.79/9.88	c BCD2: #sat=1 #unsat=176 bias=176/177
9.79/9.88	c Solving starts ...
9.79/9.88	c ============================[ Search Statistics ]============================
9.79/9.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.79/9.88	c       |         |          |          |    Limit     GC | Var      | Constra 
9.79/9.88	c =============================================================================
9.79/9.88	c  0.0s |       0 |        0 |        0 |    35017      0 |      167 |      174
9.89/9.92	c  0.0s |       0 |        9 |        1 |    35017      0 |      167 |      175
9.89/9.92	c #cpu_time = 0.043s
9.89/9.92	c #wall_clock_time = 0.043s
9.89/9.92	c #decision = 9
9.89/9.92	c #random_decision = 0
9.89/9.92	c #conflict = 1
9.89/9.92	c #restart = 0
9.89/9.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
9.89/9.92	c lower bound updated to -1096
9.89/9.92	c BCD2: 176 <= obj <= 1232
9.89/9.92	c BCD2: #cores=8, #unrelaxed=1088, #relaxed=184, #hardened=0
9.89/9.92	c BCD2: #sat=1 #unsat=177 bias=177/178
9.89/9.92	c Solving starts ...
9.89/9.92	c ============================[ Search Statistics ]============================
9.89/9.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.89/9.92	c       |         |          |          |    Limit     GC | Var      | Constra 
9.89/9.92	c =============================================================================
9.89/9.92	c  0.0s |       0 |        0 |        0 |    35017      0 |      168 |      175
9.89/9.96	c  0.0s |       0 |        9 |        1 |    35017      0 |      168 |      176
9.89/9.96	c #cpu_time = 0.044s
9.89/9.96	c #wall_clock_time = 0.044s
9.89/9.96	c #decision = 9
9.89/9.96	c #random_decision = 0
9.89/9.96	c #conflict = 1
9.89/9.96	c #restart = 0
9.89/9.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
9.89/9.96	c lower bound updated to -1095
9.89/9.97	c BCD2: 177 <= obj <= 1232
9.89/9.97	c BCD2: #cores=8, #unrelaxed=1087, #relaxed=185, #hardened=0
9.89/9.97	c BCD2: #sat=1 #unsat=178 bias=178/179
9.89/9.97	c Solving starts ...
9.89/9.97	c ============================[ Search Statistics ]============================
9.89/9.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.89/9.97	c       |         |          |          |    Limit     GC | Var      | Constra 
9.89/9.97	c =============================================================================
9.89/9.97	c  0.0s |       0 |        0 |        0 |    35017      0 |      169 |      176
10.00/10.01	c  0.0s |       0 |        9 |        1 |    35017      0 |      169 |      177
10.00/10.01	c #cpu_time = 0.044s
10.00/10.01	c #wall_clock_time = 0.044s
10.00/10.01	c #decision = 9
10.00/10.01	c #random_decision = 0
10.00/10.01	c #conflict = 1
10.00/10.01	c #restart = 0
10.00/10.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
10.00/10.01	c lower bound updated to -1094
10.00/10.01	c BCD2: 178 <= obj <= 1232
10.00/10.01	c BCD2: #cores=8, #unrelaxed=1086, #relaxed=186, #hardened=0
10.00/10.01	c BCD2: #sat=1 #unsat=179 bias=179/180
10.00/10.01	c Solving starts ...
10.00/10.01	c ============================[ Search Statistics ]============================
10.00/10.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.00/10.01	c       |         |          |          |    Limit     GC | Var      | Constra 
10.00/10.01	c =============================================================================
10.00/10.01	c  0.0s |       0 |        0 |        0 |    35017      0 |      170 |      177
10.00/10.05	c  0.0s |       0 |        9 |        1 |    35017      0 |      170 |      178
10.00/10.05	c #cpu_time = 0.043s
10.00/10.05	c #wall_clock_time = 0.043s
10.00/10.05	c #decision = 9
10.00/10.05	c #random_decision = 0
10.00/10.05	c #conflict = 1
10.00/10.05	c #restart = 0
10.00/10.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
10.00/10.05	c lower bound updated to -1093
10.00/10.05	c BCD2: 179 <= obj <= 1232
10.00/10.05	c BCD2: #cores=8, #unrelaxed=1085, #relaxed=187, #hardened=0
10.00/10.05	c BCD2: #sat=1 #unsat=180 bias=180/181
10.00/10.05	c Solving starts ...
10.00/10.05	c ============================[ Search Statistics ]============================
10.00/10.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.00/10.05	c       |         |          |          |    Limit     GC | Var      | Constra 
10.00/10.05	c =============================================================================
10.00/10.05	c  0.0s |       0 |        0 |        0 |    35017      0 |      171 |      178
10.08/10.10	c  0.0s |       0 |        9 |        1 |    35017      0 |      171 |      179
10.08/10.10	c #cpu_time = 0.043s
10.08/10.10	c #wall_clock_time = 0.043s
10.08/10.10	c #decision = 9
10.08/10.10	c #random_decision = 0
10.08/10.10	c #conflict = 1
10.08/10.10	c #restart = 0
10.08/10.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
10.08/10.10	c lower bound updated to -1092
10.08/10.10	c BCD2: 180 <= obj <= 1232
10.08/10.10	c BCD2: #cores=8, #unrelaxed=1084, #relaxed=188, #hardened=0
10.08/10.10	c BCD2: #sat=1 #unsat=181 bias=181/182
10.08/10.10	c Solving starts ...
10.08/10.10	c ============================[ Search Statistics ]============================
10.08/10.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.08/10.10	c       |         |          |          |    Limit     GC | Var      | Constra 
10.08/10.10	c =============================================================================
10.08/10.10	c  0.0s |       0 |        0 |        0 |    35017      0 |      172 |      179
10.08/10.14	c  0.0s |       0 |        9 |        1 |    35017      0 |      172 |      180
10.08/10.14	c #cpu_time = 0.043s
10.08/10.14	c #wall_clock_time = 0.043s
10.08/10.14	c #decision = 9
10.08/10.14	c #random_decision = 0
10.08/10.14	c #conflict = 1
10.08/10.14	c #restart = 0
10.08/10.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
10.08/10.14	c lower bound updated to -1091
10.08/10.14	c BCD2: 181 <= obj <= 1232
10.08/10.14	c BCD2: #cores=8, #unrelaxed=1083, #relaxed=189, #hardened=0
10.08/10.14	c BCD2: #sat=1 #unsat=182 bias=182/183
10.08/10.14	c Solving starts ...
10.08/10.14	c ============================[ Search Statistics ]============================
10.08/10.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.08/10.14	c       |         |          |          |    Limit     GC | Var      | Constra 
10.08/10.14	c =============================================================================
10.08/10.15	c  0.0s |       0 |        0 |        0 |    35017      0 |      173 |      180
10.08/10.19	c  0.0s |       0 |        9 |        1 |    35017      0 |      173 |      181
10.08/10.19	c #cpu_time = 0.042s
10.08/10.19	c #wall_clock_time = 0.042s
10.08/10.19	c #decision = 9
10.08/10.19	c #random_decision = 0
10.08/10.19	c #conflict = 1
10.08/10.19	c #restart = 0
10.08/10.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
10.08/10.19	c lower bound updated to -1090
10.08/10.19	c BCD2: 182 <= obj <= 1232
10.08/10.19	c BCD2: #cores=8, #unrelaxed=1082, #relaxed=190, #hardened=0
10.08/10.19	c BCD2: #sat=1 #unsat=183 bias=183/184
10.08/10.19	c Solving starts ...
10.08/10.19	c ============================[ Search Statistics ]============================
10.08/10.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.08/10.19	c       |         |          |          |    Limit     GC | Var      | Constra 
10.08/10.19	c =============================================================================
10.08/10.19	c  0.0s |       0 |        0 |        0 |    35017      0 |      174 |      181
10.19/10.23	c  0.0s |       0 |        9 |        1 |    35017      0 |      174 |      182
10.19/10.23	c #cpu_time = 0.043s
10.19/10.23	c #wall_clock_time = 0.043s
10.19/10.23	c #decision = 9
10.19/10.23	c #random_decision = 0
10.19/10.23	c #conflict = 1
10.19/10.23	c #restart = 0
10.19/10.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
10.19/10.23	c lower bound updated to -1089
10.19/10.24	c BCD2: 183 <= obj <= 1232
10.19/10.24	c BCD2: #cores=8, #unrelaxed=1081, #relaxed=191, #hardened=0
10.19/10.24	c BCD2: #sat=1 #unsat=184 bias=184/185
10.19/10.24	c Solving starts ...
10.19/10.24	c ============================[ Search Statistics ]============================
10.19/10.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.19/10.24	c       |         |          |          |    Limit     GC | Var      | Constra 
10.19/10.24	c =============================================================================
10.19/10.24	c  0.0s |       0 |        0 |        0 |    35017      0 |      175 |      182
10.19/10.28	c  0.0s |       0 |        9 |        1 |    35017      0 |      175 |      183
10.19/10.28	c #cpu_time = 0.044s
10.19/10.28	c #wall_clock_time = 0.044s
10.19/10.28	c #decision = 9
10.19/10.28	c #random_decision = 0
10.19/10.28	c #conflict = 1
10.19/10.28	c #restart = 0
10.19/10.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
10.19/10.28	c lower bound updated to -1088
10.19/10.28	c BCD2: 184 <= obj <= 1232
10.19/10.28	c BCD2: #cores=8, #unrelaxed=1080, #relaxed=192, #hardened=0
10.19/10.28	c BCD2: #sat=1 #unsat=185 bias=185/186
10.19/10.28	c Solving starts ...
10.19/10.28	c ============================[ Search Statistics ]============================
10.19/10.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.19/10.28	c       |         |          |          |    Limit     GC | Var      | Constra 
10.19/10.28	c =============================================================================
10.19/10.28	c  0.0s |       0 |        0 |        0 |    35017      0 |      176 |      183
10.28/10.33	c  0.0s |       0 |        9 |        0 |    35017      0 |      176 |      184
10.28/10.33	c #cpu_time = 0.047s
10.28/10.33	c #wall_clock_time = 0.047s
10.28/10.33	c #decision = 9
10.28/10.33	c #random_decision = 0
10.28/10.33	c #conflict = 0
10.28/10.33	c #restart = 0
10.28/10.33	c BCD2: found a new core of size 2: cost of the new core is >=1
10.28/10.33	c lower bound updated to -1087
10.28/10.34	c BCD2: 185 <= obj <= 1232
10.28/10.34	c BCD2: #cores=9, #unrelaxed=1078, #relaxed=194, #hardened=0
10.28/10.34	c BCD2: #sat=1 #unsat=186 bias=186/187
10.28/10.34	c Solving starts ...
10.28/10.34	c ============================[ Search Statistics ]============================
10.28/10.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.28/10.34	c       |         |          |          |    Limit     GC | Var      | Constra 
10.28/10.34	c =============================================================================
10.28/10.34	c  0.0s |       0 |        0 |        0 |    35017      0 |      176 |      185
10.28/10.38	c  0.0s |       0 |       10 |        1 |    35017      0 |      176 |      185
10.28/10.38	c #cpu_time = 0.045s
10.28/10.38	c #wall_clock_time = 0.045s
10.28/10.38	c #decision = 10
10.28/10.38	c #random_decision = 0
10.28/10.38	c #conflict = 1
10.28/10.38	c #restart = 0
10.28/10.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
10.28/10.38	c lower bound updated to -1086
10.28/10.38	c BCD2: 186 <= obj <= 1232
10.28/10.38	c BCD2: #cores=9, #unrelaxed=1077, #relaxed=195, #hardened=0
10.28/10.38	c BCD2: #sat=1 #unsat=187 bias=187/188
10.28/10.38	c Solving starts ...
10.28/10.38	c ============================[ Search Statistics ]============================
10.28/10.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.28/10.38	c       |         |          |          |    Limit     GC | Var      | Constra 
10.28/10.38	c =============================================================================
10.28/10.38	c  0.0s |       0 |        0 |        0 |    35017      0 |      177 |      185
10.39/10.43	c  0.0s |       0 |       10 |        1 |    35017      0 |      177 |      186
10.39/10.43	c #cpu_time = 0.043s
10.39/10.43	c #wall_clock_time = 0.043s
10.39/10.43	c #decision = 10
10.39/10.43	c #random_decision = 0
10.39/10.43	c #conflict = 1
10.39/10.43	c #restart = 0
10.39/10.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
10.39/10.43	c lower bound updated to -1085
10.39/10.43	c BCD2: 187 <= obj <= 1232
10.39/10.43	c BCD2: #cores=9, #unrelaxed=1076, #relaxed=196, #hardened=0
10.39/10.43	c BCD2: #sat=1 #unsat=188 bias=188/189
10.39/10.43	c Solving starts ...
10.39/10.43	c ============================[ Search Statistics ]============================
10.39/10.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.39/10.43	c       |         |          |          |    Limit     GC | Var      | Constra 
10.39/10.43	c =============================================================================
10.39/10.43	c  0.0s |       0 |        0 |        0 |    35017      0 |      178 |      186
10.39/10.47	c  0.0s |       0 |       10 |        1 |    35017      0 |      178 |      187
10.39/10.47	c #cpu_time = 0.043s
10.39/10.47	c #wall_clock_time = 0.043s
10.39/10.47	c #decision = 10
10.39/10.47	c #random_decision = 0
10.39/10.47	c #conflict = 1
10.39/10.47	c #restart = 0
10.39/10.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
10.39/10.47	c lower bound updated to -1084
10.39/10.47	c BCD2: 188 <= obj <= 1232
10.39/10.47	c BCD2: #cores=9, #unrelaxed=1075, #relaxed=197, #hardened=0
10.39/10.47	c BCD2: #sat=1 #unsat=189 bias=189/190
10.39/10.47	c Solving starts ...
10.39/10.47	c ============================[ Search Statistics ]============================
10.39/10.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.39/10.47	c       |         |          |          |    Limit     GC | Var      | Constra 
10.39/10.47	c =============================================================================
10.39/10.47	c  0.0s |       0 |        0 |        0 |    35017      0 |      179 |      187
10.49/10.51	c  0.0s |       0 |       10 |        1 |    35017      0 |      179 |      188
10.49/10.51	c #cpu_time = 0.043s
10.49/10.51	c #wall_clock_time = 0.043s
10.49/10.51	c #decision = 10
10.49/10.51	c #random_decision = 0
10.49/10.51	c #conflict = 1
10.49/10.51	c #restart = 0
10.49/10.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
10.49/10.51	c lower bound updated to -1083
10.49/10.52	c BCD2: 189 <= obj <= 1232
10.49/10.52	c BCD2: #cores=9, #unrelaxed=1074, #relaxed=198, #hardened=0
10.49/10.52	c BCD2: #sat=1 #unsat=190 bias=190/191
10.49/10.52	c Solving starts ...
10.49/10.52	c ============================[ Search Statistics ]============================
10.49/10.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.49/10.52	c       |         |          |          |    Limit     GC | Var      | Constra 
10.49/10.52	c =============================================================================
10.49/10.52	c  0.0s |       0 |        0 |        0 |    35017      0 |      180 |      188
10.49/10.56	c  0.0s |       0 |       10 |        1 |    35017      0 |      180 |      189
10.49/10.56	c #cpu_time = 0.043s
10.49/10.56	c #wall_clock_time = 0.043s
10.49/10.56	c #decision = 10
10.49/10.56	c #random_decision = 0
10.49/10.56	c #conflict = 1
10.49/10.56	c #restart = 0
10.49/10.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
10.49/10.56	c lower bound updated to -1082
10.49/10.57	c BCD2: 190 <= obj <= 1232
10.49/10.57	c BCD2: #cores=9, #unrelaxed=1073, #relaxed=199, #hardened=0
10.49/10.57	c BCD2: #sat=1 #unsat=191 bias=191/192
10.49/10.57	c Solving starts ...
10.49/10.57	c ============================[ Search Statistics ]============================
10.49/10.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.49/10.57	c       |         |          |          |    Limit     GC | Var      | Constra 
10.49/10.57	c =============================================================================
10.49/10.57	c  0.0s |       0 |        0 |        0 |    35017      0 |      181 |      189
10.58/10.61	c  0.0s |       0 |       10 |        1 |    35017      0 |      181 |      190
10.58/10.61	c #cpu_time = 0.042s
10.58/10.61	c #wall_clock_time = 0.042s
10.58/10.61	c #decision = 10
10.58/10.61	c #random_decision = 0
10.58/10.61	c #conflict = 1
10.58/10.61	c #restart = 0
10.58/10.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
10.58/10.61	c lower bound updated to -1081
10.58/10.61	c BCD2: 191 <= obj <= 1232
10.58/10.61	c BCD2: #cores=9, #unrelaxed=1072, #relaxed=200, #hardened=0
10.58/10.61	c BCD2: #sat=1 #unsat=192 bias=192/193
10.58/10.61	c Solving starts ...
10.58/10.61	c ============================[ Search Statistics ]============================
10.58/10.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.58/10.61	c       |         |          |          |    Limit     GC | Var      | Constra 
10.58/10.61	c =============================================================================
10.58/10.61	c  0.0s |       0 |        0 |        0 |    35017      0 |      182 |      190
10.58/10.65	c  0.0s |       0 |       10 |        1 |    35017      0 |      182 |      191
10.58/10.65	c #cpu_time = 0.043s
10.58/10.65	c #wall_clock_time = 0.043s
10.58/10.65	c #decision = 10
10.58/10.65	c #random_decision = 0
10.58/10.65	c #conflict = 1
10.58/10.65	c #restart = 0
10.58/10.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
10.58/10.65	c lower bound updated to -1080
10.58/10.65	c BCD2: 192 <= obj <= 1232
10.58/10.65	c BCD2: #cores=9, #unrelaxed=1071, #relaxed=201, #hardened=0
10.58/10.65	c BCD2: #sat=1 #unsat=193 bias=193/194
10.58/10.65	c Solving starts ...
10.58/10.65	c ============================[ Search Statistics ]============================
10.58/10.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.58/10.65	c       |         |          |          |    Limit     GC | Var      | Constra 
10.58/10.65	c =============================================================================
10.58/10.65	c  0.0s |       0 |        0 |        0 |    35017      0 |      183 |      191
10.69/10.70	c  0.0s |       0 |       10 |        1 |    35017      0 |      183 |      192
10.69/10.70	c #cpu_time = 0.043s
10.69/10.70	c #wall_clock_time = 0.043s
10.69/10.70	c #decision = 10
10.69/10.70	c #random_decision = 0
10.69/10.70	c #conflict = 1
10.69/10.70	c #restart = 0
10.69/10.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
10.69/10.70	c lower bound updated to -1079
10.69/10.70	c BCD2: 193 <= obj <= 1232
10.69/10.70	c BCD2: #cores=9, #unrelaxed=1070, #relaxed=202, #hardened=0
10.69/10.70	c BCD2: #sat=1 #unsat=194 bias=194/195
10.69/10.70	c Solving starts ...
10.69/10.70	c ============================[ Search Statistics ]============================
10.69/10.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.70	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.70	c =============================================================================
10.69/10.70	c  0.0s |       0 |        0 |        0 |    35017      0 |      184 |      192
10.69/10.74	c  0.0s |       0 |       10 |        1 |    35017      0 |      184 |      193
10.69/10.74	c #cpu_time = 0.044s
10.69/10.74	c #wall_clock_time = 0.044s
10.69/10.74	c #decision = 10
10.69/10.74	c #random_decision = 0
10.69/10.74	c #conflict = 1
10.69/10.74	c #restart = 0
10.69/10.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
10.69/10.74	c lower bound updated to -1078
10.69/10.74	c BCD2: 194 <= obj <= 1232
10.69/10.74	c BCD2: #cores=9, #unrelaxed=1069, #relaxed=203, #hardened=0
10.69/10.74	c BCD2: #sat=1 #unsat=195 bias=195/196
10.69/10.74	c Solving starts ...
10.69/10.74	c ============================[ Search Statistics ]============================
10.69/10.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.74	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.74	c =============================================================================
10.69/10.74	c  0.0s |       0 |        0 |        0 |    35017      0 |      185 |      193
10.69/10.79	c  0.0s |       0 |       10 |        1 |    35017      0 |      185 |      194
10.69/10.79	c #cpu_time = 0.044s
10.69/10.79	c #wall_clock_time = 0.044s
10.69/10.79	c #decision = 10
10.69/10.79	c #random_decision = 0
10.69/10.79	c #conflict = 1
10.69/10.79	c #restart = 0
10.69/10.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
10.69/10.79	c lower bound updated to -1077
10.69/10.79	c BCD2: 195 <= obj <= 1232
10.69/10.79	c BCD2: #cores=9, #unrelaxed=1068, #relaxed=204, #hardened=0
10.69/10.79	c BCD2: #sat=1 #unsat=196 bias=196/197
10.69/10.79	c Solving starts ...
10.69/10.79	c ============================[ Search Statistics ]============================
10.69/10.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.79	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.79	c =============================================================================
10.69/10.79	c  0.0s |       0 |        0 |        0 |    35017      0 |      186 |      194
10.79/10.83	c  0.0s |       0 |       10 |        1 |    35017      0 |      186 |      195
10.79/10.83	c #cpu_time = 0.043s
10.79/10.83	c #wall_clock_time = 0.043s
10.79/10.83	c #decision = 10
10.79/10.83	c #random_decision = 0
10.79/10.83	c #conflict = 1
10.79/10.83	c #restart = 0
10.79/10.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
10.79/10.83	c lower bound updated to -1076
10.79/10.83	c BCD2: 196 <= obj <= 1232
10.79/10.83	c BCD2: #cores=9, #unrelaxed=1067, #relaxed=205, #hardened=0
10.79/10.83	c BCD2: #sat=1 #unsat=197 bias=197/198
10.79/10.83	c Solving starts ...
10.79/10.83	c ============================[ Search Statistics ]============================
10.79/10.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.79/10.83	c       |         |          |          |    Limit     GC | Var      | Constra 
10.79/10.83	c =============================================================================
10.79/10.83	c  0.0s |       0 |        0 |        0 |    35017      0 |      187 |      195
10.79/10.87	c  0.0s |       0 |       10 |        1 |    35017      0 |      187 |      196
10.79/10.87	c #cpu_time = 0.043s
10.79/10.87	c #wall_clock_time = 0.043s
10.79/10.87	c #decision = 10
10.79/10.87	c #random_decision = 0
10.79/10.87	c #conflict = 1
10.79/10.87	c #restart = 0
10.79/10.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
10.79/10.87	c lower bound updated to -1075
10.79/10.88	c BCD2: 197 <= obj <= 1232
10.79/10.88	c BCD2: #cores=9, #unrelaxed=1066, #relaxed=206, #hardened=0
10.79/10.88	c BCD2: #sat=1 #unsat=198 bias=198/199
10.79/10.88	c Solving starts ...
10.79/10.88	c ============================[ Search Statistics ]============================
10.79/10.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.79/10.88	c       |         |          |          |    Limit     GC | Var      | Constra 
10.79/10.88	c =============================================================================
10.79/10.88	c  0.0s |       0 |        0 |        0 |    35017      0 |      188 |      196
10.88/10.92	c  0.0s |       0 |       10 |        1 |    35017      0 |      188 |      197
10.88/10.92	c #cpu_time = 0.043s
10.88/10.92	c #wall_clock_time = 0.043s
10.88/10.92	c #decision = 10
10.88/10.92	c #random_decision = 0
10.88/10.92	c #conflict = 1
10.88/10.92	c #restart = 0
10.88/10.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
10.88/10.92	c lower bound updated to -1074
10.88/10.92	c BCD2: 198 <= obj <= 1232
10.88/10.92	c BCD2: #cores=9, #unrelaxed=1065, #relaxed=207, #hardened=0
10.88/10.92	c BCD2: #sat=1 #unsat=199 bias=199/200
10.88/10.92	c Solving starts ...
10.88/10.92	c ============================[ Search Statistics ]============================
10.88/10.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.88/10.92	c       |         |          |          |    Limit     GC | Var      | Constra 
10.88/10.92	c =============================================================================
10.88/10.92	c  0.0s |       0 |        0 |        0 |    35017      0 |      189 |      197
10.88/10.96	c  0.0s |       0 |       10 |        1 |    35017      0 |      189 |      198
10.88/10.96	c #cpu_time = 0.043s
10.88/10.96	c #wall_clock_time = 0.043s
10.88/10.96	c #decision = 10
10.88/10.96	c #random_decision = 0
10.88/10.96	c #conflict = 1
10.88/10.96	c #restart = 0
10.88/10.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
10.88/10.96	c lower bound updated to -1073
10.88/10.97	c BCD2: 199 <= obj <= 1232
10.88/10.97	c BCD2: #cores=9, #unrelaxed=1064, #relaxed=208, #hardened=0
10.88/10.97	c BCD2: #sat=1 #unsat=200 bias=200/201
10.88/10.97	c Solving starts ...
10.88/10.97	c ============================[ Search Statistics ]============================
10.88/10.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.88/10.97	c       |         |          |          |    Limit     GC | Var      | Constra 
10.88/10.97	c =============================================================================
10.88/10.97	c  0.0s |       0 |        0 |        0 |    35017      0 |      190 |      198
10.99/11.01	c  0.0s |       0 |       10 |        1 |    35017      0 |      190 |      199
10.99/11.01	c #cpu_time = 0.042s
10.99/11.01	c #wall_clock_time = 0.042s
10.99/11.01	c #decision = 10
10.99/11.01	c #random_decision = 0
10.99/11.01	c #conflict = 1
10.99/11.01	c #restart = 0
10.99/11.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
10.99/11.01	c lower bound updated to -1072
10.99/11.01	c BCD2: 200 <= obj <= 1232
10.99/11.01	c BCD2: #cores=9, #unrelaxed=1063, #relaxed=209, #hardened=0
10.99/11.01	c BCD2: #sat=1 #unsat=201 bias=201/202
10.99/11.01	c Solving starts ...
10.99/11.01	c ============================[ Search Statistics ]============================
10.99/11.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.01	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.01	c =============================================================================
10.99/11.01	c  0.0s |       0 |        0 |        0 |    35017      0 |      191 |      199
10.99/11.06	c  0.0s |       0 |       10 |        1 |    35017      0 |      191 |      200
10.99/11.06	c #cpu_time = 0.043s
10.99/11.06	c #wall_clock_time = 0.043s
10.99/11.06	c #decision = 10
10.99/11.06	c #random_decision = 0
10.99/11.06	c #conflict = 1
10.99/11.06	c #restart = 0
10.99/11.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
10.99/11.06	c lower bound updated to -1071
10.99/11.06	c BCD2: 201 <= obj <= 1232
10.99/11.06	c BCD2: #cores=9, #unrelaxed=1062, #relaxed=210, #hardened=0
10.99/11.06	c BCD2: #sat=1 #unsat=202 bias=202/203
10.99/11.06	c Solving starts ...
10.99/11.06	c ============================[ Search Statistics ]============================
10.99/11.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.06	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.06	c =============================================================================
10.99/11.06	c  0.0s |       0 |        0 |        0 |    35017      0 |      192 |      200
10.99/11.10	c  0.0s |       0 |       10 |        1 |    35017      0 |      192 |      201
10.99/11.10	c #cpu_time = 0.043s
10.99/11.10	c #wall_clock_time = 0.043s
10.99/11.10	c #decision = 10
10.99/11.10	c #random_decision = 0
10.99/11.10	c #conflict = 1
10.99/11.10	c #restart = 0
10.99/11.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
10.99/11.10	c lower bound updated to -1070
10.99/11.10	c BCD2: 202 <= obj <= 1232
10.99/11.10	c BCD2: #cores=9, #unrelaxed=1061, #relaxed=211, #hardened=0
10.99/11.10	c BCD2: #sat=1 #unsat=203 bias=203/204
10.99/11.10	c Solving starts ...
10.99/11.10	c ============================[ Search Statistics ]============================
10.99/11.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.10	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.10	c =============================================================================
10.99/11.10	c  0.0s |       0 |        0 |        0 |    35017      0 |      193 |      201
11.10/11.15	c  0.0s |       0 |       10 |        1 |    35017      0 |      193 |      202
11.10/11.15	c #cpu_time = 0.044s
11.10/11.15	c #wall_clock_time = 0.044s
11.10/11.15	c #decision = 10
11.10/11.15	c #random_decision = 0
11.10/11.15	c #conflict = 1
11.10/11.15	c #restart = 0
11.10/11.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
11.10/11.15	c lower bound updated to -1069
11.10/11.15	c BCD2: 203 <= obj <= 1232
11.10/11.15	c BCD2: #cores=9, #unrelaxed=1060, #relaxed=212, #hardened=0
11.10/11.15	c BCD2: #sat=1 #unsat=204 bias=204/205
11.10/11.15	c Solving starts ...
11.10/11.15	c ============================[ Search Statistics ]============================
11.10/11.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.10/11.15	c       |         |          |          |    Limit     GC | Var      | Constra 
11.10/11.15	c =============================================================================
11.10/11.15	c  0.0s |       0 |        0 |        0 |    35017      0 |      194 |      202
11.10/11.19	c  0.0s |       0 |       10 |        1 |    35017      0 |      194 |      203
11.10/11.19	c #cpu_time = 0.044s
11.10/11.19	c #wall_clock_time = 0.044s
11.10/11.19	c #decision = 10
11.10/11.19	c #random_decision = 0
11.10/11.19	c #conflict = 1
11.10/11.19	c #restart = 0
11.10/11.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
11.10/11.19	c lower bound updated to -1068
11.10/11.19	c BCD2: 204 <= obj <= 1232
11.10/11.19	c BCD2: #cores=9, #unrelaxed=1059, #relaxed=213, #hardened=0
11.10/11.19	c BCD2: #sat=1 #unsat=205 bias=205/206
11.10/11.19	c Solving starts ...
11.10/11.19	c ============================[ Search Statistics ]============================
11.10/11.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.10/11.19	c       |         |          |          |    Limit     GC | Var      | Constra 
11.10/11.19	c =============================================================================
11.10/11.19	c  0.0s |       0 |        0 |        0 |    35017      0 |      195 |      203
11.18/11.23	c  0.0s |       0 |       10 |        1 |    35017      0 |      195 |      204
11.18/11.23	c #cpu_time = 0.043s
11.18/11.23	c #wall_clock_time = 0.043s
11.18/11.23	c #decision = 10
11.18/11.23	c #random_decision = 0
11.18/11.23	c #conflict = 1
11.18/11.23	c #restart = 0
11.18/11.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
11.18/11.24	c lower bound updated to -1067
11.18/11.24	c BCD2: 205 <= obj <= 1232
11.18/11.24	c BCD2: #cores=9, #unrelaxed=1058, #relaxed=214, #hardened=0
11.18/11.24	c BCD2: #sat=1 #unsat=206 bias=206/207
11.18/11.24	c Solving starts ...
11.18/11.24	c ============================[ Search Statistics ]============================
11.18/11.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.18/11.24	c       |         |          |          |    Limit     GC | Var      | Constra 
11.18/11.24	c =============================================================================
11.18/11.24	c  0.0s |       0 |        0 |        0 |    35017      0 |      196 |      204
11.18/11.28	c  0.0s |       0 |       10 |        1 |    35017      0 |      196 |      205
11.18/11.28	c #cpu_time = 0.043s
11.18/11.28	c #wall_clock_time = 0.043s
11.18/11.28	c #decision = 10
11.18/11.28	c #random_decision = 0
11.18/11.28	c #conflict = 1
11.18/11.28	c #restart = 0
11.18/11.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
11.18/11.28	c lower bound updated to -1066
11.18/11.28	c BCD2: 206 <= obj <= 1232
11.18/11.28	c BCD2: #cores=9, #unrelaxed=1057, #relaxed=215, #hardened=0
11.18/11.28	c BCD2: #sat=1 #unsat=207 bias=207/208
11.18/11.28	c Solving starts ...
11.18/11.28	c ============================[ Search Statistics ]============================
11.18/11.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.18/11.28	c       |         |          |          |    Limit     GC | Var      | Constra 
11.18/11.28	c =============================================================================
11.18/11.28	c  0.0s |       0 |        0 |        0 |    35017      0 |      197 |      205
11.29/11.32	c  0.0s |       0 |       10 |        1 |    35017      0 |      197 |      206
11.29/11.32	c #cpu_time = 0.043s
11.29/11.32	c #wall_clock_time = 0.043s
11.29/11.32	c #decision = 10
11.29/11.32	c #random_decision = 0
11.29/11.32	c #conflict = 1
11.29/11.32	c #restart = 0
11.29/11.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
11.29/11.32	c lower bound updated to -1065
11.29/11.32	c BCD2: 207 <= obj <= 1232
11.29/11.32	c BCD2: #cores=9, #unrelaxed=1056, #relaxed=216, #hardened=0
11.29/11.32	c BCD2: #sat=1 #unsat=208 bias=208/209
11.29/11.32	c Solving starts ...
11.29/11.32	c ============================[ Search Statistics ]============================
11.29/11.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.29/11.32	c       |         |          |          |    Limit     GC | Var      | Constra 
11.29/11.32	c =============================================================================
11.29/11.32	c  0.0s |       0 |        0 |        0 |    35017      0 |      198 |      206
11.29/11.37	c  0.0s |       0 |       10 |        0 |    35017      0 |      198 |      207
11.29/11.37	c #cpu_time = 0.043s
11.29/11.37	c #wall_clock_time = 0.043s
11.29/11.37	c #decision = 10
11.29/11.37	c #random_decision = 0
11.29/11.37	c #conflict = 0
11.29/11.37	c #restart = 0
11.29/11.37	c BCD2: found a new core of size 2: cost of the new core is >=1
11.29/11.37	c lower bound updated to -1064
11.29/11.38	c BCD2: 208 <= obj <= 1232
11.29/11.38	c BCD2: #cores=10, #unrelaxed=1054, #relaxed=218, #hardened=0
11.29/11.38	c BCD2: #sat=1 #unsat=209 bias=209/210
11.29/11.38	c Solving starts ...
11.29/11.38	c ============================[ Search Statistics ]============================
11.29/11.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.29/11.38	c       |         |          |          |    Limit     GC | Var      | Constra 
11.29/11.38	c =============================================================================
11.29/11.38	c  0.0s |       0 |        0 |        0 |    35017      0 |      198 |      208
11.38/11.42	c  0.0s |       0 |       11 |        1 |    35017      0 |      198 |      208
11.38/11.42	c #cpu_time = 0.045s
11.38/11.42	c #wall_clock_time = 0.045s
11.38/11.42	c #decision = 11
11.38/11.42	c #random_decision = 0
11.38/11.42	c #conflict = 1
11.38/11.42	c #restart = 0
11.38/11.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
11.38/11.42	c lower bound updated to -1063
11.38/11.43	c BCD2: 209 <= obj <= 1232
11.38/11.43	c BCD2: #cores=10, #unrelaxed=1053, #relaxed=219, #hardened=0
11.38/11.43	c BCD2: #sat=1 #unsat=210 bias=210/211
11.38/11.43	c Solving starts ...
11.38/11.43	c ============================[ Search Statistics ]============================
11.38/11.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.38/11.43	c       |         |          |          |    Limit     GC | Var      | Constra 
11.38/11.43	c =============================================================================
11.38/11.43	c  0.0s |       0 |        0 |        0 |    35017      0 |      199 |      208
11.38/11.47	c  0.0s |       0 |       11 |        1 |    35017      0 |      199 |      209
11.38/11.47	c #cpu_time = 0.046s
11.38/11.47	c #wall_clock_time = 0.046s
11.38/11.47	c #decision = 11
11.38/11.47	c #random_decision = 0
11.38/11.47	c #conflict = 1
11.38/11.47	c #restart = 0
11.38/11.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
11.38/11.47	c lower bound updated to -1062
11.38/11.47	c BCD2: 210 <= obj <= 1232
11.38/11.47	c BCD2: #cores=10, #unrelaxed=1052, #relaxed=220, #hardened=0
11.38/11.47	c BCD2: #sat=1 #unsat=211 bias=211/212
11.38/11.47	c Solving starts ...
11.38/11.47	c ============================[ Search Statistics ]============================
11.38/11.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.38/11.47	c       |         |          |          |    Limit     GC | Var      | Constra 
11.38/11.47	c =============================================================================
11.38/11.47	c  0.0s |       0 |        0 |        0 |    35017      0 |      200 |      209
11.49/11.52	c  0.0s |       0 |       11 |        1 |    35017      0 |      200 |      210
11.49/11.52	c #cpu_time = 0.045s
11.49/11.52	c #wall_clock_time = 0.045s
11.49/11.52	c #decision = 11
11.49/11.52	c #random_decision = 0
11.49/11.52	c #conflict = 1
11.49/11.52	c #restart = 0
11.49/11.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
11.49/11.52	c lower bound updated to -1061
11.49/11.52	c BCD2: 211 <= obj <= 1232
11.49/11.52	c BCD2: #cores=10, #unrelaxed=1051, #relaxed=221, #hardened=0
11.49/11.52	c BCD2: #sat=1 #unsat=212 bias=212/213
11.49/11.52	c Solving starts ...
11.49/11.52	c ============================[ Search Statistics ]============================
11.49/11.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.49/11.52	c       |         |          |          |    Limit     GC | Var      | Constra 
11.49/11.52	c =============================================================================
11.49/11.52	c  0.0s |       0 |        0 |        0 |    35017      0 |      201 |      210
11.49/11.56	c  0.0s |       0 |       11 |        1 |    35017      0 |      201 |      211
11.49/11.56	c #cpu_time = 0.044s
11.49/11.56	c #wall_clock_time = 0.044s
11.49/11.56	c #decision = 11
11.49/11.56	c #random_decision = 0
11.49/11.56	c #conflict = 1
11.49/11.56	c #restart = 0
11.49/11.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
11.49/11.56	c lower bound updated to -1060
11.49/11.56	c BCD2: 212 <= obj <= 1232
11.49/11.56	c BCD2: #cores=10, #unrelaxed=1050, #relaxed=222, #hardened=0
11.49/11.56	c BCD2: #sat=1 #unsat=213 bias=213/214
11.49/11.56	c Solving starts ...
11.49/11.56	c ============================[ Search Statistics ]============================
11.49/11.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.49/11.56	c       |         |          |          |    Limit     GC | Var      | Constra 
11.49/11.56	c =============================================================================
11.49/11.56	c  0.0s |       0 |        0 |        0 |    35017      0 |      202 |      211
11.58/11.61	c  0.0s |       0 |       11 |        1 |    35017      0 |      202 |      212
11.58/11.61	c #cpu_time = 0.044s
11.58/11.61	c #wall_clock_time = 0.044s
11.58/11.61	c #decision = 11
11.58/11.61	c #random_decision = 0
11.58/11.61	c #conflict = 1
11.58/11.61	c #restart = 0
11.58/11.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
11.58/11.61	c lower bound updated to -1059
11.58/11.61	c BCD2: 213 <= obj <= 1232
11.58/11.61	c BCD2: #cores=10, #unrelaxed=1049, #relaxed=223, #hardened=0
11.58/11.61	c BCD2: #sat=1 #unsat=214 bias=214/215
11.58/11.61	c Solving starts ...
11.58/11.61	c ============================[ Search Statistics ]============================
11.58/11.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.58/11.61	c       |         |          |          |    Limit     GC | Var      | Constra 
11.58/11.61	c =============================================================================
11.58/11.61	c  0.0s |       0 |        0 |        0 |    35017      0 |      203 |      212
11.58/11.65	c  0.0s |       0 |       11 |        1 |    35017      0 |      203 |      213
11.58/11.65	c #cpu_time = 0.043s
11.58/11.65	c #wall_clock_time = 0.043s
11.58/11.65	c #decision = 11
11.58/11.65	c #random_decision = 0
11.58/11.65	c #conflict = 1
11.58/11.65	c #restart = 0
11.58/11.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
11.58/11.65	c lower bound updated to -1058
11.58/11.65	c BCD2: 214 <= obj <= 1232
11.58/11.65	c BCD2: #cores=10, #unrelaxed=1048, #relaxed=224, #hardened=0
11.58/11.65	c BCD2: #sat=1 #unsat=215 bias=215/216
11.58/11.65	c Solving starts ...
11.58/11.65	c ============================[ Search Statistics ]============================
11.58/11.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.58/11.65	c       |         |          |          |    Limit     GC | Var      | Constra 
11.58/11.65	c =============================================================================
11.58/11.65	c  0.0s |       0 |        0 |        0 |    35017      0 |      204 |      213
11.58/11.70	c  0.0s |       0 |       11 |        1 |    35017      0 |      204 |      214
11.58/11.70	c #cpu_time = 0.043s
11.58/11.70	c #wall_clock_time = 0.043s
11.58/11.70	c #decision = 11
11.58/11.70	c #random_decision = 0
11.58/11.70	c #conflict = 1
11.58/11.70	c #restart = 0
11.58/11.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
11.58/11.70	c lower bound updated to -1057
11.69/11.70	c BCD2: 215 <= obj <= 1232
11.69/11.70	c BCD2: #cores=10, #unrelaxed=1047, #relaxed=225, #hardened=0
11.69/11.70	c BCD2: #sat=1 #unsat=216 bias=216/217
11.69/11.70	c Solving starts ...
11.69/11.70	c ============================[ Search Statistics ]============================
11.69/11.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.69/11.70	c       |         |          |          |    Limit     GC | Var      | Constra 
11.69/11.70	c =============================================================================
11.69/11.70	c  0.0s |       0 |        0 |        0 |    35017      0 |      205 |      214
11.69/11.74	c  0.0s |       0 |       11 |        1 |    35017      0 |      205 |      215
11.69/11.74	c #cpu_time = 0.043s
11.69/11.74	c #wall_clock_time = 0.043s
11.69/11.74	c #decision = 11
11.69/11.74	c #random_decision = 0
11.69/11.74	c #conflict = 1
11.69/11.74	c #restart = 0
11.69/11.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
11.69/11.74	c lower bound updated to -1056
11.69/11.75	c BCD2: 216 <= obj <= 1232
11.69/11.75	c BCD2: #cores=10, #unrelaxed=1046, #relaxed=226, #hardened=0
11.69/11.75	c BCD2: #sat=1 #unsat=217 bias=217/218
11.69/11.75	c Solving starts ...
11.69/11.75	c ============================[ Search Statistics ]============================
11.69/11.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.69/11.75	c       |         |          |          |    Limit     GC | Var      | Constra 
11.69/11.75	c =============================================================================
11.69/11.75	c  0.0s |       0 |        0 |        0 |    35017      0 |      206 |      215
11.69/11.79	c  0.0s |       0 |       11 |        1 |    35017      0 |      206 |      216
11.69/11.79	c #cpu_time = 0.042s
11.69/11.79	c #wall_clock_time = 0.042s
11.69/11.79	c #decision = 11
11.69/11.79	c #random_decision = 0
11.69/11.79	c #conflict = 1
11.69/11.79	c #restart = 0
11.69/11.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
11.69/11.79	c lower bound updated to -1055
11.69/11.79	c BCD2: 217 <= obj <= 1232
11.69/11.79	c BCD2: #cores=10, #unrelaxed=1045, #relaxed=227, #hardened=0
11.69/11.79	c BCD2: #sat=1 #unsat=218 bias=218/219
11.69/11.79	c Solving starts ...
11.69/11.79	c ============================[ Search Statistics ]============================
11.69/11.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.69/11.79	c       |         |          |          |    Limit     GC | Var      | Constra 
11.69/11.79	c =============================================================================
11.69/11.79	c  0.0s |       0 |        0 |        0 |    35017      0 |      207 |      216
11.78/11.83	c  0.0s |       0 |       11 |        1 |    35017      0 |      207 |      217
11.78/11.83	c #cpu_time = 0.043s
11.78/11.83	c #wall_clock_time = 0.043s
11.78/11.83	c #decision = 11
11.78/11.83	c #random_decision = 0
11.78/11.83	c #conflict = 1
11.78/11.83	c #restart = 0
11.78/11.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
11.78/11.83	c lower bound updated to -1054
11.78/11.83	c BCD2: 218 <= obj <= 1232
11.78/11.83	c BCD2: #cores=10, #unrelaxed=1044, #relaxed=228, #hardened=0
11.78/11.83	c BCD2: #sat=1 #unsat=219 bias=219/220
11.78/11.83	c Solving starts ...
11.78/11.83	c ============================[ Search Statistics ]============================
11.78/11.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.78/11.83	c       |         |          |          |    Limit     GC | Var      | Constra 
11.78/11.83	c =============================================================================
11.78/11.83	c  0.0s |       0 |        0 |        0 |    35017      0 |      208 |      217
11.78/11.88	c  0.0s |       0 |       11 |        1 |    35017      0 |      208 |      218
11.78/11.88	c #cpu_time = 0.043s
11.78/11.88	c #wall_clock_time = 0.043s
11.78/11.88	c #decision = 11
11.78/11.88	c #random_decision = 0
11.78/11.88	c #conflict = 1
11.78/11.88	c #restart = 0
11.78/11.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
11.78/11.88	c lower bound updated to -1053
11.78/11.88	c BCD2: 219 <= obj <= 1232
11.78/11.88	c BCD2: #cores=10, #unrelaxed=1043, #relaxed=229, #hardened=0
11.78/11.88	c BCD2: #sat=1 #unsat=220 bias=220/221
11.78/11.88	c Solving starts ...
11.78/11.88	c ============================[ Search Statistics ]============================
11.78/11.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.78/11.88	c       |         |          |          |    Limit     GC | Var      | Constra 
11.78/11.88	c =============================================================================
11.78/11.88	c  0.0s |       0 |        0 |        0 |    35017      0 |      209 |      218
11.89/11.92	c  0.0s |       0 |       11 |        1 |    35017      0 |      209 |      219
11.89/11.92	c #cpu_time = 0.044s
11.89/11.92	c #wall_clock_time = 0.044s
11.89/11.92	c #decision = 11
11.89/11.92	c #random_decision = 0
11.89/11.92	c #conflict = 1
11.89/11.92	c #restart = 0
11.89/11.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
11.89/11.92	c lower bound updated to -1052
11.89/11.92	c BCD2: 220 <= obj <= 1232
11.89/11.92	c BCD2: #cores=10, #unrelaxed=1042, #relaxed=230, #hardened=0
11.89/11.92	c BCD2: #sat=1 #unsat=221 bias=221/222
11.89/11.92	c Solving starts ...
11.89/11.92	c ============================[ Search Statistics ]============================
11.89/11.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.89/11.92	c       |         |          |          |    Limit     GC | Var      | Constra 
11.89/11.92	c =============================================================================
11.89/11.92	c  0.0s |       0 |        0 |        0 |    35017      0 |      210 |      219
11.89/11.97	c  0.0s |       0 |       11 |        1 |    35017      0 |      210 |      220
11.89/11.97	c #cpu_time = 0.044s
11.89/11.97	c #wall_clock_time = 0.044s
11.89/11.97	c #decision = 11
11.89/11.97	c #random_decision = 0
11.89/11.97	c #conflict = 1
11.89/11.97	c #restart = 0
11.89/11.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
11.89/11.97	c lower bound updated to -1051
11.89/11.97	c BCD2: 221 <= obj <= 1232
11.89/11.97	c BCD2: #cores=10, #unrelaxed=1041, #relaxed=231, #hardened=0
11.89/11.97	c BCD2: #sat=1 #unsat=222 bias=222/223
11.89/11.97	c Solving starts ...
11.89/11.97	c ============================[ Search Statistics ]============================
11.89/11.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.89/11.97	c       |         |          |          |    Limit     GC | Var      | Constra 
11.89/11.97	c =============================================================================
11.89/11.97	c  0.0s |       0 |        0 |        0 |    35017      0 |      211 |      220
11.99/12.01	c  0.0s |       0 |       11 |        1 |    35017      0 |      211 |      221
11.99/12.01	c #cpu_time = 0.043s
11.99/12.01	c #wall_clock_time = 0.043s
11.99/12.01	c #decision = 11
11.99/12.01	c #random_decision = 0
11.99/12.01	c #conflict = 1
11.99/12.01	c #restart = 0
11.99/12.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
11.99/12.01	c lower bound updated to -1050
11.99/12.01	c BCD2: 222 <= obj <= 1232
11.99/12.01	c BCD2: #cores=10, #unrelaxed=1040, #relaxed=232, #hardened=0
11.99/12.01	c BCD2: #sat=1 #unsat=223 bias=223/224
11.99/12.01	c Solving starts ...
11.99/12.01	c ============================[ Search Statistics ]============================
11.99/12.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.99/12.01	c       |         |          |          |    Limit     GC | Var      | Constra 
11.99/12.01	c =============================================================================
11.99/12.01	c  0.0s |       0 |        0 |        0 |    35017      0 |      212 |      221
11.99/12.06	c  0.0s |       0 |       11 |        1 |    35017      0 |      212 |      222
11.99/12.06	c #cpu_time = 0.043s
11.99/12.06	c #wall_clock_time = 0.044s
11.99/12.06	c #decision = 11
11.99/12.06	c #random_decision = 0
11.99/12.06	c #conflict = 1
11.99/12.06	c #restart = 0
11.99/12.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
11.99/12.06	c lower bound updated to -1049
11.99/12.06	c BCD2: 223 <= obj <= 1232
11.99/12.06	c BCD2: #cores=10, #unrelaxed=1039, #relaxed=233, #hardened=0
11.99/12.06	c BCD2: #sat=1 #unsat=224 bias=224/225
11.99/12.06	c Solving starts ...
11.99/12.06	c ============================[ Search Statistics ]============================
11.99/12.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.99/12.06	c       |         |          |          |    Limit     GC | Var      | Constra 
11.99/12.06	c =============================================================================
11.99/12.06	c  0.0s |       0 |        0 |        0 |    35017      0 |      213 |      222
11.99/12.10	c  0.0s |       0 |       11 |        1 |    35017      0 |      213 |      223
11.99/12.10	c #cpu_time = 0.044s
11.99/12.10	c #wall_clock_time = 0.044s
11.99/12.10	c #decision = 11
11.99/12.10	c #random_decision = 0
11.99/12.10	c #conflict = 1
11.99/12.10	c #restart = 0
11.99/12.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
11.99/12.10	c lower bound updated to -1048
11.99/12.10	c BCD2: 224 <= obj <= 1232
11.99/12.10	c BCD2: #cores=10, #unrelaxed=1038, #relaxed=234, #hardened=0
11.99/12.10	c BCD2: #sat=1 #unsat=225 bias=225/226
11.99/12.10	c Solving starts ...
11.99/12.10	c ============================[ Search Statistics ]============================
11.99/12.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.99/12.10	c       |         |          |          |    Limit     GC | Var      | Constra 
11.99/12.10	c =============================================================================
11.99/12.10	c  0.0s |       0 |        0 |        0 |    35017      0 |      214 |      223
12.09/12.15	c  0.0s |       0 |       11 |        1 |    35017      0 |      214 |      224
12.09/12.15	c #cpu_time = 0.044s
12.09/12.15	c #wall_clock_time = 0.044s
12.09/12.15	c #decision = 11
12.09/12.15	c #random_decision = 0
12.09/12.15	c #conflict = 1
12.09/12.15	c #restart = 0
12.09/12.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
12.09/12.15	c lower bound updated to -1047
12.09/12.15	c BCD2: 225 <= obj <= 1232
12.09/12.15	c BCD2: #cores=10, #unrelaxed=1037, #relaxed=235, #hardened=0
12.09/12.15	c BCD2: #sat=1 #unsat=226 bias=226/227
12.09/12.15	c Solving starts ...
12.09/12.15	c ============================[ Search Statistics ]============================
12.09/12.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.09/12.15	c       |         |          |          |    Limit     GC | Var      | Constra 
12.09/12.15	c =============================================================================
12.09/12.15	c  0.0s |       0 |        0 |        0 |    35017      0 |      215 |      224
12.09/12.19	c  0.0s |       0 |       11 |        1 |    35017      0 |      215 |      225
12.09/12.19	c #cpu_time = 0.042s
12.09/12.19	c #wall_clock_time = 0.042s
12.09/12.19	c #decision = 11
12.09/12.19	c #random_decision = 0
12.09/12.19	c #conflict = 1
12.09/12.19	c #restart = 0
12.09/12.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
12.09/12.19	c lower bound updated to -1046
12.09/12.20	c BCD2: 226 <= obj <= 1232
12.09/12.20	c BCD2: #cores=10, #unrelaxed=1036, #relaxed=236, #hardened=0
12.09/12.20	c BCD2: #sat=1 #unsat=227 bias=227/228
12.09/12.20	c Solving starts ...
12.09/12.20	c ============================[ Search Statistics ]============================
12.09/12.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.09/12.20	c       |         |          |          |    Limit     GC | Var      | Constra 
12.09/12.20	c =============================================================================
12.09/12.20	c  0.0s |       0 |        0 |        0 |    35017      0 |      216 |      225
12.20/12.24	c  0.0s |       0 |       11 |        1 |    35017      0 |      216 |      226
12.20/12.24	c #cpu_time = 0.043s
12.20/12.24	c #wall_clock_time = 0.044s
12.20/12.24	c #decision = 11
12.20/12.24	c #random_decision = 0
12.20/12.24	c #conflict = 1
12.20/12.24	c #restart = 0
12.20/12.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
12.20/12.24	c lower bound updated to -1045
12.20/12.24	c BCD2: 227 <= obj <= 1232
12.20/12.24	c BCD2: #cores=10, #unrelaxed=1035, #relaxed=237, #hardened=0
12.20/12.24	c BCD2: #sat=1 #unsat=228 bias=228/229
12.20/12.24	c Solving starts ...
12.20/12.24	c ============================[ Search Statistics ]============================
12.20/12.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.20/12.24	c       |         |          |          |    Limit     GC | Var      | Constra 
12.20/12.24	c =============================================================================
12.20/12.24	c  0.0s |       0 |        0 |        0 |    35017      0 |      217 |      226
12.20/12.28	c  0.0s |       0 |       11 |        1 |    35017      0 |      217 |      227
12.20/12.28	c #cpu_time = 0.043s
12.20/12.28	c #wall_clock_time = 0.043s
12.20/12.28	c #decision = 11
12.20/12.28	c #random_decision = 0
12.20/12.28	c #conflict = 1
12.20/12.28	c #restart = 0
12.20/12.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
12.20/12.28	c lower bound updated to -1044
12.20/12.28	c BCD2: 228 <= obj <= 1232
12.20/12.28	c BCD2: #cores=10, #unrelaxed=1034, #relaxed=238, #hardened=0
12.20/12.28	c BCD2: #sat=1 #unsat=229 bias=229/230
12.20/12.28	c Solving starts ...
12.20/12.28	c ============================[ Search Statistics ]============================
12.20/12.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.20/12.28	c       |         |          |          |    Limit     GC | Var      | Constra 
12.20/12.28	c =============================================================================
12.20/12.28	c  0.0s |       0 |        0 |        0 |    35017      0 |      218 |      227
12.28/12.33	c  0.0s |       0 |       11 |        1 |    35017      0 |      218 |      228
12.28/12.33	c #cpu_time = 0.044s
12.28/12.33	c #wall_clock_time = 0.044s
12.28/12.33	c #decision = 11
12.28/12.33	c #random_decision = 0
12.28/12.33	c #conflict = 1
12.28/12.33	c #restart = 0
12.28/12.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
12.28/12.33	c lower bound updated to -1043
12.28/12.33	c BCD2: 229 <= obj <= 1232
12.28/12.33	c BCD2: #cores=10, #unrelaxed=1033, #relaxed=239, #hardened=0
12.28/12.33	c BCD2: #sat=1 #unsat=230 bias=230/231
12.28/12.33	c Solving starts ...
12.28/12.33	c ============================[ Search Statistics ]============================
12.28/12.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.28/12.33	c       |         |          |          |    Limit     GC | Var      | Constra 
12.28/12.33	c =============================================================================
12.28/12.33	c  0.0s |       0 |        0 |        0 |    35017      0 |      219 |      228
12.28/12.37	c  0.0s |       0 |       11 |        1 |    35017      0 |      219 |      229
12.28/12.37	c #cpu_time = 0.044s
12.28/12.37	c #wall_clock_time = 0.044s
12.28/12.37	c #decision = 11
12.28/12.37	c #random_decision = 0
12.28/12.37	c #conflict = 1
12.28/12.37	c #restart = 0
12.28/12.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
12.28/12.37	c lower bound updated to -1042
12.28/12.37	c BCD2: 230 <= obj <= 1232
12.28/12.37	c BCD2: #cores=10, #unrelaxed=1032, #relaxed=240, #hardened=0
12.28/12.37	c BCD2: #sat=1 #unsat=231 bias=231/232
12.28/12.37	c Solving starts ...
12.28/12.37	c ============================[ Search Statistics ]============================
12.28/12.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.28/12.37	c       |         |          |          |    Limit     GC | Var      | Constra 
12.28/12.37	c =============================================================================
12.28/12.37	c  0.0s |       0 |        0 |        0 |    35017      0 |      220 |      229
12.39/12.42	c  0.0s |       0 |       11 |        0 |    35017      0 |      220 |      230
12.39/12.42	c #cpu_time = 0.043s
12.39/12.42	c #wall_clock_time = 0.043s
12.39/12.42	c #decision = 11
12.39/12.42	c #random_decision = 0
12.39/12.42	c #conflict = 0
12.39/12.42	c #restart = 0
12.39/12.42	c BCD2: found a new core of size 2: cost of the new core is >=1
12.39/12.42	c lower bound updated to -1041
12.39/12.43	c BCD2: 231 <= obj <= 1232
12.39/12.43	c BCD2: #cores=11, #unrelaxed=1030, #relaxed=242, #hardened=0
12.39/12.43	c BCD2: #sat=1 #unsat=232 bias=232/233
12.39/12.43	c Solving starts ...
12.39/12.43	c ============================[ Search Statistics ]============================
12.39/12.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.39/12.43	c       |         |          |          |    Limit     GC | Var      | Constra 
12.39/12.43	c =============================================================================
12.39/12.43	c  0.0s |       0 |        0 |        0 |    35017      0 |      220 |      231
12.39/12.47	c  0.0s |       0 |       12 |        1 |    35017      0 |      220 |      231
12.39/12.47	c #cpu_time = 0.042s
12.39/12.47	c #wall_clock_time = 0.042s
12.39/12.47	c #decision = 12
12.39/12.47	c #random_decision = 0
12.39/12.47	c #conflict = 1
12.39/12.47	c #restart = 0
12.39/12.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
12.39/12.47	c lower bound updated to -1040
12.39/12.47	c BCD2: 232 <= obj <= 1232
12.39/12.47	c BCD2: #cores=11, #unrelaxed=1029, #relaxed=243, #hardened=0
12.39/12.47	c BCD2: #sat=1 #unsat=233 bias=233/234
12.39/12.47	c Solving starts ...
12.39/12.47	c ============================[ Search Statistics ]============================
12.39/12.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.39/12.47	c       |         |          |          |    Limit     GC | Var      | Constra 
12.39/12.47	c =============================================================================
12.39/12.47	c  0.0s |       0 |        0 |        0 |    35017      0 |      221 |      231
12.48/12.51	c  0.0s |       0 |       12 |        1 |    35017      0 |      221 |      232
12.48/12.51	c #cpu_time = 0.045s
12.48/12.51	c #wall_clock_time = 0.045s
12.48/12.51	c #decision = 12
12.48/12.51	c #random_decision = 0
12.48/12.51	c #conflict = 1
12.48/12.51	c #restart = 0
12.48/12.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
12.48/12.51	c lower bound updated to -1039
12.48/12.51	c BCD2: 233 <= obj <= 1232
12.48/12.51	c BCD2: #cores=11, #unrelaxed=1028, #relaxed=244, #hardened=0
12.48/12.51	c BCD2: #sat=1 #unsat=234 bias=234/235
12.48/12.51	c Solving starts ...
12.48/12.51	c ============================[ Search Statistics ]============================
12.48/12.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.48/12.51	c       |         |          |          |    Limit     GC | Var      | Constra 
12.48/12.51	c =============================================================================
12.48/12.51	c  0.0s |       0 |        0 |        0 |    35017      0 |      222 |      232
12.48/12.56	c  0.0s |       0 |       12 |        1 |    35017      0 |      222 |      233
12.48/12.56	c #cpu_time = 0.046s
12.48/12.56	c #wall_clock_time = 0.046s
12.48/12.56	c #decision = 12
12.48/12.56	c #random_decision = 0
12.48/12.56	c #conflict = 1
12.48/12.56	c #restart = 0
12.48/12.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
12.48/12.56	c lower bound updated to -1038
12.48/12.57	c BCD2: 234 <= obj <= 1232
12.48/12.57	c BCD2: #cores=11, #unrelaxed=1027, #relaxed=245, #hardened=0
12.48/12.57	c BCD2: #sat=1 #unsat=235 bias=235/236
12.48/12.57	c Solving starts ...
12.48/12.57	c ============================[ Search Statistics ]============================
12.48/12.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.48/12.57	c       |         |          |          |    Limit     GC | Var      | Constra 
12.48/12.57	c =============================================================================
12.48/12.57	c  0.0s |       0 |        0 |        0 |    35017      0 |      223 |      233
12.58/12.61	c  0.0s |       0 |       12 |        1 |    35017      0 |      223 |      234
12.58/12.61	c #cpu_time = 0.044s
12.58/12.61	c #wall_clock_time = 0.044s
12.58/12.61	c #decision = 12
12.58/12.61	c #random_decision = 0
12.58/12.61	c #conflict = 1
12.58/12.61	c #restart = 0
12.58/12.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
12.58/12.61	c lower bound updated to -1037
12.58/12.61	c BCD2: 235 <= obj <= 1232
12.58/12.61	c BCD2: #cores=11, #unrelaxed=1026, #relaxed=246, #hardened=0
12.58/12.61	c BCD2: #sat=1 #unsat=236 bias=236/237
12.58/12.62	c Solving starts ...
12.58/12.62	c ============================[ Search Statistics ]============================
12.58/12.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.58/12.62	c       |         |          |          |    Limit     GC | Var      | Constra 
12.58/12.62	c =============================================================================
12.58/12.62	c  0.0s |       0 |        0 |        0 |    35017      0 |      224 |      234
12.58/12.66	c  0.0s |       0 |       12 |        1 |    35017      0 |      224 |      235
12.58/12.66	c #cpu_time = 0.043s
12.58/12.66	c #wall_clock_time = 0.043s
12.58/12.66	c #decision = 12
12.58/12.66	c #random_decision = 0
12.58/12.66	c #conflict = 1
12.58/12.66	c #restart = 0
12.58/12.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
12.58/12.66	c lower bound updated to -1036
12.58/12.66	c BCD2: 236 <= obj <= 1232
12.58/12.66	c BCD2: #cores=11, #unrelaxed=1025, #relaxed=247, #hardened=0
12.58/12.66	c BCD2: #sat=1 #unsat=237 bias=237/238
12.58/12.66	c Solving starts ...
12.58/12.66	c ============================[ Search Statistics ]============================
12.58/12.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.58/12.66	c       |         |          |          |    Limit     GC | Var      | Constra 
12.58/12.66	c =============================================================================
12.58/12.66	c  0.0s |       0 |        0 |        0 |    35017      0 |      225 |      235
12.69/12.70	c  0.0s |       0 |       12 |        1 |    35017      0 |      225 |      236
12.69/12.70	c #cpu_time = 0.043s
12.69/12.70	c #wall_clock_time = 0.043s
12.69/12.70	c #decision = 12
12.69/12.70	c #random_decision = 0
12.69/12.70	c #conflict = 1
12.69/12.70	c #restart = 0
12.69/12.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
12.69/12.70	c lower bound updated to -1035
12.69/12.70	c BCD2: 237 <= obj <= 1232
12.69/12.70	c BCD2: #cores=11, #unrelaxed=1024, #relaxed=248, #hardened=0
12.69/12.70	c BCD2: #sat=1 #unsat=238 bias=238/239
12.69/12.70	c Solving starts ...
12.69/12.70	c ============================[ Search Statistics ]============================
12.69/12.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.69/12.70	c       |         |          |          |    Limit     GC | Var      | Constra 
12.69/12.70	c =============================================================================
12.69/12.70	c  0.0s |       0 |        0 |        0 |    35017      0 |      226 |      236
12.69/12.75	c  0.0s |       0 |       12 |        1 |    35017      0 |      226 |      237
12.69/12.75	c #cpu_time = 0.044s
12.69/12.75	c #wall_clock_time = 0.044s
12.69/12.75	c #decision = 12
12.69/12.75	c #random_decision = 0
12.69/12.75	c #conflict = 1
12.69/12.75	c #restart = 0
12.69/12.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
12.69/12.75	c lower bound updated to -1034
12.69/12.75	c BCD2: 238 <= obj <= 1232
12.69/12.75	c BCD2: #cores=11, #unrelaxed=1023, #relaxed=249, #hardened=0
12.69/12.75	c BCD2: #sat=1 #unsat=239 bias=239/240
12.69/12.75	c Solving starts ...
12.69/12.75	c ============================[ Search Statistics ]============================
12.69/12.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.69/12.75	c       |         |          |          |    Limit     GC | Var      | Constra 
12.69/12.75	c =============================================================================
12.69/12.75	c  0.0s |       0 |        0 |        0 |    35017      0 |      227 |      237
12.69/12.79	c  0.0s |       0 |       12 |        1 |    35017      0 |      227 |      238
12.69/12.79	c #cpu_time = 0.044s
12.69/12.79	c #wall_clock_time = 0.044s
12.69/12.79	c #decision = 12
12.69/12.79	c #random_decision = 0
12.69/12.79	c #conflict = 1
12.69/12.79	c #restart = 0
12.69/12.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
12.69/12.79	c lower bound updated to -1033
12.69/12.79	c BCD2: 239 <= obj <= 1232
12.69/12.79	c BCD2: #cores=11, #unrelaxed=1022, #relaxed=250, #hardened=0
12.69/12.79	c BCD2: #sat=1 #unsat=240 bias=240/241
12.69/12.79	c Solving starts ...
12.69/12.79	c ============================[ Search Statistics ]============================
12.69/12.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.69/12.79	c       |         |          |          |    Limit     GC | Var      | Constra 
12.69/12.79	c =============================================================================
12.69/12.79	c  0.0s |       0 |        0 |        0 |    35017      0 |      228 |      238
12.78/12.84	c  0.0s |       0 |       12 |        1 |    35017      0 |      228 |      239
12.78/12.84	c #cpu_time = 0.043s
12.78/12.84	c #wall_clock_time = 0.043s
12.78/12.84	c #decision = 12
12.78/12.84	c #random_decision = 0
12.78/12.84	c #conflict = 1
12.78/12.84	c #restart = 0
12.78/12.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
12.78/12.84	c lower bound updated to -1032
12.78/12.84	c BCD2: 240 <= obj <= 1232
12.78/12.84	c BCD2: #cores=11, #unrelaxed=1021, #relaxed=251, #hardened=0
12.78/12.84	c BCD2: #sat=1 #unsat=241 bias=241/242
12.78/12.84	c Solving starts ...
12.78/12.84	c ============================[ Search Statistics ]============================
12.78/12.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.78/12.84	c       |         |          |          |    Limit     GC | Var      | Constra 
12.78/12.84	c =============================================================================
12.78/12.84	c  0.0s |       0 |        0 |        0 |    35017      0 |      229 |      239
12.78/12.88	c  0.0s |       0 |       12 |        1 |    35017      0 |      229 |      240
12.78/12.88	c #cpu_time = 0.043s
12.78/12.88	c #wall_clock_time = 0.043s
12.78/12.88	c #decision = 12
12.78/12.88	c #random_decision = 0
12.78/12.88	c #conflict = 1
12.78/12.88	c #restart = 0
12.78/12.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
12.78/12.88	c lower bound updated to -1031
12.78/12.88	c BCD2: 241 <= obj <= 1232
12.78/12.88	c BCD2: #cores=11, #unrelaxed=1020, #relaxed=252, #hardened=0
12.78/12.88	c BCD2: #sat=1 #unsat=242 bias=242/243
12.78/12.88	c Solving starts ...
12.78/12.88	c ============================[ Search Statistics ]============================
12.78/12.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.78/12.88	c       |         |          |          |    Limit     GC | Var      | Constra 
12.78/12.88	c =============================================================================
12.78/12.88	c  0.0s |       0 |        0 |        0 |    35017      0 |      230 |      240
12.89/12.92	c  0.0s |       0 |       12 |        1 |    35017      0 |      230 |      241
12.89/12.92	c #cpu_time = 0.043s
12.89/12.92	c #wall_clock_time = 0.043s
12.89/12.92	c #decision = 12
12.89/12.92	c #random_decision = 0
12.89/12.92	c #conflict = 1
12.89/12.92	c #restart = 0
12.89/12.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
12.89/12.92	c lower bound updated to -1030
12.89/12.93	c BCD2: 242 <= obj <= 1232
12.89/12.93	c BCD2: #cores=11, #unrelaxed=1019, #relaxed=253, #hardened=0
12.89/12.93	c BCD2: #sat=1 #unsat=243 bias=243/244
12.89/12.93	c Solving starts ...
12.89/12.93	c ============================[ Search Statistics ]============================
12.89/12.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.89/12.93	c       |         |          |          |    Limit     GC | Var      | Constra 
12.89/12.93	c =============================================================================
12.89/12.93	c  0.0s |       0 |        0 |        0 |    35017      0 |      231 |      241
12.89/12.97	c  0.0s |       0 |       12 |        1 |    35017      0 |      231 |      242
12.89/12.97	c #cpu_time = 0.042s
12.89/12.97	c #wall_clock_time = 0.042s
12.89/12.97	c #decision = 12
12.89/12.97	c #random_decision = 0
12.89/12.97	c #conflict = 1
12.89/12.97	c #restart = 0
12.89/12.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
12.89/12.97	c lower bound updated to -1029
12.89/12.97	c BCD2: 243 <= obj <= 1232
12.89/12.97	c BCD2: #cores=11, #unrelaxed=1018, #relaxed=254, #hardened=0
12.89/12.97	c BCD2: #sat=1 #unsat=244 bias=244/245
12.89/12.97	c Solving starts ...
12.89/12.97	c ============================[ Search Statistics ]============================
12.89/12.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.89/12.97	c       |         |          |          |    Limit     GC | Var      | Constra 
12.89/12.97	c =============================================================================
12.89/12.97	c  0.0s |       0 |        0 |        0 |    35017      0 |      232 |      242
12.99/13.02	c  0.0s |       0 |       12 |        1 |    35017      0 |      232 |      243
12.99/13.02	c #cpu_time = 0.043s
12.99/13.02	c #wall_clock_time = 0.043s
12.99/13.02	c #decision = 12
12.99/13.02	c #random_decision = 0
12.99/13.02	c #conflict = 1
12.99/13.02	c #restart = 0
12.99/13.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
12.99/13.02	c lower bound updated to -1028
12.99/13.02	c BCD2: 244 <= obj <= 1232
12.99/13.02	c BCD2: #cores=11, #unrelaxed=1017, #relaxed=255, #hardened=0
12.99/13.02	c BCD2: #sat=1 #unsat=245 bias=245/246
12.99/13.02	c Solving starts ...
12.99/13.02	c ============================[ Search Statistics ]============================
12.99/13.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.99/13.02	c       |         |          |          |    Limit     GC | Var      | Constra 
12.99/13.02	c =============================================================================
12.99/13.02	c  0.0s |       0 |        0 |        0 |    35017      0 |      233 |      243
12.99/13.06	c  0.0s |       0 |       12 |        1 |    35017      0 |      233 |      244
12.99/13.06	c #cpu_time = 0.043s
12.99/13.06	c #wall_clock_time = 0.043s
12.99/13.06	c #decision = 12
12.99/13.06	c #random_decision = 0
12.99/13.06	c #conflict = 1
12.99/13.06	c #restart = 0
12.99/13.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
12.99/13.06	c lower bound updated to -1027
12.99/13.06	c BCD2: 245 <= obj <= 1232
12.99/13.06	c BCD2: #cores=11, #unrelaxed=1016, #relaxed=256, #hardened=0
12.99/13.06	c BCD2: #sat=1 #unsat=246 bias=246/247
12.99/13.06	c Solving starts ...
12.99/13.06	c ============================[ Search Statistics ]============================
12.99/13.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.99/13.06	c       |         |          |          |    Limit     GC | Var      | Constra 
12.99/13.06	c =============================================================================
12.99/13.06	c  0.0s |       0 |        0 |        0 |    35017      0 |      234 |      244
13.08/13.11	c  0.0s |       0 |       12 |        1 |    35017      0 |      234 |      245
13.08/13.11	c #cpu_time = 0.044s
13.08/13.11	c #wall_clock_time = 0.044s
13.08/13.11	c #decision = 12
13.08/13.11	c #random_decision = 0
13.08/13.11	c #conflict = 1
13.08/13.11	c #restart = 0
13.08/13.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
13.08/13.11	c lower bound updated to -1026
13.08/13.11	c BCD2: 246 <= obj <= 1232
13.08/13.11	c BCD2: #cores=11, #unrelaxed=1015, #relaxed=257, #hardened=0
13.08/13.11	c BCD2: #sat=1 #unsat=247 bias=247/248
13.08/13.11	c Solving starts ...
13.08/13.11	c ============================[ Search Statistics ]============================
13.08/13.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.08/13.11	c       |         |          |          |    Limit     GC | Var      | Constra 
13.08/13.11	c =============================================================================
13.08/13.11	c  0.0s |       0 |        0 |        0 |    35017      0 |      235 |      245
13.08/13.15	c  0.0s |       0 |       12 |        1 |    35017      0 |      235 |      246
13.08/13.15	c #cpu_time = 0.044s
13.08/13.15	c #wall_clock_time = 0.045s
13.08/13.15	c #decision = 12
13.08/13.15	c #random_decision = 0
13.08/13.15	c #conflict = 1
13.08/13.15	c #restart = 0
13.08/13.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
13.08/13.15	c lower bound updated to -1025
13.08/13.15	c BCD2: 247 <= obj <= 1232
13.08/13.15	c BCD2: #cores=11, #unrelaxed=1014, #relaxed=258, #hardened=0
13.08/13.15	c BCD2: #sat=1 #unsat=248 bias=248/249
13.08/13.15	c Solving starts ...
13.08/13.15	c ============================[ Search Statistics ]============================
13.08/13.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.08/13.15	c       |         |          |          |    Limit     GC | Var      | Constra 
13.08/13.15	c =============================================================================
13.08/13.15	c  0.0s |       0 |        0 |        0 |    35017      0 |      236 |      246
13.08/13.20	c  0.0s |       0 |       12 |        1 |    35017      0 |      236 |      247
13.08/13.20	c #cpu_time = 0.043s
13.08/13.20	c #wall_clock_time = 0.043s
13.08/13.20	c #decision = 12
13.08/13.20	c #random_decision = 0
13.08/13.20	c #conflict = 1
13.08/13.20	c #restart = 0
13.08/13.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
13.08/13.20	c lower bound updated to -1024
13.08/13.20	c BCD2: 248 <= obj <= 1232
13.08/13.20	c BCD2: #cores=11, #unrelaxed=1013, #relaxed=259, #hardened=0
13.08/13.20	c BCD2: #sat=1 #unsat=249 bias=249/250
13.08/13.20	c Solving starts ...
13.08/13.20	c ============================[ Search Statistics ]============================
13.08/13.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.08/13.20	c       |         |          |          |    Limit     GC | Var      | Constra 
13.08/13.20	c =============================================================================
13.08/13.20	c  0.0s |       0 |        0 |        0 |    35017      0 |      237 |      247
13.19/13.24	c  0.0s |       0 |       12 |        1 |    35017      0 |      237 |      248
13.19/13.24	c #cpu_time = 0.044s
13.19/13.24	c #wall_clock_time = 0.044s
13.19/13.24	c #decision = 12
13.19/13.24	c #random_decision = 0
13.19/13.24	c #conflict = 1
13.19/13.24	c #restart = 0
13.19/13.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
13.19/13.24	c lower bound updated to -1023
13.19/13.24	c BCD2: 249 <= obj <= 1232
13.19/13.24	c BCD2: #cores=11, #unrelaxed=1012, #relaxed=260, #hardened=0
13.19/13.24	c BCD2: #sat=1 #unsat=250 bias=250/251
13.19/13.24	c Solving starts ...
13.19/13.24	c ============================[ Search Statistics ]============================
13.19/13.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.19/13.24	c       |         |          |          |    Limit     GC | Var      | Constra 
13.19/13.24	c =============================================================================
13.19/13.24	c  0.0s |       0 |        0 |        0 |    35017      0 |      238 |      248
13.19/13.29	c  0.0s |       0 |       12 |        1 |    35017      0 |      238 |      249
13.19/13.29	c #cpu_time = 0.043s
13.19/13.29	c #wall_clock_time = 0.043s
13.19/13.29	c #decision = 12
13.19/13.29	c #random_decision = 0
13.19/13.29	c #conflict = 1
13.19/13.29	c #restart = 0
13.19/13.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
13.19/13.29	c lower bound updated to -1022
13.19/13.29	c BCD2: 250 <= obj <= 1232
13.19/13.29	c BCD2: #cores=11, #unrelaxed=1011, #relaxed=261, #hardened=0
13.19/13.29	c BCD2: #sat=1 #unsat=251 bias=251/252
13.19/13.29	c Solving starts ...
13.19/13.29	c ============================[ Search Statistics ]============================
13.19/13.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.19/13.29	c       |         |          |          |    Limit     GC | Var      | Constra 
13.19/13.29	c =============================================================================
13.19/13.29	c  0.0s |       0 |        0 |        0 |    35017      0 |      239 |      249
13.30/13.33	c  0.0s |       0 |       12 |        1 |    35017      0 |      239 |      250
13.30/13.33	c #cpu_time = 0.043s
13.30/13.33	c #wall_clock_time = 0.043s
13.30/13.33	c #decision = 12
13.30/13.33	c #random_decision = 0
13.30/13.33	c #conflict = 1
13.30/13.33	c #restart = 0
13.30/13.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
13.30/13.33	c lower bound updated to -1021
13.30/13.34	c BCD2: 251 <= obj <= 1232
13.30/13.34	c BCD2: #cores=11, #unrelaxed=1010, #relaxed=262, #hardened=0
13.30/13.34	c BCD2: #sat=1 #unsat=252 bias=252/253
13.30/13.34	c Solving starts ...
13.30/13.34	c ============================[ Search Statistics ]============================
13.30/13.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.30/13.34	c       |         |          |          |    Limit     GC | Var      | Constra 
13.30/13.34	c =============================================================================
13.30/13.34	c  0.0s |       0 |        0 |        0 |    35017      0 |      240 |      250
13.30/13.38	c  0.0s |       0 |       12 |        1 |    35017      0 |      240 |      251
13.30/13.38	c #cpu_time = 0.042s
13.30/13.38	c #wall_clock_time = 0.042s
13.30/13.38	c #decision = 12
13.30/13.38	c #random_decision = 0
13.30/13.38	c #conflict = 1
13.30/13.38	c #restart = 0
13.30/13.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
13.30/13.38	c lower bound updated to -1020
13.30/13.38	c BCD2: 252 <= obj <= 1232
13.30/13.38	c BCD2: #cores=11, #unrelaxed=1009, #relaxed=263, #hardened=0
13.30/13.38	c BCD2: #sat=1 #unsat=253 bias=253/254
13.30/13.38	c Solving starts ...
13.30/13.38	c ============================[ Search Statistics ]============================
13.30/13.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.30/13.38	c       |         |          |          |    Limit     GC | Var      | Constra 
13.30/13.38	c =============================================================================
13.30/13.38	c  0.0s |       0 |        0 |        0 |    35017      0 |      241 |      251
13.39/13.42	c  0.0s |       0 |       12 |        1 |    35017      0 |      241 |      252
13.39/13.42	c #cpu_time = 0.043s
13.39/13.42	c #wall_clock_time = 0.043s
13.39/13.42	c #decision = 12
13.39/13.42	c #random_decision = 0
13.39/13.42	c #conflict = 1
13.39/13.42	c #restart = 0
13.39/13.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
13.39/13.42	c lower bound updated to -1019
13.39/13.42	c BCD2: 253 <= obj <= 1232
13.39/13.42	c BCD2: #cores=11, #unrelaxed=1008, #relaxed=264, #hardened=0
13.39/13.42	c BCD2: #sat=1 #unsat=254 bias=254/255
13.39/13.42	c Solving starts ...
13.39/13.42	c ============================[ Search Statistics ]============================
13.39/13.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.39/13.42	c       |         |          |          |    Limit     GC | Var      | Constra 
13.39/13.42	c =============================================================================
13.39/13.42	c  0.0s |       0 |        0 |        0 |    35017      0 |      242 |      252
13.39/13.47	c  0.0s |       0 |       12 |        0 |    35017      0 |      242 |      253
13.39/13.47	c #cpu_time = 0.043s
13.39/13.47	c #wall_clock_time = 0.043s
13.39/13.47	c #decision = 12
13.39/13.47	c #random_decision = 0
13.39/13.47	c #conflict = 0
13.39/13.47	c #restart = 0
13.39/13.47	c BCD2: found a new core of size 2: cost of the new core is >=1
13.39/13.47	c lower bound updated to -1018
13.39/13.48	c BCD2: 254 <= obj <= 1232
13.39/13.48	c BCD2: #cores=12, #unrelaxed=1006, #relaxed=266, #hardened=0
13.39/13.48	c BCD2: #sat=1 #unsat=255 bias=255/256
13.39/13.48	c Solving starts ...
13.39/13.48	c ============================[ Search Statistics ]============================
13.39/13.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.39/13.48	c       |         |          |          |    Limit     GC | Var      | Constra 
13.39/13.48	c =============================================================================
13.39/13.48	c  0.0s |       0 |        0 |        0 |    35017      0 |      242 |      254
13.48/13.52	c  0.0s |       0 |       13 |        1 |    35017      0 |      242 |      254
13.48/13.52	c #cpu_time = 0.043s
13.48/13.52	c #wall_clock_time = 0.043s
13.48/13.52	c #decision = 13
13.48/13.52	c #random_decision = 0
13.48/13.52	c #conflict = 1
13.48/13.52	c #restart = 0
13.48/13.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
13.48/13.52	c lower bound updated to -1017
13.48/13.52	c BCD2: 255 <= obj <= 1232
13.48/13.52	c BCD2: #cores=12, #unrelaxed=1005, #relaxed=267, #hardened=0
13.48/13.52	c BCD2: #sat=1 #unsat=256 bias=256/257
13.48/13.52	c Solving starts ...
13.48/13.52	c ============================[ Search Statistics ]============================
13.48/13.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.48/13.52	c       |         |          |          |    Limit     GC | Var      | Constra 
13.48/13.52	c =============================================================================
13.48/13.52	c  0.0s |       0 |        0 |        0 |    35017      0 |      243 |      254
13.48/13.56	c  0.0s |       0 |       13 |        1 |    35017      0 |      243 |      255
13.48/13.56	c #cpu_time = 0.044s
13.48/13.56	c #wall_clock_time = 0.044s
13.48/13.56	c #decision = 13
13.48/13.56	c #random_decision = 0
13.48/13.56	c #conflict = 1
13.48/13.56	c #restart = 0
13.48/13.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
13.48/13.56	c lower bound updated to -1016
13.48/13.56	c BCD2: 256 <= obj <= 1232
13.48/13.56	c BCD2: #cores=12, #unrelaxed=1004, #relaxed=268, #hardened=0
13.48/13.56	c BCD2: #sat=1 #unsat=257 bias=257/258
13.48/13.56	c Solving starts ...
13.48/13.56	c ============================[ Search Statistics ]============================
13.48/13.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.48/13.56	c       |         |          |          |    Limit     GC | Var      | Constra 
13.48/13.56	c =============================================================================
13.48/13.56	c  0.0s |       0 |        0 |        0 |    35017      0 |      244 |      255
13.59/13.61	c  0.0s |       0 |       13 |        1 |    35017      0 |      244 |      256
13.59/13.61	c #cpu_time = 0.044s
13.59/13.61	c #wall_clock_time = 0.044s
13.59/13.61	c #decision = 13
13.59/13.61	c #random_decision = 0
13.59/13.61	c #conflict = 1
13.59/13.61	c #restart = 0
13.59/13.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
13.59/13.61	c lower bound updated to -1015
13.59/13.61	c BCD2: 257 <= obj <= 1232
13.59/13.61	c BCD2: #cores=12, #unrelaxed=1003, #relaxed=269, #hardened=0
13.59/13.61	c BCD2: #sat=1 #unsat=258 bias=258/259
13.59/13.61	c Solving starts ...
13.59/13.61	c ============================[ Search Statistics ]============================
13.59/13.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.59/13.61	c       |         |          |          |    Limit     GC | Var      | Constra 
13.59/13.61	c =============================================================================
13.59/13.61	c  0.0s |       0 |        0 |        0 |    35017      0 |      245 |      256
13.59/13.66	c  0.0s |       0 |       13 |        1 |    35017      0 |      245 |      257
13.59/13.66	c #cpu_time = 0.046s
13.59/13.66	c #wall_clock_time = 0.046s
13.59/13.66	c #decision = 13
13.59/13.66	c #random_decision = 0
13.59/13.66	c #conflict = 1
13.59/13.66	c #restart = 0
13.59/13.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
13.59/13.66	c lower bound updated to -1014
13.59/13.66	c BCD2: 258 <= obj <= 1232
13.59/13.66	c BCD2: #cores=12, #unrelaxed=1002, #relaxed=270, #hardened=0
13.59/13.66	c BCD2: #sat=1 #unsat=259 bias=259/260
13.59/13.66	c Solving starts ...
13.59/13.66	c ============================[ Search Statistics ]============================
13.59/13.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.59/13.66	c       |         |          |          |    Limit     GC | Var      | Constra 
13.59/13.66	c =============================================================================
13.59/13.66	c  0.0s |       0 |        0 |        0 |    35017      0 |      246 |      257
13.69/13.70	c  0.0s |       0 |       13 |        1 |    35017      0 |      246 |      258
13.69/13.70	c #cpu_time = 0.046s
13.69/13.70	c #wall_clock_time = 0.046s
13.69/13.70	c #decision = 13
13.69/13.70	c #random_decision = 0
13.69/13.70	c #conflict = 1
13.69/13.70	c #restart = 0
13.69/13.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
13.69/13.70	c lower bound updated to -1013
13.69/13.71	c BCD2: 259 <= obj <= 1232
13.69/13.71	c BCD2: #cores=12, #unrelaxed=1001, #relaxed=271, #hardened=0
13.69/13.71	c BCD2: #sat=1 #unsat=260 bias=260/261
13.69/13.71	c Solving starts ...
13.69/13.71	c ============================[ Search Statistics ]============================
13.69/13.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.69/13.71	c       |         |          |          |    Limit     GC | Var      | Constra 
13.69/13.71	c =============================================================================
13.69/13.71	c  0.0s |       0 |        0 |        0 |    35017      0 |      247 |      258
13.69/13.75	c  0.0s |       0 |       13 |        1 |    35017      0 |      247 |      259
13.69/13.75	c #cpu_time = 0.042s
13.69/13.75	c #wall_clock_time = 0.043s
13.69/13.75	c #decision = 13
13.69/13.75	c #random_decision = 0
13.69/13.75	c #conflict = 1
13.69/13.75	c #restart = 0
13.69/13.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
13.69/13.75	c lower bound updated to -1012
13.69/13.75	c BCD2: 260 <= obj <= 1232
13.69/13.75	c BCD2: #cores=12, #unrelaxed=1000, #relaxed=272, #hardened=0
13.69/13.75	c BCD2: #sat=1 #unsat=261 bias=261/262
13.69/13.75	c Solving starts ...
13.69/13.75	c ============================[ Search Statistics ]============================
13.69/13.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.69/13.75	c       |         |          |          |    Limit     GC | Var      | Constra 
13.69/13.75	c =============================================================================
13.69/13.75	c  0.0s |       0 |        0 |        0 |    35017      0 |      248 |      259
13.79/13.80	c  0.0s |       0 |       13 |        1 |    35017      0 |      248 |      260
13.79/13.80	c #cpu_time = 0.043s
13.79/13.80	c #wall_clock_time = 0.043s
13.79/13.80	c #decision = 13
13.79/13.80	c #random_decision = 0
13.79/13.80	c #conflict = 1
13.79/13.80	c #restart = 0
13.79/13.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
13.79/13.80	c lower bound updated to -1011
13.79/13.80	c BCD2: 261 <= obj <= 1232
13.79/13.80	c BCD2: #cores=12, #unrelaxed=999, #relaxed=273, #hardened=0
13.79/13.80	c BCD2: #sat=1 #unsat=262 bias=262/263
13.79/13.80	c Solving starts ...
13.79/13.80	c ============================[ Search Statistics ]============================
13.79/13.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.79/13.80	c       |         |          |          |    Limit     GC | Var      | Constra 
13.79/13.80	c =============================================================================
13.79/13.80	c  0.0s |       0 |        0 |        0 |    35017      0 |      249 |      260
13.79/13.84	c  0.0s |       0 |       13 |        1 |    35017      0 |      249 |      261
13.79/13.84	c #cpu_time = 0.043s
13.79/13.84	c #wall_clock_time = 0.044s
13.79/13.84	c #decision = 13
13.79/13.84	c #random_decision = 0
13.79/13.84	c #conflict = 1
13.79/13.84	c #restart = 0
13.79/13.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
13.79/13.84	c lower bound updated to -1010
13.79/13.84	c BCD2: 262 <= obj <= 1232
13.79/13.84	c BCD2: #cores=12, #unrelaxed=998, #relaxed=274, #hardened=0
13.79/13.84	c BCD2: #sat=1 #unsat=263 bias=263/264
13.79/13.84	c Solving starts ...
13.79/13.84	c ============================[ Search Statistics ]============================
13.79/13.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.79/13.84	c       |         |          |          |    Limit     GC | Var      | Constra 
13.79/13.84	c =============================================================================
13.79/13.84	c  0.0s |       0 |        0 |        0 |    35017      0 |      250 |      261
13.79/13.89	c  0.0s |       0 |       13 |        1 |    35017      0 |      250 |      262
13.79/13.89	c #cpu_time = 0.046s
13.79/13.89	c #wall_clock_time = 0.046s
13.79/13.89	c #decision = 13
13.79/13.89	c #random_decision = 0
13.79/13.89	c #conflict = 1
13.79/13.89	c #restart = 0
13.79/13.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
13.79/13.89	c lower bound updated to -1009
13.79/13.89	c BCD2: 263 <= obj <= 1232
13.79/13.89	c BCD2: #cores=12, #unrelaxed=997, #relaxed=275, #hardened=0
13.79/13.89	c BCD2: #sat=1 #unsat=264 bias=264/265
13.79/13.89	c Solving starts ...
13.79/13.89	c ============================[ Search Statistics ]============================
13.79/13.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.79/13.89	c       |         |          |          |    Limit     GC | Var      | Constra 
13.79/13.89	c =============================================================================
13.79/13.89	c  0.0s |       0 |        0 |        0 |    35017      0 |      251 |      262
13.88/13.94	c  0.0s |       0 |       13 |        1 |    38519      0 |      251 |      263
13.88/13.94	c #cpu_time = 0.047s
13.88/13.94	c #wall_clock_time = 0.047s
13.88/13.94	c #decision = 13
13.88/13.94	c #random_decision = 0
13.88/13.94	c #conflict = 1
13.88/13.94	c #restart = 0
13.88/13.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
13.88/13.94	c lower bound updated to -1008
13.88/13.94	c BCD2: 264 <= obj <= 1232
13.88/13.94	c BCD2: #cores=12, #unrelaxed=996, #relaxed=276, #hardened=0
13.88/13.94	c BCD2: #sat=1 #unsat=265 bias=265/266
13.88/13.94	c Solving starts ...
13.88/13.94	c ============================[ Search Statistics ]============================
13.88/13.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.88/13.94	c       |         |          |          |    Limit     GC | Var      | Constra 
13.88/13.94	c =============================================================================
13.88/13.94	c  0.0s |       0 |        0 |        0 |    38519      0 |      252 |      263
13.88/13.98	c  0.0s |       0 |       13 |        1 |    38519      0 |      252 |      264
13.88/13.98	c #cpu_time = 0.046s
13.88/13.98	c #wall_clock_time = 0.046s
13.88/13.98	c #decision = 13
13.88/13.98	c #random_decision = 0
13.88/13.98	c #conflict = 1
13.88/13.98	c #restart = 0
13.88/13.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
13.88/13.98	c lower bound updated to -1007
13.88/13.98	c BCD2: 265 <= obj <= 1232
13.88/13.98	c BCD2: #cores=12, #unrelaxed=995, #relaxed=277, #hardened=0
13.88/13.98	c BCD2: #sat=1 #unsat=266 bias=266/267
13.88/13.98	c Solving starts ...
13.88/13.98	c ============================[ Search Statistics ]============================
13.88/13.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.88/13.98	c       |         |          |          |    Limit     GC | Var      | Constra 
13.88/13.98	c =============================================================================
13.88/13.98	c  0.0s |       0 |        0 |        0 |    38519      0 |      253 |      264
13.98/14.03	c  0.0s |       0 |       13 |        1 |    38519      0 |      253 |      265
13.98/14.03	c #cpu_time = 0.046s
13.98/14.03	c #wall_clock_time = 0.046s
13.98/14.03	c #decision = 13
13.98/14.03	c #random_decision = 0
13.98/14.03	c #conflict = 1
13.98/14.03	c #restart = 0
13.98/14.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
13.98/14.03	c lower bound updated to -1006
13.98/14.03	c BCD2: 266 <= obj <= 1232
13.98/14.03	c BCD2: #cores=12, #unrelaxed=994, #relaxed=278, #hardened=0
13.98/14.03	c BCD2: #sat=1 #unsat=267 bias=267/268
13.98/14.03	c Solving starts ...
13.98/14.03	c ============================[ Search Statistics ]============================
13.98/14.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.98/14.03	c       |         |          |          |    Limit     GC | Var      | Constra 
13.98/14.03	c =============================================================================
13.98/14.03	c  0.0s |       0 |        0 |        0 |    38519      0 |      254 |      265
13.98/14.08	c  0.0s |       0 |       13 |        1 |    38519      0 |      254 |      266
13.98/14.08	c #cpu_time = 0.046s
13.98/14.08	c #wall_clock_time = 0.047s
13.98/14.08	c #decision = 13
13.98/14.08	c #random_decision = 0
13.98/14.08	c #conflict = 1
13.98/14.08	c #restart = 0
13.98/14.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
13.98/14.08	c lower bound updated to -1005
13.98/14.08	c BCD2: 267 <= obj <= 1232
13.98/14.08	c BCD2: #cores=12, #unrelaxed=993, #relaxed=279, #hardened=0
13.98/14.08	c BCD2: #sat=1 #unsat=268 bias=268/269
13.98/14.08	c Solving starts ...
13.98/14.08	c ============================[ Search Statistics ]============================
13.98/14.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.98/14.08	c       |         |          |          |    Limit     GC | Var      | Constra 
13.98/14.08	c =============================================================================
13.98/14.08	c  0.0s |       0 |        0 |        0 |    38519      0 |      255 |      266
14.09/14.13	c  0.0s |       0 |       13 |        1 |    38519      0 |      255 |      267
14.09/14.13	c #cpu_time = 0.046s
14.09/14.13	c #wall_clock_time = 0.046s
14.09/14.13	c #decision = 13
14.09/14.13	c #random_decision = 0
14.09/14.13	c #conflict = 1
14.09/14.13	c #restart = 0
14.09/14.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
14.09/14.13	c lower bound updated to -1004
14.09/14.13	c BCD2: 268 <= obj <= 1232
14.09/14.13	c BCD2: #cores=12, #unrelaxed=992, #relaxed=280, #hardened=0
14.09/14.13	c BCD2: #sat=1 #unsat=269 bias=269/270
14.09/14.13	c Solving starts ...
14.09/14.13	c ============================[ Search Statistics ]============================
14.09/14.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.09/14.13	c       |         |          |          |    Limit     GC | Var      | Constra 
14.09/14.13	c =============================================================================
14.09/14.13	c  0.0s |       0 |        0 |        0 |    38519      0 |      256 |      267
14.09/14.18	c  0.0s |       0 |       13 |        1 |    38519      0 |      256 |      268
14.09/14.18	c #cpu_time = 0.045s
14.09/14.18	c #wall_clock_time = 0.045s
14.09/14.18	c #decision = 13
14.09/14.18	c #random_decision = 0
14.09/14.18	c #conflict = 1
14.09/14.18	c #restart = 0
14.09/14.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
14.09/14.18	c lower bound updated to -1003
14.09/14.18	c BCD2: 269 <= obj <= 1232
14.09/14.18	c BCD2: #cores=12, #unrelaxed=991, #relaxed=281, #hardened=0
14.09/14.18	c BCD2: #sat=1 #unsat=270 bias=270/271
14.09/14.18	c Solving starts ...
14.09/14.18	c ============================[ Search Statistics ]============================
14.09/14.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.09/14.18	c       |         |          |          |    Limit     GC | Var      | Constra 
14.09/14.18	c =============================================================================
14.09/14.18	c  0.0s |       0 |        0 |        0 |    38519      0 |      257 |      268
14.18/14.22	c  0.0s |       0 |       13 |        1 |    38519      0 |      257 |      269
14.18/14.22	c #cpu_time = 0.044s
14.18/14.22	c #wall_clock_time = 0.045s
14.18/14.22	c #decision = 13
14.18/14.22	c #random_decision = 0
14.18/14.22	c #conflict = 1
14.18/14.22	c #restart = 0
14.18/14.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
14.18/14.22	c lower bound updated to -1002
14.18/14.22	c BCD2: 270 <= obj <= 1232
14.18/14.22	c BCD2: #cores=12, #unrelaxed=990, #relaxed=282, #hardened=0
14.18/14.22	c BCD2: #sat=1 #unsat=271 bias=271/272
14.18/14.22	c Solving starts ...
14.18/14.22	c ============================[ Search Statistics ]============================
14.18/14.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.18/14.22	c       |         |          |          |    Limit     GC | Var      | Constra 
14.18/14.22	c =============================================================================
14.18/14.22	c  0.0s |       0 |        0 |        0 |    38519      0 |      258 |      269
14.18/14.27	c  0.0s |       0 |       13 |        1 |    38519      0 |      258 |      270
14.18/14.27	c #cpu_time = 0.043s
14.18/14.27	c #wall_clock_time = 0.044s
14.18/14.27	c #decision = 13
14.18/14.27	c #random_decision = 0
14.18/14.27	c #conflict = 1
14.18/14.27	c #restart = 0
14.18/14.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
14.18/14.27	c lower bound updated to -1001
14.18/14.27	c BCD2: 271 <= obj <= 1232
14.18/14.27	c BCD2: #cores=12, #unrelaxed=989, #relaxed=283, #hardened=0
14.18/14.27	c BCD2: #sat=1 #unsat=272 bias=272/273
14.18/14.27	c Solving starts ...
14.18/14.27	c ============================[ Search Statistics ]============================
14.18/14.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.18/14.27	c       |         |          |          |    Limit     GC | Var      | Constra 
14.18/14.27	c =============================================================================
14.18/14.27	c  0.0s |       0 |        0 |        0 |    38519      0 |      259 |      270
14.29/14.31	c  0.0s |       0 |       13 |        1 |    38519      0 |      259 |      271
14.29/14.31	c #cpu_time = 0.044s
14.29/14.31	c #wall_clock_time = 0.044s
14.29/14.31	c #decision = 13
14.29/14.31	c #random_decision = 0
14.29/14.31	c #conflict = 1
14.29/14.31	c #restart = 0
14.29/14.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
14.29/14.31	c lower bound updated to -1000
14.29/14.31	c BCD2: 272 <= obj <= 1232
14.29/14.31	c BCD2: #cores=12, #unrelaxed=988, #relaxed=284, #hardened=0
14.29/14.31	c BCD2: #sat=1 #unsat=273 bias=273/274
14.29/14.31	c Solving starts ...
14.29/14.31	c ============================[ Search Statistics ]============================
14.29/14.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.29/14.31	c       |         |          |          |    Limit     GC | Var      | Constra 
14.29/14.31	c =============================================================================
14.29/14.31	c  0.0s |       0 |        0 |        0 |    38519      0 |      260 |      271
14.29/14.36	c  0.0s |       0 |       13 |        1 |    38519      0 |      260 |      272
14.29/14.36	c #cpu_time = 0.044s
14.29/14.36	c #wall_clock_time = 0.044s
14.29/14.36	c #decision = 13
14.29/14.36	c #random_decision = 0
14.29/14.36	c #conflict = 1
14.29/14.36	c #restart = 0
14.29/14.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
14.29/14.36	c lower bound updated to -999
14.29/14.36	c BCD2: 273 <= obj <= 1232
14.29/14.36	c BCD2: #cores=12, #unrelaxed=987, #relaxed=285, #hardened=0
14.29/14.36	c BCD2: #sat=1 #unsat=274 bias=274/275
14.29/14.36	c Solving starts ...
14.29/14.36	c ============================[ Search Statistics ]============================
14.29/14.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.29/14.36	c       |         |          |          |    Limit     GC | Var      | Constra 
14.29/14.36	c =============================================================================
14.29/14.36	c  0.0s |       0 |        0 |        0 |    38519      0 |      261 |      272
14.29/14.40	c  0.0s |       0 |       13 |        1 |    38519      0 |      261 |      273
14.29/14.40	c #cpu_time = 0.043s
14.29/14.40	c #wall_clock_time = 0.043s
14.29/14.40	c #decision = 13
14.29/14.40	c #random_decision = 0
14.29/14.40	c #conflict = 1
14.29/14.40	c #restart = 0
14.29/14.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
14.29/14.40	c lower bound updated to -998
14.39/14.40	c BCD2: 274 <= obj <= 1232
14.39/14.40	c BCD2: #cores=12, #unrelaxed=986, #relaxed=286, #hardened=0
14.39/14.40	c BCD2: #sat=1 #unsat=275 bias=275/276
14.39/14.40	c Solving starts ...
14.39/14.40	c ============================[ Search Statistics ]============================
14.39/14.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.39/14.40	c       |         |          |          |    Limit     GC | Var      | Constra 
14.39/14.40	c =============================================================================
14.39/14.40	c  0.0s |       0 |        0 |        0 |    38519      0 |      262 |      273
14.39/14.45	c  0.0s |       0 |       13 |        1 |    38519      0 |      262 |      274
14.39/14.45	c #cpu_time = 0.043s
14.39/14.45	c #wall_clock_time = 0.044s
14.39/14.45	c #decision = 13
14.39/14.45	c #random_decision = 0
14.39/14.45	c #conflict = 1
14.39/14.45	c #restart = 0
14.39/14.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
14.39/14.45	c lower bound updated to -997
14.39/14.45	c BCD2: 275 <= obj <= 1232
14.39/14.45	c BCD2: #cores=12, #unrelaxed=985, #relaxed=287, #hardened=0
14.39/14.45	c BCD2: #sat=1 #unsat=276 bias=276/277
14.39/14.45	c Solving starts ...
14.39/14.45	c ============================[ Search Statistics ]============================
14.39/14.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.39/14.45	c       |         |          |          |    Limit     GC | Var      | Constra 
14.39/14.45	c =============================================================================
14.39/14.45	c  0.0s |       0 |        0 |        0 |    38519      0 |      263 |      274
14.39/14.49	c  0.0s |       0 |       13 |        1 |    38519      0 |      263 |      275
14.39/14.49	c #cpu_time = 0.044s
14.39/14.49	c #wall_clock_time = 0.044s
14.39/14.49	c #decision = 13
14.39/14.49	c #random_decision = 0
14.39/14.49	c #conflict = 1
14.39/14.49	c #restart = 0
14.39/14.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
14.39/14.49	c lower bound updated to -996
14.39/14.49	c BCD2: 276 <= obj <= 1232
14.39/14.49	c BCD2: #cores=12, #unrelaxed=984, #relaxed=288, #hardened=0
14.39/14.49	c BCD2: #sat=1 #unsat=277 bias=277/278
14.39/14.49	c Solving starts ...
14.39/14.49	c ============================[ Search Statistics ]============================
14.39/14.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.39/14.49	c       |         |          |          |    Limit     GC | Var      | Constra 
14.39/14.49	c =============================================================================
14.49/14.50	c  0.0s |       0 |        0 |        0 |    38519      0 |      264 |      275
14.49/14.54	c  0.0s |       0 |       13 |        0 |    38519      0 |      264 |      276
14.49/14.54	c #cpu_time = 0.042s
14.49/14.54	c #wall_clock_time = 0.042s
14.49/14.54	c #decision = 13
14.49/14.54	c #random_decision = 0
14.49/14.54	c #conflict = 0
14.49/14.54	c #restart = 0
14.49/14.54	c BCD2: found a new core of size 2: cost of the new core is >=1
14.49/14.54	c lower bound updated to -995
14.49/14.55	c BCD2: 277 <= obj <= 1232
14.49/14.55	c BCD2: #cores=13, #unrelaxed=982, #relaxed=290, #hardened=0
14.49/14.55	c BCD2: #sat=1 #unsat=278 bias=278/279
14.49/14.55	c Solving starts ...
14.49/14.55	c ============================[ Search Statistics ]============================
14.49/14.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.49/14.55	c       |         |          |          |    Limit     GC | Var      | Constra 
14.49/14.55	c =============================================================================
14.49/14.55	c  0.0s |       0 |        0 |        0 |    38519      0 |      264 |      277
14.49/14.59	c  0.0s |       0 |       14 |        1 |    38519      0 |      264 |      277
14.49/14.59	c #cpu_time = 0.042s
14.49/14.59	c #wall_clock_time = 0.042s
14.49/14.59	c #decision = 14
14.49/14.59	c #random_decision = 0
14.49/14.59	c #conflict = 1
14.49/14.59	c #restart = 0
14.49/14.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
14.49/14.59	c lower bound updated to -994
14.49/14.59	c BCD2: 278 <= obj <= 1232
14.49/14.59	c BCD2: #cores=13, #unrelaxed=981, #relaxed=291, #hardened=0
14.49/14.59	c BCD2: #sat=1 #unsat=279 bias=279/280
14.49/14.59	c Solving starts ...
14.49/14.59	c ============================[ Search Statistics ]============================
14.49/14.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.49/14.59	c       |         |          |          |    Limit     GC | Var      | Constra 
14.49/14.59	c =============================================================================
14.49/14.59	c  0.0s |       0 |        0 |        0 |    38519      0 |      265 |      277
14.59/14.64	c  0.0s |       0 |       14 |        1 |    38519      0 |      265 |      278
14.59/14.64	c #cpu_time = 0.043s
14.59/14.64	c #wall_clock_time = 0.044s
14.59/14.64	c #decision = 14
14.59/14.64	c #random_decision = 0
14.59/14.64	c #conflict = 1
14.59/14.64	c #restart = 0
14.59/14.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
14.59/14.64	c lower bound updated to -993
14.59/14.64	c BCD2: 279 <= obj <= 1232
14.59/14.64	c BCD2: #cores=13, #unrelaxed=980, #relaxed=292, #hardened=0
14.59/14.64	c BCD2: #sat=1 #unsat=280 bias=280/281
14.59/14.64	c Solving starts ...
14.59/14.64	c ============================[ Search Statistics ]============================
14.59/14.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.59/14.64	c       |         |          |          |    Limit     GC | Var      | Constra 
14.59/14.64	c =============================================================================
14.59/14.64	c  0.0s |       0 |        0 |        0 |    38519      0 |      266 |      278
14.59/14.68	c  0.0s |       0 |       14 |        1 |    38519      0 |      266 |      279
14.59/14.68	c #cpu_time = 0.044s
14.59/14.68	c #wall_clock_time = 0.044s
14.59/14.68	c #decision = 14
14.59/14.68	c #random_decision = 0
14.59/14.68	c #conflict = 1
14.59/14.68	c #restart = 0
14.59/14.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
14.59/14.68	c lower bound updated to -992
14.59/14.68	c BCD2: 280 <= obj <= 1232
14.59/14.68	c BCD2: #cores=13, #unrelaxed=979, #relaxed=293, #hardened=0
14.59/14.68	c BCD2: #sat=1 #unsat=281 bias=281/282
14.59/14.68	c Solving starts ...
14.59/14.68	c ============================[ Search Statistics ]============================
14.59/14.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.59/14.68	c       |         |          |          |    Limit     GC | Var      | Constra 
14.59/14.68	c =============================================================================
14.59/14.68	c  0.0s |       0 |        0 |        0 |    38519      0 |      267 |      279
14.68/14.73	c  0.0s |       0 |       14 |        1 |    38519      0 |      267 |      280
14.68/14.73	c #cpu_time = 0.044s
14.68/14.73	c #wall_clock_time = 0.044s
14.68/14.73	c #decision = 14
14.68/14.73	c #random_decision = 0
14.68/14.73	c #conflict = 1
14.68/14.73	c #restart = 0
14.68/14.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
14.68/14.73	c lower bound updated to -991
14.68/14.73	c BCD2: 281 <= obj <= 1232
14.68/14.73	c BCD2: #cores=13, #unrelaxed=978, #relaxed=294, #hardened=0
14.68/14.73	c BCD2: #sat=1 #unsat=282 bias=282/283
14.68/14.73	c Solving starts ...
14.68/14.73	c ============================[ Search Statistics ]============================
14.68/14.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.68/14.73	c       |         |          |          |    Limit     GC | Var      | Constra 
14.68/14.73	c =============================================================================
14.68/14.73	c  0.0s |       0 |        0 |        0 |    38519      0 |      268 |      280
14.68/14.77	c  0.0s |       0 |       14 |        1 |    38519      0 |      268 |      281
14.68/14.77	c #cpu_time = 0.043s
14.68/14.77	c #wall_clock_time = 0.044s
14.68/14.77	c #decision = 14
14.68/14.77	c #random_decision = 0
14.68/14.77	c #conflict = 1
14.68/14.77	c #restart = 0
14.68/14.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
14.68/14.77	c lower bound updated to -990
14.68/14.77	c BCD2: 282 <= obj <= 1232
14.68/14.77	c BCD2: #cores=13, #unrelaxed=977, #relaxed=295, #hardened=0
14.68/14.77	c BCD2: #sat=1 #unsat=283 bias=283/284
14.68/14.77	c Solving starts ...
14.68/14.77	c ============================[ Search Statistics ]============================
14.68/14.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.68/14.77	c       |         |          |          |    Limit     GC | Var      | Constra 
14.68/14.77	c =============================================================================
14.68/14.77	c  0.0s |       0 |        0 |        0 |    38519      0 |      269 |      281
14.78/14.81	c  0.0s |       0 |       14 |        1 |    38519      0 |      269 |      282
14.78/14.81	c #cpu_time = 0.043s
14.78/14.81	c #wall_clock_time = 0.043s
14.78/14.81	c #decision = 14
14.78/14.81	c #random_decision = 0
14.78/14.81	c #conflict = 1
14.78/14.81	c #restart = 0
14.78/14.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
14.78/14.81	c lower bound updated to -989
14.78/14.82	c BCD2: 283 <= obj <= 1232
14.78/14.82	c BCD2: #cores=13, #unrelaxed=976, #relaxed=296, #hardened=0
14.78/14.82	c BCD2: #sat=1 #unsat=284 bias=284/285
14.78/14.82	c Solving starts ...
14.78/14.82	c ============================[ Search Statistics ]============================
14.78/14.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.78/14.82	c       |         |          |          |    Limit     GC | Var      | Constra 
14.78/14.82	c =============================================================================
14.78/14.82	c  0.0s |       0 |        0 |        0 |    38519      0 |      270 |      282
14.78/14.86	c  0.0s |       0 |       14 |        1 |    38519      0 |      270 |      283
14.78/14.86	c #cpu_time = 0.043s
14.78/14.86	c #wall_clock_time = 0.044s
14.78/14.86	c #decision = 14
14.78/14.86	c #random_decision = 0
14.78/14.86	c #conflict = 1
14.78/14.86	c #restart = 0
14.78/14.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
14.78/14.86	c lower bound updated to -988
14.78/14.86	c BCD2: 284 <= obj <= 1232
14.78/14.86	c BCD2: #cores=13, #unrelaxed=975, #relaxed=297, #hardened=0
14.78/14.86	c BCD2: #sat=1 #unsat=285 bias=285/286
14.78/14.86	c Solving starts ...
14.78/14.86	c ============================[ Search Statistics ]============================
14.78/14.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.78/14.86	c       |         |          |          |    Limit     GC | Var      | Constra 
14.78/14.86	c =============================================================================
14.78/14.86	c  0.0s |       0 |        0 |        0 |    38519      0 |      271 |      283
14.88/14.90	c  0.0s |       0 |       14 |        1 |    38519      0 |      271 |      284
14.88/14.90	c #cpu_time = 0.043s
14.88/14.90	c #wall_clock_time = 0.043s
14.88/14.90	c #decision = 14
14.88/14.90	c #random_decision = 0
14.88/14.90	c #conflict = 1
14.88/14.90	c #restart = 0
14.88/14.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
14.88/14.90	c lower bound updated to -987
14.88/14.91	c BCD2: 285 <= obj <= 1232
14.88/14.91	c BCD2: #cores=13, #unrelaxed=974, #relaxed=298, #hardened=0
14.88/14.91	c BCD2: #sat=1 #unsat=286 bias=286/287
14.88/14.91	c Solving starts ...
14.88/14.91	c ============================[ Search Statistics ]============================
14.88/14.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.88/14.91	c       |         |          |          |    Limit     GC | Var      | Constra 
14.88/14.91	c =============================================================================
14.88/14.91	c  0.0s |       0 |        0 |        0 |    38519      0 |      272 |      284
14.88/14.95	c  0.0s |       0 |       14 |        1 |    38519      0 |      272 |      285
14.88/14.95	c #cpu_time = 0.042s
14.88/14.95	c #wall_clock_time = 0.043s
14.88/14.95	c #decision = 14
14.88/14.95	c #random_decision = 0
14.88/14.95	c #conflict = 1
14.88/14.95	c #restart = 0
14.88/14.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
14.88/14.95	c lower bound updated to -986
14.88/14.95	c BCD2: 286 <= obj <= 1232
14.88/14.95	c BCD2: #cores=13, #unrelaxed=973, #relaxed=299, #hardened=0
14.88/14.95	c BCD2: #sat=1 #unsat=287 bias=287/288
14.88/14.95	c Solving starts ...
14.88/14.95	c ============================[ Search Statistics ]============================
14.88/14.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.88/14.95	c       |         |          |          |    Limit     GC | Var      | Constra 
14.88/14.95	c =============================================================================
14.88/14.95	c  0.0s |       0 |        0 |        0 |    38519      0 |      273 |      285
14.99/15.00	c  0.0s |       0 |       14 |        1 |    38519      0 |      273 |      286
14.99/15.00	c #cpu_time = 0.044s
14.99/15.00	c #wall_clock_time = 0.044s
14.99/15.00	c #decision = 14
14.99/15.00	c #random_decision = 0
14.99/15.00	c #conflict = 1
14.99/15.00	c #restart = 0
14.99/15.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
14.99/15.00	c lower bound updated to -985
14.99/15.00	c BCD2: 287 <= obj <= 1232
14.99/15.00	c BCD2: #cores=13, #unrelaxed=972, #relaxed=300, #hardened=0
14.99/15.00	c BCD2: #sat=1 #unsat=288 bias=288/289
14.99/15.00	c Solving starts ...
14.99/15.00	c ============================[ Search Statistics ]============================
14.99/15.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.99/15.00	c       |         |          |          |    Limit     GC | Var      | Constra 
14.99/15.00	c =============================================================================
14.99/15.00	c  0.0s |       0 |        0 |        0 |    38519      0 |      274 |      286
14.99/15.04	c  0.0s |       0 |       14 |        1 |    38519      0 |      274 |      287
14.99/15.04	c #cpu_time = 0.044s
14.99/15.04	c #wall_clock_time = 0.044s
14.99/15.04	c #decision = 14
14.99/15.04	c #random_decision = 0
14.99/15.04	c #conflict = 1
14.99/15.04	c #restart = 0
14.99/15.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
14.99/15.04	c lower bound updated to -984
14.99/15.04	c BCD2: 288 <= obj <= 1232
14.99/15.04	c BCD2: #cores=13, #unrelaxed=971, #relaxed=301, #hardened=0
14.99/15.04	c BCD2: #sat=1 #unsat=289 bias=289/290
14.99/15.04	c Solving starts ...
14.99/15.04	c ============================[ Search Statistics ]============================
14.99/15.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.99/15.04	c       |         |          |          |    Limit     GC | Var      | Constra 
14.99/15.04	c =============================================================================
14.99/15.04	c  0.0s |       0 |        0 |        0 |    38519      0 |      275 |      287
14.99/15.09	c  0.0s |       0 |       14 |        1 |    38519      0 |      275 |      288
14.99/15.09	c #cpu_time = 0.044s
14.99/15.09	c #wall_clock_time = 0.044s
14.99/15.09	c #decision = 14
14.99/15.09	c #random_decision = 0
14.99/15.09	c #conflict = 1
14.99/15.09	c #restart = 0
14.99/15.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
14.99/15.09	c lower bound updated to -983
14.99/15.09	c BCD2: 289 <= obj <= 1232
14.99/15.09	c BCD2: #cores=13, #unrelaxed=970, #relaxed=302, #hardened=0
14.99/15.09	c BCD2: #sat=1 #unsat=290 bias=290/291
14.99/15.09	c Solving starts ...
14.99/15.09	c ============================[ Search Statistics ]============================
14.99/15.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.99/15.09	c       |         |          |          |    Limit     GC | Var      | Constra 
14.99/15.09	c =============================================================================
14.99/15.09	c  0.0s |       0 |        0 |        0 |    38519      0 |      276 |      288
15.08/15.13	c  0.0s |       0 |       14 |        1 |    38519      0 |      276 |      289
15.08/15.13	c #cpu_time = 0.044s
15.08/15.13	c #wall_clock_time = 0.044s
15.08/15.13	c #decision = 14
15.08/15.13	c #random_decision = 0
15.08/15.13	c #conflict = 1
15.08/15.13	c #restart = 0
15.08/15.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
15.08/15.13	c lower bound updated to -982
15.08/15.13	c BCD2: 290 <= obj <= 1232
15.08/15.13	c BCD2: #cores=13, #unrelaxed=969, #relaxed=303, #hardened=0
15.08/15.13	c BCD2: #sat=1 #unsat=291 bias=291/292
15.08/15.13	c Solving starts ...
15.08/15.13	c ============================[ Search Statistics ]============================
15.08/15.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.08/15.13	c       |         |          |          |    Limit     GC | Var      | Constra 
15.08/15.13	c =============================================================================
15.08/15.13	c  0.0s |       0 |        0 |        0 |    38519      0 |      277 |      289
15.08/15.18	c  0.0s |       0 |       14 |        1 |    38519      0 |      277 |      290
15.08/15.18	c #cpu_time = 0.043s
15.08/15.18	c #wall_clock_time = 0.044s
15.08/15.18	c #decision = 14
15.08/15.18	c #random_decision = 0
15.08/15.18	c #conflict = 1
15.08/15.18	c #restart = 0
15.08/15.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
15.08/15.18	c lower bound updated to -981
15.08/15.18	c BCD2: 291 <= obj <= 1232
15.08/15.18	c BCD2: #cores=13, #unrelaxed=968, #relaxed=304, #hardened=0
15.08/15.18	c BCD2: #sat=1 #unsat=292 bias=292/293
15.08/15.18	c Solving starts ...
15.08/15.18	c ============================[ Search Statistics ]============================
15.08/15.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.08/15.18	c       |         |          |          |    Limit     GC | Var      | Constra 
15.08/15.18	c =============================================================================
15.08/15.18	c  0.0s |       0 |        0 |        0 |    38519      0 |      278 |      290
15.19/15.22	c  0.0s |       0 |       14 |        1 |    38519      0 |      278 |      291
15.19/15.22	c #cpu_time = 0.046s
15.19/15.22	c #wall_clock_time = 0.046s
15.19/15.22	c #decision = 14
15.19/15.22	c #random_decision = 0
15.19/15.22	c #conflict = 1
15.19/15.22	c #restart = 0
15.19/15.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
15.19/15.22	c lower bound updated to -980
15.19/15.22	c BCD2: 292 <= obj <= 1232
15.19/15.22	c BCD2: #cores=13, #unrelaxed=967, #relaxed=305, #hardened=0
15.19/15.22	c BCD2: #sat=1 #unsat=293 bias=293/294
15.19/15.22	c Solving starts ...
15.19/15.22	c ============================[ Search Statistics ]============================
15.19/15.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.19/15.22	c       |         |          |          |    Limit     GC | Var      | Constra 
15.19/15.22	c =============================================================================
15.19/15.22	c  0.0s |       0 |        0 |        0 |    38519      0 |      279 |      291
15.19/15.27	c  0.0s |       0 |       14 |        1 |    38519      0 |      279 |      292
15.19/15.27	c #cpu_time = 0.046s
15.19/15.27	c #wall_clock_time = 0.047s
15.19/15.27	c #decision = 14
15.19/15.27	c #random_decision = 0
15.19/15.27	c #conflict = 1
15.19/15.27	c #restart = 0
15.19/15.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
15.19/15.27	c lower bound updated to -979
15.19/15.27	c BCD2: 293 <= obj <= 1232
15.19/15.27	c BCD2: #cores=13, #unrelaxed=966, #relaxed=306, #hardened=0
15.19/15.27	c BCD2: #sat=1 #unsat=294 bias=294/295
15.19/15.27	c Solving starts ...
15.19/15.27	c ============================[ Search Statistics ]============================
15.19/15.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.19/15.27	c       |         |          |          |    Limit     GC | Var      | Constra 
15.19/15.27	c =============================================================================
15.19/15.27	c  0.0s |       0 |        0 |        0 |    38519      0 |      280 |      292
15.28/15.32	c  0.0s |       0 |       14 |        1 |    38519      0 |      280 |      293
15.28/15.32	c #cpu_time = 0.045s
15.28/15.32	c #wall_clock_time = 0.045s
15.28/15.32	c #decision = 14
15.28/15.32	c #random_decision = 0
15.28/15.32	c #conflict = 1
15.28/15.32	c #restart = 0
15.28/15.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
15.28/15.32	c lower bound updated to -978
15.28/15.32	c BCD2: 294 <= obj <= 1232
15.28/15.32	c BCD2: #cores=13, #unrelaxed=965, #relaxed=307, #hardened=0
15.28/15.32	c BCD2: #sat=1 #unsat=295 bias=295/296
15.28/15.32	c Solving starts ...
15.28/15.32	c ============================[ Search Statistics ]============================
15.28/15.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.28/15.32	c       |         |          |          |    Limit     GC | Var      | Constra 
15.28/15.32	c =============================================================================
15.28/15.32	c  0.0s |       0 |        0 |        0 |    38519      0 |      281 |      293
15.28/15.37	c  0.0s |       0 |       14 |        1 |    38519      0 |      281 |      294
15.28/15.37	c #cpu_time = 0.042s
15.28/15.37	c #wall_clock_time = 0.042s
15.28/15.37	c #decision = 14
15.28/15.37	c #random_decision = 0
15.28/15.37	c #conflict = 1
15.28/15.37	c #restart = 0
15.28/15.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
15.28/15.37	c lower bound updated to -977
15.28/15.37	c BCD2: 295 <= obj <= 1232
15.28/15.37	c BCD2: #cores=13, #unrelaxed=964, #relaxed=308, #hardened=0
15.28/15.37	c BCD2: #sat=1 #unsat=296 bias=296/297
15.28/15.37	c Solving starts ...
15.28/15.37	c ============================[ Search Statistics ]============================
15.28/15.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.28/15.37	c       |         |          |          |    Limit     GC | Var      | Constra 
15.28/15.37	c =============================================================================
15.28/15.37	c  0.0s |       0 |        0 |        0 |    38519      0 |      282 |      294
15.39/15.41	c  0.0s |       0 |       14 |        1 |    38519      0 |      282 |      295
15.39/15.41	c #cpu_time = 0.043s
15.39/15.41	c #wall_clock_time = 0.044s
15.39/15.41	c #decision = 14
15.39/15.41	c #random_decision = 0
15.39/15.41	c #conflict = 1
15.39/15.41	c #restart = 0
15.39/15.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
15.39/15.41	c lower bound updated to -976
15.39/15.41	c BCD2: 296 <= obj <= 1232
15.39/15.41	c BCD2: #cores=13, #unrelaxed=963, #relaxed=309, #hardened=0
15.39/15.41	c BCD2: #sat=1 #unsat=297 bias=297/298
15.39/15.41	c Solving starts ...
15.39/15.41	c ============================[ Search Statistics ]============================
15.39/15.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.39/15.41	c       |         |          |          |    Limit     GC | Var      | Constra 
15.39/15.41	c =============================================================================
15.39/15.41	c  0.0s |       0 |        0 |        0 |    38519      0 |      283 |      295
15.39/15.46	c  0.0s |       0 |       14 |        1 |    38519      0 |      283 |      296
15.39/15.46	c #cpu_time = 0.043s
15.39/15.46	c #wall_clock_time = 0.043s
15.39/15.46	c #decision = 14
15.39/15.46	c #random_decision = 0
15.39/15.46	c #conflict = 1
15.39/15.46	c #restart = 0
15.39/15.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
15.39/15.46	c lower bound updated to -975
15.39/15.46	c BCD2: 297 <= obj <= 1232
15.39/15.46	c BCD2: #cores=13, #unrelaxed=962, #relaxed=310, #hardened=0
15.39/15.46	c BCD2: #sat=1 #unsat=298 bias=298/299
15.39/15.46	c Solving starts ...
15.39/15.46	c ============================[ Search Statistics ]============================
15.39/15.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.39/15.46	c       |         |          |          |    Limit     GC | Var      | Constra 
15.39/15.46	c =============================================================================
15.39/15.46	c  0.0s |       0 |        0 |        0 |    38519      0 |      284 |      296
15.39/15.50	c  0.0s |       0 |       14 |        1 |    38519      0 |      284 |      297
15.39/15.50	c #cpu_time = 0.044s
15.39/15.50	c #wall_clock_time = 0.044s
15.39/15.50	c #decision = 14
15.39/15.50	c #random_decision = 0
15.39/15.50	c #conflict = 1
15.39/15.50	c #restart = 0
15.39/15.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
15.39/15.50	c lower bound updated to -974
15.39/15.50	c BCD2: 298 <= obj <= 1232
15.39/15.50	c BCD2: #cores=13, #unrelaxed=961, #relaxed=311, #hardened=0
15.39/15.50	c BCD2: #sat=1 #unsat=299 bias=299/300
15.39/15.50	c Solving starts ...
15.39/15.50	c ============================[ Search Statistics ]============================
15.39/15.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.39/15.50	c       |         |          |          |    Limit     GC | Var      | Constra 
15.39/15.50	c =============================================================================
15.39/15.50	c  0.0s |       0 |        0 |        0 |    38519      0 |      285 |      297
15.49/15.55	c  0.0s |       0 |       14 |        1 |    38519      0 |      285 |      298
15.49/15.55	c #cpu_time = 0.044s
15.49/15.55	c #wall_clock_time = 0.044s
15.49/15.55	c #decision = 14
15.49/15.55	c #random_decision = 0
15.49/15.55	c #conflict = 1
15.49/15.55	c #restart = 0
15.49/15.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
15.49/15.55	c lower bound updated to -973
15.49/15.55	c BCD2: 299 <= obj <= 1232
15.49/15.55	c BCD2: #cores=13, #unrelaxed=960, #relaxed=312, #hardened=0
15.49/15.55	c BCD2: #sat=1 #unsat=300 bias=300/301
15.49/15.55	c Solving starts ...
15.49/15.55	c ============================[ Search Statistics ]============================
15.49/15.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.49/15.55	c       |         |          |          |    Limit     GC | Var      | Constra 
15.49/15.55	c =============================================================================
15.49/15.55	c  0.0s |       0 |        0 |        0 |    38519      0 |      286 |      298
15.49/15.59	c  0.0s |       0 |       14 |        0 |    38519      0 |      286 |      299
15.49/15.59	c #cpu_time = 0.044s
15.49/15.59	c #wall_clock_time = 0.044s
15.49/15.59	c #decision = 14
15.49/15.59	c #random_decision = 0
15.49/15.59	c #conflict = 0
15.49/15.59	c #restart = 0
15.49/15.59	c BCD2: found a new core of size 2: cost of the new core is >=1
15.49/15.59	c lower bound updated to -972
15.59/15.60	c BCD2: 300 <= obj <= 1232
15.59/15.60	c BCD2: #cores=14, #unrelaxed=958, #relaxed=314, #hardened=0
15.59/15.60	c BCD2: #sat=1 #unsat=301 bias=301/302
15.59/15.60	c Solving starts ...
15.59/15.60	c ============================[ Search Statistics ]============================
15.59/15.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.59/15.60	c       |         |          |          |    Limit     GC | Var      | Constra 
15.59/15.60	c =============================================================================
15.59/15.60	c  0.0s |       0 |        0 |        0 |    38519      0 |      286 |      300
15.59/15.64	c  0.0s |       0 |       15 |        1 |    38519      0 |      286 |      300
15.59/15.64	c #cpu_time = 0.042s
15.59/15.64	c #wall_clock_time = 0.042s
15.59/15.64	c #decision = 15
15.59/15.64	c #random_decision = 0
15.59/15.64	c #conflict = 1
15.59/15.64	c #restart = 0
15.59/15.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
15.59/15.64	c lower bound updated to -971
15.59/15.64	c BCD2: 301 <= obj <= 1232
15.59/15.64	c BCD2: #cores=14, #unrelaxed=957, #relaxed=315, #hardened=0
15.59/15.64	c BCD2: #sat=1 #unsat=302 bias=302/303
15.59/15.64	c Solving starts ...
15.59/15.64	c ============================[ Search Statistics ]============================
15.59/15.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.59/15.64	c       |         |          |          |    Limit     GC | Var      | Constra 
15.59/15.64	c =============================================================================
15.59/15.64	c  0.0s |       0 |        0 |        0 |    38519      0 |      287 |      300
15.59/15.69	c  0.0s |       0 |       15 |        1 |    38519      0 |      287 |      301
15.59/15.69	c #cpu_time = 0.044s
15.59/15.69	c #wall_clock_time = 0.044s
15.59/15.69	c #decision = 15
15.59/15.69	c #random_decision = 0
15.59/15.69	c #conflict = 1
15.59/15.69	c #restart = 0
15.59/15.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
15.59/15.69	c lower bound updated to -970
15.59/15.69	c BCD2: 302 <= obj <= 1232
15.59/15.69	c BCD2: #cores=14, #unrelaxed=956, #relaxed=316, #hardened=0
15.59/15.69	c BCD2: #sat=1 #unsat=303 bias=303/304
15.59/15.69	c Solving starts ...
15.59/15.69	c ============================[ Search Statistics ]============================
15.59/15.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.59/15.69	c       |         |          |          |    Limit     GC | Var      | Constra 
15.59/15.69	c =============================================================================
15.59/15.69	c  0.0s |       0 |        0 |        0 |    38519      0 |      288 |      301
15.69/15.73	c  0.0s |       0 |       15 |        1 |    38519      0 |      288 |      302
15.69/15.73	c #cpu_time = 0.042s
15.69/15.73	c #wall_clock_time = 0.043s
15.69/15.73	c #decision = 15
15.69/15.73	c #random_decision = 0
15.69/15.73	c #conflict = 1
15.69/15.73	c #restart = 0
15.69/15.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
15.69/15.73	c lower bound updated to -969
15.69/15.74	c BCD2: 303 <= obj <= 1232
15.69/15.74	c BCD2: #cores=14, #unrelaxed=955, #relaxed=317, #hardened=0
15.69/15.74	c BCD2: #sat=1 #unsat=304 bias=304/305
15.69/15.74	c Solving starts ...
15.69/15.74	c ============================[ Search Statistics ]============================
15.69/15.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.69/15.74	c       |         |          |          |    Limit     GC | Var      | Constra 
15.69/15.74	c =============================================================================
15.69/15.74	c  0.0s |       0 |        0 |        0 |    38519      0 |      289 |      302
15.69/15.78	c  0.0s |       0 |       15 |        1 |    38519      0 |      289 |      303
15.69/15.78	c #cpu_time = 0.043s
15.69/15.78	c #wall_clock_time = 0.043s
15.69/15.78	c #decision = 15
15.69/15.78	c #random_decision = 0
15.69/15.78	c #conflict = 1
15.69/15.78	c #restart = 0
15.69/15.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
15.69/15.78	c lower bound updated to -968
15.69/15.78	c BCD2: 304 <= obj <= 1232
15.69/15.78	c BCD2: #cores=14, #unrelaxed=954, #relaxed=318, #hardened=0
15.69/15.78	c BCD2: #sat=1 #unsat=305 bias=305/306
15.69/15.78	c Solving starts ...
15.69/15.78	c ============================[ Search Statistics ]============================
15.69/15.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.69/15.78	c       |         |          |          |    Limit     GC | Var      | Constra 
15.69/15.78	c =============================================================================
15.69/15.78	c  0.0s |       0 |        0 |        0 |    38519      0 |      290 |      303
15.78/15.82	c  0.0s |       0 |       15 |        1 |    38519      0 |      290 |      304
15.78/15.82	c #cpu_time = 0.044s
15.78/15.82	c #wall_clock_time = 0.044s
15.78/15.82	c #decision = 15
15.78/15.82	c #random_decision = 0
15.78/15.82	c #conflict = 1
15.78/15.82	c #restart = 0
15.78/15.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
15.78/15.82	c lower bound updated to -967
15.78/15.82	c BCD2: 305 <= obj <= 1232
15.78/15.82	c BCD2: #cores=14, #unrelaxed=953, #relaxed=319, #hardened=0
15.78/15.82	c BCD2: #sat=1 #unsat=306 bias=306/307
15.78/15.82	c Solving starts ...
15.78/15.82	c ============================[ Search Statistics ]============================
15.78/15.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.78/15.82	c       |         |          |          |    Limit     GC | Var      | Constra 
15.78/15.82	c =============================================================================
15.78/15.82	c  0.0s |       0 |        0 |        0 |    38519      0 |      291 |      304
15.78/15.87	c  0.0s |       0 |       15 |        1 |    38519      0 |      291 |      305
15.78/15.87	c #cpu_time = 0.044s
15.78/15.87	c #wall_clock_time = 0.044s
15.78/15.87	c #decision = 15
15.78/15.87	c #random_decision = 0
15.78/15.87	c #conflict = 1
15.78/15.87	c #restart = 0
15.78/15.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
15.78/15.87	c lower bound updated to -966
15.78/15.87	c BCD2: 306 <= obj <= 1232
15.78/15.87	c BCD2: #cores=14, #unrelaxed=952, #relaxed=320, #hardened=0
15.78/15.87	c BCD2: #sat=1 #unsat=307 bias=307/308
15.78/15.87	c Solving starts ...
15.78/15.87	c ============================[ Search Statistics ]============================
15.78/15.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.78/15.87	c       |         |          |          |    Limit     GC | Var      | Constra 
15.78/15.87	c =============================================================================
15.78/15.87	c  0.0s |       0 |        0 |        0 |    38519      0 |      292 |      305
15.89/15.91	c  0.0s |       0 |       15 |        1 |    38519      0 |      292 |      306
15.89/15.91	c #cpu_time = 0.044s
15.89/15.91	c #wall_clock_time = 0.044s
15.89/15.91	c #decision = 15
15.89/15.91	c #random_decision = 0
15.89/15.91	c #conflict = 1
15.89/15.91	c #restart = 0
15.89/15.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
15.89/15.91	c lower bound updated to -965
15.89/15.91	c BCD2: 307 <= obj <= 1232
15.89/15.91	c BCD2: #cores=14, #unrelaxed=951, #relaxed=321, #hardened=0
15.89/15.91	c BCD2: #sat=1 #unsat=308 bias=308/309
15.89/15.91	c Solving starts ...
15.89/15.91	c ============================[ Search Statistics ]============================
15.89/15.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.89/15.91	c       |         |          |          |    Limit     GC | Var      | Constra 
15.89/15.91	c =============================================================================
15.89/15.91	c  0.0s |       0 |        0 |        0 |    38519      0 |      293 |      306
15.89/15.96	c  0.0s |       0 |       15 |        1 |    38519      0 |      293 |      307
15.89/15.96	c #cpu_time = 0.043s
15.89/15.96	c #wall_clock_time = 0.043s
15.89/15.96	c #decision = 15
15.89/15.96	c #random_decision = 0
15.89/15.96	c #conflict = 1
15.89/15.96	c #restart = 0
15.89/15.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
15.89/15.96	c lower bound updated to -964
15.89/15.96	c BCD2: 308 <= obj <= 1232
15.89/15.96	c BCD2: #cores=14, #unrelaxed=950, #relaxed=322, #hardened=0
15.89/15.96	c BCD2: #sat=1 #unsat=309 bias=309/310
15.89/15.96	c Solving starts ...
15.89/15.96	c ============================[ Search Statistics ]============================
15.89/15.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.89/15.96	c       |         |          |          |    Limit     GC | Var      | Constra 
15.89/15.96	c =============================================================================
15.89/15.96	c  0.0s |       0 |        0 |        0 |    38519      0 |      294 |      307
15.98/16.00	c  0.0s |       0 |       15 |        1 |    38519      0 |      294 |      308
15.98/16.00	c #cpu_time = 0.043s
15.98/16.00	c #wall_clock_time = 0.044s
15.98/16.00	c #decision = 15
15.98/16.00	c #random_decision = 0
15.98/16.00	c #conflict = 1
15.98/16.00	c #restart = 0
15.98/16.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
15.98/16.00	c lower bound updated to -963
15.98/16.00	c BCD2: 309 <= obj <= 1232
15.98/16.00	c BCD2: #cores=14, #unrelaxed=949, #relaxed=323, #hardened=0
15.98/16.00	c BCD2: #sat=1 #unsat=310 bias=310/311
15.98/16.00	c Solving starts ...
15.98/16.00	c ============================[ Search Statistics ]============================
15.98/16.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.98/16.00	c       |         |          |          |    Limit     GC | Var      | Constra 
15.98/16.00	c =============================================================================
15.98/16.00	c  0.0s |       0 |        0 |        0 |    38519      0 |      295 |      308
15.98/16.05	c  0.0s |       0 |       15 |        1 |    38519      0 |      295 |      309
15.98/16.05	c #cpu_time = 0.043s
15.98/16.05	c #wall_clock_time = 0.043s
15.98/16.05	c #decision = 15
15.98/16.05	c #random_decision = 0
15.98/16.05	c #conflict = 1
15.98/16.05	c #restart = 0
15.98/16.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
15.98/16.05	c lower bound updated to -962
15.98/16.05	c BCD2: 310 <= obj <= 1232
15.98/16.05	c BCD2: #cores=14, #unrelaxed=948, #relaxed=324, #hardened=0
15.98/16.05	c BCD2: #sat=1 #unsat=311 bias=311/312
15.98/16.05	c Solving starts ...
15.98/16.05	c ============================[ Search Statistics ]============================
15.98/16.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.98/16.05	c       |         |          |          |    Limit     GC | Var      | Constra 
15.98/16.05	c =============================================================================
15.98/16.05	c  0.0s |       0 |        0 |        0 |    38519      0 |      296 |      309
15.98/16.09	c  0.0s |       0 |       15 |        1 |    38519      0 |      296 |      310
15.98/16.09	c #cpu_time = 0.043s
15.98/16.09	c #wall_clock_time = 0.044s
15.98/16.09	c #decision = 15
15.98/16.09	c #random_decision = 0
15.98/16.09	c #conflict = 1
15.98/16.09	c #restart = 0
15.98/16.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
15.98/16.09	c lower bound updated to -961
16.08/16.10	c BCD2: 311 <= obj <= 1232
16.08/16.10	c BCD2: #cores=14, #unrelaxed=947, #relaxed=325, #hardened=0
16.08/16.10	c BCD2: #sat=1 #unsat=312 bias=312/313
16.08/16.10	c Solving starts ...
16.08/16.10	c ============================[ Search Statistics ]============================
16.08/16.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.08/16.10	c       |         |          |          |    Limit     GC | Var      | Constra 
16.08/16.10	c =============================================================================
16.08/16.10	c  0.0s |       0 |        0 |        0 |    38519      0 |      297 |      310
16.08/16.14	c  0.0s |       0 |       15 |        1 |    38519      0 |      297 |      311
16.08/16.14	c #cpu_time = 0.042s
16.08/16.14	c #wall_clock_time = 0.042s
16.08/16.14	c #decision = 15
16.08/16.14	c #random_decision = 0
16.08/16.14	c #conflict = 1
16.08/16.14	c #restart = 0
16.08/16.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
16.08/16.14	c lower bound updated to -960
16.08/16.14	c BCD2: 312 <= obj <= 1232
16.08/16.14	c BCD2: #cores=14, #unrelaxed=946, #relaxed=326, #hardened=0
16.08/16.14	c BCD2: #sat=1 #unsat=313 bias=313/314
16.08/16.14	c Solving starts ...
16.08/16.14	c ============================[ Search Statistics ]============================
16.08/16.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.08/16.14	c       |         |          |          |    Limit     GC | Var      | Constra 
16.08/16.14	c =============================================================================
16.08/16.14	c  0.0s |       0 |        0 |        0 |    38519      0 |      298 |      311
16.08/16.19	c  0.0s |       0 |       15 |        1 |    38519      0 |      298 |      312
16.08/16.19	c #cpu_time = 0.044s
16.08/16.19	c #wall_clock_time = 0.044s
16.08/16.19	c #decision = 15
16.08/16.19	c #random_decision = 0
16.08/16.19	c #conflict = 1
16.08/16.19	c #restart = 0
16.08/16.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
16.08/16.19	c lower bound updated to -959
16.08/16.19	c BCD2: 313 <= obj <= 1232
16.08/16.19	c BCD2: #cores=14, #unrelaxed=945, #relaxed=327, #hardened=0
16.08/16.19	c BCD2: #sat=1 #unsat=314 bias=314/315
16.08/16.19	c Solving starts ...
16.08/16.19	c ============================[ Search Statistics ]============================
16.08/16.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.08/16.19	c       |         |          |          |    Limit     GC | Var      | Constra 
16.08/16.19	c =============================================================================
16.08/16.19	c  0.0s |       0 |        0 |        0 |    38519      0 |      299 |      312
16.19/16.23	c  0.0s |       0 |       15 |        1 |    38519      0 |      299 |      313
16.19/16.23	c #cpu_time = 0.044s
16.19/16.23	c #wall_clock_time = 0.044s
16.19/16.23	c #decision = 15
16.19/16.23	c #random_decision = 0
16.19/16.23	c #conflict = 1
16.19/16.23	c #restart = 0
16.19/16.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
16.19/16.23	c lower bound updated to -958
16.19/16.23	c BCD2: 314 <= obj <= 1232
16.19/16.23	c BCD2: #cores=14, #unrelaxed=944, #relaxed=328, #hardened=0
16.19/16.23	c BCD2: #sat=1 #unsat=315 bias=315/316
16.19/16.23	c Solving starts ...
16.19/16.23	c ============================[ Search Statistics ]============================
16.19/16.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.19/16.23	c       |         |          |          |    Limit     GC | Var      | Constra 
16.19/16.23	c =============================================================================
16.19/16.23	c  0.0s |       0 |        0 |        0 |    38519      0 |      300 |      313
16.19/16.28	c  0.0s |       0 |       15 |        1 |    38519      0 |      300 |      314
16.19/16.28	c #cpu_time = 0.044s
16.19/16.28	c #wall_clock_time = 0.045s
16.19/16.28	c #decision = 15
16.19/16.28	c #random_decision = 0
16.19/16.28	c #conflict = 1
16.19/16.28	c #restart = 0
16.19/16.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
16.19/16.28	c lower bound updated to -957
16.19/16.28	c BCD2: 315 <= obj <= 1232
16.19/16.28	c BCD2: #cores=14, #unrelaxed=943, #relaxed=329, #hardened=0
16.19/16.28	c BCD2: #sat=1 #unsat=316 bias=316/317
16.19/16.28	c Solving starts ...
16.19/16.28	c ============================[ Search Statistics ]============================
16.19/16.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.19/16.28	c       |         |          |          |    Limit     GC | Var      | Constra 
16.19/16.28	c =============================================================================
16.19/16.28	c  0.0s |       0 |        0 |        0 |    38519      0 |      301 |      314
16.28/16.32	c  0.0s |       0 |       15 |        1 |    38519      0 |      301 |      315
16.28/16.32	c #cpu_time = 0.046s
16.28/16.32	c #wall_clock_time = 0.046s
16.28/16.32	c #decision = 15
16.28/16.32	c #random_decision = 0
16.28/16.32	c #conflict = 1
16.28/16.32	c #restart = 0
16.28/16.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
16.28/16.32	c lower bound updated to -956
16.28/16.32	c BCD2: 316 <= obj <= 1232
16.28/16.32	c BCD2: #cores=14, #unrelaxed=942, #relaxed=330, #hardened=0
16.28/16.32	c BCD2: #sat=1 #unsat=317 bias=317/318
16.28/16.32	c Solving starts ...
16.28/16.32	c ============================[ Search Statistics ]============================
16.28/16.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.28/16.32	c       |         |          |          |    Limit     GC | Var      | Constra 
16.28/16.32	c =============================================================================
16.28/16.32	c  0.0s |       0 |        0 |        0 |    38519      0 |      302 |      315
16.28/16.37	c  0.0s |       0 |       15 |        1 |    38519      0 |      302 |      316
16.28/16.37	c #cpu_time = 0.047s
16.28/16.37	c #wall_clock_time = 0.047s
16.28/16.37	c #decision = 15
16.28/16.37	c #random_decision = 0
16.28/16.37	c #conflict = 1
16.28/16.37	c #restart = 0
16.28/16.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
16.28/16.37	c lower bound updated to -955
16.28/16.37	c BCD2: 317 <= obj <= 1232
16.28/16.37	c BCD2: #cores=14, #unrelaxed=941, #relaxed=331, #hardened=0
16.28/16.37	c BCD2: #sat=1 #unsat=318 bias=318/319
16.28/16.37	c Solving starts ...
16.28/16.37	c ============================[ Search Statistics ]============================
16.28/16.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.28/16.37	c       |         |          |          |    Limit     GC | Var      | Constra 
16.28/16.37	c =============================================================================
16.28/16.37	c  0.0s |       0 |        0 |        0 |    38519      0 |      303 |      316
16.39/16.42	c  0.0s |       0 |       15 |        1 |    38519      0 |      303 |      317
16.39/16.42	c #cpu_time = 0.045s
16.39/16.42	c #wall_clock_time = 0.046s
16.39/16.42	c #decision = 15
16.39/16.42	c #random_decision = 0
16.39/16.42	c #conflict = 1
16.39/16.42	c #restart = 0
16.39/16.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
16.39/16.42	c lower bound updated to -954
16.39/16.42	c BCD2: 318 <= obj <= 1232
16.39/16.42	c BCD2: #cores=14, #unrelaxed=940, #relaxed=332, #hardened=0
16.39/16.42	c BCD2: #sat=1 #unsat=319 bias=319/320
16.39/16.42	c Solving starts ...
16.39/16.42	c ============================[ Search Statistics ]============================
16.39/16.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.39/16.42	c       |         |          |          |    Limit     GC | Var      | Constra 
16.39/16.42	c =============================================================================
16.39/16.42	c  0.0s |       0 |        0 |        0 |    38519      0 |      304 |      317
16.39/16.46	c  0.0s |       0 |       15 |        1 |    38519      0 |      304 |      318
16.39/16.46	c #cpu_time = 0.044s
16.39/16.46	c #wall_clock_time = 0.044s
16.39/16.46	c #decision = 15
16.39/16.46	c #random_decision = 0
16.39/16.46	c #conflict = 1
16.39/16.46	c #restart = 0
16.39/16.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
16.39/16.46	c lower bound updated to -953
16.39/16.46	c BCD2: 319 <= obj <= 1232
16.39/16.46	c BCD2: #cores=14, #unrelaxed=939, #relaxed=333, #hardened=0
16.39/16.46	c BCD2: #sat=1 #unsat=320 bias=320/321
16.39/16.46	c Solving starts ...
16.39/16.46	c ============================[ Search Statistics ]============================
16.39/16.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.39/16.46	c       |         |          |          |    Limit     GC | Var      | Constra 
16.39/16.46	c =============================================================================
16.39/16.47	c  0.0s |       0 |        0 |        0 |    38519      0 |      305 |      318
16.49/16.51	c  0.0s |       0 |       15 |        1 |    38519      0 |      305 |      319
16.49/16.51	c #cpu_time = 0.043s
16.49/16.51	c #wall_clock_time = 0.043s
16.49/16.51	c #decision = 15
16.49/16.51	c #random_decision = 0
16.49/16.51	c #conflict = 1
16.49/16.51	c #restart = 0
16.49/16.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
16.49/16.51	c lower bound updated to -952
16.49/16.51	c BCD2: 320 <= obj <= 1232
16.49/16.51	c BCD2: #cores=14, #unrelaxed=938, #relaxed=334, #hardened=0
16.49/16.51	c BCD2: #sat=1 #unsat=321 bias=321/322
16.49/16.51	c Solving starts ...
16.49/16.51	c ============================[ Search Statistics ]============================
16.49/16.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.49/16.51	c       |         |          |          |    Limit     GC | Var      | Constra 
16.49/16.51	c =============================================================================
16.49/16.51	c  0.0s |       0 |        0 |        0 |    38519      0 |      306 |      319
16.49/16.56	c  0.0s |       0 |       15 |        1 |    38519      0 |      306 |      320
16.49/16.56	c #cpu_time = 0.043s
16.49/16.56	c #wall_clock_time = 0.044s
16.49/16.56	c #decision = 15
16.49/16.56	c #random_decision = 0
16.49/16.56	c #conflict = 1
16.49/16.56	c #restart = 0
16.49/16.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
16.49/16.56	c lower bound updated to -951
16.49/16.56	c BCD2: 321 <= obj <= 1232
16.49/16.56	c BCD2: #cores=14, #unrelaxed=937, #relaxed=335, #hardened=0
16.49/16.56	c BCD2: #sat=1 #unsat=322 bias=322/323
16.49/16.56	c Solving starts ...
16.49/16.56	c ============================[ Search Statistics ]============================
16.49/16.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.49/16.56	c       |         |          |          |    Limit     GC | Var      | Constra 
16.49/16.56	c =============================================================================
16.49/16.56	c  0.0s |       0 |        0 |        0 |    38519      0 |      307 |      320
16.49/16.60	c  0.0s |       0 |       15 |        1 |    38519      0 |      307 |      321
16.49/16.60	c #cpu_time = 0.044s
16.49/16.60	c #wall_clock_time = 0.044s
16.49/16.60	c #decision = 15
16.49/16.60	c #random_decision = 0
16.49/16.60	c #conflict = 1
16.49/16.60	c #restart = 0
16.49/16.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
16.49/16.60	c lower bound updated to -950
16.49/16.60	c BCD2: 322 <= obj <= 1232
16.49/16.60	c BCD2: #cores=14, #unrelaxed=936, #relaxed=336, #hardened=0
16.49/16.60	c BCD2: #sat=1 #unsat=323 bias=323/324
16.49/16.60	c Solving starts ...
16.49/16.60	c ============================[ Search Statistics ]============================
16.49/16.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.49/16.60	c       |         |          |          |    Limit     GC | Var      | Constra 
16.49/16.60	c =============================================================================
16.49/16.60	c  0.0s |       0 |        0 |        0 |    38519      0 |      308 |      321
16.59/16.65	c  0.0s |       0 |       15 |        0 |    38519      0 |      308 |      322
16.59/16.65	c #cpu_time = 0.044s
16.59/16.65	c #wall_clock_time = 0.044s
16.59/16.65	c #decision = 15
16.59/16.65	c #random_decision = 0
16.59/16.65	c #conflict = 0
16.59/16.65	c #restart = 0
16.59/16.65	c BCD2: found a new core of size 2: cost of the new core is >=1
16.59/16.65	c lower bound updated to -949
16.59/16.65	c BCD2: 323 <= obj <= 1232
16.59/16.65	c BCD2: #cores=15, #unrelaxed=934, #relaxed=338, #hardened=0
16.59/16.65	c BCD2: #sat=1 #unsat=324 bias=324/325
16.59/16.65	c Solving starts ...
16.59/16.65	c ============================[ Search Statistics ]============================
16.59/16.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.59/16.65	c       |         |          |          |    Limit     GC | Var      | Constra 
16.59/16.65	c =============================================================================
16.59/16.66	c  0.0s |       0 |        0 |        0 |    38519      0 |      308 |      323
16.69/16.70	c  0.0s |       0 |       16 |        1 |    38519      0 |      308 |      323
16.69/16.70	c #cpu_time = 0.042s
16.69/16.70	c #wall_clock_time = 0.042s
16.69/16.70	c #decision = 16
16.69/16.70	c #random_decision = 0
16.69/16.70	c #conflict = 1
16.69/16.70	c #restart = 0
16.69/16.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
16.69/16.70	c lower bound updated to -948
16.69/16.70	c BCD2: 324 <= obj <= 1232
16.69/16.70	c BCD2: #cores=15, #unrelaxed=933, #relaxed=339, #hardened=0
16.69/16.70	c BCD2: #sat=1 #unsat=325 bias=325/326
16.69/16.70	c Solving starts ...
16.69/16.70	c ============================[ Search Statistics ]============================
16.69/16.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.69/16.70	c       |         |          |          |    Limit     GC | Var      | Constra 
16.69/16.70	c =============================================================================
16.69/16.70	c  0.0s |       0 |        0 |        0 |    38519      0 |      309 |      323
16.69/16.74	c  0.0s |       0 |       16 |        1 |    38519      0 |      309 |      324
16.69/16.74	c #cpu_time = 0.043s
16.69/16.74	c #wall_clock_time = 0.043s
16.69/16.74	c #decision = 16
16.69/16.74	c #random_decision = 0
16.69/16.74	c #conflict = 1
16.69/16.74	c #restart = 0
16.69/16.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
16.69/16.74	c lower bound updated to -947
16.69/16.74	c BCD2: 325 <= obj <= 1232
16.69/16.74	c BCD2: #cores=15, #unrelaxed=932, #relaxed=340, #hardened=0
16.69/16.74	c BCD2: #sat=1 #unsat=326 bias=326/327
16.69/16.74	c Solving starts ...
16.69/16.74	c ============================[ Search Statistics ]============================
16.69/16.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.69/16.74	c       |         |          |          |    Limit     GC | Var      | Constra 
16.69/16.74	c =============================================================================
16.69/16.74	c  0.0s |       0 |        0 |        0 |    38519      0 |      310 |      324
16.69/16.79	c  0.0s |       0 |       16 |        1 |    38519      0 |      310 |      325
16.69/16.79	c #cpu_time = 0.044s
16.69/16.79	c #wall_clock_time = 0.044s
16.69/16.79	c #decision = 16
16.69/16.79	c #random_decision = 0
16.69/16.79	c #conflict = 1
16.69/16.79	c #restart = 0
16.69/16.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
16.69/16.79	c lower bound updated to -946
16.69/16.79	c BCD2: 326 <= obj <= 1232
16.69/16.79	c BCD2: #cores=15, #unrelaxed=931, #relaxed=341, #hardened=0
16.69/16.79	c BCD2: #sat=1 #unsat=327 bias=327/328
16.69/16.79	c Solving starts ...
16.69/16.79	c ============================[ Search Statistics ]============================
16.69/16.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.69/16.79	c       |         |          |          |    Limit     GC | Var      | Constra 
16.69/16.79	c =============================================================================
16.69/16.79	c  0.0s |       0 |        0 |        0 |    38519      0 |      311 |      325
16.78/16.83	c  0.0s |       0 |       16 |        1 |    38519      0 |      311 |      326
16.78/16.83	c #cpu_time = 0.044s
16.78/16.83	c #wall_clock_time = 0.044s
16.78/16.83	c #decision = 16
16.78/16.83	c #random_decision = 0
16.78/16.83	c #conflict = 1
16.78/16.83	c #restart = 0
16.78/16.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
16.78/16.83	c lower bound updated to -945
16.78/16.83	c BCD2: 327 <= obj <= 1232
16.78/16.83	c BCD2: #cores=15, #unrelaxed=930, #relaxed=342, #hardened=0
16.78/16.83	c BCD2: #sat=1 #unsat=328 bias=328/329
16.78/16.83	c Solving starts ...
16.78/16.83	c ============================[ Search Statistics ]============================
16.78/16.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.78/16.83	c       |         |          |          |    Limit     GC | Var      | Constra 
16.78/16.83	c =============================================================================
16.78/16.83	c  0.0s |       0 |        0 |        0 |    38519      0 |      312 |      326
16.78/16.88	c  0.0s |       0 |       16 |        1 |    38519      0 |      312 |      327
16.78/16.88	c #cpu_time = 0.044s
16.78/16.88	c #wall_clock_time = 0.044s
16.78/16.88	c #decision = 16
16.78/16.88	c #random_decision = 0
16.78/16.88	c #conflict = 1
16.78/16.88	c #restart = 0
16.78/16.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
16.78/16.88	c lower bound updated to -944
16.78/16.88	c BCD2: 328 <= obj <= 1232
16.78/16.88	c BCD2: #cores=15, #unrelaxed=929, #relaxed=343, #hardened=0
16.78/16.88	c BCD2: #sat=1 #unsat=329 bias=329/330
16.78/16.88	c Solving starts ...
16.78/16.88	c ============================[ Search Statistics ]============================
16.78/16.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.78/16.88	c       |         |          |          |    Limit     GC | Var      | Constra 
16.78/16.88	c =============================================================================
16.78/16.88	c  0.0s |       0 |        0 |        0 |    38519      0 |      313 |      327
16.89/16.93	c  0.0s |       0 |       16 |        1 |    38519      0 |      313 |      328
16.89/16.93	c #cpu_time = 0.042s
16.89/16.93	c #wall_clock_time = 0.043s
16.89/16.93	c #decision = 16
16.89/16.93	c #random_decision = 0
16.89/16.93	c #conflict = 1
16.89/16.93	c #restart = 0
16.89/16.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
16.89/16.93	c lower bound updated to -943
16.89/16.93	c BCD2: 329 <= obj <= 1232
16.89/16.93	c BCD2: #cores=15, #unrelaxed=928, #relaxed=344, #hardened=0
16.89/16.93	c BCD2: #sat=1 #unsat=330 bias=330/331
16.89/16.93	c Solving starts ...
16.89/16.93	c ============================[ Search Statistics ]============================
16.89/16.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.89/16.93	c       |         |          |          |    Limit     GC | Var      | Constra 
16.89/16.93	c =============================================================================
16.89/16.93	c  0.0s |       0 |        0 |        0 |    38519      0 |      314 |      328
16.89/16.97	c  0.0s |       0 |       16 |        1 |    38519      0 |      314 |      329
16.89/16.97	c #cpu_time = 0.044s
16.89/16.97	c #wall_clock_time = 0.044s
16.89/16.97	c #decision = 16
16.89/16.97	c #random_decision = 0
16.89/16.97	c #conflict = 1
16.89/16.97	c #restart = 0
16.89/16.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
16.89/16.97	c lower bound updated to -942
16.89/16.97	c BCD2: 330 <= obj <= 1232
16.89/16.97	c BCD2: #cores=15, #unrelaxed=927, #relaxed=345, #hardened=0
16.89/16.97	c BCD2: #sat=1 #unsat=331 bias=331/332
16.89/16.97	c Solving starts ...
16.89/16.97	c ============================[ Search Statistics ]============================
16.89/16.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.89/16.97	c       |         |          |          |    Limit     GC | Var      | Constra 
16.89/16.97	c =============================================================================
16.89/16.97	c  0.0s |       0 |        0 |        0 |    38519      0 |      315 |      329
16.99/17.01	c  0.0s |       0 |       16 |        1 |    38519      0 |      315 |      330
16.99/17.01	c #cpu_time = 0.043s
16.99/17.01	c #wall_clock_time = 0.044s
16.99/17.01	c #decision = 16
16.99/17.01	c #random_decision = 0
16.99/17.01	c #conflict = 1
16.99/17.01	c #restart = 0
16.99/17.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
16.99/17.01	c lower bound updated to -941
16.99/17.02	c BCD2: 331 <= obj <= 1232
16.99/17.02	c BCD2: #cores=15, #unrelaxed=926, #relaxed=346, #hardened=0
16.99/17.02	c BCD2: #sat=1 #unsat=332 bias=332/333
16.99/17.02	c Solving starts ...
16.99/17.02	c ============================[ Search Statistics ]============================
16.99/17.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.99/17.02	c       |         |          |          |    Limit     GC | Var      | Constra 
16.99/17.02	c =============================================================================
16.99/17.02	c  0.0s |       0 |        0 |        0 |    38519      0 |      316 |      330
16.99/17.06	c  0.0s |       0 |       16 |        1 |    38519      0 |      316 |      331
16.99/17.06	c #cpu_time = 0.044s
16.99/17.06	c #wall_clock_time = 0.045s
16.99/17.06	c #decision = 16
16.99/17.06	c #random_decision = 0
16.99/17.06	c #conflict = 1
16.99/17.06	c #restart = 0
16.99/17.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
16.99/17.06	c lower bound updated to -940
16.99/17.06	c BCD2: 332 <= obj <= 1232
16.99/17.06	c BCD2: #cores=15, #unrelaxed=925, #relaxed=347, #hardened=0
16.99/17.06	c BCD2: #sat=1 #unsat=333 bias=333/334
16.99/17.06	c Solving starts ...
16.99/17.06	c ============================[ Search Statistics ]============================
16.99/17.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.99/17.06	c       |         |          |          |    Limit     GC | Var      | Constra 
16.99/17.06	c =============================================================================
16.99/17.06	c  0.0s |       0 |        0 |        0 |    38519      0 |      317 |      331
17.08/17.11	c  0.0s |       0 |       16 |        1 |    38519      0 |      317 |      332
17.08/17.11	c #cpu_time = 0.044s
17.08/17.11	c #wall_clock_time = 0.044s
17.08/17.11	c #decision = 16
17.08/17.11	c #random_decision = 0
17.08/17.11	c #conflict = 1
17.08/17.11	c #restart = 0
17.08/17.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
17.08/17.11	c lower bound updated to -939
17.08/17.11	c BCD2: 333 <= obj <= 1232
17.08/17.11	c BCD2: #cores=15, #unrelaxed=924, #relaxed=348, #hardened=0
17.08/17.11	c BCD2: #sat=1 #unsat=334 bias=334/335
17.08/17.11	c Solving starts ...
17.08/17.11	c ============================[ Search Statistics ]============================
17.08/17.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.08/17.11	c       |         |          |          |    Limit     GC | Var      | Constra 
17.08/17.11	c =============================================================================
17.08/17.11	c  0.0s |       0 |        0 |        0 |    38519      0 |      318 |      332
17.08/17.15	c  0.0s |       0 |       16 |        1 |    38519      0 |      318 |      333
17.08/17.15	c #cpu_time = 0.044s
17.08/17.15	c #wall_clock_time = 0.044s
17.08/17.15	c #decision = 16
17.08/17.15	c #random_decision = 0
17.08/17.15	c #conflict = 1
17.08/17.15	c #restart = 0
17.08/17.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
17.08/17.15	c lower bound updated to -938
17.08/17.15	c BCD2: 334 <= obj <= 1232
17.08/17.15	c BCD2: #cores=15, #unrelaxed=923, #relaxed=349, #hardened=0
17.08/17.15	c BCD2: #sat=1 #unsat=335 bias=335/336
17.08/17.15	c Solving starts ...
17.08/17.15	c ============================[ Search Statistics ]============================
17.08/17.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.08/17.15	c       |         |          |          |    Limit     GC | Var      | Constra 
17.08/17.15	c =============================================================================
17.08/17.15	c  0.0s |       0 |        0 |        0 |    38519      0 |      319 |      333
17.08/17.19	c  0.0s |       0 |       16 |        1 |    38519      0 |      319 |      334
17.08/17.19	c #cpu_time = 0.044s
17.08/17.19	c #wall_clock_time = 0.044s
17.08/17.19	c #decision = 16
17.08/17.19	c #random_decision = 0
17.08/17.19	c #conflict = 1
17.08/17.19	c #restart = 0
17.08/17.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
17.08/17.19	c lower bound updated to -937
17.08/17.20	c BCD2: 335 <= obj <= 1232
17.08/17.20	c BCD2: #cores=15, #unrelaxed=922, #relaxed=350, #hardened=0
17.08/17.20	c BCD2: #sat=1 #unsat=336 bias=336/337
17.08/17.20	c Solving starts ...
17.08/17.20	c ============================[ Search Statistics ]============================
17.08/17.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.08/17.20	c       |         |          |          |    Limit     GC | Var      | Constra 
17.08/17.20	c =============================================================================
17.08/17.20	c  0.0s |       0 |        0 |        0 |    38519      0 |      320 |      334
17.19/17.24	c  0.0s |       0 |       16 |        1 |    38519      0 |      320 |      335
17.19/17.24	c #cpu_time = 0.044s
17.19/17.24	c #wall_clock_time = 0.044s
17.19/17.24	c #decision = 16
17.19/17.24	c #random_decision = 0
17.19/17.24	c #conflict = 1
17.19/17.24	c #restart = 0
17.19/17.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
17.19/17.24	c lower bound updated to -936
17.19/17.24	c BCD2: 336 <= obj <= 1232
17.19/17.24	c BCD2: #cores=15, #unrelaxed=921, #relaxed=351, #hardened=0
17.19/17.24	c BCD2: #sat=1 #unsat=337 bias=337/338
17.19/17.24	c Solving starts ...
17.19/17.24	c ============================[ Search Statistics ]============================
17.19/17.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.19/17.24	c       |         |          |          |    Limit     GC | Var      | Constra 
17.19/17.24	c =============================================================================
17.19/17.25	c  0.0s |       0 |        0 |        0 |    38519      0 |      321 |      335
17.19/17.29	c  0.0s |       0 |       16 |        1 |    38519      0 |      321 |      336
17.19/17.29	c #cpu_time = 0.043s
17.19/17.29	c #wall_clock_time = 0.043s
17.19/17.29	c #decision = 16
17.19/17.29	c #random_decision = 0
17.19/17.29	c #conflict = 1
17.19/17.29	c #restart = 0
17.19/17.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
17.19/17.29	c lower bound updated to -935
17.19/17.29	c BCD2: 337 <= obj <= 1232
17.19/17.29	c BCD2: #cores=15, #unrelaxed=920, #relaxed=352, #hardened=0
17.19/17.29	c BCD2: #sat=1 #unsat=338 bias=338/339
17.19/17.29	c Solving starts ...
17.19/17.29	c ============================[ Search Statistics ]============================
17.19/17.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.19/17.29	c       |         |          |          |    Limit     GC | Var      | Constra 
17.19/17.29	c =============================================================================
17.19/17.29	c  0.0s |       0 |        0 |        0 |    38519      0 |      322 |      336
17.29/17.33	c  0.0s |       0 |       16 |        1 |    38519      0 |      322 |      337
17.29/17.33	c #cpu_time = 0.044s
17.29/17.33	c #wall_clock_time = 0.044s
17.29/17.33	c #decision = 16
17.29/17.33	c #random_decision = 0
17.29/17.33	c #conflict = 1
17.29/17.33	c #restart = 0
17.29/17.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
17.29/17.33	c lower bound updated to -934
17.29/17.33	c BCD2: 338 <= obj <= 1232
17.29/17.33	c BCD2: #cores=15, #unrelaxed=919, #relaxed=353, #hardened=0
17.29/17.33	c BCD2: #sat=1 #unsat=339 bias=339/340
17.29/17.33	c Solving starts ...
17.29/17.33	c ============================[ Search Statistics ]============================
17.29/17.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.29/17.33	c       |         |          |          |    Limit     GC | Var      | Constra 
17.29/17.33	c =============================================================================
17.29/17.33	c  0.0s |       0 |        0 |        0 |    38519      0 |      323 |      337
17.29/17.38	c  0.0s |       0 |       16 |        1 |    38519      0 |      323 |      338
17.29/17.38	c #cpu_time = 0.044s
17.29/17.38	c #wall_clock_time = 0.044s
17.29/17.38	c #decision = 16
17.29/17.38	c #random_decision = 0
17.29/17.38	c #conflict = 1
17.29/17.38	c #restart = 0
17.29/17.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
17.29/17.38	c lower bound updated to -933
17.29/17.38	c BCD2: 339 <= obj <= 1232
17.29/17.38	c BCD2: #cores=15, #unrelaxed=918, #relaxed=354, #hardened=0
17.29/17.38	c BCD2: #sat=1 #unsat=340 bias=340/341
17.29/17.38	c Solving starts ...
17.29/17.38	c ============================[ Search Statistics ]============================
17.29/17.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.29/17.38	c       |         |          |          |    Limit     GC | Var      | Constra 
17.29/17.38	c =============================================================================
17.29/17.38	c  0.0s |       0 |        0 |        0 |    38519      0 |      324 |      338
17.39/17.43	c  0.0s |       0 |       16 |        1 |    38519      0 |      324 |      339
17.39/17.43	c #cpu_time = 0.046s
17.39/17.43	c #wall_clock_time = 0.046s
17.39/17.43	c #decision = 16
17.39/17.43	c #random_decision = 0
17.39/17.43	c #conflict = 1
17.39/17.43	c #restart = 0
17.39/17.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
17.39/17.43	c lower bound updated to -932
17.39/17.43	c BCD2: 340 <= obj <= 1232
17.39/17.43	c BCD2: #cores=15, #unrelaxed=917, #relaxed=355, #hardened=0
17.39/17.43	c BCD2: #sat=1 #unsat=341 bias=341/342
17.39/17.43	c Solving starts ...
17.39/17.43	c ============================[ Search Statistics ]============================
17.39/17.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.39/17.43	c       |         |          |          |    Limit     GC | Var      | Constra 
17.39/17.43	c =============================================================================
17.39/17.43	c  0.0s |       0 |        0 |        0 |    38519      0 |      325 |      339
17.39/17.47	c  0.0s |       0 |       16 |        1 |    38519      0 |      325 |      340
17.39/17.47	c #cpu_time = 0.047s
17.39/17.47	c #wall_clock_time = 0.047s
17.39/17.47	c #decision = 16
17.39/17.47	c #random_decision = 0
17.39/17.47	c #conflict = 1
17.39/17.47	c #restart = 0
17.39/17.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
17.39/17.47	c lower bound updated to -931
17.39/17.47	c BCD2: 341 <= obj <= 1232
17.39/17.47	c BCD2: #cores=15, #unrelaxed=916, #relaxed=356, #hardened=0
17.39/17.47	c BCD2: #sat=1 #unsat=342 bias=342/343
17.39/17.47	c Solving starts ...
17.39/17.47	c ============================[ Search Statistics ]============================
17.39/17.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.39/17.47	c       |         |          |          |    Limit     GC | Var      | Constra 
17.39/17.47	c =============================================================================
17.39/17.47	c  0.0s |       0 |        0 |        0 |    38519      0 |      326 |      340
17.48/17.52	c  0.0s |       0 |       16 |        1 |    38519      0 |      326 |      341
17.48/17.52	c #cpu_time = 0.046s
17.48/17.52	c #wall_clock_time = 0.046s
17.48/17.52	c #decision = 16
17.48/17.52	c #random_decision = 0
17.48/17.52	c #conflict = 1
17.48/17.52	c #restart = 0
17.48/17.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
17.48/17.52	c lower bound updated to -930
17.48/17.52	c BCD2: 342 <= obj <= 1232
17.48/17.52	c BCD2: #cores=15, #unrelaxed=915, #relaxed=357, #hardened=0
17.48/17.52	c BCD2: #sat=1 #unsat=343 bias=343/344
17.48/17.52	c Solving starts ...
17.48/17.52	c ============================[ Search Statistics ]============================
17.48/17.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.48/17.52	c       |         |          |          |    Limit     GC | Var      | Constra 
17.48/17.52	c =============================================================================
17.48/17.52	c  0.0s |       0 |        0 |        0 |    38519      0 |      327 |      341
17.48/17.57	c  0.0s |       0 |       16 |        1 |    38519      0 |      327 |      342
17.48/17.57	c #cpu_time = 0.043s
17.48/17.57	c #wall_clock_time = 0.044s
17.48/17.57	c #decision = 16
17.48/17.57	c #random_decision = 0
17.48/17.57	c #conflict = 1
17.48/17.57	c #restart = 0
17.48/17.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
17.48/17.57	c lower bound updated to -929
17.48/17.57	c BCD2: 343 <= obj <= 1232
17.48/17.57	c BCD2: #cores=15, #unrelaxed=914, #relaxed=358, #hardened=0
17.48/17.57	c BCD2: #sat=1 #unsat=344 bias=344/345
17.48/17.57	c Solving starts ...
17.48/17.57	c ============================[ Search Statistics ]============================
17.48/17.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.48/17.57	c       |         |          |          |    Limit     GC | Var      | Constra 
17.48/17.57	c =============================================================================
17.48/17.57	c  0.0s |       0 |        0 |        0 |    38519      0 |      328 |      342
17.59/17.61	c  0.0s |       0 |       16 |        1 |    38519      0 |      328 |      343
17.59/17.61	c #cpu_time = 0.044s
17.59/17.61	c #wall_clock_time = 0.044s
17.59/17.61	c #decision = 16
17.59/17.61	c #random_decision = 0
17.59/17.61	c #conflict = 1
17.59/17.61	c #restart = 0
17.59/17.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
17.59/17.61	c lower bound updated to -928
17.59/17.61	c BCD2: 344 <= obj <= 1232
17.59/17.61	c BCD2: #cores=15, #unrelaxed=913, #relaxed=359, #hardened=0
17.59/17.61	c BCD2: #sat=1 #unsat=345 bias=345/346
17.59/17.61	c Solving starts ...
17.59/17.61	c ============================[ Search Statistics ]============================
17.59/17.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.59/17.61	c       |         |          |          |    Limit     GC | Var      | Constra 
17.59/17.61	c =============================================================================
17.59/17.61	c  0.0s |       0 |        0 |        0 |    38519      0 |      329 |      343
17.59/17.65	c  0.0s |       0 |       16 |        1 |    38519      0 |      329 |      344
17.59/17.65	c #cpu_time = 0.044s
17.59/17.65	c #wall_clock_time = 0.044s
17.59/17.65	c #decision = 16
17.59/17.65	c #random_decision = 0
17.59/17.65	c #conflict = 1
17.59/17.65	c #restart = 0
17.59/17.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
17.59/17.65	c lower bound updated to -927
17.59/17.66	c BCD2: 345 <= obj <= 1232
17.59/17.66	c BCD2: #cores=15, #unrelaxed=912, #relaxed=360, #hardened=0
17.59/17.66	c BCD2: #sat=1 #unsat=346 bias=346/347
17.59/17.66	c Solving starts ...
17.59/17.66	c ============================[ Search Statistics ]============================
17.59/17.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.59/17.66	c       |         |          |          |    Limit     GC | Var      | Constra 
17.59/17.66	c =============================================================================
17.59/17.66	c  0.0s |       0 |        0 |        0 |    38519      0 |      330 |      344
17.69/17.70	c  0.0s |       0 |       16 |        0 |    38519      0 |      330 |      345
17.69/17.70	c #cpu_time = 0.042s
17.69/17.70	c #wall_clock_time = 0.043s
17.69/17.70	c #decision = 16
17.69/17.70	c #random_decision = 0
17.69/17.70	c #conflict = 0
17.69/17.70	c #restart = 0
17.69/17.70	c BCD2: found a new core of size 2: cost of the new core is >=1
17.69/17.70	c lower bound updated to -926
17.69/17.71	c BCD2: 346 <= obj <= 1232
17.69/17.71	c BCD2: #cores=16, #unrelaxed=910, #relaxed=362, #hardened=0
17.69/17.71	c BCD2: #sat=1 #unsat=347 bias=347/348
17.69/17.71	c Solving starts ...
17.69/17.71	c ============================[ Search Statistics ]============================
17.69/17.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.69/17.71	c       |         |          |          |    Limit     GC | Var      | Constra 
17.69/17.71	c =============================================================================
17.69/17.71	c  0.0s |       0 |        0 |        0 |    38519      0 |      330 |      346
17.69/17.75	c  0.0s |       0 |       17 |        1 |    38519      0 |      330 |      346
17.69/17.75	c #cpu_time = 0.042s
17.69/17.75	c #wall_clock_time = 0.042s
17.69/17.75	c #decision = 17
17.69/17.75	c #random_decision = 0
17.69/17.75	c #conflict = 1
17.69/17.75	c #restart = 0
17.69/17.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
17.69/17.75	c lower bound updated to -925
17.69/17.76	c BCD2: 347 <= obj <= 1232
17.69/17.76	c BCD2: #cores=16, #unrelaxed=909, #relaxed=363, #hardened=0
17.69/17.76	c BCD2: #sat=1 #unsat=348 bias=348/349
17.69/17.76	c Solving starts ...
17.69/17.76	c ============================[ Search Statistics ]============================
17.69/17.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.69/17.76	c       |         |          |          |    Limit     GC | Var      | Constra 
17.69/17.76	c =============================================================================
17.69/17.76	c  0.0s |       0 |        0 |        0 |    38519      0 |      331 |      346
17.79/17.80	c  0.0s |       0 |       17 |        1 |    38519      0 |      331 |      347
17.79/17.80	c #cpu_time = 0.044s
17.79/17.80	c #wall_clock_time = 0.044s
17.79/17.80	c #decision = 17
17.79/17.80	c #random_decision = 0
17.79/17.80	c #conflict = 1
17.79/17.80	c #restart = 0
17.79/17.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
17.79/17.80	c lower bound updated to -924
17.79/17.80	c BCD2: 348 <= obj <= 1232
17.79/17.80	c BCD2: #cores=16, #unrelaxed=908, #relaxed=364, #hardened=0
17.79/17.80	c BCD2: #sat=1 #unsat=349 bias=349/350
17.79/17.80	c Solving starts ...
17.79/17.80	c ============================[ Search Statistics ]============================
17.79/17.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.79/17.80	c       |         |          |          |    Limit     GC | Var      | Constra 
17.79/17.80	c =============================================================================
17.79/17.80	c  0.0s |       0 |        0 |        0 |    38519      0 |      332 |      347
17.79/17.85	c  0.0s |       0 |       17 |        1 |    38519      0 |      332 |      348
17.79/17.85	c #cpu_time = 0.044s
17.79/17.85	c #wall_clock_time = 0.044s
17.79/17.85	c #decision = 17
17.79/17.85	c #random_decision = 0
17.79/17.85	c #conflict = 1
17.79/17.85	c #restart = 0
17.79/17.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
17.79/17.85	c lower bound updated to -923
17.79/17.85	c BCD2: 349 <= obj <= 1232
17.79/17.85	c BCD2: #cores=16, #unrelaxed=907, #relaxed=365, #hardened=0
17.79/17.85	c BCD2: #sat=1 #unsat=350 bias=350/351
17.79/17.85	c Solving starts ...
17.79/17.85	c ============================[ Search Statistics ]============================
17.79/17.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.79/17.85	c       |         |          |          |    Limit     GC | Var      | Constra 
17.79/17.85	c =============================================================================
17.79/17.85	c  0.0s |       0 |        0 |        0 |    38519      0 |      333 |      348
17.79/17.89	c  0.0s |       0 |       17 |        1 |    38519      0 |      333 |      349
17.79/17.89	c #cpu_time = 0.044s
17.79/17.89	c #wall_clock_time = 0.044s
17.79/17.89	c #decision = 17
17.79/17.89	c #random_decision = 0
17.79/17.89	c #conflict = 1
17.79/17.89	c #restart = 0
17.79/17.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
17.79/17.89	c lower bound updated to -922
17.79/17.89	c BCD2: 350 <= obj <= 1232
17.79/17.89	c BCD2: #cores=16, #unrelaxed=906, #relaxed=366, #hardened=0
17.79/17.89	c BCD2: #sat=1 #unsat=351 bias=351/352
17.79/17.89	c Solving starts ...
17.79/17.89	c ============================[ Search Statistics ]============================
17.79/17.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.79/17.89	c       |         |          |          |    Limit     GC | Var      | Constra 
17.79/17.89	c =============================================================================
17.79/17.89	c  0.0s |       0 |        0 |        0 |    38519      0 |      334 |      349
17.89/17.93	c  0.0s |       0 |       17 |        1 |    38519      0 |      334 |      350
17.89/17.93	c #cpu_time = 0.044s
17.89/17.93	c #wall_clock_time = 0.044s
17.89/17.93	c #decision = 17
17.89/17.93	c #random_decision = 0
17.89/17.93	c #conflict = 1
17.89/17.93	c #restart = 0
17.89/17.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
17.89/17.93	c lower bound updated to -921
17.89/17.94	c BCD2: 351 <= obj <= 1232
17.89/17.94	c BCD2: #cores=16, #unrelaxed=905, #relaxed=367, #hardened=0
17.89/17.94	c BCD2: #sat=1 #unsat=352 bias=352/353
17.89/17.94	c Solving starts ...
17.89/17.94	c ============================[ Search Statistics ]============================
17.89/17.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.89/17.94	c       |         |          |          |    Limit     GC | Var      | Constra 
17.89/17.94	c =============================================================================
17.89/17.94	c  0.0s |       0 |        0 |        0 |    38519      0 |      335 |      350
17.89/17.98	c  0.0s |       0 |       17 |        1 |    38519      0 |      335 |      351
17.89/17.98	c #cpu_time = 0.044s
17.89/17.98	c #wall_clock_time = 0.044s
17.89/17.98	c #decision = 17
17.89/17.98	c #random_decision = 0
17.89/17.98	c #conflict = 1
17.89/17.98	c #restart = 0
17.89/17.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
17.89/17.98	c lower bound updated to -920
17.89/17.98	c BCD2: 352 <= obj <= 1232
17.89/17.98	c BCD2: #cores=16, #unrelaxed=904, #relaxed=368, #hardened=0
17.89/17.98	c BCD2: #sat=1 #unsat=353 bias=353/354
17.89/17.98	c Solving starts ...
17.89/17.98	c ============================[ Search Statistics ]============================
17.89/17.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.89/17.98	c       |         |          |          |    Limit     GC | Var      | Constra 
17.89/17.98	c =============================================================================
17.89/17.98	c  0.0s |       0 |        0 |        0 |    38519      0 |      336 |      351
17.99/18.02	c  0.0s |       0 |       17 |        1 |    38519      0 |      336 |      352
17.99/18.02	c #cpu_time = 0.044s
17.99/18.02	c #wall_clock_time = 0.044s
17.99/18.02	c #decision = 17
17.99/18.02	c #random_decision = 0
17.99/18.03	c #conflict = 1
17.99/18.03	c #restart = 0
17.99/18.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
17.99/18.03	c lower bound updated to -919
17.99/18.03	c BCD2: 353 <= obj <= 1232
17.99/18.03	c BCD2: #cores=16, #unrelaxed=903, #relaxed=369, #hardened=0
17.99/18.03	c BCD2: #sat=1 #unsat=354 bias=354/355
17.99/18.03	c Solving starts ...
17.99/18.03	c ============================[ Search Statistics ]============================
17.99/18.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.99/18.03	c       |         |          |          |    Limit     GC | Var      | Constra 
17.99/18.03	c =============================================================================
17.99/18.03	c  0.0s |       0 |        0 |        0 |    38519      0 |      337 |      352
17.99/18.07	c  0.0s |       0 |       17 |        1 |    38519      0 |      337 |      353
17.99/18.07	c #cpu_time = 0.043s
17.99/18.07	c #wall_clock_time = 0.043s
17.99/18.07	c #decision = 17
17.99/18.07	c #random_decision = 0
17.99/18.07	c #conflict = 1
17.99/18.07	c #restart = 0
17.99/18.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
17.99/18.07	c lower bound updated to -918
17.99/18.07	c BCD2: 354 <= obj <= 1232
17.99/18.07	c BCD2: #cores=16, #unrelaxed=902, #relaxed=370, #hardened=0
17.99/18.07	c BCD2: #sat=1 #unsat=355 bias=355/356
17.99/18.07	c Solving starts ...
17.99/18.07	c ============================[ Search Statistics ]============================
17.99/18.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.99/18.07	c       |         |          |          |    Limit     GC | Var      | Constra 
17.99/18.07	c =============================================================================
17.99/18.08	c  0.0s |       0 |        0 |        0 |    38519      0 |      338 |      353
18.08/18.12	c  0.0s |       0 |       17 |        1 |    38519      0 |      338 |      354
18.08/18.12	c #cpu_time = 0.044s
18.08/18.12	c #wall_clock_time = 0.044s
18.08/18.12	c #decision = 17
18.08/18.12	c #random_decision = 0
18.08/18.12	c #conflict = 1
18.08/18.12	c #restart = 0
18.08/18.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
18.08/18.12	c lower bound updated to -917
18.08/18.12	c BCD2: 355 <= obj <= 1232
18.08/18.12	c BCD2: #cores=16, #unrelaxed=901, #relaxed=371, #hardened=0
18.08/18.12	c BCD2: #sat=1 #unsat=356 bias=356/357
18.08/18.12	c Solving starts ...
18.08/18.12	c ============================[ Search Statistics ]============================
18.08/18.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.08/18.12	c       |         |          |          |    Limit     GC | Var      | Constra 
18.08/18.12	c =============================================================================
18.08/18.12	c  0.0s |       0 |        0 |        0 |    38519      0 |      339 |      354
18.08/18.16	c  0.0s |       0 |       17 |        1 |    38519      0 |      339 |      355
18.08/18.16	c #cpu_time = 0.044s
18.08/18.16	c #wall_clock_time = 0.044s
18.08/18.16	c #decision = 17
18.08/18.16	c #random_decision = 0
18.08/18.16	c #conflict = 1
18.08/18.16	c #restart = 0
18.08/18.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
18.08/18.16	c lower bound updated to -916
18.08/18.16	c BCD2: 356 <= obj <= 1232
18.08/18.16	c BCD2: #cores=16, #unrelaxed=900, #relaxed=372, #hardened=0
18.08/18.16	c BCD2: #sat=1 #unsat=357 bias=357/358
18.08/18.16	c Solving starts ...
18.08/18.16	c ============================[ Search Statistics ]============================
18.08/18.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.08/18.16	c       |         |          |          |    Limit     GC | Var      | Constra 
18.08/18.16	c =============================================================================
18.08/18.16	c  0.0s |       0 |        0 |        0 |    38519      0 |      340 |      355
18.19/18.21	c  0.0s |       0 |       17 |        1 |    38519      0 |      340 |      356
18.19/18.21	c #cpu_time = 0.044s
18.19/18.21	c #wall_clock_time = 0.045s
18.19/18.21	c #decision = 17
18.19/18.21	c #random_decision = 0
18.19/18.21	c #conflict = 1
18.19/18.21	c #restart = 0
18.19/18.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
18.19/18.21	c lower bound updated to -915
18.19/18.21	c BCD2: 357 <= obj <= 1232
18.19/18.21	c BCD2: #cores=16, #unrelaxed=899, #relaxed=373, #hardened=0
18.19/18.21	c BCD2: #sat=1 #unsat=358 bias=358/359
18.19/18.21	c Solving starts ...
18.19/18.21	c ============================[ Search Statistics ]============================
18.19/18.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.19/18.21	c       |         |          |          |    Limit     GC | Var      | Constra 
18.19/18.21	c =============================================================================
18.19/18.21	c  0.0s |       0 |        0 |        0 |    38519      0 |      341 |      356
18.19/18.25	c  0.0s |       0 |       17 |        1 |    38519      0 |      341 |      357
18.19/18.25	c #cpu_time = 0.044s
18.19/18.25	c #wall_clock_time = 0.044s
18.19/18.25	c #decision = 17
18.19/18.25	c #random_decision = 0
18.19/18.25	c #conflict = 1
18.19/18.25	c #restart = 0
18.19/18.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
18.19/18.25	c lower bound updated to -914
18.19/18.26	c BCD2: 358 <= obj <= 1232
18.19/18.26	c BCD2: #cores=16, #unrelaxed=898, #relaxed=374, #hardened=0
18.19/18.26	c BCD2: #sat=1 #unsat=359 bias=359/360
18.19/18.26	c Solving starts ...
18.19/18.26	c ============================[ Search Statistics ]============================
18.19/18.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.19/18.26	c       |         |          |          |    Limit     GC | Var      | Constra 
18.19/18.26	c =============================================================================
18.19/18.26	c  0.0s |       0 |        0 |        0 |    38519      0 |      342 |      357
18.29/18.30	c  0.0s |       0 |       17 |        1 |    38519      0 |      342 |      358
18.29/18.30	c #cpu_time = 0.044s
18.29/18.30	c #wall_clock_time = 0.044s
18.29/18.30	c #decision = 17
18.29/18.30	c #random_decision = 0
18.29/18.30	c #conflict = 1
18.29/18.30	c #restart = 0
18.29/18.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
18.29/18.30	c lower bound updated to -913
18.29/18.30	c BCD2: 359 <= obj <= 1232
18.29/18.30	c BCD2: #cores=16, #unrelaxed=897, #relaxed=375, #hardened=0
18.29/18.30	c BCD2: #sat=1 #unsat=360 bias=360/361
18.29/18.30	c Solving starts ...
18.29/18.30	c ============================[ Search Statistics ]============================
18.29/18.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.29/18.30	c       |         |          |          |    Limit     GC | Var      | Constra 
18.29/18.30	c =============================================================================
18.29/18.30	c  0.0s |       0 |        0 |        0 |    38519      0 |      343 |      358
18.29/18.34	c  0.0s |       0 |       17 |        1 |    38519      0 |      343 |      359
18.29/18.34	c #cpu_time = 0.044s
18.29/18.34	c #wall_clock_time = 0.044s
18.29/18.34	c #decision = 17
18.29/18.34	c #random_decision = 0
18.29/18.34	c #conflict = 1
18.29/18.34	c #restart = 0
18.29/18.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
18.29/18.34	c lower bound updated to -912
18.29/18.34	c BCD2: 360 <= obj <= 1232
18.29/18.34	c BCD2: #cores=16, #unrelaxed=896, #relaxed=376, #hardened=0
18.29/18.34	c BCD2: #sat=1 #unsat=361 bias=361/362
18.29/18.34	c Solving starts ...
18.29/18.34	c ============================[ Search Statistics ]============================
18.29/18.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.29/18.34	c       |         |          |          |    Limit     GC | Var      | Constra 
18.29/18.34	c =============================================================================
18.29/18.34	c  0.0s |       0 |        0 |        0 |    38519      0 |      344 |      359
18.29/18.39	c  0.0s |       0 |       17 |        1 |    38519      0 |      344 |      360
18.29/18.39	c #cpu_time = 0.044s
18.29/18.39	c #wall_clock_time = 0.044s
18.29/18.39	c #decision = 17
18.29/18.39	c #random_decision = 0
18.29/18.39	c #conflict = 1
18.29/18.39	c #restart = 0
18.29/18.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
18.29/18.39	c lower bound updated to -911
18.29/18.39	c BCD2: 361 <= obj <= 1232
18.29/18.39	c BCD2: #cores=16, #unrelaxed=895, #relaxed=377, #hardened=0
18.29/18.39	c BCD2: #sat=1 #unsat=362 bias=362/363
18.29/18.39	c Solving starts ...
18.29/18.39	c ============================[ Search Statistics ]============================
18.29/18.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.29/18.39	c       |         |          |          |    Limit     GC | Var      | Constra 
18.29/18.39	c =============================================================================
18.29/18.39	c  0.0s |       0 |        0 |        0 |    38519      0 |      345 |      360
18.38/18.43	c  0.0s |       0 |       17 |        1 |    38519      0 |      345 |      361
18.38/18.43	c #cpu_time = 0.044s
18.38/18.43	c #wall_clock_time = 0.044s
18.38/18.43	c #decision = 17
18.38/18.43	c #random_decision = 0
18.38/18.43	c #conflict = 1
18.38/18.43	c #restart = 0
18.38/18.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
18.38/18.43	c lower bound updated to -910
18.38/18.44	c BCD2: 362 <= obj <= 1232
18.38/18.44	c BCD2: #cores=16, #unrelaxed=894, #relaxed=378, #hardened=0
18.38/18.44	c BCD2: #sat=1 #unsat=363 bias=363/364
18.38/18.44	c Solving starts ...
18.38/18.44	c ============================[ Search Statistics ]============================
18.38/18.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.38/18.44	c       |         |          |          |    Limit     GC | Var      | Constra 
18.38/18.44	c =============================================================================
18.38/18.44	c  0.0s |       0 |        0 |        0 |    38519      0 |      346 |      361
18.38/18.48	c  0.0s |       0 |       17 |        1 |    38519      0 |      346 |      362
18.38/18.48	c #cpu_time = 0.043s
18.38/18.48	c #wall_clock_time = 0.043s
18.38/18.48	c #decision = 17
18.38/18.48	c #random_decision = 0
18.38/18.48	c #conflict = 1
18.38/18.48	c #restart = 0
18.38/18.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
18.38/18.48	c lower bound updated to -909
18.38/18.48	c BCD2: 363 <= obj <= 1232
18.38/18.48	c BCD2: #cores=16, #unrelaxed=893, #relaxed=379, #hardened=0
18.38/18.48	c BCD2: #sat=1 #unsat=364 bias=364/365
18.38/18.48	c Solving starts ...
18.38/18.48	c ============================[ Search Statistics ]============================
18.38/18.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.38/18.48	c       |         |          |          |    Limit     GC | Var      | Constra 
18.38/18.48	c =============================================================================
18.38/18.48	c  0.0s |       0 |        0 |        0 |    38519      0 |      347 |      362
18.48/18.53	c  0.0s |       0 |       17 |        1 |    38519      0 |      347 |      363
18.48/18.53	c #cpu_time = 0.044s
18.48/18.53	c #wall_clock_time = 0.044s
18.48/18.53	c #decision = 17
18.48/18.53	c #random_decision = 0
18.48/18.53	c #conflict = 1
18.48/18.53	c #restart = 0
18.48/18.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
18.48/18.53	c lower bound updated to -908
18.48/18.53	c BCD2: 364 <= obj <= 1232
18.48/18.53	c BCD2: #cores=16, #unrelaxed=892, #relaxed=380, #hardened=0
18.48/18.53	c BCD2: #sat=1 #unsat=365 bias=365/366
18.48/18.53	c Solving starts ...
18.48/18.53	c ============================[ Search Statistics ]============================
18.48/18.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.48/18.53	c       |         |          |          |    Limit     GC | Var      | Constra 
18.48/18.53	c =============================================================================
18.48/18.53	c  0.0s |       0 |        0 |        0 |    38519      0 |      348 |      363
18.48/18.58	c  0.0s |       0 |       17 |        1 |    38519      0 |      348 |      364
18.48/18.58	c #cpu_time = 0.047s
18.48/18.58	c #wall_clock_time = 0.047s
18.48/18.58	c #decision = 17
18.48/18.58	c #random_decision = 0
18.48/18.58	c #conflict = 1
18.48/18.58	c #restart = 0
18.48/18.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
18.48/18.58	c lower bound updated to -907
18.48/18.58	c BCD2: 365 <= obj <= 1232
18.48/18.58	c BCD2: #cores=16, #unrelaxed=891, #relaxed=381, #hardened=0
18.48/18.58	c BCD2: #sat=1 #unsat=366 bias=366/367
18.48/18.58	c Solving starts ...
18.48/18.58	c ============================[ Search Statistics ]============================
18.48/18.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.48/18.58	c       |         |          |          |    Limit     GC | Var      | Constra 
18.48/18.58	c =============================================================================
18.48/18.58	c  0.0s |       0 |        0 |        0 |    38519      0 |      349 |      364
18.58/18.62	c  0.0s |       0 |       17 |        1 |    38519      0 |      349 |      365
18.58/18.62	c #cpu_time = 0.047s
18.58/18.62	c #wall_clock_time = 0.047s
18.58/18.62	c #decision = 17
18.58/18.62	c #random_decision = 0
18.58/18.62	c #conflict = 1
18.58/18.62	c #restart = 0
18.58/18.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
18.58/18.62	c lower bound updated to -906
18.58/18.63	c BCD2: 366 <= obj <= 1232
18.58/18.63	c BCD2: #cores=16, #unrelaxed=890, #relaxed=382, #hardened=0
18.58/18.63	c BCD2: #sat=1 #unsat=367 bias=367/368
18.58/18.63	c Solving starts ...
18.58/18.63	c ============================[ Search Statistics ]============================
18.58/18.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.58/18.63	c       |         |          |          |    Limit     GC | Var      | Constra 
18.58/18.63	c =============================================================================
18.58/18.63	c  0.0s |       0 |        0 |        0 |    38519      0 |      350 |      365
18.58/18.67	c  0.0s |       0 |       17 |        1 |    38519      0 |      350 |      366
18.58/18.67	c #cpu_time = 0.044s
18.58/18.67	c #wall_clock_time = 0.044s
18.58/18.67	c #decision = 17
18.58/18.67	c #random_decision = 0
18.58/18.67	c #conflict = 1
18.58/18.67	c #restart = 0
18.58/18.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
18.58/18.67	c lower bound updated to -905
18.58/18.67	c BCD2: 367 <= obj <= 1232
18.58/18.67	c BCD2: #cores=16, #unrelaxed=889, #relaxed=383, #hardened=0
18.58/18.67	c BCD2: #sat=1 #unsat=368 bias=368/369
18.58/18.67	c Solving starts ...
18.58/18.67	c ============================[ Search Statistics ]============================
18.58/18.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.58/18.67	c       |         |          |          |    Limit     GC | Var      | Constra 
18.58/18.67	c =============================================================================
18.58/18.67	c  0.0s |       0 |        0 |        0 |    38519      0 |      351 |      366
18.69/18.71	c  0.0s |       0 |       17 |        1 |    38519      0 |      351 |      367
18.69/18.71	c #cpu_time = 0.044s
18.69/18.71	c #wall_clock_time = 0.044s
18.69/18.71	c #decision = 17
18.69/18.71	c #random_decision = 0
18.69/18.71	c #conflict = 1
18.69/18.71	c #restart = 0
18.69/18.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
18.69/18.71	c lower bound updated to -904
18.69/18.72	c BCD2: 368 <= obj <= 1232
18.69/18.72	c BCD2: #cores=16, #unrelaxed=888, #relaxed=384, #hardened=0
18.69/18.72	c BCD2: #sat=1 #unsat=369 bias=369/370
18.69/18.72	c Solving starts ...
18.69/18.72	c ============================[ Search Statistics ]============================
18.69/18.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.69/18.72	c       |         |          |          |    Limit     GC | Var      | Constra 
18.69/18.72	c =============================================================================
18.69/18.72	c  0.0s |       0 |        0 |        0 |    38519      0 |      352 |      367
18.69/18.76	c  0.0s |       0 |       17 |        0 |    38519      0 |      352 |      368
18.69/18.76	c #cpu_time = 0.044s
18.69/18.76	c #wall_clock_time = 0.044s
18.69/18.76	c #decision = 17
18.69/18.76	c #random_decision = 0
18.69/18.76	c #conflict = 0
18.69/18.76	c #restart = 0
18.69/18.76	c BCD2: found a new core of size 2: cost of the new core is >=1
18.69/18.76	c lower bound updated to -903
18.69/18.77	c BCD2: 369 <= obj <= 1232
18.69/18.77	c BCD2: #cores=17, #unrelaxed=886, #relaxed=386, #hardened=0
18.69/18.77	c BCD2: #sat=1 #unsat=370 bias=370/371
18.69/18.77	c Solving starts ...
18.69/18.77	c ============================[ Search Statistics ]============================
18.69/18.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.69/18.77	c       |         |          |          |    Limit     GC | Var      | Constra 
18.69/18.77	c =============================================================================
18.69/18.77	c  0.0s |       0 |        0 |        0 |    38519      0 |      352 |      369
18.79/18.81	c  0.0s |       0 |       18 |        1 |    38519      0 |      352 |      369
18.79/18.81	c #cpu_time = 0.042s
18.79/18.81	c #wall_clock_time = 0.042s
18.79/18.81	c #decision = 18
18.79/18.81	c #random_decision = 0
18.79/18.81	c #conflict = 1
18.79/18.81	c #restart = 0
18.79/18.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
18.79/18.81	c lower bound updated to -902
18.79/18.81	c BCD2: 370 <= obj <= 1232
18.79/18.81	c BCD2: #cores=17, #unrelaxed=885, #relaxed=387, #hardened=0
18.79/18.81	c BCD2: #sat=1 #unsat=371 bias=371/372
18.79/18.81	c Solving starts ...
18.79/18.81	c ============================[ Search Statistics ]============================
18.79/18.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.79/18.81	c       |         |          |          |    Limit     GC | Var      | Constra 
18.79/18.81	c =============================================================================
18.79/18.82	c  0.0s |       0 |        0 |        0 |    38519      0 |      353 |      369
18.79/18.86	c  0.0s |       0 |       18 |        1 |    38519      0 |      353 |      370
18.79/18.86	c #cpu_time = 0.043s
18.79/18.86	c #wall_clock_time = 0.043s
18.79/18.86	c #decision = 18
18.79/18.86	c #random_decision = 0
18.79/18.86	c #conflict = 1
18.79/18.86	c #restart = 0
18.79/18.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
18.79/18.86	c lower bound updated to -901
18.79/18.86	c BCD2: 371 <= obj <= 1232
18.79/18.86	c BCD2: #cores=17, #unrelaxed=884, #relaxed=388, #hardened=0
18.79/18.86	c BCD2: #sat=1 #unsat=372 bias=372/373
18.79/18.86	c Solving starts ...
18.79/18.86	c ============================[ Search Statistics ]============================
18.79/18.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.79/18.86	c       |         |          |          |    Limit     GC | Var      | Constra 
18.79/18.86	c =============================================================================
18.79/18.86	c  0.0s |       0 |        0 |        0 |    38519      0 |      354 |      370
18.89/18.90	c  0.0s |       0 |       18 |        1 |    38519      0 |      354 |      371
18.89/18.90	c #cpu_time = 0.044s
18.89/18.90	c #wall_clock_time = 0.044s
18.89/18.90	c #decision = 18
18.89/18.90	c #random_decision = 0
18.89/18.90	c #conflict = 1
18.89/18.90	c #restart = 0
18.89/18.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
18.89/18.90	c lower bound updated to -900
18.89/18.90	c BCD2: 372 <= obj <= 1232
18.89/18.90	c BCD2: #cores=17, #unrelaxed=883, #relaxed=389, #hardened=0
18.89/18.90	c BCD2: #sat=1 #unsat=373 bias=373/374
18.89/18.90	c Solving starts ...
18.89/18.90	c ============================[ Search Statistics ]============================
18.89/18.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.89/18.90	c       |         |          |          |    Limit     GC | Var      | Constra 
18.89/18.90	c =============================================================================
18.89/18.91	c  0.0s |       0 |        0 |        0 |    38519      0 |      355 |      371
18.89/18.95	c  0.0s |       0 |       18 |        1 |    38519      0 |      355 |      372
18.89/18.95	c #cpu_time = 0.044s
18.89/18.95	c #wall_clock_time = 0.044s
18.89/18.95	c #decision = 18
18.89/18.95	c #random_decision = 0
18.89/18.95	c #conflict = 1
18.89/18.95	c #restart = 0
18.89/18.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
18.89/18.95	c lower bound updated to -899
18.89/18.95	c BCD2: 373 <= obj <= 1232
18.89/18.95	c BCD2: #cores=17, #unrelaxed=882, #relaxed=390, #hardened=0
18.89/18.95	c BCD2: #sat=1 #unsat=374 bias=374/375
18.89/18.95	c Solving starts ...
18.89/18.95	c ============================[ Search Statistics ]============================
18.89/18.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.89/18.95	c       |         |          |          |    Limit     GC | Var      | Constra 
18.89/18.95	c =============================================================================
18.89/18.95	c  0.0s |       0 |        0 |        0 |    38519      0 |      356 |      372
18.89/18.99	c  0.0s |       0 |       18 |        1 |    38519      0 |      356 |      373
18.89/18.99	c #cpu_time = 0.044s
18.89/18.99	c #wall_clock_time = 0.045s
18.89/18.99	c #decision = 18
18.89/18.99	c #random_decision = 0
18.89/18.99	c #conflict = 1
18.89/18.99	c #restart = 0
18.89/18.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
18.89/18.99	c lower bound updated to -898
18.89/19.00	c BCD2: 374 <= obj <= 1232
18.89/19.00	c BCD2: #cores=17, #unrelaxed=881, #relaxed=391, #hardened=0
18.89/19.00	c BCD2: #sat=1 #unsat=375 bias=375/376
18.89/19.00	c Solving starts ...
18.89/19.00	c ============================[ Search Statistics ]============================
18.89/19.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.89/19.00	c       |         |          |          |    Limit     GC | Var      | Constra 
18.89/19.00	c =============================================================================
18.89/19.00	c  0.0s |       0 |        0 |        0 |    38519      0 |      357 |      373
18.99/19.04	c  0.0s |       0 |       18 |        1 |    38519      0 |      357 |      374
18.99/19.04	c #cpu_time = 0.044s
18.99/19.04	c #wall_clock_time = 0.044s
18.99/19.04	c #decision = 18
18.99/19.04	c #random_decision = 0
18.99/19.04	c #conflict = 1
18.99/19.04	c #restart = 0
18.99/19.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
18.99/19.04	c lower bound updated to -897
18.99/19.04	c BCD2: 375 <= obj <= 1232
18.99/19.04	c BCD2: #cores=17, #unrelaxed=880, #relaxed=392, #hardened=0
18.99/19.04	c BCD2: #sat=1 #unsat=376 bias=376/377
18.99/19.04	c Solving starts ...
18.99/19.04	c ============================[ Search Statistics ]============================
18.99/19.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.99/19.04	c       |         |          |          |    Limit     GC | Var      | Constra 
18.99/19.04	c =============================================================================
18.99/19.04	c  0.0s |       0 |        0 |        0 |    38519      0 |      358 |      374
18.99/19.09	c  0.0s |       0 |       18 |        1 |    38519      0 |      358 |      375
18.99/19.09	c #cpu_time = 0.044s
18.99/19.09	c #wall_clock_time = 0.044s
18.99/19.09	c #decision = 18
18.99/19.09	c #random_decision = 0
18.99/19.09	c #conflict = 1
18.99/19.09	c #restart = 0
18.99/19.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
18.99/19.09	c lower bound updated to -896
18.99/19.09	c BCD2: 376 <= obj <= 1232
18.99/19.09	c BCD2: #cores=17, #unrelaxed=879, #relaxed=393, #hardened=0
18.99/19.09	c BCD2: #sat=1 #unsat=377 bias=377/378
18.99/19.09	c Solving starts ...
18.99/19.09	c ============================[ Search Statistics ]============================
18.99/19.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.99/19.09	c       |         |          |          |    Limit     GC | Var      | Constra 
18.99/19.09	c =============================================================================
18.99/19.09	c  0.0s |       0 |        0 |        0 |    38519      0 |      359 |      375
19.08/19.13	c  0.0s |       0 |       18 |        1 |    38519      0 |      359 |      376
19.08/19.13	c #cpu_time = 0.044s
19.08/19.13	c #wall_clock_time = 0.044s
19.08/19.13	c #decision = 18
19.08/19.13	c #random_decision = 0
19.08/19.13	c #conflict = 1
19.08/19.13	c #restart = 0
19.08/19.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
19.08/19.13	c lower bound updated to -895
19.08/19.13	c BCD2: 377 <= obj <= 1232
19.08/19.13	c BCD2: #cores=17, #unrelaxed=878, #relaxed=394, #hardened=0
19.08/19.13	c BCD2: #sat=1 #unsat=378 bias=378/379
19.08/19.13	c Solving starts ...
19.08/19.13	c ============================[ Search Statistics ]============================
19.08/19.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.08/19.13	c       |         |          |          |    Limit     GC | Var      | Constra 
19.08/19.13	c =============================================================================
19.08/19.13	c  0.0s |       0 |        0 |        0 |    38519      0 |      360 |      376
19.08/19.17	c  0.0s |       0 |       18 |        1 |    38519      0 |      360 |      377
19.08/19.17	c #cpu_time = 0.044s
19.08/19.17	c #wall_clock_time = 0.044s
19.08/19.17	c #decision = 18
19.08/19.17	c #random_decision = 0
19.08/19.17	c #conflict = 1
19.08/19.17	c #restart = 0
19.08/19.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
19.08/19.17	c lower bound updated to -894
19.08/19.18	c BCD2: 378 <= obj <= 1232
19.08/19.18	c BCD2: #cores=17, #unrelaxed=877, #relaxed=395, #hardened=0
19.08/19.18	c BCD2: #sat=1 #unsat=379 bias=379/380
19.08/19.18	c Solving starts ...
19.08/19.18	c ============================[ Search Statistics ]============================
19.08/19.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.08/19.18	c       |         |          |          |    Limit     GC | Var      | Constra 
19.08/19.18	c =============================================================================
19.08/19.18	c  0.0s |       0 |        0 |        0 |    38519      0 |      361 |      377
19.19/19.22	c  0.0s |       0 |       18 |        1 |    38519      0 |      361 |      378
19.19/19.22	c #cpu_time = 0.044s
19.19/19.22	c #wall_clock_time = 0.044s
19.19/19.22	c #decision = 18
19.19/19.22	c #random_decision = 0
19.19/19.22	c #conflict = 1
19.19/19.22	c #restart = 0
19.19/19.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
19.19/19.22	c lower bound updated to -893
19.19/19.23	c BCD2: 379 <= obj <= 1232
19.19/19.23	c BCD2: #cores=17, #unrelaxed=876, #relaxed=396, #hardened=0
19.19/19.23	c BCD2: #sat=1 #unsat=380 bias=380/381
19.19/19.23	c Solving starts ...
19.19/19.23	c ============================[ Search Statistics ]============================
19.19/19.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.19/19.23	c       |         |          |          |    Limit     GC | Var      | Constra 
19.19/19.23	c =============================================================================
19.19/19.23	c  0.0s |       0 |        0 |        0 |    38519      0 |      362 |      378
19.19/19.27	c  0.0s |       0 |       18 |        1 |    38519      0 |      362 |      379
19.19/19.27	c #cpu_time = 0.043s
19.19/19.27	c #wall_clock_time = 0.043s
19.19/19.27	c #decision = 18
19.19/19.27	c #random_decision = 0
19.19/19.27	c #conflict = 1
19.19/19.27	c #restart = 0
19.19/19.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
19.19/19.27	c lower bound updated to -892
19.19/19.27	c BCD2: 380 <= obj <= 1232
19.19/19.27	c BCD2: #cores=17, #unrelaxed=875, #relaxed=397, #hardened=0
19.19/19.27	c BCD2: #sat=1 #unsat=381 bias=381/382
19.19/19.27	c Solving starts ...
19.19/19.27	c ============================[ Search Statistics ]============================
19.19/19.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.19/19.27	c       |         |          |          |    Limit     GC | Var      | Constra 
19.19/19.27	c =============================================================================
19.19/19.27	c  0.0s |       0 |        0 |        0 |    38519      0 |      363 |      379
19.29/19.31	c  0.0s |       0 |       18 |        1 |    38519      0 |      363 |      380
19.29/19.31	c #cpu_time = 0.044s
19.29/19.31	c #wall_clock_time = 0.044s
19.29/19.31	c #decision = 18
19.29/19.31	c #random_decision = 0
19.29/19.31	c #conflict = 1
19.29/19.31	c #restart = 0
19.29/19.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
19.29/19.31	c lower bound updated to -891
19.29/19.31	c BCD2: 381 <= obj <= 1232
19.29/19.31	c BCD2: #cores=17, #unrelaxed=874, #relaxed=398, #hardened=0
19.29/19.31	c BCD2: #sat=1 #unsat=382 bias=382/383
19.29/19.31	c Solving starts ...
19.29/19.31	c ============================[ Search Statistics ]============================
19.29/19.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.29/19.31	c       |         |          |          |    Limit     GC | Var      | Constra 
19.29/19.31	c =============================================================================
19.29/19.31	c  0.0s |       0 |        0 |        0 |    38519      0 |      364 |      380
19.29/19.36	c  0.0s |       0 |       18 |        1 |    38519      0 |      364 |      381
19.29/19.36	c #cpu_time = 0.044s
19.29/19.36	c #wall_clock_time = 0.044s
19.29/19.36	c #decision = 18
19.29/19.36	c #random_decision = 0
19.29/19.36	c #conflict = 1
19.29/19.36	c #restart = 0
19.29/19.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
19.29/19.36	c lower bound updated to -890
19.29/19.36	c BCD2: 382 <= obj <= 1232
19.29/19.36	c BCD2: #cores=17, #unrelaxed=873, #relaxed=399, #hardened=0
19.29/19.36	c BCD2: #sat=1 #unsat=383 bias=383/384
19.29/19.36	c Solving starts ...
19.29/19.36	c ============================[ Search Statistics ]============================
19.29/19.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.29/19.36	c       |         |          |          |    Limit     GC | Var      | Constra 
19.29/19.36	c =============================================================================
19.29/19.36	c  0.0s |       0 |        0 |        0 |    38519      0 |      365 |      381
19.38/19.40	c  0.0s |       0 |       18 |        1 |    38519      0 |      365 |      382
19.38/19.40	c #cpu_time = 0.044s
19.38/19.40	c #wall_clock_time = 0.044s
19.38/19.40	c #decision = 18
19.38/19.40	c #random_decision = 0
19.38/19.40	c #conflict = 1
19.38/19.40	c #restart = 0
19.38/19.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
19.38/19.40	c lower bound updated to -889
19.38/19.40	c BCD2: 383 <= obj <= 1232
19.38/19.40	c BCD2: #cores=17, #unrelaxed=872, #relaxed=400, #hardened=0
19.38/19.40	c BCD2: #sat=1 #unsat=384 bias=384/385
19.38/19.40	c Solving starts ...
19.38/19.40	c ============================[ Search Statistics ]============================
19.38/19.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.38/19.40	c       |         |          |          |    Limit     GC | Var      | Constra 
19.38/19.40	c =============================================================================
19.38/19.40	c  0.0s |       0 |        0 |        0 |    38519      0 |      366 |      382
19.38/19.45	c  0.0s |       0 |       18 |        1 |    38519      0 |      366 |      383
19.38/19.45	c #cpu_time = 0.044s
19.38/19.45	c #wall_clock_time = 0.044s
19.38/19.45	c #decision = 18
19.38/19.45	c #random_decision = 0
19.38/19.45	c #conflict = 1
19.38/19.45	c #restart = 0
19.38/19.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
19.38/19.45	c lower bound updated to -888
19.38/19.45	c BCD2: 384 <= obj <= 1232
19.38/19.45	c BCD2: #cores=17, #unrelaxed=871, #relaxed=401, #hardened=0
19.38/19.45	c BCD2: #sat=1 #unsat=385 bias=385/386
19.38/19.45	c Solving starts ...
19.38/19.45	c ============================[ Search Statistics ]============================
19.38/19.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.38/19.45	c       |         |          |          |    Limit     GC | Var      | Constra 
19.38/19.45	c =============================================================================
19.38/19.45	c  0.0s |       0 |        0 |        0 |    38519      0 |      367 |      383
19.38/19.49	c  0.0s |       0 |       18 |        1 |    38519      0 |      367 |      384
19.38/19.49	c #cpu_time = 0.044s
19.38/19.49	c #wall_clock_time = 0.044s
19.38/19.49	c #decision = 18
19.38/19.49	c #random_decision = 0
19.38/19.49	c #conflict = 1
19.38/19.49	c #restart = 0
19.38/19.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
19.38/19.49	c lower bound updated to -887
19.38/19.49	c BCD2: 385 <= obj <= 1232
19.38/19.49	c BCD2: #cores=17, #unrelaxed=870, #relaxed=402, #hardened=0
19.38/19.49	c BCD2: #sat=1 #unsat=386 bias=386/387
19.38/19.49	c Solving starts ...
19.38/19.49	c ============================[ Search Statistics ]============================
19.38/19.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.38/19.49	c       |         |          |          |    Limit     GC | Var      | Constra 
19.38/19.49	c =============================================================================
19.38/19.49	c  0.0s |       0 |        0 |        0 |    38519      0 |      368 |      384
19.49/19.54	c  0.0s |       0 |       18 |        1 |    38519      0 |      368 |      385
19.49/19.54	c #cpu_time = 0.044s
19.49/19.54	c #wall_clock_time = 0.044s
19.49/19.54	c #decision = 18
19.49/19.54	c #random_decision = 0
19.49/19.54	c #conflict = 1
19.49/19.54	c #restart = 0
19.49/19.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
19.49/19.54	c lower bound updated to -886
19.49/19.54	c BCD2: 386 <= obj <= 1232
19.49/19.54	c BCD2: #cores=17, #unrelaxed=869, #relaxed=403, #hardened=0
19.49/19.54	c BCD2: #sat=1 #unsat=387 bias=387/388
19.49/19.54	c Solving starts ...
19.49/19.54	c ============================[ Search Statistics ]============================
19.49/19.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.49/19.54	c       |         |          |          |    Limit     GC | Var      | Constra 
19.49/19.54	c =============================================================================
19.49/19.54	c  0.0s |       0 |        0 |        0 |    38519      0 |      369 |      385
19.49/19.58	c  0.0s |       0 |       18 |        1 |    38519      0 |      369 |      386
19.49/19.58	c #cpu_time = 0.044s
19.49/19.58	c #wall_clock_time = 0.044s
19.49/19.58	c #decision = 18
19.49/19.58	c #random_decision = 0
19.49/19.58	c #conflict = 1
19.49/19.58	c #restart = 0
19.49/19.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
19.49/19.58	c lower bound updated to -885
19.49/19.58	c BCD2: 387 <= obj <= 1232
19.49/19.58	c BCD2: #cores=17, #unrelaxed=868, #relaxed=404, #hardened=0
19.49/19.58	c BCD2: #sat=1 #unsat=388 bias=388/389
19.49/19.58	c Solving starts ...
19.49/19.58	c ============================[ Search Statistics ]============================
19.49/19.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.49/19.58	c       |         |          |          |    Limit     GC | Var      | Constra 
19.49/19.58	c =============================================================================
19.49/19.59	c  0.0s |       0 |        0 |        0 |    38519      0 |      370 |      386
19.59/19.63	c  0.0s |       0 |       18 |        1 |    38519      0 |      370 |      387
19.59/19.63	c #cpu_time = 0.043s
19.59/19.63	c #wall_clock_time = 0.043s
19.59/19.63	c #decision = 18
19.59/19.63	c #random_decision = 0
19.59/19.63	c #conflict = 1
19.59/19.63	c #restart = 0
19.59/19.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
19.59/19.63	c lower bound updated to -884
19.59/19.63	c BCD2: 388 <= obj <= 1232
19.59/19.63	c BCD2: #cores=17, #unrelaxed=867, #relaxed=405, #hardened=0
19.59/19.63	c BCD2: #sat=1 #unsat=389 bias=389/390
19.59/19.63	c Solving starts ...
19.59/19.63	c ============================[ Search Statistics ]============================
19.59/19.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.59/19.63	c       |         |          |          |    Limit     GC | Var      | Constra 
19.59/19.63	c =============================================================================
19.59/19.63	c  0.0s |       0 |        0 |        0 |    38519      0 |      371 |      387
19.59/19.68	c  0.0s |       0 |       18 |        1 |    38519      0 |      371 |      388
19.59/19.68	c #cpu_time = 0.046s
19.59/19.68	c #wall_clock_time = 0.047s
19.59/19.68	c #decision = 18
19.59/19.68	c #random_decision = 0
19.59/19.68	c #conflict = 1
19.59/19.68	c #restart = 0
19.59/19.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
19.59/19.68	c lower bound updated to -883
19.59/19.68	c BCD2: 389 <= obj <= 1232
19.59/19.68	c BCD2: #cores=17, #unrelaxed=866, #relaxed=406, #hardened=0
19.59/19.68	c BCD2: #sat=1 #unsat=390 bias=390/391
19.59/19.68	c Solving starts ...
19.59/19.68	c ============================[ Search Statistics ]============================
19.59/19.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.59/19.68	c       |         |          |          |    Limit     GC | Var      | Constra 
19.59/19.68	c =============================================================================
19.59/19.68	c  0.0s |       0 |        0 |        0 |    38519      0 |      372 |      388
19.69/19.73	c  0.0s |       0 |       18 |        1 |    38519      0 |      372 |      389
19.69/19.73	c #cpu_time = 0.047s
19.69/19.73	c #wall_clock_time = 0.047s
19.69/19.73	c #decision = 18
19.69/19.73	c #random_decision = 0
19.69/19.73	c #conflict = 1
19.69/19.73	c #restart = 0
19.69/19.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
19.69/19.73	c lower bound updated to -882
19.69/19.73	c BCD2: 390 <= obj <= 1232
19.69/19.73	c BCD2: #cores=17, #unrelaxed=865, #relaxed=407, #hardened=0
19.69/19.73	c BCD2: #sat=1 #unsat=391 bias=391/392
19.69/19.73	c Solving starts ...
19.69/19.73	c ============================[ Search Statistics ]============================
19.69/19.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.69/19.73	c       |         |          |          |    Limit     GC | Var      | Constra 
19.69/19.73	c =============================================================================
19.69/19.73	c  0.0s |       0 |        0 |        0 |    38519      0 |      373 |      389
19.69/19.77	c  0.0s |       0 |       18 |        1 |    38519      0 |      373 |      390
19.69/19.77	c #cpu_time = 0.045s
19.69/19.77	c #wall_clock_time = 0.045s
19.69/19.77	c #decision = 18
19.69/19.77	c #random_decision = 0
19.69/19.78	c #conflict = 1
19.69/19.78	c #restart = 0
19.69/19.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
19.69/19.78	c lower bound updated to -881
19.69/19.78	c BCD2: 391 <= obj <= 1232
19.69/19.78	c BCD2: #cores=17, #unrelaxed=864, #relaxed=408, #hardened=0
19.69/19.78	c BCD2: #sat=1 #unsat=392 bias=392/393
19.69/19.78	c Solving starts ...
19.69/19.78	c ============================[ Search Statistics ]============================
19.69/19.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.69/19.78	c       |         |          |          |    Limit     GC | Var      | Constra 
19.69/19.78	c =============================================================================
19.69/19.78	c  0.0s |       0 |        0 |        0 |    38519      0 |      374 |      390
19.79/19.82	c  0.0s |       0 |       18 |        0 |    38519      0 |      374 |      391
19.79/19.82	c #cpu_time = 0.044s
19.79/19.82	c #wall_clock_time = 0.044s
19.79/19.82	c #decision = 18
19.79/19.82	c #random_decision = 0
19.79/19.82	c #conflict = 0
19.79/19.82	c #restart = 0
19.79/19.82	c BCD2: found a new core of size 2: cost of the new core is >=1
19.79/19.82	c lower bound updated to -880
19.79/19.83	c BCD2: 392 <= obj <= 1232
19.79/19.83	c BCD2: #cores=18, #unrelaxed=862, #relaxed=410, #hardened=0
19.79/19.83	c BCD2: #sat=1 #unsat=393 bias=393/394
19.79/19.83	c Solving starts ...
19.79/19.83	c ============================[ Search Statistics ]============================
19.79/19.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.79/19.83	c       |         |          |          |    Limit     GC | Var      | Constra 
19.79/19.83	c =============================================================================
19.79/19.83	c  0.0s |       0 |        0 |        0 |    38519      0 |      374 |      392
19.79/19.87	c  0.0s |       0 |       19 |        1 |    38519      0 |      374 |      392
19.79/19.87	c #cpu_time = 0.042s
19.79/19.87	c #wall_clock_time = 0.042s
19.79/19.87	c #decision = 19
19.79/19.87	c #random_decision = 0
19.79/19.87	c #conflict = 1
19.79/19.87	c #restart = 0
19.79/19.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
19.79/19.87	c lower bound updated to -879
19.79/19.87	c BCD2: 393 <= obj <= 1232
19.79/19.87	c BCD2: #cores=18, #unrelaxed=861, #relaxed=411, #hardened=0
19.79/19.87	c BCD2: #sat=1 #unsat=394 bias=394/395
19.79/19.87	c Solving starts ...
19.79/19.87	c ============================[ Search Statistics ]============================
19.79/19.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.79/19.87	c       |         |          |          |    Limit     GC | Var      | Constra 
19.79/19.87	c =============================================================================
19.79/19.87	c  0.0s |       0 |        0 |        0 |    38519      0 |      375 |      392
19.89/19.92	c  0.0s |       0 |       19 |        1 |    38519      0 |      375 |      393
19.89/19.92	c #cpu_time = 0.044s
19.89/19.92	c #wall_clock_time = 0.044s
19.89/19.92	c #decision = 19
19.89/19.92	c #random_decision = 0
19.89/19.92	c #conflict = 1
19.89/19.92	c #restart = 0
19.89/19.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
19.89/19.92	c lower bound updated to -878
19.89/19.92	c BCD2: 394 <= obj <= 1232
19.89/19.92	c BCD2: #cores=18, #unrelaxed=860, #relaxed=412, #hardened=0
19.89/19.92	c BCD2: #sat=1 #unsat=395 bias=395/396
19.89/19.92	c Solving starts ...
19.89/19.92	c ============================[ Search Statistics ]============================
19.89/19.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.89/19.92	c       |         |          |          |    Limit     GC | Var      | Constra 
19.89/19.92	c =============================================================================
19.89/19.92	c  0.0s |       0 |        0 |        0 |    38519      0 |      376 |      393
19.89/19.96	c  0.0s |       0 |       19 |        1 |    38519      0 |      376 |      394
19.89/19.96	c #cpu_time = 0.044s
19.89/19.96	c #wall_clock_time = 0.044s
19.89/19.96	c #decision = 19
19.89/19.96	c #random_decision = 0
19.89/19.96	c #conflict = 1
19.89/19.96	c #restart = 0
19.89/19.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
19.89/19.96	c lower bound updated to -877
19.89/19.96	c BCD2: 395 <= obj <= 1232
19.89/19.96	c BCD2: #cores=18, #unrelaxed=859, #relaxed=413, #hardened=0
19.89/19.96	c BCD2: #sat=1 #unsat=396 bias=396/397
19.89/19.96	c Solving starts ...
19.89/19.96	c ============================[ Search Statistics ]============================
19.89/19.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.89/19.96	c       |         |          |          |    Limit     GC | Var      | Constra 
19.89/19.96	c =============================================================================
19.89/19.96	c  0.0s |       0 |        0 |        0 |    38519      0 |      377 |      394
19.99/20.01	c  0.0s |       0 |       19 |        1 |    38519      0 |      377 |      395
19.99/20.01	c #cpu_time = 0.044s
19.99/20.01	c #wall_clock_time = 0.044s
19.99/20.01	c #decision = 19
19.99/20.01	c #random_decision = 0
19.99/20.01	c #conflict = 1
19.99/20.01	c #restart = 0
19.99/20.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
19.99/20.01	c lower bound updated to -876
19.99/20.01	c BCD2: 396 <= obj <= 1232
19.99/20.01	c BCD2: #cores=18, #unrelaxed=858, #relaxed=414, #hardened=0
19.99/20.01	c BCD2: #sat=1 #unsat=397 bias=397/398
19.99/20.01	c Solving starts ...
19.99/20.01	c ============================[ Search Statistics ]============================
19.99/20.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.99/20.01	c       |         |          |          |    Limit     GC | Var      | Constra 
19.99/20.01	c =============================================================================
19.99/20.01	c  0.0s |       0 |        0 |        0 |    38519      0 |      378 |      395
19.99/20.05	c  0.0s |       0 |       19 |        1 |    38519      0 |      378 |      396
19.99/20.05	c #cpu_time = 0.043s
19.99/20.05	c #wall_clock_time = 0.043s
19.99/20.05	c #decision = 19
19.99/20.05	c #random_decision = 0
19.99/20.05	c #conflict = 1
19.99/20.05	c #restart = 0
19.99/20.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
19.99/20.05	c lower bound updated to -875
19.99/20.06	c BCD2: 397 <= obj <= 1232
19.99/20.06	c BCD2: #cores=18, #unrelaxed=857, #relaxed=415, #hardened=0
19.99/20.06	c BCD2: #sat=1 #unsat=398 bias=398/399
19.99/20.06	c Solving starts ...
19.99/20.06	c ============================[ Search Statistics ]============================
19.99/20.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.99/20.06	c       |         |          |          |    Limit     GC | Var      | Constra 
19.99/20.06	c =============================================================================
19.99/20.06	c  0.0s |       0 |        0 |        0 |    38519      0 |      379 |      396
20.09/20.10	c  0.0s |       0 |       19 |        1 |    38519      0 |      379 |      397
20.09/20.10	c #cpu_time = 0.043s
20.09/20.10	c #wall_clock_time = 0.044s
20.09/20.10	c #decision = 19
20.09/20.10	c #random_decision = 0
20.09/20.10	c #conflict = 1
20.09/20.10	c #restart = 0
20.09/20.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
20.09/20.10	c lower bound updated to -874
20.09/20.10	c BCD2: 398 <= obj <= 1232
20.09/20.10	c BCD2: #cores=18, #unrelaxed=856, #relaxed=416, #hardened=0
20.09/20.10	c BCD2: #sat=1 #unsat=399 bias=399/400
20.09/20.10	c Solving starts ...
20.09/20.10	c ============================[ Search Statistics ]============================
20.09/20.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.09/20.10	c       |         |          |          |    Limit     GC | Var      | Constra 
20.09/20.10	c =============================================================================
20.09/20.10	c  0.0s |       0 |        0 |        0 |    38519      0 |      380 |      397
20.09/20.14	c  0.0s |       0 |       19 |        1 |    38519      0 |      380 |      398
20.09/20.14	c #cpu_time = 0.044s
20.09/20.14	c #wall_clock_time = 0.044s
20.09/20.14	c #decision = 19
20.09/20.14	c #random_decision = 0
20.09/20.14	c #conflict = 1
20.09/20.14	c #restart = 0
20.09/20.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
20.09/20.14	c lower bound updated to -873
20.09/20.14	c BCD2: 399 <= obj <= 1232
20.09/20.14	c BCD2: #cores=18, #unrelaxed=855, #relaxed=417, #hardened=0
20.09/20.14	c BCD2: #sat=1 #unsat=400 bias=400/401
20.09/20.15	c Solving starts ...
20.09/20.15	c ============================[ Search Statistics ]============================
20.09/20.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.09/20.15	c       |         |          |          |    Limit     GC | Var      | Constra 
20.09/20.15	c =============================================================================
20.09/20.15	c  0.0s |       0 |        0 |        0 |    38519      0 |      381 |      398
20.09/20.19	c  0.0s |       0 |       19 |        1 |    38519      0 |      381 |      399
20.09/20.19	c #cpu_time = 0.044s
20.09/20.19	c #wall_clock_time = 0.044s
20.09/20.19	c #decision = 19
20.09/20.19	c #random_decision = 0
20.09/20.19	c #conflict = 1
20.09/20.19	c #restart = 0
20.09/20.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
20.09/20.19	c lower bound updated to -872
20.09/20.19	c BCD2: 400 <= obj <= 1232
20.09/20.19	c BCD2: #cores=18, #unrelaxed=854, #relaxed=418, #hardened=0
20.09/20.19	c BCD2: #sat=1 #unsat=401 bias=401/402
20.09/20.19	c Solving starts ...
20.09/20.19	c ============================[ Search Statistics ]============================
20.09/20.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.09/20.19	c       |         |          |          |    Limit     GC | Var      | Constra 
20.09/20.19	c =============================================================================
20.09/20.19	c  0.0s |       0 |        0 |        0 |    38519      0 |      382 |      399
20.18/20.24	c  0.0s |       0 |       19 |        1 |    38519      0 |      382 |      400
20.18/20.24	c #cpu_time = 0.044s
20.18/20.24	c #wall_clock_time = 0.044s
20.18/20.24	c #decision = 19
20.18/20.24	c #random_decision = 0
20.18/20.24	c #conflict = 1
20.18/20.24	c #restart = 0
20.18/20.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
20.18/20.24	c lower bound updated to -871
20.18/20.24	c BCD2: 401 <= obj <= 1232
20.18/20.24	c BCD2: #cores=18, #unrelaxed=853, #relaxed=419, #hardened=0
20.18/20.24	c BCD2: #sat=1 #unsat=402 bias=402/403
20.18/20.24	c Solving starts ...
20.18/20.24	c ============================[ Search Statistics ]============================
20.18/20.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.18/20.24	c       |         |          |          |    Limit     GC | Var      | Constra 
20.18/20.24	c =============================================================================
20.18/20.24	c  0.0s |       0 |        0 |        0 |    38519      0 |      383 |      400
20.18/20.28	c  0.0s |       0 |       19 |        1 |    38519      0 |      383 |      401
20.18/20.28	c #cpu_time = 0.044s
20.18/20.28	c #wall_clock_time = 0.044s
20.18/20.28	c #decision = 19
20.18/20.28	c #random_decision = 0
20.18/20.28	c #conflict = 1
20.18/20.28	c #restart = 0
20.18/20.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
20.18/20.28	c lower bound updated to -870
20.18/20.28	c BCD2: 402 <= obj <= 1232
20.18/20.28	c BCD2: #cores=18, #unrelaxed=852, #relaxed=420, #hardened=0
20.18/20.28	c BCD2: #sat=1 #unsat=403 bias=403/404
20.18/20.28	c Solving starts ...
20.18/20.28	c ============================[ Search Statistics ]============================
20.18/20.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.18/20.28	c       |         |          |          |    Limit     GC | Var      | Constra 
20.18/20.28	c =============================================================================
20.18/20.28	c  0.0s |       0 |        0 |        0 |    38519      0 |      384 |      401
20.29/20.32	c  0.0s |       0 |       19 |        1 |    38519      0 |      384 |      402
20.29/20.32	c #cpu_time = 0.044s
20.29/20.32	c #wall_clock_time = 0.044s
20.29/20.32	c #decision = 19
20.29/20.32	c #random_decision = 0
20.29/20.32	c #conflict = 1
20.29/20.32	c #restart = 0
20.29/20.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
20.29/20.32	c lower bound updated to -869
20.29/20.33	c BCD2: 403 <= obj <= 1232
20.29/20.33	c BCD2: #cores=18, #unrelaxed=851, #relaxed=421, #hardened=0
20.29/20.33	c BCD2: #sat=1 #unsat=404 bias=404/405
20.29/20.33	c Solving starts ...
20.29/20.33	c ============================[ Search Statistics ]============================
20.29/20.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.29/20.33	c       |         |          |          |    Limit     GC | Var      | Constra 
20.29/20.33	c =============================================================================
20.29/20.33	c  0.0s |       0 |        0 |        0 |    38519      0 |      385 |      402
20.29/20.37	c  0.0s |       0 |       19 |        1 |    38519      0 |      385 |      403
20.29/20.37	c #cpu_time = 0.044s
20.29/20.37	c #wall_clock_time = 0.044s
20.29/20.37	c #decision = 19
20.29/20.37	c #random_decision = 0
20.29/20.37	c #conflict = 1
20.29/20.37	c #restart = 0
20.29/20.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
20.29/20.37	c lower bound updated to -868
20.29/20.37	c BCD2: 404 <= obj <= 1232
20.29/20.37	c BCD2: #cores=18, #unrelaxed=850, #relaxed=422, #hardened=0
20.29/20.37	c BCD2: #sat=1 #unsat=405 bias=405/406
20.29/20.37	c Solving starts ...
20.29/20.37	c ============================[ Search Statistics ]============================
20.29/20.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.29/20.37	c       |         |          |          |    Limit     GC | Var      | Constra 
20.29/20.37	c =============================================================================
20.29/20.38	c  0.0s |       0 |        0 |        0 |    38519      0 |      386 |      403
20.38/20.42	c  0.0s |       0 |       19 |        1 |    38519      0 |      386 |      404
20.38/20.42	c #cpu_time = 0.043s
20.38/20.42	c #wall_clock_time = 0.043s
20.38/20.42	c #decision = 19
20.38/20.42	c #random_decision = 0
20.38/20.42	c #conflict = 1
20.38/20.42	c #restart = 0
20.38/20.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
20.38/20.42	c lower bound updated to -867
20.38/20.42	c BCD2: 405 <= obj <= 1232
20.38/20.42	c BCD2: #cores=18, #unrelaxed=849, #relaxed=423, #hardened=0
20.38/20.42	c BCD2: #sat=1 #unsat=406 bias=406/407
20.38/20.42	c Solving starts ...
20.38/20.42	c ============================[ Search Statistics ]============================
20.38/20.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.38/20.42	c       |         |          |          |    Limit     GC | Var      | Constra 
20.38/20.42	c =============================================================================
20.38/20.42	c  0.0s |       0 |        0 |        0 |    38519      0 |      387 |      404
20.38/20.46	c  0.0s |       0 |       19 |        1 |    38519      0 |      387 |      405
20.38/20.46	c #cpu_time = 0.044s
20.38/20.46	c #wall_clock_time = 0.044s
20.38/20.46	c #decision = 19
20.38/20.46	c #random_decision = 0
20.38/20.46	c #conflict = 1
20.38/20.46	c #restart = 0
20.38/20.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
20.38/20.46	c lower bound updated to -866
20.38/20.46	c BCD2: 406 <= obj <= 1232
20.38/20.46	c BCD2: #cores=18, #unrelaxed=848, #relaxed=424, #hardened=0
20.38/20.46	c BCD2: #sat=1 #unsat=407 bias=407/408
20.38/20.46	c Solving starts ...
20.38/20.46	c ============================[ Search Statistics ]============================
20.38/20.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.38/20.46	c       |         |          |          |    Limit     GC | Var      | Constra 
20.38/20.46	c =============================================================================
20.38/20.46	c  0.0s |       0 |        0 |        0 |    38519      0 |      388 |      405
20.49/20.51	c  0.0s |       0 |       19 |        1 |    38519      0 |      388 |      406
20.49/20.51	c #cpu_time = 0.044s
20.49/20.51	c #wall_clock_time = 0.044s
20.49/20.51	c #decision = 19
20.49/20.51	c #random_decision = 0
20.49/20.51	c #conflict = 1
20.49/20.51	c #restart = 0
20.49/20.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
20.49/20.51	c lower bound updated to -865
20.49/20.51	c BCD2: 407 <= obj <= 1232
20.49/20.51	c BCD2: #cores=18, #unrelaxed=847, #relaxed=425, #hardened=0
20.49/20.51	c BCD2: #sat=1 #unsat=408 bias=408/409
20.49/20.51	c Solving starts ...
20.49/20.51	c ============================[ Search Statistics ]============================
20.49/20.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.49/20.51	c       |         |          |          |    Limit     GC | Var      | Constra 
20.49/20.51	c =============================================================================
20.49/20.51	c  0.0s |       0 |        0 |        0 |    38519      0 |      389 |      406
20.49/20.55	c  0.0s |       0 |       19 |        1 |    38519      0 |      389 |      407
20.49/20.55	c #cpu_time = 0.044s
20.49/20.55	c #wall_clock_time = 0.044s
20.49/20.55	c #decision = 19
20.49/20.55	c #random_decision = 0
20.49/20.55	c #conflict = 1
20.49/20.55	c #restart = 0
20.49/20.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
20.49/20.55	c lower bound updated to -864
20.49/20.55	c BCD2: 408 <= obj <= 1232
20.49/20.55	c BCD2: #cores=18, #unrelaxed=846, #relaxed=426, #hardened=0
20.49/20.55	c BCD2: #sat=1 #unsat=409 bias=409/410
20.49/20.55	c Solving starts ...
20.49/20.55	c ============================[ Search Statistics ]============================
20.49/20.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.49/20.55	c       |         |          |          |    Limit     GC | Var      | Constra 
20.49/20.55	c =============================================================================
20.49/20.55	c  0.0s |       0 |        0 |        0 |    38519      0 |      390 |      407
20.58/20.60	c  0.0s |       0 |       19 |        1 |    38519      0 |      390 |      408
20.58/20.60	c #cpu_time = 0.044s
20.58/20.60	c #wall_clock_time = 0.045s
20.58/20.60	c #decision = 19
20.58/20.60	c #random_decision = 0
20.58/20.60	c #conflict = 1
20.58/20.60	c #restart = 0
20.58/20.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
20.58/20.60	c lower bound updated to -863
20.58/20.60	c BCD2: 409 <= obj <= 1232
20.58/20.60	c BCD2: #cores=18, #unrelaxed=845, #relaxed=427, #hardened=0
20.58/20.60	c BCD2: #sat=1 #unsat=410 bias=410/411
20.58/20.60	c Solving starts ...
20.58/20.60	c ============================[ Search Statistics ]============================
20.58/20.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.58/20.60	c       |         |          |          |    Limit     GC | Var      | Constra 
20.58/20.60	c =============================================================================
20.58/20.60	c  0.0s |       0 |        0 |        0 |    38519      0 |      391 |      408
20.58/20.64	c  0.0s |       0 |       19 |        1 |    38519      0 |      391 |      409
20.58/20.64	c #cpu_time = 0.044s
20.58/20.64	c #wall_clock_time = 0.044s
20.58/20.64	c #decision = 19
20.58/20.64	c #random_decision = 0
20.58/20.64	c #conflict = 1
20.58/20.64	c #restart = 0
20.58/20.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
20.58/20.64	c lower bound updated to -862
20.58/20.64	c BCD2: 410 <= obj <= 1232
20.58/20.64	c BCD2: #cores=18, #unrelaxed=844, #relaxed=428, #hardened=0
20.58/20.64	c BCD2: #sat=1 #unsat=411 bias=411/412
20.58/20.64	c Solving starts ...
20.58/20.64	c ============================[ Search Statistics ]============================
20.58/20.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.58/20.64	c       |         |          |          |    Limit     GC | Var      | Constra 
20.58/20.64	c =============================================================================
20.58/20.64	c  0.0s |       0 |        0 |        0 |    38519      0 |      392 |      409
20.58/20.69	c  0.0s |       0 |       19 |        1 |    38519      0 |      392 |      410
20.58/20.69	c #cpu_time = 0.044s
20.58/20.69	c #wall_clock_time = 0.044s
20.58/20.69	c #decision = 19
20.58/20.69	c #random_decision = 0
20.58/20.69	c #conflict = 1
20.58/20.69	c #restart = 0
20.58/20.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
20.58/20.69	c lower bound updated to -861
20.58/20.69	c BCD2: 411 <= obj <= 1232
20.58/20.69	c BCD2: #cores=18, #unrelaxed=843, #relaxed=429, #hardened=0
20.58/20.69	c BCD2: #sat=1 #unsat=412 bias=412/413
20.58/20.69	c Solving starts ...
20.58/20.69	c ============================[ Search Statistics ]============================
20.58/20.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.58/20.69	c       |         |          |          |    Limit     GC | Var      | Constra 
20.58/20.69	c =============================================================================
20.58/20.69	c  0.0s |       0 |        0 |        0 |    38519      0 |      393 |      410
20.68/20.73	c  0.0s |       0 |       19 |        1 |    38519      0 |      393 |      411
20.68/20.73	c #cpu_time = 0.044s
20.68/20.73	c #wall_clock_time = 0.044s
20.68/20.73	c #decision = 19
20.68/20.73	c #random_decision = 0
20.68/20.73	c #conflict = 1
20.68/20.73	c #restart = 0
20.68/20.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
20.68/20.73	c lower bound updated to -860
20.68/20.73	c BCD2: 412 <= obj <= 1232
20.68/20.73	c BCD2: #cores=18, #unrelaxed=842, #relaxed=430, #hardened=0
20.68/20.73	c BCD2: #sat=1 #unsat=413 bias=413/414
20.68/20.73	c Solving starts ...
20.68/20.73	c ============================[ Search Statistics ]============================
20.68/20.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.68/20.73	c       |         |          |          |    Limit     GC | Var      | Constra 
20.68/20.73	c =============================================================================
20.68/20.73	c  0.0s |       0 |        0 |        0 |    38519      0 |      394 |      411
20.68/20.78	c  0.0s |       0 |       19 |        1 |    38519      0 |      394 |      412
20.68/20.78	c #cpu_time = 0.047s
20.68/20.78	c #wall_clock_time = 0.047s
20.68/20.78	c #decision = 19
20.68/20.78	c #random_decision = 0
20.68/20.78	c #conflict = 1
20.68/20.78	c #restart = 0
20.68/20.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
20.68/20.78	c lower bound updated to -859
20.68/20.79	c BCD2: 413 <= obj <= 1232
20.68/20.79	c BCD2: #cores=18, #unrelaxed=841, #relaxed=431, #hardened=0
20.68/20.79	c BCD2: #sat=1 #unsat=414 bias=414/415
20.68/20.79	c Solving starts ...
20.68/20.79	c ============================[ Search Statistics ]============================
20.68/20.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.68/20.79	c       |         |          |          |    Limit     GC | Var      | Constra 
20.68/20.79	c =============================================================================
20.68/20.79	c  0.0s |       0 |        0 |        0 |    38519      0 |      395 |      412
20.78/20.83	c  0.0s |       0 |       19 |        1 |    38519      0 |      395 |      413
20.78/20.83	c #cpu_time = 0.045s
20.78/20.83	c #wall_clock_time = 0.045s
20.78/20.83	c #decision = 19
20.78/20.83	c #random_decision = 0
20.78/20.83	c #conflict = 1
20.78/20.83	c #restart = 0
20.78/20.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
20.78/20.83	c lower bound updated to -858
20.78/20.83	c BCD2: 414 <= obj <= 1232
20.78/20.83	c BCD2: #cores=18, #unrelaxed=840, #relaxed=432, #hardened=0
20.78/20.83	c BCD2: #sat=1 #unsat=415 bias=415/416
20.78/20.83	c Solving starts ...
20.78/20.83	c ============================[ Search Statistics ]============================
20.78/20.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.78/20.83	c       |         |          |          |    Limit     GC | Var      | Constra 
20.78/20.83	c =============================================================================
20.78/20.83	c  0.0s |       0 |        0 |        0 |    38519      0 |      396 |      413
20.78/20.88	c  0.0s |       0 |       19 |        0 |    38519      0 |      396 |      414
20.78/20.88	c #cpu_time = 0.044s
20.78/20.88	c #wall_clock_time = 0.044s
20.78/20.88	c #decision = 19
20.78/20.88	c #random_decision = 0
20.78/20.88	c #conflict = 0
20.78/20.88	c #restart = 0
20.78/20.88	c BCD2: found a new core of size 2: cost of the new core is >=1
20.78/20.88	c lower bound updated to -857
20.78/20.89	c BCD2: 415 <= obj <= 1232
20.78/20.89	c BCD2: #cores=19, #unrelaxed=838, #relaxed=434, #hardened=0
20.78/20.89	c BCD2: #sat=1 #unsat=416 bias=416/417
20.78/20.89	c Solving starts ...
20.78/20.89	c ============================[ Search Statistics ]============================
20.78/20.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.78/20.89	c       |         |          |          |    Limit     GC | Var      | Constra 
20.78/20.89	c =============================================================================
20.78/20.89	c  0.0s |       0 |        0 |        0 |    38519      0 |      396 |      415
20.89/20.93	c  0.0s |       0 |       20 |        1 |    38519      0 |      396 |      415
20.89/20.93	c #cpu_time = 0.042s
20.89/20.93	c #wall_clock_time = 0.042s
20.89/20.93	c #decision = 20
20.89/20.93	c #random_decision = 0
20.89/20.93	c #conflict = 1
20.89/20.93	c #restart = 0
20.89/20.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
20.89/20.93	c lower bound updated to -856
20.89/20.93	c BCD2: 416 <= obj <= 1232
20.89/20.93	c BCD2: #cores=19, #unrelaxed=837, #relaxed=435, #hardened=0
20.89/20.93	c BCD2: #sat=1 #unsat=417 bias=417/418
20.89/20.93	c Solving starts ...
20.89/20.93	c ============================[ Search Statistics ]============================
20.89/20.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.89/20.93	c       |         |          |          |    Limit     GC | Var      | Constra 
20.89/20.93	c =============================================================================
20.89/20.93	c  0.0s |       0 |        0 |        0 |    38519      0 |      397 |      415
20.89/20.98	c  0.0s |       0 |       20 |        1 |    38519      0 |      397 |      416
20.89/20.98	c #cpu_time = 0.044s
20.89/20.98	c #wall_clock_time = 0.044s
20.89/20.98	c #decision = 20
20.89/20.98	c #random_decision = 0
20.89/20.98	c #conflict = 1
20.89/20.98	c #restart = 0
20.89/20.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
20.89/20.98	c lower bound updated to -855
20.89/20.98	c BCD2: 417 <= obj <= 1232
20.89/20.98	c BCD2: #cores=19, #unrelaxed=836, #relaxed=436, #hardened=0
20.89/20.98	c BCD2: #sat=1 #unsat=418 bias=418/419
20.89/20.98	c Solving starts ...
20.89/20.98	c ============================[ Search Statistics ]============================
20.89/20.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.89/20.98	c       |         |          |          |    Limit     GC | Var      | Constra 
20.89/20.98	c =============================================================================
20.89/20.98	c  0.0s |       0 |        0 |        0 |    38519      0 |      398 |      416
21.00/21.02	c  0.0s |       0 |       20 |        1 |    38519      0 |      398 |      417
21.00/21.02	c #cpu_time = 0.044s
21.00/21.02	c #wall_clock_time = 0.044s
21.00/21.02	c #decision = 20
21.00/21.02	c #random_decision = 0
21.00/21.02	c #conflict = 1
21.00/21.02	c #restart = 0
21.00/21.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
21.00/21.02	c lower bound updated to -854
21.00/21.02	c BCD2: 418 <= obj <= 1232
21.00/21.02	c BCD2: #cores=19, #unrelaxed=835, #relaxed=437, #hardened=0
21.00/21.02	c BCD2: #sat=1 #unsat=419 bias=419/420
21.00/21.02	c Solving starts ...
21.00/21.02	c ============================[ Search Statistics ]============================
21.00/21.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.00/21.02	c       |         |          |          |    Limit     GC | Var      | Constra 
21.00/21.02	c =============================================================================
21.00/21.02	c  0.0s |       0 |        0 |        0 |    38519      0 |      399 |      417
21.00/21.07	c  0.0s |       0 |       20 |        1 |    38519      0 |      399 |      418
21.00/21.07	c #cpu_time = 0.044s
21.00/21.07	c #wall_clock_time = 0.044s
21.00/21.07	c #decision = 20
21.00/21.07	c #random_decision = 0
21.00/21.07	c #conflict = 1
21.00/21.07	c #restart = 0
21.00/21.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
21.00/21.07	c lower bound updated to -853
21.00/21.07	c BCD2: 419 <= obj <= 1232
21.00/21.07	c BCD2: #cores=19, #unrelaxed=834, #relaxed=438, #hardened=0
21.00/21.07	c BCD2: #sat=1 #unsat=420 bias=420/421
21.00/21.07	c Solving starts ...
21.00/21.07	c ============================[ Search Statistics ]============================
21.00/21.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.00/21.07	c       |         |          |          |    Limit     GC | Var      | Constra 
21.00/21.07	c =============================================================================
21.00/21.07	c  0.0s |       0 |        0 |        0 |    38519      0 |      400 |      418
21.08/21.11	c  0.0s |       0 |       20 |        1 |    38519      0 |      400 |      419
21.08/21.11	c #cpu_time = 0.044s
21.08/21.11	c #wall_clock_time = 0.044s
21.08/21.11	c #decision = 20
21.08/21.11	c #random_decision = 0
21.08/21.11	c #conflict = 1
21.08/21.11	c #restart = 0
21.08/21.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
21.08/21.11	c lower bound updated to -852
21.08/21.11	c BCD2: 420 <= obj <= 1232
21.08/21.11	c BCD2: #cores=19, #unrelaxed=833, #relaxed=439, #hardened=0
21.08/21.11	c BCD2: #sat=1 #unsat=421 bias=421/422
21.08/21.11	c Solving starts ...
21.08/21.11	c ============================[ Search Statistics ]============================
21.08/21.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.08/21.11	c       |         |          |          |    Limit     GC | Var      | Constra 
21.08/21.11	c =============================================================================
21.08/21.11	c  0.0s |       0 |        0 |        0 |    38519      0 |      401 |      419
21.08/21.15	c  0.0s |       0 |       20 |        1 |    38519      0 |      401 |      420
21.08/21.15	c #cpu_time = 0.044s
21.08/21.15	c #wall_clock_time = 0.044s
21.08/21.15	c #decision = 20
21.08/21.15	c #random_decision = 0
21.08/21.15	c #conflict = 1
21.08/21.15	c #restart = 0
21.08/21.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
21.08/21.15	c lower bound updated to -851
21.08/21.16	c BCD2: 421 <= obj <= 1232
21.08/21.16	c BCD2: #cores=19, #unrelaxed=832, #relaxed=440, #hardened=0
21.08/21.16	c BCD2: #sat=1 #unsat=422 bias=422/423
21.08/21.16	c Solving starts ...
21.08/21.16	c ============================[ Search Statistics ]============================
21.08/21.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.08/21.16	c       |         |          |          |    Limit     GC | Var      | Constra 
21.08/21.16	c =============================================================================
21.08/21.16	c  0.0s |       0 |        0 |        0 |    38519      0 |      402 |      420
21.19/21.20	c  0.0s |       0 |       20 |        1 |    38519      0 |      402 |      421
21.19/21.20	c #cpu_time = 0.043s
21.19/21.20	c #wall_clock_time = 0.043s
21.19/21.20	c #decision = 20
21.19/21.20	c #random_decision = 0
21.19/21.20	c #conflict = 1
21.19/21.20	c #restart = 0
21.19/21.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
21.19/21.20	c lower bound updated to -850
21.19/21.20	c BCD2: 422 <= obj <= 1232
21.19/21.20	c BCD2: #cores=19, #unrelaxed=831, #relaxed=441, #hardened=0
21.19/21.20	c BCD2: #sat=1 #unsat=423 bias=423/424
21.19/21.20	c Solving starts ...
21.19/21.20	c ============================[ Search Statistics ]============================
21.19/21.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.20	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.20	c =============================================================================
21.19/21.20	c  0.0s |       0 |        0 |        0 |    38519      0 |      403 |      421
21.19/21.25	c  0.0s |       0 |       20 |        1 |    38519      0 |      403 |      422
21.19/21.25	c #cpu_time = 0.044s
21.19/21.25	c #wall_clock_time = 0.044s
21.19/21.25	c #decision = 20
21.19/21.25	c #random_decision = 0
21.19/21.25	c #conflict = 1
21.19/21.25	c #restart = 0
21.19/21.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
21.19/21.25	c lower bound updated to -849
21.19/21.25	c BCD2: 423 <= obj <= 1232
21.19/21.25	c BCD2: #cores=19, #unrelaxed=830, #relaxed=442, #hardened=0
21.19/21.25	c BCD2: #sat=1 #unsat=424 bias=424/425
21.19/21.25	c Solving starts ...
21.19/21.25	c ============================[ Search Statistics ]============================
21.19/21.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.25	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.25	c =============================================================================
21.19/21.25	c  0.0s |       0 |        0 |        0 |    38519      0 |      404 |      422
21.19/21.29	c  0.0s |       0 |       20 |        1 |    38519      0 |      404 |      423
21.19/21.29	c #cpu_time = 0.044s
21.19/21.29	c #wall_clock_time = 0.044s
21.19/21.29	c #decision = 20
21.19/21.29	c #random_decision = 0
21.19/21.29	c #conflict = 1
21.19/21.29	c #restart = 0
21.19/21.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
21.19/21.29	c lower bound updated to -848
21.19/21.29	c BCD2: 424 <= obj <= 1232
21.19/21.29	c BCD2: #cores=19, #unrelaxed=829, #relaxed=443, #hardened=0
21.19/21.29	c BCD2: #sat=1 #unsat=425 bias=425/426
21.19/21.29	c Solving starts ...
21.19/21.29	c ============================[ Search Statistics ]============================
21.19/21.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.29	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.29	c =============================================================================
21.19/21.29	c  0.0s |       0 |        0 |        0 |    38519      0 |      405 |      423
21.29/21.34	c  0.0s |       0 |       20 |        1 |    38519      0 |      405 |      424
21.29/21.34	c #cpu_time = 0.045s
21.29/21.34	c #wall_clock_time = 0.045s
21.29/21.34	c #decision = 20
21.29/21.34	c #random_decision = 0
21.29/21.34	c #conflict = 1
21.29/21.34	c #restart = 0
21.29/21.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
21.29/21.34	c lower bound updated to -847
21.29/21.34	c BCD2: 425 <= obj <= 1232
21.29/21.34	c BCD2: #cores=19, #unrelaxed=828, #relaxed=444, #hardened=0
21.29/21.34	c BCD2: #sat=1 #unsat=426 bias=426/427
21.29/21.34	c Solving starts ...
21.29/21.34	c ============================[ Search Statistics ]============================
21.29/21.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.29/21.34	c       |         |          |          |    Limit     GC | Var      | Constra 
21.29/21.34	c =============================================================================
21.29/21.34	c  0.0s |       0 |        0 |        0 |    38519      0 |      406 |      424
21.29/21.38	c  0.0s |       0 |       20 |        1 |    38519      0 |      406 |      425
21.29/21.38	c #cpu_time = 0.045s
21.29/21.38	c #wall_clock_time = 0.045s
21.29/21.38	c #decision = 20
21.29/21.38	c #random_decision = 0
21.29/21.38	c #conflict = 1
21.29/21.38	c #restart = 0
21.29/21.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
21.29/21.38	c lower bound updated to -846
21.29/21.39	c BCD2: 426 <= obj <= 1232
21.29/21.39	c BCD2: #cores=19, #unrelaxed=827, #relaxed=445, #hardened=0
21.29/21.39	c BCD2: #sat=1 #unsat=427 bias=427/428
21.29/21.39	c Solving starts ...
21.29/21.39	c ============================[ Search Statistics ]============================
21.29/21.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.29/21.39	c       |         |          |          |    Limit     GC | Var      | Constra 
21.29/21.39	c =============================================================================
21.29/21.39	c  0.0s |       0 |        0 |        0 |    38519      0 |      407 |      425
21.38/21.43	c  0.0s |       0 |       20 |        1 |    38519      0 |      407 |      426
21.38/21.43	c #cpu_time = 0.044s
21.38/21.43	c #wall_clock_time = 0.044s
21.38/21.43	c #decision = 20
21.38/21.43	c #random_decision = 0
21.38/21.43	c #conflict = 1
21.38/21.43	c #restart = 0
21.38/21.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
21.38/21.43	c lower bound updated to -845
21.38/21.43	c BCD2: 427 <= obj <= 1232
21.38/21.43	c BCD2: #cores=19, #unrelaxed=826, #relaxed=446, #hardened=0
21.38/21.43	c BCD2: #sat=1 #unsat=428 bias=428/429
21.38/21.43	c Solving starts ...
21.38/21.43	c ============================[ Search Statistics ]============================
21.38/21.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.38/21.43	c       |         |          |          |    Limit     GC | Var      | Constra 
21.38/21.43	c =============================================================================
21.38/21.43	c  0.0s |       0 |        0 |        0 |    38519      0 |      408 |      426
21.38/21.47	c  0.0s |       0 |       20 |        1 |    38519      0 |      408 |      427
21.38/21.47	c #cpu_time = 0.044s
21.38/21.47	c #wall_clock_time = 0.044s
21.38/21.47	c #decision = 20
21.38/21.47	c #random_decision = 0
21.38/21.47	c #conflict = 1
21.38/21.47	c #restart = 0
21.38/21.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
21.38/21.47	c lower bound updated to -844
21.38/21.47	c BCD2: 428 <= obj <= 1232
21.38/21.47	c BCD2: #cores=19, #unrelaxed=825, #relaxed=447, #hardened=0
21.38/21.47	c BCD2: #sat=1 #unsat=429 bias=429/430
21.38/21.47	c Solving starts ...
21.38/21.47	c ============================[ Search Statistics ]============================
21.38/21.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.38/21.47	c       |         |          |          |    Limit     GC | Var      | Constra 
21.38/21.47	c =============================================================================
21.38/21.48	c  0.0s |       0 |        0 |        0 |    38519      0 |      409 |      427
21.49/21.52	c  0.0s |       0 |       20 |        1 |    38519      0 |      409 |      428
21.49/21.52	c #cpu_time = 0.044s
21.49/21.52	c #wall_clock_time = 0.044s
21.49/21.52	c #decision = 20
21.49/21.52	c #random_decision = 0
21.49/21.52	c #conflict = 1
21.49/21.52	c #restart = 0
21.49/21.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
21.49/21.52	c lower bound updated to -843
21.49/21.52	c BCD2: 429 <= obj <= 1232
21.49/21.52	c BCD2: #cores=19, #unrelaxed=824, #relaxed=448, #hardened=0
21.49/21.52	c BCD2: #sat=1 #unsat=430 bias=430/431
21.49/21.52	c Solving starts ...
21.49/21.52	c ============================[ Search Statistics ]============================
21.49/21.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.49/21.52	c       |         |          |          |    Limit     GC | Var      | Constra 
21.49/21.52	c =============================================================================
21.49/21.52	c  0.0s |       0 |        0 |        0 |    38519      0 |      410 |      428
21.49/21.56	c  0.0s |       0 |       20 |        1 |    38519      0 |      410 |      429
21.49/21.56	c #cpu_time = 0.044s
21.49/21.56	c #wall_clock_time = 0.044s
21.49/21.56	c #decision = 20
21.49/21.56	c #random_decision = 0
21.49/21.56	c #conflict = 1
21.49/21.56	c #restart = 0
21.49/21.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
21.49/21.56	c lower bound updated to -842
21.49/21.57	c BCD2: 430 <= obj <= 1232
21.49/21.57	c BCD2: #cores=19, #unrelaxed=823, #relaxed=449, #hardened=0
21.49/21.57	c BCD2: #sat=1 #unsat=431 bias=431/432
21.49/21.57	c Solving starts ...
21.49/21.57	c ============================[ Search Statistics ]============================
21.49/21.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.49/21.57	c       |         |          |          |    Limit     GC | Var      | Constra 
21.49/21.57	c =============================================================================
21.49/21.57	c  0.0s |       0 |        0 |        0 |    38519      0 |      411 |      429
21.58/21.61	c  0.0s |       0 |       20 |        1 |    38519      0 |      411 |      430
21.58/21.61	c #cpu_time = 0.043s
21.58/21.61	c #wall_clock_time = 0.043s
21.58/21.61	c #decision = 20
21.58/21.61	c #random_decision = 0
21.58/21.61	c #conflict = 1
21.58/21.61	c #restart = 0
21.58/21.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
21.58/21.61	c lower bound updated to -841
21.58/21.61	c BCD2: 431 <= obj <= 1232
21.58/21.61	c BCD2: #cores=19, #unrelaxed=822, #relaxed=450, #hardened=0
21.58/21.61	c BCD2: #sat=1 #unsat=432 bias=432/433
21.58/21.61	c Solving starts ...
21.58/21.61	c ============================[ Search Statistics ]============================
21.58/21.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.58/21.61	c       |         |          |          |    Limit     GC | Var      | Constra 
21.58/21.61	c =============================================================================
21.58/21.61	c  0.0s |       0 |        0 |        0 |    38519      0 |      412 |      430
21.58/21.66	c  0.0s |       0 |       20 |        1 |    38519      0 |      412 |      431
21.58/21.66	c #cpu_time = 0.044s
21.58/21.66	c #wall_clock_time = 0.044s
21.58/21.66	c #decision = 20
21.58/21.66	c #random_decision = 0
21.58/21.66	c #conflict = 1
21.58/21.66	c #restart = 0
21.58/21.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
21.58/21.66	c lower bound updated to -840
21.58/21.66	c BCD2: 432 <= obj <= 1232
21.58/21.66	c BCD2: #cores=19, #unrelaxed=821, #relaxed=451, #hardened=0
21.58/21.66	c BCD2: #sat=1 #unsat=433 bias=433/434
21.58/21.66	c Solving starts ...
21.58/21.66	c ============================[ Search Statistics ]============================
21.58/21.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.58/21.66	c       |         |          |          |    Limit     GC | Var      | Constra 
21.58/21.66	c =============================================================================
21.58/21.66	c  0.0s |       0 |        0 |        0 |    38519      0 |      413 |      431
21.68/21.70	c  0.0s |       0 |       20 |        1 |    38519      0 |      413 |      432
21.68/21.70	c #cpu_time = 0.044s
21.68/21.70	c #wall_clock_time = 0.044s
21.68/21.70	c #decision = 20
21.68/21.70	c #random_decision = 0
21.68/21.70	c #conflict = 1
21.68/21.70	c #restart = 0
21.68/21.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
21.68/21.70	c lower bound updated to -839
21.68/21.70	c BCD2: 433 <= obj <= 1232
21.68/21.70	c BCD2: #cores=19, #unrelaxed=820, #relaxed=452, #hardened=0
21.68/21.70	c BCD2: #sat=1 #unsat=434 bias=434/435
21.68/21.70	c Solving starts ...
21.68/21.70	c ============================[ Search Statistics ]============================
21.68/21.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.68/21.70	c       |         |          |          |    Limit     GC | Var      | Constra 
21.68/21.70	c =============================================================================
21.68/21.70	c  0.0s |       0 |        0 |        0 |    38519      0 |      414 |      432
21.68/21.75	c  0.0s |       0 |       20 |        1 |    38519      0 |      414 |      433
21.68/21.75	c #cpu_time = 0.045s
21.68/21.75	c #wall_clock_time = 0.045s
21.68/21.75	c #decision = 20
21.68/21.75	c #random_decision = 0
21.68/21.75	c #conflict = 1
21.68/21.75	c #restart = 0
21.68/21.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
21.68/21.75	c lower bound updated to -838
21.68/21.75	c BCD2: 434 <= obj <= 1232
21.68/21.75	c BCD2: #cores=19, #unrelaxed=819, #relaxed=453, #hardened=0
21.68/21.75	c BCD2: #sat=1 #unsat=435 bias=435/436
21.68/21.75	c Solving starts ...
21.68/21.75	c ============================[ Search Statistics ]============================
21.68/21.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.68/21.75	c       |         |          |          |    Limit     GC | Var      | Constra 
21.68/21.75	c =============================================================================
21.68/21.75	c  0.0s |       0 |        0 |        0 |    38519      0 |      415 |      433
21.68/21.79	c  0.0s |       0 |       20 |        1 |    38519      0 |      415 |      434
21.68/21.79	c #cpu_time = 0.044s
21.68/21.79	c #wall_clock_time = 0.044s
21.68/21.79	c #decision = 20
21.68/21.79	c #random_decision = 0
21.68/21.79	c #conflict = 1
21.68/21.79	c #restart = 0
21.68/21.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
21.68/21.79	c lower bound updated to -837
21.68/21.79	c BCD2: 435 <= obj <= 1232
21.68/21.79	c BCD2: #cores=19, #unrelaxed=818, #relaxed=454, #hardened=0
21.68/21.79	c BCD2: #sat=1 #unsat=436 bias=436/437
21.68/21.80	c Solving starts ...
21.68/21.80	c ============================[ Search Statistics ]============================
21.68/21.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.68/21.80	c       |         |          |          |    Limit     GC | Var      | Constra 
21.68/21.80	c =============================================================================
21.68/21.80	c  0.0s |       0 |        0 |        0 |    38519      0 |      416 |      434
21.79/21.84	c  0.0s |       0 |       20 |        1 |    38519      0 |      416 |      435
21.79/21.84	c #cpu_time = 0.044s
21.79/21.84	c #wall_clock_time = 0.044s
21.79/21.84	c #decision = 20
21.79/21.84	c #random_decision = 0
21.79/21.84	c #conflict = 1
21.79/21.84	c #restart = 0
21.79/21.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
21.79/21.84	c lower bound updated to -836
21.79/21.84	c BCD2: 436 <= obj <= 1232
21.79/21.84	c BCD2: #cores=19, #unrelaxed=817, #relaxed=455, #hardened=0
21.79/21.84	c BCD2: #sat=1 #unsat=437 bias=437/438
21.79/21.84	c Solving starts ...
21.79/21.84	c ============================[ Search Statistics ]============================
21.79/21.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.79/21.84	c       |         |          |          |    Limit     GC | Var      | Constra 
21.79/21.84	c =============================================================================
21.79/21.84	c  0.0s |       0 |        0 |        0 |    38519      0 |      417 |      435
21.79/21.89	c  0.0s |       0 |       20 |        1 |    38519      0 |      417 |      436
21.79/21.89	c #cpu_time = 0.047s
21.79/21.89	c #wall_clock_time = 0.047s
21.79/21.89	c #decision = 20
21.79/21.89	c #random_decision = 0
21.79/21.89	c #conflict = 1
21.79/21.89	c #restart = 0
21.79/21.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
21.79/21.89	c lower bound updated to -835
21.79/21.89	c BCD2: 437 <= obj <= 1232
21.79/21.89	c BCD2: #cores=19, #unrelaxed=816, #relaxed=456, #hardened=0
21.79/21.89	c BCD2: #sat=1 #unsat=438 bias=438/439
21.79/21.89	c Solving starts ...
21.79/21.89	c ============================[ Search Statistics ]============================
21.79/21.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.79/21.89	c       |         |          |          |    Limit     GC | Var      | Constra 
21.79/21.89	c =============================================================================
21.79/21.89	c  0.0s |       0 |        0 |        0 |    38519      0 |      418 |      436
21.88/21.94	c  0.0s |       0 |       20 |        0 |    38519      0 |      418 |      437
21.88/21.94	c #cpu_time = 0.047s
21.88/21.94	c #wall_clock_time = 0.047s
21.88/21.94	c #decision = 20
21.88/21.94	c #random_decision = 0
21.88/21.94	c #conflict = 0
21.88/21.94	c #restart = 0
21.88/21.94	c BCD2: found a new core of size 2: cost of the new core is >=1
21.88/21.94	c lower bound updated to -834
21.88/21.94	c BCD2: 438 <= obj <= 1232
21.88/21.94	c BCD2: #cores=20, #unrelaxed=814, #relaxed=458, #hardened=0
21.88/21.94	c BCD2: #sat=1 #unsat=439 bias=439/440
21.88/21.94	c Solving starts ...
21.88/21.94	c ============================[ Search Statistics ]============================
21.88/21.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.88/21.94	c       |         |          |          |    Limit     GC | Var      | Constra 
21.88/21.94	c =============================================================================
21.88/21.95	c  0.0s |       0 |        0 |        0 |    38519      0 |      418 |      438
21.88/21.99	c  0.0s |       0 |       21 |        1 |    38519      0 |      418 |      438
21.88/21.99	c #cpu_time = 0.043s
21.88/21.99	c #wall_clock_time = 0.043s
21.88/21.99	c #decision = 21
21.88/21.99	c #random_decision = 0
21.88/21.99	c #conflict = 1
21.88/21.99	c #restart = 0
21.88/21.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
21.88/21.99	c lower bound updated to -833
21.88/21.99	c BCD2: 439 <= obj <= 1232
21.88/21.99	c BCD2: #cores=20, #unrelaxed=813, #relaxed=459, #hardened=0
21.88/21.99	c BCD2: #sat=1 #unsat=440 bias=440/441
21.88/21.99	c Solving starts ...
21.88/21.99	c ============================[ Search Statistics ]============================
21.88/21.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.88/21.99	c       |         |          |          |    Limit     GC | Var      | Constra 
21.88/21.99	c =============================================================================
21.88/21.99	c  0.0s |       0 |        0 |        0 |    38519      0 |      419 |      438
21.99/22.04	c  0.0s |       0 |       21 |        1 |    38519      0 |      419 |      439
21.99/22.04	c #cpu_time = 0.044s
21.99/22.04	c #wall_clock_time = 0.044s
21.99/22.04	c #decision = 21
21.99/22.04	c #random_decision = 0
21.99/22.04	c #conflict = 1
21.99/22.04	c #restart = 0
21.99/22.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
21.99/22.04	c lower bound updated to -832
21.99/22.04	c BCD2: 440 <= obj <= 1232
21.99/22.04	c BCD2: #cores=20, #unrelaxed=812, #relaxed=460, #hardened=0
21.99/22.04	c BCD2: #sat=1 #unsat=441 bias=441/442
21.99/22.04	c Solving starts ...
21.99/22.04	c ============================[ Search Statistics ]============================
21.99/22.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.99/22.04	c       |         |          |          |    Limit     GC | Var      | Constra 
21.99/22.04	c =============================================================================
21.99/22.04	c  0.0s |       0 |        0 |        0 |    38519      0 |      420 |      439
21.99/22.08	c  0.0s |       0 |       21 |        1 |    38519      0 |      420 |      440
21.99/22.08	c #cpu_time = 0.044s
21.99/22.08	c #wall_clock_time = 0.044s
21.99/22.08	c #decision = 21
21.99/22.08	c #random_decision = 0
21.99/22.08	c #conflict = 1
21.99/22.08	c #restart = 0
21.99/22.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
21.99/22.08	c lower bound updated to -831
21.99/22.08	c BCD2: 441 <= obj <= 1232
21.99/22.08	c BCD2: #cores=20, #unrelaxed=811, #relaxed=461, #hardened=0
21.99/22.08	c BCD2: #sat=1 #unsat=442 bias=442/443
21.99/22.08	c Solving starts ...
21.99/22.08	c ============================[ Search Statistics ]============================
21.99/22.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.99/22.08	c       |         |          |          |    Limit     GC | Var      | Constra 
21.99/22.08	c =============================================================================
21.99/22.08	c  0.0s |       0 |        0 |        0 |    38519      0 |      421 |      440
22.09/22.13	c  0.0s |       0 |       21 |        1 |    38519      0 |      421 |      441
22.09/22.13	c #cpu_time = 0.044s
22.09/22.13	c #wall_clock_time = 0.045s
22.09/22.13	c #decision = 21
22.09/22.13	c #random_decision = 0
22.09/22.13	c #conflict = 1
22.09/22.13	c #restart = 0
22.09/22.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
22.09/22.13	c lower bound updated to -830
22.09/22.13	c BCD2: 442 <= obj <= 1232
22.09/22.13	c BCD2: #cores=20, #unrelaxed=810, #relaxed=462, #hardened=0
22.09/22.13	c BCD2: #sat=1 #unsat=443 bias=443/444
22.09/22.13	c Solving starts ...
22.09/22.13	c ============================[ Search Statistics ]============================
22.09/22.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.09/22.13	c       |         |          |          |    Limit     GC | Var      | Constra 
22.09/22.13	c =============================================================================
22.09/22.13	c  0.0s |       0 |        0 |        0 |    38519      0 |      422 |      441
22.09/22.17	c  0.0s |       0 |       21 |        1 |    38519      0 |      422 |      442
22.09/22.17	c #cpu_time = 0.044s
22.09/22.17	c #wall_clock_time = 0.045s
22.09/22.17	c #decision = 21
22.09/22.17	c #random_decision = 0
22.09/22.17	c #conflict = 1
22.09/22.17	c #restart = 0
22.09/22.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
22.09/22.17	c lower bound updated to -829
22.09/22.17	c BCD2: 443 <= obj <= 1232
22.09/22.17	c BCD2: #cores=20, #unrelaxed=809, #relaxed=463, #hardened=0
22.09/22.17	c BCD2: #sat=1 #unsat=444 bias=444/445
22.09/22.17	c Solving starts ...
22.09/22.17	c ============================[ Search Statistics ]============================
22.09/22.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.09/22.17	c       |         |          |          |    Limit     GC | Var      | Constra 
22.09/22.17	c =============================================================================
22.09/22.17	c  0.0s |       0 |        0 |        0 |    38519      0 |      423 |      442
22.18/22.22	c  0.0s |       0 |       21 |        1 |    38519      0 |      423 |      443
22.18/22.22	c #cpu_time = 0.044s
22.18/22.22	c #wall_clock_time = 0.044s
22.18/22.22	c #decision = 21
22.18/22.22	c #random_decision = 0
22.18/22.22	c #conflict = 1
22.18/22.22	c #restart = 0
22.18/22.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
22.18/22.22	c lower bound updated to -828
22.18/22.22	c BCD2: 444 <= obj <= 1232
22.18/22.22	c BCD2: #cores=20, #unrelaxed=808, #relaxed=464, #hardened=0
22.18/22.22	c BCD2: #sat=1 #unsat=445 bias=445/446
22.18/22.22	c Solving starts ...
22.18/22.22	c ============================[ Search Statistics ]============================
22.18/22.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.18/22.22	c       |         |          |          |    Limit     GC | Var      | Constra 
22.18/22.22	c =============================================================================
22.18/22.22	c  0.0s |       0 |        0 |        0 |    38519      0 |      424 |      443
22.18/22.26	c  0.0s |       0 |       21 |        1 |    38519      0 |      424 |      444
22.18/22.26	c #cpu_time = 0.044s
22.18/22.26	c #wall_clock_time = 0.044s
22.18/22.26	c #decision = 21
22.18/22.26	c #random_decision = 0
22.18/22.26	c #conflict = 1
22.18/22.26	c #restart = 0
22.18/22.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
22.18/22.26	c lower bound updated to -827
22.18/22.26	c BCD2: 445 <= obj <= 1232
22.18/22.26	c BCD2: #cores=20, #unrelaxed=807, #relaxed=465, #hardened=0
22.18/22.26	c BCD2: #sat=1 #unsat=446 bias=446/447
22.18/22.26	c Solving starts ...
22.18/22.26	c ============================[ Search Statistics ]============================
22.18/22.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.18/22.26	c       |         |          |          |    Limit     GC | Var      | Constra 
22.18/22.26	c =============================================================================
22.18/22.26	c  0.0s |       0 |        0 |        0 |    38519      0 |      425 |      444
22.29/22.31	c  0.0s |       0 |       21 |        1 |    38519      0 |      425 |      445
22.29/22.31	c #cpu_time = 0.044s
22.29/22.31	c #wall_clock_time = 0.044s
22.29/22.31	c #decision = 21
22.29/22.31	c #random_decision = 0
22.29/22.31	c #conflict = 1
22.29/22.31	c #restart = 0
22.29/22.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
22.29/22.31	c lower bound updated to -826
22.29/22.31	c BCD2: 446 <= obj <= 1232
22.29/22.31	c BCD2: #cores=20, #unrelaxed=806, #relaxed=466, #hardened=0
22.29/22.31	c BCD2: #sat=1 #unsat=447 bias=447/448
22.29/22.31	c Solving starts ...
22.29/22.31	c ============================[ Search Statistics ]============================
22.29/22.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.29/22.31	c       |         |          |          |    Limit     GC | Var      | Constra 
22.29/22.31	c =============================================================================
22.29/22.31	c  0.0s |       0 |        0 |        0 |    38519      0 |      426 |      445
22.29/22.35	c  0.0s |       0 |       21 |        1 |    38519      0 |      426 |      446
22.29/22.35	c #cpu_time = 0.044s
22.29/22.35	c #wall_clock_time = 0.044s
22.29/22.35	c #decision = 21
22.29/22.35	c #random_decision = 0
22.29/22.35	c #conflict = 1
22.29/22.35	c #restart = 0
22.29/22.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
22.29/22.35	c lower bound updated to -825
22.29/22.36	c BCD2: 447 <= obj <= 1232
22.29/22.36	c BCD2: #cores=20, #unrelaxed=805, #relaxed=467, #hardened=0
22.29/22.36	c BCD2: #sat=1 #unsat=448 bias=448/449
22.29/22.36	c Solving starts ...
22.29/22.36	c ============================[ Search Statistics ]============================
22.29/22.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.29/22.36	c       |         |          |          |    Limit     GC | Var      | Constra 
22.29/22.36	c =============================================================================
22.29/22.36	c  0.0s |       0 |        0 |        0 |    38519      0 |      427 |      446
22.39/22.40	c  0.0s |       0 |       21 |        1 |    38519      0 |      427 |      447
22.39/22.40	c #cpu_time = 0.043s
22.39/22.40	c #wall_clock_time = 0.043s
22.39/22.40	c #decision = 21
22.39/22.40	c #random_decision = 0
22.39/22.40	c #conflict = 1
22.39/22.40	c #restart = 0
22.39/22.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
22.39/22.40	c lower bound updated to -824
22.39/22.40	c BCD2: 448 <= obj <= 1232
22.39/22.40	c BCD2: #cores=20, #unrelaxed=804, #relaxed=468, #hardened=0
22.39/22.40	c BCD2: #sat=1 #unsat=449 bias=449/450
22.39/22.40	c Solving starts ...
22.39/22.40	c ============================[ Search Statistics ]============================
22.39/22.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.39/22.40	c       |         |          |          |    Limit     GC | Var      | Constra 
22.39/22.40	c =============================================================================
22.39/22.40	c  0.0s |       0 |        0 |        0 |    38519      0 |      428 |      447
22.39/22.45	c  0.0s |       0 |       21 |        1 |    38519      0 |      428 |      448
22.39/22.45	c #cpu_time = 0.044s
22.39/22.45	c #wall_clock_time = 0.044s
22.39/22.45	c #decision = 21
22.39/22.45	c #random_decision = 0
22.39/22.45	c #conflict = 1
22.39/22.45	c #restart = 0
22.39/22.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
22.39/22.45	c lower bound updated to -823
22.39/22.45	c BCD2: 449 <= obj <= 1232
22.39/22.45	c BCD2: #cores=20, #unrelaxed=803, #relaxed=469, #hardened=0
22.39/22.45	c BCD2: #sat=1 #unsat=450 bias=450/451
22.39/22.45	c Solving starts ...
22.39/22.45	c ============================[ Search Statistics ]============================
22.39/22.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.39/22.45	c       |         |          |          |    Limit     GC | Var      | Constra 
22.39/22.45	c =============================================================================
22.39/22.45	c  0.0s |       0 |        0 |        0 |    38519      0 |      429 |      448
22.39/22.49	c  0.0s |       0 |       21 |        1 |    38519      0 |      429 |      449
22.39/22.49	c #cpu_time = 0.044s
22.39/22.49	c #wall_clock_time = 0.044s
22.39/22.49	c #decision = 21
22.39/22.49	c #random_decision = 0
22.39/22.49	c #conflict = 1
22.39/22.49	c #restart = 0
22.39/22.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
22.39/22.49	c lower bound updated to -822
22.39/22.49	c BCD2: 450 <= obj <= 1232
22.39/22.49	c BCD2: #cores=20, #unrelaxed=802, #relaxed=470, #hardened=0
22.39/22.49	c BCD2: #sat=1 #unsat=451 bias=451/452
22.39/22.49	c Solving starts ...
22.39/22.49	c ============================[ Search Statistics ]============================
22.39/22.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.39/22.49	c       |         |          |          |    Limit     GC | Var      | Constra 
22.39/22.49	c =============================================================================
22.39/22.49	c  0.0s |       0 |        0 |        0 |    38519      0 |      430 |      449
22.48/22.54	c  0.0s |       0 |       21 |        1 |    38519      0 |      430 |      450
22.48/22.54	c #cpu_time = 0.045s
22.48/22.54	c #wall_clock_time = 0.045s
22.48/22.54	c #decision = 21
22.48/22.54	c #random_decision = 0
22.48/22.54	c #conflict = 1
22.48/22.54	c #restart = 0
22.48/22.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
22.48/22.54	c lower bound updated to -821
22.48/22.54	c BCD2: 451 <= obj <= 1232
22.48/22.54	c BCD2: #cores=20, #unrelaxed=801, #relaxed=471, #hardened=0
22.48/22.54	c BCD2: #sat=1 #unsat=452 bias=452/453
22.48/22.54	c Solving starts ...
22.48/22.54	c ============================[ Search Statistics ]============================
22.48/22.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.48/22.54	c       |         |          |          |    Limit     GC | Var      | Constra 
22.48/22.54	c =============================================================================
22.48/22.54	c  0.0s |       0 |        0 |        0 |    38519      0 |      431 |      450
22.48/22.58	c  0.0s |       0 |       21 |        1 |    38519      0 |      431 |      451
22.48/22.58	c #cpu_time = 0.044s
22.48/22.58	c #wall_clock_time = 0.045s
22.48/22.58	c #decision = 21
22.48/22.58	c #random_decision = 0
22.48/22.58	c #conflict = 1
22.48/22.58	c #restart = 0
22.48/22.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
22.48/22.58	c lower bound updated to -820
22.48/22.58	c BCD2: 452 <= obj <= 1232
22.48/22.58	c BCD2: #cores=20, #unrelaxed=800, #relaxed=472, #hardened=0
22.48/22.58	c BCD2: #sat=1 #unsat=453 bias=453/454
22.48/22.58	c Solving starts ...
22.48/22.58	c ============================[ Search Statistics ]============================
22.48/22.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.48/22.58	c       |         |          |          |    Limit     GC | Var      | Constra 
22.48/22.58	c =============================================================================
22.48/22.58	c  0.0s |       0 |        0 |        0 |    38519      0 |      432 |      451
22.59/22.63	c  0.0s |       0 |       21 |        1 |    38519      0 |      432 |      452
22.59/22.63	c #cpu_time = 0.044s
22.59/22.63	c #wall_clock_time = 0.044s
22.59/22.63	c #decision = 21
22.59/22.63	c #random_decision = 0
22.59/22.63	c #conflict = 1
22.59/22.63	c #restart = 0
22.59/22.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
22.59/22.63	c lower bound updated to -819
22.59/22.63	c BCD2: 453 <= obj <= 1232
22.59/22.63	c BCD2: #cores=20, #unrelaxed=799, #relaxed=473, #hardened=0
22.59/22.63	c BCD2: #sat=1 #unsat=454 bias=454/455
22.59/22.63	c Solving starts ...
22.59/22.63	c ============================[ Search Statistics ]============================
22.59/22.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.59/22.63	c       |         |          |          |    Limit     GC | Var      | Constra 
22.59/22.63	c =============================================================================
22.59/22.63	c  0.0s |       0 |        0 |        0 |    38519      0 |      433 |      452
22.59/22.67	c  0.0s |       0 |       21 |        1 |    38519      0 |      433 |      453
22.59/22.67	c #cpu_time = 0.044s
22.59/22.67	c #wall_clock_time = 0.044s
22.59/22.67	c #decision = 21
22.59/22.67	c #random_decision = 0
22.59/22.67	c #conflict = 1
22.59/22.67	c #restart = 0
22.59/22.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
22.59/22.67	c lower bound updated to -818
22.59/22.67	c BCD2: 454 <= obj <= 1232
22.59/22.67	c BCD2: #cores=20, #unrelaxed=798, #relaxed=474, #hardened=0
22.59/22.67	c BCD2: #sat=1 #unsat=455 bias=455/456
22.59/22.68	c Solving starts ...
22.59/22.68	c ============================[ Search Statistics ]============================
22.59/22.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.59/22.68	c       |         |          |          |    Limit     GC | Var      | Constra 
22.59/22.68	c =============================================================================
22.59/22.68	c  0.0s |       0 |        0 |        0 |    38519      0 |      434 |      453
22.68/22.72	c  0.0s |       0 |       21 |        1 |    38519      0 |      434 |      454
22.68/22.72	c #cpu_time = 0.044s
22.68/22.72	c #wall_clock_time = 0.044s
22.68/22.72	c #decision = 21
22.68/22.72	c #random_decision = 0
22.68/22.72	c #conflict = 1
22.68/22.72	c #restart = 0
22.68/22.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
22.68/22.72	c lower bound updated to -817
22.68/22.72	c BCD2: 455 <= obj <= 1232
22.68/22.72	c BCD2: #cores=20, #unrelaxed=797, #relaxed=475, #hardened=0
22.68/22.72	c BCD2: #sat=1 #unsat=456 bias=456/457
22.68/22.72	c Solving starts ...
22.68/22.72	c ============================[ Search Statistics ]============================
22.68/22.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.68/22.72	c       |         |          |          |    Limit     GC | Var      | Constra 
22.68/22.72	c =============================================================================
22.68/22.72	c  0.0s |       0 |        0 |        0 |    38519      0 |      435 |      454
22.68/22.77	c  0.0s |       0 |       21 |        1 |    38519      0 |      435 |      455
22.68/22.77	c #cpu_time = 0.043s
22.68/22.77	c #wall_clock_time = 0.043s
22.68/22.77	c #decision = 21
22.68/22.77	c #random_decision = 0
22.68/22.77	c #conflict = 1
22.68/22.77	c #restart = 0
22.68/22.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
22.68/22.77	c lower bound updated to -816
22.68/22.77	c BCD2: 456 <= obj <= 1232
22.68/22.77	c BCD2: #cores=20, #unrelaxed=796, #relaxed=476, #hardened=0
22.68/22.77	c BCD2: #sat=1 #unsat=457 bias=457/458
22.68/22.77	c Solving starts ...
22.68/22.77	c ============================[ Search Statistics ]============================
22.68/22.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.68/22.77	c       |         |          |          |    Limit     GC | Var      | Constra 
22.68/22.77	c =============================================================================
22.68/22.77	c  0.0s |       0 |        0 |        0 |    38519      0 |      436 |      455
22.79/22.81	c  0.0s |       0 |       21 |        1 |    38519      0 |      436 |      456
22.79/22.81	c #cpu_time = 0.044s
22.79/22.81	c #wall_clock_time = 0.044s
22.79/22.81	c #decision = 21
22.79/22.81	c #random_decision = 0
22.79/22.81	c #conflict = 1
22.79/22.81	c #restart = 0
22.79/22.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
22.79/22.81	c lower bound updated to -815
22.79/22.81	c BCD2: 457 <= obj <= 1232
22.79/22.81	c BCD2: #cores=20, #unrelaxed=795, #relaxed=477, #hardened=0
22.79/22.81	c BCD2: #sat=1 #unsat=458 bias=458/459
22.79/22.81	c Solving starts ...
22.79/22.81	c ============================[ Search Statistics ]============================
22.79/22.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.79/22.81	c       |         |          |          |    Limit     GC | Var      | Constra 
22.79/22.81	c =============================================================================
22.79/22.81	c  0.0s |       0 |        0 |        0 |    38519      0 |      437 |      456
22.79/22.86	c  0.0s |       0 |       21 |        1 |    38519      0 |      437 |      457
22.79/22.86	c #cpu_time = 0.044s
22.79/22.86	c #wall_clock_time = 0.044s
22.79/22.86	c #decision = 21
22.79/22.86	c #random_decision = 0
22.79/22.86	c #conflict = 1
22.79/22.86	c #restart = 0
22.79/22.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
22.79/22.86	c lower bound updated to -814
22.79/22.86	c BCD2: 458 <= obj <= 1232
22.79/22.86	c BCD2: #cores=20, #unrelaxed=794, #relaxed=478, #hardened=0
22.79/22.86	c BCD2: #sat=1 #unsat=459 bias=459/460
22.79/22.86	c Solving starts ...
22.79/22.86	c ============================[ Search Statistics ]============================
22.79/22.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.79/22.86	c       |         |          |          |    Limit     GC | Var      | Constra 
22.79/22.86	c =============================================================================
22.79/22.86	c  0.0s |       0 |        0 |        0 |    38519      0 |      438 |      457
22.88/22.90	c  0.0s |       0 |       21 |        1 |    38519      0 |      438 |      458
22.88/22.90	c #cpu_time = 0.045s
22.88/22.90	c #wall_clock_time = 0.045s
22.88/22.90	c #decision = 21
22.88/22.90	c #random_decision = 0
22.88/22.90	c #conflict = 1
22.88/22.90	c #restart = 0
22.88/22.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
22.88/22.90	c lower bound updated to -813
22.88/22.90	c BCD2: 459 <= obj <= 1232
22.88/22.90	c BCD2: #cores=20, #unrelaxed=793, #relaxed=479, #hardened=0
22.88/22.90	c BCD2: #sat=1 #unsat=460 bias=460/461
22.88/22.90	c Solving starts ...
22.88/22.90	c ============================[ Search Statistics ]============================
22.88/22.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.88/22.90	c       |         |          |          |    Limit     GC | Var      | Constra 
22.88/22.90	c =============================================================================
22.88/22.90	c  0.0s |       0 |        0 |        0 |    38519      0 |      439 |      458
22.88/22.95	c  0.0s |       0 |       21 |        1 |    38519      0 |      439 |      459
22.88/22.95	c #cpu_time = 0.044s
22.88/22.95	c #wall_clock_time = 0.045s
22.88/22.95	c #decision = 21
22.88/22.95	c #random_decision = 0
22.88/22.95	c #conflict = 1
22.88/22.95	c #restart = 0
22.88/22.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
22.88/22.95	c lower bound updated to -812
22.88/22.95	c BCD2: 460 <= obj <= 1232
22.88/22.95	c BCD2: #cores=20, #unrelaxed=792, #relaxed=480, #hardened=0
22.88/22.95	c BCD2: #sat=1 #unsat=461 bias=461/462
22.88/22.95	c Solving starts ...
22.88/22.95	c ============================[ Search Statistics ]============================
22.88/22.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.88/22.95	c       |         |          |          |    Limit     GC | Var      | Constra 
22.88/22.95	c =============================================================================
22.88/22.95	c  0.0s |       0 |        0 |        0 |    38519      0 |      440 |      459
22.99/23.00	c  0.0s |       0 |       21 |        0 |    38519      0 |      440 |      460
22.99/23.00	c #cpu_time = 0.047s
22.99/23.00	c #wall_clock_time = 0.047s
22.99/23.00	c #decision = 21
22.99/23.00	c #random_decision = 0
22.99/23.00	c #conflict = 0
22.99/23.00	c #restart = 0
22.99/23.00	c BCD2: found a new core of size 2: cost of the new core is >=1
22.99/23.00	c lower bound updated to -811
22.99/23.01	c BCD2: 461 <= obj <= 1232
22.99/23.01	c BCD2: #cores=21, #unrelaxed=790, #relaxed=482, #hardened=0
22.99/23.01	c BCD2: #sat=1 #unsat=462 bias=462/463
22.99/23.01	c Solving starts ...
22.99/23.01	c ============================[ Search Statistics ]============================
22.99/23.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.99/23.01	c       |         |          |          |    Limit     GC | Var      | Constra 
22.99/23.01	c =============================================================================
22.99/23.01	c  0.0s |       0 |        0 |        0 |    38519      0 |      440 |      461
22.99/23.05	c  0.0s |       0 |       22 |        1 |    38519      0 |      440 |      461
22.99/23.05	c #cpu_time = 0.045s
22.99/23.05	c #wall_clock_time = 0.045s
22.99/23.05	c #decision = 22
22.99/23.05	c #random_decision = 0
22.99/23.05	c #conflict = 1
22.99/23.05	c #restart = 0
22.99/23.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
22.99/23.05	c lower bound updated to -810
22.99/23.05	c BCD2: 462 <= obj <= 1232
22.99/23.05	c BCD2: #cores=21, #unrelaxed=789, #relaxed=483, #hardened=0
22.99/23.05	c BCD2: #sat=1 #unsat=463 bias=463/464
22.99/23.05	c Solving starts ...
22.99/23.05	c ============================[ Search Statistics ]============================
22.99/23.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.99/23.05	c       |         |          |          |    Limit     GC | Var      | Constra 
22.99/23.05	c =============================================================================
22.99/23.05	c  0.0s |       0 |        0 |        0 |    38519      0 |      441 |      461
22.99/23.10	c  0.0s |       0 |       22 |        1 |    38519      0 |      441 |      462
22.99/23.10	c #cpu_time = 0.045s
22.99/23.10	c #wall_clock_time = 0.045s
22.99/23.10	c #decision = 22
22.99/23.10	c #random_decision = 0
22.99/23.10	c #conflict = 1
22.99/23.10	c #restart = 0
22.99/23.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
22.99/23.10	c lower bound updated to -809
22.99/23.10	c BCD2: 463 <= obj <= 1232
22.99/23.10	c BCD2: #cores=21, #unrelaxed=788, #relaxed=484, #hardened=0
22.99/23.10	c BCD2: #sat=1 #unsat=464 bias=464/465
22.99/23.10	c Solving starts ...
22.99/23.10	c ============================[ Search Statistics ]============================
22.99/23.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.99/23.10	c       |         |          |          |    Limit     GC | Var      | Constra 
22.99/23.10	c =============================================================================
22.99/23.10	c  0.0s |       0 |        0 |        0 |    38519      0 |      442 |      462
23.08/23.14	c  0.0s |       0 |       22 |        1 |    38519      0 |      442 |      463
23.08/23.14	c #cpu_time = 0.044s
23.08/23.14	c #wall_clock_time = 0.044s
23.08/23.14	c #decision = 22
23.08/23.14	c #random_decision = 0
23.08/23.14	c #conflict = 1
23.08/23.14	c #restart = 0
23.08/23.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
23.08/23.14	c lower bound updated to -808
23.08/23.15	c BCD2: 464 <= obj <= 1232
23.08/23.15	c BCD2: #cores=21, #unrelaxed=787, #relaxed=485, #hardened=0
23.08/23.15	c BCD2: #sat=1 #unsat=465 bias=465/466
23.08/23.15	c Solving starts ...
23.08/23.15	c ============================[ Search Statistics ]============================
23.08/23.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.08/23.15	c       |         |          |          |    Limit     GC | Var      | Constra 
23.08/23.15	c =============================================================================
23.08/23.15	c  0.0s |       0 |        0 |        0 |    38519      0 |      443 |      463
23.08/23.19	c  0.0s |       0 |       22 |        1 |    38519      0 |      443 |      464
23.08/23.19	c #cpu_time = 0.043s
23.08/23.19	c #wall_clock_time = 0.043s
23.08/23.19	c #decision = 22
23.08/23.19	c #random_decision = 0
23.08/23.19	c #conflict = 1
23.08/23.19	c #restart = 0
23.08/23.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
23.08/23.19	c lower bound updated to -807
23.08/23.19	c BCD2: 465 <= obj <= 1232
23.08/23.19	c BCD2: #cores=21, #unrelaxed=786, #relaxed=486, #hardened=0
23.08/23.19	c BCD2: #sat=1 #unsat=466 bias=466/467
23.08/23.19	c Solving starts ...
23.08/23.19	c ============================[ Search Statistics ]============================
23.08/23.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.08/23.19	c       |         |          |          |    Limit     GC | Var      | Constra 
23.08/23.19	c =============================================================================
23.08/23.19	c  0.0s |       0 |        0 |        0 |    38519      0 |      444 |      464
23.19/23.24	c  0.0s |       0 |       22 |        1 |    38519      0 |      444 |      465
23.19/23.24	c #cpu_time = 0.044s
23.19/23.24	c #wall_clock_time = 0.044s
23.19/23.24	c #decision = 22
23.19/23.24	c #random_decision = 0
23.19/23.24	c #conflict = 1
23.19/23.24	c #restart = 0
23.19/23.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
23.19/23.24	c lower bound updated to -806
23.19/23.24	c BCD2: 466 <= obj <= 1232
23.19/23.24	c BCD2: #cores=21, #unrelaxed=785, #relaxed=487, #hardened=0
23.19/23.24	c BCD2: #sat=1 #unsat=467 bias=467/468
23.19/23.24	c Solving starts ...
23.19/23.24	c ============================[ Search Statistics ]============================
23.19/23.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.19/23.24	c       |         |          |          |    Limit     GC | Var      | Constra 
23.19/23.24	c =============================================================================
23.19/23.24	c  0.0s |       0 |        0 |        0 |    38519      0 |      445 |      465
23.19/23.28	c  0.0s |       0 |       22 |        1 |    38519      0 |      445 |      466
23.19/23.28	c #cpu_time = 0.044s
23.19/23.28	c #wall_clock_time = 0.044s
23.19/23.28	c #decision = 22
23.19/23.28	c #random_decision = 0
23.19/23.28	c #conflict = 1
23.19/23.28	c #restart = 0
23.19/23.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
23.19/23.28	c lower bound updated to -805
23.19/23.28	c BCD2: 467 <= obj <= 1232
23.19/23.28	c BCD2: #cores=21, #unrelaxed=784, #relaxed=488, #hardened=0
23.19/23.28	c BCD2: #sat=1 #unsat=468 bias=468/469
23.19/23.28	c Solving starts ...
23.19/23.28	c ============================[ Search Statistics ]============================
23.19/23.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.19/23.28	c       |         |          |          |    Limit     GC | Var      | Constra 
23.19/23.28	c =============================================================================
23.19/23.28	c  0.0s |       0 |        0 |        0 |    38519      0 |      446 |      466
23.29/23.33	c  0.0s |       0 |       22 |        1 |    38519      0 |      446 |      467
23.29/23.33	c #cpu_time = 0.045s
23.29/23.33	c #wall_clock_time = 0.045s
23.29/23.33	c #decision = 22
23.29/23.33	c #random_decision = 0
23.29/23.33	c #conflict = 1
23.29/23.33	c #restart = 0
23.29/23.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
23.29/23.33	c lower bound updated to -804
23.29/23.33	c BCD2: 468 <= obj <= 1232
23.29/23.33	c BCD2: #cores=21, #unrelaxed=783, #relaxed=489, #hardened=0
23.29/23.33	c BCD2: #sat=1 #unsat=469 bias=469/470
23.29/23.33	c Solving starts ...
23.29/23.33	c ============================[ Search Statistics ]============================
23.29/23.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.29/23.33	c       |         |          |          |    Limit     GC | Var      | Constra 
23.29/23.33	c =============================================================================
23.29/23.33	c  0.0s |       0 |        0 |        0 |    38519      0 |      447 |      467
23.29/23.37	c  0.0s |       0 |       22 |        1 |    38519      0 |      447 |      468
23.29/23.37	c #cpu_time = 0.044s
23.29/23.37	c #wall_clock_time = 0.044s
23.29/23.37	c #decision = 22
23.29/23.37	c #random_decision = 0
23.29/23.37	c #conflict = 1
23.29/23.37	c #restart = 0
23.29/23.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
23.29/23.37	c lower bound updated to -803
23.29/23.37	c BCD2: 469 <= obj <= 1232
23.29/23.37	c BCD2: #cores=21, #unrelaxed=782, #relaxed=490, #hardened=0
23.29/23.37	c BCD2: #sat=1 #unsat=470 bias=470/471
23.29/23.37	c Solving starts ...
23.29/23.37	c ============================[ Search Statistics ]============================
23.29/23.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.29/23.37	c       |         |          |          |    Limit     GC | Var      | Constra 
23.29/23.37	c =============================================================================
23.29/23.37	c  0.0s |       0 |        0 |        0 |    38519      0 |      448 |      468
23.38/23.42	c  0.0s |       0 |       22 |        1 |    38519      0 |      448 |      469
23.38/23.42	c #cpu_time = 0.044s
23.38/23.42	c #wall_clock_time = 0.044s
23.38/23.42	c #decision = 22
23.38/23.42	c #random_decision = 0
23.38/23.42	c #conflict = 1
23.38/23.42	c #restart = 0
23.38/23.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
23.38/23.42	c lower bound updated to -802
23.38/23.42	c BCD2: 470 <= obj <= 1232
23.38/23.42	c BCD2: #cores=21, #unrelaxed=781, #relaxed=491, #hardened=0
23.38/23.42	c BCD2: #sat=1 #unsat=471 bias=471/472
23.38/23.42	c Solving starts ...
23.38/23.42	c ============================[ Search Statistics ]============================
23.38/23.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.38/23.42	c       |         |          |          |    Limit     GC | Var      | Constra 
23.38/23.42	c =============================================================================
23.38/23.42	c  0.0s |       0 |        0 |        0 |    38519      0 |      449 |      469
23.38/23.46	c  0.0s |       0 |       22 |        1 |    38519      0 |      449 |      470
23.38/23.46	c #cpu_time = 0.044s
23.38/23.46	c #wall_clock_time = 0.044s
23.38/23.46	c #decision = 22
23.38/23.46	c #random_decision = 0
23.38/23.46	c #conflict = 1
23.38/23.46	c #restart = 0
23.38/23.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
23.38/23.46	c lower bound updated to -801
23.38/23.46	c BCD2: 471 <= obj <= 1232
23.38/23.46	c BCD2: #cores=21, #unrelaxed=780, #relaxed=492, #hardened=0
23.38/23.46	c BCD2: #sat=1 #unsat=472 bias=472/473
23.38/23.46	c Solving starts ...
23.38/23.46	c ============================[ Search Statistics ]============================
23.38/23.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.38/23.46	c       |         |          |          |    Limit     GC | Var      | Constra 
23.38/23.46	c =============================================================================
23.38/23.46	c  0.0s |       0 |        0 |        0 |    38519      0 |      450 |      470
23.49/23.51	c  0.0s |       0 |       22 |        1 |    38519      0 |      450 |      471
23.49/23.51	c #cpu_time = 0.044s
23.49/23.51	c #wall_clock_time = 0.044s
23.49/23.51	c #decision = 22
23.49/23.51	c #random_decision = 0
23.49/23.51	c #conflict = 1
23.49/23.51	c #restart = 0
23.49/23.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
23.49/23.51	c lower bound updated to -800
23.49/23.51	c BCD2: 472 <= obj <= 1232
23.49/23.51	c BCD2: #cores=21, #unrelaxed=779, #relaxed=493, #hardened=0
23.49/23.51	c BCD2: #sat=1 #unsat=473 bias=473/474
23.49/23.51	c Solving starts ...
23.49/23.51	c ============================[ Search Statistics ]============================
23.49/23.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.49/23.51	c       |         |          |          |    Limit     GC | Var      | Constra 
23.49/23.51	c =============================================================================
23.49/23.51	c  0.0s |       0 |        0 |        0 |    38519      0 |      451 |      471
23.49/23.56	c  0.0s |       0 |       22 |        1 |    38519      0 |      451 |      472
23.49/23.56	c #cpu_time = 0.043s
23.49/23.56	c #wall_clock_time = 0.043s
23.49/23.56	c #decision = 22
23.49/23.56	c #random_decision = 0
23.49/23.56	c #conflict = 1
23.49/23.56	c #restart = 0
23.49/23.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
23.49/23.56	c lower bound updated to -799
23.49/23.56	c BCD2: 473 <= obj <= 1232
23.49/23.56	c BCD2: #cores=21, #unrelaxed=778, #relaxed=494, #hardened=0
23.49/23.56	c BCD2: #sat=1 #unsat=474 bias=474/475
23.49/23.56	c Solving starts ...
23.49/23.56	c ============================[ Search Statistics ]============================
23.49/23.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.49/23.56	c       |         |          |          |    Limit     GC | Var      | Constra 
23.49/23.56	c =============================================================================
23.49/23.56	c  0.0s |       0 |        0 |        0 |    38519      0 |      452 |      472
23.58/23.60	c  0.0s |       0 |       22 |        1 |    38519      0 |      452 |      473
23.58/23.60	c #cpu_time = 0.044s
23.58/23.60	c #wall_clock_time = 0.044s
23.58/23.60	c #decision = 22
23.58/23.60	c #random_decision = 0
23.58/23.60	c #conflict = 1
23.58/23.60	c #restart = 0
23.58/23.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
23.58/23.60	c lower bound updated to -798
23.58/23.60	c BCD2: 474 <= obj <= 1232
23.58/23.60	c BCD2: #cores=21, #unrelaxed=777, #relaxed=495, #hardened=0
23.58/23.60	c BCD2: #sat=1 #unsat=475 bias=475/476
23.58/23.60	c Solving starts ...
23.58/23.60	c ============================[ Search Statistics ]============================
23.58/23.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.58/23.60	c       |         |          |          |    Limit     GC | Var      | Constra 
23.58/23.60	c =============================================================================
23.58/23.60	c  0.0s |       0 |        0 |        0 |    38519      0 |      453 |      473
23.58/23.65	c  0.0s |       0 |       22 |        1 |    38519      0 |      453 |      474
23.58/23.65	c #cpu_time = 0.044s
23.58/23.65	c #wall_clock_time = 0.044s
23.58/23.65	c #decision = 22
23.58/23.65	c #random_decision = 0
23.58/23.65	c #conflict = 1
23.58/23.65	c #restart = 0
23.58/23.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
23.58/23.65	c lower bound updated to -797
23.58/23.65	c BCD2: 475 <= obj <= 1232
23.58/23.65	c BCD2: #cores=21, #unrelaxed=776, #relaxed=496, #hardened=0
23.58/23.65	c BCD2: #sat=1 #unsat=476 bias=476/477
23.58/23.65	c Solving starts ...
23.58/23.65	c ============================[ Search Statistics ]============================
23.58/23.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.58/23.65	c       |         |          |          |    Limit     GC | Var      | Constra 
23.58/23.65	c =============================================================================
23.58/23.65	c  0.0s |       0 |        0 |        0 |    38519      0 |      454 |      474
23.58/23.69	c  0.0s |       0 |       22 |        1 |    38519      0 |      454 |      475
23.58/23.69	c #cpu_time = 0.045s
23.58/23.69	c #wall_clock_time = 0.045s
23.58/23.69	c #decision = 22
23.58/23.69	c #random_decision = 0
23.58/23.69	c #conflict = 1
23.58/23.69	c #restart = 0
23.58/23.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
23.58/23.69	c lower bound updated to -796
23.58/23.69	c BCD2: 476 <= obj <= 1232
23.58/23.69	c BCD2: #cores=21, #unrelaxed=775, #relaxed=497, #hardened=0
23.58/23.69	c BCD2: #sat=1 #unsat=477 bias=477/478
23.58/23.69	c Solving starts ...
23.58/23.69	c ============================[ Search Statistics ]============================
23.58/23.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.58/23.69	c       |         |          |          |    Limit     GC | Var      | Constra 
23.58/23.69	c =============================================================================
23.58/23.69	c  0.0s |       0 |        0 |        0 |    38519      0 |      455 |      475
23.69/23.74	c  0.0s |       0 |       22 |        1 |    38519      0 |      455 |      476
23.69/23.74	c #cpu_time = 0.044s
23.69/23.74	c #wall_clock_time = 0.044s
23.69/23.74	c #decision = 22
23.69/23.74	c #random_decision = 0
23.69/23.74	c #conflict = 1
23.69/23.74	c #restart = 0
23.69/23.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
23.69/23.74	c lower bound updated to -795
23.69/23.74	c BCD2: 477 <= obj <= 1232
23.69/23.74	c BCD2: #cores=21, #unrelaxed=774, #relaxed=498, #hardened=0
23.69/23.74	c BCD2: #sat=1 #unsat=478 bias=478/479
23.69/23.74	c Solving starts ...
23.69/23.74	c ============================[ Search Statistics ]============================
23.69/23.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.69/23.74	c       |         |          |          |    Limit     GC | Var      | Constra 
23.69/23.74	c =============================================================================
23.69/23.74	c  0.0s |       0 |        0 |        0 |    38519      0 |      456 |      476
23.69/23.78	c  0.0s |       0 |       22 |        1 |    38519      0 |      456 |      477
23.69/23.78	c #cpu_time = 0.044s
23.69/23.78	c #wall_clock_time = 0.045s
23.69/23.78	c #decision = 22
23.69/23.78	c #random_decision = 0
23.69/23.78	c #conflict = 1
23.69/23.78	c #restart = 0
23.69/23.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
23.69/23.78	c lower bound updated to -794
23.69/23.78	c BCD2: 478 <= obj <= 1232
23.69/23.78	c BCD2: #cores=21, #unrelaxed=773, #relaxed=499, #hardened=0
23.69/23.78	c BCD2: #sat=1 #unsat=479 bias=479/480
23.69/23.78	c Solving starts ...
23.69/23.78	c ============================[ Search Statistics ]============================
23.69/23.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.69/23.78	c       |         |          |          |    Limit     GC | Var      | Constra 
23.69/23.78	c =============================================================================
23.69/23.78	c  0.0s |       0 |        0 |        0 |    38519      0 |      457 |      477
23.78/23.83	c  0.0s |       0 |       22 |        1 |    38519      0 |      457 |      478
23.78/23.83	c #cpu_time = 0.044s
23.78/23.83	c #wall_clock_time = 0.044s
23.78/23.83	c #decision = 22
23.78/23.83	c #random_decision = 0
23.78/23.83	c #conflict = 1
23.78/23.83	c #restart = 0
23.78/23.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
23.78/23.83	c lower bound updated to -793
23.78/23.83	c BCD2: 479 <= obj <= 1232
23.78/23.83	c BCD2: #cores=21, #unrelaxed=772, #relaxed=500, #hardened=0
23.78/23.83	c BCD2: #sat=1 #unsat=480 bias=480/481
23.78/23.83	c Solving starts ...
23.78/23.83	c ============================[ Search Statistics ]============================
23.78/23.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.78/23.83	c       |         |          |          |    Limit     GC | Var      | Constra 
23.78/23.83	c =============================================================================
23.78/23.83	c  0.0s |       0 |        0 |        0 |    38519      0 |      458 |      478
23.78/23.87	c  0.0s |       0 |       22 |        1 |    38519      0 |      458 |      479
23.78/23.87	c #cpu_time = 0.044s
23.78/23.87	c #wall_clock_time = 0.044s
23.78/23.87	c #decision = 22
23.78/23.87	c #random_decision = 0
23.78/23.87	c #conflict = 1
23.78/23.87	c #restart = 0
23.78/23.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
23.78/23.87	c lower bound updated to -792
23.78/23.87	c BCD2: 480 <= obj <= 1232
23.78/23.87	c BCD2: #cores=21, #unrelaxed=771, #relaxed=501, #hardened=0
23.78/23.87	c BCD2: #sat=1 #unsat=481 bias=481/482
23.78/23.87	c Solving starts ...
23.78/23.87	c ============================[ Search Statistics ]============================
23.78/23.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.78/23.87	c       |         |          |          |    Limit     GC | Var      | Constra 
23.78/23.87	c =============================================================================
23.78/23.87	c  0.0s |       0 |        0 |        0 |    38519      0 |      459 |      479
23.88/23.92	c  0.0s |       0 |       22 |        1 |    38519      0 |      459 |      480
23.88/23.92	c #cpu_time = 0.044s
23.88/23.92	c #wall_clock_time = 0.044s
23.88/23.92	c #decision = 22
23.88/23.92	c #random_decision = 0
23.88/23.92	c #conflict = 1
23.88/23.92	c #restart = 0
23.88/23.92	 [...]

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

t=808 bias=808/809
39.08/39.15	c Solving starts ...
39.08/39.15	c ============================[ Search Statistics ]============================
39.08/39.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.08/39.15	c       |         |          |          |    Limit     GC | Var      | Constra 
39.08/39.15	c =============================================================================
39.08/39.15	c  0.0s |       0 |        0 |        0 |    42371      0 |      771 |      806
39.18/39.20	c  0.0s |       0 |       37 |        1 |    42371      0 |      771 |      807
39.18/39.20	c #cpu_time = 0.044s
39.18/39.20	c #wall_clock_time = 0.045s
39.18/39.20	c #decision = 37
39.18/39.20	c #random_decision = 0
39.18/39.20	c #conflict = 1
39.18/39.20	c #restart = 0
39.18/39.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
39.18/39.20	c lower bound updated to -464
39.18/39.20	c BCD2: 808 <= obj <= 1232
39.18/39.20	c BCD2: #cores=36, #unrelaxed=428, #relaxed=844, #hardened=0
39.18/39.20	c BCD2: #sat=1 #unsat=809 bias=809/810
39.18/39.20	c Solving starts ...
39.18/39.20	c ============================[ Search Statistics ]============================
39.18/39.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.18/39.20	c       |         |          |          |    Limit     GC | Var      | Constra 
39.18/39.20	c =============================================================================
39.18/39.21	c  0.0s |       0 |        0 |        0 |    42371      0 |      772 |      807
39.18/39.25	c  0.0s |       0 |       37 |        1 |    42371      0 |      772 |      808
39.18/39.25	c #cpu_time = 0.043s
39.18/39.25	c #wall_clock_time = 0.043s
39.18/39.25	c #decision = 37
39.18/39.25	c #random_decision = 0
39.18/39.25	c #conflict = 1
39.18/39.25	c #restart = 0
39.18/39.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
39.18/39.25	c lower bound updated to -463
39.18/39.25	c BCD2: 809 <= obj <= 1232
39.18/39.25	c BCD2: #cores=36, #unrelaxed=427, #relaxed=845, #hardened=0
39.18/39.25	c BCD2: #sat=1 #unsat=810 bias=810/811
39.18/39.25	c Solving starts ...
39.18/39.25	c ============================[ Search Statistics ]============================
39.18/39.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.18/39.25	c       |         |          |          |    Limit     GC | Var      | Constra 
39.18/39.25	c =============================================================================
39.18/39.25	c  0.0s |       0 |        0 |        0 |    42371      0 |      773 |      808
39.18/39.30	c  0.0s |       0 |       37 |        1 |    42371      0 |      773 |      809
39.18/39.30	c #cpu_time = 0.045s
39.18/39.30	c #wall_clock_time = 0.046s
39.18/39.30	c #decision = 37
39.18/39.30	c #random_decision = 0
39.18/39.30	c #conflict = 1
39.18/39.30	c #restart = 0
39.18/39.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
39.18/39.30	c lower bound updated to -462
39.29/39.30	c BCD2: 810 <= obj <= 1232
39.29/39.30	c BCD2: #cores=36, #unrelaxed=426, #relaxed=846, #hardened=0
39.29/39.30	c BCD2: #sat=1 #unsat=811 bias=811/812
39.29/39.30	c Solving starts ...
39.29/39.30	c ============================[ Search Statistics ]============================
39.29/39.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.29/39.30	c       |         |          |          |    Limit     GC | Var      | Constra 
39.29/39.30	c =============================================================================
39.29/39.30	c  0.0s |       0 |        0 |        0 |    42371      0 |      774 |      809
39.29/39.34	c  0.0s |       0 |       37 |        1 |    42371      0 |      774 |      810
39.29/39.34	c #cpu_time = 0.046s
39.29/39.34	c #wall_clock_time = 0.046s
39.29/39.34	c #decision = 37
39.29/39.34	c #random_decision = 0
39.29/39.34	c #conflict = 1
39.29/39.34	c #restart = 0
39.29/39.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
39.29/39.34	c lower bound updated to -461
39.29/39.34	c BCD2: 811 <= obj <= 1232
39.29/39.34	c BCD2: #cores=36, #unrelaxed=425, #relaxed=847, #hardened=0
39.29/39.34	c BCD2: #sat=1 #unsat=812 bias=812/813
39.29/39.34	c Solving starts ...
39.29/39.34	c ============================[ Search Statistics ]============================
39.29/39.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.29/39.34	c       |         |          |          |    Limit     GC | Var      | Constra 
39.29/39.34	c =============================================================================
39.29/39.34	c  0.0s |       0 |        0 |        0 |    42371      0 |      775 |      810
39.29/39.39	c  0.0s |       0 |       37 |        1 |    42371      0 |      775 |      811
39.29/39.39	c #cpu_time = 0.045s
39.29/39.39	c #wall_clock_time = 0.045s
39.29/39.39	c #decision = 37
39.29/39.39	c #random_decision = 0
39.29/39.39	c #conflict = 1
39.29/39.39	c #restart = 0
39.29/39.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
39.29/39.39	c lower bound updated to -460
39.29/39.39	c BCD2: 812 <= obj <= 1232
39.29/39.39	c BCD2: #cores=36, #unrelaxed=424, #relaxed=848, #hardened=0
39.29/39.39	c BCD2: #sat=1 #unsat=813 bias=813/814
39.29/39.39	c Solving starts ...
39.29/39.39	c ============================[ Search Statistics ]============================
39.29/39.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.29/39.39	c       |         |          |          |    Limit     GC | Var      | Constra 
39.29/39.39	c =============================================================================
39.29/39.39	c  0.0s |       0 |        0 |        0 |    42371      0 |      776 |      811
39.38/39.44	c  0.0s |       0 |       37 |        1 |    42371      0 |      776 |      812
39.38/39.44	c #cpu_time = 0.045s
39.38/39.44	c #wall_clock_time = 0.045s
39.38/39.44	c #decision = 37
39.38/39.44	c #random_decision = 0
39.38/39.44	c #conflict = 1
39.38/39.44	c #restart = 0
39.38/39.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
39.38/39.44	c lower bound updated to -459
39.38/39.44	c BCD2: 813 <= obj <= 1232
39.38/39.44	c BCD2: #cores=36, #unrelaxed=423, #relaxed=849, #hardened=0
39.38/39.44	c BCD2: #sat=1 #unsat=814 bias=814/815
39.38/39.44	c Solving starts ...
39.38/39.44	c ============================[ Search Statistics ]============================
39.38/39.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.38/39.44	c       |         |          |          |    Limit     GC | Var      | Constra 
39.38/39.44	c =============================================================================
39.38/39.44	c  0.0s |       0 |        0 |        0 |    42371      0 |      777 |      812
39.38/39.48	c  0.0s |       0 |       37 |        1 |    42371      0 |      777 |      813
39.38/39.48	c #cpu_time = 0.045s
39.38/39.48	c #wall_clock_time = 0.045s
39.38/39.48	c #decision = 37
39.38/39.48	c #random_decision = 0
39.38/39.48	c #conflict = 1
39.38/39.48	c #restart = 0
39.38/39.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
39.38/39.48	c lower bound updated to -458
39.38/39.48	c BCD2: 814 <= obj <= 1232
39.38/39.48	c BCD2: #cores=36, #unrelaxed=422, #relaxed=850, #hardened=0
39.38/39.48	c BCD2: #sat=1 #unsat=815 bias=815/816
39.38/39.48	c Solving starts ...
39.38/39.48	c ============================[ Search Statistics ]============================
39.38/39.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.38/39.48	c       |         |          |          |    Limit     GC | Var      | Constra 
39.38/39.48	c =============================================================================
39.38/39.48	c  0.0s |       0 |        0 |        0 |    42371      0 |      778 |      813
39.49/39.53	c  0.0s |       0 |       37 |        1 |    42371      0 |      778 |      814
39.49/39.53	c #cpu_time = 0.045s
39.49/39.53	c #wall_clock_time = 0.045s
39.49/39.53	c #decision = 37
39.49/39.53	c #random_decision = 0
39.49/39.53	c #conflict = 1
39.49/39.53	c #restart = 0
39.49/39.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
39.49/39.53	c lower bound updated to -457
39.49/39.53	c BCD2: 815 <= obj <= 1232
39.49/39.53	c BCD2: #cores=36, #unrelaxed=421, #relaxed=851, #hardened=0
39.49/39.53	c BCD2: #sat=1 #unsat=816 bias=816/817
39.49/39.53	c Solving starts ...
39.49/39.53	c ============================[ Search Statistics ]============================
39.49/39.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.49/39.53	c       |         |          |          |    Limit     GC | Var      | Constra 
39.49/39.53	c =============================================================================
39.49/39.53	c  0.0s |       0 |        0 |        0 |    42371      0 |      779 |      814
39.49/39.57	c  0.0s |       0 |       37 |        1 |    42371      0 |      779 |      815
39.49/39.57	c #cpu_time = 0.045s
39.49/39.57	c #wall_clock_time = 0.046s
39.49/39.57	c #decision = 37
39.49/39.57	c #random_decision = 0
39.49/39.57	c #conflict = 1
39.49/39.57	c #restart = 0
39.49/39.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
39.49/39.57	c lower bound updated to -456
39.49/39.57	c BCD2: 816 <= obj <= 1232
39.49/39.57	c BCD2: #cores=36, #unrelaxed=420, #relaxed=852, #hardened=0
39.49/39.57	c BCD2: #sat=1 #unsat=817 bias=817/818
39.49/39.57	c Solving starts ...
39.49/39.57	c ============================[ Search Statistics ]============================
39.49/39.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.49/39.57	c       |         |          |          |    Limit     GC | Var      | Constra 
39.49/39.57	c =============================================================================
39.49/39.58	c  0.0s |       0 |        0 |        0 |    42371      0 |      780 |      815
39.59/39.62	c  0.0s |       0 |       37 |        1 |    42371      0 |      780 |      816
39.59/39.62	c #cpu_time = 0.044s
39.59/39.62	c #wall_clock_time = 0.044s
39.59/39.62	c #decision = 37
39.59/39.62	c #random_decision = 0
39.59/39.62	c #conflict = 1
39.59/39.62	c #restart = 0
39.59/39.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
39.59/39.62	c lower bound updated to -455
39.59/39.62	c BCD2: 817 <= obj <= 1232
39.59/39.62	c BCD2: #cores=36, #unrelaxed=419, #relaxed=853, #hardened=0
39.59/39.62	c BCD2: #sat=1 #unsat=818 bias=818/819
39.59/39.62	c Solving starts ...
39.59/39.62	c ============================[ Search Statistics ]============================
39.59/39.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.59/39.62	c       |         |          |          |    Limit     GC | Var      | Constra 
39.59/39.62	c =============================================================================
39.59/39.62	c  0.0s |       0 |        0 |        0 |    42371      0 |      781 |      816
39.59/39.67	c  0.0s |       0 |       37 |        1 |    42371      0 |      781 |      817
39.59/39.67	c #cpu_time = 0.045s
39.59/39.67	c #wall_clock_time = 0.045s
39.59/39.67	c #decision = 37
39.59/39.67	c #random_decision = 0
39.59/39.67	c #conflict = 1
39.59/39.67	c #restart = 0
39.59/39.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
39.59/39.67	c lower bound updated to -454
39.59/39.67	c BCD2: 818 <= obj <= 1232
39.59/39.67	c BCD2: #cores=36, #unrelaxed=418, #relaxed=854, #hardened=0
39.59/39.67	c BCD2: #sat=1 #unsat=819 bias=819/820
39.59/39.67	c Solving starts ...
39.59/39.67	c ============================[ Search Statistics ]============================
39.59/39.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.59/39.67	c       |         |          |          |    Limit     GC | Var      | Constra 
39.59/39.67	c =============================================================================
39.59/39.67	c  0.0s |       0 |        0 |        0 |    42371      0 |      782 |      817
39.69/39.72	c  0.0s |       0 |       37 |        1 |    42371      0 |      782 |      818
39.69/39.72	c #cpu_time = 0.045s
39.69/39.72	c #wall_clock_time = 0.045s
39.69/39.72	c #decision = 37
39.69/39.72	c #random_decision = 0
39.69/39.72	c #conflict = 1
39.69/39.72	c #restart = 0
39.69/39.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
39.69/39.72	c lower bound updated to -453
39.69/39.72	c BCD2: 819 <= obj <= 1232
39.69/39.72	c BCD2: #cores=36, #unrelaxed=417, #relaxed=855, #hardened=0
39.69/39.72	c BCD2: #sat=1 #unsat=820 bias=820/821
39.69/39.72	c Solving starts ...
39.69/39.72	c ============================[ Search Statistics ]============================
39.69/39.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.69/39.72	c       |         |          |          |    Limit     GC | Var      | Constra 
39.69/39.72	c =============================================================================
39.69/39.72	c  0.0s |       0 |        0 |        0 |    42371      0 |      783 |      818
39.69/39.76	c  0.0s |       0 |       37 |        1 |    42371      0 |      783 |      819
39.69/39.76	c #cpu_time = 0.045s
39.69/39.76	c #wall_clock_time = 0.045s
39.69/39.76	c #decision = 37
39.69/39.76	c #random_decision = 0
39.69/39.76	c #conflict = 1
39.69/39.76	c #restart = 0
39.69/39.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
39.69/39.76	c lower bound updated to -452
39.69/39.76	c BCD2: 820 <= obj <= 1232
39.69/39.76	c BCD2: #cores=36, #unrelaxed=416, #relaxed=856, #hardened=0
39.69/39.76	c BCD2: #sat=1 #unsat=821 bias=821/822
39.69/39.76	c Solving starts ...
39.69/39.76	c ============================[ Search Statistics ]============================
39.69/39.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.69/39.76	c       |         |          |          |    Limit     GC | Var      | Constra 
39.69/39.76	c =============================================================================
39.69/39.76	c  0.0s |       0 |        0 |        0 |    42371      0 |      784 |      819
39.79/39.81	c  0.0s |       0 |       37 |        1 |    42371      0 |      784 |      820
39.79/39.81	c #cpu_time = 0.045s
39.79/39.81	c #wall_clock_time = 0.045s
39.79/39.81	c #decision = 37
39.79/39.81	c #random_decision = 0
39.79/39.81	c #conflict = 1
39.79/39.81	c #restart = 0
39.79/39.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
39.79/39.81	c lower bound updated to -451
39.79/39.81	c BCD2: 821 <= obj <= 1232
39.79/39.81	c BCD2: #cores=36, #unrelaxed=415, #relaxed=857, #hardened=0
39.79/39.81	c BCD2: #sat=1 #unsat=822 bias=822/823
39.79/39.81	c Solving starts ...
39.79/39.81	c ============================[ Search Statistics ]============================
39.79/39.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.79/39.81	c       |         |          |          |    Limit     GC | Var      | Constra 
39.79/39.81	c =============================================================================
39.79/39.81	c  0.0s |       0 |        0 |        0 |    42371      0 |      785 |      820
39.79/39.85	c  0.0s |       0 |       37 |        1 |    42371      0 |      785 |      821
39.79/39.85	c #cpu_time = 0.045s
39.79/39.85	c #wall_clock_time = 0.045s
39.79/39.85	c #decision = 37
39.79/39.85	c #random_decision = 0
39.79/39.85	c #conflict = 1
39.79/39.85	c #restart = 0
39.79/39.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
39.79/39.85	c lower bound updated to -450
39.79/39.86	c BCD2: 822 <= obj <= 1232
39.79/39.86	c BCD2: #cores=36, #unrelaxed=414, #relaxed=858, #hardened=0
39.79/39.86	c BCD2: #sat=1 #unsat=823 bias=823/824
39.79/39.86	c Solving starts ...
39.79/39.86	c ============================[ Search Statistics ]============================
39.79/39.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.79/39.86	c       |         |          |          |    Limit     GC | Var      | Constra 
39.79/39.86	c =============================================================================
39.79/39.86	c  0.0s |       0 |        0 |        0 |    42371      0 |      786 |      821
39.88/39.90	c  0.0s |       0 |       37 |        1 |    42371      0 |      786 |      822
39.88/39.90	c #cpu_time = 0.045s
39.88/39.90	c #wall_clock_time = 0.045s
39.88/39.90	c #decision = 37
39.88/39.90	c #random_decision = 0
39.88/39.90	c #conflict = 1
39.88/39.90	c #restart = 0
39.88/39.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
39.88/39.90	c lower bound updated to -449
39.88/39.90	c BCD2: 823 <= obj <= 1232
39.88/39.90	c BCD2: #cores=36, #unrelaxed=413, #relaxed=859, #hardened=0
39.88/39.90	c BCD2: #sat=1 #unsat=824 bias=824/825
39.88/39.90	c Solving starts ...
39.88/39.90	c ============================[ Search Statistics ]============================
39.88/39.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.88/39.90	c       |         |          |          |    Limit     GC | Var      | Constra 
39.88/39.90	c =============================================================================
39.88/39.90	c  0.0s |       0 |        0 |        0 |    42371      0 |      787 |      822
39.88/39.95	c  0.0s |       0 |       37 |        1 |    42371      0 |      787 |      823
39.88/39.95	c #cpu_time = 0.045s
39.88/39.95	c #wall_clock_time = 0.045s
39.88/39.95	c #decision = 37
39.88/39.95	c #random_decision = 0
39.88/39.95	c #conflict = 1
39.88/39.95	c #restart = 0
39.88/39.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
39.88/39.95	c lower bound updated to -448
39.88/39.95	c BCD2: 824 <= obj <= 1232
39.88/39.95	c BCD2: #cores=36, #unrelaxed=412, #relaxed=860, #hardened=0
39.88/39.95	c BCD2: #sat=1 #unsat=825 bias=825/826
39.88/39.95	c Solving starts ...
39.88/39.95	c ============================[ Search Statistics ]============================
39.88/39.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.88/39.95	c       |         |          |          |    Limit     GC | Var      | Constra 
39.88/39.95	c =============================================================================
39.88/39.95	c  0.0s |       0 |        0 |        0 |    42371      0 |      788 |      823
39.98/40.00	c  0.0s |       0 |       37 |        1 |    42371      0 |      788 |      824
39.98/40.00	c #cpu_time = 0.043s
39.98/40.00	c #wall_clock_time = 0.044s
39.98/40.00	c #decision = 37
39.98/40.00	c #random_decision = 0
39.98/40.00	c #conflict = 1
39.98/40.00	c #restart = 0
39.98/40.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
39.98/40.00	c lower bound updated to -447
39.98/40.00	c BCD2: 825 <= obj <= 1232
39.98/40.00	c BCD2: #cores=36, #unrelaxed=411, #relaxed=861, #hardened=0
39.98/40.00	c BCD2: #sat=1 #unsat=826 bias=826/827
39.98/40.00	c Solving starts ...
39.98/40.00	c ============================[ Search Statistics ]============================
39.98/40.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.98/40.00	c       |         |          |          |    Limit     GC | Var      | Constra 
39.98/40.00	c =============================================================================
39.98/40.00	c  0.0s |       0 |        0 |        0 |    42371      0 |      789 |      824
39.98/40.04	c  0.0s |       0 |       37 |        1 |    42371      0 |      789 |      825
39.98/40.04	c #cpu_time = 0.045s
39.98/40.04	c #wall_clock_time = 0.045s
39.98/40.04	c #decision = 37
39.98/40.04	c #random_decision = 0
39.98/40.04	c #conflict = 1
39.98/40.04	c #restart = 0
39.98/40.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
39.98/40.04	c lower bound updated to -446
39.98/40.04	c BCD2: 826 <= obj <= 1232
39.98/40.04	c BCD2: #cores=36, #unrelaxed=410, #relaxed=862, #hardened=0
39.98/40.04	c BCD2: #sat=1 #unsat=827 bias=827/828
39.98/40.04	c Solving starts ...
39.98/40.04	c ============================[ Search Statistics ]============================
39.98/40.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.98/40.04	c       |         |          |          |    Limit     GC | Var      | Constra 
39.98/40.04	c =============================================================================
39.98/40.04	c  0.0s |       0 |        0 |        0 |    42371      0 |      790 |      825
39.98/40.09	c  0.0s |       0 |       37 |        1 |    42371      0 |      790 |      826
39.98/40.09	c #cpu_time = 0.046s
39.98/40.09	c #wall_clock_time = 0.046s
39.98/40.09	c #decision = 37
39.98/40.09	c #random_decision = 0
39.98/40.09	c #conflict = 1
39.98/40.09	c #restart = 0
39.98/40.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
39.98/40.09	c lower bound updated to -445
39.98/40.09	c BCD2: 827 <= obj <= 1232
39.98/40.09	c BCD2: #cores=36, #unrelaxed=409, #relaxed=863, #hardened=0
39.98/40.09	c BCD2: #sat=1 #unsat=828 bias=828/829
39.98/40.09	c Solving starts ...
39.98/40.09	c ============================[ Search Statistics ]============================
39.98/40.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.98/40.09	c       |         |          |          |    Limit     GC | Var      | Constra 
39.98/40.09	c =============================================================================
39.98/40.09	c  0.0s |       0 |        0 |        0 |    42371      0 |      791 |      826
40.09/40.14	c  0.0s |       0 |       37 |        1 |    42371      0 |      791 |      827
40.09/40.14	c #cpu_time = 0.046s
40.09/40.14	c #wall_clock_time = 0.046s
40.09/40.14	c #decision = 37
40.09/40.14	c #random_decision = 0
40.09/40.14	c #conflict = 1
40.09/40.14	c #restart = 0
40.09/40.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
40.09/40.14	c lower bound updated to -444
40.09/40.14	c BCD2: 828 <= obj <= 1232
40.09/40.14	c BCD2: #cores=36, #unrelaxed=408, #relaxed=864, #hardened=0
40.09/40.14	c BCD2: #sat=1 #unsat=829 bias=829/830
40.09/40.14	c Solving starts ...
40.09/40.14	c ============================[ Search Statistics ]============================
40.09/40.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.09/40.14	c       |         |          |          |    Limit     GC | Var      | Constra 
40.09/40.14	c =============================================================================
40.09/40.14	c  0.0s |       0 |        0 |        0 |    42371      0 |      792 |      827
40.09/40.18	c  0.0s |       0 |       37 |        0 |    42371      0 |      792 |      828
40.09/40.18	c #cpu_time = 0.046s
40.09/40.18	c #wall_clock_time = 0.046s
40.09/40.18	c #decision = 37
40.09/40.18	c #random_decision = 0
40.09/40.18	c #conflict = 0
40.09/40.18	c #restart = 0
40.09/40.18	c BCD2: found a new core of size 2: cost of the new core is >=1
40.09/40.18	c lower bound updated to -443
40.09/40.19	c BCD2: 829 <= obj <= 1232
40.09/40.19	c BCD2: #cores=37, #unrelaxed=406, #relaxed=866, #hardened=0
40.09/40.19	c BCD2: #sat=1 #unsat=830 bias=830/831
40.09/40.19	c Solving starts ...
40.09/40.19	c ============================[ Search Statistics ]============================
40.09/40.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.09/40.19	c       |         |          |          |    Limit     GC | Var      | Constra 
40.09/40.19	c =============================================================================
40.09/40.19	c  0.0s |       0 |        0 |        0 |    42371      0 |      792 |      829
40.18/40.24	c  0.0s |       0 |       38 |        1 |    42371      0 |      792 |      829
40.18/40.24	c #cpu_time = 0.043s
40.18/40.24	c #wall_clock_time = 0.043s
40.18/40.24	c #decision = 38
40.18/40.24	c #random_decision = 0
40.18/40.24	c #conflict = 1
40.18/40.24	c #restart = 0
40.18/40.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
40.18/40.24	c lower bound updated to -442
40.18/40.24	c BCD2: 830 <= obj <= 1232
40.18/40.24	c BCD2: #cores=37, #unrelaxed=405, #relaxed=867, #hardened=0
40.18/40.24	c BCD2: #sat=1 #unsat=831 bias=831/832
40.18/40.24	c Solving starts ...
40.18/40.24	c ============================[ Search Statistics ]============================
40.18/40.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.18/40.24	c       |         |          |          |    Limit     GC | Var      | Constra 
40.18/40.24	c =============================================================================
40.18/40.24	c  0.0s |       0 |        0 |        0 |    42371      0 |      793 |      829
40.18/40.28	c  0.0s |       0 |       38 |        1 |    42371      0 |      793 |      830
40.18/40.28	c #cpu_time = 0.045s
40.18/40.28	c #wall_clock_time = 0.045s
40.18/40.28	c #decision = 38
40.18/40.28	c #random_decision = 0
40.18/40.28	c #conflict = 1
40.18/40.28	c #restart = 0
40.18/40.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
40.18/40.28	c lower bound updated to -441
40.18/40.28	c BCD2: 831 <= obj <= 1232
40.18/40.28	c BCD2: #cores=37, #unrelaxed=404, #relaxed=868, #hardened=0
40.18/40.28	c BCD2: #sat=1 #unsat=832 bias=832/833
40.18/40.28	c Solving starts ...
40.18/40.28	c ============================[ Search Statistics ]============================
40.18/40.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.18/40.28	c       |         |          |          |    Limit     GC | Var      | Constra 
40.18/40.28	c =============================================================================
40.18/40.28	c  0.0s |       0 |        0 |        0 |    42371      0 |      794 |      830
40.28/40.33	c  0.0s |       0 |       38 |        1 |    42371      0 |      794 |      831
40.28/40.33	c #cpu_time = 0.045s
40.28/40.33	c #wall_clock_time = 0.045s
40.28/40.33	c #decision = 38
40.28/40.33	c #random_decision = 0
40.28/40.33	c #conflict = 1
40.28/40.33	c #restart = 0
40.28/40.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
40.28/40.33	c lower bound updated to -440
40.28/40.33	c BCD2: 832 <= obj <= 1232
40.28/40.33	c BCD2: #cores=37, #unrelaxed=403, #relaxed=869, #hardened=0
40.28/40.33	c BCD2: #sat=1 #unsat=833 bias=833/834
40.28/40.33	c Solving starts ...
40.28/40.33	c ============================[ Search Statistics ]============================
40.28/40.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.28/40.33	c       |         |          |          |    Limit     GC | Var      | Constra 
40.28/40.33	c =============================================================================
40.28/40.33	c  0.0s |       0 |        0 |        0 |    42371      0 |      795 |      831
40.28/40.38	c  0.0s |       0 |       38 |        1 |    42371      0 |      795 |      832
40.28/40.38	c #cpu_time = 0.043s
40.28/40.38	c #wall_clock_time = 0.044s
40.28/40.38	c #decision = 38
40.28/40.38	c #random_decision = 0
40.28/40.38	c #conflict = 1
40.28/40.38	c #restart = 0
40.28/40.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
40.28/40.38	c lower bound updated to -439
40.28/40.38	c BCD2: 833 <= obj <= 1232
40.28/40.38	c BCD2: #cores=37, #unrelaxed=402, #relaxed=870, #hardened=0
40.28/40.38	c BCD2: #sat=1 #unsat=834 bias=834/835
40.28/40.38	c Solving starts ...
40.28/40.38	c ============================[ Search Statistics ]============================
40.28/40.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.28/40.38	c       |         |          |          |    Limit     GC | Var      | Constra 
40.28/40.38	c =============================================================================
40.28/40.38	c  0.0s |       0 |        0 |        0 |    42371      0 |      796 |      832
40.38/40.42	c  0.0s |       0 |       38 |        1 |    42371      0 |      796 |      833
40.38/40.42	c #cpu_time = 0.045s
40.38/40.42	c #wall_clock_time = 0.045s
40.38/40.42	c #decision = 38
40.38/40.42	c #random_decision = 0
40.38/40.42	c #conflict = 1
40.38/40.42	c #restart = 0
40.38/40.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
40.38/40.42	c lower bound updated to -438
40.38/40.43	c BCD2: 834 <= obj <= 1232
40.38/40.43	c BCD2: #cores=37, #unrelaxed=401, #relaxed=871, #hardened=0
40.38/40.43	c BCD2: #sat=1 #unsat=835 bias=835/836
40.38/40.43	c Solving starts ...
40.38/40.43	c ============================[ Search Statistics ]============================
40.38/40.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.38/40.43	c       |         |          |          |    Limit     GC | Var      | Constra 
40.38/40.43	c =============================================================================
40.38/40.43	c  0.0s |       0 |        0 |        0 |    42371      0 |      797 |      833
40.38/40.47	c  0.0s |       0 |       38 |        1 |    42371      0 |      797 |      834
40.38/40.47	c #cpu_time = 0.045s
40.38/40.47	c #wall_clock_time = 0.045s
40.38/40.47	c #decision = 38
40.38/40.47	c #random_decision = 0
40.38/40.47	c #conflict = 1
40.38/40.47	c #restart = 0
40.38/40.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
40.38/40.47	c lower bound updated to -437
40.38/40.47	c BCD2: 835 <= obj <= 1232
40.38/40.47	c BCD2: #cores=37, #unrelaxed=400, #relaxed=872, #hardened=0
40.38/40.47	c BCD2: #sat=1 #unsat=836 bias=836/837
40.38/40.47	c Solving starts ...
40.38/40.47	c ============================[ Search Statistics ]============================
40.38/40.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.38/40.47	c       |         |          |          |    Limit     GC | Var      | Constra 
40.38/40.47	c =============================================================================
40.38/40.47	c  0.0s |       0 |        0 |        0 |    42371      0 |      798 |      834
40.48/40.52	c  0.0s |       0 |       38 |        1 |    42371      0 |      798 |      835
40.48/40.52	c #cpu_time = 0.046s
40.48/40.52	c #wall_clock_time = 0.046s
40.48/40.52	c #decision = 38
40.48/40.52	c #random_decision = 0
40.48/40.52	c #conflict = 1
40.48/40.52	c #restart = 0
40.48/40.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
40.48/40.52	c lower bound updated to -436
40.48/40.52	c BCD2: 836 <= obj <= 1232
40.48/40.52	c BCD2: #cores=37, #unrelaxed=399, #relaxed=873, #hardened=0
40.48/40.52	c BCD2: #sat=1 #unsat=837 bias=837/838
40.48/40.52	c Solving starts ...
40.48/40.52	c ============================[ Search Statistics ]============================
40.48/40.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.48/40.52	c       |         |          |          |    Limit     GC | Var      | Constra 
40.48/40.52	c =============================================================================
40.48/40.52	c  0.0s |       0 |        0 |        0 |    42371      0 |      799 |      835
40.48/40.56	c  0.0s |       0 |       38 |        1 |    42371      0 |      799 |      836
40.48/40.56	c #cpu_time = 0.046s
40.48/40.56	c #wall_clock_time = 0.046s
40.48/40.56	c #decision = 38
40.48/40.56	c #random_decision = 0
40.48/40.56	c #conflict = 1
40.48/40.56	c #restart = 0
40.48/40.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
40.48/40.56	c lower bound updated to -435
40.48/40.56	c BCD2: 837 <= obj <= 1232
40.48/40.56	c BCD2: #cores=37, #unrelaxed=398, #relaxed=874, #hardened=0
40.48/40.56	c BCD2: #sat=1 #unsat=838 bias=838/839
40.48/40.57	c Solving starts ...
40.48/40.57	c ============================[ Search Statistics ]============================
40.48/40.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.48/40.57	c       |         |          |          |    Limit     GC | Var      | Constra 
40.48/40.57	c =============================================================================
40.48/40.57	c  0.0s |       0 |        0 |        0 |    42371      0 |      800 |      836
40.58/40.61	c  0.0s |       0 |       38 |        1 |    42371      0 |      800 |      837
40.58/40.61	c #cpu_time = 0.045s
40.58/40.61	c #wall_clock_time = 0.045s
40.58/40.61	c #decision = 38
40.58/40.61	c #random_decision = 0
40.58/40.61	c #conflict = 1
40.58/40.61	c #restart = 0
40.58/40.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
40.58/40.61	c lower bound updated to -434
40.58/40.61	c BCD2: 838 <= obj <= 1232
40.58/40.61	c BCD2: #cores=37, #unrelaxed=397, #relaxed=875, #hardened=0
40.58/40.61	c BCD2: #sat=1 #unsat=839 bias=839/840
40.58/40.61	c Solving starts ...
40.58/40.61	c ============================[ Search Statistics ]============================
40.58/40.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.58/40.61	c       |         |          |          |    Limit     GC | Var      | Constra 
40.58/40.61	c =============================================================================
40.58/40.61	c  0.0s |       0 |        0 |        0 |    42371      0 |      801 |      837
40.58/40.66	c  0.0s |       0 |       38 |        1 |    42371      0 |      801 |      838
40.58/40.66	c #cpu_time = 0.045s
40.58/40.66	c #wall_clock_time = 0.045s
40.58/40.66	c #decision = 38
40.58/40.66	c #random_decision = 0
40.58/40.66	c #conflict = 1
40.58/40.66	c #restart = 0
40.58/40.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
40.58/40.66	c lower bound updated to -433
40.58/40.66	c BCD2: 839 <= obj <= 1232
40.58/40.66	c BCD2: #cores=37, #unrelaxed=396, #relaxed=876, #hardened=0
40.58/40.66	c BCD2: #sat=1 #unsat=840 bias=840/841
40.58/40.66	c Solving starts ...
40.58/40.66	c ============================[ Search Statistics ]============================
40.58/40.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.58/40.66	c       |         |          |          |    Limit     GC | Var      | Constra 
40.58/40.66	c =============================================================================
40.58/40.66	c  0.0s |       0 |        0 |        0 |    42371      0 |      802 |      838
40.58/40.70	c  0.0s |       0 |       38 |        1 |    42371      0 |      802 |      839
40.58/40.70	c #cpu_time = 0.045s
40.58/40.70	c #wall_clock_time = 0.045s
40.58/40.70	c #decision = 38
40.58/40.70	c #random_decision = 0
40.58/40.70	c #conflict = 1
40.58/40.70	c #restart = 0
40.58/40.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
40.58/40.70	c lower bound updated to -432
40.58/40.70	c BCD2: 840 <= obj <= 1232
40.58/40.70	c BCD2: #cores=37, #unrelaxed=395, #relaxed=877, #hardened=0
40.58/40.70	c BCD2: #sat=1 #unsat=841 bias=841/842
40.58/40.70	c Solving starts ...
40.58/40.70	c ============================[ Search Statistics ]============================
40.58/40.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.58/40.70	c       |         |          |          |    Limit     GC | Var      | Constra 
40.58/40.70	c =============================================================================
40.68/40.71	c  0.0s |       0 |        0 |        0 |    42371      0 |      803 |      839
40.68/40.75	c  0.0s |       0 |       38 |        1 |    42371      0 |      803 |      840
40.68/40.75	c #cpu_time = 0.043s
40.68/40.75	c #wall_clock_time = 0.044s
40.68/40.75	c #decision = 38
40.68/40.75	c #random_decision = 0
40.68/40.75	c #conflict = 1
40.68/40.75	c #restart = 0
40.68/40.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
40.68/40.75	c lower bound updated to -431
40.68/40.75	c BCD2: 841 <= obj <= 1232
40.68/40.75	c BCD2: #cores=37, #unrelaxed=394, #relaxed=878, #hardened=0
40.68/40.75	c BCD2: #sat=1 #unsat=842 bias=842/843
40.68/40.75	c Solving starts ...
40.68/40.75	c ============================[ Search Statistics ]============================
40.68/40.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.68/40.75	c       |         |          |          |    Limit     GC | Var      | Constra 
40.68/40.75	c =============================================================================
40.68/40.75	c  0.0s |       0 |        0 |        0 |    42371      0 |      804 |      840
40.68/40.80	c  0.0s |       0 |       38 |        1 |    42371      0 |      804 |      841
40.68/40.80	c #cpu_time = 0.045s
40.68/40.80	c #wall_clock_time = 0.045s
40.68/40.80	c #decision = 38
40.68/40.80	c #random_decision = 0
40.68/40.80	c #conflict = 1
40.68/40.80	c #restart = 0
40.68/40.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
40.68/40.80	c lower bound updated to -430
40.68/40.80	c BCD2: 842 <= obj <= 1232
40.68/40.80	c BCD2: #cores=37, #unrelaxed=393, #relaxed=879, #hardened=0
40.68/40.80	c BCD2: #sat=1 #unsat=843 bias=843/844
40.68/40.80	c Solving starts ...
40.68/40.80	c ============================[ Search Statistics ]============================
40.68/40.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.68/40.80	c       |         |          |          |    Limit     GC | Var      | Constra 
40.68/40.80	c =============================================================================
40.68/40.80	c  0.0s |       0 |        0 |        0 |    42371      0 |      805 |      841
40.78/40.84	c  0.0s |       0 |       38 |        1 |    42371      0 |      805 |      842
40.78/40.84	c #cpu_time = 0.045s
40.78/40.84	c #wall_clock_time = 0.045s
40.78/40.84	c #decision = 38
40.78/40.84	c #random_decision = 0
40.78/40.84	c #conflict = 1
40.78/40.84	c #restart = 0
40.78/40.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
40.78/40.84	c lower bound updated to -429
40.78/40.84	c BCD2: 843 <= obj <= 1232
40.78/40.84	c BCD2: #cores=37, #unrelaxed=392, #relaxed=880, #hardened=0
40.78/40.84	c BCD2: #sat=1 #unsat=844 bias=844/845
40.78/40.84	c Solving starts ...
40.78/40.84	c ============================[ Search Statistics ]============================
40.78/40.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.78/40.84	c       |         |          |          |    Limit     GC | Var      | Constra 
40.78/40.84	c =============================================================================
40.78/40.84	c  0.0s |       0 |        0 |        0 |    42371      0 |      806 |      842
40.78/40.89	c  0.0s |       0 |       38 |        1 |    42371      0 |      806 |      843
40.78/40.89	c #cpu_time = 0.046s
40.78/40.89	c #wall_clock_time = 0.046s
40.78/40.89	c #decision = 38
40.78/40.89	c #random_decision = 0
40.78/40.89	c #conflict = 1
40.78/40.89	c #restart = 0
40.78/40.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
40.78/40.89	c lower bound updated to -428
40.78/40.89	c BCD2: 844 <= obj <= 1232
40.78/40.89	c BCD2: #cores=37, #unrelaxed=391, #relaxed=881, #hardened=0
40.78/40.89	c BCD2: #sat=1 #unsat=845 bias=845/846
40.78/40.89	c Solving starts ...
40.78/40.89	c ============================[ Search Statistics ]============================
40.78/40.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.78/40.89	c       |         |          |          |    Limit     GC | Var      | Constra 
40.78/40.89	c =============================================================================
40.78/40.89	c  0.0s |       0 |        0 |        0 |    42371      0 |      807 |      843
40.88/40.94	c  0.0s |       0 |       38 |        1 |    42371      0 |      807 |      844
40.88/40.94	c #cpu_time = 0.045s
40.88/40.94	c #wall_clock_time = 0.045s
40.88/40.94	c #decision = 38
40.88/40.94	c #random_decision = 0
40.88/40.94	c #conflict = 1
40.88/40.94	c #restart = 0
40.88/40.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
40.88/40.94	c lower bound updated to -427
40.88/40.94	c BCD2: 845 <= obj <= 1232
40.88/40.94	c BCD2: #cores=37, #unrelaxed=390, #relaxed=882, #hardened=0
40.88/40.94	c BCD2: #sat=1 #unsat=846 bias=846/847
40.88/40.94	c Solving starts ...
40.88/40.94	c ============================[ Search Statistics ]============================
40.88/40.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.88/40.94	c       |         |          |          |    Limit     GC | Var      | Constra 
40.88/40.94	c =============================================================================
40.88/40.94	c  0.0s |       0 |        0 |        0 |    42371      0 |      808 |      844
40.88/40.98	c  0.0s |       0 |       38 |        1 |    42371      0 |      808 |      845
40.88/40.98	c #cpu_time = 0.045s
40.88/40.98	c #wall_clock_time = 0.045s
40.88/40.98	c #decision = 38
40.88/40.98	c #random_decision = 0
40.88/40.98	c #conflict = 1
40.88/40.98	c #restart = 0
40.88/40.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
40.88/40.98	c lower bound updated to -426
40.88/40.98	c BCD2: 846 <= obj <= 1232
40.88/40.98	c BCD2: #cores=37, #unrelaxed=389, #relaxed=883, #hardened=0
40.88/40.98	c BCD2: #sat=1 #unsat=847 bias=847/848
40.88/40.98	c Solving starts ...
40.88/40.98	c ============================[ Search Statistics ]============================
40.88/40.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.88/40.98	c       |         |          |          |    Limit     GC | Var      | Constra 
40.88/40.98	c =============================================================================
40.88/40.98	c  0.0s |       0 |        0 |        0 |    42371      0 |      809 |      845
40.98/41.03	c  0.0s |       0 |       38 |        1 |    42371      0 |      809 |      846
40.98/41.03	c #cpu_time = 0.045s
40.98/41.03	c #wall_clock_time = 0.045s
40.98/41.03	c #decision = 38
40.98/41.03	c #random_decision = 0
40.98/41.03	c #conflict = 1
40.98/41.03	c #restart = 0
40.98/41.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
40.98/41.03	c lower bound updated to -425
40.98/41.03	c BCD2: 847 <= obj <= 1232
40.98/41.03	c BCD2: #cores=37, #unrelaxed=388, #relaxed=884, #hardened=0
40.98/41.03	c BCD2: #sat=1 #unsat=848 bias=848/849
40.98/41.03	c Solving starts ...
40.98/41.03	c ============================[ Search Statistics ]============================
40.98/41.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.98/41.03	c       |         |          |          |    Limit     GC | Var      | Constra 
40.98/41.03	c =============================================================================
40.98/41.03	c  0.0s |       0 |        0 |        0 |    42371      0 |      810 |      846
40.98/41.07	c  0.0s |       0 |       38 |        1 |    42371      0 |      810 |      847
40.98/41.07	c #cpu_time = 0.045s
40.98/41.07	c #wall_clock_time = 0.045s
40.98/41.07	c #decision = 38
40.98/41.07	c #random_decision = 0
40.98/41.07	c #conflict = 1
40.98/41.07	c #restart = 0
40.98/41.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
40.98/41.07	c lower bound updated to -424
40.98/41.08	c BCD2: 848 <= obj <= 1232
40.98/41.08	c BCD2: #cores=37, #unrelaxed=387, #relaxed=885, #hardened=0
40.98/41.08	c BCD2: #sat=1 #unsat=849 bias=849/850
40.98/41.08	c Solving starts ...
40.98/41.08	c ============================[ Search Statistics ]============================
40.98/41.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.98/41.08	c       |         |          |          |    Limit     GC | Var      | Constra 
40.98/41.08	c =============================================================================
40.98/41.08	c  0.0s |       0 |        0 |        0 |    42371      0 |      811 |      847
41.09/41.12	c  0.0s |       0 |       38 |        1 |    42371      0 |      811 |      848
41.09/41.12	c #cpu_time = 0.043s
41.09/41.12	c #wall_clock_time = 0.044s
41.09/41.12	c #decision = 38
41.09/41.12	c #random_decision = 0
41.09/41.12	c #conflict = 1
41.09/41.12	c #restart = 0
41.09/41.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
41.09/41.13	c lower bound updated to -423
41.09/41.13	c BCD2: 849 <= obj <= 1232
41.09/41.13	c BCD2: #cores=37, #unrelaxed=386, #relaxed=886, #hardened=0
41.09/41.13	c BCD2: #sat=1 #unsat=850 bias=850/851
41.09/41.13	c Solving starts ...
41.09/41.13	c ============================[ Search Statistics ]============================
41.09/41.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.09/41.13	c       |         |          |          |    Limit     GC | Var      | Constra 
41.09/41.13	c =============================================================================
41.09/41.13	c  0.0s |       0 |        0 |        0 |    42371      0 |      812 |      848
41.09/41.17	c  0.0s |       0 |       38 |        1 |    42371      0 |      812 |      849
41.09/41.17	c #cpu_time = 0.045s
41.09/41.17	c #wall_clock_time = 0.045s
41.09/41.17	c #decision = 38
41.09/41.17	c #random_decision = 0
41.09/41.17	c #conflict = 1
41.09/41.17	c #restart = 0
41.09/41.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
41.09/41.17	c lower bound updated to -422
41.09/41.17	c BCD2: 850 <= obj <= 1232
41.09/41.17	c BCD2: #cores=37, #unrelaxed=385, #relaxed=887, #hardened=0
41.09/41.17	c BCD2: #sat=1 #unsat=851 bias=851/852
41.09/41.17	c Solving starts ...
41.09/41.17	c ============================[ Search Statistics ]============================
41.09/41.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.09/41.17	c       |         |          |          |    Limit     GC | Var      | Constra 
41.09/41.17	c =============================================================================
41.09/41.17	c  0.0s |       0 |        0 |        0 |    42371      0 |      813 |      849
41.18/41.22	c  0.0s |       0 |       38 |        1 |    42371      0 |      813 |      850
41.18/41.22	c #cpu_time = 0.045s
41.18/41.22	c #wall_clock_time = 0.045s
41.18/41.22	c #decision = 38
41.18/41.22	c #random_decision = 0
41.18/41.22	c #conflict = 1
41.18/41.22	c #restart = 0
41.18/41.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
41.18/41.22	c lower bound updated to -421
41.18/41.22	c BCD2: 851 <= obj <= 1232
41.18/41.22	c BCD2: #cores=37, #unrelaxed=384, #relaxed=888, #hardened=0
41.18/41.22	c BCD2: #sat=1 #unsat=852 bias=852/853
41.18/41.22	c Solving starts ...
41.18/41.22	c ============================[ Search Statistics ]============================
41.18/41.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.18/41.22	c       |         |          |          |    Limit     GC | Var      | Constra 
41.18/41.22	c =============================================================================
41.18/41.22	c  0.0s |       0 |        0 |        0 |    42371      0 |      814 |      850
41.18/41.26	c  0.0s |       0 |       38 |        0 |    42371      0 |      814 |      851
41.18/41.26	c #cpu_time = 0.045s
41.18/41.26	c #wall_clock_time = 0.046s
41.18/41.26	c #decision = 38
41.18/41.26	c #random_decision = 0
41.18/41.26	c #conflict = 0
41.18/41.26	c #restart = 0
41.18/41.26	c BCD2: found a new core of size 2: cost of the new core is >=1
41.18/41.26	c lower bound updated to -420
41.18/41.27	c BCD2: 852 <= obj <= 1232
41.18/41.27	c BCD2: #cores=38, #unrelaxed=382, #relaxed=890, #hardened=0
41.18/41.27	c BCD2: #sat=1 #unsat=853 bias=853/854
41.18/41.27	c Solving starts ...
41.18/41.27	c ============================[ Search Statistics ]============================
41.18/41.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.18/41.27	c       |         |          |          |    Limit     GC | Var      | Constra 
41.18/41.27	c =============================================================================
41.18/41.27	c  0.0s |       0 |        0 |        0 |    42371      0 |      814 |      852
41.28/41.32	c  0.0s |       0 |       39 |        1 |    42371      0 |      814 |      852
41.28/41.32	c #cpu_time = 0.043s
41.28/41.32	c #wall_clock_time = 0.043s
41.28/41.32	c #decision = 39
41.28/41.32	c #random_decision = 0
41.28/41.32	c #conflict = 1
41.28/41.32	c #restart = 0
41.28/41.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
41.28/41.32	c lower bound updated to -419
41.28/41.32	c BCD2: 853 <= obj <= 1232
41.28/41.32	c BCD2: #cores=38, #unrelaxed=381, #relaxed=891, #hardened=0
41.28/41.32	c BCD2: #sat=1 #unsat=854 bias=854/855
41.28/41.32	c Solving starts ...
41.28/41.32	c ============================[ Search Statistics ]============================
41.28/41.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.28/41.32	c       |         |          |          |    Limit     GC | Var      | Constra 
41.28/41.32	c =============================================================================
41.28/41.32	c  0.0s |       0 |        0 |        0 |    42371      0 |      815 |      852
41.28/41.36	c  0.0s |       0 |       39 |        1 |    46609      0 |      815 |      853
41.28/41.36	c #cpu_time = 0.045s
41.28/41.36	c #wall_clock_time = 0.045s
41.28/41.36	c #decision = 39
41.28/41.36	c #random_decision = 0
41.28/41.36	c #conflict = 1
41.28/41.36	c #restart = 0
41.28/41.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
41.28/41.36	c lower bound updated to -418
41.28/41.36	c BCD2: 854 <= obj <= 1232
41.28/41.36	c BCD2: #cores=38, #unrelaxed=380, #relaxed=892, #hardened=0
41.28/41.36	c BCD2: #sat=1 #unsat=855 bias=855/856
41.28/41.36	c Solving starts ...
41.28/41.36	c ============================[ Search Statistics ]============================
41.28/41.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.28/41.36	c       |         |          |          |    Limit     GC | Var      | Constra 
41.28/41.36	c =============================================================================
41.28/41.36	c  0.0s |       0 |        0 |        0 |    46609      0 |      816 |      853
41.38/41.41	c  0.0s |       0 |       39 |        1 |    46609      0 |      816 |      854
41.38/41.41	c #cpu_time = 0.045s
41.38/41.41	c #wall_clock_time = 0.045s
41.38/41.41	c #decision = 39
41.38/41.41	c #random_decision = 0
41.38/41.41	c #conflict = 1
41.38/41.41	c #restart = 0
41.38/41.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
41.38/41.41	c lower bound updated to -417
41.38/41.41	c BCD2: 855 <= obj <= 1232
41.38/41.41	c BCD2: #cores=38, #unrelaxed=379, #relaxed=893, #hardened=0
41.38/41.41	c BCD2: #sat=1 #unsat=856 bias=856/857
41.38/41.41	c Solving starts ...
41.38/41.41	c ============================[ Search Statistics ]============================
41.38/41.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.38/41.41	c       |         |          |          |    Limit     GC | Var      | Constra 
41.38/41.41	c =============================================================================
41.38/41.41	c  0.0s |       0 |        0 |        0 |    46609      0 |      817 |      854
41.38/41.46	c  0.0s |       0 |       39 |        1 |    46609      0 |      817 |      855
41.38/41.46	c #cpu_time = 0.045s
41.38/41.46	c #wall_clock_time = 0.045s
41.38/41.46	c #decision = 39
41.38/41.46	c #random_decision = 0
41.38/41.46	c #conflict = 1
41.38/41.46	c #restart = 0
41.38/41.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
41.38/41.46	c lower bound updated to -416
41.38/41.46	c BCD2: 856 <= obj <= 1232
41.38/41.46	c BCD2: #cores=38, #unrelaxed=378, #relaxed=894, #hardened=0
41.38/41.46	c BCD2: #sat=1 #unsat=857 bias=857/858
41.38/41.46	c Solving starts ...
41.38/41.46	c ============================[ Search Statistics ]============================
41.38/41.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.38/41.46	c       |         |          |          |    Limit     GC | Var      | Constra 
41.38/41.46	c =============================================================================
41.38/41.46	c  0.0s |       0 |        0 |        0 |    46609      0 |      818 |      855
41.48/41.51	c  0.0s |       0 |       39 |        1 |    46609      0 |      818 |      856
41.48/41.51	c #cpu_time = 0.043s
41.48/41.51	c #wall_clock_time = 0.044s
41.48/41.51	c #decision = 39
41.48/41.51	c #random_decision = 0
41.48/41.51	c #conflict = 1
41.48/41.51	c #restart = 0
41.48/41.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
41.48/41.51	c lower bound updated to -415
41.48/41.51	c BCD2: 857 <= obj <= 1232
41.48/41.51	c BCD2: #cores=38, #unrelaxed=377, #relaxed=895, #hardened=0
41.48/41.51	c BCD2: #sat=1 #unsat=858 bias=858/859
41.48/41.51	c Solving starts ...
41.48/41.51	c ============================[ Search Statistics ]============================
41.48/41.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.48/41.51	c       |         |          |          |    Limit     GC | Var      | Constra 
41.48/41.51	c =============================================================================
41.48/41.51	c  0.0s |       0 |        0 |        0 |    46609      0 |      819 |      856
41.48/41.55	c  0.0s |       0 |       39 |        1 |    46609      0 |      819 |      857
41.48/41.55	c #cpu_time = 0.045s
41.48/41.55	c #wall_clock_time = 0.045s
41.48/41.55	c #decision = 39
41.48/41.55	c #random_decision = 0
41.48/41.55	c #conflict = 1
41.48/41.55	c #restart = 0
41.48/41.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
41.48/41.55	c lower bound updated to -414
41.48/41.55	c BCD2: 858 <= obj <= 1232
41.48/41.55	c BCD2: #cores=38, #unrelaxed=376, #relaxed=896, #hardened=0
41.48/41.55	c BCD2: #sat=1 #unsat=859 bias=859/860
41.48/41.55	c Solving starts ...
41.48/41.55	c ============================[ Search Statistics ]============================
41.48/41.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.48/41.55	c       |         |          |          |    Limit     GC | Var      | Constra 
41.48/41.55	c =============================================================================
41.48/41.55	c  0.0s |       0 |        0 |        0 |    46609      0 |      820 |      857
41.58/41.60	c  0.0s |       0 |       39 |        1 |    46609      0 |      820 |      858
41.58/41.60	c #cpu_time = 0.045s
41.58/41.60	c #wall_clock_time = 0.045s
41.58/41.60	c #decision = 39
41.58/41.60	c #random_decision = 0
41.58/41.60	c #conflict = 1
41.58/41.60	c #restart = 0
41.58/41.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
41.58/41.60	c lower bound updated to -413
41.58/41.60	c BCD2: 859 <= obj <= 1232
41.58/41.60	c BCD2: #cores=38, #unrelaxed=375, #relaxed=897, #hardened=0
41.58/41.60	c BCD2: #sat=1 #unsat=860 bias=860/861
41.58/41.60	c Solving starts ...
41.58/41.60	c ============================[ Search Statistics ]============================
41.58/41.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.58/41.60	c       |         |          |          |    Limit     GC | Var      | Constra 
41.58/41.60	c =============================================================================
41.58/41.60	c  0.0s |       0 |        0 |        0 |    46609      0 |      821 |      858
41.58/41.64	c  0.0s |       0 |       39 |        1 |    46609      0 |      821 |      859
41.58/41.64	c #cpu_time = 0.045s
41.58/41.64	c #wall_clock_time = 0.045s
41.58/41.64	c #decision = 39
41.58/41.64	c #random_decision = 0
41.58/41.64	c #conflict = 1
41.58/41.64	c #restart = 0
41.58/41.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
41.58/41.64	c lower bound updated to -412
41.58/41.64	c BCD2: 860 <= obj <= 1232
41.58/41.64	c BCD2: #cores=38, #unrelaxed=374, #relaxed=898, #hardened=0
41.58/41.64	c BCD2: #sat=1 #unsat=861 bias=861/862
41.58/41.65	c Solving starts ...
41.58/41.65	c ============================[ Search Statistics ]============================
41.58/41.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.58/41.65	c       |         |          |          |    Limit     GC | Var      | Constra 
41.58/41.65	c =============================================================================
41.58/41.65	c  0.0s |       0 |        0 |        0 |    46609      0 |      822 |      859
41.58/41.69	c  0.0s |       0 |       39 |        1 |    46609      0 |      822 |      860
41.58/41.69	c #cpu_time = 0.045s
41.58/41.69	c #wall_clock_time = 0.045s
41.58/41.69	c #decision = 39
41.58/41.69	c #random_decision = 0
41.58/41.69	c #conflict = 1
41.58/41.69	c #restart = 0
41.58/41.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
41.58/41.69	c lower bound updated to -411
41.58/41.69	c BCD2: 861 <= obj <= 1232
41.58/41.69	c BCD2: #cores=38, #unrelaxed=373, #relaxed=899, #hardened=0
41.58/41.69	c BCD2: #sat=1 #unsat=862 bias=862/863
41.58/41.69	c Solving starts ...
41.58/41.69	c ============================[ Search Statistics ]============================
41.58/41.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.58/41.69	c       |         |          |          |    Limit     GC | Var      | Constra 
41.58/41.69	c =============================================================================
41.58/41.69	c  0.0s |       0 |        0 |        0 |    46609      0 |      823 |      860
41.68/41.74	c  0.0s |       0 |       39 |        1 |    46609      0 |      823 |      861
41.68/41.74	c #cpu_time = 0.045s
41.68/41.74	c #wall_clock_time = 0.045s
41.68/41.74	c #decision = 39
41.68/41.74	c #random_decision = 0
41.68/41.74	c #conflict = 1
41.68/41.74	c #restart = 0
41.68/41.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
41.68/41.74	c lower bound updated to -410
41.68/41.74	c BCD2: 862 <= obj <= 1232
41.68/41.74	c BCD2: #cores=38, #unrelaxed=372, #relaxed=900, #hardened=0
41.68/41.74	c BCD2: #sat=1 #unsat=863 bias=863/864
41.68/41.74	c Solving starts ...
41.68/41.74	c ============================[ Search Statistics ]============================
41.68/41.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.68/41.74	c       |         |          |          |    Limit     GC | Var      | Constra 
41.68/41.74	c =============================================================================
41.68/41.74	c  0.0s |       0 |        0 |        0 |    46609      0 |      824 |      861
41.68/41.78	c  0.0s |       0 |       39 |        1 |    46609      0 |      824 |      862
41.68/41.78	c #cpu_time = 0.045s
41.68/41.78	c #wall_clock_time = 0.045s
41.68/41.78	c #decision = 39
41.68/41.78	c #random_decision = 0
41.68/41.78	c #conflict = 1
41.68/41.78	c #restart = 0
41.68/41.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
41.68/41.78	c lower bound updated to -409
41.68/41.78	c BCD2: 863 <= obj <= 1232
41.68/41.78	c BCD2: #cores=38, #unrelaxed=371, #relaxed=901, #hardened=0
41.68/41.78	c BCD2: #sat=1 #unsat=864 bias=864/865
41.68/41.78	c Solving starts ...
41.68/41.78	c ============================[ Search Statistics ]============================
41.68/41.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.68/41.78	c       |         |          |          |    Limit     GC | Var      | Constra 
41.68/41.78	c =============================================================================
41.68/41.78	c  0.0s |       0 |        0 |        0 |    46609      0 |      825 |      862
41.79/41.83	c  0.0s |       0 |       39 |        1 |    46609      0 |      825 |      863
41.79/41.83	c #cpu_time = 0.045s
41.79/41.83	c #wall_clock_time = 0.045s
41.79/41.83	c #decision = 39
41.79/41.83	c #random_decision = 0
41.79/41.83	c #conflict = 1
41.79/41.83	c #restart = 0
41.79/41.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
41.79/41.83	c lower bound updated to -408
41.79/41.83	c BCD2: 864 <= obj <= 1232
41.79/41.83	c BCD2: #cores=38, #unrelaxed=370, #relaxed=902, #hardened=0
41.79/41.83	c BCD2: #sat=1 #unsat=865 bias=865/866
41.79/41.83	c Solving starts ...
41.79/41.83	c ============================[ Search Statistics ]============================
41.79/41.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.79/41.83	c       |         |          |          |    Limit     GC | Var      | Constra 
41.79/41.83	c =============================================================================
41.79/41.84	c  0.0s |       0 |        0 |        0 |    46609      0 |      826 |      863
41.79/41.88	c  0.0s |       0 |       39 |        1 |    46609      0 |      826 |      864
41.79/41.88	c #cpu_time = 0.043s
41.79/41.88	c #wall_clock_time = 0.044s
41.79/41.88	c #decision = 39
41.79/41.88	c #random_decision = 0
41.79/41.88	c #conflict = 1
41.79/41.88	c #restart = 0
41.79/41.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
41.79/41.88	c lower bound updated to -407
41.79/41.88	c BCD2: 865 <= obj <= 1232
41.79/41.88	c BCD2: #cores=38, #unrelaxed=369, #relaxed=903, #hardened=0
41.79/41.88	c BCD2: #sat=1 #unsat=866 bias=866/867
41.79/41.88	c Solving starts ...
41.79/41.88	c ============================[ Search Statistics ]============================
41.79/41.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.79/41.88	c       |         |          |          |    Limit     GC | Var      | Constra 
41.79/41.88	c =============================================================================
41.79/41.88	c  0.0s |       0 |        0 |        0 |    46609      0 |      827 |      864
41.88/41.92	c  0.0s |       0 |       39 |        1 |    46609      0 |      827 |      865
41.88/41.92	c #cpu_time = 0.045s
41.88/41.92	c #wall_clock_time = 0.045s
41.88/41.92	c #decision = 39
41.88/41.92	c #random_decision = 0
41.88/41.92	c #conflict = 1
41.88/41.92	c #restart = 0
41.88/41.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
41.88/41.92	c lower bound updated to -406
41.88/41.93	c BCD2: 866 <= obj <= 1232
41.88/41.93	c BCD2: #cores=38, #unrelaxed=368, #relaxed=904, #hardened=0
41.88/41.93	c BCD2: #sat=1 #unsat=867 bias=867/868
41.88/41.93	c Solving starts ...
41.88/41.93	c ============================[ Search Statistics ]============================
41.88/41.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.88/41.93	c       |         |          |          |    Limit     GC | Var      | Constra 
41.88/41.93	c =============================================================================
41.88/41.93	c  0.0s |       0 |        0 |        0 |    46609      0 |      828 |      865
41.88/41.97	c  0.0s |       0 |       39 |        1 |    46609      0 |      828 |      866
41.88/41.97	c #cpu_time = 0.045s
41.88/41.97	c #wall_clock_time = 0.045s
41.88/41.97	c #decision = 39
41.88/41.97	c #random_decision = 0
41.88/41.97	c #conflict = 1
41.88/41.97	c #restart = 0
41.88/41.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
41.88/41.97	c lower bound updated to -405
41.88/41.97	c BCD2: 867 <= obj <= 1232
41.88/41.97	c BCD2: #cores=38, #unrelaxed=367, #relaxed=905, #hardened=0
41.88/41.97	c BCD2: #sat=1 #unsat=868 bias=868/869
41.88/41.97	c Solving starts ...
41.88/41.97	c ============================[ Search Statistics ]============================
41.88/41.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.88/41.97	c       |         |          |          |    Limit     GC | Var      | Constra 
41.88/41.97	c =============================================================================
41.88/41.97	c  0.0s |       0 |        0 |        0 |    46609      0 |      829 |      866
41.99/42.02	c  0.0s |       0 |       39 |        1 |    46609      0 |      829 |      867
41.99/42.02	c #cpu_time = 0.045s
41.99/42.02	c #wall_clock_time = 0.046s
41.99/42.02	c #decision = 39
41.99/42.02	c #random_decision = 0
41.99/42.02	c #conflict = 1
41.99/42.02	c #restart = 0
41.99/42.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
41.99/42.02	c lower bound updated to -404
41.99/42.02	c BCD2: 868 <= obj <= 1232
41.99/42.02	c BCD2: #cores=38, #unrelaxed=366, #relaxed=906, #hardened=0
41.99/42.02	c BCD2: #sat=1 #unsat=869 bias=869/870
41.99/42.02	c Solving starts ...
41.99/42.02	c ============================[ Search Statistics ]============================
41.99/42.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.99/42.02	c       |         |          |          |    Limit     GC | Var      | Constra 
41.99/42.02	c =============================================================================
41.99/42.02	c  0.0s |       0 |        0 |        0 |    46609      0 |      830 |      867
41.99/42.06	c  0.0s |       0 |       39 |        1 |    46609      0 |      830 |      868
41.99/42.06	c #cpu_time = 0.045s
41.99/42.06	c #wall_clock_time = 0.045s
41.99/42.06	c #decision = 39
41.99/42.06	c #random_decision = 0
41.99/42.06	c #conflict = 1
41.99/42.06	c #restart = 0
41.99/42.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
41.99/42.06	c lower bound updated to -403
41.99/42.06	c BCD2: 869 <= obj <= 1232
41.99/42.06	c BCD2: #cores=38, #unrelaxed=365, #relaxed=907, #hardened=0
41.99/42.06	c BCD2: #sat=1 #unsat=870 bias=870/871
41.99/42.07	c Solving starts ...
41.99/42.07	c ============================[ Search Statistics ]============================
41.99/42.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.99/42.07	c       |         |          |          |    Limit     GC | Var      | Constra 
41.99/42.07	c =============================================================================
41.99/42.07	c  0.0s |       0 |        0 |        0 |    46609      0 |      831 |      868
42.08/42.11	c  0.0s |       0 |       39 |        1 |    46609      0 |      831 |      869
42.08/42.11	c #cpu_time = 0.045s
42.08/42.11	c #wall_clock_time = 0.045s
42.08/42.11	c #decision = 39
42.08/42.11	c #random_decision = 0
42.08/42.11	c #conflict = 1
42.08/42.11	c #restart = 0
42.08/42.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
42.08/42.11	c lower bound updated to -402
42.08/42.11	c BCD2: 870 <= obj <= 1232
42.08/42.11	c BCD2: #cores=38, #unrelaxed=364, #relaxed=908, #hardened=0
42.08/42.11	c BCD2: #sat=1 #unsat=871 bias=871/872
42.08/42.11	c Solving starts ...
42.08/42.11	c ============================[ Search Statistics ]============================
42.08/42.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.08/42.11	c       |         |          |          |    Limit     GC | Var      | Constra 
42.08/42.11	c =============================================================================
42.08/42.11	c  0.0s |       0 |        0 |        0 |    46609      0 |      832 |      869
42.08/42.16	c  0.0s |       0 |       39 |        1 |    46609      0 |      832 |      870
42.08/42.16	c #cpu_time = 0.045s
42.08/42.16	c #wall_clock_time = 0.045s
42.08/42.16	c #decision = 39
42.08/42.16	c #random_decision = 0
42.08/42.16	c #conflict = 1
42.08/42.16	c #restart = 0
42.08/42.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
42.08/42.16	c lower bound updated to -401
42.08/42.16	c BCD2: 871 <= obj <= 1232
42.08/42.16	c BCD2: #cores=38, #unrelaxed=363, #relaxed=909, #hardened=0
42.08/42.16	c BCD2: #sat=1 #unsat=872 bias=872/873
42.08/42.16	c Solving starts ...
42.08/42.16	c ============================[ Search Statistics ]============================
42.08/42.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.08/42.16	c       |         |          |          |    Limit     GC | Var      | Constra 
42.08/42.16	c =============================================================================
42.08/42.16	c  0.0s |       0 |        0 |        0 |    46609      0 |      833 |      870
42.18/42.20	c  0.0s |       0 |       39 |        1 |    46609      0 |      833 |      871
42.18/42.20	c #cpu_time = 0.045s
42.18/42.20	c #wall_clock_time = 0.045s
42.18/42.20	c #decision = 39
42.18/42.20	c #random_decision = 0
42.18/42.20	c #conflict = 1
42.18/42.20	c #restart = 0
42.18/42.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
42.18/42.20	c lower bound updated to -400
42.18/42.20	c BCD2: 872 <= obj <= 1232
42.18/42.20	c BCD2: #cores=38, #unrelaxed=362, #relaxed=910, #hardened=0
42.18/42.20	c BCD2: #sat=1 #unsat=873 bias=873/874
42.18/42.20	c Solving starts ...
42.18/42.20	c ============================[ Search Statistics ]============================
42.18/42.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.18/42.20	c       |         |          |          |    Limit     GC | Var      | Constra 
42.18/42.20	c =============================================================================
42.18/42.21	c  0.0s |       0 |        0 |        0 |    46609      0 |      834 |      871
42.18/42.25	c  0.0s |       0 |       39 |        1 |    46609      0 |      834 |      872
42.18/42.25	c #cpu_time = 0.044s
42.18/42.25	c #wall_clock_time = 0.044s
42.18/42.25	c #decision = 39
42.18/42.25	c #random_decision = 0
42.18/42.25	c #conflict = 1
42.18/42.25	c #restart = 0
42.18/42.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
42.18/42.25	c lower bound updated to -399
42.18/42.25	c BCD2: 873 <= obj <= 1232
42.18/42.25	c BCD2: #cores=38, #unrelaxed=361, #relaxed=911, #hardened=0
42.18/42.25	c BCD2: #sat=1 #unsat=874 bias=874/875
42.18/42.25	c Solving starts ...
42.18/42.25	c ============================[ Search Statistics ]============================
42.18/42.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.18/42.25	c       |         |          |          |    Limit     GC | Var      | Constra 
42.18/42.25	c =============================================================================
42.18/42.25	c  0.0s |       0 |        0 |        0 |    46609      0 |      835 |      872
42.28/42.30	c  0.0s |       0 |       39 |        1 |    46609      0 |      835 |      873
42.28/42.30	c #cpu_time = 0.045s
42.28/42.30	c #wall_clock_time = 0.045s
42.28/42.30	c #decision = 39
42.28/42.30	c #random_decision = 0
42.28/42.30	c #conflict = 1
42.28/42.30	c #restart = 0
42.28/42.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
42.28/42.30	c lower bound updated to -398
42.28/42.30	c BCD2: 874 <= obj <= 1232
42.28/42.30	c BCD2: #cores=38, #unrelaxed=360, #relaxed=912, #hardened=0
42.28/42.30	c BCD2: #sat=1 #unsat=875 bias=875/876
42.28/42.30	c Solving starts ...
42.28/42.30	c ============================[ Search Statistics ]============================
42.28/42.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.28/42.30	c       |         |          |          |    Limit     GC | Var      | Constra 
42.28/42.30	c =============================================================================
42.28/42.30	c  0.0s |       0 |        0 |        0 |    46609      0 |      836 |      873
42.28/42.34	c  0.0s |       0 |       39 |        0 |    46609      0 |      836 |      874
42.28/42.34	c #cpu_time = 0.045s
42.28/42.34	c #wall_clock_time = 0.046s
42.28/42.34	c #decision = 39
42.28/42.34	c #random_decision = 0
42.28/42.34	c #conflict = 0
42.28/42.34	c #restart = 0
42.28/42.34	c BCD2: found a new core of size 2: cost of the new core is >=1
42.28/42.34	c lower bound updated to -397
42.28/42.35	c BCD2: 875 <= obj <= 1232
42.28/42.35	c BCD2: #cores=39, #unrelaxed=358, #relaxed=914, #hardened=0
42.28/42.35	c BCD2: #sat=1 #unsat=876 bias=876/877
42.28/42.35	c Solving starts ...
42.28/42.35	c ============================[ Search Statistics ]============================
42.28/42.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.28/42.35	c       |         |          |          |    Limit     GC | Var      | Constra 
42.28/42.35	c =============================================================================
42.28/42.35	c  0.0s |       0 |        0 |        0 |    46609      0 |      836 |      875
42.38/42.40	c  0.0s |       0 |       40 |        1 |    46609      0 |      836 |      875
42.38/42.40	c #cpu_time = 0.044s
42.38/42.40	c #wall_clock_time = 0.044s
42.38/42.40	c #decision = 40
42.38/42.40	c #random_decision = 0
42.38/42.40	c #conflict = 1
42.38/42.40	c #restart = 0
42.38/42.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
42.38/42.40	c lower bound updated to -396
42.38/42.40	c BCD2: 876 <= obj <= 1232
42.38/42.40	c BCD2: #cores=39, #unrelaxed=357, #relaxed=915, #hardened=0
42.38/42.40	c BCD2: #sat=1 #unsat=877 bias=877/878
42.38/42.40	c Solving starts ...
42.38/42.40	c ============================[ Search Statistics ]============================
42.38/42.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.38/42.40	c       |         |          |          |    Limit     GC | Var      | Constra 
42.38/42.40	c =============================================================================
42.38/42.40	c  0.0s |       0 |        0 |        0 |    46609      0 |      837 |      875
42.38/42.44	c  0.0s |       0 |       40 |        1 |    46609      0 |      837 |      876
42.38/42.44	c #cpu_time = 0.045s
42.38/42.44	c #wall_clock_time = 0.045s
42.38/42.44	c #decision = 40
42.38/42.44	c #random_decision = 0
42.38/42.44	c #conflict = 1
42.38/42.44	c #restart = 0
42.38/42.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
42.38/42.44	c lower bound updated to -395
42.38/42.45	c BCD2: 877 <= obj <= 1232
42.38/42.45	c BCD2: #cores=39, #unrelaxed=356, #relaxed=916, #hardened=0
42.38/42.45	c BCD2: #sat=1 #unsat=878 bias=878/879
42.38/42.45	c Solving starts ...
42.38/42.45	c ============================[ Search Statistics ]============================
42.38/42.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.38/42.45	c       |         |          |          |    Limit     GC | Var      | Constra 
42.38/42.45	c =============================================================================
42.38/42.45	c  0.0s |       0 |        0 |        0 |    46609      0 |      838 |      876
42.38/42.49	c  0.0s |       0 |       40 |        1 |    46609      0 |      838 |      877
42.38/42.49	c #cpu_time = 0.045s
42.38/42.49	c #wall_clock_time = 0.045s
42.38/42.49	c #decision = 40
42.38/42.49	c #random_decision = 0
42.38/42.49	c #conflict = 1
42.38/42.49	c #restart = 0
42.38/42.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
42.38/42.49	c lower bound updated to -394
42.38/42.49	c BCD2: 878 <= obj <= 1232
42.38/42.49	c BCD2: #cores=39, #unrelaxed=355, #relaxed=917, #hardened=0
42.38/42.49	c BCD2: #sat=1 #unsat=879 bias=879/880
42.38/42.49	c Solving starts ...
42.38/42.49	c ============================[ Search Statistics ]============================
42.38/42.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.38/42.49	c       |         |          |          |    Limit     GC | Var      | Constra 
42.38/42.49	c =============================================================================
42.38/42.49	c  0.0s |       0 |        0 |        0 |    46609      0 |      839 |      877
42.48/42.54	c  0.0s |       0 |       40 |        1 |    46609      0 |      839 |      878
42.48/42.54	c #cpu_time = 0.045s
42.48/42.54	c #wall_clock_time = 0.045s
42.48/42.54	c #decision = 40
42.48/42.54	c #random_decision = 0
42.48/42.54	c #conflict = 1
42.48/42.54	c #restart = 0
42.48/42.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
42.48/42.54	c lower bound updated to -393
42.48/42.54	c BCD2: 879 <= obj <= 1232
42.48/42.54	c BCD2: #cores=39, #unrelaxed=354, #relaxed=918, #hardened=0
42.48/42.54	c BCD2: #sat=1 #unsat=880 bias=880/881
42.48/42.54	c Solving starts ...
42.48/42.54	c ============================[ Search Statistics ]============================
42.48/42.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.48/42.54	c       |         |          |          |    Limit     GC | Var      | Constra 
42.48/42.54	c =============================================================================
42.48/42.54	c  0.0s |       0 |        0 |        0 |    46609      0 |      840 |      878
42.48/42.58	c  0.0s |       0 |       40 |        1 |    46609      0 |      840 |      879
42.48/42.58	c #cpu_time = 0.045s
42.48/42.58	c #wall_clock_time = 0.045s
42.48/42.58	c #decision = 40
42.48/42.58	c #random_decision = 0
42.48/42.58	c #conflict = 1
42.48/42.58	c #restart = 0
42.48/42.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
42.48/42.58	c lower bound updated to -392
42.48/42.58	c BCD2: 880 <= obj <= 1232
42.48/42.58	c BCD2: #cores=39, #unrelaxed=353, #relaxed=919, #hardened=0
42.48/42.58	c BCD2: #sat=1 #unsat=881 bias=881/882
42.48/42.58	c Solving starts ...
42.48/42.58	c ============================[ Search Statistics ]============================
42.48/42.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.48/42.58	c       |         |          |          |    Limit     GC | Var      | Constra 
42.48/42.58	c =============================================================================
42.48/42.59	c  0.0s |       0 |        0 |        0 |    46609      0 |      841 |      879
42.58/42.63	c  0.0s |       0 |       40 |        1 |    46609      0 |      841 |      880
42.58/42.63	c #cpu_time = 0.044s
42.58/42.63	c #wall_clock_time = 0.044s
42.58/42.63	c #decision = 40
42.58/42.63	c #random_decision = 0
42.58/42.63	c #conflict = 1
42.58/42.63	c #restart = 0
42.58/42.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
42.58/42.63	c lower bound updated to -391
42.58/42.63	c BCD2: 881 <= obj <= 1232
42.58/42.63	c BCD2: #cores=39, #unrelaxed=352, #relaxed=920, #hardened=0
42.58/42.63	c BCD2: #sat=1 #unsat=882 bias=882/883
42.58/42.64	c Solving starts ...
42.58/42.64	c ============================[ Search Statistics ]============================
42.58/42.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.58/42.64	c       |         |          |          |    Limit     GC | Var      | Constra 
42.58/42.64	c =============================================================================
42.58/42.64	c  0.0s |       0 |        0 |        0 |    46609      0 |      842 |      880
42.58/42.68	c  0.0s |       0 |       40 |        1 |    46609      0 |      842 |      881
42.58/42.68	c #cpu_time = 0.045s
42.58/42.68	c #wall_clock_time = 0.045s
42.58/42.68	c #decision = 40
42.58/42.68	c #random_decision = 0
42.58/42.68	c #conflict = 1
42.58/42.68	c #restart = 0
42.58/42.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
42.58/42.68	c lower bound updated to -390
42.58/42.68	c BCD2: 882 <= obj <= 1232
42.58/42.68	c BCD2: #cores=39, #unrelaxed=351, #relaxed=921, #hardened=0
42.58/42.68	c BCD2: #sat=1 #unsat=883 bias=883/884
42.58/42.68	c Solving starts ...
42.58/42.68	c ============================[ Search Statistics ]============================
42.58/42.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.58/42.68	c       |         |          |          |    Limit     GC | Var      | Constra 
42.58/42.68	c =============================================================================
42.58/42.68	c  0.0s |       0 |        0 |        0 |    46609      0 |      843 |      881
42.68/42.73	c  0.0s |       0 |       40 |        1 |    46609      0 |      843 |      882
42.68/42.73	c #cpu_time = 0.046s
42.68/42.73	c #wall_clock_time = 0.046s
42.68/42.73	c #decision = 40
42.68/42.73	c #random_decision = 0
42.68/42.73	c #conflict = 1
42.68/42.73	c #restart = 0
42.68/42.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
42.68/42.73	c lower bound updated to -389
42.68/42.73	c BCD2: 883 <= obj <= 1232
42.68/42.73	c BCD2: #cores=39, #unrelaxed=350, #relaxed=922, #hardened=0
42.68/42.73	c BCD2: #sat=1 #unsat=884 bias=884/885
42.68/42.73	c Solving starts ...
42.68/42.73	c ============================[ Search Statistics ]============================
42.68/42.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.68/42.73	c       |         |          |          |    Limit     GC | Var      | Constra 
42.68/42.73	c =============================================================================
42.68/42.73	c  0.0s |       0 |        0 |        0 |    46609      0 |      844 |      882
42.68/42.77	c  0.0s |       0 |       40 |        1 |    46609      0 |      844 |      883
42.68/42.77	c #cpu_time = 0.045s
42.68/42.77	c #wall_clock_time = 0.046s
42.68/42.77	c #decision = 40
42.68/42.77	c #random_decision = 0
42.68/42.77	c #conflict = 1
42.68/42.78	c #restart = 0
42.68/42.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
42.68/42.78	c lower bound updated to -388
42.68/42.78	c BCD2: 884 <= obj <= 1232
42.68/42.78	c BCD2: #cores=39, #unrelaxed=349, #relaxed=923, #hardened=0
42.68/42.78	c BCD2: #sat=1 #unsat=885 bias=885/886
42.68/42.78	c Solving starts ...
42.68/42.78	c ============================[ Search Statistics ]============================
42.68/42.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.68/42.78	c       |         |          |          |    Limit     GC | Var      | Constra 
42.68/42.78	c =============================================================================
42.68/42.78	c  0.0s |       0 |        0 |        0 |    46609      0 |      845 |      883
42.78/42.82	c  0.0s |       0 |       40 |        1 |    46609      0 |      845 |      884
42.78/42.82	c #cpu_time = 0.045s
42.78/42.82	c #wall_clock_time = 0.045s
42.78/42.82	c #decision = 40
42.78/42.82	c #random_decision = 0
42.78/42.82	c #conflict = 1
42.78/42.82	c #restart = 0
42.78/42.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
42.78/42.82	c lower bound updated to -387
42.78/42.82	c BCD2: 885 <= obj <= 1232
42.78/42.82	c BCD2: #cores=39, #unrelaxed=348, #relaxed=924, #hardened=0
42.78/42.82	c BCD2: #sat=1 #unsat=886 bias=886/887
42.78/42.82	c Solving starts ...
42.78/42.82	c ============================[ Search Statistics ]============================
42.78/42.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.78/42.82	c       |         |          |          |    Limit     GC | Var      | Constra 
42.78/42.82	c =============================================================================
42.78/42.82	c  0.0s |       0 |        0 |        0 |    46609      0 |      846 |      884
42.78/42.87	c  0.0s |       0 |       40 |        1 |    46609      0 |      846 |      885
42.78/42.87	c #cpu_time = 0.045s
42.78/42.87	c #wall_clock_time = 0.045s
42.78/42.87	c #decision = 40
42.78/42.87	c #random_decision = 0
42.78/42.87	c #conflict = 1
42.78/42.87	c #restart = 0
42.78/42.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
42.78/42.87	c lower bound updated to -386
42.78/42.87	c BCD2: 886 <= obj <= 1232
42.78/42.87	c BCD2: #cores=39, #unrelaxed=347, #relaxed=925, #hardened=0
42.78/42.87	c BCD2: #sat=1 #unsat=887 bias=887/888
42.78/42.87	c Solving starts ...
42.78/42.87	c ============================[ Search Statistics ]============================
42.78/42.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.78/42.87	c       |         |          |          |    Limit     GC | Var      | Constra 
42.78/42.87	c =============================================================================
42.78/42.87	c  0.0s |       0 |        0 |        0 |    46609      0 |      847 |      885
42.89/42.91	c  0.0s |       0 |       40 |        1 |    46609      0 |      847 |      886
42.89/42.91	c #cpu_time = 0.045s
42.89/42.91	c #wall_clock_time = 0.045s
42.89/42.91	c #decision = 40
42.89/42.91	c #random_decision = 0
42.89/42.91	c #conflict = 1
42.89/42.91	c #restart = 0
42.89/42.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
42.89/42.91	c lower bound updated to -385
42.89/42.91	c BCD2: 887 <= obj <= 1232
42.89/42.91	c BCD2: #cores=39, #unrelaxed=346, #relaxed=926, #hardened=0
42.89/42.91	c BCD2: #sat=1 #unsat=888 bias=888/889
42.89/42.91	c Solving starts ...
42.89/42.91	c ============================[ Search Statistics ]============================
42.89/42.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.89/42.91	c       |         |          |          |    Limit     GC | Var      | Constra 
42.89/42.91	c =============================================================================
42.89/42.91	c  0.0s |       0 |        0 |        0 |    46609      0 |      848 |      886
42.89/42.96	c  0.0s |       0 |       40 |        1 |    46609      0 |      848 |      887
42.89/42.96	c #cpu_time = 0.045s
42.89/42.96	c #wall_clock_time = 0.045s
42.89/42.96	c #decision = 40
42.89/42.96	c #random_decision = 0
42.89/42.96	c #conflict = 1
42.89/42.96	c #restart = 0
42.89/42.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
42.89/42.96	c lower bound updated to -384
42.89/42.96	c BCD2: 888 <= obj <= 1232
42.89/42.96	c BCD2: #cores=39, #unrelaxed=345, #relaxed=927, #hardened=0
42.89/42.96	c BCD2: #sat=1 #unsat=889 bias=889/890
42.89/42.96	c Solving starts ...
42.89/42.96	c ============================[ Search Statistics ]============================
42.89/42.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.89/42.96	c       |         |          |          |    Limit     GC | Var      | Constra 
42.89/42.96	c =============================================================================
42.89/42.96	c  0.0s |       0 |        0 |        0 |    46609      0 |      849 |      887
42.99/43.01	c  0.0s |       0 |       40 |        1 |    46609      0 |      849 |      888
42.99/43.01	c #cpu_time = 0.044s
42.99/43.01	c #wall_clock_time = 0.044s
42.99/43.01	c #decision = 40
42.99/43.01	c #random_decision = 0
42.99/43.01	c #conflict = 1
42.99/43.01	c #restart = 0
42.99/43.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
42.99/43.01	c lower bound updated to -383
42.99/43.01	c BCD2: 889 <= obj <= 1232
42.99/43.01	c BCD2: #cores=39, #unrelaxed=344, #relaxed=928, #hardened=0
42.99/43.01	c BCD2: #sat=1 #unsat=890 bias=890/891
42.99/43.01	c Solving starts ...
42.99/43.01	c ============================[ Search Statistics ]============================
42.99/43.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.99/43.01	c       |         |          |          |    Limit     GC | Var      | Constra 
42.99/43.01	c =============================================================================
42.99/43.01	c  0.0s |       0 |        0 |        0 |    46609      0 |      850 |      888
42.99/43.06	c  0.0s |       0 |       40 |        1 |    46609      0 |      850 |      889
42.99/43.06	c #cpu_time = 0.046s
42.99/43.06	c #wall_clock_time = 0.046s
42.99/43.06	c #decision = 40
42.99/43.06	c #random_decision = 0
42.99/43.06	c #conflict = 1
42.99/43.06	c #restart = 0
42.99/43.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
42.99/43.06	c lower bound updated to -382
42.99/43.06	c BCD2: 890 <= obj <= 1232
42.99/43.06	c BCD2: #cores=39, #unrelaxed=343, #relaxed=929, #hardened=0
42.99/43.06	c BCD2: #sat=1 #unsat=891 bias=891/892
42.99/43.06	c Solving starts ...
42.99/43.06	c ============================[ Search Statistics ]============================
42.99/43.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.99/43.06	c       |         |          |          |    Limit     GC | Var      | Constra 
42.99/43.06	c =============================================================================
42.99/43.06	c  0.0s |       0 |        0 |        0 |    46609      0 |      851 |      889
43.08/43.10	c  0.0s |       0 |       40 |        1 |    46609      0 |      851 |      890
43.08/43.10	c #cpu_time = 0.045s
43.08/43.10	c #wall_clock_time = 0.045s
43.08/43.10	c #decision = 40
43.08/43.10	c #random_decision = 0
43.08/43.10	c #conflict = 1
43.08/43.10	c #restart = 0
43.08/43.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
43.08/43.10	c lower bound updated to -381
43.08/43.10	c BCD2: 891 <= obj <= 1232
43.08/43.10	c BCD2: #cores=39, #unrelaxed=342, #relaxed=930, #hardened=0
43.08/43.10	c BCD2: #sat=1 #unsat=892 bias=892/893
43.08/43.10	c Solving starts ...
43.08/43.10	c ============================[ Search Statistics ]============================
43.08/43.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.08/43.10	c       |         |          |          |    Limit     GC | Var      | Constra 
43.08/43.10	c =============================================================================
43.08/43.10	c  0.0s |       0 |        0 |        0 |    46609      0 |      852 |      890
43.08/43.15	c  0.0s |       0 |       40 |        1 |    46609      0 |      852 |      891
43.08/43.15	c #cpu_time = 0.046s
43.08/43.15	c #wall_clock_time = 0.046s
43.08/43.15	c #decision = 40
43.08/43.15	c #random_decision = 0
43.08/43.15	c #conflict = 1
43.08/43.15	c #restart = 0
43.08/43.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
43.08/43.15	c lower bound updated to -380
43.08/43.15	c BCD2: 892 <= obj <= 1232
43.08/43.15	c BCD2: #cores=39, #unrelaxed=341, #relaxed=931, #hardened=0
43.08/43.15	c BCD2: #sat=1 #unsat=893 bias=893/894
43.08/43.15	c Solving starts ...
43.08/43.15	c ============================[ Search Statistics ]============================
43.08/43.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.08/43.15	c       |         |          |          |    Limit     GC | Var      | Constra 
43.08/43.15	c =============================================================================
43.08/43.15	c  0.0s |       0 |        0 |        0 |    46609      0 |      853 |      891
43.18/43.20	c  0.0s |       0 |       40 |        1 |    46609      0 |      853 |      892
43.18/43.20	c #cpu_time = 0.048s
43.18/43.20	c #wall_clock_time = 0.048s
43.18/43.20	c #decision = 40
43.18/43.20	c #random_decision = 0
43.18/43.20	c #conflict = 1
43.18/43.20	c #restart = 0
43.18/43.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
43.18/43.20	c lower bound updated to -379
43.18/43.20	c BCD2: 893 <= obj <= 1232
43.18/43.20	c BCD2: #cores=39, #unrelaxed=340, #relaxed=932, #hardened=0
43.18/43.20	c BCD2: #sat=1 #unsat=894 bias=894/895
43.18/43.20	c Solving starts ...
43.18/43.20	c ============================[ Search Statistics ]============================
43.18/43.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.18/43.20	c       |         |          |          |    Limit     GC | Var      | Constra 
43.18/43.20	c =============================================================================
43.18/43.20	c  0.0s |       0 |        0 |        0 |    46609      0 |      854 |      892
43.18/43.25	c  0.0s |       0 |       40 |        1 |    46609      0 |      854 |      893
43.18/43.25	c #cpu_time = 0.048s
43.18/43.25	c #wall_clock_time = 0.048s
43.18/43.25	c #decision = 40
43.18/43.25	c #random_decision = 0
43.18/43.25	c #conflict = 1
43.18/43.25	c #restart = 0
43.18/43.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
43.18/43.25	c lower bound updated to -378
43.18/43.25	c BCD2: 894 <= obj <= 1232
43.18/43.25	c BCD2: #cores=39, #unrelaxed=339, #relaxed=933, #hardened=0
43.18/43.25	c BCD2: #sat=1 #unsat=895 bias=895/896
43.18/43.25	c Solving starts ...
43.18/43.25	c ============================[ Search Statistics ]============================
43.18/43.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.18/43.25	c       |         |          |          |    Limit     GC | Var      | Constra 
43.18/43.25	c =============================================================================
43.18/43.25	c  0.0s |       0 |        0 |        0 |    46609      0 |      855 |      893
43.28/43.30	c  0.0s |       0 |       40 |        1 |    46609      0 |      855 |      894
43.28/43.30	c #cpu_time = 0.048s
43.28/43.30	c #wall_clock_time = 0.048s
43.28/43.30	c #decision = 40
43.28/43.30	c #random_decision = 0
43.28/43.30	c #conflict = 1
43.28/43.30	c #restart = 0
43.28/43.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
43.28/43.30	c lower bound updated to -377
43.28/43.30	c BCD2: 895 <= obj <= 1232
43.28/43.30	c BCD2: #cores=39, #unrelaxed=338, #relaxed=934, #hardened=0
43.28/43.30	c BCD2: #sat=1 #unsat=896 bias=896/897
43.28/43.30	c Solving starts ...
43.28/43.30	c ============================[ Search Statistics ]============================
43.28/43.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.28/43.30	c       |         |          |          |    Limit     GC | Var      | Constra 
43.28/43.30	c =============================================================================
43.28/43.30	c  0.0s |       0 |        0 |        0 |    46609      0 |      856 |      894
43.28/43.35	c  0.0s |       0 |       40 |        1 |    46609      0 |      856 |      895
43.28/43.35	c #cpu_time = 0.048s
43.28/43.35	c #wall_clock_time = 0.048s
43.28/43.35	c #decision = 40
43.28/43.35	c #random_decision = 0
43.28/43.35	c #conflict = 1
43.28/43.35	c #restart = 0
43.28/43.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
43.28/43.35	c lower bound updated to -376
43.28/43.35	c BCD2: 896 <= obj <= 1232
43.28/43.35	c BCD2: #cores=39, #unrelaxed=337, #relaxed=935, #hardened=0
43.28/43.35	c BCD2: #sat=1 #unsat=897 bias=897/898
43.28/43.35	c Solving starts ...
43.28/43.35	c ============================[ Search Statistics ]============================
43.28/43.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.28/43.35	c       |         |          |          |    Limit     GC | Var      | Constra 
43.28/43.35	c =============================================================================
43.28/43.35	c  0.0s |       0 |        0 |        0 |    46609      0 |      857 |      895
43.38/43.40	c  0.0s |       0 |       40 |        1 |    46609      0 |      857 |      896
43.38/43.40	c #cpu_time = 0.046s
43.38/43.40	c #wall_clock_time = 0.046s
43.38/43.40	c #decision = 40
43.38/43.40	c #random_decision = 0
43.38/43.40	c #conflict = 1
43.38/43.40	c #restart = 0
43.38/43.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
43.38/43.40	c lower bound updated to -375
43.38/43.40	c BCD2: 897 <= obj <= 1232
43.38/43.40	c BCD2: #cores=39, #unrelaxed=336, #relaxed=936, #hardened=0
43.38/43.40	c BCD2: #sat=1 #unsat=898 bias=898/899
43.38/43.40	c Solving starts ...
43.38/43.40	c ============================[ Search Statistics ]============================
43.38/43.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.38/43.40	c       |         |          |          |    Limit     GC | Var      | Constra 
43.38/43.40	c =============================================================================
43.38/43.40	c  0.0s |       0 |        0 |        0 |    46609      0 |      858 |      896
43.38/43.45	c  0.0s |       0 |       40 |        0 |    46609      0 |      858 |      897
43.38/43.45	c #cpu_time = 0.048s
43.38/43.45	c #wall_clock_time = 0.048s
43.38/43.45	c #decision = 40
43.38/43.45	c #random_decision = 0
43.38/43.45	c #conflict = 0
43.38/43.45	c #restart = 0
43.38/43.45	c BCD2: found a new core of size 2: cost of the new core is >=1
43.38/43.45	c lower bound updated to -374
43.38/43.46	c BCD2: 898 <= obj <= 1232
43.38/43.46	c BCD2: #cores=40, #unrelaxed=334, #relaxed=938, #hardened=0
43.38/43.46	c BCD2: #sat=1 #unsat=899 bias=899/900
43.38/43.46	c Solving starts ...
43.38/43.46	c ============================[ Search Statistics ]============================
43.38/43.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.38/43.46	c       |         |          |          |    Limit     GC | Var      | Constra 
43.38/43.46	c =============================================================================
43.38/43.46	c  0.0s |       0 |        0 |        0 |    46609      0 |      858 |      898
43.48/43.50	c  0.0s |       0 |       41 |        1 |    46609      0 |      858 |      898
43.48/43.50	c #cpu_time = 0.044s
43.48/43.50	c #wall_clock_time = 0.044s
43.48/43.50	c #decision = 41
43.48/43.50	c #random_decision = 0
43.48/43.50	c #conflict = 1
43.48/43.50	c #restart = 0
43.48/43.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
43.48/43.50	c lower bound updated to -373
43.48/43.50	c BCD2: 899 <= obj <= 1232
43.48/43.50	c BCD2: #cores=40, #unrelaxed=333, #relaxed=939, #hardened=0
43.48/43.50	c BCD2: #sat=1 #unsat=900 bias=900/901
43.48/43.50	c Solving starts ...
43.48/43.50	c ============================[ Search Statistics ]============================
43.48/43.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.48/43.50	c       |         |          |          |    Limit     GC | Var      | Constra 
43.48/43.50	c =============================================================================
43.48/43.50	c  0.0s |       0 |        0 |        0 |    46609      0 |      859 |      898
43.48/43.55	c  0.0s |       0 |       41 |        1 |    46609      0 |      859 |      899
43.48/43.55	c #cpu_time = 0.046s
43.48/43.55	c #wall_clock_time = 0.046s
43.48/43.55	c #decision = 41
43.48/43.55	c #random_decision = 0
43.48/43.55	c #conflict = 1
43.48/43.55	c #restart = 0
43.48/43.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
43.48/43.55	c lower bound updated to -372
43.48/43.55	c BCD2: 900 <= obj <= 1232
43.48/43.55	c BCD2: #cores=40, #unrelaxed=332, #relaxed=940, #hardened=0
43.48/43.55	c BCD2: #sat=1 #unsat=901 bias=901/902
43.48/43.55	c Solving starts ...
43.48/43.55	c ============================[ Search Statistics ]============================
43.48/43.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.48/43.55	c       |         |          |          |    Limit     GC | Var      | Constra 
43.48/43.55	c =============================================================================
43.48/43.55	c  0.0s |       0 |        0 |        0 |    46609      0 |      860 |      899
43.48/43.59	c  0.0s |       0 |       41 |        1 |    46609      0 |      860 |      900
43.48/43.59	c #cpu_time = 0.045s
43.48/43.59	c #wall_clock_time = 0.046s
43.48/43.59	c #decision = 41
43.48/43.59	c #random_decision = 0
43.48/43.59	c #conflict = 1
43.48/43.59	c #restart = 0
43.48/43.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
43.48/43.59	c lower bound updated to -371
43.48/43.60	c BCD2: 901 <= obj <= 1232
43.48/43.60	c BCD2: #cores=40, #unrelaxed=331, #relaxed=941, #hardened=0
43.48/43.60	c BCD2: #sat=1 #unsat=902 bias=902/903
43.48/43.60	c Solving starts ...
43.48/43.60	c ============================[ Search Statistics ]============================
43.48/43.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.48/43.60	c       |         |          |          |    Limit     GC | Var      | Constra 
43.48/43.60	c =============================================================================
43.48/43.60	c  0.0s |       0 |        0 |        0 |    46609      0 |      861 |      900
43.58/43.64	c  0.0s |       0 |       41 |        1 |    46609      0 |      861 |      901
43.58/43.64	c #cpu_time = 0.045s
43.58/43.64	c #wall_clock_time = 0.045s
43.58/43.64	c #decision = 41
43.58/43.64	c #random_decision = 0
43.58/43.64	c #conflict = 1
43.58/43.64	c #restart = 0
43.58/43.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
43.58/43.64	c lower bound updated to -370
43.58/43.64	c BCD2: 902 <= obj <= 1232
43.58/43.64	c BCD2: #cores=40, #unrelaxed=330, #relaxed=942, #hardened=0
43.58/43.64	c BCD2: #sat=1 #unsat=903 bias=903/904
43.58/43.64	c Solving starts ...
43.58/43.64	c ============================[ Search Statistics ]============================
43.58/43.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.58/43.64	c       |         |          |          |    Limit     GC | Var      | Constra 
43.58/43.64	c =============================================================================
43.58/43.64	c  0.0s |       0 |        0 |        0 |    46609      0 |      862 |      901
43.58/43.69	c  0.0s |       0 |       41 |        1 |    46609      0 |      862 |      902
43.58/43.69	c #cpu_time = 0.045s
43.58/43.69	c #wall_clock_time = 0.045s
43.58/43.69	c #decision = 41
43.58/43.69	c #random_decision = 0
43.58/43.69	c #conflict = 1
43.58/43.69	c #restart = 0
43.58/43.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
43.58/43.69	c lower bound updated to -369
43.58/43.69	c BCD2: 903 <= obj <= 1232
43.58/43.69	c BCD2: #cores=40, #unrelaxed=329, #relaxed=943, #hardened=0
43.58/43.69	c BCD2: #sat=1 #unsat=904 bias=904/905
43.58/43.69	c Solving starts ...
43.58/43.69	c ============================[ Search Statistics ]============================
43.58/43.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.58/43.69	c       |         |          |          |    Limit     GC | Var      | Constra 
43.58/43.69	c =============================================================================
43.58/43.69	c  0.0s |       0 |        0 |        0 |    46609      0 |      863 |      902
43.68/43.73	c  0.0s |       0 |       41 |        1 |    46609      0 |      863 |      903
43.68/43.73	c #cpu_time = 0.045s
43.68/43.73	c #wall_clock_time = 0.045s
43.68/43.73	c #decision = 41
43.68/43.73	c #random_decision = 0
43.68/43.73	c #conflict = 1
43.68/43.73	c #restart = 0
43.68/43.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
43.68/43.73	c lower bound updated to -368
43.68/43.73	c BCD2: 904 <= obj <= 1232
43.68/43.73	c BCD2: #cores=40, #unrelaxed=328, #relaxed=944, #hardened=0
43.68/43.73	c BCD2: #sat=1 #unsat=905 bias=905/906
43.68/43.73	c Solving starts ...
43.68/43.73	c ============================[ Search Statistics ]============================
43.68/43.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.68/43.73	c       |         |          |          |    Limit     GC | Var      | Constra 
43.68/43.73	c =============================================================================
43.68/43.74	c  0.0s |       0 |        0 |        0 |    46609      0 |      864 |      903
43.68/43.78	c  0.0s |       0 |       41 |        1 |    46609      0 |      864 |      904
43.68/43.78	c #cpu_time = 0.044s
43.68/43.78	c #wall_clock_time = 0.044s
43.68/43.78	c #decision = 41
43.68/43.78	c #random_decision = 0
43.68/43.78	c #conflict = 1
43.68/43.78	c #restart = 0
43.68/43.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
43.68/43.78	c lower bound updated to -367
43.68/43.78	c BCD2: 905 <= obj <= 1232
43.68/43.78	c BCD2: #cores=40, #unrelaxed=327, #relaxed=945, #hardened=0
43.68/43.78	c BCD2: #sat=1 #unsat=906 bias=906/907
43.68/43.78	c Solving starts ...
43.68/43.78	c ============================[ Search Statistics ]============================
43.68/43.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.68/43.78	c       |         |          |          |    Limit     GC | Var      | Constra 
43.68/43.78	c =============================================================================
43.68/43.78	c  0.0s |       0 |        0 |        0 |    46609      0 |      865 |      904
43.78/43.83	c  0.0s |       0 |       41 |        1 |    46609      0 |      865 |      905
43.78/43.83	c #cpu_time = 0.045s
43.78/43.83	c #wall_clock_time = 0.045s
43.78/43.83	c #decision = 41
43.78/43.83	c #random_decision = 0
43.78/43.83	c #conflict = 1
43.78/43.83	c #restart = 0
43.78/43.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
43.78/43.83	c lower bound updated to -366
43.78/43.83	c BCD2: 906 <= obj <= 1232
43.78/43.83	c BCD2: #cores=40, #unrelaxed=326, #relaxed=946, #hardened=0
43.78/43.83	c BCD2: #sat=1 #unsat=907 bias=907/908
43.78/43.83	c Solving starts ...
43.78/43.83	c ============================[ Search Statistics ]============================
43.78/43.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.78/43.83	c       |         |          |          |    Limit     GC | Var      | Constra 
43.78/43.83	c =============================================================================
43.78/43.83	c  0.0s |       0 |        0 |        0 |    46609      0 |      866 |      905
43.78/43.88	c  0.0s |       0 |       41 |        1 |    46609      0 |      866 |      906
43.78/43.88	c #cpu_time = 0.045s
43.78/43.88	c #wall_clock_time = 0.045s
43.78/43.88	c #decision = 41
43.78/43.88	c #random_decision = 0
43.78/43.88	c #conflict = 1
43.78/43.88	c #restart = 0
43.78/43.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
43.78/43.88	c lower bound updated to -365
43.78/43.88	c BCD2: 907 <= obj <= 1232
43.78/43.88	c BCD2: #cores=40, #unrelaxed=325, #relaxed=947, #hardened=0
43.78/43.88	c BCD2: #sat=1 #unsat=908 bias=908/909
43.78/43.88	c Solving starts ...
43.78/43.88	c ============================[ Search Statistics ]============================
43.78/43.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.78/43.88	c       |         |          |          |    Limit     GC | Var      | Constra 
43.78/43.88	c =============================================================================
43.78/43.88	c  0.0s |       0 |        0 |        0 |    46609      0 |      867 |      906
43.88/43.92	c  0.0s |       0 |       41 |        1 |    46609      0 |      867 |      907
43.88/43.92	c #cpu_time = 0.046s
43.88/43.92	c #wall_clock_time = 0.046s
43.88/43.92	c #decision = 41
43.88/43.92	c #random_decision = 0
43.88/43.92	c #conflict = 1
43.88/43.92	c #restart = 0
43.88/43.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
43.88/43.92	c lower bound updated to -364
43.88/43.92	c BCD2: 908 <= obj <= 1232
43.88/43.92	c BCD2: #cores=40, #unrelaxed=324, #relaxed=948, #hardened=0
43.88/43.92	c BCD2: #sat=1 #unsat=909 bias=909/910
43.88/43.92	c Solving starts ...
43.88/43.92	c ============================[ Search Statistics ]============================
43.88/43.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.88/43.92	c       |         |          |          |    Limit     GC | Var      | Constra 
43.88/43.92	c =============================================================================
43.88/43.92	c  0.0s |       0 |        0 |        0 |    46609      0 |      868 |      907
43.88/43.97	c  0.0s |       0 |       41 |        1 |    46609      0 |      868 |      908
43.88/43.97	c #cpu_time = 0.046s
43.88/43.97	c #wall_clock_time = 0.046s
43.88/43.97	c #decision = 41
43.88/43.97	c #random_decision = 0
43.88/43.97	c #conflict = 1
43.88/43.97	c #restart = 0
43.88/43.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
43.88/43.97	c lower bound updated to -363
43.88/43.97	c BCD2: 909 <= obj <= 1232
43.88/43.97	c BCD2: #cores=40, #unrelaxed=323, #relaxed=949, #hardened=0
43.88/43.97	c BCD2: #sat=1 #unsat=910 bias=910/911
43.88/43.97	c Solving starts ...
43.88/43.97	c ============================[ Search Statistics ]============================
43.88/43.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.88/43.97	c       |         |          |          |    Limit     GC | Var      | Constra 
43.88/43.97	c =============================================================================
43.88/43.97	c  0.0s |       0 |        0 |        0 |    46609      0 |      869 |      908
43.99/44.02	c  0.0s |       0 |       41 |        1 |    46609      0 |      869 |      909
43.99/44.02	c #cpu_time = 0.045s
43.99/44.02	c #wall_clock_time = 0.045s
43.99/44.02	c #decision = 41
43.99/44.02	c #random_decision = 0
43.99/44.02	c #conflict = 1
43.99/44.02	c #restart = 0
43.99/44.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
43.99/44.02	c lower bound updated to -362
43.99/44.02	c BCD2: 910 <= obj <= 1232
43.99/44.02	c BCD2: #cores=40, #unrelaxed=322, #relaxed=950, #hardened=0
43.99/44.02	c BCD2: #sat=1 #unsat=911 bias=911/912
43.99/44.02	c Solving starts ...
43.99/44.02	c ============================[ Search Statistics ]============================
43.99/44.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.99/44.02	c       |         |          |          |    Limit     GC | Var      | Constra 
43.99/44.02	c =============================================================================
43.99/44.02	c  0.0s |       0 |        0 |        0 |    46609      0 |      870 |      909
43.99/44.06	c  0.0s |       0 |       41 |        1 |    46609      0 |      870 |      910
43.99/44.06	c #cpu_time = 0.045s
43.99/44.06	c #wall_clock_time = 0.045s
43.99/44.06	c #decision = 41
43.99/44.06	c #random_decision = 0
43.99/44.06	c #conflict = 1
43.99/44.06	c #restart = 0
43.99/44.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
43.99/44.06	c lower bound updated to -361
43.99/44.06	c BCD2: 911 <= obj <= 1232
43.99/44.06	c BCD2: #cores=40, #unrelaxed=321, #relaxed=951, #hardened=0
43.99/44.06	c BCD2: #sat=1 #unsat=912 bias=912/913
43.99/44.06	c Solving starts ...
43.99/44.06	c ============================[ Search Statistics ]============================
43.99/44.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.99/44.06	c       |         |          |          |    Limit     GC | Var      | Constra 
43.99/44.06	c =============================================================================
43.99/44.06	c  0.0s |       0 |        0 |        0 |    46609      0 |      871 |      910
44.08/44.11	c  0.0s |       0 |       41 |        1 |    46609      0 |      871 |      911
44.08/44.11	c #cpu_time = 0.045s
44.08/44.11	c #wall_clock_time = 0.045s
44.08/44.11	c #decision = 41
44.08/44.11	c #random_decision = 0
44.08/44.11	c #conflict = 1
44.08/44.11	c #restart = 0
44.08/44.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
44.08/44.11	c lower bound updated to -360
44.08/44.11	c BCD2: 912 <= obj <= 1232
44.08/44.11	c BCD2: #cores=40, #unrelaxed=320, #relaxed=952, #hardened=0
44.08/44.11	c BCD2: #sat=1 #unsat=913 bias=913/914
44.08/44.11	c Solving starts ...
44.08/44.11	c ============================[ Search Statistics ]============================
44.08/44.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.08/44.11	c       |         |          |          |    Limit     GC | Var      | Constra 
44.08/44.11	c =============================================================================
44.08/44.12	c  0.0s |       0 |        0 |        0 |    46609      0 |      872 |      911
44.08/44.16	c  0.0s |       0 |       41 |        1 |    46609      0 |      872 |      912
44.08/44.16	c #cpu_time = 0.044s
44.08/44.16	c #wall_clock_time = 0.044s
44.08/44.16	c #decision = 41
44.08/44.16	c #random_decision = 0
44.08/44.16	c #conflict = 1
44.08/44.16	c #restart = 0
44.08/44.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
44.08/44.16	c lower bound updated to -359
44.08/44.16	c BCD2: 913 <= obj <= 1232
44.08/44.16	c BCD2: #cores=40, #unrelaxed=319, #relaxed=953, #hardened=0
44.08/44.16	c BCD2: #sat=1 #unsat=914 bias=914/915
44.08/44.16	c Solving starts ...
44.08/44.16	c ============================[ Search Statistics ]============================
44.08/44.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.08/44.16	c       |         |          |          |    Limit     GC | Var      | Constra 
44.08/44.16	c =============================================================================
44.08/44.16	c  0.0s |       0 |        0 |        0 |    46609      0 |      873 |      912
44.18/44.20	c  0.0s |       0 |       41 |        1 |    46609      0 |      873 |      913
44.18/44.20	c #cpu_time = 0.045s
44.18/44.20	c #wall_clock_time = 0.045s
44.18/44.20	c #decision = 41
44.18/44.20	c #random_decision = 0
44.18/44.20	c #conflict = 1
44.18/44.20	c #restart = 0
44.18/44.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
44.18/44.20	c lower bound updated to -358
44.18/44.21	c BCD2: 914 <= obj <= 1232
44.18/44.21	c BCD2: #cores=40, #unrelaxed=318, #relaxed=954, #hardened=0
44.18/44.21	c BCD2: #sat=1 #unsat=915 bias=915/916
44.18/44.21	c Solving starts ...
44.18/44.21	c ============================[ Search Statistics ]============================
44.18/44.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.18/44.21	c       |         |          |          |    Limit     GC | Var      | Constra 
44.18/44.21	c =============================================================================
44.18/44.21	c  0.0s |       0 |        0 |        0 |    46609      0 |      874 |      913
44.18/44.25	c  0.0s |       0 |       41 |        1 |    46609      0 |      874 |      914
44.18/44.25	c #cpu_time = 0.046s
44.18/44.25	c #wall_clock_time = 0.046s
44.18/44.25	c #decision = 41
44.18/44.25	c #random_decision = 0
44.18/44.25	c #conflict = 1
44.18/44.25	c #restart = 0
44.18/44.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
44.18/44.25	c lower bound updated to -357
44.18/44.25	c BCD2: 915 <= obj <= 1232
44.18/44.25	c BCD2: #cores=40, #unrelaxed=317, #relaxed=955, #hardened=0
44.18/44.25	c BCD2: #sat=1 #unsat=916 bias=916/917
44.18/44.25	c Solving starts ...
44.18/44.25	c ============================[ Search Statistics ]============================
44.18/44.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.18/44.25	c       |         |          |          |    Limit     GC | Var      | Constra 
44.18/44.25	c =============================================================================
44.18/44.25	c  0.0s |       0 |        0 |        0 |    46609      0 |      875 |      914
44.28/44.30	c  0.0s |       0 |       41 |        1 |    46609      0 |      875 |      915
44.28/44.30	c #cpu_time = 0.046s
44.28/44.30	c #wall_clock_time = 0.046s
44.28/44.30	c #decision = 41
44.28/44.30	c #random_decision = 0
44.28/44.30	c #conflict = 1
44.28/44.30	c #restart = 0
44.28/44.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
44.28/44.30	c lower bound updated to -356
44.28/44.30	c BCD2: 916 <= obj <= 1232
44.28/44.30	c BCD2: #cores=40, #unrelaxed=316, #relaxed=956, #hardened=0
44.28/44.30	c BCD2: #sat=1 #unsat=917 bias=917/918
44.28/44.30	c Solving starts ...
44.28/44.30	c ============================[ Search Statistics ]============================
44.28/44.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.28/44.30	c       |         |          |          |    Limit     GC | Var      | Constra 
44.28/44.30	c =============================================================================
44.28/44.30	c  0.0s |       0 |        0 |        0 |    46609      0 |      876 |      915
44.28/44.35	c  0.0s |       0 |       41 |        1 |    46609      0 |      876 |      916
44.28/44.35	c #cpu_time = 0.046s
44.28/44.35	c #wall_clock_time = 0.046s
44.28/44.35	c #decision = 41
44.28/44.35	c #random_decision = 0
44.28/44.35	c #conflict = 1
44.28/44.35	c #restart = 0
44.28/44.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
44.28/44.35	c lower bound updated to -355
44.28/44.35	c BCD2: 917 <= obj <= 1232
44.28/44.35	c BCD2: #cores=40, #unrelaxed=315, #relaxed=957, #hardened=0
44.28/44.35	c BCD2: #sat=1 #unsat=918 bias=918/919
44.28/44.35	c Solving starts ...
44.28/44.35	c ============================[ Search Statistics ]============================
44.28/44.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.28/44.35	c       |         |          |          |    Limit     GC | Var      | Constra 
44.28/44.35	c =============================================================================
44.28/44.35	c  0.0s |       0 |        0 |        0 |    46609      0 |      877 |      916
44.28/44.39	c  0.0s |       0 |       41 |        1 |    46609      0 |      877 |      917
44.28/44.39	c #cpu_time = 0.045s
44.28/44.39	c #wall_clock_time = 0.045s
44.28/44.39	c #decision = 41
44.28/44.39	c #random_decision = 0
44.28/44.39	c #conflict = 1
44.28/44.39	c #restart = 0
44.28/44.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
44.28/44.39	c lower bound updated to -354
44.28/44.39	c BCD2: 918 <= obj <= 1232
44.28/44.39	c BCD2: #cores=40, #unrelaxed=314, #relaxed=958, #hardened=0
44.28/44.39	c BCD2: #sat=1 #unsat=919 bias=919/920
44.28/44.39	c Solving starts ...
44.28/44.39	c ============================[ Search Statistics ]============================
44.28/44.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.28/44.39	c       |         |          |          |    Limit     GC | Var      | Constra 
44.28/44.39	c =============================================================================
44.28/44.39	c  0.0s |       0 |        0 |        0 |    46609      0 |      878 |      917
44.39/44.44	c  0.0s |       0 |       41 |        1 |    46609      0 |      878 |      918
44.39/44.44	c #cpu_time = 0.045s
44.39/44.44	c #wall_clock_time = 0.045s
44.39/44.44	c #decision = 41
44.39/44.44	c #random_decision = 0
44.39/44.44	c #conflict = 1
44.39/44.44	c #restart = 0
44.39/44.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
44.39/44.44	c lower bound updated to -353
44.39/44.44	c BCD2: 919 <= obj <= 1232
44.39/44.44	c BCD2: #cores=40, #unrelaxed=313, #relaxed=959, #hardened=0
44.39/44.44	c BCD2: #sat=1 #unsat=920 bias=920/921
44.39/44.44	c Solving starts ...
44.39/44.44	c ============================[ Search Statistics ]============================
44.39/44.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.39/44.44	c       |         |          |          |    Limit     GC | Var      | Constra 
44.39/44.44	c =============================================================================
44.39/44.44	c  0.0s |       0 |        0 |        0 |    46609      0 |      879 |      918
44.39/44.49	c  0.0s |       0 |       41 |        1 |    46609      0 |      879 |      919
44.39/44.49	c #cpu_time = 0.047s
44.39/44.49	c #wall_clock_time = 0.047s
44.39/44.49	c #decision = 41
44.39/44.49	c #random_decision = 0
44.39/44.49	c #conflict = 1
44.39/44.49	c #restart = 0
44.39/44.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
44.39/44.49	c lower bound updated to -352
44.39/44.49	c BCD2: 920 <= obj <= 1232
44.39/44.49	c BCD2: #cores=40, #unrelaxed=312, #relaxed=960, #hardened=0
44.39/44.49	c BCD2: #sat=1 #unsat=921 bias=921/922
44.39/44.49	c Solving starts ...
44.39/44.49	c ============================[ Search Statistics ]============================
44.39/44.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.39/44.49	c       |         |          |          |    Limit     GC | Var      | Constra 
44.39/44.49	c =============================================================================
44.39/44.49	c  0.0s |       0 |        0 |        0 |    46609      0 |      880 |      919
44.48/44.54	c  0.0s |       0 |       41 |        0 |    46609      0 |      880 |      920
44.48/44.54	c #cpu_time = 0.045s
44.48/44.54	c #wall_clock_time = 0.046s
44.48/44.54	c #decision = 41
44.48/44.54	c #random_decision = 0
44.48/44.54	c #conflict = 0
44.48/44.54	c #restart = 0
44.48/44.54	c BCD2: found a new core of size 2: cost of the new core is >=1
44.48/44.54	c lower bound updated to -351
44.48/44.55	c BCD2: 921 <= obj <= 1232
44.48/44.55	c BCD2: #cores=41, #unrelaxed=310, #relaxed=962, #hardened=0
44.48/44.55	c BCD2: #sat=1 #unsat=922 bias=922/923
44.48/44.55	c Solving starts ...
44.48/44.55	c ============================[ Search Statistics ]============================
44.48/44.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.48/44.55	c       |         |          |          |    Limit     GC | Var      | Constra 
44.48/44.55	c =============================================================================
44.48/44.55	c  0.0s |       0 |        0 |        0 |    46609      0 |      880 |      921
44.48/44.59	c  0.0s |       0 |       42 |        1 |    46609      0 |      880 |      921
44.48/44.59	c #cpu_time = 0.044s
44.48/44.59	c #wall_clock_time = 0.044s
44.48/44.59	c #decision = 42
44.48/44.59	c #random_decision = 0
44.48/44.59	c #conflict = 1
44.48/44.59	c #restart = 0
44.48/44.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
44.48/44.59	c lower bound updated to -350
44.48/44.59	c BCD2: 922 <= obj <= 1232
44.48/44.59	c BCD2: #cores=41, #unrelaxed=309, #relaxed=963, #hardened=0
44.48/44.59	c BCD2: #sat=1 #unsat=923 bias=923/924
44.48/44.59	c Solving starts ...
44.48/44.59	c ============================[ Search Statistics ]============================
44.48/44.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.48/44.59	c       |         |          |          |    Limit     GC | Var      | Constra 
44.48/44.59	c =============================================================================
44.48/44.59	c  0.0s |       0 |        0 |        0 |    46609      0 |      881 |      921
44.58/44.64	c  0.0s |       0 |       42 |        1 |    46609      0 |      881 |      922
44.58/44.64	c #cpu_time = 0.045s
44.58/44.64	c #wall_clock_time = 0.045s
44.58/44.64	c #decision = 42
44.58/44.64	c #random_decision = 0
44.58/44.64	c #conflict = 1
44.58/44.64	c #restart = 0
44.58/44.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
44.58/44.64	c lower bound updated to -349
44.58/44.64	c BCD2: 923 <= obj <= 1232
44.58/44.64	c BCD2: #cores=41, #unrelaxed=308, #relaxed=964, #hardened=0
44.58/44.64	c BCD2: #sat=1 #unsat=924 bias=924/925
44.58/44.64	c Solving starts ...
44.58/44.64	c ============================[ Search Statistics ]============================
44.58/44.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.58/44.64	c       |         |          |          |    Limit     GC | Var      | Constra 
44.58/44.64	c =============================================================================
44.58/44.64	c  0.0s |       0 |        0 |        0 |    46609      0 |      882 |      922
44.58/44.69	c  0.0s |       0 |       42 |        1 |    46609      0 |      882 |      923
44.58/44.69	c #cpu_time = 0.046s
44.58/44.69	c #wall_clock_time = 0.046s
44.58/44.69	c #decision = 42
44.58/44.69	c #random_decision = 0
44.58/44.69	c #conflict = 1
44.58/44.69	c #restart = 0
44.58/44.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
44.58/44.69	c lower bound updated to -348
44.58/44.69	c BCD2: 924 <= obj <= 1232
44.58/44.69	c BCD2: #cores=41, #unrelaxed=307, #relaxed=965, #hardened=0
44.58/44.69	c BCD2: #sat=1 #unsat=925 bias=925/926
44.58/44.69	c Solving starts ...
44.58/44.69	c ============================[ Search Statistics ]============================
44.58/44.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.58/44.69	c       |         |          |          |    Limit     GC | Var      | Constra 
44.58/44.69	c =============================================================================
44.58/44.69	c  0.0s |       0 |        0 |        0 |    46609      0 |      883 |      923
44.68/44.73	c  0.0s |       0 |       42 |        1 |    46609      0 |      883 |      924
44.68/44.73	c #cpu_time = 0.045s
44.68/44.73	c #wall_clock_time = 0.046s
44.68/44.73	c #decision = 42
44.68/44.73	c #random_decision = 0
44.68/44.73	c #conflict = 1
44.68/44.73	c #restart = 0
44.68/44.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
44.68/44.73	c lower bound updated to -347
44.68/44.73	c BCD2: 925 <= obj <= 1232
44.68/44.73	c BCD2: #cores=41, #unrelaxed=306, #relaxed=966, #hardened=0
44.68/44.73	c BCD2: #sat=1 #unsat=926 bias=926/927
44.68/44.73	c Solving starts ...
44.68/44.73	c ============================[ Search Statistics ]============================
44.68/44.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.68/44.73	c       |         |          |          |    Limit     GC | Var      | Constra 
44.68/44.73	c =============================================================================
44.68/44.73	c  0.0s |       0 |        0 |        0 |    46609      0 |      884 |      924
44.68/44.78	c  0.0s |       0 |       42 |        1 |    46609      0 |      884 |      925
44.68/44.78	c #cpu_time = 0.045s
44.68/44.78	c #wall_clock_time = 0.045s
44.68/44.78	c #decision = 42
44.68/44.78	c #random_decision = 0
44.68/44.78	c #conflict = 1
44.68/44.78	c #restart = 0
44.68/44.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
44.68/44.78	c lower bound updated to -346
44.68/44.78	c BCD2: 926 <= obj <= 1232
44.68/44.78	c BCD2: #cores=41, #unrelaxed=305, #relaxed=967, #hardened=0
44.68/44.78	c BCD2: #sat=1 #unsat=927 bias=927/928
44.68/44.78	c Solving starts ...
44.68/44.78	c ============================[ Search Statistics ]============================
44.68/44.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.68/44.78	c       |         |          |          |    Limit     GC | Var      | Constra 
44.68/44.78	c =============================================================================
44.68/44.78	c  0.0s |       0 |        0 |        0 |    46609      0 |      885 |      925
44.79/44.82	c  0.0s |       0 |       42 |        1 |    46609      0 |      885 |      926
44.79/44.82	c #cpu_time = 0.045s
44.79/44.82	c #wall_clock_time = 0.045s
44.79/44.82	c #decision = 42
44.79/44.82	c #random_decision = 0
44.79/44.82	c #conflict = 1
44.79/44.82	c #restart = 0
44.79/44.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
44.79/44.82	c lower bound updated to -345
44.79/44.82	c BCD2: 927 <= obj <= 1232
44.79/44.82	c BCD2: #cores=41, #unrelaxed=304, #relaxed=968, #hardened=0
44.79/44.82	c BCD2: #sat=1 #unsat=928 bias=928/929
44.79/44.82	c Solving starts ...
44.79/44.82	c ============================[ Search Statistics ]============================
44.79/44.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.79/44.82	c       |         |          |          |    Limit     GC | Var      | Constra 
44.79/44.82	c =============================================================================
44.79/44.82	c  0.0s |       0 |        0 |        0 |    46609      0 |      886 |      926
44.79/44.87	c  0.0s |       0 |       42 |        1 |    46609      0 |      886 |      927
44.79/44.87	c #cpu_time = 0.045s
44.79/44.87	c #wall_clock_time = 0.045s
44.79/44.87	c #decision = 42
44.79/44.87	c #random_decision = 0
44.79/44.87	c #conflict = 1
44.79/44.87	c #restart = 0
44.79/44.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
44.79/44.87	c lower bound updated to -344
44.79/44.87	c BCD2: 928 <= obj <= 1232
44.79/44.87	c BCD2: #cores=41, #unrelaxed=303, #relaxed=969, #hardened=0
44.79/44.87	c BCD2: #sat=1 #unsat=929 bias=929/930
44.79/44.87	c Solving starts ...
44.79/44.87	c ============================[ Search Statistics ]============================
44.79/44.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.79/44.87	c       |         |          |          |    Limit     GC | Var      | Constra 
44.79/44.87	c =============================================================================
44.79/44.88	c  0.0s |       0 |        0 |        0 |    46609      0 |      887 |      927
44.88/44.92	c  0.0s |       0 |       42 |        1 |    46609      0 |      887 |      928
44.88/44.92	c #cpu_time = 0.044s
44.88/44.92	c #wall_clock_time = 0.044s
44.88/44.92	c #decision = 42
44.88/44.92	c #random_decision = 0
44.88/44.92	c #conflict = 1
44.88/44.92	c #restart = 0
44.88/44.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
44.88/44.92	c lower bound updated to -343
44.88/44.92	c BCD2: 929 <= obj <= 1232
44.88/44.92	c BCD2: #cores=41, #unrelaxed=302, #relaxed=970, #hardened=0
44.88/44.92	c BCD2: #sat=1 #unsat=930 bias=930/931
44.88/44.92	c Solving starts ...
44.88/44.92	c ============================[ Search Statistics ]============================
44.88/44.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.88/44.92	c       |         |          |          |    Limit     GC | Var      | Constra 
44.88/44.92	c =============================================================================
44.88/44.92	c  0.0s |       0 |        0 |        0 |    46609      0 |      888 |      928
44.88/44.97	c  0.0s |       0 |       42 |        1 |    46609      0 |      888 |      929
44.88/44.97	c #cpu_time = 0.045s
44.88/44.97	c #wall_clock_time = 0.045s
44.88/44.97	c #decision = 42
44.88/44.97	c #random_decision = 0
44.88/44.97	c #conflict = 1
44.88/44.97	c #restart = 0
44.88/44.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
44.88/44.97	c lower bound updated to -342
44.88/44.97	c BCD2: 930 <= obj <= 1232
44.88/44.97	c BCD2: #cores=41, #unrelaxed=301, #relaxed=971, #hardened=0
44.88/44.97	c BCD2: #sat=1 #unsat=931 bias=931/932
44.88/44.97	c Solving starts ...
44.88/44.97	c ============================[ Search Statistics ]============================
44.88/44.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.88/44.97	c       |         |          |          |    Limit     GC | Var      | Constra 
44.88/44.97	c =============================================================================
44.88/44.97	c  0.0s |       0 |        0 |        0 |    46609      0 |      889 |      929
44.98/45.01	c  0.0s |       0 |       42 |        1 |    46609      0 |      889 |      930
44.98/45.01	c #cpu_time = 0.045s
44.98/45.01	c #wall_clock_time = 0.045s
44.98/45.01	c #decision = 42
44.98/45.01	c #random_decision = 0
44.98/45.01	c #conflict = 1
44.98/45.01	c #restart = 0
44.98/45.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
44.98/45.01	c lower bound updated to -341
44.98/45.01	c BCD2: 931 <= obj <= 1232
44.98/45.01	c BCD2: #cores=41, #unrelaxed=300, #relaxed=972, #hardened=0
44.98/45.01	c BCD2: #sat=1 #unsat=932 bias=932/933
44.98/45.01	c Solving starts ...
44.98/45.01	c ============================[ Search Statistics ]============================
44.98/45.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.98/45.01	c       |         |          |          |    Limit     GC | Var      | Constra 
44.98/45.01	c =============================================================================
44.98/45.01	c  0.0s |       0 |        0 |        0 |    46609      0 |      890 |      930
44.98/45.06	c  0.0s |       0 |       42 |        1 |    46609      0 |      890 |      931
44.98/45.06	c #cpu_time = 0.046s
44.98/45.06	c #wall_clock_time = 0.046s
44.98/45.06	c #decision = 42
44.98/45.06	c #random_decision = 0
44.98/45.06	c #conflict = 1
44.98/45.06	c #restart = 0
44.98/45.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
44.98/45.06	c lower bound updated to -340
44.98/45.06	c BCD2: 932 <= obj <= 1232
44.98/45.06	c BCD2: #cores=41, #unrelaxed=299, #relaxed=973, #hardened=0
44.98/45.06	c BCD2: #sat=1 #unsat=933 bias=933/934
44.98/45.06	c Solving starts ...
44.98/45.06	c ============================[ Search Statistics ]============================
44.98/45.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.98/45.06	c       |         |          |          |    Limit     GC | Var      | Constra 
44.98/45.06	c =============================================================================
44.98/45.06	c  0.0s |       0 |        0 |        0 |    46609      0 |      891 |      931
45.08/45.11	c  0.0s |       0 |       42 |        1 |    46609      0 |      891 |      932
45.08/45.11	c #cpu_time = 0.046s
45.08/45.11	c #wall_clock_time = 0.046s
45.08/45.11	c #decision = 42
45.08/45.11	c #random_decision = 0
45.08/45.11	c #conflict = 1
45.08/45.11	c #restart = 0
45.08/45.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
45.08/45.11	c lower bound updated to -339
45.08/45.11	c BCD2: 933 <= obj <= 1232
45.08/45.11	c BCD2: #cores=41, #unrelaxed=298, #relaxed=974, #hardened=0
45.08/45.11	c BCD2: #sat=1 #unsat=934 bias=934/935
45.08/45.11	c Solving starts ...
45.08/45.11	c ============================[ Search Statistics ]============================
45.08/45.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.08/45.11	c       |         |          |          |    Limit     GC | Var      | Constra 
45.08/45.11	c =============================================================================
45.08/45.11	c  0.0s |       0 |        0 |        0 |    46609      0 |      892 |      932
45.08/45.15	c  0.0s |       0 |       42 |        1 |    46609      0 |      892 |      933
45.08/45.15	c #cpu_time = 0.045s
45.08/45.15	c #wall_clock_time = 0.045s
45.08/45.15	c #decision = 42
45.08/45.15	c #random_decision = 0
45.08/45.15	c #conflict = 1
45.08/45.15	c #restart = 0
45.08/45.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
45.08/45.15	c lower bound updated to -338
45.08/45.15	c BCD2: 934 <= obj <= 1232
45.08/45.15	c BCD2: #cores=41, #unrelaxed=297, #relaxed=975, #hardened=0
45.08/45.15	c BCD2: #sat=1 #unsat=935 bias=935/936
45.08/45.15	c Solving starts ...
45.08/45.15	c ============================[ Search Statistics ]============================
45.08/45.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.08/45.15	c       |         |          |          |    Limit     GC | Var      | Constra 
45.08/45.15	c =============================================================================
45.08/45.15	c  0.0s |       0 |        0 |        0 |    46609      0 |      893 |      933
45.08/45.20	c  0.0s |       0 |       42 |        1 |    46609      0 |      893 |      934
45.08/45.20	c #cpu_time = 0.045s
45.08/45.20	c #wall_clock_time = 0.045s
45.08/45.20	c #decision = 42
45.08/45.20	c #random_decision = 0
45.08/45.20	c #conflict = 1
45.08/45.20	c #restart = 0
45.08/45.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
45.08/45.20	c lower bound updated to -337
45.08/45.20	c BCD2: 935 <= obj <= 1232
45.08/45.20	c BCD2: #cores=41, #unrelaxed=296, #relaxed=976, #hardened=0
45.08/45.20	c BCD2: #sat=1 #unsat=936 bias=936/937
45.08/45.20	c Solving starts ...
45.08/45.20	c ============================[ Search Statistics ]============================
45.08/45.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.08/45.20	c       |         |          |          |    Limit     GC | Var      | Constra 
45.08/45.20	c =============================================================================
45.08/45.20	c  0.0s |       0 |        0 |        0 |    46609      0 |      894 |      934
45.19/45.25	c  0.0s |       0 |       42 |        1 |    46609      0 |      894 |      935
45.19/45.25	c #cpu_time = 0.045s
45.19/45.25	c #wall_clock_time = 0.045s
45.19/45.25	c #decision = 42
45.19/45.25	c #random_decision = 0
45.19/45.25	c #conflict = 1
45.19/45.25	c #restart = 0
45.19/45.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
45.19/45.25	c lower bound updated to -336
45.19/45.25	c BCD2: 936 <= obj <= 1232
45.19/45.25	c BCD2: #cores=41, #unrelaxed=295, #relaxed=977, #hardened=0
45.19/45.25	c BCD2: #sat=1 #unsat=937 bias=937/938
45.19/45.25	c Solving starts ...
45.19/45.25	c ============================[ Search Statistics ]============================
45.19/45.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.19/45.25	c       |         |          |          |    Limit     GC | Var      | Constra 
45.19/45.25	c =============================================================================
45.19/45.25	c  0.0s |       0 |        0 |        0 |    46609      0 |      895 |      935
45.19/45.30	c  0.0s |       0 |       42 |        1 |    46609      0 |      895 |      936
45.19/45.30	c #cpu_time = 0.044s
45.19/45.30	c #wall_clock_time = 0.044s
45.19/45.30	c #decision = 42
45.19/45.30	c #random_decision = 0
45.19/45.30	c #conflict = 1
45.19/45.30	c #restart = 0
45.19/45.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
45.28/45.30	c lower bound updated to -335
45.28/45.30	c BCD2: 937 <= obj <= 1232
45.28/45.30	c BCD2: #cores=41, #unrelaxed=294, #relaxed=978, #hardened=0
45.28/45.30	c BCD2: #sat=1 #unsat=938 bias=938/939
45.28/45.30	c Solving starts ...
45.28/45.30	c ============================[ Search Statistics ]============================
45.28/45.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.28/45.30	c       |         |          |          |    Limit     GC | Var      | Constra 
45.28/45.30	c =============================================================================
45.28/45.30	c  0.0s |       0 |        0 |        0 |    46609      0 |      896 |      936
45.28/45.34	c  0.0s |       0 |       42 |        1 |    46609      0 |      896 |      937
45.28/45.34	c #cpu_time = 0.045s
45.28/45.34	c #wall_clock_time = 0.045s
45.28/45.34	c #decision = 42
45.28/45.34	c #random_decision = 0
45.28/45.34	c #conflict = 1
45.28/45.34	c #restart = 0
45.28/45.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
45.28/45.34	c lower bound updated to -334
45.28/45.34	c BCD2: 938 <= obj <= 1232
45.28/45.34	c BCD2: #cores=41, #unrelaxed=293, #relaxed=979, #hardened=0
45.28/45.34	c BCD2: #sat=1 #unsat=939 bias=939/940
45.28/45.34	c Solving starts ...
45.28/45.34	c ============================[ Search Statistics ]============================
45.28/45.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.28/45.34	c       |         |          |          |    Limit     GC | Var      | Constra 
45.28/45.34	c =============================================================================
45.28/45.34	c  0.0s |       0 |        0 |        0 |    46609      0 |      897 |      937
45.28/45.39	c  0.0s |       0 |       42 |        1 |    46609      0 |      897 |      938
45.28/45.39	c #cpu_time = 0.046s
45.28/45.39	c #wall_clock_time = 0.046s
45.28/45.39	c #decision = 42
45.28/45.39	c #random_decision = 0
45.28/45.39	c #conflict = 1
45.28/45.39	c #restart = 0
45.28/45.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
45.28/45.39	c lower bound updated to -333
45.28/45.39	c BCD2: 939 <= obj <= 1232
45.28/45.39	c BCD2: #cores=41, #unrelaxed=292, #relaxed=980, #hardened=0
45.28/45.39	c BCD2: #sat=1 #unsat=940 bias=940/941
45.28/45.39	c Solving starts ...
45.28/45.39	c ============================[ Search Statistics ]============================
45.28/45.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.28/45.39	c       |         |          |          |    Limit     GC | Var      | Constra 
45.28/45.39	c =============================================================================
45.28/45.39	c  0.0s |       0 |        0 |        0 |    46609      0 |      898 |      938
45.38/45.44	c  0.0s |       0 |       42 |        1 |    46609      0 |      898 |      939
45.38/45.44	c #cpu_time = 0.046s
45.38/45.44	c #wall_clock_time = 0.046s
45.38/45.44	c #decision = 42
45.38/45.44	c #random_decision = 0
45.38/45.44	c #conflict = 1
45.38/45.44	c #restart = 0
45.38/45.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
45.38/45.44	c lower bound updated to -332
45.38/45.44	c BCD2: 940 <= obj <= 1232
45.38/45.44	c BCD2: #cores=41, #unrelaxed=291, #relaxed=981, #hardened=0
45.38/45.44	c BCD2: #sat=1 #unsat=941 bias=941/942
45.38/45.44	c Solving starts ...
45.38/45.44	c ============================[ Search Statistics ]============================
45.38/45.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.38/45.44	c       |         |          |          |    Limit     GC | Var      | Constra 
45.38/45.44	c =============================================================================
45.38/45.44	c  0.0s |       0 |        0 |        0 |    46609      0 |      899 |      939
45.38/45.48	c  0.0s |       0 |       42 |        1 |    46609      0 |      899 |      940
45.38/45.48	c #cpu_time = 0.045s
45.38/45.48	c #wall_clock_time = 0.046s
45.38/45.48	c #decision = 42
45.38/45.48	c #random_decision = 0
45.38/45.48	c #conflict = 1
45.38/45.48	c #restart = 0
45.38/45.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
45.38/45.48	c lower bound updated to -331
45.38/45.48	c BCD2: 941 <= obj <= 1232
45.38/45.48	c BCD2: #cores=41, #unrelaxed=290, #relaxed=982, #hardened=0
45.38/45.48	c BCD2: #sat=1 #unsat=942 bias=942/943
45.38/45.48	c Solving starts ...
45.38/45.48	c ============================[ Search Statistics ]============================
45.38/45.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.38/45.48	c       |         |          |          |    Limit     GC | Var      | Constra 
45.38/45.48	c =============================================================================
45.38/45.48	c  0.0s |       0 |        0 |        0 |    46609      0 |      900 |      940
45.48/45.53	c  0.0s |       0 |       42 |        1 |    46609      0 |      900 |      941
45.48/45.53	c #cpu_time = 0.045s
45.48/45.53	c #wall_clock_time = 0.045s
45.48/45.53	c #decision = 42
45.48/45.53	c #random_decision = 0
45.48/45.53	c #conflict = 1
45.48/45.53	c #restart = 0
45.48/45.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
45.48/45.53	c lower bound updated to -330
45.48/45.53	c BCD2: 942 <= obj <= 1232
45.48/45.53	c BCD2: #cores=41, #unrelaxed=289, #relaxed=983, #hardened=0
45.48/45.53	c BCD2: #sat=1 #unsat=943 bias=943/944
45.48/45.53	c Solving starts ...
45.48/45.53	c ============================[ Search Statistics ]============================
45.48/45.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.48/45.53	c       |         |          |          |    Limit     GC | Var      | Constra 
45.48/45.53	c =============================================================================
45.48/45.53	c  0.0s |       0 |        0 |        0 |    46609      0 |      901 |      941
45.48/45.58	c  0.0s |       0 |       42 |        1 |    46609      0 |      901 |      942
45.48/45.58	c #cpu_time = 0.046s
45.48/45.58	c #wall_clock_time = 0.046s
45.48/45.58	c #decision = 42
45.48/45.58	c #random_decision = 0
45.48/45.58	c #conflict = 1
45.48/45.58	c #restart = 0
45.48/45.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
45.48/45.58	c lower bound updated to -329
45.48/45.58	c BCD2: 943 <= obj <= 1232
45.48/45.58	c BCD2: #cores=41, #unrelaxed=288, #relaxed=984, #hardened=0
45.48/45.58	c BCD2: #sat=1 #unsat=944 bias=944/945
45.48/45.58	c Solving starts ...
45.48/45.58	c ============================[ Search Statistics ]============================
45.48/45.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.48/45.58	c       |         |          |          |    Limit     GC | Var      | Constra 
45.48/45.58	c =============================================================================
45.48/45.58	c  0.0s |       0 |        0 |        0 |    46609      0 |      902 |      942
45.58/45.62	c  0.0s |       0 |       42 |        0 |    46609      0 |      902 |      943
45.58/45.62	c #cpu_time = 0.045s
45.58/45.62	c #wall_clock_time = 0.045s
45.58/45.62	c #decision = 42
45.58/45.62	c #random_decision = 0
45.58/45.62	c #conflict = 0
45.58/45.62	c #restart = 0
45.58/45.62	c BCD2: found a new core of size 2: cost of the new core is >=1
45.58/45.62	c lower bound updated to -328
45.58/45.63	c BCD2: 944 <= obj <= 1232
45.58/45.63	c BCD2: #cores=42, #unrelaxed=286, #relaxed=986, #hardened=0
45.58/45.63	c BCD2: #sat=1 #unsat=945 bias=945/946
45.58/45.63	c Solving starts ...
45.58/45.63	c ============================[ Search Statistics ]============================
45.58/45.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.58/45.63	c       |         |          |          |    Limit     GC | Var      | Constra 
45.58/45.63	c =============================================================================
45.58/45.64	c  0.0s |       0 |        0 |        0 |    46609      0 |      902 |      944
45.58/45.68	c  0.0s |       0 |       43 |        1 |    46609      0 |      902 |      944
45.58/45.68	c #cpu_time = 0.044s
45.58/45.68	c #wall_clock_time = 0.044s
45.58/45.68	c #decision = 43
45.58/45.68	c #random_decision = 0
45.58/45.68	c #conflict = 1
45.58/45.68	c #restart = 0
45.58/45.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
45.58/45.68	c lower bound updated to -327
45.58/45.68	c BCD2: 945 <= obj <= 1232
45.58/45.68	c BCD2: #cores=42, #unrelaxed=285, #relaxed=987, #hardened=0
45.58/45.68	c BCD2: #sat=1 #unsat=946 bias=946/947
45.58/45.68	c Solving starts ...
45.58/45.68	c ============================[ Search Statistics ]============================
45.58/45.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.58/45.68	c       |         |          |          |    Limit     GC | Var      | Constra 
45.58/45.68	c =============================================================================
45.58/45.68	c  0.0s |       0 |        0 |        0 |    46609      0 |      903 |      944
45.68/45.73	c  0.0s |       0 |       43 |        1 |    46609      0 |      903 |      945
45.68/45.73	c #cpu_time = 0.046s
45.68/45.73	c #wall_clock_time = 0.046s
45.68/45.73	c #decision = 43
45.68/45.73	c #random_decision = 0
45.68/45.73	c #conflict = 1
45.68/45.73	c #restart = 0
45.68/45.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
45.68/45.73	c lower bound updated to -326
45.68/45.73	c BCD2: 946 <= obj <= 1232
45.68/45.73	c BCD2: #cores=42, #unrelaxed=284, #relaxed=988, #hardened=0
45.68/45.73	c BCD2: #sat=1 #unsat=947 bias=947/948
45.68/45.73	c Solving starts ...
45.68/45.73	c ============================[ Search Statistics ]============================
45.68/45.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.68/45.73	c       |         |          |          |    Limit     GC | Var      | Constra 
45.68/45.73	c =============================================================================
45.68/45.73	c  0.0s |       0 |        0 |        0 |    46609      0 |      904 |      945
45.68/45.77	c  0.0s |       0 |       43 |        1 |    46609      0 |      904 |      946
45.68/45.77	c #cpu_time = 0.046s
45.68/45.77	c #wall_clock_time = 0.046s
45.68/45.77	c #decision = 43
45.68/45.77	c #random_decision = 0
45.68/45.77	c #conflict = 1
45.68/45.77	c #restart = 0
45.68/45.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
45.68/45.77	c lower bound updated to -325
45.68/45.77	c BCD2: 947 <= obj <= 1232
45.68/45.77	c BCD2: #cores=42, #unrelaxed=283, #relaxed=989, #hardened=0
45.68/45.77	c BCD2: #sat=1 #unsat=948 bias=948/949
45.68/45.77	c Solving starts ...
45.68/45.77	c ============================[ Search Statistics ]============================
45.68/45.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.68/45.77	c       |         |          |          |    Limit     GC | Var      | Constra 
45.68/45.77	c =============================================================================
45.68/45.77	c  0.0s |       0 |        0 |        0 |    46609      0 |      905 |      946
45.78/45.82	c  0.0s |       0 |       43 |        1 |    46609      0 |      905 |      947
45.78/45.82	c #cpu_time = 0.046s
45.78/45.82	c #wall_clock_time = 0.046s
45.78/45.82	c #decision = 43
45.78/45.82	c #random_decision = 0
45.78/45.82	c #conflict = 1
45.78/45.82	c #restart = 0
45.78/45.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
45.78/45.82	c lower bound updated to -324
45.78/45.82	c BCD2: 948 <= obj <= 1232
45.78/45.82	c BCD2: #cores=42, #unrelaxed=282, #relaxed=990, #hardened=0
45.78/45.82	c BCD2: #sat=1 #unsat=949 bias=949/950
45.78/45.82	c Solving starts ...
45.78/45.82	c ============================[ Search Statistics ]============================
45.78/45.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.78/45.82	c       |         |          |          |    Limit     GC | Var      | Constra 
45.78/45.82	c =============================================================================
45.78/45.82	c  0.0s |       0 |        0 |        0 |    46609      0 |      906 |      947
45.78/45.87	c  0.0s |       0 |       43 |        1 |    46609      0 |      906 |      948
45.78/45.87	c #cpu_time = 0.046s
45.78/45.87	c #wall_clock_time = 0.046s
45.78/45.87	c #decision = 43
45.78/45.87	c #random_decision = 0
45.78/45.87	c #conflict = 1
45.78/45.87	c #restart = 0
45.78/45.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
45.78/45.87	c lower bound updated to -323
45.78/45.87	c BCD2: 949 <= obj <= 1232
45.78/45.87	c BCD2: #cores=42, #unrelaxed=281, #relaxed=991, #hardened=0
45.78/45.87	c BCD2: #sat=1 #unsat=950 bias=950/951
45.78/45.87	c Solving starts ...
45.78/45.87	c ============================[ Search Statistics ]============================
45.78/45.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.78/45.87	c       |         |          |          |    Limit     GC | Var      | Constra 
45.78/45.87	c =============================================================================
45.78/45.87	c  0.0s |       0 |        0 |        0 |    46609      0 |      907 |      948
45.88/45.91	c  0.0s |       0 |       43 |        1 |    46609      0 |      907 |      949
45.88/45.91	c #cpu_time = 0.045s
45.88/45.91	c #wall_clock_time = 0.045s
45.88/45.91	c #decision = 43
45.88/45.91	c #random_decision = 0
45.88/45.91	c #conflict = 1
45.88/45.91	c #restart = 0
45.88/45.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
45.88/45.91	c lower bound updated to -322
45.88/45.91	c BCD2: 950 <= obj <= 1232
45.88/45.91	c BCD2: #cores=42, #unrelaxed=280, #relaxed=992, #hardened=0
45.88/45.91	c BCD2: #sat=1 #unsat=951 bias=951/952
45.88/45.91	c Solving starts ...
45.88/45.91	c ============================[ Search Statistics ]============================
45.88/45.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.88/45.91	c       |         |          |          |    Limit     GC | Var      | Constra 
45.88/45.91	c =============================================================================
45.88/45.91	c  0.0s |       0 |        0 |        0 |    46609      0 |      908 |      949
45.88/45.96	c  0.0s |       0 |       43 |        1 |    46609      0 |      908 |      950
45.88/45.96	c #cpu_time = 0.045s
45.88/45.96	c #wall_clock_time = 0.045s
45.88/45.96	c #decision = 43
45.88/45.96	c #random_decision = 0
45.88/45.96	c #conflict = 1
45.88/45.96	c #restart = 0
45.88/45.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
45.88/45.96	c lower bound updated to -321
45.88/45.96	c BCD2: 951 <= obj <= 1232
45.88/45.96	c BCD2: #cores=42, #unrelaxed=279, #relaxed=993, #hardened=0
45.88/45.96	c BCD2: #sat=1 #unsat=952 bias=952/953
45.88/45.96	c Solving starts ...
45.88/45.96	c ============================[ Search Statistics ]============================
45.88/45.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.88/45.96	c       |         |          |          |    Limit     GC | Var      | Constra 
45.88/45.96	c =============================================================================
45.88/45.96	c  0.0s |       0 |        0 |        0 |    46609      0 |      909 |      950
45.98/46.01	c  0.0s |       0 |       43 |        1 |    46609      0 |      909 |      951
45.98/46.01	c #cpu_time = 0.045s
45.98/46.01	c #wall_clock_time = 0.045s
45.98/46.01	c #decision = 43
45.98/46.01	c #random_decision = 0
45.98/46.01	c #conflict = 1
45.98/46.01	c #restart = 0
45.98/46.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
45.98/46.01	c lower bound updated to -320
45.98/46.01	c BCD2: 952 <= obj <= 1232
45.98/46.01	c BCD2: #cores=42, #unrelaxed=278, #relaxed=994, #hardened=0
45.98/46.01	c BCD2: #sat=1 #unsat=953 bias=953/954
45.98/46.01	c Solving starts ...
45.98/46.01	c ============================[ Search Statistics ]============================
45.98/46.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.98/46.01	c       |         |          |          |    Limit     GC | Var      | Constra 
45.98/46.01	c =============================================================================
45.98/46.01	c  0.0s |       0 |        0 |        0 |    46609      0 |      910 |      951
45.98/46.06	c  0.0s |       0 |       43 |        1 |    46609      0 |      910 |      952
45.98/46.06	c #cpu_time = 0.044s
45.98/46.06	c #wall_clock_time = 0.044s
45.98/46.06	c #decision = 43
45.98/46.06	c #random_decision = 0
45.98/46.06	c #conflict = 1
45.98/46.06	c #restart = 0
45.98/46.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
45.98/46.06	c lower bound updated to -319
45.98/46.06	c BCD2: 953 <= obj <= 1232
45.98/46.06	c BCD2: #cores=42, #unrelaxed=277, #relaxed=995, #hardened=0
45.98/46.06	c BCD2: #sat=1 #unsat=954 bias=954/955
45.98/46.06	c Solving starts ...
45.98/46.06	c ============================[ Search Statistics ]============================
45.98/46.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.98/46.06	c       |         |          |          |    Limit     GC | Var      | Constra 
45.98/46.06	c =============================================================================
45.98/46.06	c  0.0s |       0 |        0 |        0 |    46609      0 |      911 |      952
46.08/46.10	c  0.0s |       0 |       43 |        1 |    46609      0 |      911 |      953
46.08/46.10	c #cpu_time = 0.045s
46.08/46.10	c #wall_clock_time = 0.045s
46.08/46.10	c #decision = 43
46.08/46.10	c #random_decision = 0
46.08/46.10	c #conflict = 1
46.08/46.10	c #restart = 0
46.08/46.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
46.08/46.10	c lower bound updated to -318
46.08/46.10	c BCD2: 954 <= obj <= 1232
46.08/46.10	c BCD2: #cores=42, #unrelaxed=276, #relaxed=996, #hardened=0
46.08/46.10	c BCD2: #sat=1 #unsat=955 bias=955/956
46.08/46.10	c Solving starts ...
46.08/46.10	c ============================[ Search Statistics ]============================
46.08/46.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.08/46.10	c       |         |          |          |    Limit     GC | Var      | Constra 
46.08/46.10	c =============================================================================
46.08/46.10	c  0.0s |       0 |        0 |        0 |    46609      0 |      912 |      953
46.08/46.15	c  0.0s |       0 |       43 |        1 |    46609      0 |      912 |      954
46.08/46.15	c #cpu_time = 0.045s
46.08/46.15	c #wall_clock_time = 0.045s
46.08/46.15	c #decision = 43
46.08/46.15	c #random_decision = 0
46.08/46.15	c #conflict = 1
46.08/46.15	c #restart = 0
46.08/46.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
46.08/46.15	c lower bound updated to -317
46.08/46.15	c BCD2: 955 <= obj <= 1232
46.08/46.15	c BCD2: #cores=42, #unrelaxed=275, #relaxed=997, #hardened=0
46.08/46.15	c BCD2: #sat=1 #unsat=956 bias=956/957
46.08/46.15	c Solving starts ...
46.08/46.15	c ============================[ Search Statistics ]============================
46.08/46.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.08/46.15	c       |         |          |          |    Limit     GC | Var      | Constra 
46.08/46.15	c =============================================================================
46.08/46.15	c  0.0s |       0 |        0 |        0 |    46609      0 |      913 |      954
46.08/46.20	c  0.0s |       0 |       43 |        1 |    46609      0 |      913 |      955
46.08/46.20	c #cpu_time = 0.046s
46.08/46.20	c #wall_clock_time = 0.046s
46.08/46.20	c #decision = 43
46.08/46.20	c #random_decision = 0
46.08/46.20	c #conflict = 1
46.08/46.20	c #restart = 0
46.08/46.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
46.08/46.20	c lower bound updated to -316
46.08/46.20	c BCD2: 956 <= obj <= 1232
46.08/46.20	c BCD2: #cores=42, #unrelaxed=274, #relaxed=998, #hardened=0
46.08/46.20	c BCD2: #sat=1 #unsat=957 bias=957/958
46.08/46.20	c Solving starts ...
46.08/46.20	c ============================[ Search Statistics ]============================
46.08/46.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.08/46.20	c       |         |          |          |    Limit     GC | Var      | Constra 
46.08/46.20	c =============================================================================
46.08/46.20	c  0.0s |       0 |        0 |        0 |    46609      0 |      914 |      955
46.19/46.24	c  0.0s |       0 |       43 |        1 |    46609      0 |      914 |      956
46.19/46.24	c #cpu_time = 0.046s
46.19/46.24	c #wall_clock_time = 0.046s
46.19/46.24	c #decision = 43
46.19/46.24	c #random_decision = 0
46.19/46.24	c #conflict = 1
46.19/46.24	c #restart = 0
46.19/46.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
46.19/46.24	c lower bound updated to -315
46.19/46.24	c BCD2: 957 <= obj <= 1232
46.19/46.24	c BCD2: #cores=42, #unrelaxed=273, #relaxed=999, #hardened=0
46.19/46.24	c BCD2: #sat=1 #unsat=958 bias=958/959
46.19/46.24	c Solving starts ...
46.19/46.24	c ============================[ Search Statistics ]============================
46.19/46.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.19/46.24	c       |         |          |          |    Limit     GC | Var      | Constra 
46.19/46.24	c =============================================================================
46.19/46.24	c  0.0s |       0 |        0 |        0 |    46609      0 |      915 |      956
46.19/46.29	c  0.0s |       0 |       43 |        1 |    46609      0 |      915 |      957
46.19/46.29	c #cpu_time = 0.046s
46.19/46.29	c #wall_clock_time = 0.046s
46.19/46.29	c #decision = 43
46.19/46.29	c #random_decision = 0
46.19/46.29	c #conflict = 1
46.19/46.29	c #restart = 0
46.19/46.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
46.19/46.29	c lower bound updated to -314
46.19/46.29	c BCD2: 958 <= obj <= 1232
46.19/46.29	c BCD2: #cores=42, #unrelaxed=272, #relaxed=1000, #hardened=0
46.19/46.29	c BCD2: #sat=1 #unsat=959 bias=959/960
46.19/46.29	c Solving starts ...
46.19/46.29	c ============================[ Search Statistics ]============================
46.19/46.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.19/46.29	c       |         |          |          |    Limit     GC | Var      | Constra 
46.19/46.29	c =============================================================================
46.19/46.29	c  0.0s |       0 |        0 |        0 |    46609      0 |      916 |      957
46.29/46.34	c  0.0s |       0 |       43 |        1 |    46609      0 |      916 |      958
46.29/46.34	c #cpu_time = 0.045s
46.29/46.34	c #wall_clock_time = 0.045s
46.29/46.34	c #decision = 43
46.29/46.34	c #random_decision = 0
46.29/46.34	c #conflict = 1
46.29/46.34	c #restart = 0
46.29/46.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
46.29/46.34	c lower bound updated to -313
46.29/46.34	c BCD2: 959 <= obj <= 1232
46.29/46.34	c BCD2: #cores=42, #unrelaxed=271, #relaxed=1001, #hardened=0
46.29/46.34	c BCD2: #sat=1 #unsat=960 bias=960/961
46.29/46.34	c Solving starts ...
46.29/46.34	c ============================[ Search Statistics ]============================
46.29/46.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.29/46.34	c       |         |          |          |    Limit     GC | Var      | Constra 
46.29/46.34	c =============================================================================
46.29/46.34	c  0.0s |       0 |        0 |        0 |    46609      0 |      917 |      958
46.29/46.38	c  0.0s |       0 |       43 |        1 |    46609      0 |      917 |      959
46.29/46.38	c #cpu_time = 0.045s
46.29/46.38	c #wall_clock_time = 0.045s
46.29/46.38	c #decision = 43
46.29/46.38	c #random_decision = 0
46.29/46.38	c #conflict = 1
46.29/46.38	c #restart = 0
46.29/46.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
46.29/46.38	c lower bound updated to -312
46.29/46.38	c BCD2: 960 <= obj <= 1232
46.29/46.38	c BCD2: #cores=42, #unrelaxed=270, #relaxed=1002, #hardened=0
46.29/46.38	c BCD2: #sat=1 #unsat=961 bias=961/962
46.29/46.38	c Solving starts ...
46.29/46.38	c ============================[ Search Statistics ]============================
46.29/46.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.29/46.38	c       |         |          |          |    Limit     GC | Var      | Constra 
46.29/46.38	c =============================================================================
46.29/46.39	c  0.0s |       0 |        0 |        0 |    46609      0 |      918 |      959
46.38/46.43	c  0.0s |       0 |       43 |        1 |    46609      0 |      918 |      960
46.38/46.43	c #cpu_time = 0.044s
46.38/46.43	c #wall_clock_time = 0.044s
46.38/46.43	c #decision = 43
46.38/46.43	c #random_decision = 0
46.38/46.43	c #conflict = 1
46.38/46.43	c #restart = 0
46.38/46.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
46.38/46.43	c lower bound updated to -311
46.38/46.43	c BCD2: 961 <= obj <= 1232
46.38/46.43	c BCD2: #cores=42, #unrelaxed=269, #relaxed=1003, #hardened=0
46.38/46.43	c BCD2: #sat=1 #unsat=962 bias=962/963
46.38/46.43	c Solving starts ...
46.38/46.43	c ============================[ Search Statistics ]============================
46.38/46.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.38/46.43	c       |         |          |          |    Limit     GC | Var      | Constra 
46.38/46.43	c =============================================================================
46.38/46.43	c  0.0s |       0 |        0 |        0 |    46609      0 |      919 |      960
46.38/46.48	c  0.0s |       0 |       43 |        1 |    46609      0 |      919 |      961
46.38/46.48	c #cpu_time = 0.045s
46.38/46.48	c #wall_clock_time = 0.045s
46.38/46.48	c #decision = 43
46.38/46.48	c #random_decision = 0
46.38/46.48	c #conflict = 1
46.38/46.48	c #restart = 0
46.38/46.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
46.38/46.48	c lower bound updated to -310
46.38/46.48	c BCD2: 962 <= obj <= 1232
46.38/46.48	c BCD2: #cores=42, #unrelaxed=268, #relaxed=1004, #hardened=0
46.38/46.48	c BCD2: #sat=1 #unsat=963 bias=963/964
46.38/46.48	c Solving starts ...
46.38/46.48	c ============================[ Search Statistics ]============================
46.38/46.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.38/46.48	c       |         |          |          |    Limit     GC | Var      | Constra 
46.38/46.48	c =============================================================================
46.38/46.48	c  0.0s |       0 |        0 |        0 |    46609      0 |      920 |      961
46.48/46.53	c  0.0s |       0 |       43 |        1 |    46609      0 |      920 |      962
46.48/46.53	c #cpu_time = 0.045s
46.48/46.53	c #wall_clock_time = 0.046s
46.48/46.53	c #decision = 43
46.48/46.53	c #random_decision = 0
46.48/46.53	c #conflict = 1
46.48/46.53	c #restart = 0
46.48/46.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
46.48/46.53	c lower bound updated to -309
46.48/46.53	c BCD2: 963 <= obj <= 1232
46.48/46.53	c BCD2: #cores=42, #unrelaxed=267, #relaxed=1005, #hardened=0
46.48/46.53	c BCD2: #sat=1 #unsat=964 bias=964/965
46.48/46.53	c Solving starts ...
46.48/46.53	c ============================[ Search Statistics ]============================
46.48/46.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.48/46.53	c       |         |          |          |    Limit     GC | Var      | Constra 
46.48/46.53	c =============================================================================
46.48/46.53	c  0.0s |       0 |        0 |        0 |    46609      0 |      921 |      962
46.48/46.57	c  0.0s |       0 |       43 |        1 |    46609      0 |      921 |      963
46.48/46.57	c #cpu_time = 0.046s
46.48/46.57	c #wall_clock_time = 0.046s
46.48/46.57	c #decision = 43
46.48/46.57	c #random_decision = 0
46.48/46.57	c #conflict = 1
46.48/46.57	c #restart = 0
46.48/46.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
46.48/46.57	c lower bound updated to -308
46.48/46.57	c BCD2: 964 <= obj <= 1232
46.48/46.57	c BCD2: #cores=42, #unrelaxed=266, #relaxed=1006, #hardened=0
46.48/46.57	c BCD2: #sat=1 #unsat=965 bias=965/966
46.48/46.57	c Solving starts ...
46.48/46.57	c ============================[ Search Statistics ]============================
46.48/46.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.48/46.57	c       |         |          |          |    Limit     GC | Var      | Constra 
46.48/46.57	c =============================================================================
46.48/46.57	c  0.0s |       0 |        0 |        0 |    46609      0 |      922 |      963
46.58/46.62	c  0.0s |       0 |       43 |        1 |    46609      0 |      922 |      964
46.58/46.62	c #cpu_time = 0.046s
46.58/46.62	c #wall_clock_time = 0.046s
46.58/46.62	c #decision = 43
46.58/46.62	c #random_decision = 0
46.58/46.62	c #conflict = 1
46.58/46.62	c #restart = 0
46.58/46.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
46.58/46.62	c lower bound updated to -307
46.58/46.62	c BCD2: 965 <= obj <= 1232
46.58/46.62	c BCD2: #cores=42, #unrelaxed=265, #relaxed=1007, #hardened=0
46.58/46.62	c BCD2: #sat=1 #unsat=966 bias=966/967
46.58/46.62	c Solving starts ...
46.58/46.62	c ============================[ Search Statistics ]============================
46.58/46.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.58/46.62	c       |         |          |          |    Limit     GC | Var      | Constra 
46.58/46.62	c =============================================================================
46.58/46.62	c  0.0s |       0 |        0 |        0 |    46609      0 |      923 |      964
46.58/46.67	c  0.0s |       0 |       43 |        1 |    46609      0 |      923 |      965
46.58/46.67	c #cpu_time = 0.045s
46.58/46.67	c #wall_clock_time = 0.045s
46.58/46.67	c #decision = 43
46.58/46.67	c #random_decision = 0
46.58/46.67	c #conflict = 1
46.58/46.67	c #restart = 0
46.58/46.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
46.58/46.67	c lower bound updated to -306
46.58/46.67	c BCD2: 966 <= obj <= 1232
46.58/46.67	c BCD2: #cores=42, #unrelaxed=264, #relaxed=1008, #hardened=0
46.58/46.67	c BCD2: #sat=1 #unsat=967 bias=967/968
46.58/46.67	c Solving starts ...
46.58/46.67	c ============================[ Search Statistics ]============================
46.58/46.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.58/46.67	c       |         |          |          |    Limit     GC | Var      | Constra 
46.58/46.67	c =============================================================================
46.58/46.67	c  0.0s |       0 |        0 |        0 |    46609      0 |      924 |      965
46.68/46.71	c  0.0s |       0 |       43 |        0 |    46609      0 |      924 |      966
46.68/46.71	c #cpu_time = 0.045s
46.68/46.71	c #wall_clock_time = 0.045s
46.68/46.71	c #decision = 43
46.68/46.71	c #random_decision = 0
46.68/46.71	c #conflict = 0
46.68/46.71	c #restart = 0
46.68/46.71	c BCD2: found a new core of size 2: cost of the new core is >=1
46.68/46.71	c lower bound updated to -305
46.68/46.72	c BCD2: 967 <= obj <= 1232
46.68/46.72	c BCD2: #cores=43, #unrelaxed=262, #relaxed=1010, #hardened=0
46.68/46.72	c BCD2: #sat=1 #unsat=968 bias=968/969
46.68/46.72	c Solving starts ...
46.68/46.72	c ============================[ Search Statistics ]============================
46.68/46.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.68/46.72	c       |         |          |          |    Limit     GC | Var      | Constra 
46.68/46.72	c =============================================================================
46.68/46.72	c  0.0s |       0 |        0 |        0 |    46609      0 |      924 |      967
46.68/46.77	c  0.0s |       0 |       44 |        1 |    46609      0 |      924 |      967
46.68/46.77	c #cpu_time = 0.043s
46.68/46.77	c #wall_clock_time = 0.043s
46.68/46.77	c #decision = 44
46.68/46.77	c #random_decision = 0
46.68/46.77	c #conflict = 1
46.68/46.77	c #restart = 0
46.68/46.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
46.68/46.77	c lower bound updated to -304
46.68/46.77	c BCD2: 968 <= obj <= 1232
46.68/46.77	c BCD2: #cores=43, #unrelaxed=261, #relaxed=1011, #hardened=0
46.68/46.77	c BCD2: #sat=1 #unsat=969 bias=969/970
46.68/46.77	c Solving starts ...
46.68/46.77	c ============================[ Search Statistics ]============================
46.68/46.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.68/46.77	c       |         |          |          |    Limit     GC | Var      | Constra 
46.68/46.77	c =============================================================================
46.68/46.77	c  0.0s |       0 |        0 |        0 |    46609      0 |      925 |      967
46.78/46.82	c  0.0s |       0 |       44 |        1 |    46609      0 |      925 |      968
46.78/46.82	c #cpu_time = 0.044s
46.78/46.82	c #wall_clock_time = 0.044s
46.78/46.82	c #decision = 44
46.78/46.82	c #random_decision = 0
46.78/46.82	c #conflict = 1
46.78/46.82	c #restart = 0
46.78/46.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
46.78/46.82	c lower bound updated to -303
46.78/46.82	c BCD2: 969 <= obj <= 1232
46.78/46.82	c BCD2: #cores=43, #unrelaxed=260, #relaxed=1012, #hardened=0
46.78/46.82	c BCD2: #sat=1 #unsat=970 bias=970/971
46.78/46.82	c Solving starts ...
46.78/46.82	c ============================[ Search Statistics ]============================
46.78/46.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.78/46.82	c       |         |          |          |    Limit     GC | Var      | Constra 
46.78/46.82	c =============================================================================
46.78/46.82	c  0.0s |       0 |        0 |        0 |    46609      0 |      926 |      968
46.78/46.86	c  0.0s |       0 |       44 |        1 |    46609      0 |      926 |      969
46.78/46.86	c #cpu_time = 0.046s
46.78/46.86	c #wall_clock_time = 0.046s
46.78/46.86	c #decision = 44
46.78/46.86	c #random_decision = 0
46.78/46.86	c #conflict = 1
46.78/46.86	c #restart = 0
46.78/46.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
46.78/46.86	c lower bound updated to -302
46.78/46.86	c BCD2: 970 <= obj <= 1232
46.78/46.86	c BCD2: #cores=43, #unrelaxed=259, #relaxed=1013, #hardened=0
46.78/46.86	c BCD2: #sat=1 #unsat=971 bias=971/972
46.78/46.86	c Solving starts ...
46.78/46.86	c ============================[ Search Statistics ]============================
46.78/46.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.78/46.86	c       |         |          |          |    Limit     GC | Var      | Constra 
46.78/46.86	c =============================================================================
46.78/46.86	c  0.0s |       0 |        0 |        0 |    46609      0 |      927 |      969
46.88/46.91	c  0.0s |       0 |       44 |        1 |    46609      0 |      927 |      970
46.88/46.91	c #cpu_time = 0.046s
46.88/46.91	c #wall_clock_time = 0.046s
46.88/46.91	c #decision = 44
46.88/46.91	c #random_decision = 0
46.88/46.91	c #conflict = 1
46.88/46.91	c #restart = 0
46.88/46.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
46.88/46.91	c lower bound updated to -301
46.88/46.91	c BCD2: 971 <= obj <= 1232
46.88/46.91	c BCD2: #cores=43, #unrelaxed=258, #relaxed=1014, #hardened=0
46.88/46.91	c BCD2: #sat=1 #unsat=972 bias=972/973
46.88/46.91	c Solving starts ...
46.88/46.91	c ============================[ Search Statistics ]============================
46.88/46.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.88/46.91	c       |         |          |          |    Limit     GC | Var      | Constra 
46.88/46.91	c =============================================================================
46.88/46.91	c  0.0s |       0 |        0 |        0 |    46609      0 |      928 |      970
46.88/46.96	c  0.0s |       0 |       44 |        1 |    46609      0 |      928 |      971
46.88/46.96	c #cpu_time = 0.046s
46.88/46.96	c #wall_clock_time = 0.047s
46.88/46.96	c #decision = 44
46.88/46.96	c #random_decision = 0
46.88/46.96	c #conflict = 1
46.88/46.96	c #restart = 0
46.88/46.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
46.88/46.96	c lower bound updated to -300
46.88/46.96	c BCD2: 972 <= obj <= 1232
46.88/46.96	c BCD2: #cores=43, #unrelaxed=257, #relaxed=1015, #hardened=0
46.88/46.96	c BCD2: #sat=1 #unsat=973 bias=973/974
46.88/46.96	c Solving starts ...
46.88/46.96	c ============================[ Search Statistics ]============================
46.88/46.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.88/46.96	c       |         |          |          |    Limit     GC | Var      | Constra 
46.88/46.96	c =============================================================================
46.88/46.96	c  0.0s |       0 |        0 |        0 |    46609      0 |      929 |      971
46.98/47.01	c  0.0s |       0 |       44 |        1 |    46609      0 |      929 |      972
46.98/47.01	c #cpu_time = 0.046s
46.98/47.01	c #wall_clock_time = 0.046s
46.98/47.01	c #decision = 44
46.98/47.01	c #random_decision = 0
46.98/47.01	c #conflict = 1
46.98/47.01	c #restart = 0
46.98/47.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
46.98/47.01	c lower bound updated to -299
46.98/47.01	c BCD2: 973 <= obj <= 1232
46.98/47.01	c BCD2: #cores=43, #unrelaxed=256, #relaxed=1016, #hardened=0
46.98/47.01	c BCD2: #sat=1 #unsat=974 bias=974/975
46.98/47.01	c Solving starts ...
46.98/47.01	c ============================[ Search Statistics ]============================
46.98/47.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.98/47.01	c       |         |          |          |    Limit     GC | Var      | Constra 
46.98/47.01	c =============================================================================
46.98/47.01	c  0.0s |       0 |        0 |        0 |    46609      0 |      930 |      972
46.98/47.05	c  0.0s |       0 |       44 |        1 |    46609      0 |      930 |      973
46.98/47.05	c #cpu_time = 0.045s
46.98/47.05	c #wall_clock_time = 0.045s
46.98/47.05	c #decision = 44
46.98/47.05	c #random_decision = 0
46.98/47.05	c #conflict = 1
46.98/47.05	c #restart = 0
46.98/47.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
46.98/47.05	c lower bound updated to -298
46.98/47.05	c BCD2: 974 <= obj <= 1232
46.98/47.05	c BCD2: #cores=43, #unrelaxed=255, #relaxed=1017, #hardened=0
46.98/47.05	c BCD2: #sat=1 #unsat=975 bias=975/976
46.98/47.05	c Solving starts ...
46.98/47.05	c ============================[ Search Statistics ]============================
46.98/47.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.98/47.05	c       |         |          |          |    Limit     GC | Var      | Constra 
46.98/47.05	c =============================================================================
46.98/47.05	c  0.0s |       0 |        0 |        0 |    46609      0 |      931 |      973
47.08/47.10	c  0.0s |       0 |       44 |        1 |    46609      0 |      931 |      974
47.08/47.10	c #cpu_time = 0.045s
47.08/47.10	c #wall_clock_time = 0.045s
47.08/47.10	c #decision = 44
47.08/47.10	c #random_decision = 0
47.08/47.10	c #conflict = 1
47.08/47.10	c #restart = 0
47.08/47.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
47.08/47.10	c lower bound updated to -297
47.08/47.10	c BCD2: 975 <= obj <= 1232
47.08/47.10	c BCD2: #cores=43, #unrelaxed=254, #relaxed=1018, #hardened=0
47.08/47.10	c BCD2: #sat=1 #unsat=976 bias=976/977
47.08/47.10	c Solving starts ...
47.08/47.10	c ============================[ Search Statistics ]============================
47.08/47.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.08/47.10	c       |         |          |          |    Limit     GC | Var      | Constra 
47.08/47.10	c =============================================================================
47.08/47.10	c  0.0s |       0 |        0 |        0 |    46609      0 |      932 |      974
47.08/47.14	c  0.0s |       0 |       44 |        1 |    46609      0 |      932 |      975
47.08/47.14	c #cpu_time = 0.045s
47.08/47.14	c #wall_clock_time = 0.045s
47.08/47.14	c #decision = 44
47.08/47.14	c #random_decision = 0
47.08/47.14	c #conflict = 1
47.08/47.14	c #restart = 0
47.08/47.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
47.08/47.14	c lower bound updated to -296
47.08/47.15	c BCD2: 976 <= obj <= 1232
47.08/47.15	c BCD2: #cores=43, #unrelaxed=253, #relaxed=1019, #hardened=0
47.08/47.15	c BCD2: #sat=1 #unsat=977 bias=977/978
47.08/47.15	c Solving starts ...
47.08/47.15	c ============================[ Search Statistics ]============================
47.08/47.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.08/47.15	c       |         |          |          |    Limit     GC | Var      | Constra 
47.08/47.15	c =============================================================================
47.08/47.15	c  0.0s |       0 |        0 |        0 |    46609      0 |      933 |      975
47.08/47.20	c  0.0s |       0 |       44 |        1 |    46609      0 |      933 |      976
47.08/47.20	c #cpu_time = 0.044s
47.08/47.20	c #wall_clock_time = 0.044s
47.08/47.20	c #decision = 44
47.08/47.20	c #random_decision = 0
47.08/47.20	c #conflict = 1
47.08/47.20	c #restart = 0
47.08/47.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
47.08/47.20	c lower bound updated to -295
47.19/47.20	c BCD2: 977 <= obj <= 1232
47.19/47.20	c BCD2: #cores=43, #unrelaxed=252, #relaxed=1020, #hardened=0
47.19/47.20	c BCD2: #sat=1 #unsat=978 bias=978/979
47.19/47.20	c Solving starts ...
47.19/47.20	c ============================[ Search Statistics ]============================
47.19/47.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.19/47.20	c       |         |          |          |    Limit     GC | Var      | Constra 
47.19/47.20	c =============================================================================
47.19/47.20	c  0.0s |       0 |        0 |        0 |    46609      0 |      934 |      976
47.19/47.24	c  0.0s |       0 |       44 |        1 |    46609      0 |      934 |      977
47.19/47.24	c #cpu_time = 0.045s
47.19/47.24	c #wall_clock_time = 0.045s
47.19/47.24	c #decision = 44
47.19/47.24	c #random_decision = 0
47.19/47.24	c #conflict = 1
47.19/47.24	c #restart = 0
47.19/47.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
47.19/47.24	c lower bound updated to -294
47.19/47.24	c BCD2: 978 <= obj <= 1232
47.19/47.24	c BCD2: #cores=43, #unrelaxed=251, #relaxed=1021, #hardened=0
47.19/47.24	c BCD2: #sat=1 #unsat=979 bias=979/980
47.19/47.24	c Solving starts ...
47.19/47.24	c ============================[ Search Statistics ]============================
47.19/47.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.19/47.24	c       |         |          |          |    Limit     GC | Var      | Constra 
47.19/47.24	c =============================================================================
47.19/47.24	c  0.0s |       0 |        0 |        0 |    46609      0 |      935 |      977
47.19/47.29	c  0.0s |       0 |       44 |        1 |    46609      0 |      935 |      978
47.19/47.29	c #cpu_time = 0.045s
47.19/47.29	c #wall_clock_time = 0.045s
47.19/47.29	c #decision = 44
47.19/47.29	c #random_decision = 0
47.19/47.29	c #conflict = 1
47.19/47.29	c #restart = 0
47.19/47.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
47.19/47.29	c lower bound updated to -293
47.19/47.29	c BCD2: 979 <= obj <= 1232
47.19/47.29	c BCD2: #cores=43, #unrelaxed=250, #relaxed=1022, #hardened=0
47.19/47.29	c BCD2: #sat=1 #unsat=980 bias=980/981
47.19/47.29	c Solving starts ...
47.19/47.29	c ============================[ Search Statistics ]============================
47.19/47.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.19/47.29	c       |         |          |          |    Limit     GC | Var      | Constra 
47.19/47.29	c =============================================================================
47.19/47.29	c  0.0s |       0 |        0 |        0 |    46609      0 |      936 |      978
47.28/47.34	c  0.0s |       0 |       44 |        1 |    46609      0 |      936 |      979
47.28/47.34	c #cpu_time = 0.046s
47.28/47.34	c #wall_clock_time = 0.046s
47.28/47.34	c #decision = 44
47.28/47.34	c #random_decision = 0
47.28/47.34	c #conflict = 1
47.28/47.34	c #restart = 0
47.28/47.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
47.28/47.34	c lower bound updated to -292
47.28/47.34	c BCD2: 980 <= obj <= 1232
47.28/47.34	c BCD2: #cores=43, #unrelaxed=249, #relaxed=1023, #hardened=0
47.28/47.34	c BCD2: #sat=1 #unsat=981 bias=981/982
47.28/47.34	c Solving starts ...
47.28/47.34	c ============================[ Search Statistics ]============================
47.28/47.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.28/47.34	c       |         |          |          |    Limit     GC | Var      | Constra 
47.28/47.34	c =============================================================================
47.28/47.34	c  0.0s |       0 |        0 |        0 |    46609      0 |      937 |      979
47.28/47.38	c  0.0s |       0 |       44 |        1 |    46609      0 |      937 |      980
47.28/47.38	c #cpu_time = 0.045s
47.28/47.38	c #wall_clock_time = 0.046s
47.28/47.38	c #decision = 44
47.28/47.38	c #random_decision = 0
47.28/47.38	c #conflict = 1
47.28/47.38	c #restart = 0
47.28/47.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
47.28/47.38	c lower bound updated to -291
47.28/47.38	c BCD2: 981 <= obj <= 1232
47.28/47.38	c BCD2: #cores=43, #unrelaxed=248, #relaxed=1024, #hardened=0
47.28/47.38	c BCD2: #sat=1 #unsat=982 bias=982/983
47.28/47.38	c Solving starts ...
47.28/47.38	c ============================[ Search Statistics ]============================
47.28/47.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.28/47.38	c       |         |          |          |    Limit     GC | Var      | Constra 
47.28/47.38	c =============================================================================
47.28/47.38	c  0.0s |       0 |        0 |        0 |    46609      0 |      938 |      980
47.39/47.43	c  0.0s |       0 |       44 |        1 |    46609      0 |      938 |      981
47.39/47.43	c #cpu_time = 0.045s
47.39/47.43	c #wall_clock_time = 0.045s
47.39/47.43	c #decision = 44
47.39/47.43	c #random_decision = 0
47.39/47.43	c #conflict = 1
47.39/47.43	c #restart = 0
47.39/47.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
47.39/47.43	c lower bound updated to -290
47.39/47.43	c BCD2: 982 <= obj <= 1232
47.39/47.43	c BCD2: #cores=43, #unrelaxed=247, #relaxed=1025, #hardened=0
47.39/47.43	c BCD2: #sat=1 #unsat=983 bias=983/984
47.39/47.43	c Solving starts ...
47.39/47.43	c ============================[ Search Statistics ]============================
47.39/47.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.39/47.43	c       |         |          |          |    Limit     GC | Var      | Constra 
47.39/47.43	c =============================================================================
47.39/47.43	c  0.0s |       0 |        0 |        0 |    46609      0 |      939 |      981
47.39/47.48	c  0.0s |       0 |       44 |        1 |    46609      0 |      939 |      982
47.39/47.48	c #cpu_time = 0.045s
47.39/47.48	c #wall_clock_time = 0.045s
47.39/47.48	c #decision = 44
47.39/47.48	c #random_decision = 0
47.39/47.48	c #conflict = 1
47.39/47.48	c #restart = 0
47.39/47.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
47.39/47.48	c lower bound updated to -289
47.39/47.48	c BCD2: 983 <= obj <= 1232
47.39/47.48	c BCD2: #cores=43, #unrelaxed=246, #relaxed=1026, #hardened=0
47.39/47.48	c BCD2: #sat=1 #unsat=984 bias=984/985
47.39/47.48	c Solving starts ...
47.39/47.48	c ============================[ Search Statistics ]============================
47.39/47.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.39/47.48	c       |         |          |          |    Limit     GC | Var      | Constra 
47.39/47.48	c =============================================================================
47.39/47.48	c  0.0s |       0 |        0 |        0 |    46609      0 |      940 |      982
47.48/47.52	c  0.0s |       0 |       44 |        1 |    46609      0 |      940 |      983
47.48/47.52	c #cpu_time = 0.045s
47.48/47.52	c #wall_clock_time = 0.045s
47.48/47.52	c #decision = 44
47.48/47.52	c #random_decision = 0
47.48/47.52	c #conflict = 1
47.48/47.52	c #restart = 0
47.48/47.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
47.48/47.52	c lower bound updated to -288
47.48/47.52	c BCD2: 984 <= obj <= 1232
47.48/47.52	c BCD2: #cores=43, #unrelaxed=245, #relaxed=1027, #hardened=0
47.48/47.52	c BCD2: #sat=1 #unsat=985 bias=985/986
47.48/47.52	c Solving starts ...
47.48/47.52	c ============================[ Search Statistics ]============================
47.48/47.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.48/47.52	c       |         |          |          |    Limit     GC | Var      | Constra 
47.48/47.52	c =============================================================================
47.48/47.53	c  0.0s |       0 |        0 |        0 |    46609      0 |      941 |      983
47.48/47.57	c  0.0s |       0 |       44 |        1 |    46609      0 |      941 |      984
47.48/47.57	c #cpu_time = 0.044s
47.48/47.57	c #wall_clock_time = 0.044s
47.48/47.57	c #decision = 44
47.48/47.57	c #random_decision = 0
47.48/47.57	c #conflict = 1
47.48/47.57	c #restart = 0
47.48/47.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
47.48/47.57	c lower bound updated to -287
47.48/47.57	c BCD2: 985 <= obj <= 1232
47.48/47.57	c BCD2: #cores=43, #unrelaxed=244, #relaxed=1028, #hardened=0
47.48/47.57	c BCD2: #sat=1 #unsat=986 bias=986/987
47.48/47.57	c Solving starts ...
47.48/47.57	c ============================[ Search Statistics ]============================
47.48/47.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.48/47.57	c       |         |          |          |    Limit     GC | Var      | Constra 
47.48/47.57	c =============================================================================
47.48/47.57	c  0.0s |       0 |        0 |        0 |    46609      0 |      942 |      984
47.58/47.62	c  0.0s |       0 |       44 |        1 |    46609      0 |      942 |      985
47.58/47.62	c #cpu_time = 0.045s
47.58/47.62	c #wall_clock_time = 0.045s
47.58/47.62	c #decision = 44
47.58/47.62	c #random_decision = 0
47.58/47.62	c #conflict = 1
47.58/47.62	c #restart = 0
47.58/47.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
47.58/47.62	c lower bound updated to -286
47.58/47.62	c BCD2: 986 <= obj <= 1232
47.58/47.62	c BCD2: #cores=43, #unrelaxed=243, #relaxed=1029, #hardened=0
47.58/47.62	c BCD2: #sat=1 #unsat=987 bias=987/988
47.58/47.62	c Solving starts ...
47.58/47.62	c ============================[ Search Statistics ]============================
47.58/47.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.58/47.62	c       |         |          |          |    Limit     GC | Var      | Constra 
47.58/47.62	c =============================================================================
47.58/47.62	c  0.0s |       0 |        0 |        0 |    46609      0 |      943 |      985
47.58/47.66	c  0.0s |       0 |       44 |        1 |    46609      0 |      943 |      986
47.58/47.66	c #cpu_time = 0.045s
47.58/47.66	c #wall_clock_time = 0.045s
47.58/47.66	c #decision = 44
47.58/47.66	c #random_decision = 0
47.58/47.66	c #conflict = 1
47.58/47.67	c #restart = 0
47.58/47.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
47.58/47.67	c lower bound updated to -285
47.58/47.67	c BCD2: 987 <= obj <= 1232
47.58/47.67	c BCD2: #cores=43, #unrelaxed=242, #relaxed=1030, #hardened=0
47.58/47.67	c BCD2: #sat=1 #unsat=988 bias=988/989
47.58/47.67	c Solving starts ...
47.58/47.67	c ============================[ Search Statistics ]============================
47.58/47.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.58/47.67	c       |         |          |          |    Limit     GC | Var      | Constra 
47.58/47.67	c =============================================================================
47.58/47.67	c  0.0s |       0 |        0 |        0 |    46609      0 |      944 |      986
47.68/47.71	c  0.0s |       0 |       44 |        1 |    46609      0 |      944 |      987
47.68/47.71	c #cpu_time = 0.046s
47.68/47.71	c #wall_clock_time = 0.046s
47.68/47.71	c #decision = 44
47.68/47.71	c #random_decision = 0
47.68/47.71	c #conflict = 1
47.68/47.71	c #restart = 0
47.68/47.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
47.68/47.71	c lower bound updated to -284
47.68/47.71	c BCD2: 988 <= obj <= 1232
47.68/47.71	c BCD2: #cores=43, #unrelaxed=241, #relaxed=1031, #hardened=0
47.68/47.71	c BCD2: #sat=1 #unsat=989 bias=989/990
47.68/47.71	c Solving starts ...
47.68/47.71	c ============================[ Search Statistics ]============================
47.68/47.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.68/47.71	c       |         |          |          |    Limit     GC | Var      | Constra 
47.68/47.71	c =============================================================================
47.68/47.71	c  0.0s |       0 |        0 |        0 |    46609      0 |      945 |      987
47.68/47.76	c  0.0s |       0 |       44 |        1 |    46609      0 |      945 |      988
47.68/47.76	c #cpu_time = 0.046s
47.68/47.76	c #wall_clock_time = 0.046s
47.68/47.76	c #decision = 44
47.68/47.76	c #random_decision = 0
47.68/47.76	c #conflict = 1
47.68/47.76	c #restart = 0
47.68/47.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
47.68/47.76	c lower bound updated to -283
47.68/47.76	c BCD2: 989 <= obj <= 1232
47.68/47.76	c BCD2: #cores=43, #unrelaxed=240, #relaxed=1032, #hardened=0
47.68/47.76	c BCD2: #sat=1 #unsat=990 bias=990/991
47.68/47.76	c Solving starts ...
47.68/47.76	c ============================[ Search Statistics ]============================
47.68/47.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.68/47.76	c       |         |          |          |    Limit     GC | Var      | Constra 
47.68/47.76	c =============================================================================
47.68/47.76	c  0.0s |       0 |        0 |        0 |    46609      0 |      946 |      988
47.79/47.81	c  0.0s |       0 |       44 |        0 |    46609      0 |      946 |      989
47.79/47.81	c #cpu_time = 0.045s
47.79/47.81	c #wall_clock_time = 0.045s
47.79/47.81	c #decision = 44
47.79/47.81	c #random_decision = 0
47.79/47.81	c #conflict = 0
47.79/47.81	c #restart = 0
47.79/47.81	c BCD2: found a new core of size 2: cost of the new core is >=1
47.79/47.81	c lower bound updated to -282
47.79/47.81	c BCD2: 990 <= obj <= 1232
47.79/47.81	c BCD2: #cores=44, #unrelaxed=238, #relaxed=1034, #hardened=0
47.79/47.81	c BCD2: #sat=1 #unsat=991 bias=991/992
47.79/47.81	c Solving starts ...
47.79/47.81	c ============================[ Search Statistics ]============================
47.79/47.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.79/47.81	c       |         |          |          |    Limit     GC | Var      | Constra 
47.79/47.81	c =============================================================================
47.79/47.81	c  0.0s |       0 |        0 |        0 |    46609      0 |      946 |      990
47.79/47.86	c  0.0s |       0 |       45 |        1 |    46609      0 |      946 |      990
47.79/47.86	c #cpu_time = 0.043s
47.79/47.86	c #wall_clock_time = 0.043s
47.79/47.86	c #decision = 45
47.79/47.86	c #random_decision = 0
47.79/47.86	c #conflict = 1
47.79/47.86	c #restart = 0
47.79/47.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
47.79/47.86	c lower bound updated to -281
47.79/47.86	c BCD2: 991 <= obj <= 1232
47.79/47.86	c BCD2: #cores=44, #unrelaxed=237, #relaxed=1035, #hardened=0
47.79/47.86	c BCD2: #sat=1 #unsat=992 bias=992/993
47.79/47.86	c Solving starts ...
47.79/47.86	c ============================[ Search Statistics ]============================
47.79/47.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.79/47.86	c       |         |          |          |    Limit     GC | Var      | Constra 
47.79/47.86	c =============================================================================
47.79/47.86	c  0.0s |       0 |        0 |        0 |    46609      0 |      947 |      990
47.88/47.90	c  0.0s |       0 |       45 |        1 |    46609      0 |      947 |      991
47.88/47.90	c #cpu_time = 0.045s
47.88/47.90	c #wall_clock_time = 0.045s
47.88/47.90	c #decision = 45
47.88/47.90	c #random_decision = 0
47.88/47.90	c #conflict = 1
47.88/47.90	c #restart = 0
47.88/47.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
47.88/47.90	c lower bound updated to -280
47.88/47.90	c BCD2: 992 <= obj <= 1232
47.88/47.90	c BCD2: #cores=44, #unrelaxed=236, #relaxed=1036, #hardened=0
47.88/47.90	c BCD2: #sat=1 #unsat=993 bias=993/994
47.88/47.91	c Solving starts ...
47.88/47.91	c ============================[ Search Statistics ]============================
47.88/47.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.88/47.91	c       |         |          |          |    Limit     GC | Var      | Constra 
47.88/47.91	c =============================================================================
47.88/47.91	c  0.0s |       0 |        0 |        0 |    46609      0 |      948 |      991
47.88/47.96	c  0.0s |       0 |       45 |        1 |    46609      0 |      948 |      992
47.88/47.96	c #cpu_time = 0.044s
47.88/47.96	c #wall_clock_time = 0.044s
47.88/47.96	c #decision = 45
47.88/47.96	c #random_decision = 0
47.88/47.96	c #conflict = 1
47.88/47.96	c #restart = 0
47.88/47.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
47.88/47.96	c lower bound updated to -279
47.88/47.96	c BCD2: 993 <= obj <= 1232
47.88/47.96	c BCD2: #cores=44, #unrelaxed=235, #relaxed=1037, #hardened=0
47.88/47.96	c BCD2: #sat=1 #unsat=994 bias=994/995
47.88/47.96	c Solving starts ...
47.88/47.96	c ============================[ Search Statistics ]============================
47.88/47.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.88/47.96	c       |         |          |          |    Limit     GC | Var      | Constra 
47.88/47.96	c =============================================================================
47.88/47.96	c  0.0s |       0 |        0 |        0 |    46609      0 |      949 |      992
47.99/48.00	c  0.0s |       0 |       45 |        1 |    46609      0 |      949 |      993
47.99/48.00	c #cpu_time = 0.045s
47.99/48.00	c #wall_clock_time = 0.046s
47.99/48.00	c #decision = 45
47.99/48.00	c #random_decision = 0
47.99/48.00	c #conflict = 1
47.99/48.00	c #restart = 0
47.99/48.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
47.99/48.00	c lower bound updated to -278
47.99/48.00	c BCD2: 994 <= obj <= 1232
47.99/48.00	c BCD2: #cores=44, #unrelaxed=234, #relaxed=1038, #hardened=0
47.99/48.00	c BCD2: #sat=1 #unsat=995 bias=995/996
47.99/48.00	c Solving starts ...
47.99/48.00	c ============================[ Search Statistics ]============================
47.99/48.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.99/48.00	c       |         |          |          |    Limit     GC | Var      | Constra 
47.99/48.00	c =============================================================================
47.99/48.00	c  0.0s |       0 |        0 |        0 |    46609      0 |      950 |      993
47.99/48.05	c  0.0s |       0 |       45 |        1 |    46609      0 |      950 |      994
47.99/48.05	c #cpu_time = 0.047s
47.99/48.05	c #wall_clock_time = 0.047s
47.99/48.05	c #decision = 45
47.99/48.05	c #random_decision = 0
47.99/48.05	c #conflict = 1
47.99/48.05	c #restart = 0
47.99/48.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
47.99/48.05	c lower bound updated to -277
47.99/48.05	c BCD2: 995 <= obj <= 1232
47.99/48.05	c BCD2: #cores=44, #unrelaxed=233, #relaxed=1039, #hardened=0
47.99/48.05	c BCD2: #sat=1 #unsat=996 bias=996/997
47.99/48.05	c Solving starts ...
47.99/48.05	c ============================[ Search Statistics ]============================
47.99/48.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.99/48.05	c       |         |          |          |    Limit     GC | Var      | Constra 
47.99/48.05	c =============================================================================
47.99/48.05	c  0.0s |       0 |        0 |        0 |    46609      0 |      951 |      994
48.08/48.10	c  0.0s |       0 |       45 |        1 |    46609      0 |      951 |      995
48.08/48.10	c #cpu_time = 0.046s
48.08/48.10	c #wall_clock_time = 0.046s
48.08/48.10	c #decision = 45
48.08/48.10	c #random_decision = 0
48.08/48.10	c #conflict = 1
48.08/48.10	c #restart = 0
48.08/48.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
48.08/48.10	c lower bound updated to -276
48.08/48.10	c BCD2: 996 <= obj <= 1232
48.08/48.10	c BCD2: #cores=44, #unrelaxed=232, #relaxed=1040, #hardened=0
48.08/48.10	c BCD2: #sat=1 #unsat=997 bias=997/998
48.08/48.10	c Solving starts ...
48.08/48.10	c ============================[ Search Statistics ]============================
48.08/48.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.08/48.10	c       |         |          |          |    Limit     GC | Var      | Constra 
48.08/48.10	c =============================================================================
48.08/48.10	c  0.0s |       0 |        0 |        0 |    46609      0 |      952 |      995
48.08/48.14	c  0.0s |       0 |       45 |        1 |    46609      0 |      952 |      996
48.08/48.14	c #cpu_time = 0.046s
48.08/48.14	c #wall_clock_time = 0.046s
48.08/48.14	c #decision = 45
48.08/48.14	c #random_decision = 0
48.08/48.14	c #conflict = 1
48.08/48.14	c #restart = 0
48.08/48.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
48.08/48.14	c lower bound updated to -275
48.08/48.15	c BCD2: 997 <= obj <= 1232
48.08/48.15	c BCD2: #cores=44, #unrelaxed=231, #relaxed=1041, #hardened=0
48.08/48.15	c BCD2: #sat=1 #unsat=998 bias=998/999
48.08/48.15	c Solving starts ...
48.08/48.15	c ============================[ Search Statistics ]============================
48.08/48.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.08/48.15	c       |         |          |          |    Limit     GC | Var      | Constra 
48.08/48.15	c =============================================================================
48.08/48.15	c  0.0s |       0 |        0 |        0 |    46609      0 |      953 |      996
48.08/48.19	c  0.0s |       0 |       45 |        1 |    46609      0 |      953 |      997
48.08/48.19	c #cpu_time = 0.045s
48.08/48.19	c #wall_clock_time = 0.045s
48.08/48.19	c #decision = 45
48.08/48.19	c #random_decision = 0
48.08/48.19	c #conflict = 1
48.08/48.19	c #restart = 0
48.08/48.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
48.08/48.19	c lower bound updated to -274
48.08/48.19	c BCD2: 998 <= obj <= 1232
48.08/48.19	c BCD2: #cores=44, #unrelaxed=230, #relaxed=1042, #hardened=0
48.08/48.19	c BCD2: #sat=1 #unsat=999 bias=999/1000
48.08/48.19	c Solving starts ...
48.08/48.19	c ============================[ Search Statistics ]============================
48.08/48.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.08/48.19	c       |         |          |          |    Limit     GC | Var      | Constra 
48.08/48.19	c =============================================================================
48.08/48.19	c  0.0s |       0 |        0 |        0 |    46609      0 |      954 |      997
48.18/48.24	c  0.0s |       0 |       45 |        1 |    46609      0 |      954 |      998
48.18/48.24	c #cpu_time = 0.045s
48.18/48.24	c #wall_clock_time = 0.045s
48.18/48.24	c #decision = 45
48.18/48.24	c #random_decision = 0
48.18/48.24	c #conflict = 1
48.18/48.24	c #restart = 0
48.18/48.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
48.18/48.24	c lower bound updated to -273
48.18/48.24	c BCD2: 999 <= obj <= 1232
48.18/48.24	c BCD2: #cores=44, #unrelaxed=229, #relaxed=1043, #hardened=0
48.18/48.24	c BCD2: #sat=1 #unsat=1000 bias=1000/1001
48.18/48.24	c Solving starts ...
48.18/48.24	c ============================[ Search Statistics ]============================
48.18/48.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.18/48.24	c       |         |          |          |    Limit     GC | Var      | Constra 
48.18/48.24	c =============================================================================
48.18/48.24	c  0.0s |       0 |        0 |        0 |    46609      0 |      955 |      998
48.18/48.28	c  0.0s |       0 |       45 |        1 |    46609      0 |      955 |      999
48.18/48.28	c #cpu_time = 0.045s
48.18/48.28	c #wall_clock_time = 0.045s
48.18/48.28	c #decision = 45
48.18/48.28	c #random_decision = 0
48.18/48.28	c #conflict = 1
48.18/48.28	c #restart = 0
48.18/48.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
48.18/48.28	c lower bound updated to -272
48.18/48.28	c BCD2: 1000 <= obj <= 1232
48.18/48.28	c BCD2: #cores=44, #unrelaxed=228, #relaxed=1044, #hardened=0
48.18/48.28	c BCD2: #sat=1 #unsat=1001 bias=1001/1002
48.18/48.28	c Solving starts ...
48.18/48.28	c ============================[ Search Statistics ]============================
48.18/48.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.18/48.28	c       |         |          |          |    Limit     GC | Var      | Constra 
48.18/48.28	c =============================================================================
48.18/48.29	c  0.0s |       0 |        0 |        0 |    46609      0 |      956 |      999
48.28/48.33	c  0.0s |       0 |       45 |        1 |    46609      0 |      956 |     1000
48.28/48.33	c #cpu_time = 0.044s
48.28/48.33	c #wall_clock_time = 0.044s
48.28/48.33	c #decision = 45
48.28/48.33	c #random_decision = 0
48.28/48.33	c #conflict = 1
48.28/48.33	c #restart = 0
48.28/48.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
48.28/48.33	c lower bound updated to -271
48.28/48.33	c BCD2: 1001 <= obj <= 1232
48.28/48.33	c BCD2: #cores=44, #unrelaxed=227, #relaxed=1045, #hardened=0
48.28/48.33	c BCD2: #sat=1 #unsat=1002 bias=1002/1003
48.28/48.34	c Solving starts ...
48.28/48.34	c ============================[ Search Statistics ]============================
48.28/48.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.28/48.34	c       |         |          |          |    Limit     GC | Var      | Constra 
48.28/48.34	c =============================================================================
48.28/48.34	c  0.0s |       0 |        0 |        0 |    46609      0 |      957 |     1000
48.28/48.38	c  0.0s |       0 |       45 |        1 |    46609      0 |      957 |     1001
48.28/48.38	c #cpu_time = 0.046s
48.28/48.38	c #wall_clock_time = 0.046s
48.28/48.38	c #decision = 45
48.28/48.38	c #random_decision = 0
48.28/48.38	c #conflict = 1
48.28/48.38	c #restart = 0
48.28/48.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
48.28/48.38	c lower bound updated to -270
48.28/48.38	c BCD2: 1002 <= obj <= 1232
48.28/48.38	c BCD2: #cores=44, #unrelaxed=226, #relaxed=1046, #hardened=0
48.28/48.38	c BCD2: #sat=1 #unsat=1003 bias=1003/1004
48.28/48.38	c Solving starts ...
48.28/48.38	c ============================[ Search Statistics ]============================
48.28/48.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.28/48.38	c       |         |          |          |    Limit     GC | Var      | Constra 
48.28/48.38	c =============================================================================
48.28/48.38	c  0.0s |       0 |        0 |        0 |    46609      0 |      958 |     1001
48.39/48.43	c  0.0s |       0 |       45 |        1 |    46609      0 |      958 |     1002
48.39/48.43	c #cpu_time = 0.045s
48.39/48.43	c #wall_clock_time = 0.045s
48.39/48.43	c #decision = 45
48.39/48.43	c #random_decision = 0
48.39/48.43	c #conflict = 1
48.39/48.43	c #restart = 0
48.39/48.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
48.39/48.43	c lower bound updated to -269
48.39/48.43	c BCD2: 1003 <= obj <= 1232
48.39/48.43	c BCD2: #cores=44, #unrelaxed=225, #relaxed=1047, #hardened=0
48.39/48.43	c BCD2: #sat=1 #unsat=1004 bias=1004/1005
48.39/48.43	c Solving starts ...
48.39/48.43	c ============================[ Search Statistics ]============================
48.39/48.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.39/48.43	c       |         |          |          |    Limit     GC | Var      | Constra 
48.39/48.43	c =============================================================================
48.39/48.43	c  0.0s |       0 |        0 |        0 |    46609      0 |      959 |     1002
48.39/48.48	c  0.0s |       0 |       45 |        1 |    46609      0 |      959 |     1003
48.39/48.48	c #cpu_time = 0.047s
48.39/48.48	c #wall_clock_time = 0.047s
48.39/48.48	c #decision = 45
48.39/48.48	c #random_decision = 0
48.39/48.48	c #conflict = 1
48.39/48.48	c #restart = 0
48.39/48.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
48.39/48.48	c lower bound updated to -268
48.39/48.48	c BCD2: 1004 <= obj <= 1232
48.39/48.48	c BCD2: #cores=44, #unrelaxed=224, #relaxed=1048, #hardened=0
48.39/48.48	c BCD2: #sat=1 #unsat=1005 bias=1005/1006
48.39/48.48	c Solving starts ...
48.39/48.48	c ============================[ Search Statistics ]============================
48.39/48.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.39/48.48	c       |         |          |          |    Limit     GC | Var      | Constra 
48.39/48.48	c =============================================================================
48.39/48.48	c  0.0s |       0 |        0 |        0 |    46609      0 |      960 |     1003
48.49/48.52	c  0.0s |       0 |       45 |        1 |    46609      0 |      960 |     1004
48.49/48.52	c #cpu_time = 0.046s
48.49/48.52	c #wall_clock_time = 0.046s
48.49/48.52	c #decision = 45
48.49/48.52	c #random_decision = 0
48.49/48.52	c #conflict = 1
48.49/48.52	c #restart = 0
48.49/48.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
48.49/48.52	c lower bound updated to -267
48.49/48.52	c BCD2: 1005 <= obj <= 1232
48.49/48.52	c BCD2: #cores=44, #unrelaxed=223, #relaxed=1049, #hardened=0
48.49/48.52	c BCD2: #sat=1 #unsat=1006 bias=1006/1007
48.49/48.52	c Solving starts ...
48.49/48.52	c ============================[ Search Statistics ]============================
48.49/48.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.49/48.52	c       |         |          |          |    Limit     GC | Var      | Constra 
48.49/48.52	c =============================================================================
48.49/48.52	c  0.0s |       0 |        0 |        0 |    46609      0 |      961 |     1004
48.49/48.57	c  0.0s |       0 |       45 |        1 |    46609      0 |      961 |     1005
48.49/48.57	c #cpu_time = 0.046s
48.49/48.57	c #wall_clock_time = 0.046s
48.49/48.57	c #decision = 45
48.49/48.57	c #random_decision = 0
48.49/48.57	c #conflict = 1
48.49/48.57	c #restart = 0
48.49/48.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
48.49/48.57	c lower bound updated to -266
48.49/48.57	c BCD2: 1006 <= obj <= 1232
48.49/48.57	c BCD2: #cores=44, #unrelaxed=222, #relaxed=1050, #hardened=0
48.49/48.57	c BCD2: #sat=1 #unsat=1007 bias=1007/1008
48.49/48.57	c Solving starts ...
48.49/48.57	c ============================[ Search Statistics ]============================
48.49/48.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.49/48.57	c       |         |          |          |    Limit     GC | Var      | Constra 
48.49/48.57	c =============================================================================
48.49/48.57	c  0.0s |       0 |        0 |        0 |    46609      0 |      962 |     1005
48.58/48.62	c  0.0s |       0 |       45 |        1 |    46609      0 |      962 |     1006
48.58/48.62	c #cpu_time = 0.045s
48.58/48.62	c #wall_clock_time = 0.046s
48.58/48.62	c #decision = 45
48.58/48.62	c #random_decision = 0
48.58/48.62	c #conflict = 1
48.58/48.62	c #restart = 0
48.58/48.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
48.58/48.62	c lower bound updated to -265
48.58/48.62	c BCD2: 1007 <= obj <= 1232
48.58/48.62	c BCD2: #cores=44, #unrelaxed=221, #relaxed=1051, #hardened=0
48.58/48.62	c BCD2: #sat=1 #unsat=1008 bias=1008/1009
48.58/48.62	c Solving starts ...
48.58/48.62	c ============================[ Search Statistics ]============================
48.58/48.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.58/48.62	c       |         |          |          |    Limit     GC | Var      | Constra 
48.58/48.62	c =============================================================================
48.58/48.62	c  0.0s |       0 |        0 |        0 |    46609      0 |      963 |     1006
48.58/48.66	c  0.0s |       0 |       45 |        1 |    46609      0 |      963 |     1007
48.58/48.66	c #cpu_time = 0.045s
48.58/48.66	c #wall_clock_time = 0.045s
48.58/48.66	c #decision = 45
48.58/48.66	c #random_decision = 0
48.58/48.66	c #conflict = 1
48.58/48.66	c #restart = 0
48.58/48.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
48.58/48.66	c lower bound updated to -264
48.58/48.66	c BCD2: 1008 <= obj <= 1232
48.58/48.66	c BCD2: #cores=44, #unrelaxed=220, #relaxed=1052, #hardened=0
48.58/48.66	c BCD2: #sat=1 #unsat=1009 bias=1009/1010
48.58/48.66	c Solving starts ...
48.58/48.66	c ============================[ Search Statistics ]============================
48.58/48.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.58/48.66	c       |         |          |          |    Limit     GC | Var      | Constra 
48.58/48.66	c =============================================================================
48.58/48.67	c  0.0s |       0 |        0 |        0 |    46609      0 |      964 |     1007
48.68/48.71	c  0.0s |       0 |       45 |        1 |    46609      0 |      964 |     1008
48.68/48.71	c #cpu_time = 0.044s
48.68/48.71	c #wall_clock_time = 0.044s
48.68/48.71	c #decision = 45
48.68/48.71	c #random_decision = 0
48.68/48.71	c #conflict = 1
48.68/48.71	c #restart = 0
48.68/48.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
48.68/48.71	c lower bound updated to -263
48.68/48.71	c BCD2: 1009 <= obj <= 1232
48.68/48.71	c BCD2: #cores=44, #unrelaxed=219, #relaxed=1053, #hardened=0
48.68/48.71	c BCD2: #sat=1 #unsat=1010 bias=1010/1011
48.68/48.71	c Solving starts ...
48.68/48.71	c ============================[ Search Statistics ]============================
48.68/48.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.68/48.71	c       |         |          |          |    Limit     GC | Var      | Constra 
48.68/48.71	c =============================================================================
48.68/48.71	c  0.0s |       0 |        0 |        0 |    46609      0 |      965 |     1008
48.68/48.76	c  0.0s |       0 |       45 |        1 |    46609      0 |      965 |     1009
48.68/48.76	c #cpu_time = 0.046s
48.68/48.76	c #wall_clock_time = 0.046s
48.68/48.76	c #decision = 45
48.68/48.76	c #random_decision = 0
48.68/48.76	c #conflict = 1
48.68/48.76	c #restart = 0
48.68/48.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
48.68/48.76	c lower bound updated to -262
48.68/48.76	c BCD2: 1010 <= obj <= 1232
48.68/48.76	c BCD2: #cores=44, #unrelaxed=218, #relaxed=1054, #hardened=0
48.68/48.76	c BCD2: #sat=1 #unsat=1011 bias=1011/1012
48.68/48.76	c Solving starts ...
48.68/48.76	c ============================[ Search Statistics ]============================
48.68/48.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.68/48.76	c       |         |          |          |    Limit     GC | Var      | Constra 
48.68/48.76	c =============================================================================
48.68/48.76	c  0.0s |       0 |        0 |        0 |    46609      0 |      966 |     1009
48.78/48.81	c  0.0s |       0 |       45 |        1 |    46609      0 |      966 |     1010
48.78/48.81	c #cpu_time = 0.045s
48.78/48.81	c #wall_clock_time = 0.046s
48.78/48.81	c #decision = 45
48.78/48.81	c #random_decision = 0
48.78/48.81	c #conflict = 1
48.78/48.81	c #restart = 0
48.78/48.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
48.78/48.81	c lower bound updated to -261
48.78/48.81	c BCD2: 1011 <= obj <= 1232
48.78/48.81	c BCD2: #cores=44, #unrelaxed=217, #relaxed=1055, #hardened=0
48.78/48.81	c BCD2: #sat=1 #unsat=1012 bias=1012/1013
48.78/48.81	c Solving starts ...
48.78/48.81	c ============================[ Search Statistics ]============================
48.78/48.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.78/48.81	c       |         |          |          |    Limit     GC | Var      | Constra 
48.78/48.81	c =============================================================================
48.78/48.81	c  0.0s |       0 |        0 |        0 |    46609      0 |      967 |     1010
48.78/48.85	c  0.0s |       0 |       45 |        1 |    46609      0 |      967 |     1011
48.78/48.85	c #cpu_time = 0.046s
48.78/48.85	c #wall_clock_time = 0.046s
48.78/48.85	c #decision = 45
48.78/48.85	c #random_decision = 0
48.78/48.85	c #conflict = 1
48.78/48.85	c #restart = 0
48.78/48.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
48.78/48.85	c lower bound updated to -260
48.78/48.85	c BCD2: 1012 <= obj <= 1232
48.78/48.85	c BCD2: #cores=44, #unrelaxed=216, #relaxed=1056, #hardened=0
48.78/48.85	c BCD2: #sat=1 #unsat=1013 bias=1013/1014
48.78/48.86	c Solving starts ...
48.78/48.86	c ============================[ Search Statistics ]============================
48.78/48.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.78/48.86	c       |         |          |          |    Limit     GC | Var      | Constra 
48.78/48.86	c =============================================================================
48.78/48.86	c  0.0s |       0 |        0 |        0 |    46609      0 |      968 |     1011
48.88/48.90	c  0.0s |       0 |       45 |        0 |    46609      0 |      968 |     1012
48.88/48.90	c #cpu_time = 0.046s
48.88/48.90	c #wall_clock_time = 0.046s
48.88/48.90	c #decision = 45
48.88/48.90	c #random_decision = 0
48.88/48.90	c #conflict = 0
48.88/48.90	c #restart = 0
48.88/48.90	c BCD2: found a new core of size 2: cost of the new core is >=1
48.88/48.90	c lower bound updated to -259
48.88/48.91	c BCD2: 1013 <= obj <= 1232
48.88/48.91	c BCD2: #cores=45, #unrelaxed=214, #relaxed=1058, #hardened=0
48.88/48.91	c BCD2: #sat=1 #unsat=1014 bias=1014/1015
48.88/48.91	c Solving starts ...
48.88/48.91	c ============================[ Search Statistics ]============================
48.88/48.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.88/48.91	c       |         |          |          |    Limit     GC | Var      | Constra 
48.88/48.91	c =============================================================================
48.88/48.91	c  0.0s |       0 |        0 |        0 |    46609      0 |      968 |     1013
48.88/48.95	c  0.0s |       0 |       46 |        1 |    46609      0 |      968 |     1013
48.88/48.95	c #cpu_time = 0.043s
48.88/48.95	c #wall_clock_time = 0.043s
48.88/48.95	c #decision = 46
48.88/48.95	c #random_decision = 0
48.88/48.95	c #conflict = 1
48.88/48.95	c #restart = 0
48.88/48.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
48.88/48.95	c lower bound updated to -258
48.88/48.95	c BCD2: 1014 <= obj <= 1232
48.88/48.95	c BCD2: #cores=45, #unrelaxed=213, #relaxed=1059, #hardened=0
48.88/48.95	c BCD2: #sat=1 #unsat=1015 bias=1015/1016
48.88/48.95	c Solving starts ...
48.88/48.95	c ============================[ Search Statistics ]============================
48.88/48.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.88/48.95	c       |         |          |          |    Limit     GC | Var      | Constra 
48.88/48.95	c =============================================================================
48.88/48.95	c  0.0s |       0 |        0 |        0 |    46609      0 |      969 |     1013
48.98/49.00	c  0.0s |       0 |       46 |        1 |    46609      0 |      969 |     1014
48.98/49.00	c #cpu_time = 0.045s
48.98/49.00	c #wall_clock_time = 0.045s
48.98/49.00	c #decision = 46
48.98/49.00	c #random_decision = 0
48.98/49.00	c #conflict = 1
48.98/49.00	c #restart = 0
48.98/49.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
48.98/49.00	c lower bound updated to -257
48.98/49.00	c BCD2: 1015 <= obj <= 1232
48.98/49.00	c BCD2: #cores=45, #unrelaxed=212, #relaxed=1060, #hardened=0
48.98/49.00	c BCD2: #sat=1 #unsat=1016 bias=1016/1017
48.98/49.00	c Solving starts ...
48.98/49.00	c ============================[ Search Statistics ]============================
48.98/49.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.98/49.00	c       |         |          |          |    Limit     GC | Var      | Constra 
48.98/49.00	c =============================================================================
48.98/49.00	c  0.0s |       0 |        0 |        0 |    46609      0 |      970 |     1014
48.98/49.05	c  0.0s |       0 |       46 |        1 |    46609      0 |      970 |     1015
48.98/49.05	c #cpu_time = 0.045s
48.98/49.05	c #wall_clock_time = 0.045s
48.98/49.05	c #decision = 46
48.98/49.05	c #random_decision = 0
48.98/49.05	c #conflict = 1
48.98/49.05	c #restart = 0
48.98/49.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
48.98/49.05	c lower bound updated to -256
48.98/49.05	c BCD2: 1016 <= obj <= 1232
48.98/49.05	c BCD2: #cores=45, #unrelaxed=211, #relaxed=1061, #hardened=0
48.98/49.05	c BCD2: #sat=1 #unsat=1017 bias=1017/1018
48.98/49.05	c Solving starts ...
48.98/49.05	c ============================[ Search Statistics ]============================
48.98/49.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.98/49.05	c       |         |          |          |    Limit     GC | Var      | Constra 
48.98/49.05	c =============================================================================
48.98/49.05	c  0.0s |       0 |        0 |        0 |    46609      0 |      971 |     1015
49.08/49.10	c  0.0s |       0 |       46 |        1 |    46609      0 |      971 |     1016
49.08/49.10	c #cpu_time = 0.044s
49.08/49.10	c #wall_clock_time = 0.044s
49.08/49.10	c #decision = 46
49.08/49.10	c #random_decision = 0
49.08/49.10	c #conflict = 1
49.08/49.10	c #restart = 0
49.08/49.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
49.08/49.10	c lower bound updated to -255
49.08/49.10	c BCD2: 1017 <= obj <= 1232
49.08/49.10	c BCD2: #cores=45, #unrelaxed=210, #relaxed=1062, #hardened=0
49.08/49.10	c BCD2: #sat=1 #unsat=1018 bias=1018/1019
49.08/49.10	c Solving starts ...
49.08/49.10	c ============================[ Search Statistics ]============================
49.08/49.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.08/49.10	c       |         |          |          |    Limit     GC | Var      | Constra 
49.08/49.10	c =============================================================================
49.08/49.10	c  0.0s |       0 |        0 |        0 |    46609      0 |      972 |     1016
49.08/49.14	c  0.0s |       0 |       46 |        1 |    46609      0 |      972 |     1017
49.08/49.14	c #cpu_time = 0.045s
49.08/49.14	c #wall_clock_time = 0.046s
49.08/49.14	c #decision = 46
49.08/49.14	c #random_decision = 0
49.08/49.14	c #conflict = 1
49.08/49.14	c #restart = 0
49.08/49.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
49.08/49.14	c lower bound updated to -254
49.08/49.14	c BCD2: 1018 <= obj <= 1232
49.08/49.14	c BCD2: #cores=45, #unrelaxed=209, #relaxed=1063, #hardened=0
49.08/49.14	c BCD2: #sat=1 #unsat=1019 bias=1019/1020
49.08/49.14	c Solving starts ...
49.08/49.14	c ============================[ Search Statistics ]============================
49.08/49.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.08/49.14	c       |         |          |          |    Limit     GC | Var      | Constra 
49.08/49.14	c =============================================================================
49.08/49.14	c  0.0s |       0 |        0 |        0 |    46609      0 |      973 |     1017
49.08/49.19	c  0.0s |       0 |       46 |        1 |    46609      0 |      973 |     1018
49.08/49.19	c #cpu_time = 0.046s
49.08/49.19	c #wall_clock_time = 0.046s
49.08/49.19	c #decision = 46
49.08/49.19	c #random_decision = 0
49.08/49.19	c #conflict = 1
49.08/49.19	c #restart = 0
49.08/49.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
49.08/49.19	c lower bound updated to -253
49.08/49.19	c BCD2: 1019 <= obj <= 1232
49.08/49.19	c BCD2: #cores=45, #unrelaxed=208, #relaxed=1064, #hardened=0
49.08/49.19	c BCD2: #sat=1 #unsat=1020 bias=1020/1021
49.08/49.19	c Solving starts ...
49.08/49.19	c ============================[ Search Statistics ]============================
49.08/49.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.08/49.19	c       |         |          |          |    Limit     GC | Var      | Constra 
49.08/49.19	c =============================================================================
49.08/49.19	c  0.0s |       0 |        0 |        0 |    46609      0 |      974 |     1018
49.18/49.24	c  0.0s |       0 |       46 |        1 |    46609      0 |      974 |     1019
49.18/49.24	c #cpu_time = 0.047s
49.18/49.24	c #wall_clock_time = 0.047s
49.18/49.24	c #decision = 46
49.18/49.24	c #random_decision = 0
49.18/49.24	c #conflict = 1
49.18/49.24	c #restart = 0
49.18/49.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
49.18/49.24	c lower bound updated to -252
49.18/49.24	c BCD2: 1020 <= obj <= 1232
49.18/49.24	c BCD2: #cores=45, #unrelaxed=207, #relaxed=1065, #hardened=0
49.18/49.24	c BCD2: #sat=1 #unsat=1021 bias=1021/1022
49.18/49.24	c Solving starts ...
49.18/49.24	c ============================[ Search Statistics ]============================
49.18/49.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.18/49.24	c       |         |          |          |    Limit     GC | Var      | Constra 
49.18/49.24	c =============================================================================
49.18/49.24	c  0.0s |       0 |        0 |        0 |    46609      0 |      975 |     1019
49.18/49.29	c  0.0s |       0 |       46 |        1 |    46609      0 |      975 |     1020
49.18/49.29	c #cpu_time = 0.046s
49.18/49.29	c #wall_clock_time = 0.046s
49.18/49.29	c #decision = 46
49.18/49.29	c #random_decision = 0
49.18/49.29	c #conflict = 1
49.18/49.29	c #restart = 0
49.18/49.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
49.18/49.29	c lower bound updated to -251
49.18/49.29	c BCD2: 1021 <= obj <= 1232
49.18/49.29	c BCD2: #cores=45, #unrelaxed=206, #relaxed=1066, #hardened=0
49.18/49.29	c BCD2: #sat=1 #unsat=1022 bias=1022/1023
49.18/49.29	c Solving starts ...
49.18/49.29	c ============================[ Search Statistics ]============================
49.18/49.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.18/49.29	c       |         |          |          |    Limit     GC | Var      | Constra 
49.18/49.29	c =============================================================================
49.18/49.29	c  0.0s |       0 |        0 |        0 |    46609      0 |      976 |     1020
49.28/49.33	c  0.0s |       0 |       46 |        1 |    46609      0 |      976 |     1021
49.28/49.33	c #cpu_time = 0.046s
49.28/49.33	c #wall_clock_time = 0.046s
49.28/49.33	c #decision = 46
49.28/49.33	c #random_decision = 0
49.28/49.33	c #conflict = 1
49.28/49.33	c #restart = 0
49.28/49.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
49.28/49.33	c lower bound updated to -250
49.28/49.33	c BCD2: 1022 <= obj <= 1232
49.28/49.33	c BCD2: #cores=45, #unrelaxed=205, #relaxed=1067, #hardened=0
49.28/49.33	c BCD2: #sat=1 #unsat=1023 bias=1023/1024
49.28/49.33	c Solving starts ...
49.28/49.33	c ============================[ Search Statistics ]============================
49.28/49.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.28/49.33	c       |         |          |          |    Limit     GC | Var      | Constra 
49.28/49.33	c =============================================================================
49.28/49.33	c  0.0s |       0 |        0 |        0 |    46609      0 |      977 |     1021
49.28/49.38	c  0.0s |       0 |       46 |        1 |    46609      0 |      977 |     1022
49.28/49.38	c #cpu_time = 0.045s
49.28/49.38	c #wall_clock_time = 0.045s
49.28/49.38	c #decision = 46
49.28/49.38	c #random_decision = 0
49.28/49.38	c #conflict = 1
49.28/49.38	c #restart = 0
49.28/49.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
49.28/49.38	c lower bound updated to -249
49.28/49.38	c BCD2: 1023 <= obj <= 1232
49.28/49.38	c BCD2: #cores=45, #unrelaxed=204, #relaxed=1068, #hardened=0
49.28/49.38	c BCD2: #sat=1 #unsat=1024 bias=1024/1025
49.28/49.38	c Solving starts ...
49.28/49.38	c ============================[ Search Statistics ]============================
49.28/49.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.28/49.38	c       |         |          |          |    Limit     GC | Var      | Constra 
49.28/49.38	c =============================================================================
49.28/49.38	c  0.0s |       0 |        0 |        0 |    46609      0 |      978 |     1022
49.38/49.43	c  0.0s |       0 |       46 |        1 |    46609      0 |      978 |     1023
49.38/49.43	c #cpu_time = 0.045s
49.38/49.43	c #wall_clock_time = 0.045s
49.38/49.43	c #decision = 46
49.38/49.43	c #random_decision = 0
49.38/49.43	c #conflict = 1
49.38/49.43	c #restart = 0
49.38/49.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
49.38/49.43	c lower bound updated to -248
49.38/49.43	c BCD2: 1024 <= obj <= 1232
49.38/49.43	c BCD2: #cores=45, #unrelaxed=203, #relaxed=1069, #hardened=0
49.38/49.43	c BCD2: #sat=1 #unsat=1025 bias=1025/1026
49.38/49.43	c Solving starts ...
49.38/49.43	c ============================[ Search Statistics ]============================
49.38/49.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.38/49.43	c       |         |          |          |    Limit     GC | Var      | Constra 
49.38/49.43	c =============================================================================
49.38/49.43	c  0.0s |       0 |        0 |        0 |    46609      0 |      979 |     1023
49.38/49.48	c  0.0s |       0 |       46 |        1 |    46609      0 |      979 |     1024
49.38/49.48	c #cpu_time = 0.044s
49.38/49.48	c #wall_clock_time = 0.044s
49.38/49.48	c #decision = 46
49.38/49.48	c #random_decision = 0
49.38/49.48	c #conflict = 1
49.38/49.48	c #restart = 0
49.38/49.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
49.38/49.48	c lower bound updated to -247
49.38/49.48	c BCD2: 1025 <= obj <= 1232
49.38/49.48	c BCD2: #cores=45, #unrelaxed=202, #relaxed=1070, #hardened=0
49.38/49.48	c BCD2: #sat=1 #unsat=1026 bias=1026/1027
49.38/49.48	c Solving starts ...
49.38/49.48	c ============================[ Search Statistics ]============================
49.38/49.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.38/49.48	c       |         |          |          |    Limit     GC | Var      | Constra 
49.38/49.48	c =============================================================================
49.38/49.48	c  0.0s |       0 |        0 |        0 |    46609      0 |      980 |     1024
49.48/49.52	c  0.0s |       0 |       46 |        1 |    46609      0 |      980 |     1025
49.48/49.52	c #cpu_time = 0.045s
49.48/49.52	c #wall_clock_time = 0.046s
49.48/49.52	c #decision = 46
49.48/49.52	c #random_decision = 0
49.48/49.52	c #conflict = 1
49.48/49.52	c #restart = 0
49.48/49.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
49.48/49.52	c lower bound updated to -246
49.48/49.52	c BCD2: 1026 <= obj <= 1232
49.48/49.52	c BCD2: #cores=45, #unrelaxed=201, #relaxed=1071, #hardened=0
49.48/49.52	c BCD2: #sat=1 #unsat=1027 bias=1027/1028
49.48/49.52	c Solving starts ...
49.48/49.52	c ============================[ Search Statistics ]============================
49.48/49.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.48/49.52	c       |         |          |          |    Limit     GC | Var      | Constra 
49.48/49.52	c =============================================================================
49.48/49.52	c  0.0s |       0 |        0 |        0 |    46609      0 |      981 |     1025
49.48/49.57	c  0.0s |       0 |       46 |        1 |    46609      0 |      981 |     1026
49.48/49.57	c #cpu_time = 0.046s
49.48/49.57	c #wall_clock_time = 0.046s
49.48/49.57	c #decision = 46
49.48/49.57	c #random_decision = 0
49.48/49.57	c #conflict = 1
49.48/49.57	c #restart = 0
49.48/49.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
49.48/49.57	c lower bound updated to -245
49.48/49.57	c BCD2: 1027 <= obj <= 1232
49.48/49.57	c BCD2: #cores=45, #unrelaxed=200, #relaxed=1072, #hardened=0
49.48/49.57	c BCD2: #sat=1 #unsat=1028 bias=1028/1029
49.48/49.57	c Solving starts ...
49.48/49.57	c ============================[ Search Statistics ]============================
49.48/49.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.48/49.57	c       |         |          |          |    Limit     GC | Var      | Constra 
49.48/49.57	c =============================================================================
49.48/49.57	c  0.0s |       0 |        0 |        0 |    46609      0 |      982 |     1026
49.59/49.62	c  0.0s |       0 |       46 |        1 |    46609      0 |      982 |     1027
49.59/49.62	c #cpu_time = 0.046s
49.59/49.62	c #wall_clock_time = 0.047s
49.59/49.62	c #decision = 46
49.59/49.62	c #random_decision = 0
49.59/49.62	c #conflict = 1
49.59/49.62	c #restart = 0
49.59/49.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
49.59/49.62	c lower bound updated to -244
49.59/49.62	c BCD2: 1028 <= obj <= 1232
49.59/49.62	c BCD2: #cores=45, #unrelaxed=199, #relaxed=1073, #hardened=0
49.59/49.62	c BCD2: #sat=1 #unsat=1029 bias=1029/1030
49.59/49.62	c Solving starts ...
49.59/49.62	c ============================[ Search Statistics ]============================
49.59/49.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.59/49.62	c       |         |          |          |    Limit     GC | Var      | Constra 
49.59/49.62	c =============================================================================
49.59/49.62	c  0.0s |       0 |        0 |        0 |    46609      0 |      983 |     1027
49.59/49.67	c  0.0s |       0 |       46 |        1 |    46609      0 |      983 |     1028
49.59/49.67	c #cpu_time = 0.046s
49.59/49.67	c #wall_clock_time = 0.046s
49.59/49.67	c #decision = 46
49.59/49.67	c #random_decision = 0
49.59/49.67	c #conflict = 1
49.59/49.67	c #restart = 0
49.59/49.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
49.59/49.67	c lower bound updated to -243
49.59/49.67	c BCD2: 1029 <= obj <= 1232
49.59/49.67	c BCD2: #cores=45, #unrelaxed=198, #relaxed=1074, #hardened=0
49.59/49.67	c BCD2: #sat=1 #unsat=1030 bias=1030/1031
49.59/49.67	c Solving starts ...
49.59/49.67	c ============================[ Search Statistics ]============================
49.59/49.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.59/49.67	c       |         |          |          |    Limit     GC | Var      | Constra 
49.59/49.67	c =============================================================================
49.59/49.67	c  0.0s |       0 |        0 |        0 |    46609      0 |      984 |     1028
49.68/49.71	c  0.0s |       0 |       46 |        1 |    46609      0 |      984 |     1029
49.68/49.71	c #cpu_time = 0.045s
49.68/49.71	c #wall_clock_time = 0.045s
49.68/49.71	c #decision = 46
49.68/49.71	c #random_decision = 0
49.68/49.71	c #conflict = 1
49.68/49.71	c #restart = 0
49.68/49.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
49.68/49.71	c lower bound updated to -242
49.68/49.71	c BCD2: 1030 <= obj <= 1232
49.68/49.71	c BCD2: #cores=45, #unrelaxed=197, #relaxed=1075, #hardened=0
49.68/49.71	c BCD2: #sat=1 #unsat=1031 bias=1031/1032
49.68/49.71	c Solving starts ...
49.68/49.71	c ============================[ Search Statistics ]============================
49.68/49.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.68/49.71	c       |         |          |          |    Limit     GC | Var      | Constra 
49.68/49.71	c =============================================================================
49.68/49.71	c  0.0s |       0 |        0 |        0 |    46609      0 |      985 |     1029
49.68/49.76	c  0.0s |       0 |       46 |        1 |    46609      0 |      985 |     1030
49.68/49.76	c #cpu_time = 0.045s
49.68/49.76	c #wall_clock_time = 0.045s
49.68/49.76	c #decision = 46
49.68/49.76	c #random_decision = 0
49.68/49.76	c #conflict = 1
49.68/49.76	c #restart = 0
49.68/49.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
49.68/49.76	c lower bound updated to -241
49.68/49.76	c BCD2: 1031 <= obj <= 1232
49.68/49.76	c BCD2: #cores=45, #unrelaxed=196, #relaxed=1076, #hardened=0
49.68/49.76	c BCD2: #sat=1 #unsat=1032 bias=1032/1033
49.68/49.76	c Solving starts ...
49.68/49.76	c ============================[ Search Statistics ]============================
49.68/49.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.68/49.76	c       |         |          |          |    Limit     GC | Var      | Constra 
49.68/49.76	c =============================================================================
49.68/49.76	c  0.0s |       0 |        0 |        0 |    46609      0 |      986 |     1030
49.78/49.81	c  0.0s |       0 |       46 |        1 |    46609      0 |      986 |     1031
49.78/49.81	c #cpu_time = 0.045s
49.78/49.81	c #wall_clock_time = 0.045s
49.78/49.81	c #decision = 46
49.78/49.81	c #random_decision = 0
49.78/49.81	c #conflict = 1
49.78/49.81	c #restart = 0
49.78/49.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
49.78/49.81	c lower bound updated to -240
49.78/49.81	c BCD2: 1032 <= obj <= 1232
49.78/49.81	c BCD2: #cores=45, #unrelaxed=195, #relaxed=1077, #hardened=0
49.78/49.81	c BCD2: #sat=1 #unsat=1033 bias=1033/1034
49.78/49.81	c Solving starts ...
49.78/49.81	c ============================[ Search Statistics ]============================
49.78/49.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.78/49.81	c       |         |          |          |    Limit     GC | Var      | Constra 
49.78/49.81	c =============================================================================
49.78/49.81	c  0.0s |       0 |        0 |        0 |    46609      0 |      987 |     1031
49.78/49.86	c  0.0s |       0 |       46 |        1 |    46609      0 |      987 |     1032
49.78/49.86	c #cpu_time = 0.044s
49.78/49.86	c #wall_clock_time = 0.044s
49.78/49.86	c #decision = 46
49.78/49.86	c #random_decision = 0
49.78/49.86	c #conflict = 1
49.78/49.86	c #restart = 0
49.78/49.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
49.78/49.86	c lower bound updated to -239
49.78/49.86	c BCD2: 1033 <= obj <= 1232
49.78/49.86	c BCD2: #cores=45, #unrelaxed=194, #relaxed=1078, #hardened=0
49.78/49.86	c BCD2: #sat=1 #unsat=1034 bias=1034/1035
49.78/49.86	c Solving starts ...
49.78/49.86	c ============================[ Search Statistics ]============================
49.78/49.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.78/49.86	c       |         |          |          |    Limit     GC | Var      | Constra 
49.78/49.86	c =============================================================================
49.78/49.86	c  0.0s |       0 |        0 |        0 |    46609      0 |      988 |     1032
49.88/49.90	c  0.0s |       0 |       46 |        1 |    46609      0 |      988 |     1033
49.88/49.90	c #cpu_time = 0.045s
49.88/49.90	c #wall_clock_time = 0.045s
49.88/49.90	c #decision = 46
49.88/49.90	c #random_decision = 0
49.88/49.90	c #conflict = 1
49.88/49.90	c #restart = 0
49.88/49.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
49.88/49.90	c lower bound updated to -238
49.88/49.90	c BCD2: 1034 <= obj <= 1232
49.88/49.90	c BCD2: #cores=45, #unrelaxed=193, #relaxed=1079, #hardened=0
49.88/49.90	c BCD2: #sat=1 #unsat=1035 bias=1035/1036
49.88/49.90	c Solving starts ...
49.88/49.90	c ============================[ Search Statistics ]============================
49.88/49.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.88/49.90	c       |         |          |          |    Limit     GC | Var      | Constra 
49.88/49.90	c =============================================================================
49.88/49.90	c  0.0s |       0 |        0 |        0 |    46609      0 |      989 |     1033
49.88/49.95	c  0.0s |       0 |       46 |        1 |    46609      0 |      989 |     1034
49.88/49.95	c #cpu_time = 0.045s
49.88/49.95	c #wall_clock_time = 0.045s
49.88/49.95	c #decision = 46
49.88/49.95	c #random_decision = 0
49.88/49.95	c #conflict = 1
49.88/49.95	c #restart = 0
49.88/49.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
49.88/49.95	c lower bound updated to -237
49.88/49.95	c BCD2: 1035 <= obj <= 1232
49.88/49.95	c BCD2: #cores=45, #unrelaxed=192, #relaxed=1080, #hardened=0
49.88/49.95	c BCD2: #sat=1 #unsat=1036 bias=1036/1037
49.88/49.95	c Solving starts ...
49.88/49.95	c ============================[ Search Statistics ]============================
49.88/49.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.88/49.95	c       |         |          |          |    Limit     GC | Var      | Constra 
49.88/49.95	c =============================================================================
49.88/49.95	c  0.0s |       0 |        0 |        0 |    46609      0 |      990 |     1034
49.98/50.00	c  0.0s |       0 |       46 |        0 |    46609      0 |      990 |     1035
49.98/50.00	c #cpu_time = 0.046s
49.98/50.00	c #wall_clock_time = 0.046s
49.98/50.00	c #decision = 46
49.98/50.00	c #random_decision = 0
49.98/50.00	c #conflict = 0
49.98/50.00	c #restart = 0
49.98/50.00	c BCD2: found a new core of size 2: cost of the new core is >=1
49.98/50.00	c lower bound updated to -236
49.98/50.01	c BCD2: 1036 <= obj <= 1232
49.98/50.01	c BCD2: #cores=46, #unrelaxed=190, #relaxed=1082, #hardened=0
49.98/50.01	c BCD2: #sat=1 #unsat=1037 bias=1037/1038
49.98/50.01	c Solving starts ...
49.98/50.01	c ============================[ Search Statistics ]============================
49.98/50.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.98/50.01	c       |         |          |          |    Limit     GC | Var      | Constra 
49.98/50.01	c =============================================================================
49.98/50.01	c  0.0s |       0 |        0 |        0 |    46609      0 |      990 |     1036
49.98/50.05	c  0.0s |       0 |       47 |        1 |    46609      0 |      990 |     1036
49.98/50.05	c #cpu_time = 0.043s
49.98/50.05	c #wall_clock_time = 0.044s
49.98/50.05	c #decision = 47
49.98/50.05	c #random_decision = 0
49.98/50.05	c #conflict = 1
49.98/50.05	c #restart = 0
49.98/50.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
49.98/50.05	c lower bound updated to -235
49.98/50.05	c BCD2: 1037 <= obj <= 1232
49.98/50.05	c BCD2: #cores=46, #unrelaxed=189, #relaxed=1083, #hardened=0
49.98/50.05	c BCD2: #sat=1 #unsat=1038 bias=1038/1039
49.98/50.05	c Solving starts ...
49.98/50.05	c ============================[ Search Statistics ]============================
49.98/50.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.98/50.05	c       |         |          |          |    Limit     GC | Var      | Constra 
49.98/50.05	c =============================================================================
49.98/50.05	c  0.0s |       0 |        0 |        0 |    46609      0 |      991 |     1036
50.08/50.10	c  0.0s |       0 |       47 |        1 |    46609      0 |      991 |     1037
50.08/50.10	c #cpu_time = 0.045s
50.08/50.10	c #wall_clock_time = 0.045s
50.08/50.10	c #decision = 47
50.08/50.10	c #random_decision = 0
50.08/50.10	c #conflict = 1
50.08/50.10	c #restart = 0
50.08/50.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
50.08/50.10	c lower bound updated to -234
50.08/50.10	c BCD2: 1038 <= obj <= 1232
50.08/50.10	c BCD2: #cores=46, #unrelaxed=188, #relaxed=1084, #hardened=0
50.08/50.10	c BCD2: #sat=1 #unsat=1039 bias=1039/1040
50.08/50.10	c Solving starts ...
50.08/50.10	c ============================[ Search Statistics ]============================
50.08/50.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.08/50.10	c       |         |          |          |    Limit     GC | Var      | Constra 
50.08/50.10	c =============================================================================
50.08/50.10	c  0.0s |       0 |        0 |        0 |    46609      0 |      992 |     1037
50.08/50.14	c  0.0s |       0 |       47 |        1 |    46609      0 |      992 |     1038
50.08/50.14	c #cpu_time = 0.045s
50.08/50.14	c #wall_clock_time = 0.045s
50.08/50.14	c #decision = 47
50.08/50.14	c #random_decision = 0
50.08/50.14	c #conflict = 1
50.08/50.14	c #restart = 0
50.08/50.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
50.08/50.14	c lower bound updated to -233
50.08/50.14	c BCD2: 1039 <= obj <= 1232
50.08/50.14	c BCD2: #cores=46, #unrelaxed=187, #relaxed=1085, #hardened=0
50.08/50.14	c BCD2: #sat=1 #unsat=1040 bias=1040/1041
50.08/50.14	c Solving starts ...
50.08/50.14	c ============================[ Search Statistics ]============================
50.08/50.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.08/50.14	c       |         |          |          |    Limit     GC | Var      | Constra 
50.08/50.14	c =============================================================================
50.08/50.14	c  0.0s |       0 |        0 |        0 |    46609      0 |      993 |     1038
50.08/50.19	c  0.0s |       0 |       47 |        1 |    46609      0 |      993 |     1039
50.08/50.19	c #cpu_time = 0.045s
50.08/50.19	c #wall_clock_time = 0.045s
50.08/50.19	c #decision = 47
50.08/50.19	c #random_decision = 0
50.08/50.19	c #conflict = 1
50.08/50.19	c #restart = 0
50.08/50.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
50.08/50.19	c lower bound updated to -232
50.08/50.19	c BCD2: 1040 <= obj <= 1232
50.08/50.19	c BCD2: #cores=46, #unrelaxed=186, #relaxed=1086, #hardened=0
50.08/50.19	c BCD2: #sat=1 #unsat=1041 bias=1041/1042
50.08/50.19	c Solving starts ...
50.08/50.19	c ============================[ Search Statistics ]============================
50.08/50.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.08/50.19	c       |         |          |          |    Limit     GC | Var      | Constra 
50.08/50.19	c =============================================================================
50.18/50.20	c  0.0s |       0 |        0 |        0 |    46609      0 |      994 |     1039
50.18/50.24	c  0.0s |       0 |       47 |        1 |    46609      0 |      994 |     1040
50.18/50.24	c #cpu_time = 0.044s
50.18/50.24	c #wall_clock_time = 0.044s
50.18/50.24	c #decision = 47
50.18/50.24	c #random_decision = 0
50.18/50.24	c #conflict = 1
50.18/50.24	c #restart = 0
50.18/50.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
50.18/50.24	c lower bound updated to -231
50.18/50.24	c BCD2: 1041 <= obj <= 1232
50.18/50.24	c BCD2: #cores=46, #unrelaxed=185, #relaxed=1087, #hardened=0
50.18/50.24	c BCD2: #sat=1 #unsat=1042 bias=1042/1043
50.18/50.24	c Solving starts ...
50.18/50.24	c ============================[ Search Statistics ]============================
50.18/50.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.18/50.24	c       |         |          |          |    Limit     GC | Var      | Constra 
50.18/50.24	c =============================================================================
50.18/50.24	c  0.0s |       0 |        0 |        0 |    46609      0 |      995 |     1040
50.18/50.29	c  0.0s |       0 |       47 |        1 |    46609      0 |      995 |     1041
50.18/50.29	c #cpu_time = 0.045s
50.18/50.29	c #wall_clock_time = 0.045s
50.18/50.29	c #decision = 47
50.18/50.29	c #random_decision = 0
50.18/50.29	c #conflict = 1
50.18/50.29	c #restart = 0
50.18/50.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
50.18/50.29	c lower bound updated to -230
50.18/50.29	c BCD2: 1042 <= obj <= 1232
50.18/50.29	c BCD2: #cores=46, #unrelaxed=184, #relaxed=1088, #hardened=0
50.18/50.29	c BCD2: #sat=1 #unsat=1043 bias=1043/1044
50.18/50.29	c Solving starts ...
50.18/50.29	c ============================[ Search Statistics ]============================
50.18/50.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.18/50.29	c       |         |          |          |    Limit     GC | Var      | Constra 
50.18/50.29	c =============================================================================
50.18/50.29	c  0.0s |       0 |        0 |        0 |    46609      0 |      996 |     1041
50.28/50.33	c  0.0s |       0 |       47 |        1 |    46609      0 |      996 |     1042
50.28/50.33	c #cpu_time = 0.046s
50.28/50.33	c #wall_clock_time = 0.046s
50.28/50.33	c #decision = 47
50.28/50.33	c #random_decision = 0
50.28/50.33	c #conflict = 1
50.28/50.33	c #restart = 0
50.28/50.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
50.28/50.33	c lower bound updated to -229
50.28/50.33	c BCD2: 1043 <= obj <= 1232
50.28/50.33	c BCD2: #cores=46, #unrelaxed=183, #relaxed=1089, #hardened=0
50.28/50.33	c BCD2: #sat=1 #unsat=1044 bias=1044/1045
50.28/50.33	c Solving starts ...
50.28/50.33	c ============================[ Search Statistics ]============================
50.28/50.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.28/50.33	c       |         |          |          |    Limit     GC | Var      | Constra 
50.28/50.33	c =============================================================================
50.28/50.33	c  0.0s |       0 |        0 |        0 |    46609      0 |      997 |     1042
50.28/50.38	c  0.0s |       0 |       47 |        1 |    46609      0 |      997 |     1043
50.28/50.38	c #cpu_time = 0.046s
50.28/50.38	c #wall_clock_time = 0.047s
50.28/50.38	c #decision = 47
50.28/50.38	c #random_decision = 0
50.28/50.38	c #conflict = 1
50.28/50.38	c #restart = 0
50.28/50.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
50.28/50.38	c lower bound updated to -228
50.28/50.38	c BCD2: 1044 <= obj <= 1232
50.28/50.38	c BCD2: #cores=46, #unrelaxed=182, #relaxed=1090, #hardened=0
50.28/50.38	c BCD2: #sat=1 #unsat=1045 bias=1045/1046
50.28/50.38	c Solving starts ...
50.28/50.38	c ============================[ Search Statistics ]============================
50.28/50.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.28/50.38	c       |         |          |          |    Limit     GC | Var      | Constra 
50.28/50.38	c =============================================================================
50.28/50.38	c  0.0s |       0 |        0 |        0 |    46609      0 |      998 |     1043
50.38/50.43	c  0.0s |       0 |       47 |        1 |    46609      0 |      998 |     1044
50.38/50.43	c #cpu_time = 0.046s
50.38/50.43	c #wall_clock_time = 0.046s
50.38/50.43	c #decision = 47
50.38/50.43	c #random_decision = 0
50.38/50.43	c #conflict = 1
50.38/50.43	c #restart = 0
50.38/50.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
50.38/50.43	c lower bound updated to -227
50.38/50.43	c BCD2: 1045 <= obj <= 1232
50.38/50.43	c BCD2: #cores=46, #unrelaxed=181, #relaxed=1091, #hardened=0
50.38/50.43	c BCD2: #sat=1 #unsat=1046 bias=1046/1047
50.38/50.43	c Solving starts ...
50.38/50.43	c ============================[ Search Statistics ]============================
50.38/50.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.38/50.43	c       |         |          |          |    Limit     GC | Var      | Constra 
50.38/50.43	c =============================================================================
50.38/50.43	c  0.0s |       0 |        0 |        0 |    46609      0 |      999 |     1044
50.38/50.48	c  0.0s |       0 |       47 |        1 |    46609      0 |      999 |     1045
50.38/50.48	c #cpu_time = 0.046s
50.38/50.48	c #wall_clock_time = 0.047s
50.38/50.48	c #decision = 47
50.38/50.48	c #random_decision = 0
50.38/50.48	c #conflict = 1
50.38/50.48	c #restart = 0
50.38/50.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
50.38/50.48	c lower bound updated to -226
50.38/50.48	c BCD2: 1046 <= obj <= 1232
50.38/50.48	c BCD2: #cores=46, #unrelaxed=180, #relaxed=1092, #hardened=0
50.38/50.48	c BCD2: #sat=1 #unsat=1047 bias=1047/1048
50.38/50.48	c Solving starts ...
50.38/50.48	c ============================[ Search Statistics ]============================
50.38/50.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.38/50.48	c       |         |          |          |    Limit     GC | Var      | Constra 
50.38/50.48	c =============================================================================
50.38/50.48	c  0.0s |       0 |        0 |        0 |    46609      0 |     1000 |     1045
50.48/50.52	c  0.0s |       0 |       47 |        1 |    46609      0 |     1000 |     1046
50.48/50.52	c #cpu_time = 0.045s
50.48/50.52	c #wall_clock_time = 0.045s
50.48/50.52	c #decision = 47
50.48/50.52	c #random_decision = 0
50.48/50.52	c #conflict = 1
50.48/50.52	c #restart = 0
50.48/50.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
50.48/50.52	c lower bound updated to -225
50.48/50.52	c BCD2: 1047 <= obj <= 1232
50.48/50.52	c BCD2: #cores=46, #unrelaxed=179, #relaxed=1093, #hardened=0
50.48/50.52	c BCD2: #sat=1 #unsat=1048 bias=1048/1049
50.48/50.52	c Solving starts ...
50.48/50.52	c ============================[ Search Statistics ]============================
50.48/50.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.48/50.52	c       |         |          |          |    Limit     GC | Var      | Constra 
50.48/50.52	c =============================================================================
50.48/50.52	c  0.0s |       0 |        0 |        0 |    46609      0 |     1001 |     1046
50.48/50.57	c  0.0s |       0 |       47 |        1 |    46609      0 |     1001 |     1047
50.48/50.57	c #cpu_time = 0.045s
50.48/50.57	c #wall_clock_time = 0.045s
50.48/50.57	c #decision = 47
50.48/50.57	c #random_decision = 0
50.48/50.57	c #conflict = 1
50.48/50.57	c #restart = 0
50.48/50.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
50.48/50.57	c lower bound updated to -224
50.48/50.57	c BCD2: 1048 <= obj <= 1232
50.48/50.57	c BCD2: #cores=46, #unrelaxed=178, #relaxed=1094, #hardened=0
50.48/50.57	c BCD2: #sat=1 #unsat=1049 bias=1049/1050
50.48/50.57	c Solving starts ...
50.48/50.57	c ============================[ Search Statistics ]============================
50.48/50.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.48/50.57	c       |         |          |          |    Limit     GC | Var      | Constra 
50.48/50.57	c =============================================================================
50.48/50.58	c  0.0s |       0 |        0 |        0 |    46609      0 |     1002 |     1047
50.58/50.62	c  0.0s |       0 |       47 |        1 |    46609      0 |     1002 |     1048
50.58/50.62	c #cpu_time = 0.044s
50.58/50.62	c #wall_clock_time = 0.044s
50.58/50.62	c #decision = 47
50.58/50.62	c #random_decision = 0
50.58/50.62	c #conflict = 1
50.58/50.62	c #restart = 0
50.58/50.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
50.58/50.62	c lower bound updated to -223
50.58/50.62	c BCD2: 1049 <= obj <= 1232
50.58/50.62	c BCD2: #cores=46, #unrelaxed=177, #relaxed=1095, #hardened=0
50.58/50.62	c BCD2: #sat=1 #unsat=1050 bias=1050/1051
50.58/50.62	c Solving starts ...
50.58/50.62	c ============================[ Search Statistics ]============================
50.58/50.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.58/50.62	c       |         |          |          |    Limit     GC | Var      | Constra 
50.58/50.62	c =============================================================================
50.58/50.62	c  0.0s |       0 |        0 |        0 |    46609      0 |     1003 |     1048
50.58/50.67	c  0.0s |       0 |       47 |        1 |    46609      0 |     1003 |     1049
50.58/50.67	c #cpu_time = 0.045s
50.58/50.67	c #wall_clock_time = 0.046s
50.58/50.67	c #decision = 47
50.58/50.67	c #random_decision = 0
50.58/50.67	c #conflict = 1
50.58/50.67	c #restart = 0
50.58/50.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
50.58/50.67	c lower bound updated to -222
50.58/50.67	c BCD2: 1050 <= obj <= 1232
50.58/50.67	c BCD2: #cores=46, #unrelaxed=176, #relaxed=1096, #hardened=0
50.58/50.67	c BCD2: #sat=1 #unsat=1051 bias=1051/1052
50.58/50.67	c Solving starts ...
50.58/50.67	c ============================[ Search Statistics ]============================
50.58/50.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.58/50.67	c       |         |          |          |    Limit     GC | Var      | Constra 
50.58/50.67	c =============================================================================
50.58/50.67	c  0.0s |       0 |        0 |        0 |    46609      0 |     1004 |     1049
50.69/50.72	c  0.0s |       0 |       47 |        1 |    46609      0 |     1004 |     1050
50.69/50.72	c #cpu_time = 0.046s
50.69/50.72	c #wall_clock_time = 0.046s
50.69/50.72	c #decision = 47
50.69/50.72	c #random_decision = 0
50.69/50.72	c #conflict = 1
50.69/50.72	c #restart = 0
50.69/50.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
50.69/50.72	c lower bound updated to -221
50.69/50.72	c BCD2: 1051 <= obj <= 1232
50.69/50.72	c BCD2: #cores=46, #unrelaxed=175, #relaxed=1097, #hardened=0
50.69/50.72	c BCD2: #sat=1 #unsat=1052 bias=1052/1053
50.69/50.72	c Solving starts ...
50.69/50.72	c ============================[ Search Statistics ]============================
50.69/50.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.69/50.72	c       |         |          |          |    Limit     GC | Var      | Constra 
50.69/50.72	c =============================================================================
50.69/50.72	c  0.0s |       0 |        0 |        0 |    46609      0 |     1005 |     1050
50.69/50.76	c  0.0s |       0 |       47 |        1 |    46609      0 |     1005 |     1051
50.69/50.76	c #cpu_time = 0.046s
50.69/50.76	c #wall_clock_time = 0.046s
50.69/50.76	c #decision = 47
50.69/50.76	c #random_decision = 0
50.69/50.76	c #conflict = 1
50.69/50.76	c #restart = 0
50.69/50.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
50.69/50.76	c lower bound updated to -220
50.69/50.76	c BCD2: 1052 <= obj <= 1232
50.69/50.76	c BCD2: #cores=46, #unrelaxed=174, #relaxed=1098, #hardened=0
50.69/50.76	c BCD2: #sat=1 #unsat=1053 bias=1053/1054
50.69/50.76	c Solving starts ...
50.69/50.76	c ============================[ Search Statistics ]============================
50.69/50.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.69/50.76	c       |         |          |          |    Limit     GC | Var      | Constra 
50.69/50.76	c =============================================================================
50.69/50.76	c  0.0s |       0 |        0 |        0 |    46609      0 |     1006 |     1051
50.78/50.81	c  0.0s |       0 |       47 |        1 |    46609      0 |     1006 |     1052
50.78/50.81	c #cpu_time = 0.046s
50.78/50.81	c #wall_clock_time = 0.046s
50.78/50.81	c #decision = 47
50.78/50.81	c #random_decision = 0
50.78/50.81	c #conflict = 1
50.78/50.81	c #restart = 0
50.78/50.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
50.78/50.81	c lower bound updated to -219
50.78/50.81	c BCD2: 1053 <= obj <= 1232
50.78/50.81	c BCD2: #cores=46, #unrelaxed=173, #relaxed=1099, #hardened=0
50.78/50.81	c BCD2: #sat=1 #unsat=1054 bias=1054/1055
50.78/50.81	c Solving starts ...
50.78/50.81	c ============================[ Search Statistics ]============================
50.78/50.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.78/50.81	c       |         |          |          |    Limit     GC | Var      | Constra 
50.78/50.81	c =============================================================================
50.78/50.81	c  0.0s |       0 |        0 |        0 |    46609      0 |     1007 |     1052
50.78/50.86	c  0.0s |       0 |       47 |        1 |    46609      0 |     1007 |     1053
50.78/50.86	c #cpu_time = 0.045s
50.78/50.86	c #wall_clock_time = 0.045s
50.78/50.86	c #decision = 47
50.78/50.86	c #random_decision = 0
50.78/50.86	c #conflict = 1
50.78/50.86	c #restart = 0
50.78/50.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
50.78/50.86	c lower bound updated to -218
50.78/50.86	c BCD2: 1054 <= obj <= 1232
50.78/50.86	c BCD2: #cores=46, #unrelaxed=172, #relaxed=1100, #hardened=0
50.78/50.86	c BCD2: #sat=1 #unsat=1055 bias=1055/1056
50.78/50.86	c Solving starts ...
50.78/50.86	c ============================[ Search Statistics ]============================
50.78/50.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.78/50.86	c       |         |          |          |    Limit     GC | Var      | Constra 
50.78/50.86	c =============================================================================
50.78/50.86	c  0.0s |       0 |        0 |        0 |    46609      0 |     1008 |     1053
50.88/50.90	c  0.0s |       0 |       47 |        1 |    46609      0 |     1008 |     1054
50.88/50.90	c #cpu_time = 0.046s
50.88/50.90	c #wall_clock_time = 0.046s
50.88/50.90	c #decision = 47
50.88/50.90	c #random_decision = 0
50.88/50.90	c #conflict = 1
50.88/50.90	c #restart = 0
50.88/50.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
50.88/50.90	c lower bound updated to -217
50.88/50.90	c BCD2: 1055 <= obj <= 1232
50.88/50.90	c BCD2: #cores=46, #unrelaxed=171, #relaxed=1101, #hardened=0
50.88/50.90	c BCD2: #sat=1 #unsat=1056 bias=1056/1057
50.88/50.90	c Solving starts ...
50.88/50.90	c ============================[ Search Statistics ]============================
50.88/50.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.88/50.90	c       |         |          |          |    Limit     GC | Var      | Constra 
50.88/50.90	c =============================================================================
50.88/50.90	c  0.0s |       0 |        0 |        0 |    46609      0 |     1009 |     1054
50.88/50.95	c  0.0s |       0 |       47 |        1 |    46609      0 |     1009 |     1055
50.88/50.95	c #cpu_time = 0.045s
50.88/50.95	c #wall_clock_time = 0.045s
50.88/50.95	c #decision = 47
50.88/50.95	c #random_decision = 0
50.88/50.95	c #conflict = 1
50.88/50.95	c #restart = 0
50.88/50.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
50.88/50.95	c lower bound updated to -216
50.88/50.95	c BCD2: 1056 <= obj <= 1232
50.88/50.95	c BCD2: #cores=46, #unrelaxed=170, #relaxed=1102, #hardened=0
50.88/50.95	c BCD2: #sat=1 #unsat=1057 bias=1057/1058
50.88/50.95	c Solving starts ...
50.88/50.95	c ============================[ Search Statistics ]============================
50.88/50.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.88/50.95	c       |         |          |          |    Limit     GC | Var      | Constra 
50.88/50.95	c =============================================================================
50.88/50.96	c  0.0s |       0 |        0 |        0 |    46609      0 |     1010 |     1055
50.98/51.00	c  0.0s |       0 |       47 |        1 |    46609      0 |     1010 |     1056
50.98/51.00	c #cpu_time = 0.044s
50.98/51.00	c #wall_clock_time = 0.044s
50.98/51.00	c #decision = 47
50.98/51.00	c #random_decision = 0
50.98/51.00	c #conflict = 1
50.98/51.00	c #restart = 0
50.98/51.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
50.98/51.00	c lower bound updated to -215
50.98/51.00	c BCD2: 1057 <= obj <= 1232
50.98/51.00	c BCD2: #cores=46, #unrelaxed=169, #relaxed=1103, #hardened=0
50.98/51.00	c BCD2: #sat=1 #unsat=1058 bias=1058/1059
50.98/51.00	c Solving starts ...
50.98/51.00	c ============================[ Search Statistics ]============================
50.98/51.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.98/51.00	c       |         |          |          |    Limit     GC | Var      | Constra 
50.98/51.00	c =============================================================================
50.98/51.00	c  0.0s |       0 |        0 |        0 |    46609      0 |     1011 |     1056
50.98/51.05	c  0.0s |       0 |       47 |        1 |    46609      0 |     1011 |     1057
50.98/51.05	c #cpu_time = 0.045s
50.98/51.05	c #wall_clock_time = 0.045s
50.98/51.05	c #decision = 47
50.98/51.05	c #random_decision = 0
50.98/51.05	c #conflict = 1
50.98/51.05	c #restart = 0
50.98/51.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
50.98/51.05	c lower bound updated to -214
50.98/51.05	c BCD2: 1058 <= obj <= 1232
50.98/51.05	c BCD2: #cores=46, #unrelaxed=168, #relaxed=1104, #hardened=0
50.98/51.05	c BCD2: #sat=1 #unsat=1059 bias=1059/1060
50.98/51.05	c Solving starts ...
50.98/51.05	c ============================[ Search Statistics ]============================
50.98/51.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.98/51.05	c       |         |          |          |    Limit     GC | Var      | Constra 
50.98/51.05	c =============================================================================
50.98/51.05	c  0.0s |       0 |        0 |        0 |    46609      0 |     1012 |     1057
50.98/51.09	c  0.0s |       0 |       47 |        0 |    46609      0 |     1012 |     1058
50.98/51.09	c #cpu_time = 0.045s
50.98/51.09	c #wall_clock_time = 0.046s
50.98/51.09	c #decision = 47
50.98/51.09	c #random_decision = 0
50.98/51.09	c #conflict = 0
50.98/51.09	c #restart = 0
50.98/51.09	c BCD2: found a new core of size 2: cost of the new core is >=1
50.98/51.09	c lower bound updated to -213
51.08/51.10	c BCD2: 1059 <= obj <= 1232
51.08/51.10	c BCD2: #cores=47, #unrelaxed=166, #relaxed=1106, #hardened=0
51.08/51.10	c BCD2: #sat=1 #unsat=1060 bias=1060/1061
51.08/51.10	c Solving starts ...
51.08/51.10	c ============================[ Search Statistics ]============================
51.08/51.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.08/51.10	c       |         |          |          |    Limit     GC | Var      | Constra 
51.08/51.10	c =============================================================================
51.08/51.10	c  0.0s |       0 |        0 |        0 |    46609      0 |     1012 |     1059
51.08/51.15	c  0.0s |       0 |       48 |        1 |    46609      0 |     1012 |     1059
51.08/51.15	c #cpu_time = 0.044s
51.08/51.15	c #wall_clock_time = 0.044s
51.08/51.15	c #decision = 48
51.08/51.15	c #random_decision = 0
51.08/51.15	c #conflict = 1
51.08/51.15	c #restart = 0
51.08/51.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
51.08/51.15	c lower bound updated to -212
51.08/51.15	c BCD2: 1060 <= obj <= 1232
51.08/51.15	c BCD2: #cores=47, #unrelaxed=165, #relaxed=1107, #hardened=0
51.08/51.15	c BCD2: #sat=1 #unsat=1061 bias=1061/1062
51.08/51.15	c Solving starts ...
51.08/51.15	c ============================[ Search Statistics ]============================
51.08/51.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.08/51.15	c       |         |          |          |    Limit     GC | Var      | Constra 
51.08/51.15	c =============================================================================
51.08/51.15	c  0.0s |       0 |        0 |        0 |    46609      0 |     1013 |     1059
51.08/51.19	c  0.0s |       0 |       48 |        1 |    46609      0 |     1013 |     1060
51.08/51.19	c #cpu_time = 0.046s
51.08/51.19	c #wall_clock_time = 0.046s
51.08/51.19	c #decision = 48
51.08/51.19	c #random_decision = 0
51.08/51.19	c #conflict = 1
51.08/51.19	c #restart = 0
51.08/51.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
51.08/51.19	c lower bound updated to -211
51.08/51.20	c BCD2: 1061 <= obj <= 1232
51.08/51.20	c BCD2: #cores=47, #unrelaxed=164, #relaxed=1108, #hardened=0
51.08/51.20	c BCD2: #sat=1 #unsat=1062 bias=1062/1063
51.08/51.20	c Solving starts ...
51.08/51.20	c ============================[ Search Statistics ]============================
51.08/51.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.08/51.20	c       |         |          |          |    Limit     GC | Var      | Constra 
51.08/51.20	c =============================================================================
51.08/51.20	c  0.0s |       0 |        0 |        0 |    46609      0 |     1014 |     1060
51.18/51.24	c  0.0s |       0 |       48 |        1 |    46609      0 |     1014 |     1061
51.18/51.24	c #cpu_time = 0.046s
51.18/51.24	c #wall_clock_time = 0.046s
51.18/51.24	c #decision = 48
51.18/51.24	c #random_decision = 0
51.18/51.24	c #conflict = 1
51.18/51.24	c #restart = 0
51.18/51.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
51.18/51.24	c lower bound updated to -210
51.18/51.24	c BCD2: 1062 <= obj <= 1232
51.18/51.24	c BCD2: #cores=47, #unrelaxed=163, #relaxed=1109, #hardened=0
51.18/51.24	c BCD2: #sat=1 #unsat=1063 bias=1063/1064
51.18/51.24	c Solving starts ...
51.18/51.24	c ============================[ Search Statistics ]============================
51.18/51.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.18/51.24	c       |         |          |          |    Limit     GC | Var      | Constra 
51.18/51.24	c =============================================================================
51.18/51.24	c  0.0s |       0 |        0 |        0 |    46609      0 |     1015 |     1061
51.18/51.29	c  0.0s |       0 |       48 |        1 |    46609      0 |     1015 |     1062
51.18/51.29	c #cpu_time = 0.046s
51.18/51.29	c #wall_clock_time = 0.046s
51.18/51.29	c #decision = 48
51.18/51.29	c #random_decision = 0
51.18/51.29	c #conflict = 1
51.18/51.29	c #restart = 0
51.18/51.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
51.18/51.29	c lower bound updated to -209
51.18/51.29	c BCD2: 1063 <= obj <= 1232
51.18/51.29	c BCD2: #cores=47, #unrelaxed=162, #relaxed=1110, #hardened=0
51.18/51.29	c BCD2: #sat=1 #unsat=1064 bias=1064/1065
51.18/51.29	c Solving starts ...
51.18/51.29	c ============================[ Search Statistics ]============================
51.18/51.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.18/51.29	c       |         |          |          |    Limit     GC | Var      | Constra 
51.18/51.29	c =============================================================================
51.18/51.29	c  0.0s |       0 |        0 |        0 |    46609      0 |     1016 |     1062
51.28/51.34	c  0.0s |       0 |       48 |        1 |    46609      0 |     1016 |     1063
51.28/51.34	c #cpu_time = 0.045s
51.28/51.34	c #wall_clock_time = 0.045s
51.28/51.34	c #decision = 48
51.28/51.34	c #random_decision = 0
51.28/51.34	c #conflict = 1
51.28/51.34	c #restart = 0
51.28/51.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
51.28/51.34	c lower bound updated to -208
51.28/51.34	c BCD2: 1064 <= obj <= 1232
51.28/51.34	c BCD2: #cores=47, #unrelaxed=161, #relaxed=1111, #hardened=0
51.28/51.34	c BCD2: #sat=1 #unsat=1065 bias=1065/1066
51.28/51.34	c Solving starts ...
51.28/51.34	c ============================[ Search Statistics ]============================
51.28/51.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.28/51.34	c       |         |          |          |    Limit     GC | Var      | Constra 
51.28/51.34	c =============================================================================
51.28/51.34	c  0.0s |       0 |        0 |        0 |    46609      0 |     1017 |     1063
51.28/51.39	c  0.0s |       0 |       48 |        1 |    46609      0 |     1017 |     1064
51.28/51.39	c #cpu_time = 0.044s
51.28/51.39	c #wall_clock_time = 0.044s
51.28/51.39	c #decision = 48
51.28/51.39	c #random_decision = 0
51.28/51.39	c #conflict = 1
51.28/51.39	c #restart = 0
51.28/51.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
51.28/51.39	c lower bound updated to -207
51.28/51.39	c BCD2: 1065 <= obj <= 1232
51.28/51.39	c BCD2: #cores=47, #unrelaxed=160, #relaxed=1112, #hardened=0
51.28/51.39	c BCD2: #sat=1 #unsat=1066 bias=1066/1067
51.28/51.39	c Solving starts ...
51.28/51.39	c ============================[ Search Statistics ]============================
51.28/51.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.28/51.39	c       |         |          |          |    Limit     GC | Var      | Constra 
51.28/51.39	c =============================================================================
51.28/51.39	c  0.0s |       0 |        0 |        0 |    46609      0 |     1018 |     1064
51.38/51.43	c  0.0s |       0 |       48 |        1 |    46609      0 |     1018 |     1065
51.38/51.43	c #cpu_time = 0.045s
51.38/51.43	c #wall_clock_time = 0.045s
51.38/51.43	c #decision = 48
51.38/51.43	c #random_decision = 0
51.38/51.43	c #conflict = 1
51.38/51.43	c #restart = 0
51.38/51.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
51.38/51.43	c lower bound updated to -206
51.38/51.43	c BCD2: 1066 <= obj <= 1232
51.38/51.43	c BCD2: #cores=47, #unrelaxed=159, #relaxed=1113, #hardened=0
51.38/51.43	c BCD2: #sat=1 #unsat=1067 bias=1067/1068
51.38/51.43	c Solving starts ...
51.38/51.43	c ============================[ Search Statistics ]============================
51.38/51.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.38/51.43	c       |         |          |          |    Limit     GC | Var      | Constra 
51.38/51.43	c =============================================================================
51.38/51.43	c  0.0s |       0 |        0 |        0 |    46609      0 |     1019 |     1065
51.38/51.48	c  0.0s |       0 |       48 |        1 |    46609      0 |     1019 |     1066
51.38/51.48	c #cpu_time = 0.046s
51.38/51.48	c #wall_clock_time = 0.046s
51.38/51.48	c #decision = 48
51.38/51.48	c #random_decision = 0
51.38/51.48	c #conflict = 1
51.38/51.48	c #restart = 0
51.38/51.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
51.38/51.48	c lower bound updated to -205
51.38/51.48	c BCD2: 1067 <= obj <= 1232
51.38/51.48	c BCD2: #cores=47, #unrelaxed=158, #relaxed=1114, #hardened=0
51.38/51.48	c BCD2: #sat=1 #unsat=1068 bias=1068/1069
51.38/51.48	c Solving starts ...
51.38/51.48	c ============================[ Search Statistics ]============================
51.38/51.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.38/51.48	c       |         |          |          |    Limit     GC | Var      | Constra 
51.38/51.48	c =============================================================================
51.38/51.48	c  0.0s |       0 |        0 |        0 |    46609      0 |     1020 |     1066
51.48/51.53	c  0.0s |       0 |       48 |        1 |    46609      0 |     1020 |     1067
51.48/51.53	c #cpu_time = 0.047s
51.48/51.53	c #wall_clock_time = 0.047s
51.48/51.53	c #decision = 48
51.48/51.53	c #random_decision = 0
51.48/51.53	c #conflict = 1
51.48/51.53	c #restart = 0
51.48/51.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
51.48/51.53	c lower bound updated to -204
51.48/51.53	c BCD2: 1068 <= obj <= 1232
51.48/51.53	c BCD2: #cores=47, #unrelaxed=157, #relaxed=1115, #hardened=0
51.48/51.53	c BCD2: #sat=1 #unsat=1069 bias=1069/1070
51.48/51.53	c Solving starts ...
51.48/51.53	c ============================[ Search Statistics ]============================
51.48/51.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.48/51.53	c       |         |          |          |    Limit     GC | Var      | Constra 
51.48/51.53	c =============================================================================
51.48/51.53	c  0.0s |       0 |        0 |        0 |    46609      0 |     1021 |     1067
51.48/51.58	c  0.0s |       0 |       48 |        1 |    46609      0 |     1021 |     1068
51.48/51.58	c #cpu_time = 0.046s
51.48/51.58	c #wall_clock_time = 0.046s
51.48/51.58	c #decision = 48
51.48/51.58	c #random_decision = 0
51.48/51.58	c #conflict = 1
51.48/51.58	c #restart = 0
51.48/51.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
51.48/51.58	c lower bound updated to -203
51.48/51.58	c BCD2: 1069 <= obj <= 1232
51.48/51.58	c BCD2: #cores=47, #unrelaxed=156, #relaxed=1116, #hardened=0
51.48/51.58	c BCD2: #sat=1 #unsat=1070 bias=1070/1071
51.48/51.58	c Solving starts ...
51.48/51.58	c ============================[ Search Statistics ]============================
51.48/51.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.48/51.58	c       |         |          |          |    Limit     GC | Var      | Constra 
51.48/51.58	c =============================================================================
51.48/51.58	c  0.0s |       0 |        0 |        0 |    46609      0 |     1022 |     1068
51.58/51.62	c  0.0s |       0 |       48 |        1 |    46609      0 |     1022 |     1069
51.58/51.62	c #cpu_time = 0.046s
51.58/51.62	c #wall_clock_time = 0.046s
51.58/51.62	c #decision = 48
51.58/51.62	c #random_decision = 0
51.58/51.62	c #conflict = 1
51.58/51.62	c #restart = 0
51.58/51.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
51.58/51.62	c lower bound updated to -202
51.58/51.62	c BCD2: 1070 <= obj <= 1232
51.58/51.62	c BCD2: #cores=47, #unrelaxed=155, #relaxed=1117, #hardened=0
51.58/51.62	c BCD2: #sat=1 #unsat=1071 bias=1071/1072
51.58/51.62	c Solving starts ...
51.58/51.62	c ============================[ Search Statistics ]============================
51.58/51.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.58/51.62	c       |         |          |          |    Limit     GC | Var      | Constra 
51.58/51.62	c =============================================================================
51.58/51.62	c  0.0s |       0 |        0 |        0 |    46609      0 |     1023 |     1069
51.58/51.67	c  0.0s |       0 |       48 |        1 |    46609      0 |     1023 |     1070
51.58/51.67	c #cpu_time = 0.045s
51.58/51.67	c #wall_clock_time = 0.046s
51.58/51.67	c #decision = 48
51.58/51.67	c #random_decision = 0
51.58/51.67	c #conflict = 1
51.58/51.67	c #restart = 0
51.58/51.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
51.58/51.67	c lower bound updated to -201
51.58/51.67	c BCD2: 1071 <= obj <= 1232
51.58/51.67	c BCD2: #cores=47, #unrelaxed=154, #relaxed=1118, #hardened=0
51.58/51.67	c BCD2: #sat=1 #unsat=1072 bias=1072/1073
51.58/51.67	c Solving starts ...
51.58/51.67	c ============================[ Search Statistics ]============================
51.58/51.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.58/51.67	c       |         |          |          |    Limit     GC | Var      | Constra 
51.58/51.67	c =============================================================================
51.58/51.67	c  0.0s |       0 |        0 |        0 |    46609      0 |     1024 |     1070
51.69/51.72	c  0.0s |       0 |       48 |        1 |    46609      0 |     1024 |     1071
51.69/51.72	c #cpu_time = 0.045s
51.69/51.72	c #wall_clock_time = 0.046s
51.69/51.72	c #decision = 48
51.69/51.72	c #random_decision = 0
51.69/51.72	c #conflict = 1
51.69/51.72	c #restart = 0
51.69/51.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
51.69/51.72	c lower bound updated to -200
51.69/51.72	c BCD2: 1072 <= obj <= 1232
51.69/51.72	c BCD2: #cores=47, #unrelaxed=153, #relaxed=1119, #hardened=0
51.69/51.72	c BCD2: #sat=1 #unsat=1073 bias=1073/1074
51.69/51.72	c Solving starts ...
51.69/51.72	c ============================[ Search Statistics ]============================
51.69/51.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.69/51.72	c       |         |          |          |    Limit     GC | Var      | Constra 
51.69/51.72	c =============================================================================
51.69/51.72	c  0.0s |       0 |        0 |        0 |    46609      0 |     1025 |     1071
51.69/51.77	c  0.0s |       0 |       48 |        1 |    46609      0 |     1025 |     1072
51.69/51.77	c #cpu_time = 0.044s
51.69/51.77	c #wall_clock_time = 0.044s
51.69/51.77	c #decision = 48
51.69/51.77	c #random_decision = 0
51.69/51.77	c #conflict = 1
51.69/51.77	c #restart = 0
51.69/51.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
51.69/51.77	c lower bound updated to -199
51.69/51.77	c BCD2: 1073 <= obj <= 1232
51.69/51.77	c BCD2: #cores=47, #unrelaxed=152, #relaxed=1120, #hardened=0
51.69/51.77	c BCD2: #sat=1 #unsat=1074 bias=1074/1075
51.69/51.77	c Solving starts ...
51.69/51.77	c ============================[ Search Statistics ]============================
51.69/51.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.69/51.77	c       |         |          |          |    Limit     GC | Var      | Constra 
51.69/51.77	c =============================================================================
51.69/51.77	c  0.0s |       0 |        0 |        0 |    46609      0 |     1026 |     1072
51.78/51.81	c  0.0s |       0 |       48 |        1 |    46609      0 |     1026 |     1073
51.78/51.81	c #cpu_time = 0.045s
51.78/51.81	c #wall_clock_time = 0.045s
51.78/51.81	c #decision = 48
51.78/51.81	c #random_decision = 0
51.78/51.81	c #conflict = 1
51.78/51.81	c #restart = 0
51.78/51.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
51.78/51.81	c lower bound updated to -198
51.78/51.81	c BCD2: 1074 <= obj <= 1232
51.78/51.81	c BCD2: #cores=47, #unrelaxed=151, #relaxed=1121, #hardened=0
51.78/51.81	c BCD2: #sat=1 #unsat=1075 bias=1075/1076
51.78/51.81	c Solving starts ...
51.78/51.81	c ============================[ Search Statistics ]============================
51.78/51.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.78/51.81	c       |         |          |          |    Limit     GC | Var      | Constra 
51.78/51.81	c =============================================================================
51.78/51.81	c  0.0s |       0 |        0 |        0 |    46609      0 |     1027 |     1073
51.78/51.86	c  0.0s |       0 |       48 |        1 |    46609      0 |     1027 |     1074
51.78/51.86	c #cpu_time = 0.045s
51.78/51.86	c #wall_clock_time = 0.046s
51.78/51.86	c #decision = 48
51.78/51.86	c #random_decision = 0
51.78/51.86	c #conflict = 1
51.78/51.86	c #restart = 0
51.78/51.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
51.78/51.86	c lower bound updated to -197
51.78/51.86	c BCD2: 1075 <= obj <= 1232
51.78/51.86	c BCD2: #cores=47, #unrelaxed=150, #relaxed=1122, #hardened=0
51.78/51.86	c BCD2: #sat=1 #unsat=1076 bias=1076/1077
51.78/51.86	c Solving starts ...
51.78/51.86	c ============================[ Search Statistics ]============================
51.78/51.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.78/51.86	c       |         |          |          |    Limit     GC | Var      | Constra 
51.78/51.86	c =============================================================================
51.78/51.86	c  0.0s |       0 |        0 |        0 |    46609      0 |     1028 |     1074
51.88/51.91	c  0.0s |       0 |       48 |        1 |    46609      0 |     1028 |     1075
51.88/51.91	c #cpu_time = 0.046s
51.88/51.91	c #wall_clock_time = 0.046s
51.88/51.91	c #decision = 48
51.88/51.91	c #random_decision = 0
51.88/51.91	c #conflict = 1
51.88/51.91	c #restart = 0
51.88/51.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
51.88/51.91	c lower bound updated to -196
51.88/51.91	c BCD2: 1076 <= obj <= 1232
51.88/51.91	c BCD2: #cores=47, #unrelaxed=149, #relaxed=1123, #hardened=0
51.88/51.91	c BCD2: #sat=1 #unsat=1077 bias=1077/1078
51.88/51.91	c Solving starts ...
51.88/51.91	c ============================[ Search Statistics ]============================
51.88/51.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.88/51.91	c       |         |          |          |    Limit     GC | Var      | Constra 
51.88/51.91	c =============================================================================
51.88/51.91	c  0.0s |       0 |        0 |        0 |    46609      0 |     1029 |     1075
51.88/51.95	c  0.0s |       0 |       48 |        1 |    46609      0 |     1029 |     1076
51.88/51.95	c #cpu_time = 0.046s
51.88/51.95	c #wall_clock_time = 0.046s
51.88/51.95	c #decision = 48
51.88/51.95	c #random_decision = 0
51.88/51.95	c #conflict = 1
51.88/51.95	c #restart = 0
51.88/51.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
51.88/51.95	c lower bound updated to -195
51.88/51.95	c BCD2: 1077 <= obj <= 1232
51.88/51.95	c BCD2: #cores=47, #unrelaxed=148, #relaxed=1124, #hardened=0
51.88/51.95	c BCD2: #sat=1 #unsat=1078 bias=1078/1079
51.88/51.96	c Solving starts ...
51.88/51.96	c ============================[ Search Statistics ]============================
51.88/51.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.88/51.96	c       |         |          |          |    Limit     GC | Var      | Constra 
51.88/51.96	c =============================================================================
51.88/51.96	c  0.0s |       0 |        0 |        0 |    46609      0 |     1030 |     1076
51.98/52.00	c  0.0s |       0 |       48 |        1 |    46609      0 |     1030 |     1077
51.98/52.00	c #cpu_time = 0.045s
51.98/52.00	c #wall_clock_time = 0.045s
51.98/52.00	c #decision = 48
51.98/52.00	c #random_decision = 0
51.98/52.00	c #conflict = 1
51.98/52.00	c #restart = 0
51.98/52.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
51.98/52.00	c lower bound updated to -194
51.98/52.00	c BCD2: 1078 <= obj <= 1232
51.98/52.00	c BCD2: #cores=47, #unrelaxed=147, #relaxed=1125, #hardened=0
51.98/52.00	c BCD2: #sat=1 #unsat=1079 bias=1079/1080
51.98/52.00	c Solving starts ...
51.98/52.00	c ============================[ Search Statistics ]============================
51.98/52.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.98/52.00	c       |         |          |          |    Limit     GC | Var      | Constra 
51.98/52.00	c =============================================================================
51.98/52.00	c  0.0s |       0 |        0 |        0 |    46609      0 |     1031 |     1077
51.98/52.05	c  0.0s |       0 |       48 |        1 |    46609      0 |     1031 |     1078
51.98/52.05	c #cpu_time = 0.045s
51.98/52.05	c #wall_clock_time = 0.045s
51.98/52.05	c #decision = 48
51.98/52.05	c #random_decision = 0
51.98/52.05	c #conflict = 1
51.98/52.05	c #restart = 0
51.98/52.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
51.98/52.05	c lower bound updated to -193
51.98/52.05	c BCD2: 1079 <= obj <= 1232
51.98/52.05	c BCD2: #cores=47, #unrelaxed=146, #relaxed=1126, #hardened=0
51.98/52.05	c BCD2: #sat=1 #unsat=1080 bias=1080/1081
51.98/52.05	c Solving starts ...
51.98/52.05	c ============================[ Search Statistics ]============================
51.98/52.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.98/52.05	c       |         |          |          |    Limit     GC | Var      | Constra 
51.98/52.05	c =============================================================================
51.98/52.05	c  0.0s |       0 |        0 |        0 |    46609      0 |     1032 |     1078
51.98/52.09	c  0.0s |       0 |       48 |        1 |    46609      0 |     1032 |     1079
51.98/52.09	c #cpu_time = 0.046s
51.98/52.09	c #wall_clock_time = 0.046s
51.98/52.09	c #decision = 48
51.98/52.09	c #random_decision = 0
51.98/52.09	c #conflict = 1
51.98/52.09	c #restart = 0
51.98/52.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
51.98/52.10	c lower bound updated to -192
52.08/52.10	c BCD2: 1080 <= obj <= 1232
52.08/52.10	c BCD2: #cores=47, #unrelaxed=145, #relaxed=1127, #hardened=0
52.08/52.10	c BCD2: #sat=1 #unsat=1081 bias=1081/1082
52.08/52.10	c Solving starts ...
52.08/52.10	c ============================[ Search Statistics ]============================
52.08/52.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.08/52.10	c       |         |          |          |    Limit     GC | Var      | Constra 
52.08/52.10	c =============================================================================
52.08/52.10	c  0.0s |       0 |        0 |        0 |    46609      0 |     1033 |     1079
52.08/52.15	c  0.0s |       0 |       48 |        1 |    46609      0 |     1033 |     1080
52.08/52.15	c #cpu_time = 0.045s
52.08/52.15	c #wall_clock_time = 0.045s
52.08/52.15	c #decision = 48
52.08/52.15	c #random_decision = 0
52.08/52.15	c #conflict = 1
52.08/52.15	c #restart = 0
52.08/52.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
52.08/52.15	c lower bound updated to -191
52.08/52.15	c BCD2: 1081 <= obj <= 1232
52.08/52.15	c BCD2: #cores=47, #unrelaxed=144, #relaxed=1128, #hardened=0
52.08/52.15	c BCD2: #sat=1 #unsat=1082 bias=1082/1083
52.08/52.15	c Solving starts ...
52.08/52.15	c ============================[ Search Statistics ]============================
52.08/52.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.08/52.15	c       |         |          |          |    Limit     GC | Var      | Constra 
52.08/52.15	c =============================================================================
52.08/52.15	c  0.0s |       0 |        0 |        0 |    46609      0 |     1034 |     1080
52.08/52.19	c  0.0s |       0 |       48 |        0 |    46609      0 |     1034 |     1081
52.08/52.19	c #cpu_time = 0.046s
52.08/52.19	c #wall_clock_time = 0.046s
52.08/52.19	c #decision = 48
52.08/52.19	c #random_decision = 0
52.08/52.19	c #conflict = 0
52.08/52.19	c #restart = 0
52.08/52.19	c BCD2: found a new core of size 2: cost of the new core is >=1
52.08/52.19	c lower bound updated to -190
52.18/52.20	c BCD2: 1082 <= obj <= 1232
52.18/52.20	c BCD2: #cores=48, #unrelaxed=142, #relaxed=1130, #hardened=0
52.18/52.20	c BCD2: #sat=1 #unsat=1083 bias=1083/1084
52.18/52.20	c Solving starts ...
52.18/52.20	c ============================[ Search Statistics ]============================
52.18/52.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.18/52.20	c       |         |          |          |    Limit     GC | Var      | Constra 
52.18/52.20	c =============================================================================
52.18/52.20	c  0.0s |       0 |        0 |        0 |    46609      0 |     1034 |     1082
52.18/52.25	c  0.0s |       0 |       49 |        1 |    46609      0 |     1034 |     1082
52.18/52.25	c #cpu_time = 0.044s
52.18/52.25	c #wall_clock_time = 0.044s
52.18/52.25	c #decision = 49
52.18/52.25	c #random_decision = 0
52.18/52.25	c #conflict = 1
52.18/52.25	c #restart = 0
52.18/52.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
52.18/52.25	c lower bound updated to -189
52.18/52.25	c BCD2: 1083 <= obj <= 1232
52.18/52.25	c BCD2: #cores=48, #unrelaxed=141, #relaxed=1131, #hardened=0
52.18/52.25	c BCD2: #sat=1 #unsat=1084 bias=1084/1085
52.18/52.25	c Solving starts ...
52.18/52.25	c ============================[ Search Statistics ]============================
52.18/52.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.18/52.25	c       |         |          |          |    Limit     GC | Var      | Constra 
52.18/52.25	c =============================================================================
52.18/52.25	c  0.0s |       0 |        0 |        0 |    46609      0 |     1035 |     1082
52.18/52.29	c  0.0s |       0 |       49 |        1 |    46609      0 |     1035 |     1083
52.18/52.29	c #cpu_time = 0.046s
52.18/52.29	c #wall_clock_time = 0.046s
52.18/52.29	c #decision = 49
52.18/52.29	c #random_decision = 0
52.18/52.29	c #conflict = 1
52.18/52.29	c #restart = 0
52.18/52.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
52.18/52.29	c lower bound updated to -188
52.18/52.29	c BCD2: 1084 <= obj <= 1232
52.18/52.29	c BCD2: #cores=48, #unrelaxed=140, #relaxed=1132, #hardened=0
52.18/52.29	c BCD2: #sat=1 #unsat=1085 bias=1085/1086
52.18/52.30	c Solving starts ...
52.18/52.30	c ============================[ Search Statistics ]============================
52.18/52.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.18/52.30	c       |         |          |          |    Limit     GC | Var      | Constra 
52.18/52.30	c =============================================================================
52.18/52.30	c  0.0s |       0 |        0 |        0 |    46609      0 |     1036 |     1083
52.28/52.34	c  0.0s |       0 |       49 |        1 |    46609      0 |     1036 |     1084
52.28/52.34	c #cpu_time = 0.046s
52.28/52.34	c #wall_clock_time = 0.046s
52.28/52.34	c #decision = 49
52.28/52.34	c #random_decision = 0
52.28/52.34	c #conflict = 1
52.28/52.34	c #restart = 0
52.28/52.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
52.28/52.34	c lower bound updated to -187
52.28/52.34	c BCD2: 1085 <= obj <= 1232
52.28/52.34	c BCD2: #cores=48, #unrelaxed=139, #relaxed=1133, #hardened=0
52.28/52.34	c BCD2: #sat=1 #unsat=1086 bias=1086/1087
52.28/52.34	c Solving starts ...
52.28/52.34	c ============================[ Search Statistics ]============================
52.28/52.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.28/52.34	c       |         |          |          |    Limit     GC | Var      | Constra 
52.28/52.34	c =============================================================================
52.28/52.34	c  0.0s |       0 |        0 |        0 |    46609      0 |     1037 |     1084
52.28/52.39	c  0.0s |       0 |       49 |        1 |    46609      0 |     1037 |     1085
52.28/52.39	c #cpu_time = 0.045s
52.28/52.39	c #wall_clock_time = 0.045s
52.28/52.39	c #decision = 49
52.28/52.39	c #random_decision = 0
52.28/52.39	c #conflict = 1
52.28/52.39	c #restart = 0
52.28/52.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
52.28/52.39	c lower bound updated to -186
52.28/52.39	c BCD2: 1086 <= obj <= 1232
52.28/52.39	c BCD2: #cores=48, #unrelaxed=138, #relaxed=1134, #hardened=0
52.28/52.39	c BCD2: #sat=1 #unsat=1087 bias=1087/1088
52.28/52.39	c Solving starts ...
52.28/52.39	c ============================[ Search Statistics ]============================
52.28/52.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.28/52.39	c       |         |          |          |    Limit     GC | Var      | Constra 
52.28/52.39	c =============================================================================
52.28/52.39	c  0.0s |       0 |        0 |        0 |    46609      0 |     1038 |     1085
52.38/52.43	c  0.0s |       0 |       49 |        1 |    46609      0 |     1038 |     1086
52.38/52.43	c #cpu_time = 0.045s
52.38/52.43	c #wall_clock_time = 0.045s
52.38/52.43	c #decision = 49
52.38/52.43	c #random_decision = 0
52.38/52.43	c #conflict = 1
52.38/52.43	c #restart = 0
52.38/52.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
52.38/52.43	c lower bound updated to -185
52.38/52.43	c BCD2: 1087 <= obj <= 1232
52.38/52.43	c BCD2: #cores=48, #unrelaxed=137, #relaxed=1135, #hardened=0
52.38/52.43	c BCD2: #sat=1 #unsat=1088 bias=1088/1089
52.38/52.44	c Solving starts ...
52.38/52.44	c ============================[ Search Statistics ]============================
52.38/52.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.38/52.44	c       |         |          |          |    Limit     GC | Var      | Constra 
52.38/52.44	c =============================================================================
52.38/52.44	c  0.0s |       0 |        0 |        0 |    46609      0 |     1039 |     1086
52.38/52.48	c  0.0s |       0 |       49 |        1 |    46609      0 |     1039 |     1087
52.38/52.48	c #cpu_time = 0.045s
52.38/52.48	c #wall_clock_time = 0.045s
52.38/52.48	c #decision = 49
52.38/52.48	c #random_decision = 0
52.38/52.48	c #conflict = 1
52.38/52.48	c #restart = 0
52.38/52.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
52.38/52.48	c lower bound updated to -184
52.38/52.49	c BCD2: 1088 <= obj <= 1232
52.38/52.49	c BCD2: #cores=48, #unrelaxed=136, #relaxed=1136, #hardened=0
52.38/52.49	c BCD2: #sat=1 #unsat=1089 bias=1089/1090
52.38/52.49	c Solving starts ...
52.38/52.49	c ============================[ Search Statistics ]============================
52.38/52.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.38/52.49	c       |         |          |          |    Limit     GC | Var      | Constra 
52.38/52.49	c =============================================================================
52.38/52.49	c  0.0s |       0 |        0 |        0 |    46609      0 |     1040 |     1087
52.48/52.53	c  0.0s |       0 |       49 |        1 |    46609      0 |     1040 |     1088
52.48/52.53	c #cpu_time = 0.044s
52.48/52.53	c #wall_clock_time = 0.044s
52.48/52.53	c #decision = 49
52.48/52.53	c #random_decision = 0
52.48/52.53	c #conflict = 1
52.48/52.53	c #restart = 0
52.48/52.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
52.48/52.53	c lower bound updated to -183
52.48/52.53	c BCD2: 1089 <= obj <= 1232
52.48/52.53	c BCD2: #cores=48, #unrelaxed=135, #relaxed=1137, #hardened=0
52.48/52.53	c BCD2: #sat=1 #unsat=1090 bias=1090/1091
52.48/52.53	c Solving starts ...
52.48/52.53	c ============================[ Search Statistics ]============================
52.48/52.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.48/52.53	c       |         |          |          |    Limit     GC | Var      | Constra 
52.48/52.53	c =============================================================================
52.48/52.53	c  0.0s |       0 |        0 |        0 |    46609      0 |     1041 |     1088
52.48/52.58	c  0.0s |       0 |       49 |        1 |    46609      0 |     1041 |     1089
52.48/52.58	c #cpu_time = 0.045s
52.48/52.58	c #wall_clock_time = 0.045s
52.48/52.58	c #decision = 49
52.48/52.58	c #random_decision = 0
52.48/52.58	c #conflict = 1
52.48/52.58	c #restart = 0
52.48/52.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
52.48/52.58	c lower bound updated to -182
52.48/52.58	c BCD2: 1090 <= obj <= 1232
52.48/52.58	c BCD2: #cores=48, #unrelaxed=134, #relaxed=1138, #hardened=0
52.48/52.58	c BCD2: #sat=1 #unsat=1091 bias=1091/1092
52.48/52.58	c Solving starts ...
52.48/52.58	c ============================[ Search Statistics ]============================
52.48/52.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.48/52.58	c       |         |          |          |    Limit     GC | Var      | Constra 
52.48/52.58	c =============================================================================
52.48/52.58	c  0.0s |       0 |        0 |        0 |    46609      0 |     1042 |     1089
52.58/52.62	c  0.0s |       0 |       49 |        1 |    46609      0 |     1042 |     1090
52.58/52.62	c #cpu_time = 0.045s
52.58/52.62	c #wall_clock_time = 0.046s
52.58/52.62	c #decision = 49
52.58/52.62	c #random_decision = 0
52.58/52.62	c #conflict = 1
52.58/52.62	c #restart = 0
52.58/52.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
52.58/52.62	c lower bound updated to -181
52.58/52.63	c BCD2: 1091 <= obj <= 1232
52.58/52.63	c BCD2: #cores=48, #unrelaxed=133, #relaxed=1139, #hardened=0
52.58/52.63	c BCD2: #sat=1 #unsat=1092 bias=1092/1093
52.58/52.63	c Solving starts ...
52.58/52.63	c ============================[ Search Statistics ]============================
52.58/52.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.58/52.63	c       |         |          |          |    Limit     GC | Var      | Constra 
52.58/52.63	c =============================================================================
52.58/52.63	c  0.0s |       0 |        0 |        0 |    46609      0 |     1043 |     1090
52.58/52.67	c  0.0s |       0 |       49 |        1 |    46609      0 |     1043 |     1091
52.58/52.67	c #cpu_time = 0.046s
52.58/52.67	c #wall_clock_time = 0.046s
52.58/52.67	c #decision = 49
52.58/52.67	c #random_decision = 0
52.58/52.67	c #conflict = 1
52.58/52.67	c #restart = 0
52.58/52.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
52.58/52.67	c lower bound updated to -180
52.58/52.67	c BCD2: 1092 <= obj <= 1232
52.58/52.67	c BCD2: #cores=48, #unrelaxed=132, #relaxed=1140, #hardened=0
52.58/52.67	c BCD2: #sat=1 #unsat=1093 bias=1093/1094
52.58/52.67	c Solving starts ...
52.58/52.67	c ============================[ Search Statistics ]============================
52.58/52.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.58/52.67	c       |         |          |          |    Limit     GC | Var      | Constra 
52.58/52.67	c =============================================================================
52.58/52.67	c  0.0s |       0 |        0 |        0 |    46609      0 |     1044 |     1091
52.68/52.72	c  0.0s |       0 |       49 |        1 |    46609      0 |     1044 |     1092
52.68/52.72	c #cpu_time = 0.046s
52.68/52.72	c #wall_clock_time = 0.046s
52.68/52.72	c #decision = 49
52.68/52.72	c #random_decision = 0
52.68/52.72	c #conflict = 1
52.68/52.72	c #restart = 0
52.68/52.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
52.68/52.72	c lower bound updated to -179
52.68/52.72	c BCD2: 1093 <= obj <= 1232
52.68/52.72	c BCD2: #cores=48, #unrelaxed=131, #relaxed=1141, #hardened=0
52.68/52.72	c BCD2: #sat=1 #unsat=1094 bias=1094/1095
52.68/52.72	c Solving starts ...
52.68/52.72	c ============================[ Search Statistics ]============================
52.68/52.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.68/52.72	c       |         |          |          |    Limit     GC | Var      | Constra 
52.68/52.72	c =============================================================================
52.68/52.72	c  0.0s |       0 |        0 |        0 |    46609      0 |     1045 |     1092
52.68/52.77	c  0.0s |       0 |       49 |        1 |    46609      0 |     1045 |     1093
52.68/52.77	c #cpu_time = 0.046s
52.68/52.77	c #wall_clock_time = 0.046s
52.68/52.77	c #decision = 49
52.68/52.77	c #random_decision = 0
52.68/52.77	c #conflict = 1
52.68/52.77	c #restart = 0
52.68/52.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
52.68/52.77	c lower bound updated to -178
52.68/52.77	c BCD2: 1094 <= obj <= 1232
52.68/52.77	c BCD2: #cores=48, #unrelaxed=130, #relaxed=1142, #hardened=0
52.68/52.77	c BCD2: #sat=1 #unsat=1095 bias=1095/1096
52.68/52.77	c Solving starts ...
52.68/52.77	c ============================[ Search Statistics ]============================
52.68/52.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.68/52.77	c       |         |          |          |    Limit     GC | Var      | Constra 
52.68/52.77	c =============================================================================
52.68/52.77	c  0.0s |       0 |        0 |        0 |    46609      0 |     1046 |     1093
52.78/52.81	c  0.0s |       0 |       49 |        1 |    46609      0 |     1046 |     1094
52.78/52.81	c #cpu_time = 0.046s
52.78/52.81	c #wall_clock_time = 0.046s
52.78/52.81	c #decision = 49
52.78/52.81	c #random_decision = 0
52.78/52.81	c #conflict = 1
52.78/52.81	c #restart = 0
52.78/52.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
52.78/52.81	c lower bound updated to -177
52.78/52.81	c BCD2: 1095 <= obj <= 1232
52.78/52.81	c BCD2: #cores=48, #unrelaxed=129, #relaxed=1143, #hardened=0
52.78/52.81	c BCD2: #sat=1 #unsat=1096 bias=1096/1097
52.78/52.82	c Solving starts ...
52.78/52.82	c ============================[ Search Statistics ]============================
52.78/52.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.78/52.82	c       |         |          |          |    Limit     GC | Var      | Constra 
52.78/52.82	c =============================================================================
52.78/52.82	c  0.0s |       0 |        0 |        0 |    46609      0 |     1047 |     1094
52.78/52.86	c  0.0s |       0 |       49 |        1 |    46609      0 |     1047 |     1095
52.78/52.86	c #cpu_time = 0.046s
52.78/52.86	c #wall_clock_time = 0.046s
52.78/52.86	c #decision = 49
52.78/52.86	c #random_decision = 0
52.78/52.86	c #conflict = 1
52.78/52.86	c #restart = 0
52.78/52.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
52.78/52.86	c lower bound updated to -176
52.78/52.87	c BCD2: 1096 <= obj <= 1232
52.78/52.87	c BCD2: #cores=48, #unrelaxed=128, #relaxed=1144, #hardened=0
52.78/52.87	c BCD2: #sat=1 #unsat=1097 bias=1097/1098
52.78/52.87	c Solving starts ...
52.78/52.87	c ============================[ Search Statistics ]============================
52.78/52.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.78/52.87	c       |         |          |          |    Limit     GC | Var      | Constra 
52.78/52.87	c =============================================================================
52.78/52.87	c  0.0s |       0 |        0 |        0 |    46609      0 |     1048 |     1095
52.89/52.91	c  0.0s |       0 |       49 |        1 |    46609      0 |     1048 |     1096
52.89/52.91	c #cpu_time = 0.044s
52.89/52.91	c #wall_clock_time = 0.044s
52.89/52.91	c #decision = 49
52.89/52.91	c #random_decision = 0
52.89/52.91	c #conflict = 1
52.89/52.91	c #restart = 0
52.89/52.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
52.89/52.91	c lower bound updated to -175
52.89/52.91	c BCD2: 1097 <= obj <= 1232
52.89/52.91	c BCD2: #cores=48, #unrelaxed=127, #relaxed=1145, #hardened=0
52.89/52.91	c BCD2: #sat=1 #unsat=1098 bias=1098/1099
52.89/52.91	c Solving starts ...
52.89/52.91	c ============================[ Search Statistics ]============================
52.89/52.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.89/52.91	c       |         |          |          |    Limit     GC | Var      | Constra 
52.89/52.91	c =============================================================================
52.89/52.91	c  0.0s |       0 |        0 |        0 |    46609      0 |     1049 |     1096
52.89/52.96	c  0.0s |       0 |       49 |        1 |    46609      0 |     1049 |     1097
52.89/52.96	c #cpu_time = 0.045s
52.89/52.96	c #wall_clock_time = 0.045s
52.89/52.96	c #decision = 49
52.89/52.96	c #random_decision = 0
52.89/52.96	c #conflict = 1
52.89/52.96	c #restart = 0
52.89/52.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
52.89/52.96	c lower bound updated to -174
52.89/52.96	c BCD2: 1098 <= obj <= 1232
52.89/52.96	c BCD2: #cores=48, #unrelaxed=126, #relaxed=1146, #hardened=0
52.89/52.96	c BCD2: #sat=1 #unsat=1099 bias=1099/1100
52.89/52.96	c Solving starts ...
52.89/52.96	c ============================[ Search Statistics ]============================
52.89/52.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.89/52.96	c       |         |          |          |    Limit     GC | Var      | Constra 
52.89/52.96	c =============================================================================
52.89/52.96	c  0.0s |       0 |        0 |        0 |    46609      0 |     1050 |     1097
52.98/53.01	c  0.0s |       0 |       49 |        1 |    46609      0 |     1050 |     1098
52.98/53.01	c #cpu_time = 0.047s
52.98/53.01	c #wall_clock_time = 0.047s
52.98/53.01	c #decision = 49
52.98/53.01	c #random_decision = 0
52.98/53.01	c #conflict = 1
52.98/53.01	c #restart = 0
52.98/53.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
52.98/53.01	c lower bound updated to -173
52.98/53.01	c BCD2: 1099 <= obj <= 1232
52.98/53.01	c BCD2: #cores=48, #unrelaxed=125, #relaxed=1147, #hardened=0
52.98/53.01	c BCD2: #sat=1 #unsat=1100 bias=1100/1101
52.98/53.01	c Solving starts ...
52.98/53.01	c ============================[ Search Statistics ]============================
52.98/53.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.98/53.01	c       |         |          |          |    Limit     GC | Var      | Constra 
52.98/53.01	c =============================================================================
52.98/53.01	c  0.0s |       0 |        0 |        0 |    46609      0 |     1051 |     1098
52.98/53.05	c  0.0s |       0 |       49 |        1 |    46609      0 |     1051 |     1099
52.98/53.05	c #cpu_time = 0.046s
52.98/53.05	c #wall_clock_time = 0.046s
52.98/53.05	c #decision = 49
52.98/53.05	c #random_decision = 0
52.98/53.05	c #conflict = 1
52.98/53.05	c #restart = 0
52.98/53.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
52.98/53.05	c lower bound updated to -172
52.98/53.05	c BCD2: 1100 <= obj <= 1232
52.98/53.05	c BCD2: #cores=48, #unrelaxed=124, #relaxed=1148, #hardened=0
52.98/53.05	c BCD2: #sat=1 #unsat=1101 bias=1101/1102
52.98/53.05	c Solving starts ...
52.98/53.05	c ============================[ Search Statistics ]============================
52.98/53.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.98/53.05	c       |         |          |          |    Limit     GC | Var      | Constra 
52.98/53.05	c =============================================================================
52.98/53.05	c  0.0s |       0 |        0 |        0 |    46609      0 |     1052 |     1099
53.08/53.10	c  0.0s |       0 |       49 |        1 |    46609      0 |     1052 |     1100
53.08/53.10	c #cpu_time = 0.047s
53.08/53.10	c #wall_clock_time = 0.047s
53.08/53.10	c #decision = 49
53.08/53.10	c #random_decision = 0
53.08/53.10	c #conflict = 1
53.08/53.10	c #restart = 0
53.08/53.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
53.08/53.10	c lower bound updated to -171
53.08/53.10	c BCD2: 1101 <= obj <= 1232
53.08/53.10	c BCD2: #cores=48, #unrelaxed=123, #relaxed=1149, #hardened=0
53.08/53.10	c BCD2: #sat=1 #unsat=1102 bias=1102/1103
53.08/53.10	c Solving starts ...
53.08/53.10	c ============================[ Search Statistics ]============================
53.08/53.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.08/53.10	c       |         |          |          |    Limit     GC | Var      | Constra 
53.08/53.10	c =============================================================================
53.08/53.10	c  0.0s |       0 |        0 |        0 |    46609      0 |     1053 |     1100
53.08/53.15	c  0.0s |       0 |       49 |        1 |    46609      0 |     1053 |     1101
53.08/53.15	c #cpu_time = 0.046s
53.08/53.15	c #wall_clock_time = 0.046s
53.08/53.15	c #decision = 49
53.08/53.15	c #random_decision = 0
53.08/53.15	c #conflict = 1
53.08/53.15	c #restart = 0
53.08/53.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
53.08/53.15	c lower bound updated to -170
53.08/53.15	c BCD2: 1102 <= obj <= 1232
53.08/53.15	c BCD2: #cores=48, #unrelaxed=122, #relaxed=1150, #hardened=0
53.08/53.15	c BCD2: #sat=1 #unsat=1103 bias=1103/1104
53.08/53.15	c Solving starts ...
53.08/53.15	c ============================[ Search Statistics ]============================
53.08/53.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.08/53.15	c       |         |          |          |    Limit     GC | Var      | Constra 
53.08/53.15	c =============================================================================
53.08/53.15	c  0.0s |       0 |        0 |        0 |    46609      0 |     1054 |     1101
53.18/53.20	c  0.0s |       0 |       49 |        1 |    46609      0 |     1054 |     1102
53.18/53.20	c #cpu_time = 0.046s
53.18/53.20	c #wall_clock_time = 0.046s
53.18/53.20	c #decision = 49
53.18/53.20	c #random_decision = 0
53.18/53.20	c #conflict = 1
53.18/53.20	c #restart = 0
53.18/53.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
53.18/53.20	c lower bound updated to -169
53.18/53.20	c BCD2: 1103 <= obj <= 1232
53.18/53.20	c BCD2: #cores=48, #unrelaxed=121, #relaxed=1151, #hardened=0
53.18/53.20	c BCD2: #sat=1 #unsat=1104 bias=1104/1105
53.18/53.20	c Solving starts ...
53.18/53.20	c ============================[ Search Statistics ]============================
53.18/53.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.18/53.20	c       |         |          |          |    Limit     GC | Var      | Constra 
53.18/53.20	c =============================================================================
53.18/53.20	c  0.0s |       0 |        0 |        0 |    46609      0 |     1055 |     1102
53.18/53.25	c  0.0s |       0 |       49 |        1 |    46609      0 |     1055 |     1103
53.18/53.25	c #cpu_time = 0.044s
53.18/53.25	c #wall_clock_time = 0.044s
53.18/53.25	c #decision = 49
53.18/53.25	c #random_decision = 0
53.18/53.25	c #conflict = 1
53.18/53.25	c #restart = 0
53.18/53.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
53.18/53.25	c lower bound updated to -168
53.18/53.25	c BCD2: 1104 <= obj <= 1232
53.18/53.25	c BCD2: #cores=48, #unrelaxed=120, #relaxed=1152, #hardened=0
53.18/53.25	c BCD2: #sat=1 #unsat=1105 bias=1105/1106
53.18/53.25	c Solving starts ...
53.18/53.25	c ============================[ Search Statistics ]============================
53.18/53.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.18/53.25	c       |         |          |          |    Limit     GC | Var      | Constra 
53.18/53.25	c =============================================================================
53.18/53.25	c  0.0s |       0 |        0 |        0 |    46609      0 |     1056 |     1103
53.18/53.29	c  0.0s |       0 |       49 |        0 |    46609      0 |     1056 |     1104
53.18/53.29	c #cpu_time = 0.045s
53.18/53.29	c #wall_clock_time = 0.045s
53.18/53.29	c #decision = 49
53.18/53.29	c #random_decision = 0
53.18/53.29	c #conflict = 0
53.18/53.29	c #restart = 0
53.18/53.29	c BCD2: found a new core of size 2: cost of the new core is >=1
53.18/53.29	c lower bound updated to -167
53.28/53.30	c BCD2: 1105 <= obj <= 1232
53.28/53.30	c BCD2: #cores=49, #unrelaxed=118, #relaxed=1154, #hardened=0
53.28/53.30	c BCD2: #sat=1 #unsat=1106 bias=1106/1107
53.28/53.30	c Solving starts ...
53.28/53.30	c ============================[ Search Statistics ]============================
53.28/53.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.28/53.30	c       |         |          |          |    Limit     GC | Var      | Constra 
53.28/53.30	c =============================================================================
53.28/53.30	c  0.0s |       0 |        0 |        0 |    46609      0 |     1056 |     1105
53.28/53.35	c  0.0s |       0 |       50 |        1 |    46609      0 |     1056 |     1105
53.28/53.35	c #cpu_time = 0.044s
53.28/53.35	c #wall_clock_time = 0.044s
53.28/53.35	c #decision = 50
53.28/53.35	c #random_decision = 0
53.28/53.35	c #conflict = 1
53.28/53.35	c #restart = 0
53.28/53.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
53.28/53.35	c lower bound updated to -166
53.28/53.35	c BCD2: 1106 <= obj <= 1232
53.28/53.35	c BCD2: #cores=49, #unrelaxed=117, #relaxed=1155, #hardened=0
53.28/53.35	c BCD2: #sat=1 #unsat=1107 bias=1107/1108
53.28/53.35	c Solving starts ...
53.28/53.35	c ============================[ Search Statistics ]============================
53.28/53.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.28/53.35	c       |         |          |          |    Limit     GC | Var      | Constra 
53.28/53.35	c =============================================================================
53.28/53.35	c  0.0s |       0 |        0 |        0 |    46609      0 |     1057 |     1105
53.28/53.39	c  0.0s |       0 |       50 |        1 |    46609      0 |     1057 |     1106
53.28/53.39	c #cpu_time = 0.046s
53.28/53.39	c #wall_clock_time = 0.046s
53.28/53.39	c #decision = 50
53.28/53.39	c #random_decision = 0
53.28/53.39	c #conflict = 1
53.28/53.39	c #restart = 0
53.28/53.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
53.28/53.39	c lower bound updated to -165
53.28/53.39	c BCD2: 1107 <= obj <= 1232
53.28/53.39	c BCD2: #cores=49, #unrelaxed=116, #relaxed=1156, #hardened=0
53.28/53.39	c BCD2: #sat=1 #unsat=1108 bias=1108/1109
53.28/53.39	c Solving starts ...
53.28/53.39	c ============================[ Search Statistics ]============================
53.28/53.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.28/53.39	c       |         |          |          |    Limit     GC | Var      | Constra 
53.28/53.39	c =============================================================================
53.28/53.39	c  0.0s |       0 |        0 |        0 |    46609      0 |     1058 |     1106
53.38/53.44	c  0.0s |       0 |       50 |        1 |    46609      0 |     1058 |     1107
53.38/53.44	c #cpu_time = 0.046s
53.38/53.44	c #wall_clock_time = 0.046s
53.38/53.44	c #decision = 50
53.38/53.44	c #random_decision = 0
53.38/53.44	c #conflict = 1
53.38/53.44	c #restart = 0
53.38/53.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
53.38/53.44	c lower bound updated to -164
53.38/53.44	c BCD2: 1108 <= obj <= 1232
53.38/53.44	c BCD2: #cores=49, #unrelaxed=115, #relaxed=1157, #hardened=0
53.38/53.44	c BCD2: #sat=1 #unsat=1109 bias=1109/1110
53.38/53.44	c Solving starts ...
53.38/53.44	c ============================[ Search Statistics ]============================
53.38/53.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.38/53.44	c       |         |          |          |    Limit     GC | Var      | Constra 
53.38/53.44	c =============================================================================
53.38/53.44	c  0.0s |       0 |        0 |        0 |    46609      0 |     1059 |     1107
53.38/53.49	c  0.0s |       0 |       50 |        1 |    46609      0 |     1059 |     1108
53.38/53.49	c #cpu_time = 0.045s
53.38/53.49	c #wall_clock_time = 0.045s
53.38/53.49	c #decision = 50
53.38/53.49	c #random_decision = 0
53.38/53.49	c #conflict = 1
53.38/53.49	c #restart = 0
53.38/53.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
53.38/53.49	c lower bound updated to -163
53.38/53.49	c BCD2: 1109 <= obj <= 1232
53.38/53.49	c BCD2: #cores=49, #unrelaxed=114, #relaxed=1158, #hardened=0
53.38/53.49	c BCD2: #sat=1 #unsat=1110 bias=1110/1111
53.38/53.49	c Solving starts ...
53.38/53.49	c ============================[ Search Statistics ]============================
53.38/53.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.38/53.49	c       |         |          |          |    Limit     GC | Var      | Constra 
53.38/53.49	c =============================================================================
53.38/53.49	c  0.0s |       0 |        0 |        0 |    46609      0 |     1060 |     1108
53.48/53.53	c  0.0s |       0 |       50 |        1 |    46609      0 |     1060 |     1109
53.48/53.53	c #cpu_time = 0.045s
53.48/53.53	c #wall_clock_time = 0.046s
53.48/53.53	c #decision = 50
53.48/53.53	c #random_decision = 0
53.48/53.53	c #conflict = 1
53.48/53.53	c #restart = 0
53.48/53.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
53.48/53.53	c lower bound updated to -162
53.48/53.53	c BCD2: 1110 <= obj <= 1232
53.48/53.53	c BCD2: #cores=49, #unrelaxed=113, #relaxed=1159, #hardened=0
53.48/53.53	c BCD2: #sat=1 #unsat=1111 bias=1111/1112
53.48/53.54	c Solving starts ...
53.48/53.54	c ============================[ Search Statistics ]============================
53.48/53.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.48/53.54	c       |         |          |          |    Limit     GC | Var      | Constra 
53.48/53.54	c =============================================================================
53.48/53.54	c  0.0s |       0 |        0 |        0 |    46609      0 |     1061 |     1109
53.48/53.58	c  0.0s |       0 |       50 |        1 |    46609      0 |     1061 |     1110
53.48/53.58	c #cpu_time = 0.045s
53.48/53.58	c #wall_clock_time = 0.045s
53.48/53.58	c #decision = 50
53.48/53.58	c #random_decision = 0
53.48/53.58	c #conflict = 1
53.48/53.58	c #restart = 0
53.48/53.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
53.48/53.58	c lower bound updated to -161
53.48/53.59	c BCD2: 1111 <= obj <= 1232
53.48/53.59	c BCD2: #cores=49, #unrelaxed=112, #relaxed=1160, #hardened=0
53.48/53.59	c BCD2: #sat=1 #unsat=1112 bias=1112/1113
53.48/53.59	c Solving starts ...
53.48/53.59	c ============================[ Search Statistics ]============================
53.48/53.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.48/53.59	c       |         |          |          |    Limit     GC | Var      | Constra 
53.48/53.59	c =============================================================================
53.48/53.59	c  0.0s |       0 |        0 |        0 |    46609      0 |     1062 |     1110
53.58/53.63	c  0.0s |       0 |       50 |        1 |    46609      0 |     1062 |     1111
53.58/53.63	c #cpu_time = 0.044s
53.58/53.63	c #wall_clock_time = 0.044s
53.58/53.63	c #decision = 50
53.58/53.63	c #random_decision = 0
53.58/53.63	c #conflict = 1
53.58/53.63	c #restart = 0
53.58/53.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
53.58/53.63	c lower bound updated to -160
53.58/53.63	c BCD2: 1112 <= obj <= 1232
53.58/53.63	c BCD2: #cores=49, #unrelaxed=111, #relaxed=1161, #hardened=0
53.58/53.63	c BCD2: #sat=1 #unsat=1113 bias=1113/1114
53.58/53.63	c Solving starts ...
53.58/53.63	c ============================[ Search Statistics ]============================
53.58/53.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.58/53.63	c       |         |          |          |    Limit     GC | Var      | Constra 
53.58/53.63	c =============================================================================
53.58/53.63	c  0.0s |       0 |        0 |        0 |    46609      0 |     1063 |     1111
53.58/53.68	c  0.0s |       0 |       50 |        1 |    46609      0 |     1063 |     1112
53.58/53.68	c #cpu_time = 0.045s
53.58/53.68	c #wall_clock_time = 0.045s
53.58/53.68	c #decision = 50
53.58/53.68	c #random_decision = 0
53.58/53.68	c #conflict = 1
53.58/53.68	c #restart = 0
53.58/53.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
53.58/53.68	c lower bound updated to -159
53.58/53.68	c BCD2: 1113 <= obj <= 1232
53.58/53.68	c BCD2: #cores=49, #unrelaxed=110, #relaxed=1162, #hardened=0
53.58/53.68	c BCD2: #sat=1 #unsat=1114 bias=1114/1115
53.58/53.68	c Solving starts ...
53.58/53.68	c ============================[ Search Statistics ]============================
53.58/53.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.58/53.68	c       |         |          |          |    Limit     GC | Var      | Constra 
53.58/53.68	c =============================================================================
53.58/53.68	c  0.0s |       0 |        0 |        0 |    46609      0 |     1064 |     1112
53.68/53.73	c  0.0s |       0 |       50 |        1 |    46609      0 |     1064 |     1113
53.68/53.73	c #cpu_time = 0.046s
53.68/53.73	c #wall_clock_time = 0.046s
53.68/53.73	c #decision = 50
53.68/53.73	c #random_decision = 0
53.68/53.73	c #conflict = 1
53.68/53.73	c #restart = 0
53.68/53.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
53.68/53.73	c lower bound updated to -158
53.68/53.73	c BCD2: 1114 <= obj <= 1232
53.68/53.73	c BCD2: #cores=49, #unrelaxed=109, #relaxed=1163, #hardened=0
53.68/53.73	c BCD2: #sat=1 #unsat=1115 bias=1115/1116
53.68/53.73	c Solving starts ...
53.68/53.73	c ============================[ Search Statistics ]============================
53.68/53.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.68/53.73	c       |         |          |          |    Limit     GC | Var      | Constra 
53.68/53.73	c =============================================================================
53.68/53.73	c  0.0s |       0 |        0 |        0 |    46609      0 |     1065 |     1113
53.68/53.77	c  0.0s |       0 |       50 |        1 |    46609      0 |     1065 |     1114
53.68/53.77	c #cpu_time = 0.046s
53.68/53.77	c #wall_clock_time = 0.046s
53.68/53.77	c #decision = 50
53.68/53.77	c #random_decision = 0
53.68/53.77	c #conflict = 1
53.68/53.77	c #restart = 0
53.68/53.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
53.68/53.77	c lower bound updated to -157
53.68/53.77	c BCD2: 1115 <= obj <= 1232
53.68/53.77	c BCD2: #cores=49, #unrelaxed=108, #relaxed=1164, #hardened=0
53.68/53.77	c BCD2: #sat=1 #unsat=1116 bias=1116/1117
53.68/53.77	c Solving starts ...
53.68/53.77	c ============================[ Search Statistics ]============================
53.68/53.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.68/53.77	c       |         |          |          |    Limit     GC | Var      | Constra 
53.68/53.77	c =============================================================================
53.68/53.77	c  0.0s |       0 |        0 |        0 |    46609      0 |     1066 |     1114
53.78/53.82	c  0.0s |       0 |       50 |        1 |    46609      0 |     1066 |     1115
53.78/53.82	c #cpu_time = 0.046s
53.78/53.82	c #wall_clock_time = 0.046s
53.78/53.82	c #decision = 50
53.78/53.82	c #random_decision = 0
53.78/53.82	c #conflict = 1
53.78/53.82	c #restart = 0
53.78/53.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
53.78/53.82	c lower bound updated to -156
53.78/53.82	c BCD2: 1116 <= obj <= 1232
53.78/53.82	c BCD2: #cores=49, #unrelaxed=107, #relaxed=1165, #hardened=0
53.78/53.82	c BCD2: #sat=1 #unsat=1117 bias=1117/1118
53.78/53.82	c Solving starts ...
53.78/53.82	c ============================[ Search Statistics ]============================
53.78/53.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.78/53.82	c       |         |          |          |    Limit     GC | Var      | Constra 
53.78/53.82	c =============================================================================
53.78/53.82	c  0.0s |       0 |        0 |        0 |    46609      0 |     1067 |     1115
53.78/53.87	c  0.0s |       0 |       50 |        1 |    46609      0 |     1067 |     1116
53.78/53.87	c #cpu_time = 0.046s
53.78/53.87	c #wall_clock_time = 0.046s
53.78/53.87	c #decision = 50
53.78/53.87	c #random_decision = 0
53.78/53.87	c #conflict = 1
53.78/53.87	c #restart = 0
53.78/53.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
53.78/53.87	c lower bound updated to -155
53.78/53.87	c BCD2: 1117 <= obj <= 1232
53.78/53.87	c BCD2: #cores=49, #unrelaxed=106, #relaxed=1166, #hardened=0
53.78/53.87	c BCD2: #sat=1 #unsat=1118 bias=1118/1119
53.78/53.87	c Solving starts ...
53.78/53.87	c ============================[ Search Statistics ]============================
53.78/53.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.78/53.87	c       |         |          |          |    Limit     GC | Var      | Constra 
53.78/53.87	c =============================================================================
53.78/53.87	c  0.0s |       0 |        0 |        0 |    46609      0 |     1068 |     1116
53.88/53.91	c  0.0s |       0 |       50 |        1 |    46609      0 |     1068 |     1117
53.88/53.91	c #cpu_time = 0.046s
53.88/53.91	c #wall_clock_time = 0.046s
53.88/53.91	c #decision = 50
53.88/53.91	c #random_decision = 0
53.88/53.91	c #conflict = 1
53.88/53.91	c #restart = 0
53.88/53.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
53.88/53.91	c lower bound updated to -154
53.88/53.92	c BCD2: 1118 <= obj <= 1232
53.88/53.92	c BCD2: #cores=49, #unrelaxed=105, #relaxed=1167, #hardened=0
53.88/53.92	c BCD2: #sat=1 #unsat=1119 bias=1119/1120
53.88/53.92	c Solving starts ...
53.88/53.92	c ============================[ Search Statistics ]============================
53.88/53.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.88/53.92	c       |         |          |          |    Limit     GC | Var      | Constra 
53.88/53.92	c =============================================================================
53.88/53.92	c  0.0s |       0 |        0 |        0 |    46609      0 |     1069 |     1117
53.88/53.96	c  0.0s |       0 |       50 |        1 |    46609      0 |     1069 |     1118
53.88/53.96	c #cpu_time = 0.046s
53.88/53.96	c #wall_clock_time = 0.046s
53.88/53.96	c #decision = 50
53.88/53.96	c #random_decision = 0
53.88/53.96	c #conflict = 1
53.88/53.96	c #restart = 0
53.88/53.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
53.88/53.96	c lower bound updated to -153
53.88/53.97	c BCD2: 1119 <= obj <= 1232
53.88/53.97	c BCD2: #cores=49, #unrelaxed=104, #relaxed=1168, #hardened=0
53.88/53.97	c BCD2: #sat=1 #unsat=1120 bias=1120/1121
53.88/53.97	c Solving starts ...
53.88/53.97	c ============================[ Search Statistics ]============================
53.88/53.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.88/53.97	c       |         |          |          |    Limit     GC | Var      | Constra 
53.88/53.97	c =============================================================================
53.88/53.97	c  0.0s |       0 |        0 |        0 |    46609      0 |     1070 |     1118
53.99/54.01	c  0.0s |       0 |       50 |        1 |    46609      0 |     1070 |     1119
53.99/54.01	c #cpu_time = 0.044s
53.99/54.01	c #wall_clock_time = 0.044s
53.99/54.01	c #decision = 50
53.99/54.01	c #random_decision = 0
53.99/54.01	c #conflict = 1
53.99/54.01	c #restart = 0
53.99/54.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
53.99/54.01	c lower bound updated to -152
53.99/54.01	c BCD2: 1120 <= obj <= 1232
53.99/54.01	c BCD2: #cores=49, #unrelaxed=103, #relaxed=1169, #hardened=0
53.99/54.01	c BCD2: #sat=1 #unsat=1121 bias=1121/1122
53.99/54.01	c Solving starts ...
53.99/54.01	c ============================[ Search Statistics ]============================
53.99/54.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.99/54.01	c       |         |          |          |    Limit     GC | Var      | Constra 
53.99/54.01	c =============================================================================
53.99/54.01	c  0.0s |       0 |        0 |        0 |    46609      0 |     1071 |     1119
53.99/54.06	c  0.0s |       0 |       50 |        1 |    46609      0 |     1071 |     1120
53.99/54.06	c #cpu_time = 0.045s
53.99/54.06	c #wall_clock_time = 0.045s
53.99/54.06	c #decision = 50
53.99/54.06	c #random_decision = 0
53.99/54.06	c #conflict = 1
53.99/54.06	c #restart = 0
53.99/54.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
53.99/54.06	c lower bound updated to -151
53.99/54.06	c BCD2: 1121 <= obj <= 1232
53.99/54.06	c BCD2: #cores=49, #unrelaxed=102, #relaxed=1170, #hardened=0
53.99/54.06	c BCD2: #sat=1 #unsat=1122 bias=1122/1123
53.99/54.06	c Solving starts ...
53.99/54.06	c ============================[ Search Statistics ]============================
53.99/54.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.99/54.06	c       |         |          |          |    Limit     GC | Var      | Constra 
53.99/54.06	c =============================================================================
53.99/54.06	c  0.0s |       0 |        0 |        0 |    46609      0 |     1072 |     1120
54.08/54.11	c  0.0s |       0 |       50 |        1 |    46609      0 |     1072 |     1121
54.08/54.11	c #cpu_time = 0.046s
54.08/54.11	c #wall_clock_time = 0.046s
54.08/54.11	c #decision = 50
54.08/54.11	c #random_decision = 0
54.08/54.11	c #conflict = 1
54.08/54.11	c #restart = 0
54.08/54.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
54.08/54.11	c lower bound updated to -150
54.08/54.11	c BCD2: 1122 <= obj <= 1232
54.08/54.11	c BCD2: #cores=49, #unrelaxed=101, #relaxed=1171, #hardened=0
54.08/54.11	c BCD2: #sat=1 #unsat=1123 bias=1123/1124
54.08/54.11	c Solving starts ...
54.08/54.11	c ============================[ Search Statistics ]============================
54.08/54.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.08/54.11	c       |         |          |          |    Limit     GC | Var      | Constra 
54.08/54.11	c =============================================================================
54.08/54.11	c  0.0s |       0 |        0 |        0 |    46609      0 |     1073 |     1121
54.08/54.15	c  0.0s |       0 |       50 |        1 |    46609      0 |     1073 |     1122
54.08/54.15	c #cpu_time = 0.046s
54.08/54.15	c #wall_clock_time = 0.047s
54.08/54.15	c #decision = 50
54.08/54.15	c #random_decision = 0
54.08/54.15	c #conflict = 1
54.08/54.15	c #restart = 0
54.08/54.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
54.08/54.15	c lower bound updated to -149
54.08/54.16	c BCD2: 1123 <= obj <= 1232
54.08/54.16	c BCD2: #cores=49, #unrelaxed=100, #relaxed=1172, #hardened=0
54.08/54.16	c BCD2: #sat=1 #unsat=1124 bias=1124/1125
54.08/54.16	c Solving starts ...
54.08/54.16	c ============================[ Search Statistics ]============================
54.08/54.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.08/54.16	c       |         |          |          |    Limit     GC | Var      | Constra 
54.08/54.16	c =============================================================================
54.08/54.16	c  0.0s |       0 |        0 |        0 |    46609      0 |     1074 |     1122
54.18/54.20	c  0.0s |       0 |       50 |        1 |    46609      0 |     1074 |     1123
54.18/54.20	c #cpu_time = 0.047s
54.18/54.20	c #wall_clock_time = 0.047s
54.18/54.20	c #decision = 50
54.18/54.20	c #random_decision = 0
54.18/54.20	c #conflict = 1
54.18/54.20	c #restart = 0
54.18/54.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
54.18/54.20	c lower bound updated to -148
54.18/54.20	c BCD2: 1124 <= obj <= 1232
54.18/54.20	c BCD2: #cores=49, #unrelaxed=99, #relaxed=1173, #hardened=0
54.18/54.20	c BCD2: #sat=1 #unsat=1125 bias=1125/1126
54.18/54.20	c Solving starts ...
54.18/54.20	c ============================[ Search Statistics ]============================
54.18/54.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.18/54.20	c       |         |          |          |    Limit     GC | Var      | Constra 
54.18/54.20	c =============================================================================
54.18/54.20	c  0.0s |       0 |        0 |        0 |    46609      0 |     1075 |     1123
54.18/54.25	c  0.0s |       0 |       50 |        1 |    46609      0 |     1075 |     1124
54.18/54.25	c #cpu_time = 0.045s
54.18/54.25	c #wall_clock_time = 0.045s
54.18/54.25	c #decision = 50
54.18/54.25	c #random_decision = 0
54.18/54.25	c #conflict = 1
54.18/54.25	c #restart = 0
54.18/54.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
54.18/54.25	c lower bound updated to -147
54.18/54.25	c BCD2: 1125 <= obj <= 1232
54.18/54.25	c BCD2: #cores=49, #unrelaxed=98, #relaxed=1174, #hardened=0
54.18/54.25	c BCD2: #sat=1 #unsat=1126 bias=1126/1127
54.18/54.25	c Solving starts ...
54.18/54.25	c ============================[ Search Statistics ]============================
54.18/54.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.18/54.25	c       |         |          |          |    Limit     GC | Var      | Constra 
54.18/54.25	c =============================================================================
54.18/54.25	c  0.0s |       0 |        0 |        0 |    46609      0 |     1076 |     1124
54.28/54.30	c  0.0s |       0 |       50 |        1 |    46609      0 |     1076 |     1125
54.28/54.30	c #cpu_time = 0.046s
54.28/54.30	c #wall_clock_time = 0.046s
54.28/54.30	c #decision = 50
54.28/54.30	c #random_decision = 0
54.28/54.30	c #conflict = 1
54.28/54.30	c #restart = 0
54.28/54.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
54.28/54.30	c lower bound updated to -146
54.28/54.30	c BCD2: 1126 <= obj <= 1232
54.28/54.30	c BCD2: #cores=49, #unrelaxed=97, #relaxed=1175, #hardened=0
54.28/54.30	c BCD2: #sat=1 #unsat=1127 bias=1127/1128
54.28/54.30	c Solving starts ...
54.28/54.30	c ============================[ Search Statistics ]============================
54.28/54.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.28/54.30	c       |         |          |          |    Limit     GC | Var      | Constra 
54.28/54.30	c =============================================================================
54.28/54.30	c  0.0s |       0 |        0 |        0 |    46609      0 |     1077 |     1125
54.28/54.34	c  0.0s |       0 |       50 |        1 |    46609      0 |     1077 |     1126
54.28/54.34	c #cpu_time = 0.045s
54.28/54.34	c #wall_clock_time = 0.046s
54.28/54.34	c #decision = 50
54.28/54.34	c #random_decision = 0
54.28/54.34	c #conflict = 1
54.28/54.34	c #restart = 0
54.28/54.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
54.28/54.34	c lower bound updated to -145
54.28/54.35	c BCD2: 1127 <= obj <= 1232
54.28/54.35	c BCD2: #cores=49, #unrelaxed=96, #relaxed=1176, #hardened=0
54.28/54.35	c BCD2: #sat=1 #unsat=1128 bias=1128/1129
54.28/54.35	c Solving starts ...
54.28/54.35	c ============================[ Search Statistics ]============================
54.28/54.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.28/54.35	c       |         |          |          |    Limit     GC | Var      | Constra 
54.28/54.35	c =============================================================================
54.28/54.35	c  0.0s |       0 |        0 |        0 |    46609      0 |     1078 |     1126
54.28/54.39	c  0.0s |       0 |       50 |        0 |    46609      0 |     1078 |     1127
54.28/54.39	c #cpu_time = 0.044s
54.28/54.39	c #wall_clock_time = 0.044s
54.28/54.39	c #decision = 50
54.28/54.39	c #random_decision = 0
54.28/54.39	c #conflict = 0
54.28/54.39	c #restart = 0
54.28/54.39	c BCD2: found a new core of size 2: cost of the new core is >=1
54.28/54.39	c lower bound updated to -144
54.38/54.40	c BCD2: 1128 <= obj <= 1232
54.38/54.40	c BCD2: #cores=50, #unrelaxed=94, #relaxed=1178, #hardened=0
54.38/54.40	c BCD2: #sat=1 #unsat=1129 bias=1129/1130
54.38/54.40	c Solving starts ...
54.38/54.40	c ============================[ Search Statistics ]============================
54.38/54.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.38/54.40	c       |         |          |          |    Limit     GC | Var      | Constra 
54.38/54.40	c =============================================================================
54.38/54.40	c  0.0s |       0 |        0 |        0 |    46609      0 |     1078 |     1128
54.38/54.45	c  0.0s |       0 |       51 |        1 |    46609      0 |     1078 |     1128
54.38/54.45	c #cpu_time = 0.044s
54.38/54.45	c #wall_clock_time = 0.044s
54.38/54.45	c #decision = 51
54.38/54.45	c #random_decision = 0
54.38/54.45	c #conflict = 1
54.38/54.45	c #restart = 0
54.38/54.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
54.38/54.45	c lower bound updated to -143
54.38/54.45	c BCD2: 1129 <= obj <= 1232
54.38/54.45	c BCD2: #cores=50, #unrelaxed=93, #relaxed=1179, #hardened=0
54.38/54.45	c BCD2: #sat=1 #unsat=1130 bias=1130/1131
54.38/54.45	c Solving starts ...
54.38/54.45	c ============================[ Search Statistics ]============================
54.38/54.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.38/54.45	c       |         |          |          |    Limit     GC | Var      | Constra 
54.38/54.45	c =============================================================================
54.38/54.45	c  0.0s |       0 |        0 |        0 |    46609      0 |     1079 |     1128
54.38/54.49	c  0.0s |       0 |       51 |        1 |    46609      0 |     1079 |     1129
54.38/54.49	c #cpu_time = 0.046s
54.38/54.49	c #wall_clock_time = 0.046s
54.38/54.49	c #decision = 51
54.38/54.49	c #random_decision = 0
54.38/54.49	c #conflict = 1
54.38/54.49	c #restart = 0
54.38/54.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
54.38/54.49	c lower bound updated to -142
54.38/54.49	c BCD2: 1130 <= obj <= 1232
54.38/54.49	c BCD2: #cores=50, #unrelaxed=92, #relaxed=1180, #hardened=0
54.38/54.49	c BCD2: #sat=1 #unsat=1131 bias=1131/1132
54.38/54.50	c Solving starts ...
54.38/54.50	c ============================[ Search Statistics ]============================
54.38/54.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.38/54.50	c       |         |          |          |    Limit     GC | Var      | Constra 
54.38/54.50	c =============================================================================
54.38/54.50	c  0.0s |       0 |        0 |        0 |    46609      0 |     1080 |     1129
54.48/54.54	c  0.0s |       0 |       51 |        1 |    46609      0 |     1080 |     1130
54.48/54.54	c #cpu_time = 0.046s
54.48/54.54	c #wall_clock_time = 0.046s
54.48/54.54	c #decision = 51
54.48/54.54	c #random_decision = 0
54.48/54.54	c #conflict = 1
54.48/54.54	c #restart = 0
54.48/54.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
54.48/54.54	c lower bound updated to -141
54.48/54.54	c BCD2: 1131 <= obj <= 1232
54.48/54.54	c BCD2: #cores=50, #unrelaxed=91, #relaxed=1181, #hardened=0
54.48/54.54	c BCD2: #sat=1 #unsat=1132 bias=1132/1133
54.48/54.54	c Solving starts ...
54.48/54.54	c ============================[ Search Statistics ]============================
54.48/54.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.48/54.54	c       |         |          |          |    Limit     GC | Var      | Constra 
54.48/54.54	c =============================================================================
54.48/54.54	c  0.0s |       0 |        0 |        0 |    46609      0 |     1081 |     1130
54.48/54.59	c  0.0s |       0 |       51 |        1 |    46609      0 |     1081 |     1131
54.48/54.59	c #cpu_time = 0.046s
54.48/54.59	c #wall_clock_time = 0.046s
54.48/54.59	c #decision = 51
54.48/54.59	c #random_decision = 0
54.48/54.59	c #conflict = 1
54.48/54.59	c #restart = 0
54.48/54.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
54.48/54.59	c lower bound updated to -140
54.48/54.59	c BCD2: 1132 <= obj <= 1232
54.48/54.59	c BCD2: #cores=50, #unrelaxed=90, #relaxed=1182, #hardened=0
54.48/54.59	c BCD2: #sat=1 #unsat=1133 bias=1133/1134
54.48/54.59	c Solving starts ...
54.48/54.59	c ============================[ Search Statistics ]============================
54.48/54.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.48/54.59	c       |         |          |          |    Limit     GC | Var      | Constra 
54.48/54.59	c =============================================================================
54.48/54.59	c  0.0s |       0 |        0 |        0 |    46609      0 |     1082 |     1131
54.58/54.64	c  0.0s |       0 |       51 |        1 |    46609      0 |     1082 |     1132
54.58/54.64	c #cpu_time = 0.045s
54.58/54.64	c #wall_clock_time = 0.046s
54.58/54.64	c #decision = 51
54.58/54.64	c #random_decision = 0
54.58/54.64	c #conflict = 1
54.58/54.64	c #restart = 0
54.58/54.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
54.58/54.64	c lower bound updated to -139
54.58/54.64	c BCD2: 1133 <= obj <= 1232
54.58/54.64	c BCD2: #cores=50, #unrelaxed=89, #relaxed=1183, #hardened=0
54.58/54.64	c BCD2: #sat=1 #unsat=1134 bias=1134/1135
54.58/54.64	c Solving starts ...
54.58/54.64	c ============================[ Search Statistics ]============================
54.58/54.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.58/54.64	c       |         |          |          |    Limit     GC | Var      | Constra 
54.58/54.64	c =============================================================================
54.58/54.64	c  0.0s |       0 |        0 |        0 |    46609      0 |     1083 |     1132
54.58/54.68	c  0.0s |       0 |       51 |        1 |    46609      0 |     1083 |     1133
54.58/54.68	c #cpu_time = 0.046s
54.58/54.68	c #wall_clock_time = 0.047s
54.58/54.68	c #decision = 51
54.58/54.68	c #random_decision = 0
54.58/54.68	c #conflict = 1
54.58/54.68	c #restart = 0
54.58/54.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
54.58/54.68	c lower bound updated to -138
54.58/54.68	c BCD2: 1134 <= obj <= 1232
54.58/54.68	c BCD2: #cores=50, #unrelaxed=88, #relaxed=1184, #hardened=0
54.58/54.68	c BCD2: #sat=1 #unsat=1135 bias=1135/1136
54.58/54.68	c Solving starts ...
54.58/54.68	c ============================[ Search Statistics ]============================
54.58/54.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.58/54.68	c       |         |          |          |    Limit     GC | Var      | Constra 
54.58/54.68	c =============================================================================
54.58/54.69	c  0.0s |       0 |        0 |        0 |    46609      0 |     1084 |     1133
54.68/54.73	c  0.0s |       0 |       51 |        1 |    46609      0 |     1084 |     1134
54.68/54.73	c #cpu_time = 0.044s
54.68/54.73	c #wall_clock_time = 0.044s
54.68/54.73	c #decision = 51
54.68/54.73	c #random_decision = 0
54.68/54.73	c #conflict = 1
54.68/54.73	c #restart = 0
54.68/54.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
54.68/54.73	c lower bound updated to -137
54.68/54.73	c BCD2: 1135 <= obj <= 1232
54.68/54.73	c BCD2: #cores=50, #unrelaxed=87, #relaxed=1185, #hardened=0
54.68/54.73	c BCD2: #sat=1 #unsat=1136 bias=1136/1137
54.68/54.74	c Solving starts ...
54.68/54.74	c ============================[ Search Statistics ]============================
54.68/54.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.68/54.74	c       |         |          |          |    Limit     GC | Var      | Constra 
54.68/54.74	c =============================================================================
54.68/54.74	c  0.0s |       0 |        0 |        0 |    46609      0 |     1085 |     1134
54.68/54.78	c  0.0s |       0 |       51 |        1 |    46609      0 |     1085 |     1135
54.68/54.78	c #cpu_time = 0.045s
54.68/54.78	c #wall_clock_time = 0.045s
54.68/54.78	c #decision = 51
54.68/54.78	c #random_decision = 0
54.68/54.78	c #conflict = 1
54.68/54.78	c #restart = 0
54.68/54.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
54.68/54.78	c lower bound updated to -136
54.68/54.78	c BCD2: 1136 <= obj <= 1232
54.68/54.78	c BCD2: #cores=50, #unrelaxed=86, #relaxed=1186, #hardened=0
54.68/54.78	c BCD2: #sat=1 #unsat=1137 bias=1137/1138
54.68/54.78	c Solving starts ...
54.68/54.78	c ============================[ Search Statistics ]============================
54.68/54.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.68/54.78	c       |         |          |          |    Limit     GC | Var      | Constra 
54.68/54.78	c =============================================================================
54.68/54.78	c  0.0s |       0 |        0 |        0 |    46609      0 |     1086 |     1135
54.78/54.83	c  0.0s |       0 |       51 |        1 |    46609      0 |     1086 |     1136
54.78/54.83	c #cpu_time = 0.046s
54.78/54.83	c #wall_clock_time = 0.046s
54.78/54.83	c #decision = 51
54.78/54.83	c #random_decision = 0
54.78/54.83	c #conflict = 1
54.78/54.83	c #restart = 0
54.78/54.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
54.78/54.83	c lower bound updated to -135
54.78/54.83	c BCD2: 1137 <= obj <= 1232
54.78/54.83	c BCD2: #cores=50, #unrelaxed=85, #relaxed=1187, #hardened=0
54.78/54.83	c BCD2: #sat=1 #unsat=1138 bias=1138/1139
54.78/54.83	c Solving starts ...
54.78/54.83	c ============================[ Search Statistics ]============================
54.78/54.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.78/54.83	c       |         |          |          |    Limit     GC | Var      | Constra 
54.78/54.83	c =============================================================================
54.78/54.83	c  0.0s |       0 |        0 |        0 |    46609      0 |     1087 |     1136
54.78/54.88	c  0.0s |       0 |       51 |        1 |    46609      0 |     1087 |     1137
54.78/54.88	c #cpu_time = 0.046s
54.78/54.88	c #wall_clock_time = 0.046s
54.78/54.88	c #decision = 51
54.78/54.88	c #random_decision = 0
54.78/54.88	c #conflict = 1
54.78/54.88	c #restart = 0
54.78/54.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
54.78/54.88	c lower bound updated to -134
54.78/54.88	c BCD2: 1138 <= obj <= 1232
54.78/54.88	c BCD2: #cores=50, #unrelaxed=84, #relaxed=1188, #hardened=0
54.78/54.88	c BCD2: #sat=1 #unsat=1139 bias=1139/1140
54.78/54.88	c Solving starts ...
54.78/54.88	c ============================[ Search Statistics ]============================
54.78/54.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.78/54.88	c       |         |          |          |    Limit     GC | Var      | Constra 
54.78/54.88	c =============================================================================
54.78/54.88	c  0.0s |       0 |        0 |        0 |    46609      0 |     1088 |     1137
54.88/54.92	c  0.0s |       0 |       51 |        1 |    46609      0 |     1088 |     1138
54.88/54.92	c #cpu_time = 0.046s
54.88/54.92	c #wall_clock_time = 0.046s
54.88/54.92	c #decision = 51
54.88/54.92	c #random_decision = 0
54.88/54.92	c #conflict = 1
54.88/54.92	c #restart = 0
54.88/54.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
54.88/54.92	c lower bound updated to -133
54.88/54.92	c BCD2: 1139 <= obj <= 1232
54.88/54.92	c BCD2: #cores=50, #unrelaxed=83, #relaxed=1189, #hardened=0
54.88/54.92	c BCD2: #sat=1 #unsat=1140 bias=1140/1141
54.88/54.92	c Solving starts ...
54.88/54.92	c ============================[ Search Statistics ]============================
54.88/54.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.88/54.92	c       |         |          |          |    Limit     GC | Var      | Constra 
54.88/54.92	c =============================================================================
54.88/54.92	c  0.0s |       0 |        0 |        0 |    46609      0 |     1089 |     1138
54.88/54.97	c  0.0s |       0 |       51 |        1 |    46609      0 |     1089 |     1139
54.88/54.97	c #cpu_time = 0.046s
54.88/54.97	c #wall_clock_time = 0.046s
54.88/54.97	c #decision = 51
54.88/54.97	c #random_decision = 0
54.88/54.97	c #conflict = 1
54.88/54.97	c #restart = 0
54.88/54.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
54.88/54.97	c lower bound updated to -132
54.88/54.97	c BCD2: 1140 <= obj <= 1232
54.88/54.97	c BCD2: #cores=50, #unrelaxed=82, #relaxed=1190, #hardened=0
54.88/54.97	c BCD2: #sat=1 #unsat=1141 bias=1141/1142
54.88/54.97	c Solving starts ...
54.88/54.97	c ============================[ Search Statistics ]============================
54.88/54.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.88/54.97	c       |         |          |          |    Limit     GC | Var      | Constra 
54.88/54.97	c =============================================================================
54.88/54.97	c  0.0s |       0 |        0 |        0 |    46609      0 |     1090 |     1139
54.98/55.02	c  0.0s |       0 |       51 |        1 |    46609      0 |     1090 |     1140
54.98/55.02	c #cpu_time = 0.046s
54.98/55.02	c #wall_clock_time = 0.046s
54.98/55.02	c #decision = 51
54.98/55.02	c #random_decision = 0
54.98/55.02	c #conflict = 1
54.98/55.02	c #restart = 0
54.98/55.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
54.98/55.02	c lower bound updated to -131
54.98/55.02	c BCD2: 1141 <= obj <= 1232
54.98/55.02	c BCD2: #cores=50, #unrelaxed=81, #relaxed=1191, #hardened=0
54.98/55.02	c BCD2: #sat=1 #unsat=1142 bias=1142/1143
54.98/55.02	c Solving starts ...
54.98/55.02	c ============================[ Search Statistics ]============================
54.98/55.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.98/55.02	c       |         |          |          |    Limit     GC | Var      | Constra 
54.98/55.02	c =============================================================================
54.98/55.02	c  0.0s |       0 |        0 |        0 |    46609      0 |     1091 |     1140
54.98/55.06	c  0.0s |       0 |       51 |        1 |    46609      0 |     1091 |     1141
54.98/55.06	c #cpu_time = 0.046s
54.98/55.06	c #wall_clock_time = 0.046s
54.98/55.06	c #decision = 51
54.98/55.06	c #random_decision = 0
54.98/55.06	c #conflict = 1
54.98/55.06	c #restart = 0
54.98/55.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
54.98/55.06	c lower bound updated to -130
54.98/55.07	c BCD2: 1142 <= obj <= 1232
54.98/55.07	c BCD2: #cores=50, #unrelaxed=80, #relaxed=1192, #hardened=0
54.98/55.07	c BCD2: #sat=1 #unsat=1143 bias=1143/1144
54.98/55.07	c Solving starts ...
54.98/55.07	c ============================[ Search Statistics ]============================
54.98/55.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.98/55.07	c       |         |          |          |    Limit     GC | Var      | Constra 
54.98/55.07	c =============================================================================
54.98/55.07	c  0.0s |       0 |        0 |        0 |    46609      0 |     1092 |     1141
55.09/55.12	c  0.0s |       0 |       51 |        1 |    46609      0 |     1092 |     1142
55.09/55.12	c #cpu_time = 0.045s
55.09/55.12	c #wall_clock_time = 0.045s
55.09/55.12	c #decision = 51
55.09/55.12	c #random_decision = 0
55.09/55.12	c #conflict = 1
55.09/55.12	c #restart = 0
55.09/55.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
55.09/55.12	c lower bound updated to -129
55.09/55.12	c BCD2: 1143 <= obj <= 1232
55.09/55.12	c BCD2: #cores=50, #unrelaxed=79, #relaxed=1193, #hardened=0
55.09/55.12	c BCD2: #sat=1 #unsat=1144 bias=1144/1145
55.09/55.12	c Solving starts ...
55.09/55.12	c ============================[ Search Statistics ]============================
55.09/55.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.09/55.12	c       |         |          |          |    Limit     GC | Var      | Constra 
55.09/55.12	c =============================================================================
55.09/55.12	c  0.0s |       0 |        0 |        0 |    46609      0 |     1093 |     1142
55.09/55.16	c  0.0s |       0 |       51 |        1 |    46609      0 |     1093 |     1143
55.09/55.16	c #cpu_time = 0.047s
55.09/55.16	c #wall_clock_time = 0.047s
55.09/55.16	c #decision = 51
55.09/55.16	c #random_decision = 0
55.09/55.16	c #conflict = 1
55.09/55.16	c #restart = 0
55.09/55.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
55.09/55.16	c lower bound updated to -128
55.09/55.17	c BCD2: 1144 <= obj <= 1232
55.09/55.17	c BCD2: #cores=50, #unrelaxed=78, #relaxed=1194, #hardened=0
55.09/55.17	c BCD2: #sat=1 #unsat=1145 bias=1145/1146
55.09/55.17	c Solving starts ...
55.09/55.17	c ============================[ Search Statistics ]============================
55.09/55.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.09/55.17	c       |         |          |          |    Limit     GC | Var      | Constra 
55.09/55.17	c =============================================================================
55.09/55.17	c  0.0s |       0 |        0 |        0 |    46609      0 |     1094 |     1143
55.18/55.21	c  0.0s |       0 |       51 |        1 |    46609      0 |     1094 |     1144
55.18/55.21	c #cpu_time = 0.047s
55.18/55.21	c #wall_clock_time = 0.047s
55.18/55.21	c #decision = 51
55.18/55.21	c #random_decision = 0
55.18/55.21	c #conflict = 1
55.18/55.21	c #restart = 0
55.18/55.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
55.18/55.21	c lower bound updated to -127
55.18/55.21	c BCD2: 1145 <= obj <= 1232
55.18/55.21	c BCD2: #cores=50, #unrelaxed=77, #relaxed=1195, #hardened=0
55.18/55.21	c BCD2: #sat=1 #unsat=1146 bias=1146/1147
55.18/55.21	c Solving starts ...
55.18/55.21	c ============================[ Search Statistics ]============================
55.18/55.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.18/55.21	c       |         |          |          |    Limit     GC | Var      | Constra 
55.18/55.21	c =============================================================================
55.18/55.21	c  0.0s |       0 |        0 |        0 |    46609      0 |     1095 |     1144
55.18/55.26	c  0.0s |       0 |       51 |        1 |    46609      0 |     1095 |     1145
55.18/55.26	c #cpu_time = 0.047s
55.18/55.26	c #wall_clock_time = 0.047s
55.18/55.26	c #decision = 51
55.18/55.26	c #random_decision = 0
55.18/55.26	c #conflict = 1
55.18/55.26	c #restart = 0
55.18/55.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
55.18/55.26	c lower bound updated to -126
55.18/55.26	c BCD2: 1146 <= obj <= 1232
55.18/55.26	c BCD2: #cores=50, #unrelaxed=76, #relaxed=1196, #hardened=0
55.18/55.26	c BCD2: #sat=1 #unsat=1147 bias=1147/1148
55.18/55.26	c Solving starts ...
55.18/55.26	c ============================[ Search Statistics ]============================
55.18/55.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.18/55.26	c       |         |          |          |    Limit     GC | Var      | Constra 
55.18/55.26	c =============================================================================
55.18/55.26	c  0.0s |       0 |        0 |        0 |    46609      0 |     1096 |     1145
55.28/55.31	c  0.0s |       0 |       51 |        1 |    46609      0 |     1096 |     1146
55.28/55.31	c #cpu_time = 0.046s
55.28/55.31	c #wall_clock_time = 0.046s
55.28/55.31	c #decision = 51
55.28/55.31	c #random_decision = 0
55.28/55.31	c #conflict = 1
55.28/55.31	c #restart = 0
55.28/55.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
55.28/55.31	c lower bound updated to -125
55.28/55.31	c BCD2: 1147 <= obj <= 1232
55.28/55.31	c BCD2: #cores=50, #unrelaxed=75, #relaxed=1197, #hardened=0
55.28/55.31	c BCD2: #sat=1 #unsat=1148 bias=1148/1149
55.28/55.31	c Solving starts ...
55.28/55.31	c ============================[ Search Statistics ]============================
55.28/55.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.28/55.31	c       |         |          |          |    Limit     GC | Var      | Constra 
55.28/55.31	c =============================================================================
55.28/55.31	c  0.0s |       0 |        0 |        0 |    46609      0 |     1097 |     1146
55.28/55.36	c  0.0s |       0 |       51 |        1 |    46609      0 |     1097 |     1147
55.28/55.36	c #cpu_time = 0.045s
55.28/55.36	c #wall_clock_time = 0.046s
55.28/55.36	c #decision = 51
55.28/55.36	c #random_decision = 0
55.28/55.36	c #conflict = 1
55.28/55.36	c #restart = 0
55.28/55.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
55.28/55.36	c lower bound updated to -124
55.28/55.36	c BCD2: 1148 <= obj <= 1232
55.28/55.36	c BCD2: #cores=50, #unrelaxed=74, #relaxed=1198, #hardened=0
55.28/55.36	c BCD2: #sat=1 #unsat=1149 bias=1149/1150
55.28/55.36	c Solving starts ...
55.28/55.36	c ============================[ Search Statistics ]============================
55.28/55.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.28/55.36	c       |         |          |          |    Limit     GC | Var      | Constra 
55.28/55.36	c =============================================================================
55.28/55.36	c  0.0s |       0 |        0 |        0 |    46609      0 |     1098 |     1147
55.38/55.40	c  0.0s |       0 |       51 |        1 |    46609      0 |     1098 |     1148
55.38/55.40	c #cpu_time = 0.046s
55.38/55.40	c #wall_clock_time = 0.046s
55.38/55.40	c #decision = 51
55.38/55.40	c #random_decision = 0
55.38/55.40	c #conflict = 1
55.38/55.40	c #restart = 0
55.38/55.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
55.38/55.40	c lower bound updated to -123
55.38/55.40	c BCD2: 1149 <= obj <= 1232
55.38/55.40	c BCD2: #cores=50, #unrelaxed=73, #relaxed=1199, #hardened=0
55.38/55.40	c BCD2: #sat=1 #unsat=1150 bias=1150/1151
55.38/55.40	c Solving starts ...
55.38/55.40	c ============================[ Search Statistics ]============================
55.38/55.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.38/55.40	c       |         |          |          |    Limit     GC | Var      | Constra 
55.38/55.40	c =============================================================================
55.38/55.40	c  0.0s |       0 |        0 |        0 |    46609      0 |     1099 |     1148
55.38/55.45	c  0.0s |       0 |       51 |        1 |    46609      0 |     1099 |     1149
55.38/55.45	c #cpu_time = 0.045s
55.38/55.45	c #wall_clock_time = 0.046s
55.38/55.45	c #decision = 51
55.38/55.45	c #random_decision = 0
55.38/55.45	c #conflict = 1
55.38/55.45	c #restart = 0
55.38/55.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
55.38/55.45	c lower bound updated to -122
55.38/55.46	c BCD2: 1150 <= obj <= 1232
55.38/55.46	c BCD2: #cores=50, #unrelaxed=72, #relaxed=1200, #hardened=0
55.38/55.46	c BCD2: #sat=1 #unsat=1151 bias=1151/1152
55.38/55.46	c Solving starts ...
55.38/55.46	c ============================[ Search Statistics ]============================
55.38/55.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.38/55.46	c       |         |          |          |    Limit     GC | Var      | Constra 
55.38/55.46	c =============================================================================
55.38/55.46	c  0.0s |       0 |        0 |        0 |    46609      0 |     1100 |     1149
55.48/55.50	c  0.0s |       0 |       51 |        0 |    46609      0 |     1100 |     1150
55.48/55.50	c #cpu_time = 0.044s
55.48/55.50	c #wall_clock_time = 0.044s
55.48/55.50	c #decision = 51
55.48/55.50	c #random_decision = 0
55.48/55.50	c #conflict = 0
55.48/55.50	c #restart = 0
55.48/55.50	c BCD2: found a new core of size 2: cost of the new core is >=1
55.48/55.50	c lower bound updated to -121
55.48/55.51	c BCD2: 1151 <= obj <= 1232
55.48/55.51	c BCD2: #cores=51, #unrelaxed=70, #relaxed=1202, #hardened=0
55.48/55.51	c BCD2: #sat=1 #unsat=1152 bias=1152/1153
55.48/55.51	c Solving starts ...
55.48/55.51	c ============================[ Search Statistics ]============================
55.48/55.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.48/55.51	c       |         |          |          |    Limit     GC | Var      | Constra 
55.48/55.51	c =============================================================================
55.48/55.51	c  0.0s |       0 |        0 |        0 |    46609      0 |     1100 |     1151
55.48/55.55	c  0.0s |       0 |       52 |        1 |    46609      0 |     1100 |     1151
55.48/55.55	c #cpu_time = 0.044s
55.48/55.55	c #wall_clock_time = 0.044s
55.48/55.55	c #decision = 52
55.48/55.55	c #random_decision = 0
55.48/55.55	c #conflict = 1
55.48/55.55	c #restart = 0
55.48/55.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
55.48/55.55	c lower bound updated to -120
55.48/55.55	c BCD2: 1152 <= obj <= 1232
55.48/55.55	c BCD2: #cores=51, #unrelaxed=69, #relaxed=1203, #hardened=0
55.48/55.55	c BCD2: #sat=1 #unsat=1153 bias=1153/1154
55.48/55.55	c Solving starts ...
55.48/55.55	c ============================[ Search Statistics ]============================
55.48/55.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.48/55.55	c       |         |          |          |    Limit     GC | Var      | Constra 
55.48/55.55	c =============================================================================
55.48/55.55	c  0.0s |       0 |        0 |        0 |    46609      0 |     1101 |     1151
55.58/55.60	c  0.0s |       0 |       52 |        1 |    46609      0 |     1101 |     1152
55.58/55.60	c #cpu_time = 0.046s
55.58/55.60	c #wall_clock_time = 0.046s
55.58/55.60	c #decision = 52
55.58/55.60	c #random_decision = 0
55.58/55.60	c #conflict = 1
55.58/55.60	c #restart = 0
55.58/55.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
55.58/55.60	c lower bound updated to -119
55.58/55.60	c BCD2: 1153 <= obj <= 1232
55.58/55.60	c BCD2: #cores=51, #unrelaxed=68, #relaxed=1204, #hardened=0
55.58/55.60	c BCD2: #sat=1 #unsat=1154 bias=1154/1155
55.58/55.60	c Solving starts ...
55.58/55.60	c ============================[ Search Statistics ]============================
55.58/55.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.58/55.60	c       |         |          |          |    Limit     GC | Var      | Constra 
55.58/55.60	c =============================================================================
55.58/55.60	c  0.0s |       0 |        0 |        0 |    46609      0 |     1102 |     1152
55.58/55.65	c  0.0s |       0 |       52 |        1 |    46609      0 |     1102 |     1153
55.58/55.65	c #cpu_time = 0.046s
55.58/55.65	c #wall_clock_time = 0.046s
55.58/55.65	c #decision = 52
55.58/55.65	c #random_decision = 0
55.58/55.65	c #conflict = 1
55.58/55.65	c #restart = 0
55.58/55.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
55.58/55.65	c lower bound updated to -118
55.58/55.65	c BCD2: 1154 <= obj <= 1232
55.58/55.65	c BCD2: #cores=51, #unrelaxed=67, #relaxed=1205, #hardened=0
55.58/55.65	c BCD2: #sat=1 #unsat=1155 bias=1155/1156
55.58/55.65	c Solving starts ...
55.58/55.65	c ============================[ Search Statistics ]============================
55.58/55.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.58/55.65	c       |         |          |          |    Limit     GC | Var      | Constra 
55.58/55.65	c =============================================================================
55.58/55.65	c  0.0s |       0 |        0 |        0 |    46609      0 |     1103 |     1153
55.58/55.70	c  0.0s |       0 |       52 |        1 |    46609      0 |     1103 |     1154
55.58/55.70	c #cpu_time = 0.046s
55.58/55.70	c #wall_clock_time = 0.046s
55.58/55.70	c #decision = 52
55.58/55.70	c #random_decision = 0
55.58/55.70	c #conflict = 1
55.58/55.70	c #restart = 0
55.58/55.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
55.58/55.70	c lower bound updated to -117
55.58/55.70	c BCD2: 1155 <= obj <= 1232
55.58/55.70	c BCD2: #cores=51, #unrelaxed=66, #relaxed=1206, #hardened=0
55.58/55.70	c BCD2: #sat=1 #unsat=1156 bias=1156/1157
55.68/55.70	c Solving starts ...
55.68/55.70	c ============================[ Search Statistics ]============================
55.68/55.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.68/55.70	c       |         |          |          |    Limit     GC | Var      | Constra 
55.68/55.70	c =============================================================================
55.68/55.70	c  0.0s |       0 |        0 |        0 |    46609      0 |     1104 |     1154
55.68/55.74	c  0.0s |       0 |       52 |        1 |    46609      0 |     1104 |     1155
55.68/55.74	c #cpu_time = 0.046s
55.68/55.74	c #wall_clock_time = 0.046s
55.68/55.74	c #decision = 52
55.68/55.74	c #random_decision = 0
55.68/55.74	c #conflict = 1
55.68/55.74	c #restart = 0
55.68/55.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
55.68/55.74	c lower bound updated to -116
55.68/55.74	c BCD2: 1156 <= obj <= 1232
55.68/55.74	c BCD2: #cores=51, #unrelaxed=65, #relaxed=1207, #hardened=0
55.68/55.74	c BCD2: #sat=1 #unsat=1157 bias=1157/1158
55.68/55.74	c Solving starts ...
55.68/55.74	c ============================[ Search Statistics ]============================
55.68/55.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.68/55.74	c       |         |          |          |    Limit     GC | Var      | Constra 
55.68/55.74	c =============================================================================
55.68/55.74	c  0.0s |       0 |        0 |        0 |    46609      0 |     1105 |     1155
55.68/55.79	c  0.0s |       0 |       52 |        1 |    46609      0 |     1105 |     1156
55.68/55.79	c #cpu_time = 0.046s
55.68/55.79	c #wall_clock_time = 0.046s
55.68/55.79	c #decision = 52
55.68/55.79	c #random_decision = 0
55.68/55.79	c #conflict = 1
55.68/55.79	c #restart = 0
55.68/55.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
55.68/55.79	c lower bound updated to -115
55.68/55.79	c BCD2: 1157 <= obj <= 1232
55.68/55.79	c BCD2: #cores=51, #unrelaxed=64, #relaxed=1208, #hardened=0
55.68/55.79	c BCD2: #sat=1 #unsat=1158 bias=1158/1159
55.68/55.79	c Solving starts ...
55.68/55.79	c ============================[ Search Statistics ]============================
55.68/55.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.68/55.79	c       |         |          |          |    Limit     GC | Var      | Constra 
55.68/55.79	c =============================================================================
55.68/55.79	c  0.0s |       0 |        0 |        0 |    46609      0 |     1106 |     1156
55.77/55.84	c  0.0s |       0 |       52 |        1 |    46609      0 |     1106 |     1157
55.77/55.84	c #cpu_time = 0.046s
55.77/55.84	c #wall_clock_time = 0.046s
55.77/55.84	c #decision = 52
55.77/55.84	c #random_decision = 0
55.77/55.84	c #conflict = 1
55.77/55.84	c #restart = 0
55.77/55.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
55.77/55.84	c lower bound updated to -114
55.77/55.84	c BCD2: 1158 <= obj <= 1232
55.77/55.84	c BCD2: #cores=51, #unrelaxed=63, #relaxed=1209, #hardened=0
55.77/55.84	c BCD2: #sat=1 #unsat=1159 bias=1159/1160
55.77/55.84	c Solving starts ...
55.77/55.84	c ============================[ Search Statistics ]============================
55.77/55.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.77/55.84	c       |         |          |          |    Limit     GC | Var      | Constra 
55.77/55.84	c =============================================================================
55.77/55.84	c  0.0s |       0 |        0 |        0 |    46609      0 |     1107 |     1157
55.77/55.89	c  0.0s |       0 |       52 |        1 |    46609      0 |     1107 |     1158
55.77/55.89	c #cpu_time = 0.044s
55.77/55.89	c #wall_clock_time = 0.044s
55.77/55.89	c #decision = 52
55.77/55.89	c #random_decision = 0
55.77/55.89	c #conflict = 1
55.77/55.89	c #restart = 0
55.77/55.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
55.77/55.89	c lower bound updated to -113
55.77/55.89	c BCD2: 1159 <= obj <= 1232
55.77/55.89	c BCD2: #cores=51, #unrelaxed=62, #relaxed=1210, #hardened=0
55.77/55.89	c BCD2: #sat=1 #unsat=1160 bias=1160/1161
55.77/55.89	c Solving starts ...
55.77/55.89	c ============================[ Search Statistics ]============================
55.77/55.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.77/55.89	c       |         |          |          |    Limit     GC | Var      | Constra 
55.77/55.89	c =============================================================================
55.77/55.89	c  0.0s |       0 |        0 |        0 |    46609      0 |     1108 |     1158
55.88/55.93	c  0.0s |       0 |       52 |        1 |    46609      0 |     1108 |     1159
55.88/55.93	c #cpu_time = 0.045s
55.88/55.93	c #wall_clock_time = 0.046s
55.88/55.93	c #decision = 52
55.88/55.93	c #random_decision = 0
55.88/55.93	c #conflict = 1
55.88/55.93	c #restart = 0
55.88/55.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
55.88/55.93	c lower bound updated to -112
55.88/55.93	c BCD2: 1160 <= obj <= 1232
55.88/55.93	c BCD2: #cores=51, #unrelaxed=61, #relaxed=1211, #hardened=0
55.88/55.93	c BCD2: #sat=1 #unsat=1161 bias=1161/1162
55.88/55.93	c Solving starts ...
55.88/55.93	c ============================[ Search Statistics ]============================
55.88/55.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.88/55.93	c       |         |          |          |    Limit     GC | Var      | Constra 
55.88/55.93	c =============================================================================
55.88/55.93	c  0.0s |       0 |        0 |        0 |    46609      0 |     1109 |     1159
55.88/55.98	c  0.0s |       0 |       52 |        1 |    46609      0 |     1109 |     1160
55.88/55.98	c #cpu_time = 0.046s
55.88/55.98	c #wall_clock_time = 0.046s
55.88/55.98	c #decision = 52
55.88/55.98	c #random_decision = 0
55.88/55.98	c #conflict = 1
55.88/55.98	c #restart = 0
55.88/55.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
55.88/55.98	c lower bound updated to -111
55.88/55.98	c BCD2: 1161 <= obj <= 1232
55.88/55.98	c BCD2: #cores=51, #unrelaxed=60, #relaxed=1212, #hardened=0
55.88/55.98	c BCD2: #sat=1 #unsat=1162 bias=1162/1163
55.88/55.98	c Solving starts ...
55.88/55.98	c ============================[ Search Statistics ]============================
55.88/55.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.88/55.98	c       |         |          |          |    Limit     GC | Var      | Constra 
55.88/55.98	c =============================================================================
55.88/55.98	c  0.0s |       0 |        0 |        0 |    46609      0 |     1110 |     1160
55.98/56.03	c  0.0s |       0 |       52 |        1 |    46609      0 |     1110 |     1161
55.98/56.03	c #cpu_time = 0.046s
55.98/56.03	c #wall_clock_time = 0.047s
55.98/56.03	c #decision = 52
55.98/56.03	c #random_decision = 0
55.98/56.03	c #conflict = 1
55.98/56.03	c #restart = 0
55.98/56.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
55.98/56.03	c lower bound updated to -110
55.98/56.03	c BCD2: 1162 <= obj <= 1232
55.98/56.03	c BCD2: #cores=51, #unrelaxed=59, #relaxed=1213, #hardened=0
55.98/56.03	c BCD2: #sat=1 #unsat=1163 bias=1163/1164
55.98/56.03	c Solving starts ...
55.98/56.03	c ============================[ Search Statistics ]============================
55.98/56.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.98/56.03	c       |         |          |          |    Limit     GC | Var      | Constra 
55.98/56.03	c =============================================================================
55.98/56.03	c  0.0s |       0 |        0 |        0 |    46609      0 |     1111 |     1161
55.98/56.08	c  0.0s |       0 |       52 |        1 |    46609      0 |     1111 |     1162
55.98/56.08	c #cpu_time = 0.046s
55.98/56.08	c #wall_clock_time = 0.046s
55.98/56.08	c #decision = 52
55.98/56.08	c #random_decision = 0
55.98/56.08	c #conflict = 1
55.98/56.08	c #restart = 0
55.98/56.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
55.98/56.08	c lower bound updated to -109
55.98/56.08	c BCD2: 1163 <= obj <= 1232
55.98/56.08	c BCD2: #cores=51, #unrelaxed=58, #relaxed=1214, #hardened=0
55.98/56.08	c BCD2: #sat=1 #unsat=1164 bias=1164/1165
55.98/56.08	c Solving starts ...
55.98/56.08	c ============================[ Search Statistics ]============================
55.98/56.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.98/56.08	c       |         |          |          |    Limit     GC | Var      | Constra 
55.98/56.08	c =============================================================================
55.98/56.08	c  0.0s |       0 |        0 |        0 |    46609      0 |     1112 |     1162
56.09/56.12	c  0.0s |       0 |       52 |        1 |    46609      0 |     1112 |     1163
56.09/56.12	c #cpu_time = 0.046s
56.09/56.12	c #wall_clock_time = 0.046s
56.09/56.12	c #decision = 52
56.09/56.12	c #random_decision = 0
56.09/56.12	c #conflict = 1
56.09/56.12	c #restart = 0
56.09/56.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
56.09/56.12	c lower bound updated to -108
56.09/56.12	c BCD2: 1164 <= obj <= 1232
56.09/56.12	c BCD2: #cores=51, #unrelaxed=57, #relaxed=1215, #hardened=0
56.09/56.12	c BCD2: #sat=1 #unsat=1165 bias=1165/1166
56.09/56.12	c Solving starts ...
56.09/56.12	c ============================[ Search Statistics ]============================
56.09/56.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.09/56.12	c       |         |          |          |    Limit     GC | Var      | Constra 
56.09/56.12	c =============================================================================
56.09/56.12	c  0.0s |       0 |        0 |        0 |    46609      0 |     1113 |     1163
56.09/56.17	c  0.0s |       0 |       52 |        1 |    46609      0 |     1113 |     1164
56.09/56.17	c #cpu_time = 0.046s
56.09/56.17	c #wall_clock_time = 0.046s
56.09/56.17	c #decision = 52
56.09/56.17	c #random_decision = 0
56.09/56.17	c #conflict = 1
56.09/56.17	c #restart = 0
56.09/56.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
56.09/56.17	c lower bound updated to -107
56.09/56.17	c BCD2: 1165 <= obj <= 1232
56.09/56.17	c BCD2: #cores=51, #unrelaxed=56, #relaxed=1216, #hardened=0
56.09/56.17	c BCD2: #sat=1 #unsat=1166 bias=1166/1167
56.09/56.17	c Solving starts ...
56.09/56.17	c ============================[ Search Statistics ]============================
56.09/56.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.09/56.17	c       |         |          |          |    Limit     GC | Var      | Constra 
56.09/56.17	c =============================================================================
56.09/56.18	c  0.0s |       0 |        0 |        0 |    46609      0 |     1114 |     1164
56.18/56.22	c  0.0s |       0 |       52 |        1 |    46609      0 |     1114 |     1165
56.18/56.22	c #cpu_time = 0.045s
56.18/56.22	c #wall_clock_time = 0.045s
56.18/56.22	c #decision = 52
56.18/56.22	c #random_decision = 0
56.18/56.22	c #conflict = 1
56.18/56.22	c #restart = 0
56.18/56.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
56.18/56.22	c lower bound updated to -106
56.18/56.22	c BCD2: 1166 <= obj <= 1232
56.18/56.22	c BCD2: #cores=51, #unrelaxed=55, #relaxed=1217, #hardened=0
56.18/56.22	c BCD2: #sat=1 #unsat=1167 bias=1167/1168
56.18/56.22	c Solving starts ...
56.18/56.22	c ============================[ Search Statistics ]============================
56.18/56.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.18/56.22	c       |         |          |          |    Limit     GC | Var      | Constra 
56.18/56.22	c =============================================================================
56.18/56.22	c  0.0s |       0 |        0 |        0 |    46609      0 |     1115 |     1165
56.18/56.27	c  0.0s |       0 |       52 |        1 |    46609      0 |     1115 |     1166
56.18/56.27	c #cpu_time = 0.047s
56.18/56.27	c #wall_clock_time = 0.047s
56.18/56.27	c #decision = 52
56.18/56.27	c #random_decision = 0
56.18/56.27	c #conflict = 1
56.18/56.27	c #restart = 0
56.18/56.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
56.18/56.27	c lower bound updated to -105
56.18/56.27	c BCD2: 1167 <= obj <= 1232
56.18/56.27	c BCD2: #cores=51, #unrelaxed=54, #relaxed=1218, #hardened=0
56.18/56.27	c BCD2: #sat=1 #unsat=1168 bias=1168/1169
56.18/56.27	c Solving starts ...
56.18/56.27	c ============================[ Search Statistics ]============================
56.18/56.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.18/56.27	c       |         |          |          |    Limit     GC | Var      | Constra 
56.18/56.27	c =============================================================================
56.18/56.27	c  0.0s |       0 |        0 |        0 |    46609      0 |     1116 |     1166
56.28/56.32	c  0.0s |       0 |       52 |        1 |    46609      0 |     1116 |     1167
56.28/56.32	c #cpu_time = 0.046s
56.28/56.32	c #wall_clock_time = 0.046s
56.28/56.32	c #decision = 52
56.28/56.32	c #random_decision = 0
56.28/56.32	c #conflict = 1
56.28/56.32	c #restart = 0
56.28/56.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
56.28/56.32	c lower bound updated to -104
56.28/56.32	c BCD2: 1168 <= obj <= 1232
56.28/56.32	c BCD2: #cores=51, #unrelaxed=53, #relaxed=1219, #hardened=0
56.28/56.32	c BCD2: #sat=1 #unsat=1169 bias=1169/1170
56.28/56.32	c Solving starts ...
56.28/56.32	c ============================[ Search Statistics ]============================
56.28/56.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.28/56.32	c       |         |          |          |    Limit     GC | Var      | Constra 
56.28/56.32	c =============================================================================
56.28/56.32	c  0.0s |       0 |        0 |        0 |    46609      0 |     1117 |     1167
56.28/56.36	c  0.0s |       0 |       52 |        1 |    46609      0 |     1117 |     1168
56.28/56.36	c #cpu_time = 0.046s
56.28/56.36	c #wall_clock_time = 0.047s
56.28/56.36	c #decision = 52
56.28/56.36	c #random_decision = 0
56.28/56.36	c #conflict = 1
56.28/56.36	c #restart = 0
56.28/56.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
56.28/56.36	c lower bound updated to -103
56.28/56.37	c BCD2: 1169 <= obj <= 1232
56.28/56.37	c BCD2: #cores=51, #unrelaxed=52, #relaxed=1220, #hardened=0
56.28/56.37	c BCD2: #sat=1 #unsat=1170 bias=1170/1171
56.28/56.37	c Solving starts ...
56.28/56.37	c ============================[ Search Statistics ]============================
56.28/56.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.28/56.37	c       |         |          |          |    Limit     GC | Var      | Constra 
56.28/56.37	c =============================================================================
56.28/56.37	c  0.0s |       0 |        0 |        0 |    46609      0 |     1118 |     1168
56.38/56.41	c  0.0s |       0 |       52 |        1 |    46609      0 |     1118 |     1169
56.38/56.41	c #cpu_time = 0.046s
56.38/56.41	c #wall_clock_time = 0.046s
56.38/56.41	c #decision = 52
56.38/56.41	c #random_decision = 0
56.38/56.41	c #conflict = 1
56.38/56.41	c #restart = 0
56.38/56.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
56.38/56.41	c lower bound updated to -102
56.38/56.41	c BCD2: 1170 <= obj <= 1232
56.38/56.41	c BCD2: #cores=51, #unrelaxed=51, #relaxed=1221, #hardened=0
56.38/56.41	c BCD2: #sat=1 #unsat=1171 bias=1171/1172
56.38/56.41	c Solving starts ...
56.38/56.41	c ============================[ Search Statistics ]============================
56.38/56.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.38/56.41	c       |         |          |          |    Limit     GC | Var      | Constra 
56.38/56.41	c =============================================================================
56.38/56.41	c  0.0s |       0 |        0 |        0 |    46609      0 |     1119 |     1169
56.38/56.46	c  0.0s |       0 |       52 |        1 |    46609      0 |     1119 |     1170
56.38/56.46	c #cpu_time = 0.046s
56.38/56.46	c #wall_clock_time = 0.046s
56.38/56.46	c #decision = 52
56.38/56.46	c #random_decision = 0
56.38/56.46	c #conflict = 1
56.38/56.46	c #restart = 0
56.38/56.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
56.38/56.46	c lower bound updated to -101
56.38/56.46	c BCD2: 1171 <= obj <= 1232
56.38/56.46	c BCD2: #cores=51, #unrelaxed=50, #relaxed=1222, #hardened=0
56.38/56.46	c BCD2: #sat=1 #unsat=1172 bias=1172/1173
56.38/56.46	c Solving starts ...
56.38/56.46	c ============================[ Search Statistics ]============================
56.38/56.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.38/56.46	c       |         |          |          |    Limit     GC | Var      | Constra 
56.38/56.46	c =============================================================================
56.38/56.46	c  0.0s |       0 |        0 |        0 |    46609      0 |     1120 |     1170
56.48/56.51	c  0.0s |       0 |       52 |        1 |    46609      0 |     1120 |     1171
56.48/56.51	c #cpu_time = 0.046s
56.48/56.51	c #wall_clock_time = 0.046s
56.48/56.51	c #decision = 52
56.48/56.51	c #random_decision = 0
56.48/56.51	c #conflict = 1
56.48/56.51	c #restart = 0
56.48/56.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
56.48/56.51	c lower bound updated to -100
56.48/56.51	c BCD2: 1172 <= obj <= 1232
56.48/56.51	c BCD2: #cores=51, #unrelaxed=49, #relaxed=1223, #hardened=0
56.48/56.51	c BCD2: #sat=1 #unsat=1173 bias=1173/1174
56.48/56.51	c Solving starts ...
56.48/56.51	c ============================[ Search Statistics ]============================
56.48/56.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.48/56.51	c       |         |          |          |    Limit     GC | Var      | Constra 
56.48/56.51	c =============================================================================
56.48/56.51	c  0.0s |       0 |        0 |        0 |    46609      0 |     1121 |     1171
56.48/56.55	c  0.0s |       0 |       52 |        1 |    46609      0 |     1121 |     1172
56.48/56.55	c #cpu_time = 0.046s
56.48/56.55	c #wall_clock_time = 0.046s
56.48/56.55	c #decision = 52
56.48/56.55	c #random_decision = 0
56.48/56.55	c #conflict = 1
56.48/56.55	c #restart = 0
56.48/56.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
56.48/56.55	c lower bound updated to -99
56.48/56.56	c BCD2: 1173 <= obj <= 1232
56.48/56.56	c BCD2: #cores=51, #unrelaxed=48, #relaxed=1224, #hardened=0
56.48/56.56	c BCD2: #sat=1 #unsat=1174 bias=1174/1175
56.48/56.56	c Solving starts ...
56.48/56.56	c ============================[ Search Statistics ]============================
56.48/56.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.48/56.56	c       |         |          |          |    Limit     GC | Var      | Constra 
56.48/56.56	c =============================================================================
56.48/56.56	c  0.0s |       0 |        0 |        0 |    46609      0 |     1122 |     1172
56.58/56.60	c  0.0s |       0 |       52 |        0 |    46609      0 |     1122 |     1173
56.58/56.60	c #cpu_time = 0.044s
56.58/56.60	c #wall_clock_time = 0.044s
56.58/56.60	c #decision = 52
56.58/56.60	c #random_decision = 0
56.58/56.60	c #conflict = 0
56.58/56.60	c #restart = 0
56.58/56.60	c BCD2: found a new core of size 2: cost of the new core is >=1
56.58/56.60	c lower bound updated to -98
56.58/56.61	c BCD2: 1174 <= obj <= 1232
56.58/56.61	c BCD2: #cores=52, #unrelaxed=46, #relaxed=1226, #hardened=0
56.58/56.61	c BCD2: #sat=1 #unsat=1175 bias=1175/1176
56.58/56.61	c Solving starts ...
56.58/56.61	c ============================[ Search Statistics ]============================
56.58/56.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.58/56.61	c       |         |          |          |    Limit     GC | Var      | Constra 
56.58/56.61	c =============================================================================
56.58/56.61	c  0.0s |       0 |        0 |        0 |    46609      0 |     1122 |     1174
56.58/56.66	c  0.0s |       0 |       53 |        1 |    46609      0 |     1122 |     1174
56.58/56.66	c #cpu_time = 0.045s
56.58/56.66	c #wall_clock_time = 0.045s
56.58/56.66	c #decision = 53
56.58/56.66	c #random_decision = 0
56.58/56.66	c #conflict = 1
56.58/56.66	c #restart = 0
56.58/56.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
56.58/56.66	c lower bound updated to -97
56.58/56.66	c BCD2: 1175 <= obj <= 1232
56.58/56.66	c BCD2: #cores=52, #unrelaxed=45, #relaxed=1227, #hardened=0
56.58/56.66	c BCD2: #sat=1 #unsat=1176 bias=1176/1177
56.58/56.66	c Solving starts ...
56.58/56.66	c ============================[ Search Statistics ]============================
56.58/56.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.58/56.66	c       |         |          |          |    Limit     GC | Var      | Constra 
56.58/56.66	c =============================================================================
56.58/56.66	c  0.0s |       0 |        0 |        0 |    46609      0 |     1123 |     1174
56.68/56.70	c  0.0s |       0 |       53 |        1 |    46609      0 |     1123 |     1175
56.68/56.70	c #cpu_time = 0.046s
56.68/56.70	c #wall_clock_time = 0.046s
56.68/56.70	c #decision = 53
56.68/56.70	c #random_decision = 0
56.68/56.70	c #conflict = 1
56.68/56.70	c #restart = 0
56.68/56.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
56.68/56.71	c lower bound updated to -96
56.68/56.71	c BCD2: 1176 <= obj <= 1232
56.68/56.71	c BCD2: #cores=52, #unrelaxed=44, #relaxed=1228, #hardened=0
56.68/56.71	c BCD2: #sat=1 #unsat=1177 bias=1177/1178
56.68/56.71	c Solving starts ...
56.68/56.71	c ============================[ Search Statistics ]============================
56.68/56.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.68/56.71	c       |         |          |          |    Limit     GC | Var      | Constra 
56.68/56.71	c =============================================================================
56.68/56.71	c  0.0s |       0 |        0 |        0 |    46609      0 |     1124 |     1175
56.68/56.75	c  0.0s |       0 |       53 |        1 |    46609      0 |     1124 |     1176
56.68/56.75	c #cpu_time = 0.046s
56.68/56.75	c #wall_clock_time = 0.046s
56.68/56.75	c #decision = 53
56.68/56.75	c #random_decision = 0
56.68/56.75	c #conflict = 1
56.68/56.75	c #restart = 0
56.68/56.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
56.68/56.75	c lower bound updated to -95
56.68/56.75	c BCD2: 1177 <= obj <= 1232
56.68/56.75	c BCD2: #cores=52, #unrelaxed=43, #relaxed=1229, #hardened=0
56.68/56.75	c BCD2: #sat=1 #unsat=1178 bias=1178/1179
56.68/56.75	c Solving starts ...
56.68/56.75	c ============================[ Search Statistics ]============================
56.68/56.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.68/56.75	c       |         |          |          |    Limit     GC | Var      | Constra 
56.68/56.75	c =============================================================================
56.68/56.75	c  0.0s |       0 |        0 |        0 |    46609      0 |     1125 |     1176
56.78/56.80	c  0.0s |       0 |       53 |        1 |    46609      0 |     1125 |     1177
56.78/56.80	c #cpu_time = 0.046s
56.78/56.80	c #wall_clock_time = 0.046s
56.78/56.80	c #decision = 53
56.78/56.80	c #random_decision = 0
56.78/56.80	c #conflict = 1
56.78/56.80	c #restart = 0
56.78/56.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
56.78/56.80	c lower bound updated to -94
56.78/56.80	c BCD2: 1178 <= obj <= 1232
56.78/56.80	c BCD2: #cores=52, #unrelaxed=42, #relaxed=1230, #hardened=0
56.78/56.80	c BCD2: #sat=1 #unsat=1179 bias=1179/1180
56.78/56.80	c Solving starts ...
56.78/56.80	c ============================[ Search Statistics ]============================
56.78/56.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.78/56.80	c       |         |          |          |    Limit     GC | Var      | Constra 
56.78/56.80	c =============================================================================
56.78/56.80	c  0.0s |       0 |        0 |        0 |    46609      0 |     1126 |     1177
56.78/56.85	c  0.0s |       0 |       53 |        1 |    46609      0 |     1126 |     1178
56.78/56.85	c #cpu_time = 0.046s
56.78/56.85	c #wall_clock_time = 0.046s
56.78/56.85	c #decision = 53
56.78/56.85	c #random_decision = 0
56.78/56.85	c #conflict = 1
56.78/56.85	c #restart = 0
56.78/56.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
56.78/56.85	c lower bound updated to -93
56.78/56.85	c BCD2: 1179 <= obj <= 1232
56.78/56.85	c BCD2: #cores=52, #unrelaxed=41, #relaxed=1231, #hardened=0
56.78/56.85	c BCD2: #sat=1 #unsat=1180 bias=1180/1181
56.78/56.85	c Solving starts ...
56.78/56.85	c ============================[ Search Statistics ]============================
56.78/56.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.78/56.85	c       |         |          |          |    Limit     GC | Var      | Constra 
56.78/56.85	c =============================================================================
56.78/56.85	c  0.0s |       0 |        0 |        0 |    46609      0 |     1127 |     1178
56.78/56.89	c  0.0s |       0 |       53 |        1 |    46609      0 |     1127 |     1179
56.78/56.89	c #cpu_time = 0.046s
56.78/56.89	c #wall_clock_time = 0.046s
56.78/56.89	c #decision = 53
56.78/56.89	c #random_decision = 0
56.78/56.89	c #conflict = 1
56.78/56.89	c #restart = 0
56.78/56.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
56.78/56.89	c lower bound updated to -92
56.78/56.89	c BCD2: 1180 <= obj <= 1232
56.78/56.89	c BCD2: #cores=52, #unrelaxed=40, #relaxed=1232, #hardened=0
56.78/56.89	c BCD2: #sat=1 #unsat=1181 bias=1181/1182
56.78/56.89	c Solving starts ...
56.78/56.89	c ============================[ Search Statistics ]============================
56.78/56.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.78/56.89	c       |         |          |          |    Limit     GC | Var      | Constra 
56.78/56.89	c =============================================================================
56.78/56.89	c  0.0s |       0 |        0 |        0 |    46609      0 |     1128 |     1179
56.88/56.94	c  0.0s |       0 |       53 |        1 |    46609      0 |     1128 |     1180
56.88/56.94	c #cpu_time = 0.046s
56.88/56.94	c #wall_clock_time = 0.046s
56.88/56.94	c #decision = 53
56.88/56.94	c #random_decision = 0
56.88/56.94	c #conflict = 1
56.88/56.94	c #restart = 0
56.88/56.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
56.88/56.94	c lower bound updated to -91
56.88/56.95	c BCD2: 1181 <= obj <= 1232
56.88/56.95	c BCD2: #cores=52, #unrelaxed=39, #relaxed=1233, #hardened=0
56.88/56.95	c BCD2: #sat=1 #unsat=1182 bias=1182/1183
56.88/56.95	c Solving starts ...
56.88/56.95	c ============================[ Search Statistics ]============================
56.88/56.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.88/56.95	c       |         |          |          |    Limit     GC | Var      | Constra 
56.88/56.95	c =============================================================================
56.88/56.95	c  0.0s |       0 |        0 |        0 |    46609      0 |     1129 |     1180
56.88/56.99	c  0.0s |       0 |       53 |        1 |    46609      0 |     1129 |     1181
56.88/56.99	c #cpu_time = 0.044s
56.88/56.99	c #wall_clock_time = 0.044s
56.88/56.99	c #decision = 53
56.88/56.99	c #random_decision = 0
56.88/56.99	c #conflict = 1
56.88/56.99	c #restart = 0
56.88/56.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
56.88/56.99	c lower bound updated to -90
56.88/56.99	c BCD2: 1182 <= obj <= 1232
56.88/56.99	c BCD2: #cores=52, #unrelaxed=38, #relaxed=1234, #hardened=0
56.88/56.99	c BCD2: #sat=1 #unsat=1183 bias=1183/1184
56.88/56.99	c Solving starts ...
56.88/56.99	c ============================[ Search Statistics ]============================
56.88/56.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.88/56.99	c       |         |          |          |    Limit     GC | Var      | Constra 
56.88/56.99	c =============================================================================
56.88/56.99	c  0.0s |       0 |        0 |        0 |    46609      0 |     1130 |     1181
56.98/57.04	c  0.0s |       0 |       53 |        1 |    46609      0 |     1130 |     1182
56.98/57.04	c #cpu_time = 0.045s
56.98/57.04	c #wall_clock_time = 0.046s
56.98/57.04	c #decision = 53
56.98/57.04	c #random_decision = 0
56.98/57.04	c #conflict = 1
56.98/57.04	c #restart = 0
56.98/57.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
56.98/57.04	c lower bound updated to -89
56.98/57.04	c BCD2: 1183 <= obj <= 1232
56.98/57.04	c BCD2: #cores=52, #unrelaxed=37, #relaxed=1235, #hardened=0
56.98/57.04	c BCD2: #sat=1 #unsat=1184 bias=1184/1185
56.98/57.04	c Solving starts ...
56.98/57.04	c ============================[ Search Statistics ]============================
56.98/57.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.98/57.04	c       |         |          |          |    Limit     GC | Var      | Constra 
56.98/57.04	c =============================================================================
56.98/57.04	c  0.0s |       0 |        0 |        0 |    46609      0 |     1131 |     1182
56.98/57.09	c  0.0s |       0 |       53 |        1 |    46609      0 |     1131 |     1183
56.98/57.09	c #cpu_time = 0.046s
56.98/57.09	c #wall_clock_time = 0.046s
56.98/57.09	c #decision = 53
56.98/57.09	c #random_decision = 0
56.98/57.09	c #conflict = 1
56.98/57.09	c #restart = 0
56.98/57.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
56.98/57.09	c lower bound updated to -88
56.98/57.09	c BCD2: 1184 <= obj <= 1232
56.98/57.09	c BCD2: #cores=52, #unrelaxed=36, #relaxed=1236, #hardened=0
56.98/57.09	c BCD2: #sat=1 #unsat=1185 bias=1185/1186
56.98/57.09	c Solving starts ...
56.98/57.09	c ============================[ Search Statistics ]============================
56.98/57.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.98/57.09	c       |         |          |          |    Limit     GC | Var      | Constra 
56.98/57.09	c =============================================================================
56.98/57.09	c  0.0s |       0 |        0 |        0 |    46609      0 |     1132 |     1183
57.08/57.13	c  0.0s |       0 |       53 |        1 |    46609      0 |     1132 |     1184
57.08/57.13	c #cpu_time = 0.047s
57.08/57.13	c #wall_clock_time = 0.047s
57.08/57.13	c #decision = 53
57.08/57.13	c #random_decision = 0
57.08/57.13	c #conflict = 1
57.08/57.13	c #restart = 0
57.08/57.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
57.08/57.13	c lower bound updated to -87
57.08/57.13	c BCD2: 1185 <= obj <= 1232
57.08/57.13	c BCD2: #cores=52, #unrelaxed=35, #relaxed=1237, #hardened=0
57.08/57.13	c BCD2: #sat=1 #unsat=1186 bias=1186/1187
57.08/57.13	c Solving starts ...
57.08/57.13	c ============================[ Search Statistics ]============================
57.08/57.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.08/57.13	c       |         |          |          |    Limit     GC | Var      | Constra 
57.08/57.13	c =============================================================================
57.08/57.13	c  0.0s |       0 |        0 |        0 |    46609      0 |     1133 |     1184
57.08/57.18	c  0.0s |       0 |       53 |        1 |    46609      0 |     1133 |     1185
57.08/57.18	c #cpu_time = 0.046s
57.08/57.18	c #wall_clock_time = 0.046s
57.08/57.18	c #decision = 53
57.08/57.18	c #random_decision = 0
57.08/57.18	c #conflict = 1
57.08/57.18	c #restart = 0
57.08/57.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
57.08/57.18	c lower bound updated to -86
57.08/57.18	c BCD2: 1186 <= obj <= 1232
57.08/57.18	c BCD2: #cores=52, #unrelaxed=34, #relaxed=1238, #hardened=0
57.08/57.18	c BCD2: #sat=1 #unsat=1187 bias=1187/1188
57.08/57.18	c Solving starts ...
57.08/57.18	c ============================[ Search Statistics ]============================
57.08/57.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.08/57.18	c       |         |          |          |    Limit     GC | Var      | Constra 
57.08/57.18	c =============================================================================
57.08/57.18	c  0.0s |       0 |        0 |        0 |    46609      0 |     1134 |     1185
57.18/57.23	c  0.0s |       0 |       53 |        1 |    46609      0 |     1134 |     1186
57.18/57.23	c #cpu_time = 0.046s
57.18/57.23	c #wall_clock_time = 0.046s
57.18/57.23	c #decision = 53
57.18/57.23	c #random_decision = 0
57.18/57.23	c #conflict = 1
57.18/57.23	c #restart = 0
57.18/57.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
57.18/57.23	c lower bound updated to -85
57.18/57.23	c BCD2: 1187 <= obj <= 1232
57.18/57.23	c BCD2: #cores=52, #unrelaxed=33, #relaxed=1239, #hardened=0
57.18/57.23	c BCD2: #sat=1 #unsat=1188 bias=1188/1189
57.18/57.23	c Solving starts ...
57.18/57.23	c ============================[ Search Statistics ]============================
57.18/57.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.18/57.23	c       |         |          |          |    Limit     GC | Var      | Constra 
57.18/57.23	c =============================================================================
57.18/57.23	c  0.0s |       0 |        0 |        0 |    46609      0 |     1135 |     1186
57.18/57.27	c  0.0s |       0 |       53 |        1 |    46609      0 |     1135 |     1187
57.18/57.27	c #cpu_time = 0.046s
57.18/57.27	c #wall_clock_time = 0.046s
57.18/57.27	c #decision = 53
57.18/57.27	c #random_decision = 0
57.18/57.27	c #conflict = 1
57.18/57.27	c #restart = 0
57.18/57.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
57.18/57.27	c lower bound updated to -84
57.18/57.28	c BCD2: 1188 <= obj <= 1232
57.18/57.28	c BCD2: #cores=52, #unrelaxed=32, #relaxed=1240, #hardened=0
57.18/57.28	c BCD2: #sat=1 #unsat=1189 bias=1189/1190
57.18/57.28	c Solving starts ...
57.18/57.28	c ============================[ Search Statistics ]============================
57.18/57.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.18/57.28	c       |         |          |          |    Limit     GC | Var      | Constra 
57.18/57.28	c =============================================================================
57.18/57.28	c  0.0s |       0 |        0 |        0 |    46609      0 |     1136 |     1187
57.29/57.32	c  0.0s |       0 |       53 |        1 |    46609      0 |     1136 |     1188
57.29/57.32	c #cpu_time = 0.046s
57.29/57.32	c #wall_clock_time = 0.046s
57.29/57.32	c #decision = 53
57.29/57.32	c #random_decision = 0
57.29/57.32	c #conflict = 1
57.29/57.32	c #restart = 0
57.29/57.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
57.29/57.32	c lower bound updated to -83
57.29/57.33	c BCD2: 1189 <= obj <= 1232
57.29/57.33	c BCD2: #cores=52, #unrelaxed=31, #relaxed=1241, #hardened=0
57.29/57.33	c BCD2: #sat=1 #unsat=1190 bias=1190/1191
57.29/57.33	c Solving starts ...
57.29/57.33	c ============================[ Search Statistics ]============================
57.29/57.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.29/57.33	c       |         |          |          |    Limit     GC | Var      | Constra 
57.29/57.33	c =============================================================================
57.29/57.33	c  0.0s |       0 |        0 |        0 |    46609      0 |     1137 |     1188
57.29/57.37	c  0.0s |       0 |       53 |        1 |    46609      0 |     1137 |     1189
57.29/57.37	c #cpu_time = 0.045s
57.29/57.37	c #wall_clock_time = 0.045s
57.29/57.37	c #decision = 53
57.29/57.37	c #random_decision = 0
57.29/57.37	c #conflict = 1
57.29/57.37	c #restart = 0
57.29/57.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
57.29/57.37	c lower bound updated to -82
57.29/57.37	c BCD2: 1190 <= obj <= 1232
57.29/57.37	c BCD2: #cores=52, #unrelaxed=30, #relaxed=1242, #hardened=0
57.29/57.37	c BCD2: #sat=1 #unsat=1191 bias=1191/1192
57.29/57.37	c Solving starts ...
57.29/57.37	c ============================[ Search Statistics ]============================
57.29/57.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.29/57.37	c       |         |          |          |    Limit     GC | Var      | Constra 
57.29/57.37	c =============================================================================
57.29/57.37	c  0.0s |       0 |        0 |        0 |    46609      0 |     1138 |     1189
57.38/57.42	c  0.0s |       0 |       53 |        1 |    46609      0 |     1138 |     1190
57.38/57.42	c #cpu_time = 0.047s
57.38/57.42	c #wall_clock_time = 0.047s
57.38/57.42	c #decision = 53
57.38/57.42	c #random_decision = 0
57.38/57.42	c #conflict = 1
57.38/57.42	c #restart = 0
57.38/57.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
57.38/57.42	c lower bound updated to -81
57.38/57.42	c BCD2: 1191 <= obj <= 1232
57.38/57.42	c BCD2: #cores=52, #unrelaxed=29, #relaxed=1243, #hardened=0
57.38/57.42	c BCD2: #sat=1 #unsat=1192 bias=1192/1193
57.38/57.42	c Solving starts ...
57.38/57.42	c ============================[ Search Statistics ]============================
57.38/57.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.38/57.42	c       |         |          |          |    Limit     GC | Var      | Constra 
57.38/57.42	c =============================================================================
57.38/57.42	c  0.0s |       0 |        0 |        0 |    46609      0 |     1139 |     1190
57.38/57.47	c  0.0s |       0 |       53 |        1 |    46609      0 |     1139 |     1191
57.38/57.47	c #cpu_time = 0.047s
57.38/57.47	c #wall_clock_time = 0.047s
57.38/57.47	c #decision = 53
57.38/57.47	c #random_decision = 0
57.38/57.47	c #conflict = 1
57.38/57.47	c #restart = 0
57.38/57.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
57.38/57.47	c lower bound updated to -80
57.38/57.47	c BCD2: 1192 <= obj <= 1232
57.38/57.47	c BCD2: #cores=52, #unrelaxed=28, #relaxed=1244, #hardened=0
57.38/57.47	c BCD2: #sat=1 #unsat=1193 bias=1193/1194
57.38/57.47	c Solving starts ...
57.38/57.47	c ============================[ Search Statistics ]============================
57.38/57.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.38/57.47	c       |         |          |          |    Limit     GC | Var      | Constra 
57.38/57.47	c =============================================================================
57.38/57.47	c  0.0s |       0 |        0 |        0 |    46609      0 |     1140 |     1191
57.48/57.52	c  0.0s |       0 |       53 |        1 |    46609      0 |     1140 |     1192
57.48/57.52	c #cpu_time = 0.047s
57.48/57.52	c #wall_clock_time = 0.047s
57.48/57.52	c #decision = 53
57.48/57.52	c #random_decision = 0
57.48/57.52	c #conflict = 1
57.48/57.52	c #restart = 0
57.48/57.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
57.48/57.52	c lower bound updated to -79
57.48/57.52	c BCD2: 1193 <= obj <= 1232
57.48/57.52	c BCD2: #cores=52, #unrelaxed=27, #relaxed=1245, #hardened=0
57.48/57.52	c BCD2: #sat=1 #unsat=1194 bias=1194/1195
57.48/57.52	c Solving starts ...
57.48/57.52	c ============================[ Search Statistics ]============================
57.48/57.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.48/57.52	c       |         |          |          |    Limit     GC | Var      | Constra 
57.48/57.52	c =============================================================================
57.48/57.52	c  0.0s |       0 |        0 |        0 |    46609      0 |     1141 |     1192
57.48/57.57	c  0.0s |       0 |       53 |        1 |    46609      0 |     1141 |     1193
57.48/57.57	c #cpu_time = 0.046s
57.48/57.57	c #wall_clock_time = 0.046s
57.48/57.57	c #decision = 53
57.48/57.57	c #random_decision = 0
57.48/57.57	c #conflict = 1
57.48/57.57	c #restart = 0
57.48/57.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
57.48/57.57	c lower bound updated to -78
57.48/57.57	c BCD2: 1194 <= obj <= 1232
57.48/57.57	c BCD2: #cores=52, #unrelaxed=26, #relaxed=1246, #hardened=0
57.48/57.57	c BCD2: #sat=1 #unsat=1195 bias=1195/1196
57.48/57.57	c Solving starts ...
57.48/57.57	c ============================[ Search Statistics ]============================
57.48/57.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.48/57.57	c       |         |          |          |    Limit     GC | Var      | Constra 
57.48/57.57	c =============================================================================
57.48/57.57	c  0.0s |       0 |        0 |        0 |    46609      0 |     1142 |     1193
57.57/57.61	c  0.0s |       0 |       53 |        1 |    46609      0 |     1142 |     1194
57.57/57.61	c #cpu_time = 0.046s
57.57/57.61	c #wall_clock_time = 0.046s
57.57/57.61	c #decision = 53
57.57/57.61	c #random_decision = 0
57.57/57.61	c #conflict = 1
57.57/57.61	c #restart = 0
57.57/57.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
57.57/57.61	c lower bound updated to -77
57.57/57.61	c BCD2: 1195 <= obj <= 1232
57.57/57.61	c BCD2: #cores=52, #unrelaxed=25, #relaxed=1247, #hardened=0
57.57/57.61	c BCD2: #sat=1 #unsat=1196 bias=1196/1197
57.57/57.61	c Solving starts ...
57.57/57.61	c ============================[ Search Statistics ]============================
57.57/57.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.57/57.61	c       |         |          |          |    Limit     GC | Var      | Constra 
57.57/57.61	c =============================================================================
57.57/57.61	c  0.0s |       0 |        0 |        0 |    46609      0 |     1143 |     1194
57.57/57.66	c  0.0s |       0 |       53 |        1 |    46609      0 |     1143 |     1195
57.57/57.66	c #cpu_time = 0.046s
57.57/57.66	c #wall_clock_time = 0.046s
57.57/57.66	c #decision = 53
57.57/57.66	c #random_decision = 0
57.57/57.66	c #conflict = 1
57.57/57.66	c #restart = 0
57.57/57.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
57.57/57.66	c lower bound updated to -76
57.57/57.67	c BCD2: 1196 <= obj <= 1232
57.57/57.67	c BCD2: #cores=52, #unrelaxed=24, #relaxed=1248, #hardened=0
57.57/57.67	c BCD2: #sat=1 #unsat=1197 bias=1197/1198
57.57/57.67	c Solving starts ...
57.57/57.67	c ============================[ Search Statistics ]============================
57.57/57.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.57/57.67	c       |         |          |          |    Limit     GC | Var      | Constra 
57.57/57.67	c =============================================================================
57.57/57.67	c  0.0s |       0 |        0 |        0 |    46609      0 |     1144 |     1195
57.68/57.71	c  0.0s |       0 |       53 |        0 |    46609      0 |     1144 |     1196
57.68/57.71	c #cpu_time = 0.044s
57.68/57.71	c #wall_clock_time = 0.044s
57.68/57.71	c #decision = 53
57.68/57.71	c #random_decision = 0
57.68/57.71	c #conflict = 0
57.68/57.71	c #restart = 0
57.68/57.71	c BCD2: found a new core of size 2: cost of the new core is >=1
57.68/57.71	c lower bound updated to -75
57.68/57.72	c BCD2: 1197 <= obj <= 1232
57.68/57.72	c BCD2: #cores=53, #unrelaxed=22, #relaxed=1250, #hardened=0
57.68/57.72	c BCD2: #sat=1 #unsat=1198 bias=1198/1199
57.68/57.72	c Solving starts ...
57.68/57.72	c ============================[ Search Statistics ]============================
57.68/57.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.68/57.72	c       |         |          |          |    Limit     GC | Var      | Constra 
57.68/57.72	c =============================================================================
57.68/57.72	c  0.0s |       0 |        0 |        0 |    46609      0 |     1144 |     1197
57.68/57.76	c  0.0s |       0 |       54 |        1 |    46609      0 |     1144 |     1197
57.68/57.76	c #cpu_time = 0.044s
57.68/57.76	c #wall_clock_time = 0.044s
57.68/57.76	c #decision = 54
57.68/57.76	c #random_decision = 0
57.68/57.76	c #conflict = 1
57.68/57.76	c #restart = 0
57.68/57.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
57.68/57.76	c lower bound updated to -74
57.68/57.76	c BCD2: 1198 <= obj <= 1232
57.68/57.76	c BCD2: #cores=53, #unrelaxed=21, #relaxed=1251, #hardened=0
57.68/57.76	c BCD2: #sat=1 #unsat=1199 bias=1199/1200
57.68/57.76	c Solving starts ...
57.68/57.76	c ============================[ Search Statistics ]============================
57.68/57.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.68/57.76	c       |         |          |          |    Limit     GC | Var      | Constra 
57.68/57.76	c =============================================================================
57.68/57.76	c  0.0s |       0 |        0 |        0 |    46609      0 |     1145 |     1197
57.78/57.81	c  0.0s |       0 |       54 |        1 |    46609      0 |     1145 |     1198
57.78/57.81	c #cpu_time = 0.046s
57.78/57.81	c #wall_clock_time = 0.046s
57.78/57.81	c #decision = 54
57.78/57.81	c #random_decision = 0
57.78/57.81	c #conflict = 1
57.78/57.81	c #restart = 0
57.78/57.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
57.78/57.81	c lower bound updated to -73
57.78/57.81	c BCD2: 1199 <= obj <= 1232
57.78/57.81	c BCD2: #cores=53, #unrelaxed=20, #relaxed=1252, #hardened=0
57.78/57.81	c BCD2: #sat=1 #unsat=1200 bias=1200/1201
57.78/57.81	c Solving starts ...
57.78/57.81	c ============================[ Search Statistics ]============================
57.78/57.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.78/57.81	c       |         |          |          |    Limit     GC | Var      | Constra 
57.78/57.81	c =============================================================================
57.78/57.81	c  0.0s |       0 |        0 |        0 |    46609      0 |     1146 |     1198
57.78/57.86	c  0.0s |       0 |       54 |        1 |    46609      0 |     1146 |     1199
57.78/57.86	c #cpu_time = 0.046s
57.78/57.86	c #wall_clock_time = 0.047s
57.78/57.86	c #decision = 54
57.78/57.86	c #random_decision = 0
57.78/57.86	c #conflict = 1
57.78/57.86	c #restart = 0
57.78/57.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
57.78/57.86	c lower bound updated to -72
57.78/57.86	c BCD2: 1200 <= obj <= 1232
57.78/57.86	c BCD2: #cores=53, #unrelaxed=19, #relaxed=1253, #hardened=0
57.78/57.86	c BCD2: #sat=1 #unsat=1201 bias=1201/1202
57.78/57.86	c Solving starts ...
57.78/57.86	c ============================[ Search Statistics ]============================
57.78/57.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.78/57.86	c       |         |          |          |    Limit     GC | Var      | Constra 
57.78/57.86	c =============================================================================
57.78/57.86	c  0.0s |       0 |        0 |        0 |    46609      0 |     1147 |     1199
57.88/57.91	c  0.0s |       0 |       54 |        1 |    46609      0 |     1147 |     1200
57.88/57.91	c #cpu_time = 0.046s
57.88/57.91	c #wall_clock_time = 0.046s
57.88/57.91	c #decision = 54
57.88/57.91	c #random_decision = 0
57.88/57.91	c #conflict = 1
57.88/57.91	c #restart = 0
57.88/57.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
57.88/57.91	c lower bound updated to -71
57.88/57.91	c BCD2: 1201 <= obj <= 1232
57.88/57.91	c BCD2: #cores=53, #unrelaxed=18, #relaxed=1254, #hardened=0
57.88/57.91	c BCD2: #sat=1 #unsat=1202 bias=1202/1203
57.88/57.91	c Solving starts ...
57.88/57.91	c ============================[ Search Statistics ]============================
57.88/57.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.88/57.91	c       |         |          |          |    Limit     GC | Var      | Constra 
57.88/57.91	c =============================================================================
57.88/57.91	c  0.0s |       0 |        0 |        0 |    46609      0 |     1148 |     1200
57.88/57.95	c  0.0s |       0 |       54 |        1 |    46609      0 |     1148 |     1201
57.88/57.95	c #cpu_time = 0.046s
57.88/57.95	c #wall_clock_time = 0.046s
57.88/57.95	c #decision = 54
57.88/57.95	c #random_decision = 0
57.88/57.95	c #conflict = 1
57.88/57.95	c #restart = 0
57.88/57.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
57.88/57.95	c lower bound updated to -70
57.88/57.95	c BCD2: 1202 <= obj <= 1232
57.88/57.95	c BCD2: #cores=53, #unrelaxed=17, #relaxed=1255, #hardened=0
57.88/57.95	c BCD2: #sat=1 #unsat=1203 bias=1203/1204
57.88/57.95	c Solving starts ...
57.88/57.95	c ============================[ Search Statistics ]============================
57.88/57.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.88/57.95	c       |         |          |          |    Limit     GC | Var      | Constra 
57.88/57.95	c =============================================================================
57.88/57.95	c  0.0s |       0 |        0 |        0 |    46609      0 |     1149 |     1201
57.98/58.00	c  0.0s |       0 |       54 |        1 |    46609      0 |     1149 |     1202
57.98/58.00	c #cpu_time = 0.046s
57.98/58.00	c #wall_clock_time = 0.046s
57.98/58.00	c #decision = 54
57.98/58.00	c #random_decision = 0
57.98/58.00	c #conflict = 1
57.98/58.00	c #restart = 0
57.98/58.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
57.98/58.00	c lower bound updated to -69
57.98/58.00	c BCD2: 1203 <= obj <= 1232
57.98/58.00	c BCD2: #cores=53, #unrelaxed=16, #relaxed=1256, #hardened=0
57.98/58.00	c BCD2: #sat=1 #unsat=1204 bias=1204/1205
57.98/58.00	c Solving starts ...
57.98/58.00	c ============================[ Search Statistics ]============================
57.98/58.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.98/58.00	c       |         |          |          |    Limit     GC | Var      | Constra 
57.98/58.00	c =============================================================================
57.98/58.00	c  0.0s |       0 |        0 |        0 |    46609      0 |     1150 |     1202
57.98/58.05	c  0.0s |       0 |       54 |        1 |    46609      0 |     1150 |     1203
57.98/58.05	c #cpu_time = 0.046s
57.98/58.05	c #wall_clock_time = 0.046s
57.98/58.05	c #decision = 54
57.98/58.05	c #random_decision = 0
57.98/58.05	c #conflict = 1
57.98/58.05	c #restart = 0
57.98/58.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
57.98/58.05	c lower bound updated to -68
57.98/58.05	c BCD2: 1204 <= obj <= 1232
57.98/58.05	c BCD2: #cores=53, #unrelaxed=15, #relaxed=1257, #hardened=0
57.98/58.05	c BCD2: #sat=1 #unsat=1205 bias=1205/1206
57.98/58.05	c Solving starts ...
57.98/58.05	c ============================[ Search Statistics ]============================
57.98/58.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.98/58.05	c       |         |          |          |    Limit     GC | Var      | Constra 
57.98/58.05	c =============================================================================
57.98/58.05	c  0.0s |       0 |        0 |        0 |    46609      0 |     1151 |     1203
58.08/58.10	c  0.0s |       0 |       54 |        1 |    46609      0 |     1151 |     1204
58.08/58.10	c #cpu_time = 0.044s
58.08/58.10	c #wall_clock_time = 0.044s
58.08/58.10	c #decision = 54
58.08/58.10	c #random_decision = 0
58.08/58.10	c #conflict = 1
58.08/58.10	c #restart = 0
58.08/58.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
58.08/58.10	c lower bound updated to -67
58.08/58.10	c BCD2: 1205 <= obj <= 1232
58.08/58.10	c BCD2: #cores=53, #unrelaxed=14, #relaxed=1258, #hardened=0
58.08/58.10	c BCD2: #sat=1 #unsat=1206 bias=1206/1207
58.08/58.10	c Solving starts ...
58.08/58.10	c ============================[ Search Statistics ]============================
58.08/58.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.08/58.10	c       |         |          |          |    Limit     GC | Var      | Constra 
58.08/58.10	c =============================================================================
58.08/58.10	c  0.0s |       0 |        0 |        0 |    46609      0 |     1152 |     1204
58.08/58.14	c  0.0s |       0 |       54 |        1 |    46609      0 |     1152 |     1205
58.08/58.14	c #cpu_time = 0.046s
58.08/58.14	c #wall_clock_time = 0.046s
58.08/58.14	c #decision = 54
58.08/58.14	c #random_decision = 0
58.08/58.14	c #conflict = 1
58.08/58.14	c #restart = 0
58.08/58.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
58.08/58.14	c lower bound updated to -66
58.08/58.15	c BCD2: 1206 <= obj <= 1232
58.08/58.15	c BCD2: #cores=53, #unrelaxed=13, #relaxed=1259, #hardened=0
58.08/58.15	c BCD2: #sat=1 #unsat=1207 bias=1207/1208
58.08/58.15	c Solving starts ...
58.08/58.15	c ============================[ Search Statistics ]============================
58.08/58.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.08/58.15	c       |         |          |          |    Limit     GC | Var      | Constra 
58.08/58.15	c =============================================================================
58.08/58.15	c  0.0s |       0 |        0 |        0 |    46609      0 |     1153 |     1205
58.08/58.19	c  0.0s |       0 |       54 |        1 |    46609      0 |     1153 |     1206
58.08/58.19	c #cpu_time = 0.047s
58.08/58.19	c #wall_clock_time = 0.047s
58.08/58.19	c #decision = 54
58.08/58.19	c #random_decision = 0
58.08/58.19	c #conflict = 1
58.08/58.19	c #restart = 0
58.08/58.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
58.08/58.19	c lower bound updated to -65
58.08/58.19	c BCD2: 1207 <= obj <= 1232
58.08/58.19	c BCD2: #cores=53, #unrelaxed=12, #relaxed=1260, #hardened=0
58.08/58.19	c BCD2: #sat=1 #unsat=1208 bias=1208/1209
58.08/58.19	c Solving starts ...
58.08/58.19	c ============================[ Search Statistics ]============================
58.08/58.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.08/58.19	c       |         |          |          |    Limit     GC | Var      | Constra 
58.08/58.19	c =============================================================================
58.08/58.19	c  0.0s |       0 |        0 |        0 |    46609      0 |     1154 |     1206
58.18/58.24	c  0.0s |       0 |       54 |        1 |    46609      0 |     1154 |     1207
58.18/58.24	c #cpu_time = 0.046s
58.18/58.24	c #wall_clock_time = 0.047s
58.18/58.24	c #decision = 54
58.18/58.24	c #random_decision = 0
58.18/58.24	c #conflict = 1
58.18/58.24	c #restart = 0
58.18/58.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
58.18/58.24	c lower bound updated to -64
58.18/58.24	c BCD2: 1208 <= obj <= 1232
58.18/58.24	c BCD2: #cores=53, #unrelaxed=11, #relaxed=1261, #hardened=0
58.18/58.24	c BCD2: #sat=1 #unsat=1209 bias=1209/1210
58.18/58.24	c Solving starts ...
58.18/58.24	c ============================[ Search Statistics ]============================
58.18/58.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.18/58.24	c       |         |          |          |    Limit     GC | Var      | Constra 
58.18/58.24	c =============================================================================
58.18/58.24	c  0.0s |       0 |        0 |        0 |    46609      0 |     1155 |     1207
58.18/58.29	c  0.0s |       0 |       54 |        1 |    46609      0 |     1155 |     1208
58.18/58.29	c #cpu_time = 0.046s
58.18/58.29	c #wall_clock_time = 0.046s
58.18/58.29	c #decision = 54
58.18/58.29	c #random_decision = 0
58.18/58.29	c #conflict = 1
58.18/58.29	c #restart = 0
58.18/58.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
58.18/58.29	c lower bound updated to -63
58.18/58.29	c BCD2: 1209 <= obj <= 1232
58.18/58.29	c BCD2: #cores=53, #unrelaxed=10, #relaxed=1262, #hardened=0
58.18/58.29	c BCD2: #sat=1 #unsat=1210 bias=1210/1211
58.18/58.29	c Solving starts ...
58.18/58.29	c ============================[ Search Statistics ]============================
58.18/58.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.18/58.29	c       |         |          |          |    Limit     GC | Var      | Constra 
58.18/58.29	c =============================================================================
58.18/58.29	c  0.0s |       0 |        0 |        0 |    46609      0 |     1156 |     1208
58.29/58.33	c  0.0s |       0 |       54 |        1 |    46609      0 |     1156 |     1209
58.29/58.33	c #cpu_time = 0.046s
58.29/58.33	c #wall_clock_time = 0.046s
58.29/58.33	c #decision = 54
58.29/58.33	c #random_decision = 0
58.29/58.33	c #conflict = 1
58.29/58.33	c #restart = 0
58.29/58.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
58.29/58.33	c lower bound updated to -62
58.29/58.34	c BCD2: 1210 <= obj <= 1232
58.29/58.34	c BCD2: #cores=53, #unrelaxed=9, #relaxed=1263, #hardened=0
58.29/58.34	c BCD2: #sat=1 #unsat=1211 bias=1211/1212
58.29/58.34	c Solving starts ...
58.29/58.34	c ============================[ Search Statistics ]============================
58.29/58.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.29/58.34	c       |         |          |          |    Limit     GC | Var      | Constra 
58.29/58.34	c =============================================================================
58.29/58.34	c  0.0s |       0 |        0 |        0 |    46609      0 |     1157 |     1209
58.29/58.38	c  0.0s |       0 |       54 |        1 |    46609      0 |     1157 |     1210
58.29/58.38	c #cpu_time = 0.046s
58.29/58.38	c #wall_clock_time = 0.046s
58.29/58.38	c #decision = 54
58.29/58.38	c #random_decision = 0
58.29/58.38	c #conflict = 1
58.29/58.38	c #restart = 0
58.29/58.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
58.29/58.38	c lower bound updated to -61
58.29/58.38	c BCD2: 1211 <= obj <= 1232
58.29/58.38	c BCD2: #cores=53, #unrelaxed=8, #relaxed=1264, #hardened=0
58.29/58.38	c BCD2: #sat=1 #unsat=1212 bias=1212/1213
58.29/58.38	c Solving starts ...
58.29/58.38	c ============================[ Search Statistics ]============================
58.29/58.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.29/58.38	c       |         |          |          |    Limit     GC | Var      | Constra 
58.29/58.38	c =============================================================================
58.29/58.38	c  0.0s |       0 |        0 |        0 |    46609      0 |     1158 |     1210
58.38/58.43	c  0.0s |       0 |       54 |        1 |    46609      0 |     1158 |     1211
58.38/58.43	c #cpu_time = 0.046s
58.38/58.43	c #wall_clock_time = 0.046s
58.38/58.43	c #decision = 54
58.38/58.43	c #random_decision = 0
58.38/58.43	c #conflict = 1
58.38/58.43	c #restart = 0
58.38/58.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
58.38/58.43	c lower bound updated to -60
58.38/58.44	c BCD2: 1212 <= obj <= 1232
58.38/58.44	c BCD2: #cores=53, #unrelaxed=7, #relaxed=1265, #hardened=0
58.38/58.44	c BCD2: #sat=1 #unsat=1213 bias=1213/1214
58.38/58.44	c Solving starts ...
58.38/58.44	c ============================[ Search Statistics ]============================
58.38/58.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.38/58.44	c       |         |          |          |    Limit     GC | Var      | Constra 
58.38/58.44	c =============================================================================
58.38/58.44	c  0.0s |       0 |        0 |        0 |    46609      0 |     1159 |     1211
58.38/58.48	c  0.0s |       0 |       54 |        1 |    46609      0 |     1159 |     1212
58.38/58.48	c #cpu_time = 0.044s
58.38/58.48	c #wall_clock_time = 0.044s
58.38/58.48	c #decision = 54
58.38/58.48	c #random_decision = 0
58.38/58.48	c #conflict = 1
58.38/58.48	c #restart = 0
58.38/58.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
58.38/58.48	c lower bound updated to -59
58.38/58.48	c BCD2: 1213 <= obj <= 1232
58.38/58.48	c BCD2: #cores=53, #unrelaxed=6, #relaxed=1266, #hardened=0
58.38/58.48	c BCD2: #sat=1 #unsat=1214 bias=1214/1215
58.38/58.48	c Solving starts ...
58.38/58.48	c ============================[ Search Statistics ]============================
58.38/58.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.38/58.48	c       |         |          |          |    Limit     GC | Var      | Constra 
58.38/58.48	c =============================================================================
58.38/58.48	c  0.0s |       0 |        0 |        0 |    46609      0 |     1160 |     1212
58.48/58.53	c  0.0s |       0 |       54 |        1 |    46609      0 |     1160 |     1213
58.48/58.53	c #cpu_time = 0.046s
58.48/58.53	c #wall_clock_time = 0.046s
58.48/58.53	c #decision = 54
58.48/58.53	c #random_decision = 0
58.48/58.53	c #conflict = 1
58.48/58.53	c #restart = 0
58.48/58.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
58.48/58.53	c lower bound updated to -58
58.48/58.53	c BCD2: 1214 <= obj <= 1232
58.48/58.53	c BCD2: #cores=53, #unrelaxed=5, #relaxed=1267, #hardened=0
58.48/58.53	c BCD2: #sat=1 #unsat=1215 bias=1215/1216
58.48/58.53	c Solving starts ...
58.48/58.53	c ============================[ Search Statistics ]============================
58.48/58.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.48/58.53	c       |         |          |          |    Limit     GC | Var      | Constra 
58.48/58.53	c =============================================================================
58.48/58.53	c  0.0s |       0 |        0 |        0 |    46609      0 |     1161 |     1213
58.48/58.57	c  0.0s |       0 |       54 |        1 |    46609      0 |     1161 |     1214
58.48/58.57	c #cpu_time = 0.046s
58.48/58.57	c #wall_clock_time = 0.046s
58.48/58.57	c #decision = 54
58.48/58.57	c #random_decision = 0
58.48/58.57	c #conflict = 1
58.48/58.57	c #restart = 0
58.48/58.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
58.48/58.57	c lower bound updated to -57
58.48/58.58	c BCD2: 1215 <= obj <= 1232
58.48/58.58	c BCD2: #cores=53, #unrelaxed=4, #relaxed=1268, #hardened=0
58.48/58.58	c BCD2: #sat=1 #unsat=1216 bias=1216/1217
58.48/58.58	c Solving starts ...
58.48/58.58	c ============================[ Search Statistics ]============================
58.48/58.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.48/58.58	c       |         |          |          |    Limit     GC | Var      | Constra 
58.48/58.58	c =============================================================================
58.48/58.58	c  0.0s |       0 |        0 |        0 |    46609      0 |     1162 |     1214
58.57/58.62	c  0.0s |       0 |       54 |        1 |    46609      0 |     1162 |     1215
58.57/58.62	c #cpu_time = 0.047s
58.57/58.62	c #wall_clock_time = 0.047s
58.57/58.62	c #decision = 54
58.57/58.62	c #random_decision = 0
58.57/58.62	c #conflict = 1
58.57/58.62	c #restart = 0
58.57/58.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
58.57/58.62	c lower bound updated to -56
58.57/58.62	c BCD2: 1216 <= obj <= 1232
58.57/58.62	c BCD2: #cores=53, #unrelaxed=3, #relaxed=1269, #hardened=0
58.57/58.62	c BCD2: #sat=1 #unsat=1217 bias=1217/1218
58.57/58.62	c Solving starts ...
58.57/58.62	c ============================[ Search Statistics ]============================
58.57/58.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.57/58.62	c       |         |          |          |    Limit     GC | Var      | Constra 
58.57/58.62	c =============================================================================
58.57/58.62	c  0.0s |       0 |        0 |        0 |    46609      0 |     1163 |     1215
58.57/58.67	c  0.0s |       0 |       54 |        1 |    46609      0 |     1163 |     1216
58.57/58.67	c #cpu_time = 0.047s
58.57/58.67	c #wall_clock_time = 0.047s
58.57/58.67	c #decision = 54
58.57/58.67	c #random_decision = 0
58.57/58.67	c #conflict = 1
58.57/58.67	c #restart = 0
58.57/58.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
58.57/58.67	c lower bound updated to -55
58.57/58.67	c BCD2: 1217 <= obj <= 1232
58.57/58.67	c BCD2: #cores=53, #unrelaxed=2, #relaxed=1270, #hardened=0
58.57/58.67	c BCD2: #sat=1 #unsat=1218 bias=1218/1219
58.57/58.67	c Solving starts ...
58.57/58.67	c ============================[ Search Statistics ]============================
58.57/58.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.57/58.67	c       |         |          |          |    Limit     GC | Var      | Constra 
58.57/58.67	c =============================================================================
58.57/58.67	c  0.0s |       0 |        0 |        0 |    46609      0 |     1164 |     1216
58.68/58.72	c  0.0s |       0 |       54 |        1 |    46609      0 |     1164 |     1217
58.68/58.72	c #cpu_time = 0.046s
58.68/58.72	c #wall_clock_time = 0.046s
58.68/58.72	c #decision = 54
58.68/58.72	c #random_decision = 0
58.68/58.72	c #conflict = 1
58.68/58.72	c #restart = 0
58.68/58.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
58.68/58.72	c lower bound updated to -54
58.68/58.72	c BCD2: 1218 <= obj <= 1232
58.68/58.72	c BCD2: #cores=53, #unrelaxed=1, #relaxed=1271, #hardened=0
58.68/58.72	c BCD2: #sat=1 #unsat=1219 bias=1219/1220
58.68/58.72	c Solving starts ...
58.68/58.72	c ============================[ Search Statistics ]============================
58.68/58.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.68/58.72	c       |         |          |          |    Limit     GC | Var      | Constra 
58.68/58.72	c =============================================================================
58.68/58.72	c  0.0s |       0 |        0 |        0 |    46609      0 |     1165 |     1217
58.68/58.77	c  0.0s |       0 |       54 |        1 |    46609      0 |     1165 |     1218
58.68/58.77	c #cpu_time = 0.046s
58.68/58.77	c #wall_clock_time = 0.046s
58.68/58.77	c #decision = 54
58.68/58.77	c #random_decision = 0
58.68/58.77	c #conflict = 1
58.68/58.77	c #restart = 0
58.68/58.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
58.68/58.77	c lower bound updated to -53
58.68/58.77	c BCD2: 1219 <= obj <= 1232
58.68/58.77	c BCD2: #cores=53, #unrelaxed=0, #relaxed=1272, #hardened=0
58.68/58.77	c BCD2: #sat=1 #unsat=1220 bias=1220/1221
58.68/58.77	c Solving starts ...
58.68/58.77	c ============================[ Search Statistics ]============================
58.68/58.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.68/58.77	c       |         |          |          |    Limit     GC | Var      | Constra 
58.68/58.77	c =============================================================================
58.68/58.77	c  0.0s |       0 |        0 |        0 |    46609      0 |     1166 |     1218
58.78/58.89	c  0.1s |       1 |      394 |      100 |    46609      0 |     1166 |     1219
58.98/59.03	c  0.3s |       2 |      900 |      250 |    51270      0 |     1166 |     1219
59.18/59.28	c  0.5s |       3 |     1634 |      475 |    51270      0 |     1166 |     1219
59.49/59.56	c  0.8s |       4 |     2332 |      813 |    51270      0 |     1166 |     1219
59.88/59.99	c  1.2s |       5 |     3511 |     1320 |    56398      0 |     1166 |     1219
60.68/60.72	c  1.9s |       6 |     4783 |     2081 |    62038      0 |     1166 |     1219
61.59/61.64	c  2.9s |       7 |     6976 |     3223 |    62038      0 |     1166 |     1219
63.18/63.20	c  4.4s |       8 |    10145 |     4936 |    68242      0 |     1166 |     1219
65.18/65.23	c  6.5s |       8 |    12923 |     6836 |    75067      0 |     1166 |     1219
65.88/65.93	c  7.2s |       9 |    13895 |     7506 |    75067      0 |     1166 |     1219
67.97/68.03	c  9.3s |       9 |    16855 |     9306 |    75067      0 |     1166 |     1219
69.98/70.05	c 11.3s |       9 |    19190 |    10906 |    82574      0 |     1166 |     1219
70.57/70.66	c 11.9s |      10 |    19897 |    11361 |    82574      0 |     1166 |     1219
72.58/72.68	c 13.9s |      10 |    21933 |    12761 |    82574      0 |     1166 |     1219
74.68/74.79	c 16.0s |      10 |    23941 |    14261 |    82574      0 |     1166 |     1219
76.88/76.96	c 18.2s |      10 |    25984 |    15661 |    82574      0 |     1166 |     1219
78.87/78.98	c 20.2s |      10 |    27683 |    16861 |    90832      0 |     1166 |     1219
79.48/79.51	c 20.7s |      11 |    28073 |    17144 |    90832      0 |     1166 |     1219
81.48/81.56	c 22.8s |      11 |    30106 |    18344 |    90832      0 |     1166 |     1219
83.58/83.62	c 24.8s |      11 |    31845 |    19544 |    90832      0 |     1166 |     1219
85.68/85.73	c 27.0s |      11 |    33490 |    20744 |    90832      0 |     1166 |     1219
87.68/87.74	c 29.0s |      11 |    35077 |    21844 |    90832      0 |     1166 |     1219
89.77/89.83	c 31.1s |      11 |    36462 |    22844 |    90832      0 |     1166 |     1219
91.88/91.90	c 33.1s |      11 |    37794 |    23844 |    90832      0 |     1166 |     1219
93.98/94.04	c 35.3s |      11 |    39029 |    24744 |    99916      0 |     1166 |     1219
96.18/96.30	c 37.5s |      11 |    40412 |    25744 |    99916      0 |     1166 |     1219
96.38/96.45	c 37.7s |      12 |    40498 |    25819 |    99916      0 |     1166 |     1219
98.48/98.50	c 39.7s |      12 |    42069 |    26819 |    99916      0 |     1166 |     1219
100.57/100.63	c 41.9s |      12 |    43598 |    27919 |    99916      0 |     1166 |     1219
102.67/102.78	c 44.0s |      12 |    44954 |    28919 |    99916      0 |     1166 |     1219
104.77/104.86	c 46.1s |      12 |    46340 |    29919 |    99916      0 |     1166 |     1219
107.07/107.10	c 48.3s |      12 |    47722 |    30919 |    99916      0 |     1166 |     1219
109.08/109.12	c 50.4s |      12 |    49058 |    31819 |    99916      0 |     1166 |     1219
111.27/111.31	c 52.5s |      12 |    50442 |    32819 |    99916      0 |     1166 |     1219
113.38/113.49	c 54.7s |      12 |    51868 |    33819 |    99916      0 |     1166 |     1219
115.67/115.71	c 56.9s |      12 |    53069 |    34719 |    99916      0 |     1166 |     1219
117.78/117.83	c 59.1s |      12 |    54137 |    35519 |    99916      0 |     1166 |     1219
119.77/119.85	c 61.1s |      12 |    55262 |    36319 |    99916      0 |     1166 |     1219
121.87/121.96	c 63.2s |      12 |    56457 |    37219 |    99916      0 |     1166 |     1219
123.97/124.01	c 65.2s |      12 |    57354 |    37919 |   109908      0 |     1166 |     1219
125.97/126.05	c 67.3s |      12 |    58213 |    38619 |   109908      0 |     1166 |     1219
126.48/126.60	c 67.8s |      13 |    58506 |    38832 |   109908      0 |     1166 |     1219
128.67/128.74	c 70.0s |      13 |    59972 |    39732 |   109908      0 |     1166 |     1219
130.67/130.74	c 72.0s |      13 |    61562 |    40732 |   109908      0 |     1166 |     1219
132.77/132.89	c 74.1s |      13 |    62936 |    41732 |   109908      0 |     1166 |     1219
134.87/134.98	c 76.2s |      13 |    64368 |    42632 |   109908      0 |     1166 |     1219
136.97/137.07	c 78.3s |      13 |    65608 |    43532 |   109908      0 |     1166 |     1219
139.17/139.27	c 80.5s |      13 |    66968 |    44432 |   109908      0 |     1166 |     1219
141.37/141.47	c 82.7s |      13 |    68020 |    45232 |   109908      0 |     1166 |     1219
143.46/143.55	c 84.8s |      13 |    69265 |    46032 |   109908      0 |     1166 |     1219
145.57/145.69	c 86.9s |      13 |    70607 |    46932 |   109908      0 |     1166 |     1219
147.87/147.91	c 89.1s |      13 |    71935 |    47832 |   109908      0 |     1166 |     1219
149.96/150.08	c 91.3s |      13 |    73066 |    48632 |   109908      0 |     1166 |     1219
152.16/152.29	c 93.5s |      13 |    74266 |    49532 |   109908      0 |     1166 |     1219
154.26/154.39	c 95.6s |      13 |    75183 |    50232 |   109908      0 |     1166 |     1219
156.46/156.54	c 97.8s |      13 |    76139 |    50932 |   109908      0 |     1166 |     1219
158.56/158.60	c 99.8s |      13 |    77039 |    51632 |   109908      0 |     1166 |     1219
160.76/160.89	c  102s |      13 |    78105 |    52432 |   109908      0 |     1166 |     1219
162.96/163.04	c  104s |      13 |    79093 |    53132 |   109908      0 |     1166 |     1219
165.07/165.16	c  106s |      13 |    80247 |    53932 |   109908      0 |     1166 |     1219
167.26/167.35	c  108s |      13 |    81541 |    54732 |   109908      0 |     1166 |     1219
169.46/169.55	c  110s |      13 |    82575 |    55432 |   109908      0 |     1166 |     1219
171.86/171.99	c  113s |      13 |    83529 |    56132 |   109908      0 |     1166 |     1219
174.16/174.24	c  115s |      13 |    84462 |    56832 |   120899      0 |     1166 |     1219
176.26/176.35	c  117s |      13 |    85267 |    57432 |   120899      0 |     1166 |     1219
178.66/178.75	c  119s |      13 |    86203 |    58132 |   120899      0 |     1166 |     1219
179.37/179.42	c  120s |      14 |    86488 |    58352 |   120899      0 |     1166 |     1219
181.57/181.63	c  122s |      14 |    87326 |    58852 |   120899      0 |     1166 |     1219
183.67/183.78	c  125s |      14 |    88098 |    59452 |   120899      0 |     1166 |     1219
185.97/186.05	c  127s |      14 |    88980 |    60152 |   120899      0 |     1166 |     1219
188.25/188.31	c  129s |      14 |    89917 |    60852 |   120899      0 |     1166 |     1219
190.46/190.56	c  131s |      14 |    90905 |    61552 |   120899      0 |     1166 |     1219
192.57/192.65	c  133s |      14 |    91762 |    62152 |   120899      0 |     1166 |     1219
194.56/194.70	c  135s |      14 |    92381 |    62652 |   120899      0 |     1166 |     1219
196.66/196.70	c  137s |      14 |    93003 |    63152 |   120899      0 |     1166 |     1219
199.06/199.17	c  140s |      14 |    93789 |    63752 |   120899      0 |     1166 |     1219
201.16/201.20	c  142s |      14 |    94475 |    64252 |   120899      0 |     1166 |     1219
203.15/203.28	c  144s |      14 |    95127 |    64752 |   120899      0 |     1166 |     1219
205.45/205.59	c  146s |      14 |    95926 |    65352 |   120899      0 |     1166 |     1219
207.76/207.88	c  149s |      14 |    96742 |    65952 |   120899      0 |     1166 |     1219
210.06/210.17	c  151s |      14 |    97514 |    66552 |   120899      0 |     1166 |     1219
212.05/212.17	c  153s |      14 |    98175 |    67052 |   120899      0 |     1166 |     1219
214.16/214.28	c  155s |      14 |    98805 |    67552 |   120899      0 |     1166 |     1219
216.56/216.62	c  157s |      14 |    99612 |    68152 |   120899      0 |     1166 |     1219
218.55/218.67	c  159s |      14 |   100299 |    68652 |   120899      0 |     1166 |     1219
220.65/220.76	c  161s |      14 |   101000 |    69152 |   120899      0 |     1166 |     1219
222.85/222.91	c  164s |      14 |   101662 |    69652 |   120899      0 |     1166 |     1219
225.05/225.14	c  166s |      14 |   102302 |    70152 |   120899      0 |     1166 |     1219
227.36/227.45	c  168s |      14 |   102955 |    70652 |   120899      0 |     1166 |     1219
229.65/229.79	c  171s |      14 |   103604 |    71152 |   120899      0 |     1166 |     1219
231.95/232.09	c  173s |      14 |   104255 |    71652 |   120899      0 |     1166 |     1219
234.36/234.48	c  175s |      14 |   104910 |    72152 |   120899      0 |     1166 |     1219
236.86/236.95	c  178s |      14 |   105542 |    72652 |   120899      0 |     1166 |     1219
238.96/239.04	c  180s |      14 |   106030 |    73052 |   120899      0 |     1166 |     1219
241.35/241.46	c  182s |      14 |   106674 |    73552 |   120899      0 |     1166 |     1219
243.46/243.58	c  184s |      14 |   107155 |    73952 |   120899      0 |     1166 |     1219
245.65/245.75	c  186s |      14 |   107643 |    74352 |   120899      0 |     1166 |     1219
247.85/247.94	c  189s |      14 |   108338 |    74852 |   120899      0 |     1166 |     1219
250.15/250.27	c  191s |      14 |   109002 |    75352 |   120899      0 |     1166 |     1219
252.35/252.40	c  193s |      14 |   109609 |    75852 |   120899      0 |     1166 |     1219
254.65/254.78	c  196s |      14 |   110223 |    76352 |   120899      0 |     1166 |     1219
256.95/257.01	c  198s |      14 |   110711 |    76752 |   120899      0 |     1166 |     1219
258.95/259.02	c  200s |      14 |   111221 |    77152 |   120899      0 |     1166 |     1219
260.95/261.04	c  202s |      14 |   111778 |    77552 |   120899      0 |     1166 |     1219
263.15/263.23	c  204s |      14 |   112306 |    77952 |   120899      0 |     1166 |     1219
265.45/265.57	c  206s |      14 |   112778 |    78352 |   120899      0 |     1166 |     1219
267.75/267.80	c  209s |      14 |   113325 |    78752 |   120899      0 |     1166 |     1219
270.14/270.29	c  211s |      14 |   113968 |    79252 |   120899      0 |     1166 |     1219
272.35/272.46	c  213s |      14 |   114474 |    79652 |   120899      0 |     1166 |     1219
274.45/274.50	c  215s |      14 |   114948 |    80052 |   120899      0 |     1166 |     1219
276.45/276.54	c  217s |      14 |   115464 |    80452 |   120899      0 |     1166 |     1219
278.84/278.97	c  220s |      14 |   116107 |    80952 |   120899      0 |     1166 |     1219
281.14/281.25	c  222s |      14 |   116668 |    81352 |   120899      0 |     1166 |     1219
283.45/283.53	c  224s |      14 |   117220 |    81752 |   120899      0 |     1166 |     1219
285.64/285.73	c  226s |      14 |   117707 |    82152 |   120899      0 |     1166 |     1219
288.05/288.13	c  229s |      14 |   118207 |    82552 |   120899      0 |     1166 |     1219
290.04/290.14	c  231s |      14 |   118727 |    82952 |   120899      0 |     1166 |     1219
292.35/292.42	c  233s |      14 |   119213 |    83352 |   120899      0 |     1166 |     1219
294.64/294.80	c  236s |      14 |   119726 |    83752 |   120899      0 |     1166 |     1219
297.05/297.19	c  238s |      14 |   120180 |    84152 |   120899      0 |     1166 |     1219
299.25/299.33	c  240s |      14 |   120650 |    84552 |   120899      0 |     1166 |     1219
301.65/301.74	c  242s |      14 |   121153 |    84952 |   120899      0 |     1166 |     1219
303.84/303.96	c  245s |      14 |   121668 |    85352 |   120899      0 |     1166 |     1219
306.24/306.34	c  247s |      14 |   122176 |    85752 |   120899      0 |     1166 |     1219
308.54/308.68	c  249s |      14 |   122642 |    86152 |   132989      0 |     1166 |     1219
310.94/311.07	c  252s |      14 |   123157 |    86552 |   132989      0 |     1166 |     1219
313.14/313.27	c  254s |      14 |   123704 |    86952 |   132989      0 |     1166 |     1219
315.65/315.79	c  257s |      14 |   124203 |    87352 |   132989      0 |     1166 |     1219
317.64/317.74	c  258s |      15 |   124538 |    87632 |   132989      0 |     1166 |     1219
319.84/319.98	c  261s |      15 |   125086 |    87932 |   132989      0 |     1166 |     1219
321.94/322.07	c  263s |      15 |   125778 |    88432 |   132989      0 |     1166 |     1219
324.34/324.49	c  265s |      15 |   126447 |    88932 |   132989      0 |     1166 |     1219
326.65/326.78	c  268s |      15 |   127096 |    89432 |   132989      0 |     1166 |     1219
328.74/328.83	c  270s |      15 |   127786 |    89932 |   132989      0 |     1166 |     1219
330.84/330.91	c  272s |      15 |   128461 |    90432 |   132989      0 |     1166 |     1219
332.94/333.05	c  274s |      15 |   129118 |    90932 |   132989      0 |     1166 |     1219
335.14/335.23	c  276s |      15 |   129757 |    91432 |   132989      0 |     1166 |     1219
337.24/337.38	c  278s |      15 |   130294 |    91832 |   132989      0 |     1166 |     1219
339.63/339.72	c  280s |      15 |   130953 |    92332 |   132989      0 |     1166 |     1219
342.04/342.19	c  283s |      15 |   131630 |    92832 |   132989      0 |     1166 |     1219
344.13/344.24	c  285s |      15 |   132097 |    93232 |   132989      0 |     1166 |     1219
346.63/346.70	c  287s |      15 |   132719 |    93732 |   132989      0 |     1166 |     1219
348.74/348.89	c  290s |      15 |   133421 |    94232 |   132989      0 |     1166 |     1219
350.84/350.99	c  292s |      15 |   134095 |    94732 |   132989      0 |     1166 |     1219
353.04/353.18	c  294s |      15 |   134697 |    95232 |   132989      0 |     1166 |     1219
355.13/355.27	c  296s |      15 |   135357 |    95732 |   132989      0 |     1166 |     1219
357.23/357.33	c  298s |      15 |   136203 |    96332 |   132989      0 |     1166 |     1219
359.33/359.44	c  300s |      15 |   136870 |    96832 |   132989      0 |     1166 |     1219
361.74/361.90	c  303s |      15 |   137552 |    97332 |   132989      0 |     1166 |     1219
364.04/364.19	c  305s |      15 |   138200 |    97832 |   132989      0 |     1166 |     1219
366.13/366.26	c  307s |      15 |   138690 |    98232 |   132989      0 |     1166 |     1219
368.34/368.43	c  309s |      15 |   139367 |    98732 |   132989      0 |     1166 |     1219
370.33/370.47	c  311s |      15 |   140003 |    99232 |   132989      0 |     1166 |     1219
372.94/373.01	c  314s |      15 |   140640 |    99732 |   132989      0 |     1166 |     1219
375.03/375.19	c  316s |      15 |   141285 |   100232 |   132989      0 |     1166 |     1219
377.23/377.38	c  318s |      15 |   142131 |   100832 |   132989      0 |     1166 |     1219
379.44/379.57	c  320s |      15 |   142827 |   101332 |   132989      0 |     1166 |     1219
381.43/381.58	c  322s |      15 |   143328 |   101732 |   132989      0 |     1166 |     1219
383.73/383.82	c  325s |      15 |   143997 |   102232 |   132989      0 |     1166 |     1219
385.93/386.00	c  327s |      15 |   144667 |   102732 |   132989      0 |     1166 |     1219
388.23/388.40	c  329s |      15 |   145345 |   103232 |   132989      0 |     1166 |     1219
390.33/390.47	c  331s |      15 |   145839 |   103632 |   132989      0 |     1166 |     1219
392.63/392.78	c  334s |      15 |   146446 |   104132 |   132989      0 |     1166 |     1219
395.23/395.31	c  336s |      15 |   147132 |   104632 |   132989      0 |     1166 |     1219
397.23/397.36	c  338s |      15 |   147616 |   105032 |   132989      0 |     1166 |     1219
399.43/399.58	c  340s |      15 |   148274 |   105532 |   132989      0 |     1166 |     1219
401.73/401.87	c  343s |      15 |   148969 |   106032 |   132989      0 |     1166 |     1219
404.13/404.21	c  345s |      15 |   149606 |   106532 |   132989      0 |     1166 |     1219
406.22/406.34	c  347s |      15 |   150250 |   107032 |   132989      0 |     1166 |     1219
408.23/408.37	c  349s |      15 |   151054 |   107532 |   132989      0 |     1166 |     1219
410.42/410.51	c  351s |      15 |   151859 |   108032 |   132989      0 |     1166 |     1219
412.63/412.72	c  353s |      15 |   152453 |   108432 |   132989      0 |     1166 |     1219
414.63/414.79	c  356s |      15 |   152974 |   108832 |   132989      0 |     1166 |     1219
416.94/417.01	c  358s |      15 |   153497 |   109232 |   132989      0 |     1166 |     1219
419.03/419.18	c  360s |      15 |   153970 |   109632 |   132989      0 |     1166 |     1219
421.42/421.58	c  362s |      15 |   154498 |   110032 |   132989      0 |     1166 |     1219
423.72/423.81	c  365s |      15 |   154991 |   110432 |   132989      0 |     1166 |     1219
426.12/426.26	c  367s |      15 |   155487 |   110832 |   132989      0 |     1166 |     1219
428.62/428.79	c  370s |      15 |   155964 |   111232 |   132989      0 |     1166 |     1219
431.23/431.39	c  372s |      15 |   156443 |   111632 |   132989      0 |     1166 |     1219
433.52/433.68	c  374s |      15 |   157004 |   112032 |   132989      0 |     1166 |     1219
435.93/436.06	c  377s |      15 |   157514 |   112432 |   132989      0 |     1166 |     1219
438.02/438.16	c  379s |      15 |   158062 |   112832 |   132989      0 |     1166 |     1219
440.22/440.35	c  381s |      15 |   158604 |   113232 |   132989      0 |     1166 |     1219
442.52/442.60	c  383s |      15 |   159121 |   113632 |   132989      0 |     1166 |     1219
444.82/444.94	c  386s |      15 |   159665 |   114032 |   132989      0 |     1166 |     1219
447.22/447.31	c  388s |      15 |   160189 |   114432 |   132989      0 |     1166 |     1219
449.52/449.65	c  390s |      15 |   160693 |   114832 |   132989      0 |     1166 |     1219
451.72/451.85	c  393s |      15 |   161212 |   115232 |   132989      0 |     1166 |     1219
454.23/454.39	c  395s |      15 |   161709 |   115632 |   132989      0 |     1166 |     1219
456.82/456.99	c  398s |      15 |   162220 |   116032 |   132989      0 |     1166 |     1219
459.52/459.65	c  400s |      15 |   162722 |   116432 |   132989      0 |     1166 |     1219
461.81/461.92	c  403s |      15 |   163218 |   116832 |   132989      0 |     1166 |     1219
464.13/464.28	c  405s |      15 |   163725 |   117232 |   132989      0 |     1166 |     1219
466.52/466.70	c  407s |      15 |   164208 |   117632 |   132989      0 |     1166 |     1219
469.12/469.20	c  410s |      15 |   164724 |   118032 |   132989      0 |     1166 |     1219
471.12/471.26	c  412s |      15 |   165109 |   118332 |   132989      0 |     1166 |     1219
473.32/473.40	c  414s |      15 |   165622 |   118732 |   132989      0 |     1166 |     1219
475.51/475.65	c  416s |      15 |   166126 |   119132 |   132989      0 |     1166 |     1219
477.72/477.86	c  419s |      15 |   166631 |   119532 |   132989      0 |     1166 |     1219
479.81/479.94	c  421s |      15 |   167158 |   119932 |   132989      0 |     1166 |     1219
482.02/482.14	c  423s |      15 |   167727 |   120332 |   132989      0 |     1166 |     1219
484.02/484.15	c  425s |      15 |   168286 |   120732 |   132989      0 |     1166 |     1219
486.12/486.21	c  427s |      15 |   168760 |   121132 |   132989      0 |     1166 |     1219
488.43/488.52	c  429s |      15 |   169298 |   121532 |   132989      0 |     1166 |     1219
491.02/491.15	c  432s |      15 |   169805 |   121932 |   132989      0 |     1166 |     1219
493.12/493.29	c  434s |      15 |   170222 |   122232 |   132989      0 |     1166 |     1219
495.81/495.93	c  437s |      15 |   170708 |   122632 |   132989      0 |     1166 |     1219
498.51/498.67	c  439s |      15 |   171190 |   123032 |   132989      0 |     1166 |     1219
500.71/500.85	c  442s |      15 |   171586 |   123332 |   132989      0 |     1166 |     1219
502.72/502.86	c  444s |      15 |   171962 |   123632 |   132989      0 |     1166 |     1219
505.01/505.17	c  446s |      15 |   172343 |   123932 |   132989      0 |     1166 |     1219
507.61/507.77	c  448s |      15 |   172687 |   124232 |   132989      0 |     1166 |     1219
509.61/509.79	c  451s |      15 |   173081 |   124532 |   132989      0 |     1166 |     1219
511.81/511.94	c  453s |      15 |   173428 |   124832 |   132989      0 |     1166 |     1219
513.91/514.07	c  455s |      15 |   173762 |   125132 |   132989      0 |     1166 |     1219
516.21/516.30	c  457s |      15 |   174120 |   125432 |   132989      0 |     1166 |     1219
518.80/518.94	c  460s |      15 |   174618 |   125832 |   132989      0 |     1166 |     1219
520.91/521.02	c  462s |      15 |   174979 |   126132 |   132989      0 |     1166 |     1219
523.11/523.25	c  464s |      15 |   175336 |   126432 |   132989      0 |     1166 |     1219
525.61/525.70	c  466s |      15 |   175819 |   126832 |   132989      0 |     1166 |     1219
527.60/527.75	c  468s |      15 |   176169 |   127132 |   132989      0 |     1166 |     1219
530.22/530.40	c  471s |      15 |   176657 |   127532 |   132989      0 |     1166 |     1219
532.80/532.95	c  474s |      15 |   177147 |   127932 |   132989      0 |     1166 |     1219
535.21/535.39	c  476s |      15 |   177665 |   128332 |   132989      0 |     1166 |     1219
537.71/537.87	c  479s |      15 |   178177 |   128732 |   132989      0 |     1166 |     1219
539.81/539.93	c  481s |      15 |   178534 |   129032 |   132989      0 |     1166 |     1219
542.21/542.37	c  483s |      15 |   179041 |   129432 |   132989      0 |     1166 |     1219
544.30/544.42	c  485s |      15 |   179425 |   129732 |   146288      0 |     1166 |     1219
546.91/547.05	c  488s |      15 |   179968 |   130132 |   146288      0 |     1166 |     1219
549.20/549.31	c  490s |      15 |   180303 |   130432 |   146288      0 |     1166 |     1219
551.20/551.31	c  492s |      15 |   180677 |   130732 |   146288      0 |     1166 |     1219
553.21/553.35	c  494s |      15 |   181070 |   131032 |   146288      0 |     1166 |     1219
555.51/555.65	c  496s |      15 |   181627 |   131432 |   146288      0 |     1166 |     1219
556.21/556.35	c  497s |      16 |   181782 |   131552 |   146288      0 |     1166 |     1219
558.60/558.72	c  499s |      16 |   182127 |   131752 |   146288      0 |     1166 |     1219
561.01/561.12	c  502s |      16 |   182824 |   132252 |   146288      0 |     1166 |     1219
563.00/563.16	c  504s |      16 |   183341 |   132652 |   146288      0 |     1166 |     1219
565.20/565.39	c  506s |      16 |   183824 |   133052 |   146288      0 |     1166 |     1219
567.30/567.46	c  508s |      16 |   184288 |   133452 |   146288      0 |     1166 |     1219
569.51/569.61	c  510s |      16 |   184824 |   133852 |   146288      0 |     1166 |     1219
571.80/571.96	c  513s |      16 |   185366 |   134252 |   146288      0 |     1166 |     1219
574.11/574.21	c  515s |      16 |   185916 |   134652 |   146288      0 |     1166 |     1219
576.31/576.42	c  517s |      16 |   186445 |   135052 |   146288      0 |     1166 |     1219
578.40/578.60	c  519s |      16 |   186954 |   135452 |   146288      0 |     1166 |     1219
581.00/581.11	c  522s |      16 |   187486 |   135852 |   146288      0 |     1166 |     1219
583.50/583.60	c  524s |      16 |   187989 |   136252 |   146288      0 |     1166 |     1219
585.80/585.94	c  527s |      16 |   188497 |   136652 |   146288      0 |     1166 |     1219
588.30/588.44	c  529s |      16 |   189035 |   137052 |   146288      0 |     1166 |     1219
590.60/590.75	c  531s |      16 |   189518 |   137452 |   146288      0 |     1166 |     1219
592.70/592.87	c  534s |      16 |   190017 |   137852 |   146288      0 |     1166 |     1219
595.11/595.25	c  536s |      16 |   190509 |   138252 |   146288      0 |     1166 |     1219
597.59/597.72	c  538s |      16 |   191170 |   138752 |   146288      0 |     1166 |     1219
600.20/600.34	c  541s |      16 |   191643 |   139152 |   146288      0 |     1166 |     1219
602.29/602.41	c  543s |      16 |   192012 |   139452 |   146288      0 |     1166 |     1219
604.59/604.79	c  546s |      16 |   192534 |   139852 |   146288      0 |     1166 |     1219
606.90/607.00	c  548s |      16 |   192884 |   140152 |   146288      0 |     1166 |     1219
609.09/609.22	c  550s |      16 |   193275 |   140452 |   146288      0 |     1166 |     1219
611.61/611.77	c  553s |      16 |   193776 |   140852 |   146288      0 |     1166 |     1219
614.19/614.30	c  555s |      16 |   194275 |   141252 |   146288      0 |     1166 |     1219
616.30/616.46	c  557s |      16 |   194620 |   141552 |   146288      0 |     1166 |     1219
618.89/619.05	c  560s |      16 |   195085 |   141952 |   146288      0 |     1166 |     1219
621.29/621.45	c  562s |      16 |   195537 |   142352 |   146288      0 |     1166 |     1219
623.71/623.89	c  565s |      16 |   196011 |   142752 |   146288      0 |     1166 |     1219
626.29/626.44	c  567s |      16 |   196533 |   143152 |   146288      0 |     1166 |     1219
628.29/628.48	c  569s |      16 |   196899 |   143452 |   146288      0 |     1166 |     1219
630.59/630.78	c  572s |      16 |   197404 |   143852 |   146288      0 |     1166 |     1219
633.40/633.55	c  574s |      16 |   197908 |   144252 |   146288      0 |     1166 |     1219
635.59/635.76	c  576s |      16 |   198299 |   144552 |   146288      0 |     1166 |     1219
637.79/637.98	c  579s |      16 |   198672 |   144852 |   146288      0 |     1166 |     1219
640.10/640.20	c  581s |      16 |   199061 |   145152 |   146288      0 |     1166 |     1219
642.49/642.62	c  583s |      16 |   199399 |   145452 |   146288      0 |     1166 |     1219
644.89/645.03	c  586s |      16 |   199915 |   145852 |   146288      0 |     1166 |     1219
646.89/647.06	c  588s |      16 |   200298 |   146152 |   146288      0 |     1166 |     1219
648.89/649.08	c  590s |      16 |   200701 |   146452 |   146288      0 |     1166 |     1219
650.89/651.09	c  592s |      16 |   201076 |   146752 |   146288      0 |     1166 |     1219
653.59/653.79	c  595s |      16 |   201550 |   147152 |   146288      0 |     1166 |     1219
655.79/655.94	c  597s |      16 |   201919 |   147452 |   146288      0 |     1166 |     1219
657.79/657.95	c  599s |      16 |   202280 |   147752 |   146288      0 |     1166 |     1219
660.29/660.48	c  601s |      16 |   202804 |   148152 |   146288      0 |     1166 |     1219
663.08/663.27	c  604s |      16 |   203044 |   148352 |   146288      1 |     1166 |     1219
665.39/665.57	c  606s |      16 |   203389 |   148652 |   146288      1 |     1166 |     1219
667.59/667.73	c  608s |      16 |   203768 |   148952 |   146288      1 |     1166 |     1219
669.80/669.95	c  611s |      16 |   204269 |   149352 |   146288      1 |     1166 |     1219
672.09/672.24	c  613s |      16 |   204902 |   149852 |   146288      1 |     1166 |     1219
674.08/674.28	c  615s |      16 |   205364 |   150252 |   146288      1 |     1166 |     1219
676.49/676.67	c  617s |      16 |   205959 |   150752 |   146288      1 |     1166 |     1219
678.89/679.02	c  620s |      16 |   206602 |   151252 |   146288      1 |     1166 |     1219
681.08/681.22	c  622s |      16 |   207110 |   151652 |   146288      1 |     1166 |     1219
683.39/683.55	c  624s |      16 |   207589 |   152052 |   146288      1 |     1166 |     1219
685.79/685.94	c  627s |      16 |   208052 |   152452 |   146288      1 |     1166 |     1219
688.08/688.25	c  629s |      16 |   208514 |   152852 |   146288      1 |     1166 |     1219
690.69/690.84	c  632s |      16 |   208983 |   153252 |   146288      1 |     1166 |     1219
692.99/693.16	c  634s |      16 |   209463 |   153652 |   146288      1 |     1166 |     1219
695.09/695.29	c  636s |      16 |   209937 |   154052 |   146288      1 |     1166 |     1219
697.39/697.57	c  638s |      16 |   210505 |   154452 |   146288      1 |     1166 |     1219
699.49/699.64	c  640s |      16 |   210983 |   154852 |   146288      1 |     1166 |     1219
701.79/701.96	c  643s |      16 |   211469 |   155252 |   146288      1 |     1166 |     1219
704.08/704.29	c  645s |      16 |   211932 |   155652 |   146288      1 |     1166 |     1219
706.19/706.31	c  647s |      16 |   212382 |   156052 |   146288      1 |     1166 |     1219
708.29/708.48	c  649s |      16 |   212833 |   156452 |   146288      1 |     1166 |     1219
710.49/710.64	c  651s |      16 |   213306 |   156852 |   146288      1 |     1166 |     1219
712.78/712.95	c  654s |      16 |   213822 |   157252 |   146288      1 |     1166 |     1219
715.48/715.64	c  656s |      16 |   214297 |   157652 |   146288      1 |     1166 |     1219
717.98/718.11	c  659s |      16 |   214782 |   158052 |   146288      1 |     1166 |     1219
720.28/720.49	c  661s |      16 |   215239 |   158452 |   146288      1 |     1166 |     1219
722.69/722.89	c  664s |      16 |   215712 |   158852 |   146288      1 |     1166 |     1219
725.08/725.26	c  666s |      16 |   216199 |   159252 |   146288      1 |     1166 |     1219
727.48/727.62	c  668s |      16 |   216651 |   159652 |   146288      1 |     1166 |     1219
730.08/730.23	c  671s |      16 |   217145 |   160052 |   146288      1 |     1166 |     1219
732.48/732.63	c  673s |      16 |   217649 |   160452 |   146288      1 |     1166 |     1219
734.88/735.02	c  676s |      16 |   218129 |   160852 |   146288      1 |     1166 |     1219
737.27/737.42	c  678s |      16 |   218582 |   161252 |   146288      1 |     1166 |     1219
739.77/739.95	c  681s |      16 |   219065 |   161652 |   146288      1 |     1166 |     1219
742.17/742.33	c  683s |      16 |   219557 |   162052 |   146288      1 |     1166 |     1219
744.47/744.69	c  685s |      16 |   220035 |   162452 |   146288      1 |     1166 |     1219
746.97/747.12	c  688s |      16 |   220516 |   162852 |   146288      1 |     1166 |     1219
749.27/749.48	c  690s |      16 |   220985 |   163252 |   146288      1 |     1166 |     1219
751.88/752.00	c  693s |      16 |   221485 |   163652 |   146288      1 |     1166 |     1219
754.48/754.66	c  695s |      16 |   221979 |   164052 |   146288      1 |     1166 |     1219
757.07/757.21	c  698s |      16 |   222453 |   164452 |   146288      1 |     1166 |     1219
759.77/759.90	c  701s |      16 |   222920 |   164852 |   146288      1 |     1166 |     1219
761.87/762.09	c  703s |      16 |   223276 |   165152 |   146288      1 |     1166 |     1219
763.97/764.17	c  705s |      16 |   223620 |   165452 |   146288      1 |     1166 |     1219
766.17/766.35	c  707s |      16 |   223957 |   165752 |   146288      1 |     1166 |     1219
768.57/768.70	c  709s |      16 |   224426 |   166152 |   146288      1 |     1166 |     1219
770.67/770.82	c  712s |      16 |   224772 |   166452 |   146288      1 |     1166 |     1219
772.67/772.85	c  714s |      16 |   225130 |   166752 |   146288      1 |     1166 |     1219
775.27/775.41	c  716s |      16 |   225625 |   167152 |   146288      1 |     1166 |     1219
777.67/777.86	c  719s |      16 |   226092 |   167552 |   146288      1 |     1166 |     1219
780.57/780.71	c  721s |      16 |   226566 |   167952 |   146288      1 |     1166 |     1219
783.07/783.27	c  724s |      16 |   227043 |   168352 |   146288      1 |     1166 |     1219
785.16/785.36	c  726s |      16 |   227372 |   168652 |   146288      1 |     1166 |     1219
787.66/787.81	c  729s |      16 |   227866 |   169052 |   146288      1 |     1166 |     1219
789.77/789.93	c  731s |      16 |   228207 |   169352 |   146288      1 |     1166 |     1219
791.97/792.13	c  733s |      16 |   228569 |   169652 |   146288      1 |     1166 |     1219
794.36/794.56	c  735s |      16 |   229073 |   170052 |   146288      1 |     1166 |     1219
796.46/796.66	c  737s |      16 |   229427 |   170352 |   146288      1 |     1166 |     1219
798.57/798.74	c  739s |      16 |   229800 |   170652 |   146288      1 |     1166 |     1219
800.56/800.78	c  742s |      16 |   230169 |   170952 |   146288      1 |     1166 |     1219
802.66/802.83	c  744s |      16 |   230536 |   171252 |   146288      1 |     1166 |     1219
805.07/805.29	c  746s |      16 |   230890 |   171552 |   146288      1 |     1166 |     1219
807.46/807.67	c  748s |      16 |   231218 |   171852 |   146288      1 |     1166 |     1219
809.76/809.99	c  751s |      16 |   231586 |   172152 |   146288      1 |     1166 |     1219
811.86/812.07	c  753s |      16 |   231956 |   172452 |   146288      1 |     1166 |     1219
814.15/814.35	c  755s |      16 |   232324 |   172752 |   146288      1 |     1166 |     1219
816.35/816.55	c  757s |      16 |   232659 |   173052 |   146288      1 |     1166 |     1219
818.46/818.68	c  759s |      16 |   233032 |   173352 |   146288      1 |     1166 |     1219
820.75/820.92	c  762s |      16 |   233383 |   173652 |   146288      1 |     1166 |     1219
822.95/823.15	c  764s |      16 |   233748 |   173952 |   146288      1 |     1166 |     1219
825.35/825.58	c  766s |      16 |   234100 |   174252 |   146288      1 |     1166 |     1219
827.65/827.86	c  769s |      16 |   234442 |   174552 |   146288      1 |     1166 |     1219
829.75/829.91	c  771s |      16 |   234802 |   174852 |   146288      1 |     1166 |     1219
831.85/832.03	c  773s |      16 |   235175 |   175152 |   146288      1 |     1166 |     1219
833.95/834.10	c  775s |      16 |   235529 |   175452 |   146288      1 |     1166 |     1219
836.45/836.66	c  777s |      16 |   235998 |   175852 |   146288      1 |     1166 |     1219
838.55/838.72	c  779s |      16 |   236355 |   176152 |   146288      1 |     1166 |     1219
840.65/840.85	c  782s |      16 |   236707 |   176452 |   146288      1 |     1166 |     1219
843.25/843.42	c  784s |      16 |   237203 |   176852 |   146288      1 |     1166 |     1219
845.44/845.67	c  786s |      16 |   237588 |   177152 |   146288      1 |     1166 |     1219
847.85/848.03	c  789s |      16 |   237962 |   177452 |   146288      1 |     1166 |     1219
850.34/850.53	c  791s |      16 |   238358 |   177752 |   146288      1 |     1166 |     1219
852.75/852.91	c  794s |      16 |   238698 |   178052 |   146288      1 |     1166 |     1219
855.04/855.24	c  796s |      16 |   239054 |   178352 |   146288      1 |     1166 |     1219
857.35/857.53	c  798s |      16 |   239385 |   178652 |   146288      1 |     1166 |     1219
859.94/860.10	c  801s |      16 |   239760 |   178952 |   146288      1 |     1166 |     1219
862.43/862.69	c  803s |      16 |   240154 |   179252 |   146288      1 |     1166 |     1219
864.84/865.07	c  806s |      16 |   240477 |   179552 |   146288      1 |     1166 |     1219
867.24/867.49	c  808s |      16 |   240866 |   179852 |   146288      1 |     1166 |     1219
869.73/869.96	c  811s |      16 |   241219 |   180152 |   146288      1 |     1166 |     1219
872.44/872.63	c  813s |      16 |   241558 |   180452 |   146288      1 |     1166 |     1219
874.53/874.75	c  815s |      16 |   241914 |   180752 |   146288      1 |     1166 |     1219
877.13/877.36	c  818s |      16 |   242370 |   181152 |   146288      1 |     1166 |     1219
879.94/880.19	c  821s |      16 |   242727 |   181452 |   146288      1 |     1166 |     1219
882.33/882.58	c  823s |      16 |   243060 |   181752 |   146288      1 |     1166 |     1219
884.63/884.85	c  826s |      16 |   243423 |   182052 |   146288      1 |     1166 |     1219
887.12/887.31	c  828s |      16 |   243755 |   182352 |   146288      1 |     1166 |     1219
889.42/889.69	c  830s |      16 |   244104 |   182652 |   146288      1 |     1166 |     1219
891.82/892.07	c  833s |      16 |   244478 |   182952 |   146288      1 |     1166 |     1219
894.02/894.21	c  835s |      16 |   244816 |   183252 |   146288      1 |     1166 |     1219
896.23/896.47	c  837s |      16 |   245188 |   183552 |   146288      1 |     1166 |     1219
898.72/898.97	c  840s |      16 |   245552 |   183852 |   146288      1 |     1166 |     1219
901.02/901.24	c  842s |      16 |   245895 |   184152 |   146288      1 |     1166 |     1219
903.32/903.56	c  844s |      16 |   246241 |   184452 |   146288      1 |     1166 |     1219
905.72/905.90	c  847s |      16 |   246634 |   184752 |   146288      1 |     1166 |     1219
908.52/908.75	c  849s |      16 |   246989 |   185052 |   146288      1 |     1166 |     1219
910.91/911.17	c  852s |      16 |   247344 |   185352 |   146288      1 |     1166 |     1219
913.92/914.14	c  855s |      16 |   247679 |   185652 |   146288      1 |     1166 |     1219
916.51/916.75	c  857s |      16 |   248018 |   185952 |   146288      1 |     1166 |     1219
918.91/919.15	c  860s |      16 |   248355 |   186252 |   146288      1 |     1166 |     1219
921.31/921.54	c  862s |      16 |   248686 |   186552 |   146288      1 |     1166 |     1219
923.81/924.04	c  865s |      16 |   249042 |   186852 |   146288      1 |     1166 |     1219
926.12/926.38	c  867s |      16 |   249381 |   187152 |   146288      1 |     1166 |     1219
928.31/928.52	c  869s |      16 |   249714 |   187452 |   146288      1 |     1166 |     1219
930.41/930.65	c  871s |      16 |   250051 |   187752 |   146288      1 |     1166 |     1219
932.71/932.91	c  874s |      16 |   250394 |   188052 |   146288      1 |     1166 |     1219
935.31/935.53	c  876s |      16 |   250735 |   188352 |   146288      1 |     1166 |     1219
938.01/938.22	c  879s |      16 |   251085 |   188652 |   146288      1 |     1166 |     1219
940.10/940.39	c  881s |      16 |   251449 |   188952 |   146288      1 |     1166 |     1219
942.50/942.75	c  883s |      16 |   251783 |   189252 |   146288      1 |     1166 |     1219
944.60/944.85	c  886s |      16 |   252138 |   189552 |   146288      1 |     1166 |     1219
947.20/947.49	c  888s |      16 |   252497 |   189852 |   146288      1 |     1166 |     1219
949.79/950.09	c  891s |      16 |   252837 |   190152 |   146288      1 |     1166 |     1219
952.50/952.77	c  893s |      16 |   253171 |   190452 |   146288      1 |     1166 |     1219
955.39/955.65	c  896s |      16 |   253500 |   190752 |   146288      1 |     1166 |     1219
957.69/957.92	c  899s |      16 |   253843 |   191052 |   146288      1 |     1166 |     1219
960.19/960.48	c  901s |      16 |   254184 |   191352 |   146288      1 |     1166 |     1219
962.89/963.15	c  904s |      16 |   254527 |   191652 |   146288      1 |     1166 |     1219
965.89/966.12	c  907s |      16 |   254877 |   191952 |   146288      1 |     1166 |     1219
968.49/968.78	c  910s |      16 |   255232 |   192252 |   146288      1 |     1166 |     1219
970.98/971.26	c  912s |      16 |   255587 |   192552 |   146288      1 |     1166 |     1219
973.49/973.77	c  914s |      16 |   255938 |   192852 |   146288      1 |     1166 |     1219
975.89/976.13	c  917s |      16 |   256303 |   193152 |   146288      1 |     1166 |     1219
978.08/978.34	c  919s |      16 |   256641 |   193452 |   146288      1 |     1166 |     1219
980.58/980.80	c  922s |      16 |   256983 |   193752 |   146288      1 |     1166 |     1219
982.98/983.29	c  924s |      16 |   257321 |   194052 |   146288      1 |     1166 |     1219
985.38/985.66	c  926s |      16 |   257690 |   194352 |   146288      1 |     1166 |     1219
987.69/987.98	c  929s |      16 |   258033 |   194652 |   146288      1 |     1166 |     1219
990.27/990.57	c  931s |      16 |   258367 |   194952 |   160917      1 |     1166 |     1219
992.77/993.04	c  934s |      16 |   258732 |   195252 |   160917      1 |     1166 |     1219
995.38/995.65	c  936s |      16 |   259080 |   195552 |   160917      1 |     1166 |     1219
998.17/998.48	c  939s |      16 |   259431 |   195852 |   160917      1 |     1166 |     1219
1000.57/1000.88	c  942s |      16 |   259809 |   196152 |   160917      1 |     1166 |     1219
1003.27/1003.57	c  944s |      16 |   260167 |   196452 |   160917      1 |     1166 |     1219
1005.57/1005.81	c  947s |      16 |   260512 |   196752 |   160917      1 |     1166 |     1219
1007.56/1007.84	c  949s |      16 |   260886 |   197052 |   160917      1 |     1166 |     1219
1010.17/1010.42	c  951s |      16 |   261250 |   197352 |   160917      1 |     1166 |     1219
1010.77/1011.01	c  952s |      17 |   261348 |   197432 |   160917      1 |     1166 |     1219
1013.46/1013.78	c  955s |      17 |   261734 |   197632 |   160917      1 |     1166 |     1219
1015.67/1015.91	c  957s |      17 |   262314 |   198032 |   160917      1 |     1166 |     1219
1017.87/1018.18	c  959s |      17 |   262837 |   198432 |   160917      1 |     1166 |     1219
1020.47/1020.75	c  961s |      17 |   263365 |   198832 |   160917      1 |     1166 |     1219
1022.56/1022.87	c  964s |      17 |   263871 |   199232 |   160917      1 |     1166 |     1219
1024.87/1025.16	c  966s |      17 |   264360 |   199632 |   160917      1 |     1166 |     1219
1027.27/1027.57	c  968s |      17 |   264876 |   200032 |   160917      1 |     1166 |     1219
1029.37/1029.69	c  970s |      17 |   265358 |   200432 |   160917      1 |     1166 |     1219
1031.67/1031.99	c  973s |      17 |   265882 |   200832 |   160917      1 |     1166 |     1219
1033.96/1034.29	c  975s |      17 |   266343 |   201232 |   160917      1 |     1166 |     1219
1036.16/1036.48	c  977s |      17 |   266815 |   201632 |   160917      1 |     1166 |     1219
1038.56/1038.80	c  980s |      17 |   267382 |   202032 |   160917      1 |     1166 |     1219
1040.56/1040.89	c  982s |      17 |   267890 |   202432 |   160917      1 |     1166 |     1219
1043.15/1043.45	c  984s |      17 |   268379 |   202832 |   160917      1 |     1166 |     1219
1045.45/1045.74	c  986s |      17 |   268872 |   203232 |   160917      1 |     1166 |     1219
1047.95/1048.20	c  989s |      17 |   269362 |   203632 |   160917      1 |     1166 |     1219
1050.44/1050.72	c  991s |      17 |   269829 |   204032 |   160917      1 |     1166 |     1219
1053.14/1053.48	c  994s |      17 |   270339 |   204432 |   160917      1 |     1166 |     1219
1055.55/1055.89	c  997s |      17 |   270855 |   204832 |   160917      1 |     1166 |     1219
1058.34/1058.63	c  999s |      17 |   271388 |   205232 |   160917      1 |     1166 |     1219
1060.55/1060.80	c 1002s |      17 |   271768 |   205532 |   160917      1 |     1166 |     1219
1062.84/1063.16	c 1004s |      17 |   272131 |   205832 |   160917      1 |     1166 |     1219
1065.24/1065.55	c 1006s |      17 |   272497 |   206132 |   160917      1 |     1166 |     1219
1067.44/1067.77	c 1008s |      17 |   272872 |   206432 |   160917      1 |     1166 |     1219
1069.54/1069.84	c 1011s |      17 |   273222 |   206732 |   160917      1 |     1166 |     1219
1071.84/1072.19	c 1013s |      17 |   273587 |   207032 |   160917      1 |     1166 |     1219
1073.84/1074.19	c 1015s |      17 |   273946 |   207332 |   160917      1 |     1166 |     1219
1076.43/1076.74	c 1017s |      17 |   274425 |   207732 |   160917      1 |     1166 |     1219
1079.03/1079.34	c 1020s |      17 |   274955 |   208132 |   160917      1 |     1166 |     1219
1081.14/1081.42	c 1022s |      17 |   275334 |   208432 |   160917      1 |     1166 |     1219
1083.63/1083.93	c 1025s |      17 |   275818 |   208832 |   160917      1 |     1166 |     1219
1085.74/1086.08	c 1027s |      17 |   276190 |   209132 |   160917      1 |     1166 |     1219
1087.93/1088.20	c 1029s |      17 |   276586 |   209432 |   160917      1 |     1166 |     1219
1090.03/1090.34	c 1031s |      17 |   276966 |   209732 |   160917      1 |     1166 |     1219
1092.23/1092.56	c 1033s |      17 |   277484 |   210132 |   160917      1 |     1166 |     1219
1094.62/1094.96	c 1036s |      17 |   277971 |   210532 |   160917      1 |     1166 |     1219
1097.22/1097.58	c 1038s |      17 |   278504 |   210932 |   160917      1 |     1166 |     1219
1099.73/1100.00	c 1041s |      17 |   278981 |   211332 |   160917      1 |     1166 |     1219
1102.12/1102.40	c 1043s |      17 |   279467 |   211732 |   160917      1 |     1166 |     1219
1104.23/1104.53	c 1045s |      17 |   279842 |   212032 |   160917      1 |     1166 |     1219
1106.93/1107.21	c 1048s |      17 |   280308 |   212432 |   160917      1 |     1166 |     1219
1109.02/1109.30	c 1050s |      17 |   280648 |   212732 |   160917      1 |     1166 |     1219
1111.12/1111.46	c 1052s |      17 |   281030 |   213032 |   160917      1 |     1166 |     1219
1113.52/1113.85	c 1055s |      17 |   281454 |   213332 |   160917      1 |     1166 |     1219
1116.02/1116.31	c 1057s |      17 |   281967 |   213732 |   160917      1 |     1166 |     1219
1118.02/1118.32	c 1059s |      17 |   282349 |   214032 |   160917      1 |     1166 |     1219
1120.61/1120.91	c 1062s |      17 |   282823 |   214432 |   160917      1 |     1166 |     1219
1123.31/1123.64	c 1064s |      17 |   283362 |   214832 |   160917      1 |     1166 |     1219
1125.41/1125.75	c 1066s |      17 |   283737 |   215132 |   160917      1 |     1166 |     1219
1128.21/1128.54	c 1069s |      17 |   284258 |   215532 |   160917      1 |     1166 |     1219
1130.61/1130.91	c 1072s |      17 |   284617 |   215832 |   160917      1 |     1166 |     1219
1132.71/1133.02	c 1074s |      17 |   285045 |   216132 |   160917      1 |     1166 |     1219
1135.02/1135.31	c 1076s |      17 |   285397 |   216432 |   160917      1 |     1166 |     1219
1137.60/1137.97	c 1079s |      17 |   285940 |   216832 |   160917      1 |     1166 |     1219
1140.29/1140.70	c 1081s |      17 |   286422 |   217232 |   160917      1 |     1166 |     1219
1142.40/1142.79	c 1084s |      17 |   286938 |   217632 |   160917      1 |     1166 |     1219
1144.60/1144.99	c 1086s |      17 |   287505 |   218032 |   160917      1 |     1166 |     1219
1147.00/1147.37	c 1088s |      17 |   288011 |   218432 |   160917      1 |     1166 |     1219
1149.10/1149.47	c 1090s |      17 |   288370 |   218732 |   160917      1 |     1166 |     1219
1151.40/1151.73	c 1092s |      17 |   288769 |   219032 |   160917      1 |     1166 |     1219
1153.40/1153.78	c 1095s |      17 |   289139 |   219332 |   160917      1 |     1166 |     1219
1155.59/1155.98	c 1097s |      17 |   289505 |   219632 |   160917      1 |     1166 |     1219
1158.00/1158.33	c 1099s |      17 |   289874 |   219932 |   160917      1 |     1166 |     1219
1160.39/1160.71	c 1101s |      17 |   290229 |   220232 |   160917      1 |     1166 |     1219
1162.68/1163.02	c 1104s |      17 |   290612 |   220532 |   160917      1 |     1166 |     1219
1164.89/1165.24	c 1106s |      17 |   290997 |   220832 |   160917      1 |     1166 |     1219
1167.49/1167.80	c 1109s |      17 |   291478 |   221232 |   160917      1 |     1166 |     1219
1169.79/1170.15	c 1111s |      17 |   291985 |   221632 |   160917      1 |     1166 |     1219
1171.88/1172.23	c 1113s |      17 |   292366 |   221932 |   160917      1 |     1166 |     1219
1174.38/1174.78	c 1116s |      17 |   292796 |   222332 |   160917      1 |     1166 |     1219
1176.48/1176.82	c 1118s |      17 |   293297 |   222732 |   160917      1 |     1166 |     1219
1178.58/1178.97	c 1120s |      17 |   293625 |   223032 |   160917      1 |     1166 |     1219
1180.77/1181.18	c 1122s |      17 |   294002 |   223332 |   160917      1 |     1166 |     1219
1182.98/1183.34	c 1124s |      17 |   294376 |   223632 |   160917      1 |     1166 |     1219
1185.17/1185.57	c 1126s |      17 |   294771 |   223932 |   160917      1 |     1166 |     1219
1187.57/1187.98	c 1129s |      17 |   295139 |   224232 |   160917      1 |     1166 |     1219
1189.87/1190.26	c 1131s |      17 |   295549 |   224532 |   160917      1 |     1166 |     1219
1192.27/1192.64	c 1133s |      17 |   295933 |   224832 |   160917      1 |     1166 |     1219
1194.47/1194.87	c 1136s |      17 |   296312 |   225132 |   160917      1 |     1166 |     1219
1196.67/1197.02	c 1138s |      17 |   296666 |   225432 |   160917      1 |     1166 |     1219
1198.77/1199.15	c 1140s |      17 |   297031 |   225732 |   160917      1 |     1166 |     1219
1201.36/1201.76	c 1142s |      17 |   297372 |   226032 |   160917      1 |     1166 |     1219
1203.86/1204.30	c 1145s |      17 |   297734 |   226332 |   160917      1 |     1166 |     1219
1206.26/1206.61	c 1147s |      17 |   298093 |   226632 |   160917      1 |     1166 |     1219
1208.57/1208.98	c 1150s |      17 |   298445 |   226932 |   160917      1 |     1166 |     1219
1210.96/1211.35	c 1152s |      17 |   298786 |   227232 |   160917      1 |     1166 |     1219
1213.66/1214.06	c 1155s |      17 |   299162 |   227532 |   160917      1 |     1166 |     1219
1216.05/1216.43	c 1157s |      17 |   299535 |   227832 |   160917      1 |     1166 |     1219
1218.66/1219.10	c 1160s |      17 |   299880 |   228132 |   160917      1 |     1166 |     1219
1221.26/1221.67	c 1162s |      17 |   300244 |   228432 |   160917      1 |     1166 |     1219
1223.35/1223.76	c 1164s |      17 |   300620 |   228732 |   160917      1 |     1166 |     1219
1225.56/1225.95	c 1167s |      17 |   300985 |   229032 |   160917      1 |     1166 |     1219
1228.15/1228.52	c 1169s |      17 |   301312 |   229332 |   160917      1 |     1166 |     1219
1230.45/1230.84	c 1172s |      17 |   301652 |   229632 |   160917      1 |     1166 |     1219
1232.95/1233.33	c 1174s |      17 |   302124 |   230032 |   160917      1 |     1166 |     1219
1235.05/1235.45	c 1176s |      17 |   302532 |   230332 |   160917      1 |     1166 |     1219
1237.35/1237.72	c 1178s |      17 |   302935 |   230632 |   160917      1 |     1166 |     1219
1240.05/1240.47	c 1181s |      17 |   303451 |   231032 |   160917      1 |     1166 |     1219
1242.65/1243.06	c 1184s |      17 |   303805 |   231332 |   160917      1 |     1166 |     1219
1244.64/1245.08	c 1186s |      17 |   304166 |   231632 |   160917      1 |     1166 |     1219
1247.04/1247.43	c 1188s |      17 |   304544 |   231932 |   160917      1 |     1166 |     1219
1249.04/1249.48	c 1190s |      17 |   304905 |   232232 |   160917      1 |     1166 |     1219
1251.54/1251.94	c 1193s |      17 |   305258 |   232532 |   160917      1 |     1166 |     1219
1254.24/1254.60	c 1195s |      17 |   305604 |   232832 |   160917      1 |     1166 |     1219
1256.64/1257.06	c 1198s |      17 |   305967 |   233132 |   160917      1 |     1166 |     1219
1259.04/1259.44	c 1200s |      17 |   306319 |   233432 |   160917      1 |     1166 |     1219
1261.53/1261.94	c 1203s |      17 |   306682 |   233732 |   160917      1 |     1166 |     1219
1264.24/1264.65	c 1205s |      17 |   307038 |   234032 |   160917      1 |     1166 |     1219
1266.23/1266.67	c 1207s |      17 |   307281 |   234232 |   160917      1 |     1166 |     1219
1268.53/1268.98	c 1210s |      17 |   307637 |   234532 |   160917      1 |     1166 |     1219
1270.83/1271.21	c 1212s |      17 |   308027 |   234832 |   160917      1 |     1166 |     1219
1273.73/1274.17	c 1215s |      17 |   308374 |   235132 |   160917      1 |     1166 |     1219
1276.23/1276.67	c 1217s |      17 |   308729 |   235432 |   160917      1 |     1166 |     1219
1279.03/1279.48	c 1220s |      17 |   309110 |   235732 |   160917      1 |     1166 |     1219
1281.82/1282.21	c 1223s |      17 |   309469 |   236032 |   160917      1 |     1166 |     1219
1284.32/1284.72	c 1225s |      17 |   309801 |   236332 |   160917      1 |     1166 |     1219
1286.73/1287.17	c 1228s |      17 |   310142 |   236632 |   160917      1 |     1166 |     1219
1289.32/1289.74	c 1230s |      17 |   310495 |   236932 |   160917      1 |     1166 |     1219
1293.82/1294.22	c 1235s |      17 |   310604 |   237032 |   160917      2 |     1166 |     1219
1297.11/1297.50	c 1238s |      17 |   310742 |   237132 |   160917      2 |     1166 |     1219
1299.52/1299.90	c 1241s |      17 |   311216 |   237532 |   160917      2 |     1166 |     1219
1301.61/1302.00	c 1243s |      17 |   311698 |   237932 |   160917      2 |     1166 |     1219
1303.82/1304.28	c 1245s |      17 |   312172 |   238332 |   160917      2 |     1166 |     1219
1305.91/1306.32	c 1247s |      17 |   312522 |   238632 |   160917      2 |     1166 |     1219
1308.12/1308.50	c 1249s |      17 |   313033 |   239032 |   160917      2 |     1166 |     1219
1310.50/1310.96	c 1252s |      17 |   313687 |   239532 |   160917      2 |     1166 |     1219
1312.91/1313.39	c 1254s |      17 |   314327 |   240032 |   160917      2 |     1166 |     1219
1315.41/1315.81	c 1257s |      17 |   315084 |   240532 |   160917      2 |     1166 |     1219
1317.81/1318.27	c 1259s |      17 |   315538 |   240932 |   160917      2 |     1166 |     1219
1320.11/1320.52	c 1261s |      17 |   316027 |   241332 |   160917      2 |     1166 |     1219
1322.50/1322.96	c 1264s |      17 |   316635 |   241832 |   160917      2 |     1166 |     1219
1324.90/1325.35	c 1266s |      17 |   317084 |   242232 |   160917      2 |     1166 |     1219
1327.40/1327.86	c 1269s |      17 |   317566 |   242632 |   160917      2 |     1166 |     1219
1329.70/1330.10	c 1271s |      17 |   318082 |   243032 |   160917      2 |     1166 |     1219
1331.71/1332.14	c 1273s |      17 |   318612 |   243432 |   160917      2 |     1166 |     1219
1334.20/1334.63	c 1275s |      17 |   319246 |   243932 |   160917      2 |     1166 |     1219
1336.20/1336.68	c 1277s |      17 |   319724 |   244332 |   160917      2 |     1166 |     1219
1338.30/1338.75	c 1279s |      17 |   320236 |   244732 |   160917      2 |     1166 |     1219
1340.79/1341.21	c 1282s |      17 |   320726 |   245132 |   160917      2 |     1166 |     1219
1343.30/1343.77	c 1284s |      17 |   321196 |   245532 |   160917      2 |     1166 |     1219
1345.49/1345.91	c 1287s |      17 |   321544 |   245832 |   160917      2 |     1166 |     1219
1348.09/1348.53	c 1289s |      17 |   322051 |   246232 |   160917      2 |     1166 |     1219
1350.50/1350.96	c 1292s |      17 |   322702 |   246732 |   160917      2 |     1166 |     1219
1352.79/1353.24	c 1294s |      17 |   323174 |   247132 |   160917      2 |     1166 |     1219
1354.99/1355.44	c 1296s |      17 |   323688 |   247532 |   160917      2 |     1166 |     1219
1357.18/1357.69	c 1298s |      17 |   324204 |   247932 |   160917      2 |     1166 |     1219
1359.29/1359.74	c 1300s |      17 |   324748 |   248332 |   160917      2 |     1166 |     1219
1361.29/1361.80	c 1303s |      17 |   325270 |   248732 |   160917      2 |     1166 |     1219
1363.48/1363.98	c 1305s |      17 |   325777 |   249132 |   160917      2 |     1166 |     1219
1365.69/1366.11	c 1307s |      17 |   326110 |   249432 |   160917      2 |     1166 |     1219
1368.18/1368.64	c 1309s |      17 |   326558 |   249832 |   160917      2 |     1166 |     1219
1370.79/1371.28	c 1312s |      17 |   327034 |   250232 |   160917      2 |     1166 |     1219
1372.88/1373.32	c 1314s |      17 |   327385 |   250532 |   160917      2 |     1166 |     1219
1375.09/1375.56	c 1316s |      17 |   327613 |   250732 |   160917      2 |     1166 |     1219
1377.39/1377.89	c 1319s |      17 |   328379 |   251232 |   160917      2 |     1166 |     1219
1379.89/1380.30	c 1321s |      17 |   329105 |   251732 |   160917      2 |     1166 |     1219
1381.88/1382.34	c 1323s |      17 |   329587 |   252132 |   160917      2 |     1166 |     1219
1384.18/1384.64	c 1325s |      17 |   330457 |   252732 |   160917      2 |     1166 |     1219
1386.28/1386.72	c 1327s |      17 |   331106 |   253232 |   160917      2 |     1166 |     1219
1388.38/1388.82	c 1330s |      17 |   331811 |   253732 |   160917      2 |     1166 |     1219
1390.68/1391.15	c 1332s |      17 |   332463 |   254232 |   160917      2 |     1166 |     1219
1392.98/1393.40	c 1334s |      17 |   333162 |   254732 |   160917      2 |     1166 |     1219
1394.98/1395.42	c 1336s |      17 |   333803 |   255232 |   160917      2 |     1166 |     1219
1397.28/1397.70	c 1338s |      17 |   334462 |   255732 |   160917      2 |     1166 |     1219
1399.28/1399.75	c 1340s |      17 |   334981 |   256132 |   160917      2 |     1166 |     1219
1401.58/1402.07	c 1343s |      17 |   335634 |   256632 |   160917      2 |     1166 |     1219
1403.78/1404.25	c 1345s |      17 |   336183 |   257032 |   160917      2 |     1166 |     1219
1406.18/1406.62	c 1347s |      17 |   336794 |   257532 |   160917      2 |     1166 |     1219
1408.58/1409.02	c 1350s |      17 |   337426 |   258032 |   160917      2 |     1166 |     1219
1410.78/1411.22	c 1352s |      17 |   338101 |   258532 |   160917      2 |     1166 |     1219
1412.77/1413.28	c 1354s |      17 |   338776 |   259032 |   160917      2 |     1166 |     1219
1415.18/1415.62	c 1356s |      17 |   339405 |   259532 |   160917      2 |     1166 |     1219
1417.27/1417.78	c 1359s |      17 |   340102 |   260032 |   160917      2 |     1166 |     1219
1419.87/1420.36	c 1361s |      17 |   340731 |   260532 |   160917      2 |     1166 |     1219
1422.17/1422.61	c 1363s |      17 |   341333 |   261032 |   160917      2 |     1166 |     1219
1424.28/1424.79	c 1366s |      17 |   342106 |   261532 |   160917      2 |     1166 |     1219
1426.87/1427.34	c 1368s |      17 |   342768 |   262032 |   160917      2 |     1166 |     1219
1428.88/1429.38	c 1370s |      17 |   343270 |   262432 |   160917      2 |     1166 |     1219
1431.38/1431.82	c 1373s |      17 |   343768 |   262832 |   160917      2 |     1166 |     1219
1433.37/1433.89	c 1375s |      17 |   344286 |   263232 |   160917      2 |     1166 |     1219
1435.47/1435.95	c 1377s |      17 |   344761 |   263632 |   160917      2 |     1166 |     1219
1437.78/1438.20	c 1379s |      17 |   345397 |   264132 |   160917      2 |     1166 |     1219
1439.77/1440.26	c 1381s |      17 |   346035 |   264632 |   160917      2 |     1166 |     1219
1442.27/1442.70	c 1383s |      17 |   346712 |   265132 |   160917      2 |     1166 |     1219
1444.57/1445.09	c 1386s |      17 |   347313 |   265632 |   160917      2 |     1166 |     1219
1446.67/1447.12	c 1388s |      17 |   347804 |   266032 |   160917      2 |     1166 |     1219
1449.18/1449.60	c 1390s |      17 |   348411 |   266532 |   160917      2 |     1166 |     1219
1451.28/1451.74	c 1392s |      17 |   348876 |   266932 |   160917      2 |     1166 |     1219
1453.47/1453.93	c 1395s |      17 |   349367 |   267332 |   160917      2 |     1166 |     1219
1455.57/1456.00	c 1397s |      17 |   349882 |   267732 |   160917      2 |     1166 |     1219
1457.87/1458.31	c 1399s |      17 |   350364 |   268132 |   160917      2 |     1166 |     1219
1460.37/1460.85	c 1402s |      17 |   350831 |   268532 |   160917      2 |     1166 |     1219
1462.77/1463.26	c 1404s |      17 |   351277 |   268932 |   160917      2 |     1166 |     1219
1464.88/1465.36	c 1406s |      17 |   351796 |   269332 |   160917      2 |     1166 |     1219
1467.17/1467.67	c 1408s |      17 |   352305 |   269732 |   160917      2 |     1166 |     1219
1469.36/1469.89	c 1411s |      17 |   352817 |   270132 |   160917      2 |     1166 |     1219
1471.87/1472.33	c 1413s |      17 |   353307 |   270532 |   160917      2 |     1166 |     1219
1474.17/1474.70	c 1415s |      17 |   353785 |   270932 |   160917      2 |     1166 |     1219
1476.27/1476.73	c 1417s |      17 |   354304 |   271332 |   160917      2 |     1166 |     1219
1478.37/1478.86	c 1420s |      17 |   354881 |   271732 |   160917      2 |     1166 |     1219
1480.47/1480.95	c 1422s |      17 |   355472 |   272132 |   160917      2 |     1166 |     1219
1482.87/1483.39	c 1424s |      17 |   355952 |   272532 |   160917      2 |     1166 |     1219
1484.96/1485.45	c 1426s |      17 |   356485 |   272932 |   160917      2 |     1166 |     1219
1487.06/1487.58	c 1428s |      17 |   356936 |   273332 |   160917      2 |     1166 |     1219
1489.36/1489.84	c 1431s |      17 |   357468 |   273732 |   160917      2 |     1166 |     1219
1491.56/1492.09	c 1433s |      17 |   358160 |   274232 |   160917      2 |     1166 |     1219
1494.16/1494.63	c 1435s |      17 |   358836 |   274732 |   160917      2 |     1166 |     1219
1496.37/1496.82	c 1438s |      17 |   359337 |   275132 |   160917      2 |     1166 |     1219
1498.36/1498.89	c 1440s |      17 |   359888 |   275532 |   160917      2 |     1166 |     1219
1500.46/1500.95	c 1442s |      17 |   360399 |   275932 |   160917      2 |     1166 |     1219
1502.76/1503.21	c 1444s |      17 |   360893 |   276332 |   160917      2 |     1166 |     1219
1505.06/1505.51	c 1446s |      17 |   361398 |   276732 |   160917      2 |     1166 |     1219
1507.36/1507.82	c 1449s |      17 |   361904 |   277132 |   160917      2 |     1166 |     1219
1509.86/1510.39	c 1451s |      17 |   362617 |   277632 |   160917      2 |     1166 |     1219
1512.07/1512.60	c 1453s |      17 |   363281 |   278132 |   160917      2 |     1166 |     1219
1514.37/1514.86	c 1456s |      17 |   363791 |   278532 |   160917      2 |     1166 |     1219
1516.96/1517.41	c 1458s |      17 |   364485 |   279032 |   160917      2 |     1166 |     1219
1519.46/1519.92	c 1461s |      17 |   365136 |   279532 |   160917      2 |     1166 |     1219
1521.86/1522.35	c 1463s |      17 |   365625 |   279932 |   160917      2 |     1166 |     1219
1524.27/1524.76	c 1465s |      17 |   366121 |   280332 |   160917      2 |     1166 |     1219
1526.76/1527.23	c 1468s |      17 |   366617 |   280732 |   160917      2 |     1166 |     1219
1528.86/1529.39	c 1470s |      17 |   366975 |   281032 |   160917      2 |     1166 |     1219
1531.56/1532.05	c 1473s |      17 |   367491 |   281432 |   160917      2 |     1166 |     1219
1534.17/1534.61	c 1475s |      17 |   367963 |   281832 |   160917      2 |     1166 |     1219
1536.16/1536.69	c 1477s |      17 |   368314 |   282132 |   160917      2 |     1166 |     1219
1538.46/1538.98	c 1480s |      17 |   368807 |   282532 |   160917      2 |     1166 |     1219
1540.56/1541.07	c 1482s |      17 |   369326 |   282932 |   160917      2 |     1166 |     1219
1542.76/1543.27	c 1484s |      17 |   369849 |   283332 |   160917      2 |     1166 |     1219
1545.16/1545.69	c 1486s |      17 |   370357 |   283732 |   160917      2 |     1166 |     1219
1547.56/1548.00	c 1489s |      17 |   370830 |   284132 |   160917      2 |     1166 |     1219
1550.06/1550.56	c 1491s |      17 |   371313 |   284532 |   160917      2 |     1166 |     1219
1552.25/1552.78	c 1494s |      17 |   371805 |   284932 |   160917      2 |     1166 |     1219
1554.65/1555.14	c 1496s |      17 |   372285 |   285332 |   160917      2 |     1166 |     1219
1556.95/1557.48	c 1498s |      17 |   372888 |   285832 |   160917      2 |     1166 |     1219
1558.95/1559.49	c 1500s |      17 |   373375 |   286232 |   160917      2 |     1166 |     1219
1561.15/1561.62	c 1502s |      17 |   373905 |   286632 |   160917      2 |     1166 |     1219
1563.45/1563.94	c 1505s |      17 |   374436 |   287032 |   160917      2 |     1166 |     1219
1565.65/1566.14	c 1507s |      17 |   374926 |   287432 |   160917      2 |     1166 |     1219
1568.35/1568.80	c 1510s |      17 |   375393 |   287832 |   160917      2 |     1166 |     1219
1570.85/1571.40	c 1512s |      17 |   375892 |   288232 |   160917      2 |     1166 |     1219
1573.06/1573.60	c 1514s |      17 |   376405 |   288632 |   160917      2 |     1166 |     1219
1575.86/1576.35	c 1517s |      17 |   376888 |   289032 |   160917      2 |     1166 |     1219
1578.45/1578.96	c 1520s |      17 |   377346 |   289432 |   160917      2 |     1166 |     1219
1580.75/1581.27	c 1522s |      17 |   377710 |   289732 |   160917      2 |     1166 |     1219
1582.85/1583.35	c 1524s |      17 |   378105 |   290032 |   160917      2 |     1166 |     1219
1585.05/1585.50	c 1526s |      17 |   378444 |   290332 |   160917      2 |     1166 |     1219
1587.25/1587.70	c 1528s |      17 |   378795 |   290632 |   160917      2 |     1166 |     1219
1589.45/1589.92	c 1531s |      17 |   379273 |   291032 |   160917      2 |     1166 |     1219
1591.65/1592.15	c 1533s |      17 |   379765 |   291432 |   160917      2 |     1166 |     1219
1594.05/1594.50	c 1535s |      17 |   380107 |   291732 |   160917      2 |     1166 |     1219
1596.05/1596.57	c 1537s |      17 |   380485 |   292032 |   160917      2 |     1166 |     1219
1598.45/1598.92	c 1540s |      17 |   380980 |   292432 |   160917      2 |     1166 |     1219
1600.65/1601.17	c 1542s |      17 |   381342 |   292732 |   160917      2 |     1166 |     1219
1602.84/1603.30	c 1544s |      17 |   381698 |   293032 |   177009      2 |     1166 |     1219
1604.94/1605.49	c 1546s |      17 |   382076 |   293332 |   177009      2 |     1166 |     1219
1607.04/1607.59	c 1548s |      17 |   382434 |   293632 |   177009      2 |     1166 |     1219
1609.14/1609.66	c 1550s |      17 |   382802 |   293932 |   177009      2 |     1166 |     1219
1611.55/1612.03	c 1553s |      17 |   383146 |   294232 |   177009      2 |     1166 |     1219
1614.04/1614.57	c 1555s |      17 |   383660 |   294632 |   177009      2 |     1166 |     1219
1616.24/1616.71	c 1557s |      17 |   384061 |   294932 |   177009      2 |     1166 |     1219
1618.85/1619.31	c 1560s |      17 |   384542 |   295332 |   177009      2 |     1166 |     1219
1620.95/1621.48	c 1562s |      17 |   384917 |   295632 |   177009      2 |     1166 |     1219
1623.15/1623.66	c 1564s |      17 |   385318 |   295932 |   177009      2 |     1166 |     1219
1625.35/1625.89	c 1567s |      17 |   385699 |   296232 |   177009      2 |     1166 |     1219
1625.54/1626.03	c 1567s |      18 |   385724 |   296252 |   177009      2 |     1166 |     1219
1631.15/1631.63	c 1572s |      18 |   385981 |   296352 |   177009      2 |     1166 |     1219
1633.95/1634.48	c 1575s |      18 |   386586 |   296752 |   177009      2 |     1166 |     1219
1636.35/1636.90	c 1578s |      18 |   387138 |   297152 |   177009      2 |     1166 |     1219
1638.95/1639.41	c 1580s |      18 |   387816 |   297552 |   177009      2 |     1166 |     1219
1641.44/1641.91	c 1583s |      18 |   388347 |   297952 |   177009      2 |     1166 |     1219
1643.74/1644.22	c 1585s |      18 |   388886 |   298352 |   177009      2 |     1166 |     1219
1645.84/1646.37	c 1587s |      18 |   389234 |   298652 |   177009      2 |     1166 |     1219
1648.34/1648.85	c 1590s |      18 |   389724 |   299052 |   177009      2 |     1166 |     1219
1650.75/1651.21	c 1592s |      18 |   390239 |   299452 |   177009      2 |     1166 |     1219
1653.14/1653.69	c 1594s |      18 |   390739 |   299852 |   177009      2 |     1166 |     1219
1655.74/1656.25	c 1597s |      18 |   391267 |   300252 |   177009      2 |     1166 |     1219
1657.74/1658.27	c 1599s |      18 |   391666 |   300552 |   177009      2 |     1166 |     1219
1660.14/1660.61	c 1601s |      18 |   392037 |   300852 |   177009      2 |     1166 |     1219
1662.14/1662.65	c 1603s |      18 |   392421 |   301152 |   177009      2 |     1166 |     1219
1664.33/1664.88	c 1606s |      18 |   392778 |   301452 |   177009      2 |     1166 |     1219
1666.64/1667.13	c 1608s |      18 |   393280 |   301852 |   177009      2 |     1166 |     1219
1668.94/1669.48	c 1610s |      18 |   393761 |   302252 |   177009      2 |     1166 |     1219
1671.44/1671.97	c 1613s |      18 |   394276 |   302652 |   177009      2 |     1166 |     1219
1673.53/1674.05	c 1615s |      18 |   394804 |   303052 |   177009      2 |     1166 |     1219
1675.64/1676.17	c 1617s |      18 |   395375 |   303452 |   177009      2 |     1166 |     1219
1677.93/1678.48	c 1619s |      18 |   395951 |   303852 |   177009      2 |     1166 |     1219
1680.04/1680.52	c 1621s |      18 |   396474 |   304252 |   177009      2 |     1166 |     1219
1682.34/1682.89	c 1624s |      18 |   397012 |   304652 |   177009      2 |     1166 |     1219
1684.74/1685.27	c 1626s |      18 |   397497 |   305052 |   177009      2 |     1166 |     1219
1687.24/1687.76	c 1628s |      18 |   397953 |   305452 |   177009      2 |     1166 |     1219
1689.63/1690.15	c 1631s |      18 |   398454 |   305852 |   177009      2 |     1166 |     1219
1692.23/1692.70	c 1633s |      18 |   398988 |   306252 |   177009      2 |     1166 |     1219
1694.74/1695.29	c 1636s |      18 |   399486 |   306652 |   177009      2 |     1166 |     1219
1696.84/1697.31	c 1638s |      18 |   399869 |   306952 |   177009      2 |     1166 |     1219
1699.33/1699.88	c 1641s |      18 |   400347 |   307352 |   177009      2 |     1166 |     1219
1702.13/1702.60	c 1643s |      18 |   400916 |   307752 |   177009      2 |     1166 |     1219
1704.73/1705.29	c 1646s |      18 |   401474 |   308152 |   177009      2 |     1166 |     1219
1707.43/1707.90	c 1649s |      18 |   402009 |   308552 |   177009      2 |     1166 |     1219
1709.54/1710.05	c 1651s |      18 |   402507 |   308952 |   177009      2 |     1166 |     1219
1711.83/1712.37	c 1653s |      18 |   403053 |   309352 |   177009      2 |     1166 |     1219
1714.33/1714.81	c 1656s |      18 |   403556 |   309752 |   177009      2 |     1166 |     1219
1716.63/1717.11	c 1658s |      18 |   404032 |   310152 |   177009      2 |     1166 |     1219
1719.03/1719.55	c 1660s |      18 |   404542 |   310552 |   177009      2 |     1166 |     1219
1721.04/1721.55	c 1662s |      18 |   404915 |   310852 |   177009      2 |     1166 |     1219
1723.13/1723.60	c 1664s |      18 |   405289 |   311152 |   177009      2 |     1166 |     1219
1725.73/1726.22	c 1667s |      18 |   405804 |   311552 |   177009      2 |     1166 |     1219
1727.74/1728.27	c 1669s |      18 |   406142 |   311852 |   177009      2 |     1166 |     1219
1729.93/1730.42	c 1671s |      18 |   406523 |   312152 |   177009      2 |     1166 |     1219
1732.43/1732.90	c 1674s |      18 |   407052 |   312552 |   177009      2 |     1166 |     1219
1734.83/1735.38	c 1676s |      18 |   407604 |   312952 |   177009      2 |     1166 |     1219
1737.02/1737.56	c 1678s |      18 |   407978 |   313252 |   177009      2 |     1166 |     1219
1739.13/1739.69	c 1680s |      18 |   408400 |   313552 |   177009      2 |     1166 |     1219
1741.33/1741.86	c 1683s |      18 |   408784 |   313852 |   177009      2 |     1166 |     1219
1743.92/1744.43	c 1685s |      18 |   409328 |   314252 |   177009      2 |     1166 |     1219
1746.13/1746.62	c 1687s |      18 |   409672 |   314552 |   177009      2 |     1166 |     1219
1748.23/1748.70	c 1689s |      18 |   410044 |   314852 |   177009      2 |     1166 |     1219
1750.83/1751.36	c 1692s |      18 |   410572 |   315252 |   177009      2 |     1166 |     1219
1753.63/1754.12	c 1695s |      18 |   411080 |   315652 |   177009      2 |     1166 |     1219
1755.73/1756.27	c 1697s |      18 |   411430 |   315952 |   177009      2 |     1166 |     1219
1757.83/1758.31	c 1699s |      18 |   411782 |   316252 |   177009      2 |     1166 |     1219
1759.93/1760.42	c 1701s |      18 |   412144 |   316552 |   177009      2 |     1166 |     1219
1762.22/1762.71	c 1703s |      18 |   412512 |   316852 |   177009      2 |     1166 |     1219
1764.32/1764.88	c 1706s |      18 |   412909 |   317152 |   177009      2 |     1166 |     1219
1766.52/1767.08	c 1708s |      18 |   413285 |   317452 |   177009      2 |     1166 |     1219
1768.93/1769.40	c 1710s |      18 |   413641 |   317752 |   177009      2 |     1166 |     1219
1771.12/1771.66	c 1712s |      18 |   414039 |   318052 |   177009      2 |     1166 |     1219
1773.62/1774.17	c 1715s |      18 |   414509 |   318452 |   177009      2 |     1166 |     1219
1775.72/1776.26	c 1717s |      18 |   414891 |   318752 |   177009      2 |     1166 |     1219
1777.92/1778.47	c 1719s |      18 |   415278 |   319052 |   177009      2 |     1166 |     1219
1780.43/1780.92	c 1722s |      18 |   415653 |   319352 |   177009      2 |     1166 |     1219
1783.12/1783.60	c 1724s |      18 |   416163 |   319752 |   177009      2 |     1166 |     1219
1785.82/1786.31	c 1727s |      18 |   416709 |   320152 |   177009      2 |     1166 |     1219
1788.23/1788.78	c 1730s |      18 |   417071 |   320452 |   177009      2 |     1166 |     1219
1790.72/1791.22	c 1732s |      18 |   417406 |   320752 |   177009      2 |     1166 |     1219
1793.12/1793.69	c 1734s |      18 |   417752 |   321052 |   177009      2 |     1166 |     1219
1795.32/1795.82	c 1737s |      18 |   418128 |   321352 |   177009      2 |     1166 |     1219
1797.52/1798.09	c 1739s |      18 |   418477 |   321652 |   177009      2 |     1166 |     1219

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

pid=408
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.25 2.25 3/179 411
/proc/meminfo: memFree=29213956/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=269756 CPUtime=0 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 927 0 0 0 0 0 0 0 20 0 4 0 105585410 276230144 776 33554432000 4194304 16246674 140736613674480 140736613673904 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 67951 785 441 2943 0 64845 0
[pid=411/tid=412] ppid=408 vsize=596412 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 610725888 2055 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=601532 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 615968768 2075 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=606652 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585411 621211648 2092 33554432000 4194304 16246674 140736613674480 139753415494832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100181 s]
/proc/loadavg: 2.32 2.25 2.25 3/179 411
/proc/meminfo: memFree=29213956/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 29885 0 0 0 5 4 0 0 20 0 4 0 105585410 1250496512 29672 33554432000 4194304 16246674 140736613674480 140736613673792 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 305297 29672 801 2943 0 302191 0
[pid=411/tid=412] ppid=408 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1250496512 29672 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1250496512 29672 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1250496512 29672 33554432000 4194304 16246674 140736613674480 139753415494832 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) 1221188

[startup+0.200549 s]
/proc/loadavg: 2.32 2.25 2.25 3/179 411
/proc/meminfo: memFree=29213956/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1308228 CPUtime=0.19 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 51230 0 0 0 12 7 0 0 20 0 4 0 105585410 1339625472 51528 33554432000 4194304 16246674 140736613674480 140736613673792 4221016 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 327057 51532 801 2943 0 323951 0
[pid=411/tid=412] ppid=408 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1339625472 51535 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1339625472 51537 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1339625472 51539 33554432000 4194304 16246674 140736613674480 139753415494832 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) 1308228

[startup+0.300508 s]
/proc/loadavg: 2.32 2.25 2.25 3/179 411
/proc/meminfo: memFree=29213956/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1314372 CPUtime=0.29 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 63548 0 0 0 20 9 0 0 20 0 4 0 105585410 1345916928 63846 33554432000 4194304 16246674 140736613674480 140736613673792 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 328593 63846 801 2943 0 325487 0
[pid=411/tid=412] ppid=408 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1345916928 63846 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1345916928 63846 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1345916928 63846 33554432000 4194304 16246674 140736613674480 139753415494832 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) 1314372

[startup+0.700419 s]
/proc/loadavg: 2.32 2.25 2.25 3/179 411
/proc/meminfo: memFree=29213956/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1314372 CPUtime=0.68 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 92131 0 0 0 53 15 0 0 20 0 4 0 105585410 1345916928 92429 33554432000 4194304 16246674 140736613674480 140736613656384 6759797 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 328593 92439 833 2943 0 325487 0
[pid=411/tid=412] ppid=408 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1345916928 92444 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1345916928 92450 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1345916928 92455 33554432000 4194304 16246674 140736613674480 139753415494832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1314372

[startup+1.50041 s]
/proc/loadavg: 2.32 2.25 2.25 3/183 415
/proc/meminfo: memFree=28558744/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1314372 CPUtime=1.49 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 235026 0 0 0 111 38 0 0 20 0 4 0 105585410 1345916928 235324 33554432000 4194304 16246674 140736613674480 140736613656384 7203965 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 328593 235334 835 2943 0 325487 0
[pid=411/tid=412] ppid=408 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1345916928 235339 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1345916928 235344 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1345916928 235349 33554432000 4194304 16246674 140736613674480 139753415494832 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) 1314372

[startup+3.10043 s]
/proc/loadavg: 2.29 2.25 2.25 3/183 415
/proc/meminfo: memFree=28106916/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1344068 CPUtime=3.09 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 276717 0 0 0 257 52 0 0 20 0 4 0 105585410 1376325632 277015 33554432000 4194304 16246674 140736613674480 140736613656384 5991539 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 336017 277015 910 2943 0 332911 0
[pid=411/tid=412] ppid=408 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1376325632 277015 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1376325632 277015 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1376325632 277015 33554432000 4194304 16246674 140736613674480 139753415494832 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) 1344068

[startup+6.30043 s]
/proc/loadavg: 2.29 2.25 2.25 3/183 415
/proc/meminfo: memFree=28106796/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1344068 CPUtime=6.29 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 276717 0 0 0 559 70 0 0 20 0 4 0 105585410 1376325632 277015 33554432000 4194304 16246674 140736613674480 140736613657472 13006047 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 336017 277015 910 2943 0 332911 0
[pid=411/tid=412] ppid=408 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1376325632 277015 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1376325632 277015 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1376325632 277015 33554432000 4194304 16246674 140736613674480 139753415494832 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) 1344068

[startup+12.7005 s]
/proc/loadavg: 2.32 2.26 2.25 3/183 415
/proc/meminfo: memFree=28106992/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1344068 CPUtime=12.69 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 276717 0 0 0 1164 105 0 0 20 0 4 0 105585410 1376325632 277015 33554432000 4194304 16246674 140736613674480 140736613656384 5531219 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 336017 277015 910 2943 0 332911 0
[pid=411/tid=412] ppid=408 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1376325632 277015 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1376325632 277015 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1376325632 277015 33554432000 4194304 16246674 140736613674480 139753415494832 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) 1344068

[startup+25.5005 s]
/proc/loadavg: 2.27 2.25 2.25 3/183 415
/proc/meminfo: memFree=28099164/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1344068 CPUtime=25.48 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 276717 0 0 0 2369 179 0 0 20 0 4 0 105585410 1376325632 277015 33554432000 4194304 16246674 140736613674480 140736613657472 5840798 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 336017 277015 910 2943 0 332911 0
[pid=411/tid=412] ppid=408 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1376325632 277015 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1376325632 277015 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1376325632 277015 33554432000 4194304 16246674 140736613674480 139753415494832 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) 1344068

[startup+51.1004 s]
/proc/loadavg: 2.24 2.24 2.24 3/183 415
/proc/meminfo: memFree=28097264/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1344068 CPUtime=51.08 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 276717 0 0 0 4825 283 0 0 20 0 4 0 105585410 1376325632 277015 33554432000 4194304 16246674 140736613674480 140736613673576 5864206 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 336017 277015 910 2943 0 332911 0
[pid=411/tid=412] ppid=408 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1376325632 277015 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1376325632 277015 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1376325632 277015 33554432000 4194304 16246674 140736613674480 139753415494832 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) 1344068

[startup+102.3 s]
/proc/loadavg: 2.23 2.23 2.24 3/184 419
/proc/meminfo: memFree=28096336/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1344068 CPUtime=102.28 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 276722 0 0 0 9676 552 0 0 20 0 4 0 105585410 1376325632 277020 33554432000 4194304 16246674 140736613674480 140736613656384 5672222 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 336017 277020 914 2943 0 332911 0
[pid=411/tid=412] ppid=408 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1376325632 277020 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1376325632 277020 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1376325632 277020 33554432000 4194304 16246674 140736613674480 139753415494832 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) 1344068


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

/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753415494832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 1384004

[startup+1362.3 s]
/proc/loadavg: 2.25 2.21 2.18 3/183 452
/proc/meminfo: memFree=27960516/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1384004 CPUtime=1361.88 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 287062 0 0 0 134402 1786 0 0 20 0 4 0 105585410 1417220096 287261 33554432000 4194304 16246674 140736613674480 140736613656384 5822252 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 346001 287261 915 2943 0 342895 0
[pid=411/tid=412] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753415494832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 1384004

[startup+1422.3 s]
/proc/loadavg: 2.17 2.20 2.18 3/183 453
/proc/meminfo: memFree=27961020/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1384004 CPUtime=1421.88 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 287066 0 0 0 140380 1808 0 0 20 0 4 0 105585410 1417220096 287261 33554432000 4194304 16246674 140736613674480 140736613656384 5822428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 346001 287261 915 2943 0 342895 0
[pid=411/tid=412] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753415494832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 1384004

[startup+1482.3 s]
/proc/loadavg: 2.30 2.23 2.19 3/183 455
/proc/meminfo: memFree=27961232/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1384004 CPUtime=1481.86 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 287066 0 0 0 146367 1819 0 0 20 0 4 0 105585410 1417220096 287261 33554432000 4194304 16246674 140736613674480 140736613656384 5827966 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 346001 287261 915 2943 0 342895 0
[pid=411/tid=412] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753415494832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 1384004

[startup+1542.31 s]
/proc/loadavg: 2.40 2.26 2.20 3/183 456
/proc/meminfo: memFree=27961108/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1384004 CPUtime=1541.86 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 287066 0 0 0 152351 1835 0 0 20 0 4 0 105585410 1417220096 287261 33554432000 4194304 16246674 140736613674480 140736613656384 5822704 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 346001 287261 915 2943 0 342895 0
[pid=411/tid=412] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753415494832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 1384004

[startup+1602.3 s]
/proc/loadavg: 2.19 2.23 2.19 3/183 457
/proc/meminfo: memFree=27960740/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1384004 CPUtime=1601.85 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 287066 0 0 0 158341 1844 0 0 20 0 4 0 105585410 1417220096 287261 33554432000 4194304 16246674 140736613674480 140736613656384 5721725 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 346001 287261 915 2943 0 342895 0
[pid=411/tid=412] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753415494832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 1384004

[startup+1662.3 s]
/proc/loadavg: 2.19 2.22 2.18 3/183 458
/proc/meminfo: memFree=27960744/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1384004 CPUtime=1661.84 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 287066 0 0 0 164334 1850 0 0 20 0 4 0 105585410 1417220096 287261 33554432000 4194304 16246674 140736613674480 140736613656384 5677492 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 346001 287261 915 2943 0 342895 0
[pid=411/tid=412] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753415494832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 1384004

[startup+1722.3 s]
/proc/loadavg: 2.13 2.19 2.18 3/183 459
/proc/meminfo: memFree=27960620/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1384004 CPUtime=1721.83 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 287066 0 0 0 170320 1863 0 0 20 0 4 0 105585410 1417220096 287261 33554432000 4194304 16246674 140736613674480 140736613656384 5823891 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 346001 287261 915 2943 0 342895 0
[pid=411/tid=412] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753415494832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 1384004

[startup+1782.3 s]
/proc/loadavg: 2.23 2.20 2.18 4/182 460
/proc/meminfo: memFree=27960632/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1384004 CPUtime=1781.82 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 287066 0 0 0 176309 1873 0 0 20 0 4 0 105585410 1417220096 287261 33554432000 4194304 16246674 140736613674480 140736613657480 5822428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 346001 287261 915 2943 0 342895 0
[pid=411/tid=412] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753415494832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 1384004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.23 2.20 2.18 3/183 510
/proc/meminfo: memFree=25984216/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1384004 CPUtime=1800.02 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 287066 0 0 0 178089 1913 0 0 20 0 4 0 105585410 1417220096 287261 33554432000 4194304 16246674 140736613674480 140736613656384 5822428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 346001 287261 915 2943 0 342895 0
[pid=411/tid=412] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753415494832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1384004

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

[startup+1800.5 s]
/proc/loadavg: 2.23 2.20 2.18 3/183 510
/proc/meminfo: memFree=25984216/32872528 swapFree=17892/1720544
[pid=411] ppid=408 vsize=1384004 CPUtime=1800.02 cores=1,3,5,7
/proc/411/stat : 411 (toysat) R 408 411 31655 0 -1 4202496 287066 0 0 0 178089 1913 0 0 20 0 4 0 105585410 1417220096 287261 33554432000 4194304 16246674 140736613674480 140736613656384 5822428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/411/statm: 346001 287261 915 2943 0 342895 0
[pid=411/tid=412] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/412/stat : 412 (toysat) S 408 411 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753436458224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=411/tid=413] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/413/stat : 413 (toysat) S 408 411 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753425968368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=411/tid=414] ppid=408 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/411/task/414/stat : 414 (toysat) S 408 411 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105585411 1417220096 287261 33554432000 4194304 16246674 140736613674480 139753415494832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1384004

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.03
CPU user time (s): 1780.9
CPU system time (s): 19.1331
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 1384004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1780.9
system time used= 19.1331
maximum resident set size= 1149044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287066
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= 377
involuntary context switches= 1836

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.45717 second user time and 7.45487 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-06 20:08:43
IDJOB=4079629
IDBENCH=2259
IDSOLVER=2542
FILE ID=node117/4079629-1465236522
RUNJOBID= node117-1465227498-31672
PBS_JOBID= 19843241
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079629-1465236522/watcher-4079629-1465236522 -o /tmp/evaluation-result-4079629-1465236522/solver-4079629-1465236522 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465227498-31672 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079629-1465236522.opb

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

MD5SUM BENCH= 604c6b786f56b09c749bc0d6b7c8f76d
RANDOM SEED=652653792

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.088
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.56
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		: 2667.088
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.54
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		: 2667.088
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		: 2667.088
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.53
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		: 2667.088
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:        29214684 kB
Buffers:           29592 kB
Cached:           103340 kB
SwapCached:         1400 kB
Active:          1181844 kB
Inactive:          51848 kB
Active(anon):    1100736 kB
Inactive(anon):     2180 kB
Active(file):      81108 kB
Inactive(file):    49668 kB
Unevictable:     1720544 kB
Mlocked:           17892 kB
SwapTotal:      67108856 kB
SwapFree:       67098976 kB
Dirty:             37720 kB
Writeback:             0 kB
AnonPages:       2820640 kB
Mapped:            10780 kB
Shmem:                 0 kB
Slab:             568128 kB
SReclaimable:      12152 kB
SUnreclaim:       555976 kB
KernelStack:        1480 kB
PageTables:         9756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2974420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1708032 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= 71704 MiB
End job on node117 at 2016-06-06 20:38:43