Trace number 3729014

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.74 1797.03

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24bt.opb
MD5SUMf8964c43535341fcc69e672675167b77
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark23.1595
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
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.01	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3729014-1338679304.opb>
0.00/0.02	c original problem has 490 variables (490 bin, 0 int, 0 impl, 0 cont) and 1085 constraints
0.00/0.02	c problem read
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.02	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 3 del vars, 1 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 526 impls, 0 clqs
0.00/0.02	c (round 2) 18 del vars, 22 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 526 impls, 0 clqs
0.00/0.02	c (round 3) 18 del vars, 37 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 526 impls, 0 clqs
0.00/0.03	c (round 4) 18 del vars, 37 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 1048 upgd conss, 526 impls, 0 clqs
0.00/0.05	c (round 5) 24 del vars, 37 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 1048 upgd conss, 17948 impls, 6 clqs
0.03/0.05	c (round 6) 24 del vars, 43 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 1048 upgd conss, 17948 impls, 6 clqs
0.03/0.05	c (round 7) 24 del vars, 45 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 1048 upgd conss, 17948 impls, 6 clqs
0.03/0.05	c presolving (8 rounds):
0.03/0.05	c  24 deleted vars, 45 deleted constraints, 0 added constraints, 16 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.05	c  17948 implications, 6 cliques
0.03/0.05	c presolved problem has 466 variables (466 bin, 0 int, 0 impl, 0 cont) and 1040 constraints
0.03/0.05	c     334 constraints of type <knapsack>
0.03/0.05	c     225 constraints of type <setppc>
0.03/0.05	c     481 constraints of type <logicor>
0.03/0.05	c transformed objective value is always integral (scale: 1)
0.03/0.05	c Presolving Time: 0.03
0.03/0.05	c - non default parameters ----------------------------------------------------------------------
0.03/0.05	c # SCIP version 2.0.1.5
0.03/0.05	c 
0.03/0.05	c # frequency for displaying node information lines
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.05	c display/freq = 10000
0.03/0.05	c 
0.03/0.05	c # maximal time in seconds to run
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.05	c limits/time = 1797
0.03/0.05	c 
0.03/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.05	c limits/memory = 13950
0.03/0.05	c 
0.03/0.05	c # solving stops, if the given number of solutions were found (-1: no limit)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.05	c limits/solutions = 1
0.03/0.05	c 
0.03/0.05	c # maximal number of separation rounds per node (-1: unlimited)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 5]
0.03/0.05	c separating/maxrounds = 1
0.03/0.05	c 
0.03/0.05	c # maximal number of separation rounds in the root node (-1: unlimited)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.05	c separating/maxroundsroot = 5
0.03/0.05	c 
0.03/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.03/0.05	c # [type: int, range: [1,2], default: 1]
0.03/0.05	c timing/clocktype = 2
0.03/0.05	c 
0.03/0.05	c # belongs reading time to solving time?
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c timing/reading = TRUE
0.03/0.05	c 
0.03/0.05	c # should presolving try to simplify inequalities
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/linear/simplifyinequalities = TRUE
0.03/0.05	c 
0.03/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/indicator/addCouplingCons = TRUE
0.03/0.05	c 
0.03/0.05	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.03/0.05	c constraints/knapsack/disaggregation = FALSE
0.03/0.05	c 
0.03/0.05	c # should presolving try to simplify knapsacks
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.05	c 
0.03/0.05	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.05	c presolving/probing/maxrounds = 0
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.05	c heuristics/coefdiving/freq = -1
0.03/0.05	c 
0.03/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.05	c heuristics/coefdiving/maxlpiterquot = 0.075
0.03/0.05	c 
0.03/0.05	c # additional number of allowed LP iterations
0.03/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.05	c heuristics/coefdiving/maxlpiterofs = 1500
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 30]
0.03/0.05	c heuristics/crossover/freq = -1
0.03/0.05	c 
0.03/0.05	c # number of nodes added to the contingent of the total nodes
0.03/0.05	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.03/0.05	c heuristics/crossover/nodesofs = 750
0.03/0.05	c 
0.03/0.05	c # number of nodes without incumbent change that heuristic should wait
0.03/0.05	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.03/0.05	c heuristics/crossover/nwaitingnodes = 100
0.03/0.05	c 
0.03/0.05	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.03/0.05	c # [type: real, range: [0,1], default: 0.1]
0.03/0.05	c heuristics/crossover/nodesquot = 0.15
0.03/0.05	c 
0.03/0.05	c # minimum percentage of integer variables that have to be fixed 
0.03/0.05	c # [type: real, range: [0,1], default: 0.666]
0.03/0.05	c heuristics/crossover/minfixingrate = 0.5
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.05	c heuristics/feaspump/freq = -1
0.03/0.05	c 
0.03/0.05	c # additional number of allowed LP iterations
0.03/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.05	c heuristics/feaspump/maxlpiterofs = 2000
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.05	c heuristics/fracdiving/freq = -1
0.03/0.05	c 
0.03/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.05	c heuristics/fracdiving/maxlpiterquot = 0.075
0.03/0.05	c 
0.03/0.05	c # additional number of allowed LP iterations
0.03/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.05	c heuristics/fracdiving/maxlpiterofs = 1500
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.05	c heuristics/guideddiving/freq = -1
0.03/0.05	c 
0.03/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.05	c heuristics/guideddiving/maxlpiterquot = 0.075
0.03/0.05	c 
0.03/0.05	c # additional number of allowed LP iterations
0.03/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.05	c heuristics/guideddiving/maxlpiterofs = 1500
0.03/0.05	c 
0.03/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.05	c heuristics/intdiving/maxlpiterquot = 0.075
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.05	c heuristics/intshifting/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.05	c heuristics/linesearchdiving/freq = -1
0.03/0.05	c 
0.03/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.05	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.03/0.05	c 
0.03/0.05	c # additional number of allowed LP iterations
0.03/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.05	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.05	c heuristics/objpscostdiving/freq = -1
0.03/0.05	c 
0.03/0.05	c # maximal fraction of diving LP iterations compared to total iteration number
0.03/0.05	c # [type: real, range: [0,1], default: 0.01]
0.03/0.05	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.03/0.05	c 
0.03/0.05	c # additional number of allowed LP iterations
0.03/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.05	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.05	c heuristics/oneopt/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.05	c heuristics/pscostdiving/freq = -1
0.03/0.05	c 
0.03/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.05	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.03/0.05	c 
0.03/0.05	c # additional number of allowed LP iterations
0.03/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.05	c heuristics/pscostdiving/maxlpiterofs = 1500
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.05	c heuristics/rens/freq = -1
0.03/0.05	c 
0.03/0.05	c # minimum percentage of integer variables that have to be fixable 
0.03/0.05	c # [type: real, range: [0,1], default: 0.5]
0.03/0.05	c heuristics/rens/minfixingrate = 0.3
0.03/0.05	c 
0.03/0.05	c # number of nodes added to the contingent of the total nodes
0.03/0.05	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.03/0.05	c heuristics/rens/nodesofs = 2000
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.05	c heuristics/rootsoldiving/freq = -1
0.03/0.05	c 
0.03/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.03/0.05	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.03/0.05	c 
0.03/0.05	c # additional number of allowed LP iterations
0.03/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.05	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.05	c heuristics/rounding/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.05	c heuristics/shiftandpropagate/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.05	c heuristics/shifting/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.05	c heuristics/simplerounding/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.05	c heuristics/subnlp/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.05	c heuristics/trivial/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.05	c heuristics/trysol/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.05	c heuristics/undercover/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.05	c heuristics/veclendiving/freq = -1
0.03/0.05	c 
0.03/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.05	c heuristics/veclendiving/maxlpiterquot = 0.075
0.03/0.05	c 
0.03/0.05	c # additional number of allowed LP iterations
0.03/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.05	c heuristics/veclendiving/maxlpiterofs = 1500
0.03/0.05	c 
0.03/0.05	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.05	c heuristics/zirounding/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.05	c separating/cmir/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.05	c separating/flowcover/freq = -1
0.03/0.05	c 
0.03/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.05	c separating/rapidlearning/freq = 0
0.03/0.05	c 
0.03/0.05	c -----------------------------------------------------------------------------------------------
0.03/0.05	c start solving
0.03/0.05	c 
0.18/0.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.18/0.22	c   0.2s|     1 |     0 |  2140 |     - |3620k|   0 | 243 | 466 |1040 | 466 |1040 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.76	c   0.8s|     1 |     0 |  4186 |     - |8697k|   0 | 330 | 466 |1048 | 466 |1480 | 440 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.18/1.25	c   1.2s|     1 |     0 |  5756 |     - |  13M|   0 | 365 | 466 |1048 | 466 |1679 | 639 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.68/1.78	c   1.8s|     1 |     0 |  6816 |     - |  16M|   0 | 374 | 466 |1048 | 466 |1822 | 782 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.18/2.22	c   2.2s|     1 |     0 |  7292 |     - |  19M|   0 | 371 | 466 |1048 | 466 |1867 | 827 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.59/2.66	c   2.7s|     1 |     0 |  7733 |     - |  22M|   0 | 357 | 466 |1048 | 466 |1896 | 856 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.48/3.59	c   3.6s|     1 |     2 |  7733 |     - |  22M|   0 | 357 | 466 |1048 | 466 |1896 | 856 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
55.27/55.38	c  55.4s| 10000 |    89 |353404 |  34.6 |  23M|  37 |   - | 466 |1840 | 466 |1339 | 856 |1384 |2116 | 0.000000e+00 |      --      |    Inf 
91.06/91.18	c  91.2s| 20000 |    92 |697916 |  34.5 |  23M|  40 |   - | 466 |2290 | 466 |1339 | 856 |2902 |2775 | 0.000000e+00 |      --      |    Inf 
123.76/123.81	c   124s| 30000 |   102 |  1025k|  33.9 |  23M|  47 |   - | 466 |2528 |   0 |   0 | 856 |4309 |3133 | 0.000000e+00 |      --      |    Inf 
157.05/157.16	c   157s| 40000 |   101 |  1351k|  33.6 |  23M|  47 |   - | 466 |2866 | 466 |1339 | 856 |5725 |3654 | 0.000000e+00 |      --      |    Inf 
191.05/191.19	c   191s| 50000 |   105 |  1690k|  33.7 |  24M|  47 |  93 | 466 |3629 | 466 |1339 | 856 |7308 |4119 | 0.000000e+00 |      --      |    Inf 
225.84/225.97	c   226s| 60000 |   101 |  2033k|  33.8 |  24M|  47 |   - | 466 |3484 | 466 |1339 | 856 |8659 |4620 | 0.000000e+00 |      --      |    Inf 
260.83/260.93	c   261s| 70000 |   103 |  2379k|  33.9 |  24M|  47 |  53 | 466 |3706 | 466 |1339 | 856 |9733 |5009 | 0.000000e+00 |      --      |    Inf 
294.12/294.28	c   294s| 80000 |   109 |  2722k|  33.9 |  24M|  49 |   - | 466 |3786 |   0 |   0 | 856 |  10k|5274 | 0.000000e+00 |      --      |    Inf 
330.22/330.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
330.22/330.39	c   330s| 90000 |   110 |  3065k|  34.0 |  24M|  50 |  51 | 466 |3572 | 466 |1339 | 856 |  11k|5872 | 0.000000e+00 |      --      |    Inf 
369.01/369.18	c   369s|100000 |   109 |  3413k|  34.1 |  24M|  50 |   - | 466 |2965 | 466 |1339 | 856 |  13k|6837 | 0.000000e+00 |      --      |    Inf 
402.41/402.58	c   403s|110000 |   104 |  3763k|  34.1 |  24M|  50 |   - | 466 |3406 |   0 |   0 | 856 |  14k|6887 | 0.000000e+00 |      --      |    Inf 
435.11/435.25	c   435s|120000 |   108 |  4095k|  34.1 |  24M|  52 |   - | 466 |3312 | 466 |1339 | 856 |  15k|7127 | 0.000000e+00 |      --      |    Inf 
468.41/468.55	c   469s|130000 |   100 |  4424k|  34.0 |  24M|  59 |   - | 466 |3339 |   0 |   0 | 856 |  16k|7489 | 0.000000e+00 |      --      |    Inf 
500.80/500.90	c   501s|140000 |   102 |  4754k|  33.9 |  24M|  59 |   - | 466 |3972 |   0 |   0 | 856 |  18k|7666 | 0.000000e+00 |      --      |    Inf 
535.30/535.42	c   535s|150000 |   103 |  5095k|  33.9 |  24M|  59 |   - | 466 |3835 |   0 |   0 | 856 |  19k|7954 | 0.000000e+00 |      --      |    Inf 
565.58/565.73	c   566s|160000 |   109 |  5408k|  33.8 |  24M|  59 |  86 | 466 |3730 | 466 |1339 | 856 |  21k|8145 | 0.000000e+00 |      --      |    Inf 
600.08/600.25	c   600s|170000 |   104 |  5753k|  33.8 |  24M|  59 |   - | 466 |3677 | 466 |1339 | 856 |  22k|8414 | 0.000000e+00 |      --      |    Inf 
630.98/631.14	c   631s|180000 |   106 |  6080k|  33.7 |  24M|  59 |   - | 466 |3858 |   0 |   0 | 856 |  23k|8520 | 0.000000e+00 |      --      |    Inf 
664.98/665.17	c   665s|190000 |   107 |  6432k|  33.8 |  24M|  59 |  46 | 466 |4572 | 466 |1339 | 856 |  25k|8670 | 0.000000e+00 |      --      |    Inf 
696.17/696.33	c   696s|200000 |   108 |  6751k|  33.7 |  25M|  59 |  56 | 466 |4764 | 466 |1339 | 856 |  26k|8835 | 0.000000e+00 |      --      |    Inf 
728.07/728.25	c   728s|210000 |   107 |  7070k|  33.6 |  25M|  59 |   - | 466 |4943 | 466 |1339 | 856 |  28k|9153 | 0.000000e+00 |      --      |    Inf 
761.96/762.13	c   762s|220000 |   112 |  7409k|  33.6 |  25M|  59 |   - | 466 |4816 | 466 |1339 | 856 |  29k|9511 | 0.000000e+00 |      --      |    Inf 
792.25/792.46	c   792s|230000 |   110 |  7733k|  33.6 |  25M|  59 |  43 | 466 |4881 | 466 |1339 | 856 |  30k|9596 | 0.000000e+00 |      --      |    Inf 
822.15/822.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
822.15/822.32	c   822s|240000 |   108 |  8051k|  33.5 |  25M|  59 |  47 | 466 |5265 | 466 |1339 | 856 |  32k|9675 | 0.000000e+00 |      --      |    Inf 
856.84/857.08	c   857s|250000 |   104 |  8397k|  33.6 |  25M|  59 |   - | 466 |5600 | 466 |1339 | 856 |  34k|  10k| 0.000000e+00 |      --      |    Inf 
890.24/890.43	c   890s|260000 |   108 |  8733k|  33.6 |  25M|  59 |   - | 466 |6352 | 466 |1339 | 856 |  36k|  10k| 0.000000e+00 |      --      |    Inf 
923.23/923.43	c   923s|270000 |   111 |  9076k|  33.6 |  26M|  59 |   - | 466 |7062 |   0 |   0 | 856 |  38k|  10k| 0.000000e+00 |      --      |    Inf 
955.33/955.51	c   956s|280000 |   110 |  9404k|  33.6 |  25M|  59 |  61 | 466 |6254 | 466 |1339 | 856 |  39k|  10k| 0.000000e+00 |      --      |    Inf 
984.93/985.11	c   985s|290000 |   112 |  9710k|  33.5 |  25M|  59 |  43 | 466 |5866 | 466 |1339 | 856 |  40k|  10k| 0.000000e+00 |      --      |    Inf 
1013.12/1013.33	c  1013s|300000 |   118 | 10006k|  33.3 |  26M|  59 |   - | 466 |6734 | 466 |1339 | 856 |  42k|  10k| 0.000000e+00 |      --      |    Inf 
1044.11/1044.33	c  1044s|310000 |   108 | 10326k|  33.3 |  26M|  59 |  91 | 466 |6794 | 466 |1339 | 856 |  44k|  10k| 0.000000e+00 |      --      |    Inf 
1074.61/1074.84	c  1075s|320000 |   109 | 10638k|  33.2 |  26M|  60 |  91 | 466 |7392 | 466 |1339 | 856 |  45k|  10k| 0.000000e+00 |      --      |    Inf 
1104.91/1105.16	c  1105s|330000 |   108 | 10950k|  33.2 |  26M|  60 |   - | 466 |6888 |   0 |   0 | 856 |  47k|  11k| 0.000000e+00 |      --      |    Inf 
1138.30/1138.57	c  1139s|340000 |   105 | 11296k|  33.2 |  26M|  60 |  94 | 466 |6909 | 466 |1339 | 856 |  48k|  11k| 0.000000e+00 |      --      |    Inf 
1169.60/1169.82	c  1170s|350000 |   111 | 11604k|  33.1 |  26M|  60 |   - | 466 |7466 | 466 |1339 | 856 |  50k|  11k| 0.000000e+00 |      --      |    Inf 
1202.29/1202.54	c  1203s|360000 |   107 | 11929k|  33.1 |  26M|  60 |   - | 466 |6836 | 466 |1339 | 856 |  52k|  11k| 0.000000e+00 |      --      |    Inf 
1230.38/1230.64	c  1231s|370000 |   108 | 12224k|  33.0 |  26M|  60 |  66 | 466 |7707 | 466 |1339 | 856 |  53k|  11k| 0.000000e+00 |      --      |    Inf 
1260.38/1260.62	c  1261s|380000 |   108 | 12532k|  33.0 |  26M|  60 |   - | 466 |7743 |   0 |   0 | 856 |  54k|  11k| 0.000000e+00 |      --      |    Inf 
1293.58/1293.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1293.58/1293.82	c  1294s|390000 |   108 | 12867k|  33.0 |  26M|  60 |   - | 466 |7282 | 466 |1339 | 856 |  56k|  11k| 0.000000e+00 |      --      |    Inf 
1323.08/1323.33	c  1323s|400000 |   109 | 13173k|  32.9 |  26M|  60 |   - | 466 |7609 |   0 |   0 | 856 |  57k|  11k| 0.000000e+00 |      --      |    Inf 
1353.67/1353.93	c  1354s|410000 |   110 | 13487k|  32.9 |  26M|  60 |   - | 466 |7831 | 466 |1339 | 856 |  58k|  11k| 0.000000e+00 |      --      |    Inf 
1385.06/1385.38	c  1385s|420000 |   109 | 13805k|  32.9 |  26M|  60 |   - | 466 |8003 |   0 |   0 | 856 |  60k|  11k| 0.000000e+00 |      --      |    Inf 
1417.16/1417.47	c  1417s|430000 |   111 | 14121k|  32.8 |  26M|  64 |   - | 466 |7370 |   0 |   0 | 856 |  61k|  12k| 0.000000e+00 |      --      |    Inf 
1450.56/1450.88	c  1451s|440000 |   108 | 14454k|  32.8 |  25M|  64 |   - | 466 |5192 | 466 |1339 | 856 |  63k|  12k| 0.000000e+00 |      --      |    Inf 
1482.34/1482.66	c  1483s|450000 |   106 | 14787k|  32.8 |  26M|  64 |   - | 466 |5917 |   0 |   0 | 856 |  65k|  12k| 0.000000e+00 |      --      |    Inf 
1514.94/1515.28	c  1515s|460000 |   107 | 15120k|  32.9 |  26M|  67 |   - | 466 |6428 |   0 |   0 | 856 |  66k|  12k| 0.000000e+00 |      --      |    Inf 
1546.73/1547.09	c  1547s|470000 |   109 | 15446k|  32.8 |  26M|  67 |   - | 466 |7280 |   0 |   0 | 856 |  68k|  12k| 0.000000e+00 |      --      |    Inf 
1577.33/1577.65	c  1578s|480000 |   108 | 15764k|  32.8 |  26M|  67 |   - | 466 |7388 | 466 |1339 | 856 |  69k|  12k| 0.000000e+00 |      --      |    Inf 
1610.33/1610.67	c  1611s|490000 |   109 | 16103k|  32.8 |  26M|  67 |   - | 466 |7882 | 466 |1339 | 856 |  71k|  12k| 0.000000e+00 |      --      |    Inf 
1646.72/1647.05	c  1647s|500000 |   108 | 16454k|  32.9 |  26M|  67 | 120 | 466 |6461 | 466 |1339 | 856 |  72k|  13k| 0.000000e+00 |      --      |    Inf 
1681.11/1681.42	c  1681s|510000 |   108 | 16793k|  32.9 |  26M|  67 |  69 | 466 |6645 | 466 |1339 | 856 |  74k|  13k| 0.000000e+00 |      --      |    Inf 
1714.52/1714.88	c  1715s|520000 |   108 | 17145k|  33.0 |  26M|  67 |  39 | 466 |7104 | 466 |1339 | 856 |  75k|  13k| 0.000000e+00 |      --      |    Inf 
1745.21/1745.59	c  1746s|530000 |   112 | 17468k|  32.9 |  26M|  67 |   - | 466 |7445 |   0 |   0 | 856 |  76k|  13k| 0.000000e+00 |      --      |    Inf 
1777.10/1777.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1777.10/1777.41	c  1777s|540000 |   113 | 17799k|  32.9 |  26M|  67 |  31 | 466 |7682 | 466 |1339 | 856 |  77k|  13k| 0.000000e+00 |      --      |    Inf 
1796.70/1797.01	c 
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Solving Time (sec) : 1797.00
1796.70/1797.01	c Solving Nodes      : 546226
1796.70/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.01	c Dual Bound         : +0.00000000000000e+00
1796.70/1797.01	c Gap                : infinite
1796.70/1797.01	s UNKNOWN
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Total Time         :    1797.00
1796.70/1797.01	c   solving          :    1797.00
1796.70/1797.01	c   presolving       :       0.03 (included in solving)
1796.70/1797.01	c   reading          :       0.01 (included in solving)
1796.70/1797.01	c Original Problem   :
1796.70/1797.01	c   Problem name     : HOME/instance-3729014-1338679304.opb
1796.70/1797.01	c   Variables        : 490 (490 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 1085 initial, 1085 maximal
1796.70/1797.01	c Presolved Problem  :
1796.70/1797.01	c   Problem name     : t_HOME/instance-3729014-1338679304.opb
1796.70/1797.01	c   Variables        : 466 (466 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 1040 initial, 8365 maximal
1796.70/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   implics          :       0.00          0          8          0          0          0          0          0          0          0
1796.70/1797.01	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   knapsack         :       0.01          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   setppc           :       0.00          0          0          0          0          0          8          0          0          0
1796.70/1797.01	c   linear           :       0.01         16          0          0         16          0         37          0          0          0
1796.70/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   root node        :          -          1          -          -          1          -          -          -          -          -
1796.70/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.01	c   integral         :          0          0          0     276039          0          1          0        203       2064          0          0     549142
1796.70/1797.01	c   knapsack         :        334          5    1774201          0          2          0    6637182      78650    5937227        701          0          0
1796.70/1797.01	c   setppc           :        225          5    1694631          0          2          0    1305717       6244    1629164          0          0          0
1796.70/1797.01	c   linear           :          0+         5      78700          0          0          0          4         11         58          0          0          0
1796.70/1797.01	c   logicor          :        481+         5    1409263          0          2          0     248964      24467    1812338          0          0          0
1796.70/1797.01	c   countsols        :          0          0          0          0          2          0          0          0          0          0          0          0
1796.70/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.70/1797.01	c   integral         :      91.44       0.00       0.00      91.44       0.00       0.00       0.00
1796.70/1797.01	c   knapsack         :      16.33       0.02      14.18       0.00       0.00       0.00       2.13
1796.70/1797.01	c   setppc           :       4.51       0.00       4.26       0.00       0.00       0.00       0.25
1796.70/1797.01	c   linear           :       0.03       0.00       0.03       0.00       0.00       0.00       0.00
1796.70/1797.01	c   logicor          :      16.50       0.00      16.35       0.00       0.00       0.00       0.14
1796.70/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.70/1797.01	c   vbounds          :          0          0          0          0
1796.70/1797.01	c   rootredcost      :          0          0          0          0
1796.70/1797.01	c   pseudoobj        :          0          0          0          0
1796.70/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.70/1797.01	c   vbounds          :       0.20       0.20       0.00
1796.70/1797.01	c   rootredcost      :       0.22       0.22       0.00
1796.70/1797.01	c   pseudoobj        :       0.14       0.14       0.00
1796.70/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.01	c   propagation      :       7.88      45130      43939     419514       95.2        419       20.3          -
1796.70/1797.01	c   infeasible LP    :      20.75     164763          0          0        0.0          0        0.0          0
1796.70/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.01	c   applied globally :          -          -          -      77733       21.8          -          -          -
1796.70/1797.01	c   applied locally  :          -          -          -        515      123.8          -          -          -
1796.70/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.01	c   cut pool         :       0.01          4          -          -         36          -    (maximal pool size: 2780)
1796.70/1797.01	c   redcost          :       1.91     275028          0          0          0          0
1796.70/1797.01	c   impliedbounds    :       0.00          5          0          0       1611          0
1796.70/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.70/1797.01	c   gomory           :       0.80          5          0          0        114          0
1796.70/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.70/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.70/1797.01	c   strongcg         :       0.70          5          0          0       2237          0
1796.70/1797.01	c   cmir             :       0.00          0          0          0          0          0
1796.70/1797.01	c   flowcover        :       0.00          0          0          0          0          0
1796.70/1797.01	c   clique           :       0.00          5          0          0          8          0
1796.70/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.70/1797.01	c   mcf              :       0.00          1          0          0          0          0
1796.70/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.70/1797.01	c   rapidlearning    :       0.08          1          0          0          0          8
1796.70/1797.01	c Pricers            :       Time      Calls       Vars
1796.70/1797.01	c   problem variables:       0.00          0          0
1796.70/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.01	c   relpscost        :      91.30     276039        203       2064          0          0     549142
1796.70/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   inference        :       0.00          2          0          0          0          0          4
1796.70/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.70/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.70/1797.01	c   LP solutions     :       0.00          -          0
1796.70/1797.01	c   pseudo solutions :       0.00          -          0
1796.70/1797.01	c   trivial          :       0.00          1          0
1796.70/1797.01	c   shiftandpropagate:       0.00          0          0
1796.70/1797.01	c   simplerounding   :       0.00          0          0
1796.70/1797.01	c   zirounding       :       0.00          0          0
1796.70/1797.01	c   rounding         :       0.00          0          0
1796.70/1797.01	c   shifting         :       0.00          0          0
1796.70/1797.01	c   intshifting      :       0.00          0          0
1796.70/1797.01	c   oneopt           :       0.00          0          0
1796.70/1797.01	c   twoopt           :       0.00          0          0
1796.70/1797.01	c   fixandinfer      :       0.00          0          0
1796.70/1797.01	c   feaspump         :       0.00          0          0
1796.70/1797.01	c   clique           :       0.00          0          0
1796.70/1797.01	c   coefdiving       :       0.00          0          0
1796.70/1797.01	c   pscostdiving     :       0.00          0          0
1796.70/1797.01	c   fracdiving       :       0.00          0          0
1796.70/1797.01	c   veclendiving     :       0.00          0          0
1796.70/1797.01	c   intdiving        :       0.00          0          0
1796.70/1797.01	c   actconsdiving    :       0.00          0          0
1796.70/1797.01	c   objpscostdiving  :       0.00          0          0
1796.70/1797.01	c   rootsoldiving    :       0.00          0          0
1796.70/1797.01	c   linesearchdiving :       0.00          0          0
1796.70/1797.01	c   guideddiving     :       0.00          0          0
1796.70/1797.01	c   octane           :       0.00          0          0
1796.70/1797.01	c   rens             :       0.00          0          0
1796.70/1797.01	c   rins             :       0.00          0          0
1796.70/1797.01	c   localbranching   :       0.00          0          0
1796.70/1797.01	c   mutation         :       0.00          0          0
1796.70/1797.01	c   crossover        :       0.00          0          0
1796.70/1797.01	c   dins             :       0.00          0          0
1796.70/1797.01	c   vbounds          :       0.00          0          0
1796.70/1797.01	c   undercover       :       0.00          0          0
1796.70/1797.01	c   subnlp           :       0.00          0          0
1796.70/1797.01	c   trysol           :       0.00          0          0
1796.70/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.70/1797.01	c   primal LP        :       0.00          0          0       0.00          -
1796.70/1797.01	c   dual LP          :    1563.00     440648   18002035      40.85   11517.61
1796.70/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.70/1797.01	c   diving/probing LP:       0.00          0          0       0.00          -
1796.70/1797.01	c   strong branching :      85.83      13665     858461      62.82   10001.79
1796.70/1797.01	c     (at root node) :          -         10       6031     603.10          -
1796.70/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.01	c B&B Tree           :
1796.70/1797.01	c   number of runs   :          1
1796.70/1797.01	c   nodes            :     546226
1796.70/1797.01	c   nodes (total)    :     546226
1796.70/1797.01	c   nodes left       :        110
1796.70/1797.01	c   max depth        :         67
1796.70/1797.01	c   max depth (total):         67
1796.70/1797.01	c   backtracks       :      79517 (14.6%)
1796.70/1797.01	c   delayed cutoffs  :       2811
1796.70/1797.01	c   repropagations   :      70917 (272823 domain reductions, 2685 cutoffs)
1796.70/1797.01	c   avg switch length:       2.79
1796.70/1797.01	c   switching time   :      26.21
1796.70/1797.01	c Solution           :
1796.70/1797.01	c   Solutions found  :          0 (0 improvements)
1796.70/1797.01	c   Primal Bound     :          -
1796.70/1797.01	c   Dual Bound       : +0.00000000000000e+00
1796.70/1797.01	c   Gap              :   infinite
1796.70/1797.01	c   Root Dual Bound  : +0.00000000000000e+00
1796.70/1797.01	c   Root Iterations  :       7733
1796.70/1797.03	c Time complete: 1796.73.

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-3729014-1338679304/watcher-3729014-1338679304 -o /tmp/evaluation-result-3729014-1338679304/solver-3729014-1338679304 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3729014-1338679304.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: 1.75 0.82 0.81 3/174 28642
/proc/meminfo: memFree=27593144/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/28642/stat : 28642 (runsolver) D 28640 28642 20074 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 334056300 12095488 50 33554432000 4194304 5436572 140735804635920 140735804632216 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/28642/statm: 2953 50 31 304 0 2645 0

[startup+0.0522739 s]
/proc/loadavg: 1.75 0.82 0.81 3/174 28642
/proc/meminfo: memFree=27593144/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=21964 CPUtime=0.03 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 4546 0 0 0 3 0 0 0 20 0 1 0 334056300 22491136 4243 33554432000 4194304 9016284 140736115891440 140735804632104 5166620 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 5491 4243 521 1178 0 4309 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21964

[startup+0.100271 s]
/proc/loadavg: 1.75 0.82 0.81 3/174 28642
/proc/meminfo: memFree=27593144/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=25244 CPUtime=0.08 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 5462 0 0 0 8 0 0 0 20 0 1 0 334056300 25849856 5158 33554432000 4194304 9016284 140736115891440 140735804632104 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 6311 5158 629 1178 0 5129 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25244

[startup+0.300269 s]
/proc/loadavg: 1.75 0.82 0.81 3/174 28642
/proc/meminfo: memFree=27593144/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=25016 CPUtime=0.28 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 5514 0 0 0 28 0 0 0 20 0 1 0 334056300 25616384 5183 33554432000 4194304 9016284 140736115891440 140735804632104 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 6254 5183 654 1178 0 5072 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 25016

[startup+0.700273 s]
/proc/loadavg: 1.75 0.82 0.81 3/174 28642
/proc/meminfo: memFree=27593144/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=43680 CPUtime=0.69 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 10661 0 0 0 67 2 0 0 20 0 1 0 334056300 44728320 9613 33554432000 4194304 9016284 140736115891440 140736115885304 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 10920 9613 686 1178 0 9738 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43680

[startup+1.50027 s]
/proc/loadavg: 1.75 0.82 0.81 3/175 28643
/proc/meminfo: memFree=27556796/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=43844 CPUtime=1.48 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 11023 0 0 0 146 2 0 0 20 0 1 0 334056300 44896256 9975 33554432000 4194304 9016284 140736115891440 140736115885304 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 10961 9975 686 1178 0 9779 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 43844

[startup+3.10027 s]
/proc/loadavg: 1.75 0.82 0.81 3/175 28643
/proc/meminfo: memFree=27554316/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=48720 CPUtime=3.08 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 12208 0 0 0 305 3 0 0 20 0 1 0 334056300 49889280 11160 33554432000 4194304 9016284 140736115891440 140736115884744 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 12180 11160 687 1178 0 10998 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 48720

[startup+6.30021 s]
/proc/loadavg: 1.85 0.86 0.83 3/175 28643
/proc/meminfo: memFree=27550084/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=48720 CPUtime=6.29 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 12230 0 0 0 623 6 0 0 20 0 1 0 334056300 49889280 11182 33554432000 4194304 9016284 140736115891440 140736115885608 7143969 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 12180 11182 689 1178 0 10998 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48720

[startup+12.7002 s]
/proc/loadavg: 1.87 0.88 0.83 3/175 28643
/proc/meminfo: memFree=27550348/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=48720 CPUtime=12.68 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 12234 0 0 0 1255 13 0 0 20 0 1 0 334056300 49889280 11186 33554432000 4194304 9016284 140736115891440 140736115885192 7080750 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 12180 11186 691 1178 0 10998 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 48720

[startup+25.5002 s]
/proc/loadavg: 1.89 0.93 0.85 3/175 28643
/proc/meminfo: memFree=27550332/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=48720 CPUtime=25.48 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 12234 0 0 0 2520 28 0 0 20 0 1 0 334056300 49889280 11186 33554432000 4194304 9016284 140736115891440 140736115884696 7218929 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 12180 11186 691 1178 0 10998 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48720

[startup+51.1002 s]
/proc/loadavg: 1.93 1.01 0.88 3/175 28643
/proc/meminfo: memFree=27549184/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=49068 CPUtime=51.07 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 12290 0 0 0 5050 57 0 0 20 0 1 0 334056300 50245632 11370 33554432000 4194304 9016284 140736115891440 140736115885352 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 12267 11370 691 1178 0 11085 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 49068

[startup+102.306 s]
/proc/loadavg: 1.97 1.16 0.94 3/175 28643
/proc/meminfo: memFree=27548040/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=49764 CPUtime=102.27 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 12485 0 0 0 10116 111 0 0 20 0 1 0 334056300 50958336 11563 33554432000 4194304 9016284 140736115891440 140736115885768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 12441 11563 691 1178 0 11259 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 49764

[startup+162.3 s]
/proc/loadavg: 1.99 1.31 1.00 3/175 28643
/proc/meminfo: memFree=27547668/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=50260 CPUtime=162.25 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 12618 0 0 0 16047 178 0 0 20 0 1 0 334056300 51466240 11696 33554432000 4194304 9016284 140736115891440 140736115885608 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 12565 11696 691 1178 0 11383 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 50260

[startup+222.3 s]
/proc/loadavg: 1.99 1.43 1.06 3/175 28644
/proc/meminfo: memFree=27546992/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=50820 CPUtime=222.24 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 12746 0 0 0 21978 246 0 0 20 0 1 0 334056300 52039680 11823 33554432000 4194304 9016284 140736115891440 140736115884696 7158072 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 12705 11823 691 1178 0 11523 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 50820

[startup+282.3 s]
/proc/loadavg: 1.99 1.54 1.12 3/175 28644
/proc/meminfo: memFree=27547116/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=51188 CPUtime=282.23 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 12832 0 0 0 27914 309 0 0 20 0 1 0 334056300 52416512 11909 33554432000 4194304 9016284 140736115891440 140736115885608 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 12797 11909 691 1178 0 11615 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 51188

[startup+342.3 s]
/proc/loadavg: 1.99 1.62 1.17 3/175 28644
/proc/meminfo: memFree=27546992/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=51188 CPUtime=342.22 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 12850 0 0 0 33843 379 0 0 20 0 1 0 334056300 52416512 11927 33554432000 4194304 9016284 140736115891440 140736115884856 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 12797 11927 691 1178 0 11615 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 51188

[startup+402.3 s]
/proc/loadavg: 1.99 1.68 1.22 3/175 28644
/proc/meminfo: memFree=27546496/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=51628 CPUtime=402.21 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 12977 0 0 0 39773 448 0 0 20 0 1 0 334056300 52867072 12054 33554432000 4194304 9016284 140736115891440 140736115885304 7190378 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 12907 12054 691 1178 0 11725 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 51628

[startup+462.3 s]
/proc/loadavg: 1.99 1.74 1.26 3/175 28644
/proc/meminfo: memFree=27546620/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=51820 CPUtime=462.2 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 12981 0 0 0 45707 513 0 0 20 0 1 0 334056300 53063680 12058 33554432000 4194304 9016284 140736115891440 140736115885768 7153333 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 12955 12058 691 1178 0 11773 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 51820

[startup+522.3 s]
/proc/loadavg: 2.03 1.80 1.31 3/176 28648
/proc/meminfo: memFree=27546612/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=51820 CPUtime=522.19 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 12987 0 0 0 51645 574 0 0 20 0 1 0 334056300 53063680 12064 33554432000 4194304 9016284 140736115891440 140736115885304 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 12955 12064 691 1178 0 11773 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 51820

[startup+582.3 s]
/proc/loadavg: 2.01 1.83 1.35 3/175 28648
/proc/meminfo: memFree=27546432/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=51820 CPUtime=582.19 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 13033 0 0 0 57578 641 0 0 20 0 1 0 334056300 53063680 12109 33554432000 4194304 9016284 140736115891440 140736115885304 7180891 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 12955 12109 691 1178 0 11773 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 51820

[startup+642.3 s]

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

/proc/meminfo: memFree=27543260/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=55348 CPUtime=1122.1 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 13899 0 0 0 110914 1296 0 0 20 0 1 0 334056300 56676352 12974 33554432000 4194304 9016284 140736115891440 140736115885304 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 13837 12974 691 1178 0 12655 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 55348

[startup+1182.3 s]
/proc/loadavg: 2.03 1.97 1.64 3/175 28653
/proc/meminfo: memFree=27543144/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=55348 CPUtime=1182.09 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 13914 0 0 0 116844 1365 0 0 20 0 1 0 334056300 56676352 12989 33554432000 4194304 9016284 140736115891440 140736115885608 7158106 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 13837 12989 691 1178 0 12655 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 55348

[startup+1242.3 s]
/proc/loadavg: 2.01 1.97 1.66 3/175 28653
/proc/meminfo: memFree=27542772/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=55544 CPUtime=1242.08 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 13961 0 0 0 122779 1429 0 0 20 0 1 0 334056300 56877056 13036 33554432000 4194304 9016284 140736115891440 140736115885768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 13886 13036 691 1178 0 12704 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 55544

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.68 3/175 28653
/proc/meminfo: memFree=27542772/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=55860 CPUtime=1302.08 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 13977 0 0 0 128711 1497 0 0 20 0 1 0 334056300 57200640 13052 33554432000 4194304 9016284 140736115891440 140736115885304 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 13965 13052 691 1178 0 12783 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 55860

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.70 3/175 28653
/proc/meminfo: memFree=27542524/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=55860 CPUtime=1362.06 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 14027 0 0 0 134642 1564 0 0 20 0 1 0 334056300 57200640 13102 33554432000 4194304 9016284 140736115891440 140736115885304 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 13965 13102 691 1178 0 12783 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 55860

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.71 3/175 28653
/proc/meminfo: memFree=27542648/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=55860 CPUtime=1422.06 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 14030 0 0 0 140573 1633 0 0 20 0 1 0 334056300 57200640 13105 33554432000 4194304 9016284 140736115891440 140736115885304 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 13965 13105 691 1178 0 12783 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 55860

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.73 3/175 28692
/proc/meminfo: memFree=27627864/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=55860 CPUtime=1482.05 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 14031 0 0 0 146500 1705 0 0 20 0 1 0 334056300 57200640 13106 33554432000 4194304 9016284 140736115891440 140736115885304 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 13965 13106 691 1178 0 12783 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 55860

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.74 3/175 28692
/proc/meminfo: memFree=27624116/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=56132 CPUtime=1542.03 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 14047 0 0 0 152432 1771 0 0 20 0 1 0 334056300 57479168 13122 33554432000 4194304 9016284 140736115891440 140736115885304 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 14033 13122 691 1178 0 12851 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 56132

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.75 3/175 28692
/proc/meminfo: memFree=27622996/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=56648 CPUtime=1602.03 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 14202 0 0 0 158365 1838 0 0 20 0 1 0 334056300 58007552 13276 33554432000 4194304 9016284 140736115891440 140736115885400 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 14162 13276 691 1178 0 12980 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 56648

[startup+1662.3 s]
/proc/loadavg: 2.11 2.01 1.78 3/175 28730
/proc/meminfo: memFree=27632988/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=56648 CPUtime=1662.02 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 14228 0 0 0 164298 1904 0 0 20 0 1 0 334056300 58007552 13302 33554432000 4194304 9016284 140736115891440 140736115884808 7082030 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 14162 13302 691 1178 0 12980 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 56648

[startup+1722.3 s]
/proc/loadavg: 2.13 2.03 1.80 3/176 28771
/proc/meminfo: memFree=27618756/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=56948 CPUtime=1722.01 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 14271 0 0 0 170228 1973 0 0 20 0 1 0 334056300 58314752 13345 33554432000 4194304 9016284 140736115891440 140736115885608 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 14237 13345 691 1178 0 13055 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 56948

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 1.81 3/175 28772
/proc/meminfo: memFree=27617212/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=56948 CPUtime=1782.01 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 14271 0 0 0 176162 2039 0 0 20 0 1 0 334056300 58314752 13345 33554432000 4194304 9016284 140736115891440 140736115884808 7221936 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 14237 13345 691 1178 0 13055 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 56948

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

[startup+1785.5 s]
/proc/loadavg: 2.05 2.02 1.81 3/175 28772
/proc/meminfo: memFree=27617336/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=56948 CPUtime=1785.2 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 14271 0 0 0 176478 2042 0 0 20 0 1 0 334056300 58314752 13345 33554432000 4194304 9016284 140736115891440 140736115885400 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 14237 13345 691 1178 0 13055 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 56948

[startup+1791.91 s]
/proc/loadavg: 2.04 2.02 1.81 3/175 28772
/proc/meminfo: memFree=27617708/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=56948 CPUtime=1791.61 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 14272 0 0 0 177113 2048 0 0 20 0 1 0 334056300 58314752 13346 33554432000 4194304 9016284 140736115891440 140736115885352 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 14237 13346 691 1178 0 13055 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 56948

[startup+1795.1 s]
/proc/loadavg: 2.04 2.02 1.81 3/175 28772
/proc/meminfo: memFree=27617832/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=56948 CPUtime=1794.8 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 14272 0 0 0 177428 2052 0 0 20 0 1 0 334056300 58314752 13346 33554432000 4194304 9016284 140736115891440 140736115885304 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 14237 13346 691 1178 0 13055 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 56948

[startup+1795.9 s]
/proc/loadavg: 2.04 2.02 1.81 3/175 28772
/proc/meminfo: memFree=27617832/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=56948 CPUtime=1795.6 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 14272 0 0 0 177507 2053 0 0 20 0 1 0 334056300 58314752 13346 33554432000 4194304 9016284 140736115891440 140736115885304 7158087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 14237 13346 691 1178 0 13055 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 56948

[startup+1796.7 s]
/proc/loadavg: 2.04 2.02 1.81 3/175 28772
/proc/meminfo: memFree=27617832/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=56948 CPUtime=1796.4 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 14272 0 0 0 177586 2054 0 0 20 0 1 0 334056300 58314752 13346 33554432000 4194304 9016284 140736115891440 140736115885304 7178834 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 14237 13346 691 1178 0 13055 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 56948

[startup+1796.9 s]
/proc/loadavg: 2.04 2.02 1.81 3/175 28772
/proc/meminfo: memFree=27617832/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=56948 CPUtime=1796.6 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 14272 0 0 0 177606 2054 0 0 20 0 1 0 334056300 58314752 13346 33554432000 4194304 9016284 140736115891440 140736115885304 5325493 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 14237 13346 691 1178 0 13055 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 56948

[startup+1797 s]
/proc/loadavg: 2.04 2.02 1.81 3/175 28772
/proc/meminfo: memFree=27617832/32873852 swapFree=6856/6856
[pid=28642] ppid=28640 vsize=56948 CPUtime=1796.7 cores=0,2,4,6
/proc/28642/stat : 28642 (scip-2.0.1.4b_2) R 28640 28642 20074 0 -1 4202496 14272 0 0 0 177616 2054 0 0 20 0 1 0 334056300 58314752 13346 33554432000 4194304 9016284 140736115891440 140736115885304 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28642/statm: 14237 13346 691 1178 0 13055 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 56948

Child status: 0
Real time (s): 1797.03
CPU time (s): 1796.74
CPU user time (s): 1776.19
CPU system time (s): 20.5489
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 56948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1776.19
system time used= 20.5489
maximum resident set size= 53396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14280
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= 17
involuntary context switches= 1873

runsolver used 9.34758 second user time and 10.8973 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 01:21:44
IDJOB=3729014
IDBENCH=1160
IDSOLVER=2329
FILE ID=node128/3729014-1338679304
RUNJOBID= node128-1338679209-28499
PBS_JOBID= 14636685
Free space on /tmp= 70420 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24bt.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-3729014-1338679304/watcher-3729014-1338679304 -o /tmp/evaluation-result-3729014-1338679304/solver-3729014-1338679304 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3729014-1338679304.opb -t 1800 -m 15500

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

MD5SUM BENCH= f8964c43535341fcc69e672675167b77
RANDOM SEED=888739622

node128.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.389
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	: 5332.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        27593152 kB
Buffers:          534096 kB
Cached:          3724268 kB
SwapCached:          784 kB
Active:          2084664 kB
Inactive:        2302420 kB
Active(anon):     119656 kB
Inactive(anon):    11368 kB
Active(file):    1965008 kB
Inactive(file):  2291052 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106552 kB
Dirty:             17020 kB
Writeback:             0 kB
AnonPages:        134648 kB
Mapped:            16836 kB
Shmem:               200 kB
Slab:             755684 kB
SReclaimable:     197664 kB
SUnreclaim:       558020 kB
KernelStack:        1456 kB
PageTables:         3932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     243252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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= 70404 MiB
End job on node128 at 2012-06-03 01:51:41