Trace number 3478824

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1802.23 1802.17

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-135.opb
MD5SUM0bf2f4aff59c663568b0bfbd80eaa689
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 variables55296
Total number of constraints1282690
Number of constraints which are clauses1152492
Number of constraints which are cardinality constraints (but not clauses)4030
Number of constraints which are nor clauses,nor cardinality constraints126168
Minimum length of a constraint2
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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3478824-1307440387.opb>
10.09/10.17	c original problem has 55296 variables (55296 bin, 0 int, 0 impl, 0 cont) and 1282690 constraints
10.09/10.17	c problem read
10.09/10.17	c No objective function, only one solution is needed.
10.09/10.17	c presolving settings loaded
14.49/14.51	c presolving:
21.79/21.88	c (round 1) 1 del vars, 10 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 1282678 upgd conss, 563034 impls, 2026 clqs
23.40/23.48	c presolving (2 rounds):
23.40/23.48	c  1 deleted vars, 18 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
23.40/23.48	c  563034 implications, 2026 cliques
23.40/23.48	c presolved problem has 55295 variables (55295 bin, 0 int, 0 impl, 0 cont) and 1282672 constraints
23.40/23.48	c  128170 constraints of type <knapsack>
23.40/23.48	c  271354 constraints of type <setppc>
23.40/23.48	c       2 constraints of type <linear>
23.40/23.48	c  883146 constraints of type <logicor>
23.40/23.48	c transformed objective value is always integral (scale: 1)
23.40/23.48	c Presolving Time: 12.41
23.40/23.48	c - non default parameters ----------------------------------------------------------------------
23.40/23.48	c # SCIP version 2.0.1.4
23.40/23.48	c 
23.40/23.48	c # frequency for displaying node information lines
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 100]
23.40/23.48	c display/freq = 10000
23.40/23.48	c 
23.40/23.48	c # maximal time in seconds to run
23.40/23.48	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
23.40/23.48	c limits/time = 1800
23.40/23.48	c 
23.40/23.48	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
23.40/23.48	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
23.40/23.48	c limits/memory = 13950
23.40/23.48	c 
23.40/23.48	c # solving stops, if the given number of solutions were found (-1: no limit)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: -1]
23.40/23.48	c limits/solutions = 1
23.40/23.48	c 
23.40/23.48	c # maximal number of separation rounds per node (-1: unlimited)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 5]
23.40/23.48	c separating/maxrounds = 1
23.40/23.48	c 
23.40/23.48	c # maximal number of separation rounds in the root node (-1: unlimited)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: -1]
23.40/23.48	c separating/maxroundsroot = 5
23.40/23.48	c 
23.40/23.48	c # default clock type (1: CPU user seconds, 2: wall clock time)
23.40/23.48	c # [type: int, range: [1,2], default: 1]
23.40/23.48	c timing/clocktype = 2
23.40/23.48	c 
23.40/23.48	c # belongs reading time to solving time?
23.40/23.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
23.40/23.48	c timing/reading = TRUE
23.40/23.48	c 
23.40/23.48	c # should presolving try to simplify inequalities
23.40/23.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
23.40/23.48	c constraints/linear/simplifyinequalities = TRUE
23.40/23.48	c 
23.40/23.48	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
23.40/23.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
23.40/23.48	c constraints/indicator/addCouplingCons = TRUE
23.40/23.48	c 
23.40/23.48	c # should disaggregation of knapsack constraints be allowed in preprocessing?
23.40/23.48	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
23.40/23.48	c constraints/knapsack/disaggregation = FALSE
23.40/23.48	c 
23.40/23.48	c # should presolving try to simplify knapsacks
23.40/23.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
23.40/23.48	c constraints/knapsack/simplifyinequalities = TRUE
23.40/23.48	c 
23.40/23.48	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: -1]
23.40/23.48	c presolving/probing/maxrounds = 0
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 10]
23.40/23.48	c heuristics/coefdiving/freq = -1
23.40/23.48	c 
23.40/23.48	c # maximal fraction of diving LP iterations compared to node LP iterations
23.40/23.48	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.40/23.48	c heuristics/coefdiving/maxlpiterquot = 0.075
23.40/23.48	c 
23.40/23.48	c # additional number of allowed LP iterations
23.40/23.48	c # [type: int, range: [0,2147483647], default: 1000]
23.40/23.48	c heuristics/coefdiving/maxlpiterofs = 1500
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 30]
23.40/23.48	c heuristics/crossover/freq = -1
23.40/23.48	c 
23.40/23.48	c # number of nodes added to the contingent of the total nodes
23.40/23.48	c # [type: longint, range: [0,9223372036854775807], default: 500]
23.40/23.48	c heuristics/crossover/nodesofs = 750
23.40/23.48	c 
23.40/23.48	c # number of nodes without incumbent change that heuristic should wait
23.40/23.48	c # [type: longint, range: [0,9223372036854775807], default: 200]
23.40/23.48	c heuristics/crossover/nwaitingnodes = 100
23.40/23.48	c 
23.40/23.48	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
23.40/23.48	c # [type: real, range: [0,1], default: 0.1]
23.40/23.48	c heuristics/crossover/nodesquot = 0.15
23.40/23.48	c 
23.40/23.48	c # minimum percentage of integer variables that have to be fixed 
23.40/23.48	c # [type: real, range: [0,1], default: 0.666]
23.40/23.48	c heuristics/crossover/minfixingrate = 0.5
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 20]
23.40/23.48	c heuristics/feaspump/freq = -1
23.40/23.48	c 
23.40/23.48	c # additional number of allowed LP iterations
23.40/23.48	c # [type: int, range: [0,2147483647], default: 1000]
23.40/23.48	c heuristics/feaspump/maxlpiterofs = 2000
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 10]
23.40/23.48	c heuristics/fracdiving/freq = -1
23.40/23.48	c 
23.40/23.48	c # maximal fraction of diving LP iterations compared to node LP iterations
23.40/23.48	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.40/23.48	c heuristics/fracdiving/maxlpiterquot = 0.075
23.40/23.48	c 
23.40/23.48	c # additional number of allowed LP iterations
23.40/23.48	c # [type: int, range: [0,2147483647], default: 1000]
23.40/23.48	c heuristics/fracdiving/maxlpiterofs = 1500
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 10]
23.40/23.48	c heuristics/guideddiving/freq = -1
23.40/23.48	c 
23.40/23.48	c # maximal fraction of diving LP iterations compared to node LP iterations
23.40/23.48	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.40/23.48	c heuristics/guideddiving/maxlpiterquot = 0.075
23.40/23.48	c 
23.40/23.48	c # additional number of allowed LP iterations
23.40/23.48	c # [type: int, range: [0,2147483647], default: 1000]
23.40/23.48	c heuristics/guideddiving/maxlpiterofs = 1500
23.40/23.48	c 
23.40/23.48	c # maximal fraction of diving LP iterations compared to node LP iterations
23.40/23.48	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.40/23.48	c heuristics/intdiving/maxlpiterquot = 0.075
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 10]
23.40/23.48	c heuristics/intshifting/freq = -1
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 10]
23.40/23.48	c heuristics/linesearchdiving/freq = -1
23.40/23.48	c 
23.40/23.48	c # maximal fraction of diving LP iterations compared to node LP iterations
23.40/23.48	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.40/23.48	c heuristics/linesearchdiving/maxlpiterquot = 0.075
23.40/23.48	c 
23.40/23.48	c # additional number of allowed LP iterations
23.40/23.48	c # [type: int, range: [0,2147483647], default: 1000]
23.40/23.48	c heuristics/linesearchdiving/maxlpiterofs = 1500
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 20]
23.40/23.48	c heuristics/objpscostdiving/freq = -1
23.40/23.48	c 
23.40/23.48	c # maximal fraction of diving LP iterations compared to total iteration number
23.40/23.48	c # [type: real, range: [0,1], default: 0.01]
23.40/23.48	c heuristics/objpscostdiving/maxlpiterquot = 0.015
23.40/23.48	c 
23.40/23.48	c # additional number of allowed LP iterations
23.40/23.48	c # [type: int, range: [0,2147483647], default: 1000]
23.40/23.48	c heuristics/objpscostdiving/maxlpiterofs = 1500
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 1]
23.40/23.48	c heuristics/oneopt/freq = -1
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 10]
23.40/23.48	c heuristics/pscostdiving/freq = -1
23.40/23.48	c 
23.40/23.48	c # maximal fraction of diving LP iterations compared to node LP iterations
23.40/23.48	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.40/23.48	c heuristics/pscostdiving/maxlpiterquot = 0.075
23.40/23.48	c 
23.40/23.48	c # additional number of allowed LP iterations
23.40/23.48	c # [type: int, range: [0,2147483647], default: 1000]
23.40/23.48	c heuristics/pscostdiving/maxlpiterofs = 1500
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 0]
23.40/23.48	c heuristics/rens/freq = -1
23.40/23.48	c 
23.40/23.48	c # minimum percentage of integer variables that have to be fixable 
23.40/23.48	c # [type: real, range: [0,1], default: 0.5]
23.40/23.48	c heuristics/rens/minfixingrate = 0.3
23.40/23.48	c 
23.40/23.48	c # number of nodes added to the contingent of the total nodes
23.40/23.48	c # [type: longint, range: [0,9223372036854775807], default: 500]
23.40/23.48	c heuristics/rens/nodesofs = 2000
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 20]
23.40/23.48	c heuristics/rootsoldiving/freq = -1
23.40/23.48	c 
23.40/23.48	c # maximal fraction of diving LP iterations compared to node LP iterations
23.40/23.48	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
23.40/23.48	c heuristics/rootsoldiving/maxlpiterquot = 0.015
23.40/23.48	c 
23.40/23.48	c # additional number of allowed LP iterations
23.40/23.48	c # [type: int, range: [0,2147483647], default: 1000]
23.40/23.48	c heuristics/rootsoldiving/maxlpiterofs = 1500
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 1]
23.40/23.48	c heuristics/rounding/freq = -1
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 0]
23.40/23.48	c heuristics/shiftandpropagate/freq = -1
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 10]
23.40/23.48	c heuristics/shifting/freq = -1
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 1]
23.40/23.48	c heuristics/simplerounding/freq = -1
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 1]
23.40/23.48	c heuristics/subnlp/freq = -1
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 0]
23.40/23.48	c heuristics/trivial/freq = -1
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 1]
23.40/23.48	c heuristics/trysol/freq = -1
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 0]
23.40/23.48	c heuristics/undercover/freq = -1
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 10]
23.40/23.48	c heuristics/veclendiving/freq = -1
23.40/23.48	c 
23.40/23.48	c # maximal fraction of diving LP iterations compared to node LP iterations
23.40/23.48	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.40/23.48	c heuristics/veclendiving/maxlpiterquot = 0.075
23.40/23.48	c 
23.40/23.48	c # additional number of allowed LP iterations
23.40/23.48	c # [type: int, range: [0,2147483647], default: 1000]
23.40/23.48	c heuristics/veclendiving/maxlpiterofs = 1500
23.40/23.48	c 
23.40/23.48	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 1]
23.40/23.48	c heuristics/zirounding/freq = -1
23.40/23.48	c 
23.40/23.48	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 0]
23.40/23.48	c separating/cmir/freq = -1
23.40/23.48	c 
23.40/23.48	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: 0]
23.40/23.48	c separating/flowcover/freq = -1
23.40/23.48	c 
23.40/23.48	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
23.40/23.48	c # [type: int, range: [-1,2147483647], default: -1]
23.40/23.48	c separating/rapidlearning/freq = 0
23.40/23.48	c 
23.40/23.48	c -----------------------------------------------------------------------------------------------
23.40/23.48	c start solving
23.49/23.52	c 
121.69/121.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
121.69/121.74	c   122s|     1 |     0 | 10603 |     - |1793M|   0 |3598 |  55k|1282k|  55k|1282k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
242.90/243.00	c   243s|     1 |     0 | 19868 |     - |1793M|   0 |4328 |  55k|1282k|  55k|1282k|  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
448.61/448.68	c   449s|     1 |     0 | 31514 |     - |1794M|   0 |6530 |  55k|1282k|  55k|1282k|  56 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
664.21/664.28	c   664s|     1 |     0 | 41904 |     - |1795M|   0 |  10k|  55k|1282k|  55k|1282k|  88 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1001.92/1001.93	c  1002s|     1 |     0 | 54086 |     - |1797M|   0 |  14k|  55k|1282k|  55k|1282k| 168 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1275.23/1275.28	c  1275s|     1 |     0 | 58605 |     - |1798M|   0 |  13k|  55k|1282k|  55k|1282k| 266 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1729.75/1729.71	c  1730s|     1 |     2 | 58605 |     - |1798M|   0 |  13k|  55k|1282k|  55k|1282k| 266 |   0 |  27 | 0.000000e+00 |      --      |    Inf 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3478824-1307440387/watcher-3478824-1307440387 -o /tmp/evaluation-result-3478824-1307440387/solver-3478824-1307440387 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3478824-1307440387.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: 2.03 2.05 1.98 2/522 22832
/proc/meminfo: memFree=18542192/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=10804 CPUtime=0.01 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 1684 0 0 0 1 0 0 0 23 0 1 0 836454351 11063296 1637 33554432000 4194304 9128323 140737122337552 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22832/statm: 2701 1637 397 1205 0 1492 0

[startup+0.0633601 s]
/proc/loadavg: 2.03 2.05 1.98 2/522 22832
/proc/meminfo: memFree=18542192/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=13924 CPUtime=0.05 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 2478 0 0 0 5 0 0 0 23 0 1 0 836454351 14258176 2430 33554432000 4194304 9128323 140737122337552 18446744073709551615 4337596 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22832/statm: 3481 2430 397 1205 0 2272 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13924

[startup+0.100348 s]
/proc/loadavg: 2.03 2.05 1.98 2/522 22832
/proc/meminfo: memFree=18542192/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=15860 CPUtime=0.09 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 2972 0 0 0 9 0 0 0 23 0 1 0 836454351 16240640 2923 33554432000 4194304 9128323 140737122337552 18446744073709551615 7998162 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22832/statm: 3965 2923 397 1205 0 2756 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15860

[startup+0.30032 s]
/proc/loadavg: 2.03 2.05 1.98 2/522 22832
/proc/meminfo: memFree=18542192/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=24860 CPUtime=0.29 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 5187 0 0 0 29 0 0 0 24 0 1 0 836454351 25456640 5135 33554432000 4194304 9128323 140737122337552 18446744073709551615 8008930 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22832/statm: 6215 5135 397 1205 0 5006 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24860

[startup+0.700209 s]
/proc/loadavg: 2.03 2.05 1.98 2/522 22832
/proc/meminfo: memFree=18542192/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=42948 CPUtime=0.69 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 9720 0 0 0 68 1 0 0 25 0 1 0 836454351 43978752 9662 33554432000 4194304 9128323 140737122337552 18446744073709551615 7919103 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22832/statm: 10737 9662 397 1205 0 9528 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42948

[startup+1.50107 s]
/proc/loadavg: 2.03 2.05 1.98 3/519 22854
/proc/meminfo: memFree=21111580/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=77436 CPUtime=1.49 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 18392 0 0 0 147 2 0 0 25 0 1 0 836454351 79294464 18321 33554432000 4194304 9128323 140737122337552 18446744073709551615 6189826 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22832/statm: 19359 18321 397 1205 0 18150 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77436

[startup+3.10082 s]
/proc/loadavg: 2.03 2.05 1.98 3/522 22860
/proc/meminfo: memFree=20998180/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=145184 CPUtime=3.09 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 35343 0 0 0 304 5 0 0 25 0 1 0 836454351 148668416 35247 33554432000 4194304 9128323 140737122337552 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22832/statm: 36296 35247 397 1205 0 35087 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 145184

[startup+6.30022 s]
/proc/loadavg: 2.03 2.05 1.98 3/522 22860
/proc/meminfo: memFree=20711792/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=280656 CPUtime=6.29 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 69191 0 0 0 619 10 0 0 25 0 1 0 836454351 287391744 69046 33554432000 4194304 9128323 140737122337552 18446744073709551615 8008925 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22832/statm: 70164 69046 397 1205 0 68955 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 280656

[startup+12.701 s]
/proc/loadavg: 2.03 2.05 1.98 3/522 22860
/proc/meminfo: memFree=18788708/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=1447968 CPUtime=12.69 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 354444 0 0 0 1220 49 0 0 25 0 1 0 836454351 1482719232 354002 33554432000 4194304 9128323 140737122337552 18446744073709551615 4209010 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 361992 354002 465 1205 0 360783 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1447968

[startup+25.5007 s]
/proc/loadavg: 2.02 2.04 1.98 3/522 22860
/proc/meminfo: memFree=16356952/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=2404240 CPUtime=25.49 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 819417 0 0 0 2440 109 0 0 25 0 1 0 836454351 2461941760 569583 33554432000 4194304 9128323 140737122337552 18446744073709551615 6685306 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 601060 569584 647 1205 0 599851 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2404240

[startup+51.101 s]
/proc/loadavg: 2.01 2.04 1.98 3/522 22861
/proc/meminfo: memFree=15116620/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3596240 CPUtime=51.09 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 1168438 0 0 0 4962 147 0 0 25 0 1 0 836454351 3682549760 835494 33554432000 4194304 9128323 140737122337552 18446744073709551615 7366216 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 899060 835494 740 1205 0 897851 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3596240

[startup+102.32 s]
/proc/loadavg: 2.00 2.03 1.98 3/522 22862
/proc/meminfo: memFree=14910132/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3798464 CPUtime=102.31 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 1277561 0 0 0 10068 163 0 0 25 0 1 0 836454351 3889627136 869884 33554432000 4194304 9128323 140737122337552 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 949616 869884 926 1205 0 948407 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 3798464

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 1.98 3/522 22864
/proc/meminfo: memFree=15014896/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3738728 CPUtime=162.29 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 1478237 0 0 0 16039 190 0 0 25 0 1 0 836454351 3828457472 857766 33554432000 4194304 9128323 140737122337552 18446744073709551615 7380742 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 934682 857766 1076 1205 0 933473 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 3738728

[startup+222.301 s]
/proc/loadavg: 2.24 2.08 2.00 3/522 22866
/proc/meminfo: memFree=14995416/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3765348 CPUtime=222.3 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 1598155 0 0 0 22021 209 0 0 25 0 1 0 836454351 3855716352 858421 33554432000 4194304 9128323 140737122337552 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 941337 858421 1076 1205 0 940128 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 3765348

[startup+282.301 s]
/proc/loadavg: 2.20 2.09 2.01 3/522 22867
/proc/meminfo: memFree=14989196/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3795192 CPUtime=282.3 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 1703172 0 0 0 28005 225 0 0 25 0 1 0 836454351 3886276608 844423 33554432000 4194304 9128323 140737122337552 18446744073709551615 7346395 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 948798 844423 953 1205 0 947589 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 3795192

[startup+342.301 s]
/proc/loadavg: 2.07 2.07 2.00 3/522 22869
/proc/meminfo: memFree=14986708/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3813208 CPUtime=342.31 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 1822307 0 0 0 33987 244 0 0 25 0 1 0 836454351 3904724992 846041 33554432000 4194304 9128323 140737122337552 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 953302 846041 953 1205 0 952093 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 3813208

[startup+402.301 s]
/proc/loadavg: 2.02 2.06 2.00 3/522 22870
/proc/meminfo: memFree=14987176/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3822160 CPUtime=402.3 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 1924822 0 0 0 39972 258 0 0 25 0 1 0 836454351 3913891840 845949 33554432000 4194304 9128323 140737122337552 18446744073709551615 7316369 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 955540 845949 953 1205 0 954331 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 3822160

[startup+462.301 s]
/proc/loadavg: 2.01 2.05 2.00 3/522 22872
/proc/meminfo: memFree=14877788/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3827536 CPUtime=462.31 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 1962763 0 0 0 45967 264 0 0 25 0 1 0 836454351 3919396864 846149 33554432000 4194304 9128323 140737122337552 18446744073709551615 8009001 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 956884 846149 949 1205 0 955675 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 3827536

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 22882
/proc/meminfo: memFree=15046920/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3842800 CPUtime=522.31 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 2049892 0 0 0 51953 278 0 0 25 0 1 0 836454351 3935027200 848286 33554432000 4194304 9128323 140737122337552 18446744073709551615 7315299 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 960700 848286 949 1205 0 959491 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 3842800

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 22884
/proc/meminfo: memFree=15038220/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3859072 CPUtime=582.31 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 2174115 0 0 0 57934 297 0 0 25 0 1 0 836454351 3951689728 848987 33554432000 4194304 9128323 140737122337552 18446744073709551615 7315719 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 964768 848987 949 1205 0 963559 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 3859072

[startup+642.301 s]

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

/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 2800790 0 0 0 105835 397 0 0 25 0 1 0 836454351 4003033088 855755 33554432000 4194304 9128323 140737122337552 18446744073709551615 7018441 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 977303 855755 944 1205 0 976094 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 3909212

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 22899
/proc/meminfo: memFree=15013292/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3909212 CPUtime=1122.32 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 2800799 0 0 0 111833 399 0 0 25 0 1 0 836454351 4003033088 855760 33554432000 4194304 9128323 140737122337552 18446744073709551615 7018454 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 977303 855760 940 1205 0 976094 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3909212

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 22900
/proc/meminfo: memFree=15009920/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3909212 CPUtime=1182.33 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 2800800 0 0 0 117832 401 0 0 25 0 1 0 836454351 4003033088 855761 33554432000 4194304 9128323 140737122337552 18446744073709551615 6239205 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 977303 855761 940 1205 0 976094 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 3909212

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/522 22902
/proc/meminfo: memFree=14996752/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3939048 CPUtime=1242.33 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 2942939 0 0 0 123809 424 0 0 25 0 1 0 836454351 4033585152 859156 33554432000 4194304 9128323 140737122337552 18446744073709551615 7284426 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 984762 859156 940 1205 0 983553 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 3939048

[startup+1302.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/522 22903
/proc/meminfo: memFree=14964992/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3937396 CPUtime=1302.34 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 3111012 0 0 0 129784 450 0 0 25 0 1 0 836454351 4031893504 857993 33554432000 4194304 9128323 140737122337552 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 984349 857993 943 1205 0 983140 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 3937396

[startup+1362.3 s]
/proc/loadavg: 2.16 2.07 2.02 3/522 22905
/proc/meminfo: memFree=15010332/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3937424 CPUtime=1362.34 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 3324879 0 0 0 135750 484 0 0 25 0 1 0 836454351 4031922176 858020 33554432000 4194304 9128323 140737122337552 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 984356 858020 943 1205 0 983147 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 3937424

[startup+1422.32 s]
/proc/loadavg: 2.09 2.07 2.02 3/522 22907
/proc/meminfo: memFree=15004480/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3938688 CPUtime=1422.35 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 3540297 0 0 0 141722 513 0 0 25 0 1 0 836454351 4033216512 859400 33554432000 4194304 9128323 140737122337552 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 984672 859400 943 1205 0 983463 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 3938688

[startup+1482.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/522 22908
/proc/meminfo: memFree=14909976/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3937396 CPUtime=1482.34 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 3720159 0 0 0 147693 541 0 0 25 0 1 0 836454351 4031893504 859091 33554432000 4194304 9128323 140737122337552 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 984349 859091 943 1205 0 983140 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 3937396

[startup+1542.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/522 22910
/proc/meminfo: memFree=15007152/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3937396 CPUtime=1542.34 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 3913409 0 0 0 153663 571 0 0 25 0 1 0 836454351 4031893504 858980 33554432000 4194304 9128323 140737122337552 18446744073709551615 7192538 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 984349 858980 943 1205 0 983140 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 3937396

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 22911
/proc/meminfo: memFree=15003416/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3937396 CPUtime=1602.34 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 4126128 0 0 0 159632 602 0 0 25 0 1 0 836454351 4031893504 859097 33554432000 4194304 9128323 140737122337552 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 984349 859097 943 1205 0 983140 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 3937396

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 22913
/proc/meminfo: memFree=15004252/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3937396 CPUtime=1662.35 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 4431642 0 0 0 165585 650 0 0 25 0 1 0 836454351 4031893504 859113 33554432000 4194304 9128323 140737122337552 18446744073709551615 7381250 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 984349 859113 943 1205 0 983140 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 3937396

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 22914
/proc/meminfo: memFree=15003100/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3937812 CPUtime=1722.34 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 4736315 0 0 0 171539 695 0 0 25 0 1 0 836454351 4032319488 858055 33554432000 4194304 9128323 140737122337552 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 984453 858055 943 1205 0 983244 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 3937812

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/522 22916
/proc/meminfo: memFree=14954476/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3939128 CPUtime=1782.35 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 4884953 0 0 0 177517 718 0 0 25 0 1 0 836454351 4033667072 859601 33554432000 4194304 9128323 140737122337552 18446744073709551615 7342934 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 984782 859601 948 1205 0 983573 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 3939128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/522 22917
/proc/meminfo: memFree=15003700/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3937124 CPUtime=1800.06 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 4948419 0 0 0 179278 728 0 0 25 0 1 0 836454351 4031614976 858230 33554432000 4194304 9128323 140737122337552 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 984281 858230 948 1205 0 983072 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 3937124

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -22832

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/523 22918
/proc/meminfo: memFree=14999228/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3935796 CPUtime=1801.45 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 4956928 0 0 0 179416 729 0 0 25 0 1 0 836454351 4030255104 859103 33554432000 4194304 9128323 140737122337552 18446744073709551615 7191078 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 983949 859103 948 1205 0 982740 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 3935796

[startup+1801.82 s]
/proc/loadavg: 2.00 2.01 2.00 3/523 22918
/proc/meminfo: memFree=14998856/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3935796 CPUtime=1801.87 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 4957051 0 0 0 179458 729 0 0 25 0 1 0 836454351 4030255104 859226 33554432000 4194304 9128323 140737122337552 18446744073709551615 7192387 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 983949 859226 948 1205 0 982740 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 3935796

[startup+1802 s]
/proc/loadavg: 2.00 2.01 2.00 3/523 22918
/proc/meminfo: memFree=14998856/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=3935796 CPUtime=1802.05 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4202496 4957097 0 0 0 179476 729 0 0 25 0 1 0 836454351 4030255104 859272 33554432000 4194304 9128323 140737122337552 18446744073709551615 7191106 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22832/statm: 983949 859272 948 1205 0 982740 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 3935796

[startup+1802.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/523 22918
/proc/meminfo: memFree=14998856/32951124 swapFree=58800704/67111528
[pid=22832] ppid=22830 vsize=0 CPUtime=1802.15 cores=0,2,4,6
/proc/22832/stat : 22832 (scip-2.0.1.4.li) R 22830 22832 22600 0 -1 4203524 4957112 0 0 0 179478 737 0 0 25 0 1 0 836454351 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 0 0 0 0
/proc/22832/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.17
CPU time (s): 1802.23
CPU user time (s): 1794.78
CPU system time (s): 7.44787
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 4100348

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

runsolver used 9.90749 second user time and 21.1168 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-07 11:53:09
IDJOB=3478824
IDBENCH=89720
IDSOLVER=1949
FILE ID=node142/3478824-1307440387
RUNJOBID= node142-1307436782-22618
PBS_JOBID= 13519946
Free space on /tmp= 73852 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-135.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478824-1307440387/watcher-3478824-1307440387 -o /tmp/evaluation-result-3478824-1307440387/solver-3478824-1307440387 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3478824-1307440387.opb -t 1800 -m 15500

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

MD5SUM BENCH= 0bf2f4aff59c663568b0bfbd80eaa689
RANDOM SEED=1336055959

node142.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5131.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18542596 kB
Buffers:        324696 kB
Cached:         808088 kB
SwapCached:      11476 kB
Active:       12142100 kB
Inactive:      1985092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18542596 kB
SwapTotal:    67111528 kB
SwapFree:     58800704 kB
Dirty:           69152 kB
Writeback:           0 kB
AnonPages:    12991620 kB
Mapped:          34528 kB
Slab:           131420 kB
PageTables:      81220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 148331716 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73840 MiB
End job on node142 at 2011-06-07 12:23:11