Trace number 3731397

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)192 1800.08 1800.37

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_13.opb.PB06.opb
MD5SUM9828b7020b058ee74169951dda258843
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark188
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 186
Optimality of the best value was proved NO
Number of variables476
Total number of constraints476
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 constraints476
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 476
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 476
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 476
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-3731397-1338687797.opb>
0.00/0.01	c original problem has 476 variables (476 bin, 0 int, 0 impl, 0 cont) and 476 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, 27 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, 27 chg coeffs, 476 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 3) 0 del vars, 3 del conss, 0 chg bounds, 170 chg sides, 376 chg coeffs, 476 upgd conss, 210 impls, 0 clqs
0.00/0.02	c (round 4) 0 del vars, 31 del conss, 0 chg bounds, 262 chg sides, 489 chg coeffs, 476 upgd conss, 210 impls, 0 clqs
0.00/0.02	c (round 5) 0 del vars, 110 del conss, 0 chg bounds, 273 chg sides, 509 chg coeffs, 476 upgd conss, 210 impls, 0 clqs
0.00/0.02	c (round 6) 0 del vars, 110 del conss, 0 chg bounds, 274 chg sides, 510 chg coeffs, 476 upgd conss, 210 impls, 0 clqs
0.00/0.03	c    (0.0s) probing: 101/476 (21.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.03	c presolving (7 rounds):
0.00/0.03	c  0 deleted vars, 110 deleted constraints, 0 tightened bounds, 0 added holes, 274 changed sides, 510 changed coefficients
0.00/0.03	c  210 implications, 0 cliques
0.00/0.03	c presolved problem has 476 variables (476 bin, 0 int, 0 impl, 0 cont) and 554 constraints
0.00/0.03	c     447 constraints of type <knapsack>
0.00/0.03	c     105 constraints of type <setppc>
0.00/0.03	c       2 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	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.28/0.30	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.28/0.30	c   0.3s|     1 |     0 |  1987 |2475k|   0 | 329 | 476 | 554 | 554 | 476 | 554 |   0 |   0 |   0 | 1.503937e+02 |      --      |    Inf 
0.28/0.30	o 344
0.28/0.30	c r 0.3s|     1 |     0 |  1987 |2488k|   0 | 329 | 476 | 554 | 554 | 476 | 554 |   0 |   0 |   0 | 1.503937e+02 | 3.440000e+02 | 128.73%
0.28/0.30	o 343
0.28/0.30	c R 0.3s|     1 |     0 |  1987 |2501k|   0 | 329 | 476 | 554 | 554 | 476 | 554 |   0 |   0 |   0 | 1.503937e+02 | 3.430000e+02 | 128.07%
0.28/0.31	o 342
0.28/0.31	c s 0.3s|     1 |     0 |  1987 |2515k|   0 | 329 | 476 | 554 | 554 | 476 | 554 |   0 |   0 |   0 | 1.503937e+02 | 3.420000e+02 | 127.40%
0.69/0.73	c   0.7s|     1 |     0 |  2881 |2834k|   0 | 390 | 476 | 554 | 554 | 476 | 785 | 231 |   0 |   0 | 1.567940e+02 | 3.420000e+02 | 118.12%
1.19/1.22	c   1.2s|     1 |     0 |  3632 |3092k|   0 | 419 | 476 | 554 | 554 | 476 | 968 | 414 |   0 |   0 | 1.601995e+02 | 3.420000e+02 | 113.48%
1.69/1.78	c   1.8s|     1 |     0 |  4502 |3277k|   0 | 426 | 476 | 554 | 554 | 476 |1097 | 543 |   0 |   0 | 1.618816e+02 | 3.420000e+02 | 111.27%
2.29/2.35	c   2.3s|     1 |     0 |  5153 |3368k|   0 | 442 | 476 | 554 | 554 | 476 |1181 | 627 |   0 |   0 | 1.627282e+02 | 3.420000e+02 | 110.17%
2.89/2.91	c   2.9s|     1 |     0 |  5742 |3431k|   0 | 441 | 476 | 554 | 554 | 476 |1243 | 689 |   0 |   0 | 1.632213e+02 | 3.420000e+02 | 109.53%
3.19/3.28	c   3.2s|     1 |     0 |  5890 |3442k|   0 | 445 | 476 | 554 | 554 | 476 |1264 | 710 |   0 |   0 | 1.633131e+02 | 3.420000e+02 | 109.41%
3.69/3.72	c   3.7s|     1 |     0 |  6063 |3459k|   0 | 444 | 476 | 554 | 554 | 476 |1276 | 722 |   0 |   0 | 1.633634e+02 | 3.420000e+02 | 109.35%
3.99/4.07	c   4.0s|     1 |     0 |  6106 |3468k|   0 | 445 | 476 | 554 | 554 | 476 |1281 | 727 |   0 |   0 | 1.633669e+02 | 3.420000e+02 | 109.34%
4.40/4.41	c   4.4s|     1 |     0 |  6163 |3474k|   0 | 446 | 476 | 554 | 554 | 476 |1283 | 729 |   0 |   0 | 1.633719e+02 | 3.420000e+02 | 109.34%
4.69/4.74	o 216
4.69/4.74	c k 4.7s|     1 |     0 |  6163 |3495k|   0 | 446 | 476 | 554 | 554 | 476 |1283 | 729 |   0 |   0 | 1.633719e+02 | 2.160000e+02 |  32.21%
4.69/4.74	c   4.7s|     1 |     0 |  6163 |3488k|   0 | 446 | 476 | 554 | 554 | 476 |1283 | 729 |   0 |   0 | 1.633719e+02 | 2.160000e+02 |  32.21%
9.99/10.09	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.99/10.09	c  10.0s|     1 |     2 |  6163 |3489k|   0 | 446 | 476 | 554 | 554 | 476 |1283 | 729 |   0 |  24 | 1.633719e+02 | 2.160000e+02 |  32.21%
41.98/42.05	o 216
41.98/42.05	c p41.8s|    72 |    73 | 26839 |4358k|  55 |   - | 476 | 554 | 369 | 476 |1028 | 729 |   0 | 246 | 1.637199e+02 | 2.160000e+02 |  31.93%
41.98/42.05	o 214
41.98/42.05	c p41.8s|    72 |    73 | 26852 |4359k|  55 |   - | 476 | 554 | 367 | 476 |1028 | 729 |   0 | 246 | 1.637199e+02 | 2.140000e+02 |  30.71%
41.98/42.05	o 212
41.98/42.05	c p41.8s|    72 |    73 | 26864 |4361k|  55 |   - | 476 | 554 | 364 | 476 |1028 | 729 |   0 | 246 | 1.637199e+02 | 2.120000e+02 |  29.49%
41.98/42.05	o 211
41.98/42.05	c p41.8s|    72 |    73 | 26865 |4362k|  55 |   - | 476 | 554 | 363 | 476 |1028 | 729 |   0 | 246 | 1.637199e+02 | 2.110000e+02 |  28.88%
41.98/42.05	o 211
41.98/42.05	c p41.8s|    72 |    73 | 26871 |4363k|  55 |   - | 476 | 554 | 362 | 476 |1028 | 729 |   0 | 246 | 1.637199e+02 | 2.110000e+02 |  28.88%
41.98/42.05	o 209
41.98/42.05	c p41.8s|    72 |    73 | 26891 |4365k|  55 |   - | 476 | 554 | 354 | 476 |1028 | 729 |   0 | 246 | 1.637199e+02 | 2.090000e+02 |  27.66%
41.98/42.05	o 208
41.98/42.05	c p41.8s|    72 |    73 | 26893 |4366k|  55 |   - | 476 | 554 | 353 | 476 |1028 | 729 |   0 | 246 | 1.637199e+02 | 2.080000e+02 |  27.05%
41.98/42.06	o 207
41.98/42.06	c p41.8s|    72 |    73 | 26955 |4383k|  55 |   - | 476 | 554 | 322 | 476 |1028 | 729 |   0 | 246 | 1.637199e+02 | 2.070000e+02 |  26.44%
46.28/46.31	o 207
46.28/46.31	c o46.0s|   120 |   121 | 49046 |4337k|  56 |   5 | 476 | 554 | 504 | 476 |1028 | 729 |   0 | 260 | 1.637199e+02 | 2.070000e+02 |  26.44%
56.48/56.53	o 196
56.48/56.53	c C56.2s|   320 |   321 | 99448 |4538k|  79 | 198 | 476 | 560 | 501 | 476 |1028 | 729 |   6 | 328 | 1.637199e+02 | 1.960000e+02 |  19.72%
166.06/166.12	o 196
166.06/166.12	c p 165s|  1130 |  1131 |585833 |5328k|  96 |   - | 476 | 595 | 340 | 476 |1028 | 729 |  41 | 653 | 1.642987e+02 | 1.960000e+02 |  19.29%
166.06/166.12	o 195
166.06/166.12	c p 165s|  1130 |  1129 |585839 |5329k|  96 |   - | 476 | 595 | 335 | 476 |1028 | 729 |  41 | 653 | 1.642987e+02 | 1.950000e+02 |  18.69%
166.06/166.13	o 194
166.06/166.13	c p 165s|  1130 |  1120 |585850 |5324k|  96 |   - | 476 | 595 | 329 | 476 |1028 | 729 |  41 | 653 | 1.642987e+02 | 1.940000e+02 |  18.08%
166.06/166.13	o 193
166.06/166.13	c p 165s|  1130 |  1101 |585851 |5312k|  96 |   - | 476 | 595 | 325 | 476 |1028 | 729 |  41 | 653 | 1.642987e+02 | 1.930000e+02 |  17.47%
1308.18/1308.42	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1308.18/1308.42	c  1301s| 10000 |  9971 |  5274k|  11M|  96 | 365 | 476 | 658 | 645 | 476 |1028 | 729 | 104 |1991 | 1.652405e+02 | 1.930000e+02 |  16.80%
1735.53/1735.88	o 192
1735.53/1735.88	c C1725s| 13922 | 13870 |  6986k|  14M|  96 | 396 | 476 | 705 | 689 | 476 |1028 | 729 | 151 |2380 | 1.653596e+02 | 1.920000e+02 |  16.11%
1800.02/1800.34	c 
1800.02/1800.34	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.34	c Solving Time (sec) : 1789.41
1800.02/1800.34	c Solving Nodes      : 14575
1800.02/1800.34	c Primal Bound       : +1.92000000000000e+02 (823 solutions)
1800.02/1800.34	c Dual Bound         : +1.65380534832664e+02
1800.02/1800.34	c Gap                : 16.10 %
1800.02/1800.34	c NODE         14575
1800.02/1800.34	c DUAL BOUND   165.381
1800.02/1800.34	c PRIMAL BOUND 192
1800.02/1800.34	c GAP          0.160959
1800.02/1800.34	s SATISFIABLE
1800.02/1800.34	v -x476 x475 -x474 -x473 -x472 -x471 -x470 x469 x468 x467 -x466 -x465 x464 -x463 x462 -x461 -x460 x459 -x458 x457 -x456 x455 x454 
1800.02/1800.34	v -x453 x452 x451 x450 -x449 -x448 -x447 -x446 -x445 x444 -x443 -x442 x441 x440 -x439 -x438 x437 -x436 -x435 x434 -x433 -x432 
1800.02/1800.34	v -x431 x430 -x429 x428 -x427 x426 x425 -x424 x423 x422 -x421 -x420 x419 x418 -x417 -x416 -x415 -x414 -x413 -x412 x411 x410 -x409 
1800.02/1800.34	v -x408 x407 -x406 x405 -x404 -x403 -x402 -x401 -x400 x399 -x398 -x397 -x396 -x395 -x394 x393 -x392 x391 -x390 x389 x388 -x387 
1800.02/1800.34	v x386 -x385 -x384 x383 -x382 -x381 x380 x379 x378 -x377 x376 x375 x374 -x373 -x372 -x371 -x370 -x369 x368 x367 -x366 -x365 
1800.02/1800.34	v -x364 -x363 -x362 x361 x360 x359 x358 x357 -x356 x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 x343 
1800.02/1800.34	v x342 x341 -x340 x339 -x338 -x337 x336 -x335 -x334 -x333 -x332 x331 -x330 -x329 x328 -x327 x326 -x325 -x324 -x323 x322 -x321 x320 
1800.02/1800.34	v -x319 -x318 x317 x316 -x315 -x314 -x313 -x312 x311 -x310 -x309 -x308 x307 -x306 -x305 -x304 x303 -x302 -x301 -x300 -x299 
1800.02/1800.34	v -x298 -x297 -x296 x295 -x294 -x293 x292 -x291 -x290 -x289 -x288 x287 x286 x285 -x284 x283 -x282 -x281 -x280 -x279 -x278 x277 
1800.02/1800.34	v x276 x275 x274 -x273 x272 -x271 -x270 -x269 x268 -x267 -x266 -x265 x264 x263 x262 x261 -x260 x259 -x258 x257 x256 -x255 -x254 
1800.02/1800.34	v x253 -x252 -x251 x250 x249 -x248 x247 -x246 x245 -x244 -x243 x242 -x241 x240 -x239 -x238 -x237 x236 -x235 -x234 x233 x232 x231 
1800.02/1800.34	v x230 -x229 x228 -x227 -x226 -x225 x224 -x223 -x222 -x221 x220 x219 x218 x217 x216 x215 -x214 x213 -x212 -x211 -x210 -x209 
1800.02/1800.34	v -x208 -x207 -x206 x205 -x204 -x203 -x202 -x201 -x200 x199 -x198 x197 x196 x195 -x194 -x193 x192 -x191 x190 -x189 -x188 -x187 
1800.02/1800.34	v -x186 -x185 x184 x183 -x182 x181 -x180 x179 x178 x177 x176 x175 x174 -x173 x172 -x171 -x170 -x169 -x168 -x167 x166 x165 -x164 
1800.02/1800.34	v x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 x151 x150 -x149 -x148 x147 -x146 -x145 -x144 x143 -x142 
1800.02/1800.34	v -x141 -x140 x139 x138 x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 x129 x128 x127 -x126 -x125 -x124 x123 -x122 -x121 -x120 
1800.02/1800.34	v x119 -x118 -x117 -x116 x115 -x114 -x113 x112 -x111 x110 -x109 x108 x107 -x106 -x105 -x104 -x103 x102 -x101 x100 x99 -x98 x97 
1800.02/1800.34	v -x96 x95 x94 -x93 x92 -x91 x90 x89 -x88 -x87 x86 -x85 -x84 -x83 -x82 x81 x80 -x79 x78 -x77 -x76 x75 -x74 x73 x72 -x71 x70 -x69 
1800.02/1800.34	v -x68 x67 -x66 x65 x64 -x63 x62 -x61 -x60 -x59 x58 -x57 -x56 x55 x54 x53 x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 -x43 -x42 
1800.02/1800.34	v -x41 -x40 x39 x38 -x37 -x36 x35 x34 x33 -x32 -x31 -x30 x29 x28 -x27 x26 x25 -x24 x23 x22 x21 -x20 x19 -x18 -x17 -x16 -x15 
1800.02/1800.34	v -x14 x13 -x12 x11 -x10 -x9 x8 x7 x6 -x5 x4 x3 -x2 -x1 
1800.02/1800.34	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.34	c Solving Time       :    1789.41
1800.02/1800.34	c Original Problem   :
1800.02/1800.34	c   Problem name     : HOME/instance-3731397-1338687797.opb
1800.02/1800.34	c   Variables        : 476 (476 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.34	c   Constraints      : 476 initial, 476 maximal
1800.02/1800.34	c Presolved Problem  :
1800.02/1800.34	c   Problem name     : t_HOME/instance-3731397-1338687797.opb
1800.02/1800.34	c   Variables        : 476 (476 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.34	c   Constraints      : 554 initial, 720 maximal
1800.02/1800.34	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.34	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.34	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.34	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.34	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.34	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.34	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.34	c   knapsack         :       0.00          0          0          0          0          0         27        274        483
1800.02/1800.34	c   setppc           :       0.00          0          0          0          0          0         83          0          0
1800.02/1800.34	c   linear           :       0.01          0          0          0          0          0          0          0         27
1800.02/1800.34	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.34	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.34	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.34	c   integral         :          0          0          0      14575          0          0          0          0          0      29150
1800.02/1800.34	c   knapsack         :        447         10     111918          0          0          0       4766        530          0          0
1800.02/1800.34	c   setppc           :        105         10     111918          0          0          0       3958          0          0          0
1800.02/1800.34	c   logicor          :          2+        10      13454          0          0          0          8          0          0          0
1800.02/1800.34	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.34	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.34	c   integral         :     153.98       0.00       0.00     153.98       0.00
1800.02/1800.34	c   knapsack         :       0.86       0.02       0.84       0.00       0.00
1800.02/1800.34	c   setppc           :       0.19       0.00       0.19       0.00       0.00
1800.02/1800.34	c   logicor          :       0.03       0.00       0.03       0.00       0.00
1800.02/1800.34	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.34	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.34	c   rootredcost      :       0.02         11          0          0
1800.02/1800.34	c   pseudoobj        :       0.89     113101          0          0
1800.02/1800.34	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.34	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.34	c   infeasible LP    :       0.00        166        166        166        4.2          0        0.0          0
1800.02/1800.34	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.34	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.34	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.34	c   applied globally :          -          -          -        166        4.2          -          -          -
1800.02/1800.34	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.34	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.34	c   cut pool         :       0.01          9          -          -        308          -    (maximal pool size: 1676)
1800.02/1800.34	c   redcost          :       0.12      14586          0         28          0          0
1800.02/1800.34	c   impliedbounds    :       0.00         11          0          0          0          0
1800.02/1800.34	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.34	c   gomory           :       1.49         11          0          0          0          0
1800.02/1800.34	c   strongcg         :       1.38         11          0          0          0          0
1800.02/1800.34	c   cmir             :       0.23         10          0          0        731          0
1800.02/1800.34	c   flowcover        :       0.18         10          0          0        817          0
1800.02/1800.34	c   clique           :       0.00          1          0          0          0          0
1800.02/1800.34	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.34	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.34	c Pricers            :       Time      Calls       Vars
1800.02/1800.34	c   problem variables:       0.00          0          0
1800.02/1800.34	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.34	c   relpscost        :     153.98      14575          0          0          0          0      29150
1800.02/1800.34	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.34	c   inference        :       0.00          0          0          0          0          0          0
1800.02/1800.34	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.34	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.34	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.34	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.34	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.34	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.34	c   LP solutions     :       0.00          -          0
1800.02/1800.34	c   pseudo solutions :       0.00          -          0
1800.02/1800.34	c   oneopt           :       0.00          6          1
1800.02/1800.34	c   guideddiving     :      50.90         35          0
1800.02/1800.34	c   veclendiving     :      59.13         48         36
1800.02/1800.34	c   linesearchdiving :      55.10         50         15
1800.02/1800.34	c   simplerounding   :       0.47      14584         65
1800.02/1800.34	c   rounding         :      12.84       5318          1
1800.02/1800.34	c   shifting         :       3.76       1338          1
1800.02/1800.34	c   intshifting      :       0.00          0          0
1800.02/1800.34	c   fixandinfer      :       0.00          0          0
1800.02/1800.34	c   feaspump         :       0.00          0          0
1800.02/1800.34	c   coefdiving       :      57.24         35        108
1800.02/1800.34	c   pscostdiving     :     280.13        203        309
1800.02/1800.34	c   fracdiving       :      59.90         40         16
1800.02/1800.34	c   intdiving        :       0.00          0          0
1800.02/1800.34	c   actconsdiving    :       0.00          0          0
1800.02/1800.34	c   objpscostdiving  :      82.38         21        269
1800.02/1800.34	c   rootsoldiving    :       7.67         34          0
1800.02/1800.34	c   octane           :       0.00          0          0
1800.02/1800.34	c   rens             :       0.01          0          0
1800.02/1800.34	c   rins             :       0.00          0          0
1800.02/1800.34	c   localbranching   :       0.00          0          0
1800.02/1800.34	c   mutation         :       0.00          0          0
1800.02/1800.34	c   crossover        :       1.07          4          2
1800.02/1800.34	c   dins             :       0.00          0          0
1800.02/1800.34	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.34	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.34	c   dual LP          :     958.21      14584    3791197     259.96    3956.54
1800.02/1800.34	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.34	c   diving/probing LP:     639.10      70139    3464116      49.39    5420.30
1800.02/1800.34	c   strong branching :     152.83       2398     634884     264.76    4154.18
1800.02/1800.34	c     (at root node) :          -         24      16729     697.04          -
1800.02/1800.34	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.34	c B&B Tree           :
1800.02/1800.34	c   number of runs   :          1
1800.02/1800.34	c   nodes            :      14575
1800.02/1800.34	c   nodes (total)    :      14575
1800.02/1800.34	c   nodes left       :      14523
1800.02/1800.34	c   max depth        :         96
1800.02/1800.34	c   max depth (total):         96
1800.02/1800.34	c   backtracks       :       1430 (9.8%)
1800.02/1800.34	c   delayed cutoffs  :          0
1800.02/1800.34	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.02/1800.34	c   avg switch length:       3.58
1800.02/1800.34	c   switching time   :       0.39
1800.02/1800.34	c Solution           :
1800.02/1800.34	c   Solutions found  :        823 (19 improvements)
1800.02/1800.34	c   Primal Bound     : +1.92000000000000e+02   (in run 1, after 13922 nodes, 1725.39 seconds, depth 12, found by <crossover>)
1800.02/1800.34	c   Dual Bound       : +1.65380534832664e+02
1800.02/1800.34	c   Gap              :      16.10 %
1800.02/1800.34	c   Root Dual Bound  : +1.63371889029689e+02
1800.02/1800.36	c Time complete: 1800.07.

Verifier Data

OK	192

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-3731397-1338687797/watcher-3731397-1338687797 -o /tmp/evaluation-result-3731397-1338687797/solver-3731397-1338687797 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3731397-1338687797.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/177 26408
/proc/meminfo: memFree=30316544/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=8948 CPUtime=0 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 1581 0 0 0 0 0 0 0 20 0 1 0 334904208 9162752 1534 33554432000 4194304 7823515 140734955876416 140734909391288 6883856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 2237 1534 354 887 0 1347 0

[startup+0.0516739 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26408
/proc/meminfo: memFree=30316544/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=16080 CPUtime=0.04 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 3619 0 0 0 4 0 0 0 20 0 1 0 334904208 16465920 3215 33554432000 4194304 7823515 140734955876416 140734909391288 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 4020 3215 518 887 0 3130 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16080

[startup+0.100295 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26408
/proc/meminfo: memFree=30316544/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=16080 CPUtime=0.09 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 3629 0 0 0 9 0 0 0 20 0 1 0 334904208 16465920 3225 33554432000 4194304 7823515 140734955876416 140734909391288 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 4020 3225 522 887 0 3130 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16080

[startup+0.300225 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26408
/proc/meminfo: memFree=30316544/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=17504 CPUtime=0.28 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 3950 0 0 0 28 0 0 0 20 0 1 0 334904208 17924096 3546 33554432000 4194304 7823515 140734955876416 140734909391288 6251968 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 4376 3546 523 887 0 3486 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 17504

[startup+0.700224 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26408
/proc/meminfo: memFree=30316544/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=18924 CPUtime=0.69 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 4396 0 0 0 68 1 0 0 20 0 1 0 334904208 19378176 3973 33554432000 4194304 7823515 140734955876416 140734955871752 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 4731 3973 559 887 0 3841 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18924

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26409
/proc/meminfo: memFree=30302748/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=20956 CPUtime=1.49 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 4867 0 0 0 148 1 0 0 20 0 1 0 334904208 21458944 4428 33554432000 4194304 7823515 140734955876416 140734955871752 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 5239 4428 559 887 0 4349 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20956

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26409
/proc/meminfo: memFree=30299648/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=21344 CPUtime=3.09 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 5061 0 0 0 307 2 0 0 20 0 1 0 334904208 21856256 4622 33554432000 4194304 7823515 140734955876416 140734955871608 6722880 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 5336 4622 559 887 0 4446 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21344

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26409
/proc/meminfo: memFree=30296780/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=23004 CPUtime=6.29 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 5461 0 0 0 625 4 0 0 20 0 1 0 334904208 23556096 5022 33554432000 4194304 7823515 140734955876416 140734955871112 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 5751 5022 564 887 0 4861 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23004

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26409
/proc/meminfo: memFree=30295432/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=23004 CPUtime=12.69 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 5461 0 0 0 1262 7 0 0 20 0 1 0 334904208 23556096 5022 33554432000 4194304 7823515 140734955876416 140734955871112 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 5751 5022 564 887 0 4861 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23004

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26409
/proc/meminfo: memFree=30294352/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=23004 CPUtime=25.49 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 5463 0 0 0 2536 13 0 0 20 0 1 0 334904208 23556096 5024 33554432000 4194304 7823515 140734955876416 140734955871112 6237308 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 5751 5024 566 887 0 4861 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23004

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26409
/proc/meminfo: memFree=30291376/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=23004 CPUtime=51.08 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 5471 0 0 0 5079 29 0 0 20 0 1 0 334904208 23556096 5032 33554432000 4194304 7823515 140734955876416 140734955871752 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 5751 5032 572 887 0 4861 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23004

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26409
/proc/meminfo: memFree=30286712/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=23184 CPUtime=102.28 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 9505 0 0 0 10155 73 0 0 20 0 1 0 334904208 23740416 5345 33554432000 4194304 7823515 140734955876416 140734955872312 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 5796 5345 581 887 0 4906 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 23184

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 26409
/proc/meminfo: memFree=30280264/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=23040 CPUtime=162.26 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 11416 0 0 0 16109 117 0 0 20 0 1 0 334904208 23592960 5337 33554432000 4194304 7823515 140734955876416 140734955872312 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 5760 5337 581 887 0 4870 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 23040

[startup+222.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 26409
/proc/meminfo: memFree=30274312/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=23308 CPUtime=222.25 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 11444 0 0 0 22065 160 0 0 20 0 1 0 334904208 23867392 5365 33554432000 4194304 7823515 140734955876416 140734955871752 6254076 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 5827 5365 581 887 0 4937 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 23308

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/178 26410
/proc/meminfo: memFree=30265136/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=24916 CPUtime=282.24 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 11914 0 0 0 28022 202 0 0 20 0 1 0 334904208 25513984 5835 33554432000 4194304 7823515 140734955876416 140734955872344 6205834 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 6229 5835 581 887 0 5339 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 24916

[startup+342.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/178 26410
/proc/meminfo: memFree=30256856/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=24288 CPUtime=342.24 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 12419 0 0 0 33980 244 0 0 20 0 1 0 334904208 24870912 5646 33554432000 4194304 7823515 140734955876416 140734955871880 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 6072 5646 581 887 0 5182 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 24288

[startup+402.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/178 26619
/proc/meminfo: memFree=30250760/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=24952 CPUtime=402.22 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 12560 0 0 0 39931 291 0 0 20 0 1 0 334904208 25550848 5785 33554432000 4194304 7823515 140734955876416 140734955872216 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 6238 5785 581 887 0 5348 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 24952

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 26621
/proc/meminfo: memFree=30245436/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=24568 CPUtime=462.21 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 13150 0 0 0 45896 325 0 0 20 0 1 0 334904208 25157632 5712 33554432000 4194304 7823515 140734955876416 140734955872168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 6142 5712 581 887 0 5252 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 24568

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 26621
/proc/meminfo: memFree=30236888/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=25912 CPUtime=522.2 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 13467 0 0 0 51856 364 0 0 20 0 1 0 334904208 26533888 6029 33554432000 4194304 7823515 140734955876416 140734955871880 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 6478 6029 581 887 0 5588 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 25912

[startup+582.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/177 26622
/proc/meminfo: memFree=30228828/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=26156 CPUtime=582.2 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 13522 0 0 0 57817 403 0 0 20 0 1 0 334904208 26783744 6084 33554432000 4194304 7823515 140734955876416 140734955871752 5954688 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 6539 6084 581 887 0 5649 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 26156

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 26661
/proc/meminfo: memFree=30735468/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=28440 CPUtime=882.15 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 14086 0 0 0 87658 557 0 0 20 0 1 0 334904208 29122560 6647 33554432000 4194304 7823515 140734955876416 140734955871896 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 7110 6647 581 887 0 6220 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 28440

[startup+942.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 26661
/proc/meminfo: memFree=30733172/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=29788 CPUtime=942.13 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 14421 0 0 0 93625 588 0 0 20 0 1 0 334904208 30502912 6982 33554432000 4194304 7823515 140734955876416 140734955872312 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 7447 6982 581 887 0 6557 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 29788

[startup+1002.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 26661
/proc/meminfo: memFree=30732548/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=29788 CPUtime=1002.13 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 14449 0 0 0 99593 620 0 0 20 0 1 0 334904208 30502912 7010 33554432000 4194304 7823515 140734955876416 140734955871896 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 7447 7010 581 887 0 6557 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 29788

[startup+1062.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/178 26664
/proc/meminfo: memFree=30721804/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=30972 CPUtime=1062.12 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 14757 0 0 0 105561 651 0 0 20 0 1 0 334904208 31715328 7318 33554432000 4194304 7823515 140734955876416 140734955872248 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 7743 7318 581 887 0 6853 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 30972

[startup+1122.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/178 26687
/proc/meminfo: memFree=30721556/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=30972 CPUtime=1122.11 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 14757 0 0 0 111530 681 0 0 20 0 1 0 334904208 31715328 7318 33554432000 4194304 7823515 140734955876416 140734955871752 6248752 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 7743 7318 581 887 0 6853 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 30972

[startup+1182.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 26688
/proc/meminfo: memFree=30721440/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=30972 CPUtime=1182.1 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 14757 0 0 0 117501 709 0 0 20 0 1 0 334904208 31715328 7318 33554432000 4194304 7823515 140734955876416 140734955871752 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 7743 7318 581 887 0 6853 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 30972

[startup+1242.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 26688
/proc/meminfo: memFree=30721440/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=30972 CPUtime=1242.09 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 14757 0 0 0 123473 736 0 0 20 0 1 0 334904208 31715328 7318 33554432000 4194304 7823515 140734955876416 140734955872168 6206232 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 7743 7318 581 887 0 6853 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 30972

[startup+1302.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/177 26688
/proc/meminfo: memFree=30721068/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=31236 CPUtime=1302.09 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 14774 0 0 0 129444 765 0 0 20 0 1 0 334904208 31985664 7335 33554432000 4194304 7823515 140734955876416 140734955872248 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 7809 7335 581 887 0 6919 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 31236

[startup+1362.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 26688
/proc/meminfo: memFree=30720820/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=31780 CPUtime=1362.07 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 14855 0 0 0 135413 794 0 0 20 0 1 0 334904208 32542720 7416 33554432000 4194304 7823515 140734955876416 140734955872168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 7945 7416 581 887 0 7055 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 31780

[startup+1422.31 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 26688
/proc/meminfo: memFree=30720944/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=31780 CPUtime=1422.07 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 14855 0 0 0 141384 823 0 0 20 0 1 0 334904208 32542720 7416 33554432000 4194304 7823515 140734955876416 140734955872168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 7945 7416 581 887 0 7055 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 31780

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/176 26688
/proc/meminfo: memFree=30719028/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=33148 CPUtime=1482.05 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 15276 0 0 0 147345 860 0 0 20 0 1 0 334904208 33943552 7836 33554432000 4194304 7823515 140734955876416 140734955871080 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 8287 7836 581 887 0 7397 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 33148

[startup+1542.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 26689
/proc/meminfo: memFree=30716848/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=33740 CPUtime=1542.05 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 15386 0 0 0 153310 895 0 0 20 0 1 0 334904208 34549760 7966 33554432000 4194304 7823515 140734955876416 140734955871752 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 8435 7966 581 887 0 7545 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 33740

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 26689
/proc/meminfo: memFree=30716784/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=33740 CPUtime=1602.04 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 15386 0 0 0 159269 935 0 0 20 0 1 0 334904208 34549760 7966 33554432000 4194304 7823515 140734955876416 140734955872904 6209798 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 8435 7966 581 887 0 7545 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 33740

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 26692
/proc/meminfo: memFree=30717528/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=33740 CPUtime=1662.03 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 15387 0 0 0 165231 972 0 0 20 0 1 0 334904208 34549760 7967 33554432000 4194304 7823515 140734955876416 140734955872248 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 8435 7967 581 887 0 7545 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 33740

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 26693
/proc/meminfo: memFree=30717156/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=33740 CPUtime=1722.02 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 15388 0 0 0 171192 1010 0 0 20 0 1 0 334904208 34549760 7968 33554432000 4194304 7823515 140734955876416 140734955871752 6206185 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 8435 7968 581 887 0 7545 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 33740

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 26693
/proc/meminfo: memFree=30716164/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=34416 CPUtime=1782.01 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 17979 0 0 0 177148 1053 0 0 20 0 1 0 334904208 35241984 8122 33554432000 4194304 7823515 140734955876416 140734955872216 6206181 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 8604 8122 581 887 0 7714 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 34416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 26694
/proc/meminfo: memFree=30716412/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=34416 CPUtime=1800.02 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 17979 0 0 0 178938 1064 0 0 20 0 1 0 334904208 35241984 8122 33554432000 4194304 7823515 140734955876416 140734955872168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 8604 8122 581 887 0 7714 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 34416

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.00 2.02 2.00 3/177 26694
/proc/meminfo: memFree=30716412/32873844 swapFree=7900/7900
[pid=26408] ppid=26406 vsize=34416 CPUtime=1800.02 cores=1,3,5,7
/proc/26408/stat : 26408 (pbscip.linux.x8) R 26406 26408 17150 0 -1 4202496 17979 0 0 0 178938 1064 0 0 20 0 1 0 334904208 35241984 8122 33554432000 4194304 7823515 140734955876416 140734955872168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26408/statm: 8604 8122 581 887 0 7714 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 34416

Child status: 0
Real time (s): 1800.37
CPU time (s): 1800.08
CPU user time (s): 1789.44
CPU system time (s): 10.6444
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 44504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.44
system time used= 10.6444
maximum resident set size= 41716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17984
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= 1851

runsolver used 2.78058 second user time and 9.06462 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-03 03:43:17
IDJOB=3731397
IDBENCH=1950
IDSOLVER=2321
FILE ID=node137/3731397-1338687797
RUNJOBID= node137-1338679216-25613
PBS_JOBID= 14636676
Free space on /tmp= 70320 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_13.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-3731397-1338687797/watcher-3731397-1338687797 -o /tmp/evaluation-result-3731397-1338687797/solver-3731397-1338687797 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3731397-1338687797.opb

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

MD5SUM BENCH= 9828b7020b058ee74169951dda258843
RANDOM SEED=336710658

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:        30316908 kB
Buffers:          171048 kB
Cached:          1100460 kB
SwapCached:         5796 kB
Active:          1129596 kB
Inactive:         611204 kB
Active(anon):     464356 kB
Inactive(anon):     7184 kB
Active(file):     665240 kB
Inactive(file):   604020 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:              9720 kB
Writeback:             0 kB
AnonPages:        421136 kB
Mapped:            11144 kB
Shmem:                 0 kB
Slab:             677108 kB
SReclaimable:     118596 kB
SUnreclaim:       558512 kB
KernelStack:        1488 kB
PageTables:         5012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     594204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    346112 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= 70316 MiB
End job on node137 at 2012-06-03 04:13:19