Trace number 2665193

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)23 1800.99 1801.54

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_2.opb
MD5SUMfd4b450948caa11c29cf407b64203711
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
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 constraint106
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)37488
Sum of products size (including duplicates)74976
Number of different products37488
Sum of products size74976

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: Clp 1.11.1] [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-2665193-1276655460.opb>
0.29/0.30	c original problem has 37988 variables (37988 bin, 0 int, 0 impl, 0 cont) and 37988 constraints
0.29/0.30	c problem read
0.29/0.30	c presolving settings loaded
0.69/0.74	c presolving:
6.59/6.61	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 5764982 impls, 0 clqs
9.19/9.22	c    (8.5s) probing: 101/37988 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
9.19/9.22	c    (8.5s) probing aborted: 100/100 successive totally useless probings
9.19/9.23	c presolving (2 rounds):
9.19/9.23	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
9.19/9.23	c  5764982 implications, 0 cliques
9.19/9.23	c presolved problem has 37988 variables (37988 bin, 0 int, 0 impl, 0 cont) and 37988 constraints
9.19/9.23	c   37488 constraints of type <and>
9.19/9.23	c     500 constraints of type <logicor>
9.19/9.23	c transformed objective value is always integral (scale: 1)
9.19/9.23	c Presolving Time: 8.33
9.19/9.23	c - non default parameters ----------------------------------------------------------------------
9.19/9.23	c # SCIP version 1.2.1.2
9.19/9.23	c 
9.19/9.23	c # frequency for displaying node information lines
9.19/9.23	c # [type: int, range: [-1,2147483647], default: 100]
9.19/9.23	c display/freq = 10000
9.19/9.23	c 
9.19/9.23	c # maximal time in seconds to run
9.19/9.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.19/9.23	c limits/time = 1799.7
9.19/9.23	c 
9.19/9.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.19/9.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.19/9.23	c limits/memory = 1620
9.19/9.23	c 
9.19/9.23	c # should presolving try to simplify inequalities
9.19/9.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.19/9.23	c constraints/linear/simplifyinequalities = TRUE
9.19/9.23	c 
9.19/9.23	c # should presolving try to simplify knapsacks
9.19/9.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.19/9.23	c constraints/knapsack/simplifyinequalities = TRUE
9.19/9.23	c 
9.19/9.23	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
9.19/9.23	c # [type: int, range: [-1,2147483647], default: -1]
9.19/9.23	c heuristics/undercover/freq = 0
9.19/9.23	c 
9.19/9.23	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
9.19/9.23	c # [type: int, range: [-1,2147483647], default: -1]
9.19/9.23	c separating/rapidlearning/freq = 0
9.19/9.23	c 
9.19/9.23	c -----------------------------------------------------------------------------------------------
9.19/9.23	c start solving
9.19/9.27	c 
10.08/10.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.08/10.13	c   9.2s|     1 |     0 |  1000 |     - | 313M|   0 |1000 |  37k|  37k|  37k|  75k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
43.88/43.93	c  40.6s|     1 |     0 |  2501 |     - | 314M|   0 |1000 |  37k|  37k|  37k|  76k|1001 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
59.97/60.05	c  56.6s|     1 |     0 |  4001 |     - | 314M|   0 |1000 |  37k|  37k|  37k|  77k|2003 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
77.16/77.20	c  73.6s|     1 |     0 |  5501 |     - | 315M|   0 |1000 |  37k|  37k|  37k|  78k|3006 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
95.56/95.62	c  91.9s|     1 |     0 |  7001 |     - | 315M|   0 |1000 |  37k|  37k|  37k|  79k|4009 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
95.67/95.79	o 24
95.67/95.79	c s92.1s|     1 |     0 |  7001 |     - | 316M|   0 |1000 |  37k|  37k|  37k|  79k|4009 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
112.06/112.17	c   108s|     1 |     0 |  8502 |     - | 316M|   0 |1000 |  37k|  37k|  37k|  80k|5012 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
129.25/129.35	c   125s|     1 |     0 | 10003 |     - | 317M|   0 |1000 |  37k|  37k|  37k|  81k|6013 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
129.45/129.53	o 23
129.45/129.53	c s 126s|     1 |     0 | 10003 |     - | 317M|   0 |1000 |  37k|  37k|  37k|  81k|6013 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
149.74/149.83	c   144s|     1 |     2 | 10003 |     - | 317M|   0 |1000 |  37k|  37k|  37k|  81k|6013 |   0 |  22 | 0.000000e+00 | 2.300000e+01 |    Inf 
1800.06/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.17/1800.78	c 
1800.17/1800.78	c SCIP Status        : solving was interrupted [user interrupt]
1800.17/1800.78	c Solving Time (sec) : 1705.52
1800.17/1800.78	c Solving Nodes      : 349
1800.17/1800.78	c Primal Bound       : +2.30000000000000e+01 (2 solutions)
1800.17/1800.78	c Dual Bound         : +1.00000000000000e+00
1800.17/1800.78	c Gap                : 2200.00 %
1800.25/1800.86	s SATISFIABLE
1800.25/1800.86	v -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1800.25/1800.86	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 x463 -x462 -x461 -x460 -x459 -x458 
1800.25/1800.86	v -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 
1800.25/1800.86	v -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 
1800.25/1800.86	v -x416 -x415 x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 
1800.25/1800.86	v -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 
1800.25/1800.86	v -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 
1800.25/1800.86	v -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 
1800.25/1800.86	v -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 
1800.25/1800.86	v -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 
1800.25/1800.86	v x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 
1800.25/1800.86	v -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 
1800.25/1800.86	v -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 
1800.25/1800.86	v -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 
1800.25/1800.86	v -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 
1800.25/1800.86	v -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 x169 -x168 -x167 -x166 
1800.25/1800.86	v -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 
1800.25/1800.86	v -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
1800.25/1800.86	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.25/1800.86	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 
1800.25/1800.86	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 
1800.25/1800.86	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 
1800.25/1800.86	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 
1800.25/1800.86	c SCIP Status        : solving was interrupted [user interrupt]
1800.25/1800.86	c Solving Time       :    1705.52
1800.25/1800.86	c Original Problem   :
1800.25/1800.86	c   Problem name     : HOME/instance-2665193-1276655460.opb
1800.25/1800.86	c   Variables        : 37988 (37988 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.25/1800.86	c   Constraints      : 37988 initial, 37988 maximal
1800.25/1800.86	c Presolved Problem  :
1800.25/1800.86	c   Problem name     : t_HOME/instance-2665193-1276655460.opb
1800.25/1800.86	c   Variables        : 37988 (37988 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.25/1800.86	c   Constraints      : 37988 initial, 42238 maximal
1800.25/1800.86	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.25/1800.86	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1800.25/1800.86	c   dualfix          :       0.02          0          0          0          0          0          0          0          0
1800.25/1800.86	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.25/1800.86	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.25/1800.86	c   implics          :       0.02          0          0          0          0          0          0          0          0
1800.25/1800.86	c   probing          :       1.63          0          0          0          0          0          0          0          0
1800.25/1800.86	c   and              :       6.31          0          0          0          0          0          0          0          0
1800.25/1800.86	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1800.25/1800.86	c   root node        :          -          0          -          -          0          -          -          -          -
1800.25/1800.86	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.25/1800.86	c   integral         :          0          0          0        349          0          0          0          0          0        698
1800.25/1800.86	c   and              :      37488       1746      27177          0          0         38      34427    1374519          0          0
1800.25/1800.86	c   logicor          :        500+         6      16093          0          0       1666          0          0          0          0
1800.25/1800.86	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.25/1800.86	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.25/1800.86	c   integral         :     274.16       0.00       0.00     274.16       0.00
1800.25/1800.86	c   and              :     404.77      93.68     311.09       0.00       0.00
1800.25/1800.86	c   logicor          :       5.79       0.00       5.79       0.00       0.00
1800.25/1800.86	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.25/1800.86	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.25/1800.86	c   vbounds          :       0.04          2          0          0
1800.25/1800.86	c   rootredcost      :       0.05          1          0          0
1800.25/1800.86	c   pseudoobj        :      13.31      27329        351          0
1800.25/1800.86	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.25/1800.86	c   propagation      :       1.94       2055       2055       9814       37.5          0        0.0          -
1800.25/1800.86	c   infeasible LP    :       0.02          2          1          1        2.0          0        0.0          0
1800.25/1800.86	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.25/1800.86	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.25/1800.86	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.25/1800.86	c   applied globally :          -          -          -       9712       36.4          -          -          -
1800.25/1800.86	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.25/1800.86	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.25/1800.86	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 6013)
1800.25/1800.86	c   redcost          :       8.89       1746          0          0          0          0
1800.25/1800.86	c   impliedbounds    :       0.17          6          0          0       6000          0
1800.25/1800.86	c   intobj           :       0.00          0          0          0          0          0
1800.25/1800.86	c   cgmip            :       0.00          0          0          0          0          0
1800.25/1800.86	c   gomory           :       2.28          6          0          0       3000          0
1800.25/1800.86	c   strongcg         :       2.25          6          0          0       3000          0
1800.25/1800.86	c   cmir             :      61.64          6          0          0       3000          0
1800.25/1800.86	c   flowcover        :      21.46          6          0          0          0          0
1800.25/1800.86	c   clique           :      15.65          6          0          0         13          0
1800.25/1800.86	c   zerohalf         :       0.00          0          0          0          0          0
1800.25/1800.86	c   mcf              :       0.14          1          0          0          0          0
1800.25/1800.86	c   rapidlearning    :       0.00          0          0          0          0          0
1800.25/1800.86	c Pricers            :       Time      Calls       Vars
1800.25/1800.86	c   problem variables:       0.00          0          0
1800.25/1800.86	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.25/1800.86	c   relpscost        :     274.16        349          0          0          0          0        698
1800.25/1800.86	c   pscost           :       0.00          0          0          0          0          0          0
1800.25/1800.86	c   inference        :       0.00          0          0          0          0          0          0
1800.25/1800.86	c   mostinf          :       0.00          0          0          0          0          0          0
1800.25/1800.86	c   leastinf         :       0.00          0          0          0          0          0          0
1800.25/1800.86	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.25/1800.86	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.25/1800.86	c   random           :       0.00          0          0          0          0          0          0
1800.25/1800.86	c Primal Heuristics  :       Time      Calls      Found
1800.25/1800.86	c   LP solutions     :       0.00          -          0
1800.25/1800.86	c   pseudo solutions :       0.00          -          0
1800.25/1800.86	c   crossover        :       0.00          0          0
1800.25/1800.86	c   oneopt           :       0.12          2          0
1800.25/1800.86	c   fracdiving       :     135.65          9          0
1800.25/1800.86	c   coefdiving       :     157.52         10          0
1800.25/1800.86	c   pscostdiving     :     181.87         10          0
1800.25/1800.86	c   trivial          :       0.13          2          0
1800.25/1800.86	c   simplerounding   :       0.01          0          0
1800.25/1800.86	c   zirounding       :       1.79        349          0
1800.25/1800.86	c   rounding         :       1.66        606          0
1800.25/1800.86	c   shifting         :      15.29        313          2
1800.25/1800.86	c   intshifting      :       0.00          0          0
1800.25/1800.86	c   twoopt           :       0.00          0          0
1800.25/1800.86	c   fixandinfer      :       0.00          0          0
1800.25/1800.86	c   feaspump         :       1.08          1          0
1800.25/1800.86	c   veclendiving     :     102.85          8          0
1800.25/1800.86	c   intdiving        :       0.00          0          0
1800.25/1800.86	c   actconsdiving    :       0.00          0          0
1800.25/1800.86	c   objpscostdiving  :       9.81          3          0
1800.25/1800.86	c   rootsoldiving    :       4.23          2          0
1800.25/1800.86	c   linesearchdiving :     254.39          9          0
1800.25/1800.86	c   guideddiving     :     100.86          8          0
1800.25/1800.86	c   octane           :       0.00          0          0
1800.25/1800.86	c   rens             :      15.46          1          0
1800.25/1800.86	c   rins             :       0.00          0          0
1800.25/1800.86	c   localbranching   :       0.00          0          0
1800.25/1800.86	c   mutation         :       0.00          0          0
1800.25/1800.86	c   dins             :       0.00          0          0
1800.25/1800.86	c   undercover       :       0.06          1          0
1800.25/1800.86	c   nlp              :       0.00          0          0
1800.25/1800.86	c   trysol           :       0.00          0          0
1800.25/1800.86	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.25/1800.86	c   primal LP        :      18.80          0          0       0.00       0.00
1800.25/1800.86	c   dual LP          :     148.58       2095     231197     110.36    1556.04
1800.25/1800.86	c   lex dual LP      :       0.00          0          0       0.00          -
1800.25/1800.86	c   barrier LP       :       0.00          0          0       0.00          -
1800.25/1800.86	c   diving/probing LP:     308.88       9918      71780       7.24     232.39
1800.25/1800.86	c   strong branching :     273.85       5219     108704      20.83     396.95
1800.25/1800.86	c     (at root node) :          -         22       2579     117.23          -
1800.25/1800.86	c   conflict analysis:       0.00          0          0       0.00          -
1800.25/1800.86	c B&B Tree           :
1800.25/1800.86	c   number of runs   :          1
1800.25/1800.86	c   nodes            :        349
1800.25/1800.86	c   nodes (total)    :        349
1800.25/1800.86	c   nodes left       :        350
1800.25/1800.86	c   max depth        :         14
1800.25/1800.86	c   max depth (total):         14
1800.25/1800.86	c   backtracks       :         58 (16.6%)
1800.25/1800.86	c   delayed cutoffs  :          0
1800.25/1800.86	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.25/1800.86	c   avg switch length:       2.40
1800.25/1800.86	c   switching time   :      20.06
1800.25/1800.86	c Solution           :
1800.25/1800.86	c   Solutions found  :          2 (2 improvements)
1800.25/1800.86	c   First Solution   : +2.40000000000000e+01   (in run 1, after 1 nodes, 91.91 seconds, depth 0, found by <shifting>)
1800.25/1800.86	c   Primal Bound     : +2.30000000000000e+01   (in run 1, after 1 nodes, 125.42 seconds, depth 0, found by <shifting>)
1800.25/1800.86	c   Dual Bound       : +1.00000000000000e+00
1800.25/1800.86	c   Gap              :    2200.00 %
1800.25/1800.86	c   Root Dual Bound  : +0.00000000000000e+00
1800.25/1800.86	c   Root Iterations  :      10003
1800.94/1801.53	c Time complete: 1800.98.

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-2665193-1276655460/watcher-2665193-1276655460 -o /tmp/evaluation-result-2665193-1276655460/solver-2665193-1276655460 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665193-1276655460.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 1.04 3/106 13606
/proc/meminfo: memFree=1776844/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=9584 CPUtime=0
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 1087 0 0 0 0 0 0 0 18 0 1 0 6834057 9814016 1007 1992294400 4194304 9819077 140734668836752 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13606/statm: 2396 1016 371 1374 0 1017 0

[startup+0.0464349 s]
/proc/loadavg: 1.00 1.00 1.04 3/106 13606
/proc/meminfo: memFree=1776844/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=17116 CPUtime=0.04
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 3136 0 0 0 3 1 0 0 20 0 1 0 6834057 17526784 3056 1992294400 4194304 9819077 140734668836752 18446744073709551615 4361606 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13606/statm: 4279 3056 389 1374 0 2900 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17116

[startup+0.100442 s]
/proc/loadavg: 1.00 1.00 1.04 3/106 13606
/proc/meminfo: memFree=1776844/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=25492 CPUtime=0.09
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 5040 0 0 0 7 2 0 0 20 0 1 0 6834057 26103808 4960 1992294400 4194304 9819077 140734668836752 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13606/statm: 6373 4972 389 1374 0 4994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25492

[startup+0.30047 s]
/proc/loadavg: 1.00 1.00 1.04 3/106 13606
/proc/meminfo: memFree=1776844/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=50360 CPUtime=0.29
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 11491 0 0 0 25 4 0 0 20 0 1 0 6834057 51568640 11411 1992294400 4194304 9819077 140734668836752 18446744073709551615 6180692 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13606/statm: 12590 11411 389 1374 0 11211 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50360

[startup+0.700528 s]
/proc/loadavg: 1.00 1.00 1.04 3/106 13606
/proc/meminfo: memFree=1776844/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=113140 CPUtime=0.69
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 26749 0 0 0 59 10 0 0 20 0 1 0 6834057 115855360 26241 1992294400 4194304 9819077 140734668836752 18446744073709551615 4332134 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 28285 26241 460 1374 0 26906 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 113140

[startup+1.50064 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 13607
/proc/meminfo: memFree=1663624/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=144872 CPUtime=1.49
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 34577 0 0 0 135 14 0 0 23 0 1 0 6834057 148348928 34069 1992294400 4194304 9819077 140734668836752 18446744073709551615 6181120 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 36218 34069 473 1374 0 34839 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 144872

[startup+3.10087 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 13607
/proc/meminfo: memFree=1618488/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=208276 CPUtime=3.09
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 50413 0 0 0 289 20 0 0 25 0 1 0 6834057 213274624 49905 1992294400 4194304 9819077 140734668836752 18446744073709551615 5968229 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 52069 49905 473 1374 0 50690 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 208276

[startup+6.30132 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 13607
/proc/meminfo: memFree=1494736/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=323544 CPUtime=6.29
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 79348 0 0 0 600 29 0 0 25 0 1 0 6834057 331309056 78661 1992294400 4194304 9819077 140734668836752 18446744073709551615 5969703 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 80886 78661 473 1374 0 79507 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 323544

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 13607
/proc/meminfo: memFree=1334404/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=486392 CPUtime=12.69
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 173150 0 0 0 1186 83 0 0 25 0 1 0 6834057 498065408 110611 1992294400 4194304 9819077 140734668836752 18446744073709551615 6043589 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 121598 110611 661 1374 0 120219 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 486392

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 13607
/proc/meminfo: memFree=1331676/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=492816 CPUtime=25.48
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 174318 0 0 0 2460 88 0 0 25 0 1 0 6834057 504643584 111705 1992294400 4194304 9819077 140734668836752 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 123204 111705 670 1374 0 121825 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 492816

[startup+51.1007 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 13607
/proc/meminfo: memFree=1307124/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=520848 CPUtime=51.07
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 196750 0 0 0 4794 313 0 0 25 0 1 0 6834057 533348352 117651 1992294400 4194304 9819077 140734668836752 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 130212 117651 680 1374 0 128833 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 520848

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 13609
/proc/meminfo: memFree=1304396/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=527188 CPUtime=102.26
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 245579 0 0 0 9880 346 0 0 25 0 1 0 6834057 539840512 118370 1992294400 4194304 9819077 140734668836752 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 131797 118370 680 1374 0 130418 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 527188

[startup+162.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 13614
/proc/meminfo: memFree=1317540/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=482720 CPUtime=162.24
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 906592 0 0 0 15600 624 0 0 25 0 1 0 6834057 494305280 114336 1992294400 4194304 9819077 140734668836752 18446744073709551615 4776069 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 120680 114336 705 1374 0 119301 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 482720

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/107 13614
/proc/meminfo: memFree=1304024/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=498276 CPUtime=222.22
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 1848606 0 0 0 21241 981 0 0 25 0 1 0 6834057 510234624 118329 1992294400 4194304 9819077 140734668836752 18446744073709551615 6391559 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 124569 118329 710 1374 0 123190 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 498276

[startup+282.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 13616
/proc/meminfo: memFree=1301048/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=514336 CPUtime=282.2
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 2971270 0 0 0 26803 1417 0 0 25 0 1 0 6834057 526680064 119533 1992294400 4194304 9819077 140734668836752 18446744073709551615 6362663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 128584 119533 720 1374 0 127205 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 514336

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 13618
/proc/meminfo: memFree=1299808/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=504016 CPUtime=342.18
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 3763206 0 0 0 32487 1731 0 0 25 0 1 0 6834057 516112384 119418 1992294400 4194304 9819077 140734668836752 18446744073709551615 4427740 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 126004 119418 720 1374 0 124625 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 504016

[startup+402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13620
/proc/meminfo: memFree=1296708/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=517816 CPUtime=402.17
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 4714765 0 0 0 38112 2105 0 0 25 0 1 0 6834057 530243584 120695 1992294400 4194304 9819077 140734668836752 18446744073709551615 6513093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 129454 120695 720 1374 0 128075 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 517816

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13622
/proc/meminfo: memFree=1293980/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=510948 CPUtime=462.15
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 5602227 0 0 0 43758 2457 0 0 25 0 1 0 6834057 523210752 120813 1992294400 4194304 9819077 140734668836752 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 127737 120813 720 1374 0 126358 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 510948

[startup+522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13622
/proc/meminfo: memFree=1292492/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=522184 CPUtime=522.13
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 6458631 0 0 0 49424 2789 0 0 25 0 1 0 6834057 534716416 121815 1992294400 4194304 9819077 140734668836752 18446744073709551615 6391563 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 130546 121815 720 1374 0 129167 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 522184

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13624
/proc/meminfo: memFree=1291500/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=520512 CPUtime=582.12
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 7114979 0 0 0 55168 3044 0 0 25 0 1 0 6834057 533004288 121893 1992294400 4194304 9819077 140734668836752 18446744073709551615 6671123 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 130128 121893 720 1374 0 128749 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 520512

[startup+642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13626
/proc/meminfo: memFree=1289764/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=515584 CPUtime=642.11
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 8029579 0 0 0 60809 3402 0 0 25 0 1 0 6834057 527958016 121887 1992294400 4194304 9819077 140734668836752 18446744073709551615 6443047 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 128896 121887 720 1374 0 127517 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 515584

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13636
/proc/meminfo: memFree=1280340/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=524768 CPUtime=1001.99
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 12635749 0 0 0 95031 5168 0 0 25 0 1 0 6834057 537362432 124240 1992294400 4194304 9819077 140734668836752 18446744073709551615 4660982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 131192 124240 720 1374 0 129813 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 524768

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13638
/proc/meminfo: memFree=1280960/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=522700 CPUtime=1061.97
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 13492321 0 0 0 100701 5496 0 0 25 0 1 0 6834057 535244800 123853 1992294400 4194304 9819077 140734668836752 18446744073709551615 6597198 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 130675 123862 720 1374 0 129296 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 522700

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13638
/proc/meminfo: memFree=1280588/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=524140 CPUtime=1121.95
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 14630853 0 0 0 106252 5943 0 0 25 0 1 0 6834057 536719360 124246 1992294400 4194304 9819077 140734668836752 18446744073709551615 8655007 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 131035 124246 720 1374 0 129656 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 524140

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13640
/proc/meminfo: memFree=1276744/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=525924 CPUtime=1181.94
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 15422813 0 0 0 111945 6249 0 0 25 0 1 0 6834057 538546176 124481 1992294400 4194304 9819077 140734668836752 18446744073709551615 7291095 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 131481 124482 720 1374 0 130102 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 525924

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13642
/proc/meminfo: memFree=1278728/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=526776 CPUtime=1241.92
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 16330687 0 0 0 117593 6599 0 0 25 0 1 0 6834057 539418624 124652 1992294400 4194304 9819077 140734668836752 18446744073709551615 7316323 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 131694 124652 720 1374 0 130315 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 526776

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13644
/proc/meminfo: memFree=1277488/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=527748 CPUtime=1301.91
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 17231779 0 0 0 123242 6949 0 0 25 0 1 0 6834057 540413952 124938 1992294400 4194304 9819077 140734668836752 18446744073709551615 6365158 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 131937 124938 720 1374 0 130558 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 527748

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13646
/proc/meminfo: memFree=1275628/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=527328 CPUtime=1361.87
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 17983872 0 0 0 128945 7242 0 0 25 0 1 0 6834057 539983872 124912 1992294400 4194304 9819077 140734668836752 18446744073709551615 6391606 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 131832 124912 720 1374 0 130453 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 527328

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13646
/proc/meminfo: memFree=1277488/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=526708 CPUtime=1421.87
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 18575110 0 0 0 134721 7466 0 0 25 0 1 0 6834057 539348992 124876 1992294400 4194304 9819077 140734668836752 18446744073709551615 4660908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 131677 124876 720 1374 0 130298 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 526708

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13648
/proc/meminfo: memFree=1274760/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=527548 CPUtime=1481.85
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 19480183 0 0 0 140368 7817 0 0 25 0 1 0 6834057 540209152 125097 1992294400 4194304 9819077 140734668836752 18446744073709551615 7316348 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 131887 125107 720 1374 0 130508 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 527548

[startup+1542.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 13650
/proc/meminfo: memFree=1276248/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=528608 CPUtime=1541.82
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 20387895 0 0 0 146020 8162 0 0 25 0 1 0 6834057 541294592 125127 1992294400 4194304 9819077 140734668836752 18446744073709551615 6513008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 132152 125127 720 1374 0 130773 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 528608

[startup+1602.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 13652
/proc/meminfo: memFree=1271908/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=530264 CPUtime=1601.81
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 21303351 0 0 0 151672 8509 0 0 25 0 1 0 6834057 542990336 125684 1992294400 4194304 9819077 140734668836752 18446744073709551615 7309073 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 132566 125684 720 1374 0 131187 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 530264

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13654
/proc/meminfo: memFree=1274760/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=529464 CPUtime=1661.79
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 22015746 0 0 0 157381 8798 0 0 25 0 1 0 6834057 542171136 125527 1992294400 4194304 9819077 140734668836752 18446744073709551615 6362196 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 132366 125527 720 1374 0 130987 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 529464

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13654
/proc/meminfo: memFree=1274264/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=529468 CPUtime=1721.78
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 22704424 0 0 0 163110 9068 0 0 25 0 1 0 6834057 542175232 125651 1992294400 4194304 9819077 140734668836752 18446744073709551615 4781144 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 132367 125651 720 1374 0 130988 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 529468

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13656
/proc/meminfo: memFree=1273396/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=530852 CPUtime=1781.75
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 23571536 0 0 0 168772 9403 0 0 25 0 1 0 6834057 543592448 125922 1992294400 4194304 9819077 140734668836752 18446744073709551615 7291700 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 132713 125922 720 1374 0 131334 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 530852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13658
/proc/meminfo: memFree=1273148/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=530948 CPUtime=1800.06
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 23676974 0 0 0 170562 9444 0 0 25 0 1 0 6834057 543690752 125887 1992294400 4194304 9819077 140734668836752 18446744073709551615 6180902 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13606/statm: 132737 125887 720 1374 0 131358 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 530948

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13658
/proc/meminfo: memFree=1273148/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=530852 CPUtime=1800.45
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 23680834 0 0 0 170599 9446 0 0 25 0 1 0 6834057 543592448 125918 1992294400 4194304 9819077 140734668836752 18446744073709551615 6027304 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13606/statm: 132713 125918 721 1374 0 131334 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 530852

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13658
/proc/meminfo: memFree=1273148/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=461308 CPUtime=1800.84
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 23680836 0 0 0 170637 9447 0 0 25 0 1 0 6834057 472379392 109662 1992294400 4194304 9819077 140734668836752 18446744073709551615 6180252 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13606/statm: 115327 109662 723 1374 0 113948 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (KiB) 461308

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13658
/proc/meminfo: memFree=1273148/2059040 swapFree=4144492/4192956
[pid=13606] ppid=13604 vsize=97240 CPUtime=1800.94
/proc/13606/stat : 13606 (pbscip.linux.x8) R 13604 13606 12157 0 -1 4202496 23680836 0 0 0 170644 9450 0 0 25 0 1 0 6834057 99573760 22527 1992294400 4194304 9819077 140734668836752 18446744073709551615 6180626 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13606/statm: 24310 22527 723 1374 0 22931 0
Current children cumulated CPU time (s) 1800.94
Current children cumulated vsize (KiB) 97240

Child status: 0
Real time (s): 1801.54
CPU time (s): 1800.99
CPU user time (s): 1706.47
CPU system time (s): 94.5206
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 697060

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

runsolver used 3.01054 second user time and 8.47571 second system time

The end

Launcher Data

Begin job on node049 at 2010-06-16 04:31:00
IDJOB=2665193
IDBENCH=48136
IDSOLVER=1168
FILE ID=node049/2665193-1276655460
PBS_JOBID= 11172439
Free space on /tmp= 62524 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_60_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665193-1276655460/watcher-2665193-1276655460 -o /tmp/evaluation-result-2665193-1276655460/solver-2665193-1276655460 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665193-1276655460.opb -t 1800 -m 1800

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

MD5SUM BENCH= fd4b450948caa11c29cf407b64203711
RANDOM SEED=140841912

node049.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.244
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.48
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.244
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:       1777372 kB
Buffers:         72500 kB
Cached:         114188 kB
SwapCached:       5792 kB
Active:         106080 kB
Inactive:        97508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1777372 kB
SwapTotal:     4192956 kB
SwapFree:      4144492 kB
Dirty:            6744 kB
Writeback:          12 kB
AnonPages:       14164 kB
Mapped:          13056 kB
Slab:            56160 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182860 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62516 MiB
End job on node049 at 2010-06-16 05:01:03