Trace number 2666978

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1800.37 1800.81

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_15.opb
MD5SUMb4a219bc21641bf0d46eae2692004ebe
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark202
Best CPU time to get the best result obtained on this benchmark1800.38
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 176
Optimality of the best value was proved NO
Number of variables4320
Total number of constraints8414
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 constraints8414
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 1469
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.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
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-2666978-1276586927.opb>
0.49/0.53	c original problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 8414 constraints
0.49/0.53	c problem read
0.49/0.53	c presolving settings loaded
0.69/0.71	c presolving:
0.79/0.90	c (round 1) 0 del vars, 4200 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 14 upgd conss, 0 impls, 0 clqs
3.09/3.18	c    (2.6s) probing: 116/4320 (2.7%) - 0 fixings, 0 aggregations, 1210 implications, 0 bound changes
3.09/3.18	c    (2.6s) probing aborted: 100/100 successive totally useless probings
3.09/3.18	c presolving (2 rounds):
3.09/3.18	c  0 deleted vars, 4200 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.09/3.18	c  8610 implications, 0 cliques
3.09/3.18	c presolved problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 4214 constraints
3.09/3.18	c      14 constraints of type <knapsack>
3.09/3.18	c    4200 constraints of type <linear>
3.09/3.18	c transformed objective value is always integral (scale: 1)
3.09/3.18	c Presolving Time: 2.48
3.09/3.18	c - non default parameters ----------------------------------------------------------------------
3.09/3.18	c # SCIP version 1.2.1.2
3.09/3.18	c 
3.09/3.18	c # frequency for displaying node information lines
3.09/3.18	c # [type: int, range: [-1,2147483647], default: 100]
3.09/3.18	c display/freq = 10000
3.09/3.18	c 
3.09/3.18	c # maximal time in seconds to run
3.09/3.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.09/3.18	c limits/time = 1799.47
3.09/3.18	c 
3.09/3.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.09/3.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.09/3.18	c limits/memory = 1620
3.09/3.18	c 
3.09/3.18	c # should presolving try to simplify inequalities
3.09/3.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.18	c constraints/linear/simplifyinequalities = TRUE
3.09/3.18	c 
3.09/3.18	c # should presolving try to simplify knapsacks
3.09/3.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.18	c constraints/knapsack/simplifyinequalities = TRUE
3.09/3.18	c 
3.09/3.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.09/3.18	c # [type: int, range: [-1,2147483647], default: -1]
3.09/3.18	c separating/rapidlearning/freq = 0
3.09/3.18	c 
3.09/3.18	c -----------------------------------------------------------------------------------------------
3.09/3.18	c start solving
3.09/3.19	c 
4.30/4.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.30/4.38	c   3.7s|     1 |     0 |  4480 |     - |  36M|   0 |2485 |4320 |4214 |4320 |4214 |   0 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
13.59/13.62	c  12.8s|     1 |     0 | 10615 |     - |  36M|   0 |2493 |4320 |4214 |4320 |4356 | 142 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
14.48/14.56	c  13.8s|     1 |     0 | 10809 |     - |  37M|   0 |2499 |4320 |4214 |4320 |4480 | 266 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
15.99/16.03	c  15.2s|     1 |     0 | 11311 |     - |  37M|   0 |2512 |4320 |4214 |4320 |4599 | 385 |   0 |   0 | 1.400148e+01 |      --      |    Inf 
18.09/18.11	c  17.3s|     1 |     0 | 12225 |     - |  38M|   0 |2512 |4320 |4214 |4320 |4740 | 526 |   0 |   0 | 1.416667e+01 |      --      |    Inf 
21.09/21.15	c  20.3s|     1 |     0 | 13258 |     - |  39M|   0 |2517 |4320 |4214 |4320 |4896 | 682 |   0 |   0 | 1.416667e+01 |      --      |    Inf 
24.48/24.53	c  23.6s|     1 |     0 | 14301 |     - |  39M|   0 |2514 |4320 |4214 |4320 |5033 | 819 |   0 |   0 | 1.416667e+01 |      --      |    Inf 
28.68/28.73	c  27.8s|     1 |     0 | 15514 |     - |  40M|   0 |2507 |4320 |4214 |4320 |5146 | 932 |   0 |   0 | 1.416667e+01 |      --      |    Inf 
32.19/32.22	c  31.3s|     1 |     0 | 16552 |     - |  40M|   0 |2507 |4320 |4214 |4320 |5298 |1084 |   0 |   0 | 1.451220e+01 |      --      |    Inf 
37.19/37.27	c  36.3s|     1 |     0 | 17982 |     - |  41M|   0 |2510 |4320 |4214 |4320 |5424 |1210 |   0 |   0 | 1.451220e+01 |      --      |    Inf 
43.08/43.19	c  42.2s|     1 |     0 | 19322 |     - |  41M|   0 |2507 |4320 |4214 |4320 |5542 |1328 |   0 |   0 | 1.451220e+01 |      --      |    Inf 
48.88/48.93	c  47.9s|     1 |     0 | 21788 |     - |  41M|   0 |2494 |4320 |4214 |4320 |5579 |1365 |   0 |   0 | 1.451220e+01 |      --      |    Inf 
53.78/53.89	c  52.8s|     1 |     0 | 23880 |     - |  41M|   0 |2484 |4320 |4214 |4320 |5603 |1389 |   0 |   0 | 1.451603e+01 |      --      |    Inf 
58.18/58.24	c  57.1s|     1 |     0 | 25577 |     - |  41M|   0 |2476 |4320 |4214 |4320 |5639 |1425 |   0 |   0 | 1.453846e+01 |      --      |    Inf 
63.38/63.46	c  62.2s|     1 |     0 | 27659 |     - |  41M|   0 |2476 |4320 |4214 |4320 |5670 |1456 |   0 |   0 | 1.453846e+01 |      --      |    Inf 
68.27/68.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.27/68.37	c  67.1s|     1 |     0 | 29601 |     - |  41M|   0 |2474 |4320 |4214 |4320 |5055 |1478 |   0 |   0 | 1.453846e+01 |      --      |    Inf 
72.18/72.20	c  70.9s|     1 |     0 | 31264 |     - |  41M|   0 |2458 |4320 |4214 |4320 |5075 |1498 |   0 |   0 | 1.453846e+01 |      --      |    Inf 
75.88/75.92	c  74.6s|     1 |     0 | 32897 |     - |  41M|   0 |2459 |4320 |4214 |4320 |5098 |1521 |   0 |   0 | 1.453846e+01 |      --      |    Inf 
79.67/79.80	c  78.4s|     1 |     0 | 34700 |     - |  41M|   0 |2437 |4320 |4214 |4320 |5121 |1544 |   0 |   0 | 1.453846e+01 |      --      |    Inf 
134.56/134.64	c   133s|     1 |     2 | 34700 |     - |  41M|   0 |2437 |4320 |4214 |4320 |5121 |1544 |   0 |  28 | 1.453846e+01 |      --      |    Inf 
1800.06/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.17/1800.66	c 
1800.17/1800.66	c SCIP Status        : solving was interrupted [user interrupt]
1800.17/1800.66	c Solving Time (sec) : 1775.30
1800.17/1800.66	c Solving Nodes      : 2107
1800.17/1800.66	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.17/1800.66	c Dual Bound         : +1.51052631578947e+01
1800.17/1800.66	c Gap                : infinite
1800.17/1800.66	s UNKNOWN
1800.17/1800.66	c SCIP Status        : solving was interrupted [user interrupt]
1800.17/1800.66	c Solving Time       :    1775.30
1800.17/1800.66	c Original Problem   :
1800.17/1800.66	c   Problem name     : HOME/instance-2666978-1276586927.opb
1800.17/1800.66	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.17/1800.66	c   Constraints      : 8414 initial, 8414 maximal
1800.17/1800.66	c Presolved Problem  :
1800.17/1800.66	c   Problem name     : t_HOME/instance-2666978-1276586927.opb
1800.17/1800.66	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.17/1800.66	c   Constraints      : 4214 initial, 7208 maximal
1800.17/1800.66	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.17/1800.66	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.17/1800.66	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.17/1800.66	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.17/1800.66	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.17/1800.66	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.17/1800.66	c   probing          :       2.21          0          0          0          0          0          0          0          0
1800.17/1800.66	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.17/1800.66	c   linear           :       0.22          0          0          0          0          0       4200          0          0
1800.17/1800.66	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.17/1800.66	c   root node        :          -          0          -          -          0          -          -          -          -
1800.17/1800.66	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.17/1800.66	c   integral         :          0          0          0       1928          0          1        378          0          0       3670
1800.17/1800.66	c   knapsack         :         14         18      12471          0          0         27        945        317          0          0
1800.17/1800.66	c   linear           :       4200         18      12444          0          0        185      17668          2          0          0
1800.17/1800.66	c   logicor          :          0+         0       5709          0          0          1       2193          0          0          0
1800.17/1800.66	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.17/1800.66	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.17/1800.66	c   integral         :     446.49       0.00       0.00     446.49       0.00
1800.17/1800.66	c   knapsack         :       0.95       0.00       0.95       0.00       0.00
1800.17/1800.66	c   linear           :      35.89       0.01      35.88       0.00       0.00
1800.17/1800.66	c   logicor          :       0.23       0.00       0.23       0.00       0.00
1800.17/1800.66	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.17/1800.66	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.17/1800.66	c   vbounds          :       0.01          2          0          0
1800.17/1800.66	c   rootredcost      :       0.01          0          0          0
1800.17/1800.66	c   pseudoobj        :       0.02      12235          0          0
1800.17/1800.66	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.17/1800.66	c   propagation      :       0.02        213        213        866       16.7          2       12.0          -
1800.17/1800.66	c   infeasible LP    :       4.53       2309       2309       2648       10.0         18       15.8          0
1800.17/1800.66	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.17/1800.66	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.17/1800.66	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.17/1800.66	c   applied globally :          -          -          -       2996       10.0          -          -          -
1800.17/1800.66	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.17/1800.66	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.17/1800.66	c   cut pool         :       0.03         17          -          -      15475          -    (maximal pool size: 6597)
1800.17/1800.66	c   redcost          :       1.07       1938          0          2          0          0
1800.17/1800.66	c   impliedbounds    :       0.02         18          0          0         18          0
1800.17/1800.66	c   intobj           :       0.00          0          0          0          0          0
1800.17/1800.66	c   cgmip            :       0.00          0          0          0          0          0
1800.17/1800.66	c   gomory           :       3.06         18          0          0        130          0
1800.17/1800.66	c   strongcg         :       3.06         18          0          0        102          0
1800.17/1800.66	c   cmir             :       4.48         10          0          0       5000          0
1800.17/1800.66	c   flowcover        :       5.87         10          0          0       2000          0
1800.17/1800.66	c   clique           :       0.01          1          0          0          0          0
1800.17/1800.66	c   zerohalf         :       0.00          0          0          0          0          0
1800.17/1800.66	c   mcf              :       0.00          1          0          0          0          0
1800.17/1800.66	c   rapidlearning    :       1.61          1          0          0          0          0
1800.17/1800.66	c Pricers            :       Time      Calls       Vars
1800.17/1800.66	c   problem variables:       0.00          0          0
1800.17/1800.66	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.17/1800.66	c   relpscost        :     446.46       1928          1        378          0          0       3670
1800.17/1800.66	c   pscost           :       0.00          0          0          0          0          0          0
1800.17/1800.66	c   inference        :       0.00          0          0          0          0          0          0
1800.17/1800.66	c   mostinf          :       0.00          0          0          0          0          0          0
1800.17/1800.66	c   leastinf         :       0.00          0          0          0          0          0          0
1800.17/1800.66	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.17/1800.66	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.17/1800.66	c   random           :       0.00          0          0          0          0          0          0
1800.17/1800.66	c Primal Heuristics  :       Time      Calls      Found
1800.17/1800.66	c   LP solutions     :       0.00          -          0
1800.17/1800.66	c   pseudo solutions :       0.00          -          0
1800.17/1800.66	c   oneopt           :       0.00          0          0
1800.17/1800.66	c   crossover        :       0.00          0          0
1800.17/1800.66	c   guideddiving     :       0.00          0          0
1800.17/1800.66	c   linesearchdiving :      49.80         12          0
1800.17/1800.66	c   trivial          :       0.01          2          0
1800.17/1800.66	c   simplerounding   :       0.00          0          0
1800.17/1800.66	c   zirounding       :       0.63       1000          0
1800.17/1800.66	c   rounding         :       2.29        575          0
1800.17/1800.66	c   shifting         :       9.95        155          0
1800.17/1800.66	c   intshifting      :       0.00          0          0
1800.17/1800.66	c   twoopt           :       0.00          0          0
1800.17/1800.66	c   fixandinfer      :       0.00          0          0
1800.17/1800.66	c   feaspump         :      41.54         10          0
1800.17/1800.66	c   coefdiving       :     378.51          2          0
1800.17/1800.66	c   pscostdiving     :      42.93         10          0
1800.17/1800.66	c   fracdiving       :     116.40          3          0
1800.17/1800.66	c   veclendiving     :      31.31          9          0
1800.17/1800.66	c   intdiving        :       0.00          0          0
1800.17/1800.66	c   actconsdiving    :       0.00          0          0
1800.17/1800.66	c   objpscostdiving  :      31.71          4          0
1800.17/1800.66	c   rootsoldiving    :      20.83          6          0
1800.17/1800.66	c   octane           :       0.00          0          0
1800.17/1800.66	c   rens             :       0.01          0          0
1800.17/1800.66	c   rins             :       0.00          0          0
1800.17/1800.66	c   localbranching   :       0.00          0          0
1800.17/1800.66	c   mutation         :       0.00          0          0
1800.17/1800.66	c   dins             :       0.00          0          0
1800.17/1800.66	c   undercover       :       0.00          0          0
1800.17/1800.66	c   nlp              :       0.00          0          0
1800.17/1800.66	c   trysol           :       0.00          0          0
1800.17/1800.66	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.17/1800.66	c   primal LP        :       0.05          0          0       0.00       0.00
1800.17/1800.66	c   dual LP          :     551.17       2141     679135     317.20    1232.17
1800.17/1800.66	c   lex dual LP      :       0.00          0          0       0.00          -
1800.17/1800.66	c   barrier LP       :       0.00          0          0       0.00          -
1800.17/1800.66	c   diving/probing LP:     674.94       4436    1041721     234.83    1543.43
1800.17/1800.66	c   strong branching :     444.67       1293     467175     361.31    1050.61
1800.17/1800.66	c     (at root node) :          -         28      24014     857.64          -
1800.17/1800.66	c   conflict analysis:       0.00          0          0       0.00          -
1800.17/1800.66	c B&B Tree           :
1800.17/1800.66	c   number of runs   :          1
1800.17/1800.66	c   nodes            :       2107
1800.17/1800.66	c   nodes (total)    :       2107
1800.17/1800.66	c   nodes left       :       1547
1800.17/1800.66	c   max depth        :         47
1800.17/1800.66	c   max depth (total):         47
1800.17/1800.66	c   backtracks       :        408 (19.4%)
1800.17/1800.66	c   delayed cutoffs  :         17
1800.17/1800.66	c   repropagations   :       1862 (5619 domain reductions, 2 cutoffs)
1800.17/1800.66	c   avg switch length:       6.01
1800.17/1800.66	c   switching time   :       3.60
1800.17/1800.66	c Solution           :
1800.17/1800.66	c   Solutions found  :          0 (0 improvements)
1800.17/1800.66	c   Primal Bound     :          -
1800.17/1800.66	c   Dual Bound       : +1.51052631578947e+01
1800.17/1800.66	c   Gap              :   infinite
1800.17/1800.66	c   Root Dual Bound  : +1.45384615384615e+01
1800.17/1800.66	c   Root Iterations  :      34700
1800.35/1800.80	c Time complete: 1800.37.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.13 2.06 1.67 3/107 1514
/proc/meminfo: memFree=1823980/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=4792 CPUtime=0
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 533 0 0 0 0 0 0 0 15 0 1 0 32348472 4907008 454 1992294400 4194304 8223781 140736123355312 18446744073709551615 7246778 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1514/statm: 1198 455 302 984 0 211 0

[startup+0.052458 s]
/proc/loadavg: 2.13 2.06 1.67 3/107 1514
/proc/meminfo: memFree=1823980/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=10052 CPUtime=0.04
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 1834 0 0 0 4 0 0 0 17 0 1 0 32348472 10293248 1753 1992294400 4194304 8223781 140736123355312 18446744073709551615 5648813 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1514/statm: 2513 1753 365 984 0 1526 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10052

[startup+0.101462 s]
/proc/loadavg: 2.13 2.06 1.67 3/107 1514
/proc/meminfo: memFree=1823980/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=11336 CPUtime=0.09
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 2132 0 0 0 8 1 0 0 17 0 1 0 32348472 11608064 2051 1992294400 4194304 8223781 140736123355312 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1514/statm: 2834 2051 365 984 0 1847 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11336

[startup+0.30048 s]
/proc/loadavg: 2.13 2.06 1.67 3/107 1514
/proc/meminfo: memFree=1823980/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=16344 CPUtime=0.29
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 3384 0 0 0 28 1 0 0 17 0 1 0 32348472 16736256 3303 1992294400 4194304 8223781 140736123355312 18446744073709551615 5648368 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1514/statm: 4086 3303 365 984 0 3099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16344

[startup+0.700516 s]
/proc/loadavg: 2.13 2.06 1.67 3/107 1514
/proc/meminfo: memFree=1823980/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=87064 CPUtime=0.69
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 20610 0 0 0 62 7 0 0 17 0 1 0 32348472 89153536 20165 1992294400 4194304 8223781 140736123355312 18446744073709551615 4561060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 21766 20165 402 984 0 20779 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87064

[startup+1.50059 s]
/proc/loadavg: 2.13 2.06 1.67 2/108 1515
/proc/meminfo: memFree=1743248/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=89852 CPUtime=1.49
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 21942 0 0 0 140 9 0 0 18 0 1 0 32348472 92008448 20630 1992294400 4194304 8223781 140736123355312 18446744073709551615 4981189 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 22463 20630 465 984 0 21476 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89852

[startup+3.10173 s]
/proc/loadavg: 2.04 2.04 1.67 2/108 1515
/proc/meminfo: memFree=1742504/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=90112 CPUtime=3.09
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 22019 0 0 0 300 9 0 0 21 0 1 0 32348472 92274688 20707 1992294400 4194304 8223781 140736123355312 18446744073709551615 4979703 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 22528 20707 465 984 0 21541 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90112

[startup+6.30102 s]
/proc/loadavg: 2.04 2.04 1.67 2/108 1515
/proc/meminfo: memFree=1722912/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=113604 CPUtime=6.29
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 29117 0 0 0 615 14 0 0 25 0 1 0 32348472 116330496 25603 1992294400 4194304 8223781 140736123355312 18446744073709551615 6563140 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 28401 25603 544 984 0 27414 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 113604

[startup+12.7016 s]
/proc/loadavg: 1.88 2.01 1.66 2/108 1515
/proc/meminfo: memFree=1684844/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=165792 CPUtime=12.69
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 44521 0 0 0 1244 25 0 0 25 0 1 0 32348472 169771008 37950 1992294400 4194304 8223781 140736123355312 18446744073709551615 4643304 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 41448 37950 573 984 0 40461 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 165792

[startup+25.5007 s]
/proc/loadavg: 1.82 1.99 1.66 2/108 1517
/proc/meminfo: memFree=1695012/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=147252 CPUtime=25.48
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 55436 0 0 0 2510 38 0 0 25 0 1 0 32348472 150786048 32620 1992294400 4194304 8223781 140736123355312 18446744073709551615 6043587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 36813 32620 584 984 0 35826 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 147252

[startup+51.1011 s]
/proc/loadavg: 1.54 1.91 1.64 2/108 1517
/proc/meminfo: memFree=1691416/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=150028 CPUtime=51.08
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 76676 0 0 0 5051 57 0 0 25 0 1 0 32348472 153628672 33546 1992294400 4194304 8223781 140736123355312 18446744073709551615 6599057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 37507 33546 581 984 0 36520 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 150028

[startup+102.309 s]
/proc/loadavg: 1.33 1.79 1.61 2/108 1519
/proc/meminfo: memFree=1691168/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=149144 CPUtime=102.27
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 151988 0 0 0 10116 111 0 0 25 0 1 0 32348472 152723456 33661 1992294400 4194304 8223781 140736123355312 18446744073709551615 6569978 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 37286 33661 582 984 0 36299 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 149144

[startup+162.301 s]
/proc/loadavg: 1.12 1.64 1.57 2/108 1519
/proc/meminfo: memFree=1692780/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=146000 CPUtime=162.26
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 289535 0 0 0 16033 193 0 0 25 0 1 0 32348472 149504000 33087 1992294400 4194304 8223781 140736123355312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 36500 33087 582 984 0 35513 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 146000

[startup+222.3 s]
/proc/loadavg: 1.04 1.52 1.53 2/108 1521
/proc/meminfo: memFree=1695756/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=141812 CPUtime=222.24
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 478222 0 0 0 21924 300 0 0 25 0 1 0 32348472 145215488 32267 1992294400 4194304 8223781 140736123355312 18446744073709551615 6568490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 35453 32267 582 984 0 34466 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 141812

[startup+282.301 s]
/proc/loadavg: 1.06 1.44 1.50 2/108 1523
/proc/meminfo: memFree=1692656/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=145392 CPUtime=282.22
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 657702 0 0 0 27818 404 0 0 25 0 1 0 32348472 148881408 33013 1992294400 4194304 8223781 140736123355312 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 36348 33013 582 984 0 35361 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 145392

[startup+342.301 s]
/proc/loadavg: 1.02 1.36 1.47 2/108 1525
/proc/meminfo: memFree=1691788/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=146376 CPUtime=342.21
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 718113 0 0 0 33755 466 0 0 25 0 1 0 32348472 149889024 33223 1992294400 4194304 8223781 140736123355312 18446744073709551615 6568470 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 36594 33223 587 984 0 35607 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 146376

[startup+402.301 s]
/proc/loadavg: 1.00 1.29 1.44 2/108 1527
/proc/meminfo: memFree=1691416/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=146940 CPUtime=402.19
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 787139 0 0 0 39695 524 0 0 25 0 1 0 32348472 150466560 33413 1992294400 4194304 8223781 140736123355312 18446744073709551615 6539240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 36735 33413 587 984 0 35748 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 146940

[startup+462.301 s]
/proc/loadavg: 1.00 1.23 1.41 2/108 1527
/proc/meminfo: memFree=1694020/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=147052 CPUtime=462.18
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 862026 0 0 0 45640 578 0 0 25 0 1 0 32348472 150581248 33101 1992294400 4194304 8223781 140736123355312 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 36763 33101 588 984 0 35776 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 147052

[startup+522.3 s]
/proc/loadavg: 1.00 1.19 1.38 2/108 1529
/proc/meminfo: memFree=1693028/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=144284 CPUtime=522.16
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 943740 0 0 0 51563 653 0 0 25 0 1 0 32348472 147746816 32876 1992294400 4194304 8223781 140736123355312 18446744073709551615 6568136 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 36071 32876 588 984 0 35084 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 144284

[startup+582.301 s]
/proc/loadavg: 1.00 1.15 1.35 2/108 1534
/proc/meminfo: memFree=1694392/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=140908 CPUtime=582.15
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 1030310 0 0 0 57490 725 0 0 25 0 1 0 32348472 144289792 32432 1992294400 4194304 8223781 140736123355312 18446744073709551615 6615009 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 35227 32432 588 984 0 34240 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 140908

[startup+642.301 s]
/proc/loadavg: 1.00 1.12 1.33 2/108 1536
/proc/meminfo: memFree=1691664/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=145588 CPUtime=642.14
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 1124271 0 0 0 63418 796 0 0 25 0 1 0 32348472 149082112 33058 1992294400 4194304 8223781 140736123355312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 36397 33058 588 984 0 35410 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 145588

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.00 1.04 1.23 2/108 1544
/proc/meminfo: memFree=1690300/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=147148 CPUtime=942.06
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 1685753 0 0 0 93012 1194 0 0 25 0 1 0 32348472 150679552 33553 1992294400 4194304 8223781 140736123355312 18446744073709551615 6448661 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 36787 33553 588 984 0 35800 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 147148

[startup+1002.3 s]
/proc/loadavg: 1.00 1.03 1.21 2/108 1546
/proc/meminfo: memFree=1689680/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=147756 CPUtime=1002.05
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 1769155 0 0 0 98944 1261 0 0 25 0 1 0 32348472 151302144 33543 1992294400 4194304 8223781 140736123355312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 36939 33543 588 984 0 35952 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 147756

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.19 2/108 1546
/proc/meminfo: memFree=1691664/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=147148 CPUtime=1062.03
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 1917748 0 0 0 104846 1357 0 0 25 0 1 0 32348472 150679552 33189 1992294400 4194304 8223781 140736123355312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 36787 33189 588 984 0 35800 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 147148

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.18 2/108 1548
/proc/meminfo: memFree=1691788/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=147636 CPUtime=1122.02
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 2023247 0 0 0 110763 1439 0 0 25 0 1 0 32348472 151179264 33659 1992294400 4194304 8223781 140736123355312 18446744073709551615 6614966 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 36909 33659 588 984 0 35922 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 147636

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/108 1550
/proc/meminfo: memFree=1691912/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=145804 CPUtime=1182.01
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 2203515 0 0 0 116654 1547 0 0 25 0 1 0 32348472 149303296 33054 1992294400 4194304 8223781 140736123355312 18446744073709551615 4649760 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 36451 33054 588 984 0 35464 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 145804

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/108 1552
/proc/meminfo: memFree=1690052/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=146688 CPUtime=1241.99
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 2363119 0 0 0 122553 1646 0 0 25 0 1 0 32348472 150208512 33191 1992294400 4194304 8223781 140736123355312 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 36672 33191 588 984 0 35685 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 146688

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/108 1554
/proc/meminfo: memFree=1689432/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=147952 CPUtime=1301.98
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 2513071 0 0 0 128451 1747 0 0 25 0 1 0 32348472 151502848 33549 1992294400 4194304 8223781 140736123355312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 36988 33549 588 984 0 36001 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 147952

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/108 1554
/proc/meminfo: memFree=1689432/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=148056 CPUtime=1361.96
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 2582471 0 0 0 134377 1819 0 0 25 0 1 0 32348472 151609344 33591 1992294400 4194304 8223781 140736123355312 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 37014 33591 588 984 0 36027 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 148056

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.12 2/108 1556
/proc/meminfo: memFree=1688812/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=148296 CPUtime=1421.95
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 2653070 0 0 0 140309 1886 0 0 25 0 1 0 32348472 151855104 33772 1992294400 4194304 8223781 140736123355312 18446744073709551615 6561914 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 37074 33772 588 984 0 36087 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 148296

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/108 1558
/proc/meminfo: memFree=1688936/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=148296 CPUtime=1481.94
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 2722070 0 0 0 146235 1959 0 0 25 0 1 0 32348472 151855104 33708 1992294400 4194304 8223781 140736123355312 18446744073709551615 6568470 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 37074 33708 588 984 0 36087 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 148296

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/108 1560
/proc/meminfo: memFree=1688316/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=151332 CPUtime=1541.92
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 2821644 0 0 0 152154 2038 0 0 25 0 1 0 32348472 154963968 33869 1992294400 4194304 8223781 140736123355312 18446744073709551615 6592556 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 37833 33869 588 984 0 36846 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 151332

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/108 1562
/proc/meminfo: memFree=1689804/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=143908 CPUtime=1601.9
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 2962904 0 0 0 158050 2140 0 0 25 0 1 0 32348472 147361792 32857 1992294400 4194304 8223781 140736123355312 18446744073709551615 6592542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 35977 32870 588 984 0 34990 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 143908

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/108 1562
/proc/meminfo: memFree=1688936/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=149364 CPUtime=1661.89
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 3121764 0 0 0 163953 2236 0 0 25 0 1 0 32348472 152948736 33719 1992294400 4194304 8223781 140736123355312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 37341 33719 588 984 0 36354 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 149364

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/108 1564
/proc/meminfo: memFree=1688068/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=150260 CPUtime=1721.88
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 3219760 0 0 0 169874 2314 0 0 25 0 1 0 32348472 153866240 33805 1992294400 4194304 8223781 140736123355312 18446744073709551615 6568494 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 37565 33805 588 984 0 36578 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 150260

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/108 1566
/proc/meminfo: memFree=1686828/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=149412 CPUtime=1781.86
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 3370014 0 0 0 175775 2411 0 0 25 0 1 0 32348472 152997888 34060 1992294400 4194304 8223781 140736123355312 18446744073709551615 6568404 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 37353 34060 588 984 0 36366 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 149412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.07 2/108 1566
/proc/meminfo: memFree=1686456/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=150480 CPUtime=1800.06
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 3415213 0 0 0 177565 2441 0 0 25 0 1 0 32348472 154091520 34255 1992294400 4194304 8223781 140736123355312 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 37620 34255 588 984 0 36633 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 150480

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 1.07 2/109 1567
/proc/meminfo: memFree=1686324/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=150480 CPUtime=1800.17
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 3415252 0 0 0 177576 2441 0 0 25 0 1 0 32348472 154091520 34294 1992294400 4194304 8223781 140736123355312 18446744073709551615 6591967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1514/statm: 37620 34294 588 984 0 36633 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 150480

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.07 2/109 1567
/proc/meminfo: memFree=1686324/2059040 swapFree=4140072/4192956
[pid=1514] ppid=1512 vsize=41512 CPUtime=1800.35
/proc/1514/stat : 1514 (pbscip.linux.x8) R 1512 1514 1420 0 -1 4202496 3415484 0 0 0 177593 2442 0 0 25 0 1 0 32348472 42508288 9755 1992294400 4194304 8223781 140736123355312 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1514/statm: 10251 9653 590 984 0 9264 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 41512

Child status: 0
Real time (s): 1800.81
CPU time (s): 1800.37
CPU user time (s): 1775.94
CPU system time (s): 24.4303
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 165924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.94
system time used= 24.4303
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3415488
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1511

runsolver used 2.91556 second user time and 8.5667 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-15 09:28:47
IDJOB=2666978
IDBENCH=2634
IDSOLVER=1169
FILE ID=node025/2666978-1276586927
PBS_JOBID= 11173544
Free space on /tmp= 62580 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 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_15.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-2666978-1276586927/watcher-2666978-1276586927 -o /tmp/evaluation-result-2666978-1276586927/solver-2666978-1276586927 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666978-1276586927.opb -t 1800 -m 1800

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

MD5SUM BENCH= b4a219bc21641bf0d46eae2692004ebe
RANDOM SEED=840978757

node025.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1824384 kB
Buffers:         36912 kB
Cached:         110020 kB
SwapCached:       6496 kB
Active:          93532 kB
Inactive:        66464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1824384 kB
SwapTotal:     4192956 kB
SwapFree:      4140072 kB
Dirty:            6600 kB
Writeback:           0 kB
AnonPages:       11188 kB
Mapped:          12936 kB
Slab:            52784 kB
PageTables:       4076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183384 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62576 MiB
End job on node025 at 2010-06-15 09:58:50