Trace number 2664220

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.45 1800.99

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_15.opb
MD5SUM76cbd1f5f345389511b95f4555e7fed1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark178
Best CPU time to get the best result obtained on this benchmark1798.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 179
Optimality of the best value was proved NO
Number of variables4320
Total number of constraints8415
Number of constraints which are clauses1
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 constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 105
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 232
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 329
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1558
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: 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-2664220-1276619086.opb>
0.49/0.50	c original problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 8415 constraints
0.49/0.50	c problem read
0.49/0.50	c presolving settings loaded
0.49/0.51	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
0.60/0.68	c presolving:
0.79/0.81	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 4 chg sides, 305 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.79/0.89	c (round 2) 1 del vars, 3982 del conss, 1 chg bounds, 4 chg sides, 305 chg coeffs, 233 upgd conss, 0 impls, 0 clqs
0.89/0.97	c (round 3) 1 del vars, 3982 del conss, 1 chg bounds, 4 chg sides, 307 chg coeffs, 452 upgd conss, 212 impls, 7 clqs
0.89/1.00	c (round 4) 1 del vars, 3982 del conss, 1 chg bounds, 52 chg sides, 407 chg coeffs, 452 upgd conss, 214 impls, 7 clqs
3.98/4.06	c    (3.5s) probing: 227/4319 (5.3%) - 0 fixings, 0 aggregations, 35 implications, 0 bound changes
3.98/4.06	c    (3.5s) probing aborted: 100/100 successive totally useless probings
3.98/4.06	c presolving (5 rounds):
3.98/4.06	c  1 deleted vars, 3982 deleted constraints, 1 tightened bounds, 0 added holes, 52 changed sides, 407 changed coefficients
3.98/4.06	c  284 implications, 7 cliques
3.98/4.06	c presolved problem has 4319 variables (4319 bin, 0 int, 0 impl, 0 cont) and 4434 constraints
3.98/4.06	c     452 constraints of type <knapsack>
3.98/4.06	c       1 constraints of type <setppc>
3.98/4.06	c    3981 constraints of type <linear>
3.98/4.06	c transformed objective value is always integral (scale: 1)
3.98/4.06	c Presolving Time: 3.36
3.98/4.06	c - non default parameters ----------------------------------------------------------------------
3.98/4.06	c # SCIP version 1.2.1.2
3.98/4.06	c 
3.98/4.06	c # frequency for displaying node information lines
3.98/4.06	c # [type: int, range: [-1,2147483647], default: 100]
3.98/4.06	c display/freq = 10000
3.98/4.06	c 
3.98/4.06	c # maximal time in seconds to run
3.98/4.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.98/4.06	c limits/time = 1799.5
3.98/4.06	c 
3.98/4.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.98/4.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.98/4.06	c limits/memory = 1620
3.98/4.06	c 
3.98/4.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
3.98/4.06	c # [type: int, range: [-1,2147483647], default: 1]
3.98/4.06	c lp/solvefreq = -1
3.98/4.06	c 
3.98/4.06	c # should presolving try to simplify inequalities
3.98/4.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.98/4.06	c constraints/linear/simplifyinequalities = TRUE
3.98/4.06	c 
3.98/4.06	c # should presolving try to simplify knapsacks
3.98/4.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.98/4.06	c constraints/knapsack/simplifyinequalities = TRUE
3.98/4.06	c 
3.98/4.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.98/4.06	c # [type: int, range: [-1,2147483647], default: -1]
3.98/4.06	c separating/rapidlearning/freq = 0
3.98/4.06	c 
3.98/4.06	c -----------------------------------------------------------------------------------------------
3.98/4.06	c start solving
3.98/4.06	c 
3.98/4.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.98/4.07	c   3.5s|     1 |     2 |     0 |     - |  27M|   0 |   - |4319 |4434 |   0 |   0 |   0 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
211.62/211.71	c   211s| 10000 |  6983 |     0 |   0.0 |  46M|4182 |   - |4319 |9005 |   0 |   0 |   0 |5091 |   0 | 1.050000e+02 |      --      |    Inf 
597.61/597.84	c   596s| 20000 | 11651 |     0 |   0.0 |  70M|4182 |   - |4319 |  12k|   0 |   0 |   0 |  14k|   0 | 1.050000e+02 |      --      |    Inf 
886.83/887.16	c   885s| 30000 | 15442 |     0 |   0.0 |  94M|4182 |   - |4319 |5277 |   0 |   0 |   0 |  21k|   0 | 1.050000e+02 |      --      |    Inf 
1192.74/1193.17	c  1190s| 40000 | 20239 |     0 |   0.0 | 127M|4182 |   - |4319 |8538 |   0 |   0 |   0 |  29k|   0 | 1.050000e+02 |      --      |    Inf 
1520.85/1521.38	c  1518s| 50000 | 24735 |     0 |   0.0 | 154M|4182 |   - |4319 |  11k|   0 |   0 |   0 |  38k|   0 | 1.050000e+02 |      --      |    Inf 
1800.07/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.07/1800.61	c 
1800.07/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.61	c Solving Time (sec) : 1796.66
1800.07/1800.61	c Solving Nodes      : 59304
1800.07/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.07/1800.61	c Dual Bound         : +1.05000000000000e+02
1800.07/1800.61	c Gap                : infinite
1800.07/1800.61	s UNKNOWN
1800.07/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.61	c Solving Time       :    1796.66
1800.07/1800.61	c Original Problem   :
1800.07/1800.61	c   Problem name     : HOME/instance-2664220-1276619086.opb
1800.07/1800.62	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.62	c   Constraints      : 8415 initial, 8415 maximal
1800.07/1800.62	c Presolved Problem  :
1800.07/1800.62	c   Problem name     : t_HOME/instance-2664220-1276619086.opb
1800.07/1800.62	c   Variables        : 4319 (4319 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.62	c   Constraints      : 4434 initial, 13815 maximal
1800.07/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.62	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.62	c   probing          :       3.02          0          0          0          0          0          0          0          0
1800.07/1800.62	c   knapsack         :       0.02          0          0          0          0          0          0         48        102
1800.07/1800.62	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.62	c   linear           :       0.26          1          0          0          1          0       3982          4        305
1800.07/1800.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.62	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.07/1800.62	c   knapsack         :        452          0     177328          0      48417       3965     755834          0          0          0
1800.07/1800.62	c   setppc           :          1          0      39856          0      16409          0          0          0          0          0
1800.07/1800.62	c   linear           :       3981          0     173363          0      48417      11426    5745111          0          0          0
1800.07/1800.62	c   logicor          :          0+         0      84017          0          0       1207      70241          0          0          0
1800.07/1800.62	c   countsols        :          0          0          0          0      48417          0          0          0          0          0
1800.07/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.62	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.62	c   knapsack         :     103.38       0.00      99.94       0.00       3.44
1800.07/1800.62	c   setppc           :       0.08       0.00       0.02       0.00       0.06
1800.07/1800.62	c   linear           :    1324.32       0.00    1324.22       0.00       0.10
1800.07/1800.62	c   logicor          :      39.95       0.00      39.95       0.00       0.00
1800.07/1800.62	c   countsols        :       0.01       0.00       0.00       0.00       0.01
1800.07/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.62	c   vbounds          :       0.19          2          0          0
1800.07/1800.62	c   rootredcost      :       0.15          0          0          0
1800.07/1800.62	c   pseudoobj        :       0.38     176863          0          0
1800.07/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.62	c   propagation      :       3.48      16598      16596      79573       51.1       1135       20.1          -
1800.07/1800.62	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.62	c   applied globally :          -          -          -      46703       40.8          -          -          -
1800.07/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.07/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.62	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.07/1800.62	c   redcost          :       0.00          0          0          0          0          0
1800.07/1800.62	c   impliedbounds    :       0.00          0          0          0          0          0
1800.07/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.07/1800.62	c   gomory           :       0.00          0          0          0          0          0
1800.07/1800.62	c   strongcg         :       0.00          0          0          0          0          0
1800.07/1800.62	c   cmir             :       0.00          0          0          0          0          0
1800.07/1800.62	c   flowcover        :       0.00          0          0          0          0          0
1800.07/1800.62	c   clique           :       0.00          0          0          0          0          0
1800.07/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.62	c   mcf              :       0.00          0          0          0          0          0
1800.07/1800.62	c   rapidlearning    :       0.00          0          0          0          0          0
1800.07/1800.62	c Pricers            :       Time      Calls       Vars
1800.07/1800.62	c   problem variables:       0.00          0          0
1800.07/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.62	c   relpscost        :       0.00          0          0          0          0          0          0
1800.07/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.62	c   inference        :      80.35      48417          0          0          0          0      96834
1800.07/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.62	c   LP solutions     :       0.00          -          0
1800.07/1800.62	c   pseudo solutions :       0.00          -          0
1800.07/1800.62	c   oneopt           :       0.05          0          0
1800.07/1800.62	c   trivial          :       0.01          2          0
1800.07/1800.62	c   simplerounding   :       0.00          0          0
1800.07/1800.62	c   zirounding       :       0.00          0          0
1800.07/1800.62	c   rounding         :       0.00          0          0
1800.07/1800.62	c   shifting         :       0.00          0          0
1800.07/1800.62	c   intshifting      :       0.00          0          0
1800.07/1800.62	c   twoopt           :       0.00          0          0
1800.07/1800.62	c   fixandinfer      :       0.00          0          0
1800.07/1800.62	c   feaspump         :       0.00          0          0
1800.07/1800.62	c   coefdiving       :       0.00          0          0
1800.07/1800.62	c   pscostdiving     :       0.00          0          0
1800.07/1800.62	c   fracdiving       :       0.00          0          0
1800.07/1800.62	c   veclendiving     :       0.00          0          0
1800.07/1800.62	c   intdiving        :       0.00          0          0
1800.07/1800.62	c   actconsdiving    :       0.00          0          0
1800.07/1800.62	c   objpscostdiving  :       0.00          0          0
1800.07/1800.62	c   rootsoldiving    :       0.00          0          0
1800.07/1800.62	c   linesearchdiving :       0.00          0          0
1800.07/1800.62	c   guideddiving     :       0.00          0          0
1800.07/1800.62	c   octane           :       0.00          0          0
1800.07/1800.62	c   rens             :       0.00          0          0
1800.07/1800.62	c   rins             :       0.00          0          0
1800.07/1800.62	c   localbranching   :       0.00          0          0
1800.07/1800.62	c   mutation         :       0.00          0          0
1800.07/1800.62	c   crossover        :       0.00          0          0
1800.07/1800.62	c   dins             :       0.00          0          0
1800.07/1800.62	c   undercover       :       0.00          0          0
1800.07/1800.62	c   nlp              :       0.16          0          0
1800.07/1800.62	c   trysol           :       0.01          0          0
1800.07/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.07/1800.62	c   dual LP          :       0.00          0          0       0.00          -
1800.07/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.07/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.62	c   diving/probing LP:       0.00          0          0       0.00          -
1800.07/1800.62	c   strong branching :       0.00          0          0       0.00          -
1800.07/1800.62	c     (at root node) :          -          0          0       0.00          -
1800.07/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.62	c B&B Tree           :
1800.07/1800.62	c   number of runs   :          1
1800.07/1800.62	c   nodes            :      59304
1800.07/1800.62	c   nodes (total)    :      59304
1800.07/1800.62	c   nodes left       :      29206
1800.07/1800.62	c   max depth        :       4182
1800.07/1800.62	c   max depth (total):       4182
1800.07/1800.62	c   backtracks       :       6017 (10.1%)
1800.07/1800.62	c   delayed cutoffs  :       8325
1800.07/1800.62	c   repropagations   :      21085 (1590133 domain reductions, 5711 cutoffs)
1800.07/1800.62	c   avg switch length:       8.57
1800.07/1800.62	c   switching time   :     237.16
1800.07/1800.62	c Solution           :
1800.07/1800.62	c   Solutions found  :          0 (0 improvements)
1800.07/1800.62	c   Primal Bound     :          -
1800.07/1800.62	c   Dual Bound       : +1.05000000000000e+02
1800.07/1800.62	c   Gap              :   infinite
1800.07/1800.62	c   Root Dual Bound  : +1.05000000000000e+02
1800.07/1800.62	c   Root Iterations  :          0
1800.36/1800.98	c Time complete: 1800.44.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 5344
/proc/meminfo: memFree=1776108/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=6584 CPUtime=0
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 1055 0 0 0 0 0 0 0 20 0 1 0 37509903 6742016 978 1992294400 4194304 7136930 140733800157920 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5344/statm: 1646 987 254 719 0 925 0

[startup+0.0222849 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 5344
/proc/meminfo: memFree=1776108/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=8120 CPUtime=0.01
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 1533 0 0 0 1 0 0 0 20 0 1 0 37509903 8314880 1456 1992294400 4194304 7136930 140733800157920 18446744073709551615 5649661 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5344/statm: 2030 1456 271 719 0 1309 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8120

[startup+0.101293 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 5344
/proc/meminfo: memFree=1776108/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=10060 CPUtime=0.09
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 1995 0 0 0 9 0 0 0 20 0 1 0 37509903 10301440 1918 1992294400 4194304 7136930 140733800157920 18446744073709551615 5650616 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5344/statm: 2515 1918 271 719 0 1794 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10060

[startup+0.301312 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 5344
/proc/meminfo: memFree=1776108/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=15488 CPUtime=0.29
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 3339 0 0 0 28 1 0 0 20 0 1 0 37509903 15859712 3262 1992294400 4194304 7136930 140733800157920 18446744073709551615 5650597 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5344/statm: 3872 3262 271 719 0 3151 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15488

[startup+0.701348 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 5344
/proc/meminfo: memFree=1776108/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=86480 CPUtime=0.69
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 20419 0 0 0 62 7 0 0 20 0 1 0 37509903 88555520 19988 1992294400 4194304 7136930 140733800157920 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 21620 19988 334 719 0 20899 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86480

[startup+1.50142 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 5345
/proc/meminfo: memFree=1694880/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=88324 CPUtime=1.49
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 23582 0 0 0 138 11 0 0 22 0 1 0 37509903 90443776 20485 1992294400 4194304 7136930 140733800157920 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 22081 20485 371 719 0 21360 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88324

[startup+3.10057 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 5345
/proc/meminfo: memFree=1695004/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=88324 CPUtime=3.09
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 23582 0 0 0 298 11 0 0 25 0 1 0 37509903 90443776 20485 1992294400 4194304 7136930 140733800157920 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 22081 20485 371 719 0 21360 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88324

[startup+6.30087 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 5345
/proc/meminfo: memFree=1693764/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=89492 CPUtime=6.28
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 23896 0 0 0 614 14 0 0 25 0 1 0 37509903 91639808 20799 1992294400 4194304 7136930 140733800157920 18446744073709551615 5892096 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 22373 20799 391 719 0 21652 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 89492

[startup+12.7005 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 5345
/proc/meminfo: memFree=1691036/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=93040 CPUtime=12.69
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 24770 0 0 0 1247 22 0 0 25 0 1 0 37509903 95272960 21673 1992294400 4194304 7136930 140733800157920 18446744073709551615 4979656 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 23260 21673 398 719 0 22539 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 93040

[startup+25.5017 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 5345
/proc/meminfo: memFree=1687812/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=96036 CPUtime=25.48
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 25485 0 0 0 2524 24 0 0 25 0 1 0 37509903 98340864 22388 1992294400 4194304 7136930 140733800157920 18446744073709551615 4925437 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 24009 22388 398 719 0 23288 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 96036

[startup+51.101 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 5347
/proc/meminfo: memFree=1682232/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=102068 CPUtime=51.07
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 26890 0 0 0 5080 27 0 0 25 0 1 0 37509903 104517632 23793 1992294400 4194304 7136930 140733800157920 18446744073709551615 4978051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 25517 23793 398 719 0 24796 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 102068

[startup+102.309 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 5347
/proc/meminfo: memFree=1676156/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=108564 CPUtime=102.27
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 28350 0 0 0 10192 35 0 0 25 0 1 0 37509903 111169536 25253 1992294400 4194304 7136930 140733800157920 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 27141 25253 398 719 0 26420 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 108564

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 5349
/proc/meminfo: memFree=1671444/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=113544 CPUtime=162.24
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 29497 0 0 0 16181 43 0 0 25 0 1 0 37509903 116269056 26400 1992294400 4194304 7136930 140733800157920 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 28386 26400 398 719 0 27665 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 113544

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5351
/proc/meminfo: memFree=1664872/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=120232 CPUtime=222.22
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 31135 0 0 0 22170 52 0 0 25 0 1 0 37509903 123117568 28038 1992294400 4194304 7136930 140733800157920 18446744073709551615 4854151 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 30058 28038 398 719 0 29337 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 120232

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5353
/proc/meminfo: memFree=1658424/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=127456 CPUtime=282.21
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 32741 0 0 0 28160 61 0 0 25 0 1 0 37509903 130514944 29644 1992294400 4194304 7136930 140733800157920 18446744073709551615 4923930 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 31864 29644 398 719 0 31143 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 127456

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5355
/proc/meminfo: memFree=1651356/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=135300 CPUtime=342.18
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 34468 0 0 0 34148 70 0 0 25 0 1 0 37509903 138547200 31371 1992294400 4194304 7136930 140733800157920 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 33825 31371 398 719 0 33104 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 135300

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5355
/proc/meminfo: memFree=1647884/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=139480 CPUtime=402.16
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 35393 0 0 0 40137 79 0 0 25 0 1 0 37509903 142827520 32296 1992294400 4194304 7136930 140733800157920 18446744073709551615 4978086 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 34870 32296 398 719 0 34149 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 139480

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5357
/proc/meminfo: memFree=1639700/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=148224 CPUtime=462.15
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 37379 0 0 0 46129 86 0 0 25 0 1 0 37509903 151781376 34282 1992294400 4194304 7136930 140733800157920 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 37056 34282 398 719 0 36335 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 148224

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5359
/proc/meminfo: memFree=1635112/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=153020 CPUtime=522.13
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 38530 0 0 0 52119 94 0 0 25 0 1 0 37509903 156692480 35433 1992294400 4194304 7136930 140733800157920 18446744073709551615 4979650 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 38255 35433 398 719 0 37534 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 153020

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5361
/proc/meminfo: memFree=1629532/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=158980 CPUtime=582.11
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 39892 0 0 0 58108 103 0 0 25 0 1 0 37509903 162795520 36795 1992294400 4194304 7136930 140733800157920 18446744073709551615 4926075 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 39745 36795 398 719 0 39024 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 158980

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5363
/proc/meminfo: memFree=1627424/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=161080 CPUtime=642.1
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 40393 0 0 0 64100 110 0 0 25 0 1 0 37509903 164945920 37296 1992294400 4194304 7136930 140733800157920 18446744073709551615 5951498 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 40270 37296 398 719 0 39549 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 161080

[startup+702.302 s]

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

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5371
/proc/meminfo: memFree=1585140/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=207300 CPUtime=942.01
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 50871 0 0 0 94038 163 0 0 25 0 1 0 37509903 212275200 47774 1992294400 4194304 7136930 140733800157920 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 51825 47774 398 719 0 51104 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 207300

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5371
/proc/meminfo: memFree=1578940/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=214620 CPUtime=1001.99
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 52442 0 0 0 100026 173 0 0 25 0 1 0 37509903 219770880 49345 1992294400 4194304 7136930 140733800157920 18446744073709551615 4978051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 53655 49345 398 719 0 52934 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 214620

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5373
/proc/meminfo: memFree=1568524/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=226704 CPUtime=1061.98
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 55026 0 0 0 106017 181 0 0 25 0 1 0 37509903 232144896 51929 1992294400 4194304 7136930 140733800157920 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 56676 51929 398 719 0 55955 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 226704

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5375
/proc/meminfo: memFree=1561704/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=234264 CPUtime=1121.96
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 56716 0 0 0 112006 190 0 0 25 0 1 0 37509903 239886336 53619 1992294400 4194304 7136930 140733800157920 18446744073709551615 4947547 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 58566 53619 398 719 0 57845 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 234264

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5377
/proc/meminfo: memFree=1555504/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=241452 CPUtime=1181.95
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 58274 0 0 0 117997 198 0 0 25 0 1 0 37509903 247246848 55177 1992294400 4194304 7136930 140733800157920 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 60363 55177 398 719 0 59642 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 241452

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5379
/proc/meminfo: memFree=1550668/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=246660 CPUtime=1241.93
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 59435 0 0 0 123987 206 0 0 25 0 1 0 37509903 252579840 56338 1992294400 4194304 7136930 140733800157920 18446744073709551615 4981616 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 61665 56338 398 719 0 60944 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 246660

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5379
/proc/meminfo: memFree=1546824/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=250304 CPUtime=1301.91
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 60329 0 0 0 129975 216 0 0 25 0 1 0 37509903 256311296 57232 1992294400 4194304 7136930 140733800157920 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 62576 57232 398 719 0 61855 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 250304

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5381
/proc/meminfo: memFree=1540872/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=257124 CPUtime=1361.9
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 61819 0 0 0 135965 225 0 0 25 0 1 0 37509903 263294976 58722 1992294400 4194304 7136930 140733800157920 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 64281 58722 398 719 0 63560 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 257124

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5383
/proc/meminfo: memFree=1534300/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=264336 CPUtime=1421.88
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 63479 0 0 0 141955 233 0 0 25 0 1 0 37509903 270680064 60382 1992294400 4194304 7136930 140733800157920 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 66084 60382 398 719 0 65363 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 264336

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5385
/proc/meminfo: memFree=1529216/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=270496 CPUtime=1481.86
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 64761 0 0 0 147945 241 0 0 25 0 1 0 37509903 276987904 61664 1992294400 4194304 7136930 140733800157920 18446744073709551615 5902449 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 67624 61664 398 719 0 66903 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 270496

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5387
/proc/meminfo: memFree=1521032/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=279860 CPUtime=1541.83
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 66773 0 0 0 153932 251 0 0 25 0 1 0 37509903 286576640 63676 1992294400 4194304 7136930 140733800157920 18446744073709551615 4947435 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 69965 63676 398 719 0 69244 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 279860

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5387
/proc/meminfo: memFree=1512972/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=289248 CPUtime=1601.81
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 68792 0 0 0 159920 261 0 0 25 0 1 0 37509903 296189952 65695 1992294400 4194304 7136930 140733800157920 18446744073709551615 4979656 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 72312 65695 398 719 0 71591 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 289248

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5389
/proc/meminfo: memFree=1506028/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=297504 CPUtime=1661.8
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 70502 0 0 0 165908 272 0 0 25 0 1 0 37509903 304644096 67405 1992294400 4194304 7136930 140733800157920 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 74376 67405 398 719 0 73655 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 297504

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5391
/proc/meminfo: memFree=1496728/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=308504 CPUtime=1721.79
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 72846 0 0 0 171896 283 0 0 25 0 1 0 37509903 315908096 69749 1992294400 4194304 7136930 140733800157920 18446744073709551615 4978326 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 77126 69749 398 719 0 76405 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 308504

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5393
/proc/meminfo: memFree=1489784/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=316592 CPUtime=1781.76
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 74473 0 0 0 177885 291 0 0 25 0 1 0 37509903 324190208 71376 1992294400 4194304 7136930 140733800157920 18446744073709551615 4947574 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 79148 71376 398 719 0 78427 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 316592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5393
/proc/meminfo: memFree=1489164/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=317472 CPUtime=1800.07
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 74641 0 0 0 179714 293 0 0 25 0 1 0 37509903 325091328 71544 1992294400 4194304 7136930 140733800157920 18446744073709551615 4947556 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5344/statm: 79368 71544 398 719 0 78647 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 317472

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.00 1.00 1.00 2/107 5393
/proc/meminfo: memFree=1489164/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=317528 CPUtime=1800.25
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 74675 0 0 0 179732 293 0 0 25 0 1 0 37509903 325148672 71578 1992294400 4194304 7136930 140733800157920 18446744073709551615 4670194 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5344/statm: 79382 71578 403 719 0 78661 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 317528

[startup+1800.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5393
/proc/meminfo: memFree=1489164/2059040 swapFree=4135932/4192956
[pid=5344] ppid=5342 vsize=315904 CPUtime=1800.36
/proc/5344/stat : 5344 (pbscip.linux.x8) R 5342 5344 5164 0 -1 4202496 74675 0 0 0 179742 294 0 0 25 0 1 0 37509903 323485696 71173 1992294400 4194304 7136930 140733800157920 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5344/statm: 78976 71173 403 719 0 78255 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 315904

Child status: 0
Real time (s): 1800.99
CPU time (s): 1800.45
CPU user time (s): 1797.48
CPU system time (s): 2.97655
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 317528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.48
system time used= 2.97655
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74682
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= 1733

runsolver used 2.95455 second user time and 8.5247 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-15 18:24:46
IDJOB=2664220
IDBENCH=2935
IDSOLVER=1167
FILE ID=node015/2664220-1276619086
PBS_JOBID= 11172307
Free space on /tmp= 62580 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_15.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-2664220-1276619086/watcher-2664220-1276619086 -o /tmp/evaluation-result-2664220-1276619086/solver-2664220-1276619086 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664220-1276619086.opb -t 1800 -m 1800

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

MD5SUM BENCH= 76cbd1f5f345389511b95f4555e7fed1
RANDOM SEED=1827185918

node015.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.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1776884 kB
Buffers:         83024 kB
Cached:         119508 kB
SwapCached:      11032 kB
Active:          97560 kB
Inactive:       119240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1776884 kB
SwapTotal:     4192956 kB
SwapFree:      4135932 kB
Dirty:            5232 kB
Writeback:           0 kB
AnonPages:       12520 kB
Mapped:           9268 kB
Slab:            43488 kB
PageTables:       4072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182344 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= 62580 MiB
End job on node015 at 2010-06-15 18:54:48