Trace number 3731918

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT27108 1789.77 1790.05

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.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3731918-1338690799.opb>
0.02/0.04	c original problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.02/0.04	c problem read
0.02/0.04	c presolving settings loaded
0.02/0.05	c presolving:
0.02/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, 0 del conss, 0 chg bounds, 3360 chg sides, 5040 chg coeffs, 4476 upgd conss, 1260 impls, 210 clqs
0.19/0.26	c    (0.2s) probing: 401/540 (74.3%) - 0 fixings, 0 aggregations, 1590 implications, 0 bound changes
0.19/0.26	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.26	c presolving (3 rounds):
0.19/0.26	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 3360 changed sides, 5040 changed coefficients
0.19/0.26	c  4440 implications, 210 cliques
0.19/0.26	c presolved problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.19/0.26	c    1734 constraints of type <knapsack>
0.19/0.26	c     840 constraints of type <setppc>
0.19/0.26	c    1902 constraints of type <logicor>
0.19/0.26	c transformed objective value is always integral (scale: 1)
0.19/0.26	c Presolving Time: 0.21
0.19/0.26	c - non default parameters ----------------------------------------------------------------------
0.19/0.26	c # SCIP version 1.2.1.3
0.19/0.26	c 
0.19/0.26	c # frequency for displaying node information lines
0.19/0.26	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.26	c display/freq = 10000
0.19/0.26	c 
0.19/0.26	c # maximal time in seconds to run
0.19/0.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.26	c limits/time = 1789.97
0.19/0.26	c 
0.19/0.26	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.26	c limits/memory = 13950
0.19/0.26	c 
0.19/0.26	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.26	c # [type: int, range: [1,2], default: 1]
0.19/0.26	c timing/clocktype = 2
0.19/0.26	c 
0.19/0.26	c # should presolving try to simplify inequalities
0.19/0.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.26	c constraints/linear/simplifyinequalities = TRUE
0.19/0.26	c 
0.19/0.26	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.26	c constraints/indicator/addCouplingCons = TRUE
0.19/0.26	c 
0.19/0.26	c # should presolving try to simplify knapsacks
0.19/0.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.26	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.26	c 
0.19/0.26	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.26	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.26	c separating/rapidlearning/freq = 0
0.19/0.26	c 
0.19/0.26	c -----------------------------------------------------------------------------------------------
0.19/0.26	c start solving
0.19/0.26	c 
0.49/0.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.51	c   0.5s|     1 |     0 |  1294 |     - |8945k|   0 | 224 | 540 |4476 | 540 |4476 |   0 |   0 |   0 | 1.742200e+04 |      --      |    Inf 
3.48/3.57	o 28013
3.48/3.57	c y 3.5s|     1 |     0 |  3142 |     - |  12M|   0 | 224 | 540 |4476 | 540 |4476 |   0 |   0 |   0 | 1.742200e+04 | 2.801300e+04 |  60.79%
3.59/3.68	c   3.6s|     1 |     0 |  3425 |     - |  11M|   0 | 230 | 540 |4833 | 540 |4485 |   9 |   0 |   0 | 1.742200e+04 | 2.801300e+04 |  60.79%
4.39/4.42	c   4.4s|     1 |     0 |  3780 |     - |  13M|   0 | 217 | 540 |4833 | 540 |4493 |  17 |   0 |   0 | 1.742200e+04 | 2.801300e+04 |  60.79%
5.08/5.17	c   5.1s|     1 |     0 |  4163 |     - |  15M|   0 | 220 | 540 |4833 | 540 |4499 |  23 |   0 |   0 | 1.742200e+04 | 2.801300e+04 |  60.79%
5.88/5.90	c   5.9s|     1 |     0 |  4431 |     - |  17M|   0 | 234 | 540 |4833 | 540 |4506 |  30 |   0 |   0 | 1.742200e+04 | 2.801300e+04 |  60.79%
6.59/6.69	c   6.7s|     1 |     0 |  4804 |     - |  19M|   0 | 233 | 540 |4833 | 540 |4511 |  35 |   0 |   0 | 1.742200e+04 | 2.801300e+04 |  60.79%
7.39/7.48	c   7.4s|     1 |     0 |  5122 |     - |  21M|   0 | 229 | 540 |4833 | 540 |4519 |  43 |   0 |   0 | 1.742200e+04 | 2.801300e+04 |  60.79%
10.08/10.13	c  10.1s|     1 |     2 |  5122 |     - |  21M|   0 | 229 | 540 |4833 | 540 |4519 |  43 |   0 |  12 | 1.742200e+04 | 2.801300e+04 |  60.79%
1089.32/1089.59	o 27108
1089.32/1089.59	c g1090s|  5103 |  4924 |  2586k| 506.0 |  34M|  41 |   - | 540 |4975 | 540 |4502 |  43 |3128 |2415 | 1.754129e+04 | 2.710800e+04 |  54.54%
1789.71/1790.01	c 
1789.71/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.01	c Solving Time (sec) : 1789.98
1789.71/1790.01	c Solving Nodes      : 8782
1789.71/1790.01	c Primal Bound       : +2.71080000000000e+04 (2 solutions)
1789.71/1790.01	c Dual Bound         : +1.76102875816993e+04
1789.71/1790.01	c Gap                : 53.93 %
1789.71/1790.02	s SATISFIABLE
1789.71/1790.02	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 
1789.71/1790.02	v -x173 x137 -x101 -x65 x29 -x346 -x310 -x274 x238 x202 x166 -x130 -x94 x58 x22 -x339 -x303 -x267 x231 -x195 x159 x123 x87 
1789.71/1790.02	v -x51 x15 x332 -x296 -x260 -x224 x188 -x152 x116 x80 x44 -x8 -x359 -x323 -x287 -x251 -x215 -x179 x143 -x107 -x71 -x35 -x358 -x322 
1789.71/1790.02	v -x286 -x250 -x214 -x178 -x142 -x106 -x70 x34 -x357 -x321 -x285 -x249 -x213 -x177 -x141 x105 -x69 -x33 x356 -x320 -x284 -x248 
1789.71/1790.02	v -x212 -x176 -x140 -x104 -x68 -x32 -x355 -x319 -x283 -x247 x211 -x175 -x139 -x103 -x67 -x31 -x354 -x318 -x282 x246 -x210 -x174 
1789.71/1790.02	v -x138 -x102 -x66 -x30 -x352 -x316 -x280 -x244 x208 -x172 -x136 -x100 -x64 -x28 -x351 -x315 -x279 -x243 -x207 x171 -x135 
1789.71/1790.02	v -x99 -x63 -x27 -x350 -x314 -x278 -x242 -x206 -x170 -x134 -x98 x62 -x26 -x349 -x313 -x277 -x241 -x205 -x169 -x133 x97 -x61 -x25 
1789.71/1790.02	v -x348 -x312 x276 -x240 -x204 -x168 -x132 -x96 -x60 -x24 x347 -x311 -x275 -x239 -x203 -x167 -x131 -x95 -x59 -x23 -x345 -x309 
1789.71/1790.02	v -x273 -x237 -x201 -x165 x129 -x93 -x57 -x21 -x344 -x308 -x272 -x236 -x200 -x164 -x128 x92 -x56 -x20 -x343 x307 -x271 -x235 -x199 
1789.71/1790.02	v -x163 -x127 -x91 -x55 -x19 -x342 x306 -x270 -x234 -x198 -x162 -x126 -x90 -x54 -x18 -x341 -x305 x269 -x233 -x197 -x161 -x125 
1789.71/1790.02	v -x89 -x53 -x17 -x340 -x304 -x268 -x232 -x196 -x160 -x124 -x88 x52 -x16 -x338 -x302 -x266 -x230 x194 -x158 -x122 -x86 -x50 
1789.71/1790.02	v -x14 x337 -x301 -x265 -x229 -x193 -x157 -x121 -x85 -x49 -x13 -x336 -x300 -x264 -x228 -x192 x156 -x120 -x84 -x48 -x12 -x335 x299 
1789.71/1790.02	v -x263 -x227 -x191 -x155 -x119 -x83 -x47 -x11 -x334 -x298 -x262 x226 -x190 -x154 -x118 -x82 -x46 -x10 -x333 -x297 -x261 -x225 
1789.71/1790.02	v -x189 -x153 -x117 -x81 -x45 x9 -x331 -x295 x259 -x223 -x187 -x151 -x115 -x79 -x43 -x7 -x330 -x294 -x258 -x222 -x186 -x150 
1789.71/1790.02	v -x114 -x78 x42 -x6 -x329 -x293 -x257 -x221 -x185 -x149 -x113 -x77 -x41 x5 -x328 -x292 -x256 -x220 -x184 x148 -x112 -x76 -x40 
1789.71/1790.02	v -x4 -x327 -x291 -x255 x219 -x183 -x147 -x111 -x75 -x39 -x3 -x326 -x290 -x254 -x218 -x182 -x146 x110 -x74 -x38 -x2 -x540 x539 
1789.71/1790.02	v x538 x537 x536 x535 -x534 -x533 -x532 -x531 x530 -x529 -x528 -x527 -x526 -x525 x524 -x523 -x522 -x521 x520 -x519 -x518 -x517 
1789.71/1790.02	v -x516 x515 -x514 -x513 -x512 -x511 x510 -x509 -x508 -x507 -x506 -x505 -x504 x503 x502 -x501 x500 -x499 -x498 -x497 -x496 -x495 
1789.71/1790.02	v -x494 x493 -x492 -x491 -x490 -x489 -x488 -x487 x486 -x485 x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 x476 -x475 x474 -x473 
1789.71/1790.02	v -x472 -x471 x470 -x469 -x468 x467 -x466 -x465 -x464 x463 -x462 -x461 -x460 -x459 -x458 x457 -x456 -x455 x454 -x453 -x452 
1789.71/1790.02	v -x451 -x450 -x449 -x448 -x447 x446 x445 -x444 -x443 -x442 -x441 -x440 -x439 x438 -x437 -x436 -x435 x434 x433 x432 -x431 -x430 
1789.71/1790.02	v -x429 -x428 x427 -x426 -x425 -x424 -x423 x422 -x421 -x420 -x419 -x418 x417 -x416 -x415 -x414 -x413 x412 -x411 -x410 -x409 -x408 
1789.71/1790.02	v -x407 x406 -x405 -x404 -x403 x402 -x401 x400 -x399 x398 x397 -x396 -x395 x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 
1789.71/1790.02	v x386 x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 x376 -x375 -x374 -x373 -x372 x371 -x370 -x369 x368 -x367 -x366 -x365 
1789.71/1790.02	v x364 -x363 x362 x361 
1789.71/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.02	c Solving Time       :    1789.98
1789.71/1790.02	c Original Problem   :
1789.71/1790.02	c   Problem name     : HOME/instance-3731918-1338690799.opb
1789.71/1790.02	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.02	c   Constraints      : 4476 initial, 4476 maximal
1789.71/1790.02	c Presolved Problem  :
1789.71/1790.02	c   Problem name     : t_HOME/instance-3731918-1338690799.opb
1789.71/1790.02	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.02	c   Constraints      : 4476 initial, 5285 maximal
1789.71/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.71/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   probing          :       0.13          0          0          0          0          0          0          0          0
1789.71/1790.02	c   knapsack         :       0.05          0          0          0          0          0          0       3360       5040
1789.71/1790.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   linear           :       0.02          0          0          0          0          0          0          0          0
1789.71/1790.02	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1789.71/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1789.71/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.02	c   integral         :          0          0          0       8654          0          5        100          0          0      17178
1789.71/1790.02	c   knapsack         :       1734          6     112318          0          1         16       8544          0          0          0
1789.71/1790.02	c   setppc           :        840          6     112302          0          1        712     129199          0          0          0
1789.71/1790.02	c   linear           :          0+         6     110477          0          0          2        198          2          0          0
1789.71/1790.02	c   logicor          :       1902+         6      47185          0          1        158      11943          0          0          0
1789.71/1790.02	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.71/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.71/1790.02	c   integral         :     216.07       0.00       0.00     216.07       0.00
1789.71/1790.02	c   knapsack         :       5.75       0.03       5.72       0.00       0.00
1789.71/1790.02	c   setppc           :       1.78       0.00       1.78       0.00       0.00
1789.71/1790.02	c   linear           :       0.59       0.00       0.59       0.00       0.00
1789.71/1790.02	c   logicor          :       0.89       0.00       0.89       0.00       0.00
1789.71/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.71/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.71/1790.02	c   vbounds          :       0.02          2          0          0
1789.71/1790.02	c   rootredcost      :       0.02          2          0          0
1789.71/1790.02	c   pseudoobj        :       0.45     111339          9          3
1789.71/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.71/1790.02	c   propagation      :       0.04        897        897       5370       29.0        280       10.5          -
1789.71/1790.02	c   infeasible LP    :       0.14        906        544       5247       49.5        118        6.5          0
1789.71/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.71/1790.02	c   applied globally :          -          -          -       5775       25.5          -          -          -
1789.71/1790.02	c   applied locally  :          -          -          -         31       61.8          -          -          -
1789.71/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.71/1790.02	c   cut pool         :       0.01          5          -          -          1          -    (maximal pool size: 1574)
1789.71/1790.02	c   redcost          :       0.11       8772          0        593          0          0
1789.71/1790.02	c   impliedbounds    :       0.00          6          0          0          0          0
1789.71/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.71/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.71/1790.02	c   gomory           :       3.01          6          0          0         30          0
1789.71/1790.02	c   strongcg         :       0.53          6          0          0       3000          0
1789.71/1790.02	c   cmir             :       0.07          6          0          0          0          0
1789.71/1790.02	c   flowcover        :       0.09          6          0          0          0          0
1789.71/1790.02	c   clique           :       0.01          6          0          0         47          0
1789.71/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.71/1790.02	c   mcf              :       0.00          1          0          0          0          0
1789.71/1790.02	c   rapidlearning    :       1.22          1          0          0          0        357
1789.71/1790.02	c Pricers            :       Time      Calls       Vars
1789.71/1790.02	c   problem variables:       0.00          0          0
1789.71/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.02	c   relpscost        :     216.06       8654          5        100          0          0      17178
1789.71/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   inference        :       0.00          1          0          0          0          0          2
1789.71/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.71/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.71/1790.02	c   LP solutions     :       0.00          -          0
1789.71/1790.02	c   pseudo solutions :       0.00          -          0
1789.71/1790.02	c   crossover        :       0.00          0          0
1789.71/1790.02	c   oneopt           :       0.01          2          0
1789.71/1790.02	c   pscostdiving     :      60.20        105          0
1789.71/1790.02	c   veclendiving     :      58.25        112          0
1789.71/1790.02	c   trivial          :       0.00          2          0
1789.71/1790.02	c   simplerounding   :       0.00          0          0
1789.71/1790.02	c   zirounding       :       0.11       1000          0
1789.71/1790.02	c   rounding         :       0.42       1274          0
1789.71/1790.02	c   shifting         :       0.32        363          0
1789.71/1790.02	c   intshifting      :       0.00          0          0
1789.71/1790.02	c   twoopt           :       0.00          0          0
1789.71/1790.02	c   fixandinfer      :       0.00          0          0
1789.71/1790.02	c   feaspump         :      31.48         60          0
1789.71/1790.02	c   coefdiving       :      63.33         51          0
1789.71/1790.02	c   fracdiving       :      67.47        217          0
1789.71/1790.02	c   intdiving        :       0.00          0          0
1789.71/1790.02	c   actconsdiving    :       0.00          0          0
1789.71/1790.02	c   objpscostdiving  :      27.30         17          0
1789.71/1790.02	c   rootsoldiving    :      19.22         26          0
1789.71/1790.02	c   linesearchdiving :      57.57        145          0
1789.71/1790.02	c   guideddiving     :      93.49        258          1
1789.71/1790.02	c   octane           :       0.00          0          0
1789.71/1790.02	c   rens             :       0.03          1          0
1789.71/1790.02	c   rins             :       0.00          0          0
1789.71/1790.02	c   localbranching   :       0.00          0          0
1789.71/1790.02	c   mutation         :       0.00          0          0
1789.71/1790.02	c   dins             :       0.00          0          0
1789.71/1790.02	c   undercover       :       0.00          0          0
1789.71/1790.02	c   nlp              :       0.00          0          0
1789.71/1790.02	c   trysol           :       0.00          0          0
1789.71/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.71/1790.02	c   primal LP        :       0.00          0          0       0.00          -
1789.71/1790.02	c   dual LP          :    1078.31       8776    3182644     362.65    2951.50
1789.71/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.71/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.71/1790.02	c   diving/probing LP:     453.21      63495    1264606      19.92    2790.34
1789.71/1790.02	c   strong branching :     215.57       3267     672799     205.94    3121.02
1789.71/1790.02	c     (at root node) :          -         12       6696     558.00          -
1789.71/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.71/1790.02	c B&B Tree           :
1789.71/1790.02	c   number of runs   :          1
1789.71/1790.02	c   nodes            :       8782
1789.71/1790.02	c   nodes (total)    :       8782
1789.71/1790.02	c   nodes left       :       8377
1789.71/1790.02	c   max depth        :         43
1789.71/1790.02	c   max depth (total):         43
1789.71/1790.02	c   backtracks       :       1895 (21.6%)
1789.71/1790.02	c   delayed cutoffs  :          5
1789.71/1790.02	c   repropagations   :        162 (781 domain reductions, 3 cutoffs)
1789.71/1790.02	c   avg switch length:       7.04
1789.71/1790.02	c   switching time   :       2.22
1789.71/1790.02	c Solution           :
1789.71/1790.02	c   Solutions found  :          2 (2 improvements)
1789.71/1790.02	c   First Solution   : +2.80130000000000e+04   (in run 1, after 1 nodes, 3.53 seconds, depth 0, found by <trysol>)
1789.71/1790.02	c   Primal Bound     : +2.71080000000000e+04   (in run 1, after 5103 nodes, 1089.56 seconds, depth 48, found by <guideddiving>)
1789.71/1790.02	c   Dual Bound       : +1.76102875816993e+04
1789.71/1790.02	c   Gap              :      53.93 %
1789.71/1790.02	c   Root Dual Bound  : +1.74220000000000e+04
1789.71/1790.02	c   Root Iterations  :       5122
1789.71/1790.05	c Time complete: 1789.77.

Verifier Data

OK	27108

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

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.01 1.99 2/175 23501
/proc/meminfo: memFree=28412064/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=6096 CPUtime=0 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 830 0 0 0 0 0 0 0 20 0 1 0 335204385 6242304 779 33554432000 4194304 8395647 140735442291376 140735478227496 7355136 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 1524 780 351 1026 0 494 0

[startup+0.0348 s]
/proc/loadavg: 2.03 2.01 1.99 2/175 23501
/proc/meminfo: memFree=28412064/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=12732 CPUtime=0.02 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 2431 0 0 0 2 0 0 0 20 0 1 0 335204385 13037568 2378 33554432000 4194304 8395647 140735442291376 140735478227496 7430272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 3183 2378 393 1026 0 2153 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12732

[startup+0.100264 s]
/proc/loadavg: 2.03 2.01 1.99 2/175 23501
/proc/meminfo: memFree=28412064/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=24700 CPUtime=0.09 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 5532 0 0 0 9 0 0 0 20 0 1 0 335204385 25292800 5125 33554432000 4194304 8395647 140735442291376 140735478227496 4914395 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 6175 5125 485 1026 0 5145 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24700

[startup+0.300232 s]
/proc/loadavg: 2.03 2.01 1.99 2/175 23501
/proc/meminfo: memFree=28412064/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=33952 CPUtime=0.29 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 7909 0 0 0 28 1 0 0 20 0 1 0 335204385 34766848 7372 33554432000 4194304 8395647 140735442291376 140735478227496 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 8488 7372 571 1026 0 7458 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33952

[startup+0.700234 s]
/proc/loadavg: 2.03 2.01 1.99 2/175 23501
/proc/meminfo: memFree=28412064/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=34936 CPUtime=0.69 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 8293 0 0 0 68 1 0 0 20 0 1 0 335204385 35774464 7756 33554432000 4194304 8395647 140735442291376 140735478227496 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 8734 7756 582 1026 0 7704 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34936

[startup+1.50023 s]
/proc/loadavg: 2.03 2.01 1.99 3/176 23502
/proc/meminfo: memFree=28383024/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=35716 CPUtime=1.49 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 8534 0 0 0 148 1 0 0 20 0 1 0 335204385 36573184 7978 33554432000 4194304 8395647 140735442291376 140735442285896 6708206 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 8929 7978 582 1026 0 7899 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35716

[startup+3.10022 s]
/proc/loadavg: 2.03 2.01 1.99 3/176 23502
/proc/meminfo: memFree=28382164/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=59296 CPUtime=3.09 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 14182 0 0 0 306 3 0 0 20 0 1 0 335204385 60719104 13626 33554432000 4194304 8395647 140735442291376 140735442286008 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 14824 13626 626 1026 0 13794 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59296

[startup+6.30022 s]
/proc/loadavg: 2.03 2.01 1.99 3/177 23503
/proc/meminfo: memFree=28359004/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=59832 CPUtime=6.29 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 14585 0 0 0 624 5 0 0 20 0 1 0 335204385 61267968 13923 33554432000 4194304 8395647 140735442291376 140735442286504 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 14958 13923 633 1026 0 13928 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59832

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 23503
/proc/meminfo: memFree=28357192/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=59832 CPUtime=12.69 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 17025 0 0 0 1261 8 0 0 20 0 1 0 335204385 61267968 14213 33554432000 4194304 8395647 140735442291376 140735442286632 6721220 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 14958 14213 641 1026 0 13928 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59832

[startup+25.5002 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 23503
/proc/meminfo: memFree=28357792/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=59832 CPUtime=25.49 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 17025 0 0 0 2533 16 0 0 20 0 1 0 335204385 61267968 14213 33554432000 4194304 8395647 140735442291376 140735442286632 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 14958 14213 641 1026 0 13928 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59832

[startup+51.1002 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 23503
/proc/meminfo: memFree=28355672/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=59832 CPUtime=51.08 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 17032 0 0 0 5077 31 0 0 20 0 1 0 335204385 61267968 14490 33554432000 4194304 8395647 140735442291376 140735442286248 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 14958 14490 641 1026 0 13928 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 59832

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 23503
/proc/meminfo: memFree=28354804/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=59832 CPUtime=102.27 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 17036 0 0 0 10170 57 0 0 20 0 1 0 335204385 61267968 14511 33554432000 4194304 8395647 140735442291376 140735442286936 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 14958 14511 641 1026 0 13928 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 59832

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 23503
/proc/meminfo: memFree=28353748/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=59832 CPUtime=162.25 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 17036 0 0 0 16133 92 0 0 20 0 1 0 335204385 61267968 14511 33554432000 4194304 8395647 140735442291376 140735442286504 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 14958 14511 641 1026 0 13928 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 59832

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 23503
/proc/meminfo: memFree=28353008/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=59832 CPUtime=222.25 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 17036 0 0 0 22099 126 0 0 20 0 1 0 335204385 61267968 14511 33554432000 4194304 8395647 140735442291376 140735442286504 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 14958 14511 641 1026 0 13928 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 59832

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 23503
/proc/meminfo: memFree=28351892/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=60376 CPUtime=282.24 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 17140 0 0 0 28061 163 0 0 20 0 1 0 335204385 61825024 14615 33554432000 4194304 8395647 140735442291376 140735442286504 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 15094 14615 641 1026 0 14064 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 60376

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 23504
/proc/meminfo: memFree=28351272/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=60856 CPUtime=342.23 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 17261 0 0 0 34026 197 0 0 20 0 1 0 335204385 62316544 14742 33554432000 4194304 8395647 140735442291376 140735442286584 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 15214 14742 641 1026 0 14184 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 60856

[startup+402.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/177 23504
/proc/meminfo: memFree=28349572/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=61368 CPUtime=402.22 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 17397 0 0 0 39994 228 0 0 20 0 1 0 335204385 62840832 14878 33554432000 4194304 8395647 140735442291376 140735442287000 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 15342 14878 641 1026 0 14312 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 61368

[startup+462.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 23507
/proc/meminfo: memFree=28347884/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=62820 CPUtime=462.22 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 17753 0 0 0 45963 259 0 0 20 0 1 0 335204385 64327680 15233 33554432000 4194304 8395647 140735442291376 140735442286504 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 15705 15233 641 1026 0 14675 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 62820

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 23507
/proc/meminfo: memFree=28348140/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=62820 CPUtime=522.21 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 17781 0 0 0 51934 287 0 0 20 0 1 0 335204385 64327680 15261 33554432000 4194304 8395647 140735442291376 140735442285928 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 15705 15261 641 1026 0 14675 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 62820

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 23507
/proc/meminfo: memFree=28346404/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=64756 CPUtime=582.2 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 18183 0 0 0 57899 321 0 0 20 0 1 0 335204385 66310144 15663 33554432000 4194304 8395647 140735442291376 140735442286888 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 16189 15663 641 1026 0 15159 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 64756

[startup+642.3 s]

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

/proc/meminfo: memFree=28350688/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=70684 CPUtime=1062.12 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 19666 0 0 0 105617 595 0 0 20 0 1 0 335204385 72380416 17143 33554432000 4194304 8395647 140735442291376 140735442287032 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 17671 17143 641 1026 0 16641 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 70684

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23550
/proc/meminfo: memFree=28347224/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=71844 CPUtime=1122.11 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 19959 0 0 0 111584 627 0 0 20 0 1 0 335204385 73568256 17435 33554432000 4194304 8395647 140735442291376 140735442286840 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 17961 17435 641 1026 0 16931 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 71844

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23550
/proc/meminfo: memFree=28345612/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=71844 CPUtime=1182.1 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 20014 0 0 0 117553 657 0 0 20 0 1 0 335204385 73568256 17489 33554432000 4194304 8395647 140735442291376 140735442286504 6586910 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 17961 17489 641 1026 0 16931 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 71844

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23551
/proc/meminfo: memFree=28344620/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=71844 CPUtime=1242.1 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 20015 0 0 0 123520 690 0 0 20 0 1 0 335204385 73568256 17490 33554432000 4194304 8395647 140735442291376 140735442286248 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 17961 17490 641 1026 0 16931 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 71844

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23551
/proc/meminfo: memFree=28341456/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=73036 CPUtime=1302.1 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 20260 0 0 0 129485 725 0 0 20 0 1 0 335204385 74788864 17735 33554432000 4194304 8395647 140735442291376 140735442286248 6721188 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 18259 17735 641 1026 0 17229 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 73036

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23551
/proc/meminfo: memFree=28339720/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=74052 CPUtime=1362.07 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 20543 0 0 0 135447 760 0 0 20 0 1 0 335204385 75829248 18017 33554432000 4194304 8395647 140735442291376 140735442286504 6723311 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 18513 18017 641 1026 0 17483 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 74052

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23551
/proc/meminfo: memFree=28338664/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=74932 CPUtime=1422.07 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 20798 0 0 0 141412 795 0 0 20 0 1 0 335204385 76730368 18272 33554432000 4194304 8395647 140735442291376 140735442286504 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 18733 18272 641 1026 0 17703 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 74932

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23551
/proc/meminfo: memFree=28337920/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=76064 CPUtime=1482.06 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 21070 0 0 0 147380 826 0 0 20 0 1 0 335204385 77889536 18544 33554432000 4194304 8395647 140735442291376 140735442286888 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 19016 18544 641 1026 0 17986 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 76064

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23628
/proc/meminfo: memFree=28399280/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=77648 CPUtime=1542.05 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 21434 0 0 0 153346 859 0 0 20 0 1 0 335204385 79511552 18907 33554432000 4194304 8395647 140735442291376 140735442286504 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 19412 18907 641 1026 0 18382 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 77648

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23628
/proc/meminfo: memFree=28397600/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=78760 CPUtime=1602.04 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 21733 0 0 0 159313 891 0 0 20 0 1 0 335204385 80650240 19205 33554432000 4194304 8395647 140735442291376 140735442286504 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 19690 19205 641 1026 0 18660 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 78760

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23631
/proc/meminfo: memFree=28397228/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=79208 CPUtime=1662.03 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 21858 0 0 0 165280 923 0 0 20 0 1 0 335204385 81108992 19330 33554432000 4194304 8395647 140735442291376 140735442286504 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 19802 19330 641 1026 0 18772 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 79208

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23654
/proc/meminfo: memFree=28393004/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=82536 CPUtime=1722.02 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 22623 0 0 0 171249 953 0 0 20 0 1 0 335204385 84516864 20093 33554432000 4194304 8395647 140735442291376 140735442286616 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 20634 20093 641 1026 0 19604 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 82536

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23654
/proc/meminfo: memFree=28392520/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=83084 CPUtime=1782.01 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 22843 0 0 0 177217 984 0 0 20 0 1 0 335204385 85078016 20313 33554432000 4194304 8395647 140735442291376 140735442286936 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 20771 20313 641 1026 0 19741 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 83084

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23654
/proc/meminfo: memFree=28392520/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=83084 CPUtime=1785.22 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 22843 0 0 0 177536 986 0 0 20 0 1 0 335204385 85078016 20313 33554432000 4194304 8395647 140735442291376 140735442286888 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 20771 20313 641 1026 0 19741 0
Current children cumulated CPU time (s) 1785.22
Current children cumulated vsize (KiB) 83084

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23654
/proc/meminfo: memFree=28392520/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=83084 CPUtime=1786.81 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 22843 0 0 0 177695 986 0 0 20 0 1 0 335204385 85078016 20313 33554432000 4194304 8395647 140735442291376 140735442286888 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 20771 20313 641 1026 0 19741 0
Current children cumulated CPU time (s) 1786.81
Current children cumulated vsize (KiB) 83084

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23654
/proc/meminfo: memFree=28392520/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=83084 CPUtime=1788.41 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 22849 0 0 0 177854 987 0 0 20 0 1 0 335204385 85078016 20319 33554432000 4194304 8395647 140735442291376 140735442286504 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 20771 20319 641 1026 0 19741 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 83084

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23654
/proc/meminfo: memFree=28392520/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=83084 CPUtime=1789.21 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 22849 0 0 0 177934 987 0 0 20 0 1 0 335204385 85078016 20319 33554432000 4194304 8395647 140735442291376 140735442286504 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 20771 20319 641 1026 0 19741 0
Current children cumulated CPU time (s) 1789.21
Current children cumulated vsize (KiB) 83084

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23654
/proc/meminfo: memFree=28392520/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=83084 CPUtime=1789.61 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 22849 0 0 0 177974 987 0 0 20 0 1 0 335204385 85078016 20319 33554432000 4194304 8395647 140735442291376 140735442286504 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 20771 20319 641 1026 0 19741 0
Current children cumulated CPU time (s) 1789.61
Current children cumulated vsize (KiB) 83084

[startup+1790 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23654
/proc/meminfo: memFree=28392520/32873648 swapFree=7388/7388
[pid=23501] ppid=23499 vsize=83580 CPUtime=1789.71 cores=1,3,5,7
/proc/23501/stat : 23501 (pbscip.linux.x8) R 23499 23501 21664 0 -1 4202496 22953 0 0 0 177984 987 0 0 20 0 1 0 335204385 85585920 20423 33554432000 4194304 8395647 140735442291376 140735442286504 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/23501/statm: 20895 20423 641 1026 0 19865 0
Current children cumulated CPU time (s) 1789.71
Current children cumulated vsize (KiB) 83580

Child status: 0
Real time (s): 1790.05
CPU time (s): 1789.77
CPU user time (s): 1779.89
CPU system time (s): 9.8825
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 83580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1779.89
system time used= 9.8825
maximum resident set size= 81700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22958
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= 25
involuntary context switches= 1841

runsolver used 2.74458 second user time and 7.02293 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-03 04:33:19
IDJOB=3731918
IDBENCH=2010
IDSOLVER=2326
FILE ID=node148/3731918-1338690799
RUNJOBID= node148-1338678625-21684
PBS_JOBID= 14636665
Free space on /tmp= 71320 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
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.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731918-1338690799/watcher-3731918-1338690799 -o /tmp/evaluation-result-3731918-1338690799/solver-3731918-1338690799 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3731918-1338690799.opb -t 1800 -m 15500

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

MD5SUM BENCH= f675f355e04fd5af6f49610fb88dbbd3
RANDOM SEED=1572484929

node148.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.284
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.56
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.284
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.94
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.284
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.92
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.284
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.284
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.90
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.284
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.284
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.90
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28412328 kB
Buffers:          585260 kB
Cached:          2884716 kB
SwapCached:          628 kB
Active:          1498656 kB
Inactive:        2058760 kB
Active(anon):      76932 kB
Inactive(anon):    10660 kB
Active(file):    1421724 kB
Inactive(file):  2048100 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:             10592 kB
Writeback:             0 kB
AnonPages:         91704 kB
Mapped:            13412 kB
Shmem:                36 kB
Slab:             766328 kB
SReclaimable:     210060 kB
SUnreclaim:       556268 kB
KernelStack:        1448 kB
PageTables:         4276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     201012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71312 MiB
End job on node148 at 2012-06-03 05:03:09