Trace number 2665568

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.23 1800.96

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-protfold.opb
MD5SUM7f40f8d513f22fc9adca96d8fdf626e2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-25
Best CPU time to get the best result obtained on this benchmark1800.24
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -24
Optimality of the best value was proved NO
Number of variables1835
Total number of constraints2112
Number of constraints which are clauses1906
Number of constraints which are cardinality constraints (but not clauses)86
Number of constraints which are nor clauses,nor cardinality constraints120
Minimum length of a constraint3
Maximum length of a constraint882
Number of terms in the objective function 120
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 120
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 900
Number of bits of the biggest sum of numbers10
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: Clp 1.11.1] [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-2665568-1276357354.opb>
0.03/0.08	c original problem has 1835 variables (1835 bin, 0 int, 0 impl, 0 cont) and 2112 constraints
0.03/0.08	c problem read
0.03/0.08	c presolving settings loaded
0.09/0.10	c presolving:
0.09/0.18	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2110 upgd conss, 0 impls, 84 clqs
3.99/4.00	c    (3.8s) probing: 1000/1835 (54.5%) - 0 fixings, 0 aggregations, 136373 implications, 0 bound changes
7.19/7.28	c presolving (2 rounds):
7.19/7.28	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
7.19/7.28	c  461024 implications, 84 cliques
7.19/7.28	c presolved problem has 1835 variables (1835 bin, 0 int, 0 impl, 0 cont) and 2112 constraints
7.19/7.28	c     120 constraints of type <knapsack>
7.19/7.28	c      84 constraints of type <setppc>
7.19/7.28	c       2 constraints of type <linear>
7.19/7.28	c    1906 constraints of type <logicor>
7.19/7.28	c transformed objective value is always integral (scale: 1)
7.19/7.28	c Presolving Time: 7.03
7.19/7.28	c - non default parameters ----------------------------------------------------------------------
7.19/7.28	c # SCIP version 1.2.1.2
7.19/7.28	c 
7.19/7.28	c # frequency for displaying node information lines
7.19/7.28	c # [type: int, range: [-1,2147483647], default: 100]
7.19/7.28	c display/freq = 10000
7.19/7.28	c 
7.19/7.28	c # maximal time in seconds to run
7.19/7.28	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.19/7.28	c limits/time = 1799.93
7.19/7.28	c 
7.19/7.28	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
7.19/7.28	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.19/7.28	c limits/memory = 1620
7.19/7.28	c 
7.19/7.28	c # should presolving try to simplify inequalities
7.19/7.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
7.19/7.28	c constraints/linear/simplifyinequalities = TRUE
7.19/7.28	c 
7.19/7.28	c # should presolving try to simplify knapsacks
7.19/7.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
7.19/7.28	c constraints/knapsack/simplifyinequalities = TRUE
7.19/7.28	c 
7.19/7.28	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
7.19/7.28	c # [type: int, range: [-1,2147483647], default: -1]
7.19/7.28	c separating/rapidlearning/freq = 0
7.19/7.28	c 
7.19/7.28	c -----------------------------------------------------------------------------------------------
7.19/7.28	c start solving
7.19/7.28	c 
7.89/7.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.89/7.90	c   7.6s|     1 |     0 |  1244 |     - |  22M|   0 | 501 |1835 |2112 |1835 |2112 |   0 |   0 |   0 |-4.195745e+01 |      --      |    Inf 
11.89/11.96	c  11.5s|     1 |     0 |  3306 |     - |  22M|   0 | 538 |1835 |2112 |1835 |2115 |   3 |   0 |   0 |-4.136957e+01 |      --      |    Inf 
23.39/23.41	c  22.9s|     1 |     0 | 11202 |     - |  23M|   0 | 453 |1835 |2112 |1835 |2119 |   7 |   0 |   0 |-4.092089e+01 |      --      |    Inf 
89.15/89.27	c  88.3s|     1 |     0 | 64262 |     - |  23M|   0 | 550 |1835 |2112 |1835 |2122 |  10 |   0 |   0 |-4.045084e+01 |      --      |    Inf 
99.25/99.32	c  98.3s|     1 |     0 | 71401 |     - |  23M|   0 | 487 |1835 |2112 |1835 |2126 |  14 |   0 |   0 |-4.045084e+01 |      --      |    Inf 
107.75/107.89	c   107s|     1 |     0 | 77160 |     - |  23M|   0 | 493 |1835 |2112 |1835 |2130 |  18 |   0 |   0 |-4.045084e+01 |      --      |    Inf 
116.34/116.46	c   115s|     1 |     0 | 82727 |     - |  23M|   0 | 472 |1835 |2112 |1835 |2135 |  23 |   0 |   0 |-4.045084e+01 |      --      |    Inf 
125.64/125.78	c   125s|     1 |     0 | 88945 |     - |  23M|   0 | 508 |1835 |2112 |1835 |2138 |  26 |   0 |   0 |-4.045084e+01 |      --      |    Inf 
134.63/134.78	c   133s|     1 |     0 | 95028 |     - |  23M|   0 | 531 |1835 |2112 |1835 |2141 |  29 |   0 |   0 |-4.045084e+01 |      --      |    Inf 
144.53/144.61	c   143s|     1 |     0 |101497 |     - |  23M|   0 | 536 |1835 |2112 |1835 |2148 |  36 |   0 |   0 |-4.045084e+01 |      --      |    Inf 
165.12/165.23	c   163s|     1 |     2 |101497 |     - |  23M|   0 | 536 |1835 |2112 |1835 |2148 |  36 |   0 |  12 |-4.045084e+01 |      --      |    Inf 
1800.06/1800.80	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.16/1800.92	c 
1800.16/1800.92	c SCIP Status        : solving was interrupted [user interrupt]
1800.16/1800.92	c Solving Time (sec) : 1785.61
1800.16/1800.92	c Solving Nodes      : 100
1800.16/1800.92	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.16/1800.92	c Dual Bound         : -3.84650621118011e+01
1800.16/1800.92	c Gap                : infinite
1800.16/1800.92	s UNKNOWN
1800.16/1800.92	c SCIP Status        : solving was interrupted [user interrupt]
1800.16/1800.92	c Solving Time       :    1785.61
1800.16/1800.92	c Original Problem   :
1800.16/1800.92	c   Problem name     : HOME/instance-2665568-1276357354.opb
1800.16/1800.92	c   Variables        : 1835 (1835 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.16/1800.92	c   Constraints      : 2112 initial, 2112 maximal
1800.16/1800.92	c Presolved Problem  :
1800.16/1800.92	c   Problem name     : t_HOME/instance-2665568-1276357354.opb
1800.16/1800.92	c   Variables        : 1835 (1835 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.16/1800.92	c   Constraints      : 2112 initial, 2188 maximal
1800.16/1800.92	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.16/1800.92	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.92	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.92	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.92	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.92	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.92	c   probing          :       6.88          0          0          0          0          0          0          0          0
1800.16/1800.92	c   knapsack         :       0.05          0          0          0          0          0          0          0          0
1800.16/1800.92	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.16/1800.92	c   linear           :       0.04          0          0          0          0          0          0          0          0
1800.16/1800.92	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1800.16/1800.92	c   root node        :          -          0          -          -          0          -          -          -          -
1800.16/1800.92	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.16/1800.92	c   integral         :          0          0          0        100          0          0          0          0          0        200
1800.16/1800.92	c   knapsack         :        120          9      16805          0          0          1         83          0          0          0
1800.16/1800.92	c   setppc           :         84          9      16804          0          0          4        527          0          0          0
1800.16/1800.92	c   linear           :          2          9      16800          0          0          0          0          0          0          0
1800.16/1800.92	c   logicor          :       1906+         9      14702          0          0          5        937          0          0          0
1800.16/1800.92	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.16/1800.92	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.16/1800.92	c   integral         :     441.17       0.00       0.00     441.17       0.00
1800.16/1800.92	c   knapsack         :       0.58       0.01       0.57       0.00       0.00
1800.16/1800.92	c   setppc           :       0.14       0.00       0.14       0.00       0.00
1800.16/1800.92	c   linear           :       2.88       0.02       2.86       0.00       0.00
1800.16/1800.92	c   logicor          :       0.99       0.00       0.99       0.00       0.00
1800.16/1800.92	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.16/1800.92	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.16/1800.92	c   vbounds          :       0.02          2          0          0
1800.16/1800.92	c   rootredcost      :       0.01          0          0          0
1800.16/1800.92	c   pseudoobj        :       0.01       2067          0          0
1800.16/1800.92	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.16/1800.92	c   propagation      :       0.01         10         10         91       98.1          1        8.0          -
1800.16/1800.92	c   infeasible LP    :       0.01          6          4         23      134.0          1       20.0          0
1800.16/1800.92	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.16/1800.92	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.16/1800.92	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.16/1800.92	c   applied globally :          -          -          -         76       90.6          -          -          -
1800.16/1800.92	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.16/1800.92	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.16/1800.92	c   cut pool         :       0.00          8          -          -         51          -    (maximal pool size: 121)
1800.16/1800.92	c   redcost          :       0.01        108          0          0          0          0
1800.16/1800.92	c   impliedbounds    :       0.04          9          0          0          8          0
1800.16/1800.92	c   intobj           :       0.00          0          0          0          0          0
1800.16/1800.92	c   cgmip            :       0.00          0          0          0          0          0
1800.16/1800.92	c   gomory           :       2.17          9          0          0        732          0
1800.16/1800.92	c   strongcg         :       1.91          9          0          0        636          0
1800.16/1800.92	c   cmir             :       0.21          9          0          0          0          0
1800.16/1800.92	c   flowcover        :       0.32          9          0          0          0          0
1800.16/1800.92	c   clique           :       1.31          9          0          0         89          0
1800.16/1800.92	c   zerohalf         :       0.00          0          0          0          0          0
1800.16/1800.92	c   mcf              :       0.01          1          0          0          0          0
1800.16/1800.92	c   rapidlearning    :       0.25          1          0          0          0          0
1800.16/1800.92	c Pricers            :       Time      Calls       Vars
1800.16/1800.92	c   problem variables:       0.00          0          0
1800.16/1800.92	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.16/1800.92	c   relpscost        :     441.17        100          0          0          0          0        200
1800.16/1800.92	c   pscost           :       0.00          0          0          0          0          0          0
1800.16/1800.92	c   inference        :       0.00          0          0          0          0          0          0
1800.16/1800.92	c   mostinf          :       0.00          0          0          0          0          0          0
1800.16/1800.92	c   leastinf         :       0.00          0          0          0          0          0          0
1800.16/1800.92	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.16/1800.92	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.16/1800.92	c   random           :       0.00          0          0          0          0          0          0
1800.16/1800.92	c Primal Heuristics  :       Time      Calls      Found
1800.16/1800.92	c   LP solutions     :       0.00          -          0
1800.16/1800.92	c   pseudo solutions :       0.00          -          0
1800.16/1800.92	c   oneopt           :       0.00          0          0
1800.16/1800.92	c   crossover        :       0.01          0          0
1800.16/1800.92	c   fracdiving       :     106.94          2          0
1800.16/1800.92	c   veclendiving     :      70.03          4          0
1800.16/1800.92	c   trivial          :       0.01          2          0
1800.16/1800.92	c   simplerounding   :       0.00          0          0
1800.16/1800.92	c   zirounding       :       0.02        100          0
1800.16/1800.92	c   rounding         :       0.19        105          0
1800.16/1800.92	c   shifting         :       0.07         13          0
1800.16/1800.92	c   intshifting      :       0.00          0          0
1800.16/1800.92	c   twoopt           :       0.00          0          0
1800.16/1800.92	c   fixandinfer      :       0.00          0          0
1800.16/1800.92	c   feaspump         :       0.09          2          0
1800.16/1800.92	c   coefdiving       :     127.63          3          0
1800.16/1800.92	c   pscostdiving     :     132.96          3          0
1800.16/1800.92	c   intdiving        :       0.00          0          0
1800.16/1800.92	c   actconsdiving    :       0.00          0          0
1800.16/1800.92	c   objpscostdiving  :      31.54          2          0
1800.16/1800.92	c   rootsoldiving    :      30.76          2          0
1800.16/1800.92	c   linesearchdiving :     146.47          3          0
1800.16/1800.92	c   guideddiving     :       0.00          0          0
1800.16/1800.92	c   octane           :       0.00          0          0
1800.16/1800.92	c   rens             :       7.50          1          0
1800.16/1800.92	c   rins             :       0.00          0          0
1800.16/1800.92	c   localbranching   :       0.00          0          0
1800.16/1800.92	c   mutation         :       0.00          0          0
1800.16/1800.92	c   dins             :       0.00          0          0
1800.16/1800.92	c   undercover       :       0.00          0          0
1800.16/1800.92	c   nlp              :       0.00          0          0
1800.16/1800.92	c   trysol           :       0.00          0          0
1800.16/1800.92	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.16/1800.92	c   primal LP        :       0.01          0          0       0.00       0.00
1800.16/1800.92	c   dual LP          :     676.71        109     900055    8257.39    1330.05
1800.16/1800.92	c   lex dual LP      :       0.00          0          0       0.00          -
1800.16/1800.92	c   barrier LP       :       0.00          0          0       0.00          -
1800.16/1800.92	c   diving/probing LP:     644.12       1624     875792     539.28    1359.67
1800.16/1800.92	c   strong branching :     441.13        639     566607     886.71    1284.44
1800.16/1800.92	c     (at root node) :          -         12      11137     928.08          -
1800.16/1800.92	c   conflict analysis:       0.00          0          0       0.00          -
1800.16/1800.92	c B&B Tree           :
1800.16/1800.92	c   number of runs   :          1
1800.16/1800.92	c   nodes            :        100
1800.16/1800.92	c   nodes (total)    :        100
1800.16/1800.92	c   nodes left       :        101
1800.16/1800.92	c   max depth        :         21
1800.16/1800.92	c   max depth (total):         21
1800.16/1800.92	c   backtracks       :         27 (27.0%)
1800.16/1800.92	c   delayed cutoffs  :          0
1800.16/1800.92	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.16/1800.92	c   avg switch length:       3.49
1800.16/1800.92	c   switching time   :       0.04
1800.16/1800.92	c Solution           :
1800.16/1800.92	c   Solutions found  :          0 (0 improvements)
1800.16/1800.92	c   Primal Bound     :          -
1800.16/1800.92	c   Dual Bound       : -3.84650621118011e+01
1800.16/1800.92	c   Gap              :   infinite
1800.16/1800.92	c   Root Dual Bound  : -4.04508427601084e+01
1800.16/1800.92	c   Root Iterations  :     101497
1800.16/1800.96	c Time complete: 1800.22.

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-2665568-1276357354/watcher-2665568-1276357354 -o /tmp/evaluation-result-2665568-1276357354/solver-2665568-1276357354 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665568-1276357354.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: 1.00 1.00 1.05 3/106 11563
/proc/meminfo: memFree=1728348/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=9288 CPUtime=0
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 1046 0 0 0 0 0 0 0 21 0 1 0 9391750 9510912 966 1992294400 4194304 9819077 140734267450304 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11563/statm: 2322 975 371 1374 0 943 0

[startup+0.0441809 s]
/proc/loadavg: 1.00 1.00 1.05 3/106 11563
/proc/meminfo: memFree=1728348/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=12808 CPUtime=0.03
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 2122 0 0 0 3 0 0 0 23 0 1 0 9391750 13115392 2042 1992294400 4194304 9819077 140734267450304 18446744073709551615 5648927 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11563/statm: 3202 2042 388 1374 0 1823 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12808

[startup+0.101191 s]
/proc/loadavg: 1.00 1.00 1.05 3/106 11563
/proc/meminfo: memFree=1728348/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=19320 CPUtime=0.09
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 4151 0 0 0 8 1 0 0 23 0 1 0 9391750 19783680 3717 1992294400 4194304 9819077 140734267450304 18446744073709551615 5953108 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 4830 3717 438 1374 0 3451 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19320

[startup+0.301228 s]
/proc/loadavg: 1.00 1.00 1.05 3/106 11563
/proc/meminfo: memFree=1728348/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=25684 CPUtime=0.29
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 7352 0 0 0 27 2 0 0 23 0 1 0 9391750 26300416 5119 1992294400 4194304 9819077 140734267450304 18446744073709551615 4947664 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 6421 5119 517 1374 0 5042 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25684

[startup+0.701303 s]
/proc/loadavg: 1.00 1.00 1.05 3/106 11563
/proc/meminfo: memFree=1728348/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=26752 CPUtime=0.69
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 7632 0 0 0 66 3 0 0 25 0 1 0 9391750 27394048 5399 1992294400 4194304 9819077 140734267450304 18446744073709551615 4853673 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 6688 5399 517 1374 0 5309 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26752

[startup+1.50045 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 11564
/proc/meminfo: memFree=1708128/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=29204 CPUtime=1.49
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 8243 0 0 0 144 5 0 0 25 0 1 0 9391750 29904896 6010 1992294400 4194304 9819077 140734267450304 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 7301 6010 517 1374 0 5922 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29204

[startup+3.10075 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 11564
/proc/meminfo: memFree=1703044/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=35916 CPUtime=3.09
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 9893 0 0 0 301 8 0 0 25 0 1 0 9391750 36777984 7660 1992294400 4194304 9819077 140734267450304 18446744073709551615 6180700 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 8979 7660 517 1374 0 7600 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35916

[startup+6.30135 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 11564
/proc/meminfo: memFree=1692752/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=46156 CPUtime=6.29
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 12452 0 0 0 615 14 0 0 25 0 1 0 9391750 47263744 10219 1992294400 4194304 9819077 140734267450304 18446744073709551615 4222986 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 11539 10219 522 1374 0 10160 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46156

[startup+12.7005 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 11566
/proc/meminfo: memFree=1661380/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=73388 CPUtime=12.69
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 27185 0 0 0 1233 36 0 0 25 0 1 0 9391750 75149312 17108 1992294400 4194304 9819077 140734267450304 18446744073709551615 6676868 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 18347 17108 702 1374 0 16968 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73388

[startup+25.5009 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 11566
/proc/meminfo: memFree=1659024/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=77752 CPUtime=25.48
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 38278 0 0 0 2504 44 0 0 25 0 1 0 9391750 79618048 17851 1992294400 4194304 9819077 140734267450304 18446744073709551615 7290866 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 19438 17851 702 1374 0 18059 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 77752

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 11566
/proc/meminfo: memFree=1658900/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=77000 CPUtime=51.06
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 58802 0 0 0 5047 59 0 0 25 0 1 0 9391750 78848000 17749 1992294400 4194304 9819077 140734267450304 18446744073709551615 6391486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 19250 17749 702 1374 0 17871 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 77000

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 11568
/proc/meminfo: memFree=1654560/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=82788 CPUtime=102.25
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 112393 0 0 0 10135 90 0 0 25 0 1 0 9391750 84774912 18989 1992294400 4194304 9819077 140734267450304 18446744073709551615 7312693 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20697 18989 702 1374 0 19318 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 82788

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 11568
/proc/meminfo: memFree=1654064/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=87552 CPUtime=162.22
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 214912 0 0 0 16064 158 0 0 25 0 1 0 9391750 89653248 18998 1992294400 4194304 9819077 140734267450304 18446744073709551615 7311322 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 21888 18998 716 1374 0 20509 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 87552

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 11570
/proc/meminfo: memFree=1654188/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=85064 CPUtime=222.19
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 271055 0 0 0 22023 196 0 0 25 0 1 0 9391750 87105536 18885 1992294400 4194304 9819077 140734267450304 18446744073709551615 7298110 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 21266 18885 716 1374 0 19887 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 85064

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/107 11572
/proc/meminfo: memFree=1654188/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=85060 CPUtime=282.17
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 303461 0 0 0 27994 223 0 0 25 0 1 0 9391750 87101440 18893 1992294400 4194304 9819077 140734267450304 18446744073709551615 7298604 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 21265 18893 716 1374 0 19886 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 85060

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/107 11574
/proc/meminfo: memFree=1654188/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=82496 CPUtime=342.15
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 343637 0 0 0 33963 252 0 0 25 0 1 0 9391750 84475904 18867 1992294400 4194304 9819077 140734267450304 18446744073709551615 7290971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20624 18867 716 1374 0 19245 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 82496

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 11576
/proc/meminfo: memFree=1654064/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=85916 CPUtime=402.13
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 406825 0 0 0 39922 291 0 0 25 0 1 0 9391750 87977984 18918 1992294400 4194304 9819077 140734267450304 18446744073709551615 7312705 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 21479 18918 716 1374 0 20100 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 85916

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11576
/proc/meminfo: memFree=1654064/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=82768 CPUtime=462.1
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 458646 0 0 0 45883 327 0 0 25 0 1 0 9391750 84754432 18909 1992294400 4194304 9819077 140734267450304 18446744073709551615 7318419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20692 18909 716 1374 0 19313 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 82768

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11578
/proc/meminfo: memFree=1654064/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=82112 CPUtime=522.09
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 530187 0 0 0 51842 367 0 0 25 0 1 0 9391750 84082688 18878 1992294400 4194304 9819077 140734267450304 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20528 18878 716 1374 0 19149 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 82112

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11580
/proc/meminfo: memFree=1654064/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=82016 CPUtime=582.06
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 608104 0 0 0 57796 410 0 0 25 0 1 0 9391750 83984384 18873 1992294400 4194304 9819077 140734267450304 18446744073709551615 6656908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20504 18873 716 1374 0 19125 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 82016

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11582
/proc/meminfo: memFree=1654064/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=82328 CPUtime=642.04
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 681197 0 0 0 63750 454 0 0 25 0 1 0 9391750 84303872 18844 1992294400 4194304 9819077 140734267450304 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20582 18844 719 1374 0 19203 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 82328

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11588
/proc/meminfo: memFree=1653940/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=82788 CPUtime=881.94
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 1001987 0 0 0 87549 645 0 0 25 0 1 0 9391750 84774912 18878 1992294400 4194304 9819077 140734267450304 18446744073709551615 7311159 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20697 18878 719 1374 0 19318 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 82788

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11590
/proc/meminfo: memFree=1653940/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=82896 CPUtime=941.91
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 1081474 0 0 0 93497 694 0 0 25 0 1 0 9391750 84885504 18896 1992294400 4194304 9819077 140734267450304 18446744073709551615 6697152 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20724 18896 719 1374 0 19345 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 82896

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11592
/proc/meminfo: memFree=1653940/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=82384 CPUtime=1001.89
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 1158686 0 0 0 99453 736 0 0 25 0 1 0 9391750 84361216 18875 1992294400 4194304 9819077 140734267450304 18446744073709551615 7291687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20596 18875 719 1374 0 19217 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 82384

[startup+1062.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 11592
/proc/meminfo: memFree=1653816/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=83168 CPUtime=1061.87
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 1239028 0 0 0 105405 782 0 0 25 0 1 0 9391750 85164032 18932 1992294400 4194304 9819077 140734267450304 18446744073709551615 7312701 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20792 18932 719 1374 0 19413 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 83168

[startup+1122.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 11603
/proc/meminfo: memFree=1653816/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=81624 CPUtime=1121.83
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 1336512 0 0 0 111353 830 0 0 25 0 1 0 9391750 83582976 18860 1992294400 4194304 9819077 140734267450304 18446744073709551615 7286315 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20406 18861 719 1374 0 19027 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 81624

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11605
/proc/meminfo: memFree=1653444/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=87936 CPUtime=1181.8
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 1417526 0 0 0 117306 874 0 0 25 0 1 0 9391750 90046464 19089 1992294400 4194304 9819077 140734267450304 18446744073709551615 6391483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 21984 19089 732 1374 0 20605 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 87936

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11607
/proc/meminfo: memFree=1653692/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=82900 CPUtime=1241.78
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 1494360 0 0 0 123262 916 0 0 25 0 1 0 9391750 84889600 18908 1992294400 4194304 9819077 140734267450304 18446744073709551615 7301623 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20725 18908 734 1374 0 19346 0
Current children cumulated CPU time (s) 1241.78
Current children cumulated vsize (KiB) 82900

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11609
/proc/meminfo: memFree=1653568/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=87076 CPUtime=1301.76
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 1665901 0 0 0 129184 992 0 0 25 0 1 0 9391750 89165824 18969 1992294400 4194304 9819077 140734267450304 18446744073709551615 7312766 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 21769 18969 734 1374 0 20390 0
Current children cumulated CPU time (s) 1301.76
Current children cumulated vsize (KiB) 87076

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11609
/proc/meminfo: memFree=1653444/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=82900 CPUtime=1361.73
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 1737730 0 0 0 135141 1032 0 0 25 0 1 0 9391750 84889600 18899 1992294400 4194304 9819077 140734267450304 18446744073709551615 6391510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20725 18899 734 1374 0 19346 0
Current children cumulated CPU time (s) 1361.73
Current children cumulated vsize (KiB) 82900

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11611
/proc/meminfo: memFree=1653320/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=88952 CPUtime=1421.72
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 1857180 0 0 0 141084 1088 0 0 25 0 1 0 9391750 91086848 19031 1992294400 4194304 9819077 140734267450304 18446744073709551615 6697332 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 22238 19031 734 1374 0 20859 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 88952

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11613
/proc/meminfo: memFree=1653568/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=82348 CPUtime=1481.69
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 1952195 0 0 0 147028 1141 0 0 25 0 1 0 9391750 84324352 18883 1992294400 4194304 9819077 140734267450304 18446744073709551615 6656835 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20587 18883 734 1374 0 19208 0
Current children cumulated CPU time (s) 1481.69
Current children cumulated vsize (KiB) 82348

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11615
/proc/meminfo: memFree=1653568/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=82896 CPUtime=1541.66
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 2038646 0 0 0 152977 1189 0 0 25 0 1 0 9391750 84885504 18910 1992294400 4194304 9819077 140734267450304 18446744073709551615 7309307 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20724 18910 734 1374 0 19345 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 82896

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11617
/proc/meminfo: memFree=1653196/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=87888 CPUtime=1601.64
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 2230671 0 0 0 158895 1269 0 0 25 0 1 0 9391750 89997312 19006 1992294400 4194304 9819077 140734267450304 18446744073709551615 7312689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 21972 19006 734 1374 0 20593 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 87888

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11617
/proc/meminfo: memFree=1653444/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=83812 CPUtime=1661.61
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 2324381 0 0 0 164840 1321 0 0 25 0 1 0 9391750 85823488 18999 1992294400 4194304 9819077 140734267450304 18446744073709551615 6391563 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20953 18999 734 1374 0 19574 0
Current children cumulated CPU time (s) 1661.61
Current children cumulated vsize (KiB) 83812

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11619
/proc/meminfo: memFree=1653444/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=83360 CPUtime=1721.59
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 2423528 0 0 0 170789 1370 0 0 25 0 1 0 9391750 85360640 18926 1992294400 4194304 9819077 140734267450304 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20840 18926 734 1374 0 19461 0
Current children cumulated CPU time (s) 1721.59
Current children cumulated vsize (KiB) 83360

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11621
/proc/meminfo: memFree=1653444/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=83740 CPUtime=1781.57
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 2554201 0 0 0 176723 1434 0 0 25 0 1 0 9391750 85749760 18924 1992294400 4194304 9819077 140734267450304 18446744073709551615 6656904 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20935 18924 734 1374 0 19556 0
Current children cumulated CPU time (s) 1781.57
Current children cumulated vsize (KiB) 83740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11621
/proc/meminfo: memFree=1653444/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=83396 CPUtime=1800.06
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 2585182 0 0 0 178556 1450 0 0 25 0 1 0 9391750 85397504 18924 1992294400 4194304 9819077 140734267450304 18446744073709551615 7311718 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20849 18924 734 1374 0 19470 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 83396

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: 1.00 1.00 1.00 2/107 11621
/proc/meminfo: memFree=1653444/2059040 swapFree=4165036/4192956
[pid=11563] ppid=11561 vsize=83400 CPUtime=1800.16
/proc/11563/stat : 11563 (pbscip.linux.x8) R 11561 11563 11234 0 -1 4202496 2585298 0 0 0 178566 1450 0 0 25 0 1 0 9391750 85401600 18932 1992294400 4194304 9819077 140734267450304 18446744073709551615 7291979 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11563/statm: 20850 18932 734 1374 0 19471 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 83400

Child status: 0
Real time (s): 1800.96
CPU time (s): 1800.23
CPU user time (s): 1785.72
CPU system time (s): 14.5158
CPU usage (%): 99.9594
Max. virtual memory (cumulated for all children) (KiB): 101632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.72
system time used= 14.5158
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2585457
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= 4
involuntary context switches= 24196

runsolver used 3.16052 second user time and 8.32373 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-12 17:42:34
IDJOB=2665568
IDBENCH=1870
IDSOLVER=1168
FILE ID=node019/2665568-1276357354
PBS_JOBID= 11173208
Free space on /tmp= 62356 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-protfold.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665568-1276357354/watcher-2665568-1276357354 -o /tmp/evaluation-result-2665568-1276357354/solver-2665568-1276357354 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665568-1276357354.opb -t 1800 -m 1800

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

MD5SUM BENCH= 7f40f8d513f22fc9adca96d8fdf626e2
RANDOM SEED=188576669

node019.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.264
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.52
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.264
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1728876 kB
Buffers:         92852 kB
Cached:         136632 kB
SwapCached:       1408 kB
Active:         102500 kB
Inactive:       159800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1728876 kB
SwapTotal:     4192956 kB
SwapFree:      4165036 kB
Dirty:            6468 kB
Writeback:           0 kB
AnonPages:       31304 kB
Mapped:          15476 kB
Slab:            46164 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181344 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= 62348 MiB
End job on node019 at 2010-06-12 18:12:37