Trace number 2666591

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.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT (TO)23 1801.7 1802.15

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_4.opb
MD5SUMefe239846afd4f2627c83cec32ebc27d
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 benchmark1798.12
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 constraint107
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)37458
Sum of products size (including duplicates)74916
Number of different products37458
Sum of products size74916

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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
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-2666591-1276651055.opb>
0.39/0.42	c original problem has 37958 variables (37958 bin, 0 int, 0 impl, 0 cont) and 37958 constraints
0.39/0.42	c problem read
0.39/0.43	c presolving settings loaded
0.79/0.87	c presolving:
6.49/6.56	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 5774346 impls, 0 clqs
9.09/9.12	c    (8.2s) probing: 101/37958 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
9.09/9.12	c    (8.2s) probing aborted: 100/100 successive totally useless probings
9.09/9.13	c presolving (2 rounds):
9.09/9.13	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
9.09/9.13	c  5774346 implications, 0 cliques
9.09/9.13	c presolved problem has 37958 variables (37958 bin, 0 int, 0 impl, 0 cont) and 37958 constraints
9.09/9.13	c   37458 constraints of type <and>
9.09/9.13	c     500 constraints of type <logicor>
9.09/9.13	c transformed objective value is always integral (scale: 1)
9.09/9.13	c Presolving Time: 8.06
9.09/9.13	c - non default parameters ----------------------------------------------------------------------
9.09/9.13	c # SCIP version 1.2.1.2
9.09/9.13	c 
9.09/9.13	c # frequency for displaying node information lines
9.09/9.13	c # [type: int, range: [-1,2147483647], default: 100]
9.09/9.13	c display/freq = 10000
9.09/9.13	c 
9.09/9.13	c # maximal time in seconds to run
9.09/9.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.09/9.13	c limits/time = 1799.59
9.09/9.13	c 
9.09/9.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.09/9.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.09/9.13	c limits/memory = 1620
9.09/9.13	c 
9.09/9.13	c # should presolving try to simplify inequalities
9.09/9.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.09/9.13	c constraints/linear/simplifyinequalities = TRUE
9.09/9.13	c 
9.09/9.13	c # should presolving try to simplify knapsacks
9.09/9.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.09/9.13	c constraints/knapsack/simplifyinequalities = TRUE
9.09/9.13	c 
9.09/9.13	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
9.09/9.13	c # [type: int, range: [-1,2147483647], default: -1]
9.09/9.13	c heuristics/undercover/freq = 0
9.09/9.13	c 
9.09/9.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
9.09/9.13	c # [type: int, range: [-1,2147483647], default: -1]
9.09/9.13	c separating/rapidlearning/freq = 0
9.09/9.13	c 
9.09/9.13	c -----------------------------------------------------------------------------------------------
9.09/9.13	c start solving
9.09/9.17	c 
10.49/10.57	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.57	c   9.5s|     1 |     0 |  1000 |     - | 313M|   0 |1000 |  37k|  37k|  37k|  75k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
66.97/67.03	c  63.1s|     1 |     0 | 12221 |     - | 314M|   0 |1000 |  37k|  37k|  37k|  76k|1002 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
86.36/86.49	c  82.0s|     1 |     0 | 13721 |     - | 314M|   0 |1000 |  37k|  37k|  37k|  77k|2006 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
107.25/107.33	c   102s|     1 |     0 | 15221 |     - | 315M|   0 |1000 |  37k|  37k|  37k|  78k|3010 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
107.45/107.51	o 27
107.45/107.51	c s 102s|     1 |     0 | 15221 |     - | 315M|   0 |1000 |  37k|  37k|  37k|  78k|3010 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
127.15/127.24	c   121s|     1 |     0 | 16721 |     - | 316M|   0 |1000 |  37k|  37k|  37k|  79k|4016 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
127.35/127.48	o 25
127.35/127.48	c s 122s|     1 |     0 | 16721 |     - | 316M|   0 |1000 |  37k|  37k|  37k|  79k|4016 |   0 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
147.85/147.94	c   142s|     1 |     0 | 18223 |     - | 316M|   0 |1000 |  37k|  37k|  37k|  80k|5018 |   0 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
148.05/148.12	o 23
148.05/148.12	c s 142s|     1 |     0 | 18223 |     - | 317M|   0 |1000 |  37k|  37k|  37k|  80k|5018 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
169.04/169.12	c   162s|     1 |     0 | 19726 |     - | 317M|   0 |1000 |  37k|  37k|  37k|  81k|6021 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
200.03/200.19	c   193s|     1 |     2 | 19726 |     - | 317M|   0 |1000 |  37k|  37k|  37k|  81k|6021 |   0 |  25 | 0.000000e+00 | 2.300000e+01 |    Inf 
1800.04/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1801.04/1801.51	c 
1801.04/1801.51	c SCIP Status        : solving was interrupted [user interrupt]
1801.04/1801.51	c Solving Time (sec) : 1767.63
1801.04/1801.51	c Solving Nodes      : 245
1801.04/1801.51	c Primal Bound       : +2.30000000000000e+01 (3 solutions)
1801.04/1801.51	c Dual Bound         : +1.00000000000000e+00
1801.04/1801.51	c Gap                : 2200.00 %
1801.04/1801.59	s SATISFIABLE
1801.04/1801.59	v -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1801.04/1801.59	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 
1801.04/1801.59	v -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 
1801.04/1801.59	v -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 
1801.04/1801.59	v -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 
1801.04/1801.59	v -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 
1801.04/1801.59	v -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 
1801.04/1801.59	v -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 
1801.04/1801.59	v -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 
1801.04/1801.59	v -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 
1801.04/1801.59	v -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 
1801.04/1801.59	v -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 
1801.04/1801.59	v -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 
1801.04/1801.59	v -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 
1801.04/1801.59	v -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 
1801.04/1801.59	v -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 
1801.04/1801.59	v -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 
1801.04/1801.59	v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
1801.04/1801.59	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1801.04/1801.59	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 
1801.04/1801.59	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1801.04/1801.59	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 
1801.04/1801.59	v -x29 x28 -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 
1801.04/1801.59	c SCIP Status        : solving was interrupted [user interrupt]
1801.04/1801.59	c Solving Time       :    1767.63
1801.04/1801.59	c Original Problem   :
1801.04/1801.59	c   Problem name     : HOME/instance-2666591-1276651055.opb
1801.04/1801.59	c   Variables        : 37958 (37958 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.04/1801.59	c   Constraints      : 37958 initial, 37958 maximal
1801.04/1801.59	c Presolved Problem  :
1801.04/1801.59	c   Problem name     : t_HOME/instance-2666591-1276651055.opb
1801.04/1801.59	c   Variables        : 37958 (37958 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.04/1801.59	c   Constraints      : 37958 initial, 43199 maximal
1801.04/1801.59	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1801.04/1801.59	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1801.04/1801.59	c   dualfix          :       0.02          0          0          0          0          0          0          0          0
1801.04/1801.59	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1801.04/1801.59	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1801.04/1801.59	c   implics          :       0.02          0          0          0          0          0          0          0          0
1801.04/1801.59	c   probing          :       1.62          0          0          0          0          0          0          0          0
1801.04/1801.59	c   and              :       6.05          0          0          0          0          0          0          0          0
1801.04/1801.59	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1801.04/1801.59	c   root node        :          -          0          -          -          0          -          -          -          -
1801.04/1801.59	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1801.04/1801.59	c   integral         :          0          0          0        245          0          0          0          0          0        490
1801.04/1801.59	c   and              :      37458       1226      22007          0          0         20      23669    1073827          0          0
1801.04/1801.59	c   logicor          :        500+         6      13630          0          0       1473          0          0          0          0
1801.04/1801.59	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1801.04/1801.59	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1801.04/1801.59	c   integral         :     299.99       0.00       0.00     299.99       0.00
1801.04/1801.59	c   and              :     316.55      62.98     253.57       0.00       0.00
1801.04/1801.59	c   logicor          :       4.84       0.00       4.84       0.00       0.00
1801.04/1801.59	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1801.04/1801.59	c Propagators        :       Time      Calls    Cutoffs    DomReds
1801.04/1801.59	c   vbounds          :       0.03          2          0          0
1801.04/1801.59	c   rootredcost      :       0.02          1          0          0
1801.04/1801.59	c   pseudoobj        :      11.95      22129        321          0
1801.04/1801.59	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1801.04/1801.59	c   propagation      :       1.44       1814       1814       8943       41.5          0        0.0          -
1801.04/1801.59	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1801.04/1801.59	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1801.04/1801.59	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1801.04/1801.59	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1801.04/1801.59	c   applied globally :          -          -          -       8891       41.4          -          -          -
1801.04/1801.59	c   applied locally  :          -          -          -          0        0.0          -          -          -
1801.04/1801.59	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1801.04/1801.59	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 6021)
1801.04/1801.59	c   redcost          :       5.58       1226          0          0          0          0
1801.04/1801.59	c   impliedbounds    :       0.17          6          0          0       6000          0
1801.04/1801.59	c   intobj           :       0.00          0          0          0          0          0
1801.04/1801.59	c   cgmip            :       0.00          0          0          0          0          0
1801.04/1801.59	c   gomory           :       6.75          6          0          0       3000          0
1801.04/1801.59	c   strongcg         :       6.70          6          0          0       3000          0
1801.04/1801.59	c   cmir             :      60.77          6          0          0       3000          0
1801.04/1801.59	c   flowcover        :      21.55          6          0          0          0          0
1801.04/1801.59	c   clique           :      15.45          6          0          0         21          0
1801.04/1801.59	c   zerohalf         :       0.00          0          0          0          0          0
1801.04/1801.59	c   mcf              :       0.14          1          0          0          0          0
1801.04/1801.59	c   rapidlearning    :       0.00          0          0          0          0          0
1801.04/1801.59	c Pricers            :       Time      Calls       Vars
1801.04/1801.59	c   problem variables:       0.00          0          0
1801.04/1801.59	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1801.04/1801.59	c   relpscost        :     299.99        245          0          0          0          0        490
1801.04/1801.59	c   pscost           :       0.00          0          0          0          0          0          0
1801.04/1801.59	c   inference        :       0.00          0          0          0          0          0          0
1801.04/1801.59	c   mostinf          :       0.00          0          0          0          0          0          0
1801.04/1801.59	c   leastinf         :       0.00          0          0          0          0          0          0
1801.04/1801.59	c   fullstrong       :       0.00          0          0          0          0          0          0
1801.04/1801.59	c   allfullstrong    :       0.00          0          0          0          0          0          0
1801.04/1801.59	c   random           :       0.00          0          0          0          0          0          0
1801.04/1801.59	c Primal Heuristics  :       Time      Calls      Found
1801.04/1801.59	c   LP solutions     :       0.00          -          0
1801.04/1801.59	c   pseudo solutions :       0.00          -          0
1801.04/1801.59	c   oneopt           :       0.10          2          0
1801.04/1801.59	c   fracdiving       :     126.29          6          0
1801.04/1801.59	c   coefdiving       :     139.85          7          0
1801.04/1801.59	c   pscostdiving     :     136.34          7          0
1801.04/1801.59	c   trivial          :       0.14          2          0
1801.04/1801.59	c   simplerounding   :       0.01          0          0
1801.04/1801.59	c   zirounding       :       0.93        245          0
1801.04/1801.59	c   rounding         :       1.35        500          0
1801.04/1801.59	c   shifting         :      11.16        223          3
1801.04/1801.59	c   intshifting      :       0.00          0          0
1801.04/1801.59	c   twoopt           :       0.00          0          0
1801.04/1801.59	c   fixandinfer      :       0.00          0          0
1801.04/1801.59	c   feaspump         :      20.61          1          0
1801.04/1801.59	c   veclendiving     :      75.98          5          0
1801.04/1801.59	c   intdiving        :       0.00          0          0
1801.04/1801.59	c   actconsdiving    :       0.00          0          0
1801.04/1801.59	c   objpscostdiving  :      48.78          1          0
1801.04/1801.59	c   rootsoldiving    :      14.75          2          0
1801.04/1801.59	c   linesearchdiving :     213.11          5          0
1801.04/1801.59	c   guideddiving     :     104.63          6          0
1801.04/1801.59	c   octane           :       0.00          0          0
1801.04/1801.59	c   rens             :      14.45          1          0
1801.04/1801.59	c   rins             :       0.00          0          0
1801.04/1801.59	c   localbranching   :       0.00          0          0
1801.04/1801.59	c   mutation         :       0.00          0          0
1801.04/1801.59	c   crossover        :       0.82          1          0
1801.04/1801.59	c   dins             :       0.00          0          0
1801.04/1801.59	c   undercover       :       0.06          1          0
1801.04/1801.59	c   nlp              :       0.00          0          0
1801.04/1801.59	c   trysol           :       0.00          0          0
1801.04/1801.59	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1801.04/1801.59	c   primal LP        :       2.63          0          0       0.00       0.00
1801.04/1801.59	c   dual LP          :     317.61       1471     229370     155.93     722.17
1801.04/1801.59	c   lex dual LP      :       0.00          0          0       0.00          -
1801.04/1801.59	c   barrier LP       :       0.00          0          0       0.00          -
1801.04/1801.59	c   diving/probing LP:     341.34       8019      86614      10.80     253.75
1801.04/1801.59	c   strong branching :     299.76       3583      91266      25.47     304.46
1801.04/1801.59	c     (at root node) :          -         25       3010     120.40          -
1801.04/1801.59	c   conflict analysis:       0.00          0          0       0.00          -
1801.04/1801.59	c B&B Tree           :
1801.04/1801.59	c   number of runs   :          1
1801.04/1801.59	c   nodes            :        245
1801.04/1801.59	c   nodes (total)    :        245
1801.04/1801.59	c   nodes left       :        246
1801.04/1801.59	c   max depth        :         15
1801.04/1801.59	c   max depth (total):         15
1801.04/1801.59	c   backtracks       :         39 (15.9%)
1801.04/1801.59	c   delayed cutoffs  :          0
1801.04/1801.59	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1801.04/1801.59	c   avg switch length:       2.60
1801.04/1801.59	c   switching time   :       3.56
1801.04/1801.59	c Solution           :
1801.04/1801.59	c   Solutions found  :          3 (3 improvements)
1801.04/1801.59	c   First Solution   : +2.70000000000000e+01   (in run 1, after 1 nodes, 102.19 seconds, depth 0, found by <shifting>)
1801.04/1801.59	c   Primal Bound     : +2.30000000000000e+01   (in run 1, after 1 nodes, 141.55 seconds, depth 0, found by <shifting>)
1801.04/1801.59	c   Dual Bound       : +1.00000000000000e+00
1801.04/1801.59	c   Gap              :    2200.00 %
1801.04/1801.59	c   Root Dual Bound  : +0.00000000000000e+00
1801.04/1801.59	c   Root Iterations  :      19726
1801.64/1802.14	c Time complete: 1801.69.

Verifier Data

OK	23

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666591-1276651055/watcher-2666591-1276651055 -o /tmp/evaluation-result-2666591-1276651055/solver-2666591-1276651055 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666591-1276651055.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.03 1.01 1.00 3/106 12485
/proc/meminfo: memFree=1837960/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=4792 CPUtime=0
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 555 0 0 0 0 0 0 0 19 0 1 0 6397090 4907008 477 1992294400 4194304 8223781 140735655844096 18446744073709551615 7256940 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12485/statm: 1198 478 302 984 0 211 0

[startup+0.10231 s]
/proc/loadavg: 1.03 1.01 1.00 3/106 12485
/proc/meminfo: memFree=1837960/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=18972 CPUtime=0.09
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 4007 0 0 0 8 1 0 0 19 0 1 0 6397090 19427328 3927 1992294400 4194304 8223781 140735655844096 18446744073709551615 7189716 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12485/statm: 4743 3927 366 984 0 3756 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18972

[startup+0.201319 s]
/proc/loadavg: 1.03 1.01 1.00 3/106 12485
/proc/meminfo: memFree=1837960/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=29828 CPUtime=0.19
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 6709 0 0 0 17 2 0 0 20 0 1 0 6397090 30543872 6630 1992294400 4194304 8223781 140735655844096 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12485/statm: 7457 6639 366 984 0 6470 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 29828

[startup+0.301328 s]
/proc/loadavg: 1.03 1.01 1.00 3/106 12485
/proc/meminfo: memFree=1837960/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=38552 CPUtime=0.29
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 8897 0 0 0 26 3 0 0 20 0 1 0 6397090 39477248 8817 1992294400 4194304 8223781 140735655844096 18446744073709551615 4680118 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12485/statm: 9638 8817 366 984 0 8651 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38552

[startup+0.701363 s]
/proc/loadavg: 1.03 1.01 1.00 3/106 12485
/proc/meminfo: memFree=1837960/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=101256 CPUtime=0.68
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 24919 0 0 0 60 8 0 0 20 0 1 0 6397090 103686144 24401 1992294400 4194304 8223781 140735655844096 18446744073709551615 4241169 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 25314 24401 403 984 0 24327 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 101256

[startup+1.50143 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 12486
/proc/meminfo: memFree=1726352/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=139272 CPUtime=1.49
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 33465 0 0 0 136 13 0 0 22 0 1 0 6397090 142614528 32947 1992294400 4194304 8223781 140735655844096 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 34818 32947 427 984 0 33831 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 139272

[startup+3.10057 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 12486
/proc/meminfo: memFree=1677620/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=204960 CPUtime=3.09
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 49865 0 0 0 290 19 0 0 25 0 1 0 6397090 209879040 49347 1992294400 4194304 8223781 140735655844096 18446744073709551615 5969733 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 51240 49347 427 984 0 50253 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 204960

[startup+6.30086 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 12486
/proc/meminfo: memFree=1549652/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=325656 CPUtime=6.29
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 80962 0 0 0 599 30 0 0 25 0 1 0 6397090 333471744 79453 1992294400 4194304 8223781 140735655844096 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 81414 79453 427 984 0 80427 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 325656

[startup+12.7004 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 12486
/proc/meminfo: memFree=1387212/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=472608 CPUtime=12.68
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 123903 0 0 0 1202 66 0 0 25 0 1 0 6397090 483950592 112899 1992294400 4194304 8223781 140735655844096 18446744073709551615 6504757 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 118152 112899 546 984 0 117165 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 472608

[startup+25.5015 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 12486
/proc/meminfo: memFree=1384980/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=482340 CPUtime=25.48
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 135915 0 0 0 2471 77 0 0 25 0 1 0 6397090 493916160 113374 1992294400 4194304 8223781 140735655844096 18446744073709551615 6569569 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 120585 113374 541 984 0 119598 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 482340

[startup+51.1018 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 12486
/proc/meminfo: memFree=1383616/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=478540 CPUtime=51.07
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 298429 0 0 0 4916 191 0 0 25 0 1 0 6397090 490024960 113790 1992294400 4194304 8223781 140735655844096 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 119635 113790 564 984 0 118648 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 478540

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12488
/proc/meminfo: memFree=1358196/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=509932 CPUtime=102.26
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 614322 0 0 0 9754 472 0 0 25 0 1 0 6397090 522170368 119941 1992294400 4194304 8223781 140735655844096 18446744073709551615 5743109 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 127483 119941 577 984 0 126496 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 509932

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12490
/proc/meminfo: memFree=1350880/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=520480 CPUtime=162.24
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 1095215 0 0 0 15563 661 0 0 25 0 1 0 6397090 532971520 121743 1992294400 4194304 8223781 140735655844096 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 130120 121743 583 984 0 129133 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 520480

[startup+222.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12492
/proc/meminfo: memFree=1346168/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=522240 CPUtime=222.24
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 1355618 0 0 0 21441 783 0 0 25 0 1 0 6397090 534773760 122967 1992294400 4194304 8223781 140735655844096 18446744073709551615 4677433 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 130560 122967 582 984 0 129573 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 522240

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12492
/proc/meminfo: memFree=1341084/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=527040 CPUtime=282.21
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 1601578 0 0 0 27336 885 0 0 25 0 1 0 6397090 539688960 124218 1992294400 4194304 8223781 140735655844096 18446744073709551615 6023799 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 131760 124218 583 984 0 130773 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 527040

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12494
/proc/meminfo: memFree=1338728/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=529716 CPUtime=342.2
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 1858477 0 0 0 33216 1004 0 0 25 0 1 0 6397090 542429184 124837 1992294400 4194304 8223781 140735655844096 18446744073709551615 6563197 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 132429 124837 583 984 0 131442 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 529716

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12496
/proc/meminfo: memFree=1339720/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=529332 CPUtime=402.18
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 2060543 0 0 0 39121 1097 0 0 25 0 1 0 6397090 542035968 124758 1992294400 4194304 8223781 140735655844096 18446744073709551615 6563500 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 132333 124758 583 984 0 131346 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 529332

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12498
/proc/meminfo: memFree=1337488/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=530064 CPUtime=462.17
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 2248308 0 0 0 45036 1181 0 0 25 0 1 0 6397090 542785536 125061 1992294400 4194304 8223781 140735655844096 18446744073709551615 4677433 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 132516 125061 583 984 0 131529 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 530064

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12500
/proc/meminfo: memFree=1335504/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=533488 CPUtime=522.15
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 2506685 0 0 0 50923 1292 0 0 25 0 1 0 6397090 546291712 125647 1992294400 4194304 8223781 140735655844096 18446744073709551615 6003331 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 133372 125647 583 984 0 132385 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 533488

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12500
/proc/meminfo: memFree=1334884/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=534092 CPUtime=582.14
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 2694775 0 0 0 56830 1384 0 0 25 0 1 0 6397090 546910208 125709 1992294400 4194304 8223781 140735655844096 18446744073709551615 6003308 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 133523 125709 583 984 0 132536 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 534092

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12502
/proc/meminfo: memFree=1335008/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=533740 CPUtime=642.12
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 2869783 0 0 0 62747 1465 0 0 25 0 1 0 6397090 546549760 125668 1992294400 4194304 8223781 140735655844096 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 133435 125668 583 984 0 132448 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 533740

[startup+702.302 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12515
/proc/meminfo: memFree=1325336/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=541752 CPUtime=1002.03
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 4266759 0 0 0 98116 2087 0 0 25 0 1 0 6397090 554754048 127901 1992294400 4194304 8223781 140735655844096 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 135438 127901 583 984 0 134451 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 541752

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12517
/proc/meminfo: memFree=1325956/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=542884 CPUtime=1062.02
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 4503204 0 0 0 104006 2196 0 0 25 0 1 0 6397090 555913216 127950 1992294400 4194304 8223781 140735655844096 18446744073709551615 6567951 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 135721 127950 583 984 0 134734 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 542884

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12519
/proc/meminfo: memFree=1324592/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=541300 CPUtime=1122
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 4715225 0 0 0 109907 2293 0 0 25 0 1 0 6397090 554291200 127991 1992294400 4194304 8223781 140735655844096 18446744073709551615 6329816 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 135325 127991 583 984 0 134338 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 541300

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12519
/proc/meminfo: memFree=1321740/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=545912 CPUtime=1181.99
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 4907946 0 0 0 115820 2379 0 0 25 0 1 0 6397090 559013888 128754 1992294400 4194304 8223781 140735655844096 18446744073709551615 4660874 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 136478 128754 583 984 0 135491 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 545912

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12521
/proc/meminfo: memFree=1322608/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=545136 CPUtime=1241.98
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 5096240 0 0 0 121741 2457 0 0 25 0 1 0 6397090 558219264 128548 1992294400 4194304 8223781 140735655844096 18446744073709551615 6089671 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 136284 128548 583 984 0 135297 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 545136

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12523
/proc/meminfo: memFree=1321492/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=546448 CPUtime=1301.96
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 5320840 0 0 0 127640 2556 0 0 25 0 1 0 6397090 559562752 128829 1992294400 4194304 8223781 140735655844096 18446744073709551615 7257368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 136612 128829 583 984 0 135625 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 546448

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12525
/proc/meminfo: memFree=1318640/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=549804 CPUtime=1361.94
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 5435537 0 0 0 133581 2613 0 0 25 0 1 0 6397090 562999296 129526 1992294400 4194304 8223781 140735655844096 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 137451 129526 583 984 0 136464 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 549804

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12527
/proc/meminfo: memFree=1317276/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=550368 CPUtime=1421.94
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 5585081 0 0 0 139513 2681 0 0 25 0 1 0 6397090 563576832 129831 1992294400 4194304 8223781 140735655844096 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 137592 129831 583 984 0 136605 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 550368

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12527
/proc/meminfo: memFree=1315044/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=552244 CPUtime=1481.92
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 5869160 0 0 0 145388 2804 0 0 25 0 1 0 6397090 565497856 130422 1992294400 4194304 8223781 140735655844096 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 138061 130422 583 984 0 137074 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 552244

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12529
/proc/meminfo: memFree=1315540/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=554588 CPUtime=1541.91
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 6094844 0 0 0 151280 2911 0 0 25 0 1 0 6397090 567898112 130465 1992294400 4194304 8223781 140735655844096 18446744073709551615 6539240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 138647 130465 588 984 0 137660 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 554588

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12531
/proc/meminfo: memFree=1313556/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=554628 CPUtime=1601.89
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 6315118 0 0 0 157176 3013 0 0 25 0 1 0 6397090 567939072 130806 1992294400 4194304 8223781 140735655844096 18446744073709551615 6450702 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 138657 130806 588 984 0 137670 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 554628

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12533
/proc/meminfo: memFree=1315168/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=553640 CPUtime=1661.87
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 6525049 0 0 0 163086 3101 0 0 25 0 1 0 6397090 566927360 130466 1992294400 4194304 8223781 140735655844096 18446744073709551615 6599283 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 138410 130466 588 984 0 137423 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 553640

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12535
/proc/meminfo: memFree=1314424/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=554372 CPUtime=1721.85
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 6690948 0 0 0 168998 3187 0 0 25 0 1 0 6397090 567676928 130616 1992294400 4194304 8223781 140735655844096 18446744073709551615 4776069 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 138593 130616 588 984 0 137606 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 554372

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12535
/proc/meminfo: memFree=1316532/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=553892 CPUtime=1781.84
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 6933374 0 0 0 174895 3289 0 0 25 0 1 0 6397090 567185408 130097 1992294400 4194304 8223781 140735655844096 18446744073709551615 6604397 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 138473 130109 588 984 0 137486 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 553892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12537
/proc/meminfo: memFree=1316904/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=551812 CPUtime=1800.04
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 6963023 0 0 0 176701 3303 0 0 25 0 1 0 6397090 565055488 130034 1992294400 4194304 8223781 140735655844096 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 137953 130034 588 984 0 136966 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 551812

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12538
/proc/meminfo: memFree=1316772/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=551488 CPUtime=1801.04
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 6964546 0 0 0 176799 3305 0 0 25 0 1 0 6397090 564723712 130048 1992294400 4194304 8223781 140735655844096 18446744073709551615 6089682 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12485/statm: 137872 130048 588 984 0 136885 0
Current children cumulated CPU time (s) 1801.04
Current children cumulated vsize (KiB) 551488

[startup+1801.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12538
/proc/meminfo: memFree=1345912/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=502668 CPUtime=1801.45
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 6965050 0 0 0 176839 3306 0 0 25 0 1 0 6397090 514732032 118912 1992294400 4194304 8223781 140735655844096 18446744073709551615 4387398 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12485/statm: 125667 118912 590 984 0 124680 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 502668

[startup+1802.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12538
/proc/meminfo: memFree=1345912/2059040 swapFree=4141108/4192956
[pid=12485] ppid=12483 vsize=88284 CPUtime=1801.64
/proc/12485/stat : 12485 (pbscip.linux.x8) R 12483 12485 12069 0 -1 4202496 6965050 0 0 0 176854 3310 0 0 25 0 1 0 6397090 90402816 20505 1992294400 4194304 8223781 140735655844096 18446744073709551615 6207260 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12485/statm: 22071 20505 590 984 0 21084 0
Current children cumulated CPU time (s) 1801.64
Current children cumulated vsize (KiB) 88284

Child status: 0
Real time (s): 1802.15
CPU time (s): 1801.7
CPU user time (s): 1768.59
CPU system time (s): 33.112
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 687000

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

runsolver used 3.09353 second user time and 8.39672 second system time

The end

Launcher Data

Begin job on node050 at 2010-06-16 03:17:35
IDJOB=2666591
IDBENCH=48104
IDSOLVER=1169
FILE ID=node050/2666591-1276651055
PBS_JOBID= 11172451
Free space on /tmp= 62572 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 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_4.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-2666591-1276651055/watcher-2666591-1276651055 -o /tmp/evaluation-result-2666591-1276651055/solver-2666591-1276651055 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666591-1276651055.opb -t 1800 -m 1800

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

MD5SUM BENCH= efe239846afd4f2627c83cec32ebc27d
RANDOM SEED=1023808729

node050.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.215
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.43
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.215
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1838488 kB
Buffers:         28984 kB
Cached:         102008 kB
SwapCached:       6736 kB
Active:         103288 kB
Inactive:        41992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1838488 kB
SwapTotal:     4192956 kB
SwapFree:      4141108 kB
Dirty:            5020 kB
Writeback:           0 kB
AnonPages:       11600 kB
Mapped:          13116 kB
Slab:            53532 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181440 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= 62568 MiB
End job on node050 at 2010-06-16 03:47:37