Trace number 1869578

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.22 1800.77

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_10.opb
MD5SUMdd415565c40b70127defa3137ccd18d3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark1053.61
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 55
Optimality of the best value was proved YES
Number of variables895
Total number of constraints1660
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1659
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 45
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 108
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 144
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 741
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.06/0.08	c SCIP version 1.1.0.7
0.06/0.08	c LP-Solver SoPlex 1.4.1
0.06/0.08	c user parameter file <scip.set> not found - using default parameters
0.06/0.08	c read problem <HOME/instance-1869578-1245179451.opb>
0.06/0.08	c original problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 1660 constraints
0.09/0.11	c start presolving problem
0.09/0.11	c presolving:
0.09/0.13	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 0 chg sides, 104 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.15	c (round 2) 1 del vars, 750 del conss, 1 chg bounds, 0 chg sides, 104 chg coeffs, 85 upgd conss, 0 impls, 0 clqs
0.09/0.17	c (round 3) 1 del vars, 750 del conss, 1 chg bounds, 7 chg sides, 120 chg coeffs, 161 upgd conss, 90 impls, 2 clqs
0.09/0.18	c (round 4) 1 del vars, 750 del conss, 1 chg bounds, 21 chg sides, 134 chg coeffs, 161 upgd conss, 90 impls, 2 clqs
0.39/0.46	c    (0.4s) probing: 172/894 (19.2%) - 0 fixings, 0 aggregations, 13 implications, 0 bound changes
0.39/0.46	c    (0.4s) probing aborted: 100/100 successive totally useless probings
0.39/0.46	c presolving (5 rounds):
0.39/0.46	c  1 deleted vars, 750 deleted constraints, 1 tightened bounds, 0 added holes, 21 changed sides, 134 changed coefficients
0.39/0.46	c  116 implications, 2 cliques
0.39/0.46	c presolved problem has 894 variables (894 bin, 0 int, 0 impl, 0 cont) and 914 constraints
0.39/0.46	c     161 constraints of type <knapsack>
0.39/0.46	c       4 constraints of type <setppc>
0.39/0.46	c     749 constraints of type <linear>
0.39/0.46	c transformed objective value is always integral (scale: 1)
0.39/0.46	c Presolving Time: 0.35
0.39/0.46	c OPT-LIN
0.39/0.46	c -----------------------------------------------------------------------------------------------
0.39/0.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/memory = c 1620
0.39/0.46	c # maximal time in seconds to run
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/time = c 1791
0.39/0.46	c # frequency for displaying node information lines
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.46	c display/freq = c 10000
0.39/0.46	c -----------------------------------------------------------------------------------------------
0.39/0.46	c start solving problem
0.39/0.46	c 
0.39/0.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.49	c   0.4s|     1 |     0 |   156 |6741k|   0 | 149 | 894 | 914 | 914 | 894 | 914 |   0 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
0.79/0.85	c   0.7s|     1 |     0 |  1010 |7323k|   0 | 403 | 894 | 914 | 914 | 894 | 990 |  76 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
1.29/1.32	c   1.2s|     1 |     0 |  1904 |7899k|   0 | 559 | 894 | 914 | 914 | 894 |1086 | 172 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
1.99/2.09	c   2.0s|     1 |     0 |  3065 |8464k|   0 | 468 | 894 | 914 | 914 | 894 |1173 | 259 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
2.79/2.88	c   2.7s|     1 |     0 |  4135 |9001k|   0 | 449 | 894 | 914 | 914 | 894 |1254 | 340 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
3.59/3.65	c   3.5s|     1 |     0 |  4884 |9427k|   0 | 518 | 894 | 914 | 914 | 894 |1336 | 422 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
4.69/4.79	c   4.6s|     1 |     0 |  6135 |9765k|   0 | 496 | 894 | 914 | 914 | 894 |1411 | 497 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
11.59/11.67	c  11.5s|     1 |     2 |  6135 |9765k|   0 | 496 | 894 | 914 | 914 | 894 |1411 | 497 |   0 |  20 | 4.500000e+01 |      --      |    Inf 
350.88/351.04	c   347s| 10000 |  3100 |944700 |  21M|  71 |   - | 894 |4552 |1211 | 894 |1022 | 497 |  13k|7597 | 4.500000e+01 |      --      |    Inf 
573.12/573.37	c   567s| 20000 |  4282 |  1676k|  26M|  71 | 242 | 894 |3486 | 850 | 894 |1022 | 497 |  28k|  10k| 4.500000e+01 |      --      |    Inf 
750.66/750.93	c   742s| 30000 |  5599 |  2260k|  34M|  71 |   - | 894 |6235 |2491 |   0 |   0 | 497 |  45k|  14k| 4.500000e+01 |      --      |    Inf 
949.50/949.85	c   939s| 40000 |  7132 |  2824k|  42M|  73 |   - | 894 |4072 | 616 |   0 |   0 | 497 |  65k|  22k| 4.500000e+01 |      --      |    Inf 
1124.95/1125.37	c  1112s| 50000 |  8532 |  3406k|  49M|  73 |   - | 894 |3904 | 917 | 894 |1022 | 497 |  88k|  24k| 4.500000e+01 |      --      |    Inf 
1298.40/1298.87	c  1283s| 60000 |  8826 |  3939k|  52M|  76 |   - | 894 |5979 | 605 | 894 |1022 | 497 | 110k|  29k| 4.500000e+01 |      --      |    Inf 
1488.14/1488.65	c  1471s| 70000 |  9117 |  4474k|  56M|  86 | 147 | 894 |7223 | 701 | 894 |1022 | 497 | 129k|  36k| 4.500000e+01 |      --      |    Inf 
1678.09/1678.67	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1678.09/1678.67	c  1659s| 80000 |  9437 |  5005k|  58M|  86 |   - | 894 |7776 | 638 | 894 |1022 | 497 | 146k|  44k| 4.500000e+01 |      --      |    Inf 
1800.05/1800.61	c 
1800.05/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.61	c Solving Time (sec) : 1779.27
1800.05/1800.61	c Solving Nodes      : 86701
1800.05/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.61	c Dual Bound         : +4.50000000000000e+01
1800.05/1800.61	c Gap                : infinite
1800.05/1800.61	c NODE         86701
1800.05/1800.61	c DUAL BOUND   45
1800.05/1800.61	c PRIMAL BOUND 1e+20
1800.05/1800.61	c GAP          1e+20
1800.05/1800.61	s UNKNOWN
1800.05/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.61	c Solving Time       :    1779.27
1800.05/1800.61	c Original Problem   :
1800.05/1800.61	c   Problem name     : HOME/instance-1869578-1245179451.opb
1800.05/1800.61	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.61	c   Constraints      : 1660 initial, 1660 maximal
1800.05/1800.61	c Presolved Problem  :
1800.05/1800.61	c   Problem name     : t_HOME/instance-1869578-1245179451.opb
1800.05/1800.61	c   Variables        : 894 (894 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.61	c   Constraints      : 914 initial, 8088 maximal
1800.05/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   probing          :       0.27          0          0          0          0          0          0          0          0
1800.05/1800.61	c   knapsack         :       0.02          0          0          0          0          0          0         21         30
1800.05/1800.61	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   linear           :       0.06          1          0          0          1          0        750          0        104
1800.05/1800.61	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.61	c   integral         :          0          0          0      63686          0        385      44301          0          0     107762
1800.05/1800.61	c   knapsack         :        161          6     416408          0          0       2969     374221        299          0          0
1800.05/1800.61	c   setppc           :          4          6      21904          0          0          0        270          0          0          0
1800.05/1800.61	c   linear           :        749          6     413439          0          0      20485    3806544          0          0          0
1800.05/1800.61	c   logicor          :          0+         0     219227          0          0       1751     246796          0          0          0
1800.05/1800.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.61	c   integral         :     470.90       0.00       0.00     470.90       0.00
1800.05/1800.61	c   knapsack         :      14.38       0.03      14.35       0.00       0.00
1800.05/1800.61	c   setppc           :       0.02       0.00       0.02       0.00       0.00
1800.05/1800.61	c   linear           :     247.21       0.00     247.21       0.00       0.00
1800.05/1800.61	c   logicor          :      25.60       0.00      25.60       0.00       0.00
1800.05/1800.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.61	c   rootredcost      :       0.35          0          0          0
1800.05/1800.61	c   pseudoobj        :       0.62     416058          0          0
1800.05/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.62	c   propagation      :       5.77      25205      25190     306803       41.5       1104       26.5          -
1800.05/1800.62	c   infeasible LP    :      10.00      19335      19334     115052       30.1       2232       23.4          0
1800.05/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.62	c   applied globally :          -          -          -     157634       30.2          -          -          -
1800.05/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.62	c   cut pool         :       0.00          5          -          -       1419          -    (maximal pool size: 3874)
1800.05/1800.62	c   redcost          :       1.70      63400          0        211          0          0
1800.05/1800.62	c   impliedbounds    :       0.00          6          0          0          4          0
1800.05/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.62	c   gomory           :       0.32          6          0          0         38          0
1800.05/1800.62	c   strongcg         :       0.27          6          0          0         53          0
1800.05/1800.62	c   cmir             :       1.17          6          0          0       2613          0
1800.05/1800.62	c   flowcover        :       0.59          6          0          0       1201          0
1800.05/1800.62	c   clique           :       0.00          6          0          0          0          0
1800.05/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.62	c   mcf              :       0.00          2          0          0          8          0
1800.05/1800.62	c Pricers            :       Time      Calls       Vars
1800.05/1800.62	c   problem variables:       0.00          0          0
1800.05/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.62	c   relpscost        :     470.71      63686        385      44301          0          0     107762
1800.05/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.62	c   inference        :       0.00          0          0          0          0          0          0
1800.05/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.62	c   LP solutions     :       0.00          -          0
1800.05/1800.62	c   pseudo solutions :       0.00          -          0
1800.05/1800.62	c   oneopt           :       0.08          0          0
1800.05/1800.62	c   crossover        :       0.03          0          0
1800.05/1800.62	c   guideddiving     :       0.00          0          0
1800.05/1800.62	c   intshifting      :       0.00          0          0
1800.05/1800.62	c   objpscostdiving  :      14.52        112          0
1800.05/1800.62	c   feaspump         :      19.19        112          0
1800.05/1800.62	c   coefdiving       :       9.09        224          0
1800.05/1800.62	c   pscostdiving     :      26.42        224          0
1800.05/1800.62	c   fracdiving       :      11.00        224          0
1800.05/1800.62	c   veclendiving     :      18.11        224          0
1800.05/1800.62	c   linesearchdiving :      13.22        224          0
1800.05/1800.62	c   simplerounding   :       0.14          0          0
1800.05/1800.62	c   rounding         :       1.26       3523          0
1800.05/1800.62	c   shifting         :       6.99       1015          0
1800.05/1800.62	c   fixandinfer      :       0.00          0          0
1800.05/1800.62	c   intdiving        :       0.00          0          0
1800.05/1800.62	c   actconsdiving    :       0.00          0          0
1800.05/1800.62	c   rootsoldiving    :       8.10        113          0
1800.05/1800.62	c   octane           :       0.00          0          0
1800.05/1800.62	c   rens             :       0.00          0          0
1800.05/1800.62	c   rins             :       0.00          0          0
1800.05/1800.62	c   localbranching   :       0.00          0          0
1800.05/1800.62	c   mutation         :       0.00          0          0
1800.05/1800.62	c   dins             :       0.00          0          0
1800.05/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.62	c   dual LP          :     757.84      79751    4924342      61.75    6497.86
1800.05/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.62	c   diving/probing LP:      92.46      16635     433893      26.08    4692.76
1800.05/1800.62	c   strong branching :     461.50      48638    1804943      37.11    3911.04
1800.05/1800.62	c     (at root node) :          -         20      16488     824.40          -
1800.05/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.62	c B&B Tree           :
1800.05/1800.62	c   number of runs   :          1
1800.05/1800.62	c   nodes            :      86701
1800.05/1800.62	c   nodes (total)    :      86701
1800.05/1800.62	c   nodes left       :       9615
1800.05/1800.62	c   max depth        :         86
1800.05/1800.62	c   max depth (total):         86
1800.05/1800.62	c   backtracks       :      17747 (20.5%)
1800.05/1800.62	c   delayed cutoffs  :      11447
1800.05/1800.62	c   repropagations   :     121947 (1497872 domain reductions, 7860 cutoffs)
1800.05/1800.62	c   avg switch length:       6.71
1800.05/1800.62	c   switching time   :      75.56
1800.05/1800.62	c Solution           :
1800.05/1800.62	c   Solutions found  :          0 (0 improvements)
1800.05/1800.62	c   Primal Bound     :          -
1800.05/1800.62	c   Dual Bound       : +4.50000000000000e+01
1800.05/1800.62	c   Gap              :   infinite
1800.05/1800.62	c   Root Dual Bound  : +4.50000000000000e+01
1800.15/1800.76	c Time complete: 1800.21.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1869578-1245179451/watcher-1869578-1245179451 -o /tmp/evaluation-result-1869578-1245179451/solver-1869578-1245179451 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869578-1245179451.opb 

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


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 7025
/proc/meminfo: memFree=1842424/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=4648 CPUtime=0
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 499 0 0 0 0 0 0 0 18 0 1 0 185544405 4759552 484 1992294400 4194304 7823515 548682068736 18446744073709551615 5976930 0 0 4096 0 0 0 0 17 1 0 0
/proc/7025/statm: 1082 485 320 886 0 192 0

[startup+0.0744089 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 7025
/proc/meminfo: memFree=1842424/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=10652 CPUtime=0.06
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 1976 0 0 0 6 0 0 0 18 0 1 0 185544405 10907648 1958 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/7025/statm: 2663 1958 354 886 0 1773 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10652

[startup+0.101412 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 7025
/proc/meminfo: memFree=1842424/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=17824 CPUtime=0.09
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 4089 0 0 0 8 1 0 0 18 0 1 0 185544405 18251776 3717 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 4456 3717 375 886 0 3566 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17824

[startup+0.301443 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 7025
/proc/meminfo: memFree=1842424/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=26780 CPUtime=0.29
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 6094 0 0 0 26 3 0 0 19 0 1 0 185544405 27422720 5722 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 6695 5722 452 886 0 5805 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26780

[startup+0.701504 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 7025
/proc/meminfo: memFree=1842424/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=30292 CPUtime=0.69
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 7088 0 0 0 66 3 0 0 22 0 1 0 185544405 31019008 6663 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 7573 6663 548 886 0 6683 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30292

[startup+1.50162 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 7026
/proc/meminfo: memFree=1815216/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=35264 CPUtime=1.49
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 8431 0 0 0 144 5 0 0 25 0 1 0 185544405 36110336 7918 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 8816 7918 568 886 0 7926 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35264

[startup+3.10187 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 7026
/proc/meminfo: memFree=1809392/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=40436 CPUtime=3.09
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 9721 0 0 0 303 6 0 0 25 0 1 0 185544405 41406464 9208 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 10109 9208 568 886 0 9219 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40436

[startup+6.30136 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 7026
/proc/meminfo: memFree=1805368/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=42696 CPUtime=6.29
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 11648 0 0 0 619 10 0 0 25 0 1 0 185544405 43720704 9868 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 10674 9868 572 886 0 9784 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42696

[startup+12.7013 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 7026
/proc/meminfo: memFree=1804664/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=42764 CPUtime=12.69
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 12914 0 0 0 1255 14 0 0 25 0 1 0 185544405 43790336 9929 1992294400 4194304 7823515 548682068736 18446744073709551615 6237458 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 10691 9929 572 886 0 9801 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42764

[startup+25.5013 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 7026
/proc/meminfo: memFree=1804728/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=42764 CPUtime=25.48
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 12919 0 0 0 2521 27 0 0 25 0 1 0 185544405 43790336 9934 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 10691 9934 572 886 0 9801 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42764

[startup+51.1012 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 7026
/proc/meminfo: memFree=1804856/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=42764 CPUtime=51.07
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 12929 0 0 0 5048 59 0 0 25 0 1 0 185544405 43790336 9944 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 10691 9944 579 886 0 9801 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42764

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 7026
/proc/meminfo: memFree=1803704/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=43868 CPUtime=102.26
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 13197 0 0 0 10114 112 0 0 25 0 1 0 185544405 44920832 10212 1992294400 4194304 7823515 548682068736 18446744073709551615 6257173 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 10967 10212 579 886 0 10077 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 43868

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7026
/proc/meminfo: memFree=1799992/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=47600 CPUtime=162.24
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 14137 0 0 0 16050 174 0 0 25 0 1 0 185544405 48742400 11134 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 11900 11134 579 886 0 11010 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 47600

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7026
/proc/meminfo: memFree=1796472/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=51024 CPUtime=222.22
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 14999 0 0 0 21979 243 0 0 25 0 1 0 185544405 52248576 11992 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 12756 11992 579 886 0 11866 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 51024

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7026
/proc/meminfo: memFree=1792504/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=55232 CPUtime=282.2
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 15992 0 0 0 27908 312 0 0 25 0 1 0 185544405 56557568 12971 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 13808 12971 579 886 0 12918 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 55232

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7026
/proc/meminfo: memFree=1790328/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=57076 CPUtime=342.19
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 16521 0 0 0 33837 382 0 0 25 0 1 0 185544405 58445824 13500 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 14269 13500 579 886 0 13379 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 57076

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7026
/proc/meminfo: memFree=1787256/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=60044 CPUtime=402.17
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 17901 0 0 0 39764 453 0 0 25 0 1 0 185544405 61485056 14261 1992294400 4194304 7823515 548682068736 18446744073709551615 5399145 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 15011 14261 579 886 0 14121 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 60044

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7026
/proc/meminfo: memFree=1784120/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=63144 CPUtime=462.15
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 18695 0 0 0 45693 522 0 0 25 0 1 0 185544405 64659456 15027 1992294400 4194304 7823515 548682068736 18446744073709551615 6234813 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 15786 15027 579 886 0 14896 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 63144

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7026
/proc/meminfo: memFree=1781624/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=65928 CPUtime=522.13
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 19348 0 0 0 51620 593 0 0 25 0 1 0 185544405 67510272 15680 1992294400 4194304 7823515 548682068736 18446744073709551615 6212437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 16482 15680 579 886 0 15592 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 65928

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7026
/proc/meminfo: memFree=1779320/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=68368 CPUtime=582.12
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 19940 0 0 0 57549 663 0 0 25 0 1 0 185544405 70008832 16261 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 17092 16261 579 886 0 16202 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 68368

[startup+642.301 s]
/proc/loadavg: 1.04 0.99 0.99 2/65 7026
/proc/meminfo: memFree=1776120/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=71180 CPUtime=642.1
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 20741 0 0 0 63473 737 0 0 25 0 1 0 185544405 72888320 17042 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 17795 17042 579 886 0 16905 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 71180

[startup+702.302 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7026
/proc/meminfo: memFree=1762232/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=85028 CPUtime=882.02
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 24319 0 0 0 87195 1007 0 0 25 0 1 0 185544405 87068672 20501 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 21257 20501 579 886 0 20367 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 85028

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7026
/proc/meminfo: memFree=1758328/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=88864 CPUtime=942
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 25313 0 0 0 93126 1074 0 0 25 0 1 0 185544405 90996736 21443 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 22216 21443 579 886 0 21326 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 88864

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7026
/proc/meminfo: memFree=1754488/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=92708 CPUtime=1001.98
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 26339 0 0 0 99054 1144 0 0 25 0 1 0 185544405 94932992 22408 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 23177 22408 579 886 0 22287 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 92708

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7026
/proc/meminfo: memFree=1752056/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=94956 CPUtime=1061.97
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 26938 0 0 0 104982 1215 0 0 25 0 1 0 185544405 97234944 23007 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 23739 23007 579 886 0 22849 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 94956

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7026
/proc/meminfo: memFree=1747384/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=99676 CPUtime=1121.95
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 28198 0 0 0 110907 1288 0 0 25 0 1 0 185544405 102068224 24176 1992294400 4194304 7823515 548682068736 18446744073709551615 5061702 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 24919 24176 579 886 0 24029 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 99676

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7026
/proc/meminfo: memFree=1744952/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=102240 CPUtime=1181.93
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 28802 0 0 0 116835 1358 0 0 25 0 1 0 185544405 104693760 24779 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 25560 24779 579 886 0 24670 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 102240

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7026
/proc/meminfo: memFree=1742392/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=104732 CPUtime=1241.91
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 29417 0 0 0 122760 1431 0 0 25 0 1 0 185544405 107245568 25394 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 26183 25394 579 886 0 25293 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 104732

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7026
/proc/meminfo: memFree=1740920/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=105972 CPUtime=1301.9
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 29788 0 0 0 128692 1498 0 0 25 0 1 0 185544405 108515328 25758 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 26493 25758 579 886 0 25603 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 105972

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7026
/proc/meminfo: memFree=1739704/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=107332 CPUtime=1361.87
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 30078 0 0 0 134619 1568 0 0 25 0 1 0 185544405 109907968 26048 1992294400 4194304 7823515 548682068736 18446744073709551615 6237358 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 26833 26048 579 886 0 25943 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 107332

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7026
/proc/meminfo: memFree=1738552/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=108204 CPUtime=1421.86
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 30350 0 0 0 140547 1639 0 0 25 0 1 0 185544405 110800896 26318 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 27051 26318 579 886 0 26161 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 108204

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7026
/proc/meminfo: memFree=1737464/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=109368 CPUtime=1481.84
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 30615 0 0 0 146475 1709 0 0 25 0 1 0 185544405 111992832 26583 1992294400 4194304 7823515 548682068736 18446744073709551615 6211600 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 27342 26583 579 886 0 26452 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 109368

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.99 3/65 7026
/proc/meminfo: memFree=1736824/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=110028 CPUtime=1541.82
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 30782 0 0 0 152405 1777 0 0 25 0 1 0 185544405 112668672 26750 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 27507 26750 579 886 0 26617 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 110028

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 7026
/proc/meminfo: memFree=1736120/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=110804 CPUtime=1601.81
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 30963 0 0 0 158339 1842 0 0 25 0 1 0 185544405 113463296 26931 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 27701 26931 579 886 0 26811 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 110804

[startup+1662.3 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 7026
/proc/meminfo: memFree=1735032/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=111656 CPUtime=1661.79
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 31225 0 0 0 164268 1911 0 0 25 0 1 0 185544405 114335744 27191 1992294400 4194304 7823515 548682068736 18446744073709551615 5063458 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 27914 27191 579 886 0 27024 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 111656

[startup+1722.3 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 7026
/proc/meminfo: memFree=1733944/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=112772 CPUtime=1721.77
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 31492 0 0 0 170198 1979 0 0 25 0 1 0 185544405 115478528 27458 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 28193 27458 579 886 0 27303 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 112772

[startup+1782.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 7026
/proc/meminfo: memFree=1732472/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=114208 CPUtime=1781.75
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 31896 0 0 0 176127 2048 0 0 25 0 1 0 185544405 116948992 27816 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 28552 27816 579 886 0 27662 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 114208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7026
/proc/meminfo: memFree=1732408/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=114368 CPUtime=1800.05
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 31902 0 0 0 177933 2072 0 0 25 0 1 0 185544405 117112832 27822 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7025/statm: 28592 27822 579 886 0 27702 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 114368

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 7026
/proc/meminfo: memFree=1732408/2055920 swapFree=4191900/4192956
[pid=7025] ppid=7023 vsize=114368 CPUtime=1800.15
/proc/7025/stat : 7025 (pbscip.linux.x8) R 7023 7025 6988 0 -1 4194304 31905 0 0 0 177943 2072 0 0 25 0 1 0 185544405 117112832 27825 1992294400 4194304 7823515 548682068736 18446744073709551615 6899811 0 0 4096 0 0 0 0 17 1 0 0
/proc/7025/statm: 28592 27825 582 886 0 27702 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 114368

Child status: 0
Real time (s): 1800.77
CPU time (s): 1800.22
CPU user time (s): 1779.48
CPU system time (s): 20.7448
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (KiB): 114368

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

runsolver used 1.58976 second user time and 3.42048 second system time

The end

Launcher Data

Begin job on node34 at 2009-06-16 21:10:51
IDJOB=1869578
IDBENCH=2944
IDSOLVER=683
FILE ID=node34/1869578-1245179451
PBS_JOBID= 9368277
Free space on /tmp= 66252 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_10.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-1869578-1245179451/watcher-1869578-1245179451 -o /tmp/evaluation-result-1869578-1245179451/solver-1869578-1245179451 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869578-1245179451.opb

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

MD5SUM BENCH= dd415565c40b70127defa3137ccd18d3
RANDOM SEED=1327491550

node34.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.263
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.263
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:       1842840 kB
Buffers:         40824 kB
Cached:          98860 kB
SwapCached:        260 kB
Active:          52388 kB
Inactive:       100492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1842840 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           10272 kB
Writeback:           0 kB
Mapped:          21672 kB
Slab:            46136 kB
Committed_AS:   174580 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66244 MiB
End job on node34 at 2009-06-16 21:40:54