Trace number 3735185

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.09

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_13.opb
MD5SUMe41be903cf92c8332743e4188dbf4c82
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark1798
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 123
Optimality of the best value was proved NO
Number of variables2467
Total number of constraints4745
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 constraints4744
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 78
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 205
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1391
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-3735185-1338704183.opb>
0.09/0.12	c original problem has 2467 variables (2467 bin, 0 int, 0 impl, 0 cont) and 4745 constraints
0.09/0.12	c problem read
0.09/0.12	c presolving settings loaded
0.09/0.16	c presolving:
0.09/0.18	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 12 chg sides, 443 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.19/0.20	c (round 2) 1 del vars, 2028 del conss, 1 chg bounds, 12 chg sides, 443 chg coeffs, 351 upgd conss, 0 impls, 0 clqs
0.19/0.22	c (round 3) 1 del vars, 2028 del conss, 1 chg bounds, 12 chg sides, 443 chg coeffs, 690 upgd conss, 314 impls, 5 clqs
0.19/0.24	c (round 4) 1 del vars, 2028 del conss, 1 chg bounds, 19 chg sides, 475 chg coeffs, 690 upgd conss, 314 impls, 5 clqs
0.79/0.83	c    (0.7s) probing: 206/2466 (8.4%) - 0 fixings, 0 aggregations, 94 implications, 0 bound changes
0.79/0.83	c    (0.7s) probing aborted: 100/100 successive totally useless probings
0.79/0.83	c presolving (5 rounds):
0.79/0.83	c  1 deleted vars, 2028 deleted constraints, 1 tightened bounds, 0 added holes, 19 changed sides, 479 changed coefficients
0.79/0.83	c  502 implications, 5 cliques
0.79/0.83	c presolved problem has 2466 variables (2466 bin, 0 int, 0 impl, 0 cont) and 2717 constraints
0.79/0.83	c     690 constraints of type <knapsack>
0.79/0.83	c    2027 constraints of type <linear>
0.79/0.83	c transformed objective value is always integral (scale: 1)
0.79/0.83	c Presolving Time: 0.68
0.79/0.83	c - non default parameters ----------------------------------------------------------------------
0.79/0.83	c # SCIP version 1.2.1.3
0.79/0.83	c 
0.79/0.83	c # frequency for displaying node information lines
0.79/0.83	c # [type: int, range: [-1,2147483647], default: 100]
0.79/0.83	c display/freq = 10000
0.79/0.83	c 
0.79/0.83	c # maximal time in seconds to run
0.79/0.83	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.83	c limits/time = 1789.88
0.79/0.83	c 
0.79/0.83	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.79/0.83	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.83	c limits/memory = 13950
0.79/0.83	c 
0.79/0.83	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.79/0.83	c # [type: int, range: [1,2], default: 1]
0.79/0.83	c timing/clocktype = 2
0.79/0.83	c 
0.79/0.83	c # should presolving try to simplify inequalities
0.79/0.83	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.83	c constraints/linear/simplifyinequalities = TRUE
0.79/0.83	c 
0.79/0.83	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.79/0.83	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.83	c constraints/indicator/addCouplingCons = TRUE
0.79/0.83	c 
0.79/0.83	c # should presolving try to simplify knapsacks
0.79/0.83	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.83	c constraints/knapsack/simplifyinequalities = TRUE
0.79/0.83	c 
0.79/0.83	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.79/0.83	c # [type: int, range: [-1,2147483647], default: -1]
0.79/0.83	c separating/rapidlearning/freq = 0
0.79/0.83	c 
0.79/0.83	c -----------------------------------------------------------------------------------------------
0.79/0.83	c start solving
0.79/0.83	c 
0.88/0.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.88/0.92	c   0.8s|     1 |     0 |  1445 |     - |  20M|   0 |1212 |2466 |2717 |2466 |2717 |   0 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
7.59/7.64	c   7.5s|     1 |     0 |  4665 |     - |  24M|   0 |1398 |2466 |4304 |2466 |2869 | 152 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
8.39/8.41	c   8.3s|     1 |     0 |  6566 |     - |  25M|   0 |1610 |2466 |4304 |2466 |2977 | 260 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
9.29/9.38	c   9.3s|     1 |     0 |  8546 |     - |  25M|   0 |1647 |2466 |4304 |2466 |3091 | 374 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
10.39/10.44	c  10.3s|     1 |     0 | 10248 |     - |  26M|   0 |1551 |2466 |4304 |2466 |3181 | 464 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
11.89/11.98	c  11.9s|     1 |     0 | 13219 |     - |  26M|   0 |1585 |2466 |4304 |2466 |3310 | 593 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
13.38/13.42	c  13.3s|     1 |     0 | 15518 |     - |  27M|   0 |1626 |2466 |4304 |2466 |3406 | 689 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
37.39/37.41	c  37.3s|     1 |     2 | 15518 |     - |  27M|   0 |1626 |2466 |4304 |2466 |3406 | 689 |   0 |  51 | 7.800000e+01 |      --      |    Inf 
842.64/842.87	c   843s| 10000 |  3718 |  3388k| 337.4 |  55M|  73 | 482 |2466 |4643 |2466 |2886 | 689 |  13k|4263 | 7.800000e+01 |      --      |    Inf 
1468.45/1468.75	c  1469s| 20000 |  5699 |  6160k| 307.3 |  71M|  73 |   - |2466 |4729 |   0 |   0 | 689 |  30k|  10k| 7.800000e+01 |      --      |    Inf 
1789.69/1790.02	c 
1789.69/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.02	c Solving Time (sec) : 1789.90
1789.69/1790.02	c Solving Nodes      : 26437
1789.69/1790.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.69/1790.02	c Dual Bound         : +7.80000000000000e+01
1789.69/1790.02	c Gap                : infinite
1789.69/1790.02	s UNKNOWN
1789.69/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.02	c Solving Time       :    1789.90
1789.69/1790.02	c Original Problem   :
1789.69/1790.02	c   Problem name     : HOME/instance-3735185-1338704183.opb
1789.69/1790.02	c   Variables        : 2467 (2467 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.02	c   Constraints      : 4745 initial, 4745 maximal
1789.69/1790.02	c Presolved Problem  :
1789.69/1790.02	c   Problem name     : t_HOME/instance-3735185-1338704183.opb
1789.69/1790.02	c   Variables        : 2466 (2466 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.02	c   Constraints      : 2717 initial, 7077 maximal
1789.69/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.69/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.02	c   probing          :       0.58          0          0          0          0          0          0          0          0
1789.69/1790.02	c   knapsack         :       0.02          0          0          0          0          0          0          7         36
1789.69/1790.02	c   linear           :       0.07          1          0          0          1          0       2028         12        443
1789.69/1790.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1789.69/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.02	c   integral         :          0          0          0      21058          0         81      11184          0          0      37302
1789.69/1790.02	c   knapsack         :        690          6     131253          0          1       1360     452981       1130          0          0
1789.69/1790.02	c   linear           :       2027+         7     129893          0          1       5966    2980707        332          0          0
1789.69/1790.02	c   logicor          :          0+         0      71926          0          0        546      71734          0          0          0
1789.69/1790.02	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.69/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.69/1790.02	c   integral         :     583.16       0.00       0.00     583.16       0.00
1789.69/1790.02	c   knapsack         :      25.60       0.05      25.55       0.00       0.00
1789.69/1790.02	c   linear           :      87.71       0.01      87.70       0.00       0.00
1789.69/1790.02	c   logicor          :       3.11       0.00       3.11       0.00       0.00
1789.69/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.69/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.69/1790.02	c   vbounds          :       0.03          2          0          0
1789.69/1790.02	c   rootredcost      :       0.03          0          0          0
1789.69/1790.02	c   pseudoobj        :       0.08     130828          0          0
1789.69/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.69/1790.02	c   propagation      :       0.70       7872       7867      92286       40.6        541       22.6          -
1789.69/1790.02	c   infeasible LP    :       2.00       8469       8469      28646       27.4        612       18.4          0
1789.69/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.69/1790.02	c   applied globally :          -          -          -      42100       27.9          -          -          -
1789.69/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.69/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.69/1790.02	c   cut pool         :       0.00          5          -          -       1067          -    (maximal pool size: 4193)
1789.69/1790.02	c   redcost          :       0.74      21056          0         63          0          0
1789.69/1790.02	c   impliedbounds    :       0.00          6          0          0         27          0
1789.69/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.69/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.69/1790.02	c   gomory           :       0.46          6          0          0          5          0
1789.69/1790.02	c   strongcg         :       0.46          6          0          0          8          0
1789.69/1790.02	c   cmir             :       0.86          6          0          0       3000          0
1789.69/1790.02	c   flowcover        :       0.65          6          0          0       1200          0
1789.69/1790.02	c   clique           :       0.00          6          0          0          0          0
1789.69/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.69/1790.02	c   mcf              :       0.00          1          0          0          0          0
1789.69/1790.02	c   rapidlearning    :       5.62          1          0          0          0       1587
1789.69/1790.02	c Pricers            :       Time      Calls       Vars
1789.69/1790.02	c   problem variables:       0.00          0          0
1789.69/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.02	c   relpscost        :     583.14      21058         81      11184          0          0      37302
1789.69/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.69/1790.02	c   inference        :       0.00          1          0          0          0          0          2
1789.69/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.69/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.69/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.69/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.69/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.69/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.69/1790.02	c   LP solutions     :       0.00          -          0
1789.69/1790.02	c   pseudo solutions :       0.00          -          0
1789.69/1790.02	c   oneopt           :       0.01          0          0
1789.69/1790.02	c   crossover        :       0.01          0          0
1789.69/1790.02	c   guideddiving     :       0.00          0          0
1789.69/1790.02	c   coefdiving       :      76.26         29          0
1789.69/1790.02	c   fracdiving       :      67.30         48          0
1789.69/1790.02	c   pscostdiving     :      51.54         57          0
1789.69/1790.02	c   objpscostdiving  :      17.36         32          0
1789.69/1790.02	c   veclendiving     :      20.75         79          0
1789.69/1790.02	c   rootsoldiving    :      10.10         40          0
1789.69/1790.02	c   feaspump         :      21.95         40          0
1789.69/1790.02	c   linesearchdiving :      16.44         80          0
1789.69/1790.02	c   trivial          :       0.00          2          0
1789.69/1790.02	c   simplerounding   :       0.01          0          0
1789.69/1790.02	c   zirounding       :       0.09       1000          0
1789.69/1790.02	c   rounding         :       0.89       1998          0
1789.69/1790.02	c   shifting         :       4.26        591          0
1789.69/1790.02	c   intshifting      :       0.00          0          0
1789.69/1790.02	c   twoopt           :       0.00          0          0
1789.69/1790.02	c   fixandinfer      :       0.00          0          0
1789.69/1790.02	c   intdiving        :       0.00          0          0
1789.69/1790.02	c   actconsdiving    :       0.00          0          0
1789.69/1790.02	c   octane           :       0.00          0          0
1789.69/1790.02	c   rens             :       0.00          0          0
1789.69/1790.02	c   rins             :       0.00          0          0
1789.69/1790.02	c   localbranching   :       0.00          0          0
1789.69/1790.02	c   mutation         :       0.00          0          0
1789.69/1790.02	c   dins             :       0.00          0          0
1789.69/1790.02	c   undercover       :       0.00          0          0
1789.69/1790.02	c   nlp              :       0.01          0          0
1789.69/1790.02	c   trysol           :       0.01          0          0
1789.69/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.69/1790.02	c   primal LP        :       0.01          0          0       0.00          -
1789.69/1790.02	c   dual LP          :     757.68      24366    6061796     248.78    8000.50
1789.69/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.69/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.69/1790.02	c   diving/probing LP:     259.52      16740    1546205      92.37    5957.99
1789.69/1790.02	c   strong branching :     580.05      14451    3180534     220.09    5483.20
1789.69/1790.02	c     (at root node) :          -         51      47712     935.53          -
1789.69/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.69/1790.02	c B&B Tree           :
1789.69/1790.02	c   number of runs   :          1
1789.69/1790.02	c   nodes            :      26437
1789.69/1790.02	c   nodes (total)    :      26437
1789.69/1790.02	c   nodes left       :       6602
1789.69/1790.02	c   max depth        :         73
1789.69/1790.02	c   max depth (total):         73
1789.69/1790.02	c   backtracks       :       4970 (18.8%)
1789.69/1790.02	c   delayed cutoffs  :       4266
1789.69/1790.02	c   repropagations   :      28290 (1220829 domain reductions, 2579 cutoffs)
1789.69/1790.02	c   avg switch length:       7.12
1789.69/1790.02	c   switching time   :      31.73
1789.69/1790.02	c Solution           :
1789.69/1790.02	c   Solutions found  :          0 (0 improvements)
1789.69/1790.02	c   Primal Bound     :          -
1789.69/1790.02	c   Dual Bound       : +7.80000000000000e+01
1789.69/1790.02	c   Gap              :   infinite
1789.69/1790.02	c   Root Dual Bound  : +7.80000000000000e+01
1789.69/1790.02	c   Root Iterations  :      15518
1789.69/1790.09	c Time complete: 1789.78.

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-3735185-1338704183/watcher-3735185-1338704183 -o /tmp/evaluation-result-3735185-1338704183/solver-3735185-1338704183 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3735185-1338704183.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.00 2.02 2.00 3/176 17209
/proc/meminfo: memFree=27006696/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=9972 CPUtime=0 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 1553 0 0 0 0 0 0 0 20 0 1 0 336544014 10211328 1501 33554432000 4194304 8395647 140736774082256 140736023893576 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 2493 1510 374 1026 0 1463 0

[startup+0.103802 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 17209
/proc/meminfo: memFree=27006696/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=15912 CPUtime=0.09 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 3237 0 0 0 9 0 0 0 20 0 1 0 336544014 16293888 3184 33554432000 4194304 8395647 140736774082256 140736773947368 7385073 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 3978 3184 393 1026 0 2948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15912

[startup+0.200269 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 17209
/proc/meminfo: memFree=27006696/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=55020 CPUtime=0.19 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 12839 0 0 0 18 1 0 0 20 0 1 0 336544014 56340480 12432 33554432000 4194304 8395647 140736774082256 140736773947368 4924937 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 13755 12432 471 1026 0 12725 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 55020

[startup+0.300275 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 17209
/proc/meminfo: memFree=27006696/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=56540 CPUtime=0.29 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 13266 0 0 0 28 1 0 0 20 0 1 0 336544014 57896960 12859 33554432000 4194304 8395647 140736774082256 140736773947368 5006645 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 14135 12859 494 1026 0 13105 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56540

[startup+0.700193 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 17209
/proc/meminfo: memFree=27006696/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=56540 CPUtime=0.69 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 13266 0 0 0 68 1 0 0 20 0 1 0 336544014 57896960 12859 33554432000 4194304 8395647 140736774082256 140736774078056 5026819 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 14135 12859 494 1026 0 13105 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56540

[startup+1.50023 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 17210
/proc/meminfo: memFree=26945928/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=69200 CPUtime=1.49 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 16850 0 0 0 147 2 0 0 20 0 1 0 336544014 70860800 15993 33554432000 4194304 8395647 140736774082256 140736774078056 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 17300 15993 579 1026 0 16270 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69200

[startup+3.10014 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 17210
/proc/meminfo: memFree=26913820/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=105056 CPUtime=3.09 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 25424 0 0 0 305 4 0 0 20 0 1 0 336544014 107577344 24567 33554432000 4194304 8395647 140736774082256 140736774076888 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 26264 24567 619 1026 0 25234 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 105056

[startup+6.30014 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 17210
/proc/meminfo: memFree=26905884/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=111096 CPUtime=6.29 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 26911 0 0 0 623 6 0 0 20 0 1 0 336544014 113762304 26054 33554432000 4194304 8395647 140736774082256 140736774077304 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 27774 26054 619 1026 0 26744 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111096

[startup+12.7001 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 17210
/proc/meminfo: memFree=26908844/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=115824 CPUtime=12.68 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 28123 0 0 0 1259 9 0 0 20 0 1 0 336544014 118603776 27266 33554432000 4194304 8395647 140736774082256 140736774077544 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 28956 27266 628 1026 0 27926 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 115824

[startup+25.5003 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 17210
/proc/meminfo: memFree=26903908/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=115824 CPUtime=25.48 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 28124 0 0 0 2535 13 0 0 20 0 1 0 336544014 118603776 27267 33554432000 4194304 8395647 140736774082256 140736774077512 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 28956 27267 629 1026 0 27926 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 115824

[startup+51.1002 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 17211
/proc/meminfo: memFree=26902488/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=115824 CPUtime=51.08 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 28139 0 0 0 5088 20 0 0 20 0 1 0 336544014 118603776 27331 33554432000 4194304 8395647 140736774082256 140736774077512 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 28956 27331 630 1026 0 27926 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 115824

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 17211
/proc/meminfo: memFree=26891680/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=115824 CPUtime=102.27 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 28151 0 0 0 10178 49 0 0 20 0 1 0 336544014 118603776 28186 33554432000 4194304 8395647 140736774082256 140736774077816 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 28956 28186 631 1026 0 27926 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 115824

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 17211
/proc/meminfo: memFree=26892336/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=115824 CPUtime=162.25 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 28152 0 0 0 16142 83 0 0 20 0 1 0 336544014 118603776 28354 33554432000 4194304 8395647 140736774082256 140736774076856 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 28956 28354 631 1026 0 27926 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 115824

[startup+222.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 17214
/proc/meminfo: memFree=26889764/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=115824 CPUtime=222.25 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 28166 0 0 0 22100 125 0 0 20 0 1 0 336544014 118603776 28368 33554432000 4194304 8395647 140736774082256 140736774077384 4694347 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 28956 28368 631 1026 0 27926 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 115824

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17214
/proc/meminfo: memFree=26888896/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=115824 CPUtime=282.24 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 28194 0 0 0 28057 167 0 0 20 0 1 0 336544014 118603776 28396 33554432000 4194304 8395647 140736774082256 140736774076808 6721240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 28956 28396 631 1026 0 27926 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 115824

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17214
/proc/meminfo: memFree=26895784/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=115824 CPUtime=342.22 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 28204 0 0 0 34020 202 0 0 20 0 1 0 336544014 118603776 28405 33554432000 4194304 8395647 140736774082256 140736774077864 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 28956 28405 631 1026 0 27926 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 115824

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17215
/proc/meminfo: memFree=26898208/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=117656 CPUtime=402.21 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 28633 0 0 0 39979 242 0 0 20 0 1 0 336544014 120479744 28834 33554432000 4194304 8395647 140736774082256 140736774077864 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 29414 28834 631 1026 0 28384 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 117656

[startup+462.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 17215
/proc/meminfo: memFree=26881584/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=120652 CPUtime=462.2 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 34391 0 0 0 45940 280 0 0 20 0 1 0 336544014 123547648 29542 33554432000 4194304 8395647 140736774082256 140736774076664 6721240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 30163 29542 631 1026 0 29133 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 120652

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 17215
/proc/meminfo: memFree=26880700/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=121292 CPUtime=522.2 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 76263 0 0 0 51893 327 0 0 20 0 1 0 336544014 124203008 29495 33554432000 4194304 8395647 140736774082256 140736774077112 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 30323 29495 631 1026 0 29293 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 121292

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17215
/proc/meminfo: memFree=26876236/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=124880 CPUtime=582.19 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 119669 0 0 0 57847 372 0 0 20 0 1 0 336544014 127877120 30635 33554432000 4194304 8395647 140736774082256 140736774077480 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 31220 30635 631 1026 0 30190 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 124880

[startup+642.3 s]

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

/proc/meminfo: memFree=25608320/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=151148 CPUtime=1002.12 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 385712 0 0 0 99513 699 0 0 20 0 1 0 336544014 154775552 37099 33554432000 4194304 8395647 140736774082256 140736774077560 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 37787 37099 631 1026 0 36757 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 151148

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17260
/proc/meminfo: memFree=25614636/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=153024 CPUtime=1062.11 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 432512 0 0 0 105462 749 0 0 20 0 1 0 336544014 156696576 37684 33554432000 4194304 8395647 140736774082256 140736774077112 4911327 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 38256 37684 631 1026 0 37226 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 153024

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17260
/proc/meminfo: memFree=25607820/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=159692 CPUtime=1122.09 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 445029 0 0 0 111412 797 0 0 20 0 1 0 336544014 163524608 39345 33554432000 4194304 8395647 140736774082256 140736774077112 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 39923 39345 631 1026 0 38893 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 159692

[startup+1182.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 17260
/proc/meminfo: memFree=25606560/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=161624 CPUtime=1182.09 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 449562 0 0 0 117366 843 0 0 20 0 1 0 336544014 165502976 39794 33554432000 4194304 8395647 140736774082256 140736774077768 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 40406 39794 631 1026 0 39376 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 161624

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 17260
/proc/meminfo: memFree=25600140/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=167804 CPUtime=1242.08 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 471999 0 0 0 123322 886 0 0 20 0 1 0 336544014 171831296 41376 33554432000 4194304 8395647 140736774082256 140736774077944 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 41951 41376 631 1026 0 40921 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 167804

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 17261
/proc/meminfo: memFree=25596076/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=172200 CPUtime=1302.07 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 490898 0 0 0 129279 928 0 0 20 0 1 0 336544014 176332800 42319 33554432000 4194304 8395647 140736774082256 140736774077384 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 43050 42319 631 1026 0 42020 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 172200

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17261
/proc/meminfo: memFree=25596848/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=171404 CPUtime=1362.06 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 520175 0 0 0 135227 979 0 0 20 0 1 0 336544014 175517696 42259 33554432000 4194304 8395647 140736774082256 140736774077112 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 42851 42259 631 1026 0 41821 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 171404

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 17264
/proc/meminfo: memFree=25591644/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=175680 CPUtime=1422.06 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 551386 0 0 0 141180 1026 0 0 20 0 1 0 336544014 179896320 43348 33554432000 4194304 8395647 140736774082256 140736774077384 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 43920 43348 631 1026 0 42890 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 175680

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17264
/proc/meminfo: memFree=25585536/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=179816 CPUtime=1482.04 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 562709 0 0 0 147138 1066 0 0 20 0 1 0 336544014 184131584 44308 33554432000 4194304 8395647 140736774082256 140736774077384 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 44954 44308 631 1026 0 43924 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 179816

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17264
/proc/meminfo: memFree=25582468/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=183312 CPUtime=1542.04 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 572071 0 0 0 153089 1115 0 0 20 0 1 0 336544014 187711488 45256 33554432000 4194304 8395647 140736774082256 140736774077384 6698063 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 45828 45256 631 1026 0 44798 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 183312

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17265
/proc/meminfo: memFree=25575572/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=188940 CPUtime=1602.02 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 587293 0 0 0 159042 1160 0 0 20 0 1 0 336544014 193474560 46508 33554432000 4194304 8395647 140736774082256 140736774077384 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 47235 46508 631 1026 0 46205 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 188940

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 17265
/proc/meminfo: memFree=25572100/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=191568 CPUtime=1662.01 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 589506 0 0 0 164998 1203 0 0 20 0 1 0 336544014 196165632 47302 33554432000 4194304 8395647 140736774082256 140736774077864 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 47892 47302 631 1026 0 46862 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 191568

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 17265
/proc/meminfo: memFree=25568532/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=195688 CPUtime=1722.01 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 594162 0 0 0 170950 1251 0 0 20 0 1 0 336544014 200384512 48204 33554432000 4194304 8395647 140736774082256 140736774077384 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 48922 48204 631 1026 0 47892 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 195688

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 17265
/proc/meminfo: memFree=25563476/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=200612 CPUtime=1781.99 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 596824 0 0 0 176910 1289 0 0 20 0 1 0 336544014 205426688 49581 33554432000 4194304 8395647 140736774082256 140736774077384 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 50153 49581 631 1026 0 49123 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 200612

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

[startup+1785.6 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 17265
/proc/meminfo: memFree=25561600/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=201544 CPUtime=1785.29 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 597050 0 0 0 177238 1291 0 0 20 0 1 0 336544014 206381056 49807 33554432000 4194304 8395647 140736774082256 140736774077864 5026819 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 50386 49807 631 1026 0 49356 0
Current children cumulated CPU time (s) 1785.29
Current children cumulated vsize (KiB) 201544

[startup+1787.2 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 17265
/proc/meminfo: memFree=25561724/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=201544 CPUtime=1786.89 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 597083 0 0 0 177397 1292 0 0 20 0 1 0 336544014 206381056 49840 33554432000 4194304 8395647 140736774082256 140736774076408 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 50386 49840 631 1026 0 49356 0
Current children cumulated CPU time (s) 1786.89
Current children cumulated vsize (KiB) 201544

[startup+1788.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17265
/proc/meminfo: memFree=25561228/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=202368 CPUtime=1788.5 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 597250 0 0 0 177556 1294 0 0 20 0 1 0 336544014 207224832 50007 33554432000 4194304 8395647 140736774082256 140736774077864 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 50592 50007 631 1026 0 49562 0
Current children cumulated CPU time (s) 1788.5
Current children cumulated vsize (KiB) 202368

[startup+1789.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17265
/proc/meminfo: memFree=25561228/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=202368 CPUtime=1789.3 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 597250 0 0 0 177635 1295 0 0 20 0 1 0 336544014 207224832 50007 33554432000 4194304 8395647 140736774082256 140736774077864 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 50592 50007 631 1026 0 49562 0
Current children cumulated CPU time (s) 1789.3
Current children cumulated vsize (KiB) 202368

[startup+1790 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17265
/proc/meminfo: memFree=25561352/32873660 swapFree=7120/7120
[pid=17209] ppid=17207 vsize=202368 CPUtime=1789.69 cores=1,3,5,7
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 13836 0 -1 4202496 597250 0 0 0 177674 1295 0 0 20 0 1 0 336544014 207224832 50007 33554432000 4194304 8395647 140736774082256 140736774077864 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17209/statm: 50592 50007 631 1026 0 49562 0
Current children cumulated CPU time (s) 1789.69
Current children cumulated vsize (KiB) 202368

Child status: 0
Real time (s): 1790.09
CPU time (s): 1789.8
CPU user time (s): 1776.84
CPU system time (s): 12.959
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 202944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1776.84
system time used= 12.959
maximum resident set size= 200188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 597256
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= 28
involuntary context switches= 1864

runsolver used 2.72059 second user time and 7.11892 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 08:16:23
IDJOB=3735185
IDBENCH=2948
IDSOLVER=2326
FILE ID=node117/3735185-1338704183
RUNJOBID= node117-1338678620-13856
PBS_JOBID= 14636696
Free space on /tmp= 69108 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_13.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-3735185-1338704183/watcher-3735185-1338704183 -o /tmp/evaluation-result-3735185-1338704183/solver-3735185-1338704183 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3735185-1338704183.opb -t 1800 -m 15500

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

MD5SUM BENCH= e41be903cf92c8332743e4188dbf4c82
RANDOM SEED=1549433341

node117.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		: 2667.148
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	: 5334.29
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		: 2667.148
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		: 2667.148
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.91
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		: 2667.148
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.95
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		: 2667.148
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		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        27007240 kB
Buffers:          612560 kB
Cached:          4132164 kB
SwapCached:          776 kB
Active:          2505032 kB
Inactive:        2449460 kB
Active(anon):     194448 kB
Inactive(anon):    11244 kB
Active(file):    2310584 kB
Inactive(file):  2438216 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:             11288 kB
Writeback:             0 kB
AnonPages:        200956 kB
Mapped:            14888 kB
Shmem:                80 kB
Slab:             776300 kB
SReclaimable:     220776 kB
SUnreclaim:       555524 kB
KernelStack:        1472 kB
PageTables:         4052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     321748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 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= 69056 MiB
End job on node117 at 2012-06-03 08:46:13