Trace number 2703714

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.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.54 1790.16

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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2703714-1278561099.opb>
0.49/0.51	c original problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 8414 constraints
0.49/0.51	c problem read
0.49/0.51	c presolving settings loaded
0.59/0.68	c presolving:
0.79/0.84	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
2.89/2.99	c    (2.5s) probing: 116/4320 (2.7%) - 0 fixings, 0 aggregations, 1210 implications, 0 bound changes
2.89/2.99	c    (2.5s) probing aborted: 100/100 successive totally useless probings
2.89/2.99	c presolving (2 rounds):
2.89/2.99	c  0 deleted vars, 4200 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.89/2.99	c  8610 implications, 0 cliques
2.89/2.99	c presolved problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 4214 constraints
2.89/2.99	c      14 constraints of type <knapsack>
2.89/2.99	c    4200 constraints of type <linear>
2.89/2.99	c transformed objective value is always integral (scale: 1)
2.89/2.99	c Presolving Time: 2.33
2.89/2.99	c - non default parameters ----------------------------------------------------------------------
2.89/2.99	c # SCIP version 1.2.1.3
2.89/2.99	c 
2.89/2.99	c # frequency for displaying node information lines
2.89/2.99	c # [type: int, range: [-1,2147483647], default: 100]
2.89/2.99	c display/freq = 10000
2.89/2.99	c 
2.89/2.99	c # maximal time in seconds to run
2.89/2.99	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.89/2.99	c limits/time = 1789.5
2.89/2.99	c 
2.89/2.99	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.89/2.99	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.89/2.99	c limits/memory = 1620
2.89/2.99	c 
2.89/2.99	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.89/2.99	c # [type: int, range: [1,2], default: 1]
2.89/2.99	c timing/clocktype = 2
2.89/2.99	c 
2.89/2.99	c # should presolving try to simplify inequalities
2.89/2.99	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.89/2.99	c constraints/linear/simplifyinequalities = TRUE
2.89/2.99	c 
2.89/2.99	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.89/2.99	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.89/2.99	c constraints/indicator/addCouplingCons = TRUE
2.89/2.99	c 
2.89/2.99	c # should presolving try to simplify knapsacks
2.89/2.99	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.89/2.99	c constraints/knapsack/simplifyinequalities = TRUE
2.89/2.99	c 
2.89/2.99	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.89/2.99	c # [type: int, range: [-1,2147483647], default: -1]
2.89/2.99	c separating/rapidlearning/freq = 0
2.89/2.99	c 
2.89/2.99	c -----------------------------------------------------------------------------------------------
2.89/2.99	c start solving
2.89/2.99	c 
4.09/4.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.09/4.15	c   3.6s|     1 |     0 |  4480 |     - |  36M|   0 |2485 |4320 |4214 |4320 |4214 |   0 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
13.10/13.19	c  12.7s|     1 |     0 | 10615 |     - |  36M|   0 |2493 |4320 |4214 |4320 |4356 | 142 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
14.09/14.18	c  13.7s|     1 |     0 | 10809 |     - |  37M|   0 |2499 |4320 |4214 |4320 |4480 | 266 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
15.58/15.67	c  15.2s|     1 |     0 | 11311 |     - |  37M|   0 |2512 |4320 |4214 |4320 |4599 | 385 |   0 |   0 | 1.400148e+01 |      --      |    Inf 
17.69/17.74	c  17.2s|     1 |     0 | 12225 |     - |  38M|   0 |2512 |4320 |4214 |4320 |4740 | 526 |   0 |   0 | 1.416667e+01 |      --      |    Inf 
20.68/20.80	c  20.3s|     1 |     0 | 13258 |     - |  39M|   0 |2517 |4320 |4214 |4320 |4896 | 682 |   0 |   0 | 1.416667e+01 |      --      |    Inf 
24.09/24.16	c  23.7s|     1 |     0 | 14301 |     - |  39M|   0 |2514 |4320 |4214 |4320 |5033 | 819 |   0 |   0 | 1.416667e+01 |      --      |    Inf 
28.38/28.44	c  27.9s|     1 |     0 | 15514 |     - |  40M|   0 |2507 |4320 |4214 |4320 |5146 | 932 |   0 |   0 | 1.416667e+01 |      --      |    Inf 
31.89/31.95	c  31.4s|     1 |     0 | 16552 |     - |  40M|   0 |2507 |4320 |4214 |4320 |5298 |1084 |   0 |   0 | 1.451220e+01 |      --      |    Inf 
36.98/37.08	c  36.6s|     1 |     0 | 17982 |     - |  41M|   0 |2510 |4320 |4214 |4320 |5424 |1210 |   0 |   0 | 1.451220e+01 |      --      |    Inf 
43.08/43.15	c  42.6s|     1 |     0 | 19322 |     - |  41M|   0 |2507 |4320 |4214 |4320 |5542 |1328 |   0 |   0 | 1.451220e+01 |      --      |    Inf 
48.57/48.62	c  48.1s|     1 |     0 | 21788 |     - |  41M|   0 |2494 |4320 |4214 |4320 |5579 |1365 |   0 |   0 | 1.451220e+01 |      --      |    Inf 
53.38/53.41	c  52.9s|     1 |     0 | 23880 |     - |  41M|   0 |2484 |4320 |4214 |4320 |5603 |1389 |   0 |   0 | 1.451603e+01 |      --      |    Inf 
57.48/57.59	c  57.1s|     1 |     0 | 25577 |     - |  41M|   0 |2476 |4320 |4214 |4320 |5639 |1425 |   0 |   0 | 1.453846e+01 |      --      |    Inf 
62.58/62.64	c  62.1s|     1 |     0 | 27659 |     - |  41M|   0 |2476 |4320 |4214 |4320 |5670 |1456 |   0 |   0 | 1.453846e+01 |      --      |    Inf 
67.27/67.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.27/67.36	c  66.8s|     1 |     0 | 29601 |     - |  41M|   0 |2474 |4320 |4214 |4320 |5055 |1478 |   0 |   0 | 1.453846e+01 |      --      |    Inf 
70.97/71.04	c  70.5s|     1 |     0 | 31264 |     - |  41M|   0 |2458 |4320 |4214 |4320 |5075 |1498 |   0 |   0 | 1.453846e+01 |      --      |    Inf 
74.47/74.58	c  74.1s|     1 |     0 | 32897 |     - |  41M|   0 |2459 |4320 |4214 |4320 |5098 |1521 |   0 |   0 | 1.453846e+01 |      --      |    Inf 
78.17/78.28	c  77.8s|     1 |     0 | 34700 |     - |  41M|   0 |2437 |4320 |4214 |4320 |5121 |1544 |   0 |   0 | 1.453846e+01 |      --      |    Inf 
129.75/129.89	c   129s|     1 |     2 | 34700 |     - |  41M|   0 |2437 |4320 |4214 |4320 |5121 |1544 |   0 |  28 | 1.453846e+01 |      --      |    Inf 
1789.38/1790.01	c 
1789.38/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.38/1790.01	c Solving Time (sec) : 1789.50
1789.38/1790.01	c Solving Nodes      : 2408
1789.38/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.38/1790.01	c Dual Bound         : +1.51052631578947e+01
1789.38/1790.01	c Gap                : infinite
1789.38/1790.01	s UNKNOWN
1789.38/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.38/1790.01	c Solving Time       :    1789.50
1789.38/1790.01	c Original Problem   :
1789.38/1790.01	c   Problem name     : HOME/instance-2703714-1278561099.opb
1789.38/1790.01	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.38/1790.01	c   Constraints      : 8414 initial, 8414 maximal
1789.38/1790.01	c Presolved Problem  :
1789.38/1790.01	c   Problem name     : t_HOME/instance-2703714-1278561099.opb
1789.38/1790.01	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.38/1790.01	c   Constraints      : 4214 initial, 7261 maximal
1789.38/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.38/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.38/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.38/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.38/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.38/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.38/1790.01	c   probing          :       2.09          0          0          0          0          0          0          0          0
1789.38/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1789.38/1790.01	c   linear           :       0.19          0          0          0          0          0       4200          0          0
1789.38/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.38/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.38/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.38/1790.01	c   integral         :          0          0          0       2216          0          1        484          0          0       4202
1789.38/1790.01	c   knapsack         :         14         18      13452          0          0         29        971        317          0          0
1789.38/1790.01	c   linear           :       4200         18      13423          0          0        186      17875          2          0          0
1789.38/1790.01	c   logicor          :          0+         0       6222          0          0          1       2639          0          0          0
1789.38/1790.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.38/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.38/1790.01	c   integral         :     461.06       0.00       0.00     461.06       0.00
1789.38/1790.01	c   knapsack         :       1.09       0.01       1.08       0.00       0.00
1789.38/1790.01	c   linear           :      36.25       0.02      36.23       0.00       0.00
1789.38/1790.01	c   logicor          :       0.24       0.00       0.24       0.00       0.00
1789.38/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.38/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.38/1790.01	c   vbounds          :       0.02          2          0          0
1789.38/1790.01	c   rootredcost      :       0.02          0          0          0
1789.38/1790.01	c   pseudoobj        :       0.04      13216          0          0
1789.38/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.38/1790.01	c   propagation      :       0.02        216        216        896       17.4          3       12.0          -
1789.38/1790.01	c   infeasible LP    :       4.23       2355       2355       2703       10.0         24       14.5          0
1789.38/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.38/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.38/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.38/1790.01	c   applied globally :          -          -          -       3066       10.1          -          -          -
1789.38/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.38/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.38/1790.01	c   cut pool         :       0.03         17          -          -      15475          -    (maximal pool size: 6597)
1789.38/1790.01	c   redcost          :       1.12       2227          0          3          0          0
1789.38/1790.01	c   impliedbounds    :       0.01         18          0          0         18          0
1789.38/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.38/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.38/1790.01	c   gomory           :       3.33         18          0          0        130          0
1789.38/1790.01	c   strongcg         :       3.29         18          0          0        102          0
1789.38/1790.01	c   cmir             :       5.27         10          0          0       5000          0
1789.38/1790.01	c   flowcover        :       6.42         10          0          0       2000          0
1789.38/1790.01	c   clique           :       0.01          1          0          0          0          0
1789.38/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.38/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.38/1790.01	c   rapidlearning    :       1.67          1          0          0          0          0
1789.38/1790.01	c Pricers            :       Time      Calls       Vars
1789.38/1790.01	c   problem variables:       0.00          0          0
1789.38/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.38/1790.01	c   relpscost        :     461.05       2216          1        484          0          0       4202
1789.38/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.38/1790.01	c   inference        :       0.00          0          0          0          0          0          0
1789.38/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.38/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.38/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.38/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.38/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.38/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.38/1790.01	c   LP solutions     :       0.00          -          0
1789.38/1790.01	c   pseudo solutions :       0.00          -          0
1789.38/1790.01	c   oneopt           :       0.01          0          0
1789.38/1790.01	c   crossover        :       0.00          0          0
1789.38/1790.01	c   trivial          :       0.01          2          0
1789.38/1790.01	c   simplerounding   :       0.00          0          0
1789.38/1790.01	c   zirounding       :       0.55       1000          0
1789.38/1790.01	c   rounding         :       2.38        620          0
1789.38/1790.01	c   shifting         :       9.91        165          0
1789.38/1790.01	c   intshifting      :       0.00          0          0
1789.38/1790.01	c   twoopt           :       0.00          0          0
1789.38/1790.01	c   fixandinfer      :       0.00          0          0
1789.38/1790.01	c   feaspump         :      41.41         10          0
1789.38/1790.01	c   coefdiving       :     356.61          2          0
1789.38/1790.01	c   pscostdiving     :      42.24         12          0
1789.38/1790.01	c   fracdiving       :     109.20          3          0
1789.38/1790.01	c   veclendiving     :      33.78         10          0
1789.38/1790.01	c   intdiving        :       0.00          0          0
1789.38/1790.01	c   actconsdiving    :       0.00          0          0
1789.38/1790.01	c   objpscostdiving  :      31.48          4          0
1789.38/1790.01	c   rootsoldiving    :      20.67          6          0
1789.38/1790.01	c   linesearchdiving :      50.41         14          0
1789.38/1790.01	c   guideddiving     :       0.00          0          0
1789.38/1790.01	c   octane           :       0.00          0          0
1789.38/1790.01	c   rens             :       0.02          0          0
1789.38/1790.01	c   rins             :       0.00          0          0
1789.38/1790.01	c   localbranching   :       0.00          0          0
1789.38/1790.01	c   mutation         :       0.00          0          0
1789.38/1790.01	c   dins             :       0.00          0          0
1789.38/1790.01	c   undercover       :       0.00          0          0
1789.38/1790.01	c   nlp              :       0.00          0          0
1789.38/1790.01	c   trysol           :       0.00          0          0
1789.38/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.38/1790.01	c   primal LP        :       0.06          0          0       0.00       0.00
1789.38/1790.01	c   dual LP          :     573.94       2459     755044     307.05    1315.54
1789.38/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.38/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.38/1790.01	c   diving/probing LP:     647.73       4494    1057700     235.36    1632.94
1789.38/1790.01	c   strong branching :     458.98       1462     505530     345.78    1101.42
1789.38/1790.01	c     (at root node) :          -         28      24014     857.64          -
1789.38/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.38/1790.01	c B&B Tree           :
1789.38/1790.01	c   number of runs   :          1
1789.38/1790.01	c   nodes            :       2408
1789.38/1790.01	c   nodes (total)    :       2408
1789.38/1790.01	c   nodes left       :       1776
1789.38/1790.01	c   max depth        :         49
1789.38/1790.01	c   max depth (total):         49
1789.38/1790.01	c   backtracks       :        462 (19.2%)
1789.38/1790.01	c   delayed cutoffs  :         19
1789.38/1790.01	c   repropagations   :       2145 (5692 domain reductions, 2 cutoffs)
1789.38/1790.01	c   avg switch length:       6.16
1789.38/1790.01	c   switching time   :       3.97
1789.38/1790.01	c Solution           :
1789.38/1790.01	c   Solutions found  :          0 (0 improvements)
1789.38/1790.01	c   Primal Bound     :          -
1789.38/1790.01	c   Dual Bound       : +1.51052631578947e+01
1789.38/1790.01	c   Gap              :   infinite
1789.38/1790.01	c   Root Dual Bound  : +1.45384615384615e+01
1789.38/1790.01	c   Root Iterations  :      34700
1789.48/1790.16	c Time complete: 1789.53.

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-2703714-1278561099/watcher-2703714-1278561099 -o /tmp/evaluation-result-2703714-1278561099/solver-2703714-1278561099 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703714-1278561099.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: 0.85 0.97 0.99 3/106 29536
/proc/meminfo: memFree=1771012/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=7904 CPUtime=0
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 1088 0 0 0 0 0 0 0 20 0 1 0 24317235 8093696 999 1992294400 4194304 8395647 140737054944864 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29536/statm: 1976 1007 365 1026 0 946 0

[startup+0.016247 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 29536
/proc/meminfo: memFree=1771012/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=10340 CPUtime=0
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 1872 0 0 0 0 0 0 0 20 0 1 0 24317235 10588160 1783 1992294400 4194304 8395647 140737054944864 18446744073709551615 7370183 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29536/statm: 2585 1783 393 1026 0 1555 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10340

[startup+0.101262 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 29536
/proc/meminfo: memFree=1771012/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=12552 CPUtime=0.09
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 2426 0 0 0 9 0 0 0 20 0 1 0 24317235 12853248 2337 1992294400 4194304 8395647 140737054944864 18446744073709551615 7274899 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29536/statm: 3138 2337 393 1026 0 2108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12552

[startup+0.301298 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 29536
/proc/meminfo: memFree=1771012/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=18036 CPUtime=0.29
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 3795 0 0 0 28 1 0 0 20 0 1 0 24317235 18468864 3706 1992294400 4194304 8395647 140737054944864 18446744073709551615 4245985 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29536/statm: 4509 3706 393 1026 0 3479 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18036

[startup+0.701371 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 29536
/proc/meminfo: memFree=1771012/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=89808 CPUtime=0.69
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 21027 0 0 0 61 8 0 0 20 0 1 0 24317235 91963392 20584 1992294400 4194304 8395647 140737054944864 18446744073709551615 4968432 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 22452 20584 457 1026 0 21422 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89808

[startup+1.50152 s]
/proc/loadavg: 0.85 0.97 0.99 2/107 29537
/proc/meminfo: memFree=1688544/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=91216 CPUtime=1.49
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 21469 0 0 0 141 8 0 0 22 0 1 0 24317235 93405184 21026 1992294400 4194304 8395647 140737054944864 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 22804 21026 490 1026 0 21774 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91216

[startup+3.10081 s]
/proc/loadavg: 0.85 0.97 0.99 2/107 29537
/proc/meminfo: memFree=1688296/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=112412 CPUtime=3.09
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 26853 0 0 0 300 9 0 0 25 0 1 0 24317235 115109888 25737 1992294400 4194304 8395647 140737054944864 18446744073709551615 6586910 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 28103 25737 707 1026 0 27073 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112412

[startup+6.30139 s]
/proc/loadavg: 0.86 0.97 0.99 2/107 29537
/proc/meminfo: memFree=1666968/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=115156 CPUtime=6.29
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 27724 0 0 0 617 12 0 0 25 0 1 0 24317235 117919744 26358 1992294400 4194304 8395647 140737054944864 18446744073709551615 6697419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 28789 26358 595 1026 0 27759 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 115156

[startup+12.7016 s]
/proc/loadavg: 0.87 0.97 0.99 2/107 29537
/proc/meminfo: memFree=1616996/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=167524 CPUtime=12.69
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 40332 0 0 0 1249 20 0 0 25 0 1 0 24317235 171544576 38954 1992294400 4194304 8395647 140737054944864 18446744073709551615 4688124 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 41881 38954 615 1026 0 40851 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 167524

[startup+25.5009 s]
/proc/loadavg: 0.90 0.97 0.99 2/107 29539
/proc/meminfo: memFree=1604348/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=25.48
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43442 0 0 0 2524 24 0 0 25 0 1 0 24317235 185208832 42060 1992294400 4194304 8395647 140737054944864 18446744073709551615 6197330 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42060 621 1026 0 44187 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 180868

[startup+51.1015 s]
/proc/loadavg: 0.93 0.97 0.99 2/107 29539
/proc/meminfo: memFree=1602984/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=51.07
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43753 0 0 0 5075 32 0 0 25 0 1 0 24317235 185208832 42371 1992294400 4194304 8395647 140737054944864 18446744073709551615 6693401 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42371 621 1026 0 44187 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 180868

[startup+102.309 s]
/proc/loadavg: 0.97 0.97 0.99 2/107 29541
/proc/meminfo: memFree=1602984/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=102.27
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43767 0 0 0 10176 51 0 0 25 0 1 0 24317235 185208832 42385 1992294400 4194304 8395647 140737054944864 18446744073709551615 6697363 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42385 623 1026 0 44187 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 180868

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29541
/proc/meminfo: memFree=1602984/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=162.23
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43769 0 0 0 16152 71 0 0 25 0 1 0 24317235 185208832 42387 1992294400 4194304 8395647 140737054944864 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42387 624 1026 0 44187 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 180868

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29543
/proc/meminfo: memFree=1602984/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=222.22
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43769 0 0 0 22122 100 0 0 25 0 1 0 24317235 185208832 42387 1992294400 4194304 8395647 140737054944864 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42387 624 1026 0 44187 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 180868

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29545
/proc/meminfo: memFree=1602984/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=282.2
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43774 0 0 0 28091 129 0 0 25 0 1 0 24317235 185208832 42392 1992294400 4194304 8395647 140737054944864 18446744073709551615 6698055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42392 629 1026 0 44187 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 180868

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29547
/proc/meminfo: memFree=1602984/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=342.18
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43774 0 0 0 34055 163 0 0 25 0 1 0 24317235 185208832 42392 1992294400 4194304 8395647 140737054944864 18446744073709551615 6721240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42392 629 1026 0 44187 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 180868

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29549
/proc/meminfo: memFree=1602984/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=402.16
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43774 0 0 0 40029 187 0 0 25 0 1 0 24317235 185208832 42392 1992294400 4194304 8395647 140737054944864 18446744073709551615 6438892 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42392 629 1026 0 44187 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 180868

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29549
/proc/meminfo: memFree=1602984/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=462.14
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43776 0 0 0 46006 208 0 0 25 0 1 0 24317235 185208832 42394 1992294400 4194304 8395647 140737054944864 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42394 631 1026 0 44187 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 180868

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29551
/proc/meminfo: memFree=1602984/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=522.12
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43776 0 0 0 51965 247 0 0 25 0 1 0 24317235 185208832 42394 1992294400 4194304 8395647 140737054944864 18446744073709551615 6708477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42394 631 1026 0 44187 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 180868

[startup+582.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29562
/proc/meminfo: memFree=1601744/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=582.08
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43776 0 0 0 57927 281 0 0 25 0 1 0 24317235 185208832 42394 1992294400 4194304 8395647 140737054944864 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42394 631 1026 0 44187 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 180868

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29564
/proc/meminfo: memFree=1601744/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=642.06
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43776 0 0 0 63899 307 0 0 25 0 1 0 24317235 185208832 42394 1992294400 4194304 8395647 140737054944864 18446744073709551615 6721179 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42394 631 1026 0 44187 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 180868

[startup+702.301 s]

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

/proc/meminfo: memFree=1601744/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1001.94
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43779 0 0 0 99696 498 0 0 25 0 1 0 24317235 185208832 42397 1992294400 4194304 8395647 140737054944864 18446744073709551615 6698034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42397 631 1026 0 44187 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 180868

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29574
/proc/meminfo: memFree=1601744/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1061.92
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43780 0 0 0 105662 530 0 0 25 0 1 0 24317235 185208832 42398 1992294400 4194304 8395647 140737054944864 18446744073709551615 6585966 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42398 631 1026 0 44187 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 180868

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29576
/proc/meminfo: memFree=1601744/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1121.9
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43780 0 0 0 111632 558 0 0 25 0 1 0 24317235 185208832 42398 1992294400 4194304 8395647 140737054944864 18446744073709551615 6390512 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42398 631 1026 0 44187 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 180868

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29578
/proc/meminfo: memFree=1601744/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1181.87
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43780 0 0 0 117597 590 0 0 25 0 1 0 24317235 185208832 42398 1992294400 4194304 8395647 140737054944864 18446744073709551615 6753889 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42398 631 1026 0 44187 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 180868

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 3/107 29580
/proc/meminfo: memFree=1601620/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1241.86
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43780 0 0 0 123559 627 0 0 25 0 1 0 24317235 185208832 42398 1992294400 4194304 8395647 140737054944864 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42398 631 1026 0 44187 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 180868

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29582
/proc/meminfo: memFree=1601496/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1301.84
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43780 0 0 0 129515 669 0 0 25 0 1 0 24317235 185208832 42398 1992294400 4194304 8395647 140737054944864 18446744073709551615 6697351 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42398 631 1026 0 44187 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 180868

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29582
/proc/meminfo: memFree=1601496/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1361.82
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43780 0 0 0 135469 713 0 0 25 0 1 0 24317235 185208832 42398 1992294400 4194304 8395647 140737054944864 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42398 631 1026 0 44187 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 180868

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29584
/proc/meminfo: memFree=1601496/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1421.8
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43780 0 0 0 141428 752 0 0 25 0 1 0 24317235 185208832 42398 1992294400 4194304 8395647 140737054944864 18446744073709551615 6721240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42398 631 1026 0 44187 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 180868

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29586
/proc/meminfo: memFree=1601496/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1481.78
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43781 0 0 0 147391 787 0 0 25 0 1 0 24317235 185208832 42399 1992294400 4194304 8395647 140737054944864 18446744073709551615 6697367 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42399 631 1026 0 44187 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 180868

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29588
/proc/meminfo: memFree=1601496/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1541.75
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43781 0 0 0 153353 822 0 0 25 0 1 0 24317235 185208832 42399 1992294400 4194304 8395647 140737054944864 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42399 631 1026 0 44187 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 180868

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29590
/proc/meminfo: memFree=1601496/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1601.74
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43783 0 0 0 159315 859 0 0 25 0 1 0 24317235 185208832 42401 1992294400 4194304 8395647 140737054944864 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42401 631 1026 0 44187 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 180868

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29590
/proc/meminfo: memFree=1601496/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1661.72
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43783 0 0 0 165278 894 0 0 25 0 1 0 24317235 185208832 42401 1992294400 4194304 8395647 140737054944864 18446744073709551615 6697346 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42401 631 1026 0 44187 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 180868

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29595
/proc/meminfo: memFree=1601124/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1721.7
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43783 0 0 0 171244 926 0 0 25 0 1 0 24317235 185208832 42401 1992294400 4194304 8395647 140737054944864 18446744073709551615 6721238 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42401 631 1026 0 44187 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 180868

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29597
/proc/meminfo: memFree=1601124/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1781.68
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43784 0 0 0 177209 959 0 0 25 0 1 0 24317235 185208832 42402 1992294400 4194304 8395647 140737054944864 18446744073709551615 6636363 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42402 631 1026 0 44187 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 180868

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

[startup+1785.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29597
/proc/meminfo: memFree=1601124/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1784.88
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43784 0 0 0 177526 962 0 0 25 0 1 0 24317235 185208832 42402 1992294400 4194304 8395647 140737054944864 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42402 631 1026 0 44187 0
Current children cumulated CPU time (s) 1784.88
Current children cumulated vsize (KiB) 180868

[startup+1788.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29597
/proc/meminfo: memFree=1601124/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1788.07
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43784 0 0 0 177843 964 0 0 25 0 1 0 24317235 185208832 42402 1992294400 4194304 8395647 140737054944864 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42402 631 1026 0 44187 0
Current children cumulated CPU time (s) 1788.07
Current children cumulated vsize (KiB) 180868

[startup+1789.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29597
/proc/meminfo: memFree=1601124/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1788.88
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43784 0 0 0 177923 965 0 0 25 0 1 0 24317235 185208832 42402 1992294400 4194304 8395647 140737054944864 18446744073709551615 6697037 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42402 631 1026 0 44187 0
Current children cumulated CPU time (s) 1788.88
Current children cumulated vsize (KiB) 180868

[startup+1789.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29597
/proc/meminfo: memFree=1601124/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1789.28
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43784 0 0 0 177963 965 0 0 25 0 1 0 24317235 185208832 42402 1992294400 4194304 8395647 140737054944864 18446744073709551615 6343214 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42402 631 1026 0 44187 0
Current children cumulated CPU time (s) 1789.28
Current children cumulated vsize (KiB) 180868

[startup+1790.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/107 29597
/proc/meminfo: memFree=1601124/2059040 swapFree=4080076/4192956
[pid=29536] ppid=29534 vsize=180868 CPUtime=1789.48
/proc/29536/stat : 29536 (pbscip.linux.x8) R 29534 29536 29511 0 -1 4202496 43786 0 0 0 177983 965 0 0 25 0 1 0 24317235 185208832 42404 1992294400 4194304 8395647 140737054944864 18446744073709551615 6068909 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29536/statm: 45217 42404 633 1026 0 44187 0
Current children cumulated CPU time (s) 1789.48
Current children cumulated vsize (KiB) 180868

Child status: 0
Real time (s): 1790.16
CPU time (s): 1789.54
CPU user time (s): 1779.87
CPU system time (s): 9.67053
CPU usage (%): 99.9655
Max. virtual memory (cumulated for all children) (KiB): 180868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1779.87
system time used= 9.67053
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43789
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 3343

runsolver used 3.04854 second user time and 8.35673 second system time

The end

Launcher Data

Begin job on node044 at 2010-07-08 05:51:39
IDJOB=2703714
IDBENCH=2634
IDSOLVER=1213
FILE ID=node044/2703714-1278561099
PBS_JOBID= 11239548
Free space on /tmp= 62524 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_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-2703714-1278561099/watcher-2703714-1278561099 -o /tmp/evaluation-result-2703714-1278561099/solver-2703714-1278561099 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703714-1278561099.opb -t 1800 -m 1800

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

MD5SUM BENCH= b4a219bc21641bf0d46eae2692004ebe
RANDOM SEED=1064218392

node044.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.267
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.53
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.267
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1771540 kB
Buffers:         35692 kB
Cached:         118572 kB
SwapCached:      67124 kB
Active:         111988 kB
Inactive:       111796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1771540 kB
SwapTotal:     4192956 kB
SwapFree:      4080076 kB
Dirty:           12404 kB
Writeback:           0 kB
AnonPages:       11836 kB
Mapped:           8248 kB
Slab:            41776 kB
PageTables:       4144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182556 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= 62512 MiB
End job on node044 at 2010-07-08 06:21:30