Trace number 3737466

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT-14 1796.44 1796.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_1.opb
MD5SUMfd0cd32338d58e5da2d0a0f96e14ad7d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-15
Best CPU time to get the best result obtained on this benchmark1797.5
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6076
Sum of products size (including duplicates)12152
Number of different products3038
Sum of products size6076

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-3737466-1338748093.opb>
0.00/0.02	c original problem has 3238 variables (3238 bin, 0 int, 0 impl, 0 cont) and 3339 constraints
0.00/0.03	c start presolving problem
0.00/0.03	c presolving:
0.09/0.09	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24504 impls, 200 clqs
0.09/0.18	c    (0.1s) probing: 101/3238 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (2 rounds):
0.09/0.18	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  24504 implications, 200 cliques
0.09/0.18	c presolved problem has 3238 variables (3238 bin, 0 int, 0 impl, 0 cont) and 3339 constraints
0.09/0.18	c     200 constraints of type <setppc>
0.09/0.18	c    3038 constraints of type <and>
0.09/0.18	c       1 constraints of type <linear>
0.09/0.18	c     100 constraints of type <logicor>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.08
0.09/0.18	c OPT-NLC
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = c 13950
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = c 1791
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = c 10000
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving problem
0.09/0.18	c 
6.79/6.84	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.79/6.84	c   6.7s|     1 |     0 |  8995 |  15M|   0 |1834 |3238 |3339 |3339 |3238 |6377 |   0 |   0 |   0 |-5.000000e+01 |      --      |    Inf 
6.79/6.84	o -5
6.79/6.84	c s 6.7s|     1 |     0 |  8995 |  15M|   0 |1834 |3238 |3339 |3339 |3238 |6377 |   0 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
8.08/8.15	c   8.0s|     1 |     0 |  9784 |  15M|   0 |1800 |3238 |3339 |3339 |3238 |6492 | 115 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
9.28/9.37	c   9.2s|     1 |     0 | 10679 |  15M|   0 |1789 |3238 |3339 |3339 |3238 |6525 | 148 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
10.48/10.55	c  10.4s|     1 |     0 | 11553 |  15M|   0 |1751 |3238 |3339 |3339 |3238 |6541 | 164 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
12.09/12.17	c  12.0s|     1 |     0 | 13119 |  15M|   0 |1702 |3238 |3339 |3339 |3238 |6567 | 190 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
13.97/14.02	c  13.9s|     1 |     0 | 14957 |  15M|   0 |1735 |3238 |3339 |3339 |3238 |6596 | 219 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
15.68/15.70	c  15.5s|     1 |     0 | 16562 |  15M|   0 |1693 |3238 |3339 |3339 |3238 |6628 | 251 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
64.57/64.63	c  64.4s|     1 |     2 | 16562 |  15M|   0 |1693 |3238 |3339 |3339 |3238 |6628 | 251 |   0 |  58 |-5.000000e+01 |-5.000000e+00 |  90.00%
120.56/120.65	o -12
120.56/120.65	c f 120s|    39 |    40 | 56259 |  16M|  14 |   - |3238 |3339 |  76 |3238 |2683 |2594 |   0 | 390 |-5.000000e+01 |-1.200000e+01 |  76.00%
140.76/140.87	o -13
140.76/140.87	c l 140s|    96 |    97 |101607 |  16M|  25 |   - |3238 |3344 |  63 |3238 |2770 |4111 |   5 | 435 |-5.000000e+01 |-1.300000e+01 |  74.00%
1236.49/1236.72	o -14
1236.49/1236.72	c l1233s|   458 |   450 |  2183k|  20M|  53 |   - |3238 |3398 |  57 |3238 |3510 |  22k|  59 |1714 |-4.181670e+01 |-1.400000e+01 |  66.52%
1796.31/1796.69	c 
1796.31/1796.69	c SCIP Status        : solving was interrupted [time limit reached]
1796.31/1796.69	c Solving Time (sec) : 1791.00
1796.31/1796.69	c Solving Nodes      : 1250
1796.31/1796.69	c Primal Bound       : -1.40000000000000e+01 (9 solutions)
1796.31/1796.69	c Dual Bound         : -4.03697329955249e+01
1796.31/1796.69	c Gap                : 65.32 %
1796.31/1796.69	c NODE         1250
1796.31/1796.69	c DUAL BOUND   -40.3697
1796.31/1796.69	c PRIMAL BOUND -14
1796.31/1796.69	c GAP          0.653206
1796.31/1796.69	s SATISFIABLE
1796.31/1796.69	v -x162 -x111 -x139 -x121 x180 -x119 -x108 -x154 -x172 -x132 -x190 -x166 -x129 x153 -x198 -x113 -x140 -x200 -x155 -x189 -x179 -x156 
1796.31/1796.69	v -x152 -x149 -x109 -x188 -x151 -x144 x165 -x135 -x115 -x146 x147 -x126 -x106 -x182 x197 x102 x195 -x161 -x133 -x105 -x104 -x192 
1796.31/1796.69	v -x114 x171 -x125 -x138 -x185 -x174 -x143 -x157 x170 -x159 -x123 -x103 -x101 -x199 x196 -x186 -x181 -x177 -x176 -x175 -x167 
1796.31/1796.69	v -x158 -x148 -x145 -x142 -x134 -x120 -x118 -x117 -x110 -x107 -x124 -x131 -x183 -x130 -x168 -x169 -x112 -x137 -x173 -x141 -x127 
1796.31/1796.69	v x164 -x160 x191 -x128 -x163 -x122 -x150 x193 -x136 -x194 -x116 -x178 x187 -x184 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 
1796.31/1796.69	v -x91 -x90 -x89 x88 -x87 -x86 -x85 -x84 x83 x82 -x81 -x80 x79 -x78 x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 
1796.31/1796.69	v -x65 -x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 -x54 -x53 x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 x42 -x41 
1796.31/1796.69	v -x40 -x39 -x38 -x37 -x36 -x35 x34 -x33 x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 x15 
1796.31/1796.69	v -x14 -x13 -x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 -x1 
1796.31/1796.69	c SCIP Status        : solving was interrupted [time limit reached]
1796.31/1796.69	c Solving Time       :    1791.00
1796.31/1796.69	c Original Problem   :
1796.31/1796.69	c   Problem name     : HOME/instance-3737466-1338748093.opb
1796.31/1796.69	c   Variables        : 3238 (3238 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.31/1796.69	c   Constraints      : 3339 initial, 3339 maximal
1796.31/1796.69	c Presolved Problem  :
1796.31/1796.69	c   Problem name     : t_HOME/instance-3737466-1338748093.opb
1796.31/1796.69	c   Variables        : 3238 (3238 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.31/1796.69	c   Constraints      : 3339 initial, 3455 maximal
1796.31/1796.69	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.31/1796.69	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.31/1796.69	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1796.31/1796.69	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.31/1796.69	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.31/1796.69	c   implics          :       0.00          0          0          0          0          0          0          0          0
1796.31/1796.69	c   probing          :       0.03          0          0          0          0          0          0          0          0
1796.31/1796.69	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1796.31/1796.69	c   and              :       0.04          0          0          0          0          0          0          0          0
1796.31/1796.69	c   linear           :       0.01          0          0          0          0          0          0          0          0
1796.31/1796.69	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1796.31/1796.69	c   root node        :          -          0          -          -          0          -          -          -          -
1796.31/1796.69	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.31/1796.69	c   integral         :          0          0          0       1448          0          0        410          0          0       2472
1796.31/1796.69	c   setppc           :        200          6      47886          0          1          7       6478          0          0          0
1796.31/1796.69	c   and              :       3038       3667      47878          0          1         94     158346      70743          0          0
1796.31/1796.69	c   linear           :          1          6      47781          0          0          3          0          0          0          0
1796.31/1796.69	c   logicor          :        100+         6       3179          0          1          0       1052          0          0          0
1796.31/1796.69	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1796.31/1796.69	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.31/1796.69	c   integral         :     382.03       0.00       0.00     382.03       0.00
1796.31/1796.69	c   setppc           :       0.10       0.00       0.10       0.00       0.00
1796.31/1796.69	c   and              :       3.79       2.19       1.60       0.00       0.00
1796.31/1796.69	c   linear           :       0.20       0.00       0.20       0.00       0.00
1796.31/1796.69	c   logicor          :       0.01       0.00       0.01       0.00       0.00
1796.31/1796.69	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.31/1796.69	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.31/1796.69	c   rootredcost      :       0.02          4          0          0
1796.31/1796.69	c   pseudoobj        :       0.12      47753          2          0
1796.31/1796.69	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.31/1796.69	c   propagation      :       0.01        106        106        144       34.5          2       43.5          -
1796.31/1796.69	c   infeasible LP    :       0.00          4          4          4        2.5          0        0.0          0
1796.31/1796.69	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.31/1796.69	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.31/1796.69	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.31/1796.69	c   applied globally :          -          -          -        139       28.8          -          -          -
1796.31/1796.69	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.31/1796.69	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.31/1796.69	c   cut pool         :       0.00          5          -          -          1          -    (maximal pool size: 205)
1796.31/1796.69	c   redcost          :       0.26       3667          0         51          0          0
1796.31/1796.69	c   impliedbounds    :       0.01          6          0          0        208          0
1796.31/1796.69	c   intobj           :       0.00          0          0          0          0          0
1796.31/1796.69	c   gomory           :       0.74          6          0          0          8          0
1796.31/1796.69	c   strongcg         :       0.76          6          0          0          8          0
1796.31/1796.69	c   cmir             :       0.44          6          0          0         27          0
1796.31/1796.69	c   flowcover        :       0.21          6          0          0          0          0
1796.31/1796.69	c   clique           :       0.45          6          0          0         54          0
1796.31/1796.69	c   zerohalf         :       0.00          0          0          0          0          0
1796.31/1796.69	c   mcf              :       0.20          4          0          0        106          0
1796.31/1796.69	c Pricers            :       Time      Calls       Vars
1796.31/1796.69	c   problem variables:       0.00          0          0
1796.31/1796.69	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.31/1796.69	c   relpscost        :     382.03       1448          0        410          0          0       2472
1796.31/1796.69	c   pscost           :       0.00          0          0          0          0          0          0
1796.31/1796.69	c   inference        :       0.00          1          0          0          0          0          2
1796.31/1796.69	c   mostinf          :       0.00          0          0          0          0          0          0
1796.31/1796.69	c   leastinf         :       0.00          0          0          0          0          0          0
1796.31/1796.69	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.31/1796.69	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.31/1796.69	c   random           :       0.00          0          0          0          0          0          0
1796.31/1796.69	c Primal Heuristics  :       Time      Calls      Found
1796.31/1796.69	c   LP solutions     :       0.00          -          0
1796.31/1796.69	c   pseudo solutions :       0.00          -          0
1796.31/1796.69	c   intshifting      :       0.00          0          0
1796.31/1796.69	c   oneopt           :       0.01          4          0
1796.31/1796.69	c   coefdiving       :      54.74         10          0
1796.31/1796.69	c   guideddiving     :      38.19         15          0
1796.31/1796.69	c   simplerounding   :       0.00          0          0
1796.31/1796.69	c   rounding         :       1.12        806          0
1796.31/1796.69	c   shifting         :       0.37        346          6
1796.31/1796.69	c   fixandinfer      :       0.00          0          0
1796.31/1796.69	c   feaspump         :       0.00          0          0
1796.31/1796.69	c   pscostdiving     :      35.10         15          0
1796.31/1796.69	c   fracdiving       :      80.32         56          1
1796.31/1796.69	c   veclendiving     :      41.35         16          0
1796.31/1796.69	c   intdiving        :       0.00          0          0
1796.31/1796.69	c   actconsdiving    :       0.00          0          0
1796.31/1796.69	c   objpscostdiving  :     521.89          2          0
1796.31/1796.69	c   rootsoldiving    :       9.98         18          0
1796.31/1796.69	c   linesearchdiving :      49.76         63          2
1796.31/1796.69	c   octane           :       0.00          0          0
1796.31/1796.69	c   rens             :       0.00          0          0
1796.31/1796.69	c   rins             :       0.00          0          0
1796.31/1796.69	c   localbranching   :       0.00          0          0
1796.31/1796.69	c   mutation         :       0.00          0          0
1796.31/1796.69	c   crossover        :       0.11          2          0
1796.31/1796.69	c   dins             :       0.00          0          0
1796.31/1796.69	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.31/1796.69	c   primal LP        :       3.65          0          0       0.00       0.00
1796.31/1796.69	c   dual LP          :     562.65       3805    1452443     381.72    2581.43
1796.31/1796.69	c   barrier LP       :       0.00          0          0       0.00          -
1796.31/1796.69	c   diving/probing LP:     810.32      34408    1784710      51.87    2202.48
1796.31/1796.69	c   strong branching :     381.67       3905     884542     226.52    2317.56
1796.31/1796.69	c     (at root node) :          -         58      58000    1000.00          -
1796.31/1796.69	c   conflict analysis:       0.00          0          0       0.00          -
1796.31/1796.69	c B&B Tree           :
1796.31/1796.69	c   number of runs   :          1
1796.31/1796.69	c   nodes            :       1250
1796.31/1796.69	c   nodes (total)    :       1250
1796.31/1796.69	c   nodes left       :       1222
1796.31/1796.69	c   max depth        :         53
1796.31/1796.69	c   max depth (total):         53
1796.31/1796.69	c   backtracks       :        206 (16.5%)
1796.31/1796.69	c   delayed cutoffs  :          0
1796.31/1796.69	c   repropagations   :         56 (8 domain reductions, 0 cutoffs)
1796.31/1796.69	c   avg switch length:       3.29
1796.31/1796.69	c   switching time   :       4.22
1796.31/1796.69	c Solution           :
1796.31/1796.69	c   Solutions found  :          9 (4 improvements)
1796.31/1796.69	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 458 nodes, 1233.04 seconds, depth 137, found by <linesearchdiving>)
1796.31/1796.69	c   Dual Bound       : -4.03697329955249e+01
1796.31/1796.69	c   Gap              :      65.32 %
1796.31/1796.69	c   Root Dual Bound  : -5.00000000000000e+01
1796.41/1796.72	c Time complete: 1796.43.

Verifier Data

OK	-14

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-3737466-1338748093/watcher-3737466-1338748093 -o /tmp/evaluation-result-3737466-1338748093/solver-3737466-1338748093 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737466-1338748093.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: 1.20 1.74 1.90 3/175 12260
/proc/meminfo: memFree=25442136/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=8876 CPUtime=0 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 1562 0 0 0 0 0 0 0 20 0 1 0 340936570 9089024 1514 33554432000 4194304 7823515 140737471896256 140737471828168 4808117 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12260/statm: 2219 1514 354 887 0 1329 0

[startup+0.0958119 s]
/proc/loadavg: 1.20 1.74 1.90 3/175 12260
/proc/meminfo: memFree=25442136/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=23212 CPUtime=0.09 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 5070 0 0 0 5 4 0 0 20 0 1 0 340936570 23769088 4669 33554432000 4194304 7823515 140737471896256 140737471828168 5878822 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12260/statm: 5803 4700 429 887 0 4913 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23212

[startup+0.100204 s]
/proc/loadavg: 1.20 1.74 1.90 3/175 12260
/proc/meminfo: memFree=25442136/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=24516 CPUtime=0.09 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 5581 0 0 0 5 4 0 0 20 0 1 0 340936570 25104384 5179 33554432000 4194304 7823515 140737471896256 140737471828168 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12260/statm: 6129 5179 436 887 0 5239 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24516

[startup+0.300206 s]
/proc/loadavg: 1.20 1.74 1.90 3/175 12260
/proc/meminfo: memFree=25442136/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=38844 CPUtime=0.29 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 9364 0 0 0 21 8 0 0 20 0 1 0 340936570 39776256 8733 33554432000 4194304 7823515 140737471896256 140737471828168 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12260/statm: 9711 8733 520 887 0 8821 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38844

[startup+0.700178 s]
/proc/loadavg: 1.20 1.74 1.90 3/175 12260
/proc/meminfo: memFree=25442136/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=40348 CPUtime=0.69 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 9828 0 0 0 61 8 0 0 20 0 1 0 340936570 41316352 9445 33554432000 4194304 7823515 140737471896256 140737471892056 6212422 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12260/statm: 10087 9445 523 887 0 9197 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40348

[startup+1.50018 s]
/proc/loadavg: 1.20 1.74 1.90 4/177 12262
/proc/meminfo: memFree=25374136/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=40348 CPUtime=1.49 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 9860 0 0 0 141 8 0 0 20 0 1 0 340936570 41316352 9477 33554432000 4194304 7823515 140737471896256 140737471891592 6151308 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12260/statm: 10087 9477 523 887 0 9197 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40348

[startup+3.10019 s]
/proc/loadavg: 1.27 1.75 1.90 4/177 12262
/proc/meminfo: memFree=25371276/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=41172 CPUtime=3.09 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 9917 0 0 0 301 8 0 0 20 0 1 0 340936570 42160128 9534 33554432000 4194304 7823515 140737471896256 140737471891592 6173514 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12260/statm: 10293 9534 523 887 0 9403 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41172

[startup+6.30023 s]
/proc/loadavg: 1.27 1.75 1.90 4/177 12262
/proc/meminfo: memFree=25369268/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=42164 CPUtime=6.29 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 10438 0 0 0 620 9 0 0 20 0 1 0 340936570 43175936 9855 33554432000 4194304 7823515 140737471896256 140737471892056 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 10541 9855 524 887 0 9651 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42164

[startup+12.7003 s]
/proc/loadavg: 1.38 1.75 1.90 4/177 12262
/proc/meminfo: memFree=25361152/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=46112 CPUtime=12.68 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 11728 0 0 0 1256 12 0 0 20 0 1 0 340936570 47218688 11028 33554432000 4194304 7823515 140737471896256 140737471892056 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 11528 11028 568 887 0 10638 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46112

[startup+25.5003 s]
/proc/loadavg: 1.47 1.76 1.91 4/177 12262
/proc/meminfo: memFree=25358308/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=47672 CPUtime=25.48 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 12163 0 0 0 2533 15 0 0 20 0 1 0 340936570 48816128 11509 33554432000 4194304 7823515 140737471896256 140737471890952 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 11918 11509 572 887 0 11028 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47672

[startup+51.1002 s]
/proc/loadavg: 1.65 1.78 1.91 4/177 12263
/proc/meminfo: memFree=25357112/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=47672 CPUtime=51.07 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 12163 0 0 0 5089 18 0 0 20 0 1 0 340936570 48816128 11509 33554432000 4194304 7823515 140737471896256 140737471890952 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 11918 11509 572 887 0 11028 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47672

[startup+102.307 s]
/proc/loadavg: 1.89 1.83 1.91 4/177 12263
/proc/meminfo: memFree=25357308/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=47672 CPUtime=102.27 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 12167 0 0 0 10194 33 0 0 20 0 1 0 340936570 48816128 11512 33554432000 4194304 7823515 140737471896256 140737471891304 5392898 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 11918 11512 574 887 0 11028 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 47672

[startup+162.3 s]
/proc/loadavg: 1.96 1.86 1.91 4/178 12266
/proc/meminfo: memFree=25356776/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=47672 CPUtime=162.25 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 12171 0 0 0 16170 55 0 0 20 0 1 0 340936570 48816128 11516 33554432000 4194304 7823515 140737471896256 140737471891720 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 11918 11516 578 887 0 11028 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 47672

[startup+222.3 s]
/proc/loadavg: 1.98 1.88 1.91 4/177 12266
/proc/meminfo: memFree=25356912/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=47672 CPUtime=222.24 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 12171 0 0 0 22150 74 0 0 20 0 1 0 340936570 48816128 11516 33554432000 4194304 7823515 140737471896256 140737471891592 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 11918 11516 578 887 0 11028 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 47672

[startup+282.3 s]
/proc/loadavg: 1.99 1.90 1.91 4/178 12267
/proc/meminfo: memFree=25355200/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=48436 CPUtime=282.24 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 12337 0 0 0 28129 95 0 0 20 0 1 0 340936570 49598464 11682 33554432000 4194304 7823515 140737471896256 140737471890952 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 12109 11682 578 887 0 11219 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 48436

[startup+342.3 s]
/proc/loadavg: 1.99 1.91 1.91 4/177 12267
/proc/meminfo: memFree=25354864/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=48588 CPUtime=342.23 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 12341 0 0 0 34114 109 0 0 20 0 1 0 340936570 49754112 11728 33554432000 4194304 7823515 140737471896256 140737471892088 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 12147 11728 578 887 0 11257 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 48588

[startup+402.3 s]
/proc/loadavg: 1.99 1.93 1.91 4/177 12268
/proc/meminfo: memFree=25351948/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=48588 CPUtime=402.22 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 12341 0 0 0 40102 120 0 0 20 0 1 0 340936570 49754112 11728 33554432000 4194304 7823515 140737471896256 140737471892088 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 12147 11728 578 887 0 11257 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 48588

[startup+462.3 s]
/proc/loadavg: 1.99 1.94 1.91 4/177 12268
/proc/meminfo: memFree=25352384/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=48588 CPUtime=462.21 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 12341 0 0 0 46090 131 0 0 20 0 1 0 340936570 49754112 11728 33554432000 4194304 7823515 140737471896256 140737471892088 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 12147 11728 578 887 0 11257 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 48588

[startup+522.3 s]
/proc/loadavg: 1.99 1.95 1.91 4/177 12268
/proc/meminfo: memFree=25350584/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=48588 CPUtime=522.2 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 12341 0 0 0 52078 142 0 0 20 0 1 0 340936570 49754112 11728 33554432000 4194304 7823515 140737471896256 140737471892088 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 12147 11728 578 887 0 11257 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 48588

[startup+582.3 s]
/proc/loadavg: 2.07 1.97 1.92 4/177 12268
/proc/meminfo: memFree=25349716/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=48588 CPUtime=582.19 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 12341 0 0 0 58065 154 0 0 20 0 1 0 340936570 49754112 11728 33554432000 4194304 7823515 140737471896256 140737471892088 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 12147 11728 578 887 0 11257 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 48588

[startup+642.3 s]

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

/proc/meminfo: memFree=25339092/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=53308 CPUtime=1062.12 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 16931 0 0 0 105923 289 0 0 20 0 1 0 340936570 54587392 12803 33554432000 4194304 7823515 140737471896256 140737471891368 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 13327 12803 580 887 0 12437 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 53308

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.92 4/177 12273
/proc/meminfo: memFree=25337980/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=54332 CPUtime=1122.11 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 21885 0 0 0 111901 310 0 0 20 0 1 0 340936570 55635968 13152 33554432000 4194304 7823515 140737471896256 140737471891944 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 13583 13152 587 887 0 12693 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 54332

[startup+1182.3 s]
/proc/loadavg: 2.07 2.00 1.93 4/177 12273
/proc/meminfo: memFree=25337172/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=54552 CPUtime=1182.1 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 21974 0 0 0 117879 331 0 0 20 0 1 0 340936570 55861248 13272 33554432000 4194304 7823515 140737471896256 140737471891416 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 13638 13272 587 887 0 12748 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 54552

[startup+1242.3 s]
/proc/loadavg: 2.02 2.00 1.93 4/177 12273
/proc/meminfo: memFree=25336116/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=55328 CPUtime=1242.09 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 22063 0 0 0 123861 348 0 0 20 0 1 0 340936570 56655872 13360 33554432000 4194304 7823515 140737471896256 140737471891592 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 13832 13360 587 887 0 12942 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 55328

[startup+1302.3 s]
/proc/loadavg: 2.14 2.03 1.94 4/177 12274
/proc/meminfo: memFree=25333324/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=58032 CPUtime=1302.09 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 22790 0 0 0 129839 370 0 0 20 0 1 0 340936570 59424768 14086 33554432000 4194304 7823515 140737471896256 140737471891592 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 14508 14086 587 887 0 13618 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 58032

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 1.94 4/178 12277
/proc/meminfo: memFree=25331616/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=59684 CPUtime=1362.07 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 24397 0 0 0 135815 392 0 0 20 0 1 0 340936570 61116416 14420 33554432000 4194304 7823515 140737471896256 140737471892008 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 14921 14420 587 887 0 14031 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 59684

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 1.94 4/177 12277
/proc/meminfo: memFree=25317052/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=74996 CPUtime=1422.07 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 28008 0 0 0 141794 413 0 0 20 0 1 0 340936570 76795904 18031 33554432000 4194304 7823515 140737471896256 140737471891944 6212418 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 18749 18031 587 887 0 17859 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 74996

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 1.95 4/177 12277
/proc/meminfo: memFree=25316104/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=74996 CPUtime=1482.06 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 28011 0 0 0 147772 434 0 0 20 0 1 0 340936570 76795904 18298 33554432000 4194304 7823515 140737471896256 140737471891592 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 18749 18298 587 887 0 17859 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 74996

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 1.95 4/177 12277
/proc/meminfo: memFree=25316604/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=74996 CPUtime=1542.04 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 28016 0 0 0 153752 452 0 0 20 0 1 0 340936570 76795904 18303 33554432000 4194304 7823515 140737471896256 140737471891416 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 18749 18303 587 887 0 17859 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 74996

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 1.95 4/177 12278
/proc/meminfo: memFree=25316232/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=74996 CPUtime=1602.03 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 28016 0 0 0 159734 469 0 0 20 0 1 0 340936570 76795904 18303 33554432000 4194304 7823515 140737471896256 140737471892200 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 18749 18303 587 887 0 17859 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 74996

[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 1.95 4/177 12278
/proc/meminfo: memFree=25316232/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=74996 CPUtime=1662.02 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 28016 0 0 0 165712 490 0 0 20 0 1 0 340936570 76795904 18303 33554432000 4194304 7823515 140737471896256 140737471891704 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 18749 18303 587 887 0 17859 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 74996

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 1.95 4/177 12278
/proc/meminfo: memFree=25316108/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=74996 CPUtime=1722.02 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 28016 0 0 0 171690 512 0 0 20 0 1 0 340936570 76795904 18303 33554432000 4194304 7823515 140737471896256 140737471892152 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 18749 18303 587 887 0 17859 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 74996

[startup+1782.3 s]
/proc/loadavg: 2.15 2.05 1.96 4/177 12278
/proc/meminfo: memFree=25315380/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=74996 CPUtime=1782.01 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 28016 0 0 0 177667 534 0 0 20 0 1 0 340936570 76795904 18303 33554432000 4194304 7823515 140737471896256 140737471891416 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 18749 18303 587 887 0 17859 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 74996

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

[startup+1785.5 s]
/proc/loadavg: 2.15 2.05 1.96 4/177 12278
/proc/meminfo: memFree=25315752/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=74996 CPUtime=1785.2 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 28016 0 0 0 177985 535 0 0 20 0 1 0 340936570 76795904 18303 33554432000 4194304 7823515 140737471896256 140737471892056 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 18749 18303 587 887 0 17859 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 74996

[startup+1791.91 s]
/proc/loadavg: 2.13 2.05 1.96 4/177 12278
/proc/meminfo: memFree=25315752/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=74996 CPUtime=1791.61 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 28016 0 0 0 178623 538 0 0 20 0 1 0 340936570 76795904 18303 33554432000 4194304 7823515 140737471896256 140737471892056 6212532 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 18749 18303 587 887 0 17859 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 74996

[startup+1795.1 s]
/proc/loadavg: 2.13 2.05 1.96 4/177 12278
/proc/meminfo: memFree=25315752/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=74996 CPUtime=1794.81 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 28016 0 0 0 178942 539 0 0 20 0 1 0 340936570 76795904 18303 33554432000 4194304 7823515 140737471896256 140737471890584 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 18749 18303 587 887 0 17859 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 74996

[startup+1795.9 s]
/proc/loadavg: 2.13 2.05 1.96 4/177 12278
/proc/meminfo: memFree=25315752/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=74996 CPUtime=1795.6 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 28016 0 0 0 179021 539 0 0 20 0 1 0 340936570 76795904 18303 33554432000 4194304 7823515 140737471896256 140737471890584 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 18749 18303 587 887 0 17859 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 74996

[startup+1796.31 s]
/proc/loadavg: 2.13 2.05 1.96 4/177 12278
/proc/meminfo: memFree=25315628/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=74996 CPUtime=1796.02 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 28016 0 0 0 179062 540 0 0 20 0 1 0 340936570 76795904 18303 33554432000 4194304 7823515 140737471896256 140737471892056 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 18749 18303 587 887 0 17859 0
Current children cumulated CPU time (s) 1796.02
Current children cumulated vsize (KiB) 74996

[startup+1796.7 s]
/proc/loadavg: 2.13 2.05 1.96 4/177 12278
/proc/meminfo: memFree=25315628/32873648 swapFree=6852/6852
[pid=12260] ppid=12256 vsize=74996 CPUtime=1796.41 cores=0,2,4,6
/proc/12260/stat : 12260 (pbscip.linux.x8) R 12256 12260 12217 0 -1 4202496 28018 0 0 0 179101 540 0 0 20 0 1 0 340936570 76795904 18305 33554432000 4194304 7823515 140737471896256 140737471892056 4902466 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12260/statm: 18749 18305 589 887 0 17859 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 74996

Child status: 0
Real time (s): 1796.72
CPU time (s): 1796.44
CPU user time (s): 1791.04
CPU system time (s): 5.40318
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 74996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.04
system time used= 5.40318
maximum resident set size= 73220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28021
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= 23
involuntary context switches= 1875

runsolver used 2.87856 second user time and 7.70083 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-03 20:28:13
IDJOB=3737466
IDBENCH=48243
IDSOLVER=2321
FILE ID=node112/3737466-1338748093
RUNJOBID= node112-1338748093-12233
PBS_JOBID= 14636784
Free space on /tmp= 71216 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_1.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-3737466-1338748093/watcher-3737466-1338748093 -o /tmp/evaluation-result-3737466-1338748093/solver-3737466-1338748093 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737466-1338748093.opb

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

MD5SUM BENCH= fd0cd32338d58e5da2d0a0f96e14ad7d
RANDOM SEED=873142693

node112.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.763
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	: 5333.52
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.763
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.763
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.763
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.763
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.763
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.92
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.763
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.763
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:        25442804 kB
Buffers:          553044 kB
Cached:          5993656 kB
SwapCached:            0 kB
Active:          1769760 kB
Inactive:        4790048 kB
Active(anon):       2428 kB
Inactive(anon):    10924 kB
Active(file):    1767332 kB
Inactive(file):  4779124 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             19492 kB
Writeback:             0 kB
AnonPages:         17668 kB
Mapped:            13620 kB
Shmem:               200 kB
Slab:             731268 kB
SReclaimable:     175020 kB
SUnreclaim:       556248 kB
KernelStack:        1384 kB
PageTables:         3960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71196 MiB
End job on node112 at 2012-06-03 20:58:10