Trace number 3485075

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 2 2011-06-10 (fixed)SAT17 1797.41 1797.38

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_5.opb
MD5SUMe079962149860142627e0ca6e79ba5d1
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark1797.26
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint61
Maximum length of a constraint112
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37500
Sum of products size (including duplicates)75000
Number of different products37500
Sum of products size75000

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.4 [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-3485075-1307780512.opb>
0.01/0.03	c original problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 500 constraints
0.01/0.03	c problem read
0.01/0.03	c presolving settings loaded
0.09/0.19	o 500
0.09/0.19	c feasible solution found by trivial heuristic, objective value  5.000000e+02
0.09/0.19	c presolving:
2.69/2.77	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 5807644 impls, 0 clqs
3.50/3.57	c    (3.6s) probing: 101/38000 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3.50/3.57	c    (3.6s) probing aborted: 100/100 successive totally useless probings
3.50/3.58	c presolving (2 rounds):
3.50/3.58	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.50/3.58	c  5807644 implications, 0 cliques
3.50/3.58	c presolved problem has 38000 variables (38000 bin, 0 int, 0 impl, 0 cont) and 38000 constraints
3.50/3.58	c   37500 constraints of type <and>
3.50/3.58	c     500 constraints of type <logicor>
3.50/3.58	c transformed objective value is always integral (scale: 1)
3.50/3.58	c Presolving Time: 3.54
3.50/3.58	c - non default parameters ----------------------------------------------------------------------
3.50/3.58	c # SCIP version 2.0.1.4
3.50/3.58	c 
3.50/3.58	c # frequency for displaying node information lines
3.50/3.58	c # [type: int, range: [-1,2147483647], default: 100]
3.50/3.58	c display/freq = 10000
3.50/3.58	c 
3.50/3.58	c # maximal time in seconds to run
3.50/3.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.50/3.58	c limits/time = 1797
3.50/3.58	c 
3.50/3.58	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.50/3.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.50/3.58	c limits/memory = 13950
3.50/3.58	c 
3.50/3.58	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.50/3.58	c # [type: int, range: [1,2], default: 1]
3.50/3.58	c timing/clocktype = 2
3.50/3.58	c 
3.50/3.58	c # belongs reading time to solving time?
3.50/3.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.50/3.58	c timing/reading = TRUE
3.50/3.58	c 
3.50/3.58	c # should presolving try to simplify inequalities
3.50/3.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.50/3.58	c constraints/linear/simplifyinequalities = TRUE
3.50/3.58	c 
3.50/3.58	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.50/3.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.50/3.58	c constraints/indicator/addCouplingCons = TRUE
3.50/3.58	c 
3.50/3.58	c # should presolving try to simplify knapsacks
3.50/3.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.50/3.58	c constraints/knapsack/simplifyinequalities = TRUE
3.50/3.58	c 
3.50/3.58	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.50/3.58	c # [type: int, range: [-1,2147483647], default: -1]
3.50/3.58	c separating/rapidlearning/freq = 0
3.50/3.58	c 
3.50/3.58	c -----------------------------------------------------------------------------------------------
3.50/3.58	c start solving
3.50/3.59	c 
4.09/4.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.09/4.14	c t 4.1s|     1 |     0 |  1000 |     - | 300M|   0 |1000 |  38k|  38k|  38k|  75k|   0 |   0 |   0 | 0.000000e+00 | 5.000000e+02 |    Inf 
4.20/4.20	o 30
4.20/4.20	c s 4.2s|     1 |     0 |  1000 |     - | 301M|   0 |1000 |  38k|  38k|  38k|  75k|   0 |   0 |   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
13.99/14.08	c  14.1s|     1 |     0 |  2500 |     - | 302M|   0 |1000 |  38k|  38k|  38k|  76k|1001 |   0 |   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
20.79/20.85	c  20.9s|     1 |     0 |  4000 |     - | 302M|   0 |1000 |  38k|  38k|  38k|  77k|2001 |   0 |   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
27.99/28.05	c  28.0s|     1 |     0 |  5500 |     - | 303M|   0 |1000 |  38k|  38k|  38k|  78k|3001 |   0 |   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
34.79/34.84	c  34.8s|     1 |     0 |  7000 |     - | 303M|   0 |1000 |  38k|  38k|  38k|  79k|4002 |   0 |   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
34.89/34.91	o 27
34.89/34.91	c s34.9s|     1 |     0 |  7000 |     - | 304M|   0 |1000 |  38k|  38k|  38k|  79k|4002 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
41.89/41.94	c  41.9s|     1 |     0 |  8500 |     - | 305M|   0 |1000 |  38k|  38k|  38k|  80k|5004 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
41.99/42.03	o 23
41.99/42.03	c s42.0s|     1 |     0 |  8500 |     - | 305M|   0 |1000 |  38k|  38k|  38k|  80k|5004 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
49.29/49.33	c  49.3s|     1 |     0 | 10000 |     - | 306M|   0 |1000 |  38k|  38k|  38k|  81k|6005 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
49.99/50.01	c  50.0s|     1 |     2 | 10000 |     - | 306M|   0 |1000 |  38k|  38k|  38k|  81k|6005 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
346.10/346.12	o 19
346.10/346.12	c * 346s|   130 |   124 |361645 |2725.9 | 305M|  33 |   - |  38k|  39k|  38k|  21k|  66k|2074 | 459 | 1.000000e+00 | 1.900000e+01 |1800.00%
414.00/414.00	o 18
414.00/414.00	c * 414s|   174 |   119 |420765 |2374.4 | 308M|  33 |   - |  38k|  40k|  38k|  20k|  80k|2541 | 580 | 1.000000e+00 | 1.800000e+01 |1700.00%
1000.81/1000.85	o 17
1000.81/1000.85	c *1001s|   597 |   196 |  1066k|1772.2 | 313M|  33 |   - |  38k|  41k|  38k|  18k| 229k|4582 |1611 | 1.000000e+00 | 1.700000e+01 |1600.00%
1797.03/1797.09	c 
1797.03/1797.09	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.09	c Solving Time (sec) : 1797.09
1797.03/1797.09	c Solving Nodes      : 1151
1797.03/1797.09	c Primal Bound       : +1.70000000000000e+01 (7 solutions)
1797.03/1797.09	c Dual Bound         : +1.00000000000000e+00
1797.03/1797.09	c Gap                : 1600.00 %
1797.13/1797.10	s SATISFIABLE
1797.13/1797.10	v -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1797.13/1797.10	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 
1797.13/1797.10	v -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 
1797.13/1797.10	v -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 
1797.13/1797.10	v -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 
1797.13/1797.10	v -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 
1797.13/1797.10	v -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 
1797.13/1797.10	v -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 
1797.13/1797.10	v -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 
1797.13/1797.10	v -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 
1797.13/1797.10	v -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 
1797.13/1797.10	v -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 x250 
1797.13/1797.10	v -x249 -x248 -x247 -x246 x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 
1797.13/1797.10	v -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 
1797.13/1797.10	v x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 
1797.13/1797.10	v -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 x167 -x166 
1797.13/1797.10	v -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 
1797.13/1797.10	v -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
1797.13/1797.10	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
1797.13/1797.10	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 x80 -x79 
1797.13/1797.10	v x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 -x70 -x69 -x68 -x67 x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 x57 -x56 -x55 -x54 -x53 
1797.13/1797.10	v x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 x34 x33 -x32 -x31 -x30 -x29 -x28 
1797.13/1797.10	v -x27 -x26 -x25 -x24 -x23 -x22 -x21 x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 -x1 
1797.13/1797.10	c SCIP Status        : solving was interrupted [time limit reached]
1797.13/1797.10	c Total Time         :    1797.09
1797.13/1797.10	c   solving          :    1797.09
1797.13/1797.10	c   presolving       :       3.54 (included in solving)
1797.13/1797.10	c   reading          :       0.03 (included in solving)
1797.13/1797.10	c Original Problem   :
1797.13/1797.10	c   Problem name     : HOME/instance-3485075-1307780512.opb
1797.13/1797.10	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.13/1797.10	c   Constraints      : 500 initial, 500 maximal
1797.13/1797.10	c Presolved Problem  :
1797.13/1797.10	c   Problem name     : t_HOME/instance-3485075-1307780512.opb
1797.13/1797.10	c   Variables        : 38000 (38000 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.13/1797.10	c   Constraints      : 38000 initial, 43302 maximal
1797.13/1797.10	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.13/1797.10	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.13/1797.10	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.13/1797.10	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.13/1797.10	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.13/1797.10	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.13/1797.10	c   probing          :       0.55          0          0          0          0          0          0          0          0          0
1797.13/1797.10	c   and              :       2.79          0          0          0          0          0          0          0          0          0
1797.13/1797.10	c   linear           :       0.02          0          0          0          0          0          0          0          0          0
1797.13/1797.10	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1797.13/1797.10	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.13/1797.10	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.13/1797.10	c   integral         :          0          0          0       1397          0        738          0          4        216          0          0       1770
1797.13/1797.10	c   and              :      37500       5198      32543        410          0        733     200822         44    5814557    1639732          0          0
1797.13/1797.10	c   logicor          :        500+         6      21164          3          0          4      11415       2066          6          0          0          0
1797.13/1797.10	c   countsols        :          0          0          0          3          0          7          0          0          0          0          0          0
1797.13/1797.10	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.13/1797.10	c   integral         :     374.07       0.00       0.00     373.97       0.00       0.10       0.00
1797.13/1797.10	c   and              :     214.28      91.75     118.02       4.35       0.00       0.08       0.08
1797.13/1797.10	c   logicor          :       3.14       0.00       3.10       0.00       0.00       0.00       0.04
1797.13/1797.10	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.13/1797.10	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.13/1797.10	c   vbounds          :          0          0          0          0
1797.13/1797.10	c   rootredcost      :          4          0          0          0
1797.13/1797.10	c   pseudoobj        :      32618     129749        274        808
1797.13/1797.10	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.13/1797.10	c   vbounds          :       0.01       0.01       0.00
1797.13/1797.10	c   rootredcost      :       0.02       0.02       0.00
1797.13/1797.10	c   pseudoobj        :       5.27       4.53       0.74
1797.13/1797.10	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.13/1797.10	c   propagation      :       1.00       2384       2384       8113       35.0          0        0.0          -
1797.13/1797.10	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.13/1797.10	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.13/1797.10	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.13/1797.10	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.13/1797.10	c   applied globally :          -          -          -       8102       34.9          -          -          -
1797.13/1797.10	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.13/1797.10	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.13/1797.10	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 6005)
1797.13/1797.10	c   redcost          :       6.90       5198          0      84023          0          0
1797.13/1797.10	c   impliedbounds    :       0.04          6          0          0       6000          0
1797.13/1797.10	c   intobj           :       0.00          0          0          0          0          0
1797.13/1797.10	c   gomory           :       1.82          6          0          0       3000          0
1797.13/1797.10	c   cgmip            :       0.00          0          0          0          0          0
1797.13/1797.10	c   closecuts        :       0.00          0          0          0          0          0
1797.13/1797.10	c   strongcg         :       1.70          6          0          0       3000          0
1797.13/1797.10	c   cmir             :      23.65          6          0          0       3000          0
1797.13/1797.10	c   flowcover        :       9.92          6          0          0          0          0
1797.13/1797.10	c   clique           :       3.95          6          0          0          5          0
1797.13/1797.10	c   zerohalf         :       0.00          0          0          0          0          0
1797.13/1797.10	c   mcf              :       0.05          1          0          0          0          0
1797.13/1797.10	c   oddcycle         :       0.00          0          0          0          0          0
1797.13/1797.10	c   rapidlearning    :       0.00          0          0          0          0          0
1797.13/1797.10	c Pricers            :       Time      Calls       Vars
1797.13/1797.10	c   problem variables:       0.00          0          0
1797.13/1797.10	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.13/1797.10	c   relpscost        :     373.95        783          4        216          0          0       1362
1797.13/1797.10	c   pscost           :       0.00          0          0          0          0          0          0
1797.13/1797.10	c   inference        :       0.02        204          0          0          0          0        408
1797.13/1797.10	c   mostinf          :       0.00          0          0          0          0          0          0
1797.13/1797.10	c   leastinf         :       0.00          0          0          0          0          0          0
1797.13/1797.10	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.13/1797.10	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.13/1797.10	c   random           :       0.00          0          0          0          0          0          0
1797.13/1797.10	c Primal Heuristics  :       Time      Calls      Found
1797.13/1797.10	c   LP solutions     :       0.02          -          3
1797.13/1797.10	c   pseudo solutions :       0.00          -          0
1797.13/1797.10	c   feaspump         :       0.00          0          0
1797.13/1797.10	c   oneopt           :       0.10          6          0
1797.13/1797.10	c   objpscostdiving  :      57.18          4          0
1797.13/1797.10	c   coefdiving       :      50.51         18          0
1797.13/1797.10	c   veclendiving     :      45.95         18          0
1797.13/1797.10	c   linesearchdiving :      92.60         18          0
1797.13/1797.10	c   rootsoldiving    :       6.50          9          0
1797.13/1797.10	c   guideddiving     :      29.64         18          0
1797.13/1797.10	c   pscostdiving     :      49.40         18          0
1797.13/1797.10	c   fracdiving       :      47.63         18          0
1797.13/1797.10	c   trivial          :       0.04          2          1
1797.13/1797.10	c   shiftandpropagate:       0.00          0          0
1797.13/1797.10	c   simplerounding   :       0.01          0          0
1797.13/1797.10	c   zirounding       :       1.69        889          0
1797.13/1797.10	c   rounding         :       2.03        939          0
1797.13/1797.10	c   shifting         :       4.55        542          3
1797.13/1797.10	c   intshifting      :       0.00          0          0
1797.13/1797.10	c   twoopt           :       0.00          0          0
1797.13/1797.10	c   fixandinfer      :       0.00          0          0
1797.13/1797.10	c   clique           :       0.00          0          0
1797.13/1797.10	c   intdiving        :       0.00          0          0
1797.13/1797.10	c   actconsdiving    :       0.00          0          0
1797.13/1797.10	c   octane           :       0.00          0          0
1797.13/1797.10	c   rens             :       0.59          1          0
1797.13/1797.10	c   rins             :       0.00          0          0
1797.13/1797.10	c   localbranching   :       0.00          0          0
1797.13/1797.10	c   mutation         :       0.00          0          0
1797.13/1797.10	c   crossover        :       0.36          1          0
1797.13/1797.10	c   dins             :       0.00          0          0
1797.13/1797.10	c   vbounds          :       0.00          0          0
1797.13/1797.10	c   undercover       :       0.03          1          0
1797.13/1797.10	c   subnlp           :       0.00          0          0
1797.13/1797.10	c   trysol           :       0.00          0          0
1797.13/1797.10	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.13/1797.10	c   primal LP        :       7.32          0          0       0.00       0.00
1797.13/1797.10	c   dual LP          :     795.98       6790    1908422     281.06    2397.58
1797.13/1797.10	c   lex dual LP      :       0.00          0          0       0.00          -
1797.13/1797.10	c   barrier LP       :       0.00          0          0       0.00          -
1797.13/1797.10	c   diving/probing LP:     156.67       8881     179248      20.18    1144.14
1797.13/1797.10	c   strong branching :     372.88       2536     583693     230.16    1565.37
1797.13/1797.10	c     (at root node) :          -          0          0       0.00          -
1797.13/1797.10	c   conflict analysis:       0.00          0          0       0.00          -
1797.13/1797.10	c B&B Tree           :
1797.13/1797.10	c   number of runs   :          1
1797.13/1797.10	c   nodes            :       1151
1797.13/1797.10	c   nodes (total)    :       1151
1797.13/1797.10	c   nodes left       :        572
1797.13/1797.10	c   max depth        :         33
1797.13/1797.10	c   max depth (total):         33
1797.13/1797.10	c   backtracks       :        259 (22.5%)
1797.13/1797.10	c   delayed cutoffs  :          0
1797.13/1797.10	c   repropagations   :          1 (100 domain reductions, 0 cutoffs)
1797.13/1797.10	c   avg switch length:       4.08
1797.13/1797.10	c   switching time   :      14.94
1797.13/1797.10	c Solution           :
1797.13/1797.10	c   Solutions found  :          7 (7 improvements)
1797.13/1797.10	c   First Solution   : +5.00000000000000e+02   (in run 1, after 0 nodes, 0.17 seconds, depth 0, found by <trivial>)
1797.13/1797.10	c   Primal Bound     : +1.70000000000000e+01   (in run 1, after 597 nodes, 1000.84 seconds, depth 26, found by <relaxation>)
1797.13/1797.10	c   Dual Bound       : +1.00000000000000e+00
1797.13/1797.10	c   Gap              :    1600.00 %
1797.13/1797.10	c   Root Dual Bound  : +0.00000000000000e+00
1797.13/1797.10	c   Root Iterations  :      10000
1797.33/1797.37	c Time complete: 1797.4.

Verifier Data

OK	17

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-3485075-1307780512/watcher-3485075-1307780512 -o /tmp/evaluation-result-3485075-1307780512/solver-3485075-1307780512 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485075-1307780512.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.01 2.00 2/178 4706
/proc/meminfo: memFree=31098844/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=10580 CPUtime=0 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 1589 0 0 0 0 0 0 0 24 0 1 0 889649390 10833920 1544 33554432000 4194304 8979876 140735917431888 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/4706/statm: 2645 1561 368 1169 0 1472 0

[startup+0.017572 s]
/proc/loadavg: 2.00 2.01 2.00 2/178 4706
/proc/meminfo: memFree=31098844/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=11780 CPUtime=0.01 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 1948 0 0 0 1 0 0 0 24 0 1 0 889649390 12062720 1903 33554432000 4194304 8979876 140735917431888 18446744073709551615 7807861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/4706/statm: 2945 1903 368 1169 0 1772 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11780

[startup+0.100564 s]
/proc/loadavg: 2.00 2.01 2.00 2/178 4706
/proc/meminfo: memFree=31098844/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=48856 CPUtime=0.09 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 10993 0 0 0 8 1 0 0 24 0 1 0 889649390 50028544 10927 33554432000 4194304 8979876 140735917431888 18446744073709551615 6783555 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/4706/statm: 12214 10927 456 1169 0 11041 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48856

[startup+0.300527 s]
/proc/loadavg: 2.00 2.01 2.00 2/178 4706
/proc/meminfo: memFree=31098844/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=96520 CPUtime=0.29 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 22352 0 0 0 27 2 0 0 25 0 1 0 889649390 98836480 22286 33554432000 4194304 8979876 140735917431888 18446744073709551615 6492496 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/4706/statm: 24130 22286 481 1169 0 22957 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96520

[startup+0.700455 s]
/proc/loadavg: 2.00 2.01 2.00 2/178 4706
/proc/meminfo: memFree=31098844/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=136080 CPUtime=0.69 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 32241 0 0 0 66 3 0 0 25 0 1 0 889649390 139345920 32175 33554432000 4194304 8979876 140735917431888 18446744073709551615 6502512 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/4706/statm: 34020 32175 481 1169 0 32847 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 136080

[startup+1.50032 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4707
/proc/meminfo: memFree=30946092/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=202804 CPUtime=1.49 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 48894 0 0 0 144 5 0 0 25 0 1 0 889649390 207671296 48828 33554432000 4194304 8979876 140735917431888 18446744073709551615 6492665 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/4706/statm: 50701 48828 481 1169 0 49528 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 202804

[startup+3.10103 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4707
/proc/meminfo: memFree=30857060/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=298940 CPUtime=3.1 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 73803 0 0 0 302 8 0 0 25 0 1 0 889649390 306114560 72941 33554432000 4194304 8979876 140735917431888 18446744073709551615 4347916 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/4706/statm: 74735 72941 602 1169 0 73562 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 298940

[startup+6.30046 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4707
/proc/meminfo: memFree=30628096/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=482248 CPUtime=6.29 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 122476 0 0 0 616 13 0 0 25 0 1 0 889649390 493821952 117930 33554432000 4194304 8979876 140735917431888 18446744073709551615 6278356 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/4706/statm: 120562 117930 694 1169 0 119389 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 482248

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4707
/proc/meminfo: memFree=30628096/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=482248 CPUtime=12.69 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 122496 0 0 0 1256 13 0 0 25 0 1 0 889649390 493821952 117935 33554432000 4194304 8979876 140735917431888 18446744073709551615 18446744073699065904 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/4706/statm: 120562 117935 684 1169 0 119389 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 482248

[startup+25.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4707
/proc/meminfo: memFree=30603700/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=506536 CPUtime=25.49 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 129179 0 0 0 2534 15 0 0 25 0 1 0 889649390 518692864 124166 33554432000 4194304 8979876 140735917431888 18446744073709551615 6601192 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/4706/statm: 126634 124166 720 1169 0 125461 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 506536

[startup+51.1005 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 4708
/proc/meminfo: memFree=30597060/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=513272 CPUtime=51.1 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 169843 0 0 0 5076 34 0 0 25 0 1 0 889649390 525590528 125630 33554432000 4194304 8979876 140735917431888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/4706/statm: 128318 125630 718 1169 0 127145 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 513272

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 4710
/proc/meminfo: memFree=30584036/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=527188 CPUtime=102.29 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 173362 0 0 0 10169 60 0 0 25 0 1 0 889649390 539840512 129058 33554432000 4194304 8979876 140735917431888 18446744073709551615 7143731 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4706/statm: 131797 129058 728 1169 0 130624 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 527188

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 4711
/proc/meminfo: memFree=30581888/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=530564 CPUtime=162.29 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 173918 0 0 0 16143 86 0 0 25 0 1 0 889649390 543297536 129594 33554432000 4194304 8979876 140735917431888 18446744073709551615 5041716 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 132641 129594 728 1169 0 131468 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 530564

[startup+222.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 4713
/proc/meminfo: memFree=30567832/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=543728 CPUtime=222.3 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 177436 0 0 0 22115 115 0 0 25 0 1 0 889649390 556777472 133072 33554432000 4194304 8979876 140735917431888 18446744073709551615 7046373 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 135932 133072 728 1169 0 134759 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 543728

[startup+282.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 4714
/proc/meminfo: memFree=30562340/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=547744 CPUtime=282.3 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 178556 0 0 0 28080 150 0 0 25 0 1 0 889649390 560889856 134192 33554432000 4194304 8979876 140735917431888 18446744073709551615 7047439 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 136936 134192 728 1169 0 135763 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 547744

[startup+342.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 4716
/proc/meminfo: memFree=30558604/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=549744 CPUtime=342.3 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 179058 0 0 0 34044 186 0 0 25 0 1 0 889649390 562937856 134694 33554432000 4194304 8979876 140735917431888 18446744073709551615 7122720 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 137436 134694 728 1169 0 136263 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 549744

[startup+402.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 4718
/proc/meminfo: memFree=30554116/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=555028 CPUtime=402.3 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 180145 0 0 0 40014 216 0 0 25 0 1 0 889649390 568348672 135781 33554432000 4194304 8979876 140735917431888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 138757 135781 728 1169 0 137584 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 555028

[startup+462.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 4719
/proc/meminfo: memFree=30543172/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=564844 CPUtime=462.3 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 182935 0 0 0 45989 241 0 0 25 0 1 0 889649390 578400256 138480 33554432000 4194304 8979876 140735917431888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 141211 138480 728 1169 0 140038 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 564844

[startup+522.301 s]
/proc/loadavg: 2.15 2.05 2.01 3/179 4721
/proc/meminfo: memFree=30541520/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=567252 CPUtime=522.3 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 183311 0 0 0 51958 272 0 0 25 0 1 0 889649390 580866048 138856 33554432000 4194304 8979876 140735917431888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 141813 138856 728 1169 0 140640 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 567252

[startup+582.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/179 4722
/proc/meminfo: memFree=30537388/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=570504 CPUtime=582.3 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 184364 0 0 0 57927 303 0 0 25 0 1 0 889649390 584196096 139909 33554432000 4194304 8979876 140735917431888 18446744073709551615 7179628 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 142626 139909 728 1169 0 141453 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 570504

[startup+642.3 s]

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

/proc/meminfo: memFree=30856212/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=601772 CPUtime=1062.31 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 214225 0 0 0 105652 579 0 0 25 0 1 0 889649390 616214528 147882 33554432000 4194304 8979876 140735917431888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 150443 147882 751 1169 0 149270 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 601772

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 4889
/proc/meminfo: memFree=30690500/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=604564 CPUtime=1122.32 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 214830 0 0 0 111616 616 0 0 25 0 1 0 889649390 619073536 148487 33554432000 4194304 8979876 140735917431888 18446744073709551615 5041720 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/4706/statm: 151141 148487 751 1169 0 149968 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 604564

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 4890
/proc/meminfo: memFree=30673828/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=609608 CPUtime=1182.31 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 216204 0 0 0 117576 655 0 0 25 0 1 0 889649390 624238592 149861 33554432000 4194304 8979876 140735917431888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/4706/statm: 152402 149861 751 1169 0 151229 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 609608

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4892
/proc/meminfo: memFree=30670688/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=610160 CPUtime=1242.32 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 216345 0 0 0 123542 690 0 0 25 0 1 0 889649390 624803840 150002 33554432000 4194304 8979876 140735917431888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/4706/statm: 152540 150002 751 1169 0 151367 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 610160

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4894
/proc/meminfo: memFree=30663716/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=613044 CPUtime=1302.33 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 217058 0 0 0 129498 735 0 0 25 0 1 0 889649390 627757056 150715 33554432000 4194304 8979876 140735917431888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/4706/statm: 153261 150715 751 1169 0 152088 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 613044

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4895
/proc/meminfo: memFree=30655248/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=616732 CPUtime=1362.32 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 217978 0 0 0 135459 773 0 0 25 0 1 0 889649390 631533568 151635 33554432000 4194304 8979876 140735917431888 18446744073709551615 6547204 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 154183 151635 785 1169 0 153010 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 616732

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 4897
/proc/meminfo: memFree=30649508/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=622156 CPUtime=1422.32 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 219395 0 0 0 141428 804 0 0 25 0 1 0 889649390 637087744 152996 33554432000 4194304 8979876 140735917431888 18446744073709551615 7046378 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 155539 152996 751 1169 0 154366 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 622156

[startup+1482.3 s]
/proc/loadavg: 2.09 2.02 2.01 3/179 4898
/proc/meminfo: memFree=30648984/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=622728 CPUtime=1482.32 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 219538 0 0 0 147394 838 0 0 25 0 1 0 889649390 637673472 153139 33554432000 4194304 8979876 140735917431888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 155682 153139 751 1169 0 154509 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 622728

[startup+1542.3 s]
/proc/loadavg: 2.11 2.03 2.00 3/179 4900
/proc/meminfo: memFree=30645612/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=626016 CPUtime=1542.32 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 220361 0 0 0 153357 875 0 0 25 0 1 0 889649390 641040384 153962 33554432000 4194304 8979876 140735917431888 18446744073709551615 5042162 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 156504 153962 751 1169 0 155331 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 626016

[startup+1602.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 4902
/proc/meminfo: memFree=30645464/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=626268 CPUtime=1602.33 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 220454 0 0 0 159317 916 0 0 25 0 1 0 889649390 641298432 154055 33554432000 4194304 8979876 140735917431888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 156567 154055 751 1169 0 155394 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 626268

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 4903
/proc/meminfo: memFree=30642592/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=630420 CPUtime=1662.32 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 221163 0 0 0 165268 964 0 0 25 0 1 0 889649390 645550080 154764 33554432000 4194304 8979876 140735917431888 18446744073709551615 7841808 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 157605 154764 751 1169 0 156432 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 630420

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 4905
/proc/meminfo: memFree=30637352/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=634084 CPUtime=1722.32 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 222386 0 0 0 171235 997 0 0 25 0 1 0 889649390 649302016 155987 33554432000 4194304 8979876 140735917431888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 158521 155987 751 1169 0 157348 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 634084

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 4906
/proc/meminfo: memFree=30631616/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=639788 CPUtime=1782.33 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 223825 0 0 0 177202 1031 0 0 25 0 1 0 889649390 655142912 157426 33554432000 4194304 8979876 140735917431888 18446744073709551615 7047516 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 159947 157426 751 1169 0 158774 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 639788

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 4906
/proc/meminfo: memFree=30631368/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=640880 CPUtime=1785.53 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 223862 0 0 0 177520 1033 0 0 25 0 1 0 889649390 656261120 157463 33554432000 4194304 8979876 140735917431888 18446744073709551615 7047435 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 160220 157463 751 1169 0 159047 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 640880

[startup+1791.91 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 4907
/proc/meminfo: memFree=30629620/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=641752 CPUtime=1791.93 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 224306 0 0 0 178156 1037 0 0 25 0 1 0 889649390 657154048 157907 33554432000 4194304 8979876 140735917431888 18446744073709551615 6547128 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 160438 157907 751 1169 0 159265 0
Current children cumulated CPU time (s) 1791.93
Current children cumulated vsize (KiB) 641752

[startup+1795.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 4907
/proc/meminfo: memFree=30629620/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=641752 CPUtime=1795.13 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 224306 0 0 0 178473 1040 0 0 25 0 1 0 889649390 657154048 157907 33554432000 4194304 8979876 140735917431888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 160438 157907 751 1169 0 159265 0
Current children cumulated CPU time (s) 1795.13
Current children cumulated vsize (KiB) 641752

[startup+1796.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 4907
/proc/meminfo: memFree=30629620/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=641752 CPUtime=1796.73 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 224306 0 0 0 178632 1041 0 0 25 0 1 0 889649390 657154048 157907 33554432000 4194304 8979876 140735917431888 18446744073709551615 7047439 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4706/statm: 160438 157907 751 1169 0 159265 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 641752

[startup+1797.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 4907
/proc/meminfo: memFree=30629620/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=641752 CPUtime=1797.13 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 224307 0 0 0 178672 1041 0 0 25 0 1 0 889649390 657154048 157908 33554432000 4194304 8979876 140735917431888 18446744073709551615 5195813 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4706/statm: 160438 157908 752 1169 0 159265 0
Current children cumulated CPU time (s) 1797.13
Current children cumulated vsize (KiB) 641752

[startup+1797.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 4907
/proc/meminfo: memFree=30657272/32951124 swapFree=67063272/67111528
[pid=4706] ppid=4704 vsize=609564 CPUtime=1797.33 cores=1,3,5,7
/proc/4706/stat : 4706 (scip-2.0.1.4_2.) R 4704 4706 965 0 -1 4202496 224309 0 0 0 178692 1041 0 0 25 0 1 0 889649390 624193536 150465 33554432000 4194304 8979876 140735917431888 18446744073709551615 4903280 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4706/statm: 152391 150465 754 1169 0 151218 0
Current children cumulated CPU time (s) 1797.33
Current children cumulated vsize (KiB) 609564

Child status: 0
Real time (s): 1797.38
CPU time (s): 1797.41
CPU user time (s): 1786.98
CPU system time (s): 10.4384
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 674144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.98
system time used= 10.4384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224314
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= 5400

runsolver used 2.97255 second user time and 6.51301 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-11 10:21:52
IDJOB=3485075
IDBENCH=48121
IDSOLVER=1977
FILE ID=node132/3485075-1307780512
RUNJOBID= node132-1307776371-3184
PBS_JOBID= 13550862
Free space on /tmp= 74084 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_60_5.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485075-1307780512/watcher-3485075-1307780512 -o /tmp/evaluation-result-3485075-1307780512/solver-3485075-1307780512 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485075-1307780512.opb -t 1800 -m 15500

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

MD5SUM BENCH= e079962149860142627e0ca6e79ba5d1
RANDOM SEED=1432397224

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:      31099272 kB
Buffers:        268080 kB
Cached:         992764 kB
SwapCached:       9968 kB
Active:         967156 kB
Inactive:       677292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31099272 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           17104 kB
Writeback:           0 kB
AnonPages:      381436 kB
Mapped:          12252 kB
Slab:           142964 kB
PageTables:       5260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   546796 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 10:51:50