Trace number 4102993

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-02OPT244 8.41772 8.4214

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32b2.opb
MD5SUM074c87f3baaaee27cf79610ce4b49729
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark244
Best CPU time to get the best result obtained on this benchmark1.14582
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 244
Optimality of the best value was proved YES
Number of variables522
Total number of constraints2819
Number of constraints which are clauses2819
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 constraint32
Number of terms in the objective function 522
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 522
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 522
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-18T08:37:42+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-4102993-1466231862.opb"]
0.00/0.01	c use --random-gen="3396089003 560307197 1635859341 1665890150 3692070130 1774864035 1001155467 3806704518 1593389147 1745031009 3245403714 3832506477 2446296953 3966932561 352167305 1657577991 3437007354 2708366671 1625978146 4102636421 1335941569 1032405012 784445846 2152265297 608061887 460329381 3680688778 1496532603 2801319018 329614511 1112270601 4156826502 2721257234 3355656599 3502487029 1862812043 4012245890 1375506344 4098607143 266864569 1858073366 2417104471 4130577154 505183197 3656317070 1887858078 1416056589 1600380002 1718708601 3736931874 472053402 4193669590 1901771152 3876162875 760415354 3970297914 787393334 1823170696 4119940745 1223911397 1442488176 1702801933 1730536238 3701927592 627315774 496692385 976753433 3638159078 2823709149 1217071698 4232478836 1797182596 3025787152 2423906971 1198571606 3051874450 1776048094 281844406 612861107 4126223084 90553697 1464606371 4176282125 3457762270 351277086 1940032521 2052988345 3995175286 2260649750 374784149 876496361 642729414 722874100 2977865073 3765777534 37239386 3680999020 1186107525 2277797079 4157936929 2700832180 451700404 1543774551 1900104406 1230248758 2782620767 1230992075 1022485116 2937930655 3466483237 922255283 2653724375 364108555 1222682272 2992535337 58033092 2215433751 1403837250 1175780150 3455036314 32466516 4041130063 1635538231 543051681 3106890020 30226555 3728216984 2506245145 3500628362 120445689 1153820209 418942384 1813432755 1351901792 831527834 599935542 4065739061 2839540913 2791171484 1953402148 2091085985 2578544280 130292575 951847105 3908042447 2291892487 2767006013 3006774158 2052544201 3255938343 201269047 1956274470 289180676 3048679526 4156749066 3380338619 93972099 1525214223 3076805522 2632554353 4023763054 2022201498 3619937175 2531942773 709272933 3211892710 1611436483 1272802637 894835985 3366321397 2518472132 249960484 2625062487 4238920126 604357672 2802396909 3645540445 4014084564 1829172684 2955751564 3996370149 2855934615 1876545967 2101869073 1734433038 836742666 2562535898 127775373 783978395 4294298158 3442779266 4193136050 556695015 2980597691 740694057 3146688571 2642900326 3448466087 1017491421 1722515434 1040056783 2593607112 4129805252 3000094499 3118486823 194011610 1305148387 3953522769 3426244275 1895710404 453085379 3751269346 2975027514 2691736606 2098858152 3401517190 4025367929 3929986057 2882253758 3466026414 1137404230 3140444737 428585669 3377459961 2271292486 3741637931 3939085600 121576484 1604900364 93576119 1073347645 219394645 1820900799 1943817099 2813262661 684193740 2877675921 2780845707 1167335063 2189254669 4229034271 2482766533 3925676050 1313708089 2682339191 323808459 4242052358 157315580 2921174040 489642523 882207968 1127216792 302957013 2742352653 3107879833 1782111093 255 362436" option to reproduce the execution
0.00/0.04	c #vars 522
0.00/0.04	c #constraints 2819
0.00/0.09	c BCD2: Hardening is enabled.
0.00/0.09	c BCD2: BiasedSearch is enabled.
0.00/0.09	c Solving starts ...
0.00/0.09	c ============================[ Search Statistics ]============================
0.00/0.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.09	c =============================================================================
0.00/0.09	c  0.0s |       0 |        0 |        0 |     1113      0 |        0 |        0
0.08/0.15	c  0.1s |       1 |      208 |      100 |     1113      0 |        0 |        0
0.08/0.16	c  0.1s |       1 |      290 |      110 |     1225      0 |        0 |        0
0.08/0.16	c #cpu_time = 0.065s
0.08/0.16	c #wall_clock_time = 0.065s
0.08/0.16	c #decision = 290
0.08/0.16	c #random_decision = 0
0.08/0.16	c #conflict = 110
0.08/0.16	c #restart = 1
0.08/0.16	o 261
0.08/0.16	c BCD2: updating upper bound: 522 -> 260
0.08/0.16	c BCD2: 0 <= obj <= 260
0.08/0.16	c BCD2: #cores=0, #unrelaxed=522, #relaxed=0, #hardened=0
0.08/0.16	c BCD2: #sat=1 #unsat=1 bias=1/2
0.08/0.16	c Solving starts ...
0.08/0.16	c ============================[ Search Statistics ]============================
0.08/0.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.16	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.16	c =============================================================================
0.08/0.16	c  0.0s |       0 |        0 |        0 |     1225      0 |        0 |        0
0.08/0.16	c  0.0s |       0 |        4 |        0 |     1225      0 |        0 |        0
0.08/0.16	c #cpu_time = 0.004s
0.08/0.16	c #wall_clock_time = 0.004s
0.08/0.16	c #decision = 4
0.08/0.16	c #random_decision = 0
0.08/0.16	c #conflict = 0
0.08/0.16	c #restart = 0
0.08/0.16	c BCD2: found a new core of size 3: cost of the new core is >=1
0.08/0.16	c lower bound updated to 1
0.08/0.16	c BCD2: 1 <= obj <= 260
0.08/0.16	c BCD2: #cores=1, #unrelaxed=519, #relaxed=3, #hardened=0
0.08/0.16	c BCD2: #sat=1 #unsat=2 bias=2/3
0.08/0.16	c Solving starts ...
0.08/0.16	c ============================[ Search Statistics ]============================
0.08/0.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.16	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.16	c =============================================================================
0.08/0.16	c  0.0s |       0 |        0 |        0 |     1225      0 |        0 |        1
0.08/0.17	c  0.0s |       0 |        8 |        0 |     1225      0 |        0 |        1
0.08/0.17	c #cpu_time = 0.003s
0.08/0.17	c #wall_clock_time = 0.003s
0.08/0.17	c #decision = 8
0.08/0.17	c #random_decision = 0
0.08/0.17	c #conflict = 0
0.08/0.17	c #restart = 0
0.08/0.17	c BCD2: found a new core of size 3: cost of the new core is >=1
0.08/0.17	c lower bound updated to 2
0.08/0.17	c BCD2: 2 <= obj <= 260
0.08/0.17	c BCD2: #cores=2, #unrelaxed=516, #relaxed=6, #hardened=0
0.08/0.17	c BCD2: #sat=1 #unsat=3 bias=3/4
0.08/0.17	c Solving starts ...
0.08/0.17	c ============================[ Search Statistics ]============================
0.08/0.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.17	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.17	c =============================================================================
0.08/0.17	c  0.0s |       0 |        0 |        0 |     1225      0 |        0 |        2
0.08/0.17	c  0.0s |       0 |        9 |        2 |     1225      0 |        0 |        2
0.08/0.17	c #cpu_time = 0.004s
0.08/0.17	c #wall_clock_time = 0.004s
0.08/0.17	c #decision = 9
0.08/0.17	c #random_decision = 0
0.08/0.17	c #conflict = 2
0.08/0.17	c #restart = 0
0.08/0.17	c BCD2: found a new core of size 6: cost of the new core is >=1
0.08/0.17	c lower bound updated to 3
0.08/0.17	c BCD2: 3 <= obj <= 260
0.08/0.17	c BCD2: #cores=3, #unrelaxed=510, #relaxed=12, #hardened=0
0.08/0.17	c BCD2: #sat=1 #unsat=4 bias=4/5
0.08/0.17	c Solving starts ...
0.08/0.17	c ============================[ Search Statistics ]============================
0.08/0.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.17	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.17	c =============================================================================
0.08/0.18	c  0.0s |       0 |        0 |        0 |     1225      0 |        0 |        2
0.08/0.18	c  0.0s |       0 |        7 |        0 |     1225      0 |        0 |        2
0.08/0.18	c #cpu_time = 0.002s
0.08/0.18	c #wall_clock_time = 0.002s
0.08/0.18	c #decision = 7
0.08/0.18	c #random_decision = 0
0.08/0.18	c #conflict = 0
0.08/0.18	c #restart = 0
0.08/0.18	c BCD2: found a new core of size 3: cost of the new core is >=1
0.08/0.18	c lower bound updated to 4
0.08/0.18	c BCD2: 4 <= obj <= 260
0.08/0.18	c BCD2: #cores=4, #unrelaxed=507, #relaxed=15, #hardened=0
0.08/0.18	c BCD2: #sat=1 #unsat=5 bias=5/6
0.08/0.18	c Solving starts ...
0.08/0.18	c ============================[ Search Statistics ]============================
0.08/0.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.18	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.18	c =============================================================================
0.08/0.18	c  0.0s |       0 |        0 |        0 |     1225      0 |        0 |        3
0.08/0.18	c  0.0s |       0 |       11 |        0 |     1225      0 |        0 |        3
0.08/0.18	c #cpu_time = 0.002s
0.08/0.18	c #wall_clock_time = 0.002s
0.08/0.18	c #decision = 11
0.08/0.18	c #random_decision = 0
0.08/0.18	c #conflict = 0
0.08/0.18	c #restart = 0
0.08/0.18	c BCD2: found a new core of size 3: cost of the new core is >=1
0.08/0.18	c lower bound updated to 5
0.08/0.18	c BCD2: 5 <= obj <= 260
0.08/0.18	c BCD2: #cores=5, #unrelaxed=504, #relaxed=18, #hardened=0
0.08/0.18	c BCD2: #sat=1 #unsat=6 bias=6/7
0.08/0.18	c Solving starts ...
0.08/0.18	c ============================[ Search Statistics ]============================
0.08/0.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.18	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.18	c =============================================================================
0.08/0.18	c  0.0s |       0 |        0 |        0 |     1225      0 |        0 |        4
0.08/0.19	c  0.0s |       0 |       18 |        4 |     1225      0 |        0 |        4
0.08/0.19	c #cpu_time = 0.002s
0.08/0.19	c #wall_clock_time = 0.002s
0.08/0.19	c #decision = 18
0.08/0.19	c #random_decision = 0
0.08/0.19	c #conflict = 4
0.08/0.19	c #restart = 0
0.08/0.19	c BCD2: relaxing 8 and merging with 1 cores into a new core of size 14: cost of the new core is >=2
0.08/0.19	c lower bound updated to 6
0.08/0.19	c BCD2: 6 <= obj <= 260
0.08/0.19	c BCD2: #cores=5, #unrelaxed=496, #relaxed=26, #hardened=0
0.08/0.19	c BCD2: #sat=1 #unsat=7 bias=7/8
0.08/0.19	c Solving starts ...
0.08/0.19	c ============================[ Search Statistics ]============================
0.08/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.19	c =============================================================================
0.08/0.19	c  0.0s |       0 |        0 |        0 |     1225      0 |        1 |        4
0.08/0.19	c  0.0s |       0 |       13 |        0 |     1225      0 |        1 |        5
0.08/0.19	c #cpu_time = 0.002s
0.08/0.19	c #wall_clock_time = 0.002s
0.08/0.19	c #decision = 13
0.08/0.19	c #random_decision = 0
0.08/0.19	c #conflict = 0
0.08/0.19	c #restart = 0
0.08/0.19	c BCD2: found a new core of size 3: cost of the new core is >=1
0.08/0.19	c lower bound updated to 7
0.08/0.19	c BCD2: 7 <= obj <= 260
0.08/0.19	c BCD2: #cores=6, #unrelaxed=493, #relaxed=29, #hardened=0
0.08/0.19	c BCD2: #sat=1 #unsat=8 bias=8/9
0.08/0.19	c Solving starts ...
0.08/0.19	c ============================[ Search Statistics ]============================
0.08/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.19	c =============================================================================
0.08/0.19	c  0.0s |       0 |        0 |        0 |     1225      0 |        1 |        6
0.08/0.19	c  0.0s |       0 |       16 |        2 |     1225      0 |        1 |        6
0.08/0.19	c #cpu_time = 0.003s
0.08/0.19	c #wall_clock_time = 0.003s
0.08/0.19	c #decision = 16
0.08/0.19	c #random_decision = 0
0.08/0.19	c #conflict = 2
0.08/0.19	c #restart = 0
0.08/0.19	c BCD2: found a new core of size 8: cost of the new core is >=1
0.08/0.19	c lower bound updated to 8
0.08/0.19	c BCD2: 8 <= obj <= 260
0.08/0.19	c BCD2: #cores=7, #unrelaxed=485, #relaxed=37, #hardened=0
0.08/0.19	c BCD2: #sat=1 #unsat=9 bias=9/10
0.08/0.19	c Solving starts ...
0.08/0.19	c ============================[ Search Statistics ]============================
0.08/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.19	c =============================================================================
0.08/0.19	c  0.0s |       0 |        0 |        0 |     1225      0 |        1 |        6
0.08/0.19	c  0.0s |       0 |       10 |        0 |     1225      0 |        1 |        6
0.08/0.19	c #cpu_time = 0.002s
0.08/0.19	c #wall_clock_time = 0.002s
0.08/0.19	c #decision = 10
0.08/0.19	c #random_decision = 0
0.08/0.19	c #conflict = 0
0.08/0.19	c #restart = 0
0.08/0.19	c BCD2: found a new core of size 3: cost of the new core is >=1
0.08/0.19	c lower bound updated to 9
0.08/0.19	c BCD2: 9 <= obj <= 260
0.08/0.19	c BCD2: #cores=8, #unrelaxed=482, #relaxed=40, #hardened=0
0.08/0.19	c BCD2: #sat=1 #unsat=10 bias=10/11
0.08/0.19	c Solving starts ...
0.08/0.19	c ============================[ Search Statistics ]============================
0.08/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.19	c =============================================================================
0.08/0.19	c  0.0s |       0 |        0 |        0 |     1225      0 |        1 |        7
0.19/0.20	c  0.0s |       0 |       14 |        0 |     1225      0 |        1 |        7
0.19/0.20	c #cpu_time = 0.002s
0.19/0.20	c #wall_clock_time = 0.002s
0.19/0.20	c #decision = 14
0.19/0.20	c #random_decision = 0
0.19/0.20	c #conflict = 0
0.19/0.20	c #restart = 0
0.19/0.20	c BCD2: found a new core of size 3: cost of the new core is >=1
0.19/0.20	c lower bound updated to 10
0.19/0.20	c BCD2: 10 <= obj <= 260
0.19/0.20	c BCD2: #cores=9, #unrelaxed=479, #relaxed=43, #hardened=0
0.19/0.20	c BCD2: #sat=1 #unsat=11 bias=11/12
0.19/0.20	c Solving starts ...
0.19/0.20	c ============================[ Search Statistics ]============================
0.19/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.20	c =============================================================================
0.19/0.20	c  0.0s |       0 |        0 |        0 |     1225      0 |        1 |        8
0.19/0.20	c  0.0s |       0 |       19 |        2 |     1225      0 |        1 |        8
0.19/0.20	c #cpu_time = 0.002s
0.19/0.20	c #wall_clock_time = 0.002s
0.19/0.20	c #decision = 19
0.19/0.20	c #random_decision = 0
0.19/0.20	c #conflict = 2
0.19/0.20	c #restart = 0
0.19/0.20	c BCD2: found a new core of size 9: cost of the new core is >=1
0.19/0.20	c lower bound updated to 11
0.19/0.20	c BCD2: 11 <= obj <= 260
0.19/0.20	c BCD2: #cores=10, #unrelaxed=470, #relaxed=52, #hardened=0
0.19/0.20	c BCD2: #sat=1 #unsat=12 bias=12/13
0.19/0.20	c Solving starts ...
0.19/0.20	c ============================[ Search Statistics ]============================
0.19/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.20	c =============================================================================
0.19/0.20	c  0.0s |       0 |        0 |        0 |     1225      0 |        1 |        8
0.19/0.20	c  0.0s |       0 |       16 |        0 |     1225      0 |        1 |        8
0.19/0.20	c #cpu_time = 0.002s
0.19/0.20	c #wall_clock_time = 0.002s
0.19/0.20	c #decision = 16
0.19/0.20	c #random_decision = 0
0.19/0.20	c #conflict = 0
0.19/0.20	c #restart = 0
0.19/0.20	c BCD2: found a new core of size 3: cost of the new core is >=1
0.19/0.20	c lower bound updated to 12
0.19/0.20	c BCD2: 12 <= obj <= 260
0.19/0.20	c BCD2: #cores=11, #unrelaxed=467, #relaxed=55, #hardened=0
0.19/0.20	c BCD2: #sat=1 #unsat=13 bias=13/14
0.19/0.20	c Solving starts ...
0.19/0.20	c ============================[ Search Statistics ]============================
0.19/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.20	c =============================================================================
0.19/0.20	c  0.0s |       0 |        0 |        0 |     1225      0 |        1 |        9
0.19/0.20	c  0.0s |       0 |       20 |        0 |     1225      0 |        1 |        9
0.19/0.20	c #cpu_time = 0.002s
0.19/0.20	c #wall_clock_time = 0.002s
0.19/0.20	c #decision = 20
0.19/0.20	c #random_decision = 0
0.19/0.20	c #conflict = 0
0.19/0.20	c #restart = 0
0.19/0.20	c BCD2: found a new core of size 3: cost of the new core is >=1
0.19/0.20	c lower bound updated to 13
0.19/0.20	c BCD2: 13 <= obj <= 260
0.19/0.20	c BCD2: #cores=12, #unrelaxed=464, #relaxed=58, #hardened=0
0.19/0.20	c BCD2: #sat=1 #unsat=14 bias=14/15
0.19/0.20	c Solving starts ...
0.19/0.20	c ============================[ Search Statistics ]============================
0.19/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.20	c =============================================================================
0.19/0.20	c  0.0s |       0 |        0 |        0 |     1225      0 |        1 |       10
0.19/0.21	c  0.0s |       0 |       26 |        4 |     1225      0 |        1 |       10
0.19/0.21	c #cpu_time = 0.003s
0.19/0.21	c #wall_clock_time = 0.003s
0.19/0.21	c #decision = 26
0.19/0.21	c #random_decision = 0
0.19/0.21	c #conflict = 4
0.19/0.21	c #restart = 0
0.19/0.21	c BCD2: found a new core of size 8: cost of the new core is >=1
0.19/0.21	c lower bound updated to 14
0.19/0.21	c BCD2: 14 <= obj <= 260
0.19/0.21	c BCD2: #cores=13, #unrelaxed=456, #relaxed=66, #hardened=0
0.19/0.21	c BCD2: #sat=1 #unsat=15 bias=15/16
0.19/0.21	c Solving starts ...
0.19/0.21	c ============================[ Search Statistics ]============================
0.19/0.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.21	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.21	c =============================================================================
0.19/0.21	c  0.0s |       0 |        0 |        0 |     1225      0 |        1 |       10
0.19/0.21	c  0.0s |       0 |       17 |        0 |     1225      0 |        1 |       10
0.19/0.21	c #cpu_time = 0.002s
0.19/0.21	c #wall_clock_time = 0.002s
0.19/0.21	c #decision = 17
0.19/0.21	c #random_decision = 0
0.19/0.21	c #conflict = 0
0.19/0.21	c #restart = 0
0.19/0.21	c BCD2: found a new core of size 3: cost of the new core is >=1
0.19/0.21	c lower bound updated to 15
0.19/0.21	c BCD2: 15 <= obj <= 260
0.19/0.21	c BCD2: #cores=14, #unrelaxed=453, #relaxed=69, #hardened=0
0.19/0.21	c BCD2: #sat=1 #unsat=16 bias=16/17
0.19/0.21	c Solving starts ...
0.19/0.21	c ============================[ Search Statistics ]============================
0.19/0.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.21	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.21	c =============================================================================
0.19/0.21	c  0.0s |       0 |        0 |        0 |     1225      0 |        1 |       11
0.19/0.21	c  0.0s |       0 |       21 |        0 |     1225      0 |        1 |       11
0.19/0.21	c #cpu_time = 0.002s
0.19/0.21	c #wall_clock_time = 0.002s
0.19/0.21	c #decision = 21
0.19/0.21	c #random_decision = 0
0.19/0.21	c #conflict = 0
0.19/0.21	c #restart = 0
0.19/0.21	c BCD2: found a new core of size 3: cost of the new core is >=1
0.19/0.21	c lower bound updated to 16
0.19/0.21	c BCD2: 16 <= obj <= 260
0.19/0.21	c BCD2: #cores=15, #unrelaxed=450, #relaxed=72, #hardened=0
0.19/0.21	c BCD2: #sat=1 #unsat=17 bias=17/18
0.19/0.21	c Solving starts ...
0.19/0.21	c ============================[ Search Statistics ]============================
0.19/0.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.21	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.21	c =============================================================================
0.19/0.21	c  0.0s |       0 |        0 |        0 |     1225      0 |        1 |       12
0.19/0.21	c  0.0s |       0 |       26 |        3 |     1225      0 |        1 |       12
0.19/0.21	c #cpu_time = 0.003s
0.19/0.21	c #wall_clock_time = 0.003s
0.19/0.21	c #decision = 26
0.19/0.21	c #random_decision = 0
0.19/0.21	c #conflict = 3
0.19/0.21	c #restart = 0
0.19/0.21	c BCD2: found a new core of size 8: cost of the new core is >=1
0.19/0.21	c lower bound updated to 17
0.19/0.21	c BCD2: 17 <= obj <= 260
0.19/0.21	c BCD2: #cores=16, #unrelaxed=442, #relaxed=80, #hardened=0
0.19/0.21	c BCD2: #sat=1 #unsat=18 bias=18/19
0.19/0.22	c Solving starts ...
0.19/0.22	c ============================[ Search Statistics ]============================
0.19/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.22	c =============================================================================
0.19/0.22	c  0.0s |       0 |        0 |        0 |     1225      0 |        1 |       12
0.19/0.22	c  0.0s |       0 |       24 |        0 |     1225      0 |        1 |       12
0.19/0.22	c #cpu_time = 0.002s
0.19/0.22	c #wall_clock_time = 0.002s
0.19/0.22	c #decision = 24
0.19/0.22	c #random_decision = 0
0.19/0.22	c #conflict = 0
0.19/0.22	c #restart = 0
0.19/0.22	c BCD2: found a new core of size 3: cost of the new core is >=1
0.19/0.22	c lower bound updated to 18
0.19/0.22	c BCD2: 18 <= obj <= 260
0.19/0.22	c BCD2: #cores=17, #unrelaxed=439, #relaxed=83, #hardened=0
0.19/0.22	c BCD2: #sat=1 #unsat=19 bias=19/20
0.19/0.22	c Solving starts ...
0.19/0.22	c ============================[ Search Statistics ]============================
0.19/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.22	c =============================================================================
0.19/0.22	c  0.0s |       0 |        0 |        0 |     1225      0 |        1 |       13
0.19/0.22	c  0.0s |       0 |       28 |        0 |     1225      0 |        1 |       13
0.19/0.22	c #cpu_time = 0.002s
0.19/0.22	c #wall_clock_time = 0.002s
0.19/0.22	c #decision = 28
0.19/0.22	c #random_decision = 0
0.19/0.22	c #conflict = 0
0.19/0.22	c #restart = 0
0.19/0.22	c BCD2: found a new core of size 3: cost of the new core is >=1
0.19/0.22	c lower bound updated to 19
0.19/0.22	c BCD2: 19 <= obj <= 260
0.19/0.22	c BCD2: #cores=18, #unrelaxed=436, #relaxed=86, #hardened=0
0.19/0.22	c BCD2: #sat=1 #unsat=20 bias=20/21
0.19/0.22	c Solving starts ...
0.19/0.22	c ============================[ Search Statistics ]============================
0.19/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.22	c =============================================================================
0.19/0.22	c  0.0s |       0 |        0 |        0 |     1225      0 |        1 |       14
0.19/0.22	c  0.0s |       0 |       31 |        1 |     1225      0 |        1 |       14
0.19/0.22	c #cpu_time = 0.002s
0.19/0.22	c #wall_clock_time = 0.002s
0.19/0.22	c #decision = 31
0.19/0.22	c #random_decision = 0
0.19/0.22	c #conflict = 1
0.19/0.22	c #restart = 0
0.19/0.22	c BCD2: found a new core of size 5: cost of the new core is >=1
0.19/0.22	c lower bound updated to 20
0.19/0.22	c BCD2: 20 <= obj <= 260
0.19/0.22	c BCD2: #cores=19, #unrelaxed=431, #relaxed=91, #hardened=0
0.19/0.22	c BCD2: #sat=1 #unsat=21 bias=21/22
0.19/0.22	c Solving starts ...
0.19/0.22	c ============================[ Search Statistics ]============================
0.19/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.22	c =============================================================================
0.19/0.22	c  0.0s |       0 |        0 |        0 |     1225      0 |        1 |       14
0.19/0.22	c  0.0s |       0 |       29 |        2 |     1225      0 |        1 |       14
0.19/0.22	c #cpu_time = 0.002s
0.19/0.22	c #wall_clock_time = 0.002s
0.19/0.22	c #decision = 29
0.19/0.22	c #random_decision = 0
0.19/0.22	c #conflict = 2
0.19/0.22	c #restart = 0
0.19/0.22	c BCD2: found a new core of size 7: cost of the new core is >=1
0.19/0.22	c lower bound updated to 21
0.19/0.23	c BCD2: 21 <= obj <= 260
0.19/0.23	c BCD2: #cores=20, #unrelaxed=424, #relaxed=98, #hardened=0
0.19/0.23	c BCD2: #sat=1 #unsat=22 bias=22/23
0.19/0.23	c Solving starts ...
0.19/0.23	c ============================[ Search Statistics ]============================
0.19/0.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.23	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.23	c =============================================================================
0.19/0.23	c  0.0s |       0 |        0 |        0 |     1225      0 |        1 |       14
0.19/0.23	c  0.0s |       0 |       28 |        0 |     1225      0 |        1 |       14
0.19/0.23	c #cpu_time = 0.002s
0.19/0.23	c #wall_clock_time = 0.002s
0.19/0.23	c #decision = 28
0.19/0.23	c #random_decision = 0
0.19/0.23	c #conflict = 0
0.19/0.23	c #restart = 0
0.19/0.23	c BCD2: found a new core of size 3: cost of the new core is >=1
0.19/0.23	c lower bound updated to 22
0.19/0.23	c BCD2: 22 <= obj <= 260
0.19/0.23	c BCD2: #cores=21, #unrelaxed=421, #relaxed=101, #hardened=0
0.19/0.23	c BCD2: #sat=1 #unsat=23 bias=23/24
0.19/0.23	c Solving starts ...
0.19/0.23	c ============================[ Search Statistics ]============================
0.19/0.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.23	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.23	c =============================================================================
0.19/0.23	c  0.0s |       0 |        0 |        0 |     1225      0 |        1 |       15
0.19/0.23	c  0.0s |       0 |       32 |        0 |     1225      0 |        1 |       15
0.19/0.23	c #cpu_time = 0.002s
0.19/0.23	c #wall_clock_time = 0.002s
0.19/0.23	c #decision = 32
0.19/0.23	c #random_decision = 0
0.19/0.23	c #conflict = 0
0.19/0.23	c #restart = 0
0.19/0.23	c BCD2: found a new core of size 3: cost of the new core is >=1
0.19/0.23	c lower bound updated to 23
0.19/0.23	c BCD2: 23 <= obj <= 260
0.19/0.23	c BCD2: #cores=22, #unrelaxed=418, #relaxed=104, #hardened=0
0.19/0.23	c BCD2: #sat=1 #unsat=24 bias=24/25
0.19/0.23	c Solving starts ...
0.19/0.23	c ============================[ Search Statistics ]============================
0.19/0.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.23	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.23	c =============================================================================
0.19/0.23	c  0.0s |       0 |        0 |        0 |     1225      0 |        1 |       16
0.19/0.23	c  0.0s |       0 |       35 |        1 |     1225      0 |        1 |       16
0.19/0.23	c #cpu_time = 0.002s
0.19/0.23	c #wall_clock_time = 0.002s
0.19/0.23	c #decision = 35
0.19/0.23	c #random_decision = 0
0.19/0.23	c #conflict = 1
0.19/0.23	c #restart = 0
0.19/0.23	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 10: cost of the new core is >=2
0.19/0.23	c lower bound updated to 24
0.19/0.23	c BCD2: 24 <= obj <= 260
0.19/0.23	c BCD2: #cores=22, #unrelaxed=413, #relaxed=109, #hardened=0
0.19/0.23	c BCD2: #sat=1 #unsat=25 bias=25/26
0.19/0.23	c Solving starts ...
0.19/0.23	c ============================[ Search Statistics ]============================
0.19/0.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.23	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.23	c =============================================================================
0.19/0.24	c  0.0s |       0 |        0 |        0 |     1225      0 |        2 |       16
0.19/0.24	c  0.0s |       0 |       31 |        1 |     1225      0 |        2 |       17
0.19/0.24	c #cpu_time = 0.004s
0.19/0.24	c #wall_clock_time = 0.004s
0.19/0.24	c #decision = 31
0.19/0.24	c #random_decision = 0
0.19/0.24	c #conflict = 1
0.19/0.24	c #restart = 0
0.19/0.24	c BCD2: relaxing 9 and merging with 1 cores into a new core of size 16: cost of the new core is >=2
0.19/0.24	c lower bound updated to 25
0.19/0.24	c BCD2: 25 <= obj <= 260
0.19/0.24	c BCD2: #cores=22, #unrelaxed=404, #relaxed=118, #hardened=0
0.19/0.24	c BCD2: #sat=1 #unsat=26 bias=26/27
0.19/0.24	c Solving starts ...
0.19/0.24	c ============================[ Search Statistics ]============================
0.19/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.24	c =============================================================================
0.19/0.24	c  0.0s |       0 |        0 |        0 |     1225      0 |        3 |       17
0.19/0.24	c  0.0s |       0 |       28 |        0 |     1225      0 |        3 |       18
0.19/0.24	c #cpu_time = 0.003s
0.19/0.24	c #wall_clock_time = 0.003s
0.19/0.25	c #decision = 28
0.19/0.25	c #random_decision = 0
0.19/0.25	c #conflict = 0
0.19/0.25	c #restart = 0
0.19/0.25	c BCD2: found a new core of size 3: cost of the new core is >=1
0.19/0.25	c lower bound updated to 26
0.19/0.25	c BCD2: 26 <= obj <= 260
0.19/0.25	c BCD2: #cores=23, #unrelaxed=401, #relaxed=121, #hardened=0
0.19/0.25	c BCD2: #sat=1 #unsat=27 bias=27/28
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |     1225      0 |        3 |       19
0.19/0.25	c  0.0s |       0 |       32 |        0 |     1225      0 |        3 |       19
0.19/0.25	c #cpu_time = 0.003s
0.19/0.25	c #wall_clock_time = 0.003s
0.19/0.25	c #decision = 32
0.19/0.25	c #random_decision = 0
0.19/0.25	c #conflict = 0
0.19/0.25	c #restart = 0
0.19/0.25	c BCD2: found a new core of size 3: cost of the new core is >=1
0.19/0.25	c lower bound updated to 27
0.19/0.25	c BCD2: 27 <= obj <= 260
0.19/0.25	c BCD2: #cores=24, #unrelaxed=398, #relaxed=124, #hardened=0
0.19/0.25	c BCD2: #sat=1 #unsat=28 bias=28/29
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |     1225      0 |        3 |       20
0.19/0.25	c  0.0s |       0 |       35 |        1 |     1225      0 |        3 |       20
0.19/0.25	c #cpu_time = 0.003s
0.19/0.25	c #wall_clock_time = 0.003s
0.19/0.25	c #decision = 35
0.19/0.25	c #random_decision = 0
0.19/0.25	c #conflict = 1
0.19/0.25	c #restart = 0
0.19/0.25	c BCD2: found a new core of size 3: cost of the new core is >=1
0.19/0.25	c lower bound updated to 28
0.19/0.25	c BCD2: 28 <= obj <= 260
0.19/0.25	c BCD2: #cores=25, #unrelaxed=395, #relaxed=127, #hardened=0
0.19/0.25	c BCD2: #sat=1 #unsat=29 bias=29/30
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |     1225      0 |        3 |       20
0.19/0.26	c  0.0s |       0 |       35 |        2 |     1225      0 |        3 |       20
0.19/0.26	c #cpu_time = 0.003s
0.19/0.26	c #wall_clock_time = 0.003s
0.19/0.26	c #decision = 35
0.19/0.26	c #random_decision = 0
0.19/0.26	c #conflict = 2
0.19/0.26	c #restart = 0
0.19/0.26	c BCD2: found a new core of size 6: cost of the new core is >=1
0.19/0.26	c lower bound updated to 29
0.19/0.26	c BCD2: 29 <= obj <= 260
0.19/0.26	c BCD2: #cores=26, #unrelaxed=389, #relaxed=133, #hardened=0
0.19/0.26	c BCD2: #sat=1 #unsat=30 bias=30/31
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |     1225      0 |        3 |       20
0.19/0.26	c  0.0s |       0 |       31 |        0 |     1225      0 |        3 |       20
0.19/0.26	c #cpu_time = 0.003s
0.19/0.26	c #wall_clock_time = 0.003s
0.19/0.26	c #decision = 31
0.19/0.26	c #random_decision = 0
0.19/0.26	c #conflict = 0
0.19/0.26	c #restart = 0
0.19/0.26	c BCD2: found a new core of size 3: cost of the new core is >=1
0.19/0.26	c lower bound updated to 30
0.19/0.26	c BCD2: 30 <= obj <= 260
0.19/0.26	c BCD2: #cores=27, #unrelaxed=386, #relaxed=136, #hardened=0
0.19/0.26	c BCD2: #sat=1 #unsat=31 bias=31/32
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |     1225      0 |        3 |       20
0.19/0.26	c  0.0s |       0 |       39 |        1 |     1225      0 |        3 |       20
0.19/0.26	c #cpu_time = 0.003s
0.19/0.26	c #wall_clock_time = 0.003s
0.19/0.26	c #decision = 39
0.19/0.26	c #random_decision = 0
0.19/0.26	c #conflict = 1
0.19/0.26	c #restart = 0
0.19/0.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.19/0.26	c lower bound updated to 31
0.19/0.26	c BCD2: 31 <= obj <= 260
0.19/0.26	c BCD2: #cores=27, #unrelaxed=385, #relaxed=137, #hardened=0
0.19/0.26	c BCD2: #sat=1 #unsat=32 bias=32/33
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |     1225      0 |        4 |       20
0.19/0.27	c  0.0s |       0 |       45 |        1 |     1225      0 |        4 |       21
0.19/0.27	c #cpu_time = 0.003s
0.19/0.27	c #wall_clock_time = 0.003s
0.19/0.27	c #decision = 45
0.19/0.27	c #random_decision = 0
0.19/0.27	c #conflict = 1
0.19/0.27	c #restart = 0
0.19/0.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=3
0.19/0.27	c lower bound updated to 32
0.19/0.27	c BCD2: 32 <= obj <= 260
0.19/0.27	c BCD2: #cores=27, #unrelaxed=384, #relaxed=138, #hardened=0
0.19/0.27	c BCD2: #sat=1 #unsat=33 bias=33/34
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |     1225      0 |        5 |       21
0.19/0.27	c  0.0s |       0 |       35 |        1 |     1225      0 |        5 |       22
0.19/0.27	c #cpu_time = 0.003s
0.19/0.27	c #wall_clock_time = 0.003s
0.19/0.27	c #decision = 35
0.19/0.27	c #random_decision = 0
0.19/0.27	c #conflict = 1
0.19/0.27	c #restart = 0
0.19/0.27	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 14: cost of the new core is >=4
0.19/0.27	c lower bound updated to 33
0.19/0.27	c BCD2: 33 <= obj <= 260
0.19/0.27	c BCD2: #cores=27, #unrelaxed=381, #relaxed=141, #hardened=0
0.19/0.27	c BCD2: #sat=1 #unsat=34 bias=34/35
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |     1225      0 |        6 |       22
0.19/0.28	c  0.0s |       0 |       40 |        1 |     1225      0 |        6 |       23
0.19/0.28	c #cpu_time = 0.003s
0.29/0.45	c #wall_clock_time = 0.003s
0.29/0.45	c #decision = 40
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 1
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=3
0.29/0.45	c lower bound updated to 34
0.29/0.45	c BCD2: 34 <= obj <= 260
0.29/0.45	c BCD2: #cores=27, #unrelaxed=380, #relaxed=142, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=35 bias=35/36
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |        7 |       23
0.29/0.45	c  0.0s |       0 |       42 |        1 |     1225      0 |        7 |       24
0.29/0.45	c #cpu_time = 0.004s
0.29/0.45	c #wall_clock_time = 0.004s
0.29/0.45	c #decision = 42
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 1
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=5
0.29/0.45	c lower bound updated to 35
0.29/0.45	c BCD2: 35 <= obj <= 260
0.29/0.45	c BCD2: #cores=27, #unrelaxed=379, #relaxed=143, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=36 bias=36/37
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |        8 |       24
0.29/0.45	c  0.0s |       0 |       44 |        1 |     1225      0 |        8 |       25
0.29/0.45	c #cpu_time = 0.003s
0.29/0.45	c #wall_clock_time = 0.003s
0.29/0.45	c #decision = 44
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 1
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 9: cost of the new core is >=5
0.29/0.45	c lower bound updated to 36
0.29/0.45	c BCD2: 36 <= obj <= 260
0.29/0.45	c BCD2: #cores=26, #unrelaxed=378, #relaxed=144, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=37 bias=37/38
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       10 |       25
0.29/0.45	c  0.0s |       0 |       38 |        1 |     1225      0 |       10 |       27
0.29/0.45	c #cpu_time = 0.004s
0.29/0.45	c #wall_clock_time = 0.004s
0.29/0.45	c #decision = 38
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 1
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 17: cost of the new core is >=6
0.29/0.45	c lower bound updated to 37
0.29/0.45	c BCD2: 37 <= obj <= 260
0.29/0.45	c BCD2: #cores=26, #unrelaxed=376, #relaxed=146, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=38 bias=38/39
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       11 |       27
0.29/0.45	c  0.0s |       0 |       40 |        1 |     1225      0 |       11 |       28
0.29/0.45	c #cpu_time = 0.003s
0.29/0.45	c #wall_clock_time = 0.003s
0.29/0.45	c #decision = 40
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 1
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 19: cost of the new core is >=7
0.29/0.45	c lower bound updated to 38
0.29/0.45	c BCD2: 38 <= obj <= 260
0.29/0.45	c BCD2: #cores=26, #unrelaxed=374, #relaxed=148, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=39 bias=39/40
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       28
0.29/0.45	c  0.0s |       0 |       42 |        0 |     1225      0 |       12 |       29
0.29/0.45	c #cpu_time = 0.003s
0.29/0.45	c #wall_clock_time = 0.003s
0.29/0.45	c #decision = 42
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 39
0.29/0.45	c BCD2: 39 <= obj <= 260
0.29/0.45	c BCD2: #cores=27, #unrelaxed=372, #relaxed=150, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=40 bias=40/41
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       30
0.29/0.45	c  0.0s |       0 |       45 |        0 |     1225      0 |       12 |       30
0.29/0.45	c #cpu_time = 0.003s
0.29/0.45	c #wall_clock_time = 0.003s
0.29/0.45	c #decision = 45
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 40
0.29/0.45	c BCD2: 40 <= obj <= 260
0.29/0.45	c BCD2: #cores=28, #unrelaxed=370, #relaxed=152, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=41 bias=41/42
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       31
0.29/0.45	c  0.0s |       0 |       48 |        0 |     1225      0 |       12 |       31
0.29/0.45	c #cpu_time = 0.003s
0.29/0.45	c #wall_clock_time = 0.003s
0.29/0.45	c #decision = 48
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 41
0.29/0.45	c BCD2: 41 <= obj <= 260
0.29/0.45	c BCD2: #cores=29, #unrelaxed=368, #relaxed=154, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=42 bias=42/43
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       32
0.29/0.45	c  0.0s |       0 |       51 |        0 |     1225      0 |       12 |       32
0.29/0.45	c #cpu_time = 0.003s
0.29/0.45	c #wall_clock_time = 0.003s
0.29/0.45	c #decision = 51
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 42
0.29/0.45	c BCD2: 42 <= obj <= 260
0.29/0.45	c BCD2: #cores=30, #unrelaxed=366, #relaxed=156, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=43 bias=43/44
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       33
0.29/0.45	c  0.0s |       0 |       54 |        0 |     1225      0 |       12 |       33
0.29/0.45	c #cpu_time = 0.003s
0.29/0.45	c #wall_clock_time = 0.003s
0.29/0.45	c #decision = 54
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 43
0.29/0.45	c BCD2: 43 <= obj <= 260
0.29/0.45	c BCD2: #cores=31, #unrelaxed=364, #relaxed=158, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=44 bias=44/45
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       34
0.29/0.45	c  0.0s |       0 |       57 |        0 |     1225      0 |       12 |       34
0.29/0.45	c #cpu_time = 0.003s
0.29/0.45	c #wall_clock_time = 0.003s
0.29/0.45	c #decision = 57
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 44
0.29/0.45	c BCD2: 44 <= obj <= 260
0.29/0.45	c BCD2: #cores=32, #unrelaxed=362, #relaxed=160, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=45 bias=45/46
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       35
0.29/0.45	c  0.0s |       0 |       60 |        0 |     1225      0 |       12 |       35
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 60
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 45
0.29/0.45	c BCD2: 45 <= obj <= 260
0.29/0.45	c BCD2: #cores=33, #unrelaxed=360, #relaxed=162, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=46 bias=46/47
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       36
0.29/0.45	c  0.0s |       0 |       63 |        0 |     1225      0 |       12 |       36
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 63
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 46
0.29/0.45	c BCD2: 46 <= obj <= 260
0.29/0.45	c BCD2: #cores=34, #unrelaxed=358, #relaxed=164, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=47 bias=47/48
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       37
0.29/0.45	c  0.0s |       0 |       66 |        0 |     1225      0 |       12 |       37
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 66
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 47
0.29/0.45	c BCD2: 47 <= obj <= 260
0.29/0.45	c BCD2: #cores=35, #unrelaxed=356, #relaxed=166, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=48 bias=48/49
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       38
0.29/0.45	c  0.0s |       0 |       69 |        0 |     1225      0 |       12 |       38
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 69
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 48
0.29/0.45	c BCD2: 48 <= obj <= 260
0.29/0.45	c BCD2: #cores=36, #unrelaxed=354, #relaxed=168, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=49 bias=49/50
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       39
0.29/0.45	c  0.0s |       0 |       72 |        0 |     1225      0 |       12 |       39
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 72
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 49
0.29/0.45	c BCD2: 49 <= obj <= 260
0.29/0.45	c BCD2: #cores=37, #unrelaxed=352, #relaxed=170, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=50 bias=50/51
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       40
0.29/0.45	c  0.0s |       0 |       75 |        0 |     1225      0 |       12 |       40
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 75
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 50
0.29/0.45	c BCD2: 50 <= obj <= 260
0.29/0.45	c BCD2: #cores=38, #unrelaxed=350, #relaxed=172, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=51 bias=51/52
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       41
0.29/0.45	c  0.0s |       0 |       78 |        0 |     1225      0 |       12 |       41
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 78
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 51
0.29/0.45	c BCD2: 51 <= obj <= 260
0.29/0.45	c BCD2: #cores=39, #unrelaxed=348, #relaxed=174, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=52 bias=52/53
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       42
0.29/0.45	c  0.0s |       0 |       81 |        0 |     1225      0 |       12 |       42
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 81
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 52
0.29/0.45	c BCD2: 52 <= obj <= 260
0.29/0.45	c BCD2: #cores=40, #unrelaxed=346, #relaxed=176, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=53 bias=53/54
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       43
0.29/0.45	c  0.0s |       0 |       84 |        0 |     1225      0 |       12 |       43
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 84
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 53
0.29/0.45	c BCD2: 53 <= obj <= 260
0.29/0.45	c BCD2: #cores=41, #unrelaxed=344, #relaxed=178, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=54 bias=54/55
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       44
0.29/0.45	c  0.0s |       0 |       87 |        0 |     1225      0 |       12 |       44
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 87
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 54
0.29/0.45	c BCD2: 54 <= obj <= 260
0.29/0.45	c BCD2: #cores=42, #unrelaxed=342, #relaxed=180, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=55 bias=55/56
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       45
0.29/0.45	c  0.0s |       0 |       90 |        0 |     1225      0 |       12 |       45
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 90
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 55
0.29/0.45	c BCD2: 55 <= obj <= 260
0.29/0.45	c BCD2: #cores=43, #unrelaxed=340, #relaxed=182, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=56 bias=56/57
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       46
0.29/0.45	c  0.0s |       0 |       93 |        0 |     1225      0 |       12 |       46
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 93
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 56
0.29/0.45	c BCD2: 56 <= obj <= 260
0.29/0.45	c BCD2: #cores=44, #unrelaxed=338, #relaxed=184, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=57 bias=57/58
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       47
0.29/0.45	c  0.0s |       0 |       96 |        0 |     1225      0 |       12 |       47
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 96
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 57
0.29/0.45	c BCD2: 57 <= obj <= 260
0.29/0.45	c BCD2: #cores=45, #unrelaxed=336, #relaxed=186, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=58 bias=58/59
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       48
0.29/0.45	c  0.0s |       0 |       99 |        0 |     1225      0 |       12 |       48
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 99
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 58
0.29/0.45	c BCD2: 58 <= obj <= 260
0.29/0.45	c BCD2: #cores=46, #unrelaxed=334, #relaxed=188, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=59 bias=59/60
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       49
0.29/0.45	c  0.0s |       0 |      102 |        0 |     1225      0 |       12 |       49
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 102
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 59
0.29/0.45	c BCD2: 59 <= obj <= 260
0.29/0.45	c BCD2: #cores=47, #unrelaxed=332, #relaxed=190, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=60 bias=60/61
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       50
0.29/0.45	c  0.0s |       0 |      105 |        0 |     1225      0 |       12 |       50
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 105
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 60
0.29/0.45	c BCD2: 60 <= obj <= 260
0.29/0.45	c BCD2: #cores=48, #unrelaxed=330, #relaxed=192, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=61 bias=61/62
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       51
0.29/0.45	c  0.0s |       0 |      108 |        0 |     1225      0 |       12 |       51
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 108
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 61
0.29/0.45	c BCD2: 61 <= obj <= 260
0.29/0.45	c BCD2: #cores=49, #unrelaxed=328, #relaxed=194, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=62 bias=62/63
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       52
0.29/0.45	c  0.0s |       0 |      111 |        0 |     1225      0 |       12 |       52
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 111
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 62
0.29/0.45	c BCD2: 62 <= obj <= 260
0.29/0.45	c BCD2: #cores=50, #unrelaxed=326, #relaxed=196, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=63 bias=63/64
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       53
0.29/0.45	c  0.0s |       0 |      113 |        2 |     1225      0 |       12 |       53
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 113
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 2
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 52: cost of the new core is >=1
0.29/0.45	c lower bound updated to 63
0.29/0.45	c BCD2: 63 <= obj <= 260
0.29/0.45	c BCD2: #cores=51, #unrelaxed=274, #relaxed=248, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=64 bias=64/65
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       53
0.29/0.45	c  0.0s |       0 |       63 |        0 |     1225      0 |       12 |       53
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 63
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 64
0.29/0.45	c BCD2: 64 <= obj <= 260
0.29/0.45	c BCD2: #cores=52, #unrelaxed=272, #relaxed=250, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=65 bias=65/66
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       54
0.29/0.45	c  0.0s |       0 |       66 |        0 |     1225      0 |       12 |       54
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 66
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 65
0.29/0.45	c BCD2: 65 <= obj <= 260
0.29/0.45	c BCD2: #cores=53, #unrelaxed=270, #relaxed=252, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=66 bias=66/67
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       55
0.29/0.45	c  0.0s |       0 |       67 |        0 |     1225      0 |       12 |       55
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 67
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 66
0.29/0.45	c BCD2: 66 <= obj <= 260
0.29/0.45	c BCD2: #cores=54, #unrelaxed=268, #relaxed=254, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=67 bias=67/68
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       56
0.29/0.45	c  0.0s |       0 |       78 |        1 |     1225      0 |       12 |       56
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 78
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 1
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 3: cost of the new core is >=1
0.29/0.45	c lower bound updated to 67
0.29/0.45	c BCD2: 67 <= obj <= 260
0.29/0.45	c BCD2: #cores=55, #unrelaxed=265, #relaxed=257, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=68 bias=68/69
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       12 |       56
0.29/0.45	c  0.0s |       0 |       81 |        1 |     1225      0 |       12 |       56
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 81
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 1
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 7: cost of the new core is >=3
0.29/0.45	c lower bound updated to 68
0.29/0.45	c BCD2: 68 <= obj <= 260
0.29/0.45	c BCD2: #cores=54, #unrelaxed=263, #relaxed=259, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=69 bias=69/70
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       56
0.29/0.45	c  0.0s |       0 |       71 |        0 |     1225      0 |       14 |       58
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 71
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 69
0.29/0.45	c BCD2: 69 <= obj <= 260
0.29/0.45	c BCD2: #cores=55, #unrelaxed=261, #relaxed=261, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=70 bias=70/71
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       59
0.29/0.45	c  0.0s |       0 |       74 |        0 |     1225      0 |       14 |       59
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 74
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 70
0.29/0.45	c BCD2: 70 <= obj <= 260
0.29/0.45	c BCD2: #cores=56, #unrelaxed=259, #relaxed=263, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=71 bias=71/72
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       60
0.29/0.45	c  0.0s |       0 |       77 |        0 |     1225      0 |       14 |       60
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 77
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 71
0.29/0.45	c BCD2: 71 <= obj <= 260
0.29/0.45	c BCD2: #cores=57, #unrelaxed=257, #relaxed=265, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=72 bias=72/73
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       61
0.29/0.45	c  0.0s |       0 |       80 |        0 |     1225      0 |       14 |       61
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 80
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 72
0.29/0.45	c BCD2: 72 <= obj <= 260
0.29/0.45	c BCD2: #cores=58, #unrelaxed=255, #relaxed=267, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=73 bias=73/74
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       62
0.29/0.45	c  0.0s |       0 |       83 |        0 |     1225      0 |       14 |       62
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 83
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 73
0.29/0.45	c BCD2: 73 <= obj <= 260
0.29/0.45	c BCD2: #cores=59, #unrelaxed=253, #relaxed=269, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=74 bias=74/75
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       63
0.29/0.45	c  0.0s |       0 |       86 |        0 |     1225      0 |       14 |       63
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 86
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 74
0.29/0.45	c BCD2: 74 <= obj <= 260
0.29/0.45	c BCD2: #cores=60, #unrelaxed=251, #relaxed=271, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=75 bias=75/76
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.45	c =============================================================================
0.29/0.45	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       64
0.29/0.45	c  0.0s |       0 |       89 |        0 |     1225      0 |       14 |       64
0.29/0.45	c #cpu_time = 0.002s
0.29/0.45	c #wall_clock_time = 0.002s
0.29/0.45	c #decision = 89
0.29/0.45	c #random_decision = 0
0.29/0.45	c #conflict = 0
0.29/0.45	c #restart = 0
0.29/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.45	c lower bound updated to 75
0.29/0.45	c BCD2: 75 <= obj <= 260
0.29/0.45	c BCD2: #cores=61, #unrelaxed=249, #relaxed=273, #hardened=0
0.29/0.45	c BCD2: #sat=1 #unsat=76 bias=76/77
0.29/0.45	c Solving starts ...
0.29/0.45	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       65
0.29/0.46	c  0.0s |       0 |       92 |        0 |     1225      0 |       14 |       65
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 92
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 76
0.29/0.46	c BCD2: 76 <= obj <= 260
0.29/0.46	c BCD2: #cores=62, #unrelaxed=247, #relaxed=275, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=77 bias=77/78
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       66
0.29/0.46	c  0.0s |       0 |       95 |        0 |     1225      0 |       14 |       66
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 95
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 77
0.29/0.46	c BCD2: 77 <= obj <= 260
0.29/0.46	c BCD2: #cores=63, #unrelaxed=245, #relaxed=277, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=78 bias=78/79
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       67
0.29/0.46	c  0.0s |       0 |       98 |        0 |     1225      0 |       14 |       67
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 98
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 78
0.29/0.46	c BCD2: 78 <= obj <= 260
0.29/0.46	c BCD2: #cores=64, #unrelaxed=243, #relaxed=279, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=79 bias=79/80
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       68
0.29/0.46	c  0.0s |       0 |      101 |        0 |     1225      0 |       14 |       68
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 101
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 79
0.29/0.46	c BCD2: 79 <= obj <= 260
0.29/0.46	c BCD2: #cores=65, #unrelaxed=241, #relaxed=281, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=80 bias=80/81
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       69
0.29/0.46	c  0.0s |       0 |      104 |        0 |     1225      0 |       14 |       69
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 104
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 80
0.29/0.46	c BCD2: 80 <= obj <= 260
0.29/0.46	c BCD2: #cores=66, #unrelaxed=239, #relaxed=283, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=81 bias=81/82
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       70
0.29/0.46	c  0.0s |       0 |      107 |        0 |     1225      0 |       14 |       70
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 107
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 81
0.29/0.46	c BCD2: 81 <= obj <= 260
0.29/0.46	c BCD2: #cores=67, #unrelaxed=237, #relaxed=285, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=82 bias=82/83
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       71
0.29/0.46	c  0.0s |       0 |      110 |        0 |     1225      0 |       14 |       71
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 110
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 82
0.29/0.46	c BCD2: 82 <= obj <= 260
0.29/0.46	c BCD2: #cores=68, #unrelaxed=235, #relaxed=287, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=83 bias=83/84
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       72
0.29/0.46	c  0.0s |       0 |      113 |        0 |     1225      0 |       14 |       72
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 113
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 83
0.29/0.46	c BCD2: 83 <= obj <= 260
0.29/0.46	c BCD2: #cores=69, #unrelaxed=233, #relaxed=289, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=84 bias=84/85
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       73
0.29/0.46	c  0.0s |       0 |      116 |        0 |     1225      0 |       14 |       73
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 116
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 84
0.29/0.46	c BCD2: 84 <= obj <= 260
0.29/0.46	c BCD2: #cores=70, #unrelaxed=231, #relaxed=291, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=85 bias=85/86
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       74
0.29/0.46	c  0.0s |       0 |      119 |        0 |     1225      0 |       14 |       74
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 119
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 85
0.29/0.46	c BCD2: 85 <= obj <= 260
0.29/0.46	c BCD2: #cores=71, #unrelaxed=229, #relaxed=293, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=86 bias=86/87
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       75
0.29/0.46	c  0.0s |       0 |      122 |        0 |     1225      0 |       14 |       75
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 122
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 86
0.29/0.46	c BCD2: 86 <= obj <= 260
0.29/0.46	c BCD2: #cores=72, #unrelaxed=227, #relaxed=295, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=87 bias=87/88
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       76
0.29/0.46	c  0.0s |       0 |      125 |        0 |     1225      0 |       14 |       76
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 125
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 87
0.29/0.46	c BCD2: 87 <= obj <= 260
0.29/0.46	c BCD2: #cores=73, #unrelaxed=225, #relaxed=297, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=88 bias=88/89
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       77
0.29/0.46	c  0.0s |       0 |      128 |        0 |     1225      0 |       14 |       77
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 128
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 88
0.29/0.46	c BCD2: 88 <= obj <= 260
0.29/0.46	c BCD2: #cores=74, #unrelaxed=223, #relaxed=299, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=89 bias=89/90
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       78
0.29/0.46	c  0.0s |       0 |      131 |        0 |     1225      0 |       14 |       78
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 131
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 89
0.29/0.46	c BCD2: 89 <= obj <= 260
0.29/0.46	c BCD2: #cores=75, #unrelaxed=221, #relaxed=301, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=90 bias=90/91
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       79
0.29/0.46	c  0.0s |       0 |      134 |        0 |     1225      0 |       14 |       79
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 134
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 90
0.29/0.46	c BCD2: 90 <= obj <= 260
0.29/0.46	c BCD2: #cores=76, #unrelaxed=219, #relaxed=303, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=91 bias=91/92
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       80
0.29/0.46	c  0.0s |       0 |      137 |        0 |     1225      0 |       14 |       80
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 137
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 91
0.29/0.46	c BCD2: 91 <= obj <= 260
0.29/0.46	c BCD2: #cores=77, #unrelaxed=217, #relaxed=305, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=92 bias=92/93
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       81
0.29/0.46	c  0.0s |       0 |      140 |        0 |     1225      0 |       14 |       81
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 140
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 92
0.29/0.46	c BCD2: 92 <= obj <= 260
0.29/0.46	c BCD2: #cores=78, #unrelaxed=215, #relaxed=307, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=93 bias=93/94
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       82
0.29/0.46	c  0.0s |       0 |      143 |        0 |     1225      0 |       14 |       82
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 143
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 93
0.29/0.46	c BCD2: 93 <= obj <= 260
0.29/0.46	c BCD2: #cores=79, #unrelaxed=213, #relaxed=309, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=94 bias=94/95
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       83
0.29/0.46	c  0.0s |       0 |      146 |        0 |     1225      0 |       14 |       83
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 146
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 94
0.29/0.46	c BCD2: 94 <= obj <= 260
0.29/0.46	c BCD2: #cores=80, #unrelaxed=211, #relaxed=311, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=95 bias=95/96
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       84
0.29/0.46	c  0.0s |       0 |      149 |        0 |     1225      0 |       14 |       84
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 149
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 95
0.29/0.46	c BCD2: 95 <= obj <= 260
0.29/0.46	c BCD2: #cores=81, #unrelaxed=209, #relaxed=313, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=96 bias=96/97
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       85
0.29/0.46	c  0.0s |       0 |      152 |        0 |     1225      0 |       14 |       85
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 152
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 96
0.29/0.46	c BCD2: 96 <= obj <= 260
0.29/0.46	c BCD2: #cores=82, #unrelaxed=207, #relaxed=315, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=97 bias=97/98
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       86
0.29/0.46	c  0.0s |       0 |      154 |        2 |     1225      0 |       14 |       86
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 154
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 2
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 56: cost of the new core is >=1
0.29/0.46	c lower bound updated to 97
0.29/0.46	c BCD2: 97 <= obj <= 260
0.29/0.46	c BCD2: #cores=83, #unrelaxed=151, #relaxed=371, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=98 bias=98/99
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       86
0.29/0.46	c  0.0s |       0 |      100 |        0 |     1225      0 |       14 |       86
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 100
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 98
0.29/0.46	c BCD2: 98 <= obj <= 260
0.29/0.46	c BCD2: #cores=84, #unrelaxed=149, #relaxed=373, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=99 bias=99/100
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       87
0.29/0.46	c  0.0s |       0 |      103 |        0 |     1225      0 |       14 |       87
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 103
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 0
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.46	c lower bound updated to 99
0.29/0.46	c BCD2: 99 <= obj <= 260
0.29/0.46	c BCD2: #cores=85, #unrelaxed=147, #relaxed=375, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=100 bias=100/101
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       14 |       88
0.29/0.46	c  0.0s |       0 |      114 |        1 |     1225      0 |       14 |       88
0.29/0.46	c #cpu_time = 0.002s
0.29/0.46	c #wall_clock_time = 0.002s
0.29/0.46	c #decision = 114
0.29/0.46	c #random_decision = 0
0.29/0.46	c #conflict = 1
0.29/0.46	c #restart = 0
0.29/0.46	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 12: cost of the new core is >=3
0.29/0.46	c lower bound updated to 100
0.29/0.46	c BCD2: 100 <= obj <= 260
0.29/0.46	c BCD2: #cores=84, #unrelaxed=145, #relaxed=377, #hardened=0
0.29/0.46	c BCD2: #sat=1 #unsat=101 bias=101/102
0.29/0.46	c Solving starts ...
0.29/0.46	c ============================[ Search Statistics ]============================
0.29/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.46	c =============================================================================
0.29/0.46	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |       88
0.29/0.47	c  0.0s |       0 |      107 |        0 |     1225      0 |       16 |       90
0.29/0.47	c #cpu_time = 0.002s
0.29/0.47	c #wall_clock_time = 0.002s
0.29/0.47	c #decision = 107
0.29/0.47	c #random_decision = 0
0.29/0.47	c #conflict = 0
0.29/0.47	c #restart = 0
0.29/0.47	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.47	c lower bound updated to 101
0.29/0.47	c BCD2: 101 <= obj <= 260
0.29/0.47	c BCD2: #cores=85, #unrelaxed=143, #relaxed=379, #hardened=0
0.29/0.47	c BCD2: #sat=1 #unsat=102 bias=102/103
0.29/0.47	c Solving starts ...
0.29/0.47	c ============================[ Search Statistics ]============================
0.29/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.47	c =============================================================================
0.29/0.47	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |       91
0.29/0.47	c  0.0s |       0 |      110 |        0 |     1225      0 |       16 |       91
0.29/0.47	c #cpu_time = 0.002s
0.29/0.47	c #wall_clock_time = 0.002s
0.29/0.47	c #decision = 110
0.29/0.47	c #random_decision = 0
0.29/0.47	c #conflict = 0
0.29/0.47	c #restart = 0
0.29/0.47	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.47	c lower bound updated to 102
0.29/0.47	c BCD2: 102 <= obj <= 260
0.29/0.47	c BCD2: #cores=86, #unrelaxed=141, #relaxed=381, #hardened=0
0.29/0.47	c BCD2: #sat=1 #unsat=103 bias=103/104
0.29/0.47	c Solving starts ...
0.29/0.47	c ============================[ Search Statistics ]============================
0.29/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.47	c =============================================================================
0.29/0.47	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |       92
0.29/0.47	c  0.0s |       0 |      113 |        0 |     1225      0 |       16 |       92
0.29/0.47	c #cpu_time = 0.002s
0.29/0.47	c #wall_clock_time = 0.002s
0.29/0.47	c #decision = 113
0.29/0.47	c #random_decision = 0
0.29/0.47	c #conflict = 0
0.29/0.47	c #restart = 0
0.29/0.47	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.47	c lower bound updated to 103
0.29/0.47	c BCD2: 103 <= obj <= 260
0.29/0.47	c BCD2: #cores=87, #unrelaxed=139, #relaxed=383, #hardened=0
0.29/0.47	c BCD2: #sat=1 #unsat=104 bias=104/105
0.29/0.47	c Solving starts ...
0.29/0.47	c ============================[ Search Statistics ]============================
0.29/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.47	c =============================================================================
0.29/0.47	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |       93
0.29/0.47	c  0.0s |       0 |      116 |        0 |     1225      0 |       16 |       93
0.29/0.47	c #cpu_time = 0.002s
0.29/0.47	c #wall_clock_time = 0.002s
0.29/0.47	c #decision = 116
0.29/0.47	c #random_decision = 0
0.29/0.47	c #conflict = 0
0.29/0.47	c #restart = 0
0.29/0.47	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.47	c lower bound updated to 104
0.29/0.47	c BCD2: 104 <= obj <= 260
0.29/0.47	c BCD2: #cores=88, #unrelaxed=137, #relaxed=385, #hardened=0
0.29/0.47	c BCD2: #sat=1 #unsat=105 bias=105/106
0.29/0.47	c Solving starts ...
0.29/0.47	c ============================[ Search Statistics ]============================
0.29/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.47	c =============================================================================
0.29/0.47	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |       94
0.29/0.48	c  0.0s |       0 |      119 |        0 |     1225      0 |       16 |       94
0.29/0.48	c #cpu_time = 0.002s
0.29/0.48	c #wall_clock_time = 0.002s
0.29/0.48	c #decision = 119
0.29/0.48	c #random_decision = 0
0.29/0.48	c #conflict = 0
0.29/0.48	c #restart = 0
0.29/0.48	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.48	c lower bound updated to 105
0.29/0.48	c BCD2: 105 <= obj <= 260
0.29/0.48	c BCD2: #cores=89, #unrelaxed=135, #relaxed=387, #hardened=0
0.29/0.48	c BCD2: #sat=1 #unsat=106 bias=106/107
0.29/0.48	c Solving starts ...
0.29/0.48	c ============================[ Search Statistics ]============================
0.29/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.48	c =============================================================================
0.29/0.48	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |       95
0.29/0.48	c  0.0s |       0 |      122 |        0 |     1225      0 |       16 |       95
0.29/0.48	c #cpu_time = 0.002s
0.29/0.48	c #wall_clock_time = 0.002s
0.29/0.48	c #decision = 122
0.29/0.48	c #random_decision = 0
0.29/0.48	c #conflict = 0
0.29/0.48	c #restart = 0
0.29/0.48	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.48	c lower bound updated to 106
0.29/0.48	c BCD2: 106 <= obj <= 260
0.29/0.48	c BCD2: #cores=90, #unrelaxed=133, #relaxed=389, #hardened=0
0.29/0.48	c BCD2: #sat=1 #unsat=107 bias=107/108
0.29/0.48	c Solving starts ...
0.29/0.48	c ============================[ Search Statistics ]============================
0.29/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.48	c =============================================================================
0.29/0.48	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |       96
0.29/0.48	c  0.0s |       0 |      125 |        0 |     1225      0 |       16 |       96
0.29/0.48	c #cpu_time = 0.002s
0.29/0.48	c #wall_clock_time = 0.002s
0.29/0.48	c #decision = 125
0.29/0.48	c #random_decision = 0
0.29/0.48	c #conflict = 0
0.29/0.48	c #restart = 0
0.29/0.48	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.48	c lower bound updated to 107
0.29/0.48	c BCD2: 107 <= obj <= 260
0.29/0.48	c BCD2: #cores=91, #unrelaxed=131, #relaxed=391, #hardened=0
0.29/0.48	c BCD2: #sat=1 #unsat=108 bias=108/109
0.29/0.48	c Solving starts ...
0.29/0.48	c ============================[ Search Statistics ]============================
0.29/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.48	c =============================================================================
0.29/0.48	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |       97
0.29/0.48	c  0.0s |       0 |      128 |        0 |     1225      0 |       16 |       97
0.29/0.48	c #cpu_time = 0.002s
0.29/0.48	c #wall_clock_time = 0.002s
0.29/0.48	c #decision = 128
0.29/0.48	c #random_decision = 0
0.29/0.48	c #conflict = 0
0.29/0.48	c #restart = 0
0.29/0.48	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.48	c lower bound updated to 108
0.29/0.48	c BCD2: 108 <= obj <= 260
0.29/0.48	c BCD2: #cores=92, #unrelaxed=129, #relaxed=393, #hardened=0
0.29/0.48	c BCD2: #sat=1 #unsat=109 bias=109/110
0.29/0.48	c Solving starts ...
0.29/0.48	c ============================[ Search Statistics ]============================
0.29/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.48	c =============================================================================
0.29/0.48	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |       98
0.29/0.49	c  0.0s |       0 |      131 |        0 |     1225      0 |       16 |       98
0.29/0.49	c #cpu_time = 0.002s
0.29/0.49	c #wall_clock_time = 0.002s
0.29/0.49	c #decision = 131
0.29/0.49	c #random_decision = 0
0.29/0.49	c #conflict = 0
0.29/0.49	c #restart = 0
0.29/0.49	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.49	c lower bound updated to 109
0.29/0.49	c BCD2: 109 <= obj <= 260
0.29/0.49	c BCD2: #cores=93, #unrelaxed=127, #relaxed=395, #hardened=0
0.29/0.49	c BCD2: #sat=1 #unsat=110 bias=110/111
0.29/0.49	c Solving starts ...
0.29/0.49	c ============================[ Search Statistics ]============================
0.29/0.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.49	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.49	c =============================================================================
0.29/0.49	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |       99
0.29/0.49	c  0.0s |       0 |      134 |        0 |     1225      0 |       16 |       99
0.29/0.49	c #cpu_time = 0.002s
0.29/0.49	c #wall_clock_time = 0.002s
0.29/0.49	c #decision = 134
0.29/0.49	c #random_decision = 0
0.29/0.49	c #conflict = 0
0.29/0.49	c #restart = 0
0.29/0.49	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.49	c lower bound updated to 110
0.29/0.49	c BCD2: 110 <= obj <= 260
0.29/0.49	c BCD2: #cores=94, #unrelaxed=125, #relaxed=397, #hardened=0
0.29/0.49	c BCD2: #sat=1 #unsat=111 bias=111/112
0.29/0.49	c Solving starts ...
0.29/0.49	c ============================[ Search Statistics ]============================
0.29/0.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.49	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.49	c =============================================================================
0.29/0.49	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      100
0.29/0.49	c  0.0s |       0 |      137 |        0 |     1225      0 |       16 |      100
0.29/0.49	c #cpu_time = 0.002s
0.29/0.49	c #wall_clock_time = 0.002s
0.29/0.49	c #decision = 137
0.29/0.49	c #random_decision = 0
0.29/0.49	c #conflict = 0
0.29/0.49	c #restart = 0
0.29/0.49	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.49	c lower bound updated to 111
0.29/0.49	c BCD2: 111 <= obj <= 260
0.29/0.49	c BCD2: #cores=95, #unrelaxed=123, #relaxed=399, #hardened=0
0.29/0.49	c BCD2: #sat=1 #unsat=112 bias=112/113
0.29/0.49	c Solving starts ...
0.29/0.49	c ============================[ Search Statistics ]============================
0.29/0.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.49	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.49	c =============================================================================
0.29/0.49	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      101
0.29/0.49	c  0.0s |       0 |      140 |        0 |     1225      0 |       16 |      101
0.29/0.49	c #cpu_time = 0.002s
0.29/0.49	c #wall_clock_time = 0.002s
0.29/0.49	c #decision = 140
0.29/0.49	c #random_decision = 0
0.29/0.49	c #conflict = 0
0.29/0.49	c #restart = 0
0.29/0.49	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.49	c lower bound updated to 112
0.29/0.49	c BCD2: 112 <= obj <= 260
0.29/0.49	c BCD2: #cores=96, #unrelaxed=121, #relaxed=401, #hardened=0
0.29/0.49	c BCD2: #sat=1 #unsat=113 bias=113/114
0.29/0.49	c Solving starts ...
0.29/0.49	c ============================[ Search Statistics ]============================
0.29/0.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.49	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.49	c =============================================================================
0.29/0.49	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      102
0.29/0.50	c  0.0s |       0 |      143 |        0 |     1225      0 |       16 |      102
0.29/0.50	c #cpu_time = 0.002s
0.29/0.50	c #wall_clock_time = 0.002s
0.29/0.50	c #decision = 143
0.29/0.50	c #random_decision = 0
0.29/0.50	c #conflict = 0
0.29/0.50	c #restart = 0
0.29/0.50	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.50	c lower bound updated to 113
0.29/0.50	c BCD2: 113 <= obj <= 260
0.29/0.50	c BCD2: #cores=97, #unrelaxed=119, #relaxed=403, #hardened=0
0.29/0.50	c BCD2: #sat=1 #unsat=114 bias=114/115
0.29/0.50	c Solving starts ...
0.29/0.50	c ============================[ Search Statistics ]============================
0.29/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.50	c =============================================================================
0.29/0.50	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      103
0.29/0.50	c  0.0s |       0 |      146 |        0 |     1225      0 |       16 |      103
0.29/0.50	c #cpu_time = 0.002s
0.29/0.50	c #wall_clock_time = 0.002s
0.29/0.50	c #decision = 146
0.29/0.50	c #random_decision = 0
0.29/0.50	c #conflict = 0
0.29/0.50	c #restart = 0
0.29/0.50	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.50	c lower bound updated to 114
0.29/0.50	c BCD2: 114 <= obj <= 260
0.29/0.50	c BCD2: #cores=98, #unrelaxed=117, #relaxed=405, #hardened=0
0.29/0.50	c BCD2: #sat=1 #unsat=115 bias=115/116
0.29/0.50	c Solving starts ...
0.29/0.50	c ============================[ Search Statistics ]============================
0.29/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.50	c =============================================================================
0.29/0.50	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      104
0.29/0.50	c  0.0s |       0 |      149 |        0 |     1225      0 |       16 |      104
0.29/0.50	c #cpu_time = 0.002s
0.29/0.50	c #wall_clock_time = 0.002s
0.29/0.50	c #decision = 149
0.29/0.50	c #random_decision = 0
0.29/0.50	c #conflict = 0
0.29/0.50	c #restart = 0
0.29/0.50	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.50	c lower bound updated to 115
0.29/0.50	c BCD2: 115 <= obj <= 260
0.29/0.50	c BCD2: #cores=99, #unrelaxed=115, #relaxed=407, #hardened=0
0.29/0.50	c BCD2: #sat=1 #unsat=116 bias=116/117
0.29/0.50	c Solving starts ...
0.29/0.50	c ============================[ Search Statistics ]============================
0.29/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.50	c =============================================================================
0.29/0.50	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      105
0.29/0.50	c  0.0s |       0 |      152 |        0 |     1225      0 |       16 |      105
0.29/0.50	c #cpu_time = 0.002s
0.29/0.50	c #wall_clock_time = 0.002s
0.29/0.50	c #decision = 152
0.29/0.50	c #random_decision = 0
0.29/0.50	c #conflict = 0
0.29/0.50	c #restart = 0
0.29/0.50	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.50	c lower bound updated to 116
0.29/0.50	c BCD2: 116 <= obj <= 260
0.29/0.50	c BCD2: #cores=100, #unrelaxed=113, #relaxed=409, #hardened=0
0.29/0.50	c BCD2: #sat=1 #unsat=117 bias=117/118
0.29/0.50	c Solving starts ...
0.29/0.50	c ============================[ Search Statistics ]============================
0.29/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.50	c =============================================================================
0.29/0.50	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      106
0.29/0.51	c  0.0s |       0 |      155 |        0 |     1225      0 |       16 |      106
0.29/0.51	c #cpu_time = 0.002s
0.29/0.51	c #wall_clock_time = 0.002s
0.29/0.51	c #decision = 155
0.29/0.51	c #random_decision = 0
0.29/0.51	c #conflict = 0
0.29/0.51	c #restart = 0
0.29/0.51	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.51	c lower bound updated to 117
0.29/0.51	c BCD2: 117 <= obj <= 260
0.29/0.51	c BCD2: #cores=101, #unrelaxed=111, #relaxed=411, #hardened=0
0.29/0.51	c BCD2: #sat=1 #unsat=118 bias=118/119
0.29/0.51	c Solving starts ...
0.29/0.51	c ============================[ Search Statistics ]============================
0.29/0.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.51	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.51	c =============================================================================
0.29/0.51	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      107
0.29/0.51	c  0.0s |       0 |      158 |        0 |     1225      0 |       16 |      107
0.29/0.51	c #cpu_time = 0.002s
0.29/0.51	c #wall_clock_time = 0.002s
0.29/0.51	c #decision = 158
0.29/0.51	c #random_decision = 0
0.29/0.51	c #conflict = 0
0.29/0.51	c #restart = 0
0.29/0.51	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.51	c lower bound updated to 118
0.29/0.51	c BCD2: 118 <= obj <= 260
0.29/0.51	c BCD2: #cores=102, #unrelaxed=109, #relaxed=413, #hardened=0
0.29/0.51	c BCD2: #sat=1 #unsat=119 bias=119/120
0.29/0.51	c Solving starts ...
0.29/0.51	c ============================[ Search Statistics ]============================
0.29/0.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.51	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.51	c =============================================================================
0.29/0.51	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      108
0.29/0.51	c  0.0s |       0 |      161 |        0 |     1225      0 |       16 |      108
0.29/0.51	c #cpu_time = 0.002s
0.29/0.51	c #wall_clock_time = 0.002s
0.29/0.51	c #decision = 161
0.29/0.51	c #random_decision = 0
0.29/0.51	c #conflict = 0
0.29/0.51	c #restart = 0
0.29/0.51	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.51	c lower bound updated to 119
0.29/0.51	c BCD2: 119 <= obj <= 260
0.29/0.51	c BCD2: #cores=103, #unrelaxed=107, #relaxed=415, #hardened=0
0.29/0.51	c BCD2: #sat=1 #unsat=120 bias=120/121
0.29/0.51	c Solving starts ...
0.29/0.51	c ============================[ Search Statistics ]============================
0.29/0.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.51	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.51	c =============================================================================
0.29/0.51	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      109
0.29/0.51	c  0.0s |       0 |      164 |        0 |     1225      0 |       16 |      109
0.29/0.51	c #cpu_time = 0.002s
0.29/0.51	c #wall_clock_time = 0.002s
0.29/0.51	c #decision = 164
0.29/0.51	c #random_decision = 0
0.29/0.51	c #conflict = 0
0.29/0.51	c #restart = 0
0.29/0.51	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.51	c lower bound updated to 120
0.29/0.51	c BCD2: 120 <= obj <= 260
0.29/0.51	c BCD2: #cores=104, #unrelaxed=105, #relaxed=417, #hardened=0
0.29/0.51	c BCD2: #sat=1 #unsat=121 bias=121/122
0.29/0.52	c Solving starts ...
0.29/0.52	c ============================[ Search Statistics ]============================
0.29/0.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.52	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.52	c =============================================================================
0.29/0.52	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      110
0.29/0.52	c  0.0s |       0 |      167 |        0 |     1225      0 |       16 |      110
0.29/0.52	c #cpu_time = 0.002s
0.29/0.52	c #wall_clock_time = 0.002s
0.29/0.52	c #decision = 167
0.29/0.52	c #random_decision = 0
0.29/0.52	c #conflict = 0
0.29/0.52	c #restart = 0
0.29/0.52	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.52	c lower bound updated to 121
0.29/0.52	c BCD2: 121 <= obj <= 260
0.29/0.52	c BCD2: #cores=105, #unrelaxed=103, #relaxed=419, #hardened=0
0.29/0.52	c BCD2: #sat=1 #unsat=122 bias=122/123
0.29/0.52	c Solving starts ...
0.29/0.52	c ============================[ Search Statistics ]============================
0.29/0.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.52	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.52	c =============================================================================
0.29/0.52	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      111
0.29/0.52	c  0.0s |       0 |      170 |        0 |     1225      0 |       16 |      111
0.29/0.52	c #cpu_time = 0.002s
0.29/0.52	c #wall_clock_time = 0.002s
0.29/0.52	c #decision = 170
0.29/0.52	c #random_decision = 0
0.29/0.52	c #conflict = 0
0.29/0.52	c #restart = 0
0.29/0.52	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.52	c lower bound updated to 122
0.29/0.52	c BCD2: 122 <= obj <= 260
0.29/0.52	c BCD2: #cores=106, #unrelaxed=101, #relaxed=421, #hardened=0
0.29/0.52	c BCD2: #sat=1 #unsat=123 bias=123/124
0.29/0.52	c Solving starts ...
0.29/0.52	c ============================[ Search Statistics ]============================
0.29/0.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.52	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.52	c =============================================================================
0.29/0.52	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      112
0.29/0.52	c  0.0s |       0 |      173 |        0 |     1225      0 |       16 |      112
0.29/0.52	c #cpu_time = 0.002s
0.29/0.52	c #wall_clock_time = 0.002s
0.29/0.52	c #decision = 173
0.29/0.52	c #random_decision = 0
0.29/0.52	c #conflict = 0
0.29/0.52	c #restart = 0
0.29/0.52	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.52	c lower bound updated to 123
0.29/0.52	c BCD2: 123 <= obj <= 260
0.29/0.52	c BCD2: #cores=107, #unrelaxed=99, #relaxed=423, #hardened=0
0.29/0.52	c BCD2: #sat=1 #unsat=124 bias=124/125
0.29/0.52	c Solving starts ...
0.29/0.52	c ============================[ Search Statistics ]============================
0.29/0.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.52	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.52	c =============================================================================
0.29/0.52	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      113
0.29/0.53	c  0.0s |       0 |      176 |        0 |     1225      0 |       16 |      113
0.29/0.53	c #cpu_time = 0.002s
0.29/0.53	c #wall_clock_time = 0.002s
0.29/0.53	c #decision = 176
0.29/0.53	c #random_decision = 0
0.29/0.53	c #conflict = 0
0.29/0.53	c #restart = 0
0.29/0.53	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.53	c lower bound updated to 124
0.29/0.53	c BCD2: 124 <= obj <= 260
0.29/0.53	c BCD2: #cores=108, #unrelaxed=97, #relaxed=425, #hardened=0
0.29/0.53	c BCD2: #sat=1 #unsat=125 bias=125/126
0.29/0.53	c Solving starts ...
0.29/0.53	c ============================[ Search Statistics ]============================
0.29/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.53	c =============================================================================
0.29/0.53	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      114
0.29/0.53	c  0.0s |       0 |      179 |        0 |     1225      0 |       16 |      114
0.29/0.53	c #cpu_time = 0.002s
0.29/0.53	c #wall_clock_time = 0.002s
0.29/0.53	c #decision = 179
0.29/0.53	c #random_decision = 0
0.29/0.53	c #conflict = 0
0.29/0.53	c #restart = 0
0.29/0.53	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.53	c lower bound updated to 125
0.29/0.53	c BCD2: 125 <= obj <= 260
0.29/0.53	c BCD2: #cores=109, #unrelaxed=95, #relaxed=427, #hardened=0
0.29/0.53	c BCD2: #sat=1 #unsat=126 bias=126/127
0.29/0.53	c Solving starts ...
0.29/0.53	c ============================[ Search Statistics ]============================
0.29/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.53	c =============================================================================
0.29/0.53	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      115
0.29/0.53	c  0.0s |       0 |      182 |        0 |     1225      0 |       16 |      115
0.29/0.53	c #cpu_time = 0.002s
0.29/0.53	c #wall_clock_time = 0.002s
0.29/0.53	c #decision = 182
0.29/0.53	c #random_decision = 0
0.29/0.53	c #conflict = 0
0.29/0.53	c #restart = 0
0.29/0.53	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.53	c lower bound updated to 126
0.29/0.53	c BCD2: 126 <= obj <= 260
0.29/0.53	c BCD2: #cores=110, #unrelaxed=93, #relaxed=429, #hardened=0
0.29/0.53	c BCD2: #sat=1 #unsat=127 bias=127/128
0.29/0.53	c Solving starts ...
0.29/0.53	c ============================[ Search Statistics ]============================
0.29/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.53	c =============================================================================
0.29/0.53	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      116
0.29/0.53	c  0.0s |       0 |      185 |        0 |     1225      0 |       16 |      116
0.29/0.53	c #cpu_time = 0.002s
0.29/0.53	c #wall_clock_time = 0.002s
0.29/0.53	c #decision = 185
0.29/0.53	c #random_decision = 0
0.29/0.53	c #conflict = 0
0.29/0.53	c #restart = 0
0.29/0.53	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.53	c lower bound updated to 127
0.29/0.53	c BCD2: 127 <= obj <= 260
0.29/0.53	c BCD2: #cores=111, #unrelaxed=91, #relaxed=431, #hardened=0
0.29/0.53	c BCD2: #sat=1 #unsat=128 bias=128/129
0.29/0.53	c Solving starts ...
0.29/0.53	c ============================[ Search Statistics ]============================
0.29/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.53	c =============================================================================
0.29/0.53	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      117
0.29/0.54	c  0.0s |       0 |      188 |        0 |     1225      0 |       16 |      117
0.29/0.54	c #cpu_time = 0.002s
0.29/0.54	c #wall_clock_time = 0.002s
0.29/0.54	c #decision = 188
0.29/0.54	c #random_decision = 0
0.29/0.54	c #conflict = 0
0.29/0.54	c #restart = 0
0.29/0.54	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.54	c lower bound updated to 128
0.29/0.54	c BCD2: 128 <= obj <= 260
0.29/0.54	c BCD2: #cores=112, #unrelaxed=89, #relaxed=433, #hardened=0
0.29/0.54	c BCD2: #sat=1 #unsat=129 bias=129/130
0.29/0.54	c Solving starts ...
0.29/0.54	c ============================[ Search Statistics ]============================
0.29/0.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.54	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.54	c =============================================================================
0.29/0.54	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      118
0.29/0.54	c  0.0s |       0 |      191 |        0 |     1225      0 |       16 |      118
0.29/0.54	c #cpu_time = 0.002s
0.29/0.54	c #wall_clock_time = 0.002s
0.29/0.54	c #decision = 191
0.29/0.54	c #random_decision = 0
0.29/0.54	c #conflict = 0
0.29/0.54	c #restart = 0
0.29/0.54	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.54	c lower bound updated to 129
0.29/0.54	c BCD2: 129 <= obj <= 260
0.29/0.54	c BCD2: #cores=113, #unrelaxed=87, #relaxed=435, #hardened=0
0.29/0.54	c BCD2: #sat=1 #unsat=130 bias=130/131
0.29/0.54	c Solving starts ...
0.29/0.54	c ============================[ Search Statistics ]============================
0.29/0.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.54	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.54	c =============================================================================
0.29/0.54	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      119
0.29/0.54	c  0.0s |       0 |      193 |        2 |     1225      0 |       16 |      119
0.29/0.54	c #cpu_time = 0.002s
0.29/0.54	c #wall_clock_time = 0.002s
0.29/0.54	c #decision = 193
0.29/0.54	c #random_decision = 0
0.29/0.54	c #conflict = 2
0.29/0.54	c #restart = 0
0.29/0.54	c BCD2: found a new core of size 57: cost of the new core is >=1
0.29/0.54	c lower bound updated to 130
0.29/0.54	c BCD2: 130 <= obj <= 260
0.29/0.54	c BCD2: #cores=114, #unrelaxed=30, #relaxed=492, #hardened=0
0.29/0.54	c BCD2: #sat=1 #unsat=131 bias=131/132
0.29/0.54	c Solving starts ...
0.29/0.54	c ============================[ Search Statistics ]============================
0.29/0.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.54	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.54	c =============================================================================
0.29/0.54	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      119
0.29/0.55	c  0.0s |       0 |      138 |        0 |     1225      0 |       16 |      119
0.29/0.55	c #cpu_time = 0.002s
0.29/0.55	c #wall_clock_time = 0.002s
0.29/0.55	c #decision = 138
0.29/0.55	c #random_decision = 0
0.29/0.55	c #conflict = 0
0.29/0.55	c #restart = 0
0.29/0.55	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.55	c lower bound updated to 131
0.29/0.55	c BCD2: 131 <= obj <= 260
0.29/0.55	c BCD2: #cores=115, #unrelaxed=28, #relaxed=494, #hardened=0
0.29/0.55	c BCD2: #sat=1 #unsat=132 bias=132/133
0.29/0.55	c Solving starts ...
0.29/0.55	c ============================[ Search Statistics ]============================
0.29/0.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.55	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.55	c =============================================================================
0.29/0.55	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      120
0.29/0.55	c  0.0s |       0 |      141 |        0 |     1225      0 |       16 |      120
0.29/0.55	c #cpu_time = 0.002s
0.29/0.55	c #wall_clock_time = 0.002s
0.29/0.55	c #decision = 141
0.29/0.55	c #random_decision = 0
0.29/0.55	c #conflict = 0
0.29/0.55	c #restart = 0
0.29/0.55	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.55	c lower bound updated to 132
0.29/0.55	c BCD2: 132 <= obj <= 260
0.29/0.55	c BCD2: #cores=116, #unrelaxed=26, #relaxed=496, #hardened=0
0.29/0.55	c BCD2: #sat=1 #unsat=133 bias=133/134
0.29/0.55	c Solving starts ...
0.29/0.55	c ============================[ Search Statistics ]============================
0.29/0.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.55	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.55	c =============================================================================
0.29/0.55	c  0.0s |       0 |        0 |        0 |     1225      0 |       16 |      121
0.29/0.55	c  0.0s |       0 |      279 |        2 |     1225      0 |       16 |      121
0.29/0.55	c #cpu_time = 0.003s
0.29/0.55	c #wall_clock_time = 0.003s
0.29/0.55	c #decision = 279
0.29/0.55	c #random_decision = 0
0.29/0.55	c #conflict = 2
0.29/0.55	c #restart = 0
0.29/0.55	c BCD2: relaxing 1 and merging with 3 cores into a new core of size 13: cost of the new core is >=4
0.29/0.55	c lower bound updated to 133
0.29/0.55	c BCD2: 133 <= obj <= 260
0.29/0.55	c BCD2: #cores=114, #unrelaxed=25, #relaxed=497, #hardened=0
0.29/0.55	c BCD2: #sat=1 #unsat=134 bias=134/135
0.29/0.55	c Solving starts ...
0.29/0.55	c ============================[ Search Statistics ]============================
0.29/0.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.55	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.55	c =============================================================================
0.29/0.55	c  0.0s |       0 |        0 |        0 |     1225      0 |       19 |      121
0.29/0.56	c  0.0s |       0 |      290 |        5 |     1225      0 |       19 |      124
0.29/0.56	c #cpu_time = 0.003s
0.29/0.56	c #wall_clock_time = 0.003s
0.29/0.56	c #decision = 290
0.29/0.56	c #random_decision = 0
0.29/0.56	c #conflict = 5
0.29/0.56	c #restart = 0
0.29/0.56	c BCD2: relaxing 0 and merging with 12 cores into a new core of size 53: cost of the new core is >=25
0.29/0.56	c lower bound updated to 134
0.29/0.56	c BCD2: 134 <= obj <= 260
0.29/0.56	c BCD2: #cores=103, #unrelaxed=25, #relaxed=497, #hardened=0
0.29/0.56	c BCD2: #sat=1 #unsat=135 bias=135/136
0.29/0.56	c Solving starts ...
0.29/0.56	c ============================[ Search Statistics ]============================
0.29/0.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.56	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.56	c =============================================================================
0.29/0.56	c  0.0s |       0 |        0 |        0 |     1225      0 |       31 |      124
0.29/0.56	c  0.0s |       0 |      249 |        8 |     1225      0 |       31 |      136
0.29/0.56	c #cpu_time = 0.005s
0.29/0.56	c #wall_clock_time = 0.005s
0.29/0.56	c #decision = 249
0.29/0.56	c #random_decision = 0
0.29/0.56	c #conflict = 8
0.29/0.56	c #restart = 0
0.29/0.56	c BCD2: relaxing 0 and merging with 20 cores into a new core of size 52: cost of the new core is >=22
0.29/0.56	c lower bound updated to 135
0.29/0.56	c BCD2: 135 <= obj <= 260
0.29/0.56	c BCD2: #cores=84, #unrelaxed=25, #relaxed=497, #hardened=0
0.29/0.56	c BCD2: #sat=1 #unsat=136 bias=136/137
0.29/0.56	c Solving starts ...
0.29/0.56	c ============================[ Search Statistics ]============================
0.29/0.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.56	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.56	c =============================================================================
0.29/0.56	c  0.0s |       0 |        0 |        0 |     1225      0 |       51 |      136
0.29/0.57	c  0.0s |       0 |      138 |        7 |     1225      0 |       51 |      156
0.29/0.57	c #cpu_time = 0.005s
0.29/0.57	c #wall_clock_time = 0.005s
0.29/0.57	c #decision = 138
0.29/0.57	c #random_decision = 0
0.29/0.57	c #conflict = 7
0.29/0.57	c #restart = 0
0.29/0.57	c BCD2: relaxing 0 and merging with 26 cores into a new core of size 75: cost of the new core is >=29
0.29/0.57	c lower bound updated to 136
0.29/0.57	c BCD2: 136 <= obj <= 260
0.29/0.57	c BCD2: #cores=59, #unrelaxed=25, #relaxed=497, #hardened=0
0.29/0.57	c BCD2: #sat=1 #unsat=137 bias=137/138
0.29/0.57	c Solving starts ...
0.29/0.57	c ============================[ Search Statistics ]============================
0.29/0.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.57	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.57	c =============================================================================
0.29/0.57	c  0.0s |       0 |        0 |        0 |     1225      0 |       77 |      156
0.29/0.57	c  0.0s |       0 |      142 |        7 |     1225      0 |       77 |      182
0.29/0.57	c #cpu_time = 0.005s
0.29/0.57	c #wall_clock_time = 0.005s
0.29/0.57	c #decision = 142
0.29/0.57	c #random_decision = 0
0.29/0.57	c #conflict = 7
0.29/0.57	c #restart = 0
0.29/0.57	c BCD2: relaxing 0 and merging with 13 cores into a new core of size 30: cost of the new core is >=14
0.29/0.57	c lower bound updated to 137
0.29/0.57	c BCD2: 137 <= obj <= 260
0.29/0.57	c BCD2: #cores=47, #unrelaxed=25, #relaxed=497, #hardened=0
0.29/0.57	c BCD2: #sat=1 #unsat=138 bias=138/139
0.29/0.57	c Solving starts ...
0.29/0.57	c ============================[ Search Statistics ]============================
0.29/0.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.57	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.57	c =============================================================================
0.29/0.58	c  0.0s |       0 |        0 |        0 |     1225      0 |       90 |      182
0.29/0.58	c  0.0s |       0 |      151 |       21 |     1225      0 |       90 |      195
0.29/0.58	c #cpu_time = 0.008s
0.29/0.58	c #wall_clock_time = 0.008s
0.29/0.58	c #decision = 151
0.29/0.58	c #random_decision = 0
0.29/0.58	c #conflict = 21
0.29/0.58	c #restart = 0
0.29/0.58	c BCD2: relaxing 10 and merging with 20 cores into a new core of size 114: cost of the new core is >=22
0.29/0.58	c lower bound updated to 138
0.29/0.58	c BCD2: 138 <= obj <= 260
0.29/0.58	c BCD2: #cores=28, #unrelaxed=15, #relaxed=507, #hardened=0
0.29/0.58	c BCD2: #sat=1 #unsat=139 bias=139/140
0.29/0.59	c Solving starts ...
0.29/0.59	c ============================[ Search Statistics ]============================
0.29/0.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.59	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.59	c =============================================================================
0.29/0.59	c  0.0s |       0 |        0 |        0 |     1225      0 |      110 |      195
0.29/0.59	c  0.0s |       0 |      203 |       13 |     1225      0 |      110 |      215
0.29/0.59	c #cpu_time = 0.007s
0.29/0.59	c #wall_clock_time = 0.007s
0.29/0.59	c #decision = 203
0.29/0.59	c #random_decision = 0
0.29/0.59	c #conflict = 13
0.29/0.59	c #restart = 0
0.29/0.59	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 6: cost of the new core is >=4
0.29/0.59	c lower bound updated to 139
0.29/0.59	c BCD2: 139 <= obj <= 260
0.29/0.59	c BCD2: #cores=26, #unrelaxed=15, #relaxed=507, #hardened=0
0.29/0.59	c BCD2: #sat=1 #unsat=140 bias=140/141
0.29/0.59	c Solving starts ...
0.29/0.59	c ============================[ Search Statistics ]============================
0.29/0.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.59	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.59	c =============================================================================
0.29/0.59	c  0.0s |       0 |        0 |        0 |     1225      0 |      113 |      215
0.29/0.62	c  0.0s |       1 |      199 |      100 |     1348      0 |      113 |      218
0.66/0.68	c  0.1s |       2 |      453 |      250 |     1348      0 |      113 |      218
0.69/0.73	c  0.1s |       2 |      738 |      385 |     1483      0 |      113 |      218
0.69/0.73	c #cpu_time = 0.138s
0.69/0.73	c #wall_clock_time = 0.138s
0.69/0.73	c #decision = 738
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 385
0.69/0.73	c #restart = 2
0.69/0.73	c BCD2: relaxing 15 and merging with 8 cores into a new core of size 258: cost of the new core is >=60
0.69/0.73	c lower bound updated to 140
0.69/0.73	c BCD2: 140 <= obj <= 260
0.69/0.73	c BCD2: #cores=19, #unrelaxed=0, #relaxed=522, #hardened=0
0.69/0.73	c BCD2: #sat=1 #unsat=141 bias=141/142
0.69/0.73	c Solving starts ...
0.69/0.73	c ============================[ Search Statistics ]============================
0.69/0.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.73	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.73	c =============================================================================
0.69/0.73	c  0.0s |       0 |        0 |        0 |     1483      0 |      121 |      218
0.69/0.78	c  0.1s |       1 |      251 |      100 |     1483      0 |      121 |      226
0.79/0.86	c  0.1s |       2 |      689 |      250 |     1632      0 |      121 |      226
0.99/1.01	c  0.3s |       3 |     1143 |      475 |     1632      0 |      121 |      226
0.99/1.09	c  0.4s |       3 |     1479 |      585 |     1632      0 |      121 |      226
0.99/1.09	c #cpu_time = 0.355s
0.99/1.09	c #wall_clock_time = 0.356s
0.99/1.09	c #decision = 1479
0.99/1.09	c #random_decision = 2
0.99/1.09	c #conflict = 585
0.99/1.09	c #restart = 3
0.99/1.09	o 253
0.99/1.09	c BCD2: updating upper bound: 260 -> 252
0.99/1.09	c BCD2: 140 <= obj <= 252
0.99/1.09	c BCD2: #cores=19, #unrelaxed=0, #relaxed=522, #hardened=0
0.99/1.09	c BCD2: #sat=2 #unsat=141 bias=141/143
0.99/1.09	c Solving starts ...
0.99/1.09	c ============================[ Search Statistics ]============================
0.99/1.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.09	c =============================================================================
0.99/1.09	c  0.0s |       0 |        0 |        0 |     1632      0 |      121 |      227
1.09/1.14	c  0.0s |       0 |      105 |       30 |     1632      0 |      121 |      227
1.09/1.14	c #cpu_time = 0.043s
1.09/1.14	c #wall_clock_time = 0.043s
1.09/1.14	c #decision = 105
1.09/1.14	c #random_decision = 0
1.09/1.14	c #conflict = 30
1.09/1.14	c #restart = 0
1.09/1.14	o 247
1.09/1.14	c BCD2: updating upper bound: 252 -> 246
1.09/1.14	c BCD2: 140 <= obj <= 246
1.09/1.14	c BCD2: #cores=19, #unrelaxed=0, #relaxed=522, #hardened=0
1.09/1.14	c BCD2: #sat=3 #unsat=141 bias=141/144
1.09/1.14	c Solving starts ...
1.09/1.14	c ============================[ Search Statistics ]============================
1.09/1.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.14	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.14	c =============================================================================
1.09/1.14	c  0.0s |       0 |        0 |        0 |     1632      0 |      121 |      228
1.19/1.22	c  0.1s |       1 |      237 |      100 |     1632      0 |      121 |      228
1.29/1.33	c  0.2s |       2 |      529 |      250 |     1796      0 |      121 |      228
1.39/1.45	c  0.3s |       3 |      906 |      475 |     1796      0 |      121 |      228
1.59/1.65	c  0.5s |       4 |     1457 |      813 |     1796      0 |      121 |      228
1.89/1.90	c  0.8s |       5 |     2203 |     1320 |     1976      0 |      121 |      228
2.29/2.32	c  1.2s |       6 |     3310 |     2081 |     2174      1 |      121 |      228
2.79/2.89	c  1.8s |       6 |     4650 |     2966 |     2174      2 |      121 |      228
2.79/2.89	c #cpu_time = 1.749s
2.79/2.89	c #wall_clock_time = 1.751s
2.79/2.89	c #decision = 4650
2.79/2.89	c #random_decision = 5
2.79/2.89	c #conflict = 2966
2.79/2.89	c #restart = 6
2.79/2.89	c BCD2: relaxing 0 and merging with 7 cores into a new core of size 486: cost of the new core is >=129
2.79/2.89	c lower bound updated to 141
2.79/2.89	c BCD2: 141 <= obj <= 246
2.79/2.89	c BCD2: #cores=13, #unrelaxed=0, #relaxed=522, #hardened=0
2.79/2.89	c BCD2: #sat=3 #unsat=142 bias=142/145
2.79/2.89	c Solving starts ...
2.79/2.89	c ============================[ Search Statistics ]============================
2.79/2.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.89	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.89	c =============================================================================
2.79/2.89	c  0.0s |       0 |        0 |        0 |     2174      0 |      136 |      228
2.88/2.96	c  0.1s |       1 |      221 |      100 |     2174      0 |      136 |      251
2.98/3.07	c  0.2s |       2 |      433 |      250 |     2174      0 |      136 |      251
3.08/3.13	c  0.2s |       2 |      555 |      328 |     2174      0 |      136 |      251
3.08/3.13	c #cpu_time = 0.234s
3.08/3.13	c #wall_clock_time = 0.235s
3.08/3.13	c #decision = 555
3.08/3.13	c #random_decision = 2
3.08/3.13	c #conflict = 328
3.08/3.13	c #restart = 2
3.08/3.13	o 244
3.08/3.13	c BCD2: updating upper bound: 246 -> 243
3.08/3.13	c BCD2: 141 <= obj <= 243
3.08/3.13	c BCD2: #cores=13, #unrelaxed=0, #relaxed=522, #hardened=0
3.08/3.13	c BCD2: #sat=4 #unsat=142 bias=142/146
3.08/3.13	c Solving starts ...
3.08/3.13	c ============================[ Search Statistics ]============================
3.08/3.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.08/3.13	c       |         |          |          |    Limit     GC | Var      | Constra 
3.08/3.13	c =============================================================================
3.08/3.13	c  0.0s |       0 |        0 |        0 |     2174      0 |      136 |      252
3.18/3.20	c  0.1s |       1 |      195 |      100 |     2174      0 |      136 |      252
3.28/3.31	c  0.2s |       2 |      407 |      250 |     2174      0 |      136 |      252
3.38/3.45	c  0.3s |       3 |      738 |      475 |     2392      0 |      136 |      252
3.59/3.67	c  0.5s |       4 |     1216 |      813 |     2392      0 |      136 |      252
3.88/3.95	c  0.8s |       4 |     1872 |     1234 |     2392      0 |      136 |      252
3.88/3.95	c #cpu_time = 0.822s
3.88/3.95	c #wall_clock_time = 0.822s
3.88/3.95	c #decision = 1872
3.88/3.95	c #random_decision = 0
3.88/3.95	c #conflict = 1234
3.88/3.95	c #restart = 4
3.88/3.95	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 489: cost of the new core is >=131
3.88/3.95	c lower bound updated to 142
3.88/3.96	c BCD2: 142 <= obj <= 243
3.88/3.96	c BCD2: #cores=12, #unrelaxed=0, #relaxed=522, #hardened=0
3.88/3.96	c BCD2: #sat=4 #unsat=143 bias=143/147
3.88/3.96	c Solving starts ...
3.88/3.96	c ============================[ Search Statistics ]============================
3.88/3.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.96	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.96	c =============================================================================
3.88/3.96	c  0.0s |       0 |        0 |        0 |     2392      0 |      139 |      252
3.98/4.04	c  0.1s |       1 |      142 |      100 |     2392      0 |      139 |      256
4.08/4.13	c  0.2s |       2 |      343 |      250 |     2392      0 |      139 |      256
4.18/4.30	c  0.3s |       3 |      661 |      475 |     2392      0 |      139 |      256
4.48/4.54	c  0.6s |       4 |     1153 |      813 |     2392      0 |      139 |      256
4.88/4.90	c  0.9s |       5 |     1884 |     1320 |     2392      0 |      139 |      256
4.88/4.94	c  1.0s |       5 |     1937 |     1353 |     2392      1 |      139 |      256
4.88/4.94	c #cpu_time = 0.989s
4.88/4.94	c #wall_clock_time = 0.988s
4.88/4.94	c #decision = 1937
4.88/4.94	c #random_decision = 4
4.88/4.94	c #conflict = 1353
4.88/4.94	c #restart = 5
4.88/4.94	c BCD2: relaxing 0 and merging with 6 cores into a new core of size 504: cost of the new core is >=137
4.88/4.94	c lower bound updated to 143
4.88/4.95	c BCD2: 143 <= obj <= 243
4.88/4.95	c BCD2: #cores=7, #unrelaxed=0, #relaxed=522, #hardened=0
4.88/4.95	c BCD2: #sat=4 #unsat=144 bias=144/148
4.88/4.95	c Solving starts ...
4.88/4.95	c ============================[ Search Statistics ]============================
4.88/4.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.88/4.95	c       |         |          |          |    Limit     GC | Var      | Constra 
4.88/4.95	c =============================================================================
4.88/4.95	c  0.0s |       0 |        0 |        0 |     2392      0 |      145 |      256
4.98/5.02	c  0.1s |       1 |      142 |      100 |     2392      0 |      145 |      262
5.08/5.13	c  0.2s |       2 |      376 |      250 |     2392      0 |      145 |      262
5.18/5.28	c  0.3s |       3 |      696 |      475 |     2632      0 |      145 |      262
5.48/5.50	c  0.6s |       4 |     1189 |      813 |     2632      0 |      145 |      262
5.58/5.69	c  0.7s |       4 |     1529 |     1065 |     2632      0 |      145 |      262
5.58/5.69	c #cpu_time = 0.743s
5.58/5.69	c #wall_clock_time = 0.743s
5.58/5.69	c #decision = 1529
5.58/5.69	c #random_decision = 1
5.58/5.69	c #conflict = 1065
5.58/5.69	c #restart = 4
5.58/5.69	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 507: cost of the new core is >=139
5.58/5.69	c lower bound updated to 144
5.58/5.69	c BCD2: 144 <= obj <= 243
5.58/5.69	c BCD2: #cores=6, #unrelaxed=0, #relaxed=522, #hardened=0
5.58/5.69	c BCD2: #sat=4 #unsat=145 bias=145/149
5.58/5.69	c Solving starts ...
5.58/5.69	c ============================[ Search Statistics ]============================
5.58/5.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.58/5.69	c       |         |          |          |    Limit     GC | Var      | Constra 
5.58/5.69	c =============================================================================
5.58/5.69	c  0.0s |       0 |        0 |        0 |     2632      0 |      147 |      262
5.69/5.77	c  0.1s |       1 |      146 |      100 |     2632      0 |      147 |      264
5.79/5.88	c  0.2s |       2 |      446 |      250 |     2632      0 |      147 |      264
5.98/6.02	c  0.3s |       3 |      782 |      475 |     2632      0 |      147 |      264
6.18/6.26	c  0.6s |       4 |     1280 |      813 |     2632      0 |      147 |      264
6.38/6.45	c  0.8s |       4 |     1563 |     1050 |     2632      0 |      148 |      265
6.38/6.45	c #cpu_time = 0.754s
6.38/6.45	c #wall_clock_time = 0.754s
6.38/6.45	c #decision = 1563
6.38/6.45	c #random_decision = 5
6.38/6.45	c #conflict = 1050
6.38/6.45	c #restart = 4
6.38/6.45	c BCD2: updating lower bound of a core
6.38/6.45	c lower bound updated to 242
6.38/6.45	c BCD2: 242 <= obj <= 243
6.38/6.45	c BCD2: #cores=6, #unrelaxed=0, #relaxed=522, #hardened=0
6.38/6.45	c BCD2: #sat=4 #unsat=146 bias=146/150
6.38/6.45	c Solving starts ...
6.38/6.45	c ============================[ Search Statistics ]============================
6.38/6.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.38/6.45	c       |         |          |          |    Limit     GC | Var      | Constra 
6.38/6.45	c =============================================================================
6.38/6.45	c  0.0s |       0 |        0 |        0 |     2632      0 |      148 |      266
6.48/6.53	c  0.1s |       1 |      160 |      100 |     2632      0 |      148 |      266
6.58/6.65	c  0.2s |       2 |      426 |      250 |     2632      0 |      148 |      266
6.79/6.82	c  0.4s |       3 |      786 |      475 |     2632      0 |      148 |      266
6.98/7.06	c  0.6s |       4 |     1227 |      813 |     2632      0 |      148 |      266
7.38/7.42	c  1.0s |       5 |     1863 |     1320 |     2632      0 |      148 |      266
7.89/7.98	c  1.5s |       6 |     2819 |     2081 |     2632      1 |      148 |      266
8.28/8.35	c  1.9s |       6 |     3516 |     2587 |     2896      1 |      149 |      267
8.28/8.35	c #cpu_time = 1.904s
8.28/8.35	c #wall_clock_time = 1.904s
8.28/8.35	c #decision = 3516
8.28/8.35	c #random_decision = 6
8.28/8.35	c #conflict = 2587
8.28/8.35	c #restart = 6
8.28/8.35	c BCD2: updating lower bound of a core
8.28/8.35	c lower bound updated to 244
8.28/8.36	s OPTIMUM FOUND
8.28/8.36	v x1 -x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10
8.28/8.36	v x11 -x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20
8.28/8.36	v x21 -x22 x23 -x24 x25 -x26 x27 -x28 x29 -x30
8.28/8.36	v x31 -x32 x33 -x34 x35 -x36 x37 -x38 x39 -x40
8.28/8.36	v x41 -x42 x43 -x44 x45 -x46 x47 -x48 x49 -x50
8.28/8.36	v x51 -x52 x53 -x54 x55 -x56 x57 -x58 x59 -x60
8.28/8.36	v x61 -x62 x63 -x64 x65 -x66 x67 -x68 x69 -x70
8.28/8.36	v x71 -x72 -x73 x74 x75 -x76 x77 -x78 x79 -x80
8.28/8.36	v x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90
8.28/8.36	v -x91 x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100
8.28/8.36	v -x101 x102 x103 -x104 x105 -x106 x107 -x108 x109 -x110
8.28/8.36	v x111 -x112 x113 -x114 x115 -x116 x117 -x118 x119 -x120
8.28/8.36	v x121 -x122 x123 -x124 x125 -x126 x127 -x128 -x129 -x130
8.28/8.36	v x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 x139 -x140
8.28/8.36	v x141 -x142 x143 -x144 x145 -x146 x147 -x148 -x149 -x150
8.28/8.36	v x151 -x152 x153 -x154 x155 -x156 x157 -x158 -x159 -x160
8.28/8.36	v x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 x169 -x170
8.28/8.36	v -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 x179 -x180
8.28/8.36	v x181 -x182 -x183 -x184 -x185 x186 x187 -x188 x189 -x190
8.28/8.36	v -x191 -x192 -x193 x194 x195 -x196 x197 -x198 x199 -x200
8.28/8.36	v x201 -x202 -x203 -x204 -x205 -x206 x207 -x208 x209 -x210
8.28/8.36	v -x211 x212 -x213 x214 x215 -x216 x217 -x218 x219 -x220
8.28/8.36	v x221 -x222 x223 -x224 x225 -x226 -x227 -x228 x229 -x230
8.28/8.36	v x231 -x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240
8.28/8.36	v x241 -x242 x243 -x244 x245 -x246 x247 -x248 -x249 -x250
8.28/8.36	v x251 -x252 x253 -x254 x255 -x256 x257 -x258 x259 -x260
8.28/8.36	v -x261 x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270
8.28/8.36	v x271 -x272 x273 -x274 -x275 x276 x277 -x278 x279 -x280
8.28/8.36	v x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290
8.28/8.36	v x291 -x292 x293 -x294 x295 -x296 x297 -x298 x299 -x300
8.28/8.36	v x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310
8.28/8.36	v x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320
8.28/8.36	v x321 -x322 x323 -x324 x325 -x326 x327 -x328 x329 -x330
8.28/8.36	v x331 -x332 x333 -x334 -x335 x336 x337 -x338 x339 -x340
8.28/8.36	v x341 -x342 x343 -x344 x345 -x346 x347 -x348 x349 -x350
8.28/8.36	v x351 -x352 x353 -x354 x355 -x356 x357 -x358 x359 -x360
8.28/8.36	v x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370
8.28/8.36	v x371 -x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380
8.28/8.36	v -x381 x382 x383 -x384 -x385 x386 -x387 x388 x389 -x390
8.28/8.36	v x391 -x392 -x393 x394 -x395 x396 x397 -x398 -x399 x400
8.28/8.36	v -x401 x402 x403 -x404 -x405 x406 -x407 x408 x409 -x410
8.28/8.36	v -x411 x412 -x413 x414 -x415 x416 x417 -x418 -x419 x420
8.28/8.36	v x421 -x422 -x423 x424 -x425 x426 x427 -x428 -x429 x430
8.28/8.36	v -x431 x432 x433 -x434 -x435 x436 -x437 x438 -x439 x440
8.28/8.36	v -x441 x442 x443 -x444 -x445 x446 -x447 x448 x449 -x450
8.28/8.36	v x451 -x452 -x453 x454 -x455 x456 x457 -x458 -x459 x460
8.28/8.36	v -x461 -x462 x463 -x464 -x465 x466 -x467 x468 x469 -x470
8.28/8.36	v -x471 x472 -x473 x474 x475 -x476 -x477 x478 -x479 x480
8.28/8.36	v x481 -x482 -x483 x484 -x485 x486 x487 -x488 -x489 x490
8.28/8.36	v -x491 x492 -x493 x494 -x495 x496 x497 -x498 -x499 x500
8.28/8.36	v -x501 x502 x503 -x504 x505 -x506 -x507 x508 -x509 x510
8.28/8.36	v -x511 x512 -x513 x514 x515 -x516 -x517 x518 x519 -x520
8.28/8.36	v -x521 x522
8.28/8.36	c total CPU time = 8.355s
8.28/8.36	c total wall clock time = 8.360s

Verifier Data

OK	244

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

pid=14973
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.25 2.10 2.02 2/179 14976
/proc/meminfo: memFree=30241300/32872528 swapFree=534252/566956
[pid=14976] ppid=14973 vsize=789948 CPUtime=0 cores=1,3,5,7
/proc/14976/stat : 14976 (toysat) R 14973 14976 10353 0 -1 4202496 2962 0 0 0 0 0 0 0 20 0 4 0 25231872 808906752 2812 33554432000 4194304 16246674 140733202244656 140733202244080 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14976/statm: 198255 2820 441 2943 0 195149 0
[pid=14976/tid=14977] ppid=14973 vsize=808380 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14977/stat : 14977 (toysat) S 14973 14976 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25231872 827781120 2883 33554432000 4194304 16246674 140733202244656 139759983766768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14976/tid=14978] ppid=14973 vsize=812476 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14978/stat : 14978 (toysat) S 14973 14976 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25231872 831975424 2900 33554432000 4194304 16246674 140733202244656 139759973276912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14976/tid=14979] ppid=14973 vsize=816572 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14979/stat : 14979 (toysat) S 14973 14976 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25231872 836169728 2916 33554432000 4194304 16246674 140733202244656 139759962803376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.25 2.10 2.02 2/179 14976
/proc/meminfo: memFree=30241300/32872528 swapFree=534252/566956
[pid=14976] ppid=14973 vsize=1218116 CPUtime=0.08 cores=1,3,5,7
/proc/14976/stat : 14976 (toysat) R 14973 14976 10353 0 -1 4202496 29131 0 0 0 4 4 0 0 20 0 4 0 25231872 1247350784 28970 33554432000 4194304 16246674 140733202244656 140733202244080 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14976/statm: 304529 28985 721 2943 0 301423 0
[pid=14976/tid=14977] ppid=14973 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14977/stat : 14977 (toysat) S 14973 14976 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25231872 1247350784 28997 33554432000 4194304 16246674 140733202244656 139759983766768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14976/tid=14978] ppid=14973 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14978/stat : 14978 (toysat) S 14973 14976 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25231872 1247350784 29009 33554432000 4194304 16246674 140733202244656 139759973276912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14976/tid=14979] ppid=14973 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14979/stat : 14979 (toysat) S 14973 14976 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25231872 1247350784 29020 33554432000 4194304 16246674 140733202244656 139759962803376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200519 s]
/proc/loadavg: 2.25 2.10 2.02 2/179 14976
/proc/meminfo: memFree=30241300/32872528 swapFree=534252/566956
[pid=14976] ppid=14973 vsize=1221188 CPUtime=0.19 cores=1,3,5,7
/proc/14976/stat : 14976 (toysat) R 14973 14976 10353 0 -1 4202496 48900 0 0 0 12 7 0 0 20 0 4 0 25231872 1250496512 48715 33554432000 4194304 16246674 140733202244656 140733202227424 5813995 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14976/statm: 305297 48715 838 2943 0 302191 0
[pid=14976/tid=14977] ppid=14973 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14977/stat : 14977 (toysat) S 14973 14976 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25231872 1250496512 48715 33554432000 4194304 16246674 140733202244656 139759983766768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14976/tid=14978] ppid=14973 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14978/stat : 14978 (toysat) S 14973 14976 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25231872 1250496512 48715 33554432000 4194304 16246674 140733202244656 139759973276912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14976/tid=14979] ppid=14973 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14979/stat : 14979 (toysat) S 14973 14976 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25231872 1250496512 48715 33554432000 4194304 16246674 140733202244656 139759962803376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300382 s]
/proc/loadavg: 2.25 2.10 2.02 2/179 14976
/proc/meminfo: memFree=30241300/32872528 swapFree=534252/566956
[pid=14976] ppid=14973 vsize=1304132 CPUtime=0.29 cores=1,3,5,7
/proc/14976/stat : 14976 (toysat) R 14973 14976 10353 0 -1 4202496 64254 0 0 0 20 9 0 0 20 0 4 0 25231872 1335431168 64069 33554432000 4194304 16246674 140733202244656 140733202227648 5991508 0 0 0 34082818 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14976/statm: 326033 64069 838 2943 0 322927 0
[pid=14976/tid=14977] ppid=14973 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14977/stat : 14977 (toysat) S 14973 14976 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25231872 1335431168 64069 33554432000 4194304 16246674 140733202244656 139759983766768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14976/tid=14978] ppid=14973 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14978/stat : 14978 (toysat) S 14973 14976 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25231872 1335431168 64069 33554432000 4194304 16246674 140733202244656 139759973276912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14976/tid=14979] ppid=14973 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14979/stat : 14979 (toysat) S 14973 14976 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25231872 1335431168 64069 33554432000 4194304 16246674 140733202244656 139759962803376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1304132

[startup+0.700325 s]
/proc/loadavg: 2.25 2.10 2.02 2/179 14976
/proc/meminfo: memFree=30241300/32872528 swapFree=534252/566956
[pid=14976] ppid=14973 vsize=1307204 CPUtime=0.69 cores=1,3,5,7
/proc/14976/stat : 14976 (toysat) R 14973 14976 10353 0 -1 4202496 70423 0 0 0 57 12 0 0 20 0 4 0 25231872 1338576896 70238 33554432000 4194304 16246674 140733202244656 140733202226560 5823131 0 0 0 34082818 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14976/statm: 326801 70238 841 2943 0 323695 0
[pid=14976/tid=14977] ppid=14973 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14977/stat : 14977 (toysat) S 14973 14976 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25231872 1338576896 70238 33554432000 4194304 16246674 140733202244656 139759983766768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14976/tid=14978] ppid=14973 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14978/stat : 14978 (toysat) S 14973 14976 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25231872 1338576896 70238 33554432000 4194304 16246674 140733202244656 139759973276912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14976/tid=14979] ppid=14973 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14979/stat : 14979 (toysat) S 14973 14976 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25231872 1338576896 70238 33554432000 4194304 16246674 140733202244656 139759962803376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204

[startup+1.5005 s]
/proc/loadavg: 2.25 2.10 2.02 3/183 14980
/proc/meminfo: memFree=29478396/32872528 swapFree=534252/566956
[pid=14976] ppid=14973 vsize=1307204 CPUtime=1.49 cores=1,3,5,7
/proc/14976/stat : 14976 (toysat) R 14973 14976 10353 0 -1 4202496 233693 0 0 0 115 34 0 0 20 0 4 0 25231872 1338576896 233508 33554432000 4194304 16246674 140733202244656 140733202227648 12875570 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14976/statm: 326801 233520 841 2943 0 323695 0
[pid=14976/tid=14977] ppid=14973 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14977/stat : 14977 (toysat) S 14973 14976 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25231872 1338576896 233527 33554432000 4194304 16246674 140733202244656 139759983766768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14976/tid=14978] ppid=14973 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14978/stat : 14978 (toysat) S 14973 14976 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25231872 1338576896 233533 33554432000 4194304 16246674 140733202244656 139759973276912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14976/tid=14979] ppid=14973 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14979/stat : 14979 (toysat) S 14973 14976 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25231872 1338576896 233540 33554432000 4194304 16246674 140733202244656 139759962803376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1307204

[startup+3.10038 s]
/proc/loadavg: 2.23 2.10 2.02 3/183 14980
/proc/meminfo: memFree=29170504/32872528 swapFree=534252/566956
[pid=14976] ppid=14973 vsize=1308228 CPUtime=3.08 cores=1,3,5,7
/proc/14976/stat : 14976 (toysat) R 14973 14976 10353 0 -1 4202496 267950 0 0 0 270 38 0 0 20 0 4 0 25231872 1339625472 267765 33554432000 4194304 16246674 140733202244656 140733202227648 5677888 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14976/statm: 327057 267765 843 2943 0 323951 0
[pid=14976/tid=14977] ppid=14973 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14977/stat : 14977 (toysat) S 14973 14976 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25231872 1339625472 267765 33554432000 4194304 16246674 140733202244656 139759983766768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14976/tid=14978] ppid=14973 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14978/stat : 14978 (toysat) S 14973 14976 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25231872 1339625472 267765 33554432000 4194304 16246674 140733202244656 139759973276912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14976/tid=14979] ppid=14973 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14979/stat : 14979 (toysat) S 14973 14976 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25231872 1339625472 267765 33554432000 4194304 16246674 140733202244656 139759962803376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1308228

[startup+6.30043 s]
/proc/loadavg: 2.23 2.10 2.02 3/183 14980
/proc/meminfo: memFree=29170800/32872528 swapFree=534252/566956
[pid=14976] ppid=14973 vsize=1308228 CPUtime=6.28 cores=1,3,5,7
/proc/14976/stat : 14976 (toysat) R 14973 14976 10353 0 -1 4202496 267954 0 0 0 590 38 0 0 20 0 4 0 25231872 1339625472 267769 33554432000 4194304 16246674 140733202244656 140733202226560 5822252 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14976/statm: 327057 267769 847 2943 0 323951 0
[pid=14976/tid=14977] ppid=14973 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14977/stat : 14977 (toysat) S 14973 14976 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25231872 1339625472 267769 33554432000 4194304 16246674 140733202244656 139759983766768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14976/tid=14978] ppid=14973 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14978/stat : 14978 (toysat) S 14973 14976 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25231872 1339625472 267769 33554432000 4194304 16246674 140733202244656 139759973276912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14976/tid=14979] ppid=14973 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14979/stat : 14979 (toysat) S 14973 14976 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25231872 1339625472 267769 33554432000 4194304 16246674 140733202244656 139759962803376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1308228

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14976 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.60041 s]
/proc/loadavg: 2.23 2.10 2.02 3/183 14980
/proc/meminfo: memFree=29170800/32872528 swapFree=534252/566956
[pid=14976] ppid=14973 vsize=1308228 CPUtime=6.58 cores=1,3,5,7
/proc/14976/stat : 14976 (toysat) R 14973 14976 10353 0 -1 4202496 267954 0 0 0 620 38 0 0 20 0 4 0 25231872 1339625472 267769 33554432000 4194304 16246674 140733202244656 140733202226560 6020879 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14976/statm: 327057 267769 847 2943 0 323951 0
[pid=14976/tid=14977] ppid=14973 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14977/stat : 14977 (toysat) S 14973 14976 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25231872 1339625472 267769 33554432000 4194304 16246674 140733202244656 139759983766768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14976/tid=14978] ppid=14973 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14978/stat : 14978 (toysat) S 14973 14976 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25231872 1339625472 267769 33554432000 4194304 16246674 140733202244656 139759973276912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14976/tid=14979] ppid=14973 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14979/stat : 14979 (toysat) S 14973 14976 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25231872 1339625472 267769 33554432000 4194304 16246674 140733202244656 139759962803376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 1308228

[startup+7.40043 s]
/proc/loadavg: 2.21 2.10 2.02 3/183 14980
/proc/meminfo: memFree=29170436/32872528 swapFree=534252/566956
[pid=14976] ppid=14973 vsize=1308228 CPUtime=7.38 cores=1,3,5,7
/proc/14976/stat : 14976 (toysat) R 14973 14976 10353 0 -1 4202496 268143 0 0 0 700 38 0 0 20 0 4 0 25231872 1339625472 267958 33554432000 4194304 16246674 140733202244656 140733202226560 12483222 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14976/statm: 327057 267958 847 2943 0 323951 0
[pid=14976/tid=14977] ppid=14973 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14977/stat : 14977 (toysat) S 14973 14976 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25231872 1339625472 267958 33554432000 4194304 16246674 140733202244656 139759983766768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14976/tid=14978] ppid=14973 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14978/stat : 14978 (toysat) S 14973 14976 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25231872 1339625472 267958 33554432000 4194304 16246674 140733202244656 139759973276912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14976/tid=14979] ppid=14973 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14979/stat : 14979 (toysat) S 14973 14976 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25231872 1339625472 267958 33554432000 4194304 16246674 140733202244656 139759962803376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 1308228

[startup+8.20045 s]
/proc/loadavg: 2.21 2.10 2.02 3/183 14980
/proc/meminfo: memFree=29170436/32872528 swapFree=534252/566956
[pid=14976] ppid=14973 vsize=1308228 CPUtime=8.18 cores=1,3,5,7
/proc/14976/stat : 14976 (toysat) R 14973 14976 10353 0 -1 4202496 268143 0 0 0 780 38 0 0 20 0 4 0 25231872 1339625472 267958 33554432000 4194304 16246674 140733202244656 140733202226560 13943664 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14976/statm: 327057 267958 847 2943 0 323951 0
[pid=14976/tid=14977] ppid=14973 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14977/stat : 14977 (toysat) S 14973 14976 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25231872 1339625472 267958 33554432000 4194304 16246674 140733202244656 139759983766768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14976/tid=14978] ppid=14973 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14978/stat : 14978 (toysat) S 14973 14976 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25231872 1339625472 267958 33554432000 4194304 16246674 140733202244656 139759973276912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14976/tid=14979] ppid=14973 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14976/task/14979/stat : 14979 (toysat) S 14973 14976 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25231872 1339625472 267958 33554432000 4194304 16246674 140733202244656 139759962803376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 1308228

[startup+8.40043 s]
/proc/loadavg: 2.21 2.10 2.02 3/183 14980
/proc/meminfo: memFree=29170436/32872528 swapFree=534252/566956
[pid=14976] ppid=14973 vsize=0 CPUtime=8.38 cores=1,3,5,7
/proc/14976/stat : 14976 (toysat) R 14973 14976 10353 0 -1 4202500 268156 0 0 0 796 42 0 0 20 0 1 0 25231872 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14976/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 8.4214
CPU time (s): 8.41772
CPU user time (s): 7.96979
CPU system time (s): 0.447931
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 1308228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.96979
system time used= 0.447931
maximum resident set size= 1071880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268156
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= 37
involuntary context switches= 50

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024996 second user time and 0.057991 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 08:37:42
IDJOB=4102993
IDBENCH=2204
IDSOLVER=2542
FILE ID=node138/4102993-1466231862
RUNJOBID= node138-1466206053-10370
PBS_JOBID= 19918139
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32b2.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102993-1466231862/watcher-4102993-1466231862 -o /tmp/evaluation-result-4102993-1466231862/solver-4102993-1466231862 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466206053-10370 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4102993-1466231862.opb

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

MD5SUM BENCH= 074c87f3baaaee27cf79610ce4b49729
RANDOM SEED=1017108720

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30241192 kB
Buffers:          114572 kB
Cached:           125356 kB
SwapCached:         1060 kB
Active:          1182332 kB
Inactive:         142484 kB
Active(anon):    1086036 kB
Inactive(anon):     1228 kB
Active(file):      96296 kB
Inactive(file):   141256 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:             16640 kB
Writeback:            24 kB
AnonPages:       1653284 kB
Mapped:            10372 kB
Shmem:                 0 kB
Slab:             604792 kB
SReclaimable:      47920 kB
SUnreclaim:       556872 kB
KernelStack:        1472 kB
PageTables:         7316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1793164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node138 at 2016-06-18 08:37:51