Trace number 1870533

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-27 1798.29 1798.96

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_5.opb
MD5SUMae2bd1e13f1871c16ad2ebb51fc6f92a
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-27
Best CPU time to get the best result obtained on this benchmark1798.29
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
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)2504
Sum of products size (including duplicates)5008
Number of different products1252
Sum of products size2504

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.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver Clp 1.8.2
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1870533-1245210346.opb>
0.00/0.02	c original problem has 1452 variables (1452 bin, 0 int, 0 impl, 0 cont) and 1553 constraints
0.00/0.04	c start presolving problem
0.00/0.04	c presolving:
0.09/0.18	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 10216 impls, 200 clqs
0.29/0.34	c    (0.1s) probing: 101/1452 (7.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.34	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.29/0.34	c presolving (2 rounds):
0.29/0.34	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.34	c  10216 implications, 200 cliques
0.29/0.34	c presolved problem has 1452 variables (1452 bin, 0 int, 0 impl, 0 cont) and 1553 constraints
0.29/0.34	c     200 constraints of type <setppc>
0.29/0.34	c    1252 constraints of type <and>
0.29/0.34	c       1 constraints of type <linear>
0.29/0.34	c     100 constraints of type <logicor>
0.29/0.34	c transformed objective value is always integral (scale: 1)
0.29/0.34	c Presolving Time: 0.14
0.29/0.35	c OPT-NLC
0.29/0.35	c -----------------------------------------------------------------------------------------------
0.29/0.35	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.35	c limits/memory = c 1620
0.29/0.35	c # maximal time in seconds to run
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.35	c limits/time = c 1791
0.29/0.35	c # frequency for displaying node information lines
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.35	c display/freq = c 10000
0.29/0.35	c -----------------------------------------------------------------------------------------------
0.29/0.35	c start solving problem
0.29/0.35	c 
0.39/0.41	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.41	c   0.2s|     1 |     0 |   256 |6827k|   0 | 200 |1452 |1553 |1553 |1452 |2805 |   0 |   0 |   0 |-5.000000e+01 |      --      |    Inf 
0.39/0.42	o -2
0.39/0.42	c R 0.2s|     1 |     0 |   256 |6844k|   0 | 200 |1452 |1553 |1553 |1452 |2805 |   0 |   0 |   0 |-5.000000e+01 |-2.000000e+00 |  96.00%
0.99/1.08	c   0.8s|     1 |     0 |  1343 |6901k|   0 | 753 |1452 |1553 |1553 |1452 |2806 |   1 |   0 |   0 |-5.000000e+01 |-2.000000e+00 |  96.00%
0.99/1.09	o -7
0.99/1.09	c s 0.9s|     1 |     0 |  1343 |6937k|   0 | 753 |1452 |1553 |1553 |1452 |2806 |   1 |   0 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
2.99/3.01	c   2.8s|     1 |     0 |  1926 |7207k|   0 | 815 |1452 |1553 |1553 |1452 |2864 |  59 |   0 |   0 |-5.000000e+01 |-7.000000e+00 |  86.00%
2.99/3.02	o -9
2.99/3.02	c s 2.8s|     1 |     0 |  1926 |7227k|   0 | 815 |1452 |1553 |1553 |1452 |2864 |  59 |   0 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
5.19/5.23	c   5.0s|     1 |     0 |  2037 |7471k|   0 | 811 |1452 |1553 |1553 |1452 |2875 |  70 |   0 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
7.48/7.53	c   7.3s|     1 |     0 |  2249 |7737k|   0 | 819 |1452 |1553 |1553 |1452 |2882 |  77 |   0 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
9.99/10.01	c   9.8s|     1 |     0 |  2548 |8314k|   0 | 825 |1452 |1553 |1553 |1452 |2887 |  82 |   0 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
12.58/12.63	c  12.4s|     1 |     0 |  2786 |8834k|   0 | 823 |1452 |1553 |1553 |1452 |2893 |  88 |   0 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
16.79/16.89	c  16.6s|     1 |     2 |  2786 |8856k|   0 | 823 |1452 |1553 |1553 |1452 |2893 |  88 |   0 |  18 |-5.000000e+01 |-9.000000e+00 |  82.00%
132.54/132.69	o -24
132.54/132.69	c l 132s|    44 |    45 |120052 |9327k|  15 |   - |1452 |1566 |  47 |1452 |1549 |2272 |  13 | 569 |-4.964333e+01 |-2.400000e+01 |  51.66%
166.03/166.17	o -25
166.03/166.17	c l 165s|    76 |    77 |175852 |9537k|  15 |   - |1452 |1570 |  60 |1452 |1368 |3129 |  17 | 624 |-4.964178e+01 |-2.500000e+01 |  49.64%
541.39/541.66	o -26
541.39/541.66	c l 538s|  1416 |   365 |811435 |  10M|  53 |   - |1452 |1659 | 104 |1452 |1596 |  10k| 106 |1465 |-4.646238e+01 |-2.600000e+01 |  44.04%
631.16/631.45	o -27
631.16/631.45	c l 627s|  2156 |   421 |955047 |  11M|  53 |   - |1452 |1685 | 102 |1452 |1625 |  12k| 132 |1872 |-4.623872e+01 |-2.700000e+01 |  41.61%
1798.23/1798.90	c 
1798.23/1798.90	c SCIP Status        : solving was interrupted [time limit reached]
1798.23/1798.90	c Solving Time (sec) : 1791.00
1798.23/1798.90	c Solving Nodes      : 6611
1798.23/1798.90	c Primal Bound       : -2.70000000000000e+01 (10 solutions)
1798.23/1798.90	c Dual Bound         : -4.49512207183717e+01
1798.23/1798.90	c Gap                : 39.93 %
1798.23/1798.90	c NODE         6611
1798.23/1798.90	c DUAL BOUND   -44.9512
1798.23/1798.90	c PRIMAL BOUND -27
1798.23/1798.90	c GAP          0.399349
1798.23/1798.90	s SATISFIABLE
1798.23/1798.90	v -x148 -x139 -x160 x157 -x183 -x131 -x156 -x196 x165 -x122 x198 x197 -x170 -x113 -x163 -x158 -x130 -x126 -x125 -x119 -x159 x192 
1798.23/1798.90	v x195 -x144 -x142 -x120 -x164 -x175 -x107 -x181 -x118 -x188 x145 x191 -x151 x169 -x134 -x117 -x143 x190 -x186 -x116 x124 -x136 
1798.23/1798.90	v -x104 -x193 -x179 -x140 -x108 -x138 -x154 x172 x162 x200 -x109 -x103 x194 -x178 -x146 x141 -x137 -x185 -x128 x147 -x168 -x153 
1798.23/1798.90	v -x184 -x180 -x102 -x171 -x135 -x114 -x110 -x105 -x106 -x115 -x187 -x129 -x199 -x161 -x127 x101 x189 -x167 x155 -x152 x149 -x132 
1798.23/1798.90	v x123 x112 x182 x174 -x150 -x121 x133 -x177 -x173 -x111 -x166 x176 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 
1798.23/1798.90	v -x89 -x88 -x87 -x86 x85 x84 x83 -x82 x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 -x70 -x69 x68 -x67 x66 -x65 x64 -x63 
1798.23/1798.90	v -x62 x61 -x60 x59 -x58 -x57 -x56 -x55 -x54 x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 x43 -x42 -x41 -x40 -x39 x38 x37 
1798.23/1798.90	v x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 x28 x27 -x26 x25 -x24 -x23 x22 -x21 -x20 x19 x18 -x17 -x16 x15 x14 -x13 -x12 -x11 x10 
1798.23/1798.90	v -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 -x1 
1798.23/1798.90	c SCIP Status        : solving was interrupted [time limit reached]
1798.23/1798.90	c Solving Time       :    1791.00
1798.23/1798.90	c Original Problem   :
1798.23/1798.90	c   Problem name     : HOME/instance-1870533-1245210346.opb
1798.23/1798.90	c   Variables        : 1452 (1452 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.23/1798.90	c   Constraints      : 1553 initial, 1553 maximal
1798.23/1798.90	c Presolved Problem  :
1798.23/1798.90	c   Problem name     : t_HOME/instance-1870533-1245210346.opb
1798.23/1798.90	c   Variables        : 1452 (1452 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.23/1798.90	c   Constraints      : 1553 initial, 1800 maximal
1798.23/1798.90	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1798.23/1798.90	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1798.23/1798.90	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1798.23/1798.90	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1798.23/1798.90	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1798.23/1798.90	c   implics          :       0.00          0          0          0          0          0          0          0          0
1798.23/1798.90	c   probing          :       0.03          0          0          0          0          0          0          0          0
1798.23/1798.90	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1798.23/1798.90	c   and              :       0.08          0          0          0          0          0          0          0          0
1798.23/1798.90	c   linear           :       0.02          0          0          0          0          0          0          0          0
1798.23/1798.90	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1798.23/1798.90	c   root node        :          -          0          -          -          0          -          -          -          -
1798.23/1798.90	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1798.23/1798.90	c   integral         :          0          0          0       4685          0         14        425          0          0       9022
1798.23/1798.90	c   setppc           :        200          6      82280          0          1         36      25336          0          0          0
1798.23/1798.90	c   and              :       1252      11262      82244          0          1        250     277082      36823          0          0
1798.23/1798.90	c   linear           :          1          6      81992          0          0          0          0          0          0          0
1798.23/1798.90	c   logicor          :        100+         6      13049          0          1          0       7584          0          0          0
1798.23/1798.90	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1798.23/1798.90	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1798.23/1798.90	c   integral         :     333.16       0.00       0.00     333.16       0.00
1798.23/1798.90	c   setppc           :       0.90       0.01       0.89       0.00       0.00
1798.23/1798.90	c   and              :      11.36       5.62       5.74       0.00       0.00
1798.23/1798.90	c   linear           :       1.20       0.00       1.20       0.00       0.00
1798.23/1798.90	c   logicor          :       0.11       0.00       0.11       0.00       0.00
1798.23/1798.90	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1798.23/1798.90	c Propagators        :       Time      Calls    Cutoffs    DomReds
1798.23/1798.90	c   rootredcost      :       0.12          5          0          0
1798.23/1798.90	c   pseudoobj        :       0.95      82208          0          0
1798.23/1798.90	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.23/1798.90	c   propagation      :       0.02        286        286        286        2.1          0        0.0          -
1798.23/1798.90	c   infeasible LP    :       0.82       2895          0          0        0.0          0        0.0          0
1798.23/1798.90	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.23/1798.90	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.23/1798.90	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.23/1798.90	c   applied globally :          -          -          -        286        2.1          -          -          -
1798.23/1798.90	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.23/1798.90	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1798.23/1798.90	c   cut pool         :       0.00          5          -          -          1          -    (maximal pool size: 256)
1798.23/1798.90	c   redcost          :       1.08      11499          0      24448          0          0
1798.23/1798.90	c   impliedbounds    :       0.00          6          0          0        100          0
1798.23/1798.90	c   intobj           :       0.00          0          0          0          0          0
1798.23/1798.90	c   gomory           :       5.53          6          0          0        204          0
1798.23/1798.90	c   strongcg         :       4.43          6          0          0        469          0
1798.23/1798.90	c   cmir             :       0.17          6          0          0          0          0
1798.23/1798.90	c   flowcover        :       0.17          6          0          0          0          0
1798.23/1798.90	c   clique           :       0.15          6          0          0         34          0
1798.23/1798.90	c   zerohalf         :       0.00          0          0          0          0          0
1798.23/1798.90	c   mcf              :       0.01          1          0          0          0          0
1798.23/1798.90	c Pricers            :       Time      Calls       Vars
1798.23/1798.90	c   problem variables:       0.00          0          0
1798.23/1798.90	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.23/1798.90	c   relpscost        :     333.12       4685         14        425          0          0       9022
1798.23/1798.90	c   pscost           :       0.00          0          0          0          0          0          0
1798.23/1798.90	c   inference        :       0.00          1          0          0          0          0          2
1798.23/1798.90	c   mostinf          :       0.00          0          0          0          0          0          0
1798.23/1798.90	c   leastinf         :       0.00          0          0          0          0          0          0
1798.23/1798.90	c   fullstrong       :       0.00          0          0          0          0          0          0
1798.23/1798.90	c   allfullstrong    :       0.00          0          0          0          0          0          0
1798.23/1798.90	c   random           :       0.00          0          0          0          0          0          0
1798.23/1798.90	c Primal Heuristics  :       Time      Calls      Found
1798.23/1798.90	c   LP solutions     :       0.00          -          0
1798.23/1798.90	c   pseudo solutions :       0.00          -          0
1798.23/1798.90	c   oneopt           :       0.04          5          0
1798.23/1798.90	c   crossover        :       0.43          7          0
1798.23/1798.90	c   veclendiving     :      35.97         33          0
1798.23/1798.90	c   rootsoldiving    :      10.43         24          0
1798.23/1798.90	c   linesearchdiving :     139.75        175          4
1798.23/1798.90	c   simplerounding   :       0.04          0          0
1798.23/1798.90	c   rounding         :       7.38       4641          1
1798.23/1798.90	c   shifting         :       3.88       1109          5
1798.23/1798.90	c   intshifting      :       0.00          0          0
1798.23/1798.90	c   fixandinfer      :       0.00          0          0
1798.23/1798.90	c   feaspump         :       0.00          0          0
1798.23/1798.90	c   coefdiving       :      57.44         31          0
1798.23/1798.90	c   pscostdiving     :      49.36         19          0
1798.23/1798.90	c   fracdiving       :      53.91         27          0
1798.23/1798.90	c   intdiving        :       0.00          0          0
1798.23/1798.90	c   actconsdiving    :       0.00          0          0
1798.23/1798.90	c   objpscostdiving  :      23.15          6          0
1798.23/1798.90	c   guideddiving     :      53.33         27          0
1798.23/1798.90	c   octane           :       0.00          0          0
1798.23/1798.90	c   rens             :       0.00          0          0
1798.23/1798.90	c   rins             :       0.00          0          0
1798.23/1798.90	c   localbranching   :       0.00          0          0
1798.23/1798.90	c   mutation         :       0.00          0          0
1798.23/1798.90	c   dins             :       0.00          0          0
1798.23/1798.90	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1798.23/1798.90	c   primal LP        :     163.61          0          0       0.00       0.00
1798.23/1798.90	c   dual LP          :     820.36      13225    1863277     140.89    2271.29
1798.23/1798.90	c   barrier LP       :       0.00          0          0       0.00          -
1798.23/1798.90	c   diving/probing LP:     382.04      41742    1028162      24.63    2691.24
1798.23/1798.90	c   strong branching :     331.99       4692     805783     171.74    2427.13
1798.23/1798.90	c     (at root node) :          -         18       4716     262.00          -
1798.23/1798.90	c   conflict analysis:       0.00          0          0       0.00          -
1798.23/1798.90	c B&B Tree           :
1798.23/1798.90	c   number of runs   :          1
1798.23/1798.90	c   nodes            :       6611
1798.23/1798.90	c   nodes (total)    :       6611
1798.23/1798.90	c   nodes left       :       2241
1798.23/1798.90	c   max depth        :         65
1798.23/1798.90	c   max depth (total):         65
1798.23/1798.90	c   backtracks       :       1102 (16.7%)
1798.23/1798.90	c   delayed cutoffs  :          4
1798.23/1798.90	c   repropagations   :       3679 (706 domain reductions, 0 cutoffs)
1798.23/1798.90	c   avg switch length:       5.25
1798.23/1798.90	c   switching time   :     166.32
1798.23/1798.90	c Solution           :
1798.23/1798.90	c   Solutions found  :         10 (7 improvements)
1798.23/1798.90	c   Primal Bound     : -2.70000000000000e+01   (in run 1, after 2156 nodes, 627.13 seconds, depth 209, found by <linesearchdiving>)
1798.23/1798.90	c   Dual Bound       : -4.49512207183717e+01
1798.23/1798.90	c   Gap              :      39.93 %
1798.23/1798.90	c   Root Dual Bound  : -5.00000000000000e+01
1798.23/1798.95	c Time complete: 1798.28.

Verifier Data

OK	-27

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5771
/proc/meminfo: memFree=1796984/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=5812 CPUtime=0
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 517 0 0 0 0 0 0 0 18 0 1 0 188635256 5951488 501 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/5771/statm: 1453 502 332 1256 0 192 0

[startup+0.0769869 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5771
/proc/meminfo: memFree=1796984/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=17664 CPUtime=0.07
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 3548 0 0 0 4 3 0 0 18 0 1 0 188635256 18087936 3178 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 4416 3178 446 1256 0 3155 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17664

[startup+0.101991 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5771
/proc/meminfo: memFree=1796984/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=17664 CPUtime=0.09
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 3548 0 0 0 5 4 0 0 18 0 1 0 188635256 18087936 3178 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 4416 3178 446 1256 0 3155 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17664

[startup+0.302034 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5771
/proc/meminfo: memFree=1796984/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=19668 CPUtime=0.29
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 4081 0 0 0 12 17 0 0 19 0 1 0 188635256 20140032 3711 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 4917 3711 478 1256 0 3656 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19668

[startup+0.701119 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5771
/proc/meminfo: memFree=1796984/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=31244 CPUtime=0.69
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 6731 0 0 0 49 20 0 0 22 0 1 0 188635256 31993856 6346 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 7811 6346 665 1256 0 6550 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31244

[startup+1.50129 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 5772
/proc/meminfo: memFree=1773360/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=31744 CPUtime=1.49
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 6945 0 0 0 129 20 0 0 25 0 1 0 188635256 32505856 6560 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 7936 6560 665 1256 0 6675 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31744

[startup+3.10163 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 5772
/proc/meminfo: memFree=1773232/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=34276 CPUtime=3.09
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 7516 0 0 0 288 21 0 0 25 0 1 0 188635256 35098624 7100 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 8569 7100 665 1256 0 7308 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34276

[startup+6.30132 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 5772
/proc/meminfo: memFree=1770040/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=35272 CPUtime=6.29
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 7744 0 0 0 608 21 0 0 25 0 1 0 188635256 36118528 7328 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 8818 7328 665 1256 0 7557 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35272

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 5772
/proc/meminfo: memFree=1768376/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=40932 CPUtime=12.69
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 9188 0 0 0 1246 23 0 0 25 0 1 0 188635256 41914368 8772 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 10233 8772 671 1256 0 8972 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40932

[startup+25.5014 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 5772
/proc/meminfo: memFree=1766392/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=37700 CPUtime=25.48
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 10873 0 0 0 2523 25 0 0 25 0 1 0 188635256 38604800 8241 1992294400 4194304 9342243 548682068736 18446744073709551615 6951734 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 9425 8241 693 1256 0 8164 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37700

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 5772
/proc/meminfo: memFree=1765624/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=38172 CPUtime=51.07
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 13522 0 0 0 5076 31 0 0 25 0 1 0 188635256 39088128 8435 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 9543 8435 696 1256 0 8282 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38172

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 5772
/proc/meminfo: memFree=1765688/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=41408 CPUtime=102.25
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 20367 0 0 0 10180 45 0 0 25 0 1 0 188635256 42401792 8446 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 10352 8446 699 1256 0 9091 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 41408

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5772
/proc/meminfo: memFree=1764792/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=40132 CPUtime=162.23
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 36635 0 0 0 16160 63 0 0 25 0 1 0 188635256 41095168 8718 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 10033 8718 700 1256 0 8772 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 40132

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5772
/proc/meminfo: memFree=1765368/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=40648 CPUtime=222.21
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 85644 0 0 0 22127 94 0 0 25 0 1 0 188635256 41623552 8550 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 10162 8550 700 1256 0 8901 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 40648

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5772
/proc/meminfo: memFree=1765048/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=40460 CPUtime=282.19
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 141485 0 0 0 28082 137 0 0 25 0 1 0 188635256 41431040 8647 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 10115 8647 700 1256 0 8854 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 40460

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5772
/proc/meminfo: memFree=1765304/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=40516 CPUtime=342.16
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 202645 0 0 0 34039 177 0 0 25 0 1 0 188635256 41488384 8610 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 10129 8610 713 1256 0 8868 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 40516

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5772
/proc/meminfo: memFree=1765176/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=41060 CPUtime=402.14
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 254443 0 0 0 39999 215 0 0 25 0 1 0 188635256 42045440 8898 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 10265 8898 713 1256 0 9004 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 41060

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5774
/proc/meminfo: memFree=1765176/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=40812 CPUtime=462.12
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 304080 0 0 0 45960 252 0 0 25 0 1 0 188635256 41791488 8664 1992294400 4194304 9342243 548682068736 18446744073709551615 6038330 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 10203 8664 713 1256 0 8942 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 40812

[startup+522.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5774
/proc/meminfo: memFree=1765112/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=41000 CPUtime=522.1
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 396576 0 0 0 51902 308 0 0 25 0 1 0 188635256 41984000 8602 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 10250 8602 713 1256 0 8989 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 41000

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5774
/proc/meminfo: memFree=1764024/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=43880 CPUtime=582.07
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 470784 0 0 0 57850 357 0 0 25 0 1 0 188635256 44933120 8888 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 10970 8888 713 1256 0 9709 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 43880

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5774
/proc/meminfo: memFree=1764280/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=42144 CPUtime=642.06
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 567031 0 0 0 63788 418 0 0 25 0 1 0 188635256 43155456 8760 1992294400 4194304 9342243 548682068736 18446744073709551615 6960598 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 10536 8760 713 1256 0 9275 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 42144

[startup+702.302 s]

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

/proc/meminfo: memFree=1756728/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=47556 CPUtime=1061.9
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 684728 0 0 0 105629 561 0 0 25 0 1 0 188635256 48697344 10629 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 11889 10629 713 1256 0 10628 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 47556

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5780
/proc/meminfo: memFree=1755704/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=48596 CPUtime=1121.87
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 689000 0 0 0 111613 574 0 0 25 0 1 0 188635256 49762304 10930 1992294400 4194304 9342243 548682068736 18446744073709551615 6146195 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 12149 10930 713 1256 0 10888 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 48596

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5780
/proc/meminfo: memFree=1754936/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=49576 CPUtime=1181.85
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 696065 0 0 0 117594 591 0 0 25 0 1 0 188635256 50765824 11075 1992294400 4194304 9342243 548682068736 18446744073709551615 6897094 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 12394 11075 713 1256 0 11133 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 49576

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5780
/proc/meminfo: memFree=1744632/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=61068 CPUtime=1241.83
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 700312 0 0 0 123577 606 0 0 25 0 1 0 188635256 62533632 13670 1992294400 4194304 9342243 548682068736 18446744073709551615 6960258 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 15267 13670 713 1256 0 14006 0
Current children cumulated CPU time (s) 1241.83
Current children cumulated vsize (KiB) 61068

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5780
/proc/meminfo: memFree=1744568/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=61068 CPUtime=1301.81
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 700319 0 0 0 129562 619 0 0 25 0 1 0 188635256 62533632 13677 1992294400 4194304 9342243 548682068736 18446744073709551615 6040609 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 15267 13677 713 1256 0 14006 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 61068

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5780
/proc/meminfo: memFree=1744376/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=61068 CPUtime=1361.78
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 700365 0 0 0 135548 630 0 0 25 0 1 0 188635256 62533632 13723 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 15267 13723 713 1256 0 14006 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 61068

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5780
/proc/meminfo: memFree=1744056/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=61068 CPUtime=1421.77
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 700437 0 0 0 141533 644 0 0 25 0 1 0 188635256 62533632 13795 1992294400 4194304 9342243 548682068736 18446744073709551615 6938547 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 15267 13795 713 1256 0 14006 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 61068

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5780
/proc/meminfo: memFree=1744120/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=61068 CPUtime=1481.74
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 700437 0 0 0 147517 657 0 0 25 0 1 0 188635256 62533632 13795 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 15267 13795 713 1256 0 14006 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 61068

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5780
/proc/meminfo: memFree=1744056/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=61068 CPUtime=1541.71
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 700438 0 0 0 153503 668 0 0 25 0 1 0 188635256 62533632 13796 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 15267 13796 713 1256 0 14006 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 61068

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5780
/proc/meminfo: memFree=1744120/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=61068 CPUtime=1601.69
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 700439 0 0 0 159489 680 0 0 25 0 1 0 188635256 62533632 13797 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 15267 13797 713 1256 0 14006 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 61068

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5780
/proc/meminfo: memFree=1743800/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=61068 CPUtime=1661.67
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 700505 0 0 0 165475 692 0 0 25 0 1 0 188635256 62533632 13863 1992294400 4194304 9342243 548682068736 18446744073709551615 6960879 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 15267 13863 713 1256 0 14006 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 61068

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5780
/proc/meminfo: memFree=1743288/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=61068 CPUtime=1721.65
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 700648 0 0 0 171462 703 0 0 25 0 1 0 188635256 62533632 14006 1992294400 4194304 9342243 548682068736 18446744073709551615 6960255 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 15267 14006 713 1256 0 14006 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 61068

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5780
/proc/meminfo: memFree=1739896/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=62932 CPUtime=1781.62
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 702052 0 0 0 177445 717 0 0 25 0 1 0 188635256 64442368 14796 1992294400 4194304 9342243 548682068736 18446744073709551615 6960727 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 15733 14796 713 1256 0 14472 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 62932

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

[startup+1791.91 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5780
/proc/meminfo: memFree=1739896/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=62932 CPUtime=1791.23
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 702052 0 0 0 178404 719 0 0 25 0 1 0 188635256 64442368 14796 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 15733 14796 713 1256 0 14472 0
Current children cumulated CPU time (s) 1791.23
Current children cumulated vsize (KiB) 62932

[startup+1795.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5780
/proc/meminfo: memFree=1739896/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=62932 CPUtime=1794.42
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 702052 0 0 0 178723 719 0 0 25 0 1 0 188635256 64442368 14796 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 15733 14796 713 1256 0 14472 0
Current children cumulated CPU time (s) 1794.42
Current children cumulated vsize (KiB) 62932

[startup+1796.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5780
/proc/meminfo: memFree=1739896/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=62932 CPUtime=1796.02
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 702052 0 0 0 178882 720 0 0 25 0 1 0 188635256 64442368 14796 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 15733 14796 713 1256 0 14472 0
Current children cumulated CPU time (s) 1796.02
Current children cumulated vsize (KiB) 62932

[startup+1798.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5780
/proc/meminfo: memFree=1739896/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=62932 CPUtime=1797.62
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 702052 0 0 0 179042 720 0 0 25 0 1 0 188635256 64442368 14796 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 15733 14796 713 1256 0 14472 0
Current children cumulated CPU time (s) 1797.62
Current children cumulated vsize (KiB) 62932

[startup+1798.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5780
/proc/meminfo: memFree=1739896/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=62932 CPUtime=1798.03
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 702053 0 0 0 179082 721 0 0 25 0 1 0 188635256 64442368 14797 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 15733 14797 713 1256 0 14472 0
Current children cumulated CPU time (s) 1798.03
Current children cumulated vsize (KiB) 62932

[startup+1798.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5780
/proc/meminfo: memFree=1739896/2055920 swapFree=4192812/4192956
[pid=5771] ppid=5769 vsize=62932 CPUtime=1798.23
/proc/5771/stat : 5771 (pbscip.linux.x8) R 5769 5771 5649 0 -1 4194304 702053 0 0 0 179102 721 0 0 25 0 1 0 188635256 64442368 14797 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5771/statm: 15733 14797 713 1256 0 14472 0
Current children cumulated CPU time (s) 1798.23
Current children cumulated vsize (KiB) 62932

Child status: 0
Real time (s): 1798.96
CPU time (s): 1798.29
CPU user time (s): 1791.07
CPU system time (s): 7.2219
CPU usage (%): 99.9627
Max. virtual memory (cumulated for all children) (KiB): 62932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.07
system time used= 7.2219
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 702057
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= 2805

runsolver used 1.26281 second user time and 3.72543 second system time

The end

Launcher Data

Begin job on node10 at 2009-06-17 05:45:46
IDJOB=1870533
IDBENCH=48265
IDSOLVER=684
FILE ID=node10/1870533-1245210346
PBS_JOBID= 9368400
Free space on /tmp= 65988 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_10_5.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-1870533-1245210346/watcher-1870533-1245210346 -o /tmp/evaluation-result-1870533-1245210346/solver-1870533-1245210346 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870533-1245210346.opb

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

MD5SUM BENCH= ae2bd1e13f1871c16ad2ebb51fc6f92a
RANDOM SEED=2103532576

node10.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.263
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.263
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:       1797464 kB
Buffers:         56400 kB
Cached:         135292 kB
SwapCached:          0 kB
Active:          83884 kB
Inactive:       121176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11764 kB
Writeback:           0 kB
Mapped:          23200 kB
Slab:            39440 kB
Committed_AS:   197872 kB
PageTables:       1376 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= 65976 MiB
End job on node10 at 2009-06-17 06:15:45