Trace number 2664847

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 NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1802.05 1802.53

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664847-1276676395.opb>
0.10/0.19	c original problem has 16706 variables (16706 bin, 0 int, 0 impl, 0 cont) and 17208 constraints
0.10/0.19	c problem read
0.10/0.19	c No objective function, only one solution is needed.
0.10/0.19	c presolving settings loaded
0.29/0.40	c presolving:
0.89/0.92	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1501 upgd conss, 126648 impls, 1000 clqs
1.29/1.30	c presolving (2 rounds):
1.29/1.30	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.29/1.30	c  126648 implications, 1000 cliques
1.29/1.30	c presolved problem has 16706 variables (16706 bin, 0 int, 0 impl, 0 cont) and 17208 constraints
1.29/1.30	c       1 constraints of type <knapsack>
1.29/1.30	c    1000 constraints of type <setppc>
1.29/1.30	c   15706 constraints of type <and>
1.29/1.30	c       1 constraints of type <linear>
1.29/1.30	c     500 constraints of type <logicor>
1.29/1.30	c transformed objective value is always integral (scale: 1)
1.29/1.30	c Presolving Time: 0.81
1.29/1.30	c - non default parameters ----------------------------------------------------------------------
1.29/1.30	c # SCIP version 1.2.1.2
1.29/1.30	c 
1.29/1.30	c # frequency for displaying node information lines
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 100]
1.29/1.30	c display/freq = 10000
1.29/1.30	c 
1.29/1.30	c # maximal time in seconds to run
1.29/1.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.30	c limits/time = 1799.82
1.29/1.30	c 
1.29/1.30	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.29/1.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.30	c limits/memory = 1620
1.29/1.30	c 
1.29/1.30	c # solving stops, if the given number of solutions were found (-1: no limit)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.30	c limits/solutions = 1
1.29/1.30	c 
1.29/1.30	c # maximal number of separation rounds per node (-1: unlimited)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 5]
1.29/1.30	c separating/maxrounds = 1
1.29/1.30	c 
1.29/1.30	c # maximal number of separation rounds in the root node (-1: unlimited)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.30	c separating/maxroundsroot = 5
1.29/1.30	c 
1.29/1.30	c # should presolving try to simplify inequalities
1.29/1.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.30	c constraints/linear/simplifyinequalities = TRUE
1.29/1.30	c 
1.29/1.30	c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.29/1.30	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.29/1.30	c constraints/knapsack/disaggregation = FALSE
1.29/1.30	c 
1.29/1.30	c # should presolving try to simplify knapsacks
1.29/1.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.30	c constraints/knapsack/simplifyinequalities = TRUE
1.29/1.30	c 
1.29/1.30	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.30	c presolving/probing/maxrounds = 0
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.30	c heuristics/coefdiving/freq = -1
1.29/1.30	c 
1.29/1.30	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.30	c heuristics/coefdiving/maxlpiterquot = 0.075
1.29/1.30	c 
1.29/1.30	c # additional number of allowed LP iterations
1.29/1.30	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.30	c heuristics/coefdiving/maxlpiterofs = 1500
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 30]
1.29/1.30	c heuristics/crossover/freq = -1
1.29/1.30	c 
1.29/1.30	c # number of nodes added to the contingent of the total nodes
1.29/1.30	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.29/1.30	c heuristics/crossover/nodesofs = 750
1.29/1.30	c 
1.29/1.30	c # number of nodes without incumbent change that heuristic should wait
1.29/1.30	c # [type: longint, range: [0,9223372036854775807], default: 200]
1.29/1.30	c heuristics/crossover/nwaitingnodes = 100
1.29/1.30	c 
1.29/1.30	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.29/1.30	c # [type: real, range: [0,1], default: 0.1]
1.29/1.30	c heuristics/crossover/nodesquot = 0.15
1.29/1.30	c 
1.29/1.30	c # minimum percentage of integer variables that have to be fixed 
1.29/1.30	c # [type: real, range: [0,1], default: 0.666]
1.29/1.30	c heuristics/crossover/minfixingrate = 0.5
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 20]
1.29/1.30	c heuristics/feaspump/freq = -1
1.29/1.30	c 
1.29/1.30	c # additional number of allowed LP iterations
1.29/1.30	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.30	c heuristics/feaspump/maxlpiterofs = 2000
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.30	c heuristics/fracdiving/freq = -1
1.29/1.30	c 
1.29/1.30	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.30	c heuristics/fracdiving/maxlpiterquot = 0.075
1.29/1.30	c 
1.29/1.30	c # additional number of allowed LP iterations
1.29/1.30	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.30	c heuristics/fracdiving/maxlpiterofs = 1500
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.30	c heuristics/guideddiving/freq = -1
1.29/1.30	c 
1.29/1.30	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.30	c heuristics/guideddiving/maxlpiterquot = 0.075
1.29/1.30	c 
1.29/1.30	c # additional number of allowed LP iterations
1.29/1.30	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.30	c heuristics/guideddiving/maxlpiterofs = 1500
1.29/1.30	c 
1.29/1.30	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.30	c heuristics/intdiving/maxlpiterquot = 0.075
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.30	c heuristics/intshifting/freq = -1
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.30	c heuristics/linesearchdiving/freq = -1
1.29/1.30	c 
1.29/1.30	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.30	c heuristics/linesearchdiving/maxlpiterquot = 0.075
1.29/1.30	c 
1.29/1.30	c # additional number of allowed LP iterations
1.29/1.30	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.30	c heuristics/linesearchdiving/maxlpiterofs = 1500
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 1]
1.29/1.30	c heuristics/nlp/freq = -1
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 20]
1.29/1.30	c heuristics/objpscostdiving/freq = -1
1.29/1.30	c 
1.29/1.30	c # maximal fraction of diving LP iterations compared to total iteration number
1.29/1.30	c # [type: real, range: [0,1], default: 0.01]
1.29/1.30	c heuristics/objpscostdiving/maxlpiterquot = 0.015
1.29/1.30	c 
1.29/1.30	c # additional number of allowed LP iterations
1.29/1.30	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.30	c heuristics/objpscostdiving/maxlpiterofs = 1500
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 1]
1.29/1.30	c heuristics/oneopt/freq = -1
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.30	c heuristics/pscostdiving/freq = -1
1.29/1.30	c 
1.29/1.30	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.30	c heuristics/pscostdiving/maxlpiterquot = 0.075
1.29/1.30	c 
1.29/1.30	c # additional number of allowed LP iterations
1.29/1.30	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.30	c heuristics/pscostdiving/maxlpiterofs = 1500
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 0]
1.29/1.30	c heuristics/rens/freq = -1
1.29/1.30	c 
1.29/1.30	c # minimum percentage of integer variables that have to be fixable 
1.29/1.30	c # [type: real, range: [0,1], default: 0.5]
1.29/1.30	c heuristics/rens/minfixingrate = 0.3
1.29/1.30	c 
1.29/1.30	c # number of nodes added to the contingent of the total nodes
1.29/1.30	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.29/1.30	c heuristics/rens/nodesofs = 2000
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 20]
1.29/1.30	c heuristics/rootsoldiving/freq = -1
1.29/1.30	c 
1.29/1.30	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.29/1.30	c heuristics/rootsoldiving/maxlpiterquot = 0.015
1.29/1.30	c 
1.29/1.30	c # additional number of allowed LP iterations
1.29/1.30	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.30	c heuristics/rootsoldiving/maxlpiterofs = 1500
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 1]
1.29/1.30	c heuristics/rounding/freq = -1
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.30	c heuristics/shifting/freq = -1
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 1]
1.29/1.30	c heuristics/simplerounding/freq = -1
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 0]
1.29/1.30	c heuristics/trivial/freq = -1
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 1]
1.29/1.30	c heuristics/trysol/freq = -1
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 10]
1.29/1.30	c heuristics/veclendiving/freq = -1
1.29/1.30	c 
1.29/1.30	c # maximal fraction of diving LP iterations compared to node LP iterations
1.29/1.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.29/1.30	c heuristics/veclendiving/maxlpiterquot = 0.075
1.29/1.30	c 
1.29/1.30	c # additional number of allowed LP iterations
1.29/1.30	c # [type: int, range: [0,2147483647], default: 1000]
1.29/1.30	c heuristics/veclendiving/maxlpiterofs = 1500
1.29/1.30	c 
1.29/1.30	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 1]
1.29/1.30	c heuristics/zirounding/freq = -1
1.29/1.30	c 
1.29/1.30	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 0]
1.29/1.30	c separating/cmir/freq = -1
1.29/1.30	c 
1.29/1.30	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: 0]
1.29/1.30	c separating/flowcover/freq = -1
1.29/1.30	c 
1.29/1.30	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.30	c separating/rapidlearning/freq = 0
1.29/1.30	c 
1.29/1.30	c -----------------------------------------------------------------------------------------------
1.29/1.30	c start solving
1.29/1.32	c 
23.99/24.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.99/24.02	c  23.4s|     1 |     0 |  4497 |     - |  75M|   0 |1206 |  16k|  17k|  16k|  32k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
105.57/105.64	c   105s|     1 |     0 |  6663 |     - |  84M|   0 |1224 |  16k|  17k|  16k|  33k| 379 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
934.75/935.03	c   930s|     1 |     0 | 70248 |     - |  91M|   0 |4618 |  16k|  17k|  16k|  33k| 518 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)

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-2664847-1276676395/watcher-2664847-1276676395 -o /tmp/evaluation-result-2664847-1276676395/solver-2664847-1276676395 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2664847-1276676395.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.98 2.02 1.64 3/105 16344
/proc/meminfo: memFree=1763068/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=9436 CPUtime=0
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 1109 0 0 0 0 0 0 0 25 0 1 0 8932993 9662464 1029 1992294400 4194304 9819077 140734648716832 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16344/statm: 2359 1038 371 1374 0 980 0

[startup+0.103202 s]
/proc/loadavg: 1.98 2.02 1.64 3/105 16344
/proc/meminfo: memFree=1763068/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=24476 CPUtime=0.1
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 5029 0 0 0 8 2 0 0 25 0 1 0 8932993 25063424 4949 1992294400 4194304 9819077 140734648716832 18446744073709551615 5650959 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16344/statm: 6119 4949 387 1374 0 4740 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 24476

[startup+0.201209 s]
/proc/loadavg: 1.98 2.02 1.64 3/105 16344
/proc/meminfo: memFree=1763068/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=29972 CPUtime=0.2
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 6797 0 0 0 17 3 0 0 25 0 1 0 8932993 30691328 6363 1992294400 4194304 9819077 140734648716832 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 7493 6368 426 1374 0 6114 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 29972

[startup+0.30122 s]
/proc/loadavg: 1.98 2.02 1.64 3/105 16344
/proc/meminfo: memFree=1763068/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=54436 CPUtime=0.29
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 12914 0 0 0 24 5 0 0 25 0 1 0 8932993 55742464 12480 1992294400 4194304 9819077 140734648716832 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 13609 12480 449 1374 0 12230 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54436

[startup+0.701264 s]
/proc/loadavg: 1.98 2.02 1.64 3/105 16344
/proc/meminfo: memFree=1763068/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=63364 CPUtime=0.69
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 15295 0 0 0 58 11 0 0 25 0 1 0 8932993 64884736 14508 1992294400 4194304 9819077 140734648716832 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 15841 14508 472 1374 0 14462 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63364

[startup+1.50135 s]
/proc/loadavg: 1.98 2.02 1.64 2/106 16345
/proc/meminfo: memFree=1699944/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=107192 CPUtime=1.49
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 28432 0 0 0 121 28 0 0 25 0 1 0 8932993 109764608 24981 1992294400 4194304 9819077 140734648716832 18446744073709551615 6028862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 26798 24983 588 1374 0 25419 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107192

[startup+3.10153 s]
/proc/loadavg: 1.98 2.02 1.64 2/106 16345
/proc/meminfo: memFree=1644764/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=143056 CPUtime=3.09
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 36855 0 0 0 278 31 0 0 25 0 1 0 8932993 146489344 30091 1992294400 4194304 9819077 140734648716832 18446744073709551615 7291112 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 35764 30091 655 1374 0 34385 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 143056

[startup+6.30088 s]
/proc/loadavg: 1.90 2.00 1.63 2/106 16345
/proc/meminfo: memFree=1643648/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=148720 CPUtime=6.29
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 41599 0 0 0 594 35 0 0 25 0 1 0 8932993 152289280 30781 1992294400 4194304 9819077 140734648716832 18446744073709551615 7312735 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 37180 30781 655 1374 0 35801 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 148720

[startup+12.7016 s]
/proc/loadavg: 1.83 1.98 1.63 2/106 16345
/proc/meminfo: memFree=1639804/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=151276 CPUtime=12.69
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 47046 0 0 0 1229 40 0 0 25 0 1 0 8932993 154906624 31427 1992294400 4194304 9819077 140734648716832 18446744073709551615 7309299 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 37819 31427 655 1374 0 36440 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 151276

[startup+25.501 s]
/proc/loadavg: 1.64 1.94 1.62 2/106 16347
/proc/meminfo: memFree=1644144/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=149028 CPUtime=25.48
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 59904 0 0 0 2500 48 0 0 25 0 1 0 8932993 152604672 30118 1992294400 4194304 9819077 140734648716832 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 37257 30118 674 1374 0 35878 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 149028

[startup+51.1008 s]
/proc/loadavg: 1.42 1.86 1.60 2/106 16347
/proc/meminfo: memFree=1644144/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=149028 CPUtime=51.08
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 59914 0 0 0 5055 53 0 0 25 0 1 0 8932993 152604672 30128 1992294400 4194304 9819077 140734648716832 18446744073709551615 6044097 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 37257 30128 674 1374 0 35878 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 149028

[startup+102.301 s]
/proc/loadavg: 1.18 1.72 1.57 2/106 16349
/proc/meminfo: memFree=1621824/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=172720 CPUtime=102.28
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 79889 0 0 0 10154 74 0 0 25 0 1 0 8932993 176865280 35743 1992294400 4194304 9819077 140734648716832 18446744073709551615 6198260 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 43180 35743 690 1374 0 41801 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 172720

[startup+162.301 s]
/proc/loadavg: 1.07 1.59 1.53 2/106 16349
/proc/meminfo: memFree=1622568/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=172432 CPUtime=162.25
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 84275 0 0 0 16142 83 0 0 25 0 1 0 8932993 176570368 35494 1992294400 4194304 9819077 140734648716832 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 43108 35494 690 1374 0 41729 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 172432

[startup+222.309 s]
/proc/loadavg: 1.02 1.48 1.49 2/106 16351
/proc/meminfo: memFree=1606448/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=186608 CPUtime=222.24
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 115873 0 0 0 22122 102 0 0 25 0 1 0 8932993 191086592 39583 1992294400 4194304 9819077 140734648716832 18446744073709551615 7312676 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 46652 39583 690 1374 0 45273 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 186608

[startup+282.301 s]
/proc/loadavg: 1.01 1.39 1.46 2/106 16353
/proc/meminfo: memFree=1605456/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=187528 CPUtime=282.22
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 161112 0 0 0 28092 130 0 0 25 0 1 0 8932993 192028672 39948 1992294400 4194304 9819077 140734648716832 18446744073709551615 7293502 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 46882 39948 690 1374 0 45503 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 187528

[startup+342.301 s]
/proc/loadavg: 1.00 1.32 1.43 2/106 16355
/proc/meminfo: memFree=1605332/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=187888 CPUtime=342.2
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 206156 0 0 0 34060 160 0 0 25 0 1 0 8932993 192397312 39893 1992294400 4194304 9819077 140734648716832 18446744073709551615 7309299 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 46972 39893 690 1374 0 45593 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 187888

[startup+402.301 s]
/proc/loadavg: 1.00 1.26 1.40 2/106 16357
/proc/meminfo: memFree=1605580/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=188080 CPUtime=402.18
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 249173 0 0 0 40033 185 0 0 25 0 1 0 8932993 192593920 39877 1992294400 4194304 9819077 140734648716832 18446744073709551615 6198342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 47020 39877 690 1374 0 45641 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 188080

[startup+462.301 s]
/proc/loadavg: 1.00 1.21 1.37 2/106 16357
/proc/meminfo: memFree=1605332/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=187912 CPUtime=462.17
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 292011 0 0 0 46006 211 0 0 25 0 1 0 8932993 192421888 39894 1992294400 4194304 9819077 140734648716832 18446744073709551615 7293531 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 46978 39894 690 1374 0 45599 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 187912

[startup+522.301 s]
/proc/loadavg: 1.00 1.17 1.35 2/106 16359
/proc/meminfo: memFree=1609424/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=187692 CPUtime=522.15
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 334821 0 0 0 51980 235 0 0 25 0 1 0 8932993 192196608 39154 1992294400 4194304 9819077 140734648716832 18446744073709551615 7300432 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 46923 39154 690 1374 0 45544 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 187692

[startup+582.301 s]
/proc/loadavg: 1.00 1.13 1.32 2/106 16361
/proc/meminfo: memFree=1604464/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=187568 CPUtime=582.14
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 374807 0 0 0 57954 260 0 0 25 0 1 0 8932993 192069632 40113 1992294400 4194304 9819077 140734648716832 18446744073709551615 7312693 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 46892 40113 690 1374 0 45513 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 187568

[startup+642.301 s]
/proc/loadavg: 1.00 1.11 1.30 2/106 16363
/proc/meminfo: memFree=1608432/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=187336 CPUtime=642.12
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 420620 0 0 0 63926 286 0 0 25 0 1 0 8932993 191832064 39469 1992294400 4194304 9819077 140734648716832 18446744073709551615 6198730 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 46834 39469 690 1374 0 45455 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 187336

[startup+702.302 s]

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

/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 673499 0 0 0 99764 439 0 0 25 0 1 0 8932993 205606912 41598 1992294400 4194304 9819077 140734648716832 18446744073709551615 7292341 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 50197 41598 690 1374 0 48818 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 200788

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.17 2/106 16376
/proc/meminfo: memFree=1594048/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=209656 CPUtime=1062.01
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 720768 0 0 0 105736 465 0 0 25 0 1 0 8932993 214687744 42619 1992294400 4194304 9819077 140734648716832 18446744073709551615 7293500 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 52414 42619 690 1374 0 51035 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 209656

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/106 16378
/proc/meminfo: memFree=1589956/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=220340 CPUtime=1122
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 779492 0 0 0 111706 494 0 0 25 0 1 0 8932993 225628160 43606 1992294400 4194304 9819077 140734648716832 18446744073709551615 7308981 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 55085 43606 690 1374 0 53706 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 220340

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/106 16380
/proc/meminfo: memFree=1600744/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=220600 CPUtime=1181.98
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 835082 0 0 0 117677 521 0 0 25 0 1 0 8932993 225894400 41982 1992294400 4194304 9819077 140734648716832 18446744073709551615 6191108 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 55150 41982 690 1374 0 53771 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 220600

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/106 16382
/proc/meminfo: memFree=1593180/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=220472 CPUtime=1241.96
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 887044 0 0 0 123651 545 0 0 25 0 1 0 8932993 225763328 43038 1992294400 4194304 9819077 140734648716832 18446744073709551615 7291643 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 55118 43038 690 1374 0 53739 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 220472

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/106 16384
/proc/meminfo: memFree=1590080/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=220408 CPUtime=1301.95
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 944838 0 0 0 129622 573 0 0 25 0 1 0 8932993 225697792 43542 1992294400 4194304 9819077 140734648716832 18446744073709551615 7295954 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 55102 43542 690 1374 0 53723 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 220408

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/106 16384
/proc/meminfo: memFree=1591940/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=220176 CPUtime=1361.93
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 998765 0 0 0 135594 599 0 0 25 0 1 0 8932993 225460224 43058 1992294400 4194304 9819077 140734648716832 18446744073709551615 6391510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 55044 43058 690 1374 0 53665 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 220176

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/106 16386
/proc/meminfo: memFree=1592188/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=219768 CPUtime=1421.92
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 1045351 0 0 0 141571 621 0 0 25 0 1 0 8932993 225042432 42894 1992294400 4194304 9819077 140734648716832 18446744073709551615 7309280 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 54942 42894 690 1374 0 53563 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 219768

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/106 16388
/proc/meminfo: memFree=1590948/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=201384 CPUtime=1481.9
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 1094874 0 0 0 147545 645 0 0 25 0 1 0 8932993 206217216 40535 1992294400 4194304 9819077 140734648716832 18446744073709551615 7287852 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 50346 40535 690 1374 0 48967 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 201384

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.08 2/106 16390
/proc/meminfo: memFree=1599380/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=218516 CPUtime=1541.89
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 1141896 0 0 0 153520 669 0 0 25 0 1 0 8932993 223760384 41131 1992294400 4194304 9819077 140734648716832 18446744073709551615 7293542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 54629 41131 690 1374 0 53250 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 218516

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/106 16392
/proc/meminfo: memFree=1593428/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=217680 CPUtime=1601.87
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 1186135 0 0 0 159494 693 0 0 25 0 1 0 8932993 222904320 42682 1992294400 4194304 9819077 140734648716832 18446744073709551615 7306664 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 54420 42682 690 1374 0 53041 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 217680

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/106 16392
/proc/meminfo: memFree=1593428/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=216952 CPUtime=1661.85
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 1232484 0 0 0 165467 718 0 0 25 0 1 0 8932993 222158848 42628 1992294400 4194304 9819077 140734648716832 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 54238 42628 690 1374 0 52859 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 216952

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/106 16394
/proc/meminfo: memFree=1602976/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=216400 CPUtime=1721.84
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 1281381 0 0 0 171437 747 0 0 25 0 1 0 8932993 221593600 40610 1992294400 4194304 9819077 140734648716832 18446744073709551615 7293542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 54100 40610 690 1374 0 52721 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 216400

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/106 16396
/proc/meminfo: memFree=1603720/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=215956 CPUtime=1781.82
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 1327839 0 0 0 177408 774 0 0 25 0 1 0 8932993 221138944 40016 1992294400 4194304 9819077 140734648716832 18446744073709551615 6198333 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 53989 40016 690 1374 0 52610 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 215956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.06 2/106 16396
/proc/meminfo: memFree=1603224/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=215956 CPUtime=1800.03
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 1341813 0 0 0 179220 783 0 0 25 0 1 0 8932993 221138944 40084 1992294400 4194304 9819077 140734648716832 18446744073709551615 6697183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 53989 40084 690 1374 0 52610 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 215956

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -16344

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

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 16397
/proc/meminfo: memFree=1602596/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=215956 CPUtime=1801.02
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 1342482 0 0 0 179318 784 0 0 25 0 1 0 8932993 221138944 40753 1992294400 4194304 9819077 140734648716832 18446744073709551615 7291987 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 53989 40753 690 1374 0 52610 0
Current children cumulated CPU time (s) 1801.02
Current children cumulated vsize (KiB) 215956

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 16397
/proc/meminfo: memFree=1599248/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=215956 CPUtime=1801.82
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 1343035 0 0 0 179398 784 0 0 25 0 1 0 8932993 221138944 41306 1992294400 4194304 9819077 140734648716832 18446744073709551615 7293550 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 53989 41306 690 1374 0 52610 0
Current children cumulated CPU time (s) 1801.82
Current children cumulated vsize (KiB) 215956

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 16397
/proc/meminfo: memFree=1599248/2059040 swapFree=4164960/4192956
[pid=16344] ppid=16342 vsize=215956 CPUtime=1802.02
/proc/16344/stat : 16344 (pbscip.linux.x8) R 16342 16344 16163 0 -1 4202496 1343059 0 0 0 179418 784 0 0 25 0 1 0 8932993 221138944 41330 1992294400 4194304 9819077 140734648716832 18446744073709551615 6698459 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16344/statm: 53989 41330 690 1374 0 52610 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 215956

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.53
CPU time (s): 1802.05
CPU user time (s): 1794.19
CPU system time (s): 7.8628
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 220600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.19
system time used= 7.8628
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1343061
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 3974

runsolver used 2.78458 second user time and 8.70568 second system time

The end

Launcher Data

Begin job on node087 at 2010-06-16 10:19:55
IDJOB=2664847
IDBENCH=48295
IDSOLVER=1168
FILE ID=node087/2664847-1276676395
PBS_JOBID= 11172554
Free space on /tmp= 62556 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664847-1276676395/watcher-2664847-1276676395 -o /tmp/evaluation-result-2664847-1276676395/solver-2664847-1276676395 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2664847-1276676395.opb -t 1800 -m 1800

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=93558997

node087.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.213
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.42
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.213
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1763472 kB
Buffers:         57896 kB
Cached:         128292 kB
SwapCached:       1016 kB
Active:          98528 kB
Inactive:       120548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1763472 kB
SwapTotal:     4192956 kB
SwapFree:      4164960 kB
Dirty:            6636 kB
Writeback:           0 kB
AnonPages:       31896 kB
Mapped:          14660 kB
Slab:            54768 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182248 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= 62548 MiB
End job on node087 at 2010-06-16 10:49:57