Trace number 2665578

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)28849 1801.08 1801.81

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUMf675f355e04fd5af6f49610fb88dbbd3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark24973
Best CPU time to get the best result obtained on this benchmark1798.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24674
Optimality of the best value was proved NO
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2665578-1276399442.opb>
0.06/0.10	c original problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.06/0.10	c problem read
0.06/0.10	c presolving settings loaded
0.09/0.12	c presolving:
0.09/0.20	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4476 upgd conss, 1260 impls, 210 clqs
0.29/0.30	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 3360 chg sides, 5040 chg coeffs, 4476 upgd conss, 1260 impls, 210 clqs
0.59/0.69	c    (0.6s) probing: 401/540 (74.3%) - 0 fixings, 0 aggregations, 1590 implications, 0 bound changes
0.59/0.69	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.59/0.69	c presolving (3 rounds):
0.59/0.69	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 3360 changed sides, 5040 changed coefficients
0.59/0.69	c  4440 implications, 210 cliques
0.59/0.69	c presolved problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.59/0.69	c    1734 constraints of type <knapsack>
0.59/0.69	c     210 constraints of type <setppc>
0.59/0.69	c    2532 constraints of type <logicor>
0.59/0.69	c transformed objective value is always integral (scale: 1)
0.59/0.69	c Presolving Time: 0.54
0.59/0.69	c - non default parameters ----------------------------------------------------------------------
0.59/0.69	c # SCIP version 1.2.1.2
0.59/0.69	c 
0.59/0.69	c # frequency for displaying node information lines
0.59/0.69	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.69	c display/freq = 10000
0.59/0.69	c 
0.59/0.69	c # maximal time in seconds to run
0.59/0.69	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.69	c limits/time = 1799.91
0.59/0.69	c 
0.59/0.69	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.69	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.69	c limits/memory = 1620
0.59/0.69	c 
0.59/0.69	c # should presolving try to simplify inequalities
0.59/0.69	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.69	c constraints/linear/simplifyinequalities = TRUE
0.59/0.69	c 
0.59/0.69	c # should presolving try to simplify knapsacks
0.59/0.69	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.69	c constraints/knapsack/simplifyinequalities = TRUE
0.59/0.69	c 
0.59/0.69	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.59/0.69	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.69	c separating/rapidlearning/freq = 0
0.59/0.69	c 
0.59/0.69	c -----------------------------------------------------------------------------------------------
0.59/0.69	c start solving
0.59/0.69	c 
0.89/0.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.94	c   0.8s|     1 |     0 |   505 |     - |8915k|   0 | 240 | 540 |4476 | 540 |4476 |   0 |   0 |   0 | 1.742200e+04 |      --      |    Inf 
3.09/3.19	o 29739
3.09/3.19	c y 3.0s|     1 |     0 |   505 |     - |  12M|   0 | 240 | 540 |4476 | 540 |4476 |   0 |   0 |   0 | 1.742200e+04 | 2.973900e+04 |  70.70%
3.40/3.43	c   3.2s|     1 |     0 |   700 |     - |  11M|   0 | 261 | 540 |4553 | 540 |4484 |   8 |   0 |   0 | 1.742200e+04 | 2.973900e+04 |  70.70%
4.89/4.96	c   4.7s|     1 |     0 |   807 |     - |  13M|   0 | 248 | 540 |4553 | 540 |4490 |  14 |   0 |   0 | 1.742200e+04 | 2.973900e+04 |  70.70%
6.49/6.51	c   6.3s|     1 |     0 |   923 |     - |  16M|   0 | 241 | 540 |4553 | 540 |4497 |  21 |   0 |   0 | 1.742200e+04 | 2.973900e+04 |  70.70%
7.99/8.06	c   7.8s|     1 |     0 |  1025 |     - |  18M|   0 | 248 | 540 |4553 | 540 |4501 |  25 |   0 |   0 | 1.742200e+04 | 2.973900e+04 |  70.70%
9.69/9.74	c   9.5s|     1 |     0 |  1199 |     - |  20M|   0 | 244 | 540 |4553 | 540 |4506 |  30 |   0 |   0 | 1.742200e+04 | 2.973900e+04 |  70.70%
11.39/11.43	c  11.2s|     1 |     0 |  1427 |     - |  23M|   0 | 241 | 540 |4553 | 540 |4515 |  39 |   0 |   0 | 1.742200e+04 | 2.973900e+04 |  70.70%
15.69/15.76	c  15.5s|     1 |     2 |  1427 |     - |  23M|   0 | 241 | 540 |4553 | 540 |4515 |  39 |   0 |   9 | 1.742200e+04 | 2.973900e+04 |  70.70%
692.80/693.12	o 28849
692.80/693.12	c * 689s|   961 |   932 |746611 | 776.2 |  25M|  32 |   - | 540 |4939 | 540 |4498 |  39 | 905 | 926 | 1.742200e+04 | 2.884900e+04 |  65.59%
1800.07/1800.80	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.96/1801.76	c 
1800.96/1801.76	c SCIP Status        : solving was interrupted [user interrupt]
1800.96/1801.76	c Solving Time (sec) : 1787.45
1800.96/1801.76	c Solving Nodes      : 3052
1800.96/1801.76	c Primal Bound       : +2.88490000000000e+04 (2 solutions)
1800.96/1801.76	c Dual Bound         : +1.74220000000000e+04
1800.96/1801.76	c Gap                : 65.59 %
1800.96/1801.76	s SATISFIABLE
1800.96/1801.76	v -x325 -x289 x253 x217 x181 -x145 x109 x73 -x37 -x1 x360 x324 x288 -x252 x216 -x180 -x144 x108 -x72 -x36 x353 -x317 -x281 -x245 
1800.96/1801.76	v x209 x173 x137 -x101 -x65 x29 -x346 -x310 x274 x238 -x202 -x166 -x130 x94 x58 x22 x339 x303 -x267 x231 -x195 x159 -x123 -x87 
1800.96/1801.76	v x51 -x15 -x332 x296 -x260 -x224 -x188 x152 x116 -x80 x44 x8 -x359 -x323 -x287 -x251 -x215 -x179 x143 -x107 -x71 -x35 -x358 -x322 
1800.96/1801.76	v -x286 -x250 -x214 -x178 -x142 -x106 x70 -x34 -x357 -x321 -x285 -x249 -x213 x177 -x141 -x105 -x69 -x33 -x356 -x320 -x284 -x248 
1800.96/1801.76	v -x212 -x176 -x140 -x104 -x68 x32 -x355 -x319 -x283 x247 -x211 -x175 -x139 -x103 -x67 -x31 -x354 -x318 x282 -x246 -x210 -x174 
1800.96/1801.76	v -x138 -x102 -x66 -x30 -x352 -x316 -x280 x244 -x208 -x172 -x136 -x100 -x64 -x28 -x351 x315 -x279 -x243 -x207 -x171 -x135 
1800.96/1801.76	v -x99 -x63 -x27 -x350 -x314 -x278 -x242 -x206 -x170 -x134 -x98 x62 -x26 -x349 -x313 -x277 -x241 -x205 -x169 -x133 x97 -x61 -x25 
1800.96/1801.76	v -x348 -x312 -x276 -x240 x204 -x168 -x132 -x96 -x60 -x24 -x347 -x311 -x275 -x239 -x203 x167 -x131 -x95 -x59 -x23 x345 -x309 
1800.96/1801.76	v -x273 -x237 -x201 -x165 -x129 -x93 -x57 -x21 -x344 x308 -x272 -x236 -x200 -x164 -x128 -x92 -x56 -x20 -x343 -x307 -x271 -x235 
1800.96/1801.76	v -x199 -x163 x127 -x91 -x55 -x19 -x342 -x306 -x270 -x234 -x198 -x162 -x126 x90 -x54 -x18 -x341 -x305 -x269 -x233 -x197 -x161 -x125 
1800.96/1801.76	v -x89 -x53 x17 -x340 -x304 x268 -x232 -x196 -x160 -x124 -x88 -x52 -x16 -x338 -x302 -x266 -x230 -x194 -x158 x122 -x86 -x50 
1800.96/1801.76	v -x14 -x337 -x301 -x265 -x229 x193 -x157 -x121 -x85 -x49 -x13 x336 -x300 -x264 -x228 -x192 -x156 -x120 -x84 -x48 -x12 -x335 -x299 
1800.96/1801.76	v -x263 -x227 x191 -x155 -x119 -x83 -x47 -x11 -x334 -x298 -x262 -x226 -x190 -x154 -x118 x82 -x46 -x10 -x333 -x297 -x261 x225 
1800.96/1801.76	v -x189 -x153 -x117 -x81 -x45 -x9 -x331 -x295 x259 -x223 -x187 -x151 -x115 -x79 -x43 -x7 -x330 x294 -x258 -x222 -x186 -x150 
1800.96/1801.76	v -x114 -x78 -x42 -x6 x329 -x293 -x257 -x221 -x185 -x149 -x113 -x77 -x41 -x5 -x328 -x292 -x256 -x220 -x184 -x148 -x112 -x76 -x40 
1800.96/1801.76	v x4 -x327 -x291 -x255 -x219 -x183 -x147 -x111 -x75 x39 -x3 -x326 -x290 -x254 -x218 -x182 x146 -x110 -x74 -x38 -x2 x540 -x539 
1800.96/1801.76	v -x538 x537 x536 -x535 -x534 x533 -x532 -x531 x530 -x529 -x528 -x527 -x526 x525 -x524 -x523 -x522 -x521 -x520 -x519 x518 -x517 
1800.96/1801.76	v -x516 x515 -x514 -x513 -x512 -x511 -x510 -x509 x508 -x507 -x506 -x505 x504 -x503 x502 -x501 x500 -x499 -x498 -x497 -x496 -x495 
1800.96/1801.76	v x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 x486 -x485 x484 -x483 -x482 -x481 -x480 x479 -x478 -x477 -x476 x475 -x474 
1800.96/1801.76	v -x473 -x472 -x471 -x470 -x469 -x468 x467 x466 -x465 -x464 x463 -x462 -x461 -x460 -x459 -x458 x457 -x456 -x455 x454 -x453 -x452 
1800.96/1801.76	v -x451 -x450 -x449 -x448 x447 -x446 -x445 -x444 x443 -x442 -x441 -x440 -x439 x438 -x437 -x436 x435 x434 x433 -x432 x431 -x430 
1800.96/1801.76	v -x429 -x428 x427 -x426 -x425 -x424 -x423 x422 -x421 -x420 -x419 -x418 x417 -x416 -x415 -x414 x413 -x412 -x411 -x410 -x409 -x408 
1800.96/1801.76	v x407 -x406 -x405 -x404 -x403 -x402 x401 x400 x399 x398 -x397 -x396 -x395 -x394 -x393 -x392 x391 x390 -x389 -x388 -x387 -x386 
1800.96/1801.76	v -x385 -x384 -x383 -x382 x381 -x380 -x379 x378 -x377 -x376 -x375 -x374 -x373 -x372 x371 -x370 -x369 -x368 -x367 x366 x365 
1800.96/1801.76	v -x364 x363 -x362 x361 
1800.96/1801.76	c SCIP Status        : solving was interrupted [user interrupt]
1800.96/1801.76	c Solving Time       :    1787.45
1800.96/1801.76	c Original Problem   :
1800.96/1801.76	c   Problem name     : HOME/instance-2665578-1276399442.opb
1800.96/1801.76	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.96/1801.76	c   Constraints      : 4476 initial, 4476 maximal
1800.96/1801.76	c Presolved Problem  :
1800.96/1801.76	c   Problem name     : t_HOME/instance-2665578-1276399442.opb
1800.96/1801.76	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.96/1801.76	c   Constraints      : 4476 initial, 4968 maximal
1800.96/1801.76	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.96/1801.76	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.96/1801.76	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.96/1801.76	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.96/1801.76	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.96/1801.76	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.96/1801.76	c   probing          :       0.32          0          0          0          0          0          0          0          0
1800.96/1801.76	c   knapsack         :       0.13          0          0          0          0          0          0       3360       5040
1800.96/1801.76	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.96/1801.76	c   linear           :       0.05          0          0          0          0          0          0          0          0
1800.96/1801.76	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.96/1801.76	c   root node        :          -          0          -          -          0          -          -          -          -
1800.96/1801.76	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.96/1801.76	c   integral         :          0          0          0       2997          0          5         35          0          0       5942
1800.96/1801.76	c   knapsack         :       1734          6      49498          1          0          9       3033          0          0          0
1800.96/1801.76	c   setppc           :        210          6      49489          1          0        273      30653          0          0          0
1800.96/1801.76	c   linear           :          0+         6      48090          0          0          0        130          0          0          0
1800.96/1801.76	c   logicor          :       2532+         6      22637          1          0        112      13224          0          0          0
1800.96/1801.76	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1800.96/1801.76	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.96/1801.76	c   integral         :     367.18       0.00       0.00     367.18       0.00
1800.96/1801.76	c   knapsack         :      10.88       0.06      10.82       0.00       0.00
1800.96/1801.76	c   setppc           :       1.35       0.00       1.35       0.00       0.00
1800.96/1801.76	c   linear           :       0.54       0.00       0.54       0.00       0.00
1800.96/1801.76	c   logicor          :       1.12       0.01       1.11       0.00       0.00
1800.96/1801.76	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.96/1801.76	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.96/1801.76	c   vbounds          :       0.07          2          0          0
1800.96/1801.76	c   rootredcost      :       0.04          2          0          0
1800.96/1801.76	c   pseudoobj        :       0.67      48424          4          0
1800.96/1801.76	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.96/1801.76	c   propagation      :       0.04        398        398       2239       28.7        113        8.8          -
1800.96/1801.76	c   infeasible LP    :       0.43        493        259       3349       55.0         45        6.8          0
1800.96/1801.76	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.96/1801.76	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.96/1801.76	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.96/1801.76	c   applied globally :          -          -          -       2555       26.9          -          -          -
1800.96/1801.76	c   applied locally  :          -          -          -          9       61.4          -          -          -
1800.96/1801.76	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.96/1801.76	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 1722)
1800.96/1801.76	c   redcost          :       0.09       3039          0        259          0          0
1800.96/1801.76	c   impliedbounds    :       0.00          6          0          0          0          0
1800.96/1801.76	c   intobj           :       0.00          0          0          0          0          0
1800.96/1801.76	c   cgmip            :       0.00          0          0          0          0          0
1800.96/1801.76	c   gomory           :       6.69          6          0          0         46          0
1800.96/1801.76	c   strongcg         :       1.19          6          0          0       3000          0
1800.96/1801.76	c   cmir             :       0.13          6          0          0          0          0
1800.96/1801.76	c   flowcover        :       0.19          6          0          0          0          0
1800.96/1801.76	c   clique           :       0.02          6          0          0         43          0
1800.96/1801.76	c   zerohalf         :       0.00          0          0          0          0          0
1800.96/1801.76	c   mcf              :       0.01          1          0          0          0          0
1800.96/1801.76	c   rapidlearning    :       0.91          1          0          0          0         77
1800.96/1801.76	c Pricers            :       Time      Calls       Vars
1800.96/1801.76	c   problem variables:       0.00          0          0
1800.96/1801.76	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.96/1801.76	c   relpscost        :     367.17       2996          5         35          0          0       5942
1800.96/1801.76	c   pscost           :       0.00          0          0          0          0          0          0
1800.96/1801.76	c   inference        :       0.00          0          0          0          0          0          0
1800.96/1801.76	c   mostinf          :       0.00          0          0          0          0          0          0
1800.96/1801.76	c   leastinf         :       0.00          0          0          0          0          0          0
1800.96/1801.76	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.96/1801.76	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.96/1801.76	c   random           :       0.00          0          0          0          0          0          0
1800.96/1801.76	c Primal Heuristics  :       Time      Calls      Found
1800.96/1801.76	c   LP solutions     :       0.00          -          1
1800.96/1801.76	c   pseudo solutions :       0.00          -          0
1800.96/1801.76	c   crossover        :       0.00          0          0
1800.96/1801.76	c   oneopt           :       0.01          2          0
1800.96/1801.76	c   linesearchdiving :      70.41         75          0
1800.96/1801.76	c   guideddiving     :      97.72         85          0
1800.96/1801.76	c   trivial          :       0.00          2          0
1800.96/1801.76	c   simplerounding   :       0.00          0          0
1800.96/1801.76	c   zirounding       :       0.45       1000          0
1800.96/1801.76	c   rounding         :       0.78        727          0
1800.96/1801.76	c   shifting         :       0.59        207          0
1800.96/1801.76	c   intshifting      :       0.00          0          0
1800.96/1801.76	c   twoopt           :       0.00          0          0
1800.96/1801.76	c   fixandinfer      :       0.00          0          0
1800.96/1801.76	c   feaspump         :       5.55        138          0
1800.96/1801.76	c   coefdiving       :      76.93         30          0
1800.96/1801.76	c   pscostdiving     :      78.80         57          0
1800.96/1801.76	c   fracdiving       :      96.86        107          0
1800.96/1801.76	c   veclendiving     :      58.15         40          0
1800.96/1801.76	c   intdiving        :       0.00          0          0
1800.96/1801.76	c   actconsdiving    :       0.00          0          0
1800.96/1801.76	c   objpscostdiving  :      17.68         13          0
1800.96/1801.76	c   rootsoldiving    :      20.91         10          0
1800.96/1801.76	c   octane           :       0.00          0          0
1800.96/1801.76	c   rens             :       0.07          1          0
1800.96/1801.76	c   rins             :       0.00          0          0
1800.96/1801.76	c   localbranching   :       0.00          0          0
1800.96/1801.76	c   mutation         :       0.00          0          0
1800.96/1801.76	c   dins             :       0.00          0          0
1800.96/1801.76	c   undercover       :       0.00          0          0
1800.96/1801.76	c   nlp              :       0.00          0          0
1800.96/1801.76	c   trysol           :       0.00          0          0
1800.96/1801.76	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.96/1801.76	c   primal LP        :       0.00          0          0       0.00          -
1800.96/1801.76	c   dual LP          :     877.02       3041    1563912     514.28    1783.21
1800.96/1801.76	c   lex dual LP      :       0.00          0          0       0.00          -
1800.96/1801.76	c   barrier LP       :       0.00          0          0       0.00          -
1800.96/1801.76	c   diving/probing LP:     479.16      28140     626593      22.27    1307.69
1800.96/1801.76	c   strong branching :     366.70       2110     517287     245.16    1410.65
1800.96/1801.76	c     (at root node) :          -          9       4486     498.44          -
1800.96/1801.76	c   conflict analysis:       0.00          0          0       0.00          -
1800.96/1801.76	c B&B Tree           :
1800.96/1801.76	c   number of runs   :          1
1800.96/1801.76	c   nodes            :       3052
1800.96/1801.76	c   nodes (total)    :       3052
1800.96/1801.76	c   nodes left       :       2889
1800.96/1801.76	c   max depth        :         35
1800.96/1801.76	c   max depth (total):         35
1800.96/1801.76	c   backtracks       :        703 (23.0%)
1800.96/1801.76	c   delayed cutoffs  :          2
1800.96/1801.76	c   repropagations   :        160 (334 domain reductions, 1 cutoffs)
1800.96/1801.76	c   avg switch length:       6.01
1800.96/1801.76	c   switching time   :       1.23
1800.96/1801.76	c Solution           :
1800.96/1801.76	c   Solutions found  :          2 (2 improvements)
1800.96/1801.76	c   First Solution   : +2.97390000000000e+04   (in run 1, after 1 nodes, 2.98 seconds, depth 0, found by <trysol>)
1800.96/1801.76	c   Primal Bound     : +2.88490000000000e+04   (in run 1, after 961 nodes, 689.45 seconds, depth 25, found by <relaxation>)
1800.96/1801.76	c   Dual Bound       : +1.74220000000000e+04
1800.96/1801.76	c   Gap              :      65.59 %
1800.96/1801.76	c   Root Dual Bound  : +1.74220000000000e+04
1800.96/1801.76	c   Root Iterations  :       1427
1801.06/1801.80	c Time complete: 1801.06.

Verifier Data

OK	28849

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665578-1276399442/watcher-2665578-1276399442 -o /tmp/evaluation-result-2665578-1276399442/solver-2665578-1276399442 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665578-1276399442.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.59 1.61 1.42 3/106 24063
/proc/meminfo: memFree=1722640/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=9288 CPUtime=0
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 1055 0 0 0 0 0 0 0 21 0 1 0 15545757 9510912 975 1992294400 4194304 9819077 140734623994528 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24063/statm: 2322 985 371 1374 0 943 0

[startup+0.0684659 s]
/proc/loadavg: 1.59 1.61 1.42 3/106 24063
/proc/meminfo: memFree=1722640/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=12924 CPUtime=0.06
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 2170 0 0 0 5 1 0 0 23 0 1 0 15545757 13234176 2090 1992294400 4194304 9819077 140734623994528 18446744073709551615 8631719 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24063/statm: 3231 2090 388 1374 0 1852 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12924

[startup+0.101473 s]
/proc/loadavg: 1.59 1.61 1.42 3/106 24063
/proc/meminfo: memFree=1722640/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=11796 CPUtime=0.09
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 2223 0 0 0 8 1 0 0 23 0 1 0 15545757 12079104 1789 1992294400 4194304 9819077 140734623994528 18446744073709551615 6179990 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 2949 1789 390 1374 0 1570 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11796

[startup+0.30051 s]
/proc/loadavg: 1.59 1.61 1.42 3/106 24063
/proc/meminfo: memFree=1722640/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=23928 CPUtime=0.29
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 6654 0 0 0 26 3 0 0 23 0 1 0 15545757 24502272 4678 1992294400 4194304 9819077 140734623994528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 5982 4678 505 1374 0 4603 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23928

[startup+0.700588 s]
/proc/loadavg: 1.59 1.61 1.42 3/106 24063
/proc/meminfo: memFree=1722640/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=25804 CPUtime=0.69
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 7939 0 0 0 65 4 0 0 25 0 1 0 15545757 26423296 5192 1992294400 4194304 9819077 140734623994528 18446744073709551615 6031542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 6451 5192 546 1374 0 5072 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25804

[startup+1.50075 s]
/proc/loadavg: 1.59 1.61 1.42 2/107 24064
/proc/meminfo: memFree=1696840/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=36904 CPUtime=1.49
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 11365 0 0 0 143 6 0 0 25 0 1 0 15545757 37789696 7063 1992294400 4194304 9819077 140734623994528 18446744073709551615 6044097 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 9226 7063 665 1374 0 7847 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36904

[startup+3.10106 s]
/proc/loadavg: 1.59 1.61 1.42 2/107 24064
/proc/meminfo: memFree=1693120/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=61544 CPUtime=3.09
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 19093 0 0 0 297 12 0 0 25 0 1 0 15545757 63021056 12966 1992294400 4194304 9819077 140734623994528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 15386 12966 693 1374 0 14007 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61544

[startup+6.30069 s]
/proc/loadavg: 1.63 1.62 1.42 2/107 24064
/proc/meminfo: memFree=1682828/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=47884 CPUtime=6.29
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 19841 0 0 0 615 14 0 0 25 0 1 0 15545757 49033216 10919 1992294400 4194304 9819077 140734623994528 18446744073709551615 4310623 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 11971 10919 703 1374 0 10592 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47884

[startup+12.7009 s]
/proc/loadavg: 1.58 1.61 1.42 2/107 24064
/proc/meminfo: memFree=1673156/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=61864 CPUtime=12.68
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 26059 0 0 0 1249 19 0 0 25 0 1 0 15545757 63348736 12894 1992294400 4194304 9819077 140734623994528 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 15466 12894 714 1374 0 14087 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 61864

[startup+25.5004 s]
/proc/loadavg: 1.45 1.58 1.41 2/107 24066
/proc/meminfo: memFree=1673156/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=60204 CPUtime=25.49
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 30024 0 0 0 2525 24 0 0 25 0 1 0 15545757 61648896 12815 1992294400 4194304 9819077 140734623994528 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 15051 12815 718 1374 0 13672 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60204

[startup+51.1015 s]
/proc/loadavg: 1.29 1.53 1.40 2/107 24066
/proc/meminfo: memFree=1673156/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=59932 CPUtime=51.06
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 39095 0 0 0 5071 35 0 0 25 0 1 0 15545757 61370368 12805 1992294400 4194304 9819077 140734623994528 18446744073709551615 6656765 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 14983 12805 718 1374 0 13604 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 59932

[startup+102.308 s]
/proc/loadavg: 1.15 1.45 1.38 2/107 24068
/proc/meminfo: memFree=1673280/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=60096 CPUtime=102.25
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 57920 0 0 0 10169 56 0 0 25 0 1 0 15545757 61538304 12821 1992294400 4194304 9819077 140734623994528 18446744073709551615 7289233 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 15024 12821 720 1374 0 13645 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 60096

[startup+162.301 s]
/proc/loadavg: 1.10 1.39 1.36 2/107 24068
/proc/meminfo: memFree=1673156/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=55072 CPUtime=162.21
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 65554 0 0 0 16148 73 0 0 25 0 1 0 15545757 56393728 12763 1992294400 4194304 9819077 140734623994528 18446744073709551615 7261021 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 13768 12763 720 1374 0 12389 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 55072

[startup+222.301 s]
/proc/loadavg: 1.07 1.33 1.34 2/107 24070
/proc/meminfo: memFree=1672784/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=61420 CPUtime=222.19
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 72243 0 0 0 22125 94 0 0 25 0 1 0 15545757 62894080 12902 1992294400 4194304 9819077 140734623994528 18446744073709551615 7308981 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 15355 12902 720 1374 0 13976 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 61420

[startup+282.302 s]
/proc/loadavg: 1.14 1.30 1.33 2/107 24072
/proc/meminfo: memFree=1672784/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=60560 CPUtime=282.17
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 79793 0 0 0 28100 117 0 0 25 0 1 0 15545757 62013440 12906 1992294400 4194304 9819077 140734623994528 18446744073709551615 7330339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 15140 12906 720 1374 0 13761 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 60560

[startup+342.302 s]
/proc/loadavg: 1.12 1.26 1.31 2/107 24074
/proc/meminfo: memFree=1672784/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=61280 CPUtime=342.14
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 90330 0 0 0 34069 145 0 0 25 0 1 0 15545757 62750720 12894 1992294400 4194304 9819077 140734623994528 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 15320 12894 720 1374 0 13941 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 61280

[startup+402.301 s]
/proc/loadavg: 1.11 1.22 1.29 2/107 24076
/proc/meminfo: memFree=1672660/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=56496 CPUtime=402.11
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 99111 0 0 0 40039 172 0 0 25 0 1 0 15545757 57851904 12989 1992294400 4194304 9819077 140734623994528 18446744073709551615 7291687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 14124 12989 733 1374 0 12745 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 56496

[startup+462.301 s]
/proc/loadavg: 1.10 1.20 1.27 2/107 24076
/proc/meminfo: memFree=1671792/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=62404 CPUtime=462.09
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 111206 0 0 0 46003 206 0 0 25 0 1 0 15545757 63901696 13226 1992294400 4194304 9819077 140734623994528 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 15601 13226 733 1374 0 14222 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 62404

[startup+522.301 s]
/proc/loadavg: 1.09 1.17 1.26 2/107 24078
/proc/meminfo: memFree=1671544/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=57020 CPUtime=522.07
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 124373 0 0 0 51972 235 0 0 25 0 1 0 15545757 58388480 13121 1992294400 4194304 9819077 140734623994528 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 14255 13121 735 1374 0 12876 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 57020

[startup+582.302 s]
/proc/loadavg: 1.12 1.17 1.25 2/107 24080
/proc/meminfo: memFree=1671544/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=57336 CPUtime=582.05
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 141120 0 0 0 57935 270 0 0 25 0 1 0 15545757 58712064 13122 1992294400 4194304 9819077 140734623994528 18446744073709551615 6597831 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 14334 13122 735 1374 0 12955 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 57336

[startup+642.301 s]
/proc/loadavg: 1.11 1.16 1.25 2/107 24082
/proc/meminfo: memFree=1671420/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=57348 CPUtime=642.03
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 155590 0 0 0 63902 301 0 0 25 0 1 0 15545757 58724352 13122 1992294400 4194304 9819077 140734623994528 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 14337 13122 735 1374 0 12958 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 57348

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.13 1.12 1.19 2/107 24090
/proc/meminfo: memFree=1669808/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=59480 CPUtime=941.9
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 352092 0 0 0 93671 519 0 0 25 0 1 0 15545757 60907520 13429 1992294400 4194304 9819077 140734623994528 18446744073709551615 7289419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 14870 13429 735 1374 0 13491 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 59480

[startup+1002.3 s]
/proc/loadavg: 1.12 1.11 1.18 2/107 24092
/proc/meminfo: memFree=1669932/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=59824 CPUtime=1001.88
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 402203 0 0 0 99627 561 0 0 25 0 1 0 15545757 61259776 13466 1992294400 4194304 9819077 140734623994528 18446744073709551615 7290893 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 14956 13466 735 1374 0 13577 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 59824

[startup+1062.3 s]
/proc/loadavg: 1.11 1.10 1.17 2/107 24092
/proc/meminfo: memFree=1669932/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=59712 CPUtime=1061.86
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 463498 0 0 0 105571 615 0 0 25 0 1 0 15545757 61145088 13450 1992294400 4194304 9819077 140734623994528 18446744073709551615 7292006 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 14928 13450 735 1374 0 13549 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 59712

[startup+1122.3 s]
/proc/loadavg: 1.10 1.10 1.17 2/107 24094
/proc/meminfo: memFree=1669932/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=59768 CPUtime=1121.83
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 527162 0 0 0 111514 669 0 0 25 0 1 0 15545757 61202432 13478 1992294400 4194304 9819077 140734623994528 18446744073709551615 7311965 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 14942 13478 735 1374 0 13563 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 59768

[startup+1182.3 s]
/proc/loadavg: 1.09 1.09 1.16 2/107 24096
/proc/meminfo: memFree=1669684/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=59756 CPUtime=1181.81
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 585832 0 0 0 117463 718 0 0 25 0 1 0 15545757 61190144 13443 1992294400 4194304 9819077 140734623994528 18446744073709551615 6391571 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 14939 13443 735 1374 0 13560 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 59756

[startup+1242.3 s]
/proc/loadavg: 1.08 1.09 1.16 2/107 24098
/proc/meminfo: memFree=1669436/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=60068 CPUtime=1241.79
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 643681 0 0 0 123406 773 0 0 25 0 1 0 15545757 61509632 13551 1992294400 4194304 9819077 140734623994528 18446744073709551615 7312689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 15017 13551 735 1374 0 13638 0
Current children cumulated CPU time (s) 1241.79
Current children cumulated vsize (KiB) 60068

[startup+1302.3 s]
/proc/loadavg: 1.07 1.08 1.15 2/107 24100
/proc/meminfo: memFree=1669436/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=59872 CPUtime=1301.77
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 704448 0 0 0 129352 825 0 0 25 0 1 0 15545757 61308928 13580 1992294400 4194304 9819077 140734623994528 18446744073709551615 7306243 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 14968 13580 735 1374 0 13589 0
Current children cumulated CPU time (s) 1301.77
Current children cumulated vsize (KiB) 59872

[startup+1362.3 s]
/proc/loadavg: 1.07 1.08 1.14 2/107 24100
/proc/meminfo: memFree=1669312/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=66148 CPUtime=1361.73
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 771061 0 0 0 135297 876 0 0 25 0 1 0 15545757 67735552 13651 1992294400 4194304 9819077 140734623994528 18446744073709551615 6391563 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 16537 13651 735 1374 0 15158 0
Current children cumulated CPU time (s) 1361.73
Current children cumulated vsize (KiB) 66148

[startup+1422.31 s]
/proc/loadavg: 1.06 1.08 1.14 2/107 24102
/proc/meminfo: memFree=1669312/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=60176 CPUtime=1421.72
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 837723 0 0 0 141237 935 0 0 25 0 1 0 15545757 61620224 13559 1992294400 4194304 9819077 140734623994528 18446744073709551615 7306243 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 15044 13559 735 1374 0 13665 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 60176

[startup+1482.3 s]
/proc/loadavg: 1.06 1.08 1.13 2/107 24104
/proc/meminfo: memFree=1669064/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=60620 CPUtime=1481.69
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 909045 0 0 0 147178 991 0 0 25 0 1 0 15545757 62074880 13599 1992294400 4194304 9819077 140734623994528 18446744073709551615 7291095 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 15155 13599 735 1374 0 13776 0
Current children cumulated CPU time (s) 1481.69
Current children cumulated vsize (KiB) 60620

[startup+1542.3 s]
/proc/loadavg: 1.14 1.09 1.13 2/107 24106
/proc/meminfo: memFree=1667824/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=61460 CPUtime=1541.66
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 976055 0 0 0 153117 1049 0 0 25 0 1 0 15545757 62935040 13884 1992294400 4194304 9819077 140734623994528 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 15365 13884 735 1374 0 13986 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 61460

[startup+1602.3 s]
/proc/loadavg: 1.22 1.12 1.13 2/107 24108
/proc/meminfo: memFree=1667824/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=62144 CPUtime=1601.64
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 1049799 0 0 0 159059 1105 0 0 25 0 1 0 15545757 63635456 13891 1992294400 4194304 9819077 140734623994528 18446744073709551615 7306231 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 15536 13892 735 1374 0 14157 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 62144

[startup+1662.3 s]
/proc/loadavg: 1.15 1.11 1.13 2/107 24108
/proc/meminfo: memFree=1667824/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=62056 CPUtime=1661.61
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 1145315 0 0 0 164985 1176 0 0 25 0 1 0 15545757 63545344 13886 1992294400 4194304 9819077 140734623994528 18446744073709551615 7292336 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 15514 13886 735 1374 0 14135 0
Current children cumulated CPU time (s) 1661.61
Current children cumulated vsize (KiB) 62056

[startup+1722.3 s]
/proc/loadavg: 1.20 1.12 1.13 2/107 24110
/proc/meminfo: memFree=1667700/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=62356 CPUtime=1721.59
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 1246356 0 0 0 170913 1246 0 0 25 0 1 0 15545757 63852544 13911 1992294400 4194304 9819077 140734623994528 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 15589 13911 735 1374 0 14210 0
Current children cumulated CPU time (s) 1721.59
Current children cumulated vsize (KiB) 62356

[startup+1782.3 s]
/proc/loadavg: 1.13 1.11 1.12 2/107 24112
/proc/meminfo: memFree=1667452/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=62884 CPUtime=1781.57
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 1360109 0 0 0 176832 1325 0 0 25 0 1 0 15545757 64393216 13962 1992294400 4194304 9819077 140734623994528 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 15721 13962 735 1374 0 14342 0
Current children cumulated CPU time (s) 1781.57
Current children cumulated vsize (KiB) 62884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.10 1.10 1.12 2/107 24112
/proc/meminfo: memFree=1667576/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=62840 CPUtime=1800.07
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 1393883 0 0 0 178659 1348 0 0 25 0 1 0 15545757 64348160 13988 1992294400 4194304 9819077 140734623994528 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 15710 13988 735 1374 0 14331 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 62840

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.10 1.10 1.12 2/107 24112
/proc/meminfo: memFree=1667576/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=62884 CPUtime=1800.66
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 1394865 0 0 0 178718 1348 0 0 25 0 1 0 15545757 64393216 13981 1992294400 4194304 9819077 140734623994528 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24063/statm: 15721 13981 735 1374 0 14342 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (KiB) 62884

[startup+1801.81 s]
/proc/loadavg: 1.10 1.10 1.12 2/108 24113
/proc/meminfo: memFree=1667568/2059040 swapFree=4136180/4192956
[pid=24063] ppid=24061 vsize=9148 CPUtime=1801.06
/proc/24063/stat : 24063 (pbscip.linux.x8) R 24061 24063 24038 0 -1 4202496 1395491 0 0 0 178757 1349 0 0 25 0 1 0 15545757 9367552 1580 1992294400 4194304 9819077 140734623994528 18446744073709551615 8723783 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24063/statm: 2228 1521 738 1374 0 849 0
Current children cumulated CPU time (s) 1801.06
Current children cumulated vsize (KiB) 9148

Child status: 0
Real time (s): 1801.81
CPU time (s): 1801.08
CPU user time (s): 1787.58
CPU system time (s): 13.4969
CPU usage (%): 99.9593
Max. virtual memory (cumulated for all children) (KiB): 69372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.58
system time used= 13.4969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1395495
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= 3
involuntary context switches= 5713

runsolver used 3.09953 second user time and 8.39172 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-13 05:24:02
IDJOB=2665578
IDBENCH=2010
IDSOLVER=1168
FILE ID=node011/2665578-1276399442
PBS_JOBID= 11173273
Free space on /tmp= 62264 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data6_3.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-2665578-1276399442/watcher-2665578-1276399442 -o /tmp/evaluation-result-2665578-1276399442/solver-2665578-1276399442 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665578-1276399442.opb -t 1800 -m 1800

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

MD5SUM BENCH= f675f355e04fd5af6f49610fb88dbbd3
RANDOM SEED=2114365685

node011.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.264
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.52
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.264
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:       1723044 kB
Buffers:         90688 kB
Cached:         167700 kB
SwapCached:      11116 kB
Active:         138028 kB
Inactive:       133808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1723044 kB
SwapTotal:     4192956 kB
SwapFree:      4136180 kB
Dirty:            6800 kB
Writeback:           0 kB
AnonPages:       10772 kB
Mapped:           9124 kB
Slab:            42444 kB
PageTables:       4096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179040 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= 62256 MiB
End job on node011 at 2010-06-13 05:54:05