Trace number 3733883

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1800.2 1800.5

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_14.opb
MD5SUM308ce6e771b8240fefc971d6e27a7575
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark144
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 142
Optimality of the best value was proved NO
Number of variables3297
Total number of constraints6383
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6383
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1411
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.15	c SCIP version 1.1.0.7
0.09/0.15	c LP-Solver SoPlex 1.4.1
0.09/0.15	c user parameter file <scip.set> not found - using default parameters
0.09/0.15	c read problem <HOME/instance-3733883-1338701952.opb>
0.09/0.15	c original problem has 3297 variables (3297 bin, 0 int, 0 impl, 0 cont) and 6383 constraints
0.09/0.19	c start presolving problem
0.09/0.19	c presolving:
0.19/0.25	c (round 1) 0 del vars, 3185 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 13 upgd conss, 0 impls, 0 clqs
0.69/0.78	c    (0.6s) probing: 114/3297 (3.5%) - 0 fixings, 0 aggregations, 921 implications, 0 bound changes
0.69/0.78	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.69/0.78	c presolving (2 rounds):
0.69/0.78	c  0 deleted vars, 3185 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.69/0.78	c  6552 implications, 0 cliques
0.69/0.78	c presolved problem has 3297 variables (3297 bin, 0 int, 0 impl, 0 cont) and 3198 constraints
0.69/0.78	c      13 constraints of type <knapsack>
0.69/0.78	c    3185 constraints of type <linear>
0.69/0.78	c transformed objective value is always integral (scale: 1)
0.69/0.78	c Presolving Time: 0.58
0.69/0.78	c OPT-LIN
0.69/0.78	c -----------------------------------------------------------------------------------------------
0.69/0.78	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.78	c limits/memory = c 13950
0.69/0.78	c # maximal time in seconds to run
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.78	c limits/time = c 1791
0.69/0.78	c # frequency for displaying node information lines
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 100]
0.69/0.78	c display/freq = c 10000
0.69/0.78	c -----------------------------------------------------------------------------------------------
0.69/0.78	c start solving problem
0.69/0.78	c 
0.89/1.00	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/1.00	c   0.8s|     1 |     0 |  2943 |  26M|   0 |1911 |3297 |3198 |3198 |3297 |3198 |   0 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
3.09/3.19	c   3.0s|     1 |     0 |  8025 |  27M|   0 |1917 |3297 |3198 |3198 |3297 |3241 |  43 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
3.39/3.46	c   3.3s|     1 |     0 |  8066 |  27M|   0 |1923 |3297 |3198 |3198 |3297 |3296 |  98 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
3.79/3.80	c   3.6s|     1 |     0 |  8266 |  28M|   0 |1927 |3297 |3198 |3198 |3297 |3389 | 191 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
4.29/4.40	c   4.2s|     1 |     0 |  8866 |  28M|   0 |1922 |3297 |3198 |3198 |3297 |3505 | 307 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
5.09/5.10	c   4.9s|     1 |     0 |  9635 |  29M|   0 |1926 |3297 |3198 |3198 |3297 |3621 | 423 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
5.99/6.02	c   5.8s|     1 |     0 | 10454 |  29M|   0 |1934 |3297 |3198 |3198 |3297 |3732 | 534 |   0 |   0 | 1.300170e+01 |      --      |    Inf 
6.79/6.80	c   6.6s|     1 |     0 | 11155 |  30M|   0 |1945 |3297 |3198 |3198 |3297 |3856 | 658 |   0 |   0 | 1.300170e+01 |      --      |    Inf 
7.59/7.70	c   7.5s|     1 |     0 | 11933 |  30M|   0 |1931 |3297 |3198 |3198 |3297 |3959 | 761 |   0 |   0 | 1.316667e+01 |      --      |    Inf 
8.89/8.97	c   8.7s|     1 |     0 | 12846 |  31M|   0 |1928 |3297 |3198 |3198 |3297 |4043 | 845 |   0 |   0 | 1.328571e+01 |      --      |    Inf 
10.18/10.23	c  10.0s|     1 |     0 | 13746 |  31M|   0 |1926 |3297 |3198 |3198 |3297 |4118 | 920 |   0 |   0 | 1.328571e+01 |      --      |    Inf 
10.78/10.84	c  10.6s|     1 |     0 | 14698 |  31M|   0 |1918 |3297 |3198 |3198 |3297 |4141 | 943 |   0 |   0 | 1.383916e+01 |      --      |    Inf 
11.59/11.60	c  11.3s|     1 |     0 | 15964 |  31M|   0 |1840 |3297 |3198 |3198 |3297 |4160 | 962 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
12.89/12.92	c  12.7s|     1 |     0 | 18598 |  31M|   0 |1839 |3297 |3198 |3198 |3297 |4178 | 980 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
14.39/14.40	c  14.1s|     1 |     0 | 21341 |  31M|   0 |1830 |3297 |3198 |3198 |3297 |3934 |1003 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
14.98/15.06	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.98/15.06	c  14.8s|     1 |     0 | 22298 |  32M|   0 |1836 |3297 |3198 |3198 |3297 |3966 |1035 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
16.29/16.30	c  16.0s|     1 |     0 | 24757 |  32M|   0 |1823 |3297 |3198 |3198 |3297 |3985 |1054 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
17.19/17.27	c  17.0s|     1 |     0 | 26357 |  32M|   0 |1806 |3297 |3198 |3198 |3297 |4014 |1083 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
32.58/32.60	c  32.2s|     1 |     2 | 26357 |  32M|   0 |1806 |3297 |3198 |3198 |3297 |4014 |1083 |   0 |  25 | 1.400000e+01 |      --      |    Inf 
1012.12/1012.33	c  1006s| 10000 |  6200 |  3619k|  63M| 123 |1062 |3297 |5522 |3754 |3297 |3334 |1083 |8614 |5145 | 1.500000e+01 |      --      |    Inf 
1800.09/1800.43	c 
1800.09/1800.43	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.43	c Solving Time (sec) : 1788.95
1800.09/1800.43	c Solving Nodes      : 17031
1800.09/1800.43	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.09/1800.43	c Dual Bound         : +1.60000000000000e+01
1800.09/1800.43	c Gap                : infinite
1800.09/1800.43	c NODE         17031
1800.09/1800.43	c DUAL BOUND   16
1800.09/1800.43	c PRIMAL BOUND 1e+20
1800.09/1800.43	c GAP          1e+20
1800.09/1800.43	s UNKNOWN
1800.09/1800.43	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.43	c Solving Time       :    1788.95
1800.09/1800.43	c Original Problem   :
1800.09/1800.43	c   Problem name     : HOME/instance-3733883-1338701952.opb
1800.09/1800.43	c   Variables        : 3297 (3297 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.43	c   Constraints      : 6383 initial, 6383 maximal
1800.09/1800.43	c Presolved Problem  :
1800.09/1800.43	c   Problem name     : t_HOME/instance-3733883-1338701952.opb
1800.09/1800.43	c   Variables        : 3297 (3297 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.43	c   Constraints      : 3198 initial, 6342 maximal
1800.09/1800.43	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.43	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.43	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.43	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.43	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.43	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.43	c   probing          :       0.50          0          0          0          0          0          0          0          0
1800.09/1800.43	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.43	c   linear           :       0.07          0          0          0          0          0       3185          0          0
1800.09/1800.43	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.43	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1800.43	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.43	c   integral         :          0          0          0      15532          0         37       7391          0          0      27900
1800.09/1800.43	c   knapsack         :         13         17      80187          0          0        258      16226        143          0          0
1800.09/1800.43	c   linear           :       3185         17      79929          0          0       1850    1559836          2          0          0
1800.09/1800.43	c   logicor          :          0+         0      43914          0          0        163      34137          0          0          0
1800.09/1800.43	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.09/1800.43	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.43	c   integral         :     557.88       0.00       0.00     557.88       0.00
1800.09/1800.43	c   knapsack         :       1.58       0.00       1.58       0.00       0.00
1800.09/1800.43	c   linear           :      73.45       0.00      73.45       0.00       0.00
1800.09/1800.43	c   logicor          :       1.27       0.00       1.27       0.00       0.00
1800.09/1800.43	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.43	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.43	c   rootredcost      :       0.02          0          0          0
1800.09/1800.43	c   pseudoobj        :       0.08      79957          0          0
1800.09/1800.43	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.43	c   propagation      :       0.27       2271       2270      17828       33.9        191       14.9          -
1800.09/1800.43	c   infeasible LP    :       2.22       6138       6138      15658       21.1        291       15.9          0
1800.09/1800.43	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.43	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.43	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1800.43	c   applied globally :          -          -          -      19397       22.6          -          -          -
1800.09/1800.43	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.09/1800.43	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.43	c   cut pool         :       0.02         16          -          -      13801          -    (maximal pool size: 6761)
1800.09/1800.43	c   redcost          :       0.75      15551          0         48          0          0
1800.09/1800.43	c   impliedbounds    :       0.00         17          0          0         18          0
1800.09/1800.43	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.43	c   gomory           :       0.58         17          0          0        117          0
1800.09/1800.43	c   strongcg         :       0.52         17          0          0         98          0
1800.09/1800.43	c   cmir             :       1.70         10          0          0       5000          0
1800.09/1800.43	c   flowcover        :       1.85         10          0          0       2000          0
1800.09/1800.43	c   clique           :       0.00          1          0          0          0          0
1800.09/1800.43	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.43	c   mcf              :       0.00          1          0          0          0          0
1800.09/1800.43	c Pricers            :       Time      Calls       Vars
1800.09/1800.43	c   problem variables:       0.00          0          0
1800.09/1800.43	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.43	c   relpscost        :     557.86      15532         37       7391          0          0      27900
1800.09/1800.43	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.43	c   inference        :       0.00          0          0          0          0          0          0
1800.09/1800.43	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.43	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.43	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.43	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.43	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.43	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.43	c   LP solutions     :       0.00          -          0
1800.09/1800.43	c   pseudo solutions :       0.00          -          0
1800.09/1800.43	c   oneopt           :       0.01          0          0
1800.09/1800.43	c   crossover        :       0.01          0          0
1800.09/1800.43	c   simplerounding   :       0.00          0          0
1800.09/1800.43	c   rounding         :       0.99       1721          0
1800.09/1800.43	c   shifting         :       6.62        506          0
1800.09/1800.43	c   intshifting      :       0.00          0          0
1800.09/1800.43	c   fixandinfer      :       0.00          0          0
1800.09/1800.43	c   feaspump         :      36.22         43          0
1800.09/1800.43	c   coefdiving       :      85.69         18          0
1800.09/1800.43	c   pscostdiving     :      45.26         81          0
1800.09/1800.43	c   fracdiving       :      75.24         26          0
1800.09/1800.43	c   veclendiving     :      39.26         85          0
1800.09/1800.43	c   intdiving        :       0.00          0          0
1800.09/1800.43	c   actconsdiving    :       0.00          0          0
1800.09/1800.43	c   objpscostdiving  :      29.68         21          0
1800.09/1800.43	c   rootsoldiving    :      18.15         33          0
1800.09/1800.43	c   linesearchdiving :      48.02        107          0
1800.09/1800.43	c   guideddiving     :       0.00          0          0
1800.09/1800.43	c   octane           :       0.00          0          0
1800.09/1800.43	c   rens             :       0.01          0          0
1800.09/1800.43	c   rins             :       0.00          0          0
1800.09/1800.43	c   localbranching   :       0.00          0          0
1800.09/1800.43	c   mutation         :       0.00          0          0
1800.09/1800.43	c   dins             :       0.00          0          0
1800.09/1800.43	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.43	c   primal LP        :       0.03          0          0       0.00       0.00
1800.09/1800.43	c   dual LP          :     754.94      17550    5161906     294.13    6837.50
1800.09/1800.43	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.43	c   diving/probing LP:     347.37      19078    1881025      98.60    5415.05
1800.09/1800.43	c   strong branching :     553.02      11213    2709221     241.61    4898.96
1800.09/1800.43	c     (at root node) :          -         25      24621     984.84          -
1800.09/1800.43	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.43	c B&B Tree           :
1800.09/1800.43	c   number of runs   :          1
1800.09/1800.43	c   nodes            :      17031
1800.09/1800.43	c   nodes (total)    :      17031
1800.09/1800.43	c   nodes left       :      10111
1800.09/1800.43	c   max depth        :        123
1800.09/1800.43	c   max depth (total):        123
1800.09/1800.43	c   backtracks       :       2031 (11.9%)
1800.09/1800.43	c   delayed cutoffs  :        759
1800.09/1800.43	c   repropagations   :      13703 (294497 domain reductions, 285 cutoffs)
1800.09/1800.43	c   avg switch length:       6.61
1800.09/1800.43	c   switching time   :      10.50
1800.09/1800.43	c Solution           :
1800.09/1800.43	c   Solutions found  :          0 (0 improvements)
1800.09/1800.43	c   Primal Bound     :          -
1800.09/1800.43	c   Dual Bound       : +1.60000000000000e+01
1800.09/1800.43	c   Gap              :   infinite
1800.09/1800.43	c   Root Dual Bound  : +1.40000000000000e+01
1800.09/1800.50	c Time complete: 1800.2.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 16410
/proc/meminfo: memFree=30115308/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=8556 CPUtime=0 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 1499 0 0 0 0 0 0 0 20 0 1 0 336321086 8761344 1451 33554432000 4194304 7823515 140736291366160 140736855960344 5878822 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 2139 1451 354 887 0 1249 0

[startup+0.00980891 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 16410
/proc/meminfo: memFree=30115308/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=8852 CPUtime=0 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 1560 0 0 0 0 0 0 0 20 0 1 0 336321086 9064448 1512 33554432000 4194304 7823515 140736291366160 140736855960344 6957168 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 2213 1512 354 887 0 1323 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8852

[startup+0.100205 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 16410
/proc/meminfo: memFree=30115308/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=14800 CPUtime=0.09 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 3036 0 0 0 9 0 0 0 20 0 1 0 336321086 15155200 2988 33554432000 4194304 7823515 140736291366160 140736855960344 6957168 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 3700 2988 354 887 0 2810 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14800

[startup+0.300239 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 16410
/proc/meminfo: memFree=30115308/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=66124 CPUtime=0.29 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 15533 0 0 0 27 2 0 0 20 0 1 0 336321086 67710976 15131 33554432000 4194304 7823515 140736291366160 140736855960344 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 16531 15131 442 887 0 15641 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66124

[startup+0.700224 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 16410
/proc/meminfo: memFree=30115308/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=66124 CPUtime=0.69 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 15533 0 0 0 67 2 0 0 20 0 1 0 336321086 67710976 15131 33554432000 4194304 7823515 140736291366160 140736855960344 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 16531 15131 442 887 0 15641 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66124

[startup+1.5003 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16411
/proc/meminfo: memFree=30041356/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=83076 CPUtime=1.49 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 20203 0 0 0 146 3 0 0 20 0 1 0 336321086 85069824 19251 33554432000 4194304 7823515 140736291366160 140736291361656 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 20769 19251 526 887 0 19879 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83076

[startup+3.10028 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16411
/proc/meminfo: memFree=30040116/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=83076 CPUtime=3.09 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 20244 0 0 0 305 4 0 0 20 0 1 0 336321086 85069824 19292 33554432000 4194304 7823515 140736291366160 140736291360920 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 20769 19292 539 887 0 19879 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83076

[startup+6.30018 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16411
/proc/meminfo: memFree=30019964/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=109200 CPUtime=6.29 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 25313 0 0 0 622 7 0 0 20 0 1 0 336321086 111820800 25314 33554432000 4194304 7823515 140736291366160 140736291361496 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 27300 25314 550 887 0 26410 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109200

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16411
/proc/meminfo: memFree=30008936/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=116924 CPUtime=12.69 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 32319 0 0 0 1258 11 0 0 20 0 1 0 336321086 119730176 27133 33554432000 4194304 7823515 140736291366160 140736291361912 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 29231 27133 551 887 0 28341 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 116924

[startup+25.5002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16411
/proc/meminfo: memFree=30006952/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=112692 CPUtime=25.48 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 61090 0 0 0 2527 21 0 0 20 0 1 0 336321086 115396608 26282 33554432000 4194304 7823515 140736291366160 140736291360856 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 28173 26282 556 887 0 27283 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 112692

[startup+51.1003 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 16414
/proc/meminfo: memFree=30014104/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=111116 CPUtime=51.08 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 107128 0 0 0 5070 38 0 0 20 0 1 0 336321086 113782784 26043 33554432000 4194304 7823515 140736291366160 140736291360856 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 27779 26043 557 887 0 26889 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 111116

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16414
/proc/meminfo: memFree=30010272/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=112412 CPUtime=102.27 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 142012 0 0 0 10162 65 0 0 20 0 1 0 336321086 115109888 26746 33554432000 4194304 7823515 140736291366160 140736291361976 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 28103 26746 565 887 0 27213 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 112412

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16415
/proc/meminfo: memFree=30006064/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=114676 CPUtime=162.26 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 143014 0 0 0 16132 94 0 0 20 0 1 0 336321086 117428224 27707 33554432000 4194304 7823515 140736291366160 140736291360488 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 28669 27707 565 887 0 27779 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 114676

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16415
/proc/meminfo: memFree=30005448/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=115680 CPUtime=222.24 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 143208 0 0 0 22098 126 0 0 20 0 1 0 336321086 118456320 27901 33554432000 4194304 7823515 140736291366160 140736291360488 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 28920 27901 565 887 0 28030 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 115680

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16415
/proc/meminfo: memFree=30003464/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=117408 CPUtime=282.23 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 160818 0 0 0 28066 157 0 0 20 0 1 0 336321086 120225792 28401 33554432000 4194304 7823515 140736291366160 140736291360952 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 29352 28401 565 887 0 28462 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 117408

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16415
/proc/meminfo: memFree=29998756/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=121924 CPUtime=342.22 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 178956 0 0 0 34031 191 0 0 20 0 1 0 336321086 124850176 29533 33554432000 4194304 7823515 140736291366160 140736291360488 6234850 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 30481 29533 565 887 0 29591 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 121924

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16415
/proc/meminfo: memFree=29999932/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=122048 CPUtime=402.22 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 180995 0 0 0 40000 222 0 0 20 0 1 0 336321086 124977152 29355 33554432000 4194304 7823515 140736291366160 140736291360824 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 30512 29355 565 887 0 29622 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 122048

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16416
/proc/meminfo: memFree=29992100/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=128336 CPUtime=462.2 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 182749 0 0 0 45968 252 0 0 20 0 1 0 336321086 131416064 31061 33554432000 4194304 7823515 140736291366160 140736291361496 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 32084 31061 565 887 0 31194 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 128336

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16416
/proc/meminfo: memFree=29977220/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=131132 CPUtime=522.19 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 183348 0 0 0 51938 281 0 0 20 0 1 0 336321086 134279168 31660 33554432000 4194304 7823515 140736291366160 140736291360488 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 32783 31660 565 887 0 31893 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 131132

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16416
/proc/meminfo: memFree=29974368/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=133284 CPUtime=582.19 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 184085 0 0 0 57904 315 0 0 20 0 1 0 336321086 136482816 32390 33554432000 4194304 7823515 140736291366160 140736291361208 6234850 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 33321 32390 565 887 0 32431 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 133284

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16420
/proc/meminfo: memFree=29967276/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=140796 CPUtime=822.15 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 185754 0 0 0 81755 460 0 0 20 0 1 0 336321086 144175104 34058 33554432000 4194304 7823515 140736291366160 140736291363192 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 35199 34058 565 887 0 34309 0
Current children cumulated CPU time (s) 822.15
Current children cumulated vsize (KiB) 140796

[startup+882.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 16420
/proc/meminfo: memFree=29954628/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=143372 CPUtime=882.14 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 188269 0 0 0 87716 498 0 0 20 0 1 0 336321086 146812928 34683 33554432000 4194304 7823515 140736291366160 140736291362776 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 35843 34683 565 887 0 34953 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 143372

[startup+942.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 16420
/proc/meminfo: memFree=29953884/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=143868 CPUtime=942.13 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 190170 0 0 0 93677 536 0 0 20 0 1 0 336321086 147320832 34948 33554432000 4194304 7823515 140736291366160 140736291361848 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 35967 34948 565 887 0 35077 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 143868

[startup+1002.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 16496
/proc/meminfo: memFree=30132332/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=146096 CPUtime=1002.12 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 197876 0 0 0 99631 581 0 0 20 0 1 0 336321086 149602304 35504 33554432000 4194304 7823515 140736291366160 140736291362920 6234850 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 36524 35504 565 887 0 35634 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 146096

[startup+1062.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/177 16497
/proc/meminfo: memFree=30028188/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=151828 CPUtime=1062.1 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 199327 0 0 0 105591 619 0 0 20 0 1 0 336321086 155471872 36951 33554432000 4194304 7823515 140736291366160 140736291360856 6234848 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 37957 36951 565 887 0 37067 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 151828

[startup+1122.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 16497
/proc/meminfo: memFree=30057220/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=154816 CPUtime=1122.1 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 202097 0 0 0 111552 658 0 0 20 0 1 0 336321086 158531584 37719 33554432000 4194304 7823515 140736291366160 140736291361496 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 38704 37719 565 887 0 37814 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 154816

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 16497
/proc/meminfo: memFree=30014684/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=158512 CPUtime=1182.09 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 208722 0 0 0 117511 698 0 0 20 0 1 0 336321086 162316288 38430 33554432000 4194304 7823515 140736291366160 140736291360824 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 39628 38430 565 887 0 38738 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 158512

[startup+1242.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 16497
/proc/meminfo: memFree=30029892/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=161264 CPUtime=1242.08 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 211761 0 0 0 123468 740 0 0 20 0 1 0 336321086 165134336 39335 33554432000 4194304 7823515 140736291366160 140736291361176 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 40316 39335 565 887 0 39426 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 161264

[startup+1302.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/178 16500
/proc/meminfo: memFree=30021412/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=168588 CPUtime=1302.08 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 213372 0 0 0 129428 780 0 0 20 0 1 0 336321086 172634112 40946 33554432000 4194304 7823515 140736291366160 140736291361128 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 42147 40946 565 887 0 41257 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 168588

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 16523
/proc/meminfo: memFree=30033140/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=171976 CPUtime=1362.07 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 214414 0 0 0 135386 821 0 0 20 0 1 0 336321086 176103424 41988 33554432000 4194304 7823515 140736291366160 140736291361960 5020319 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 42994 41988 565 887 0 42104 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 171976

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16523
/proc/meminfo: memFree=30024512/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=174608 CPUtime=1422.06 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 216789 0 0 0 141342 864 0 0 20 0 1 0 336321086 178798592 42487 33554432000 4194304 7823515 140736291366160 140736291361848 6234848 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 43652 42487 565 887 0 42762 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 174608

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16523
/proc/meminfo: memFree=30018684/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=178856 CPUtime=1482.04 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 218114 0 0 0 147300 904 0 0 20 0 1 0 336321086 183148544 43773 33554432000 4194304 7823515 140736291366160 140736291361496 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 44714 43773 565 887 0 43824 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 178856

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16523
/proc/meminfo: memFree=30004236/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=184544 CPUtime=1542.03 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 221667 0 0 0 153262 941 0 0 20 0 1 0 336321086 188973056 45189 33554432000 4194304 7823515 140736291366160 140736291360184 6234848 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 46136 45189 565 887 0 45246 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 184544

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16523
/proc/meminfo: memFree=29991908/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=187464 CPUtime=1602.02 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 227746 0 0 0 159221 981 0 0 20 0 1 0 336321086 191963136 45926 33554432000 4194304 7823515 140736291366160 140736291361272 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 46866 45926 565 887 0 45976 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 187464

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16524
/proc/meminfo: memFree=29993136/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=192860 CPUtime=1662.02 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 232806 0 0 0 165181 1021 0 0 20 0 1 0 336321086 197488640 47274 33554432000 4194304 7823515 140736291366160 140736291361496 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 48215 47274 565 887 0 47325 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 192860

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16524
/proc/meminfo: memFree=29993428/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=194088 CPUtime=1722 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 236912 0 0 0 171145 1055 0 0 20 0 1 0 336321086 198746112 47557 33554432000 4194304 7823515 140736291366160 140736291362904 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 48522 47557 565 887 0 47632 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 194088

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16524
/proc/meminfo: memFree=29985780/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=198736 CPUtime=1782 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 242349 0 0 0 177109 1091 0 0 20 0 1 0 336321086 203505664 48711 33554432000 4194304 7823515 140736291366160 140736291362904 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 49684 48711 565 887 0 48794 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 198736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16524
/proc/meminfo: memFree=29987640/32873648 swapFree=6860/6860
[pid=16410] ppid=16408 vsize=197592 CPUtime=1800.09 cores=1,3,5,7
/proc/16410/stat : 16410 (pbscip.linux.x8) R 16408 16410 4790 0 -1 4202496 244891 0 0 0 178906 1103 0 0 20 0 1 0 336321086 202334208 48338 33554432000 4194304 7823515 140736291366160 140736291360824 6212430 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/16410/statm: 49398 48338 565 887 0 48508 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 197592

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

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

Child status: 0
Real time (s): 1800.5
CPU time (s): 1800.2
CPU user time (s): 1789.16
CPU system time (s): 11.0413
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 200520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.16
system time used= 11.0413
maximum resident set size= 196072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244898
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= 44
involuntary context switches= 1968

runsolver used 3.34049 second user time and 9.05362 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-03 07:39:12
IDJOB=3733883
IDBENCH=2631
IDSOLVER=2321
FILE ID=node124/3733883-1338701952
RUNJOBID= node124-1338679211-13480
PBS_JOBID= 14636689
Free space on /tmp= 70696 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_14.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-3733883-1338701952/watcher-3733883-1338701952 -o /tmp/evaluation-result-3733883-1338701952/solver-3733883-1338701952 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3733883-1338701952.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 308ce6e771b8240fefc971d6e27a7575
RANDOM SEED=1770776393

node124.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5357.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30115744 kB
Buffers:          183784 kB
Cached:          1367372 kB
SwapCached:         8280 kB
Active:           829876 kB
Inactive:        1160572 kB
Active(anon):     433544 kB
Inactive(anon):     8228 kB
Active(file):     396332 kB
Inactive(file):  1152344 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091572 kB
Dirty:             11320 kB
Writeback:             0 kB
AnonPages:        438428 kB
Mapped:            11320 kB
Shmem:                 0 kB
Slab:             629508 kB
SReclaimable:      73900 kB
SUnreclaim:       555608 kB
KernelStack:        1472 kB
PageTables:         4496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     554248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70680 MiB
End job on node124 at 2012-06-03 08:09:15