Trace number 1869336

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 NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1800.23 1800.95

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_14.opb
MD5SUM308ce6e771b8240fefc971d6e27a7575
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark154
Best CPU time to get the best result obtained on this benchmark1798.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 142
Optimality of the best value was proved NO
Number of variables3297
Total number of constraints6383
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 constraints6383
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
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 1411
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.29/0.32	c SCIP version 1.1.0.7
0.29/0.32	c LP-Solver SoPlex 1.4.1
0.29/0.32	c user parameter file <scip.set> not found - using default parameters
0.29/0.32	c read problem <HOME/instance-1869336-1245170417.opb>
0.29/0.32	c original problem has 3297 variables (3297 bin, 0 int, 0 impl, 0 cont) and 6383 constraints
0.39/0.43	c start presolving problem
0.39/0.43	c presolving:
0.49/0.56	c (round 1) 0 del vars, 3185 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 13 upgd conss, 0 impls, 0 clqs
2.10/2.13	c    (1.8s) probing: 114/3297 (3.5%) - 0 fixings, 0 aggregations, 921 implications, 0 bound changes
2.10/2.13	c    (1.8s) probing aborted: 100/100 successive totally useless probings
2.10/2.13	c presolving (2 rounds):
2.10/2.13	c  0 deleted vars, 3185 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.10/2.13	c  6552 implications, 0 cliques
2.10/2.13	c presolved problem has 3297 variables (3297 bin, 0 int, 0 impl, 0 cont) and 3198 constraints
2.10/2.13	c      13 constraints of type <knapsack>
2.10/2.13	c    3185 constraints of type <linear>
2.10/2.13	c transformed objective value is always integral (scale: 1)
2.10/2.13	c Presolving Time: 1.70
2.10/2.14	c OPT-LIN
2.10/2.14	c -----------------------------------------------------------------------------------------------
2.10/2.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.10/2.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.10/2.14	c limits/memory = c 1620
2.10/2.14	c # maximal time in seconds to run
2.10/2.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.10/2.14	c limits/time = c 1791
2.10/2.14	c # frequency for displaying node information lines
2.10/2.14	c # [type: int, range: [-1,2147483647], default: 100]
2.10/2.14	c display/freq = c 10000
2.10/2.14	c -----------------------------------------------------------------------------------------------
2.10/2.14	c start solving problem
2.10/2.14	c 
2.59/2.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.59/2.66	c   2.3s|     1 |     0 |  2943 |  26M|   0 |1911 |3297 |3198 |3198 |3297 |3198 |   0 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
7.49/7.54	c   7.1s|     1 |     0 |  8025 |  27M|   0 |1917 |3297 |3198 |3198 |3297 |3241 |  43 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
8.09/8.12	c   7.7s|     1 |     0 |  8066 |  27M|   0 |1923 |3297 |3198 |3198 |3297 |3296 |  98 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
8.79/8.88	c   8.4s|     1 |     0 |  8266 |  28M|   0 |1927 |3297 |3198 |3198 |3297 |3389 | 191 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
10.19/10.26	c   9.8s|     1 |     0 |  8866 |  28M|   0 |1922 |3297 |3198 |3198 |3297 |3505 | 307 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
11.89/11.95	c  11.5s|     1 |     0 |  9635 |  29M|   0 |1926 |3297 |3198 |3198 |3297 |3621 | 423 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
13.99/14.10	c  13.6s|     1 |     0 | 10454 |  29M|   0 |1934 |3297 |3198 |3198 |3297 |3732 | 534 |   0 |   0 | 1.300170e+01 |      --      |    Inf 
15.89/15.93	c  15.4s|     1 |     0 | 11155 |  30M|   0 |1945 |3297 |3198 |3198 |3297 |3856 | 658 |   0 |   0 | 1.300170e+01 |      --      |    Inf 
18.08/18.10	c  17.6s|     1 |     0 | 11933 |  30M|   0 |1931 |3297 |3198 |3198 |3297 |3959 | 761 |   0 |   0 | 1.316667e+01 |      --      |    Inf 
20.97/21.08	c  20.6s|     1 |     0 | 12846 |  31M|   0 |1928 |3297 |3198 |3198 |3297 |4043 | 845 |   0 |   0 | 1.328571e+01 |      --      |    Inf 
23.98/24.01	c  23.5s|     1 |     0 | 13746 |  31M|   0 |1926 |3297 |3198 |3198 |3297 |4118 | 920 |   0 |   0 | 1.328571e+01 |      --      |    Inf 
25.47/25.55	c  25.0s|     1 |     0 | 14698 |  31M|   0 |1918 |3297 |3198 |3198 |3297 |4141 | 943 |   0 |   0 | 1.383916e+01 |      --      |    Inf 
27.38/27.45	c  26.9s|     1 |     0 | 15964 |  31M|   0 |1840 |3297 |3198 |3198 |3297 |4160 | 962 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
30.67/30.78	c  30.2s|     1 |     0 | 18598 |  31M|   0 |1839 |3297 |3198 |3198 |3297 |4178 | 980 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
34.37/34.41	c  33.8s|     1 |     0 | 21341 |  31M|   0 |1830 |3297 |3198 |3198 |3297 |3934 |1003 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
36.07/36.13	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.07/36.13	c  35.5s|     1 |     0 | 22298 |  32M|   0 |1836 |3297 |3198 |3198 |3297 |3966 |1035 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
39.17/39.21	c  38.6s|     1 |     0 | 24757 |  32M|   0 |1823 |3297 |3198 |3198 |3297 |3985 |1054 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
41.57/41.69	c  41.0s|     1 |     0 | 26357 |  32M|   0 |1806 |3297 |3198 |3198 |3297 |4014 |1083 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
82.56/82.65	c  81.6s|     1 |     2 | 26357 |  32M|   0 |1806 |3297 |3198 |3198 |3297 |4014 |1083 |   0 |  25 | 1.400000e+01 |      --      |    Inf 
1800.07/1800.80	c 
1800.07/1800.80	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.80	c Solving Time (sec) : 1789.77
1800.07/1800.80	c Solving Nodes      : 7892
1800.07/1800.80	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.07/1800.80	c Dual Bound         : +1.40000000000000e+01
1800.07/1800.80	c Gap                : infinite
1800.07/1800.80	c NODE         7892
1800.07/1800.80	c DUAL BOUND   14
1800.07/1800.80	c PRIMAL BOUND 1e+20
1800.07/1800.80	c GAP          1e+20
1800.07/1800.80	s UNKNOWN
1800.07/1800.80	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.80	c Solving Time       :    1789.77
1800.07/1800.80	c Original Problem   :
1800.07/1800.80	c   Problem name     : HOME/instance-1869336-1245170417.opb
1800.07/1800.80	c   Variables        : 3297 (3297 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.80	c   Constraints      : 6383 initial, 6383 maximal
1800.07/1800.80	c Presolved Problem  :
1800.07/1800.80	c   Problem name     : t_HOME/instance-1869336-1245170417.opb
1800.07/1800.80	c   Variables        : 3297 (3297 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.80	c   Constraints      : 3198 initial, 6342 maximal
1800.07/1800.80	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.80	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.80	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.80	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.80	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.80	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.80	c   probing          :       1.53          0          0          0          0          0          0          0          0
1800.07/1800.80	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.80	c   linear           :       0.14          0          0          0          0          0       3185          0          0
1800.07/1800.80	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.80	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1800.80	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.80	c   integral         :          0          0          0       6897          0         26       1673          0          0      13002
1800.07/1800.80	c   knapsack         :         13         17      32365          0          0        104       5473        143          0          0
1800.07/1800.80	c   linear           :       3185         17      32261          0          0        550     403657          2          0          0
1800.07/1800.80	c   logicor          :          0+         0      15701          0          0         84       8622          0          0          0
1800.07/1800.80	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.07/1800.80	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.80	c   integral         :     552.27       0.00       0.00     552.27       0.00
1800.07/1800.80	c   knapsack         :       2.35       0.01       2.34       0.00       0.00
1800.07/1800.80	c   linear           :      75.15       0.01      75.14       0.00       0.00
1800.07/1800.80	c   logicor          :       1.31       0.00       1.31       0.00       0.00
1800.07/1800.80	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.80	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.80	c   rootredcost      :       0.07          0          0          0
1800.07/1800.80	c   pseudoobj        :       0.11      32132          0          0
1800.07/1800.80	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.80	c   propagation      :       0.11        738        737       4957       30.9         30       15.1          -
1800.07/1800.80	c   infeasible LP    :       4.80       2919       2919       6453       20.3         84       20.0          0
1800.07/1800.80	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.80	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.80	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.80	c   applied globally :          -          -          -       6384       17.5          -          -          -
1800.07/1800.80	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.07/1800.80	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.80	c   cut pool         :       0.02         16          -          -      13801          -    (maximal pool size: 6761)
1800.07/1800.80	c   redcost          :       1.90       6921          0         35          0          0
1800.07/1800.80	c   impliedbounds    :       0.01         17          0          0         18          0
1800.07/1800.80	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.80	c   gomory           :       1.40         17          0          0        117          0
1800.07/1800.80	c   strongcg         :       1.33         17          0          0         98          0
1800.07/1800.80	c   cmir             :       3.56         10          0          0       5000          0
1800.07/1800.80	c   flowcover        :       3.97         10          0          0       2000          0
1800.07/1800.80	c   clique           :       0.01          1          0          0          0          0
1800.07/1800.80	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.80	c   mcf              :       0.00          1          0          0          0          0
1800.07/1800.80	c Pricers            :       Time      Calls       Vars
1800.07/1800.80	c   problem variables:       0.00          0          0
1800.07/1800.80	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.80	c   relpscost        :     552.26       6897         26       1673          0          0      13002
1800.07/1800.80	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.80	c   inference        :       0.00          0          0          0          0          0          0
1800.07/1800.80	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.80	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.80	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.80	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.80	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.80	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.80	c   LP solutions     :       0.00          -          0
1800.07/1800.80	c   pseudo solutions :       0.00          -          0
1800.07/1800.80	c   oneopt           :       0.02          0          0
1800.07/1800.80	c   crossover        :       0.00          0          0
1800.07/1800.80	c   guideddiving     :       0.00          0          0
1800.07/1800.80	c   intshifting      :       0.00          0          0
1800.07/1800.80	c   coefdiving       :     128.75          6          0
1800.07/1800.80	c   pscostdiving     :      46.95         21          0
1800.07/1800.80	c   feaspump         :      40.76         21          0
1800.07/1800.80	c   simplerounding   :       0.01          0          0
1800.07/1800.80	c   rounding         :       2.34       1135          0
1800.07/1800.80	c   shifting         :      10.42        317          0
1800.07/1800.80	c   fixandinfer      :       0.00          0          0
1800.07/1800.80	c   fracdiving       :      78.07         11          0
1800.07/1800.80	c   veclendiving     :      37.20         32          0
1800.07/1800.80	c   intdiving        :       0.00          0          0
1800.07/1800.80	c   actconsdiving    :       0.00          0          0
1800.07/1800.80	c   objpscostdiving  :      35.51         16          0
1800.07/1800.80	c   rootsoldiving    :      22.26         14          0
1800.07/1800.80	c   linesearchdiving :      47.01         41          0
1800.07/1800.80	c   octane           :       0.00          0          0
1800.07/1800.80	c   rens             :       0.01          0          0
1800.07/1800.80	c   rins             :       0.00          0          0
1800.07/1800.80	c   localbranching   :       0.00          0          0
1800.07/1800.80	c   mutation         :       0.00          0          0
1800.07/1800.80	c   dins             :       0.00          0          0
1800.07/1800.80	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.80	c   primal LP        :       0.04          0          0       0.00       0.00
1800.07/1800.80	c   dual LP          :     679.29       7939    1702637     214.46    2506.50
1800.07/1800.80	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.80	c   diving/probing LP:     393.92       8215     870489     105.96    2209.81
1800.07/1800.80	c   strong branching :     547.33       3776     979505     259.40    1789.61
1800.07/1800.80	c     (at root node) :          -         25      24621     984.84          -
1800.07/1800.80	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.80	c B&B Tree           :
1800.07/1800.80	c   number of runs   :          1
1800.07/1800.80	c   nodes            :       7892
1800.07/1800.80	c   nodes (total)    :       7892
1800.07/1800.80	c   nodes left       :       4726
1800.07/1800.80	c   max depth        :        123
1800.07/1800.80	c   max depth (total):        123
1800.07/1800.80	c   backtracks       :       1084 (13.7%)
1800.07/1800.80	c   delayed cutoffs  :        385
1800.07/1800.80	c   repropagations   :       6960 (96852 domain reductions, 127 cutoffs)
1800.07/1800.80	c   avg switch length:       5.36
1800.07/1800.80	c   switching time   :      12.70
1800.07/1800.80	c Solution           :
1800.07/1800.80	c   Solutions found  :          0 (0 improvements)
1800.07/1800.80	c   Primal Bound     :          -
1800.07/1800.80	c   Dual Bound       : +1.40000000000000e+01
1800.07/1800.80	c   Gap              :   infinite
1800.07/1800.80	c   Root Dual Bound  : +1.40000000000000e+01
1800.17/1800.94	c Time complete: 1800.21.

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

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.99 0.98 0.91 3/65 26791
/proc/meminfo: memFree=1850920/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=6100 CPUtime=0
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 559 0 0 0 0 0 0 0 18 0 1 0 96463530 6246400 541 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 0 0 0
/proc/26791/statm: 1525 552 325 886 0 635 0

[startup+0.0610439 s]
/proc/loadavg: 0.99 0.98 0.91 3/65 26791
/proc/meminfo: memFree=1850920/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=10428 CPUtime=0.05
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 1921 0 0 0 5 0 0 0 18 0 1 0 96463530 10678272 1903 1992294400 4194304 7823515 548682068736 18446744073709551615 6883587 0 0 4096 0 0 0 0 17 0 0 0
/proc/26791/statm: 2607 1903 354 886 0 1717 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10428

[startup+0.101049 s]
/proc/loadavg: 0.99 0.98 0.91 3/65 26791
/proc/meminfo: memFree=1850920/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=11228 CPUtime=0.09
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 2123 0 0 0 8 1 0 0 18 0 1 0 96463530 11497472 2105 1992294400 4194304 7823515 548682068736 18446744073709551615 4363778 0 0 4096 0 0 0 0 17 0 0 0
/proc/26791/statm: 2807 2105 354 886 0 1917 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11228

[startup+0.301074 s]
/proc/loadavg: 0.99 0.98 0.91 3/65 26791
/proc/meminfo: memFree=1850920/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=17824 CPUtime=0.29
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 3763 0 0 0 28 1 0 0 19 0 1 0 96463530 18251776 3745 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 0 0 0
/proc/26791/statm: 4456 3745 354 886 0 3566 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17824

[startup+0.701123 s]
/proc/loadavg: 0.99 0.98 0.91 3/65 26791
/proc/meminfo: memFree=1850920/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=66108 CPUtime=0.69
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 15501 0 0 0 62 7 0 0 23 0 1 0 96463530 67694592 15129 1992294400 4194304 7823515 548682068736 18446744073709551615 5062320 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 16527 15129 442 886 0 15637 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66108

[startup+1.50122 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26792
/proc/meminfo: memFree=1791968/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=66108 CPUtime=1.49
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 15501 0 0 0 142 7 0 0 25 0 1 0 96463530 67694592 15129 1992294400 4194304 7823515 548682068736 18446744073709551615 5062349 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 16527 15129 442 886 0 15637 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66108

[startup+3.10142 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26792
/proc/meminfo: memFree=1791840/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=82588 CPUtime=3.09
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 20440 0 0 0 299 10 0 0 25 0 1 0 96463530 84570112 19089 1992294400 4194304 7823515 548682068736 18446744073709551615 6208526 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 20647 19089 526 886 0 19757 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82588

[startup+6.30182 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26792
/proc/meminfo: memFree=1775600/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=83060 CPUtime=6.29
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 20601 0 0 0 618 11 0 0 25 0 1 0 96463530 85053440 19250 1992294400 4194304 7823515 548682068736 18446744073709551615 6208911 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 20765 19250 526 886 0 19875 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83060

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26792
/proc/meminfo: memFree=1756912/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=106984 CPUtime=12.69
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 25527 0 0 0 1254 15 0 0 25 0 1 0 96463530 109551616 24107 1992294400 4194304 7823515 548682068736 18446744073709551615 5594420 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 26746 24107 550 886 0 25856 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 106984

[startup+25.5012 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26792
/proc/meminfo: memFree=1748848/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=111200 CPUtime=25.47
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 30407 0 0 0 2525 22 0 0 25 0 1 0 96463530 113868800 26090 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 27800 26090 551 886 0 26910 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 111200

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26792
/proc/meminfo: memFree=1748528/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=120964 CPUtime=51.06
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 57433 0 0 0 5064 42 0 0 25 0 1 0 96463530 123867136 27701 1992294400 4194304 7823515 548682068736 18446744073709551615 6211719 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 30241 27701 556 886 0 29351 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 120964

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26792
/proc/meminfo: memFree=1749872/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=112260 CPUtime=102.25
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 112368 0 0 0 10148 77 0 0 25 0 1 0 96463530 114954240 25806 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 28065 25806 557 886 0 27175 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 112260

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26792
/proc/meminfo: memFree=1750640/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=110812 CPUtime=162.22
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 137595 0 0 0 16116 106 0 0 25 0 1 0 96463530 113471488 25610 1992294400 4194304 7823515 548682068736 18446744073709551615 6262286 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 27703 25610 557 886 0 26813 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 110812

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26792
/proc/meminfo: memFree=1747952/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=113376 CPUtime=222.19
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 164445 0 0 0 22078 141 0 0 25 0 1 0 96463530 116097024 26289 1992294400 4194304 7823515 548682068736 18446744073709551615 6212404 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 28344 26289 565 886 0 27454 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 113376

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26792
/proc/meminfo: memFree=1749808/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=112396 CPUtime=282.17
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 165936 0 0 0 28041 176 0 0 25 0 1 0 96463530 115093504 25800 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 28099 25800 565 886 0 27209 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 112396

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26792
/proc/meminfo: memFree=1745968/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=114660 CPUtime=342.14
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 166939 0 0 0 34003 211 0 0 25 0 1 0 96463530 117411840 26762 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 28665 26762 565 886 0 27775 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 114660

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26794
/proc/meminfo: memFree=1745776/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=114660 CPUtime=402.11
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 166939 0 0 0 39969 242 0 0 25 0 1 0 96463530 117411840 26762 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 28665 26762 565 886 0 27775 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 114660

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26794
/proc/meminfo: memFree=1745008/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=115664 CPUtime=462.1
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 167132 0 0 0 45940 270 0 0 25 0 1 0 96463530 118439936 26955 1992294400 4194304 7823515 548682068736 18446744073709551615 6099037 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 28916 26955 565 886 0 28026 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 115664

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26794
/proc/meminfo: memFree=1745008/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=115664 CPUtime=522.07
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 167134 0 0 0 51903 304 0 0 25 0 1 0 96463530 118439936 26957 1992294400 4194304 7823515 548682068736 18446744073709551615 6237117 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 28916 26957 565 886 0 28026 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 115664

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26794
/proc/meminfo: memFree=1744304/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=117748 CPUtime=582.04
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 171172 0 0 0 57872 332 0 0 25 0 1 0 96463530 120573952 27160 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 29437 27160 565 886 0 28547 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 117748

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26794
/proc/meminfo: memFree=1750192/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=110292 CPUtime=641.98
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 181594 0 0 0 63831 367 0 0 25 0 1 0 96463530 112939008 25685 1992294400 4194304 7823515 548682068736 18446744073709551615 6237120 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 27573 25685 565 886 0 26683 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 110292

[startup+702.301 s]

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

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26794
/proc/meminfo: memFree=1736560/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=123852 CPUtime=881.87
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 203826 0 0 0 87694 493 0 0 25 0 1 0 96463530 126824448 29064 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 30963 29064 565 886 0 30073 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 123852

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26794
/proc/meminfo: memFree=1739120/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=122032 CPUtime=941.85
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 205386 0 0 0 93659 526 0 0 25 0 1 0 96463530 124960768 28428 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 30508 28428 565 886 0 29618 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 122032

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26794
/proc/meminfo: memFree=1734576/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=125716 CPUtime=1001.82
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 206549 0 0 0 99629 553 0 0 25 0 1 0 96463530 128733184 29552 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 31429 29552 565 886 0 30539 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 125716

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26794
/proc/meminfo: memFree=1732208/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=128320 CPUtime=1061.81
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 207123 0 0 0 105600 581 0 0 25 0 1 0 96463530 131399680 30126 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 32080 30126 565 886 0 31190 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 128320

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26794
/proc/meminfo: memFree=1732144/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=128320 CPUtime=1121.78
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 207123 0 0 0 111572 606 0 0 25 0 1 0 96463530 131399680 30126 1992294400 4194304 7823515 548682068736 18446744073709551615 5965025 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 32080 30126 565 886 0 31190 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 128320

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26794
/proc/meminfo: memFree=1729840/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=131116 CPUtime=1181.76
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 207719 0 0 0 117537 639 0 0 25 0 1 0 96463530 134262784 30722 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 32779 30722 565 886 0 31889 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 131116

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26794
/proc/meminfo: memFree=1728176/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=131872 CPUtime=1241.73
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 208086 0 0 0 123498 675 0 0 25 0 1 0 96463530 135036928 31082 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 32968 31082 565 886 0 32078 0
Current children cumulated CPU time (s) 1241.73
Current children cumulated vsize (KiB) 131872

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26800
/proc/meminfo: memFree=1726000/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=133268 CPUtime=1301.72
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 208463 0 0 0 129463 709 0 0 25 0 1 0 96463530 136466432 31459 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 33317 31459 565 886 0 32427 0
Current children cumulated CPU time (s) 1301.72
Current children cumulated vsize (KiB) 133268

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26800
/proc/meminfo: memFree=1726000/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=133268 CPUtime=1361.69
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 208463 0 0 0 135436 733 0 0 25 0 1 0 96463530 136466432 31459 1992294400 4194304 7823515 548682068736 18446744073709551615 6211638 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 33317 31459 565 886 0 32427 0
Current children cumulated CPU time (s) 1361.69
Current children cumulated vsize (KiB) 133268

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26800
/proc/meminfo: memFree=1725936/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=133268 CPUtime=1421.68
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 208466 0 0 0 141403 765 0 0 25 0 1 0 96463530 136466432 31462 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 33317 31462 565 886 0 32427 0
Current children cumulated CPU time (s) 1421.68
Current children cumulated vsize (KiB) 133268

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26800
/proc/meminfo: memFree=1725360/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=134568 CPUtime=1481.66
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 208612 0 0 0 147364 802 0 0 25 0 1 0 96463530 137797632 31608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 33642 31608 565 886 0 32752 0
Current children cumulated CPU time (s) 1481.66
Current children cumulated vsize (KiB) 134568

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26800
/proc/meminfo: memFree=1723760/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=136496 CPUtime=1541.64
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 209002 0 0 0 153327 837 0 0 25 0 1 0 96463530 139771904 31998 1992294400 4194304 7823515 548682068736 18446744073709551615 6234864 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 34124 31998 565 886 0 33234 0
Current children cumulated CPU time (s) 1541.64
Current children cumulated vsize (KiB) 136496

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26800
/proc/meminfo: memFree=1723504/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=136496 CPUtime=1601.63
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 209051 0 0 0 159294 869 0 0 25 0 1 0 96463530 139771904 32047 1992294400 4194304 7823515 548682068736 18446744073709551615 6237396 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 34124 32047 565 886 0 33234 0
Current children cumulated CPU time (s) 1601.63
Current children cumulated vsize (KiB) 136496

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26800
/proc/meminfo: memFree=1722352/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=136996 CPUtime=1661.61
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 209341 0 0 0 165249 912 0 0 25 0 1 0 96463530 140283904 32337 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 34249 32337 565 886 0 33359 0
Current children cumulated CPU time (s) 1661.61
Current children cumulated vsize (KiB) 136996

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26800
/proc/meminfo: memFree=1721968/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=137256 CPUtime=1721.59
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 209420 0 0 0 171206 953 0 0 25 0 1 0 96463530 140550144 32416 1992294400 4194304 7823515 548682068736 18446744073709551615 5000289 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 34314 32416 565 886 0 33424 0
Current children cumulated CPU time (s) 1721.59
Current children cumulated vsize (KiB) 137256

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26800
/proc/meminfo: memFree=1721840/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=137256 CPUtime=1781.58
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 209423 0 0 0 177166 992 0 0 25 0 1 0 96463530 140550144 32419 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 34314 32419 565 886 0 33424 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 137256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26800
/proc/meminfo: memFree=1721840/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=137256 CPUtime=1800.07
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 209423 0 0 0 179007 1000 0 0 25 0 1 0 96463530 140550144 32419 1992294400 4194304 7823515 548682068736 18446744073709551615 5062426 0 0 4096 16384 0 0 0 17 0 0 0
/proc/26791/statm: 34314 32419 565 886 0 33424 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 137256

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

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

[startup+1800.91 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 26800
/proc/meminfo: memFree=1721840/2055920 swapFree=4192812/4192956
[pid=26791] ppid=26789 vsize=137256 CPUtime=1800.17
/proc/26791/stat : 26791 (pbscip.linux.x8) R 26789 26791 26457 0 -1 4194304 209427 0 0 0 179017 1000 0 0 25 0 1 0 96463530 140550144 32423 1992294400 4194304 7823515 548682068736 18446744073709551615 4240921 0 0 4096 0 0 0 0 17 0 0 0
/proc/26791/statm: 34314 32423 569 886 0 33424 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 137256

Child status: 0
Real time (s): 1800.95
CPU time (s): 1800.23
CPU user time (s): 1790.2
CPU system time (s): 10.0275
CPU usage (%): 99.9601
Max. virtual memory (cumulated for all children) (KiB): 137256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.2
system time used= 10.0275
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209430
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= 2
involuntary context switches= 4293

runsolver used 2.15167 second user time and 3.83442 second system time

The end

Launcher Data

Begin job on node92 at 2009-06-16 18:40:17
IDJOB=1869336
IDBENCH=2631
IDSOLVER=683
FILE ID=node92/1869336-1245170417
PBS_JOBID= 9363866
Free space on /tmp= 66472 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_14.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869336-1245170417/watcher-1869336-1245170417 -o /tmp/evaluation-result-1869336-1245170417/solver-1869336-1245170417 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869336-1245170417.opb

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

MD5SUM BENCH= 308ce6e771b8240fefc971d6e27a7575
RANDOM SEED=2080709881

node92.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.233
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.233
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1851464 kB
Buffers:          3444 kB
Cached:         136836 kB
SwapCached:        140 kB
Active:          44412 kB
Inactive:       109764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11332 kB
Writeback:           0 kB
Mapped:          23592 kB
Slab:            36176 kB
Committed_AS:    63944 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node92 at 2009-06-16 19:10:20