Trace number 3488913

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)SAT72 1797.11 1797.06

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ6_3.opb
MD5SUMff9be653d1d3ea3b1a82846016e94df6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark64
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 64
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 3
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
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-3488913-1307764289.opb>
0.01/0.03	c original problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.01/0.03	c problem read
0.01/0.03	c presolving settings loaded
0.01/0.04	c presolving:
0.01/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.01/0.09	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.49/0.53	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.53	c   0.5s|     1 |     0 |  1919 |     - |9553k|   0 | 254 | 540 |4506 | 540 |4476 |   0 |  30 |   0 | 4.800000e+01 |      --      |    Inf 
2.99/3.00	o 78
2.99/3.00	c y 3.0s|     1 |     0 |  8997 |     - |  12M|   0 | 254 | 540 |4506 | 540 |4476 |   0 |  30 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%
3.09/3.11	c   3.1s|     1 |     0 |  9513 |     - |  11M|   0 | 236 | 540 |4689 | 540 |4488 |  12 |  30 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%
3.69/3.71	c   3.7s|     1 |     0 |  9782 |     - |  13M|   0 | 256 | 540 |4689 | 540 |4495 |  19 |  30 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%
4.30/4.34	c   4.3s|     1 |     0 |  9846 |     - |  15M|   0 | 267 | 540 |4689 | 540 |4503 |  27 |  30 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%
4.99/5.08	c   5.1s|     1 |     0 | 10243 |     - |  18M|   0 | 265 | 540 |4689 | 540 |4510 |  34 |  30 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%
5.69/5.79	c   5.8s|     1 |     0 | 10440 |     - |  21M|   0 | 265 | 540 |4689 | 540 |4518 |  42 |  30 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%
6.49/6.50	c   6.5s|     1 |     0 | 10552 |     - |  24M|   0 | 295 | 540 |4689 | 540 |4526 |  50 |  30 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%
7.49/7.51	c   7.5s|     1 |     2 | 10552 |     - |  24M|   0 | 295 | 540 |4689 | 540 |4526 |  50 |  30 |   9 | 4.800000e+01 | 7.800000e+01 |  62.50%
499.60/499.64	o 78
499.60/499.64	c F 500s|  4391 |  4066 |  1831k| 414.8 |  35M|  48 |   0 | 540 |5112 | 540 |4501 |  50 |2618 |2329 | 4.800000e+01 | 7.800000e+01 |  62.50%
957.61/957.62	o 72
957.61/957.62	c * 958s|  9039 |  7860 |  3781k| 417.2 |  47M|  51 |   - | 540 |5329 | 540 |4501 |  50 |7452 |3477 | 4.800000e+01 | 7.200000e+01 |  50.00%
1037.41/1037.43	c  1037s| 10000 |  8633 |  4135k| 412.5 |  50M|  51 | 202 | 540 |5246 | 540 |4501 |  50 |8371 |3614 | 4.800000e+01 | 7.200000e+01 |  50.00%
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 19444
1797.03/1797.00	c Primal Bound       : +7.20000000000000e+01 (5 solutions)
1797.03/1797.00	c Dual Bound         : +4.80000000000000e+01
1797.03/1797.00	c Gap                : 50.00 %
1797.03/1797.00	s SATISFIABLE
1797.03/1797.00	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.03/1797.00	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.03/1797.00	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.03/1797.00	v -x286 -x250 -x214 -x178 -x142 x106 -x70 -x34 -x357 -x321 -x285 -x249 -x213 -x177 -x141 -x105 x69 -x33 -x356 x320 -x284 -x248 
1797.03/1797.00	v -x212 -x176 -x140 -x104 -x68 -x32 -x355 -x319 -x283 -x247 x211 -x175 -x139 -x103 -x67 -x31 x354 -x318 -x282 -x246 -x210 -x174 
1797.03/1797.00	v -x138 -x102 -x66 -x30 -x352 -x316 -x280 -x244 -x208 -x172 -x136 -x100 -x64 x28 -x351 -x315 -x279 -x243 -x207 x171 -x135 
1797.03/1797.00	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.03/1797.00	v -x348 -x312 -x276 -x240 -x204 x168 -x132 -x96 -x60 -x24 -x347 -x311 -x275 x239 -x203 -x167 -x131 -x95 -x59 -x23 -x345 x309 
1797.03/1797.00	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.03/1797.00	v -x163 -x127 -x91 -x55 -x19 -x342 -x306 -x270 x234 -x198 -x162 -x126 -x90 -x54 -x18 -x341 -x305 x269 -x233 -x197 -x161 -x125 
1797.03/1797.00	v -x89 -x53 -x17 -x340 -x304 -x268 -x232 x196 -x160 -x124 -x88 -x52 -x16 x338 -x302 -x266 -x230 -x194 -x158 -x122 -x86 -x50 
1797.03/1797.00	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.03/1797.00	v -x263 -x227 -x191 -x155 -x119 -x83 x47 -x11 -x334 -x298 x262 -x226 -x190 -x154 -x118 -x82 -x46 -x10 -x333 -x297 -x261 -x225 
1797.03/1797.00	v -x189 -x153 -x117 x81 -x45 -x9 -x331 -x295 -x259 x223 -x187 -x151 -x115 -x79 -x43 -x7 -x330 -x294 x258 -x222 -x186 -x150 
1797.03/1797.00	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.03/1797.00	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.03/1797.00	v x538 x537 x536 x535 -x534 -x533 -x532 -x531 -x530 x529 -x528 -x527 -x526 -x525 -x524 x523 -x522 -x521 x520 -x519 -x518 -x517 
1797.03/1797.00	v -x516 x515 -x514 -x513 -x512 -x511 x510 -x509 -x508 -x507 -x506 -x505 x504 x503 -x502 x501 -x500 x499 -x498 -x497 -x496 -x495 
1797.03/1797.00	v -x494 -x493 x492 -x491 -x490 x489 -x488 -x487 -x486 x485 -x484 -x483 -x482 -x481 -x480 x479 -x478 -x477 -x476 -x475 x474 -x473 
1797.03/1797.00	v -x472 -x471 -x470 x469 x468 x467 -x466 -x465 -x464 -x463 -x462 x461 x460 -x459 -x458 -x457 -x456 -x455 -x454 x453 -x452 
1797.03/1797.00	v -x451 x450 -x449 -x448 -x447 -x446 -x445 -x444 x443 -x442 -x441 x440 -x439 -x438 -x437 -x436 -x435 -x434 x433 x432 x431 -x430 
1797.03/1797.00	v -x429 -x428 x427 -x426 -x425 -x424 -x423 x422 -x421 x420 -x419 -x418 -x417 -x416 -x415 -x414 x413 -x412 -x411 -x410 -x409 -x408 
1797.03/1797.00	v x407 -x406 -x405 -x404 -x403 x402 -x401 x400 -x399 -x398 -x397 x396 -x395 -x394 x393 -x392 -x391 -x390 -x389 -x388 -x387 
1797.03/1797.00	v x386 -x385 -x384 -x383 -x382 x381 -x380 x379 -x378 -x377 -x376 -x375 -x374 x373 -x372 -x371 -x370 -x369 -x368 -x367 x366 x365 
1797.03/1797.00	v -x364 -x363 x362 x361 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Total Time         :    1797.00
1797.03/1797.00	c   solving          :    1797.00
1797.03/1797.00	c   presolving       :       0.17 (included in solving)
1797.03/1797.00	c   reading          :       0.03 (included in solving)
1797.03/1797.00	c Original Problem   :
1797.03/1797.00	c   Problem name     : HOME/instance-3488913-1307764289.opb
1797.03/1797.00	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 4476 initial, 4476 maximal
1797.03/1797.00	c Presolved Problem  :
1797.03/1797.00	c   Problem name     : t_HOME/instance-3488913-1307764289.opb
1797.03/1797.00	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 4476 initial, 5385 maximal
1797.03/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.09          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   knapsack         :       0.04          0          0          0          0          0          0          0       3360       5040
1797.03/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   linear           :       0.02          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   integral         :          0          0          0      17993          0         10          0         19        330          0          0      35484
1797.03/1797.00	c   knapsack         :       1734          6     199336          1          2          7       9654         82      34672          0          0          0
1797.03/1797.00	c   setppc           :        840          6     199254          1          2          5     152674       1979     348754          0          0          0
1797.03/1797.00	c   linear           :          0+         6     194482          0          0          0        365          7        429          0          0          0
1797.03/1797.00	c   logicor          :       1902+         6     101529          1          2          4      24420        478      47785          0          0          0
1797.03/1797.00	c   countsols        :          0          0          0          1          2          6          0          0          0          0          0          0
1797.03/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.00	c   integral         :     196.04       0.00       0.00     196.04       0.00       0.00       0.00
1797.03/1797.00	c   knapsack         :       6.95       0.03       6.92       0.00       0.00       0.00       0.00
1797.03/1797.00	c   setppc           :       2.85       0.00       2.80       0.00       0.00       0.00       0.06
1797.03/1797.00	c   linear           :       0.26       0.00       0.26       0.00       0.00       0.00       0.00
1797.03/1797.00	c   logicor          :       1.70       0.00       1.68       0.00       0.00       0.00       0.01
1797.03/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.00	c   vbounds          :          0          0          0          0
1797.03/1797.00	c   rootredcost      :          2          0          0          0
1797.03/1797.00	c   pseudoobj        :     198278         71         20         69
1797.03/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.00	c   vbounds          :       0.05       0.05       0.00
1797.03/1797.00	c   rootredcost      :       0.04       0.04       0.00
1797.03/1797.00	c   pseudoobj        :       0.80       0.80       0.00
1797.03/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.00	c   propagation      :       0.13       2566       2565      19057       30.0        813        9.8          -
1797.03/1797.00	c   infeasible LP    :       0.29       1802        976      12018       49.9        138        7.6          0
1797.03/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.00	c   applied globally :          -          -          -      16708       26.1          -          -          -
1797.03/1797.00	c   applied locally  :          -          -          -         16       68.9          -          -          -
1797.03/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.00	c   cut pool         :       0.01          5          -          -          1          -    (maximal pool size: 1851)
1797.03/1797.00	c   redcost          :       0.26      19095          0      10477          0          0
1797.03/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1797.03/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.00	c   gomory           :       2.96          6          0          0        160          0
1797.03/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.00	c   strongcg         :       0.51          6          0          0       3000          0
1797.03/1797.00	c   cmir             :       0.06          6          0          0          0          0
1797.03/1797.00	c   flowcover        :       0.07          6          0          0          0          0
1797.03/1797.00	c   clique           :       0.01          6          0          0         47          0
1797.03/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.00	c   rapidlearning    :       0.40          1          0          0          0        183
1797.03/1797.00	c Pricers            :       Time      Calls       Vars
1797.03/1797.00	c   problem variables:       0.00          0          0
1797.03/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   relpscost        :     196.02      17992         19        330          0          0      35484
1797.03/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   inference        :       0.00          2          0          0          0          0          4
1797.03/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.00	c   LP solutions     :       0.00          -          1
1797.03/1797.00	c   pseudo solutions :       0.00          -          0
1797.03/1797.00	c   oneopt           :       0.01          3          0
1797.03/1797.00	c   crossover        :       0.20          1          0
1797.03/1797.00	c   veclendiving     :      57.83        215          0
1797.03/1797.00	c   pscostdiving     :      75.54        355          0
1797.03/1797.00	c   guideddiving     :      69.50        414          0
1797.03/1797.00	c   linesearchdiving :      62.17        415          0
1797.03/1797.00	c   fracdiving       :      68.02        415          0
1797.03/1797.00	c   trivial          :       0.00          2          0
1797.03/1797.00	c   shiftandpropagate:       0.02          1          0
1797.03/1797.00	c   simplerounding   :       0.01          0          0
1797.03/1797.00	c   zirounding       :       2.85          0          0
1797.03/1797.00	c   rounding         :       0.58       1854          0
1797.03/1797.00	c   shifting         :       0.43        560          0
1797.03/1797.00	c   intshifting      :       0.00          0          0
1797.03/1797.00	c   twoopt           :       0.00          0          0
1797.03/1797.00	c   fixandinfer      :       0.00          0          0
1797.03/1797.00	c   feaspump         :       6.88         12          1
1797.03/1797.00	c   clique           :       0.00          0          0
1797.03/1797.00	c   coefdiving       :      64.23        250          0
1797.03/1797.00	c   intdiving        :       0.00          0          0
1797.03/1797.00	c   actconsdiving    :       0.00          0          0
1797.03/1797.00	c   objpscostdiving  :      22.25         30          2
1797.03/1797.00	c   rootsoldiving    :      15.03         26          0
1797.03/1797.00	c   octane           :       0.00          0          0
1797.03/1797.00	c   rens             :       0.02          0          0
1797.03/1797.00	c   rins             :       0.00          0          0
1797.03/1797.00	c   localbranching   :       0.00          0          0
1797.03/1797.00	c   mutation         :       0.00          0          0
1797.03/1797.00	c   dins             :       0.00          0          0
1797.03/1797.00	c   vbounds          :       0.00          0          0
1797.03/1797.00	c   undercover       :       0.00          0          0
1797.03/1797.00	c   subnlp           :       0.01          0          0
1797.03/1797.00	c   trysol           :       0.01          0          0
1797.03/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.03/1797.00	c   dual LP          :    1131.92      19070    5659734     296.79    5000.11
1797.03/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.00	c   diving/probing LP:     404.78      89070    1794106      20.14    4432.25
1797.03/1797.00	c   strong branching :     194.95       5214     897132     172.06    4601.91
1797.03/1797.00	c     (at root node) :          -          9       4319     479.89          -
1797.03/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.00	c B&B Tree           :
1797.03/1797.00	c   number of runs   :          1
1797.03/1797.00	c   nodes            :      19444
1797.03/1797.00	c   nodes (total)    :      19444
1797.03/1797.00	c   nodes left       :      15842
1797.03/1797.00	c   max depth        :         51
1797.03/1797.00	c   max depth (total):         51
1797.03/1797.00	c   backtracks       :       3602 (18.5%)
1797.03/1797.00	c   delayed cutoffs  :         47
1797.03/1797.00	c   repropagations   :       1363 (7004 domain reductions, 36 cutoffs)
1797.03/1797.00	c   avg switch length:       6.86
1797.03/1797.00	c   switching time   :       4.55
1797.03/1797.00	c Solution           :
1797.03/1797.00	c   Solutions found  :          5 (3 improvements)
1797.03/1797.00	c   First Solution   : +7.80000000000000e+01   (in run 1, after 1 nodes, 3.00 seconds, depth 0, found by <trysol>)
1797.03/1797.00	c   Primal Bound     : +7.20000000000000e+01   (in run 1, after 9039 nodes, 957.62 seconds, depth 25, found by <relaxation>)
1797.03/1797.00	c   Dual Bound       : +4.80000000000000e+01
1797.03/1797.00	c   Gap              :      50.00 %
1797.03/1797.00	c   Root Dual Bound  : +4.80000000000000e+01
1797.03/1797.00	c   Root Iterations  :      10552
1797.03/1797.06	c Time complete: 1797.1.

Verifier Data

OK	72

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-3488913-1307764289/watcher-3488913-1307764289 -o /tmp/evaluation-result-3488913-1307764289/solver-3488913-1307764289 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488913-1307764289.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: 3.00 3.00 3.00 3/178 30405
/proc/meminfo: memFree=31446644/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=12692 CPUtime=0 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 2140 0 0 0 0 0 0 0 25 0 1 0 888028675 12996608 2094 33554432000 4194304 9016284 140735365046224 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30405/statm: 3173 2100 353 1178 0 1991 0

[startup+0.0142319 s]
/proc/loadavg: 3.00 3.00 3.00 3/178 30405
/proc/meminfo: memFree=31446644/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=14168 CPUtime=0.01 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 2527 0 0 0 1 0 0 0 25 0 1 0 888028675 14508032 2481 33554432000 4194304 9016284 140735365046224 18446744073709551615 6152135 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30405/statm: 3542 2481 360 1178 0 2360 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14168

[startup+0.100219 s]
/proc/loadavg: 3.00 3.00 3.00 3/178 30405
/proc/meminfo: memFree=31446644/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=28640 CPUtime=0.09 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 6201 0 0 0 9 0 0 0 25 0 1 0 888028675 29327360 5898 33554432000 4194304 9016284 140735365046224 18446744073709551615 18446744073699065949 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30405/statm: 7160 5898 509 1178 0 5978 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28640

[startup+0.300184 s]
/proc/loadavg: 3.00 3.00 3.00 3/178 30405
/proc/meminfo: memFree=31446644/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=39452 CPUtime=0.29 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 9109 0 0 0 28 1 0 0 25 0 1 0 888028675 40398848 8654 33554432000 4194304 9016284 140735365046224 18446744073709551615 7180598 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30405/statm: 9863 8654 649 1178 0 8681 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39452

[startup+0.700111 s]
/proc/loadavg: 3.00 3.00 3.00 3/178 30405
/proc/meminfo: memFree=31446644/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=40660 CPUtime=0.69 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 9707 0 0 0 68 1 0 0 25 0 1 0 888028675 41635840 9128 33554432000 4194304 9016284 140735365046224 18446744073709551615 7180992 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30405/statm: 10165 9128 685 1178 0 8983 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40660

[startup+1.50097 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30406
/proc/meminfo: memFree=31413676/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=40660 CPUtime=1.49 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 9731 0 0 0 146 3 0 0 25 0 1 0 888028675 41635840 9146 33554432000 4194304 9016284 140735365046224 18446744073709551615 7181026 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30405/statm: 10165 9146 679 1178 0 8983 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40660

[startup+3.10075 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30406
/proc/meminfo: memFree=31413180/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=62940 CPUtime=3.09 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 15912 0 0 0 304 5 0 0 25 0 1 0 888028675 64450560 14593 33554432000 4194304 9016284 140735365046224 18446744073709551615 7218084 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30405/statm: 15735 14593 717 1178 0 14553 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62940

[startup+6.30012 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30406
/proc/meminfo: memFree=31390340/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=62940 CPUtime=6.29 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 16216 0 0 0 622 7 0 0 25 0 1 0 888028675 64450560 14887 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30405/statm: 15735 14887 707 1178 0 14553 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62940

[startup+12.7011 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30406
/proc/meminfo: memFree=31387368/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=65904 CPUtime=12.69 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 18724 0 0 0 1253 16 0 0 25 0 1 0 888028675 67485696 15442 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30405/statm: 16476 15442 708 1178 0 15294 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65904

[startup+25.5007 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30407
/proc/meminfo: memFree=31387772/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=65904 CPUtime=25.5 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 18724 0 0 0 2512 38 0 0 25 0 1 0 888028675 67485696 15442 33554432000 4194304 9016284 140735365046224 18446744073709551615 7180911 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30405/statm: 16476 15442 708 1178 0 15294 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 65904

[startup+51.1002 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30407
/proc/meminfo: memFree=31387536/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=65904 CPUtime=51.09 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 18769 0 0 0 5035 74 0 0 25 0 1 0 888028675 67485696 15487 33554432000 4194304 9016284 140735365046224 18446744073709551615 7157093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 16476 15487 709 1178 0 15294 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65904

[startup+102.306 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30409
/proc/meminfo: memFree=31386324/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=66076 CPUtime=102.3 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 18942 0 0 0 10082 148 0 0 25 0 1 0 888028675 67661824 15660 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 16519 15660 709 1178 0 15337 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 66076

[startup+162.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30410
/proc/meminfo: memFree=31385164/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=67532 CPUtime=162.3 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 19245 0 0 0 15992 238 0 0 25 0 1 0 888028675 69152768 15963 33554432000 4194304 9016284 140735365046224 18446744073709551615 7180413 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 16883 15963 709 1178 0 15701 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 67532

[startup+222.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30412
/proc/meminfo: memFree=31380156/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=70280 CPUtime=222.29 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 19997 0 0 0 21910 319 0 0 25 0 1 0 888028675 71966720 16715 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 17570 16715 709 1178 0 16388 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 70280

[startup+282.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30414
/proc/meminfo: memFree=31380104/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=70280 CPUtime=282.3 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 20000 0 0 0 27823 407 0 0 25 0 1 0 888028675 71966720 16718 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 17570 16718 709 1178 0 16388 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 70280

[startup+342.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30415
/proc/meminfo: memFree=31377468/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=73048 CPUtime=342.3 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 20623 0 0 0 33738 492 0 0 25 0 1 0 888028675 74801152 17341 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 18262 17341 709 1178 0 17080 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 73048

[startup+402.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30417
/proc/meminfo: memFree=31376188/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=73424 CPUtime=402.3 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 20792 0 0 0 39646 584 0 0 25 0 1 0 888028675 75186176 17510 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 18356 17510 709 1178 0 17174 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 73424

[startup+462.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30418
/proc/meminfo: memFree=31373180/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=75608 CPUtime=462.3 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 21277 0 0 0 45561 669 0 0 25 0 1 0 888028675 77422592 17995 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 18902 17995 709 1178 0 17720 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 75608

[startup+522.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30420
/proc/meminfo: memFree=31371292/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=76488 CPUtime=522.3 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 24098 0 0 0 51472 758 0 0 25 0 1 0 888028675 78323712 18280 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 19122 18280 709 1178 0 17940 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 76488

[startup+582.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30431
/proc/meminfo: memFree=31367592/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=79252 CPUtime=582.3 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 26936 0 0 0 57380 850 0 0 25 0 1 0 888028675 81154048 18983 33554432000 4194304 9016284 140735365046224 18446744073709551615 7103741 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 19813 18983 709 1178 0 18631 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 79252

[startup+642.301 s]

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

/proc/meminfo: memFree=31341588/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=97904 CPUtime=1122.32 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 47030 0 0 0 110565 1667 0 0 25 0 1 0 888028675 100253696 23657 33554432000 4194304 9016284 140735365046224 18446744073709551615 7180632 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 24476 23657 713 1178 0 23294 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 97904

[startup+1182.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30450
/proc/meminfo: memFree=31340184/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=99472 CPUtime=1182.32 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 47385 0 0 0 116473 1759 0 0 25 0 1 0 888028675 101859328 24012 33554432000 4194304 9016284 140735365046224 18446744073709551615 6524047 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 24868 24012 713 1178 0 23686 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 99472

[startup+1242.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30451
/proc/meminfo: memFree=31334440/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=103944 CPUtime=1242.32 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 51004 0 0 0 122382 1850 0 0 25 0 1 0 888028675 106438656 25174 33554432000 4194304 9016284 140735365046224 18446744073709551615 7082051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 25986 25174 713 1178 0 24804 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 103944

[startup+1302.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30453
/proc/meminfo: memFree=31332036/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=105484 CPUtime=1302.32 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 51386 0 0 0 128290 1942 0 0 25 0 1 0 888028675 108015616 25556 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 26371 25556 713 1178 0 25189 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 105484

[startup+1362.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30454
/proc/meminfo: memFree=31329772/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=106496 CPUtime=1362.32 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 51585 0 0 0 134203 2029 0 0 25 0 1 0 888028675 109051904 25755 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 26624 25755 713 1178 0 25442 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 106496

[startup+1422.31 s]
/proc/loadavg: 3.07 3.02 3.00 4/179 30456
/proc/meminfo: memFree=31327012/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=107892 CPUtime=1422.33 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 51994 0 0 0 140114 2119 0 0 25 0 1 0 888028675 110481408 26164 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 26973 26164 713 1178 0 25791 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 107892

[startup+1482.3 s]
/proc/loadavg: 3.02 3.01 3.00 4/179 30458
/proc/meminfo: memFree=31323984/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=110624 CPUtime=1482.33 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 54849 0 0 0 146021 2212 0 0 25 0 1 0 888028675 113278976 26832 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 27656 26832 713 1178 0 26474 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 110624

[startup+1542.3 s]
/proc/loadavg: 3.01 3.00 3.00 4/179 30459
/proc/meminfo: memFree=31320352/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=112136 CPUtime=1542.33 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 55249 0 0 0 151931 2302 0 0 25 0 1 0 888028675 114827264 27232 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 28034 27232 713 1178 0 26852 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 112136

[startup+1602.3 s]
/proc/loadavg: 3.03 3.02 3.00 4/179 30499
/proc/meminfo: memFree=31339092/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=113436 CPUtime=1602.33 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 55576 0 0 0 157827 2406 0 0 25 0 1 0 888028675 116158464 27559 33554432000 4194304 9016284 140735365046224 18446744073709551615 7198972 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 28359 27559 713 1178 0 27177 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 113436

[startup+1662.3 s]
/proc/loadavg: 3.01 3.01 3.00 4/179 30500
/proc/meminfo: memFree=31338172/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=117144 CPUtime=1662.33 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 56527 0 0 0 163687 2546 0 0 25 0 1 0 888028675 119955456 28510 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 29286 28510 713 1178 0 28104 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 117144

[startup+1722.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30502
/proc/meminfo: memFree=31330336/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=122072 CPUtime=1722.33 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 57738 0 0 0 169584 2649 0 0 25 0 1 0 888028675 125001728 29721 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 30518 29721 713 1178 0 29336 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 122072

[startup+1782.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30504
/proc/meminfo: memFree=31326064/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=123588 CPUtime=1782.33 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 58079 0 0 0 175477 2756 0 0 25 0 1 0 888028675 126554112 30062 33554432000 4194304 9016284 140735365046224 18446744073709551615 7181032 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 30897 30062 713 1178 0 29715 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 123588

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

[startup+1785.5 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30504
/proc/meminfo: memFree=31325320/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=123588 CPUtime=1785.53 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 58081 0 0 0 175791 2762 0 0 25 0 1 0 888028675 126554112 30064 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 30897 30064 713 1178 0 29715 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 123588

[startup+1791.91 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30504
/proc/meminfo: memFree=31325068/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=123788 CPUtime=1791.94 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 58123 0 0 0 176422 2772 0 0 25 0 1 0 888028675 126758912 30106 33554432000 4194304 9016284 140735365046224 18446744073709551615 7055152 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 30947 30106 713 1178 0 29765 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 123788

[startup+1795.1 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30504
/proc/meminfo: memFree=31325180/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=123788 CPUtime=1795.14 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 58123 0 0 0 176737 2777 0 0 25 0 1 0 888028675 126758912 30106 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 30947 30106 713 1178 0 29765 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 123788

[startup+1795.9 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30504
/proc/meminfo: memFree=31325180/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=123788 CPUtime=1795.94 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 58123 0 0 0 176815 2779 0 0 25 0 1 0 888028675 126758912 30106 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 30947 30106 713 1178 0 29765 0
Current children cumulated CPU time (s) 1795.94
Current children cumulated vsize (KiB) 123788

[startup+1796.7 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30504
/proc/meminfo: memFree=31324684/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=123788 CPUtime=1796.73 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 58123 0 0 0 176893 2780 0 0 25 0 1 0 888028675 126758912 30106 33554432000 4194304 9016284 140735365046224 18446744073709551615 6971592 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 30947 30106 713 1178 0 29765 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 123788

[startup+1796.9 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30504
/proc/meminfo: memFree=31324684/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=123788 CPUtime=1796.93 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 58123 0 0 0 176913 2780 0 0 25 0 1 0 888028675 126758912 30106 33554432000 4194304 9016284 140735365046224 18446744073709551615 7181009 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 30947 30106 713 1178 0 29765 0
Current children cumulated CPU time (s) 1796.93
Current children cumulated vsize (KiB) 123788

[startup+1797 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 30504
/proc/meminfo: memFree=31324684/32950928 swapFree=67055156/67111528
[pid=30405] ppid=30403 vsize=123788 CPUtime=1797.03 cores=1,3,5,7
/proc/30405/stat : 30405 (scip-2.0.1.4b_2) R 30403 30405 30017 0 -1 4202496 58123 0 0 0 176923 2780 0 0 25 0 1 0 888028675 126758912 30106 33554432000 4194304 9016284 140735365046224 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30405/statm: 30947 30106 713 1178 0 29765 0
Current children cumulated CPU time (s) 1797.03
Current children cumulated vsize (KiB) 123788

Child status: 0
Real time (s): 1797.06
CPU time (s): 1797.11
CPU user time (s): 1769.29
CPU system time (s): 27.8128
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 123788

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

runsolver used 2.46263 second user time and 5.77712 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-11 05:51:29
IDJOB=3488913
IDBENCH=2007
IDSOLVER=1979
FILE ID=node123/3488913-1307764289
RUNJOBID= node123-1307760454-30036
PBS_JOBID= 13550870
Free space on /tmp= 74160 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-circ6_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-3488913-1307764289/watcher-3488913-1307764289 -o /tmp/evaluation-result-3488913-1307764289/solver-3488913-1307764289 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488913-1307764289.opb -t 1800 -m 15500

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

MD5SUM BENCH= ff9be653d1d3ea3b1a82846016e94df6
RANDOM SEED=1869675327

node123.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.838
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.67
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.838
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	: 5226.15
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.838
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.75
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31447576 kB
Buffers:        262864 kB
Cached:         902696 kB
SwapCached:      10356 kB
Active:         604240 kB
Inactive:       706956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31447576 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:           16720 kB
Writeback:           0 kB
AnonPages:      142328 kB
Mapped:          15900 kB
Slab:           126288 kB
PageTables:       5004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   743688 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74140 MiB
End job on node123 at 2011-06-11 06:21:26