Trace number 2665177

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)24 1800.97 1801.82

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_1.opb
MD5SUM7931a71f4daac58a32a56f6c89bc3525
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark1800.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 16
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 constraint104
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)37366
Sum of products size (including duplicates)74732
Number of different products37366
Sum of products size74732

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-2665177-1276653219.opb>
0.19/0.30	c original problem has 37866 variables (37866 bin, 0 int, 0 impl, 0 cont) and 37866 constraints
0.19/0.30	c problem read
0.29/0.30	c presolving settings loaded
0.69/0.75	c presolving:
6.28/6.34	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 5731930 impls, 0 clqs
8.79/8.86	c    (8.1s) probing: 101/37866 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
8.79/8.86	c    (8.1s) probing aborted: 100/100 successive totally useless probings
8.79/8.87	c presolving (2 rounds):
8.79/8.87	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
8.79/8.87	c  5731930 implications, 0 cliques
8.79/8.87	c presolved problem has 37866 variables (37866 bin, 0 int, 0 impl, 0 cont) and 37866 constraints
8.79/8.87	c   37366 constraints of type <and>
8.79/8.87	c     500 constraints of type <logicor>
8.79/8.87	c transformed objective value is always integral (scale: 1)
8.79/8.87	c Presolving Time: 7.96
8.79/8.87	c - non default parameters ----------------------------------------------------------------------
8.79/8.87	c # SCIP version 1.2.1.2
8.79/8.87	c 
8.79/8.87	c # frequency for displaying node information lines
8.79/8.87	c # [type: int, range: [-1,2147483647], default: 100]
8.79/8.87	c display/freq = 10000
8.79/8.87	c 
8.79/8.87	c # maximal time in seconds to run
8.79/8.87	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.79/8.87	c limits/time = 1799.71
8.79/8.87	c 
8.79/8.87	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.79/8.87	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.79/8.87	c limits/memory = 1620
8.79/8.87	c 
8.79/8.87	c # should presolving try to simplify inequalities
8.79/8.87	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.79/8.87	c constraints/linear/simplifyinequalities = TRUE
8.79/8.87	c 
8.79/8.87	c # should presolving try to simplify knapsacks
8.79/8.87	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.79/8.87	c constraints/knapsack/simplifyinequalities = TRUE
8.79/8.87	c 
8.79/8.87	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
8.79/8.87	c # [type: int, range: [-1,2147483647], default: -1]
8.79/8.87	c heuristics/undercover/freq = 0
8.79/8.87	c 
8.79/8.87	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
8.79/8.87	c # [type: int, range: [-1,2147483647], default: -1]
8.79/8.87	c separating/rapidlearning/freq = 0
8.79/8.87	c 
8.79/8.87	c -----------------------------------------------------------------------------------------------
8.79/8.87	c start solving
8.79/8.90	c 
9.68/9.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.68/9.78	c   8.9s|     1 |     0 |  1000 |     - | 311M|   0 |1000 |  37k|  37k|  37k|  75k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.89/9.95	o 30
9.89/9.95	c s 9.1s|     1 |     0 |  1000 |     - | 312M|   0 |1000 |  37k|  37k|  37k|  75k|   0 |   0 |   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
41.26/41.35	c  38.1s|     1 |     0 |  2500 |     - | 313M|   0 |1000 |  37k|  37k|  37k|  76k|1000 |   0 |   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
56.96/57.04	c  53.7s|     1 |     0 |  4000 |     - | 313M|   0 |1000 |  37k|  37k|  37k|  77k|2002 |   0 |   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
74.06/74.19	c  70.8s|     1 |     0 |  5500 |     - | 314M|   0 |1000 |  37k|  37k|  37k|  78k|3006 |   0 |   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
74.26/74.37	o 29
74.26/74.37	c s70.9s|     1 |     0 |  5500 |     - | 314M|   0 |1000 |  37k|  37k|  37k|  78k|3006 |   0 |   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
89.95/90.02	c  86.5s|     1 |     0 |  7000 |     - | 315M|   0 |1000 |  37k|  37k|  37k|  79k|4010 |   0 |   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
90.15/90.27	o 27
90.15/90.27	c s86.7s|     1 |     0 |  7000 |     - | 315M|   0 |1000 |  37k|  37k|  37k|  79k|4010 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
106.45/106.58	c   103s|     1 |     0 |  8501 |     - | 316M|   0 |1000 |  37k|  37k|  37k|  80k|5013 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
123.74/123.88	c   120s|     1 |     0 | 10001 |     - | 316M|   0 |1000 |  37k|  37k|  37k|  81k|6015 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
123.94/124.07	o 26
123.94/124.07	c s 120s|     1 |     0 | 10001 |     - | 317M|   0 |1000 |  37k|  37k|  37k|  81k|6015 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
142.53/142.64	c   137s|     1 |     2 | 10001 |     - | 317M|   0 |1000 |  37k|  37k|  37k|  81k|6015 |   0 |  23 | 0.000000e+00 | 2.600000e+01 |    Inf 
212.01/212.13	o 25
212.01/212.13	c f 202s|    18 |    19 | 20280 | 604.6 | 315M|   7 |   - |  37k|  38k|  37k|  10k|  14k| 440 | 369 | 0.000000e+00 | 2.500000e+01 |    Inf 
930.02/930.63	o 24
930.02/930.63	c l 880s|   160 |   161 |154778 | 910.5 | 327M|  16 |   - |  37k|  41k|  37k|  12k|  85k|5066 |2770 | 1.000000e+00 | 2.400000e+01 |2300.00%
1800.05/1800.90	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.15/1801.08	c 
1800.15/1801.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.15/1801.08	c Solving Time (sec) : 1697.23
1800.15/1801.08	c Solving Nodes      : 350
1800.15/1801.08	c Primal Bound       : +2.40000000000000e+01 (6 solutions)
1800.15/1801.08	c Dual Bound         : +1.00000000000000e+00
1800.15/1801.08	c Gap                : 2300.00 %
1800.24/1801.16	s SATISFIABLE
1800.24/1801.16	v -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1800.24/1801.16	v -x478 -x477 -x476 -x475 x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 
1800.24/1801.16	v -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 
1800.24/1801.16	v -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 
1800.24/1801.16	v -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 
1800.24/1801.16	v -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 
1800.24/1801.16	v -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 x356 -x355 -x354 
1800.24/1801.16	v -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 
1800.24/1801.16	v -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 
1800.24/1801.16	v -x311 -x310 -x309 -x308 x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 
1800.24/1801.16	v -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 
1800.24/1801.16	v -x269 -x268 -x267 x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 
1800.24/1801.16	v -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 
1800.24/1801.16	v -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 
1800.24/1801.16	v -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 -x188 -x187 
1800.24/1801.16	v -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 
1800.24/1801.16	v -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 
1800.24/1801.16	v -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 
1800.24/1801.16	v -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 -x103 
1800.24/1801.16	v -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 x86 -x85 -x84 -x83 x82 x81 -x80 -x79 -x78 
1800.24/1801.16	v -x77 x76 x75 -x74 -x73 -x72 x71 x70 x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 -x55 -x54 x53 -x52 -x51 
1800.24/1801.16	v x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 
1800.24/1801.16	v -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.24/1801.16	c SCIP Status        : solving was interrupted [user interrupt]
1800.24/1801.16	c Solving Time       :    1697.23
1800.24/1801.16	c Original Problem   :
1800.24/1801.16	c   Problem name     : HOME/instance-2665177-1276653219.opb
1800.24/1801.16	c   Variables        : 37866 (37866 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.24/1801.16	c   Constraints      : 37866 initial, 37866 maximal
1800.24/1801.16	c Presolved Problem  :
1800.24/1801.16	c   Problem name     : t_HOME/instance-2665177-1276653219.opb
1800.24/1801.16	c   Variables        : 37866 (37866 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.24/1801.16	c   Constraints      : 37866 initial, 42153 maximal
1800.24/1801.16	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.24/1801.16	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1800.24/1801.16	c   dualfix          :       0.02          0          0          0          0          0          0          0          0
1800.24/1801.16	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.24/1801.16	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.24/1801.16	c   implics          :       0.02          0          0          0          0          0          0          0          0
1800.24/1801.16	c   probing          :       1.61          0          0          0          0          0          0          0          0
1800.24/1801.16	c   and              :       5.94          0          0          0          0          0          0          0          0
1800.24/1801.16	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1800.24/1801.16	c   root node        :          -          0          -          -          0          -          -          -          -
1800.24/1801.16	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.24/1801.16	c   integral         :          0          0          0        350          0          0          0          0          0        700
1800.24/1801.16	c   and              :      37366       1751      27485          0          0         42      34981    1363638          0          0
1800.24/1801.16	c   logicor          :        500+         6      15512          0          0       1539          0          0          0          0
1800.24/1801.16	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.24/1801.16	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.24/1801.16	c   integral         :     268.26       0.00       0.00     268.26       0.00
1800.24/1801.16	c   and              :     390.68      91.15     299.53       0.00       0.00
1800.24/1801.16	c   logicor          :       5.55       0.01       5.54       0.00       0.00
1800.24/1801.16	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.24/1801.16	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.24/1801.16	c   vbounds          :       0.05          2          0          0
1800.24/1801.16	c   rootredcost      :       0.05          3          0          0
1800.24/1801.16	c   pseudoobj        :      12.38      27719        431          0
1800.24/1801.16	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.24/1801.16	c   propagation      :       1.75       2012       2012      10232       37.7          0        0.0          -
1800.24/1801.16	c   infeasible LP    :       0.03          3          2          2        2.0          0        0.0          0
1800.24/1801.16	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.24/1801.16	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.24/1801.16	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.24/1801.16	c   applied globally :          -          -          -      10202       37.7          -          -          -
1800.24/1801.16	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.24/1801.16	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.24/1801.16	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 6015)
1800.24/1801.16	c   redcost          :       8.35       1751          0          0          0          0
1800.24/1801.16	c   impliedbounds    :       0.14          6          0          0       6000          0
1800.24/1801.16	c   intobj           :       0.00          0          0          0          0          0
1800.24/1801.16	c   cgmip            :       0.00          0          0          0          0          0
1800.24/1801.16	c   gomory           :       2.25          6          0          0       3000          0
1800.24/1801.16	c   strongcg         :       2.25          6          0          0       3000          0
1800.24/1801.16	c   cmir             :      61.29          6          0          0       3000          0
1800.24/1801.16	c   flowcover        :      21.48          6          0          0          0          0
1800.24/1801.16	c   clique           :      15.38          6          0          0         15          0
1800.24/1801.16	c   zerohalf         :       0.00          0          0          0          0          0
1800.24/1801.16	c   mcf              :       0.14          1          0          0          0          0
1800.24/1801.16	c   rapidlearning    :       0.00          0          0          0          0          0
1800.24/1801.16	c Pricers            :       Time      Calls       Vars
1800.24/1801.16	c   problem variables:       0.00          0          0
1800.24/1801.16	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.24/1801.16	c   relpscost        :     268.26        350          0          0          0          0        700
1800.24/1801.16	c   pscost           :       0.00          0          0          0          0          0          0
1800.24/1801.16	c   inference        :       0.00          0          0          0          0          0          0
1800.24/1801.16	c   mostinf          :       0.00          0          0          0          0          0          0
1800.24/1801.16	c   leastinf         :       0.00          0          0          0          0          0          0
1800.24/1801.16	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.24/1801.16	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.24/1801.16	c   random           :       0.00          0          0          0          0          0          0
1800.24/1801.16	c Primal Heuristics  :       Time      Calls      Found
1800.24/1801.16	c   LP solutions     :       0.00          -          0
1800.24/1801.16	c   pseudo solutions :       0.00          -          0
1800.24/1801.16	c   crossover        :       0.00          0          0
1800.24/1801.16	c   oneopt           :       0.32          6          0
1800.24/1801.16	c   fracdiving       :     145.07          8          1
1800.24/1801.16	c   guideddiving     :     136.50          8          0
1800.24/1801.16	c   coefdiving       :     179.21         11          0
1800.24/1801.16	c   pscostdiving     :     193.97         11          0
1800.24/1801.16	c   trivial          :       0.14          2          0
1800.24/1801.16	c   simplerounding   :       0.00          0          0
1800.24/1801.16	c   zirounding       :       1.70        350          0
1800.24/1801.16	c   rounding         :       1.61        612          0
1800.24/1801.16	c   shifting         :      12.26        325          4
1800.24/1801.16	c   intshifting      :       0.00          0          0
1800.24/1801.16	c   twoopt           :       0.00          0          0
1800.24/1801.16	c   fixandinfer      :       0.00          0          0
1800.24/1801.16	c   feaspump         :       0.00          0          0
1800.24/1801.16	c   veclendiving     :      87.73          7          0
1800.24/1801.16	c   intdiving        :       0.00          0          0
1800.24/1801.16	c   actconsdiving    :       0.00          0          0
1800.24/1801.16	c   objpscostdiving  :       7.28          4          0
1800.24/1801.16	c   rootsoldiving    :       6.10          3          0
1800.24/1801.16	c   linesearchdiving :     197.72          8          1
1800.24/1801.16	c   octane           :       0.00          0          0
1800.24/1801.16	c   rens             :      13.42          1          0
1800.24/1801.16	c   rins             :       0.00          0          0
1800.24/1801.16	c   localbranching   :       0.00          0          0
1800.24/1801.16	c   mutation         :       0.00          0          0
1800.24/1801.16	c   dins             :       0.00          0          0
1800.24/1801.16	c   undercover       :       0.07          1          0
1800.24/1801.16	c   nlp              :       0.00          0          0
1800.24/1801.16	c   trysol           :       0.01          0          0
1800.24/1801.16	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.24/1801.16	c   primal LP        :      19.25          0          0       0.00       0.00
1800.24/1801.16	c   dual LP          :     149.09       2100     237841     113.26    1595.28
1800.24/1801.16	c   lex dual LP      :       0.00          0          0       0.00          -
1800.24/1801.16	c   barrier LP       :       0.00          0          0       0.00          -
1800.24/1801.16	c   diving/probing LP:     326.53      10554      68107       6.45     208.58
1800.24/1801.16	c   strong branching :     267.94       5167     105198      20.36     392.62
1800.24/1801.16	c     (at root node) :          -         23       2785     121.09          -
1800.24/1801.16	c   conflict analysis:       0.00          0          0       0.00          -
1800.24/1801.16	c B&B Tree           :
1800.24/1801.16	c   number of runs   :          1
1800.24/1801.16	c   nodes            :        350
1800.24/1801.16	c   nodes (total)    :        350
1800.24/1801.16	c   nodes left       :        351
1800.24/1801.16	c   max depth        :         16
1800.24/1801.16	c   max depth (total):         16
1800.24/1801.16	c   backtracks       :         59 (16.9%)
1800.24/1801.16	c   delayed cutoffs  :          0
1800.24/1801.16	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.24/1801.16	c   avg switch length:       2.37
1800.24/1801.16	c   switching time   :      20.80
1800.24/1801.16	c Solution           :
1800.24/1801.16	c   Solutions found  :          6 (6 improvements)
1800.24/1801.16	c   First Solution   : +3.00000000000000e+01   (in run 1, after 1 nodes, 8.93 seconds, depth 0, found by <shifting>)
1800.24/1801.16	c   Primal Bound     : +2.40000000000000e+01   (in run 1, after 160 nodes, 879.92 seconds, depth 140, found by <linesearchdiving>)
1800.24/1801.16	c   Dual Bound       : +1.00000000000000e+00
1800.24/1801.16	c   Gap              :    2300.00 %
1800.24/1801.16	c   Root Dual Bound  : +0.00000000000000e+00
1800.24/1801.16	c   Root Iterations  :      10001
1800.95/1801.82	c Time complete: 1800.97.

Verifier Data

OK	24

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665177-1276653219/watcher-2665177-1276653219 -o /tmp/evaluation-result-2665177-1276653219/solver-2665177-1276653219 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665177-1276653219.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: 0.92 0.98 0.99 3/106 7402
/proc/meminfo: memFree=1623800/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=9580 CPUtime=0
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 1072 0 0 0 0 0 0 0 18 0 1 0 40925553 9809920 993 1992294400 4194304 9819077 140734477787648 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7402/statm: 2395 1002 371 1374 0 1016 0

[startup+0.10664 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 7402
/proc/meminfo: memFree=1623800/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=25852 CPUtime=0.1
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 5331 0 0 0 8 2 0 0 20 0 1 0 40925553 26472448 5252 1992294400 4194304 9819077 140734477787648 18446744073709551615 8662719 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7402/statm: 6463 5252 389 1374 0 5084 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 25852

[startup+0.201651 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 7402
/proc/meminfo: memFree=1623800/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=39808 CPUtime=0.19
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 8784 0 0 0 15 4 0 0 20 0 1 0 40925553 40763392 8705 1992294400 4194304 9819077 140734477787648 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7402/statm: 9952 8715 389 1374 0 8573 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 39808

[startup+0.301663 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 7402
/proc/meminfo: memFree=1623800/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=48632 CPUtime=0.29
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 11488 0 0 0 24 5 0 0 20 0 1 0 40925553 49799168 10982 1992294400 4194304 9819077 140734477787648 18446744073709551615 4199669 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7402/statm: 12158 10982 390 1374 0 10779 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48632

[startup+0.701708 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 7402
/proc/meminfo: memFree=1623800/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=112784 CPUtime=0.69
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 26641 0 0 0 59 10 0 0 20 0 1 0 40925553 115490816 26135 1992294400 4194304 9819077 140734477787648 18446744073709551615 4567055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 28196 26135 460 1374 0 26817 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 112784

[startup+1.5018 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 7403
/proc/meminfo: memFree=1505992/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=146288 CPUtime=1.49
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 34889 0 0 0 135 14 0 0 23 0 1 0 40925553 149798912 34383 1992294400 4194304 9819077 140734477787648 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 36572 34383 473 1374 0 35193 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 146288

[startup+3.10101 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 7403
/proc/meminfo: memFree=1458128/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=213540 CPUtime=3.09
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 51687 0 0 0 289 20 0 0 25 0 1 0 40925553 218664960 51181 1992294400 4194304 9819077 140734477787648 18446744073709551615 5968615 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7402/statm: 53385 51181 473 1374 0 52006 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 213540

[startup+6.30136 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 7403
/proc/meminfo: memFree=1330780/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=324804 CPUtime=6.28
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 80499 0 0 0 591 37 0 0 25 0 1 0 40925553 332599296 78982 1992294400 4194304 9819077 140734477787648 18446744073709551615 4408811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 81201 78982 492 1374 0 79822 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 324804

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 7405
/proc/meminfo: memFree=1184460/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=484132 CPUtime=12.68
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 129387 0 0 0 1200 68 0 0 25 0 1 0 40925553 495751168 110162 1992294400 4194304 9819077 140734477787648 18446744073709551615 5721526 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 121033 110162 659 1374 0 119654 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 484132

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 7405
/proc/meminfo: memFree=1180120/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=491612 CPUtime=25.48
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 130487 0 0 0 2448 100 0 0 25 0 1 0 40925553 503410688 111262 1992294400 4194304 9819077 140734477787648 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 122903 111262 666 1374 0 121524 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 491612

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 7405
/proc/meminfo: memFree=1156312/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=518480 CPUtime=51.06
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 152910 0 0 0 4807 299 0 0 25 0 1 0 40925553 530923520 117167 1992294400 4194304 9819077 140734477787648 18446744073709551615 5716590 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 129620 117167 677 1374 0 128241 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 518480

[startup+102.301 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 7407
/proc/meminfo: memFree=1153088/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=525896 CPUtime=102.26
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 201636 0 0 0 9893 333 0 0 25 0 1 0 40925553 538517504 117948 1992294400 4194304 9819077 140734477787648 18446744073709551615 5743107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 131474 117948 677 1374 0 130095 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 525896

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7409
/proc/meminfo: memFree=1157180/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=493412 CPUtime=162.23
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 966146 0 0 0 15584 639 0 0 25 0 1 0 40925553 505253888 116876 1992294400 4194304 9819077 140734477787648 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 123353 116876 709 1374 0 121974 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 493412

[startup+222.309 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7409
/proc/meminfo: memFree=1150856/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=510504 CPUtime=222.22
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 2029021 0 0 0 21178 1044 0 0 25 0 1 0 40925553 522756096 119183 1992294400 4194304 9819077 140734477787648 18446744073709551615 7316300 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 127626 119183 709 1374 0 126247 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 510504

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7411
/proc/meminfo: memFree=1149120/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=501992 CPUtime=282.2
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 3118347 0 0 0 26750 1470 0 0 25 0 1 0 40925553 514039808 118862 1992294400 4194304 9819077 140734477787648 18446744073709551615 6021447 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 125498 118862 713 1374 0 124119 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 501992

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7413
/proc/meminfo: memFree=1145152/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=506192 CPUtime=342.18
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 4229682 0 0 0 32319 1899 0 0 25 0 1 0 40925553 518340608 119864 1992294400 4194304 9819077 140734477787648 18446744073709551615 6021518 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 126548 119864 713 1374 0 125169 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 506192

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7415
/proc/meminfo: memFree=1143912/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=507416 CPUtime=402.15
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 5132447 0 0 0 37961 2254 0 0 25 0 1 0 40925553 519593984 120173 1992294400 4194304 9819077 140734477787648 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 126854 120173 713 1374 0 125475 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 507416

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7426
/proc/meminfo: memFree=1141928/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=508472 CPUtime=462.13
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 6036922 0 0 0 43604 2609 0 0 25 0 1 0 40925553 520675328 120547 1992294400 4194304 9819077 140734477787648 18446744073709551615 7487724 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 127118 120547 713 1374 0 125739 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 508472

[startup+522.301 s]
/proc/loadavg: 1.31 1.06 1.02 2/107 7922
/proc/meminfo: memFree=1140560/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=515948 CPUtime=521.85
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 6743479 0 0 0 49305 2880 0 0 25 0 1 0 40925553 528330752 121419 1992294400 4194304 9819077 140734477787648 18446744073709551615 6210808 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 128987 121419 713 1374 0 127608 0
Current children cumulated CPU time (s) 521.85
Current children cumulated vsize (KiB) 515948

[startup+582.302 s]
/proc/loadavg: 1.11 1.05 1.01 2/107 7924
/proc/meminfo: memFree=1134608/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=527276 CPUtime=581.83
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 7637262 0 0 0 54949 3234 0 0 25 0 1 0 40925553 539930624 122195 1992294400 4194304 9819077 140734477787648 18446744073709551615 7316359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 131819 122195 720 1374 0 130440 0
Current children cumulated CPU time (s) 581.83
Current children cumulated vsize (KiB) 527276

[startup+642.302 s]
/proc/loadavg: 1.04 1.04 1.01 2/107 7926
/proc/meminfo: memFree=1136468/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=524768 CPUtime=641.8
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 8515202 0 0 0 60612 3568 0 0 25 0 1 0 40925553 537362432 122525 1992294400 4194304 9819077 140734477787648 18446744073709551615 6671062 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 131192 122525 720 1374 0 129813 0
Current children cumulated CPU time (s) 641.8
Current children cumulated vsize (KiB) 524768

[startup+702.302 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7936
/proc/meminfo: memFree=1124820/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=536020 CPUtime=1001.7
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 13583504 0 0 0 94651 5519 0 0 25 0 1 0 40925553 548884480 124705 1992294400 4194304 9819077 140734477787648 18446744073709551615 6690546 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 134005 124717 720 1374 0 132626 0
Current children cumulated CPU time (s) 1001.7
Current children cumulated vsize (KiB) 536020

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7938
/proc/meminfo: memFree=1126060/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=526116 CPUtime=1061.67
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 14281164 0 0 0 100368 5799 0 0 25 0 1 0 40925553 538742784 124505 1992294400 4194304 9819077 140734477787648 18446744073709551615 6196197 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 131529 124505 720 1374 0 130150 0
Current children cumulated CPU time (s) 1061.67
Current children cumulated vsize (KiB) 526116

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7938
/proc/meminfo: memFree=1127672/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=531012 CPUtime=1121.66
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 15292255 0 0 0 105985 6181 0 0 25 0 1 0 40925553 543756288 124598 1992294400 4194304 9819077 140734477787648 18446744073709551615 6372188 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 132753 124601 720 1374 0 131374 0
Current children cumulated CPU time (s) 1121.66
Current children cumulated vsize (KiB) 531012

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7940
/proc/meminfo: memFree=1126308/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=521776 CPUtime=1181.64
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 16406412 0 0 0 111557 6607 0 0 25 0 1 0 40925553 534298624 124232 1992294400 4194304 9819077 140734477787648 18446744073709551615 7262224 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 130444 124233 720 1374 0 129065 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 521776

[startup+1242.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 7945
/proc/meminfo: memFree=1125068/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=526204 CPUtime=1241.62
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 16966478 0 0 0 117333 6829 0 0 25 0 1 0 40925553 538832896 124653 1992294400 4194304 9819077 140734477787648 18446744073709551615 4660874 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 131551 124653 720 1374 0 130172 0
Current children cumulated CPU time (s) 1241.62
Current children cumulated vsize (KiB) 526204

[startup+1302.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 7947
/proc/meminfo: memFree=1122836/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=529700 CPUtime=1301.6
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 17935995 0 0 0 122970 7190 0 0 25 0 1 0 40925553 542412800 125296 1992294400 4194304 9819077 140734477787648 18446744073709551615 6386034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 132425 125296 720 1374 0 131046 0
Current children cumulated CPU time (s) 1301.6
Current children cumulated vsize (KiB) 529700

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7949
/proc/meminfo: memFree=1122712/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=529004 CPUtime=1361.58
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 19002497 0 0 0 128564 7594 0 0 25 0 1 0 40925553 541700096 125279 1992294400 4194304 9819077 140734477787648 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 132251 125279 720 1374 0 130872 0
Current children cumulated CPU time (s) 1361.58
Current children cumulated vsize (KiB) 529004

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7949
/proc/meminfo: memFree=1122092/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=529992 CPUtime=1421.57
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 20052032 0 0 0 134169 7988 0 0 25 0 1 0 40925553 542711808 125447 1992294400 4194304 9819077 140734477787648 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 132498 125447 720 1374 0 131119 0
Current children cumulated CPU time (s) 1421.57
Current children cumulated vsize (KiB) 529992

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7951
/proc/meminfo: memFree=1122340/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=537744 CPUtime=1481.54
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 21121257 0 0 0 139753 8401 0 0 25 0 1 0 40925553 550649856 125756 1992294400 4194304 9819077 140734477787648 18446744073709551615 6362601 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 134436 125756 720 1374 0 133057 0
Current children cumulated CPU time (s) 1481.54
Current children cumulated vsize (KiB) 537744

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7953
/proc/meminfo: memFree=1120604/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=530976 CPUtime=1541.53
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 21889298 0 0 0 145460 8693 0 0 25 0 1 0 40925553 543719424 125724 1992294400 4194304 9819077 140734477787648 18446744073709551615 4221080 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 132744 125724 720 1374 0 131365 0
Current children cumulated CPU time (s) 1541.53
Current children cumulated vsize (KiB) 530976

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7955
/proc/meminfo: memFree=1119860/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=531908 CPUtime=1601.51
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 22710970 0 0 0 151147 9004 0 0 25 0 1 0 40925553 544673792 125890 1992294400 4194304 9819077 140734477787648 18446744073709551615 6670368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 132977 125890 720 1374 0 131598 0
Current children cumulated CPU time (s) 1601.51
Current children cumulated vsize (KiB) 531908

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7957
/proc/meminfo: memFree=1119860/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=531864 CPUtime=1661.48
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 23725657 0 0 0 156760 9388 0 0 25 0 1 0 40925553 544628736 125919 1992294400 4194304 9819077 140734477787648 18446744073709551615 6566465 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 132966 125919 720 1374 0 131587 0
Current children cumulated CPU time (s) 1661.48
Current children cumulated vsize (KiB) 531864

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7957
/proc/meminfo: memFree=1118868/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=532696 CPUtime=1721.46
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 24763507 0 0 0 162359 9787 0 0 25 0 1 0 40925553 545480704 126375 1992294400 4194304 9819077 140734477787648 18446744073709551615 7311139 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 133174 126375 720 1374 0 131795 0
Current children cumulated CPU time (s) 1721.46
Current children cumulated vsize (KiB) 532696

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7959
/proc/meminfo: memFree=1116884/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=535416 CPUtime=1781.45
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 25715435 0 0 0 167981 10164 0 0 25 0 1 0 40925553 548265984 126660 1992294400 4194304 9819077 140734477787648 18446744073709551615 5901129 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 133854 126660 720 1374 0 132475 0
Current children cumulated CPU time (s) 1781.45
Current children cumulated vsize (KiB) 535416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7959
/proc/meminfo: memFree=1116264/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=536452 CPUtime=1800.05
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 25987040 0 0 0 169730 10275 0 0 25 0 1 0 40925553 549326848 126816 1992294400 4194304 9819077 140734477787648 18446744073709551615 4665383 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7402/statm: 134113 126816 720 1374 0 132734 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 536452

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/107 7959
/proc/meminfo: memFree=1116264/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=488024 CPUtime=1800.64
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 25991153 0 0 0 169787 10277 0 0 25 0 1 0 40925553 499736576 115981 1992294400 4194304 9819077 140734477787648 18446744073709551615 6179930 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7402/statm: 122006 115981 723 1374 0 120627 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (KiB) 488024

[startup+1801.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7959
/proc/meminfo: memFree=1116264/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=449596 CPUtime=1800.84
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 25991153 0 0 0 169806 10278 0 0 25 0 1 0 40925553 460386304 106168 1992294400 4194304 9819077 140734477787648 18446744073709551615 8723783 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7402/statm: 112142 106168 723 1374 0 110763 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (KiB) 449596

[startup+1801.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 7960
/proc/meminfo: memFree=1548396/2059040 swapFree=4140048/4192956
[pid=7402] ppid=7400 vsize=82276 CPUtime=1800.95
/proc/7402/stat : 7402 (pbscip.linux.x8) R 7400 7402 6179 0 -1 4202496 25991153 0 0 0 169813 10282 0 0 25 0 1 0 40925553 84250624 18705 1992294400 4194304 9819077 140734477787648 18446744073709551615 6180704 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7402/statm: 20569 18705 723 1374 0 19190 0
Current children cumulated CPU time (s) 1800.95
Current children cumulated vsize (KiB) 82276

Child status: 0
Real time (s): 1801.82
CPU time (s): 1800.97
CPU user time (s): 1698.14
CPU system time (s): 102.832
CPU usage (%): 99.9529
Max. virtual memory (cumulated for all children) (KiB): 695164

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

runsolver used 3.02654 second user time and 8.48871 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-16 03:53:39
IDJOB=2665177
IDBENCH=48120
IDSOLVER=1168
FILE ID=node006/2665177-1276653219
PBS_JOBID= 11172416
Free space on /tmp= 62504 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_1.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-2665177-1276653219/watcher-2665177-1276653219 -o /tmp/evaluation-result-2665177-1276653219/solver-2665177-1276653219 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665177-1276653219.opb -t 1800 -m 1800

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

MD5SUM BENCH= 7931a71f4daac58a32a56f6c89bc3525
RANDOM SEED=128639548

node006.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.204
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.40
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.204
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:       1624328 kB
Buffers:        142700 kB
Cached:         206940 kB
SwapCached:       6988 kB
Active:         134020 kB
Inactive:       230244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1624328 kB
SwapTotal:     4192956 kB
SwapFree:      4140048 kB
Dirty:            6724 kB
Writeback:           0 kB
AnonPages:       12792 kB
Mapped:          13180 kB
Slab:            48684 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181744 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= 62496 MiB
End job on node006 at 2010-06-16 04:23:42