Trace number 2664181

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.43 1800.96

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data10_3.opb
MD5SUMdccfffd22c38fcd3c497d688dab4b7a4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark79541
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 79290
Optimality of the best value was proved NO
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 559660
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 559660
Number of bits of the biggest sum of numbers20
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: NONE] [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-2664181-1276400109.opb>
0.99/1.05	c original problem has 2700 variables (2700 bin, 0 int, 0 impl, 0 cont) and 42620 constraints
0.99/1.05	c problem read
0.99/1.05	c presolving settings loaded
0.99/1.06	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
1.19/1.25	c presolving:
1.88/1.99	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 42620 upgd conss, 6660 impls, 630 clqs
3.89/3.93	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 43200 chg sides, 64800 chg coeffs, 42620 upgd conss, 6660 impls, 630 clqs
18.98/19.07	c    (17.7s) probing: 1000/2700 (37.0%) - 0 fixings, 0 aggregations, 9281 implications, 0 bound changes
25.08/25.20	c    (23.8s) probing: 1721/2700 (63.7%) - 0 fixings, 0 aggregations, 15210 implications, 0 bound changes
25.08/25.20	c    (23.8s) probing aborted: 100/100 successive totally useless probings
25.19/25.20	c presolving (3 rounds):
25.19/25.20	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 43200 changed sides, 64800 changed coefficients
25.19/25.20	c  37080 implications, 630 cliques
25.19/25.20	c presolved problem has 2700 variables (2700 bin, 0 int, 0 impl, 0 cont) and 42620 constraints
25.19/25.20	c   21770 constraints of type <knapsack>
25.19/25.20	c     630 constraints of type <setppc>
25.19/25.20	c   20220 constraints of type <logicor>
25.19/25.20	c transformed objective value is always integral (scale: 1)
25.19/25.20	c Presolving Time: 23.68
25.19/25.20	c - non default parameters ----------------------------------------------------------------------
25.19/25.20	c # SCIP version 1.2.1.2
25.19/25.20	c 
25.19/25.20	c # frequency for displaying node information lines
25.19/25.20	c # [type: int, range: [-1,2147483647], default: 100]
25.19/25.20	c display/freq = 10000
25.19/25.20	c 
25.19/25.20	c # maximal time in seconds to run
25.19/25.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
25.19/25.20	c limits/time = 1798.95
25.19/25.20	c 
25.19/25.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
25.19/25.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
25.19/25.20	c limits/memory = 1620
25.19/25.20	c 
25.19/25.20	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
25.19/25.20	c # [type: int, range: [-1,2147483647], default: 1]
25.19/25.20	c lp/solvefreq = -1
25.19/25.20	c 
25.19/25.20	c # should presolving try to simplify inequalities
25.19/25.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
25.19/25.20	c constraints/linear/simplifyinequalities = TRUE
25.19/25.20	c 
25.19/25.20	c # should presolving try to simplify knapsacks
25.19/25.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
25.19/25.20	c constraints/knapsack/simplifyinequalities = TRUE
25.19/25.20	c 
25.19/25.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
25.19/25.20	c # [type: int, range: [-1,2147483647], default: -1]
25.19/25.20	c separating/rapidlearning/freq = 0
25.19/25.20	c 
25.19/25.20	c -----------------------------------------------------------------------------------------------
25.19/25.20	c start solving
25.19/25.20	c 
25.19/25.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.19/25.24	c  23.9s|     1 |     2 |     0 |     - |  67M|   0 |   - |2700 |  42k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
190.83/190.90	c   189s| 10000 |  9741 |     0 |   0.0 |  72M| 179 |   - |2700 |  42k|   0 |   0 |   0 | 458 |   0 | 0.000000e+00 |      --      |    Inf 
356.19/356.40	c   354s| 20000 | 19592 |     0 |   0.0 |  77M| 189 |   - |2700 |  42k|   0 |   0 |   0 |1011 |   0 | 0.000000e+00 |      --      |    Inf 
521.25/521.46	c   519s| 30000 | 29577 |     0 |   0.0 |  81M| 195 |   - |2700 |  42k|   0 |   0 |   0 |1023 |   0 | 0.000000e+00 |      --      |    Inf 
686.39/686.61	c   684s| 40000 | 39528 |     0 |   0.0 |  86M| 217 |   - |2700 |  42k|   0 |   0 |   0 |1131 |   0 | 0.000000e+00 |      --      |    Inf 
850.65/850.91	c   848s| 50000 | 49391 |     0 |   0.0 |  92M| 249 |   - |2700 |  42k|   0 |   0 |   0 |1489 |   0 | 0.000000e+00 |      --      |    Inf 
1016.01/1016.37	c  1013s| 60000 | 59350 |     0 |   0.0 |  97M| 249 |   - |2700 |  42k|   0 |   0 |   0 |1577 |   0 | 0.000000e+00 |      --      |    Inf 
1182.65/1183.09	c  1179s| 70000 | 69298 |     0 |   0.0 | 102M| 249 |   - |2700 |  42k|   0 |   0 |   0 |1724 |   0 | 0.000000e+00 |      --      |    Inf 
1349.01/1349.42	c  1345s| 80000 | 79269 |     0 |   0.0 | 107M| 249 |   - |2700 |  42k|   0 |   0 |   0 |1789 |   0 | 0.000000e+00 |      --      |    Inf 
1513.75/1514.24	c  1510s| 90000 | 89235 |     0 |   0.0 | 112M| 249 |   - |2700 |  42k|   0 |   0 |   0 |1883 |   0 | 0.000000e+00 |      --      |    Inf 
1681.20/1681.79	c  1677s|100000 | 99113 |     0 |   0.0 | 118M| 249 |   - |2700 |  43k|   0 |   0 |   0 |2317 |   0 | 0.000000e+00 |      --      |    Inf 
1800.08/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.63	c 
1800.08/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.63	c Solving Time (sec) : 1795.43
1800.08/1800.63	c Solving Nodes      : 106727
1800.08/1800.63	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.63	c Dual Bound         : +0.00000000000000e+00
1800.08/1800.63	c Gap                : infinite
1800.08/1800.63	s UNKNOWN
1800.08/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.63	c Solving Time       :    1795.43
1800.08/1800.63	c Original Problem   :
1800.08/1800.63	c   Problem name     : HOME/instance-2664181-1276400109.opb
1800.08/1800.63	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.63	c   Constraints      : 42620 initial, 42620 maximal
1800.08/1800.63	c Presolved Problem  :
1800.08/1800.63	c   Problem name     : t_HOME/instance-2664181-1276400109.opb
1800.08/1800.63	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.63	c   Constraints      : 42620 initial, 43412 maximal
1800.08/1800.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.63	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.63	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.63	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.63	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.63	c   probing          :      19.64          0          0          0          0          0          0          0          0
1800.08/1800.63	c   knapsack         :       3.34          0          0          0          0          0          0      43200      64800
1800.08/1800.63	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.63	c   logicor          :       0.09          0          0          0          0          0          0          0          0
1800.08/1800.63	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.63	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.63	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.63	c   knapsack         :      21770          0     155263          0     106320          0      35371          0          0          0
1800.08/1800.63	c   setppc           :        630          0     155263          0     106320        524     343239          0          0          0
1800.08/1800.63	c   logicor          :      20220+         0      48296          0     106320         44     168277          0          0          0
1800.08/1800.63	c   countsols        :          0          0          0          0     106320          0          0          0          0          0
1800.08/1800.63	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.63	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.63	c   knapsack         :     363.32       0.00     317.21       0.00      46.11
1800.08/1800.63	c   setppc           :      56.97       0.00      12.72       0.00      44.25
1800.08/1800.63	c   logicor          :    1191.16       0.00       6.50       0.00    1184.66
1800.08/1800.63	c   countsols        :       0.08       0.00       0.00       0.00       0.08
1800.08/1800.63	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.63	c   vbounds          :       0.18          2          0          0
1800.08/1800.63	c   rootredcost      :       0.22          0          0          0
1800.08/1800.63	c   pseudoobj        :      15.37     150279          0          0
1800.08/1800.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.63	c   propagation      :       0.07        568        568       5340       40.5         26       21.4          -
1800.08/1800.63	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.63	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.63	c   applied globally :          -          -          -       3196       35.5          -          -          -
1800.08/1800.63	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.63	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.63	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.08/1800.63	c   redcost          :       0.00          0          0          0          0          0
1800.08/1800.63	c   impliedbounds    :       0.00          0          0          0          0          0
1800.08/1800.63	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.63	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.63	c   gomory           :       0.00          0          0          0          0          0
1800.08/1800.63	c   strongcg         :       0.00          0          0          0          0          0
1800.08/1800.63	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.63	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.63	c   clique           :       0.00          0          0          0          0          0
1800.08/1800.63	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.63	c   mcf              :       0.00          0          0          0          0          0
1800.08/1800.63	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.63	c Pricers            :       Time      Calls       Vars
1800.08/1800.63	c   problem variables:       0.00          0          0
1800.08/1800.63	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.63	c   relpscost        :       0.00          0          0          0          0          0          0
1800.08/1800.63	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.63	c   inference        :     130.08     106320          0          0          0          0     212640
1800.08/1800.63	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.63	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.63	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.63	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.63	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.63	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.63	c   LP solutions     :       0.00          -          0
1800.08/1800.63	c   pseudo solutions :       0.00          -          0
1800.08/1800.63	c   oneopt           :       0.06          0          0
1800.08/1800.63	c   trivial          :       0.01          2          0
1800.08/1800.63	c   simplerounding   :       0.00          0          0
1800.08/1800.63	c   zirounding       :       0.00          0          0
1800.08/1800.63	c   rounding         :       0.00          0          0
1800.08/1800.63	c   shifting         :       0.00          0          0
1800.08/1800.63	c   intshifting      :       0.00          0          0
1800.08/1800.63	c   twoopt           :       0.00          0          0
1800.08/1800.63	c   fixandinfer      :       0.00          0          0
1800.08/1800.63	c   feaspump         :       0.00          0          0
1800.08/1800.63	c   coefdiving       :       0.00          0          0
1800.08/1800.63	c   pscostdiving     :       0.00          0          0
1800.08/1800.63	c   fracdiving       :       0.00          0          0
1800.08/1800.63	c   veclendiving     :       0.00          0          0
1800.08/1800.63	c   intdiving        :       0.00          0          0
1800.08/1800.63	c   actconsdiving    :       0.00          0          0
1800.08/1800.63	c   objpscostdiving  :       0.00          0          0
1800.08/1800.63	c   rootsoldiving    :       0.00          0          0
1800.08/1800.63	c   linesearchdiving :       0.00          0          0
1800.08/1800.63	c   guideddiving     :       0.00          0          0
1800.08/1800.63	c   octane           :       0.00          0          0
1800.08/1800.63	c   rens             :       0.00          0          0
1800.08/1800.63	c   rins             :       0.00          0          0
1800.08/1800.63	c   localbranching   :       0.00          0          0
1800.08/1800.63	c   mutation         :       0.00          0          0
1800.08/1800.63	c   crossover        :       0.00          0          0
1800.08/1800.63	c   dins             :       0.00          0          0
1800.08/1800.63	c   undercover       :       0.00          0          0
1800.08/1800.63	c   nlp              :       0.11          0          0
1800.08/1800.63	c   trysol           :       0.04          0          0
1800.08/1800.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.63	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.63	c   dual LP          :       0.00          0          0       0.00          -
1800.08/1800.63	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.63	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.63	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.63	c   strong branching :       0.00          0          0       0.00          -
1800.08/1800.63	c     (at root node) :          -          0          0       0.00          -
1800.08/1800.63	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.63	c B&B Tree           :
1800.08/1800.63	c   number of runs   :          1
1800.08/1800.63	c   nodes            :     106727
1800.08/1800.63	c   nodes (total)    :     106727
1800.08/1800.63	c   nodes left       :     105536
1800.08/1800.63	c   max depth        :        249
1800.08/1800.63	c   max depth (total):        249
1800.08/1800.63	c   backtracks       :        804 (0.8%)
1800.08/1800.63	c   delayed cutoffs  :        378
1800.08/1800.63	c   repropagations   :       1342 (11203 domain reductions, 161 cutoffs)
1800.08/1800.63	c   avg switch length:       2.40
1800.08/1800.63	c   switching time   :      20.73
1800.08/1800.63	c Solution           :
1800.08/1800.63	c   Solutions found  :          0 (0 improvements)
1800.08/1800.63	c   Primal Bound     :          -
1800.08/1800.63	c   Dual Bound       : +0.00000000000000e+00
1800.08/1800.63	c   Gap              :   infinite
1800.08/1800.63	c   Root Dual Bound  : +0.00000000000000e+00
1800.08/1800.63	c   Root Iterations  :          0
1800.36/1800.95	c Time complete: 1800.42.

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-2664181-1276400109/watcher-2664181-1276400109 -o /tmp/evaluation-result-2664181-1276400109/solver-2664181-1276400109 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664181-1276400109.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.92 1.01 1.03 3/106 20489
/proc/meminfo: memFree=1789620/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=6584 CPUtime=0
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 920 0 0 0 0 0 0 0 18 0 1 0 15612422 6742016 843 1992294400 4194304 7136930 140733904430144 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20489/statm: 1646 853 254 719 0 925 0

[startup+0.033958 s]
/proc/loadavg: 0.92 1.01 1.03 3/106 20489
/proc/meminfo: memFree=1789620/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=10872 CPUtime=0.02
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 2212 0 0 0 2 0 0 0 20 0 1 0 15612422 11132928 2135 1992294400 4194304 7136930 140733904430144 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20489/statm: 2718 2135 271 719 0 1997 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10872

[startup+0.101967 s]
/proc/loadavg: 0.92 1.01 1.03 3/106 20489
/proc/meminfo: memFree=1789620/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=12484 CPUtime=0.09
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 2594 0 0 0 8 1 0 0 20 0 1 0 15612422 12783616 2517 1992294400 4194304 7136930 140733904430144 18446744073709551615 5648489 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20489/statm: 3121 2517 271 719 0 2400 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12484

[startup+0.300992 s]
/proc/loadavg: 0.92 1.01 1.03 3/106 20489
/proc/meminfo: memFree=1789620/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=16624 CPUtime=0.29
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 3653 0 0 0 28 1 0 0 20 0 1 0 15612422 17022976 3576 1992294400 4194304 7136930 140733904430144 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20489/statm: 4156 3576 271 719 0 3435 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16624

[startup+0.701045 s]
/proc/loadavg: 0.92 1.01 1.03 3/106 20489
/proc/meminfo: memFree=1789620/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=23908 CPUtime=0.69
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 5479 0 0 0 67 2 0 0 21 0 1 0 15612422 24481792 5402 1992294400 4194304 7136930 140733904430144 18446744073709551615 6177568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20489/statm: 5977 5402 271 719 0 5256 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23908

[startup+1.50115 s]
/proc/loadavg: 0.92 1.01 1.03 2/107 20490
/proc/meminfo: memFree=1762208/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=90376 CPUtime=1.49
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 21214 0 0 0 137 12 0 0 23 0 1 0 15612422 92545024 20783 1992294400 4194304 7136930 140733904430144 18446744073709551615 6346856 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 22594 20792 341 719 0 21873 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90376

[startup+3.10036 s]
/proc/loadavg: 0.92 1.01 1.03 2/107 20490
/proc/meminfo: memFree=1675656/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=120540 CPUtime=3.09
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 34986 0 0 0 287 22 0 0 25 0 1 0 15612422 123432960 29274 1992294400 4194304 7136930 140733904430144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 30135 29274 360 719 0 29414 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120540

[startup+6.30078 s]
/proc/loadavg: 0.93 1.01 1.03 2/107 20490
/proc/meminfo: memFree=1673424/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=122344 CPUtime=6.29
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 39466 0 0 0 600 29 0 0 25 0 1 0 15612422 125280256 29758 1992294400 4194304 7136930 140733904430144 18446744073709551615 6346469 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 30586 29758 374 719 0 29865 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 122344

[startup+12.7006 s]
/proc/loadavg: 0.93 1.01 1.03 2/107 20490
/proc/meminfo: memFree=1670820/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=122860 CPUtime=12.68
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 39594 0 0 0 1238 30 0 0 25 0 1 0 15612422 125808640 29886 1992294400 4194304 7136930 140733904430144 18446744073709551615 4854175 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 30715 29886 374 719 0 29994 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 122860

[startup+25.5013 s]
/proc/loadavg: 0.95 1.01 1.03 2/107 20490
/proc/meminfo: memFree=1669084/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=125752 CPUtime=25.48
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 40335 0 0 0 2514 34 0 0 25 0 1 0 15612422 128770048 30627 1992294400 4194304 7136930 140733904430144 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 31438 30627 393 719 0 30717 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 125752

[startup+51.1016 s]
/proc/loadavg: 0.96 1.01 1.03 2/107 20490
/proc/meminfo: memFree=1667968/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=125752 CPUtime=51.07
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 40344 0 0 0 5068 39 0 0 25 0 1 0 15612422 128770048 30636 1992294400 4194304 7136930 140733904430144 18446744073709551615 5005106 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 31438 30636 397 719 0 30717 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 125752

[startup+102.308 s]
/proc/loadavg: 0.98 1.00 1.02 2/107 20492
/proc/meminfo: memFree=1667224/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=126268 CPUtime=102.27
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 40485 0 0 0 10177 50 0 0 25 0 1 0 15612422 129298432 30777 1992294400 4194304 7136930 140733904430144 18446744073709551615 5902399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 31567 30777 397 719 0 30846 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 126268

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 1.02 2/107 20494
/proc/meminfo: memFree=1667224/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=126268 CPUtime=162.25
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 40498 0 0 0 16163 62 0 0 25 0 1 0 15612422 129298432 30790 1992294400 4194304 7136930 140733904430144 18446744073709551615 5005106 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 31567 30790 397 719 0 30846 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 126268

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 1.01 2/107 20496
/proc/meminfo: memFree=1665488/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=127736 CPUtime=222.23
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 40893 0 0 0 22151 72 0 0 25 0 1 0 15612422 130801664 31185 1992294400 4194304 7136930 140733904430144 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 31934 31185 397 719 0 31213 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 127736

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 20498
/proc/meminfo: memFree=1663628/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=129688 CPUtime=282.21
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 41375 0 0 0 28139 82 0 0 25 0 1 0 15612422 132800512 31667 1992294400 4194304 7136930 140733904430144 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 32422 31667 397 719 0 31701 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 129688

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 20498
/proc/meminfo: memFree=1661272/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=131872 CPUtime=342.19
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 41945 0 0 0 34126 93 0 0 25 0 1 0 15612422 135036928 32237 1992294400 4194304 7136930 140733904430144 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 32968 32237 397 719 0 32247 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 131872

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 20500
/proc/meminfo: memFree=1659412/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=133624 CPUtime=402.17
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 42405 0 0 0 40112 105 0 0 25 0 1 0 15612422 136830976 32697 1992294400 4194304 7136930 140733904430144 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 33406 32697 397 719 0 32685 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 133624

[startup+462.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 20502
/proc/meminfo: memFree=1657056/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=135796 CPUtime=462.16
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 42964 0 0 0 46100 116 0 0 25 0 1 0 15612422 139055104 33256 1992294400 4194304 7136930 140733904430144 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 33949 33256 397 719 0 33228 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 135796

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 20504
/proc/meminfo: memFree=1654824/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=138148 CPUtime=522.14
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 43534 0 0 0 52089 125 0 0 25 0 1 0 15612422 141463552 33826 1992294400 4194304 7136930 140733904430144 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 34537 33826 397 719 0 33816 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 138148

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 20506
/proc/meminfo: memFree=1652468/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=140432 CPUtime=582.12
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 44117 0 0 0 58075 137 0 0 25 0 1 0 15612422 143802368 34409 1992294400 4194304 7136930 140733904430144 18446744073709551615 4697373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 35108 34409 397 719 0 34387 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 140432

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 20506
/proc/meminfo: memFree=1650484/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=142208 CPUtime=642.11
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 44572 0 0 0 64063 148 0 0 25 0 1 0 15612422 145620992 34864 1992294400 4194304 7136930 140733904430144 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 35552 34864 397 719 0 34831 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 142208

[startup+702.302 s]

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

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 20514
/proc/meminfo: memFree=1639944/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=152268 CPUtime=942.02
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 47156 0 0 0 93996 206 0 0 25 0 1 0 15612422 155922432 37448 1992294400 4194304 7136930 140733904430144 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 38067 37448 397 719 0 37346 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 152268

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 20516
/proc/meminfo: memFree=1637960/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=154148 CPUtime=1002.01
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 47628 0 0 0 99983 218 0 0 25 0 1 0 15612422 157847552 37920 1992294400 4194304 7136930 140733904430144 18446744073709551615 5005106 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 38537 37920 397 719 0 37816 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 154148

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 20518
/proc/meminfo: memFree=1636100/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=156036 CPUtime=1061.99
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 48111 0 0 0 105968 231 0 0 25 0 1 0 15612422 159780864 38403 1992294400 4194304 7136930 140733904430144 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 39009 38403 397 719 0 38288 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 156036

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 20520
/proc/meminfo: memFree=1633868/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=159972 CPUtime=1121.96
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 48626 0 0 0 111956 240 0 0 25 0 1 0 15612422 163811328 38918 1992294400 4194304 7136930 140733904430144 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 39993 38918 397 719 0 39272 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 159972

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 20522
/proc/meminfo: memFree=1632380/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=161764 CPUtime=1181.95
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 49060 0 0 0 117943 252 0 0 25 0 1 0 15612422 165646336 39352 1992294400 4194304 7136930 140733904430144 18446744073709551615 4697373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 40441 39352 397 719 0 39720 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 161764

[startup+1242.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 20522
/proc/meminfo: memFree=1630644/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=163044 CPUtime=1241.94
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 49384 0 0 0 123930 264 0 0 25 0 1 0 15612422 166957056 39676 1992294400 4194304 7136930 140733904430144 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 40761 39676 397 719 0 40040 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 163044

[startup+1302.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 20524
/proc/meminfo: memFree=1629280/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=164388 CPUtime=1301.93
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 49757 0 0 0 129918 275 0 0 25 0 1 0 15612422 168333312 40049 1992294400 4194304 7136930 140733904430144 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 41097 40049 397 719 0 40376 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 164388

[startup+1362.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 20526
/proc/meminfo: memFree=1626676/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=166956 CPUtime=1361.9
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 50388 0 0 0 135906 284 0 0 25 0 1 0 15612422 170962944 40680 1992294400 4194304 7136930 140733904430144 18446744073709551615 4853690 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 41739 40680 397 719 0 41018 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 166956

[startup+1422.31 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 20528
/proc/meminfo: memFree=1624692/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=168844 CPUtime=1421.9
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 50885 0 0 0 141894 296 0 0 25 0 1 0 15612422 172896256 41177 1992294400 4194304 7136930 140733904430144 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 42211 41177 397 719 0 41490 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 168844

[startup+1482.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 20530
/proc/meminfo: memFree=1622088/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=171544 CPUtime=1481.86
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 51556 0 0 0 147880 306 0 0 25 0 1 0 15612422 175661056 41848 1992294400 4194304 7136930 140733904430144 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 42886 41848 397 719 0 42165 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 171544

[startup+1542.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 20530
/proc/meminfo: memFree=1619360/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=174028 CPUtime=1541.84
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 52209 0 0 0 153868 316 0 0 25 0 1 0 15612422 178204672 42501 1992294400 4194304 7136930 140733904430144 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 43507 42501 397 719 0 42786 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 174028

[startup+1602.3 s]
/proc/loadavg: 1.12 1.03 1.01 2/107 20541
/proc/meminfo: memFree=1615020/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=177956 CPUtime=1601.82
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 53206 0 0 0 159855 327 0 0 25 0 1 0 15612422 182226944 43498 1992294400 4194304 7136930 140733904430144 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 44489 43498 397 719 0 43768 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 177956

[startup+1662.3 s]
/proc/loadavg: 1.09 1.04 1.01 2/107 20543
/proc/meminfo: memFree=1612912/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=180104 CPUtime=1661.8
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 53758 0 0 0 165842 338 0 0 25 0 1 0 15612422 184426496 44050 1992294400 4194304 7136930 140733904430144 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 45026 44050 397 719 0 44305 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 180104

[startup+1722.3 s]
/proc/loadavg: 1.08 1.04 1.01 2/107 20545
/proc/meminfo: memFree=1609440/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=183628 CPUtime=1721.79
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 54627 0 0 0 171830 349 0 0 25 0 1 0 15612422 188035072 44919 1992294400 4194304 7136930 140733904430144 18446744073709551615 4854160 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 45907 44919 397 719 0 45186 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 183628

[startup+1782.3 s]
/proc/loadavg: 1.07 1.05 1.01 2/107 20547
/proc/meminfo: memFree=1606712/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=186216 CPUtime=1781.77
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 55289 0 0 0 177817 360 0 0 25 0 1 0 15612422 190685184 45581 1992294400 4194304 7136930 140733904430144 18446744073709551615 4853690 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 46554 45581 397 719 0 45833 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 186216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.12 1.06 1.01 2/107 20547
/proc/meminfo: memFree=1606092/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=186820 CPUtime=1800.08
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 55429 0 0 0 179644 364 0 0 25 0 1 0 15612422 191303680 45721 1992294400 4194304 7136930 140733904430144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20489/statm: 46705 45721 397 719 0 45984 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 186820

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

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

[startup+1800.8 s]
/proc/loadavg: 1.12 1.06 1.01 2/107 20547
/proc/meminfo: memFree=1606092/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=161592 CPUtime=1800.26
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 55434 0 0 0 179662 364 0 0 25 0 1 0 15612422 165470208 39419 1992294400 4194304 7136930 140733904430144 18446744073709551615 4212048 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20489/statm: 40398 39419 402 719 0 39677 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 161592

[startup+1800.9 s]
/proc/loadavg: 1.12 1.06 1.01 2/107 20547
/proc/meminfo: memFree=1606092/2059040 swapFree=4140272/4192956
[pid=20489] ppid=20487 vsize=148248 CPUtime=1800.36
/proc/20489/stat : 20489 (pbscip.linux.x8) R 20487 20489 13941 0 -1 4202496 55434 0 0 0 179672 364 0 0 25 0 1 0 15612422 151805952 36089 1992294400 4194304 7136930 140733904430144 18446744073709551615 6166364 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20489/statm: 37062 36089 402 719 0 36341 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 148248

Child status: 0
Real time (s): 1800.96
CPU time (s): 1800.43
CPU user time (s): 1796.76
CPU system time (s): 3.66444
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 186820

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

runsolver used 2.67459 second user time and 8.81166 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-13 05:35:09
IDJOB=2664181
IDBENCH=2011
IDSOLVER=1167
FILE ID=node013/2664181-1276400109
PBS_JOBID= 11173264
Free space on /tmp= 62460 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data10_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664181-1276400109/watcher-2664181-1276400109 -o /tmp/evaluation-result-2664181-1276400109/solver-2664181-1276400109 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664181-1276400109.opb -t 1800 -m 1800

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

MD5SUM BENCH= dccfffd22c38fcd3c497d688dab4b7a4
RANDOM SEED=1485258986

node013.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.253
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.50
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.253
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1790024 kB
Buffers:         37348 kB
Cached:         152316 kB
SwapCached:       6804 kB
Active:         129884 kB
Inactive:        73796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1790024 kB
SwapTotal:     4192956 kB
SwapFree:      4140272 kB
Dirty:            6228 kB
Writeback:           0 kB
AnonPages:       11472 kB
Mapped:          12880 kB
Slab:            43464 kB
PageTables:       3908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180900 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= 62456 MiB
End job on node013 at 2010-06-13 06:05:12