Trace number 3735163

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.83 1790.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_12.opb
MD5SUMd262db503fd284bdfe2b43790fda8490
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark1783
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 91
Optimality of the best value was proved NO
Number of variables1807
Total number of constraints3444
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 constraints3443
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 66
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 193
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 1320
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-3735163-1338704094.opb>
0.00/0.09	c original problem has 1807 variables (1807 bin, 0 int, 0 impl, 0 cont) and 3444 constraints
0.00/0.09	c problem read
0.00/0.09	c presolving settings loaded
0.09/0.11	c presolving:
0.09/0.13	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 66 chg sides, 339 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.14	c (round 2) 1 del vars, 1478 del conss, 1 chg bounds, 66 chg sides, 339 chg coeffs, 250 upgd conss, 0 impls, 0 clqs
0.09/0.16	c (round 3) 1 del vars, 1478 del conss, 1 chg bounds, 118 chg sides, 749 chg coeffs, 489 upgd conss, 418 impls, 3 clqs
0.09/0.17	c (round 4) 1 del vars, 1478 del conss, 1 chg bounds, 126 chg sides, 821 chg coeffs, 489 upgd conss, 418 impls, 3 clqs
0.59/0.60	c    (0.5s) probing: 204/1806 (11.3%) - 0 fixings, 0 aggregations, 443 implications, 0 bound changes
0.59/0.60	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.59/0.60	c presolving (5 rounds):
0.59/0.60	c  1 deleted vars, 1478 deleted constraints, 1 tightened bounds, 0 added holes, 126 changed sides, 821 changed coefficients
0.59/0.60	c  1304 implications, 3 cliques
0.59/0.60	c presolved problem has 1806 variables (1806 bin, 0 int, 0 impl, 0 cont) and 1966 constraints
0.59/0.60	c     489 constraints of type <knapsack>
0.59/0.60	c    1477 constraints of type <linear>
0.59/0.60	c transformed objective value is always integral (scale: 1)
0.59/0.60	c Presolving Time: 0.49
0.59/0.60	c - non default parameters ----------------------------------------------------------------------
0.59/0.60	c # SCIP version 1.2.1.3
0.59/0.60	c 
0.59/0.60	c # frequency for displaying node information lines
0.59/0.60	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.60	c display/freq = 10000
0.59/0.60	c 
0.59/0.60	c # maximal time in seconds to run
0.59/0.60	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.60	c limits/time = 1789.92
0.59/0.60	c 
0.59/0.60	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.60	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.60	c limits/memory = 13950
0.59/0.60	c 
0.59/0.60	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.59/0.60	c # [type: int, range: [1,2], default: 1]
0.59/0.60	c timing/clocktype = 2
0.59/0.60	c 
0.59/0.60	c # should presolving try to simplify inequalities
0.59/0.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.60	c constraints/linear/simplifyinequalities = TRUE
0.59/0.60	c 
0.59/0.60	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.59/0.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.60	c constraints/indicator/addCouplingCons = TRUE
0.59/0.60	c 
0.59/0.60	c # should presolving try to simplify knapsacks
0.59/0.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.60	c constraints/knapsack/simplifyinequalities = TRUE
0.59/0.60	c 
0.59/0.60	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.59/0.60	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.60	c separating/rapidlearning/freq = 0
0.59/0.60	c 
0.59/0.60	c -----------------------------------------------------------------------------------------------
0.59/0.60	c start solving
0.59/0.60	c 
0.59/0.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.63	c   0.5s|     1 |     0 |   799 |     - |  15M|   0 | 771 |1806 |1966 |1806 |1966 |   0 |   0 |   0 | 6.600000e+01 |      --      |    Inf 
5.28/5.35	c   5.3s|     1 |     0 |  4934 |     - |  18M|   0 | 943 |1806 |3349 |1806 |2074 | 108 |   0 |   0 | 6.600000e+01 |      --      |    Inf 
5.68/5.79	c   5.7s|     1 |     0 |  6481 |     - |  19M|   0 | 990 |1806 |3349 |1806 |2143 | 177 |   0 |   0 | 6.600000e+01 |      --      |    Inf 
6.29/6.39	c   6.3s|     1 |     0 |  8170 |     - |  20M|   0 |1034 |1806 |3349 |1806 |2233 | 267 |   0 |   0 | 6.600000e+01 |      --      |    Inf 
6.99/7.07	c   7.0s|     1 |     0 |  9634 |     - |  20M|   0 |1105 |1806 |3349 |1806 |2324 | 358 |   0 |   0 | 6.600000e+01 |      --      |    Inf 
7.69/7.77	c   7.7s|     1 |     0 | 11108 |     - |  21M|   0 |1083 |1806 |3349 |1806 |2401 | 435 |   0 |   0 | 6.600000e+01 |      --      |    Inf 
8.88/8.93	c   8.8s|     1 |     0 | 12677 |     - |  21M|   0 |1067 |1806 |3349 |1806 |2479 | 513 |   0 |   0 | 6.600000e+01 |      --      |    Inf 
12.59/12.62	c  12.5s|     1 |     2 | 12677 |     - |  21M|   0 |1067 |1806 |3349 |1806 |2479 | 513 |   0 |  15 | 6.600000e+01 |      --      |    Inf 
405.11/405.21	c   405s| 10000 |  3119 |  2364k| 235.2 |  51M|  51 | 266 |1806 |4464 |1806 |2100 | 513 |  13k|3975 | 6.600000e+01 |      --      |    Inf 
667.97/668.15	c   668s| 20000 |  5840 |  4192k| 209.0 |  79M|  62 |   - |1806 |5041 |   0 |   0 | 513 |  30k|6781 | 6.600000e+01 |      --      |    Inf 
922.74/922.99	c   923s| 30000 |  8541 |  5916k| 196.8 | 106M|  62 | 424 |1806 |4887 |1806 |2100 | 513 |  46k|9837 | 6.600000e+01 |      --      |    Inf 
1179.69/1179.91	c  1180s| 40000 | 12075 |  7893k| 197.0 | 139M|  62 | 126 |1806 |5147 |1806 |2100 | 513 |  62k|  12k| 6.600000e+01 |      --      |    Inf 
1403.64/1403.97	c  1404s| 50000 | 14454 |  9652k| 192.8 | 159M|  62 | 223 |1806 |5474 |1806 |2100 | 513 |  79k|  13k| 6.600000e+01 |      --      |    Inf 
1648.71/1649.01	c  1649s| 60000 | 16509 | 11313k| 188.4 | 178M|  70 | 170 |1806 |5505 |1806 |2100 | 513 |  95k|  16k| 6.600000e+01 |      --      |    Inf 
1789.68/1790.01	c 
1789.68/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.68/1790.01	c Solving Time (sec) : 1789.92
1789.68/1790.01	c Solving Nodes      : 66961
1789.68/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.68/1790.01	c Dual Bound         : +6.60000000000000e+01
1789.68/1790.01	c Gap                : infinite
1789.68/1790.01	s UNKNOWN
1789.68/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.68/1790.01	c Solving Time       :    1789.92
1789.68/1790.01	c Original Problem   :
1789.68/1790.01	c   Problem name     : HOME/instance-3735163-1338704094.opb
1789.68/1790.01	c   Variables        : 1807 (1807 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.68/1790.01	c   Constraints      : 3444 initial, 3444 maximal
1789.68/1790.01	c Presolved Problem  :
1789.68/1790.01	c   Problem name     : t_HOME/instance-3735163-1338704094.opb
1789.68/1790.01	c   Variables        : 1806 (1806 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.68/1790.01	c   Constraints      : 1966 initial, 6929 maximal
1789.68/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.68/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.01	c   probing          :       0.42          0          0          0          0          0          0          0          0
1789.68/1790.01	c   knapsack         :       0.01          0          0          0          0          0          0         60        482
1789.68/1790.01	c   linear           :       0.05          1          0          0          1          0       1478         66        339
1789.68/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.68/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.68/1790.01	c   integral         :          0          0          0      50359          0         42       9240          0          0      96272
1789.68/1790.01	c   knapsack         :        489          6     281299          0          1       4258     818884        727          0          0
1789.68/1790.01	c   linear           :       1477+         7     277041          0          1      23333    5498365         48          0          0
1789.68/1790.01	c   logicor          :          0+         0     144244          0          0       1503     109182          0          0          0
1789.68/1790.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.68/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.68/1790.01	c   integral         :     410.34       0.00       0.00     410.34       0.00
1789.68/1790.01	c   knapsack         :      42.85       0.04      42.81       0.00       0.00
1789.68/1790.01	c   linear           :     119.26       0.01     119.25       0.00       0.00
1789.68/1790.01	c   logicor          :       6.80       0.00       6.80       0.00       0.00
1789.68/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.68/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.68/1790.01	c   vbounds          :       0.05          2          0          0
1789.68/1790.01	c   rootredcost      :       0.05          0          0          0
1789.68/1790.01	c   pseudoobj        :       0.15     280882          0          0
1789.68/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.68/1790.01	c   propagation      :       2.19      29094      28973     293552       40.1       1898       26.3          -
1789.68/1790.01	c   infeasible LP    :       1.42       8248       8248      30200       27.7        587       20.5          0
1789.68/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.68/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.68/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.68/1790.01	c   applied globally :          -          -          -     106655       32.3          -          -          -
1789.68/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.68/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.68/1790.01	c   cut pool         :       0.00          5          -          -        698          -    (maximal pool size: 3961)
1789.68/1790.01	c   redcost          :       1.35      50362          0          8          0          0
1789.68/1790.01	c   impliedbounds    :       0.00          6          0          0         49          0
1789.68/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.68/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.68/1790.01	c   gomory           :       0.31          6          0          0         29          0
1789.68/1790.01	c   strongcg         :       0.30          6          0          0         29          0
1789.68/1790.01	c   cmir             :       0.83          6          0          0       2810          0
1789.68/1790.01	c   flowcover        :       0.51          6          0          0       1200          0
1789.68/1790.01	c   clique           :       0.00          6          0          0          0          0
1789.68/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.68/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.68/1790.01	c   rapidlearning    :       3.76          1          0          0          0       1383
1789.68/1790.01	c Pricers            :       Time      Calls       Vars
1789.68/1790.01	c   problem variables:       0.00          0          0
1789.68/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.68/1790.01	c   relpscost        :     410.29      50359         42       9240          0          0      96272
1789.68/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.68/1790.01	c   inference        :       0.00          1          0          0          0          0          2
1789.68/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.68/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.68/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.68/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.68/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.68/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.68/1790.01	c   LP solutions     :       0.00          -          0
1789.68/1790.01	c   pseudo solutions :       0.00          -          0
1789.68/1790.01	c   oneopt           :       0.03          0          0
1789.68/1790.01	c   crossover        :       0.01          0          0
1789.68/1790.01	c   intshifting      :       0.00          0          0
1789.68/1790.01	c   guideddiving     :       0.00          0          0
1789.68/1790.01	c   objpscostdiving  :      21.48         75          0
1789.68/1790.01	c   veclendiving     :      19.25        287          0
1789.68/1790.01	c   linesearchdiving :      15.95        287          0
1789.68/1790.01	c   coefdiving       :      58.34        287          0
1789.68/1790.01	c   rootsoldiving    :      13.00        144          0
1789.68/1790.01	c   feaspump         :      27.51        144          0
1789.68/1790.01	c   pscostdiving     :      28.60        288          0
1789.68/1790.01	c   fracdiving       :      41.66        288          0
1789.68/1790.01	c   trivial          :       0.00          2          0
1789.68/1790.01	c   simplerounding   :       0.01          0          0
1789.68/1790.01	c   zirounding       :       0.07       1000          0
1789.68/1790.01	c   rounding         :       0.75       3092          0
1789.68/1790.01	c   shifting         :       4.11        900          0
1789.68/1790.01	c   twoopt           :       0.00          0          0
1789.68/1790.01	c   fixandinfer      :       0.00          0          0
1789.68/1790.01	c   intdiving        :       0.00          0          0
1789.68/1790.01	c   actconsdiving    :       0.00          0          0
1789.68/1790.01	c   octane           :       0.00          0          0
1789.68/1790.01	c   rens             :       0.00          0          0
1789.68/1790.01	c   rins             :       0.00          0          0
1789.68/1790.01	c   localbranching   :       0.00          0          0
1789.68/1790.01	c   mutation         :       0.00          0          0
1789.68/1790.01	c   dins             :       0.00          0          0
1789.68/1790.01	c   undercover       :       0.00          0          0
1789.68/1790.01	c   nlp              :       0.01          0          0
1789.68/1790.01	c   trysol           :       0.02          0          0
1789.68/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.68/1790.01	c   primal LP        :       0.01          0          0       0.00          -
1789.68/1790.01	c   dual LP          :     901.83      52822   10922406     206.78   12111.38
1789.68/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.68/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.68/1790.01	c   diving/probing LP:     194.84      29235    1562874      53.46    8021.13
1789.68/1790.01	c   strong branching :     405.87      17271    3699988     214.23    9116.25
1789.68/1790.01	c     (at root node) :          -         15      13197     879.80          -
1789.68/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.68/1790.01	c B&B Tree           :
1789.68/1790.01	c   number of runs   :          1
1789.68/1790.01	c   nodes            :      66961
1789.68/1790.01	c   nodes (total)    :      66961
1789.68/1790.01	c   nodes left       :      18409
1789.68/1790.01	c   max depth        :         70
1789.68/1790.01	c   max depth (total):         70
1789.68/1790.01	c   backtracks       :      12591 (18.8%)
1789.68/1790.01	c   delayed cutoffs  :      10905
1789.68/1790.01	c   repropagations   :      57194 (1545509 domain reductions, 8081 cutoffs)
1789.68/1790.01	c   avg switch length:       6.61
1789.68/1790.01	c   switching time   :      63.73
1789.68/1790.01	c Solution           :
1789.68/1790.01	c   Solutions found  :          0 (0 improvements)
1789.68/1790.01	c   Primal Bound     :          -
1789.68/1790.01	c   Dual Bound       : +6.60000000000000e+01
1789.68/1790.01	c   Gap              :   infinite
1789.68/1790.01	c   Root Dual Bound  : +6.60000000000000e+01
1789.68/1790.01	c   Root Iterations  :      12677
1789.78/1790.13	c Time complete: 1789.82.

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

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.03 2.01 3/176 11770
/proc/meminfo: memFree=26254828/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 1258 0 0 0 0 0 0 0 20 0 1 0 336534869 8105984 1204 33554432000 4194304 8395647 140735044827968 140735044826920 4648688 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 2236 1212 374 1026 0 1206 0

[startup+0.093325 s]
/proc/loadavg: 2.06 2.03 2.01 3/176 11770
/proc/meminfo: memFree=26254828/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=16760 CPUtime=0.08 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 3725 0 0 0 8 0 0 0 20 0 1 0 336534869 17162240 3317 33554432000 4194304 8395647 140735044827968 140735044826920 7355228 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 4190 3317 409 1026 0 3160 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16760

[startup+0.100187 s]
/proc/loadavg: 2.06 2.03 2.01 3/176 11770
/proc/meminfo: memFree=26254828/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=21436 CPUtime=0.09 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 4897 0 0 0 9 0 0 0 20 0 1 0 336534869 21950464 4490 33554432000 4194304 8395647 140735044827968 140735044826920 6347101 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 5419 4509 420 1026 0 4389 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21436

[startup+0.300212 s]
/proc/loadavg: 2.06 2.03 2.01 3/176 11770
/proc/meminfo: memFree=26254828/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=46872 CPUtime=0.29 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 10868 0 0 0 28 1 0 0 20 0 1 0 336534869 47996928 10460 33554432000 4194304 8395647 140735044827968 140735044826920 4440374 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 11718 10460 494 1026 0 10688 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46872

[startup+0.700106 s]
/proc/loadavg: 2.06 2.03 2.01 3/176 11770
/proc/meminfo: memFree=26254828/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=54300 CPUtime=0.69 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 12729 0 0 0 67 2 0 0 20 0 1 0 336534869 55603200 12239 33554432000 4194304 8395647 140735044827968 140735044826920 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 13575 12239 579 1026 0 12545 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54300

[startup+1.50012 s]
/proc/loadavg: 2.06 2.03 2.01 3/177 11771
/proc/meminfo: memFree=26207840/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=85024 CPUtime=1.49 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 20069 0 0 0 146 3 0 0 20 0 1 0 336534869 87064576 19579 33554432000 4194304 8395647 140735044827968 140735044822536 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 21256 19579 618 1026 0 20226 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85024

[startup+3.10011 s]
/proc/loadavg: 2.06 2.03 2.01 3/177 11771
/proc/meminfo: memFree=26176100/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=89880 CPUtime=3.08 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 21269 0 0 0 304 4 0 0 20 0 1 0 336534869 92037120 20779 33554432000 4194304 8395647 140735044827968 140735044823832 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 22470 20779 619 1026 0 21440 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 89880

[startup+6.30019 s]
/proc/loadavg: 2.05 2.03 2.01 3/177 11771
/proc/meminfo: memFree=26165440/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=96272 CPUtime=6.29 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 23189 0 0 0 621 8 0 0 20 0 1 0 336534869 98582528 22483 33554432000 4194304 8395647 140735044827968 140735044823256 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 24068 22483 628 1026 0 23038 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96272

[startup+12.7003 s]
/proc/loadavg: 2.05 2.03 2.01 3/177 11771
/proc/meminfo: memFree=26163132/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=96272 CPUtime=12.68 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 23362 0 0 0 1258 10 0 0 20 0 1 0 336534869 98582528 22656 33554432000 4194304 8395647 140735044827968 140735044823272 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 24068 22656 630 1026 0 23038 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 96272

[startup+25.5002 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 11771
/proc/meminfo: memFree=26159016/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=96272 CPUtime=25.48 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 23364 0 0 0 2528 20 0 0 20 0 1 0 336534869 98582528 22658 33554432000 4194304 8395647 140735044827968 140735044822840 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 24068 22658 630 1026 0 23038 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 96272

[startup+51.1001 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 11771
/proc/meminfo: memFree=26151484/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=96272 CPUtime=51.07 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 23371 0 0 0 5068 39 0 0 20 0 1 0 336534869 98582528 22797 33554432000 4194304 8395647 140735044827968 140735044823096 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 24068 22797 631 1026 0 23038 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 96272

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 11771
/proc/meminfo: memFree=26138232/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=96272 CPUtime=102.27 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 23391 0 0 0 10142 85 0 0 20 0 1 0 336534869 98582528 23548 33554432000 4194304 8395647 140735044827968 140735044823192 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 24068 23548 631 1026 0 23038 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 96272

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 11772
/proc/meminfo: memFree=26124320/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=96272 CPUtime=162.25 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 23391 0 0 0 16088 137 0 0 20 0 1 0 336534869 98582528 23548 33554432000 4194304 8395647 140735044827968 140735044823432 6721240 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 24068 23548 631 1026 0 23038 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 96272

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 11772
/proc/meminfo: memFree=26114404/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=101292 CPUtime=222.24 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 29120 0 0 0 22035 189 0 0 20 0 1 0 336534869 103723008 24734 33554432000 4194304 8395647 140735044827968 140735044822776 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 25323 24734 631 1026 0 24293 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 101292

[startup+282.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 11772
/proc/meminfo: memFree=26093836/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=110172 CPUtime=282.23 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 78844 0 0 0 27974 249 0 0 20 0 1 0 336534869 112816128 27057 33554432000 4194304 8395647 140735044827968 140735044823192 6723543 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 27543 27057 631 1026 0 26513 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 110172

[startup+342.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 11775
/proc/meminfo: memFree=26079080/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=118052 CPUtime=342.22 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 108507 0 0 0 33916 306 0 0 20 0 1 0 336534869 120885248 28956 33554432000 4194304 8395647 140735044827968 140735044822840 6721235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 29513 28956 631 1026 0 28483 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 118052

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 11775
/proc/meminfo: memFree=26064308/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=124368 CPUtime=402.21 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 121181 0 0 0 39854 367 0 0 20 0 1 0 336534869 127352832 30612 33554432000 4194304 8395647 140735044827968 140735044823096 4911307 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 31092 30612 631 1026 0 30062 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 124368

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11776
/proc/meminfo: memFree=26048064/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=132076 CPUtime=462.2 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 149090 0 0 0 45798 422 0 0 20 0 1 0 336534869 135245824 32522 33554432000 4194304 8395647 140735044827968 140735044823096 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 33019 32522 631 1026 0 31989 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 132076

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11776
/proc/meminfo: memFree=26033932/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=137796 CPUtime=522.2 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 176498 0 0 0 51739 481 0 0 20 0 1 0 336534869 141103104 33971 33554432000 4194304 8395647 140735044827968 140735044823576 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 34449 33971 631 1026 0 33419 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 137796

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11776
/proc/meminfo: memFree=26017848/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=149156 CPUtime=582.18 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 190965 0 0 0 57678 540 0 0 20 0 1 0 336534869 152735744 36783 33554432000 4194304 8395647 140735044827968 140735044822120 6721235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 37289 36783 631 1026 0 36259 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 149156

[startup+642.3 s]

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

/proc/meminfo: memFree=25904016/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=221412 CPUtime=1002.12 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 341027 0 0 0 99260 952 0 0 20 0 1 0 336534869 226725888 54814 33554432000 4194304 8395647 140735044827968 140735044823512 6003127 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 55353 54814 631 1026 0 54323 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 221412

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11783
/proc/meminfo: memFree=25883200/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=236928 CPUtime=1062.11 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 364481 0 0 0 105202 1009 0 0 20 0 1 0 336534869 242614272 58641 33554432000 4194304 8395647 140735044827968 140735044823576 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 59232 58641 631 1026 0 58202 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 236928

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11783
/proc/meminfo: memFree=25875884/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=239476 CPUtime=1122.09 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 372437 0 0 0 111143 1066 0 0 20 0 1 0 336534869 245223424 59368 33554432000 4194304 8395647 140735044827968 140735044822120 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 59869 59368 631 1026 0 58839 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 239476

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11783
/proc/meminfo: memFree=25854668/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=248768 CPUtime=1182.08 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 379111 0 0 0 117086 1122 0 0 20 0 1 0 336534869 254738432 61696 33554432000 4194304 8395647 140735044827968 140735044822840 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 62192 61696 631 1026 0 61162 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 248768

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11783
/proc/meminfo: memFree=25832088/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=257828 CPUtime=1242.08 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 390731 0 0 0 123029 1179 0 0 20 0 1 0 336534869 264015872 63842 33554432000 4194304 8395647 140735044827968 140735044823208 4911307 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 64457 63842 631 1026 0 63427 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 257828

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11783
/proc/meminfo: memFree=25819068/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=265304 CPUtime=1302.08 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 407063 0 0 0 128977 1231 0 0 20 0 1 0 336534869 271671296 65601 33554432000 4194304 8395647 140735044827968 140735044823096 5006496 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 66326 65601 631 1026 0 65296 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 265304

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11784
/proc/meminfo: memFree=25807440/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=271408 CPUtime=1362.05 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 420830 0 0 0 134919 1286 0 0 20 0 1 0 336534869 277921792 67361 33554432000 4194304 8395647 140735044827968 140735044822776 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 67852 67361 631 1026 0 66822 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 271408

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11784
/proc/meminfo: memFree=25792812/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=282328 CPUtime=1422.05 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 431926 0 0 0 140861 1344 0 0 20 0 1 0 336534869 289103872 69851 33554432000 4194304 8395647 140735044827968 140735044823176 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 70582 69851 631 1026 0 69552 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 282328

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11784
/proc/meminfo: memFree=25780660/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=285204 CPUtime=1482.03 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 459784 0 0 0 146806 1397 0 0 20 0 1 0 336534869 292048896 70700 33554432000 4194304 8395647 140735044827968 140735044823608 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 71301 70700 631 1026 0 70271 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 285204

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11787
/proc/meminfo: memFree=25770636/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=293104 CPUtime=1542.03 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 473650 0 0 0 152748 1455 0 0 20 0 1 0 336534869 300138496 72689 33554432000 4194304 8395647 140735044827968 140735044822376 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 73276 72689 631 1026 0 72246 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 293104

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11787
/proc/meminfo: memFree=25755212/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=300824 CPUtime=1602.01 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 509855 0 0 0 158688 1513 0 0 20 0 1 0 336534869 308043776 74479 33554432000 4194304 8395647 140735044827968 140735044822840 6721240 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 75206 74479 631 1026 0 74176 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 300824

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 11788
/proc/meminfo: memFree=25740576/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=307560 CPUtime=1662.01 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 534119 0 0 0 164630 1571 0 0 20 0 1 0 336534869 314941440 76198 33554432000 4194304 8395647 140735044827968 140735044823576 4995187 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 76890 76198 631 1026 0 75860 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 307560

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11826
/proc/meminfo: memFree=25883844/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=313076 CPUtime=1722 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 547157 0 0 0 170574 1626 0 0 20 0 1 0 336534869 320589824 77527 33554432000 4194304 8395647 140735044827968 140735044823096 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 78269 77527 631 1026 0 77239 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 313076

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 11864
/proc/meminfo: memFree=25624520/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=331404 CPUtime=1781.99 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 553838 0 0 0 176511 1688 0 0 20 0 1 0 336534869 339357696 82111 33554432000 4194304 8395647 140735044827968 140735044823096 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 82851 82111 631 1026 0 81821 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 331404

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11864
/proc/meminfo: memFree=25624272/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=332284 CPUtime=1785.18 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 553949 0 0 0 176826 1692 0 0 20 0 1 0 336534869 340258816 82222 33554432000 4194304 8395647 140735044827968 140735044823480 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 83071 82222 631 1026 0 82041 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 332284

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11864
/proc/meminfo: memFree=25624024/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=332284 CPUtime=1788.38 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 554037 0 0 0 177143 1695 0 0 20 0 1 0 336534869 340258816 82310 33554432000 4194304 8395647 140735044827968 140735044823656 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 83071 82310 631 1026 0 82041 0
Current children cumulated CPU time (s) 1788.38
Current children cumulated vsize (KiB) 332284

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11864
/proc/meminfo: memFree=25624024/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=332284 CPUtime=1789.18 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 554037 0 0 0 177223 1695 0 0 20 0 1 0 336534869 340258816 82310 33554432000 4194304 8395647 140735044827968 140735044823208 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 83071 82310 631 1026 0 82041 0
Current children cumulated CPU time (s) 1789.18
Current children cumulated vsize (KiB) 332284

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11864
/proc/meminfo: memFree=25623900/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=332284 CPUtime=1789.58 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 554037 0 0 0 177262 1696 0 0 20 0 1 0 336534869 340258816 82310 33554432000 4194304 8395647 140735044827968 140735044823208 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 83071 82310 631 1026 0 82041 0
Current children cumulated CPU time (s) 1789.58
Current children cumulated vsize (KiB) 332284

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11864
/proc/meminfo: memFree=25623900/32873648 swapFree=6864/6864
[pid=11770] ppid=11768 vsize=332284 CPUtime=1789.78 cores=0,2,4,6
/proc/11770/stat : 11770 (pbscip.linux.x8) R 11768 11770 7869 0 -1 4202496 554040 0 0 0 177282 1696 0 0 20 0 1 0 336534869 340258816 82313 33554432000 4194304 8395647 140735044827968 140735044823432 6345214 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11770/statm: 83071 82313 634 1026 0 82041 0
Current children cumulated CPU time (s) 1789.78
Current children cumulated vsize (KiB) 332284

Child status: 0
Real time (s): 1790.14
CPU time (s): 1789.83
CPU user time (s): 1772.86
CPU system time (s): 16.9724
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 332284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1772.86
system time used= 16.9724
maximum resident set size= 329252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 554043
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48
involuntary context switches= 1957

runsolver used 2.5966 second user time and 7.17691 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-03 08:14:54
IDJOB=3735163
IDBENCH=2946
IDSOLVER=2326
FILE ID=node125/3735163-1338704094
RUNJOBID= node125-1338678622-7888
PBS_JOBID= 14636688
Free space on /tmp= 70432 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_12.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-3735163-1338704094/watcher-3735163-1338704094 -o /tmp/evaluation-result-3735163-1338704094/solver-3735163-1338704094 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3735163-1338704094.opb -t 1800 -m 15500

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

MD5SUM BENCH= d262db503fd284bdfe2b43790fda8490
RANDOM SEED=859691558

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26255372 kB
Buffers:          606232 kB
Cached:          5042024 kB
SwapCached:         2308 kB
Active:          2550708 kB
Inactive:        3162616 kB
Active(anon):      56740 kB
Inactive(anon):     9240 kB
Active(file):    2493968 kB
Inactive(file):  3153376 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:             11344 kB
Writeback:             0 kB
AnonPages:         74340 kB
Mapped:            17000 kB
Shmem:                96 kB
Slab:             767220 kB
SReclaimable:     210684 kB
SUnreclaim:       556536 kB
KernelStack:        1472 kB
PageTables:         3856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     181272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 70416 MiB
End job on node125 at 2012-06-03 08:44:45