Trace number 2666979

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1800.5 1801.09

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_17.opb
MD5SUM642c38c9f16ba47e1145e44f5259b53a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark268
Best CPU time to get the best result obtained on this benchmark1800.34
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262
Optimality of the best value was proved NO
Number of variables7089
Total number of constraints13888
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13888
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2621
Number of bits of the biggest sum of numbers12
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
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-2666979-1276587837.opb>
0.89/0.93	c original problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 13888 constraints
0.89/0.93	c problem read
0.89/0.93	c presolving settings loaded
1.19/1.24	c presolving:
1.49/1.57	c (round 1) 0 del vars, 6936 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 0 clqs
5.69/5.72	c    (4.7s) probing: 118/7089 (1.7%) - 0 fixings, 0 aggregations, 1663 implications, 0 bound changes
5.69/5.72	c    (4.7s) probing aborted: 100/100 successive totally useless probings
5.69/5.72	c presolving (2 rounds):
5.69/5.72	c  0 deleted vars, 6936 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
5.69/5.72	c  14144 implications, 0 cliques
5.69/5.72	c presolved problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 6952 constraints
5.69/5.72	c      16 constraints of type <knapsack>
5.69/5.72	c    6936 constraints of type <linear>
5.69/5.72	c transformed objective value is always integral (scale: 1)
5.69/5.72	c Presolving Time: 4.48
5.69/5.72	c - non default parameters ----------------------------------------------------------------------
5.69/5.72	c # SCIP version 1.2.1.2
5.69/5.72	c 
5.69/5.72	c # frequency for displaying node information lines
5.69/5.72	c # [type: int, range: [-1,2147483647], default: 100]
5.69/5.72	c display/freq = 10000
5.69/5.72	c 
5.69/5.72	c # maximal time in seconds to run
5.69/5.72	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.69/5.72	c limits/time = 1799.08
5.69/5.72	c 
5.69/5.72	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.69/5.72	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.69/5.72	c limits/memory = 1620
5.69/5.72	c 
5.69/5.72	c # should presolving try to simplify inequalities
5.69/5.72	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.69/5.72	c constraints/linear/simplifyinequalities = TRUE
5.69/5.72	c 
5.69/5.72	c # should presolving try to simplify knapsacks
5.69/5.72	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.69/5.72	c constraints/knapsack/simplifyinequalities = TRUE
5.69/5.72	c 
5.69/5.72	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
5.69/5.72	c # [type: int, range: [-1,2147483647], default: -1]
5.69/5.72	c separating/rapidlearning/freq = 0
5.69/5.72	c 
5.69/5.72	c -----------------------------------------------------------------------------------------------
5.69/5.72	c start solving
5.69/5.73	c 
8.99/9.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.99/9.01	c   7.9s|     1 |     0 |  7373 |     - |  64M|   0 |4012 |7089 |6952 |7089 |6952 |   0 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
25.09/25.18	c  23.9s|     1 |     0 | 14506 |     - |  65M|   0 |4021 |7089 |6952 |7089 |7007 |  55 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
26.78/26.82	c  25.5s|     1 |     0 | 14675 |     - |  66M|   0 |4025 |7089 |6952 |7089 |7073 | 121 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
28.59/28.64	c  27.3s|     1 |     0 | 14958 |     - |  66M|   0 |4020 |7089 |6952 |7089 |7128 | 176 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
31.18/31.26	c  29.9s|     1 |     0 | 15386 |     - |  67M|   0 |4019 |7089 |6952 |7089 |7190 | 238 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
34.98/35.07	c  33.6s|     1 |     0 | 16137 |     - |  67M|   0 |4036 |7089 |6952 |7089 |7251 | 299 |   0 |   0 | 1.600115e+01 |      --      |    Inf 
37.98/38.09	c  36.6s|     1 |     0 | 16586 |     - |  68M|   0 |4042 |7089 |6952 |7089 |7316 | 364 |   0 |   0 | 1.616667e+01 |      --      |    Inf 
42.98/43.06	c  41.6s|     1 |     0 | 17182 |     - |  68M|   0 |4044 |7089 |6952 |7089 |7375 | 423 |   0 |   0 | 1.616667e+01 |      --      |    Inf 
48.58/48.63	c  47.1s|     1 |     0 | 18023 |     - |  69M|   0 |4041 |7089 |6952 |7089 |7436 | 484 |   0 |   0 | 1.616667e+01 |      --      |    Inf 
55.77/55.86	c  54.3s|     1 |     0 | 19333 |     - |  69M|   0 |4038 |7089 |6952 |7089 |7496 | 544 |   0 |   0 | 1.616667e+01 |      --      |    Inf 
61.37/61.42	c  59.8s|     1 |     0 | 20193 |     - |  70M|   0 |4034 |7089 |6952 |7089 |7556 | 604 |   0 |   0 | 1.616667e+01 |      --      |    Inf 
65.57/65.68	c  64.0s|     1 |     0 | 21124 |     - |  70M|   0 |4030 |7089 |6952 |7089 |7589 | 637 |   0 |   0 | 1.616667e+01 |      --      |    Inf 
179.34/179.48	c   177s|     1 |     2 | 21124 |     - |  70M|   0 |4030 |7089 |6952 |7089 |7589 | 637 |   0 |  31 | 1.616667e+01 |      --      |    Inf 
1800.01/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.20/1800.86	c 
1800.20/1800.86	c SCIP Status        : solving was interrupted [user interrupt]
1800.20/1800.86	c Solving Time (sec) : 1781.90
1800.20/1800.86	c Solving Nodes      : 601
1800.20/1800.86	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.20/1800.86	c Dual Bound         : +1.70000000000000e+01
1800.20/1800.86	c Gap                : infinite
1800.20/1800.86	s UNKNOWN
1800.20/1800.86	c SCIP Status        : solving was interrupted [user interrupt]
1800.20/1800.86	c Solving Time       :    1781.90
1800.20/1800.86	c Original Problem   :
1800.20/1800.86	c   Problem name     : HOME/instance-2666979-1276587837.opb
1800.20/1800.86	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.20/1800.86	c   Constraints      : 13888 initial, 13888 maximal
1800.20/1800.86	c Presolved Problem  :
1800.20/1800.86	c   Problem name     : t_HOME/instance-2666979-1276587837.opb
1800.20/1800.86	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.20/1800.86	c   Constraints      : 6952 initial, 10205 maximal
1800.20/1800.86	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.20/1800.86	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.20/1800.86	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.20/1800.86	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.20/1800.86	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.20/1800.86	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.20/1800.86	c   probing          :       4.03          0          0          0          0          0          0          0          0
1800.20/1800.86	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.20/1800.86	c   linear           :       0.36          0          0          0          0          0       6936          0          0
1800.20/1800.86	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.20/1800.86	c   root node        :          -          0          -          -          0          -          -          -          -
1800.20/1800.86	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.20/1800.86	c   integral         :          0          0          0        597          0          2        265          0          0       1066
1800.20/1800.86	c   knapsack         :         16         11       9875          0          0         40        462        258          0          0
1800.20/1800.86	c   linear           :       6936         11       9835          0          0         56       5693          2          0          0
1800.20/1800.86	c   logicor          :          0+         0       4050          0          0          0        377          0          0          0
1800.20/1800.86	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.20/1800.86	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.20/1800.86	c   integral         :     552.20       0.00       0.00     552.20       0.00
1800.20/1800.86	c   knapsack         :       1.35       0.00       1.35       0.00       0.00
1800.20/1800.86	c   linear           :      48.15       0.01      48.14       0.00       0.00
1800.20/1800.86	c   logicor          :       0.14       0.00       0.14       0.00       0.00
1800.20/1800.86	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.20/1800.86	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.20/1800.86	c   vbounds          :       0.03          2          0          0
1800.20/1800.86	c   rootredcost      :       0.01          0          0          0
1800.20/1800.86	c   pseudoobj        :       0.07       9629          0          0
1800.20/1800.86	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.20/1800.86	c   propagation      :       0.02         96         96        516       21.0          2       20.5          -
1800.20/1800.86	c   infeasible LP    :       9.15       3059       3059       3121       10.3          2       13.0          0
1800.20/1800.86	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.20/1800.86	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.20/1800.86	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.20/1800.86	c   applied globally :          -          -          -       3253       10.7          -          -          -
1800.20/1800.86	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.20/1800.86	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.20/1800.86	c   cut pool         :       0.03         10          -          -       6998          -    (maximal pool size: 6275)
1800.20/1800.86	c   redcost          :       0.47        589          0          5          0          0
1800.20/1800.86	c   impliedbounds    :       0.02         11          0          0         22          0
1800.20/1800.86	c   intobj           :       0.00          0          0          0          0          0
1800.20/1800.86	c   cgmip            :       0.00          0          0          0          0          0
1800.20/1800.86	c   gomory           :       1.23         11          0          0         27          0
1800.20/1800.86	c   strongcg         :       1.17         11          0          0         10          0
1800.20/1800.86	c   cmir             :       7.30         10          0          0       5000          0
1800.20/1800.86	c   flowcover        :       8.50         10          0          0       2000          0
1800.20/1800.86	c   clique           :       0.02          1          0          0          0          0
1800.20/1800.86	c   zerohalf         :       0.00          0          0          0          0          0
1800.20/1800.86	c   mcf              :       0.00          1          0          0          0          0
1800.20/1800.86	c   rapidlearning    :       2.79          1          0          0          0          0
1800.20/1800.86	c Pricers            :       Time      Calls       Vars
1800.20/1800.86	c   problem variables:       0.00          0          0
1800.20/1800.86	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.20/1800.86	c   relpscost        :     552.15        597          2        265          0          0       1066
1800.20/1800.86	c   pscost           :       0.00          0          0          0          0          0          0
1800.20/1800.86	c   inference        :       0.00          0          0          0          0          0          0
1800.20/1800.86	c   mostinf          :       0.00          0          0          0          0          0          0
1800.20/1800.86	c   leastinf         :       0.00          0          0          0          0          0          0
1800.20/1800.86	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.20/1800.86	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.20/1800.86	c   random           :       0.00          0          0          0          0          0          0
1800.20/1800.86	c Primal Heuristics  :       Time      Calls      Found
1800.20/1800.86	c   LP solutions     :       0.00          -          0
1800.20/1800.86	c   pseudo solutions :       0.00          -          0
1800.20/1800.86	c   oneopt           :       0.00          0          0
1800.20/1800.86	c   crossover        :       0.00          0          0
1800.20/1800.86	c   trivial          :       0.02          2          0
1800.20/1800.86	c   simplerounding   :       0.00          0          0
1800.20/1800.86	c   zirounding       :       0.50        535          0
1800.20/1800.86	c   rounding         :       2.50        306          0
1800.20/1800.86	c   shifting         :       7.04         56          0
1800.20/1800.86	c   intshifting      :       0.00          0          0
1800.20/1800.86	c   twoopt           :       0.00          0          0
1800.20/1800.86	c   fixandinfer      :       0.00          0          0
1800.20/1800.86	c   feaspump         :      49.03          6          0
1800.20/1800.86	c   coefdiving       :     356.65          1          0
1800.20/1800.86	c   pscostdiving     :      41.55          8          0
1800.20/1800.86	c   fracdiving       :     183.62          2          0
1800.20/1800.86	c   veclendiving     :      49.44          4          0
1800.20/1800.86	c   intdiving        :       0.00          0          0
1800.20/1800.86	c   actconsdiving    :       0.00          0          0
1800.20/1800.86	c   objpscostdiving  :      19.49          6          0
1800.20/1800.86	c   rootsoldiving    :      29.08          2          0
1800.20/1800.86	c   linesearchdiving :      55.50          8          0
1800.20/1800.86	c   guideddiving     :       0.00          0          0
1800.20/1800.86	c   octane           :       0.00          0          0
1800.20/1800.86	c   rens             :       0.02          0          0
1800.20/1800.86	c   rins             :       0.00          0          0
1800.20/1800.86	c   localbranching   :       0.00          0          0
1800.20/1800.86	c   mutation         :       0.00          0          0
1800.20/1800.86	c   dins             :       0.00          0          0
1800.20/1800.86	c   undercover       :       0.00          0          0
1800.20/1800.86	c   nlp              :       0.00          0          0
1800.20/1800.86	c   trysol           :       0.00          0          0
1800.20/1800.86	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.20/1800.86	c   primal LP        :       0.05          0          0       0.00       0.00
1800.20/1800.86	c   dual LP          :     392.36        642     354058     551.49     902.38
1800.20/1800.86	c   lex dual LP      :       0.00          0          0       0.00          -
1800.20/1800.86	c   barrier LP       :       0.00          0          0       0.00          -
1800.20/1800.86	c   diving/probing LP:     707.62       5289     669925     126.66     946.73
1800.20/1800.86	c   strong branching :     550.60        898     317469     353.53     576.59
1800.20/1800.86	c     (at root node) :          -         31      28350     914.52          -
1800.20/1800.86	c   conflict analysis:       0.00          0          0       0.00          -
1800.20/1800.86	c B&B Tree           :
1800.20/1800.86	c   number of runs   :          1
1800.20/1800.86	c   nodes            :        601
1800.20/1800.86	c   nodes (total)    :        601
1800.20/1800.86	c   nodes left       :        466
1800.20/1800.86	c   max depth        :         54
1800.20/1800.86	c   max depth (total):         54
1800.20/1800.86	c   backtracks       :        112 (18.6%)
1800.20/1800.86	c   delayed cutoffs  :          0
1800.20/1800.86	c   repropagations   :        420 (102 domain reductions, 0 cutoffs)
1800.20/1800.86	c   avg switch length:       3.85
1800.20/1800.86	c   switching time   :       1.28
1800.20/1800.86	c Solution           :
1800.20/1800.86	c   Solutions found  :          0 (0 improvements)
1800.20/1800.86	c   Primal Bound     :          -
1800.20/1800.86	c   Dual Bound       : +1.70000000000000e+01
1800.20/1800.86	c   Gap              :   infinite
1800.20/1800.86	c   Root Dual Bound  : +1.61666666666667e+01
1800.20/1800.86	c   Root Iterations  :      21124
1800.40/1801.08	c Time complete: 1800.49.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666979-1276587837/watcher-2666979-1276587837 -o /tmp/evaluation-result-2666979-1276587837/solver-2666979-1276587837 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666979-1276587837.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 1124
/proc/meminfo: memFree=1708388/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=4660 CPUtime=0
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 527 0 0 0 0 0 0 0 18 0 1 0 34387484 4771840 449 1992294400 4194304 8223781 140733514669408 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1124/statm: 1165 450 302 984 0 178 0

[startup+0.0689569 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 1124
/proc/meminfo: memFree=1708388/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=10404 CPUtime=0.06
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 1895 0 0 0 6 0 0 0 20 0 1 0 34387484 10653696 1815 1992294400 4194304 8223781 140733514669408 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1124/statm: 2601 1815 365 984 0 1614 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10404

[startup+0.100961 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 1124
/proc/meminfo: memFree=1708388/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=11560 CPUtime=0.09
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 2177 0 0 0 9 0 0 0 20 0 1 0 34387484 11837440 2097 1992294400 4194304 8223781 140733514669408 18446744073709551615 6204674 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1124/statm: 2890 2097 365 984 0 1903 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11560

[startup+0.300983 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 1124
/proc/meminfo: memFree=1708388/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=16476 CPUtime=0.29
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 3405 0 0 0 28 1 0 0 20 0 1 0 34387484 16871424 3325 1992294400 4194304 8223781 140733514669408 18446744073709551615 6639991 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1124/statm: 4119 3325 365 984 0 3132 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16476

[startup+0.701027 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 1124
/proc/meminfo: memFree=1708388/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=24636 CPUtime=0.69
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 5445 0 0 0 67 2 0 0 20 0 1 0 34387484 25227264 5365 1992294400 4194304 8223781 140733514669408 18446744073709551615 6639909 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1124/statm: 6159 5365 365 984 0 5172 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24636

[startup+1.50112 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 1125
/proc/meminfo: memFree=1664360/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=127204 CPUtime=1.49
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 32700 0 0 0 136 13 0 0 23 0 1 0 34387484 130256896 29556 1992294400 4194304 8223781 140733514669408 18446744073709551615 4992093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 31801 29556 434 984 0 30814 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127204

[startup+3.10129 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 1125
/proc/meminfo: memFree=1589588/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=129456 CPUtime=3.09
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 33853 0 0 0 294 15 0 0 25 0 1 0 34387484 132562944 30195 1992294400 4194304 8223781 140733514669408 18446744073709551615 4978051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 32364 30195 465 984 0 31377 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 129456

[startup+6.30065 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 1125
/proc/meminfo: memFree=1588348/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=167760 CPUtime=6.29
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 43393 0 0 0 609 20 0 0 25 0 1 0 34387484 171786240 38185 1992294400 4194304 8223781 140733514669408 18446744073709551615 6502724 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 41940 38185 542 984 0 40953 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 167760

[startup+12.7004 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 1125
/proc/meminfo: memFree=1556480/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=168832 CPUtime=12.69
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 46160 0 0 0 1245 24 0 0 25 0 1 0 34387484 172883968 38293 1992294400 4194304 8223781 140733514669408 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 42208 38293 544 984 0 41221 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 168832

[startup+25.5008 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 1125
/proc/meminfo: memFree=1540732/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=182624 CPUtime=25.48
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 69601 0 0 0 2507 41 0 0 25 0 1 0 34387484 187006976 42098 1992294400 4194304 8223781 140733514669408 18446744073709551615 6043589 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 45656 42098 588 984 0 44669 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 182624

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 1127
/proc/meminfo: memFree=1514444/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=223304 CPUtime=51.08
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 91259 0 0 0 5047 61 0 0 25 0 1 0 34387484 228663296 48788 1992294400 4194304 8223781 140733514669408 18446744073709551615 5734260 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 55826 48788 581 984 0 54839 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 223304

[startup+102.308 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 1127
/proc/meminfo: memFree=1519280/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=213052 CPUtime=102.27
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 173776 0 0 0 10113 114 0 0 25 0 1 0 34387484 218165248 47606 1992294400 4194304 8223781 140733514669408 18446744073709551615 6591317 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 53263 47607 582 984 0 52276 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 213052

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 1129
/proc/meminfo: memFree=1519900/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=206796 CPUtime=162.24
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 280160 0 0 0 16053 171 0 0 25 0 1 0 34387484 211759104 46767 1992294400 4194304 8223781 140733514669408 18446744073709551615 6570002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 51699 46767 582 984 0 50712 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 206796

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 1131
/proc/meminfo: memFree=1522256/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=211508 CPUtime=222.23
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 393825 0 0 0 21982 241 0 0 25 0 1 0 34387484 216584192 47612 1992294400 4194304 8223781 140733514669408 18446744073709551615 6568128 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 52877 47612 582 984 0 51890 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 211508

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 1133
/proc/meminfo: memFree=1522876/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=206020 CPUtime=282.21
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 529557 0 0 0 27903 318 0 0 25 0 1 0 34387484 210964480 46902 1992294400 4194304 8223781 140733514669408 18446744073709551615 6591971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 51505 46902 582 984 0 50518 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 206020

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 1135
/proc/meminfo: memFree=1523992/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=207820 CPUtime=342.19
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 686598 0 0 0 33815 404 0 0 25 0 1 0 34387484 212807680 46914 1992294400 4194304 8223781 140733514669408 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 51955 46914 582 984 0 50968 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 207820

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 1135
/proc/meminfo: memFree=1521512/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=207384 CPUtime=402.17
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 799666 0 0 0 39747 470 0 0 25 0 1 0 34387484 212361216 46942 1992294400 4194304 8223781 140733514669408 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 51846 46942 582 984 0 50859 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 207384

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 1137
/proc/meminfo: memFree=1520272/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=208752 CPUtime=462.16
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 812662 0 0 0 45719 497 0 0 25 0 1 0 34387484 213762048 47337 1992294400 4194304 8223781 140733514669408 18446744073709551615 6568490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 52188 47337 587 984 0 51201 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 208752

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 1139
/proc/meminfo: memFree=1520148/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=208752 CPUtime=522.14
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 812662 0 0 0 51690 524 0 0 25 0 1 0 34387484 213762048 47337 1992294400 4194304 8223781 140733514669408 18446744073709551615 6569998 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 52188 47337 587 984 0 51201 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 208752

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 1141
/proc/meminfo: memFree=1519900/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=208752 CPUtime=582.12
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 820584 0 0 0 57658 554 0 0 25 0 1 0 34387484 213762048 47376 1992294400 4194304 8223781 140733514669408 18446744073709551615 6591971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 52188 47376 587 984 0 51201 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 208752

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 1143
/proc/meminfo: memFree=1517916/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=210804 CPUtime=642.11
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 830138 0 0 0 63625 586 0 0 25 0 1 0 34387484 215863296 47888 1992294400 4194304 8223781 140733514669408 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 52701 47888 587 984 0 51714 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 210804

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1149
/proc/meminfo: memFree=1517544/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=211852 CPUtime=882.03
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 986887 0 0 0 87466 737 0 0 25 0 1 0 34387484 216936448 47901 1992294400 4194304 8223781 140733514669408 18446744073709551615 4649908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 52963 47901 588 984 0 51976 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 211852

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1153
/proc/meminfo: memFree=1521388/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=205760 CPUtime=942.01
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 1062159 0 0 0 93409 792 0 0 25 0 1 0 34387484 210698240 46896 1992294400 4194304 8223781 140733514669408 18446744073709551615 6448646 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 51440 46896 588 984 0 50453 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 205760

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1153
/proc/meminfo: memFree=1517544/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=211904 CPUtime=1001.99
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 1136358 0 0 0 99358 841 0 0 25 0 1 0 34387484 216989696 47846 1992294400 4194304 8223781 140733514669408 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 52976 47846 588 984 0 51989 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 211904

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1164
/proc/meminfo: memFree=1519528/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=205352 CPUtime=1061.95
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 1230017 0 0 0 105293 902 0 0 25 0 1 0 34387484 210280448 46908 1992294400 4194304 8223781 140733514669408 18446744073709551615 6568399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 51338 46908 588 984 0 50351 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 205352

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1166
/proc/meminfo: memFree=1519280/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=215988 CPUtime=1121.93
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 1324969 0 0 0 111229 964 0 0 25 0 1 0 34387484 221171712 48426 1992294400 4194304 8223781 140733514669408 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 53997 48426 588 984 0 53010 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 215988

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1168
/proc/meminfo: memFree=1516180/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=213676 CPUtime=1181.91
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 1450010 0 0 0 117151 1040 0 0 25 0 1 0 34387484 218804224 47601 1992294400 4194304 8223781 140733514669408 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 53419 47601 588 984 0 52432 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 213676

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1170
/proc/meminfo: memFree=1514940/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=216796 CPUtime=1241.89
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 1550928 0 0 0 123086 1103 0 0 25 0 1 0 34387484 221999104 48407 1992294400 4194304 8223781 140733514669408 18446744073709551615 6448679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 54199 48407 588 984 0 53212 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 216796

[startup+1302.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 1170
/proc/meminfo: memFree=1516180/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=215072 CPUtime=1301.87
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 1671174 0 0 0 129014 1173 0 0 25 0 1 0 34387484 220233728 48075 1992294400 4194304 8223781 140733514669408 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 53768 48075 588 984 0 52781 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 215072

[startup+1362.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 1172
/proc/meminfo: memFree=1519156/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=213524 CPUtime=1361.86
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 1793775 0 0 0 134942 1244 0 0 25 0 1 0 34387484 218648576 47546 1992294400 4194304 8223781 140733514669408 18446744073709551615 6446963 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 53381 47546 588 984 0 52394 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 213524

[startup+1422.31 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 1174
/proc/meminfo: memFree=1516800/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=214720 CPUtime=1421.84
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 1918356 0 0 0 140863 1321 0 0 25 0 1 0 34387484 219873280 47988 1992294400 4194304 8223781 140733514669408 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 53680 47988 588 984 0 52693 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 214720

[startup+1482.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 1176
/proc/meminfo: memFree=1515684/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=214720 CPUtime=1481.81
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 2013994 0 0 0 146792 1389 0 0 25 0 1 0 34387484 219873280 48297 1992294400 4194304 8223781 140733514669408 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 53680 48297 588 984 0 52693 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 214720

[startup+1542.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 1178
/proc/meminfo: memFree=1515684/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=216060 CPUtime=1541.79
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 2139078 0 0 0 152711 1468 0 0 25 0 1 0 34387484 221245440 48201 1992294400 4194304 8223781 140733514669408 18446744073709551615 6599057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 54015 48201 588 984 0 53028 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 216060

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1178
/proc/meminfo: memFree=1516676/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=212212 CPUtime=1601.77
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 2193571 0 0 0 158652 1525 0 0 25 0 1 0 34387484 217305088 47975 1992294400 4194304 8223781 140733514669408 18446744073709551615 6599072 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 53053 47975 588 984 0 52066 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 212212

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1180
/proc/meminfo: memFree=1515188/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=214384 CPUtime=1661.76
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 2247857 0 0 0 164596 1580 0 0 25 0 1 0 34387484 219529216 48373 1992294400 4194304 8223781 140733514669408 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 53596 48373 588 984 0 52609 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 214384

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1182
/proc/meminfo: memFree=1516800/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=211372 CPUtime=1721.73
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 2360972 0 0 0 170525 1648 0 0 25 0 1 0 34387484 216444928 47836 1992294400 4194304 8223781 140733514669408 18446744073709551615 6592465 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 52843 47836 588 984 0 51856 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 211372

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1184
/proc/meminfo: memFree=1516180/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=215024 CPUtime=1781.72
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 2474657 0 0 0 176448 1724 0 0 25 0 1 0 34387484 220184576 48089 1992294400 4194304 8223781 140733514669408 18446744073709551615 6537810 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 53756 48089 588 984 0 52769 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 215024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 1187
/proc/meminfo: memFree=1516180/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=216692 CPUtime=1800.01
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 2517012 0 0 0 178256 1745 0 0 25 0 1 0 34387484 221892608 47950 1992294400 4194304 8223781 140733514669408 18446744073709551615 6568490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1124/statm: 54173 47950 588 984 0 53186 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 216692

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1801 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 1187
/proc/meminfo: memFree=1516180/2059040 swapFree=4164948/4192956
[pid=1124] ppid=1119 vsize=208184 CPUtime=1800.4
/proc/1124/stat : 1124 (pbscip.linux.x8) R 1119 1124 758 0 -1 4202496 2518194 0 0 0 178294 1746 0 0 25 0 1 0 34387484 213180416 45801 1992294400 4194304 8223781 140733514669408 18446744073709551615 5955558 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1124/statm: 52046 45801 590 984 0 51059 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 208184

Child status: 0
Real time (s): 1801.09
CPU time (s): 1800.5
CPU user time (s): 1783
CPU system time (s): 17.4943
CPU usage (%): 99.9672
Max. virtual memory (cumulated for all children) (KiB): 248260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783
system time used= 17.4943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2518198
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= 3
involuntary context switches= 4163

runsolver used 2.94655 second user time and 8.5437 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-15 09:43:58
IDJOB=2666979
IDBENCH=2635
IDSOLVER=1169
FILE ID=node005/2666979-1276587837
PBS_JOBID= 11173537
Free space on /tmp= 62560 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_17.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-2666979-1276587837/watcher-2666979-1276587837 -o /tmp/evaluation-result-2666979-1276587837/solver-2666979-1276587837 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666979-1276587837.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 642c38c9f16ba47e1145e44f5259b53a
RANDOM SEED=1977296552

node005.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.246
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.246
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1708916 kB
Buffers:         89516 kB
Cached:         157820 kB
SwapCached:       1408 kB
Active:          94208 kB
Inactive:       186312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1708916 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:            8340 kB
Writeback:           0 kB
AnonPages:       31880 kB
Mapped:          14652 kB
Slab:            47912 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180980 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62556 MiB
End job on node005 at 2010-06-15 10:14:00