Trace number 1869078

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)? 1797.3 1797.77

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii16b1.opb
MD5SUMd42136d6ba87217ffb9b46d4998ea4fa
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1511
Best CPU time to get the best result obtained on this benchmark1798.12
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1382
Optimality of the best value was proved NO
Number of variables3456
Total number of constraints26520
Number of constraints which are clauses26520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint16
Number of terms in the objective function 3456
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 3456
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3456
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.29/0.38	c SCIP version 1.1.0.7
0.29/0.38	c LP-Solver SoPlex 1.4.1
0.29/0.38	c user parameter file <scip.set> not found - using default parameters
0.29/0.38	c read problem <HOME/instance-1869078-1245157097.opb>
0.29/0.38	c original problem has 3456 variables (3456 bin, 0 int, 0 impl, 0 cont) and 26520 constraints
0.39/0.47	c start presolving problem
0.39/0.47	c presolving:
0.79/0.86	c (round 1) 0 del vars, 8 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25040 upgd conss, 165568 impls, 0 clqs
0.89/0.93	c (round 2) 0 del vars, 8 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 26512 upgd conss, 165568 impls, 0 clqs
1.19/1.22	c    (0.7s) probing: 101/3456 (2.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.19/1.22	c    (0.7s) probing aborted: 100/100 successive totally useless probings
1.19/1.22	c presolving (3 rounds):
1.19/1.22	c  0 deleted vars, 8 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.19/1.22	c  165568 implications, 0 cliques
1.19/1.22	c presolved problem has 3456 variables (3456 bin, 0 int, 0 impl, 0 cont) and 26512 constraints
1.19/1.22	c   26512 constraints of type <logicor>
1.19/1.22	c transformed objective value is always integral (scale: 1)
1.19/1.22	c Presolving Time: 0.67
1.19/1.23	c strange?!, PURESAT with obj
1.19/1.23	c -----------------------------------------------------------------------------------------------
1.19/1.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.19/1.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.19/1.23	c limits/memory = c 1620
1.19/1.23	c # maximal time in seconds to run
1.19/1.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.19/1.23	c limits/time = c 1791
1.19/1.23	c # frequency for displaying node information lines
1.19/1.23	c # [type: int, range: [-1,2147483647], default: 100]
1.19/1.23	c display/freq = c 10000
1.19/1.23	c -----------------------------------------------------------------------------------------------
1.19/1.23	c start solving problem
1.19/1.23	c 
12.49/12.54	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.49/12.54	c  12.0s|     1 |     0 |  5445 |  41M|   0 |2352 |3456 |  26k|  26k|3456 |  26k|   0 |   0 |   0 | 5.320000e+02 |      --      |    Inf 
41.48/41.59	c  40.8s|     1 |     0 | 15776 |  41M|   0 |2347 |3456 |  26k|  26k|3456 |  26k|  10 |   0 |   0 | 5.393125e+02 |      --      |    Inf 
45.38/45.42	c  44.6s|     1 |     0 | 16294 |  42M|   0 |2343 |3456 |  26k|  26k|3456 |  26k|  20 |   0 |   0 | 5.452500e+02 |      --      |    Inf 
48.98/49.05	c  48.2s|     1 |     0 | 16888 |  42M|   0 |2342 |3456 |  26k|  26k|3456 |  26k|  34 |   0 |   0 | 5.499583e+02 |      --      |    Inf 
53.28/53.35	c  52.5s|     1 |     0 | 17644 |  42M|   0 |2340 |3456 |  26k|  26k|3456 |  26k|  47 |   0 |   0 | 5.546042e+02 |      --      |    Inf 
57.77/57.86	c  57.0s|     1 |     0 | 18410 |  43M|   0 |2338 |3456 |  26k|  26k|3456 |  26k|  60 |   0 |   0 | 5.579201e+02 |      --      |    Inf 
62.07/62.17	c  61.3s|     1 |     0 | 19152 |  43M|   0 |2346 |3456 |  26k|  26k|3456 |  26k|  74 |   0 |   0 | 5.603706e+02 |      --      |    Inf 
66.68/66.73	c  65.8s|     1 |     0 | 20062 |  43M|   0 |2343 |3456 |  26k|  26k|3456 |  26k|  90 |   0 |   0 | 5.635155e+02 |      --      |    Inf 
71.97/72.02	c  71.1s|     1 |     0 | 20966 |  44M|   0 |2343 |3456 |  26k|  26k|3456 |  26k| 106 |   0 |   0 | 5.661257e+02 |      --      |    Inf 
77.07/77.10	c  76.2s|     1 |     0 | 21886 |  44M|   0 |2347 |3456 |  26k|  26k|3456 |  26k| 120 |   0 |   0 | 5.688026e+02 |      --      |    Inf 
82.57/82.66	c  81.7s|     1 |     0 | 22969 |  45M|   0 |2345 |3456 |  26k|  26k|3456 |  26k| 133 |   0 |   0 | 5.711269e+02 |      --      |    Inf 
87.27/87.37	c  86.4s|     1 |     0 | 24133 |  45M|   0 |2340 |3456 |  26k|  26k|3456 |  26k| 146 |   0 |   0 | 5.735197e+02 |      --      |    Inf 
92.17/92.24	c  91.3s|     1 |     0 | 25157 |  45M|   0 |2340 |3456 |  26k|  26k|3456 |  26k| 156 |   0 |   0 | 5.754162e+02 |      --      |    Inf 
97.97/98.07	c  97.1s|     1 |     0 | 26474 |  46M|   0 |2345 |3456 |  26k|  26k|3456 |  26k| 170 |   0 |   0 | 5.766770e+02 |      --      |    Inf 
103.27/103.40	c   102s|     1 |     0 | 27524 |  46M|   0 |2343 |3456 |  26k|  26k|3456 |  26k| 186 |   0 |   0 | 5.781423e+02 |      --      |    Inf 
109.36/109.46	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
109.36/109.46	c   108s|     1 |     0 | 28667 |  47M|   0 |2345 |3456 |  26k|  26k|3456 |  26k| 201 |   0 |   0 | 5.789514e+02 |      --      |    Inf 
117.66/117.73	c   117s|     1 |     0 | 29553 |  47M|   0 |2342 |3456 |  26k|  26k|3456 |  26k| 212 |   0 |   0 | 5.794681e+02 |      --      |    Inf 
123.56/123.67	c   123s|     1 |     0 | 30504 |  47M|   0 |2342 |3456 |  26k|  26k|3456 |  26k| 225 |   0 |   0 | 5.802128e+02 |      --      |    Inf 
128.56/128.62	c   128s|     1 |     0 | 31319 |  47M|   0 |2336 |3456 |  26k|  26k|3456 |  26k| 234 |   0 |   0 | 5.809497e+02 |      --      |    Inf 
132.75/132.85	c   132s|     1 |     0 | 31973 |  48M|   0 |2337 |3456 |  26k|  26k|3456 |  26k| 243 |   0 |   0 | 5.814360e+02 |      --      |    Inf 
141.36/141.45	c   140s|     1 |     0 | 32608 |  48M|   0 |2340 |3456 |  26k|  26k|3456 |  26k| 252 |   0 |   0 | 5.818860e+02 |      --      |    Inf 
145.25/145.38	c   144s|     1 |     0 | 33175 |  48M|   0 |2339 |3456 |  26k|  26k|3456 |  26k| 261 |   0 |   0 | 5.822518e+02 |      --      |    Inf 
151.35/151.49	c   150s|     1 |     0 | 33595 |  48M|   0 |2339 |3456 |  26k|  26k|3456 |  26k| 266 |   0 |   0 | 5.825011e+02 |      --      |    Inf 
158.05/158.17	c   157s|     1 |     0 | 33826 |  48M|   0 |2340 |3456 |  26k|  26k|3456 |  26k| 270 |   0 |   0 | 5.826016e+02 |      --      |    Inf 
165.04/165.15	c   164s|     1 |     0 | 33998 |  48M|   0 |2341 |3456 |  26k|  26k|3456 |  26k| 273 |   0 |   0 | 5.826562e+02 |      --      |    Inf 
171.64/171.78	c   170s|     1 |     0 | 34089 |  48M|   0 |2341 |3456 |  26k|  26k|3456 |  26k| 275 |   0 |   0 | 5.826748e+02 |      --      |    Inf 
178.04/178.17	c   177s|     1 |     0 | 34134 |  48M|   0 |2341 |3456 |  26k|  26k|3456 |  26k| 277 |   0 |   0 | 5.826789e+02 |      --      |    Inf 
184.64/184.77	c   183s|     1 |     0 | 34193 |  48M|   0 |2341 |3456 |  26k|  26k|3456 |  26k| 279 |   0 |   0 | 5.826850e+02 |      --      |    Inf 
191.03/191.11	c   190s|     1 |     0 | 34194 |  48M|   0 |2341 |3456 |  26k|  26k|3456 |  26k| 280 |   0 |   0 | 5.826850e+02 |      --      |    Inf 
298.81/298.97	c   297s|     1 |     2 | 34194 |  48M|   0 |2341 |3456 |  26k|  26k|3456 |  26k| 280 |   0 |  44 | 5.826850e+02 |      --      |    Inf 
1797.12/1797.60	c 
1797.12/1797.60	c SCIP Status        : solving was interrupted [time limit reached]
1797.12/1797.60	c Solving Time (sec) : 1791.66
1797.12/1797.60	c Solving Nodes      : 535
1797.12/1797.60	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.12/1797.60	c Dual Bound         : +5.83940502127736e+02
1797.12/1797.60	c Gap                : infinite
1797.12/1797.60	c NODE         535
1797.12/1797.60	c DUAL BOUND   583.941
1797.12/1797.60	c PRIMAL BOUND 1e+20
1797.12/1797.60	c GAP          1e+20
1797.12/1797.60	s UNKNOWN
1797.12/1797.60	c SCIP Status        : solving was interrupted [time limit reached]
1797.12/1797.60	c Solving Time       :    1791.66
1797.12/1797.60	c Original Problem   :
1797.12/1797.60	c   Problem name     : HOME/instance-1869078-1245157097.opb
1797.12/1797.60	c   Variables        : 3456 (3456 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.12/1797.60	c   Constraints      : 26520 initial, 26520 maximal
1797.12/1797.60	c Presolved Problem  :
1797.12/1797.60	c   Problem name     : t_HOME/instance-1869078-1245157097.opb
1797.12/1797.60	c   Variables        : 3456 (3456 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.12/1797.60	c   Constraints      : 26512 initial, 27156 maximal
1797.12/1797.60	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.12/1797.60	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.12/1797.60	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1797.12/1797.60	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.12/1797.60	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.12/1797.60	c   implics          :       0.00          0          0          0          0          0          0          0          0
1797.12/1797.60	c   probing          :       0.24          0          0          0          0          0          0          0          0
1797.12/1797.60	c   linear           :       0.27          0          0          0          0          0          8          0          0
1797.12/1797.60	c   logicor          :       0.13          0          0          0          0          0          0          0          0
1797.12/1797.60	c   root node        :          -          0          -          -          0          -          -          -          -
1797.12/1797.60	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.12/1797.60	c   integral         :          0          0          0        413          0          2        127          0          0        758
1797.12/1797.60	c   logicor          :      26512+        29       5971          0          0        219      66124          0          0          0
1797.12/1797.60	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1797.12/1797.60	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.12/1797.60	c   integral         :     771.50       0.00       0.00     771.50       0.00
1797.12/1797.60	c   logicor          :       1.35       0.14       1.21       0.00       0.00
1797.12/1797.60	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.12/1797.60	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.12/1797.60	c   rootredcost      :       0.00          0          0          0
1797.12/1797.60	c   pseudoobj        :       1.65       6912          0          0
1797.12/1797.60	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.12/1797.60	c   propagation      :       0.03        219        219       1972       36.4         38       13.7          -
1797.12/1797.60	c   infeasible LP    :       0.09         26         26        179       28.7          0        0.0          0
1797.12/1797.60	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.12/1797.60	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.12/1797.60	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.12/1797.60	c   applied globally :          -          -          -       1075       26.1          -          -          -
1797.12/1797.60	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.12/1797.60	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.12/1797.60	c   cut pool         :       0.05         28          -          -        713          -    (maximal pool size: 2207)
1797.12/1797.60	c   redcost          :       0.18        430          0          0          0          0
1797.12/1797.60	c   impliedbounds    :       0.24         29          0          0          0          0
1797.12/1797.60	c   intobj           :       0.00          0          0          0          0          0
1797.12/1797.60	c   gomory           :      63.82         29          0          0      11500          0
1797.12/1797.60	c   strongcg         :      13.31         20          0          0      10000          0
1797.12/1797.60	c   cmir             :       5.06         10          0          0          0          0
1797.12/1797.60	c   flowcover        :       3.86         10          0          0          0          0
1797.12/1797.60	c   clique           :       0.06          1          0          0          0          0
1797.12/1797.60	c   zerohalf         :       0.00          0          0          0          0          0
1797.12/1797.60	c   mcf              :       0.08          1          0          0          0          0
1797.12/1797.60	c Pricers            :       Time      Calls       Vars
1797.12/1797.60	c   problem variables:       0.00          0          0
1797.12/1797.60	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.12/1797.60	c   relpscost        :     771.49        413          2        127          0          0        758
1797.12/1797.60	c   pscost           :       0.00          0          0          0          0          0          0
1797.12/1797.60	c   inference        :       0.00          0          0          0          0          0          0
1797.12/1797.60	c   mostinf          :       0.00          0          0          0          0          0          0
1797.12/1797.60	c   leastinf         :       0.00          0          0          0          0          0          0
1797.12/1797.60	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.12/1797.60	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.12/1797.60	c   random           :       0.00          0          0          0          0          0          0
1797.12/1797.60	c Primal Heuristics  :       Time      Calls      Found
1797.12/1797.60	c   LP solutions     :       0.00          -          0
1797.12/1797.60	c   pseudo solutions :       0.00          -          0
1797.12/1797.60	c   oneopt           :       0.00          0          0
1797.12/1797.60	c   crossover        :       0.00          0          0
1797.12/1797.60	c   intshifting      :       0.00          0          0
1797.12/1797.60	c   guideddiving     :       0.00          0          0
1797.12/1797.60	c   pscostdiving     :      96.92          2          0
1797.12/1797.60	c   fracdiving       :      34.70          2          0
1797.12/1797.60	c   veclendiving     :      51.94          2          0
1797.12/1797.60	c   linesearchdiving :      10.34          2          0
1797.12/1797.60	c   rootsoldiving    :      59.42          1          0
1797.12/1797.60	c   coefdiving       :      80.85          3          0
1797.12/1797.60	c   feaspump         :      38.89          2          0
1797.12/1797.60	c   objpscostdiving  :      23.11          2          0
1797.12/1797.60	c   simplerounding   :       0.00          0          0
1797.12/1797.60	c   rounding         :       1.39        246          0
1797.12/1797.60	c   shifting         :       8.58         67          0
1797.12/1797.60	c   fixandinfer      :       0.00          0          0
1797.12/1797.60	c   intdiving        :       0.00          0          0
1797.12/1797.60	c   actconsdiving    :       0.00          0          0
1797.12/1797.60	c   octane           :       0.00          0          0
1797.12/1797.60	c   rens             :       0.01          0          0
1797.12/1797.60	c   rins             :       0.00          0          0
1797.12/1797.60	c   localbranching   :       0.00          0          0
1797.12/1797.60	c   mutation         :       0.00          0          0
1797.12/1797.60	c   dins             :       0.00          0          0
1797.12/1797.60	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.12/1797.60	c   primal LP        :       0.12          0          0       0.00       0.00
1797.12/1797.60	c   dual LP          :     518.22        441     145316     329.51     280.41
1797.12/1797.60	c   barrier LP       :       0.00          0          0       0.00          -
1797.12/1797.60	c   diving/probing LP:     380.00       1756     111936      63.74     294.57
1797.12/1797.60	c   strong branching :     771.01        716     206400     288.27     267.70
1797.12/1797.60	c     (at root node) :          -         44      25870     587.95          -
1797.12/1797.60	c   conflict analysis:       0.00          0          0       0.00          -
1797.12/1797.60	c B&B Tree           :
1797.12/1797.60	c   number of runs   :          1
1797.12/1797.60	c   nodes            :        535
1797.12/1797.60	c   nodes (total)    :        535
1797.12/1797.60	c   nodes left       :        181
1797.12/1797.60	c   max depth        :         52
1797.12/1797.60	c   max depth (total):         52
1797.12/1797.60	c   backtracks       :         70 (13.1%)
1797.12/1797.60	c   delayed cutoffs  :         43
1797.12/1797.60	c   repropagations   :        643 (11128 domain reductions, 34 cutoffs)
1797.12/1797.60	c   avg switch length:       4.50
1797.12/1797.60	c   switching time   :       0.63
1797.12/1797.60	c Solution           :
1797.12/1797.60	c   Solutions found  :          0 (0 improvements)
1797.12/1797.60	c   Primal Bound     :          -
1797.12/1797.60	c   Dual Bound       : +5.83940502127736e+02
1797.12/1797.60	c   Gap              :   infinite
1797.12/1797.60	c   Root Dual Bound  : +5.82684989306613e+02
1797.22/1797.76	c Time complete: 1797.28.

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-1869078-1245157097/watcher-1869078-1245157097 -o /tmp/evaluation-result-1869078-1245157097/solver-1869078-1245157097 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869078-1245157097.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.99 0.97 0.98 3/64 4276
/proc/meminfo: memFree=1847256/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=4328 CPUtime=0
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 484 0 0 0 0 0 0 0 18 0 1 0 183309727 4431872 468 1992294400 4194304 7823515 548682068736 18446744073709551615 6124816 0 0 4096 0 0 0 0 17 1 0 0
/proc/4276/statm: 1162 479 312 886 0 272 0

[startup+0.068737 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 4276
/proc/meminfo: memFree=1847256/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=12392 CPUtime=0.05
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 2424 0 0 0 5 0 0 0 18 0 1 0 183309727 12689408 2406 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/4276/statm: 3098 2406 354 886 0 2208 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12392

[startup+0.10174 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 4276
/proc/meminfo: memFree=1847256/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=13504 CPUtime=0.09
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 2722 0 0 0 8 1 0 0 18 0 1 0 183309727 13828096 2704 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/4276/statm: 3376 2704 354 886 0 2486 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13504

[startup+0.301761 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 4276
/proc/meminfo: memFree=1847256/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=19156 CPUtime=0.29
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 4108 0 0 0 28 1 0 0 19 0 1 0 183309727 19615744 4090 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 0 0 0 0 17 1 0 0
/proc/4276/statm: 4789 4090 354 886 0 3899 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19156

[startup+0.701804 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 4276
/proc/meminfo: memFree=1847256/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=56196 CPUtime=0.69
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 14176 0 0 0 61 8 0 0 22 0 1 0 183309727 57544704 13050 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 14049 13050 421 886 0 13159 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56196

[startup+1.50289 s]
/proc/loadavg: 1.07 0.99 0.99 2/65 4277
/proc/meminfo: memFree=1785744/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=91832 CPUtime=1.49
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 22999 0 0 0 133 16 0 0 25 0 1 0 183309727 94035968 21434 1992294400 4194304 7823515 548682068736 18446744073709551615 6911743 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 22958 21434 504 886 0 22068 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91832

[startup+3.10106 s]
/proc/loadavg: 1.07 0.99 0.99 2/65 4277
/proc/meminfo: memFree=1757648/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=102228 CPUtime=3.09
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 25535 0 0 0 291 18 0 0 25 0 1 0 183309727 104681472 23447 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 25557 23447 510 886 0 24667 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102228

[startup+6.30141 s]
/proc/loadavg: 1.07 0.99 0.99 2/65 4277
/proc/meminfo: memFree=1750800/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=103636 CPUtime=6.29
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 26720 0 0 0 610 19 0 0 25 0 1 0 183309727 106123264 24506 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 25909 24506 510 886 0 25019 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103636

[startup+12.7011 s]
/proc/loadavg: 1.06 0.99 0.99 2/65 4277
/proc/meminfo: memFree=1747416/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=107908 CPUtime=12.69
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 27665 0 0 0 1249 20 0 0 25 0 1 0 183309727 110497792 25418 1992294400 4194304 7823515 548682068736 18446744073709551615 5398310 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 26977 25418 520 886 0 26087 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107908

[startup+25.5015 s]
/proc/loadavg: 1.05 0.99 0.99 2/65 4277
/proc/meminfo: memFree=1747104/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=107908 CPUtime=25.48
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 27700 0 0 0 2526 22 0 0 25 0 1 0 183309727 110497792 25441 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 26977 25441 521 886 0 26087 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 107908

[startup+51.1013 s]
/proc/loadavg: 1.03 0.99 0.99 2/65 4277
/proc/meminfo: memFree=1742944/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=115576 CPUtime=51.08
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 31815 0 0 0 5061 47 0 0 25 0 1 0 183309727 118349824 27269 1992294400 4194304 7823515 548682068736 18446744073709551615 6211274 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 28894 27269 547 886 0 28004 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 115576

[startup+102.306 s]
/proc/loadavg: 1.01 0.99 0.99 2/65 4277
/proc/meminfo: memFree=1730400/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=124232 CPUtime=102.27
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 36070 0 0 0 10166 61 0 0 25 0 1 0 183309727 127213568 29641 1992294400 4194304 7823515 548682068736 18446744073709551615 6211323 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 31058 29641 548 886 0 30168 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 124232

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.99 3/65 4277
/proc/meminfo: memFree=1724064/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=130456 CPUtime=162.25
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 45555 0 0 0 16140 85 0 0 25 0 1 0 183309727 133586944 31206 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 32614 31206 548 886 0 31724 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 130456

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 4283
/proc/meminfo: memFree=1724320/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=131112 CPUtime=222.23
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 66963 0 0 0 22111 112 0 0 25 0 1 0 183309727 134258688 31108 1992294400 4194304 7823515 548682068736 18446744073709551615 6211047 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 32778 31108 552 886 0 31888 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 131112

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 4283
/proc/meminfo: memFree=1720352/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=128596 CPUtime=282.21
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 104423 0 0 0 28084 137 0 0 25 0 1 0 183309727 131682304 30752 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 32149 30752 552 886 0 31259 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 128596

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 4283
/proc/meminfo: memFree=1725088/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=130052 CPUtime=342.2
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 136527 0 0 0 34060 160 0 0 25 0 1 0 183309727 133173248 30914 1992294400 4194304 7823515 548682068736 18446744073709551615 6211030 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 32513 30914 553 886 0 31623 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 130052

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 4283
/proc/meminfo: memFree=1726560/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=129832 CPUtime=402.18
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 156583 0 0 0 40040 178 0 0 25 0 1 0 183309727 132947968 30527 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 32458 30527 553 886 0 31568 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 129832

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 4283
/proc/meminfo: memFree=1722272/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=131408 CPUtime=462.17
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 163180 0 0 0 46026 191 0 0 25 0 1 0 183309727 134561792 31600 1992294400 4194304 7823515 548682068736 18446744073709551615 6210987 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 32852 31600 553 886 0 31962 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 131408

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 4283
/proc/meminfo: memFree=1725024/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=129732 CPUtime=522.14
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 243814 0 0 0 51979 235 0 0 25 0 1 0 183309727 132845568 30902 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 32433 30902 553 886 0 31543 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 129732

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 4283
/proc/meminfo: memFree=1722208/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=129724 CPUtime=582.14
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 270560 0 0 0 57958 256 0 0 25 0 1 0 183309727 132837376 30494 1992294400 4194304 7823515 548682068736 18446744073709551615 6109378 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 32431 30494 553 886 0 31541 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 129724

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 4283
/proc/meminfo: memFree=1721888/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=130536 CPUtime=642.12
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 286171 0 0 0 63940 272 0 0 25 0 1 0 183309727 133668864 31682 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 32634 31682 553 886 0 31744 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 130536

[startup+702.302 s]

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

/proc/meminfo: memFree=1723040/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=130044 CPUtime=1062.01
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 358456 0 0 0 105832 369 0 0 25 0 1 0 183309727 133165056 31338 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 32511 31338 558 886 0 31621 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 130044

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 4283
/proc/meminfo: memFree=1725920/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=129972 CPUtime=1121.99
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 368142 0 0 0 111816 383 0 0 25 0 1 0 183309727 133091328 30608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 32493 30608 558 886 0 31603 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 129972

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 4283
/proc/meminfo: memFree=1722976/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=130408 CPUtime=1181.97
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 381995 0 0 0 117797 400 0 0 25 0 1 0 183309727 133537792 31338 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 32602 31338 558 886 0 31712 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 130408

[startup+1242.3 s]
/proc/loadavg: 1.06 1.00 0.99 2/65 4283
/proc/meminfo: memFree=1720928/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=131528 CPUtime=1241.96
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 382498 0 0 0 123787 409 0 0 25 0 1 0 183309727 134684672 31841 1992294400 4194304 7823515 548682068736 18446744073709551615 6211327 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 32882 31841 560 886 0 31992 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 131528

[startup+1302.3 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 4283
/proc/meminfo: memFree=1720736/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=131680 CPUtime=1301.95
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 382547 0 0 0 129774 421 0 0 25 0 1 0 183309727 134840320 31890 1992294400 4194304 7823515 548682068736 18446744073709551615 4266239 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 32920 31890 560 886 0 32030 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 131680

[startup+1362.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 4283
/proc/meminfo: memFree=1723360/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=131676 CPUtime=1361.93
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 385447 0 0 0 135762 431 0 0 25 0 1 0 183309727 134836224 31236 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 32919 31236 560 886 0 32029 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 131676

[startup+1422.31 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 4283
/proc/meminfo: memFree=1717536/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=138804 CPUtime=1421.91
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 387665 0 0 0 141752 439 0 0 25 0 1 0 183309727 142135296 32680 1992294400 4194304 7823515 548682068736 18446744073709551615 6131010 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 34701 32680 560 886 0 33811 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 138804

[startup+1482.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 4283
/proc/meminfo: memFree=1719840/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=134072 CPUtime=1481.9
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 389173 0 0 0 147741 449 0 0 25 0 1 0 183309727 137289728 32096 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 33518 32096 560 886 0 32628 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 134072

[startup+1542.3 s]
/proc/loadavg: 1.11 1.06 1.01 2/65 4283
/proc/meminfo: memFree=1718368/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=134072 CPUtime=1541.88
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 389604 0 0 0 153731 457 0 0 25 0 1 0 183309727 137289728 32469 1992294400 4194304 7823515 548682068736 18446744073709551615 6237379 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 33518 32469 560 886 0 32628 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 134072

[startup+1602.3 s]
/proc/loadavg: 1.13 1.07 1.01 2/65 4283
/proc/meminfo: memFree=1722656/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=133064 CPUtime=1601.87
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 414439 0 0 0 159712 475 0 0 25 0 1 0 183309727 136257536 31406 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 33266 31406 560 886 0 32376 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 133064

[startup+1662.3 s]
/proc/loadavg: 1.16 1.09 1.02 2/65 4283
/proc/meminfo: memFree=1719072/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=133400 CPUtime=1661.85
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 418023 0 0 0 165699 486 0 0 25 0 1 0 183309727 136601600 32288 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 33350 32288 560 886 0 32460 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 133400

[startup+1722.3 s]
/proc/loadavg: 1.06 1.07 1.01 2/65 4283
/proc/meminfo: memFree=1718112/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=133360 CPUtime=1721.84
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 420402 0 0 0 171688 496 0 0 25 0 1 0 183309727 136560640 31643 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 33340 31643 560 886 0 32450 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 133360

[startup+1782.3 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 4283
/proc/meminfo: memFree=1722336/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=133724 CPUtime=1781.82
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 423551 0 0 0 177676 506 0 0 25 0 1 0 183309727 136933376 31609 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 33431 31609 560 886 0 32541 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 133724

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

[startup+1785.5 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 4283
/proc/meminfo: memFree=1721632/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=133724 CPUtime=1785.03
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 423584 0 0 0 177996 507 0 0 25 0 1 0 183309727 136933376 31642 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 33431 31642 560 886 0 32541 0
Current children cumulated CPU time (s) 1785.03
Current children cumulated vsize (KiB) 133724

[startup+1791.91 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 4283
/proc/meminfo: memFree=1719136/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=133724 CPUtime=1791.43
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 424421 0 0 0 178634 509 0 0 25 0 1 0 183309727 136933376 32265 1992294400 4194304 7823515 548682068736 18446744073709551615 6109358 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 33431 32265 560 886 0 32541 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (KiB) 133724

[startup+1795.1 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 4283
/proc/meminfo: memFree=1719072/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=133724 CPUtime=1794.62
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 424422 0 0 0 178953 509 0 0 25 0 1 0 183309727 136933376 32266 1992294400 4194304 7823515 548682068736 18446744073709551615 6212147 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 33431 32266 560 886 0 32541 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 133724

[startup+1796.7 s]
/proc/loadavg: 1.01 1.05 1.00 2/65 4283
/proc/meminfo: memFree=1719072/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=133724 CPUtime=1796.22
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 424422 0 0 0 179112 510 0 0 25 0 1 0 183309727 136933376 32266 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 33431 32266 560 886 0 32541 0
Current children cumulated CPU time (s) 1796.22
Current children cumulated vsize (KiB) 133724

[startup+1797.5 s]
/proc/loadavg: 1.01 1.05 1.00 2/65 4283
/proc/meminfo: memFree=1719072/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=133724 CPUtime=1797.02
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 424423 0 0 0 179192 510 0 0 25 0 1 0 183309727 136933376 32267 1992294400 4194304 7823515 548682068736 18446744073709551615 6211318 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4276/statm: 33431 32267 560 886 0 32541 0
Current children cumulated CPU time (s) 1797.02
Current children cumulated vsize (KiB) 133724

[startup+1797.7 s]
/proc/loadavg: 1.01 1.05 1.00 2/65 4283
/proc/meminfo: memFree=1719072/2055920 swapFree=4182492/4192956
[pid=4276] ppid=4274 vsize=133724 CPUtime=1797.22
/proc/4276/stat : 4276 (pbscip.linux.x8) R 4274 4276 4038 0 -1 4194304 424427 0 0 0 179212 510 0 0 25 0 1 0 183309727 136933376 32271 1992294400 4194304 7823515 548682068736 18446744073709551615 4802813 0 0 4096 0 0 0 0 17 1 0 0
/proc/4276/statm: 33431 32271 564 886 0 32541 0
Current children cumulated CPU time (s) 1797.22
Current children cumulated vsize (KiB) 133724

Child status: 0
Real time (s): 1797.77
CPU time (s): 1797.3
CPU user time (s): 1792.17
CPU system time (s): 5.12722
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 139468

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

runsolver used 1.3278 second user time and 3.9154 second system time

The end

Launcher Data

Begin job on node21 at 2009-06-16 14:58:17
IDJOB=1869078
IDBENCH=2161
IDSOLVER=683
FILE ID=node21/1869078-1245157097
PBS_JOBID= 9363787
Free space on /tmp= 66088 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-PB05/manquinho/primes-dimacs-cnf/normalized-ii16b1.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-1869078-1245157097/watcher-1869078-1245157097 -o /tmp/evaluation-result-1869078-1245157097/solver-1869078-1245157097 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869078-1245157097.opb

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

MD5SUM BENCH= d42136d6ba87217ffb9b46d4998ea4fa
RANDOM SEED=1462185977

node21.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.239
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.239
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:       1847672 kB
Buffers:         36788 kB
Cached:          95976 kB
SwapCached:       4256 kB
Active:          37688 kB
Inactive:       102452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847672 kB
SwapTotal:     4192956 kB
SwapFree:      4182492 kB
Dirty:           10580 kB
Writeback:           0 kB
Mapped:          13420 kB
Slab:            54208 kB
Committed_AS:   171680 kB
PageTables:       1380 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= 66080 MiB
End job on node21 at 2009-06-16 15:28:15