Trace number 1869148

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
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)OPT191 471.071 471.621

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8a3.opb
MD5SUM5018d2b93ba4422fc03308c57dbd6158
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark191
Best CPU time to get the best result obtained on this benchmark471.071
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 191
Optimality of the best value was proved NO
Number of variables528
Total number of constraints1816
Number of constraints which are clauses1816
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 constraint8
Number of terms in the objective function 528
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 528
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 528
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.01/0.04	c SCIP version 1.1.0.7
0.01/0.04	c LP-Solver SoPlex 1.4.1
0.01/0.04	c user parameter file <scip.set> not found - using default parameters
0.01/0.04	c read problem <HOME/instance-1869148-1245160806.opb>
0.01/0.04	c original problem has 528 variables (528 bin, 0 int, 0 impl, 0 cont) and 1816 constraints
0.01/0.05	c start presolving problem
0.01/0.05	c presolving:
0.01/0.08	c (round 1) 0 del vars, 12 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1636 upgd conss, 11664 impls, 0 clqs
0.01/0.10	c (round 2) 0 del vars, 12 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1804 upgd conss, 11664 impls, 0 clqs
0.08/0.12	c    (0.1s) probing: 101/528 (19.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.08/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.08/0.12	c presolving (3 rounds):
0.08/0.12	c  0 deleted vars, 12 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.08/0.12	c  11664 implications, 0 cliques
0.08/0.12	c presolved problem has 528 variables (528 bin, 0 int, 0 impl, 0 cont) and 1804 constraints
0.08/0.12	c    1804 constraints of type <logicor>
0.08/0.12	c transformed objective value is always integral (scale: 1)
0.08/0.12	c Presolving Time: 0.07
0.08/0.12	c strange?!, PURESAT with obj
0.08/0.12	c -----------------------------------------------------------------------------------------------
0.08/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.08/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.12	c limits/memory = c 1620
0.08/0.12	c # maximal time in seconds to run
0.08/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.12	c limits/time = c 1791
0.08/0.12	c # frequency for displaying node information lines
0.08/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.08/0.12	c display/freq = c 10000
0.08/0.12	c -----------------------------------------------------------------------------------------------
0.08/0.12	c start solving problem
0.08/0.12	c 
0.19/0.21	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.21	c   0.2s|     1 |     0 |   789 |3812k|   0 | 416 | 528 |1804 |1804 | 528 |1804 |   0 |   0 |   0 | 1.450000e+02 |      --      |    Inf 
0.58/0.60	c   0.5s|     1 |     0 |  2078 |3888k|   0 | 410 | 528 |1804 |1804 | 528 |1811 |   7 |   0 |   0 | 1.501250e+02 |      --      |    Inf 
0.68/0.75	c   0.7s|     1 |     0 |  2266 |3966k|   0 | 393 | 528 |1804 |1804 | 528 |1821 |  17 |   0 |   0 | 1.535991e+02 |      --      |    Inf 
0.89/0.93	c   0.9s|     1 |     0 |  2506 |4073k|   0 | 400 | 528 |1804 |1804 | 528 |1834 |  30 |   0 |   0 | 1.555559e+02 |      --      |    Inf 
1.09/1.12	c   1.1s|     1 |     0 |  2780 |4398k|   0 | 403 | 528 |1804 |1804 | 528 |1844 |  40 |   0 |   0 | 1.573894e+02 |      --      |    Inf 
1.29/1.38	c   1.3s|     1 |     0 |  2967 |4668k|   0 | 401 | 528 |1804 |1804 | 528 |1855 |  51 |   0 |   0 | 1.580628e+02 |      --      |    Inf 
1.59/1.65	c   1.6s|     1 |     0 |  3228 |4922k|   0 | 399 | 528 |1804 |1804 | 528 |1864 |  60 |   0 |   0 | 1.583969e+02 |      --      |    Inf 
1.88/1.97	c   1.9s|     1 |     0 |  3507 |5166k|   0 | 405 | 528 |1804 |1804 | 528 |1870 |  66 |   0 |   0 | 1.588148e+02 |      --      |    Inf 
2.21/2.24	c   2.1s|     1 |     0 |  3692 |5248k|   0 | 409 | 528 |1804 |1804 | 528 |1878 |  74 |   0 |   0 | 1.598242e+02 |      --      |    Inf 
2.48/2.53	c   2.4s|     1 |     0 |  3838 |5331k|   0 | 403 | 528 |1804 |1804 | 528 |1884 |  80 |   0 |   0 | 1.600315e+02 |      --      |    Inf 
2.78/2.83	c   2.7s|     1 |     0 |  4016 |5395k|   0 | 407 | 528 |1804 |1804 | 528 |1888 |  84 |   0 |   0 | 1.601514e+02 |      --      |    Inf 
2.98/3.08	c   3.0s|     1 |     0 |  4102 |5445k|   0 | 408 | 528 |1804 |1804 | 528 |1891 |  87 |   0 |   0 | 1.601971e+02 |      --      |    Inf 
3.29/3.33	c   3.2s|     1 |     0 |  4213 |5499k|   0 | 409 | 528 |1804 |1804 | 528 |1895 |  91 |   0 |   0 | 1.602762e+02 |      --      |    Inf 
3.48/3.56	c   3.4s|     1 |     0 |  4265 |5538k|   0 | 409 | 528 |1804 |1804 | 528 |1898 |  94 |   0 |   0 | 1.602985e+02 |      --      |    Inf 
3.77/3.81	c   3.7s|     1 |     0 |  4339 |5570k|   0 | 407 | 528 |1804 |1804 | 528 |1896 |  98 |   0 |   0 | 1.603308e+02 |      --      |    Inf 
3.98/4.06	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.98/4.06	c   3.9s|     1 |     0 |  4449 |5608k|   0 | 407 | 528 |1804 |1804 | 528 |1899 | 101 |   0 |   0 | 1.603712e+02 |      --      |    Inf 
4.18/4.30	c   4.2s|     1 |     0 |  4503 |5650k|   0 | 409 | 528 |1804 |1804 | 528 |1901 | 103 |   0 |   0 | 1.603884e+02 |      --      |    Inf 
4.47/4.53	c   4.4s|     1 |     0 |  4539 |5656k|   0 | 407 | 528 |1804 |1804 | 528 |1902 | 104 |   0 |   0 | 1.604021e+02 |      --      |    Inf 
4.67/4.76	c   4.6s|     1 |     0 |  4548 |5657k|   0 | 407 | 528 |1804 |1804 | 528 |1903 | 105 |   0 |   0 | 1.604025e+02 |      --      |    Inf 
4.88/4.99	c   4.8s|     1 |     0 |  4592 |5665k|   0 | 406 | 528 |1804 |1804 | 528 |1904 | 106 |   0 |   0 | 1.604068e+02 |      --      |    Inf 
5.17/5.23	c   5.1s|     1 |     0 |  4637 |5667k|   0 | 405 | 528 |1804 |1804 | 528 |1889 | 107 |   0 |   0 | 1.604100e+02 |      --      |    Inf 
8.26/8.31	c   8.1s|     1 |     2 |  4637 |5668k|   0 | 405 | 528 |1804 |1804 | 528 |1889 | 107 |   0 |  34 | 1.604100e+02 |      --      |    Inf 
24.56/24.69	o 240
24.56/24.69	c R24.4s|    13 |    12 |  5859 |5731k|  12 |  30 | 528 |1804 |1296 | 528 |1868 | 107 |   0 | 382 | 1.610951e+02 | 2.400000e+02 |  48.98%
24.66/24.74	o 233
24.66/24.74	c k24.4s|    13 |    12 |  5859 |5745k|  12 |  30 | 528 |1804 |1296 | 528 |1868 | 107 |   0 | 394 | 1.610951e+02 | 2.330000e+02 |  44.64%
25.36/25.48	o 221
25.36/25.48	c *25.1s|    16 |    11 |  5928 |5745k|  13 |   - | 528 |1812 |1163 | 528 |1868 | 107 |   8 | 457 | 1.610951e+02 | 2.210000e+02 |  37.19%
25.36/25.48	o 220
25.36/25.48	c k25.1s|    16 |    11 |  5928 |5759k|  13 |   - | 528 |1812 |1163 | 528 |1868 | 107 |   8 | 457 | 1.610951e+02 | 2.200000e+02 |  36.57%
35.96/36.09	o 220
35.96/36.09	c s35.7s|    26 |    19 |  6865 |5779k|  13 |  37 | 528 |1812 |1485 | 528 |1868 | 107 |   8 | 607 | 1.610951e+02 | 2.200000e+02 |  36.57%
36.06/36.14	o 216
36.06/36.14	c k35.7s|    26 |    20 |  6865 |5791k|  13 |  37 | 528 |1812 |1485 | 528 |1868 | 107 |   8 | 616 | 1.610951e+02 | 2.160000e+02 |  34.08%
36.17/36.20	o 215
36.17/36.20	c R35.8s|    27 |    19 |  6885 |5792k|  13 |   4 | 528 |1812 |1448 | 528 |1868 | 107 |   8 | 628 | 1.610951e+02 | 2.150000e+02 |  33.46%
36.17/36.21	o 214
36.17/36.21	c k35.8s|    27 |    19 |  6885 |5807k|  13 |   - | 528 |1812 |1419 | 528 |1868 | 107 |   8 | 628 | 1.610951e+02 | 2.140000e+02 |  32.84%
37.46/37.60	o 213
37.46/37.60	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.46/37.60	c *37.2s|    33 |    19 |  7205 |5814k|  13 |   - | 528 |1812 |1369 | 528 |1868 | 107 |   8 | 707 | 1.610951e+02 | 2.130000e+02 |  32.22%
37.66/37.72	o 212
37.66/37.72	c *37.3s|    39 |    18 |  7239 |5822k|  16 |   - | 528 |1812 |1266 | 528 |1868 | 107 |   8 | 727 | 1.610951e+02 | 2.120000e+02 |  31.60%
38.86/38.97	o 203
38.86/38.97	c *38.5s|    45 |    15 |  7643 |5820k|  16 |   - | 528 |1812 |1367 | 528 |1868 | 107 |   8 | 796 | 1.610951e+02 | 2.030000e+02 |  26.01%
38.97/39.09	o 202
38.97/39.09	c *38.7s|    48 |    14 |  7693 |5828k|  16 |   - | 528 |1812 |1341 | 528 |1868 | 107 |   8 | 807 | 1.610951e+02 | 2.020000e+02 |  25.39%
52.46/52.52	o 201
52.46/52.52	c *52.0s|   427 |    46 | 22840 |5931k|  29 |   - | 528 |1823 |1019 | 528 |1868 | 107 |  20 |1115 | 1.616535e+02 | 2.010000e+02 |  24.34%
76.86/76.92	o 194
76.86/76.92	c l76.2s|  1514 |   107 | 78166 |6160k|  34 |   - | 528 |1867 |1477 | 528 |1868 | 107 |  72 |1520 | 1.636451e+02 | 1.940000e+02 |  18.55%
76.86/76.96	o 193
76.86/76.96	c k76.2s|  1515 |   103 | 78244 |6146k|  34 | 225 | 528 |1867 |1385 | 528 |1868 | 107 |  72 |1520 | 1.636451e+02 | 1.930000e+02 |  17.94%
77.54/77.61	o 192
77.54/77.61	c g76.8s|  1534 |   102 | 80043 |6199k|  34 |   - | 528 |1869 |1551 | 528 |1868 | 107 |  74 |1520 | 1.636861e+02 | 1.920000e+02 |  17.30%
77.54/77.62	o 191
77.54/77.62	c k76.8s|  1535 |    95 | 80071 |6137k|  34 | 113 | 528 |1869 |1393 | 528 |1868 | 107 |  74 |1520 | 1.636861e+02 | 1.910000e+02 |  16.69%
239.93/240.25	c   238s| 10000 |   333 |472570 |6952k|  43 | 158 | 528 |1878 |1213 | 528 |1868 | 107 | 194 |3010 | 1.738372e+02 | 1.910000e+02 |   9.87%
400.88/401.25	c   397s| 20000 |   255 |861883 |6789k|  50 |   - | 528 |1878 |1421 | 528 |1868 | 107 | 231 |4471 | 1.772778e+02 | 1.910000e+02 |   7.74%
470.95/471.59	c 
470.95/471.59	c SCIP Status        : problem is solved [optimal solution found]
470.95/471.59	c Solving Time (sec) : 466.91
470.95/471.59	c Solving Nodes      : 24739
470.95/471.59	c Primal Bound       : +1.91000000000000e+02 (41 solutions)
470.95/471.59	c Dual Bound         : +1.91000000000000e+02
470.95/471.59	c Gap                : 0.00 %
470.95/471.59	c NODE         24739
470.95/471.59	c DUAL BOUND   191
470.95/471.59	c PRIMAL BOUND 191
470.95/471.59	c GAP          0
470.95/471.59	s OPTIMUM FOUND
470.95/471.59	v x528 -x527 x526 -x525 x524 -x523 x522 -x521 x520 -x519 -x518 x517 x516 -x515 x514 -x513 x512 -x511 x510 -x509 x508 -x507 -x506 
470.95/471.59	v x505 x504 -x503 -x502 x501 x500 -x499 x498 -x497 x496 -x495 x494 -x493 -x492 -x491 x490 -x489 -x488 -x487 -x486 -x485 -x484 x483 
470.95/471.59	v x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 x469 -x468 -x467 x466 -x465 -x464 -x463 -x462 
470.95/471.59	v -x461 -x460 x459 x458 -x457 -x456 -x455 x454 -x453 -x452 -x451 -x450 -x449 -x448 x447 x446 -x445 x444 -x443 x442 -x441 x440 
470.95/471.59	v -x439 x438 -x437 x436 -x435 -x434 x433 -x432 -x431 x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 x421 -x420 -x419 -x418 
470.95/471.59	v -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 x409 -x408 -x407 x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 x397 
470.95/471.59	v x396 -x395 x394 -x393 x392 -x391 x390 -x389 x388 -x387 -x386 x385 -x384 -x383 x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 
470.95/471.59	v -x374 x373 -x372 -x371 x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 x361 -x360 -x359 x358 -x357 -x356 -x355 -x354 -x353 
470.95/471.59	v -x352 x351 x350 -x349 x348 -x347 -x346 x345 x344 -x343 x342 -x341 x340 -x339 x338 -x337 -x336 -x335 x334 -x333 -x332 -x331 
470.95/471.59	v -x330 -x329 -x328 -x327 -x326 x325 x324 -x323 x322 -x321 x320 -x319 x318 -x317 x316 -x315 -x314 x313 -x312 -x311 x310 -x309 
470.95/471.59	v -x308 -x307 -x306 x305 -x304 -x303 x302 -x301 -x300 -x299 x298 -x297 -x296 -x295 -x294 -x293 -x292 x291 x290 -x289 -x288 -x287 
470.95/471.59	v x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 x277 -x276 -x275 x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 
470.95/471.59	v x265 x264 -x263 x262 -x261 x260 -x259 x258 -x257 x256 -x255 -x254 x253 -x252 -x251 x250 -x249 -x248 -x247 -x246 -x245 -x244 
470.95/471.59	v -x243 -x242 x241 x240 -x239 -x238 x237 x236 -x235 x234 -x233 x232 -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 
470.95/471.59	v -x221 -x220 -x219 -x218 x217 -x216 -x215 x214 -x213 -x212 -x211 -x210 -x209 -x208 x207 x206 -x205 -x204 -x203 x202 -x201 -x200 
470.95/471.59	v -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 x191 -x190 x189 x188 -x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 
470.95/471.59	v x177 -x176 x175 x174 -x173 -x172 x171 -x170 x169 -x168 x167 -x166 x165 -x164 x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 
470.95/471.59	v -x154 x153 -x152 x151 -x150 x149 -x148 x147 -x146 x145 -x144 x143 -x142 x141 -x140 -x139 -x138 x137 -x136 x135 x134 -x133 -x132 
470.95/471.59	v x131 x130 -x129 -x128 x127 -x126 x125 x124 -x123 -x122 x121 -x120 x119 -x118 x117 -x116 x115 -x114 x113 -x112 x111 x110 
470.95/471.59	v -x109 -x108 x107 -x106 x105 -x104 x103 -x102 x101 -x100 x99 -x98 x97 -x96 x95 -x94 x93 x92 -x91 -x90 x89 -x88 x87 -x86 x85 -x84 
470.95/471.59	v x83 -x82 x81 -x80 x79 x78 -x77 -x76 x75 -x74 x73 -x72 x71 -x70 x69 -x68 x67 -x66 x65 -x64 x63 -x62 x61 x60 -x59 -x58 x57 -x56 
470.95/471.59	v x55 -x54 x53 -x52 x51 -x50 x49 -x48 x47 x46 -x45 -x44 x43 -x42 x41 -x40 x39 -x38 x37 -x36 x35 -x34 x33 -x32 x31 -x30 x29 
470.95/471.59	v -x28 x27 -x26 x25 -x24 x23 -x22 x21 -x20 x19 -x18 x17 -x16 x15 x14 -x13 x12 -x11 -x10 x9 -x8 x7 -x6 x5 -x4 x3 -x2 x1 
470.95/471.59	c SCIP Status        : problem is solved [optimal solution found]
470.95/471.59	c Solving Time       :     466.91
470.95/471.59	c Original Problem   :
470.95/471.59	c   Problem name     : HOME/instance-1869148-1245160806.opb
470.95/471.59	c   Variables        : 528 (528 binary, 0 integer, 0 implicit integer, 0 continuous)
470.95/471.59	c   Constraints      : 1816 initial, 1816 maximal
470.95/471.59	c Presolved Problem  :
470.95/471.59	c   Problem name     : t_HOME/instance-1869148-1245160806.opb
470.95/471.59	c   Variables        : 528 (528 binary, 0 integer, 0 implicit integer, 0 continuous)
470.95/471.59	c   Constraints      : 1804 initial, 1911 maximal
470.95/471.59	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
470.95/471.59	c   trivial          :       0.00          0          0          0          0          0          0          0          0
470.95/471.59	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
470.95/471.59	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
470.95/471.59	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
470.95/471.59	c   implics          :       0.00          0          0          0          0          0          0          0          0
470.95/471.59	c   probing          :       0.02          0          0          0          0          0          0          0          0
470.95/471.59	c   linear           :       0.03          0          0          0          0          0         12          0          0
470.95/471.59	c   logicor          :       0.01          0          0          0          0          0          0          0          0
470.95/471.59	c   root node        :          -          2          -          -          2          -          -          -          -
470.95/471.59	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
470.95/471.59	c   integral         :          0          0          0      13133          0        109       1845          0          0      24806
470.95/471.59	c   logicor          :       1804+        21      90403          6          0         79     448468          0          0          0
470.95/471.59	c   countsols        :          0          0          0          6          0          0          0          0          0          0
470.95/471.59	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
470.95/471.59	c   integral         :     115.04       0.00       0.00     115.04       0.00
470.95/471.59	c   logicor          :       2.81       0.01       2.80       0.00       0.00
470.95/471.59	c   countsols        :       0.00       0.00       0.00       0.00       0.00
470.95/471.59	c Propagators        :       Time      Calls    Cutoffs    DomReds
470.95/471.59	c   rootredcost      :       0.05         14          0          0
470.95/471.59	c   pseudoobj        :       2.77     102674          0          0
470.95/471.59	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
470.95/471.59	c   propagation      :       0.00         79         78        150        8.3         30        4.8          -
470.95/471.59	c   infeasible LP    :       0.01         30         30         54       18.0          7        4.1          0
470.95/471.59	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
470.95/471.59	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
470.95/471.59	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
470.95/471.59	c   applied globally :          -          -          -        233        9.5          -          -          -
470.95/471.59	c   applied locally  :          -          -          -          0        0.0          -          -          -
470.95/471.59	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
470.95/471.59	c   cut pool         :       0.01         20          -          -        337          -    (maximal pool size: 1010)
470.95/471.59	c   redcost          :       0.29      15744          0       7688          0          0
470.95/471.59	c   impliedbounds    :       0.02         21          0          0          0          0
470.95/471.59	c   intobj           :       0.00          0          0          0          0          0
470.95/471.59	c   gomory           :       2.01         21          0          0       3544          0
470.95/471.59	c   strongcg         :       1.49         20          0          0       4749          0
470.95/471.59	c   cmir             :       0.20         10          0          0          2          0
470.95/471.59	c   flowcover        :       0.14         10          0          0          4          0
470.95/471.60	c   clique           :       0.01          1          0          0          0          0
470.95/471.60	c   zerohalf         :       0.00          0          0          0          0          0
470.95/471.60	c   mcf              :       0.00          1          0          0          0          0
470.95/471.60	c Pricers            :       Time      Calls       Vars
470.95/471.60	c   problem variables:       0.00          0          0
470.95/471.60	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
470.95/471.60	c   relpscost        :     115.03      13127        109       1845          0          0      24806
470.95/471.60	c   pscost           :       0.00          0          0          0          0          0          0
470.95/471.60	c   inference        :       0.00          0          0          0          0          0          0
470.95/471.60	c   mostinf          :       0.00          0          0          0          0          0          0
470.95/471.60	c   leastinf         :       0.00          0          0          0          0          0          0
470.95/471.60	c   fullstrong       :       0.00          0          0          0          0          0          0
470.95/471.60	c   allfullstrong    :       0.00          0          0          0          0          0          0
470.95/471.60	c   random           :       0.00          0          0          0          0          0          0
470.95/471.60	c Primal Heuristics  :       Time      Calls      Found
470.95/471.60	c   LP solutions     :       0.00          -          6
470.95/471.60	c   pseudo solutions :       0.00          -          0
470.95/471.60	c   intshifting      :       0.00          0          0
470.95/471.60	c   oneopt           :       0.07         13          6
470.95/471.60	c   feaspump         :       0.24          1          0
470.95/471.60	c   veclendiving     :       1.86         19          0
470.95/471.60	c   linesearchdiving :       2.97         19          1
470.95/471.60	c   guideddiving     :       1.80         19          1
470.95/471.60	c   objpscostdiving  :       2.81         10         10
470.95/471.60	c   rootsoldiving    :       2.17         10          7
470.95/471.60	c   coefdiving       :       2.59         20          0
470.95/471.60	c   fracdiving       :       2.21         20          0
470.95/471.60	c   pscostdiving     :       1.93         20          0
470.95/471.60	c   crossover        :       0.38          7          1
470.95/471.60	c   simplerounding   :       0.01          0          0
470.95/471.60	c   rounding         :       2.68       6781          2
470.95/471.60	c   shifting         :       1.72       1333          7
470.95/471.60	c   fixandinfer      :       0.00          0          0
470.95/471.60	c   intdiving        :       0.00          0          0
470.95/471.60	c   actconsdiving    :       0.00          0          0
470.95/471.60	c   octane           :       0.00          0          0
470.95/471.60	c   rens             :       0.01          0          0
470.95/471.60	c   rins             :       0.00          0          0
470.95/471.60	c   localbranching   :       0.00          0          0
470.95/471.60	c   mutation         :       0.00          0          0
470.95/471.60	c   dins             :       0.00          0          0
470.95/471.60	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
470.95/471.60	c   primal LP        :       0.02          0          0       0.00       0.00
470.95/471.60	c   dual LP          :     300.69      25464     972814      38.20    3235.27
470.95/471.60	c   barrier LP       :       0.00          0          0       0.00          -
470.95/471.60	c   diving/probing LP:      17.06       2274      57617      25.34    3377.32
471.04/471.60	c   strong branching :     112.96       5013     347023      69.22    3072.09
471.04/471.60	c     (at root node) :          -         34       7568     222.59          -
471.04/471.60	c   conflict analysis:       0.00          0          0       0.00          -
471.04/471.60	c B&B Tree           :
471.04/471.60	c   number of runs   :          1
471.04/471.60	c   nodes            :      24739
471.04/471.60	c   nodes (total)    :      24739
471.04/471.60	c   nodes left       :          0
471.04/471.60	c   max depth        :         50
471.04/471.60	c   max depth (total):         50
471.04/471.60	c   backtracks       :       3399 (13.7%)
471.04/471.60	c   delayed cutoffs  :          1
471.04/471.60	c   repropagations   :        485 (916 domain reductions, 1 cutoffs)
471.04/471.60	c   avg switch length:       3.73
471.04/471.60	c   switching time   :       3.15
471.04/471.60	c Solution           :
471.04/471.60	c   Solutions found  :         41 (17 improvements)
471.04/471.60	c   Primal Bound     : +1.91000000000000e+02   (in run 1, after 1535 nodes, 76.84 seconds, depth 25, found by <oneopt>)
471.04/471.60	c   Dual Bound       : +1.91000000000000e+02
471.04/471.60	c   Gap              :       0.00 %
471.04/471.60	c   Root Dual Bound  : +1.60409963970662e+02
471.04/471.62	c Time complete: 471.06.

Verifier Data

OK	191

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1869148-1245160806/watcher-1869148-1245160806 -o /tmp/evaluation-result-1869148-1245160806/solver-1869148-1245160806 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869148-1245160806.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: 2.43 2.34 2.16 4/73 2598
/proc/meminfo: memFree=1816944/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=18576 CPUtime=0
/proc/2598/stat : 2598 (runsolver) R 2596 2598 2453 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 183679213 19021824 284 1992294400 4194304 4302564 548682068432 18446744073709551615 243665530151 0 0 4096 24578 0 0 0 17 0 0 0
/proc/2598/statm: 4644 284 249 26 0 2626 0

[startup+0.0262439 s]
/proc/loadavg: 2.43 2.34 2.16 4/73 2598
/proc/meminfo: memFree=1816944/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=9428 CPUtime=0.01
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 1701 0 0 0 1 0 0 0 18 0 1 0 183679213 9654272 1683 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 0 0 0 0 17 1 0 0
/proc/2598/statm: 2357 1683 354 886 0 1467 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9428

[startup+0.101784 s]
/proc/loadavg: 2.43 2.34 2.16 4/73 2598
/proc/meminfo: memFree=1816944/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=16792 CPUtime=0.08
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 3607 0 0 0 7 1 0 0 18 0 1 0 183679213 17195008 3235 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 4198 3235 425 886 0 3308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16792

[startup+0.302727 s]
/proc/loadavg: 2.43 2.34 2.16 4/73 2598
/proc/meminfo: memFree=1816944/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=20012 CPUtime=0.28
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 4609 0 0 0 26 2 0 0 19 0 1 0 183679213 20492288 4191 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 5003 4191 521 886 0 4113 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 20012

[startup+0.702806 s]
/proc/loadavg: 2.43 2.34 2.16 4/73 2598
/proc/meminfo: memFree=1816944/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=21464 CPUtime=0.68
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 4988 0 0 0 65 3 0 0 24 0 1 0 183679213 21979136 4569 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 5366 4569 547 886 0 4476 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 21464

[startup+1.51019 s]
/proc/loadavg: 2.43 2.34 2.16 3/74 2599
/proc/meminfo: memFree=1799528/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=27748 CPUtime=1.49
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 6510 0 0 0 144 5 0 0 25 0 1 0 183679213 28413952 6060 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 6937 6060 548 886 0 6047 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27748

[startup+3.10223 s]
/proc/loadavg: 2.43 2.34 2.16 4/74 2599
/proc/meminfo: memFree=1794216/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=28592 CPUtime=3.09
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 6833 0 0 0 301 8 0 0 25 0 1 0 183679213 29278208 6373 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 7148 6373 548 886 0 6258 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28592

[startup+6.30137 s]
/proc/loadavg: 2.32 2.32 2.16 2/74 2599
/proc/meminfo: memFree=1790120/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=31832 CPUtime=6.27
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 7622 0 0 0 614 13 0 0 25 0 1 0 183679213 32595968 7162 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 7958 7162 552 886 0 7068 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 31832

[startup+12.701 s]
/proc/loadavg: 2.37 2.33 2.16 2/74 2599
/proc/meminfo: memFree=1789992/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=31832 CPUtime=12.66
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 7624 0 0 0 1249 17 0 0 25 0 1 0 183679213 32595968 7164 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 7958 7164 553 886 0 7068 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 31832

[startup+25.5103 s]
/proc/loadavg: 2.28 2.31 2.16 4/74 2599
/proc/meminfo: memFree=1789992/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=31832 CPUtime=25.47
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 7630 0 0 0 2519 28 0 0 25 0 1 0 183679213 32595968 7170 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 7958 7170 559 886 0 7068 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 31832

[startup+51.1029 s]
/proc/loadavg: 2.28 2.30 2.16 4/74 2599
/proc/meminfo: memFree=1789544/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=32236 CPUtime=51.06
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 9201 0 0 0 5058 48 0 0 25 0 1 0 183679213 33009664 7294 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 8059 7294 577 886 0 7169 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 32236

[startup+102.308 s]
/proc/loadavg: 2.00 2.23 2.14 2/74 2605
/proc/meminfo: memFree=1791840/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=29780 CPUtime=102.24
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 12170 0 0 0 10134 90 0 0 25 0 1 0 183679213 30494720 6713 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 7445 6713 579 886 0 6555 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 29780

[startup+162.301 s]
/proc/loadavg: 2.11 2.21 2.14 4/74 2605
/proc/meminfo: memFree=1781792/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=41372 CPUtime=162.21
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 16863 0 0 0 16078 143 0 0 25 0 1 0 183679213 42364928 9263 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 10343 9263 579 886 0 9453 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 41372

[startup+222.302 s]
/proc/loadavg: 1.85 2.11 2.10 4/74 2605
/proc/meminfo: memFree=1781728/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=41372 CPUtime=222.1
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 16877 0 0 0 22015 195 0 0 25 0 1 0 183679213 42364928 9277 1992294400 4194304 7823515 548682068736 18446744073709551615 6211274 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 10343 9277 579 886 0 9453 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 41372

[startup+282.302 s]
/proc/loadavg: 1.74 2.02 2.08 2/74 2605
/proc/meminfo: memFree=1780960/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=41372 CPUtime=282.01
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 17056 0 0 0 27956 245 0 0 25 0 1 0 183679213 42364928 9456 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 10343 9456 579 886 0 9453 0
Current children cumulated CPU time (s) 282.01
Current children cumulated vsize (KiB) 41372

[startup+342.301 s]
/proc/loadavg: 1.87 2.02 2.07 2/74 2605
/proc/meminfo: memFree=1780960/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=41372 CPUtime=341.99
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 17056 0 0 0 33903 296 0 0 25 0 1 0 183679213 42364928 9456 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 10343 9456 579 886 0 9453 0
Current children cumulated CPU time (s) 341.99
Current children cumulated vsize (KiB) 41372

[startup+402.301 s]
/proc/loadavg: 1.73 1.95 2.04 2/74 2605
/proc/meminfo: memFree=1780968/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=41372 CPUtime=401.98
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 17056 0 0 0 39851 347 0 0 25 0 1 0 183679213 42364928 9456 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 10343 9456 579 886 0 9453 0
Current children cumulated CPU time (s) 401.98
Current children cumulated vsize (KiB) 41372

[startup+462.302 s]
/proc/loadavg: 1.70 1.92 2.03 2/74 2605
/proc/meminfo: memFree=1780904/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=41372 CPUtime=461.8
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 17056 0 0 0 45778 402 0 0 25 0 1 0 183679213 42364928 9456 1992294400 4194304 7823515 548682068736 18446744073709551615 6211274 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 10343 9456 579 886 0 9453 0
Current children cumulated CPU time (s) 461.8
Current children cumulated vsize (KiB) 41372

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

[startup+467.101 s]
/proc/loadavg: 1.72 1.92 2.02 3/74 2605
/proc/meminfo: memFree=1780904/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=41372 CPUtime=466.57
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 17056 0 0 0 46250 407 0 0 25 0 1 0 183679213 42364928 9456 1992294400 4194304 7823515 548682068736 18446744073709551615 6212302 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 10343 9456 579 886 0 9453 0
Current children cumulated CPU time (s) 466.57
Current children cumulated vsize (KiB) 41372

[startup+468.701 s]
/proc/loadavg: 1.82 1.94 2.03 2/74 2605
/proc/meminfo: memFree=1780904/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=41372 CPUtime=468.15
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 17056 0 0 0 46406 409 0 0 25 0 1 0 183679213 42364928 9456 1992294400 4194304 7823515 548682068736 18446744073709551615 5813062 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 10343 9456 579 886 0 9453 0
Current children cumulated CPU time (s) 468.15
Current children cumulated vsize (KiB) 41372

[startup+470.303 s]
/proc/loadavg: 1.82 1.94 2.03 3/74 2605
/proc/meminfo: memFree=1780904/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=41372 CPUtime=469.75
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 17056 0 0 0 46565 410 0 0 25 0 1 0 183679213 42364928 9456 1992294400 4194304 7823515 548682068736 18446744073709551615 6262516 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 10343 9456 579 886 0 9453 0
Current children cumulated CPU time (s) 469.75
Current children cumulated vsize (KiB) 41372

[startup+471.102 s]
/proc/loadavg: 1.82 1.94 2.03 3/74 2605
/proc/meminfo: memFree=1780904/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=41372 CPUtime=470.55
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 17056 0 0 0 46644 411 0 0 25 0 1 0 183679213 42364928 9456 1992294400 4194304 7823515 548682068736 18446744073709551615 6211030 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 10343 9456 579 886 0 9453 0
Current children cumulated CPU time (s) 470.55
Current children cumulated vsize (KiB) 41372

[startup+471.502 s]
/proc/loadavg: 1.82 1.94 2.03 3/74 2605
/proc/meminfo: memFree=1780904/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=41372 CPUtime=470.95
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 17056 0 0 0 46684 411 0 0 25 0 1 0 183679213 42364928 9456 1992294400 4194304 7823515 548682068736 18446744073709551615 6263492 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2598/statm: 10343 9456 579 886 0 9453 0
Current children cumulated CPU time (s) 470.95
Current children cumulated vsize (KiB) 41372

[startup+471.602 s]
/proc/loadavg: 1.82 1.94 2.03 3/74 2605
/proc/meminfo: memFree=1780904/2055920 swapFree=4169920/4192956
[pid=2598] ppid=2596 vsize=41372 CPUtime=471.04
/proc/2598/stat : 2598 (pbscip.linux.x8) R 2596 2598 2453 0 -1 4194304 17058 0 0 0 46693 411 0 0 25 0 1 0 183679213 42364928 9458 1992294400 4194304 7823515 548682068736 18446744073709551615 6957296 0 0 4096 0 0 0 0 17 1 0 0
/proc/2598/statm: 10343 9458 581 886 0 9453 0
Current children cumulated CPU time (s) 471.04
Current children cumulated vsize (KiB) 41372

Child status: 0
Real time (s): 471.621
CPU time (s): 471.071
CPU user time (s): 466.949
CPU system time (s): 4.12237
CPU usage (%): 99.8835
Max. virtual memory (cumulated for all children) (KiB): 41372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 466.949
system time used= 4.12237
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17061
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= 2
involuntary context switches= 1904

runsolver used 0.629904 second user time and 1.61475 second system time

The end

Launcher Data

Begin job on node84 at 2009-06-16 16:00:06
IDJOB=1869148
IDBENCH=2200
IDSOLVER=683
FILE ID=node84/1869148-1245160806
PBS_JOBID= 9363865
Free space on /tmp= 66524 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8a3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869148-1245160806/watcher-1869148-1245160806 -o /tmp/evaluation-result-1869148-1245160806/solver-1869148-1245160806 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869148-1245160806.opb

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

MD5SUM BENCH= 5018d2b93ba4422fc03308c57dbd6158
RANDOM SEED=1186639320

node84.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1817424 kB
Buffers:         32516 kB
Cached:         107128 kB
SwapCached:      17164 kB
Active:          72724 kB
Inactive:       102688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1817424 kB
SwapTotal:     4192956 kB
SwapFree:      4169920 kB
Dirty:           10228 kB
Writeback:           0 kB
Mapped:          43240 kB
Slab:            48140 kB
Committed_AS:   603464 kB
PageTables:       2064 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66512 MiB
End job on node84 at 2009-06-16 16:07:58