Trace number 2665685

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.45 1800.9

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_16.opb
MD5SUM69b04711942c7a7cbb28264339dbffe2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark235
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 223
Optimality of the best value was proved NO
Number of variables5584
Total number of constraints10895
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 constraints10895
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 2555
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [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-2665685-1276583617.opb>
0.69/0.74	c original problem has 5584 variables (5584 bin, 0 int, 0 impl, 0 cont) and 10895 constraints
0.69/0.74	c problem read
0.69/0.74	c presolving settings loaded
0.89/0.99	c presolving:
1.10/1.17	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 240 chg sides, 240 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
1.19/1.26	c (round 2) 0 del vars, 5320 del conss, 0 chg bounds, 240 chg sides, 240 chg coeffs, 135 upgd conss, 0 impls, 0 clqs
1.29/1.37	c (round 3) 0 del vars, 5320 del conss, 0 chg bounds, 240 chg sides, 240 chg coeffs, 255 upgd conss, 1874 impls, 0 clqs
1.39/1.40	c (round 4) 0 del vars, 5320 del conss, 0 chg bounds, 345 chg sides, 420 chg coeffs, 255 upgd conss, 1874 impls, 0 clqs
7.60/7.61	c    (6.7s) probing: 200/5584 (3.6%) - 8 fixings, 0 aggregations, 455 implications, 0 bound changes
7.60/7.61	c    (6.7s) probing aborted: 100/100 successive totally useless probings
7.60/7.61	c (round 5) 8 del vars, 5320 del conss, 0 chg bounds, 345 chg sides, 420 chg coeffs, 255 upgd conss, 3176 impls, 0 clqs
7.70/7.73	c presolving (6 rounds):
7.70/7.73	c  8 deleted vars, 5320 deleted constraints, 0 tightened bounds, 0 added holes, 345 changed sides, 426 changed coefficients
7.70/7.73	c  3176 implications, 0 cliques
7.70/7.73	c presolved problem has 5576 variables (5576 bin, 0 int, 0 impl, 0 cont) and 5575 constraints
7.70/7.73	c     255 constraints of type <knapsack>
7.70/7.73	c    5320 constraints of type <linear>
7.70/7.73	c transformed objective value is always integral (scale: 1)
7.70/7.73	c Presolving Time: 6.71
7.70/7.73	c - non default parameters ----------------------------------------------------------------------
7.70/7.73	c # SCIP version 1.2.1.2
7.70/7.73	c 
7.70/7.73	c # frequency for displaying node information lines
7.70/7.73	c # [type: int, range: [-1,2147483647], default: 100]
7.70/7.73	c display/freq = 10000
7.70/7.73	c 
7.70/7.73	c # maximal time in seconds to run
7.70/7.73	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.70/7.73	c limits/time = 1799.26
7.70/7.73	c 
7.70/7.73	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
7.70/7.73	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.70/7.73	c limits/memory = 1620
7.70/7.73	c 
7.70/7.73	c # should presolving try to simplify inequalities
7.70/7.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
7.70/7.73	c constraints/linear/simplifyinequalities = TRUE
7.70/7.73	c 
7.70/7.73	c # should presolving try to simplify knapsacks
7.70/7.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
7.70/7.73	c constraints/knapsack/simplifyinequalities = TRUE
7.70/7.73	c 
7.70/7.73	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
7.70/7.73	c # [type: int, range: [-1,2147483647], default: -1]
7.70/7.73	c separating/rapidlearning/freq = 0
7.70/7.73	c 
7.70/7.73	c -----------------------------------------------------------------------------------------------
7.70/7.73	c start solving
7.70/7.74	c 
8.89/8.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.89/8.97	c   8.0s|     1 |     0 |  3615 |     - |  50M|   0 |3195 |5576 |5575 |5576 |5575 |   0 |   0 |   0 | 1.500000e+01 |      --      |    Inf 
12.09/12.11	c  11.1s|     1 |     0 |  3708 |     - |  51M|   0 |3207 |5576 |5575 |5576 |5651 |  76 |   0 |   0 | 1.500000e+01 |      --      |    Inf 
13.38/13.44	c  12.4s|     1 |     0 |  3892 |     - |  51M|   0 |3215 |5576 |5575 |5576 |5714 | 139 |   0 |   0 | 1.500000e+01 |      --      |    Inf 
15.40/15.46	c  14.4s|     1 |     0 |  4228 |     - |  52M|   0 |3224 |5576 |5575 |5576 |5773 | 198 |   0 |   0 | 1.500000e+01 |      --      |    Inf 
17.69/17.70	c  16.6s|     1 |     0 |  4632 |     - |  52M|   0 |3218 |5576 |5575 |5576 |5824 | 249 |   0 |   0 | 1.500000e+01 |      --      |    Inf 
20.79/20.87	c  19.7s|     1 |     0 |  5160 |     - |  53M|   0 |3244 |5576 |5575 |5576 |5893 | 318 |   0 |   0 | 1.500112e+01 |      --      |    Inf 
24.19/24.25	c  23.1s|     1 |     0 |  5703 |     - |  53M|   0 |3031 |5576 |5575 |5576 |5954 | 379 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
27.49/27.59	c  26.4s|     1 |     0 |  6187 |     - |  54M|   0 |3139 |5576 |5575 |5576 |6005 | 430 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
32.49/32.52	c  31.3s|     1 |     0 |  6875 |     - |  54M|   0 |3148 |5576 |5575 |5576 |6056 | 481 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
38.69/38.78	c  37.5s|     1 |     0 |  7505 |     - |  55M|   0 |3164 |5576 |5575 |5576 |6095 | 520 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
43.78/43.80	c  42.5s|     1 |     0 |  8274 |     - |  55M|   0 |3147 |5576 |5575 |5576 |6126 | 551 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
48.08/48.10	c  46.7s|     1 |     0 |  9606 |     - |  55M|   0 |3141 |5576 |5575 |5576 |6106 | 576 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
91.87/91.91	c  89.8s|     1 |     2 |  9606 |     - |  55M|   0 |3141 |5576 |5575 |5576 |6106 | 576 |   0 |  18 | 1.600000e+01 |      --      |    Inf 
1800.05/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.25/1800.72	c 
1800.25/1800.72	c SCIP Status        : solving was interrupted [user interrupt]
1800.25/1800.72	c Solving Time (sec) : 1768.20
1800.25/1800.72	c Solving Nodes      : 1317
1800.25/1800.72	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.25/1800.72	c Dual Bound         : +2.80000000000001e+01
1800.25/1800.72	c Gap                : infinite
1800.25/1800.72	s UNKNOWN
1800.25/1800.72	c SCIP Status        : solving was interrupted [user interrupt]
1800.25/1800.72	c Solving Time       :    1768.20
1800.25/1800.72	c Original Problem   :
1800.25/1800.72	c   Problem name     : HOME/instance-2665685-1276583617.opb
1800.25/1800.72	c   Variables        : 5584 (5584 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.25/1800.72	c   Constraints      : 10895 initial, 10895 maximal
1800.25/1800.72	c Presolved Problem  :
1800.25/1800.72	c   Problem name     : t_HOME/instance-2665685-1276583617.opb
1800.25/1800.72	c   Variables        : 5576 (5576 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.25/1800.72	c   Constraints      : 5575 initial, 9645 maximal
1800.25/1800.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.25/1800.72	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1800.25/1800.72	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.25/1800.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.25/1800.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.25/1800.72	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.25/1800.72	c   probing          :       6.18          8          0          0          0          0          0          0          0
1800.25/1800.72	c   knapsack         :       0.02          0          0          0          0          0          0        105        186
1800.25/1800.72	c   linear           :       0.42          0          0          0          0          0       5320        240        240
1800.25/1800.72	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.25/1800.72	c   root node        :          -          0          -          -          0          -          -          -          -
1800.25/1800.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.25/1800.72	c   integral         :          0          0          0       1205          0          0        145          0          0       2322
1800.25/1800.72	c   knapsack         :        255         11      13412          0          0         43       1133       1891          0          0
1800.25/1800.72	c   linear           :       5320         11      13369          0          0        105       3862          2          0          0
1800.25/1800.72	c   logicor          :          0+         0       7091          0          0          0       1407          0          0          0
1800.25/1800.72	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.25/1800.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.25/1800.72	c   integral         :     562.75       0.00       0.00     562.75       0.00
1800.25/1800.72	c   knapsack         :       2.35       0.10       2.25       0.00       0.00
1800.25/1800.72	c   linear           :      37.85       0.02      37.83       0.00       0.00
1800.25/1800.72	c   logicor          :       0.14       0.00       0.14       0.00       0.00
1800.25/1800.72	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.25/1800.72	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.25/1800.72	c   vbounds          :       0.02          2          0          0
1800.25/1800.72	c   rootredcost      :       0.01          0          0          0
1800.25/1800.72	c   pseudoobj        :       0.05      12987          0          0
1800.25/1800.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.25/1800.72	c   propagation      :       0.01        140        140        691       19.6          4       13.8          -
1800.25/1800.72	c   infeasible LP    :       8.19       3565       3564       3692        7.8         12        5.7          0
1800.25/1800.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.25/1800.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.25/1800.72	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.25/1800.72	c   applied globally :          -          -          -       4071        8.8          -          -          -
1800.25/1800.72	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.25/1800.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.25/1800.72	c   cut pool         :       0.01         10          -          -       5118          -    (maximal pool size: 6322)
1800.25/1800.72	c   redcost          :       0.89       1212          0          0          0          0
1800.25/1800.72	c   impliedbounds    :       0.00         11          0          0         57          0
1800.25/1800.72	c   intobj           :       0.00          0          0          0          0          0
1800.25/1800.72	c   cgmip            :       0.00          0          0          0          0          0
1800.25/1800.72	c   gomory           :       0.62         11          0          0         51          0
1800.25/1800.72	c   strongcg         :       0.61         11          0          0         25          0
1800.25/1800.72	c   cmir             :      11.51         10          0          0       4974          0
1800.25/1800.72	c   flowcover        :       5.27         10          0          0       1616          0
1800.25/1800.72	c   clique           :       0.01          1          0          0          0          0
1800.25/1800.72	c   zerohalf         :       0.00          0          0          0          0          0
1800.25/1800.72	c   mcf              :       0.00          1          0          0          0          0
1800.25/1800.72	c   rapidlearning    :       1.88          1          0          0          0          0
1800.25/1800.72	c Pricers            :       Time      Calls       Vars
1800.25/1800.72	c   problem variables:       0.00          0          0
1800.25/1800.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.25/1800.72	c   relpscost        :     562.74       1205          0        145          0          0       2322
1800.25/1800.72	c   pscost           :       0.00          0          0          0          0          0          0
1800.25/1800.72	c   inference        :       0.00          0          0          0          0          0          0
1800.25/1800.72	c   mostinf          :       0.00          0          0          0          0          0          0
1800.25/1800.72	c   leastinf         :       0.00          0          0          0          0          0          0
1800.25/1800.72	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.25/1800.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.25/1800.72	c   random           :       0.00          0          0          0          0          0          0
1800.25/1800.72	c Primal Heuristics  :       Time      Calls      Found
1800.25/1800.72	c   LP solutions     :       0.00          -          0
1800.25/1800.72	c   pseudo solutions :       0.00          -          0
1800.25/1800.72	c   oneopt           :       0.01          0          0
1800.25/1800.72	c   crossover        :       0.00          0          0
1800.25/1800.72	c   trivial          :       0.01          2          0
1800.25/1800.72	c   simplerounding   :       0.00          0          0
1800.25/1800.72	c   zirounding       :       0.92       1000          0
1800.25/1800.72	c   rounding         :       3.21        443          0
1800.25/1800.72	c   shifting         :      10.66        118          0
1800.25/1800.72	c   intshifting      :       0.00          0          0
1800.25/1800.72	c   twoopt           :       0.00          0          0
1800.25/1800.72	c   fixandinfer      :       0.00          0          0
1800.25/1800.72	c   feaspump         :      10.63         47          0
1800.25/1800.72	c   coefdiving       :     222.22          2          0
1800.25/1800.72	c   pscostdiving     :      43.62          8          0
1800.25/1800.72	c   fracdiving       :     196.77          2          0
1800.25/1800.72	c   veclendiving     :      47.75          6          0
1800.25/1800.72	c   intdiving        :       0.00          0          0
1800.25/1800.72	c   actconsdiving    :       0.00          0          0
1800.25/1800.72	c   objpscostdiving  :      14.28          7          0
1800.25/1800.72	c   rootsoldiving    :      11.06          2          0
1800.25/1800.72	c   linesearchdiving :      57.80         19          0
1800.25/1800.72	c   guideddiving     :       0.00          0          0
1800.25/1800.72	c   octane           :       0.00          0          0
1800.25/1800.72	c   rens             :       0.02          0          0
1800.25/1800.72	c   rins             :       0.00          0          0
1800.25/1800.72	c   localbranching   :       0.00          0          0
1800.25/1800.72	c   mutation         :       0.00          0          0
1800.25/1800.72	c   dins             :       0.00          0          0
1800.25/1800.72	c   undercover       :       0.00          0          0
1800.25/1800.72	c   nlp              :       0.00          0          0
1800.25/1800.72	c   trysol           :       0.00          0          0
1800.25/1800.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.25/1800.72	c   primal LP        :       0.13          0          0       0.00       0.00
1800.25/1800.72	c   dual LP          :     538.48       1333     450951     338.30     837.45
1800.25/1800.72	c   lex dual LP      :       0.00          0          0       0.00          -
1800.25/1800.72	c   barrier LP       :       0.00          0          0       0.00          -
1800.25/1800.72	c   diving/probing LP:     548.93       6837     664670      97.22    1210.85
1800.25/1800.72	c   strong branching :     560.99       1243     342137     275.25     609.88
1800.25/1800.72	c     (at root node) :          -         18      15368     853.78          -
1800.25/1800.72	c   conflict analysis:       0.00          0          0       0.00          -
1800.25/1800.72	c B&B Tree           :
1800.25/1800.72	c   number of runs   :          1
1800.25/1800.72	c   nodes            :       1317
1800.25/1800.72	c   nodes (total)    :       1317
1800.25/1800.72	c   nodes left       :       1005
1800.25/1800.72	c   max depth        :         50
1800.25/1800.72	c   max depth (total):         50
1800.25/1800.72	c   backtracks       :        185 (14.0%)
1800.25/1800.72	c   delayed cutoffs  :          1
1800.25/1800.72	c   repropagations   :       1038 (558 domain reductions, 0 cutoffs)
1800.25/1800.72	c   avg switch length:       4.56
1800.25/1800.72	c   switching time   :       1.46
1800.25/1800.72	c Solution           :
1800.25/1800.72	c   Solutions found  :          0 (0 improvements)
1800.25/1800.72	c   Primal Bound     :          -
1800.25/1800.72	c   Dual Bound       : +2.80000000000001e+01
1800.25/1800.72	c   Gap              :   infinite
1800.25/1800.72	c   Root Dual Bound  : +1.60000000000000e+01
1800.25/1800.72	c   Root Iterations  :       9606
1800.35/1800.89	c Time complete: 1800.44.

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-2665685-1276583617/watcher-2665685-1276583617 -o /tmp/evaluation-result-2665685-1276583617/solver-2665685-1276583617 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665685-1276583617.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: 1.20 1.04 1.01 3/106 1406
/proc/meminfo: memFree=1848260/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=6356 CPUtime=0
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 570 0 0 0 0 0 0 0 21 0 1 0 32017126 6508544 491 1992294400 4194304 9819077 140733892166368 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1406/statm: 1589 492 338 1374 0 210 0

[startup+0.0597799 s]
/proc/loadavg: 1.20 1.04 1.01 3/106 1406
/proc/meminfo: memFree=1848260/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=11716 CPUtime=0.04
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 1881 0 0 0 4 0 0 0 21 0 1 0 32017126 11997184 1802 1992294400 4194304 9819077 140733892166368 18446744073709551615 8631967 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1406/statm: 2929 1802 388 1374 0 1550 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11716

[startup+0.100782 s]
/proc/loadavg: 1.20 1.04 1.01 3/106 1406
/proc/meminfo: memFree=1848260/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=12884 CPUtime=0.09
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 2139 0 0 0 8 1 0 0 21 0 1 0 32017126 13193216 2060 1992294400 4194304 9819077 140733892166368 18446744073709551615 4361683 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1406/statm: 3221 2060 388 1374 0 1842 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12884

[startup+0.300798 s]
/proc/loadavg: 1.20 1.04 1.01 3/106 1406
/proc/meminfo: memFree=1848260/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=18044 CPUtime=0.29
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 3427 0 0 0 28 1 0 0 21 0 1 0 32017126 18477056 3348 1992294400 4194304 9819077 140733892166368 18446744073709551615 8718976 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1406/statm: 4511 3348 388 1374 0 3132 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18044

[startup+0.700829 s]
/proc/loadavg: 1.20 1.04 1.01 3/106 1406
/proc/meminfo: memFree=1848260/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=26076 CPUtime=0.69
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 5435 0 0 0 67 2 0 0 22 0 1 0 32017126 26701824 5356 1992294400 4194304 9819077 140733892166368 18446744073709551615 8662725 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1406/statm: 6519 5356 388 1374 0 5140 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26076

[startup+1.50089 s]
/proc/loadavg: 1.20 1.04 1.01 2/107 1407
/proc/meminfo: memFree=1747688/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=112332 CPUtime=1.49
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 29142 0 0 0 134 15 0 0 25 0 1 0 32017126 115027968 25792 1992294400 4194304 9819077 140733892166368 18446744073709551615 4978986 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 28083 25792 512 1374 0 26704 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 112332

[startup+3.10102 s]
/proc/loadavg: 1.18 1.04 1.01 2/107 1407
/proc/meminfo: memFree=1745828/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=114528 CPUtime=3.09
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 29684 0 0 0 294 15 0 0 25 0 1 0 32017126 117276672 26334 1992294400 4194304 9819077 140733892166368 18446744073709551615 4978944 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 28632 26334 512 1374 0 27253 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 114528

[startup+6.30028 s]
/proc/loadavg: 1.18 1.04 1.01 2/107 1407
/proc/meminfo: memFree=1743968/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=114528 CPUtime=6.28
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 29684 0 0 0 613 15 0 0 25 0 1 0 32017126 117276672 26334 1992294400 4194304 9819077 140733892166368 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 28632 26334 512 1374 0 27253 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 114528

[startup+12.7018 s]
/proc/loadavg: 1.15 1.04 1.01 2/107 1407
/proc/meminfo: memFree=1696724/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=152064 CPUtime=12.69
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 66328 0 0 0 1235 34 0 0 25 0 1 0 32017126 155713536 35072 1992294400 4194304 9819077 140733892166368 18446744073709551615 6044876 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 38016 35072 692 1374 0 36637 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 152064

[startup+25.5008 s]
/proc/loadavg: 1.13 1.04 1.01 2/107 1407
/proc/meminfo: memFree=1704784/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=167508 CPUtime=25.48
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 78616 0 0 0 2503 45 0 0 25 0 1 0 32017126 171528192 36358 1992294400 4194304 9819077 140733892166368 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 41877 36358 694 1374 0 40498 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 167508

[startup+51.1009 s]
/proc/loadavg: 1.08 1.04 1.01 2/107 1409
/proc/meminfo: memFree=1699824/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=207900 CPUtime=51.08
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 124950 0 0 0 5038 70 0 0 25 0 1 0 32017126 212889600 38165 1992294400 4194304 9819077 140733892166368 18446744073709551615 7291987 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 51975 38165 704 1374 0 50596 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 207900

[startup+102.308 s]
/proc/loadavg: 1.03 1.03 1.00 2/107 1409
/proc/meminfo: memFree=1700692/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=194604 CPUtime=102.27
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 304653 0 0 0 10077 150 0 0 25 0 1 0 32017126 199274496 37293 1992294400 4194304 9819077 140733892166368 18446744073709551615 7290936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 48651 37293 704 1374 0 47272 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 194604

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 1411
/proc/meminfo: memFree=1699824/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=198896 CPUtime=162.25
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 565723 0 0 0 15961 264 0 0 25 0 1 0 32017126 203669504 37597 1992294400 4194304 9819077 140733892166368 18446744073709551615 7291689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 49724 37597 704 1374 0 48345 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 198896

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 1413
/proc/meminfo: memFree=1700072/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=193768 CPUtime=222.24
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 834239 0 0 0 21845 379 0 0 25 0 1 0 32017126 198418432 37300 1992294400 4194304 9819077 140733892166368 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 48442 37300 704 1374 0 47063 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 193768

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 1415
/proc/meminfo: memFree=1700072/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=198412 CPUtime=282.23
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 1078220 0 0 0 27738 485 0 0 25 0 1 0 32017126 203173888 37263 1992294400 4194304 9819077 140733892166368 18446744073709551615 7291684 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/1406/statm: 49603 37263 704 1374 0 48224 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 198412

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1420
/proc/meminfo: memFree=1701252/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=171772 CPUtime=342.21
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 1308014 0 0 0 33635 586 0 0 25 0 1 0 32017126 175894528 36845 1992294400 4194304 9819077 140733892166368 18446744073709551615 7306243 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 42943 36847 704 1374 0 41564 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 171772

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1420
/proc/meminfo: memFree=1704600/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=156536 CPUtime=402.19
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 1423628 0 0 0 39563 656 0 0 25 0 1 0 32017126 160292864 36173 1992294400 4194304 9819077 140733892166368 18446744073709551615 5893820 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 39134 36173 709 1374 0 37755 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 156536

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1422
/proc/meminfo: memFree=1703360/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=165428 CPUtime=462.17
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 1529743 0 0 0 45495 722 0 0 25 0 1 0 32017126 169398272 36534 1992294400 4194304 9819077 140733892166368 18446744073709551615 7324401 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 41357 36534 709 1374 0 39978 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 165428

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1424
/proc/meminfo: memFree=1702492/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=169508 CPUtime=522.16
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 1723309 0 0 0 51398 818 0 0 25 0 1 0 32017126 173576192 36985 1992294400 4194304 9819077 140733892166368 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 42377 36985 710 1374 0 40998 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 169508

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1426
/proc/meminfo: memFree=1699020/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=172388 CPUtime=582.15
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 1934864 0 0 0 57299 916 0 0 25 0 1 0 32017126 176525312 37437 1992294400 4194304 9819077 140733892166368 18446744073709551615 6568868 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 43097 37437 710 1374 0 41718 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 172388

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1428
/proc/meminfo: memFree=1701624/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=162468 CPUtime=642.13
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 2099093 0 0 0 63216 997 0 0 25 0 1 0 32017126 166367232 37078 1992294400 4194304 9819077 140733892166368 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 40617 37078 710 1374 0 39238 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 162468

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1436
/proc/meminfo: memFree=1697532/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=173872 CPUtime=942.06
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 3185237 0 0 0 92706 1500 0 0 25 0 1 0 32017126 178044928 37558 1992294400 4194304 9819077 140733892166368 18446744073709551615 7290864 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 43468 37558 710 1374 0 42089 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 173872

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1436
/proc/meminfo: memFree=1697656/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=189784 CPUtime=1002.04
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 3422758 0 0 0 98597 1607 0 0 25 0 1 0 32017126 194338816 37995 1992294400 4194304 9819077 140733892166368 18446744073709551615 7291684 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 47446 37995 710 1374 0 46067 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 189784

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1438
/proc/meminfo: memFree=1697780/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=173204 CPUtime=1062.03
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 3687607 0 0 0 104480 1723 0 0 25 0 1 0 32017126 177360896 37825 1992294400 4194304 9819077 140733892166368 18446744073709551615 7289508 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 43301 37825 710 1374 0 41922 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 173204

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1440
/proc/meminfo: memFree=1698772/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=176760 CPUtime=1122.02
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 4066207 0 0 0 110322 1880 0 0 25 0 1 0 32017126 181002240 38067 1992294400 4194304 9819077 140733892166368 18446744073709551615 7292010 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 44190 38067 710 1374 0 42811 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 176760

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1442
/proc/meminfo: memFree=1700632/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=159692 CPUtime=1182
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 4317091 0 0 0 116205 1995 0 0 25 0 1 0 32017126 163524608 37028 1992294400 4194304 9819077 140733892166368 18446744073709551615 7226654 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 39923 37028 710 1374 0 38544 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 159692

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1444
/proc/meminfo: memFree=1698772/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=162464 CPUtime=1241.99
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 4436780 0 0 0 122141 2058 0 0 25 0 1 0 32017126 166363136 37522 1992294400 4194304 9819077 140733892166368 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 40616 37522 710 1374 0 39237 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 162464

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1444
/proc/meminfo: memFree=1695796/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=174236 CPUtime=1301.98
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 4656212 0 0 0 128044 2154 0 0 25 0 1 0 32017126 178417664 38360 1992294400 4194304 9819077 140733892166368 18446744073709551615 7293461 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 43559 38360 710 1374 0 42180 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 174236

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1446
/proc/meminfo: memFree=1695920/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=191772 CPUtime=1361.96
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 4956500 0 0 0 133915 2281 0 0 25 0 1 0 32017126 196374528 38411 1992294400 4194304 9819077 140733892166368 18446744073709551615 7291715 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 47943 38411 710 1374 0 46564 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 191772

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1448
/proc/meminfo: memFree=1695548/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=191716 CPUtime=1421.96
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 5229109 0 0 0 139805 2391 0 0 25 0 1 0 32017126 196317184 38422 1992294400 4194304 9819077 140733892166368 18446744073709551615 7291717 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 47929 38422 710 1374 0 46550 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 191716

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1450
/proc/meminfo: memFree=1694060/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=194356 CPUtime=1481.93
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 5526650 0 0 0 145670 2523 0 0 25 0 1 0 32017126 199020544 38603 1992294400 4194304 9819077 140733892166368 18446744073709551615 6671098 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 48589 38603 710 1374 0 47210 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 194356

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1452
/proc/meminfo: memFree=1695672/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=174016 CPUtime=1541.92
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 5785315 0 0 0 151557 2635 0 0 25 0 1 0 32017126 178192384 38360 1992294400 4194304 9819077 140733892166368 18446744073709551615 6191191 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 43504 38360 710 1374 0 42125 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 174016

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1452
/proc/meminfo: memFree=1697408/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=174656 CPUtime=1601.9
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 6036582 0 0 0 157445 2745 0 0 25 0 1 0 32017126 178847744 38192 1992294400 4194304 9819077 140733892166368 18446744073709551615 7291987 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 43664 38192 710 1374 0 42285 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 174656

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1463
/proc/meminfo: memFree=1695052/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=197956 CPUtime=1661.88
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 6273733 0 0 0 163338 2850 0 0 25 0 1 0 32017126 202706944 38891 1992294400 4194304 9819077 140733892166368 18446744073709551615 7291987 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 49489 38891 710 1374 0 48110 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 197956

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1465
/proc/meminfo: memFree=1694308/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=192196 CPUtime=1721.86
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 6530358 0 0 0 169223 2963 0 0 25 0 1 0 32017126 196808704 38490 1992294400 4194304 9819077 140733892166368 18446744073709551615 7306243 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 48049 38498 710 1374 0 46670 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 192196

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1467
/proc/meminfo: memFree=1697160/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=175192 CPUtime=1781.85
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 6842188 0 0 0 175087 3098 0 0 25 0 1 0 32017126 179396608 38123 1992294400 4194304 9819077 140733892166368 18446744073709551615 7220277 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 43798 38123 710 1374 0 42419 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 175192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1467
/proc/meminfo: memFree=1696912/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=170332 CPUtime=1800.05
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 6923424 0 0 0 176871 3134 0 0 25 0 1 0 32017126 174419968 38012 1992294400 4194304 9819077 140733892166368 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 42583 38012 710 1374 0 41204 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 170332

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.00 2/108 1468
/proc/meminfo: memFree=1697524/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=165740 CPUtime=1800.16
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 6923966 0 0 0 176881 3135 0 0 25 0 1 0 32017126 169717760 37828 1992294400 4194304 9819077 140733892166368 18446744073709551615 7220463 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1406/statm: 41435 37828 710 1374 0 40056 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 165740

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1468
/proc/meminfo: memFree=1697524/2059040 swapFree=4136648/4192956
[pid=1406] ppid=1404 vsize=166100 CPUtime=1800.35
/proc/1406/stat : 1406 (pbscip.linux.x8) R 1404 1406 441 0 -1 4202496 6924394 0 0 0 176899 3136 0 0 25 0 1 0 32017126 170086400 36923 1992294400 4194304 9819077 140733892166368 18446744073709551615 6180614 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1406/statm: 41525 36923 713 1374 0 40146 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 166100

Child status: 0
Real time (s): 1800.9
CPU time (s): 1800.45
CPU user time (s): 1769.07
CPU system time (s): 31.3782
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 212296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1769.07
system time used= 31.3782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6924398
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= 1
involuntary context switches= 4191

runsolver used 2.94455 second user time and 8.5387 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-15 08:33:37
IDJOB=2665685
IDBENCH=2627
IDSOLVER=1168
FILE ID=node026/2665685-1276583617
PBS_JOBID= 11173521
Free space on /tmp= 62556 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_16.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665685-1276583617/watcher-2665685-1276583617 -o /tmp/evaluation-result-2665685-1276583617/solver-2665685-1276583617 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665685-1276583617.opb -t 1800 -m 1800

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

MD5SUM BENCH= 69b04711942c7a7cbb28264339dbffe2
RANDOM SEED=895932831

node026.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.201
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.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1848664 kB
Buffers:         18912 kB
Cached:         100432 kB
SwapCached:       9320 kB
Active:          31020 kB
Inactive:       100668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1848664 kB
SwapTotal:     4192956 kB
SwapFree:      4136648 kB
Dirty:            9188 kB
Writeback:           0 kB
AnonPages:       10960 kB
Mapped:           9376 kB
Slab:            56744 kB
PageTables:       4052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180444 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= 62552 MiB
End job on node026 at 2010-06-15 09:03:40