Trace number 3450322

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) 1800.06 1800.02

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_1_40.opb
MD5SUM3f7fb60f05fdea42d317cf95beb113ab
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2496
Sum of products size (including duplicates)4992
Number of different products1248
Sum of products size2496

Solver Data

0.00/0.01	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3450322-1307112897.opb>
0.00/0.01	c original problem has 1448 variables (1448 bin, 0 int, 0 impl, 0 cont) and 1750 constraints
0.00/0.01	c problem read
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.03/0.04	c (round 1) 0 del vars, 1448 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 101 upgd conss, 10184 impls, 199 clqs
0.03/0.05	c (round 2) 1248 del vars, 1448 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 301 upgd conss, 10184 impls, 0 clqs
0.03/0.05	c presolving (3 rounds):
0.03/0.05	c  1248 deleted vars, 1448 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.05	c  10184 implications, 0 cliques
0.03/0.05	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 302 constraints
0.03/0.05	c     201 constraints of type <knapsack>
0.03/0.05	c     100 constraints of type <setppc>
0.03/0.05	c       1 constraints of type <linear>
0.03/0.05	c transformed objective value is always integral (scale: 1)
0.03/0.05	c Presolving Time: 0.04
0.03/0.05	c - non default parameters ----------------------------------------------------------------------
0.03/0.05	c # SCIP version 2.0.1.5
0.03/0.05	c 
0.03/0.05	c # frequency for displaying node information lines
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.05	c display/freq = 10000
0.03/0.05	c 
0.03/0.05	c # maximal time in seconds to run
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.05	c limits/time = 1800
0.03/0.05	c 
0.03/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.05	c limits/memory = 13950
0.03/0.05	c 
0.03/0.05	c # solving stops, if the given number of solutions were found (-1: no limit)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.05	c limits/solutions = 1
0.03/0.05	c 
0.03/0.05	c # maximal number of separation rounds per node (-1: unlimited)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 5]
0.03/0.05	c separating/maxrounds = 1
0.03/0.05	c 
0.03/0.05	c # maximal number of separation rounds in the root node (-1: unlimited)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.05	c separating/maxroundsroot = 5
0.03/0.05	c 
0.03/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.03/0.05	c # [type: int, range: [1,2], default: 1]
0.03/0.05	c timing/clocktype = 2
0.03/0.05	c 
0.03/0.05	c # belongs reading time to solving time?
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c timing/reading = TRUE
0.03/0.05	c 
0.03/0.05	c # should presolving try to simplify inequalities
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/linear/simplifyinequalities = TRUE
0.03/0.05	c 
0.03/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/indicator/addCouplingCons = TRUE
0.03/0.05	c 
0.03/0.05	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.03/0.05	c constraints/knapsack/disaggregation = FALSE
0.03/0.05	c 
0.03/0.05	c # should presolving try to simplify knapsacks
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.05	c 
0.03/0.05	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.05	c presolving/probing/maxrounds = 0
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.05	c heuristics/coefdiving/freq = -1
0.03/0.05	c 
0.03/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.05	c heuristics/coefdiving/maxlpiterquot = 0.075
0.03/0.05	c 
0.03/0.05	c # additional number of allowed LP iterations
0.03/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.05	c heuristics/coefdiving/maxlpiterofs = 1500
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 30]
0.03/0.05	c heuristics/crossover/freq = -1
0.03/0.05	c 
0.03/0.05	c # number of nodes added to the contingent of the total nodes
0.03/0.05	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.03/0.05	c heuristics/crossover/nodesofs = 750
0.03/0.05	c 
0.03/0.05	c # number of nodes without incumbent change that heuristic should wait
0.03/0.05	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.03/0.05	c heuristics/crossover/nwaitingnodes = 100
0.03/0.05	c 
0.03/0.05	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.03/0.05	c # [type: real, range: [0,1], default: 0.1]
0.03/0.05	c heuristics/crossover/nodesquot = 0.15
0.03/0.05	c 
0.03/0.05	c # minimum percentage of integer variables that have to be fixed 
0.03/0.05	c # [type: real, range: [0,1], default: 0.666]
0.03/0.05	c heuristics/crossover/minfixingrate = 0.5
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.05	c heuristics/feaspump/freq = -1
0.03/0.05	c 
0.03/0.05	c # additional number of allowed LP iterations
0.03/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.05	c heuristics/feaspump/maxlpiterofs = 2000
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.05	c heuristics/fracdiving/freq = -1
0.03/0.05	c 
0.03/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.05	c heuristics/fracdiving/maxlpiterquot = 0.075
0.03/0.05	c 
0.03/0.05	c # additional number of allowed LP iterations
0.03/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.05	c heuristics/fracdiving/maxlpiterofs = 1500
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.05	c heuristics/guideddiving/freq = -1
0.03/0.05	c 
0.03/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.05	c heuristics/guideddiving/maxlpiterquot = 0.075
0.03/0.05	c 
0.03/0.05	c # additional number of allowed LP iterations
0.03/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.05	c heuristics/guideddiving/maxlpiterofs = 1500
0.03/0.05	c 
0.03/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.05	c heuristics/intdiving/maxlpiterquot = 0.075
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.05	c heuristics/intshifting/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.05	c heuristics/linesearchdiving/freq = -1
0.03/0.05	c 
0.03/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.05	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.03/0.05	c 
0.03/0.05	c # additional number of allowed LP iterations
0.03/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.05	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.05	c heuristics/objpscostdiving/freq = -1
0.03/0.05	c 
0.03/0.05	c # maximal fraction of diving LP iterations compared to total iteration number
0.03/0.05	c # [type: real, range: [0,1], default: 0.01]
0.03/0.05	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.03/0.05	c 
0.03/0.05	c # additional number of allowed LP iterations
0.03/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.05	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.05	c heuristics/oneopt/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.05	c heuristics/pscostdiving/freq = -1
0.03/0.05	c 
0.03/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.05	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.03/0.05	c 
0.03/0.05	c # additional number of allowed LP iterations
0.03/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.05	c heuristics/pscostdiving/maxlpiterofs = 1500
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.05	c heuristics/rens/freq = -1
0.03/0.05	c 
0.03/0.05	c # minimum percentage of integer variables that have to be fixable 
0.03/0.05	c # [type: real, range: [0,1], default: 0.5]
0.03/0.05	c heuristics/rens/minfixingrate = 0.3
0.03/0.05	c 
0.03/0.05	c # number of nodes added to the contingent of the total nodes
0.03/0.05	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.03/0.05	c heuristics/rens/nodesofs = 2000
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.05	c heuristics/rootsoldiving/freq = -1
0.03/0.05	c 
0.03/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.03/0.05	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.03/0.05	c 
0.03/0.05	c # additional number of allowed LP iterations
0.03/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.05	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.05	c heuristics/rounding/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.05	c heuristics/shiftandpropagate/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.05	c heuristics/shifting/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.05	c heuristics/simplerounding/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.05	c heuristics/subnlp/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.05	c heuristics/trivial/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.05	c heuristics/trysol/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.05	c heuristics/undercover/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.05	c heuristics/veclendiving/freq = -1
0.03/0.05	c 
0.03/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.05	c heuristics/veclendiving/maxlpiterquot = 0.075
0.03/0.05	c 
0.03/0.05	c # additional number of allowed LP iterations
0.03/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.05	c heuristics/veclendiving/maxlpiterofs = 1500
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.05	c heuristics/zirounding/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.05	c separating/cmir/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.05	c separating/flowcover/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.05	c separating/rapidlearning/freq = 0
0.03/0.05	c 
0.03/0.05	c -----------------------------------------------------------------------------------------------
0.03/0.05	c start solving
0.03/0.05	c 
0.03/0.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.03/0.07	c   0.1s|     1 |     0 |   259 |     - |4108k|   0 | 140 | 200 | 302 | 200 | 302 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   325 |     - |4801k|   0 | 177 | 200 | 302 | 200 | 369 |  67 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	c   0.2s|     1 |     0 |   333 |     - |5317k|   0 | 180 | 200 | 302 | 200 | 374 |  72 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   340 |     - |5408k|   0 | 181 | 200 | 302 | 200 | 375 |  73 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.30	c   0.3s|     1 |     0 |   347 |     - |5419k|   0 | 181 | 200 | 302 | 200 | 377 |  75 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |   356 |     - |5425k|   0 | 182 | 200 | 302 | 200 | 378 |  76 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.48/0.56	c   0.6s|     1 |     2 |   356 |     - |5425k|   0 | 182 | 200 | 302 | 200 | 378 |  76 |   0 |  11 | 0.000000e+00 |      --      |    Inf 
59.99/60.02	c  60.0s| 10000 |   113 |374690 |  37.4 |8349k|  41 | 136 | 200 |5913 | 200 | 376 |  76 |8829 |1896 | 0.000000e+00 |      --      |    Inf 
107.39/107.44	c   107s| 20000 |    80 |739031 |  36.9 |9882k|  41 | 141 | 200 |8798 | 200 | 376 |  76 |  18k|2417 | 0.000000e+00 |      --      |    Inf 
153.09/153.15	c   153s| 30000 |    79 |  1088k|  36.3 |  12M|  41 |   - | 200 |  13k| 200 | 376 |  76 |  28k|2959 | 0.000000e+00 |      --      |    Inf 
200.40/200.46	c   200s| 40000 |    93 |  1452k|  36.3 |  13M|  41 |   - | 200 |  15k| 200 | 376 |  76 |  38k|3555 | 0.000000e+00 |      --      |    Inf 
251.91/251.97	c   252s| 50000 |    67 |  1861k|  37.2 |  14M|  41 | 135 | 200 |  17k| 200 | 376 |  76 |  48k|4103 | 0.000000e+00 |      --      |    Inf 
299.40/299.40	c   299s| 60000 |    61 |  2228k|  37.1 |  15M|  41 | 138 | 200 |  18k| 200 | 376 |  76 |  57k|4510 | 0.000000e+00 |      --      |    Inf 
346.40/346.45	c   346s| 70000 |    53 |  2610k|  37.3 |  14M|  41 |   - | 200 |  14k| 200 | 376 |  76 |  68k|4884 | 0.000000e+00 |      --      |    Inf 
389.42/389.46	c   389s| 80000 |    57 |  2954k|  36.9 |  17M|  45 |   - | 200 |  20k| 200 | 376 |  76 |  78k|5258 | 0.000000e+00 |      --      |    Inf 
437.60/437.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
437.60/437.62	c   438s| 90000 |    53 |  3348k|  37.2 |  18M|  45 | 139 | 200 |  24k| 200 | 376 |  76 |  87k|5631 | 0.000000e+00 |      --      |    Inf 
482.80/482.90	c   483s|100000 |    61 |  3725k|  37.2 |  21M|  45 | 140 | 200 |  30k| 200 | 376 |  76 |  98k|5907 | 0.000000e+00 |      --      |    Inf 
528.40/528.43	c   528s|110000 |    66 |  4094k|  37.2 |  24M|  45 |   - | 200 |  35k| 200 | 376 |  76 | 108k|6275 | 0.000000e+00 |      --      |    Inf 
572.80/572.88	c   573s|120000 |    56 |  4454k|  37.1 |  26M|  45 |   - | 200 |  39k| 200 | 376 |  76 | 118k|6469 | 0.000000e+00 |      --      |    Inf 
614.00/614.07	c   614s|130000 |    70 |  4772k|  36.7 |  27M|  45 |   - | 200 |  42k| 200 | 376 |  76 | 127k|6726 | 0.000000e+00 |      --      |    Inf 
657.51/657.53	c   658s|140000 |    65 |  5103k|  36.4 |  30M|  50 |   - | 200 |  48k| 200 | 376 |  76 | 136k|7003 | 0.000000e+00 |      --      |    Inf 
701.60/701.63	c   702s|150000 |    68 |  5432k|  36.2 |  31M|  50 | 134 | 200 |  52k| 200 | 376 |  76 | 146k|7196 | 0.000000e+00 |      --      |    Inf 
747.51/747.55	c   748s|160000 |    64 |  5794k|  36.2 |  22M|  50 | 120 | 200 |  23k| 200 | 376 |  76 | 155k|7387 | 0.000000e+00 |      --      |    Inf 
791.41/791.49	c   791s|170000 |    62 |  6167k|  36.3 |  24M|  50 |   - | 200 |  28k| 200 | 376 |  76 | 164k|7647 | 0.000000e+00 |      --      |    Inf 
837.71/837.79	c   838s|180000 |    53 |  6538k|  36.3 |  22M|  50 | 131 | 200 |  20k| 200 | 376 |  76 | 173k|7859 | 0.000000e+00 |      --      |    Inf 
885.21/885.28	c   885s|190000 |    61 |  6924k|  36.4 |  22M|  50 |   - | 200 |  19k| 200 | 376 |  76 | 183k|8008 | 0.000000e+00 |      --      |    Inf 
930.32/930.34	c   930s|200000 |    79 |  7289k|  36.4 |  25M|  50 | 137 | 200 |  28k| 200 | 376 |  76 | 193k|8221 | 0.000000e+00 |      --      |    Inf 
977.21/977.22	c   977s|210000 |    72 |  7660k|  36.5 |  28M|  50 | 131 | 200 |  36k| 200 | 376 |  76 | 202k|8462 | 0.000000e+00 |      --      |    Inf 
1025.23/1025.22	c  1025s|220000 |    64 |  8033k|  36.5 |  29M|  50 |   - | 200 |  37k| 200 | 376 |  76 | 212k|8659 | 0.000000e+00 |      --      |    Inf 
1069.61/1069.66	c  1070s|230000 |    63 |  8389k|  36.5 |  30M|  50 |   - | 200 |  38k| 200 | 376 |  76 | 221k|8832 | 0.000000e+00 |      --      |    Inf 
1117.31/1117.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1117.31/1117.34	c  1117s|240000 |    65 |  8777k|  36.6 |  32M|  50 | 127 | 200 |  40k| 200 | 376 |  76 | 231k|8965 | 0.000000e+00 |      --      |    Inf 
1164.93/1164.95	c  1165s|250000 |    62 |  9135k|  36.5 |  32M|  50 |   - | 200 |  40k| 200 | 376 |  76 | 241k|9138 | 0.000000e+00 |      --      |    Inf 
1213.22/1213.29	c  1213s|260000 |    60 |  9511k|  36.6 |  28M|  50 |   - | 200 |  28k| 200 | 376 |  76 | 251k|9277 | 0.000000e+00 |      --      |    Inf 
1261.32/1261.33	c  1261s|270000 |    56 |  9892k|  36.6 |  28M|  50 | 134 | 200 |  27k| 200 | 376 |  76 | 261k|9470 | 0.000000e+00 |      --      |    Inf 
1307.62/1307.63	c  1308s|280000 |    57 | 10255k|  36.6 |  31M|  50 | 133 | 200 |  33k| 200 | 376 |  76 | 271k|9634 | 0.000000e+00 |      --      |    Inf 
1356.62/1356.64	c  1357s|290000 |    51 | 10657k|  36.7 |  28M|  50 |   - | 200 |  23k| 200 | 376 |  76 | 280k|9784 | 0.000000e+00 |      --      |    Inf 
1402.12/1402.10	c  1402s|300000 |    49 | 11018k|  36.7 |  27M|  50 |   - | 200 |  21k| 200 | 376 |  76 | 290k|9900 | 0.000000e+00 |      --      |    Inf 
1445.72/1445.73	c  1446s|310000 |    54 | 11366k|  36.7 |  30M|  50 | 134 | 200 |  29k| 200 | 376 |  76 | 299k|  10k| 0.000000e+00 |      --      |    Inf 
1488.72/1488.74	c  1489s|320000 |    54 | 11700k|  36.6 |  30M|  50 |   - | 200 |  29k| 200 | 376 |  76 | 309k|  10k| 0.000000e+00 |      --      |    Inf 
1532.63/1532.63	c  1533s|330000 |    51 | 12038k|  36.5 |  31M|  50 |   - | 200 |  30k| 200 | 376 |  76 | 319k|  10k| 0.000000e+00 |      --      |    Inf 
1575.83/1575.85	c  1576s|340000 |    57 | 12386k|  36.4 |  34M|  53 |   - | 200 |  37k| 200 | 376 |  76 | 329k|  10k| 0.000000e+00 |      --      |    Inf 
1621.23/1621.26	c  1621s|350000 |    58 | 12726k|  36.4 |  37M|  53 | 137 | 200 |  42k| 200 | 376 |  76 | 340k|  10k| 0.000000e+00 |      --      |    Inf 
1669.13/1669.12	c  1669s|360000 |    48 | 13082k|  36.3 |  38M|  53 |   - | 200 |  47k| 200 | 376 |  76 | 350k|  10k| 0.000000e+00 |      --      |    Inf 
1715.23/1715.22	c  1715s|370000 |    47 | 13434k|  36.3 |  36M|  53 | 132 | 200 |  38k| 200 | 376 |  76 | 358k|  10k| 0.000000e+00 |      --      |    Inf 
1762.83/1762.80	c  1763s|380000 |    43 | 13806k|  36.3 |  34M|  53 | 134 | 200 |  33k| 200 | 376 |  76 | 367k|  10k| 0.000000e+00 |      --      |    Inf 
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.01	c Solving Time (sec) : 1800.01
1800.04/1800.01	c Solving Nodes      : 387675
1800.04/1800.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.01	c Gap                : infinite
1800.04/1800.01	s UNKNOWN
1800.04/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.01	c Total Time         :    1800.01
1800.04/1800.01	c   solving          :    1800.01
1800.04/1800.01	c   presolving       :       0.04 (included in solving)
1800.04/1800.01	c   reading          :       0.01 (included in solving)
1800.04/1800.01	c Original Problem   :
1800.04/1800.01	c   Problem name     : HOME/instance-3450322-1307112897.opb
1800.04/1800.01	c   Variables        : 1448 (1448 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.01	c   Constraints      : 1750 initial, 1750 maximal
1800.04/1800.01	c Presolved Problem  :
1800.04/1800.01	c   Problem name     : t_HOME/instance-3450322-1307112897.opb
1800.04/1800.01	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.01	c   Constraints      : 302 initial, 53263 maximal
1800.04/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   dualfix          :       0.00       1248          0          0          0          0          0          0          0          0
1800.04/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   pseudoboolean    :       0.00          0          0          0          0          0       1448          0          0          0
1800.04/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   integral         :          0          0          0     195790          0          1          0        403       3658          0          0     388124
1800.04/1800.01	c   knapsack         :        201          5    1699371          0          1          0     860085          8    1255484        212          0          0
1800.04/1800.01	c   setppc           :        100          5    1699363          0          1          0     502626         11     152291          0          0          0
1800.04/1800.01	c   linear           :          1          5    1699352          0          1          0          0          0          0          0          0          0
1800.04/1800.01	c   logicor          :          0+         0     365525          0          0          0    1334201        652     213810          0          0          0
1800.04/1800.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.04/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.01	c   integral         :     101.02       0.00       0.00     101.02       0.00       0.00       0.00
1800.04/1800.01	c   knapsack         :      10.89       0.01      10.59       0.00       0.00       0.00       0.30
1800.04/1800.01	c   setppc           :       2.14       0.00       2.01       0.00       0.00       0.00       0.13
1800.04/1800.01	c   linear           :       0.66       0.00       0.66       0.00       0.00       0.00       0.00
1800.04/1800.01	c   logicor          :      48.86       0.00      47.63       0.00       0.00       0.00       1.23
1800.04/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.01	c   vbounds          :          0          0          0          0
1800.04/1800.01	c   rootredcost      :          0          0          0          0
1800.04/1800.01	c   pseudoobj        :          0          0          0          0
1800.04/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.01	c   vbounds          :       0.22       0.22       0.00
1800.04/1800.01	c   rootredcost      :       0.24       0.24       0.00
1800.04/1800.01	c   pseudoobj        :       0.16       0.16       0.00
1800.04/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.01	c   propagation      :       0.01        671        654       3190       19.4          2       23.0          -
1800.04/1800.01	c   infeasible LP    :      11.44     192650     192415    1103706       21.4         54       20.1          0
1800.04/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.01	c   applied globally :          -          -          -     375454       19.8          -          -          -
1800.04/1800.01	c   applied locally  :          -          -          -         15       35.1          -          -          -
1800.04/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.01	c   cut pool         :       0.00          4          -          -         20          -    (maximal pool size: 239)
1800.04/1800.01	c   redcost          :       0.59     194781          0          0          0          0
1800.04/1800.01	c   impliedbounds    :       0.00          5          0          0          0          0
1800.04/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.01	c   gomory           :       0.11          5          0          0          0          0
1800.04/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.01	c   strongcg         :       0.10          5          0          0        240          0
1800.04/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.01	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.01	c   rapidlearning    :       0.03          1          0          0          0          0
1800.04/1800.01	c Pricers            :       Time      Calls       Vars
1800.04/1800.01	c   problem variables:       0.00          0          0
1800.04/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   relpscost        :     100.90     195790        403       3658          0          0     388124
1800.04/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   inference        :       0.00          1          0          0          0          0          2
1800.04/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.01	c   LP solutions     :       0.00          -          0
1800.04/1800.01	c   pseudo solutions :       0.00          -          0
1800.04/1800.01	c   trivial          :       0.00          1          0
1800.04/1800.01	c   shiftandpropagate:       0.00          0          0
1800.04/1800.01	c   simplerounding   :       0.00          0          0
1800.04/1800.01	c   zirounding       :       0.00          0          0
1800.04/1800.01	c   rounding         :       0.00          0          0
1800.04/1800.01	c   shifting         :       0.00          0          0
1800.04/1800.01	c   intshifting      :       0.00          0          0
1800.04/1800.01	c   oneopt           :       0.00          0          0
1800.04/1800.01	c   twoopt           :       0.00          0          0
1800.04/1800.01	c   fixandinfer      :       0.00          0          0
1800.04/1800.01	c   feaspump         :       0.00          0          0
1800.04/1800.01	c   clique           :       0.00          0          0
1800.04/1800.01	c   coefdiving       :       0.00          0          0
1800.04/1800.01	c   pscostdiving     :       0.00          0          0
1800.04/1800.01	c   fracdiving       :       0.00          0          0
1800.04/1800.01	c   veclendiving     :       0.00          0          0
1800.04/1800.01	c   intdiving        :       0.00          0          0
1800.04/1800.01	c   actconsdiving    :       0.00          0          0
1800.04/1800.01	c   objpscostdiving  :       0.00          0          0
1800.04/1800.01	c   rootsoldiving    :       0.00          0          0
1800.04/1800.01	c   linesearchdiving :       0.00          0          0
1800.04/1800.01	c   guideddiving     :       0.00          0          0
1800.04/1800.01	c   octane           :       0.00          0          0
1800.04/1800.01	c   rens             :       0.00          0          0
1800.04/1800.01	c   rins             :       0.00          0          0
1800.04/1800.01	c   localbranching   :       0.00          0          0
1800.04/1800.01	c   mutation         :       0.00          0          0
1800.04/1800.01	c   crossover        :       0.00          0          0
1800.04/1800.01	c   dins             :       0.00          0          0
1800.04/1800.01	c   vbounds          :       0.00          0          0
1800.04/1800.01	c   undercover       :       0.00          0          0
1800.04/1800.01	c   subnlp           :       0.00          0          0
1800.04/1800.01	c   trysol           :       0.00          0          0
1800.04/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.01	c   dual LP          :    1550.62     388417   14104139      36.31    9095.83
1800.04/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.01	c   strong branching :      94.60      10974     768559      70.03    8123.88
1800.04/1800.01	c     (at root node) :          -         11       1197     108.82          -
1800.04/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.01	c B&B Tree           :
1800.04/1800.01	c   number of runs   :          1
1800.04/1800.01	c   nodes            :     387675
1800.04/1800.01	c   nodes (total)    :     387675
1800.04/1800.01	c   nodes left       :         44
1800.04/1800.01	c   max depth        :         53
1800.04/1800.01	c   max depth (total):         53
1800.04/1800.01	c   backtracks       :      36898 (9.5%)
1800.04/1800.01	c   delayed cutoffs  :        408
1800.04/1800.01	c   repropagations   :     923234 (217885 domain reductions, 112 cutoffs)
1800.04/1800.01	c   avg switch length:       6.05
1800.04/1800.01	c   switching time   :      40.63
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :          0 (0 improvements)
1800.04/1800.01	c   Primal Bound     :          -
1800.04/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.01	c   Gap              :   infinite
1800.04/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :        356

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-3450322-1307112897/watcher-3450322-1307112897 -o /tmp/evaluation-result-3450322-1307112897/solver-3450322-1307112897 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450322-1307112897.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.03 2.00 3/488 12216
/proc/meminfo: memFree=21440160/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=12120 CPUtime=0 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 1982 0 0 0 0 0 0 0 25 0 1 0 555480985 12410880 1935 33554432000 4194304 9163163 140735221419856 18446744073709551615 8041965 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12216/statm: 3030 1948 378 1214 0 1812 0

[startup+0.047642 s]
/proc/loadavg: 2.00 2.03 2.00 3/488 12216
/proc/meminfo: memFree=21440160/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=23004 CPUtime=0.03 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 4778 0 0 0 3 0 0 0 25 0 1 0 555480985 23556096 4473 33554432000 4194304 9163163 140735221419856 18446744073709551615 6923170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 5751 4473 528 1214 0 4533 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23004

[startup+0.100636 s]
/proc/loadavg: 2.00 2.03 2.00 3/488 12216
/proc/meminfo: memFree=21440160/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=24860 CPUtime=0.09 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 5439 0 0 0 9 0 0 0 18 0 1 0 555480985 25456640 5134 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 6215 5134 676 1214 0 4997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24860

[startup+0.300598 s]
/proc/loadavg: 2.00 2.03 2.00 3/488 12216
/proc/meminfo: memFree=21440160/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=27196 CPUtime=0.29 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 8713 0 0 0 28 1 0 0 18 0 1 0 555480985 27848704 5769 33554432000 4194304 9163163 140735221419856 18446744073709551615 6923176 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 6799 5769 713 1214 0 5581 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27196

[startup+0.700538 s]
/proc/loadavg: 2.00 2.03 2.00 3/488 12216
/proc/meminfo: memFree=21440160/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=27580 CPUtime=0.69 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 8805 0 0 0 67 2 0 0 18 0 1 0 555480985 28241920 5861 33554432000 4194304 9163163 140735221419856 18446744073709551615 7390010 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 6895 5861 716 1214 0 5677 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27580

[startup+1.50038 s]
/proc/loadavg: 2.00 2.03 2.00 3/489 12217
/proc/meminfo: memFree=21418700/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=27720 CPUtime=1.49 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 8844 0 0 0 145 4 0 0 19 0 1 0 555480985 28385280 5900 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 6930 5900 716 1214 0 5712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27720

[startup+3.10012 s]
/proc/loadavg: 2.00 2.03 2.00 3/489 12217
/proc/meminfo: memFree=21417776/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=27720 CPUtime=3.09 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 8844 0 0 0 301 8 0 0 25 0 1 0 555480985 28385280 5900 33554432000 4194304 9163163 140735221419856 18446744073709551615 7390108 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 6930 5900 716 1214 0 5712 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27720

[startup+6.30055 s]
/proc/loadavg: 2.00 2.03 2.00 3/489 12217
/proc/meminfo: memFree=21417188/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=27720 CPUtime=6.29 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 8846 0 0 0 614 15 0 0 25 0 1 0 555480985 28385280 5902 33554432000 4194304 9163163 140735221419856 18446744073709551615 7390296 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 6930 5902 717 1214 0 5712 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27720

[startup+12.7004 s]
/proc/loadavg: 2.00 2.03 2.00 3/489 12217
/proc/meminfo: memFree=21416696/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=27720 CPUtime=12.69 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 8847 0 0 0 1239 30 0 0 25 0 1 0 555480985 28385280 5903 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 6930 5903 717 1214 0 5712 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27720

[startup+25.5002 s]
/proc/loadavg: 2.00 2.03 2.00 3/489 12218
/proc/meminfo: memFree=21415220/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=29400 CPUtime=25.49 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 9264 0 0 0 2482 67 0 0 25 0 1 0 555480985 30105600 6320 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 7350 6320 717 1214 0 6132 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29400

[startup+51.1006 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 12220
/proc/meminfo: memFree=21413404/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=31128 CPUtime=51.09 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 9711 0 0 0 4968 141 0 0 25 0 1 0 555480985 31875072 6767 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 7782 6767 717 1214 0 6564 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 31128

[startup+102.318 s]
/proc/loadavg: 2.16 2.05 2.01 3/489 12223
/proc/meminfo: memFree=21408548/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=34312 CPUtime=102.31 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 10504 0 0 0 9948 283 0 0 25 0 1 0 555480985 35135488 7560 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 8578 7560 717 1214 0 7360 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 34312

[startup+162.301 s]
/proc/loadavg: 2.13 2.06 2.01 3/489 12224
/proc/meminfo: memFree=21403448/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=39720 CPUtime=162.29 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 11848 0 0 0 15772 457 0 0 25 0 1 0 555480985 40673280 8904 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 9930 8904 717 1214 0 8712 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 39720

[startup+222.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/489 12226
/proc/meminfo: memFree=21402412/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=42308 CPUtime=222.29 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 12486 0 0 0 21601 628 0 0 25 0 1 0 555480985 43323392 9542 33554432000 4194304 9163163 140735221419856 18446744073709551615 7390504 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 10577 9542 717 1214 0 9359 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 42308

[startup+282.301 s]
/proc/loadavg: 2.16 2.07 2.01 3/489 12228
/proc/meminfo: memFree=21400516/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=44304 CPUtime=282.29 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 12968 0 0 0 27435 794 0 0 25 0 1 0 555480985 45367296 10024 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 11076 10024 717 1214 0 9858 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 44304

[startup+342.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/489 12229
/proc/meminfo: memFree=21396868/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=47752 CPUtime=342.3 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 13805 0 0 0 33263 967 0 0 25 0 1 0 555480985 48898048 10861 33554432000 4194304 9163163 140735221419856 18446744073709551615 7390360 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 11938 10861 717 1214 0 10720 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 47752

[startup+402.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/489 12240
/proc/meminfo: memFree=21395532/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=48500 CPUtime=402.29 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 13977 0 0 0 39101 1128 0 0 25 0 1 0 555480985 49664000 11033 33554432000 4194304 9163163 140735221419856 18446744073709551615 7390316 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 12125 11033 717 1214 0 10907 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 48500

[startup+462.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/489 12241
/proc/meminfo: memFree=21390536/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=51776 CPUtime=462.3 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 14767 0 0 0 44923 1307 0 0 25 0 1 0 555480985 53018624 11823 33554432000 4194304 9163163 140735221419856 18446744073709551615 7379342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 12944 11823 717 1214 0 11726 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 51776

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/489 12243
/proc/meminfo: memFree=21383680/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=57096 CPUtime=522.3 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 16051 0 0 0 50752 1478 0 0 25 0 1 0 555480985 58466304 13107 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 14274 13107 717 1214 0 13056 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 57096

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 12245
/proc/meminfo: memFree=21377184/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=61548 CPUtime=582.3 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 17005 0 0 0 56590 1640 0 0 25 0 1 0 555480985 63025152 14061 33554432000 4194304 9163163 140735221419856 18446744073709551615 7390504 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 15387 14061 717 1214 0 14169 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 61548

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/489 12251
/proc/meminfo: memFree=21359456/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=70924 CPUtime=822.31 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 19136 0 0 0 79933 2298 0 0 25 0 1 0 555480985 72626176 16192 33554432000 4194304 9163163 140735221419856 18446744073709551615 7390076 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 17731 16192 717 1214 0 16513 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 70924

[startup+882.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/489 12253
/proc/meminfo: memFree=21358304/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=70924 CPUtime=882.31 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 19151 0 0 0 85772 2459 0 0 25 0 1 0 555480985 72626176 16207 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 17731 16207 717 1214 0 16513 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 70924

[startup+942.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/489 12254
/proc/meminfo: memFree=21354800/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=71708 CPUtime=942.32 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 19334 0 0 0 91602 2630 0 0 25 0 1 0 555480985 73428992 16390 33554432000 4194304 9163163 140735221419856 18446744073709551615 7373527 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 17927 16390 717 1214 0 16709 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 71708

[startup+1002.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/489 12256
/proc/meminfo: memFree=21350924/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=72892 CPUtime=1002.31 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 19628 0 0 0 97439 2792 0 0 25 0 1 0 555480985 74641408 16684 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 18223 16684 717 1214 0 17005 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 72892

[startup+1062.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/489 12257
/proc/meminfo: memFree=21348664/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=75344 CPUtime=1062.31 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 19866 0 0 0 103279 2952 0 0 25 0 1 0 555480985 77152256 16922 33554432000 4194304 9163163 140735221419856 18446744073709551615 7379398 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 18836 16922 717 1214 0 17618 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 75344

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 12259
/proc/meminfo: memFree=21345040/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=77480 CPUtime=1122.32 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 20146 0 0 0 109108 3124 0 0 25 0 1 0 555480985 79339520 17202 33554432000 4194304 9163163 140735221419856 18446744073709551615 7390145 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 19370 17202 717 1214 0 18152 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 77480

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 12261
/proc/meminfo: memFree=21342760/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=77480 CPUtime=1182.32 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 20162 0 0 0 114950 3282 0 0 25 0 1 0 555480985 79339520 17218 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 19370 17218 717 1214 0 18152 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 77480

[startup+1242.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/489 12262
/proc/meminfo: memFree=21340976/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=77884 CPUtime=1242.32 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 20222 0 0 0 120785 3447 0 0 25 0 1 0 555480985 79753216 17278 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 19471 17278 717 1214 0 18253 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 77884

[startup+1302.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/489 12264
/proc/meminfo: memFree=21339820/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=77884 CPUtime=1302.33 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 20255 0 0 0 126629 3604 0 0 25 0 1 0 555480985 79753216 17311 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 19471 17311 717 1214 0 18253 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 77884

[startup+1362.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/489 12265
/proc/meminfo: memFree=21336812/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=78784 CPUtime=1362.32 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 20502 0 0 0 132465 3767 0 0 25 0 1 0 555480985 80674816 17558 33554432000 4194304 9163163 140735221419856 18446744073709551615 7389040 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 19696 17558 717 1214 0 18478 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 78784

[startup+1422.32 s]
/proc/loadavg: 2.12 2.06 2.01 3/489 12267
/proc/meminfo: memFree=21335912/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=78784 CPUtime=1422.34 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 20503 0 0 0 138304 3930 0 0 25 0 1 0 555480985 80674816 17559 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 19696 17559 717 1214 0 18478 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 78784

[startup+1482.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/489 12269
/proc/meminfo: memFree=21334160/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=79396 CPUtime=1482.32 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 20636 0 0 0 144154 4078 0 0 25 0 1 0 555480985 81301504 17692 33554432000 4194304 9163163 140735221419856 18446744073709551615 4207264 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 19849 17692 717 1214 0 18631 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 79396

[startup+1542.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/489 12270
/proc/meminfo: memFree=21336472/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=79396 CPUtime=1542.33 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 20673 0 0 0 150004 4229 0 0 25 0 1 0 555480985 81301504 17729 33554432000 4194304 9163163 140735221419856 18446744073709551615 7390821 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 19849 17729 717 1214 0 18631 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 79396

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/489 12272
/proc/meminfo: memFree=21333468/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=81044 CPUtime=1602.32 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 20891 0 0 0 155844 4388 0 0 25 0 1 0 555480985 82989056 17947 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 20261 17947 717 1214 0 19043 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 81044

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/489 12273
/proc/meminfo: memFree=21332280/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=81044 CPUtime=1662.33 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 21035 0 0 0 161696 4537 0 0 25 0 1 0 555480985 82989056 18091 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 20261 18091 717 1214 0 19043 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 81044

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 12275
/proc/meminfo: memFree=21328776/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=82760 CPUtime=1722.33 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 21387 0 0 0 167533 4700 0 0 25 0 1 0 555480985 84746240 18443 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 20690 18443 717 1214 0 19472 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 82760

[startup+1782.3 s]
/proc/loadavg: 1.96 2.00 1.99 3/489 12305
/proc/meminfo: memFree=21308308/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=83012 CPUtime=1782.33 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 21503 0 0 0 173342 4891 0 0 25 0 1 0 555480985 85004288 18559 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 20753 18559 717 1214 0 19535 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 83012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.97 2.00 1.99 3/489 12305
/proc/meminfo: memFree=21304936/32951124 swapFree=46575304/67111528
[pid=12216] ppid=12214 vsize=83012 CPUtime=1800.04 cores=1,3,5,7
/proc/12216/stat : 12216 (scip-2.0.1.4b.l) R 12214 12216 5006 0 -1 4202496 21521 0 0 0 175052 4952 0 0 25 0 1 0 555480985 85004288 18577 33554432000 4194304 9163163 140735221419856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12216/statm: 20753 18577 718 1214 0 19535 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 83012

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.06
CPU user time (s): 1750.53
CPU system time (s): 49.5295
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 83012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1750.53
system time used= 49.5295
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21524
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= 4119

runsolver used 8.21675 second user time and 19.632 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-03 16:54:57
IDJOB=3450322
IDBENCH=48351
IDSOLVER=1948
FILE ID=node107/3450322-1307112897
RUNJOBID= node107-1307109233-11868
PBS_JOBID= 13497967
Free space on /tmp= 73852 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_1_40.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-3450322-1307112897/watcher-3450322-1307112897 -o /tmp/evaluation-result-3450322-1307112897/solver-3450322-1307112897 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450322-1307112897.opb -t 1800 -m 15500

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

MD5SUM BENCH= 3f7fb60f05fdea42d317cf95beb113ab
RANDOM SEED=1133823025

node107.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.829
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.65
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.829
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	: 5332.75
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21440316 kB
Buffers:        312668 kB
Cached:        2089136 kB
SwapCached:      22548 kB
Active:        9209992 kB
Inactive:      1950076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21440316 kB
SwapTotal:    67111528 kB
SwapFree:     46575304 kB
Dirty:           16316 kB
Writeback:           0 kB
AnonPages:     8753272 kB
Mapped:          35836 kB
Slab:           186400 kB
PageTables:      94648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145157748 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 node107 at 2011-06-03 17:24:59