Trace number 1870531

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 (TO)-14 1801.3 1808.98

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_4.opb
MD5SUMfeead174159765db2806c13d35bd6cbe
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-14
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6140
Sum of products size (including duplicates)12280
Number of different products3070
Sum of products size6140

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.05	c SCIP version 1.1.0.7
0.00/0.05	c LP-Solver Clp 1.8.2
0.00/0.05	c user parameter file <scip.set> not found - using default parameters
0.00/0.05	c read problem <HOME/instance-1870531-1245210207.opb>
0.00/0.05	c original problem has 3270 variables (3270 bin, 0 int, 0 impl, 0 cont) and 3371 constraints
0.04/0.08	c start presolving problem
0.04/0.08	c presolving:
0.18/0.25	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24760 impls, 200 clqs
0.38/0.45	c    (0.2s) probing: 101/3270 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.38/0.45	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.38/0.45	c presolving (2 rounds):
0.38/0.45	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.38/0.45	c  24760 implications, 200 cliques
0.38/0.45	c presolved problem has 3270 variables (3270 bin, 0 int, 0 impl, 0 cont) and 3371 constraints
0.38/0.45	c     200 constraints of type <setppc>
0.38/0.45	c    3070 constraints of type <and>
0.38/0.45	c       1 constraints of type <linear>
0.38/0.45	c     100 constraints of type <logicor>
0.38/0.45	c transformed objective value is always integral (scale: 1)
0.38/0.45	c Presolving Time: 0.24
0.38/0.46	c OPT-NLC
0.38/0.46	c -----------------------------------------------------------------------------------------------
0.38/0.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.38/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.38/0.46	c limits/memory = c 1620
0.38/0.46	c # maximal time in seconds to run
0.38/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.38/0.46	c limits/time = c 1791
0.38/0.46	c # frequency for displaying node information lines
0.38/0.46	c # [type: int, range: [-1,2147483647], default: 100]
0.38/0.46	c display/freq = c 10000
0.38/0.46	c -----------------------------------------------------------------------------------------------
0.38/0.46	c start solving problem
0.38/0.46	c 
0.58/0.63	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.58/0.63	c   0.4s|     1 |     0 |   303 |  15M|   0 | 231 |3270 |3371 |3371 |3270 |6441 |   0 |   0 |   0 |-5.000000e+01 |      --      |    Inf 
5.23/5.31	c   5.0s|     1 |     0 |  6405 |  15M|   0 |1196 |3270 |3371 |3371 |3270 |6444 |   3 |   0 |   0 |-5.000000e+01 |      --      |    Inf 
8.89/9.00	c   8.6s|     1 |     0 |  8811 |  16M|   0 |1487 |3270 |3371 |3371 |3270 |6448 |   7 |   0 |   0 |-5.000000e+01 |      --      |    Inf 
8.89/9.02	o -4
8.89/9.02	c s 8.6s|     1 |     0 |  8811 |  16M|   0 |1487 |3270 |3371 |3371 |3270 |6448 |   7 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
11.56/11.72	c  11.3s|     1 |     0 |  8962 |  16M|   0 |1487 |3270 |3371 |3371 |3270 |6451 |  10 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
14.13/14.36	c  13.9s|     1 |     0 |  9089 |  16M|   0 |1487 |3270 |3371 |3371 |3270 |6454 |  13 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
16.41/16.67	c  16.2s|     1 |     0 |  9203 |  16M|   0 |1487 |3270 |3371 |3371 |3270 |6457 |  16 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
18.70/18.99	c  18.5s|     1 |     0 |  9385 |  16M|   0 |1526 |3270 |3371 |3371 |3270 |6460 |  19 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
131.78/133.19	o -11
131.78/133.19	c E 131s|     1 |     0 |  9385 |  16M|   0 |1526 |3270 |3371 |3371 |3270 |6460 |  19 |   0 |   0 |-5.000000e+01 |-1.100000e+01 |  78.00%
131.88/133.26	c   131s|     1 |     0 |  9385 |  16M|   0 |1526 |3270 |3371 |3371 |3270 |6460 |  19 |   0 |   0 |-5.000000e+01 |-1.100000e+01 |  78.00%
133.77/135.14	c   133s|     1 |     0 |  9419 |  16M|   0 |1526 |3270 |3371 |3371 |3270 |6463 |  22 |   0 |   0 |-5.000000e+01 |-1.100000e+01 |  78.00%
145.25/146.79	c   144s|     1 |     2 |  9419 |  16M|   0 |1526 |3270 |3371 |3371 |3270 |6463 |  22 |   0 |  18 |-5.000000e+01 |-1.100000e+01 |  78.00%
910.34/913.02	o -12
910.34/913.02	c l 906s|    76 |    77 |645239 |  17M|  31 |   - |3270 |3391 |  71 |3270 |3338 |5907 |  20 | 779 |-4.899548e+01 |-1.200000e+01 |  75.51%
1147.63/1151.48	o -13
1147.63/1151.48	c l1142s|   128 |   129 |838903 |  18M|  35 |   - |3270 |3404 |  87 |3270 |3385 |7631 |  33 |1018 |-4.829719e+01 |-1.300000e+01 |  73.08%
1716.97/1724.69	o -14
1716.97/1724.69	c l1707s|   329 |   330 |  1299k|  19M|  54 |   - |3270 |3425 |  83 |3270 |3415 |  11k|  54 |1655 |-4.178888e+01 |-1.400000e+01 |  66.50%
1801.11/1808.89	c 
1801.11/1808.89	c SCIP Status        : solving was interrupted [user interrupt]
1801.11/1808.89	c Solving Time (sec) : 1791.01
1801.11/1808.89	c Solving Nodes      : 373
1801.11/1808.89	c Primal Bound       : -1.40000000000000e+01 (5 solutions)
1801.11/1808.89	c Dual Bound         : -4.17888811813797e+01
1801.11/1808.89	c Gap                : 66.50 %
1801.11/1808.90	c NODE         373
1801.11/1808.90	c DUAL BOUND   -41.7889
1801.11/1808.90	c PRIMAL BOUND -14
1801.11/1808.90	c GAP          0.664983
1801.11/1808.90	s SATISFIABLE
1801.11/1808.90	v -x146 -x154 -x136 -x128 -x198 -x166 -x193 -x151 -x182 -x124 -x110 -x130 -x116 -x171 -x156 -x163 -x185 -x189 -x181 x153 -x179 -x167 
1801.11/1808.90	v -x178 x149 -x161 -x133 -x172 -x160 -x159 -x152 -x112 -x188 -x134 x139 x197 -x170 -x194 -x117 -x187 -x122 -x196 x191 -x158 
1801.11/1808.90	v -x140 -x135 -x113 -x111 -x109 -x108 -x107 x190 -x148 -x144 -x173 -x143 -x132 x176 -x177 -x162 -x125 -x195 -x120 -x200 -x131 
1801.11/1808.90	v -x121 -x101 -x199 x192 -x168 -x157 -x147 -x141 x137 -x114 -x106 x183 -x123 -x119 -x174 x180 -x169 -x105 -x118 -x150 -x142 -x103 
1801.11/1808.90	v -x104 x165 -x115 x155 -x145 x186 -x129 -x126 -x138 -x164 -x127 -x175 -x184 -x102 -x100 x99 -x98 -x97 -x96 -x95 x94 -x93 -x92 
1801.11/1808.90	v -x91 -x90 -x89 -x88 x87 -x86 x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 x68 -x67 x66 
1801.11/1808.90	v -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 -x55 -x54 -x53 x52 -x51 -x50 -x49 x48 x47 -x46 -x45 -x44 -x43 -x42 -x41 x40 
1801.11/1808.90	v -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 -x28 -x27 -x26 -x25 x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 
1801.11/1808.90	v -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1801.11/1808.90	c SCIP Status        : solving was interrupted [user interrupt]
1801.11/1808.90	c Solving Time       :    1791.01
1801.11/1808.90	c Original Problem   :
1801.11/1808.90	c   Problem name     : HOME/instance-1870531-1245210207.opb
1801.11/1808.90	c   Variables        : 3270 (3270 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.11/1808.90	c   Constraints      : 3371 initial, 3371 maximal
1801.11/1808.90	c Presolved Problem  :
1801.11/1808.90	c   Problem name     : t_HOME/instance-1870531-1245210207.opb
1801.11/1808.90	c   Variables        : 3270 (3270 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.11/1808.90	c   Constraints      : 3371 initial, 3435 maximal
1801.11/1808.90	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1801.11/1808.90	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1801.11/1808.90	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1801.11/1808.90	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1801.11/1808.90	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1801.11/1808.90	c   implics          :       0.00          0          0          0          0          0          0          0          0
1801.11/1808.90	c   probing          :       0.08          0          0          0          0          0          0          0          0
1801.11/1808.90	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1801.11/1808.90	c   and              :       0.12          0          0          0          0          0          0          0          0
1801.11/1808.90	c   linear           :       0.02          0          0          0          0          0          0          0          0
1801.11/1808.90	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1801.11/1808.90	c   root node        :          -          0          -          -          0          -          -          -          -
1801.11/1808.90	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1801.11/1808.90	c   integral         :          0          0          0        396          0          0         30          0          0        744
1801.11/1808.90	c   setppc           :        200          7      22476          0          1          2        829          0          0          0
1801.11/1808.90	c   and              :       3070        897      22475          0          1         32      29640      22200          0          0
1801.11/1808.90	c   linear           :          1          7      22441          0          0          2          0          0          0          0
1801.11/1808.90	c   logicor          :        100+         7       1247          0          1          0        349          0          0          0
1801.11/1808.90	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1801.11/1808.90	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1801.11/1808.90	c   integral         :     422.41       0.00       0.00     422.41       0.00
1801.11/1808.90	c   setppc           :       0.32       0.00       0.32       0.00       0.00
1801.11/1808.90	c   and              :       6.30       1.89       4.41       0.00       0.00
1801.11/1808.90	c   linear           :       0.24       0.00       0.24       0.00       0.00
1801.11/1808.90	c   logicor          :       0.03       0.00       0.03       0.00       0.00
1801.11/1808.90	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1801.11/1808.90	c Propagators        :       Time      Calls    Cutoffs    DomReds
1801.11/1808.90	c   rootredcost      :       0.03          3          0          0
1801.11/1808.90	c   pseudoobj        :       0.30      22295          2          0
1801.11/1808.90	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1801.11/1808.90	c   propagation      :       0.00         38         38         68       66.2          3       56.7          -
1801.11/1808.90	c   infeasible LP    :       0.17        231          0          0        0.0          0        0.0          0
1801.11/1808.90	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1801.11/1808.90	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1801.11/1808.90	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1801.11/1808.90	c   applied globally :          -          -          -         64       64.2          -          -          -
1801.11/1808.90	c   applied locally  :          -          -          -          0        0.0          -          -          -
1801.11/1808.90	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1801.11/1808.90	c   cut pool         :       0.00          6          -          -          0          -    (maximal pool size: 110)
1801.11/1808.90	c   redcost          :       0.31        897          0          0          0          0
1801.11/1808.90	c   impliedbounds    :       0.01          7          0          0          0          0
1801.11/1808.90	c   intobj           :       0.00          0          0          0          0          0
1801.11/1808.90	c   gomory           :       5.24          7          0          0          0          0
1801.11/1808.90	c   strongcg         :       4.62          7          0          0        420          0
1801.11/1808.90	c   cmir             :       0.56          7          0          0          0          0
1801.11/1808.90	c   flowcover        :       0.53          7          0          0          0          0
1801.11/1808.90	c   clique           :       0.52          7          0          0         38          0
1801.11/1808.90	c   zerohalf         :       0.00          0          0          0          0          0
1801.11/1808.90	c   mcf              :       0.07          3          0          0          0          0
1801.11/1808.90	c Pricers            :       Time      Calls       Vars
1801.11/1808.90	c   problem variables:       0.00          0          0
1801.11/1808.90	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1801.11/1808.90	c   relpscost        :     422.41        396          0         30          0          0        744
1801.11/1808.90	c   pscost           :       0.00          0          0          0          0          0          0
1801.11/1808.90	c   inference        :       0.01          1          0          0          0          0          2
1801.11/1808.90	c   mostinf          :       0.00          0          0          0          0          0          0
1801.11/1808.90	c   leastinf         :       0.00          0          0          0          0          0          0
1801.11/1808.90	c   fullstrong       :       0.00          0          0          0          0          0          0
1801.11/1808.90	c   allfullstrong    :       0.00          0          0          0          0          0          0
1801.11/1808.90	c   random           :       0.00          0          0          0          0          0          0
1801.11/1808.90	c Primal Heuristics  :       Time      Calls      Found
1801.11/1808.90	c   LP solutions     :       0.00          -          0
1801.11/1808.90	c   pseudo solutions :       0.00          -          0
1801.11/1808.90	c   intshifting      :       0.00          0          0
1801.11/1808.90	c   oneopt           :       0.03          4          0
1801.11/1808.90	c   crossover        :       0.30          1          0
1801.11/1808.90	c   guideddiving     :      56.58          7          0
1801.11/1808.90	c   fracdiving       :      53.47         10          0
1801.11/1808.90	c   linesearchdiving :      54.53         22          3
1801.11/1808.90	c   simplerounding   :       0.00          0          0
1801.11/1808.90	c   rounding         :       1.54        378          0
1801.11/1808.90	c   shifting         :       0.64         87          1
1801.11/1808.90	c   fixandinfer      :       0.00          0          0
1801.11/1808.90	c   feaspump         :      10.14          2          0
1801.11/1808.90	c   coefdiving       :      64.15          6          0
1801.11/1808.90	c   pscostdiving     :      56.40          6          0
1801.11/1808.90	c   veclendiving     :      43.16         10          0
1801.11/1808.90	c   intdiving        :       0.00          0          0
1801.11/1808.90	c   actconsdiving    :       0.00          0          0
1801.11/1808.90	c   objpscostdiving  :      67.25          1          0
1801.11/1808.90	c   rootsoldiving    :       7.66          8          0
1801.11/1808.90	c   octane           :       0.00          0          0
1801.11/1808.90	c   rens             :     112.55          1          1
1801.11/1808.90	c   rins             :       0.00          0          0
1801.11/1808.90	c   localbranching   :       0.00          0          0
1801.11/1808.90	c   mutation         :       0.00          0          0
1801.11/1808.90	c   dins             :       0.00          0          0
1801.11/1808.90	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1801.11/1808.90	c   primal LP        :     112.90          0          0       0.00       0.00
1801.11/1808.90	c   dual LP          :     709.22        912     754764     827.59    1064.22
1801.11/1808.90	c   barrier LP       :       0.00          0          0       0.00          -
1801.11/1808.90	c   diving/probing LP:     369.03      17521     613362      35.01    1662.09
1801.11/1808.90	c   strong branching :     422.07       1751     486160     277.65    1151.85
1801.21/1808.90	c     (at root node) :          -         18       7308     406.00          -
1801.21/1808.90	c   conflict analysis:       0.00          0          0       0.00          -
1801.21/1808.90	c B&B Tree           :
1801.21/1808.90	c   number of runs   :          1
1801.21/1808.90	c   nodes            :        373
1801.21/1808.90	c   nodes (total)    :        373
1801.21/1808.90	c   nodes left       :        374
1801.21/1808.90	c   max depth        :         56
1801.21/1808.90	c   max depth (total):         56
1801.21/1808.90	c   backtracks       :         80 (21.4%)
1801.21/1808.90	c   delayed cutoffs  :          0
1801.21/1808.90	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1801.21/1808.90	c   avg switch length:       4.22
1801.21/1808.90	c   switching time   :     113.32
1801.21/1808.90	c Solution           :
1801.21/1808.90	c   Solutions found  :          5 (5 improvements)
1801.21/1808.90	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 329 nodes, 1706.98 seconds, depth 129, found by <linesearchdiving>)
1801.21/1808.90	c   Dual Bound       : -4.17888811813797e+01
1801.21/1808.90	c   Gap              :      66.50 %
1801.21/1808.90	c   Root Dual Bound  : -5.00000000000000e+01
1801.21/1808.97	c Time complete: 1801.28.

Verifier Data

OK	-14

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870531-1245210207/watcher-1870531-1245210207 -o /tmp/evaluation-result-1870531-1245210207/solver-1870531-1245210207 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870531-1245210207.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.64 1.67 1.62 4/86 19078
/proc/meminfo: memFree=610064/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=5680 CPUtime=0
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 480 0 0 0 0 0 0 0 18 0 1 0 188619800 5816320 464 1992294400 4194304 9342243 548682068736 18446744073709551615 4643616 0 0 4096 0 0 0 0 17 0 0 0
/proc/19078/statm: 1420 464 332 1256 0 159 0

[startup+0.063566 s]
/proc/loadavg: 1.64 1.67 1.62 4/86 19078
/proc/meminfo: memFree=610064/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=15532 CPUtime=0.04
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 3186 0 0 0 3 1 0 0 18 0 1 0 188619800 15904768 2816 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 3883 2816 408 1256 0 2622 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15532

[startup+0.101568 s]
/proc/loadavg: 1.64 1.67 1.62 4/86 19078
/proc/meminfo: memFree=610064/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=21772 CPUtime=0.07
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 4557 0 0 0 6 1 0 0 18 0 1 0 188619800 22294528 4187 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 5443 4187 446 1256 0 4182 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21772

[startup+0.301586 s]
/proc/loadavg: 1.64 1.67 1.62 4/86 19078
/proc/meminfo: memFree=610064/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=26808 CPUtime=0.27
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 5868 0 0 0 16 11 0 0 19 0 1 0 188619800 27451392 5498 1992294400 4194304 9342243 548682068736 18446744073709551615 5811402 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 6702 5498 478 1256 0 5441 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 26808

[startup+0.701631 s]
/proc/loadavg: 1.64 1.67 1.62 4/86 19078
/proc/meminfo: memFree=610064/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=42816 CPUtime=0.67
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 9303 0 0 0 50 17 0 0 23 0 1 0 188619800 43843584 8904 1992294400 4194304 9342243 548682068736 18446744073709551615 6959720 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 10704 8904 640 1256 0 9443 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 42816

[startup+1.50171 s]
/proc/loadavg: 1.64 1.67 1.62 4/87 19079
/proc/meminfo: memFree=575368/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=44072 CPUtime=1.47
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 9615 0 0 0 129 18 0 0 25 0 1 0 188619800 45129728 9216 1992294400 4194304 9342243 548682068736 18446744073709551615 6952380 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 11018 9216 647 1256 0 9757 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 44072

[startup+3.10288 s]
/proc/loadavg: 1.64 1.67 1.62 3/87 19079
/proc/meminfo: memFree=575048/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=44072 CPUtime=3.05
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 9660 0 0 0 286 19 0 0 25 0 1 0 188619800 45129728 9261 1992294400 4194304 9342243 548682068736 18446744073709551615 6952357 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 11018 9261 647 1256 0 9757 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 44072

[startup+6.30121 s]
/proc/loadavg: 1.59 1.66 1.61 2/87 19079
/proc/meminfo: memFree=571464/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=51416 CPUtime=6.2
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 11837 0 0 0 598 22 0 0 25 0 1 0 188619800 52649984 10826 1992294400 4194304 9342243 548682068736 18446744073709551615 6960598 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 12854 10826 685 1256 0 11593 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 51416

[startup+12.7019 s]
/proc/loadavg: 1.54 1.65 1.61 2/87 19079
/proc/meminfo: memFree=568776/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=53180 CPUtime=12.56
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 14446 0 0 0 1230 26 0 0 25 0 1 0 188619800 54456320 10938 1992294400 4194304 9342243 548682068736 18446744073709551615 4271560 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 13295 10938 685 1256 0 12034 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 53180

[startup+25.5012 s]
/proc/loadavg: 1.49 1.63 1.61 4/87 19079
/proc/meminfo: memFree=526984/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=95340 CPUtime=25.23
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 25752 0 0 0 2486 37 0 0 25 0 1 0 188619800 97628160 21351 1992294400 4194304 9342243 548682068736 18446744073709551615 6018146 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 23835 21351 689 1256 0 22574 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 95340

[startup+51.1019 s]
/proc/loadavg: 1.66 1.66 1.62 2/87 19079
/proc/meminfo: memFree=525896/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=95740 CPUtime=50.63
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 25992 0 0 0 5017 46 0 0 25 0 1 0 188619800 98037760 21591 1992294400 4194304 9342243 548682068736 18446744073709551615 8217941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 23935 21591 692 1256 0 22674 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 95740

[startup+102.307 s]
/proc/loadavg: 1.57 1.62 1.60 2/87 19079
/proc/meminfo: memFree=525768/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=95740 CPUtime=101.29
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 26005 0 0 0 10059 70 0 0 25 0 1 0 188619800 98037760 21604 1992294400 4194304 9342243 548682068736 18446744073709551615 6238508 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19078/statm: 23935 21604 692 1256 0 22674 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 95740

[startup+162.302 s]
/proc/loadavg: 1.51 1.58 1.59 3/87 19079
/proc/meminfo: memFree=567048/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=56692 CPUtime=160.69
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 31322 0 0 0 15974 95 0 0 25 0 1 0 188619800 58052608 11318 1992294400 4194304 9342243 548682068736 18446744073709551615 6960255 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 14173 11318 702 1256 0 12912 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 56692

[startup+222.302 s]
/proc/loadavg: 1.61 1.58 1.59 4/87 19079
/proc/meminfo: memFree=566856/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=59160 CPUtime=220.4
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 53900 0 0 0 21920 120 0 0 25 0 1 0 188619800 60579840 11355 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 14790 11355 702 1256 0 13529 0
Current children cumulated CPU time (s) 220.4
Current children cumulated vsize (KiB) 59160

[startup+282.302 s]
/proc/loadavg: 1.85 1.64 1.60 2/87 19079
/proc/meminfo: memFree=566792/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=58244 CPUtime=280.38
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 79836 0 0 0 27895 143 0 0 25 0 1 0 188619800 59641856 11367 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 14561 11367 714 1256 0 13300 0
Current children cumulated CPU time (s) 280.38
Current children cumulated vsize (KiB) 58244

[startup+342.313 s]
/proc/loadavg: 1.46 1.57 1.58 4/87 19079
/proc/meminfo: memFree=563208/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=58684 CPUtime=340.36
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 99753 0 0 0 33873 163 0 0 25 0 1 0 188619800 60092416 12389 1992294400 4194304 9342243 548682068736 18446744073709551615 6978074 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 14671 12389 716 1256 0 13410 0
Current children cumulated CPU time (s) 340.36
Current children cumulated vsize (KiB) 58684

[startup+402.301 s]
/proc/loadavg: 1.92 1.68 1.61 2/87 19079
/proc/meminfo: memFree=562568/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=58712 CPUtime=400.32
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 132210 0 0 0 39843 189 0 0 25 0 1 0 188619800 60121088 12394 1992294400 4194304 9342243 548682068736 18446744073709551615 6253246 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 14678 12394 716 1256 0 13417 0
Current children cumulated CPU time (s) 400.32
Current children cumulated vsize (KiB) 58712

[startup+462.306 s]
/proc/loadavg: 1.75 1.68 1.62 2/87 19079
/proc/meminfo: memFree=561544/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=62284 CPUtime=460.29
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 139450 0 0 0 45825 204 0 0 25 0 1 0 188619800 63778816 12653 1992294400 4194304 9342243 548682068736 18446744073709551615 6959599 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 15571 12653 716 1256 0 14310 0
Current children cumulated CPU time (s) 460.29
Current children cumulated vsize (KiB) 62284

[startup+522.301 s]
/proc/loadavg: 1.80 1.72 1.64 4/87 19079
/proc/meminfo: memFree=561864/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=58976 CPUtime=520.27
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 164837 0 0 0 51801 226 0 0 25 0 1 0 188619800 60391424 12692 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 14744 12692 716 1256 0 13483 0
Current children cumulated CPU time (s) 520.27
Current children cumulated vsize (KiB) 58976

[startup+582.304 s]
/proc/loadavg: 1.82 1.72 1.64 2/87 19081
/proc/meminfo: memFree=561160/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=59016 CPUtime=580.26
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 210705 0 0 0 57770 256 0 0 25 0 1 0 188619800 60432384 12663 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 14754 12663 718 1256 0 13493 0
Current children cumulated CPU time (s) 580.26
Current children cumulated vsize (KiB) 59016

[startup+642.309 s]
/proc/loadavg: 1.61 1.69 1.63 4/87 19081
/proc/meminfo: memFree=561736/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=58844 CPUtime=640.25
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 258475 0 0 0 63734 291 0 0 25 0 1 0 188619800 60256256 12574 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 14711 12574 718 1256 0 13450 0
Current children cumulated CPU time (s) 640.25
Current children cumulated vsize (KiB) 58844

[startup+702.302 s]

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

[startup+1062.3 s]
/proc/loadavg: 1.52 1.62 1.62 3/87 19087
/proc/meminfo: memFree=556808/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=62784 CPUtime=1059.08
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 534154 0 0 0 105377 531 0 0 25 0 1 0 188619800 64290816 13614 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 15696 13614 718 1256 0 14435 0
Current children cumulated CPU time (s) 1059.08
Current children cumulated vsize (KiB) 62784

[startup+1122.3 s]
/proc/loadavg: 1.54 1.60 1.61 2/87 19087
/proc/meminfo: memFree=556680/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=62844 CPUtime=1118.85
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 584101 0 0 0 111315 570 0 0 25 0 1 0 188619800 64352256 13702 1992294400 4194304 9342243 548682068736 18446744073709551615 6962352 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 15711 13702 718 1256 0 14450 0
Current children cumulated CPU time (s) 1118.85
Current children cumulated vsize (KiB) 62844

[startup+1182.3 s]
/proc/loadavg: 1.79 1.66 1.63 2/87 19087
/proc/meminfo: memFree=556872/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=69272 CPUtime=1178.18
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 631459 0 0 0 117204 614 0 0 25 0 1 0 188619800 70934528 13717 1992294400 4194304 9342243 548682068736 18446744073709551615 6341779 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 17318 13717 718 1256 0 16057 0
Current children cumulated CPU time (s) 1178.18
Current children cumulated vsize (KiB) 69272

[startup+1242.3 s]
/proc/loadavg: 1.59 1.61 1.61 4/87 19087
/proc/meminfo: memFree=556680/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=69640 CPUtime=1237.81
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 682365 0 0 0 123127 654 0 0 25 0 1 0 188619800 71311360 13759 1992294400 4194304 9342243 548682068736 18446744073709551615 5874747 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 17410 13759 718 1256 0 16149 0
Current children cumulated CPU time (s) 1237.81
Current children cumulated vsize (KiB) 69640

[startup+1302.3 s]
/proc/loadavg: 1.63 1.61 1.61 4/87 19087
/proc/meminfo: memFree=557064/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=62880 CPUtime=1297.18
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 728793 0 0 0 129015 703 0 0 25 0 1 0 188619800 64389120 13622 1992294400 4194304 9342243 548682068736 18446744073709551615 5868542 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 15720 13622 718 1256 0 14459 0
Current children cumulated CPU time (s) 1297.18
Current children cumulated vsize (KiB) 62880

[startup+1362.3 s]
/proc/loadavg: 1.57 1.60 1.61 2/87 19087
/proc/meminfo: memFree=556808/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=62640 CPUtime=1356.48
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 776308 0 0 0 134896 752 0 0 25 0 1 0 188619800 64143360 13755 1992294400 4194304 9342243 548682068736 18446744073709551615 5874616 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 15660 13755 718 1256 0 14399 0
Current children cumulated CPU time (s) 1356.48
Current children cumulated vsize (KiB) 62640

[startup+1422.31 s]
/proc/loadavg: 1.53 1.58 1.60 2/87 19087
/proc/meminfo: memFree=556616/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=62784 CPUtime=1415.84
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 821911 0 0 0 140789 795 0 0 25 0 1 0 188619800 64290816 13798 1992294400 4194304 9342243 548682068736 18446744073709551615 6953112 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19078/statm: 15696 13798 718 1256 0 14435 0
Current children cumulated CPU time (s) 1415.84
Current children cumulated vsize (KiB) 62784

[startup+1482.3 s]
/proc/loadavg: 1.31 1.50 1.57 3/87 19087
/proc/meminfo: memFree=556488/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=68796 CPUtime=1475.46
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 866167 0 0 0 146708 838 0 0 25 0 1 0 188619800 70447104 13716 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 17199 13716 718 1256 0 15938 0
Current children cumulated CPU time (s) 1475.46
Current children cumulated vsize (KiB) 68796

[startup+1542.3 s]
/proc/loadavg: 1.63 1.55 1.57 2/87 19087
/proc/meminfo: memFree=556296/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=62580 CPUtime=1535.44
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 917156 0 0 0 152668 876 0 0 25 0 1 0 188619800 64081920 13642 1992294400 4194304 9342243 548682068736 18446744073709551615 6959593 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 15645 13642 718 1256 0 14384 0
Current children cumulated CPU time (s) 1535.44
Current children cumulated vsize (KiB) 62580

[startup+1602.3 s]
/proc/loadavg: 1.87 1.61 1.59 4/87 19087
/proc/meminfo: memFree=555976/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=63608 CPUtime=1595.07
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 970269 0 0 0 158586 921 0 0 25 0 1 0 188619800 65134592 13677 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 15902 13677 718 1256 0 14641 0
Current children cumulated CPU time (s) 1595.07
Current children cumulated vsize (KiB) 63608

[startup+1662.32 s]
/proc/loadavg: 1.74 1.65 1.61 4/87 19087
/proc/meminfo: memFree=556232/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=70404 CPUtime=1654.71
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 1022911 0 0 0 164509 962 0 0 25 0 1 0 188619800 72093696 13822 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 17601 13822 718 1256 0 16340 0
Current children cumulated CPU time (s) 1654.71
Current children cumulated vsize (KiB) 70404

[startup+1722.3 s]
/proc/loadavg: 1.67 1.63 1.60 2/87 19087
/proc/meminfo: memFree=556360/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=61656 CPUtime=1714.67
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 1076970 0 0 0 170466 1001 0 0 25 0 1 0 188619800 63135744 13675 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 15414 13675 718 1256 0 14153 0
Current children cumulated CPU time (s) 1714.67
Current children cumulated vsize (KiB) 61656

[startup+1782.3 s]
/proc/loadavg: 1.68 1.64 1.60 4/87 19087
/proc/meminfo: memFree=538248/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=79544 CPUtime=1774.66
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 1081813 0 0 0 176452 1014 0 0 25 0 1 0 188619800 81453056 18209 1992294400 4194304 9342243 548682068736 18446744073709551615 6040659 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 19886 18209 723 1256 0 18625 0
Current children cumulated CPU time (s) 1774.66
Current children cumulated vsize (KiB) 79544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.7 s]
/proc/loadavg: 1.99 1.71 1.63 4/87 19087
/proc/meminfo: memFree=538184/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=79544 CPUtime=1800.02
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 1081824 0 0 0 178985 1017 0 0 25 0 1 0 188619800 81453056 18220 1992294400 4194304 9342243 548682068736 18446744073709551615 6960310 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 19886 18220 723 1256 0 18625 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 79544

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1807.81 s]
/proc/loadavg: 1.99 1.71 1.63 4/87 19087
/proc/meminfo: memFree=538184/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=79544 CPUtime=1800.12
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 1081824 0 0 0 178995 1017 0 0 25 0 1 0 188619800 81453056 18220 1992294400 4194304 9342243 548682068736 18446744073709551615 6040596 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 19886 18220 723 1256 0 18625 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 79544

[startup+1808.6 s]
/proc/loadavg: 1.91 1.70 1.63 4/88 19088
/proc/meminfo: memFree=538176/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=79544 CPUtime=1800.91
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 1081824 0 0 0 179074 1017 0 0 25 0 1 0 188619800 81453056 18220 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 19886 18220 723 1256 0 18625 0
Current children cumulated CPU time (s) 1800.91
Current children cumulated vsize (KiB) 79544

[startup+1808.8 s]
/proc/loadavg: 1.91 1.70 1.63 4/88 19088
/proc/meminfo: memFree=538176/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=79544 CPUtime=1801.11
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 1081824 0 0 0 179094 1017 0 0 25 0 1 0 188619800 81453056 18220 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19078/statm: 19886 18220 723 1256 0 18625 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 79544

[startup+1808.91 s]
/proc/loadavg: 1.91 1.70 1.63 4/88 19088
/proc/meminfo: memFree=538176/2055920 swapFree=4181116/4192956
[pid=19078] ppid=19076 vsize=79544 CPUtime=1801.21
/proc/19078/stat : 19078 (pbscip.linux.x8) R 19076 19078 18914 0 -1 4194304 1081825 0 0 0 179104 1017 0 0 25 0 1 0 188619800 81453056 18221 1992294400 4194304 9342243 548682068736 18446744073709551615 8305712 0 0 4096 0 0 0 0 17 1 0 0
/proc/19078/statm: 19886 18221 724 1256 0 18625 0
Current children cumulated CPU time (s) 1801.21
Current children cumulated vsize (KiB) 79544

Child status: 0
Real time (s): 1808.98
CPU time (s): 1801.3
CPU user time (s): 1791.11
CPU system time (s): 10.1905
CPU usage (%): 99.5755
Max. virtual memory (cumulated for all children) (KiB): 95740

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

runsolver used 2.40063 second user time and 6.52701 second system time

The end

Launcher Data

Begin job on node79 at 2009-06-17 05:43:28
IDJOB=1870531
IDBENCH=48264
IDSOLVER=684
FILE ID=node79/1870531-1245210207
PBS_JOBID= 9368373
Free space on /tmp= 66232 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_100_25_4.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-1870531-1245210207/watcher-1870531-1245210207 -o /tmp/evaluation-result-1870531-1245210207/solver-1870531-1245210207 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870531-1245210207.opb

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

MD5SUM BENCH= feead174159765db2806c13d35bd6cbe
RANDOM SEED=2017733637

node79.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.234
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.234
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        610480 kB
Buffers:         74552 kB
Cached:        1252744 kB
SwapCached:       6048 kB
Active:         510400 kB
Inactive:       849508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        610480 kB
SwapTotal:     4192956 kB
SwapFree:      4181116 kB
Dirty:           11940 kB
Writeback:           0 kB
Mapped:          39860 kB
Slab:            69468 kB
Committed_AS:   621484 kB
PageTables:       2736 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= 66220 MiB
End job on node79 at 2009-06-17 06:13:37