Trace number 3488253

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_2 2011-06-10 (fixed)? 1797.1 1797.06

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_5_40.opb
MD5SUM813576a353dee8860ef5bb1ebdae9d95
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)2504
Sum of products size (including duplicates)5008
Number of different products1252
Sum of products size2504

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.5]
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-3488253-1307788728.opb>
0.00/0.01	c original problem has 1452 variables (1452 bin, 0 int, 0 impl, 0 cont) and 1754 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.01	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1652 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 101 upgd conss, 10216 impls, 199 clqs
0.00/0.05	c (round 2) 1252 del vars, 1652 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 301 upgd conss, 10216 impls, 0 clqs
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  1252 deleted vars, 1652 deleted constraints, 200 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  10216 implications, 0 cliques
0.00/0.05	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 302 constraints
0.00/0.05	c     201 constraints of type <knapsack>
0.00/0.05	c     100 constraints of type <setppc>
0.00/0.05	c       1 constraints of type <linear>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.0.1.5
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1797
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c limits/solutions = 1
0.00/0.05	c 
0.00/0.05	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.05	c separating/maxrounds = 1
0.00/0.05	c 
0.00/0.05	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/maxroundsroot = 5
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.05	c constraints/knapsack/disaggregation = FALSE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c presolving/probing/maxrounds = 0
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/coefdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.05	c heuristics/crossover/freq = -1
0.00/0.05	c 
0.00/0.05	c # number of nodes added to the contingent of the total nodes
0.00/0.05	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.05	c heuristics/crossover/nodesofs = 750
0.00/0.05	c 
0.00/0.05	c # number of nodes without incumbent change that heuristic should wait
0.00/0.05	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.05	c heuristics/crossover/nwaitingnodes = 100
0.00/0.05	c 
0.00/0.05	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.05	c # [type: real, range: [0,1], default: 0.1]
0.00/0.05	c heuristics/crossover/nodesquot = 0.15
0.00/0.05	c 
0.00/0.05	c # minimum percentage of integer variables that have to be fixed 
0.00/0.05	c # [type: real, range: [0,1], default: 0.666]
0.00/0.05	c heuristics/crossover/minfixingrate = 0.5
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.05	c heuristics/feaspump/freq = -1
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/fracdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/guideddiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/intshifting/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/linesearchdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.05	c heuristics/objpscostdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.05	c # [type: real, range: [0,1], default: 0.01]
0.00/0.05	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/oneopt/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/pscostdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05	c heuristics/rens/freq = -1
0.00/0.05	c 
0.00/0.05	c # minimum percentage of integer variables that have to be fixable 
0.00/0.05	c # [type: real, range: [0,1], default: 0.5]
0.00/0.05	c heuristics/rens/minfixingrate = 0.3
0.00/0.05	c 
0.00/0.05	c # number of nodes added to the contingent of the total nodes
0.00/0.05	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.05	c heuristics/rens/nodesofs = 2000
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.05	c heuristics/rootsoldiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.05	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/rounding/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05	c heuristics/shiftandpropagate/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/shifting/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/simplerounding/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/subnlp/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05	c heuristics/trivial/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/trysol/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05	c heuristics/undercover/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/veclendiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/zirounding/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05	c separating/cmir/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05	c separating/flowcover/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/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.00/0.07	c   0.1s|     1 |     0 |   309 |     - |4118k|   0 | 143 | 200 | 302 | 200 | 302 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   362 |     - |4758k|   0 | 174 | 200 | 303 | 200 | 353 |  51 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	c   0.2s|     1 |     0 |   369 |     - |5307k|   0 | 178 | 200 | 303 | 200 | 358 |  56 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   371 |     - |5478k|   0 | 177 | 200 | 303 | 200 | 359 |  57 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.29	c   0.3s|     1 |     0 |   376 |     - |5559k|   0 | 178 | 200 | 303 | 200 | 360 |  58 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   385 |     - |5567k|   0 | 177 | 200 | 303 | 200 | 362 |  60 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   385 |     - |5567k|   0 | 177 | 200 | 303 | 200 | 362 |  60 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
51.39/51.46	c  51.5s| 10000 |   146 |324766 |  32.4 |8996k|  35 |   - | 200 |6986 | 200 | 360 |  60 |8888 |1778 | 0.000000e+00 |      --      |    Inf 
92.49/92.54	c  92.5s| 20000 |   134 |647992 |  32.4 |  11M|  35 | 135 | 200 |  12k| 200 | 360 |  60 |  18k|2276 | 0.000000e+00 |      --      |    Inf 
137.00/137.08	c   137s| 30000 |   102 |982994 |  32.8 |  11M|  39 | 130 | 200 |  11k| 200 | 360 |  60 |  28k|2989 | 0.000000e+00 |      --      |    Inf 
179.69/179.74	c   180s| 40000 |    67 |  1306k|  32.6 |  12M|  41 |   - | 200 |  14k| 200 | 360 |  60 |  38k|3559 | 0.000000e+00 |      --      |    Inf 
220.30/220.33	c   220s| 50000 |    76 |  1612k|  32.2 |  15M|  41 |   - | 200 |  18k| 200 | 360 |  60 |  47k|4068 | 0.000000e+00 |      --      |    Inf 
263.90/263.96	c   264s| 60000 |    55 |  1941k|  32.4 |  16M|  41 | 131 | 200 |  20k| 200 | 360 |  60 |  57k|4542 | 0.000000e+00 |      --      |    Inf 
308.40/308.43	c   308s| 70000 |    42 |  2286k|  32.7 |  18M|  41 |   - | 200 |  24k| 200 | 360 |  60 |  67k|4922 | 0.000000e+00 |      --      |    Inf 
352.09/352.17	c   352s| 80000 |    51 |  2627k|  32.8 |  19M|  41 |   - | 200 |  25k| 200 | 360 |  60 |  77k|5265 | 0.000000e+00 |      --      |    Inf 
396.60/396.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
396.60/396.67	c   397s| 90000 |    52 |  2975k|  33.1 |  18M|  41 |   - | 200 |  23k| 200 | 360 |  60 |  88k|5700 | 0.000000e+00 |      --      |    Inf 
438.20/438.22	c   438s|100000 |    73 |  3307k|  33.1 |  21M|  41 | 134 | 200 |  30k| 200 | 360 |  60 |  98k|5961 | 0.000000e+00 |      --      |    Inf 
482.01/482.05	c   482s|110000 |    52 |  3654k|  33.2 |  21M|  41 | 124 | 200 |  28k| 200 | 360 |  60 | 108k|6321 | 0.000000e+00 |      --      |    Inf 
526.60/526.64	c   527s|120000 |    56 |  4003k|  33.4 |  22M|  41 | 131 | 200 |  29k| 200 | 360 |  60 | 118k|6612 | 0.000000e+00 |      --      |    Inf 
572.71/572.70	c   573s|130000 |    52 |  4379k|  33.7 |  21M|  41 | 132 | 200 |  24k| 200 | 360 |  60 | 128k|6908 | 0.000000e+00 |      --      |    Inf 
619.21/619.21	c   619s|140000 |    59 |  4769k|  34.1 |  22M|  41 | 129 | 200 |  25k| 200 | 360 |  60 | 137k|7105 | 0.000000e+00 |      --      |    Inf 
664.31/664.33	c   664s|150000 |    62 |  5140k|  34.3 |  22M|  41 | 130 | 200 |  24k| 200 | 360 |  60 | 147k|7421 | 0.000000e+00 |      --      |    Inf 
706.71/706.70	c   707s|160000 |    63 |  5474k|  34.2 |  24M|  43 | 132 | 200 |  31k| 200 | 360 |  60 | 156k|7586 | 0.000000e+00 |      --      |    Inf 
751.61/751.61	c   752s|170000 |    50 |  5830k|  34.3 |  23M|  46 | 135 | 200 |  25k| 200 | 360 |  60 | 166k|7797 | 0.000000e+00 |      --      |    Inf 
799.11/799.13	c   799s|180000 |    56 |  6229k|  34.6 |  24M|  46 |   - | 200 |  26k| 200 | 360 |  60 | 176k|8109 | 0.000000e+00 |      --      |    Inf 
841.01/841.00	c   841s|190000 |    62 |  6560k|  34.5 |  24M|  46 | 136 | 200 |  27k| 200 | 360 |  60 | 185k|8292 | 0.000000e+00 |      --      |    Inf 
884.71/884.76	c   885s|200000 |    58 |  6899k|  34.5 |  24M|  46 | 130 | 200 |  27k| 200 | 360 |  60 | 194k|8474 | 0.000000e+00 |      --      |    Inf 
927.52/927.53	c   928s|210000 |    62 |  7248k|  34.5 |  24M|  46 |   - | 200 |  26k| 200 | 360 |  60 | 204k|8640 | 0.000000e+00 |      --      |    Inf 
971.92/971.99	c   972s|220000 |    51 |  7606k|  34.6 |  27M|  46 |   - | 200 |  34k| 200 | 360 |  60 | 214k|8850 | 0.000000e+00 |      --      |    Inf 
1016.42/1016.42	c  1016s|230000 |    55 |  7944k|  34.5 |  27M|  46 | 121 | 200 |  34k| 200 | 360 |  60 | 224k|9054 | 0.000000e+00 |      --      |    Inf 
1059.72/1059.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1059.72/1059.71	c  1060s|240000 |    45 |  8308k|  34.6 |  28M|  46 | 133 | 200 |  33k| 200 | 360 |  60 | 235k|9173 | 0.000000e+00 |      --      |    Inf 
1104.82/1104.84	c  1105s|250000 |    39 |  8681k|  34.7 |  26M|  46 | 139 | 200 |  27k| 200 | 360 |  60 | 245k|9290 | 0.000000e+00 |      --      |    Inf 
1149.42/1149.40	c  1149s|260000 |    50 |  9048k|  34.8 |  25M|  46 | 139 | 200 |  24k| 200 | 360 |  60 | 255k|9483 | 0.000000e+00 |      --      |    Inf 
1192.02/1192.07	c  1192s|270000 |    40 |  9401k|  34.8 |  27M|  46 |   - | 200 |  28k| 200 | 360 |  60 | 265k|9630 | 0.000000e+00 |      --      |    Inf 
1236.43/1236.42	c  1236s|280000 |    38 |  9775k|  34.9 |  26M|  46 |   - | 200 |  26k| 200 | 360 |  60 | 275k|9726 | 0.000000e+00 |      --      |    Inf 
1284.92/1284.91	c  1285s|290000 |    42 | 10186k|  35.1 |  29M|  46 |   - | 200 |  33k| 200 | 360 |  60 | 284k|9908 | 0.000000e+00 |      --      |    Inf 
1331.42/1331.48	c  1331s|300000 |    39 | 10555k|  35.2 |  30M|  46 | 139 | 200 |  36k| 200 | 360 |  60 | 293k|  10k| 0.000000e+00 |      --      |    Inf 
1380.02/1380.05	c  1380s|310000 |    36 | 10953k|  35.3 |  30M|  46 | 133 | 200 |  34k| 200 | 360 |  60 | 303k|  10k| 0.000000e+00 |      --      |    Inf 
1425.53/1425.52	c  1426s|320000 |    34 | 11324k|  35.4 |  30M|  46 |   - | 200 |  32k| 200 | 360 |  60 | 313k|  10k| 0.000000e+00 |      --      |    Inf 
1471.33/1471.37	c  1471s|330000 |    35 | 11688k|  35.4 |  29M|  46 | 138 | 200 |  29k| 200 | 360 |  60 | 324k|  10k| 0.000000e+00 |      --      |    Inf 
1511.73/1511.73	c  1512s|340000 |    40 | 12017k|  35.3 |  31M|  46 | 133 | 200 |  35k| 200 | 360 |  60 | 333k|  10k| 0.000000e+00 |      --      |    Inf 
1554.23/1554.27	c  1554s|350000 |    35 | 12353k|  35.3 |  31M|  46 | 132 | 200 |  33k| 200 | 360 |  60 | 343k|  10k| 0.000000e+00 |      --      |    Inf 
1596.53/1596.54	c  1597s|360000 |    36 | 12688k|  35.2 |  32M|  46 | 131 | 200 |  36k| 200 | 360 |  60 | 353k|  10k| 0.000000e+00 |      --      |    Inf 
1640.23/1640.20	c  1640s|370000 |    39 | 13033k|  35.2 |  35M|  46 | 134 | 200 |  45k| 200 | 360 |  60 | 363k|  10k| 0.000000e+00 |      --      |    Inf 
1683.03/1683.08	c  1683s|380000 |    34 | 13357k|  35.2 |  38M|  47 | 141 | 200 |  53k| 200 | 360 |  60 | 372k|  10k| 0.000000e+00 |      --      |    Inf 
1729.83/1729.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1729.83/1729.87	c  1730s|390000 |    35 | 13720k|  35.2 |  35M|  47 | 133 | 200 |  41k| 200 | 360 |  60 | 382k|  11k| 0.000000e+00 |      --      |    Inf 
1778.43/1778.43	c  1778s|400000 |    31 | 14108k|  35.3 |  35M|  47 |   - | 200 |  42k| 200 | 360 |  60 | 392k|  11k| 0.000000e+00 |      --      |    Inf 
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 403790
1797.03/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.03/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.03/1797.00	c Gap                : infinite
1797.03/1797.00	s UNKNOWN
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Total Time         :    1797.00
1797.03/1797.00	c   solving          :    1797.00
1797.03/1797.00	c   presolving       :       0.04 (included in solving)
1797.03/1797.00	c   reading          :       0.01 (included in solving)
1797.03/1797.00	c Original Problem   :
1797.03/1797.00	c   Problem name     : HOME/instance-3488253-1307788728.opb
1797.03/1797.00	c   Variables        : 1452 (1452 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 1754 initial, 1754 maximal
1797.03/1797.00	c Presolved Problem  :
1797.03/1797.00	c   Problem name     : t_HOME/instance-3488253-1307788728.opb
1797.03/1797.00	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 302 initial, 53423 maximal
1797.03/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   dualfix          :       0.00       1252          0          0          0          0          0          0          0          0
1797.03/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   pseudoboolean    :       0.00          0          0          0          0          0       1652        200          0          0
1797.03/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   integral         :          0          0          0     203794          0          1          0        423       3855          0          0     404166
1797.03/1797.00	c   knapsack         :        201          5    1682903          0          1          0     750234          6    1161451        186          0          0
1797.03/1797.00	c   setppc           :        100          5    1682897          0          1          0     503787          6     148907          0          0          0
1797.03/1797.00	c   linear           :          1+         6    1682891          0          1          0          0          0          0          0          0          0
1797.03/1797.00	c   logicor          :          0+         0     387458          0          0          0    1262113        793     226958          0          0          0
1797.03/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.03/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.00	c   integral         :      96.38       0.00       0.00      96.38       0.00       0.00       0.00
1797.03/1797.00	c   knapsack         :      10.24       0.01       9.98       0.00       0.00       0.00       0.25
1797.03/1797.00	c   setppc           :       2.05       0.00       1.92       0.00       0.00       0.00       0.13
1797.03/1797.00	c   linear           :       0.65       0.00       0.65       0.00       0.00       0.00       0.00
1797.03/1797.00	c   logicor          :      46.90       0.00      45.79       0.00       0.00       0.00       1.11
1797.03/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.00	c   vbounds          :          0          0          0          0
1797.03/1797.00	c   rootredcost      :          0          0          0          0
1797.03/1797.00	c   pseudoobj        :          0          0          0          0
1797.03/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.00	c   vbounds          :       0.22       0.22       0.00
1797.03/1797.00	c   rootredcost      :       0.22       0.22       0.00
1797.03/1797.00	c   pseudoobj        :       0.16       0.16       0.00
1797.03/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.00	c   propagation      :       0.02        805        784       4032       18.4          2       18.0          -
1797.03/1797.00	c   infeasible LP    :      11.70     200653     200262    1138746       19.9         61       19.8          0
1797.03/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.00	c   applied globally :          -          -          -     396057       18.8          -          -          -
1797.03/1797.00	c   applied locally  :          -          -          -         23       35.7          -          -          -
1797.03/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.00	c   cut pool         :       0.00          4          -          -          9          -    (maximal pool size: 261)
1797.03/1797.00	c   redcost          :       0.60     202864          0          0          0          0
1797.03/1797.00	c   impliedbounds    :       0.00          5          0          0          0          0
1797.03/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.00	c   gomory           :       0.11          5          0          0          0          0
1797.03/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.00	c   strongcg         :       0.10          5          0          0        261          0
1797.03/1797.00	c   cmir             :       0.00          0          0          0          0          0
1797.03/1797.00	c   flowcover        :       0.00          0          0          0          0          0
1797.03/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.03/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.00	c   rapidlearning    :       0.02          1          0          0          0          1
1797.03/1797.00	c Pricers            :       Time      Calls       Vars
1797.03/1797.00	c   problem variables:       0.00          0          0
1797.03/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   relpscost        :      96.27     203794        423       3855          0          0     404166
1797.03/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.03/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.00	c   LP solutions     :       0.00          -          0
1797.03/1797.00	c   pseudo solutions :       0.00          -          0
1797.03/1797.00	c   trivial          :       0.00          1          0
1797.03/1797.00	c   shiftandpropagate:       0.00          0          0
1797.03/1797.00	c   simplerounding   :       0.00          0          0
1797.03/1797.00	c   zirounding       :       0.00          0          0
1797.03/1797.00	c   rounding         :       0.00          0          0
1797.03/1797.00	c   shifting         :       0.00          0          0
1797.03/1797.00	c   intshifting      :       0.00          0          0
1797.03/1797.00	c   oneopt           :       0.00          0          0
1797.03/1797.00	c   twoopt           :       0.00          0          0
1797.03/1797.00	c   fixandinfer      :       0.00          0          0
1797.03/1797.00	c   feaspump         :       0.00          0          0
1797.03/1797.00	c   clique           :       0.00          0          0
1797.03/1797.00	c   coefdiving       :       0.00          0          0
1797.03/1797.00	c   pscostdiving     :       0.00          0          0
1797.03/1797.00	c   fracdiving       :       0.00          0          0
1797.03/1797.00	c   veclendiving     :       0.00          0          0
1797.03/1797.00	c   intdiving        :       0.00          0          0
1797.03/1797.00	c   actconsdiving    :       0.00          0          0
1797.03/1797.00	c   objpscostdiving  :       0.00          0          0
1797.03/1797.00	c   rootsoldiving    :       0.00          0          0
1797.03/1797.00	c   linesearchdiving :       0.00          0          0
1797.03/1797.00	c   guideddiving     :       0.00          0          0
1797.03/1797.00	c   octane           :       0.00          0          0
1797.03/1797.00	c   rens             :       0.00          0          0
1797.03/1797.00	c   rins             :       0.00          0          0
1797.03/1797.00	c   localbranching   :       0.00          0          0
1797.03/1797.00	c   mutation         :       0.00          0          0
1797.03/1797.00	c   crossover        :       0.00          0          0
1797.03/1797.00	c   dins             :       0.00          0          0
1797.03/1797.00	c   vbounds          :       0.00          0          0
1797.03/1797.00	c   undercover       :       0.00          0          0
1797.03/1797.00	c   subnlp           :       0.00          0          0
1797.03/1797.00	c   trysol           :       0.00          0          0
1797.03/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.03/1797.00	c   dual LP          :    1553.52     404409   14266719      35.28    9183.49
1797.03/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1797.03/1797.00	c   strong branching :      89.90      11282     739970      65.59    8230.61
1797.03/1797.00	c     (at root node) :          -         10        909      90.90          -
1797.03/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.00	c B&B Tree           :
1797.03/1797.00	c   number of runs   :          1
1797.03/1797.00	c   nodes            :     403790
1797.03/1797.00	c   nodes (total)    :     403790
1797.03/1797.00	c   nodes left       :         32
1797.03/1797.00	c   max depth        :         47
1797.03/1797.00	c   max depth (total):         47
1797.03/1797.00	c   backtracks       :      41475 (10.3%)
1797.03/1797.00	c   delayed cutoffs  :        347
1797.03/1797.00	c   repropagations   :     874223 (226340 domain reductions, 175 cutoffs)
1797.03/1797.00	c   avg switch length:       5.66
1797.03/1797.00	c   switching time   :      39.06
1797.03/1797.00	c Solution           :
1797.03/1797.00	c   Solutions found  :          0 (0 improvements)
1797.03/1797.00	c   Primal Bound     :          -
1797.03/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.03/1797.00	c   Gap              :   infinite
1797.03/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.03/1797.00	c   Root Iterations  :        385
1797.03/1797.06	c Time complete: 1797.09.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3488253-1307788728/watcher-3488253-1307788728 -o /tmp/evaluation-result-3488253-1307788728/solver-3488253-1307788728 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488253-1307788728.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.03 2.01 1.94 2/177 9680
/proc/meminfo: memFree=31715716/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=10944 CPUtime=0 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 1729 0 0 0 0 0 0 0 23 0 1 0 871288911 11206656 1683 33554432000 4194304 9016284 140736508465168 18446744073709551615 7870589 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9680/statm: 2736 1694 340 1178 0 1554 0

[startup+0.0820949 s]
/proc/loadavg: 2.03 2.01 1.94 2/177 9680
/proc/meminfo: memFree=31715716/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=24768 CPUtime=0.07 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 5418 0 0 0 7 0 0 0 23 0 1 0 871288911 25362432 5115 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 6192 5115 657 1178 0 5010 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 24768

[startup+0.10109 s]
/proc/loadavg: 2.03 2.01 1.94 2/177 9680
/proc/meminfo: memFree=31715716/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=24768 CPUtime=0.09 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 5420 0 0 0 9 0 0 0 23 0 1 0 871288911 25362432 5117 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 6192 5117 658 1178 0 5010 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24768

[startup+0.301057 s]
/proc/loadavg: 2.03 2.01 1.94 2/177 9680
/proc/meminfo: memFree=31715716/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=35888 CPUtime=0.29 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 8654 0 0 0 28 1 0 0 25 0 1 0 871288911 36749312 7645 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 8972 7645 688 1178 0 7790 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35888

[startup+0.700984 s]
/proc/loadavg: 2.03 2.01 1.94 2/177 9680
/proc/meminfo: memFree=31715716/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=35952 CPUtime=0.69 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 8675 0 0 0 68 1 0 0 25 0 1 0 871288911 36814848 7666 33554432000 4194304 9016284 140736508465168 18446744073709551615 7219378 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 8988 7666 691 1178 0 7806 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35952

[startup+1.50084 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 9681
/proc/meminfo: memFree=31687596/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=35952 CPUtime=1.49 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 8675 0 0 0 146 3 0 0 25 0 1 0 871288911 36814848 7666 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 8988 7666 691 1178 0 7806 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35952

[startup+3.10056 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 9681
/proc/meminfo: memFree=31687224/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=35952 CPUtime=3.09 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 8675 0 0 0 302 7 0 0 25 0 1 0 871288911 36814848 7666 33554432000 4194304 9016284 140736508465168 18446744073709551615 7200905 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 8988 7666 691 1178 0 7806 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35952

[startup+6.301 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 9681
/proc/meminfo: memFree=31686288/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=35952 CPUtime=6.29 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 8677 0 0 0 613 16 0 0 25 0 1 0 871288911 36814848 7668 33554432000 4194304 9016284 140736508465168 18446744073709551615 7220608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 8988 7668 693 1178 0 7806 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35952

[startup+12.7009 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 9681
/proc/meminfo: memFree=31686500/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=35952 CPUtime=12.69 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 8677 0 0 0 1236 33 0 0 25 0 1 0 871288911 36814848 7668 33554432000 4194304 9016284 140736508465168 18446744073709551615 7198988 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 8988 7668 693 1178 0 7806 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35952

[startup+25.5006 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 9681
/proc/meminfo: memFree=31686888/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=35952 CPUtime=25.5 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 8679 0 0 0 2480 70 0 0 25 0 1 0 871288911 36814848 7670 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 8988 7670 693 1178 0 7806 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 35952

[startup+51.1001 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 9682
/proc/meminfo: memFree=31687008/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=35952 CPUtime=51.09 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 8755 0 0 0 4967 142 0 0 25 0 1 0 871288911 36814848 7746 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 8988 7746 693 1178 0 7806 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 35952

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9684
/proc/meminfo: memFree=31684240/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=37764 CPUtime=102.29 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 9464 0 0 0 9940 289 0 0 25 0 1 0 871288911 38670336 8455 33554432000 4194304 9016284 140736508465168 18446744073709551615 7220547 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 9441 8455 693 1178 0 8259 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 37764

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9685
/proc/meminfo: memFree=31681472/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=40660 CPUtime=162.29 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 10161 0 0 0 15779 450 0 0 25 0 1 0 871288911 41635840 9152 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 10165 9152 693 1178 0 8983 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 40660

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9687
/proc/meminfo: memFree=31678196/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=44128 CPUtime=222.29 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 10979 0 0 0 21622 607 0 0 25 0 1 0 871288911 45187072 9970 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 11032 9970 693 1178 0 9850 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 44128

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9688
/proc/meminfo: memFree=31675052/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=47332 CPUtime=282.3 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 11757 0 0 0 27467 763 0 0 25 0 1 0 871288911 48467968 10748 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 11833 10748 693 1178 0 10651 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 47332

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9690
/proc/meminfo: memFree=31672776/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=50268 CPUtime=342.3 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 12348 0 0 0 33313 917 0 0 25 0 1 0 871288911 51474432 11339 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 12567 11339 693 1178 0 11385 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 50268

[startup+402.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/178 9692
/proc/meminfo: memFree=31671108/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=51648 CPUtime=402.3 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 12684 0 0 0 39157 1073 0 0 25 0 1 0 871288911 52887552 11675 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 12912 11675 693 1178 0 11730 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 51648

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 9693
/proc/meminfo: memFree=31668708/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=53984 CPUtime=462.31 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 13221 0 0 0 45005 1226 0 0 25 0 1 0 871288911 55279616 12212 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 13496 12212 693 1178 0 12314 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 53984

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9695
/proc/meminfo: memFree=31666796/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=56860 CPUtime=522.3 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 13753 0 0 0 50846 1384 0 0 25 0 1 0 871288911 58224640 12744 33554432000 4194304 9016284 140736508465168 18446744073709551615 4347576 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 14215 12744 693 1178 0 13033 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 56860

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9696
/proc/meminfo: memFree=31665872/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=57756 CPUtime=582.3 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 14010 0 0 0 56683 1547 0 0 25 0 1 0 871288911 59142144 12992 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 14439 12992 693 1178 0 13257 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 57756

[startup+642.3 s]

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

/proc/meminfo: memFree=31655500/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=68536 CPUtime=1122.32 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 16562 0 0 0 109263 2969 0 0 25 0 1 0 871288911 70180864 15544 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 17134 15544 693 1178 0 15952 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 68536

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9712
/proc/meminfo: memFree=31655088/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=68668 CPUtime=1182.32 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 16617 0 0 0 115097 3135 0 0 25 0 1 0 871288911 70316032 15599 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 17167 15599 693 1178 0 15985 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 68668

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9714
/proc/meminfo: memFree=31654792/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=68828 CPUtime=1242.32 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 16643 0 0 0 120936 3296 0 0 25 0 1 0 871288911 70479872 15625 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 17207 15625 693 1178 0 16025 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 68828

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9716
/proc/meminfo: memFree=31653740/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=69864 CPUtime=1302.33 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 16919 0 0 0 126778 3455 0 0 25 0 1 0 871288911 71540736 15901 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 17466 15901 693 1178 0 16284 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 69864

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9726
/proc/meminfo: memFree=31652844/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=71296 CPUtime=1362.32 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 17140 0 0 0 132620 3612 0 0 25 0 1 0 871288911 73007104 16122 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 17824 16122 693 1178 0 16642 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 71296

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9728
/proc/meminfo: memFree=31652668/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=71296 CPUtime=1422.33 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 17193 0 0 0 138465 3768 0 0 25 0 1 0 871288911 73007104 16175 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 17824 16175 693 1178 0 16642 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 71296

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9729
/proc/meminfo: memFree=31651988/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=71496 CPUtime=1482.32 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 17251 0 0 0 144313 3919 0 0 25 0 1 0 871288911 73211904 16233 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 17874 16233 693 1178 0 16692 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 71496

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9769
/proc/meminfo: memFree=31597564/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=72776 CPUtime=1542.32 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 17484 0 0 0 150114 4118 0 0 25 0 1 0 871288911 74522624 16466 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 18194 16466 693 1178 0 17012 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 72776

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9771
/proc/meminfo: memFree=31596760/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=76776 CPUtime=1602.33 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 18056 0 0 0 155973 4260 0 0 25 0 1 0 871288911 78618624 17038 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 19194 17038 693 1178 0 18012 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 76776

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9772
/proc/meminfo: memFree=31592244/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=78852 CPUtime=1662.33 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 18664 0 0 0 161829 4404 0 0 25 0 1 0 871288911 80744448 17646 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 19713 17646 693 1178 0 18531 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 78852

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9774
/proc/meminfo: memFree=31574840/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=82756 CPUtime=1722.33 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 19514 0 0 0 167699 4534 0 0 25 0 1 0 871288911 84742144 18496 33554432000 4194304 9016284 140736508465168 18446744073709551615 7198996 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 20689 18496 693 1178 0 19507 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 82756

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9775
/proc/meminfo: memFree=31573172/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=82932 CPUtime=1782.33 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 19538 0 0 0 173560 4673 0 0 25 0 1 0 871288911 84922368 18520 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 20733 18520 693 1178 0 19551 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 82932

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9776
/proc/meminfo: memFree=31573168/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=82932 CPUtime=1785.54 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 19538 0 0 0 173873 4681 0 0 25 0 1 0 871288911 84922368 18520 33554432000 4194304 9016284 140736508465168 18446744073709551615 7201737 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 20733 18520 693 1178 0 19551 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 82932

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9776
/proc/meminfo: memFree=31573168/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=82932 CPUtime=1791.94 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 19538 0 0 0 174498 4696 0 0 25 0 1 0 871288911 84922368 18520 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 20733 18520 693 1178 0 19551 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 82932

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9776
/proc/meminfo: memFree=31573044/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=82932 CPUtime=1795.14 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 19538 0 0 0 174810 4704 0 0 25 0 1 0 871288911 84922368 18520 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 20733 18520 693 1178 0 19551 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 82932

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9776
/proc/meminfo: memFree=31573044/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=82932 CPUtime=1795.93 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 19538 0 0 0 174887 4706 0 0 25 0 1 0 871288911 84922368 18520 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 20733 18520 693 1178 0 19551 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (KiB) 82932

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9776
/proc/meminfo: memFree=31573044/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=82932 CPUtime=1796.74 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 19538 0 0 0 174966 4708 0 0 25 0 1 0 871288911 84922368 18520 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 20733 18520 693 1178 0 19551 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 82932

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9776
/proc/meminfo: memFree=31573044/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=82932 CPUtime=1796.93 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 19538 0 0 0 174984 4709 0 0 25 0 1 0 871288911 84922368 18520 33554432000 4194304 9016284 140736508465168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 20733 18520 693 1178 0 19551 0
Current children cumulated CPU time (s) 1796.93
Current children cumulated vsize (KiB) 82932

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9776
/proc/meminfo: memFree=31573044/32951124 swapFree=67088052/67111528
[pid=9680] ppid=9678 vsize=82932 CPUtime=1797.03 cores=1,3,5,7
/proc/9680/stat : 9680 (scip-2.0.1.4b_2) R 9678 9680 9011 0 -1 4202496 19538 0 0 0 174994 4709 0 0 25 0 1 0 871288911 84922368 18520 33554432000 4194304 9016284 140736508465168 18446744073709551615 7218894 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9680/statm: 20733 18520 693 1178 0 19551 0
Current children cumulated CPU time (s) 1797.03
Current children cumulated vsize (KiB) 82932

Child status: 0
Real time (s): 1797.06
CPU time (s): 1797.1
CPU user time (s): 1750
CPU system time (s): 47.0978
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 82932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1750
system time used= 47.0978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19549
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= 5
involuntary context switches= 4112

runsolver used 2.42163 second user time and 5.76412 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-11 12:38:48
IDJOB=3488253
IDBENCH=48362
IDSOLVER=1979
FILE ID=node144/3488253-1307788728
RUNJOBID= node144-1307783026-9030
PBS_JOBID= 13550885
Free space on /tmp= 74012 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_5_40.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488253-1307788728/watcher-3488253-1307788728 -o /tmp/evaluation-result-3488253-1307788728/solver-3488253-1307788728 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488253-1307788728.opb -t 1800 -m 15500

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

MD5SUM BENCH= 813576a353dee8860ef5bb1ebdae9d95
RANDOM SEED=1283613604

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:      31716268 kB
Buffers:        178084 kB
Cached:         783996 kB
SwapCached:       1652 kB
Active:         492492 kB
Inactive:       569280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31716268 kB
SwapTotal:    67111528 kB
SwapFree:     67088052 kB
Dirty:           16944 kB
Writeback:          12 kB
AnonPages:       97680 kB
Mapped:          17016 kB
Slab:           107500 kB
PageTables:       4804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   265544 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= 73996 MiB
End job on node144 at 2011-06-11 13:08:45