Trace number 3488917

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)SAT25981 1797.1 1797.06

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 benchmark24372
Best CPU time to get the best result obtained on this benchmark1800.06
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 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3488917-1307764402.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.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.06	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4476 upgd conss, 1260 impls, 210 clqs
0.09/0.10	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 3360 chg sides, 5040 chg coeffs, 4476 upgd conss, 1260 impls, 210 clqs
0.19/0.21	c    (0.2s) probing: 401/540 (74.3%) - 0 fixings, 0 aggregations, 1590 implications, 0 bound changes
0.19/0.21	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.21	c presolving (3 rounds):
0.19/0.21	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 3360 changed sides, 5040 changed coefficients
0.19/0.21	c  4440 implications, 210 cliques
0.19/0.21	c presolved problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.19/0.21	c    1734 constraints of type <knapsack>
0.19/0.21	c     840 constraints of type <setppc>
0.19/0.21	c    1902 constraints of type <logicor>
0.19/0.21	c transformed objective value is always integral (scale: 1)
0.19/0.21	c Presolving Time: 0.17
0.19/0.21	c - non default parameters ----------------------------------------------------------------------
0.19/0.21	c # SCIP version 2.0.1.5
0.19/0.21	c 
0.19/0.21	c # frequency for displaying node information lines
0.19/0.21	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.21	c display/freq = 10000
0.19/0.21	c 
0.19/0.21	c # maximal time in seconds to run
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/time = 1797
0.19/0.21	c 
0.19/0.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/memory = 13950
0.19/0.21	c 
0.19/0.21	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.21	c # [type: int, range: [1,2], default: 1]
0.19/0.21	c timing/clocktype = 2
0.19/0.21	c 
0.19/0.21	c # belongs reading time to solving time?
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c timing/reading = TRUE
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify inequalities
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/linear/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/indicator/addCouplingCons = TRUE
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify knapsacks
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.21	c separating/rapidlearning/freq = 0
0.19/0.21	c 
0.19/0.21	c -----------------------------------------------------------------------------------------------
0.19/0.21	c start solving
0.19/0.21	c 
0.39/0.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.49	c   0.5s|     1 |     0 |  1682 |     - |9553k|   0 | 225 | 540 |4506 | 540 |4476 |   0 |  30 |   0 | 1.742200e+04 |      --      |    Inf 
3.20/3.24	o 27101
3.20/3.24	c y 3.2s|     1 |     0 | 10231 |     - |  13M|   0 | 225 | 540 |4506 | 540 |4476 |   0 |  30 |   0 | 1.742200e+04 | 2.710100e+04 |  55.56%
3.20/3.27	c   3.3s|     1 |     0 | 10284 |     - |  11M|   0 | 229 | 540 |4650 | 540 |4483 |   7 |  30 |   0 | 1.742200e+04 | 2.710100e+04 |  55.56%
3.89/3.98	c   4.0s|     1 |     0 | 10595 |     - |  14M|   0 | 225 | 540 |4650 | 540 |4488 |  12 |  30 |   0 | 1.742200e+04 | 2.710100e+04 |  55.56%
4.59/4.62	c   4.6s|     1 |     0 | 10812 |     - |  16M|   0 | 230 | 540 |4650 | 540 |4497 |  21 |  30 |   0 | 1.742200e+04 | 2.710100e+04 |  55.56%
5.18/5.27	c   5.3s|     1 |     0 | 10895 |     - |  18M|   0 | 226 | 540 |4650 | 540 |4504 |  28 |  30 |   0 | 1.742200e+04 | 2.710100e+04 |  55.56%
5.89/5.92	c   5.9s|     1 |     0 | 10986 |     - |  20M|   0 | 239 | 540 |4650 | 540 |4511 |  35 |  30 |   0 | 1.742200e+04 | 2.710100e+04 |  55.56%
6.59/6.64	c   6.6s|     1 |     0 | 11230 |     - |  23M|   0 | 224 | 540 |4650 | 540 |4518 |  42 |  30 |   0 | 1.742200e+04 | 2.710100e+04 |  55.56%
7.79/7.82	c   7.8s|     1 |     2 | 11230 |     - |  23M|   0 | 224 | 540 |4650 | 540 |4518 |  42 |  30 |  10 | 1.742200e+04 | 2.710100e+04 |  55.56%
92.79/92.89	o 25981
92.79/92.89	c F92.9s|   362 |   324 |241653 | 638.3 |  24M|  28 |   0 | 540 |4967 | 540 |4503 |  42 | 350 | 574 | 1.742200e+04 | 2.598100e+04 |  49.13%
1346.02/1346.05	c  1346s| 10000 |  9081 |  5528k| 551.8 |  47M|  39 | 184 | 540 |4994 | 540 |4503 |  42 |5835 |3962 | 1.752056e+04 | 2.598100e+04 |  48.29%
1797.04/1797.01	c 
1797.04/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.01	c Solving Time (sec) : 1797.01
1797.04/1797.01	c Solving Nodes      : 13917
1797.04/1797.01	c Primal Bound       : +2.59810000000000e+04 (2 solutions)
1797.04/1797.01	c Dual Bound         : +1.75771250000000e+04
1797.04/1797.01	c Gap                : 47.81 %
1797.04/1797.01	s SATISFIABLE
1797.04/1797.01	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 
1797.04/1797.01	v x173 x137 -x101 -x65 -x29 -x346 -x310 -x274 x238 x202 -x166 -x130 x94 x58 x22 -x339 -x303 x267 x231 -x195 x159 x123 -x87 
1797.04/1797.01	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 
1797.04/1797.01	v -x286 -x250 -x214 -x178 -x142 -x106 -x70 x34 -x357 -x321 -x285 x249 -x213 -x177 -x141 -x105 -x69 -x33 -x356 -x320 -x284 -x248 
1797.04/1797.01	v x212 -x176 -x140 -x104 -x68 -x32 -x355 x319 -x283 -x247 -x211 -x175 -x139 -x103 -x67 -x31 -x354 -x318 -x282 -x246 -x210 
1797.04/1797.01	v -x174 -x138 x102 -x66 -x30 -x352 -x316 -x280 -x244 -x208 -x172 -x136 -x100 x64 -x28 -x351 -x315 x279 -x243 -x207 -x171 -x135 
1797.04/1797.01	v -x99 -x63 -x27 -x350 -x314 -x278 -x242 -x206 -x170 -x134 -x98 -x62 x26 -x349 -x313 -x277 x241 -x205 -x169 -x133 -x97 -x61 -x25 
1797.04/1797.01	v -x348 -x312 -x276 -x240 -x204 -x168 x132 -x96 -x60 -x24 -x347 x311 -x275 -x239 -x203 -x167 -x131 -x95 -x59 -x23 -x345 -x309 
1797.04/1797.01	v -x273 -x237 -x201 x165 -x129 -x93 -x57 -x21 x344 -x308 -x272 -x236 -x200 -x164 -x128 -x92 -x56 -x20 -x343 -x307 x271 -x235 -x199 
1797.04/1797.01	v -x163 -x127 -x91 -x55 -x19 x342 -x306 -x270 -x234 -x198 -x162 -x126 -x90 -x54 -x18 -x341 -x305 -x269 -x233 x197 -x161 -x125 
1797.04/1797.01	v -x89 -x53 -x17 -x340 -x304 -x268 -x232 -x196 -x160 -x124 x88 -x52 -x16 -x338 x302 -x266 -x230 -x194 -x158 -x122 -x86 -x50 
1797.04/1797.01	v -x14 -x337 -x301 -x265 -x229 -x193 -x157 -x121 -x85 -x49 x13 -x336 -x300 x264 -x228 -x192 -x156 -x120 -x84 -x48 -x12 -x335 -x299 
1797.04/1797.01	v -x263 -x227 -x191 -x155 x119 -x83 -x47 -x11 -x334 -x298 -x262 x226 -x190 -x154 -x118 -x82 -x46 -x10 -x333 -x297 -x261 -x225 
1797.04/1797.01	v -x189 -x153 -x117 -x81 x45 -x9 -x331 -x295 -x259 -x223 -x187 -x151 -x115 x79 -x43 -x7 -x330 -x294 -x258 -x222 -x186 -x150 
1797.04/1797.01	v -x114 -x78 x42 -x6 x329 -x293 -x257 -x221 -x185 -x149 -x113 -x77 -x41 -x5 -x328 -x292 -x256 -x220 x184 -x148 -x112 -x76 -x40 
1797.04/1797.01	v -x4 -x327 -x291 -x255 -x219 -x183 -x147 x111 -x75 -x39 -x3 -x326 -x290 -x254 -x218 -x182 x146 -x110 -x74 -x38 -x2 x540 x539 
1797.04/1797.01	v -x538 -x537 x536 -x535 -x534 -x533 x532 -x531 x530 -x529 -x528 -x527 -x526 x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 x517 
1797.04/1797.01	v -x516 x515 -x514 -x513 -x512 -x511 x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 x502 x501 x500 -x499 -x498 -x497 -x496 -x495 
1797.04/1797.01	v x494 -x493 -x492 -x491 -x490 -x489 x488 -x487 -x486 -x485 -x484 -x483 x482 -x481 -x480 -x479 x478 -x477 -x476 -x475 -x474 
1797.04/1797.01	v -x473 x472 -x471 x470 -x469 -x468 -x467 x466 -x465 -x464 x463 -x462 -x461 -x460 -x459 x458 -x457 -x456 -x455 x454 -x453 -x452 
1797.04/1797.01	v -x451 -x450 -x449 x448 -x447 -x446 -x445 -x444 x443 -x442 -x441 -x440 -x439 x438 -x437 -x436 -x435 x434 x433 x432 x431 x430 
1797.04/1797.01	v -x429 -x428 -x427 -x426 -x425 -x424 -x423 x422 -x421 -x420 -x419 -x418 x417 -x416 -x415 -x414 -x413 x412 -x411 x410 -x409 -x408 
1797.04/1797.01	v -x407 -x406 -x405 -x404 -x403 -x402 x401 -x400 -x399 x398 x397 -x396 -x395 x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 
1797.04/1797.01	v x386 -x385 -x384 -x383 -x382 x381 -x380 -x379 -x378 -x377 x376 -x375 -x374 -x373 x372 -x371 -x370 -x369 x368 -x367 -x366 x365 
1797.04/1797.01	v x364 -x363 x362 -x361 
1797.04/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.01	c Total Time         :    1797.01
1797.04/1797.01	c   solving          :    1797.01
1797.04/1797.01	c   presolving       :       0.17 (included in solving)
1797.04/1797.01	c   reading          :       0.03 (included in solving)
1797.04/1797.01	c Original Problem   :
1797.04/1797.01	c   Problem name     : HOME/instance-3488917-1307764402.opb
1797.04/1797.01	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.01	c   Constraints      : 4476 initial, 4476 maximal
1797.04/1797.01	c Presolved Problem  :
1797.04/1797.01	c   Problem name     : t_HOME/instance-3488917-1307764402.opb
1797.04/1797.01	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.01	c   Constraints      : 4476 initial, 5145 maximal
1797.04/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   probing          :       0.09          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   knapsack         :       0.04          0          0          0          0          0          0          0       3360       5040
1797.04/1797.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   linear           :       0.02          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.01	c   integral         :          0          0          0      13385          0          8          0          9        196          0          0      26488
1797.04/1797.01	c   knapsack         :       1734          6     171467          0          0          5       5932         62      17520          0          0          0
1797.04/1797.01	c   setppc           :        840          6     171405          0          0          3      66756       1092     189655          0          0          0
1797.04/1797.01	c   linear           :          0+         6     168531          0          0          0         93          7         85          0          0          0
1797.04/1797.01	c   logicor          :       1902+         6      69501          0          0          2      15745        367      27078          0          0          0
1797.04/1797.01	c   countsols        :          0          0          0          0          0          4          0          0          0          0          0          0
1797.04/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.01	c   integral         :     189.47       0.00       0.00     189.47       0.00       0.00       0.00
1797.04/1797.01	c   knapsack         :       5.69       0.03       5.65       0.00       0.00       0.00       0.00
1797.04/1797.01	c   setppc           :       2.00       0.00       1.98       0.00       0.00       0.00       0.02
1797.04/1797.01	c   linear           :       0.19       0.00       0.19       0.00       0.00       0.00       0.00
1797.04/1797.01	c   logicor          :       1.08       0.00       1.07       0.00       0.00       0.00       0.01
1797.04/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.01	c   vbounds          :          0          0          0          0
1797.04/1797.01	c   rootredcost      :          2          0          0          0
1797.04/1797.01	c   pseudoobj        :     170590         62         15          0
1797.04/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.01	c   vbounds          :       0.04       0.04       0.00
1797.04/1797.01	c   rootredcost      :       0.04       0.04       0.00
1797.04/1797.01	c   pseudoobj        :       0.70       0.70       0.00
1797.04/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.01	c   propagation      :       0.05       1543       1543       8284       23.8        539        8.9          -
1797.04/1797.01	c   infeasible LP    :       0.22       1525        744       7735       49.8         90        7.2          0
1797.04/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.01	c   applied globally :          -          -          -       8380       23.4          -          -          -
1797.04/1797.01	c   applied locally  :          -          -          -         37       61.4          -          -          -
1797.04/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.01	c   cut pool         :       0.01          5          -          -         10          -    (maximal pool size: 1619)
1797.04/1797.01	c   redcost          :       0.18      13622          0       1843          0          0
1797.04/1797.01	c   impliedbounds    :       0.00          6          0          0          0          0
1797.04/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.01	c   gomory           :       2.98          6          0          0         60          0
1797.04/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.01	c   strongcg         :       0.53          6          0          0       3000          0
1797.04/1797.01	c   cmir             :       0.06          6          0          0          0          0
1797.04/1797.01	c   flowcover        :       0.07          6          0          0          0          0
1797.04/1797.01	c   clique           :       0.01          6          0          0         47          0
1797.04/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.01	c   mcf              :       0.00          1          0          0          0          0
1797.04/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.01	c   rapidlearning    :       0.39          1          0          0          0        144
1797.04/1797.01	c Pricers            :       Time      Calls       Vars
1797.04/1797.01	c   problem variables:       0.00          0          0
1797.04/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.01	c   relpscost        :     189.46      13385          9        196          0          0      26488
1797.04/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   inference        :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.01	c   LP solutions     :       0.00          -          0
1797.04/1797.01	c   pseudo solutions :       0.00          -          0
1797.04/1797.01	c   crossover        :       0.00          0          0
1797.04/1797.01	c   oneopt           :       0.01          2          0
1797.04/1797.01	c   objpscostdiving  :      16.27         20          0
1797.04/1797.01	c   coefdiving       :      66.87        109          0
1797.04/1797.01	c   veclendiving     :      58.71        133          0
1797.04/1797.01	c   feaspump         :      35.96         87          1
1797.04/1797.01	c   pscostdiving     :      75.18        188          0
1797.04/1797.01	c   linesearchdiving :      66.60        248          0
1797.04/1797.01	c   guideddiving     :      87.61        287          0
1797.04/1797.01	c   fracdiving       :      87.80        349          0
1797.04/1797.01	c   trivial          :       0.00          2          0
1797.04/1797.01	c   shiftandpropagate:       0.02          1          0
1797.04/1797.01	c   simplerounding   :       0.00          0          0
1797.04/1797.01	c   zirounding       :       2.14          0          0
1797.04/1797.01	c   rounding         :       0.48       1590          0
1797.04/1797.01	c   shifting         :       0.37        454          0
1797.04/1797.01	c   intshifting      :       0.00          0          0
1797.04/1797.01	c   twoopt           :       0.00          0          0
1797.04/1797.01	c   fixandinfer      :       0.00          0          0
1797.04/1797.01	c   clique           :       0.00          0          0
1797.04/1797.01	c   intdiving        :       0.00          0          0
1797.04/1797.01	c   actconsdiving    :       0.00          0          0
1797.04/1797.01	c   rootsoldiving    :      16.88         16          0
1797.04/1797.01	c   octane           :       0.00          0          0
1797.04/1797.01	c   rens             :       0.04          1          0
1797.04/1797.01	c   rins             :       0.00          0          0
1797.04/1797.01	c   localbranching   :       0.00          0          0
1797.04/1797.01	c   mutation         :       0.00          0          0
1797.04/1797.01	c   dins             :       0.00          0          0
1797.04/1797.01	c   vbounds          :       0.00          0          0
1797.04/1797.01	c   undercover       :       0.00          0          0
1797.04/1797.01	c   subnlp           :       0.00          0          0
1797.04/1797.01	c   trysol           :       0.00          0          0
1797.04/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.01	c   primal LP        :       0.00          0          0       0.00          -
1797.04/1797.01	c   dual LP          :    1075.24      13639    5411288     396.75    5032.63
1797.04/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.01	c   diving/probing LP:     474.53      96702    2072380      21.43    4367.24
1797.04/1797.01	c   strong branching :     188.64       4795     883804     184.32    4685.21
1797.04/1797.01	c     (at root node) :          -         10       5140     514.00          -
1797.04/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.01	c B&B Tree           :
1797.04/1797.01	c   number of runs   :          1
1797.04/1797.01	c   nodes            :      13917
1797.04/1797.01	c   nodes (total)    :      13917
1797.04/1797.01	c   nodes left       :      12531
1797.04/1797.01	c   max depth        :         41
1797.04/1797.01	c   max depth (total):         41
1797.04/1797.01	c   backtracks       :       3442 (24.7%)
1797.04/1797.01	c   delayed cutoffs  :         38
1797.04/1797.01	c   repropagations   :        777 (2602 domain reductions, 19 cutoffs)
1797.04/1797.01	c   avg switch length:       8.73
1797.04/1797.01	c   switching time   :       3.06
1797.04/1797.01	c Solution           :
1797.04/1797.01	c   Solutions found  :          2 (2 improvements)
1797.04/1797.01	c   First Solution   : +2.71010000000000e+04   (in run 1, after 1 nodes, 3.24 seconds, depth 0, found by <trysol>)
1797.04/1797.01	c   Primal Bound     : +2.59810000000000e+04   (in run 1, after 362 nodes, 92.89 seconds, depth 22, found by <feaspump>)
1797.04/1797.01	c   Dual Bound       : +1.75771250000000e+04
1797.04/1797.01	c   Gap              :      47.81 %
1797.04/1797.01	c   Root Dual Bound  : +1.74220000000000e+04
1797.04/1797.01	c   Root Iterations  :      11230
1797.04/1797.05	c Time complete: 1797.09.

Verifier Data

OK	25981

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3488917-1307764402/watcher-3488917-1307764402 -o /tmp/evaluation-result-3488917-1307764402/solver-3488917-1307764402 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488917-1307764402.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.00 2.00 2.00 3/178 1587
/proc/meminfo: memFree=31390124/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=9032 CPUtime=0 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 1156 0 0 0 0 0 0 0 25 0 1 0 888038376 9248768 1110 33554432000 4194304 9016284 140733212028640 18446744073709551615 4447263 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1587/statm: 2258 1121 190 1178 0 1076 0

[startup+0.079234 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1587
/proc/meminfo: memFree=31390124/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=28388 CPUtime=0.07 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 6134 0 0 0 7 0 0 0 25 0 1 0 888038376 29069312 5831 33554432000 4194304 9016284 140733212028640 18446744073709551615 4432872 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1587/statm: 7097 5831 505 1178 0 5915 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28388

[startup+0.100228 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1587
/proc/meminfo: memFree=31390124/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=28644 CPUtime=0.09 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 6202 0 0 0 9 0 0 0 25 0 1 0 888038376 29331456 5899 33554432000 4194304 9016284 140733212028640 18446744073709551615 4445232 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1587/statm: 7161 5899 509 1178 0 5979 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28644

[startup+0.300196 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1587
/proc/meminfo: memFree=31390124/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=39620 CPUtime=0.29 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 9152 0 0 0 29 0 0 0 25 0 1 0 888038376 40570880 8696 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1587/statm: 9905 8696 649 1178 0 8723 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39620

[startup+0.70012 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1587
/proc/meminfo: memFree=31390124/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=40744 CPUtime=0.68 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 9657 0 0 0 68 0 0 0 25 0 1 0 888038376 41721856 9101 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1587/statm: 10186 9101 662 1178 0 9004 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 40744

[startup+1.50098 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1588
/proc/meminfo: memFree=31356124/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=40744 CPUtime=1.49 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 9705 0 0 0 147 2 0 0 25 0 1 0 888038376 41721856 9149 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1587/statm: 10186 9149 662 1178 0 9004 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40744

[startup+3.1007 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1588
/proc/meminfo: memFree=31355504/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=67084 CPUtime=3.09 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 16686 0 0 0 304 5 0 0 25 0 1 0 888038376 68694016 15588 33554432000 4194304 9016284 140733212028640 18446744073709551615 5155024 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1587/statm: 16771 15588 697 1178 0 15589 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67084

[startup+6.30013 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1588
/proc/meminfo: memFree=31331964/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=64672 CPUtime=6.29 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 17090 0 0 0 621 8 0 0 25 0 1 0 888038376 66224128 15281 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1587/statm: 16168 15281 707 1178 0 14986 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64672

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1588
/proc/meminfo: memFree=31330640/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=64740 CPUtime=12.69 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 20772 0 0 0 1249 20 0 0 25 0 1 0 888038376 66293760 15357 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1587/statm: 16185 15357 712 1178 0 15003 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64740

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1589
/proc/meminfo: memFree=31331388/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=64740 CPUtime=25.49 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 20772 0 0 0 2506 43 0 0 25 0 1 0 888038376 66293760 15357 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 16185 15357 712 1178 0 15003 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64740

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1590
/proc/meminfo: memFree=31330676/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=64740 CPUtime=51.09 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 20773 0 0 0 5013 96 0 0 25 0 1 0 888038376 66293760 15358 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 16185 15358 713 1178 0 15003 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 64740

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1591
/proc/meminfo: memFree=31329260/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=64740 CPUtime=102.29 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 20773 0 0 0 10041 188 0 0 25 0 1 0 888038376 66293760 15358 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 16185 15358 713 1178 0 15003 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 64740

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1592
/proc/meminfo: memFree=31329224/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=65276 CPUtime=162.29 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 20876 0 0 0 15925 304 0 0 25 0 1 0 888038376 66842624 15461 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 16319 15461 713 1178 0 15137 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 65276

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1594
/proc/meminfo: memFree=31326708/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=66936 CPUtime=222.29 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 21229 0 0 0 21817 412 0 0 25 0 1 0 888038376 68542464 15814 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 16734 15814 723 1178 0 15552 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 66936

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1596
/proc/meminfo: memFree=31324812/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=68292 CPUtime=282.29 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 21643 0 0 0 27709 520 0 0 25 0 1 0 888038376 69931008 16218 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 17073 16218 713 1178 0 15891 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 68292

[startup+342.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/179 1597
/proc/meminfo: memFree=31324292/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=69048 CPUtime=342.3 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 21852 0 0 0 33595 635 0 0 25 0 1 0 888038376 70705152 16427 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 17262 16427 713 1178 0 16080 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 69048

[startup+402.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 1599
/proc/meminfo: memFree=31322404/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=69452 CPUtime=402.3 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 21937 0 0 0 39482 748 0 0 25 0 1 0 888038376 71118848 16512 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 17363 16512 713 1178 0 16181 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 69452

[startup+462.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/179 1723
/proc/meminfo: memFree=31284880/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=71372 CPUtime=462.3 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 22421 0 0 0 45395 835 0 0 25 0 1 0 888038376 73084928 16994 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 17843 16994 713 1178 0 16661 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 71372

[startup+522.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 1725
/proc/meminfo: memFree=31287072/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=71776 CPUtime=522.3 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 22527 0 0 0 51312 918 0 0 25 0 1 0 888038376 73498624 17100 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 17944 17100 713 1178 0 16762 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 71776

[startup+582.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 1727
/proc/meminfo: memFree=31286164/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=72448 CPUtime=582.31 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 22654 0 0 0 57228 1003 0 0 25 0 1 0 888038376 74186752 17227 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 18112 17227 713 1178 0 16930 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 72448

[startup+642.301 s]

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

/proc/meminfo: memFree=31265448/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=86728 CPUtime=1122.32 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 26213 0 0 0 110508 1724 0 0 25 0 1 0 888038376 88809472 20786 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 21682 20786 713 1178 0 20500 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 86728

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 1746
/proc/meminfo: memFree=31267892/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=87188 CPUtime=1182.32 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 26399 0 0 0 116430 1802 0 0 25 0 1 0 888038376 89280512 20972 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 21797 20972 713 1178 0 20615 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 87188

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 1747
/proc/meminfo: memFree=31264636/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=88144 CPUtime=1242.32 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 26640 0 0 0 122352 1880 0 0 25 0 1 0 888038376 90259456 21213 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 22036 21213 713 1178 0 20854 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 88144

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1749
/proc/meminfo: memFree=31263980/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=89880 CPUtime=1302.32 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 27014 0 0 0 128272 1960 0 0 25 0 1 0 888038376 92037120 21587 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 22470 21587 713 1178 0 21288 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 89880

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 1750
/proc/meminfo: memFree=31260588/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=92528 CPUtime=1362.32 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 28327 0 0 0 134195 2037 0 0 25 0 1 0 888038376 94748672 22308 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 23132 22308 713 1178 0 21950 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 92528

[startup+1422.31 s]
/proc/loadavg: 2.10 2.03 2.00 3/179 1752
/proc/meminfo: memFree=31256212/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=94164 CPUtime=1422.33 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 28745 0 0 0 140120 2113 0 0 25 0 1 0 888038376 96423936 22726 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 23541 22726 713 1178 0 22359 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 94164

[startup+1482.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/179 1754
/proc/meminfo: memFree=31255076/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=94828 CPUtime=1482.32 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 28909 0 0 0 146039 2193 0 0 25 0 1 0 888038376 97103872 22890 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 23707 22890 713 1178 0 22525 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 94828

[startup+1542.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/179 1755
/proc/meminfo: memFree=31253700/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=97812 CPUtime=1542.33 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 29657 0 0 0 151962 2271 0 0 25 0 1 0 888038376 100159488 23638 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 24453 23638 713 1178 0 23271 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 97812

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 1757
/proc/meminfo: memFree=31251700/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=99300 CPUtime=1602.33 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 30029 0 0 0 157880 2353 0 0 25 0 1 0 888038376 101683200 24010 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 24825 24010 713 1178 0 23643 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 99300

[startup+1662.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 1758
/proc/meminfo: memFree=31254880/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=99496 CPUtime=1662.33 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 30081 0 0 0 163801 2432 0 0 25 0 1 0 888038376 101883904 24062 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 24874 24062 713 1178 0 23692 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 99496

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 1760
/proc/meminfo: memFree=31253120/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=100780 CPUtime=1722.33 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 30405 0 0 0 169724 2509 0 0 25 0 1 0 888038376 103198720 24386 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 25195 24386 713 1178 0 24013 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 100780

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1762
/proc/meminfo: memFree=31245648/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=102576 CPUtime=1782.34 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 30858 0 0 0 175637 2597 0 0 25 0 1 0 888038376 105037824 24839 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 25644 24839 713 1178 0 24462 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 102576

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1762
/proc/meminfo: memFree=31245392/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=102576 CPUtime=1785.54 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 30858 0 0 0 175954 2600 0 0 25 0 1 0 888038376 105037824 24839 33554432000 4194304 9016284 140733212028640 18446744073709551615 7199074 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 25644 24839 713 1178 0 24462 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 102576

[startup+1791.91 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1762
/proc/meminfo: memFree=31250344/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=102844 CPUtime=1791.94 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 30864 0 0 0 176586 2608 0 0 25 0 1 0 888038376 105312256 24845 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 25711 24845 713 1178 0 24529 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 102844

[startup+1795.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1762
/proc/meminfo: memFree=31250096/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=103256 CPUtime=1795.14 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 30985 0 0 0 176902 2612 0 0 25 0 1 0 888038376 105734144 24966 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 25814 24966 713 1178 0 24632 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 103256

[startup+1795.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1762
/proc/meminfo: memFree=31250096/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=103256 CPUtime=1795.93 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 30985 0 0 0 176980 2613 0 0 25 0 1 0 888038376 105734144 24966 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 25814 24966 713 1178 0 24632 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (KiB) 103256

[startup+1796.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1762
/proc/meminfo: memFree=31249352/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=103256 CPUtime=1796.73 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 30985 0 0 0 177059 2614 0 0 25 0 1 0 888038376 105734144 24966 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 25814 24966 713 1178 0 24632 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 103256

[startup+1796.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1762
/proc/meminfo: memFree=31249352/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=103256 CPUtime=1796.93 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 30985 0 0 0 177079 2614 0 0 25 0 1 0 888038376 105734144 24966 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 25814 24966 713 1178 0 24632 0
Current children cumulated CPU time (s) 1796.93
Current children cumulated vsize (KiB) 103256

[startup+1797 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1762
/proc/meminfo: memFree=31249352/32951124 swapFree=67063272/67111528
[pid=1587] ppid=1585 vsize=103256 CPUtime=1797.04 cores=1,3,5,7
/proc/1587/stat : 1587 (scip-2.0.1.4b_2) R 1585 1587 965 0 -1 4202496 30985 0 0 0 177089 2615 0 0 25 0 1 0 888038376 105734144 24966 33554432000 4194304 9016284 140733212028640 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1587/statm: 25814 24966 713 1178 0 24632 0
Current children cumulated CPU time (s) 1797.04
Current children cumulated vsize (KiB) 103256

Child status: 0
Real time (s): 1797.06
CPU time (s): 1797.1
CPU user time (s): 1770.95
CPU system time (s): 26.156
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 103256

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

runsolver used 2.79458 second user time and 5.99309 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-11 05:53:22
IDJOB=3488917
IDBENCH=2010
IDSOLVER=1979
FILE ID=node132/3488917-1307764402
RUNJOBID= node132-1307758991-984
PBS_JOBID= 13550862
Free space on /tmp= 74084 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data6_3.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488917-1307764402/watcher-3488917-1307764402 -o /tmp/evaluation-result-3488917-1307764402/solver-3488917-1307764402 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488917-1307764402.opb -t 1800 -m 15500

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

MD5SUM BENCH= f675f355e04fd5af6f49610fb88dbbd3
RANDOM SEED=994982090

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31390800 kB
Buffers:        251304 kB
Cached:         966460 kB
SwapCached:       9968 kB
Active:         691208 kB
Inactive:       661544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31390800 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           16516 kB
Writeback:           0 kB
AnonPages:      132332 kB
Mapped:          12272 kB
Slab:           143452 kB
PageTables:       4640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   296084 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74068 MiB
End job on node132 at 2011-06-11 06:23:19