Trace number 3731529

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 (TO)189 1800.06 1800.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
MD5SUM1e2b8f542cc5dec610d6e9b4663a878b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark189
Best CPU time to get the best result obtained on this benchmark1796.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 183
Optimality of the best value was proved NO
Number of variables473
Total number of constraints472
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints472
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 473
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 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
Number of bits of the biggest sum of numbers9
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.01	c SCIP version 1.1.0.7
0.00/0.01	c LP-Solver SoPlex 1.4.1
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-3731529-1338689599.opb>
0.00/0.01	c original problem has 473 variables (473 bin, 0 int, 0 impl, 0 cont) and 472 constraints
0.00/0.01	c start presolving problem
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 24 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 24 chg coeffs, 472 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 3) 0 del vars, 6 del conss, 0 chg bounds, 163 chg sides, 357 chg coeffs, 472 upgd conss, 208 impls, 0 clqs
0.00/0.02	c (round 4) 0 del vars, 42 del conss, 0 chg bounds, 265 chg sides, 484 chg coeffs, 472 upgd conss, 208 impls, 0 clqs
0.00/0.02	c (round 5) 0 del vars, 47 del conss, 0 chg bounds, 302 chg sides, 544 chg coeffs, 472 upgd conss, 208 impls, 0 clqs
0.00/0.02	c (round 6) 0 del vars, 123 del conss, 0 chg bounds, 304 chg sides, 550 chg coeffs, 472 upgd conss, 208 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 101/473 (21.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (7 rounds):
0.00/0.02	c  0 deleted vars, 123 deleted constraints, 0 tightened bounds, 0 added holes, 304 changed sides, 550 changed coefficients
0.00/0.02	c  208 implications, 0 cliques
0.00/0.02	c presolved problem has 473 variables (473 bin, 0 int, 0 impl, 0 cont) and 545 constraints
0.00/0.02	c     440 constraints of type <knapsack>
0.00/0.02	c     104 constraints of type <setppc>
0.00/0.02	c       1 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.02
0.00/0.03	c OPT-LIN
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = c 13950
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = c 1791
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = c 10000
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving problem
0.00/0.03	c 
0.19/0.28	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.28	c   0.3s|     1 |     0 |  1920 |2465k|   0 | 307 | 473 | 545 | 545 | 473 | 545 |   0 |   0 |   0 | 1.469043e+02 |      --      |    Inf 
0.19/0.28	o 323
0.19/0.28	c r 0.3s|     1 |     0 |  1920 |2478k|   0 | 307 | 473 | 545 | 545 | 473 | 545 |   0 |   0 |   0 | 1.469043e+02 | 3.230000e+02 | 119.87%
0.19/0.28	o 322
0.19/0.28	c R 0.3s|     1 |     0 |  1920 |2491k|   0 | 307 | 473 | 545 | 545 | 473 | 545 |   0 |   0 |   0 | 1.469043e+02 | 3.220000e+02 | 119.19%
0.19/0.29	o 321
0.19/0.29	c s 0.3s|     1 |     0 |  1920 |2505k|   0 | 307 | 473 | 545 | 545 | 473 | 545 |   0 |   0 |   0 | 1.469043e+02 | 3.210000e+02 | 118.51%
0.69/0.70	c   0.7s|     1 |     0 |  2763 |2841k|   0 | 376 | 473 | 545 | 545 | 473 | 782 | 237 |   0 |   0 | 1.535407e+02 | 3.210000e+02 | 109.07%
1.19/1.23	c   1.2s|     1 |     0 |  3673 |3100k|   0 | 406 | 473 | 545 | 545 | 473 | 963 | 418 |   0 |   0 | 1.565403e+02 | 3.210000e+02 | 105.06%
1.78/1.80	c   1.8s|     1 |     0 |  4530 |3281k|   0 | 425 | 473 | 545 | 545 | 473 |1090 | 545 |   0 |   0 | 1.583154e+02 | 3.210000e+02 | 102.76%
2.29/2.37	c   2.4s|     1 |     0 |  5168 |3381k|   0 | 427 | 473 | 545 | 545 | 473 |1183 | 638 |   0 |   0 | 1.594334e+02 | 3.210000e+02 | 101.34%
2.89/2.91	c   2.9s|     1 |     0 |  5664 |3445k|   0 | 427 | 473 | 545 | 545 | 473 |1249 | 704 |   0 |   0 | 1.597964e+02 | 3.210000e+02 | 100.88%
3.39/3.41	c   3.4s|     1 |     0 |  5982 |3479k|   0 | 432 | 473 | 545 | 545 | 473 |1283 | 738 |   0 |   0 | 1.599944e+02 | 3.210000e+02 | 100.63%
3.79/3.89	c   3.9s|     1 |     0 |  6210 |3497k|   0 | 428 | 473 | 545 | 545 | 473 |1300 | 755 |   0 |   0 | 1.600733e+02 | 3.210000e+02 | 100.53%
4.19/4.23	c   4.2s|     1 |     0 |  6243 |3505k|   0 | 433 | 473 | 545 | 545 | 473 |1303 | 758 |   0 |   0 | 1.600764e+02 | 3.210000e+02 | 100.53%
4.49/4.57	c   4.5s|     1 |     0 |  6272 |3513k|   0 | 430 | 473 | 545 | 545 | 473 |1306 | 761 |   0 |   0 | 1.600781e+02 | 3.210000e+02 | 100.53%
4.89/4.99	c   5.0s|     1 |     0 |  6459 |3523k|   0 | 433 | 473 | 545 | 545 | 473 |1313 | 768 |   0 |   0 | 1.601651e+02 | 3.210000e+02 | 100.42%
5.29/5.33	c   5.3s|     1 |     0 |  6481 |3531k|   0 | 435 | 473 | 545 | 545 | 473 |1274 | 771 |   0 |   0 | 1.601661e+02 | 3.210000e+02 | 100.42%
5.59/5.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.59/5.66	c   5.6s|     1 |     0 |  6504 |3539k|   0 | 435 | 473 | 545 | 545 | 473 |1276 | 773 |   0 |   0 | 1.601674e+02 | 3.210000e+02 | 100.42%
5.88/5.97	o 207
5.88/5.97	c k 5.9s|     1 |     0 |  6504 |3559k|   0 | 435 | 473 | 545 | 545 | 473 |1276 | 773 |   0 |   0 | 1.601674e+02 | 2.070000e+02 |  29.24%
5.88/5.98	c   5.9s|     1 |     0 |  6504 |3552k|   0 | 435 | 473 | 545 | 545 | 473 |1276 | 773 |   0 |   0 | 1.601674e+02 | 2.070000e+02 |  29.24%
10.09/10.17	c  10.1s|     1 |     2 |  6504 |3553k|   0 | 435 | 473 | 545 | 545 | 473 |1276 | 773 |   0 |  19 | 1.601674e+02 | 2.070000e+02 |  29.24%
47.58/47.69	o 205
47.58/47.69	c p47.4s|    29 |    30 | 33254 |4429k|  16 |   - | 473 | 545 | 340 | 473 |1032 | 773 |   0 | 249 | 1.604911e+02 | 2.050000e+02 |  27.73%
47.58/47.69	o 204
47.58/47.69	c p47.4s|    29 |    30 | 33258 |4430k|  16 |   - | 473 | 545 | 338 | 473 |1032 | 773 |   0 | 249 | 1.604911e+02 | 2.040000e+02 |  27.11%
47.58/47.69	o 200
47.58/47.69	c p47.4s|    29 |    30 | 33263 |4431k|  16 |   - | 473 | 545 | 334 | 473 |1032 | 773 |   0 | 249 | 1.604911e+02 | 2.000000e+02 |  24.62%
47.68/47.70	o 199
47.68/47.70	c p47.4s|    29 |    30 | 33286 |4433k|  16 |   - | 473 | 545 | 331 | 473 |1032 | 773 |   0 | 249 | 1.604911e+02 | 1.990000e+02 |  23.99%
47.68/47.70	o 198
47.68/47.70	c p47.4s|    29 |    30 | 33288 |4434k|  16 |   - | 473 | 545 | 327 | 473 |1032 | 773 |   0 | 249 | 1.604911e+02 | 1.980000e+02 |  23.37%
47.68/47.70	o 197
47.68/47.70	c p47.4s|    29 |    30 | 33291 |4435k|  16 |   - | 473 | 545 | 324 | 473 |1032 | 773 |   0 | 249 | 1.604911e+02 | 1.970000e+02 |  22.75%
47.68/47.70	o 196
47.68/47.70	c p47.4s|    29 |    30 | 33306 |4440k|  16 |   - | 473 | 545 | 312 | 473 |1032 | 773 |   0 | 249 | 1.604911e+02 | 1.960000e+02 |  22.13%
239.35/239.41	o 195
239.35/239.41	c p 238s|  2641 |  2642 |981333 |6607k| 108 |   - | 473 | 602 | 327 | 473 |1032 | 773 |  57 | 948 | 1.607848e+02 | 1.950000e+02 |  21.28%
239.35/239.41	o 194
239.35/239.41	c p 238s|  2641 |  2642 |981338 |6607k| 108 |   - | 473 | 602 | 323 | 473 |1032 | 773 |  57 | 948 | 1.607848e+02 | 1.940000e+02 |  20.66%
239.35/239.41	o 194
239.35/239.41	c p 238s|  2641 |  2642 |981346 |6608k| 108 |   - | 473 | 602 | 319 | 473 |1032 | 773 |  57 | 948 | 1.607848e+02 | 1.940000e+02 |  20.66%
239.35/239.45	o 193
239.35/239.45	c k 238s|  2642 |  2641 |981540 |6448k| 108 | 194 | 473 | 602 | 512 | 473 |1032 | 773 |  57 | 948 | 1.607848e+02 | 1.930000e+02 |  20.04%
594.90/595.03	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
594.90/595.03	c   591s| 10000 |  8693 |  2737k|  11M| 133 |   - | 473 | 686 | 496 | 473 |1032 | 773 | 141 |1587 | 1.612605e+02 | 1.930000e+02 |  19.68%
725.57/725.74	o 192
725.57/725.74	c p 721s| 14135 | 10112 |  3363k|  12M| 143 |   - | 473 | 702 | 369 | 473 |1032 | 773 | 162 |1799 | 1.613870e+02 | 1.920000e+02 |  18.97%
858.25/858.46	o 189
858.25/858.46	c C 852s| 17135 |  9532 |  3953k|  11M| 143 | 403 | 473 | 693 | 692 | 473 |1032 | 773 | 176 |2014 | 1.614855e+02 | 1.890000e+02 |  17.04%
998.64/998.82	c   992s| 20000 | 11201 |  4603k|  12M| 143 | 380 | 473 | 707 | 700 | 473 |1032 | 773 | 208 |2189 | 1.615360e+02 | 1.890000e+02 |  17.00%
1439.36/1439.64	c  1430s| 30000 | 14387 |  6721k|  15M| 143 | 383 | 473 | 742 | 733 | 473 |1032 | 773 | 277 |2782 | 1.616843e+02 | 1.890000e+02 |  16.89%
1800.01/1800.31	c 
1800.01/1800.31	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.31	c Solving Time (sec) : 1788.58
1800.01/1800.31	c Solving Nodes      : 38532
1800.01/1800.31	c Primal Bound       : +1.89000000000000e+02 (866 solutions)
1800.01/1800.31	c Dual Bound         : +1.61785309316216e+02
1800.01/1800.31	c Gap                : 16.82 %
1800.01/1800.31	c NODE         38532
1800.01/1800.31	c DUAL BOUND   161.785
1800.01/1800.31	c PRIMAL BOUND 189
1800.01/1800.31	c GAP          0.168215
1800.01/1800.31	s SATISFIABLE
1800.01/1800.31	v x473 -x472 x471 x470 x469 x468 -x467 x466 x465 -x464 x463 -x462 -x461 -x460 x459 -x458 -x457 -x456 x455 -x454 x453 -x452 -x451 
1800.01/1800.31	v x450 -x449 -x448 x447 -x446 x445 x444 -x443 x442 -x441 x440 -x439 x438 -x437 x436 -x435 -x434 -x433 -x432 -x431 x430 -x429 -x428 
1800.01/1800.31	v -x427 -x426 -x425 x424 -x423 -x422 x421 x420 -x419 -x418 x417 -x416 -x415 x414 -x413 -x412 -x411 -x410 x409 -x408 x407 -x406 
1800.01/1800.31	v -x405 -x404 -x403 x402 -x401 -x400 -x399 x398 x397 x396 x395 -x394 -x393 x392 -x391 x390 -x389 -x388 x387 -x386 x385 -x384 
1800.01/1800.31	v -x383 -x382 x381 -x380 -x379 -x378 -x377 x376 x375 -x374 x373 -x372 -x371 -x370 -x369 x368 -x367 x366 x365 x364 -x363 -x362 
1800.01/1800.31	v -x361 -x360 x359 x358 -x357 x356 x355 x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 x344 -x343 -x342 x341 x340 
1800.01/1800.31	v x339 -x338 -x337 x336 -x335 x334 -x333 x332 x331 x330 x329 x328 -x327 x326 -x325 x324 -x323 -x322 -x321 -x320 -x319 -x318 x317 
1800.01/1800.31	v -x316 x315 -x314 -x313 -x312 -x311 x310 x309 -x308 x307 x306 x305 x304 -x303 -x302 -x301 x300 x299 -x298 x297 -x296 x295 -x294 
1800.01/1800.31	v x293 -x292 x291 -x290 x289 x288 x287 -x286 -x285 x284 -x283 x282 x281 x280 -x279 -x278 x277 -x276 x275 -x274 -x273 -x272 
1800.01/1800.31	v x271 -x270 -x269 x268 -x267 x266 -x265 -x264 -x263 x262 -x261 -x260 x259 x258 -x257 x256 -x255 -x254 -x253 -x252 -x251 x250 -x249 
1800.01/1800.31	v x248 -x247 -x246 x245 -x244 -x243 x242 -x241 -x240 -x239 x238 -x237 x236 x235 x234 -x233 -x232 -x231 -x230 -x229 x228 -x227 
1800.01/1800.31	v x226 x225 x224 -x223 x222 -x221 -x220 x219 -x218 -x217 x216 x215 -x214 -x213 -x212 -x211 -x210 -x209 x208 -x207 -x206 x205 
1800.01/1800.31	v -x204 x203 x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 x191 x190 x189 x188 x187 -x186 -x185 -x184 -x183 
1800.01/1800.31	v x182 -x181 -x180 -x179 -x178 -x177 x176 x175 x174 -x173 x172 x171 x170 -x169 -x168 x167 -x166 -x165 x164 -x163 -x162 x161 -x160 
1800.01/1800.31	v -x159 x158 x157 -x156 -x155 x154 -x153 -x152 -x151 x150 x149 x148 -x147 -x146 -x145 x144 -x143 x142 x141 x140 x139 -x138 
1800.01/1800.31	v -x137 -x136 -x135 x134 x133 -x132 x131 x130 x129 -x128 x127 x126 -x125 x124 -x123 -x122 -x121 -x120 x119 -x118 x117 x116 x115 
1800.01/1800.31	v -x114 x113 -x112 -x111 -x110 -x109 x108 x107 x106 x105 -x104 x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 x94 -x93 x92 -x91 
1800.01/1800.31	v x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 x80 -x79 -x78 -x77 x76 -x75 -x74 -x73 -x72 x71 x70 -x69 x68 x67 -x66 -x65 x64 
1800.01/1800.31	v -x63 -x62 x61 x60 x59 -x58 -x57 x56 -x55 x54 -x53 -x52 -x51 -x50 -x49 -x48 x47 x46 -x45 x44 x43 -x42 x41 x40 -x39 -x38 x37 
1800.01/1800.31	v -x36 -x35 -x34 -x33 -x32 x31 -x30 -x29 -x28 -x27 -x26 x25 -x24 -x23 x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 x13 -x12 -x11 
1800.01/1800.31	v -x10 -x9 x8 -x7 -x6 -x5 -x4 -x3 x2 x1 
1800.01/1800.31	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.31	c Solving Time       :    1788.58
1800.01/1800.31	c Original Problem   :
1800.01/1800.31	c   Problem name     : HOME/instance-3731529-1338689599.opb
1800.01/1800.31	c   Variables        : 473 (473 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.31	c   Constraints      : 472 initial, 472 maximal
1800.01/1800.31	c Presolved Problem  :
1800.01/1800.31	c   Problem name     : t_HOME/instance-3731529-1338689599.opb
1800.01/1800.31	c   Variables        : 473 (473 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.31	c   Constraints      : 545 initial, 746 maximal
1800.01/1800.31	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.31	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.31	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.31	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.31	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.31	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.31	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.31	c   knapsack         :       0.00          0          0          0          0          0         31        304        526
1800.01/1800.31	c   setppc           :       0.00          0          0          0          0          0         92          0          0
1800.01/1800.31	c   linear           :       0.01          0          0          0          0          0          0          0         24
1800.01/1800.31	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.31	c   root node        :          -          0          -          -          0          -          -          -          -
1800.01/1800.31	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.31	c   integral         :          0          0          0      28892          0          0         42          0          0      57728
1800.01/1800.31	c   knapsack         :        440         13     197948          0          0          0     108867        525          0          0
1800.01/1800.31	c   setppc           :        104         13     197948          0          0          0      14955          0          0          0
1800.01/1800.31	c   logicor          :          1+        13      36416          0          0          0          0          0          0          0
1800.01/1800.31	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.01/1800.31	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.31	c   integral         :     140.41       0.00       0.00     140.41       0.00
1800.01/1800.31	c   knapsack         :       1.42       0.01       1.41       0.00       0.00
1800.01/1800.31	c   setppc           :       0.22       0.00       0.22       0.00       0.00
1800.01/1800.31	c   logicor          :       0.05       0.00       0.05       0.00       0.00
1800.01/1800.31	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.31	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.31	c   rootredcost      :       0.00         12          0          0
1800.01/1800.31	c   pseudoobj        :       1.40     198370          0          0
1800.01/1800.31	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.31	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.31	c   infeasible LP    :       0.00        331        331        331        4.4          0        0.0          0
1800.01/1800.31	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.31	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.31	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.31	c   applied globally :          -          -          -        331        4.4          -          -          -
1800.01/1800.31	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.31	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.31	c   cut pool         :       0.00         12          -          -        403          -    (maximal pool size: 1757)
1800.01/1800.31	c   redcost          :       0.89      47596          0     337932          0          0
1800.01/1800.31	c   impliedbounds    :       0.00         14          0          0          0          0
1800.01/1800.31	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.31	c   gomory           :       1.98         14          0          0          0          0
1800.01/1800.31	c   strongcg         :       1.84         14          0          0          0          0
1800.01/1800.31	c   cmir             :       0.28         10          0          0        790          0
1800.01/1800.31	c   flowcover        :       0.26         10          0          0        933          0
1800.01/1800.31	c   clique           :       0.00          1          0          0          0          0
1800.01/1800.31	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.31	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.31	c Pricers            :       Time      Calls       Vars
1800.01/1800.31	c   problem variables:       0.00          0          0
1800.01/1800.31	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.31	c   relpscost        :     140.41      28892          0         42          0          0      57728
1800.01/1800.31	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.31	c   inference        :       0.00          0          0          0          0          0          0
1800.01/1800.31	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.31	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.31	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.31	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.31	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.31	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.31	c   LP solutions     :       0.00          -          0
1800.01/1800.31	c   pseudo solutions :       0.00          -          0
1800.01/1800.31	c   feaspump         :       0.00          0          0
1800.01/1800.31	c   intshifting      :       0.00          0          0
1800.01/1800.31	c   oneopt           :       0.02          6          2
1800.01/1800.31	c   crossover        :       1.00          3          1
1800.01/1800.31	c   fracdiving       :      60.41         55          0
1800.01/1800.31	c   coefdiving       :      62.60         56        146
1800.01/1800.31	c   guideddiving     :      59.75         61          0
1800.01/1800.31	c   linesearchdiving :      62.48         81          8
1800.01/1800.31	c   veclendiving     :      80.82         95         65
1800.01/1800.31	c   pscostdiving     :     241.52        316        306
1800.01/1800.31	c   simplerounding   :       0.64      42897         29
1800.01/1800.31	c   rounding         :       9.95       9511          1
1800.01/1800.31	c   shifting         :       3.16       2621          1
1800.01/1800.31	c   fixandinfer      :       0.00          0          0
1800.01/1800.31	c   intdiving        :       0.00          0          0
1800.01/1800.31	c   actconsdiving    :       0.00          0          0
1800.01/1800.31	c   objpscostdiving  :      40.21         18        307
1800.01/1800.31	c   rootsoldiving    :      14.12         79          0
1800.01/1800.31	c   octane           :       0.00          0          0
1800.01/1800.31	c   rens             :       0.00          0          0
1800.01/1800.31	c   rins             :       0.00          0          0
1800.01/1800.31	c   localbranching   :       0.00          0          0
1800.01/1800.31	c   mutation         :       0.00          0          0
1800.01/1800.31	c   dins             :       0.00          0          0
1800.01/1800.31	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.31	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.31	c   dual LP          :     994.51      52524    5026933      95.71    5054.68
1800.01/1800.31	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.31	c   diving/probing LP:     605.70      84522    3444474      40.75    5686.77
1800.01/1800.31	c   strong branching :     138.73       3113     607599     195.18    4379.72
1800.01/1800.31	c     (at root node) :          -         19      12578     662.00          -
1800.01/1800.31	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.31	c B&B Tree           :
1800.01/1800.31	c   number of runs   :          1
1800.01/1800.31	c   nodes            :      38532
1800.01/1800.31	c   nodes (total)    :      38532
1800.01/1800.31	c   nodes left       :      17463
1800.01/1800.31	c   max depth        :        143
1800.01/1800.31	c   max depth (total):        143
1800.01/1800.31	c   backtracks       :       5762 (15.0%)
1800.01/1800.31	c   delayed cutoffs  :          0
1800.01/1800.31	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.01/1800.31	c   avg switch length:       7.00
1800.01/1800.31	c   switching time   :       1.29
1800.01/1800.31	c Solution           :
1800.01/1800.31	c   Solutions found  :        866 (17 improvements)
1800.01/1800.31	c   Primal Bound     : +1.89000000000000e+02   (in run 1, after 17135 nodes, 852.45 seconds, depth 11, found by <crossover>)
1800.01/1800.31	c   Dual Bound       : +1.61785309316216e+02
1800.01/1800.31	c   Gap              :      16.82 %
1800.01/1800.31	c   Root Dual Bound  : +1.60167425756497e+02
1800.01/1800.34	c Time complete: 1800.05.

Verifier Data

OK	189

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-3731529-1338689599/watcher-3731529-1338689599 -o /tmp/evaluation-result-3731529-1338689599/solver-3731529-1338689599 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3731529-1338689599.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.02 2.00 3/176 26732
/proc/meminfo: memFree=30746324/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=8952 CPUtime=0 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 1588 0 0 0 0 0 0 0 20 0 1 0 335084459 9166848 1540 33554432000 4194304 7823515 140735656307808 140734090358856 6883856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 2238 1540 354 887 0 1348 0

[startup+0.0632591 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 26732
/proc/meminfo: memFree=30746324/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=16644 CPUtime=0.05 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 3709 0 0 0 5 0 0 0 20 0 1 0 335084459 17043456 3307 33554432000 4194304 7823515 140735656307808 140734090358856 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 4161 3307 518 887 0 3271 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16644

[startup+0.100315 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 26732
/proc/meminfo: memFree=30746324/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=16644 CPUtime=0.09 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 3713 0 0 0 9 0 0 0 20 0 1 0 335084459 17043456 3311 33554432000 4194304 7823515 140735656307808 140735656303496 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 4161 3311 522 887 0 3271 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16644

[startup+0.300224 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 26732
/proc/meminfo: memFree=30746324/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=17540 CPUtime=0.29 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 3967 0 0 0 29 0 0 0 20 0 1 0 335084459 17960960 3565 33554432000 4194304 7823515 140735656307808 140735656303496 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 4385 3565 541 887 0 3495 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17540

[startup+0.700223 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 26732
/proc/meminfo: memFree=30746324/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=19088 CPUtime=0.69 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 4431 0 0 0 68 1 0 0 20 0 1 0 335084459 19546112 4010 33554432000 4194304 7823515 140735656307808 140735656303496 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 4772 4010 559 887 0 3882 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19088

[startup+1.50023 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 26733
/proc/meminfo: memFree=30732800/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=20584 CPUtime=1.48 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 4834 0 0 0 147 1 0 0 20 0 1 0 335084459 21078016 4398 33554432000 4194304 7823515 140735656307808 140735656303144 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 5146 4398 559 887 0 4256 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20584

[startup+3.10023 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 26733
/proc/meminfo: memFree=30730180/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=21724 CPUtime=3.09 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 5155 0 0 0 307 2 0 0 20 0 1 0 335084459 22245376 4709 33554432000 4194304 7823515 140735656307808 140735656303000 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 5431 4709 559 887 0 4541 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21724

[startup+6.30022 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 26733
/proc/meminfo: memFree=30728824/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=23980 CPUtime=6.29 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 5691 0 0 0 624 5 0 0 20 0 1 0 335084459 24555520 5245 33554432000 4194304 7823515 140735656307808 140735656302952 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 5995 5245 564 887 0 5105 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23980

[startup+12.7002 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 26733
/proc/meminfo: memFree=30726840/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=23980 CPUtime=12.69 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 5691 0 0 0 1262 7 0 0 20 0 1 0 335084459 24555520 5245 33554432000 4194304 7823515 140735656307808 140735656302920 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 5995 5245 564 887 0 5105 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23980

[startup+25.5002 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 26733
/proc/meminfo: memFree=30727032/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=23980 CPUtime=25.48 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 5694 0 0 0 2535 13 0 0 20 0 1 0 335084459 24555520 5335 33554432000 4194304 7823515 140735656307808 140735656302968 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 5995 5335 566 887 0 5105 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23980

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 26733
/proc/meminfo: memFree=30726212/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=23980 CPUtime=51.08 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 5700 0 0 0 5082 26 0 0 20 0 1 0 335084459 24555520 5609 33554432000 4194304 7823515 140735656307808 140735656304024 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 5995 5609 567 887 0 5105 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23980

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 26733
/proc/meminfo: memFree=30726832/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=22532 CPUtime=102.28 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 8947 0 0 0 10161 67 0 0 20 0 1 0 335084459 23072768 5215 33554432000 4194304 7823515 140735656307808 140735656304712 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 5633 5215 581 887 0 4743 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 22532

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26733
/proc/meminfo: memFree=30726272/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=23420 CPUtime=162.26 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 9961 0 0 0 16112 114 0 0 20 0 1 0 335084459 23982080 5459 33554432000 4194304 7823515 140735656307808 140735656303624 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 5855 5459 581 887 0 4965 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 23420

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26733
/proc/meminfo: memFree=30723292/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=26432 CPUtime=222.25 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 10739 0 0 0 22069 156 0 0 20 0 1 0 335084459 27066368 6236 33554432000 4194304 7823515 140735656307808 140735656303144 6722715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 6608 6236 581 887 0 5718 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 26432

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 26733
/proc/meminfo: memFree=30722548/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=27476 CPUtime=282.24 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 11000 0 0 0 28024 200 0 0 20 0 1 0 335084459 28135424 6497 33554432000 4194304 7823515 140735656307808 140735656303560 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 6869 6497 581 887 0 5979 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 27476

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 26734
/proc/meminfo: memFree=30722236/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=27476 CPUtime=342.23 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 11032 0 0 0 33981 242 0 0 20 0 1 0 335084459 28135424 6528 33554432000 4194304 7823515 140735656307808 140735656302472 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 6869 6528 581 887 0 5979 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 27476

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26734
/proc/meminfo: memFree=30721740/32873844 swapFree=7904/7904
[pid=26732] ppid=26730 vsize=27476 CPUtime=402.22 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 11032 0 0 0 39938 284 0 0 20 0 1 0 335084459 28135424 6528 33554432000 4194304 7823515 140735656307808 140735656303144 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 6869 6528 581 887 0 5979 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 27476

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26737
/proc/meminfo: memFree=30718072/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=29680 CPUtime=462.21 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 11530 0 0 0 45897 324 0 0 20 0 1 0 335084459 30392320 7019 33554432000 4194304 7823515 140735656307808 140735656303608 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 7420 7019 581 887 0 6530 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 29680

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26737
/proc/meminfo: memFree=30717396/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=30516 CPUtime=522.2 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 11769 0 0 0 51854 366 0 0 20 0 1 0 335084459 31248384 7257 33554432000 4194304 7823515 140735656307808 140735656303144 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 7629 7257 581 887 0 6739 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 30516

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26737
/proc/meminfo: memFree=30716404/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=30516 CPUtime=582.19 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 11769 0 0 0 57811 408 0 0 20 0 1 0 335084459 31248384 7257 33554432000 4194304 7823515 140735656307808 140735656303736 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 7629 7257 581 887 0 6739 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 30516

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 26777
/proc/meminfo: memFree=29432268/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=34456 CPUtime=882.15 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 15243 0 0 0 87616 599 0 0 20 0 1 0 335084459 35282944 8242 33554432000 4194304 7823515 140735656307808 140735656303608 6254631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 8614 8242 581 887 0 7724 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 34456

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26778
/proc/meminfo: memFree=29431676/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=34920 CPUtime=942.14 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 15359 0 0 0 93578 636 0 0 20 0 1 0 335084459 35758080 8358 33554432000 4194304 7823515 140735656307808 140735656303144 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 8730 8358 581 887 0 7840 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 34920

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26781
/proc/meminfo: memFree=29425696/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=34920 CPUtime=1002.13 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 15359 0 0 0 99542 671 0 0 20 0 1 0 335084459 35758080 8358 33554432000 4194304 7823515 140735656307808 140735656303144 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 8730 8358 581 887 0 7840 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 34920

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26781
/proc/meminfo: memFree=29370000/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=34920 CPUtime=1062.12 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 15359 0 0 0 105509 703 0 0 20 0 1 0 335084459 35758080 8358 33554432000 4194304 7823515 140735656307808 140735656303752 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 8730 8358 581 887 0 7840 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 34920

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26781
/proc/meminfo: memFree=29295960/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=34920 CPUtime=1122.11 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 15359 0 0 0 111472 739 0 0 20 0 1 0 335084459 35758080 8358 33554432000 4194304 7823515 140735656307808 140735656303144 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 8730 8358 581 887 0 7840 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 34920

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26781
/proc/meminfo: memFree=29296976/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=33940 CPUtime=1182.1 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 15846 0 0 0 117436 774 0 0 20 0 1 0 335084459 34754560 8107 33554432000 4194304 7823515 140735656307808 140735656303496 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 8485 8107 581 887 0 7595 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 33940

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26782
/proc/meminfo: memFree=29293812/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=34124 CPUtime=1242.09 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 15864 0 0 0 123399 810 0 0 20 0 1 0 335084459 34942976 8125 33554432000 4194304 7823515 140735656307808 140735656303288 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 8531 8125 581 887 0 7641 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 34124

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 26782
/proc/meminfo: memFree=29269272/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=34124 CPUtime=1302.09 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 15864 0 0 0 129366 843 0 0 20 0 1 0 335084459 34942976 8125 33554432000 4194304 7823515 140735656307808 140735656303144 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 8531 8125 581 887 0 7641 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 34124

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 26782
/proc/meminfo: memFree=29266832/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=34832 CPUtime=1362.08 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 16102 0 0 0 135330 878 0 0 20 0 1 0 335084459 35667968 8363 33554432000 4194304 7823515 140735656307808 140735656303256 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 8708 8363 581 887 0 7818 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 34832

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 26783
/proc/meminfo: memFree=29239520/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=35548 CPUtime=1422.07 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 16217 0 0 0 141292 915 0 0 20 0 1 0 335084459 36401152 8478 33554432000 4194304 7823515 140735656307808 140735656303624 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 8887 8478 581 887 0 7997 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 35548

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26783
/proc/meminfo: memFree=29237068/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=36988 CPUtime=1482.06 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 16614 0 0 0 147256 950 0 0 20 0 1 0 335084459 37875712 8875 33554432000 4194304 7823515 140735656307808 140735656303736 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 9247 8875 581 887 0 8357 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 36988

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26784
/proc/meminfo: memFree=29237060/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=36988 CPUtime=1542.04 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 16614 0 0 0 153220 984 0 0 20 0 1 0 335084459 37875712 8875 33554432000 4194304 7823515 140735656307808 140735656303240 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 9247 8875 581 887 0 8357 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 36988

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26784
/proc/meminfo: memFree=29236932/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=36988 CPUtime=1602.03 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 16615 0 0 0 159185 1018 0 0 20 0 1 0 335084459 37875712 8875 33554432000 4194304 7823515 140735656307808 140735656303560 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 9247 8875 581 887 0 8357 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 36988

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26787
/proc/meminfo: memFree=29237172/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=36988 CPUtime=1662.03 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 16615 0 0 0 165145 1058 0 0 20 0 1 0 335084459 37875712 8875 33554432000 4194304 7823515 140735656307808 140735656303288 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 9247 8875 581 887 0 8357 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 36988

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26787
/proc/meminfo: memFree=29237180/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=36988 CPUtime=1722.02 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 16615 0 0 0 171107 1095 0 0 20 0 1 0 335084459 37875712 8875 33554432000 4194304 7823515 140735656307808 140735656303656 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 9247 8875 581 887 0 8357 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 36988

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 26787
/proc/meminfo: memFree=29236684/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=36988 CPUtime=1782.01 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 16615 0 0 0 177068 1133 0 0 20 0 1 0 335084459 37875712 8875 33554432000 4194304 7823515 140735656307808 140735656303144 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 9247 8875 581 887 0 8357 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 36988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 26787
/proc/meminfo: memFree=29235692/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=37972 CPUtime=1800.01 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 16836 0 0 0 178857 1144 0 0 20 0 1 0 335084459 38883328 9096 33554432000 4194304 7823515 140735656307808 140735656303144 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 9493 9096 581 887 0 8603 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 37972

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

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

[startup+1800.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 26787
/proc/meminfo: memFree=29235692/32873844 swapFree=7900/7900
[pid=26732] ppid=26730 vsize=37972 CPUtime=1800.01 cores=1,3,5,7
/proc/26732/stat : 26732 (pbscip.linux.x8) R 26730 26732 17150 0 -1 4202496 16836 0 0 0 178857 1144 0 0 20 0 1 0 335084459 38883328 9096 33554432000 4194304 7823515 140735656307808 140735656303144 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26732/statm: 9493 9096 581 887 0 8603 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 37972

Child status: 0
Real time (s): 1800.34
CPU time (s): 1800.06
CPU user time (s): 1788.61
CPU system time (s): 11.4473
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 43760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.61
system time used= 11.4473
maximum resident set size= 41004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16841
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= 14
involuntary context switches= 1853

runsolver used 3.13952 second user time and 8.69468 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-03 04:13:19
IDJOB=3731529
IDBENCH=1962
IDSOLVER=2321
FILE ID=node137/3731529-1338689599
RUNJOBID= node137-1338679216-25613
PBS_JOBID= 14636676
Free space on /tmp= 70324 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/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.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-3731529-1338689599/watcher-3731529-1338689599 -o /tmp/evaluation-result-3731529-1338689599/solver-3731529-1338689599 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3731529-1338689599.opb

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

MD5SUM BENCH= 1e2b8f542cc5dec610d6e9b4663a878b
RANDOM SEED=1627432419

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30747076 kB
Buffers:          172024 kB
Cached:          1096516 kB
SwapCached:         5796 kB
Active:           698524 kB
Inactive:         612232 kB
Active(anon):      37428 kB
Inactive(anon):     7172 kB
Active(file):     661096 kB
Inactive(file):   605060 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:              9740 kB
Writeback:             0 kB
AnonPages:         45528 kB
Mapped:            11428 kB
Shmem:                 0 kB
Slab:             677196 kB
SReclaimable:     118608 kB
SUnreclaim:       558588 kB
KernelStack:        1464 kB
PageTables:         4144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     160212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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= 70300 MiB
End job on node137 at 2012-06-03 04:43:22