Trace number 1870210

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
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT23 1796.83 1797.49

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 benchmark19
Best CPU time to get the best result obtained on this benchmark1798.12
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.29/0.30	c SCIP version 1.1.0.7
0.29/0.30	c LP-Solver SoPlex 1.4.1
0.29/0.30	c user parameter file <scip.set> not found - using default parameters
0.29/0.30	c read problem <HOME/instance-1870210-1245189582.opb>
0.29/0.30	c original problem has 37958 variables (37958 bin, 0 int, 0 impl, 0 cont) and 37958 constraints
0.59/0.63	c start presolving problem
0.59/0.63	c presolving:
6.09/6.14	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
8.49/8.52	c    (7.8s) probing: 101/37958 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
8.49/8.52	c    (7.8s) probing aborted: 100/100 successive totally useless probings
8.49/8.53	c presolving (2 rounds):
8.49/8.53	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
8.49/8.53	c  5774346 implications, 0 cliques
8.49/8.53	c presolved problem has 37958 variables (37958 bin, 0 int, 0 impl, 0 cont) and 37958 constraints
8.49/8.53	c   37458 constraints of type <and>
8.49/8.53	c     500 constraints of type <logicor>
8.49/8.53	c transformed objective value is always integral (scale: 1)
8.49/8.53	c Presolving Time: 7.64
8.49/8.55	c OPT-NLC
8.49/8.55	c -----------------------------------------------------------------------------------------------
8.49/8.55	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.49/8.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.49/8.55	c limits/memory = c 1620
8.49/8.55	c # maximal time in seconds to run
8.49/8.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.49/8.55	c limits/time = c 1791
8.49/8.55	c # frequency for displaying node information lines
8.49/8.55	c # [type: int, range: [-1,2147483647], default: 100]
8.49/8.55	c display/freq = c 10000
8.49/8.55	c -----------------------------------------------------------------------------------------------
8.49/8.55	c start solving problem
8.49/8.55	c 
10.09/10.10	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.09/10.10	c   9.2s|     1 |     0 |  1000 | 310M|   0 |1000 |  37k|  37k|  37k|  37k|  75k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
67.65/67.72	c  64.9s|     1 |     0 | 12221 | 311M|   0 |1000 |  37k|  37k|  37k|  37k|  76k|1002 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
88.95/89.06	c  86.2s|     1 |     0 | 13721 | 312M|   0 |1000 |  37k|  37k|  37k|  37k|  77k|2006 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
111.93/112.02	c   109s|     1 |     0 | 15221 | 312M|   0 |1000 |  37k|  37k|  37k|  37k|  78k|3010 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
112.14/112.21	o 27
112.14/112.21	c s 109s|     1 |     0 | 15221 | 313M|   0 |1000 |  37k|  37k|  37k|  37k|  78k|3010 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
133.93/134.05	c   131s|     1 |     0 | 16721 | 313M|   0 |1000 |  37k|  37k|  37k|  37k|  79k|4016 |   0 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
134.13/134.23	o 25
134.13/134.23	c s 131s|     1 |     0 | 16721 | 314M|   0 |1000 |  37k|  37k|  37k|  37k|  79k|4016 |   0 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
156.81/156.93	c   154s|     1 |     0 | 18223 | 314M|   0 |1000 |  37k|  37k|  37k|  37k|  80k|5018 |   0 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
157.01/157.11	o 23
157.01/157.11	c s 154s|     1 |     0 | 18223 | 315M|   0 |1000 |  37k|  37k|  37k|  37k|  80k|5018 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
180.50/180.60	c   177s|     1 |     0 | 19726 | 315M|   0 |1000 |  37k|  37k|  37k|  37k|  81k|6021 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
211.19/211.30	c   208s|     1 |     2 | 19726 | 315M|   0 |1000 |  37k|  37k|  37k|  37k|  81k|6021 |   0 |  25 | 0.000000e+00 | 2.300000e+01 |    Inf 
1796.02/1796.78	c 
1796.02/1796.78	c SCIP Status        : solving was interrupted [time limit reached]
1796.02/1796.78	c Solving Time (sec) : 1791.04
1796.02/1796.78	c Solving Nodes      : 182
1796.02/1796.78	c Primal Bound       : +2.30000000000000e+01 (3 solutions)
1796.02/1796.78	c Dual Bound         : +1.00000000000000e+00
1796.02/1796.78	c Gap                : 2200.00 %
1796.12/1796.86	c NODE         182
1796.12/1796.86	c DUAL BOUND   1
1796.12/1796.86	c PRIMAL BOUND 23
1796.12/1796.86	c GAP          22
1796.12/1796.86	s SATISFIABLE
1796.12/1796.86	v -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1796.12/1796.86	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 
1796.12/1796.86	v -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 
1796.12/1796.86	v -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 
1796.12/1796.86	v -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 
1796.12/1796.86	v -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 
1796.12/1796.86	v -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 
1796.12/1796.86	v -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 
1796.12/1796.86	v -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 
1796.12/1796.86	v -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 
1796.12/1796.86	v -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 
1796.12/1796.86	v -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 
1796.12/1796.86	v -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 
1796.12/1796.86	v -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 
1796.12/1796.86	v -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 
1796.12/1796.86	v -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 
1796.12/1796.86	v -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 
1796.12/1796.86	v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
1796.12/1796.86	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1796.12/1796.86	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 
1796.12/1796.86	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 
1796.12/1796.86	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 
1796.12/1796.86	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 
1796.12/1796.86	c SCIP Status        : solving was interrupted [time limit reached]
1796.12/1796.86	c Solving Time       :    1791.04
1796.12/1796.86	c Original Problem   :
1796.12/1796.86	c   Problem name     : HOME/instance-1870210-1245189582.opb
1796.12/1796.86	c   Variables        : 37958 (37958 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.12/1796.86	c   Constraints      : 37958 initial, 37958 maximal
1796.12/1796.86	c Presolved Problem  :
1796.12/1796.86	c   Problem name     : t_HOME/instance-1870210-1245189582.opb
1796.12/1796.86	c   Variables        : 37958 (37958 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.12/1796.86	c   Constraints      : 37958 initial, 42333 maximal
1796.12/1796.86	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.12/1796.86	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1796.12/1796.86	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1796.12/1796.86	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.12/1796.86	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.12/1796.86	c   implics          :       0.02          0          0          0          0          0          0          0          0
1796.12/1796.86	c   probing          :       1.59          0          0          0          0          0          0          0          0
1796.12/1796.86	c   and              :       5.78          0          0          0          0          0          0          0          0
1796.12/1796.86	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1796.12/1796.86	c   root node        :          -          0          -          -          0          -          -          -          -
1796.12/1796.86	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.12/1796.86	c   integral         :          0          0          0        181          0          0          0          0          0        362
1796.12/1796.86	c   and              :      37458        907      19754          0          1         16      16735     811079          0          0
1796.12/1796.86	c   logicor          :        500+         6      13037          0          1       1447          0          0          0          0
1796.12/1796.86	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1796.12/1796.86	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.12/1796.86	c   integral         :     222.53       0.00       0.00     222.53       0.00
1796.12/1796.86	c   and              :     285.80      48.68     237.12       0.00       0.00
1796.12/1796.86	c   logicor          :       4.72       0.00       4.72       0.00       0.00
1796.12/1796.86	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.12/1796.86	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.12/1796.86	c   rootredcost      :       0.04          1          0          0
1796.12/1796.86	c   pseudoobj        :      11.40      19801        246          0
1796.12/1796.86	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.12/1796.86	c   propagation      :       1.37       1709       1709       7853       37.6          0        0.0          -
1796.12/1796.86	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.12/1796.86	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.12/1796.86	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.12/1796.86	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.12/1796.86	c   applied globally :          -          -          -       7829       37.5          -          -          -
1796.12/1796.86	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.12/1796.86	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.12/1796.86	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 6021)
1796.12/1796.86	c   redcost          :       4.10        907          0          0          0          0
1796.12/1796.86	c   impliedbounds    :       0.15          6          0          0       6000          0
1796.12/1796.86	c   intobj           :       0.00          0          0          0          0          0
1796.12/1796.86	c   gomory           :       7.52          6          0          0       3000          0
1796.12/1796.86	c   strongcg         :       7.48          6          0          0       3000          0
1796.12/1796.86	c   cmir             :      66.05          6          0          0       3000          0
1796.12/1796.86	c   flowcover        :      29.04          6          0          0          0          0
1796.12/1796.86	c   clique           :      15.64          6          0          0         21          0
1796.12/1796.86	c   zerohalf         :       0.00          0          0          0          0          0
1796.12/1796.86	c   mcf              :       0.14          1          0          0          0          0
1796.12/1796.86	c Pricers            :       Time      Calls       Vars
1796.12/1796.86	c   problem variables:       0.00          0          0
1796.12/1796.86	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.12/1796.86	c   relpscost        :     222.53        181          0          0          0          0        362
1796.12/1796.86	c   pscost           :       0.00          0          0          0          0          0          0
1796.12/1796.86	c   inference        :       0.03          1          0          0          0          0          2
1796.12/1796.86	c   mostinf          :       0.00          0          0          0          0          0          0
1796.12/1796.86	c   leastinf         :       0.00          0          0          0          0          0          0
1796.12/1796.86	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.12/1796.86	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.12/1796.86	c   random           :       0.00          0          0          0          0          0          0
1796.12/1796.86	c Primal Heuristics  :       Time      Calls      Found
1796.12/1796.86	c   LP solutions     :       0.00          -          0
1796.12/1796.86	c   pseudo solutions :       0.00          -          0
1796.12/1796.86	c   crossover        :       0.00          0          0
1796.12/1796.86	c   intshifting      :       0.00          0          0
1796.12/1796.86	c   oneopt           :       0.05          1          0
1796.12/1796.86	c   pscostdiving     :      73.54          5          0
1796.12/1796.86	c   guideddiving     :     106.08          6          0
1796.12/1796.86	c   coefdiving       :     117.82          6          0
1796.12/1796.86	c   simplerounding   :       0.00          0          0
1796.12/1796.86	c   rounding         :       1.19        424          0
1796.12/1796.86	c   shifting         :      10.42        193          3
1796.12/1796.86	c   fixandinfer      :       0.00          0          0
1796.12/1796.86	c   feaspump         :      20.16          1          0
1796.12/1796.86	c   fracdiving       :      69.54          4          0
1796.12/1796.86	c   veclendiving     :      85.93          4          0
1796.12/1796.86	c   intdiving        :       0.00          0          0
1796.12/1796.86	c   actconsdiving    :       0.00          0          0
1796.12/1796.86	c   objpscostdiving  :     408.14          2          0
1796.12/1796.86	c   rootsoldiving    :      30.24          2          0
1796.12/1796.86	c   linesearchdiving :     207.71          6          0
1796.12/1796.86	c   octane           :       0.00          0          0
1796.12/1796.86	c   rens             :      14.81          1          0
1796.12/1796.86	c   rins             :       0.00          0          0
1796.12/1796.86	c   localbranching   :       0.00          0          0
1796.12/1796.86	c   mutation         :       0.00          0          0
1796.12/1796.86	c   dins             :       0.00          0          0
1796.12/1796.86	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.12/1796.86	c   primal LP        :       1.62          0          0       0.00       0.00
1796.12/1796.86	c   dual LP          :     197.99       1089     152898     140.40     772.25
1796.12/1796.86	c   barrier LP       :       0.00          0          0       0.00          -
1796.12/1796.86	c   diving/probing LP:     628.90       6568     120659      18.37     191.86
1796.12/1796.86	c   strong branching :     222.36       2864      64208      22.42     288.76
1796.12/1796.86	c     (at root node) :          -         25       3010     120.40          -
1796.12/1796.86	c   conflict analysis:       0.00          0          0       0.00          -
1796.12/1796.86	c B&B Tree           :
1796.12/1796.86	c   number of runs   :          1
1796.12/1796.86	c   nodes            :        182
1796.12/1796.86	c   nodes (total)    :        182
1796.12/1796.86	c   nodes left       :        183
1796.12/1796.86	c   max depth        :         14
1796.12/1796.86	c   max depth (total):         14
1796.12/1796.86	c   backtracks       :         35 (19.2%)
1796.12/1796.86	c   delayed cutoffs  :          0
1796.12/1796.86	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.12/1796.86	c   avg switch length:       2.53
1796.12/1796.86	c   switching time   :       2.08
1796.12/1796.86	c Solution           :
1796.12/1796.86	c   Solutions found  :          3 (3 improvements)
1796.12/1796.86	c   Primal Bound     : +2.30000000000000e+01   (in run 1, after 1 nodes, 153.89 seconds, depth 0, found by <shifting>)
1796.12/1796.86	c   Dual Bound       : +1.00000000000000e+00
1796.12/1796.86	c   Gap              :    2200.00 %
1796.12/1796.86	c   Root Dual Bound  : +0.00000000000000e+00
1796.73/1797.49	c Time complete: 1796.82.

Verifier Data

OK	23

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870210-1245189582/watcher-1870210-1245189582 -o /tmp/evaluation-result-1870210-1245189582/solver-1870210-1245189582 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870210-1245189582.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: 0.99 0.98 0.99 3/64 9311
/proc/meminfo: memFree=1879488/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=4328 CPUtime=0
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 485 0 0 0 0 0 0 0 18 0 1 0 186558840 4431872 469 1992294400 4194304 7823515 548682068736 18446744073709551615 5862928 0 0 4096 0 0 0 0 17 1 0 0
/proc/9311/statm: 1162 481 314 886 0 272 0

[startup+0.0967941 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9311
/proc/meminfo: memFree=1879488/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=22372 CPUtime=0.08
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 4862 0 0 0 7 1 0 0 18 0 1 0 186558840 22908928 4844 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/9311/statm: 5593 4844 356 886 0 4703 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22372

[startup+0.101794 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9311
/proc/meminfo: memFree=1879488/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=23548 CPUtime=0.09
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 5040 0 0 0 8 1 0 0 18 0 1 0 186558840 24113152 5022 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/9311/statm: 5887 5031 356 886 0 4997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23548

[startup+0.30183 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9311
/proc/meminfo: memFree=1879488/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=46864 CPUtime=0.29
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 11082 0 0 0 26 3 0 0 19 0 1 0 186558840 47988736 10989 1992294400 4194304 7823515 548682068736 18446744073709551615 4401540 0 0 4096 0 0 0 0 17 1 0 0
/proc/9311/statm: 11716 10989 356 886 0 10826 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46864

[startup+0.701901 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9311
/proc/meminfo: memFree=1879488/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=100452 CPUtime=0.69
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 24506 0 0 0 61 8 0 0 22 0 1 0 186558840 102862848 24060 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 25113 24060 405 886 0 24223 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100452

[startup+1.50104 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9312
/proc/meminfo: memFree=1769720/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=138840 CPUtime=1.49
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 34103 0 0 0 137 12 0 0 25 0 1 0 186558840 142172160 33657 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 34710 33657 405 886 0 33820 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 138840

[startup+3.10133 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9312
/proc/meminfo: memFree=1722232/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=203548 CPUtime=3.09
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 50280 0 0 0 291 18 0 0 25 0 1 0 186558840 208433152 49834 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 50887 49834 405 886 0 49997 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 203548

[startup+6.3019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9312
/proc/meminfo: memFree=1590904/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=312132 CPUtime=6.29
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 78202 0 0 0 593 36 0 0 25 0 1 0 186558840 319623168 77002 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 78033 77002 427 886 0 77143 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 312132

[startup+12.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9312
/proc/meminfo: memFree=1437560/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=458452 CPUtime=12.69
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 113873 0 0 0 1209 60 0 0 25 0 1 0 186558840 469454848 110738 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 114613 110738 524 886 0 113723 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 458452

[startup+25.5013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9312
/proc/meminfo: memFree=1418936/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=480888 CPUtime=25.48
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 119263 0 0 0 2483 65 0 0 25 0 1 0 186558840 492429312 115376 1992294400 4194304 7823515 548682068736 18446744073709551615 6208810 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 120222 115376 525 886 0 119332 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 480888

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9312
/proc/meminfo: memFree=1433016/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=464956 CPUtime=51.05
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 120455 0 0 0 4998 107 0 0 25 0 1 0 186558840 476114944 111913 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 116239 111913 544 886 0 115349 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 464956

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1390968/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=507136 CPUtime=102.24
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 131369 0 0 0 9963 261 0 0 25 0 1 0 186558840 519307264 122395 1992294400 4194304 7823515 548682068736 18446744073709551615 5573096 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 126784 122395 555 886 0 125894 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 507136

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1379576/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=520660 CPUtime=162.21
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 134194 0 0 0 15946 275 0 0 25 0 1 0 186558840 533155840 125220 1992294400 4194304 7823515 548682068736 18446744073709551615 5575817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 130165 125220 555 886 0 129275 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 520660

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1378104/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=520660 CPUtime=222.19
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 169423 0 0 0 21914 305 0 0 25 0 1 0 186558840 533155840 125504 1992294400 4194304 7823515 548682068736 18446744073709551615 6110458 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 130165 125504 564 886 0 129275 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 520660

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1374904/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=524252 CPUtime=282.16
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 170239 0 0 0 27906 310 0 0 25 0 1 0 186558840 536834048 126320 1992294400 4194304 7823515 548682068736 18446744073709551615 5839393 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 131063 126320 568 886 0 130173 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 524252

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1369976/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=529676 CPUtime=342.14
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 171713 0 0 0 33897 317 0 0 25 0 1 0 186558840 542388224 127544 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 132419 127544 568 886 0 131529 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 529676

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1368632/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=530164 CPUtime=402.13
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 172071 0 0 0 39885 328 0 0 25 0 1 0 186558840 542887936 127902 1992294400 4194304 7823515 548682068736 18446744073709551615 6099727 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 132541 127902 569 886 0 131651 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 530164

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1365496/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=533884 CPUtime=462.11
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 172836 0 0 0 45873 338 0 0 25 0 1 0 186558840 546697216 128667 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 133471 128667 569 886 0 132581 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 533884

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1363000/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=536384 CPUtime=522.09
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 173451 0 0 0 51866 343 0 0 25 0 1 0 186558840 549257216 129282 1992294400 4194304 7823515 548682068736 18446744073709551615 5734747 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 134096 129282 569 886 0 133206 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 536384

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1362936/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=536384 CPUtime=582.06
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 173455 0 0 0 57860 346 0 0 25 0 1 0 186558840 549257216 129286 1992294400 4194304 7823515 548682068736 18446744073709551615 4903340 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 134096 129286 569 886 0 133206 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 536384

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1361080/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=537944 CPUtime=642.05
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 173929 0 0 0 63855 350 0 0 25 0 1 0 186558840 550854656 129760 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 134486 129760 569 886 0 133596 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 537944

[startup+702.302 s]

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

/proc/meminfo: memFree=1354360/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=543996 CPUtime=1121.87
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 175545 0 0 0 111789 398 0 0 25 0 1 0 186558840 557051904 131376 1992294400 4194304 7823515 548682068736 18446744073709551615 4265989 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 135999 131376 569 886 0 135109 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 543996

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1354296/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=543996 CPUtime=1181.85
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 175545 0 0 0 117778 407 0 0 25 0 1 0 186558840 557051904 131376 1992294400 4194304 7823515 548682068736 18446744073709551615 6911787 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 135999 131376 569 886 0 135109 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 543996

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1352440/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=546244 CPUtime=1241.82
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 176029 0 0 0 123769 413 0 0 25 0 1 0 186558840 559353856 131860 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 136561 131860 569 886 0 135671 0
Current children cumulated CPU time (s) 1241.82
Current children cumulated vsize (KiB) 546244

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1351992/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=546244 CPUtime=1301.81
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 176121 0 0 0 129762 419 0 0 25 0 1 0 186558840 559353856 131952 1992294400 4194304 7823515 548682068736 18446744073709551615 4788458 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 136561 131952 569 886 0 135671 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 546244

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1350136/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=548368 CPUtime=1361.78
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 176595 0 0 0 135753 425 0 0 25 0 1 0 186558840 561528832 132426 1992294400 4194304 7823515 548682068736 18446744073709551615 4903693 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 137092 132426 569 886 0 136202 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 548368

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1348984/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=550000 CPUtime=1421.76
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 176887 0 0 0 141745 431 0 0 25 0 1 0 186558840 563200000 132718 1992294400 4194304 7823515 548682068736 18446744073709551615 6131114 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 137500 132718 569 886 0 136610 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 550000

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1348920/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=550000 CPUtime=1481.74
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 176888 0 0 0 147737 437 0 0 25 0 1 0 186558840 563200000 132719 1992294400 4194304 7823515 548682068736 18446744073709551615 5993233 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 137500 132719 569 886 0 136610 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 550000

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1347320/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=551008 CPUtime=1541.71
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 177293 0 0 0 153729 442 0 0 25 0 1 0 186558840 564232192 133124 1992294400 4194304 7823515 548682068736 18446744073709551615 6100285 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 137752 133124 569 886 0 136862 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 551008

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1345464/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=553540 CPUtime=1601.7
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 177756 0 0 0 159718 452 0 0 25 0 1 0 186558840 566824960 133585 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 138385 133585 569 886 0 137495 0
Current children cumulated CPU time (s) 1601.7
Current children cumulated vsize (KiB) 553540

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1342520/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=557468 CPUtime=1661.67
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 178495 0 0 0 165705 462 0 0 25 0 1 0 186558840 570847232 134324 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 139367 134324 569 886 0 138477 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 557468

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1342456/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=557468 CPUtime=1721.65
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 178497 0 0 0 171696 469 0 0 25 0 1 0 186558840 570847232 134326 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 139367 134326 569 886 0 138477 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 557468

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1341688/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=557468 CPUtime=1781.63
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 178695 0 0 0 177683 480 0 0 25 0 1 0 186558840 570847232 134524 1992294400 4194304 7823515 548682068736 18446744073709551615 4800433 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 139367 134524 569 886 0 138477 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 557468

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

[startup+1785.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1341688/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=557468 CPUtime=1784.83
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 178695 0 0 0 178003 480 0 0 25 0 1 0 186558840 570847232 134524 1992294400 4194304 7823515 548682068736 18446744073709551615 4788719 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 139367 134524 569 886 0 138477 0
Current children cumulated CPU time (s) 1784.83
Current children cumulated vsize (KiB) 557468

[startup+1791.91 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1341688/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=557468 CPUtime=1791.23
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 178695 0 0 0 178643 480 0 0 25 0 1 0 186558840 570847232 134524 1992294400 4194304 7823515 548682068736 18446744073709551615 6110616 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 139367 134524 569 886 0 138477 0
Current children cumulated CPU time (s) 1791.23
Current children cumulated vsize (KiB) 557468

[startup+1795.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1341688/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=557468 CPUtime=1794.43
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 178695 0 0 0 178962 481 0 0 25 0 1 0 186558840 570847232 134524 1992294400 4194304 7823515 548682068736 18446744073709551615 6131010 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 139367 134524 569 886 0 138477 0
Current children cumulated CPU time (s) 1794.43
Current children cumulated vsize (KiB) 557468

[startup+1796.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1341688/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=557468 CPUtime=1796.02
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 178695 0 0 0 179121 481 0 0 25 0 1 0 186558840 570847232 134524 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9311/statm: 139367 134524 569 886 0 138477 0
Current children cumulated CPU time (s) 1796.02
Current children cumulated vsize (KiB) 557468

[startup+1797.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1341688/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=533180 CPUtime=1796.43
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 178697 0 0 0 179161 482 0 0 18 0 1 0 186558840 545976320 129095 1992294400 4194304 7823515 548682068736 18446744073709551615 4318785 0 0 4096 0 0 0 0 17 1 0 0
/proc/9311/statm: 133295 129095 571 886 0 132405 0
Current children cumulated CPU time (s) 1796.43
Current children cumulated vsize (KiB) 533180

[startup+1797.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1363192/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=533180 CPUtime=1796.63
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 178697 0 0 0 179181 482 0 0 20 0 1 0 186558840 545976320 129095 1992294400 4194304 7823515 548682068736 18446744073709551615 5875083 0 0 4096 0 0 0 0 17 1 0 0
/proc/9311/statm: 133295 129095 571 886 0 132405 0
Current children cumulated CPU time (s) 1796.63
Current children cumulated vsize (KiB) 533180

[startup+1797.41 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9318
/proc/meminfo: memFree=1363192/2055920 swapFree=4180860/4192956
[pid=9311] ppid=9309 vsize=505104 CPUtime=1796.73
/proc/9311/stat : 9311 (pbscip.linux.x8) R 9309 9311 9013 0 -1 4194304 178697 0 0 0 179191 482 0 0 21 0 1 0 186558840 517226496 123904 1992294400 4194304 7823515 548682068736 18446744073709551615 6962503 0 0 4096 0 0 0 0 17 1 0 0
/proc/9311/statm: 126227 123855 571 886 0 125337 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 505104

Child status: 0
Real time (s): 1797.49
CPU time (s): 1796.83
CPU user time (s): 1791.92
CPU system time (s): 4.90325
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 662112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.92
system time used= 4.90325
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178700
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 2429

runsolver used 1.42378 second user time and 3.71543 second system time

The end

Launcher Data

Begin job on node12 at 2009-06-16 23:59:42
IDJOB=1870210
IDBENCH=48104
IDSOLVER=683
FILE ID=node12/1870210-1245189582
PBS_JOBID= 9368284
Free space on /tmp= 66236 MiB

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

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

MD5SUM BENCH= efe239846afd4f2627c83cec32ebc27d
RANDOM SEED=1536488648

node12.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.281
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.281
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:       1879904 kB
Buffers:         41908 kB
Cached:          84768 kB
SwapCached:       6264 kB
Active:          62004 kB
Inactive:        73028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1879904 kB
SwapTotal:     4192956 kB
SwapFree:      4180860 kB
Dirty:           10516 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            27024 kB
Committed_AS:   178540 kB
PageTables:       1380 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= 66224 MiB
End job on node12 at 2009-06-17 00:29:40