Trace number 4102881

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-02OPT376 4.82027 4.82189

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32b4.opb
MD5SUM86f7a40f10562dbaf52738a8a2410a9b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark376
Best CPU time to get the best result obtained on this benchmark0.298954
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 376
Optimality of the best value was proved YES
Number of variables762
Total number of constraints7299
Number of constraints which are clauses7299
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 762
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 762
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 762
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:35:10+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-4102881-1466231710.opb"]
0.00/0.01	c use --random-gen="1329799573 3001894356 3116403791 2002345818 675535473 3667946247 182354022 3156574912 1403364999 3437352726 4045207930 2705585198 4157093559 1204092511 2897514967 3339273006 1596231072 319796930 2586955365 253774011 1059564743 1747796470 1516020827 4040588414 2421433048 2337188586 958736571 3058247201 380715441 3725469859 2171454741 11476403 2795084079 3159662677 3296121358 476032303 1130880927 1378649835 1006954604 4276433159 2721236245 4028274966 1479362260 1409005853 3423222559 237184572 2485573255 1157828974 123831914 770003411 4212573080 499549491 4249886716 2905794705 2049650336 3784830405 863764707 1768669657 399876333 3769886812 2843825147 2587084868 2790237352 1283103481 4192374150 211305170 924639167 1289134321 3820916436 505826066 922667483 1858558655 362154941 692972974 2739133448 2785374198 1926482118 1173026432 1873269167 922950426 3336358200 3857253815 2062997446 1176974589 3458295524 1247821225 3144820379 561160850 2019397715 84604523 2884509243 1443017253 1323602179 3055662584 3647907314 2140649897 1334104126 886650205 3753352513 1777320975 3527756440 185116702 1779132540 2204180659 46630420 3545251048 3166457887 4016442256 3339247010 706053964 1970413281 4130293881 3348938588 2094675368 1317420178 2738970090 90999386 2770444336 1236547280 2006684817 986002397 1082715727 800996086 1762077284 2930035077 1480926316 3372238949 2686908522 3014965095 2683888293 1767716821 3109183317 2513806587 3998011281 2357918124 400169461 2879235472 2305089257 3192654361 436855948 1904976827 2612224144 2362952957 48574714 541185627 3614853721 768349538 2423606507 225461730 2346031562 273805805 1899938860 1586222353 109639531 3000866612 2477764349 1378708514 3930650700 899433640 671394892 798797791 1955359749 2899137946 1319307498 1729164284 2511024570 3607578133 3717318586 3734541995 4291348135 2127267491 4229893754 3818663092 843260596 1080585267 1938089824 1128511171 3321286439 4264829636 3833324206 2733204548 1052887372 2424525799 2038073248 720167501 75210933 871461729 2728943066 1481799745 2818596061 3661525229 1648419907 3038006941 442232077 1000252735 3989811660 880282062 2209602085 4274027568 1363252059 1365757648 654420063 522025841 168222426 1168051732 3889497071 557979089 4182358272 1894940711 3460586532 1969757296 2647627200 1221565550 3763126286 1767492421 3278092197 462071032 2987770993 3825125687 2905825174 1937579925 3170603545 290568117 4058536787 216217709 2915275171 1404727709 3472440197 1132239280 3806129605 3121472920 134243265 465100339 3293733173 1089018198 2239955877 641553744 3656349916 2918674595 3178000840 4031831009 4122967474 1806930998 2532127530 2626299590 3335419127 3489989005 3631831348 3373031558 3657355485 3410937846 2973193798 2348018229 467348193 2237495003 2486352419 255 362436" option to reproduce the execution
0.09/0.10	c #vars 762
0.09/0.10	c #constraints 7299
0.19/0.21	c BCD2: Hardening is enabled.
0.19/0.21	c BCD2: BiasedSearch is enabled.
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 |     2687      0 |        0 |        0
0.19/0.25	c  0.0s |       0 |      187 |       75 |     2687      0 |        0 |        0
0.19/0.25	c #cpu_time = 0.045s
0.19/0.25	c #wall_clock_time = 0.045s
0.19/0.25	c #decision = 187
0.19/0.25	c #random_decision = 2
0.19/0.25	c #conflict = 75
0.19/0.25	c #restart = 0
0.19/0.25	o 381
0.19/0.25	c BCD2: updating upper bound: 762 -> 380
0.19/0.26	c BCD2: 0 <= obj <= 380
0.19/0.26	c BCD2: #cores=0, #unrelaxed=762, #relaxed=0, #hardened=0
0.19/0.26	c BCD2: #sat=1 #unsat=1 bias=1/2
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 |     2687      0 |        0 |        0
0.19/0.27	c  0.0s |       0 |        4 |        0 |     2687      0 |        0 |        0
0.19/0.27	c #cpu_time = 0.008s
0.19/0.27	c #wall_clock_time = 0.008s
0.19/0.27	c #decision = 4
0.19/0.27	c #random_decision = 0
0.19/0.27	c #conflict = 0
0.19/0.27	c #restart = 0
0.19/0.27	c BCD2: found a new core of size 3: cost of the new core is >=1
0.19/0.27	c lower bound updated to 1
0.19/0.27	c BCD2: 1 <= obj <= 380
0.19/0.27	c BCD2: #cores=1, #unrelaxed=759, #relaxed=3, #hardened=0
0.19/0.27	c BCD2: #sat=1 #unsat=2 bias=2/3
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 |     2687      0 |        0 |        1
0.19/0.28	c  0.0s |       0 |        8 |        3 |     2687      0 |        0 |        1
0.19/0.28	c #cpu_time = 0.009s
0.19/0.28	c #wall_clock_time = 0.009s
0.19/0.28	c #decision = 8
0.19/0.28	c #random_decision = 0
0.19/0.28	c #conflict = 3
0.19/0.28	c #restart = 0
0.19/0.28	c BCD2: found a new core of size 3: cost of the new core is >=1
0.19/0.28	c lower bound updated to 2
0.19/0.28	c BCD2: 2 <= obj <= 380
0.19/0.28	c BCD2: #cores=2, #unrelaxed=756, #relaxed=6, #hardened=0
0.19/0.28	c BCD2: #sat=1 #unsat=3 bias=3/4
0.19/0.28	c Solving starts ...
0.19/0.28	c ============================[ Search Statistics ]============================
0.19/0.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.28	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.28	c =============================================================================
0.19/0.28	c  0.0s |       0 |        0 |        0 |     2687      0 |        0 |        1
0.19/0.28	c  0.0s |       0 |        6 |        1 |     2687      0 |        0 |        1
0.19/0.28	c #cpu_time = 0.008s
0.19/0.28	c #wall_clock_time = 0.008s
0.19/0.28	c #decision = 6
0.19/0.28	c #random_decision = 0
0.19/0.28	c #conflict = 1
0.19/0.28	c #restart = 0
0.19/0.29	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
0.19/0.29	c lower bound updated to 3
0.19/0.29	c BCD2: 3 <= obj <= 380
0.19/0.29	c BCD2: #cores=2, #unrelaxed=754, #relaxed=8, #hardened=0
0.19/0.29	c BCD2: #sat=1 #unsat=4 bias=4/5
0.19/0.29	c Solving starts ...
0.19/0.29	c ============================[ Search Statistics ]============================
0.19/0.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.29	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.29	c =============================================================================
0.19/0.29	c  0.0s |       0 |        0 |        0 |     2687      0 |        1 |        1
0.19/0.29	c  0.0s |       0 |        6 |        1 |     2687      0 |        1 |        2
0.19/0.29	c #cpu_time = 0.009s
0.19/0.29	c #wall_clock_time = 0.009s
0.19/0.29	c #decision = 6
0.19/0.29	c #random_decision = 0
0.19/0.29	c #conflict = 1
0.19/0.29	c #restart = 0
0.19/0.29	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
0.19/0.29	c lower bound updated to 4
0.19/0.29	c BCD2: 4 <= obj <= 380
0.19/0.29	c BCD2: #cores=2, #unrelaxed=751, #relaxed=11, #hardened=0
0.19/0.29	c BCD2: #sat=1 #unsat=5 bias=5/6
0.19/0.30	c Solving starts ...
0.19/0.30	c ============================[ Search Statistics ]============================
0.19/0.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.30	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.30	c =============================================================================
0.19/0.30	c  0.0s |       0 |        0 |        0 |     2687      0 |        2 |        2
0.29/0.30	c  0.0s |       0 |        7 |        0 |     2687      0 |        2 |        3
0.29/0.30	c #cpu_time = 0.008s
0.29/0.30	c #wall_clock_time = 0.008s
0.29/0.30	c #decision = 7
0.29/0.30	c #random_decision = 0
0.29/0.30	c #conflict = 0
0.29/0.30	c #restart = 0
0.29/0.30	c BCD2: found a new core of size 3: cost of the new core is >=1
0.29/0.30	c lower bound updated to 5
0.29/0.30	c BCD2: 5 <= obj <= 380
0.29/0.30	c BCD2: #cores=3, #unrelaxed=748, #relaxed=14, #hardened=0
0.29/0.30	c BCD2: #sat=1 #unsat=6 bias=6/7
0.29/0.30	c Solving starts ...
0.29/0.30	c ============================[ Search Statistics ]============================
0.29/0.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.30	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.30	c =============================================================================
0.29/0.30	c  0.0s |       0 |        0 |        0 |     2687      0 |        2 |        4
0.29/0.31	c  0.0s |       0 |        9 |        1 |     2687      0 |        2 |        4
0.29/0.31	c #cpu_time = 0.008s
0.29/0.31	c #wall_clock_time = 0.008s
0.29/0.31	c #decision = 9
0.29/0.31	c #random_decision = 0
0.29/0.31	c #conflict = 1
0.29/0.31	c #restart = 0
0.29/0.31	c BCD2: found a new core of size 6: cost of the new core is >=1
0.29/0.31	c lower bound updated to 6
0.29/0.31	c BCD2: 6 <= obj <= 380
0.29/0.31	c BCD2: #cores=4, #unrelaxed=742, #relaxed=20, #hardened=0
0.29/0.31	c BCD2: #sat=1 #unsat=7 bias=7/8
0.29/0.31	c Solving starts ...
0.29/0.31	c ============================[ Search Statistics ]============================
0.29/0.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.31	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.31	c =============================================================================
0.29/0.31	c  0.0s |       0 |        0 |        0 |     2687      0 |        2 |        4
0.29/0.32	c  0.0s |       0 |       12 |        0 |     2687      0 |        2 |        4
0.29/0.32	c #cpu_time = 0.009s
0.29/0.32	c #wall_clock_time = 0.009s
0.29/0.32	c #decision = 12
0.29/0.32	c #random_decision = 0
0.29/0.32	c #conflict = 0
0.29/0.32	c #restart = 0
0.29/0.32	c BCD2: found a new core of size 3: cost of the new core is >=1
0.29/0.32	c lower bound updated to 7
0.29/0.32	c BCD2: 7 <= obj <= 380
0.29/0.32	c BCD2: #cores=5, #unrelaxed=739, #relaxed=23, #hardened=0
0.29/0.32	c BCD2: #sat=1 #unsat=8 bias=8/9
0.29/0.32	c Solving starts ...
0.29/0.32	c ============================[ Search Statistics ]============================
0.29/0.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.32	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.32	c =============================================================================
0.29/0.32	c  0.0s |       0 |        0 |        0 |     2687      0 |        2 |        5
0.29/0.33	c  0.0s |       0 |       16 |        0 |     2687      0 |        2 |        5
0.29/0.33	c #cpu_time = 0.008s
0.29/0.33	c #wall_clock_time = 0.008s
0.29/0.33	c #decision = 16
0.29/0.33	c #random_decision = 0
0.29/0.33	c #conflict = 0
0.29/0.33	c #restart = 0
0.29/0.33	c BCD2: found a new core of size 3: cost of the new core is >=1
0.29/0.33	c lower bound updated to 8
0.29/0.33	c BCD2: 8 <= obj <= 380
0.29/0.33	c BCD2: #cores=6, #unrelaxed=736, #relaxed=26, #hardened=0
0.29/0.33	c BCD2: #sat=1 #unsat=9 bias=9/10
0.29/0.33	c Solving starts ...
0.29/0.33	c ============================[ Search Statistics ]============================
0.29/0.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.33	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.33	c =============================================================================
0.29/0.33	c  0.0s |       0 |        0 |        0 |     2687      0 |        2 |        6
0.29/0.34	c  0.0s |       0 |       19 |        1 |     2687      0 |        2 |        6
0.29/0.34	c #cpu_time = 0.008s
0.29/0.34	c #wall_clock_time = 0.008s
0.29/0.34	c #decision = 19
0.29/0.34	c #random_decision = 0
0.29/0.34	c #conflict = 1
0.29/0.34	c #restart = 0
0.29/0.34	c BCD2: found a new core of size 5: cost of the new core is >=1
0.29/0.34	c lower bound updated to 9
0.29/0.34	c BCD2: 9 <= obj <= 380
0.29/0.34	c BCD2: #cores=7, #unrelaxed=731, #relaxed=31, #hardened=0
0.29/0.34	c BCD2: #sat=1 #unsat=10 bias=10/11
0.29/0.34	c Solving starts ...
0.29/0.34	c ============================[ Search Statistics ]============================
0.29/0.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.34	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.34	c =============================================================================
0.29/0.34	c  0.0s |       0 |        0 |        0 |     2687      0 |        2 |        6
0.29/0.35	c  0.0s |       0 |       17 |        2 |     2687      0 |        2 |        6
0.29/0.35	c #cpu_time = 0.008s
0.29/0.35	c #wall_clock_time = 0.008s
0.29/0.35	c #decision = 17
0.29/0.35	c #random_decision = 0
0.29/0.35	c #conflict = 2
0.29/0.35	c #restart = 0
0.29/0.35	c BCD2: found a new core of size 7: cost of the new core is >=1
0.29/0.35	c lower bound updated to 10
0.29/0.37	c BCD2: 10 <= obj <= 380
0.29/0.37	c BCD2: #cores=8, #unrelaxed=724, #relaxed=38, #hardened=0
0.29/0.37	c BCD2: #sat=1 #unsat=11 bias=11/12
0.29/0.37	c Solving starts ...
0.29/0.37	c ============================[ Search Statistics ]============================
0.29/0.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.37	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.37	c =============================================================================
0.29/0.37	c  0.0s |       0 |        0 |        0 |     2687      0 |        2 |        6
0.29/0.37	c  0.0s |       0 |       16 |        0 |     2687      0 |        2 |        6
0.29/0.37	c #cpu_time = 0.004s
0.29/0.37	c #wall_clock_time = 0.004s
0.29/0.37	c #decision = 16
0.29/0.37	c #random_decision = 0
0.29/0.37	c #conflict = 0
0.29/0.37	c #restart = 0
0.29/0.37	c BCD2: found a new core of size 3: cost of the new core is >=1
0.29/0.37	c lower bound updated to 11
0.29/0.37	c BCD2: 11 <= obj <= 380
0.29/0.37	c BCD2: #cores=9, #unrelaxed=721, #relaxed=41, #hardened=0
0.29/0.37	c BCD2: #sat=1 #unsat=12 bias=12/13
0.29/0.37	c Solving starts ...
0.29/0.37	c ============================[ Search Statistics ]============================
0.29/0.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.37	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.37	c =============================================================================
0.29/0.37	c  0.0s |       0 |        0 |        0 |     2687      0 |        2 |        7
0.29/0.38	c  0.0s |       0 |       29 |        2 |     2687      0 |        2 |        7
0.29/0.38	c #cpu_time = 0.004s
0.29/0.38	c #wall_clock_time = 0.004s
0.29/0.38	c #decision = 29
0.29/0.38	c #random_decision = 0
0.29/0.38	c #conflict = 2
0.29/0.38	c #restart = 0
0.29/0.38	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 9: cost of the new core is >=2
0.29/0.38	c lower bound updated to 12
0.29/0.38	c BCD2: 12 <= obj <= 380
0.29/0.38	c BCD2: #cores=9, #unrelaxed=717, #relaxed=45, #hardened=0
0.29/0.38	c BCD2: #sat=1 #unsat=13 bias=13/14
0.29/0.38	c Solving starts ...
0.29/0.38	c ============================[ Search Statistics ]============================
0.29/0.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.38	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.38	c =============================================================================
0.29/0.38	c  0.0s |       0 |        0 |        0 |     2687      0 |        3 |        7
0.29/0.38	c  0.0s |       0 |       20 |        3 |     2687      0 |        3 |        8
0.29/0.38	c #cpu_time = 0.004s
0.29/0.38	c #wall_clock_time = 0.004s
0.29/0.38	c #decision = 20
0.29/0.38	c #random_decision = 0
0.29/0.38	c #conflict = 3
0.29/0.38	c #restart = 0
0.29/0.38	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 11: cost of the new core is >=2
0.29/0.38	c lower bound updated to 13
0.29/0.38	c BCD2: 13 <= obj <= 380
0.29/0.38	c BCD2: #cores=9, #unrelaxed=712, #relaxed=50, #hardened=0
0.29/0.38	c BCD2: #sat=1 #unsat=14 bias=14/15
0.29/0.38	c Solving starts ...
0.29/0.38	c ============================[ Search Statistics ]============================
0.29/0.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.38	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.38	c =============================================================================
0.29/0.38	c  0.0s |       0 |        0 |        0 |     2687      0 |        4 |        8
0.29/0.39	c  0.0s |       0 |       11 |        0 |     2687      0 |        4 |        9
0.29/0.39	c #cpu_time = 0.003s
0.29/0.39	c #wall_clock_time = 0.003s
0.29/0.39	c #decision = 11
0.29/0.39	c #random_decision = 0
0.29/0.39	c #conflict = 0
0.29/0.39	c #restart = 0
0.29/0.39	c BCD2: found a new core of size 3: cost of the new core is >=1
0.29/0.39	c lower bound updated to 14
0.29/0.39	c BCD2: 14 <= obj <= 380
0.29/0.39	c BCD2: #cores=10, #unrelaxed=709, #relaxed=53, #hardened=0
0.29/0.39	c BCD2: #sat=1 #unsat=15 bias=15/16
0.29/0.39	c Solving starts ...
0.29/0.39	c ============================[ Search Statistics ]============================
0.29/0.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.39	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.39	c =============================================================================
0.29/0.39	c  0.0s |       0 |        0 |        0 |     2687      0 |        4 |       10
0.29/0.39	c  0.0s |       0 |       15 |        0 |     2687      0 |        4 |       10
0.29/0.39	c #cpu_time = 0.003s
0.29/0.39	c #wall_clock_time = 0.003s
0.29/0.39	c #decision = 15
0.29/0.39	c #random_decision = 0
0.29/0.39	c #conflict = 0
0.29/0.39	c #restart = 0
0.29/0.39	c BCD2: found a new core of size 3: cost of the new core is >=1
0.29/0.39	c lower bound updated to 15
0.29/0.39	c BCD2: 15 <= obj <= 380
0.29/0.39	c BCD2: #cores=11, #unrelaxed=706, #relaxed=56, #hardened=0
0.29/0.39	c BCD2: #sat=1 #unsat=16 bias=16/17
0.29/0.39	c Solving starts ...
0.29/0.39	c ============================[ Search Statistics ]============================
0.29/0.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.39	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.39	c =============================================================================
0.29/0.39	c  0.0s |       0 |        0 |        0 |     2687      0 |        4 |       11
0.29/0.39	c  0.0s |       0 |       21 |        2 |     2687      0 |        4 |       11
0.29/0.39	c #cpu_time = 0.004s
0.29/0.39	c #wall_clock_time = 0.004s
0.29/0.39	c #decision = 21
0.29/0.39	c #random_decision = 0
0.29/0.39	c #conflict = 2
0.29/0.39	c #restart = 0
0.29/0.39	c BCD2: found a new core of size 6: cost of the new core is >=1
0.29/0.39	c lower bound updated to 16
0.29/0.40	c BCD2: 16 <= obj <= 380
0.29/0.40	c BCD2: #cores=12, #unrelaxed=700, #relaxed=62, #hardened=0
0.29/0.40	c BCD2: #sat=1 #unsat=17 bias=17/18
0.29/0.40	c Solving starts ...
0.29/0.40	c ============================[ Search Statistics ]============================
0.29/0.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.40	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.40	c =============================================================================
0.29/0.40	c  0.0s |       0 |        0 |        0 |     2687      0 |        4 |       11
0.39/0.40	c  0.0s |       0 |       20 |        0 |     2687      0 |        4 |       11
0.39/0.40	c #cpu_time = 0.004s
0.39/0.40	c #wall_clock_time = 0.004s
0.39/0.40	c #decision = 20
0.39/0.40	c #random_decision = 0
0.39/0.40	c #conflict = 0
0.39/0.40	c #restart = 0
0.39/0.40	c BCD2: found a new core of size 3: cost of the new core is >=1
0.39/0.40	c lower bound updated to 17
0.39/0.40	c BCD2: 17 <= obj <= 380
0.39/0.40	c BCD2: #cores=13, #unrelaxed=697, #relaxed=65, #hardened=0
0.39/0.40	c BCD2: #sat=1 #unsat=18 bias=18/19
0.39/0.40	c Solving starts ...
0.39/0.40	c ============================[ Search Statistics ]============================
0.39/0.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.40	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.40	c =============================================================================
0.39/0.40	c  0.0s |       0 |        0 |        0 |     2687      0 |        4 |       12
0.39/0.40	c  0.0s |       0 |       23 |        1 |     2687      0 |        4 |       12
0.39/0.40	c #cpu_time = 0.004s
0.39/0.40	c #wall_clock_time = 0.004s
0.39/0.40	c #decision = 23
0.39/0.40	c #random_decision = 0
0.39/0.40	c #conflict = 1
0.39/0.40	c #restart = 0
0.39/0.40	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 13: cost of the new core is >=3
0.39/0.40	c lower bound updated to 18
0.39/0.40	c BCD2: 18 <= obj <= 380
0.39/0.40	c BCD2: #cores=13, #unrelaxed=693, #relaxed=69, #hardened=0
0.39/0.40	c BCD2: #sat=1 #unsat=19 bias=19/20
0.39/0.40	c Solving starts ...
0.39/0.40	c ============================[ Search Statistics ]============================
0.39/0.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.40	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.40	c =============================================================================
0.39/0.40	c  0.0s |       0 |        0 |        0 |     2687      0 |        5 |       12
0.39/0.41	c  0.0s |       0 |       21 |        2 |     2687      0 |        5 |       13
0.39/0.41	c #cpu_time = 0.004s
0.39/0.41	c #wall_clock_time = 0.004s
0.39/0.41	c #decision = 21
0.39/0.41	c #random_decision = 0
0.39/0.41	c #conflict = 2
0.39/0.41	c #restart = 0
0.39/0.41	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 14: cost of the new core is >=2
0.39/0.41	c lower bound updated to 19
0.39/0.41	c BCD2: 19 <= obj <= 380
0.39/0.41	c BCD2: #cores=13, #unrelaxed=686, #relaxed=76, #hardened=0
0.39/0.41	c BCD2: #sat=1 #unsat=20 bias=20/21
0.39/0.41	c Solving starts ...
0.39/0.41	c ============================[ Search Statistics ]============================
0.39/0.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.41	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.41	c =============================================================================
0.39/0.41	c  0.0s |       0 |        0 |        0 |     2687      0 |        6 |       13
0.39/0.41	c  0.0s |       0 |       20 |        1 |     2687      0 |        6 |       14
0.39/0.41	c #cpu_time = 0.005s
0.39/0.41	c #wall_clock_time = 0.005s
0.39/0.41	c #decision = 20
0.39/0.41	c #random_decision = 0
0.39/0.41	c #conflict = 1
0.39/0.41	c #restart = 0
0.39/0.41	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 23: cost of the new core is >=5
0.39/0.41	c lower bound updated to 20
0.39/0.41	c BCD2: 20 <= obj <= 380
0.39/0.41	c BCD2: #cores=12, #unrelaxed=682, #relaxed=80, #hardened=0
0.39/0.41	c BCD2: #sat=1 #unsat=21 bias=21/22
0.39/0.42	c Solving starts ...
0.39/0.42	c ============================[ Search Statistics ]============================
0.39/0.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.42	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.42	c =============================================================================
0.39/0.42	c  0.0s |       0 |        0 |        0 |     2687      0 |        8 |       14
0.39/0.42	c  0.0s |       0 |       20 |        0 |     2687      0 |        8 |       16
0.39/0.42	c #cpu_time = 0.004s
0.39/0.42	c #wall_clock_time = 0.004s
0.39/0.42	c #decision = 20
0.39/0.42	c #random_decision = 0
0.39/0.42	c #conflict = 0
0.39/0.42	c #restart = 0
0.39/0.42	c BCD2: found a new core of size 3: cost of the new core is >=1
0.39/0.42	c lower bound updated to 21
0.39/0.42	c BCD2: 21 <= obj <= 380
0.39/0.42	c BCD2: #cores=13, #unrelaxed=679, #relaxed=83, #hardened=0
0.39/0.42	c BCD2: #sat=1 #unsat=22 bias=22/23
0.39/0.42	c Solving starts ...
0.39/0.42	c ============================[ Search Statistics ]============================
0.39/0.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.42	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.42	c =============================================================================
0.39/0.42	c  0.0s |       0 |        0 |        0 |     2687      0 |        8 |       17
0.39/0.42	c  0.0s |       0 |       26 |        2 |     2687      0 |        8 |       17
0.39/0.42	c #cpu_time = 0.005s
0.39/0.42	c #wall_clock_time = 0.005s
0.39/0.42	c #decision = 26
0.39/0.42	c #random_decision = 0
0.39/0.42	c #conflict = 2
0.39/0.42	c #restart = 0
0.39/0.42	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 30: cost of the new core is >=6
0.39/0.43	c lower bound updated to 22
0.39/0.43	c BCD2: 22 <= obj <= 380
0.39/0.43	c BCD2: #cores=13, #unrelaxed=672, #relaxed=90, #hardened=0
0.39/0.43	c BCD2: #sat=1 #unsat=23 bias=23/24
0.39/0.43	c Solving starts ...
0.39/0.43	c ============================[ Search Statistics ]============================
0.39/0.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.43	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.43	c =============================================================================
0.39/0.43	c  0.0s |       0 |        0 |        0 |     2687      0 |        9 |       17
0.39/0.43	c  0.0s |       0 |       17 |        0 |     2687      0 |        9 |       18
0.39/0.43	c #cpu_time = 0.003s
0.39/0.43	c #wall_clock_time = 0.003s
0.39/0.43	c #decision = 17
0.39/0.43	c #random_decision = 0
0.39/0.43	c #conflict = 0
0.39/0.43	c #restart = 0
0.39/0.43	c BCD2: found a new core of size 3: cost of the new core is >=1
0.39/0.43	c lower bound updated to 23
0.39/0.43	c BCD2: 23 <= obj <= 380
0.39/0.43	c BCD2: #cores=14, #unrelaxed=669, #relaxed=93, #hardened=0
0.39/0.43	c BCD2: #sat=1 #unsat=24 bias=24/25
0.39/0.43	c Solving starts ...
0.39/0.43	c ============================[ Search Statistics ]============================
0.39/0.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.43	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.43	c =============================================================================
0.39/0.43	c  0.0s |       0 |        0 |        0 |     2687      0 |        9 |       19
0.39/0.43	c  0.0s |       0 |       19 |        0 |     2687      0 |        9 |       19
0.39/0.43	c #cpu_time = 0.003s
0.39/0.43	c #wall_clock_time = 0.004s
0.39/0.43	c #decision = 19
0.39/0.43	c #random_decision = 0
0.39/0.43	c #conflict = 0
0.39/0.43	c #restart = 0
0.39/0.43	c BCD2: found a new core of size 5: cost of the new core is >=1
0.39/0.43	c lower bound updated to 24
0.39/0.43	c BCD2: 24 <= obj <= 380
0.39/0.43	c BCD2: #cores=15, #unrelaxed=664, #relaxed=98, #hardened=0
0.39/0.43	c BCD2: #sat=1 #unsat=25 bias=25/26
0.39/0.43	c Solving starts ...
0.39/0.43	c ============================[ Search Statistics ]============================
0.39/0.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.43	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.43	c =============================================================================
0.39/0.43	c  0.0s |       0 |        0 |        0 |     2687      0 |        9 |       19
0.39/0.44	c  0.0s |       0 |       23 |        0 |     2687      0 |        9 |       19
0.39/0.44	c #cpu_time = 0.004s
0.39/0.44	c #wall_clock_time = 0.004s
0.39/0.44	c #decision = 23
0.39/0.44	c #random_decision = 0
0.39/0.44	c #conflict = 0
0.39/0.44	c #restart = 0
0.39/0.44	c BCD2: found a new core of size 3: cost of the new core is >=1
0.39/0.44	c lower bound updated to 25
0.39/0.44	c BCD2: 25 <= obj <= 380
0.39/0.44	c BCD2: #cores=16, #unrelaxed=661, #relaxed=101, #hardened=0
0.39/0.44	c BCD2: #sat=1 #unsat=26 bias=26/27
0.39/0.44	c Solving starts ...
0.39/0.44	c ============================[ Search Statistics ]============================
0.39/0.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.44	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.44	c =============================================================================
0.39/0.44	c  0.0s |       0 |        0 |        0 |     2687      0 |        9 |       20
0.39/0.44	c  0.0s |       0 |       26 |        1 |     2687      0 |        9 |       20
0.39/0.44	c #cpu_time = 0.003s
0.39/0.44	c #wall_clock_time = 0.003s
0.39/0.44	c #decision = 26
0.39/0.44	c #random_decision = 0
0.39/0.44	c #conflict = 1
0.39/0.44	c #restart = 0
0.39/0.44	c BCD2: found a new core of size 3: cost of the new core is >=1
0.39/0.44	c lower bound updated to 26
0.39/0.44	c BCD2: 26 <= obj <= 380
0.39/0.44	c BCD2: #cores=17, #unrelaxed=658, #relaxed=104, #hardened=0
0.39/0.44	c BCD2: #sat=1 #unsat=27 bias=27/28
0.39/0.44	c Solving starts ...
0.39/0.44	c ============================[ Search Statistics ]============================
0.39/0.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.44	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.44	c =============================================================================
0.39/0.44	c  0.0s |       0 |        0 |        0 |     2687      0 |        9 |       20
0.39/0.45	c  0.0s |       0 |       26 |        2 |     2687      0 |        9 |       20
0.39/0.45	c #cpu_time = 0.004s
0.39/0.45	c #wall_clock_time = 0.004s
0.39/0.45	c #decision = 26
0.39/0.45	c #random_decision = 0
0.39/0.45	c #conflict = 2
0.39/0.45	c #restart = 0
0.39/0.45	c BCD2: found a new core of size 5: cost of the new core is >=1
0.39/0.45	c lower bound updated to 27
0.39/0.46	c BCD2: 27 <= obj <= 380
0.39/0.46	c BCD2: #cores=18, #unrelaxed=653, #relaxed=109, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=28 bias=28/29
0.39/0.46	c Solving starts ...
0.39/0.46	c ============================[ Search Statistics ]============================
0.39/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.46	c =============================================================================
0.39/0.46	c  0.0s |       0 |        0 |        0 |     2687      0 |        9 |       20
0.39/0.46	c  0.0s |       0 |       24 |        1 |     2956      0 |        9 |       20
0.39/0.46	c #cpu_time = 0.005s
0.39/0.46	c #wall_clock_time = 0.005s
0.39/0.46	c #decision = 24
0.39/0.46	c #random_decision = 0
0.39/0.46	c #conflict = 1
0.39/0.46	c #restart = 0
0.39/0.46	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 8: cost of the new core is >=2
0.39/0.46	c lower bound updated to 28
0.39/0.46	c BCD2: 28 <= obj <= 380
0.39/0.46	c BCD2: #cores=18, #unrelaxed=650, #relaxed=112, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=29 bias=29/30
0.39/0.46	c Solving starts ...
0.39/0.46	c ============================[ Search Statistics ]============================
0.39/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.46	c =============================================================================
0.39/0.46	c  0.0s |       0 |        0 |        0 |     2956      0 |       10 |       20
0.39/0.47	c  0.0s |       0 |       24 |        0 |     2956      0 |       10 |       21
0.39/0.47	c #cpu_time = 0.004s
0.39/0.47	c #wall_clock_time = 0.004s
0.39/0.47	c #decision = 24
0.39/0.47	c #random_decision = 0
0.39/0.47	c #conflict = 0
0.39/0.47	c #restart = 0
0.39/0.47	c BCD2: found a new core of size 3: cost of the new core is >=1
0.39/0.47	c lower bound updated to 29
0.39/0.47	c BCD2: 29 <= obj <= 380
0.39/0.47	c BCD2: #cores=19, #unrelaxed=647, #relaxed=115, #hardened=0
0.39/0.47	c BCD2: #sat=1 #unsat=30 bias=30/31
0.39/0.47	c Solving starts ...
0.39/0.47	c ============================[ Search Statistics ]============================
0.39/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.47	c =============================================================================
0.39/0.47	c  0.0s |       0 |        0 |        0 |     2956      0 |       10 |       22
0.39/0.47	c  0.0s |       0 |       30 |        1 |     2956      0 |       10 |       22
0.39/0.47	c #cpu_time = 0.004s
0.39/0.47	c #wall_clock_time = 0.004s
0.39/0.47	c #decision = 30
0.39/0.47	c #random_decision = 0
0.39/0.47	c #conflict = 1
0.39/0.47	c #restart = 0
0.39/0.47	c BCD2: found a new core of size 4: cost of the new core is >=1
0.39/0.47	c lower bound updated to 30
0.39/0.47	c BCD2: 30 <= obj <= 380
0.39/0.47	c BCD2: #cores=20, #unrelaxed=643, #relaxed=119, #hardened=0
0.39/0.47	c BCD2: #sat=1 #unsat=31 bias=31/32
0.39/0.47	c Solving starts ...
0.39/0.47	c ============================[ Search Statistics ]============================
0.39/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.47	c =============================================================================
0.39/0.47	c  0.0s |       0 |        0 |        0 |     2956      0 |       10 |       22
0.39/0.48	c  0.0s |       0 |       31 |        1 |     2956      0 |       10 |       22
0.39/0.48	c #cpu_time = 0.005s
0.39/0.48	c #wall_clock_time = 0.005s
0.39/0.48	c #decision = 31
0.39/0.48	c #random_decision = 0
0.39/0.48	c #conflict = 1
0.39/0.48	c #restart = 0
0.39/0.48	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
0.39/0.48	c lower bound updated to 31
0.39/0.48	c BCD2: 31 <= obj <= 380
0.39/0.48	c BCD2: #cores=20, #unrelaxed=640, #relaxed=122, #hardened=0
0.39/0.48	c BCD2: #sat=1 #unsat=32 bias=32/33
0.39/0.48	c Solving starts ...
0.39/0.48	c ============================[ Search Statistics ]============================
0.39/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.48	c =============================================================================
0.39/0.48	c  0.0s |       0 |        0 |        0 |     2956      0 |       11 |       22
0.39/0.48	c  0.0s |       0 |       30 |        1 |     2956      0 |       11 |       23
0.39/0.48	c #cpu_time = 0.005s
0.39/0.48	c #wall_clock_time = 0.005s
0.39/0.48	c #decision = 30
0.39/0.48	c #random_decision = 0
0.39/0.48	c #conflict = 1
0.39/0.48	c #restart = 0
0.39/0.48	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 11: cost of the new core is >=3
0.39/0.48	c lower bound updated to 32
0.39/0.48	c BCD2: 32 <= obj <= 380
0.39/0.48	c BCD2: #cores=20, #unrelaxed=637, #relaxed=125, #hardened=0
0.39/0.48	c BCD2: #sat=1 #unsat=33 bias=33/34
0.39/0.48	c Solving starts ...
0.39/0.48	c ============================[ Search Statistics ]============================
0.39/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.48	c =============================================================================
0.39/0.48	c  0.0s |       0 |        0 |        0 |     2956      0 |       12 |       23
0.39/0.49	c  0.0s |       0 |       25 |        0 |     2956      0 |       12 |       24
0.39/0.49	c #cpu_time = 0.004s
0.39/0.49	c #wall_clock_time = 0.004s
0.39/0.49	c #decision = 25
0.39/0.49	c #random_decision = 0
0.39/0.49	c #conflict = 0
0.39/0.49	c #restart = 0
0.39/0.49	c BCD2: found a new core of size 3: cost of the new core is >=1
0.39/0.49	c lower bound updated to 33
0.39/0.49	c BCD2: 33 <= obj <= 380
0.39/0.49	c BCD2: #cores=21, #unrelaxed=634, #relaxed=128, #hardened=0
0.39/0.49	c BCD2: #sat=1 #unsat=34 bias=34/35
0.39/0.49	c Solving starts ...
0.39/0.49	c ============================[ Search Statistics ]============================
0.39/0.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.49	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.49	c =============================================================================
0.39/0.49	c  0.0s |       0 |        0 |        0 |     2956      0 |       12 |       25
0.39/0.49	c  0.0s |       0 |       42 |        2 |     2956      0 |       12 |       25
0.39/0.49	c #cpu_time = 0.005s
0.39/0.49	c #wall_clock_time = 0.005s
0.39/0.49	c #decision = 42
0.39/0.49	c #random_decision = 0
0.39/0.49	c #conflict = 2
0.39/0.49	c #restart = 0
0.39/0.49	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=2
0.39/0.49	c lower bound updated to 34
0.39/0.49	c BCD2: 34 <= obj <= 380
0.39/0.49	c BCD2: #cores=21, #unrelaxed=630, #relaxed=132, #hardened=0
0.39/0.49	c BCD2: #sat=1 #unsat=35 bias=35/36
0.39/0.49	c Solving starts ...
0.39/0.49	c ============================[ Search Statistics ]============================
0.39/0.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.49	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.49	c =============================================================================
0.39/0.49	c  0.0s |       0 |        0 |        0 |     2956      0 |       13 |       25
0.49/0.50	c  0.0s |       0 |       31 |        0 |     2956      0 |       13 |       26
0.49/0.50	c #cpu_time = 0.004s
0.49/0.50	c #wall_clock_time = 0.004s
0.49/0.50	c #decision = 31
0.49/0.50	c #random_decision = 0
0.49/0.50	c #conflict = 0
0.49/0.50	c #restart = 0
0.49/0.50	c BCD2: found a new core of size 3: cost of the new core is >=1
0.49/0.50	c lower bound updated to 35
0.49/0.50	c BCD2: 35 <= obj <= 380
0.49/0.50	c BCD2: #cores=22, #unrelaxed=627, #relaxed=135, #hardened=0
0.49/0.50	c BCD2: #sat=1 #unsat=36 bias=36/37
0.49/0.50	c Solving starts ...
0.49/0.50	c ============================[ Search Statistics ]============================
0.49/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.50	c =============================================================================
0.49/0.50	c  0.0s |       0 |        0 |        0 |     2956      0 |       13 |       27
0.49/0.50	c  0.0s |       0 |       33 |        2 |     2956      0 |       13 |       27
0.49/0.50	c #cpu_time = 0.005s
0.49/0.50	c #wall_clock_time = 0.005s
0.49/0.50	c #decision = 33
0.49/0.50	c #random_decision = 0
0.49/0.50	c #conflict = 2
0.49/0.50	c #restart = 0
0.49/0.50	c BCD2: found a new core of size 9: cost of the new core is >=1
0.49/0.50	c lower bound updated to 36
0.49/0.50	c BCD2: 36 <= obj <= 380
0.49/0.50	c BCD2: #cores=23, #unrelaxed=618, #relaxed=144, #hardened=0
0.49/0.50	c BCD2: #sat=1 #unsat=37 bias=37/38
0.49/0.50	c Solving starts ...
0.49/0.50	c ============================[ Search Statistics ]============================
0.49/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.50	c =============================================================================
0.49/0.50	c  0.0s |       0 |        0 |        0 |     2956      0 |       13 |       27
0.49/0.51	c  0.0s |       0 |       27 |        0 |     2956      0 |       13 |       27
0.49/0.51	c #cpu_time = 0.004s
0.49/0.51	c #wall_clock_time = 0.004s
0.49/0.51	c #decision = 27
0.49/0.51	c #random_decision = 0
0.49/0.51	c #conflict = 0
0.49/0.51	c #restart = 0
0.49/0.51	c BCD2: found a new core of size 3: cost of the new core is >=1
0.49/0.51	c lower bound updated to 37
0.49/0.51	c BCD2: 37 <= obj <= 380
0.49/0.51	c BCD2: #cores=24, #unrelaxed=615, #relaxed=147, #hardened=0
0.49/0.51	c BCD2: #sat=1 #unsat=38 bias=38/39
0.49/0.51	c Solving starts ...
0.49/0.51	c ============================[ Search Statistics ]============================
0.49/0.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.51	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.51	c =============================================================================
0.49/0.51	c  0.0s |       0 |        0 |        0 |     2956      0 |       13 |       28
0.49/0.51	c  0.0s |       0 |       31 |        0 |     2956      0 |       13 |       28
0.49/0.51	c #cpu_time = 0.004s
0.49/0.51	c #wall_clock_time = 0.004s
0.49/0.51	c #decision = 31
0.49/0.51	c #random_decision = 0
0.49/0.51	c #conflict = 0
0.49/0.51	c #restart = 0
0.49/0.51	c BCD2: found a new core of size 3: cost of the new core is >=1
0.49/0.51	c lower bound updated to 38
0.49/0.51	c BCD2: 38 <= obj <= 380
0.49/0.51	c BCD2: #cores=25, #unrelaxed=612, #relaxed=150, #hardened=0
0.49/0.51	c BCD2: #sat=1 #unsat=39 bias=39/40
0.49/0.51	c Solving starts ...
0.49/0.51	c ============================[ Search Statistics ]============================
0.49/0.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.51	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.51	c =============================================================================
0.49/0.51	c  0.0s |       0 |        0 |        0 |     2956      0 |       13 |       29
0.49/0.52	c  0.0s |       0 |       37 |        2 |     2956      0 |       13 |       29
0.49/0.52	c #cpu_time = 0.004s
0.49/0.52	c #wall_clock_time = 0.004s
0.49/0.52	c #decision = 37
0.49/0.52	c #random_decision = 0
0.49/0.52	c #conflict = 2
0.49/0.52	c #restart = 0
0.49/0.52	c BCD2: found a new core of size 5: cost of the new core is >=1
0.49/0.52	c lower bound updated to 39
0.49/0.52	c BCD2: 39 <= obj <= 380
0.49/0.52	c BCD2: #cores=26, #unrelaxed=607, #relaxed=155, #hardened=0
0.49/0.52	c BCD2: #sat=1 #unsat=40 bias=40/41
0.49/0.52	c Solving starts ...
0.49/0.52	c ============================[ Search Statistics ]============================
0.49/0.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.52	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.52	c =============================================================================
0.49/0.52	c  0.0s |       0 |        0 |        0 |     2956      0 |       13 |       29
0.49/0.52	c  0.0s |       0 |       34 |        1 |     2956      0 |       13 |       29
0.49/0.52	c #cpu_time = 0.004s
0.49/0.52	c #wall_clock_time = 0.004s
0.49/0.52	c #decision = 34
0.49/0.52	c #random_decision = 0
0.49/0.52	c #conflict = 1
0.49/0.52	c #restart = 0
0.49/0.52	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 8: cost of the new core is >=2
0.49/0.52	c lower bound updated to 40
0.49/0.52	c BCD2: 40 <= obj <= 380
0.49/0.52	c BCD2: #cores=26, #unrelaxed=604, #relaxed=158, #hardened=0
0.49/0.52	c BCD2: #sat=1 #unsat=41 bias=41/42
0.49/0.52	c Solving starts ...
0.49/0.52	c ============================[ Search Statistics ]============================
0.49/0.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.52	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.52	c =============================================================================
0.49/0.53	c  0.0s |       0 |        0 |        0 |     2956      0 |       14 |       29
0.49/0.53	c  0.0s |       0 |       32 |        1 |     2956      0 |       14 |       30
0.49/0.53	c #cpu_time = 0.004s
0.49/0.53	c #wall_clock_time = 0.004s
0.49/0.53	c #decision = 32
0.49/0.53	c #random_decision = 0
0.49/0.53	c #conflict = 1
0.49/0.53	c #restart = 0
0.49/0.53	c BCD2: found a new core of size 3: cost of the new core is >=1
0.49/0.53	c lower bound updated to 41
0.49/0.53	c BCD2: 41 <= obj <= 380
0.49/0.53	c BCD2: #cores=27, #unrelaxed=601, #relaxed=161, #hardened=0
0.49/0.53	c BCD2: #sat=1 #unsat=42 bias=42/43
0.49/0.53	c Solving starts ...
0.49/0.53	c ============================[ Search Statistics ]============================
0.49/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.53	c =============================================================================
0.49/0.53	c  0.0s |       0 |        0 |        0 |     2956      0 |       14 |       30
0.49/0.53	c  0.0s |       0 |       32 |        0 |     2956      0 |       14 |       30
0.49/0.53	c #cpu_time = 0.004s
0.49/0.53	c #wall_clock_time = 0.004s
0.49/0.53	c #decision = 32
0.49/0.53	c #random_decision = 0
0.49/0.53	c #conflict = 0
0.49/0.53	c #restart = 0
0.49/0.53	c BCD2: found a new core of size 3: cost of the new core is >=1
0.49/0.53	c lower bound updated to 42
0.49/0.53	c BCD2: 42 <= obj <= 380
0.49/0.53	c BCD2: #cores=28, #unrelaxed=598, #relaxed=164, #hardened=0
0.49/0.53	c BCD2: #sat=1 #unsat=43 bias=43/44
0.49/0.54	c Solving starts ...
0.49/0.54	c ============================[ Search Statistics ]============================
0.49/0.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.54	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.54	c =============================================================================
0.49/0.54	c  0.0s |       0 |        0 |        0 |     2956      0 |       14 |       31
0.49/0.54	c  0.0s |       0 |       36 |        0 |     2956      0 |       14 |       31
0.49/0.54	c #cpu_time = 0.004s
0.49/0.54	c #wall_clock_time = 0.004s
0.49/0.54	c #decision = 36
0.49/0.54	c #random_decision = 0
0.49/0.54	c #conflict = 0
0.49/0.54	c #restart = 0
0.49/0.54	c BCD2: found a new core of size 3: cost of the new core is >=1
0.49/0.54	c lower bound updated to 43
0.49/0.54	c BCD2: 43 <= obj <= 380
0.49/0.54	c BCD2: #cores=29, #unrelaxed=595, #relaxed=167, #hardened=0
0.49/0.54	c BCD2: #sat=1 #unsat=44 bias=44/45
0.49/0.54	c Solving starts ...
0.49/0.54	c ============================[ Search Statistics ]============================
0.49/0.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.54	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.54	c =============================================================================
0.49/0.54	c  0.0s |       0 |        0 |        0 |     2956      0 |       14 |       32
0.49/0.55	c  0.0s |       0 |       48 |        2 |     2956      0 |       14 |       32
0.49/0.55	c #cpu_time = 0.005s
0.49/0.55	c #wall_clock_time = 0.005s
0.49/0.55	c #decision = 48
0.49/0.55	c #random_decision = 0
0.49/0.55	c #conflict = 2
0.49/0.55	c #restart = 0
0.49/0.55	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 17: cost of the new core is >=4
0.49/0.55	c lower bound updated to 44
0.49/0.55	c BCD2: 44 <= obj <= 380
0.49/0.55	c BCD2: #cores=28, #unrelaxed=591, #relaxed=171, #hardened=0
0.49/0.55	c BCD2: #sat=1 #unsat=45 bias=45/46
0.49/0.55	c Solving starts ...
0.49/0.55	c ============================[ Search Statistics ]============================
0.49/0.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.55	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.55	c =============================================================================
0.49/0.56	c  0.0s |       0 |        0 |        0 |     2956      0 |       16 |       32
0.49/0.56	c  0.0s |       0 |       35 |        0 |     2956      0 |       16 |       34
0.49/0.56	c #cpu_time = 0.004s
0.49/0.56	c #wall_clock_time = 0.004s
0.49/0.56	c #decision = 35
0.49/0.56	c #random_decision = 0
0.49/0.56	c #conflict = 0
0.49/0.56	c #restart = 0
0.49/0.56	c BCD2: found a new core of size 3: cost of the new core is >=1
0.49/0.56	c lower bound updated to 45
0.49/0.56	c BCD2: 45 <= obj <= 380
0.49/0.56	c BCD2: #cores=29, #unrelaxed=588, #relaxed=174, #hardened=0
0.49/0.56	c BCD2: #sat=1 #unsat=46 bias=46/47
0.49/0.56	c Solving starts ...
0.49/0.56	c ============================[ Search Statistics ]============================
0.49/0.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.56	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.56	c =============================================================================
0.49/0.56	c  0.0s |       0 |        0 |        0 |     2956      0 |       16 |       35
0.49/0.56	c  0.0s |       0 |       38 |        1 |     2956      0 |       16 |       35
0.49/0.56	c #cpu_time = 0.004s
0.49/0.56	c #wall_clock_time = 0.004s
0.49/0.56	c #decision = 38
0.49/0.56	c #random_decision = 0
0.49/0.56	c #conflict = 1
0.49/0.56	c #restart = 0
0.49/0.56	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
0.49/0.56	c lower bound updated to 46
0.49/0.57	c BCD2: 46 <= obj <= 380
0.49/0.57	c BCD2: #cores=29, #unrelaxed=585, #relaxed=177, #hardened=0
0.49/0.57	c BCD2: #sat=1 #unsat=47 bias=47/48
0.49/0.57	c Solving starts ...
0.49/0.57	c ============================[ Search Statistics ]============================
0.49/0.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.57	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.57	c =============================================================================
0.49/0.57	c  0.0s |       0 |        0 |        0 |     2956      0 |       17 |       35
0.49/0.57	c  0.0s |       0 |       37 |        1 |     2956      0 |       17 |       36
0.49/0.57	c #cpu_time = 0.004s
0.49/0.57	c #wall_clock_time = 0.004s
0.49/0.57	c #decision = 37
0.49/0.57	c #random_decision = 0
0.49/0.57	c #conflict = 1
0.49/0.57	c #restart = 0
0.49/0.57	c BCD2: found a new core of size 4: cost of the new core is >=1
0.49/0.57	c lower bound updated to 47
0.49/0.57	c BCD2: 47 <= obj <= 380
0.49/0.57	c BCD2: #cores=30, #unrelaxed=581, #relaxed=181, #hardened=0
0.49/0.57	c BCD2: #sat=1 #unsat=48 bias=48/49
0.49/0.57	c Solving starts ...
0.49/0.57	c ============================[ Search Statistics ]============================
0.49/0.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.57	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.57	c =============================================================================
0.49/0.57	c  0.0s |       0 |        0 |        0 |     2956      0 |       17 |       36
0.49/0.57	c  0.0s |       0 |       33 |        0 |     2956      0 |       17 |       36
0.49/0.57	c #cpu_time = 0.004s
0.49/0.57	c #wall_clock_time = 0.004s
0.49/0.57	c #decision = 33
0.49/0.57	c #random_decision = 0
0.49/0.57	c #conflict = 0
0.49/0.57	c #restart = 0
0.49/0.57	c BCD2: found a new core of size 3: cost of the new core is >=1
0.49/0.57	c lower bound updated to 48
0.49/0.58	c BCD2: 48 <= obj <= 380
0.49/0.58	c BCD2: #cores=31, #unrelaxed=578, #relaxed=184, #hardened=0
0.49/0.58	c BCD2: #sat=1 #unsat=49 bias=49/50
0.49/0.58	c Solving starts ...
0.49/0.58	c ============================[ Search Statistics ]============================
0.49/0.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.58	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.58	c =============================================================================
0.49/0.58	c  0.0s |       0 |        0 |        0 |     2956      0 |       17 |       37
0.49/0.58	c  0.0s |       0 |       39 |        1 |     2956      0 |       17 |       37
0.49/0.58	c #cpu_time = 0.004s
0.49/0.58	c #wall_clock_time = 0.004s
0.49/0.58	c #decision = 39
0.49/0.58	c #random_decision = 0
0.49/0.58	c #conflict = 1
0.49/0.58	c #restart = 0
0.49/0.58	c BCD2: found a new core of size 4: cost of the new core is >=1
0.49/0.58	c lower bound updated to 49
0.49/0.58	c BCD2: 49 <= obj <= 380
0.49/0.58	c BCD2: #cores=32, #unrelaxed=574, #relaxed=188, #hardened=0
0.49/0.58	c BCD2: #sat=1 #unsat=50 bias=50/51
0.49/0.58	c Solving starts ...
0.49/0.58	c ============================[ Search Statistics ]============================
0.49/0.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.58	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.58	c =============================================================================
0.49/0.58	c  0.0s |       0 |        0 |        0 |     2956      0 |       17 |       37
0.49/0.58	c  0.0s |       0 |       40 |        0 |     2956      0 |       17 |       37
0.49/0.58	c #cpu_time = 0.004s
0.49/0.58	c #wall_clock_time = 0.004s
0.49/0.58	c #decision = 40
0.49/0.58	c #random_decision = 0
0.49/0.58	c #conflict = 0
0.49/0.58	c #restart = 0
0.49/0.58	c BCD2: found a new core of size 3: cost of the new core is >=1
0.49/0.58	c lower bound updated to 50
0.49/0.59	c BCD2: 50 <= obj <= 380
0.49/0.59	c BCD2: #cores=33, #unrelaxed=571, #relaxed=191, #hardened=0
0.49/0.59	c BCD2: #sat=1 #unsat=51 bias=51/52
0.49/0.59	c Solving starts ...
0.49/0.59	c ============================[ Search Statistics ]============================
0.49/0.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.59	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.59	c =============================================================================
0.49/0.59	c  0.0s |       0 |        0 |        0 |     2956      0 |       17 |       38
0.49/0.59	c  0.0s |       0 |       61 |        4 |     2956      0 |       17 |       38
0.49/0.59	c #cpu_time = 0.006s
0.49/0.59	c #wall_clock_time = 0.006s
0.49/0.59	c #decision = 61
0.49/0.59	c #random_decision = 0
0.49/0.59	c #conflict = 4
0.49/0.59	c #restart = 0
0.49/0.59	c BCD2: relaxing 6 and merging with 2 cores into a new core of size 14: cost of the new core is >=3
0.49/0.59	c lower bound updated to 51
0.49/0.59	c BCD2: 51 <= obj <= 380
0.49/0.59	c BCD2: #cores=32, #unrelaxed=565, #relaxed=197, #hardened=0
0.49/0.59	c BCD2: #sat=1 #unsat=52 bias=52/53
0.49/0.59	c Solving starts ...
0.49/0.59	c ============================[ Search Statistics ]============================
0.49/0.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.59	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.59	c =============================================================================
0.49/0.59	c  0.0s |       0 |        0 |        0 |     2956      0 |       19 |       38
0.59/0.60	c  0.0s |       0 |       37 |        0 |     2956      0 |       19 |       40
0.59/0.60	c #cpu_time = 0.004s
0.59/0.60	c #wall_clock_time = 0.004s
0.59/0.60	c #decision = 37
0.59/0.60	c #random_decision = 0
0.59/0.60	c #conflict = 0
0.59/0.60	c #restart = 0
0.59/0.60	c BCD2: found a new core of size 3: cost of the new core is >=1
0.59/0.60	c lower bound updated to 52
0.59/0.60	c BCD2: 52 <= obj <= 380
0.59/0.60	c BCD2: #cores=33, #unrelaxed=562, #relaxed=200, #hardened=0
0.59/0.60	c BCD2: #sat=1 #unsat=53 bias=53/54
0.59/0.60	c Solving starts ...
0.59/0.60	c ============================[ Search Statistics ]============================
0.59/0.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.60	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.60	c =============================================================================
0.59/0.60	c  0.0s |       0 |        0 |        0 |     2956      0 |       19 |       41
0.59/0.60	c  0.0s |       0 |       60 |        2 |     2956      0 |       19 |       41
0.59/0.60	c #cpu_time = 0.005s
0.59/0.60	c #wall_clock_time = 0.005s
0.59/0.60	c #decision = 60
0.59/0.60	c #random_decision = 0
0.59/0.60	c #conflict = 2
0.59/0.60	c #restart = 0
0.59/0.60	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 12: cost of the new core is >=3
0.59/0.60	c lower bound updated to 53
0.59/0.60	c BCD2: 53 <= obj <= 380
0.59/0.60	c BCD2: #cores=33, #unrelaxed=558, #relaxed=204, #hardened=0
0.59/0.60	c BCD2: #sat=1 #unsat=54 bias=54/55
0.59/0.60	c Solving starts ...
0.59/0.60	c ============================[ Search Statistics ]============================
0.59/0.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.60	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.60	c =============================================================================
0.59/0.60	c  0.0s |       0 |        0 |        0 |     2956      0 |       20 |       41
0.59/0.61	c  0.0s |       0 |       43 |        1 |     2956      0 |       20 |       42
0.59/0.61	c #cpu_time = 0.005s
0.59/0.61	c #wall_clock_time = 0.005s
0.59/0.61	c #decision = 43
0.59/0.61	c #random_decision = 0
0.59/0.61	c #conflict = 1
0.59/0.61	c #restart = 0
0.59/0.61	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 9: cost of the new core is >=3
0.59/0.61	c lower bound updated to 54
0.59/0.61	c BCD2: 54 <= obj <= 380
0.59/0.61	c BCD2: #cores=33, #unrelaxed=555, #relaxed=207, #hardened=0
0.59/0.61	c BCD2: #sat=1 #unsat=55 bias=55/56
0.59/0.61	c Solving starts ...
0.59/0.61	c ============================[ Search Statistics ]============================
0.59/0.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.61	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.61	c =============================================================================
0.59/0.61	c  0.0s |       0 |        0 |        0 |     2956      0 |       21 |       42
0.59/0.61	c  0.0s |       0 |       42 |        1 |     2956      0 |       21 |       43
0.59/0.61	c #cpu_time = 0.005s
0.59/0.61	c #wall_clock_time = 0.005s
0.59/0.61	c #decision = 42
0.59/0.61	c #random_decision = 0
0.59/0.61	c #conflict = 1
0.59/0.61	c #restart = 0
0.59/0.61	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 14: cost of the new core is >=4
0.59/0.61	c lower bound updated to 55
0.59/0.61	c BCD2: 55 <= obj <= 380
0.59/0.61	c BCD2: #cores=33, #unrelaxed=552, #relaxed=210, #hardened=0
0.59/0.61	c BCD2: #sat=1 #unsat=56 bias=56/57
0.59/0.61	c Solving starts ...
0.59/0.61	c ============================[ Search Statistics ]============================
0.59/0.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.61	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.61	c =============================================================================
0.59/0.61	c  0.0s |       0 |        0 |        0 |     2956      0 |       22 |       43
0.59/0.62	c  0.0s |       0 |       37 |        0 |     2956      0 |       22 |       44
0.59/0.62	c #cpu_time = 0.004s
0.59/0.62	c #wall_clock_time = 0.004s
0.59/0.62	c #decision = 37
0.59/0.62	c #random_decision = 0
0.59/0.62	c #conflict = 0
0.59/0.62	c #restart = 0
0.59/0.62	c BCD2: found a new core of size 3: cost of the new core is >=1
0.59/0.62	c lower bound updated to 56
0.59/0.62	c BCD2: 56 <= obj <= 380
0.59/0.62	c BCD2: #cores=34, #unrelaxed=549, #relaxed=213, #hardened=0
0.59/0.62	c BCD2: #sat=1 #unsat=57 bias=57/58
0.59/0.62	c Solving starts ...
0.59/0.62	c ============================[ Search Statistics ]============================
0.59/0.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.62	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.62	c =============================================================================
0.59/0.62	c  0.0s |       0 |        0 |        0 |     2956      0 |       22 |       45
0.59/0.62	c  0.0s |       0 |       43 |        1 |     2956      0 |       22 |       45
0.59/0.62	c #cpu_time = 0.004s
0.59/0.62	c #wall_clock_time = 0.004s
0.59/0.62	c #decision = 43
0.59/0.62	c #random_decision = 0
0.59/0.62	c #conflict = 1
0.59/0.62	c #restart = 0
0.59/0.62	c BCD2: found a new core of size 4: cost of the new core is >=1
0.59/0.62	c lower bound updated to 57
0.59/0.62	c BCD2: 57 <= obj <= 380
0.59/0.62	c BCD2: #cores=35, #unrelaxed=545, #relaxed=217, #hardened=0
0.59/0.62	c BCD2: #sat=1 #unsat=58 bias=58/59
0.59/0.62	c Solving starts ...
0.59/0.62	c ============================[ Search Statistics ]============================
0.59/0.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.62	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.62	c =============================================================================
0.59/0.62	c  0.0s |       0 |        0 |        0 |     2956      0 |       22 |       45
0.59/0.63	c  0.0s |       0 |       44 |        0 |     2956      0 |       22 |       45
0.59/0.63	c #cpu_time = 0.005s
0.59/0.63	c #wall_clock_time = 0.005s
0.59/0.63	c #decision = 44
0.59/0.63	c #random_decision = 0
0.59/0.63	c #conflict = 0
0.59/0.63	c #restart = 0
0.59/0.63	c BCD2: found a new core of size 3: cost of the new core is >=1
0.59/0.63	c lower bound updated to 58
0.59/0.63	c BCD2: 58 <= obj <= 380
0.59/0.63	c BCD2: #cores=36, #unrelaxed=542, #relaxed=220, #hardened=0
0.59/0.63	c BCD2: #sat=1 #unsat=59 bias=59/60
0.59/0.63	c Solving starts ...
0.59/0.63	c ============================[ Search Statistics ]============================
0.59/0.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.63	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.63	c =============================================================================
0.59/0.63	c  0.0s |       0 |        0 |        0 |     2956      0 |       22 |       46
0.59/0.64	c  0.0s |       0 |       51 |        4 |     2956      0 |       22 |       46
0.59/0.64	c #cpu_time = 0.005s
0.59/0.64	c #wall_clock_time = 0.005s
0.59/0.64	c #decision = 51
0.59/0.64	c #random_decision = 0
0.59/0.64	c #conflict = 4
0.59/0.64	c #restart = 0
0.59/0.64	c BCD2: relaxing 8 and merging with 1 cores into a new core of size 17: cost of the new core is >=2
0.59/0.64	c lower bound updated to 59
0.59/0.64	c BCD2: 59 <= obj <= 380
0.59/0.64	c BCD2: #cores=36, #unrelaxed=534, #relaxed=228, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=60 bias=60/61
0.59/0.64	c Solving starts ...
0.59/0.64	c ============================[ Search Statistics ]============================
0.59/0.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.64	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.64	c =============================================================================
0.59/0.64	c  0.0s |       0 |        0 |        0 |     2956      0 |       23 |       46
0.59/0.64	c  0.0s |       0 |       46 |        0 |     2956      0 |       23 |       47
0.59/0.64	c #cpu_time = 0.004s
0.59/0.64	c #wall_clock_time = 0.004s
0.59/0.64	c #decision = 46
0.59/0.64	c #random_decision = 0
0.59/0.64	c #conflict = 0
0.59/0.64	c #restart = 0
0.59/0.64	c BCD2: found a new core of size 3: cost of the new core is >=1
0.59/0.64	c lower bound updated to 60
0.59/0.64	c BCD2: 60 <= obj <= 380
0.59/0.64	c BCD2: #cores=37, #unrelaxed=531, #relaxed=231, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=61 bias=61/62
0.59/0.64	c Solving starts ...
0.59/0.64	c ============================[ Search Statistics ]============================
0.59/0.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.64	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.64	c =============================================================================
0.59/0.64	c  0.0s |       0 |        0 |        0 |     2956      0 |       23 |       48
0.59/0.65	c  0.0s |       0 |       49 |        1 |     2956      0 |       23 |       48
0.59/0.65	c #cpu_time = 0.004s
0.59/0.65	c #wall_clock_time = 0.004s
0.59/0.65	c #decision = 49
0.59/0.65	c #random_decision = 0
0.59/0.65	c #conflict = 1
0.59/0.65	c #restart = 0
0.59/0.65	c BCD2: found a new core of size 4: cost of the new core is >=1
0.59/0.65	c lower bound updated to 61
0.59/0.65	c BCD2: 61 <= obj <= 380
0.59/0.65	c BCD2: #cores=38, #unrelaxed=527, #relaxed=235, #hardened=0
0.59/0.65	c BCD2: #sat=1 #unsat=62 bias=62/63
0.59/0.65	c Solving starts ...
0.59/0.65	c ============================[ Search Statistics ]============================
0.59/0.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.65	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.65	c =============================================================================
0.59/0.65	c  0.0s |       0 |        0 |        0 |     2956      0 |       23 |       48
0.59/0.65	c  0.0s |       0 |       48 |        2 |     2956      0 |       23 |       48
0.59/0.65	c #cpu_time = 0.005s
0.59/0.65	c #wall_clock_time = 0.005s
0.59/0.65	c #decision = 48
0.59/0.65	c #random_decision = 0
0.59/0.65	c #conflict = 2
0.59/0.65	c #restart = 0
0.59/0.65	c BCD2: found a new core of size 5: cost of the new core is >=1
0.59/0.65	c lower bound updated to 62
0.59/0.65	c BCD2: 62 <= obj <= 380
0.59/0.65	c BCD2: #cores=39, #unrelaxed=522, #relaxed=240, #hardened=0
0.59/0.65	c BCD2: #sat=1 #unsat=63 bias=63/64
0.59/0.65	c Solving starts ...
0.59/0.65	c ============================[ Search Statistics ]============================
0.59/0.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.65	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.65	c =============================================================================
0.59/0.65	c  0.0s |       0 |        0 |        0 |     2956      0 |       23 |       48
0.59/0.66	c  0.0s |       0 |       49 |        0 |     2956      0 |       23 |       48
0.59/0.66	c #cpu_time = 0.005s
0.59/0.66	c #wall_clock_time = 0.005s
0.59/0.66	c #decision = 49
0.59/0.66	c #random_decision = 0
0.59/0.66	c #conflict = 0
0.59/0.66	c #restart = 0
0.59/0.66	c BCD2: found a new core of size 3: cost of the new core is >=1
0.59/0.66	c lower bound updated to 63
0.59/0.66	c BCD2: 63 <= obj <= 380
0.59/0.66	c BCD2: #cores=40, #unrelaxed=519, #relaxed=243, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=64 bias=64/65
0.59/0.66	c Solving starts ...
0.59/0.66	c ============================[ Search Statistics ]============================
0.59/0.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.66	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.66	c =============================================================================
0.59/0.66	c  0.0s |       0 |        0 |        0 |     2956      0 |       23 |       49
0.59/0.66	c  0.0s |       0 |       52 |        1 |     2956      0 |       23 |       49
0.59/0.66	c #cpu_time = 0.004s
0.59/0.66	c #wall_clock_time = 0.004s
0.59/0.66	c #decision = 52
0.59/0.66	c #random_decision = 0
0.59/0.66	c #conflict = 1
0.59/0.66	c #restart = 0
0.59/0.66	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 13: cost of the new core is >=4
0.59/0.66	c lower bound updated to 64
0.59/0.66	c BCD2: 64 <= obj <= 380
0.59/0.66	c BCD2: #cores=40, #unrelaxed=515, #relaxed=247, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=65 bias=65/66
0.59/0.66	c Solving starts ...
0.59/0.66	c ============================[ Search Statistics ]============================
0.59/0.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.66	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.66	c =============================================================================
0.59/0.66	c  0.0s |       0 |        0 |        0 |     2956      0 |       24 |       49
0.59/0.67	c  0.0s |       0 |       50 |        2 |     2956      0 |       24 |       50
0.59/0.67	c #cpu_time = 0.005s
0.59/0.67	c #wall_clock_time = 0.005s
0.59/0.67	c #decision = 50
0.59/0.67	c #random_decision = 0
0.59/0.67	c #conflict = 2
0.59/0.67	c #restart = 0
0.59/0.67	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 23: cost of the new core is >=6
0.59/0.67	c lower bound updated to 65
0.59/0.67	c BCD2: 65 <= obj <= 380
0.59/0.67	c BCD2: #cores=39, #unrelaxed=510, #relaxed=252, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=66 bias=66/67
0.59/0.67	c Solving starts ...
0.59/0.67	c ============================[ Search Statistics ]============================
0.59/0.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.67	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.67	c =============================================================================
0.59/0.67	c  0.0s |       0 |        0 |        0 |     2956      0 |       26 |       50
0.59/0.67	c  0.0s |       0 |       49 |        0 |     2956      0 |       26 |       52
0.59/0.67	c #cpu_time = 0.004s
0.59/0.67	c #wall_clock_time = 0.004s
0.59/0.67	c #decision = 49
0.59/0.67	c #random_decision = 0
0.59/0.67	c #conflict = 0
0.59/0.67	c #restart = 0
0.59/0.67	c BCD2: found a new core of size 3: cost of the new core is >=1
0.59/0.67	c lower bound updated to 66
0.59/0.68	c BCD2: 66 <= obj <= 380
0.59/0.68	c BCD2: #cores=40, #unrelaxed=507, #relaxed=255, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=67 bias=67/68
0.59/0.68	c Solving starts ...
0.59/0.68	c ============================[ Search Statistics ]============================
0.59/0.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.68	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.68	c =============================================================================
0.59/0.68	c  0.0s |       0 |        0 |        0 |     2956      0 |       26 |       53
0.59/0.68	c  0.0s |       0 |       67 |        2 |     2956      0 |       26 |       53
0.59/0.68	c #cpu_time = 0.005s
0.59/0.68	c #wall_clock_time = 0.005s
0.59/0.68	c #decision = 67
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 2
0.59/0.68	c #restart = 0
0.59/0.68	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=2
0.59/0.68	c lower bound updated to 67
0.59/0.68	c BCD2: 67 <= obj <= 380
0.59/0.68	c BCD2: #cores=40, #unrelaxed=503, #relaxed=259, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=68 bias=68/69
0.59/0.68	c Solving starts ...
0.59/0.68	c ============================[ Search Statistics ]============================
0.59/0.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.68	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.68	c =============================================================================
0.59/0.68	c  0.0s |       0 |        0 |        0 |     2956      0 |       27 |       53
0.59/0.69	c  0.0s |       0 |       50 |        2 |     2956      0 |       27 |       54
0.59/0.69	c #cpu_time = 0.005s
0.59/0.69	c #wall_clock_time = 0.005s
0.59/0.69	c #decision = 50
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 2
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 45: cost of the new core is >=11
0.59/0.69	c lower bound updated to 68
0.59/0.69	c BCD2: 68 <= obj <= 380
0.59/0.69	c BCD2: #cores=39, #unrelaxed=498, #relaxed=264, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=69 bias=69/70
0.59/0.69	c Solving starts ...
0.59/0.69	c ============================[ Search Statistics ]============================
0.59/0.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.69	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.69	c =============================================================================
0.59/0.69	c  0.0s |       0 |        0 |        0 |     2956      0 |       29 |       54
0.59/0.69	c  0.0s |       0 |       49 |        0 |     2956      0 |       29 |       56
0.59/0.69	c #cpu_time = 0.005s
0.59/0.69	c #wall_clock_time = 0.005s
0.59/0.69	c #decision = 49
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 0
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: found a new core of size 3: cost of the new core is >=1
0.59/0.69	c lower bound updated to 69
0.59/0.69	c BCD2: 69 <= obj <= 380
0.59/0.69	c BCD2: #cores=40, #unrelaxed=495, #relaxed=267, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=70 bias=70/71
0.59/0.69	c Solving starts ...
0.59/0.69	c ============================[ Search Statistics ]============================
0.59/0.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.69	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.69	c =============================================================================
0.59/0.69	c  0.0s |       0 |        0 |        0 |     2956      0 |       29 |       57
0.68/0.70	c  0.0s |       0 |       52 |        1 |     2956      0 |       29 |       57
0.68/0.70	c #cpu_time = 0.004s
0.68/0.70	c #wall_clock_time = 0.004s
0.68/0.70	c #decision = 52
0.68/0.70	c #random_decision = 0
0.68/0.70	c #conflict = 1
0.68/0.70	c #restart = 0
0.68/0.70	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 17: cost of the new core is >=5
0.68/0.70	c lower bound updated to 70
0.68/0.70	c BCD2: 70 <= obj <= 380
0.68/0.70	c BCD2: #cores=40, #unrelaxed=491, #relaxed=271, #hardened=0
0.68/0.70	c BCD2: #sat=1 #unsat=71 bias=71/72
0.68/0.70	c Solving starts ...
0.68/0.70	c ============================[ Search Statistics ]============================
0.68/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.70	c =============================================================================
0.68/0.70	c  0.0s |       0 |        0 |        0 |     2956      0 |       30 |       57
0.68/0.70	c  0.0s |       0 |       50 |        2 |     2956      0 |       30 |       58
0.68/0.70	c #cpu_time = 0.006s
0.68/0.70	c #wall_clock_time = 0.006s
0.68/0.70	c #decision = 50
0.68/0.70	c #random_decision = 0
0.68/0.70	c #conflict = 2
0.68/0.70	c #restart = 0
0.68/0.70	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 24: cost of the new core is >=5
0.68/0.70	c lower bound updated to 71
0.68/0.70	c BCD2: 71 <= obj <= 380
0.68/0.70	c BCD2: #cores=39, #unrelaxed=486, #relaxed=276, #hardened=0
0.68/0.70	c BCD2: #sat=1 #unsat=72 bias=72/73
0.68/0.71	c Solving starts ...
0.68/0.71	c ============================[ Search Statistics ]============================
0.68/0.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.71	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.71	c =============================================================================
0.68/0.71	c  0.0s |       0 |        0 |        0 |     2956      0 |       32 |       58
0.68/0.71	c  0.0s |       0 |       49 |        0 |     2956      0 |       32 |       60
0.68/0.71	c #cpu_time = 0.005s
0.68/0.71	c #wall_clock_time = 0.005s
0.68/0.71	c #decision = 49
0.68/0.71	c #random_decision = 0
0.68/0.71	c #conflict = 0
0.68/0.71	c #restart = 0
0.68/0.71	c BCD2: found a new core of size 3: cost of the new core is >=1
0.68/0.71	c lower bound updated to 72
0.68/0.71	c BCD2: 72 <= obj <= 380
0.68/0.71	c BCD2: #cores=40, #unrelaxed=483, #relaxed=279, #hardened=0
0.68/0.71	c BCD2: #sat=1 #unsat=73 bias=73/74
0.68/0.71	c Solving starts ...
0.68/0.71	c ============================[ Search Statistics ]============================
0.68/0.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.71	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.71	c =============================================================================
0.68/0.71	c  0.0s |       0 |        0 |        0 |     2956      0 |       32 |       61
0.68/0.72	c  0.0s |       0 |       56 |        4 |     2956      0 |       32 |       61
0.68/0.72	c #cpu_time = 0.005s
0.68/0.72	c #wall_clock_time = 0.005s
0.68/0.72	c #decision = 56
0.68/0.72	c #random_decision = 0
0.68/0.72	c #conflict = 4
0.68/0.72	c #restart = 0
0.68/0.72	c BCD2: found a new core of size 9: cost of the new core is >=1
0.68/0.72	c lower bound updated to 73
0.68/0.72	c BCD2: 73 <= obj <= 380
0.68/0.72	c BCD2: #cores=41, #unrelaxed=474, #relaxed=288, #hardened=0
0.68/0.72	c BCD2: #sat=1 #unsat=74 bias=74/75
0.68/0.72	c Solving starts ...
0.68/0.72	c ============================[ Search Statistics ]============================
0.68/0.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.72	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.72	c =============================================================================
0.68/0.72	c  0.0s |       0 |        0 |        0 |     2956      0 |       32 |       61
0.68/0.72	c  0.0s |       0 |       51 |        0 |     2956      0 |       32 |       61
0.68/0.72	c #cpu_time = 0.004s
0.68/0.72	c #wall_clock_time = 0.004s
0.68/0.72	c #decision = 51
0.68/0.72	c #random_decision = 0
0.68/0.72	c #conflict = 0
0.68/0.72	c #restart = 0
0.68/0.72	c BCD2: found a new core of size 3: cost of the new core is >=1
0.68/0.72	c lower bound updated to 74
0.68/0.72	c BCD2: 74 <= obj <= 380
0.68/0.72	c BCD2: #cores=42, #unrelaxed=471, #relaxed=291, #hardened=0
0.68/0.72	c BCD2: #sat=1 #unsat=75 bias=75/76
0.68/0.72	c Solving starts ...
0.68/0.72	c ============================[ Search Statistics ]============================
0.68/0.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.72	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.72	c =============================================================================
0.68/0.72	c  0.0s |       0 |        0 |        0 |     2956      0 |       32 |       62
0.68/0.73	c  0.0s |       0 |       56 |        3 |     2956      0 |       32 |       62
0.68/0.73	c #cpu_time = 0.005s
0.68/0.73	c #wall_clock_time = 0.005s
0.68/0.73	c #decision = 56
0.68/0.73	c #random_decision = 0
0.68/0.73	c #conflict = 3
0.68/0.73	c #restart = 0
0.68/0.73	c BCD2: found a new core of size 9: cost of the new core is >=1
0.68/0.73	c lower bound updated to 75
0.68/0.73	c BCD2: 75 <= obj <= 380
0.68/0.73	c BCD2: #cores=43, #unrelaxed=462, #relaxed=300, #hardened=0
0.68/0.73	c BCD2: #sat=1 #unsat=76 bias=76/77
0.68/0.73	c Solving starts ...
0.68/0.73	c ============================[ Search Statistics ]============================
0.68/0.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.73	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.73	c =============================================================================
0.68/0.73	c  0.0s |       0 |        0 |        0 |     2956      0 |       32 |       62
0.68/0.73	c  0.0s |       0 |       53 |        0 |     2956      0 |       32 |       62
0.68/0.73	c #cpu_time = 0.004s
0.68/0.73	c #wall_clock_time = 0.004s
0.68/0.73	c #decision = 53
0.68/0.73	c #random_decision = 0
0.68/0.73	c #conflict = 0
0.68/0.73	c #restart = 0
0.68/0.73	c BCD2: found a new core of size 3: cost of the new core is >=1
0.68/0.73	c lower bound updated to 76
0.68/0.73	c BCD2: 76 <= obj <= 380
0.68/0.73	c BCD2: #cores=44, #unrelaxed=459, #relaxed=303, #hardened=0
0.68/0.73	c BCD2: #sat=1 #unsat=77 bias=77/78
0.68/0.73	c Solving starts ...
0.68/0.73	c ============================[ Search Statistics ]============================
0.68/0.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.73	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.73	c =============================================================================
0.68/0.73	c  0.0s |       0 |        0 |        0 |     2956      0 |       32 |       63
0.68/0.74	c  0.0s |       0 |       57 |        0 |     2956      0 |       32 |       63
0.68/0.74	c #cpu_time = 0.004s
0.68/0.74	c #wall_clock_time = 0.004s
0.68/0.74	c #decision = 57
0.68/0.74	c #random_decision = 0
0.68/0.74	c #conflict = 0
0.68/0.74	c #restart = 0
0.68/0.74	c BCD2: found a new core of size 3: cost of the new core is >=1
0.68/0.74	c lower bound updated to 77
0.68/0.74	c BCD2: 77 <= obj <= 380
0.68/0.74	c BCD2: #cores=45, #unrelaxed=456, #relaxed=306, #hardened=0
0.68/0.74	c BCD2: #sat=1 #unsat=78 bias=78/79
0.68/0.74	c Solving starts ...
0.68/0.74	c ============================[ Search Statistics ]============================
0.68/0.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.74	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.74	c =============================================================================
0.68/0.74	c  0.0s |       0 |        0 |        0 |     2956      0 |       32 |       64
0.68/0.74	c  0.0s |       0 |       60 |        1 |     2956      0 |       32 |       64
0.68/0.74	c #cpu_time = 0.004s
0.68/0.74	c #wall_clock_time = 0.004s
0.68/0.74	c #decision = 60
0.68/0.74	c #random_decision = 0
0.68/0.74	c #conflict = 1
0.68/0.74	c #restart = 0
0.68/0.74	c BCD2: found a new core of size 5: cost of the new core is >=1
0.68/0.74	c lower bound updated to 78
0.68/0.75	c BCD2: 78 <= obj <= 380
0.68/0.75	c BCD2: #cores=46, #unrelaxed=451, #relaxed=311, #hardened=0
0.68/0.75	c BCD2: #sat=1 #unsat=79 bias=79/80
0.68/0.75	c Solving starts ...
0.68/0.75	c ============================[ Search Statistics ]============================
0.68/0.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.75	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.75	c =============================================================================
0.68/0.75	c  0.0s |       0 |        0 |        0 |     2956      0 |       32 |       64
0.68/0.75	c  0.0s |       0 |       58 |        2 |     2956      0 |       32 |       64
0.68/0.75	c #cpu_time = 0.005s
0.68/0.75	c #wall_clock_time = 0.005s
0.68/0.75	c #decision = 58
0.68/0.75	c #random_decision = 0
0.68/0.75	c #conflict = 2
0.68/0.75	c #restart = 0
0.68/0.75	c BCD2: found a new core of size 7: cost of the new core is >=1
0.68/0.75	c lower bound updated to 79
0.68/0.75	c BCD2: 79 <= obj <= 380
0.68/0.75	c BCD2: #cores=47, #unrelaxed=444, #relaxed=318, #hardened=0
0.68/0.75	c BCD2: #sat=1 #unsat=80 bias=80/81
0.68/0.75	c Solving starts ...
0.68/0.75	c ============================[ Search Statistics ]============================
0.68/0.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.75	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.75	c =============================================================================
0.68/0.75	c  0.0s |       0 |        0 |        0 |     2956      0 |       32 |       64
0.68/0.76	c  0.0s |       0 |       57 |        0 |     2956      0 |       32 |       64
0.68/0.76	c #cpu_time = 0.005s
0.68/0.76	c #wall_clock_time = 0.005s
0.68/0.76	c #decision = 57
0.68/0.76	c #random_decision = 0
0.68/0.76	c #conflict = 0
0.68/0.76	c #restart = 0
0.68/0.76	c BCD2: found a new core of size 3: cost of the new core is >=1
0.68/0.76	c lower bound updated to 80
0.68/0.76	c BCD2: 80 <= obj <= 380
0.68/0.76	c BCD2: #cores=48, #unrelaxed=441, #relaxed=321, #hardened=0
0.68/0.76	c BCD2: #sat=1 #unsat=81 bias=81/82
0.68/0.76	c Solving starts ...
0.68/0.76	c ============================[ Search Statistics ]============================
0.68/0.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.76	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.76	c =============================================================================
0.68/0.76	c  0.0s |       0 |        0 |        0 |     2956      0 |       32 |       65
0.68/0.76	c  0.0s |       0 |       62 |        2 |     2956      0 |       32 |       65
0.68/0.76	c #cpu_time = 0.005s
0.68/0.76	c #wall_clock_time = 0.005s
0.68/0.76	c #decision = 62
0.68/0.76	c #random_decision = 0
0.68/0.76	c #conflict = 2
0.68/0.76	c #restart = 0
0.68/0.76	c BCD2: relaxing 9 and merging with 2 cores into a new core of size 27: cost of the new core is >=4
0.68/0.76	c lower bound updated to 81
0.68/0.76	c BCD2: 81 <= obj <= 380
0.68/0.76	c BCD2: #cores=47, #unrelaxed=432, #relaxed=330, #hardened=0
0.68/0.76	c BCD2: #sat=1 #unsat=82 bias=82/83
0.68/0.76	c Solving starts ...
0.68/0.76	c ============================[ Search Statistics ]============================
0.68/0.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.76	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.76	c =============================================================================
0.68/0.76	c  0.0s |       0 |        0 |        0 |     2956      0 |       34 |       65
0.68/0.77	c  0.0s |       0 |       57 |        0 |     2956      0 |       34 |       67
0.68/0.77	c #cpu_time = 0.005s
0.68/0.77	c #wall_clock_time = 0.005s
0.68/0.77	c #decision = 57
0.68/0.77	c #random_decision = 0
0.68/0.77	c #conflict = 0
0.68/0.77	c #restart = 0
0.68/0.77	c BCD2: found a new core of size 3: cost of the new core is >=1
0.68/0.77	c lower bound updated to 82
0.68/0.77	c BCD2: 82 <= obj <= 380
0.68/0.77	c BCD2: #cores=48, #unrelaxed=429, #relaxed=333, #hardened=0
0.68/0.77	c BCD2: #sat=1 #unsat=83 bias=83/84
0.68/0.77	c Solving starts ...
0.68/0.77	c ============================[ Search Statistics ]============================
0.68/0.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.77	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.77	c =============================================================================
0.68/0.77	c  0.0s |       0 |        0 |        0 |     2956      0 |       34 |       68
0.68/0.77	c  0.0s |       0 |       60 |        1 |     2956      0 |       34 |       68
0.68/0.77	c #cpu_time = 0.004s
0.68/0.77	c #wall_clock_time = 0.004s
0.68/0.77	c #decision = 60
0.68/0.77	c #random_decision = 0
0.68/0.77	c #conflict = 1
0.68/0.77	c #restart = 0
0.68/0.77	c BCD2: found a new core of size 4: cost of the new core is >=1
0.68/0.77	c lower bound updated to 83
0.68/0.77	c BCD2: 83 <= obj <= 380
0.68/0.77	c BCD2: #cores=49, #unrelaxed=425, #relaxed=337, #hardened=0
0.68/0.77	c BCD2: #sat=1 #unsat=84 bias=84/85
0.68/0.77	c Solving starts ...
0.68/0.77	c ============================[ Search Statistics ]============================
0.68/0.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.77	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.77	c =============================================================================
0.68/0.77	c  0.0s |       0 |        0 |        0 |     2956      0 |       34 |       68
0.68/0.78	c  0.0s |       0 |       59 |        2 |     2956      0 |       34 |       68
0.68/0.78	c #cpu_time = 0.004s
0.68/0.78	c #wall_clock_time = 0.004s
0.68/0.78	c #decision = 59
0.68/0.78	c #random_decision = 0
0.68/0.78	c #conflict = 2
0.68/0.78	c #restart = 0
0.68/0.78	c BCD2: found a new core of size 5: cost of the new core is >=1
0.68/0.78	c lower bound updated to 84
0.68/0.78	c BCD2: 84 <= obj <= 380
0.68/0.78	c BCD2: #cores=50, #unrelaxed=420, #relaxed=342, #hardened=0
0.68/0.78	c BCD2: #sat=1 #unsat=85 bias=85/86
0.68/0.78	c Solving starts ...
0.68/0.78	c ============================[ Search Statistics ]============================
0.68/0.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.78	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.78	c =============================================================================
0.68/0.78	c  0.0s |       0 |        0 |        0 |     2956      0 |       34 |       68
0.68/0.78	c  0.0s |       0 |       60 |        0 |     2956      0 |       34 |       68
0.68/0.78	c #cpu_time = 0.005s
0.68/0.78	c #wall_clock_time = 0.005s
0.68/0.78	c #decision = 60
0.68/0.78	c #random_decision = 0
0.68/0.78	c #conflict = 0
0.68/0.78	c #restart = 0
0.68/0.78	c BCD2: found a new core of size 3: cost of the new core is >=1
0.68/0.78	c lower bound updated to 85
0.68/0.79	c BCD2: 85 <= obj <= 380
0.68/0.79	c BCD2: #cores=51, #unrelaxed=417, #relaxed=345, #hardened=0
0.68/0.79	c BCD2: #sat=1 #unsat=86 bias=86/87
0.68/0.79	c Solving starts ...
0.68/0.79	c ============================[ Search Statistics ]============================
0.68/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.79	c =============================================================================
0.68/0.79	c  0.0s |       0 |        0 |        0 |     2956      0 |       34 |       69
0.68/0.79	c  0.0s |       0 |       63 |        1 |     2956      0 |       34 |       69
0.68/0.79	c #cpu_time = 0.004s
0.68/0.79	c #wall_clock_time = 0.004s
0.68/0.79	c #decision = 63
0.68/0.79	c #random_decision = 0
0.68/0.79	c #conflict = 1
0.68/0.79	c #restart = 0
0.68/0.79	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=2
0.68/0.79	c lower bound updated to 86
0.68/0.79	c BCD2: 86 <= obj <= 380
0.68/0.79	c BCD2: #cores=51, #unrelaxed=413, #relaxed=349, #hardened=0
0.68/0.79	c BCD2: #sat=1 #unsat=87 bias=87/88
0.68/0.79	c Solving starts ...
0.68/0.79	c ============================[ Search Statistics ]============================
0.68/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.79	c =============================================================================
0.68/0.79	c  0.0s |       0 |        0 |        0 |     2956      0 |       35 |       69
0.78/0.80	c  0.0s |       0 |       62 |        4 |     2956      0 |       35 |       70
0.78/0.80	c #cpu_time = 0.006s
0.78/0.80	c #wall_clock_time = 0.006s
0.78/0.80	c #decision = 62
0.78/0.80	c #random_decision = 0
0.78/0.80	c #conflict = 4
0.78/0.80	c #restart = 0
0.78/0.80	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 21: cost of the new core is >=5
0.78/0.80	c lower bound updated to 87
0.78/0.80	c BCD2: 87 <= obj <= 380
0.78/0.80	c BCD2: #cores=50, #unrelaxed=409, #relaxed=353, #hardened=0
0.78/0.80	c BCD2: #sat=1 #unsat=88 bias=88/89
0.78/0.80	c Solving starts ...
0.78/0.80	c ============================[ Search Statistics ]============================
0.78/0.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.80	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.80	c =============================================================================
0.78/0.80	c  0.0s |       0 |        0 |        0 |     2956      0 |       37 |       70
0.78/0.80	c  0.0s |       0 |       55 |        0 |     2956      0 |       37 |       72
0.78/0.80	c #cpu_time = 0.004s
0.78/0.80	c #wall_clock_time = 0.004s
0.78/0.80	c #decision = 55
0.78/0.80	c #random_decision = 0
0.78/0.80	c #conflict = 0
0.78/0.80	c #restart = 0
0.78/0.80	c BCD2: found a new core of size 3: cost of the new core is >=1
0.78/0.80	c lower bound updated to 88
0.78/0.80	c BCD2: 88 <= obj <= 380
0.78/0.80	c BCD2: #cores=51, #unrelaxed=406, #relaxed=356, #hardened=0
0.78/0.80	c BCD2: #sat=1 #unsat=89 bias=89/90
0.78/0.80	c Solving starts ...
0.78/0.80	c ============================[ Search Statistics ]============================
0.78/0.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.80	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.80	c =============================================================================
0.78/0.80	c  0.0s |       0 |        0 |        0 |     2956      0 |       37 |       73
0.78/0.81	c  0.0s |       0 |       59 |        0 |     2956      0 |       37 |       73
0.78/0.81	c #cpu_time = 0.004s
0.78/0.81	c #wall_clock_time = 0.004s
0.78/0.81	c #decision = 59
0.78/0.81	c #random_decision = 0
0.78/0.81	c #conflict = 0
0.78/0.81	c #restart = 0
0.78/0.81	c BCD2: found a new core of size 3: cost of the new core is >=1
0.78/0.81	c lower bound updated to 89
0.78/0.81	c BCD2: 89 <= obj <= 380
0.78/0.81	c BCD2: #cores=52, #unrelaxed=403, #relaxed=359, #hardened=0
0.78/0.81	c BCD2: #sat=1 #unsat=90 bias=90/91
0.78/0.81	c Solving starts ...
0.78/0.81	c ============================[ Search Statistics ]============================
0.78/0.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.81	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.81	c =============================================================================
0.78/0.81	c  0.0s |       0 |        0 |        0 |     2956      0 |       37 |       74
0.78/0.81	c  0.0s |       0 |       63 |        0 |     2956      0 |       37 |       74
0.78/0.81	c #cpu_time = 0.004s
0.78/0.81	c #wall_clock_time = 0.004s
0.78/0.81	c #decision = 63
0.78/0.81	c #random_decision = 0
0.78/0.81	c #conflict = 0
0.78/0.81	c #restart = 0
0.78/0.81	c BCD2: found a new core of size 3: cost of the new core is >=1
0.78/0.81	c lower bound updated to 90
0.78/0.81	c BCD2: 90 <= obj <= 380
0.78/0.81	c BCD2: #cores=53, #unrelaxed=400, #relaxed=362, #hardened=0
0.78/0.81	c BCD2: #sat=1 #unsat=91 bias=91/92
0.78/0.81	c Solving starts ...
0.78/0.81	c ============================[ Search Statistics ]============================
0.78/0.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.81	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.81	c =============================================================================
0.78/0.81	c  0.0s |       0 |        0 |        0 |     2956      0 |       37 |       75
0.78/0.82	c  0.0s |       0 |       66 |        1 |     2956      0 |       37 |       75
0.78/0.82	c #cpu_time = 0.004s
0.78/0.82	c #wall_clock_time = 0.004s
0.78/0.82	c #decision = 66
0.78/0.82	c #random_decision = 0
0.78/0.82	c #conflict = 1
0.78/0.82	c #restart = 0
0.78/0.82	c BCD2: found a new core of size 3: cost of the new core is >=1
0.78/0.82	c lower bound updated to 91
0.78/0.82	c BCD2: 91 <= obj <= 380
0.78/0.82	c BCD2: #cores=54, #unrelaxed=397, #relaxed=365, #hardened=0
0.78/0.82	c BCD2: #sat=1 #unsat=92 bias=92/93
0.78/0.82	c Solving starts ...
0.78/0.82	c ============================[ Search Statistics ]============================
0.78/0.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.82	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.82	c =============================================================================
0.78/0.82	c  0.0s |       0 |        0 |        0 |     2956      0 |       37 |       75
0.78/0.82	c  0.0s |       0 |       66 |        2 |     2956      0 |       37 |       75
0.78/0.82	c #cpu_time = 0.004s
0.78/0.82	c #wall_clock_time = 0.004s
0.78/0.82	c #decision = 66
0.78/0.82	c #random_decision = 0
0.78/0.82	c #conflict = 2
0.78/0.82	c #restart = 0
0.78/0.82	c BCD2: found a new core of size 7: cost of the new core is >=1
0.78/0.82	c lower bound updated to 92
0.78/0.82	c BCD2: 92 <= obj <= 380
0.78/0.82	c BCD2: #cores=55, #unrelaxed=390, #relaxed=372, #hardened=0
0.78/0.82	c BCD2: #sat=1 #unsat=93 bias=93/94
0.78/0.82	c Solving starts ...
0.78/0.82	c ============================[ Search Statistics ]============================
0.78/0.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.82	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.82	c =============================================================================
0.78/0.82	c  0.0s |       0 |        0 |        0 |     2956      0 |       37 |       75
0.78/0.83	c  0.0s |       0 |       61 |        0 |     2956      0 |       37 |       75
0.78/0.83	c #cpu_time = 0.004s
0.78/0.83	c #wall_clock_time = 0.004s
0.78/0.83	c #decision = 61
0.78/0.83	c #random_decision = 0
0.78/0.83	c #conflict = 0
0.78/0.83	c #restart = 0
0.78/0.83	c BCD2: found a new core of size 3: cost of the new core is >=1
0.78/0.83	c lower bound updated to 93
0.78/0.83	c BCD2: 93 <= obj <= 380
0.78/0.83	c BCD2: #cores=56, #unrelaxed=387, #relaxed=375, #hardened=0
0.78/0.83	c BCD2: #sat=1 #unsat=94 bias=94/95
0.78/0.83	c Solving starts ...
0.78/0.83	c ============================[ Search Statistics ]============================
0.78/0.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.83	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.83	c =============================================================================
0.78/0.83	c  0.0s |       0 |        0 |        0 |     2956      0 |       37 |       75
0.78/0.83	c  0.0s |       0 |       63 |        0 |     2956      0 |       37 |       75
0.78/0.83	c #cpu_time = 0.004s
0.78/0.83	c #wall_clock_time = 0.004s
0.78/0.83	c #decision = 63
0.78/0.83	c #random_decision = 0
0.78/0.83	c #conflict = 0
0.78/0.83	c #restart = 0
0.78/0.83	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
0.78/0.83	c lower bound updated to 94
0.78/0.83	c BCD2: 94 <= obj <= 380
0.78/0.83	c BCD2: #cores=56, #unrelaxed=385, #relaxed=377, #hardened=0
0.78/0.83	c BCD2: #sat=1 #unsat=95 bias=95/96
0.78/0.83	c Solving starts ...
0.78/0.83	c ============================[ Search Statistics ]============================
0.78/0.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.83	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.83	c =============================================================================
0.78/0.83	c  0.0s |       0 |        0 |        0 |     2956      0 |       38 |       75
0.78/0.84	c  0.0s |       0 |       67 |        1 |     2956      0 |       38 |       76
0.78/0.84	c #cpu_time = 0.005s
0.78/0.84	c #wall_clock_time = 0.005s
0.78/0.84	c #decision = 67
0.78/0.84	c #random_decision = 0
0.78/0.84	c #conflict = 1
0.78/0.84	c #restart = 0
0.78/0.84	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=2
0.78/0.84	c lower bound updated to 95
0.78/0.84	c BCD2: 95 <= obj <= 380
0.78/0.84	c BCD2: #cores=56, #unrelaxed=383, #relaxed=379, #hardened=0
0.78/0.84	c BCD2: #sat=1 #unsat=96 bias=96/97
0.78/0.84	c Solving starts ...
0.78/0.84	c ============================[ Search Statistics ]============================
0.78/0.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.84	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.84	c =============================================================================
0.78/0.84	c  0.0s |       0 |        0 |        0 |     2956      0 |       39 |       76
0.78/0.84	c  0.0s |       0 |       84 |        1 |     2956      0 |       39 |       77
0.78/0.84	c #cpu_time = 0.004s
0.78/0.84	c #wall_clock_time = 0.004s
0.78/0.84	c #decision = 84
0.78/0.84	c #random_decision = 0
0.78/0.84	c #conflict = 1
0.78/0.84	c #restart = 0
0.78/0.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=3
0.78/0.85	c lower bound updated to 96
0.78/0.85	c BCD2: 96 <= obj <= 380
0.78/0.85	c BCD2: #cores=56, #unrelaxed=382, #relaxed=380, #hardened=0
0.78/0.85	c BCD2: #sat=1 #unsat=97 bias=97/98
0.78/0.85	c Solving starts ...
0.78/0.85	c ============================[ Search Statistics ]============================
0.78/0.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.85	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.85	c =============================================================================
0.78/0.85	c  0.0s |       0 |        0 |        0 |     2956      0 |       40 |       77
0.78/0.85	c  0.0s |       0 |       68 |        0 |     2956      0 |       40 |       78
0.78/0.85	c #cpu_time = 0.004s
0.78/0.85	c #wall_clock_time = 0.004s
0.78/0.85	c #decision = 68
0.78/0.85	c #random_decision = 0
0.78/0.85	c #conflict = 0
0.78/0.85	c #restart = 0
0.78/0.85	c BCD2: found a new core of size 2: cost of the new core is >=1
0.78/0.85	c lower bound updated to 97
0.78/0.85	c BCD2: 97 <= obj <= 380
0.78/0.85	c BCD2: #cores=57, #unrelaxed=380, #relaxed=382, #hardened=0
0.78/0.85	c BCD2: #sat=1 #unsat=98 bias=98/99
0.78/0.85	c Solving starts ...
0.78/0.85	c ============================[ Search Statistics ]============================
0.78/0.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.85	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.85	c =============================================================================
0.78/0.85	c  0.0s |       0 |        0 |        0 |     2956      0 |       40 |       79
0.78/0.86	c  0.0s |       0 |       71 |        0 |     2956      0 |       40 |       79
0.78/0.86	c #cpu_time = 0.004s
0.78/0.86	c #wall_clock_time = 0.004s
0.78/0.86	c #decision = 71
0.78/0.86	c #random_decision = 0
0.78/0.86	c #conflict = 0
0.78/0.86	c #restart = 0
0.78/0.86	c BCD2: found a new core of size 2: cost of the new core is >=1
0.78/0.86	c lower bound updated to 98
0.78/0.86	c BCD2: 98 <= obj <= 380
0.78/0.86	c BCD2: #cores=58, #unrelaxed=378, #relaxed=384, #hardened=0
0.78/0.86	c BCD2: #sat=1 #unsat=99 bias=99/100
0.78/0.86	c Solving starts ...
0.78/0.86	c ============================[ Search Statistics ]============================
0.78/0.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.86	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.86	c =============================================================================
0.78/0.86	c  0.0s |       0 |        0 |        0 |     2956      0 |       40 |       80
0.78/0.86	c  0.0s |       0 |       74 |        0 |     2956      0 |       40 |       80
0.78/0.86	c #cpu_time = 0.004s
0.78/0.86	c #wall_clock_time = 0.004s
0.78/0.86	c #decision = 74
0.78/0.86	c #random_decision = 0
0.78/0.86	c #conflict = 0
0.78/0.86	c #restart = 0
0.78/0.86	c BCD2: found a new core of size 2: cost of the new core is >=1
0.78/0.86	c lower bound updated to 99
0.78/0.86	c BCD2: 99 <= obj <= 380
0.78/0.86	c BCD2: #cores=59, #unrelaxed=376, #relaxed=386, #hardened=0
0.78/0.86	c BCD2: #sat=1 #unsat=100 bias=100/101
0.78/0.86	c Solving starts ...
0.78/0.86	c ============================[ Search Statistics ]============================
0.78/0.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.86	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.86	c =============================================================================
0.78/0.86	c  0.0s |       0 |        0 |        0 |     2956      0 |       40 |       81
0.78/0.87	c  0.0s |       0 |      129 |        1 |     2956      0 |       40 |       81
0.78/0.87	c #cpu_time = 0.004s
0.78/0.87	c #wall_clock_time = 0.004s
0.78/0.87	c #decision = 129
0.78/0.87	c #random_decision = 0
0.78/0.87	c #conflict = 1
0.78/0.87	c #restart = 0
0.78/0.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=3
0.78/0.87	c lower bound updated to 100
0.78/0.87	c BCD2: 100 <= obj <= 380
0.78/0.87	c BCD2: #cores=59, #unrelaxed=375, #relaxed=387, #hardened=0
0.78/0.87	c BCD2: #sat=1 #unsat=101 bias=101/102
0.78/0.87	c Solving starts ...
0.78/0.87	c ============================[ Search Statistics ]============================
0.78/0.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.87	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.87	c =============================================================================
0.78/0.87	c  0.0s |       0 |        0 |        0 |     2956      0 |       41 |       81
0.78/0.87	c  0.0s |       0 |       80 |        1 |     2956      0 |       41 |       82
0.78/0.87	c #cpu_time = 0.004s
0.78/0.87	c #wall_clock_time = 0.004s
0.78/0.87	c #decision = 80
0.78/0.87	c #random_decision = 0
0.78/0.87	c #conflict = 1
0.78/0.87	c #restart = 0
0.78/0.87	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 10: cost of the new core is >=3
0.78/0.87	c lower bound updated to 101
0.78/0.87	c BCD2: 101 <= obj <= 380
0.78/0.87	c BCD2: #cores=59, #unrelaxed=373, #relaxed=389, #hardened=0
0.78/0.87	c BCD2: #sat=1 #unsat=102 bias=102/103
0.78/0.87	c Solving starts ...
0.78/0.87	c ============================[ Search Statistics ]============================
0.78/0.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.87	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.87	c =============================================================================
0.78/0.87	c  0.0s |       0 |        0 |        0 |     2956      0 |       42 |       82
0.78/0.88	c  0.0s |       0 |      106 |        2 |     2956      0 |       42 |       83
0.78/0.88	c #cpu_time = 0.005s
0.78/0.88	c #wall_clock_time = 0.005s
0.78/0.88	c #decision = 106
0.78/0.88	c #random_decision = 0
0.78/0.88	c #conflict = 2
0.78/0.88	c #restart = 0
0.78/0.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=4
0.78/0.88	c lower bound updated to 102
0.78/0.88	c BCD2: 102 <= obj <= 380
0.78/0.88	c BCD2: #cores=59, #unrelaxed=372, #relaxed=390, #hardened=0
0.78/0.88	c BCD2: #sat=1 #unsat=103 bias=103/104
0.78/0.88	c Solving starts ...
0.78/0.88	c ============================[ Search Statistics ]============================
0.78/0.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.88	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.88	c =============================================================================
0.78/0.88	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |       83
0.78/0.88	c  0.0s |       0 |       81 |        0 |     2956      0 |       43 |       84
0.78/0.88	c #cpu_time = 0.004s
0.78/0.88	c #wall_clock_time = 0.004s
0.78/0.88	c #decision = 81
0.78/0.88	c #random_decision = 0
0.78/0.88	c #conflict = 0
0.78/0.88	c #restart = 0
0.78/0.88	c BCD2: found a new core of size 2: cost of the new core is >=1
0.78/0.88	c lower bound updated to 103
0.78/0.88	c BCD2: 103 <= obj <= 380
0.78/0.88	c BCD2: #cores=60, #unrelaxed=370, #relaxed=392, #hardened=0
0.78/0.88	c BCD2: #sat=1 #unsat=104 bias=104/105
0.78/0.88	c Solving starts ...
0.78/0.88	c ============================[ Search Statistics ]============================
0.78/0.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.88	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.88	c =============================================================================
0.78/0.88	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |       85
0.78/0.89	c  0.0s |       0 |       84 |        0 |     2956      0 |       43 |       85
0.78/0.89	c #cpu_time = 0.004s
0.78/0.89	c #wall_clock_time = 0.004s
0.78/0.89	c #decision = 84
0.78/0.89	c #random_decision = 0
0.78/0.89	c #conflict = 0
0.78/0.89	c #restart = 0
0.78/0.89	c BCD2: found a new core of size 2: cost of the new core is >=1
0.78/0.89	c lower bound updated to 104
0.78/0.89	c BCD2: 104 <= obj <= 380
0.78/0.89	c BCD2: #cores=61, #unrelaxed=368, #relaxed=394, #hardened=0
0.78/0.89	c BCD2: #sat=1 #unsat=105 bias=105/106
0.78/0.89	c Solving starts ...
0.78/0.89	c ============================[ Search Statistics ]============================
0.78/0.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.89	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.89	c =============================================================================
0.78/0.89	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |       86
0.78/0.89	c  0.0s |       0 |       87 |        0 |     2956      0 |       43 |       86
0.78/0.89	c #cpu_time = 0.004s
0.78/0.89	c #wall_clock_time = 0.004s
0.78/0.89	c #decision = 87
0.78/0.89	c #random_decision = 0
0.78/0.89	c #conflict = 0
0.78/0.89	c #restart = 0
0.78/0.89	c BCD2: found a new core of size 2: cost of the new core is >=1
0.78/0.89	c lower bound updated to 105
0.78/0.89	c BCD2: 105 <= obj <= 380
0.78/0.89	c BCD2: #cores=62, #unrelaxed=366, #relaxed=396, #hardened=0
0.78/0.89	c BCD2: #sat=1 #unsat=106 bias=106/107
0.78/0.89	c Solving starts ...
0.78/0.89	c ============================[ Search Statistics ]============================
0.78/0.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.89	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.89	c =============================================================================
0.78/0.89	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |       87
0.89/0.90	c  0.0s |       0 |       90 |        0 |     2956      0 |       43 |       87
0.89/0.90	c #cpu_time = 0.004s
0.89/0.90	c #wall_clock_time = 0.004s
0.89/0.90	c #decision = 90
0.89/0.90	c #random_decision = 0
0.89/0.90	c #conflict = 0
0.89/0.90	c #restart = 0
0.89/0.90	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.90	c lower bound updated to 106
0.89/0.90	c BCD2: 106 <= obj <= 380
0.89/0.90	c BCD2: #cores=63, #unrelaxed=364, #relaxed=398, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=107 bias=107/108
0.89/0.90	c Solving starts ...
0.89/0.90	c ============================[ Search Statistics ]============================
0.89/0.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.90	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.90	c =============================================================================
0.89/0.90	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |       88
0.89/0.90	c  0.0s |       0 |       93 |        0 |     2956      0 |       43 |       88
0.89/0.90	c #cpu_time = 0.004s
0.89/0.90	c #wall_clock_time = 0.004s
0.89/0.90	c #decision = 93
0.89/0.90	c #random_decision = 0
0.89/0.90	c #conflict = 0
0.89/0.90	c #restart = 0
0.89/0.90	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.90	c lower bound updated to 107
0.89/0.90	c BCD2: 107 <= obj <= 380
0.89/0.90	c BCD2: #cores=64, #unrelaxed=362, #relaxed=400, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=108 bias=108/109
0.89/0.90	c Solving starts ...
0.89/0.90	c ============================[ Search Statistics ]============================
0.89/0.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.90	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.90	c =============================================================================
0.89/0.90	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |       89
0.89/0.91	c  0.0s |       0 |       96 |        0 |     2956      0 |       43 |       89
0.89/0.91	c #cpu_time = 0.004s
0.89/0.91	c #wall_clock_time = 0.004s
0.89/0.91	c #decision = 96
0.89/0.91	c #random_decision = 0
0.89/0.91	c #conflict = 0
0.89/0.91	c #restart = 0
0.89/0.91	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.91	c lower bound updated to 108
0.89/0.91	c BCD2: 108 <= obj <= 380
0.89/0.91	c BCD2: #cores=65, #unrelaxed=360, #relaxed=402, #hardened=0
0.89/0.91	c BCD2: #sat=1 #unsat=109 bias=109/110
0.89/0.91	c Solving starts ...
0.89/0.91	c ============================[ Search Statistics ]============================
0.89/0.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.91	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.91	c =============================================================================
0.89/0.91	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |       90
0.89/0.91	c  0.0s |       0 |       99 |        0 |     2956      0 |       43 |       90
0.89/0.91	c #cpu_time = 0.004s
0.89/0.91	c #wall_clock_time = 0.004s
0.89/0.91	c #decision = 99
0.89/0.91	c #random_decision = 0
0.89/0.91	c #conflict = 0
0.89/0.91	c #restart = 0
0.89/0.91	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.91	c lower bound updated to 109
0.89/0.91	c BCD2: 109 <= obj <= 380
0.89/0.91	c BCD2: #cores=66, #unrelaxed=358, #relaxed=404, #hardened=0
0.89/0.91	c BCD2: #sat=1 #unsat=110 bias=110/111
0.89/0.91	c Solving starts ...
0.89/0.91	c ============================[ Search Statistics ]============================
0.89/0.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.91	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.91	c =============================================================================
0.89/0.91	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |       91
0.89/0.92	c  0.0s |       0 |      102 |        0 |     2956      0 |       43 |       91
0.89/0.92	c #cpu_time = 0.004s
0.89/0.92	c #wall_clock_time = 0.004s
0.89/0.92	c #decision = 102
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 0
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.92	c lower bound updated to 110
0.89/0.92	c BCD2: 110 <= obj <= 380
0.89/0.92	c BCD2: #cores=67, #unrelaxed=356, #relaxed=406, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=111 bias=111/112
0.89/0.92	c Solving starts ...
0.89/0.92	c ============================[ Search Statistics ]============================
0.89/0.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.92	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.92	c =============================================================================
0.89/0.92	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |       92
0.89/0.92	c  0.0s |       0 |      105 |        0 |     2956      0 |       43 |       92
0.89/0.92	c #cpu_time = 0.004s
0.89/0.92	c #wall_clock_time = 0.004s
0.89/0.92	c #decision = 105
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 0
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.92	c lower bound updated to 111
0.89/0.92	c BCD2: 111 <= obj <= 380
0.89/0.92	c BCD2: #cores=68, #unrelaxed=354, #relaxed=408, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=112 bias=112/113
0.89/0.92	c Solving starts ...
0.89/0.92	c ============================[ Search Statistics ]============================
0.89/0.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.92	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.92	c =============================================================================
0.89/0.92	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |       93
0.89/0.93	c  0.0s |       0 |      108 |        0 |     2956      0 |       43 |       93
0.89/0.93	c #cpu_time = 0.004s
0.89/0.93	c #wall_clock_time = 0.004s
0.89/0.93	c #decision = 108
0.89/0.93	c #random_decision = 0
0.89/0.93	c #conflict = 0
0.89/0.93	c #restart = 0
0.89/0.93	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.93	c lower bound updated to 112
0.89/0.93	c BCD2: 112 <= obj <= 380
0.89/0.93	c BCD2: #cores=69, #unrelaxed=352, #relaxed=410, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=113 bias=113/114
0.89/0.93	c Solving starts ...
0.89/0.93	c ============================[ Search Statistics ]============================
0.89/0.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.93	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.93	c =============================================================================
0.89/0.93	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |       94
0.89/0.93	c  0.0s |       0 |      111 |        0 |     2956      0 |       43 |       94
0.89/0.93	c #cpu_time = 0.004s
0.89/0.93	c #wall_clock_time = 0.004s
0.89/0.93	c #decision = 111
0.89/0.93	c #random_decision = 0
0.89/0.93	c #conflict = 0
0.89/0.93	c #restart = 0
0.89/0.93	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.93	c lower bound updated to 113
0.89/0.93	c BCD2: 113 <= obj <= 380
0.89/0.93	c BCD2: #cores=70, #unrelaxed=350, #relaxed=412, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=114 bias=114/115
0.89/0.93	c Solving starts ...
0.89/0.93	c ============================[ Search Statistics ]============================
0.89/0.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.93	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.93	c =============================================================================
0.89/0.93	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |       95
0.89/0.94	c  0.0s |       0 |      114 |        0 |     2956      0 |       43 |       95
0.89/0.94	c #cpu_time = 0.004s
0.89/0.94	c #wall_clock_time = 0.004s
0.89/0.94	c #decision = 114
0.89/0.94	c #random_decision = 0
0.89/0.94	c #conflict = 0
0.89/0.94	c #restart = 0
0.89/0.94	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.94	c lower bound updated to 114
0.89/0.94	c BCD2: 114 <= obj <= 380
0.89/0.94	c BCD2: #cores=71, #unrelaxed=348, #relaxed=414, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=115 bias=115/116
0.89/0.94	c Solving starts ...
0.89/0.94	c ============================[ Search Statistics ]============================
0.89/0.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.94	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.94	c =============================================================================
0.89/0.94	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |       96
0.89/0.94	c  0.0s |       0 |      117 |        0 |     2956      0 |       43 |       96
0.89/0.94	c #cpu_time = 0.004s
0.89/0.94	c #wall_clock_time = 0.004s
0.89/0.94	c #decision = 117
0.89/0.94	c #random_decision = 0
0.89/0.94	c #conflict = 0
0.89/0.94	c #restart = 0
0.89/0.94	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.94	c lower bound updated to 115
0.89/0.94	c BCD2: 115 <= obj <= 380
0.89/0.94	c BCD2: #cores=72, #unrelaxed=346, #relaxed=416, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=116 bias=116/117
0.89/0.95	c Solving starts ...
0.89/0.95	c ============================[ Search Statistics ]============================
0.89/0.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.95	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.95	c =============================================================================
0.89/0.95	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |       97
0.89/0.95	c  0.0s |       0 |      120 |        0 |     2956      0 |       43 |       97
0.89/0.95	c #cpu_time = 0.004s
0.89/0.95	c #wall_clock_time = 0.004s
0.89/0.95	c #decision = 120
0.89/0.95	c #random_decision = 0
0.89/0.95	c #conflict = 0
0.89/0.95	c #restart = 0
0.89/0.95	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.95	c lower bound updated to 116
0.89/0.95	c BCD2: 116 <= obj <= 380
0.89/0.95	c BCD2: #cores=73, #unrelaxed=344, #relaxed=418, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=117 bias=117/118
0.89/0.95	c Solving starts ...
0.89/0.95	c ============================[ Search Statistics ]============================
0.89/0.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.95	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.95	c =============================================================================
0.89/0.95	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |       98
0.89/0.95	c  0.0s |       0 |      123 |        0 |     2956      0 |       43 |       98
0.89/0.95	c #cpu_time = 0.004s
0.89/0.95	c #wall_clock_time = 0.004s
0.89/0.95	c #decision = 123
0.89/0.95	c #random_decision = 0
0.89/0.95	c #conflict = 0
0.89/0.95	c #restart = 0
0.89/0.95	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.95	c lower bound updated to 117
0.89/0.96	c BCD2: 117 <= obj <= 380
0.89/0.96	c BCD2: #cores=74, #unrelaxed=342, #relaxed=420, #hardened=0
0.89/0.96	c BCD2: #sat=1 #unsat=118 bias=118/119
0.89/0.96	c Solving starts ...
0.89/0.96	c ============================[ Search Statistics ]============================
0.89/0.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.96	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.96	c =============================================================================
0.89/0.96	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |       99
0.89/0.96	c  0.0s |       0 |      126 |        0 |     2956      0 |       43 |       99
0.89/0.96	c #cpu_time = 0.004s
0.89/0.96	c #wall_clock_time = 0.004s
0.89/0.96	c #decision = 126
0.89/0.96	c #random_decision = 0
0.89/0.96	c #conflict = 0
0.89/0.96	c #restart = 0
0.89/0.96	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.96	c lower bound updated to 118
0.89/0.96	c BCD2: 118 <= obj <= 380
0.89/0.96	c BCD2: #cores=75, #unrelaxed=340, #relaxed=422, #hardened=0
0.89/0.96	c BCD2: #sat=1 #unsat=119 bias=119/120
0.89/0.96	c Solving starts ...
0.89/0.96	c ============================[ Search Statistics ]============================
0.89/0.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.96	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.96	c =============================================================================
0.89/0.96	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |      100
0.89/0.97	c  0.0s |       0 |      129 |        0 |     2956      0 |       43 |      100
0.89/0.97	c #cpu_time = 0.004s
0.89/0.97	c #wall_clock_time = 0.004s
0.89/0.97	c #decision = 129
0.89/0.97	c #random_decision = 0
0.89/0.97	c #conflict = 0
0.89/0.97	c #restart = 0
0.89/0.97	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.97	c lower bound updated to 119
0.89/0.97	c BCD2: 119 <= obj <= 380
0.89/0.97	c BCD2: #cores=76, #unrelaxed=338, #relaxed=424, #hardened=0
0.89/0.97	c BCD2: #sat=1 #unsat=120 bias=120/121
0.89/0.97	c Solving starts ...
0.89/0.97	c ============================[ Search Statistics ]============================
0.89/0.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.97	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.97	c =============================================================================
0.89/0.97	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |      101
0.89/0.97	c  0.0s |       0 |      132 |        0 |     2956      0 |       43 |      101
0.89/0.97	c #cpu_time = 0.004s
0.89/0.97	c #wall_clock_time = 0.004s
0.89/0.97	c #decision = 132
0.89/0.97	c #random_decision = 0
0.89/0.97	c #conflict = 0
0.89/0.97	c #restart = 0
0.89/0.97	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.97	c lower bound updated to 120
0.89/0.97	c BCD2: 120 <= obj <= 380
0.89/0.97	c BCD2: #cores=77, #unrelaxed=336, #relaxed=426, #hardened=0
0.89/0.97	c BCD2: #sat=1 #unsat=121 bias=121/122
0.89/0.97	c Solving starts ...
0.89/0.97	c ============================[ Search Statistics ]============================
0.89/0.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.97	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.97	c =============================================================================
0.89/0.97	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |      102
0.89/0.98	c  0.0s |       0 |      135 |        0 |     2956      0 |       43 |      102
0.89/0.98	c #cpu_time = 0.004s
0.89/0.98	c #wall_clock_time = 0.004s
0.89/0.98	c #decision = 135
0.89/0.98	c #random_decision = 0
0.89/0.98	c #conflict = 0
0.89/0.98	c #restart = 0
0.89/0.98	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.98	c lower bound updated to 121
0.89/0.98	c BCD2: 121 <= obj <= 380
0.89/0.98	c BCD2: #cores=78, #unrelaxed=334, #relaxed=428, #hardened=0
0.89/0.98	c BCD2: #sat=1 #unsat=122 bias=122/123
0.89/0.98	c Solving starts ...
0.89/0.98	c ============================[ Search Statistics ]============================
0.89/0.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.98	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.98	c =============================================================================
0.89/0.98	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |      103
0.89/0.98	c  0.0s |       0 |      138 |        0 |     2956      0 |       43 |      103
0.89/0.98	c #cpu_time = 0.004s
0.89/0.98	c #wall_clock_time = 0.004s
0.89/0.98	c #decision = 138
0.89/0.98	c #random_decision = 0
0.89/0.98	c #conflict = 0
0.89/0.98	c #restart = 0
0.89/0.98	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.98	c lower bound updated to 122
0.89/0.98	c BCD2: 122 <= obj <= 380
0.89/0.98	c BCD2: #cores=79, #unrelaxed=332, #relaxed=430, #hardened=0
0.89/0.98	c BCD2: #sat=1 #unsat=123 bias=123/124
0.89/0.98	c Solving starts ...
0.89/0.98	c ============================[ Search Statistics ]============================
0.89/0.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.98	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.98	c =============================================================================
0.89/0.98	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |      104
0.89/0.99	c  0.0s |       0 |      141 |        0 |     2956      0 |       43 |      104
0.89/0.99	c #cpu_time = 0.004s
0.89/0.99	c #wall_clock_time = 0.004s
0.89/0.99	c #decision = 141
0.89/0.99	c #random_decision = 0
0.89/0.99	c #conflict = 0
0.89/0.99	c #restart = 0
0.89/0.99	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.99	c lower bound updated to 123
0.89/0.99	c BCD2: 123 <= obj <= 380
0.89/0.99	c BCD2: #cores=80, #unrelaxed=330, #relaxed=432, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=124 bias=124/125
0.89/0.99	c Solving starts ...
0.89/0.99	c ============================[ Search Statistics ]============================
0.89/0.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.99	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.99	c =============================================================================
0.89/0.99	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |      105
0.89/0.99	c  0.0s |       0 |      144 |        0 |     2956      0 |       43 |      105
0.89/0.99	c #cpu_time = 0.004s
0.89/0.99	c #wall_clock_time = 0.004s
0.89/0.99	c #decision = 144
0.89/0.99	c #random_decision = 0
0.89/0.99	c #conflict = 0
0.89/0.99	c #restart = 0
0.89/0.99	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.99	c lower bound updated to 124
0.89/0.99	c BCD2: 124 <= obj <= 380
0.89/0.99	c BCD2: #cores=81, #unrelaxed=328, #relaxed=434, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=125 bias=125/126
0.89/0.99	c Solving starts ...
0.89/0.99	c ============================[ Search Statistics ]============================
0.89/0.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.99	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.99	c =============================================================================
0.89/0.99	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |      106
0.99/1.00	c  0.0s |       0 |      146 |        2 |     2956      0 |       43 |      106
0.99/1.00	c #cpu_time = 0.004s
0.99/1.00	c #wall_clock_time = 0.004s
0.99/1.00	c #decision = 146
0.99/1.00	c #random_decision = 0
0.99/1.00	c #conflict = 2
0.99/1.00	c #restart = 0
0.99/1.00	c BCD2: found a new core of size 58: cost of the new core is >=1
0.99/1.00	c lower bound updated to 125
0.99/1.00	c BCD2: 125 <= obj <= 380
0.99/1.00	c BCD2: #cores=82, #unrelaxed=270, #relaxed=492, #hardened=0
0.99/1.00	c BCD2: #sat=1 #unsat=126 bias=126/127
0.99/1.00	c Solving starts ...
0.99/1.00	c ============================[ Search Statistics ]============================
0.99/1.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.00	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.00	c =============================================================================
0.99/1.00	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |      106
0.99/1.00	c  0.0s |       0 |       90 |        0 |     2956      0 |       43 |      106
0.99/1.00	c #cpu_time = 0.004s
0.99/1.00	c #wall_clock_time = 0.004s
0.99/1.00	c #decision = 90
0.99/1.00	c #random_decision = 0
0.99/1.00	c #conflict = 0
0.99/1.00	c #restart = 0
0.99/1.00	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.00	c lower bound updated to 126
0.99/1.00	c BCD2: 126 <= obj <= 380
0.99/1.00	c BCD2: #cores=83, #unrelaxed=268, #relaxed=494, #hardened=0
0.99/1.00	c BCD2: #sat=1 #unsat=127 bias=127/128
0.99/1.00	c Solving starts ...
0.99/1.00	c ============================[ Search Statistics ]============================
0.99/1.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.00	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.00	c =============================================================================
0.99/1.00	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |      107
0.99/1.01	c  0.0s |       0 |       93 |        0 |     2956      0 |       43 |      107
0.99/1.01	c #cpu_time = 0.004s
0.99/1.01	c #wall_clock_time = 0.004s
0.99/1.01	c #decision = 93
0.99/1.01	c #random_decision = 0
0.99/1.01	c #conflict = 0
0.99/1.01	c #restart = 0
0.99/1.01	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.01	c lower bound updated to 127
0.99/1.01	c BCD2: 127 <= obj <= 380
0.99/1.01	c BCD2: #cores=84, #unrelaxed=266, #relaxed=496, #hardened=0
0.99/1.01	c BCD2: #sat=1 #unsat=128 bias=128/129
0.99/1.01	c Solving starts ...
0.99/1.01	c ============================[ Search Statistics ]============================
0.99/1.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.01	c =============================================================================
0.99/1.01	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |      108
0.99/1.01	c  0.0s |       0 |       94 |        0 |     2956      0 |       43 |      108
0.99/1.01	c #cpu_time = 0.004s
0.99/1.01	c #wall_clock_time = 0.004s
0.99/1.01	c #decision = 94
0.99/1.01	c #random_decision = 0
0.99/1.01	c #conflict = 0
0.99/1.01	c #restart = 0
0.99/1.01	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.01	c lower bound updated to 128
0.99/1.02	c BCD2: 128 <= obj <= 380
0.99/1.02	c BCD2: #cores=85, #unrelaxed=264, #relaxed=498, #hardened=0
0.99/1.02	c BCD2: #sat=1 #unsat=129 bias=129/130
0.99/1.02	c Solving starts ...
0.99/1.02	c ============================[ Search Statistics ]============================
0.99/1.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.02	c =============================================================================
0.99/1.02	c  0.0s |       0 |        0 |        0 |     2956      0 |       43 |      109
0.99/1.02	c  0.0s |       0 |      104 |        1 |     2956      0 |       43 |      109
0.99/1.02	c #cpu_time = 0.004s
0.99/1.02	c #wall_clock_time = 0.004s
0.99/1.02	c #decision = 104
0.99/1.02	c #random_decision = 0
0.99/1.02	c #conflict = 1
0.99/1.02	c #restart = 0
0.99/1.02	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 9: cost of the new core is >=2
0.99/1.02	c lower bound updated to 129
0.99/1.02	c BCD2: 129 <= obj <= 380
0.99/1.02	c BCD2: #cores=85, #unrelaxed=262, #relaxed=500, #hardened=0
0.99/1.02	c BCD2: #sat=1 #unsat=130 bias=130/131
0.99/1.02	c Solving starts ...
0.99/1.02	c ============================[ Search Statistics ]============================
0.99/1.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.02	c =============================================================================
0.99/1.02	c  0.0s |       0 |        0 |        0 |     2956      0 |       44 |      109
0.99/1.03	c  0.0s |       0 |      105 |        1 |     2956      0 |       44 |      110
0.99/1.03	c #cpu_time = 0.004s
0.99/1.03	c #wall_clock_time = 0.004s
0.99/1.03	c #decision = 105
0.99/1.03	c #random_decision = 0
0.99/1.03	c #conflict = 1
0.99/1.03	c #restart = 0
0.99/1.03	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
0.99/1.03	c lower bound updated to 130
0.99/1.03	c BCD2: 130 <= obj <= 380
0.99/1.03	c BCD2: #cores=85, #unrelaxed=259, #relaxed=503, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=131 bias=131/132
0.99/1.03	c Solving starts ...
0.99/1.03	c ============================[ Search Statistics ]============================
0.99/1.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.03	c =============================================================================
0.99/1.03	c  0.0s |       0 |        0 |        0 |     2956      0 |       45 |      110
0.99/1.03	c  0.0s |       0 |       98 |        1 |     2956      0 |       45 |      111
0.99/1.03	c #cpu_time = 0.004s
0.99/1.03	c #wall_clock_time = 0.004s
0.99/1.03	c #decision = 98
0.99/1.03	c #random_decision = 0
0.99/1.03	c #conflict = 1
0.99/1.03	c #restart = 0
0.99/1.03	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 13: cost of the new core is >=4
0.99/1.03	c lower bound updated to 131
0.99/1.03	c BCD2: 131 <= obj <= 380
0.99/1.03	c BCD2: #cores=84, #unrelaxed=257, #relaxed=505, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=132 bias=132/133
0.99/1.03	c Solving starts ...
0.99/1.03	c ============================[ Search Statistics ]============================
0.99/1.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.03	c =============================================================================
0.99/1.03	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      111
0.99/1.04	c  0.0s |       0 |       99 |        0 |     2956      0 |       47 |      113
0.99/1.04	c #cpu_time = 0.004s
0.99/1.04	c #wall_clock_time = 0.004s
0.99/1.04	c #decision = 99
0.99/1.04	c #random_decision = 0
0.99/1.04	c #conflict = 0
0.99/1.04	c #restart = 0
0.99/1.04	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.04	c lower bound updated to 132
0.99/1.04	c BCD2: 132 <= obj <= 380
0.99/1.04	c BCD2: #cores=85, #unrelaxed=255, #relaxed=507, #hardened=0
0.99/1.04	c BCD2: #sat=1 #unsat=133 bias=133/134
0.99/1.04	c Solving starts ...
0.99/1.04	c ============================[ Search Statistics ]============================
0.99/1.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.04	c =============================================================================
0.99/1.04	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      114
0.99/1.04	c  0.0s |       0 |      102 |        0 |     2956      0 |       47 |      114
0.99/1.04	c #cpu_time = 0.004s
0.99/1.04	c #wall_clock_time = 0.004s
0.99/1.04	c #decision = 102
0.99/1.04	c #random_decision = 0
0.99/1.04	c #conflict = 0
0.99/1.04	c #restart = 0
0.99/1.04	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.04	c lower bound updated to 133
0.99/1.04	c BCD2: 133 <= obj <= 380
0.99/1.04	c BCD2: #cores=86, #unrelaxed=253, #relaxed=509, #hardened=0
0.99/1.04	c BCD2: #sat=1 #unsat=134 bias=134/135
0.99/1.04	c Solving starts ...
0.99/1.04	c ============================[ Search Statistics ]============================
0.99/1.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.04	c =============================================================================
0.99/1.04	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      115
0.99/1.05	c  0.0s |       0 |      105 |        0 |     2956      0 |       47 |      115
0.99/1.05	c #cpu_time = 0.004s
0.99/1.05	c #wall_clock_time = 0.004s
0.99/1.05	c #decision = 105
0.99/1.05	c #random_decision = 0
0.99/1.05	c #conflict = 0
0.99/1.05	c #restart = 0
0.99/1.05	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.05	c lower bound updated to 134
0.99/1.05	c BCD2: 134 <= obj <= 380
0.99/1.05	c BCD2: #cores=87, #unrelaxed=251, #relaxed=511, #hardened=0
0.99/1.05	c BCD2: #sat=1 #unsat=135 bias=135/136
0.99/1.05	c Solving starts ...
0.99/1.05	c ============================[ Search Statistics ]============================
0.99/1.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.05	c =============================================================================
0.99/1.05	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      116
0.99/1.05	c  0.0s |       0 |      108 |        0 |     2956      0 |       47 |      116
0.99/1.05	c #cpu_time = 0.004s
0.99/1.05	c #wall_clock_time = 0.004s
0.99/1.05	c #decision = 108
0.99/1.05	c #random_decision = 0
0.99/1.05	c #conflict = 0
0.99/1.05	c #restart = 0
0.99/1.05	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.05	c lower bound updated to 135
0.99/1.05	c BCD2: 135 <= obj <= 380
0.99/1.05	c BCD2: #cores=88, #unrelaxed=249, #relaxed=513, #hardened=0
0.99/1.05	c BCD2: #sat=1 #unsat=136 bias=136/137
0.99/1.05	c Solving starts ...
0.99/1.05	c ============================[ Search Statistics ]============================
0.99/1.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.05	c =============================================================================
0.99/1.05	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      117
0.99/1.06	c  0.0s |       0 |      111 |        0 |     2956      0 |       47 |      117
0.99/1.06	c #cpu_time = 0.004s
0.99/1.06	c #wall_clock_time = 0.004s
0.99/1.06	c #decision = 111
0.99/1.06	c #random_decision = 0
0.99/1.06	c #conflict = 0
0.99/1.06	c #restart = 0
0.99/1.06	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.06	c lower bound updated to 136
0.99/1.06	c BCD2: 136 <= obj <= 380
0.99/1.06	c BCD2: #cores=89, #unrelaxed=247, #relaxed=515, #hardened=0
0.99/1.06	c BCD2: #sat=1 #unsat=137 bias=137/138
0.99/1.06	c Solving starts ...
0.99/1.06	c ============================[ Search Statistics ]============================
0.99/1.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.06	c =============================================================================
0.99/1.06	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      118
0.99/1.06	c  0.0s |       0 |      114 |        0 |     2956      0 |       47 |      118
0.99/1.06	c #cpu_time = 0.004s
0.99/1.06	c #wall_clock_time = 0.004s
0.99/1.06	c #decision = 114
0.99/1.06	c #random_decision = 0
0.99/1.06	c #conflict = 0
0.99/1.06	c #restart = 0
0.99/1.06	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.06	c lower bound updated to 137
0.99/1.06	c BCD2: 137 <= obj <= 380
0.99/1.06	c BCD2: #cores=90, #unrelaxed=245, #relaxed=517, #hardened=0
0.99/1.06	c BCD2: #sat=1 #unsat=138 bias=138/139
0.99/1.06	c Solving starts ...
0.99/1.06	c ============================[ Search Statistics ]============================
0.99/1.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.06	c =============================================================================
0.99/1.06	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      119
0.99/1.07	c  0.0s |       0 |      117 |        0 |     2956      0 |       47 |      119
0.99/1.07	c #cpu_time = 0.004s
0.99/1.07	c #wall_clock_time = 0.004s
0.99/1.07	c #decision = 117
0.99/1.07	c #random_decision = 0
0.99/1.07	c #conflict = 0
0.99/1.07	c #restart = 0
0.99/1.07	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.07	c lower bound updated to 138
0.99/1.07	c BCD2: 138 <= obj <= 380
0.99/1.07	c BCD2: #cores=91, #unrelaxed=243, #relaxed=519, #hardened=0
0.99/1.07	c BCD2: #sat=1 #unsat=139 bias=139/140
0.99/1.07	c Solving starts ...
0.99/1.07	c ============================[ Search Statistics ]============================
0.99/1.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.07	c =============================================================================
0.99/1.07	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      120
0.99/1.07	c  0.0s |       0 |      120 |        0 |     2956      0 |       47 |      120
0.99/1.07	c #cpu_time = 0.004s
0.99/1.07	c #wall_clock_time = 0.004s
0.99/1.07	c #decision = 120
0.99/1.07	c #random_decision = 0
0.99/1.07	c #conflict = 0
0.99/1.07	c #restart = 0
0.99/1.07	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.07	c lower bound updated to 139
0.99/1.07	c BCD2: 139 <= obj <= 380
0.99/1.07	c BCD2: #cores=92, #unrelaxed=241, #relaxed=521, #hardened=0
0.99/1.07	c BCD2: #sat=1 #unsat=140 bias=140/141
0.99/1.07	c Solving starts ...
0.99/1.07	c ============================[ Search Statistics ]============================
0.99/1.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.07	c =============================================================================
0.99/1.07	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      121
0.99/1.08	c  0.0s |       0 |      123 |        0 |     2956      0 |       47 |      121
0.99/1.08	c #cpu_time = 0.004s
0.99/1.08	c #wall_clock_time = 0.004s
0.99/1.08	c #decision = 123
0.99/1.08	c #random_decision = 0
0.99/1.08	c #conflict = 0
0.99/1.08	c #restart = 0
0.99/1.08	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.08	c lower bound updated to 140
0.99/1.08	c BCD2: 140 <= obj <= 380
0.99/1.08	c BCD2: #cores=93, #unrelaxed=239, #relaxed=523, #hardened=0
0.99/1.08	c BCD2: #sat=1 #unsat=141 bias=141/142
0.99/1.08	c Solving starts ...
0.99/1.08	c ============================[ Search Statistics ]============================
0.99/1.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.08	c =============================================================================
0.99/1.08	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      122
0.99/1.08	c  0.0s |       0 |      126 |        0 |     2956      0 |       47 |      122
0.99/1.08	c #cpu_time = 0.004s
0.99/1.08	c #wall_clock_time = 0.004s
0.99/1.08	c #decision = 126
0.99/1.08	c #random_decision = 0
0.99/1.08	c #conflict = 0
0.99/1.08	c #restart = 0
0.99/1.08	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.08	c lower bound updated to 141
0.99/1.08	c BCD2: 141 <= obj <= 380
0.99/1.08	c BCD2: #cores=94, #unrelaxed=237, #relaxed=525, #hardened=0
0.99/1.08	c BCD2: #sat=1 #unsat=142 bias=142/143
0.99/1.08	c Solving starts ...
0.99/1.08	c ============================[ Search Statistics ]============================
0.99/1.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.08	c =============================================================================
0.99/1.08	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      123
0.99/1.09	c  0.0s |       0 |      129 |        0 |     2956      0 |       47 |      123
0.99/1.09	c #cpu_time = 0.004s
0.99/1.09	c #wall_clock_time = 0.004s
0.99/1.09	c #decision = 129
0.99/1.09	c #random_decision = 0
0.99/1.09	c #conflict = 0
0.99/1.09	c #restart = 0
0.99/1.09	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.09	c lower bound updated to 142
0.99/1.09	c BCD2: 142 <= obj <= 380
0.99/1.09	c BCD2: #cores=95, #unrelaxed=235, #relaxed=527, #hardened=0
0.99/1.09	c BCD2: #sat=1 #unsat=143 bias=143/144
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 |     2956      0 |       47 |      124
0.99/1.09	c  0.0s |       0 |      132 |        0 |     2956      0 |       47 |      124
0.99/1.09	c #cpu_time = 0.004s
0.99/1.09	c #wall_clock_time = 0.004s
0.99/1.09	c #decision = 132
0.99/1.09	c #random_decision = 0
0.99/1.09	c #conflict = 0
0.99/1.09	c #restart = 0
0.99/1.09	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.09	c lower bound updated to 143
0.99/1.09	c BCD2: 143 <= obj <= 380
0.99/1.09	c BCD2: #cores=96, #unrelaxed=233, #relaxed=529, #hardened=0
0.99/1.09	c BCD2: #sat=1 #unsat=144 bias=144/145
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 |     2956      0 |       47 |      125
0.99/1.10	c  0.0s |       0 |      135 |        0 |     2956      0 |       47 |      125
0.99/1.10	c #cpu_time = 0.004s
0.99/1.10	c #wall_clock_time = 0.004s
0.99/1.10	c #decision = 135
0.99/1.10	c #random_decision = 0
0.99/1.10	c #conflict = 0
0.99/1.10	c #restart = 0
0.99/1.10	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.10	c lower bound updated to 144
0.99/1.10	c BCD2: 144 <= obj <= 380
0.99/1.10	c BCD2: #cores=97, #unrelaxed=231, #relaxed=531, #hardened=0
0.99/1.10	c BCD2: #sat=1 #unsat=145 bias=145/146
0.99/1.10	c Solving starts ...
0.99/1.10	c ============================[ Search Statistics ]============================
0.99/1.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.10	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.10	c =============================================================================
0.99/1.10	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      126
1.10/1.10	c  0.0s |       0 |      138 |        0 |     2956      0 |       47 |      126
1.10/1.10	c #cpu_time = 0.004s
1.10/1.10	c #wall_clock_time = 0.004s
1.10/1.10	c #decision = 138
1.10/1.10	c #random_decision = 0
1.10/1.10	c #conflict = 0
1.10/1.10	c #restart = 0
1.10/1.10	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.10	c lower bound updated to 145
1.10/1.11	c BCD2: 145 <= obj <= 380
1.10/1.11	c BCD2: #cores=98, #unrelaxed=229, #relaxed=533, #hardened=0
1.10/1.11	c BCD2: #sat=1 #unsat=146 bias=146/147
1.10/1.11	c Solving starts ...
1.10/1.11	c ============================[ Search Statistics ]============================
1.10/1.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.11	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.11	c =============================================================================
1.10/1.11	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      127
1.10/1.11	c  0.0s |       0 |      141 |        0 |     2956      0 |       47 |      127
1.10/1.11	c #cpu_time = 0.004s
1.10/1.11	c #wall_clock_time = 0.004s
1.10/1.11	c #decision = 141
1.10/1.11	c #random_decision = 0
1.10/1.11	c #conflict = 0
1.10/1.11	c #restart = 0
1.10/1.11	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.11	c lower bound updated to 146
1.10/1.11	c BCD2: 146 <= obj <= 380
1.10/1.11	c BCD2: #cores=99, #unrelaxed=227, #relaxed=535, #hardened=0
1.10/1.11	c BCD2: #sat=1 #unsat=147 bias=147/148
1.10/1.11	c Solving starts ...
1.10/1.11	c ============================[ Search Statistics ]============================
1.10/1.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.11	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.11	c =============================================================================
1.10/1.11	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      128
1.10/1.11	c  0.0s |       0 |      144 |        0 |     2956      0 |       47 |      128
1.10/1.11	c #cpu_time = 0.004s
1.10/1.11	c #wall_clock_time = 0.004s
1.10/1.11	c #decision = 144
1.10/1.11	c #random_decision = 0
1.10/1.11	c #conflict = 0
1.10/1.11	c #restart = 0
1.10/1.11	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.11	c lower bound updated to 147
1.10/1.12	c BCD2: 147 <= obj <= 380
1.10/1.12	c BCD2: #cores=100, #unrelaxed=225, #relaxed=537, #hardened=0
1.10/1.12	c BCD2: #sat=1 #unsat=148 bias=148/149
1.10/1.12	c Solving starts ...
1.10/1.12	c ============================[ Search Statistics ]============================
1.10/1.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.12	c =============================================================================
1.10/1.12	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      129
1.10/1.12	c  0.0s |       0 |      147 |        0 |     2956      0 |       47 |      129
1.10/1.12	c #cpu_time = 0.004s
1.10/1.12	c #wall_clock_time = 0.004s
1.10/1.12	c #decision = 147
1.10/1.12	c #random_decision = 0
1.10/1.12	c #conflict = 0
1.10/1.12	c #restart = 0
1.10/1.12	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.12	c lower bound updated to 148
1.10/1.12	c BCD2: 148 <= obj <= 380
1.10/1.12	c BCD2: #cores=101, #unrelaxed=223, #relaxed=539, #hardened=0
1.10/1.12	c BCD2: #sat=1 #unsat=149 bias=149/150
1.10/1.12	c Solving starts ...
1.10/1.12	c ============================[ Search Statistics ]============================
1.10/1.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.12	c =============================================================================
1.10/1.12	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      130
1.10/1.13	c  0.0s |       0 |      150 |        0 |     2956      0 |       47 |      130
1.10/1.13	c #cpu_time = 0.004s
1.10/1.13	c #wall_clock_time = 0.004s
1.10/1.13	c #decision = 150
1.10/1.13	c #random_decision = 0
1.10/1.13	c #conflict = 0
1.10/1.13	c #restart = 0
1.10/1.13	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.13	c lower bound updated to 149
1.10/1.13	c BCD2: 149 <= obj <= 380
1.10/1.13	c BCD2: #cores=102, #unrelaxed=221, #relaxed=541, #hardened=0
1.10/1.13	c BCD2: #sat=1 #unsat=150 bias=150/151
1.10/1.13	c Solving starts ...
1.10/1.13	c ============================[ Search Statistics ]============================
1.10/1.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.13	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.13	c =============================================================================
1.10/1.13	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      131
1.10/1.13	c  0.0s |       0 |      153 |        0 |     2956      0 |       47 |      131
1.10/1.13	c #cpu_time = 0.004s
1.10/1.13	c #wall_clock_time = 0.004s
1.10/1.13	c #decision = 153
1.10/1.13	c #random_decision = 0
1.10/1.13	c #conflict = 0
1.10/1.13	c #restart = 0
1.10/1.13	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.13	c lower bound updated to 150
1.10/1.13	c BCD2: 150 <= obj <= 380
1.10/1.13	c BCD2: #cores=103, #unrelaxed=219, #relaxed=543, #hardened=0
1.10/1.13	c BCD2: #sat=1 #unsat=151 bias=151/152
1.10/1.13	c Solving starts ...
1.10/1.13	c ============================[ Search Statistics ]============================
1.10/1.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.13	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.13	c =============================================================================
1.10/1.13	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      132
1.10/1.14	c  0.0s |       0 |      156 |        0 |     2956      0 |       47 |      132
1.10/1.14	c #cpu_time = 0.004s
1.10/1.14	c #wall_clock_time = 0.004s
1.10/1.14	c #decision = 156
1.10/1.14	c #random_decision = 0
1.10/1.14	c #conflict = 0
1.10/1.14	c #restart = 0
1.10/1.14	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.14	c lower bound updated to 151
1.10/1.14	c BCD2: 151 <= obj <= 380
1.10/1.14	c BCD2: #cores=104, #unrelaxed=217, #relaxed=545, #hardened=0
1.10/1.14	c BCD2: #sat=1 #unsat=152 bias=152/153
1.10/1.14	c Solving starts ...
1.10/1.14	c ============================[ Search Statistics ]============================
1.10/1.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.14	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.14	c =============================================================================
1.10/1.14	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      133
1.10/1.14	c  0.0s |       0 |      159 |        0 |     2956      0 |       47 |      133
1.10/1.14	c #cpu_time = 0.004s
1.10/1.14	c #wall_clock_time = 0.004s
1.10/1.14	c #decision = 159
1.10/1.14	c #random_decision = 0
1.10/1.14	c #conflict = 0
1.10/1.14	c #restart = 0
1.10/1.14	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.14	c lower bound updated to 152
1.10/1.14	c BCD2: 152 <= obj <= 380
1.10/1.14	c BCD2: #cores=105, #unrelaxed=215, #relaxed=547, #hardened=0
1.10/1.14	c BCD2: #sat=1 #unsat=153 bias=153/154
1.10/1.14	c Solving starts ...
1.10/1.14	c ============================[ Search Statistics ]============================
1.10/1.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.14	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.14	c =============================================================================
1.10/1.14	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      134
1.10/1.15	c  0.0s |       0 |      162 |        0 |     2956      0 |       47 |      134
1.10/1.15	c #cpu_time = 0.004s
1.10/1.15	c #wall_clock_time = 0.004s
1.10/1.15	c #decision = 162
1.10/1.15	c #random_decision = 0
1.10/1.15	c #conflict = 0
1.10/1.15	c #restart = 0
1.10/1.15	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.15	c lower bound updated to 153
1.10/1.15	c BCD2: 153 <= obj <= 380
1.10/1.15	c BCD2: #cores=106, #unrelaxed=213, #relaxed=549, #hardened=0
1.10/1.15	c BCD2: #sat=1 #unsat=154 bias=154/155
1.10/1.15	c Solving starts ...
1.10/1.15	c ============================[ Search Statistics ]============================
1.10/1.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.15	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.15	c =============================================================================
1.10/1.15	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      135
1.10/1.15	c  0.0s |       0 |      165 |        0 |     2956      0 |       47 |      135
1.10/1.15	c #cpu_time = 0.004s
1.10/1.15	c #wall_clock_time = 0.004s
1.10/1.15	c #decision = 165
1.10/1.15	c #random_decision = 0
1.10/1.15	c #conflict = 0
1.10/1.15	c #restart = 0
1.10/1.15	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.15	c lower bound updated to 154
1.10/1.15	c BCD2: 154 <= obj <= 380
1.10/1.15	c BCD2: #cores=107, #unrelaxed=211, #relaxed=551, #hardened=0
1.10/1.15	c BCD2: #sat=1 #unsat=155 bias=155/156
1.10/1.15	c Solving starts ...
1.10/1.15	c ============================[ Search Statistics ]============================
1.10/1.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.15	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.15	c =============================================================================
1.10/1.15	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      136
1.10/1.16	c  0.0s |       0 |      168 |        0 |     2956      0 |       47 |      136
1.10/1.16	c #cpu_time = 0.004s
1.10/1.16	c #wall_clock_time = 0.004s
1.10/1.16	c #decision = 168
1.10/1.16	c #random_decision = 0
1.10/1.16	c #conflict = 0
1.10/1.16	c #restart = 0
1.10/1.16	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.16	c lower bound updated to 155
1.10/1.16	c BCD2: 155 <= obj <= 380
1.10/1.16	c BCD2: #cores=108, #unrelaxed=209, #relaxed=553, #hardened=0
1.10/1.16	c BCD2: #sat=1 #unsat=156 bias=156/157
1.10/1.16	c Solving starts ...
1.10/1.16	c ============================[ Search Statistics ]============================
1.10/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.16	c =============================================================================
1.10/1.16	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      137
1.10/1.16	c  0.0s |       0 |      171 |        0 |     2956      0 |       47 |      137
1.10/1.16	c #cpu_time = 0.004s
1.10/1.16	c #wall_clock_time = 0.004s
1.10/1.16	c #decision = 171
1.10/1.16	c #random_decision = 0
1.10/1.16	c #conflict = 0
1.10/1.16	c #restart = 0
1.10/1.16	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.16	c lower bound updated to 156
1.10/1.16	c BCD2: 156 <= obj <= 380
1.10/1.16	c BCD2: #cores=109, #unrelaxed=207, #relaxed=555, #hardened=0
1.10/1.16	c BCD2: #sat=1 #unsat=157 bias=157/158
1.10/1.16	c Solving starts ...
1.10/1.16	c ============================[ Search Statistics ]============================
1.10/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.16	c =============================================================================
1.10/1.16	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      138
1.10/1.17	c  0.0s |       0 |      174 |        0 |     2956      0 |       47 |      138
1.10/1.17	c #cpu_time = 0.004s
1.10/1.17	c #wall_clock_time = 0.004s
1.10/1.17	c #decision = 174
1.10/1.17	c #random_decision = 0
1.10/1.17	c #conflict = 0
1.10/1.17	c #restart = 0
1.10/1.17	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.17	c lower bound updated to 157
1.10/1.17	c BCD2: 157 <= obj <= 380
1.10/1.17	c BCD2: #cores=110, #unrelaxed=205, #relaxed=557, #hardened=0
1.10/1.17	c BCD2: #sat=1 #unsat=158 bias=158/159
1.10/1.17	c Solving starts ...
1.10/1.17	c ============================[ Search Statistics ]============================
1.10/1.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.17	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.17	c =============================================================================
1.10/1.17	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      139
1.10/1.17	c  0.0s |       0 |      177 |        0 |     2956      0 |       47 |      139
1.10/1.17	c #cpu_time = 0.004s
1.10/1.17	c #wall_clock_time = 0.004s
1.10/1.17	c #decision = 177
1.10/1.17	c #random_decision = 0
1.10/1.17	c #conflict = 0
1.10/1.17	c #restart = 0
1.10/1.17	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.17	c lower bound updated to 158
1.10/1.17	c BCD2: 158 <= obj <= 380
1.10/1.17	c BCD2: #cores=111, #unrelaxed=203, #relaxed=559, #hardened=0
1.10/1.17	c BCD2: #sat=1 #unsat=159 bias=159/160
1.10/1.17	c Solving starts ...
1.10/1.17	c ============================[ Search Statistics ]============================
1.10/1.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.17	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.17	c =============================================================================
1.10/1.17	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      140
1.10/1.18	c  0.0s |       0 |      179 |        2 |     2956      0 |       47 |      140
1.10/1.18	c #cpu_time = 0.004s
1.10/1.18	c #wall_clock_time = 0.004s
1.10/1.18	c #decision = 179
1.10/1.18	c #random_decision = 0
1.10/1.18	c #conflict = 2
1.10/1.18	c #restart = 0
1.10/1.18	c BCD2: found a new core of size 57: cost of the new core is >=1
1.10/1.18	c lower bound updated to 159
1.10/1.18	c BCD2: 159 <= obj <= 380
1.10/1.18	c BCD2: #cores=112, #unrelaxed=146, #relaxed=616, #hardened=0
1.10/1.18	c BCD2: #sat=1 #unsat=160 bias=160/161
1.10/1.18	c Solving starts ...
1.10/1.18	c ============================[ Search Statistics ]============================
1.10/1.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.18	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.18	c =============================================================================
1.10/1.18	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      140
1.10/1.18	c  0.0s |       0 |      124 |        0 |     2956      0 |       47 |      140
1.10/1.18	c #cpu_time = 0.004s
1.10/1.18	c #wall_clock_time = 0.004s
1.10/1.18	c #decision = 124
1.10/1.18	c #random_decision = 0
1.10/1.18	c #conflict = 0
1.10/1.18	c #restart = 0
1.10/1.18	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.18	c lower bound updated to 160
1.10/1.19	c BCD2: 160 <= obj <= 380
1.10/1.19	c BCD2: #cores=113, #unrelaxed=144, #relaxed=618, #hardened=0
1.10/1.19	c BCD2: #sat=1 #unsat=161 bias=161/162
1.10/1.19	c Solving starts ...
1.10/1.19	c ============================[ Search Statistics ]============================
1.10/1.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.19	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.19	c =============================================================================
1.10/1.19	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      141
1.10/1.19	c  0.0s |       0 |      127 |        0 |     2956      0 |       47 |      141
1.10/1.19	c #cpu_time = 0.004s
1.10/1.19	c #wall_clock_time = 0.004s
1.10/1.19	c #decision = 127
1.10/1.19	c #random_decision = 0
1.10/1.19	c #conflict = 0
1.10/1.19	c #restart = 0
1.10/1.19	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.19	c lower bound updated to 161
1.10/1.19	c BCD2: 161 <= obj <= 380
1.10/1.19	c BCD2: #cores=114, #unrelaxed=142, #relaxed=620, #hardened=0
1.10/1.19	c BCD2: #sat=1 #unsat=162 bias=162/163
1.10/1.19	c Solving starts ...
1.10/1.19	c ============================[ Search Statistics ]============================
1.10/1.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.19	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.19	c =============================================================================
1.10/1.19	c  0.0s |       0 |        0 |        0 |     2956      0 |       47 |      142
1.10/1.20	c  0.0s |       0 |      137 |        1 |     2956      0 |       47 |      142
1.10/1.20	c #cpu_time = 0.004s
1.10/1.20	c #wall_clock_time = 0.004s
1.10/1.20	c #decision = 137
1.10/1.20	c #random_decision = 0
1.10/1.20	c #conflict = 1
1.10/1.20	c #restart = 0
1.10/1.20	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 26: cost of the new core is >=6
1.10/1.20	c lower bound updated to 162
1.10/1.20	c BCD2: 162 <= obj <= 380
1.10/1.20	c BCD2: #cores=114, #unrelaxed=140, #relaxed=622, #hardened=0
1.10/1.20	c BCD2: #sat=1 #unsat=163 bias=163/164
1.10/1.20	c Solving starts ...
1.10/1.20	c ============================[ Search Statistics ]============================
1.10/1.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.20	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.20	c =============================================================================
1.10/1.20	c  0.0s |       0 |        0 |        0 |     2956      0 |       48 |      142
1.10/1.20	c  0.0s |       0 |      132 |        0 |     2956      0 |       48 |      143
1.10/1.20	c #cpu_time = 0.004s
1.10/1.20	c #wall_clock_time = 0.004s
1.10/1.20	c #decision = 132
1.10/1.20	c #random_decision = 0
1.10/1.20	c #conflict = 0
1.10/1.20	c #restart = 0
1.10/1.20	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.20	c lower bound updated to 163
1.10/1.20	c BCD2: 163 <= obj <= 380
1.10/1.20	c BCD2: #cores=115, #unrelaxed=138, #relaxed=624, #hardened=0
1.10/1.20	c BCD2: #sat=1 #unsat=164 bias=164/165
1.10/1.20	c Solving starts ...
1.10/1.20	c ============================[ Search Statistics ]============================
1.10/1.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.20	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.20	c =============================================================================
1.10/1.20	c  0.0s |       0 |        0 |        0 |     2956      0 |       48 |      144
1.19/1.21	c  0.0s |       0 |      135 |        0 |     2956      0 |       48 |      144
1.19/1.21	c #cpu_time = 0.004s
1.19/1.21	c #wall_clock_time = 0.004s
1.19/1.21	c #decision = 135
1.19/1.21	c #random_decision = 0
1.19/1.21	c #conflict = 0
1.19/1.21	c #restart = 0
1.19/1.21	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.21	c lower bound updated to 164
1.19/1.21	c BCD2: 164 <= obj <= 380
1.19/1.21	c BCD2: #cores=116, #unrelaxed=136, #relaxed=626, #hardened=0
1.19/1.21	c BCD2: #sat=1 #unsat=165 bias=165/166
1.19/1.21	c Solving starts ...
1.19/1.21	c ============================[ Search Statistics ]============================
1.19/1.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.21	c =============================================================================
1.19/1.21	c  0.0s |       0 |        0 |        0 |     2956      0 |       48 |      145
1.19/1.21	c  0.0s |       0 |      138 |        0 |     2956      0 |       48 |      145
1.19/1.21	c #cpu_time = 0.004s
1.19/1.21	c #wall_clock_time = 0.004s
1.19/1.21	c #decision = 138
1.19/1.21	c #random_decision = 0
1.19/1.21	c #conflict = 0
1.19/1.21	c #restart = 0
1.19/1.21	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.21	c lower bound updated to 165
1.19/1.21	c BCD2: 165 <= obj <= 380
1.19/1.21	c BCD2: #cores=117, #unrelaxed=134, #relaxed=628, #hardened=0
1.19/1.21	c BCD2: #sat=1 #unsat=166 bias=166/167
1.19/1.21	c Solving starts ...
1.19/1.21	c ============================[ Search Statistics ]============================
1.19/1.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.21	c =============================================================================
1.19/1.21	c  0.0s |       0 |        0 |        0 |     2956      0 |       48 |      146
1.19/1.22	c  0.0s |       0 |      141 |        0 |     2956      0 |       48 |      146
1.19/1.22	c #cpu_time = 0.004s
1.19/1.22	c #wall_clock_time = 0.004s
1.19/1.22	c #decision = 141
1.19/1.22	c #random_decision = 0
1.19/1.22	c #conflict = 0
1.19/1.22	c #restart = 0
1.19/1.22	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.22	c lower bound updated to 166
1.19/1.22	c BCD2: 166 <= obj <= 380
1.19/1.22	c BCD2: #cores=118, #unrelaxed=132, #relaxed=630, #hardened=0
1.19/1.22	c BCD2: #sat=1 #unsat=167 bias=167/168
1.19/1.22	c Solving starts ...
1.19/1.22	c ============================[ Search Statistics ]============================
1.19/1.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.22	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.22	c =============================================================================
1.19/1.22	c  0.0s |       0 |        0 |        0 |     2956      0 |       48 |      147
1.19/1.22	c  0.0s |       0 |      144 |        0 |     2956      0 |       48 |      147
1.19/1.22	c #cpu_time = 0.004s
1.19/1.22	c #wall_clock_time = 0.004s
1.19/1.22	c #decision = 144
1.19/1.22	c #random_decision = 0
1.19/1.22	c #conflict = 0
1.19/1.22	c #restart = 0
1.19/1.22	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.22	c lower bound updated to 167
1.19/1.22	c BCD2: 167 <= obj <= 380
1.19/1.22	c BCD2: #cores=119, #unrelaxed=130, #relaxed=632, #hardened=0
1.19/1.22	c BCD2: #sat=1 #unsat=168 bias=168/169
1.19/1.22	c Solving starts ...
1.19/1.22	c ============================[ Search Statistics ]============================
1.19/1.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.22	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.22	c =============================================================================
1.19/1.22	c  0.0s |       0 |        0 |        0 |     2956      0 |       48 |      148
1.19/1.23	c  0.0s |       0 |      147 |        0 |     2956      0 |       48 |      148
1.19/1.23	c #cpu_time = 0.004s
1.19/1.23	c #wall_clock_time = 0.004s
1.19/1.23	c #decision = 147
1.19/1.23	c #random_decision = 0
1.19/1.23	c #conflict = 0
1.19/1.23	c #restart = 0
1.19/1.23	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.23	c lower bound updated to 168
1.19/1.23	c BCD2: 168 <= obj <= 380
1.19/1.23	c BCD2: #cores=120, #unrelaxed=128, #relaxed=634, #hardened=0
1.19/1.23	c BCD2: #sat=1 #unsat=169 bias=169/170
1.19/1.23	c Solving starts ...
1.19/1.23	c ============================[ Search Statistics ]============================
1.19/1.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.23	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.23	c =============================================================================
1.19/1.23	c  0.0s |       0 |        0 |        0 |     2956      0 |       48 |      149
1.19/1.23	c  0.0s |       0 |      150 |        0 |     2956      0 |       48 |      149
1.19/1.23	c #cpu_time = 0.004s
1.19/1.23	c #wall_clock_time = 0.004s
1.19/1.23	c #decision = 150
1.19/1.23	c #random_decision = 0
1.19/1.23	c #conflict = 0
1.19/1.23	c #restart = 0
1.19/1.23	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.23	c lower bound updated to 169
1.19/1.23	c BCD2: 169 <= obj <= 380
1.19/1.23	c BCD2: #cores=121, #unrelaxed=126, #relaxed=636, #hardened=0
1.19/1.23	c BCD2: #sat=1 #unsat=170 bias=170/171
1.19/1.23	c Solving starts ...
1.19/1.23	c ============================[ Search Statistics ]============================
1.19/1.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.23	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.23	c =============================================================================
1.19/1.23	c  0.0s |       0 |        0 |        0 |     2956      0 |       48 |      150
1.19/1.24	c  0.0s |       0 |      153 |        0 |     2956      0 |       48 |      150
1.19/1.24	c #cpu_time = 0.004s
1.19/1.24	c #wall_clock_time = 0.004s
1.19/1.24	c #decision = 153
1.19/1.24	c #random_decision = 0
1.19/1.24	c #conflict = 0
1.19/1.24	c #restart = 0
1.19/1.24	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.24	c lower bound updated to 170
1.19/1.24	c BCD2: 170 <= obj <= 380
1.19/1.24	c BCD2: #cores=122, #unrelaxed=124, #relaxed=638, #hardened=0
1.19/1.24	c BCD2: #sat=1 #unsat=171 bias=171/172
1.19/1.24	c Solving starts ...
1.19/1.24	c ============================[ Search Statistics ]============================
1.19/1.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.24	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.24	c =============================================================================
1.19/1.24	c  0.0s |       0 |        0 |        0 |     2956      0 |       48 |      151
1.19/1.24	c  0.0s |       0 |      156 |        0 |     2956      0 |       48 |      151
1.19/1.24	c #cpu_time = 0.004s
1.19/1.24	c #wall_clock_time = 0.004s
1.19/1.24	c #decision = 156
1.19/1.24	c #random_decision = 0
1.19/1.24	c #conflict = 0
1.19/1.24	c #restart = 0
1.19/1.24	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.24	c lower bound updated to 171
1.19/1.24	c BCD2: 171 <= obj <= 380
1.19/1.24	c BCD2: #cores=123, #unrelaxed=122, #relaxed=640, #hardened=0
1.19/1.24	c BCD2: #sat=1 #unsat=172 bias=172/173
1.19/1.25	c Solving starts ...
1.19/1.25	c ============================[ Search Statistics ]============================
1.19/1.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.25	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.25	c =============================================================================
1.19/1.25	c  0.0s |       0 |        0 |        0 |     2956      0 |       48 |      152
1.19/1.25	c  0.0s |       0 |      159 |        0 |     2956      0 |       48 |      152
1.19/1.25	c #cpu_time = 0.004s
1.19/1.25	c #wall_clock_time = 0.004s
1.19/1.25	c #decision = 159
1.19/1.25	c #random_decision = 0
1.19/1.25	c #conflict = 0
1.19/1.25	c #restart = 0
1.19/1.25	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.25	c lower bound updated to 172
1.19/1.25	c BCD2: 172 <= obj <= 380
1.19/1.25	c BCD2: #cores=124, #unrelaxed=120, #relaxed=642, #hardened=0
1.19/1.25	c BCD2: #sat=1 #unsat=173 bias=173/174
1.19/1.25	c Solving starts ...
1.19/1.25	c ============================[ Search Statistics ]============================
1.19/1.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.25	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.25	c =============================================================================
1.19/1.25	c  0.0s |       0 |        0 |        0 |     2956      0 |       48 |      153
1.19/1.25	c  0.0s |       0 |      162 |        0 |     2956      0 |       48 |      153
1.19/1.25	c #cpu_time = 0.004s
1.19/1.25	c #wall_clock_time = 0.004s
1.19/1.25	c #decision = 162
1.19/1.25	c #random_decision = 0
1.19/1.25	c #conflict = 0
1.19/1.25	c #restart = 0
1.19/1.25	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.25	c lower bound updated to 173
1.19/1.26	c BCD2: 173 <= obj <= 380
1.19/1.26	c BCD2: #cores=125, #unrelaxed=118, #relaxed=644, #hardened=0
1.19/1.26	c BCD2: #sat=1 #unsat=174 bias=174/175
1.19/1.26	c Solving starts ...
1.19/1.26	c ============================[ Search Statistics ]============================
1.19/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.26	c =============================================================================
1.19/1.26	c  0.0s |       0 |        0 |        0 |     2956      0 |       48 |      154
1.19/1.26	c  0.0s |       0 |      165 |        0 |     2956      0 |       48 |      154
1.19/1.26	c #cpu_time = 0.004s
1.19/1.26	c #wall_clock_time = 0.004s
1.19/1.26	c #decision = 165
1.19/1.26	c #random_decision = 0
1.19/1.26	c #conflict = 0
1.19/1.26	c #restart = 0
1.19/1.26	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.26	c lower bound updated to 174
1.19/1.26	c BCD2: 174 <= obj <= 380
1.19/1.26	c BCD2: #cores=126, #unrelaxed=116, #relaxed=646, #hardened=0
1.19/1.26	c BCD2: #sat=1 #unsat=175 bias=175/176
1.19/1.26	c Solving starts ...
1.19/1.26	c ============================[ Search Statistics ]============================
1.19/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.26	c =============================================================================
1.19/1.26	c  0.0s |       0 |        0 |        0 |     2956      0 |       48 |      155
1.19/1.26	c  0.0s |       0 |      168 |        0 |     2956      0 |       48 |      155
1.19/1.26	c #cpu_time = 0.004s
1.19/1.26	c #wall_clock_time = 0.004s
1.19/1.26	c #decision = 168
1.19/1.26	c #random_decision = 0
1.19/1.26	c #conflict = 0
1.19/1.26	c #restart = 0
1.19/1.27	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.27	c lower bound updated to 175
1.19/1.27	c BCD2: 175 <= obj <= 380
1.19/1.27	c BCD2: #cores=127, #unrelaxed=114, #relaxed=648, #hardened=0
1.19/1.27	c BCD2: #sat=1 #unsat=176 bias=176/177
1.19/1.27	c Solving starts ...
1.19/1.27	c ============================[ Search Statistics ]============================
1.19/1.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.27	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.27	c =============================================================================
1.19/1.27	c  0.0s |       0 |        0 |        0 |     2956      0 |       48 |      156
1.19/1.27	c  0.0s |       0 |      171 |        0 |     2956      0 |       48 |      156
1.19/1.27	c #cpu_time = 0.004s
1.19/1.27	c #wall_clock_time = 0.004s
1.19/1.27	c #decision = 171
1.19/1.27	c #random_decision = 0
1.19/1.27	c #conflict = 0
1.19/1.27	c #restart = 0
1.19/1.27	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.27	c lower bound updated to 176
1.19/1.27	c BCD2: 176 <= obj <= 380
1.19/1.27	c BCD2: #cores=128, #unrelaxed=112, #relaxed=650, #hardened=0
1.19/1.27	c BCD2: #sat=1 #unsat=177 bias=177/178
1.19/1.27	c Solving starts ...
1.19/1.27	c ============================[ Search Statistics ]============================
1.19/1.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.27	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.27	c =============================================================================
1.19/1.27	c  0.0s |       0 |        0 |        0 |     2956      0 |       48 |      157
1.19/1.28	c  0.0s |       0 |      174 |        0 |     2956      0 |       48 |      157
1.19/1.28	c #cpu_time = 0.004s
1.19/1.28	c #wall_clock_time = 0.004s
1.19/1.28	c #decision = 174
1.19/1.28	c #random_decision = 0
1.19/1.28	c #conflict = 0
1.19/1.28	c #restart = 0
1.19/1.28	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.28	c lower bound updated to 177
1.19/1.28	c BCD2: 177 <= obj <= 380
1.19/1.28	c BCD2: #cores=129, #unrelaxed=110, #relaxed=652, #hardened=0
1.19/1.28	c BCD2: #sat=1 #unsat=178 bias=178/179
1.19/1.28	c Solving starts ...
1.19/1.28	c ============================[ Search Statistics ]============================
1.19/1.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.28	c =============================================================================
1.19/1.28	c  0.0s |       0 |        0 |        0 |     2956      0 |       48 |      158
1.19/1.28	c  0.0s |       0 |      177 |        0 |     2956      0 |       48 |      158
1.19/1.28	c #cpu_time = 0.004s
1.19/1.28	c #wall_clock_time = 0.004s
1.19/1.28	c #decision = 177
1.19/1.28	c #random_decision = 0
1.19/1.28	c #conflict = 0
1.19/1.28	c #restart = 0
1.19/1.28	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.28	c lower bound updated to 178
1.19/1.28	c BCD2: 178 <= obj <= 380
1.19/1.28	c BCD2: #cores=130, #unrelaxed=108, #relaxed=654, #hardened=0
1.19/1.28	c BCD2: #sat=1 #unsat=179 bias=179/180
1.19/1.28	c Solving starts ...
1.19/1.28	c ============================[ Search Statistics ]============================
1.19/1.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.28	c =============================================================================
1.19/1.28	c  0.0s |       0 |        0 |        0 |     2956      0 |       48 |      159
1.19/1.29	c  0.0s |       0 |      180 |        0 |     2956      0 |       48 |      159
1.19/1.29	c #cpu_time = 0.004s
1.19/1.29	c #wall_clock_time = 0.004s
1.19/1.29	c #decision = 180
1.19/1.29	c #random_decision = 0
1.19/1.29	c #conflict = 0
1.19/1.29	c #restart = 0
1.19/1.29	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.29	c lower bound updated to 179
1.19/1.29	c BCD2: 179 <= obj <= 380
1.19/1.29	c BCD2: #cores=131, #unrelaxed=106, #relaxed=656, #hardened=0
1.19/1.29	c BCD2: #sat=1 #unsat=180 bias=180/181
1.19/1.29	c Solving starts ...
1.19/1.29	c ============================[ Search Statistics ]============================
1.19/1.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.29	c =============================================================================
1.19/1.29	c  0.0s |       0 |        0 |        0 |     2956      0 |       48 |      160
1.29/1.30	c  0.0s |       0 |      364 |        1 |     2956      0 |       50 |      198
1.29/1.30	c #cpu_time = 0.008s
1.29/1.30	c #wall_clock_time = 0.008s
1.29/1.30	c #decision = 364
1.29/1.30	c #random_decision = 0
1.29/1.30	c #conflict = 1
1.29/1.30	c #restart = 0
1.29/1.30	c BCD2: found a new core of size 1: cost of the new core is >=1
1.29/1.30	c lower bound updated to 180
1.29/1.30	c BCD2: 180 <= obj <= 380
1.29/1.30	c BCD2: #cores=132, #unrelaxed=105, #relaxed=657, #hardened=0
1.29/1.30	c BCD2: #sat=1 #unsat=181 bias=181/182
1.29/1.30	c Solving starts ...
1.29/1.30	c ============================[ Search Statistics ]============================
1.29/1.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.30	c =============================================================================
1.29/1.30	c  0.0s |       0 |        0 |        0 |     2956      0 |       50 |      198
1.29/1.30	c  0.0s |       0 |      186 |        0 |     2956      0 |       50 |      198
1.29/1.30	c #cpu_time = 0.004s
1.29/1.30	c #wall_clock_time = 0.004s
1.29/1.30	c #decision = 186
1.29/1.30	c #random_decision = 0
1.29/1.30	c #conflict = 0
1.29/1.30	c #restart = 0
1.29/1.30	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.30	c lower bound updated to 181
1.29/1.30	c BCD2: 181 <= obj <= 380
1.29/1.30	c BCD2: #cores=133, #unrelaxed=103, #relaxed=659, #hardened=0
1.29/1.30	c BCD2: #sat=1 #unsat=182 bias=182/183
1.29/1.30	c Solving starts ...
1.29/1.30	c ============================[ Search Statistics ]============================
1.29/1.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.30	c =============================================================================
1.29/1.30	c  0.0s |       0 |        0 |        0 |     2956      0 |       50 |      199
1.29/1.31	c  0.0s |       0 |      189 |        0 |     2956      0 |       50 |      199
1.29/1.31	c #cpu_time = 0.004s
1.29/1.31	c #wall_clock_time = 0.004s
1.29/1.31	c #decision = 189
1.29/1.31	c #random_decision = 0
1.29/1.31	c #conflict = 0
1.29/1.31	c #restart = 0
1.29/1.31	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.31	c lower bound updated to 182
1.29/1.31	c BCD2: 182 <= obj <= 380
1.29/1.31	c BCD2: #cores=134, #unrelaxed=101, #relaxed=661, #hardened=0
1.29/1.31	c BCD2: #sat=1 #unsat=183 bias=183/184
1.29/1.31	c Solving starts ...
1.29/1.31	c ============================[ Search Statistics ]============================
1.29/1.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.31	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.31	c =============================================================================
1.29/1.31	c  0.0s |       0 |        0 |        0 |     2956      0 |       50 |      200
1.29/1.31	c  0.0s |       0 |      192 |        0 |     2956      0 |       50 |      200
1.29/1.31	c #cpu_time = 0.004s
1.29/1.31	c #wall_clock_time = 0.004s
1.29/1.31	c #decision = 192
1.29/1.31	c #random_decision = 0
1.29/1.31	c #conflict = 0
1.29/1.31	c #restart = 0
1.29/1.31	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.31	c lower bound updated to 183
1.29/1.31	c BCD2: 183 <= obj <= 380
1.29/1.31	c BCD2: #cores=135, #unrelaxed=99, #relaxed=663, #hardened=0
1.29/1.31	c BCD2: #sat=1 #unsat=184 bias=184/185
1.29/1.31	c Solving starts ...
1.29/1.31	c ============================[ Search Statistics ]============================
1.29/1.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.31	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.31	c =============================================================================
1.29/1.31	c  0.0s |       0 |        0 |        0 |     2956      0 |       50 |      201
1.29/1.32	c  0.0s |       0 |      195 |        0 |     2956      0 |       50 |      201
1.29/1.32	c #cpu_time = 0.004s
1.29/1.32	c #wall_clock_time = 0.004s
1.29/1.32	c #decision = 195
1.29/1.32	c #random_decision = 0
1.29/1.32	c #conflict = 0
1.29/1.32	c #restart = 0
1.29/1.32	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.32	c lower bound updated to 184
1.29/1.32	c BCD2: 184 <= obj <= 380
1.29/1.32	c BCD2: #cores=136, #unrelaxed=97, #relaxed=665, #hardened=0
1.29/1.32	c BCD2: #sat=1 #unsat=185 bias=185/186
1.29/1.32	c Solving starts ...
1.29/1.32	c ============================[ Search Statistics ]============================
1.29/1.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.32	c =============================================================================
1.29/1.32	c  0.0s |       0 |        0 |        0 |     2956      0 |       50 |      202
1.29/1.32	c  0.0s |       0 |      198 |        0 |     2956      0 |       50 |      202
1.29/1.32	c #cpu_time = 0.004s
1.29/1.32	c #wall_clock_time = 0.004s
1.29/1.32	c #decision = 198
1.29/1.32	c #random_decision = 0
1.29/1.32	c #conflict = 0
1.29/1.32	c #restart = 0
1.29/1.32	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.32	c lower bound updated to 185
1.29/1.32	c BCD2: 185 <= obj <= 380
1.29/1.32	c BCD2: #cores=137, #unrelaxed=95, #relaxed=667, #hardened=0
1.29/1.32	c BCD2: #sat=1 #unsat=186 bias=186/187
1.29/1.33	c Solving starts ...
1.29/1.33	c ============================[ Search Statistics ]============================
1.29/1.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.33	c =============================================================================
1.29/1.33	c  0.0s |       0 |        0 |        0 |     2956      0 |       50 |      203
1.29/1.33	c  0.0s |       0 |      201 |        0 |     2956      0 |       50 |      203
1.29/1.33	c #cpu_time = 0.004s
1.29/1.33	c #wall_clock_time = 0.004s
1.29/1.33	c #decision = 201
1.29/1.33	c #random_decision = 0
1.29/1.33	c #conflict = 0
1.29/1.33	c #restart = 0
1.29/1.33	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.33	c lower bound updated to 186
1.29/1.33	c BCD2: 186 <= obj <= 380
1.29/1.33	c BCD2: #cores=138, #unrelaxed=93, #relaxed=669, #hardened=0
1.29/1.33	c BCD2: #sat=1 #unsat=187 bias=187/188
1.29/1.33	c Solving starts ...
1.29/1.33	c ============================[ Search Statistics ]============================
1.29/1.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.33	c =============================================================================
1.29/1.33	c  0.0s |       0 |        0 |        0 |     2956      0 |       50 |      204
1.29/1.33	c  0.0s |       0 |      204 |        0 |     2956      0 |       50 |      204
1.29/1.33	c #cpu_time = 0.004s
1.29/1.33	c #wall_clock_time = 0.004s
1.29/1.33	c #decision = 204
1.29/1.33	c #random_decision = 0
1.29/1.33	c #conflict = 0
1.29/1.33	c #restart = 0
1.29/1.33	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.33	c lower bound updated to 187
1.29/1.34	c BCD2: 187 <= obj <= 380
1.29/1.34	c BCD2: #cores=139, #unrelaxed=91, #relaxed=671, #hardened=0
1.29/1.34	c BCD2: #sat=1 #unsat=188 bias=188/189
1.29/1.34	c Solving starts ...
1.29/1.34	c ============================[ Search Statistics ]============================
1.29/1.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.34	c =============================================================================
1.29/1.34	c  0.0s |       0 |        0 |        0 |     2956      0 |       50 |      205
1.29/1.34	c  0.0s |       0 |      207 |        0 |     2956      0 |       50 |      205
1.29/1.34	c #cpu_time = 0.004s
1.29/1.34	c #wall_clock_time = 0.004s
1.29/1.34	c #decision = 207
1.29/1.34	c #random_decision = 0
1.29/1.34	c #conflict = 0
1.29/1.34	c #restart = 0
1.29/1.34	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.34	c lower bound updated to 188
1.29/1.34	c BCD2: 188 <= obj <= 380
1.29/1.34	c BCD2: #cores=140, #unrelaxed=89, #relaxed=673, #hardened=0
1.29/1.34	c BCD2: #sat=1 #unsat=189 bias=189/190
1.29/1.34	c Solving starts ...
1.29/1.34	c ============================[ Search Statistics ]============================
1.29/1.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.34	c =============================================================================
1.29/1.34	c  0.0s |       0 |        0 |        0 |     2956      0 |       50 |      206
1.29/1.35	c  0.0s |       0 |      210 |        0 |     2956      0 |       50 |      206
1.29/1.35	c #cpu_time = 0.004s
1.29/1.35	c #wall_clock_time = 0.004s
1.29/1.35	c #decision = 210
1.29/1.35	c #random_decision = 0
1.29/1.35	c #conflict = 0
1.29/1.35	c #restart = 0
1.29/1.35	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.35	c lower bound updated to 189
1.29/1.35	c BCD2: 189 <= obj <= 380
1.29/1.35	c BCD2: #cores=141, #unrelaxed=87, #relaxed=675, #hardened=0
1.29/1.35	c BCD2: #sat=1 #unsat=190 bias=190/191
1.29/1.35	c Solving starts ...
1.29/1.35	c ============================[ Search Statistics ]============================
1.29/1.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.35	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.35	c =============================================================================
1.29/1.35	c  0.0s |       0 |        0 |        0 |     2956      0 |       50 |      207
1.29/1.35	c  0.0s |       0 |      213 |        0 |     2956      0 |       50 |      207
1.29/1.35	c #cpu_time = 0.004s
1.29/1.35	c #wall_clock_time = 0.004s
1.29/1.35	c #decision = 213
1.29/1.35	c #random_decision = 0
1.29/1.35	c #conflict = 0
1.29/1.35	c #restart = 0
1.29/1.35	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.35	c lower bound updated to 190
1.29/1.35	c BCD2: 190 <= obj <= 380
1.29/1.35	c BCD2: #cores=142, #unrelaxed=85, #relaxed=677, #hardened=0
1.29/1.35	c BCD2: #sat=1 #unsat=191 bias=191/192
1.29/1.35	c Solving starts ...
1.29/1.35	c ============================[ Search Statistics ]============================
1.29/1.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.35	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.35	c =============================================================================
1.29/1.35	c  0.0s |       0 |        0 |        0 |     2956      0 |       50 |      208
1.29/1.36	c  0.0s |       0 |      216 |        0 |     2956      0 |       50 |      208
1.29/1.36	c #cpu_time = 0.004s
1.29/1.36	c #wall_clock_time = 0.004s
1.29/1.36	c #decision = 216
1.29/1.36	c #random_decision = 0
1.29/1.36	c #conflict = 0
1.29/1.36	c #restart = 0
1.29/1.36	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.36	c lower bound updated to 191
1.29/1.36	c BCD2: 191 <= obj <= 380
1.29/1.36	c BCD2: #cores=143, #unrelaxed=83, #relaxed=679, #hardened=0
1.29/1.36	c BCD2: #sat=1 #unsat=192 bias=192/193
1.29/1.36	c Solving starts ...
1.29/1.36	c ============================[ Search Statistics ]============================
1.29/1.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.36	c =============================================================================
1.29/1.36	c  0.0s |       0 |        0 |        0 |     2956      0 |       50 |      209
1.29/1.36	c  0.0s |       0 |      218 |        2 |     2956      0 |       50 |      209
1.29/1.36	c #cpu_time = 0.004s
1.29/1.36	c #wall_clock_time = 0.004s
1.29/1.36	c #decision = 218
1.29/1.36	c #random_decision = 0
1.29/1.36	c #conflict = 2
1.29/1.36	c #restart = 0
1.29/1.36	c BCD2: found a new core of size 56: cost of the new core is >=1
1.29/1.36	c lower bound updated to 192
1.29/1.36	c BCD2: 192 <= obj <= 380
1.29/1.36	c BCD2: #cores=144, #unrelaxed=27, #relaxed=735, #hardened=0
1.29/1.36	c BCD2: #sat=1 #unsat=193 bias=193/194
1.29/1.36	c Solving starts ...
1.29/1.36	c ============================[ Search Statistics ]============================
1.29/1.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.36	c =============================================================================
1.29/1.36	c  0.0s |       0 |        0 |        0 |     2956      0 |       50 |      209
1.29/1.37	c  0.0s |       0 |      168 |        1 |     2956      0 |       50 |      209
1.29/1.37	c #cpu_time = 0.005s
1.29/1.37	c #wall_clock_time = 0.005s
1.29/1.37	c #decision = 168
1.29/1.37	c #random_decision = 0
1.29/1.37	c #conflict = 1
1.29/1.37	c #restart = 0
1.29/1.37	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
1.29/1.37	c lower bound updated to 193
1.29/1.37	c BCD2: 193 <= obj <= 380
1.29/1.37	c BCD2: #cores=143, #unrelaxed=25, #relaxed=737, #hardened=0
1.29/1.37	c BCD2: #sat=1 #unsat=194 bias=194/195
1.29/1.37	c Solving starts ...
1.29/1.37	c ============================[ Search Statistics ]============================
1.29/1.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.37	c =============================================================================
1.29/1.37	c  0.0s |       0 |        0 |        0 |     2956      0 |       52 |      209
1.29/1.38	c  0.0s |       0 |      165 |        0 |     2956      0 |       52 |      211
1.29/1.38	c #cpu_time = 0.005s
1.29/1.38	c #wall_clock_time = 0.005s
1.29/1.38	c #decision = 165
1.29/1.38	c #random_decision = 0
1.29/1.38	c #conflict = 0
1.29/1.38	c #restart = 0
1.29/1.38	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.38	c lower bound updated to 194
1.29/1.38	c BCD2: 194 <= obj <= 380
1.29/1.38	c BCD2: #cores=144, #unrelaxed=23, #relaxed=739, #hardened=0
1.29/1.38	c BCD2: #sat=1 #unsat=195 bias=195/196
1.29/1.38	c Solving starts ...
1.29/1.38	c ============================[ Search Statistics ]============================
1.29/1.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.38	c =============================================================================
1.29/1.38	c  0.0s |       0 |        0 |        0 |     2956      0 |       52 |      212
1.29/1.38	c  0.0s |       0 |      213 |        3 |     2956      0 |       52 |      212
1.29/1.38	c #cpu_time = 0.005s
1.29/1.38	c #wall_clock_time = 0.005s
1.29/1.38	c #decision = 213
1.29/1.38	c #random_decision = 0
1.29/1.38	c #conflict = 3
1.29/1.38	c #restart = 0
1.29/1.38	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 52: cost of the new core is >=11
1.29/1.38	c lower bound updated to 195
1.29/1.38	c BCD2: 195 <= obj <= 380
1.29/1.38	c BCD2: #cores=142, #unrelaxed=21, #relaxed=741, #hardened=0
1.29/1.38	c BCD2: #sat=1 #unsat=196 bias=196/197
1.29/1.38	c Solving starts ...
1.29/1.38	c ============================[ Search Statistics ]============================
1.29/1.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.38	c =============================================================================
1.29/1.38	c  0.0s |       0 |        0 |        0 |     2956      0 |       55 |      212
1.29/1.39	c  0.0s |       0 |      341 |        5 |     2956      0 |       55 |      215
1.29/1.39	c #cpu_time = 0.007s
1.29/1.39	c #wall_clock_time = 0.007s
1.29/1.39	c #decision = 341
1.29/1.39	c #random_decision = 0
1.29/1.39	c #conflict = 5
1.29/1.39	c #restart = 0
1.29/1.39	c BCD2: relaxing 0 and merging with 15 cores into a new core of size 54: cost of the new core is >=20
1.29/1.39	c lower bound updated to 196
1.29/1.39	c BCD2: 196 <= obj <= 380
1.29/1.39	c BCD2: #cores=128, #unrelaxed=21, #relaxed=741, #hardened=0
1.29/1.39	c BCD2: #sat=1 #unsat=197 bias=197/198
1.29/1.39	c Solving starts ...
1.29/1.39	c ============================[ Search Statistics ]============================
1.29/1.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.39	c =============================================================================
1.29/1.39	c  0.0s |       0 |        0 |        0 |     2956      0 |       70 |      215
1.39/1.40	c  0.0s |       0 |      377 |        5 |     2956      0 |       70 |      230
1.39/1.40	c #cpu_time = 0.008s
1.39/1.40	c #wall_clock_time = 0.008s
1.39/1.40	c #decision = 377
1.39/1.40	c #random_decision = 0
1.39/1.40	c #conflict = 5
1.39/1.40	c #restart = 0
1.39/1.40	c BCD2: relaxing 0 and merging with 21 cores into a new core of size 90: cost of the new core is >=34
1.39/1.40	c lower bound updated to 197
1.39/1.40	c BCD2: 197 <= obj <= 380
1.39/1.40	c BCD2: #cores=108, #unrelaxed=21, #relaxed=741, #hardened=0
1.39/1.40	c BCD2: #sat=1 #unsat=198 bias=198/199
1.39/1.40	c Solving starts ...
1.39/1.40	c ============================[ Search Statistics ]============================
1.39/1.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.40	c =============================================================================
1.39/1.40	c  0.0s |       0 |        0 |        0 |     2956      0 |       91 |      230
1.39/1.41	c  0.0s |       0 |      195 |        6 |     2956      0 |       91 |      251
1.39/1.41	c #cpu_time = 0.008s
1.39/1.41	c #wall_clock_time = 0.008s
1.39/1.41	c #decision = 195
1.39/1.41	c #random_decision = 0
1.39/1.41	c #conflict = 6
1.39/1.41	c #restart = 0
1.39/1.41	c BCD2: relaxing 0 and merging with 23 cores into a new core of size 128: cost of the new core is >=39
1.39/1.41	c lower bound updated to 198
1.39/1.41	c BCD2: 198 <= obj <= 380
1.39/1.41	c BCD2: #cores=86, #unrelaxed=21, #relaxed=741, #hardened=0
1.39/1.41	c BCD2: #sat=1 #unsat=199 bias=199/200
1.39/1.41	c Solving starts ...
1.39/1.41	c ============================[ Search Statistics ]============================
1.39/1.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.41	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.41	c =============================================================================
1.39/1.41	c  0.0s |       0 |        0 |        0 |     2956      0 |      114 |      251
1.39/1.42	c  0.0s |       0 |      209 |        7 |     2956      0 |      114 |      274
1.39/1.42	c #cpu_time = 0.008s
1.39/1.42	c #wall_clock_time = 0.008s
1.39/1.42	c #decision = 209
1.39/1.42	c #random_decision = 0
1.39/1.42	c #conflict = 7
1.39/1.42	c #restart = 0
1.39/1.42	c BCD2: relaxing 0 and merging with 14 cores into a new core of size 46: cost of the new core is >=18
1.39/1.42	c lower bound updated to 199
1.39/1.42	c BCD2: 199 <= obj <= 380
1.39/1.42	c BCD2: #cores=73, #unrelaxed=21, #relaxed=741, #hardened=0
1.39/1.42	c BCD2: #sat=1 #unsat=200 bias=200/201
1.39/1.42	c Solving starts ...
1.39/1.42	c ============================[ Search Statistics ]============================
1.39/1.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.42	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.42	c =============================================================================
1.39/1.42	c  0.0s |       0 |        0 |        0 |     2956      0 |      128 |      274
1.39/1.43	c  0.0s |       0 |      217 |        9 |     2956      0 |      128 |      288
1.39/1.43	c #cpu_time = 0.009s
1.39/1.43	c #wall_clock_time = 0.009s
1.39/1.43	c #decision = 217
1.39/1.43	c #random_decision = 1
1.39/1.43	c #conflict = 9
1.39/1.43	c #restart = 0
1.39/1.43	c BCD2: relaxing 0 and merging with 19 cores into a new core of size 98: cost of the new core is >=31
1.39/1.43	c lower bound updated to 200
1.39/1.43	c BCD2: 200 <= obj <= 380
1.39/1.43	c BCD2: #cores=55, #unrelaxed=21, #relaxed=741, #hardened=0
1.39/1.43	c BCD2: #sat=1 #unsat=201 bias=201/202
1.39/1.43	c Solving starts ...
1.39/1.43	c ============================[ Search Statistics ]============================
1.39/1.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.43	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.43	c =============================================================================
1.39/1.43	c  0.0s |       0 |        0 |        0 |     2956      0 |      147 |      288
1.39/1.45	c  0.0s |       0 |      302 |       29 |     2956      0 |      147 |      307
1.39/1.45	c #cpu_time = 0.016s
1.39/1.45	c #wall_clock_time = 0.016s
1.39/1.45	c #decision = 302
1.39/1.45	c #random_decision = 0
1.39/1.45	c #conflict = 29
1.39/1.45	c #restart = 0
1.39/1.45	c BCD2: relaxing 0 and merging with 9 cores into a new core of size 96: cost of the new core is >=18
1.39/1.45	c lower bound updated to 201
1.39/1.45	c BCD2: 201 <= obj <= 380
1.39/1.45	c BCD2: #cores=47, #unrelaxed=21, #relaxed=741, #hardened=0
1.39/1.45	c BCD2: #sat=1 #unsat=202 bias=202/203
1.39/1.45	c Solving starts ...
1.39/1.45	c ============================[ Search Statistics ]============================
1.39/1.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.45	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.45	c =============================================================================
1.39/1.45	c  0.0s |       0 |        0 |        0 |     2956      0 |      156 |      307
1.39/1.49	c  0.0s |       1 |      260 |      100 |     3252      0 |      156 |      316
1.49/1.51	c  0.1s |       2 |      542 |      250 |     3578      0 |      156 |      316
1.49/1.54	c  0.1s |       3 |      927 |      475 |     3578      0 |      156 |      316
1.49/1.57	c  0.1s |       4 |     1432 |      813 |     3936      0 |      156 |      316
1.59/1.63	c  0.2s |       4 |     2083 |     1265 |     4330      0 |      156 |      316
1.59/1.63	c #cpu_time = 0.186s
1.59/1.63	c #wall_clock_time = 0.186s
1.59/1.63	c #decision = 2083
1.59/1.63	c #random_decision = 6
1.59/1.63	c #conflict = 1265
1.59/1.63	c #restart = 4
1.59/1.63	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 63: cost of the new core is >=2
1.59/1.63	c lower bound updated to 202
1.59/1.64	c BCD2: 202 <= obj <= 380
1.59/1.64	c BCD2: #cores=47, #unrelaxed=14, #relaxed=748, #hardened=0
1.59/1.64	c BCD2: #sat=1 #unsat=203 bias=203/204
1.59/1.64	c Solving starts ...
1.59/1.64	c ============================[ Search Statistics ]============================
1.59/1.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.64	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.64	c =============================================================================
1.59/1.64	c  0.0s |       0 |        0 |        0 |     4330      0 |      157 |      316
1.59/1.67	c  0.0s |       1 |      224 |      100 |     4330      0 |      157 |      317
1.69/1.70	c  0.1s |       2 |      485 |      250 |     4330      0 |      157 |      317
1.69/1.73	c  0.1s |       3 |      903 |      475 |     4330      0 |      157 |      317
1.99/2.08	c  0.2s |       4 |     1428 |      813 |     4763      0 |      157 |      317
1.99/2.08	c  0.2s |       5 |     2168 |     1320 |     4763      0 |      157 |      317
1.99/2.08	c  0.4s |       6 |     3272 |     2081 |     5240      0 |      157 |      317
2.20/2.27	c  0.6s |       7 |     4798 |     3223 |     5240      0 |      157 |      317
2.59/2.67	c  1.0s |       8 |     7169 |     4936 |     5765      0 |      157 |      317
3.30/3.35	c  1.7s |       8 |    10529 |     6991 |     6342      1 |      157 |      317
3.30/3.35	c #cpu_time = 1.708s
3.30/3.35	c #wall_clock_time = 1.712s
3.30/3.35	c #decision = 10529
3.30/3.35	c #random_decision = 27
3.30/3.35	c #conflict = 6991
3.30/3.35	c #restart = 8
3.30/3.35	c BCD2: relaxing 13 and merging with 5 cores into a new core of size 374: cost of the new core is >=71
3.30/3.35	c lower bound updated to 203
3.30/3.35	c BCD2: 203 <= obj <= 380
3.30/3.35	c BCD2: #cores=43, #unrelaxed=1, #relaxed=761, #hardened=0
3.30/3.35	c BCD2: #sat=1 #unsat=204 bias=204/205
3.30/3.35	c Solving starts ...
3.30/3.35	c ============================[ Search Statistics ]============================
3.30/3.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.35	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.35	c =============================================================================
3.30/3.35	c  0.0s |       0 |        0 |        0 |     6342      0 |      162 |      317
3.49/3.51	c  0.2s |       1 |      366 |      100 |     6342      0 |      164 |      356
3.59/3.60	c  0.3s |       2 |      743 |      250 |     6342      0 |      164 |      356
3.69/3.74	c  0.4s |       3 |     1318 |      475 |     6342      0 |      164 |      356
3.89/3.92	c  0.6s |       3 |     1897 |      726 |     6342      0 |      164 |      356
3.89/3.92	c #cpu_time = 0.569s
3.89/3.92	c #wall_clock_time = 0.570s
3.89/3.92	c #decision = 1897
3.89/3.92	c #random_decision = 7
3.89/3.92	c #conflict = 726
3.89/3.92	c #restart = 3
3.89/3.92	o 377
3.89/3.92	c BCD2: updating upper bound: 380 -> 376
3.89/3.92	c BCD2: 203 <= obj <= 376
3.89/3.92	c BCD2: #cores=43, #unrelaxed=1, #relaxed=761, #hardened=0
3.89/3.92	c BCD2: #sat=2 #unsat=204 bias=204/206
3.89/3.93	c Solving starts ...
3.89/3.93	c ============================[ Search Statistics ]============================
3.89/3.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.93	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.93	c =============================================================================
3.89/3.93	c  0.0s |       0 |        0 |        0 |     6342      0 |      164 |      357
3.99/4.01	c  0.1s |       1 |      269 |      100 |     6342      0 |      164 |      357
4.09/4.13	c  0.2s |       2 |      551 |      250 |     6342      0 |      164 |      357
4.19/4.27	c  0.3s |       2 |      827 |      417 |     6342      0 |      164 |      357
4.19/4.27	c #cpu_time = 0.345s
4.19/4.27	c #wall_clock_time = 0.346s
4.19/4.27	c #decision = 827
4.19/4.27	c #random_decision = 2
4.19/4.27	c #conflict = 417
4.19/4.27	c #restart = 2
4.19/4.27	c BCD2: relaxing 0 and merging with 7 cores into a new core of size 655: cost of the new core is >=168
4.19/4.27	c lower bound updated to 204
4.19/4.27	c BCD2: 204 <= obj <= 376
4.19/4.27	c BCD2: #cores=37, #unrelaxed=1, #relaxed=761, #hardened=0
4.19/4.27	c BCD2: #sat=2 #unsat=205 bias=205/207
4.19/4.27	c Solving starts ...
4.19/4.27	c ============================[ Search Statistics ]============================
4.19/4.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.27	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.27	c =============================================================================
4.29/4.30	c  0.0s |       0 |        0 |        0 |     6342      0 |      175 |      357
4.29/4.40	c  0.1s |       1 |      174 |      100 |     6342      0 |      175 |      372
4.50/4.51	c  0.2s |       1 |      395 |      198 |     6342      0 |      175 |      372
4.50/4.51	c #cpu_time = 0.212s
4.50/4.51	c #wall_clock_time = 0.212s
4.50/4.51	c #decision = 395
4.50/4.51	c #random_decision = 0
4.50/4.51	c #conflict = 198
4.50/4.51	c #restart = 1
4.50/4.51	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 658: cost of the new core is >=170
4.50/4.51	c lower bound updated to 205
4.50/4.51	c BCD2: 205 <= obj <= 376
4.50/4.51	c BCD2: #cores=36, #unrelaxed=1, #relaxed=761, #hardened=0
4.50/4.51	c BCD2: #sat=2 #unsat=206 bias=206/208
4.50/4.51	c Solving starts ...
4.50/4.51	c ============================[ Search Statistics ]============================
4.50/4.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.51	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.51	c =============================================================================
4.50/4.51	c  0.0s |       0 |        0 |        0 |     6342      0 |      177 |      372
4.59/4.62	c  0.1s |       0 |      221 |       94 |     6342      0 |      177 |      374
4.59/4.62	c #cpu_time = 0.108s
4.59/4.62	c #wall_clock_time = 0.109s
4.59/4.62	c #decision = 221
4.59/4.62	c #random_decision = 0
4.59/4.62	c #conflict = 94
4.59/4.62	c #restart = 0
4.59/4.62	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 661: cost of the new core is >=172
4.59/4.62	c lower bound updated to 206
4.59/4.62	c BCD2: 206 <= obj <= 376
4.59/4.62	c BCD2: #cores=35, #unrelaxed=1, #relaxed=761, #hardened=0
4.59/4.62	c BCD2: #sat=2 #unsat=207 bias=207/209
4.59/4.62	c Solving starts ...
4.59/4.62	c ============================[ Search Statistics ]============================
4.59/4.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.62	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.62	c =============================================================================
4.59/4.62	c  0.0s |       0 |        0 |        0 |     6342      0 |      179 |      374
4.69/4.72	c  0.1s |       0 |      174 |       68 |     6342      0 |      180 |      377
4.69/4.72	c #cpu_time = 0.100s
4.69/4.72	c #wall_clock_time = 0.100s
4.69/4.72	c #decision = 174
4.69/4.72	c #random_decision = 0
4.69/4.72	c #conflict = 68
4.69/4.72	c #restart = 0
4.69/4.72	c BCD2: updating lower bound of a core
4.69/4.74	c lower bound updated to 376
4.69/4.74	c BCD2: hardening fixes 1 literals
4.69/4.74	c BCD2: 376 <= obj <= 376
4.69/4.74	c BCD2: #cores=35, #unrelaxed=0, #relaxed=761, #hardened=1
4.69/4.74	c BCD2: #sat=2 #unsat=208 bias=208/210
4.69/4.74	c Solving starts ...
4.69/4.74	c ============================[ Search Statistics ]============================
4.69/4.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.74	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.74	c =============================================================================
4.69/4.74	c  0.0s |       0 |        0 |        0 |     6342      0 |      180 |      378
4.69/4.76	c  0.0s |       0 |       46 |        0 |     6342      0 |      180 |      378
4.69/4.76	c #cpu_time = 0.013s
4.69/4.76	c #wall_clock_time = 0.013s
4.69/4.76	c #decision = 46
4.69/4.76	c #random_decision = 0
4.69/4.76	c #conflict = 0
4.69/4.76	c #restart = 0
4.69/4.76	o 376
4.69/4.76	s OPTIMUM FOUND
4.69/4.76	v x1 -x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10
4.69/4.76	v x11 -x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20
4.69/4.76	v x21 -x22 x23 -x24 x25 -x26 x27 -x28 x29 -x30
4.69/4.76	v x31 -x32 x33 -x34 x35 -x36 x37 -x38 x39 -x40
4.69/4.76	v x41 -x42 x43 -x44 x45 -x46 x47 -x48 x49 -x50
4.69/4.76	v x51 -x52 x53 -x54 x55 -x56 x57 -x58 x59 -x60
4.69/4.76	v x61 -x62 x63 -x64 x65 -x66 x67 -x68 x69 -x70
4.69/4.76	v x71 -x72 -x73 x74 x75 -x76 x77 -x78 x79 -x80
4.69/4.76	v x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90
4.69/4.76	v -x91 x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100
4.69/4.76	v -x101 x102 x103 -x104 x105 -x106 x107 -x108 x109 -x110
4.69/4.76	v x111 -x112 x113 -x114 x115 -x116 x117 -x118 x119 -x120
4.69/4.76	v x121 -x122 x123 -x124 x125 -x126 x127 -x128 -x129 x130
4.69/4.76	v x131 -x132 -x133 x134 x135 -x136 x137 -x138 x139 -x140
4.69/4.76	v x141 -x142 x143 -x144 x145 -x146 x147 -x148 x149 -x150
4.69/4.76	v x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160
4.69/4.76	v x161 -x162 -x163 x164 x165 -x166 x167 -x168 x169 -x170
4.69/4.76	v x171 -x172 x173 -x174 -x175 x176 -x177 -x178 x179 -x180
4.69/4.76	v x181 -x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190
4.69/4.76	v x191 -x192 x193 -x194 x195 -x196 x197 -x198 x199 -x200
4.69/4.76	v x201 -x202 -x203 -x204 x205 -x206 x207 -x208 x209 -x210
4.69/4.76	v x211 -x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220
4.69/4.76	v x221 -x222 x223 -x224 x225 -x226 x227 -x228 x229 -x230
4.69/4.76	v x231 -x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240
4.69/4.76	v x241 -x242 x243 -x244 x245 -x246 x247 -x248 -x249 x250
4.69/4.76	v x251 -x252 x253 -x254 x255 -x256 x257 -x258 x259 -x260
4.69/4.76	v -x261 x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270
4.69/4.76	v x271 -x272 x273 -x274 -x275 x276 x277 -x278 x279 -x280
4.69/4.76	v x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290
4.69/4.76	v x291 -x292 x293 -x294 x295 -x296 x297 -x298 x299 -x300
4.69/4.76	v x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310
4.69/4.76	v x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320
4.69/4.76	v x321 -x322 x323 -x324 x325 -x326 x327 -x328 x329 -x330
4.69/4.76	v x331 -x332 x333 -x334 -x335 x336 x337 -x338 x339 -x340
4.69/4.76	v x341 -x342 x343 -x344 x345 -x346 x347 -x348 x349 -x350
4.69/4.76	v x351 -x352 x353 -x354 x355 -x356 x357 -x358 x359 -x360
4.69/4.76	v x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370
4.69/4.76	v x371 -x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380
4.69/4.76	v -x381 x382 x383 -x384 -x385 x386 -x387 x388 x389 -x390
4.69/4.76	v x391 -x392 -x393 x394 -x395 x396 x397 -x398 -x399 x400
4.69/4.76	v -x401 x402 x403 -x404 -x405 x406 -x407 x408 x409 -x410
4.69/4.76	v -x411 x412 -x413 x414 -x415 x416 x417 -x418 -x419 x420
4.69/4.76	v x421 -x422 -x423 x424 -x425 x426 x427 -x428 -x429 x430
4.69/4.76	v -x431 x432 x433 -x434 -x435 x436 -x437 x438 -x439 x440
4.69/4.76	v -x441 x442 x443 -x444 -x445 x446 -x447 x448 x449 -x450
4.69/4.76	v x451 -x452 -x453 x454 -x455 x456 -x457 -x458 -x459 x460
4.69/4.76	v x461 -x462 x463 -x464 -x465 x466 -x467 x468 x469 -x470
4.69/4.76	v -x471 x472 -x473 x474 x475 -x476 -x477 x478 -x479 x480
4.69/4.76	v x481 -x482 -x483 x484 -x485 x486 x487 -x488 -x489 x490
4.69/4.76	v -x491 x492 -x493 x494 -x495 x496 x497 -x498 -x499 x500
4.69/4.76	v -x501 x502 x503 -x504 x505 -x506 -x507 x508 -x509 x510
4.69/4.76	v -x511 x512 -x513 x514 x515 -x516 -x517 x518 x519 -x520
4.69/4.76	v -x521 x522 x523 -x524 -x525 x526 -x527 x528 -x529 x530
4.69/4.76	v -x531 x532 x533 -x534 -x535 x536 -x537 x538 x539 -x540
4.69/4.76	v x541 -x542 -x543 x544 -x545 x546 -x547 x548 -x549 x550
4.69/4.76	v x551 -x552 x553 -x554 -x555 x556 -x557 x558 x559 -x560
4.69/4.76	v -x561 x562 -x563 x564 -x565 x566 -x567 x568 x569 -x570
4.69/4.76	v -x571 x572 -x573 x574 x575 -x576 -x577 x578 -x579 x580
4.69/4.76	v x581 -x582 x583 -x584 -x585 x586 -x587 x588 x589 -x590
4.69/4.76	v -x591 x592 -x593 x594 x595 -x596 -x597 x598 -x599 x600
4.69/4.76	v x601 -x602 -x603 x604 -x605 x606 -x607 x608 -x609 x610
4.69/4.76	v x611 -x612 -x613 x614 -x615 x616 x617 -x618 x619 -x620
4.69/4.76	v -x621 x622 -x623 x624 x625 -x626 -x627 x628 -x629 x630
4.69/4.76	v x631 -x632 -x633 x634 -x635 -x636 x637 -x638 -x639 x640
4.69/4.76	v -x641 x642 -x643 x644 -x645 x646 x647 -x648 -x649 x650
4.69/4.76	v -x651 x652 x653 -x654 -x655 x656 -x657 x658 x659 -x660
4.69/4.76	v x661 -x662 -x663 x664 -x665 x666 -x667 x668 -x669 x670
4.69/4.76	v x671 -x672 x673 -x674 -x675 x676 -x677 x678 x679 -x680
4.69/4.76	v -x681 x682 -x683 x684 -x685 x686 -x687 x688 x689 -x690
4.69/4.76	v x691 -x692 -x693 x694 -x695 x696 x697 -x698 -x699 x700
4.69/4.76	v -x701 -x702 -x703 x704 x705 -x706 -x707 x708 -x709 x710
4.69/4.76	v x711 -x712 -x713 x714 x715 -x716 -x717 x718 -x719 x720
4.69/4.76	v -x721 x722 x723 -x724 -x725 x726 -x727 x728 -x729 x730
4.69/4.76	v x731 -x732 x733 -x734 -x735 x736 -x737 x738 -x739 x740
4.69/4.76	v x741 -x742 -x743 x744 x745 -x746 -x747 x748 -x749 x750
4.69/4.76	v x751 -x752 -x753 x754 -x755 x756 -x757 x758 -x759 x760
4.69/4.76	v x761 -x762
4.69/4.76	c total CPU time = 4.749s
4.69/4.76	c total wall clock time = 4.761s

Verifier Data

OK	376

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

pid=5055
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.18 2.27 2.22 3/179 5058
/proc/meminfo: memFree=28900404/32872528 swapFree=17888/1798212
[pid=5058] ppid=5055 vsize=836028 CPUtime=0 cores=1,3,5,7
/proc/5058/stat : 5058 (toysat) R 5055 5058 579 0 -1 4202496 3138 0 0 0 0 0 0 0 20 0 4 0 25218157 856092672 2987 33554432000 4194304 16246674 140736202832944 140736202832368 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5058/statm: 209519 2997 441 2943 0 206413 0
[pid=5058/tid=5059] ppid=5055 vsize=854460 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (toysat) S 5055 5058 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25218157 874967040 3060 33554432000 4194304 16246674 140736202832944 140197739080944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5060] ppid=5055 vsize=858556 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5060/stat : 5060 (toysat) S 5055 5058 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25218157 879161344 3077 33554432000 4194304 16246674 140736202832944 140197728591088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5061] ppid=5055 vsize=862652 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5061/stat : 5061 (toysat) S 5055 5058 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25218157 883355648 3094 33554432000 4194304 16246674 140736202832944 140197718117552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100177 s]
/proc/loadavg: 2.18 2.27 2.22 3/179 5058
/proc/meminfo: memFree=28900404/32872528 swapFree=17888/1798212
[pid=5058] ppid=5055 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/5058/stat : 5058 (toysat) R 5055 5058 579 0 -1 4202496 27836 0 0 0 6 3 0 0 20 0 4 0 25218157 1333334016 27624 33554432000 4194304 16246674 140736202832944 140736202832256 7374276 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5058/statm: 325521 27642 800 2943 0 322415 0
[pid=5058/tid=5059] ppid=5055 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (toysat) S 5055 5058 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25218157 1333334016 27652 33554432000 4194304 16246674 140736202832944 140197739080944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5060] ppid=5055 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5060/stat : 5060 (toysat) S 5055 5058 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25218157 1333334016 27664 33554432000 4194304 16246674 140736202832944 140197728591088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5061] ppid=5055 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5061/stat : 5061 (toysat) S 5055 5058 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25218157 1333334016 27675 33554432000 4194304 16246674 140736202832944 140197718117552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200535 s]
/proc/loadavg: 2.18 2.27 2.22 3/179 5058
/proc/meminfo: memFree=28900404/32872528 swapFree=17888/1798212
[pid=5058] ppid=5055 vsize=1302084 CPUtime=0.19 cores=1,3,5,7
/proc/5058/stat : 5058 (toysat) R 5055 5058 579 0 -1 4202496 46714 0 0 0 13 6 0 0 20 0 4 0 25218157 1333334016 46501 33554432000 4194304 16246674 140736202832944 140736202814848 13950986 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5058/statm: 325521 46501 832 2943 0 322415 0
[pid=5058/tid=5059] ppid=5055 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (toysat) S 5055 5058 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25218157 1333334016 46501 33554432000 4194304 16246674 140736202832944 140197739080944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5060] ppid=5055 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5060/stat : 5060 (toysat) S 5055 5058 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25218157 1333334016 46501 33554432000 4194304 16246674 140736202832944 140197728591088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5061] ppid=5055 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5061/stat : 5061 (toysat) S 5055 5058 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25218157 1333334016 46501 33554432000 4194304 16246674 140736202832944 140197718117552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1302084

[startup+0.30045 s]
/proc/loadavg: 2.18 2.27 2.22 3/179 5058
/proc/meminfo: memFree=28900404/32872528 swapFree=17888/1798212
[pid=5058] ppid=5055 vsize=1302084 CPUtime=0.29 cores=1,3,5,7
/proc/5058/stat : 5058 (toysat) R 5055 5058 579 0 -1 4202496 57998 0 0 0 21 8 0 0 20 0 4 0 25218157 1333334016 57785 33554432000 4194304 16246674 140736202832944 140736202814848 5532301 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5058/statm: 325521 57796 904 2943 0 322415 0
[pid=5058/tid=5059] ppid=5055 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (toysat) S 5055 5058 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25218157 1333334016 57802 33554432000 4194304 16246674 140736202832944 140197739080944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5060] ppid=5055 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5060/stat : 5060 (toysat) S 5055 5058 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25218157 1333334016 57809 33554432000 4194304 16246674 140736202832944 140197728591088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5061] ppid=5055 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5061/stat : 5061 (toysat) S 5055 5058 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25218157 1333334016 57816 33554432000 4194304 16246674 140736202832944 140197718117552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1302084

[startup+0.700381 s]
/proc/loadavg: 2.18 2.27 2.22 3/179 5058
/proc/meminfo: memFree=28900404/32872528 swapFree=17888/1798212
[pid=5058] ppid=5055 vsize=1308228 CPUtime=0.68 cores=1,3,5,7
/proc/5058/stat : 5058 (toysat) R 5055 5058 579 0 -1 4202496 71473 0 0 0 58 10 0 0 20 0 4 0 25218157 1339625472 71260 33554432000 4194304 16246674 140736202832944 140736202832256 12997787 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5058/statm: 327057 71260 905 2943 0 323951 0
[pid=5058/tid=5059] ppid=5055 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (toysat) S 5055 5058 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25218157 1339625472 71260 33554432000 4194304 16246674 140736202832944 140197739080944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5060] ppid=5055 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5060/stat : 5060 (toysat) S 5055 5058 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25218157 1339625472 71260 33554432000 4194304 16246674 140736202832944 140197728591088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5061] ppid=5055 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5061/stat : 5061 (toysat) S 5055 5058 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25218157 1339625472 71260 33554432000 4194304 16246674 140736202832944 140197718117552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1308228

[startup+1.50037 s]
/proc/loadavg: 2.18 2.27 2.22 3/183 5062
/proc/meminfo: memFree=28617296/32872528 swapFree=17888/1798212
[pid=5058] ppid=5055 vsize=1308228 CPUtime=1.49 cores=1,3,5,7
/proc/5058/stat : 5058 (toysat) R 5055 5058 579 0 -1 4202496 71474 0 0 0 138 11 0 0 20 0 4 0 25218157 1339625472 71261 33554432000 4194304 16246674 140736202832944 140736202815944 5661892 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5058/statm: 327057 71261 906 2943 0 323951 0
[pid=5058/tid=5059] ppid=5055 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (toysat) S 5055 5058 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25218157 1339625472 71261 33554432000 4194304 16246674 140736202832944 140197739080944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5060] ppid=5055 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5060/stat : 5060 (toysat) S 5055 5058 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25218157 1339625472 71261 33554432000 4194304 16246674 140736202832944 140197728591088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5061] ppid=5055 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5061/stat : 5061 (toysat) S 5055 5058 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25218157 1339625472 71261 33554432000 4194304 16246674 140736202832944 140197718117552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1308228

[startup+3.10039 s]
/proc/loadavg: 2.18 2.27 2.22 3/183 5062
/proc/meminfo: memFree=28216900/32872528 swapFree=17888/1798212
[pid=5058] ppid=5055 vsize=1309252 CPUtime=3.09 cores=1,3,5,7
/proc/5058/stat : 5058 (toysat) R 5055 5058 579 0 -1 4202496 268394 0 0 0 272 37 0 0 20 0 4 0 25218157 1340674048 268181 33554432000 4194304 16246674 140736202832944 140736202815944 6836125 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5058/statm: 327313 268181 910 2943 0 324207 0
[pid=5058/tid=5059] ppid=5055 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (toysat) S 5055 5058 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25218157 1340674048 268181 33554432000 4194304 16246674 140736202832944 140197739080944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5060] ppid=5055 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5060/stat : 5060 (toysat) S 5055 5058 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25218157 1340674048 268181 33554432000 4194304 16246674 140736202832944 140197728591088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5061] ppid=5055 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5061/stat : 5061 (toysat) S 5055 5058 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25218157 1340674048 268181 33554432000 4194304 16246674 140736202832944 140197718117552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1309252

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

[startup+3.20049 s]
/proc/loadavg: 2.18 2.27 2.22 3/183 5062
/proc/meminfo: memFree=28216900/32872528 swapFree=17888/1798212
[pid=5058] ppid=5055 vsize=1309252 CPUtime=3.19 cores=1,3,5,7
/proc/5058/stat : 5058 (toysat) R 5055 5058 579 0 -1 4202496 268394 0 0 0 282 37 0 0 20 0 4 0 25218157 1340674048 268181 33554432000 4194304 16246674 140736202832944 140736202814848 5673015 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5058/statm: 327313 268181 910 2943 0 324207 0
[pid=5058/tid=5059] ppid=5055 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (toysat) S 5055 5058 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25218157 1340674048 268181 33554432000 4194304 16246674 140736202832944 140197739080944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5060] ppid=5055 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5060/stat : 5060 (toysat) S 5055 5058 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25218157 1340674048 268181 33554432000 4194304 16246674 140736202832944 140197728591088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5061] ppid=5055 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5061/stat : 5061 (toysat) S 5055 5058 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25218157 1340674048 268181 33554432000 4194304 16246674 140736202832944 140197718117552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 1309252

[startup+4.00039 s]
/proc/loadavg: 2.18 2.27 2.22 3/183 5062
/proc/meminfo: memFree=27828908/32872528 swapFree=17888/1798212
[pid=5058] ppid=5055 vsize=1309252 CPUtime=3.99 cores=1,3,5,7
/proc/5058/stat : 5058 (toysat) R 5055 5058 579 0 -1 4202496 268524 0 0 0 362 37 0 0 20 0 4 0 25218157 1340674048 268311 33554432000 4194304 16246674 140736202832944 140736202814848 12466697 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5058/statm: 327313 268311 914 2943 0 324207 0
[pid=5058/tid=5059] ppid=5055 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (toysat) S 5055 5058 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25218157 1340674048 268311 33554432000 4194304 16246674 140736202832944 140197739080944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5060] ppid=5055 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5060/stat : 5060 (toysat) S 5055 5058 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25218157 1340674048 268311 33554432000 4194304 16246674 140736202832944 140197728591088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5061] ppid=5055 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5061/stat : 5061 (toysat) S 5055 5058 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25218157 1340674048 268311 33554432000 4194304 16246674 140736202832944 140197718117552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 1309252

[startup+4.40039 s]
/proc/loadavg: 2.24 2.28 2.23 3/183 5062
/proc/meminfo: memFree=27823692/32872528 swapFree=17888/1798212
[pid=5058] ppid=5055 vsize=1314372 CPUtime=4.4 cores=1,3,5,7
/proc/5058/stat : 5058 (toysat) R 5055 5058 579 0 -1 4202496 269739 0 0 0 403 37 0 0 20 0 4 0 25218157 1345916928 269526 33554432000 4194304 16246674 140736202832944 140736202814848 5532113 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5058/statm: 328593 269526 914 2943 0 325487 0
[pid=5058/tid=5059] ppid=5055 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (toysat) S 5055 5058 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25218157 1345916928 269526 33554432000 4194304 16246674 140736202832944 140197739080944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5060] ppid=5055 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5060/stat : 5060 (toysat) S 5055 5058 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25218157 1345916928 269526 33554432000 4194304 16246674 140736202832944 140197728591088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5061] ppid=5055 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5061/stat : 5061 (toysat) S 5055 5058 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25218157 1345916928 269526 33554432000 4194304 16246674 140736202832944 140197718117552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 1314372

[startup+4.80042 s]
/proc/loadavg: 2.24 2.28 2.23 3/183 5062
/proc/meminfo: memFree=27823692/32872528 swapFree=17888/1798212
[pid=5058] ppid=5055 vsize=0 CPUtime=4.79 cores=1,3,5,7
/proc/5058/stat : 5058 (toysat) R 5055 5058 579 0 -1 4202500 269743 0 0 0 438 41 0 0 20 0 1 0 25218157 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5058/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 4.82189
CPU time (s): 4.82027
CPU user time (s): 4.38533
CPU system time (s): 0.434933
CPU usage (%): 99.9662
Max. virtual memory (cumulated for all children) (KiB): 1314372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.38533
system time used= 0.434933
maximum resident set size= 1078120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269743
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= 24
involuntary context switches= 9

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.008998 second user time and 0.05999 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-18 08:35:10
IDJOB=4102881
IDBENCH=2188
IDSOLVER=2542
FILE ID=node123/4102881-1466231710
RUNJOBID= node123-1466206081-596
PBS_JOBID= 19918154
Free space on /tmp= 71620 MiB

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

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

MD5SUM BENCH= 86f7a40f10562dbaf52738a8a2410a9b
RANDOM SEED=1016551175

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28901220 kB
Buffers:          129900 kB
Cached:           177436 kB
SwapCached:         1648 kB
Active:          1223272 kB
Inactive:         208520 kB
Active(anon):    1125400 kB
Inactive(anon):     1152 kB
Active(file):      97872 kB
Inactive(file):   207368 kB
Unevictable:     1798212 kB
Mlocked:           17888 kB
SwapTotal:      67108856 kB
SwapFree:       67099316 kB
Dirty:             16564 kB
Writeback:             0 kB
AnonPages:       2923816 kB
Mapped:            10900 kB
Shmem:                 0 kB
Slab:             604244 kB
SReclaimable:      47684 kB
SUnreclaim:       556560 kB
KernelStack:        1520 kB
PageTables:         9972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3063152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2213888 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= 71604 MiB
End job on node123 at 2016-06-18 08:35:15