Trace number 3731474

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)SAT189 1797.46 1797.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_19.opb.PB06.opb
MD5SUM80b0f13939656efa52b7dd958ee28431
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark184
Best CPU time to get the best result obtained on this benchmark1796.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 180
Optimality of the best value was proved NO
Number of variables467
Total number of constraints466
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 constraints466
Minimum length of a constraint3
Maximum length of a constraint15
Number of terms in the objective function 467
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 467
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 467
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-3731474-1338688446.opb>
0.00/0.01	c original problem has 467 variables (467 bin, 0 int, 0 impl, 0 cont) and 466 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, 41 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, 41 chg coeffs, 466 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 3) 0 del vars, 5 del conss, 0 chg bounds, 130 chg sides, 301 chg coeffs, 466 upgd conss, 156 impls, 0 clqs
0.00/0.02	c (round 4) 0 del vars, 32 del conss, 0 chg bounds, 219 chg sides, 406 chg coeffs, 466 upgd conss, 156 impls, 0 clqs
0.00/0.02	c (round 5) 0 del vars, 94 del conss, 0 chg bounds, 231 chg sides, 424 chg coeffs, 466 upgd conss, 156 impls, 0 clqs
0.00/0.02	c (round 6) 0 del vars, 94 del conss, 0 chg bounds, 235 chg sides, 428 chg coeffs, 466 upgd conss, 156 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 101/467 (21.6%) - 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, 94 deleted constraints, 0 tightened bounds, 0 added holes, 235 changed sides, 428 changed coefficients
0.00/0.02	c  156 implications, 0 cliques
0.00/0.02	c presolved problem has 467 variables (467 bin, 0 int, 0 impl, 0 cont) and 520 constraints
0.00/0.02	c     438 constraints of type <knapsack>
0.00/0.02	c      78 constraints of type <setppc>
0.00/0.02	c       4 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.02	c OPT-LIN
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = c 13950
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = c 1791
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = c 10000
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving problem
0.00/0.02	c 
0.19/0.26	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.26	c   0.2s|     1 |     0 |  1857 |2417k|   0 | 310 | 467 | 520 | 520 | 467 | 520 |   0 |   0 |   0 | 1.437985e+02 |      --      |    Inf 
0.19/0.26	o 324
0.19/0.26	c r 0.2s|     1 |     0 |  1857 |2431k|   0 | 310 | 467 | 520 | 520 | 467 | 520 |   0 |   0 |   0 | 1.437985e+02 | 3.240000e+02 | 125.32%
0.19/0.27	o 323
0.19/0.27	c R 0.3s|     1 |     0 |  1857 |2444k|   0 | 310 | 467 | 520 | 520 | 467 | 520 |   0 |   0 |   0 | 1.437985e+02 | 3.230000e+02 | 124.62%
0.19/0.27	o 322
0.19/0.27	c s 0.3s|     1 |     0 |  1857 |2457k|   0 | 310 | 467 | 520 | 520 | 467 | 520 |   0 |   0 |   0 | 1.437985e+02 | 3.220000e+02 | 123.92%
0.59/0.66	c   0.7s|     1 |     0 |  2582 |2803k|   0 | 382 | 467 | 520 | 520 | 467 | 767 | 247 |   0 |   0 | 1.488762e+02 | 3.220000e+02 | 116.29%
1.19/1.21	c   1.2s|     1 |     0 |  3418 |3083k|   0 | 411 | 467 | 520 | 520 | 467 | 964 | 444 |   0 |   0 | 1.524390e+02 | 3.220000e+02 | 111.23%
1.79/1.81	c   1.8s|     1 |     0 |  4273 |3273k|   0 | 414 | 467 | 520 | 520 | 467 |1103 | 583 |   0 |   0 | 1.542811e+02 | 3.220000e+02 | 108.71%
2.38/2.41	c   2.4s|     1 |     0 |  4959 |3382k|   0 | 424 | 467 | 520 | 520 | 467 |1201 | 681 |   0 |   0 | 1.552431e+02 | 3.220000e+02 | 107.42%
2.89/2.95	c   2.9s|     1 |     0 |  5409 |3456k|   0 | 426 | 467 | 520 | 520 | 467 |1267 | 747 |   0 |   0 | 1.555905e+02 | 3.220000e+02 | 106.95%
3.39/3.49	c   3.5s|     1 |     0 |  5774 |3503k|   0 | 425 | 467 | 520 | 520 | 467 |1307 | 787 |   0 |   0 | 1.557754e+02 | 3.220000e+02 | 106.71%
3.99/4.00	c   4.0s|     1 |     0 |  6005 |3520k|   0 | 425 | 467 | 520 | 520 | 467 |1322 | 802 |   0 |   0 | 1.558609e+02 | 3.220000e+02 | 106.59%
4.29/4.38	c   4.3s|     1 |     0 |  6095 |3530k|   0 | 431 | 467 | 520 | 520 | 467 |1329 | 809 |   0 |   0 | 1.558763e+02 | 3.220000e+02 | 106.57%
4.79/4.81	c   4.8s|     1 |     0 |  6226 |3541k|   0 | 426 | 467 | 520 | 520 | 467 |1338 | 818 |   0 |   0 | 1.559056e+02 | 3.220000e+02 | 106.54%
5.09/5.16	o 201
5.09/5.16	c k 5.1s|     1 |     0 |  6226 |3561k|   0 | 426 | 467 | 520 | 520 | 467 |1338 | 818 |   0 |   0 | 1.559056e+02 | 2.010000e+02 |  28.92%
5.09/5.17	c   5.1s|     1 |     0 |  6226 |3554k|   0 | 426 | 467 | 520 | 520 | 467 |1338 | 818 |   0 |   0 | 1.559056e+02 | 2.010000e+02 |  28.92%
9.49/9.51	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.49/9.51	c   9.5s|     1 |     2 |  6226 |3555k|   0 | 426 | 467 | 520 | 520 | 467 |1338 | 818 |   0 |  17 | 1.559056e+02 | 2.010000e+02 |  28.92%
47.48/47.56	o 200
47.48/47.56	c p47.4s|    40 |    41 | 28942 |4433k|  26 |   - | 467 | 520 | 337 | 467 |1046 | 818 |   0 | 235 | 1.562612e+02 | 2.000000e+02 |  27.99%
47.48/47.57	o 200
47.48/47.57	c p47.4s|    40 |    41 | 28992 |4441k|  26 |   - | 467 | 520 | 318 | 467 |1046 | 818 |   0 | 235 | 1.562612e+02 | 2.000000e+02 |  27.99%
47.48/47.57	o 199
47.48/47.57	c p47.4s|    40 |    41 | 28997 |4442k|  26 |   - | 467 | 520 | 315 | 467 |1046 | 818 |   0 | 235 | 1.562612e+02 | 1.990000e+02 |  27.35%
47.48/47.57	o 198
47.48/47.57	c p47.4s|    40 |    41 | 28998 |4443k|  26 |   - | 467 | 520 | 314 | 467 |1046 | 818 |   0 | 235 | 1.562612e+02 | 1.980000e+02 |  26.71%
56.18/56.23	o 197
56.18/56.23	c o56.0s|    81 |    82 | 68782 |4378k|  41 |  31 | 467 | 520 | 494 | 467 |1046 | 818 |   0 | 235 | 1.562612e+02 | 1.970000e+02 |  26.07%
56.18/56.24	o 196
56.18/56.24	c o56.0s|    81 |    82 | 68826 |4378k|  41 |  29 | 467 | 520 | 494 | 467 |1046 | 818 |   0 | 235 | 1.562612e+02 | 1.960000e+02 |  25.43%
56.18/56.25	o 195
56.18/56.25	c o56.1s|    81 |    82 | 68986 |4378k|  41 |  20 | 467 | 520 | 494 | 467 |1046 | 818 |   0 | 235 | 1.562612e+02 | 1.950000e+02 |  24.79%
74.78/74.87	o 195
74.78/74.87	c p74.6s|   554 |   507 |148799 |4914k| 135 |   - | 467 | 528 | 328 | 467 |1046 | 818 |   8 | 371 | 1.563039e+02 | 1.950000e+02 |  24.76%
74.78/74.88	o 194
74.78/74.88	c p74.6s|   554 |   507 |148820 |4915k| 135 |   - | 467 | 528 | 324 | 467 |1046 | 818 |   8 | 371 | 1.563039e+02 | 1.940000e+02 |  24.12%
74.78/74.88	o 193
74.78/74.88	c p74.6s|   554 |   490 |148831 |4903k| 135 |   - | 467 | 528 | 321 | 467 |1046 | 818 |   8 | 371 | 1.563039e+02 | 1.930000e+02 |  23.48%
74.78/74.88	o 192
74.78/74.88	c p74.6s|   554 |   478 |148854 |4898k| 135 |   - | 467 | 528 | 309 | 467 |1046 | 818 |   8 | 371 | 1.563039e+02 | 1.920000e+02 |  22.84%
74.78/74.88	o 191
74.78/74.88	c p74.6s|   554 |   463 |148856 |4888k| 135 |   - | 467 | 528 | 304 | 467 |1046 | 818 |   8 | 371 | 1.563039e+02 | 1.910000e+02 |  22.20%
235.36/235.49	o 191
235.36/235.49	c p 235s|  3664 |  2993 |937065 |6872k| 135 |   - | 467 | 572 | 324 | 467 |1046 | 818 |  52 | 848 | 1.567514e+02 | 1.910000e+02 |  21.85%
235.46/235.55	o 190
235.46/235.55	c k 235s|  3665 |  2953 |937271 |6666k| 135 | 290 | 467 | 572 | 534 | 467 |1046 | 818 |  52 | 848 | 1.567514e+02 | 1.900000e+02 |  21.21%
252.45/252.51	o 189
252.45/252.51	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
252.45/252.51	c p 252s|  3934 |  2962 |  1018k|6820k| 135 |   - | 467 | 572 | 331 | 467 |1046 | 818 |  52 | 925 | 1.567838e+02 | 1.890000e+02 |  20.55%
512.00/512.14	c   510s| 10000 |  7074 |  2295k|9833k| 135 |   - | 467 | 622 | 450 | 467 |1046 | 818 | 102 |1340 | 1.570165e+02 | 1.890000e+02 |  20.37%
877.45/877.68	c   874s| 20000 | 10310 |  3934k|  12M| 135 | 123 | 467 | 655 | 491 | 467 |1046 | 818 | 157 |1821 | 1.572394e+02 | 1.890000e+02 |  20.20%
1255.89/1256.17	c  1251s| 30000 | 13340 |  5617k|  14M| 135 | 114 | 467 | 681 | 525 | 467 |1046 | 818 | 198 |2371 | 1.573850e+02 | 1.890000e+02 |  20.09%
1612.14/1612.41	c  1606s| 40000 | 16344 |  7203k|  16M| 135 | 206 | 467 | 702 | 545 | 467 |1046 | 818 | 241 |2780 | 1.574716e+02 | 1.890000e+02 |  20.02%
1797.41/1797.71	c 
1797.41/1797.71	c SCIP Status        : solving was interrupted [time limit reached]
1797.41/1797.71	c Solving Time (sec) : 1791.00
1797.41/1797.71	c Solving Nodes      : 44564
1797.41/1797.71	c Primal Bound       : +1.89000000000000e+02 (707 solutions)
1797.41/1797.71	c Dual Bound         : +1.57509339153497e+02
1797.41/1797.71	c Gap                : 19.99 %
1797.41/1797.71	c NODE         44564
1797.41/1797.71	c DUAL BOUND   157.509
1797.41/1797.71	c PRIMAL BOUND 189
1797.41/1797.71	c GAP          0.199929
1797.41/1797.71	s SATISFIABLE
1797.41/1797.71	v -x467 x466 x465 -x464 x463 -x462 -x461 x460 -x459 -x458 x457 -x456 x455 x454 -x453 x452 -x451 -x450 x449 -x448 -x447 -x446 -x445 
1797.41/1797.71	v -x444 x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 x435 x434 -x433 x432 -x431 -x430 -x429 -x428 x427 x426 x425 -x424 x423 
1797.41/1797.71	v -x422 -x421 -x420 -x419 -x418 -x417 x416 -x415 x414 x413 -x412 -x411 -x410 x409 -x408 x407 -x406 -x405 x404 -x403 -x402 x401 
1797.41/1797.71	v -x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 x391 x390 x389 -x388 -x387 -x386 x385 -x384 -x383 -x382 -x381 -x380 x379 
1797.41/1797.71	v -x378 x377 -x376 -x375 x374 -x373 -x372 -x371 -x370 x369 -x368 -x367 x366 x365 -x364 x363 x362 x361 -x360 x359 x358 -x357 
1797.41/1797.71	v -x356 -x355 -x354 -x353 x352 -x351 -x350 -x349 -x348 x347 -x346 -x345 -x344 -x343 -x342 -x341 x340 x339 -x338 x337 x336 -x335 
1797.41/1797.71	v x334 -x333 -x332 -x331 -x330 x329 x328 x327 -x326 -x325 x324 x323 x322 -x321 -x320 -x319 -x318 -x317 x316 x315 x314 -x313 -x312 
1797.41/1797.71	v -x311 x310 -x309 x308 x307 -x306 x305 -x304 x303 -x302 x301 x300 -x299 -x298 x297 -x296 x295 x294 -x293 -x292 -x291 x290 
1797.41/1797.71	v -x289 x288 -x287 -x286 -x285 x284 x283 x282 x281 -x280 x279 x278 -x277 x276 x275 -x274 x273 x272 -x271 x270 x269 -x268 -x267 
1797.41/1797.71	v -x266 -x265 x264 x263 x262 -x261 -x260 -x259 -x258 -x257 x256 x255 -x254 -x253 -x252 -x251 -x250 x249 -x248 -x247 x246 -x245 
1797.41/1797.71	v x244 -x243 x242 -x241 x240 -x239 x238 -x237 -x236 -x235 -x234 -x233 x232 -x231 x230 x229 x228 -x227 -x226 -x225 -x224 x223 x222 
1797.41/1797.71	v -x221 -x220 x219 x218 -x217 x216 -x215 -x214 x213 -x212 -x211 x210 -x209 x208 x207 -x206 -x205 -x204 x203 -x202 x201 x200 
1797.41/1797.71	v -x199 -x198 -x197 -x196 -x195 -x194 x193 x192 -x191 -x190 -x189 x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 x180 -x179 -x178 
1797.41/1797.71	v x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 x169 -x168 -x167 x166 x165 x164 x163 -x162 -x161 x160 -x159 -x158 -x157 x156 
1797.41/1797.71	v x155 x154 x153 x152 -x151 -x150 x149 -x148 -x147 -x146 x145 -x144 x143 x142 x141 x140 x139 x138 -x137 x136 -x135 x134 -x133 -x132 
1797.41/1797.71	v -x131 x130 -x129 -x128 -x127 -x126 x125 x124 -x123 -x122 -x121 -x120 x119 x118 -x117 x116 -x115 -x114 -x113 x112 -x111 -x110 
1797.41/1797.71	v -x109 x108 x107 -x106 x105 x104 x103 x102 x101 -x100 -x99 x98 x97 x96 x95 -x94 -x93 -x92 -x91 -x90 -x89 x88 x87 x86 -x85 
1797.41/1797.71	v -x84 -x83 -x82 -x81 x80 -x79 x78 -x77 -x76 x75 x74 x73 x72 x71 -x70 x69 x68 -x67 x66 x65 x64 -x63 x62 x61 x60 x59 -x58 -x57 
1797.41/1797.71	v -x56 -x55 x54 x53 -x52 x51 x50 -x49 x48 x47 -x46 x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 x34 -x33 -x32 -x31 x30 
1797.41/1797.71	v -x29 -x28 -x27 -x26 x25 -x24 -x23 x22 -x21 -x20 x19 -x18 -x17 -x16 x15 x14 x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 
1797.41/1797.71	v x1 
1797.41/1797.71	c SCIP Status        : solving was interrupted [time limit reached]
1797.41/1797.71	c Solving Time       :    1791.00
1797.41/1797.71	c Original Problem   :
1797.41/1797.71	c   Problem name     : HOME/instance-3731474-1338688446.opb
1797.41/1797.71	c   Variables        : 467 (467 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.41/1797.71	c   Constraints      : 466 initial, 466 maximal
1797.41/1797.71	c Presolved Problem  :
1797.41/1797.71	c   Problem name     : t_HOME/instance-3731474-1338688446.opb
1797.41/1797.71	c   Variables        : 467 (467 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.41/1797.71	c   Constraints      : 520 initial, 706 maximal
1797.41/1797.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.41/1797.71	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.41/1797.71	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1797.41/1797.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.41/1797.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.41/1797.71	c   implics          :       0.00          0          0          0          0          0          0          0          0
1797.41/1797.71	c   probing          :       0.01          0          0          0          0          0          0          0          0
1797.41/1797.71	c   knapsack         :       0.00          0          0          0          0          0         24        235        387
1797.41/1797.71	c   setppc           :       0.00          0          0          0          0          0         70          0          0
1797.41/1797.71	c   linear           :       0.01          0          0          0          0          0          0          0         41
1797.41/1797.71	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1797.41/1797.71	c   root node        :          -          0          -          -          0          -          -          -          -
1797.41/1797.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.41/1797.71	c   integral         :          0          0          0      31370          0          1         59          0          0      62672
1797.41/1797.71	c   knapsack         :        438         10     202360          0          0          0     139541        560          0          0
1797.41/1797.71	c   setppc           :         78         10     202341          0          0          0      19528          0          0          0
1797.41/1797.71	c   logicor          :          4+        10      39525          0          0          0          0          0          0          0
1797.41/1797.71	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1797.41/1797.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.41/1797.71	c   integral         :     136.88       0.00       0.00     136.88       0.00
1797.41/1797.71	c   knapsack         :       1.37       0.00       1.37       0.00       0.00
1797.41/1797.71	c   setppc           :       0.15       0.00       0.15       0.00       0.00
1797.41/1797.71	c   logicor          :       0.02       0.00       0.02       0.00       0.00
1797.41/1797.71	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.41/1797.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.41/1797.71	c   rootredcost      :       0.06         10          0          0
1797.41/1797.71	c   pseudoobj        :       1.57     202903          0          0
1797.41/1797.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.41/1797.71	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.41/1797.71	c   infeasible LP    :       0.01        258        258        258        4.4          0        0.0          0
1797.41/1797.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.41/1797.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.41/1797.71	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.41/1797.71	c   applied globally :          -          -          -        258        4.4          -          -          -
1797.41/1797.71	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.41/1797.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.41/1797.71	c   cut pool         :       0.00          9          -          -        384          -    (maximal pool size: 1872)
1797.41/1797.71	c   redcost          :       0.93      55610          0     418372          0          0
1797.41/1797.71	c   impliedbounds    :       0.00         11          0          0          0          0
1797.41/1797.71	c   intobj           :       0.00          0          0          0          0          0
1797.41/1797.71	c   gomory           :       1.61         11          0          0          2          0
1797.41/1797.71	c   strongcg         :       1.48         11          0          0          2          0
1797.41/1797.71	c   cmir             :       0.25         10          0          0        816          0
1797.41/1797.71	c   flowcover        :       0.29         10          0          0        958          0
1797.41/1797.71	c   clique           :       0.00          1          0          0          0          0
1797.41/1797.71	c   zerohalf         :       0.00          0          0          0          0          0
1797.41/1797.71	c   mcf              :       0.00          1          0          0          0          0
1797.41/1797.71	c Pricers            :       Time      Calls       Vars
1797.41/1797.71	c   problem variables:       0.00          0          0
1797.41/1797.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.41/1797.71	c   relpscost        :     136.86      31370          1         59          0          0      62672
1797.41/1797.71	c   pscost           :       0.00          0          0          0          0          0          0
1797.41/1797.71	c   inference        :       0.00          0          0          0          0          0          0
1797.41/1797.71	c   mostinf          :       0.00          0          0          0          0          0          0
1797.41/1797.71	c   leastinf         :       0.00          0          0          0          0          0          0
1797.41/1797.71	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.41/1797.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.41/1797.71	c   random           :       0.00          0          0          0          0          0          0
1797.41/1797.71	c Primal Heuristics  :       Time      Calls      Found
1797.41/1797.71	c   LP solutions     :       0.00          -          0
1797.41/1797.71	c   pseudo solutions :       0.00          -          0
1797.41/1797.71	c   oneopt           :       0.01          7          2
1797.41/1797.71	c   crossover        :       0.08          3          0
1797.41/1797.71	c   linesearchdiving :      55.33         61          2
1797.41/1797.71	c   veclendiving     :      78.93         65         71
1797.41/1797.71	c   pscostdiving     :     249.68        262        262
1797.41/1797.71	c   simplerounding   :       0.72      49784         36
1797.41/1797.71	c   rounding         :       8.43      10326          1
1797.41/1797.71	c   shifting         :       2.88       2847          1
1797.41/1797.71	c   intshifting      :       0.00          0          0
1797.41/1797.71	c   fixandinfer      :       0.00          0          0
1797.41/1797.71	c   feaspump         :       0.00          0          0
1797.41/1797.71	c   coefdiving       :      58.40         52        137
1797.41/1797.71	c   fracdiving       :      58.04         43          0
1797.41/1797.71	c   intdiving        :       0.00          0          0
1797.41/1797.71	c   actconsdiving    :       0.00          0          0
1797.41/1797.71	c   objpscostdiving  :      98.52         44        195
1797.41/1797.71	c   rootsoldiving    :      13.18         66          0
1797.41/1797.71	c   guideddiving     :      56.94         49          0
1797.41/1797.71	c   octane           :       0.00          0          0
1797.41/1797.71	c   rens             :       0.00          0          0
1797.41/1797.71	c   rins             :       0.00          0          0
1797.41/1797.71	c   localbranching   :       0.00          0          0
1797.41/1797.71	c   mutation         :       0.00          0          0
1797.41/1797.71	c   dins             :       0.00          0          0
1797.41/1797.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.41/1797.71	c   primal LP        :       0.00          0          0       0.00          -
1797.41/1797.71	c   dual LP          :     954.18      62989    4484820      71.20    4700.18
1797.41/1797.71	c   barrier LP       :       0.00          0          0       0.00          -
1797.41/1797.71	c   diving/probing LP:     653.78      80323    3542901      44.11    5419.10
1797.41/1797.71	c   strong branching :     135.19       2964     561632     189.48    4154.39
1797.41/1797.71	c     (at root node) :          -         17      12298     723.41          -
1797.41/1797.71	c   conflict analysis:       0.00          0          0       0.00          -
1797.41/1797.71	c B&B Tree           :
1797.41/1797.71	c   number of runs   :          1
1797.41/1797.71	c   nodes            :      44564
1797.41/1797.71	c   nodes (total)    :      44564
1797.41/1797.71	c   nodes left       :      17838
1797.41/1797.71	c   max depth        :        135
1797.41/1797.71	c   max depth (total):        135
1797.41/1797.71	c   backtracks       :       7636 (17.1%)
1797.41/1797.71	c   delayed cutoffs  :          0
1797.41/1797.71	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.41/1797.71	c   avg switch length:       7.94
1797.41/1797.71	c   switching time   :       1.42
1797.41/1797.71	c Solution           :
1797.41/1797.71	c   Solutions found  :        707 (19 improvements)
1797.41/1797.71	c   Primal Bound     : +1.89000000000000e+02   (in run 1, after 3934 nodes, 251.50 seconds, depth 235, found by <pscostdiving>)
1797.41/1797.71	c   Dual Bound       : +1.57509339153497e+02
1797.41/1797.71	c   Gap              :      19.99 %
1797.41/1797.71	c   Root Dual Bound  : +1.55905585292276e+02
1797.41/1797.73	c Time complete: 1797.45.

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 24112
/proc/meminfo: memFree=23852168/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=8952 CPUtime=0 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 1584 0 0 0 0 0 0 0 20 0 1 0 334973156 9166848 1536 33554432000 4194304 7823515 140735067868384 140735801347368 6908082 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 2238 1536 354 887 0 1348 0

[startup+0.103382 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 24112
/proc/meminfo: memFree=23852168/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=16300 CPUtime=0.09 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 3663 0 0 0 9 0 0 0 20 0 1 0 334973156 16691200 3256 33554432000 4194304 7823515 140735067868384 140735801347368 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 4075 3256 521 887 0 3185 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16300

[startup+0.200295 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 24112
/proc/meminfo: memFree=23852168/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=17048 CPUtime=0.19 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 3843 0 0 0 19 0 0 0 20 0 1 0 334973156 17457152 3436 33554432000 4194304 7823515 140735067868384 140735067863720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 4262 3436 521 887 0 3372 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17048

[startup+0.300262 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 24112
/proc/meminfo: memFree=23852168/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=17668 CPUtime=0.28 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 3981 0 0 0 28 0 0 0 20 0 1 0 334973156 18092032 3574 33554432000 4194304 7823515 140735067868384 140735067863720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 4417 3574 541 887 0 3527 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 17668

[startup+0.700236 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 24112
/proc/meminfo: memFree=23852168/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=19268 CPUtime=0.69 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 4499 0 0 0 68 1 0 0 20 0 1 0 334973156 19730432 4071 33554432000 4194304 7823515 140735067868384 140735067863720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 4817 4071 559 887 0 3927 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19268

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24113
/proc/meminfo: memFree=23837280/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=20828 CPUtime=1.49 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 4817 0 0 0 148 1 0 0 20 0 1 0 334973156 21327872 4374 33554432000 4194304 7823515 140735067868384 140735067863720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 5207 4374 559 887 0 4317 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20828

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24113
/proc/meminfo: memFree=23836040/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=22196 CPUtime=3.09 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 5237 0 0 0 307 2 0 0 20 0 1 0 334973156 22728704 4794 33554432000 4194304 7823515 140735067868384 140735067864136 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 5549 4794 559 887 0 4659 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22196

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24113
/proc/meminfo: memFree=23832196/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=24360 CPUtime=6.29 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 5798 0 0 0 626 3 0 0 20 0 1 0 334973156 24944640 5343 33554432000 4194304 7823515 140735067868384 140735067863080 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 6090 5343 564 887 0 5200 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24360

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24113
/proc/meminfo: memFree=23831584/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=24360 CPUtime=12.68 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 5799 0 0 0 1264 4 0 0 20 0 1 0 334973156 24944640 5344 33554432000 4194304 7823515 140735067868384 140735067863544 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 6090 5344 565 887 0 5200 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 24360

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24113
/proc/meminfo: memFree=23830332/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=24360 CPUtime=25.48 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 5803 0 0 0 2541 7 0 0 20 0 1 0 334973156 24944640 5597 33554432000 4194304 7823515 140735067868384 140735067863496 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 6090 5597 565 887 0 5200 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24360

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24113
/proc/meminfo: memFree=23828712/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=24360 CPUtime=51.07 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 5807 0 0 0 5092 15 0 0 20 0 1 0 334973156 24944640 5617 33554432000 4194304 7823515 140735067868384 140735067864280 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 6090 5617 567 887 0 5200 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 24360

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24113
/proc/meminfo: memFree=23829456/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=22912 CPUtime=102.28 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 8423 0 0 0 10191 37 0 0 20 0 1 0 334973156 23461888 5238 33554432000 4194304 7823515 140735067868384 140735067863512 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 5728 5238 581 887 0 4838 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 22912

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24113
/proc/meminfo: memFree=23826912/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=26044 CPUtime=162.26 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 10500 0 0 0 16167 59 0 0 20 0 1 0 334973156 26669056 6054 33554432000 4194304 7823515 140735067868384 140735067864216 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 6511 6054 581 887 0 5621 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 26044

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24114
/proc/meminfo: memFree=23826912/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=26044 CPUtime=222.26 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 10500 0 0 0 22143 83 0 0 20 0 1 0 334973156 26669056 6054 33554432000 4194304 7823515 140735067868384 140735067865144 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 6511 6054 581 887 0 5621 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 26044

[startup+282.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 24114
/proc/meminfo: memFree=23824244/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=27476 CPUtime=282.24 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 11544 0 0 0 28117 107 0 0 20 0 1 0 334973156 28135424 6412 33554432000 4194304 7823515 140735067868384 140735067865000 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 6869 6412 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/175 24114
/proc/meminfo: memFree=23823872/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=28052 CPUtime=342.23 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 11688 0 0 0 34092 131 0 0 20 0 1 0 334973156 28725248 6556 33554432000 4194304 7823515 140735067868384 140735067863720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 7013 6556 581 887 0 6123 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 28052

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24117
/proc/meminfo: memFree=23823616/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=28052 CPUtime=402.22 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 11688 0 0 0 40070 152 0 0 20 0 1 0 334973156 28725248 6556 33554432000 4194304 7823515 140735067868384 140735067864200 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 7013 6556 581 887 0 6123 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 28052

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24140
/proc/meminfo: memFree=23821692/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=29776 CPUtime=462.22 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 12076 0 0 0 46045 177 0 0 20 0 1 0 334973156 30490624 6944 33554432000 4194304 7823515 140735067868384 140735067863720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 7444 6944 581 887 0 6554 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 29776

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24140
/proc/meminfo: memFree=23820148/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=30848 CPUtime=522.2 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 12388 0 0 0 52024 196 0 0 20 0 1 0 334973156 31588352 7255 33554432000 4194304 7823515 140735067868384 140735067864200 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 7712 7255 581 887 0 6822 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 30848

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 24141
/proc/meminfo: memFree=23820084/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=30848 CPUtime=582.19 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 12389 0 0 0 57998 221 0 0 20 0 1 0 334973156 31588352 7255 33554432000 4194304 7823515 140735067868384 140735067863720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 7712 7255 581 887 0 6822 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 30848

[startup+642.3 s]

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

/proc/meminfo: memFree=23813072/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=33916 CPUtime=1122.12 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 13164 0 0 0 111808 404 0 0 20 0 1 0 334973156 34729984 8029 33554432000 4194304 7823515 140735067868384 140735067864184 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 8479 8029 581 887 0 7589 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 33916

[startup+1182.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/175 24146
/proc/meminfo: memFree=23812824/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=33916 CPUtime=1182.1 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 13164 0 0 0 117786 424 0 0 20 0 1 0 334973156 34729984 8029 33554432000 4194304 7823515 140735067868384 140735067864136 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 8479 8029 581 887 0 7589 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 33916

[startup+1242.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/175 24184
/proc/meminfo: memFree=22563876/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=33916 CPUtime=1242.09 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 13164 0 0 0 123766 443 0 0 20 0 1 0 334973156 34729984 8029 33554432000 4194304 7823515 140735067868384 140735067863080 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 8479 8029 581 887 0 7589 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 33916

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 24184
/proc/meminfo: memFree=22550260/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=34424 CPUtime=1302.09 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 13247 0 0 0 129742 467 0 0 20 0 1 0 334973156 35250176 8112 33554432000 4194304 7823515 140735067868384 140735067864136 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 8606 8112 581 887 0 7716 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 34424

[startup+1362.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 24184
/proc/meminfo: memFree=22546812/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=34836 CPUtime=1362.08 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 13354 0 0 0 135720 488 0 0 20 0 1 0 334973156 35672064 8219 33554432000 4194304 7823515 140735067868384 140735067863848 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 8709 8219 581 887 0 7819 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 34836

[startup+1422.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/175 24184
/proc/meminfo: memFree=22491656/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=35324 CPUtime=1422.07 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 13489 0 0 0 141698 509 0 0 20 0 1 0 334973156 36171776 8354 33554432000 4194304 7823515 140735067868384 140735067864200 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 8831 8354 581 887 0 7941 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 35324

[startup+1482.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/175 24185
/proc/meminfo: memFree=22341792/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=36180 CPUtime=1482.06 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 13699 0 0 0 147675 531 0 0 20 0 1 0 334973156 37048320 8564 33554432000 4194304 7823515 140735067868384 140735067863720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 9045 8564 581 887 0 8155 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 36180

[startup+1542.31 s]
/proc/loadavg: 2.02 2.03 2.00 3/175 24185
/proc/meminfo: memFree=22226052/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=36880 CPUtime=1542.06 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 13898 0 0 0 153653 553 0 0 20 0 1 0 334973156 37765120 8763 33554432000 4194304 7823515 140735067868384 140735067864136 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 9220 8763 581 887 0 8330 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 36880

[startup+1602.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/176 24188
/proc/meminfo: memFree=22225536/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=36880 CPUtime=1602.03 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 13898 0 0 0 159627 576 0 0 20 0 1 0 334973156 37765120 8763 33554432000 4194304 7823515 140735067868384 140735067864264 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 9220 8763 581 887 0 8330 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 36880

[startup+1662.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/175 24188
/proc/meminfo: memFree=22223388/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=37036 CPUtime=1662.03 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 13899 0 0 0 165607 596 0 0 20 0 1 0 334973156 37924864 8764 33554432000 4194304 7823515 140735067868384 140735067863720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 9259 8764 581 887 0 8369 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 37036

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/175 24188
/proc/meminfo: memFree=22222352/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=37380 CPUtime=1722.02 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 14007 0 0 0 171584 618 0 0 20 0 1 0 334973156 38277120 8872 33554432000 4194304 7823515 140735067868384 140735067864184 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 9345 8872 581 887 0 8455 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 37380

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 24189
/proc/meminfo: memFree=22219016/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=38396 CPUtime=1782.01 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 14247 0 0 0 177563 638 0 0 20 0 1 0 334973156 39317504 9112 33554432000 4194304 7823515 140735067868384 140735067864328 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 9599 9112 581 887 0 8709 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 38396

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

[startup+1785.6 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 24189
/proc/meminfo: memFree=22218876/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=38396 CPUtime=1785.31 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 14247 0 0 0 177892 639 0 0 20 0 1 0 334973156 39317504 9112 33554432000 4194304 7823515 140735067868384 140735067863496 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 9599 9112 581 887 0 8709 0
Current children cumulated CPU time (s) 1785.31
Current children cumulated vsize (KiB) 38396

[startup+1792.01 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 24189
/proc/meminfo: memFree=22218876/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=38396 CPUtime=1791.71 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 14247 0 0 0 178530 641 0 0 20 0 1 0 334973156 39317504 9112 33554432000 4194304 7823515 140735067868384 140735067863528 6253929 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 9599 9112 581 887 0 8709 0
Current children cumulated CPU time (s) 1791.71
Current children cumulated vsize (KiB) 38396

[startup+1795.2 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 24189
/proc/meminfo: memFree=22218860/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=38396 CPUtime=1794.92 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 14247 0 0 0 178850 642 0 0 20 0 1 0 334973156 39317504 9112 33554432000 4194304 7823515 140735067868384 140735067863720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 9599 9112 581 887 0 8709 0
Current children cumulated CPU time (s) 1794.92
Current children cumulated vsize (KiB) 38396

[startup+1796.8 s]
/proc/loadavg: 2.03 2.03 2.00 3/174 24189
/proc/meminfo: memFree=22219612/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=38396 CPUtime=1796.51 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 14247 0 0 0 179008 643 0 0 20 0 1 0 334973156 39317504 9112 33554432000 4194304 7823515 140735067868384 140735067863720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 9599 9112 581 887 0 8709 0
Current children cumulated CPU time (s) 1796.51
Current children cumulated vsize (KiB) 38396

[startup+1797.2 s]
/proc/loadavg: 2.03 2.03 2.00 3/174 24189
/proc/meminfo: memFree=22219612/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=38396 CPUtime=1796.91 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 14247 0 0 0 179048 643 0 0 20 0 1 0 334973156 39317504 9112 33554432000 4194304 7823515 140735067868384 140735067863720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 9599 9112 581 887 0 8709 0
Current children cumulated CPU time (s) 1796.91
Current children cumulated vsize (KiB) 38396

[startup+1797.6 s]
/proc/loadavg: 2.03 2.03 2.00 3/174 24189
/proc/meminfo: memFree=22219736/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=38396 CPUtime=1797.31 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 14247 0 0 0 179088 643 0 0 20 0 1 0 334973156 39317504 9112 33554432000 4194304 7823515 140735067868384 140735067863720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 9599 9112 581 887 0 8709 0
Current children cumulated CPU time (s) 1797.31
Current children cumulated vsize (KiB) 38396

[startup+1797.7 s]
/proc/loadavg: 2.03 2.03 2.00 3/174 24189
/proc/meminfo: memFree=22219736/32873844 swapFree=7112/7112
[pid=24112] ppid=24110 vsize=38396 CPUtime=1797.41 cores=0,2,4,6
/proc/24112/stat : 24112 (pbscip.linux.x8) R 24110 24112 13043 0 -1 4202496 14247 0 0 0 179098 643 0 0 20 0 1 0 334973156 39317504 9112 33554432000 4194304 7823515 140735067868384 140735067863720 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24112/statm: 9599 9112 581 887 0 8709 0
Current children cumulated CPU time (s) 1797.41
Current children cumulated vsize (KiB) 38396

Child status: 0
Real time (s): 1797.74
CPU time (s): 1797.46
CPU user time (s): 1791.02
CPU system time (s): 6.43602
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 38396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.02
system time used= 6.43602
maximum resident set size= 36456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14252
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= 1872

runsolver used 3.14252 second user time and 6.96794 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-03 03:54:06
IDJOB=3731474
IDBENCH=1957
IDSOLVER=2321
FILE ID=node104/3731474-1338688446
RUNJOBID= node104-1338679216-21695
PBS_JOBID= 14636709
Free space on /tmp= 66424 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_19.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-3731474-1338688446/watcher-3731474-1338688446 -o /tmp/evaluation-result-3731474-1338688446/solver-3731474-1338688446 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3731474-1338688446.opb

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

MD5SUM BENCH= 80b0f13939656efa52b7dd958ee28431
RANDOM SEED=1473194679

node104.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        23852432 kB
Buffers:          551580 kB
Cached:          7428020 kB
SwapCached:          708 kB
Active:          4804528 kB
Inactive:        3213724 kB
Active(anon):      29648 kB
Inactive(anon):     8092 kB
Active(file):    4774880 kB
Inactive(file):  3205632 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105164 kB
Dirty:              9728 kB
Writeback:             0 kB
AnonPages:        101392 kB
Mapped:            16548 kB
Shmem:                 8 kB
Slab:             864580 kB
SReclaimable:     306980 kB
SUnreclaim:       557600 kB
KernelStack:        1456 kB
PageTables:         3992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     141944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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= 66400 MiB
End job on node104 at 2012-06-03 04:24:04