Trace number 1870479

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT-8 1794.15 1794.79

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_2.opb
MD5SUM219f407da86957d900e068170e9af8b6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-25
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -32
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SCIP version 1.1.0.7
0.00/0.08	c LP-Solver Clp 1.8.2
0.00/0.08	c user parameter file <scip.set> not found - using default parameters
0.00/0.08	c read problem <HOME/instance-1870479-1245206749.opb>
0.00/0.08	c original problem has 6620 variables (6620 bin, 0 int, 0 impl, 0 cont) and 6821 constraints
0.09/0.14	c start presolving problem
0.09/0.14	c presolving:
0.29/0.38	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 50160 impls, 400 clqs
0.69/0.78	c    (0.5s) probing: 101/6620 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.69/0.78	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.69/0.78	c presolving (2 rounds):
0.69/0.78	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.69/0.78	c  50160 implications, 400 cliques
0.69/0.78	c presolved problem has 6620 variables (6620 bin, 0 int, 0 impl, 0 cont) and 6821 constraints
0.69/0.78	c     400 constraints of type <setppc>
0.69/0.78	c    6220 constraints of type <and>
0.69/0.78	c       1 constraints of type <linear>
0.69/0.78	c     200 constraints of type <logicor>
0.69/0.78	c transformed objective value is always integral (scale: 1)
0.69/0.78	c Presolving Time: 0.50
0.69/0.78	c OPT-NLC
0.69/0.78	c -----------------------------------------------------------------------------------------------
0.69/0.78	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.78	c limits/memory = c 1620
0.69/0.78	c # maximal time in seconds to run
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.78	c limits/time = c 1791
0.69/0.78	c # frequency for displaying node information lines
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 100]
0.69/0.78	c display/freq = c 10000
0.69/0.78	c -----------------------------------------------------------------------------------------------
0.69/0.78	c start solving problem
0.69/0.78	c 
1.19/1.29	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.19/1.29	c   1.0s|     1 |     0 |   516 |  30M|   0 | 400 |6620 |6821 |6821 |6620 |  13k|   0 |   0 |   0 |-1.000000e+02 |      --      |    Inf 
1.29/1.31	o -3
1.29/1.31	c R 1.0s|     1 |     0 |   516 |  30M|   0 | 400 |6620 |6821 |6821 |6620 |  13k|   0 |   0 |   0 |-1.000000e+02 |-3.000000e+00 |  97.00%
17.49/17.56	c  17.2s|     1 |     0 |  7093 |  30M|   0 |3159 |6620 |6821 |6821 |6620 |  13k|   2 |   0 |   0 |-1.000000e+02 |-3.000000e+00 |  97.00%
17.59/17.62	o -8
17.59/17.62	c s17.2s|     1 |     0 |  7093 |  30M|   0 |3159 |6620 |6821 |6821 |6620 |  13k|   2 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
25.78/25.85	c  25.4s|     1 |     0 |  8575 |  30M|   0 |3356 |6620 |6821 |6821 |6620 |  13k|  61 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
32.58/32.63	c  32.2s|     1 |     0 |  9157 |  30M|   0 |3383 |6620 |6821 |6821 |6620 |  13k|  69 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
38.38/38.50	c  38.0s|     1 |     0 |  9302 |  30M|   0 |3383 |6620 |6821 |6821 |6620 |  13k|  73 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
46.27/46.38	c  45.9s|     1 |     0 |  9826 |  31M|   0 |3414 |6620 |6821 |6821 |6620 |  13k|  79 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
58.56/58.69	c  58.2s|     1 |     0 | 11340 |  31M|   0 |3509 |6620 |6821 |6821 |6620 |  13k|  87 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
117.65/117.78	c   117s|     1 |     2 | 11340 |  31M|   0 |3509 |6620 |6821 |6821 |6620 |  13k|  87 |   0 |  20 |-1.000000e+02 |-8.000000e+00 |  92.00%
1793.95/1794.65	c 
1793.95/1794.65	c SCIP Status        : solving was interrupted [time limit reached]
1793.95/1794.65	c Solving Time (sec) : 1791.01
1793.95/1794.65	c Solving Nodes      : 11
1793.95/1794.65	c Primal Bound       : -7.99999999999998e+00 (7 solutions)
1793.95/1794.65	c Dual Bound         : -9.94999999999998e+01
1793.95/1794.65	c Gap                : 91.96 %
1793.95/1794.67	c NODE         11
1793.95/1794.67	c DUAL BOUND   -99.5
1793.95/1794.67	c PRIMAL BOUND -8
1793.95/1794.67	c GAP          0.919598
1793.95/1794.67	s SATISFIABLE
1793.95/1794.67	v -x384 x335 -x334 -x301 -x233 -x289 -x295 -x375 -x290 x325 -x256 -x237 -x247 -x396 -x328 -x388 -x312 -x215 -x394 -x226 -x313 -x377 
1793.95/1794.67	v -x326 -x216 -x258 x305 -x251 -x381 -x308 -x266 -x271 -x259 -x229 -x220 -x302 -x336 -x354 -x207 -x364 x338 -x286 -x248 -x230 
1793.95/1794.67	v -x272 -x365 -x340 -x293 -x268 -x279 -x353 -x332 -x352 -x345 -x314 -x285 -x254 -x243 -x240 -x213 -x267 -x321 -x280 -x269 -x372 
1793.95/1794.67	v -x323 -x303 -x270 -x244 -x232 -x221 -x342 -x273 -x275 -x306 -x355 -x390 -x235 -x284 -x212 -x347 -x393 -x379 -x351 -x330 -x298 
1793.95/1794.67	v -x288 -x281 -x222 -x210 -x300 -x219 -x319 -x309 -x282 -x224 x252 -x304 -x385 -x395 -x348 -x333 -x296 -x242 -x236 -x227 -x225 
1793.95/1794.67	v -x218 -x205 -x371 -x311 -x391 -x369 -x318 -x257 -x317 -x322 -x344 -x363 -x206 -x349 -x324 -x310 -x361 -x367 -x400 -x246 -x202 
1793.95/1794.67	v -x341 -x287 -x263 -x260 -x249 -x241 -x239 -x234 -x217 -x204 -x245 -x276 -x315 -x357 -x366 -x261 -x307 -x329 -x358 -x398 
1793.95/1794.67	v -x274 -x378 -x253 -x397 -x362 -x383 -x387 -x214 -x264 -x297 -x231 -x211 -x201 -x399 -x386 -x382 -x360 -x359 -x356 -x339 -x337 
1793.95/1794.67	v -x327 -x292 -x283 -x277 -x223 -x209 -x208 -x392 -x316 -x370 -x373 -x203 -x331 -x368 -x374 -x255 -x250 -x238 -x294 -x350 -x380 
1793.95/1794.67	v -x343 -x228 -x346 -x278 -x265 -x299 x262 -x376 x389 x320 -x291 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 
1793.95/1794.67	v -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 
1793.95/1794.67	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 
1793.95/1794.67	v -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 
1793.95/1794.67	v -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 
1793.95/1794.67	v -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 
1793.95/1794.67	v -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 
1793.95/1794.67	v -x57 -x56 -x55 -x54 x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 
1793.95/1794.67	v -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 
1793.95/1794.67	v -x7 x6 x5 x4 -x3 x2 -x1 
1793.95/1794.67	c SCIP Status        : solving was interrupted [time limit reached]
1793.95/1794.67	c Solving Time       :    1791.01
1793.95/1794.67	c Original Problem   :
1793.95/1794.67	c   Problem name     : HOME/instance-1870479-1245206749.opb
1793.95/1794.67	c   Variables        : 6620 (6620 binary, 0 integer, 0 implicit integer, 0 continuous)
1793.95/1794.67	c   Constraints      : 6821 initial, 6821 maximal
1793.95/1794.67	c Presolved Problem  :
1793.95/1794.67	c   Problem name     : t_HOME/instance-1870479-1245206749.opb
1793.95/1794.67	c   Variables        : 6620 (6620 binary, 0 integer, 0 implicit integer, 0 continuous)
1793.95/1794.67	c   Constraints      : 6821 initial, 6837 maximal
1793.95/1794.67	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1793.95/1794.67	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1793.95/1794.67	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1793.95/1794.67	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1793.95/1794.67	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1793.95/1794.67	c   implics          :       0.02          0          0          0          0          0          0          0          0
1793.95/1794.67	c   probing          :       0.23          0          0          0          0          0          0          0          0
1793.95/1794.67	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1793.95/1794.67	c   and              :       0.16          0          0          0          0          0          0          0          0
1793.95/1794.67	c   linear           :       0.05          0          0          0          0          0          0          0          0
1793.95/1794.67	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1793.95/1794.67	c   root node        :          -          0          -          -          0          -          -          -          -
1793.95/1794.67	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1793.95/1794.67	c   integral         :          0          0          0         12          0          0          1          0          0         22
1793.95/1794.67	c   setppc           :        400          6       4746          0          0          2          0          0          0          0
1793.95/1794.67	c   and              :       6220         56       4744          0          0         14        342      56778          0          0
1793.95/1794.67	c   linear           :          1          6       4730          0          0          0          0          0          0          0
1793.95/1794.67	c   logicor          :        200+         6        620          0          0          0          4          0          0          0
1793.95/1794.67	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1793.95/1794.67	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1793.95/1794.67	c   integral         :     321.47       0.00       0.00     321.47       0.00
1793.95/1794.67	c   setppc           :       0.12       0.00       0.12       0.00       0.00
1793.95/1794.67	c   and              :       2.06       0.38       1.68       0.00       0.00
1793.95/1794.67	c   linear           :       0.14       0.01       0.13       0.00       0.00
1793.95/1794.67	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1793.95/1794.67	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1793.95/1794.67	c Propagators        :       Time      Calls    Cutoffs    DomReds
1793.95/1794.67	c   rootredcost      :       0.01          1          0          0
1793.95/1794.67	c   pseudoobj        :       0.15       4548          0          0
1793.95/1794.67	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1793.95/1794.67	c   propagation      :       0.00         16         16         16        2.1          0        0.0          -
1793.95/1794.67	c   infeasible LP    :       0.27        175          0          0        0.0          0        0.0          0
1793.95/1794.67	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1793.95/1794.67	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1793.95/1794.67	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1793.95/1794.67	c   applied globally :          -          -          -         16        2.1          -          -          -
1793.95/1794.67	c   applied locally  :          -          -          -          0        0.0          -          -          -
1793.95/1794.67	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1793.95/1794.67	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 79)
1793.95/1794.67	c   redcost          :       0.05         56          0          0          0          0
1793.95/1794.67	c   impliedbounds    :       0.03          6          0          0         88          0
1793.95/1794.67	c   intobj           :       0.00          0          0          0          0          0
1793.95/1794.67	c   gomory           :       9.58          6          0          0        400          0
1793.95/1794.67	c   strongcg         :       9.46          6          0          0        400          0
1793.95/1794.67	c   cmir             :       1.68          6          0          0          0          0
1793.95/1794.67	c   flowcover        :       1.55          6          0          0          0          0
1793.95/1794.67	c   clique           :       1.96          6          0          0         31          0
1793.95/1794.67	c   zerohalf         :       0.00          0          0          0          0          0
1793.95/1794.67	c   mcf              :       0.25          2          0          0          0          0
1793.95/1794.67	c Pricers            :       Time      Calls       Vars
1793.95/1794.67	c   problem variables:       0.00          0          0
1793.95/1794.67	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1793.95/1794.67	c   relpscost        :     321.47         12          0          1          0          0         22
1793.95/1794.67	c   pscost           :       0.00          0          0          0          0          0          0
1793.95/1794.67	c   inference        :       0.00          0          0          0          0          0          0
1793.95/1794.67	c   mostinf          :       0.00          0          0          0          0          0          0
1793.95/1794.67	c   leastinf         :       0.00          0          0          0          0          0          0
1793.95/1794.67	c   fullstrong       :       0.00          0          0          0          0          0          0
1793.95/1794.67	c   allfullstrong    :       0.00          0          0          0          0          0          0
1793.95/1794.67	c   random           :       0.00          0          0          0          0          0          0
1793.95/1794.67	c Primal Heuristics  :       Time      Calls      Found
1793.95/1794.67	c   LP solutions     :       0.00          -          0
1793.95/1794.67	c   pseudo solutions :       0.00          -          0
1793.95/1794.67	c   rootsoldiving    :       0.00          0          0
1793.95/1794.67	c   oneopt           :       0.01          1          0
1793.95/1794.67	c   coefdiving       :      89.40          1          0
1793.95/1794.67	c   simplerounding   :       0.00          0          0
1793.95/1794.67	c   rounding         :       8.90         68          1
1793.95/1794.67	c   shifting         :       0.30          7          6
1793.95/1794.67	c   intshifting      :       0.00          0          0
1793.95/1794.67	c   fixandinfer      :       0.00          0          0
1793.95/1794.67	c   feaspump         :       0.00          0          0
1793.95/1794.67	c   pscostdiving     :     132.12          1          0
1793.95/1794.67	c   fracdiving       :     120.17          1          0
1793.95/1794.67	c   veclendiving     :      70.39          1          0
1793.95/1794.67	c   intdiving        :       0.00          0          0
1793.95/1794.67	c   actconsdiving    :       0.00          0          0
1793.95/1794.67	c   objpscostdiving  :     605.93          1          0
1793.95/1794.67	c   linesearchdiving :       0.00          0          0
1793.95/1794.67	c   guideddiving     :       0.00          0          0
1793.95/1794.67	c   octane           :       0.00          0          0
1793.95/1794.67	c   rens             :       0.01          0          0
1793.95/1794.67	c   rins             :       0.00          0          0
1793.95/1794.67	c   localbranching   :       0.00          0          0
1793.95/1794.67	c   mutation         :       0.00          0          0
1793.95/1794.67	c   crossover        :       0.00          0          0
1793.95/1794.67	c   dins             :       0.00          0          0
1793.95/1794.67	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1793.95/1794.67	c   primal LP        :      21.04          0          0       0.00       0.00
1793.95/1794.67	c   dual LP          :     394.44         68     223254    3283.15     566.00
1793.95/1794.67	c   barrier LP       :       0.00          0          0       0.00          -
1793.95/1794.67	c   diving/probing LP:     990.18       6378     658273     103.21     664.80
1793.95/1794.67	c   strong branching :     321.44        365     171203     469.05     532.61
1793.95/1794.67	c     (at root node) :          -         20      11600     580.00          -
1793.95/1794.67	c   conflict analysis:       0.00          0          0       0.00          -
1793.95/1794.67	c B&B Tree           :
1793.95/1794.67	c   number of runs   :          1
1793.95/1794.67	c   nodes            :         11
1793.95/1794.67	c   nodes (total)    :         11
1793.95/1794.67	c   nodes left       :         12
1793.95/1794.67	c   max depth        :          5
1793.95/1794.67	c   max depth (total):          5
1793.95/1794.67	c   backtracks       :          5 (45.5%)
1793.95/1794.67	c   delayed cutoffs  :          0
1793.95/1794.67	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1793.95/1794.67	c   avg switch length:       2.36
1793.95/1794.67	c   switching time   :      21.06
1793.95/1794.67	c Solution           :
1793.95/1794.67	c   Solutions found  :          7 (2 improvements)
1793.95/1794.67	c   Primal Bound     : -7.99999999999998e+00   (in run 1, after 1 nodes, 17.20 seconds, depth 0, found by <shifting>)
1793.95/1794.67	c   Dual Bound       : -9.94999999999998e+01
1793.95/1794.67	c   Gap              :      91.96 %
1793.95/1794.67	c   Root Dual Bound  : -9.99999999999999e+01
1794.05/1794.78	c Time complete: 1794.14.

Verifier Data

OK	-8

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2333
/proc/meminfo: memFree=1803756/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=5812 CPUtime=0
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 517 0 0 0 0 0 0 0 18 0 1 0 188272160 5951488 501 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/2333/statm: 1453 502 332 1256 0 192 0

[startup+0.00838794 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2333
/proc/meminfo: memFree=1803756/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=9828 CPUtime=0
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 1322 0 0 0 0 0 0 0 18 0 1 0 188272160 10063872 1307 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/2333/statm: 2457 1314 362 1256 0 1196 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9828

[startup+0.101404 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2333
/proc/meminfo: memFree=1803756/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=23880 CPUtime=0.09
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 5336 0 0 0 7 2 0 0 18 0 1 0 188272160 24453120 4966 1992294400 4194304 9342243 548682068736 18446744073709551615 5855072 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 5970 4966 412 1256 0 4709 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23880

[startup+0.301438 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2333
/proc/meminfo: memFree=1803756/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=32716 CPUtime=0.29
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 7339 0 0 0 19 10 0 0 19 0 1 0 188272160 33501184 6969 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 8179 6969 446 1256 0 6918 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32716

[startup+0.701503 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2333
/proc/meminfo: memFree=1803756/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=36884 CPUtime=0.69
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 8471 0 0 0 50 19 0 0 22 0 1 0 188272160 37769216 8101 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 9221 8101 493 1256 0 7960 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36884

[startup+1.50164 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2334
/proc/meminfo: memFree=1749540/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=71836 CPUtime=1.49
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 16413 0 0 0 126 23 0 0 25 0 1 0 188272160 73560064 15590 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 17959 15590 641 1256 0 16698 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71836

[startup+3.10191 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2334
/proc/meminfo: memFree=1734820/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=84948 CPUtime=3.09
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 19642 0 0 0 281 28 0 0 25 0 1 0 188272160 86986752 18813 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 21237 18813 668 1256 0 19976 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84948

[startup+6.30146 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2334
/proc/meminfo: memFree=1729700/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=85092 CPUtime=6.29
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 19906 0 0 0 600 29 0 0 25 0 1 0 188272160 87134208 19077 1992294400 4194304 9342243 548682068736 18446744073709551615 6342015 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 21273 19077 668 1256 0 20012 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85092

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2334
/proc/meminfo: memFree=1728612/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=88396 CPUtime=12.69
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 20314 0 0 0 1239 30 0 0 25 0 1 0 188272160 90517504 19431 1992294400 4194304 9342243 548682068736 18446744073709551615 5869941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 22099 19431 677 1256 0 20838 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 88396

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2334
/proc/meminfo: memFree=1728996/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=86012 CPUtime=25.48
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 20928 0 0 0 2515 33 0 0 25 0 1 0 188272160 88076288 19289 1992294400 4194304 9342243 548682068736 18446744073709551615 6938510 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 21503 19289 677 1256 0 20242 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 86012

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2334
/proc/meminfo: memFree=1728676/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=85996 CPUtime=51.07
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 21326 0 0 0 5068 39 0 0 25 0 1 0 188272160 88059904 19342 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 21499 19342 677 1256 0 20238 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85996

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2334
/proc/meminfo: memFree=1726564/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=97188 CPUtime=102.25
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 31864 0 0 0 10178 47 0 0 25 0 1 0 188272160 99520512 19931 1992294400 4194304 9342243 548682068736 18446744073709551615 6941251 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 24297 19931 683 1256 0 23036 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 97188

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2334
/proc/meminfo: memFree=1727204/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=83576 CPUtime=162.23
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 35002 0 0 0 16168 55 0 0 25 0 1 0 188272160 85581824 19781 1992294400 4194304 9342243 548682068736 18446744073709551615 6959555 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 20894 19781 698 1256 0 19633 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 83576

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2334
/proc/meminfo: memFree=1727012/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=84924 CPUtime=222.2
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 36307 0 0 0 22156 64 0 0 25 0 1 0 188272160 86962176 19790 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 21231 19790 705 1256 0 19970 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 84924

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2334
/proc/meminfo: memFree=1726948/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=83576 CPUtime=282.19
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 37508 0 0 0 28146 73 0 0 25 0 1 0 188272160 85581824 19788 1992294400 4194304 9342243 548682068736 18446744073709551615 6965675 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 20894 19788 705 1256 0 19633 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 83576

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2334
/proc/meminfo: memFree=1726820/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=83576 CPUtime=342.17
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 38711 0 0 0 34136 81 0 0 25 0 1 0 188272160 85581824 19788 1992294400 4194304 9342243 548682068736 18446744073709551615 6960594 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 20894 19788 705 1256 0 19633 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 83576

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2336
/proc/meminfo: memFree=1726820/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=94560 CPUtime=402.15
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 41262 0 0 0 40126 89 0 0 25 0 1 0 188272160 96829440 19866 1992294400 4194304 9342243 548682068736 18446744073709551615 6966142 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 23640 19866 705 1256 0 22379 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 94560

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2336
/proc/meminfo: memFree=1726820/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=94560 CPUtime=462.12
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 48148 0 0 0 46112 100 0 0 25 0 1 0 188272160 96829440 19866 1992294400 4194304 9342243 548682068736 18446744073709551615 6959735 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 23640 19866 705 1256 0 22379 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 94560

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2336
/proc/meminfo: memFree=1726692/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=96360 CPUtime=522.1
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 50239 0 0 0 52101 109 0 0 25 0 1 0 188272160 98672640 20007 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 24090 20007 705 1256 0 22829 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 96360

[startup+582.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 2336
/proc/meminfo: memFree=1726500/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=86772 CPUtime=582.07
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 51443 0 0 0 58091 116 0 0 25 0 1 0 188272160 88854528 19929 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 21693 19929 705 1256 0 20432 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 86772

[startup+642.302 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 2336
/proc/meminfo: memFree=1725796/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=92624 CPUtime=642.06
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 52466 0 0 0 64083 123 0 0 25 0 1 0 188272160 94846976 20108 1992294400 4194304 9342243 548682068736 18446744073709551615 6978128 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 23156 20108 705 1256 0 21895 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 92624

[startup+702.302 s]

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

/proc/meminfo: memFree=1722660/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=91672 CPUtime=1061.9
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 60859 0 0 0 106011 179 0 0 25 0 1 0 188272160 93872128 20884 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 22918 20884 708 1256 0 21657 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 91672

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2342
/proc/meminfo: memFree=1723748/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=91544 CPUtime=1121.89
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 66518 0 0 0 111995 194 0 0 25 0 1 0 188272160 93741056 20600 1992294400 4194304 9342243 548682068736 18446744073709551615 6092923 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 22886 20600 711 1256 0 21625 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 91544

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2342
/proc/meminfo: memFree=1724132/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=91352 CPUtime=1181.86
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 78752 0 0 0 117977 209 0 0 25 0 1 0 188272160 93544448 20497 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 22838 20497 711 1256 0 21577 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 91352

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2342
/proc/meminfo: memFree=1724004/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=91384 CPUtime=1241.85
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 93756 0 0 0 123958 227 0 0 25 0 1 0 188272160 93577216 20533 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 22846 20533 711 1256 0 21585 0
Current children cumulated CPU time (s) 1241.85
Current children cumulated vsize (KiB) 91384

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2342
/proc/meminfo: memFree=1723812/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=91384 CPUtime=1301.82
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 93810 0 0 0 129949 233 0 0 25 0 1 0 188272160 93577216 20587 1992294400 4194304 9342243 548682068736 18446744073709551615 6040770 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 22846 20587 711 1256 0 21585 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 91384

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2342
/proc/meminfo: memFree=1723748/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=91384 CPUtime=1361.8
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 93830 0 0 0 135937 243 0 0 25 0 1 0 188272160 93577216 20607 1992294400 4194304 9342243 548682068736 18446744073709551615 6163989 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 22846 20607 711 1256 0 21585 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 91384

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2342
/proc/meminfo: memFree=1723620/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=91384 CPUtime=1421.79
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 93854 0 0 0 141929 250 0 0 25 0 1 0 188272160 93577216 20631 1992294400 4194304 9342243 548682068736 18446744073709551615 6064573 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 22846 20631 711 1256 0 21585 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 91384

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2342
/proc/meminfo: memFree=1723428/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=91384 CPUtime=1481.76
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 93895 0 0 0 147920 256 0 0 25 0 1 0 188272160 93577216 20672 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 22846 20672 711 1256 0 21585 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 91384

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2342
/proc/meminfo: memFree=1722980/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=91384 CPUtime=1541.74
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 94006 0 0 0 153910 264 0 0 25 0 1 0 188272160 93577216 20783 1992294400 4194304 9342243 548682068736 18446744073709551615 6952385 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 22846 20783 711 1256 0 21585 0
Current children cumulated CPU time (s) 1541.74
Current children cumulated vsize (KiB) 91384

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2342
/proc/meminfo: memFree=1722532/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=91384 CPUtime=1601.72
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 94123 0 0 0 159901 271 0 0 25 0 1 0 188272160 93577216 20900 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 22846 20900 711 1256 0 21585 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 91384

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2342
/proc/meminfo: memFree=1721636/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=91384 CPUtime=1661.69
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 94330 0 0 0 165892 277 0 0 25 0 1 0 188272160 93577216 21107 1992294400 4194304 9342243 548682068736 18446744073709551615 6951958 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 22846 21107 711 1256 0 21585 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 91384

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2342
/proc/meminfo: memFree=1721060/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=91384 CPUtime=1721.67
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 94487 0 0 0 171881 286 0 0 25 0 1 0 188272160 93577216 21264 1992294400 4194304 9342243 548682068736 18446744073709551615 4265989 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 22846 21264 711 1256 0 21585 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 91384

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2342
/proc/meminfo: memFree=1720932/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=97808 CPUtime=1781.66
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 95018 0 0 0 177874 292 0 0 25 0 1 0 188272160 100155392 21279 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 24452 21279 711 1256 0 23191 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 97808

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2342
/proc/meminfo: memFree=1720932/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=97808 CPUtime=1784.85
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 95194 0 0 0 178193 292 0 0 25 0 1 0 188272160 100155392 21279 1992294400 4194304 9342243 548682068736 18446744073709551615 6953123 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 24452 21279 711 1256 0 23191 0
Current children cumulated CPU time (s) 1784.85
Current children cumulated vsize (KiB) 97808

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2342
/proc/meminfo: memFree=1720932/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=97808 CPUtime=1788.06
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 95370 0 0 0 178513 293 0 0 25 0 1 0 188272160 100155392 21279 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 24452 21279 711 1256 0 23191 0
Current children cumulated CPU time (s) 1788.06
Current children cumulated vsize (KiB) 97808

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2342
/proc/meminfo: memFree=1720932/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=97808 CPUtime=1791.25
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 95546 0 0 0 178832 293 0 0 25 0 1 0 188272160 100155392 21279 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 24452 21279 711 1256 0 23191 0
Current children cumulated CPU time (s) 1791.25
Current children cumulated vsize (KiB) 97808

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2342
/proc/meminfo: memFree=1720932/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=97808 CPUtime=1792.85
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 95634 0 0 0 178992 293 0 0 25 0 1 0 188272160 100155392 21279 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 24452 21279 711 1256 0 23191 0
Current children cumulated CPU time (s) 1792.85
Current children cumulated vsize (KiB) 97808

[startup+1794.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2342
/proc/meminfo: memFree=1720932/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=97808 CPUtime=1793.65
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 95678 0 0 0 179072 293 0 0 25 0 1 0 188272160 100155392 21279 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2333/statm: 24452 21279 711 1256 0 23191 0
Current children cumulated CPU time (s) 1793.65
Current children cumulated vsize (KiB) 97808

[startup+1794.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2342
/proc/meminfo: memFree=1720932/2055920 swapFree=4181368/4192956
[pid=2333] ppid=2331 vsize=89304 CPUtime=1794.05
/proc/2333/stat : 2333 (pbscip.linux.x8) R 2331 2333 2258 0 -1 4194304 95725 0 0 0 179112 293 0 0 17 0 1 0 188272160 91447296 21238 1992294400 4194304 9342243 548682068736 18446744073709551615 4302021 0 0 4096 0 0 0 0 17 1 0 0
/proc/2333/statm: 22326 21238 714 1256 0 21065 0
Current children cumulated CPU time (s) 1794.05
Current children cumulated vsize (KiB) 89304

Child status: 0
Real time (s): 1794.79
CPU time (s): 1794.15
CPU user time (s): 1791.19
CPU system time (s): 2.95355
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 103604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.19
system time used= 2.95355
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95729
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= 5
involuntary context switches= 3884

runsolver used 1.19082 second user time and 3.80042 second system time

The end

Launcher Data

Begin job on node43 at 2009-06-17 04:45:49
IDJOB=1870479
IDBENCH=48238
IDSOLVER=684
FILE ID=node43/1870479-1245206749
PBS_JOBID= 9368381
Free space on /tmp= 66192 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870479-1245206749/watcher-1870479-1245206749 -o /tmp/evaluation-result-1870479-1245206749/solver-1870479-1245206749 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870479-1245206749.opb

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

MD5SUM BENCH= 219f407da86957d900e068170e9af8b6
RANDOM SEED=506870079

node43.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:       1804236 kB
Buffers:         57736 kB
Cached:         132480 kB
SwapCached:       5352 kB
Active:          82936 kB
Inactive:       115172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804236 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:           11892 kB
Writeback:           0 kB
Mapped:          13588 kB
Slab:            39592 kB
Committed_AS:   181168 kB
PageTables:       1452 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= 66180 MiB
End job on node43 at 2009-06-17 05:15:44