Trace number 1869151

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 NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2OPT235 332.217 332.337

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32e2.opb
MD5SUMf7c5bacdcc30466dd8339bd5adcf7c5b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark235
Best CPU time to get the best result obtained on this benchmark229.873
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 235
Optimality of the best value was proved YES
Number of variables534
Total number of constraints3013
Number of constraints which are clauses3013
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 534
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 534
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 534
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.04/0.06	c SCIP version 1.1.0.7
0.04/0.06	c LP-Solver Clp 1.8.2
0.04/0.06	c user parameter file <scip.set> not found - using default parameters
0.04/0.06	c read problem <HOME/instance-1869151-1245160941.opb>
0.04/0.06	c original problem has 534 variables (534 bin, 0 int, 0 impl, 0 cont) and 3013 constraints
0.04/0.07	c start presolving problem
0.04/0.07	c presolving:
0.09/0.13	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2938 upgd conss, 20502 impls, 0 clqs
0.09/0.15	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3013 upgd conss, 20502 impls, 0 clqs
0.19/0.20	c    (0.1s) probing: 101/534 (18.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.20	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.20	c presolving (3 rounds):
0.19/0.20	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.20	c  20502 implications, 0 cliques
0.19/0.20	c presolved problem has 534 variables (534 bin, 0 int, 0 impl, 0 cont) and 3013 constraints
0.19/0.20	c    3013 constraints of type <logicor>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.12
0.19/0.20	c strange?!, PURESAT with obj
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/memory = c 1620
0.19/0.20	c # maximal time in seconds to run
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/time = c 1791
0.19/0.20	c # frequency for displaying node information lines
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.20	c display/freq = c 10000
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c start solving problem
0.19/0.20	c 
0.19/0.27	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.27	c   0.2s|     1 |     0 |   592 |5803k|   0 | 410 | 534 |3013 |3013 | 534 |3013 |   0 |   0 |   0 | 1.643157e+02 |      --      |    Inf 
2.99/3.09	c   3.0s|     1 |     0 |  5884 |6240k|   0 | 409 | 534 |3013 |3013 | 534 |3025 |  12 |   0 |   0 | 1.689758e+02 |      --      |    Inf 
3.28/3.33	c   3.2s|     1 |     0 |  5989 |6475k|   0 | 412 | 534 |3013 |3013 | 534 |3031 |  18 |   0 |   0 | 1.699947e+02 |      --      |    Inf 
3.48/3.57	c   3.5s|     1 |     0 |  6070 |6524k|   0 | 317 | 534 |3013 |3013 | 534 |3037 |  24 |   0 |   0 | 1.705000e+02 |      --      |    Inf 
3.68/3.75	c   3.6s|     1 |     0 |  6130 |6526k|   0 | 315 | 534 |3013 |3013 | 534 |3040 |  27 |   0 |   0 | 1.715000e+02 |      --      |    Inf 
3.88/3.99	c   3.9s|     1 |     0 |  6227 |6532k|   0 | 313 | 534 |3013 |3013 | 534 |3044 |  31 |   0 |   0 | 1.725000e+02 |      --      |    Inf 
4.18/4.25	c   4.1s|     1 |     0 |  6304 |6535k|   0 | 311 | 534 |3013 |3013 | 534 |3047 |  34 |   0 |   0 | 1.735000e+02 |      --      |    Inf 
4.48/4.57	c   4.4s|     1 |     0 |  6413 |6540k|   0 | 316 | 534 |3013 |3013 | 534 |3049 |  36 |   0 |   0 | 1.740000e+02 |      --      |    Inf 
4.77/4.86	c   4.7s|     1 |     0 |  6456 |6544k|   0 | 310 | 534 |3013 |3013 | 534 |3051 |  38 |   0 |   0 | 1.740000e+02 |      --      |    Inf 
5.08/5.16	c   5.0s|     1 |     0 |  6644 |6549k|   0 | 308 | 534 |3013 |3013 | 534 |3055 |  42 |   0 |   0 | 1.750000e+02 |      --      |    Inf 
5.38/5.47	c   5.3s|     1 |     0 |  6828 |6552k|   0 | 310 | 534 |3013 |3013 | 534 |3059 |  46 |   0 |   0 | 1.755000e+02 |      --      |    Inf 
5.58/5.61	c   5.5s|     1 |     0 |  6872 |6557k|   0 | 309 | 534 |3013 |3013 | 534 |3061 |  48 |   0 |   0 | 1.760000e+02 |      --      |    Inf 
5.78/5.84	c   5.7s|     1 |     0 |  7164 |6570k|   0 | 326 | 534 |3013 |3013 | 534 |3064 |  51 |   0 |   0 | 1.762500e+02 |      --      |    Inf 
6.18/6.28	c   6.1s|     1 |     0 |  7461 |6673k|   0 | 360 | 534 |3013 |3013 | 534 |3067 |  54 |   0 |   0 | 1.767111e+02 |      --      |    Inf 
6.48/6.52	c   6.4s|     1 |     0 |  7707 |6745k|   0 | 357 | 534 |3013 |3013 | 534 |3069 |  56 |   0 |   0 | 1.769726e+02 |      --      |    Inf 
6.77/6.83	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.77/6.83	c   6.7s|     1 |     0 |  8007 |6956k|   0 | 353 | 534 |3013 |3013 | 534 |3068 |  57 |   0 |   0 | 1.772162e+02 |      --      |    Inf 
7.08/7.13	c   7.0s|     1 |     0 |  8275 |7062k|   0 | 315 | 534 |3013 |3013 | 534 |3072 |  61 |   0 |   0 | 1.777961e+02 |      --      |    Inf 
7.48/7.52	c   7.4s|     1 |     0 |  8709 |7122k|   0 | 359 | 534 |3013 |3013 | 534 |3077 |  66 |   0 |   0 | 1.780757e+02 |      --      |    Inf 
7.97/8.08	c   7.9s|     1 |     0 |  9225 |7293k|   0 | 359 | 534 |3013 |3013 | 534 |3079 |  68 |   0 |   0 | 1.783302e+02 |      --      |    Inf 
8.68/8.72	c   8.6s|     1 |     0 |  9471 |7307k|   0 | 362 | 534 |3013 |3013 | 534 |3081 |  70 |   0 |   0 | 1.785521e+02 |      --      |    Inf 
9.28/9.40	c   9.2s|     1 |     0 |  9835 |7370k|   0 | 358 | 534 |3013 |3013 | 534 |3084 |  73 |   0 |   0 | 1.787189e+02 |      --      |    Inf 
9.58/9.64	c   9.5s|     1 |     0 | 10108 |7597k|   0 | 360 | 534 |3013 |3013 | 534 |3080 |  77 |   0 |   0 | 1.793826e+02 |      --      |    Inf 
9.78/9.85	c   9.7s|     1 |     0 | 10378 |7775k|   0 | 362 | 534 |3013 |3013 | 534 |3081 |  78 |   0 |   0 | 1.795106e+02 |      --      |    Inf 
10.28/10.30	c  10.1s|     1 |     0 | 10582 |7778k|   0 | 368 | 534 |3013 |3013 | 534 |3086 |  83 |   0 |   0 | 1.800000e+02 |      --      |    Inf 
10.88/10.93	c  10.8s|     1 |     0 | 10623 |7781k|   0 | 368 | 534 |3013 |3013 | 534 |3088 |  85 |   0 |   0 | 1.800000e+02 |      --      |    Inf 
11.38/11.43	c  11.2s|     1 |     0 | 10635 |7781k|   0 | 368 | 534 |3013 |3013 | 534 |3089 |  86 |   0 |   0 | 1.800000e+02 |      --      |    Inf 
14.88/14.90	c  14.7s|     1 |     2 | 10635 |7782k|   0 | 368 | 534 |3013 |3013 | 534 |3089 |  86 |   0 |  17 | 1.800000e+02 |      --      |    Inf 
52.95/53.05	o 259
52.95/53.05	c R52.8s|    22 |    17 | 22270 |7897k|  11 |   8 | 534 |3026 |1714 | 534 |3072 |  86 |  13 | 482 | 1.854824e+02 | 2.590000e+02 |  39.64%
52.95/53.08	o 255
52.95/53.08	c k52.8s|    22 |    17 | 22270 |7910k|  11 |   - | 534 |3026 |1714 | 534 |3072 |  86 |  13 | 487 | 1.854824e+02 | 2.550000e+02 |  37.48%
53.85/53.95	o 254
53.85/53.95	c R53.7s|    24 |    17 | 22360 |7908k|  12 |  73 | 534 |3026 |1192 | 534 |3072 |  86 |  13 | 511 | 1.854824e+02 | 2.540000e+02 |  36.94%
53.95/54.06	o 248
53.95/54.06	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.95/54.06	c k53.8s|    24 |    19 | 22360 |7922k|  12 |  73 | 534 |3026 |1192 | 534 |3072 |  86 |  13 | 521 | 1.854824e+02 | 2.480000e+02 |  33.71%
53.95/54.10	o 247
53.95/54.10	c R53.8s|    26 |    17 | 22505 |7923k|  13 |  14 | 534 |3026 | 870 | 534 |3072 |  86 |  13 | 521 | 1.854824e+02 | 2.470000e+02 |  33.17%
54.05/54.14	o 246
54.05/54.14	c *53.8s|    26 |    17 | 22522 |7930k|  13 |   - | 534 |3026 | 868 | 534 |3072 |  86 |  13 | 526 | 1.854824e+02 | 2.460000e+02 |  32.63%
61.15/61.29	o 245
61.15/61.29	c R61.0s|    45 |    23 | 27535 |7970k|  13 |  20 | 534 |3034 |1171 | 534 |3072 |  86 |  21 | 684 | 1.854824e+02 | 2.450000e+02 |  32.09%
61.15/61.30	o 237
61.15/61.30	c k61.0s|    45 |    23 | 27535 |7979k|  13 |  20 | 534 |3034 |1171 | 534 |3072 |  86 |  21 | 684 | 1.854824e+02 | 2.370000e+02 |  27.77%
65.65/65.75	o 236
65.65/65.75	c *65.4s|    89 |    26 | 35735 |8012k|  27 |   - | 534 |3040 |1243 | 534 |3072 |  86 |  27 | 705 | 1.884310e+02 | 2.360000e+02 |  25.24%
65.65/65.76	o 235
65.65/65.76	c k65.4s|    89 |    26 | 35735 |8025k|  27 |   - | 534 |3040 |1243 | 534 |3072 |  86 |  27 | 705 | 1.884310e+02 | 2.350000e+02 |  24.71%
332.18/332.30	c 
332.18/332.30	c SCIP Status        : problem is solved [optimal solution found]
332.18/332.30	c Solving Time (sec) : 330.76
332.18/332.30	c Solving Nodes      : 5866
332.18/332.30	c Primal Bound       : +2.35000000000000e+02 (11 solutions)
332.18/332.30	c Dual Bound         : +2.35000000000000e+02
332.18/332.30	c Gap                : 0.00 %
332.18/332.31	c NODE         5866
332.18/332.31	c DUAL BOUND   235
332.18/332.31	c PRIMAL BOUND 235
332.18/332.31	c GAP          0
332.18/332.31	s OPTIMUM FOUND
332.18/332.31	v x534 -x533 x532 -x531 -x530 x529 x528 -x527 -x526 x525 x524 -x523 x522 -x521 -x520 x519 x518 -x517 x516 -x515 -x514 x513 x512 -x511 
332.18/332.31	v x510 -x509 x508 -x507 -x506 x505 x504 -x503 x502 -x501 -x500 x499 x498 -x497 -x496 x495 x494 -x493 x492 -x491 x490 -x489 
332.18/332.31	v -x488 x487 x486 -x485 x484 -x483 -x482 x481 x480 -x479 x478 -x477 -x476 x475 x474 -x473 x472 -x471 -x470 x469 x468 -x467 x466 
332.18/332.31	v -x465 -x464 x463 x462 -x461 x460 -x459 -x458 x457 x456 -x455 -x454 x453 x452 -x451 x450 -x449 x448 -x447 -x446 x445 x444 -x443 
332.18/332.31	v -x442 x441 x440 -x439 x438 -x437 -x436 x435 x434 -x433 -x432 x431 -x430 -x429 x428 -x427 x426 -x425 -x424 x423 x422 -x421 
332.18/332.31	v x420 -x419 -x418 x417 x416 -x415 x414 -x413 -x412 -x411 -x410 x409 x408 -x407 -x406 x405 x404 -x403 x402 -x401 x400 -x399 -x398 
332.18/332.31	v x397 x396 -x395 -x394 x393 x392 -x391 x390 -x389 -x388 x387 x386 -x385 -x384 x383 -x382 -x381 x380 -x379 -x378 x377 -x376 
332.18/332.31	v -x375 -x374 x373 -x372 x371 x370 -x369 -x368 x367 -x366 -x365 -x364 x363 -x362 -x361 -x360 -x359 -x358 x357 -x356 x355 -x354 
332.18/332.31	v -x353 -x352 -x351 -x350 x349 -x348 x347 -x346 -x345 -x344 -x343 -x342 x341 -x340 x339 -x338 -x337 -x336 x335 -x334 -x333 -x332 
332.18/332.31	v x331 -x330 -x329 -x328 -x327 -x326 x325 -x324 -x323 -x322 x321 -x320 x319 -x318 -x317 -x316 x315 -x314 -x313 -x312 -x311 -x310 
332.18/332.31	v x309 -x308 -x307 -x306 x305 -x304 -x303 -x302 x301 -x300 -x299 -x298 x297 -x296 -x295 -x294 x293 -x292 -x291 -x290 x289 
332.18/332.31	v -x288 -x287 -x286 x285 -x284 -x283 -x282 x281 -x280 x279 -x278 -x277 -x276 x275 -x274 -x273 -x272 x271 -x270 -x269 -x268 x267 
332.18/332.31	v -x266 -x265 -x264 x263 x262 -x261 -x260 x259 -x258 -x257 -x256 x255 -x254 x253 x252 -x251 -x250 x249 -x248 x247 -x246 x245 -x244 
332.18/332.31	v x243 x242 -x241 -x240 x239 -x238 x237 -x236 x235 -x234 x233 -x232 x231 -x230 x229 -x228 x227 -x226 x225 -x224 x223 -x222 
332.18/332.31	v x221 -x220 x219 -x218 x217 -x216 x215 -x214 x213 -x212 x211 -x210 x209 -x208 x207 -x206 x205 -x204 x203 -x202 x201 -x200 x199 
332.18/332.31	v -x198 x197 -x196 x195 -x194 x193 -x192 x191 -x190 x189 -x188 x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 x177 -x176 
332.18/332.31	v x175 -x174 x173 -x172 x171 -x170 x169 -x168 x167 -x166 x165 -x164 x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 -x154 
332.18/332.31	v x153 -x152 x151 -x150 x149 -x148 x147 -x146 -x145 -x144 x143 -x142 x141 -x140 x139 -x138 x137 -x136 x135 x134 -x133 -x132 x131 
332.18/332.31	v -x130 x129 -x128 x127 -x126 x125 -x124 x123 -x122 x121 -x120 x119 -x118 x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 -x108 
332.18/332.31	v x107 -x106 x105 -x104 x103 -x102 x101 -x100 x99 -x98 x97 -x96 x95 -x94 x93 -x92 x91 x90 -x89 -x88 x87 -x86 x85 -x84 x83 -x82 
332.18/332.31	v 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 -x56 x55 
332.18/332.31	v -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 x29 -x28 x27 
332.18/332.31	v -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 
332.18/332.31	c SCIP Status        : problem is solved [optimal solution found]
332.18/332.31	c Solving Time       :     330.76
332.18/332.31	c Original Problem   :
332.18/332.31	c   Problem name     : HOME/instance-1869151-1245160941.opb
332.18/332.31	c   Variables        : 534 (534 binary, 0 integer, 0 implicit integer, 0 continuous)
332.18/332.31	c   Constraints      : 3013 initial, 3013 maximal
332.18/332.31	c Presolved Problem  :
332.18/332.31	c   Problem name     : t_HOME/instance-1869151-1245160941.opb
332.18/332.31	c   Variables        : 534 (534 binary, 0 integer, 0 implicit integer, 0 continuous)
332.18/332.31	c   Constraints      : 3013 initial, 3421 maximal
332.18/332.31	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
332.18/332.31	c   trivial          :       0.00          0          0          0          0          0          0          0          0
332.18/332.31	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
332.18/332.31	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
332.18/332.31	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
332.18/332.31	c   implics          :       0.00          0          0          0          0          0          0          0          0
332.18/332.31	c   probing          :       0.03          0          0          0          0          0          0          0          0
332.18/332.31	c   logicor          :       0.04          0          0          0          0          0          0          0          0
332.18/332.31	c   root node        :          -         65          -          -         65          -          -          -          -
332.18/332.31	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
332.18/332.31	c   integral         :          0          0          0       3190          0         31        489          0          0       5966
332.18/332.31	c   logicor          :       3013+        26      34591          2          0        668     224474          0          0          0
332.18/332.31	c   countsols        :          0          0          0          2          0          0          0          0          0          0
332.18/332.31	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
332.18/332.31	c   integral         :     115.56       0.00       0.00     115.56       0.00
332.18/332.31	c   logicor          :       1.98       0.00       1.98       0.00       0.00
332.18/332.31	c   countsols        :       0.00       0.00       0.00       0.00       0.00
332.18/332.31	c Propagators        :       Time      Calls    Cutoffs    DomReds
332.18/332.31	c   rootredcost      :       0.02          6          0          0
332.18/332.31	c   pseudoobj        :       0.84      37545        103        260
332.18/332.31	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
332.18/332.31	c   propagation      :       0.14        668        661       2612       35.8         98       27.4          -
332.18/332.31	c   infeasible LP    :       0.43       2306          0          0        0.0          0        0.0          0
332.18/332.31	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
332.18/332.31	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
332.18/332.31	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
332.18/332.31	c   applied globally :          -          -          -       1820       21.4          -          -          -
332.18/332.31	c   applied locally  :          -          -          -          3      134.3          -          -          -
332.18/332.31	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
332.18/332.31	c   cut pool         :       0.03         25          -          -         45          -    (maximal pool size: 804)
332.18/332.31	c   redcost          :       0.09       3349          0        653          0          0
332.18/332.31	c   impliedbounds    :       0.02         26          0          0          0          0
332.18/332.31	c   intobj           :       0.00          0          0          0          0          0
332.18/332.31	c   gomory           :       4.28         26          0          0       9673          0
332.18/332.31	c   strongcg         :       1.87         20          0          0       8676          0
332.18/332.31	c   cmir             :       0.22         10          0          0          0          0
332.18/332.31	c   flowcover        :       0.21         10          0          0          0          0
332.18/332.31	c   clique           :       0.01          1          0          0          0          0
332.18/332.31	c   zerohalf         :       0.00          0          0          0          0          0
332.18/332.31	c   mcf              :       0.00          1          0          0          0          0
332.18/332.31	c Pricers            :       Time      Calls       Vars
332.18/332.31	c   problem variables:       0.00          0          0
332.18/332.31	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
332.18/332.31	c   relpscost        :     115.53       3188         31        489          0          0       5966
332.18/332.31	c   pscost           :       0.00          0          0          0          0          0          0
332.18/332.31	c   inference        :       0.00          0          0          0          0          0          0
332.18/332.31	c   mostinf          :       0.00          0          0          0          0          0          0
332.18/332.31	c   leastinf         :       0.00          0          0          0          0          0          0
332.18/332.31	c   fullstrong       :       0.00          0          0          0          0          0          0
332.18/332.31	c   allfullstrong    :       0.00          0          0          0          0          0          0
332.18/332.31	c   random           :       0.00          0          0          0          0          0          0
332.18/332.31	c Primal Heuristics  :       Time      Calls      Found
332.18/332.31	c   LP solutions     :       0.00          -          2
332.18/332.31	c   pseudo solutions :       0.00          -          0
332.18/332.31	c   oneopt           :       0.01          5          4
332.18/332.31	c   guideddiving     :       1.99          9          0
332.18/332.31	c   rootsoldiving    :       0.96          5          1
332.18/332.31	c   objpscostdiving  :       1.87          5          0
332.18/332.31	c   coefdiving       :       2.27         10          0
332.18/332.31	c   pscostdiving     :       1.63         10          0
332.18/332.31	c   fracdiving       :       2.28         10          0
332.18/332.31	c   veclendiving     :       0.82         10          0
332.18/332.31	c   linesearchdiving :       2.09         10          0
332.18/332.31	c   crossover        :       0.14          4          0
332.18/332.31	c   simplerounding   :       0.03          0          0
332.18/332.31	c   rounding         :       2.22       3214          4
332.18/332.31	c   shifting         :       0.29        228          0
332.18/332.31	c   intshifting      :       0.01          0          0
332.18/332.31	c   fixandinfer      :       0.00          0          0
332.18/332.31	c   feaspump         :       2.61          1          0
332.18/332.31	c   intdiving        :       0.00          0          0
332.18/332.31	c   actconsdiving    :       0.00          0          0
332.18/332.31	c   octane           :       0.00          0          0
332.18/332.31	c   rens             :       0.00          0          0
332.18/332.31	c   rins             :       0.00          0          0
332.18/332.31	c   localbranching   :       0.00          0          0
332.18/332.31	c   mutation         :       0.00          0          0
332.18/332.31	c   dins             :       0.00          0          0
332.18/332.31	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
332.18/332.31	c   primal LP        :       0.14          0          0       0.00       0.00
332.18/332.31	c   dual LP          :     180.59       5426     680843     125.48    3770.10
332.18/332.31	c   barrier LP       :       0.00          0          0       0.00          -
332.18/332.31	c   diving/probing LP:      15.58       1276      38086      29.85    2444.54
332.18/332.31	c   strong branching :     115.02       2223     348579     156.81    3030.59
332.18/332.31	c     (at root node) :          -         17       3974     233.76          -
332.18/332.31	c   conflict analysis:       0.00          0          0       0.00          -
332.18/332.31	c B&B Tree           :
332.18/332.31	c   number of runs   :          1
332.18/332.31	c   nodes            :       5866
332.18/332.31	c   nodes (total)    :       5866
332.18/332.31	c   nodes left       :          0
332.18/332.31	c   max depth        :         40
332.18/332.31	c   max depth (total):         40
332.18/332.31	c   backtracks       :       1184 (20.2%)
332.18/332.31	c   delayed cutoffs  :         90
332.18/332.31	c   repropagations   :       1463 (15836 domain reductions, 69 cutoffs)
332.18/332.31	c   avg switch length:       4.03
332.18/332.31	c   switching time   :       1.67
332.18/332.31	c Solution           :
332.18/332.31	c   Solutions found  :         11 (10 improvements)
332.18/332.31	c   Primal Bound     : +2.35000000000000e+02   (in run 1, after 89 nodes, 65.41 seconds, depth 16, found by <oneopt>)
332.18/332.31	c   Dual Bound       : +2.35000000000000e+02
332.18/332.31	c   Gap              :       0.00 %
332.18/332.31	c   Root Dual Bound  : +1.80000000000002e+02
332.18/332.33	c Time complete: 332.2.

Verifier Data

OK	235

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1869151-1245160941/watcher-1869151-1245160941 -o /tmp/evaluation-result-1869151-1245160941/solver-1869151-1245160941 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869151-1245160941.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3012
/proc/meminfo: memFree=1841320/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=5812 CPUtime=0
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 183687015 5951488 503 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/3012/statm: 1453 509 338 1256 0 192 0

[startup+0.0519451 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3012
/proc/meminfo: memFree=1841320/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=11940 CPUtime=0.04
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 1950 0 0 0 4 0 0 0 18 0 1 0 183687015 12226560 1934 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/3012/statm: 2985 1934 378 1256 0 1724 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11940

[startup+0.101952 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3012
/proc/meminfo: memFree=1841320/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=19544 CPUtime=0.09
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 4069 0 0 0 8 1 0 0 18 0 1 0 183687015 20013056 3699 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 4886 3699 463 1256 0 3625 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19544

[startup+0.301979 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3012
/proc/meminfo: memFree=1841320/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=29184 CPUtime=0.29
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 6134 0 0 0 26 3 0 0 19 0 1 0 183687015 29884416 5746 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 7296 5746 634 1256 0 6035 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29184

[startup+0.701035 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3012
/proc/meminfo: memFree=1841320/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=29752 CPUtime=0.69
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 6285 0 0 0 66 3 0 0 22 0 1 0 183687015 30466048 5896 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 7438 5896 634 1256 0 6177 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29752

[startup+1.50115 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3013
/proc/meminfo: memFree=1819744/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=29888 CPUtime=1.49
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 6401 0 0 0 146 3 0 0 25 0 1 0 183687015 30605312 6012 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 7472 6012 634 1256 0 6211 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29888

[startup+3.10139 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3013
/proc/meminfo: memFree=1819488/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=31632 CPUtime=3.08
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 6775 0 0 0 304 4 0 0 25 0 1 0 183687015 32391168 6386 1992294400 4194304 9342243 548682068736 18446744073709551615 5107669 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3012/statm: 7908 6386 662 1256 0 6647 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 31632

[startup+6.30183 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3013
/proc/meminfo: memFree=1816480/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=35156 CPUtime=6.28
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 7600 0 0 0 620 8 0 0 25 0 1 0 183687015 35999744 7210 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 8789 7210 662 1256 0 7528 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 35156

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3013
/proc/meminfo: memFree=1801576/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=52376 CPUtime=12.68
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 11246 0 0 0 1256 12 0 0 25 0 1 0 183687015 53633024 10094 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 13094 10094 672 1256 0 11833 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 52376

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3013
/proc/meminfo: memFree=1802792/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=48788 CPUtime=25.47
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 12009 0 0 0 2533 14 0 0 25 0 1 0 183687015 49958912 10241 1992294400 4194304 9342243 548682068736 18446744073709551615 5869974 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 12197 10241 673 1256 0 10936 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 48788

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3013
/proc/meminfo: memFree=1802344/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=49076 CPUtime=51.05
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 12399 0 0 0 5086 19 0 0 25 0 1 0 183687015 50253824 10319 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 12269 10319 679 1256 0 11008 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 49076

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3013
/proc/meminfo: memFree=1800616/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=48160 CPUtime=102.25
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 23573 0 0 0 10184 41 0 0 25 0 1 0 183687015 49315840 10783 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 12040 10783 688 1256 0 10779 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 48160

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3013
/proc/meminfo: memFree=1800424/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=50956 CPUtime=162.22
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 38559 0 0 0 16154 68 0 0 25 0 1 0 183687015 52178944 10833 1992294400 4194304 9342243 548682068736 18446744073709551615 6018246 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 12739 10836 688 1256 0 11478 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 50956

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3013
/proc/meminfo: memFree=1800360/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=51504 CPUtime=222.21
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 51190 0 0 0 22128 93 0 0 25 0 1 0 183687015 52740096 10848 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 12876 10848 700 1256 0 11615 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 51504

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3013
/proc/meminfo: memFree=1800168/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=48560 CPUtime=282.19
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 63669 0 0 0 28101 118 0 0 25 0 1 0 183687015 49725440 10862 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 12140 10862 700 1256 0 10879 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 48560

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

[startup+307.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3013
/proc/meminfo: memFree=1800232/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=48524 CPUtime=306.98
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 64850 0 0 0 30572 126 0 0 25 0 1 0 183687015 49688576 10866 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 12131 10866 700 1256 0 10870 0
Current children cumulated CPU time (s) 306.98
Current children cumulated vsize (KiB) 48524

[startup+319.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3013
/proc/meminfo: memFree=1800360/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=51352 CPUtime=319.77
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 67281 0 0 0 31847 130 0 0 25 0 1 0 183687015 52584448 10818 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 12838 10818 700 1256 0 11577 0
Current children cumulated CPU time (s) 319.77
Current children cumulated vsize (KiB) 51352

[startup+326.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3013
/proc/meminfo: memFree=1800360/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=48496 CPUtime=326.17
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 68469 0 0 0 32484 133 0 0 25 0 1 0 183687015 49659904 10812 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 12124 10812 700 1256 0 10863 0
Current children cumulated CPU time (s) 326.17
Current children cumulated vsize (KiB) 48496

[startup+329.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3013
/proc/meminfo: memFree=1800424/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=48576 CPUtime=329.38
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 69049 0 0 0 32803 135 0 0 25 0 1 0 183687015 49741824 10837 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 12144 10837 700 1256 0 10883 0
Current children cumulated CPU time (s) 329.38
Current children cumulated vsize (KiB) 48576

[startup+331.106 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3013
/proc/meminfo: memFree=1800296/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=48540 CPUtime=330.98
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 69578 0 0 0 32962 136 0 0 25 0 1 0 183687015 49704960 10849 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 12135 10849 700 1256 0 10874 0
Current children cumulated CPU time (s) 330.98
Current children cumulated vsize (KiB) 48540

[startup+331.903 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3013
/proc/meminfo: memFree=1800296/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=51640 CPUtime=331.77
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 69783 0 0 0 33041 136 0 0 25 0 1 0 183687015 52879360 10873 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 12910 10873 700 1256 0 11649 0
Current children cumulated CPU time (s) 331.77
Current children cumulated vsize (KiB) 51640

[startup+332.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3013
/proc/meminfo: memFree=1800232/2055920 swapFree=4181384/4192956
[pid=3012] ppid=3010 vsize=48632 CPUtime=332.18
/proc/3012/stat : 3012 (pbscip.linux.x8) R 3010 3012 2562 0 -1 4194304 69885 0 0 0 33081 137 0 0 25 0 1 0 183687015 49799168 10851 1992294400 4194304 9342243 548682068736 18446744073709551615 6239078 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3012/statm: 12158 10851 700 1256 0 10897 0
Current children cumulated CPU time (s) 332.18
Current children cumulated vsize (KiB) 48632

Child status: 0
Real time (s): 332.337
CPU time (s): 332.217
CPU user time (s): 330.839
CPU system time (s): 1.37879
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (KiB): 55556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 330.839
system time used= 1.37879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69890
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= 4
involuntary context switches= 386

runsolver used 0.291955 second user time and 0.759884 second system time

The end

Launcher Data

Begin job on node49 at 2009-06-16 16:02:21
IDJOB=1869151
IDBENCH=2201
IDSOLVER=684
FILE ID=node49/1869151-1245160941
PBS_JOBID= 9363803
Free space on /tmp= 66028 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32e2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869151-1245160941/watcher-1869151-1245160941 -o /tmp/evaluation-result-1869151-1245160941/solver-1869151-1245160941 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869151-1245160941.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= f7c5bacdcc30466dd8339bd5adcf7c5b
RANDOM SEED=1371543288

node49.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1841736 kB
Buffers:         42988 kB
Cached:         102168 kB
SwapCached:       4580 kB
Active:          52856 kB
Inactive:       100488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841736 kB
SwapTotal:     4192956 kB
SwapFree:      4181384 kB
Dirty:           11848 kB
Writeback:           0 kB
Mapped:          13852 kB
Slab:            46656 kB
Committed_AS:   168348 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66016 MiB
End job on node49 at 2009-06-16 16:07:53