Trace number 3741217

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.78 1797.08

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820157.opb
MD5SUMda32b1e615c8e1bae2ecd5f742c16c96
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.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-3741217-1338772698.opb>
0.00/0.01	c original problem has 1200 variables (1200 bin, 0 int, 0 impl, 0 cont) and 1015 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.03	c (round 1) 0 del vars, 55 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 890 upgd conss, 300 impls, 110 clqs
0.00/0.03	c (round 2) 0 del vars, 55 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 935 upgd conss, 300 impls, 110 clqs
0.00/0.03	c (round 3) 630 del vars, 55 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 935 upgd conss, 300 impls, 110 clqs
0.00/0.03	c presolving (4 rounds):
0.00/0.03	c  630 deleted vars, 55 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  300 implications, 110 cliques
0.00/0.03	c presolved problem has 570 variables (570 bin, 0 int, 0 impl, 0 cont) and 960 constraints
0.00/0.03	c     260 constraints of type <setppc>
0.00/0.03	c      25 constraints of type <linear>
0.00/0.03	c     675 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 2.0.1.5
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1797
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 13950
0.00/0.03	c 
0.00/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c limits/solutions = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.03	c separating/maxrounds = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/maxroundsroot = 5
0.00/0.03	c 
0.00/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.03	c # [type: int, range: [1,2], default: 1]
0.00/0.03	c timing/clocktype = 2
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/indicator/addCouplingCons = TRUE
0.00/0.03	c 
0.00/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c constraints/knapsack/disaggregation = FALSE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c presolving/probing/maxrounds = 0
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/coefdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.03	c heuristics/crossover/freq = -1
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/crossover/nodesofs = 750
0.00/0.03	c 
0.00/0.03	c # number of nodes without incumbent change that heuristic should wait
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.03	c heuristics/crossover/nwaitingnodes = 100
0.00/0.03	c 
0.00/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.03	c # [type: real, range: [0,1], default: 0.1]
0.00/0.03	c heuristics/crossover/nodesquot = 0.15
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixed 
0.00/0.03	c # [type: real, range: [0,1], default: 0.666]
0.00/0.03	c heuristics/crossover/minfixingrate = 0.5
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/feaspump/freq = -1
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/fracdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/guideddiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/intshifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/linesearchdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/objpscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.03	c # [type: real, range: [0,1], default: 0.01]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/oneopt/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/pscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/rens/freq = -1
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixable 
0.00/0.03	c # [type: real, range: [0,1], default: 0.5]
0.00/0.03	c heuristics/rens/minfixingrate = 0.3
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/rens/nodesofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/rootsoldiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/rounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/shiftandpropagate/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/shifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/simplerounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/subnlp/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/trivial/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/trysol/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/undercover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/veclendiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/zirounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/cmir/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/flowcover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.08	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.08	c   0.1s|     1 |     0 |   928 |     - |3617k|   0 | 199 | 570 | 960 | 570 | 960 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.21	c   0.2s|     1 |     0 |   992 |     - |5818k|   0 | 229 | 570 |1089 | 570 | 963 |   3 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.34	c   0.3s|     1 |     0 |  1036 |     - |5845k|   0 | 236 | 570 |1089 | 570 | 966 |   6 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |  1058 |     - |5846k|   0 | 233 | 570 |1089 | 570 | 968 |   8 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.02	c   1.0s|     1 |     2 |  1058 |     - |5847k|   0 | 233 | 570 |1089 | 570 | 968 |   8 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
36.18/36.20	c  36.2s| 10000 |   427 |268558 |  26.8 |8982k|  35 |   - | 570 |4515 | 570 | 967 |   8 |  14k|2382 | 0.000000e+00 |      --      |    Inf 
59.28/59.33	c  59.3s| 20000 |   524 |509435 |  25.4 |  10M|  38 | 143 | 570 |6424 | 570 | 967 |   8 |  29k|3359 | 0.000000e+00 |      --      |    Inf 
85.77/85.82	c  85.8s| 30000 |   820 |783220 |  26.1 |  10M|  40 | 106 | 570 |5279 | 570 | 967 |   8 |  42k|4121 | 0.000000e+00 |      --      |    Inf 
108.47/108.53	c   109s| 40000 |   942 |  1047k|  26.2 |  11M|  41 |   - | 570 |7026 |   0 |   0 |   8 |  56k|4335 | 0.000000e+00 |      --      |    Inf 
133.46/133.55	c   134s| 50000 |  1031 |  1303k|  26.0 |  11M|  41 |  56 | 570 |7053 | 570 | 967 |   8 |  70k|5226 | 0.000000e+00 |      --      |    Inf 
159.27/159.35	c   159s| 60000 |  1212 |  1571k|  26.2 |  12M|  41 |  99 | 570 |6548 | 570 | 967 |   8 |  82k|5925 | 0.000000e+00 |      --      |    Inf 
188.56/188.67	c   189s| 70000 |  1922 |  1885k|  26.9 |  12M|  42 |  56 | 570 |4905 | 570 | 967 |   8 |  94k|6512 | 0.000000e+00 |      --      |    Inf 
221.56/221.66	c   222s| 80000 |  2590 |  2232k|  27.9 |  14M|  44 | 179 | 570 |6010 | 570 | 967 |   8 | 106k|7221 | 0.000000e+00 |      --      |    Inf 
255.36/255.45	c   255s| 90000 |  3263 |  2584k|  28.7 |  15M|  47 |  20 | 570 |7176 | 570 | 967 |   8 | 117k|7951 | 0.000000e+00 |      --      |    Inf 
291.75/291.88	c   292s|100000 |  3900 |  2964k|  29.6 |  17M|  49 |   - | 570 |7337 | 570 | 967 |   8 | 129k|8653 | 0.000000e+00 |      --      |    Inf 
324.04/324.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
324.04/324.10	c   324s|110000 |  4205 |  3308k|  30.1 |  18M|  49 |   - | 570 |8539 | 570 | 967 |   8 | 141k|9232 | 0.000000e+00 |      --      |    Inf 
352.84/352.94	c   353s|120000 |  4448 |  3620k|  30.2 |  19M|  49 |   - | 570 |  10k|   0 |   0 |   8 | 155k|9691 | 0.000000e+00 |      --      |    Inf 
386.53/386.64	c   387s|130000 |  4839 |  3979k|  30.6 |  19M|  49 | 160 | 570 |8753 | 570 | 967 |   8 | 166k|  10k| 0.000000e+00 |      --      |    Inf 
414.92/415.00	c   415s|140000 |  4997 |  4286k|  30.6 |  21M|  49 |  16 | 570 |  11k| 570 | 967 |   8 | 179k|  10k| 0.000000e+00 |      --      |    Inf 
441.82/441.90	c   442s|150000 |  5086 |  4558k|  30.4 |  21M|  49 |   - | 570 |9702 | 570 | 967 |   8 | 192k|  11k| 0.000000e+00 |      --      |    Inf 
469.83/469.95	c   470s|160000 |  5246 |  4856k|  30.3 |  22M|  49 |   - | 570 |  10k|   0 |   0 |   8 | 206k|  11k| 0.000000e+00 |      --      |    Inf 
502.32/502.45	c   502s|170000 |  5545 |  5208k|  30.6 |  22M|  49 | 148 | 570 |  10k| 570 | 967 |   8 | 218k|  12k| 0.000000e+00 |      --      |    Inf 
534.21/534.37	c   534s|180000 |  5864 |  5555k|  30.9 |  22M|  49 | 151 | 570 |9483 | 570 | 967 |   8 | 231k|  12k| 0.000000e+00 |      --      |    Inf 
565.41/565.55	c   566s|190000 |  6079 |  5885k|  31.0 |  23M|  49 | 223 | 570 |  10k| 570 | 967 |   8 | 243k|  12k| 0.000000e+00 |      --      |    Inf 
597.10/597.22	c   597s|200000 |  6330 |  6222k|  31.1 |  23M|  49 |   - | 570 |9960 |   0 |   0 |   8 | 256k|  13k| 0.000000e+00 |      --      |    Inf 
630.09/630.22	c   630s|210000 |  6618 |  6580k|  31.3 |  23M|  49 | 132 | 570 |7829 | 570 | 967 |   8 | 268k|  13k| 0.000000e+00 |      --      |    Inf 
660.59/660.74	c   661s|220000 |  6761 |  6914k|  31.4 |  24M|  49 |   - | 570 |8957 | 570 | 967 |   8 | 280k|  14k| 0.000000e+00 |      --      |    Inf 
693.19/693.38	c   693s|230000 |  7051 |  7260k|  31.6 |  24M|  49 |   - | 570 |9108 |   0 |   0 |   8 | 292k|  14k| 0.000000e+00 |      --      |    Inf 
724.28/724.40	c   724s|240000 |  7399 |  7604k|  31.7 |  26M|  49 | 178 | 570 |  10k| 570 | 967 |   8 | 305k|  14k| 0.000000e+00 |      --      |    Inf 
754.18/754.39	c   754s|250000 |  7567 |  7924k|  31.7 |  25M|  49 | 102 | 570 |8767 | 570 | 967 |   8 | 317k|  15k| 0.000000e+00 |      --      |    Inf 
786.48/786.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
786.48/786.69	c   787s|260000 |  7784 |  8275k|  31.8 |  26M|  49 |   - | 570 |9537 | 570 | 967 |   8 | 329k|  15k| 0.000000e+00 |      --      |    Inf 
819.47/819.70	c   820s|270000 |  8304 |  8638k|  32.0 |  26M|  49 |   - | 570 |7945 | 570 | 967 |   8 | 341k|  16k| 0.000000e+00 |      --      |    Inf 
852.16/852.39	c   852s|280000 |  8654 |  8988k|  32.1 |  28M|  49 |  75 | 570 |  10k| 570 | 967 |   8 | 354k|  16k| 0.000000e+00 |      --      |    Inf 
883.85/884.07	c   884s|290000 |  9007 |  9351k|  32.2 |  29M|  49 |  66 | 570 |  11k| 570 | 967 |   8 | 364k|  16k| 0.000000e+00 |      --      |    Inf 
917.65/917.87	c   918s|300000 |  9246 |  9722k|  32.4 |  29M|  49 | 107 | 570 |  10k| 570 | 967 |   8 | 375k|  17k| 0.000000e+00 |      --      |    Inf 
950.64/950.89	c   951s|310000 |  9368 | 10081k|  32.5 |  30M|  49 |   - | 570 |9889 | 570 | 967 |   8 | 387k|  17k| 0.000000e+00 |      --      |    Inf 
982.44/982.68	c   983s|320000 |  9673 | 10437k|  32.6 |  31M|  49 | 163 | 570 |  11k| 570 | 967 |   8 | 399k|  17k| 0.000000e+00 |      --      |    Inf 
1015.24/1015.49	c  1015s|330000 |  9696 | 10798k|  32.7 |  32M|  49 | 163 | 570 |  12k| 570 | 967 |   8 | 410k|  18k| 0.000000e+00 |      --      |    Inf 
1047.83/1048.04	c  1048s|340000 |  9830 | 11161k|  32.8 |  32M|  49 |  81 | 570 |  11k| 570 | 967 |   8 | 421k|  18k| 0.000000e+00 |      --      |    Inf 
1079.13/1079.36	c  1079s|350000 |  9897 | 11488k|  32.8 |  31M|  49 | 144 | 570 |  10k| 570 | 967 |   8 | 434k|  18k| 0.000000e+00 |      --      |    Inf 
1111.92/1112.19	c  1112s|360000 | 10181 | 11854k|  32.9 |  31M|  49 | 142 | 570 |9134 | 570 | 967 |   8 | 446k|  19k| 0.000000e+00 |      --      |    Inf 
1144.82/1145.05	c  1145s|370000 | 10415 | 12199k|  33.0 |  32M|  49 |  73 | 570 |8728 | 570 | 967 |   8 | 459k|  19k| 0.000000e+00 |      --      |    Inf 
1175.41/1175.60	c  1176s|380000 | 10573 | 12541k|  33.0 |  32M|  49 |   - | 570 |8935 | 570 | 967 |   8 | 471k|  19k| 0.000000e+00 |      --      |    Inf 
1206.10/1206.34	c  1206s|390000 | 10709 | 12872k|  33.0 |  33M|  49 | 106 | 570 |  11k| 570 | 967 |   8 | 483k|  20k| 0.000000e+00 |      --      |    Inf 
1235.00/1235.23	c  1235s|400000 | 10812 | 13194k|  33.0 |  33M|  49 | 125 | 570 |  10k| 570 | 967 |   8 | 495k|  20k| 0.000000e+00 |      --      |    Inf 
1269.10/1269.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1269.10/1269.30	c  1269s|410000 | 11056 | 13555k|  33.1 |  33M|  49 |   - | 570 |9268 | 570 | 967 |   8 | 508k|  20k| 0.000000e+00 |      --      |    Inf 
1300.10/1300.38	c  1300s|420000 | 11200 | 13907k|  33.1 |  34M|  49 |  87 | 570 |  10k| 570 | 967 |   8 | 519k|  20k| 0.000000e+00 |      --      |    Inf 
1332.79/1333.08	c  1333s|430000 | 11343 | 14258k|  33.2 |  34M|  49 |   - | 570 |9021 | 570 | 967 |   8 | 531k|  21k| 0.000000e+00 |      --      |    Inf 
1363.19/1363.41	c  1363s|440000 | 11496 | 14596k|  33.2 |  35M|  49 | 158 | 570 |  10k| 570 | 967 |   8 | 543k|  21k| 0.000000e+00 |      --      |    Inf 
1395.08/1395.31	c  1395s|450000 | 11654 | 14945k|  33.2 |  35M|  49 |  73 | 570 |  11k| 570 | 967 |   8 | 555k|  21k| 0.000000e+00 |      --      |    Inf 
1427.08/1427.31	c  1427s|460000 | 11840 | 15305k|  33.3 |  35M|  49 |  89 | 570 |  10k| 570 | 967 |   8 | 567k|  21k| 0.000000e+00 |      --      |    Inf 
1459.35/1459.62	c  1460s|470000 | 11998 | 15666k|  33.3 |  36M|  49 |   - | 570 |  10k| 570 | 967 |   8 | 579k|  22k| 0.000000e+00 |      --      |    Inf 
1490.75/1491.02	c  1491s|480000 | 12124 | 16015k|  33.4 |  35M|  49 | 117 | 570 |8431 | 570 | 967 |   8 | 591k|  22k| 0.000000e+00 |      --      |    Inf 
1521.44/1521.76	c  1522s|490000 | 12290 | 16362k|  33.4 |  36M|  49 | 182 | 570 |9413 | 570 | 967 |   8 | 603k|  22k| 0.000000e+00 |      --      |    Inf 
1556.13/1556.40	c  1556s|500000 | 12523 | 16744k|  33.5 |  37M|  50 |   - | 570 |  10k| 570 | 967 |   8 | 615k|  23k| 0.000000e+00 |      --      |    Inf 
1589.73/1590.06	c  1590s|510000 | 12699 | 17121k|  33.6 |  36M|  50 |  40 | 570 |8480 | 570 | 967 |   8 | 626k|  23k| 0.000000e+00 |      --      |    Inf 
1618.92/1619.22	c  1619s|520000 | 12826 | 17436k|  33.5 |  37M|  50 | 123 | 570 |  10k| 570 | 967 |   8 | 639k|  23k| 0.000000e+00 |      --      |    Inf 
1647.91/1648.29	c  1648s|530000 | 12885 | 17762k|  33.5 |  37M|  51 | 113 | 570 |9366 | 570 | 967 |   8 | 651k|  23k| 0.000000e+00 |      --      |    Inf 
1678.12/1678.47	c  1678s|540000 | 13009 | 18092k|  33.5 |  38M|  51 |  38 | 570 |9913 | 570 | 967 |   8 | 664k|  24k| 0.000000e+00 |      --      |    Inf 
1706.91/1707.22	c  1707s|550000 | 13236 | 18407k|  33.5 |  39M|  51 |   - | 570 |  11k| 570 | 967 |   8 | 676k|  24k| 0.000000e+00 |      --      |    Inf 
1738.61/1738.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1738.61/1738.97	c  1739s|560000 | 13455 | 18765k|  33.5 |  38M|  51 |   - | 570 |9503 |   0 |   0 |   8 | 688k|  24k| 0.000000e+00 |      --      |    Inf 
1768.90/1769.25	c  1769s|570000 | 13598 | 19092k|  33.5 |  39M|  51 |   - | 570 |9248 | 570 | 967 |   8 | 700k|  24k| 0.000000e+00 |      --      |    Inf 
1796.70/1797.00	c 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Solving Time (sec) : 1797.00
1796.70/1797.00	c Solving Nodes      : 579416
1796.70/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.00	c Dual Bound         : +0.00000000000000e+00
1796.70/1797.00	c Gap                : infinite
1796.70/1797.00	s UNKNOWN
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Total Time         :    1797.00
1796.70/1797.00	c   solving          :    1797.00
1796.70/1797.00	c   presolving       :       0.02 (included in solving)
1796.70/1797.00	c   reading          :       0.01 (included in solving)
1796.70/1797.00	c Original Problem   :
1796.70/1797.00	c   Problem name     : HOME/instance-3741217-1338772698.opb
1796.70/1797.00	c   Variables        : 1200 (1200 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 1015 initial, 1015 maximal
1796.70/1797.00	c Presolved Problem  :
1796.70/1797.00	c   Problem name     : t_HOME/instance-3741217-1338772698.opb
1796.70/1797.00	c   Variables        : 570 (570 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 960 initial, 14460 maximal
1796.70/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   setppc           :       0.00        630          0          0          0          0          0          0          0          0
1796.70/1797.00	c   linear           :       0.01          0          0          0          0          0         55          0          0          0
1796.70/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.70/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   integral         :          0          0          0     317437          0          1          0        380       5054          0          0     629860
1796.70/1797.00	c   setppc           :        260          4    3092732          0          1          0   12946568       7721   11152090          0          0          0
1796.70/1797.00	c   linear           :         25+         5    3085011          0          1          0    1491383      22104     776402          2          0          0
1796.70/1797.00	c   logicor          :        675+         4    1790982          0          1          0    9577448      44874    3534211          0          0          0
1796.70/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1796.70/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.70/1797.00	c   integral         :     122.61       0.00       0.00     122.61       0.00       0.00       0.00
1796.70/1797.00	c   setppc           :      18.67       0.00      16.34       0.00       0.00       0.00       2.33
1796.70/1797.00	c   linear           :       9.18       0.00       7.89       0.00       0.00       0.00       1.29
1796.70/1797.00	c   logicor          :      58.04       0.00      53.77       0.00       0.00       0.00       4.27
1796.70/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.70/1797.00	c   vbounds          :          0          0          0          0
1796.70/1797.00	c   rootredcost      :          0          0          0          0
1796.70/1797.00	c   pseudoobj        :          0          0          0          0
1796.70/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.70/1797.00	c   vbounds          :       0.33       0.33       0.00
1796.70/1797.00	c   rootredcost      :       0.36       0.36       0.00
1796.70/1797.00	c   pseudoobj        :       0.24       0.24       0.00
1796.70/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.00	c   propagation      :       6.76      74699      68593    1074627       43.8       6253       22.8          -
1796.70/1797.00	c   infeasible LP    :      36.40     220704     218989    4004082       49.7       5738       19.6          0
1796.70/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.00	c   applied globally :          -          -          -     709901       34.7          -          -          -
1796.70/1797.00	c   applied locally  :          -          -          -       2201       67.9          -          -          -
1796.70/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.00	c   cut pool         :       0.00          3          -          -         95          -    (maximal pool size: 457)
1796.70/1797.00	c   redcost          :       2.72     315490          0          0          0          0
1796.70/1797.00	c   impliedbounds    :       0.00          4          0          0          0          0
1796.70/1797.00	c   intobj           :       0.00          0          0          0          0          0
1796.70/1797.00	c   gomory           :       0.25          4          0          0        500          0
1796.70/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1796.70/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1796.70/1797.00	c   strongcg         :       0.24          4          0          0        503          0
1796.70/1797.00	c   cmir             :       0.00          0          0          0          0          0
1796.70/1797.00	c   flowcover        :       0.00          0          0          0          0          0
1796.70/1797.00	c   clique           :       0.00          4          0          0          0          0
1796.70/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1796.70/1797.00	c   mcf              :       0.00          1          0          0          0          0
1796.70/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1796.70/1797.00	c   rapidlearning    :       0.04          1          0          0          0        129
1796.70/1797.00	c Pricers            :       Time      Calls       Vars
1796.70/1797.00	c   problem variables:       0.00          0          0
1796.70/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   relpscost        :     122.43     317437        380       5054          0          0     629860
1796.70/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1796.70/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   random           :       0.00          0          0          0          0          0          0
1796.70/1797.00	c Primal Heuristics  :       Time      Calls      Found
1796.70/1797.00	c   LP solutions     :       0.00          -          0
1796.70/1797.00	c   pseudo solutions :       0.00          -          0
1796.70/1797.00	c   trivial          :       0.00          1          0
1796.70/1797.00	c   shiftandpropagate:       0.00          0          0
1796.70/1797.00	c   simplerounding   :       0.00          0          0
1796.70/1797.00	c   zirounding       :       0.00          0          0
1796.70/1797.00	c   rounding         :       0.00          0          0
1796.70/1797.00	c   shifting         :       0.00          0          0
1796.70/1797.00	c   intshifting      :       0.00          0          0
1796.70/1797.00	c   oneopt           :       0.00          0          0
1796.70/1797.00	c   twoopt           :       0.00          0          0
1796.70/1797.00	c   fixandinfer      :       0.00          0          0
1796.70/1797.00	c   feaspump         :       0.00          0          0
1796.70/1797.00	c   clique           :       0.00          0          0
1796.70/1797.00	c   coefdiving       :       0.00          0          0
1796.70/1797.00	c   pscostdiving     :       0.00          0          0
1796.70/1797.00	c   fracdiving       :       0.00          0          0
1796.70/1797.00	c   veclendiving     :       0.00          0          0
1796.70/1797.00	c   intdiving        :       0.00          0          0
1796.70/1797.00	c   actconsdiving    :       0.00          0          0
1796.70/1797.00	c   objpscostdiving  :       0.00          0          0
1796.70/1797.00	c   rootsoldiving    :       0.00          0          0
1796.70/1797.00	c   linesearchdiving :       0.00          0          0
1796.70/1797.00	c   guideddiving     :       0.00          0          0
1796.70/1797.00	c   octane           :       0.00          0          0
1796.70/1797.00	c   rens             :       0.00          0          0
1796.70/1797.00	c   rins             :       0.00          0          0
1796.70/1797.00	c   localbranching   :       0.00          0          0
1796.70/1797.00	c   mutation         :       0.00          0          0
1796.70/1797.00	c   crossover        :       0.00          0          0
1796.70/1797.00	c   dins             :       0.00          0          0
1796.70/1797.00	c   vbounds          :       0.00          0          0
1796.70/1797.00	c   undercover       :       0.00          0          0
1796.70/1797.00	c   subnlp           :       0.00          0          0
1796.70/1797.00	c   trysol           :       0.00          0          0
1796.70/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.70/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1796.70/1797.00	c   dual LP          :    1425.02     534239   19409041      36.33   13620.17
1796.70/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1796.70/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1796.70/1797.00	c   strong branching :     113.33      24886    1394603      56.04   12305.78
1796.70/1797.00	c     (at root node) :          -         10       4595     459.50          -
1796.70/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.00	c B&B Tree           :
1796.70/1797.00	c   number of runs   :          1
1796.70/1797.00	c   nodes            :     579416
1796.70/1797.00	c   nodes (total)    :     579416
1796.70/1797.00	c   nodes left       :      13799
1796.70/1797.00	c   max depth        :         51
1796.70/1797.00	c   max depth (total):         51
1796.70/1797.00	c   backtracks       :     138471 (23.9%)
1796.70/1797.00	c   delayed cutoffs  :      36648
1796.70/1797.00	c   repropagations   :     540354 (5842794 domain reductions, 31298 cutoffs)
1796.70/1797.00	c   avg switch length:       4.80
1796.70/1797.00	c   switching time   :      55.78
1796.70/1797.00	c Solution           :
1796.70/1797.00	c   Solutions found  :          0 (0 improvements)
1796.70/1797.00	c   Primal Bound     :          -
1796.70/1797.00	c   Dual Bound       : +0.00000000000000e+00
1796.70/1797.00	c   Gap              :   infinite
1796.70/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1796.70/1797.00	c   Root Iterations  :       1058
1796.70/1797.07	c Time complete: 1796.77.

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-3741217-1338772698/watcher-3741217-1338772698 -o /tmp/evaluation-result-3741217-1338772698/solver-3741217-1338772698 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3741217-1338772698.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: 1.91 1.98 1.99 3/177 21775
/proc/meminfo: memFree=28540760/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=10952 CPUtime=0 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 1633 0 0 0 0 0 0 0 20 0 1 0 343395846 11214848 1587 33554432000 4194304 9016284 140735561514880 140733687160248 7870589 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 2738 1597 340 1178 0 1556 0

[startup+0.00635896 s]
/proc/loadavg: 1.91 1.98 1.99 3/177 21775
/proc/meminfo: memFree=28540760/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=10952 CPUtime=0 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 1732 0 0 0 0 0 0 0 20 0 1 0 343395846 11214848 1686 33554432000 4194304 9016284 140735561514880 140733687160248 7870589 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 2738 1699 340 1178 0 1556 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10952

[startup+0.100192 s]
/proc/loadavg: 1.91 1.98 1.99 3/177 21775
/proc/meminfo: memFree=28540760/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=25348 CPUtime=0.09 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 5541 0 0 0 8 1 0 0 20 0 1 0 343395846 25956352 5238 33554432000 4194304 9016284 140735561514880 140733687160248 6550407 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 6337 5238 623 1178 0 5155 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25348

[startup+0.405632 s]
/proc/loadavg: 1.91 1.98 1.99 3/177 21775
/proc/meminfo: memFree=28540760/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=42076 CPUtime=0.39 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 10191 0 0 0 38 1 0 0 20 0 1 0 343395846 43085824 9182 33554432000 4194304 9016284 140735561514880 140735561509992 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 10519 9182 664 1178 0 9337 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 42076

[startup+0.700181 s]
/proc/loadavg: 1.91 1.98 1.99 3/177 21775
/proc/meminfo: memFree=28540760/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=42132 CPUtime=0.69 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 10201 0 0 0 67 2 0 0 20 0 1 0 343395846 43143168 9192 33554432000 4194304 9016284 140735561514880 140735561509992 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 10533 9192 665 1178 0 9351 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42132

[startup+1.50024 s]
/proc/loadavg: 1.91 1.98 1.99 3/178 21776
/proc/meminfo: memFree=28505892/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=42132 CPUtime=1.48 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 10203 0 0 0 146 2 0 0 20 0 1 0 343395846 43143168 9194 33554432000 4194304 9016284 140735561514880 140735561508728 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 10533 9194 667 1178 0 9351 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 42132

[startup+3.10023 s]
/proc/loadavg: 1.91 1.98 1.99 3/178 21776
/proc/meminfo: memFree=28505496/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=42132 CPUtime=3.09 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 10203 0 0 0 305 4 0 0 20 0 1 0 343395846 43143168 9194 33554432000 4194304 9016284 140735561514880 140735561508728 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 10533 9194 667 1178 0 9351 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42132

[startup+6.30023 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 21776
/proc/meminfo: memFree=28507572/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=42132 CPUtime=6.29 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 10206 0 0 0 621 8 0 0 20 0 1 0 343395846 43143168 9197 33554432000 4194304 9016284 140735561514880 140735561508632 7178302 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 10533 9197 669 1178 0 9351 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42132

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 21776
/proc/meminfo: memFree=28507552/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=42132 CPUtime=12.69 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 10206 0 0 0 1253 16 0 0 20 0 1 0 343395846 43143168 9197 33554432000 4194304 9016284 140735561514880 140735561509208 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 10533 9197 669 1178 0 9351 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42132

[startup+25.5062 s]
/proc/loadavg: 1.94 1.98 1.99 3/178 21776
/proc/meminfo: memFree=28505744/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=42132 CPUtime=25.49 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 10206 0 0 0 2516 33 0 0 20 0 1 0 343395846 43143168 9197 33554432000 4194304 9016284 140735561514880 140735561508744 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 10533 9197 669 1178 0 9351 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42132

[startup+51.1002 s]
/proc/loadavg: 1.96 1.98 1.99 3/178 21776
/proc/meminfo: memFree=28503044/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=42132 CPUtime=51.08 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 10285 0 0 0 5040 68 0 0 20 0 1 0 343395846 43143168 9276 33554432000 4194304 9016284 140735561514880 140735561508744 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 10533 9276 669 1178 0 9351 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 42132

[startup+102.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/178 21776
/proc/meminfo: memFree=28500176/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=42504 CPUtime=102.27 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 10548 0 0 0 10095 132 0 0 20 0 1 0 343395846 43524096 9539 33554432000 4194304 9016284 140735561514880 140735561509048 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 10626 9539 669 1178 0 9444 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 42504

[startup+162.3 s]
/proc/loadavg: 2.07 2.01 2.00 3/179 21780
/proc/meminfo: memFree=28493396/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=43604 CPUtime=162.26 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 10860 0 0 0 16016 210 0 0 20 0 1 0 343395846 44650496 9851 33554432000 4194304 9016284 140735561514880 140735561508840 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 10901 9851 669 1178 0 9719 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 43604

[startup+222.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/178 21780
/proc/meminfo: memFree=28482212/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=46572 CPUtime=222.26 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 11617 0 0 0 21943 283 0 0 20 0 1 0 343395846 47689728 10608 33554432000 4194304 9016284 140735561514880 140735561509208 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 11643 10608 669 1178 0 10461 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 46572

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 21780
/proc/meminfo: memFree=28475984/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=50112 CPUtime=282.25 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 12489 0 0 0 27870 355 0 0 20 0 1 0 343395846 51314688 11478 33554432000 4194304 9016284 140735561514880 140735561508744 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 12528 11478 669 1178 0 11346 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 50112

[startup+342.306 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 21780
/proc/meminfo: memFree=28470996/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=53048 CPUtime=342.24 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 13186 0 0 0 33797 427 0 0 20 0 1 0 343395846 54321152 12175 33554432000 4194304 9016284 140735561514880 140735561508792 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 13262 12175 669 1178 0 12080 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 53048

[startup+402.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/178 21780
/proc/meminfo: memFree=28467812/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=54640 CPUtime=402.23 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 13659 0 0 0 39721 502 0 0 20 0 1 0 343395846 55951360 12645 33554432000 4194304 9016284 140735561514880 140735561508840 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 13660 12645 669 1178 0 12478 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 54640

[startup+462.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/178 21781
/proc/meminfo: memFree=28464764/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=57428 CPUtime=462.22 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 14344 0 0 0 45649 573 0 0 20 0 1 0 343395846 58806272 13328 33554432000 4194304 9016284 140735561514880 140735561509160 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 14357 13328 669 1178 0 13175 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 57428

[startup+522.3 s]
/proc/loadavg: 2.26 2.11 2.03 3/178 21983
/proc/meminfo: memFree=28408576/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=58176 CPUtime=522.21 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 14511 0 0 0 51572 649 0 0 20 0 1 0 343395846 59572224 13495 33554432000 4194304 9016284 140735561514880 140735561508840 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 14544 13495 669 1178 0 13362 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 58176

[startup+582.3 s]
/proc/loadavg: 2.13 2.10 2.03 3/177 21983
/proc/meminfo: memFree=28407460/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=58828 CPUtime=582.2 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 14730 0 0 0 57494 726 0 0 20 0 1 0 343395846 60239872 13714 33554432000 4194304 9016284 140735561514880 140735561509208 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 14707 13714 669 1178 0 13525 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 58828

[startup+642.3 s]

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

/proc/meminfo: memFree=28364124/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=70844 CPUtime=1122.12 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 17717 0 0 0 110817 1395 0 0 20 0 1 0 343395846 72544256 16701 33554432000 4194304 9016284 140735561514880 140735561508744 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 17711 16701 669 1178 0 16529 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 70844

[startup+1182.3 s]
/proc/loadavg: 2.07 2.09 2.04 3/177 21988
/proc/meminfo: memFree=28360400/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=72220 CPUtime=1182.11 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 18063 0 0 0 116742 1469 0 0 20 0 1 0 343395846 73953280 17047 33554432000 4194304 9016284 140735561514880 140735561508792 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 18055 17047 669 1178 0 16873 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 72220

[startup+1242.3 s]
/proc/loadavg: 2.06 2.09 2.04 3/177 21988
/proc/meminfo: memFree=28360756/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=73832 CPUtime=1242.1 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 18435 0 0 0 122666 1544 0 0 20 0 1 0 343395846 75603968 17419 33554432000 4194304 9016284 140735561514880 140735561508136 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 18458 17419 669 1178 0 17276 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 73832

[startup+1302.3 s]
/proc/loadavg: 2.05 2.08 2.04 3/177 21988
/proc/meminfo: memFree=28359640/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=74904 CPUtime=1302.09 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 18738 0 0 0 128594 1615 0 0 20 0 1 0 343395846 76701696 17722 33554432000 4194304 9016284 140735561514880 140735561508744 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 18726 17722 669 1178 0 17544 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 74904

[startup+1362.3 s]
/proc/loadavg: 2.08 2.08 2.04 3/178 21991
/proc/meminfo: memFree=28356724/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=76180 CPUtime=1362.08 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 18994 0 0 0 134518 1690 0 0 20 0 1 0 343395846 78008320 17978 33554432000 4194304 9016284 140735561514880 140735561509048 4291397 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 19045 17978 669 1178 0 17863 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 76180

[startup+1422.3 s]
/proc/loadavg: 2.06 2.08 2.04 3/177 21992
/proc/meminfo: memFree=28355516/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=76376 CPUtime=1422.07 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 19076 0 0 0 140441 1766 0 0 20 0 1 0 343395846 78209024 18060 33554432000 4194304 9016284 140735561514880 140735561508744 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 19094 18060 669 1178 0 17912 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 76376

[startup+1482.3 s]
/proc/loadavg: 2.02 2.06 2.03 3/177 22031
/proc/meminfo: memFree=31095568/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=76376 CPUtime=1482.04 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 19116 0 0 0 146366 1838 0 0 20 0 1 0 343395846 78209024 18281 33554432000 4194304 9016284 140735561514880 140735561508792 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 19094 18281 669 1178 0 17912 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 76376

[startup+1542.3 s]
/proc/loadavg: 2.05 2.06 2.03 3/177 22031
/proc/meminfo: memFree=31020612/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=76788 CPUtime=1542.04 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 19238 0 0 0 152292 1912 0 0 20 0 1 0 343395846 78630912 18403 33554432000 4194304 9016284 140735561514880 140735561508744 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 19197 18403 669 1178 0 18015 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 76788

[startup+1602.3 s]
/proc/loadavg: 2.02 2.05 2.02 3/177 22069
/proc/meminfo: memFree=30102912/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=77452 CPUtime=1602.03 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 19402 0 0 0 158219 1984 0 0 20 0 1 0 343395846 79310848 18567 33554432000 4194304 9016284 140735561514880 140735561508840 7081839 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 19363 18567 669 1178 0 18181 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 77452

[startup+1662.31 s]
/proc/loadavg: 2.04 2.05 2.02 3/177 22069
/proc/meminfo: memFree=30073040/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=77944 CPUtime=1662.03 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 19492 0 0 0 164143 2060 0 0 20 0 1 0 343395846 79814656 18657 33554432000 4194304 9016284 140735561514880 140735561508744 6817781 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 19486 18657 669 1178 0 18304 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 77944

[startup+1722.3 s]
/proc/loadavg: 2.05 2.05 2.02 3/177 22070
/proc/meminfo: memFree=30070960/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=78104 CPUtime=1722.01 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 19544 0 0 0 170064 2137 0 0 20 0 1 0 343395846 79978496 18709 33554432000 4194304 9016284 140735561514880 140735561509208 6523142 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 19526 18709 669 1178 0 18344 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 78104

[startup+1782.3 s]
/proc/loadavg: 2.05 2.06 2.02 3/177 22070
/proc/meminfo: memFree=30070028/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=78492 CPUtime=1782 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 19634 0 0 0 175991 2209 0 0 20 0 1 0 343395846 80375808 18798 33554432000 4194304 9016284 140735561514880 140735561508632 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 19623 18798 669 1178 0 18441 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 78492

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

[startup+1785.7 s]
/proc/loadavg: 2.05 2.05 2.02 3/177 22070
/proc/meminfo: memFree=30070268/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=78492 CPUtime=1785.39 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 19634 0 0 0 176327 2212 0 0 20 0 1 0 343395846 80375808 18798 33554432000 4194304 9016284 140735561514880 140735561509048 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 19623 18798 669 1178 0 18441 0
Current children cumulated CPU time (s) 1785.39
Current children cumulated vsize (KiB) 78492

[startup+1792.11 s]
/proc/loadavg: 2.04 2.05 2.02 3/177 22070
/proc/meminfo: memFree=30070268/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=78492 CPUtime=1791.8 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 19634 0 0 0 176960 2220 0 0 20 0 1 0 343395846 80375808 18798 33554432000 4194304 9016284 140735561514880 140735561508728 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 19623 18798 669 1178 0 18441 0
Current children cumulated CPU time (s) 1791.8
Current children cumulated vsize (KiB) 78492

[startup+1795.3 s]
/proc/loadavg: 2.04 2.05 2.02 3/177 22070
/proc/meminfo: memFree=30070376/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=78492 CPUtime=1795 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 19634 0 0 0 177276 2224 0 0 20 0 1 0 343395846 80375808 18798 33554432000 4194304 9016284 140735561514880 140735561508840 5325537 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 19623 18798 669 1178 0 18441 0
Current children cumulated CPU time (s) 1795
Current children cumulated vsize (KiB) 78492

[startup+1796.1 s]
/proc/loadavg: 2.04 2.05 2.02 3/177 22070
/proc/meminfo: memFree=30070376/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=78492 CPUtime=1795.79 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 19634 0 0 0 177354 2225 0 0 20 0 1 0 343395846 80375808 18798 33554432000 4194304 9016284 140735561514880 140735561508840 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 19623 18798 669 1178 0 18441 0
Current children cumulated CPU time (s) 1795.79
Current children cumulated vsize (KiB) 78492

[startup+1796.51 s]
/proc/loadavg: 2.04 2.05 2.02 3/177 22070
/proc/meminfo: memFree=30070376/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=78492 CPUtime=1796.2 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 19634 0 0 0 177394 2226 0 0 20 0 1 0 343395846 80375808 18798 33554432000 4194304 9016284 140735561514880 140735561509048 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 19623 18798 669 1178 0 18441 0
Current children cumulated CPU time (s) 1796.2
Current children cumulated vsize (KiB) 78492

[startup+1796.9 s]
/proc/loadavg: 2.04 2.05 2.02 3/177 22070
/proc/meminfo: memFree=30070376/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=78492 CPUtime=1796.6 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 19636 0 0 0 177433 2227 0 0 20 0 1 0 343395846 80375808 18800 33554432000 4194304 9016284 140735561514880 140735561509048 7180592 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 19623 18800 669 1178 0 18441 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 78492

[startup+1797 s]
/proc/loadavg: 2.04 2.05 2.02 3/177 22070
/proc/meminfo: memFree=30070376/32873648 swapFree=7628/7628
[pid=21775] ppid=21773 vsize=78492 CPUtime=1796.7 cores=1,3,5,7
/proc/21775/stat : 21775 (scip-2.0.1.4b_2) R 21773 21775 20052 0 -1 4202496 19637 0 0 0 177443 2227 0 0 20 0 1 0 343395846 80375808 18801 33554432000 4194304 9016284 140735561514880 140735561509048 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21775/statm: 19623 18801 670 1178 0 18441 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 78492

Child status: 0
Real time (s): 1797.08
CPU time (s): 1796.78
CPU user time (s): 1774.5
CPU system time (s): 22.2786
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 78492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.5
system time used= 22.2786
maximum resident set size= 75212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19644
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= 24
involuntary context switches= 1850

runsolver used 5.32619 second user time and 15.4007 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-04 03:18:19
IDJOB=3741217
IDBENCH=89819
IDSOLVER=2329
FILE ID=node122/3741217-1338772698
RUNJOBID= node122-1338749400-20069
PBS_JOBID= 14636801
Free space on /tmp= 71120 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820157.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-3741217-1338772698/watcher-3741217-1338772698 -o /tmp/evaluation-result-3741217-1338772698/solver-3741217-1338772698 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3741217-1338772698.opb -t 1800 -m 15500

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

MD5SUM BENCH= da32b1e615c8e1bae2ecd5f742c16c96
RANDOM SEED=788852916

node122.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.533
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.06
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.533
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.533
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	: 5332.04
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.533
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.91
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.533
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.91
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.533
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	: 5438.54
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.533
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.91
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.533
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:       32873648 kB
MemFree:        28541124 kB
Buffers:          236036 kB
Cached:           264820 kB
SwapCached:         1832 kB
Active:          3451844 kB
Inactive:          32168 kB
Active(anon):    2978516 kB
Inactive(anon):     6992 kB
Active(file):     473328 kB
Inactive(file):    25176 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:             16720 kB
Writeback:             0 kB
AnonPages:       2999592 kB
Mapped:            11404 kB
Shmem:                 0 kB
Slab:             691648 kB
SReclaimable:     135644 kB
SUnreclaim:       556004 kB
KernelStack:        1464 kB
PageTables:        10944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3393056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    815104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71104 MiB
End job on node122 at 2012-06-04 03:48:16