Trace number 3736828

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.06 1796.36

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_4.opb
MD5SUM64354bd2b9c3cc2f1ca2c32032e5c032
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark351.226
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 constraint51
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)6260
Sum of products size (including duplicates)12520
Number of different products6260
Sum of products size12520

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-3736828-1338721301.opb>
0.00/0.02	c original problem has 6460 variables (6460 bin, 0 int, 0 impl, 0 cont) and 6460 constraints
0.00/0.04	c start presolving problem
0.00/0.04	c presolving:
0.19/0.21	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 421224 impls, 0 clqs
0.29/0.32	c    (0.2s) probing: 101/6460 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.32	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.29/0.32	c presolving (2 rounds):
0.29/0.32	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.32	c  421224 implications, 0 cliques
0.29/0.32	c presolved problem has 6460 variables (6460 bin, 0 int, 0 impl, 0 cont) and 6460 constraints
0.29/0.32	c    6260 constraints of type <and>
0.29/0.32	c     200 constraints of type <logicor>
0.29/0.32	c transformed objective value is always integral (scale: 1)
0.29/0.32	c Presolving Time: 0.20
0.29/0.32	c OPT-NLC
0.29/0.32	c -----------------------------------------------------------------------------------------------
0.29/0.32	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.32	c limits/memory = c 13950
0.29/0.32	c # maximal time in seconds to run
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.32	c limits/time = c 1791
0.29/0.32	c # frequency for displaying node information lines
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.32	c display/freq = c 10000
0.29/0.32	c -----------------------------------------------------------------------------------------------
0.29/0.32	c start solving problem
0.29/0.32	c 
0.29/0.39	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.39	c   0.3s|     1 |     0 |   400 |  38M|   0 | 400 |6460 |6460 |6460 |6460 |  12k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.38/0.40	o 24
0.38/0.40	c s 0.3s|     1 |     0 |   400 |  38M|   0 | 400 |6460 |6460 |6460 |6460 |  12k|   0 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
1.10/1.16	c   1.0s|     1 |     0 |  1000 |  39M|   0 | 400 |6460 |6460 |6460 |6460 |  13k| 402 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
1.79/1.81	c   1.7s|     1 |     0 |  1600 |  39M|   0 | 400 |6460 |6460 |6460 |6460 |  13k| 804 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
1.79/1.82	o 23
1.79/1.82	c s 1.7s|     1 |     0 |  1600 |  39M|   0 | 400 |6460 |6460 |6460 |6460 |  13k| 804 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
2.39/2.49	c   2.3s|     1 |     0 |  2200 |  39M|   0 | 400 |6460 |6460 |6460 |6460 |  13k|1204 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
2.49/2.50	o 18
2.49/2.50	c s 2.4s|     1 |     0 |  2200 |  39M|   0 | 400 |6460 |6460 |6460 |6460 |  13k|1204 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
3.20/3.21	c   3.0s|     1 |     0 |  2800 |  39M|   0 | 400 |6460 |6460 |6460 |6460 |  14k|1606 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
3.89/3.95	c   3.8s|     1 |     0 |  3401 |  40M|   0 | 400 |6460 |6460 |6460 |6460 |  14k|2011 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
4.69/4.77	c   4.6s|     1 |     0 |  4002 |  40M|   0 | 400 |6460 |6460 |6460 |6460 |  15k|2412 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
4.69/4.78	o 17
4.69/4.78	c s 4.6s|     1 |     0 |  4002 |  40M|   0 | 400 |6460 |6460 |6460 |6460 |  15k|2412 |   0 |   0 | 0.000000e+00 | 1.700000e+01 |    Inf 
5.28/5.36	c   5.2s|     1 |     2 |  4002 |  40M|   0 | 400 |6460 |6460 |6460 |6460 |  15k|2412 |   0 |  18 | 0.000000e+00 | 1.700000e+01 |    Inf 
265.24/265.36	o 13
265.24/265.36	c * 264s|   226 |   223 |345051 |  43M|  21 |   - |6460 |6499 |5617 |6460 |6312 |  64k|  39 |2094 | 6.187170e+00 | 1.300000e+01 | 110.11%
273.14/273.26	o 12
273.14/273.26	c * 272s|   235 |   221 |355209 |  43M|  21 |   - |6460 |6499 |2749 |6460 |6267 |  65k|  39 |2108 | 6.261521e+00 | 1.200000e+01 |  91.65%
303.53/303.66	o 11
303.53/303.66	c * 302s|   396 |   222 |399858 |  44M|  31 |   - |6460 |6499 |3464 |6460 |6305 |  71k|  39 |2260 | 6.371310e+00 | 1.100000e+01 |  72.65%
1795.89/1796.29	c 
1795.89/1796.29	c SCIP Status        : solving was interrupted [time limit reached]
1795.89/1796.29	c Solving Time (sec) : 1791.01
1795.89/1796.29	c Solving Nodes      : 9618
1795.89/1796.29	c Primal Bound       : +1.10000000000000e+01 (7 solutions)
1795.89/1796.29	c Dual Bound         : +7.09521998569744e+00
1795.89/1796.29	c Gap                : 55.03 %
1795.89/1796.29	c NODE         9618
1795.89/1796.29	c DUAL BOUND   7.09522
1795.89/1796.29	c PRIMAL BOUND 11
1795.89/1796.29	c GAP          0.55034
1795.89/1796.29	s SATISFIABLE
1795.89/1796.29	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1795.89/1796.29	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
1795.89/1796.29	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1795.89/1796.29	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1795.89/1796.29	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1795.89/1796.29	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.89/1796.29	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.89/1796.29	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.89/1796.29	v -x18 x17 x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 x4 x3 -x2 -x1 
1795.89/1796.29	c SCIP Status        : solving was interrupted [time limit reached]
1795.89/1796.29	c Solving Time       :    1791.01
1795.89/1796.29	c Original Problem   :
1795.89/1796.29	c   Problem name     : HOME/instance-3736828-1338721301.opb
1795.89/1796.29	c   Variables        : 6460 (6460 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.89/1796.29	c   Constraints      : 6460 initial, 6460 maximal
1795.89/1796.29	c Presolved Problem  :
1795.89/1796.29	c   Problem name     : t_HOME/instance-3736828-1338721301.opb
1795.89/1796.29	c   Variables        : 6460 (6460 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.89/1796.29	c   Constraints      : 6460 initial, 6503 maximal
1795.89/1796.29	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.89/1796.29	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.89/1796.29	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.89/1796.29	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.89/1796.29	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.89/1796.29	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.89/1796.29	c   probing          :       0.05          0          0          0          0          0          0          0          0
1795.89/1796.29	c   and              :       0.15          0          0          0          0          0          0          0          0
1795.89/1796.29	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1795.89/1796.29	c   root node        :          -          0          -          -          0          -          -          -          -
1795.89/1796.29	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.89/1796.29	c   integral         :          0          0          0       6305          0         45       1279          0          0      11956
1795.89/1796.29	c   and              :       6260      22283      67251          3          1          8    1903003     254097          0          0
1795.89/1796.29	c   logicor          :        200+         6      24796          3          1         11          5          0          0          0
1795.89/1796.29	c   countsols        :          0          0          0          3          1          0          0          0          0          0
1795.89/1796.29	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.89/1796.29	c   integral         :     498.99       0.00       0.00     498.99       0.00
1795.89/1796.29	c   and              :      50.50      41.19       9.31       0.00       0.00
1795.89/1796.29	c   logicor          :       0.17       0.00       0.17       0.00       0.00
1795.89/1796.29	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.89/1796.29	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.89/1796.29	c   rootredcost      :       0.01          4          0          0
1795.89/1796.29	c   pseudoobj        :       0.43      67193          9          0
1795.89/1796.29	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.89/1796.29	c   propagation      :       0.00         28         28         67       22.7          0        0.0          -
1795.89/1796.29	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1795.89/1796.29	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.89/1796.29	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.89/1796.29	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.89/1796.29	c   applied globally :          -          -          -         67       22.7          -          -          -
1795.89/1796.29	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.89/1796.29	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.89/1796.29	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 2412)
1795.89/1796.29	c   redcost          :       1.65      22406          0     104519          0          0
1795.89/1796.29	c   impliedbounds    :       0.01          6          0          0       2400          0
1795.89/1796.29	c   intobj           :       0.00          0          0          0          0          0
1795.89/1796.29	c   gomory           :       0.38          6          0          0       3000          0
1795.89/1796.29	c   strongcg         :       0.38          6          0          0       3000          0
1795.89/1796.29	c   cmir             :       2.23          6          0          0       2400          0
1795.89/1796.29	c   flowcover        :       0.61          6          0          0          0          0
1795.89/1796.29	c   clique           :       0.13          6          0          0         12          0
1795.89/1796.29	c   zerohalf         :       0.00          0          0          0          0          0
1795.89/1796.29	c   mcf              :       0.01          1          0          0          0          0
1795.89/1796.29	c Pricers            :       Time      Calls       Vars
1795.89/1796.29	c   problem variables:       0.00          0          0
1795.89/1796.29	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.89/1796.29	c   relpscost        :     498.98       6302         45       1279          0          0      11956
1795.89/1796.29	c   pscost           :       0.00          0          0          0          0          0          0
1795.89/1796.29	c   inference        :       0.00          1          0          0          0          0          2
1795.89/1796.29	c   mostinf          :       0.00          0          0          0          0          0          0
1795.89/1796.29	c   leastinf         :       0.00          0          0          0          0          0          0
1795.89/1796.29	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.89/1796.29	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.89/1796.29	c   random           :       0.00          0          0          0          0          0          0
1795.89/1796.29	c Primal Heuristics  :       Time      Calls      Found
1795.89/1796.29	c   LP solutions     :       0.00          -          3
1795.89/1796.29	c   pseudo solutions :       0.00          -          0
1795.89/1796.29	c   feaspump         :       0.00          0          0
1795.89/1796.29	c   intshifting      :       0.00          0          0
1795.89/1796.29	c   oneopt           :       0.01          4          0
1795.89/1796.29	c   objpscostdiving  :      53.20          4          0
1795.89/1796.29	c   crossover        :       0.43          6          0
1795.89/1796.29	c   linesearchdiving :      29.84         28          0
1795.89/1796.29	c   guideddiving     :      36.18         28          0
1795.89/1796.29	c   pscostdiving     :      36.47         28          0
1795.89/1796.29	c   veclendiving     :      21.40         29          0
1795.89/1796.29	c   coefdiving       :      19.32         29          0
1795.89/1796.29	c   fracdiving       :      36.58         29          0
1795.89/1796.29	c   rootsoldiving    :      11.37         15          0
1795.89/1796.29	c   simplerounding   :       0.02          0          0
1795.89/1796.29	c   rounding         :       1.93       2169          0
1795.89/1796.29	c   shifting         :       2.94       2440          4
1795.89/1796.29	c   fixandinfer      :       0.00          0          0
1795.89/1796.29	c   intdiving        :       0.00          0          0
1795.89/1796.29	c   actconsdiving    :       0.00          0          0
1795.89/1796.29	c   octane           :       0.00          0          0
1795.89/1796.29	c   rens             :       0.21          1          0
1795.89/1796.29	c   rins             :       0.00          0          0
1795.89/1796.29	c   localbranching   :       0.00          0          0
1795.89/1796.29	c   mutation         :       0.00          0          0
1795.89/1796.29	c   dins             :       0.00          0          0
1795.89/1796.29	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.89/1796.29	c   primal LP        :      11.23          0          0       0.00       0.00
1795.89/1796.29	c   dual LP          :     921.82      28403    1740701      61.29    1888.33
1795.89/1796.29	c   barrier LP       :       0.00          0          0       0.00          -
1795.89/1796.29	c   diving/probing LP:     222.35      12997     363614      27.98    1635.32
1795.89/1796.29	c   strong branching :     495.80       8933     971572     108.76    1959.60
1795.89/1796.29	c     (at root node) :          -         18        833      46.28          -
1795.89/1796.29	c   conflict analysis:       0.00          0          0       0.00          -
1795.89/1796.29	c B&B Tree           :
1795.89/1796.29	c   number of runs   :          1
1795.89/1796.29	c   nodes            :       9618
1795.89/1796.29	c   nodes (total)    :       9618
1795.89/1796.29	c   nodes left       :       2308
1795.89/1796.29	c   max depth        :         65
1795.89/1796.29	c   max depth (total):         65
1795.89/1796.29	c   backtracks       :       1197 (12.4%)
1795.89/1796.29	c   delayed cutoffs  :          0
1795.89/1796.29	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1795.89/1796.29	c   avg switch length:       3.18
1795.89/1796.29	c   switching time   :      15.57
1795.89/1796.29	c Solution           :
1795.89/1796.29	c   Solutions found  :          7 (7 improvements)
1795.89/1796.29	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 396 nodes, 302.49 seconds, depth 22, found by <relaxation>)
1795.89/1796.29	c   Dual Bound       : +7.09521998569744e+00
1795.89/1796.29	c   Gap              :      55.03 %
1795.89/1796.29	c   Root Dual Bound  : +0.00000000000000e+00
1795.99/1796.36	c Time complete: 1796.05.

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-3736828-1338721301/watcher-3736828-1338721301 -o /tmp/evaluation-result-3736828-1338721301/solver-3736828-1338721301 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3736828-1338721301.opb 

running on 4 cores: 0,2,4,6

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.02 2.02 1.96 3/177 27602
/proc/meminfo: memFree=26908480/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=8884 CPUtime=0 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 1556 0 0 0 0 0 0 0 20 0 1 0 338256923 9097216 1509 33554432000 4194304 7823515 140733775238400 140733426665176 6808160 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27602/statm: 2221 1509 356 887 0 1331 0

[startup+0.0623711 s]
/proc/loadavg: 2.02 2.02 1.96 3/177 27602
/proc/meminfo: memFree=26908480/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=29468 CPUtime=0.05 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 6775 0 0 0 5 0 0 0 20 0 1 0 338256923 30175232 6374 33554432000 4194304 7823515 140733775238400 140733775103016 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27602/statm: 7367 6374 405 887 0 6477 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29468

[startup+0.100284 s]
/proc/loadavg: 2.02 2.02 1.96 3/177 27602
/proc/meminfo: memFree=26908480/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=37172 CPUtime=0.09 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 8701 0 0 0 9 0 0 0 20 0 1 0 338256923 38064128 8300 33554432000 4194304 7823515 140733775238400 140733775103016 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27602/statm: 9293 8300 405 887 0 8403 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37172

[startup+0.300284 s]
/proc/loadavg: 2.02 2.02 1.96 3/177 27602
/proc/meminfo: memFree=26908480/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=45576 CPUtime=0.29 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 10914 0 0 0 22 7 0 0 20 0 1 0 338256923 46669824 10513 33554432000 4194304 7823515 140733775238400 140733775103016 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27602/statm: 11394 10513 441 887 0 10504 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45576

[startup+0.700257 s]
/proc/loadavg: 2.02 2.02 1.96 3/177 27602
/proc/meminfo: memFree=26908480/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=71328 CPUtime=0.69 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 17278 0 0 0 61 8 0 0 20 0 1 0 338256923 73039872 16579 33554432000 4194304 7823515 140733775238400 140733775233592 4338440 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27602/statm: 17832 16579 534 887 0 16942 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71328

[startup+1.50026 s]
/proc/loadavg: 2.02 2.02 1.96 3/178 27603
/proc/meminfo: memFree=26843860/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=74968 CPUtime=1.49 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 18455 0 0 0 137 12 0 0 20 0 1 0 338256923 76767232 17687 33554432000 4194304 7823515 140733775238400 140733775234152 4555250 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27602/statm: 18742 17687 552 887 0 17852 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74968

[startup+3.10025 s]
/proc/loadavg: 2.02 2.02 1.96 3/178 27603
/proc/meminfo: memFree=26835916/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=79596 CPUtime=3.09 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 19972 0 0 0 295 14 0 0 20 0 1 0 338256923 81506304 18970 33554432000 4194304 7823515 140733775238400 140733775234152 5597657 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27602/statm: 19899 18970 552 887 0 19009 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79596

[startup+6.30033 s]
/proc/loadavg: 2.02 2.02 1.96 3/178 27603
/proc/meminfo: memFree=26830460/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=82688 CPUtime=6.29 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 28128 0 0 0 611 18 0 0 20 0 1 0 338256923 84672512 19783 33554432000 4194304 7823515 140733775238400 140733775232728 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 20672 19783 563 887 0 19782 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 82688

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 27603
/proc/meminfo: memFree=26829616/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=83056 CPUtime=12.69 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 28208 0 0 0 1248 21 0 0 20 0 1 0 338256923 85049344 19863 33554432000 4194304 7823515 140733775238400 140733775233560 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 20764 19863 567 887 0 19874 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83056

[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 1.96 3/177 27603
/proc/meminfo: memFree=26829904/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=83952 CPUtime=25.48 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 28418 0 0 0 2525 23 0 0 20 0 1 0 338256923 85966848 20073 33554432000 4194304 7823515 140733775238400 140733775233848 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 20988 20073 568 887 0 20098 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 83952

[startup+51.1003 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 27641
/proc/meminfo: memFree=26633716/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=85588 CPUtime=51.08 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 28725 0 0 0 5076 32 0 0 20 0 1 0 338256923 87642112 20639 33554432000 4194304 7823515 140733775238400 140733775233512 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 21397 20639 568 887 0 20507 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85588

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 1.96 3/177 27641
/proc/meminfo: memFree=26627148/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=89492 CPUtime=102.27 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 29724 0 0 0 10178 49 0 0 20 0 1 0 338256923 91639808 21877 33554432000 4194304 7823515 140733775238400 140733775233880 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 22373 21877 568 887 0 21483 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 89492

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 27641
/proc/meminfo: memFree=26616332/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=92388 CPUtime=162.26 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 30361 0 0 0 16160 66 0 0 20 0 1 0 338256923 94605312 22513 33554432000 4194304 7823515 140733775238400 140733775233736 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 23097 22513 569 887 0 22207 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 92388

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 27641
/proc/meminfo: memFree=26607000/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=95136 CPUtime=222.24 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 31032 0 0 0 22142 82 0 0 20 0 1 0 338256923 97419264 23184 33554432000 4194304 7823515 140733775238400 140733775234200 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 23784 23184 569 887 0 22894 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 95136

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 27641
/proc/meminfo: memFree=26599864/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=99224 CPUtime=282.23 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 37911 0 0 0 28122 101 0 0 20 0 1 0 338256923 101605376 24307 33554432000 4194304 7823515 140733775238400 140733775233736 6110438 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 24806 24307 573 887 0 23916 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 99224

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 1.97 3/177 27642
/proc/meminfo: memFree=26588220/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=104132 CPUtime=342.23 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 39068 0 0 0 34105 118 0 0 20 0 1 0 338256923 106631168 25460 33554432000 4194304 7823515 140733775238400 140733775233368 6099759 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 26033 25460 573 887 0 25143 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 104132

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/177 27642
/proc/meminfo: memFree=26577552/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=109116 CPUtime=402.21 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 45932 0 0 0 40088 133 0 0 20 0 1 0 338256923 111734784 26784 33554432000 4194304 7823515 140733775238400 140733775234200 5994764 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 27279 26784 573 887 0 26389 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 109116

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/177 27642
/proc/meminfo: memFree=26576188/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=110632 CPUtime=462.21 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 53095 0 0 0 46073 148 0 0 20 0 1 0 338256923 113287168 27180 33554432000 4194304 7823515 140733775238400 140733775234328 5994839 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 27658 27180 573 887 0 26768 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 110632

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 27645
/proc/meminfo: memFree=26572568/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=113756 CPUtime=522.19 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 53870 0 0 0 52056 163 0 0 20 0 1 0 338256923 116486144 27955 33554432000 4194304 7823515 140733775238400 140733775234088 6110400 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 28439 27955 573 887 0 27549 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 113756

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 27645
/proc/meminfo: memFree=26569780/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=116920 CPUtime=582.19 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 60394 0 0 0 58036 183 0 0 20 0 1 0 338256923 119726080 28662 33554432000 4194304 7823515 140733775238400 140733775233736 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 29230 28662 582 887 0 28340 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 116920

[startup+642.3 s]

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

/proc/meminfo: memFree=26527668/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=158624 CPUtime=1062.1 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 71493 0 0 0 105905 305 0 0 20 0 1 0 338256923 162430976 39144 33554432000 4194304 7823515 140733775238400 140733775234088 6110629 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 39656 39144 582 887 0 38766 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 158624

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 27650
/proc/meminfo: memFree=26526524/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=158624 CPUtime=1122.1 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 71493 0 0 0 111889 321 0 0 20 0 1 0 338256923 162430976 39144 33554432000 4194304 7823515 140733775238400 140733775233736 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 39656 39144 582 887 0 38766 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 158624

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 27650
/proc/meminfo: memFree=26522560/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=158624 CPUtime=1182.09 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 71493 0 0 0 117873 336 0 0 20 0 1 0 338256923 162430976 39144 33554432000 4194304 7823515 140733775238400 140733775233096 4266239 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 39656 39144 582 887 0 38766 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 158624

[startup+1242.3 s]
/proc/loadavg: 2.08 2.02 1.97 3/177 27651
/proc/meminfo: memFree=26519204/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=161508 CPUtime=1242.08 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 72242 0 0 0 123856 352 0 0 20 0 1 0 338256923 165384192 39893 33554432000 4194304 7823515 140733775238400 140733775234088 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 40377 39893 582 887 0 39487 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 161508

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/177 27651
/proc/meminfo: memFree=26509604/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=165056 CPUtime=1302.07 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 73131 0 0 0 129841 366 0 0 20 0 1 0 338256923 169017344 40781 33554432000 4194304 7823515 140733775238400 140733775233736 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 41264 40781 582 887 0 40374 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 165056

[startup+1362.3 s]
/proc/loadavg: 2.09 2.02 1.98 3/177 27651
/proc/meminfo: memFree=26504644/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=167632 CPUtime=1362.06 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 79678 0 0 0 135821 385 0 0 20 0 1 0 338256923 171655168 41430 33554432000 4194304 7823515 140733775238400 140733775234888 6205311 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 41908 41430 582 887 0 41018 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 167632

[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 1.98 3/177 27651
/proc/meminfo: memFree=26499312/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=171256 CPUtime=1422.06 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 80510 0 0 0 141806 400 0 0 20 0 1 0 338256923 175366144 42262 33554432000 4194304 7823515 140733775238400 140733775235048 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 42814 42262 582 887 0 41924 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 171256

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/177 27651
/proc/meminfo: memFree=26493472/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=177080 CPUtime=1482.04 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 81905 0 0 0 147787 417 0 0 20 0 1 0 338256923 181329920 43657 33554432000 4194304 7823515 140733775238400 140733775233736 6211711 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 44270 43657 582 887 0 43380 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 177080

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 27652
/proc/meminfo: memFree=26490348/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=180120 CPUtime=1542.03 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 82674 0 0 0 153771 432 0 0 20 0 1 0 338256923 184442880 44426 33554432000 4194304 7823515 140733775238400 140733775233560 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 45030 44426 582 887 0 44140 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 180120

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/177 27652
/proc/meminfo: memFree=26482864/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=182936 CPUtime=1602.01 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 83508 0 0 0 159752 449 0 0 20 0 1 0 338256923 187326464 45252 33554432000 4194304 7823515 140733775238400 140733775233448 6157824 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 45734 45252 582 887 0 44844 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 182936

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 1.99 3/177 27652
/proc/meminfo: memFree=26477780/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=186732 CPUtime=1662.01 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 85357 0 0 0 165737 464 0 0 20 0 1 0 338256923 191213568 46209 33554432000 4194304 7823515 140733775238400 140733775233096 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 46683 46209 582 887 0 45793 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 186732

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/178 27655
/proc/meminfo: memFree=26474668/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=190760 CPUtime=1721.99 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 86248 0 0 0 171720 479 0 0 20 0 1 0 338256923 195338240 47100 33554432000 4194304 7823515 140733775238400 140733775233736 4253496 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 47690 47100 582 887 0 46800 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 190760

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 27655
/proc/meminfo: memFree=26470964/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=193040 CPUtime=1781.99 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 86928 0 0 0 177706 493 0 0 20 0 1 0 338256923 197672960 47780 33554432000 4194304 7823515 140733775238400 140733775233096 6177555 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 48260 47780 582 887 0 47370 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 193040

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

[startup+1785.5 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 27655
/proc/meminfo: memFree=26471088/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=193040 CPUtime=1785.19 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 86928 0 0 0 178026 493 0 0 20 0 1 0 338256923 197672960 47780 33554432000 4194304 7823515 140733775238400 140733775233560 6908082 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 48260 47780 582 887 0 47370 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 193040

[startup+1791.91 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 27655
/proc/meminfo: memFree=26471088/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=193416 CPUtime=1791.59 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 86934 0 0 0 178665 494 0 0 20 0 1 0 338256923 198057984 47786 33554432000 4194304 7823515 140733775238400 140733775234232 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 48354 47786 582 887 0 47464 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 193416

[startup+1793.5 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 27655
/proc/meminfo: memFree=26470344/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=193820 CPUtime=1793.19 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 87124 0 0 0 178824 495 0 0 20 0 1 0 338256923 198471680 47976 33554432000 4194304 7823515 140733775238400 140733775234200 6177540 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 48455 47976 582 887 0 47565 0
Current children cumulated CPU time (s) 1793.19
Current children cumulated vsize (KiB) 193820

[startup+1795.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 27655
/proc/meminfo: memFree=26469848/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=194576 CPUtime=1794.79 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 87220 0 0 0 178984 495 0 0 20 0 1 0 338256923 199245824 48072 33554432000 4194304 7823515 140733775238400 140733775233512 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 48644 48072 582 887 0 47754 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 194576

[startup+1795.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 27655
/proc/meminfo: memFree=26469848/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=194576 CPUtime=1795.59 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 87224 0 0 0 179064 495 0 0 20 0 1 0 338256923 199245824 48076 33554432000 4194304 7823515 140733775238400 140733775234200 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 48644 48076 582 887 0 47754 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 194576

[startup+1796.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 27655
/proc/meminfo: memFree=26469848/32873648 swapFree=6852/6852
[pid=27602] ppid=27600 vsize=194576 CPUtime=1795.99 cores=0,2,4,6
/proc/27602/stat : 27602 (pbscip.linux.x8) R 27600 27602 27068 0 -1 4202496 87229 0 0 0 179104 495 0 0 20 0 1 0 338256923 199245824 48081 33554432000 4194304 7823515 140733775238400 140733775234200 4211758 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27602/statm: 48644 48081 584 887 0 47754 0
Current children cumulated CPU time (s) 1795.99
Current children cumulated vsize (KiB) 194576

Child status: 0
Real time (s): 1796.36
CPU time (s): 1796.06
CPU user time (s): 1791.1
CPU system time (s): 4.96125
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 194576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.1
system time used= 4.96124
maximum resident set size= 192324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87232
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= 48
involuntary context switches= 1871

runsolver used 3.76243 second user time and 10.3424 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 13:01:41
IDJOB=3736828
IDBENCH=48132
IDSOLVER=2321
FILE ID=node115/3736828-1338721301
RUNJOBID= node115-1338714108-27084
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_4.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-3736828-1338721301/watcher-3736828-1338721301 -o /tmp/evaluation-result-3736828-1338721301/solver-3736828-1338721301 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3736828-1338721301.opb

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

MD5SUM BENCH= 64354bd2b9c3cc2f1ca2c32032e5c032
RANDOM SEED=591113075

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:        26908744 kB
Buffers:         1432896 kB
Cached:          3491004 kB
SwapCached:         1016 kB
Active:          2876908 kB
Inactive:        2179756 kB
Active(anon):     121288 kB
Inactive(anon):     9868 kB
Active(file):    2755620 kB
Inactive(file):  2169888 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:              9720 kB
Writeback:             0 kB
AnonPages:        103720 kB
Mapped:            13932 kB
Shmem:                96 kB
Slab:             771624 kB
SReclaimable:     215084 kB
SUnreclaim:       556540 kB
KernelStack:        1480 kB
PageTables:         3876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     244696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 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= 70812 MiB
End job on node115 at 2012-06-03 13:31:38