Trace number 3737004

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)SAT11 1796.07 1796.38

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_3.opb
MD5SUM0e507441d4bf529adaad354902c51a54
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1789.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6216
Sum of products size (including duplicates)12432
Number of different products6216
Sum of products size12432

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-3737004-1338728561.opb>
0.00/0.02	c original problem has 6416 variables (6416 bin, 0 int, 0 impl, 0 cont) and 6416 constraints
0.00/0.04	c start presolving problem
0.00/0.04	c presolving:
0.09/0.19	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 413032 impls, 0 clqs
0.19/0.29	c    (0.2s) probing: 101/6416 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.29	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.29	c presolving (2 rounds):
0.19/0.29	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.29	c  413032 implications, 0 cliques
0.19/0.29	c presolved problem has 6416 variables (6416 bin, 0 int, 0 impl, 0 cont) and 6416 constraints
0.19/0.29	c    6216 constraints of type <and>
0.19/0.29	c     200 constraints of type <logicor>
0.19/0.29	c transformed objective value is always integral (scale: 1)
0.19/0.29	c Presolving Time: 0.19
0.19/0.29	c OPT-NLC
0.19/0.29	c -----------------------------------------------------------------------------------------------
0.19/0.29	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.29	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.29	c limits/memory = c 13950
0.19/0.29	c # maximal time in seconds to run
0.19/0.29	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.29	c limits/time = c 1791
0.19/0.29	c # frequency for displaying node information lines
0.19/0.29	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.29	c display/freq = c 10000
0.19/0.29	c -----------------------------------------------------------------------------------------------
0.19/0.29	c start solving problem
0.19/0.29	c 
0.29/0.36	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.36	c   0.3s|     1 |     0 |   400 |  38M|   0 | 400 |6416 |6416 |6416 |6416 |  12k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.37	o 26
0.29/0.37	c s 0.3s|     1 |     0 |   400 |  38M|   0 | 400 |6416 |6416 |6416 |6416 |  12k|   0 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1.00/1.08	c   0.9s|     1 |     0 |  1000 |  38M|   0 | 400 |6416 |6416 |6416 |6416 |  13k| 401 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1.59/1.69	c   1.5s|     1 |     0 |  1600 |  38M|   0 | 400 |6416 |6416 |6416 |6416 |  13k| 802 |   0 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1.59/1.70	o 25
1.59/1.70	c s 1.6s|     1 |     0 |  1600 |  39M|   0 | 400 |6416 |6416 |6416 |6416 |  13k| 802 |   0 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
2.29/2.32	c   2.2s|     1 |     0 |  2200 |  39M|   0 | 400 |6416 |6416 |6416 |6416 |  13k|1205 |   0 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
2.89/2.99	c   2.8s|     1 |     0 |  2801 |  39M|   0 | 400 |6416 |6416 |6416 |6416 |  14k|1608 |   0 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
3.59/3.69	c   3.5s|     1 |     0 |  3401 |  39M|   0 | 400 |6416 |6416 |6416 |6416 |  14k|2010 |   0 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
3.59/3.69	o 18
3.59/3.69	c s 3.5s|     1 |     0 |  3401 |  39M|   0 | 400 |6416 |6416 |6416 |6416 |  14k|2010 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
4.40/4.41	c   4.2s|     1 |     0 |  4001 |  39M|   0 | 400 |6416 |6416 |6416 |6416 |  15k|2411 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
4.99/5.01	c   4.8s|     1 |     2 |  4001 |  39M|   0 | 400 |6416 |6416 |6416 |6416 |  15k|2411 |   0 |  19 | 0.000000e+00 | 1.800000e+01 |    Inf 
176.85/176.95	o 14
176.85/176.95	c * 176s|   146 |   142 |229922 |  42M|  25 |   - |6416 |6430 |5549 |6416 |6033 |  52k|  14 |1839 | 5.926143e+00 | 1.400000e+01 | 136.24%
177.06/177.13	o 13
177.06/177.13	c * 176s|   151 |   138 |230225 |  42M|  25 |   - |6416 |6430 |2328 |6416 |6010 |  52k|  14 |1839 | 5.926143e+00 | 1.300000e+01 | 119.37%
207.65/207.77	o 12
207.65/207.77	c * 207s|   282 |   134 |273344 |  42M|  28 |   - |6416 |6431 |2025 |6416 |6036 |  56k|  15 |1948 | 5.961914e+00 | 1.200000e+01 | 101.28%
483.20/483.32	o 11
483.20/483.32	c * 481s|  1704 |   251 |626488 |  44M|  45 |   - |6416 |6438 |2882 |6416 |6916 |  88k|  22 |3052 | 6.401570e+00 | 1.100000e+01 |  71.83%
1795.99/1796.31	c 
1795.99/1796.31	c SCIP Status        : solving was interrupted [time limit reached]
1795.99/1796.31	c Solving Time (sec) : 1791.00
1795.99/1796.31	c Solving Nodes      : 7805
1795.99/1796.31	c Primal Bound       : +1.10000000000000e+01 (7 solutions)
1795.99/1796.31	c Dual Bound         : +7.16275121586743e+00
1795.99/1796.31	c Gap                : 53.57 %
1795.99/1796.31	c NODE         7805
1795.99/1796.31	c DUAL BOUND   7.16275
1795.99/1796.31	c PRIMAL BOUND 11
1795.99/1796.31	c GAP          0.535723
1795.99/1796.31	s SATISFIABLE
1795.99/1796.31	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1795.99/1796.31	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
1795.99/1796.31	v -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1795.99/1796.31	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1795.99/1796.31	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1795.99/1796.31	v -x94 -x93 -x92 -x91 x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 
1795.99/1796.31	v -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 x57 -x56 -x55 -x54 -x53 -x52 x51 -x50 x49 -x48 -x47 -x46 -x45 -x44 
1795.99/1796.31	v -x43 -x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 x20 -x19 
1795.99/1796.31	v -x18 x17 -x16 -x15 -x14 x13 -x12 -x11 x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1795.99/1796.31	c SCIP Status        : solving was interrupted [time limit reached]
1795.99/1796.31	c Solving Time       :    1791.00
1795.99/1796.31	c Original Problem   :
1795.99/1796.31	c   Problem name     : HOME/instance-3737004-1338728561.opb
1795.99/1796.31	c   Variables        : 6416 (6416 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.99/1796.31	c   Constraints      : 6416 initial, 6416 maximal
1795.99/1796.31	c Presolved Problem  :
1795.99/1796.31	c   Problem name     : t_HOME/instance-3737004-1338728561.opb
1795.99/1796.31	c   Variables        : 6416 (6416 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.99/1796.31	c   Constraints      : 6416 initial, 6446 maximal
1795.99/1796.31	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.99/1796.31	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.99/1796.31	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.99/1796.31	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.99/1796.31	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.99/1796.31	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.99/1796.31	c   probing          :       0.05          0          0          0          0          0          0          0          0
1795.99/1796.31	c   and              :       0.13          0          0          0          0          0          0          0          0
1795.99/1796.31	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1795.99/1796.31	c   root node        :          -          0          -          -          0          -          -          -          -
1795.99/1796.31	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.99/1796.31	c   integral         :          0          0          0       5399          0         30        934          0          0      10308
1795.99/1796.31	c   and              :       6216      19456      65797          5          1          9    1595933     250624          0          0
1795.99/1796.31	c   logicor          :        200+         6      23571          4          1          7          6          0          0          0
1795.99/1796.31	c   countsols        :          0          0          0          4          1          0          0          0          0          0
1795.99/1796.31	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.99/1796.31	c   integral         :     483.22       0.00       0.00     483.22       0.00
1795.99/1796.31	c   and              :      45.41      35.93       9.47       0.01       0.00
1795.99/1796.31	c   logicor          :       0.24       0.00       0.24       0.00       0.00
1795.99/1796.31	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.99/1796.31	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.99/1796.31	c   rootredcost      :       0.00          5          0          0
1795.99/1796.31	c   pseudoobj        :       0.51      65768          9          0
1795.99/1796.31	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.99/1796.31	c   propagation      :       0.00         25         25         44       22.7          0        0.0          -
1795.99/1796.31	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1795.99/1796.31	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.99/1796.31	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.99/1796.31	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.99/1796.31	c   applied globally :          -          -          -         44       22.7          -          -          -
1795.99/1796.31	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.99/1796.31	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.99/1796.31	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 2411)
1795.99/1796.31	c   redcost          :       1.53      19542          0      91394          0          0
1795.99/1796.31	c   impliedbounds    :       0.01          6          0          0       2400          0
1795.99/1796.31	c   intobj           :       0.00          0          0          0          0          0
1795.99/1796.31	c   gomory           :       0.35          6          0          0       3000          0
1795.99/1796.31	c   strongcg         :       0.34          6          0          0       3000          0
1795.99/1796.31	c   cmir             :       2.11          6          0          0       2400          0
1795.99/1796.31	c   flowcover        :       0.55          6          0          0          0          0
1795.99/1796.31	c   clique           :       0.14          6          0          0         11          0
1795.99/1796.31	c   zerohalf         :       0.00          0          0          0          0          0
1795.99/1796.31	c   mcf              :       0.01          1          0          0          0          0
1795.99/1796.31	c Pricers            :       Time      Calls       Vars
1795.99/1796.31	c   problem variables:       0.00          0          0
1795.99/1796.31	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.99/1796.31	c   relpscost        :     483.21       5394         30        934          0          0      10308
1795.99/1796.31	c   pscost           :       0.00          0          0          0          0          0          0
1795.99/1796.31	c   inference        :       0.00          1          0          0          0          0          2
1795.99/1796.31	c   mostinf          :       0.00          0          0          0          0          0          0
1795.99/1796.31	c   leastinf         :       0.00          0          0          0          0          0          0
1795.99/1796.31	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.99/1796.31	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.99/1796.31	c   random           :       0.00          0          0          0          0          0          0
1795.99/1796.31	c Primal Heuristics  :       Time      Calls      Found
1795.99/1796.31	c   LP solutions     :       0.00          -          4
1795.99/1796.31	c   pseudo solutions :       0.00          -          0
1795.99/1796.31	c   feaspump         :       0.00          0          0
1795.99/1796.31	c   intshifting      :       0.00          0          0
1795.99/1796.31	c   oneopt           :       0.01          5          0
1795.99/1796.31	c   objpscostdiving  :      64.73          4          0
1795.99/1796.31	c   crossover        :       0.45          7          0
1795.99/1796.31	c   rootsoldiving    :      13.29         16          0
1795.99/1796.31	c   veclendiving     :      46.00         33          0
1795.99/1796.31	c   pscostdiving     :      36.78         33          0
1795.99/1796.31	c   linesearchdiving :      45.34         33          0
1795.99/1796.31	c   guideddiving     :      48.54         33          0
1795.99/1796.31	c   coefdiving       :      26.12         34          0
1795.99/1796.31	c   fracdiving       :      40.65         34          0
1795.99/1796.31	c   simplerounding   :       0.01          0          0
1795.99/1796.31	c   rounding         :       1.64       1972          0
1795.99/1796.31	c   shifting         :       2.28       2004          3
1795.99/1796.31	c   fixandinfer      :       0.00          0          0
1795.99/1796.31	c   intdiving        :       0.00          0          0
1795.99/1796.31	c   actconsdiving    :       0.00          0          0
1795.99/1796.31	c   octane           :       0.00          0          0
1795.99/1796.31	c   rens             :       0.20          1          0
1795.99/1796.31	c   rins             :       0.00          0          0
1795.99/1796.31	c   localbranching   :       0.00          0          0
1795.99/1796.31	c   mutation         :       0.00          0          0
1795.99/1796.31	c   dins             :       0.00          0          0
1795.99/1796.31	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.99/1796.31	c   primal LP        :      11.81          0          0       0.00       0.00
1795.99/1796.31	c   dual LP          :     876.78      24069    1583662      65.80    1806.23
1795.99/1796.31	c   barrier LP       :       0.00          0          0       0.00          -
1795.99/1796.31	c   diving/probing LP:     293.60      16720     471501      28.20    1605.93
1795.99/1796.31	c   strong branching :     479.84       8259     893771     108.22    1862.64
1795.99/1796.31	c     (at root node) :          -         19        892      46.95          -
1795.99/1796.31	c   conflict analysis:       0.00          0          0       0.00          -
1795.99/1796.31	c B&B Tree           :
1795.99/1796.31	c   number of runs   :          1
1795.99/1796.31	c   nodes            :       7805
1795.99/1796.31	c   nodes (total)    :       7805
1795.99/1796.31	c   nodes left       :       2236
1795.99/1796.31	c   max depth        :         86
1795.99/1796.31	c   max depth (total):         86
1795.99/1796.31	c   backtracks       :       1101 (14.1%)
1795.99/1796.31	c   delayed cutoffs  :          0
1795.99/1796.31	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1795.99/1796.31	c   avg switch length:       3.30
1795.99/1796.31	c   switching time   :      16.13
1795.99/1796.31	c Solution           :
1795.99/1796.31	c   Solutions found  :          7 (7 improvements)
1795.99/1796.31	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 1704 nodes, 481.49 seconds, depth 33, found by <relaxation>)
1795.99/1796.31	c   Dual Bound       : +7.16275121586743e+00
1795.99/1796.31	c   Gap              :      53.57 %
1795.99/1796.31	c   Root Dual Bound  : +0.00000000000000e+00
1795.99/1796.37	c Time complete: 1796.06.

Verifier Data

OK	11

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-3737004-1338728561/watcher-3737004-1338728561 -o /tmp/evaluation-result-3737004-1338728561/solver-3737004-1338728561 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737004-1338728561.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: 2.00 2.00 2.00 3/176 28318
/proc/meminfo: memFree=26977584/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=9088 CPUtime=0 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 1616 0 0 0 0 0 0 0 20 0 1 0 338982843 9306112 1568 33554432000 4194304 7823515 140734325949008 140734220737768 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 2272 1570 356 887 0 1382 0

[startup+0.061254 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28318
/proc/meminfo: memFree=26977584/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=30612 CPUtime=0.05 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 7061 0 0 0 5 0 0 0 20 0 1 0 338982843 31346688 6659 33554432000 4194304 7823515 140734325949008 140734220737768 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 7653 6659 405 887 0 6763 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30612

[startup+0.100308 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28318
/proc/meminfo: memFree=26977584/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=39192 CPUtime=0.09 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 9206 0 0 0 8 1 0 0 20 0 1 0 338982843 40132608 8804 33554432000 4194304 7823515 140734325949008 140734220737768 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 9798 8804 405 887 0 8908 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39192

[startup+0.300228 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28318
/proc/meminfo: memFree=26977584/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=51364 CPUtime=0.29 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 12340 0 0 0 22 7 0 0 20 0 1 0 338982843 52596736 11939 33554432000 4194304 7823515 140734325949008 140734325945688 5878822 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 12841 11975 466 887 0 11951 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51364

[startup+0.700219 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28318
/proc/meminfo: memFree=26977584/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=73032 CPUtime=0.69 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 17718 0 0 0 60 9 0 0 20 0 1 0 338982843 74784768 17025 33554432000 4194304 7823515 140734325949008 140734325945688 4338494 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 18258 17025 534 887 0 17368 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73032

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28319
/proc/meminfo: memFree=26910880/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=76708 CPUtime=1.49 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 18843 0 0 0 136 13 0 0 20 0 1 0 338982843 78548992 18082 33554432000 4194304 7823515 140734325949008 140734325944760 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 19177 18082 552 887 0 18287 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76708

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28319
/proc/meminfo: memFree=26904308/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=82192 CPUtime=3.09 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 20262 0 0 0 293 16 0 0 20 0 1 0 338982843 84164608 19257 33554432000 4194304 7823515 140734325949008 140734325945704 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 20548 19257 552 887 0 19658 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82192

[startup+6.30019 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28319
/proc/meminfo: memFree=26899140/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=83612 CPUtime=6.29 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 28475 0 0 0 610 19 0 0 20 0 1 0 338982843 85618688 19989 33554432000 4194304 7823515 140734325949008 140734325944168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 20903 19989 563 887 0 20013 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83612

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28319
/proc/meminfo: memFree=26897312/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=84044 CPUtime=12.69 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 28557 0 0 0 1247 22 0 0 20 0 1 0 338982843 86061056 20071 33554432000 4194304 7823515 140734325949008 140734325944216 4364551 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 21011 20071 563 887 0 20121 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84044

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28357
/proc/meminfo: memFree=26901332/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=84484 CPUtime=25.49 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 28572 0 0 0 2524 25 0 0 20 0 1 0 338982843 86511616 20086 33554432000 4194304 7823515 140734325949008 140734325944840 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 21121 20086 564 887 0 20231 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84484

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28358
/proc/meminfo: memFree=26896564/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=85496 CPUtime=51.08 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 28824 0 0 0 5070 38 0 0 20 0 1 0 338982843 87547904 20599 33554432000 4194304 7823515 140734325949008 140734325944168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 21374 20599 564 887 0 20484 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85496

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28472
/proc/meminfo: memFree=26912356/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=88764 CPUtime=102.27 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 29650 0 0 0 10166 61 0 0 20 0 1 0 338982843 90894336 21589 33554432000 4194304 7823515 140734325949008 140734325944344 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 22191 21589 568 887 0 21301 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 88764

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28510
/proc/meminfo: memFree=26696648/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=92600 CPUtime=162.26 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 30609 0 0 0 16149 77 0 0 20 0 1 0 338982843 94822400 22548 33554432000 4194304 7823515 140734325949008 140734325944952 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 23150 22548 569 887 0 22260 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 92600

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28510
/proc/meminfo: memFree=26661164/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=100568 CPUtime=222.24 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 32601 0 0 0 22131 93 0 0 20 0 1 0 338982843 102981632 24540 33554432000 4194304 7823515 140734325949008 140734325944472 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 25142 24540 569 887 0 24252 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 100568

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28510
/proc/meminfo: memFree=26655932/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=104900 CPUtime=282.24 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 39110 0 0 0 28113 111 0 0 20 0 1 0 338982843 107417600 25630 33554432000 4194304 7823515 140734325949008 140734325944696 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 26225 25630 573 887 0 25335 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 104900

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28511
/proc/meminfo: memFree=26652696/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=108268 CPUtime=342.23 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 39869 0 0 0 34095 128 0 0 20 0 1 0 338982843 110866432 26382 33554432000 4194304 7823515 140734325949008 140734325944344 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 27067 26382 573 887 0 26177 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 108268

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28511
/proc/meminfo: memFree=26648108/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=112976 CPUtime=402.22 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 46747 0 0 0 40073 149 0 0 20 0 1 0 338982843 115687424 27647 33554432000 4194304 7823515 140734325949008 140734325944760 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 28244 27647 573 887 0 27354 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 112976

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28514
/proc/meminfo: memFree=26641824/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=118064 CPUtime=462.2 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 48158 0 0 0 46055 165 0 0 20 0 1 0 338982843 120897536 28945 33554432000 4194304 7823515 140734325949008 140734325943704 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 29516 28945 573 887 0 28626 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 118064

[startup+522.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 28514
/proc/meminfo: memFree=26640752/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=120268 CPUtime=522.2 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 54408 0 0 0 52038 182 0 0 20 0 1 0 338982843 123154432 29471 33554432000 4194304 7823515 140734325949008 140734325944056 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 30067 29471 573 887 0 29177 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 120268

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 28514
/proc/meminfo: memFree=26636768/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=124104 CPUtime=582.18 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 55374 0 0 0 58019 199 0 0 20 0 1 0 338982843 127082496 30433 33554432000 4194304 7823515 140734325949008 140734325944120 6255821 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 31026 30433 573 887 0 30136 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 124104

[startup+642.3 s]

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

/proc/meminfo: memFree=26611268/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=149140 CPUtime=1062.1 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 79641 0 0 0 105884 326 0 0 20 0 1 0 338982843 152719360 36715 33554432000 4194304 7823515 140734325949008 140734325943704 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 37285 36715 582 887 0 36395 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 149140

[startup+1122.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 28519
/proc/meminfo: memFree=26610656/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=149888 CPUtime=1122.09 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 79816 0 0 0 111869 340 0 0 20 0 1 0 338982843 153485312 36890 33554432000 4194304 7823515 140734325949008 140734325944920 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 37472 36890 582 887 0 36582 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 149888

[startup+1182.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 28519
/proc/meminfo: memFree=26607680/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=153056 CPUtime=1182.08 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 80562 0 0 0 117856 352 0 0 20 0 1 0 338982843 156729344 37636 33554432000 4194304 7823515 140734325949008 140734325944808 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 38264 37636 582 887 0 37374 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 153056

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 28520
/proc/meminfo: memFree=26603712/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=156924 CPUtime=1242.07 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 81581 0 0 0 123839 368 0 0 20 0 1 0 338982843 160690176 38655 33554432000 4194304 7823515 140734325949008 140734325944808 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 39231 38655 582 887 0 38341 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 156924

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 28520
/proc/meminfo: memFree=26600228/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=159896 CPUtime=1302.07 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 82323 0 0 0 129824 383 0 0 20 0 1 0 338982843 163733504 39391 33554432000 4194304 7823515 140734325949008 140734325944344 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 39974 39391 582 887 0 39084 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 159896

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 28520
/proc/meminfo: memFree=26598244/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=162484 CPUtime=1362.05 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 82971 0 0 0 135808 397 0 0 20 0 1 0 338982843 166383616 40039 33554432000 4194304 7823515 140734325949008 140734325944344 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 40621 40039 582 887 0 39731 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 162484

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28520
/proc/meminfo: memFree=26595516/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=165196 CPUtime=1422.05 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 89120 0 0 0 141793 412 0 0 20 0 1 0 338982843 169160704 40615 33554432000 4194304 7823515 140734325949008 140734325944808 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 41299 40615 582 887 0 40409 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 165196

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28520
/proc/meminfo: memFree=26593904/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=166804 CPUtime=1482.04 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 89625 0 0 0 147779 425 0 0 20 0 1 0 338982843 170807296 41120 33554432000 4194304 7823515 140734325949008 140734325944344 6237407 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 41701 41120 582 887 0 40811 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 166804

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28521
/proc/meminfo: memFree=26589500/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=171060 CPUtime=1542.02 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 90692 0 0 0 153764 438 0 0 20 0 1 0 338982843 175165440 42186 33554432000 4194304 7823515 140734325949008 140734325944056 6211692 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 42765 42186 582 887 0 41875 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 171060

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28521
/proc/meminfo: memFree=26585336/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=174860 CPUtime=1602.01 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 91644 0 0 0 159749 452 0 0 20 0 1 0 338982843 179056640 43133 33554432000 4194304 7823515 140734325949008 140734325943704 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 43715 43133 582 887 0 42825 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 174860

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28524
/proc/meminfo: memFree=26583196/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=177512 CPUtime=1662 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 92273 0 0 0 165735 465 0 0 20 0 1 0 338982843 181772288 43762 33554432000 4194304 7823515 140734325949008 140734325944168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 44378 43762 582 887 0 43488 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 177512

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28524
/proc/meminfo: memFree=26581096/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=179992 CPUtime=1721.99 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 92793 0 0 0 171719 480 0 0 20 0 1 0 338982843 184311808 44258 33554432000 4194304 7823515 140734325949008 140734325944696 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 44998 44258 582 887 0 44108 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 179992

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28524
/proc/meminfo: memFree=26579180/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=182720 CPUtime=1781.98 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 93636 0 0 0 177704 494 0 0 20 0 1 0 338982843 187105280 45101 33554432000 4194304 7823515 140734325949008 140734325944056 6236651 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 45680 45101 582 887 0 44790 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 182720

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28524
/proc/meminfo: memFree=26579304/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=183148 CPUtime=1785.18 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 93642 0 0 0 178023 495 0 0 20 0 1 0 338982843 187543552 45107 33554432000 4194304 7823515 140734325949008 140734325944808 6177555 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 45787 45107 582 887 0 44897 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 183148

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28524
/proc/meminfo: memFree=26576576/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=185376 CPUtime=1791.59 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 94423 0 0 0 178662 497 0 0 20 0 1 0 338982843 189825024 45762 33554432000 4194304 7823515 140734325949008 140734325944168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 46344 45762 582 887 0 45454 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 185376

[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28524
/proc/meminfo: memFree=26576700/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=185376 CPUtime=1793.18 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 94423 0 0 0 178820 498 0 0 20 0 1 0 338982843 189825024 45762 33554432000 4194304 7823515 140734325949008 140734325944808 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 46344 45762 582 887 0 45454 0
Current children cumulated CPU time (s) 1793.18
Current children cumulated vsize (KiB) 185376

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28524
/proc/meminfo: memFree=26576452/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=185376 CPUtime=1794.79 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 94423 0 0 0 178981 498 0 0 20 0 1 0 338982843 189825024 45762 33554432000 4194304 7823515 140734325949008 140734325944808 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 46344 45762 582 887 0 45454 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 185376

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28524
/proc/meminfo: memFree=26576452/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=185376 CPUtime=1795.58 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 94424 0 0 0 179059 499 0 0 20 0 1 0 338982843 189825024 45763 33554432000 4194304 7823515 140734325949008 140734325943976 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 46344 45763 582 887 0 45454 0
Current children cumulated CPU time (s) 1795.58
Current children cumulated vsize (KiB) 185376

[startup+1796.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28524
/proc/meminfo: memFree=26576576/32873648 swapFree=6852/6852
[pid=28318] ppid=28316 vsize=185376 CPUtime=1795.99 cores=1,3,5,7
/proc/28318/stat : 28318 (pbscip.linux.x8) R 28316 28318 27068 0 -1 4202496 94424 0 0 0 179100 499 0 0 20 0 1 0 338982843 189825024 45763 33554432000 4194304 7823515 140734325949008 140734325943704 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28318/statm: 46344 45763 582 887 0 45454 0
Current children cumulated CPU time (s) 1795.99
Current children cumulated vsize (KiB) 185376

Child status: 0
Real time (s): 1796.38
CPU time (s): 1796.07
CPU user time (s): 1791.07
CPU system time (s): 4.99324
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 185376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.07
system time used= 4.99324
maximum resident set size= 183548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94429
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= 56
involuntary context switches= 1844

runsolver used 3.52846 second user time and 9.25659 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 15:02:41
IDJOB=3737004
IDBENCH=48158
IDSOLVER=2321
FILE ID=node115/3737004-1338728561
RUNJOBID= node115-1338714108-27085
PBS_JOBID= 14636752
Free space on /tmp= 70820 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/mds/normalized-mds_200_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-3737004-1338728561/watcher-3737004-1338728561 -o /tmp/evaluation-result-3737004-1338728561/solver-3737004-1338728561 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737004-1338728561.opb

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

MD5SUM BENCH= 0e507441d4bf529adaad354902c51a54
RANDOM SEED=1592529801

node115.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.462
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.92
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.462
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.462
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.462
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.462
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.92
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.462
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	: 5331.91
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.462
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.462
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:       32873648 kB
MemFree:        26978476 kB
Buffers:         1433960 kB
Cached:          3491936 kB
SwapCached:         1016 kB
Active:          2806776 kB
Inactive:        2180092 kB
Active(anon):      49228 kB
Inactive(anon):     9868 kB
Active(file):    2757548 kB
Inactive(file):  2170224 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             19608 kB
Writeback:             0 kB
AnonPages:         76960 kB
Mapped:            13844 kB
Shmem:                96 kB
Slab:             771836 kB
SReclaimable:     215284 kB
SUnreclaim:       556552 kB
KernelStack:        1480 kB
PageTables:         4316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     173508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70808 MiB
End job on node115 at 2012-06-03 15:32:37