Trace number 3737967

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1796.75 1797.04

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_3_40.opb
MD5SUM29fd031d19832e8fd3e4ee8a0dfa62d0
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)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

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-3737967-1338731561.opb>
0.00/0.01	c original problem has 1444 variables (1444 bin, 0 int, 0 impl, 0 cont) and 1746 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.00/0.04	c (round 1) 0 del vars, 1644 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 101 upgd conss, 10152 impls, 199 clqs
0.00/0.05	c (round 2) 1244 del vars, 1644 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 301 upgd conss, 10152 impls, 0 clqs
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  1244 deleted vars, 1644 deleted constraints, 200 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  10152 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.03
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 |   285 |     - |4100k|   0 | 142 | 200 | 302 | 200 | 302 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.15	c   0.1s|     1 |     0 |   353 |     - |4658k|   0 | 175 | 200 | 303 | 200 | 361 |  59 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |   359 |     - |5204k|   0 | 176 | 200 | 303 | 200 | 364 |  62 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   364 |     - |5303k|   0 | 176 | 200 | 303 | 200 | 368 |  66 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   373 |     - |5346k|   0 | 177 | 200 | 303 | 200 | 369 |  67 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.36	c   0.4s|     1 |     0 |   379 |     - |5347k|   0 | 177 | 200 | 303 | 200 | 371 |  69 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.50	c   0.5s|     1 |     2 |   379 |     - |5347k|   0 | 177 | 200 | 303 | 200 | 371 |  69 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
54.48/54.53	c  54.5s| 10000 |   192 |332253 |  33.2 |8652k|  39 |   - | 200 |5927 | 200 | 369 |  69 |9141 |1905 | 0.000000e+00 |      --      |    Inf 
92.77/92.88	c  92.9s| 20000 |   207 |659163 |  32.9 |  10M|  39 |   - | 200 |8866 | 200 | 369 |  69 |  18k|2205 | 0.000000e+00 |      --      |    Inf 
135.36/135.45	c   135s| 30000 |   211 |990700 |  33.0 |  12M|  40 |   - | 200 |  12k| 200 | 369 |  69 |  27k|2937 | 0.000000e+00 |      --      |    Inf 
179.26/179.34	c   179s| 40000 |   220 |  1326k|  33.1 |  11M|  40 | 134 | 200 |  10k| 200 | 369 |  69 |  37k|3579 | 0.000000e+00 |      --      |    Inf 
222.35/222.42	c   222s| 50000 |   230 |  1660k|  33.2 |  12M|  40 | 131 | 200 |  12k| 200 | 369 |  69 |  47k|4093 | 0.000000e+00 |      --      |    Inf 
263.64/263.76	c   264s| 60000 |   243 |  1990k|  33.2 |  13M|  40 |   - | 200 |  13k| 200 | 369 |  69 |  57k|4497 | 0.000000e+00 |      --      |    Inf 
306.13/306.21	c   306s| 70000 |   204 |  2316k|  33.1 |  13M|  41 | 122 | 200 |  11k| 200 | 369 |  69 |  66k|5004 | 0.000000e+00 |      --      |    Inf 
348.42/348.56	c   349s| 80000 |   209 |  2672k|  33.4 |  14M|  41 | 124 | 200 |  14k| 200 | 369 |  69 |  76k|5347 | 0.000000e+00 |      --      |    Inf 
388.52/388.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
388.52/388.69	c   389s| 90000 |   206 |  2984k|  33.2 |  15M|  41 |   - | 200 |  17k| 200 | 369 |  69 |  86k|5753 | 0.000000e+00 |      --      |    Inf 
427.61/427.79	c   428s|100000 |   201 |  3297k|  33.0 |  15M|  41 |   - | 200 |  14k| 200 | 369 |  69 |  95k|6039 | 0.000000e+00 |      --      |    Inf 
467.51/467.67	c   468s|110000 |   207 |  3628k|  33.0 |  14M|  41 | 121 | 200 |  11k| 200 | 369 |  69 | 105k|6340 | 0.000000e+00 |      --      |    Inf 
507.81/507.99	c   508s|120000 |   214 |  3951k|  32.9 |  15M|  41 | 134 | 200 |  15k| 200 | 369 |  69 | 114k|6678 | 0.000000e+00 |      --      |    Inf 
547.20/547.32	c   547s|130000 |   230 |  4279k|  32.9 |  16M|  41 | 131 | 200 |  18k| 200 | 369 |  69 | 125k|6877 | 0.000000e+00 |      --      |    Inf 
590.49/590.66	c   591s|140000 |   227 |  4628k|  33.1 |  17M|  41 |   - | 200 |  17k| 200 | 369 |  69 | 135k|7163 | 0.000000e+00 |      --      |    Inf 
631.98/632.14	c   632s|150000 |   228 |  4960k|  33.1 |  17M|  41 |   - | 200 |  18k| 200 | 369 |  69 | 144k|7414 | 0.000000e+00 |      --      |    Inf 
674.48/674.63	c   675s|160000 |   228 |  5318k|  33.2 |  17M|  41 | 138 | 200 |  17k| 200 | 369 |  69 | 154k|7557 | 0.000000e+00 |      --      |    Inf 
717.87/718.02	c   718s|170000 |   210 |  5668k|  33.3 |  17M|  41 | 123 | 200 |  16k| 200 | 369 |  69 | 164k|7849 | 0.000000e+00 |      --      |    Inf 
757.27/757.48	c   757s|180000 |   205 |  5989k|  33.3 |  18M|  41 | 124 | 200 |  20k| 200 | 369 |  69 | 174k|8084 | 0.000000e+00 |      --      |    Inf 
795.86/796.03	c   796s|190000 |   206 |  6292k|  33.1 |  17M|  41 |   - | 200 |  17k| 200 | 369 |  69 | 183k|8295 | 0.000000e+00 |      --      |    Inf 
837.55/837.72	c   838s|200000 |   201 |  6634k|  33.2 |  18M|  41 |   - | 200 |  19k| 200 | 369 |  69 | 193k|8532 | 0.000000e+00 |      --      |    Inf 
879.25/879.41	c   879s|210000 |   188 |  6967k|  33.2 |  19M|  49 |   - | 200 |  19k| 200 | 369 |  69 | 201k|8740 | 0.000000e+00 |      --      |    Inf 
919.84/920.01	c   920s|220000 |   187 |  7295k|  33.2 |  18M|  49 | 128 | 200 |  17k| 200 | 369 |  69 | 211k|8947 | 0.000000e+00 |      --      |    Inf 
960.54/960.74	c   961s|230000 |   164 |  7623k|  33.1 |  20M|  49 | 136 | 200 |  22k| 200 | 369 |  69 | 220k|9151 | 0.000000e+00 |      --      |    Inf 
1002.13/1002.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1002.13/1002.32	c  1002s|240000 |   158 |  7964k|  33.2 |  19M|  49 | 128 | 200 |  19k| 200 | 369 |  69 | 230k|9335 | 0.000000e+00 |      --      |    Inf 
1041.92/1042.12	c  1042s|250000 |   159 |  8308k|  33.2 |  22M|  49 | 132 | 200 |  25k| 200 | 369 |  69 | 240k|9474 | 0.000000e+00 |      --      |    Inf 
1082.41/1082.63	c  1083s|260000 |   163 |  8651k|  33.3 |  21M|  49 | 119 | 200 |  23k| 200 | 369 |  69 | 250k|9631 | 0.000000e+00 |      --      |    Inf 
1122.71/1123.00	c  1123s|270000 |   180 |  8986k|  33.3 |  23M|  49 | 129 | 200 |  28k| 200 | 369 |  69 | 261k|9799 | 0.000000e+00 |      --      |    Inf 
1163.30/1163.54	c  1164s|280000 |   159 |  9316k|  33.3 |  25M|  49 |   - | 200 |  33k| 200 | 369 |  69 | 272k|9944 | 0.000000e+00 |      --      |    Inf 
1204.31/1204.56	c  1205s|290000 |   159 |  9648k|  33.3 |  26M|  49 | 123 | 200 |  34k| 200 | 369 |  69 | 282k|  10k| 0.000000e+00 |      --      |    Inf 
1245.39/1245.66	c  1246s|300000 |   151 |  9980k|  33.3 |  24M|  49 | 122 | 200 |  28k| 200 | 369 |  69 | 291k|  10k| 0.000000e+00 |      --      |    Inf 
1286.39/1286.63	c  1287s|310000 |   149 | 10321k|  33.3 |  24M|  49 |   - | 200 |  25k| 200 | 369 |  69 | 301k|  10k| 0.000000e+00 |      --      |    Inf 
1330.08/1330.33	c  1330s|320000 |   158 | 10692k|  33.4 |  25M|  49 | 122 | 200 |  28k| 200 | 369 |  69 | 312k|  10k| 0.000000e+00 |      --      |    Inf 
1374.07/1374.39	c  1374s|330000 |   151 | 11073k|  33.6 |  27M|  49 | 127 | 200 |  33k| 200 | 369 |  69 | 321k|  10k| 0.000000e+00 |      --      |    Inf 
1420.36/1420.65	c  1421s|340000 |   146 | 11458k|  33.7 |  27M|  49 | 131 | 200 |  30k| 200 | 369 |  69 | 331k|  10k| 0.000000e+00 |      --      |    Inf 
1462.36/1462.63	c  1463s|350000 |   142 | 11805k|  33.7 |  24M|  49 |   - | 200 |  21k| 200 | 369 |  69 | 341k|  10k| 0.000000e+00 |      --      |    Inf 
1502.95/1503.25	c  1503s|360000 |   136 | 12144k|  33.7 |  27M|  49 | 132 | 200 |  29k| 200 | 369 |  69 | 351k|  11k| 0.000000e+00 |      --      |    Inf 
1545.45/1545.78	c  1546s|370000 |   132 | 12483k|  33.7 |  27M|  49 |   - | 200 |  26k| 200 | 369 |  69 | 360k|  11k| 0.000000e+00 |      --      |    Inf 
1587.64/1587.94	c  1588s|380000 |   125 | 12837k|  33.8 |  24M|  49 |   - | 200 |  17k| 200 | 369 |  69 | 370k|  11k| 0.000000e+00 |      --      |    Inf 
1628.13/1628.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1628.13/1628.49	c  1628s|390000 |   131 | 13187k|  33.8 |  26M|  49 |   - | 200 |  23k| 200 | 369 |  69 | 380k|  11k| 0.000000e+00 |      --      |    Inf 
1670.03/1670.36	c  1670s|400000 |   123 | 13545k|  33.9 |  28M|  49 | 127 | 200 |  29k| 200 | 369 |  69 | 390k|  11k| 0.000000e+00 |      --      |    Inf 
1712.92/1713.22	c  1713s|410000 |   125 | 13901k|  33.9 |  27M|  49 |   - | 200 |  24k| 200 | 369 |  69 | 400k|  11k| 0.000000e+00 |      --      |    Inf 
1755.91/1756.27	c  1756s|420000 |   110 | 14259k|  34.0 |  26M|  49 |   - | 200 |  22k| 200 | 369 |  69 | 410k|  11k| 0.000000e+00 |      --      |    Inf 
1796.02/1796.38	c  1796s|430000 |   114 | 14601k|  34.0 |  26M|  49 | 137 | 200 |  21k| 200 | 369 |  69 | 419k|  11k| 0.000000e+00 |      --      |    Inf 
1796.71/1797.00	c 
1796.71/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.00	c Solving Time (sec) : 1797.00
1796.71/1797.00	c Solving Nodes      : 430147
1796.71/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.00	c Dual Bound         : +0.00000000000000e+00
1796.71/1797.00	c Gap                : infinite
1796.71/1797.00	s UNKNOWN
1796.71/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.00	c Total Time         :    1797.00
1796.71/1797.00	c   solving          :    1797.00
1796.71/1797.00	c   presolving       :       0.03 (included in solving)
1796.71/1797.00	c   reading          :       0.01 (included in solving)
1796.71/1797.00	c Original Problem   :
1796.71/1797.00	c   Problem name     : HOME/instance-3737967-1338731561.opb
1796.71/1797.00	c   Variables        : 1444 (1444 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.00	c   Constraints      : 1746 initial, 1746 maximal
1796.71/1797.00	c Presolved Problem  :
1796.71/1797.00	c   Problem name     : t_HOME/instance-3737967-1338731561.opb
1796.71/1797.00	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.00	c   Constraints      : 302 initial, 37315 maximal
1796.71/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   dualfix          :       0.00       1244          0          0          0          0          0          0          0          0
1796.71/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   pseudoboolean    :       0.00          0          0          0          0          0       1644        200          0          0
1796.71/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.71/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.00	c   integral         :          0          0          0     217233          0          1          0        487       4243          0          0     430666
1796.71/1797.00	c   knapsack         :        201          5    1699653          0          1          0     889193          7    1296551        200          0          0
1796.71/1797.00	c   setppc           :        100          5    1699646          0          1          0     699355          4     177307          0          0          0
1796.71/1797.00	c   linear           :          1+         6    1699642          0          1          0          0          0          0          0          0          0
1796.71/1797.00	c   logicor          :          0+         0     413266          0          0          0    1212736        794     238845          0          0          0
1796.71/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1796.71/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.71/1797.00	c   integral         :     101.63       0.00       0.00     101.63       0.00       0.00       0.00
1796.71/1797.00	c   knapsack         :       9.56       0.01       9.26       0.00       0.00       0.00       0.29
1796.71/1797.00	c   setppc           :       1.88       0.00       1.73       0.00       0.00       0.00       0.15
1796.71/1797.00	c   linear           :       0.62       0.00       0.62       0.00       0.00       0.00       0.00
1796.71/1797.00	c   logicor          :      29.35       0.00      28.23       0.00       0.00       0.00       1.12
1796.71/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.71/1797.00	c   vbounds          :          0          0          0          0
1796.71/1797.00	c   rootredcost      :          0          0          0          0
1796.71/1797.00	c   pseudoobj        :          0          0          0          0
1796.71/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.71/1797.00	c   vbounds          :       0.18       0.18       0.00
1796.71/1797.00	c   rootredcost      :       0.20       0.20       0.00
1796.71/1797.00	c   pseudoobj        :       0.13       0.13       0.00
1796.71/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.00	c   propagation      :       0.01        805        785       4323       19.6          1       19.0          -
1796.71/1797.00	c   infeasible LP    :      12.46     213692     213445    1356698       21.5         47       20.8          0
1796.71/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.00	c   applied globally :          -          -          -     419894       20.2          -          -          -
1796.71/1797.00	c   applied locally  :          -          -          -         33       33.9          -          -          -
1796.71/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.00	c   cut pool         :       0.00          4          -          -         19          -    (maximal pool size: 223)
1796.71/1797.00	c   redcost          :       0.64     216218          0          0          0          0
1796.71/1797.00	c   impliedbounds    :       0.00          5          0          0          0          0
1796.71/1797.00	c   intobj           :       0.00          0          0          0          0          0
1796.71/1797.00	c   gomory           :       0.12          5          0          0          0          0
1796.71/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1796.71/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1796.71/1797.00	c   strongcg         :       0.10          5          0          0        223          0
1796.71/1797.00	c   cmir             :       0.00          0          0          0          0          0
1796.71/1797.00	c   flowcover        :       0.00          0          0          0          0          0
1796.71/1797.00	c   clique           :       0.00          1          0          0          0          0
1796.71/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1796.71/1797.00	c   mcf              :       0.00          1          0          0          0          0
1796.71/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1796.71/1797.00	c   rapidlearning    :       0.03          1          0          0          0          1
1796.71/1797.00	c Pricers            :       Time      Calls       Vars
1796.71/1797.00	c   problem variables:       0.00          0          0
1796.71/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.00	c   relpscost        :     101.52     217233        487       4243          0          0     430666
1796.71/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1796.71/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1796.71/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1796.71/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1796.71/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.71/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.71/1797.00	c   random           :       0.00          0          0          0          0          0          0
1796.71/1797.00	c Primal Heuristics  :       Time      Calls      Found
1796.71/1797.00	c   LP solutions     :       0.00          -          0
1796.71/1797.00	c   pseudo solutions :       0.00          -          0
1796.71/1797.00	c   trivial          :       0.00          1          0
1796.71/1797.00	c   shiftandpropagate:       0.00          0          0
1796.71/1797.00	c   simplerounding   :       0.00          0          0
1796.71/1797.00	c   zirounding       :       0.00          0          0
1796.71/1797.00	c   rounding         :       0.00          0          0
1796.71/1797.00	c   shifting         :       0.00          0          0
1796.71/1797.00	c   intshifting      :       0.00          0          0
1796.71/1797.00	c   oneopt           :       0.00          0          0
1796.71/1797.00	c   twoopt           :       0.00          0          0
1796.71/1797.00	c   fixandinfer      :       0.00          0          0
1796.71/1797.00	c   feaspump         :       0.00          0          0
1796.71/1797.00	c   clique           :       0.00          0          0
1796.71/1797.00	c   coefdiving       :       0.00          0          0
1796.71/1797.00	c   pscostdiving     :       0.00          0          0
1796.71/1797.00	c   fracdiving       :       0.00          0          0
1796.71/1797.00	c   veclendiving     :       0.00          0          0
1796.71/1797.00	c   intdiving        :       0.00          0          0
1796.71/1797.00	c   actconsdiving    :       0.00          0          0
1796.71/1797.00	c   objpscostdiving  :       0.00          0          0
1796.71/1797.00	c   rootsoldiving    :       0.00          0          0
1796.71/1797.00	c   linesearchdiving :       0.00          0          0
1796.71/1797.00	c   guideddiving     :       0.00          0          0
1796.71/1797.00	c   octane           :       0.00          0          0
1796.71/1797.00	c   rens             :       0.00          0          0
1796.71/1797.00	c   rins             :       0.00          0          0
1796.71/1797.00	c   localbranching   :       0.00          0          0
1796.71/1797.00	c   mutation         :       0.00          0          0
1796.71/1797.00	c   crossover        :       0.00          0          0
1796.71/1797.00	c   dins             :       0.00          0          0
1796.71/1797.00	c   vbounds          :       0.00          0          0
1796.71/1797.00	c   undercover       :       0.00          0          0
1796.71/1797.00	c   subnlp           :       0.00          0          0
1796.71/1797.00	c   trysol           :       0.00          0          0
1796.71/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.71/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1796.71/1797.00	c   dual LP          :    1579.44     430892   14606432      33.90    9247.87
1796.71/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1796.71/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1796.71/1797.00	c   strong branching :      94.93      11829     786511      66.49    8284.83
1796.71/1797.00	c     (at root node) :          -         10        682      68.20          -
1796.71/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.00	c B&B Tree           :
1796.71/1797.00	c   number of runs   :          1
1796.71/1797.00	c   nodes            :     430147
1796.71/1797.00	c   nodes (total)    :     430147
1796.71/1797.00	c   nodes left       :        113
1796.71/1797.00	c   max depth        :         49
1796.71/1797.00	c   max depth (total):         49
1796.71/1797.00	c   backtracks       :      48841 (11.4%)
1796.71/1797.00	c   delayed cutoffs  :        409
1796.71/1797.00	c   repropagations   :     837428 (246295 domain reductions, 171 cutoffs)
1796.71/1797.00	c   avg switch length:       5.34
1796.71/1797.00	c   switching time   :      29.23
1796.71/1797.00	c Solution           :
1796.71/1797.00	c   Solutions found  :          0 (0 improvements)
1796.71/1797.00	c   Primal Bound     :          -
1796.71/1797.00	c   Dual Bound       : +0.00000000000000e+00
1796.71/1797.00	c   Gap              :   infinite
1796.71/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1796.71/1797.00	c   Root Iterations  :        379
1796.71/1797.03	c Time complete: 1796.75.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 2/176 16601
/proc/meminfo: memFree=28241740/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=9456 CPUtime=0 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 1474 0 0 0 0 0 0 0 20 0 1 0 339280457 9682944 1429 33554432000 4194304 9016284 140733915897920 140736641975736 7824814 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16601/statm: 2364 1431 311 1178 0 1182 0

[startup+0.012353 s]
/proc/loadavg: 2.01 2.01 2.00 2/176 16601
/proc/meminfo: memFree=28241740/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=14044 CPUtime=0 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 2505 0 0 0 0 0 0 0 20 0 1 0 339280457 14381056 2460 33554432000 4194304 9016284 140733915897920 140736641975736 4447104 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16601/statm: 3511 2460 375 1178 0 2329 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14044

[startup+0.100215 s]
/proc/loadavg: 2.01 2.01 2.00 2/176 16601
/proc/meminfo: memFree=28241740/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=24696 CPUtime=0.09 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 5398 0 0 0 8 1 0 0 20 0 1 0 339280457 25288704 5096 33554432000 4194304 9016284 140733915897920 140736641975736 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16601/statm: 6174 5096 658 1178 0 4992 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24696

[startup+0.300204 s]
/proc/loadavg: 2.01 2.01 2.00 2/176 16601
/proc/meminfo: memFree=28241740/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=35692 CPUtime=0.29 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 8586 0 0 0 27 2 0 0 20 0 1 0 339280457 36548608 7578 33554432000 4194304 9016284 140733915897920 140733915892376 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16601/statm: 8923 7578 688 1178 0 7741 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35692

[startup+0.700174 s]
/proc/loadavg: 2.01 2.01 2.00 2/176 16601
/proc/meminfo: memFree=28241740/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=35748 CPUtime=0.69 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 8606 0 0 0 67 2 0 0 20 0 1 0 339280457 36605952 7598 33554432000 4194304 9016284 140733915897920 140733915893032 7219702 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16601/statm: 8937 7598 691 1178 0 7755 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35748

[startup+1.50018 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16602
/proc/meminfo: memFree=28213568/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=35748 CPUtime=1.49 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 8606 0 0 0 147 2 0 0 20 0 1 0 339280457 36605952 7598 33554432000 4194304 9016284 140733915897920 140733915891176 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16601/statm: 8937 7598 691 1178 0 7755 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35748

[startup+3.10017 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16602
/proc/meminfo: memFree=28213444/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=35748 CPUtime=3.09 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 8608 0 0 0 305 4 0 0 20 0 1 0 339280457 36605952 7600 33554432000 4194304 9016284 140733915897920 140733915891176 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16601/statm: 8937 7600 693 1178 0 7755 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35748

[startup+6.30018 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16602
/proc/meminfo: memFree=28212832/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=35748 CPUtime=6.28 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 8608 0 0 0 622 6 0 0 20 0 1 0 339280457 36605952 7600 33554432000 4194304 9016284 140733915897920 140733915891672 7219216 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16601/statm: 8937 7600 693 1178 0 7755 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 35748

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16602
/proc/meminfo: memFree=28212996/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=35748 CPUtime=12.69 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 8608 0 0 0 1257 12 0 0 20 0 1 0 339280457 36605952 7600 33554432000 4194304 9016284 140733915897920 140733915891672 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 8937 7600 693 1178 0 7755 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35748

[startup+25.5002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16602
/proc/meminfo: memFree=28213624/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=35748 CPUtime=25.49 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 8608 0 0 0 2526 23 0 0 20 0 1 0 339280457 36605952 7600 33554432000 4194304 9016284 140733915897920 140733915891176 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 8937 7600 693 1178 0 7755 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35748

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16602
/proc/meminfo: memFree=28213436/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=35748 CPUtime=51.08 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 8686 0 0 0 5060 48 0 0 20 0 1 0 339280457 36605952 7678 33554432000 4194304 9016284 140733915897920 140733915890968 7218092 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 8937 7678 693 1178 0 7755 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 35748

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16602
/proc/meminfo: memFree=28211184/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=35964 CPUtime=102.27 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 8987 0 0 0 10127 100 0 0 20 0 1 0 339280457 36827136 8151 33554432000 4194304 9016284 140733915897920 140733915892248 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 8991 8151 693 1178 0 7809 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 35964

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16602
/proc/meminfo: memFree=28207024/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=40484 CPUtime=162.26 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 10100 0 0 0 16071 155 0 0 20 0 1 0 339280457 41455616 9251 33554432000 4194304 9016284 140733915897920 140733915892248 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 10121 9251 693 1178 0 8939 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 40484

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16603
/proc/meminfo: memFree=28206404/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=41112 CPUtime=222.25 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 10285 0 0 0 22011 214 0 0 20 0 1 0 339280457 42098688 9436 33554432000 4194304 9016284 140733915897920 140733915891176 7199023 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 10278 9436 693 1178 0 9096 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 41112

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16603
/proc/meminfo: memFree=28205224/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=42116 CPUtime=282.24 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 10537 0 0 0 27952 272 0 0 20 0 1 0 339280457 43126784 9687 33554432000 4194304 9016284 140733915897920 140733915892088 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 10529 9687 693 1178 0 9347 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 42116

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16603
/proc/meminfo: memFree=28204416/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=43080 CPUtime=342.23 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 10755 0 0 0 33889 334 0 0 20 0 1 0 339280457 44113920 9920 33554432000 4194304 9016284 140733915897920 140733915891832 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 10770 9920 693 1178 0 9588 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 43080

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16603
/proc/meminfo: memFree=28203052/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=44724 CPUtime=402.22 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 11143 0 0 0 39834 388 0 0 20 0 1 0 339280457 45797376 10308 33554432000 4194304 9016284 140733915897920 140733915891720 7220586 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 11181 10308 693 1178 0 9999 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 44724

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16606
/proc/meminfo: memFree=28202112/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=45444 CPUtime=462.22 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 11289 0 0 0 45774 448 0 0 20 0 1 0 339280457 46534656 10480 33554432000 4194304 9016284 140733915897920 140733915891176 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 11361 10480 693 1178 0 10179 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 45444

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16629
/proc/meminfo: memFree=28199196/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=46032 CPUtime=522.2 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 11555 0 0 0 51719 501 0 0 20 0 1 0 339280457 47136768 10746 33554432000 4194304 9016284 140733915897920 140733915891784 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 11508 10746 815 1178 0 10326 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 46032

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16629
/proc/meminfo: memFree=28197468/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=47208 CPUtime=582.19 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 11878 0 0 0 57658 561 0 0 20 0 1 0 339280457 48340992 11069 33554432000 4194304 9016284 140733915897920 140733915891288 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 11802 11069 815 1178 0 10620 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 47208

[startup+642.3 s]

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

/proc/meminfo: memFree=28174560/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=54908 CPUtime=1122.11 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 13603 0 0 0 111164 1047 0 0 20 0 1 0 339280457 56225792 12810 33554432000 4194304 9016284 140733915897920 140733915892088 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 13727 12810 815 1178 0 12545 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 54908

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16634
/proc/meminfo: memFree=28168416/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=60812 CPUtime=1182.1 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 14778 0 0 0 117107 1103 0 0 20 0 1 0 339280457 62271488 13985 33554432000 4194304 9016284 140733915897920 140733915891784 7198912 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 15203 13985 815 1178 0 14021 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 60812

[startup+1242.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 16634
/proc/meminfo: memFree=28167728/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=64424 CPUtime=1242.09 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 15632 0 0 0 123052 1157 0 0 20 0 1 0 339280457 65970176 15222 33554432000 4194304 9016284 140733915897920 140733915891336 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 16106 15222 815 1178 0 14924 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 64424

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 16634
/proc/meminfo: memFree=28158732/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=64592 CPUtime=1302.09 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 15713 0 0 0 128998 1211 0 0 20 0 1 0 339280457 66142208 15303 33554432000 4194304 9016284 140733915897920 140733915891784 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 16148 15303 815 1178 0 14966 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 64592

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 16672
/proc/meminfo: memFree=28079352/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=64592 CPUtime=1362.07 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 15714 0 0 0 134939 1268 0 0 20 0 1 0 339280457 66142208 15399 33554432000 4194304 9016284 140733915897920 140733915891336 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 16148 15399 815 1178 0 14966 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 64592

[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 16673
/proc/meminfo: memFree=28075016/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=68304 CPUtime=1422.07 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 16404 0 0 0 140880 1327 0 0 20 0 1 0 339280457 69943296 16089 33554432000 4194304 9016284 140733915897920 140733915891880 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 17076 16089 815 1178 0 15894 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 68304

[startup+1482.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 16673
/proc/meminfo: memFree=28070676/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=68444 CPUtime=1482.06 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 16476 0 0 0 146821 1385 0 0 20 0 1 0 339280457 70086656 16161 33554432000 4194304 9016284 140733915897920 140733915891336 5325519 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 17111 16161 815 1178 0 15929 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 68444

[startup+1542.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/177 16673
/proc/meminfo: memFree=28079400/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=68608 CPUtime=1542.05 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 16495 0 0 0 152767 1438 0 0 20 0 1 0 339280457 70254592 16355 33554432000 4194304 9016284 140733915897920 140733915891336 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 17152 16355 815 1178 0 15970 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 68608

[startup+1602.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/177 16673
/proc/meminfo: memFree=28071520/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=68608 CPUtime=1602.04 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 16522 0 0 0 158709 1495 0 0 20 0 1 0 339280457 70254592 16382 33554432000 4194304 9016284 140733915897920 140733915891288 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 17152 16382 815 1178 0 15970 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 68608

[startup+1662.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/178 16676
/proc/meminfo: memFree=28058728/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=68608 CPUtime=1662.02 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 16522 0 0 0 164654 1548 0 0 20 0 1 0 339280457 70254592 16382 33554432000 4194304 9016284 140733915897920 140733915891288 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 17152 16382 815 1178 0 15970 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 68608

[startup+1722.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/177 16677
/proc/meminfo: memFree=28045028/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=68608 CPUtime=1722.02 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 16522 0 0 0 170597 1605 0 0 20 0 1 0 339280457 70254592 16382 33554432000 4194304 9016284 140733915897920 140733915891784 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 17152 16382 815 1178 0 15970 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 68608

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 16677
/proc/meminfo: memFree=28044840/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=68608 CPUtime=1782.01 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 16522 0 0 0 176539 1662 0 0 20 0 1 0 339280457 70254592 16382 33554432000 4194304 9016284 140733915897920 140733915891832 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 17152 16382 815 1178 0 15970 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 68608

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 16677
/proc/meminfo: memFree=28044712/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=68608 CPUtime=1785.21 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 16522 0 0 0 176856 1665 0 0 20 0 1 0 339280457 70254592 16382 33554432000 4194304 9016284 140733915897920 140733915891832 7214159 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 17152 16382 815 1178 0 15970 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 68608

[startup+1791.91 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 16677
/proc/meminfo: memFree=28044960/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=68608 CPUtime=1791.61 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 16522 0 0 0 177489 1672 0 0 20 0 1 0 339280457 70254592 16382 33554432000 4194304 9016284 140733915897920 140733915891336 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 17152 16382 815 1178 0 15970 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 68608

[startup+1795.1 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 16677
/proc/meminfo: memFree=28044960/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=68608 CPUtime=1794.82 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 16522 0 0 0 177807 1675 0 0 20 0 1 0 339280457 70254592 16382 33554432000 4194304 9016284 140733915897920 140733915891784 5325570 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 17152 16382 815 1178 0 15970 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 68608

[startup+1795.9 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 16677
/proc/meminfo: memFree=28044960/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=68608 CPUtime=1795.61 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 16522 0 0 0 177886 1675 0 0 20 0 1 0 339280457 70254592 16382 33554432000 4194304 9016284 140733915897920 140733915892248 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 17152 16382 815 1178 0 15970 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 68608

[startup+1796.7 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 16677
/proc/meminfo: memFree=28044832/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=68608 CPUtime=1796.41 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 16522 0 0 0 177965 1676 0 0 20 0 1 0 339280457 70254592 16382 33554432000 4194304 9016284 140733915897920 140733915891176 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 17152 16382 815 1178 0 15970 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 68608

[startup+1796.9 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 16677
/proc/meminfo: memFree=28044832/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=68608 CPUtime=1796.61 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 16522 0 0 0 177985 1676 0 0 20 0 1 0 339280457 70254592 16382 33554432000 4194304 9016284 140733915897920 140733915891176 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 17152 16382 815 1178 0 15970 0
Current children cumulated CPU time (s) 1796.61
Current children cumulated vsize (KiB) 68608

[startup+1797 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 16677
/proc/meminfo: memFree=28044832/32873844 swapFree=7632/7632
[pid=16601] ppid=16599 vsize=68608 CPUtime=1796.71 cores=0,2,4,6
/proc/16601/stat : 16601 (scip-2.0.1.4b_2) R 16599 16601 12480 0 -1 4202496 16522 0 0 0 177995 1676 0 0 20 0 1 0 339280457 70254592 16382 33554432000 4194304 9016284 140733915897920 140733915891176 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16601/statm: 17152 16382 815 1178 0 15970 0
Current children cumulated CPU time (s) 1796.71
Current children cumulated vsize (KiB) 68608

Child status: 0
Real time (s): 1797.04
CPU time (s): 1796.75
CPU user time (s): 1779.98
CPU system time (s): 16.7704
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 68608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1779.98
system time used= 16.7705
maximum resident set size= 65540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16529
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= 22
involuntary context switches= 1909

runsolver used 2.6316 second user time and 7.17691 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 15:52:41
IDJOB=3737967
IDBENCH=48366
IDSOLVER=2329
FILE ID=node141/3737967-1338731561
RUNJOBID= node141-1338702880-12496
PBS_JOBID= 14636716
Free space on /tmp= 70704 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_3_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-3737967-1338731561/watcher-3737967-1338731561 -o /tmp/evaluation-result-3737967-1338731561/solver-3737967-1338731561 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3737967-1338731561.opb -t 1800 -m 15500

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

MD5SUM BENCH= 29fd031d19832e8fd3e4ee8a0dfa62d0
RANDOM SEED=1310233986

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28241996 kB
Buffers:          416856 kB
Cached:          3211352 kB
SwapCached:          216 kB
Active:          1408816 kB
Inactive:        2340900 kB
Active(anon):     112364 kB
Inactive(anon):    11288 kB
Active(file):    1296452 kB
Inactive(file):  2329612 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:             16904 kB
Writeback:             0 kB
AnonPages:        127936 kB
Mapped:            13512 kB
Shmem:               172 kB
Slab:             741364 kB
SReclaimable:     183532 kB
SUnreclaim:       557832 kB
KernelStack:        1472 kB
PageTables:         3908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     237236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70688 MiB
End job on node141 at 2012-06-03 16:22:38