Trace number 3736696

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT23 1794.76 1795.08

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_4.opb
MD5SUMefe239846afd4f2627c83cec32ebc27d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark1796.86
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint61
Maximum length of a constraint107
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37458
Sum of products size (including duplicates)74916
Number of different products37458
Sum of products size74916

Quality of the solution as a function of time


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

Solver Data

0.09/0.12	c SCIP version 1.1.0.7
0.09/0.12	c LP-Solver SoPlex 1.4.1
0.09/0.12	c user parameter file <scip.set> not found - using default parameters
0.09/0.12	c read problem <HOME/instance-3736696-1339017751.opb>
0.09/0.12	c original problem has 37958 variables (37958 bin, 0 int, 0 impl, 0 cont) and 37958 constraints
0.19/0.24	c start presolving problem
0.19/0.24	c presolving:
2.59/2.60	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 5774346 impls, 0 clqs
3.29/3.39	c    (3.1s) probing: 101/37958 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3.29/3.39	c    (3.1s) probing aborted: 100/100 successive totally useless probings
3.29/3.39	c presolving (2 rounds):
3.29/3.39	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.29/3.39	c  5774346 implications, 0 cliques
3.29/3.39	c presolved problem has 37958 variables (37958 bin, 0 int, 0 impl, 0 cont) and 37958 constraints
3.29/3.39	c   37458 constraints of type <and>
3.29/3.39	c     500 constraints of type <logicor>
3.29/3.39	c transformed objective value is always integral (scale: 1)
3.29/3.39	c Presolving Time: 3.03
3.29/3.39	c OPT-NLC
3.29/3.39	c -----------------------------------------------------------------------------------------------
3.29/3.39	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.29/3.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.29/3.39	c limits/memory = c 13950
3.29/3.39	c # maximal time in seconds to run
3.29/3.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.29/3.39	c limits/time = c 1791
3.29/3.39	c # frequency for displaying node information lines
3.29/3.39	c # [type: int, range: [-1,2147483647], default: 100]
3.29/3.39	c display/freq = c 10000
3.29/3.39	c -----------------------------------------------------------------------------------------------
3.29/3.39	c start solving problem
3.29/3.39	c 
3.89/3.96	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.89/3.96	c   3.6s|     1 |     0 |  1000 | 310M|   0 |1000 |  37k|  37k|  37k|  37k|  75k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
21.27/21.34	c  20.5s|     1 |     0 | 12221 | 311M|   0 |1000 |  37k|  37k|  37k|  37k|  76k|1002 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
29.37/29.41	c  28.5s|     1 |     0 | 13721 | 312M|   0 |1000 |  37k|  37k|  37k|  37k|  77k|2006 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
38.07/38.11	c  37.2s|     1 |     0 | 15221 | 312M|   0 |1000 |  37k|  37k|  37k|  37k|  78k|3010 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
38.07/38.18	o 27
38.07/38.18	c s37.3s|     1 |     0 | 15221 | 313M|   0 |1000 |  37k|  37k|  37k|  37k|  78k|3010 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
46.47/46.54	c  45.6s|     1 |     0 | 16721 | 313M|   0 |1000 |  37k|  37k|  37k|  37k|  79k|4016 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
46.57/46.61	o 25
46.57/46.61	c s45.7s|     1 |     0 | 16721 | 314M|   0 |1000 |  37k|  37k|  37k|  37k|  79k|4016 |   0 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
55.26/55.32	c  54.4s|     1 |     0 | 18223 | 314M|   0 |1000 |  37k|  37k|  37k|  37k|  80k|5018 |   0 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
55.26/55.39	o 23
55.26/55.39	c s54.4s|     1 |     0 | 18223 | 315M|   0 |1000 |  37k|  37k|  37k|  37k|  80k|5018 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
64.37/64.45	c  63.5s|     1 |     0 | 19726 | 315M|   0 |1000 |  37k|  37k|  37k|  37k|  81k|6021 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
74.96/75.01	c  73.9s|     1 |     2 | 19726 | 315M|   0 |1000 |  37k|  37k|  37k|  37k|  81k|6021 |   0 |  25 | 0.000000e+00 | 2.300000e+01 |    Inf 
1794.48/1794.82	c 
1794.48/1794.82	c SCIP Status        : solving was interrupted [time limit reached]
1794.48/1794.82	c Solving Time (sec) : 1791.00
1794.48/1794.82	c Solving Nodes      : 733
1794.48/1794.82	c Primal Bound       : +2.30000000000000e+01 (3 solutions)
1794.48/1794.82	c Dual Bound         : +1.00000000000000e+00
1794.48/1794.82	c Gap                : 2200.00 %
1794.48/1794.85	c NODE         733
1794.48/1794.85	c DUAL BOUND   1
1794.48/1794.85	c PRIMAL BOUND 23
1794.48/1794.85	c GAP          22
1794.48/1794.85	s SATISFIABLE
1794.48/1794.85	v -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1794.48/1794.85	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 
1794.48/1794.85	v -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 
1794.48/1794.85	v -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 
1794.48/1794.85	v -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 
1794.48/1794.85	v -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 
1794.48/1794.85	v -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 
1794.48/1794.85	v -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 
1794.48/1794.85	v -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 
1794.48/1794.85	v -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 
1794.48/1794.85	v -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 
1794.48/1794.85	v -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 
1794.48/1794.85	v -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 
1794.48/1794.85	v -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 
1794.48/1794.85	v -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 
1794.48/1794.85	v -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 
1794.48/1794.85	v -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 
1794.48/1794.85	v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
1794.48/1794.85	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1794.48/1794.85	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1794.48/1794.85	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1794.48/1794.85	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 
1794.48/1794.85	v -x29 x28 -x27 -x26 -x25 -x24 x23 x22 -x21 x20 -x19 -x18 x17 x16 x15 x14 x13 x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
1794.48/1794.85	c SCIP Status        : solving was interrupted [time limit reached]
1794.48/1794.85	c Solving Time       :    1791.00
1794.48/1794.85	c Original Problem   :
1794.48/1794.85	c   Problem name     : HOME/instance-3736696-1339017751.opb
1794.48/1794.85	c   Variables        : 37958 (37958 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.48/1794.85	c   Constraints      : 37958 initial, 37958 maximal
1794.48/1794.85	c Presolved Problem  :
1794.48/1794.85	c   Problem name     : t_HOME/instance-3736696-1339017751.opb
1794.48/1794.85	c   Variables        : 37958 (37958 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.48/1794.85	c   Constraints      : 37958 initial, 49102 maximal
1794.48/1794.85	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1794.48/1794.85	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1794.48/1794.85	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1794.48/1794.85	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1794.48/1794.85	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1794.48/1794.85	c   implics          :       0.00          0          0          0          0          0          0          0          0
1794.48/1794.85	c   probing          :       0.48          0          0          0          0          0          0          0          0
1794.48/1794.85	c   and              :       2.46          0          0          0          0          0          0          0          0
1794.48/1794.85	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1794.48/1794.85	c   root node        :          -          0          -          -          0          -          -          -          -
1794.48/1794.85	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1794.48/1794.85	c   integral         :          0          0          0        733          0          0          0          0          0       1466
1794.48/1794.85	c   and              :      37458       3666      69318          0          0         61      66413    3022897          0          0
1794.48/1794.85	c   logicor          :        500+         6      42519          0          0       4600          0          0          0          0
1794.48/1794.85	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1794.48/1794.85	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1794.48/1794.85	c   integral         :     283.44       0.00       0.00     283.44       0.00
1794.48/1794.85	c   and              :     313.65      61.24     252.41       0.00       0.00
1794.48/1794.85	c   logicor          :       8.24       0.00       8.24       0.00       0.00
1794.48/1794.85	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1794.48/1794.85	c Propagators        :       Time      Calls    Cutoffs    DomReds
1794.48/1794.85	c   rootredcost      :       0.05          1          0          0
1794.48/1794.85	c   pseudoobj        :       9.47      70011        892          0
1794.48/1794.85	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1794.48/1794.85	c   propagation      :       2.08       5553       5553      28039       40.4          0        0.0          -
1794.48/1794.85	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1794.48/1794.85	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1794.48/1794.85	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1794.48/1794.85	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1794.48/1794.85	c   applied globally :          -          -          -      27476       37.7          -          -          -
1794.48/1794.85	c   applied locally  :          -          -          -          0        0.0          -          -          -
1794.48/1794.85	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1794.48/1794.85	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 6021)
1794.48/1794.85	c   redcost          :       4.71       3666          0          0          0          0
1794.48/1794.85	c   impliedbounds    :       0.06          6          0          0       6000          0
1794.48/1794.85	c   intobj           :       0.00          0          0          0          0          0
1794.48/1794.85	c   gomory           :       1.95          6          0          0       3000          0
1794.48/1794.85	c   strongcg         :       1.94          6          0          0       3000          0
1794.48/1794.85	c   cmir             :      28.52          6          0          0       3000          0
1794.48/1794.85	c   flowcover        :      12.66          6          0          0          0          0
1794.48/1794.85	c   clique           :       3.49          6          0          0         21          0
1794.48/1794.85	c   zerohalf         :       0.00          0          0          0          0          0
1794.48/1794.85	c   mcf              :       0.05          1          0          0          0          0
1794.48/1794.85	c Pricers            :       Time      Calls       Vars
1794.48/1794.85	c   problem variables:       0.00          0          0
1794.48/1794.85	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1794.48/1794.85	c   relpscost        :     283.44        733          0          0          0          0       1466
1794.48/1794.85	c   pscost           :       0.00          0          0          0          0          0          0
1794.48/1794.85	c   inference        :       0.00          0          0          0          0          0          0
1794.48/1794.85	c   mostinf          :       0.00          0          0          0          0          0          0
1794.48/1794.85	c   leastinf         :       0.00          0          0          0          0          0          0
1794.48/1794.85	c   fullstrong       :       0.00          0          0          0          0          0          0
1794.48/1794.85	c   allfullstrong    :       0.00          0          0          0          0          0          0
1794.48/1794.85	c   random           :       0.00          0          0          0          0          0          0
1794.48/1794.85	c Primal Heuristics  :       Time      Calls      Found
1794.48/1794.85	c   LP solutions     :       0.00          -          0
1794.48/1794.85	c   pseudo solutions :       0.00          -          0
1794.48/1794.85	c   oneopt           :       0.02          1          0
1794.48/1794.85	c   crossover        :       0.25          1          0
1794.48/1794.85	c   simplerounding   :       0.01          0          0
1794.48/1794.85	c   rounding         :       0.94        906          0
1794.48/1794.85	c   shifting         :       9.29        769          3
1794.48/1794.85	c   intshifting      :       0.00          0          0
1794.48/1794.85	c   fixandinfer      :       0.00          0          0
1794.48/1794.85	c   feaspump         :       5.80          1          0
1794.48/1794.85	c   coefdiving       :     161.77         28          0
1794.48/1794.85	c   pscostdiving     :     145.69         27          0
1794.48/1794.85	c   fracdiving       :     191.09         26          0
1794.48/1794.85	c   veclendiving     :      90.92         14          0
1794.48/1794.85	c   intdiving        :       0.00          0          0
1794.48/1794.85	c   actconsdiving    :       0.00          0          0
1794.48/1794.85	c   objpscostdiving  :     126.08          2          0
1794.48/1794.85	c   rootsoldiving    :      11.48          5          0
1794.48/1794.85	c   linesearchdiving :     167.85         15          0
1794.48/1794.85	c   guideddiving     :     111.32         21          0
1794.48/1794.85	c   octane           :       0.00          0          0
1794.48/1794.85	c   rens             :       5.54          1          0
1794.48/1794.85	c   rins             :       0.00          0          0
1794.48/1794.85	c   localbranching   :       0.00          0          0
1794.48/1794.85	c   mutation         :       0.00          0          0
1794.48/1794.85	c   dins             :       0.00          0          0
1794.48/1794.85	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1794.48/1794.85	c   primal LP        :       3.13          0          0       0.00       0.00
1794.48/1794.85	c   dual LP          :     312.94       4396     700117     159.26    2237.22
1794.48/1794.85	c   barrier LP       :       0.00          0          0       0.00          -
1794.48/1794.85	c   diving/probing LP:     445.65      25105     272330      10.85     611.08
1794.48/1794.85	c   strong branching :     283.23       9862     228503      23.17     806.78
1794.48/1794.85	c     (at root node) :          -         25       3010     120.40          -
1794.48/1794.85	c   conflict analysis:       0.00          0          0       0.00          -
1794.48/1794.85	c B&B Tree           :
1794.48/1794.85	c   number of runs   :          1
1794.48/1794.85	c   nodes            :        733
1794.48/1794.85	c   nodes (total)    :        733
1794.48/1794.85	c   nodes left       :        734
1794.48/1794.85	c   max depth        :         14
1794.48/1794.85	c   max depth (total):         14
1794.48/1794.85	c   backtracks       :        135 (18.4%)
1794.48/1794.85	c   delayed cutoffs  :          0
1794.48/1794.85	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1794.48/1794.85	c   avg switch length:       2.64
1794.48/1794.85	c   switching time   :       4.39
1794.48/1794.85	c Solution           :
1794.48/1794.85	c   Solutions found  :          3 (3 improvements)
1794.48/1794.85	c   Primal Bound     : +2.30000000000000e+01   (in run 1, after 1 nodes, 54.38 seconds, depth 0, found by <shifting>)
1794.48/1794.85	c   Dual Bound       : +1.00000000000000e+00
1794.48/1794.85	c   Gap              :    2200.00 %
1794.48/1794.85	c   Root Dual Bound  : +0.00000000000000e+00
1794.68/1795.07	c Time complete: 1794.75.

Verifier Data

OK	23

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3736696-1339017751/watcher-3736696-1339017751 -o /tmp/evaluation-result-3736696-1339017751/solver-3736696-1339017751 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3736696-1339017751.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 21503
/proc/meminfo: memFree=28862924/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=9028 CPUtime=0 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 1518 0 0 0 0 0 0 0 20 0 1 0 367899693 9244672 1471 33554432000 4194304 7823515 140735490271312 140736949375528 5878822 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21503/statm: 2257 1475 349 887 0 1367 0

[startup+0.0975809 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 21503
/proc/meminfo: memFree=28862924/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=39108 CPUtime=0.08 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 9124 0 0 0 7 1 0 0 20 0 1 0 367899693 40046592 9077 33554432000 4194304 7823515 140735490271312 140736949375528 5545369 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21503/statm: 9777 9077 356 887 0 8887 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39108

[startup+0.100346 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 21503
/proc/meminfo: memFree=28862924/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=40388 CPUtime=0.09 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 9342 0 0 0 8 1 0 0 20 0 1 0 367899693 41357312 9295 33554432000 4194304 7823515 140735490271312 140736949375528 5878822 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21503/statm: 10097 9314 356 887 0 9207 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40388

[startup+0.300268 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 21503
/proc/meminfo: memFree=28862924/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=104792 CPUtime=0.29 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 25609 0 0 0 26 3 0 0 20 0 1 0 367899693 107307008 25135 33554432000 4194304 7823515 140735490271312 140735490265448 5878822 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21503/statm: 26198 25143 405 887 0 25308 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104792

[startup+0.700268 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 21503
/proc/meminfo: memFree=28862924/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=151352 CPUtime=0.69 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 37258 0 0 0 64 5 0 0 20 0 1 0 367899693 154984448 36783 33554432000 4194304 7823515 140735490271312 140735490265448 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21503/statm: 37838 36783 405 887 0 36948 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 151352

[startup+1.50016 s]
/proc/loadavg: 0.00 0.00 0.00 3/177 21514
/proc/meminfo: memFree=28597952/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=228444 CPUtime=1.49 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 56531 0 0 0 140 9 0 0 20 0 1 0 367899693 233926656 56056 33554432000 4194304 7823515 140735490271312 140735490268568 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21503/statm: 57111 56056 405 887 0 56221 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 228444

[startup+3.10024 s]
/proc/loadavg: 0.00 0.00 0.00 3/177 21514
/proc/meminfo: memFree=28230516/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=314956 CPUtime=3.09 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 79134 0 0 0 291 18 0 0 20 0 1 0 367899693 322514944 77797 33554432000 4194304 7823515 140735490271312 140735490267992 5426363 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/21503/statm: 78739 77797 441 887 0 77849 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 314956

[startup+6.30023 s]
/proc/loadavg: 0.16 0.03 0.01 3/177 21514
/proc/meminfo: memFree=27904872/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=465880 CPUtime=6.29 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 114168 0 0 0 606 23 0 0 20 0 1 0 367899693 477061120 112661 33554432000 4194304 7823515 140735490271312 140735490265992 6908047 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/21503/statm: 116470 112661 524 887 0 115580 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 465880

[startup+12.7003 s]
/proc/loadavg: 0.31 0.07 0.02 3/177 21514
/proc/meminfo: memFree=27839396/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=461500 CPUtime=12.68 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 117452 0 0 0 1243 25 0 0 20 0 1 0 367899693 472576000 111441 33554432000 4194304 7823515 140735490271312 140735490267064 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 115375 111441 537 887 0 114485 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 461500

[startup+25.5003 s]
/proc/loadavg: 0.68 0.16 0.05 3/177 21515
/proc/meminfo: memFree=27782812/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=507148 CPUtime=25.48 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 121887 0 0 0 2471 77 0 0 20 0 1 0 367899693 519319552 122547 33554432000 4194304 7823515 140735490271312 140735490267064 6908052 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 126787 122547 555 887 0 125897 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 507148

[startup+51.1003 s]
/proc/loadavg: 1.13 0.31 0.10 3/177 21515
/proc/meminfo: memFree=27773896/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=509340 CPUtime=51.06 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 122309 0 0 0 5025 81 0 0 20 0 1 0 367899693 521564160 123756 33554432000 4194304 7823515 140735490271312 140735490267064 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 127335 123756 555 887 0 126445 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 509340

[startup+102.3 s]
/proc/loadavg: 1.66 0.58 0.20 3/177 21515
/proc/meminfo: memFree=27757500/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=524264 CPUtime=102.26 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 158267 0 0 0 10130 96 0 0 20 0 1 0 367899693 536846336 126812 33554432000 4194304 7823515 140735490271312 140735490268088 4903340 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 131066 126812 568 887 0 130176 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 524264

[startup+162.3 s]
/proc/loadavg: 1.87 0.83 0.31 3/177 21515
/proc/meminfo: memFree=27728256/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=533896 CPUtime=162.25 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 160888 0 0 0 16120 105 0 0 20 0 1 0 367899693 546709504 129183 33554432000 4194304 7823515 140735490271312 140735490266520 4903359 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 133474 129183 569 887 0 132584 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 533896

[startup+222.306 s]
/proc/loadavg: 1.95 1.04 0.42 3/177 21515
/proc/meminfo: memFree=27719852/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=537956 CPUtime=222.23 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 161959 0 0 0 22115 108 0 0 20 0 1 0 367899693 550866944 130414 33554432000 4194304 7823515 140735490271312 140735490268040 4243065 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 134489 130414 569 887 0 133599 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 537956

[startup+282.3 s]
/proc/loadavg: 2.05 1.23 0.52 3/177 21515
/proc/meminfo: memFree=27706448/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=544008 CPUtime=282.21 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 163585 0 0 0 28107 114 0 0 20 0 1 0 367899693 557064192 133069 33554432000 4194304 7823515 140735490271312 140735490267224 6173487 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 136002 133069 569 887 0 135112 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 544008

[startup+342.3 s]
/proc/loadavg: 2.06 1.38 0.61 3/177 21516
/proc/meminfo: memFree=27696384/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=544008 CPUtime=342.2 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 163585 0 0 0 34101 119 0 0 20 0 1 0 367899693 557064192 133174 33554432000 4194304 7823515 140735490271312 140735490267144 6208670 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 136002 133174 569 887 0 135112 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 544008

[startup+402.3 s]
/proc/loadavg: 2.02 1.49 0.70 3/177 21516
/proc/meminfo: memFree=27696164/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=544636 CPUtime=402.19 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 163754 0 0 0 40092 127 0 0 20 0 1 0 367899693 557707264 133343 33554432000 4194304 7823515 140735490271312 140735490266472 6212678 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 136159 133343 569 887 0 135269 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 544636

[startup+462.3 s]
/proc/loadavg: 2.01 1.58 0.78 3/178 21519
/proc/meminfo: memFree=27690852/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=548380 CPUtime=462.19 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 164635 0 0 0 46084 135 0 0 20 0 1 0 367899693 561541120 134224 33554432000 4194304 7823515 140735490271312 140735490267112 6234692 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 137095 134224 569 887 0 136205 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 548380

[startup+522.3 s]
/proc/loadavg: 2.00 1.66 0.85 3/177 21519
/proc/meminfo: memFree=27687912/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=551020 CPUtime=522.18 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 165347 0 0 0 52075 143 0 0 20 0 1 0 367899693 564244480 134935 33554432000 4194304 7823515 140735490271312 140735490267928 6119013 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 137755 134935 569 887 0 136865 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 551020

[startup+582.3 s]
/proc/loadavg: 2.04 1.73 0.92 3/177 21519
/proc/meminfo: memFree=27680660/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=557480 CPUtime=582.17 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 166715 0 0 0 58064 153 0 0 20 0 1 0 367899693 570859520 136302 33554432000 4194304 7823515 140735490271312 140735490266664 4253496 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 139370 136302 569 887 0 138480 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 557480

[startup+642.3 s]

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

/proc/meminfo: memFree=27654152/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=568340 CPUtime=1062.09 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 188870 0 0 0 105983 226 0 0 20 0 1 0 367899693 581980160 139253 33554432000 4194304 7823515 140735490271312 140735490267928 6157738 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 142085 139253 573 887 0 141195 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 568340

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.39 3/177 21525
/proc/meminfo: memFree=27652548/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=569884 CPUtime=1122.08 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 189265 0 0 0 111971 237 0 0 20 0 1 0 367899693 583561216 139648 33554432000 4194304 7823515 140735490271312 140735490267960 5978792 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 142471 139648 573 887 0 141581 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 569884

[startup+1182.3 s]
/proc/loadavg: 2.00 1.96 1.42 3/177 21525
/proc/meminfo: memFree=27652176/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=570276 CPUtime=1182.07 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 189354 0 0 0 117961 246 0 0 20 0 1 0 367899693 583962624 139737 33554432000 4194304 7823515 140735490271312 140735490268040 6110477 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 142569 139737 573 887 0 141679 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 570276

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.46 3/177 21526
/proc/meminfo: memFree=27649200/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=572988 CPUtime=1242.07 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 190041 0 0 0 123952 255 0 0 20 0 1 0 367899693 586739712 140424 33554432000 4194304 7823515 140735490271312 140735490268040 4788726 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 143247 140424 573 887 0 142357 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 572988

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.49 3/177 21526
/proc/meminfo: memFree=27648452/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=574584 CPUtime=1302.05 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 190199 0 0 0 129943 262 0 0 20 0 1 0 367899693 588374016 140582 33554432000 4194304 7823515 140735490271312 140735490268024 6163979 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 143646 140582 573 887 0 142756 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 574584

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.52 3/177 21526
/proc/meminfo: memFree=27647576/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=574784 CPUtime=1362.04 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 190480 0 0 0 135933 271 0 0 20 0 1 0 367899693 588578816 140863 33554432000 4194304 7823515 140735490271312 140735490268024 4788726 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 143696 140863 573 887 0 142806 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 574784

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.54 3/177 21526
/proc/meminfo: memFree=27645344/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=576812 CPUtime=1422.04 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 190988 0 0 0 141923 281 0 0 20 0 1 0 367899693 590655488 141371 33554432000 4194304 7823515 140735490271312 140735490267112 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 144203 141371 573 887 0 143313 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 576812

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/177 21526
/proc/meminfo: memFree=27644848/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=577188 CPUtime=1482.02 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 191085 0 0 0 147911 291 0 0 20 0 1 0 367899693 591040512 141468 33554432000 4194304 7823515 140735490271312 140735490267800 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 144297 141468 573 887 0 143407 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 577188

[startup+1542.31 s]
/proc/loadavg: 2.00 1.97 1.59 3/176 21526
/proc/meminfo: memFree=27644980/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=577188 CPUtime=1542.03 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 191085 0 0 0 153902 301 0 0 20 0 1 0 367899693 591040512 141468 33554432000 4194304 7823515 140735490271312 140735490266360 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 144297 141468 573 887 0 143407 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 577188

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.62 3/177 21527
/proc/meminfo: memFree=27643236/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=578932 CPUtime=1602.01 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 191524 0 0 0 159891 310 0 0 20 0 1 0 367899693 592826368 141907 33554432000 4194304 7823515 140735490271312 140735490268040 4266239 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 144733 141907 573 887 0 143843 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 578932

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/178 21530
/proc/meminfo: memFree=27643228/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=578932 CPUtime=1662 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 191524 0 0 0 165881 319 0 0 20 0 1 0 367899693 592826368 141907 33554432000 4194304 7823515 140735490271312 140735490267000 6212180 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 144733 141907 573 887 0 143843 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 578932

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/177 21530
/proc/meminfo: memFree=27642916/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=579272 CPUtime=1721.99 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 191626 0 0 0 171870 329 0 0 20 0 1 0 367899693 593174528 142006 33554432000 4194304 7823515 140735490271312 140735490268088 4898467 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 144818 142006 573 887 0 143928 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 579272

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/177 21530
/proc/meminfo: memFree=27640684/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=581696 CPUtime=1781.98 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 192067 0 0 0 177860 338 0 0 20 0 1 0 367899693 595656704 142447 33554432000 4194304 7823515 140735490271312 140735490266520 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 145424 142447 573 887 0 144534 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 581696

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

[startup+1785.6 s]
/proc/loadavg: 2.00 1.97 1.67 3/177 21530
/proc/meminfo: memFree=27641056/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=581696 CPUtime=1785.28 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 192067 0 0 0 178190 338 0 0 20 0 1 0 367899693 595656704 142447 33554432000 4194304 7823515 140735490271312 140735490268072 4781995 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 145424 142447 573 887 0 144534 0
Current children cumulated CPU time (s) 1785.28
Current children cumulated vsize (KiB) 581696

[startup+1792.01 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 21530
/proc/meminfo: memFree=27641180/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=581696 CPUtime=1791.68 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 192067 0 0 0 178829 339 0 0 20 0 1 0 367899693 595656704 142447 33554432000 4194304 7823515 140735490271312 140735490266472 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 145424 142447 573 887 0 144534 0
Current children cumulated CPU time (s) 1791.68
Current children cumulated vsize (KiB) 581696

[startup+1793.6 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 21530
/proc/meminfo: memFree=27641180/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=581696 CPUtime=1793.28 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 192067 0 0 0 178988 340 0 0 20 0 1 0 367899693 595656704 142447 33554432000 4194304 7823515 140735490271312 140735490266648 6109526 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 145424 142447 573 887 0 144534 0
Current children cumulated CPU time (s) 1793.28
Current children cumulated vsize (KiB) 581696

[startup+1794.4 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 21530
/proc/meminfo: memFree=27641180/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=581696 CPUtime=1794.08 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 192067 0 0 0 179068 340 0 0 20 0 1 0 367899693 595656704 142447 33554432000 4194304 7823515 140735490271312 140735490266008 5978682 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 145424 142447 573 887 0 144534 0
Current children cumulated CPU time (s) 1794.08
Current children cumulated vsize (KiB) 581696

[startup+1794.8 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 21530
/proc/meminfo: memFree=27641180/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=581696 CPUtime=1794.48 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 192067 0 0 0 179108 340 0 0 20 0 1 0 367899693 595656704 142447 33554432000 4194304 7823515 140735490271312 140735490266008 6236694 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 145424 142447 573 887 0 144534 0
Current children cumulated CPU time (s) 1794.48
Current children cumulated vsize (KiB) 581696

[startup+1795 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 21530
/proc/meminfo: memFree=27641180/32873844 swapFree=7900/7900
[pid=21503] ppid=21501 vsize=557408 CPUtime=1794.68 cores=0,2,4,6
/proc/21503/stat : 21503 (pbscip.linux.x8) R 21501 21503 21469 0 -1 4202496 192069 0 0 0 179128 340 0 0 20 0 1 0 367899693 570785792 136853 33554432000 4194304 7823515 140735490271312 140735490267064 4237368 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21503/statm: 139352 136853 575 887 0 138462 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 557408

Child status: 0
Real time (s): 1795.08
CPU time (s): 1794.76
CPU user time (s): 1791.35
CPU system time (s): 3.40948
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 662124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.35
system time used= 3.40948
maximum resident set size= 643636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192072
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= 51
involuntary context switches= 2079

runsolver used 6.80497 second user time and 13.036 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-06 23:22:31
IDJOB=3736696
IDBENCH=48104
IDSOLVER=2321
FILE ID=node137/3736696-1339017751
RUNJOBID= node137-1339017751-21485
PBS_JOBID= 14643278
Free space on /tmp= 70448 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_60_4.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736696-1339017751/watcher-3736696-1339017751 -o /tmp/evaluation-result-3736696-1339017751/solver-3736696-1339017751 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3736696-1339017751.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= efe239846afd4f2627c83cec32ebc27d
RANDOM SEED=777605245

node137.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28865048 kB
Buffers:          325504 kB
Cached:          2845908 kB
SwapCached:         5840 kB
Active:          1064692 kB
Inactive:        2117448 kB
Active(anon):       6096 kB
Inactive(anon):     7156 kB
Active(file):    1058596 kB
Inactive(file):  2110292 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097516 kB
Dirty:             15664 kB
Writeback:            12 kB
AnonPages:         12648 kB
Mapped:             8876 kB
Shmem:                 0 kB
Slab:             687404 kB
SReclaimable:     128728 kB
SUnreclaim:       558676 kB
KernelStack:        1408 kB
PageTables:         3692 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70420 MiB
End job on node137 at 2012-06-06 23:52:27