Trace number 3737587

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT-13 1798.22 1798.52

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_3.opb
MD5SUM29cda419af6adbdf14450bbe70fbdfc2
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-15
Best CPU time to get the best result obtained on this benchmark1797.54
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)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

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 SoPlex 1.4.1
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-3737587-1338749472.opb>
0.00/0.02	c original problem has 3290 variables (3290 bin, 0 int, 0 impl, 0 cont) and 3391 constraints
0.00/0.03	c start presolving problem
0.00/0.03	c presolving:
0.08/0.09	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24920 impls, 200 clqs
0.09/0.17	c    (0.1s) probing: 101/3290 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (2 rounds):
0.09/0.17	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  24920 implications, 200 cliques
0.09/0.17	c presolved problem has 3290 variables (3290 bin, 0 int, 0 impl, 0 cont) and 3391 constraints
0.09/0.17	c     200 constraints of type <setppc>
0.09/0.17	c    3090 constraints of type <and>
0.09/0.17	c       1 constraints of type <linear>
0.09/0.17	c     100 constraints of type <logicor>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.08
0.09/0.17	c OPT-NLC
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = c 13950
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = c 1791
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = c 10000
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving problem
0.09/0.17	c 
4.40/4.45	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.40/4.45	c   4.4s|     1 |     0 |  6831 |  15M|   0 |1819 |3290 |3391 |3391 |3290 |6481 |   0 |   0 |   0 |-5.000000e+01 |      --      |    Inf 
4.40/4.46	o 0
4.40/4.46	c R 4.4s|     1 |     0 |  6831 |  15M|   0 |1819 |3290 |3391 |3391 |3290 |6481 |   0 |   0 |   0 |-5.000000e+01 |-8.437695e-15 | 100.00%
5.29/5.37	c   5.3s|     1 |     0 |  7213 |  15M|   0 |1793 |3290 |3391 |3391 |3290 |6556 |  75 |   0 |   0 |-5.000000e+01 |-8.437695e-15 | 100.00%
6.69/6.73	c   6.6s|     1 |     0 |  8232 |  15M|   0 |1772 |3290 |3391 |3391 |3290 |6576 |  95 |   0 |   0 |-5.000000e+01 |-8.437695e-15 | 100.00%
6.69/6.73	o -2
6.69/6.73	c R 6.6s|     1 |     0 |  8232 |  15M|   0 |1772 |3290 |3391 |3391 |3290 |6576 |  95 |   0 |   0 |-5.000000e+01 |-2.000000e+00 |  96.00%
7.70/7.77	c   7.7s|     1 |     0 |  8961 |  15M|   0 |1774 |3290 |3391 |3391 |3290 |6606 | 125 |   0 |   0 |-5.000000e+01 |-2.000000e+00 |  96.00%
9.08/9.15	c   9.0s|     1 |     0 | 10148 |  15M|   0 |1736 |3290 |3391 |3391 |3290 |6628 | 147 |   0 |   0 |-5.000000e+01 |-2.000000e+00 |  96.00%
9.08/9.16	o -3
9.08/9.16	c s 9.0s|     1 |     0 | 10148 |  15M|   0 |1736 |3290 |3391 |3391 |3290 |6628 | 147 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
10.39/10.49	c  10.4s|     1 |     0 | 11423 |  15M|   0 |1735 |3290 |3391 |3391 |3290 |6653 | 172 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
12.09/12.12	c  12.0s|     1 |     0 | 12954 |  15M|   0 |1755 |3290 |3391 |3391 |3290 |6680 | 199 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
35.19/35.26	c  35.1s|     1 |     2 | 12954 |  15M|   0 |1755 |3290 |3391 |3391 |3290 |6680 | 199 |   0 |  28 |-5.000000e+01 |-3.000000e+00 |  94.00%
93.07/93.12	o -4
93.07/93.12	c c92.7s|    15 |    16 | 37953 |  16M|  14 |   - |3290 |3391 | 110 |3290 |2805 |1562 |   0 | 204 |-5.000000e+01 |-4.000000e+00 |  92.00%
98.37/98.41	o -13
98.37/98.41	c R98.0s|    37 |    36 | 53621 |  16M|  23 |   - |3290 |3391 | 477 |3290 |2977 |2772 |   0 | 204 |-5.000000e+01 |-1.300000e+01 |  74.00%
1798.10/1798.47	c 
1798.10/1798.47	c SCIP Status        : solving was interrupted [time limit reached]
1798.10/1798.47	c Solving Time (sec) : 1791.01
1798.10/1798.47	c Solving Nodes      : 2368
1798.10/1798.47	c Primal Bound       : -1.30000000000000e+01 (8 solutions)
1798.10/1798.47	c Dual Bound         : -3.96547892853883e+01
1798.10/1798.47	c Gap                : 67.22 %
1798.10/1798.47	c NODE         2368
1798.10/1798.47	c DUAL BOUND   -39.6548
1798.10/1798.47	c PRIMAL BOUND -13
1798.10/1798.47	c GAP          0.672171
1798.10/1798.47	s SATISFIABLE
1798.10/1798.47	v -x197 x164 -x113 -x185 -x170 -x158 -x132 x171 -x135 -x150 -x104 -x166 -x160 -x144 x119 -x110 -x106 -x157 x146 -x114 -x192 -x180 
1798.10/1798.47	v -x161 -x145 -x128 -x122 -x154 -x112 -x151 -x124 x134 -x178 -x172 -x136 -x187 x181 -x168 x163 -x156 x152 -x131 -x118 -x117 -x109 
1798.10/1798.47	v -x105 -x198 -x190 -x200 -x183 -x123 -x153 -x182 x189 -x193 -x149 -x195 -x191 -x179 -x162 -x107 -x175 -x137 -x115 -x101 -x188 
1798.10/1798.47	v -x184 -x167 -x133 -x130 -x129 -x127 -x121 -x120 -x111 -x108 x155 -x199 -x138 -x148 -x174 -x139 -x143 -x116 -x196 -x176 -x142 
1798.10/1798.47	v -x103 -x140 x194 -x125 -x159 -x165 -x102 x177 -x173 x126 -x141 -x169 -x186 -x147 -x100 x99 x98 -x97 x96 x95 -x94 -x93 -x92 
1798.10/1798.47	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 
1798.10/1798.47	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 
1798.10/1798.47	v -x40 -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 
1798.10/1798.47	v -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1798.10/1798.47	c SCIP Status        : solving was interrupted [time limit reached]
1798.10/1798.47	c Solving Time       :    1791.01
1798.10/1798.47	c Original Problem   :
1798.10/1798.47	c   Problem name     : HOME/instance-3737587-1338749472.opb
1798.10/1798.47	c   Variables        : 3290 (3290 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.10/1798.47	c   Constraints      : 3391 initial, 3391 maximal
1798.10/1798.47	c Presolved Problem  :
1798.10/1798.47	c   Problem name     : t_HOME/instance-3737587-1338749472.opb
1798.10/1798.47	c   Variables        : 3290 (3290 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.10/1798.47	c   Constraints      : 3391 initial, 3559 maximal
1798.10/1798.47	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1798.10/1798.47	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1798.10/1798.47	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1798.10/1798.47	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1798.10/1798.47	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1798.10/1798.47	c   implics          :       0.00          0          0          0          0          0          0          0          0
1798.10/1798.47	c   probing          :       0.02          0          0          0          0          0          0          0          0
1798.10/1798.47	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1798.10/1798.47	c   and              :       0.05          0          0          0          0          0          0          0          0
1798.10/1798.47	c   linear           :       0.01          0          0          0          0          0          0          0          0
1798.10/1798.47	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1798.10/1798.47	c   root node        :          -          0          -          -          0          -          -          -          -
1798.10/1798.47	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1798.10/1798.47	c   integral         :          0          0          0       2648          0          0        668          0          0       4578
1798.10/1798.47	c   setppc           :        200          6      69084          0          1         43      12968          0          0          0
1798.10/1798.47	c   and              :       3090       6430      69041          0          1         85     327926      93303          0          0
1798.10/1798.47	c   linear           :          1          6      68951          0          0          4          0          0          0          0
1798.10/1798.47	c   logicor          :        100+         6       4484          0          1          1       2029          0          0          0
1798.10/1798.47	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1798.10/1798.47	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1798.10/1798.47	c   integral         :     521.60       0.00       0.00     521.60       0.00
1798.10/1798.47	c   setppc           :       0.47       0.00       0.47       0.00       0.00
1798.10/1798.47	c   and              :       7.58       4.82       2.76       0.00       0.00
1798.10/1798.47	c   linear           :       0.23       0.00       0.23       0.00       0.00
1798.10/1798.47	c   logicor          :       0.07       0.00       0.07       0.00       0.00
1798.10/1798.47	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1798.10/1798.47	c Propagators        :       Time      Calls    Cutoffs    DomReds
1798.10/1798.47	c   rootredcost      :       0.01          3          0          0
1798.10/1798.47	c   pseudoobj        :       0.26      68962          8          0
1798.10/1798.47	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.10/1798.47	c   propagation      :       0.01        141        141        270       54.2          6       76.0          -
1798.10/1798.47	c   infeasible LP    :       0.01         10         10         22       56.2          0        0.0          0
1798.10/1798.47	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.10/1798.47	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.10/1798.47	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.10/1798.47	c   applied globally :          -          -          -        241       49.0          -          -          -
1798.10/1798.47	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.10/1798.47	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1798.10/1798.47	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 144)
1798.10/1798.47	c   redcost          :       0.58       6437          0       1222          0          0
1798.10/1798.47	c   impliedbounds    :       0.02          6          0          0        164          0
1798.10/1798.47	c   intobj           :       0.00          0          0          0          0          0
1798.10/1798.47	c   gomory           :       0.83          6          0          0          0          0
1798.10/1798.47	c   strongcg         :       0.85          6          0          0          0          0
1798.10/1798.47	c   cmir             :       0.28          6          0          0          3          0
1798.10/1798.47	c   flowcover        :       0.24          6          0          0          0          0
1798.10/1798.47	c   clique           :       0.44          6          0          0         43          0
1798.10/1798.47	c   zerohalf         :       0.00          0          0          0          0          0
1798.10/1798.47	c   mcf              :       0.23          5          0          0         52          0
1798.10/1798.47	c Pricers            :       Time      Calls       Vars
1798.10/1798.47	c   problem variables:       0.00          0          0
1798.10/1798.47	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.10/1798.47	c   relpscost        :     521.60       2648          0        668          0          0       4578
1798.10/1798.47	c   pscost           :       0.00          0          0          0          0          0          0
1798.10/1798.47	c   inference        :       0.00          1          0          0          0          0          2
1798.10/1798.47	c   mostinf          :       0.00          0          0          0          0          0          0
1798.10/1798.47	c   leastinf         :       0.00          0          0          0          0          0          0
1798.10/1798.47	c   fullstrong       :       0.00          0          0          0          0          0          0
1798.10/1798.47	c   allfullstrong    :       0.00          0          0          0          0          0          0
1798.10/1798.47	c   random           :       0.00          0          0          0          0          0          0
1798.10/1798.47	c Primal Heuristics  :       Time      Calls      Found
1798.10/1798.47	c   LP solutions     :       0.00          -          0
1798.10/1798.47	c   pseudo solutions :       0.00          -          0
1798.10/1798.47	c   feaspump         :       0.00          0          0
1798.10/1798.47	c   oneopt           :       0.01          3          0
1798.10/1798.47	c   crossover        :       0.11          3          0
1798.10/1798.47	c   pscostdiving     :      46.48         36          0
1798.10/1798.47	c   guideddiving     :      48.77         40          0
1798.10/1798.47	c   fracdiving       :      48.83         48          0
1798.10/1798.47	c   rootsoldiving    :      11.31         31          0
1798.10/1798.47	c   linesearchdiving :      36.96         62          0
1798.10/1798.47	c   coefdiving       :      94.28         63          1
1798.10/1798.47	c   simplerounding   :       0.01          0          0
1798.10/1798.47	c   rounding         :       3.75       5007          3
1798.10/1798.47	c   shifting         :       1.17        716          4
1798.10/1798.47	c   intshifting      :       0.00          0          0
1798.10/1798.47	c   fixandinfer      :       0.00          0          0
1798.10/1798.47	c   veclendiving     :      51.18         25          0
1798.10/1798.47	c   intdiving        :       0.00          0          0
1798.10/1798.47	c   actconsdiving    :       0.00          0          0
1798.10/1798.47	c   objpscostdiving  :      32.12          4          0
1798.10/1798.47	c   octane           :       0.00          0          0
1798.10/1798.47	c   rens             :       0.01          0          0
1798.10/1798.47	c   rins             :       0.00          0          0
1798.10/1798.47	c   localbranching   :       0.00          0          0
1798.10/1798.47	c   mutation         :       0.00          0          0
1798.10/1798.47	c   dins             :       0.00          0          0
1798.10/1798.47	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1798.10/1798.47	c   primal LP        :       6.66          0          0       0.00       0.00
1798.10/1798.47	c   dual LP          :     870.26       6679    2260337     338.42    2597.31
1798.10/1798.47	c   barrier LP       :       0.00          0          0       0.00          -
1798.10/1798.47	c   diving/probing LP:     338.49      44174    1030023      23.32    3042.99
1798.10/1798.47	c   strong branching :     520.93       6690    1258244     188.08    2415.38
1798.10/1798.47	c     (at root node) :          -         28      28000    1000.00          -
1798.10/1798.47	c   conflict analysis:       0.00          0          0       0.00          -
1798.10/1798.47	c B&B Tree           :
1798.10/1798.47	c   number of runs   :          1
1798.10/1798.47	c   nodes            :       2368
1798.10/1798.47	c   nodes (total)    :       2368
1798.10/1798.47	c   nodes left       :       2213
1798.10/1798.47	c   max depth        :         66
1798.10/1798.47	c   max depth (total):         66
1798.10/1798.47	c   backtracks       :        334 (14.1%)
1798.10/1798.47	c   delayed cutoffs  :          0
1798.10/1798.47	c   repropagations   :        303 (403 domain reductions, 0 cutoffs)
1798.10/1798.47	c   avg switch length:       3.34
1798.10/1798.47	c   switching time   :       8.07
1798.10/1798.47	c Solution           :
1798.10/1798.47	c   Solutions found  :          8 (5 improvements)
1798.10/1798.47	c   Primal Bound     : -1.30000000000000e+01   (in run 1, after 37 nodes, 97.97 seconds, depth 23, found by <rounding>)
1798.10/1798.47	c   Dual Bound       : -3.96547892853883e+01
1798.10/1798.47	c   Gap              :      67.22 %
1798.10/1798.47	c   Root Dual Bound  : -5.00000000000000e+01
1798.20/1798.51	c Time complete: 1798.21.

Verifier Data

OK	-13

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.16 3/175 2627
/proc/meminfo: memFree=31545596/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=9248 CPUtime=0 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 1660 0 0 0 0 0 0 0 20 0 1 0 341075798 9469952 1613 33554432000 4194304 7823515 140735237698784 140733304809320 6890613 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 2312 1613 354 887 0 1422 0

[startup+0.091886 s]
/proc/loadavg: 0.92 0.98 1.16 3/175 2627
/proc/meminfo: memFree=31545596/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=23224 CPUtime=0.08 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 5245 0 0 0 5 3 0 0 20 0 1 0 341075798 23781376 4844 33554432000 4194304 7823515 140735237698784 140733304809320 4237270 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 5806 4846 432 887 0 4916 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23224

[startup+0.100313 s]
/proc/loadavg: 0.92 0.98 1.16 3/175 2627
/proc/meminfo: memFree=31545596/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=25580 CPUtime=0.09 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 5839 0 0 0 6 3 0 0 20 0 1 0 341075798 26193920 5438 33554432000 4194304 7823515 140735237698784 140733304809320 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 6395 5438 436 887 0 5505 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25580

[startup+0.30027 s]
/proc/loadavg: 0.92 0.98 1.16 3/175 2627
/proc/meminfo: memFree=31545596/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=38720 CPUtime=0.29 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 9299 0 0 0 23 6 0 0 20 0 1 0 341075798 39649280 8713 33554432000 4194304 7823515 140735237698784 140733304809320 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 9680 8713 523 887 0 8790 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38720

[startup+0.700229 s]
/proc/loadavg: 0.92 0.98 1.16 3/175 2627
/proc/meminfo: memFree=31545596/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=40332 CPUtime=0.69 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 9751 0 0 0 63 6 0 0 20 0 1 0 341075798 41299968 9159 33554432000 4194304 7823515 140735237698784 140733304809320 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 10083 9159 523 887 0 9193 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40332

[startup+1.50026 s]
/proc/loadavg: 0.92 0.98 1.16 4/177 2629
/proc/meminfo: memFree=31490236/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=41568 CPUtime=1.48 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 10082 0 0 0 142 6 0 0 20 0 1 0 341075798 42565632 9490 33554432000 4194304 7823515 140735237698784 140735237694536 6254161 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 10392 9490 523 887 0 9502 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 41568

[startup+3.10025 s]
/proc/loadavg: 0.92 0.98 1.16 4/177 2629
/proc/meminfo: memFree=31485376/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=41568 CPUtime=3.09 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 10127 0 0 0 302 7 0 0 20 0 1 0 341075798 42565632 9535 33554432000 4194304 7823515 140735237698784 140735237694584 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 10392 9535 523 887 0 9502 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41568

[startup+6.30026 s]
/proc/loadavg: 1.01 1.00 1.17 4/177 2629
/proc/meminfo: memFree=31473596/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=44156 CPUtime=6.29 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 11032 0 0 0 620 9 0 0 20 0 1 0 341075798 45215744 10232 33554432000 4194304 7823515 140735237698784 140735237693928 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 11039 10232 568 887 0 10149 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44156

[startup+12.7003 s]
/proc/loadavg: 1.09 1.02 1.17 4/177 2629
/proc/meminfo: memFree=31441652/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=47596 CPUtime=12.68 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 12096 0 0 0 1257 11 0 0 20 0 1 0 341075798 48738304 11173 33554432000 4194304 7823515 140735237698784 140735237694120 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 11899 11173 572 887 0 11009 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 47596

[startup+25.5003 s]
/proc/loadavg: 1.29 1.06 1.18 4/177 2629
/proc/meminfo: memFree=31457392/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=48124 CPUtime=25.49 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 12230 0 0 0 2535 14 0 0 20 0 1 0 341075798 49278976 11307 33554432000 4194304 7823515 140735237698784 140735237693480 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 12031 11307 572 887 0 11141 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48124

[startup+51.1002 s]
/proc/loadavg: 1.53 1.14 1.20 4/177 2629
/proc/meminfo: memFree=31457176/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=47344 CPUtime=51.08 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 12523 0 0 0 5085 23 0 0 20 0 1 0 341075798 48480256 11303 33554432000 4194304 7823515 140735237698784 140735237693480 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 11836 11303 574 887 0 10946 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 47344

[startup+102.307 s]
/proc/loadavg: 1.79 1.27 1.24 4/177 2629
/proc/meminfo: memFree=31454372/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=47344 CPUtime=102.27 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 12533 0 0 0 10185 42 0 0 20 0 1 0 341075798 48480256 11366 33554432000 4194304 7823515 140735237698784 140735237695432 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 11836 11366 578 887 0 10946 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 47344

[startup+162.3 s]
/proc/loadavg: 1.92 1.40 1.29 4/177 2629
/proc/meminfo: memFree=31451516/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=47580 CPUtime=162.25 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 15806 0 0 0 16159 66 0 0 20 0 1 0 341075798 48721920 11420 33554432000 4194304 7823515 140735237698784 140735237694584 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 11895 11420 586 887 0 11005 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 47580

[startup+222.3 s]
/proc/loadavg: 1.97 1.51 1.33 4/177 2630
/proc/meminfo: memFree=31441832/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=48668 CPUtime=222.25 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 16060 0 0 0 22137 88 0 0 20 0 1 0 341075798 49836032 11673 33554432000 4194304 7823515 140735237698784 140735237694536 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 12167 11673 586 887 0 11277 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 48668

[startup+282.3 s]
/proc/loadavg: 1.99 1.59 1.37 4/177 2630
/proc/meminfo: memFree=31435252/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=48788 CPUtime=282.23 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 18064 0 0 0 28116 107 0 0 20 0 1 0 341075798 49958912 11740 33554432000 4194304 7823515 140735237698784 140735237694248 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 12197 11740 586 887 0 11307 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 48788

[startup+342.3 s]
/proc/loadavg: 1.99 1.66 1.40 4/177 2630
/proc/meminfo: memFree=31424772/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=51568 CPUtime=342.23 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 19323 0 0 0 34090 133 0 0 20 0 1 0 341075798 52805632 12445 33554432000 4194304 7823515 140735237698784 140735237693896 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 12892 12445 586 887 0 12002 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 51568

[startup+402.3 s]
/proc/loadavg: 1.99 1.72 1.44 4/177 2630
/proc/meminfo: memFree=31417072/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=52996 CPUtime=402.22 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 19572 0 0 0 40067 155 0 0 20 0 1 0 341075798 54267904 12693 33554432000 4194304 7823515 140735237698784 140735237694248 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 13249 12693 586 887 0 12359 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 52996

[startup+462.3 s]
/proc/loadavg: 1.99 1.77 1.47 3/177 2668
/proc/meminfo: memFree=30991208/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=52996 CPUtime=462.21 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 19615 0 0 0 46043 178 0 0 20 0 1 0 341075798 54267904 12736 33554432000 4194304 7823515 140735237698784 140735237694600 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 13249 12736 586 887 0 12359 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 52996

[startup+522.3 s]
/proc/loadavg: 1.99 1.81 1.50 3/177 2669
/proc/meminfo: memFree=30940592/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=53316 CPUtime=522.2 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 20461 0 0 0 52020 200 0 0 20 0 1 0 341075798 54595584 12940 33554432000 4194304 7823515 140735237698784 140735237694616 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 13329 12940 586 887 0 12439 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 53316

[startup+582.3 s]
/proc/loadavg: 1.99 1.84 1.53 3/178 2672
/proc/meminfo: memFree=30934040/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=53820 CPUtime=582.19 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 21229 0 0 0 57996 223 0 0 20 0 1 0 341075798 55111680 13068 33554432000 4194304 7823515 140735237698784 140735237693896 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 13455 13068 588 887 0 12565 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 53820

[startup+642.3 s]

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

/proc/meminfo: memFree=30878512/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=63296 CPUtime=1062.12 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 28459 0 0 0 105780 432 0 0 20 0 1 0 341075798 64815104 15361 33554432000 4194304 7823515 140735237698784 140735237695416 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 15824 15361 588 887 0 14934 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 63296

[startup+1122.3 s]
/proc/loadavg: 1.99 1.96 1.72 3/177 2697
/proc/meminfo: memFree=30870944/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=64388 CPUtime=1122.1 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 30261 0 0 0 111748 462 0 0 20 0 1 0 341075798 65933312 15631 33554432000 4194304 7823515 140735237698784 140735237694584 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 16097 15631 588 887 0 15207 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 64388

[startup+1182.3 s]
/proc/loadavg: 2.03 1.98 1.74 3/178 2700
/proc/meminfo: memFree=30868328/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=65360 CPUtime=1182.09 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 30532 0 0 0 117724 485 0 0 20 0 1 0 341075798 66928640 15902 33554432000 4194304 7823515 140735237698784 140735237694472 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 16340 15902 588 887 0 15450 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 65360

[startup+1242.3 s]
/proc/loadavg: 2.01 1.98 1.75 3/177 2700
/proc/meminfo: memFree=30867464/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=66076 CPUtime=1242.08 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 34991 0 0 0 123699 509 0 0 20 0 1 0 341075798 67661824 16077 33554432000 4194304 7823515 140735237698784 140735237694120 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 16519 16077 588 887 0 15629 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 66076

[startup+1302.3 s]
/proc/loadavg: 2.04 1.99 1.77 3/177 2700
/proc/meminfo: memFree=30847912/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=67236 CPUtime=1302.08 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 37170 0 0 0 129672 536 0 0 20 0 1 0 341075798 68849664 16370 33554432000 4194304 7823515 140735237698784 140735237694584 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 16809 16370 588 887 0 15919 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 67236

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 1.78 3/177 2700
/proc/meminfo: memFree=30844004/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=69060 CPUtime=1362.07 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 38220 0 0 0 135648 559 0 0 20 0 1 0 341075798 70717440 16892 33554432000 4194304 7823515 140735237698784 140735237694472 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 17265 16892 588 887 0 16375 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 69060

[startup+1422.31 s]
/proc/loadavg: 2.02 2.00 1.79 3/177 2701
/proc/meminfo: memFree=30843384/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=70396 CPUtime=1422.07 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 38359 0 0 0 141625 582 0 0 20 0 1 0 341075798 72085504 17031 33554432000 4194304 7823515 140735237698784 140735237694248 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 17599 17031 588 887 0 16709 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 70396

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/177 2701
/proc/meminfo: memFree=30841276/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=71112 CPUtime=1482.05 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 38662 0 0 0 147601 604 0 0 20 0 1 0 341075798 72818688 17334 33554432000 4194304 7823515 140735237698784 140735237694120 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 17778 17334 588 887 0 16888 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 71112

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/177 2701
/proc/meminfo: memFree=30829112/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=72648 CPUtime=1542.04 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 39623 0 0 0 153581 623 0 0 20 0 1 0 341075798 74391552 17703 33554432000 4194304 7823515 140735237698784 140735237693832 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 18162 17703 588 887 0 17272 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 72648

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/177 2701
/proc/meminfo: memFree=30827252/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=73792 CPUtime=1602.03 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 40588 0 0 0 159560 643 0 0 20 0 1 0 341075798 75563008 18009 33554432000 4194304 7823515 140735237698784 140735237694120 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 18448 18009 588 887 0 17558 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 73792

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/177 2701
/proc/meminfo: memFree=30823716/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=77088 CPUtime=1662.02 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 41415 0 0 0 165538 664 0 0 20 0 1 0 341075798 78938112 18836 33554432000 4194304 7823515 140735237698784 140735237693480 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 19272 18836 588 887 0 18382 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 77088

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/176 2701
/proc/meminfo: memFree=30821912/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=78368 CPUtime=1722.01 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 41747 0 0 0 171516 685 0 0 20 0 1 0 341075798 80248832 19162 33554432000 4194304 7823515 140735237698784 140735237693112 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 19592 19162 588 887 0 18702 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 78368

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 1.85 3/178 2705
/proc/meminfo: memFree=30788076/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=79972 CPUtime=1781.99 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 43429 0 0 0 177491 708 0 0 20 0 1 0 341075798 81891328 19630 33554432000 4194304 7823515 140735237698784 140735237694584 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 19993 19630 588 887 0 19103 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 79972

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

[startup+1791.91 s]
/proc/loadavg: 2.03 2.01 1.85 3/177 2705
/proc/meminfo: memFree=30793856/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=80348 CPUtime=1791.6 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 43493 0 0 0 178448 712 0 0 20 0 1 0 341075798 82276352 19694 33554432000 4194304 7823515 140735237698784 140735237694120 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 20087 19694 588 887 0 19197 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 80348

[startup+1795.1 s]
/proc/loadavg: 2.03 2.01 1.85 3/177 2705
/proc/meminfo: memFree=30795904/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=80348 CPUtime=1794.8 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 43493 0 0 0 178767 713 0 0 20 0 1 0 341075798 82276352 19694 33554432000 4194304 7823515 140735237698784 140735237693448 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 20087 19694 588 887 0 19197 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 80348

[startup+1796.7 s]
/proc/loadavg: 2.03 2.01 1.85 3/177 2705
/proc/meminfo: memFree=30795904/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=80348 CPUtime=1796.39 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 43493 0 0 0 178925 714 0 0 20 0 1 0 341075798 82276352 19694 33554432000 4194304 7823515 140735237698784 140735237694120 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 20087 19694 588 887 0 19197 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 80348

[startup+1797.5 s]
/proc/loadavg: 2.03 2.01 1.85 3/177 2705
/proc/meminfo: memFree=30795904/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=80348 CPUtime=1797.19 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 43493 0 0 0 179004 715 0 0 20 0 1 0 341075798 82276352 19694 33554432000 4194304 7823515 140735237698784 140735237694584 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 20087 19694 588 887 0 19197 0
Current children cumulated CPU time (s) 1797.19
Current children cumulated vsize (KiB) 80348

[startup+1798.3 s]
/proc/loadavg: 2.03 2.01 1.85 3/177 2705
/proc/meminfo: memFree=30795904/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=80348 CPUtime=1797.99 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 43493 0 0 0 179084 715 0 0 20 0 1 0 341075798 82276352 19694 33554432000 4194304 7823515 140735237698784 140735237693832 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 20087 19694 588 887 0 19197 0
Current children cumulated CPU time (s) 1797.99
Current children cumulated vsize (KiB) 80348

[startup+1798.51 s]
/proc/loadavg: 2.03 2.01 1.85 3/177 2705
/proc/meminfo: memFree=30795904/32873844 swapFree=7116/7116
[pid=2627] ppid=2623 vsize=80348 CPUtime=1798.2 cores=1,3,5,7
/proc/2627/stat : 2627 (pbscip.linux.x8) R 2623 2627 2584 0 -1 4202496 43496 0 0 0 179105 715 0 0 20 0 1 0 341075798 82276352 19697 33554432000 4194304 7823515 140735237698784 140735237693832 4814783 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 20087 19697 590 887 0 19197 0
Current children cumulated CPU time (s) 1798.2
Current children cumulated vsize (KiB) 80348

Child status: 0
Real time (s): 1798.52
CPU time (s): 1798.22
CPU user time (s): 1791.06
CPU system time (s): 7.15891
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 80348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.06
system time used= 7.15891
maximum resident set size= 78788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43499
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= 33
involuntary context switches= 1848

runsolver used 3.20451 second user time and 8.78266 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-03 20:51:12
IDJOB=3737587
IDBENCH=48267
IDSOLVER=2321
FILE ID=node103/3737587-1338749472
RUNJOBID= node103-1338749472-2601
PBS_JOBID= 14636802
Free space on /tmp= 71128 MiB

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

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

MD5SUM BENCH= 29cda419af6adbdf14450bbe70fbdfc2
RANDOM SEED=1308321284

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31546860 kB
Buffers:          188144 kB
Cached:           360216 kB
SwapCached:         5648 kB
Active:           178708 kB
Inactive:         376052 kB
Active(anon):       4416 kB
Inactive(anon):     4740 kB
Active(file):     174292 kB
Inactive(file):   371312 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096352 kB
Dirty:             19436 kB
Writeback:             0 kB
AnonPages:          9416 kB
Mapped:             8056 kB
Shmem:                 0 kB
Slab:             633692 kB
SReclaimable:      74200 kB
SUnreclaim:       559492 kB
KernelStack:        1376 kB
PageTables:         3924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71104 MiB
End job on node103 at 2012-06-03 21:21:11