Trace number 2703177

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
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT22 1790.09 1790.73

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 benchmark19
Best CPU time to get the best result obtained on this benchmark1800.21
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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2703177-1278564882.opb>
0.29/0.31	c original problem has 38000 variables (38000 bin, 0 int, 0 impl, 0 cont) and 38000 constraints
0.29/0.31	c problem read
0.29/0.31	c presolving settings loaded
0.69/0.76	c presolving:
6.60/6.61	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 5807644 impls, 0 clqs
8.89/8.93	c    (8.6s) probing: 101/38000 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
8.89/8.93	c    (8.6s) probing aborted: 100/100 successive totally useless probings
8.89/8.93	c presolving (2 rounds):
8.89/8.93	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
8.89/8.93	c  5807644 implications, 0 cliques
8.89/8.93	c presolved problem has 38000 variables (38000 bin, 0 int, 0 impl, 0 cont) and 38000 constraints
8.89/8.93	c   37500 constraints of type <and>
8.89/8.93	c     500 constraints of type <logicor>
8.89/8.93	c transformed objective value is always integral (scale: 1)
8.89/8.93	c Presolving Time: 8.41
8.89/8.93	c - non default parameters ----------------------------------------------------------------------
8.89/8.93	c # SCIP version 1.2.1.3
8.89/8.93	c 
8.89/8.93	c # frequency for displaying node information lines
8.89/8.93	c # [type: int, range: [-1,2147483647], default: 100]
8.89/8.93	c display/freq = 10000
8.89/8.93	c 
8.89/8.93	c # maximal time in seconds to run
8.89/8.93	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.89/8.93	c limits/time = 1789.69
8.89/8.93	c 
8.89/8.93	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.89/8.93	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.89/8.93	c limits/memory = 1620
8.89/8.93	c 
8.89/8.93	c # default clock type (1: CPU user seconds, 2: wall clock time)
8.89/8.93	c # [type: int, range: [1,2], default: 1]
8.89/8.93	c timing/clocktype = 2
8.89/8.93	c 
8.89/8.93	c # should presolving try to simplify inequalities
8.89/8.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.89/8.93	c constraints/linear/simplifyinequalities = TRUE
8.89/8.93	c 
8.89/8.93	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
8.89/8.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.89/8.93	c constraints/indicator/addCouplingCons = TRUE
8.89/8.93	c 
8.89/8.93	c # should presolving try to simplify knapsacks
8.89/8.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.89/8.93	c constraints/knapsack/simplifyinequalities = TRUE
8.89/8.93	c 
8.89/8.93	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
8.89/8.93	c # [type: int, range: [-1,2147483647], default: -1]
8.89/8.93	c heuristics/undercover/freq = 0
8.89/8.93	c 
8.89/8.93	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
8.89/8.93	c # [type: int, range: [-1,2147483647], default: -1]
8.89/8.93	c separating/rapidlearning/freq = 0
8.89/8.93	c 
8.89/8.93	c -----------------------------------------------------------------------------------------------
8.89/8.93	c start solving
8.89/8.97	c 
10.49/10.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.49/10.53	c  10.2s|     1 |     0 |  1000 |     - | 314M|   0 |1000 |  38k|  38k|  38k|  75k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.59/10.68	o 30
10.59/10.68	c s10.4s|     1 |     0 |  1000 |     - | 315M|   0 |1000 |  38k|  38k|  38k|  75k|   0 |   0 |   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
44.16/44.21	c  43.9s|     1 |     0 |  2500 |     - | 315M|   0 |1000 |  38k|  38k|  38k|  76k|1001 |   0 |   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
64.76/64.88	c  64.6s|     1 |     0 |  4000 |     - | 316M|   0 |1000 |  38k|  38k|  38k|  77k|2001 |   0 |   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
86.86/86.99	c  86.7s|     1 |     0 |  5500 |     - | 316M|   0 |1000 |  38k|  38k|  38k|  78k|3001 |   0 |   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
110.24/110.36	c   110s|     1 |     0 |  7000 |     - | 317M|   0 |1000 |  38k|  38k|  38k|  79k|4001 |   0 |   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
110.44/110.54	o 26
110.44/110.54	c s 110s|     1 |     0 |  7000 |     - | 317M|   0 |1000 |  38k|  38k|  38k|  79k|4001 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
131.94/132.02	c   132s|     1 |     0 |  8500 |     - | 318M|   0 |1000 |  38k|  38k|  38k|  80k|5002 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
132.13/132.26	o 23
132.13/132.26	c s 132s|     1 |     0 |  8500 |     - | 318M|   0 |1000 |  38k|  38k|  38k|  80k|5002 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
154.32/154.40	c   154s|     1 |     0 | 10000 |     - | 319M|   0 |1000 |  38k|  38k|  38k|  81k|6004 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
184.72/184.89	c   185s|     1 |     2 | 10000 |     - | 319M|   0 |1000 |  38k|  38k|  38k|  81k|6004 |   0 |  28 | 0.000000e+00 | 2.300000e+01 |    Inf 
1714.88/1715.59	o 22
1714.88/1715.59	c l1715s|   268 |   269 |321845 |1168.0 | 330M|  14 |   - |  38k|  41k|  38k|  12k| 139k|5888 |4162 | 1.000000e+00 | 2.200000e+01 |2100.00%
1789.46/1790.12	c 
1789.46/1790.12	c SCIP Status        : solving was interrupted [time limit reached]
1789.46/1790.12	c Solving Time (sec) : 1789.81
1789.46/1790.12	c Solving Nodes      : 288
1789.46/1790.12	c Primal Bound       : +2.20000000000000e+01 (4 solutions)
1789.46/1790.12	c Dual Bound         : +1.00000000000000e+00
1789.46/1790.12	c Gap                : 2100.00 %
1789.56/1790.20	s SATISFIABLE
1789.56/1790.20	v -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1789.56/1790.20	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 
1789.56/1790.20	v -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 
1789.56/1790.20	v -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 
1789.56/1790.20	v -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 
1789.56/1790.20	v -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 
1789.56/1790.20	v -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 
1789.56/1790.20	v -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 
1789.56/1790.20	v -x333 -x332 x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 
1789.56/1790.20	v -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 
1789.56/1790.20	v -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 
1789.56/1790.20	v -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 
1789.56/1790.20	v -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 
1789.56/1790.20	v -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 x211 -x210 -x209 -x208 
1789.56/1790.20	v x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 
1789.56/1790.20	v -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 
1789.56/1790.20	v -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 
1789.56/1790.20	v -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
1789.56/1790.20	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1789.56/1790.20	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 -x78 
1789.56/1790.20	v 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 -x52 -x51 
1789.56/1790.20	v -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 
1789.56/1790.20	v -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 
1789.56/1790.20	c SCIP Status        : solving was interrupted [time limit reached]
1789.56/1790.20	c Solving Time       :    1789.81
1789.56/1790.20	c Original Problem   :
1789.56/1790.20	c   Problem name     : HOME/instance-2703177-1278564882.opb
1789.56/1790.20	c   Variables        : 38000 (38000 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.56/1790.20	c   Constraints      : 38000 initial, 38000 maximal
1789.56/1790.20	c Presolved Problem  :
1789.56/1790.20	c   Problem name     : t_HOME/instance-2703177-1278564882.opb
1789.56/1790.20	c   Variables        : 38000 (38000 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.56/1790.20	c   Constraints      : 38000 initial, 41208 maximal
1789.56/1790.20	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.56/1790.20	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1789.56/1790.20	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1789.56/1790.20	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.56/1790.20	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.56/1790.20	c   implics          :       0.01          0          0          0          0          0          0          0          0
1789.56/1790.20	c   probing          :       1.61          0          0          0          0          0          0          0          0
1789.56/1790.20	c   and              :       6.41          0          0          0          0          0          0          0          0
1789.56/1790.20	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1789.56/1790.20	c   root node        :          -          0          -          -          0          -          -          -          -
1789.56/1790.20	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.56/1790.20	c   integral         :          0          0          0        288          0          0          0          0          0        576
1789.56/1790.20	c   and              :      37500       1441      17990          0          0         27      27875    1075492          0          0
1789.56/1790.20	c   logicor          :        500+         6       9836          0          0        991          0          0          0          0
1789.56/1790.20	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.56/1790.20	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.56/1790.20	c   integral         :     376.14       0.00       0.00     376.14       0.00
1789.56/1790.20	c   and              :     274.03      79.02     195.01       0.00       0.00
1789.56/1790.20	c   logicor          :       3.16       0.00       3.16       0.00       0.00
1789.56/1790.20	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.56/1790.20	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.56/1790.20	c   vbounds          :       0.02          2          0          0
1789.56/1790.20	c   rootredcost      :       0.03          2          0          0
1789.56/1790.20	c   pseudoobj        :       8.29      18007        215          0
1789.56/1790.20	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.56/1790.20	c   propagation      :       1.07       1233       1233       5903       34.0          0        0.0          -
1789.56/1790.20	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.56/1790.20	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.56/1790.20	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.56/1790.20	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.56/1790.20	c   applied globally :          -          -          -       5891       34.0          -          -          -
1789.56/1790.20	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.56/1790.20	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.56/1790.20	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 6004)
1789.56/1790.20	c   redcost          :       6.71       1441          0          0          0          0
1789.56/1790.20	c   impliedbounds    :       0.18          6          0          0       6000          0
1789.56/1790.20	c   intobj           :       0.00          0          0          0          0          0
1789.56/1790.20	c   cgmip            :       0.00          0          0          0          0          0
1789.56/1790.20	c   gomory           :       7.58          6          0          0       3000          0
1789.56/1790.20	c   strongcg         :       7.56          6          0          0       3000          0
1789.56/1790.20	c   cmir             :      60.42          6          0          0       3000          0
1789.56/1790.20	c   flowcover        :      28.31          6          0          0          0          0
1789.56/1790.20	c   clique           :      15.10          6          0          0          4          0
1789.56/1790.20	c   zerohalf         :       0.00          0          0          0          0          0
1789.56/1790.20	c   mcf              :       0.14          1          0          0          0          0
1789.56/1790.20	c   rapidlearning    :       0.00          0          0          0          0          0
1789.56/1790.20	c Pricers            :       Time      Calls       Vars
1789.56/1790.20	c   problem variables:       0.00          0          0
1789.56/1790.20	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.56/1790.20	c   relpscost        :     376.14        288          0          0          0          0        576
1789.56/1790.20	c   pscost           :       0.00          0          0          0          0          0          0
1789.56/1790.20	c   inference        :       0.00          0          0          0          0          0          0
1789.56/1790.20	c   mostinf          :       0.00          0          0          0          0          0          0
1789.56/1790.20	c   leastinf         :       0.00          0          0          0          0          0          0
1789.56/1790.20	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.56/1790.20	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.56/1790.20	c   random           :       0.00          0          0          0          0          0          0
1789.56/1790.20	c Primal Heuristics  :       Time      Calls      Found
1789.56/1790.20	c   LP solutions     :       0.00          -          0
1789.56/1790.20	c   pseudo solutions :       0.00          -          0
1789.56/1790.20	c   oneopt           :       0.22          4          0
1789.56/1790.20	c   trivial          :       0.14          2          0
1789.56/1790.20	c   simplerounding   :       0.01          0          0
1789.56/1790.20	c   zirounding       :       1.13        288          0
1789.56/1790.20	c   rounding         :       1.41        548          0
1789.56/1790.20	c   shifting         :      13.79        283          3
1789.56/1790.20	c   intshifting      :       0.00          0          0
1789.56/1790.20	c   twoopt           :       0.00          0          0
1789.56/1790.20	c   fixandinfer      :       0.00          0          0
1789.56/1790.20	c   feaspump         :       0.00          0          0
1789.56/1790.20	c   coefdiving       :     141.19          8          0
1789.56/1790.20	c   pscostdiving     :     113.82          8          0
1789.56/1790.20	c   fracdiving       :      93.04          6          0
1789.56/1790.20	c   veclendiving     :      73.21          5          0
1789.56/1790.20	c   intdiving        :       0.00          0          0
1789.56/1790.20	c   actconsdiving    :       0.00          0          0
1789.56/1790.20	c   objpscostdiving  :      43.82          3          0
1789.56/1790.20	c   rootsoldiving    :       9.05          3          0
1789.56/1790.20	c   linesearchdiving :     117.09          7          1
1789.56/1790.20	c   guideddiving     :     143.18          7          0
1789.56/1790.20	c   octane           :       0.00          0          0
1789.56/1790.20	c   rens             :      13.67          1          0
1789.56/1790.20	c   rins             :       0.00          0          0
1789.56/1790.20	c   localbranching   :       0.00          0          0
1789.56/1790.20	c   mutation         :       0.00          0          0
1789.56/1790.20	c   crossover        :       1.31          1          0
1789.56/1790.20	c   dins             :       0.00          0          0
1789.56/1790.20	c   undercover       :       0.10          1          0
1789.56/1790.20	c   nlp              :       0.00          0          0
1789.56/1790.20	c   trysol           :       0.00          0          0
1789.56/1790.20	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.56/1790.20	c   primal LP        :       3.13          0          0       0.00       0.00
1789.56/1790.20	c   dual LP          :     375.57       1729     266021     153.86     708.31
1789.56/1790.20	c   lex dual LP      :       0.00          0          0       0.00          -
1789.56/1790.20	c   barrier LP       :       0.00          0          0       0.00          -
1789.56/1790.20	c   diving/probing LP:     295.47       8035      73143       9.10     247.55
1789.56/1790.20	c   strong branching :     375.91       4426     121921      27.55     324.34
1789.56/1790.20	c     (at root node) :          -         28       3447     123.11          -
1789.56/1790.20	c   conflict analysis:       0.00          0          0       0.00          -
1789.56/1790.20	c B&B Tree           :
1789.56/1790.20	c   number of runs   :          1
1789.56/1790.20	c   nodes            :        288
1789.56/1790.20	c   nodes (total)    :        288
1789.56/1790.20	c   nodes left       :        289
1789.56/1790.20	c   max depth        :         14
1789.56/1790.20	c   max depth (total):         14
1789.56/1790.20	c   backtracks       :         44 (15.3%)
1789.56/1790.20	c   delayed cutoffs  :          0
1789.56/1790.20	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.56/1790.20	c   avg switch length:       2.42
1789.56/1790.20	c   switching time   :       4.16
1789.56/1790.20	c Solution           :
1789.56/1790.20	c   Solutions found  :          4 (4 improvements)
1789.56/1790.20	c   First Solution   : +3.00000000000000e+01   (in run 1, after 1 nodes, 10.25 seconds, depth 0, found by <shifting>)
1789.56/1790.20	c   Primal Bound     : +2.20000000000000e+01   (in run 1, after 268 nodes, 1715.24 seconds, depth 101, found by <linesearchdiving>)
1789.56/1790.20	c   Dual Bound       : +1.00000000000000e+00
1789.56/1790.20	c   Gap              :    2100.00 %
1789.56/1790.20	c   Root Dual Bound  : +0.00000000000000e+00
1789.56/1790.20	c   Root Iterations  :      10000
1790.06/1790.72	c Time complete: 1790.08.

Verifier Data

OK	22

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2703177-1278564882/watcher-2703177-1278564882 -o /tmp/evaluation-result-2703177-1278564882/solver-2703177-1278564882 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703177-1278564882.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.98 3/106 1341
/proc/meminfo: memFree=1660660/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=5824 CPUtime=0
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 802 0 0 0 0 0 0 0 18 0 1 0 24695425 5963776 716 1992294400 4194304 8395647 140735653840320 18446744073709551615 7355228 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1341/statm: 1456 722 343 1026 0 426 0

[startup+0.0458859 s]
/proc/loadavg: 1.00 1.00 0.98 3/106 1341
/proc/meminfo: memFree=1660660/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=16764 CPUtime=0.03
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 3406 0 0 0 3 0 0 0 20 0 1 0 24695425 17166336 3317 1992294400 4194304 8395647 140735653840320 18446744073709551615 7385696 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1341/statm: 4191 3317 394 1026 0 3161 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16764

[startup+0.101895 s]
/proc/loadavg: 1.00 1.00 0.98 3/106 1341
/proc/meminfo: memFree=1660660/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=24184 CPUtime=0.09
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 5285 0 0 0 8 1 0 0 20 0 1 0 24695425 24764416 5196 1992294400 4194304 8395647 140735653840320 18446744073709551615 6349190 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1341/statm: 6046 5196 394 1026 0 5016 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24184

[startup+0.300932 s]
/proc/loadavg: 1.00 1.00 0.98 3/106 1341
/proc/meminfo: memFree=1660660/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=49940 CPUtime=0.29
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 11771 0 0 0 25 4 0 0 20 0 1 0 24695425 51138560 11682 1992294400 4194304 8395647 140735653840320 18446744073709551615 7324690 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1341/statm: 12485 11682 394 1026 0 11455 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49940

[startup+0.701005 s]
/proc/loadavg: 1.00 1.00 0.98 3/106 1341
/proc/meminfo: memFree=1660660/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=109496 CPUtime=0.69
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 26360 0 0 0 60 9 0 0 20 0 1 0 24695425 112123904 25843 1992294400 4194304 8395647 140735653840320 18446744073709551615 7385719 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 27374 25856 441 1026 0 26344 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 109496

[startup+1.50115 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1342
/proc/meminfo: memFree=1545332/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=146352 CPUtime=1.49
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 35223 0 0 0 138 11 0 0 22 0 1 0 24695425 149864448 34706 1992294400 4194304 8395647 140735653840320 18446744073709551615 6345797 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 36588 34706 454 1026 0 35558 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 146352

[startup+3.10144 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1342
/proc/meminfo: memFree=1498336/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=209540 CPUtime=3.09
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 51020 0 0 0 293 16 0 0 25 0 1 0 24695425 214568960 50503 1992294400 4194304 8395647 140735653840320 18446744073709551615 4684118 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 52385 50503 454 1026 0 51355 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 209540

[startup+6.30102 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1342
/proc/meminfo: memFree=1378924/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=321196 CPUtime=6.28
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 78934 0 0 0 604 24 0 0 25 0 1 0 24695425 328904704 78417 1992294400 4194304 8395647 140735653840320 18446744073709551615 4247618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 80299 78417 454 1026 0 79269 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 321196

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1342
/proc/meminfo: memFree=1204952/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=473664 CPUtime=12.69
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 125017 0 0 0 1228 41 0 0 25 0 1 0 24695425 485031936 113913 1992294400 4194304 8395647 140735653840320 18446744073709551615 7385678 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 118416 113913 581 1026 0 117386 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 473664

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1342
/proc/meminfo: memFree=1204580/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=475772 CPUtime=25.48
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 125273 0 0 0 2507 41 0 0 25 0 1 0 24695425 487190528 114169 1992294400 4194304 8395647 140735653840320 18446744073709551615 5849644 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 118943 114169 585 1026 0 117913 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 475772

[startup+51.1002 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1342
/proc/meminfo: memFree=1162792/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=517760 CPUtime=51.06
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 136082 0 0 0 5061 45 0 0 25 0 1 0 24695425 530186240 124615 1992294400 4194304 8395647 140735653840320 18446744073709551615 5827833 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 129440 124615 600 1026 0 128410 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 517760

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1344
/proc/meminfo: memFree=1159940/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=519300 CPUtime=102.25
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 136762 0 0 0 10177 48 0 0 25 0 1 0 24695425 531763200 125295 1992294400 4194304 8395647 140735653840320 18446744073709551615 7382073 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 129825 125295 600 1026 0 128795 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 519300

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1346
/proc/meminfo: memFree=1001096/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=684380 CPUtime=162.22
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 176430 0 0 0 16152 70 0 0 25 0 1 0 24695425 700805120 164963 1992294400 4194304 8395647 140735653840320 18446744073709551615 4287421 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 171095 164963 604 1026 0 170065 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 684380

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1348
/proc/meminfo: memFree=1147416/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=533752 CPUtime=222.2
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 176787 0 0 0 22129 91 0 0 25 0 1 0 24695425 546562048 128363 1992294400 4194304 8395647 140735653840320 18446744073709551615 4827903 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 133438 128363 616 1026 0 132408 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 533752

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1348
/proc/meminfo: memFree=1147416/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=533752 CPUtime=282.18
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 176800 0 0 0 28118 100 0 0 25 0 1 0 24695425 546562048 128376 1992294400 4194304 8395647 140735653840320 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 133438 128376 616 1026 0 132408 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 533752

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1350
/proc/meminfo: memFree=1147416/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=533752 CPUtime=342.16
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 176816 0 0 0 34097 119 0 0 25 0 1 0 24695425 546562048 128392 1992294400 4194304 8395647 140735653840320 18446744073709551615 6574056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 133438 128392 620 1026 0 132408 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 533752

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1361
/proc/meminfo: memFree=1146920/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=533752 CPUtime=402.13
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 176834 0 0 0 40083 130 0 0 25 0 1 0 24695425 546562048 128410 1992294400 4194304 8395647 140735653840320 18446744073709551615 6586884 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 133438 128410 620 1026 0 132408 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 533752

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1363
/proc/meminfo: memFree=1146548/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=534764 CPUtime=462.1
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 177064 0 0 0 46068 142 0 0 25 0 1 0 24695425 547598336 128640 1992294400 4194304 8395647 140735653840320 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 133691 128640 620 1026 0 132661 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 534764

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1365
/proc/meminfo: memFree=1146548/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=534764 CPUtime=522.09
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 177064 0 0 0 52054 155 0 0 25 0 1 0 24695425 547598336 128640 1992294400 4194304 8395647 140735653840320 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 133691 128640 620 1026 0 132661 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 534764

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1365
/proc/meminfo: memFree=1145556/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=536644 CPUtime=582.07
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 177338 0 0 0 58043 164 0 0 25 0 1 0 24695425 549523456 128914 1992294400 4194304 8395647 140735653840320 18446744073709551615 6721614 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 134161 128914 620 1026 0 133131 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 536644

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1368
/proc/meminfo: memFree=1145060/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=536644 CPUtime=642.04
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 177417 0 0 0 64030 174 0 0 25 0 1 0 24695425 549523456 128993 1992294400 4194304 8395647 140735653840320 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 134161 128993 620 1026 0 133131 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 536644

[startup+702.301 s]

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

/proc/meminfo: memFree=1131916/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=549864 CPUtime=1001.92
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 180636 0 0 0 99940 252 0 0 25 0 1 0 24695425 563060736 132212 1992294400 4194304 8395647 140735653840320 18446744073709551615 6644467 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 137466 132212 620 1026 0 136436 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 549864

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1380
/proc/meminfo: memFree=1131048/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=550884 CPUtime=1061.91
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 180865 0 0 0 105925 266 0 0 25 0 1 0 24695425 564105216 132441 1992294400 4194304 8395647 140735653840320 18446744073709551615 6698405 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 137721 132441 620 1026 0 136691 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 550884

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1382
/proc/meminfo: memFree=1130552/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=551260 CPUtime=1121.88
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 180991 0 0 0 111912 276 0 0 25 0 1 0 24695425 564490240 132567 1992294400 4194304 8395647 140735653840320 18446744073709551615 6698043 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 137815 132567 620 1026 0 136785 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 551260

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1382
/proc/meminfo: memFree=1129312/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=552460 CPUtime=1181.86
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 181271 0 0 0 117898 288 0 0 25 0 1 0 24695425 565719040 132847 1992294400 4194304 8395647 140735653840320 18446744073709551615 6723502 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 138115 132847 620 1026 0 137085 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 552460

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1384
/proc/meminfo: memFree=1129188/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=552460 CPUtime=1241.84
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 181298 0 0 0 123880 304 0 0 25 0 1 0 24695425 565719040 132874 1992294400 4194304 8395647 140735653840320 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 138115 132874 620 1026 0 137085 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 552460

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1386
/proc/meminfo: memFree=1128072/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=553028 CPUtime=1301.82
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 204776 0 0 0 129855 327 0 0 25 0 1 0 24695425 566300672 133224 1992294400 4194304 8395647 140735653840320 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 138257 133224 689 1026 0 137227 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 553028

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1388
/proc/meminfo: memFree=1126584/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=554228 CPUtime=1361.8
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 205122 0 0 0 135838 342 0 0 25 0 1 0 24695425 567529472 133510 1992294400 4194304 8395647 140735653840320 18446744073709551615 6693637 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 138557 133510 629 1026 0 137527 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 554228

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1390
/proc/meminfo: memFree=1126584/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=554228 CPUtime=1421.79
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 205123 0 0 0 141824 355 0 0 25 0 1 0 24695425 567529472 133511 1992294400 4194304 8395647 140735653840320 18446744073709551615 6663845 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 138557 133511 629 1026 0 137527 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 554228

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1390
/proc/meminfo: memFree=1126460/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=554228 CPUtime=1481.76
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 205123 0 0 0 147806 370 0 0 25 0 1 0 24695425 567529472 133511 1992294400 4194304 8395647 140735653840320 18446744073709551615 6119744 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 138557 133511 629 1026 0 137527 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 554228

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.98 3/107 1395
/proc/meminfo: memFree=1125592/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=555696 CPUtime=1541.73
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 205329 0 0 0 153792 381 0 0 25 0 1 0 24695425 569032704 133717 1992294400 4194304 8395647 140735653840320 18446744073709551615 6697790 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 138924 133717 629 1026 0 137894 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 555696

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1397
/proc/meminfo: memFree=1125468/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=555696 CPUtime=1601.72
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 205371 0 0 0 159778 394 0 0 25 0 1 0 24695425 569032704 133759 1992294400 4194304 8395647 140735653840320 18446744073709551615 6586884 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 138924 133759 629 1026 0 137894 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 555696

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1399
/proc/meminfo: memFree=1125344/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=556032 CPUtime=1661.7
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 205382 0 0 0 165760 410 0 0 25 0 1 0 24695425 569376768 133770 1992294400 4194304 8395647 140735653840320 18446744073709551615 6696677 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 139008 133770 629 1026 0 137978 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 556032

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1401
/proc/meminfo: memFree=1125344/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=556032 CPUtime=1721.67
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 205382 0 0 0 171746 421 0 0 25 0 1 0 24695425 569376768 133770 1992294400 4194304 8395647 140735653840320 18446744073709551615 4823068 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 139008 133770 629 1026 0 137978 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 556032

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1401
/proc/meminfo: memFree=1124476/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=556344 CPUtime=1781.66
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 205578 0 0 0 177731 435 0 0 25 0 1 0 24695425 569696256 133966 1992294400 4194304 8395647 140735653840320 18446744073709551615 6585983 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 139086 133966 629 1026 0 138056 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 556344

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1401
/proc/meminfo: memFree=1124476/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=556344 CPUtime=1784.86
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 205578 0 0 0 178050 436 0 0 25 0 1 0 24695425 569696256 133966 1992294400 4194304 8395647 140735653840320 18446744073709551615 6471904 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 139086 133966 629 1026 0 138056 0
Current children cumulated CPU time (s) 1784.86
Current children cumulated vsize (KiB) 556344

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1401
/proc/meminfo: memFree=1123856/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=556720 CPUtime=1788.06
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 205750 0 0 0 178368 438 0 0 25 0 1 0 24695425 570081280 134138 1992294400 4194304 8395647 140735653840320 18446744073709551615 6693648 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 139180 134138 629 1026 0 138150 0
Current children cumulated CPU time (s) 1788.06
Current children cumulated vsize (KiB) 556720

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1401
/proc/meminfo: memFree=1123856/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=556720 CPUtime=1788.86
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 205770 0 0 0 178448 438 0 0 25 0 1 0 24695425 570081280 134158 1992294400 4194304 8395647 140735653840320 18446744073709551615 6586940 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1341/statm: 139180 134158 629 1026 0 138150 0
Current children cumulated CPU time (s) 1788.86
Current children cumulated vsize (KiB) 556720

[startup+1790.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1401
/proc/meminfo: memFree=1123732/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=556720 CPUtime=1789.65
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 205773 0 0 0 178527 438 0 0 25 0 1 0 24695425 570081280 134161 1992294400 4194304 8395647 140735653840320 18446744073709551615 6150524 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1341/statm: 139180 134161 631 1026 0 138150 0
Current children cumulated CPU time (s) 1789.65
Current children cumulated vsize (KiB) 556720

[startup+1790.7 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1401
/proc/meminfo: memFree=1387356/2059040 swapFree=4164940/4192956
[pid=1341] ppid=1339 vsize=398360 CPUtime=1790.06
/proc/1341/stat : 1341 (pbscip.linux.x8) R 1339 1341 1013 0 -1 4202496 205773 0 0 0 178565 441 0 0 25 0 1 0 24695425 407920640 58994 1992294400 4194304 8395647 140735653840320 18446744073709551615 7602442 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1341/statm: 99590 58994 631 1026 0 98560 0
Current children cumulated CPU time (s) 1790.06
Current children cumulated vsize (KiB) 398360

Child status: 0
Real time (s): 1790.73
CPU time (s): 1790.09
CPU user time (s): 1785.65
CPU system time (s): 4.44132
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 685672

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

runsolver used 3.00154 second user time and 8.42372 second system time

The end

Launcher Data

Begin job on node045 at 2010-07-08 06:54:42
IDJOB=2703177
IDBENCH=48121
IDSOLVER=1213
FILE ID=node045/2703177-1278564882
PBS_JOBID= 11239558
Free space on /tmp= 62532 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_60_5.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2703177-1278564882/watcher-2703177-1278564882 -o /tmp/evaluation-result-2703177-1278564882/solver-2703177-1278564882 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703177-1278564882.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e079962149860142627e0ca6e79ba5d1
RANDOM SEED=1158614585

node045.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1661064 kB
Buffers:         80788 kB
Cached:         206804 kB
SwapCached:       1476 kB
Active:         157680 kB
Inactive:       163344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1661064 kB
SwapTotal:     4192956 kB
SwapFree:      4164940 kB
Dirty:           10904 kB
Writeback:           0 kB
AnonPages:       31956 kB
Mapped:          13432 kB
Slab:            55076 kB
PageTables:       4160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180548 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62520 MiB
End job on node045 at 2010-07-08 07:24:33