Trace number 3735042

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.8 1790.11

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_15.opb
MD5SUM76cbd1f5f345389511b95f4555e7fed1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark178
Best CPU time to get the best result obtained on this benchmark1798.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 179
Optimality of the best value was proved NO
Number of variables4320
Total number of constraints8415
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8414
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 105
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 232
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 329
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1558
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3735042-1338703135.opb>
0.19/0.23	c original problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 8415 constraints
0.19/0.23	c problem read
0.19/0.23	c presolving settings loaded
0.19/0.29	c presolving:
0.29/0.35	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 4 chg sides, 305 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.29/0.38	c (round 2) 1 del vars, 3982 del conss, 1 chg bounds, 4 chg sides, 305 chg coeffs, 233 upgd conss, 0 impls, 0 clqs
0.39/0.41	c (round 3) 1 del vars, 3982 del conss, 1 chg bounds, 4 chg sides, 307 chg coeffs, 452 upgd conss, 212 impls, 7 clqs
0.39/0.42	c (round 4) 1 del vars, 3982 del conss, 1 chg bounds, 52 chg sides, 407 chg coeffs, 452 upgd conss, 214 impls, 7 clqs
1.29/1.33	c    (1.1s) probing: 227/4319 (5.3%) - 0 fixings, 0 aggregations, 35 implications, 0 bound changes
1.29/1.33	c    (1.1s) probing aborted: 100/100 successive totally useless probings
1.29/1.33	c presolving (5 rounds):
1.29/1.33	c  1 deleted vars, 3982 deleted constraints, 1 tightened bounds, 0 added holes, 52 changed sides, 407 changed coefficients
1.29/1.33	c  284 implications, 7 cliques
1.29/1.33	c presolved problem has 4319 variables (4319 bin, 0 int, 0 impl, 0 cont) and 4434 constraints
1.29/1.33	c     452 constraints of type <knapsack>
1.29/1.33	c       1 constraints of type <setppc>
1.29/1.33	c    3981 constraints of type <linear>
1.29/1.33	c transformed objective value is always integral (scale: 1)
1.29/1.33	c Presolving Time: 1.04
1.29/1.33	c - non default parameters ----------------------------------------------------------------------
1.29/1.33	c # SCIP version 1.2.1.3
1.29/1.33	c 
1.29/1.33	c # frequency for displaying node information lines
1.29/1.33	c # [type: int, range: [-1,2147483647], default: 100]
1.29/1.33	c display/freq = 10000
1.29/1.33	c 
1.29/1.33	c # maximal time in seconds to run
1.29/1.33	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.33	c limits/time = 1789.78
1.29/1.33	c 
1.29/1.33	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.29/1.33	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.33	c limits/memory = 13950
1.29/1.33	c 
1.29/1.33	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.29/1.33	c # [type: int, range: [1,2], default: 1]
1.29/1.33	c timing/clocktype = 2
1.29/1.33	c 
1.29/1.33	c # should presolving try to simplify inequalities
1.29/1.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.33	c constraints/linear/simplifyinequalities = TRUE
1.29/1.33	c 
1.29/1.33	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.29/1.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.33	c constraints/indicator/addCouplingCons = TRUE
1.29/1.33	c 
1.29/1.33	c # should presolving try to simplify knapsacks
1.29/1.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.33	c constraints/knapsack/simplifyinequalities = TRUE
1.29/1.33	c 
1.29/1.33	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.29/1.33	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.33	c separating/rapidlearning/freq = 0
1.29/1.33	c 
1.29/1.33	c -----------------------------------------------------------------------------------------------
1.29/1.33	c start solving
1.29/1.33	c 
1.39/1.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.39/1.43	c   1.2s|     1 |     0 |   803 |     - |  36M|   0 | 755 |4319 |4434 |4319 |4434 |   0 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
4.19/4.21	c   4.0s|     1 |     0 |  5142 |     - |  37M|   0 |1144 |4319 |4434 |4319 |4574 | 140 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
7.59/7.63	c   7.4s|     1 |     0 | 10707 |     - |  37M|   0 |2409 |4319 |4434 |4319 |4829 | 395 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
11.59/11.62	c  11.4s|     1 |     0 | 16274 |     - |  38M|   0 |2527 |4319 |4434 |4319 |5024 | 590 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
15.29/15.36	c  15.1s|     1 |     0 | 21194 |     - |  38M|   0 |2447 |4319 |4434 |4319 |5220 | 786 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
19.58/19.61	c  19.4s|     1 |     0 | 26215 |     - |  39M|   0 |2770 |4319 |4434 |4319 |5384 | 950 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
23.78/23.88	c  23.7s|     1 |     0 | 30762 |     - |  40M|   0 |2336 |4319 |4434 |4319 |5551 |1117 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
48.58/48.65	c  48.4s|     1 |     2 | 30762 |     - |  40M|   0 |2336 |4319 |4434 |4319 |5551 |1117 |   0 |  33 | 1.050000e+02 |      --      |    Inf 
1789.69/1790.01	c 
1789.69/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.01	c Solving Time (sec) : 1789.78
1789.69/1790.01	c Solving Nodes      : 8577
1789.69/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.69/1790.01	c Dual Bound         : +1.05000000000000e+02
1789.69/1790.01	c Gap                : infinite
1789.69/1790.01	s UNKNOWN
1789.69/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.01	c Solving Time       :    1789.78
1789.69/1790.01	c Original Problem   :
1789.69/1790.01	c   Problem name     : HOME/instance-3735042-1338703135.opb
1789.69/1790.01	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.01	c   Constraints      : 8415 initial, 8415 maximal
1789.69/1790.01	c Presolved Problem  :
1789.69/1790.01	c   Problem name     : t_HOME/instance-3735042-1338703135.opb
1789.69/1790.01	c   Variables        : 4319 (4319 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.01	c   Constraints      : 4434 initial, 9561 maximal
1789.69/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.69/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   probing          :       0.89          0          0          0          0          0          0          0          0
1789.69/1790.01	c   knapsack         :       0.01          0          0          0          0          0          0         48        102
1789.69/1790.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   linear           :       0.11          1          0          0          1          0       3982          4        305
1789.69/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.69/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.01	c   integral         :          0          0          0       6424          0         31       2230          0          0      11808
1789.69/1790.01	c   knapsack         :        452          6      51009          0          2        404      94036       1126          0          0
1789.69/1790.01	c   setppc           :          1          6       3631          0          0          0          0          0          0          0
1789.69/1790.01	c   linear           :       3981          6      50605          0          2       2016    1412848          0          0          0
1789.69/1790.01	c   logicor          :          0+         0      27234          0          0        263      21607          0          0          0
1789.69/1790.01	c   countsols        :          0          0          0          0          2          0          0          0          0          0
1789.69/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.69/1790.01	c   integral         :     545.62       0.00       0.00     545.62       0.00
1789.69/1790.01	c   knapsack         :       7.17       0.04       7.13       0.00       0.00
1789.69/1790.01	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1789.69/1790.01	c   linear           :      68.83       0.00      68.83       0.00       0.00
1789.69/1790.01	c   logicor          :       1.87       0.00       1.87       0.00       0.00
1789.69/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.69/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.69/1790.01	c   vbounds          :       0.02          2          0          0
1789.69/1790.01	c   rootredcost      :       0.02          0          0          0
1789.69/1790.01	c   pseudoobj        :       0.05      50544          0          0
1789.69/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.69/1790.01	c   propagation      :       0.26       2683       2682      23925       35.4        284       15.7          -
1789.69/1790.01	c   infeasible LP    :       3.06       5200       5200      14169       22.3        426       19.0          0
1789.69/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.69/1790.01	c   applied globally :          -          -          -      17960       21.6          -          -          -
1789.69/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.69/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.69/1790.01	c   cut pool         :       0.00          5          -          -        892          -    (maximal pool size: 4168)
1789.69/1790.01	c   redcost          :       0.39       6475          0         56          0          0
1789.69/1790.01	c   impliedbounds    :       0.00          6          0          0         12          0
1789.69/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.69/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.69/1790.01	c   gomory           :       1.28          6          0          0          6          0
1789.69/1790.01	c   strongcg         :       1.28          6          0          0          2          0
1789.69/1790.01	c   cmir             :       1.26          6          0          0       3000          0
1789.69/1790.01	c   flowcover        :       1.10          6          0          0       1200          0
1789.69/1790.01	c   clique           :       0.00          6          0          0          3          0
1789.69/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.69/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.69/1790.01	c   rapidlearning    :       0.33          1          0          0          0          0
1789.69/1790.01	c Pricers            :       Time      Calls       Vars
1789.69/1790.01	c   problem variables:       0.00          0          0
1789.69/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.01	c   relpscost        :     545.61       6424         31       2230          0          0      11808
1789.69/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.69/1790.01	c   inference        :       0.00          2          0          0          0          0          4
1789.69/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.69/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.69/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.69/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.69/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.69/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.69/1790.01	c   LP solutions     :       0.00          -          0
1789.69/1790.01	c   pseudo solutions :       0.00          -          0
1789.69/1790.01	c   oneopt           :       0.01          0          0
1789.69/1790.01	c   crossover        :       0.00          0          0
1789.69/1790.01	c   guideddiving     :       0.00          0          0
1789.69/1790.01	c   intshifting      :       0.00          0          0
1789.69/1790.01	c   coefdiving       :     164.43          7          0
1789.69/1790.01	c   linesearchdiving :      13.62         26          0
1789.69/1790.01	c   pscostdiving     :      32.53         26          0
1789.69/1790.01	c   veclendiving     :      39.96         26          0
1789.69/1790.01	c   objpscostdiving  :      10.06         14          0
1789.69/1790.01	c   rootsoldiving    :       9.34         14          0
1789.69/1790.01	c   feaspump         :      19.87         14          0
1789.69/1790.01	c   trivial          :       0.00          2          0
1789.69/1790.01	c   simplerounding   :       0.00          0          0
1789.69/1790.01	c   zirounding       :       0.14       1000          0
1789.69/1790.01	c   rounding         :       1.00       1093          0
1789.69/1790.01	c   shifting         :       6.69        307          0
1789.69/1790.01	c   twoopt           :       0.00          0          0
1789.69/1790.01	c   fixandinfer      :       0.00          0          0
1789.69/1790.01	c   fracdiving       :      86.34         16          0
1789.69/1790.01	c   intdiving        :       0.00          0          0
1789.69/1790.01	c   actconsdiving    :       0.00          0          0
1789.69/1790.01	c   octane           :       0.00          0          0
1789.69/1790.01	c   rens             :       0.01          0          0
1789.69/1790.01	c   rins             :       0.00          0          0
1789.69/1790.01	c   localbranching   :       0.00          0          0
1789.69/1790.01	c   mutation         :       0.00          0          0
1789.69/1790.01	c   dins             :       0.00          0          0
1789.69/1790.01	c   undercover       :       0.00          0          0
1789.69/1790.01	c   nlp              :       0.00          0          0
1789.69/1790.01	c   trysol           :       0.00          0          0
1789.69/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.69/1790.01	c   primal LP        :       0.02          0          0       0.00       0.00
1789.69/1790.01	c   dual LP          :     768.30       8012    3723155     464.70    4845.94
1789.69/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.69/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.69/1790.01	c   diving/probing LP:     347.68      10862    1282894     118.11    3689.88
1789.69/1790.01	c   strong branching :     543.58       4473    1995096     446.03    3670.28
1789.69/1790.01	c     (at root node) :          -         33      28899     875.73          -
1789.69/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.69/1790.01	c B&B Tree           :
1789.69/1790.01	c   number of runs   :          1
1789.69/1790.01	c   nodes            :       8577
1789.69/1790.01	c   nodes (total)    :       8577
1789.69/1790.01	c   nodes left       :       2097
1789.69/1790.01	c   max depth        :         71
1789.69/1790.01	c   max depth (total):         71
1789.69/1790.01	c   backtracks       :       1499 (17.5%)
1789.69/1790.01	c   delayed cutoffs  :       1139
1789.69/1790.01	c   repropagations   :      10135 (502886 domain reductions, 608 cutoffs)
1789.69/1790.01	c   avg switch length:       5.13
1789.69/1790.01	c   switching time   :      12.92
1789.69/1790.01	c Solution           :
1789.69/1790.01	c   Solutions found  :          0 (0 improvements)
1789.69/1790.01	c   Primal Bound     :          -
1789.69/1790.01	c   Dual Bound       : +1.05000000000000e+02
1789.69/1790.01	c   Gap              :   infinite
1789.69/1790.01	c   Root Dual Bound  : +1.05000000000000e+02
1789.69/1790.01	c   Root Iterations  :      30762
1789.79/1790.10	c Time complete: 1789.79.

Verifier Data

ERROR: no interpretation found !

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

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

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


[startup+0 s]
/proc/loadavg: 2.21 2.12 2.03 3/176 28081
/proc/meminfo: memFree=31580160/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=9972 CPUtime=0 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 1517 0 0 0 0 0 0 0 20 0 1 0 336442093 10211328 1463 33554432000 4194304 8395647 140734525074160 140734152666888 7382157 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 2493 1473 374 1026 0 1463 0

[startup+0.042284 s]
/proc/loadavg: 2.21 2.12 2.03 3/176 28081
/proc/meminfo: memFree=31580160/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=12416 CPUtime=0.03 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 2351 0 0 0 3 0 0 0 20 0 1 0 336442093 12713984 2297 33554432000 4194304 8395647 140734525074160 140734152666888 7430272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 3104 2297 393 1026 0 2074 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12416

[startup+0.100261 s]
/proc/loadavg: 2.21 2.12 2.03 3/176 28081
/proc/meminfo: memFree=31580160/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=15428 CPUtime=0.09 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 3116 0 0 0 9 0 0 0 20 0 1 0 336442093 15798272 3062 33554432000 4194304 8395647 140734525074160 140734152666888 7430272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 3857 3062 393 1026 0 2827 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15428

[startup+0.300268 s]
/proc/loadavg: 2.21 2.12 2.03 3/176 28081
/proc/meminfo: memFree=31580160/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=88916 CPUtime=0.29 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 20731 0 0 0 25 4 0 0 20 0 1 0 336442093 91049984 20323 33554432000 4194304 8395647 140734525074160 140734152666888 4999302 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 22229 20323 457 1026 0 21199 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88916

[startup+0.700309 s]
/proc/loadavg: 2.21 2.12 2.03 3/176 28081
/proc/meminfo: memFree=31580160/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=91724 CPUtime=0.69 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 21506 0 0 0 65 4 0 0 20 0 1 0 336442093 93925376 21098 33554432000 4194304 8395647 140734525074160 140734152666888 6064257 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 22931 21098 499 1026 0 21901 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91724

[startup+1.50029 s]
/proc/loadavg: 2.21 2.12 2.03 3/177 28082
/proc/meminfo: memFree=31496948/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=111700 CPUtime=1.49 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 26698 0 0 0 144 5 0 0 20 0 1 0 336442093 114380800 25479 33554432000 4194304 8395647 140734525074160 140734525069960 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 27925 25479 583 1026 0 26895 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111700

[startup+3.10032 s]
/proc/loadavg: 2.20 2.11 2.03 3/177 28082
/proc/meminfo: memFree=31476860/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=112808 CPUtime=3.08 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 27171 0 0 0 303 5 0 0 20 0 1 0 336442093 115515392 25852 33554432000 4194304 8395647 140734525074160 140734525068680 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 28202 25852 596 1026 0 27172 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 112808

[startup+6.30027 s]
/proc/loadavg: 2.20 2.11 2.03 3/177 28082
/proc/meminfo: memFree=31451980/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=136748 CPUtime=6.29 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 43934 0 0 0 618 11 0 0 20 0 1 0 336442093 140029952 30955 33554432000 4194304 8395647 140734525074160 140734525068568 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 34187 30955 628 1026 0 33157 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 136748

[startup+12.7002 s]
/proc/loadavg: 2.16 2.11 2.03 3/177 28082
/proc/meminfo: memFree=31429732/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=138152 CPUtime=12.68 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 47752 0 0 0 1255 13 0 0 20 0 1 0 336442093 141467648 31545 33554432000 4194304 8395647 140734525074160 140734525069400 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 34538 31545 628 1026 0 33508 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 138152

[startup+25.5003 s]
/proc/loadavg: 2.22 2.12 2.03 3/177 28082
/proc/meminfo: memFree=31409488/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=150060 CPUtime=25.48 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 53958 0 0 0 2530 18 0 0 20 0 1 0 336442093 153661440 35091 33554432000 4194304 8395647 140734525074160 140734525069032 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 37515 35091 629 1026 0 36485 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 150060

[startup+51.1003 s]
/proc/loadavg: 2.14 2.11 2.03 3/177 28082
/proc/meminfo: memFree=31385636/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=147992 CPUtime=51.08 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 107138 0 0 0 5068 40 0 0 20 0 1 0 336442093 151543808 34545 33554432000 4194304 8395647 140734525074160 140734525069032 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 36998 34545 630 1026 0 35968 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 147992

[startup+102.307 s]
/proc/loadavg: 2.11 2.11 2.03 3/178 28085
/proc/meminfo: memFree=31373148/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=148904 CPUtime=102.28 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 107399 0 0 0 10175 53 0 0 20 0 1 0 336442093 152477696 35295 33554432000 4194304 8395647 140734525074160 140734525069032 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 37226 35295 634 1026 0 36196 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 148904

[startup+162.3 s]
/proc/loadavg: 2.16 2.12 2.04 3/178 28108
/proc/meminfo: memFree=31353240/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=148904 CPUtime=162.24 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 107417 0 0 0 16152 72 0 0 20 0 1 0 336442093 152477696 36211 33554432000 4194304 8395647 140734525074160 140734525069368 6721235 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 37226 36211 636 1026 0 36196 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 148904

[startup+222.3 s]
/proc/loadavg: 2.09 2.11 2.04 3/176 28109
/proc/meminfo: memFree=31334756/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=150040 CPUtime=222.24 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 107647 0 0 0 22127 97 0 0 20 0 1 0 336442093 153640960 36441 33554432000 4194304 8395647 140734525074160 140734525069288 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 37510 36441 636 1026 0 36480 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 150040

[startup+282.3 s]
/proc/loadavg: 2.10 2.10 2.04 3/177 28110
/proc/meminfo: memFree=31293680/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=153700 CPUtime=282.23 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 108573 0 0 0 28096 127 0 0 20 0 1 0 336442093 157388800 37367 33554432000 4194304 8395647 140734525074160 140734525069624 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 38425 37367 636 1026 0 37395 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 153700

[startup+342.3 s]
/proc/loadavg: 2.09 2.09 2.04 3/177 28110
/proc/meminfo: memFree=31258460/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=151864 CPUtime=342.22 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 129855 0 0 0 34070 152 0 0 20 0 1 0 336442093 155508736 36894 33554432000 4194304 8395647 140734525074160 140734525068568 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 37966 36894 636 1026 0 36936 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 151864

[startup+402.3 s]
/proc/loadavg: 2.10 2.09 2.04 3/177 28110
/proc/meminfo: memFree=31236204/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=146520 CPUtime=402.21 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 141636 0 0 0 40047 174 0 0 20 0 1 0 336442093 150036480 35617 33554432000 4194304 8395647 140734525074160 140734525069288 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 36630 35617 636 1026 0 35600 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 146520

[startup+462.3 s]
/proc/loadavg: 2.13 2.10 2.04 3/177 28110
/proc/meminfo: memFree=31204816/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=154776 CPUtime=462.21 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 143532 0 0 0 46026 195 0 0 20 0 1 0 336442093 158490624 37513 33554432000 4194304 8395647 140734525074160 140734525069384 5031900 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 38694 37513 636 1026 0 37664 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 154776

[startup+522.3 s]
/proc/loadavg: 2.11 2.09 2.04 3/177 28111
/proc/meminfo: memFree=31180096/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=158588 CPUtime=522.19 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 150404 0 0 0 51999 220 0 0 20 0 1 0 336442093 162394112 38540 33554432000 4194304 8395647 140734525074160 140734525068568 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 39647 38540 636 1026 0 38617 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 158588

[startup+582.3 s]
/proc/loadavg: 2.10 2.09 2.04 3/177 28111
/proc/meminfo: memFree=31173084/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=160604 CPUtime=582.18 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 165346 0 0 0 57971 247 0 0 20 0 1 0 336442093 164458496 39118 33554432000 4194304 8395647 140734525074160 140734525069800 4995212 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 40151 39118 636 1026 0 39121 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 160604

[startup+642.3 s]

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

/proc/meminfo: memFree=31009608/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=170668 CPUtime=1002.11 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 322471 0 0 0 99742 469 0 0 20 0 1 0 336442093 174764032 41654 33554432000 4194304 8395647 140734525074160 140734525068760 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 42667 41654 636 1026 0 41637 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 170668

[startup+1062.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/177 28115
/proc/meminfo: memFree=30993860/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=172392 CPUtime=1062.11 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 352911 0 0 0 105708 503 0 0 20 0 1 0 336442093 176529408 41890 33554432000 4194304 8395647 140734525074160 140734525068312 5029366 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 43098 41890 636 1026 0 42068 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 172392

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/177 28116
/proc/meminfo: memFree=30983804/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=177212 CPUtime=1122.09 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 362371 0 0 0 111681 528 0 0 20 0 1 0 336442093 181465088 43281 33554432000 4194304 8395647 140734525074160 140734525069864 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 44303 43281 636 1026 0 43273 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 177212

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 28116
/proc/meminfo: memFree=30966364/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=189388 CPUtime=1182.09 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 368732 0 0 0 117650 559 0 0 20 0 1 0 336442093 193933312 46276 33554432000 4194304 8395647 140734525074160 140734525068712 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 47347 46276 636 1026 0 46317 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 189388

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 28116
/proc/meminfo: memFree=30969964/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=184620 CPUtime=1242.08 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 383517 0 0 0 123615 593 0 0 20 0 1 0 336442093 189050880 45144 33554432000 4194304 8395647 140734525074160 140734525069288 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 46155 45144 636 1026 0 45125 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 184620

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28119
/proc/meminfo: memFree=30960384/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=189032 CPUtime=1302.07 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 398124 0 0 0 129580 627 0 0 20 0 1 0 336442093 193568768 46245 33554432000 4194304 8395647 140734525074160 140734525069768 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 47258 46245 636 1026 0 46228 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 189032

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28119
/proc/meminfo: memFree=30947804/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=201256 CPUtime=1362.05 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 431944 0 0 0 135543 662 0 0 20 0 1 0 336442093 206086144 49184 33554432000 4194304 8395647 140734525074160 140734525069288 6721240 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 50314 49184 636 1026 0 49284 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 201256

[startup+1422.31 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 28120
/proc/meminfo: memFree=30939312/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=200716 CPUtime=1422.05 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 442845 0 0 0 141510 695 0 0 20 0 1 0 336442093 205533184 49167 33554432000 4194304 8395647 140734525074160 140734525069624 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 50179 49167 636 1026 0 49149 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 200716

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 28120
/proc/meminfo: memFree=30927532/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=206408 CPUtime=1482.04 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 444060 0 0 0 147478 726 0 0 20 0 1 0 336442093 211361792 50382 33554432000 4194304 8395647 140734525074160 140734525069880 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 51602 50382 636 1026 0 50572 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 206408

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 28120
/proc/meminfo: memFree=30923068/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=207352 CPUtime=1542.02 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 444462 0 0 0 153446 756 0 0 20 0 1 0 336442093 212328448 50784 33554432000 4194304 8395647 140734525074160 140734525068760 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 51838 50784 636 1026 0 50808 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 207352

[startup+1602.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 28120
/proc/meminfo: memFree=30920496/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=207948 CPUtime=1602.02 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 450215 0 0 0 159412 790 0 0 20 0 1 0 336442093 212938752 50965 33554432000 4194304 8395647 140734525074160 140734525068456 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 51987 50965 636 1026 0 50957 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 207948

[startup+1662.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 28120
/proc/meminfo: memFree=30918388/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=212308 CPUtime=1662.01 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 457920 0 0 0 165377 824 0 0 20 0 1 0 336442093 217403392 51479 33554432000 4194304 8395647 140734525074160 140734525069032 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 53077 51479 636 1026 0 52047 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 212308

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 28121
/proc/meminfo: memFree=30916692/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=211072 CPUtime=1721.99 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 469352 0 0 0 171342 857 0 0 20 0 1 0 336442093 216137728 51755 33554432000 4194304 8395647 140734525074160 140734525069464 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 52768 51755 636 1026 0 51738 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 211072

[startup+1782.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/177 28159
/proc/meminfo: memFree=29993492/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=211584 CPUtime=1781.99 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 498985 0 0 0 177305 894 0 0 20 0 1 0 336442093 216662016 51865 33554432000 4194304 8395647 140734525074160 140734525069368 6721235 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 52896 51865 636 1026 0 51866 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 211584

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

[startup+1785.5 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 28159
/proc/meminfo: memFree=29992004/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=213360 CPUtime=1785.19 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 499384 0 0 0 177623 896 0 0 20 0 1 0 336442093 218480640 52264 33554432000 4194304 8395647 140734525074160 140734525069496 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 53340 52264 636 1026 0 52310 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 213360

[startup+1788.7 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 28159
/proc/meminfo: memFree=29992252/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=213360 CPUtime=1788.39 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 499384 0 0 0 177941 898 0 0 20 0 1 0 336442093 218480640 52264 33554432000 4194304 8395647 140734525074160 140734525069032 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 53340 52264 636 1026 0 52310 0
Current children cumulated CPU time (s) 1788.39
Current children cumulated vsize (KiB) 213360

[startup+1789.5 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 28159
/proc/meminfo: memFree=29992252/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=213360 CPUtime=1789.19 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 499384 0 0 0 178021 898 0 0 20 0 1 0 336442093 218480640 52264 33554432000 4194304 8395647 140734525074160 140734525068568 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 53340 52264 636 1026 0 52310 0
Current children cumulated CPU time (s) 1789.19
Current children cumulated vsize (KiB) 213360

[startup+1789.9 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 28159
/proc/meminfo: memFree=29992252/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=213360 CPUtime=1789.59 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 499384 0 0 0 178061 898 0 0 20 0 1 0 336442093 218480640 52264 33554432000 4194304 8395647 140734525074160 140734525068568 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 53340 52264 636 1026 0 52310 0
Current children cumulated CPU time (s) 1789.59
Current children cumulated vsize (KiB) 213360

[startup+1790.1 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 28159
/proc/meminfo: memFree=29992252/32873844 swapFree=7116/7116
[pid=28081] ppid=28079 vsize=179428 CPUtime=1789.79 cores=1,3,5,7
/proc/28081/stat : 28081 (pbscip.linux.x8) R 28079 28081 25766 0 -1 4202496 499387 0 0 0 178081 898 0 0 20 0 1 0 336442093 183734272 44426 33554432000 4194304 8395647 140734525074160 140734525068568 7435351 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28081/statm: 44857 44426 639 1026 0 43827 0
Current children cumulated CPU time (s) 1789.79
Current children cumulated vsize (KiB) 179428

Child status: 0
Real time (s): 1790.11
CPU time (s): 1789.8
CPU user time (s): 1780.81
CPU system time (s): 8.98963
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 217768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1780.81
system time used= 8.98963
maximum resident set size= 213344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499390
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= 34
involuntary context switches= 1838

runsolver used 2.71659 second user time and 7.18491 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-03 07:58:55
IDJOB=3735042
IDBENCH=2935
IDSOLVER=2326
FILE ID=node103/3735042-1338703135
RUNJOBID= node103-1338678622-25787
PBS_JOBID= 14636710
Free space on /tmp= 71116 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_15.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735042-1338703135/watcher-3735042-1338703135 -o /tmp/evaluation-result-3735042-1338703135/solver-3735042-1338703135 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3735042-1338703135.opb -t 1800 -m 15500

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

MD5SUM BENCH= 76cbd1f5f345389511b95f4555e7fed1
RANDOM SEED=865141925

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31580432 kB
Buffers:          154652 kB
Cached:           325020 kB
SwapCached:         5652 kB
Active:           197416 kB
Inactive:         337164 kB
Active(anon):      52572 kB
Inactive(anon):     4740 kB
Active(file):     144844 kB
Inactive(file):   332424 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096348 kB
Dirty:             22636 kB
Writeback:             0 kB
AnonPages:         58036 kB
Mapped:            11336 kB
Shmem:                 0 kB
Slab:             621736 kB
SReclaimable:      62392 kB
SUnreclaim:       559344 kB
KernelStack:        1464 kB
PageTables:         4184 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     172628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71060 MiB
End job on node103 at 2012-06-03 08:28:45