Trace number 3741058

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1802.07 1802.42

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-123.opb
MD5SUMe6dc64843ebe4c9cb8812bfa08aa0858
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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 variables36611
Total number of constraints853935
Number of constraints which are clauses766797
Number of constraints which are cardinality constraints (but not clauses)2865
Number of constraints which are nor clauses,nor cardinality constraints84273
Minimum length of a constraint1
Maximum length of a constraint756
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3741058-1338748441.opb>
6.59/6.60	c original problem has 36611 variables (36611 bin, 0 int, 0 impl, 0 cont) and 853935 constraints
6.59/6.60	c problem read
6.59/6.60	c No objective function, only one solution is needed.
6.59/6.60	c presolving settings loaded
7.69/7.71	c presolving:
10.19/10.23	c (round 1) 7530 del vars, 136260 del conss, 7530 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 452674 impls, 1192 clqs
10.99/11.01	c (round 2) 9468 del vars, 236968 del conss, 7530 chg bounds, 4074 chg sides, 5544 chg coeffs, 0 upgd conss, 478276 impls, 1192 clqs
11.48/11.60	c (round 3) 9532 del vars, 241435 del conss, 7530 chg bounds, 4753 chg sides, 6468 chg coeffs, 0 upgd conss, 478294 impls, 1192 clqs
14.69/14.78	c (round 4) 9532 del vars, 241476 del conss, 7530 chg bounds, 4760 chg sides, 6468 chg coeffs, 612491 upgd conss, 478294 impls, 1192 clqs
15.79/15.84	c presolving (5 rounds):
15.79/15.84	c  9532 deleted vars, 241476 deleted constraints, 7530 tightened bounds, 0 added holes, 4809 changed sides, 6517 changed coefficients
15.79/15.84	c  478294 implications, 1192 cliques
15.79/15.84	c presolved problem has 27079 variables (27079 bin, 0 int, 0 impl, 0 cont) and 612459 constraints
15.79/15.84	c   82250 constraints of type <knapsack>
15.79/15.84	c   97627 constraints of type <setppc>
15.79/15.84	c       2 constraints of type <linear>
15.79/15.84	c  432580 constraints of type <logicor>
15.79/15.84	c transformed objective value is always integral (scale: 1)
15.79/15.84	c Presolving Time: 8.19
15.79/15.84	c - non default parameters ----------------------------------------------------------------------
15.79/15.84	c # SCIP version 1.2.1.3
15.79/15.84	c 
15.79/15.84	c # frequency for displaying node information lines
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 100]
15.79/15.84	c display/freq = 10000
15.79/15.84	c 
15.79/15.84	c # maximal time in seconds to run
15.79/15.84	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
15.79/15.84	c limits/time = 1783.41
15.79/15.84	c 
15.79/15.84	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
15.79/15.84	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
15.79/15.84	c limits/memory = 13950
15.79/15.84	c 
15.79/15.84	c # solving stops, if the given number of solutions were found (-1: no limit)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: -1]
15.79/15.84	c limits/solutions = 1
15.79/15.84	c 
15.79/15.84	c # maximal number of separation rounds per node (-1: unlimited)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 5]
15.79/15.84	c separating/maxrounds = 1
15.79/15.84	c 
15.79/15.84	c # maximal number of separation rounds in the root node (-1: unlimited)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: -1]
15.79/15.84	c separating/maxroundsroot = 5
15.79/15.84	c 
15.79/15.84	c # default clock type (1: CPU user seconds, 2: wall clock time)
15.79/15.84	c # [type: int, range: [1,2], default: 1]
15.79/15.84	c timing/clocktype = 2
15.79/15.84	c 
15.79/15.84	c # should presolving try to simplify inequalities
15.79/15.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.79/15.84	c constraints/linear/simplifyinequalities = TRUE
15.79/15.84	c 
15.79/15.84	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
15.79/15.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.79/15.84	c constraints/indicator/addCouplingCons = TRUE
15.79/15.84	c 
15.79/15.84	c # should disaggregation of knapsack constraints be allowed in preprocessing?
15.79/15.84	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
15.79/15.84	c constraints/knapsack/disaggregation = FALSE
15.79/15.84	c 
15.79/15.84	c # should presolving try to simplify knapsacks
15.79/15.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.79/15.84	c constraints/knapsack/simplifyinequalities = TRUE
15.79/15.84	c 
15.79/15.84	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: -1]
15.79/15.84	c presolving/probing/maxrounds = 0
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 10]
15.79/15.84	c heuristics/coefdiving/freq = -1
15.79/15.84	c 
15.79/15.84	c # maximal fraction of diving LP iterations compared to node LP iterations
15.79/15.84	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.79/15.84	c heuristics/coefdiving/maxlpiterquot = 0.075
15.79/15.84	c 
15.79/15.84	c # additional number of allowed LP iterations
15.79/15.84	c # [type: int, range: [0,2147483647], default: 1000]
15.79/15.84	c heuristics/coefdiving/maxlpiterofs = 1500
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 30]
15.79/15.84	c heuristics/crossover/freq = -1
15.79/15.84	c 
15.79/15.84	c # number of nodes added to the contingent of the total nodes
15.79/15.84	c # [type: longint, range: [0,9223372036854775807], default: 500]
15.79/15.84	c heuristics/crossover/nodesofs = 750
15.79/15.84	c 
15.79/15.84	c # number of nodes without incumbent change that heuristic should wait
15.79/15.84	c # [type: longint, range: [0,9223372036854775807], default: 200]
15.79/15.84	c heuristics/crossover/nwaitingnodes = 100
15.79/15.84	c 
15.79/15.84	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
15.79/15.84	c # [type: real, range: [0,1], default: 0.1]
15.79/15.84	c heuristics/crossover/nodesquot = 0.15
15.79/15.84	c 
15.79/15.84	c # minimum percentage of integer variables that have to be fixed 
15.79/15.84	c # [type: real, range: [0,1], default: 0.666]
15.79/15.84	c heuristics/crossover/minfixingrate = 0.5
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 20]
15.79/15.84	c heuristics/feaspump/freq = -1
15.79/15.84	c 
15.79/15.84	c # additional number of allowed LP iterations
15.79/15.84	c # [type: int, range: [0,2147483647], default: 1000]
15.79/15.84	c heuristics/feaspump/maxlpiterofs = 2000
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 10]
15.79/15.84	c heuristics/fracdiving/freq = -1
15.79/15.84	c 
15.79/15.84	c # maximal fraction of diving LP iterations compared to node LP iterations
15.79/15.84	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.79/15.84	c heuristics/fracdiving/maxlpiterquot = 0.075
15.79/15.84	c 
15.79/15.84	c # additional number of allowed LP iterations
15.79/15.84	c # [type: int, range: [0,2147483647], default: 1000]
15.79/15.84	c heuristics/fracdiving/maxlpiterofs = 1500
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 10]
15.79/15.84	c heuristics/guideddiving/freq = -1
15.79/15.84	c 
15.79/15.84	c # maximal fraction of diving LP iterations compared to node LP iterations
15.79/15.84	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.79/15.84	c heuristics/guideddiving/maxlpiterquot = 0.075
15.79/15.84	c 
15.79/15.84	c # additional number of allowed LP iterations
15.79/15.84	c # [type: int, range: [0,2147483647], default: 1000]
15.79/15.84	c heuristics/guideddiving/maxlpiterofs = 1500
15.79/15.84	c 
15.79/15.84	c # maximal fraction of diving LP iterations compared to node LP iterations
15.79/15.84	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.79/15.84	c heuristics/intdiving/maxlpiterquot = 0.075
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 10]
15.79/15.84	c heuristics/intshifting/freq = -1
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 10]
15.79/15.84	c heuristics/linesearchdiving/freq = -1
15.79/15.84	c 
15.79/15.84	c # maximal fraction of diving LP iterations compared to node LP iterations
15.79/15.84	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.79/15.84	c heuristics/linesearchdiving/maxlpiterquot = 0.075
15.79/15.84	c 
15.79/15.84	c # additional number of allowed LP iterations
15.79/15.84	c # [type: int, range: [0,2147483647], default: 1000]
15.79/15.84	c heuristics/linesearchdiving/maxlpiterofs = 1500
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 1]
15.79/15.84	c heuristics/nlp/freq = -1
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 20]
15.79/15.84	c heuristics/objpscostdiving/freq = -1
15.79/15.84	c 
15.79/15.84	c # maximal fraction of diving LP iterations compared to total iteration number
15.79/15.84	c # [type: real, range: [0,1], default: 0.01]
15.79/15.84	c heuristics/objpscostdiving/maxlpiterquot = 0.015
15.79/15.84	c 
15.79/15.84	c # additional number of allowed LP iterations
15.79/15.84	c # [type: int, range: [0,2147483647], default: 1000]
15.79/15.84	c heuristics/objpscostdiving/maxlpiterofs = 1500
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 1]
15.79/15.84	c heuristics/oneopt/freq = -1
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 10]
15.79/15.84	c heuristics/pscostdiving/freq = -1
15.79/15.84	c 
15.79/15.84	c # maximal fraction of diving LP iterations compared to node LP iterations
15.79/15.84	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.79/15.84	c heuristics/pscostdiving/maxlpiterquot = 0.075
15.79/15.84	c 
15.79/15.84	c # additional number of allowed LP iterations
15.79/15.84	c # [type: int, range: [0,2147483647], default: 1000]
15.79/15.84	c heuristics/pscostdiving/maxlpiterofs = 1500
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 0]
15.79/15.84	c heuristics/rens/freq = -1
15.79/15.84	c 
15.79/15.84	c # minimum percentage of integer variables that have to be fixable 
15.79/15.84	c # [type: real, range: [0,1], default: 0.5]
15.79/15.84	c heuristics/rens/minfixingrate = 0.3
15.79/15.84	c 
15.79/15.84	c # number of nodes added to the contingent of the total nodes
15.79/15.84	c # [type: longint, range: [0,9223372036854775807], default: 500]
15.79/15.84	c heuristics/rens/nodesofs = 2000
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 20]
15.79/15.84	c heuristics/rootsoldiving/freq = -1
15.79/15.84	c 
15.79/15.84	c # maximal fraction of diving LP iterations compared to node LP iterations
15.79/15.84	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
15.79/15.84	c heuristics/rootsoldiving/maxlpiterquot = 0.015
15.79/15.84	c 
15.79/15.84	c # additional number of allowed LP iterations
15.79/15.84	c # [type: int, range: [0,2147483647], default: 1000]
15.79/15.84	c heuristics/rootsoldiving/maxlpiterofs = 1500
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 1]
15.79/15.84	c heuristics/rounding/freq = -1
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 10]
15.79/15.84	c heuristics/shifting/freq = -1
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 1]
15.79/15.84	c heuristics/simplerounding/freq = -1
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 0]
15.79/15.84	c heuristics/trivial/freq = -1
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 1]
15.79/15.84	c heuristics/trysol/freq = -1
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 10]
15.79/15.84	c heuristics/veclendiving/freq = -1
15.79/15.84	c 
15.79/15.84	c # maximal fraction of diving LP iterations compared to node LP iterations
15.79/15.84	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.79/15.84	c heuristics/veclendiving/maxlpiterquot = 0.075
15.79/15.84	c 
15.79/15.84	c # additional number of allowed LP iterations
15.79/15.84	c # [type: int, range: [0,2147483647], default: 1000]
15.79/15.84	c heuristics/veclendiving/maxlpiterofs = 1500
15.79/15.84	c 
15.79/15.84	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 1]
15.79/15.84	c heuristics/zirounding/freq = -1
15.79/15.84	c 
15.79/15.84	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 0]
15.79/15.84	c separating/cmir/freq = -1
15.79/15.84	c 
15.79/15.84	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: 0]
15.79/15.84	c separating/flowcover/freq = -1
15.79/15.84	c 
15.79/15.84	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
15.79/15.84	c # [type: int, range: [-1,2147483647], default: -1]
15.79/15.84	c separating/rapidlearning/freq = 0
15.79/15.84	c 
15.79/15.84	c -----------------------------------------------------------------------------------------------
15.79/15.84	c start solving
15.79/15.86	c 
43.09/43.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.09/43.14	c  36.5s|     1 |     0 |  5649 |     - | 965M|   0 | 375 |  27k| 612k|  27k| 612k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
62.27/62.33	c  55.7s|     1 |     0 |  6374 |     - | 965M|   0 | 557 |  27k| 612k|  27k| 612k|  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
125.47/125.58	c   119s|     1 |     0 |  9410 |     - | 966M|   0 |2385 |  27k| 612k|  27k| 612k|  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
314.83/314.92	c   308s|     1 |     0 | 15474 |     - | 967M|   0 |2369 |  27k| 612k|  27k| 612k|  45 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
541.09/541.28	c   535s|     1 |     0 | 23544 |     - | 967M|   0 |4623 |  27k| 612k|  27k| 612k| 129 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1596.99/1597.33	c  1591s|     1 |     0 | 45168 |     - | 968M|   0 |6257 |  27k| 612k|  27k| 612k| 241 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.05/1800.40	c pressed CTRL-C 1 times (5 times for forcing termination)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3741058-1338748441/watcher-3741058-1338748441 -o /tmp/evaluation-result-3741058-1338748441/solver-3741058-1338748441 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741058-1338748441.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.50 0.50 0.85 3/175 18890
/proc/meminfo: memFree=27769772/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=9972 CPUtime=0 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 1629 0 0 0 0 0 0 0 20 0 1 0 340969798 10211328 1575 33554432000 4194304 8395647 140735931286960 140734970134376 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 2493 1575 374 1026 0 1463 0

[startup+0.105439 s]
/proc/loadavg: 0.50 0.50 0.85 3/175 18890
/proc/meminfo: memFree=27769772/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=17388 CPUtime=0.1 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 3609 0 0 0 10 0 0 0 20 0 1 0 340969798 17805312 3555 33554432000 4194304 8395647 140735931286960 140734970134376 7382066 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 4347 3555 390 1026 0 3317 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 17388

[startup+0.200264 s]
/proc/loadavg: 0.50 0.50 0.85 3/175 18890
/proc/meminfo: memFree=27769772/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=22740 CPUtime=0.19 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 4921 0 0 0 19 0 0 0 20 0 1 0 340969798 23285760 4867 33554432000 4194304 8395647 140735931286960 140734970134376 4423932 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 5685 4867 390 1026 0 4655 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 22740

[startup+0.465465 s]
/proc/loadavg: 0.50 0.50 0.85 3/175 18890
/proc/meminfo: memFree=27769772/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=36928 CPUtime=0.46 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 8474 0 0 0 45 1 0 0 20 0 1 0 340969798 37814272 8420 33554432000 4194304 8395647 140735931286960 140735931152168 4572767 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 9232 8420 390 1026 0 8202 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 36928

[startup+0.700207 s]
/proc/loadavg: 0.50 0.50 0.85 3/175 18890
/proc/meminfo: memFree=27769772/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=50068 CPUtime=0.69 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 11750 0 0 0 68 1 0 0 20 0 1 0 340969798 51269632 11696 33554432000 4194304 8395647 140735931286960 140735931152168 7301457 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 12517 11696 390 1026 0 11487 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50068

[startup+1.50022 s]
/proc/loadavg: 0.50 0.50 0.85 3/177 18892
/proc/meminfo: memFree=27534592/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=91052 CPUtime=1.48 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 21944 0 0 0 146 2 0 0 20 0 1 0 340969798 93237248 21890 33554432000 4194304 8395647 140735931286960 140735931152168 5753715 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 22763 21890 390 1026 0 21733 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 91052

[startup+3.10019 s]
/proc/loadavg: 0.50 0.50 0.85 3/177 18892
/proc/meminfo: memFree=27393948/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=173728 CPUtime=3.09 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 42513 0 0 0 304 5 0 0 20 0 1 0 340969798 177897472 42459 33554432000 4194304 8395647 140735931286960 140735931152168 5754942 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 43432 42459 390 1026 0 42402 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 173728

[startup+6.30021 s]
/proc/loadavg: 0.62 0.52 0.86 3/177 18892
/proc/meminfo: memFree=27061808/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=336696 CPUtime=6.29 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 83382 0 0 0 618 11 0 0 20 0 1 0 340969798 344776704 83328 33554432000 4194304 8395647 140735931286960 140735931152168 6766129 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 84174 83328 390 1026 0 83144 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 336696

[startup+12.7002 s]
/proc/loadavg: 0.73 0.55 0.86 3/177 18892
/proc/meminfo: memFree=26300500/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=1016456 CPUtime=12.69 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 248620 0 0 0 1234 35 0 0 20 0 1 0 340969798 1040850944 248388 33554432000 4194304 8395647 140735931286960 140735931282760 4218108 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 254114 248389 483 1026 0 253084 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1016456

[startup+25.5071 s]
/proc/loadavg: 1.01 0.62 0.88 3/177 18892
/proc/meminfo: memFree=25570232/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=1833784 CPUtime=25.49 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 360408 0 0 0 2489 60 0 0 20 0 1 0 340969798 1877794816 429204 33554432000 4194304 8395647 140735931286960 140735931282088 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/18890/statm: 458446 429204 576 1026 0 457416 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1833784

[startup+51.1002 s]
/proc/loadavg: 1.43 0.74 0.91 3/177 18892
/proc/meminfo: memFree=25485268/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=1903800 CPUtime=51.08 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 369616 0 0 0 5043 65 0 0 20 0 1 0 340969798 1949491200 448019 33554432000 4194304 8395647 140735931286960 140735931282248 5901531 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 475950 448019 610 1026 0 474920 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1903800

[startup+102.3 s]
/proc/loadavg: 1.80 0.95 0.97 3/177 18892
/proc/meminfo: memFree=25380108/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2027904 CPUtime=102.26 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 387601 0 0 0 10146 80 0 0 20 0 1 0 340969798 2076573696 469767 33554432000 4194304 8395647 140735931286960 140735931280936 7382127 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 506976 469767 612 1026 0 505946 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2027904

[startup+162.3 s]
/proc/loadavg: 1.92 1.14 1.03 3/177 18892
/proc/meminfo: memFree=25332504/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2047916 CPUtime=162.26 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 390549 0 0 0 16138 88 0 0 20 0 1 0 340969798 2097065984 474922 33554432000 4194304 8395647 140735931286960 140735931282152 6197330 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 511979 474922 612 1026 0 510949 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2047916

[startup+222.3 s]
/proc/loadavg: 1.97 1.29 1.09 3/177 18892
/proc/meminfo: memFree=25255804/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2088900 CPUtime=222.26 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 393542 0 0 0 22131 95 0 0 20 0 1 0 340969798 2139033600 493640 33554432000 4194304 8395647 140735931286960 140735931282088 6391396 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 522225 493640 612 1026 0 521195 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2088900

[startup+282.3 s]
/proc/loadavg: 1.99 1.42 1.15 3/177 18892
/proc/meminfo: memFree=25255828/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2090140 CPUtime=282.23 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 394223 0 0 0 28119 104 0 0 20 0 1 0 340969798 2140303360 493641 33554432000 4194304 8395647 140735931286960 140735931282088 6636373 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 522535 493641 612 1026 0 521505 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 2090140

[startup+342.307 s]
/proc/loadavg: 1.99 1.52 1.20 3/177 18893
/proc/meminfo: memFree=25185604/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2210144 CPUtime=342.23 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 396207 0 0 0 34108 115 0 0 20 0 1 0 340969798 2263187456 510624 33554432000 4194304 8395647 140735931286960 140735931282088 6698047 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 552536 510624 612 1026 0 551506 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2210144

[startup+402.3 s]
/proc/loadavg: 1.99 1.61 1.24 3/178 18896
/proc/meminfo: memFree=25180740/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2219120 CPUtime=402.21 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 399138 0 0 0 40100 121 0 0 20 0 1 0 340969798 2272378880 511720 33554432000 4194304 8395647 140735931286960 140735931282424 6698063 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 554780 511720 612 1026 0 553750 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 2219120

[startup+462.3 s]
/proc/loadavg: 1.99 1.67 1.29 3/177 18896
/proc/meminfo: memFree=25179784/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2220536 CPUtime=462.2 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 402282 0 0 0 46094 126 0 0 20 0 1 0 340969798 2273828864 512026 33554432000 4194304 8395647 140735931286960 140735931282088 6698030 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 555134 512026 612 1026 0 554104 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 2220536

[startup+522.3 s]
/proc/loadavg: 2.04 1.75 1.34 3/177 18896
/proc/meminfo: memFree=25178012/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2223832 CPUtime=522.19 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 404689 0 0 0 52087 132 0 0 20 0 1 0 340969798 2277203968 512434 33554432000 4194304 8395647 140735931286960 140735931281368 6721240 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 555958 512434 612 1026 0 554928 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 2223832

[startup+582.3 s]
/proc/loadavg: 2.01 1.79 1.37 3/177 18896
/proc/meminfo: memFree=25177916/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2223832 CPUtime=582.18 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 405884 0 0 0 58082 136 0 0 20 0 1 0 340969798 2277203968 512462 33554432000 4194304 8395647 140735931286960 140735931282152 6440888 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 555958 512462 612 1026 0 554928 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 2223832

[startup+642.3 s]

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

/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 414481 0 0 0 100042 168 0 0 20 0 1 0 340969798 2259238912 506008 33554432000 4194304 8395647 140735931286960 140735931281128 6697955 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 551572 506008 612 1026 0 550542 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 2206288

[startup+1062.3 s]
/proc/loadavg: 2.00 1.96 1.62 3/177 18901
/proc/meminfo: memFree=25201676/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2207168 CPUtime=1062.07 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 416410 0 0 0 106034 173 0 0 20 0 1 0 340969798 2260140032 506249 33554432000 4194304 8395647 140735931286960 140735931282088 6697271 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/18890/statm: 551792 506249 612 1026 0 550762 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 2207168

[startup+1122.3 s]
/proc/loadavg: 2.04 1.97 1.64 3/177 18901
/proc/meminfo: memFree=25199572/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2208528 CPUtime=1122.06 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 418974 0 0 0 112028 178 0 0 20 0 1 0 340969798 2261532672 506741 33554432000 4194304 8395647 140735931286960 140735931281368 6721235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/18890/statm: 552132 506741 612 1026 0 551102 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 2208528

[startup+1182.3 s]
/proc/loadavg: 2.01 1.97 1.66 3/177 18901
/proc/meminfo: memFree=25197200/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2208528 CPUtime=1182.05 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 422418 0 0 0 118020 185 0 0 20 0 1 0 340969798 2261532672 507412 33554432000 4194304 8395647 140735931286960 140735931282088 6698055 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/18890/statm: 552132 507412 612 1026 0 551102 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 2208528

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 18902
/proc/meminfo: memFree=25196140/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2210616 CPUtime=1242.04 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 423595 0 0 0 124014 190 0 0 20 0 1 0 340969798 2263670784 507515 33554432000 4194304 8395647 140735931286960 140735931282088 6721235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/18890/statm: 552654 507515 612 1026 0 551624 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 2210616

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.70 3/177 18902
/proc/meminfo: memFree=25189144/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2211684 CPUtime=1302.03 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 424796 0 0 0 130007 196 0 0 20 0 1 0 340969798 2264764416 509366 33554432000 4194304 8395647 140735931286960 140735931282088 6635689 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/18890/statm: 552921 509366 612 1026 0 551891 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 2211684

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.71 3/177 18902
/proc/meminfo: memFree=25188984/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2211684 CPUtime=1362.02 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 426198 0 0 0 136001 201 0 0 20 0 1 0 340969798 2264764416 509426 33554432000 4194304 8395647 140735931286960 140735931282088 6698034 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/18890/statm: 552921 509426 612 1026 0 551891 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 2211684

[startup+1422.3 s]
/proc/loadavg: 2.03 1.99 1.73 3/177 18902
/proc/meminfo: memFree=25192760/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2211684 CPUtime=1422.01 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 427619 0 0 0 141995 206 0 0 20 0 1 0 340969798 2264764416 508492 33554432000 4194304 8395647 140735931286960 140735931282424 6635620 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/18890/statm: 552921 508492 612 1026 0 551891 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 2211684

[startup+1482.3 s]
/proc/loadavg: 2.01 1.99 1.75 3/177 18902
/proc/meminfo: memFree=25183788/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2211684 CPUtime=1482 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 429119 0 0 0 147989 211 0 0 20 0 1 0 340969798 2264764416 509909 33554432000 4194304 8395647 140735931286960 140735931281368 6698051 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/18890/statm: 552921 509909 612 1026 0 551891 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 2211684

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.76 3/177 18903
/proc/meminfo: memFree=25183988/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2211684 CPUtime=1542 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 430480 0 0 0 153984 216 0 0 20 0 1 0 340969798 2264764416 510658 33554432000 4194304 8395647 140735931286960 140735931282088 6635620 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/18890/statm: 552921 510658 612 1026 0 551891 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 2211684

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.77 3/178 18906
/proc/meminfo: memFree=25186072/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2211684 CPUtime=1601.98 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 432148 0 0 0 159977 221 0 0 20 0 1 0 340969798 2264764416 510665 33554432000 4194304 8395647 140735931286960 140735931281832 7382152 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/18890/statm: 552921 510665 614 1026 0 551891 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 2211684

[startup+1662.31 s]
/proc/loadavg: 2.00 1.99 1.78 3/178 18929
/proc/meminfo: memFree=25198064/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2200900 CPUtime=1661.97 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 440706 0 0 0 165960 237 0 0 20 0 1 0 340969798 2253721600 507194 33554432000 4194304 8395647 140735931286960 140735931281832 6721235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/18890/statm: 550225 507194 614 1026 0 549195 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 2200900

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.79 3/177 18929
/proc/meminfo: memFree=25197044/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2201356 CPUtime=1721.95 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 456404 0 0 0 171933 262 0 0 20 0 1 0 340969798 2254188544 507447 33554432000 4194304 8395647 140735931286960 140735931281832 6698063 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/18890/statm: 550339 507447 614 1026 0 549309 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 2201356

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.80 3/177 18929
/proc/meminfo: memFree=25196996/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2201944 CPUtime=1781.95 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 465819 0 0 0 177914 281 0 0 20 0 1 0 340969798 2254790656 507204 33554432000 4194304 8395647 140735931286960 140735931281832 6698205 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/18890/statm: 550486 507204 614 1026 0 549456 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 2201944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 1.99 1.81 3/177 18967
/proc/meminfo: memFree=25628092/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2201292 CPUtime=1800.05 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 468978 0 0 0 179720 285 0 0 20 0 1 0 340969798 2254123008 507718 33554432000 4194304 8395647 140735931286960 140735931281832 6721235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/18890/statm: 550323 507718 614 1026 0 549293 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2201292

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -18890

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

[startup+1801.6 s]
/proc/loadavg: 2.00 1.99 1.81 3/178 18968
/proc/meminfo: memFree=25627712/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2202980 CPUtime=1801.24 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 469112 0 0 0 179839 285 0 0 20 0 1 0 340969798 2255851520 507543 33554432000 4194304 8395647 140735931286960 140735931280000 6698051 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/18890/statm: 550745 507543 614 1026 0 549715 0
Current children cumulated CPU time (s) 1801.24
Current children cumulated vsize (KiB) 2202980

[startup+1802.01 s]
/proc/loadavg: 2.00 1.99 1.81 3/178 18968
/proc/meminfo: memFree=25628084/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2202980 CPUtime=1801.65 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 469112 0 0 0 179880 285 0 0 20 0 1 0 340969798 2255851520 507543 33554432000 4194304 8395647 140735931286960 140735931281832 6698030 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/18890/statm: 550745 507543 614 1026 0 549715 0
Current children cumulated CPU time (s) 1801.65
Current children cumulated vsize (KiB) 2202980

[startup+1802.4 s]
/proc/loadavg: 2.00 1.99 1.81 3/178 18968
/proc/meminfo: memFree=25628084/32873844 swapFree=7632/7632
[pid=18890] ppid=18888 vsize=2202980 CPUtime=1802.04 cores=0,2,4,6
/proc/18890/stat : 18890 (pbscip.linux.x8) R 18888 18890 18846 0 -1 4202496 469112 0 0 0 179919 285 0 0 20 0 1 0 340969798 2255851520 507543 33554432000 4194304 8395647 140735931286960 140735931281832 6697246 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/18890/statm: 550745 507543 614 1026 0 549715 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 2202980

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.42
CPU time (s): 1802.07
CPU user time (s): 1799.2
CPU system time (s): 2.86656
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 2223832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 2.86656
maximum resident set size= 2078416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 469112
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= 44
involuntary context switches= 2196

runsolver used 4.24735 second user time and 11.8712 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-03 20:34:02
IDJOB=3741058
IDBENCH=89740
IDSOLVER=2326
FILE ID=node130/3741058-1338748441
RUNJOBID= node130-1338748441-18862
PBS_JOBID= 14636787
Free space on /tmp= 70928 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-123.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741058-1338748441/watcher-3741058-1338748441 -o /tmp/evaluation-result-3741058-1338748441/solver-3741058-1338748441 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741058-1338748441.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= e6dc64843ebe4c9cb8812bfa08aa0858
RANDOM SEED=1337286215

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27770416 kB
Buffers:         1692440 kB
Cached:          2480552 kB
SwapCached:         4316 kB
Active:          2501632 kB
Inactive:        1729828 kB
Active(anon):      46520 kB
Inactive(anon):     8188 kB
Active(file):    2455112 kB
Inactive(file):  1721640 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099288 kB
Dirty:             65460 kB
Writeback:             0 kB
AnonPages:         59212 kB
Mapped:            10960 kB
Shmem:                 4 kB
Slab:             732904 kB
SReclaimable:     172368 kB
SUnreclaim:       560536 kB
KernelStack:        1424 kB
PageTables:         4000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     171056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70924 MiB
End job on node130 at 2012-06-03 21:04:05