Trace number 1868833

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 NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT28614 1797.36 1797.89

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.07/0.08	c SCIP version 1.1.0.7
0.07/0.08	c LP-Solver Clp 1.8.2
0.07/0.08	c user parameter file <scip.set> not found - using default parameters
0.07/0.08	c read problem <HOME/instance-1868833-1245146821.opb>
0.07/0.08	c original problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.09/0.10	c start presolving problem
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.20/0.26	c (round 2) 0 del vars, 2880 del conss, 0 chg bounds, 3360 chg sides, 5040 chg coeffs, 4476 upgd conss, 1260 impls, 210 clqs
0.39/0.49	c    (0.4s) probing: 401/540 (74.3%) - 0 fixings, 0 aggregations, 1590 implications, 0 bound changes
0.39/0.49	c    (0.4s) probing aborted: 100/100 successive totally useless probings
0.39/0.49	c presolving (3 rounds):
0.39/0.49	c  0 deleted vars, 2880 deleted constraints, 0 tightened bounds, 0 added holes, 3360 changed sides, 5040 changed coefficients
0.39/0.49	c  4440 implications, 210 cliques
0.39/0.49	c presolved problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.39/0.49	c    1734 constraints of type <knapsack>
0.39/0.49	c     210 constraints of type <setppc>
0.39/0.49	c    2532 constraints of type <logicor>
0.39/0.49	c transformed objective value is always integral (scale: 1)
0.39/0.49	c Presolving Time: 0.37
0.39/0.49	c OPT-LIN
0.39/0.49	c -----------------------------------------------------------------------------------------------
0.39/0.49	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.49	c limits/memory = c 1620
0.39/0.49	c # maximal time in seconds to run
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.49	c limits/time = c 1791
0.39/0.49	c # frequency for displaying node information lines
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.49	c display/freq = c 10000
0.39/0.49	c -----------------------------------------------------------------------------------------------
0.39/0.49	c start solving problem
0.39/0.49	c 
0.59/0.67	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.67	c   0.6s|     1 |     0 |   424 |8761k|   0 | 220 | 540 |4476 |4476 | 540 |4476 |   0 |   0 |   0 | 1.742200e+04 |      --      |    Inf 
5.08/5.12	c   5.0s|     1 |     0 |  3775 |  10M|   0 | 245 | 540 |4476 |4476 | 540 |4486 |  10 |   0 |   0 | 1.742200e+04 |      --      |    Inf 
6.78/6.84	c   6.7s|     1 |     0 |  4033 |  12M|   0 | 232 | 540 |4476 |4476 | 540 |4494 |  18 |   0 |   0 | 1.742200e+04 |      --      |    Inf 
8.48/8.51	c   8.3s|     1 |     0 |  4163 |  14M|   0 | 242 | 540 |4476 |4476 | 540 |4501 |  25 |   0 |   0 | 1.742200e+04 |      --      |    Inf 
10.08/10.19	c  10.0s|     1 |     0 |  4292 |  17M|   0 | 233 | 540 |4476 |4476 | 540 |4507 |  31 |   0 |   0 | 1.742200e+04 |      --      |    Inf 
11.88/12.00	c  11.8s|     1 |     0 |  4519 |  19M|   0 | 243 | 540 |4476 |4476 | 540 |4512 |  36 |   0 |   0 | 1.742200e+04 |      --      |    Inf 
13.88/13.99	c  13.8s|     1 |     0 |  4883 |  22M|   0 | 250 | 540 |4476 |4476 | 540 |4519 |  43 |   0 |   0 | 1.742200e+04 |      --      |    Inf 
21.98/22.03	c  21.8s|     1 |     2 |  4883 |  22M|   0 | 250 | 540 |4476 |4476 | 540 |4519 |  43 |   0 |  23 | 1.742200e+04 |      --      |    Inf 
715.08/715.36	o 31490
715.08/715.36	c v 713s|  1258 |  1237 |802281 |  24M|  48 |   - | 540 |4686 |2992 | 540 |4499 |  43 | 463 |1418 | 1.742200e+04 | 3.149000e+04 |  80.75%
809.46/809.76	o 29502
809.46/809.76	c v 808s|  1394 |  1369 |925636 |  25M|  48 |   - | 540 |4702 |3098 | 540 |4499 |  43 | 567 |1558 | 1.742200e+04 | 2.950200e+04 |  69.34%
1211.64/1212.10	o 29188
1211.64/1212.10	c v1209s|  2095 |  2062 |  1500k|  26M|  48 |   - | 540 |4815 |2430 | 540 |4499 |  43 |1146 |2005 | 1.742200e+04 | 2.918800e+04 |  67.54%
1245.53/1245.97	o 28614
1245.53/1245.97	c v1243s|  2155 |  2122 |  1556k|  27M|  48 |   - | 540 |4830 |3396 | 540 |4499 |  43 |1202 |2017 | 1.742200e+04 | 2.861400e+04 |  64.24%
1797.27/1797.83	c 
1797.27/1797.83	c SCIP Status        : solving was interrupted [time limit reached]
1797.27/1797.83	c Solving Time (sec) : 1791.01
1797.27/1797.83	c Solving Nodes      : 3310
1797.27/1797.83	c Primal Bound       : +2.86140000000000e+04 (4 solutions)
1797.27/1797.83	c Dual Bound         : +1.74220000000000e+04
1797.27/1797.83	c Gap                : 64.24 %
1797.27/1797.83	c NODE         3310
1797.27/1797.83	c DUAL BOUND   17422
1797.27/1797.83	c PRIMAL BOUND 28614
1797.27/1797.83	c GAP          0.642406
1797.27/1797.83	s SATISFIABLE
1797.27/1797.83	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 
1797.27/1797.83	v x173 -x137 -x101 -x65 x29 -x346 -x310 x274 x238 x202 -x166 x130 -x94 x58 -x22 -x339 x303 x267 -x231 -x195 x159 -x123 x87 
1797.27/1797.83	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 
1797.27/1797.83	v -x286 -x250 -x214 -x178 x142 -x106 -x70 -x34 -x357 -x321 -x285 -x249 -x213 -x177 -x141 x105 -x69 -x33 -x356 -x320 -x284 -x248 
1797.27/1797.83	v -x212 x176 -x140 -x104 -x68 -x32 -x355 -x319 x283 -x247 -x211 -x175 -x139 -x103 -x67 -x31 -x354 -x318 -x282 -x246 -x210 
1797.27/1797.83	v -x174 -x138 -x102 x66 -x30 -x352 -x316 -x280 x244 -x208 -x172 -x136 -x100 -x64 -x28 -x351 -x315 x279 -x243 -x207 -x171 -x135 
1797.27/1797.83	v -x99 -x63 -x27 -x350 -x314 -x278 -x242 -x206 -x170 -x134 x98 -x62 -x26 -x349 -x313 -x277 -x241 -x205 -x169 x133 -x97 -x61 -x25 
1797.27/1797.83	v -x348 -x312 -x276 -x240 -x204 -x168 -x132 -x96 -x60 x24 -x347 -x311 -x275 -x239 -x203 x167 -x131 -x95 -x59 -x23 -x345 x309 
1797.27/1797.83	v -x273 -x237 -x201 -x165 -x129 -x93 -x57 -x21 x344 -x308 -x272 -x236 -x200 -x164 -x128 -x92 -x56 -x20 -x343 -x307 -x271 -x235 
1797.27/1797.83	v -x199 -x163 -x127 x91 -x55 -x19 -x342 -x306 -x270 -x234 x198 -x162 -x126 -x90 -x54 -x18 x341 -x305 -x269 -x233 -x197 -x161 -x125 
1797.27/1797.83	v -x89 -x53 -x17 -x340 -x304 -x268 -x232 -x196 -x160 -x124 -x88 x52 -x16 -x338 -x302 -x266 -x230 -x194 -x158 x122 -x86 -x50 
1797.27/1797.83	v -x14 -x337 -x301 -x265 x229 -x193 -x157 -x121 -x85 -x49 -x13 -x336 -x300 -x264 x228 -x192 -x156 -x120 -x84 -x48 -x12 -x335 -x299 
1797.27/1797.83	v -x263 -x227 x191 -x155 -x119 -x83 -x47 -x11 -x334 -x298 x262 -x226 -x190 -x154 -x118 -x82 -x46 -x10 -x333 -x297 -x261 -x225 
1797.27/1797.83	v -x189 -x153 -x117 -x81 -x45 x9 -x331 -x295 -x259 -x223 -x187 -x151 -x115 -x79 x43 -x7 x330 -x294 -x258 -x222 -x186 -x150 
1797.27/1797.83	v -x114 -x78 -x42 -x6 -x329 -x293 -x257 -x221 -x185 -x149 -x113 -x77 -x41 x5 -x328 -x292 -x256 -x220 x184 -x148 -x112 -x76 -x40 
1797.27/1797.83	v -x4 -x327 -x291 -x255 -x219 -x183 x147 -x111 -x75 -x39 -x3 -x326 x290 -x254 -x218 -x182 -x146 -x110 -x74 -x38 -x2 -x540 -x539 
1797.27/1797.83	v x538 -x537 x536 x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 x527 -x526 -x525 -x524 x523 -x522 -x521 x520 -x519 -x518 -x517 
1797.27/1797.83	v -x516 -x515 x514 -x513 -x512 -x511 -x510 -x509 -x508 x507 -x506 x505 x504 -x503 -x502 -x501 -x500 -x499 x498 -x497 -x496 -x495 
1797.27/1797.83	v x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 x486 -x485 x484 -x483 -x482 -x481 -x480 x479 -x478 -x477 -x476 -x475 x474 
1797.27/1797.83	v -x473 -x472 -x471 x470 x469 x468 -x467 x466 -x465 -x464 -x463 x462 -x461 -x460 -x459 x458 -x457 -x456 -x455 -x454 x453 -x452 
1797.27/1797.83	v -x451 -x450 -x449 -x448 -x447 x446 -x445 -x444 x443 -x442 -x441 -x440 -x439 x438 -x437 -x436 x435 x434 x433 x432 -x431 -x430 
1797.27/1797.83	v -x429 -x428 x427 -x426 -x425 -x424 -x423 x422 -x421 -x420 x419 -x418 -x417 -x416 x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 
1797.27/1797.83	v x407 -x406 -x405 -x404 -x403 -x402 x401 -x400 x399 -x398 x397 -x396 -x395 -x394 -x393 -x392 x391 -x390 -x389 -x388 -x387 
1797.27/1797.83	v x386 -x385 -x384 -x383 -x382 x381 -x380 -x379 -x378 -x377 x376 -x375 -x374 x373 -x372 -x371 x370 -x369 -x368 -x367 -x366 -x365 
1797.27/1797.83	v x364 -x363 x362 x361 
1797.27/1797.83	c SCIP Status        : solving was interrupted [time limit reached]
1797.27/1797.83	c Solving Time       :    1791.01
1797.27/1797.83	c Original Problem   :
1797.27/1797.83	c   Problem name     : HOME/instance-1868833-1245146821.opb
1797.27/1797.83	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.27/1797.83	c   Constraints      : 4476 initial, 4476 maximal
1797.27/1797.83	c Presolved Problem  :
1797.27/1797.83	c   Problem name     : t_HOME/instance-1868833-1245146821.opb
1797.27/1797.83	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.27/1797.83	c   Constraints      : 4476 initial, 4968 maximal
1797.27/1797.83	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.27/1797.83	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.27/1797.83	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1797.27/1797.83	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.27/1797.83	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.27/1797.83	c   implics          :       0.00          0          0          0          0          0          0          0          0
1797.27/1797.83	c   probing          :       0.17          0          0          0          0          0          0          0          0
1797.27/1797.83	c   knapsack         :       0.10          0          0          0          0          0          0       3360       5040
1797.27/1797.83	c   setppc           :       0.02          0          0          0          0          0       2880          0          0
1797.27/1797.83	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1797.27/1797.83	c   root node        :          -          0          -          -          0          -          -          -          -
1797.27/1797.83	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.27/1797.83	c   integral         :          0          0          0       3261          0          0         32          0          0       6496
1797.27/1797.83	c   knapsack         :       1734          6      45972          0          0         13       2770          0          0          0
1797.27/1797.83	c   setppc           :        210          6      45958          0          0        332      33770          0          0          0
1797.27/1797.83	c   logicor          :       2532+         6      23038          0          0        133      14215          0          0          0
1797.27/1797.83	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1797.27/1797.83	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.27/1797.83	c   integral         :     449.91       0.00       0.00     449.91       0.00
1797.27/1797.83	c   knapsack         :       7.80       0.03       7.77       0.00       0.00
1797.27/1797.83	c   setppc           :       1.05       0.00       1.05       0.00       0.00
1797.27/1797.83	c   logicor          :       1.00       0.00       1.00       0.00       0.00
1797.27/1797.83	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.27/1797.83	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.27/1797.83	c   rootredcost      :       0.01          4          0          0
1797.27/1797.83	c   pseudoobj        :       0.59      44898          4          0
1797.27/1797.83	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.27/1797.83	c   propagation      :       0.03        482        482       3135       27.9        178        8.9          -
1797.27/1797.83	c   infeasible LP    :       0.18        764          0          0        0.0          0        0.0          0
1797.27/1797.83	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.27/1797.83	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.27/1797.83	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.27/1797.83	c   applied globally :          -          -          -       2224       22.8          -          -          -
1797.27/1797.83	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.27/1797.83	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.27/1797.83	c   cut pool         :       0.03          5          -          -          3          -    (maximal pool size: 1593)
1797.27/1797.83	c   redcost          :       0.16       3282          0        167          0          0
1797.27/1797.83	c   impliedbounds    :       0.00          6          0          0          0          0
1797.27/1797.83	c   intobj           :       0.00          0          0          0          0          0
1797.27/1797.83	c   gomory           :       7.12          6          0          0        149          0
1797.27/1797.83	c   strongcg         :       1.22          6          0          0       3000          0
1797.27/1797.83	c   cmir             :       0.17          6          0          0          0          0
1797.27/1797.83	c   flowcover        :       0.22          6          0          0          0          0
1797.27/1797.83	c   clique           :       0.02          6          0          0         42          0
1797.27/1797.83	c   zerohalf         :       0.00          0          0          0          0          0
1797.27/1797.83	c   mcf              :       0.01          1          0          0          0          0
1797.27/1797.83	c Pricers            :       Time      Calls       Vars
1797.27/1797.83	c   problem variables:       0.00          0          0
1797.27/1797.83	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.27/1797.83	c   relpscost        :     449.89       3261          0         32          0          0       6496
1797.27/1797.83	c   pscost           :       0.00          0          0          0          0          0          0
1797.27/1797.83	c   inference        :       0.00          0          0          0          0          0          0
1797.27/1797.83	c   mostinf          :       0.00          0          0          0          0          0          0
1797.27/1797.83	c   leastinf         :       0.00          0          0          0          0          0          0
1797.27/1797.83	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.27/1797.84	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.27/1797.84	c   random           :       0.00          0          0          0          0          0          0
1797.27/1797.84	c Primal Heuristics  :       Time      Calls      Found
1797.27/1797.84	c   LP solutions     :       0.00          -          0
1797.27/1797.84	c   pseudo solutions :       0.00          -          0
1797.27/1797.84	c   crossover        :       0.01          0          0
1797.27/1797.84	c   oneopt           :       0.00          4          0
1797.27/1797.84	c   simplerounding   :       0.00          0          0
1797.27/1797.84	c   rounding         :       0.75        762          0
1797.27/1797.84	c   shifting         :       0.57        213          0
1797.27/1797.84	c   intshifting      :       0.00          0          0
1797.27/1797.84	c   fixandinfer      :       0.00          0          0
1797.27/1797.84	c   feaspump         :      19.91         21          0
1797.27/1797.84	c   coefdiving       :      62.04         35          0
1797.27/1797.84	c   pscostdiving     :      78.01         82          0
1797.27/1797.84	c   fracdiving       :      62.25         82          0
1797.27/1797.84	c   veclendiving     :      59.81         82          4
1797.27/1797.84	c   intdiving        :       0.00          0          0
1797.27/1797.84	c   actconsdiving    :       0.00          0          0
1797.27/1797.84	c   objpscostdiving  :      21.96         24          0
1797.27/1797.84	c   rootsoldiving    :      21.71         18          0
1797.27/1797.84	c   linesearchdiving :      51.11         81          0
1797.27/1797.84	c   guideddiving     :      76.44         81          0
1797.27/1797.84	c   octane           :       0.00          0          0
1797.27/1797.84	c   rens             :       0.07          1          0
1797.27/1797.84	c   rins             :       0.00          0          0
1797.27/1797.84	c   localbranching   :       0.00          0          0
1797.27/1797.84	c   mutation         :       0.00          0          0
1797.27/1797.84	c   dins             :       0.00          0          0
1797.27/1797.84	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.27/1797.84	c   primal LP        :       0.13          0          0       0.00       0.00
1797.27/1797.84	c   dual LP          :     869.49       3292    1766439     536.59    2031.58
1797.27/1797.84	c   barrier LP       :       0.00          0          0       0.00          -
1797.27/1797.84	c   diving/probing LP:     419.67      24525     623730      25.43    1486.24
1797.27/1797.84	c   strong branching :     449.44       2515     579861     230.56    1290.19
1797.27/1797.84	c     (at root node) :          -         23       6850     297.83          -
1797.27/1797.84	c   conflict analysis:       0.00          0          0       0.00          -
1797.27/1797.84	c B&B Tree           :
1797.27/1797.84	c   number of runs   :          1
1797.27/1797.84	c   nodes            :       3310
1797.27/1797.84	c   nodes (total)    :       3310
1797.27/1797.84	c   nodes left       :       3187
1797.27/1797.84	c   max depth        :         48
1797.27/1797.84	c   max depth (total):         48
1797.27/1797.84	c   backtracks       :        529 (16.0%)
1797.27/1797.84	c   delayed cutoffs  :          0
1797.27/1797.84	c   repropagations   :         50 (85 domain reductions, 0 cutoffs)
1797.27/1797.84	c   avg switch length:       5.06
1797.27/1797.84	c   switching time   :       1.13
1797.27/1797.84	c Solution           :
1797.27/1797.84	c   Solutions found  :          4 (4 improvements)
1797.27/1797.84	c   Primal Bound     : +2.86140000000000e+04   (in run 1, after 2155 nodes, 1242.51 seconds, depth 28, found by <veclendiving>)
1797.27/1797.84	c   Dual Bound       : +1.74220000000000e+04
1797.27/1797.84	c   Gap              :      64.24 %
1797.27/1797.84	c   Root Dual Bound  : +1.74220000000000e+04
1797.27/1797.88	c Time complete: 1797.35.

Verifier Data

OK	28614

Watcher Data

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

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

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.09 1.10 1.02 2/64 2469
/proc/meminfo: memFree=1857576/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=9676 CPUtime=0
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 1326 0 0 0 0 0 0 0 18 0 1 0 182282809 9908224 1310 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/2469/statm: 2419 1317 362 1256 0 1158 0

[startup+0.0841459 s]
/proc/loadavg: 1.09 1.10 1.02 2/64 2469
/proc/meminfo: memFree=1857576/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=12624 CPUtime=0.07
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 2120 0 0 0 7 0 0 0 18 0 1 0 182282809 12926976 2104 1992294400 4194304 9342243 548682068736 18446744073709551615 4204000 0 0 4096 0 0 0 0 17 1 0 0
/proc/2469/statm: 3156 2104 378 1256 0 1895 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12624

[startup+0.102147 s]
/proc/loadavg: 1.09 1.10 1.02 2/64 2469
/proc/meminfo: memFree=1857576/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=17160 CPUtime=0.09
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 3661 0 0 0 8 1 0 0 18 0 1 0 182282809 17571840 3291 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 4290 3291 416 1256 0 3029 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17160

[startup+0.301168 s]
/proc/loadavg: 1.09 1.10 1.02 2/64 2469
/proc/meminfo: memFree=1857576/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=25460 CPUtime=0.29
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 5531 0 0 0 26 3 0 0 19 0 1 0 182282809 26071040 5161 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 6365 5161 479 1256 0 5104 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25460

[startup+0.702213 s]
/proc/loadavg: 1.09 1.10 1.02 2/64 2469
/proc/meminfo: memFree=1857576/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=36184 CPUtime=0.69
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 7837 0 0 0 64 5 0 0 22 0 1 0 182282809 37052416 7433 1992294400 4194304 9342243 548682068736 18446744073709551615 6974252 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 9046 7433 642 1256 0 7785 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36184

[startup+1.5013 s]
/proc/loadavg: 1.08 1.09 1.02 2/65 2470
/proc/meminfo: memFree=1830048/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=37564 CPUtime=1.49
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 8159 0 0 0 144 5 0 0 25 0 1 0 182282809 38465536 7755 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 9391 7755 649 1256 0 8130 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37564

[startup+3.10149 s]
/proc/loadavg: 1.08 1.09 1.02 2/65 2470
/proc/meminfo: memFree=1829344/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=37564 CPUtime=3.09
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 8218 0 0 0 304 5 0 0 25 0 1 0 182282809 38465536 7814 1992294400 4194304 9342243 548682068736 18446744073709551615 6939160 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2469/statm: 9391 7814 649 1256 0 8130 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37564

[startup+6.30184 s]
/proc/loadavg: 1.08 1.09 1.02 2/65 2470
/proc/meminfo: memFree=1824928/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=41800 CPUtime=6.28
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 9325 0 0 0 622 6 0 0 25 0 1 0 182282809 42803200 8921 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 10450 8921 682 1256 0 9189 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41800

[startup+12.7015 s]
/proc/loadavg: 1.07 1.09 1.02 2/65 2470
/proc/meminfo: memFree=1812200/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=55908 CPUtime=12.68
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 12495 0 0 0 1259 9 0 0 25 0 1 0 182282809 57249792 12091 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 13977 12091 682 1256 0 12716 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 55908

[startup+25.502 s]
/proc/loadavg: 1.06 1.09 1.02 2/65 2470
/proc/meminfo: memFree=1808168/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=59468 CPUtime=25.47
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 17119 0 0 0 2533 14 0 0 25 0 1 0 182282809 60895232 13112 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 14867 13112 699 1256 0 13606 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 59468

[startup+51.1018 s]
/proc/loadavg: 1.04 1.08 1.01 2/65 2470
/proc/meminfo: memFree=1807976/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=59468 CPUtime=51.07
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 17167 0 0 0 5089 18 0 0 25 0 1 0 182282809 60895232 13160 1992294400 4194304 9342243 548682068736 18446744073709551615 6978102 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 14867 13160 699 1256 0 13606 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 59468

[startup+102.306 s]
/proc/loadavg: 1.01 1.06 1.01 2/65 2470
/proc/meminfo: memFree=1807080/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=59556 CPUtime=102.26
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 17531 0 0 0 10201 25 0 0 25 0 1 0 182282809 60985344 13350 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 14889 13350 700 1256 0 13628 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 59556

[startup+162.301 s]
/proc/loadavg: 1.00 1.05 1.00 2/65 2470
/proc/meminfo: memFree=1807080/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=57808 CPUtime=162.24
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 18514 0 0 0 16188 36 0 0 25 0 1 0 182282809 59195392 13351 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 14452 13351 706 1256 0 13191 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 57808

[startup+222.302 s]
/proc/loadavg: 1.00 1.04 1.00 2/65 2470
/proc/meminfo: memFree=1807016/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=57808 CPUtime=222.22
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 21748 0 0 0 22174 48 0 0 25 0 1 0 182282809 59195392 13368 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 14452 13368 706 1256 0 13191 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 57808

[startup+282.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 2470
/proc/meminfo: memFree=1806952/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=57804 CPUtime=282.2
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 26852 0 0 0 28158 62 0 0 25 0 1 0 182282809 59191296 13367 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 14451 13367 706 1256 0 13190 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 57804

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 2470
/proc/meminfo: memFree=1806888/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=61664 CPUtime=342.18
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 31813 0 0 0 34142 76 0 0 25 0 1 0 182282809 63143936 13412 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 15416 13412 706 1256 0 14155 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 61664

[startup+402.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 2470
/proc/meminfo: memFree=1806696/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=58424 CPUtime=402.17
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 36961 0 0 0 40127 90 0 0 25 0 1 0 182282809 59826176 13429 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 14606 13429 706 1256 0 13345 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 58424

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 2470
/proc/meminfo: memFree=1806888/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=59048 CPUtime=462.15
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 39113 0 0 0 46112 103 0 0 25 0 1 0 182282809 60465152 13479 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 14762 13479 706 1256 0 13501 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 59048

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1806184/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=59036 CPUtime=522.14
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 43997 0 0 0 52098 116 0 0 25 0 1 0 182282809 60452864 13554 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 14759 13554 706 1256 0 13498 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 59036

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1805928/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=62772 CPUtime=582.11
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 47335 0 0 0 58082 129 0 0 25 0 1 0 182282809 64278528 13628 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 15693 13628 706 1256 0 14432 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 62772

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1806248/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=59048 CPUtime=642.1
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 51239 0 0 0 64068 142 0 0 25 0 1 0 182282809 60465152 13516 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 14762 13516 706 1256 0 13501 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 59048

[startup+702.302 s]

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

/proc/meminfo: memFree=1803880/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=65296 CPUtime=1121.96
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 78579 0 0 0 111947 249 0 0 25 0 1 0 182282809 66863104 14097 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 16324 14097 706 1256 0 15063 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 65296

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1803752/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=61936 CPUtime=1181.94
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 83563 0 0 0 117931 263 0 0 25 0 1 0 182282809 63422464 13875 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 15484 13875 706 1256 0 14223 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 61936

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1804200/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=61184 CPUtime=1241.93
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 124318 0 0 0 123893 300 0 0 25 0 1 0 182282809 62652416 13984 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 15296 13984 706 1256 0 14035 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 61184

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1804520/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=61872 CPUtime=1301.91
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 166575 0 0 0 129858 333 0 0 25 0 1 0 182282809 63356928 13858 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 15468 13858 706 1256 0 14207 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 61872

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1802920/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=62792 CPUtime=1361.89
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 207895 0 0 0 135824 365 0 0 25 0 1 0 182282809 64299008 14309 1992294400 4194304 9342243 548682068736 18446744073709551615 6059573 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 15698 14309 706 1256 0 14437 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 62792

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1802408/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=66988 CPUtime=1421.88
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 247646 0 0 0 141790 398 0 0 25 0 1 0 182282809 68595712 14385 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 16747 14385 706 1256 0 15486 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 66988

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1802728/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=63508 CPUtime=1481.85
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 289207 0 0 0 147755 430 0 0 25 0 1 0 182282809 65032192 14277 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 15877 14277 706 1256 0 14616 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 63508

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1802856/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=62756 CPUtime=1541.84
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 331564 0 0 0 153718 466 0 0 25 0 1 0 182282809 64262144 14314 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 15689 14314 706 1256 0 14428 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 62756

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1802792/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=62748 CPUtime=1601.82
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 379359 0 0 0 159680 502 0 0 25 0 1 0 182282809 64253952 14259 1992294400 4194304 9342243 548682068736 18446744073709551615 6896916 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 15687 14259 706 1256 0 14426 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 62748

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1802344/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=62904 CPUtime=1661.8
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 427755 0 0 0 165636 544 0 0 25 0 1 0 182282809 64413696 14351 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 15726 14351 706 1256 0 14465 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 62904

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1802664/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=67668 CPUtime=1721.79
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 471830 0 0 0 171598 581 0 0 25 0 1 0 182282809 69292032 14398 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 16917 14398 706 1256 0 15656 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 67668

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1802728/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=63388 CPUtime=1781.77
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 511624 0 0 0 177564 613 0 0 25 0 1 0 182282809 64909312 14271 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 15847 14271 706 1256 0 14586 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 63388

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1802664/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=63460 CPUtime=1784.97
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 513526 0 0 0 177882 615 0 0 25 0 1 0 182282809 64983040 14307 1992294400 4194304 9342243 548682068736 18446744073709551615 6942883 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 15865 14307 706 1256 0 14604 0
Current children cumulated CPU time (s) 1784.97
Current children cumulated vsize (KiB) 63460

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1802728/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=63432 CPUtime=1791.37
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 518364 0 0 0 178518 619 0 0 25 0 1 0 182282809 64954368 14240 1992294400 4194304 9342243 548682068736 18446744073709551615 6960742 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 15858 14240 706 1256 0 14597 0
Current children cumulated CPU time (s) 1791.37
Current children cumulated vsize (KiB) 63432

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1802344/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=66604 CPUtime=1794.57
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 519894 0 0 0 178836 621 0 0 25 0 1 0 182282809 68202496 14381 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 16651 14381 706 1256 0 15390 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (KiB) 66604

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1802344/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=62720 CPUtime=1796.16
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 520253 0 0 0 178995 621 0 0 25 0 1 0 182282809 64225280 14365 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 15680 14365 706 1256 0 14419 0
Current children cumulated CPU time (s) 1796.16
Current children cumulated vsize (KiB) 62720

[startup+1797.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1802728/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=63416 CPUtime=1796.97
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 520758 0 0 0 179075 622 0 0 25 0 1 0 182282809 64937984 14265 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 15854 14265 706 1256 0 14593 0
Current children cumulated CPU time (s) 1796.97
Current children cumulated vsize (KiB) 63416

[startup+1797.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1802728/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=63408 CPUtime=1797.17
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 520932 0 0 0 179095 622 0 0 25 0 1 0 182282809 64929792 14271 1992294400 4194304 9342243 548682068736 18446744073709551615 6936158 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 15852 14271 706 1256 0 14591 0
Current children cumulated CPU time (s) 1797.17
Current children cumulated vsize (KiB) 63408

[startup+1797.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2470
/proc/meminfo: memFree=1802728/2055920 swapFree=4191900/4192956
[pid=2469] ppid=2467 vsize=62760 CPUtime=1797.27
/proc/2469/stat : 2469 (pbscip.linux.x8) R 2467 2469 2351 0 -1 4194304 521000 0 0 0 179105 622 0 0 25 0 1 0 182282809 64266240 14276 1992294400 4194304 9342243 548682068736 18446744073709551615 6941085 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2469/statm: 15690 14276 706 1256 0 14429 0
Current children cumulated CPU time (s) 1797.27
Current children cumulated vsize (KiB) 62760

Child status: 0
Real time (s): 1797.89
CPU time (s): 1797.36
CPU user time (s): 1791.12
CPU system time (s): 6.23505
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 67668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.12
system time used= 6.23505
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 521042
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 3098

runsolver used 1.41179 second user time and 3.66444 second system time

The end

Launcher Data

Begin job on node9 at 2009-06-16 12:07:01
IDJOB=1868833
IDBENCH=2010
IDSOLVER=684
FILE ID=node9/1868833-1245146821
PBS_JOBID= 9363758
Free space on /tmp= 66160 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data6_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1868833-1245146821/watcher-1868833-1245146821 -o /tmp/evaluation-result-1868833-1245146821/solver-1868833-1245146821 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868833-1245146821.opb

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

MD5SUM BENCH= f675f355e04fd5af6f49610fb88dbbd3
RANDOM SEED=2123742188

node9.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.231
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.231
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1858568 kB
Buffers:         27884 kB
Cached:         103504 kB
SwapCached:        260 kB
Active:          39104 kB
Inactive:       105044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858568 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           11920 kB
Writeback:           0 kB
Mapped:          21996 kB
Slab:            39264 kB
Committed_AS:   156392 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66152 MiB
End job on node9 at 2009-06-16 12:36:59