Trace number 2666264

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1800.16 1800.65

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx49.opb
MD5SUMe08af5097f76b1d4e2b0ba1d8a42ed5a
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 variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
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 5
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 636
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: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2666264-1276689037.opb>
0.04/0.08	c original problem has 2130 variables (2130 bin, 0 int, 0 impl, 0 cont) and 2495 constraints
0.04/0.08	c problem read
0.04/0.08	c presolving settings loaded
0.09/0.11	c presolving:
0.09/0.13	c (round 1) 5 del vars, 1 del conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4250 impls, 49 clqs
0.09/0.14	c (round 2) 5 del vars, 2126 del conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4250 impls, 49 clqs
0.09/0.17	c (round 3) 5 del vars, 2126 del conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 369 upgd conss, 4250 impls, 49 clqs
0.39/0.43	c    (0.3s) probing: 101/2125 (4.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.43	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.39/0.43	c presolving (4 rounds):
0.39/0.43	c  5 deleted vars, 2126 deleted constraints, 5 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.43	c  4250 implications, 309 cliques
0.39/0.43	c presolved problem has 2125 variables (2125 bin, 0 int, 0 impl, 0 cont) and 369 constraints
0.39/0.43	c     320 constraints of type <knapsack>
0.39/0.43	c      49 constraints of type <setppc>
0.39/0.43	c transformed objective value is always integral (scale: 1)
0.39/0.43	c Presolving Time: 0.31
0.39/0.43	c - non default parameters ----------------------------------------------------------------------
0.39/0.43	c # SCIP version 1.2.1.2
0.39/0.43	c 
0.39/0.43	c # frequency for displaying node information lines
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.43	c display/freq = 10000
0.39/0.43	c 
0.39/0.43	c # maximal time in seconds to run
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.43	c limits/time = 1799.93
0.39/0.43	c 
0.39/0.43	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.43	c limits/memory = 1620
0.39/0.43	c 
0.39/0.43	c # should presolving try to simplify inequalities
0.39/0.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.43	c constraints/linear/simplifyinequalities = TRUE
0.39/0.43	c 
0.39/0.43	c # should presolving try to simplify knapsacks
0.39/0.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.43	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.43	c 
0.39/0.43	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.43	c separating/rapidlearning/freq = 0
0.39/0.43	c 
0.39/0.43	c -----------------------------------------------------------------------------------------------
0.39/0.43	c start solving
0.39/0.43	c 
0.39/0.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.48	c   0.4s|     1 |     0 |   394 |     - |9967k|   0 |  50 |2125 | 369 |2125 | 369 |   0 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
1.19/1.20	c   1.1s|     1 |     0 |  1260 |     - |  10M|   0 |  82 |2125 | 369 |2125 | 393 |  24 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
1.49/1.54	c   1.4s|     1 |     0 |  1401 |     - |  10M|   0 |  96 |2125 | 369 |2125 | 415 |  46 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
1.99/2.00	c   1.8s|     1 |     0 |  1661 |     - |  11M|   0 | 110 |2125 | 369 |2125 | 437 |  68 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
2.39/2.42	c   2.2s|     1 |     0 |  2090 |     - |  11M|   0 | 114 |2125 | 369 |2125 | 459 |  90 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
2.79/2.88	c   2.7s|     1 |     0 |  2617 |     - |  11M|   0 | 122 |2125 | 369 |2125 | 480 | 111 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
3.20/3.27	c   3.1s|     1 |     0 |  2930 |     - |  12M|   0 | 134 |2125 | 369 |2125 | 499 | 130 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
4.49/4.52	c   4.3s|     1 |     2 |  2930 |     - |  12M|   0 | 134 |2125 | 369 |2125 | 499 | 130 |   0 |  12 | 5.000000e+00 |      --      |    Inf 
233.32/233.40	c   230s| 10000 |   506 |412636 |  41.0 |  16M| 101 |   - |2125 |2867 |2125 | 442 | 130 |  17k|3860 | 5.000000e+00 |      --      |    Inf 
441.17/441.35	c   434s| 20000 |  1000 |889587 |  44.3 |  20M| 128 |  33 |2125 |3679 |2125 | 442 | 130 |  34k|6352 | 5.000000e+00 |      --      |    Inf 
658.71/658.94	c   648s| 30000 |  1337 |  1410k|  46.9 |  22M| 128 |  46 |2125 |4416 |2125 | 442 | 130 |  47k|8689 | 5.000000e+00 |      --      |    Inf 
885.54/885.82	c   872s| 40000 |  1576 |  1960k|  48.9 |  23M| 128 |   - |2125 |4460 |2125 | 442 | 130 |  57k|  10k| 5.000000e+00 |      --      |    Inf 
1060.30/1060.68	c  1044s| 50000 |  1839 |  2357k|  47.1 |  25M| 128 |   - |2125 |5659 |   0 |   0 | 130 |  73k|  12k| 5.000000e+00 |      --      |    Inf 
1242.75/1243.18	c  1224s| 60000 |  2075 |  2805k|  46.7 |  26M| 128 |   - |2125 |5890 |2125 | 442 | 130 |  86k|  13k| 5.000000e+00 |      --      |    Inf 
1441.70/1442.17	c  1420s| 70000 |  2346 |  3282k|  46.9 |  27M| 128 |   - |2125 |5179 |2125 | 442 | 130 |  99k|  15k| 5.000000e+00 |      --      |    Inf 
1573.86/1574.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1573.86/1574.38	c  1550s| 80000 |  2580 |  3624k|  45.3 |  30M| 128 |  38 |2125 |6842 |2125 | 442 | 130 | 117k|  16k| 5.000000e+00 |      --      |    Inf 
1712.23/1712.77	c  1687s| 90000 |  2750 |  3963k|  44.0 |  31M| 128 |   - |2125 |7392 |2125 | 442 | 130 | 132k|  17k| 5.000000e+00 |      --      |    Inf 
1800.01/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.56	c 
1800.01/1800.56	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.56	c Solving Time (sec) : 1773.35
1800.01/1800.56	c Solving Nodes      : 94856
1800.01/1800.56	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.01/1800.56	c Dual Bound         : +5.00000000000000e+00
1800.01/1800.56	c Gap                : infinite
1800.01/1800.56	s UNKNOWN
1800.01/1800.56	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.56	c Solving Time       :    1773.35
1800.01/1800.56	c Original Problem   :
1800.01/1800.56	c   Problem name     : HOME/instance-2666264-1276689037.opb
1800.01/1800.56	c   Variables        : 2130 (2130 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.56	c   Constraints      : 2495 initial, 2495 maximal
1800.01/1800.56	c Presolved Problem  :
1800.01/1800.56	c   Problem name     : t_HOME/instance-2666264-1276689037.opb
1800.01/1800.56	c   Variables        : 2125 (2125 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.56	c   Constraints      : 369 initial, 8132 maximal
1800.01/1800.56	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.56	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.56	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.56	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.56	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.56	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.56	c   probing          :       0.10          0          0          0          0          0          0          0          0
1800.01/1800.56	c   knapsack         :       0.15          0          0          0          0          0          0          0          0
1800.01/1800.56	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.56	c   linear           :       0.02          5          0          0          5          0       2126          0          0
1800.01/1800.56	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.56	c   root node        :          -          0          -          -          0          -          -          -          -
1800.01/1800.56	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.56	c   integral         :          0          0          0      55155          0        131       8134          0          0     101952
1800.01/1800.56	c   knapsack         :        320          6     452507          0          0        829    1471167       1200          0          0
1800.01/1800.56	c   setppc           :         49          6     451678          0          0        495    1223806          0          0          0
1800.01/1800.56	c   logicor          :          0+         0     151171          0          0      12481     112325          0          0          0
1800.01/1800.56	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.01/1800.56	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.56	c   integral         :     318.03       0.00       0.00     318.03       0.00
1800.01/1800.56	c   knapsack         :     123.77       0.02     123.75       0.00       0.00
1800.01/1800.56	c   setppc           :       3.76       0.00       3.76       0.00       0.00
1800.01/1800.56	c   logicor          :      16.59       0.00      16.59       0.00       0.00
1800.01/1800.56	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.56	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.56	c   vbounds          :       0.29          2          0          0
1800.01/1800.56	c   rootredcost      :       0.07          0          0          0
1800.01/1800.56	c   pseudoobj        :       0.22          0          0          0
1800.01/1800.56	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.56	c   propagation      :       2.98      13805      13786     110903       64.7        595       86.7          -
1800.01/1800.56	c   infeasible LP    :      76.79      31574      24366     467379      155.0        360       82.8          0
1800.01/1800.56	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.56	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.56	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.56	c   applied globally :          -          -          -     138176       66.3          -          -          -
1800.01/1800.56	c   applied locally  :          -          -          -          1      353.0          -          -          -
1800.01/1800.56	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.56	c   cut pool         :       0.01          5          -          -        636          -    (maximal pool size: 1267)
1800.01/1800.56	c   redcost          :       4.31      55031          0          0          0          0
1800.01/1800.56	c   impliedbounds    :       0.00          6          0          0          0          0
1800.01/1800.56	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.56	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.56	c   gomory           :       0.08          6          0          0         51          0
1800.01/1800.56	c   strongcg         :       0.23          6          0          0         76          0
1800.01/1800.56	c   cmir             :       0.71          6          0          0       1635          0
1800.01/1800.56	c   flowcover        :       0.61          6          0          0       1203          0
1800.01/1800.56	c   clique           :       0.00          6          0          0          4          0
1800.01/1800.56	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.56	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.56	c   rapidlearning    :       0.31          1          0          0          0          0
1800.01/1800.56	c Pricers            :       Time      Calls       Vars
1800.01/1800.56	c   problem variables:       0.00          0          0
1800.01/1800.56	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.56	c   relpscost        :     317.90      55155        131       8134          0          0     101952
1800.01/1800.56	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.56	c   inference        :       0.00          0          0          0          0          0          0
1800.01/1800.56	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.56	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.56	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.56	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.56	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.56	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.56	c   LP solutions     :       0.00          -          0
1800.01/1800.56	c   pseudo solutions :       0.00          -          0
1800.01/1800.56	c   oneopt           :       0.19          0          0
1800.01/1800.56	c   crossover        :       0.12          0          0
1800.01/1800.56	c   guideddiving     :       0.03          0          0
1800.01/1800.56	c   intshifting      :       0.02          0          0
1800.01/1800.56	c   linesearchdiving :       1.38         15          0
1800.01/1800.56	c   feaspump         :       1.11          8          0
1800.01/1800.56	c   objpscostdiving  :       0.27          8          0
1800.01/1800.56	c   rootsoldiving    :       0.83          8          0
1800.01/1800.56	c   coefdiving       :       6.83         16          0
1800.01/1800.56	c   pscostdiving     :       1.77         16          0
1800.01/1800.56	c   veclendiving     :       1.31         16          0
1800.01/1800.56	c   fracdiving       :       3.35         16          0
1800.01/1800.56	c   trivial          :       0.01          2          0
1800.01/1800.56	c   simplerounding   :       0.06          0          0
1800.01/1800.56	c   zirounding       :       0.16       1000          0
1800.01/1800.56	c   rounding         :       0.56       3269          0
1800.01/1800.56	c   shifting         :       3.17       1012          0
1800.01/1800.56	c   twoopt           :       0.00          0          0
1800.01/1800.56	c   fixandinfer      :       0.00          0          0
1800.01/1800.56	c   intdiving        :       0.00          0          0
1800.01/1800.56	c   actconsdiving    :       0.00          0          0
1800.01/1800.56	c   octane           :       0.00          0          0
1800.01/1800.56	c   rens             :       0.07          1          0
1800.01/1800.56	c   rins             :       0.00          0          0
1800.01/1800.56	c   localbranching   :       0.00          0          0
1800.01/1800.56	c   mutation         :       0.00          0          0
1800.01/1800.56	c   dins             :       0.00          0          0
1800.01/1800.56	c   undercover       :       0.00          0          0
1800.01/1800.56	c   nlp              :       0.07          0          0
1800.01/1800.56	c   trysol           :       0.08          0          0
1800.01/1800.56	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.56	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.56	c   dual LP          :    1119.28      86118    4166765      48.38    3722.72
1800.01/1800.56	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.56	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.56	c   diving/probing LP:      12.54       4296      37489       8.73    2989.55
1800.01/1800.56	c   strong branching :     314.90      18365    1129286      61.49    3586.17
1800.01/1800.56	c     (at root node) :          -         12       3147     262.25          -
1800.01/1800.56	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.56	c B&B Tree           :
1800.01/1800.56	c   number of runs   :          1
1800.01/1800.56	c   nodes            :      94856
1800.01/1800.56	c   nodes (total)    :      94856
1800.01/1800.56	c   nodes left       :       2778
1800.01/1800.56	c   max depth        :        128
1800.01/1800.56	c   max depth (total):        128
1800.01/1800.56	c   backtracks       :      12208 (12.9%)
1800.01/1800.56	c   delayed cutoffs  :       4319
1800.01/1800.56	c   repropagations   :     254589 (301927 domain reductions, 1353 cutoffs)
1800.01/1800.56	c   avg switch length:       7.70
1800.01/1800.56	c   switching time   :      31.62
1800.01/1800.56	c Solution           :
1800.01/1800.56	c   Solutions found  :          0 (0 improvements)
1800.01/1800.56	c   Primal Bound     :          -
1800.01/1800.56	c   Dual Bound       : +5.00000000000000e+00
1800.01/1800.56	c   Gap              :   infinite
1800.01/1800.56	c   Root Dual Bound  : +5.00000000000000e+00
1800.01/1800.56	c   Root Iterations  :       2930
1800.12/1800.64	c Time complete: 1800.15.

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 8573
/proc/meminfo: memFree=1745772/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=7724 CPUtime=0
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 1038 0 0 0 0 0 0 0 20 0 1 0 44505467 7909376 957 1992294400 4194304 8223781 140734454944032 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8573/statm: 1931 966 348 984 0 944 0

[startup+0.059019 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 8573
/proc/meminfo: memFree=1745772/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=12556 CPUtime=0.04
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 2451 0 0 0 4 0 0 0 20 0 1 0 44505467 12857344 2370 1992294400 4194304 8223781 140734454944032 18446744073709551615 5648385 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8573/statm: 3139 2370 365 984 0 2152 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12556

[startup+0.101023 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 8573
/proc/meminfo: memFree=1745772/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=18828 CPUtime=0.09
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 4250 0 0 0 8 1 0 0 20 0 1 0 44505467 19279872 3805 1992294400 4194304 8223781 140734454944032 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 4707 3820 381 984 0 3720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18828

[startup+0.301045 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 8573
/proc/meminfo: memFree=1745772/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=25584 CPUtime=0.29
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 6307 0 0 0 26 3 0 0 20 0 1 0 44505467 26198016 5348 1992294400 4194304 8223781 140734454944032 18446744073709551615 4890934 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 6396 5348 458 984 0 5409 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25584

[startup+0.701089 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 8573
/proc/meminfo: memFree=1745772/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=32940 CPUtime=0.69
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 9185 0 0 0 65 4 0 0 21 0 1 0 44505467 33730560 7319 1992294400 4194304 8223781 140734454944032 18446744073709551615 6052414 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 8235 7319 558 984 0 7248 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32940

[startup+1.50118 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8574
/proc/meminfo: memFree=1701620/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=35052 CPUtime=1.49
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 15804 0 0 0 142 7 0 0 23 0 1 0 44505467 35893248 7831 1992294400 4194304 8223781 140734454944032 18446744073709551615 6207260 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 8763 7831 588 984 0 7776 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35052

[startup+3.10135 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8574
/proc/meminfo: memFree=1715012/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=37928 CPUtime=3.09
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 16767 0 0 0 300 9 0 0 25 0 1 0 44505467 38838272 8484 1992294400 4194304 8223781 140734454944032 18446744073709551615 5733457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 9482 8484 587 984 0 8495 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37928

[startup+6.30171 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8574
/proc/meminfo: memFree=1712532/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=38052 CPUtime=6.29
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 25541 0 0 0 613 16 0 0 25 0 1 0 44505467 38965248 8609 1992294400 4194304 8223781 140734454944032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 9513 8609 593 984 0 8526 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38052

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8574
/proc/meminfo: memFree=1712532/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=38052 CPUtime=12.69
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 28567 0 0 0 1248 21 0 0 25 0 1 0 44505467 38965248 8609 1992294400 4194304 8223781 140734454944032 18446744073709551615 6482738 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 9513 8609 593 984 0 8526 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38052

[startup+25.5008 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8574
/proc/meminfo: memFree=1712532/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=38052 CPUtime=25.49
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 32497 0 0 0 2512 37 0 0 25 0 1 0 44505467 38965248 8609 1992294400 4194304 8223781 140734454944032 18446744073709551615 6539298 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 9513 8609 593 984 0 8526 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38052

[startup+51.1007 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8576
/proc/meminfo: memFree=1711540/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=39700 CPUtime=51.08
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 46204 0 0 0 5035 73 0 0 25 0 1 0 44505467 40652800 9026 1992294400 4194304 8223781 140734454944032 18446744073709551615 6482603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 9925 9026 597 984 0 8938 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 39700

[startup+102.308 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8576
/proc/meminfo: memFree=1704472/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=46288 CPUtime=102.27
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 72109 0 0 0 10071 156 0 0 25 0 1 0 44505467 47398912 10671 1992294400 4194304 8223781 140734454944032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 11572 10671 598 984 0 10585 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 46288

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8578
/proc/meminfo: memFree=1702736/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=47868 CPUtime=162.25
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 103291 0 0 0 15979 246 0 0 25 0 1 0 44505467 49016832 11066 1992294400 4194304 8223781 140734454944032 18446744073709551615 4854249 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 11967 11066 597 984 0 10980 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 47868

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8580
/proc/meminfo: memFree=1700752/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=49812 CPUtime=222.22
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 135719 0 0 0 21878 344 0 0 25 0 1 0 44505467 51007488 11515 1992294400 4194304 8223781 140734454944032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 12453 11515 597 984 0 11466 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 49812

[startup+282.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8582
/proc/meminfo: memFree=1699760/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=50956 CPUtime=282.21
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 169814 0 0 0 27781 440 0 0 25 0 1 0 44505467 52178944 11835 1992294400 4194304 8223781 140734454944032 18446744073709551615 4854973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 12739 11835 597 984 0 11752 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 50956

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8584
/proc/meminfo: memFree=1698024/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=52436 CPUtime=342.2
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 205925 0 0 0 33684 536 0 0 25 0 1 0 44505467 53694464 12207 1992294400 4194304 8223781 140734454944032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 13109 12207 597 984 0 12122 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 52436

[startup+402.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8584
/proc/meminfo: memFree=1696164/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=54444 CPUtime=402.17
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 244067 0 0 0 39577 640 0 0 25 0 1 0 44505467 55750656 12709 1992294400 4194304 8223781 140734454944032 18446744073709551615 6539315 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 13611 12709 597 984 0 12624 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 54444

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8586
/proc/meminfo: memFree=1693560/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=56796 CPUtime=462.16
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 272494 0 0 0 45484 732 0 0 25 0 1 0 44505467 58159104 13300 1992294400 4194304 8223781 140734454944032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 14199 13300 597 984 0 13212 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 56796

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8588
/proc/meminfo: memFree=1692568/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=57696 CPUtime=522.14
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 304017 0 0 0 51389 825 0 0 25 0 1 0 44505467 59080704 13525 1992294400 4194304 8223781 140734454944032 18446744073709551615 5893845 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 14424 13525 597 984 0 13437 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 57696

[startup+582.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8590
/proc/meminfo: memFree=1691700/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=58688 CPUtime=582.13
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 334259 0 0 0 57299 914 0 0 25 0 1 0 44505467 60096512 13722 1992294400 4194304 8223781 140734454944032 18446744073709551615 6539290 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 14672 13722 597 984 0 13685 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 58688

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8601
/proc/meminfo: memFree=1690708/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=58752 CPUtime=642.12
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 379094 0 0 0 63210 1002 0 0 25 0 1 0 44505467 60162048 13788 1992294400 4194304 8223781 140734454944032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 14688 13788 597 984 0 13701 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 58752

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8607
/proc/meminfo: memFree=1688724/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=60928 CPUtime=882.05
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 523634 0 0 0 86848 1357 0 0 25 0 1 0 44505467 62390272 14334 1992294400 4194304 8223781 140734454944032 18446744073709551615 6560166 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 15232 14334 597 984 0 14245 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 60928

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8609
/proc/meminfo: memFree=1687360/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=62712 CPUtime=942.02
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 541372 0 0 0 92758 1444 0 0 25 0 1 0 44505467 64217088 14780 1992294400 4194304 8223781 140734454944032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 15678 14780 599 984 0 14691 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 62712

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8609
/proc/meminfo: memFree=1685376/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=64608 CPUtime=1002.01
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 557930 0 0 0 98676 1525 0 0 25 0 1 0 44505467 66158592 15234 1992294400 4194304 8223781 140734454944032 18446744073709551615 4854295 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 16152 15234 597 984 0 15165 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 64608

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8611
/proc/meminfo: memFree=1684508/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=65556 CPUtime=1062
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 585317 0 0 0 104583 1617 0 0 25 0 1 0 44505467 67129344 15488 1992294400 4194304 8223781 140734454944032 18446744073709551615 6539290 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 16389 15488 597 984 0 15402 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 65556

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8613
/proc/meminfo: memFree=1683640/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=66076 CPUtime=1121.98
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 602439 0 0 0 110499 1699 0 0 25 0 1 0 44505467 67661824 15620 1992294400 4194304 8223781 140734454944032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 16519 15620 597 984 0 15532 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 66076

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8615
/proc/meminfo: memFree=1683392/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=66492 CPUtime=1181.97
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 631940 0 0 0 116412 1785 0 0 25 0 1 0 44505467 68087808 15678 1992294400 4194304 8223781 140734454944032 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 16623 15678 597 984 0 15636 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 66492

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8617
/proc/meminfo: memFree=1682648/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=67152 CPUtime=1241.95
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 660974 0 0 0 122317 1878 0 0 25 0 1 0 44505467 68763648 15893 1992294400 4194304 8223781 140734454944032 18446744073709551615 6446767 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 16788 15893 597 984 0 15801 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 67152

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8617
/proc/meminfo: memFree=1681780/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=67748 CPUtime=1301.95
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 681329 0 0 0 128230 1965 0 0 25 0 1 0 44505467 69373952 16040 1992294400 4194304 8223781 140734454944032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 16937 16040 597 984 0 15950 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 67748

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8619
/proc/meminfo: memFree=1681284/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=68528 CPUtime=1361.92
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 709147 0 0 0 134134 2058 0 0 25 0 1 0 44505467 70172672 16230 1992294400 4194304 8223781 140734454944032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 17132 16230 603 984 0 16145 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 68528

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8624
/proc/meminfo: memFree=1680416/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=68604 CPUtime=1421.91
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 717626 0 0 0 140050 2141 0 0 25 0 1 0 44505467 70250496 16254 1992294400 4194304 8223781 140734454944032 18446744073709551615 5907201 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 17151 16254 597 984 0 16164 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 68604

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8626
/proc/meminfo: memFree=1680044/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=69080 CPUtime=1481.88
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 727348 0 0 0 145970 2218 0 0 25 0 1 0 44505467 70737920 16370 1992294400 4194304 8223781 140734454944032 18446744073709551615 6536502 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 17270 16370 597 984 0 16283 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 69080

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8628
/proc/meminfo: memFree=1679176/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=70172 CPUtime=1541.87
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 749111 0 0 0 151882 2305 0 0 25 0 1 0 44505467 71856128 16608 1992294400 4194304 8223781 140734454944032 18446744073709551615 6539315 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 17543 16608 597 984 0 16556 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 70172

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8628
/proc/meminfo: memFree=1678308/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=71160 CPUtime=1601.86
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 759581 0 0 0 157792 2394 0 0 25 0 1 0 44505467 72867840 16894 1992294400 4194304 8223781 140734454944032 18446744073709551615 6532637 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 17790 16894 597 984 0 16803 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 71160

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8630
/proc/meminfo: memFree=1676944/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=72212 CPUtime=1661.84
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 764057 0 0 0 163706 2478 0 0 25 0 1 0 44505467 73945088 17151 1992294400 4194304 8223781 140734454944032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 18053 17151 597 984 0 17066 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 72212

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8632
/proc/meminfo: memFree=1675952/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=73528 CPUtime=1721.82
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 776360 0 0 0 169621 2561 0 0 25 0 1 0 44505467 75292672 17481 1992294400 4194304 8223781 140734454944032 18446744073709551615 6569630 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 18382 17481 597 984 0 17395 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 73528

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8634
/proc/meminfo: memFree=1675084/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=74448 CPUtime=1781.8
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 783559 0 0 0 175543 2637 0 0 25 0 1 0 44505467 76234752 17657 1992294400 4194304 8223781 140734454944032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 18612 17657 597 984 0 17625 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 74448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 8634
/proc/meminfo: memFree=1674960/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=74352 CPUtime=1800.01
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 790649 0 0 0 177337 2664 0 0 25 0 1 0 44505467 76136448 17640 1992294400 4194304 8223781 140734454944032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8573/statm: 18588 17640 597 984 0 17601 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 74352

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

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

[startup+1800.61 s]
/proc/loadavg: 0.99 0.97 0.99 2/108 8635
/proc/meminfo: memFree=1675944/2059040 swapFree=4140260/4192956
[pid=8573] ppid=8571 vsize=73224 CPUtime=1800.12
/proc/8573/stat : 8573 (pbscip.linux.x8) R 8571 8573 7710 0 -1 4202496 790667 0 0 0 177348 2664 0 0 25 0 1 0 44505467 74981376 17401 1992294400 4194304 8223781 140734454944032 18446744073709551615 6206490 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8573/statm: 18306 17401 599 984 0 17319 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 73224

Child status: 0
Real time (s): 1800.65
CPU time (s): 1800.16
CPU user time (s): 1773.5
CPU system time (s): 26.6539
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 74760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1773.5
system time used= 26.6539
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 790671
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= 2613

runsolver used 2.89256 second user time and 8.59469 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-16 13:50:37
IDJOB=2666264
IDBENCH=71848
IDSOLVER=1169
FILE ID=node009/2666264-1276689037
PBS_JOBID= 11172567
Free space on /tmp= 62556 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx49.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-2666264-1276689037/watcher-2666264-1276689037 -o /tmp/evaluation-result-2666264-1276689037/solver-2666264-1276689037 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666264-1276689037.opb -t 1800 -m 1800

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

MD5SUM BENCH= e08af5097f76b1d4e2b0ba1d8a42ed5a
RANDOM SEED=1103904397

node009.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.199
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.39
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.199
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1746176 kB
Buffers:         86296 kB
Cached:         131412 kB
SwapCached:       6248 kB
Active:         111836 kB
Inactive:       119348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1746176 kB
SwapTotal:     4192956 kB
SwapFree:      4140260 kB
Dirty:            4748 kB
Writeback:           0 kB
AnonPages:       11692 kB
Mapped:          13044 kB
Slab:            59760 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182220 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= 62552 MiB
End job on node009 at 2010-06-16 14:20:40