Trace number 3731914

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT26962 1798.19 1798.48

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUMf675f355e04fd5af6f49610fb88dbbd3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23954
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24674
Optimality of the best value was proved NO
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.03	c SCIP version 1.1.0.7
0.00/0.03	c LP-Solver SoPlex 1.4.1
0.00/0.03	c user parameter file <scip.set> not found - using default parameters
0.00/0.03	c read problem <HOME/instance-3731914-1338694345.opb>
0.00/0.03	c original problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.00/0.04	c start presolving problem
0.00/0.04	c presolving:
0.00/0.07	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4476 upgd conss, 1260 impls, 210 clqs
0.09/0.11	c (round 2) 0 del vars, 2880 del conss, 0 chg bounds, 3360 chg sides, 5040 chg coeffs, 4476 upgd conss, 1260 impls, 210 clqs
0.18/0.20	c    (0.1s) probing: 401/540 (74.3%) - 0 fixings, 0 aggregations, 1590 implications, 0 bound changes
0.18/0.20	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.18/0.20	c presolving (3 rounds):
0.18/0.20	c  0 deleted vars, 2880 deleted constraints, 0 tightened bounds, 0 added holes, 3360 changed sides, 5040 changed coefficients
0.18/0.20	c  4440 implications, 210 cliques
0.18/0.20	c presolved problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.18/0.20	c    1734 constraints of type <knapsack>
0.18/0.20	c     210 constraints of type <setppc>
0.18/0.20	c    2532 constraints of type <logicor>
0.18/0.20	c transformed objective value is always integral (scale: 1)
0.18/0.20	c Presolving Time: 0.15
0.18/0.20	c OPT-LIN
0.18/0.20	c -----------------------------------------------------------------------------------------------
0.18/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.18/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.20	c limits/memory = c 13950
0.18/0.20	c # maximal time in seconds to run
0.18/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.20	c limits/time = c 1791
0.18/0.20	c # frequency for displaying node information lines
0.18/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.18/0.20	c display/freq = c 10000
0.18/0.20	c -----------------------------------------------------------------------------------------------
0.18/0.20	c start solving problem
0.18/0.20	c 
0.49/0.51	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.51	c   0.5s|     1 |     0 |  1440 |8761k|   0 | 222 | 540 |4476 |4476 | 540 |4476 |   0 |   0 |   0 | 1.742200e+04 |      --      |    Inf 
2.78/2.83	c   2.8s|     1 |     0 |  4198 |  10M|   0 | 214 | 540 |4476 |4476 | 540 |4484 |   8 |   0 |   0 | 1.742200e+04 |      --      |    Inf 
3.49/3.54	c   3.5s|     1 |     0 |  4516 |  12M|   0 | 220 | 540 |4476 |4476 | 540 |4491 |  15 |   0 |   0 | 1.742200e+04 |      --      |    Inf 
4.19/4.26	c   4.2s|     1 |     0 |  4722 |  14M|   0 | 226 | 540 |4476 |4476 | 540 |4500 |  24 |   0 |   0 | 1.742200e+04 |      --      |    Inf 
4.99/5.00	c   4.9s|     1 |     0 |  5023 |  16M|   0 | 213 | 540 |4476 |4476 | 540 |4506 |  30 |   0 |   0 | 1.742200e+04 |      --      |    Inf 
5.68/5.79	c   5.7s|     1 |     0 |  5395 |  18M|   0 | 223 | 540 |4476 |4476 | 540 |4512 |  36 |   0 |   0 | 1.742200e+04 |      --      |    Inf 
6.69/6.71	c   6.6s|     1 |     0 |  5961 |  20M|   0 | 226 | 540 |4476 |4476 | 540 |4520 |  44 |   0 |   0 | 1.742200e+04 |      --      |    Inf 
12.29/12.34	c  12.2s|     1 |     2 |  5961 |  20M|   0 | 226 | 540 |4476 |4476 | 540 |4520 |  44 |   0 |  21 | 1.742200e+04 |      --      |    Inf 
81.56/81.69	o 31729
81.56/81.69	c v81.2s|   169 |   158 | 71816 |  21M|  21 |   - | 540 |4590 |2456 | 540 |4500 |  44 | 114 | 270 | 1.742200e+04 | 3.172900e+04 |  82.12%
242.44/242.54	o 30365
242.44/242.54	c v 242s|   618 |   583 |430641 |  22M|  28 |   - | 540 |4964 |2722 | 540 |4500 |  44 | 834 | 655 | 1.742200e+04 | 3.036500e+04 |  74.29%
247.14/247.20	o 27156
247.14/247.20	c v 246s|   627 |   590 |441637 |  22M|  28 |   - | 540 |4978 |3548 | 540 |4500 |  44 | 870 | 663 | 1.742200e+04 | 2.715600e+04 |  55.87%
1408.46/1408.72	o 26962
1408.46/1408.72	c p1403s|  6332 |  6159 |  3378k|  35M|  46 |   - | 540 |4926 |3731 | 540 |4500 |  44 |4647 |2491 | 1.747201e+04 | 2.696200e+04 |  54.32%
1798.10/1798.46	c 
1798.10/1798.46	c SCIP Status        : solving was interrupted [time limit reached]
1798.10/1798.46	c Solving Time (sec) : 1791.00
1798.10/1798.46	c Solving Nodes      : 8376
1798.10/1798.46	c Primal Bound       : +2.69620000000000e+04 (4 solutions)
1798.10/1798.46	c Dual Bound         : +1.75017200000000e+04
1798.10/1798.46	c Gap                : 54.05 %
1798.10/1798.46	c NODE         8376
1798.10/1798.46	c DUAL BOUND   17501.7
1798.10/1798.46	c PRIMAL BOUND 26962
1798.10/1798.46	c GAP          0.540534
1798.10/1798.46	s SATISFIABLE
1798.10/1798.46	v -x325 x289 x253 x217 -x181 -x145 x109 -x73 x37 -x1 -x360 x324 -x288 -x252 -x216 x180 -x144 x108 x72 x36 x353 -x317 -x281 x245 x209 
1798.10/1798.46	v x173 -x137 -x101 -x65 x29 x346 x310 -x274 -x238 -x202 x166 x130 x94 -x58 -x22 -x339 -x303 x267 x231 x195 -x159 x123 x87 -x51 
1798.10/1798.46	v -x15 x332 -x296 x260 -x224 x188 -x152 -x116 -x80 x44 x8 -x359 -x323 -x287 -x251 x215 -x179 -x143 -x107 -x71 -x35 -x358 -x322 
1798.10/1798.46	v -x286 -x250 -x214 -x178 x142 -x106 -x70 -x34 -x357 -x321 x285 -x249 -x213 -x177 -x141 -x105 -x69 -x33 x356 -x320 -x284 -x248 
1798.10/1798.46	v -x212 -x176 -x140 -x104 -x68 -x32 -x355 -x319 -x283 x247 -x211 -x175 -x139 -x103 -x67 -x31 -x354 x318 -x282 -x246 -x210 -x174 
1798.10/1798.46	v -x138 -x102 -x66 -x30 -x352 -x316 -x280 -x244 -x208 -x172 -x136 x100 -x64 -x28 -x351 -x315 -x279 -x243 -x207 -x171 x135 
1798.10/1798.46	v -x99 -x63 -x27 -x350 -x314 x278 -x242 -x206 -x170 -x134 -x98 -x62 -x26 -x349 -x313 -x277 -x241 -x205 -x169 -x133 -x97 x61 -x25 
1798.10/1798.46	v -x348 -x312 -x276 -x240 -x204 -x168 -x132 -x96 x60 -x24 -x347 -x311 -x275 x239 -x203 -x167 -x131 -x95 -x59 -x23 -x345 -x309 
1798.10/1798.46	v -x273 -x237 x201 -x165 -x129 -x93 -x57 -x21 -x344 -x308 -x272 -x236 -x200 -x164 -x128 -x92 -x56 x20 -x343 -x307 x271 -x235 -x199 
1798.10/1798.46	v -x163 -x127 -x91 -x55 -x19 -x342 -x306 -x270 -x234 -x198 x162 -x126 -x90 -x54 -x18 -x341 -x305 -x269 -x233 -x197 -x161 -x125 
1798.10/1798.46	v -x89 -x53 x17 x340 -x304 -x268 -x232 -x196 -x160 -x124 -x88 -x52 -x16 -x338 -x302 -x266 -x230 -x194 -x158 -x122 -x86 x50 
1798.10/1798.46	v -x14 -x337 x301 -x265 -x229 -x193 -x157 -x121 -x85 -x49 -x13 -x336 -x300 -x264 -x228 -x192 -x156 -x120 x84 -x48 -x12 -x335 -x299 
1798.10/1798.46	v -x263 -x227 -x191 x155 -x119 -x83 -x47 -x11 -x334 x298 -x262 -x226 -x190 -x154 -x118 -x82 -x46 -x10 -x333 -x297 -x261 x225 
1798.10/1798.46	v -x189 -x153 -x117 -x81 -x45 -x9 -x331 -x295 -x259 -x223 -x187 -x151 x115 -x79 -x43 -x7 -x330 -x294 -x258 -x222 -x186 -x150 
1798.10/1798.46	v -x114 -x78 -x42 x6 x329 -x293 -x257 -x221 -x185 -x149 -x113 -x77 -x41 -x5 -x328 -x292 -x256 -x220 -x184 x148 -x112 -x76 -x40 
1798.10/1798.46	v -x4 -x327 -x291 -x255 -x219 -x183 -x147 -x111 x75 -x39 -x3 -x326 -x290 -x254 -x218 x182 -x146 -x110 -x74 -x38 -x2 x540 x539 
1798.10/1798.46	v -x538 x537 -x536 -x535 -x534 -x533 -x532 x531 x530 -x529 -x528 -x527 -x526 x525 -x524 -x523 -x522 -x521 x520 -x519 -x518 -x517 
1798.10/1798.46	v -x516 -x515 -x514 -x513 x512 -x511 x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 x502 x501 -x500 -x499 x498 -x497 -x496 -x495 
1798.10/1798.46	v x494 -x493 -x492 -x491 x490 -x489 -x488 -x487 -x486 -x485 -x484 x483 -x482 -x481 -x480 x479 -x478 -x477 -x476 -x475 -x474 
1798.10/1798.46	v -x473 -x472 x471 -x470 -x469 x468 x467 -x466 -x465 x464 -x463 -x462 -x461 x460 -x459 -x458 -x457 -x456 -x455 -x454 x453 -x452 
1798.10/1798.46	v -x451 -x450 -x449 x448 -x447 -x446 -x445 -x444 -x443 x442 -x441 -x440 -x439 x438 -x437 -x436 x435 x434 -x433 -x432 x431 -x430 
1798.10/1798.46	v -x429 -x428 x427 -x426 -x425 -x424 x423 -x422 -x421 -x420 -x419 -x418 -x417 x416 -x415 -x414 -x413 x412 -x411 -x410 -x409 
1798.10/1798.46	v -x408 x407 -x406 -x405 -x404 -x403 x402 -x401 x400 -x399 x398 x397 -x396 -x395 x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 
1798.10/1798.46	v x386 -x385 -x384 -x383 -x382 x381 -x380 -x379 -x378 x377 -x376 -x375 -x374 -x373 -x372 x371 -x370 -x369 -x368 -x367 x366 x365 
1798.10/1798.46	v x364 x363 x362 -x361 
1798.10/1798.46	c SCIP Status        : solving was interrupted [time limit reached]
1798.10/1798.46	c Solving Time       :    1791.00
1798.10/1798.46	c Original Problem   :
1798.10/1798.46	c   Problem name     : HOME/instance-3731914-1338694345.opb
1798.10/1798.46	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.10/1798.46	c   Constraints      : 4476 initial, 4476 maximal
1798.10/1798.46	c Presolved Problem  :
1798.10/1798.46	c   Problem name     : t_HOME/instance-3731914-1338694345.opb
1798.10/1798.46	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.10/1798.46	c   Constraints      : 4476 initial, 5087 maximal
1798.10/1798.46	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1798.10/1798.46	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1798.10/1798.46	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1798.10/1798.46	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1798.10/1798.46	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1798.10/1798.46	c   implics          :       0.00          0          0          0          0          0          0          0          0
1798.10/1798.46	c   probing          :       0.07          0          0          0          0          0          0          0          0
1798.10/1798.46	c   knapsack         :       0.03          0          0          0          0          0          0       3360       5040
1798.10/1798.46	c   setppc           :       0.00          0          0          0          0          0       2880          0          0
1798.10/1798.46	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1798.10/1798.46	c   root node        :          -          0          -          -          0          -          -          -          -
1798.10/1798.46	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1798.10/1798.46	c   integral         :          0          0          0       8263          0          3         22          0          0      16484
1798.10/1798.46	c   knapsack         :       1734          6     106556          0          0         19       9772          0          0          0
1798.10/1798.46	c   setppc           :        210          6     106535          0          0        555      91179          0          0          0
1798.10/1798.46	c   logicor          :       2532+         6      52210          0          0        252      44999          0          0          0
1798.10/1798.46	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1798.10/1798.46	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1798.10/1798.46	c   integral         :     232.15       0.00       0.00     232.15       0.00
1798.10/1798.46	c   knapsack         :       3.26       0.01       3.25       0.00       0.00
1798.10/1798.46	c   setppc           :       0.68       0.00       0.68       0.00       0.00
1798.10/1798.46	c   logicor          :       0.81       0.00       0.81       0.00       0.00
1798.10/1798.46	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1798.10/1798.46	c Propagators        :       Time      Calls    Cutoffs    DomReds
1798.10/1798.46	c   rootredcost      :       0.01          4          0          0
1798.10/1798.46	c   pseudoobj        :       0.45     105563          4          0
1798.10/1798.46	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.10/1798.46	c   propagation      :       0.04        830        830       4703       26.6        327        8.6          -
1798.10/1798.46	c   infeasible LP    :       0.13        992        656       6300       49.8        151        6.4          0
1798.10/1798.46	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.10/1798.46	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.10/1798.46	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.10/1798.46	c   applied globally :          -          -          -       6162       25.1          -          -          -
1798.10/1798.46	c   applied locally  :          -          -          -         37       63.2          -          -          -
1798.10/1798.46	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1798.10/1798.46	c   cut pool         :       0.01          5          -          -          3          -    (maximal pool size: 1573)
1798.10/1798.46	c   redcost          :       0.10       8320          0        346          0          0
1798.10/1798.46	c   impliedbounds    :       0.01          6          0          0          0          0
1798.10/1798.46	c   intobj           :       0.00          0          0          0          0          0
1798.10/1798.46	c   gomory           :       2.99          6          0          0         51          0
1798.10/1798.46	c   strongcg         :       0.51          6          0          0       3000          0
1798.10/1798.46	c   cmir             :       0.09          6          0          0          0          0
1798.10/1798.46	c   flowcover        :       0.09          6          0          0          0          0
1798.10/1798.46	c   clique           :       0.00          6          0          0         42          0
1798.10/1798.46	c   zerohalf         :       0.00          0          0          0          0          0
1798.10/1798.46	c   mcf              :       0.00          1          0          0          0          0
1798.10/1798.46	c Pricers            :       Time      Calls       Vars
1798.10/1798.46	c   problem variables:       0.00          0          0
1798.10/1798.46	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.10/1798.46	c   relpscost        :     232.13       8263          3         22          0          0      16484
1798.10/1798.46	c   pscost           :       0.00          0          0          0          0          0          0
1798.10/1798.46	c   inference        :       0.00          0          0          0          0          0          0
1798.10/1798.46	c   mostinf          :       0.00          0          0          0          0          0          0
1798.10/1798.46	c   leastinf         :       0.00          0          0          0          0          0          0
1798.10/1798.46	c   fullstrong       :       0.00          0          0          0          0          0          0
1798.10/1798.46	c   allfullstrong    :       0.00          0          0          0          0          0          0
1798.10/1798.46	c   random           :       0.00          0          0          0          0          0          0
1798.10/1798.46	c Primal Heuristics  :       Time      Calls      Found
1798.10/1798.46	c   LP solutions     :       0.00          -          0
1798.10/1798.46	c   pseudo solutions :       0.00          -          0
1798.10/1798.46	c   oneopt           :       0.01          4          0
1798.10/1798.46	c   crossover        :       0.12          4          0
1798.10/1798.46	c   guideddiving     :      64.47        155          0
1798.10/1798.46	c   pscostdiving     :      93.12        160          1
1798.10/1798.46	c   fracdiving       :      66.14        187          0
1798.10/1798.46	c   veclendiving     :     133.65        206          3
1798.10/1798.46	c   simplerounding   :       0.01          0          0
1798.10/1798.46	c   rounding         :       0.38       1241          0
1798.10/1798.46	c   shifting         :       0.27        356          0
1798.10/1798.46	c   intshifting      :       0.00          0          0
1798.10/1798.46	c   fixandinfer      :       0.00          0          0
1798.10/1798.46	c   feaspump         :       6.21          9          0
1798.10/1798.46	c   coefdiving       :      59.29         56          0
1798.10/1798.46	c   intdiving        :       0.00          0          0
1798.10/1798.46	c   actconsdiving    :       0.00          0          0
1798.10/1798.46	c   objpscostdiving  :      26.05         18          0
1798.10/1798.46	c   rootsoldiving    :      19.56         24          0
1798.10/1798.46	c   linesearchdiving :      55.70        135          0
1798.10/1798.46	c   octane           :       0.00          0          0
1798.10/1798.46	c   rens             :       0.02          1          0
1798.10/1798.46	c   rins             :       0.00          0          0
1798.10/1798.46	c   localbranching   :       0.00          0          0
1798.10/1798.46	c   mutation         :       0.00          0          0
1798.10/1798.46	c   dins             :       0.00          0          0
1798.10/1798.46	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1798.10/1798.46	c   primal LP        :       0.00          0          0       0.00          -
1798.10/1798.46	c   dual LP          :    1022.51       8321    2981590     358.32    2915.95
1798.10/1798.46	c   barrier LP       :       0.00          0          0       0.00          -
1798.10/1798.46	c   diving/probing LP:     500.59      56706    1422686      25.09    2842.02
1798.10/1798.46	c   strong branching :     231.67       2919     696715     238.68    3007.36
1798.10/1798.46	c     (at root node) :          -         21      14115     672.14          -
1798.10/1798.46	c   conflict analysis:       0.00          0          0       0.00          -
1798.10/1798.46	c B&B Tree           :
1798.10/1798.46	c   number of runs   :          1
1798.10/1798.46	c   nodes            :       8376
1798.10/1798.46	c   nodes (total)    :       8376
1798.10/1798.46	c   nodes left       :       8104
1798.10/1798.46	c   max depth        :         47
1798.10/1798.46	c   max depth (total):         47
1798.10/1798.46	c   backtracks       :       1720 (20.5%)
1798.10/1798.46	c   delayed cutoffs  :          1
1798.10/1798.46	c   repropagations   :        146 (412 domain reductions, 1 cutoffs)
1798.10/1798.46	c   avg switch length:       7.53
1798.10/1798.46	c   switching time   :       1.49
1798.10/1798.46	c Solution           :
1798.10/1798.46	c   Solutions found  :          4 (4 improvements)
1798.10/1798.46	c   Primal Bound     : +2.69620000000000e+04   (in run 1, after 6332 nodes, 1402.96 seconds, depth 45, found by <pscostdiving>)
1798.10/1798.46	c   Dual Bound       : +1.75017200000000e+04
1798.10/1798.46	c   Gap              :      54.05 %
1798.10/1798.46	c   Root Dual Bound  : +1.74220000000000e+04
1798.10/1798.48	c Time complete: 1798.19.

Verifier Data

OK	26962

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 21487
/proc/meminfo: memFree=27271864/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=8968 CPUtime=0 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 1587 0 0 0 0 0 0 0 20 0 1 0 335559573 9183232 1539 33554432000 4194304 7823515 140734587366480 140734666812008 5878822 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 2242 1539 354 887 0 1352 0

[startup+0.0929181 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 21487
/proc/meminfo: memFree=27271864/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=22636 CPUtime=0.08 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 5107 0 0 0 7 1 0 0 20 0 1 0 335559573 23179264 4705 33554432000 4194304 7823515 140734587366480 140734666812008 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 5659 4705 436 887 0 4769 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22636

[startup+0.100303 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 21487
/proc/meminfo: memFree=27271864/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=23268 CPUtime=0.09 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 5264 0 0 0 8 1 0 0 20 0 1 0 335559573 23826432 4862 33554432000 4194304 7823515 140734587366480 140734666812008 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 5817 4862 437 887 0 4927 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23268

[startup+0.300258 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 21487
/proc/meminfo: memFree=27271864/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=33200 CPUtime=0.29 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 7878 0 0 0 27 2 0 0 20 0 1 0 335559573 33996800 7351 33554432000 4194304 7823515 140734587366480 140734666812008 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 8300 7351 522 887 0 7410 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33200

[startup+0.700249 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 21487
/proc/meminfo: memFree=27271864/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=33728 CPUtime=0.69 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 8102 0 0 0 67 2 0 0 20 0 1 0 335559573 34537472 7575 33554432000 4194304 7823515 140734587366480 140734666812008 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 8432 7575 536 887 0 7542 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33728

[startup+1.50024 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 21488
/proc/meminfo: memFree=27242924/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=34328 CPUtime=1.49 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 8259 0 0 0 147 2 0 0 20 0 1 0 335559573 35151872 7732 33554432000 4194304 7823515 140734587366480 140734587361160 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 8582 7732 536 887 0 7692 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34328

[startup+3.10024 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 21488
/proc/meminfo: memFree=27242436/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=39404 CPUtime=3.08 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 9535 0 0 0 305 3 0 0 20 0 1 0 335559573 40349696 8986 33554432000 4194304 7823515 140734587366480 140734587361624 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 9851 8986 567 887 0 8961 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 39404

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21488
/proc/meminfo: memFree=27226192/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=52132 CPUtime=6.29 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 12927 0 0 0 623 6 0 0 20 0 1 0 335559573 53383168 12273 33554432000 4194304 7823515 140734587366480 140734587361624 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 13033 12273 567 887 0 12143 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52132

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21488
/proc/meminfo: memFree=27221628/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=55132 CPUtime=12.69 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 16671 0 0 0 1259 10 0 0 20 0 1 0 335559573 56455168 12927 33554432000 4194304 7823515 140734587366480 140734587361176 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 13783 12927 577 887 0 12893 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55132

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21488
/proc/meminfo: memFree=27222000/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=55132 CPUtime=25.49 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 16671 0 0 0 2534 15 0 0 20 0 1 0 335559573 56455168 12927 33554432000 4194304 7823515 140734587366480 140734587361176 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 13783 12927 577 887 0 12893 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55132

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21488
/proc/meminfo: memFree=27222124/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=55132 CPUtime=51.08 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 16675 0 0 0 5083 25 0 0 20 0 1 0 335559573 56455168 12931 33554432000 4194304 7823515 140734587366480 140734587360808 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 13783 12931 578 887 0 12893 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55132

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21488
/proc/meminfo: memFree=27219660/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=55368 CPUtime=102.27 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 16807 0 0 0 10181 46 0 0 20 0 1 0 335559573 56696832 13388 33554432000 4194304 7823515 140734587366480 140734587361176 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 13842 13388 583 887 0 12952 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 55368

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21489
/proc/meminfo: memFree=27219412/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=56520 CPUtime=162.25 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 16927 0 0 0 16159 66 0 0 20 0 1 0 335559573 57876480 13508 33554432000 4194304 7823515 140734587366480 140734587361816 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 14130 13508 583 887 0 13240 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 56520

[startup+222.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 21490
/proc/meminfo: memFree=27218040/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=57332 CPUtime=222.24 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 17316 0 0 0 22136 88 0 0 20 0 1 0 335559573 58707968 13897 33554432000 4194304 7823515 140734587366480 140734587362056 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 14333 13897 583 887 0 13443 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 57332

[startup+282.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 21490
/proc/meminfo: memFree=27217860/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=57476 CPUtime=282.23 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 17319 0 0 0 28114 109 0 0 20 0 1 0 335559573 58855424 13899 33554432000 4194304 7823515 140734587366480 140734587361960 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 14369 13899 583 887 0 13479 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 57476

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 21490
/proc/meminfo: memFree=27217984/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=57240 CPUtime=342.22 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 20360 0 0 0 34088 134 0 0 20 0 1 0 335559573 58613760 13875 33554432000 4194304 7823515 140734587366480 140734587362280 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 14310 13875 583 887 0 13420 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 57240

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 21490
/proc/meminfo: memFree=27217488/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=57848 CPUtime=402.22 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 20516 0 0 0 40064 158 0 0 20 0 1 0 335559573 59236352 14031 33554432000 4194304 7823515 140734587366480 140734587362168 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 14462 14031 583 887 0 13572 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 57848

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 21494
/proc/meminfo: memFree=27215400/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=59888 CPUtime=462.21 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 20986 0 0 0 46038 183 0 0 20 0 1 0 335559573 61325312 14500 33554432000 4194304 7823515 140734587366480 140734587361816 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 14972 14500 583 887 0 14082 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 59888

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21494
/proc/meminfo: memFree=27215564/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=59888 CPUtime=522.2 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 20986 0 0 0 52014 206 0 0 20 0 1 0 335559573 61325312 14500 33554432000 4194304 7823515 140734587366480 140734587362280 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 14972 14500 583 887 0 14082 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 59888

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21494
/proc/meminfo: memFree=27215004/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=60044 CPUtime=582.18 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 21066 0 0 0 57991 227 0 0 20 0 1 0 335559573 61485056 14579 33554432000 4194304 7823515 140734587366480 140734587361816 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 15011 14579 583 887 0 14121 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 60044

[startup+642.3 s]

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

/proc/meminfo: memFree=27207740/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=66900 CPUtime=1122.1 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 22778 0 0 0 111775 435 0 0 20 0 1 0 335559573 68505600 16289 33554432000 4194304 7823515 140734587366480 140734587361816 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 16725 16289 583 887 0 15835 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 66900

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21500
/proc/meminfo: memFree=27205692/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=68808 CPUtime=1182.1 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 23255 0 0 0 117753 457 0 0 20 0 1 0 335559573 70459392 16766 33554432000 4194304 7823515 140734587366480 140734587361816 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 17202 16766 583 887 0 16312 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 68808

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21500
/proc/meminfo: memFree=27205196/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=69156 CPUtime=1242.09 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 23345 0 0 0 123728 481 0 0 20 0 1 0 335559573 70815744 16856 33554432000 4194304 7823515 140734587366480 140734587362344 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 17289 16856 583 887 0 16399 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 69156

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21538
/proc/meminfo: memFree=27226400/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=69156 CPUtime=1302.08 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 23366 0 0 0 129704 504 0 0 20 0 1 0 335559573 70815744 16877 33554432000 4194304 7823515 140734587366480 140734587362424 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 17289 16877 583 887 0 16399 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 69156

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21539
/proc/meminfo: memFree=27224676/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=70240 CPUtime=1362.07 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 23614 0 0 0 135677 530 0 0 20 0 1 0 335559573 71925760 17124 33554432000 4194304 7823515 140734587366480 140734587362008 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 17560 17124 583 887 0 16670 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 70240

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21539
/proc/meminfo: memFree=27222440/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=71216 CPUtime=1422.07 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 23852 0 0 0 141651 556 0 0 20 0 1 0 335559573 72925184 17362 33554432000 4194304 7823515 140734587366480 140734587363096 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 17804 17362 583 887 0 16914 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 71216

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21539
/proc/meminfo: memFree=27208180/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=84508 CPUtime=1482.05 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 26897 0 0 0 147626 579 0 0 20 0 1 0 335559573 86536192 20397 33554432000 4194304 7823515 140734587366480 140734587362424 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 21127 20397 583 887 0 20237 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 84508

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21539
/proc/meminfo: memFree=27202644/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=85468 CPUtime=1542.04 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 27124 0 0 0 153602 602 0 0 20 0 1 0 335559573 87519232 20932 33554432000 4194304 7823515 140734587366480 140734587361944 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 21367 20932 584 887 0 20477 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 85468

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 21539
/proc/meminfo: memFree=27201340/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=85468 CPUtime=1602.04 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 27124 0 0 0 159576 628 0 0 20 0 1 0 335559573 87519232 20932 33554432000 4194304 7823515 140734587366480 140734587361816 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 21367 20932 584 887 0 20477 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 85468

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 21543
/proc/meminfo: memFree=27200020/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=85468 CPUtime=1662.03 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 27124 0 0 0 165549 654 0 0 20 0 1 0 335559573 87519232 20932 33554432000 4194304 7823515 140734587366480 140734587361944 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 21367 20932 584 887 0 20477 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 85468

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21604
/proc/meminfo: memFree=27232824/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=84444 CPUtime=1722.02 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 27567 0 0 0 171523 679 0 0 20 0 1 0 335559573 86470656 20708 33554432000 4194304 7823515 140734587366480 140734587361816 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 21111 20708 584 887 0 20221 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 84444

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 21642
/proc/meminfo: memFree=27200212/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=84444 CPUtime=1782 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 27567 0 0 0 177493 707 0 0 20 0 1 0 335559573 86470656 20708 33554432000 4194304 7823515 140734587366480 140734587363112 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 21111 20708 584 887 0 20221 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 84444

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

[startup+1791.91 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 21642
/proc/meminfo: memFree=27200336/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=84444 CPUtime=1791.61 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 27567 0 0 0 178450 711 0 0 20 0 1 0 335559573 86470656 20708 33554432000 4194304 7823515 140734587366480 140734587362280 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 21111 20708 584 887 0 20221 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 84444

[startup+1795.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 21642
/proc/meminfo: memFree=27200212/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=84444 CPUtime=1794.81 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 27567 0 0 0 178769 712 0 0 20 0 1 0 335559573 86470656 20708 33554432000 4194304 7823515 140734587366480 140734587361816 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 21111 20708 584 887 0 20221 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 84444

[startup+1796.7 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 21642
/proc/meminfo: memFree=27200212/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=84444 CPUtime=1796.4 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 27567 0 0 0 178928 712 0 0 20 0 1 0 335559573 86470656 20708 33554432000 4194304 7823515 140734587366480 140734587362168 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 21111 20708 584 887 0 20221 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 84444

[startup+1797.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 21642
/proc/meminfo: memFree=27200336/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=84444 CPUtime=1797.2 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 27567 0 0 0 179007 713 0 0 20 0 1 0 335559573 86470656 20708 33554432000 4194304 7823515 140734587366480 140734587361496 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 21111 20708 584 887 0 20221 0
Current children cumulated CPU time (s) 1797.2
Current children cumulated vsize (KiB) 84444

[startup+1797.9 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 21642
/proc/meminfo: memFree=27200336/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=84444 CPUtime=1797.6 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 27567 0 0 0 179047 713 0 0 20 0 1 0 335559573 86470656 20708 33554432000 4194304 7823515 140734587366480 140734587361496 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 21111 20708 584 887 0 20221 0
Current children cumulated CPU time (s) 1797.6
Current children cumulated vsize (KiB) 84444

[startup+1798.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 21642
/proc/meminfo: memFree=27200336/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=84444 CPUtime=1798 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 27567 0 0 0 179087 713 0 0 20 0 1 0 335559573 86470656 20708 33554432000 4194304 7823515 140734587366480 140734587361816 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 21111 20708 584 887 0 20221 0
Current children cumulated CPU time (s) 1798
Current children cumulated vsize (KiB) 84444

[startup+1798.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 21642
/proc/meminfo: memFree=27200336/32873844 swapFree=7116/7116
[pid=21487] ppid=21485 vsize=84444 CPUtime=1798.1 cores=0,2,4,6
/proc/21487/stat : 21487 (pbscip.linux.x8) R 21485 21487 10620 0 -1 4202496 27567 0 0 0 179097 713 0 0 20 0 1 0 335559573 86470656 20708 33554432000 4194304 7823515 140734587366480 140734587361816 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 21111 20708 584 887 0 20221 0
Current children cumulated CPU time (s) 1798.1
Current children cumulated vsize (KiB) 84444

Child status: 0
Real time (s): 1798.48
CPU time (s): 1798.19
CPU user time (s): 1791.05
CPU system time (s): 7.14191
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 85468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.05
system time used= 7.14191
maximum resident set size= 85500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27572
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= 24
involuntary context switches= 1937

runsolver used 2.54861 second user time and 7.27989 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-03 05:32:25
IDJOB=3731914
IDBENCH=2010
IDSOLVER=2321
FILE ID=node138/3731914-1338694345
RUNJOBID= node138-1338679216-19462
PBS_JOBID= 14636675
Free space on /tmp= 70780 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data6_3.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-3731914-1338694345/watcher-3731914-1338694345 -o /tmp/evaluation-result-3731914-1338694345/solver-3731914-1338694345 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3731914-1338694345.opb

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

MD5SUM BENCH= f675f355e04fd5af6f49610fb88dbbd3
RANDOM SEED=136151539

node138.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		: 2667.347
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	: 5334.69
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		: 2667.347
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		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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		: 2667.347
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		: 2667.347
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:        27271864 kB
Buffers:          710348 kB
Cached:          3893688 kB
SwapCached:          208 kB
Active:          2416508 kB
Inactive:        2282844 kB
Active(anon):      79516 kB
Inactive(anon):    11376 kB
Active(file):    2336992 kB
Inactive(file):  2271468 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:              9928 kB
Writeback:             0 kB
AnonPages:         95228 kB
Mapped:            16540 kB
Shmem:               200 kB
Slab:             764344 kB
SReclaimable:     206016 kB
SUnreclaim:       558328 kB
KernelStack:        1456 kB
PageTables:         4152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     202864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 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= 70772 MiB
End job on node138 at 2012-06-03 06:02:24