Trace number 2665178

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.8 1801.64

General information on the benchmark

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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.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-2665178-1276653372.opb>
0.29/0.30	c original problem has 38000 variables (38000 bin, 0 int, 0 impl, 0 cont) and 38000 constraints
0.29/0.30	c problem read
0.29/0.30	c presolving settings loaded
0.69/0.75	c presolving:
6.60/6.61	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 5807644 impls, 0 clqs
9.08/9.19	c    (8.4s) probing: 101/38000 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
9.08/9.19	c    (8.4s) probing aborted: 100/100 successive totally useless probings
9.08/9.19	c presolving (2 rounds):
9.08/9.19	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
9.08/9.19	c  5807644 implications, 0 cliques
9.08/9.19	c presolved problem has 38000 variables (38000 bin, 0 int, 0 impl, 0 cont) and 38000 constraints
9.08/9.19	c   37500 constraints of type <and>
9.08/9.19	c     500 constraints of type <logicor>
9.08/9.19	c transformed objective value is always integral (scale: 1)
9.08/9.19	c Presolving Time: 8.29
9.08/9.19	c - non default parameters ----------------------------------------------------------------------
9.08/9.19	c # SCIP version 1.2.1.2
9.08/9.19	c 
9.08/9.19	c # frequency for displaying node information lines
9.08/9.19	c # [type: int, range: [-1,2147483647], default: 100]
9.08/9.19	c display/freq = 10000
9.08/9.19	c 
9.08/9.19	c # maximal time in seconds to run
9.08/9.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.08/9.19	c limits/time = 1799.7
9.08/9.19	c 
9.08/9.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.08/9.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.08/9.19	c limits/memory = 1620
9.08/9.19	c 
9.08/9.19	c # should presolving try to simplify inequalities
9.08/9.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.08/9.19	c constraints/linear/simplifyinequalities = TRUE
9.08/9.19	c 
9.08/9.19	c # should presolving try to simplify knapsacks
9.08/9.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.08/9.19	c constraints/knapsack/simplifyinequalities = TRUE
9.08/9.19	c 
9.08/9.19	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
9.08/9.19	c # [type: int, range: [-1,2147483647], default: -1]
9.08/9.19	c heuristics/undercover/freq = 0
9.08/9.19	c 
9.08/9.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
9.08/9.19	c # [type: int, range: [-1,2147483647], default: -1]
9.08/9.19	c separating/rapidlearning/freq = 0
9.08/9.19	c 
9.08/9.19	c -----------------------------------------------------------------------------------------------
9.08/9.19	c start solving
9.19/9.23	c 
10.09/10.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.09/10.10	c   9.2s|     1 |     0 |  1000 |     - | 314M|   0 |1000 |  38k|  38k|  38k|  75k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
43.98/44.05	c  40.8s|     1 |     0 |  2500 |     - | 315M|   0 |1000 |  38k|  38k|  38k|  76k|1000 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
60.17/60.22	c  56.9s|     1 |     0 |  4000 |     - | 315M|   0 |1000 |  38k|  38k|  38k|  77k|2003 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
77.66/77.76	c  74.3s|     1 |     0 |  5500 |     - | 316M|   0 |1000 |  38k|  38k|  38k|  78k|3005 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
77.87/77.93	o 27
77.87/77.93	c s74.5s|     1 |     0 |  5500 |     - | 316M|   0 |1000 |  38k|  38k|  38k|  78k|3005 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
93.76/93.83	c  90.2s|     1 |     0 |  7000 |     - | 317M|   0 |1000 |  38k|  38k|  38k|  79k|4006 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
93.96/94.07	o 26
93.96/94.07	c s90.5s|     1 |     0 |  7000 |     - | 317M|   0 |1000 |  38k|  38k|  38k|  79k|4006 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
110.36/110.44	c   107s|     1 |     0 |  8502 |     - | 318M|   0 |1000 |  38k|  38k|  38k|  80k|5009 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
110.56/110.62	o 24
110.56/110.62	c s 107s|     1 |     0 |  8502 |     - | 318M|   0 |1000 |  38k|  38k|  38k|  80k|5009 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
127.86/127.91	c   124s|     1 |     0 | 10003 |     - | 319M|   0 |1000 |  38k|  38k|  38k|  81k|6011 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
127.96/128.09	o 23
127.96/128.09	c s 124s|     1 |     0 | 10003 |     - | 319M|   0 |1000 |  38k|  38k|  38k|  81k|6011 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
150.85/150.98	c   145s|     1 |     2 | 10003 |     - | 319M|   0 |1000 |  38k|  38k|  38k|  81k|6011 |   0 |  32 | 0.000000e+00 | 2.300000e+01 |    Inf 
1800.06/1800.90	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.93	c 
1800.06/1800.93	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.93	c Solving Time (sec) : 1699.19
1800.06/1800.93	c Solving Nodes      : 311
1800.06/1800.93	c Primal Bound       : +2.30000000000000e+01 (4 solutions)
1800.06/1800.93	c Dual Bound         : +1.00000000000000e+00
1800.06/1800.93	c Gap                : 2200.00 %
1800.16/1801.01	s SATISFIABLE
1800.16/1801.01	v -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1800.16/1801.01	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 
1800.16/1801.01	v -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 
1800.16/1801.01	v -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 
1800.16/1801.01	v -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 
1800.16/1801.01	v -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 
1800.16/1801.01	v -x374 -x373 -x372 -x371 -x370 x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 
1800.16/1801.01	v -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 
1800.16/1801.01	v -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 
1800.16/1801.01	v -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 
1800.16/1801.01	v -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 
1800.16/1801.01	v -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 
1800.16/1801.01	v -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 
1800.16/1801.01	v -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 
1800.16/1801.01	v -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 
1800.16/1801.01	v -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 
1800.16/1801.01	v -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 
1800.16/1801.01	v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
1800.16/1801.01	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.16/1801.01	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.16/1801.01	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.16/1801.01	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.16/1801.01	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.16/1801.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.16/1801.01	c Solving Time       :    1699.19
1800.16/1801.01	c Original Problem   :
1800.16/1801.01	c   Problem name     : HOME/instance-2665178-1276653372.opb
1800.16/1801.01	c   Variables        : 38000 (38000 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.16/1801.01	c   Constraints      : 38000 initial, 38000 maximal
1800.16/1801.01	c Presolved Problem  :
1800.16/1801.01	c   Problem name     : t_HOME/instance-2665178-1276653372.opb
1800.16/1801.01	c   Variables        : 38000 (38000 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.16/1801.01	c   Constraints      : 38000 initial, 42937 maximal
1800.16/1801.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.16/1801.01	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1800.16/1801.01	c   dualfix          :       0.02          0          0          0          0          0          0          0          0
1800.16/1801.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.16/1801.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.16/1801.01	c   implics          :       0.02          0          0          0          0          0          0          0          0
1800.16/1801.01	c   probing          :       1.63          0          0          0          0          0          0          0          0
1800.16/1801.01	c   and              :       6.28          0          0          0          0          0          0          0          0
1800.16/1801.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.16/1801.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.16/1801.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.16/1801.01	c   integral         :          0          0          0        311          0          0          0          0          0        622
1800.16/1801.01	c   and              :      37500       1556      29106          0          0         30      30683    1209800          0          0
1800.16/1801.01	c   logicor          :        500+         6      16013          0          0       1653          0          0          0          0
1800.16/1801.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.16/1801.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.16/1801.01	c   integral         :     229.68       0.00       0.00     229.68       0.00
1800.16/1801.01	c   and              :     400.00      80.71     319.29       0.00       0.00
1800.16/1801.01	c   logicor          :       6.19       0.00       6.19       0.00       0.00
1800.16/1801.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.16/1801.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.16/1801.01	c   vbounds          :       0.02          2          0          0
1800.16/1801.01	c   rootredcost      :       0.04          1          0          0
1800.16/1801.01	c   pseudoobj        :      13.24      29234        327          0
1800.16/1801.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.16/1801.01	c   propagation      :       1.72       2010       2010       9392       32.7          0        0.0          -
1800.16/1801.01	c   infeasible LP    :       0.02          2          1          1        2.0          0        0.0          0
1800.16/1801.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.16/1801.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.16/1801.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.16/1801.01	c   applied globally :          -          -          -       9356       32.3          -          -          -
1800.16/1801.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.16/1801.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.16/1801.01	c   cut pool         :       0.01          5          -          -          0          -    (maximal pool size: 6011)
1800.16/1801.01	c   redcost          :       7.54       1556          0          0          0          0
1800.16/1801.01	c   impliedbounds    :       0.18          6          0          0       6000          0
1800.16/1801.01	c   intobj           :       0.00          0          0          0          0          0
1800.16/1801.01	c   cgmip            :       0.00          0          0          0          0          0
1800.16/1801.01	c   gomory           :       2.37          6          0          0       3000          0
1800.16/1801.01	c   strongcg         :       2.37          6          0          0       3000          0
1800.16/1801.01	c   cmir             :      61.79          6          0          0       3000          0
1800.16/1801.01	c   flowcover        :      21.64          6          0          0          0          0
1800.16/1801.01	c   clique           :      15.66          6          0          0         11          0
1800.16/1801.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.16/1801.01	c   mcf              :       0.14          1          0          0          0          0
1800.16/1801.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.16/1801.01	c Pricers            :       Time      Calls       Vars
1800.16/1801.01	c   problem variables:       0.00          0          0
1800.16/1801.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.16/1801.01	c   relpscost        :     229.68        311          0          0          0          0        622
1800.16/1801.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.16/1801.01	c   inference        :       0.00          0          0          0          0          0          0
1800.16/1801.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.16/1801.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.16/1801.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.16/1801.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.16/1801.01	c   random           :       0.00          0          0          0          0          0          0
1800.16/1801.01	c Primal Heuristics  :       Time      Calls      Found
1800.16/1801.01	c   LP solutions     :       0.00          -          0
1800.16/1801.01	c   pseudo solutions :       0.00          -          0
1800.16/1801.01	c   intshifting      :       0.00          0          0
1800.16/1801.01	c   oneopt           :       0.18          3          0
1800.16/1801.01	c   guideddiving     :     111.67          8          0
1800.16/1801.01	c   coefdiving       :     237.34         17          0
1800.16/1801.01	c   pscostdiving     :     287.51         17          0
1800.16/1801.01	c   trivial          :       0.14          2          0
1800.16/1801.01	c   simplerounding   :       0.02          0          0
1800.16/1801.01	c   zirounding       :       1.71        311          0
1800.16/1801.01	c   rounding         :       1.57        566          0
1800.16/1801.01	c   shifting         :      13.97        331          4
1800.16/1801.01	c   twoopt           :       0.00          0          0
1800.16/1801.01	c   fixandinfer      :       0.00          0          0
1800.16/1801.01	c   feaspump         :       1.10          1          0
1800.16/1801.01	c   fracdiving       :     121.78          6          0
1800.16/1801.01	c   veclendiving     :      65.67          5          0
1800.16/1801.01	c   intdiving        :       0.00          0          0
1800.16/1801.01	c   actconsdiving    :       0.00          0          0
1800.16/1801.01	c   objpscostdiving  :      10.06          3          0
1800.16/1801.01	c   rootsoldiving    :       5.38          2          0
1800.16/1801.01	c   linesearchdiving :     190.68          8          0
1800.16/1801.01	c   octane           :       0.00          0          0
1800.16/1801.01	c   rens             :      16.06          1          0
1800.16/1801.01	c   rins             :       0.00          0          0
1800.16/1801.01	c   localbranching   :       0.00          0          0
1800.16/1801.01	c   mutation         :       0.00          0          0
1800.16/1801.01	c   crossover        :       0.94          1          0
1800.16/1801.01	c   dins             :       0.00          0          0
1800.16/1801.01	c   undercover       :       0.06          1          0
1800.16/1801.01	c   nlp              :       0.00          0          0
1800.16/1801.01	c   trysol           :       0.00          0          0
1800.16/1801.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.16/1801.01	c   primal LP        :      17.26          0          0       0.00       0.00
1800.16/1801.01	c   dual LP          :     125.87       1867     200993     107.66    1596.83
1800.16/1801.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.16/1801.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.16/1801.01	c   diving/probing LP:     351.74      12032      66987       5.57     190.44
1800.16/1801.01	c   strong branching :     229.44       4621      83126      17.99     362.30
1800.16/1801.01	c     (at root node) :          -         32       3723     116.34          -
1800.16/1801.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.16/1801.01	c B&B Tree           :
1800.16/1801.01	c   number of runs   :          1
1800.16/1801.01	c   nodes            :        311
1800.16/1801.01	c   nodes (total)    :        311
1800.16/1801.01	c   nodes left       :        312
1800.16/1801.01	c   max depth        :         14
1800.16/1801.01	c   max depth (total):         14
1800.16/1801.01	c   backtracks       :         66 (21.2%)
1800.16/1801.01	c   delayed cutoffs  :          0
1800.16/1801.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.16/1801.01	c   avg switch length:       2.86
1800.16/1801.01	c   switching time   :      18.32
1800.16/1801.01	c Solution           :
1800.16/1801.01	c   Solutions found  :          4 (4 improvements)
1800.16/1801.01	c   First Solution   : +2.70000000000000e+01   (in run 1, after 1 nodes, 74.32 seconds, depth 0, found by <shifting>)
1800.16/1801.01	c   Primal Bound     : +2.30000000000000e+01   (in run 1, after 1 nodes, 124.12 seconds, depth 0, found by <shifting>)
1800.16/1801.01	c   Dual Bound       : +1.00000000000000e+00
1800.16/1801.01	c   Gap              :    2200.00 %
1800.16/1801.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.16/1801.01	c   Root Iterations  :      10003
1800.75/1801.63	c Time complete: 1800.79.

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-2665178-1276653372/watcher-2665178-1276653372 -o /tmp/evaluation-result-2665178-1276653372/solver-2665178-1276653372 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665178-1276653372.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.00 3/105 16023
/proc/meminfo: memFree=1830192/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=9584 CPUtime=0
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 1118 0 0 0 0 0 0 0 25 0 1 0 6628602 9814016 1039 1992294400 4194304 9819077 140736966540304 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16023/statm: 2396 1047 371 1374 0 1017 0

[startup+0.0990839 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 16023
/proc/meminfo: memFree=1830192/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=24460 CPUtime=0.09
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 5014 0 0 0 8 1 0 0 25 0 1 0 6628602 25047040 4935 1992294400 4194304 9819077 140736966540304 18446744073709551615 5652468 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16023/statm: 6115 4935 389 1374 0 4736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24460

[startup+0.101084 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 16023
/proc/meminfo: memFree=1830192/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=25484 CPUtime=0.09
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 5273 0 0 0 8 1 0 0 25 0 1 0 6628602 26095616 5194 1992294400 4194304 9819077 140736966540304 18446744073709551615 8718976 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16023/statm: 6371 5194 389 1374 0 4992 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25484

[startup+0.301109 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 16023
/proc/meminfo: memFree=1830192/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=50120 CPUtime=0.29
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 11517 0 0 0 25 4 0 0 25 0 1 0 6628602 51322880 11363 1992294400 4194304 9819077 140736966540304 18446744073709551615 4333587 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16023/statm: 12530 11363 390 1374 0 11151 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50120

[startup+0.701158 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 16023
/proc/meminfo: memFree=1830192/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=112968 CPUtime=0.69
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 26706 0 0 0 60 9 0 0 25 0 1 0 6628602 115679232 26199 1992294400 4194304 9819077 140736966540304 18446744073709551615 4329686 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 28242 26199 460 1374 0 26863 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 112968

[startup+1.50126 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16024
/proc/meminfo: memFree=1717468/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=146840 CPUtime=1.49
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 35068 0 0 0 137 12 0 0 25 0 1 0 6628602 150364160 34561 1992294400 4194304 9819077 140736966540304 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 36710 34561 473 1374 0 35331 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 146840

[startup+3.10146 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16024
/proc/meminfo: memFree=1671960/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=210168 CPUtime=3.09
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 50884 0 0 0 291 18 0 0 25 0 1 0 6628602 215212032 50377 1992294400 4194304 9819077 140736966540304 18446744073709551615 5968621 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 52542 50377 473 1374 0 51163 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 210168

[startup+6.30186 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16024
/proc/meminfo: memFree=1547092/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=325012 CPUtime=6.29
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 79591 0 0 0 601 28 0 0 25 0 1 0 6628602 332812288 79024 1992294400 4194304 9819077 140736966540304 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 81253 79024 473 1374 0 79874 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 325012

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16024
/proc/meminfo: memFree=1385768/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=488176 CPUtime=12.69
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 173449 0 0 0 1189 80 0 0 25 0 1 0 6628602 499892224 111026 1992294400 4194304 9819077 140736966540304 18446744073709551615 6043589 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 122044 111026 661 1374 0 120665 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 488176

[startup+25.5003 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16026
/proc/meminfo: memFree=1384652/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=494600 CPUtime=25.48
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 174587 0 0 0 2464 84 0 0 25 0 1 0 6628602 506470400 112090 1992294400 4194304 9819077 140736966540304 18446744073709551615 5732499 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 123650 112090 669 1374 0 122271 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 494600

[startup+51.1004 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16026
/proc/meminfo: memFree=1358488/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=522628 CPUtime=51.08
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 197126 0 0 0 4808 300 0 0 25 0 1 0 6628602 535171072 118175 1992294400 4194304 9819077 140736966540304 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 130657 118175 680 1374 0 129278 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 522628

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16028
/proc/meminfo: memFree=1354644/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=529472 CPUtime=102.27
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 246147 0 0 0 9893 334 0 0 25 0 1 0 6628602 542179328 119117 1992294400 4194304 9819077 140736966540304 18446744073709551615 6043568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 132368 119117 680 1374 0 130989 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 529472

[startup+162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16028
/proc/meminfo: memFree=1368284/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=492588 CPUtime=162.25
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 1019063 0 0 0 15584 641 0 0 25 0 1 0 6628602 504410112 115714 1992294400 4194304 9819077 140736966540304 18446744073709551615 7221877 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 123147 115714 705 1374 0 121768 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 492588

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16030
/proc/meminfo: memFree=1353900/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=499132 CPUtime=222.23
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 2061119 0 0 0 21188 1035 0 0 25 0 1 0 6628602 511111168 119005 1992294400 4194304 9819077 140736966540304 18446744073709551615 6372188 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 124783 119010 709 1374 0 123404 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 499132

[startup+282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16032
/proc/meminfo: memFree=1350304/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=505532 CPUtime=282.21
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 3173537 0 0 0 26740 1481 0 0 25 0 1 0 6628602 517664768 119676 1992294400 4194304 9819077 140736966540304 18446744073709551615 6391483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 126383 119676 714 1374 0 125004 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 505532

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16043
/proc/meminfo: memFree=1349188/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=508664 CPUtime=342.19
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 4139898 0 0 0 32358 1861 0 0 25 0 1 0 6628602 520871936 120420 1992294400 4194304 9819077 140736966540304 18446744073709551615 6070431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 127166 120420 714 1374 0 125787 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 508664

[startup+402.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/106 16545
/proc/meminfo: memFree=1333028/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=512332 CPUtime=401.84
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 5097285 0 0 0 37946 2238 0 0 25 0 1 0 6628602 524627968 121344 1992294400 4194304 9819077 140736966540304 18446744073709551615 6568868 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 128083 121344 714 1374 0 126704 0
Current children cumulated CPU time (s) 401.84
Current children cumulated vsize (KiB) 512332

[startup+462.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/106 16545
/proc/meminfo: memFree=1334020/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=508996 CPUtime=461.82
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 5713906 0 0 0 43700 2482 0 0 25 0 1 0 6628602 521211904 121183 1992294400 4194304 9819077 140736966540304 18446744073709551615 4780817 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 127249 121183 714 1374 0 125870 0
Current children cumulated CPU time (s) 461.82
Current children cumulated vsize (KiB) 508996

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16547
/proc/meminfo: memFree=1331416/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=512524 CPUtime=521.8
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 6551915 0 0 0 49380 2800 0 0 25 0 1 0 6628602 524824576 121766 1992294400 4194304 9819077 140736966540304 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 128131 121766 714 1374 0 126752 0
Current children cumulated CPU time (s) 521.8
Current children cumulated vsize (KiB) 512524

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16549
/proc/meminfo: memFree=1328688/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=516172 CPUtime=581.79
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 7027269 0 0 0 55192 2987 0 0 25 0 1 0 6628602 528560128 122458 1992294400 4194304 9819077 140736966540304 18446744073709551615 7311902 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 129043 122458 720 1374 0 127664 0
Current children cumulated CPU time (s) 581.79
Current children cumulated vsize (KiB) 516172

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16551
/proc/meminfo: memFree=1328440/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=514912 CPUtime=641.78
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 8066379 0 0 0 60793 3385 0 0 25 0 1 0 6628602 527269888 122541 1992294400 4194304 9819077 140736966540304 18446744073709551615 4776005 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 128728 122541 720 1374 0 127349 0
Current children cumulated CPU time (s) 641.78
Current children cumulated vsize (KiB) 514912

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16559
/proc/meminfo: memFree=1321504/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=524096 CPUtime=941.69
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 12872934 0 0 0 88941 5228 0 0 25 0 1 0 6628602 536674304 123854 1992294400 4194304 9819077 140736966540304 18446744073709551615 6592690 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 131024 123865 720 1374 0 129645 0
Current children cumulated CPU time (s) 941.69
Current children cumulated vsize (KiB) 524096

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16561
/proc/meminfo: memFree=1321752/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=532188 CPUtime=1001.68
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 13717531 0 0 0 94610 5558 0 0 25 0 1 0 6628602 544960512 124666 1992294400 4194304 9819077 140736966540304 18446744073709551615 6671098 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 133047 124666 720 1374 0 131668 0
Current children cumulated CPU time (s) 1001.68
Current children cumulated vsize (KiB) 532188

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16561
/proc/meminfo: memFree=1320016/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=525376 CPUtime=1061.66
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 14663629 0 0 0 100237 5929 0 0 25 0 1 0 6628602 537985024 124648 1992294400 4194304 9819077 140736966540304 18446744073709551615 8494896 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 131344 124648 720 1374 0 129965 0
Current children cumulated CPU time (s) 1061.66
Current children cumulated vsize (KiB) 525376

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16563
/proc/meminfo: memFree=1320512/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=536416 CPUtime=1121.64
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 15528248 0 0 0 105898 6266 0 0 25 0 1 0 6628602 549289984 125499 1992294400 4194304 9819077 140736966540304 18446744073709551615 6362179 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 134104 125499 720 1374 0 132725 0
Current children cumulated CPU time (s) 1121.64
Current children cumulated vsize (KiB) 536416

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16565
/proc/meminfo: memFree=1315428/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=529672 CPUtime=1181.62
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 16217259 0 0 0 111631 6531 0 0 25 0 1 0 6628602 542384128 125842 1992294400 4194304 9819077 140736966540304 18446744073709551615 6004033 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 132418 125842 727 1374 0 131039 0
Current children cumulated CPU time (s) 1181.62
Current children cumulated vsize (KiB) 529672

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16567
/proc/meminfo: memFree=1315676/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=529200 CPUtime=1241.61
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 16939856 0 0 0 117339 6822 0 0 25 0 1 0 6628602 541900800 125752 1992294400 4194304 9819077 140736966540304 18446744073709551615 7816453 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 132300 125752 727 1374 0 130921 0
Current children cumulated CPU time (s) 1241.61
Current children cumulated vsize (KiB) 529200

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16569
/proc/meminfo: memFree=1314808/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=530320 CPUtime=1301.59
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 18076207 0 0 0 122889 7270 0 0 25 0 1 0 6628602 543047680 125952 1992294400 4194304 9819077 140736966540304 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 131508 125869 727 1374 0 130129 0
Current children cumulated CPU time (s) 1301.59
Current children cumulated vsize (KiB) 530320

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16569
/proc/meminfo: memFree=1314932/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=525880 CPUtime=1361.58
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 18854980 0 0 0 128595 7563 0 0 25 0 1 0 6628602 538501120 125708 1992294400 4194304 9819077 140736966540304 18446744073709551615 7221877 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 131470 125708 727 1374 0 130091 0
Current children cumulated CPU time (s) 1361.58
Current children cumulated vsize (KiB) 525880

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16571
/proc/meminfo: memFree=1312328/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=533160 CPUtime=1421.57
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 19767487 0 0 0 134246 7911 0 0 25 0 1 0 6628602 545955840 126470 1992294400 4194304 9819077 140736966540304 18446744073709551615 4660929 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 133290 126470 727 1374 0 131911 0
Current children cumulated CPU time (s) 1421.57
Current children cumulated vsize (KiB) 533160

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16573
/proc/meminfo: memFree=1310220/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=534260 CPUtime=1481.54
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 20833334 0 0 0 139833 8321 0 0 25 0 1 0 6628602 547082240 126834 1992294400 4194304 9819077 140736966540304 18446744073709551615 7816453 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 133565 126847 727 1374 0 132186 0
Current children cumulated CPU time (s) 1481.54
Current children cumulated vsize (KiB) 534260

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16575
/proc/meminfo: memFree=1310220/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=534540 CPUtime=1541.52
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 21625066 0 0 0 145522 8630 0 0 25 0 1 0 6628602 547368960 127025 1992294400 4194304 9819077 140736966540304 18446744073709551615 4783043 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 133635 127025 727 1374 0 132256 0
Current children cumulated CPU time (s) 1541.52
Current children cumulated vsize (KiB) 534540

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16577
/proc/meminfo: memFree=1309228/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=535352 CPUtime=1601.51
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 22451666 0 0 0 151202 8949 0 0 25 0 1 0 6628602 548200448 127246 1992294400 4194304 9819077 140736966540304 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 133838 127246 727 1374 0 132459 0
Current children cumulated CPU time (s) 1601.51
Current children cumulated vsize (KiB) 535352

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16577
/proc/meminfo: memFree=1309352/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=535708 CPUtime=1661.49
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 23511828 0 0 0 156788 9361 0 0 25 0 1 0 6628602 548564992 127247 1992294400 4194304 9819077 140736966540304 18446744073709551615 6512981 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 133927 127247 727 1374 0 132548 0
Current children cumulated CPU time (s) 1661.49
Current children cumulated vsize (KiB) 535708

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16579
/proc/meminfo: memFree=1309848/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=534700 CPUtime=1721.48
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 24170291 0 0 0 162527 9621 0 0 25 0 1 0 6628602 547532800 127149 1992294400 4194304 9819077 140736966540304 18446744073709551615 6362601 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 133675 127149 727 1374 0 132296 0
Current children cumulated CPU time (s) 1721.48
Current children cumulated vsize (KiB) 534700

[startup+1782.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/106 16581
/proc/meminfo: memFree=1309352/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=546112 CPUtime=1781.45
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 25050925 0 0 0 168181 9964 0 0 25 0 1 0 6628602 559218688 127817 1992294400 4194304 9819077 140736966540304 18446744073709551615 6391565 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 136528 127817 727 1374 0 135149 0
Current children cumulated CPU time (s) 1781.45
Current children cumulated vsize (KiB) 546112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 1.02 1.01 1.00 2/106 16581
/proc/meminfo: memFree=1306996/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=544968 CPUtime=1800.06
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 25304983 0 0 0 169943 10063 0 0 25 0 1 0 6628602 558047232 127796 1992294400 4194304 9819077 140736966540304 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16023/statm: 136242 127796 727 1374 0 134863 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 544968

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

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

[startup+1801.4 s]
/proc/loadavg: 1.02 1.01 1.00 2/106 16581
/proc/meminfo: memFree=1306996/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=475616 CPUtime=1800.55
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 25307031 0 0 0 169990 10065 0 0 25 0 1 0 6628602 487030784 113668 1992294400 4194304 9819077 140736966540304 18446744073709551615 5950440 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16023/statm: 118904 113668 728 1374 0 117525 0
Current children cumulated CPU time (s) 1800.55
Current children cumulated vsize (KiB) 475616

[startup+1801.6 s]
/proc/loadavg: 1.02 1.01 1.00 2/106 16581
/proc/meminfo: memFree=1306996/2059040 swapFree=4140536/4192956
[pid=16023] ppid=16021 vsize=98112 CPUtime=1800.75
/proc/16023/stat : 16023 (pbscip.linux.x8) R 16021 16023 14968 0 -1 4202496 25307031 0 0 0 170005 10070 0 0 25 0 1 0 6628602 100466688 22747 1992294400 4194304 9819077 140736966540304 18446744073709551615 4383947 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16023/statm: 24528 22747 728 1374 0 23149 0
Current children cumulated CPU time (s) 1800.75
Current children cumulated vsize (KiB) 98112

Child status: 0
Real time (s): 1801.64
CPU time (s): 1800.8
CPU user time (s): 1700.08
CPU system time (s): 100.719
CPU usage (%): 99.9534
Max. virtual memory (cumulated for all children) (KiB): 699460

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

runsolver used 2.89256 second user time and 8.61569 second system time

The end

Launcher Data

Begin job on node054 at 2010-06-16 03:56:12
IDJOB=2665178
IDBENCH=48121
IDSOLVER=1168
FILE ID=node054/2665178-1276653372
PBS_JOBID= 11172449
Free space on /tmp= 62480 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_5.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-2665178-1276653372/watcher-2665178-1276653372 -o /tmp/evaluation-result-2665178-1276653372/solver-2665178-1276653372 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665178-1276653372.opb -t 1800 -m 1800

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

MD5SUM BENCH= e079962149860142627e0ca6e79ba5d1
RANDOM SEED=961107133

node054.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.217
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.217
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1830720 kB
Buffers:         44132 kB
Cached:         105392 kB
SwapCached:       6676 kB
Active:          96588 kB
Inactive:        66580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1830720 kB
SwapTotal:     4192956 kB
SwapFree:      4140536 kB
Dirty:            6736 kB
Writeback:           0 kB
AnonPages:       11072 kB
Mapped:          12940 kB
Slab:            43532 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181604 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= 62472 MiB
End job on node054 at 2010-06-16 04:26:15