Trace number 1870824

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1800.18 1800.72

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.02/0.07	c SCIP version 1.1.0.7
0.02/0.07	c LP-Solver SoPlex 1.4.1
0.02/0.07	c user parameter file <scip.set> not found - using default parameters
0.02/0.07	c read problem <HOME/instance-1870824-1245221013.opb>
0.02/0.07	c original problem has 2130 variables (2130 bin, 0 int, 0 impl, 0 cont) and 2495 constraints
0.02/0.10	c start presolving problem
0.02/0.10	c presolving:
0.09/0.12	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.13	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.15	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.30/0.31	c    (0.2s) probing: 101/2125 (4.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.30/0.31	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.30/0.31	c presolving (4 rounds):
0.30/0.31	c  5 deleted vars, 2126 deleted constraints, 5 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.30/0.31	c  4250 implications, 309 cliques
0.30/0.31	c presolved problem has 2125 variables (2125 bin, 0 int, 0 impl, 0 cont) and 369 constraints
0.30/0.31	c     320 constraints of type <knapsack>
0.30/0.31	c      49 constraints of type <setppc>
0.30/0.31	c transformed objective value is always integral (scale: 1)
0.30/0.31	c Presolving Time: 0.21
0.30/0.31	c OPT-LIN
0.30/0.31	c -----------------------------------------------------------------------------------------------
0.30/0.31	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.30/0.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.30/0.31	c limits/memory = c 1620
0.30/0.31	c # maximal time in seconds to run
0.30/0.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.30/0.31	c limits/time = c 1791
0.30/0.31	c # frequency for displaying node information lines
0.30/0.31	c # [type: int, range: [-1,2147483647], default: 100]
0.30/0.31	c display/freq = c 10000
0.30/0.31	c -----------------------------------------------------------------------------------------------
0.30/0.31	c start solving problem
0.30/0.31	c 
0.30/0.36	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.30/0.36	c   0.3s|     1 |     0 |   412 |8165k|   0 |  30 |2125 | 369 | 369 |2125 | 369 |   0 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
0.69/0.73	c   0.6s|     1 |     0 |  1061 |9248k|   0 |  64 |2125 | 369 | 369 |2125 | 395 |  26 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
0.99/1.02	c   0.9s|     1 |     0 |  1177 |9605k|   0 |  85 |2125 | 369 | 369 |2125 | 416 |  47 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
1.29/1.38	c   1.3s|     1 |     0 |  1456 |9948k|   0 |  84 |2125 | 369 | 369 |2125 | 435 |  66 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
1.69/1.74	c   1.6s|     1 |     0 |  1761 |  10M|   0 | 100 |2125 | 369 | 369 |2125 | 453 |  84 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
2.09/2.20	c   2.1s|     1 |     0 |  2165 |  10M|   0 | 107 |2125 | 369 | 369 |2125 | 470 | 101 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
2.69/2.73	c   2.6s|     1 |     0 |  2612 |  10M|   0 | 109 |2125 | 369 | 369 |2125 | 489 | 120 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
6.99/7.08	c   6.9s|     1 |     2 |  2612 |  10M|   0 | 109 |2125 | 369 | 369 |2125 | 489 | 120 |   0 |  21 | 5.000000e+00 |      --      |    Inf 
201.43/201.55	c   199s| 10000 |   198 |392337 |  13M|  96 |   - |2125 |2401 | 503 |2125 | 452 | 120 |  13k|5320 | 5.000000e+00 |      --      |    Inf 
352.68/352.87	c   349s| 20000 |   635 |777618 |  17M|  96 |  43 |2125 |4553 | 390 |2125 | 452 | 120 |  28k|7999 | 5.000000e+00 |      --      |    Inf 
512.83/513.05	c   508s| 30000 |   965 |  1198k|  18M|  96 |  55 |2125 |3621 | 711 |2125 | 452 | 120 |  42k|  10k| 5.000000e+00 |      --      |    Inf 
673.58/673.83	c   667s| 40000 |  1471 |  1628k|  22M|  96 |  35 |2125 |4878 | 403 |2125 | 452 | 120 |  56k|  13k| 5.000000e+00 |      --      |    Inf 
837.03/837.34	c   829s| 50000 |  1799 |  2078k|  24M|  96 |  55 |2125 |4056 | 495 |2125 | 452 | 120 |  72k|  15k| 5.000000e+00 |      --      |    Inf 
989.10/989.41	c   979s| 60000 |  2105 |  2495k|  26M|  96 |   - |2125 |3954 | 419 |2125 | 452 | 120 |  88k|  17k| 5.000000e+00 |      --      |    Inf 
1141.65/1142.09	c  1130s| 70000 |  2396 |  2893k|  27M|  96 |   - |2125 |3450 | 401 |2125 | 452 | 120 | 106k|  19k| 5.000000e+00 |      --      |    Inf 
1277.40/1277.85	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1277.40/1277.85	c  1264s| 80000 |  2955 |  3293k|  31M|  96 |   - |2125 |5025 | 432 |2125 | 452 | 120 | 123k|  20k| 5.000000e+00 |      --      |    Inf 
1430.36/1430.83	c  1416s| 90000 |  3080 |  3731k|  32M|  96 |   - |2125 |4834 | 418 |2125 | 452 | 120 | 141k|  22k| 5.000000e+00 |      --      |    Inf 
1573.92/1574.49	c  1558s|100000 |  3479 |  4117k|  34M|  96 |   - |2125 |5018 |1451 |2125 | 452 | 120 | 159k|  24k| 5.000000e+00 |      --      |    Inf 
1705.38/1705.93	c  1688s|110000 |  3709 |  4489k|  36M|  96 |  59 |2125 |5423 | 756 |2125 | 452 | 120 | 171k|  26k| 5.000000e+00 |      --      |    Inf 
1800.06/1800.62	c 
1800.06/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.62	c Solving Time (sec) : 1781.76
1800.06/1800.62	c Solving Nodes      : 116032
1800.06/1800.62	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.06/1800.62	c Dual Bound         : +5.00000000000000e+00
1800.06/1800.62	c Gap                : infinite
1800.06/1800.62	c NODE         116032
1800.06/1800.62	c DUAL BOUND   5
1800.06/1800.62	c PRIMAL BOUND 1e+20
1800.06/1800.62	c GAP          1e+20
1800.06/1800.62	s UNKNOWN
1800.06/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.62	c Solving Time       :    1781.76
1800.06/1800.62	c Original Problem   :
1800.06/1800.62	c   Problem name     : HOME/instance-1870824-1245221013.opb
1800.06/1800.62	c   Variables        : 2130 (2130 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.62	c   Constraints      : 2495 initial, 2495 maximal
1800.06/1800.62	c Presolved Problem  :
1800.06/1800.62	c   Problem name     : t_HOME/instance-1870824-1245221013.opb
1800.06/1800.62	c   Variables        : 2125 (2125 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.62	c   Constraints      : 369 initial, 5943 maximal
1800.06/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.62	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.06/1800.62	c   knapsack         :       0.13          0          0          0          0          0          0          0          0
1800.06/1800.62	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.62	c   linear           :       0.05          5          0          0          5          0       2126          0          0
1800.06/1800.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.62	c   integral         :          0          0          0      74731          0        379      18859          0          0     126750
1800.06/1800.62	c   knapsack         :        320          6     491099          0          0       3389    2768587       1062          0          0
1800.06/1800.62	c   setppc           :         49          6     487710          0          0        590     864398          0          0          0
1800.06/1800.62	c   logicor          :          0+         0     181801          0          0       8308     107453          0          0          0
1800.06/1800.62	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.62	c   integral         :     311.64       0.00       0.00     311.64       0.00
1800.06/1800.62	c   knapsack         :      20.82       0.03      20.79       0.00       0.00
1800.06/1800.62	c   setppc           :       3.50       0.00       3.50       0.00       0.00
1800.06/1800.62	c   logicor          :      18.94       0.00      18.94       0.00       0.00
1800.06/1800.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.62	c   rootredcost      :       0.35          0          0          0
1800.06/1800.62	c   pseudoobj        :       0.11          0          0          0
1800.06/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.62	c   propagation      :       3.97      12287      12237     105998       90.6        488      110.9          -
1800.06/1800.62	c   infeasible LP    :      86.05      43165      42523     738382      131.3        429       94.6          0
1800.06/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.62	c   applied globally :          -          -          -     178662      101.1          -          -          -
1800.06/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.62	c   cut pool         :       0.00          5          -          -        876          -    (maximal pool size: 1272)
1800.06/1800.62	c   redcost          :       6.06      74069          0          0          0          0
1800.06/1800.62	c   impliedbounds    :       0.00          6          0          0          0          0
1800.06/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.62	c   gomory           :       0.06          6          0          0        162          0
1800.06/1800.62	c   strongcg         :       0.06          6          0          0        152          0
1800.06/1800.62	c   cmir             :       0.72          6          0          0       1299          0
1800.06/1800.62	c   flowcover        :       0.78          6          0          0       1202          0
1800.06/1800.62	c   clique           :       0.00          6          0          0         10          0
1800.06/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.62	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.62	c Pricers            :       Time      Calls       Vars
1800.06/1800.62	c   problem variables:       0.00          0          0
1800.06/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.62	c   relpscost        :     311.53      74731        379      18859          0          0     126750
1800.06/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.62	c   inference        :       0.00          0          0          0          0          0          0
1800.06/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.62	c   LP solutions     :       0.00          -          0
1800.06/1800.62	c   pseudo solutions :       0.00          -          0
1800.06/1800.62	c   oneopt           :       0.18          0          0
1800.06/1800.62	c   crossover        :       0.09          0          0
1800.06/1800.62	c   guideddiving     :       0.01          0          0
1800.06/1800.62	c   objpscostdiving  :       1.47         18          0
1800.06/1800.62	c   rootsoldiving    :       3.46         18          0
1800.06/1800.62	c   coefdiving       :      20.40         36          0
1800.06/1800.62	c   fracdiving       :      14.20         36          0
1800.06/1800.62	c   pscostdiving     :       7.33         36          0
1800.06/1800.62	c   veclendiving     :       2.49         36          0
1800.06/1800.62	c   linesearchdiving :       3.14         36          0
1800.06/1800.62	c   feaspump         :       4.43         19          0
1800.06/1800.62	c   simplerounding   :       0.14          0          0
1800.06/1800.62	c   rounding         :       0.64       3804          0
1800.06/1800.62	c   shifting         :       4.40       1178          0
1800.06/1800.62	c   intshifting      :       0.00          0          0
1800.06/1800.62	c   fixandinfer      :       0.00          0          0
1800.06/1800.62	c   intdiving        :       0.00          0          0
1800.06/1800.62	c   actconsdiving    :       0.00          0          0
1800.06/1800.62	c   octane           :       0.00          0          0
1800.06/1800.62	c   rens             :       0.06          1          0
1800.06/1800.62	c   rins             :       0.00          0          0
1800.06/1800.62	c   localbranching   :       0.00          0          0
1800.06/1800.62	c   mutation         :       0.00          0          0
1800.06/1800.62	c   dins             :       0.00          0          0
1800.06/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.62	c   dual LP          :    1166.24     116878    4616584      39.50    3958.52
1800.06/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.62	c   diving/probing LP:      43.39      15498     117907       7.61    2717.38
1800.06/1800.62	c   strong branching :     307.28      28795    1076834      37.40    3504.41
1800.06/1800.62	c     (at root node) :          -         21      12111     576.71          -
1800.06/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.62	c B&B Tree           :
1800.06/1800.62	c   number of runs   :          1
1800.06/1800.62	c   nodes            :     116032
1800.06/1800.62	c   nodes (total)    :     116032
1800.06/1800.62	c   nodes left       :       3784
1800.06/1800.62	c   max depth        :         96
1800.06/1800.62	c   max depth (total):         96
1800.06/1800.62	c   backtracks       :      18182 (15.7%)
1800.06/1800.62	c   delayed cutoffs  :       6935
1800.06/1800.62	c   repropagations   :     211047 (638903 domain reductions, 2513 cutoffs)
1800.06/1800.62	c   avg switch length:       5.50
1800.06/1800.62	c   switching time   :      35.92
1800.06/1800.62	c Solution           :
1800.06/1800.62	c   Solutions found  :          0 (0 improvements)
1800.06/1800.62	c   Primal Bound     :          -
1800.06/1800.62	c   Dual Bound       : +5.00000000000000e+00
1800.06/1800.62	c   Gap              :   infinite
1800.06/1800.62	c   Root Dual Bound  : +5.00000000000000e+00
1800.17/1800.71	c Time complete: 1800.17.

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6646
/proc/meminfo: memFree=1788968/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=4324 CPUtime=0
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 474 0 0 0 0 0 0 0 18 0 1 0 189694273 4427776 458 1992294400 4194304 7823515 548682068736 18446744073709551615 6820784 0 0 4096 0 0 0 0 17 1 0 0
/proc/6646/statm: 1082 465 301 886 0 192 0

[startup+0.0283191 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6646
/proc/meminfo: memFree=1788968/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=10156 CPUtime=0.02
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 1868 0 0 0 2 0 0 0 18 0 1 0 189694273 10399744 1850 1992294400 4194304 7823515 548682068736 18446744073709551615 6908077 0 0 4096 0 0 0 0 17 1 0 0
/proc/6646/statm: 2539 1850 354 886 0 1649 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10156

[startup+0.102329 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6646
/proc/meminfo: memFree=1788968/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=20488 CPUtime=0.09
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 4523 0 0 0 8 1 0 0 18 0 1 0 189694273 20979712 4151 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 5122 4152 419 886 0 4232 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20488

[startup+0.301357 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6646
/proc/meminfo: memFree=1788968/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=24736 CPUtime=0.3
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 5642 0 0 0 28 2 0 0 19 0 1 0 189694273 25329664 5270 1992294400 4194304 7823515 548682068736 18446744073709551615 5875900 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 6184 5270 452 886 0 5294 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 24736

[startup+0.701414 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6646
/proc/meminfo: memFree=1788968/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=30824 CPUtime=0.69
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 7261 0 0 0 66 3 0 0 22 0 1 0 189694273 31563776 6875 1992294400 4194304 7823515 548682068736 18446744073709551615 4345380 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 7706 6875 552 886 0 6816 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30824

[startup+1.50153 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6647
/proc/meminfo: memFree=1760352/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=36764 CPUtime=1.49
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 8585 0 0 0 145 4 0 0 25 0 1 0 189694273 37646336 8113 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 9191 8113 562 886 0 8301 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36764

[startup+3.10175 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6647
/proc/meminfo: memFree=1756768/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=37696 CPUtime=3.09
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 12811 0 0 0 302 7 0 0 25 0 1 0 189694273 38600704 8621 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 9424 8621 574 886 0 8534 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37696

[startup+6.30121 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6647
/proc/meminfo: memFree=1756256/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=37696 CPUtime=6.29
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 12811 0 0 0 620 9 0 0 25 0 1 0 189694273 38600704 8621 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 9424 8621 574 886 0 8534 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37696

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6647
/proc/meminfo: memFree=1756328/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=37696 CPUtime=12.69
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 12811 0 0 0 1256 13 0 0 25 0 1 0 189694273 38600704 8621 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 9424 8621 574 886 0 8534 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37696

[startup+25.5029 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6647
/proc/meminfo: memFree=1756328/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=37696 CPUtime=25.49
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 12812 0 0 0 2525 24 0 0 25 0 1 0 189694273 38600704 8622 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 9424 8622 575 886 0 8534 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37696

[startup+51.1026 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6647
/proc/meminfo: memFree=1754728/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=39688 CPUtime=51.07
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 13284 0 0 0 5059 48 0 0 25 0 1 0 189694273 40640512 9094 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 9922 9094 580 886 0 9032 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39688

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6647
/proc/meminfo: memFree=1751400/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=42860 CPUtime=102.26
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 14113 0 0 0 10127 99 0 0 25 0 1 0 189694273 43888640 9920 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 10715 9920 580 886 0 9825 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 42860

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6647
/proc/meminfo: memFree=1750440/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=43980 CPUtime=162.24
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 14350 0 0 0 16061 163 0 0 25 0 1 0 189694273 45035520 10157 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 10995 10157 580 886 0 10105 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 43980

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6647
/proc/meminfo: memFree=1748648/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=45924 CPUtime=222.22
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 14806 0 0 0 21997 225 0 0 25 0 1 0 189694273 47026176 10613 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 11481 10613 580 886 0 10591 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 45924

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6647
/proc/meminfo: memFree=1746728/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=47708 CPUtime=282.2
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 15333 0 0 0 27929 291 0 0 25 0 1 0 189694273 48852992 11139 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 11927 11139 580 886 0 11037 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 47708

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6647
/proc/meminfo: memFree=1744488/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=49716 CPUtime=342.19
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 15829 0 0 0 33862 357 0 0 25 0 1 0 189694273 50909184 11635 1992294400 4194304 7823515 548682068736 18446744073709551615 6157824 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 12429 11635 580 886 0 11539 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 49716

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6647
/proc/meminfo: memFree=1743592/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=50676 CPUtime=402.16
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 16056 0 0 0 39800 416 0 0 25 0 1 0 189694273 51892224 11862 1992294400 4194304 7823515 548682068736 18446744073709551615 6099773 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 12669 11862 580 886 0 11779 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 50676

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6647
/proc/meminfo: memFree=1742248/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=52004 CPUtime=462.15
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 16382 0 0 0 45742 473 0 0 25 0 1 0 189694273 53252096 12188 1992294400 4194304 7823515 548682068736 18446744073709551615 5920999 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 13001 12188 580 886 0 12111 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 52004

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6647
/proc/meminfo: memFree=1741544/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=52612 CPUtime=522.13
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 16557 0 0 0 51679 534 0 0 25 0 1 0 189694273 53874688 12363 1992294400 4194304 7823515 548682068736 18446744073709551615 6180627 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 13153 12363 580 886 0 12263 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 52612

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6647
/proc/meminfo: memFree=1738920/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=55268 CPUtime=582.11
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 17245 0 0 0 57614 597 0 0 25 0 1 0 189694273 56594432 13051 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 13817 13051 580 886 0 12927 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 55268

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6647
/proc/meminfo: memFree=1737320/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=56816 CPUtime=642.1
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 17628 0 0 0 63550 660 0 0 25 0 1 0 189694273 58179584 13434 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 14204 13434 580 886 0 13314 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 56816

[startup+702.302 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6649
/proc/meminfo: memFree=1731688/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=62492 CPUtime=882.03
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 19016 0 0 0 87313 890 0 0 25 0 1 0 189694273 63991808 14822 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 15623 14822 580 886 0 14733 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 62492

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6649
/proc/meminfo: memFree=1730536/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=63728 CPUtime=942.01
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 19295 0 0 0 93251 950 0 0 25 0 1 0 189694273 65257472 15101 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 15932 15101 580 886 0 15042 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 63728

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6649
/proc/meminfo: memFree=1729384/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=64700 CPUtime=1001.99
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 19586 0 0 0 99186 1013 0 0 25 0 1 0 189694273 66252800 15392 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 16175 15392 580 886 0 15285 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 64700

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6655
/proc/meminfo: memFree=1728552/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=65540 CPUtime=1061.97
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 19783 0 0 0 105124 1073 0 0 25 0 1 0 189694273 67112960 15589 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 16385 15589 580 886 0 15495 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 65540

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6655
/proc/meminfo: memFree=1727976/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=66064 CPUtime=1121.95
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 19921 0 0 0 111061 1134 0 0 25 0 1 0 189694273 67649536 15727 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 16516 15727 580 886 0 15626 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 66064

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6655
/proc/meminfo: memFree=1727336/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=66568 CPUtime=1181.94
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 20069 0 0 0 117001 1193 0 0 25 0 1 0 189694273 68165632 15875 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 16642 15875 580 886 0 15752 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 66568

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6655
/proc/meminfo: memFree=1724648/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=69300 CPUtime=1241.91
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 20742 0 0 0 122937 1254 0 0 25 0 1 0 189694273 70963200 16541 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 17325 16541 580 886 0 16435 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 69300

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6655
/proc/meminfo: memFree=1722280/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=71836 CPUtime=1301.9
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 21339 0 0 0 128867 1323 0 0 25 0 1 0 189694273 73560064 17138 1992294400 4194304 7823515 548682068736 18446744073709551615 5734747 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 17959 17138 580 886 0 17069 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 71836

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6655
/proc/meminfo: memFree=1720936/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=73288 CPUtime=1361.88
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 21691 0 0 0 134807 1381 0 0 25 0 1 0 189694273 75046912 17490 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 18322 17490 580 886 0 17432 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 73288

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6655
/proc/meminfo: memFree=1719784/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=74216 CPUtime=1421.86
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 21940 0 0 0 140750 1436 0 0 25 0 1 0 189694273 75997184 17739 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 18554 17739 580 886 0 17664 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 74216

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6655
/proc/meminfo: memFree=1718696/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=75180 CPUtime=1481.84
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 22213 0 0 0 146685 1499 0 0 25 0 1 0 189694273 76984320 18012 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 18795 18012 580 886 0 17905 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 75180

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6655
/proc/meminfo: memFree=1717608/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=76172 CPUtime=1541.82
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 22482 0 0 0 152626 1556 0 0 25 0 1 0 189694273 78000128 18281 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 19043 18281 580 886 0 18153 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 76172

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6655
/proc/meminfo: memFree=1716712/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=77072 CPUtime=1601.81
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 22706 0 0 0 158563 1618 0 0 25 0 1 0 189694273 78921728 18505 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 19268 18505 580 886 0 18378 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 77072

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6655
/proc/meminfo: memFree=1714728/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=79436 CPUtime=1661.8
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 23252 0 0 0 164496 1684 0 0 25 0 1 0 189694273 81342464 19050 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 19859 19050 580 886 0 18969 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 79436

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6655
/proc/meminfo: memFree=1712168/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=81716 CPUtime=1721.78
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 23827 0 0 0 170433 1745 0 0 25 0 1 0 189694273 83677184 19625 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 20429 19625 580 886 0 19539 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 81716

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6655
/proc/meminfo: memFree=1712104/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=81716 CPUtime=1781.76
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 23828 0 0 0 176369 1807 0 0 25 0 1 0 189694273 83677184 19626 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 20429 19626 580 886 0 19539 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 81716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6655
/proc/meminfo: memFree=1712104/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=81716 CPUtime=1800.06
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 23828 0 0 0 178181 1825 0 0 25 0 1 0 189694273 83677184 19626 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6646/statm: 20429 19626 580 886 0 19539 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 81716

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

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

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6655
/proc/meminfo: memFree=1712104/2055920 swapFree=4181384/4192956
[pid=6646] ppid=6644 vsize=51516 CPUtime=1800.17
/proc/6646/stat : 6646 (pbscip.linux.x8) R 6644 6646 6330 0 -1 4194304 23830 0 0 0 178191 1826 0 0 25 0 1 0 189694273 52752384 12149 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/6646/statm: 12879 12149 1088 886 0 11989 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 51516

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.18
CPU user time (s): 1781.91
CPU system time (s): 18.2682
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 81716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.91
system time used= 18.2682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23833
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1732

runsolver used 1.49577 second user time and 4.02639 second system time

The end

Launcher Data

Begin job on node49 at 2009-06-17 08:43:34
IDJOB=1870824
IDBENCH=71848
IDSOLVER=683
FILE ID=node49/1870824-1245221013
PBS_JOBID= 9368422
Free space on /tmp= 66028 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870824-1245221013/watcher-1870824-1245221013 -o /tmp/evaluation-result-1870824-1245221013/solver-1870824-1245221013 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870824-1245221013.opb

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

MD5SUM BENCH= e08af5097f76b1d4e2b0ba1d8a42ed5a
RANDOM SEED=47613080

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1789384 kB
Buffers:         61860 kB
Cached:         134772 kB
SwapCached:       4580 kB
Active:          85468 kB
Inactive:       119300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789384 kB
SwapTotal:     4192956 kB
SwapFree:      4181384 kB
Dirty:           10244 kB
Writeback:           0 kB
Mapped:          13852 kB
Slab:            47600 kB
Committed_AS:   186944 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66020 MiB
End job on node49 at 2009-06-17 09:13:36