Trace number 2703751

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.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT74 1789.48 1790.07

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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-2703751-1278553430.opb>
0.01/0.09	c original problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.01/0.09	c problem read
0.01/0.09	c presolving settings loaded
0.09/0.10	c presolving:
0.09/0.17	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.19/0.25	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.61	c    (0.5s) probing: 401/540 (74.3%) - 0 fixings, 0 aggregations, 1590 implications, 0 bound changes
0.59/0.61	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.59/0.61	c presolving (3 rounds):
0.59/0.61	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 3360 changed sides, 5040 changed coefficients
0.59/0.61	c  4440 implications, 210 cliques
0.59/0.61	c presolved problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.59/0.61	c    1734 constraints of type <knapsack>
0.59/0.61	c     840 constraints of type <setppc>
0.59/0.61	c    1902 constraints of type <logicor>
0.59/0.61	c transformed objective value is always integral (scale: 1)
0.59/0.61	c Presolving Time: 0.51
0.59/0.61	c - non default parameters ----------------------------------------------------------------------
0.59/0.61	c # SCIP version 1.2.1.3
0.59/0.61	c 
0.59/0.61	c # frequency for displaying node information lines
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.61	c display/freq = 10000
0.59/0.61	c 
0.59/0.61	c # maximal time in seconds to run
0.59/0.61	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.61	c limits/time = 1789.92
0.59/0.61	c 
0.59/0.61	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.61	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.61	c limits/memory = 1620
0.59/0.61	c 
0.59/0.61	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.59/0.61	c # [type: int, range: [1,2], default: 1]
0.59/0.61	c timing/clocktype = 2
0.59/0.61	c 
0.59/0.61	c # should presolving try to simplify inequalities
0.59/0.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.61	c constraints/linear/simplifyinequalities = TRUE
0.59/0.61	c 
0.59/0.61	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.59/0.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.61	c constraints/indicator/addCouplingCons = TRUE
0.59/0.61	c 
0.59/0.61	c # should presolving try to simplify knapsacks
0.59/0.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.61	c constraints/knapsack/simplifyinequalities = TRUE
0.59/0.61	c 
0.59/0.61	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.61	c separating/rapidlearning/freq = 0
0.59/0.61	c 
0.59/0.61	c -----------------------------------------------------------------------------------------------
0.59/0.61	c start solving
0.59/0.62	c 
1.19/1.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.19/1.27	c   1.2s|     1 |     0 |  1403 |     - |8945k|   0 | 250 | 540 |4476 | 540 |4476 |   0 |   0 |   0 | 4.800000e+01 |      --      |    Inf 
11.79/11.89	o 74
11.79/11.89	c y11.8s|     1 |     0 |  5386 |     - |  13M|   0 | 250 | 540 |4476 | 540 |4476 |   0 |   0 |   0 | 4.800000e+01 | 7.400000e+01 |  54.17%
12.29/12.30	c  12.2s|     1 |     0 |  5874 |     - |  12M|   0 | 246 | 540 |4847 | 540 |4486 |  10 |   0 |   0 | 4.800000e+01 | 7.400000e+01 |  54.17%
14.68/14.78	c  14.7s|     1 |     0 |  6485 |     - |  12M|   0 | 255 | 540 |4847 | 540 |4493 |  17 |   0 |   0 | 4.800000e+01 | 7.400000e+01 |  54.17%
17.19/17.29	c  17.2s|     1 |     0 |  7083 |     - |  13M|   0 | 255 | 540 |4847 | 540 |4497 |  21 |   0 |   0 | 4.800000e+01 | 7.400000e+01 |  54.17%
19.19/19.22	c  19.1s|     1 |     0 |  7658 |     - |  15M|   0 | 244 | 540 |4847 | 540 |4503 |  27 |   0 |   0 | 4.800000e+01 | 7.400000e+01 |  54.17%
21.29/21.36	c  21.3s|     1 |     0 |  8258 |     - |  17M|   0 | 242 | 540 |4847 | 540 |4508 |  32 |   0 |   0 | 4.800000e+01 | 7.400000e+01 |  54.17%
22.89/22.94	c  22.9s|     1 |     0 |  8626 |     - |  19M|   0 | 245 | 540 |4847 | 540 |4515 |  39 |   0 |   0 | 4.800000e+01 | 7.400000e+01 |  54.17%
27.78/27.83	c  27.7s|     1 |     2 |  8626 |     - |  19M|   0 | 245 | 540 |4847 | 540 |4515 |  39 |   0 |  10 | 4.800000e+01 | 7.400000e+01 |  54.17%
1789.40/1790.01	c 
1789.40/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.40/1790.01	c Solving Time (sec) : 1789.92
1789.40/1790.01	c Solving Nodes      : 4569
1789.40/1790.01	c Primal Bound       : +7.40000000000000e+01 (3 solutions)
1789.40/1790.01	c Dual Bound         : +4.80000000000000e+01
1789.40/1790.01	c Gap                : 54.17 %
1789.40/1790.01	s SATISFIABLE
1789.40/1790.01	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 
1789.40/1790.01	v x173 x137 -x101 -x65 -x29 x346 -x310 -x274 -x238 x202 -x166 -x130 x94 x58 x22 -x339 x303 -x267 -x231 -x195 x159 x123 x87 
1789.40/1790.01	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 
1789.40/1790.01	v -x286 -x250 -x214 -x178 -x142 -x106 x70 -x34 -x357 -x321 -x285 -x249 -x213 -x177 -x141 -x105 -x69 x33 -x356 -x320 -x284 -x248 
1789.40/1790.01	v x212 -x176 -x140 -x104 -x68 -x32 -x355 -x319 -x283 -x247 -x211 -x175 -x139 x103 -x67 -x31 -x354 -x318 x282 -x246 -x210 -x174 
1789.40/1790.01	v -x138 -x102 -x66 -x30 -x352 -x316 -x280 -x244 -x208 -x172 -x136 -x100 -x64 x28 -x351 -x315 -x279 -x243 -x207 -x171 -x135 
1789.40/1790.01	v x99 -x63 -x27 -x350 -x314 -x278 -x242 -x206 -x170 -x134 -x98 x62 -x26 -x349 -x313 -x277 x241 -x205 -x169 -x133 -x97 -x61 -x25 
1789.40/1790.01	v -x348 x312 -x276 -x240 -x204 -x168 -x132 -x96 -x60 -x24 -x347 -x311 -x275 -x239 -x203 x167 -x131 -x95 -x59 -x23 -x345 -x309 
1789.40/1790.01	v -x273 -x237 -x201 -x165 x129 -x93 -x57 -x21 -x344 -x308 -x272 x236 -x200 -x164 -x128 -x92 -x56 -x20 -x343 -x307 x271 -x235 -x199 
1789.40/1790.01	v -x163 -x127 -x91 -x55 -x19 -x342 -x306 -x270 x234 -x198 -x162 -x126 -x90 -x54 -x18 -x341 -x305 -x269 -x233 x197 -x161 -x125 
1789.40/1790.01	v -x89 -x53 -x17 x340 -x304 -x268 -x232 -x196 -x160 -x124 -x88 -x52 -x16 -x338 -x302 x266 -x230 -x194 -x158 -x122 -x86 -x50 
1789.40/1790.01	v -x14 -x337 -x301 -x265 -x229 -x193 -x157 -x121 -x85 x49 -x13 -x336 -x300 -x264 -x228 -x192 -x156 x120 -x84 -x48 -x12 -x335 x299 
1789.40/1790.01	v -x263 -x227 -x191 -x155 -x119 -x83 -x47 -x11 -x334 -x298 -x262 -x226 -x190 -x154 -x118 x82 -x46 -x10 -x333 -x297 -x261 -x225 
1789.40/1790.01	v -x189 x153 -x117 -x81 -x45 -x9 -x331 -x295 -x259 -x223 -x187 -x151 -x115 -x79 -x43 x7 -x330 -x294 -x258 -x222 -x186 x150 
1789.40/1790.01	v -x114 -x78 -x42 -x6 -x329 -x293 -x257 -x221 -x185 -x149 x113 -x77 -x41 -x5 -x328 -x292 -x256 -x220 x184 -x148 -x112 -x76 -x40 
1789.40/1790.01	v -x4 -x327 x291 -x255 -x219 -x183 -x147 -x111 -x75 -x39 -x3 x326 -x290 -x254 -x218 -x182 -x146 -x110 -x74 -x38 -x2 x540 -x539 
1789.40/1790.01	v x538 x537 -x536 x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 -x527 x526 -x525 -x524 x523 -x522 -x521 x520 -x519 -x518 -x517 
1789.40/1790.01	v -x516 x515 -x514 -x513 -x512 -x511 x510 -x509 -x508 -x507 -x506 -x505 x504 -x503 -x502 x501 -x500 -x499 -x498 x497 -x496 -x495 
1789.40/1790.01	v x494 -x493 -x492 -x491 -x490 -x489 -x488 x487 -x486 x485 -x484 -x483 -x482 -x481 -x480 x479 -x478 -x477 -x476 -x475 x474 
1789.40/1790.01	v -x473 -x472 -x471 -x470 -x469 x468 x467 -x466 -x465 x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 x456 x455 -x454 -x453 -x452 
1789.40/1790.01	v -x451 -x450 -x449 -x448 x447 -x446 x445 -x444 -x443 -x442 -x441 -x440 -x439 x438 -x437 -x436 -x435 x434 x433 -x432 x431 -x430 
1789.40/1790.01	v -x429 -x428 x427 -x426 -x425 -x424 -x423 x422 -x421 -x420 -x419 x418 -x417 -x416 -x415 -x414 -x413 x412 -x411 x410 -x409 -x408 
1789.40/1790.01	v -x407 -x406 -x405 -x404 -x403 x402 -x401 -x400 x399 x398 -x397 x396 -x395 -x394 -x393 -x392 x391 -x390 x389 -x388 -x387 
1789.40/1790.01	v -x386 x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 x376 -x375 -x374 -x373 x372 -x371 -x370 -x369 -x368 -x367 x366 -x365 
1789.40/1790.01	v x364 -x363 x362 -x361 
1789.40/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.40/1790.01	c Solving Time       :    1789.92
1789.40/1790.01	c Original Problem   :
1789.40/1790.01	c   Problem name     : HOME/instance-2703751-1278553430.opb
1789.40/1790.01	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.40/1790.01	c   Constraints      : 4476 initial, 4476 maximal
1789.40/1790.01	c Presolved Problem  :
1789.40/1790.01	c   Problem name     : t_HOME/instance-2703751-1278553430.opb
1789.40/1790.01	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.40/1790.01	c   Constraints      : 4476 initial, 5319 maximal
1789.40/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.40/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.40/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.40/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.40/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.40/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.40/1790.01	c   probing          :       0.31          0          0          0          0          0          0          0          0
1789.40/1790.01	c   knapsack         :       0.12          0          0          0          0          0          0       3360       5040
1789.40/1790.01	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1789.40/1790.01	c   linear           :       0.05          0          0          0          0          0          0          0          0
1789.40/1790.01	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1789.40/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.40/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.40/1790.01	c   integral         :          0          0          0       4363          0          6         79          0          0       8612
1789.40/1790.01	c   knapsack         :       1734          6      46411          0          1         19       6821          0          0          0
1789.40/1790.01	c   setppc           :        840          6      46392          0          1        358      64311          0          0          0
1789.40/1790.01	c   linear           :          0+         6      44946          0          0          6        172          1          0          0
1789.40/1790.01	c   logicor          :       1902+         6      21894          0          1         86       8899          0          0          0
1789.40/1790.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.40/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.40/1790.01	c   integral         :     322.02       0.00       0.00     322.02       0.00
1789.40/1790.01	c   knapsack         :       9.82       0.06       9.76       0.00       0.00
1789.40/1790.01	c   setppc           :       2.65       0.00       2.64       0.00       0.00
1789.40/1790.01	c   linear           :       1.40       0.00       1.40       0.00       0.00
1789.40/1790.01	c   logicor          :       0.98       0.00       0.98       0.00       0.00
1789.40/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.40/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.40/1790.01	c   vbounds          :       0.04          2          0          0
1789.40/1790.01	c   rootredcost      :       0.04          1          0          0
1789.40/1790.01	c   pseudoobj        :       0.56      45347         14          0
1789.40/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.40/1790.01	c   propagation      :       0.05        483        482       3442       32.7        116       10.3          -
1789.40/1790.01	c   infeasible LP    :       0.32        401        244       2626       51.8         26        5.3          0
1789.40/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.40/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.40/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.40/1790.01	c   applied globally :          -          -          -       3033       26.2          -          -          -
1789.40/1790.01	c   applied locally  :          -          -          -          7       64.9          -          -          -
1789.40/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.40/1790.01	c   cut pool         :       0.01          5          -          -          3          -    (maximal pool size: 1479)
1789.40/1790.01	c   redcost          :       0.13       4479          0        962          0          0
1789.40/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1789.40/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.40/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.40/1790.01	c   gomory           :       5.95          6          0          0        410          0
1789.40/1790.01	c   strongcg         :       2.99          6          0          0       2363          0
1789.40/1790.01	c   cmir             :       0.16          6          0          0          0          0
1789.40/1790.01	c   flowcover        :       0.24          6          0          0          0          0
1789.40/1790.01	c   clique           :       0.02          6          0          0         42          0
1789.40/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.40/1790.01	c   mcf              :       0.01          1          0          0          0          0
1789.40/1790.01	c   rapidlearning    :       3.03          1          0          0          0        371
1789.40/1790.01	c Pricers            :       Time      Calls       Vars
1789.40/1790.01	c   problem variables:       0.00          0          0
1789.40/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.40/1790.01	c   relpscost        :     322.00       4363          6         79          0          0       8612
1789.40/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.40/1790.01	c   inference        :       0.00          1          0          0          0          0          2
1789.40/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.40/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.40/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.40/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.40/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.40/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.40/1790.01	c   LP solutions     :       0.00          -          0
1789.40/1790.01	c   pseudo solutions :       0.00          -          0
1789.40/1790.01	c   crossover        :       0.03          0          0
1789.40/1790.01	c   oneopt           :       0.01          1          0
1789.40/1790.01	c   coefdiving       :      65.51         29          0
1789.40/1790.01	c   pscostdiving     :      57.85         52          0
1789.40/1790.01	c   trivial          :       0.00          2          0
1789.40/1790.01	c   simplerounding   :       0.00          0          0
1789.40/1790.01	c   zirounding       :       0.38       1000          0
1789.40/1790.01	c   rounding         :       0.83        888          0
1789.40/1790.01	c   shifting         :       0.56        243          0
1789.40/1790.01	c   intshifting      :       0.00          0          0
1789.40/1790.01	c   twoopt           :       0.00          0          0
1789.40/1790.01	c   fixandinfer      :       0.00          0          0
1789.40/1790.01	c   feaspump         :      11.75          6          2
1789.40/1790.01	c   fracdiving       :      69.74         98          0
1789.40/1790.01	c   veclendiving     :      58.17         47          0
1789.40/1790.01	c   intdiving        :       0.00          0          0
1789.40/1790.01	c   actconsdiving    :       0.00          0          0
1789.40/1790.01	c   objpscostdiving  :      36.69          9          0
1789.40/1790.01	c   rootsoldiving    :      22.21         13          0
1789.40/1790.01	c   linesearchdiving :      58.27         69          0
1789.40/1790.01	c   guideddiving     :      70.32         80          0
1789.40/1790.01	c   octane           :       0.00          0          0
1789.40/1790.01	c   rens             :       0.09          1          0
1789.40/1790.01	c   rins             :       0.00          0          0
1789.40/1790.01	c   localbranching   :       0.00          0          0
1789.40/1790.01	c   mutation         :       0.00          0          0
1789.40/1790.01	c   dins             :       0.00          0          0
1789.40/1790.01	c   undercover       :       0.00          0          0
1789.40/1790.01	c   nlp              :       0.00          0          0
1789.40/1790.01	c   trysol           :       0.00          0          0
1789.40/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.40/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.40/1790.01	c   dual LP          :     987.27       4524    1282091     283.40    1298.62
1789.40/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.40/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.40/1790.01	c   diving/probing LP:     415.76      22019     528176      23.99    1270.38
1789.40/1790.01	c   strong branching :     321.47       1962     437095     222.78    1359.69
1789.40/1790.01	c     (at root node) :          -         10       5485     548.50          -
1789.40/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.40/1790.01	c B&B Tree           :
1789.40/1790.01	c   number of runs   :          1
1789.40/1790.01	c   nodes            :       4569
1789.40/1790.01	c   nodes (total)    :       4569
1789.40/1790.01	c   nodes left       :       4022
1789.40/1790.01	c   max depth        :         47
1789.40/1790.01	c   max depth (total):         47
1789.40/1790.01	c   backtracks       :       1059 (23.2%)
1789.40/1790.01	c   delayed cutoffs  :         24
1789.40/1790.01	c   repropagations   :        372 (1824 domain reductions, 12 cutoffs)
1789.40/1790.01	c   avg switch length:       6.82
1789.40/1790.01	c   switching time   :       2.86
1789.40/1790.01	c Solution           :
1789.40/1790.01	c   Solutions found  :          3 (1 improvements)
1789.40/1790.01	c   First Solution   : +7.40000000000000e+01   (in run 1, after 1 nodes, 11.80 seconds, depth 0, found by <trysol>)
1789.40/1790.01	c   Primal Bound     : +7.40000000000000e+01   (in run 1, after 1 nodes, 11.80 seconds, depth 0, found by <trysol>)
1789.40/1790.01	c   Dual Bound       : +4.80000000000000e+01
1789.40/1790.01	c   Gap              :      54.17 %
1789.40/1790.01	c   Root Dual Bound  : +4.80000000000000e+01
1789.40/1790.01	c   Root Iterations  :       8626
1789.40/1790.06	c Time complete: 1789.47.

Verifier Data

OK	74

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2703751-1278553430/watcher-2703751-1278553430 -o /tmp/evaluation-result-2703751-1278553430/solver-2703751-1278553430 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703751-1278553430.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 0.91 3/105 29791
/proc/meminfo: memFree=1679632/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=7904 CPUtime=0
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 1153 0 0 0 0 0 0 0 25 0 1 0 23551214 8093696 1065 1992294400 4194304 8395647 140735973786464 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29791/statm: 1976 1074 365 1026 0 946 0

[startup+0.015585 s]
/proc/loadavg: 1.00 1.00 0.91 3/105 29791
/proc/meminfo: memFree=1679632/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=10880 CPUtime=0.01
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 2021 0 0 0 1 0 0 0 25 0 1 0 23551214 11141120 1933 1992294400 4194304 8395647 140735973786464 18446744073709551615 7382061 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29791/statm: 2720 1933 393 1026 0 1690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10880

[startup+0.101593 s]
/proc/loadavg: 1.00 1.00 0.91 3/105 29791
/proc/meminfo: memFree=1679632/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=16904 CPUtime=0.09
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 3809 0 0 0 8 1 0 0 25 0 1 0 23551214 17309696 3367 1992294400 4194304 8395647 140735973786464 18446744073709551615 4448982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 4226 3367 420 1026 0 3196 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16904

[startup+0.301615 s]
/proc/loadavg: 1.00 1.00 0.91 3/105 29791
/proc/meminfo: memFree=1679632/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=24948 CPUtime=0.29
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 5634 0 0 0 27 2 0 0 25 0 1 0 23551214 25546752 5192 1992294400 4194304 8395647 140735973786464 18446744073709551615 4288144 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 6237 5192 487 1026 0 5207 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24948

[startup+0.701659 s]
/proc/loadavg: 1.00 1.00 0.91 3/105 29791
/proc/meminfo: memFree=1679632/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=33944 CPUtime=0.69
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 7942 0 0 0 66 3 0 0 18 0 1 0 23551214 34758656 7372 1992294400 4194304 8395647 140735973786464 18446744073709551615 6739766 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 8486 7372 573 1026 0 7456 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33944

[startup+1.50175 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 29792
/proc/meminfo: memFree=1651104/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=34820 CPUtime=1.49
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 8298 0 0 0 146 3 0 0 18 0 1 0 23551214 35655680 7711 1992294400 4194304 8395647 140735973786464 18446744073709551615 6696983 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 8705 7711 583 1026 0 7675 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34820

[startup+3.10092 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 29792
/proc/meminfo: memFree=1649492/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=36000 CPUtime=3.09
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 8635 0 0 0 305 4 0 0 22 0 1 0 23551214 36864000 8045 1992294400 4194304 8395647 140735973786464 18446744073709551615 6708224 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 9000 8045 583 1026 0 7970 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36000

[startup+6.30128 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 29792
/proc/meminfo: memFree=1648996/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=36000 CPUtime=6.29
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 8635 0 0 0 624 5 0 0 25 0 1 0 23551214 36864000 8045 1992294400 4194304 8395647 140735973786464 18446744073709551615 6697342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 9000 8045 583 1026 0 7970 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36000

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 29792
/proc/meminfo: memFree=1623088/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=62572 CPUtime=12.69
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 15259 0 0 0 1252 17 0 0 25 0 1 0 23551214 64073728 14570 1992294400 4194304 8395647 140735973786464 18446744073709551615 6106927 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 15643 14570 640 1026 0 14613 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62572

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 29792
/proc/meminfo: memFree=1618624/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=65136 CPUtime=25.48
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 18557 0 0 0 2524 24 0 0 25 0 1 0 23551214 66699264 15563 1992294400 4194304 8395647 140735973786464 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 16284 15563 641 1026 0 15254 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 65136

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 29792
/proc/meminfo: memFree=1618624/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=65136 CPUtime=51.08
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 18558 0 0 0 5074 34 0 0 25 0 1 0 23551214 66699264 15564 1992294400 4194304 8395647 140735973786464 18446744073709551615 6697379 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 16284 15564 642 1026 0 15254 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 65136

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 29794
/proc/meminfo: memFree=1618748/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=65136 CPUtime=102.27
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 18558 0 0 0 10167 60 0 0 25 0 1 0 23551214 66699264 15564 1992294400 4194304 8395647 140735973786464 18446744073709551615 6693776 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 16284 15564 642 1026 0 15254 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 65136

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 29796
/proc/meminfo: memFree=1618748/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=65136 CPUtime=162.25
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 18559 0 0 0 16138 87 0 0 25 0 1 0 23551214 66699264 15565 1992294400 4194304 8395647 140735973786464 18446744073709551615 6698034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 16284 15565 642 1026 0 15254 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 65136

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 29796
/proc/meminfo: memFree=1618748/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=65136 CPUtime=222.24
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 18561 0 0 0 22110 114 0 0 25 0 1 0 23551214 66699264 15567 1992294400 4194304 8395647 140735973786464 18446744073709551615 6698218 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 16284 15567 642 1026 0 15254 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 65136

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 29798
/proc/meminfo: memFree=1618748/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=65136 CPUtime=282.22
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 18561 0 0 0 28080 142 0 0 25 0 1 0 23551214 66699264 15567 1992294400 4194304 8395647 140735973786464 18446744073709551615 6120558 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 16284 15567 642 1026 0 15254 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 65136

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 29800
/proc/meminfo: memFree=1618748/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=65136 CPUtime=342.2
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 18561 0 0 0 34050 170 0 0 25 0 1 0 23551214 66699264 15567 1992294400 4194304 8395647 140735973786464 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 16284 15567 642 1026 0 15254 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 65136

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 29802
/proc/meminfo: memFree=1618748/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=65136 CPUtime=402.19
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 18561 0 0 0 40019 200 0 0 25 0 1 0 23551214 66699264 15567 1992294400 4194304 8395647 140735973786464 18446744073709551615 6697423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 16284 15567 642 1026 0 15254 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 65136

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 29804
/proc/meminfo: memFree=1618748/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=65136 CPUtime=462.17
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 18562 0 0 0 45989 228 0 0 25 0 1 0 23551214 66699264 15568 1992294400 4194304 8395647 140735973786464 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 16284 15568 642 1026 0 15254 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 65136

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 29804
/proc/meminfo: memFree=1618748/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=65532 CPUtime=522.16
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 18652 0 0 0 51960 256 0 0 25 0 1 0 23551214 67104768 15658 1992294400 4194304 8395647 140735973786464 18446744073709551615 6472159 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 16383 15658 642 1026 0 15353 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 65532

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 29806
/proc/meminfo: memFree=1618624/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=65668 CPUtime=582.14
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 18664 0 0 0 57926 288 0 0 25 0 1 0 23551214 67244032 15670 1992294400 4194304 8395647 140735973786464 18446744073709551615 6693391 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 16417 15670 642 1026 0 15387 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 65668

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 29808
/proc/meminfo: memFree=1617632/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=67036 CPUtime=642.13
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 18993 0 0 0 63892 321 0 0 25 0 1 0 23551214 68644864 15999 1992294400 4194304 8395647 140735973786464 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 16759 15999 642 1026 0 15729 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 67036

[startup+702.301 s]

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

/proc/meminfo: memFree=1615400/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=68080 CPUtime=1061.99
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 20756 0 0 0 105678 521 0 0 25 0 1 0 23551214 69713920 16290 1992294400 4194304 8395647 140735973786464 18446744073709551615 6698202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 17020 16290 643 1026 0 15990 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 68080

[startup+1122.3 s]
/proc/loadavg: 1.10 1.03 0.93 2/106 30295
/proc/meminfo: memFree=1615020/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=68444 CPUtime=1121.88
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 21617 0 0 0 111637 551 0 0 25 0 1 0 23551214 70086656 16368 1992294400 4194304 8395647 140735973786464 18446744073709551615 6697268 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 17111 16368 643 1026 0 16081 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 68444

[startup+1182.3 s]
/proc/loadavg: 1.04 1.02 0.93 2/106 30297
/proc/meminfo: memFree=1613780/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=69772 CPUtime=1181.86
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 21952 0 0 0 117603 583 0 0 25 0 1 0 23551214 71446528 16703 1992294400 4194304 8395647 140735973786464 18446744073709551615 6697003 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 17443 16703 643 1026 0 16413 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 69772

[startup+1242.3 s]
/proc/loadavg: 1.01 1.02 0.93 2/106 30299
/proc/meminfo: memFree=1613780/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=70096 CPUtime=1241.84
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 21964 0 0 0 123573 611 0 0 25 0 1 0 23551214 71778304 16715 1992294400 4194304 8395647 140735973786464 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 17524 16715 643 1026 0 16494 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 70096

[startup+1302.3 s]
/proc/loadavg: 1.00 1.01 0.93 2/106 30301
/proc/meminfo: memFree=1612788/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=71036 CPUtime=1301.84
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 22204 0 0 0 129541 643 0 0 25 0 1 0 23551214 72740864 16955 1992294400 4194304 8395647 140735973786464 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 17759 16955 643 1026 0 16729 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 71036

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/106 30303
/proc/meminfo: memFree=1612788/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=71036 CPUtime=1361.81
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 22204 0 0 0 135510 671 0 0 25 0 1 0 23551214 72740864 16955 1992294400 4194304 8395647 140735973786464 18446744073709551615 6697446 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 17759 16955 643 1026 0 16729 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 71036

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.93 2/106 30303
/proc/meminfo: memFree=1612300/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=71420 CPUtime=1421.81
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 22365 0 0 0 141478 703 0 0 25 0 1 0 23551214 73134080 17116 1992294400 4194304 8395647 140735973786464 18446744073709551615 6391408 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 17855 17116 643 1026 0 16825 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 71420

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/106 30305
/proc/meminfo: memFree=1612300/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=71420 CPUtime=1481.78
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 22378 0 0 0 147446 732 0 0 25 0 1 0 23551214 73134080 17129 1992294400 4194304 8395647 140735973786464 18446744073709551615 6701824 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 17855 17129 643 1026 0 16825 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 71420

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/106 30307
/proc/meminfo: memFree=1612300/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=71420 CPUtime=1541.76
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 22385 0 0 0 153411 765 0 0 25 0 1 0 23551214 73134080 17136 1992294400 4194304 8395647 140735973786464 18446744073709551615 6697338 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 17855 17136 643 1026 0 16825 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 71420

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/106 30309
/proc/meminfo: memFree=1611804/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=71912 CPUtime=1601.75
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 22491 0 0 0 159380 795 0 0 25 0 1 0 23551214 73637888 17242 1992294400 4194304 8395647 140735973786464 18446744073709551615 6696964 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 17978 17242 643 1026 0 16948 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 71912

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/106 30311
/proc/meminfo: memFree=1610812/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=73208 CPUtime=1661.73
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 22733 0 0 0 165349 824 0 0 25 0 1 0 23551214 74964992 17484 1992294400 4194304 8395647 140735973786464 18446744073709551615 6383851 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 18302 17484 643 1026 0 17272 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 73208

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/106 30311
/proc/meminfo: memFree=1610688/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=73100 CPUtime=1721.72
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 23531 0 0 0 171318 854 0 0 25 0 1 0 23551214 74854400 17499 1992294400 4194304 8395647 140735973786464 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 18275 17499 643 1026 0 17245 0
Current children cumulated CPU time (s) 1721.72
Current children cumulated vsize (KiB) 73100

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/106 30313
/proc/meminfo: memFree=1609572/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=73840 CPUtime=1781.7
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 23757 0 0 0 177291 879 0 0 25 0 1 0 23551214 75612160 17725 1992294400 4194304 8395647 140735973786464 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 18460 17725 643 1026 0 17430 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 73840

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/106 30313
/proc/meminfo: memFree=1609572/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=73840 CPUtime=1784.9
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 23757 0 0 0 177609 881 0 0 25 0 1 0 23551214 75612160 17725 1992294400 4194304 8395647 140735973786464 18446744073709551615 6755381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 18460 17725 643 1026 0 17430 0
Current children cumulated CPU time (s) 1784.9
Current children cumulated vsize (KiB) 73840

[startup+1787.1 s]
/proc/loadavg: 1.00 1.00 0.93 2/106 30313
/proc/meminfo: memFree=1609572/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=73840 CPUtime=1786.5
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 23757 0 0 0 177769 881 0 0 25 0 1 0 23551214 75612160 17725 1992294400 4194304 8395647 140735973786464 18446744073709551615 7382046 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 18460 17725 643 1026 0 17430 0
Current children cumulated CPU time (s) 1786.5
Current children cumulated vsize (KiB) 73840

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 0.93 2/106 30313
/proc/meminfo: memFree=1609572/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=73840 CPUtime=1788.1
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 23757 0 0 0 177928 882 0 0 25 0 1 0 23551214 75612160 17725 1992294400 4194304 8395647 140735973786464 18446744073709551615 6697959 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 18460 17725 643 1026 0 17430 0
Current children cumulated CPU time (s) 1788.1
Current children cumulated vsize (KiB) 73840

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/106 30313
/proc/meminfo: memFree=1609572/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=73840 CPUtime=1788.9
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 23757 0 0 0 178008 882 0 0 25 0 1 0 23551214 75612160 17725 1992294400 4194304 8395647 140735973786464 18446744073709551615 7382041 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 18460 17725 643 1026 0 17430 0
Current children cumulated CPU time (s) 1788.9
Current children cumulated vsize (KiB) 73840

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 0.93 2/106 30313
/proc/meminfo: memFree=1609572/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=73840 CPUtime=1789.3
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 23757 0 0 0 178048 882 0 0 25 0 1 0 23551214 75612160 17725 1992294400 4194304 8395647 140735973786464 18446744073709551615 6700741 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 18460 17725 643 1026 0 17430 0
Current children cumulated CPU time (s) 1789.3
Current children cumulated vsize (KiB) 73840

[startup+1790 s]
/proc/loadavg: 1.00 1.00 0.93 2/106 30313
/proc/meminfo: memFree=1609572/2059040 swapFree=4136400/4192956
[pid=29791] ppid=29789 vsize=73840 CPUtime=1789.4
/proc/29791/stat : 29791 (pbscip.linux.x8) R 29789 29791 29223 0 -1 4202496 23757 0 0 0 178058 882 0 0 25 0 1 0 23551214 75612160 17725 1992294400 4194304 8395647 140735973786464 18446744073709551615 6746219 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29791/statm: 18460 17725 643 1026 0 17430 0
Current children cumulated CPU time (s) 1789.4
Current children cumulated vsize (KiB) 73840

Child status: 0
Real time (s): 1790.07
CPU time (s): 1789.48
CPU user time (s): 1780.64
CPU system time (s): 8.83566
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 74724

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

runsolver used 3.01954 second user time and 8.39872 second system time

The end

Launcher Data

Begin job on node087 at 2010-07-08 03:43:50
IDJOB=2703751
IDBENCH=2007
IDSOLVER=1213
FILE ID=node087/2703751-1278553430
PBS_JOBID= 11239476
Free space on /tmp= 62512 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 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-2703751-1278553430/watcher-2703751-1278553430 -o /tmp/evaluation-result-2703751-1278553430/solver-2703751-1278553430 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703751-1278553430.opb -t 1800 -m 1800

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

MD5SUM BENCH= ff9be653d1d3ea3b1a82846016e94df6
RANDOM SEED=1581148706

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1680160 kB
Buffers:         81960 kB
Cached:         203328 kB
SwapCached:      12768 kB
Active:         139352 kB
Inactive:       162612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1680160 kB
SwapTotal:     4192956 kB
SwapFree:      4136400 kB
Dirty:           10584 kB
Writeback:           8 kB
AnonPages:       11448 kB
Mapped:           8316 kB
Slab:            55092 kB
PageTables:       4124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181568 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= 62544 MiB
End job on node087 at 2010-07-08 04:13:40