Trace number 3452756

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4SAT (TO)-38 1800.23 1800.2

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-3.opb
MD5SUMc9380923d34e254cfa512f89027f1d42
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-38
Best CPU time to get the best result obtained on this benchmark1800.23
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -40
Optimality of the best value was proved NO
Number of variables760
Total number of constraints41095
Number of constraints which are clauses41095
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 760
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 760
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 760
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.02	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.02	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.02	c 
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c reading problem <HOME/instance-3452756-1307087516.opb>
0.17/0.25	c original problem has 760 variables (760 bin, 0 int, 0 impl, 0 cont) and 41095 constraints
0.17/0.25	c problem read
0.17/0.25	c presolving settings loaded
0.27/0.34	o 0
0.27/0.34	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.27/0.34	c presolving:
0.47/0.52	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 41095 upgd conss, 82190 impls, 0 clqs
0.87/0.96	c    (0.9s) probing: 101/760 (13.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.87/0.96	c    (0.9s) probing aborted: 100/100 successive totally useless probings
0.87/0.96	c presolving (2 rounds):
0.87/0.96	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.87/0.96	c  82190 implications, 0 cliques
0.87/0.96	c presolved problem has 760 variables (760 bin, 0 int, 0 impl, 0 cont) and 41095 constraints
0.87/0.96	c   41095 constraints of type <setppc>
0.87/0.96	c transformed objective value is always integral (scale: 1)
0.87/0.96	c Presolving Time: 0.68
0.87/0.96	c - non default parameters ----------------------------------------------------------------------
0.87/0.96	c # SCIP version 2.0.1.4
0.87/0.96	c 
0.87/0.96	c # frequency for displaying node information lines
0.87/0.96	c # [type: int, range: [-1,2147483647], default: 100]
0.87/0.96	c display/freq = 10000
0.87/0.96	c 
0.87/0.96	c # maximal time in seconds to run
0.87/0.96	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.87/0.96	c limits/time = 1800
0.87/0.96	c 
0.87/0.96	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.87/0.96	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.87/0.96	c limits/memory = 13950
0.87/0.96	c 
0.87/0.96	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.87/0.96	c # [type: int, range: [1,2], default: 1]
0.87/0.96	c timing/clocktype = 2
0.87/0.96	c 
0.87/0.96	c # belongs reading time to solving time?
0.87/0.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.87/0.96	c timing/reading = TRUE
0.87/0.96	c 
0.87/0.96	c # should presolving try to simplify inequalities
0.87/0.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.87/0.96	c constraints/linear/simplifyinequalities = TRUE
0.87/0.96	c 
0.87/0.96	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.87/0.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.87/0.96	c constraints/indicator/addCouplingCons = TRUE
0.87/0.96	c 
0.87/0.96	c # should presolving try to simplify knapsacks
0.87/0.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.87/0.96	c constraints/knapsack/simplifyinequalities = TRUE
0.87/0.96	c 
0.87/0.96	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.87/0.96	c # [type: int, range: [-1,2147483647], default: -1]
0.87/0.96	c separating/rapidlearning/freq = 0
0.87/0.96	c 
0.87/0.96	c -----------------------------------------------------------------------------------------------
0.87/0.96	c start solving
0.87/0.96	c 
1.37/1.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.37/1.44	c t 1.4s|     1 |     0 |   762 |     - |  48M|   0 | 760 | 760 |  41k| 760 |  41k|   0 |   0 |   0 |-3.800000e+02 | 0.000000e+00 | 100.00%
1.37/1.46	o -1
1.37/1.46	c R 1.4s|     1 |     0 |   762 |     - |  48M|   0 | 760 | 760 |  41k| 760 |  41k|   0 |   0 |   0 |-3.800000e+02 |-1.000000e+00 |  99.74%
2.08/2.18	c   2.2s|     1 |     0 |   979 |     - |  48M|   0 | 709 | 760 |  41k| 760 |  41k|   5 |   0 |   0 |-3.545000e+02 |-1.000000e+00 |  99.72%
2.08/2.19	o -28
2.08/2.19	c b 2.2s|     1 |     0 |   979 |     - |  48M|   0 | 709 | 760 |  41k| 760 |  41k|   5 |   0 |   0 |-3.545000e+02 |-2.800000e+01 |  92.10%
3.07/3.15	c   3.1s|     1 |     0 |  1227 |     - |  48M|   0 | 662 | 760 |  41k| 760 |  41k|  24 |   0 |   0 |-3.310000e+02 |-2.800000e+01 |  91.54%
4.08/4.18	c   4.2s|     1 |     0 |  1393 |     - |  48M|   0 | 623 | 760 |  41k| 760 |  41k|  36 |   0 |   0 |-3.115000e+02 |-2.800000e+01 |  91.01%
5.27/5.32	c   5.3s|     1 |     0 |  1546 |     - |  48M|   0 | 587 | 760 |  41k| 760 |  41k|  46 |   0 |   0 |-2.935000e+02 |-2.800000e+01 |  90.46%
6.48/6.56	c   6.5s|     1 |     0 |  1831 |     - |  48M|   0 | 550 | 760 |  41k| 760 |  41k|  59 |   0 |   0 |-2.750000e+02 |-2.800000e+01 |  89.82%
7.77/7.80	c   7.8s|     1 |     0 |  2028 |     - |  48M|   0 | 513 | 760 |  41k| 760 |  41k|  77 |   0 |   0 |-2.565000e+02 |-2.800000e+01 |  89.08%
8.97/9.02	c   9.0s|     1 |     0 |  2178 |     - |  48M|   0 | 476 | 760 |  41k| 760 |  41k|  90 |   0 |   0 |-2.380000e+02 |-2.800000e+01 |  88.24%
10.07/10.19	c  10.2s|     1 |     0 |  2306 |     - |  48M|   0 | 439 | 760 |  41k| 760 |  41k| 102 |   0 |   0 |-2.195000e+02 |-2.800000e+01 |  87.24%
11.37/11.40	c  11.4s|     1 |     0 |  2613 |     - |  48M|   0 | 388 | 760 |  41k| 760 |  41k| 115 |   0 |   0 |-1.940000e+02 |-2.800000e+01 |  85.57%
12.67/12.79	c  12.8s|     1 |     0 |  3167 |     - |  48M|   0 | 344 | 760 |  41k| 760 |  41k| 131 |   0 |   0 |-1.720000e+02 |-2.800000e+01 |  83.72%
13.37/13.43	c  13.4s|     1 |     0 |  3701 |     - |  48M|   0 | 300 | 760 |  41k| 760 |  41k| 149 |   0 |   0 |-1.500000e+02 |-2.800000e+01 |  81.33%
13.97/14.07	c  14.1s|     1 |     0 |  4247 |     - |  48M|   0 | 268 | 760 |  41k| 760 |  41k| 162 |   0 |   0 |-1.340000e+02 |-2.800000e+01 |  79.10%
14.48/14.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.48/14.54	c  14.5s|     1 |     0 |  4541 |     - |  48M|   0 | 236 | 760 |  41k| 760 |  41k| 173 |   0 |   0 |-1.180000e+02 |-2.800000e+01 |  76.27%
15.17/15.29	c  15.3s|     1 |     0 |  5501 |     - |  48M|   0 | 193 | 760 |  41k| 760 |  41k| 186 |   0 |   0 |-9.650000e+01 |-2.800000e+01 |  70.98%
15.87/15.96	c  15.9s|     1 |     0 |  6387 |     - |  48M|   0 | 175 | 760 |  41k| 760 |  41k| 194 |   0 |   0 |-8.750000e+01 |-2.800000e+01 |  68.00%
16.27/16.39	c  16.4s|     1 |     0 |  6606 |     - |  48M|   0 | 144 | 760 |  41k| 760 |  41k| 207 |   0 |   0 |-7.200000e+01 |-2.800000e+01 |  61.11%
16.67/16.79	c  16.8s|     1 |     0 |  6786 |     - |  48M|   0 | 146 | 760 |  41k| 760 |  41k| 213 |   0 |   0 |-6.500000e+01 |-2.800000e+01 |  56.92%
17.07/17.19	c  17.2s|     1 |     0 |  7034 |     - |  48M|   0 | 105 | 760 |  41k| 760 |  41k| 228 |   0 |   0 |-5.350000e+01 |-2.800000e+01 |  47.66%
17.49/17.60	c  17.6s|     1 |     0 |  7270 |     - |  48M|   0 | 105 | 760 |  41k| 760 |  41k| 240 |   0 |   0 |-5.050000e+01 |-2.800000e+01 |  44.55%
17.97/18.09	c  18.1s|     1 |     0 |  7611 |     - |  48M|   0 | 114 | 760 |  41k| 760 |  41k| 248 |   0 |   0 |-4.450000e+01 |-2.800000e+01 |  37.08%
18.37/18.46	c  18.4s|     1 |     0 |  8037 |     - |  48M|   0 | 140 | 760 |  41k| 760 |  41k| 255 |   0 |   0 |-4.000000e+01 |-2.800000e+01 |  30.00%
18.59/18.69	c  18.7s|     1 |     0 |  8119 |     - |  48M|   0 | 158 | 760 |  41k| 760 |  41k| 268 |   0 |   0 |-4.000000e+01 |-2.800000e+01 |  30.00%
18.98/19.08	c  19.1s|     1 |     0 |  8190 |     - |  48M|   0 | 175 | 760 |  41k| 760 |  41k| 275 |   0 |   0 |-4.000000e+01 |-2.800000e+01 |  30.00%
23.67/23.75	c  23.7s|     1 |     0 |  8259 |     - |  48M|   0 | 171 | 760 |  41k| 760 |  41k| 285 |   0 |   0 |-4.000000e+01 |-2.800000e+01 |  30.00%
24.67/24.77	c  24.7s|     1 |     0 |  8496 |     - |  48M|   0 | 178 | 760 |  41k| 760 |  41k| 294 |   0 |   0 |-4.000000e+01 |-2.800000e+01 |  30.00%
26.68/26.74	c  26.7s|     1 |     0 |  8633 |     - |  48M|   0 | 160 | 760 |  41k| 760 |  41k| 307 |   0 |   0 |-4.000000e+01 |-2.800000e+01 |  30.00%
34.77/34.81	c  34.8s|     1 |     2 |  8633 |     - |  48M|   0 | 160 | 760 |  41k| 760 |  41k| 307 |   0 |  21 |-4.000000e+01 |-2.800000e+01 |  30.00%
68.98/69.09	o -29
68.98/69.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.98/69.09	c c69.1s|    15 |    16 | 11667 | 216.7 |  50M|  14 |   - | 760 |  41k| 760 |  41k| 307 |   0 | 329 |-4.000000e+01 |-2.900000e+01 |  27.50%
110.17/110.21	o -30
110.17/110.21	c f 110s|    41 |    39 | 14923 | 157.2 |  51M|  15 |   - | 760 |  41k| 760 |  41k| 307 |   0 | 722 |-4.000000e+01 |-3.000000e+01 |  25.00%
113.57/113.63	o -31
113.57/113.63	c o 114s|    65 |    63 | 17478 | 138.2 |  52M|  16 |   0 | 760 |  41k| 760 |  41k| 307 |   0 | 731 |-4.000000e+01 |-3.100000e+01 |  22.50%
131.37/131.46	o -32
131.37/131.46	c C 131s|   265 |   234 | 34168 |  96.7 |  56M|  34 | 107 | 760 |  41k| 760 |  41k| 307 |   0 | 805 |-4.000000e+01 |-3.200000e+01 |  20.00%
142.18/142.25	o -33
142.18/142.25	c * 142s|   455 |   331 | 44029 |  78.0 |  58M|  34 |   - | 760 |  41k| 760 |  41k| 307 |   0 | 851 |-4.000000e+01 |-3.300000e+01 |  17.50%
174.18/174.21	o -34
174.18/174.21	c f 174s|  1167 |   639 | 72129 |  54.5 |  65M|  37 |   - | 760 |  41k| 760 |  41k| 307 |   0 |1028 |-4.000000e+01 |-3.400000e+01 |  15.00%
483.19/483.22	o -35
483.19/483.22	c g 483s|  5019 |  3185 |379923 |  74.0 | 119M|  57 |   - | 760 |  41k| 760 |  41k| 307 |   0 |2036 |-4.000000e+01 |-3.500000e+01 |  12.50%
749.79/749.82	c   750s| 10000 |  6080 |665394 |  65.7 | 172M|  57 |   - | 760 |  41k| 760 |  41k| 307 |   0 |2673 |-4.000000e+01 |-3.500000e+01 |  12.50%
950.00/950.06	o -36
950.00/950.06	c v 950s| 14028 |  6115 |882809 |  62.3 | 184M|  67 |   - | 760 |  41k| 760 |  41k| 307 |   0 |3255 |-4.000000e+01 |-3.600000e+01 |  10.00%
1166.21/1166.23	c  1166s| 20000 |  7923 |  1130k|  56.1 | 221M|  77 |   - | 760 |  41k| 760 |  41k| 307 |   0 |3931 |-4.000000e+01 |-3.600000e+01 |  10.00%
1478.12/1478.18	c  1478s| 30000 | 10539 |  1490k|  49.4 | 271M|  77 | 102 | 760 |  41k| 760 |  41k| 307 |   0 |4706 |-4.000000e+01 |-3.600000e+01 |  10.00%
1676.34/1676.40	o -37
1676.34/1676.40	c *1676s| 37333 |  7803 |  1736k|  46.3 | 232M|  77 |   - | 760 |  41k| 760 |  41k| 307 |   0 |4802 |-4.000000e+01 |-3.700000e+01 |   7.50%
1676.53/1676.55	o -38
1676.53/1676.55	c *1677s| 37341 |  3797 |  1736k|  46.3 | 155M|  77 |   - | 760 |  41k| 760 |  41k| 307 |   0 |4802 |-4.000000e+01 |-3.800000e+01 |   5.00%
1758.02/1758.05	c  1758s| 40000 |  4142 |  1822k|  45.3 | 164M|  77 |   - | 760 |  41k| 760 |  41k| 307 |   0 |5122 |-4.000000e+01 |-3.800000e+01 |   5.00%
1800.04/1800.03	c 
1800.04/1800.03	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.03	c Solving Time (sec) : 1800.01
1800.04/1800.03	c Solving Nodes      : 41434
1800.04/1800.03	c Primal Bound       : -3.80000000000000e+01 (636 solutions)
1800.04/1800.03	c Dual Bound         : -4.00000000000000e+01
1800.04/1800.03	c Gap                : 5.00 %
1800.04/1800.03	s SATISFIABLE
1800.04/1800.03	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 
1800.04/1800.03	v -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 
1800.04/1800.03	v -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 
1800.04/1800.03	v -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 
1800.04/1800.03	v x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 
1800.04/1800.03	v x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
1800.04/1800.03	v -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 
1800.04/1800.03	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 
1800.04/1800.03	v -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 
1800.04/1800.03	v x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 
1800.04/1800.03	v -x230 -x231 -x232 x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 
1800.04/1800.03	v -x251 -x252 -x253 -x254 -x255 -x256 -x257 x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 
1800.04/1800.03	v -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 
1800.04/1800.03	v -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 
1800.04/1800.03	v -x314 -x315 -x316 -x317 -x318 x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 
1800.04/1800.03	v -x335 -x336 -x337 -x338 x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 
1800.04/1800.03	v -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 
1800.04/1800.03	v -x377 -x378 x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 x397 
1800.04/1800.03	v -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 x416 -x417 -x418 
1800.04/1800.03	v -x419 -x420 -x421 x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 
1800.04/1800.03	v -x440 -x441 x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 
1800.04/1800.03	v -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 
1800.04/1800.03	v -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 x501 -x502 
1800.04/1800.03	v -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 
1800.04/1800.03	v -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 x542 -x543 -x544 
1800.04/1800.03	v -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 
1800.04/1800.03	v x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 x580 -x581 -x582 -x583 -x584 -x585 -x586 
1800.04/1800.03	v -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 
1800.04/1800.03	v -x608 -x609 -x610 -x611 -x612 x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 
1800.04/1800.03	v -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 
1800.04/1800.03	v -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 
1800.04/1800.03	v -x671 -x672 -x673 x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 
1800.04/1800.03	v -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 
1800.04/1800.03	v -x713 -x714 -x715 -x716 x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 x733 
1800.04/1800.03	v -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 x749 -x750 -x751 -x752 -x753 -x754 
1800.04/1800.03	v -x755 -x756 -x757 -x758 -x759 -x760 
1800.04/1800.03	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.03	c Total Time         :    1800.01
1800.04/1800.03	c   solving          :    1800.01
1800.04/1800.03	c   presolving       :       0.68 (included in solving)
1800.04/1800.03	c   reading          :       0.23 (included in solving)
1800.04/1800.03	c Original Problem   :
1800.04/1800.03	c   Problem name     : HOME/instance-3452756-1307087516.opb
1800.04/1800.03	c   Variables        : 760 (760 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.03	c   Constraints      : 41095 initial, 41095 maximal
1800.04/1800.03	c Presolved Problem  :
1800.04/1800.03	c   Problem name     : t_HOME/instance-3452756-1307087516.opb
1800.04/1800.03	c   Variables        : 760 (760 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.03	c   Constraints      : 41095 initial, 41095 maximal
1800.04/1800.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.03	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.03	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.03	c   probing          :       0.41          0          0          0          0          0          0          0          0          0
1800.04/1800.03	c   setppc           :       0.03          0          0          0          0          0          0          0          0          0
1800.04/1800.03	c   linear           :       0.15          0          0          0          0          0          0          0          0          0
1800.04/1800.03	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.03	c   integral         :          0          0          0      28922          0        638          0         24        576          0          0      57266
1800.04/1800.03	c   setppc           :      41095         26      92791          3          0        633          0          0     715271          0          0          0
1800.04/1800.03	c   countsols        :          0          0          0          3          0        636          0          0          0          0          0          0
1800.04/1800.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.03	c   integral         :     288.41       0.00       0.00     288.40       0.00       0.01       0.00
1800.04/1800.03	c   setppc           :      12.51       0.07      11.84       0.00       0.00       0.59       0.00
1800.04/1800.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.03	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.03	c   vbounds          :          0          0          0          0
1800.04/1800.03	c   rootredcost      :         10          0          0          0
1800.04/1800.03	c   pseudoobj        :      92713          0          0          0
1800.04/1800.03	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.03	c   vbounds          :       0.04       0.04       0.00
1800.04/1800.03	c   rootredcost      :       0.04       0.04       0.00
1800.04/1800.03	c   pseudoobj        :       1.75       1.75       0.00
1800.04/1800.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.03	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.03	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.03	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.04/1800.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.03	c   cut pool         :       0.00         25          -          -         97          -    (maximal pool size: 557)
1800.04/1800.03	c   redcost          :       0.53      29054          0        119          0          0
1800.04/1800.03	c   impliedbounds    :       0.01         26          0          0          0          0
1800.04/1800.03	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.03	c   gomory           :      10.53         26          0          0      12500          0
1800.04/1800.03	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.03	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.03	c   strongcg         :       2.57         20          0          0      10000          0
1800.04/1800.03	c   cmir             :       2.77         10          0          0          0          0
1800.04/1800.03	c   flowcover        :       3.38         10          0          0          0          0
1800.04/1800.03	c   clique           :       0.59         26          0          0        233          0
1800.04/1800.03	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.03	c   mcf              :       0.02          1          0          0          0          0
1800.04/1800.03	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.03	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.03	c Pricers            :       Time      Calls       Vars
1800.04/1800.03	c   problem variables:       0.00          0          0
1800.04/1800.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.03	c   relpscost        :     288.36      28919         24        576          0          0      57266
1800.04/1800.03	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.03	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.03	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.03	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.03	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.03	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.03	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.03	c   LP solutions     :       0.05          -          3
1800.04/1800.03	c   pseudo solutions :       0.00          -          0
1800.04/1800.03	c   oneopt           :       0.08         12          1
1800.04/1800.03	c   crossover        :       3.69         21          3
1800.04/1800.03	c   coefdiving       :      36.94        157         10
1800.04/1800.03	c   objpscostdiving  :      20.69         79        123
1800.04/1800.03	c   rootsoldiving    :      15.75         79         97
1800.04/1800.03	c   pscostdiving     :      17.43        158          7
1800.04/1800.03	c   fracdiving       :      51.33        158         15
1800.04/1800.03	c   veclendiving     :      45.16        158          3
1800.04/1800.03	c   guideddiving     :      59.94        158          6
1800.04/1800.03	c   trivial          :       0.01          2          1
1800.04/1800.03	c   shiftandpropagate:       0.00          0          0
1800.04/1800.03	c   simplerounding   :       0.48      28945        101
1800.04/1800.03	c   zirounding       :      29.54      12651        253
1800.04/1800.03	c   rounding         :      13.67       7771          1
1800.04/1800.03	c   shifting         :       1.54        710          0
1800.04/1800.03	c   intshifting      :       0.00          0          0
1800.04/1800.03	c   twoopt           :       0.00          0          0
1800.04/1800.03	c   fixandinfer      :       0.00          0          0
1800.04/1800.03	c   feaspump         :       0.00          0          0
1800.04/1800.03	c   clique           :       0.00          0          0
1800.04/1800.03	c   intdiving        :       0.00          0          0
1800.04/1800.03	c   actconsdiving    :       0.00          0          0
1800.04/1800.03	c   linesearchdiving :      19.22        158         11
1800.04/1800.03	c   octane           :       0.00          0          0
1800.04/1800.03	c   rens             :       0.65          1          1
1800.04/1800.03	c   rins             :       0.00          0          0
1800.04/1800.03	c   localbranching   :       0.00          0          0
1800.04/1800.03	c   mutation         :       0.00          0          0
1800.04/1800.03	c   dins             :       0.00          0          0
1800.04/1800.03	c   vbounds          :       0.00          0          0
1800.04/1800.03	c   undercover       :       0.00          0          0
1800.04/1800.03	c   subnlp           :       0.01          0          0
1800.04/1800.03	c   trysol           :       0.02          0          0
1800.04/1800.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.03	c   primal LP        :       0.04          0          0       0.00       0.00
1800.04/1800.03	c   dual LP          :    1020.86      41722    1633035      39.14    1599.67
1800.04/1800.03	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.03	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.03	c   diving/probing LP:     222.31      17760     247254      13.92    1112.19
1800.04/1800.03	c   strong branching :     286.30       5126     392379      76.55    1370.50
1800.04/1800.03	c     (at root node) :          -         21      10497     499.86          -
1800.04/1800.03	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.03	c B&B Tree           :
1800.04/1800.03	c   number of runs   :          1
1800.04/1800.03	c   nodes            :      41434
1800.04/1800.03	c   nodes (total)    :      41434
1800.04/1800.03	c   nodes left       :       4450
1800.04/1800.03	c   max depth        :         77
1800.04/1800.03	c   max depth (total):         77
1800.04/1800.03	c   backtracks       :       4921 (11.9%)
1800.04/1800.03	c   delayed cutoffs  :          0
1800.04/1800.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.04/1800.03	c   avg switch length:       4.81
1800.04/1800.03	c   switching time   :      30.04
1800.04/1800.03	c Solution           :
1800.04/1800.03	c   Solutions found  :        636 (13 improvements)
1800.04/1800.03	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.32 seconds, depth 0, found by <trivial>)
1800.04/1800.03	c   Primal Bound     : -3.80000000000000e+01   (in run 1, after 37341 nodes, 1676.51 seconds, depth 32, found by <relaxation>)
1800.04/1800.03	c   Dual Bound       : -4.00000000000000e+01
1800.04/1800.03	c   Gap              :       5.00 %
1800.04/1800.03	c   Root Dual Bound  : -4.00000000000000e+01
1800.04/1800.03	c   Root Iterations  :       8633
1800.15/1800.19	c Time complete: 1800.23.

Verifier Data

OK	-38

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3452756-1307087516/watcher-3452756-1307087516 -o /tmp/evaluation-result-3452756-1307087516/solver-3452756-1307087516 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452756-1307087516.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.05 2.05 2.01 2/521 22427
/proc/meminfo: memFree=21536876/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/22427/stat : 22427 (runsolver) R 22425 22427 18505 0 -1 4202560 43 0 0 0 0 0 0 0 22 0 1 0 801167038 12079104 51 33554432000 4194304 5432328 140733867154400 18446744073709551615 4881591 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/22427/statm: 2949 51 31 303 0 2643 0

[startup+0.0327259 s]
/proc/loadavg: 2.05 2.05 2.01 2/521 22427
/proc/meminfo: memFree=21536876/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=11260 CPUtime=0.01 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 1813 0 0 0 1 0 0 0 22 0 1 0 801167038 11530240 1766 33554432000 4194304 9128323 140736342554640 18446744073709551615 8011647 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22427/statm: 2815 1766 400 1205 0 1606 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11260

[startup+0.100713 s]
/proc/loadavg: 2.05 2.05 2.01 2/521 22427
/proc/meminfo: memFree=21536876/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=15464 CPUtime=0.08 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 2881 0 0 0 8 0 0 0 22 0 1 0 801167038 15835136 2832 33554432000 4194304 9128323 140736342554640 18446744073709551615 6192144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22427/statm: 3866 2832 400 1205 0 2657 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15464

[startup+0.30068 s]
/proc/loadavg: 2.05 2.05 2.01 2/521 22427
/proc/meminfo: memFree=21536876/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=49876 CPUtime=0.27 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 11206 0 0 0 27 0 0 0 23 0 1 0 801167038 51073024 11072 33554432000 4194304 9128323 140736342554640 18446744073709551615 6890226 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 12469 11072 467 1205 0 11260 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 49876

[startup+0.70062 s]
/proc/loadavg: 2.05 2.05 2.01 2/521 22427
/proc/meminfo: memFree=21536876/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=84244 CPUtime=0.67 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 22423 0 0 0 65 2 0 0 25 0 1 0 801167038 86265856 19648 33554432000 4194304 9128323 140736342554640 18446744073709551615 5489966 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 21061 19648 533 1205 0 19852 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 84244

[startup+1.50046 s]
/proc/loadavg: 2.05 2.05 2.01 3/522 22428
/proc/meminfo: memFree=21444748/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=141488 CPUtime=1.47 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 36491 0 0 0 143 4 0 0 25 0 1 0 801167038 144883712 32591 33554432000 4194304 9128323 140736342554640 18446744073709551615 18446744073699065904 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 35372 32591 869 1205 0 34163 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 141488

[startup+3.10016 s]
/proc/loadavg: 2.05 2.05 2.01 3/522 22428
/proc/meminfo: memFree=21403828/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=143232 CPUtime=3.07 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 38295 0 0 0 303 4 0 0 25 0 1 0 801167038 146669568 34206 33554432000 4194304 9128323 140736342554640 18446744073709551615 7077378 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 35808 34206 929 1205 0 34599 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 143232

[startup+6.30058 s]
/proc/loadavg: 2.05 2.05 2.01 3/522 22428
/proc/meminfo: memFree=21400344/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=143232 CPUtime=6.27 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 38478 0 0 0 622 5 0 0 25 0 1 0 801167038 146669568 34210 33554432000 4194304 9128323 140736342554640 18446744073709551615 6309892 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 35808 34210 752 1205 0 34599 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 143232

[startup+12.7004 s]
/proc/loadavg: 2.04 2.05 2.01 3/522 22428
/proc/meminfo: memFree=21398744/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=143232 CPUtime=12.67 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 38759 0 0 0 1261 6 0 0 25 0 1 0 801167038 146669568 34480 33554432000 4194304 9128323 140736342554640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 35808 34480 742 1205 0 34599 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 143232

[startup+25.5011 s]
/proc/loadavg: 2.03 2.04 2.01 3/522 22428
/proc/meminfo: memFree=21397504/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=144208 CPUtime=25.47 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 39125 0 0 0 2532 15 0 0 25 0 1 0 801167038 147668992 34777 33554432000 4194304 9128323 140736342554640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 36052 34777 674 1205 0 34843 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 144208

[startup+51.1004 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 22429
/proc/meminfo: memFree=21395956/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=147192 CPUtime=51.07 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 49988 0 0 0 5059 48 0 0 25 0 1 0 801167038 150724608 35181 33554432000 4194304 9128323 140736342554640 18446744073709551615 7315612 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 36798 35181 719 1205 0 35589 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 147192

[startup+102.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/522 22430
/proc/meminfo: memFree=21394636/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=147192 CPUtime=102.29 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 50039 0 0 0 10149 80 0 0 25 0 1 0 801167038 150724608 35232 33554432000 4194304 9128323 140736342554640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 36798 35232 719 1205 0 35589 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 147192

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 22432
/proc/meminfo: memFree=21366820/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=172336 CPUtime=162.28 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 68205 0 0 0 16094 134 0 0 25 0 1 0 801167038 176472064 41936 33554432000 4194304 9128323 140736342554640 18446744073709551615 7191101 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 43084 41936 729 1205 0 41875 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 172336

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 22434
/proc/meminfo: memFree=21369780/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=173624 CPUtime=222.28 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 76580 0 0 0 22055 173 0 0 25 0 1 0 801167038 177790976 41940 33554432000 4194304 9128323 140736342554640 18446744073709551615 7312704 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 43406 41940 729 1205 0 42197 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 173624

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/522 22435
/proc/meminfo: memFree=21366040/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=180468 CPUtime=282.28 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 90048 0 0 0 28014 214 0 0 25 0 1 0 801167038 184799232 43269 33554432000 4194304 9128323 140736342554640 18446744073709551615 7266730 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 45117 43269 729 1205 0 43908 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 180468

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/522 22437
/proc/meminfo: memFree=21351384/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=194696 CPUtime=342.29 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 105778 0 0 0 33970 259 0 0 25 0 1 0 801167038 199368704 46768 33554432000 4194304 9128323 140736342554640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 48674 46768 729 1205 0 47465 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 194696

[startup+402.301 s]
/proc/loadavg: 2.15 2.05 2.01 3/522 22438
/proc/meminfo: memFree=21339460/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=207332 CPUtime=402.29 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 109083 0 0 0 39936 293 0 0 25 0 1 0 801167038 212307968 50036 33554432000 4194304 9128323 140736342554640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 51833 50036 762 1205 0 50624 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 207332

[startup+462.301 s]
/proc/loadavg: 2.19 2.08 2.02 3/522 22440
/proc/meminfo: memFree=21325928/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=220548 CPUtime=462.29 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 124650 0 0 0 45893 336 0 0 25 0 1 0 801167038 225841152 53198 33554432000 4194304 9128323 140736342554640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 55137 53198 773 1205 0 53928 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 220548

[startup+522.301 s]
/proc/loadavg: 2.07 2.06 2.02 3/522 22442
/proc/meminfo: memFree=21310276/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=230416 CPUtime=522.29 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 137478 0 0 0 51850 379 0 0 25 0 1 0 801167038 235945984 56403 33554432000 4194304 9128323 140736342554640 18446744073709551615 7192528 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 57604 56403 751 1205 0 56395 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 230416

[startup+582.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/522 22452
/proc/meminfo: memFree=21293840/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=246636 CPUtime=582.29 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 160055 0 0 0 57802 427 0 0 25 0 1 0 801167038 252555264 60499 33554432000 4194304 9128323 140736342554640 18446744073709551615 7191101 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 61659 60499 729 1205 0 60450 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 246636

[startup+642.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/522 22460
/proc/meminfo: memFree=21241048/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=298580 CPUtime=882.3 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 196137 0 0 0 87609 621 0 0 25 0 1 0 801167038 305745920 72575 33554432000 4194304 9128323 140736342554640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 74645 72575 730 1205 0 73436 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 298580

[startup+942.301 s]
/proc/loadavg: 2.19 2.05 2.01 3/522 22489
/proc/meminfo: memFree=21173292/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=310964 CPUtime=942.31 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 199204 0 0 0 93574 657 0 0 25 0 1 0 801167038 318427136 75592 33554432000 4194304 9128323 140736342554640 18446744073709551615 7192336 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 77741 75592 732 1205 0 76532 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 310964

[startup+1002.3 s]
/proc/loadavg: 2.17 2.07 2.02 3/522 22490
/proc/meminfo: memFree=21137060/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=312788 CPUtime=1002.3 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 233154 0 0 0 99516 714 0 0 25 0 1 0 801167038 320294912 75792 33554432000 4194304 9128323 140736342554640 18446744073709551615 6673616 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 78197 75792 729 1205 0 76988 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 312788

[startup+1062.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/522 22492
/proc/meminfo: memFree=21132828/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=316676 CPUtime=1062.3 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 245430 0 0 0 105468 762 0 0 25 0 1 0 801167038 324276224 76912 33554432000 4194304 9128323 140736342554640 18446744073709551615 7162928 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 79169 76912 729 1205 0 77960 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 316676

[startup+1122.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/522 22494
/proc/meminfo: memFree=21130204/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=318420 CPUtime=1122.31 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 246309 0 0 0 111428 803 0 0 25 0 1 0 801167038 326062080 77791 33554432000 4194304 9128323 140736342554640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 79605 77791 729 1205 0 78396 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 318420

[startup+1182.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/522 22495
/proc/meminfo: memFree=21126468/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=322920 CPUtime=1182.31 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 258717 0 0 0 117379 852 0 0 25 0 1 0 801167038 330670080 78715 33554432000 4194304 9128323 140736342554640 18446744073709551615 6732552 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 80730 78715 729 1205 0 79521 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 322920

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 22497
/proc/meminfo: memFree=21117628/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=330784 CPUtime=1242.31 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 260834 0 0 0 123339 892 0 0 25 0 1 0 801167038 338722816 80832 33554432000 4194304 9128323 140736342554640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 82696 80832 729 1205 0 81487 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 330784

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 22498
/proc/meminfo: memFree=21105700/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=341632 CPUtime=1302.33 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 263597 0 0 0 129297 936 0 0 25 0 1 0 801167038 349831168 83567 33554432000 4194304 9128323 140736342554640 18446744073709551615 7177032 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 85408 83567 729 1205 0 84199 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 341632

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/522 22500
/proc/meminfo: memFree=21087588/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=351696 CPUtime=1362.32 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 265946 0 0 0 135251 981 0 0 25 0 1 0 801167038 360136704 85912 33554432000 4194304 9128323 140736342554640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 87924 85912 729 1205 0 86715 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 351696

[startup+1422.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/522 22502
/proc/meminfo: memFree=21066620/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=359252 CPUtime=1422.34 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 279339 0 0 0 141200 1034 0 0 25 0 1 0 801167038 367874048 88043 33554432000 4194304 9128323 140736342554640 18446744073709551615 7176977 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 89813 88043 729 1205 0 88604 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 359252

[startup+1482.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/522 22503
/proc/meminfo: memFree=21045016/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=373092 CPUtime=1482.32 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 282689 0 0 0 147155 1077 0 0 25 0 1 0 801167038 382046208 91391 33554432000 4194304 9128323 140736342554640 18446744073709551615 7267036 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 93273 91391 729 1205 0 92064 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 373092

[startup+1542.3 s]
/proc/loadavg: 2.15 2.06 2.02 3/522 22505
/proc/meminfo: memFree=21022544/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=385984 CPUtime=1542.33 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 285755 0 0 0 153114 1119 0 0 25 0 1 0 801167038 395247616 94389 33554432000 4194304 9128323 140736342554640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 96496 94389 729 1205 0 95287 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 385984

[startup+1602.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/522 22506
/proc/meminfo: memFree=21000712/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=394704 CPUtime=1602.32 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 288297 0 0 0 159072 1160 0 0 25 0 1 0 801167038 404176896 96913 33554432000 4194304 9128323 140736342554640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 98676 96913 729 1205 0 97467 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 394704

[startup+1662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 22508
/proc/meminfo: memFree=20976384/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=407360 CPUtime=1662.33 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 291140 0 0 0 165030 1203 0 0 25 0 1 0 801167038 417136640 99738 33554432000 4194304 9128323 140736342554640 18446744073709551615 7191120 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 101840 99738 732 1205 0 100631 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 407360

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/522 22510
/proc/meminfo: memFree=20952068/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=414916 CPUtime=1722.33 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 325352 0 0 0 170968 1265 0 0 25 0 1 0 801167038 424873984 102479 33554432000 4194304 9128323 140736342554640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 103729 102479 730 1205 0 102520 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 414916

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 22511
/proc/meminfo: memFree=20943860/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=411576 CPUtime=1782.33 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 333931 0 0 0 176916 1317 0 0 25 0 1 0 801167038 421453824 101658 33554432000 4194304 9128323 140736342554640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 102894 101658 730 1205 0 101685 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 411576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 22512
/proc/meminfo: memFree=20939024/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=411576 CPUtime=1800.04 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 333937 0 0 0 178674 1330 0 0 25 0 1 0 801167038 421453824 101664 33554432000 4194304 9128323 140736342554640 18446744073709551615 7049878 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22427/statm: 102894 101664 730 1205 0 101685 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 411576

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

Solver just ended. Dumping a history of the last processes samples

[startup+1800.12 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 22512
/proc/meminfo: memFree=20939024/32951124 swapFree=58800704/67111528
[pid=22427] ppid=22425 vsize=411576 CPUtime=1800.15 cores=1,3,5,7
/proc/22427/stat : 22427 (scip-2.0.1.4.li) R 22425 22427 18505 0 -1 4202496 333939 0 0 0 178685 1330 0 0 25 0 1 0 801167038 421453824 101666 33554432000 4194304 9128323 140736342554640 18446744073709551615 6663392 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22427/statm: 102894 101666 732 1205 0 101685 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 411576

Child status: 0
Real time (s): 1800.2
CPU time (s): 1800.23
CPU user time (s): 1786.91
CPU system time (s): 13.322
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 450508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.91
system time used= 13.322
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333941
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= 6
involuntary context switches= 19782

runsolver used 8.5287 second user time and 23.1385 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-03 09:51:56
IDJOB=3452756
IDBENCH=2241
IDSOLVER=1949
FILE ID=node142/3452756-1307087516
RUNJOBID= node142-1307082596-21775
PBS_JOBID= 13497844
Free space on /tmp= 73912 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-3.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452756-1307087516/watcher-3452756-1307087516 -o /tmp/evaluation-result-3452756-1307087516/solver-3452756-1307087516 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452756-1307087516.opb -t 1800 -m 15500

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

MD5SUM BENCH= c9380923d34e254cfa512f89027f1d42
RANDOM SEED=2069155043

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5131.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21537164 kB
Buffers:        223976 kB
Cached:         392212 kB
SwapCached:      11452 kB
Active:        9402068 kB
Inactive:      1750612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21537164 kB
SwapTotal:    67111528 kB
SwapFree:     58800704 kB
Dirty:           12812 kB
Writeback:           0 kB
AnonPages:    10533516 kB
Mapped:          34796 kB
Slab:           115360 kB
PageTables:      75116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145528548 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73896 MiB
End job on node142 at 2011-06-03 10:21:58