Trace number 3733300

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT-32 1793.68 1793.97

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-5.opb
MD5SUM7f24dba3f3d4b877b96bd50f5b27c089
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark42.7685
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved YES
Number of variables595
Total number of constraints28143
Number of constraints which are clauses28143
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 595
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 595
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 595
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.09/0.15	c SCIP version 1.1.0.7
0.09/0.15	c LP-Solver SoPlex 1.4.1
0.09/0.15	c user parameter file <scip.set> not found - using default parameters
0.09/0.15	c read problem <HOME/instance-3733300-1338701159.opb>
0.09/0.15	c original problem has 595 variables (595 bin, 0 int, 0 impl, 0 cont) and 28143 constraints
0.09/0.18	c start presolving problem
0.09/0.18	c presolving:
0.29/0.32	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 28143 upgd conss, 56286 impls, 0 clqs
0.39/0.48	c    (0.3s) probing: 101/595 (17.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.48	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.39/0.48	c presolving (2 rounds):
0.39/0.48	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.48	c  56286 implications, 0 cliques
0.39/0.48	c presolved problem has 595 variables (595 bin, 0 int, 0 impl, 0 cont) and 28143 constraints
0.39/0.48	c   28143 constraints of type <logicor>
0.39/0.48	c transformed objective value is always integral (scale: 1)
0.39/0.48	c Presolving Time: 0.29
0.39/0.49	c strange?!, PURESAT with obj
0.39/0.49	c -----------------------------------------------------------------------------------------------
0.39/0.49	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.49	c limits/memory = c 13950
0.39/0.49	c # maximal time in seconds to run
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.49	c limits/time = c 1791
0.39/0.49	c # frequency for displaying node information lines
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.49	c display/freq = c 10000
0.39/0.49	c -----------------------------------------------------------------------------------------------
0.39/0.49	c start solving problem
0.39/0.49	c 
0.79/0.80	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.80	c   0.6s|     1 |     0 |   596 |  32M|   0 | 595 | 595 |  28k|  28k| 595 |  28k|   0 |   0 |   0 |-2.975000e+02 |      --      |    Inf 
0.79/0.80	o 0
0.79/0.80	c r 0.6s|     1 |     0 |   596 |  32M|   0 | 595 | 595 |  28k|  28k| 595 |  28k|   0 |   0 |   0 |-2.975000e+02 | 0.000000e+00 | 100.00%
0.79/0.82	o -1
0.79/0.82	c R 0.6s|     1 |     0 |   596 |  32M|   0 | 595 | 595 |  28k|  28k| 595 |  28k|   0 |   0 |   0 |-2.975000e+02 |-1.000000e+00 |  99.66%
1.39/1.40	c   1.2s|     1 |     0 |   780 |  32M|   0 | 551 | 595 |  28k|  28k| 595 |  28k|   5 |   0 |   0 |-2.755000e+02 |-1.000000e+00 |  99.64%
1.99/2.08	c   1.9s|     1 |     0 |   956 |  32M|   0 | 518 | 595 |  28k|  28k| 595 |  28k|  12 |   0 |   0 |-2.590000e+02 |-1.000000e+00 |  99.61%
2.89/2.93	c   2.7s|     1 |     0 |  1171 |  32M|   0 | 473 | 595 |  28k|  28k| 595 |  28k|  31 |   0 |   0 |-2.365000e+02 |-1.000000e+00 |  99.58%
3.78/3.87	c   3.7s|     1 |     0 |  1316 |  32M|   0 | 442 | 595 |  28k|  28k| 595 |  28k|  39 |   0 |   0 |-2.198333e+02 |-1.000000e+00 |  99.55%
4.79/4.81	c   4.6s|     1 |     0 |  1482 |  32M|   0 | 411 | 595 |  28k|  28k| 595 |  28k|  47 |   0 |   0 |-2.043333e+02 |-1.000000e+00 |  99.51%
5.89/5.93	c   5.7s|     1 |     0 |  1806 |  32M|   0 | 380 | 595 |  28k|  28k| 595 |  28k|  53 |   0 |   0 |-1.892500e+02 |-1.000000e+00 |  99.47%
7.09/7.11	c   6.9s|     1 |     0 |  2134 |  32M|   0 | 349 | 595 |  28k|  28k| 595 |  28k|  63 |   0 |   0 |-1.737500e+02 |-1.000000e+00 |  99.42%
8.19/8.25	c   8.0s|     1 |     0 |  2359 |  32M|   0 | 318 | 595 |  28k|  28k| 595 |  28k|  68 |   0 |   0 |-1.590000e+02 |-1.000000e+00 |  99.37%
9.29/9.39	c   9.2s|     1 |     0 |  2668 |  32M|   0 | 274 | 595 |  28k|  28k| 595 |  28k|  76 |   0 |   0 |-1.370000e+02 |-1.000000e+00 |  99.27%
10.39/10.45	c  10.2s|     1 |     0 |  2967 |  32M|   0 | 244 | 595 |  28k|  28k| 595 |  28k|  83 |   0 |   0 |-1.220000e+02 |-1.000000e+00 |  99.18%
10.89/11.00	c  10.8s|     1 |     0 |  3327 |  32M|   0 | 200 | 595 |  28k|  28k| 595 |  28k|  91 |   0 |   0 |-1.000000e+02 |-1.000000e+00 |  99.00%
11.58/11.60	c  11.4s|     1 |     0 |  3675 |  32M|   0 | 169 | 595 |  28k|  28k| 595 |  28k|  96 |   0 |   0 |-8.450000e+01 |-1.000000e+00 |  98.82%
11.88/11.91	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.88/11.91	c  11.7s|     1 |     0 |  3769 |  32M|   0 | 154 | 595 |  28k|  28k| 595 |  28k| 100 |   0 |   0 |-7.700000e+01 |-1.000000e+00 |  98.70%
12.18/12.28	c  12.1s|     1 |     0 |  3962 |  32M|   0 | 129 | 595 |  28k|  28k| 595 |  28k| 106 |   0 |   0 |-6.450000e+01 |-1.000000e+00 |  98.45%
12.59/12.69	c  12.5s|     1 |     0 |  4168 |  32M|   0 | 104 | 595 |  28k|  28k| 595 |  28k| 110 |   0 |   0 |-5.200000e+01 |-1.000000e+00 |  98.08%
12.99/13.10	c  12.9s|     1 |     0 |  4404 |  32M|   0 |  81 | 595 |  28k|  28k| 595 |  28k| 115 |   0 |   0 |-4.050000e+01 |-1.000000e+00 |  97.53%
13.39/13.44	c  13.2s|     1 |     0 |  4575 |  32M|   0 | 136 | 595 |  28k|  28k| 595 |  28k| 120 |   0 |   0 |-3.500000e+01 |-1.000000e+00 |  97.14%
13.39/13.45	o -1
13.39/13.45	c s13.2s|     1 |     0 |  4575 |  32M|   0 | 136 | 595 |  28k|  28k| 595 |  28k| 120 |   0 |   0 |-3.500000e+01 |-1.000000e+00 |  97.14%
13.69/13.75	c  13.5s|     1 |     0 |  4651 |  32M|   0 | 108 | 595 |  28k|  28k| 595 |  28k| 131 |   0 |   0 |-3.500000e+01 |-1.000000e+00 |  97.14%
13.69/13.75	o -2
13.69/13.75	c R13.5s|     1 |     0 |  4651 |  32M|   0 | 108 | 595 |  28k|  28k| 595 |  28k| 131 |   0 |   0 |-3.500000e+01 |-2.000000e+00 |  94.29%
14.08/14.10	c  13.9s|     1 |     0 |  4749 |  32M|   0 | 145 | 595 |  28k|  28k| 595 |  28k| 141 |   0 |   0 |-3.500000e+01 |-2.000000e+00 |  94.29%
15.09/15.15	c  14.9s|     1 |     0 |  4875 |  32M|   0 | 144 | 595 |  28k|  28k| 595 |  28k| 151 |   0 |   0 |-3.500000e+01 |-2.000000e+00 |  94.29%
18.39/18.40	c  18.2s|     1 |     0 |  4965 |  32M|   0 | 146 | 595 |  28k|  28k| 595 |  28k| 158 |   0 |   0 |-3.500000e+01 |-2.000000e+00 |  94.29%
18.39/18.41	o -2
18.39/18.41	c s18.2s|     1 |     0 |  4965 |  32M|   0 | 146 | 595 |  28k|  28k| 595 |  28k| 158 |   0 |   0 |-3.500000e+01 |-2.000000e+00 |  94.29%
21.69/21.74	c  21.5s|     1 |     0 |  5038 |  32M|   0 | 143 | 595 |  28k|  28k| 595 |  28k| 167 |   0 |   0 |-3.500000e+01 |-2.000000e+00 |  94.29%
25.19/25.20	c  24.9s|     1 |     0 |  5206 |  32M|   0 | 137 | 595 |  28k|  28k| 595 |  28k| 180 |   0 |   0 |-3.500000e+01 |-2.000000e+00 |  94.29%
25.19/25.22	o -26
25.19/25.22	c k25.0s|     1 |     0 |  5206 |  32M|   0 | 137 | 595 |  28k|  28k| 595 |  28k| 180 |   0 |   0 |-3.500000e+01 |-2.600000e+01 |  25.71%
26.09/26.19	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.09/26.19	c  25.9s|     1 |     0 |  5206 |  32M|   0 | 137 | 595 |  28k|  28k| 595 |  28k| 180 |   0 |   0 |-3.500000e+01 |-2.600000e+01 |  25.71%
26.48/26.56	c  26.3s|     1 |     0 |  5409 |  32M|   0 | 120 | 595 |  28k|  28k| 595 |  28k| 192 |   0 |   0 |-3.500000e+01 |-2.600000e+01 |  25.71%
39.59/39.63	c  39.3s|     1 |     2 |  5409 |  32M|   0 | 120 | 595 |  28k|  28k| 595 |  28k| 192 |   0 |  33 |-3.500000e+01 |-2.600000e+01 |  25.71%
75.48/75.54	o -27
75.48/75.54	c *75.2s|    15 |     9 |  6895 |  33M|  12 |   - | 595 |  28k|  23k| 595 |  28k| 192 |   0 | 360 |-3.500000e+01 |-2.700000e+01 |  22.86%
111.27/111.30	o -28
111.27/111.30	c c 111s|    31 |    17 |  8634 |  33M|  15 |   - | 595 |  28k|  16k| 595 |  28k| 192 |   0 | 654 |-3.500000e+01 |-2.800000e+01 |  20.00%
152.87/152.91	o -29
152.87/152.91	c * 152s|   215 |   100 | 14987 |  34M|  28 |   - | 595 |  28k|  13k| 595 |  28k| 192 |   0 |1079 |-3.500000e+01 |-2.900000e+01 |  17.14%
155.76/155.81	o -30
155.76/155.81	c * 155s|   271 |   109 | 16661 |  34M|  28 |   - | 595 |  28k|  12k| 595 |  28k| 192 |   0 |1095 |-3.500000e+01 |-3.000000e+01 |  14.29%
194.84/194.96	o -31
194.84/194.96	c * 194s|  1338 |   341 | 46924 |  36M|  45 |   - | 595 |  28k|5272 | 595 |  28k| 192 |   0 |1238 |-3.500000e+01 |-3.100000e+01 |  11.43%
581.38/581.58	c   581s| 10000 |  3543 |371935 |  64M|  68 |  50 | 595 |  28k|6982 | 595 |  28k| 192 |   0 |2513 |-3.500000e+01 |-3.100000e+01 |  11.43%
994.42/994.63	c   993s| 20000 |  7187 |734918 |  95M|  72 |  76 | 595 |  28k|6130 | 595 |  28k| 192 |   0 |3732 |-3.500000e+01 |-3.100000e+01 |  11.43%
1070.31/1070.52	o -32
1070.31/1070.52	c *1069s| 22398 |  4791 |808388 |  77M|  72 |   - | 595 |  28k|5622 | 595 |  28k| 192 |   0 |3800 |-3.500000e+01 |-3.200000e+01 |   8.57%
1323.96/1324.22	c  1322s| 30000 |  6221 |  1039k|  89M|  72 |  63 | 595 |  28k|7204 | 595 |  28k| 192 |   0 |4337 |-3.500000e+01 |-3.200000e+01 |   8.57%
1651.71/1652.01	c  1649s| 40000 |  8117 |  1357k| 106M|  72 |   - | 595 |  28k|4750 | 595 |  28k| 192 |   0 |4729 |-3.500000e+01 |-3.200000e+01 |   8.57%
1793.50/1793.89	c 
1793.50/1793.89	c SCIP Status        : solving was interrupted [time limit reached]
1793.50/1793.89	c Solving Time (sec) : 1791.00
1793.50/1793.89	c Solving Nodes      : 44231
1793.50/1793.89	c Primal Bound       : -3.20000000000000e+01 (469 solutions)
1793.50/1793.89	c Dual Bound         : -3.50000000000000e+01
1793.50/1793.89	c Gap                : 8.57 %
1793.50/1793.89	c NODE         44231
1793.50/1793.89	c DUAL BOUND   -35
1793.50/1793.89	c PRIMAL BOUND -32
1793.50/1793.89	c GAP          0.0857143
1793.50/1793.89	s SATISFIABLE
1793.50/1793.89	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 
1793.50/1793.89	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 
1793.50/1793.89	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 -x79 
1793.50/1793.89	v -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 
1793.50/1793.89	v -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 
1793.50/1793.89	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
1793.50/1793.89	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 
1793.50/1793.89	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 
1793.50/1793.89	v -x188 -x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 
1793.50/1793.89	v -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 
1793.50/1793.89	v -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 x246 -x247 -x248 -x249 -x250 
1793.50/1793.89	v -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 -x271 
1793.50/1793.89	v -x272 -x273 -x274 -x275 x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 
1793.50/1793.89	v -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 x312 -x313 
1793.50/1793.89	v -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 
1793.50/1793.89	v -x335 -x336 -x337 -x338 -x339 x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 x351 -x352 -x353 -x354 -x355 
1793.50/1793.89	v -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 x371 -x372 -x373 -x374 -x375 -x376 
1793.50/1793.89	v -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 
1793.50/1793.89	v -x398 -x399 -x400 -x401 x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 x418 
1793.50/1793.89	v -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 
1793.50/1793.89	v -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 x457 -x458 -x459 -x460 
1793.50/1793.89	v -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 
1793.50/1793.89	v x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 
1793.50/1793.89	v -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 
1793.50/1793.89	v -x524 -x525 -x526 -x527 x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 
1793.50/1793.89	v -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 x560 -x561 -x562 -x563 -x564 -x565 
1793.50/1793.89	v -x566 -x567 -x568 -x569 -x570 -x571 -x572 x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 
1793.50/1793.89	v -x587 -x588 x589 -x590 -x591 -x592 -x593 -x594 -x595 
1793.50/1793.89	c SCIP Status        : solving was interrupted [time limit reached]
1793.50/1793.89	c Solving Time       :    1791.00
1793.50/1793.89	c Original Problem   :
1793.50/1793.89	c   Problem name     : HOME/instance-3733300-1338701159.opb
1793.50/1793.89	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
1793.50/1793.89	c   Constraints      : 28143 initial, 28143 maximal
1793.50/1793.89	c Presolved Problem  :
1793.50/1793.89	c   Problem name     : t_HOME/instance-3733300-1338701159.opb
1793.50/1793.89	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
1793.50/1793.89	c   Constraints      : 28143 initial, 28143 maximal
1793.50/1793.89	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1793.50/1793.89	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1793.50/1793.89	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1793.50/1793.89	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1793.50/1793.89	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1793.50/1793.89	c   implics          :       0.00          0          0          0          0          0          0          0          0
1793.50/1793.89	c   probing          :       0.15          0          0          0          0          0          0          0          0
1793.50/1793.89	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1793.50/1793.89	c   root node        :          -          0          -          -          0          -          -          -          -
1793.50/1793.89	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1793.50/1793.89	c   integral         :          0          0          0      28676          0         78        825          0          0      56358
1793.50/1793.89	c   logicor          :      28143         24      48572          5          1          0     666229          0          0          0
1793.50/1793.89	c   countsols        :          0          0          0          5          1          0          0          0          0          0
1793.50/1793.89	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1793.50/1793.89	c   integral         :     316.06       0.00       0.00     316.06       0.00
1793.50/1793.89	c   logicor          :      15.93       0.03      15.89       0.01       0.00
1793.50/1793.89	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1793.50/1793.89	c Propagators        :       Time      Calls    Cutoffs    DomReds
1793.50/1793.89	c   rootredcost      :       0.04          6          0          0
1793.50/1793.89	c   pseudoobj        :       1.83      79910          0          0
1793.50/1793.89	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1793.50/1793.89	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1793.50/1793.89	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1793.50/1793.89	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1793.50/1793.89	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1793.50/1793.89	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1793.50/1793.89	c   applied globally :          -          -          -          0        0.0          -          -          -
1793.50/1793.89	c   applied locally  :          -          -          -          0        0.0          -          -          -
1793.50/1793.89	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1793.50/1793.89	c   cut pool         :       0.00         23          -          -         46          -    (maximal pool size: 495)
1793.50/1793.89	c   redcost          :       0.36      28854          0        174          0          0
1793.50/1793.89	c   impliedbounds    :       0.01         24          0          0          0          0
1793.50/1793.89	c   intobj           :       0.00          0          0          0          0          0
1793.50/1793.89	c   gomory           :      12.42         24          0          0      10761          0
1793.50/1793.89	c   strongcg         :       2.16         20          0          0      10000          0
1793.50/1793.89	c   cmir             :       2.25         10          0          0          0          0
1793.50/1793.89	c   flowcover        :       2.40         10          0          0          0          0
1793.50/1793.89	c   clique           :       0.36         24          0          0        212          0
1793.50/1793.89	c   zerohalf         :       0.00          0          0          0          0          0
1793.50/1793.89	c   mcf              :       0.01          1          0          0          0          0
1793.50/1793.89	c Pricers            :       Time      Calls       Vars
1793.50/1793.89	c   problem variables:       0.00          0          0
1793.50/1793.89	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1793.50/1793.89	c   relpscost        :     316.04      28671         78        825          0          0      56358
1793.50/1793.89	c   pscost           :       0.00          0          0          0          0          0          0
1793.50/1793.89	c   inference        :       0.00          1          0          0          0          0          2
1793.50/1793.89	c   mostinf          :       0.00          0          0          0          0          0          0
1793.50/1793.89	c   leastinf         :       0.00          0          0          0          0          0          0
1793.50/1793.89	c   fullstrong       :       0.00          0          0          0          0          0          0
1793.50/1793.89	c   allfullstrong    :       0.00          0          0          0          0          0          0
1793.50/1793.89	c   random           :       0.00          0          0          0          0          0          0
1793.50/1793.89	c Primal Heuristics  :       Time      Calls      Found
1793.50/1793.89	c   LP solutions     :       0.01          -          5
1793.50/1793.89	c   pseudo solutions :       0.00          -          0
1793.50/1793.89	c   feaspump         :       0.01          0          0
1793.50/1793.89	c   intshifting      :       0.00          0          0
1793.50/1793.89	c   oneopt           :       0.07          7          1
1793.50/1793.89	c   crossover        :       1.33         15          2
1793.50/1793.89	c   guideddiving     :      21.09         76          6
1793.50/1793.89	c   coefdiving       :      17.70         77          8
1793.50/1793.89	c   pscostdiving     :       8.90         77          9
1793.50/1793.89	c   fracdiving       :      19.63         77          4
1793.50/1793.89	c   veclendiving     :      11.96         77          0
1793.50/1793.89	c   linesearchdiving :       7.81         77          2
1793.50/1793.89	c   objpscostdiving  :      10.91         39        125
1793.50/1793.89	c   rootsoldiving    :       8.06         39         71
1793.50/1793.89	c   simplerounding   :       0.61      28695        228
1793.50/1793.89	c   rounding         :      12.16      10297          2
1793.50/1793.89	c   shifting         :       3.94       2678          5
1793.50/1793.89	c   fixandinfer      :       0.00          0          0
1793.50/1793.89	c   intdiving        :       0.00          0          0
1793.50/1793.89	c   actconsdiving    :       0.00          0          0
1793.50/1793.89	c   octane           :       0.00          0          0
1793.50/1793.89	c   rens             :       0.94          1          1
1793.50/1793.89	c   rins             :       0.00          0          0
1793.50/1793.89	c   localbranching   :       0.00          0          0
1793.50/1793.89	c   mutation         :       0.00          0          0
1793.50/1793.89	c   dins             :       0.00          0          0
1793.50/1793.89	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1793.50/1793.89	c   primal LP        :       0.04          0          0       0.00       0.00
1793.50/1793.89	c   dual LP          :    1181.18      44668    1413491      31.64    1196.68
1793.50/1793.89	c   barrier LP       :       0.00          0          0       0.00          -
1793.50/1793.89	c   diving/probing LP:      90.99       5762      79617      13.82     875.01
1793.50/1793.89	c   strong branching :     315.03       5015     329868      65.78    1047.10
1793.50/1793.89	c     (at root node) :          -         33      12358     374.48          -
1793.50/1793.89	c   conflict analysis:       0.00          0          0       0.00          -
1793.50/1793.89	c B&B Tree           :
1793.50/1793.89	c   number of runs   :          1
1793.50/1793.89	c   nodes            :      44231
1793.50/1793.89	c   nodes (total)    :      44231
1793.50/1793.89	c   nodes left       :       8930
1793.50/1793.89	c   max depth        :         72
1793.50/1793.89	c   max depth (total):         72
1793.50/1793.89	c   backtracks       :       4938 (11.2%)
1793.50/1793.89	c   delayed cutoffs  :          0
1793.50/1793.89	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1793.50/1793.89	c   avg switch length:       5.01
1793.50/1793.89	c   switching time   :      22.65
1793.50/1793.89	c Solution           :
1793.50/1793.89	c   Solutions found  :        469 (12 improvements)
1793.50/1793.89	c   Primal Bound     : -3.20000000000000e+01   (in run 1, after 22398 nodes, 1068.79 seconds, depth 16, found by <relaxation>)
1793.50/1793.89	c   Dual Bound       : -3.50000000000000e+01
1793.50/1793.89	c   Gap              :       8.57 %
1793.50/1793.89	c   Root Dual Bound  : -3.50000000000000e+01
1793.60/1793.97	c Time complete: 1793.66.

Verifier Data

OK	-32

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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.00 2.00 2.00 3/174 25946
/proc/meminfo: memFree=23519880/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 1541 0 0 0 0 0 0 0 20 0 1 0 336244420 8937472 1493 33554432000 4194304 7823515 140734048484064 140734048350168 6883856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 2237 1495 349 887 0 1347 0

[startup+0.041057 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 25946
/proc/meminfo: memFree=23519880/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=12420 CPUtime=0.03 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 2458 0 0 0 3 0 0 0 20 0 1 0 336244420 12718080 2410 33554432000 4194304 7823515 140734048484064 140734048350168 4511625 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 3105 2410 354 887 0 2215 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12420

[startup+0.100232 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 25946
/proc/meminfo: memFree=23519880/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=16896 CPUtime=0.09 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 3565 0 0 0 9 0 0 0 20 0 1 0 336244420 17301504 3517 33554432000 4194304 7823515 140734048484064 140734048350168 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 4224 3517 354 887 0 3334 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16896

[startup+0.300265 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 25946
/proc/meminfo: memFree=23519880/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=49768 CPUtime=0.29 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 12588 0 0 0 27 2 0 0 20 0 1 0 336244420 50962432 11432 33554432000 4194304 7823515 140734048484064 140734048350168 5875138 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 12442 11432 421 887 0 11552 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49768

[startup+0.700249 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 25946
/proc/meminfo: memFree=23519880/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=80836 CPUtime=0.69 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 19567 0 0 0 65 4 0 0 20 0 1 0 336244420 82776064 18504 33554432000 4194304 7823515 140734048484064 140734048480744 6237344 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 20209 18505 506 887 0 19319 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 80836

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 25947
/proc/meminfo: memFree=23443608/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=91336 CPUtime=1.49 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 21303 0 0 0 144 5 0 0 20 0 1 0 336244420 93528064 20430 33554432000 4194304 7823515 140734048484064 140734048479160 5965368 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 22834 20430 547 887 0 21944 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91336

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 25947
/proc/meminfo: memFree=23437392/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=93232 CPUtime=3.09 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 22336 0 0 0 304 5 0 0 20 0 1 0 336244420 95469568 21462 33554432000 4194304 7823515 140734048484064 140734048479816 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 23308 21462 547 887 0 22418 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93232

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 25947
/proc/meminfo: memFree=23434844/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=93512 CPUtime=6.29 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 22598 0 0 0 623 6 0 0 20 0 1 0 336244420 95756288 21724 33554432000 4194304 7823515 140734048484064 140734048479864 5575805 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 23378 21724 548 887 0 22488 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93512

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 25947
/proc/meminfo: memFree=23433124/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=93512 CPUtime=12.69 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 22866 0 0 0 1262 7 0 0 20 0 1 0 336244420 95756288 21992 33554432000 4194304 7823515 140734048484064 140734048479256 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 23378 21992 548 887 0 22488 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 93512

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 25948
/proc/meminfo: memFree=23429380/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=124916 CPUtime=25.48 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 30609 0 0 0 2536 12 0 0 20 0 1 0 336244420 127913984 29734 33554432000 4194304 7823515 140734048484064 140734048477832 6208344 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 31229 29734 564 887 0 30339 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 124916

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 25948
/proc/meminfo: memFree=23401584/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=124916 CPUtime=51.08 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 30649 0 0 0 5093 15 0 0 20 0 1 0 336244420 127913984 29774 33554432000 4194304 7823515 140734048484064 140734048478760 6212327 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 31229 29774 570 887 0 30339 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 124916

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 25948
/proc/meminfo: memFree=23328252/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=124916 CPUtime=102.28 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 30650 0 0 0 10208 20 0 0 20 0 1 0 336244420 127913984 29775 33554432000 4194304 7823515 140734048484064 140734048479112 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 31229 29775 571 887 0 30339 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 124916

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 25948
/proc/meminfo: memFree=23325552/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=124916 CPUtime=162.25 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 30657 0 0 0 16200 25 0 0 20 0 1 0 336244420 127913984 30061 33554432000 4194304 7823515 140734048484064 140734048479400 6158161 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 31229 30061 571 887 0 30339 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 124916

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 25948
/proc/meminfo: memFree=23318908/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=128756 CPUtime=222.24 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 31703 0 0 0 22189 35 0 0 20 0 1 0 336244420 131846144 31748 33554432000 4194304 7823515 140734048484064 140734048479400 6234850 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 32189 31748 576 887 0 31299 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 128756

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25951
/proc/meminfo: memFree=23323860/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=124484 CPUtime=282.23 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 32421 0 0 0 28180 43 0 0 20 0 1 0 336244420 127471616 30718 33554432000 4194304 7823515 140734048484064 140734048478760 5994832 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 31121 30718 577 887 0 30231 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 124484

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 25952
/proc/meminfo: memFree=23323308/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=124484 CPUtime=342.22 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 35655 0 0 0 34172 50 0 0 20 0 1 0 336244420 127471616 30718 33554432000 4194304 7823515 140734048484064 140734048479400 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 31121 30718 577 887 0 30231 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 124484

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 25952
/proc/meminfo: memFree=23323428/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=124484 CPUtime=402.21 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 35655 0 0 0 40165 56 0 0 20 0 1 0 336244420 127471616 30718 33554432000 4194304 7823515 140734048484064 140734048479960 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 31121 30718 577 887 0 30231 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 124484

[startup+462.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 25952
/proc/meminfo: memFree=23323428/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=124484 CPUtime=462.21 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 35655 0 0 0 46160 61 0 0 20 0 1 0 336244420 127471616 30718 33554432000 4194304 7823515 140734048484064 140734048479912 4266257 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 31121 30718 577 887 0 30231 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 124484

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 25952
/proc/meminfo: memFree=23323552/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=124484 CPUtime=522.19 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 41375 0 0 0 52150 69 0 0 20 0 1 0 336244420 127471616 30718 33554432000 4194304 7823515 140734048484064 140734048480552 5391539 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 31121 30718 577 887 0 30231 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 124484

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 25952
/proc/meminfo: memFree=23320452/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=127476 CPUtime=582.18 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 48520 0 0 0 58142 76 0 0 20 0 1 0 336244420 130535424 31466 33554432000 4194304 7823515 140734048484064 140734048479752 4218725 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 31869 31466 577 887 0 30979 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 127476

[startup+642.3 s]

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

/proc/meminfo: memFree=23268224/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=165248 CPUtime=1062.11 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 57593 0 0 0 106074 137 0 0 20 0 1 0 336244420 169213952 40627 33554432000 4194304 7823515 140734048484064 140734048479752 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 41312 40627 577 887 0 40422 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 165248

[startup+1122.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/174 25958
/proc/meminfo: memFree=23269832/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=165000 CPUtime=1122.1 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 89205 0 0 0 112056 154 0 0 20 0 1 0 336244420 168960000 40500 33554432000 4194304 7823515 140734048484064 140734048480968 6109344 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 41250 40500 577 887 0 40360 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 165000

[startup+1182.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/175 25959
/proc/meminfo: memFree=23266472/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=164900 CPUtime=1182.09 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 96775 0 0 0 118045 164 0 0 20 0 1 0 336244420 168857600 40686 33554432000 4194304 7823515 140734048484064 140734048478760 4266257 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 41225 40686 577 887 0 40335 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 164900

[startup+1242.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/175 25960
/proc/meminfo: memFree=23266332/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=166240 CPUtime=1242.08 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 96900 0 0 0 124037 171 0 0 20 0 1 0 336244420 170229760 40807 33554432000 4194304 7823515 140734048484064 140734048479752 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 41560 40807 577 887 0 40670 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 166240

[startup+1302.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/175 25960
/proc/meminfo: memFree=23294692/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=166516 CPUtime=1302.07 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 104599 0 0 0 130027 180 0 0 20 0 1 0 336244420 170512384 40843 33554432000 4194304 7823515 140734048484064 140734048479864 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 41629 40843 577 887 0 40739 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 166516

[startup+1362.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/175 25960
/proc/meminfo: memFree=23293824/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=167388 CPUtime=1362.06 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 104817 0 0 0 136016 190 0 0 20 0 1 0 336244420 171405312 41061 33554432000 4194304 7823515 140734048484064 140734048480552 6135967 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 41847 41061 577 887 0 40957 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 167388

[startup+1422.31 s]
/proc/loadavg: 2.02 2.04 2.00 3/175 25960
/proc/meminfo: memFree=23293824/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=167388 CPUtime=1422.06 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 104924 0 0 0 142009 197 0 0 20 0 1 0 336244420 171405312 41168 33554432000 4194304 7823515 140734048484064 140734048479080 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 41847 41168 577 887 0 40957 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 167388

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/176 25963
/proc/meminfo: memFree=23294560/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=167096 CPUtime=1482.04 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 112940 0 0 0 147998 206 0 0 20 0 1 0 336244420 171106304 40935 33554432000 4194304 7823515 140734048484064 140734048479912 6158131 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 41774 40935 577 887 0 40884 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 167096

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 25964
/proc/meminfo: memFree=23293452/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=167096 CPUtime=1542.03 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 113170 0 0 0 153989 214 0 0 20 0 1 0 336244420 171106304 41165 33554432000 4194304 7823515 140734048484064 140734048479400 6212552 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 41774 41165 577 887 0 40884 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 167096

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 25964
/proc/meminfo: memFree=23290844/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=170368 CPUtime=1602.02 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 113807 0 0 0 159979 223 0 0 20 0 1 0 336244420 174456832 41801 33554432000 4194304 7823515 140734048484064 140734048479080 6211327 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 42592 41801 577 887 0 41702 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 170368

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/175 26002
/proc/meminfo: memFree=23655232/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=174704 CPUtime=1662.01 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 114918 0 0 0 165971 230 0 0 20 0 1 0 336244420 178896896 42912 33554432000 4194304 7823515 140734048484064 140734048479080 6036402 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 43676 42912 577 887 0 42786 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 174704

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/175 26002
/proc/meminfo: memFree=23648428/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=177952 CPUtime=1722.01 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 115708 0 0 0 171964 237 0 0 20 0 1 0 336244420 182222848 43702 33554432000 4194304 7823515 140734048484064 140734048479864 6109382 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 44488 43702 577 887 0 43598 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 177952

[startup+1782.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/175 26002
/proc/meminfo: memFree=23637864/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=180376 CPUtime=1782 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 116432 0 0 0 177956 244 0 0 20 0 1 0 336244420 184705024 44424 33554432000 4194304 7823515 140734048484064 140734048479272 6110592 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 45094 44424 577 887 0 44204 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 180376

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

[startup+1785.5 s]
/proc/loadavg: 2.12 2.06 2.01 3/175 26002
/proc/meminfo: memFree=23636608/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=181152 CPUtime=1785.19 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 116540 0 0 0 178275 244 0 0 20 0 1 0 336244420 185499648 44532 33554432000 4194304 7823515 140734048484064 140734048479400 6212749 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 45288 44532 577 887 0 44398 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 181152

[startup+1788.7 s]
/proc/loadavg: 2.12 2.06 2.01 3/175 26002
/proc/meminfo: memFree=23636112/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=181704 CPUtime=1788.39 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 116643 0 0 0 178595 244 0 0 20 0 1 0 336244420 186064896 44635 33554432000 4194304 7823515 140734048484064 140734048478760 6162825 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 45426 44635 577 887 0 44536 0
Current children cumulated CPU time (s) 1788.39
Current children cumulated vsize (KiB) 181704

[startup+1791.91 s]
/proc/loadavg: 2.11 2.05 2.01 3/175 26002
/proc/meminfo: memFree=23635740/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=181704 CPUtime=1791.6 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 116661 0 0 0 178915 245 0 0 20 0 1 0 336244420 186064896 44653 33554432000 4194304 7823515 140734048484064 140734048479864 4253576 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 45426 44653 577 887 0 44536 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 181704

[startup+1792.7 s]
/proc/loadavg: 2.11 2.05 2.01 3/175 26002
/proc/meminfo: memFree=23635740/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=181704 CPUtime=1792.4 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 116667 0 0 0 178995 245 0 0 20 0 1 0 336244420 186064896 44659 33554432000 4194304 7823515 140734048484064 140734048479864 6212075 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 45426 44659 577 887 0 44536 0
Current children cumulated CPU time (s) 1792.4
Current children cumulated vsize (KiB) 181704

[startup+1793.5 s]
/proc/loadavg: 2.11 2.05 2.01 3/175 26002
/proc/meminfo: memFree=23635864/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=181704 CPUtime=1793.2 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 116667 0 0 0 179075 245 0 0 20 0 1 0 336244420 186064896 44659 33554432000 4194304 7823515 140734048484064 140734048480552 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 45426 44659 577 887 0 44536 0
Current children cumulated CPU time (s) 1793.2
Current children cumulated vsize (KiB) 181704

[startup+1793.9 s]
/proc/loadavg: 2.11 2.05 2.01 3/175 26002
/proc/meminfo: memFree=23635864/32873844 swapFree=7112/7112
[pid=25946] ppid=25944 vsize=181704 CPUtime=1793.6 cores=1,3,5,7
/proc/25946/stat : 25946 (pbscip.linux.x8) R 25944 25946 13043 0 -1 4202496 116669 0 0 0 179115 245 0 0 20 0 1 0 336244420 186064896 44661 33554432000 4194304 7823515 140734048484064 140734048480552 4209630 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25946/statm: 45426 44661 579 887 0 44536 0
Current children cumulated CPU time (s) 1793.6
Current children cumulated vsize (KiB) 181704

Child status: 0
Real time (s): 1793.97
CPU time (s): 1793.68
CPU user time (s): 1791.22
CPU system time (s): 2.45863
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 195244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.22
system time used= 2.45863
maximum resident set size= 193264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116672
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= 35
involuntary context switches= 1845

runsolver used 5.77412 second user time and 16.5435 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-03 07:25:59
IDJOB=3733300
IDBENCH=2271
IDSOLVER=2321
FILE ID=node104/3733300-1338701159
RUNJOBID= node104-1338679216-21696
PBS_JOBID= 14636709
Free space on /tmp= 66420 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-5.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733300-1338701159/watcher-3733300-1338701159 -o /tmp/evaluation-result-3733300-1338701159/solver-3733300-1338701159 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3733300-1338701159.opb

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

MD5SUM BENCH= 7f24dba3f3d4b877b96bd50f5b27c089
RANDOM SEED=1878009632

node104.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.266
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.53
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.266
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	: 5331.91
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.266
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	: 5331.91
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.266
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	: 5331.92
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.266
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	: 5331.91
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.266
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	: 5331.91
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.266
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	: 5331.91
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.266
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	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        23520260 kB
Buffers:          553880 kB
Cached:          7436452 kB
SwapCached:          708 kB
Active:          5133628 kB
Inactive:        3214732 kB
Active(anon):     349536 kB
Inactive(anon):     8092 kB
Active(file):    4784092 kB
Inactive(file):  3206640 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105164 kB
Dirty:             10544 kB
Writeback:             0 kB
AnonPages:        361464 kB
Mapped:            16496 kB
Shmem:                 8 kB
Slab:             864996 kB
SReclaimable:     307364 kB
SUnreclaim:       557632 kB
KernelStack:        1440 kB
PageTables:         4528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     468584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 66412 MiB
End job on node104 at 2012-06-03 07:55:53