Trace number 3730418

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.76 1797.07

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga35_35_sat_pb.cnf.cr.opb
MD5SUM23ed8dbd20669d86dd929140e0f9c164
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 benchmark0.037993
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1838
Total number of constraints1330
Number of constraints which are clauses1260
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint17
Maximum length of a constraint35
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
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-3730418-1338688231.opb>
0.01/0.02	c original problem has 1838 variables (1838 bin, 0 int, 0 impl, 0 cont) and 1330 constraints
0.01/0.02	c problem read
0.01/0.02	c No objective function, only one solution is needed.
0.01/0.02	c presolving settings loaded
0.01/0.03	c presolving:
0.01/0.06	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1330 upgd conss, 0 impls, 70 clqs
0.01/0.08	c presolving (2 rounds):
0.01/0.08	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.08	c  0 implications, 70 cliques
0.01/0.08	c presolved problem has 1838 variables (1838 bin, 0 int, 0 impl, 0 cont) and 1330 constraints
0.01/0.08	c      70 constraints of type <setppc>
0.01/0.08	c    1260 constraints of type <logicor>
0.01/0.08	c transformed objective value is always integral (scale: 1)
0.01/0.08	c Presolving Time: 0.05
0.01/0.08	c - non default parameters ----------------------------------------------------------------------
0.01/0.08	c # SCIP version 2.0.1.5
0.01/0.08	c 
0.01/0.08	c # frequency for displaying node information lines
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.08	c display/freq = 10000
0.01/0.08	c 
0.01/0.08	c # maximal time in seconds to run
0.01/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.08	c limits/time = 1797
0.01/0.08	c 
0.01/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.08	c limits/memory = 13950
0.01/0.08	c 
0.01/0.08	c # solving stops, if the given number of solutions were found (-1: no limit)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.08	c limits/solutions = 1
0.01/0.08	c 
0.01/0.08	c # maximal number of separation rounds per node (-1: unlimited)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 5]
0.01/0.08	c separating/maxrounds = 1
0.01/0.08	c 
0.01/0.08	c # maximal number of separation rounds in the root node (-1: unlimited)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.08	c separating/maxroundsroot = 5
0.01/0.08	c 
0.01/0.08	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.08	c # [type: int, range: [1,2], default: 1]
0.01/0.08	c timing/clocktype = 2
0.01/0.08	c 
0.01/0.08	c # belongs reading time to solving time?
0.01/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.08	c timing/reading = TRUE
0.01/0.08	c 
0.01/0.08	c # should presolving try to simplify inequalities
0.01/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.08	c constraints/linear/simplifyinequalities = TRUE
0.01/0.08	c 
0.01/0.08	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.08	c constraints/indicator/addCouplingCons = TRUE
0.01/0.08	c 
0.01/0.08	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.01/0.08	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.01/0.08	c constraints/knapsack/disaggregation = FALSE
0.01/0.08	c 
0.01/0.08	c # should presolving try to simplify knapsacks
0.01/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.08	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.08	c 
0.01/0.08	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.08	c presolving/probing/maxrounds = 0
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.08	c heuristics/coefdiving/freq = -1
0.01/0.08	c 
0.01/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.08	c heuristics/coefdiving/maxlpiterquot = 0.075
0.01/0.08	c 
0.01/0.08	c # additional number of allowed LP iterations
0.01/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.08	c heuristics/coefdiving/maxlpiterofs = 1500
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 30]
0.01/0.08	c heuristics/crossover/freq = -1
0.01/0.08	c 
0.01/0.08	c # number of nodes added to the contingent of the total nodes
0.01/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.08	c heuristics/crossover/nodesofs = 750
0.01/0.08	c 
0.01/0.08	c # number of nodes without incumbent change that heuristic should wait
0.01/0.08	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.01/0.08	c heuristics/crossover/nwaitingnodes = 100
0.01/0.08	c 
0.01/0.08	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.01/0.08	c # [type: real, range: [0,1], default: 0.1]
0.01/0.08	c heuristics/crossover/nodesquot = 0.15
0.01/0.08	c 
0.01/0.08	c # minimum percentage of integer variables that have to be fixed 
0.01/0.08	c # [type: real, range: [0,1], default: 0.666]
0.01/0.08	c heuristics/crossover/minfixingrate = 0.5
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.08	c heuristics/feaspump/freq = -1
0.01/0.08	c 
0.01/0.08	c # additional number of allowed LP iterations
0.01/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.08	c heuristics/feaspump/maxlpiterofs = 2000
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.08	c heuristics/fracdiving/freq = -1
0.01/0.08	c 
0.01/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.08	c heuristics/fracdiving/maxlpiterquot = 0.075
0.01/0.08	c 
0.01/0.08	c # additional number of allowed LP iterations
0.01/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.08	c heuristics/fracdiving/maxlpiterofs = 1500
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.08	c heuristics/guideddiving/freq = -1
0.01/0.08	c 
0.01/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.08	c heuristics/guideddiving/maxlpiterquot = 0.075
0.01/0.08	c 
0.01/0.08	c # additional number of allowed LP iterations
0.01/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.08	c heuristics/guideddiving/maxlpiterofs = 1500
0.01/0.08	c 
0.01/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.08	c heuristics/intdiving/maxlpiterquot = 0.075
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.08	c heuristics/intshifting/freq = -1
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.08	c heuristics/linesearchdiving/freq = -1
0.01/0.08	c 
0.01/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.08	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.01/0.08	c 
0.01/0.08	c # additional number of allowed LP iterations
0.01/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.08	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.08	c heuristics/objpscostdiving/freq = -1
0.01/0.08	c 
0.01/0.08	c # maximal fraction of diving LP iterations compared to total iteration number
0.01/0.08	c # [type: real, range: [0,1], default: 0.01]
0.01/0.08	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.01/0.08	c 
0.01/0.08	c # additional number of allowed LP iterations
0.01/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.08	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.08	c heuristics/oneopt/freq = -1
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.08	c heuristics/pscostdiving/freq = -1
0.01/0.08	c 
0.01/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.08	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.01/0.08	c 
0.01/0.08	c # additional number of allowed LP iterations
0.01/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.08	c heuristics/pscostdiving/maxlpiterofs = 1500
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.08	c heuristics/rens/freq = -1
0.01/0.08	c 
0.01/0.08	c # minimum percentage of integer variables that have to be fixable 
0.01/0.08	c # [type: real, range: [0,1], default: 0.5]
0.01/0.08	c heuristics/rens/minfixingrate = 0.3
0.01/0.08	c 
0.01/0.08	c # number of nodes added to the contingent of the total nodes
0.01/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.08	c heuristics/rens/nodesofs = 2000
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.08	c heuristics/rootsoldiving/freq = -1
0.01/0.08	c 
0.01/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.01/0.08	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.01/0.08	c 
0.01/0.08	c # additional number of allowed LP iterations
0.01/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.08	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.08	c heuristics/rounding/freq = -1
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.08	c heuristics/shiftandpropagate/freq = -1
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.08	c heuristics/shifting/freq = -1
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.08	c heuristics/simplerounding/freq = -1
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.08	c heuristics/subnlp/freq = -1
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.08	c heuristics/trivial/freq = -1
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.08	c heuristics/trysol/freq = -1
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.08	c heuristics/undercover/freq = -1
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.08	c heuristics/veclendiving/freq = -1
0.01/0.08	c 
0.01/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.08	c heuristics/veclendiving/maxlpiterquot = 0.075
0.01/0.08	c 
0.01/0.08	c # additional number of allowed LP iterations
0.01/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.08	c heuristics/veclendiving/maxlpiterofs = 1500
0.01/0.08	c 
0.01/0.08	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.08	c heuristics/zirounding/freq = -1
0.01/0.08	c 
0.01/0.08	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.08	c separating/cmir/freq = -1
0.01/0.08	c 
0.01/0.08	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.08	c separating/flowcover/freq = -1
0.01/0.08	c 
0.01/0.08	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.08	c separating/rapidlearning/freq = 0
0.01/0.08	c 
0.01/0.08	c -----------------------------------------------------------------------------------------------
0.01/0.08	c start solving
0.01/0.08	c 
0.08/0.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.08/0.13	c   0.1s|     1 |     0 |   814 |     - |8230k|   0 | 173 |1838 |1330 |1838 |1330 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.42	c   0.4s|     1 |     0 |  1118 |     - |9042k|   0 | 185 |1838 |1363 |1838 |1341 |  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |  1317 |     - |9998k|   0 | 222 |1838 |1363 |1838 |1353 |  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.98	c   1.0s|     1 |     0 |  2531 |     - |  11M|   0 | 248 |1838 |1363 |1838 |1367 |  37 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.09	c   1.1s|     1 |     0 |  2876 |     - |  11M|   0 | 246 |1838 |1363 |1838 |1379 |  49 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.30	c   1.3s|     1 |     0 |  3757 |     - |  12M|   0 | 291 |1838 |1363 |1838 |1400 |  70 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.48/1.55	c   1.5s|     1 |     2 |  3757 |     - |  12M|   0 | 291 |1838 |1363 |1838 |1400 |  70 |   0 |  16 | 0.000000e+00 |      --      |    Inf 
41.89/41.97	c  42.0s| 10000 |   119 |142400 |  13.9 |  15M|  83 |   - |1838 |3929 |1838 |1355 |  70 |7979 |3867 | 0.000000e+00 |      --      |    Inf 
68.58/68.67	c  68.7s| 20000 |   124 |283017 |  14.0 |  15M|  90 |  50 |1838 |4686 |1838 |1355 |  70 |  12k|4935 | 0.000000e+00 |      --      |    Inf 
94.27/94.38	c  94.4s| 30000 |   119 |429532 |  14.2 |  16M|  90 |   - |1838 |6428 |1838 |1355 |  70 |  18k|5458 | 0.000000e+00 |      --      |    Inf 
119.17/119.26	c   119s| 40000 |   129 |574504 |  14.3 |  18M|  90 |  52 |1838 |9164 |1838 |1355 |  70 |  26k|5575 | 0.000000e+00 |      --      |    Inf 
147.16/147.26	c   147s| 50000 |   129 |722048 |  14.4 |  18M|  90 |   - |1838 |7529 |1838 |1355 |  70 |  34k|6690 | 0.000000e+00 |      --      |    Inf 
171.86/171.91	c   172s| 60000 |   131 |847285 |  14.1 |  18M|  90 |   - |1838 |8188 |1838 |1355 |  70 |  44k|7540 | 0.000000e+00 |      --      |    Inf 
195.46/195.56	c   196s| 70000 |   131 |969506 |  13.8 |  26M|  90 |   - |1838 |  15k|1838 |1355 |  70 |  60k|7997 | 0.000000e+00 |      --      |    Inf 
219.16/219.24	c   219s| 80000 |   132 |  1083k|  13.5 |  24M|  90 |   - |1838 |  14k|1838 |1355 |  70 |  72k|8323 | 0.000000e+00 |      --      |    Inf 
244.35/244.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
244.35/244.49	c   244s| 90000 |   125 |  1213k|  13.4 |  21M|  90 |   - |1838 |  10k|1838 |1355 |  70 |  80k|8968 | 0.000000e+00 |      --      |    Inf 
269.25/269.33	c   269s|100000 |   135 |  1340k|  13.4 |  19M|  90 |  43 |1838 |8792 |1838 |1355 |  70 |  86k|9553 | 0.000000e+00 |      --      |    Inf 
295.24/295.37	c   295s|110000 |   125 |  1480k|  13.4 |  20M|  90 |  55 |1838 |  10k|1838 |1355 |  70 |  93k|  10k| 0.000000e+00 |      --      |    Inf 
321.44/321.50	c   322s|120000 |   128 |  1620k|  13.5 |  22M|  90 |   - |1838 |  12k|1838 |1355 |  70 | 100k|  10k| 0.000000e+00 |      --      |    Inf 
347.45/347.57	c   348s|130000 |   126 |  1752k|  13.5 |  19M|  90 |  42 |1838 |7950 |1838 |1355 |  70 | 107k|  11k| 0.000000e+00 |      --      |    Inf 
373.23/373.36	c   373s|140000 |   123 |  1888k|  13.5 |  18M|  90 |   - |1838 |6710 |1838 |1355 |  70 | 112k|  11k| 0.000000e+00 |      --      |    Inf 
399.23/399.33	c   399s|150000 |   124 |  2025k|  13.5 |  20M|  90 |   - |1838 |8683 |1838 |1355 |  70 | 118k|  12k| 0.000000e+00 |      --      |    Inf 
426.02/426.13	c   426s|160000 |   122 |  2174k|  13.6 |  22M|  90 |   - |1838 |  11k|1838 |1355 |  70 | 126k|  12k| 0.000000e+00 |      --      |    Inf 
453.72/453.83	c   454s|170000 |   125 |  2322k|  13.6 |  26M|  90 |  57 |1838 |  17k|1838 |1355 |  70 | 135k|  13k| 0.000000e+00 |      --      |    Inf 
479.92/480.03	c   480s|180000 |   122 |  2454k|  13.6 |  25M|  90 |   - |1838 |  15k|1838 |1355 |  70 | 142k|  13k| 0.000000e+00 |      --      |    Inf 
506.71/506.81	c   507s|190000 |   123 |  2586k|  13.6 |  27M|  90 |   - |1838 |  18k|1838 |1355 |  70 | 150k|  14k| 0.000000e+00 |      --      |    Inf 
533.51/533.66	c   534s|200000 |   121 |  2724k|  13.6 |  27M|  90 |   - |1838 |  18k|1838 |1355 |  70 | 157k|  14k| 0.000000e+00 |      --      |    Inf 
560.91/561.00	c   561s|210000 |   135 |  2861k|  13.6 |  28M|  90 |   - |1838 |  20k|1838 |1355 |  70 | 165k|  14k| 0.000000e+00 |      --      |    Inf 
588.80/588.91	c   589s|220000 |   136 |  3007k|  13.7 |  29M|  92 |   - |1838 |  22k|1838 |1355 |  70 | 173k|  15k| 0.000000e+00 |      --      |    Inf 
616.29/616.46	c   616s|230000 |   143 |  3145k|  13.7 |  32M|  92 |   - |1838 |  25k|1838 |1355 |  70 | 181k|  15k| 0.000000e+00 |      --      |    Inf 
644.29/644.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
644.29/644.42	c   644s|240000 |   132 |  3276k|  13.6 |  31M|  92 |   - |1838 |  23k|1838 |1355 |  70 | 188k|  16k| 0.000000e+00 |      --      |    Inf 
671.89/672.01	c   672s|250000 |   125 |  3404k|  13.6 |  34M|  94 |  52 |1838 |  27k|1838 |1355 |  70 | 195k|  16k| 0.000000e+00 |      --      |    Inf 
699.49/699.66	c   700s|260000 |   117 |  3534k|  13.6 |  30M|  94 |   - |1838 |  22k|1838 |1355 |  70 | 202k|  16k| 0.000000e+00 |      --      |    Inf 
729.47/729.68	c   730s|270000 |   124 |  3662k|  13.6 |  27M|  94 |   - |1838 |  17k|1838 |1355 |  70 | 210k|  18k| 0.000000e+00 |      --      |    Inf 
756.58/756.78	c   757s|280000 |   121 |  3806k|  13.6 |  28M|  94 |   - |1838 |  19k|1838 |1355 |  70 | 217k|  18k| 0.000000e+00 |      --      |    Inf 
784.37/784.57	c   785s|290000 |   121 |  3958k|  13.6 |  28M|  94 |   - |1838 |  18k|1838 |1355 |  70 | 226k|  18k| 0.000000e+00 |      --      |    Inf 
812.67/812.83	c   813s|300000 |   127 |  4108k|  13.7 |  30M|  94 |   - |1838 |  21k|1838 |1355 |  70 | 234k|  18k| 0.000000e+00 |      --      |    Inf 
841.06/841.22	c   841s|310000 |   125 |  4257k|  13.7 |  32M|  94 |   - |1838 |  25k|1838 |1355 |  70 | 242k|  19k| 0.000000e+00 |      --      |    Inf 
869.46/869.67	c   870s|320000 |   125 |  4399k|  13.7 |  33M|  94 |  41 |1838 |  26k|1838 |1355 |  70 | 249k|  19k| 0.000000e+00 |      --      |    Inf 
897.76/897.95	c   898s|330000 |   124 |  4543k|  13.8 |  36M|  94 |  59 |1838 |  30k|1838 |1355 |  70 | 259k|  19k| 0.000000e+00 |      --      |    Inf 
925.95/926.13	c   926s|340000 |   130 |  4685k|  13.8 |  35M|  94 |   - |1838 |  29k|1838 |1355 |  70 | 268k|  20k| 0.000000e+00 |      --      |    Inf 
956.04/956.28	c   956s|350000 |   120 |  4836k|  13.8 |  35M|  94 |   - |1838 |  30k|1838 |1355 |  70 | 275k|  20k| 0.000000e+00 |      --      |    Inf 
985.84/986.01	c   986s|360000 |   119 |  4987k|  13.8 |  38M|  94 |   - |1838 |  34k|1838 |1355 |  70 | 282k|  21k| 0.000000e+00 |      --      |    Inf 
1016.73/1016.99	c  1017s|370000 |   126 |  5131k|  13.9 |  41M|  94 |  48 |1838 |  37k|1838 |1355 |  70 | 290k|  21k| 0.000000e+00 |      --      |    Inf 
1047.33/1047.57	c  1048s|380000 |   133 |  5274k|  13.9 |  32M|  94 |   - |1838 |  24k|1838 |1355 |  70 | 297k|  21k| 0.000000e+00 |      --      |    Inf 
1076.53/1076.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1076.53/1076.72	c  1077s|390000 |   136 |  5422k|  13.9 |  34M|  94 |  54 |1838 |  27k|1838 |1355 |  70 | 305k|  22k| 0.000000e+00 |      --      |    Inf 
1105.82/1106.05	c  1106s|400000 |   130 |  5576k|  13.9 |  34M|  94 |  52 |1838 |  27k|1838 |1355 |  70 | 314k|  22k| 0.000000e+00 |      --      |    Inf 
1133.82/1134.03	c  1134s|410000 |   135 |  5728k|  14.0 |  36M|  94 |  50 |1838 |  30k|1838 |1355 |  70 | 324k|  22k| 0.000000e+00 |      --      |    Inf 
1162.71/1162.94	c  1163s|420000 |   133 |  5877k|  14.0 |  38M|  94 |   - |1838 |  33k|1838 |1355 |  70 | 333k|  23k| 0.000000e+00 |      --      |    Inf 
1192.61/1192.85	c  1193s|430000 |   130 |  6023k|  14.0 |  39M|  94 |   - |1838 |  34k|1838 |1355 |  70 | 340k|  23k| 0.000000e+00 |      --      |    Inf 
1222.70/1222.98	c  1223s|440000 |   126 |  6169k|  14.0 |  40M|  94 |   - |1838 |  36k|1838 |1355 |  70 | 348k|  23k| 0.000000e+00 |      --      |    Inf 
1250.10/1250.39	c  1250s|450000 |   133 |  6304k|  14.0 |  43M|  94 |   - |1838 |  40k|1838 |1355 |  70 | 359k|  24k| 0.000000e+00 |      --      |    Inf 
1277.80/1278.07	c  1278s|460000 |   129 |  6449k|  14.0 |  46M|  94 |   - |1838 |  43k|1838 |1355 |  70 | 369k|  24k| 0.000000e+00 |      --      |    Inf 
1304.29/1304.57	c  1305s|470000 |   137 |  6592k|  14.0 |  47M|  94 |   - |1838 |  45k|1838 |1355 |  70 | 379k|  24k| 0.000000e+00 |      --      |    Inf 
1333.39/1333.61	c  1334s|480000 |   138 |  6734k|  14.0 |  47M|  94 |  44 |1838 |  44k|1838 |1355 |  70 | 387k|  25k| 0.000000e+00 |      --      |    Inf 
1362.98/1363.29	c  1363s|490000 |   129 |  6879k|  14.0 |  46M|  94 |  57 |1838 |  43k|1838 |1355 |  70 | 394k|  25k| 0.000000e+00 |      --      |    Inf 
1393.58/1393.89	c  1394s|500000 |   128 |  7027k|  14.0 |  46M|  94 |   - |1838 |  43k|1838 |1355 |  70 | 402k|  25k| 0.000000e+00 |      --      |    Inf 
1420.57/1420.80	c  1421s|510000 |   135 |  7164k|  14.0 |  45M|  94 |   - |1838 |  42k|1838 |1355 |  70 | 413k|  25k| 0.000000e+00 |      --      |    Inf 
1447.05/1447.31	c  1447s|520000 |   133 |  7296k|  14.0 |  47M|  94 |   - |1838 |  44k|1838 |1355 |  70 | 422k|  26k| 0.000000e+00 |      --      |    Inf 
1472.73/1473.02	c  1473s|530000 |   124 |  7426k|  14.0 |  48M|  94 |   - |1838 |  45k|1838 |1355 |  70 | 432k|  26k| 0.000000e+00 |      --      |    Inf 
1502.53/1502.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1502.53/1502.89	c  1503s|540000 |   130 |  7577k|  14.0 |  42M|  94 |  25 |1838 |  38k|1838 |1355 |  70 | 442k|  26k| 0.000000e+00 |      --      |    Inf 
1531.22/1531.57	c  1532s|550000 |   141 |  7720k|  14.0 |  44M|  94 |   - |1838 |  40k|1838 |1355 |  70 | 450k|  26k| 0.000000e+00 |      --      |    Inf 
1558.32/1558.65	c  1559s|560000 |   126 |  7847k|  14.0 |  45M|  94 |   - |1838 |  42k|1838 |1355 |  70 | 459k|  27k| 0.000000e+00 |      --      |    Inf 
1584.83/1585.16	c  1585s|570000 |   121 |  7970k|  14.0 |  47M|  94 |   - |1838 |  44k|1838 |1355 |  70 | 470k|  27k| 0.000000e+00 |      --      |    Inf 
1615.11/1615.43	c  1615s|580000 |   124 |  8117k|  14.0 |  41M|  94 |  52 |1838 |  35k|1838 |1355 |  70 | 477k|  27k| 0.000000e+00 |      --      |    Inf 
1645.31/1645.61	c  1646s|590000 |   130 |  8273k|  14.0 |  39M|  94 |  57 |1838 |  33k|1838 |1355 |  70 | 485k|  28k| 0.000000e+00 |      --      |    Inf 
1673.60/1673.92	c  1674s|600000 |   120 |  8425k|  14.0 |  42M|  94 |  76 |1838 |  37k|1838 |1355 |  70 | 494k|  28k| 0.000000e+00 |      --      |    Inf 
1702.29/1702.70	c  1703s|610000 |   127 |  8576k|  14.1 |  43M|  94 |  57 |1838 |  38k|1838 |1355 |  70 | 505k|  28k| 0.000000e+00 |      --      |    Inf 
1729.49/1729.84	c  1730s|620000 |   120 |  8729k|  14.1 |  48M|  94 |  64 |1838 |  43k|1838 |1355 |  70 | 513k|  28k| 0.000000e+00 |      --      |    Inf 
1758.39/1758.79	c  1759s|630000 |   125 |  8884k|  14.1 |  42M|  94 |   - |1838 |  38k|1838 |1355 |  70 | 522k|  29k| 0.000000e+00 |      --      |    Inf 
1786.98/1787.39	c  1787s|640000 |   138 |  9031k|  14.1 |  46M|  94 |   - |1838 |  42k|1838 |1355 |  70 | 531k|  29k| 0.000000e+00 |      --      |    Inf 
1796.68/1797.00	c 
1796.68/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.00	c Solving Time (sec) : 1797.00
1796.68/1797.00	c Solving Nodes      : 643447
1796.68/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.68/1797.00	c Dual Bound         : +0.00000000000000e+00
1796.68/1797.00	c Gap                : infinite
1796.68/1797.00	s UNKNOWN
1796.68/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.00	c Total Time         :    1797.00
1796.68/1797.00	c   solving          :    1797.00
1796.68/1797.00	c   presolving       :       0.05 (included in solving)
1796.68/1797.00	c   reading          :       0.02 (included in solving)
1796.68/1797.00	c Original Problem   :
1796.68/1797.00	c   Problem name     : HOME/instance-3730418-1338688231.opb
1796.68/1797.00	c   Variables        : 1838 (1838 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.00	c   Constraints      : 1330 initial, 1330 maximal
1796.68/1797.00	c Presolved Problem  :
1796.68/1797.00	c   Problem name     : t_HOME/instance-3730418-1338688231.opb
1796.68/1797.00	c   Variables        : 1838 (1838 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.00	c   Constraints      : 1330 initial, 47980 maximal
1796.68/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.68/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   linear           :       0.02          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   logicor          :       0.02          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.68/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.00	c   integral         :          0          0          0     327262          0          1          0        481       3141          0          0     647848
1796.68/1797.00	c   setppc           :         70          5    2203433          0          0          0   61807804         58    7950369          0          0          0
1796.68/1797.00	c   linear           :          0+         5         43          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   logicor          :       1260+         5     558908          0          0          0    1198659       1880     387888          0          0          0
1796.68/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.68/1797.00	c   integral         :      86.54       0.00       0.00      86.54       0.00       0.00       0.00
1796.68/1797.00	c   setppc           :      64.74       0.00      13.16       0.00       0.00       0.00      51.58
1796.68/1797.00	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.68/1797.00	c   logicor          :     100.31       0.00      96.04       0.00       0.00       0.00       4.27
1796.68/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.68/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.68/1797.00	c   vbounds          :          0          0          0          0
1796.68/1797.00	c   rootredcost      :          0          0          0          0
1796.68/1797.00	c   pseudoobj        :          0          0          0          0
1796.68/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.68/1797.00	c   vbounds          :       1.52       1.52       0.00
1796.68/1797.00	c   rootredcost      :       1.52       1.52       0.00
1796.68/1797.00	c   pseudoobj        :       1.46       1.46       0.00
1796.68/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.68/1797.00	c   propagation      :       0.12       1938       1917       6630       61.1          1       46.0          -
1796.68/1797.00	c   infeasible LP    :     320.87     317364     253470    5442265      176.6        504       44.8          0
1796.68/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.68/1797.00	c   applied globally :          -          -          -     534713       83.3          -          -          -
1796.68/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.68/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.68/1797.00	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 274)
1796.68/1797.00	c   redcost          :       9.30     324560          0          0          0          0
1796.68/1797.00	c   impliedbounds    :       0.00          5          0          0          0          0
1796.68/1797.00	c   intobj           :       0.00          0          0          0          0          0
1796.68/1797.00	c   gomory           :       0.20          5          0          0       2219          0
1796.68/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1796.68/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1796.68/1797.00	c   strongcg         :       0.47          5          0          0       2475          0
1796.68/1797.00	c   cmir             :       0.00          0          0          0          0          0
1796.68/1797.00	c   flowcover        :       0.00          0          0          0          0          0
1796.68/1797.00	c   clique           :       0.01          5          0          0          0          0
1796.68/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1796.68/1797.00	c   mcf              :       0.00          1          0          0          0          0
1796.68/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1796.68/1797.00	c   rapidlearning    :       0.07          1          0          0          0         33
1796.68/1797.00	c Pricers            :       Time      Calls       Vars
1796.68/1797.00	c   problem variables:       0.00          0          0
1796.68/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.00	c   relpscost        :      85.56     327262        481       3141          0          0     647848
1796.68/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1796.68/1797.00	c   inference        :       0.00          0          0          0          0          0          0
1796.68/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1796.68/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1796.68/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.68/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.68/1797.00	c   random           :       0.00          0          0          0          0          0          0
1796.68/1797.00	c Primal Heuristics  :       Time      Calls      Found
1796.68/1797.00	c   LP solutions     :       0.00          -          0
1796.68/1797.00	c   pseudo solutions :       0.00          -          0
1796.68/1797.00	c   trivial          :       0.00          1          0
1796.68/1797.00	c   shiftandpropagate:       0.00          0          0
1796.68/1797.00	c   simplerounding   :       0.00          0          0
1796.68/1797.00	c   zirounding       :       0.00          0          0
1796.68/1797.00	c   rounding         :       0.00          0          0
1796.68/1797.00	c   shifting         :       0.00          0          0
1796.68/1797.00	c   intshifting      :       0.00          0          0
1796.68/1797.00	c   oneopt           :       0.00          0          0
1796.68/1797.00	c   twoopt           :       0.00          0          0
1796.68/1797.00	c   fixandinfer      :       0.00          0          0
1796.68/1797.00	c   feaspump         :       0.00          0          0
1796.68/1797.00	c   clique           :       0.00          0          0
1796.68/1797.00	c   coefdiving       :       0.00          0          0
1796.68/1797.00	c   pscostdiving     :       0.00          0          0
1796.68/1797.00	c   fracdiving       :       0.00          0          0
1796.68/1797.00	c   veclendiving     :       0.00          0          0
1796.68/1797.00	c   intdiving        :       0.00          0          0
1796.68/1797.00	c   actconsdiving    :       0.00          0          0
1796.68/1797.00	c   objpscostdiving  :       0.00          0          0
1796.68/1797.00	c   rootsoldiving    :       0.00          0          0
1796.68/1797.00	c   linesearchdiving :       0.00          0          0
1796.68/1797.00	c   guideddiving     :       0.00          0          0
1796.68/1797.00	c   octane           :       0.00          0          0
1796.68/1797.00	c   rens             :       0.00          0          0
1796.68/1797.00	c   rins             :       0.00          0          0
1796.68/1797.00	c   localbranching   :       0.00          0          0
1796.68/1797.00	c   mutation         :       0.00          0          0
1796.68/1797.00	c   crossover        :       0.00          0          0
1796.68/1797.00	c   dins             :       0.00          0          0
1796.68/1797.00	c   vbounds          :       0.00          0          0
1796.68/1797.00	c   undercover       :       0.00          0          0
1796.68/1797.00	c   subnlp           :       0.00          0          0
1796.68/1797.00	c   trysol           :       0.00          0          0
1796.68/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.68/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1796.68/1797.00	c   dual LP          :    1030.89     644189    9079134      14.09    8807.05
1796.68/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.68/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1796.68/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1796.68/1797.00	c   strong branching :      77.73      29683     484746      16.33    6236.38
1796.68/1797.00	c     (at root node) :          -         16       1727     107.94          -
1796.68/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.68/1797.00	c B&B Tree           :
1796.68/1797.00	c   number of runs   :          1
1796.68/1797.00	c   nodes            :     643447
1796.68/1797.00	c   nodes (total)    :     643447
1796.68/1797.00	c   nodes left       :        126
1796.68/1797.00	c   max depth        :         94
1796.68/1797.00	c   max depth (total):         94
1796.68/1797.00	c   backtracks       :      57332 (8.9%)
1796.68/1797.00	c   delayed cutoffs  :       4276
1796.68/1797.00	c   repropagations   :     971805 (631093 domain reductions, 260 cutoffs)
1796.68/1797.00	c   avg switch length:       4.65
1796.68/1797.00	c   switching time   :      85.34
1796.68/1797.00	c Solution           :
1796.68/1797.00	c   Solutions found  :          0 (0 improvements)
1796.68/1797.00	c   Primal Bound     :          -
1796.68/1797.00	c   Dual Bound       : +0.00000000000000e+00
1796.68/1797.00	c   Gap              :   infinite
1796.68/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1796.68/1797.00	c   Root Iterations  :       3757
1796.68/1797.07	c Time complete: 1796.76.

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-3730418-1338688231/watcher-3730418-1338688231 -o /tmp/evaluation-result-3730418-1338688231/solver-3730418-1338688231 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3730418-1338688231.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3008
/proc/meminfo: memFree=25610348/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=10952 CPUtime=0 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 1627 0 0 0 0 0 0 0 20 0 1 0 334890153 11214848 1581 33554432000 4194304 9016284 140735098522144 140735098518600 7870589 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 2738 1591 340 1178 0 1556 0

[startup+0.0197669 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3008
/proc/meminfo: memFree=25610348/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=15196 CPUtime=0.01 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 2767 0 0 0 1 0 0 0 20 0 1 0 334890153 15560704 2721 33554432000 4194304 9016284 140735098522144 140735098518600 7842276 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 3799 2721 357 1178 0 2617 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15196

[startup+0.100287 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3008
/proc/meminfo: memFree=25610348/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=35416 CPUtime=0.08 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 7963 0 0 0 8 0 0 0 20 0 1 0 334890153 36265984 7624 33554432000 4194304 9016284 140735098522144 140735098518600 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 8854 7624 602 1178 0 7672 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35416

[startup+0.300253 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3008
/proc/meminfo: memFree=25610348/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=38476 CPUtime=0.29 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 9000 0 0 0 28 1 0 0 20 0 1 0 334890153 39399424 8531 33554432000 4194304 9016284 140735098522144 140735098517208 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 9619 8532 617 1178 0 8437 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38476

[startup+0.700278 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3008
/proc/meminfo: memFree=25610348/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=59504 CPUtime=0.69 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 14899 0 0 0 67 2 0 0 20 0 1 0 334890153 60932096 13704 33554432000 4194304 9016284 140735098522144 140735098517208 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 14876 13704 658 1178 0 13694 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59504

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3009
/proc/meminfo: memFree=25558384/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=59504 CPUtime=1.48 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 15113 0 0 0 146 2 0 0 20 0 1 0 334890153 60932096 13800 33554432000 4194304 9016284 140735098522144 140735098517304 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 14876 13800 659 1178 0 13694 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 59504

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 3009
/proc/meminfo: memFree=25555640/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=59504 CPUtime=3.09 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 15117 0 0 0 305 4 0 0 20 0 1 0 334890153 60932096 13804 33554432000 4194304 9016284 140735098522144 140735098515896 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 14876 13804 663 1178 0 13694 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59504

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3009
/proc/meminfo: memFree=25556920/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=59504 CPUtime=6.28 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 15117 0 0 0 623 5 0 0 20 0 1 0 334890153 60932096 13804 33554432000 4194304 9016284 140735098522144 140735098516200 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 14876 13804 663 1178 0 13694 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 59504

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3009
/proc/meminfo: memFree=25519716/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=59504 CPUtime=12.68 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 15117 0 0 0 1258 10 0 0 20 0 1 0 334890153 60932096 13804 33554432000 4194304 9016284 140735098522144 140735098515448 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 14876 13804 663 1178 0 13694 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 59504

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3009
/proc/meminfo: memFree=25514720/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=59768 CPUtime=25.48 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 15308 0 0 0 2527 21 0 0 20 0 1 0 334890153 61202432 13995 33554432000 4194304 9016284 140735098522144 140735098516312 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 14942 13995 665 1178 0 13760 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59768

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3009
/proc/meminfo: memFree=25517180/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=61576 CPUtime=51.08 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 15753 0 0 0 5070 38 0 0 20 0 1 0 334890153 63053824 14440 33554432000 4194304 9016284 140735098522144 140735098516472 6422831 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 15394 14440 665 1178 0 14212 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 61576

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3009
/proc/meminfo: memFree=25490528/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=64364 CPUtime=102.28 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 16429 0 0 0 10151 77 0 0 20 0 1 0 334890153 65908736 15116 33554432000 4194304 9016284 140735098522144 140735098516104 7143429 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 16091 15116 665 1178 0 14909 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 64364

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3010
/proc/meminfo: memFree=25481948/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=68312 CPUtime=162.27 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 17448 0 0 0 16110 117 0 0 20 0 1 0 334890153 69951488 16135 33554432000 4194304 9016284 140735098522144 140735098516312 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 17078 16135 665 1178 0 15896 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 68312

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 3010
/proc/meminfo: memFree=25459712/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=81332 CPUtime=222.26 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 20698 0 0 0 22071 155 0 0 20 0 1 0 334890153 83283968 19367 33554432000 4194304 9016284 140735098522144 140735098516312 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 20333 19367 665 1178 0 19151 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 81332

[startup+282.3 s]
/proc/loadavg: 2.17 2.05 2.01 3/177 3010
/proc/meminfo: memFree=25441620/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=81784 CPUtime=282.25 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 20828 0 0 0 28032 193 0 0 20 0 1 0 334890153 83746816 19497 33554432000 4194304 9016284 140735098522144 140735098516472 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 20446 19497 665 1178 0 19264 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 81784

[startup+342.3 s]
/proc/loadavg: 2.17 2.07 2.02 3/177 3010
/proc/meminfo: memFree=25446304/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=82220 CPUtime=342.24 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 20898 0 0 0 33990 234 0 0 20 0 1 0 334890153 84193280 19567 33554432000 4194304 9016284 140735098522144 140735098516472 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 20555 19567 665 1178 0 19373 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 82220

[startup+402.3 s]
/proc/loadavg: 2.13 2.08 2.02 3/177 3010
/proc/meminfo: memFree=25443116/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=82484 CPUtime=402.23 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 20984 0 0 0 39947 276 0 0 20 0 1 0 334890153 84463616 19653 33554432000 4194304 9016284 140735098522144 140735098516472 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 20621 19653 665 1178 0 19439 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 82484

[startup+462.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/177 3011
/proc/meminfo: memFree=25449680/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=82616 CPUtime=462.22 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 21011 0 0 0 45904 318 0 0 20 0 1 0 334890153 84598784 19680 33554432000 4194304 9016284 140735098522144 140735098516104 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 20654 19680 665 1178 0 19472 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 82616

[startup+522.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/177 3011
/proc/meminfo: memFree=25398588/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=84048 CPUtime=522.21 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 21275 0 0 0 51866 355 0 0 20 0 1 0 334890153 86065152 19944 33554432000 4194304 9016284 140735098522144 140735098516104 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 21012 19944 665 1178 0 19830 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 84048

[startup+582.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/178 3014
/proc/meminfo: memFree=25433772/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=85744 CPUtime=582.2 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 21808 0 0 0 57825 395 0 0 20 0 1 0 334890153 87801856 20470 33554432000 4194304 9016284 140735098522144 140735098516312 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 21436 20470 665 1178 0 20254 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 85744

[startup+642.3 s]

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

/proc/meminfo: memFree=25399544/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=102372 CPUtime=1122.12 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 25760 0 0 0 111465 747 0 0 20 0 1 0 334890153 104828928 24398 33554432000 4194304 9016284 140735098522144 140735098516424 5325537 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 25593 24398 665 1178 0 24411 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 102372

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 3042
/proc/meminfo: memFree=25394868/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=102724 CPUtime=1182.11 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 25828 0 0 0 117427 784 0 0 20 0 1 0 334890153 105189376 24466 33554432000 4194304 9016284 140735098522144 140735098516008 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 25681 24466 665 1178 0 24499 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 102724

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3042
/proc/meminfo: memFree=25431760/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=103364 CPUtime=1242.1 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 25979 0 0 0 123390 820 0 0 20 0 1 0 334890153 105844736 24617 33554432000 4194304 9016284 140735098522144 140735098516424 18446744073699066235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 25841 24617 665 1178 0 24659 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 103364

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3042
/proc/meminfo: memFree=25413296/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=109420 CPUtime=1302.1 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 27467 0 0 0 129351 859 0 0 20 0 1 0 334890153 112046080 26103 33554432000 4194304 9016284 140735098522144 140735098516424 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 27355 26103 665 1178 0 26173 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 109420

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3043
/proc/meminfo: memFree=25423948/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=110128 CPUtime=1362.09 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 27628 0 0 0 135313 896 0 0 20 0 1 0 334890153 112771072 26264 33554432000 4194304 9016284 140735098522144 140735098516472 4926003 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 27532 26264 665 1178 0 26350 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 110128

[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3043
/proc/meminfo: memFree=25412568/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=110504 CPUtime=1422.08 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 27706 0 0 0 141274 934 0 0 20 0 1 0 334890153 113156096 26441 33554432000 4194304 9016284 140735098522144 140735098515512 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 27626 26441 665 1178 0 26444 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 110504

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 3043
/proc/meminfo: memFree=25425272/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=112104 CPUtime=1482.03 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 28186 0 0 0 147227 976 0 0 20 0 1 0 334890153 114794496 27304 33554432000 4194304 9016284 140735098522144 140735098516312 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 28026 27304 665 1178 0 26844 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 112104

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3043
/proc/meminfo: memFree=25382576/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=112104 CPUtime=1542.02 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 28186 0 0 0 153191 1011 0 0 20 0 1 0 334890153 114794496 27304 33554432000 4194304 9016284 140735098522144 140735098516424 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 28026 27304 665 1178 0 26844 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 112104

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3043
/proc/meminfo: memFree=25382928/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=112736 CPUtime=1602.01 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 28315 0 0 0 159154 1047 0 0 20 0 1 0 334890153 115441664 27433 33554432000 4194304 9016284 140735098522144 140735098516472 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 28184 27433 665 1178 0 27002 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 112736

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 3121
/proc/meminfo: memFree=27647952/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=112900 CPUtime=1662 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 28332 0 0 0 165111 1089 0 0 20 0 1 0 334890153 115609600 27450 33554432000 4194304 9016284 140735098522144 140735098516312 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 28225 27450 665 1178 0 27043 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 112900

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3121
/proc/meminfo: memFree=27646668/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=112900 CPUtime=1721.99 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 28360 0 0 0 171065 1134 0 0 20 0 1 0 334890153 115609600 27477 33554432000 4194304 9016284 140735098522144 140735098516472 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 28225 27477 665 1178 0 27043 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 112900

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3124
/proc/meminfo: memFree=27639744/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=113048 CPUtime=1781.98 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 28399 0 0 0 177023 1175 0 0 20 0 1 0 334890153 115761152 27516 33554432000 4194304 9016284 140735098522144 140735098516472 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 28262 27516 665 1178 0 27080 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 113048

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3124
/proc/meminfo: memFree=27637528/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=113048 CPUtime=1785.19 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 28399 0 0 0 177341 1178 0 0 20 0 1 0 334890153 115761152 27516 33554432000 4194304 9016284 140735098522144 140735098516312 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 28262 27516 665 1178 0 27080 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 113048

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3124
/proc/meminfo: memFree=27636288/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=113192 CPUtime=1791.59 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 28444 0 0 0 177976 1183 0 0 20 0 1 0 334890153 115908608 27561 33554432000 4194304 9016284 140735098522144 140735098516472 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 28298 27561 665 1178 0 27116 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 113192

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3124
/proc/meminfo: memFree=27635792/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=113192 CPUtime=1794.79 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 28444 0 0 0 178294 1185 0 0 20 0 1 0 334890153 115908608 27561 33554432000 4194304 9016284 140735098522144 140735098516424 4347574 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 28298 27561 665 1178 0 27116 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 113192

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3124
/proc/meminfo: memFree=27635792/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=113192 CPUtime=1795.58 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 28444 0 0 0 178373 1185 0 0 20 0 1 0 334890153 115908608 27561 33554432000 4194304 9016284 140735098522144 140735098516472 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 28298 27561 665 1178 0 27116 0
Current children cumulated CPU time (s) 1795.58
Current children cumulated vsize (KiB) 113192

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3124
/proc/meminfo: memFree=27635792/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=113192 CPUtime=1796.38 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 28444 0 0 0 178452 1186 0 0 20 0 1 0 334890153 115908608 27561 33554432000 4194304 9016284 140735098522144 140735098515192 4444577 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 28298 27561 665 1178 0 27116 0
Current children cumulated CPU time (s) 1796.38
Current children cumulated vsize (KiB) 113192

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3124
/proc/meminfo: memFree=27635792/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=113192 CPUtime=1796.58 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 28444 0 0 0 178472 1186 0 0 20 0 1 0 334890153 115908608 27561 33554432000 4194304 9016284 140735098522144 140735098515192 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 28298 27561 665 1178 0 27116 0
Current children cumulated CPU time (s) 1796.58
Current children cumulated vsize (KiB) 113192

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3124
/proc/meminfo: memFree=27635792/32873844 swapFree=7128/7128
[pid=3008] ppid=3006 vsize=113192 CPUtime=1796.68 cores=0,2,4,6
/proc/3008/stat : 3008 (scip-2.0.1.4b_2) R 3006 3008 25330 0 -1 4202496 28444 0 0 0 178482 1186 0 0 20 0 1 0 334890153 115908608 27561 33554432000 4194304 9016284 140735098522144 140735098515192 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3008/statm: 28298 27561 665 1178 0 27116 0
Current children cumulated CPU time (s) 1796.68
Current children cumulated vsize (KiB) 113192

Child status: 0
Real time (s): 1797.07
CPU time (s): 1796.76
CPU user time (s): 1784.89
CPU system time (s): 11.8712
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 113192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.89
system time used= 11.8712
maximum resident set size= 110252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28451
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= 40
involuntary context switches= 1855

runsolver used 3.3035 second user time and 8.24975 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-03 03:50:31
IDJOB=3730418
IDBENCH=1420
IDSOLVER=2329
FILE ID=node105/3730418-1338688231
RUNJOBID= node105-1338679210-1717
PBS_JOBID= 14636708
Free space on /tmp= 71228 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga35_35_sat_pb.cnf.cr.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-3730418-1338688231/watcher-3730418-1338688231 -o /tmp/evaluation-result-3730418-1338688231/solver-3730418-1338688231 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3730418-1338688231.opb -t 1800 -m 15500

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

MD5SUM BENCH= 23ed8dbd20669d86dd929140e0f9c164
RANDOM SEED=1002650364

node105.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.882
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.76
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.882
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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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.882
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.882
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	: 5438.54
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.882
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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25610620 kB
Buffers:          543108 kB
Cached:          3574964 kB
SwapCached:         1700 kB
Active:          3328840 kB
Inactive:        3047380 kB
Active(anon):    2254344 kB
Inactive(anon):     4800 kB
Active(file):    1074496 kB
Inactive(file):  3042580 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             16724 kB
Writeback:             0 kB
AnonPages:       2262260 kB
Mapped:            11472 kB
Shmem:                 0 kB
Slab:             741560 kB
SReclaimable:     182616 kB
SUnreclaim:       558944 kB
KernelStack:        1480 kB
PageTables:         8912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2482428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    565248 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= 71244 MiB
End job on node105 at 2012-06-03 04:20:29