Trace number 2665574

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)72 1800.29 1800.84

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

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-2665574-1276397955.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.69/0.70	c    (0.6s) probing: 401/540 (74.3%) - 0 fixings, 0 aggregations, 1590 implications, 0 bound changes
0.69/0.70	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.69/0.70	c presolving (3 rounds):
0.69/0.70	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 3360 changed sides, 5040 changed coefficients
0.69/0.70	c  4440 implications, 210 cliques
0.69/0.70	c presolved problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.69/0.70	c    1734 constraints of type <knapsack>
0.69/0.70	c     210 constraints of type <setppc>
0.69/0.70	c    2532 constraints of type <logicor>
0.69/0.70	c transformed objective value is always integral (scale: 1)
0.69/0.70	c Presolving Time: 0.56
0.69/0.70	c - non default parameters ----------------------------------------------------------------------
0.69/0.70	c # SCIP version 1.2.1.2
0.69/0.70	c 
0.69/0.70	c # frequency for displaying node information lines
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 100]
0.69/0.70	c display/freq = 10000
0.69/0.70	c 
0.69/0.70	c # maximal time in seconds to run
0.69/0.70	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.70	c limits/time = 1799.91
0.69/0.70	c 
0.69/0.70	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.70	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.70	c limits/memory = 1620
0.69/0.70	c 
0.69/0.70	c # should presolving try to simplify inequalities
0.69/0.70	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.70	c constraints/linear/simplifyinequalities = TRUE
0.69/0.70	c 
0.69/0.70	c # should presolving try to simplify knapsacks
0.69/0.70	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.70	c constraints/knapsack/simplifyinequalities = TRUE
0.69/0.70	c 
0.69/0.70	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.70	c separating/rapidlearning/freq = 0
0.69/0.70	c 
0.69/0.70	c -----------------------------------------------------------------------------------------------
0.69/0.70	c start solving
0.69/0.70	c 
1.00/1.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.00/1.05	c   0.9s|     1 |     0 |   642 |     - |8915k|   0 | 248 | 540 |4476 | 540 |4476 |   0 |   0 |   0 | 4.800000e+01 |      --      |    Inf 
3.39/3.48	o 84
3.39/3.48	c y 3.3s|     1 |     0 |   642 |     - |  12M|   0 | 248 | 540 |4476 | 540 |4476 |   0 |   0 |   0 | 4.800000e+01 | 8.400000e+01 |  75.00%
3.69/3.75	c   3.5s|     1 |     0 |   881 |     - |  11M|   0 | 270 | 540 |4569 | 540 |4483 |   7 |   0 |   0 | 4.800000e+01 | 8.400000e+01 |  75.00%
5.19/5.27	c   5.0s|     1 |     0 |  1072 |     - |  13M|   0 | 275 | 540 |4569 | 540 |4491 |  15 |   0 |   0 | 4.800000e+01 | 8.400000e+01 |  75.00%
6.89/6.95	c   6.7s|     1 |     0 |  1361 |     - |  16M|   0 | 291 | 540 |4569 | 540 |4499 |  23 |   0 |   0 | 4.800000e+01 | 8.400000e+01 |  75.00%
8.70/8.76	c   8.5s|     1 |     0 |  1762 |     - |  19M|   0 | 279 | 540 |4569 | 540 |4507 |  31 |   0 |   0 | 4.800000e+01 | 8.400000e+01 |  75.00%
11.00/11.04	c  10.8s|     1 |     0 |  2634 |     - |  21M|   0 | 277 | 540 |4569 | 540 |4515 |  39 |   0 |   0 | 4.800000e+01 | 8.400000e+01 |  75.00%
12.79/12.84	c  12.6s|     1 |     0 |  3027 |     - |  24M|   0 | 275 | 540 |4569 | 540 |4519 |  43 |   0 |   0 | 4.800000e+01 | 8.400000e+01 |  75.00%
17.89/17.98	c  17.7s|     1 |     2 |  3027 |     - |  24M|   0 | 275 | 540 |4569 | 540 |4519 |  43 |   0 |  10 | 4.800000e+01 | 8.400000e+01 |  75.00%
326.38/326.51	o 82
326.38/326.51	c v 325s|   416 |   409 |250902 | 597.3 |  25M|  21 |   - | 540 |4907 | 540 |4498 |  43 | 489 | 519 | 4.800000e+01 | 8.200000e+01 |  70.83%
773.75/774.01	o 80
773.75/774.01	c v 768s|  1418 |  1394 |793114 | 557.6 |  27M|  23 |   - | 540 |4813 | 540 |4498 |  43 |1305 |1110 | 4.800000e+01 | 8.000000e+01 |  66.67%
997.58/997.92	o 78
997.58/997.92	c v 990s|  1870 |  1832 |  1072k| 572.5 |  28M|  23 |   - | 540 |4968 | 540 |4498 |  43 |1850 |1299 | 4.800000e+01 | 7.800000e+01 |  62.50%
1054.87/1055.24	o 72
1054.87/1055.24	c v1046s|  1963 |  1903 |  1142k| 580.9 |  28M|  23 |   - | 540 |4958 | 540 |4498 |  43 |1951 |1379 | 4.800000e+01 | 7.200000e+01 |  50.00%
1800.05/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.15/1800.79	c 
1800.15/1800.79	c SCIP Status        : solving was interrupted [user interrupt]
1800.15/1800.79	c Solving Time (sec) : 1781.44
1800.15/1800.79	c Solving Nodes      : 3918
1800.15/1800.79	c Primal Bound       : +7.20000000000000e+01 (5 solutions)
1800.15/1800.79	c Dual Bound         : +4.80000000000000e+01
1800.15/1800.79	c Gap                : 50.00 %
1800.15/1800.79	s SATISFIABLE
1800.15/1800.79	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.15/1800.79	v x173 x137 -x101 -x65 x29 -x346 x310 x274 -x238 x202 -x166 -x130 x94 x58 -x22 x339 -x303 -x267 x231 -x195 -x159 -x123 x87 
1800.15/1800.79	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.15/1800.79	v -x286 -x250 -x214 -x178 -x142 -x106 -x70 -x34 -x357 -x321 -x285 -x249 -x213 -x177 -x141 x105 -x69 -x33 -x356 -x320 -x284 -x248 
1800.15/1800.79	v -x212 -x176 x140 -x104 -x68 -x32 -x355 -x319 -x283 -x247 x211 -x175 -x139 -x103 -x67 -x31 -x354 -x318 x282 -x246 -x210 -x174 
1800.15/1800.79	v -x138 -x102 -x66 -x30 -x352 -x316 -x280 -x244 -x208 -x172 -x136 x100 -x64 -x28 -x351 -x315 -x279 -x243 -x207 -x171 -x135 
1800.15/1800.79	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.15/1800.79	v -x348 -x312 -x276 x240 -x204 -x168 -x132 -x96 -x60 -x24 -x347 -x311 -x275 -x239 -x203 x167 -x131 -x95 -x59 -x23 -x345 -x309 
1800.15/1800.79	v -x273 -x237 -x201 -x165 -x129 -x93 -x57 x21 x344 -x308 -x272 -x236 -x200 -x164 -x128 -x92 -x56 -x20 -x343 -x307 -x271 -x235 
1800.15/1800.79	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.15/1800.79	v -x89 -x53 -x17 -x340 -x304 -x268 -x232 x196 -x160 -x124 -x88 -x52 -x16 -x338 x302 -x266 -x230 -x194 -x158 -x122 -x86 -x50 
1800.15/1800.79	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.15/1800.79	v -x263 -x227 -x191 -x155 -x119 -x83 -x47 x11 -x334 -x298 x262 -x226 -x190 -x154 -x118 -x82 -x46 -x10 -x333 -x297 -x261 x225 
1800.15/1800.79	v -x189 -x153 -x117 -x81 -x45 -x9 -x331 -x295 -x259 -x223 -x187 -x151 -x115 x79 -x43 -x7 -x330 -x294 -x258 -x222 -x186 -x150 
1800.15/1800.79	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.15/1800.79	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.15/1800.79	v x538 -x537 x536 x535 -x534 -x533 -x532 -x531 -x530 x529 -x528 -x527 -x526 -x525 -x524 -x523 x522 -x521 x520 -x519 -x518 -x517 
1800.15/1800.79	v -x516 x515 -x514 -x513 -x512 -x511 x510 -x509 -x508 -x507 -x506 -x505 -x504 x503 x502 -x501 -x500 x499 -x498 -x497 -x496 -x495 
1800.15/1800.79	v -x494 x493 -x492 -x491 -x490 -x489 -x488 -x487 x486 x485 -x484 -x483 -x482 -x481 -x480 x479 -x478 -x477 -x476 -x475 x474 
1800.15/1800.79	v -x473 -x472 -x471 x470 -x469 x468 x467 x466 -x465 -x464 x463 -x462 -x461 -x460 -x459 x458 -x457 -x456 -x455 x454 -x453 -x452 
1800.15/1800.79	v -x451 -x450 x449 -x448 -x447 -x446 x445 -x444 -x443 -x442 -x441 -x440 -x439 x438 -x437 -x436 -x435 x434 -x433 -x432 x431 -x430 
1800.15/1800.79	v -x429 -x428 x427 -x426 -x425 -x424 -x423 -x422 x421 -x420 -x419 -x418 -x417 x416 x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 
1800.15/1800.79	v x407 -x406 -x405 -x404 x403 -x402 -x401 -x400 x399 -x398 x397 -x396 -x395 -x394 -x393 -x392 x391 -x390 x389 -x388 -x387 
1800.15/1800.79	v -x386 -x385 -x384 x383 -x382 -x381 -x380 -x379 -x378 -x377 x376 -x375 -x374 -x373 -x372 x371 -x370 -x369 -x368 -x367 x366 x365 
1800.15/1800.79	v x364 -x363 -x362 x361 
1800.15/1800.79	c SCIP Status        : solving was interrupted [user interrupt]
1800.15/1800.79	c Solving Time       :    1781.44
1800.15/1800.79	c Original Problem   :
1800.15/1800.79	c   Problem name     : HOME/instance-2665574-1276397955.opb
1800.15/1800.79	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.15/1800.79	c   Constraints      : 4476 initial, 4476 maximal
1800.15/1800.79	c Presolved Problem  :
1800.15/1800.79	c   Problem name     : t_HOME/instance-2665574-1276397955.opb
1800.15/1800.79	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.15/1800.79	c   Constraints      : 4476 initial, 5210 maximal
1800.15/1800.79	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.15/1800.79	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.15/1800.79	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.15/1800.79	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.15/1800.79	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.15/1800.79	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.15/1800.79	c   probing          :       0.33          0          0          0          0          0          0          0          0
1800.15/1800.79	c   knapsack         :       0.14          0          0          0          0          0          0       3360       5040
1800.15/1800.79	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.15/1800.79	c   linear           :       0.06          0          0          0          0          0          0          0          0
1800.15/1800.79	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1800.15/1800.79	c   root node        :          -          0          -          -          0          -          -          -          -
1800.15/1800.79	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.15/1800.79	c   integral         :          0          0          0       3792          0          3         40          0          0       7532
1800.15/1800.79	c   knapsack         :       1734          6      54814          0          0         13       4350          0          0          0
1800.15/1800.79	c   setppc           :        210          6      54800          0          0        388      45084          0          0          0
1800.15/1800.79	c   linear           :          0+         6      53252          0          0          0         67          0          0          0
1800.15/1800.79	c   logicor          :       2532+         6      29127          0          0        159      21443          0          0          0
1800.15/1800.79	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.15/1800.79	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.15/1800.79	c   integral         :     347.05       0.00       0.00     347.05       0.00
1800.15/1800.79	c   knapsack         :      11.96       0.08      11.88       0.00       0.00
1800.15/1800.79	c   setppc           :       1.64       0.00       1.64       0.00       0.00
1800.15/1800.79	c   linear           :       0.63       0.00       0.63       0.00       0.00
1800.15/1800.79	c   logicor          :       1.64       0.01       1.63       0.00       0.00
1800.15/1800.79	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.15/1800.79	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.15/1800.79	c   vbounds          :       0.03          2          0          0
1800.15/1800.79	c   rootredcost      :       0.05          5          0          0
1800.15/1800.79	c   pseudoobj        :       0.66      53743          7          0
1800.15/1800.79	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.15/1800.79	c   propagation      :       0.08        567        567       3850       28.8        143       10.5          -
1800.15/1800.79	c   infeasible LP    :       0.52        508        286       3241       50.3         39        7.4          0
1800.15/1800.79	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.15/1800.79	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.15/1800.79	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.15/1800.79	c   applied globally :          -          -          -       3875       25.7          -          -          -
1800.15/1800.79	c   applied locally  :          -          -          -          6       60.3          -          -          -
1800.15/1800.79	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.15/1800.79	c   cut pool         :       0.00          5          -          -          5          -    (maximal pool size: 1925)
1800.15/1800.79	c   redcost          :       0.11       3838          0        286          0          0
1800.15/1800.79	c   impliedbounds    :       0.00          6          0          0          0          0
1800.15/1800.79	c   intobj           :       0.00          0          0          0          0          0
1800.15/1800.79	c   cgmip            :       0.00          0          0          0          0          0
1800.15/1800.79	c   gomory           :       6.37          6          0          0         20          0
1800.15/1800.79	c   strongcg         :       1.14          6          0          0       3000          0
1800.15/1800.79	c   cmir             :       0.12          6          0          0          0          0
1800.15/1800.79	c   flowcover        :       0.18          6          0          0          0          0
1800.15/1800.79	c   clique           :       0.00          6          0          0         47          0
1800.15/1800.79	c   zerohalf         :       0.00          0          0          0          0          0
1800.15/1800.79	c   mcf              :       0.01          1          0          0          0          0
1800.15/1800.79	c   rapidlearning    :       1.17          1          0          0          0         93
1800.15/1800.79	c Pricers            :       Time      Calls       Vars
1800.15/1800.79	c   problem variables:       0.00          0          0
1800.15/1800.79	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.15/1800.79	c   relpscost        :     347.04       3792          3         40          0          0       7532
1800.15/1800.79	c   pscost           :       0.00          0          0          0          0          0          0
1800.15/1800.79	c   inference        :       0.00          0          0          0          0          0          0
1800.15/1800.79	c   mostinf          :       0.00          0          0          0          0          0          0
1800.15/1800.79	c   leastinf         :       0.00          0          0          0          0          0          0
1800.15/1800.79	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.15/1800.79	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.15/1800.79	c   random           :       0.00          0          0          0          0          0          0
1800.15/1800.79	c Primal Heuristics  :       Time      Calls      Found
1800.15/1800.79	c   LP solutions     :       0.00          -          0
1800.15/1800.79	c   pseudo solutions :       0.00          -          0
1800.15/1800.79	c   oneopt           :       0.01          5          0
1800.15/1800.79	c   crossover        :       0.06          1          0
1800.15/1800.79	c   rootsoldiving    :      18.38          9          0
1800.15/1800.79	c   objpscostdiving  :      17.40         12          0
1800.15/1800.79	c   feaspump         :       0.83         25          0
1800.15/1800.79	c   linesearchdiving :      64.87         77          0
1800.15/1800.79	c   guideddiving     :      87.62        103          0
1800.15/1800.79	c   fracdiving       :      88.72        115          0
1800.15/1800.79	c   veclendiving     :     138.88        167          4
1800.15/1800.79	c   trivial          :       0.00          2          0
1800.15/1800.79	c   simplerounding   :       0.00          0          0
1800.15/1800.79	c   zirounding       :       0.41       1000          0
1800.15/1800.79	c   rounding         :       0.91        818          0
1800.15/1800.79	c   shifting         :       0.66        236          0
1800.15/1800.79	c   intshifting      :       0.00          0          0
1800.15/1800.79	c   twoopt           :       0.00          0          0
1800.15/1800.79	c   fixandinfer      :       0.00          0          0
1800.15/1800.79	c   coefdiving       :      64.85         34          0
1800.15/1800.79	c   pscostdiving     :      67.24         65          0
1800.15/1800.79	c   intdiving        :       0.00          0          0
1800.15/1800.79	c   actconsdiving    :       0.00          0          0
1800.15/1800.79	c   octane           :       0.00          0          0
1800.15/1800.79	c   rens             :       0.00          0          0
1800.15/1800.79	c   rins             :       0.00          0          0
1800.15/1800.79	c   localbranching   :       0.00          0          0
1800.15/1800.79	c   mutation         :       0.00          0          0
1800.15/1800.79	c   dins             :       0.00          0          0
1800.15/1800.79	c   undercover       :       0.00          0          0
1800.15/1800.79	c   nlp              :       0.00          0          0
1800.15/1800.79	c   trysol           :       0.00          0          0
1800.15/1800.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.15/1800.79	c   primal LP        :       0.01          0          0       0.00       0.00
1800.15/1800.79	c   dual LP          :     860.80       3884    1399733     360.38    1626.08
1800.15/1800.79	c   lex dual LP      :       0.00          0          0       0.00          -
1800.15/1800.79	c   barrier LP       :       0.00          0          0       0.00          -
1800.15/1800.79	c   diving/probing LP:     508.15      26464     690981      26.11    1359.80
1800.15/1800.79	c   strong branching :     346.49       2068     463548     224.15    1337.84
1800.15/1800.79	c     (at root node) :          -         10       5128     512.80          -
1800.15/1800.79	c   conflict analysis:       0.00          0          0       0.00          -
1800.15/1800.79	c B&B Tree           :
1800.15/1800.79	c   number of runs   :          1
1800.15/1800.79	c   nodes            :       3918
1800.15/1800.79	c   nodes (total)    :       3918
1800.15/1800.79	c   nodes left       :       3561
1800.15/1800.79	c   max depth        :         46
1800.15/1800.79	c   max depth (total):         46
1800.15/1800.79	c   backtracks       :       1131 (28.9%)
1800.15/1800.79	c   delayed cutoffs  :         25
1800.15/1800.79	c   repropagations   :        365 (310 domain reductions, 4 cutoffs)
1800.15/1800.79	c   avg switch length:       7.06
1800.15/1800.79	c   switching time   :       2.28
1800.15/1800.79	c Solution           :
1800.15/1800.79	c   Solutions found  :          5 (5 improvements)
1800.15/1800.79	c   First Solution   : +8.40000000000000e+01   (in run 1, after 1 nodes, 3.26 seconds, depth 0, found by <trysol>)
1800.15/1800.79	c   Primal Bound     : +7.20000000000000e+01   (in run 1, after 1963 nodes, 1046.42 seconds, depth 21, found by <veclendiving>)
1800.15/1800.79	c   Dual Bound       : +4.80000000000000e+01
1800.15/1800.79	c   Gap              :      50.00 %
1800.15/1800.79	c   Root Dual Bound  : +4.80000000000000e+01
1800.15/1800.79	c   Root Iterations  :       3027
1800.24/1800.84	c Time complete: 1800.28.

Verifier Data

OK	72

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665574-1276397955/watcher-2665574-1276397955 -o /tmp/evaluation-result-2665574-1276397955/solver-2665574-1276397955 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665574-1276397955.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 19580
/proc/meminfo: memFree=1773460/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=9288 CPUtime=0
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 1040 0 0 0 0 0 0 0 21 0 1 0 15399379 9510912 960 1992294400 4194304 9819077 140737311697984 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19580/statm: 2322 970 371 1374 0 943 0

[startup+0.044214 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 19580
/proc/meminfo: memFree=1773460/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=12064 CPUtime=0.03
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 1954 0 0 0 3 0 0 0 23 0 1 0 15399379 12353536 1874 1992294400 4194304 9819077 140737311697984 18446744073709551615 8677980 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19580/statm: 3016 1874 388 1374 0 1637 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12064

[startup+0.101219 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 19580
/proc/meminfo: memFree=1773460/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=13212 CPUtime=0.09
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 2221 0 0 0 9 0 0 0 23 0 1 0 15399379 13529088 2141 1992294400 4194304 9819077 140737311697984 18446744073709551615 8631752 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19580/statm: 3303 2141 388 1374 0 1924 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13212

[startup+0.301238 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 19580
/proc/meminfo: memFree=1773460/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=23928 CPUtime=0.29
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 6654 0 0 0 27 2 0 0 23 0 1 0 15399379 24502272 4678 1992294400 4194304 9819077 140737311697984 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 5982 4678 505 1374 0 4603 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23928

[startup+0.701276 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 19580
/proc/meminfo: memFree=1773460/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=24544 CPUtime=0.69
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 7596 0 0 0 66 3 0 0 25 0 1 0 15399379 25133056 4849 1992294400 4194304 9819077 140737311697984 18446744073709551615 4853886 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 6136 4849 518 1374 0 4757 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24544

[startup+1.50135 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19581
/proc/meminfo: memFree=1747412/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=36844 CPUtime=1.5
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 11539 0 0 0 144 6 0 0 25 0 1 0 15399379 37728256 7061 1992294400 4194304 9819077 140737311697984 18446744073709551615 6032221 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 9211 7061 663 1374 0 7832 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 36844

[startup+3.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19581
/proc/meminfo: memFree=1745676/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=61016 CPUtime=3.09
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 19137 0 0 0 297 12 0 0 25 0 1 0 15399379 62480384 12843 1992294400 4194304 9819077 140737311697984 18446744073709551615 4854137 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 15254 12843 693 1374 0 13875 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61016

[startup+6.30081 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19581
/proc/meminfo: memFree=1734020/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=46100 CPUtime=6.29
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 19483 0 0 0 615 14 0 0 25 0 1 0 15399379 47206400 10390 1992294400 4194304 9819077 140737311697984 18446744073709551615 4310609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 11525 10390 703 1374 0 10146 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46100

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19581
/proc/meminfo: memFree=1727076/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=55924 CPUtime=12.69
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 22164 0 0 0 1251 18 0 0 25 0 1 0 15399379 57266176 12753 1992294400 4194304 9819077 140737311697984 18446744073709551615 7291095 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 13981 12753 703 1374 0 12602 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55924

[startup+25.5006 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19581
/proc/meminfo: memFree=1723852/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=61172 CPUtime=25.48
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 26841 0 0 0 2525 23 0 0 25 0 1 0 15399379 62640128 12864 1992294400 4194304 9819077 140737311697984 18446744073709551615 7289508 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 15293 12864 713 1374 0 13914 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 61172

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19581
/proc/meminfo: memFree=1723728/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=60164 CPUtime=51.08
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 34510 0 0 0 5074 34 0 0 25 0 1 0 15399379 61607936 12855 1992294400 4194304 9819077 140737311697984 18446744073709551615 7311718 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 15041 12855 713 1374 0 13662 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 60164

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19583
/proc/meminfo: memFree=1723852/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=55232 CPUtime=102.26
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 53764 0 0 0 10170 56 0 0 25 0 1 0 15399379 56557568 12792 1992294400 4194304 9819077 140737311697984 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 13808 12792 713 1374 0 12429 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 55232

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19594
/proc/meminfo: memFree=1723232/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=56164 CPUtime=162.22
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 63506 0 0 0 16143 79 0 0 25 0 1 0 15399379 57511936 12797 1992294400 4194304 9819077 140737311697984 18446744073709551615 7292317 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 14041 12797 715 1374 0 12662 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 56164

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19596
/proc/meminfo: memFree=1723232/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=56108 CPUtime=222.2
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 84157 0 0 0 22112 108 0 0 25 0 1 0 15399379 57454592 12797 1992294400 4194304 9819077 140737311697984 18446744073709551615 6191199 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 14027 12797 715 1374 0 12648 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 56108

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19596
/proc/meminfo: memFree=1723232/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=56456 CPUtime=282.18
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 118450 0 0 0 28068 150 0 0 25 0 1 0 15399379 57810944 12829 1992294400 4194304 9819077 140737311697984 18446744073709551615 7291639 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 14114 12829 715 1374 0 12735 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 56456

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19598
/proc/meminfo: memFree=1723232/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=56472 CPUtime=342.17
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 154485 0 0 0 34029 188 0 0 25 0 1 0 15399379 57827328 12834 1992294400 4194304 9819077 140737311697984 18446744073709551615 7312780 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 14118 12834 730 1374 0 12739 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 56472

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19600
/proc/meminfo: memFree=1722736/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=57048 CPUtime=402.15
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 192018 0 0 0 39988 227 0 0 25 0 1 0 15399379 58417152 12987 1992294400 4194304 9819077 140737311697984 18446744073709551615 7292354 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 14262 12987 730 1374 0 12883 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 57048

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19602
/proc/meminfo: memFree=1722240/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=62996 CPUtime=462.13
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 224440 0 0 0 45947 266 0 0 25 0 1 0 15399379 64507904 13243 1992294400 4194304 9819077 140737311697984 18446744073709551615 7291971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 15749 13243 730 1374 0 14370 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 62996

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19604
/proc/meminfo: memFree=1722240/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=57876 CPUtime=522.12
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 269698 0 0 0 51902 310 0 0 25 0 1 0 15399379 59265024 13098 1992294400 4194304 9819077 140737311697984 18446744073709551615 7292010 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 14469 13098 730 1374 0 13090 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 57876

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19604
/proc/meminfo: memFree=1722240/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=58388 CPUtime=582.1
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 323352 0 0 0 57853 357 0 0 25 0 1 0 15399379 59789312 13160 1992294400 4194304 9819077 140737311697984 18446744073709551615 7292346 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 14597 13160 730 1374 0 13218 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 58388

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19606
/proc/meminfo: memFree=1722240/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=58444 CPUtime=642.09
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 384134 0 0 0 63799 410 0 0 25 0 1 0 15399379 59846656 13155 1992294400 4194304 9819077 140737311697984 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 14611 13155 730 1374 0 13232 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 58444

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19615
/proc/meminfo: memFree=1720504/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=60360 CPUtime=882.02
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 726783 0 0 0 87552 650 0 0 25 0 1 0 15399379 61808640 13470 1992294400 4194304 9819077 140737311697984 18446744073709551615 7290944 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 15090 13470 730 1374 0 13711 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 60360

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19617
/proc/meminfo: memFree=1720504/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=60180 CPUtime=941.99
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 835013 0 0 0 93485 714 0 0 25 0 1 0 15399379 61624320 13381 1992294400 4194304 9819077 140737311697984 18446744073709551615 6004057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 15045 13381 731 1374 0 13666 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 60180

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19619
/proc/meminfo: memFree=1720256/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=60852 CPUtime=1001.98
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 949692 0 0 0 99415 783 0 0 25 0 1 0 15399379 62312448 13450 1992294400 4194304 9819077 140737311697984 18446744073709551615 7291711 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 15213 13450 731 1374 0 13834 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 60852

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19621
/proc/meminfo: memFree=1720256/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=60832 CPUtime=1061.96
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 1064127 0 0 0 105350 846 0 0 25 0 1 0 15399379 62291968 13482 1992294400 4194304 9819077 140737311697984 18446744073709551615 7292323 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 15208 13482 731 1374 0 13829 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 60832

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19623
/proc/meminfo: memFree=1720256/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=61312 CPUtime=1121.94
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 1182880 0 0 0 111280 914 0 0 25 0 1 0 15399379 62783488 13538 1992294400 4194304 9819077 140737311697984 18446744073709551615 7290952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 15328 13538 731 1374 0 13949 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 61312

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19623
/proc/meminfo: memFree=1720132/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=60936 CPUtime=1181.93
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 1306428 0 0 0 117206 987 0 0 25 0 1 0 15399379 62398464 13567 1992294400 4194304 9819077 140737311697984 18446744073709551615 6391609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 15234 13567 731 1374 0 13855 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 60936

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19625
/proc/meminfo: memFree=1719760/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=61496 CPUtime=1241.91
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 1424661 0 0 0 123128 1063 0 0 25 0 1 0 15399379 62971904 13573 1992294400 4194304 9819077 140737311697984 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 15374 13573 731 1374 0 13995 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 61496

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19627
/proc/meminfo: memFree=1719760/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=66836 CPUtime=1301.9
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 1557373 0 0 0 129057 1133 0 0 25 0 1 0 15399379 68440064 13645 1992294400 4194304 9819077 140737311697984 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 16709 13645 731 1374 0 15330 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 66836

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19629
/proc/meminfo: memFree=1718892/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=63004 CPUtime=1361.88
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 1697323 0 0 0 134976 1212 0 0 25 0 1 0 15399379 64516096 13821 1992294400 4194304 9819077 140737311697984 18446744073709551615 7293588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 15751 13821 731 1374 0 14372 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 63004

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19631
/proc/meminfo: memFree=1718768/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=61840 CPUtime=1421.87
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 1845396 0 0 0 140896 1291 0 0 25 0 1 0 15399379 63324160 13813 1992294400 4194304 9819077 140737311697984 18446744073709551615 7224772 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 15460 13813 731 1374 0 14081 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 61840

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19631
/proc/meminfo: memFree=1718768/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=63692 CPUtime=1481.85
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 2003093 0 0 0 146810 1375 0 0 25 0 1 0 15399379 65220608 13889 1992294400 4194304 9819077 140737311697984 18446744073709551615 7306954 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 15923 13889 731 1374 0 14544 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 63692

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19633
/proc/meminfo: memFree=1718768/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=63628 CPUtime=1541.83
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 2165444 0 0 0 152717 1466 0 0 25 0 1 0 15399379 65155072 13954 1992294400 4194304 9819077 140737311697984 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 15907 13954 731 1374 0 14528 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 63628

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19635
/proc/meminfo: memFree=1719016/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=64160 CPUtime=1601.8
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 2341790 0 0 0 158614 1566 0 0 25 0 1 0 15399379 65699840 13927 1992294400 4194304 9819077 140737311697984 18446744073709551615 6190584 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 16040 13927 731 1374 0 14661 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 64160

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19637
/proc/meminfo: memFree=1719016/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=63932 CPUtime=1661.79
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 2504470 0 0 0 164525 1654 0 0 25 0 1 0 15399379 65466368 13864 1992294400 4194304 9819077 140737311697984 18446744073709551615 6566461 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 15983 13864 731 1374 0 14604 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 63932

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19639
/proc/meminfo: memFree=1718644/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=69256 CPUtime=1721.76
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 2675389 0 0 0 170430 1746 0 0 25 0 1 0 15399379 70918144 13978 1992294400 4194304 9819077 140737311697984 18446744073709551615 6192366 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 17314 13978 733 1374 0 15935 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 69256

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19639
/proc/meminfo: memFree=1718644/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=63840 CPUtime=1781.74
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 2854283 0 0 0 176332 1842 0 0 25 0 1 0 15399379 65372160 13863 1992294400 4194304 9819077 140737311697984 18446744073709551615 7816434 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 15960 13863 733 1374 0 14581 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 63840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19641
/proc/meminfo: memFree=1718644/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=63932 CPUtime=1800.05
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 2910484 0 0 0 178135 1870 0 0 25 0 1 0 15399379 65466368 13943 1992294400 4194304 9819077 140737311697984 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19580/statm: 15983 13943 733 1374 0 14604 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 63932

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

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

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19641
/proc/meminfo: memFree=1718644/2059040 swapFree=4163504/4192956
[pid=19580] ppid=19578 vsize=63936 CPUtime=1800.24
/proc/19580/stat : 19580 (pbscip.linux.x8) R 19578 19580 13161 0 -1 4202496 2910902 0 0 0 178154 1870 0 0 25 0 1 0 15399379 65470464 13870 1992294400 4194304 9819077 140737311697984 18446744073709551615 5990104 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19580/statm: 15984 13870 734 1374 0 14605 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 63936

Child status: 0
Real time (s): 1800.84
CPU time (s): 1800.29
CPU user time (s): 1781.58
CPU system time (s): 18.7142
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 77560

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

runsolver used 3.02754 second user time and 8.45771 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-13 04:59:15
IDJOB=2665574
IDBENCH=2007
IDSOLVER=1168
FILE ID=node004/2665574-1276397955
PBS_JOBID= 11173261
Free space on /tmp= 62536 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-circ6_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-2665574-1276397955/watcher-2665574-1276397955 -o /tmp/evaluation-result-2665574-1276397955/solver-2665574-1276397955 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665574-1276397955.opb -t 1800 -m 1800

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

MD5SUM BENCH= ff9be653d1d3ea3b1a82846016e94df6
RANDOM SEED=512786804

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1773988 kB
Buffers:         34312 kB
Cached:         152708 kB
SwapCached:       1724 kB
Active:         123336 kB
Inactive:        95452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1773988 kB
SwapTotal:     4192956 kB
SwapFree:      4163504 kB
Dirty:            6372 kB
Writeback:           0 kB
AnonPages:       30012 kB
Mapped:          14260 kB
Slab:            44452 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182328 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= 62532 MiB
End job on node004 at 2010-06-13 05:29:18