Trace number 2664931

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.07 1802.65

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_4_80.opb
MD5SUMfa22dd251e76880c1495cc1725a19f60
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
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)74916
Sum of products size (including duplicates)149832
Number of different products37458
Sum of products size74916

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-2664931-1276684193.opb>
0.39/0.44	c original problem has 38458 variables (38458 bin, 0 int, 0 impl, 0 cont) and 38960 constraints
0.39/0.44	c problem read
0.39/0.45	c No objective function, only one solution is needed.
0.39/0.45	c presolving settings loaded
0.89/0.93	c presolving:
2.39/2.43	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1501 upgd conss, 299412 impls, 1000 clqs
3.49/3.50	c presolving (2 rounds):
3.49/3.50	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.49/3.50	c  299412 implications, 1000 cliques
3.49/3.50	c presolved problem has 38458 variables (38458 bin, 0 int, 0 impl, 0 cont) and 38960 constraints
3.49/3.50	c       1 constraints of type <knapsack>
3.49/3.50	c    1000 constraints of type <setppc>
3.49/3.50	c   37458 constraints of type <and>
3.49/3.50	c       1 constraints of type <linear>
3.49/3.50	c     500 constraints of type <logicor>
3.49/3.50	c transformed objective value is always integral (scale: 1)
3.49/3.50	c Presolving Time: 2.52
3.49/3.50	c - non default parameters ----------------------------------------------------------------------
3.49/3.50	c # SCIP version 1.2.1.2
3.49/3.50	c 
3.49/3.50	c # frequency for displaying node information lines
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 100]
3.49/3.50	c display/freq = 10000
3.49/3.50	c 
3.49/3.50	c # maximal time in seconds to run
3.49/3.50	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.49/3.50	c limits/time = 1799.56
3.49/3.50	c 
3.49/3.50	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.49/3.50	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.49/3.50	c limits/memory = 1620
3.49/3.50	c 
3.49/3.50	c # solving stops, if the given number of solutions were found (-1: no limit)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: -1]
3.49/3.50	c limits/solutions = 1
3.49/3.50	c 
3.49/3.50	c # maximal number of separation rounds per node (-1: unlimited)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 5]
3.49/3.50	c separating/maxrounds = 1
3.49/3.50	c 
3.49/3.50	c # maximal number of separation rounds in the root node (-1: unlimited)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: -1]
3.49/3.50	c separating/maxroundsroot = 5
3.49/3.50	c 
3.49/3.50	c # should presolving try to simplify inequalities
3.49/3.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.49/3.50	c constraints/linear/simplifyinequalities = TRUE
3.49/3.50	c 
3.49/3.50	c # should disaggregation of knapsack constraints be allowed in preprocessing?
3.49/3.50	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
3.49/3.50	c constraints/knapsack/disaggregation = FALSE
3.49/3.50	c 
3.49/3.50	c # should presolving try to simplify knapsacks
3.49/3.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.49/3.50	c constraints/knapsack/simplifyinequalities = TRUE
3.49/3.50	c 
3.49/3.50	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: -1]
3.49/3.50	c presolving/probing/maxrounds = 0
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.50	c heuristics/coefdiving/freq = -1
3.49/3.50	c 
3.49/3.50	c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.50	c heuristics/coefdiving/maxlpiterquot = 0.075
3.49/3.50	c 
3.49/3.50	c # additional number of allowed LP iterations
3.49/3.50	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.50	c heuristics/coefdiving/maxlpiterofs = 1500
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 30]
3.49/3.50	c heuristics/crossover/freq = -1
3.49/3.50	c 
3.49/3.50	c # number of nodes added to the contingent of the total nodes
3.49/3.50	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.49/3.50	c heuristics/crossover/nodesofs = 750
3.49/3.50	c 
3.49/3.50	c # number of nodes without incumbent change that heuristic should wait
3.49/3.50	c # [type: longint, range: [0,9223372036854775807], default: 200]
3.49/3.50	c heuristics/crossover/nwaitingnodes = 100
3.49/3.50	c 
3.49/3.50	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
3.49/3.50	c # [type: real, range: [0,1], default: 0.1]
3.49/3.50	c heuristics/crossover/nodesquot = 0.15
3.49/3.50	c 
3.49/3.50	c # minimum percentage of integer variables that have to be fixed 
3.49/3.50	c # [type: real, range: [0,1], default: 0.666]
3.49/3.50	c heuristics/crossover/minfixingrate = 0.5
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 20]
3.49/3.50	c heuristics/feaspump/freq = -1
3.49/3.50	c 
3.49/3.50	c # additional number of allowed LP iterations
3.49/3.50	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.50	c heuristics/feaspump/maxlpiterofs = 2000
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.50	c heuristics/fracdiving/freq = -1
3.49/3.50	c 
3.49/3.50	c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.50	c heuristics/fracdiving/maxlpiterquot = 0.075
3.49/3.50	c 
3.49/3.50	c # additional number of allowed LP iterations
3.49/3.50	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.50	c heuristics/fracdiving/maxlpiterofs = 1500
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.50	c heuristics/guideddiving/freq = -1
3.49/3.50	c 
3.49/3.50	c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.50	c heuristics/guideddiving/maxlpiterquot = 0.075
3.49/3.50	c 
3.49/3.50	c # additional number of allowed LP iterations
3.49/3.50	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.50	c heuristics/guideddiving/maxlpiterofs = 1500
3.49/3.50	c 
3.49/3.50	c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.50	c heuristics/intdiving/maxlpiterquot = 0.075
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.50	c heuristics/intshifting/freq = -1
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.50	c heuristics/linesearchdiving/freq = -1
3.49/3.50	c 
3.49/3.50	c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.50	c heuristics/linesearchdiving/maxlpiterquot = 0.075
3.49/3.50	c 
3.49/3.50	c # additional number of allowed LP iterations
3.49/3.50	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.50	c heuristics/linesearchdiving/maxlpiterofs = 1500
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 1]
3.49/3.50	c heuristics/nlp/freq = -1
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 20]
3.49/3.50	c heuristics/objpscostdiving/freq = -1
3.49/3.50	c 
3.49/3.50	c # maximal fraction of diving LP iterations compared to total iteration number
3.49/3.50	c # [type: real, range: [0,1], default: 0.01]
3.49/3.50	c heuristics/objpscostdiving/maxlpiterquot = 0.015
3.49/3.50	c 
3.49/3.50	c # additional number of allowed LP iterations
3.49/3.50	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.50	c heuristics/objpscostdiving/maxlpiterofs = 1500
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 1]
3.49/3.50	c heuristics/oneopt/freq = -1
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.50	c heuristics/pscostdiving/freq = -1
3.49/3.50	c 
3.49/3.50	c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.50	c heuristics/pscostdiving/maxlpiterquot = 0.075
3.49/3.50	c 
3.49/3.50	c # additional number of allowed LP iterations
3.49/3.50	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.50	c heuristics/pscostdiving/maxlpiterofs = 1500
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 0]
3.49/3.50	c heuristics/rens/freq = -1
3.49/3.50	c 
3.49/3.50	c # minimum percentage of integer variables that have to be fixable 
3.49/3.50	c # [type: real, range: [0,1], default: 0.5]
3.49/3.50	c heuristics/rens/minfixingrate = 0.3
3.49/3.50	c 
3.49/3.50	c # number of nodes added to the contingent of the total nodes
3.49/3.50	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.49/3.50	c heuristics/rens/nodesofs = 2000
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 20]
3.49/3.50	c heuristics/rootsoldiving/freq = -1
3.49/3.50	c 
3.49/3.50	c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
3.49/3.50	c heuristics/rootsoldiving/maxlpiterquot = 0.015
3.49/3.50	c 
3.49/3.50	c # additional number of allowed LP iterations
3.49/3.50	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.50	c heuristics/rootsoldiving/maxlpiterofs = 1500
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 1]
3.49/3.50	c heuristics/rounding/freq = -1
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.50	c heuristics/shifting/freq = -1
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 1]
3.49/3.50	c heuristics/simplerounding/freq = -1
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 0]
3.49/3.50	c heuristics/trivial/freq = -1
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 1]
3.49/3.50	c heuristics/trysol/freq = -1
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 10]
3.49/3.50	c heuristics/veclendiving/freq = -1
3.49/3.50	c 
3.49/3.50	c # maximal fraction of diving LP iterations compared to node LP iterations
3.49/3.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.49/3.50	c heuristics/veclendiving/maxlpiterquot = 0.075
3.49/3.50	c 
3.49/3.50	c # additional number of allowed LP iterations
3.49/3.50	c # [type: int, range: [0,2147483647], default: 1000]
3.49/3.50	c heuristics/veclendiving/maxlpiterofs = 1500
3.49/3.50	c 
3.49/3.50	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 1]
3.49/3.50	c heuristics/zirounding/freq = -1
3.49/3.50	c 
3.49/3.50	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 0]
3.49/3.50	c separating/cmir/freq = -1
3.49/3.50	c 
3.49/3.50	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: 0]
3.49/3.50	c separating/flowcover/freq = -1
3.49/3.50	c 
3.49/3.50	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.49/3.50	c # [type: int, range: [-1,2147483647], default: -1]
3.49/3.50	c separating/rapidlearning/freq = 0
3.49/3.50	c 
3.49/3.50	c -----------------------------------------------------------------------------------------------
3.49/3.50	c start solving
3.49/3.53	c 
123.85/123.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.85/123.93	c   122s|     1 |     0 |  8562 |     - | 174M|   0 |2109 |  38k|  38k|  38k|  76k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1477.62/1478.17	c  1475s|     1 |     0 | 12187 |     - | 177M|   0 |2047 |  38k|  38k|  38k|  77k|1129 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1715.14/1715.76	c  1712s|     1 |     0 | 13698 |     - | 177M|   0 |1945 |  38k|  38k|  38k|  78k|1614 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.61	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-2664931-1276684193/watcher-2664931-1276684193 -o /tmp/evaluation-result-2664931-1276684193/solver-2664931-1276684193 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2664931-1276684193.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.00 1.00 3/106 15835
/proc/meminfo: memFree=1781404/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=9584 CPUtime=0
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 1027 0 0 0 0 0 0 0 20 0 1 0 9710264 9814016 948 1992294400 4194304 9819077 140735173116944 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15835/statm: 2396 958 371 1374 0 1017 0

[startup+0.0526401 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15835
/proc/meminfo: memFree=1781404/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=18052 CPUtime=0.04
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 3367 0 0 0 3 1 0 0 20 0 1 0 9710264 18485248 3288 1992294400 4194304 9819077 140735173116944 18446744073709551615 8611054 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15835/statm: 4513 3288 387 1374 0 3134 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18052

[startup+0.100648 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15835
/proc/meminfo: memFree=1781404/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=24716 CPUtime=0.09
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 5044 0 0 0 7 2 0 0 20 0 1 0 9710264 25309184 4965 1992294400 4194304 9819077 140735173116944 18446744073709551615 5647120 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15835/statm: 6179 4965 387 1374 0 4800 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24716

[startup+0.300681 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15835
/proc/meminfo: memFree=1781404/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=45364 CPUtime=0.29
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 10250 0 0 0 26 3 0 0 20 0 1 0 9710264 46452736 10170 1992294400 4194304 9819077 140735173116944 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15835/statm: 11341 10170 387 1374 0 9962 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45364

[startup+0.700747 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15835
/proc/meminfo: memFree=1781404/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=106688 CPUtime=0.69
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 25951 0 0 0 59 10 0 0 20 0 1 0 9710264 109248512 25443 1992294400 4194304 9819077 140735173116944 18446744073709551615 4561374 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 26672 25443 449 1374 0 25293 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 106688

[startup+1.50088 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15836
/proc/meminfo: memFree=1675128/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=120820 CPUtime=1.49
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 29310 0 0 0 137 12 0 0 23 0 1 0 9710264 123719680 28802 1992294400 4194304 9819077 140735173116944 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 30205 28802 472 1374 0 28826 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 120820

[startup+3.10115 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15836
/proc/meminfo: memFree=1657024/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=142764 CPUtime=3.09
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 36510 0 0 0 281 28 0 0 25 0 1 0 9710264 146190336 33798 1992294400 4194304 9819077 140735173116944 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 35691 33798 540 1374 0 34312 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142764

[startup+6.30068 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15836
/proc/meminfo: memFree=1520624/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=305404 CPUtime=6.29
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 74797 0 0 0 577 52 0 0 25 0 1 0 9710264 312733696 65373 1992294400 4194304 9819077 140735173116944 18446744073709551615 6702685 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 76351 65373 637 1374 0 74972 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 305404

[startup+12.7007 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15836
/proc/meminfo: memFree=1515168/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=313632 CPUtime=12.69
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 81073 0 0 0 1213 56 0 0 25 0 1 0 9710264 321159168 67334 1992294400 4194304 9819077 140735173116944 18446744073709551615 7312735 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 78408 67334 637 1374 0 77029 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 313632

[startup+25.5009 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15836
/proc/meminfo: memFree=1515788/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=327864 CPUtime=25.48
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 91217 0 0 0 2486 62 0 0 25 0 1 0 9710264 335732736 66918 1992294400 4194304 9819077 140735173116944 18446744073709551615 7290908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 81966 66918 637 1374 0 80587 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 327864

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15838
/proc/meminfo: memFree=1509464/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=327520 CPUtime=51.07
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 104437 0 0 0 5036 71 0 0 25 0 1 0 9710264 335380480 68440 1992294400 4194304 9819077 140735173116944 18446744073709551615 6191119 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 81880 68440 637 1374 0 80501 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 327520

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15838
/proc/meminfo: memFree=1517028/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=325852 CPUtime=102.27
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 136495 0 0 0 10137 90 0 0 25 0 1 0 9710264 333672448 66440 1992294400 4194304 9819077 140735173116944 18446744073709551615 6192300 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 81463 66440 637 1374 0 80084 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 325852

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15843
/proc/meminfo: memFree=1517524/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=325344 CPUtime=162.24
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 152162 0 0 0 16122 102 0 0 25 0 1 0 9710264 333152256 66179 1992294400 4194304 9819077 140735173116944 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 81336 66179 661 1374 0 79957 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 325344

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15845
/proc/meminfo: memFree=1517524/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=325344 CPUtime=222.22
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 152162 0 0 0 22116 106 0 0 25 0 1 0 9710264 333152256 66179 1992294400 4194304 9819077 140735173116944 18446744073709551615 6044072 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 81336 66179 661 1374 0 79957 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 325344

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15847
/proc/meminfo: memFree=1517524/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=325344 CPUtime=282.2
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 152162 0 0 0 28110 110 0 0 25 0 1 0 9710264 333152256 66179 1992294400 4194304 9819077 140735173116944 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 81336 66179 661 1374 0 79957 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 325344

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15847
/proc/meminfo: memFree=1517524/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=325344 CPUtime=342.18
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 152162 0 0 0 34103 115 0 0 25 0 1 0 9710264 333152256 66179 1992294400 4194304 9819077 140735173116944 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 81336 66179 661 1374 0 79957 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 325344

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15849
/proc/meminfo: memFree=1517524/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=325344 CPUtime=402.16
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 152162 0 0 0 40098 118 0 0 25 0 1 0 9710264 333152256 66179 1992294400 4194304 9819077 140735173116944 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 81336 66179 661 1374 0 79957 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 325344

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15851
/proc/meminfo: memFree=1517524/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=325344 CPUtime=462.14
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 152162 0 0 0 46092 122 0 0 25 0 1 0 9710264 333152256 66179 1992294400 4194304 9819077 140735173116944 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 81336 66179 661 1374 0 79957 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 325344

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15853
/proc/meminfo: memFree=1517028/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=325956 CPUtime=522.12
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 152362 0 0 0 52086 126 0 0 25 0 1 0 9710264 333778944 66304 1992294400 4194304 9819077 140735173116944 18446744073709551615 6056511 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 81489 66304 663 1374 0 80110 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 325956

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15855
/proc/meminfo: memFree=1516284/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=326732 CPUtime=582.1
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 152534 0 0 0 58081 129 0 0 25 0 1 0 9710264 334573568 66476 1992294400 4194304 9819077 140735173116944 18446744073709551615 6059666 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 81683 66476 663 1374 0 80304 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 326732

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15855
/proc/meminfo: memFree=1509092/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=334868 CPUtime=642.09
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 154369 0 0 0 64077 132 0 0 25 0 1 0 9710264 342904832 68311 1992294400 4194304 9819077 140735173116944 18446744073709551615 6059637 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 83717 68311 663 1374 0 82338 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 334868

[startup+702.301 s]

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

/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 155727 0 0 0 100052 145 0 0 25 0 1 0 9710264 348168192 69669 1992294400 4194304 9819077 140735173116944 18446744073709551615 8495008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 85002 69669 663 1374 0 83623 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 340008

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15867
/proc/meminfo: memFree=1501776/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=342032 CPUtime=1061.94
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 156173 0 0 0 106047 147 0 0 25 0 1 0 9710264 350240768 70115 1992294400 4194304 9819077 140735173116944 18446744073709551615 6059637 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 85508 70115 663 1374 0 84129 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 342032

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15869
/proc/meminfo: memFree=1500040/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=344776 CPUtime=1121.93
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 156597 0 0 0 112044 149 0 0 25 0 1 0 9710264 353050624 70539 1992294400 4194304 9819077 140735173116944 18446744073709551615 6055431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 86194 70539 663 1374 0 84815 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 344776

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15871
/proc/meminfo: memFree=1495824/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=347808 CPUtime=1181.91
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 157669 0 0 0 118040 151 0 0 25 0 1 0 9710264 356155392 71611 1992294400 4194304 9819077 140735173116944 18446744073709551615 6059666 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 86952 71611 663 1374 0 85573 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 347808

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15871
/proc/meminfo: memFree=1494336/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=349820 CPUtime=1241.89
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 157979 0 0 0 124035 154 0 0 25 0 1 0 9710264 358215680 71921 1992294400 4194304 9819077 140735173116944 18446744073709551615 6056782 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 87455 71921 663 1374 0 86076 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 349820

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15873
/proc/meminfo: memFree=1493220/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=350836 CPUtime=1301.88
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 158232 0 0 0 130033 155 0 0 25 0 1 0 9710264 359256064 72174 1992294400 4194304 9819077 140735173116944 18446744073709551615 6059666 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 87709 72174 663 1374 0 86330 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 350836

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15875
/proc/meminfo: memFree=1491608/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=351860 CPUtime=1361.85
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 158620 0 0 0 136028 157 0 0 25 0 1 0 9710264 360304640 72562 1992294400 4194304 9819077 140735173116944 18446744073709551615 6055431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 87965 72562 663 1374 0 86586 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 351860

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15877
/proc/meminfo: memFree=1477720/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=359048 CPUtime=1421.84
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 173886 0 0 0 142007 177 0 0 25 0 1 0 9710264 367665152 76082 1992294400 4194304 9819077 140735173116944 18446744073709551615 6198405 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 89762 76082 678 1374 0 88383 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 359048

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15879
/proc/meminfo: memFree=1486152/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=359176 CPUtime=1481.81
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 211329 0 0 0 147981 200 0 0 25 0 1 0 9710264 367796224 73874 1992294400 4194304 9819077 140735173116944 18446744073709551615 6043630 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 89794 73874 678 1374 0 88415 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 359176

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15879
/proc/meminfo: memFree=1486152/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=359176 CPUtime=1541.79
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 211329 0 0 0 153967 212 0 0 25 0 1 0 9710264 367796224 73874 1992294400 4194304 9819077 140735173116944 18446744073709551615 6043589 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 89794 73874 678 1374 0 88415 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 359176

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15881
/proc/meminfo: memFree=1486028/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=359176 CPUtime=1601.78
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 211405 0 0 0 159953 225 0 0 25 0 1 0 9710264 367796224 73874 1992294400 4194304 9819077 140735173116944 18446744073709551615 6054167 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 89794 73874 678 1374 0 88415 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 359176

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15883
/proc/meminfo: memFree=1486028/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=359176 CPUtime=1661.76
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 211405 0 0 0 165936 240 0 0 25 0 1 0 9710264 367796224 73874 1992294400 4194304 9819077 140735173116944 18446744073709551615 6054124 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 89794 73874 678 1374 0 88415 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 359176

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15885
/proc/meminfo: memFree=1485656/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=359212 CPUtime=1721.73
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 239371 0 0 0 171915 258 0 0 25 0 1 0 9710264 367833088 73953 1992294400 4194304 9819077 140735173116944 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 89803 73953 678 1374 0 88424 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 359212

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15887
/proc/meminfo: memFree=1485408/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=359212 CPUtime=1781.72
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 239371 0 0 0 177910 262 0 0 25 0 1 0 9710264 367833088 73953 1992294400 4194304 9819077 140735173116944 18446744073709551615 6043636 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 89803 73953 678 1374 0 88424 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 359212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15887
/proc/meminfo: memFree=1485408/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=359212 CPUtime=1800.03
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 239371 0 0 0 179739 264 0 0 25 0 1 0 9710264 367833088 73953 1992294400 4194304 9819077 140735173116944 18446744073709551615 6555537 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 89803 73953 678 1374 0 88424 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 359212

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15835

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15887
/proc/meminfo: memFree=1485408/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=359340 CPUtime=1800.81
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 248904 0 0 0 179814 267 0 0 25 0 1 0 9710264 367964160 73991 1992294400 4194304 9819077 140735173116944 18446744073709551615 7311946 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 89835 73991 678 1374 0 88456 0
Current children cumulated CPU time (s) 1800.81
Current children cumulated vsize (KiB) 359340

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 15888
/proc/meminfo: memFree=1485400/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=359340 CPUtime=1801.62
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 249033 0 0 0 179894 268 0 0 25 0 1 0 9710264 367964160 74120 1992294400 4194304 9819077 140735173116944 18446744073709551615 7290971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 89835 74120 678 1374 0 88456 0
Current children cumulated CPU time (s) 1801.62
Current children cumulated vsize (KiB) 359340

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 15888
/proc/meminfo: memFree=1485400/2059040 swapFree=4168596/4192956
[pid=15835] ppid=15833 vsize=359340 CPUtime=1802.01
/proc/15835/stat : 15835 (pbscip.linux.x8) R 15833 15835 15173 0 -1 4202496 249157 0 0 0 179933 268 0 0 25 0 1 0 9710264 367964160 74244 1992294400 4194304 9819077 140735173116944 18446744073709551615 6198314 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15835/statm: 89835 74244 678 1374 0 88456 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 359340

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.65
CPU time (s): 1802.07
CPU user time (s): 1799.35
CPU system time (s): 2.71659
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 360732

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

runsolver used 2.99954 second user time and 8.48971 second system time

The end

Launcher Data

Begin job on node055 at 2010-06-16 12:29:53
IDJOB=2664931
IDBENCH=48379
IDSOLVER=1168
FILE ID=node055/2664931-1276684193
PBS_JOBID= 11172552
Free space on /tmp= 62480 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_60_4_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-2664931-1276684193/watcher-2664931-1276684193 -o /tmp/evaluation-result-2664931-1276684193/solver-2664931-1276684193 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2664931-1276684193.opb -t 1800 -m 1800

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

MD5SUM BENCH= fa22dd251e76880c1495cc1725a19f60
RANDOM SEED=928783666

node055.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.258
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.51
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.258
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1781932 kB
Buffers:         59892 kB
Cached:         115068 kB
SwapCached:       1504 kB
Active:          98496 kB
Inactive:       112964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1781932 kB
SwapTotal:     4192956 kB
SwapFree:      4168596 kB
Dirty:            7208 kB
Writeback:           0 kB
AnonPages:       35000 kB
Mapped:          15116 kB
Slab:            43916 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183204 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= 62472 MiB
End job on node055 at 2010-06-16 12:59:56