Trace number 4079862

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-02OPT5148 23.4304 23.4388

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
poldner/PB/testset/normalized-7_14.opb
MD5SUMd99cfd7c624f6e153a873fe4512e21db
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5148
Best CPU time to get the best result obtained on this benchmark0.007998
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5148
Optimality of the best value was proved YES
Number of variables105
Total number of constraints112
Number of constraints which are clauses98
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint7
Number of terms in the objective function 105
Biggest coefficient in the objective function 2032
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 49347
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2032
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 49347
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-06T23:22:22+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-4079862-1465248142.opb"]
0.00/0.01	c use --random-gen="1471189987 343219092 2695411361 2665016034 2034415093 2996670167 2795092610 377194322 1036402828 1870875629 2143217992 3308881633 2624347543 960929490 1182055957 1230451516 3421207722 797525419 959778020 1337722253 3764936057 3678383513 2738710907 1942763498 3510568909 2987769470 3134664123 113389028 3092222308 3079418471 466700359 2087616753 727386817 160728370 520914099 4276027650 3727020703 4134286988 3649844954 3118602090 674045783 422677653 1196847229 2569609911 562714376 2670904760 2256807817 4260476593 3497621410 278362307 2108909968 1137119872 2990915845 686483951 209864673 1344258117 838801149 4076263505 2636046776 3261402854 2992289634 2100940908 219307758 1648441343 4030400211 82318122 2130638238 2332224649 3089343765 4230189932 1334712083 2695619221 1601533543 2468421423 2730575128 3525205139 1724572160 3323073981 2747565241 3861465490 3964753602 1324733319 2598052877 4268455208 2153925364 3011385699 3267309640 3086549269 490695030 2045012396 2773784555 963309266 1111807828 1164157941 2856246621 2951877313 826047123 2748903577 1780143830 1717733991 3128071900 3176370990 463127154 2329764409 584519004 526803709 4240719468 538759720 71035689 2195106577 684207535 3636142984 2010531178 2603929397 2872268726 3356501202 1504635153 3059402687 3086504181 2710387175 3456694299 3656302555 4145576348 1726446776 1779144097 4054759166 2045726133 3425133765 2081553806 838307695 4005715046 3923006850 45510214 3366857578 1388470288 263602071 4106511085 3028372058 1701811622 1517468343 4183540730 3429656039 3054811859 1473700467 642656871 1062726152 662723172 3367677370 3108945104 3594748767 3510754060 158975041 696952471 2042894353 1562383732 1798779187 1977622530 3333167231 2919920945 1032378304 3648565492 2584212151 3036013759 989750020 1791635273 2953903139 602414772 3057709145 3762794106 1278601352 3290172070 2549918339 3491634944 3991348780 3423728473 3420504510 3163491970 3616906574 2775505453 2048335241 3631813541 1428195499 1261988308 2625127127 3283116979 2446869276 3224433418 1259429340 3404346116 2859061727 2516047380 3512340415 723700359 498177305 2045881327 2646902703 855740264 2895833058 3815928822 2070486394 3702424354 3770104601 1350154385 604980613 3282927238 261581093 2126791069 1083540444 876870861 1541503343 1675283563 2896067455 3711846901 46830809 1463631066 2501284529 1486372960 2658406502 1295081192 638897273 1315874543 4256996496 1953622044 981447898 1663782147 1916411532 3967296960 1491915322 1942265327 1462023855 3615608491 425125371 4074907550 3355992111 3882878770 3122263422 1271179372 2064492635 1900603725 303896975 4095041206 3620292274 483819409 274073453 1213108393 761138611 2430898494 1686484747 2515911639 3920391532 3046833965 3527033062 2352797527 2570236924 2633331361 1508801250 255 362436" option to reproduce the execution
0.00/0.01	c #vars 105
0.00/0.01	c #constraints 112
0.00/0.01	c BCD2: Hardening is enabled.
0.00/0.01	c BCD2: BiasedSearch is enabled.
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       77      0 |        0 |        0
0.00/0.01	c  0.0s |       0 |       20 |        0 |       77      0 |        0 |        0
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 20
0.00/0.01	c #random_decision = 1
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	o 12873
0.00/0.01	c BCD2: updating upper bound: 49347 -> 12872
0.00/0.01	c BCD2: 0 <= obj <= 12872
0.00/0.01	c BCD2: #cores=0, #unrelaxed=105, #relaxed=0, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       77      0 |        0 |        0
0.00/0.01	c  0.0s |       0 |        6 |        0 |       77      0 |        0 |        0
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 6
0.00/0.01	c #random_decision = 0
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	c BCD2: found a new core of size 7: cost of the new core is >=234
0.00/0.01	c lower bound updated to 234
0.00/0.01	c BCD2: 234 <= obj <= 12872
0.00/0.01	c BCD2: #cores=1, #unrelaxed=98, #relaxed=7, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=2 bias=2/3
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       77      0 |        0 |        0
0.00/0.01	c  0.0s |       0 |        7 |        0 |       77      0 |        0 |        0
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 7
0.00/0.01	c #random_decision = 0
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	c BCD2: found a new core of size 7: cost of the new core is >=197
0.00/0.01	c lower bound updated to 431
0.00/0.01	c BCD2: 431 <= obj <= 12872
0.00/0.01	c BCD2: #cores=2, #unrelaxed=91, #relaxed=14, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=3 bias=3/4
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       77      0 |        0 |        1
0.00/0.01	c  0.0s |       0 |        8 |        0 |       77      0 |        0 |        1
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 8
0.00/0.01	c #random_decision = 0
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 7: cost of the new core is >=113
0.00/0.02	c lower bound updated to 544
0.00/0.02	c BCD2: 544 <= obj <= 12872
0.00/0.02	c BCD2: #cores=3, #unrelaxed=84, #relaxed=21, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=4 bias=4/5
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       77      0 |        0 |        2
0.00/0.02	c  0.0s |       0 |        9 |        0 |       77      0 |        0 |        2
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 9
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 7: cost of the new core is >=166
0.00/0.02	c lower bound updated to 710
0.00/0.02	c BCD2: 710 <= obj <= 12872
0.00/0.02	c BCD2: #cores=4, #unrelaxed=77, #relaxed=28, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=5 bias=5/6
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       77      0 |        0 |        3
0.00/0.02	c  0.0s |       0 |       10 |        0 |       77      0 |        0 |        3
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 10
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 7: cost of the new core is >=146
0.00/0.02	c lower bound updated to 856
0.00/0.02	c BCD2: 856 <= obj <= 12872
0.00/0.02	c BCD2: #cores=5, #unrelaxed=70, #relaxed=35, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=6 bias=6/7
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       77      0 |        0 |        4
0.00/0.02	c  0.0s |       0 |       11 |        0 |       77      0 |        0 |        4
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 11
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 7: cost of the new core is >=115
0.00/0.02	c lower bound updated to 971
0.00/0.02	c BCD2: 971 <= obj <= 12872
0.00/0.02	c BCD2: #cores=6, #unrelaxed=63, #relaxed=42, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=7 bias=7/8
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       77      0 |        0 |        5
0.00/0.02	c  0.0s |       0 |       12 |        0 |       77      0 |        0 |        5
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 12
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 7: cost of the new core is >=154
0.00/0.02	c lower bound updated to 1125
0.00/0.02	c BCD2: 1125 <= obj <= 12872
0.00/0.02	c BCD2: #cores=7, #unrelaxed=56, #relaxed=49, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=8 bias=8/9
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       77      0 |        0 |        6
0.00/0.02	c  0.0s |       0 |       13 |        0 |       77      0 |        0 |        6
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 13
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 7: cost of the new core is >=151
0.00/0.02	c lower bound updated to 1276
0.00/0.02	c BCD2: 1276 <= obj <= 12872
0.00/0.02	c BCD2: #cores=8, #unrelaxed=49, #relaxed=56, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=9 bias=9/10
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       77      0 |        0 |        7
0.00/0.02	c  0.0s |       0 |       14 |        0 |       77      0 |        0 |        7
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 14
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 7: cost of the new core is >=127
0.00/0.02	c lower bound updated to 1403
0.00/0.02	c BCD2: 1403 <= obj <= 12872
0.00/0.02	c BCD2: #cores=9, #unrelaxed=42, #relaxed=63, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=10 bias=10/11
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       77      0 |        0 |        8
0.00/0.02	c  0.0s |       0 |       15 |        0 |       77      0 |        0 |        8
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 15
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 7: cost of the new core is >=217
0.00/0.02	c lower bound updated to 1620
0.00/0.02	c BCD2: 1620 <= obj <= 12872
0.00/0.02	c BCD2: #cores=10, #unrelaxed=35, #relaxed=70, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=11 bias=11/12
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       77      0 |        0 |        9
0.00/0.02	c  0.0s |       0 |       16 |        0 |       77      0 |        0 |        9
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 16
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 7: cost of the new core is >=427
0.00/0.02	c lower bound updated to 2047
0.00/0.02	c BCD2: 2047 <= obj <= 12872
0.00/0.02	c BCD2: #cores=11, #unrelaxed=28, #relaxed=77, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=12 bias=12/13
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       77      0 |        0 |       10
0.00/0.03	c  0.0s |       0 |       17 |        0 |       77      0 |        0 |       10
0.00/0.03	c #cpu_time = 0.000s
0.00/0.03	c #wall_clock_time = 0.000s
0.00/0.03	c #decision = 17
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 7: cost of the new core is >=100
0.00/0.03	c lower bound updated to 2147
0.00/0.03	c BCD2: 2147 <= obj <= 12872
0.00/0.03	c BCD2: #cores=12, #unrelaxed=21, #relaxed=84, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=13 bias=13/14
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       77      0 |        0 |       11
0.00/0.03	c  0.0s |       0 |       18 |        0 |       77      0 |        0 |       11
0.00/0.03	c #cpu_time = 0.000s
0.00/0.03	c #wall_clock_time = 0.000s
0.00/0.03	c #decision = 18
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 7: cost of the new core is >=347
0.00/0.03	c lower bound updated to 2494
0.00/0.03	c BCD2: 2494 <= obj <= 12872
0.00/0.03	c BCD2: #cores=13, #unrelaxed=14, #relaxed=91, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=14 bias=14/15
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       77      0 |        0 |       12
0.00/0.03	c  0.0s |       0 |       19 |        0 |       77      0 |        0 |       12
0.00/0.03	c #cpu_time = 0.000s
0.00/0.03	c #wall_clock_time = 0.000s
0.00/0.03	c #decision = 19
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 7: cost of the new core is >=154
0.00/0.03	c lower bound updated to 2648
0.00/0.03	c BCD2: 2648 <= obj <= 12872
0.00/0.03	c BCD2: #cores=14, #unrelaxed=7, #relaxed=98, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=15 bias=15/16
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       77      0 |        0 |       13
0.00/0.03	c  0.0s |       0 |       20 |        0 |       77      0 |        0 |       13
0.00/0.03	c #cpu_time = 0.000s
0.00/0.03	c #wall_clock_time = 0.000s
0.00/0.03	c #decision = 20
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 7: cost of the new core is >=123
0.00/0.03	c lower bound updated to 2771
0.00/0.03	c BCD2: 2771 <= obj <= 12872
0.00/0.03	c BCD2: #cores=15, #unrelaxed=0, #relaxed=105, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=16 bias=16/17
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       77      0 |        0 |       14
0.00/0.03	c  0.0s |       0 |      106 |        0 |       77      0 |        0 |       14
0.00/0.03	c #cpu_time = 0.001s
0.00/0.03	c #wall_clock_time = 0.001s
0.00/0.03	c #decision = 106
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	o 8647
0.00/0.03	c BCD2: updating upper bound: 12872 -> 8646
0.00/0.03	c BCD2: 2771 <= obj <= 8646
0.00/0.03	c BCD2: #cores=15, #unrelaxed=0, #relaxed=105, #hardened=0
0.00/0.03	c BCD2: #sat=2 #unsat=16 bias=16/18
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       77      0 |        0 |       15
0.00/0.04	c  0.0s |       0 |       15 |        2 |       77      0 |        0 |       15
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 15
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 2
0.00/0.04	c #restart = 0
0.00/0.04	c BCD2: relaxing 0 and merging with 13 cores into a new core of size 91: cost of the new core is >=2423
0.00/0.04	c lower bound updated to 2772
0.00/0.04	c BCD2: 2772 <= obj <= 8646
0.00/0.04	c BCD2: #cores=3, #unrelaxed=0, #relaxed=105, #hardened=0
0.00/0.04	c BCD2: #sat=2 #unsat=17 bias=17/19
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |       77      0 |       86 |       15
0.00/0.04	c  0.0s |       0 |       35 |        0 |       77      0 |       86 |      174
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 35
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 0
0.00/0.04	c #restart = 0
0.00/0.04	o 7324
0.00/0.04	c BCD2: updating upper bound: 8646 -> 7323
0.00/0.04	c BCD2: 2772 <= obj <= 7323
0.00/0.04	c BCD2: #cores=3, #unrelaxed=0, #relaxed=105, #hardened=0
0.00/0.04	c BCD2: #sat=3 #unsat=17 bias=17/20
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |       77      0 |       86 |      175
0.00/0.05	c  0.0s |       1 |      156 |      100 |       85      0 |       86 |      175
0.00/0.07	c  0.0s |       2 |      402 |      250 |       94      0 |       86 |      175
0.00/0.10	c  0.1s |       3 |      703 |      475 |       94      2 |       86 |      175
0.09/0.14	c  0.1s |       4 |     1115 |      813 |      104      5 |       86 |      175
0.19/0.20	c  0.2s |       5 |     1801 |     1320 |      127      8 |       86 |      175
0.19/0.29	c  0.2s |       6 |     2775 |     2081 |      140     13 |       86 |      175
0.39/0.42	c  0.4s |       7 |     4186 |     3223 |      154     21 |       86 |      175
0.59/0.64	c  0.6s |       8 |     6353 |     4936 |      170     31 |       86 |      175
0.89/0.96	c  0.9s |       9 |     9499 |     7506 |      188     47 |       86 |      175
1.39/1.44	c  1.4s |      10 |    14271 |    11361 |      207     68 |       86 |      175
1.89/1.97	c  1.9s |      11 |    21450 |    17144 |      228     99 |       86 |      175
2.69/2.79	c  2.7s |      12 |    31870 |    25819 |      251    143 |       86 |      175
3.89/3.97	c  3.9s |      13 |    48045 |    38832 |      277    206 |       86 |      175
5.69/5.75	c  5.7s |      14 |    71785 |    58352 |      305    295 |       86 |      175
7.69/7.75	c  7.7s |      14 |    99307 |    80452 |      305    390 |       86 |      175
7.79/7.84	c  7.8s |      14 |   100583 |    81541 |      305    395 |       86 |      175
7.79/7.84	c #cpu_time = 7.802s
7.79/7.84	c #wall_clock_time = 7.802s
7.79/7.84	c #decision = 100583
7.79/7.84	c #random_decision = 158
7.79/7.84	c #conflict = 81541
7.79/7.84	c #restart = 14
7.79/7.84	o 6496
7.79/7.84	c BCD2: updating upper bound: 7323 -> 6495
7.79/7.84	c BCD2: 2772 <= obj <= 6495
7.79/7.84	c BCD2: #cores=3, #unrelaxed=0, #relaxed=105, #hardened=0
7.79/7.84	c BCD2: #sat=4 #unsat=17 bias=17/21
7.79/7.84	c Solving starts ...
7.79/7.84	c ============================[ Search Statistics ]============================
7.79/7.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.84	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.84	c =============================================================================
7.79/7.84	c  0.0s |       0 |        0 |        0 |      305      0 |       86 |      176
7.79/7.85	c  0.0s |       1 |      136 |      100 |      305      0 |       86 |      176
7.79/7.87	c  0.0s |       2 |      348 |      250 |      305      1 |       86 |      176
7.79/7.89	c  0.0s |       3 |      644 |      475 |      305      2 |       86 |      176
7.88/7.92	c  0.1s |       4 |     1083 |      813 |      305      3 |       86 |      176
7.88/7.97	c  0.1s |       5 |     1706 |     1320 |      305      5 |       86 |      176
7.98/8.04	c  0.2s |       6 |     2647 |     2081 |      305      9 |       86 |      176
8.09/8.15	c  0.3s |       7 |     4032 |     3223 |      305     14 |       86 |      176
8.29/8.30	c  0.5s |       8 |     6107 |     4936 |      305     21 |       86 |      176
8.49/8.52	c  0.7s |       9 |     9243 |     7506 |      336     31 |       86 |      176
8.80/8.85	c  1.0s |      10 |    13903 |    11361 |      336     46 |       86 |      176
9.29/9.36	c  1.5s |      11 |    20854 |    17144 |      336     69 |       86 |      176
9.90/9.92	c  2.1s |      11 |    29028 |    23833 |      336     96 |       86 |      176
9.90/9.92	c #cpu_time = 2.080s
9.90/9.92	c #wall_clock_time = 2.080s
9.90/9.92	c #decision = 29028
9.90/9.92	c #random_decision = 43
9.90/9.92	c #conflict = 23833
9.90/9.92	c #restart = 11
9.90/9.92	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 105: cost of the new core is >=2773
9.90/9.92	c lower bound updated to 2773
9.90/9.92	c BCD2: 2773 <= obj <= 6495
9.90/9.92	c BCD2: #cores=1, #unrelaxed=0, #relaxed=105, #hardened=0
9.90/9.92	c BCD2: #sat=4 #unsat=18 bias=18/22
9.90/9.92	c Solving starts ...
9.90/9.92	c ============================[ Search Statistics ]============================
9.90/9.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.90/9.92	c       |         |          |          |    Limit     GC | Var      | Constra 
9.90/9.92	c =============================================================================
9.90/9.92	c  0.0s |       0 |        0 |        0 |      336      0 |      120 |      176
9.90/9.94	c  0.0s |       1 |      140 |      100 |      336      0 |      120 |      242
9.90/9.95	c  0.0s |       2 |      347 |      250 |      336      0 |      120 |      242
9.90/9.97	c  0.0s |       3 |      657 |      475 |      336      0 |      120 |      242
10.00/10.01	c  0.1s |       4 |     1082 |      813 |      336      2 |      120 |      242
10.00/10.06	c  0.1s |       5 |     1683 |     1320 |      336      4 |      120 |      242
10.09/10.13	c  0.2s |       6 |     2653 |     2081 |      336      7 |      120 |      242
10.19/10.25	c  0.3s |       7 |     4134 |     3223 |      336     11 |      120 |      242
10.39/10.42	c  0.5s |       8 |     6254 |     4936 |      336     18 |      120 |      242
10.59/10.66	c  0.7s |       9 |     9405 |     7506 |      336     29 |      120 |      242
11.00/11.01	c  1.1s |      10 |    14084 |    11361 |      336     44 |      120 |      242
11.49/11.51	c  1.6s |      11 |    21228 |    17144 |      336     67 |      120 |      242
12.29/12.31	c  2.4s |      12 |    31820 |    25819 |      370    101 |      120 |      242
12.89/12.94	c  3.0s |      12 |    40532 |    32911 |      370    127 |      120 |      242
12.89/12.94	c #cpu_time = 3.019s
12.89/12.94	c #wall_clock_time = 3.019s
12.89/12.94	c #decision = 40532
12.89/12.94	c #random_decision = 63
12.89/12.94	c #conflict = 32911
12.89/12.94	c #restart = 12
12.89/12.94	o 5553
12.89/12.94	c BCD2: updating upper bound: 6495 -> 5552
12.89/12.94	c BCD2: 2773 <= obj <= 5552
12.89/12.94	c BCD2: #cores=1, #unrelaxed=0, #relaxed=105, #hardened=0
12.89/12.94	c BCD2: #sat=5 #unsat=18 bias=18/23
12.89/12.94	c Solving starts ...
12.89/12.94	c ============================[ Search Statistics ]============================
12.89/12.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.89/12.94	c       |         |          |          |    Limit     GC | Var      | Constra 
12.89/12.94	c =============================================================================
12.89/12.94	c  0.0s |       0 |        0 |        0 |      370      0 |      120 |      244
12.89/12.96	c  0.0s |       1 |      128 |      100 |      370      0 |      120 |      244
12.89/12.97	c  0.0s |       2 |      335 |      250 |      370      1 |      120 |      244
12.89/12.99	c  0.0s |       3 |      616 |      475 |      370      1 |      120 |      244
12.99/13.03	c  0.1s |       4 |     1028 |      813 |      370      3 |      120 |      244
12.99/13.08	c  0.1s |       5 |     1672 |     1320 |      370      5 |      120 |      244
13.09/13.16	c  0.2s |       6 |     2619 |     2081 |      370      7 |      120 |      244
13.20/13.27	c  0.3s |       7 |     4071 |     3223 |      370     12 |      120 |      244
13.39/13.45	c  0.5s |       8 |     6133 |     4936 |      370     18 |      120 |      244
13.69/13.70	c  0.8s |       9 |     9415 |     7506 |      370     28 |      120 |      244
14.09/14.10	c  1.2s |      10 |    14339 |    11361 |      370     43 |      120 |      244
14.59/14.65	c  1.7s |      11 |    21322 |    17144 |      370     64 |      120 |      244
15.09/15.12	c  2.2s |      11 |    27829 |    22691 |      370     85 |      121 |      246
15.09/15.12	c #cpu_time = 2.171s
15.09/15.12	c #wall_clock_time = 2.171s
15.09/15.12	c #decision = 27829
15.09/15.12	c #random_decision = 61
15.09/15.12	c #conflict = 22691
15.09/15.12	c #restart = 11
15.09/15.12	c BCD2: updating lower bound of a core
15.09/15.12	c lower bound updated to 4949
15.09/15.12	c BCD2: 4949 <= obj <= 5552
15.09/15.12	c BCD2: #cores=1, #unrelaxed=0, #relaxed=105, #hardened=0
15.09/15.12	c BCD2: #sat=5 #unsat=19 bias=19/24
15.09/15.12	c Solving starts ...
15.09/15.12	c ============================[ Search Statistics ]============================
15.09/15.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.09/15.12	c       |         |          |          |    Limit     GC | Var      | Constra 
15.09/15.12	c =============================================================================
15.09/15.12	c  0.0s |       0 |        0 |        0 |      370      0 |      121 |      247
15.09/15.13	c  0.0s |       1 |      133 |      100 |      370      0 |      121 |      247
15.09/15.14	c  0.0s |       2 |      317 |      250 |      370      0 |      121 |      247
15.09/15.16	c  0.0s |       3 |      600 |      475 |      370      0 |      121 |      247
15.09/15.20	c  0.1s |       4 |     1030 |      813 |      370      2 |      121 |      247
15.19/15.24	c  0.1s |       5 |     1652 |     1320 |      370      4 |      121 |      247
15.29/15.31	c  0.2s |       6 |     2557 |     2081 |      370      6 |      121 |      247
15.40/15.42	c  0.3s |       7 |     3957 |     3223 |      370     11 |      121 |      247
15.50/15.57	c  0.5s |       8 |     5939 |     4936 |      370     17 |      121 |      247
15.79/15.80	c  0.7s |       9 |     9110 |     7506 |      370     26 |      121 |      247
16.09/16.16	c  1.0s |      10 |    13906 |    11361 |      370     41 |      121 |      247
16.60/16.64	c  1.5s |      11 |    20791 |    17144 |      370     62 |      121 |      247
17.29/17.37	c  2.3s |      12 |    31011 |    25819 |      370     94 |      121 |      247
18.29/18.37	c  3.2s |      12 |    44240 |    37092 |      408    135 |      121 |      247
18.29/18.37	c #cpu_time = 3.250s
18.29/18.37	c #wall_clock_time = 3.250s
18.29/18.37	c #decision = 44240
18.29/18.37	c #random_decision = 98
18.29/18.37	c #conflict = 37092
18.29/18.37	c #restart = 12
18.29/18.37	o 5408
18.29/18.37	c BCD2: updating upper bound: 5552 -> 5407
18.29/18.37	c BCD2: 4949 <= obj <= 5407
18.29/18.37	c BCD2: #cores=1, #unrelaxed=0, #relaxed=105, #hardened=0
18.29/18.37	c BCD2: #sat=6 #unsat=19 bias=19/25
18.29/18.37	c Solving starts ...
18.29/18.37	c ============================[ Search Statistics ]============================
18.29/18.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.29/18.37	c       |         |          |          |    Limit     GC | Var      | Constra 
18.29/18.37	c =============================================================================
18.29/18.37	c  0.0s |       0 |        0 |        0 |      408      0 |      121 |      249
18.29/18.38	c  0.0s |       1 |      144 |      100 |      408      0 |      121 |      249
18.29/18.39	c  0.0s |       2 |      358 |      250 |      408      0 |      121 |      249
18.39/18.42	c  0.1s |       3 |      622 |      475 |      408      1 |      121 |      249
18.39/18.46	c  0.1s |       4 |     1079 |      813 |      408      2 |      121 |      249
18.49/18.50	c  0.1s |       5 |     1712 |     1320 |      408      4 |      121 |      249
18.49/18.58	c  0.2s |       6 |     2613 |     2081 |      408      7 |      121 |      249
18.59/18.63	c  0.3s |       6 |     3191 |     2570 |      408      8 |      121 |      249
18.59/18.63	c #cpu_time = 0.263s
18.59/18.63	c #wall_clock_time = 0.263s
18.59/18.63	c #decision = 3191
18.59/18.63	c #random_decision = 3
18.59/18.63	c #conflict = 2570
18.59/18.63	c #restart = 6
18.59/18.63	o 5295
18.59/18.63	c BCD2: updating upper bound: 5407 -> 5294
18.59/18.63	c BCD2: 4949 <= obj <= 5294
18.59/18.63	c BCD2: #cores=1, #unrelaxed=0, #relaxed=105, #hardened=0
18.59/18.63	c BCD2: #sat=7 #unsat=19 bias=19/26
18.59/18.63	c Solving starts ...
18.59/18.63	c ============================[ Search Statistics ]============================
18.59/18.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.59/18.63	c       |         |          |          |    Limit     GC | Var      | Constra 
18.59/18.63	c =============================================================================
18.59/18.63	c  0.0s |       0 |        0 |        0 |      408      0 |      121 |      251
18.59/18.64	c  0.0s |       1 |      139 |      100 |      408      1 |      121 |      251
18.59/18.66	c  0.0s |       2 |      322 |      250 |      408      1 |      121 |      251
18.59/18.68	c  0.0s |       3 |      600 |      475 |      408      2 |      121 |      251
18.70/18.71	c  0.1s |       4 |     1060 |      813 |      408      3 |      121 |      251
18.70/18.76	c  0.1s |       5 |     1654 |     1320 |      408      5 |      121 |      251
18.80/18.84	c  0.2s |       6 |     2516 |     2081 |      408      7 |      121 |      251
18.89/18.96	c  0.3s |       7 |     3958 |     3223 |      408     11 |      121 |      251
19.09/19.13	c  0.5s |       8 |     6018 |     4936 |      408     17 |      121 |      251
19.29/19.35	c  0.7s |       9 |     9021 |     7506 |      408     26 |      121 |      251
19.59/19.70	c  1.1s |      10 |    13690 |    11361 |      408     39 |      121 |      251
20.09/20.18	c  1.6s |      11 |    20774 |    17144 |      408     58 |      121 |      251
20.79/20.85	c  2.2s |      11 |    29752 |    24744 |      408     84 |      121 |      251
20.79/20.85	c #cpu_time = 2.221s
20.79/20.85	c #wall_clock_time = 2.221s
20.79/20.85	c #decision = 29752
20.79/20.85	c #random_decision = 70
20.79/20.85	c #conflict = 24744
20.79/20.85	c #restart = 11
20.79/20.85	o 5187
20.79/20.85	c BCD2: updating upper bound: 5294 -> 5186
20.79/20.85	c BCD2: 4949 <= obj <= 5186
20.79/20.85	c BCD2: #cores=1, #unrelaxed=0, #relaxed=105, #hardened=0
20.79/20.85	c BCD2: #sat=8 #unsat=19 bias=19/27
20.79/20.86	c Solving starts ...
20.79/20.86	c ============================[ Search Statistics ]============================
20.79/20.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.79/20.86	c       |         |          |          |    Limit     GC | Var      | Constra 
20.79/20.86	c =============================================================================
20.79/20.86	c  0.0s |       0 |        0 |        0 |      408      0 |      121 |      253
20.79/20.87	c  0.0s |       1 |      125 |      100 |      408      0 |      121 |      253
20.79/20.88	c  0.0s |       2 |      304 |      250 |      408      1 |      121 |      253
20.90/20.91	c  0.1s |       3 |      564 |      475 |      408      2 |      121 |      253
20.90/20.94	c  0.1s |       4 |      948 |      813 |      408      3 |      121 |      253
20.90/21.00	c  0.1s |       5 |     1512 |     1320 |      408      4 |      121 |      253
21.00/21.08	c  0.2s |       6 |     2393 |     2081 |      408      7 |      121 |      253
21.19/21.20	c  0.3s |       7 |     3669 |     3223 |      408     11 |      121 |      253
21.29/21.36	c  0.5s |       8 |     5666 |     4936 |      408     16 |      121 |      253
21.49/21.59	c  0.7s |       9 |     8580 |     7506 |      408     25 |      121 |      253
21.79/21.85	c  1.0s |       9 |    11883 |    10440 |      408     35 |      122 |      255
21.79/21.85	c #cpu_time = 0.997s
21.79/21.85	c #wall_clock_time = 0.997s
21.79/21.85	c #decision = 11883
21.79/21.85	c #random_decision = 19
21.79/21.85	c #conflict = 10440
21.79/21.85	c #restart = 9
21.79/21.85	c BCD2: updating lower bound of a core
21.79/21.85	c lower bound updated to 5117
21.79/21.85	c BCD2: 5117 <= obj <= 5186
21.79/21.85	c BCD2: #cores=1, #unrelaxed=0, #relaxed=105, #hardened=0
21.79/21.85	c BCD2: #sat=8 #unsat=20 bias=20/28
21.79/21.85	c Solving starts ...
21.79/21.85	c ============================[ Search Statistics ]============================
21.79/21.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.79/21.85	c       |         |          |          |    Limit     GC | Var      | Constra 
21.79/21.85	c =============================================================================
21.79/21.85	c  0.0s |       0 |        0 |        0 |      408      0 |      122 |      256
21.79/21.86	c  0.0s |       1 |      122 |      100 |      408      0 |      122 |      256
21.79/21.87	c  0.0s |       2 |      291 |      250 |      408      0 |      122 |      256
21.79/21.89	c  0.0s |       3 |      569 |      475 |      408      0 |      122 |      256
21.89/21.92	c  0.1s |       4 |      959 |      813 |      408      1 |      122 |      256
21.89/21.97	c  0.1s |       5 |     1521 |     1320 |      408      3 |      122 |      256
22.00/22.03	c  0.2s |       6 |     2330 |     2081 |      408      6 |      122 |      256
22.10/22.14	c  0.3s |       7 |     3567 |     3223 |      408      9 |      122 |      256
22.19/22.29	c  0.4s |       8 |     5472 |     4936 |      408     15 |      122 |      256
22.49/22.53	c  0.7s |       9 |     8285 |     7506 |      408     23 |      122 |      256
22.69/22.72	c  0.9s |       9 |    10683 |     9695 |      408     31 |      122 |      256
22.69/22.72	c #cpu_time = 0.869s
22.69/22.72	c #wall_clock_time = 0.869s
22.69/22.72	c #decision = 10683
22.69/22.72	c #random_decision = 18
22.69/22.72	c #conflict = 9695
22.69/22.72	c #restart = 9
22.69/22.72	o 5167
22.69/22.72	c BCD2: updating upper bound: 5186 -> 5166
22.69/22.72	c BCD2: 5117 <= obj <= 5166
22.69/22.72	c BCD2: #cores=1, #unrelaxed=0, #relaxed=105, #hardened=0
22.69/22.72	c BCD2: #sat=9 #unsat=20 bias=20/29
22.69/22.72	c Solving starts ...
22.69/22.72	c ============================[ Search Statistics ]============================
22.69/22.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.69/22.72	c       |         |          |          |    Limit     GC | Var      | Constra 
22.69/22.72	c =============================================================================
22.69/22.72	c  0.0s |       0 |        0 |        0 |      408      0 |      122 |      258
22.69/22.73	c  0.0s |       0 |       11 |        2 |      408      0 |      122 |      258
22.69/22.73	c #cpu_time = 0.001s
22.69/22.73	c #wall_clock_time = 0.001s
22.69/22.73	c #decision = 11
22.69/22.73	c #random_decision = 0
22.69/22.73	c #conflict = 2
22.69/22.73	c #restart = 0
22.69/22.73	o 5148
22.69/22.73	c BCD2: updating upper bound: 5166 -> 5147
22.69/22.73	c BCD2: 5117 <= obj <= 5147
22.69/22.73	c BCD2: #cores=1, #unrelaxed=0, #relaxed=105, #hardened=0
22.69/22.73	c BCD2: #sat=10 #unsat=20 bias=20/30
22.69/22.73	c Solving starts ...
22.69/22.73	c ============================[ Search Statistics ]============================
22.69/22.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.69/22.73	c       |         |          |          |    Limit     GC | Var      | Constra 
22.69/22.73	c =============================================================================
22.69/22.73	c  0.0s |       0 |        0 |        0 |      408      0 |      122 |      260
22.69/22.74	c  0.0s |       1 |      113 |      100 |      408      0 |      122 |      260
22.69/22.75	c  0.0s |       2 |      277 |      250 |      408      0 |      122 |      260
22.69/22.78	c  0.1s |       3 |      521 |      475 |      408      1 |      122 |      260
22.79/22.81	c  0.1s |       4 |      913 |      813 |      408      2 |      122 |      260
22.79/22.87	c  0.1s |       5 |     1493 |     1320 |      408      4 |      122 |      260
22.89/22.91	c  0.2s |       5 |     1945 |     1724 |      408      5 |      123 |      262
22.89/22.91	c #cpu_time = 0.183s
22.89/22.91	c #wall_clock_time = 0.183s
22.89/22.91	c #decision = 1945
22.89/22.91	c #random_decision = 1
22.89/22.91	c #conflict = 1724
22.89/22.91	c #restart = 5
22.89/22.91	c BCD2: updating lower bound of a core
22.89/22.91	c lower bound updated to 5138
22.89/22.91	c BCD2: 5138 <= obj <= 5147
22.89/22.91	c BCD2: #cores=1, #unrelaxed=0, #relaxed=105, #hardened=0
22.89/22.91	c BCD2: #sat=10 #unsat=21 bias=21/31
22.89/22.91	c Solving starts ...
22.89/22.91	c ============================[ Search Statistics ]============================
22.89/22.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.89/22.91	c       |         |          |          |    Limit     GC | Var      | Constra 
22.89/22.91	c =============================================================================
22.89/22.91	c  0.0s |       0 |        0 |        0 |      408      0 |      123 |      263
22.89/22.92	c  0.0s |       1 |      116 |      100 |      408      0 |      123 |      263
22.89/22.94	c  0.0s |       2 |      282 |      250 |      408      0 |      123 |      263
22.89/22.96	c  0.1s |       3 |      543 |      475 |      408      1 |      123 |      263
22.99/23.00	c  0.1s |       4 |      920 |      813 |      408      2 |      123 |      263
22.99/23.05	c  0.1s |       5 |     1493 |     1320 |      408      3 |      123 |      263
23.10/23.13	c  0.2s |       5 |     2261 |     2035 |      408      6 |      124 |      265
23.10/23.13	c #cpu_time = 0.215s
23.10/23.13	c #wall_clock_time = 0.215s
23.10/23.13	c #decision = 2261
23.10/23.13	c #random_decision = 1
23.10/23.13	c #conflict = 2035
23.10/23.13	c #restart = 5
23.10/23.13	c BCD2: updating lower bound of a core
23.10/23.13	c lower bound updated to 5145
23.10/23.13	c BCD2: 5145 <= obj <= 5147
23.10/23.13	c BCD2: #cores=1, #unrelaxed=0, #relaxed=105, #hardened=0
23.10/23.13	c BCD2: #sat=10 #unsat=22 bias=22/32
23.10/23.13	c Solving starts ...
23.10/23.13	c ============================[ Search Statistics ]============================
23.10/23.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.10/23.13	c       |         |          |          |    Limit     GC | Var      | Constra 
23.10/23.13	c =============================================================================
23.10/23.13	c  0.0s |       0 |        0 |        0 |      408      0 |      124 |      266
23.10/23.14	c  0.0s |       1 |      116 |      100 |      408      0 |      124 |      266
23.10/23.15	c  0.0s |       2 |      287 |      250 |      408      0 |      124 |      266
23.10/23.17	c  0.0s |       3 |      540 |      475 |      408      0 |      124 |      266
23.20/23.21	c  0.1s |       4 |      921 |      813 |      408      1 |      124 |      266
23.20/23.26	c  0.1s |       5 |     1487 |     1320 |      408      3 |      124 |      266
23.29/23.34	c  0.2s |       6 |     2320 |     2081 |      408      6 |      124 |      266
23.29/23.37	c  0.2s |       6 |     2571 |     2310 |      408      6 |      125 |      268
23.29/23.37	c #cpu_time = 0.239s
23.29/23.37	c #wall_clock_time = 0.239s
23.29/23.37	c #decision = 2571
23.29/23.37	c #random_decision = 3
23.29/23.37	c #conflict = 2310
23.29/23.37	c #restart = 6
23.29/23.37	c BCD2: updating lower bound of a core
23.29/23.37	c lower bound updated to 5148
23.29/23.37	s OPTIMUM FOUND
23.29/23.37	v x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10
23.29/23.37	v -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20
23.29/23.37	v -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 x29 -x30
23.29/23.37	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40
23.29/23.37	v -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 x50
23.29/23.37	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60
23.29/23.37	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70
23.29/23.37	v x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80
23.29/23.37	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90
23.29/23.37	v -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 x99 -x100
23.29/23.37	v x101 -x102 -x103 x104 -x105
23.29/23.37	c total CPU time = 23.372s
23.29/23.37	c total wall clock time = 23.371s

Verifier Data

OK	5148

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

pid=4504
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.22 2.19 2.18 4/179 4507
/proc/meminfo: memFree=29176344/32872528 swapFree=16384/1696552
[pid=4507] ppid=4504 vsize=726460 CPUtime=0 cores=0,2,4,6
/proc/4507/stat : 4507 (toysat) R 4504 4507 1166 0 -1 4202496 2709 0 0 0 0 0 0 0 20 0 4 0 106747241 743895040 3070 33554432000 4194304 16246674 140734070241728 140734070241152 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4507/statm: 182127 3080 441 2943 0 179021 0
[pid=4507/tid=4508] ppid=4504 vsize=743868 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4508/stat : 4508 (toysat) S 4504 4507 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106747241 761720832 3140 33554432000 4194304 16246674 140734070241728 139761481133296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4507/tid=4509] ppid=4504 vsize=747964 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4509/stat : 4509 (toysat) S 4504 4507 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106747241 765915136 3155 33554432000 4194304 16246674 140734070241728 139761470643440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4507/tid=4510] ppid=4504 vsize=752060 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4510/stat : 4510 (toysat) S 4504 4507 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106747241 770109440 3172 33554432000 4194304 16246674 140734070241728 139761389923504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100069 s]
/proc/loadavg: 2.22 2.19 2.18 4/179 4507
/proc/meminfo: memFree=29176344/32872528 swapFree=16384/1696552
[pid=4507] ppid=4504 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/4507/stat : 4507 (toysat) R 4504 4507 1166 0 -1 4202496 20876 0 0 0 6 3 0 0 20 0 4 0 106747241 1247350784 21223 33554432000 4194304 16246674 140734070241728 140734070241152 5532301 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4507/statm: 304529 21227 796 2943 0 301423 0
[pid=4507/tid=4508] ppid=4504 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4508/stat : 4508 (toysat) S 4504 4507 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106747241 1247350784 21229 33554432000 4194304 16246674 140734070241728 139761481133296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4507/tid=4509] ppid=4504 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4509/stat : 4509 (toysat) S 4504 4507 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106747241 1247350784 21233 33554432000 4194304 16246674 140734070241728 139761470643440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4507/tid=4510] ppid=4504 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4510/stat : 4510 (toysat) S 4504 4507 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106747241 1247350784 21238 33554432000 4194304 16246674 140734070241728 139761389923504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200505 s]
/proc/loadavg: 2.22 2.19 2.18 4/179 4507
/proc/meminfo: memFree=29176344/32872528 swapFree=16384/1696552
[pid=4507] ppid=4504 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/4507/stat : 4507 (toysat) R 4504 4507 1166 0 -1 4202496 38701 0 0 0 14 5 0 0 20 0 4 0 106747241 1247350784 39049 33554432000 4194304 16246674 140734070241728 140734070241152 5677541 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4507/statm: 304529 39053 797 2943 0 301423 0
[pid=4507/tid=4508] ppid=4504 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4508/stat : 4508 (toysat) S 4504 4507 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106747241 1247350784 39060 33554432000 4194304 16246674 140734070241728 139761481133296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4507/tid=4509] ppid=4504 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4509/stat : 4509 (toysat) S 4504 4507 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106747241 1247350784 39063 33554432000 4194304 16246674 140734070241728 139761470643440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4507/tid=4510] ppid=4504 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4510/stat : 4510 (toysat) S 4504 4507 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106747241 1247350784 39066 33554432000 4194304 16246674 140734070241728 139761389923504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300474 s]
/proc/loadavg: 2.22 2.19 2.18 4/179 4507
/proc/meminfo: memFree=29176344/32872528 swapFree=16384/1696552
[pid=4507] ppid=4504 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/4507/stat : 4507 (toysat) R 4504 4507 1166 0 -1 4202496 56003 0 0 0 22 7 0 0 20 0 4 0 106747241 1247350784 56351 33554432000 4194304 16246674 140734070241728 140734070224728 12478070 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4507/statm: 304529 56363 797 2943 0 301423 0
[pid=4507/tid=4508] ppid=4504 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4508/stat : 4508 (toysat) S 4504 4507 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106747241 1247350784 56369 33554432000 4194304 16246674 140734070241728 139761481133296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4507/tid=4509] ppid=4504 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4509/stat : 4509 (toysat) S 4504 4507 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106747241 1247350784 56374 33554432000 4194304 16246674 140734070241728 139761470643440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4507/tid=4510] ppid=4504 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4510/stat : 4510 (toysat) S 4504 4507 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106747241 1247350784 56379 33554432000 4194304 16246674 140734070241728 139761389923504 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) 1218116

[startup+0.700392 s]
/proc/loadavg: 2.22 2.19 2.18 4/179 4507
/proc/meminfo: memFree=29176344/32872528 swapFree=16384/1696552
[pid=4507] ppid=4504 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/4507/stat : 4507 (toysat) R 4504 4507 1166 0 -1 4202496 120735 0 0 0 53 16 0 0 20 0 4 0 106747241 1247350784 121082 33554432000 4194304 16246674 140734070241728 140734070224728 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4507/statm: 304529 121087 797 2943 0 301423 0
[pid=4507/tid=4508] ppid=4504 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4508/stat : 4508 (toysat) S 4504 4507 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106747241 1247350784 121094 33554432000 4194304 16246674 140734070241728 139761481133296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4507/tid=4509] ppid=4504 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4509/stat : 4509 (toysat) S 4504 4507 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106747241 1247350784 121097 33554432000 4194304 16246674 140734070241728 139761470643440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4507/tid=4510] ppid=4504 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4510/stat : 4510 (toysat) S 4504 4507 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106747241 1247350784 121101 33554432000 4194304 16246674 140734070241728 139761389923504 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) 1218116

[startup+1.50039 s]
/proc/loadavg: 2.20 2.19 2.18 3/183 4511
/proc/meminfo: memFree=28427800/32872528 swapFree=16384/1696552
[pid=4507] ppid=4504 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/4507/stat : 4507 (toysat) R 4504 4507 1166 0 -1 4202496 245761 0 0 0 116 33 0 0 20 0 4 0 106747241 1248399360 246086 33554432000 4194304 16246674 140734070241728 140734070241040 12477986 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4507/statm: 304785 246086 851 2943 0 301679 0
[pid=4507/tid=4508] ppid=4504 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4508/stat : 4508 (toysat) S 4504 4507 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106747241 1248399360 246086 33554432000 4194304 16246674 140734070241728 139761481133296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4507/tid=4509] ppid=4504 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4509/stat : 4509 (toysat) S 4504 4507 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106747241 1248399360 246086 33554432000 4194304 16246674 140734070241728 139761470643440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4507/tid=4510] ppid=4504 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4510/stat : 4510 (toysat) S 4504 4507 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106747241 1248399360 246086 33554432000 4194304 16246674 140734070241728 139761389923504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.1003 s]
/proc/loadavg: 2.20 2.19 2.18 3/183 4511
/proc/meminfo: memFree=28192944/32872528 swapFree=16384/1696552
[pid=4507] ppid=4504 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/4507/stat : 4507 (toysat) R 4504 4507 1166 0 -1 4202496 267361 0 0 0 274 35 0 0 20 0 4 0 106747241 1336479744 267686 33554432000 4194304 16246674 140734070241728 140734070224728 13006826 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4507/statm: 326289 267686 852 2943 0 323183 0
[pid=4507/tid=4508] ppid=4504 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4508/stat : 4508 (toysat) S 4504 4507 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106747241 1336479744 267686 33554432000 4194304 16246674 140734070241728 139761481133296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4507/tid=4509] ppid=4504 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4509/stat : 4509 (toysat) S 4504 4507 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106747241 1336479744 267686 33554432000 4194304 16246674 140734070241728 139761470643440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4507/tid=4510] ppid=4504 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4510/stat : 4510 (toysat) S 4504 4507 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106747241 1336479744 267686 33554432000 4194304 16246674 140734070241728 139761389923504 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) 1305156

[startup+6.30042 s]
/proc/loadavg: 2.20 2.19 2.18 3/183 4511
/proc/meminfo: memFree=28105796/32872528 swapFree=16384/1696552
[pid=4507] ppid=4504 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/4507/stat : 4507 (toysat) R 4504 4507 1166 0 -1 4202496 267498 0 0 0 594 35 0 0 20 0 4 0 106747241 1337528320 267823 33554432000 4194304 16246674 140734070241728 140734070223616 5523192 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4507/statm: 326545 267823 852 2943 0 323439 0
[pid=4507/tid=4508] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4508/stat : 4508 (toysat) S 4504 4507 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267823 33554432000 4194304 16246674 140734070241728 139761481133296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4507/tid=4509] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4509/stat : 4509 (toysat) S 4504 4507 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267823 33554432000 4194304 16246674 140734070241728 139761470643440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4507/tid=4510] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4510/stat : 4510 (toysat) S 4504 4507 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267823 33554432000 4194304 16246674 140734070241728 139761389923504 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) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.17 2.18 2.18 3/183 4511
/proc/meminfo: memFree=28105688/32872528 swapFree=16384/1696552
[pid=4507] ppid=4504 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/4507/stat : 4507 (toysat) R 4504 4507 1166 0 -1 4202496 267515 0 0 0 1233 36 0 0 20 0 4 0 106747241 1337528320 267840 33554432000 4194304 16246674 140734070241728 140734070224728 5722712 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4507/statm: 326545 267840 852 2943 0 323439 0
[pid=4507/tid=4508] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4508/stat : 4508 (toysat) S 4504 4507 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267840 33554432000 4194304 16246674 140734070241728 139761481133296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4507/tid=4509] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4509/stat : 4509 (toysat) S 4504 4507 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267840 33554432000 4194304 16246674 140734070241728 139761470643440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4507/tid=4510] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4510/stat : 4510 (toysat) S 4504 4507 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267840 33554432000 4194304 16246674 140734070241728 139761389923504 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) 1306180

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

[startup+12.8004 s]
/proc/loadavg: 2.17 2.18 2.18 3/183 4511
/proc/meminfo: memFree=28105688/32872528 swapFree=16384/1696552
[pid=4507] ppid=4504 vsize=1306180 CPUtime=12.79 cores=0,2,4,6
/proc/4507/stat : 4507 (toysat) R 4504 4507 1166 0 -1 4202496 267515 0 0 0 1243 36 0 0 20 0 4 0 106747241 1337528320 267840 33554432000 4194304 16246674 140734070241728 140734070224728 5653040 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4507/statm: 326545 267840 852 2943 0 323439 0
[pid=4507/tid=4508] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4508/stat : 4508 (toysat) S 4504 4507 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267840 33554432000 4194304 16246674 140734070241728 139761481133296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4507/tid=4509] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4509/stat : 4509 (toysat) S 4504 4507 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267840 33554432000 4194304 16246674 140734070241728 139761470643440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4507/tid=4510] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4510/stat : 4510 (toysat) S 4504 4507 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267840 33554432000 4194304 16246674 140734070241728 139761389923504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.15 2.18 2.18 4/183 4511
/proc/meminfo: memFree=28106644/32872528 swapFree=16384/1696552
[pid=4507] ppid=4504 vsize=1306180 CPUtime=19.19 cores=0,2,4,6
/proc/4507/stat : 4507 (toysat) R 4504 4507 1166 0 -1 4202496 267522 0 0 0 1883 36 0 0 20 0 4 0 106747241 1337528320 267847 33554432000 4194304 16246674 140734070241728 140734070223616 12995176 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4507/statm: 326545 267847 852 2943 0 323439 0
[pid=4507/tid=4508] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4508/stat : 4508 (toysat) S 4504 4507 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267847 33554432000 4194304 16246674 140734070241728 139761481133296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4507/tid=4509] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4509/stat : 4509 (toysat) S 4504 4507 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267847 33554432000 4194304 16246674 140734070241728 139761470643440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4507/tid=4510] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4510/stat : 4510 (toysat) S 4504 4507 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267847 33554432000 4194304 16246674 140734070241728 139761389923504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 1306180

[startup+20.8004 s]
/proc/loadavg: 2.15 2.18 2.18 4/183 4511
/proc/meminfo: memFree=28106680/32872528 swapFree=16384/1696552
[pid=4507] ppid=4504 vsize=1306180 CPUtime=20.79 cores=0,2,4,6
/proc/4507/stat : 4507 (toysat) R 4504 4507 1166 0 -1 4202496 267522 0 0 0 2043 36 0 0 20 0 4 0 106747241 1337528320 267847 33554432000 4194304 16246674 140734070241728 140734070223616 12415781 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4507/statm: 326545 267847 852 2943 0 323439 0
[pid=4507/tid=4508] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4508/stat : 4508 (toysat) S 4504 4507 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267847 33554432000 4194304 16246674 140734070241728 139761481133296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4507/tid=4509] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4509/stat : 4509 (toysat) S 4504 4507 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267847 33554432000 4194304 16246674 140734070241728 139761470643440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4507/tid=4510] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4510/stat : 4510 (toysat) S 4504 4507 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267847 33554432000 4194304 16246674 140734070241728 139761389923504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.79
Current children cumulated vsize (KiB) 1306180

[startup+22.4004 s]
/proc/loadavg: 2.22 2.19 2.18 3/183 4511
/proc/meminfo: memFree=28106812/32872528 swapFree=16384/1696552
[pid=4507] ppid=4504 vsize=1306180 CPUtime=22.39 cores=0,2,4,6
/proc/4507/stat : 4507 (toysat) R 4504 4507 1166 0 -1 4202496 267522 0 0 0 2203 36 0 0 20 0 4 0 106747241 1337528320 267847 33554432000 4194304 16246674 140734070241728 140734070223616 5711318 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4507/statm: 326545 267847 852 2943 0 323439 0
[pid=4507/tid=4508] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4508/stat : 4508 (toysat) S 4504 4507 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267847 33554432000 4194304 16246674 140734070241728 139761481133296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4507/tid=4509] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4509/stat : 4509 (toysat) S 4504 4507 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267847 33554432000 4194304 16246674 140734070241728 139761470643440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4507/tid=4510] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4510/stat : 4510 (toysat) S 4504 4507 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267847 33554432000 4194304 16246674 140734070241728 139761389923504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.39
Current children cumulated vsize (KiB) 1306180

[startup+23.2073 s]
/proc/loadavg: 2.22 2.19 2.18 3/183 4511
/proc/meminfo: memFree=28106812/32872528 swapFree=16384/1696552
[pid=4507] ppid=4504 vsize=1306180 CPUtime=23.2 cores=0,2,4,6
/proc/4507/stat : 4507 (toysat) R 4504 4507 1166 0 -1 4202496 267533 0 0 0 2284 36 0 0 20 0 4 0 106747241 1337528320 267858 33554432000 4194304 16246674 140734070241728 140734070223616 5659404 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4507/statm: 326545 267858 852 2943 0 323439 0
[pid=4507/tid=4508] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4508/stat : 4508 (toysat) S 4504 4507 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267858 33554432000 4194304 16246674 140734070241728 139761481133296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4507/tid=4509] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4509/stat : 4509 (toysat) S 4504 4507 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267858 33554432000 4194304 16246674 140734070241728 139761470643440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4507/tid=4510] ppid=4504 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/4507/task/4510/stat : 4510 (toysat) S 4504 4507 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106747241 1337528320 267858 33554432000 4194304 16246674 140734070241728 139761389923504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 23.2
Current children cumulated vsize (KiB) 1306180

[startup+23.4004 s]
/proc/loadavg: 2.22 2.19 2.18 3/183 4511
/proc/meminfo: memFree=28106812/32872528 swapFree=16384/1696552
[pid=4507] ppid=4504 vsize=0 CPUtime=23.39 cores=0,2,4,6
/proc/4507/stat : 4507 (toysat) Z 4504 4507 1166 0 -1 4202508 267538 0 0 0 2300 39 0 0 20 0 2 0 106747241 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4507/statm: 0 0 0 0 0 0 0
[pid=4507/tid=4510] ppid=4504 vsize=0 CPUtime=0.01 cores=0,2,4,6
/proc/4507/task/4510/stat : 4510 (toysat) R 4504 4507 1166 0 -1 4203588 1 0 0 0 0 1 0 0 20 0 2 0 106747241 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 23.39
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 23.4388
CPU time (s): 23.4304
CPU user time (s): 23.0065
CPU system time (s): 0.423935
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.0065
system time used= 0.423935
maximum resident set size= 1071444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267538
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= 20
involuntary context switches= 25

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.077988 second user time and 0.098984 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-06 23:22:22
IDJOB=4079862
IDBENCH=24971
IDSOLVER=2542
FILE ID=node125/4079862-1465248142
RUNJOBID= node125-1465224138-1182
PBS_JOBID= 19843237
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/poldner/PB/testset/normalized-7_14.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079862-1465248142/watcher-4079862-1465248142 -o /tmp/evaluation-result-4079862-1465248142/solver-4079862-1465248142 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1465224138-1182 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079862-1465248142.opb

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

MD5SUM BENCH= d99cfd7c624f6e153a873fe4512e21db
RANDOM SEED=1026105438

node125.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.456
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.91
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.456
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.56
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.456
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.456
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.456
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.456
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.456
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.456
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:        29176508 kB
Buffers:           52008 kB
Cached:           131424 kB
SwapCached:         2016 kB
Active:          1209308 kB
Inactive:          84000 kB
Active(anon):    1110896 kB
Inactive(anon):     1380 kB
Active(file):      98412 kB
Inactive(file):    82620 kB
Unevictable:     1696552 kB
Mlocked:           16384 kB
SwapTotal:      67108856 kB
SwapFree:       67098492 kB
Dirty:             16316 kB
Writeback:             0 kB
AnonPages:       2805432 kB
Mapped:            10764 kB
Shmem:                 0 kB
Slab:             568612 kB
SReclaimable:      12636 kB
SUnreclaim:       555976 kB
KernelStack:        1520 kB
PageTables:        10048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2947996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2779136 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= 71712 MiB
End job on node125 at 2016-06-06 23:22:45