Trace number 2667004

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT (TO)70 1800.27 1800.9

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ6_3.opb
MD5SUMff9be653d1d3ea3b1a82846016e94df6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark1798.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 64
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 3
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2667004-1276397966.opb>
0.09/0.10	c original problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.09/0.10	c problem read
0.09/0.10	c presolving settings loaded
0.09/0.12	c presolving:
0.19/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.70	c 
1.29/1.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.38	c   1.2s|     1 |     0 |  1353 |     - |8915k|   0 | 235 | 540 |4476 | 540 |4476 |   0 |   0 |   0 | 4.800000e+01 |      --      |    Inf 
10.90/10.93	o 70
10.90/10.93	c y10.6s|     1 |     0 |  4062 |     - |  12M|   0 | 235 | 540 |4476 | 540 |4476 |   0 |   0 |   0 | 4.800000e+01 | 7.000000e+01 |  45.83%
11.09/11.19	c  10.9s|     1 |     0 |  4327 |     - |  10M|   0 | 263 | 540 |4651 | 540 |4482 |   6 |   0 |   0 | 4.800000e+01 | 7.000000e+01 |  45.83%
12.89/12.94	c  12.6s|     1 |     0 |  4810 |     - |  13M|   0 | 252 | 540 |4651 | 540 |4493 |  17 |   0 |   0 | 4.800000e+01 | 7.000000e+01 |  45.83%
14.68/14.73	c  14.4s|     1 |     0 |  5197 |     - |  15M|   0 | 261 | 540 |4651 | 540 |4501 |  25 |   0 |   0 | 4.800000e+01 | 7.000000e+01 |  45.83%
17.38/17.41	c  17.0s|     1 |     0 |  5647 |     - |  15M|   0 | 266 | 540 |4651 | 540 |4509 |  33 |   0 |   0 | 4.800000e+01 | 7.000000e+01 |  45.83%
19.19/19.29	c  18.9s|     1 |     0 |  5894 |     - |  17M|   0 | 276 | 540 |4651 | 540 |4516 |  40 |   0 |   0 | 4.800000e+01 | 7.000000e+01 |  45.83%
21.48/21.53	c  21.1s|     1 |     0 |  6313 |     - |  20M|   0 | 274 | 540 |4651 | 540 |4523 |  47 |   0 |   0 | 4.800000e+01 | 7.000000e+01 |  45.83%
26.78/26.87	c  26.4s|     1 |     2 |  6313 |     - |  20M|   0 | 274 | 540 |4651 | 540 |4523 |  47 |   0 |   9 | 4.800000e+01 | 7.000000e+01 |  45.83%
1800.08/1800.71	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.17/1800.84	c 
1800.17/1800.84	c SCIP Status        : solving was interrupted [user interrupt]
1800.17/1800.84	c Solving Time (sec) : 1778.83
1800.17/1800.84	c Solving Nodes      : 4010
1800.17/1800.84	c Primal Bound       : +7.00000000000000e+01 (2 solutions)
1800.17/1800.84	c Dual Bound         : +4.80000000000000e+01
1800.17/1800.84	c Gap                : 45.83 %
1800.17/1800.85	s SATISFIABLE
1800.17/1800.85	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 x209 
1800.17/1800.85	v -x173 -x137 -x101 x65 -x29 x346 -x310 -x274 x238 x202 x166 -x130 -x94 -x58 x22 -x339 x303 x267 -x231 -x195 x159 x123 x87 -x51 
1800.17/1800.85	v -x15 x332 -x296 -x260 -x224 x188 x152 x116 -x80 x44 -x8 x359 -x323 -x287 -x251 -x215 -x179 -x143 -x107 -x71 -x35 -x358 -x322 
1800.17/1800.85	v -x286 -x250 x214 -x178 -x142 -x106 -x70 -x34 -x357 -x321 -x285 -x249 -x213 x177 -x141 -x105 -x69 -x33 -x356 -x320 -x284 -x248 
1800.17/1800.85	v -x212 -x176 -x140 -x104 x68 -x32 -x355 -x319 x283 -x247 -x211 -x175 -x139 -x103 -x67 -x31 -x354 -x318 -x282 x246 -x210 -x174 
1800.17/1800.85	v -x138 -x102 -x66 -x30 -x352 -x316 -x280 -x244 -x208 -x172 -x136 -x100 -x64 x28 -x351 -x315 -x279 -x243 -x207 -x171 x135 
1800.17/1800.85	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.17/1800.85	v -x348 -x312 -x276 -x240 -x204 -x168 -x132 x96 -x60 -x24 -x347 x311 -x275 -x239 -x203 -x167 -x131 -x95 -x59 -x23 -x345 -x309 
1800.17/1800.85	v x273 -x237 -x201 -x165 -x129 -x93 -x57 -x21 -x344 -x308 -x272 -x236 -x200 -x164 x128 -x92 -x56 -x20 -x343 -x307 -x271 -x235 
1800.17/1800.85	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.17/1800.85	v -x89 x53 -x17 x340 -x304 -x268 -x232 -x196 -x160 -x124 -x88 -x52 -x16 -x338 -x302 -x266 -x230 x194 -x158 -x122 -x86 -x50 
1800.17/1800.85	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.17/1800.85	v x263 -x227 -x191 -x155 -x119 -x83 -x47 -x11 -x334 -x298 -x262 x226 -x190 -x154 -x118 -x82 -x46 -x10 -x333 -x297 -x261 -x225 
1800.17/1800.85	v -x189 -x153 -x117 x81 -x45 -x9 -x331 -x295 -x259 -x223 -x187 -x151 -x115 -x79 -x43 x7 -x330 -x294 -x258 -x222 -x186 -x150 
1800.17/1800.85	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.17/1800.85	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.17/1800.85	v x538 x537 x536 x535 -x534 -x533 -x532 -x531 x530 -x529 -x528 -x527 -x526 -x525 -x524 x523 -x522 -x521 x520 -x519 -x518 -x517 
1800.17/1800.85	v -x516 x515 -x514 -x513 -x512 -x511 x510 -x509 -x508 -x507 -x506 x505 x504 -x503 -x502 x501 -x500 x499 -x498 -x497 -x496 -x495 
1800.17/1800.85	v -x494 -x493 x492 -x491 -x490 x489 -x488 -x487 -x486 -x485 -x484 -x483 x482 -x481 -x480 -x479 -x478 x477 -x476 -x475 x474 -x473 
1800.17/1800.85	v -x472 -x471 -x470 -x469 x468 -x467 x466 -x465 x464 -x463 -x462 -x461 -x460 -x459 x458 -x457 -x456 x455 -x454 -x453 -x452 
1800.17/1800.85	v -x451 x450 -x449 -x448 -x447 -x446 -x445 -x444 x443 -x442 -x441 -x440 -x439 x438 -x437 -x436 x435 -x434 x433 x432 -x431 -x430 
1800.17/1800.85	v -x429 -x428 -x427 x426 -x425 -x424 -x423 x422 -x421 -x420 -x419 -x418 x417 -x416 x415 -x414 -x413 -x412 -x411 -x410 x409 -x408 
1800.17/1800.85	v -x407 -x406 -x405 -x404 -x403 x402 -x401 -x400 -x399 x398 x397 x396 -x395 -x394 -x393 -x392 x391 -x390 x389 -x388 -x387 -x386 
1800.17/1800.85	v -x385 -x384 -x383 -x382 x381 -x380 x379 -x378 -x377 -x376 -x375 -x374 -x373 x372 -x371 -x370 -x369 -x368 -x367 x366 x365 
1800.17/1800.85	v -x364 -x363 x362 -x361 
1800.17/1800.85	c SCIP Status        : solving was interrupted [user interrupt]
1800.17/1800.85	c Solving Time       :    1778.83
1800.17/1800.85	c Original Problem   :
1800.17/1800.85	c   Problem name     : HOME/instance-2667004-1276397966.opb
1800.17/1800.85	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.17/1800.85	c   Constraints      : 4476 initial, 4476 maximal
1800.17/1800.85	c Presolved Problem  :
1800.17/1800.85	c   Problem name     : t_HOME/instance-2667004-1276397966.opb
1800.17/1800.85	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.17/1800.85	c   Constraints      : 4476 initial, 5156 maximal
1800.17/1800.85	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.17/1800.85	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.17/1800.85	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.17/1800.85	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.17/1800.85	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.17/1800.85	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.17/1800.85	c   probing          :       0.32          0          0          0          0          0          0          0          0
1800.17/1800.85	c   knapsack         :       0.13          0          0          0          0          0          0       3360       5040
1800.17/1800.85	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.17/1800.85	c   linear           :       0.05          0          0          0          0          0          0          0          0
1800.17/1800.85	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.17/1800.85	c   root node        :          -          0          -          -          0          -          -          -          -
1800.17/1800.85	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.17/1800.85	c   integral         :          0          0          0       3796          0          7        146          0          0       7430
1800.17/1800.85	c   knapsack         :       1734          6      40201          0          0         17       4214          0          0          0
1800.17/1800.85	c   setppc           :        210          6      40184          0          0        272      41304          0          0          0
1800.17/1800.85	c   linear           :          0+         6      38831          0          0          1        153          0          0          0
1800.17/1800.85	c   logicor          :       2532+         6      20554          0          0        111      19870          0          0          0
1800.17/1800.85	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.17/1800.85	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.17/1800.85	c   integral         :     347.53       0.00       0.00     347.53       0.00
1800.17/1800.85	c   knapsack         :       8.36       0.06       8.30       0.00       0.00
1800.17/1800.85	c   setppc           :       1.14       0.00       1.14       0.00       0.00
1800.17/1800.85	c   linear           :       0.77       0.00       0.77       0.00       0.00
1800.17/1800.85	c   logicor          :       0.99       0.01       0.98       0.00       0.00
1800.17/1800.85	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.17/1800.85	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.17/1800.85	c   vbounds          :       0.03          2          0          0
1800.17/1800.85	c   rootredcost      :       0.04          1          0          0
1800.17/1800.85	c   pseudoobj        :       0.46      39126          3          0
1800.17/1800.85	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.17/1800.85	c   propagation      :       0.09        404        403       2478       28.6        118       10.6          -
1800.17/1800.85	c   infeasible LP    :       0.28        335        201       2052       51.2         32        6.5          0
1800.17/1800.85	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.17/1800.85	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.17/1800.85	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.17/1800.85	c   applied globally :          -          -          -       2317       25.2          -          -          -
1800.17/1800.85	c   applied locally  :          -          -          -          6       58.5          -          -          -
1800.17/1800.85	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.17/1800.85	c   cut pool         :       0.03          5          -          -         26          -    (maximal pool size: 1627)
1800.17/1800.85	c   redcost          :       0.17       3966          0       1612          0          0
1800.17/1800.85	c   impliedbounds    :       0.00          6          0          0          0          0
1800.17/1800.85	c   intobj           :       0.00          0          0          0          0          0
1800.17/1800.85	c   cgmip            :       0.00          0          0          0          0          0
1800.17/1800.85	c   gomory           :       6.67          6          0          0        343          0
1800.17/1800.85	c   strongcg         :       2.42          6          0          0       2667          0
1800.17/1800.85	c   cmir             :       0.12          6          0          0          0          0
1800.17/1800.85	c   flowcover        :       0.19          6          0          0          0          0
1800.17/1800.85	c   clique           :       0.01          6          0          0         45          0
1800.17/1800.85	c   zerohalf         :       0.00          0          0          0          0          0
1800.17/1800.85	c   mcf              :       0.01          1          0          0          0          0
1800.17/1800.85	c   rapidlearning    :       3.54          1          0          0          0        175
1800.17/1800.85	c Pricers            :       Time      Calls       Vars
1800.17/1800.85	c   problem variables:       0.00          0          0
1800.17/1800.85	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.17/1800.85	c   relpscost        :     347.51       3796          7        146          0          0       7430
1800.17/1800.85	c   pscost           :       0.00          0          0          0          0          0          0
1800.17/1800.85	c   inference        :       0.00          0          0          0          0          0          0
1800.17/1800.85	c   mostinf          :       0.00          0          0          0          0          0          0
1800.17/1800.85	c   leastinf         :       0.00          0          0          0          0          0          0
1800.17/1800.85	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.17/1800.85	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.17/1800.85	c   random           :       0.00          0          0          0          0          0          0
1800.17/1800.85	c Primal Heuristics  :       Time      Calls      Found
1800.17/1800.85	c   LP solutions     :       0.00          -          0
1800.17/1800.85	c   pseudo solutions :       0.00          -          0
1800.17/1800.85	c   crossover        :       0.00          0          0
1800.17/1800.85	c   oneopt           :       0.02          1          0
1800.17/1800.85	c   rootsoldiving    :      21.12         12          0
1800.17/1800.85	c   objpscostdiving  :      26.49         13          0
1800.17/1800.85	c   coefdiving       :      60.19         35          0
1800.17/1800.85	c   veclendiving     :      58.35         40          0
1800.17/1800.85	c   linesearchdiving :      55.39         72          0
1800.17/1800.85	c   guideddiving     :      65.86         77          0
1800.17/1800.85	c   trivial          :       0.00          2          0
1800.17/1800.85	c   simplerounding   :       0.00          0          0
1800.17/1800.85	c   zirounding       :       0.48       1000          0
1800.17/1800.85	c   rounding         :       0.70        825          0
1800.17/1800.85	c   shifting         :       0.58        228          0
1800.17/1800.85	c   intshifting      :       0.00          0          0
1800.17/1800.85	c   twoopt           :       0.00          0          0
1800.17/1800.85	c   fixandinfer      :       0.00          0          0
1800.17/1800.85	c   feaspump         :      37.19         32          1
1800.17/1800.85	c   pscostdiving     :      57.28         44          0
1800.17/1800.85	c   fracdiving       :      62.86         78          0
1800.17/1800.85	c   intdiving        :       0.00          0          0
1800.17/1800.85	c   actconsdiving    :       0.00          0          0
1800.17/1800.85	c   octane           :       0.00          0          0
1800.17/1800.85	c   rens             :       0.01          0          0
1800.17/1800.85	c   rins             :       0.00          0          0
1800.17/1800.85	c   localbranching   :       0.00          0          0
1800.17/1800.85	c   mutation         :       0.00          0          0
1800.17/1800.85	c   dins             :       0.00          0          0
1800.17/1800.85	c   undercover       :       0.00          0          0
1800.17/1800.85	c   nlp              :       0.00          0          0
1800.17/1800.85	c   trysol           :       0.01          0          0
1800.17/1800.85	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.17/1800.85	c   primal LP        :       0.00          0          0       0.00          -
1800.17/1800.85	c   dual LP          :     958.00       3985    1113635     279.46    1162.46
1800.17/1800.85	c   lex dual LP      :       0.00          0          0       0.00          -
1800.17/1800.85	c   barrier LP       :       0.00          0          0       0.00          -
1800.17/1800.85	c   diving/probing LP:     414.55      19341     470022      24.30    1133.81
1800.17/1800.85	c   strong branching :     346.88       1832     422530     230.64    1218.09
1800.17/1800.85	c     (at root node) :          -          9       4829     536.56          -
1800.17/1800.85	c   conflict analysis:       0.00          0          0       0.00          -
1800.17/1800.85	c B&B Tree           :
1800.17/1800.85	c   number of runs   :          1
1800.17/1800.85	c   nodes            :       4010
1800.17/1800.85	c   nodes (total)    :       4010
1800.17/1800.85	c   nodes left       :       3384
1800.17/1800.85	c   max depth        :         63
1800.17/1800.85	c   max depth (total):         63
1800.17/1800.85	c   backtracks       :        920 (22.9%)
1800.17/1800.85	c   delayed cutoffs  :         37
1800.17/1800.85	c   repropagations   :        639 (1957 domain reductions, 12 cutoffs)
1800.17/1800.85	c   avg switch length:       5.94
1800.17/1800.85	c   switching time   :       1.95
1800.17/1800.85	c Solution           :
1800.17/1800.85	c   Solutions found  :          2 (1 improvements)
1800.17/1800.85	c   First Solution   : +7.00000000000000e+01   (in run 1, after 1 nodes, 10.61 seconds, depth 0, found by <trysol>)
1800.17/1800.85	c   Primal Bound     : +7.00000000000000e+01   (in run 1, after 1 nodes, 10.61 seconds, depth 0, found by <trysol>)
1800.17/1800.85	c   Dual Bound       : +4.80000000000000e+01
1800.17/1800.85	c   Gap              :      45.83 %
1800.17/1800.85	c   Root Dual Bound  : +4.80000000000000e+01
1800.17/1800.85	c   Root Iterations  :       6313
1800.17/1800.89	c Time complete: 1800.26.

Verifier Data

OK	70

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2667004-1276397966/watcher-2667004-1276397966 -o /tmp/evaluation-result-2667004-1276397966/solver-2667004-1276397966 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667004-1276397966.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.46 1.18 1.06 3/106 19701
/proc/meminfo: memFree=1796728/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=7724 CPUtime=0
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 1016 0 0 0 0 0 0 0 18 0 1 0 15400045 7909376 936 1992294400 4194304 8223781 140736061143568 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19701/statm: 1931 946 348 984 0 944 0

[startup+0.0576679 s]
/proc/loadavg: 1.46 1.18 1.06 3/106 19701
/proc/meminfo: memFree=1796728/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=10872 CPUtime=0.04
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 2014 0 0 0 4 0 0 0 21 0 1 0 15400045 11132928 1934 1992294400 4194304 8223781 140736061143568 18446744073709551615 7246912 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19701/statm: 2718 1934 365 984 0 1731 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10872

[startup+0.101676 s]
/proc/loadavg: 1.46 1.18 1.06 3/106 19701
/proc/meminfo: memFree=1796728/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=11644 CPUtime=0.09
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 2201 0 0 0 9 0 0 0 21 0 1 0 15400045 11923456 2121 1992294400 4194304 8223781 140736061143568 18446744073709551615 4361570 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19701/statm: 2911 2121 365 984 0 1924 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11644

[startup+0.301713 s]
/proc/loadavg: 1.46 1.18 1.06 3/106 19701
/proc/meminfo: memFree=1796728/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=22660 CPUtime=0.29
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 6617 0 0 0 26 3 0 0 21 0 1 0 15400045 23203840 4631 1992294400 4194304 8223781 140736061143568 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 5665 4631 459 984 0 4678 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22660

[startup+0.701786 s]
/proc/loadavg: 1.46 1.18 1.06 3/106 19701
/proc/meminfo: memFree=1796728/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=24304 CPUtime=0.69
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 7829 0 0 0 65 4 0 0 22 0 1 0 15400045 24887296 5070 1992294400 4194304 8223781 140736061143568 18446744073709551615 4858929 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 6076 5070 486 984 0 5089 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24304

[startup+1.50093 s]
/proc/loadavg: 1.46 1.18 1.06 2/107 19702
/proc/meminfo: memFree=1769812/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=33196 CPUtime=1.49
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 11010 0 0 0 143 6 0 0 25 0 1 0 15400045 33992704 7268 1992294400 4194304 8223781 140736061143568 18446744073709551615 6563300 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 8299 7268 549 984 0 7312 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33196

[startup+3.10123 s]
/proc/loadavg: 1.46 1.18 1.06 2/107 19702
/proc/meminfo: memFree=1768944/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=34044 CPUtime=3.09
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 12074 0 0 0 302 7 0 0 25 0 1 0 15400045 34861056 7338 1992294400 4194304 8223781 140736061143568 18446744073709551615 6562870 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 8511 7338 549 984 0 7524 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34044

[startup+6.30082 s]
/proc/loadavg: 1.42 1.18 1.06 2/107 19704
/proc/meminfo: memFree=1768696/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=32992 CPUtime=6.29
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 14427 0 0 0 621 8 0 0 25 0 1 0 15400045 33783808 7096 1992294400 4194304 8223781 140736061143568 18446744073709551615 6047310 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 8248 7096 555 984 0 7261 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32992

[startup+12.701 s]
/proc/loadavg: 1.39 1.17 1.06 2/107 19704
/proc/meminfo: memFree=1756916/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=45048 CPUtime=12.69
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 22214 0 0 0 1246 23 0 0 25 0 1 0 15400045 46129152 10300 1992294400 4194304 8223781 140736061143568 18446744073709551615 6569894 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 11262 10300 593 984 0 10275 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45048

[startup+25.5014 s]
/proc/loadavg: 1.30 1.16 1.05 2/107 19704
/proc/meminfo: memFree=1750716/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=52348 CPUtime=25.49
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 30395 0 0 0 2514 35 0 0 25 0 1 0 15400045 53604352 12051 1992294400 4194304 8223781 140736061143568 18446744073709551615 6250718 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 13087 12051 596 984 0 12100 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52348

[startup+51.1011 s]
/proc/loadavg: 1.20 1.15 1.05 2/107 19704
/proc/meminfo: memFree=1750592/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=52000 CPUtime=51.08
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 49350 0 0 0 5051 57 0 0 25 0 1 0 15400045 53248000 11971 1992294400 4194304 8223781 140736061143568 18446744073709551615 6570023 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 13000 11971 596 984 0 12013 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 52000

[startup+102.309 s]
/proc/loadavg: 1.08 1.12 1.05 2/107 19715
/proc/meminfo: memFree=1749972/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=51532 CPUtime=102.25
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 78759 0 0 0 10131 94 0 0 25 0 1 0 15400045 52768768 11893 1992294400 4194304 8223781 140736061143568 18446744073709551615 6568093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 12883 11893 596 984 0 11896 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 51532

[startup+162.302 s]
/proc/loadavg: 1.03 1.10 1.04 2/107 19717
/proc/meminfo: memFree=1749848/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=52356 CPUtime=162.22
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 111457 0 0 0 16080 142 0 0 25 0 1 0 15400045 53612544 12105 1992294400 4194304 8223781 140736061143568 18446744073709551615 6611488 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 13089 12105 601 984 0 12102 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 52356

[startup+222.301 s]
/proc/loadavg: 1.01 1.08 1.04 2/107 19717
/proc/meminfo: memFree=1749724/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=51960 CPUtime=222.2
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 155839 0 0 0 22027 193 0 0 25 0 1 0 15400045 53207040 11986 1992294400 4194304 8223781 140736061143568 18446744073709551615 6559866 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 12990 11986 601 984 0 12003 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 51960

[startup+282.301 s]
/proc/loadavg: 1.00 1.06 1.03 2/107 19719
/proc/meminfo: memFree=1749724/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=52428 CPUtime=282.19
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 216791 0 0 0 27967 252 0 0 25 0 1 0 15400045 53686272 12019 1992294400 4194304 8223781 140736061143568 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 13107 12019 600 984 0 12120 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 52428

[startup+342.301 s]
/proc/loadavg: 1.00 1.05 1.02 2/107 19721
/proc/meminfo: memFree=1748980/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=52748 CPUtime=342.16
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 296622 0 0 0 33899 317 0 0 25 0 1 0 15400045 54013952 12146 1992294400 4194304 8223781 140736061143568 18446744073709551615 6568183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 13187 12146 600 984 0 12200 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 52748

[startup+402.302 s]
/proc/loadavg: 1.00 1.04 1.02 2/107 19723
/proc/meminfo: memFree=1749600/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=52116 CPUtime=402.15
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 391016 0 0 0 39828 387 0 0 25 0 1 0 15400045 53366784 11940 1992294400 4194304 8223781 140736061143568 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 13029 11940 600 984 0 12042 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 52116

[startup+462.301 s]
/proc/loadavg: 1.07 1.04 1.02 2/107 19725
/proc/meminfo: memFree=1749600/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=52412 CPUtime=462.12
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 483994 0 0 0 45757 455 0 0 25 0 1 0 15400045 53669888 12037 1992294400 4194304 8223781 140736061143568 18446744073709551615 6503936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 13103 12037 598 984 0 12116 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 52412

[startup+522.301 s]
/proc/loadavg: 1.08 1.05 1.02 2/107 19725
/proc/meminfo: memFree=1748484/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=53424 CPUtime=522.11
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 567693 0 0 0 51688 523 0 0 25 0 1 0 15400045 54706176 12359 1992294400 4194304 8223781 140736061143568 18446744073709551615 6592754 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 13356 12359 598 984 0 12369 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 53424

[startup+582.301 s]
/proc/loadavg: 1.09 1.05 1.02 2/107 19727
/proc/meminfo: memFree=1747988/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=53652 CPUtime=582.09
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 671785 0 0 0 57610 599 0 0 25 0 1 0 15400045 54939648 12368 1992294400 4194304 8223781 140736061143568 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 13413 12368 598 984 0 12426 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 53652

[startup+642.3 s]
/proc/loadavg: 1.08 1.06 1.02 2/107 19729
/proc/meminfo: memFree=1747740/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=53776 CPUtime=642.07
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 803762 0 0 0 63523 684 0 0 25 0 1 0 15400045 55066624 12440 1992294400 4194304 8223781 140736061143568 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 13444 12440 598 984 0 12457 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 53776

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.06 1.06 1.01 2/107 19738
/proc/meminfo: memFree=1745756/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=55400 CPUtime=881.98
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 1238501 0 0 0 87212 986 0 0 25 0 1 0 15400045 56729600 12852 1992294400 4194304 8223781 140736061143568 18446744073709551615 6569998 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 13850 12852 600 984 0 12863 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 55400

[startup+942.301 s]
/proc/loadavg: 1.06 1.06 1.01 2/107 19740
/proc/meminfo: memFree=1746500/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=55288 CPUtime=941.96
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 1352425 0 0 0 93130 1066 0 0 25 0 1 0 15400045 56614912 12787 1992294400 4194304 8223781 140736061143568 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 13822 12787 598 984 0 12835 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 55288

[startup+1002.3 s]
/proc/loadavg: 1.05 1.06 1.01 2/107 19742
/proc/meminfo: memFree=1746252/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=55268 CPUtime=1001.94
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 1465730 0 0 0 99049 1145 0 0 25 0 1 0 15400045 56594432 12811 1992294400 4194304 8223781 140736061143568 18446744073709551615 6567490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 13817 12811 598 984 0 12830 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 55268

[startup+1062.3 s]
/proc/loadavg: 1.02 1.05 1.01 2/107 19744
/proc/meminfo: memFree=1746252/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=55336 CPUtime=1061.92
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 1581358 0 0 0 104970 1222 0 0 25 0 1 0 15400045 56664064 12681 1992294400 4194304 8223781 140736061143568 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 13834 12681 598 984 0 12847 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 55336

[startup+1122.3 s]
/proc/loadavg: 1.00 1.04 1.00 2/107 19744
/proc/meminfo: memFree=1745384/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=55976 CPUtime=1121.9
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 1688728 0 0 0 110888 1302 0 0 25 0 1 0 15400045 57319424 12990 1992294400 4194304 8223781 140736061143568 18446744073709551615 6567509 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 13994 12990 598 984 0 13007 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 55976

[startup+1182.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 19746
/proc/meminfo: memFree=1745012/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=56096 CPUtime=1181.88
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 1791314 0 0 0 116816 1372 0 0 25 0 1 0 15400045 57442304 13010 1992294400 4194304 8223781 140736061143568 18446744073709551615 6611775 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 14024 13010 598 984 0 13037 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 56096

[startup+1242.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 19748
/proc/meminfo: memFree=1745384/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=56740 CPUtime=1241.86
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 1889404 0 0 0 122742 1444 0 0 25 0 1 0 15400045 58101760 13166 1992294400 4194304 8223781 140736061143568 18446744073709551615 6570035 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 14185 13166 598 984 0 13198 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 56740

[startup+1302.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 19750
/proc/meminfo: memFree=1744020/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=57528 CPUtime=1301.84
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 2000888 0 0 0 128666 1518 0 0 25 0 1 0 15400045 58908672 13209 1992294400 4194304 8223781 140736061143568 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 14382 13209 598 984 0 13395 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 57528

[startup+1362.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 19752
/proc/meminfo: memFree=1744020/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=56864 CPUtime=1361.82
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 2108586 0 0 0 134586 1596 0 0 25 0 1 0 15400045 58228736 13180 1992294400 4194304 8223781 140736061143568 18446744073709551615 6250742 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 14216 13180 598 984 0 13229 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 56864

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19752
/proc/meminfo: memFree=1743648/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=57832 CPUtime=1421.81
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 2225158 0 0 0 140504 1677 0 0 25 0 1 0 15400045 59219968 13422 1992294400 4194304 8223781 140736061143568 18446744073709551615 6568093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 14458 13422 598 984 0 13471 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 57832

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19754
/proc/meminfo: memFree=1743400/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=58120 CPUtime=1481.77
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 2340358 0 0 0 146425 1752 0 0 25 0 1 0 15400045 59514880 13538 1992294400 4194304 8223781 140736061143568 18446744073709551615 6568275 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 14530 13538 599 984 0 13543 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 58120

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19756
/proc/meminfo: memFree=1743028/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=58120 CPUtime=1541.76
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 2438584 0 0 0 152354 1822 0 0 25 0 1 0 15400045 59514880 13462 1992294400 4194304 8223781 140736061143568 18446744073709551615 6563023 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 14530 13462 598 984 0 13543 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 58120

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19758
/proc/meminfo: memFree=1742036/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=59216 CPUtime=1601.73
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 2529433 0 0 0 158283 1890 0 0 25 0 1 0 15400045 60637184 13798 1992294400 4194304 8223781 140736061143568 18446744073709551615 6569873 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 14804 13798 598 984 0 13817 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 59216

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19760
/proc/meminfo: memFree=1742408/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=59124 CPUtime=1661.72
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 2610996 0 0 0 164215 1957 0 0 25 0 1 0 15400045 60542976 13773 1992294400 4194304 8223781 140736061143568 18446744073709551615 6539311 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 14781 13773 598 984 0 13794 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 59124

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19760
/proc/meminfo: memFree=1741540/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=59584 CPUtime=1721.69
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 2706695 0 0 0 170138 2031 0 0 25 0 1 0 15400045 61014016 13863 1992294400 4194304 8223781 140736061143568 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 14896 13863 598 984 0 13909 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 59584

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19762
/proc/meminfo: memFree=1741416/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=59624 CPUtime=1781.67
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 2812992 0 0 0 176061 2106 0 0 25 0 1 0 15400045 61054976 13894 1992294400 4194304 8223781 140736061143568 18446744073709551615 6568490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 14906 13894 598 984 0 13919 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 59624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19762
/proc/meminfo: memFree=1741044/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=59896 CPUtime=1800.08
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 2847658 0 0 0 177879 2129 0 0 25 0 1 0 15400045 61333504 13960 1992294400 4194304 8223781 140736061143568 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 14974 13960 598 984 0 13987 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 59896

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

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

[startup+1800.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19762
/proc/meminfo: memFree=1741044/2059040 swapFree=4176852/4192956
[pid=19701] ppid=19699 vsize=59896 CPUtime=1800.17
/proc/19701/stat : 19701 (pbscip.linux.x8) R 19699 19701 12924 0 -1 4202496 2847770 0 0 0 177888 2129 0 0 25 0 1 0 15400045 61333504 13949 1992294400 4194304 8223781 140736061143568 18446744073709551615 6568399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19701/statm: 14974 13949 598 984 0 13987 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 59896

Child status: 0
Real time (s): 1800.9
CPU time (s): 1800.27
CPU user time (s): 1778.97
CPU system time (s): 21.3078
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 60712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.97
system time used= 21.3078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2847876
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= 4
involuntary context switches= 23012

runsolver used 3.05154 second user time and 8.43472 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-13 04:59:26
IDJOB=2667004
IDBENCH=2007
IDSOLVER=1169
FILE ID=node007/2667004-1276397966
PBS_JOBID= 11173253
Free space on /tmp= 62456 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-circ6_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667004-1276397966/watcher-2667004-1276397966 -o /tmp/evaluation-result-2667004-1276397966/solver-2667004-1276397966 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667004-1276397966.opb -t 1800 -m 1800

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

MD5SUM BENCH= ff9be653d1d3ea3b1a82846016e94df6
RANDOM SEED=1234228482

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1797256 kB
Buffers:         17668 kB
Cached:         134976 kB
SwapCached:        136 kB
Active:         101972 kB
Inactive:        94164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1797256 kB
SwapTotal:     4192956 kB
SwapFree:      4176852 kB
Dirty:            4756 kB
Writeback:           0 kB
AnonPages:       43324 kB
Mapped:          15344 kB
Slab:            43892 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182128 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= 62452 MiB
End job on node007 at 2010-06-13 05:29:29