Trace number 3733975

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.91 1790.21

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13480
Total number of constraints26619
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 constraints26619
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
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.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3733975-1338699129.opb>
0.78/0.82	c original problem has 13480 variables (13480 bin, 0 int, 0 impl, 0 cont) and 26619 constraints
0.78/0.82	c problem read
0.78/0.82	c presolving settings loaded
1.00/1.02	c presolving:
1.19/1.20	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 380 chg sides, 380 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
1.19/1.28	c (round 2) 0 del vars, 13110 del conss, 0 chg bounds, 380 chg sides, 380 chg coeffs, 209 upgd conss, 0 impls, 0 clqs
1.29/1.36	c (round 3) 0 del vars, 13110 del conss, 0 chg bounds, 380 chg sides, 380 chg coeffs, 399 upgd conss, 1792 impls, 0 clqs
4.09/4.13	c    (3.3s) probing: 119/13480 (0.9%) - 0 fixings, 0 aggregations, 7776 implications, 0 bound changes
4.09/4.13	c    (3.3s) probing aborted: 100/100 successive totally useless probings
4.19/4.28	c presolving (4 rounds):
4.19/4.28	c  0 deleted vars, 13110 deleted constraints, 0 tightened bounds, 0 added holes, 380 changed sides, 380 changed coefficients
4.19/4.28	c  26980 implications, 0 cliques
4.19/4.28	c presolved problem has 13480 variables (13480 bin, 0 int, 0 impl, 0 cont) and 13509 constraints
4.19/4.28	c     399 constraints of type <knapsack>
4.19/4.28	c   13110 constraints of type <linear>
4.19/4.28	c transformed objective value is always integral (scale: 1)
4.19/4.28	c Presolving Time: 3.13
4.19/4.28	c - non default parameters ----------------------------------------------------------------------
4.19/4.28	c # SCIP version 1.2.1.3
4.19/4.28	c 
4.19/4.28	c # frequency for displaying node information lines
4.19/4.28	c # [type: int, range: [-1,2147483647], default: 100]
4.19/4.28	c display/freq = 10000
4.19/4.28	c 
4.19/4.28	c # maximal time in seconds to run
4.19/4.28	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.19/4.28	c limits/time = 1789.18
4.19/4.28	c 
4.19/4.28	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.19/4.28	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.19/4.28	c limits/memory = 13950
4.19/4.28	c 
4.19/4.28	c # default clock type (1: CPU user seconds, 2: wall clock time)
4.19/4.28	c # [type: int, range: [1,2], default: 1]
4.19/4.28	c timing/clocktype = 2
4.19/4.28	c 
4.19/4.28	c # should presolving try to simplify inequalities
4.19/4.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.19/4.28	c constraints/linear/simplifyinequalities = TRUE
4.19/4.28	c 
4.19/4.28	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
4.19/4.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.19/4.28	c constraints/indicator/addCouplingCons = TRUE
4.19/4.28	c 
4.19/4.28	c # should presolving try to simplify knapsacks
4.19/4.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.19/4.28	c constraints/knapsack/simplifyinequalities = TRUE
4.19/4.28	c 
4.19/4.28	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.19/4.28	c # [type: int, range: [-1,2147483647], default: -1]
4.19/4.28	c separating/rapidlearning/freq = 0
4.19/4.28	c 
4.19/4.28	c -----------------------------------------------------------------------------------------------
4.19/4.28	c start solving
4.19/4.28	c 
10.59/10.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.59/10.63	c   9.8s|     1 |     0 | 14572 |     - | 122M|   0 |7514 |  13k|  13k|  13k|  13k|   0 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
29.89/29.98	c  29.2s|     1 |     0 | 27739 |     - | 123M|   0 |7529 |  13k|  13k|  13k|  13k|  56 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
31.28/31.39	c  30.6s|     1 |     0 | 27849 |     - | 124M|   0 |7551 |  13k|  13k|  13k|  13k| 170 |   0 |   0 | 1.900000e+01 |      --      |    Inf 
33.88/33.99	c  33.2s|     1 |     0 | 28472 |     - | 125M|   0 |7560 |  13k|  13k|  13k|  13k| 309 |   0 |   0 | 1.900167e+01 |      --      |    Inf 
36.68/36.72	c  35.9s|     1 |     0 | 28939 |     - | 125M|   0 |7552 |  13k|  13k|  13k|  13k| 407 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
40.09/40.18	c  39.4s|     1 |     0 | 29588 |     - | 126M|   0 |7545 |  13k|  13k|  13k|  14k| 514 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
43.98/44.00	c  43.2s|     1 |     0 | 30264 |     - | 126M|   0 |7553 |  13k|  13k|  13k|  14k| 629 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
48.68/48.75	c  47.9s|     1 |     0 | 31226 |     - | 127M|   0 |7552 |  13k|  13k|  13k|  14k| 745 |   0 |   0 | 1.916667e+01 |      --      |    Inf 
54.08/54.18	c  53.4s|     1 |     0 | 32319 |     - | 127M|   0 |7383 |  13k|  13k|  13k|  14k| 853 |   0 |   0 | 2.000000e+01 |      --      |    Inf 
61.98/62.09	c  61.3s|     1 |     0 | 33976 |     - | 128M|   0 |7374 |  13k|  13k|  13k|  14k| 969 |   0 |   0 | 2.000000e+01 |      --      |    Inf 
68.88/68.95	c  68.1s|     1 |     0 | 35108 |     - | 128M|   0 |7378 |  13k|  13k|  13k|  14k|1087 |   0 |   0 | 2.000000e+01 |      --      |    Inf 
72.98/73.08	c  72.3s|     1 |     0 | 36242 |     - | 128M|   0 |7379 |  13k|  13k|  13k|  14k|1116 |   0 |   0 | 2.000000e+01 |      --      |    Inf 
77.58/77.69	c  76.9s|     1 |     0 | 37571 |     - | 128M|   0 |7372 |  13k|  13k|  13k|  14k|1137 |   0 |   0 | 2.000000e+01 |      --      |    Inf 
81.18/81.30	c  80.5s|     1 |     0 | 38621 |     - | 128M|   0 |7373 |  13k|  13k|  13k|  14k|1169 |   0 |   0 | 2.000000e+01 |      --      |    Inf 
275.44/275.51	c   275s|     1 |     2 | 38621 |     - | 128M|   0 |7373 |  13k|  13k|  13k|  14k|1169 |   0 |  59 | 2.000000e+01 |      --      |    Inf 
1789.69/1790.03	c 
1789.69/1790.03	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.03	c Solving Time (sec) : 1789.21
1789.69/1790.03	c Solving Nodes      : 12
1789.69/1790.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.69/1790.03	c Dual Bound         : +2.00000000000000e+01
1789.69/1790.03	c Gap                : infinite
1789.69/1790.03	s UNKNOWN
1789.69/1790.03	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.03	c Solving Time       :    1789.21
1789.69/1790.03	c Original Problem   :
1789.69/1790.03	c   Problem name     : HOME/instance-3733975-1338699129.opb
1789.69/1790.03	c   Variables        : 13480 (13480 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.03	c   Constraints      : 26619 initial, 26619 maximal
1789.69/1790.03	c Presolved Problem  :
1789.69/1790.03	c   Problem name     : t_HOME/instance-3733975-1338699129.opb
1789.69/1790.03	c   Variables        : 13480 (13480 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.03	c   Constraints      : 13509 initial, 14242 maximal
1789.69/1790.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.69/1790.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.03	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.03	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.03	c   probing          :       2.76          0          0          0          0          0          0          0          0
1789.69/1790.03	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1789.69/1790.03	c   linear           :       0.30          0          0          0          0          0      13110        380        380
1789.69/1790.03	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.03	c   root node        :          -          0          -          -          0          -          -          -          -
1789.69/1790.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.03	c   integral         :          0          0          0         30          0          0         77          0          0         24
1789.69/1790.03	c   knapsack         :        399         13       2465          0          0          2         19       2612          0          0
1789.69/1790.03	c   linear           :      13110         13       2463          0          0          0         20          0          0          0
1789.69/1790.03	c   logicor          :          0+         0        734          0          0          0          0          0          0          0
1789.69/1790.03	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.69/1790.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.69/1790.03	c   integral         :     506.84       0.00       0.00     506.84       0.00
1789.69/1790.03	c   knapsack         :       0.16       0.06       0.10       0.00       0.00
1789.69/1790.03	c   linear           :       3.64       0.01       3.63       0.00       0.00
1789.69/1790.03	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1789.69/1790.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.69/1790.03	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.69/1790.03	c   vbounds          :       0.00          2          0          0
1789.69/1790.03	c   rootredcost      :       0.00          0          0          0
1789.69/1790.03	c   pseudoobj        :       0.00       2202          0          0
1789.69/1790.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.69/1790.03	c   propagation      :       0.00          2          2          6       24.0          0        0.0          -
1789.69/1790.03	c   infeasible LP    :       1.18        730        730        732        6.8          0        0.0          0
1789.69/1790.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.69/1790.03	c   applied globally :          -          -          -        733        6.9          -          -          -
1789.69/1790.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.69/1790.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.69/1790.03	c   cut pool         :       0.01         12          -          -       7199          -    (maximal pool size: 6603)
1789.69/1790.03	c   redcost          :       0.01         29          0          0          0          0
1789.69/1790.03	c   impliedbounds    :       0.01         13          0          0         52          0
1789.69/1790.03	c   intobj           :       0.00          0          0          0          0          0
1789.69/1790.03	c   cgmip            :       0.00          0          0          0          0          0
1789.69/1790.03	c   gomory           :       1.85         13          0          0         81          0
1789.69/1790.03	c   strongcg         :       1.84         13          0          0         32          0
1789.69/1790.03	c   cmir             :       6.29         10          0          0       5000          0
1789.69/1790.03	c   flowcover        :       8.57         10          0          0       2000          0
1789.69/1790.03	c   clique           :       0.01          1          0          0          0          0
1789.69/1790.03	c   zerohalf         :       0.00          0          0          0          0          0
1789.69/1790.03	c   mcf              :       0.00          1          0          0          0          0
1789.69/1790.03	c   rapidlearning    :       0.00          0          0          0          0          0
1789.69/1790.03	c Pricers            :       Time      Calls       Vars
1789.69/1790.03	c   problem variables:       0.00          0          0
1789.69/1790.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.03	c   relpscost        :     506.84         30          0         77          0          0         24
1789.69/1790.03	c   pscost           :       0.00          0          0          0          0          0          0
1789.69/1790.03	c   inference        :       0.00          0          0          0          0          0          0
1789.69/1790.03	c   mostinf          :       0.00          0          0          0          0          0          0
1789.69/1790.03	c   leastinf         :       0.00          0          0          0          0          0          0
1789.69/1790.03	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.69/1790.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.69/1790.03	c   random           :       0.00          0          0          0          0          0          0
1789.69/1790.03	c Primal Heuristics  :       Time      Calls      Found
1789.69/1790.03	c   LP solutions     :       0.00          -          0
1789.69/1790.03	c   pseudo solutions :       0.00          -          0
1789.69/1790.03	c   oneopt           :       0.00          0          0
1789.69/1790.03	c   crossover        :       0.00          0          0
1789.69/1790.03	c   pscostdiving     :       0.00          0          0
1789.69/1790.03	c   fracdiving       :       0.00          0          0
1789.69/1790.03	c   veclendiving     :       0.00          0          0
1789.69/1790.03	c   objpscostdiving  :       0.00          0          0
1789.69/1790.03	c   rootsoldiving    :       0.00          0          0
1789.69/1790.03	c   linesearchdiving :       0.00          0          0
1789.69/1790.03	c   guideddiving     :       0.00          0          0
1789.69/1790.03	c   intshifting      :       0.00          0          0
1789.69/1790.03	c   trivial          :       0.02          2          0
1789.69/1790.03	c   simplerounding   :       0.00          0          0
1789.69/1790.03	c   zirounding       :       0.01         11          0
1789.69/1790.03	c   rounding         :       0.28         43          0
1789.69/1790.03	c   shifting         :       1.74         15          0
1789.69/1790.03	c   twoopt           :       0.00          0          0
1789.69/1790.03	c   fixandinfer      :       0.00          0          0
1789.69/1790.03	c   feaspump         :      18.32          1          0
1789.69/1790.03	c   coefdiving       :    1113.01          1          0
1789.69/1790.03	c   intdiving        :       0.00          0          0
1789.69/1790.03	c   actconsdiving    :       0.00          0          0
1789.69/1790.03	c   octane           :       0.00          0          0
1789.69/1790.03	c   rens             :       0.01          0          0
1789.69/1790.03	c   rins             :       0.00          0          0
1789.69/1790.03	c   localbranching   :       0.00          0          0
1789.69/1790.03	c   mutation         :       0.00          0          0
1789.69/1790.03	c   dins             :       0.00          0          0
1789.69/1790.03	c   undercover       :       0.00          0          0
1789.69/1790.03	c   nlp              :       0.00          0          0
1789.69/1790.03	c   trysol           :       0.00          0          0
1789.69/1790.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.69/1790.03	c   primal LP        :       0.12          0          0       0.00       0.00
1789.69/1790.03	c   dual LP          :     126.41         43     104756    2436.19     828.67
1789.69/1790.03	c   lex dual LP      :       0.00          0          0       0.00          -
1789.69/1790.03	c   barrier LP       :       0.00          0          0       0.00          -
1789.69/1790.03	c   diving/probing LP:    1124.34       2135    1435462     672.35    1276.72
1789.69/1790.03	c   strong branching :     506.78        324     222602     687.04     439.24
1789.69/1790.03	c     (at root node) :          -         59      58995     999.92          -
1789.69/1790.03	c   conflict analysis:       0.00          0          0       0.00          -
1789.69/1790.03	c B&B Tree           :
1789.69/1790.03	c   number of runs   :          1
1789.69/1790.03	c   nodes            :         12
1789.69/1790.03	c   nodes (total)    :         12
1789.69/1790.03	c   nodes left       :         13
1789.69/1790.03	c   max depth        :         11
1789.69/1790.03	c   max depth (total):         11
1789.69/1790.03	c   backtracks       :          0 (0.0%)
1789.69/1790.03	c   delayed cutoffs  :          0
1789.69/1790.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.69/1790.03	c   avg switch length:       1.00
1789.69/1790.03	c   switching time   :       0.13
1789.69/1790.03	c Solution           :
1789.69/1790.03	c   Solutions found  :          0 (0 improvements)
1789.69/1790.03	c   Primal Bound     :          -
1789.69/1790.03	c   Dual Bound       : +2.00000000000000e+01
1789.69/1790.03	c   Gap              :   infinite
1789.69/1790.03	c   Root Dual Bound  : +2.00000000000000e+01
1789.69/1790.03	c   Root Iterations  :      38621
1789.89/1790.21	c Time complete: 1789.91.

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

running on 4 cores: 0,2,4,6

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.00 2.00 2.00 3/176 16552
/proc/meminfo: memFree=26875832/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=9972 CPUtime=0 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 1708 0 0 0 0 0 0 0 20 0 1 0 336038717 10211328 1654 33554432000 4194304 8395647 140736001244736 140735008299768 7382157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 2493 1665 374 1026 0 1463 0

[startup+0.0320019 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16552
/proc/meminfo: memFree=26875832/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=11624 CPUtime=0.02 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 2151 0 0 0 2 0 0 0 20 0 1 0 336038717 11902976 2097 33554432000 4194304 8395647 140736001244736 140735008299768 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 2906 2097 393 1026 0 1876 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11624

[startup+0.100218 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16552
/proc/meminfo: memFree=26875832/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=15032 CPUtime=0.09 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 3018 0 0 0 9 0 0 0 20 0 1 0 336038717 15392768 2964 33554432000 4194304 8395647 140736001244736 140735008299768 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 3758 2964 393 1026 0 2728 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15032

[startup+0.300206 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16552
/proc/meminfo: memFree=26875832/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=23996 CPUtime=0.28 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 5237 0 0 0 28 0 0 0 20 0 1 0 336038717 24571904 5183 33554432000 4194304 8395647 140736001244736 140735008299768 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 5999 5183 393 1026 0 4969 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23996

[startup+0.700205 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16552
/proc/meminfo: memFree=26875832/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=41432 CPUtime=0.68 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 9621 0 0 0 67 1 0 0 20 0 1 0 336038717 42426368 9567 33554432000 4194304 8395647 140736001244736 140736001109944 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 10358 9567 393 1026 0 9328 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 41432

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16553
/proc/meminfo: memFree=26686832/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=203408 CPUtime=1.49 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 49995 0 0 0 142 7 0 0 20 0 1 0 336038717 208289792 48724 33554432000 4194304 8395647 140736001244736 140736001109944 4995709 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 50852 48724 492 1026 0 49822 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 203408

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16553
/proc/meminfo: memFree=26681624/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=204388 CPUtime=3.09 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 50244 0 0 0 302 7 0 0 20 0 1 0 336038717 209293312 48973 33554432000 4194304 8395647 140736001244736 140736001240808 5027358 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 51097 48973 492 1026 0 50067 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 204388

[startup+6.30014 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16553
/proc/meminfo: memFree=26603372/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=293792 CPUtime=6.29 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 70946 0 0 0 618 11 0 0 20 0 1 0 336038717 300843008 68508 33554432000 4194304 8395647 140736001244736 140736001240200 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 73448 68508 571 1026 0 72418 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 293792

[startup+12.7001 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16553
/proc/meminfo: memFree=26603528/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=293792 CPUtime=12.69 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 71023 0 0 0 1257 12 0 0 20 0 1 0 336038717 300843008 68585 33554432000 4194304 8395647 140736001244736 140736001239384 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 73448 68585 577 1026 0 72418 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 293792

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16553
/proc/meminfo: memFree=26604328/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=293792 CPUtime=25.49 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 71082 0 0 0 2535 14 0 0 20 0 1 0 336038717 300843008 68644 33554432000 4194304 8395647 140736001244736 140736001239384 6708022 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 73448 68644 577 1026 0 72418 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 293792

[startup+51.1001 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16553
/proc/meminfo: memFree=26529580/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=373976 CPUtime=51.08 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 84289 0 0 0 5090 18 0 0 20 0 1 0 336038717 382951424 87284 33554432000 4194304 8395647 140736001244736 140736001240024 5834311 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 93494 87284 605 1026 0 92464 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 373976

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16553
/proc/meminfo: memFree=26499984/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=400756 CPUtime=102.27 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 92999 0 0 0 10202 25 0 0 20 0 1 0 336038717 410374144 94576 33554432000 4194304 8395647 140736001244736 140736001239288 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 100189 94576 615 1026 0 99159 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 400756

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 16553
/proc/meminfo: memFree=26491552/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=410256 CPUtime=162.26 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 104295 0 0 0 16192 34 0 0 20 0 1 0 336038717 420102144 96642 33554432000 4194304 8395647 140736001244736 140736001239608 6721188 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 102564 96642 615 1026 0 101534 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 410256

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16554
/proc/meminfo: memFree=26490832/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=409828 CPUtime=222.26 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 113616 0 0 0 22182 44 0 0 20 0 1 0 336038717 419663872 96845 33554432000 4194304 8395647 140736001244736 140736001239992 6698214 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 102457 96845 615 1026 0 101427 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 409828

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16554
/proc/meminfo: memFree=26509500/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=387260 CPUtime=282.24 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 134147 0 0 0 28166 58 0 0 20 0 1 0 336038717 396554240 92235 33554432000 4194304 8395647 140736001244736 140736001238888 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 96815 92235 616 1026 0 95785 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 387260

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16554
/proc/meminfo: memFree=26498248/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=395900 CPUtime=342.22 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135241 0 0 0 34160 62 0 0 20 0 1 0 336038717 405401600 94996 33554432000 4194304 8395647 140736001244736 140736001239608 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 98975 94996 616 1026 0 97945 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 395900

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16554
/proc/meminfo: memFree=26497204/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=395900 CPUtime=402.22 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135244 0 0 0 40154 68 0 0 20 0 1 0 336038717 405401600 95284 33554432000 4194304 8395647 140736001244736 140736001239992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 98975 95284 616 1026 0 97945 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 395900

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16554
/proc/meminfo: memFree=26497064/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=395900 CPUtime=462.2 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135244 0 0 0 46148 72 0 0 20 0 1 0 336038717 405401600 95438 33554432000 4194304 8395647 140736001244736 140736001239288 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 98975 95438 616 1026 0 97945 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 395900

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16557
/proc/meminfo: memFree=26497116/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=522.19 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135245 0 0 0 52142 77 0 0 20 0 1 0 336038717 407289856 95439 33554432000 4194304 8395647 140736001244736 140736001239608 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95439 616 1026 0 98406 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 397744

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16581
/proc/meminfo: memFree=26496332/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=582.19 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135245 0 0 0 58137 82 0 0 20 0 1 0 336038717 407289856 95439 33554432000 4194304 8395647 140736001244736 140736001239288 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95439 616 1026 0 98406 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 397744

[startup+642.3 s]

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

/proc/meminfo: memFree=26501560/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=1062.11 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135252 0 0 0 106063 148 0 0 20 0 1 0 336038717 407289856 95509 33554432000 4194304 8395647 140736001244736 140736001239960 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95509 621 1026 0 98406 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 397744

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16585
/proc/meminfo: memFree=26501992/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=1122.1 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135252 0 0 0 112053 157 0 0 20 0 1 0 336038717 407289856 95509 33554432000 4194304 8395647 140736001244736 140736001240296 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95509 621 1026 0 98406 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 397744

[startup+1182.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 16586
/proc/meminfo: memFree=26500760/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=1182.09 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135252 0 0 0 118043 166 0 0 20 0 1 0 336038717 407289856 95509 33554432000 4194304 8395647 140736001244736 140736001239240 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95509 621 1026 0 98406 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 397744

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 16890
/proc/meminfo: memFree=26804316/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=1242.08 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135252 0 0 0 124034 174 0 0 20 0 1 0 336038717 407289856 95509 33554432000 4194304 8395647 140736001244736 140736001239960 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95509 621 1026 0 98406 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 397744

[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 16890
/proc/meminfo: memFree=26805436/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=1302.08 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135252 0 0 0 130025 183 0 0 20 0 1 0 336038717 407289856 95509 33554432000 4194304 8395647 140736001244736 140736001240296 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95509 621 1026 0 98406 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 397744

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 16890
/proc/meminfo: memFree=26804088/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=1362.06 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135252 0 0 0 136013 193 0 0 20 0 1 0 336038717 407289856 95509 33554432000 4194304 8395647 140736001244736 140736001240296 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95509 621 1026 0 98406 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 397744

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16890
/proc/meminfo: memFree=26804604/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=1422.06 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135252 0 0 0 142005 201 0 0 20 0 1 0 336038717 407289856 95509 33554432000 4194304 8395647 140736001244736 140736001239384 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95509 621 1026 0 98406 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 397744

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16891
/proc/meminfo: memFree=26805004/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=1482.04 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135252 0 0 0 147994 210 0 0 20 0 1 0 336038717 407289856 95509 33554432000 4194304 8395647 140736001244736 140736001239960 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95509 621 1026 0 98406 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 397744

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16891
/proc/meminfo: memFree=26805024/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=1542.03 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135252 0 0 0 153986 217 0 0 20 0 1 0 336038717 407289856 95509 33554432000 4194304 8395647 140736001244736 140736001239240 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95509 621 1026 0 98406 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 397744

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16891
/proc/meminfo: memFree=26805048/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=1602.02 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135252 0 0 0 159976 226 0 0 20 0 1 0 336038717 407289856 95509 33554432000 4194304 8395647 140736001244736 140736001239960 5027348 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95509 621 1026 0 98406 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 397744

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 16891
/proc/meminfo: memFree=26804944/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=1662.01 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135254 0 0 0 165966 235 0 0 20 0 1 0 336038717 407289856 95511 33554432000 4194304 8395647 140736001244736 140736001239960 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95511 623 1026 0 98406 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 397744

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/178 16894
/proc/meminfo: memFree=26805216/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=1722 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135254 0 0 0 171958 242 0 0 20 0 1 0 336038717 407289856 95511 33554432000 4194304 8395647 140736001244736 140736001240296 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95511 623 1026 0 98406 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 397744

[startup+1782.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 16895
/proc/meminfo: memFree=26805000/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=1781.99 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135254 0 0 0 177949 250 0 0 20 0 1 0 336038717 407289856 95511 33554432000 4194304 8395647 140736001244736 140736001239240 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95511 623 1026 0 98406 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 397744

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

[startup+1785.5 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 16895
/proc/meminfo: memFree=26805248/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=1785.19 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135254 0 0 0 178268 251 0 0 20 0 1 0 336038717 407289856 95511 33554432000 4194304 8395647 140736001244736 140736001239960 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95511 623 1026 0 98406 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 397744

[startup+1788.7 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 16895
/proc/meminfo: memFree=26805248/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=1788.39 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135254 0 0 0 178588 251 0 0 20 0 1 0 336038717 407289856 95511 33554432000 4194304 8395647 140736001244736 140736001239240 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95511 623 1026 0 98406 0
Current children cumulated CPU time (s) 1788.39
Current children cumulated vsize (KiB) 397744

[startup+1789.5 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 16895
/proc/meminfo: memFree=26805248/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=1789.19 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135254 0 0 0 178668 251 0 0 20 0 1 0 336038717 407289856 95511 33554432000 4194304 8395647 140736001244736 140736001239240 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95511 623 1026 0 98406 0
Current children cumulated CPU time (s) 1789.19
Current children cumulated vsize (KiB) 397744

[startup+1789.9 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 16895
/proc/meminfo: memFree=26805248/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=1789.59 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135254 0 0 0 178708 251 0 0 20 0 1 0 336038717 407289856 95511 33554432000 4194304 8395647 140736001244736 140736001239960 6721248 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95511 623 1026 0 98406 0
Current children cumulated CPU time (s) 1789.59
Current children cumulated vsize (KiB) 397744

[startup+1790.1 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 16895
/proc/meminfo: memFree=26805248/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=397744 CPUtime=1789.79 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135259 0 0 0 178728 251 0 0 20 0 1 0 336038717 407289856 95516 33554432000 4194304 8395647 140736001244736 140736001239960 4969144 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 99436 95516 628 1026 0 98406 0
Current children cumulated CPU time (s) 1789.79
Current children cumulated vsize (KiB) 397744

[startup+1790.2 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 16895
/proc/meminfo: memFree=26805248/32873660 swapFree=7120/7120
[pid=16552] ppid=16550 vsize=293624 CPUtime=1789.89 cores=0,2,4,6
/proc/16552/stat : 16552 (pbscip.linux.x8) R 16550 16552 13836 0 -1 4202496 135261 0 0 0 178738 251 0 0 20 0 1 0 336038717 300670976 72696 33554432000 4194304 8395647 140736001244736 140736001239960 7435351 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16552/statm: 73150 72696 630 1026 0 72120 0
Current children cumulated CPU time (s) 1789.89
Current children cumulated vsize (KiB) 293624

Child status: 0
Real time (s): 1790.21
CPU time (s): 1789.91
CPU user time (s): 1787.39
CPU system time (s): 2.52162
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 426572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.39
system time used= 2.52162
maximum resident set size= 405768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135264
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= 18
involuntary context switches= 1908

runsolver used 2.76458 second user time and 7.33089 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 06:52:10
IDJOB=3733975
IDBENCH=2639
IDSOLVER=2326
FILE ID=node117/3733975-1338699129
RUNJOBID= node117-1338678620-13855
PBS_JOBID= 14636696
Free space on /tmp= 69100 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_20.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733975-1338699129/watcher-3733975-1338699129 -o /tmp/evaluation-result-3733975-1338699129/solver-3733975-1338699129 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733975-1338699129.opb -t 1800 -m 15500

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=662200772

node117.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.148
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.29
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.148
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	: 5331.91
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.148
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	: 5331.91
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.148
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	: 5331.95
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.148
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	: 5331.91
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.148
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	: 5331.91
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.148
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	: 5331.91
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.148
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        26876104 kB
Buffers:          609520 kB
Cached:          4141588 kB
SwapCached:          776 kB
Active:          2636676 kB
Inactive:        2447612 kB
Active(anon):     318088 kB
Inactive(anon):    11000 kB
Active(file):    2318588 kB
Inactive(file):  2436612 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:             17996 kB
Writeback:             0 kB
AnonPages:        332524 kB
Mapped:            15180 kB
Shmem:                80 kB
Slab:             776364 kB
SReclaimable:     220580 kB
SUnreclaim:       555784 kB
KernelStack:        1448 kB
PageTables:         4404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     448852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    305152 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= 69096 MiB
End job on node117 at 2012-06-03 07:22:00