Trace number 3478779

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 E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1802.18 1802.14

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-154.opb
MD5SUMf522aac6d99c68f89e25c943b464d005
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 variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
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 691
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.5 [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-3478779-1307440391.opb>
8.20/8.26	c original problem has 48411 variables (48411 bin, 0 int, 0 impl, 0 cont) and 1121517 constraints
8.20/8.26	c problem read
8.20/8.27	c No objective function, only one solution is needed.
8.20/8.27	c presolving settings loaded
9.49/9.59	c presolving:
14.79/14.83	c (round 1) 1 del vars, 8 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 1121508 upgd conss, 488092 impls, 1772 clqs
15.99/16.04	c presolving (2 rounds):
15.99/16.04	c  1 deleted vars, 30 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
15.99/16.04	c  488092 implications, 1772 cliques
15.99/16.04	c presolved problem has 48410 variables (48410 bin, 0 int, 0 impl, 0 cont) and 1121487 constraints
15.99/16.04	c  112021 constraints of type <knapsack>
15.99/16.04	c  237584 constraints of type <setppc>
15.99/16.04	c       1 constraints of type <linear>
15.99/16.04	c  771881 constraints of type <logicor>
15.99/16.04	c transformed objective value is always integral (scale: 1)
15.99/16.04	c Presolving Time: 6.52
15.99/16.04	c - non default parameters ----------------------------------------------------------------------
15.99/16.04	c # SCIP version 2.0.1.5
15.99/16.04	c 
15.99/16.04	c # frequency for displaying node information lines
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 100]
15.99/16.04	c display/freq = 10000
15.99/16.04	c 
15.99/16.04	c # maximal time in seconds to run
15.99/16.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
15.99/16.04	c limits/time = 1800
15.99/16.04	c 
15.99/16.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
15.99/16.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
15.99/16.04	c limits/memory = 13950
15.99/16.04	c 
15.99/16.04	c # solving stops, if the given number of solutions were found (-1: no limit)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: -1]
15.99/16.04	c limits/solutions = 1
15.99/16.04	c 
15.99/16.04	c # maximal number of separation rounds per node (-1: unlimited)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 5]
15.99/16.04	c separating/maxrounds = 1
15.99/16.04	c 
15.99/16.04	c # maximal number of separation rounds in the root node (-1: unlimited)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: -1]
15.99/16.04	c separating/maxroundsroot = 5
15.99/16.04	c 
15.99/16.04	c # default clock type (1: CPU user seconds, 2: wall clock time)
15.99/16.04	c # [type: int, range: [1,2], default: 1]
15.99/16.04	c timing/clocktype = 2
15.99/16.04	c 
15.99/16.04	c # belongs reading time to solving time?
15.99/16.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.99/16.04	c timing/reading = TRUE
15.99/16.04	c 
15.99/16.04	c # should presolving try to simplify inequalities
15.99/16.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.99/16.04	c constraints/linear/simplifyinequalities = TRUE
15.99/16.04	c 
15.99/16.04	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
15.99/16.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.99/16.04	c constraints/indicator/addCouplingCons = TRUE
15.99/16.04	c 
15.99/16.04	c # should disaggregation of knapsack constraints be allowed in preprocessing?
15.99/16.04	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
15.99/16.04	c constraints/knapsack/disaggregation = FALSE
15.99/16.04	c 
15.99/16.04	c # should presolving try to simplify knapsacks
15.99/16.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.99/16.04	c constraints/knapsack/simplifyinequalities = TRUE
15.99/16.04	c 
15.99/16.04	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: -1]
15.99/16.04	c presolving/probing/maxrounds = 0
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 10]
15.99/16.04	c heuristics/coefdiving/freq = -1
15.99/16.04	c 
15.99/16.04	c # maximal fraction of diving LP iterations compared to node LP iterations
15.99/16.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.99/16.04	c heuristics/coefdiving/maxlpiterquot = 0.075
15.99/16.04	c 
15.99/16.04	c # additional number of allowed LP iterations
15.99/16.04	c # [type: int, range: [0,2147483647], default: 1000]
15.99/16.04	c heuristics/coefdiving/maxlpiterofs = 1500
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 30]
15.99/16.04	c heuristics/crossover/freq = -1
15.99/16.04	c 
15.99/16.04	c # number of nodes added to the contingent of the total nodes
15.99/16.04	c # [type: longint, range: [0,9223372036854775807], default: 500]
15.99/16.04	c heuristics/crossover/nodesofs = 750
15.99/16.04	c 
15.99/16.04	c # number of nodes without incumbent change that heuristic should wait
15.99/16.04	c # [type: longint, range: [0,9223372036854775807], default: 200]
15.99/16.04	c heuristics/crossover/nwaitingnodes = 100
15.99/16.04	c 
15.99/16.04	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
15.99/16.04	c # [type: real, range: [0,1], default: 0.1]
15.99/16.04	c heuristics/crossover/nodesquot = 0.15
15.99/16.04	c 
15.99/16.04	c # minimum percentage of integer variables that have to be fixed 
15.99/16.04	c # [type: real, range: [0,1], default: 0.666]
15.99/16.04	c heuristics/crossover/minfixingrate = 0.5
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 20]
15.99/16.04	c heuristics/feaspump/freq = -1
15.99/16.04	c 
15.99/16.04	c # additional number of allowed LP iterations
15.99/16.04	c # [type: int, range: [0,2147483647], default: 1000]
15.99/16.04	c heuristics/feaspump/maxlpiterofs = 2000
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 10]
15.99/16.04	c heuristics/fracdiving/freq = -1
15.99/16.04	c 
15.99/16.04	c # maximal fraction of diving LP iterations compared to node LP iterations
15.99/16.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.99/16.04	c heuristics/fracdiving/maxlpiterquot = 0.075
15.99/16.04	c 
15.99/16.04	c # additional number of allowed LP iterations
15.99/16.04	c # [type: int, range: [0,2147483647], default: 1000]
15.99/16.04	c heuristics/fracdiving/maxlpiterofs = 1500
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 10]
15.99/16.04	c heuristics/guideddiving/freq = -1
15.99/16.04	c 
15.99/16.04	c # maximal fraction of diving LP iterations compared to node LP iterations
15.99/16.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.99/16.04	c heuristics/guideddiving/maxlpiterquot = 0.075
15.99/16.04	c 
15.99/16.04	c # additional number of allowed LP iterations
15.99/16.04	c # [type: int, range: [0,2147483647], default: 1000]
15.99/16.04	c heuristics/guideddiving/maxlpiterofs = 1500
15.99/16.04	c 
15.99/16.04	c # maximal fraction of diving LP iterations compared to node LP iterations
15.99/16.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.99/16.04	c heuristics/intdiving/maxlpiterquot = 0.075
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 10]
15.99/16.04	c heuristics/intshifting/freq = -1
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 10]
15.99/16.04	c heuristics/linesearchdiving/freq = -1
15.99/16.04	c 
15.99/16.04	c # maximal fraction of diving LP iterations compared to node LP iterations
15.99/16.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.99/16.04	c heuristics/linesearchdiving/maxlpiterquot = 0.075
15.99/16.04	c 
15.99/16.04	c # additional number of allowed LP iterations
15.99/16.04	c # [type: int, range: [0,2147483647], default: 1000]
15.99/16.04	c heuristics/linesearchdiving/maxlpiterofs = 1500
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 20]
15.99/16.04	c heuristics/objpscostdiving/freq = -1
15.99/16.04	c 
15.99/16.04	c # maximal fraction of diving LP iterations compared to total iteration number
15.99/16.04	c # [type: real, range: [0,1], default: 0.01]
15.99/16.04	c heuristics/objpscostdiving/maxlpiterquot = 0.015
15.99/16.04	c 
15.99/16.04	c # additional number of allowed LP iterations
15.99/16.04	c # [type: int, range: [0,2147483647], default: 1000]
15.99/16.04	c heuristics/objpscostdiving/maxlpiterofs = 1500
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 1]
15.99/16.04	c heuristics/oneopt/freq = -1
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 10]
15.99/16.04	c heuristics/pscostdiving/freq = -1
15.99/16.04	c 
15.99/16.04	c # maximal fraction of diving LP iterations compared to node LP iterations
15.99/16.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.99/16.04	c heuristics/pscostdiving/maxlpiterquot = 0.075
15.99/16.04	c 
15.99/16.04	c # additional number of allowed LP iterations
15.99/16.04	c # [type: int, range: [0,2147483647], default: 1000]
15.99/16.04	c heuristics/pscostdiving/maxlpiterofs = 1500
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 0]
15.99/16.04	c heuristics/rens/freq = -1
15.99/16.04	c 
15.99/16.04	c # minimum percentage of integer variables that have to be fixable 
15.99/16.04	c # [type: real, range: [0,1], default: 0.5]
15.99/16.04	c heuristics/rens/minfixingrate = 0.3
15.99/16.04	c 
15.99/16.04	c # number of nodes added to the contingent of the total nodes
15.99/16.04	c # [type: longint, range: [0,9223372036854775807], default: 500]
15.99/16.04	c heuristics/rens/nodesofs = 2000
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 20]
15.99/16.04	c heuristics/rootsoldiving/freq = -1
15.99/16.04	c 
15.99/16.04	c # maximal fraction of diving LP iterations compared to node LP iterations
15.99/16.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
15.99/16.04	c heuristics/rootsoldiving/maxlpiterquot = 0.015
15.99/16.04	c 
15.99/16.04	c # additional number of allowed LP iterations
15.99/16.04	c # [type: int, range: [0,2147483647], default: 1000]
15.99/16.04	c heuristics/rootsoldiving/maxlpiterofs = 1500
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 1]
15.99/16.04	c heuristics/rounding/freq = -1
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 0]
15.99/16.04	c heuristics/shiftandpropagate/freq = -1
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 10]
15.99/16.04	c heuristics/shifting/freq = -1
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 1]
15.99/16.04	c heuristics/simplerounding/freq = -1
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 1]
15.99/16.04	c heuristics/subnlp/freq = -1
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 0]
15.99/16.04	c heuristics/trivial/freq = -1
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 1]
15.99/16.04	c heuristics/trysol/freq = -1
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 0]
15.99/16.04	c heuristics/undercover/freq = -1
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 10]
15.99/16.04	c heuristics/veclendiving/freq = -1
15.99/16.04	c 
15.99/16.04	c # maximal fraction of diving LP iterations compared to node LP iterations
15.99/16.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.99/16.04	c heuristics/veclendiving/maxlpiterquot = 0.075
15.99/16.04	c 
15.99/16.04	c # additional number of allowed LP iterations
15.99/16.04	c # [type: int, range: [0,2147483647], default: 1000]
15.99/16.04	c heuristics/veclendiving/maxlpiterofs = 1500
15.99/16.04	c 
15.99/16.04	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 1]
15.99/16.04	c heuristics/zirounding/freq = -1
15.99/16.04	c 
15.99/16.04	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 0]
15.99/16.04	c separating/cmir/freq = -1
15.99/16.04	c 
15.99/16.04	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: 0]
15.99/16.04	c separating/flowcover/freq = -1
15.99/16.04	c 
15.99/16.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
15.99/16.04	c # [type: int, range: [-1,2147483647], default: -1]
15.99/16.04	c separating/rapidlearning/freq = 0
15.99/16.04	c 
15.99/16.04	c -----------------------------------------------------------------------------------------------
15.99/16.04	c start solving
15.99/16.07	c 
184.20/184.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
184.20/184.22	c   184s|     1 |     0 | 13888 |     - |1649M|   0 |3068 |  48k|1121k|  48k|1121k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
208.69/208.72	c   209s|     1 |     0 | 14472 |     - |1649M|   0 |2801 |  48k|1121k|  48k|1121k|   8 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
260.30/260.30	c   260s|     1 |     0 | 19436 |     - |1650M|   0 |3219 |  48k|1121k|  48k|1121k|  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
426.82/426.87	c   427s|     1 |     0 | 30813 |     - |1651M|   0 |6915 |  48k|1121k|  48k|1121k|  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
528.40/528.46	c   528s|     1 |     0 | 35644 |     - |1652M|   0 |7592 |  48k|1121k|  48k|1121k|  66 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
731.80/731.89	c   732s|     1 |     0 | 43833 |     - |1653M|   0 |  11k|  48k|1121k|  48k|1121k|  83 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1148.62/1148.60	c  1149s|     1 |     2 | 43833 |     - |1653M|   0 |  11k|  48k|1121k|  48k|1121k|  83 |   0 |  22 | 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-3478779-1307440391/watcher-3478779-1307440391 -o /tmp/evaluation-result-3478779-1307440391/solver-3478779-1307440391 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3478779-1307440391.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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.00 2.04 1.98 3/511 29542
/proc/meminfo: memFree=18459424/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=13868 CPUtime=0.01 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 2435 0 0 0 1 0 0 0 22 0 1 0 836455383 14200832 2389 33554432000 4194304 9163163 140736968303376 18446744073709551615 6165461 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29542/statm: 3467 2389 392 1214 0 2249 0

[startup+0.105435 s]
/proc/loadavg: 2.00 2.04 1.98 3/511 29542
/proc/meminfo: memFree=18459424/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=20212 CPUtime=0.09 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 4047 0 0 0 9 0 0 0 23 0 1 0 836455383 20697088 4001 33554432000 4194304 9163163 140736968303376 18446744073709551615 7936924 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29542/statm: 5053 4001 392 1214 0 3835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20212

[startup+0.200427 s]
/proc/loadavg: 2.00 2.04 1.98 3/511 29542
/proc/meminfo: memFree=18459424/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=26776 CPUtime=0.19 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 5682 0 0 0 19 0 0 0 23 0 1 0 836455383 27418624 5636 33554432000 4194304 9163163 140736968303376 18446744073709551615 8031086 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29542/statm: 6694 5636 392 1214 0 5476 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 26776

[startup+0.300396 s]
/proc/loadavg: 2.00 2.04 1.98 3/511 29542
/proc/meminfo: memFree=18459424/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=31656 CPUtime=0.29 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 6902 0 0 0 29 0 0 0 23 0 1 0 836455383 32415744 6856 33554432000 4194304 9163163 140736968303376 18446744073709551615 7962322 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29542/statm: 7914 6856 392 1214 0 6696 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31656

[startup+0.700325 s]
/proc/loadavg: 2.00 2.04 1.98 3/511 29542
/proc/meminfo: memFree=18459424/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=56276 CPUtime=0.69 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 13035 0 0 0 68 1 0 0 25 0 1 0 836455383 57626624 12989 33554432000 4194304 9163163 140736968303376 18446744073709551615 8041849 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29542/statm: 14069 12989 392 1214 0 12851 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56276

[startup+1.50019 s]
/proc/loadavg: 2.00 2.04 1.98 5/512 29543
/proc/meminfo: memFree=18382704/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=102448 CPUtime=1.49 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 24556 0 0 0 146 3 0 0 25 0 1 0 836455383 104906752 24510 33554432000 4194304 9163163 140736968303376 18446744073709551615 8041824 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29542/statm: 25612 24510 392 1214 0 24394 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102448

[startup+3.10091 s]
/proc/loadavg: 2.00 2.04 1.98 5/512 29543
/proc/meminfo: memFree=18320456/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=195000 CPUtime=3.09 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 47624 0 0 0 303 6 0 0 25 0 1 0 836455383 199680000 47578 33554432000 4194304 9163163 140736968303376 18446744073709551615 7937264 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29542/statm: 48750 47578 392 1214 0 47532 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 195000

[startup+6.30035 s]
/proc/loadavg: 2.00 2.03 1.98 4/512 29543
/proc/meminfo: memFree=18132916/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=377836 CPUtime=6.29 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 93166 0 0 0 617 12 0 0 25 0 1 0 836455383 386904064 93120 33554432000 4194304 9163163 140736968303376 18446744073709551615 8090512 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29542/statm: 94459 93120 392 1214 0 93241 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 377836

[startup+12.7002 s]
/proc/loadavg: 2.00 2.03 1.98 5/512 29543
/proc/meminfo: memFree=17084760/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=1506872 CPUtime=12.69 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 393169 0 0 0 1221 48 0 0 25 0 1 0 836455383 1543036928 369416 33554432000 4194304 9163163 140736968303376 18446744073709551615 4207745 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 376718 369416 522 1214 0 375500 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1506872

[startup+25.501 s]
/proc/loadavg: 2.00 2.03 1.98 5/512 29544
/proc/meminfo: memFree=15699912/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=2968132 CPUtime=25.49 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 939286 0 0 0 2438 111 0 0 25 0 1 0 836455383 3039367168 688758 33554432000 4194304 9163163 140736968303376 18446744073709551615 7110302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 742033 688758 659 1214 0 740815 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2968132

[startup+51.1005 s]
/proc/loadavg: 2.00 2.03 1.98 5/512 29544
/proc/meminfo: memFree=15576864/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3089932 CPUtime=51.1 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 975750 0 0 0 4991 119 0 0 25 0 1 0 836455383 3164090368 719541 33554432000 4194304 9163163 140736968303376 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 772483 719541 808 1214 0 771265 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 3089932

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 1.98 5/512 29546
/proc/meminfo: memFree=15493356/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3229388 CPUtime=102.31 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 1061043 0 0 0 10097 134 0 0 25 0 1 0 836455383 3306893312 740599 33554432000 4194304 9163163 140736968303376 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 807347 740599 1214 1214 0 806129 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 3229388

[startup+162.301 s]
/proc/loadavg: 2.07 2.04 1.99 5/512 29547
/proc/meminfo: memFree=15425652/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3312112 CPUtime=162.3 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 1103591 0 0 0 16089 141 0 0 25 0 1 0 836455383 3391602688 757655 33554432000 4194304 9163163 140736968303376 18446744073709551615 7349118 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 828028 757655 1358 1214 0 826810 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 3312112

[startup+222.32 s]
/proc/loadavg: 2.22 2.08 2.01 5/512 29549
/proc/meminfo: memFree=15593120/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3083044 CPUtime=222.32 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 1223769 0 0 0 22076 156 0 0 25 0 1 0 836455383 3157037056 714251 33554432000 4194304 9163163 140736968303376 18446744073709551615 7224050 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 770761 714251 1143 1214 0 769543 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 3083044

[startup+282.301 s]
/proc/loadavg: 2.08 2.06 2.00 3/512 29579
/proc/meminfo: memFree=15424460/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3174700 CPUtime=282.3 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 1359284 0 0 0 28055 175 0 0 25 0 1 0 836455383 3250892800 723591 33554432000 4194304 9163163 140736968303376 18446744073709551615 7110314 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 793675 723591 1049 1214 0 792457 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 3174700

[startup+342.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/512 29580
/proc/meminfo: memFree=15417704/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3208588 CPUtime=342.3 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 1492524 0 0 0 34034 196 0 0 25 0 1 0 836455383 3285594112 724970 33554432000 4194304 9163163 140736968303376 18446744073709551615 7110339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 802147 724970 1049 1214 0 800929 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 3208588

[startup+402.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/512 29582
/proc/meminfo: memFree=15415568/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3220988 CPUtime=402.3 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 1592338 0 0 0 40019 211 0 0 25 0 1 0 836455383 3298291712 725439 33554432000 4194304 9163163 140736968303376 18446744073709551615 7349135 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 805247 725439 1049 1214 0 804029 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 3220988

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 29583
/proc/meminfo: memFree=15381804/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3289132 CPUtime=462.31 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 1663859 0 0 0 46008 223 0 0 25 0 1 0 836455383 3368071168 733994 33554432000 4194304 9163163 140736968303376 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 822283 733994 1049 1214 0 821065 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 3289132

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 29594
/proc/meminfo: memFree=15380688/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3293108 CPUtime=522.31 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 1786572 0 0 0 51987 244 0 0 25 0 1 0 836455383 3372142592 734141 33554432000 4194304 9163163 140736968303376 18446744073709551615 7414194 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 823277 734141 1049 1214 0 822059 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 3293108

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 29596
/proc/meminfo: memFree=15380640/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3294148 CPUtime=582.31 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 1802067 0 0 0 57984 247 0 0 25 0 1 0 836455383 3373207552 734027 33554432000 4194304 9163163 140736968303376 18446744073709551615 8045899 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 823537 734027 1049 1214 0 822319 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 3294148

[startup+642.301 s]

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

/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 2884273 0 0 0 99818 413 0 0 25 0 1 0 836455383 3357519872 719523 33554432000 4194304 9163163 140736968303376 18446744073709551615 7414062 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 819707 719523 1051 1214 0 818489 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 3278828

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 29608
/proc/meminfo: memFree=15438040/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3278828 CPUtime=1062.31 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 3060811 0 0 0 105795 436 0 0 25 0 1 0 836455383 3357519872 719512 33554432000 4194304 9163163 140736968303376 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 819707 719512 1051 1214 0 818489 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 3278828

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 29610
/proc/meminfo: memFree=15441084/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3278924 CPUtime=1122.32 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 3247186 0 0 0 111767 465 0 0 25 0 1 0 836455383 3357618176 718739 33554432000 4194304 9163163 140736968303376 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 819731 718739 1051 1214 0 818513 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3278924

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/512 29612
/proc/meminfo: memFree=15436072/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3281260 CPUtime=1182.32 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 3396858 0 0 0 117745 487 0 0 25 0 1 0 836455383 3360010240 719830 33554432000 4194304 9163163 140736968303376 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 820315 719830 1057 1214 0 819097 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 3281260

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/512 29613
/proc/meminfo: memFree=15435156/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3281592 CPUtime=1242.32 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 3541214 0 0 0 123722 510 0 0 25 0 1 0 836455383 3360350208 719997 33554432000 4194304 9163163 140736968303376 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 820398 719997 1057 1214 0 819180 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 3281592

[startup+1302.3 s]
/proc/loadavg: 2.27 2.07 2.02 3/512 29615
/proc/meminfo: memFree=15436336/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3280904 CPUtime=1302.32 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 3752612 0 0 0 129692 540 0 0 25 0 1 0 836455383 3359645696 718924 33554432000 4194304 9163163 140736968303376 18446744073709551615 7379296 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 820226 718924 1057 1214 0 819008 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 3280904

[startup+1362.3 s]
/proc/loadavg: 2.29 2.10 2.03 3/512 29616
/proc/meminfo: memFree=15438392/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3280280 CPUtime=1362.33 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 3951178 0 0 0 135664 569 0 0 25 0 1 0 836455383 3359006720 718899 33554432000 4194304 9163163 140736968303376 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 820070 718899 1057 1214 0 818852 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 3280280

[startup+1422.3 s]
/proc/loadavg: 2.10 2.08 2.03 3/512 29618
/proc/meminfo: memFree=15435884/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3280228 CPUtime=1422.34 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 4166709 0 0 0 141632 602 0 0 25 0 1 0 836455383 3358953472 719870 33554432000 4194304 9163163 140736968303376 18446744073709551615 7110499 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 820057 719870 1057 1214 0 818839 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 3280228

[startup+1482.3 s]
/proc/loadavg: 2.04 2.06 2.02 3/512 29620
/proc/meminfo: memFree=15439184/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3280640 CPUtime=1482.33 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 4373606 0 0 0 147600 633 0 0 25 0 1 0 836455383 3359375360 718935 33554432000 4194304 9163163 140736968303376 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 820160 718935 1057 1214 0 818942 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 3280640

[startup+1542.32 s]
/proc/loadavg: 2.01 2.05 2.01 3/512 29621
/proc/meminfo: memFree=15434808/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3280252 CPUtime=1542.35 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 4567202 0 0 0 153572 663 0 0 25 0 1 0 836455383 3358978048 719831 33554432000 4194304 9163163 140736968303376 18446744073709551615 7110339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 820063 719831 1057 1214 0 818845 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 3280252

[startup+1602.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/512 29623
/proc/meminfo: memFree=15434888/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3280924 CPUtime=1602.33 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 4806842 0 0 0 159535 698 0 0 25 0 1 0 836455383 3359666176 719034 33554432000 4194304 9163163 140736968303376 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 820231 719034 1057 1214 0 819013 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 3280924

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 29624
/proc/meminfo: memFree=15434088/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3282748 CPUtime=1662.33 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 4993644 0 0 0 165509 724 0 0 25 0 1 0 836455383 3361533952 720079 33554432000 4194304 9163163 140736968303376 18446744073709551615 7110518 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 820687 720079 1057 1214 0 819469 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 3282748

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 29626
/proc/meminfo: memFree=15436388/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3280604 CPUtime=1722.33 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 5217725 0 0 0 171477 756 0 0 25 0 1 0 836455383 3359338496 719719 33554432000 4194304 9163163 140736968303376 18446744073709551615 7224016 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 820151 719719 1057 1214 0 818933 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 3280604

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 29628
/proc/meminfo: memFree=15432744/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3280744 CPUtime=1782.33 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 5405002 0 0 0 177450 783 0 0 25 0 1 0 836455383 3359481856 720327 33554432000 4194304 9163163 140736968303376 18446744073709551615 7348530 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 820186 720327 1057 1214 0 818968 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 3280744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 29628
/proc/meminfo: memFree=15435328/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3280744 CPUtime=1800.04 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 5463101 0 0 0 179211 793 0 0 25 0 1 0 836455383 3359481856 719619 33554432000 4194304 9163163 140736968303376 18446744073709551615 7209815 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 820186 719619 1057 1214 0 818968 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 3280744

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -29542

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

[startup+1801.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/513 29629
/proc/meminfo: memFree=15435196/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3280744 CPUtime=1801.53 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 5463217 0 0 0 179360 793 0 0 25 0 1 0 836455383 3359481856 719735 33554432000 4194304 9163163 140736968303376 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 820186 719735 1057 1214 0 818968 0
Current children cumulated CPU time (s) 1801.53
Current children cumulated vsize (KiB) 3280744

[startup+1801.92 s]
/proc/loadavg: 2.00 2.01 2.00 3/513 29629
/proc/meminfo: memFree=15434328/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=3280744 CPUtime=1801.95 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4202496 5463263 0 0 0 179402 793 0 0 25 0 1 0 836455383 3359481856 719781 33554432000 4194304 9163163 140736968303376 18446744073709551615 7224027 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29542/statm: 820186 719781 1057 1214 0 818968 0
Current children cumulated CPU time (s) 1801.95
Current children cumulated vsize (KiB) 3280744

[startup+1802.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/513 29629
/proc/meminfo: memFree=15434328/32951124 swapFree=65259120/67111528
[pid=29542] ppid=29540 vsize=0 CPUtime=1802.13 cores=1,3,5,7
/proc/29542/stat : 29542 (scip-2.0.1.4b.l) R 29540 29542 29279 0 -1 4203524 5463267 0 0 0 179412 801 0 0 25 0 1 0 836455383 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 1 0 0 0
/proc/29542/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.14
CPU time (s): 1802.18
CPU user time (s): 1794.12
CPU system time (s): 8.05877
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3422180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.12
system time used= 8.05877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5463267
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= 4
involuntary context switches= 1525

runsolver used 8.71767 second user time and 21.9177 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-07 11:53:13
IDJOB=3478779
IDBENCH=89677
IDSOLVER=1948
FILE ID=node144/3478779-1307440391
RUNJOBID= node144-1307436782-29298
PBS_JOBID= 13519944
Free space on /tmp= 73888 MiB

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

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

MD5SUM BENCH= f522aac6d99c68f89e25c943b464d005
RANDOM SEED=1336055959

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.75
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.850
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.83
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.850
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.75
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.850
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.82
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.850
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.75
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18459968 kB
Buffers:         83148 kB
Cached:         221724 kB
SwapCached:      62916 kB
Active:        5461548 kB
Inactive:      8770312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18459968 kB
SwapTotal:    67111528 kB
SwapFree:     65259120 kB
Dirty:           61740 kB
Writeback:           0 kB
AnonPages:    13863804 kB
Mapped:          40868 kB
Slab:           117700 kB
PageTables:      70744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 158325488 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= 73876 MiB
End job on node144 at 2011-06-07 12:23:15