Trace number 3691457

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedSAT17 1797.07 1797.37

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_3.opb
MD5SUMd5313ea0d4ce989dad692c9adfb6f827
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark1796.85
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint61
Maximum length of a constraint111
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37460
Sum of products size (including duplicates)74920
Number of different products37460
Sum of products size74920

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.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3691457-1338020753.opb>
0.00/0.02	c original problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 500 constraints
0.00/0.02	c problem read in 0.03
0.18/0.20	o 500
0.18/0.21	c feasible solution found by trivial heuristic, objective value  5.000000e+02
0.18/0.21	c presolving:
2.98/3.00	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 5741098 impls, 0 clqs
3.69/3.76	c    (3.8s) probing: 51/37960 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3.69/3.76	c    (3.8s) probing aborted: 50/50 successive totally useless probings
3.69/3.79	c presolving (2 rounds):
3.69/3.79	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.69/3.79	c  5741098 implications, 0 cliques
3.69/3.79	c presolved problem has 37960 variables (37960 bin, 0 int, 0 impl, 0 cont) and 37960 constraints
3.69/3.79	c   37460 constraints of type <and>
3.69/3.79	c     500 constraints of type <logicor>
3.69/3.79	c transformed objective value is always integral (scale: 1)
3.69/3.79	c Presolving Time: 3.76
3.69/3.79	c - non default parameters ----------------------------------------------------------------------
3.69/3.79	c # SCIP version 2.1.1.4
3.69/3.79	c 
3.69/3.79	c # maximal time in seconds to run
3.69/3.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.69/3.79	c limits/time = 1797
3.69/3.79	c 
3.69/3.79	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.69/3.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.69/3.79	c limits/memory = 13950
3.69/3.79	c 
3.69/3.79	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.69/3.79	c # [type: int, range: [1,2], default: 1]
3.69/3.79	c timing/clocktype = 2
3.69/3.79	c 
3.69/3.79	c # belongs reading time to solving time?
3.69/3.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.69/3.79	c timing/reading = TRUE
3.69/3.79	c 
3.69/3.79	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.69/3.79	c # [type: int, range: [-1,2147483647], default: -1]
3.69/3.79	c separating/rapidlearning/freq = 0
3.69/3.79	c 
3.69/3.79	c -----------------------------------------------------------------------------------------------
3.69/3.79	c start solving
3.89/3.94	c 
4.59/4.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.59/4.64	c t 4.6s|     1 |     0 |  1000 |     - | 301M|   0 |1000 |  37k|  37k|  37k|  75k|   0 |   0 |   0 | 0.000000e+00 | 5.000000e+02 |    Inf 
14.88/14.94	c  14.9s|     1 |     0 |  2500 |     - | 302M|   0 |1000 |  37k|  37k|  37k|  76k|1002 |   0 |   0 | 0.000000e+00 | 5.000000e+02 |    Inf 
21.28/21.37	c  21.4s|     1 |     0 |  4000 |     - | 303M|   0 |1000 |  37k|  37k|  37k|  77k|2003 |   0 |   0 | 0.000000e+00 | 5.000000e+02 |    Inf 
28.28/28.30	c  28.3s|     1 |     0 |  5501 |     - | 303M|   0 |1000 |  37k|  37k|  37k|  78k|3006 |   0 |   0 | 0.000000e+00 | 5.000000e+02 |    Inf 
28.28/28.39	o 25
28.28/28.39	c s28.4s|     1 |     0 |  5501 |     - | 304M|   0 |1000 |  37k|  37k|  37k|  78k|3006 |   0 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
34.68/34.78	c  34.8s|     1 |     0 |  7001 |     - | 304M|   0 |1000 |  37k|  37k|  37k|  79k|4008 |   0 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
41.48/41.53	c  41.5s|     1 |     0 |  8501 |     - | 305M|   0 |1000 |  37k|  37k|  37k|  80k|5013 |   0 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
41.58/41.62	o 24
41.58/41.62	c s41.6s|     1 |     0 |  8501 |     - | 305M|   0 |1000 |  37k|  37k|  37k|  80k|5013 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
48.48/48.57	c  48.6s|     1 |     0 | 10001 |     - | 306M|   0 |1000 |  37k|  37k|  37k|  81k|6019 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
49.08/49.13	c  49.1s|     1 |     2 | 10001 |     - | 306M|   0 |1000 |  37k|  37k|  37k|  81k|6019 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
172.35/172.41	o 19
172.35/172.41	c * 172s|    53 |    51 |142630 |2550.6 | 300M|  31 |   - |  37k|  37k|  37k|  20k|  31k|  19 | 279 | 1.000000e+00 | 1.900000e+01 |1800.00%
292.03/292.12	c   292s|   100 |    96 |287488 |2802.9 | 306M|  32 | 165 |  37k|  39k|  37k|  20k|  51k|1119 | 417 | 1.000000e+00 | 1.900000e+01 |1800.00%
526.18/526.35	c   526s|   200 |   186 |526110 |2593.5 | 311M|  32 |   - |  37k|  39k|  37k|  21k|  94k|2128 | 695 | 1.000000e+00 | 1.900000e+01 |1800.00%
614.78/614.90	o 18
614.78/614.90	c * 615s|   238 |   166 |602541 |2500.2 | 312M|  34 |   - |  37k|  39k|  37k|  20k| 109k|2290 | 870 | 1.000000e+00 | 1.800000e+01 |1700.00%
727.06/727.22	c   727s|   300 |   200 |743154 |2452.0 | 312M|  34 | 610 |  37k|  39k|  37k|  21k| 134k|2499 |1008 | 1.000000e+00 | 1.800000e+01 |1700.00%
931.32/931.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
931.32/931.56	c   932s|   400 |   250 |968827 |2403.1 | 316M|  34 |   - |  37k|  39k|  37k|  21k| 172k|3157 |1230 | 1.000000e+00 | 1.800000e+01 |1700.00%
1000.01/1000.24	o 17
1000.01/1000.24	c *1000s|   442 |   214 |  1045k|2348.2 | 316M|  34 |   - |  37k|  39k|  37k|  21k| 187k|3157 |1326 | 1.000000e+00 | 1.700000e+01 |1600.00%
1107.70/1107.94	c  1108s|   500 |   234 |  1135k|2256.2 | 318M|  34 |   - |  37k|  40k|  37k|  20k| 208k|4341 |1391 | 1.000000e+00 | 1.700000e+01 |1600.00%
1264.27/1264.52	c  1265s|   600 |   252 |  1316k|2180.9 | 319M|  34 |   - |  37k|  40k|  37k|  20k| 245k|4789 |1529 | 1.000000e+00 | 1.700000e+01 |1600.00%
1407.95/1408.22	c  1408s|   700 |   320 |  1491k|2119.6 | 319M|  34 |  98 |  37k|  41k|  37k|  14k| 290k|5238 |1698 | 1.000000e+00 | 1.700000e+01 |1600.00%
1591.92/1592.24	c  1592s|   800 |   402 |  1679k|2090.0 | 322M|  34 | 137 |  37k|  41k|  37k|  15k| 334k|5984 |1912 | 1.000000e+00 | 1.700000e+01 |1600.00%
1752.50/1752.86	c  1753s|   900 |   484 |  1862k|2060.7 | 325M|  34 |   - |  37k|  41k|  37k|  16k| 379k|6844 |2076 | 1.000000e+00 | 1.700000e+01 |1600.00%
1796.69/1797.03	c 
1796.69/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.03	c Solving Time (sec) : 1797.03
1796.69/1797.03	c Solving Nodes      : 937
1796.69/1797.03	c Primal Bound       : +1.70000000000000e+01 (7 solutions)
1796.69/1797.03	c Dual Bound         : +1.00000000000000e+00
1796.69/1797.03	c Gap                : 1600.00 %
1796.69/1797.04	s SATISFIABLE
1796.69/1797.04	v -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1796.69/1797.04	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 
1796.69/1797.04	v -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 
1796.69/1797.04	v -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 
1796.69/1797.04	v -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 
1796.69/1797.04	v -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 x383 -x382 -x381 x380 -x379 -x378 -x377 -x376 -x375 
1796.69/1797.04	v -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 
1796.69/1797.04	v -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 x338 -x337 -x336 -x335 -x334 x333 
1796.69/1797.04	v -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 
1796.69/1797.04	v -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 
1796.69/1797.04	v -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 
1796.69/1797.04	v -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 
1796.69/1797.04	v -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 x233 -x232 -x231 -x230 -x229 -x228 
1796.69/1797.04	v -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 
1796.69/1797.04	v -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 
1796.69/1797.04	v -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 
1796.69/1797.04	v -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 
1796.69/1797.04	v -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 x125 -x124 
1796.69/1797.04	v x123 x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 -x103 -x102 
1796.69/1797.04	v -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 
1796.69/1797.04	v -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 
1796.69/1797.04	v -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 
1796.69/1797.04	v -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 -x1 
1796.69/1797.04	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.04	c Total Time         :    1797.03
1796.69/1797.04	c   solving          :    1797.03
1796.69/1797.04	c   presolving       :       3.76 (included in solving)
1796.69/1797.04	c   reading          :       0.03 (included in solving)
1796.69/1797.04	c   copying          :       0.30 (3 #copies) (minimal 0.09, maximal 0.11, average 0.10)
1796.69/1797.04	c Original Problem   :
1796.69/1797.04	c   Problem name     : HOME/instance-3691457-1338020753.opb
1796.69/1797.04	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.04	c   Constraints      : 500 initial, 500 maximal
1796.69/1797.04	c   Objective sense  : minimize
1796.69/1797.04	c Presolved Problem  :
1796.69/1797.04	c   Problem name     : t_HOME/instance-3691457-1338020753.opb
1796.69/1797.04	c   Variables        : 37960 (37960 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.04	c   Constraints      : 37960 initial, 41693 maximal
1796.69/1797.04	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.69/1797.04	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   trivial          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   components       :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   pseudoobj        :       0.00       0.13          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   probing          :       0.40       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   and              :       3.08       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   linear           :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   logicor          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.69/1797.04	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.04	c   integral         :          0          0          0          0       1224          0        763          0          3        121          0          0       1534
1796.69/1797.04	c   and              :      37460      37460       4259      17473        406          0        758     201722         86    3334283    1224254          0          0
1796.69/1797.04	c   logicor          :        500+      4233          6       9395          3          0          4      15252       2048          3          0          0          0
1796.69/1797.04	c   countsols        :          0          0          0          0          3          0          7          0          0          0          0          0          0
1796.69/1797.04	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.69/1797.04	c   integral         :     359.34       0.00       0.00       0.00     359.22       0.00       0.12       0.00
1796.69/1797.04	c   and              :     247.71       0.00     111.23     130.81       5.39       0.00       0.12       0.15
1796.69/1797.04	c   logicor          :      66.36       0.00       0.00      66.30       0.00       0.00       0.00       0.05
1796.69/1797.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.69/1797.04	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.69/1797.04	c   rootredcost      :          4          0          0          0
1796.69/1797.04	c   pseudoobj        :      18280     138606         70         42
1796.69/1797.04	c   vbounds          :          0          0          0          0
1796.69/1797.04	c   redcost          :       5965          0          0      58929
1796.69/1797.04	c   probing          :          0          0          0          0
1796.69/1797.04	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.69/1797.04	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00
1796.69/1797.04	c   pseudoobj        :      72.95       0.13       0.00       8.45      64.37
1796.69/1797.04	c   vbounds          :       0.02       0.01       0.00       0.01       0.00
1796.69/1797.04	c   redcost          :      10.77       0.00       0.00      10.77       0.00
1796.69/1797.04	c   probing          :       0.40       0.00       0.40       0.00       0.00
1796.69/1797.04	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.69/1797.04	c   propagation      :      64.84       2204       2202       6844       32.5          0        0.0          -
1796.69/1797.04	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.04	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.04	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.04	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.04	c   applied globally :          -          -          -       6844       32.5          -          -          -
1796.69/1797.04	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.69/1797.04	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.69/1797.04	c   cut pool         :       0.00                     5          -          -          0          -    (maximal pool size: 6019)
1796.69/1797.04	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.69/1797.04	c   impliedbounds    :       0.06       0.00          6          0          0       6000          0
1796.69/1797.04	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.69/1797.04	c   gomory           :       0.20       0.00          6          0          0        300          0
1796.69/1797.04	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.69/1797.04	c   strongcg         :       1.88       0.00          6          0          0       3000          0
1796.69/1797.04	c   cmir             :      23.31       0.00          6          0          0       3000          0
1796.69/1797.04	c   flowcover        :       9.13       0.00          6          0          0          0          0
1796.69/1797.04	c   clique           :       3.36       0.00          6          0          0         19          0
1796.69/1797.04	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.69/1797.04	c   mcf              :       0.07       0.00          1          0          0          0          0
1796.69/1797.04	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.69/1797.04	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.69/1797.04	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.69/1797.04	c   problem variables:       0.00          -          0          0
1796.69/1797.04	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.04	c   relpscost        :     359.19       0.00        660          3        121          0          0       1218
1796.69/1797.04	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.04	c   inference        :       0.02       0.00        158          0          0          0          0        316
1796.69/1797.04	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.04	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.04	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.04	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.04	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.04	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.69/1797.04	c   LP solutions     :       0.02          -          -          3
1796.69/1797.04	c   pseudo solutions :       0.00          -          -          0
1796.69/1797.04	c   oneopt           :       0.12       0.00          5          0
1796.69/1797.04	c   linesearchdiving :     152.75       0.00         18          0
1796.69/1797.04	c   guideddiving     :      22.02       0.00         18          0
1796.69/1797.04	c   smallcard        :       0.00       0.00          0          0
1796.69/1797.04	c   trivial          :       0.04       0.00          2          1
1796.69/1797.04	c   shiftandpropagate:       0.00       0.00          0          0
1796.69/1797.04	c   simplerounding   :       0.01       0.00          0          0
1796.69/1797.04	c   zirounding       :       2.11       0.00        770          0
1796.69/1797.04	c   rounding         :       2.96       0.00        853          0
1796.69/1797.04	c   shifting         :       4.82       0.00        514          2
1796.69/1797.04	c   intshifting      :       0.00       0.00          0          0
1796.69/1797.04	c   twoopt           :       0.00       0.00          0          0
1796.69/1797.04	c   indoneopt        :       0.00       0.00          0          0
1796.69/1797.04	c   indtwoopt        :       0.00       0.00          0          0
1796.69/1797.04	c   fixandinfer      :       0.00       0.00          0          0
1796.69/1797.04	c   feaspump         :       0.00       0.00          0          0
1796.69/1797.04	c   clique           :       0.00       0.00          0          0
1796.69/1797.04	c   coefdiving       :      53.06       0.00         18          0
1796.69/1797.04	c   indrounding      :       0.00       0.00          0          0
1796.69/1797.04	c   indcoefdiving    :       0.00       0.00          0          0
1796.69/1797.04	c   pscostdiving     :      41.57       0.00         18          0
1796.69/1797.04	c   fracdiving       :      70.13       0.00         18          0
1796.69/1797.04	c   nlpdiving        :       0.00       0.00          0          0
1796.69/1797.04	c   veclendiving     :      56.72       0.00         18          0
1796.69/1797.04	c   intdiving        :       0.00       0.00          0          0
1796.69/1797.04	c   actconsdiving    :       0.00       0.00          0          0
1796.69/1797.04	c   objpscostdiving  :       9.46       0.00          6          0
1796.69/1797.04	c   rootsoldiving    :       2.16       0.00          6          0
1796.69/1797.04	c   octane           :       0.00       0.00          0          0
1796.69/1797.04	c   rens             :       0.48       0.00          1          0
1796.69/1797.04	c   rins             :       0.00       0.00          0          0
1796.69/1797.04	c   localbranching   :       0.00       0.00          0          0
1796.69/1797.04	c   mutation         :       0.00       0.00          0          0
1796.69/1797.04	c   crossover        :       1.22       0.00          2          1
1796.69/1797.04	c   dins             :       0.00       0.00          0          0
1796.69/1797.04	c   vbounds          :       0.00       0.00          0          0
1796.69/1797.04	c   undercover       :       1.09       0.00          1          0
1796.69/1797.04	c   subnlp           :       0.00       0.00          0          0
1796.69/1797.04	c   trysol           :       0.00       0.00          0          0
1796.69/1797.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.69/1797.04	c   primal LP        :       7.46        682          0       0.00       0.00       7.46        682
1796.69/1797.04	c   dual LP          :     759.36       6140    1841196     329.37    2424.66       4.84        550
1796.69/1797.04	c   lex dual LP      :       0.00          0          0       0.00          -
1796.69/1797.04	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.69/1797.04	c   diving/probing LP:      84.66       5730      85471      14.92    1009.61
1796.69/1797.04	c   strong branching :     358.23       2120     610435     287.94    1704.05
1796.69/1797.04	c     (at root node) :          -          0          0       0.00          -
1796.69/1797.04	c   conflict analysis:       0.00          0          0       0.00          -
1796.69/1797.04	c B&B Tree           :
1796.69/1797.04	c   number of runs   :          1
1796.69/1797.04	c   nodes            :        937
1796.69/1797.04	c   nodes (total)    :        937
1796.69/1797.04	c   nodes left       :        511
1796.69/1797.04	c   max depth        :         34
1796.69/1797.04	c   max depth (total):         34
1796.69/1797.04	c   backtracks       :        214 (22.8%)
1796.69/1797.04	c   delayed cutoffs  :          0
1796.69/1797.04	c   repropagations   :          1 (31519 domain reductions, 0 cutoffs)
1796.69/1797.04	c   avg switch length:       4.65
1796.69/1797.04	c   switching time   :      14.57
1796.69/1797.04	c Solution           :
1796.69/1797.04	c   Solutions found  :          7 (6 improvements)
1796.69/1797.04	c   First Solution   : +5.00000000000000e+02   (in run 1, after 0 nodes, 0.19 seconds, depth 0, found by <trivial>)
1796.69/1797.04	c   Primal Bound     : +1.70000000000000e+01   (in run 1, after 442 nodes, 1000.24 seconds, depth 31, found by <relaxation>)
1796.69/1797.04	c   Dual Bound       : +1.00000000000000e+00
1796.69/1797.04	c   Gap              :    1600.00 %
1796.69/1797.04	c   Root Dual Bound  : +0.00000000000000e+00
1796.69/1797.04	c   Root Iterations  :      10001
1797.00/1797.37	c Time complete: 1797.06.

Verifier Data

OK	17

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.00 1.93 3/176 7602
/proc/meminfo: memFree=28290240/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=10256 CPUtime=0 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 1302 0 0 0 0 0 0 0 20 0 1 0 268199682 10502144 1257 33554432000 4194304 10173063 140734221023936 140733240759448 9049925 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 2564 1257 412 1460 0 1095 0

[startup+0.0556379 s]
/proc/loadavg: 2.01 2.00 1.93 3/176 7602
/proc/meminfo: memFree=28290240/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=28696 CPUtime=0.04 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 5700 0 0 0 3 1 0 0 20 0 1 0 268199682 29384704 5655 33554432000 4194304 10173063 140734221023936 140733240759448 4901632 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 7174 5655 522 1460 0 5705 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 28696

[startup+0.100377 s]
/proc/loadavg: 2.01 2.00 1.93 3/176 7602
/proc/meminfo: memFree=28290240/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=45512 CPUtime=0.08 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 9908 0 0 0 7 1 0 0 20 0 1 0 268199682 46604288 9863 33554432000 4194304 10173063 140734221023936 140733240759448 7395718 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 11378 9863 522 1460 0 9909 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 45512

[startup+0.300291 s]
/proc/loadavg: 2.01 2.00 1.93 3/176 7602
/proc/meminfo: memFree=28290240/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=96228 CPUtime=0.29 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 21996 0 0 0 26 3 0 0 20 0 1 0 268199682 98537472 21951 33554432000 4194304 10173063 140734221023936 140733240759448 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 24057 21951 550 1460 0 22588 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96228

[startup+0.700311 s]
/proc/loadavg: 2.01 2.00 1.93 3/176 7602
/proc/meminfo: memFree=28290240/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=134024 CPUtime=0.68 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 31467 0 0 0 63 5 0 0 20 0 1 0 268199682 137240576 31422 33554432000 4194304 10173063 140734221023936 140733240759448 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 33506 31422 550 1460 0 32037 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 134024

[startup+1.50032 s]
/proc/loadavg: 2.01 2.00 1.93 3/177 7603
/proc/meminfo: memFree=28138108/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=199716 CPUtime=1.49 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 47863 0 0 0 141 8 0 0 20 0 1 0 268199682 204509184 47818 33554432000 4194304 10173063 140734221023936 140734221021192 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 49929 47818 550 1460 0 48460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 199716

[startup+3.10032 s]
/proc/loadavg: 2.01 2.00 1.93 3/177 7603
/proc/meminfo: memFree=28056012/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=296400 CPUtime=3.09 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 72733 0 0 0 292 17 0 0 20 0 1 0 268199682 303513600 71934 33554432000 4194304 10173063 140734221023936 140734221021192 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 74100 71934 571 1460 0 72631 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 296400

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 7603
/proc/meminfo: memFree=27737544/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=475828 CPUtime=6.29 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 144250 0 0 0 593 36 0 0 20 0 1 0 268199682 487247872 116444 33554432000 4194304 10173063 140734221023936 140734221017480 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 118957 116444 800 1460 0 117488 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 475828

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 7603
/proc/meminfo: memFree=27824036/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=475828 CPUtime=12.69 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 144275 0 0 0 1216 53 0 0 20 0 1 0 268199682 487247872 116469 33554432000 4194304 10173063 140734221023936 140734221019896 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 118957 116469 808 1460 0 117488 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 475828

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 7603
/proc/meminfo: memFree=27799396/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=506888 CPUtime=25.48 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 146143 0 0 0 2471 77 0 0 20 0 1 0 268199682 519053312 122789 33554432000 4194304 10173063 140734221023936 140734221019320 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 126722 122789 818 1460 0 125253 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 506888

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 7603
/proc/meminfo: memFree=27784668/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=514056 CPUtime=51.08 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 171772 0 0 0 5020 88 0 0 20 0 1 0 268199682 526393344 126189 33554432000 4194304 10173063 140734221023936 140734221020456 5084250 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 128514 126189 829 1460 0 127045 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 514056

[startup+102.307 s]
/proc/loadavg: 2.08 2.02 1.93 3/177 7603
/proc/meminfo: memFree=27774964/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=523552 CPUtime=102.27 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 174085 0 0 0 10123 104 0 0 20 0 1 0 268199682 536117248 128566 33554432000 4194304 10173063 140734221023936 140734221017768 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 130888 128566 836 1460 0 129419 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 523552

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/177 7604
/proc/meminfo: memFree=27768576/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=528664 CPUtime=162.25 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 175368 0 0 0 16103 122 0 0 20 0 1 0 268199682 541351936 129933 33554432000 4194304 10173063 140734221023936 140734221017176 7911534 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 132166 129933 839 1460 0 130697 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 528664

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/177 7604
/proc/meminfo: memFree=27755028/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=540380 CPUtime=222.24 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 178300 0 0 0 22084 140 0 0 20 0 1 0 268199682 553349120 133101 33554432000 4194304 10173063 140734221023936 140734221017240 8046608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 135095 133101 840 1460 0 133626 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 540380

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 7607
/proc/meminfo: memFree=27748476/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=542348 CPUtime=282.23 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 178791 0 0 0 28069 154 0 0 20 0 1 0 268199682 555364352 133628 33554432000 4194304 10173063 140734221023936 140734221017208 5084244 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 135587 133628 840 1460 0 134118 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 542348

[startup+342.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/177 7607
/proc/meminfo: memFree=27742028/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=545768 CPUtime=342.22 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 179638 0 0 0 34051 171 0 0 20 0 1 0 268199682 558866432 134938 33554432000 4194304 10173063 140734221023936 140734221017288 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 136442 134938 840 1460 0 134973 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 545768

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 7608
/proc/meminfo: memFree=27738104/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=547596 CPUtime=402.21 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 180106 0 0 0 40038 183 0 0 20 0 1 0 268199682 560738304 135406 33554432000 4194304 10173063 140734221023936 140734221020376 5089437 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 136899 135406 840 1460 0 135430 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 547596

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 7609
/proc/meminfo: memFree=27735260/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=547596 CPUtime=462.2 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 180129 0 0 0 46024 196 0 0 20 0 1 0 268199682 560738304 135429 33554432000 4194304 10173063 140734221023936 140734221017432 5084244 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 136899 135429 840 1460 0 135430 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 547596

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 7609
/proc/meminfo: memFree=27731772/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=547596 CPUtime=522.18 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 180135 0 0 0 52013 205 0 0 20 0 1 0 268199682 560738304 135429 33554432000 4194304 10173063 140734221023936 140734221020376 7896944 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 136899 135429 840 1460 0 135430 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 547596

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 7609
/proc/meminfo: memFree=27725076/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=550740 CPUtime=582.17 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 180898 0 0 0 57997 220 0 0 20 0 1 0 268199682 563957760 136192 33554432000 4194304 10173063 140734221023936 140734221017480 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 137685 136192 840 1460 0 136216 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 550740

[startup+642.3 s]

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

/proc/meminfo: memFree=27691640/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=565208 CPUtime=1062.11 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 215470 0 0 0 105877 334 0 0 20 0 1 0 268199682 578772992 139819 33554432000 4194304 10173063 140734221023936 140734221020136 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 141302 139819 850 1460 0 139833 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 565208

[startup+1122.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/177 7614
/proc/meminfo: memFree=27682316/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=570800 CPUtime=1122.09 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 216893 0 0 0 111864 345 0 0 20 0 1 0 268199682 584499200 141239 33554432000 4194304 10173063 140734221023936 140734221017240 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 142700 141239 850 1460 0 141231 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 570800

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/177 7614
/proc/meminfo: memFree=27677852/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=571432 CPUtime=1182.08 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 217042 0 0 0 117847 361 0 0 20 0 1 0 268199682 585146368 141388 33554432000 4194304 10173063 140734221023936 140734221017480 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 142858 141388 850 1460 0 141389 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 571432

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/177 7614
/proc/meminfo: memFree=27670288/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=571432 CPUtime=1242.07 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 217053 0 0 0 123836 371 0 0 20 0 1 0 268199682 585146368 141399 33554432000 4194304 10173063 140734221023936 140734221017432 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 142858 141399 850 1460 0 141389 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 571432

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 7614
/proc/meminfo: memFree=27664072/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=572820 CPUtime=1302.07 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 217383 0 0 0 129823 384 0 0 20 0 1 0 268199682 586567680 141725 33554432000 4194304 10173063 140734221023936 140734221017576 7982496 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 143205 141725 850 1460 0 141736 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 572820

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 7614
/proc/meminfo: memFree=27658992/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=572336 CPUtime=1362.06 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 250110 0 0 0 135798 408 0 0 20 0 1 0 268199682 586072064 141611 33554432000 4194304 10173063 140734221023936 140734221019272 5084165 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 143084 141611 856 1460 0 141615 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 572336

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 7615
/proc/meminfo: memFree=27656760/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=572920 CPUtime=1422.06 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 250255 0 0 0 141781 425 0 0 20 0 1 0 268199682 586670080 141756 33554432000 4194304 10173063 140734221023936 140734221016536 5122378 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 143230 141756 856 1460 0 141761 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 572920

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 7618
/proc/meminfo: memFree=27644724/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=578168 CPUtime=1482.04 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 251484 0 0 0 147768 436 0 0 20 0 1 0 268199682 592044032 142985 33554432000 4194304 10173063 140734221023936 140734221017240 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 144542 142985 856 1460 0 143073 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 578168

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 7618
/proc/meminfo: memFree=27636452/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=580928 CPUtime=1542.03 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 252257 0 0 0 153750 453 0 0 20 0 1 0 268199682 594870272 143758 33554432000 4194304 10173063 140734221023936 140734221020392 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 145232 143758 856 1460 0 143763 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 580928

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 7618
/proc/meminfo: memFree=27631616/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=580928 CPUtime=1602.02 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 252257 0 0 0 159740 462 0 0 20 0 1 0 268199682 594870272 143758 33554432000 4194304 10173063 140734221023936 140734221020232 5871085 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 145232 143758 856 1460 0 143763 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 580928

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 1.95 3/177 7618
/proc/meminfo: memFree=27626780/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=580928 CPUtime=1662.01 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 252257 0 0 0 165726 475 0 0 20 0 1 0 268199682 594870272 143758 33554432000 4194304 10173063 140734221023936 140734221017240 5089437 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 145232 143758 856 1460 0 143763 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 580928

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/177 7619
/proc/meminfo: memFree=27621744/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=582316 CPUtime=1722 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 252489 0 0 0 171713 487 0 0 20 0 1 0 268199682 596291584 143989 33554432000 4194304 10173063 140734221023936 140734221017288 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 145579 143989 856 1460 0 144110 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 582316

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 7619
/proc/meminfo: memFree=27611328/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=584608 CPUtime=1782 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 253179 0 0 0 177701 499 0 0 20 0 1 0 268199682 598638592 144679 33554432000 4194304 10173063 140734221023936 140734221017576 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 146152 144679 856 1460 0 144683 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 584608

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 7619
/proc/meminfo: memFree=27610708/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=584608 CPUtime=1785.19 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 253179 0 0 0 178020 499 0 0 20 0 1 0 268199682 598638592 144679 33554432000 4194304 10173063 140734221023936 140734221019304 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 146152 144679 856 1460 0 144683 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 584608

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 7619
/proc/meminfo: memFree=27610088/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=584608 CPUtime=1791.6 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 253179 0 0 0 178659 501 0 0 20 0 1 0 268199682 598638592 144679 33554432000 4194304 10173063 140734221023936 140734221017192 7934805 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 146152 144679 856 1460 0 144683 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 584608

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 7657
/proc/meminfo: memFree=27663260/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=584608 CPUtime=1794.8 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 253179 0 0 0 178978 502 0 0 20 0 1 0 268199682 598638592 144679 33554432000 4194304 10173063 140734221023936 140734221020376 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 146152 144679 856 1460 0 144683 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 584608

[startup+1796.7 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 7657
/proc/meminfo: memFree=27660532/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=584608 CPUtime=1796.39 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 253179 0 0 0 179137 502 0 0 20 0 1 0 268199682 598638592 144679 33554432000 4194304 10173063 140734221023936 140734221017768 6113393 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 146152 144679 856 1460 0 144683 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 584608

[startup+1797.1 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 7657
/proc/meminfo: memFree=27660532/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=584608 CPUtime=1796.79 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 253181 0 0 0 179177 502 0 0 20 0 1 0 268199682 598638592 144681 33554432000 4194304 10173063 140734221023936 140734221017768 8992599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 146152 144681 858 1460 0 144683 0
Current children cumulated CPU time (s) 1796.79
Current children cumulated vsize (KiB) 584608

[startup+1797.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 7657
/proc/meminfo: memFree=27690064/32873844 swapFree=7616/7616
[pid=7602] ppid=7600 vsize=540136 CPUtime=1797 cores=1,3,5,7
/proc/7602/stat : 7602 (scip-2.1.1.4fix) R 7600 7602 6477 0 -1 4202496 253181 0 0 0 179197 503 0 0 20 0 1 0 268199682 553099264 134106 33554432000 4194304 10173063 140734221023936 140734221017768 7550117 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7602/statm: 135034 134106 858 1460 0 133565 0
Current children cumulated CPU time (s) 1797
Current children cumulated vsize (KiB) 540136

Child status: 0
Real time (s): 1797.37
CPU time (s): 1797.07
CPU user time (s): 1792.02
CPU system time (s): 5.05623
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 700468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.02
system time used= 5.05623
maximum resident set size= 692972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253183
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= 45
involuntary context switches= 1847

runsolver used 3.3055 second user time and 9.07062 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-26 10:25:53
IDJOB=3691457
IDBENCH=48124
IDSOLVER=2270
FILE ID=node141/3691457-1338020753
RUNJOBID= node141-1338016921-6494
PBS_JOBID= 14624334
Free space on /tmp= 71496 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_60_3.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691457-1338020753/watcher-3691457-1338020753 -o /tmp/evaluation-result-3691457-1338020753/solver-3691457-1338020753 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691457-1338020753.opb -t 1800 -m 15500

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

MD5SUM BENCH= d5313ea0d4ce989dad692c9adfb6f827
RANDOM SEED=1321781491

node141.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.744
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.48
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.744
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.744
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.93
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.744
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.744
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.92
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.744
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.744
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.92
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.744
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:        28290776 kB
Buffers:          246324 kB
Cached:          3501400 kB
SwapCached:            0 kB
Active:           676856 kB
Inactive:        3128612 kB
Active(anon):      60256 kB
Inactive(anon):        0 kB
Active(file):     616600 kB
Inactive(file):  3128612 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27884 kB
Writeback:             0 kB
AnonPages:         65524 kB
Mapped:            17600 kB
Shmem:               200 kB
Slab:             638520 kB
SReclaimable:      80444 kB
SUnreclaim:       558076 kB
KernelStack:        1488 kB
PageTables:         4164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     175136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71480 MiB
End job on node141 at 2012-05-26 10:55:51