Trace number 2702829

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.63 1790.12

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx63.opb
MD5SUM807bc542b75293285fea5916dfeaaa3e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
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 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2702829-1278578665.opb>
0.09/0.10	c original problem has 3216 variables (3216 bin, 0 int, 0 impl, 0 cont) and 3658 constraints
0.09/0.10	c problem read
0.09/0.10	c presolving settings loaded
0.09/0.15	c presolving:
0.09/0.18	c (round 1) 6 del vars, 1 del conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 6420 impls, 63 clqs
0.09/0.19	c (round 2) 6 del vars, 3211 del conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 6420 impls, 63 clqs
0.19/0.22	c (round 3) 6 del vars, 3211 del conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 447 upgd conss, 6420 impls, 63 clqs
0.59/0.63	c    (0.5s) probing: 101/3210 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.59/0.63	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.59/0.63	c presolving (4 rounds):
0.59/0.63	c  6 deleted vars, 3211 deleted constraints, 6 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.59/0.63	c  6420 implications, 447 cliques
0.59/0.63	c presolved problem has 3210 variables (3210 bin, 0 int, 0 impl, 0 cont) and 447 constraints
0.59/0.63	c     384 constraints of type <knapsack>
0.59/0.63	c      63 constraints of type <setppc>
0.59/0.63	c transformed objective value is always integral (scale: 1)
0.59/0.63	c Presolving Time: 0.50
0.59/0.63	c - non default parameters ----------------------------------------------------------------------
0.59/0.63	c # SCIP version 1.2.1.3
0.59/0.63	c 
0.59/0.63	c # frequency for displaying node information lines
0.59/0.63	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.63	c display/freq = 10000
0.59/0.63	c 
0.59/0.63	c # maximal time in seconds to run
0.59/0.63	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.63	c limits/time = 1789.91
0.59/0.63	c 
0.59/0.63	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.63	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.63	c limits/memory = 1620
0.59/0.63	c 
0.59/0.63	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.59/0.63	c # [type: int, range: [1,2], default: 1]
0.59/0.63	c timing/clocktype = 2
0.59/0.63	c 
0.59/0.63	c # should presolving try to simplify inequalities
0.59/0.63	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.63	c constraints/linear/simplifyinequalities = TRUE
0.59/0.63	c 
0.59/0.63	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.59/0.63	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.63	c constraints/indicator/addCouplingCons = TRUE
0.59/0.63	c 
0.59/0.63	c # should presolving try to simplify knapsacks
0.59/0.63	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.63	c constraints/knapsack/simplifyinequalities = TRUE
0.59/0.63	c 
0.59/0.63	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.59/0.63	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.63	c separating/rapidlearning/freq = 0
0.59/0.63	c 
0.59/0.63	c -----------------------------------------------------------------------------------------------
0.59/0.63	c start solving
0.59/0.63	c 
0.69/0.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.72	c   0.6s|     1 |     0 |   662 |     - |  14M|   0 |  62 |3210 | 447 |3210 | 447 |   0 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
1.79/1.85	c   1.7s|     1 |     0 |  1699 |     - |  15M|   0 | 109 |3210 | 447 |3210 | 472 |  25 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
2.20/2.27	c   2.2s|     1 |     0 |  2009 |     - |  16M|   0 | 135 |3210 | 447 |3210 | 502 |  55 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
2.69/2.78	c   2.7s|     1 |     0 |  2497 |     - |  16M|   0 | 149 |3210 | 447 |3210 | 528 |  81 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
3.30/3.34	c   3.2s|     1 |     0 |  2909 |     - |  17M|   0 | 166 |3210 | 447 |3210 | 554 | 107 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
3.99/4.02	c   3.9s|     1 |     0 |  3580 |     - |  17M|   0 | 165 |3210 | 447 |3210 | 577 | 130 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
4.59/4.66	c   4.6s|     1 |     0 |  4040 |     - |  17M|   0 | 168 |3210 | 447 |3210 | 598 | 151 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
8.39/8.47	c   8.4s|     1 |     2 |  4040 |     - |  17M|   0 | 168 |3210 | 447 |3210 | 598 | 151 |   0 |  13 | 6.000000e+00 |      --      |    Inf 
419.28/419.44	c   419s| 10000 |  1044 |600832 |  59.7 |  25M| 123 |   - |3210 |1966 |3210 | 533 | 151 |  14k|3709 | 6.000000e+00 |      --      |    Inf 
721.80/722.07	c   722s| 20000 |  1779 |  1096k|  54.6 |  28M| 126 |  74 |3210 |1949 |3210 | 533 | 151 |  27k|6321 | 6.000000e+00 |      --      |    Inf 
1034.31/1034.64	c  1035s| 30000 |  2595 |  1614k|  53.7 |  32M| 131 |   - |3210 |2055 |3210 | 533 | 151 |  40k|9006 | 6.000000e+00 |      --      |    Inf 
1338.43/1338.80	c  1339s| 40000 |  3037 |  2172k|  54.2 |  35M| 131 |  31 |3210 |2304 |3210 | 533 | 151 |  53k|  11k| 6.000000e+00 |      --      |    Inf 
1652.24/1652.71	c  1653s| 50000 |  3548 |  2739k|  54.7 |  38M| 156 |   - |3210 |2210 |   0 |   0 | 151 |  66k|  13k| 6.000000e+00 |      --      |    Inf 
1789.51/1790.02	c 
1789.51/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.51/1790.02	c Solving Time (sec) : 1789.91
1789.51/1790.02	c Solving Nodes      : 54162
1789.51/1790.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.51/1790.02	c Dual Bound         : +6.00000000000000e+00
1789.51/1790.02	c Gap                : infinite
1789.51/1790.02	s UNKNOWN
1789.51/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.51/1790.02	c Solving Time       :    1789.91
1789.51/1790.02	c Original Problem   :
1789.51/1790.02	c   Problem name     : HOME/instance-2702829-1278578665.opb
1789.51/1790.02	c   Variables        : 3216 (3216 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.51/1790.02	c   Constraints      : 3658 initial, 3658 maximal
1789.51/1790.02	c Presolved Problem  :
1789.51/1790.02	c   Problem name     : t_HOME/instance-2702829-1278578665.opb
1789.51/1790.02	c   Variables        : 3210 (3210 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.51/1790.02	c   Constraints      : 447 initial, 3126 maximal
1789.51/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.51/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.02	c   probing          :       0.15          0          0          0          0          0          0          0          0
1789.51/1790.02	c   knapsack         :       0.25          0          0          0          0          0          0          0          0
1789.51/1790.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.02	c   linear           :       0.06          6          0          0          6          0       3211          0          0
1789.51/1790.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1789.51/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.51/1790.02	c   integral         :          0          0          0      33116          0         40       6634          0          0      59770
1789.51/1790.02	c   knapsack         :        384          6     246558          0          2        233    2076961       1204          0          0
1789.51/1790.02	c   setppc           :         63          6     246325          0          2         57     595926          0          0          0
1789.51/1790.02	c   logicor          :          0+         0      76964          0          0       4999      42221          0          0          0
1789.51/1790.02	c   countsols        :          0          0          0          0          2          0          0          0          0          0
1789.51/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.51/1790.02	c   integral         :     438.36       0.00       0.00     438.36       0.00
1789.51/1790.02	c   knapsack         :     146.89       0.04     146.85       0.00       0.00
1789.51/1790.02	c   setppc           :       1.85       0.00       1.85       0.00       0.00
1789.51/1790.02	c   logicor          :       7.99       0.00       7.99       0.00       0.00
1789.51/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.51/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.51/1790.02	c   vbounds          :       0.11          2          0          0
1789.51/1790.02	c   rootredcost      :       0.13          0          0          0
1789.51/1790.02	c   pseudoobj        :       0.08          0          0          0
1789.51/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.51/1790.02	c   propagation      :       2.33       5289       5283      62316      103.9         76      108.4          -
1789.51/1790.02	c   infeasible LP    :      66.07      19522      15785     317590      177.2         98      107.6          0
1789.51/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.51/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.51/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.51/1790.02	c   applied globally :          -          -          -      72320      105.3          -          -          -
1789.51/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.51/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.51/1790.02	c   cut pool         :       0.00          5          -          -        976          -    (maximal pool size: 1449)
1789.51/1790.02	c   redcost          :       7.11      33102          0          0          0          0
1789.51/1790.02	c   impliedbounds    :       0.00          6          0          0          0          0
1789.51/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.51/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.51/1790.02	c   gomory           :       0.04          6          0          0         53          0
1789.51/1790.02	c   strongcg         :       0.04          6          0          0         27          0
1789.51/1790.02	c   cmir             :       1.10          6          0          0       1893          0
1789.51/1790.02	c   flowcover        :       0.71          6          0          0       1203          0
1789.51/1790.02	c   clique           :       0.01          6          0          0          5          0
1789.51/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.51/1790.02	c   mcf              :       0.00          1          0          0          0          0
1789.51/1790.02	c   rapidlearning    :       0.61          1          0          0          0          0
1789.51/1790.02	c Pricers            :       Time      Calls       Vars
1789.51/1790.02	c   problem variables:       0.00          0          0
1789.51/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.51/1790.02	c   relpscost        :     438.25      33116         40       6634          0          0      59770
1789.51/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.51/1790.02	c   inference        :       0.00          2          0          0          0          0          4
1789.51/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.51/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.51/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.51/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.51/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.51/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.51/1790.02	c   LP solutions     :       0.00          -          0
1789.51/1790.02	c   pseudo solutions :       0.00          -          0
1789.51/1790.02	c   oneopt           :       0.08          0          0
1789.51/1790.02	c   crossover        :       0.04          0          0
1789.51/1790.02	c   guideddiving     :       0.00          0          0
1789.51/1790.02	c   veclendiving     :       2.93          6          0
1789.51/1790.02	c   linesearchdiving :       1.54          6          0
1789.51/1790.02	c   coefdiving       :       4.32          7          0
1789.51/1790.02	c   pscostdiving     :       6.26          7          0
1789.51/1790.02	c   fracdiving       :       3.75          7          0
1789.51/1790.02	c   objpscostdiving  :       0.18          4          0
1789.51/1790.02	c   rootsoldiving    :       0.50          4          0
1789.51/1790.02	c   feaspump         :       1.63          4          0
1789.51/1790.02	c   trivial          :       0.01          2          0
1789.51/1790.02	c   simplerounding   :       0.04          0          0
1789.51/1790.02	c   zirounding       :       0.09       1000          0
1789.51/1790.02	c   rounding         :       0.62       2536          0
1789.51/1790.02	c   shifting         :       3.35        762          0
1789.51/1790.02	c   intshifting      :       0.00          0          0
1789.51/1790.02	c   twoopt           :       0.00          0          0
1789.51/1790.02	c   fixandinfer      :       0.00          0          0
1789.51/1790.02	c   intdiving        :       0.00          0          0
1789.51/1790.02	c   actconsdiving    :       0.00          0          0
1789.51/1790.02	c   octane           :       0.00          0          0
1789.51/1790.02	c   rens             :       0.15          1          0
1789.51/1790.02	c   rins             :       0.00          0          0
1789.51/1790.02	c   localbranching   :       0.00          0          0
1789.51/1790.02	c   mutation         :       0.00          0          0
1789.51/1790.02	c   dins             :       0.00          0          0
1789.51/1790.02	c   undercover       :       0.00          0          0
1789.51/1790.02	c   nlp              :       0.04          0          0
1789.51/1790.02	c   trysol           :       0.04          0          0
1789.51/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.51/1790.02	c   primal LP        :       0.00          0          0       0.00          -
1789.51/1790.02	c   dual LP          :    1026.62      52282    2969351      56.79    2892.35
1789.51/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.51/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.51/1790.02	c   diving/probing LP:      16.64       3056      35688      11.68    2144.58
1789.51/1790.02	c   strong branching :     436.40      14026    1114720      79.48    2554.37
1789.51/1790.02	c     (at root node) :          -         13       7080     544.62          -
1789.51/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.51/1790.02	c B&B Tree           :
1789.51/1790.02	c   number of runs   :          1
1789.51/1790.02	c   nodes            :      54162
1789.51/1790.02	c   nodes (total)    :      54162
1789.51/1790.02	c   nodes left       :       3705
1789.51/1790.02	c   max depth        :        156
1789.51/1790.02	c   max depth (total):        156
1789.51/1790.02	c   backtracks       :       5759 (10.6%)
1789.51/1790.02	c   delayed cutoffs  :       1908
1789.51/1790.02	c   repropagations   :     135661 (247706 domain reductions, 450 cutoffs)
1789.51/1790.02	c   avg switch length:       8.24
1789.51/1790.02	c   switching time   :      22.09
1789.51/1790.02	c Solution           :
1789.51/1790.02	c   Solutions found  :          0 (0 improvements)
1789.51/1790.02	c   Primal Bound     :          -
1789.51/1790.02	c   Dual Bound       : +6.00000000000000e+00
1789.51/1790.02	c   Gap              :   infinite
1789.51/1790.02	c   Root Dual Bound  : +6.00000000000000e+00
1789.51/1790.02	c   Root Iterations  :       4040
1789.60/1790.11	c Time complete: 1789.62.

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-2702829-1278578665/watcher-2702829-1278578665 -o /tmp/evaluation-result-2702829-1278578665/solver-2702829-1278578665 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2702829-1278578665.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 0.99 0.91 3/105 29192
/proc/meminfo: memFree=1823392/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=7904 CPUtime=0
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 1142 0 0 0 0 0 0 0 25 0 1 0 26074957 8093696 1053 1992294400 4194304 8395647 140733267563632 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29192/statm: 1976 1061 365 1026 0 946 0

[startup+0.091065 s]
/proc/loadavg: 1.00 0.99 0.91 3/105 29192
/proc/meminfo: memFree=1823392/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=14904 CPUtime=0.08
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 3011 0 0 0 8 0 0 0 25 0 1 0 26074957 15261696 2922 1992294400 4194304 8395647 140733267563632 18446744073709551615 7385008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29192/statm: 3726 2922 393 1026 0 2696 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14904

[startup+0.101065 s]
/proc/loadavg: 1.00 0.99 0.91 3/105 29192
/proc/meminfo: memFree=1823392/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=15160 CPUtime=0.09
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 3074 0 0 0 9 0 0 0 25 0 1 0 26074957 15523840 2985 1992294400 4194304 8395647 140733267563632 18446744073709551615 7384783 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29192/statm: 3790 2985 393 1026 0 2760 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15160

[startup+0.301088 s]
/proc/loadavg: 1.00 0.99 0.91 3/105 29192
/proc/meminfo: memFree=1823392/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=32516 CPUtime=0.29
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 7547 0 0 0 27 2 0 0 18 0 1 0 26074957 33296384 7104 1992294400 4194304 8395647 140733267563632 18446744073709551615 4954427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 8129 7104 485 1026 0 7099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32516

[startup+0.701133 s]
/proc/loadavg: 1.00 0.99 0.91 3/105 29192
/proc/meminfo: memFree=1823392/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=40852 CPUtime=0.69
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 9603 0 0 0 66 3 0 0 18 0 1 0 26074957 41832448 9129 1992294400 4194304 8395647 140733267563632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 10213 9129 571 1026 0 9183 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40852

[startup+1.50122 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29193
/proc/meminfo: memFree=1788168/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=65392 CPUtime=1.49
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 15540 0 0 0 143 6 0 0 18 0 1 0 26074957 66961408 15066 1992294400 4194304 8395647 140733267563632 18446744073709551615 4483001 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 16413 15072 616 1026 0 15383 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65392

[startup+3.1014 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29193
/proc/meminfo: memFree=1785316/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=53300 CPUtime=3.09
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 18412 0 0 0 301 8 0 0 22 0 1 0 26074957 54579200 12202 1992294400 4194304 8395647 140733267563632 18446744073709551615 5852527 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 13325 12202 628 1026 0 12295 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53300

[startup+6.30177 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29193
/proc/meminfo: memFree=1772792/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=55544 CPUtime=6.29
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 23729 0 0 0 618 11 0 0 25 0 1 0 26074957 56877056 12955 1992294400 4194304 8395647 140733267563632 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 13886 12955 635 1026 0 12856 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55544

[startup+12.7015 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29193
/proc/meminfo: memFree=1772916/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=55544 CPUtime=12.69
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 23730 0 0 0 1254 15 0 0 25 0 1 0 26074957 56877056 12956 1992294400 4194304 8395647 140733267563632 18446744073709551615 6663849 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 13886 12956 636 1026 0 12856 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55544

[startup+25.5009 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29193
/proc/meminfo: memFree=1772916/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=55544 CPUtime=25.48
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 23730 0 0 0 2526 22 0 0 25 0 1 0 26074957 56877056 12956 1992294400 4194304 8395647 140733267563632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 13886 12956 636 1026 0 12856 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55544

[startup+51.1008 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29193
/proc/meminfo: memFree=1772916/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=55544 CPUtime=51.07
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 23734 0 0 0 5068 39 0 0 25 0 1 0 26074957 56877056 12960 1992294400 4194304 8395647 140733267563632 18446744073709551615 6670396 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 13886 12960 640 1026 0 12856 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 55544

[startup+102.309 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29195
/proc/meminfo: memFree=1769196/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=60648 CPUtime=102.27
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 24838 0 0 0 10150 77 0 0 25 0 1 0 26074957 62103552 14064 1992294400 4194304 8395647 140733267563632 18446744073709551615 6696995 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 15162 14064 640 1026 0 14132 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 60648

[startup+162.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29197
/proc/meminfo: memFree=1765476/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=63712 CPUtime=162.25
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 25747 0 0 0 16097 128 0 0 25 0 1 0 26074957 65241088 14973 1992294400 4194304 8395647 140733267563632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 15928 14973 640 1026 0 14898 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 63712

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29199
/proc/meminfo: memFree=1762872/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=66564 CPUtime=222.23
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 26465 0 0 0 22043 180 0 0 25 0 1 0 26074957 68161536 15691 1992294400 4194304 8395647 140733267563632 18446744073709551615 6670389 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 16641 15691 640 1026 0 15611 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 66564

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29201
/proc/meminfo: memFree=1760516/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=68692 CPUtime=282.21
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 26997 0 0 0 27990 231 0 0 25 0 1 0 26074957 70340608 16223 1992294400 4194304 8395647 140733267563632 18446744073709551615 6025721 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 17173 16223 640 1026 0 16143 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 68692

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29201
/proc/meminfo: memFree=1758408/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=70756 CPUtime=342.2
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 27499 0 0 0 33940 280 0 0 25 0 1 0 26074957 72454144 16725 1992294400 4194304 8395647 140733267563632 18446744073709551615 6663886 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 17689 16725 640 1026 0 16659 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 70756

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29203
/proc/meminfo: memFree=1756176/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=72860 CPUtime=402.19
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 28042 0 0 0 39890 329 0 0 25 0 1 0 26074957 74608640 17268 1992294400 4194304 8395647 140733267563632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 18215 17268 640 1026 0 17185 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 72860

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29205
/proc/meminfo: memFree=1753572/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=75524 CPUtime=462.17
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 28697 0 0 0 45839 378 0 0 25 0 1 0 26074957 77336576 17923 1992294400 4194304 8395647 140733267563632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 18881 17923 640 1026 0 17851 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 75524

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29207
/proc/meminfo: memFree=1752828/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=76172 CPUtime=522.15
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 28881 0 0 0 51786 429 0 0 25 0 1 0 26074957 78000128 18107 1992294400 4194304 8395647 140733267563632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 19043 18107 640 1026 0 18013 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 76172

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29209
/proc/meminfo: memFree=1752580/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=76872 CPUtime=582.14
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 28912 0 0 0 57732 482 0 0 25 0 1 0 26074957 78716928 18138 1992294400 4194304 8395647 140733267563632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 19218 18138 640 1026 0 18188 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 76872

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29209
/proc/meminfo: memFree=1751960/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=76872 CPUtime=642.13
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 29033 0 0 0 63683 530 0 0 25 0 1 0 26074957 78716928 18259 1992294400 4194304 8395647 140733267563632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 19218 18259 640 1026 0 18188 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 76872

[startup+702.3 s]

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

/proc/meminfo: memFree=1741908/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=85604 CPUtime=1002.01
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 31232 0 0 0 99368 833 0 0 25 0 1 0 26074957 87658496 20458 1992294400 4194304 8395647 140733267563632 18446744073709551615 6670381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 21401 20458 640 1026 0 20371 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 85604

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29230
/proc/meminfo: memFree=1741296/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=86912 CPUtime=1062
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 31541 0 0 0 105317 883 0 0 25 0 1 0 26074957 88997888 20767 1992294400 4194304 8395647 140733267563632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 21728 20767 640 1026 0 20698 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 86912

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29232
/proc/meminfo: memFree=1739808/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=88364 CPUtime=1121.99
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 31911 0 0 0 111268 931 0 0 25 0 1 0 26074957 90484736 21137 1992294400 4194304 8395647 140733267563632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 22091 21137 640 1026 0 21061 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 88364

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29234
/proc/meminfo: memFree=1739312/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=88864 CPUtime=1181.97
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 32034 0 0 0 117215 982 0 0 25 0 1 0 26074957 90996736 21260 1992294400 4194304 8395647 140733267563632 18446744073709551615 4911325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 22216 21260 640 1026 0 21186 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 88864

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29234
/proc/meminfo: memFree=1739312/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=88864 CPUtime=1241.95
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 32068 0 0 0 123161 1034 0 0 25 0 1 0 26074957 90996736 21294 1992294400 4194304 8395647 140733267563632 18446744073709551615 6503554 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 22216 21294 640 1026 0 21186 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 88864

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29236
/proc/meminfo: memFree=1738320/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=89752 CPUtime=1301.94
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 32284 0 0 0 129107 1087 0 0 25 0 1 0 26074957 91906048 21510 1992294400 4194304 8395647 140733267563632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 22438 21510 640 1026 0 21408 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 89752

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29238
/proc/meminfo: memFree=1737700/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=90632 CPUtime=1361.92
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 32440 0 0 0 135058 1134 0 0 25 0 1 0 26074957 92807168 21666 1992294400 4194304 8395647 140733267563632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 22658 21666 640 1026 0 21628 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 90632

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29240
/proc/meminfo: memFree=1736460/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=91492 CPUtime=1421.91
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 32717 0 0 0 141009 1182 0 0 25 0 1 0 26074957 93687808 21943 1992294400 4194304 8395647 140733267563632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 22873 21943 640 1026 0 21843 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 91492

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29242
/proc/meminfo: memFree=1734476/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=93584 CPUtime=1481.89
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 33238 0 0 0 146960 1229 0 0 25 0 1 0 26074957 95830016 22464 1992294400 4194304 8395647 140733267563632 18446744073709551615 6741022 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 23396 22464 640 1026 0 22366 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 93584

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29242
/proc/meminfo: memFree=1734352/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=93584 CPUtime=1541.87
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 33238 0 0 0 152909 1278 0 0 25 0 1 0 26074957 95830016 22464 1992294400 4194304 8395647 140733267563632 18446744073709551615 4911325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 23396 22464 640 1026 0 22366 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 93584

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29244
/proc/meminfo: memFree=1734228/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=93748 CPUtime=1601.86
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 33264 0 0 0 158860 1326 0 0 25 0 1 0 26074957 95997952 22490 1992294400 4194304 8395647 140733267563632 18446744073709551615 6670396 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 23437 22490 640 1026 0 22407 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 93748

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29246
/proc/meminfo: memFree=1733980/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=94076 CPUtime=1661.84
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 34006 0 0 0 164813 1371 0 0 25 0 1 0 26074957 96333824 22588 1992294400 4194304 8395647 140733267563632 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 23519 22588 640 1026 0 22489 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 94076

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29248
/proc/meminfo: memFree=1731376/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=96488 CPUtime=1721.83
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 34611 0 0 0 170768 1415 0 0 25 0 1 0 26074957 98803712 23193 1992294400 4194304 8395647 140733267563632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 24122 23193 640 1026 0 23092 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 96488

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29250
/proc/meminfo: memFree=1731128/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=96488 CPUtime=1781.81
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 34611 0 0 0 176712 1469 0 0 25 0 1 0 26074957 98803712 23193 1992294400 4194304 8395647 140733267563632 18446744073709551615 6663871 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 24122 23193 640 1026 0 23092 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 96488

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

[startup+1785.5 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29250
/proc/meminfo: memFree=1731128/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=96488 CPUtime=1785.01
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 34611 0 0 0 177030 1471 0 0 25 0 1 0 26074957 98803712 23193 1992294400 4194304 8395647 140733267563632 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 24122 23193 640 1026 0 23092 0
Current children cumulated CPU time (s) 1785.01
Current children cumulated vsize (KiB) 96488

[startup+1788.7 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29250
/proc/meminfo: memFree=1731128/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=96488 CPUtime=1788.2
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 34611 0 0 0 177347 1473 0 0 25 0 1 0 26074957 98803712 23193 1992294400 4194304 8395647 140733267563632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 24122 23193 640 1026 0 23092 0
Current children cumulated CPU time (s) 1788.2
Current children cumulated vsize (KiB) 96488

[startup+1789.5 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29250
/proc/meminfo: memFree=1731128/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=96488 CPUtime=1789.01
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 34611 0 0 0 177427 1474 0 0 25 0 1 0 26074957 98803712 23193 1992294400 4194304 8395647 140733267563632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 24122 23193 640 1026 0 23092 0
Current children cumulated CPU time (s) 1789.01
Current children cumulated vsize (KiB) 96488

[startup+1789.9 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29250
/proc/meminfo: memFree=1731128/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=96488 CPUtime=1789.41
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 34611 0 0 0 177467 1474 0 0 25 0 1 0 26074957 98803712 23193 1992294400 4194304 8395647 140733267563632 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29192/statm: 24122 23193 640 1026 0 23092 0
Current children cumulated CPU time (s) 1789.41
Current children cumulated vsize (KiB) 96488

[startup+1790.1 s]
/proc/loadavg: 1.00 0.99 0.91 2/106 29250
/proc/meminfo: memFree=1731128/2059040 swapFree=4139760/4192956
[pid=29192] ppid=29190 vsize=94480 CPUtime=1789.6
/proc/29192/stat : 29192 (pbscip.linux.x8) R 29190 29192 28623 0 -1 4202496 34614 0 0 0 177486 1474 0 0 18 0 1 0 26074957 96747520 22418 1992294400 4194304 8395647 140733267563632 18446744073709551615 7602442 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29192/statm: 23620 21906 643 1026 0 22590 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (KiB) 94480

Child status: 0
Real time (s): 1790.12
CPU time (s): 1789.63
CPU user time (s): 1774.88
CPU system time (s): 14.7548
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 96488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.88
system time used= 14.7548
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34617
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= 6
involuntary context switches= 2801

runsolver used 3.14052 second user time and 8.26574 second system time

The end

Launcher Data

Begin job on node085 at 2010-07-08 10:44:25
IDJOB=2702829
IDBENCH=71844
IDSOLVER=1213
FILE ID=node085/2702829-1278578665
PBS_JOBID= 11240063
Free space on /tmp= 121800 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2702829-1278578665/watcher-2702829-1278578665 -o /tmp/evaluation-result-2702829-1278578665/solver-2702829-1278578665 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2702829-1278578665.opb -t 1800 -m 1800

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

MD5SUM BENCH= 807bc542b75293285fea5916dfeaaa3e
RANDOM SEED=1126721018

node085.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.215
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.43
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.215
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	: 5999.39
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1823920 kB
Buffers:         16496 kB
Cached:         122092 kB
SwapCached:       6996 kB
Active:          85952 kB
Inactive:        66400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1823920 kB
SwapTotal:     4192956 kB
SwapFree:      4139760 kB
Dirty:           10748 kB
Writeback:           0 kB
AnonPages:       11736 kB
Mapped:          11984 kB
Slab:            61008 kB
PageTables:       4100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181108 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= 121788 MiB
End job on node085 at 2010-07-08 11:14:15