Trace number 1868958

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)? 1795.25 1795.77

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii16b2.opb
MD5SUM740656b9cfade4fc633078af7551bdb8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1031
Best CPU time to get the best result obtained on this benchmark17.8593
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1031
Optimality of the best value was proved YES
Number of variables2152
Total number of constraints17197
Number of constraints which are clauses17197
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 2152
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 2152
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 2152
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.19/0.25	c SCIP version 1.1.0.7
0.19/0.25	c LP-Solver SoPlex 1.4.1
0.19/0.25	c user parameter file <scip.set> not found - using default parameters
0.19/0.25	c read problem <HOME/instance-1868958-1245152090.opb>
0.19/0.25	c original problem has 2152 variables (2152 bin, 0 int, 0 impl, 0 cont) and 17197 constraints
0.29/0.31	c start presolving problem
0.29/0.31	c presolving:
0.48/0.52	c (round 1) 0 del vars, 4 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16245 upgd conss, 67456 impls, 0 clqs
0.48/0.57	c (round 2) 0 del vars, 4 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 17193 upgd conss, 67456 impls, 0 clqs
1.39/1.40	c    (1.1s) probing: 357/2152 (16.6%) - 0 fixings, 0 aggregations, 28220 implications, 0 bound changes
1.39/1.40	c    (1.1s) probing aborted: 100/100 successive totally useless probings
1.39/1.40	c presolving (3 rounds):
1.39/1.40	c  0 deleted vars, 4 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.39/1.40	c  124008 implications, 0 cliques
1.39/1.40	c presolved problem has 2152 variables (2152 bin, 0 int, 0 impl, 0 cont) and 17193 constraints
1.39/1.40	c   17193 constraints of type <logicor>
1.39/1.40	c transformed objective value is always integral (scale: 1)
1.39/1.40	c Presolving Time: 1.04
1.39/1.40	c strange?!, PURESAT with obj
1.39/1.40	c -----------------------------------------------------------------------------------------------
1.39/1.40	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.39/1.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.40	c limits/memory = c 1620
1.39/1.40	c # maximal time in seconds to run
1.39/1.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.40	c limits/time = c 1791
1.39/1.40	c # frequency for displaying node information lines
1.39/1.40	c # [type: int, range: [-1,2147483647], default: 100]
1.39/1.40	c display/freq = c 10000
1.39/1.40	c -----------------------------------------------------------------------------------------------
1.39/1.40	c start solving problem
1.39/1.40	c 
7.99/8.03	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.99/8.03	c   7.7s|     1 |     0 |  3838 |  27M|   0 |1678 |2152 |  17k|  17k|2152 |  17k|   0 |   0 |   0 | 4.242500e+02 |      --      |    Inf 
27.29/27.33	c  26.8s|     1 |     0 | 11171 |  27M|   0 |1676 |2152 |  17k|  17k|2152 |  17k|   5 |   0 |   0 | 4.274375e+02 |      --      |    Inf 
28.68/28.76	c  28.2s|     1 |     0 | 11435 |  27M|   0 |1673 |2152 |  17k|  17k|2152 |  17k|  10 |   0 |   0 | 4.307500e+02 |      --      |    Inf 
30.98/31.05	c  30.5s|     1 |     0 | 11915 |  27M|   0 |1671 |2152 |  17k|  17k|2152 |  17k|  14 |   0 |   0 | 4.343750e+02 |      --      |    Inf 
32.78/32.84	c  32.3s|     1 |     0 | 12343 |  27M|   0 |1671 |2152 |  17k|  17k|2152 |  17k|  19 |   0 |   0 | 4.370312e+02 |      --      |    Inf 
34.58/34.68	c  34.1s|     1 |     0 | 12764 |  27M|   0 |1670 |2152 |  17k|  17k|2152 |  17k|  25 |   0 |   0 | 4.391771e+02 |      --      |    Inf 
36.97/37.07	c  36.5s|     1 |     0 | 13390 |  27M|   0 |1671 |2152 |  17k|  17k|2152 |  17k|  31 |   0 |   0 | 4.411667e+02 |      --      |    Inf 
39.17/39.25	c  38.6s|     1 |     0 | 13968 |  28M|   0 |1671 |2152 |  17k|  17k|2152 |  17k|  39 |   0 |   0 | 4.437479e+02 |      --      |    Inf 
41.67/41.77	c  41.1s|     1 |     0 | 14598 |  28M|   0 |1672 |2152 |  17k|  17k|2152 |  17k|  45 |   0 |   0 | 4.458625e+02 |      --      |    Inf 
44.67/44.78	c  44.1s|     1 |     0 | 15321 |  28M|   0 |1673 |2152 |  17k|  17k|2152 |  17k|  52 |   0 |   0 | 4.478097e+02 |      --      |    Inf 
47.47/47.54	c  46.9s|     1 |     0 | 16057 |  29M|   0 |1672 |2152 |  17k|  17k|2152 |  17k|  61 |   0 |   0 | 4.494208e+02 |      --      |    Inf 
49.37/49.45	c  48.8s|     1 |     0 | 16678 |  29M|   0 |1671 |2152 |  17k|  17k|2152 |  17k|  68 |   0 |   0 | 4.512016e+02 |      --      |    Inf 
51.97/52.00	c  51.3s|     1 |     0 | 17426 |  29M|   0 |1670 |2152 |  17k|  17k|2152 |  17k|  79 |   0 |   0 | 4.529938e+02 |      --      |    Inf 
54.97/55.04	c  54.4s|     1 |     0 | 18344 |  30M|   0 |1670 |2152 |  17k|  17k|2152 |  17k|  90 |   0 |   0 | 4.537357e+02 |      --      |    Inf 
58.57/58.64	c  57.9s|     1 |     0 | 19474 |  30M|   0 |1669 |2152 |  17k|  17k|2152 |  17k|  99 |   0 |   0 | 4.551283e+02 |      --      |    Inf 
61.47/61.56	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.47/61.56	c  60.8s|     1 |     0 | 20143 |  31M|   0 |1670 |2152 |  17k|  17k|2152 |  17k| 105 |   0 |   0 | 4.558043e+02 |      --      |    Inf 
65.66/65.78	c  65.0s|     1 |     0 | 21415 |  31M|   0 |1666 |2152 |  17k|  17k|2152 |  17k| 112 |   0 |   0 | 4.561427e+02 |      --      |    Inf 
67.96/68.09	c  67.3s|     1 |     0 | 22054 |  32M|   0 |1670 |2152 |  17k|  17k|2152 |  17k| 118 |   0 |   0 | 4.563245e+02 |      --      |    Inf 
70.67/70.78	c  70.0s|     1 |     0 | 22659 |  32M|   0 |1670 |2152 |  17k|  17k|2152 |  17k| 127 |   0 |   0 | 4.567044e+02 |      --      |    Inf 
74.46/74.54	c  73.7s|     1 |     0 | 23746 |  33M|   0 |1673 |2152 |  17k|  17k|2152 |  17k| 134 |   0 |   0 | 4.571576e+02 |      --      |    Inf 
77.76/77.84	c  77.0s|     1 |     0 | 24615 |  33M|   0 |1672 |2152 |  17k|  17k|2152 |  17k| 142 |   0 |   0 | 4.575355e+02 |      --      |    Inf 
79.65/79.71	c  78.9s|     1 |     0 | 25044 |  33M|   0 |1669 |2152 |  17k|  17k|2152 |  17k| 147 |   0 |   0 | 4.576078e+02 |      --      |    Inf 
81.96/82.05	c  81.2s|     1 |     0 | 25483 |  33M|   0 |1669 |2152 |  17k|  17k|2152 |  17k| 152 |   0 |   0 | 4.576990e+02 |      --      |    Inf 
86.06/86.17	c  85.3s|     1 |     0 | 25844 |  33M|   0 |1675 |2152 |  17k|  17k|2152 |  17k| 155 |   0 |   0 | 4.577549e+02 |      --      |    Inf 
89.56/89.66	c  88.8s|     1 |     0 | 26153 |  33M|   0 |1675 |2152 |  17k|  17k|2152 |  17k| 158 |   0 |   0 | 4.577763e+02 |      --      |    Inf 
93.36/93.45	c  92.6s|     1 |     0 | 26418 |  33M|   0 |1676 |2152 |  17k|  17k|2152 |  17k| 160 |   0 |   0 | 4.577884e+02 |      --      |    Inf 
97.06/97.15	c  96.2s|     1 |     0 | 26641 |  33M|   0 |1677 |2152 |  17k|  17k|2152 |  17k| 161 |   0 |   0 | 4.577884e+02 |      --      |    Inf 
100.65/100.78	c  99.9s|     1 |     0 | 26901 |  33M|   0 |1675 |2152 |  17k|  17k|2152 |  17k| 162 |   0 |   0 | 4.577884e+02 |      --      |    Inf 
104.16/104.23	c   103s|     1 |     0 | 27173 |  33M|   0 |1675 |2152 |  17k|  17k|2152 |  17k| 163 |   0 |   0 | 4.577884e+02 |      --      |    Inf 
187.43/187.52	c   186s|     1 |     2 | 27173 |  33M|   0 |1675 |2152 |  17k|  17k|2152 |  17k| 163 |   0 |  39 | 4.577884e+02 |      --      |    Inf 
1795.07/1795.66	c 
1795.07/1795.66	c SCIP Status        : solving was interrupted [time limit reached]
1795.07/1795.66	c Solving Time (sec) : 1791.05
1795.07/1795.66	c Solving Nodes      : 537
1795.07/1795.66	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1795.07/1795.66	c Dual Bound         : +4.94723401761114e+02
1795.07/1795.66	c Gap                : infinite
1795.07/1795.66	c NODE         537
1795.07/1795.66	c DUAL BOUND   494.723
1795.07/1795.66	c PRIMAL BOUND 1e+20
1795.07/1795.66	c GAP          1e+20
1795.07/1795.66	s UNKNOWN
1795.07/1795.66	c SCIP Status        : solving was interrupted [time limit reached]
1795.07/1795.66	c Solving Time       :    1791.05
1795.07/1795.66	c Original Problem   :
1795.07/1795.66	c   Problem name     : HOME/instance-1868958-1245152090.opb
1795.07/1795.66	c   Variables        : 2152 (2152 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.07/1795.66	c   Constraints      : 17197 initial, 17197 maximal
1795.07/1795.66	c Presolved Problem  :
1795.07/1795.66	c   Problem name     : t_HOME/instance-1868958-1245152090.opb
1795.07/1795.66	c   Variables        : 2152 (2152 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.07/1795.66	c   Constraints      : 17193 initial, 17689 maximal
1795.07/1795.66	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.07/1795.66	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.07/1795.66	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.07/1795.66	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.07/1795.66	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.07/1795.66	c   implics          :       0.01          0          0          0          0          0          0          0          0
1795.07/1795.66	c   probing          :       0.78          0          0          0          0          0          0          0          0
1795.07/1795.66	c   linear           :       0.16          0          0          0          0          0          4          0          0
1795.07/1795.66	c   logicor          :       0.08          0          0          0          0          0          0          0          0
1795.07/1795.66	c   root node        :          -          0          -          -          0          -          -          -          -
1795.07/1795.66	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.07/1795.66	c   integral         :          0          0          0        444          0          1         99          0          0        836
1795.07/1795.66	c   logicor          :      17193+        28       6933          0          0        242      63588          0          0          0
1795.07/1795.66	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1795.07/1795.66	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.07/1795.66	c   integral         :     669.81       0.00       0.00     669.81       0.00
1795.07/1795.66	c   logicor          :       1.79       0.12       1.67       0.00       0.00
1795.07/1795.66	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.07/1795.66	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.07/1795.66	c   rootredcost      :       0.01          0          0          0
1795.07/1795.66	c   pseudoobj        :       0.85       6956          0          0
1795.07/1795.66	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.07/1795.66	c   propagation      :       0.04        242        242        853       15.0         50       13.0          -
1795.07/1795.66	c   infeasible LP    :       0.07         35         35         92       14.9          0        0.0          0
1795.07/1795.66	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.07/1795.66	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.07/1795.66	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.07/1795.66	c   applied globally :          -          -          -        796       13.7          -          -          -
1795.07/1795.66	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.07/1795.66	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.07/1795.66	c   cut pool         :       0.03         27          -          -        399          -    (maximal pool size: 1840)
1795.07/1795.66	c   redcost          :       0.12        464          0          0          0          0
1795.07/1795.66	c   impliedbounds    :       0.14         28          0          0          0          0
1795.07/1795.66	c   intobj           :       0.00          0          0          0          0          0
1795.07/1795.66	c   gomory           :      23.66         28          0          0      11500          0
1795.07/1795.66	c   strongcg         :       5.46         20          0          0      10000          0
1795.07/1795.66	c   cmir             :       2.32         10          0          0          0          0
1795.07/1795.66	c   flowcover        :       1.66         10          0          0          0          0
1795.07/1795.66	c   clique           :       0.06          1          0          0          0          0
1795.07/1795.66	c   zerohalf         :       0.00          0          0          0          0          0
1795.07/1795.66	c   mcf              :       0.17          1          0          0          0          0
1795.07/1795.66	c Pricers            :       Time      Calls       Vars
1795.07/1795.66	c   problem variables:       0.00          0          0
1795.07/1795.66	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.07/1795.66	c   relpscost        :     669.81        444          1         99          0          0        836
1795.07/1795.66	c   pscost           :       0.00          0          0          0          0          0          0
1795.07/1795.66	c   inference        :       0.00          0          0          0          0          0          0
1795.07/1795.66	c   mostinf          :       0.00          0          0          0          0          0          0
1795.07/1795.66	c   leastinf         :       0.00          0          0          0          0          0          0
1795.07/1795.66	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.07/1795.66	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.07/1795.66	c   random           :       0.00          0          0          0          0          0          0
1795.07/1795.66	c Primal Heuristics  :       Time      Calls      Found
1795.07/1795.66	c   LP solutions     :       0.00          -          0
1795.07/1795.66	c   pseudo solutions :       0.00          -          0
1795.07/1795.66	c   oneopt           :       0.00          0          0
1795.07/1795.66	c   crossover        :       0.00          0          0
1795.07/1795.66	c   guideddiving     :       0.00          0          0
1795.07/1795.66	c   intshifting      :       0.00          0          0
1795.07/1795.66	c   feaspump         :      17.63          1          0
1795.07/1795.66	c   linesearchdiving :      58.42         11          0
1795.07/1795.66	c   simplerounding   :       0.00          0          0
1795.07/1795.66	c   rounding         :       1.43        258          0
1795.07/1795.66	c   shifting         :       4.26         71          0
1795.07/1795.66	c   fixandinfer      :       0.00          0          0
1795.07/1795.66	c   coefdiving       :      75.00          9          0
1795.07/1795.66	c   pscostdiving     :      83.19          7          0
1795.07/1795.66	c   fracdiving       :      73.96          8          0
1795.07/1795.66	c   veclendiving     :      78.50          7          0
1795.07/1795.66	c   intdiving        :       0.00          0          0
1795.07/1795.66	c   actconsdiving    :       0.00          0          0
1795.07/1795.66	c   objpscostdiving  :      37.19          1          0
1795.07/1795.66	c   rootsoldiving    :      35.50          2          0
1795.07/1795.66	c   octane           :       0.00          0          0
1795.07/1795.66	c   rens             :       0.01          0          0
1795.07/1795.66	c   rins             :       0.00          0          0
1795.07/1795.66	c   localbranching   :       0.00          0          0
1795.07/1795.66	c   mutation         :       0.00          0          0
1795.07/1795.66	c   dins             :       0.00          0          0
1795.07/1795.66	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.07/1795.66	c   primal LP        :       0.08          0          0       0.00       0.00
1795.07/1795.67	c   dual LP          :     614.96        472     243410     515.70     395.81
1795.07/1795.67	c   barrier LP       :       0.00          0          0       0.00          -
1795.07/1795.67	c   diving/probing LP:     447.71       1917     180767      94.30     403.76
1795.07/1795.67	c   strong branching :     669.48        642     254774     396.84     380.56
1795.07/1795.67	c     (at root node) :          -         39      28861     740.03          -
1795.07/1795.67	c   conflict analysis:       0.00          0          0       0.00          -
1795.07/1795.67	c B&B Tree           :
1795.07/1795.67	c   number of runs   :          1
1795.07/1795.67	c   nodes            :        537
1795.07/1795.67	c   nodes (total)    :        537
1795.07/1795.67	c   nodes left       :        273
1795.07/1795.67	c   max depth        :         20
1795.07/1795.67	c   max depth (total):         20
1795.07/1795.67	c   backtracks       :        151 (28.1%)
1795.07/1795.67	c   delayed cutoffs  :         27
1795.07/1795.67	c   repropagations   :        328 (9143 domain reductions, 23 cutoffs)
1795.07/1795.67	c   avg switch length:       6.33
1795.07/1795.67	c   switching time   :       0.74
1795.07/1795.67	c Solution           :
1795.07/1795.67	c   Solutions found  :          0 (0 improvements)
1795.07/1795.67	c   Primal Bound     :          -
1795.07/1795.67	c   Dual Bound       : +4.94723401761114e+02
1795.07/1795.67	c   Gap              :   infinite
1795.07/1795.67	c   Root Dual Bound  : +4.57788423507620e+02
1795.17/1795.77	c Time complete: 1795.25.

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4200
/proc/meminfo: memFree=1544008/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=6100 CPUtime=0
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 553 0 0 0 0 0 0 0 20 0 1 0 182808632 6246400 536 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/4200/statm: 1525 546 326 886 0 635 0

[startup+0.086057 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4200
/proc/meminfo: memFree=1544008/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=13040 CPUtime=0.08
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 2587 0 0 0 7 1 0 0 20 0 1 0 182808632 13352960 2569 1992294400 4194304 7823515 548682068736 18446744073709551615 6897571 0 0 4096 0 0 0 0 17 1 0 0
/proc/4200/statm: 3260 2569 354 886 0 2370 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13040

[startup+0.101057 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4200
/proc/meminfo: memFree=1544008/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=14476 CPUtime=0.09
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 2947 0 0 0 8 1 0 0 20 0 1 0 182808632 14823424 2929 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/4200/statm: 3619 2929 354 886 0 2729 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14476

[startup+0.301078 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4200
/proc/meminfo: memFree=1544008/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=31544 CPUtime=0.29
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 7501 0 0 0 26 3 0 0 22 0 1 0 182808632 32301056 7129 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 7886 7129 375 886 0 6996 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31544

[startup+0.701118 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4200
/proc/meminfo: memFree=1544008/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=46872 CPUtime=0.69
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 11159 0 0 0 61 8 0 0 25 0 1 0 182808632 47996928 10787 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 11718 10787 439 886 0 10828 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46872

[startup+1.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4201
/proc/meminfo: memFree=1502528/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=65528 CPUtime=1.49
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 15889 0 0 0 139 10 0 0 25 0 1 0 182808632 67100672 15207 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 16382 15207 505 886 0 15492 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65528

[startup+3.10136 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4201
/proc/meminfo: memFree=1481920/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=72724 CPUtime=3.09
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 18007 0 0 0 298 11 0 0 25 0 1 0 182808632 74469376 16915 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 18181 16915 511 886 0 17291 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72724

[startup+6.30169 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4201
/proc/meminfo: memFree=1477440/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=74212 CPUtime=6.29
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 18213 0 0 0 616 13 0 0 25 0 1 0 182808632 75993088 17121 1992294400 4194304 7823515 548682068736 18446744073709551615 6211318 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 18553 17121 511 886 0 17663 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 74212

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4201
/proc/meminfo: memFree=1475080/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=75044 CPUtime=12.69
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 18827 0 0 0 1255 14 0 0 25 0 1 0 182808632 76845056 17676 1992294400 4194304 7823515 548682068736 18446744073709551615 6211728 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 18761 17676 522 886 0 17871 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 75044

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4201
/proc/meminfo: memFree=1475208/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=75044 CPUtime=25.48
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 18828 0 0 0 2532 16 0 0 25 0 1 0 182808632 76845056 17677 1992294400 4194304 7823515 548682068736 18446744073709551615 6255201 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 18761 17677 522 886 0 17871 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 75044

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4201
/proc/meminfo: memFree=1460744/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=90648 CPUtime=51.07
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 24904 0 0 0 5065 42 0 0 25 0 1 0 182808632 92823552 21322 1992294400 4194304 7823515 548682068736 18446744073709551615 6212637 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 22662 21322 548 886 0 21772 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 90648

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4201
/proc/meminfo: memFree=1448072/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=103912 CPUtime=102.25
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 35447 0 0 0 10160 65 0 0 25 0 1 0 182808632 106405888 24476 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 25978 24476 549 886 0 25088 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 103912

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4201
/proc/meminfo: memFree=1445768/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=103912 CPUtime=162.24
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36014 0 0 0 16147 77 0 0 25 0 1 0 182808632 106405888 25043 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 25978 25043 553 886 0 25088 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 103912

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4201
/proc/meminfo: memFree=1445704/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=103912 CPUtime=222.22
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36014 0 0 0 22132 90 0 0 25 0 1 0 182808632 106405888 25043 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 25978 25043 553 886 0 25088 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 103912

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4201
/proc/meminfo: memFree=1445704/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=103912 CPUtime=282.21
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36014 0 0 0 28119 102 0 0 25 0 1 0 182808632 106405888 25043 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 25978 25043 553 886 0 25088 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 103912

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4201
/proc/meminfo: memFree=1445640/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=103912 CPUtime=342.19
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36014 0 0 0 34106 113 0 0 25 0 1 0 182808632 106405888 25043 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 25978 25043 553 886 0 25088 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 103912

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4201
/proc/meminfo: memFree=1445576/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=103912 CPUtime=402.17
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36014 0 0 0 40094 123 0 0 25 0 1 0 182808632 106405888 25043 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 25978 25043 553 886 0 25088 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 103912

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4201
/proc/meminfo: memFree=1445512/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=103912 CPUtime=462.15
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36014 0 0 0 46082 133 0 0 25 0 1 0 182808632 106405888 25043 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 25978 25043 553 886 0 25088 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 103912

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4201
/proc/meminfo: memFree=1445576/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=103912 CPUtime=522.13
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36019 0 0 0 52069 144 0 0 25 0 1 0 182808632 106405888 25048 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 25978 25048 558 886 0 25088 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 103912

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4201
/proc/meminfo: memFree=1445512/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=103912 CPUtime=582.12
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36019 0 0 0 58056 156 0 0 25 0 1 0 182808632 106405888 25048 1992294400 4194304 7823515 548682068736 18446744073709551615 6908067 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 25978 25048 558 886 0 25088 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 103912

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4201
/proc/meminfo: memFree=1445512/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=103912 CPUtime=642.11
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36019 0 0 0 64042 169 0 0 25 0 1 0 182808632 106405888 25048 1992294400 4194304 7823515 548682068736 18446744073709551615 6213458 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 25978 25048 558 886 0 25088 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 103912

[startup+702.301 s]

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

/proc/meminfo: memFree=1445512/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=103912 CPUtime=1061.99
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36022 0 0 0 105954 245 0 0 25 0 1 0 182808632 106405888 25051 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 25978 25051 560 886 0 25088 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 103912

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4203
/proc/meminfo: memFree=1445512/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=105036 CPUtime=1121.97
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36024 0 0 0 111942 255 0 0 25 0 1 0 182808632 107556864 25053 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 26259 25053 560 886 0 25369 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 105036

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4203
/proc/meminfo: memFree=1445576/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=105036 CPUtime=1181.95
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36024 0 0 0 117928 267 0 0 25 0 1 0 182808632 107556864 25053 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 26259 25053 560 886 0 25369 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 105036

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4203
/proc/meminfo: memFree=1445448/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=105036 CPUtime=1241.94
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36024 0 0 0 123916 278 0 0 25 0 1 0 182808632 107556864 25053 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 26259 25053 560 886 0 25369 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 105036

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4203
/proc/meminfo: memFree=1445384/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=105036 CPUtime=1301.92
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36024 0 0 0 129903 289 0 0 25 0 1 0 182808632 107556864 25053 1992294400 4194304 7823515 548682068736 18446744073709551615 6263492 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 26259 25053 560 886 0 25369 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 105036

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4203
/proc/meminfo: memFree=1445384/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=105036 CPUtime=1361.9
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36024 0 0 0 135888 302 0 0 25 0 1 0 182808632 107556864 25053 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 26259 25053 560 886 0 25369 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 105036

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4203
/proc/meminfo: memFree=1445320/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=105036 CPUtime=1421.89
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36024 0 0 0 141876 313 0 0 25 0 1 0 182808632 107556864 25053 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 26259 25053 560 886 0 25369 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 105036

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4203
/proc/meminfo: memFree=1445256/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=105036 CPUtime=1481.87
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36025 0 0 0 147861 326 0 0 25 0 1 0 182808632 107556864 25054 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 26259 25054 560 886 0 25369 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 105036

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4203
/proc/meminfo: memFree=1445192/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=105036 CPUtime=1541.85
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36026 0 0 0 153848 337 0 0 25 0 1 0 182808632 107556864 25055 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 26259 25055 560 886 0 25369 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 105036

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4209
/proc/meminfo: memFree=1445120/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=105036 CPUtime=1601.82
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36026 0 0 0 159834 348 0 0 25 0 1 0 182808632 107556864 25055 1992294400 4194304 7823515 548682068736 18446744073709551615 6213050 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 26259 25055 560 886 0 25369 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 105036

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4209
/proc/meminfo: memFree=1445120/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=105036 CPUtime=1661.81
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36028 0 0 0 165822 359 0 0 25 0 1 0 182808632 107556864 25057 1992294400 4194304 7823515 548682068736 18446744073709551615 6237350 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 26259 25057 560 886 0 25369 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 105036

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4209
/proc/meminfo: memFree=1445120/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=105036 CPUtime=1721.79
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36028 0 0 0 171808 371 0 0 25 0 1 0 182808632 107556864 25057 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 26259 25057 560 886 0 25369 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 105036

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4209
/proc/meminfo: memFree=1445248/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=105036 CPUtime=1781.78
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36029 0 0 0 177794 384 0 0 25 0 1 0 182808632 107556864 25058 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 26259 25058 560 886 0 25369 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 105036

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4209
/proc/meminfo: memFree=1445248/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=105036 CPUtime=1784.98
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36029 0 0 0 178114 384 0 0 25 0 1 0 182808632 107556864 25058 1992294400 4194304 7823515 548682068736 18446744073709551615 6212176 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 26259 25058 560 886 0 25369 0
Current children cumulated CPU time (s) 1784.98
Current children cumulated vsize (KiB) 105036

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4209
/proc/meminfo: memFree=1445248/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=105036 CPUtime=1791.38
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36029 0 0 0 178753 385 0 0 25 0 1 0 182808632 107556864 25058 1992294400 4194304 7823515 548682068736 18446744073709551615 6263171 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 26259 25058 560 886 0 25369 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 105036

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4209
/proc/meminfo: memFree=1445248/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=105036 CPUtime=1792.98
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36029 0 0 0 178912 386 0 0 25 0 1 0 182808632 107556864 25058 1992294400 4194304 7823515 548682068736 18446744073709551615 6211578 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 26259 25058 560 886 0 25369 0
Current children cumulated CPU time (s) 1792.98
Current children cumulated vsize (KiB) 105036

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4209
/proc/meminfo: memFree=1445248/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=105036 CPUtime=1794.58
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36029 0 0 0 179072 386 0 0 25 0 1 0 182808632 107556864 25058 1992294400 4194304 7823515 548682068736 18446744073709551615 6211574 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 26259 25058 560 886 0 25369 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 105036

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4209
/proc/meminfo: memFree=1445248/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=105036 CPUtime=1794.97
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36029 0 0 0 179111 386 0 0 25 0 1 0 182808632 107556864 25058 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4200/statm: 26259 25058 560 886 0 25369 0
Current children cumulated CPU time (s) 1794.97
Current children cumulated vsize (KiB) 105036

[startup+1795.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4209
/proc/meminfo: memFree=1445248/2055920 swapFree=4192812/4192956
[pid=4200] ppid=4198 vsize=105036 CPUtime=1795.17
/proc/4200/stat : 4200 (pbscip.linux.x8) R 4198 4200 3877 0 -1 4194304 36033 0 0 0 179131 386 0 0 25 0 1 0 182808632 107556864 25062 1992294400 4194304 7823515 548682068736 18446744073709551615 4302230 0 0 4096 0 0 0 0 17 1 0 0
/proc/4200/statm: 26259 25062 564 886 0 25369 0
Current children cumulated CPU time (s) 1795.17
Current children cumulated vsize (KiB) 105036

Child status: 0
Real time (s): 1795.77
CPU time (s): 1795.25
CPU user time (s): 1791.37
CPU system time (s): 3.88141
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 108000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.37
system time used= 3.88141
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36036
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= 3
involuntary context switches= 2294

runsolver used 1.65975 second user time and 4.88126 second system time

The end

Launcher Data

Begin job on node27 at 2009-06-16 13:34:50
IDJOB=1868958
IDBENCH=2088
IDSOLVER=683
FILE ID=node27/1868958-1245152090
PBS_JOBID= 9363764
Free space on /tmp= 66288 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-ii16b2.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-1868958-1245152090/watcher-1868958-1245152090 -o /tmp/evaluation-result-1868958-1245152090/solver-1868958-1245152090 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868958-1245152090.opb

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

MD5SUM BENCH= 740656b9cfade4fc633078af7551bdb8
RANDOM SEED=993137530

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1544488 kB
Buffers:         49360 kB
Cached:         382848 kB
SwapCached:          0 kB
Active:          67680 kB
Inactive:       378988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1544488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10408 kB
Writeback:           0 kB
Mapped:          24228 kB
Slab:            50620 kB
Committed_AS:   154840 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66280 MiB
End job on node27 at 2009-06-16 14:04:45