Trace number 4111440

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (MO) 947.942 948.159

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f37-AC_TotalLoss.seq-A-2-1-irEDCBA.opb
MD5SUM4dc98ee2de6ac69f0853adca59940af7
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1678808261
Best CPU time to get the best result obtained on this benchmark6.38003
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3211
Total number of constraints9079
Number of constraints which are clauses8975
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints104
Minimum length of a constraint1
Maximum length of a constraint27
Number of terms in the objective function 301
Biggest coefficient in the objective function 71744535
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 12053081879
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 71744535
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 12053081879
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-20T08:47:35+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-4111440-1466405255.opb"]
0.00/0.01	c use --random-gen="1492268923 3343248742 2842361800 4070213931 79179992 280358520 4075806016 1551885627 546900201 949498853 3989774730 1065139841 407275663 2791907123 3177325225 415859727 3237687775 185217539 893110582 1067699813 333277891 3781823138 3582266342 1924776108 995212367 2823604152 2725787431 2872343039 1128708557 1285656307 3318739752 3415167327 2667488801 3086480959 269069793 3035826943 128895565 518846953 3174213454 3041979427 3609119974 3834335586 1311605667 3518933639 2191809165 2663044659 713015383 3288746117 2100692124 2114453448 1931024375 4155147786 1567996346 2093377606 3357380895 4140810103 2762377616 1730101742 2391483828 1319029932 2349212270 3401464238 903639469 245182785 80230556 1644469880 261798972 3788571024 1328072207 272120575 3140773644 2580581397 1999919572 3008927955 4121934167 4273267921 1499523296 680246241 1025647973 3159618218 204893833 3581835563 3595802299 4108944211 950222681 3261292717 1168841782 3644973201 2168582235 2180858764 3243380079 4174119565 815883768 644668865 4065035475 1165554715 2109598232 375442869 3014924437 3535881801 2083251822 3227749193 1296793520 881087682 646910544 1154934968 1099330660 143285845 4156870077 2563923411 3925461685 2241856821 253108371 2267023313 426504343 524913355 1443376591 925712107 1390931274 3825896585 1275813471 2019355106 786232688 2337820862 298699996 2503427256 2201950884 3465490325 1405160078 486750133 1524870870 1741239603 405552930 1007173916 4027994120 2955443790 3459672838 2273596527 3526209306 4057474227 80775541 1848633506 3943227375 3073826094 2817953161 1478569343 2399113006 3558340057 3706575033 2238801343 832968103 2637998116 4020385117 2916597287 2643103466 3970557607 4256682128 3976040918 3024261312 1236888942 688189289 799635607 993484372 3829090086 2173050774 2016103434 1952710694 1208715389 1039068415 640668297 3359307015 1924919192 158780357 2803494287 4105250204 2311893260 1986043133 3261429671 545360178 1054078973 2592982376 2905032896 3813045118 268703660 267302604 1731011269 3736146674 817741046 1571758282 2608861967 3351017735 3369008284 1805362005 22849693 3779039482 782367791 3172892891 2282062026 3906324411 1748203744 2056233232 296670797 1052153392 3575071585 1690133450 2100031165 2031554534 557835482 1668815411 128634183 2399682025 2971493853 4016564564 1232303470 3094272462 2597625564 2796224156 1957990721 909069019 1965974690 844056454 2742234633 3951381513 4243833526 728882454 2499427560 3228054240 1475879383 2673937727 1498315636 3037162874 4141443994 1038416521 2957926637 3087579531 2265823334 1552700913 1493668314 904282635 3129896335 2192225507 2929334746 2573765520 4237797693 1555182795 144952974 109084513 264994577 370554123 1350869481 1097373820 673462669 203386494 453213914 1129152466 3450483980 255 362436" option to reproduce the execution
0.00/0.07	c #vars 3211
0.00/0.07	c #constraints 9079
0.08/0.18	c BCD2: Hardening is enabled.
0.08/0.18	c BCD2: BiasedSearch is enabled.
0.08/0.18	c Solving starts ...
0.08/0.18	c ============================[ Search Statistics ]============================
0.08/0.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.18	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.18	c =============================================================================
0.08/0.18	c  0.0s |       0 |        0 |        0 |     3794      0 |      287 |        0
0.08/0.19	c  0.0s |       0 |      221 |        6 |     3794      0 |      287 |       52
0.08/0.19	c #cpu_time = 0.015s
0.08/0.19	c #wall_clock_time = 0.015s
0.08/0.19	c #decision = 221
0.08/0.19	c #random_decision = 0
0.08/0.19	c #conflict = 6
0.08/0.19	c #restart = 0
0.08/0.19	o 5940447472
0.18/0.20	c BCD2: updating upper bound: 12053081879 -> 5954796377
0.18/0.20	c BCD2: 0 <= obj <= 5954796377
0.18/0.20	c BCD2: #cores=0, #unrelaxed=301, #relaxed=0, #hardened=0
0.18/0.20	c BCD2: #sat=1 #unsat=1 bias=1/2
0.18/0.20	c Solving starts ...
0.18/0.20	c ============================[ Search Statistics ]============================
0.18/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.20	c =============================================================================
0.18/0.20	c  0.0s |       0 |        0 |        0 |     3794      0 |      287 |       52
0.18/0.21	c  0.0s |       0 |        3 |        1 |     3794      0 |      287 |       52
0.18/0.21	c #cpu_time = 0.008s
0.18/0.21	c #wall_clock_time = 0.008s
0.18/0.21	c #decision = 3
0.18/0.21	c #random_decision = 0
0.18/0.21	c #conflict = 1
0.18/0.21	c #restart = 0
0.18/0.21	c BCD2: found a new core of size 3: cost of the new core is >=14348907
0.18/0.21	c lower bound updated to 1
0.18/0.22	c BCD2: 14348907 <= obj <= 5954796377
0.18/0.22	c BCD2: #cores=1, #unrelaxed=298, #relaxed=3, #hardened=0
0.18/0.22	c BCD2: #sat=1 #unsat=2 bias=2/3
0.18/0.22	c Solving starts ...
0.18/0.22	c ============================[ Search Statistics ]============================
0.18/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.22	c =============================================================================
0.18/0.22	c  0.0s |       0 |        0 |        0 |     3794      0 |      287 |       52
0.18/0.23	c  0.0s |       0 |       66 |        0 |     3794      0 |      287 |       52
0.18/0.23	c #cpu_time = 0.007s
0.18/0.23	c #wall_clock_time = 0.007s
0.18/0.23	c #decision = 66
0.18/0.23	c #random_decision = 0
0.18/0.23	c #conflict = 0
0.18/0.23	c #restart = 0
0.18/0.23	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.18/0.23	c lower bound updated to 71744536
0.18/0.23	c BCD2: 86093442 <= obj <= 5954796377
0.18/0.23	c BCD2: #cores=2, #unrelaxed=292, #relaxed=9, #hardened=0
0.18/0.23	c BCD2: #sat=1 #unsat=3 bias=3/4
0.18/0.23	c Solving starts ...
0.18/0.23	c ============================[ Search Statistics ]============================
0.18/0.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.23	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.23	c =============================================================================
0.18/0.23	c  0.0s |       0 |        0 |        0 |     3794      0 |      287 |       53
0.18/0.24	c  0.0s |       0 |       78 |        0 |     3794      0 |      287 |       53
0.18/0.24	c #cpu_time = 0.007s
0.18/0.24	c #wall_clock_time = 0.007s
0.18/0.24	c #decision = 78
0.18/0.24	c #random_decision = 0
0.18/0.24	c #conflict = 0
0.18/0.24	c #restart = 0
0.18/0.24	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.18/0.24	c lower bound updated to 143489071
0.18/0.25	c BCD2: 157837977 <= obj <= 5954796377
0.18/0.25	c BCD2: #cores=3, #unrelaxed=289, #relaxed=12, #hardened=0
0.18/0.25	c BCD2: #sat=1 #unsat=4 bias=4/5
0.18/0.25	c Solving starts ...
0.18/0.25	c ============================[ Search Statistics ]============================
0.18/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.25	c =============================================================================
0.18/0.25	c  0.0s |       0 |        0 |        0 |     3794      0 |      287 |       54
0.18/0.25	c  0.0s |       0 |       82 |        0 |     3794      0 |      287 |       54
0.18/0.25	c #cpu_time = 0.007s
0.18/0.25	c #wall_clock_time = 0.007s
0.18/0.25	c #decision = 82
0.18/0.25	c #random_decision = 0
0.18/0.25	c #conflict = 0
0.18/0.25	c #restart = 0
0.18/0.25	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.18/0.25	c lower bound updated to 215233606
0.18/0.26	c BCD2: 229582512 <= obj <= 5954796377
0.18/0.26	c BCD2: #cores=4, #unrelaxed=286, #relaxed=15, #hardened=0
0.18/0.26	c BCD2: #sat=1 #unsat=5 bias=5/6
0.18/0.26	c Solving starts ...
0.18/0.26	c ============================[ Search Statistics ]============================
0.18/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.26	c =============================================================================
0.18/0.26	c  0.0s |       0 |        0 |        0 |     3794      0 |      287 |       55
0.18/0.27	c  0.0s |       0 |       82 |        0 |     3794      0 |      287 |       55
0.18/0.27	c #cpu_time = 0.007s
0.18/0.27	c #wall_clock_time = 0.007s
0.18/0.27	c #decision = 82
0.18/0.27	c #random_decision = 0
0.18/0.27	c #conflict = 0
0.18/0.27	c #restart = 0
0.18/0.27	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=143489070
0.18/0.27	c BCD2: refineLB: 71744536 -> 143489070
0.18/0.27	c lower bound updated to 286978141
0.18/0.27	c BCD2: 301327047 <= obj <= 5954796377
0.18/0.27	c BCD2: #cores=4, #unrelaxed=282, #relaxed=19, #hardened=0
0.18/0.27	c BCD2: #sat=1 #unsat=6 bias=6/7
0.18/0.27	c Solving starts ...
0.18/0.27	c ============================[ Search Statistics ]============================
0.18/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.27	c =============================================================================
0.18/0.27	c  0.0s |       0 |        0 |        0 |     3794      0 |      288 |       55
0.18/0.28	c  0.0s |       0 |       86 |        0 |     3794      0 |      288 |       56
0.18/0.28	c #cpu_time = 0.007s
0.18/0.28	c #wall_clock_time = 0.007s
0.18/0.28	c #decision = 86
0.18/0.28	c #random_decision = 0
0.18/0.28	c #conflict = 0
0.18/0.28	c #restart = 0
0.18/0.28	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.18/0.28	c lower bound updated to 358722676
0.18/0.29	c BCD2: 373071582 <= obj <= 5954796377
0.18/0.29	c BCD2: #cores=5, #unrelaxed=279, #relaxed=22, #hardened=0
0.18/0.29	c BCD2: #sat=1 #unsat=7 bias=7/8
0.18/0.29	c Solving starts ...
0.18/0.29	c ============================[ Search Statistics ]============================
0.18/0.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.29	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.29	c =============================================================================
0.29/0.30	c  0.0s |       0 |        0 |        0 |     3794      0 |      288 |       57
0.29/0.31	c  0.0s |       0 |       89 |        0 |     3794      0 |      288 |       57
0.29/0.31	c #cpu_time = 0.005s
0.29/0.31	c #wall_clock_time = 0.005s
0.29/0.31	c #decision = 89
0.29/0.31	c #random_decision = 0
0.29/0.31	c #conflict = 0
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 >=71744535
0.29/0.31	c lower bound updated to 430467211
0.29/0.32	c BCD2: 444816117 <= obj <= 5954796377
0.29/0.32	c BCD2: #cores=6, #unrelaxed=273, #relaxed=28, #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 |     3794      0 |      288 |       58
0.29/0.32	c  0.0s |       0 |       89 |        0 |     3794      0 |      288 |       58
0.29/0.32	c #cpu_time = 0.005s
0.29/0.32	c #wall_clock_time = 0.005s
0.29/0.32	c #decision = 89
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 >=71744535
0.29/0.32	c lower bound updated to 502211746
0.29/0.33	c BCD2: 516560652 <= obj <= 5954796377
0.29/0.33	c BCD2: #cores=7, #unrelaxed=270, #relaxed=31, #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 |     3794      0 |      288 |       59
0.29/0.33	c  0.0s |       0 |       93 |        0 |     3794      0 |      288 |       59
0.29/0.33	c #cpu_time = 0.005s
0.29/0.33	c #wall_clock_time = 0.005s
0.29/0.33	c #decision = 93
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: relaxing 7 and merging with 1 cores into a new core of size 10: cost of the new core is >=143489070
0.29/0.33	c BCD2: refineLB: 136314617 -> 143489070
0.29/0.33	c lower bound updated to 573956281
0.29/0.34	c BCD2: 588305187 <= obj <= 5954796377
0.29/0.34	c BCD2: #cores=7, #unrelaxed=263, #relaxed=38, #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 |     3794      0 |      291 |       59
0.29/0.34	c  0.0s |       0 |       92 |        0 |     3794      0 |      291 |       64
0.29/0.34	c #cpu_time = 0.005s
0.29/0.34	c #wall_clock_time = 0.005s
0.29/0.35	c #decision = 92
0.29/0.35	c #random_decision = 0
0.29/0.35	c #conflict = 0
0.29/0.35	c #restart = 0
0.29/0.35	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.29/0.35	c lower bound updated to 645700816
0.29/0.35	c BCD2: 660049722 <= obj <= 5954796377
0.29/0.35	c BCD2: #cores=8, #unrelaxed=257, #relaxed=44, #hardened=0
0.29/0.35	c BCD2: #sat=1 #unsat=11 bias=11/12
0.29/0.35	c Solving starts ...
0.29/0.35	c ============================[ Search Statistics ]============================
0.29/0.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.35	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.35	c =============================================================================
0.29/0.35	c  0.0s |       0 |        0 |        0 |     3794      0 |      291 |       65
0.29/0.36	c  0.0s |       0 |       89 |        0 |     3794      0 |      291 |       65
0.29/0.36	c #cpu_time = 0.005s
0.29/0.36	c #wall_clock_time = 0.005s
0.29/0.36	c #decision = 89
0.29/0.36	c #random_decision = 0
0.29/0.36	c #conflict = 0
0.29/0.36	c #restart = 0
0.29/0.36	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=143489070
0.29/0.36	c BCD2: refineLB: 137510359 -> 143489070
0.29/0.36	c lower bound updated to 717445351
0.29/0.36	c BCD2: 731794257 <= obj <= 5954796377
0.29/0.36	c BCD2: #cores=8, #unrelaxed=253, #relaxed=48, #hardened=0
0.29/0.36	c BCD2: #sat=1 #unsat=12 bias=12/13
0.29/0.36	c Solving starts ...
0.29/0.36	c ============================[ Search Statistics ]============================
0.29/0.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.36	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.36	c =============================================================================
0.29/0.36	c  0.0s |       0 |        0 |        0 |     3794      0 |      294 |       65
0.29/0.37	c  0.0s |       0 |       89 |        0 |     3794      0 |      294 |       70
0.29/0.37	c #cpu_time = 0.005s
0.29/0.37	c #wall_clock_time = 0.005s
0.29/0.37	c #decision = 89
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 6: cost of the new core is >=71744535
0.29/0.37	c lower bound updated to 789189886
0.29/0.38	c BCD2: 803538792 <= obj <= 5954796377
0.29/0.38	c BCD2: #cores=9, #unrelaxed=247, #relaxed=54, #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 |     3794      0 |      294 |       71
0.29/0.38	c  0.0s |       0 |       88 |        0 |     3794      0 |      294 |       71
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 = 88
0.29/0.38	c #random_decision = 0
0.29/0.38	c #conflict = 0
0.29/0.38	c #restart = 0
0.29/0.38	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.29/0.38	c lower bound updated to 860934421
0.29/0.38	c BCD2: 875283327 <= obj <= 5954796377
0.29/0.38	c BCD2: #cores=10, #unrelaxed=244, #relaxed=57, #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 |     3794      0 |      294 |       72
0.29/0.39	c  0.0s |       0 |       92 |        0 |     3794      0 |      294 |       72
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 = 92
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 6: cost of the new core is >=71744535
0.29/0.39	c lower bound updated to 932678956
0.29/0.39	c BCD2: 947027862 <= obj <= 5954796377
0.29/0.39	c BCD2: #cores=11, #unrelaxed=238, #relaxed=63, #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 |     3794      0 |      294 |       73
0.38/0.40	c  0.0s |       0 |      106 |        1 |     3794      0 |      294 |       73
0.38/0.40	c #cpu_time = 0.003s
0.38/0.40	c #wall_clock_time = 0.003s
0.38/0.40	c #decision = 106
0.38/0.40	c #random_decision = 0
0.38/0.40	c #conflict = 1
0.38/0.40	c #restart = 0
0.38/0.40	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 10: cost of the new core is >=143489070
0.38/0.40	c BCD2: refineLB: 71744536 -> 143489070
0.38/0.40	c lower bound updated to 1004423491
0.38/0.40	c BCD2: 1018772397 <= obj <= 5954796377
0.38/0.40	c BCD2: #cores=11, #unrelaxed=234, #relaxed=67, #hardened=0
0.38/0.40	c BCD2: #sat=1 #unsat=16 bias=16/17
0.38/0.40	c Solving starts ...
0.38/0.40	c ============================[ Search Statistics ]============================
0.38/0.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.38/0.40	c       |         |          |          |    Limit     GC | Var      | Constra 
0.38/0.40	c =============================================================================
0.38/0.40	c  0.0s |       0 |        0 |        0 |     3794      0 |      295 |       73
0.38/0.40	c  0.0s |       0 |       89 |        0 |     3794      0 |      295 |       74
0.38/0.40	c #cpu_time = 0.004s
0.38/0.40	c #wall_clock_time = 0.004s
0.38/0.40	c #decision = 89
0.38/0.40	c #random_decision = 0
0.38/0.40	c #conflict = 0
0.38/0.40	c #restart = 0
0.38/0.40	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.38/0.40	c lower bound updated to 1076168026
0.38/0.41	c BCD2: 1090516932 <= obj <= 5954796377
0.38/0.41	c BCD2: #cores=12, #unrelaxed=231, #relaxed=70, #hardened=0
0.38/0.41	c BCD2: #sat=1 #unsat=17 bias=17/18
0.38/0.41	c Solving starts ...
0.38/0.41	c ============================[ Search Statistics ]============================
0.38/0.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.38/0.41	c       |         |          |          |    Limit     GC | Var      | Constra 
0.38/0.41	c =============================================================================
0.38/0.41	c  0.0s |       0 |        0 |        0 |     3794      0 |      295 |       75
0.38/0.41	c  0.0s |       0 |       89 |        0 |     3794      0 |      295 |       75
0.38/0.41	c #cpu_time = 0.004s
0.38/0.41	c #wall_clock_time = 0.004s
0.38/0.41	c #decision = 89
0.38/0.41	c #random_decision = 0
0.38/0.41	c #conflict = 0
0.38/0.41	c #restart = 0
0.38/0.41	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.38/0.41	c lower bound updated to 1147912561
0.38/0.42	c BCD2: 1162261467 <= obj <= 5954796377
0.38/0.42	c BCD2: #cores=13, #unrelaxed=225, #relaxed=76, #hardened=0
0.38/0.42	c BCD2: #sat=1 #unsat=18 bias=18/19
0.38/0.42	c Solving starts ...
0.38/0.42	c ============================[ Search Statistics ]============================
0.38/0.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.38/0.42	c       |         |          |          |    Limit     GC | Var      | Constra 
0.38/0.42	c =============================================================================
0.38/0.42	c  0.0s |       0 |        0 |        0 |     3794      0 |      295 |       76
0.38/0.42	c  0.0s |       0 |       90 |        0 |     3794      0 |      295 |       76
0.38/0.42	c #cpu_time = 0.004s
0.38/0.42	c #wall_clock_time = 0.004s
0.38/0.42	c #decision = 90
0.38/0.42	c #random_decision = 0
0.38/0.42	c #conflict = 0
0.38/0.42	c #restart = 0
0.38/0.42	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.38/0.42	c lower bound updated to 1219657096
0.38/0.42	c BCD2: 1234006002 <= obj <= 5954796377
0.38/0.42	c BCD2: #cores=14, #unrelaxed=219, #relaxed=82, #hardened=0
0.38/0.42	c BCD2: #sat=1 #unsat=19 bias=19/20
0.38/0.42	c Solving starts ...
0.38/0.42	c ============================[ Search Statistics ]============================
0.38/0.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.38/0.42	c       |         |          |          |    Limit     GC | Var      | Constra 
0.38/0.42	c =============================================================================
0.38/0.42	c  0.0s |       0 |        0 |        0 |     3794      0 |      295 |       77
0.38/0.43	c  0.0s |       0 |       97 |        1 |     3794      0 |      295 |       77
0.38/0.43	c #cpu_time = 0.004s
0.38/0.43	c #wall_clock_time = 0.004s
0.38/0.43	c #decision = 97
0.38/0.43	c #random_decision = 0
0.38/0.43	c #conflict = 1
0.38/0.43	c #restart = 0
0.38/0.43	c BCD2: relaxing 11 and merging with 1 cores into a new core of size 21: cost of the new core is >=215233605
0.38/0.43	c lower bound updated to 1291401631
0.38/0.43	c BCD2: 1305750537 <= obj <= 5954796377
0.38/0.43	c BCD2: #cores=14, #unrelaxed=208, #relaxed=93, #hardened=0
0.38/0.43	c BCD2: #sat=1 #unsat=20 bias=20/21
0.38/0.43	c Solving starts ...
0.38/0.43	c ============================[ Search Statistics ]============================
0.38/0.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.38/0.43	c       |         |          |          |    Limit     GC | Var      | Constra 
0.38/0.43	c =============================================================================
0.38/0.43	c  0.0s |       0 |        0 |        0 |     3794      0 |      299 |       77
0.38/0.44	c  0.0s |       0 |       91 |        0 |     3794      0 |      299 |       84
0.38/0.44	c #cpu_time = 0.004s
0.38/0.44	c #wall_clock_time = 0.004s
0.38/0.44	c #decision = 91
0.38/0.44	c #random_decision = 0
0.38/0.44	c #conflict = 0
0.38/0.44	c #restart = 0
0.38/0.44	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 13: cost of the new core is >=143489070
0.38/0.44	c BCD2: refineLB: 140072664 -> 143489070
0.38/0.44	c lower bound updated to 1363146166
0.38/0.44	c BCD2: 1377495072 <= obj <= 5954796377
0.38/0.44	c BCD2: #cores=14, #unrelaxed=201, #relaxed=100, #hardened=0
0.38/0.44	c BCD2: #sat=1 #unsat=21 bias=21/22
0.38/0.44	c Solving starts ...
0.38/0.44	c ============================[ Search Statistics ]============================
0.38/0.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.38/0.44	c       |         |          |          |    Limit     GC | Var      | Constra 
0.38/0.44	c =============================================================================
0.38/0.44	c  0.0s |       0 |        0 |        0 |     3794      0 |      305 |       84
0.38/0.44	c  0.0s |       0 |       85 |        0 |     3794      0 |      305 |       95
0.38/0.44	c #cpu_time = 0.004s
0.38/0.44	c #wall_clock_time = 0.004s
0.38/0.44	c #decision = 85
0.38/0.44	c #random_decision = 0
0.38/0.44	c #conflict = 0
0.38/0.44	c #restart = 0
0.38/0.44	c BCD2: found a new core of size 1: cost of the new core is >=531441
0.38/0.44	c lower bound updated to 1363677607
0.38/0.45	c BCD2: 1378026513 <= obj <= 5954796377
0.38/0.45	c BCD2: #cores=15, #unrelaxed=200, #relaxed=101, #hardened=0
0.38/0.45	c BCD2: #sat=1 #unsat=22 bias=22/23
0.38/0.45	c Solving starts ...
0.38/0.45	c ============================[ Search Statistics ]============================
0.38/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.38/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.38/0.45	c =============================================================================
0.38/0.45	c  0.0s |       0 |        0 |        0 |     3794      0 |      305 |       95
0.38/0.45	c  0.0s |       0 |       86 |        0 |     3794      0 |      305 |       95
0.38/0.45	c #cpu_time = 0.004s
0.38/0.45	c #wall_clock_time = 0.004s
0.38/0.45	c #decision = 86
0.38/0.45	c #random_decision = 0
0.38/0.45	c #conflict = 0
0.38/0.45	c #restart = 0
0.38/0.45	c BCD2: found a new core of size 1: cost of the new core is >=19683
0.38/0.45	c lower bound updated to 1363697290
0.38/0.46	c BCD2: 1378046196 <= obj <= 5954796377
0.38/0.46	c BCD2: #cores=16, #unrelaxed=199, #relaxed=102, #hardened=0
0.38/0.46	c BCD2: #sat=1 #unsat=23 bias=23/24
0.38/0.46	c Solving starts ...
0.38/0.46	c ============================[ Search Statistics ]============================
0.38/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.38/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.38/0.46	c =============================================================================
0.38/0.46	c  0.0s |       0 |        0 |        0 |     3794      0 |      305 |       95
0.38/0.46	c  0.0s |       0 |       88 |        0 |     3794      0 |      305 |       95
0.38/0.46	c #cpu_time = 0.004s
0.38/0.46	c #wall_clock_time = 0.004s
0.38/0.46	c #decision = 88
0.38/0.46	c #random_decision = 0
0.38/0.46	c #conflict = 0
0.38/0.46	c #restart = 0
0.38/0.46	c BCD2: found a new core of size 2: cost of the new core is >=27
0.38/0.46	c lower bound updated to 1363697317
0.38/0.46	c BCD2: 1378046223 <= obj <= 5954796377
0.38/0.46	c BCD2: #cores=17, #unrelaxed=197, #relaxed=104, #hardened=0
0.38/0.46	c BCD2: #sat=1 #unsat=24 bias=24/25
0.38/0.46	c Solving starts ...
0.38/0.46	c ============================[ Search Statistics ]============================
0.38/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.38/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.38/0.46	c =============================================================================
0.38/0.46	c  0.0s |       0 |        0 |        0 |     3794      0 |      305 |       95
0.38/0.47	c  0.0s |       0 |       88 |        0 |     3794      0 |      305 |       95
0.38/0.47	c #cpu_time = 0.004s
0.38/0.47	c #wall_clock_time = 0.004s
0.38/0.47	c #decision = 88
0.38/0.47	c #random_decision = 0
0.38/0.47	c #conflict = 0
0.38/0.47	c #restart = 0
0.38/0.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
0.38/0.47	c lower bound updated to 1363697318
0.38/0.47	c BCD2: 1378046224 <= obj <= 5954796377
0.38/0.47	c BCD2: #cores=17, #unrelaxed=196, #relaxed=105, #hardened=0
0.38/0.47	c BCD2: #sat=1 #unsat=25 bias=25/26
0.38/0.47	c Solving starts ...
0.38/0.47	c ============================[ Search Statistics ]============================
0.38/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.38/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.38/0.47	c =============================================================================
0.38/0.48	c  0.0s |       0 |        0 |        0 |     3794      0 |      306 |       95
0.38/0.49	c  0.0s |       0 |       88 |        0 |     3794      0 |      306 |       96
0.38/0.49	c #cpu_time = 0.004s
0.38/0.49	c #wall_clock_time = 0.004s
0.38/0.49	c #decision = 88
0.38/0.49	c #random_decision = 0
0.38/0.49	c #conflict = 0
0.38/0.49	c #restart = 0
0.38/0.49	c BCD2: found a new core of size 1: cost of the new core is >=531441
0.38/0.49	c lower bound updated to 1364228759
0.38/0.49	c BCD2: 1378577665 <= obj <= 5954796377
0.38/0.49	c BCD2: #cores=18, #unrelaxed=195, #relaxed=106, #hardened=0
0.38/0.49	c BCD2: #sat=1 #unsat=26 bias=26/27
0.38/0.49	c Solving starts ...
0.38/0.49	c ============================[ Search Statistics ]============================
0.38/0.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.38/0.49	c       |         |          |          |    Limit     GC | Var      | Constra 
0.38/0.49	c =============================================================================
0.38/0.49	c  0.0s |       0 |        0 |        0 |     3794      0 |      306 |       96
0.38/0.50	c  0.0s |       0 |       89 |        0 |     3794      0 |      306 |       96
0.38/0.50	c #cpu_time = 0.004s
0.38/0.50	c #wall_clock_time = 0.004s
0.38/0.50	c #decision = 89
0.38/0.50	c #random_decision = 0
0.38/0.50	c #conflict = 0
0.38/0.50	c #restart = 0
0.38/0.50	c BCD2: found a new core of size 1: cost of the new core is >=19683
0.38/0.50	c lower bound updated to 1364248442
0.49/0.50	c BCD2: 1378597348 <= obj <= 5954796377
0.49/0.50	c BCD2: #cores=19, #unrelaxed=194, #relaxed=107, #hardened=0
0.49/0.50	c BCD2: #sat=1 #unsat=27 bias=27/28
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 |     3794      0 |      306 |       96
0.49/0.50	c  0.0s |       0 |       91 |        0 |     3794      0 |      306 |       96
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 = 91
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 2: cost of the new core is >=27
0.49/0.50	c lower bound updated to 1364248469
0.49/0.51	c BCD2: 1378597375 <= obj <= 5954796377
0.49/0.51	c BCD2: #cores=20, #unrelaxed=192, #relaxed=109, #hardened=0
0.49/0.51	c BCD2: #sat=1 #unsat=28 bias=28/29
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 |     3794      0 |      306 |       96
0.49/0.51	c  0.0s |       0 |      174 |        1 |     3794      0 |      306 |       96
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 = 174
0.49/0.51	c #random_decision = 0
0.49/0.51	c #conflict = 1
0.49/0.51	c #restart = 0
0.49/0.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
0.49/0.51	c lower bound updated to 1364248470
0.49/0.52	c BCD2: 1378597376 <= obj <= 5954796377
0.49/0.52	c BCD2: #cores=20, #unrelaxed=191, #relaxed=110, #hardened=0
0.49/0.52	c BCD2: #sat=1 #unsat=29 bias=29/30
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 |     3794      0 |      307 |       96
0.49/0.52	c  0.0s |       0 |       91 |        0 |     3794      0 |      307 |       97
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 = 91
0.49/0.52	c #random_decision = 0
0.49/0.52	c #conflict = 0
0.49/0.52	c #restart = 0
0.49/0.52	c BCD2: found a new core of size 1: cost of the new core is >=531441
0.49/0.52	c lower bound updated to 1364779911
0.49/0.52	c BCD2: 1379128817 <= obj <= 5954796377
0.49/0.52	c BCD2: #cores=21, #unrelaxed=190, #relaxed=111, #hardened=0
0.49/0.52	c BCD2: #sat=1 #unsat=30 bias=30/31
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 |     3794      0 |      307 |       97
0.49/0.53	c  0.0s |       0 |       92 |        0 |     3794      0 |      307 |       97
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 = 92
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 1: cost of the new core is >=19683
0.49/0.53	c lower bound updated to 1364799594
0.49/0.53	c BCD2: 1379148500 <= obj <= 5954796377
0.49/0.53	c BCD2: #cores=22, #unrelaxed=189, #relaxed=112, #hardened=0
0.49/0.53	c BCD2: #sat=1 #unsat=31 bias=31/32
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 |     3794      0 |      307 |       97
0.49/0.54	c  0.0s |       0 |       94 |        0 |     3794      0 |      307 |       97
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 = 94
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 2: cost of the new core is >=27
0.49/0.54	c lower bound updated to 1364799621
0.49/0.54	c BCD2: 1379148527 <= obj <= 5954796377
0.49/0.54	c BCD2: #cores=23, #unrelaxed=187, #relaxed=114, #hardened=0
0.49/0.54	c BCD2: #sat=1 #unsat=32 bias=32/33
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 |     3794      0 |      307 |       97
0.49/0.54	c  0.0s |       0 |      177 |        1 |     3794      0 |      307 |       97
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 = 177
0.49/0.54	c #random_decision = 0
0.49/0.54	c #conflict = 1
0.49/0.54	c #restart = 0
0.49/0.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
0.49/0.54	c lower bound updated to 1364799622
0.49/0.55	c BCD2: 1379148528 <= obj <= 5954796377
0.49/0.55	c BCD2: #cores=23, #unrelaxed=186, #relaxed=115, #hardened=0
0.49/0.55	c BCD2: #sat=1 #unsat=33 bias=33/34
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.55	c  0.0s |       0 |        0 |        0 |     3794      0 |      308 |       97
0.49/0.55	c  0.0s |       0 |       94 |        0 |     3794      0 |      308 |       98
0.49/0.55	c #cpu_time = 0.004s
0.49/0.55	c #wall_clock_time = 0.004s
0.49/0.55	c #decision = 94
0.49/0.55	c #random_decision = 0
0.49/0.55	c #conflict = 0
0.49/0.55	c #restart = 0
0.49/0.55	c BCD2: found a new core of size 1: cost of the new core is >=531441
0.49/0.55	c lower bound updated to 1365331063
0.49/0.56	c BCD2: 1379679969 <= obj <= 5954796377
0.49/0.56	c BCD2: #cores=24, #unrelaxed=185, #relaxed=116, #hardened=0
0.49/0.56	c BCD2: #sat=1 #unsat=34 bias=34/35
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 |     3794      0 |      308 |       98
0.49/0.56	c  0.0s |       0 |       95 |        0 |     3794      0 |      308 |       98
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 = 95
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 1: cost of the new core is >=19683
0.49/0.56	c lower bound updated to 1365350746
0.49/0.56	c BCD2: 1379699652 <= obj <= 5954796377
0.49/0.56	c BCD2: #cores=25, #unrelaxed=184, #relaxed=117, #hardened=0
0.49/0.56	c BCD2: #sat=1 #unsat=35 bias=35/36
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 |     3794      0 |      308 |       98
0.49/0.57	c  0.0s |       0 |       97 |        0 |     3794      0 |      308 |       98
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 = 97
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 2: cost of the new core is >=27
0.49/0.57	c lower bound updated to 1365350773
0.49/0.57	c BCD2: 1379699679 <= obj <= 5954796377
0.49/0.57	c BCD2: #cores=26, #unrelaxed=182, #relaxed=119, #hardened=0
0.49/0.57	c BCD2: #sat=1 #unsat=36 bias=36/37
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 |     3794      0 |      308 |       98
0.49/0.58	c  0.0s |       0 |      183 |        1 |     3794      0 |      308 |       98
0.49/0.58	c #cpu_time = 0.005s
0.49/0.58	c #wall_clock_time = 0.005s
0.49/0.58	c #decision = 183
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: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
0.49/0.58	c lower bound updated to 1365350774
0.49/0.58	c BCD2: 1379699680 <= obj <= 5954796377
0.49/0.58	c BCD2: #cores=26, #unrelaxed=181, #relaxed=120, #hardened=0
0.49/0.58	c BCD2: #sat=1 #unsat=37 bias=37/38
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 |     3794      0 |      309 |       98
0.49/0.59	c  0.0s |       0 |       97 |        0 |     3794      0 |      309 |       99
0.49/0.59	c #cpu_time = 0.004s
0.49/0.59	c #wall_clock_time = 0.004s
0.49/0.59	c #decision = 97
0.49/0.59	c #random_decision = 0
0.49/0.59	c #conflict = 0
0.49/0.59	c #restart = 0
0.49/0.59	c BCD2: found a new core of size 1: cost of the new core is >=531441
0.49/0.59	c lower bound updated to 1365882215
0.49/0.59	c BCD2: 1380231121 <= obj <= 5954796377
0.49/0.59	c BCD2: #cores=27, #unrelaxed=180, #relaxed=121, #hardened=0
0.49/0.59	c BCD2: #sat=1 #unsat=38 bias=38/39
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 |     3794      0 |      309 |       99
0.49/0.60	c  0.0s |       0 |       98 |        0 |     3794      0 |      309 |       99
0.49/0.60	c #cpu_time = 0.004s
0.49/0.60	c #wall_clock_time = 0.004s
0.49/0.60	c #decision = 98
0.49/0.60	c #random_decision = 0
0.49/0.60	c #conflict = 0
0.49/0.60	c #restart = 0
0.49/0.60	c BCD2: found a new core of size 1: cost of the new core is >=19683
0.49/0.60	c lower bound updated to 1365901898
0.59/0.60	c BCD2: 1380250804 <= obj <= 5954796377
0.59/0.60	c BCD2: #cores=28, #unrelaxed=179, #relaxed=122, #hardened=0
0.59/0.60	c BCD2: #sat=1 #unsat=39 bias=39/40
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 |     3794      0 |      309 |       99
0.59/0.60	c  0.0s |       0 |      100 |        0 |     3794      0 |      309 |       99
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 = 100
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 2: cost of the new core is >=27
0.59/0.60	c lower bound updated to 1365901925
0.59/0.61	c BCD2: 1380250831 <= obj <= 5954796377
0.59/0.61	c BCD2: #cores=29, #unrelaxed=177, #relaxed=124, #hardened=0
0.59/0.61	c BCD2: #sat=1 #unsat=40 bias=40/41
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 |     3794      0 |      309 |       99
0.59/0.61	c  0.0s |       0 |      187 |        1 |     3794      0 |      309 |       99
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 = 187
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 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
0.59/0.61	c lower bound updated to 1365901926
0.59/0.63	c BCD2: 1380250832 <= obj <= 5954796377
0.59/0.63	c BCD2: #cores=29, #unrelaxed=176, #relaxed=125, #hardened=0
0.59/0.63	c BCD2: #sat=1 #unsat=41 bias=41/42
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 |     3794      0 |      310 |       99
0.59/0.63	c  0.0s |       0 |      100 |        0 |     3794      0 |      310 |      100
0.59/0.63	c #cpu_time = 0.004s
0.59/0.63	c #wall_clock_time = 0.004s
0.59/0.63	c #decision = 100
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 1: cost of the new core is >=531441
0.59/0.63	c lower bound updated to 1366433367
0.59/0.64	c BCD2: 1380782273 <= obj <= 5954796377
0.59/0.64	c BCD2: #cores=30, #unrelaxed=175, #relaxed=126, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=42 bias=42/43
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 |     3794      0 |      310 |      100
0.59/0.64	c  0.0s |       0 |      101 |        0 |     3794      0 |      310 |      100
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 = 101
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 1: cost of the new core is >=19683
0.59/0.64	c lower bound updated to 1366453050
0.59/0.64	c BCD2: 1380801956 <= obj <= 5954796377
0.59/0.64	c BCD2: #cores=31, #unrelaxed=174, #relaxed=127, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=43 bias=43/44
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 |     3794      0 |      310 |      100
0.59/0.65	c  0.0s |       0 |      103 |        0 |     3794      0 |      310 |      100
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 = 103
0.59/0.65	c #random_decision = 0
0.59/0.65	c #conflict = 0
0.59/0.65	c #restart = 0
0.59/0.65	c BCD2: found a new core of size 2: cost of the new core is >=27
0.59/0.65	c lower bound updated to 1366453077
0.59/0.65	c BCD2: 1380801983 <= obj <= 5954796377
0.59/0.65	c BCD2: #cores=32, #unrelaxed=172, #relaxed=129, #hardened=0
0.59/0.65	c BCD2: #sat=1 #unsat=44 bias=44/45
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 |     3794      0 |      310 |      100
0.59/0.66	c  0.0s |       0 |      186 |        1 |     3794      0 |      310 |      100
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 = 186
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 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
0.59/0.66	c lower bound updated to 1366453078
0.59/0.66	c BCD2: 1380801984 <= obj <= 5954796377
0.59/0.66	c BCD2: #cores=32, #unrelaxed=171, #relaxed=130, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=45 bias=45/46
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 |     3794      0 |      311 |      100
0.59/0.67	c  0.0s |       0 |      103 |        0 |     3794      0 |      311 |      101
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 = 103
0.59/0.67	c #random_decision = 0
0.59/0.67	c #conflict = 0
0.59/0.67	c #restart = 0
0.59/0.67	c BCD2: found a new core of size 1: cost of the new core is >=531441
0.59/0.67	c lower bound updated to 1366984519
0.59/0.67	c BCD2: 1381333425 <= obj <= 5954796377
0.59/0.67	c BCD2: #cores=33, #unrelaxed=170, #relaxed=131, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=46 bias=46/47
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 |     3794      0 |      311 |      101
0.59/0.68	c  0.0s |       0 |      104 |        0 |     3794      0 |      311 |      101
0.59/0.68	c #cpu_time = 0.004s
0.59/0.68	c #wall_clock_time = 0.004s
0.59/0.68	c #decision = 104
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 0
0.59/0.68	c #restart = 0
0.59/0.68	c BCD2: found a new core of size 1: cost of the new core is >=19683
0.59/0.68	c lower bound updated to 1367004202
0.59/0.68	c BCD2: 1381353108 <= obj <= 5954796377
0.59/0.68	c BCD2: #cores=34, #unrelaxed=169, #relaxed=132, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=47 bias=47/48
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 |     3794      0 |      311 |      101
0.59/0.68	c  0.0s |       0 |      106 |        0 |     3794      0 |      311 |      101
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 = 106
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 0
0.59/0.68	c #restart = 0
0.59/0.68	c BCD2: found a new core of size 2: cost of the new core is >=27
0.59/0.68	c lower bound updated to 1367004229
0.59/0.69	c BCD2: 1381353135 <= obj <= 5954796377
0.59/0.69	c BCD2: #cores=35, #unrelaxed=167, #relaxed=134, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=48 bias=48/49
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 |     3794      0 |      311 |      101
0.59/0.69	c  0.0s |       0 |      195 |        1 |     3794      0 |      311 |      101
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 = 195
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 1
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
0.59/0.69	c lower bound updated to 1367004230
0.69/0.70	c BCD2: 1381353136 <= obj <= 5954796377
0.69/0.70	c BCD2: #cores=35, #unrelaxed=166, #relaxed=135, #hardened=0
0.69/0.70	c BCD2: #sat=1 #unsat=49 bias=49/50
0.69/0.70	c Solving starts ...
0.69/0.70	c ============================[ Search Statistics ]============================
0.69/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.70	c =============================================================================
0.69/0.70	c  0.0s |       0 |        0 |        0 |     3794      0 |      312 |      101
0.69/0.70	c  0.0s |       0 |      106 |        0 |     3794      0 |      312 |      102
0.69/0.70	c #cpu_time = 0.005s
0.69/0.70	c #wall_clock_time = 0.005s
0.69/0.70	c #decision = 106
0.69/0.70	c #random_decision = 0
0.69/0.70	c #conflict = 0
0.69/0.70	c #restart = 0
0.69/0.70	c BCD2: found a new core of size 1: cost of the new core is >=531441
0.69/0.70	c lower bound updated to 1367535671
0.69/0.71	c BCD2: 1381884577 <= obj <= 5954796377
0.69/0.71	c BCD2: #cores=36, #unrelaxed=165, #relaxed=136, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=50 bias=50/51
0.69/0.71	c Solving starts ...
0.69/0.71	c ============================[ Search Statistics ]============================
0.69/0.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.71	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.71	c =============================================================================
0.69/0.71	c  0.0s |       0 |        0 |        0 |     3794      0 |      312 |      102
0.69/0.71	c  0.0s |       0 |      107 |        0 |     3794      0 |      312 |      102
0.69/0.71	c #cpu_time = 0.005s
0.69/0.71	c #wall_clock_time = 0.005s
0.69/0.71	c #decision = 107
0.69/0.71	c #random_decision = 0
0.69/0.71	c #conflict = 0
0.69/0.71	c #restart = 0
0.69/0.71	c BCD2: found a new core of size 1: cost of the new core is >=19683
0.69/0.71	c lower bound updated to 1367555354
0.69/0.72	c BCD2: 1381904260 <= obj <= 5954796377
0.69/0.72	c BCD2: #cores=37, #unrelaxed=164, #relaxed=137, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=51 bias=51/52
0.69/0.72	c Solving starts ...
0.69/0.72	c ============================[ Search Statistics ]============================
0.69/0.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.72	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.72	c =============================================================================
0.69/0.72	c  0.0s |       0 |        0 |        0 |     3794      0 |      312 |      102
0.69/0.72	c  0.0s |       0 |      109 |        0 |     3794      0 |      312 |      102
0.69/0.72	c #cpu_time = 0.005s
0.69/0.72	c #wall_clock_time = 0.005s
0.69/0.72	c #decision = 109
0.69/0.72	c #random_decision = 0
0.69/0.72	c #conflict = 0
0.69/0.72	c #restart = 0
0.69/0.72	c BCD2: found a new core of size 2: cost of the new core is >=27
0.69/0.72	c lower bound updated to 1367555381
0.69/0.72	c BCD2: 1381904287 <= obj <= 5954796377
0.69/0.72	c BCD2: #cores=38, #unrelaxed=162, #relaxed=139, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=52 bias=52/53
0.69/0.73	c Solving starts ...
0.69/0.73	c ============================[ Search Statistics ]============================
0.69/0.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.73	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.73	c =============================================================================
0.69/0.73	c  0.0s |       0 |        0 |        0 |     3794      0 |      312 |      102
0.69/0.73	c  0.0s |       0 |      192 |        1 |     3794      0 |      312 |      102
0.69/0.73	c #cpu_time = 0.005s
0.69/0.73	c #wall_clock_time = 0.005s
0.69/0.73	c #decision = 192
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 1
0.69/0.73	c #restart = 0
0.69/0.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
0.69/0.73	c lower bound updated to 1367555382
0.69/0.73	c BCD2: 1381904288 <= obj <= 5954796377
0.69/0.73	c BCD2: #cores=38, #unrelaxed=161, #relaxed=140, #hardened=0
0.69/0.73	c BCD2: #sat=1 #unsat=53 bias=53/54
0.69/0.73	c Solving starts ...
0.69/0.73	c ============================[ Search Statistics ]============================
0.69/0.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.73	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.73	c =============================================================================
0.69/0.73	c  0.0s |       0 |        0 |        0 |     3794      0 |      313 |      102
0.69/0.74	c  0.0s |       0 |      109 |        0 |     3794      0 |      313 |      103
0.69/0.74	c #cpu_time = 0.005s
0.69/0.74	c #wall_clock_time = 0.005s
0.69/0.74	c #decision = 109
0.69/0.74	c #random_decision = 0
0.69/0.74	c #conflict = 0
0.69/0.74	c #restart = 0
0.69/0.74	c BCD2: found a new core of size 1: cost of the new core is >=531441
0.69/0.74	c lower bound updated to 1368086823
0.69/0.74	c BCD2: 1382435729 <= obj <= 5954796377
0.69/0.74	c BCD2: #cores=39, #unrelaxed=160, #relaxed=141, #hardened=0
0.69/0.74	c BCD2: #sat=1 #unsat=54 bias=54/55
0.69/0.74	c Solving starts ...
0.69/0.74	c ============================[ Search Statistics ]============================
0.69/0.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.74	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.74	c =============================================================================
0.69/0.74	c  0.0s |       0 |        0 |        0 |     3794      0 |      313 |      103
0.69/0.75	c  0.0s |       0 |      110 |        0 |     3794      0 |      313 |      103
0.69/0.75	c #cpu_time = 0.005s
0.69/0.75	c #wall_clock_time = 0.005s
0.69/0.75	c #decision = 110
0.69/0.75	c #random_decision = 0
0.69/0.75	c #conflict = 0
0.69/0.75	c #restart = 0
0.69/0.75	c BCD2: found a new core of size 1: cost of the new core is >=19683
0.69/0.75	c lower bound updated to 1368106506
0.69/0.75	c BCD2: 1382455412 <= obj <= 5954796377
0.69/0.75	c BCD2: #cores=40, #unrelaxed=159, #relaxed=142, #hardened=0
0.69/0.75	c BCD2: #sat=1 #unsat=55 bias=55/56
0.69/0.75	c Solving starts ...
0.69/0.75	c ============================[ Search Statistics ]============================
0.69/0.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.75	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.75	c =============================================================================
0.69/0.75	c  0.0s |       0 |        0 |        0 |     3794      0 |      313 |      103
0.69/0.76	c  0.0s |       0 |      112 |        0 |     3794      0 |      313 |      103
0.69/0.76	c #cpu_time = 0.005s
0.69/0.76	c #wall_clock_time = 0.005s
0.69/0.76	c #decision = 112
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 0
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: found a new core of size 2: cost of the new core is >=27
0.69/0.76	c lower bound updated to 1368106533
0.69/0.76	c BCD2: 1382455439 <= obj <= 5954796377
0.69/0.76	c BCD2: #cores=41, #unrelaxed=157, #relaxed=144, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=56 bias=56/57
0.69/0.76	c Solving starts ...
0.69/0.76	c ============================[ Search Statistics ]============================
0.69/0.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.76	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.76	c =============================================================================
0.69/0.77	c  0.0s |       0 |        0 |        0 |     3794      0 |      313 |      103
0.69/0.77	c  0.0s |       0 |      195 |        1 |     3794      0 |      313 |      103
0.69/0.77	c #cpu_time = 0.005s
0.69/0.77	c #wall_clock_time = 0.005s
0.69/0.77	c #decision = 195
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 1
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
0.69/0.77	c lower bound updated to 1368106534
0.69/0.77	c BCD2: 1382455440 <= obj <= 5954796377
0.69/0.77	c BCD2: #cores=41, #unrelaxed=156, #relaxed=145, #hardened=0
0.69/0.77	c BCD2: #sat=1 #unsat=57 bias=57/58
0.69/0.77	c Solving starts ...
0.69/0.77	c ============================[ Search Statistics ]============================
0.69/0.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.77	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.77	c =============================================================================
0.69/0.77	c  0.0s |       0 |        0 |        0 |     3794      0 |      314 |      103
0.69/0.78	c  0.0s |       0 |      112 |        0 |     3794      0 |      314 |      104
0.69/0.78	c #cpu_time = 0.005s
0.69/0.78	c #wall_clock_time = 0.005s
0.69/0.78	c #decision = 112
0.69/0.78	c #random_decision = 0
0.69/0.78	c #conflict = 0
0.69/0.78	c #restart = 0
0.69/0.78	c BCD2: found a new core of size 1: cost of the new core is >=531441
0.69/0.78	c lower bound updated to 1368637975
0.69/0.78	c BCD2: 1382986881 <= obj <= 5954796377
0.69/0.78	c BCD2: #cores=42, #unrelaxed=155, #relaxed=146, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=58 bias=58/59
0.69/0.78	c Solving starts ...
0.69/0.78	c ============================[ Search Statistics ]============================
0.69/0.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.78	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.78	c =============================================================================
0.69/0.78	c  0.0s |       0 |        0 |        0 |     3794      0 |      314 |      104
0.69/0.79	c  0.0s |       0 |      113 |        0 |     3794      0 |      314 |      104
0.69/0.79	c #cpu_time = 0.005s
0.69/0.79	c #wall_clock_time = 0.005s
0.69/0.79	c #decision = 113
0.69/0.79	c #random_decision = 0
0.69/0.79	c #conflict = 0
0.69/0.79	c #restart = 0
0.69/0.79	c BCD2: found a new core of size 1: cost of the new core is >=19683
0.69/0.79	c lower bound updated to 1368657658
0.69/0.79	c BCD2: 1383006564 <= obj <= 5954796377
0.69/0.79	c BCD2: #cores=43, #unrelaxed=154, #relaxed=147, #hardened=0
0.69/0.79	c BCD2: #sat=1 #unsat=59 bias=59/60
0.69/0.79	c Solving starts ...
0.69/0.79	c ============================[ Search Statistics ]============================
0.69/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.79	c =============================================================================
0.69/0.79	c  0.0s |       0 |        0 |        0 |     3794      0 |      314 |      104
0.79/0.80	c  0.0s |       0 |      115 |        0 |     3794      0 |      314 |      104
0.79/0.80	c #cpu_time = 0.005s
0.79/0.80	c #wall_clock_time = 0.005s
0.79/0.80	c #decision = 115
0.79/0.80	c #random_decision = 0
0.79/0.80	c #conflict = 0
0.79/0.80	c #restart = 0
0.79/0.80	c BCD2: found a new core of size 2: cost of the new core is >=27
0.79/0.80	c lower bound updated to 1368657685
0.79/0.80	c BCD2: 1383006591 <= obj <= 5954796377
0.79/0.80	c BCD2: #cores=44, #unrelaxed=152, #relaxed=149, #hardened=0
0.79/0.80	c BCD2: #sat=1 #unsat=60 bias=60/61
0.79/0.80	c Solving starts ...
0.79/0.80	c ============================[ Search Statistics ]============================
0.79/0.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.80	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.80	c =============================================================================
0.79/0.80	c  0.0s |       0 |        0 |        0 |     3794      0 |      314 |      104
0.79/0.81	c  0.0s |       0 |      207 |        1 |     3794      0 |      314 |      104
0.79/0.81	c #cpu_time = 0.005s
0.79/0.81	c #wall_clock_time = 0.005s
0.79/0.81	c #decision = 207
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 1
0.79/0.81	c #restart = 0
0.79/0.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
0.79/0.81	c lower bound updated to 1368657686
0.79/0.81	c BCD2: 1383006592 <= obj <= 5954796377
0.79/0.81	c BCD2: #cores=44, #unrelaxed=151, #relaxed=150, #hardened=0
0.79/0.81	c BCD2: #sat=1 #unsat=61 bias=61/62
0.79/0.81	c Solving starts ...
0.79/0.81	c ============================[ Search Statistics ]============================
0.79/0.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.81	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.81	c =============================================================================
0.79/0.81	c  0.0s |       0 |        0 |        0 |     3794      0 |      315 |      104
0.79/0.82	c  0.0s |       0 |      115 |        0 |     3794      0 |      315 |      105
0.79/0.82	c #cpu_time = 0.005s
0.79/0.82	c #wall_clock_time = 0.005s
0.79/0.82	c #decision = 115
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 0
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: found a new core of size 1: cost of the new core is >=531441
0.79/0.82	c lower bound updated to 1369189127
0.79/0.82	c BCD2: 1383538033 <= obj <= 5954796377
0.79/0.82	c BCD2: #cores=45, #unrelaxed=150, #relaxed=151, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=62 bias=62/63
0.79/0.82	c Solving starts ...
0.79/0.82	c ============================[ Search Statistics ]============================
0.79/0.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.82	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.82	c =============================================================================
0.79/0.82	c  0.0s |       0 |        0 |        0 |     3794      0 |      315 |      105
0.79/0.82	c  0.0s |       0 |      116 |        0 |     3794      0 |      315 |      105
0.79/0.82	c #cpu_time = 0.005s
0.79/0.82	c #wall_clock_time = 0.005s
0.79/0.82	c #decision = 116
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 0
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: found a new core of size 1: cost of the new core is >=19683
0.79/0.82	c lower bound updated to 1369208810
0.79/0.83	c BCD2: 1383557716 <= obj <= 5954796377
0.79/0.83	c BCD2: #cores=46, #unrelaxed=149, #relaxed=152, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=63 bias=63/64
0.79/0.83	c Solving starts ...
0.79/0.83	c ============================[ Search Statistics ]============================
0.79/0.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.83	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.83	c =============================================================================
0.79/0.83	c  0.0s |       0 |        0 |        0 |     3794      0 |      315 |      105
0.79/0.83	c  0.0s |       0 |      118 |        0 |     3794      0 |      315 |      105
0.79/0.83	c #cpu_time = 0.005s
0.79/0.83	c #wall_clock_time = 0.005s
0.79/0.83	c #decision = 118
0.79/0.83	c #random_decision = 0
0.79/0.83	c #conflict = 0
0.79/0.83	c #restart = 0
0.79/0.83	c BCD2: found a new core of size 2: cost of the new core is >=27
0.79/0.83	c lower bound updated to 1369208837
0.79/0.84	c BCD2: 1383557743 <= obj <= 5954796377
0.79/0.84	c BCD2: #cores=47, #unrelaxed=147, #relaxed=154, #hardened=0
0.79/0.84	c BCD2: #sat=1 #unsat=64 bias=64/65
0.79/0.84	c Solving starts ...
0.79/0.84	c ============================[ Search Statistics ]============================
0.79/0.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.84	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.84	c =============================================================================
0.79/0.84	c  0.0s |       0 |        0 |        0 |     3794      0 |      315 |      105
0.79/0.84	c  0.0s |       0 |      201 |        1 |     3794      0 |      315 |      105
0.79/0.84	c #cpu_time = 0.005s
0.79/0.84	c #wall_clock_time = 0.005s
0.79/0.84	c #decision = 201
0.79/0.84	c #random_decision = 0
0.79/0.84	c #conflict = 1
0.79/0.84	c #restart = 0
0.79/0.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
0.79/0.84	c lower bound updated to 1369208838
0.79/0.85	c BCD2: 1383557744 <= obj <= 5954796377
0.79/0.85	c BCD2: #cores=47, #unrelaxed=146, #relaxed=155, #hardened=0
0.79/0.85	c BCD2: #sat=1 #unsat=65 bias=65/66
0.79/0.85	c Solving starts ...
0.79/0.85	c ============================[ Search Statistics ]============================
0.79/0.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.85	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.85	c =============================================================================
0.79/0.85	c  0.0s |       0 |        0 |        0 |     3794      0 |      316 |      105
0.79/0.85	c  0.0s |       0 |      118 |        0 |     3794      0 |      316 |      106
0.79/0.85	c #cpu_time = 0.005s
0.79/0.85	c #wall_clock_time = 0.005s
0.79/0.85	c #decision = 118
0.79/0.85	c #random_decision = 0
0.79/0.85	c #conflict = 0
0.79/0.85	c #restart = 0
0.79/0.85	c BCD2: found a new core of size 1: cost of the new core is >=531441
0.79/0.85	c lower bound updated to 1369740279
0.79/0.86	c BCD2: 1384089185 <= obj <= 5954796377
0.79/0.86	c BCD2: #cores=48, #unrelaxed=145, #relaxed=156, #hardened=0
0.79/0.86	c BCD2: #sat=1 #unsat=66 bias=66/67
0.79/0.86	c Solving starts ...
0.79/0.86	c ============================[ Search Statistics ]============================
0.79/0.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.86	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.86	c =============================================================================
0.79/0.86	c  0.0s |       0 |        0 |        0 |     3794      0 |      316 |      106
0.79/0.86	c  0.0s |       0 |      119 |        0 |     3794      0 |      316 |      106
0.79/0.86	c #cpu_time = 0.005s
0.79/0.86	c #wall_clock_time = 0.005s
0.79/0.86	c #decision = 119
0.79/0.86	c #random_decision = 0
0.79/0.86	c #conflict = 0
0.79/0.86	c #restart = 0
0.79/0.86	c BCD2: found a new core of size 1: cost of the new core is >=19683
0.79/0.86	c lower bound updated to 1369759962
0.79/0.87	c BCD2: 1384108868 <= obj <= 5954796377
0.79/0.87	c BCD2: #cores=49, #unrelaxed=144, #relaxed=157, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=67 bias=67/68
0.79/0.87	c Solving starts ...
0.79/0.87	c ============================[ Search Statistics ]============================
0.79/0.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.87	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.87	c =============================================================================
0.79/0.87	c  0.0s |       0 |        0 |        0 |     3794      0 |      316 |      106
0.79/0.87	c  0.0s |       0 |      121 |        0 |     3794      0 |      316 |      106
0.79/0.87	c #cpu_time = 0.005s
0.79/0.87	c #wall_clock_time = 0.005s
0.79/0.87	c #decision = 121
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 0
0.79/0.87	c #restart = 0
0.79/0.87	c BCD2: found a new core of size 2: cost of the new core is >=27
0.79/0.87	c lower bound updated to 1369759989
0.79/0.87	c BCD2: 1384108895 <= obj <= 5954796377
0.79/0.87	c BCD2: #cores=50, #unrelaxed=142, #relaxed=159, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=68 bias=68/69
0.79/0.88	c Solving starts ...
0.79/0.88	c ============================[ Search Statistics ]============================
0.79/0.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.88	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.88	c =============================================================================
0.79/0.88	c  0.0s |       0 |        0 |        0 |     3794      0 |      316 |      106
0.79/0.88	c  0.0s |       0 |      204 |        1 |     3794      0 |      316 |      106
0.79/0.88	c #cpu_time = 0.005s
0.79/0.88	c #wall_clock_time = 0.005s
0.79/0.88	c #decision = 204
0.79/0.88	c #random_decision = 0
0.79/0.88	c #conflict = 1
0.79/0.88	c #restart = 0
0.79/0.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
0.79/0.88	c lower bound updated to 1369759990
0.79/0.88	c BCD2: 1384108896 <= obj <= 5954796377
0.79/0.88	c BCD2: #cores=50, #unrelaxed=141, #relaxed=160, #hardened=0
0.79/0.88	c BCD2: #sat=1 #unsat=69 bias=69/70
0.79/0.88	c Solving starts ...
0.79/0.88	c ============================[ Search Statistics ]============================
0.79/0.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.88	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.88	c =============================================================================
0.79/0.88	c  0.0s |       0 |        0 |        0 |     3794      0 |      317 |      106
0.79/0.89	c  0.0s |       0 |      121 |        0 |     3794      0 |      317 |      107
0.79/0.89	c #cpu_time = 0.005s
0.79/0.89	c #wall_clock_time = 0.005s
0.79/0.89	c #decision = 121
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 0
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: found a new core of size 1: cost of the new core is >=531441
0.79/0.89	c lower bound updated to 1370291431
0.79/0.89	c BCD2: 1384640337 <= obj <= 5954796377
0.79/0.89	c BCD2: #cores=51, #unrelaxed=140, #relaxed=161, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=70 bias=70/71
0.79/0.89	c Solving starts ...
0.79/0.89	c ============================[ Search Statistics ]============================
0.79/0.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.89	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.89	c =============================================================================
0.79/0.89	c  0.0s |       0 |        0 |        0 |     3794      0 |      317 |      107
0.89/0.90	c  0.0s |       0 |      122 |        0 |     3794      0 |      317 |      107
0.89/0.90	c #cpu_time = 0.005s
0.89/0.90	c #wall_clock_time = 0.005s
0.89/0.90	c #decision = 122
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 1: cost of the new core is >=19683
0.89/0.90	c lower bound updated to 1370311114
0.89/0.90	c BCD2: 1384660020 <= obj <= 5954796377
0.89/0.90	c BCD2: #cores=52, #unrelaxed=139, #relaxed=162, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=71 bias=71/72
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.91	c  0.0s |       0 |        0 |        0 |     3794      0 |      317 |      107
0.89/0.91	c  0.0s |       0 |      124 |        0 |     3794      0 |      317 |      107
0.89/0.91	c #cpu_time = 0.005s
0.89/0.91	c #wall_clock_time = 0.005s
0.89/0.91	c #decision = 124
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 >=27
0.89/0.91	c lower bound updated to 1370311141
0.89/0.92	c BCD2: 1384660047 <= obj <= 5954796377
0.89/0.92	c BCD2: #cores=53, #unrelaxed=137, #relaxed=164, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=72 bias=72/73
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 |     3794      0 |      317 |      107
0.89/0.92	c  0.0s |       0 |      219 |        1 |     3794      0 |      317 |      107
0.89/0.92	c #cpu_time = 0.005s
0.89/0.92	c #wall_clock_time = 0.005s
0.89/0.92	c #decision = 219
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 1
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
0.89/0.92	c lower bound updated to 1370311142
0.89/0.93	c BCD2: 1384660048 <= obj <= 5954796377
0.89/0.93	c BCD2: #cores=53, #unrelaxed=136, #relaxed=165, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=73 bias=73/74
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 |     3794      0 |      318 |      107
0.89/0.93	c  0.0s |       0 |      124 |        0 |     3794      0 |      318 |      108
0.89/0.93	c #cpu_time = 0.005s
0.89/0.93	c #wall_clock_time = 0.005s
0.89/0.93	c #decision = 124
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 1: cost of the new core is >=531441
0.89/0.93	c lower bound updated to 1370842583
0.89/0.93	c BCD2: 1385191489 <= obj <= 5954796377
0.89/0.93	c BCD2: #cores=54, #unrelaxed=135, #relaxed=166, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=74 bias=74/75
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 |     3794      0 |      318 |      108
0.89/0.94	c  0.0s |       0 |      125 |        0 |     3794      0 |      318 |      108
0.89/0.94	c #cpu_time = 0.005s
0.89/0.94	c #wall_clock_time = 0.005s
0.89/0.94	c #decision = 125
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 1: cost of the new core is >=19683
0.89/0.94	c lower bound updated to 1370862266
0.89/0.94	c BCD2: 1385211172 <= obj <= 5954796377
0.89/0.94	c BCD2: #cores=55, #unrelaxed=134, #relaxed=167, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=75 bias=75/76
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 |     3794      0 |      318 |      108
0.89/0.95	c  0.0s |       0 |      127 |        0 |     3794      0 |      318 |      108
0.89/0.95	c #cpu_time = 0.005s
0.89/0.95	c #wall_clock_time = 0.005s
0.89/0.95	c #decision = 127
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 >=27
0.89/0.95	c lower bound updated to 1370862293
0.89/0.95	c BCD2: 1385211199 <= obj <= 5954796377
0.89/0.95	c BCD2: #cores=56, #unrelaxed=132, #relaxed=169, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=76 bias=76/77
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 |     3794      0 |      318 |      108
0.89/0.96	c  0.0s |       0 |      210 |        1 |     3794      0 |      318 |      108
0.89/0.96	c #cpu_time = 0.006s
0.89/0.96	c #wall_clock_time = 0.006s
0.89/0.96	c #decision = 210
0.89/0.96	c #random_decision = 0
0.89/0.96	c #conflict = 1
0.89/0.96	c #restart = 0
0.89/0.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
0.89/0.96	c lower bound updated to 1370862294
0.89/0.96	c BCD2: 1385211200 <= obj <= 5954796377
0.89/0.96	c BCD2: #cores=56, #unrelaxed=131, #relaxed=170, #hardened=0
0.89/0.96	c BCD2: #sat=1 #unsat=77 bias=77/78
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 |     3794      0 |      319 |      108
0.89/0.97	c  0.0s |       0 |      127 |        0 |     3794      0 |      319 |      109
0.89/0.97	c #cpu_time = 0.006s
0.89/0.97	c #wall_clock_time = 0.006s
0.89/0.97	c #decision = 127
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 1: cost of the new core is >=531441
0.89/0.97	c lower bound updated to 1371393735
0.89/0.97	c BCD2: 1385742641 <= obj <= 5954796377
0.89/0.97	c BCD2: #cores=57, #unrelaxed=130, #relaxed=171, #hardened=0
0.89/0.97	c BCD2: #sat=1 #unsat=78 bias=78/79
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 |     3794      0 |      319 |      109
0.89/0.98	c  0.0s |       0 |      128 |        0 |     3794      0 |      319 |      109
0.89/0.98	c #cpu_time = 0.005s
0.89/0.98	c #wall_clock_time = 0.005s
0.89/0.98	c #decision = 128
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 1: cost of the new core is >=19683
0.89/0.98	c lower bound updated to 1371413418
0.89/0.98	c BCD2: 1385762324 <= obj <= 5954796377
0.89/0.98	c BCD2: #cores=58, #unrelaxed=129, #relaxed=172, #hardened=0
0.89/0.98	c BCD2: #sat=1 #unsat=79 bias=79/80
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 |     3794      0 |      319 |      109
0.89/0.99	c  0.0s |       0 |      130 |        0 |     3794      0 |      319 |      109
0.89/0.99	c #cpu_time = 0.005s
0.89/0.99	c #wall_clock_time = 0.005s
0.89/0.99	c #decision = 130
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 >=27
0.89/0.99	c lower bound updated to 1371413445
0.89/0.99	c BCD2: 1385762351 <= obj <= 5954796377
0.89/0.99	c BCD2: #cores=59, #unrelaxed=127, #relaxed=174, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=80 bias=80/81
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 |     3794      0 |      319 |      109
0.99/1.00	c  0.0s |       0 |      227 |        1 |     3794      0 |      319 |      109
0.99/1.00	c #cpu_time = 0.006s
0.99/1.00	c #wall_clock_time = 0.006s
0.99/1.00	c #decision = 227
0.99/1.00	c #random_decision = 0
0.99/1.00	c #conflict = 1
0.99/1.00	c #restart = 0
0.99/1.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
0.99/1.00	c lower bound updated to 1371413446
0.99/1.00	c BCD2: 1385762352 <= obj <= 5954796377
0.99/1.00	c BCD2: #cores=59, #unrelaxed=126, #relaxed=175, #hardened=0
0.99/1.00	c BCD2: #sat=1 #unsat=81 bias=81/82
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 |     3794      0 |      320 |      109
0.99/1.01	c  0.0s |       0 |      130 |        0 |     3794      0 |      320 |      110
0.99/1.01	c #cpu_time = 0.005s
0.99/1.01	c #wall_clock_time = 0.005s
0.99/1.01	c #decision = 130
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 1: cost of the new core is >=531441
0.99/1.01	c lower bound updated to 1371944887
0.99/1.01	c BCD2: 1386293793 <= obj <= 5954796377
0.99/1.01	c BCD2: #cores=60, #unrelaxed=125, #relaxed=176, #hardened=0
0.99/1.01	c BCD2: #sat=1 #unsat=82 bias=82/83
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 |     3794      0 |      320 |      110
0.99/1.02	c  0.0s |       0 |      131 |        0 |     3794      0 |      320 |      110
0.99/1.02	c #cpu_time = 0.005s
0.99/1.02	c #wall_clock_time = 0.005s
0.99/1.02	c #decision = 131
0.99/1.02	c #random_decision = 0
0.99/1.02	c #conflict = 0
0.99/1.02	c #restart = 0
0.99/1.02	c BCD2: found a new core of size 1: cost of the new core is >=19683
0.99/1.02	c lower bound updated to 1371964570
0.99/1.02	c BCD2: 1386313476 <= obj <= 5954796377
0.99/1.02	c BCD2: #cores=61, #unrelaxed=124, #relaxed=177, #hardened=0
0.99/1.02	c BCD2: #sat=1 #unsat=83 bias=83/84
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 |     3794      0 |      320 |      110
0.99/1.03	c  0.0s |       0 |      133 |        0 |     3794      0 |      320 |      110
0.99/1.03	c #cpu_time = 0.006s
0.99/1.03	c #wall_clock_time = 0.006s
0.99/1.03	c #decision = 133
0.99/1.03	c #random_decision = 0
0.99/1.03	c #conflict = 0
0.99/1.03	c #restart = 0
0.99/1.03	c BCD2: found a new core of size 2: cost of the new core is >=27
0.99/1.03	c lower bound updated to 1371964597
0.99/1.03	c BCD2: 1386313503 <= obj <= 5954796377
0.99/1.03	c BCD2: #cores=62, #unrelaxed=122, #relaxed=179, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=84 bias=84/85
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 |     3794      0 |      320 |      110
0.99/1.04	c  0.0s |       0 |      216 |        1 |     3794      0 |      320 |      110
0.99/1.04	c #cpu_time = 0.006s
0.99/1.04	c #wall_clock_time = 0.006s
0.99/1.04	c #decision = 216
0.99/1.04	c #random_decision = 0
0.99/1.04	c #conflict = 1
0.99/1.04	c #restart = 0
0.99/1.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
0.99/1.04	c lower bound updated to 1371964598
0.99/1.04	c BCD2: 1386313504 <= obj <= 5954796377
0.99/1.04	c BCD2: #cores=62, #unrelaxed=121, #relaxed=180, #hardened=0
0.99/1.04	c BCD2: #sat=1 #unsat=85 bias=85/86
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 |     3794      0 |      321 |      110
0.99/1.05	c  0.0s |       0 |      133 |        0 |     3794      0 |      321 |      111
0.99/1.05	c #cpu_time = 0.006s
0.99/1.05	c #wall_clock_time = 0.006s
0.99/1.05	c #decision = 133
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 1: cost of the new core is >=531441
0.99/1.05	c lower bound updated to 1372496039
0.99/1.05	c BCD2: 1386844945 <= obj <= 5954796377
0.99/1.05	c BCD2: #cores=63, #unrelaxed=120, #relaxed=181, #hardened=0
0.99/1.05	c BCD2: #sat=1 #unsat=86 bias=86/87
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.06	c  0.0s |       0 |        0 |        0 |     3794      0 |      321 |      111
0.99/1.06	c  0.0s |       0 |      134 |        0 |     3794      0 |      321 |      111
0.99/1.06	c #cpu_time = 0.005s
0.99/1.06	c #wall_clock_time = 0.005s
0.99/1.06	c #decision = 134
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 1: cost of the new core is >=19683
0.99/1.06	c lower bound updated to 1372515722
0.99/1.06	c BCD2: 1386864628 <= obj <= 5954796377
0.99/1.06	c BCD2: #cores=64, #unrelaxed=119, #relaxed=182, #hardened=0
0.99/1.06	c BCD2: #sat=1 #unsat=87 bias=87/88
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 |     3794      0 |      321 |      111
0.99/1.07	c  0.0s |       0 |      136 |        0 |     3794      0 |      321 |      111
0.99/1.07	c #cpu_time = 0.006s
0.99/1.07	c #wall_clock_time = 0.006s
0.99/1.07	c #decision = 136
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 >=27
0.99/1.07	c lower bound updated to 1372515749
0.99/1.07	c BCD2: 1386864655 <= obj <= 5954796377
0.99/1.07	c BCD2: #cores=65, #unrelaxed=117, #relaxed=184, #hardened=0
0.99/1.07	c BCD2: #sat=1 #unsat=88 bias=88/89
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 |     3794      0 |      321 |      111
0.99/1.08	c  0.0s |       0 |      219 |        1 |     3794      0 |      321 |      111
0.99/1.08	c #cpu_time = 0.006s
0.99/1.08	c #wall_clock_time = 0.006s
0.99/1.08	c #decision = 219
0.99/1.08	c #random_decision = 0
0.99/1.08	c #conflict = 1
0.99/1.08	c #restart = 0
0.99/1.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
0.99/1.08	c lower bound updated to 1372515750
0.99/1.08	c BCD2: 1386864656 <= obj <= 5954796377
0.99/1.08	c BCD2: #cores=65, #unrelaxed=116, #relaxed=185, #hardened=0
0.99/1.08	c BCD2: #sat=1 #unsat=89 bias=89/90
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 |     3794      0 |      322 |      111
0.99/1.09	c  0.0s |       0 |      136 |        0 |     3794      0 |      322 |      112
0.99/1.09	c #cpu_time = 0.006s
0.99/1.09	c #wall_clock_time = 0.006s
0.99/1.09	c #decision = 136
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 1: cost of the new core is >=531441
0.99/1.09	c lower bound updated to 1373047191
0.99/1.09	c BCD2: 1387396097 <= obj <= 5954796377
0.99/1.09	c BCD2: #cores=66, #unrelaxed=115, #relaxed=186, #hardened=0
0.99/1.09	c BCD2: #sat=1 #unsat=90 bias=90/91
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 |     3794      0 |      322 |      112
0.99/1.10	c  0.0s |       0 |      137 |        0 |     3794      0 |      322 |      112
0.99/1.10	c #cpu_time = 0.006s
0.99/1.10	c #wall_clock_time = 0.006s
0.99/1.10	c #decision = 137
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 1: cost of the new core is >=19683
0.99/1.10	c lower bound updated to 1373066874
1.09/1.10	c BCD2: 1387415780 <= obj <= 5954796377
1.09/1.10	c BCD2: #cores=67, #unrelaxed=114, #relaxed=187, #hardened=0
1.09/1.10	c BCD2: #sat=1 #unsat=91 bias=91/92
1.09/1.10	c Solving starts ...
1.09/1.10	c ============================[ Search Statistics ]============================
1.09/1.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.10	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.10	c =============================================================================
1.09/1.10	c  0.0s |       0 |        0 |        0 |     3794      0 |      322 |      112
1.09/1.11	c  0.0s |       0 |      139 |        0 |     3794      0 |      322 |      112
1.09/1.11	c #cpu_time = 0.006s
1.09/1.11	c #wall_clock_time = 0.006s
1.09/1.11	c #decision = 139
1.09/1.11	c #random_decision = 0
1.09/1.11	c #conflict = 0
1.09/1.11	c #restart = 0
1.09/1.11	c BCD2: found a new core of size 2: cost of the new core is >=27
1.09/1.11	c lower bound updated to 1373066901
1.09/1.11	c BCD2: 1387415807 <= obj <= 5954796377
1.09/1.11	c BCD2: #cores=68, #unrelaxed=112, #relaxed=189, #hardened=0
1.09/1.11	c BCD2: #sat=1 #unsat=92 bias=92/93
1.09/1.12	c Solving starts ...
1.09/1.12	c ============================[ Search Statistics ]============================
1.09/1.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.12	c =============================================================================
1.09/1.12	c  0.0s |       0 |        0 |        0 |     3794      0 |      322 |      112
1.09/1.12	c  0.0s |       0 |      222 |        1 |     3794      0 |      322 |      112
1.09/1.12	c #cpu_time = 0.006s
1.09/1.12	c #wall_clock_time = 0.006s
1.09/1.12	c #decision = 222
1.09/1.12	c #random_decision = 0
1.09/1.12	c #conflict = 1
1.09/1.12	c #restart = 0
1.09/1.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
1.09/1.12	c lower bound updated to 1373066902
1.09/1.13	c BCD2: 1387415808 <= obj <= 5954796377
1.09/1.13	c BCD2: #cores=68, #unrelaxed=111, #relaxed=190, #hardened=0
1.09/1.13	c BCD2: #sat=1 #unsat=93 bias=93/94
1.09/1.13	c Solving starts ...
1.09/1.13	c ============================[ Search Statistics ]============================
1.09/1.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.13	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.13	c =============================================================================
1.09/1.13	c  0.0s |       0 |        0 |        0 |     3794      0 |      323 |      112
1.09/1.13	c  0.0s |       0 |      139 |        0 |     3794      0 |      323 |      113
1.09/1.13	c #cpu_time = 0.006s
1.09/1.13	c #wall_clock_time = 0.006s
1.09/1.13	c #decision = 139
1.09/1.13	c #random_decision = 0
1.09/1.13	c #conflict = 0
1.09/1.13	c #restart = 0
1.09/1.13	c BCD2: found a new core of size 1: cost of the new core is >=531441
1.09/1.13	c lower bound updated to 1373598343
1.09/1.14	c BCD2: 1387947249 <= obj <= 5954796377
1.09/1.14	c BCD2: #cores=69, #unrelaxed=110, #relaxed=191, #hardened=0
1.09/1.14	c BCD2: #sat=1 #unsat=94 bias=94/95
1.09/1.14	c Solving starts ...
1.09/1.14	c ============================[ Search Statistics ]============================
1.09/1.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.14	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.14	c =============================================================================
1.09/1.14	c  0.0s |       0 |        0 |        0 |     3794      0 |      323 |      113
1.09/1.14	c  0.0s |       0 |      140 |        0 |     3794      0 |      323 |      113
1.09/1.14	c #cpu_time = 0.006s
1.09/1.14	c #wall_clock_time = 0.006s
1.09/1.14	c #decision = 140
1.09/1.14	c #random_decision = 0
1.09/1.14	c #conflict = 0
1.09/1.14	c #restart = 0
1.09/1.14	c BCD2: found a new core of size 1: cost of the new core is >=19683
1.09/1.14	c lower bound updated to 1373618026
1.09/1.15	c BCD2: 1387966932 <= obj <= 5954796377
1.09/1.15	c BCD2: #cores=70, #unrelaxed=109, #relaxed=192, #hardened=0
1.09/1.15	c BCD2: #sat=1 #unsat=95 bias=95/96
1.09/1.15	c Solving starts ...
1.09/1.15	c ============================[ Search Statistics ]============================
1.09/1.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.15	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.15	c =============================================================================
1.09/1.15	c  0.0s |       0 |        0 |        0 |     3794      0 |      323 |      113
1.09/1.15	c  0.0s |       0 |      142 |        0 |     3794      0 |      323 |      113
1.09/1.15	c #cpu_time = 0.006s
1.09/1.15	c #wall_clock_time = 0.006s
1.09/1.15	c #decision = 142
1.09/1.15	c #random_decision = 0
1.09/1.15	c #conflict = 0
1.09/1.15	c #restart = 0
1.09/1.15	c BCD2: found a new core of size 2: cost of the new core is >=27
1.09/1.15	c lower bound updated to 1373618053
1.09/1.16	c BCD2: 1387966959 <= obj <= 5954796377
1.09/1.16	c BCD2: #cores=71, #unrelaxed=107, #relaxed=194, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=96 bias=96/97
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     3794      0 |      323 |      113
1.09/1.16	c  0.0s |       0 |      225 |        1 |     3794      0 |      323 |      113
1.09/1.16	c #cpu_time = 0.006s
1.09/1.16	c #wall_clock_time = 0.006s
1.09/1.16	c #decision = 225
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 1
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
1.09/1.16	c lower bound updated to 1373618054
1.09/1.17	c BCD2: 1387966960 <= obj <= 5954796377
1.09/1.17	c BCD2: #cores=71, #unrelaxed=106, #relaxed=195, #hardened=0
1.09/1.17	c BCD2: #sat=1 #unsat=97 bias=97/98
1.09/1.17	c Solving starts ...
1.09/1.17	c ============================[ Search Statistics ]============================
1.09/1.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.17	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.17	c =============================================================================
1.09/1.17	c  0.0s |       0 |        0 |        0 |     3794      0 |      324 |      113
1.09/1.17	c  0.0s |       0 |      142 |        0 |     3794      0 |      324 |      114
1.09/1.17	c #cpu_time = 0.006s
1.09/1.17	c #wall_clock_time = 0.006s
1.09/1.17	c #decision = 142
1.09/1.17	c #random_decision = 0
1.09/1.17	c #conflict = 0
1.09/1.17	c #restart = 0
1.09/1.17	c BCD2: found a new core of size 1: cost of the new core is >=531441
1.09/1.17	c lower bound updated to 1374149495
1.09/1.18	c BCD2: 1388498401 <= obj <= 5954796377
1.09/1.18	c BCD2: #cores=72, #unrelaxed=105, #relaxed=196, #hardened=0
1.09/1.18	c BCD2: #sat=1 #unsat=98 bias=98/99
1.09/1.18	c Solving starts ...
1.09/1.18	c ============================[ Search Statistics ]============================
1.09/1.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.18	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.18	c =============================================================================
1.09/1.18	c  0.0s |       0 |        0 |        0 |     3794      0 |      324 |      114
1.09/1.18	c  0.0s |       0 |      143 |        0 |     3794      0 |      324 |      114
1.09/1.18	c #cpu_time = 0.006s
1.09/1.18	c #wall_clock_time = 0.006s
1.09/1.18	c #decision = 143
1.09/1.18	c #random_decision = 0
1.09/1.18	c #conflict = 0
1.09/1.18	c #restart = 0
1.09/1.18	c BCD2: found a new core of size 1: cost of the new core is >=19683
1.09/1.18	c lower bound updated to 1374169178
1.09/1.19	c BCD2: 1388518084 <= obj <= 5954796377
1.09/1.19	c BCD2: #cores=73, #unrelaxed=104, #relaxed=197, #hardened=0
1.09/1.19	c BCD2: #sat=1 #unsat=99 bias=99/100
1.09/1.19	c Solving starts ...
1.09/1.19	c ============================[ Search Statistics ]============================
1.09/1.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.19	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.19	c =============================================================================
1.09/1.19	c  0.0s |       0 |        0 |        0 |     3794      0 |      324 |      114
1.09/1.19	c  0.0s |       0 |      145 |        0 |     3794      0 |      324 |      114
1.09/1.19	c #cpu_time = 0.006s
1.09/1.19	c #wall_clock_time = 0.006s
1.09/1.19	c #decision = 145
1.09/1.19	c #random_decision = 0
1.09/1.19	c #conflict = 0
1.09/1.19	c #restart = 0
1.09/1.19	c BCD2: found a new core of size 2: cost of the new core is >=27
1.09/1.19	c lower bound updated to 1374169205
1.09/1.20	c BCD2: 1388518111 <= obj <= 5954796377
1.09/1.20	c BCD2: #cores=74, #unrelaxed=102, #relaxed=199, #hardened=0
1.09/1.20	c BCD2: #sat=1 #unsat=100 bias=100/101
1.09/1.20	c Solving starts ...
1.09/1.20	c ============================[ Search Statistics ]============================
1.09/1.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.20	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.20	c =============================================================================
1.09/1.20	c  0.0s |       0 |        0 |        0 |     3794      0 |      324 |      114
1.19/1.20	c  0.0s |       0 |      228 |        1 |     3794      0 |      324 |      114
1.19/1.20	c #cpu_time = 0.006s
1.19/1.20	c #wall_clock_time = 0.006s
1.19/1.20	c #decision = 228
1.19/1.20	c #random_decision = 0
1.19/1.20	c #conflict = 1
1.19/1.20	c #restart = 0
1.19/1.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
1.19/1.20	c lower bound updated to 1374169206
1.19/1.21	c BCD2: 1388518112 <= obj <= 5954796377
1.19/1.21	c BCD2: #cores=74, #unrelaxed=101, #relaxed=200, #hardened=0
1.19/1.21	c BCD2: #sat=1 #unsat=101 bias=101/102
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 |     3794      0 |      325 |      114
1.19/1.21	c  0.0s |       0 |      145 |        0 |     3794      0 |      325 |      115
1.19/1.21	c #cpu_time = 0.006s
1.19/1.21	c #wall_clock_time = 0.006s
1.19/1.21	c #decision = 145
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 1: cost of the new core is >=531441
1.19/1.21	c lower bound updated to 1374700647
1.19/1.22	c BCD2: 1389049553 <= obj <= 5954796377
1.19/1.22	c BCD2: #cores=75, #unrelaxed=100, #relaxed=201, #hardened=0
1.19/1.22	c BCD2: #sat=1 #unsat=102 bias=102/103
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 |     3794      0 |      325 |      115
1.19/1.23	c  0.0s |       0 |      146 |        0 |     3794      0 |      325 |      115
1.19/1.23	c #cpu_time = 0.005s
1.19/1.23	c #wall_clock_time = 0.005s
1.19/1.23	c #decision = 146
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 1: cost of the new core is >=19683
1.19/1.23	c lower bound updated to 1374720330
1.19/1.23	c BCD2: 1389069236 <= obj <= 5954796377
1.19/1.23	c BCD2: #cores=76, #unrelaxed=99, #relaxed=202, #hardened=0
1.19/1.23	c BCD2: #sat=1 #unsat=103 bias=103/104
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 |     3794      0 |      325 |      115
1.19/1.24	c  0.0s |       0 |      148 |        0 |     3794      0 |      325 |      115
1.19/1.24	c #cpu_time = 0.006s
1.19/1.24	c #wall_clock_time = 0.006s
1.19/1.24	c #decision = 148
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 >=27
1.19/1.24	c lower bound updated to 1374720357
1.19/1.24	c BCD2: 1389069263 <= obj <= 5954796377
1.19/1.24	c BCD2: #cores=77, #unrelaxed=97, #relaxed=204, #hardened=0
1.19/1.24	c BCD2: #sat=1 #unsat=104 bias=104/105
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 |     3794      0 |      325 |      115
1.19/1.25	c  0.0s |       0 |      231 |        1 |     3794      0 |      325 |      115
1.19/1.25	c #cpu_time = 0.006s
1.19/1.25	c #wall_clock_time = 0.006s
1.19/1.25	c #decision = 231
1.19/1.25	c #random_decision = 0
1.19/1.25	c #conflict = 1
1.19/1.25	c #restart = 0
1.19/1.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
1.19/1.25	c lower bound updated to 1374720358
1.19/1.25	c BCD2: 1389069264 <= obj <= 5954796377
1.19/1.25	c BCD2: #cores=77, #unrelaxed=96, #relaxed=205, #hardened=0
1.19/1.25	c BCD2: #sat=1 #unsat=105 bias=105/106
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 |     3794      0 |      326 |      115
1.19/1.26	c  0.0s |       0 |      148 |        0 |     3794      0 |      326 |      116
1.19/1.26	c #cpu_time = 0.006s
1.19/1.26	c #wall_clock_time = 0.006s
1.19/1.26	c #decision = 148
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 1: cost of the new core is >=531441
1.19/1.26	c lower bound updated to 1375251799
1.19/1.26	c BCD2: 1389600705 <= obj <= 5954796377
1.19/1.26	c BCD2: #cores=78, #unrelaxed=95, #relaxed=206, #hardened=0
1.19/1.26	c BCD2: #sat=1 #unsat=106 bias=106/107
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 |     3794      0 |      326 |      116
1.19/1.27	c  0.0s |       0 |      149 |        0 |     3794      0 |      326 |      116
1.19/1.27	c #cpu_time = 0.006s
1.19/1.27	c #wall_clock_time = 0.006s
1.19/1.27	c #decision = 149
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 1: cost of the new core is >=19683
1.19/1.27	c lower bound updated to 1375271482
1.19/1.27	c BCD2: 1389620388 <= obj <= 5954796377
1.19/1.27	c BCD2: #cores=79, #unrelaxed=94, #relaxed=207, #hardened=0
1.19/1.27	c BCD2: #sat=1 #unsat=107 bias=107/108
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 |     3794      0 |      326 |      116
1.19/1.28	c  0.0s |       0 |      151 |        0 |     3794      0 |      326 |      116
1.19/1.28	c #cpu_time = 0.006s
1.19/1.28	c #wall_clock_time = 0.006s
1.19/1.28	c #decision = 151
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 >=27
1.19/1.28	c lower bound updated to 1375271509
1.19/1.28	c BCD2: 1389620415 <= obj <= 5954796377
1.19/1.28	c BCD2: #cores=80, #unrelaxed=92, #relaxed=209, #hardened=0
1.19/1.28	c BCD2: #sat=1 #unsat=108 bias=108/109
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 |     3794      0 |      326 |      116
1.19/1.29	c  0.0s |       0 |      234 |        1 |     3794      0 |      326 |      116
1.19/1.29	c #cpu_time = 0.007s
1.19/1.29	c #wall_clock_time = 0.007s
1.19/1.29	c #decision = 234
1.19/1.29	c #random_decision = 0
1.19/1.29	c #conflict = 1
1.19/1.29	c #restart = 0
1.19/1.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
1.19/1.29	c lower bound updated to 1375271510
1.19/1.29	c BCD2: 1389620416 <= obj <= 5954796377
1.19/1.29	c BCD2: #cores=80, #unrelaxed=91, #relaxed=210, #hardened=0
1.19/1.29	c BCD2: #sat=1 #unsat=109 bias=109/110
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.30	c  0.0s |       0 |        0 |        0 |     3794      0 |      327 |      116
1.28/1.30	c  0.0s |       0 |      151 |        0 |     3794      0 |      327 |      117
1.28/1.30	c #cpu_time = 0.006s
1.28/1.30	c #wall_clock_time = 0.006s
1.28/1.30	c #decision = 151
1.28/1.30	c #random_decision = 0
1.28/1.30	c #conflict = 0
1.28/1.30	c #restart = 0
1.28/1.30	c BCD2: found a new core of size 1: cost of the new core is >=531441
1.28/1.30	c lower bound updated to 1375802951
1.28/1.30	c BCD2: 1390151857 <= obj <= 5954796377
1.28/1.30	c BCD2: #cores=81, #unrelaxed=90, #relaxed=211, #hardened=0
1.28/1.30	c BCD2: #sat=1 #unsat=110 bias=110/111
1.28/1.31	c Solving starts ...
1.28/1.31	c ============================[ Search Statistics ]============================
1.28/1.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.31	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.31	c =============================================================================
1.28/1.31	c  0.0s |       0 |        0 |        0 |     3794      0 |      327 |      117
1.28/1.31	c  0.0s |       0 |      152 |        0 |     3794      0 |      327 |      117
1.28/1.31	c #cpu_time = 0.006s
1.28/1.31	c #wall_clock_time = 0.006s
1.28/1.31	c #decision = 152
1.28/1.31	c #random_decision = 0
1.28/1.31	c #conflict = 0
1.28/1.31	c #restart = 0
1.28/1.31	c BCD2: found a new core of size 1: cost of the new core is >=19683
1.28/1.31	c lower bound updated to 1375822634
1.28/1.31	c BCD2: 1390171540 <= obj <= 5954796377
1.28/1.31	c BCD2: #cores=82, #unrelaxed=89, #relaxed=212, #hardened=0
1.28/1.31	c BCD2: #sat=1 #unsat=111 bias=111/112
1.28/1.32	c Solving starts ...
1.28/1.32	c ============================[ Search Statistics ]============================
1.28/1.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.32	c =============================================================================
1.28/1.32	c  0.0s |       0 |        0 |        0 |     3794      0 |      327 |      117
1.28/1.32	c  0.0s |       0 |      154 |        0 |     3794      0 |      327 |      117
1.28/1.32	c #cpu_time = 0.006s
1.28/1.32	c #wall_clock_time = 0.006s
1.28/1.32	c #decision = 154
1.28/1.32	c #random_decision = 0
1.28/1.32	c #conflict = 0
1.28/1.32	c #restart = 0
1.28/1.32	c BCD2: found a new core of size 2: cost of the new core is >=27
1.28/1.32	c lower bound updated to 1375822661
1.28/1.33	c BCD2: 1390171567 <= obj <= 5954796377
1.28/1.33	c BCD2: #cores=83, #unrelaxed=87, #relaxed=214, #hardened=0
1.28/1.33	c BCD2: #sat=1 #unsat=112 bias=112/113
1.28/1.33	c Solving starts ...
1.28/1.33	c ============================[ Search Statistics ]============================
1.28/1.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.33	c =============================================================================
1.28/1.33	c  0.0s |       0 |        0 |        0 |     3794      0 |      327 |      117
1.28/1.33	c  0.0s |       0 |      237 |        1 |     3794      0 |      327 |      117
1.28/1.33	c #cpu_time = 0.006s
1.28/1.33	c #wall_clock_time = 0.006s
1.28/1.33	c #decision = 237
1.28/1.33	c #random_decision = 0
1.28/1.33	c #conflict = 1
1.28/1.33	c #restart = 0
1.28/1.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
1.28/1.33	c lower bound updated to 1375822662
1.28/1.34	c BCD2: 1390171568 <= obj <= 5954796377
1.28/1.34	c BCD2: #cores=83, #unrelaxed=86, #relaxed=215, #hardened=0
1.28/1.34	c BCD2: #sat=1 #unsat=113 bias=113/114
1.28/1.34	c Solving starts ...
1.28/1.34	c ============================[ Search Statistics ]============================
1.28/1.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.34	c =============================================================================
1.28/1.34	c  0.0s |       0 |        0 |        0 |     3794      0 |      328 |      117
1.28/1.34	c  0.0s |       0 |      154 |        0 |     3794      0 |      328 |      118
1.28/1.34	c #cpu_time = 0.006s
1.28/1.34	c #wall_clock_time = 0.006s
1.28/1.34	c #decision = 154
1.28/1.34	c #random_decision = 0
1.28/1.34	c #conflict = 0
1.28/1.34	c #restart = 0
1.28/1.34	c BCD2: found a new core of size 1: cost of the new core is >=531441
1.28/1.34	c lower bound updated to 1376354103
1.28/1.35	c BCD2: 1390703009 <= obj <= 5954796377
1.28/1.35	c BCD2: #cores=84, #unrelaxed=85, #relaxed=216, #hardened=0
1.28/1.35	c BCD2: #sat=1 #unsat=114 bias=114/115
1.28/1.35	c Solving starts ...
1.28/1.35	c ============================[ Search Statistics ]============================
1.28/1.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.35	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.35	c =============================================================================
1.28/1.35	c  0.0s |       0 |        0 |        0 |     3794      0 |      328 |      118
1.28/1.35	c  0.0s |       0 |      155 |        0 |     3794      0 |      328 |      118
1.28/1.35	c #cpu_time = 0.006s
1.28/1.35	c #wall_clock_time = 0.006s
1.28/1.35	c #decision = 155
1.28/1.35	c #random_decision = 0
1.28/1.35	c #conflict = 0
1.28/1.35	c #restart = 0
1.28/1.35	c BCD2: found a new core of size 1: cost of the new core is >=19683
1.28/1.35	c lower bound updated to 1376373786
1.28/1.36	c BCD2: 1390722692 <= obj <= 5954796377
1.28/1.36	c BCD2: #cores=85, #unrelaxed=84, #relaxed=217, #hardened=0
1.28/1.36	c BCD2: #sat=1 #unsat=115 bias=115/116
1.28/1.36	c Solving starts ...
1.28/1.36	c ============================[ Search Statistics ]============================
1.28/1.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.36	c =============================================================================
1.28/1.36	c  0.0s |       0 |        0 |        0 |     3794      0 |      328 |      118
1.28/1.36	c  0.0s |       0 |      157 |        0 |     3794      0 |      328 |      118
1.28/1.36	c #cpu_time = 0.006s
1.28/1.36	c #wall_clock_time = 0.006s
1.28/1.36	c #decision = 157
1.28/1.36	c #random_decision = 0
1.28/1.36	c #conflict = 0
1.28/1.36	c #restart = 0
1.28/1.36	c BCD2: found a new core of size 2: cost of the new core is >=27
1.28/1.36	c lower bound updated to 1376373813
1.28/1.37	c BCD2: 1390722719 <= obj <= 5954796377
1.28/1.37	c BCD2: #cores=86, #unrelaxed=82, #relaxed=219, #hardened=0
1.28/1.37	c BCD2: #sat=1 #unsat=116 bias=116/117
1.28/1.37	c Solving starts ...
1.28/1.37	c ============================[ Search Statistics ]============================
1.28/1.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.37	c =============================================================================
1.28/1.37	c  0.0s |       0 |        0 |        0 |     3794      0 |      328 |      118
1.28/1.38	c  0.0s |       0 |      240 |        1 |     3794      0 |      328 |      118
1.28/1.38	c #cpu_time = 0.007s
1.28/1.38	c #wall_clock_time = 0.007s
1.28/1.38	c #decision = 240
1.28/1.38	c #random_decision = 0
1.28/1.38	c #conflict = 1
1.28/1.38	c #restart = 0
1.28/1.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
1.28/1.38	c lower bound updated to 1376373814
1.28/1.38	c BCD2: 1390722720 <= obj <= 5954796377
1.28/1.38	c BCD2: #cores=86, #unrelaxed=81, #relaxed=220, #hardened=0
1.28/1.38	c BCD2: #sat=1 #unsat=117 bias=117/118
1.28/1.38	c Solving starts ...
1.28/1.38	c ============================[ Search Statistics ]============================
1.28/1.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.38	c =============================================================================
1.28/1.38	c  0.0s |       0 |        0 |        0 |     3794      0 |      329 |      118
1.28/1.39	c  0.0s |       0 |      157 |        0 |     3794      0 |      329 |      119
1.28/1.39	c #cpu_time = 0.006s
1.28/1.39	c #wall_clock_time = 0.006s
1.28/1.39	c #decision = 157
1.28/1.39	c #random_decision = 0
1.28/1.39	c #conflict = 0
1.28/1.39	c #restart = 0
1.28/1.39	c BCD2: found a new core of size 1: cost of the new core is >=531441
1.28/1.39	c lower bound updated to 1376905255
1.28/1.39	c BCD2: 1391254161 <= obj <= 5954796377
1.28/1.39	c BCD2: #cores=87, #unrelaxed=80, #relaxed=221, #hardened=0
1.28/1.39	c BCD2: #sat=1 #unsat=118 bias=118/119
1.28/1.39	c Solving starts ...
1.28/1.39	c ============================[ Search Statistics ]============================
1.28/1.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.39	c =============================================================================
1.28/1.39	c  0.0s |       0 |        0 |        0 |     3794      0 |      329 |      119
1.38/1.40	c  0.0s |       0 |      158 |        0 |     3794      0 |      329 |      119
1.38/1.40	c #cpu_time = 0.006s
1.38/1.40	c #wall_clock_time = 0.006s
1.38/1.40	c #decision = 158
1.38/1.40	c #random_decision = 0
1.38/1.40	c #conflict = 0
1.38/1.40	c #restart = 0
1.38/1.40	c BCD2: found a new core of size 1: cost of the new core is >=19683
1.38/1.40	c lower bound updated to 1376924938
1.38/1.40	c BCD2: 1391273844 <= obj <= 5954796377
1.38/1.40	c BCD2: #cores=88, #unrelaxed=79, #relaxed=222, #hardened=0
1.38/1.40	c BCD2: #sat=1 #unsat=119 bias=119/120
1.38/1.40	c Solving starts ...
1.38/1.40	c ============================[ Search Statistics ]============================
1.38/1.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.40	c =============================================================================
1.38/1.40	c  0.0s |       0 |        0 |        0 |     3794      0 |      329 |      119
1.38/1.41	c  0.0s |       0 |      160 |        0 |     3794      0 |      329 |      119
1.38/1.41	c #cpu_time = 0.006s
1.38/1.41	c #wall_clock_time = 0.006s
1.38/1.41	c #decision = 160
1.38/1.41	c #random_decision = 0
1.38/1.41	c #conflict = 0
1.38/1.41	c #restart = 0
1.38/1.41	c BCD2: found a new core of size 2: cost of the new core is >=27
1.38/1.41	c lower bound updated to 1376924965
1.38/1.41	c BCD2: 1391273871 <= obj <= 5954796377
1.38/1.41	c BCD2: #cores=89, #unrelaxed=77, #relaxed=224, #hardened=0
1.38/1.41	c BCD2: #sat=1 #unsat=120 bias=120/121
1.38/1.41	c Solving starts ...
1.38/1.41	c ============================[ Search Statistics ]============================
1.38/1.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.41	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.41	c =============================================================================
1.38/1.41	c  0.0s |       0 |        0 |        0 |     3794      0 |      329 |      119
1.38/1.42	c  0.0s |       0 |      243 |        1 |     3794      0 |      329 |      119
1.38/1.42	c #cpu_time = 0.007s
1.38/1.42	c #wall_clock_time = 0.007s
1.38/1.42	c #decision = 243
1.38/1.42	c #random_decision = 0
1.38/1.42	c #conflict = 1
1.38/1.42	c #restart = 0
1.38/1.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
1.38/1.42	c lower bound updated to 1376924966
1.38/1.42	c BCD2: 1391273872 <= obj <= 5954796377
1.38/1.42	c BCD2: #cores=89, #unrelaxed=76, #relaxed=225, #hardened=0
1.38/1.42	c BCD2: #sat=1 #unsat=121 bias=121/122
1.38/1.42	c Solving starts ...
1.38/1.42	c ============================[ Search Statistics ]============================
1.38/1.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.42	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.42	c =============================================================================
1.38/1.42	c  0.0s |       0 |        0 |        0 |     3794      0 |      330 |      119
1.38/1.43	c  0.0s |       0 |      160 |        0 |     3794      0 |      330 |      120
1.38/1.43	c #cpu_time = 0.006s
1.38/1.43	c #wall_clock_time = 0.006s
1.38/1.43	c #decision = 160
1.38/1.43	c #random_decision = 0
1.38/1.43	c #conflict = 0
1.38/1.43	c #restart = 0
1.38/1.43	c BCD2: found a new core of size 1: cost of the new core is >=531441
1.38/1.43	c lower bound updated to 1377456407
1.38/1.43	c BCD2: 1391805313 <= obj <= 5954796377
1.38/1.43	c BCD2: #cores=90, #unrelaxed=75, #relaxed=226, #hardened=0
1.38/1.43	c BCD2: #sat=1 #unsat=122 bias=122/123
1.38/1.43	c Solving starts ...
1.38/1.43	c ============================[ Search Statistics ]============================
1.38/1.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.43	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.43	c =============================================================================
1.38/1.43	c  0.0s |       0 |        0 |        0 |     3794      0 |      330 |      120
1.38/1.44	c  0.0s |       0 |      161 |        0 |     3794      0 |      330 |      120
1.38/1.44	c #cpu_time = 0.006s
1.38/1.44	c #wall_clock_time = 0.006s
1.38/1.44	c #decision = 161
1.38/1.44	c #random_decision = 0
1.38/1.44	c #conflict = 0
1.38/1.44	c #restart = 0
1.38/1.44	c BCD2: found a new core of size 1: cost of the new core is >=19683
1.38/1.44	c lower bound updated to 1377476090
1.38/1.44	c BCD2: 1391824996 <= obj <= 5954796377
1.38/1.44	c BCD2: #cores=91, #unrelaxed=74, #relaxed=227, #hardened=0
1.38/1.44	c BCD2: #sat=1 #unsat=123 bias=123/124
1.38/1.45	c Solving starts ...
1.38/1.45	c ============================[ Search Statistics ]============================
1.38/1.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.45	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.45	c =============================================================================
1.38/1.45	c  0.0s |       0 |        0 |        0 |     3794      0 |      330 |      120
1.38/1.45	c  0.0s |       0 |      163 |        0 |     3794      0 |      330 |      120
1.38/1.45	c #cpu_time = 0.007s
1.38/1.45	c #wall_clock_time = 0.007s
1.38/1.45	c #decision = 163
1.38/1.45	c #random_decision = 0
1.38/1.45	c #conflict = 0
1.38/1.45	c #restart = 0
1.38/1.45	c BCD2: found a new core of size 2: cost of the new core is >=27
1.38/1.45	c lower bound updated to 1377476117
1.38/1.46	c BCD2: 1391825023 <= obj <= 5954796377
1.38/1.46	c BCD2: #cores=92, #unrelaxed=72, #relaxed=229, #hardened=0
1.38/1.46	c BCD2: #sat=1 #unsat=124 bias=124/125
1.38/1.46	c Solving starts ...
1.38/1.46	c ============================[ Search Statistics ]============================
1.38/1.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.46	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.46	c =============================================================================
1.38/1.46	c  0.0s |       0 |        0 |        0 |     3794      0 |      330 |      120
1.38/1.47	c  0.0s |       0 |      246 |        1 |     3794      0 |      330 |      120
1.38/1.47	c #cpu_time = 0.006s
1.38/1.47	c #wall_clock_time = 0.006s
1.38/1.47	c #decision = 246
1.38/1.47	c #random_decision = 0
1.38/1.47	c #conflict = 1
1.38/1.47	c #restart = 0
1.38/1.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=28
1.38/1.47	c lower bound updated to 1377476118
1.38/1.47	c BCD2: 1391825024 <= obj <= 5954796377
1.38/1.47	c BCD2: #cores=92, #unrelaxed=71, #relaxed=230, #hardened=0
1.38/1.47	c BCD2: #sat=1 #unsat=125 bias=125/126
1.38/1.47	c Solving starts ...
1.38/1.47	c ============================[ Search Statistics ]============================
1.38/1.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.47	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.47	c =============================================================================
1.38/1.47	c  0.0s |       0 |        0 |        0 |     3794      0 |      331 |      120
1.38/1.48	c  0.0s |       0 |      384 |        4 |     3794      0 |      331 |      121
1.38/1.48	c #cpu_time = 0.009s
1.38/1.48	c #wall_clock_time = 0.009s
1.38/1.48	c #decision = 384
1.38/1.48	c #random_decision = 0
1.38/1.48	c #conflict = 4
1.38/1.48	c #restart = 0
1.38/1.48	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 9: cost of the new core is >=810
1.38/1.48	c BCD2: refineLB: 807 -> 810
1.38/1.48	c lower bound updated to 1377476844
1.38/1.48	c BCD2: 1391825750 <= obj <= 5954796377
1.38/1.48	c BCD2: #cores=90, #unrelaxed=71, #relaxed=230, #hardened=0
1.38/1.48	c BCD2: #sat=1 #unsat=126 bias=126/127
1.38/1.48	c Solving starts ...
1.38/1.48	c ============================[ Search Statistics ]============================
1.38/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.48	c =============================================================================
1.38/1.48	c  0.0s |       0 |        0 |        0 |     3794      0 |      337 |      121
1.38/1.49	c  0.0s |       0 |      441 |        9 |     3794      0 |      337 |      130
1.38/1.49	c #cpu_time = 0.011s
1.38/1.49	c #wall_clock_time = 0.011s
1.38/1.49	c #decision = 441
1.38/1.49	c #random_decision = 0
1.38/1.49	c #conflict = 9
1.38/1.49	c #restart = 0
1.38/1.49	c BCD2: relaxing 0 and merging with 4 cores into a new core of size 12: cost of the new core is >=837
1.38/1.49	c BCD2: refineLB: 835 -> 837
1.38/1.49	c lower bound updated to 1377477569
1.48/1.50	c BCD2: 1391826475 <= obj <= 5954796377
1.48/1.50	c BCD2: #cores=87, #unrelaxed=71, #relaxed=230, #hardened=0
1.48/1.50	c BCD2: #sat=1 #unsat=127 bias=127/128
1.48/1.50	c Solving starts ...
1.48/1.50	c ============================[ Search Statistics ]============================
1.48/1.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.48/1.50	c       |         |          |          |    Limit     GC | Var      | Constra 
1.48/1.50	c =============================================================================
1.48/1.50	c  0.0s |       0 |        0 |        0 |     3794      0 |      358 |      130
1.48/1.51	c  0.0s |       0 |      703 |       13 |     3794      0 |      358 |      168
1.48/1.51	c #cpu_time = 0.017s
1.48/1.51	c #wall_clock_time = 0.017s
1.48/1.51	c #decision = 703
1.48/1.51	c #random_decision = 0
1.48/1.51	c #conflict = 13
1.48/1.51	c #restart = 0
1.48/1.51	c BCD2: relaxing 0 and merging with 4 cores into a new core of size 12: cost of the new core is >=837
1.48/1.51	c BCD2: refineLB: 835 -> 837
1.48/1.51	c lower bound updated to 1377478294
1.48/1.52	c BCD2: 1391827200 <= obj <= 5954796377
1.48/1.52	c BCD2: #cores=84, #unrelaxed=71, #relaxed=230, #hardened=0
1.48/1.52	c BCD2: #sat=1 #unsat=128 bias=128/129
1.48/1.52	c Solving starts ...
1.48/1.52	c ============================[ Search Statistics ]============================
1.48/1.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.48/1.52	c       |         |          |          |    Limit     GC | Var      | Constra 
1.48/1.52	c =============================================================================
1.48/1.52	c  0.0s |       0 |        0 |        0 |     3794      0 |      370 |      168
1.48/1.53	c  0.0s |       0 |      601 |        8 |     3794      0 |      370 |      188
1.48/1.53	c #cpu_time = 0.014s
1.48/1.53	c #wall_clock_time = 0.014s
1.48/1.53	c #decision = 601
1.48/1.53	c #random_decision = 0
1.48/1.53	c #conflict = 8
1.48/1.53	c #restart = 0
1.48/1.53	c BCD2: relaxing 0 and merging with 4 cores into a new core of size 12: cost of the new core is >=837
1.48/1.53	c BCD2: refineLB: 835 -> 837
1.48/1.53	c lower bound updated to 1377479019
1.48/1.54	c BCD2: 1391827925 <= obj <= 5954796377
1.48/1.54	c BCD2: #cores=81, #unrelaxed=71, #relaxed=230, #hardened=0
1.48/1.54	c BCD2: #sat=1 #unsat=129 bias=129/130
1.48/1.54	c Solving starts ...
1.48/1.54	c ============================[ Search Statistics ]============================
1.48/1.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.48/1.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1.48/1.54	c =============================================================================
1.48/1.54	c  0.0s |       0 |        0 |        0 |     3794      0 |      428 |      188
1.48/1.57	c  0.0s |       0 |      877 |       16 |     3794      0 |      428 |      300
1.48/1.57	c #cpu_time = 0.027s
1.48/1.57	c #wall_clock_time = 0.027s
1.48/1.57	c #decision = 877
1.48/1.57	c #random_decision = 0
1.48/1.57	c #conflict = 16
1.48/1.57	c #restart = 0
1.48/1.57	c BCD2: relaxing 0 and merging with 6 cores into a new core of size 24: cost of the new core is >=1674
1.48/1.57	c BCD2: refineLB: 1673 -> 1674
1.48/1.57	c lower bound updated to 1377479743
1.48/1.57	c BCD2: 1391828649 <= obj <= 5954796377
1.48/1.57	c BCD2: #cores=76, #unrelaxed=71, #relaxed=230, #hardened=0
1.48/1.57	c BCD2: #sat=1 #unsat=130 bias=130/131
1.48/1.57	c Solving starts ...
1.48/1.57	c ============================[ Search Statistics ]============================
1.48/1.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.48/1.57	c       |         |          |          |    Limit     GC | Var      | Constra 
1.48/1.57	c =============================================================================
1.48/1.57	c  0.0s |       0 |        0 |        0 |     3794      0 |      471 |      300
1.59/1.63	c  0.1s |       0 |     1790 |       48 |     4174      0 |      471 |      380
1.59/1.63	c #cpu_time = 0.055s
1.59/1.63	c #wall_clock_time = 0.055s
1.59/1.63	c #decision = 1790
1.59/1.63	c #random_decision = 0
1.59/1.63	c #conflict = 48
1.59/1.63	c #restart = 0
1.59/1.63	o 2898476744

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4111440-1466405255/watcher-4111440-1466405255 -o /tmp/evaluation-result-4111440-1466405255/solver-4111440-1466405255 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466383825-12034 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4111440-1466405255.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.04 2.00 3/178 14883
/proc/meminfo: memFree=24021948/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=446908 CPUtime=0 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 1616 0 0 0 0 0 0 0 20 0 4 0 42572264 457633792 1978 33554432000 4194304 16246674 140733359882000 140733359881424 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 112495 1988 441 2943 0 109389 0
[pid=14883/tid=14884] ppid=14880 vsize=463292 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 474411008 2041 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 478605312 2059 33554432000 4194304 16246674 140733359882000 140187665411312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=471484 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42572265 482799616 2075 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.10024 s]
/proc/loadavg: 2.06 2.04 2.00 3/178 14883
/proc/meminfo: memFree=24021948/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=1221188 CPUtime=0.08 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 22471 0 0 0 6 2 0 0 20 0 4 0 42572264 1250496512 22770 33554432000 4194304 16246674 140733359882000 140733359881312 5516309 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 305297 22777 831 2943 0 302191 0
[pid=14883/tid=14884] ppid=14880 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 1250496512 22782 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 1250496512 22788 33554432000 4194304 16246674 140733359882000 140187665411312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 1250496512 22792 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1221188

[startup+0.200457 s]
/proc/loadavg: 2.06 2.04 2.00 3/178 14883
/proc/meminfo: memFree=24021948/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=1221188 CPUtime=0.18 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 40546 0 0 0 13 5 0 0 20 0 4 0 42572264 1250496512 40846 33554432000 4194304 16246674 140733359882000 140733359881312 12371445 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 305297 40860 893 2943 0 302191 0
[pid=14883/tid=14884] ppid=14880 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 1250496512 40870 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 1250496512 40880 33554432000 4194304 16246674 140733359882000 140187665411312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 1250496512 40890 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1221188

[startup+0.300411 s]
/proc/loadavg: 2.06 2.04 2.00 3/178 14883
/proc/meminfo: memFree=24021948/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=1221188 CPUtime=0.29 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 61805 0 0 0 21 8 0 0 20 0 4 0 42572264 1250496512 62104 33554432000 4194304 16246674 140733359882000 140733359881312 4208384 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 305297 62104 910 2943 0 302191 0
[pid=14883/tid=14884] ppid=14880 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 1250496512 62104 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 1250496512 62104 33554432000 4194304 16246674 140733359882000 140187665411312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 1250496512 62104 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1221188

[startup+0.700345 s]
/proc/loadavg: 2.06 2.04 2.00 3/178 14883
/proc/meminfo: memFree=24021948/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=1307204 CPUtime=0.69 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 83330 0 0 0 58 11 0 0 20 0 4 0 42572264 1338576896 83629 33554432000 4194304 16246674 140733359882000 140733359881312 13007864 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 326801 83629 911 2943 0 323695 0
[pid=14883/tid=14884] ppid=14880 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 1338576896 83629 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 1338576896 83629 33554432000 4194304 16246674 140733359882000 140187665411312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 1338576896 83629 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204

[startup+1.5004 s]
/proc/loadavg: 2.06 2.04 2.00 3/182 14887
/proc/meminfo: memFree=23688896/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=1307204 CPUtime=1.48 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 83332 0 0 0 137 11 0 0 20 0 4 0 42572264 1338576896 83631 33554432000 4194304 16246674 140733359882000 140733359864992 12371101 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 326801 83631 911 2943 0 323695 0
[pid=14883/tid=14884] ppid=14880 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 1338576896 83631 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 1338576896 83631 33554432000 4194304 16246674 140733359882000 140187665411312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 1338576896 83631 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1307204

[startup+3.10042 s]
/proc/loadavg: 2.06 2.04 2.00 3/182 14887
/proc/meminfo: memFree=23175272/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=1369668 CPUtime=3.09 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 283587 0 0 0 268 41 0 0 20 0 4 0 42572264 1402540032 283886 33554432000 4194304 16246674 140733359882000 140733359863872 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 342417 283886 911 2943 0 339311 0
[pid=14883/tid=14884] ppid=14880 vsize=1369668 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 1402540032 283886 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=1369668 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 1402540032 283886 33554432000 4194304 16246674 140733359882000 140187665411312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=1369668 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 1402540032 283886 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1369668

[startup+6.30042 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 14888
/proc/meminfo: memFree=22887224/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=1369668 CPUtime=6.29 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 283625 0 0 0 588 41 0 0 20 0 4 0 42572264 1402540032 283924 33554432000 4194304 16246674 140733359882000 140733359879808 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 342417 283924 911 2943 0 339311 0
[pid=14883/tid=14884] ppid=14880 vsize=1369668 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 1402540032 283924 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=1369668 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 1402540032 283924 33554432000 4194304 16246674 140733359882000 140187665411088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=1369668 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 1402540032 283924 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1369668

[startup+12.7004 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 14888
/proc/meminfo: memFree=22888688/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=1672772 CPUtime=12.69 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 359151 0 0 0 1218 51 0 0 20 0 4 0 42572264 1712918528 359451 33554432000 4194304 16246674 140733359882000 140733359879808 4225154 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 418193 359456 911 2943 0 415087 0
[pid=14883/tid=14884] ppid=14880 vsize=1672772 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 1712918528 359460 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=1672772 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 1712918528 359464 33554432000 4194304 16246674 140733359882000 140187665411088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=1672772 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 1712918528 359468 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1672772

[startup+25.5005 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 14888
/proc/meminfo: memFree=22167304/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=1977924 CPUtime=25.49 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 435689 0 0 0 2487 62 0 0 20 0 4 0 42572264 2025394176 435988 33554432000 4194304 16246674 140733359882000 140733359881312 12371354 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 494481 435988 911 2943 0 491375 0
[pid=14883/tid=14884] ppid=14880 vsize=1977924 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 2025394176 435988 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=1977924 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 2025394176 435988 33554432000 4194304 16246674 140733359882000 140187665411312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=1977924 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 2025394176 435988 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1977924

[startup+51.1005 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 14888
/proc/meminfo: memFree=18898080/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=2828868 CPUtime=51.08 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 648425 0 0 0 5018 90 0 0 20 0 4 0 42572264 2896760832 648724 33554432000 4194304 16246674 140733359882000 140733359879808 4206587 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 707217 648724 911 2943 0 704111 0
[pid=14883/tid=14884] ppid=14880 vsize=2828868 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 2896760832 648724 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=2828868 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 2896760832 648724 33554432000 4194304 16246674 140733359882000 140187665411088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=2828868 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 2896760832 648724 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2828868

[startup+102.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/183 14938
/proc/meminfo: memFree=25514540/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=4528708 CPUtime=102.27 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 1134315 0 0 0 10061 166 0 0 20 0 4 0 42572264 4637396992 1073942 33554432000 4194304 16246674 140733359882000 140733359881096 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 1132177 1073942 912 2943 0 1129071 0
[pid=14883/tid=14884] ppid=14880 vsize=4528708 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 4637396992 1073942 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=4528708 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 4637396992 1073942 33554432000 4194304 16246674 140733359882000 140187665411312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=4528708 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 4637396992 1073942 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 4528708


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


[startup+582.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 14950
/proc/meminfo: memFree=8852564/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=12722756 CPUtime=582.15 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 5824598 0 0 0 56469 1746 0 0 20 0 4 0 42572264 13028102144 3122463 33554432000 4194304 16246674 140733359882000 140733359881096 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 3180689 3122463 916 2943 0 3177583 0
[pid=14883/tid=14884] ppid=14880 vsize=12722756 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 13028102144 3122463 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=12722756 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 13028102144 3122463 33554432000 4194304 16246674 140733359882000 140187665411312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=12722756 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 13028102144 3122463 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 12722756

[startup+642.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 14952
/proc/meminfo: memFree=5503500/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=13552196 CPUtime=642.14 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 5981873 0 0 0 62314 1900 0 0 20 0 4 0 42572264 13877448704 3329816 33554432000 4194304 16246674 140733359882000 140733359879936 13899559 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 3388049 3329816 916 2943 0 3384943 0
[pid=14883/tid=14884] ppid=14880 vsize=13552196 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 13877448704 3329816 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=13552196 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 13877448704 3329816 33554432000 4194304 16246674 140733359882000 140187665411088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=13552196 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 13877448704 3329816 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 13552196

[startup+702.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 14953
/proc/meminfo: memFree=4289176/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=14086724 CPUtime=702.13 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 6115512 0 0 0 68143 2070 0 0 20 0 4 0 42572264 14424805376 3463455 33554432000 4194304 16246674 140733359882000 140733359879936 13899722 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 3521681 3463455 916 2943 0 3518575 0
[pid=14883/tid=14884] ppid=14880 vsize=14086724 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 14424805376 3463455 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=14086724 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 14424805376 3463455 33554432000 4194304 16246674 140733359882000 140187665411088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=14086724 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 14424805376 3463455 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 702.13
Current children cumulated vsize (KiB) 14086724

[startup+762.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/184 14957
/proc/meminfo: memFree=3144304/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=15090244 CPUtime=762.12 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 6310103 0 0 0 74030 2182 0 0 20 0 4 0 42572264 15452409856 3714256 33554432000 4194304 16246674 140733359882000 140733359879936 14013564 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 3772561 3714256 916 2943 0 3769455 0
[pid=14883/tid=14884] ppid=14880 vsize=15090244 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 15452409856 3714256 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=15090244 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 15452409856 3714256 33554432000 4194304 16246674 140733359882000 140187665411088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=15090244 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 15452409856 3714256 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 762.12
Current children cumulated vsize (KiB) 15090244

[startup+822.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/184 14980
/proc/meminfo: memFree=2717656/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=15090244 CPUtime=822.1 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 6310183 0 0 0 80019 2191 0 0 20 0 4 0 42572264 15452409856 3714336 33554432000 4194304 16246674 140733359882000 140733359881096 4206942 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 3772561 3714336 916 2943 0 3769455 0
[pid=14883/tid=14884] ppid=14880 vsize=15090244 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 15452409856 3714336 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=15090244 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 15452409856 3714336 33554432000 4194304 16246674 140733359882000 140187665411312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=15090244 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 15452409856 3714336 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 15090244

[startup+882.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 14981
/proc/meminfo: memFree=2033340/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=15560260 CPUtime=882.1 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 6369944 0 0 0 85845 2365 0 0 20 0 4 0 42572264 15933706240 3831840 33554432000 4194304 16246674 140733359882000 140733359881176 4220907 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 3890065 3831840 916 2943 0 3886959 0
[pid=14883/tid=14884] ppid=14880 vsize=15560260 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 15933706240 3831840 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=15560260 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 15933706240 3831840 33554432000 4194304 16246674 140733359882000 140187665411312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=15560260 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 15933706240 3831840 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 15560260

[startup+942.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 15032
/proc/meminfo: memFree=15115848/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=15560260 CPUtime=942.09 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 6369944 0 0 0 91755 2454 0 0 20 0 4 0 42572264 15933706240 3831840 33554432000 4194304 16246674 140733359882000 140733359881096 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 3890065 3831840 916 2943 0 3886959 0
[pid=14883/tid=14884] ppid=14880 vsize=15560260 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 15933706240 3831840 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=15560260 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 15933706240 3831840 33554432000 4194304 16246674 140733359882000 140187665411312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=15560260 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 15933706240 3831840 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 942.09
Current children cumulated vsize (KiB) 15560260



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+947.4 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 15032
/proc/meminfo: memFree=14669572/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=15888964 CPUtime=947.19 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) R 14880 14883 12018 0 -1 4202496 6452069 0 0 0 92232 2487 0 0 20 0 4 0 42572264 16270299136 3913965 33554432000 4194304 16246674 140733359882000 140733359881096 4225154 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 3972241 3913971 916 2943 0 3969135 0
[pid=14883/tid=14884] ppid=14880 vsize=15888964 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14884/stat : 14884 (toysat) S 14880 14883 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42572265 16270299136 3913977 33554432000 4194304 16246674 140733359882000 140187752443120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=15888964 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) S 14880 14883 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42572265 16270299136 3913982 33554432000 4194304 16246674 140733359882000 140187665411312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14883/tid=14886] ppid=14880 vsize=15888964 CPUtime=0 cores=0,2,4,6
/proc/14883/task/14886/stat : 14886 (toysat) S 14880 14883 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42572265 16270299136 3913987 33554432000 4194304 16246674 140733359882000 140187654937776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 947.19
Current children cumulated vsize (KiB) 15888964

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+947.6 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 15032
/proc/meminfo: memFree=14669572/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=0 CPUtime=947.38 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) Z 14880 14883 12018 0 -1 4203532 6452376 0 0 0 92232 2506 0 0 20 0 2 0 42572264 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 0 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=0 CPUtime=0.18 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) R 14880 14883 12018 0 -1 4203588 7 0 0 0 0 18 0 0 20 0 2 0 42572265 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 947.38
Current children cumulated vsize (KiB) 0

[startup+948 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 15032
/proc/meminfo: memFree=14669572/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=0 CPUtime=947.78 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) Z 14880 14883 12018 0 -1 4203532 6452376 0 0 0 92232 2546 0 0 20 0 2 0 42572264 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 0 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) R 14880 14883 12018 0 -1 4203588 7 0 0 0 0 58 0 0 20 0 2 0 42572265 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 947.78
Current children cumulated vsize (KiB) 0

[startup+948.1 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 15032
/proc/meminfo: memFree=14669572/32872528 swapFree=338416/354768
[pid=14883] ppid=14880 vsize=0 CPUtime=947.88 cores=0,2,4,6
/proc/14883/stat : 14883 (toysat) Z 14880 14883 12018 0 -1 4203532 6452376 0 0 0 92232 2556 0 0 20 0 2 0 42572264 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14883/statm: 0 0 0 0 0 0 0
[pid=14883/tid=14885] ppid=14880 vsize=0 CPUtime=0.68 cores=0,2,4,6
/proc/14883/task/14885/stat : 14885 (toysat) R 14880 14883 12018 0 -1 4203588 7 0 0 0 0 68 0 0 20 0 2 0 42572265 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 947.88
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 948.159
CPU time (s): 947.942
CPU user time (s): 922.324
CPU system time (s): 25.6181
CPU usage (%): 99.9771
Max. virtual memory (cumulated for all children) (KiB): 15888964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 922.324
system time used= 25.6181
maximum resident set size= 15657088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6452376
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= 361
involuntary context switches= 958

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.6166 second user time and 3.50847 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-20 08:47:35
IDJOB=4111440
IDBENCH=109292
IDSOLVER=2542
FILE ID=node126/4111440-1466405255
RUNJOBID= node126-1466383825-12034
PBS_JOBID= 19923255
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/normalized-single-obj-f37-AC_TotalLoss.seq-A-2-1-irEDCBA.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4111440-1466405255/watcher-4111440-1466405255 -o /tmp/evaluation-result-4111440-1466405255/solver-4111440-1466405255 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466383825-12034 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4111440-1466405255.opb

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

MD5SUM BENCH= 4dc98ee2de6ac69f0853adca59940af7
RANDOM SEED=1148682896

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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:        24022212 kB
Buffers:           68024 kB
Cached:           100180 kB
SwapCached:         1812 kB
Active:          7654200 kB
Inactive:          92364 kB
Active(anon):    7579084 kB
Inactive(anon):     1508 kB
Active(file):      75116 kB
Inactive(file):    90856 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67099108 kB
Dirty:             16332 kB
Writeback:             0 kB
AnonPages:       8011892 kB
Mapped:            10692 kB
Shmem:                 0 kB
Slab:             601108 kB
SReclaimable:      45132 kB
SUnreclaim:       555976 kB
KernelStack:        1504 kB
PageTables:        19756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    8074800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 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= 71708 MiB
End job on node126 at 2016-06-20 09:03:24