Trace number 3489283

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)? 1797.13 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-LIN (no optimisation, small integers, linear constraints)
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.026995
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-3489283-1307757274.opb>
0.00/0.02	c original problem has 1838 variables (1838 bin, 0 int, 0 impl, 0 cont) and 1330 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.03	c presolving:
0.00/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.00/0.07	c presolving (2 rounds):
0.00/0.07	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.07	c  0 implications, 70 cliques
0.00/0.07	c presolved problem has 1838 variables (1838 bin, 0 int, 0 impl, 0 cont) and 1330 constraints
0.00/0.07	c      70 constraints of type <setppc>
0.00/0.07	c    1260 constraints of type <logicor>
0.00/0.07	c transformed objective value is always integral (scale: 1)
0.00/0.07	c Presolving Time: 0.04
0.00/0.07	c - non default parameters ----------------------------------------------------------------------
0.00/0.07	c # SCIP version 2.0.1.5
0.00/0.07	c 
0.00/0.07	c # frequency for displaying node information lines
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.07	c display/freq = 10000
0.00/0.07	c 
0.00/0.07	c # maximal time in seconds to run
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.07	c limits/time = 1797
0.00/0.07	c 
0.00/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.07	c limits/memory = 13950
0.00/0.07	c 
0.00/0.07	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.07	c limits/solutions = 1
0.00/0.07	c 
0.00/0.07	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.07	c separating/maxrounds = 1
0.00/0.07	c 
0.00/0.07	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.07	c separating/maxroundsroot = 5
0.00/0.07	c 
0.00/0.07	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.07	c # [type: int, range: [1,2], default: 1]
0.00/0.07	c timing/clocktype = 2
0.00/0.07	c 
0.00/0.07	c # belongs reading time to solving time?
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c timing/reading = TRUE
0.00/0.07	c 
0.00/0.07	c # should presolving try to simplify inequalities
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c constraints/linear/simplifyinequalities = TRUE
0.00/0.07	c 
0.00/0.07	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c constraints/indicator/addCouplingCons = TRUE
0.00/0.07	c 
0.00/0.07	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.07	c constraints/knapsack/disaggregation = FALSE
0.00/0.07	c 
0.00/0.07	c # should presolving try to simplify knapsacks
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.07	c 
0.00/0.07	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.07	c presolving/probing/maxrounds = 0
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/coefdiving/freq = -1
0.00/0.07	c 
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.07	c 
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.07	c heuristics/crossover/freq = -1
0.00/0.07	c 
0.00/0.07	c # number of nodes added to the contingent of the total nodes
0.00/0.07	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.07	c heuristics/crossover/nodesofs = 750
0.00/0.07	c 
0.00/0.07	c # number of nodes without incumbent change that heuristic should wait
0.00/0.07	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.07	c heuristics/crossover/nwaitingnodes = 100
0.00/0.07	c 
0.00/0.07	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.07	c # [type: real, range: [0,1], default: 0.1]
0.00/0.07	c heuristics/crossover/nodesquot = 0.15
0.00/0.07	c 
0.00/0.07	c # minimum percentage of integer variables that have to be fixed 
0.00/0.07	c # [type: real, range: [0,1], default: 0.666]
0.00/0.07	c heuristics/crossover/minfixingrate = 0.5
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.07	c heuristics/feaspump/freq = -1
0.00/0.07	c 
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/fracdiving/freq = -1
0.00/0.07	c 
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.07	c 
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/guideddiving/freq = -1
0.00/0.07	c 
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.07	c 
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.07	c 
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/intshifting/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/linesearchdiving/freq = -1
0.00/0.07	c 
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.07	c 
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.07	c heuristics/objpscostdiving/freq = -1
0.00/0.07	c 
0.00/0.07	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.07	c # [type: real, range: [0,1], default: 0.01]
0.00/0.07	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.07	c 
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.07	c heuristics/oneopt/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/pscostdiving/freq = -1
0.00/0.07	c 
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.07	c 
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.07	c heuristics/rens/freq = -1
0.00/0.07	c 
0.00/0.07	c # minimum percentage of integer variables that have to be fixable 
0.00/0.07	c # [type: real, range: [0,1], default: 0.5]
0.00/0.07	c heuristics/rens/minfixingrate = 0.3
0.00/0.07	c 
0.00/0.07	c # number of nodes added to the contingent of the total nodes
0.00/0.07	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.07	c heuristics/rens/nodesofs = 2000
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.07	c heuristics/rootsoldiving/freq = -1
0.00/0.07	c 
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.07	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.07	c 
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.07	c heuristics/rounding/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.07	c heuristics/shiftandpropagate/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/shifting/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.07	c heuristics/simplerounding/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.07	c heuristics/subnlp/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.07	c heuristics/trivial/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.07	c heuristics/trysol/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.07	c heuristics/undercover/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/veclendiving/freq = -1
0.00/0.07	c 
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.07	c 
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.07	c heuristics/zirounding/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.07	c separating/cmir/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.07	c separating/flowcover/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.07	c separating/rapidlearning/freq = 0
0.00/0.07	c 
0.00/0.07	c -----------------------------------------------------------------------------------------------
0.00/0.07	c start solving
0.00/0.07	c 
0.08/0.12	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.12	c   0.1s|     1 |     0 |   814 |     - |8230k|   0 | 173 |1838 |1330 |1838 |1330 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |  1118 |     - |9042k|   0 | 185 |1838 |1363 |1838 |1341 |  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.59	c   0.6s|     1 |     0 |  1317 |     - |9998k|   0 | 222 |1838 |1363 |1838 |1353 |  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.94	c   0.9s|     1 |     0 |  2531 |     - |  11M|   0 | 248 |1838 |1363 |1838 |1367 |  37 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.00/1.05	c   1.0s|     1 |     0 |  2876 |     - |  11M|   0 | 246 |1838 |1363 |1838 |1379 |  49 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.25	c   1.2s|     1 |     0 |  3757 |     - |  12M|   0 | 291 |1838 |1363 |1838 |1400 |  70 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.50	c   1.5s|     1 |     2 |  3757 |     - |  12M|   0 | 291 |1838 |1363 |1838 |1400 |  70 |   0 |  16 | 0.000000e+00 |      --      |    Inf 
40.19/40.23	c  40.2s| 10000 |   119 |142400 |  13.9 |  15M|  83 |   - |1838 |3929 |1838 |1355 |  70 |7979 |3867 | 0.000000e+00 |      --      |    Inf 
65.19/65.21	c  65.2s| 20000 |   124 |283017 |  14.0 |  15M|  90 |  50 |1838 |4686 |1838 |1355 |  70 |  12k|4935 | 0.000000e+00 |      --      |    Inf 
89.00/89.09	c  89.1s| 30000 |   119 |429532 |  14.2 |  16M|  90 |   - |1838 |6428 |1838 |1355 |  70 |  18k|5458 | 0.000000e+00 |      --      |    Inf 
112.10/112.11	c   112s| 40000 |   129 |574504 |  14.3 |  18M|  90 |  52 |1838 |9164 |1838 |1355 |  70 |  26k|5575 | 0.000000e+00 |      --      |    Inf 
138.20/138.23	c   138s| 50000 |   129 |722048 |  14.4 |  18M|  90 |   - |1838 |7529 |1838 |1355 |  70 |  34k|6690 | 0.000000e+00 |      --      |    Inf 
160.99/161.03	c   161s| 60000 |   131 |847285 |  14.1 |  18M|  90 |   - |1838 |8188 |1838 |1355 |  70 |  44k|7540 | 0.000000e+00 |      --      |    Inf 
182.70/182.78	c   183s| 70000 |   131 |969506 |  13.8 |  26M|  90 |   - |1838 |  15k|1838 |1355 |  70 |  60k|7997 | 0.000000e+00 |      --      |    Inf 
204.50/204.51	c   205s| 80000 |   132 |  1083k|  13.5 |  24M|  90 |   - |1838 |  14k|1838 |1355 |  70 |  72k|8323 | 0.000000e+00 |      --      |    Inf 
227.79/227.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
227.79/227.85	c   228s| 90000 |   125 |  1213k|  13.4 |  21M|  90 |   - |1838 |  10k|1838 |1355 |  70 |  80k|8968 | 0.000000e+00 |      --      |    Inf 
250.70/250.78	c   251s|100000 |   135 |  1340k|  13.4 |  19M|  90 |  43 |1838 |8792 |1838 |1355 |  70 |  86k|9553 | 0.000000e+00 |      --      |    Inf 
274.80/274.84	c   275s|110000 |   125 |  1480k|  13.4 |  20M|  90 |  55 |1838 |  10k|1838 |1355 |  70 |  93k|  10k| 0.000000e+00 |      --      |    Inf 
298.90/298.92	c   299s|120000 |   128 |  1620k|  13.5 |  22M|  90 |   - |1838 |  12k|1838 |1355 |  70 | 100k|  10k| 0.000000e+00 |      --      |    Inf 
322.90/322.91	c   323s|130000 |   126 |  1752k|  13.5 |  19M|  90 |  42 |1838 |7950 |1838 |1355 |  70 | 107k|  11k| 0.000000e+00 |      --      |    Inf 
346.70/346.79	c   347s|140000 |   123 |  1888k|  13.5 |  18M|  90 |   - |1838 |6710 |1838 |1355 |  70 | 112k|  11k| 0.000000e+00 |      --      |    Inf 
370.80/370.81	c   371s|150000 |   124 |  2025k|  13.5 |  20M|  90 |   - |1838 |8683 |1838 |1355 |  70 | 118k|  12k| 0.000000e+00 |      --      |    Inf 
395.60/395.68	c   396s|160000 |   122 |  2174k|  13.6 |  22M|  90 |   - |1838 |  11k|1838 |1355 |  70 | 126k|  12k| 0.000000e+00 |      --      |    Inf 
421.40/421.40	c   421s|170000 |   125 |  2322k|  13.6 |  26M|  90 |  57 |1838 |  17k|1838 |1355 |  70 | 135k|  13k| 0.000000e+00 |      --      |    Inf 
445.70/445.74	c   446s|180000 |   122 |  2454k|  13.6 |  25M|  90 |   - |1838 |  15k|1838 |1355 |  70 | 142k|  13k| 0.000000e+00 |      --      |    Inf 
470.50/470.55	c   471s|190000 |   123 |  2586k|  13.6 |  27M|  90 |   - |1838 |  18k|1838 |1355 |  70 | 150k|  14k| 0.000000e+00 |      --      |    Inf 
495.41/495.46	c   495s|200000 |   121 |  2724k|  13.6 |  27M|  90 |   - |1838 |  18k|1838 |1355 |  70 | 157k|  14k| 0.000000e+00 |      --      |    Inf 
520.70/520.76	c   521s|210000 |   135 |  2861k|  13.6 |  28M|  90 |   - |1838 |  20k|1838 |1355 |  70 | 165k|  14k| 0.000000e+00 |      --      |    Inf 
546.61/546.65	c   547s|220000 |   136 |  3007k|  13.7 |  29M|  92 |   - |1838 |  22k|1838 |1355 |  70 | 173k|  15k| 0.000000e+00 |      --      |    Inf 
572.10/572.17	c   572s|230000 |   143 |  3145k|  13.7 |  32M|  92 |   - |1838 |  25k|1838 |1355 |  70 | 181k|  15k| 0.000000e+00 |      --      |    Inf 
597.91/597.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
597.91/597.90	c   598s|240000 |   132 |  3276k|  13.6 |  31M|  92 |   - |1838 |  23k|1838 |1355 |  70 | 188k|  16k| 0.000000e+00 |      --      |    Inf 
623.21/623.29	c   623s|250000 |   125 |  3404k|  13.6 |  34M|  94 |  52 |1838 |  27k|1838 |1355 |  70 | 195k|  16k| 0.000000e+00 |      --      |    Inf 
648.81/648.81	c   649s|260000 |   117 |  3534k|  13.6 |  30M|  94 |   - |1838 |  22k|1838 |1355 |  70 | 202k|  16k| 0.000000e+00 |      --      |    Inf 
676.71/676.76	c   677s|270000 |   124 |  3662k|  13.6 |  27M|  94 |   - |1838 |  17k|1838 |1355 |  70 | 210k|  18k| 0.000000e+00 |      --      |    Inf 
701.72/701.72	c   702s|280000 |   121 |  3806k|  13.6 |  28M|  94 |   - |1838 |  19k|1838 |1355 |  70 | 217k|  18k| 0.000000e+00 |      --      |    Inf 
727.42/727.40	c   727s|290000 |   121 |  3958k|  13.6 |  28M|  94 |   - |1838 |  18k|1838 |1355 |  70 | 226k|  18k| 0.000000e+00 |      --      |    Inf 
753.52/753.50	c   754s|300000 |   127 |  4108k|  13.7 |  30M|  94 |   - |1838 |  21k|1838 |1355 |  70 | 234k|  18k| 0.000000e+00 |      --      |    Inf 
779.71/779.74	c   780s|310000 |   125 |  4257k|  13.7 |  32M|  94 |   - |1838 |  25k|1838 |1355 |  70 | 242k|  19k| 0.000000e+00 |      --      |    Inf 
805.92/805.93	c   806s|320000 |   125 |  4399k|  13.7 |  33M|  94 |  41 |1838 |  26k|1838 |1355 |  70 | 249k|  19k| 0.000000e+00 |      --      |    Inf 
831.92/831.95	c   832s|330000 |   124 |  4543k|  13.8 |  36M|  94 |  59 |1838 |  30k|1838 |1355 |  70 | 259k|  19k| 0.000000e+00 |      --      |    Inf 
857.82/857.86	c   858s|340000 |   130 |  4685k|  13.8 |  35M|  94 |   - |1838 |  29k|1838 |1355 |  70 | 268k|  20k| 0.000000e+00 |      --      |    Inf 
885.62/885.65	c   886s|350000 |   120 |  4836k|  13.8 |  35M|  94 |   - |1838 |  30k|1838 |1355 |  70 | 275k|  20k| 0.000000e+00 |      --      |    Inf 
913.22/913.21	c   913s|360000 |   119 |  4987k|  13.8 |  38M|  94 |   - |1838 |  34k|1838 |1355 |  70 | 282k|  21k| 0.000000e+00 |      --      |    Inf 
941.82/941.80	c   942s|370000 |   126 |  5131k|  13.9 |  41M|  94 |  48 |1838 |  37k|1838 |1355 |  70 | 290k|  21k| 0.000000e+00 |      --      |    Inf 
970.02/970.07	c   970s|380000 |   133 |  5274k|  13.9 |  32M|  94 |   - |1838 |  24k|1838 |1355 |  70 | 297k|  21k| 0.000000e+00 |      --      |    Inf 
997.03/997.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
997.03/997.03	c   997s|390000 |   136 |  5422k|  13.9 |  34M|  94 |  54 |1838 |  27k|1838 |1355 |  70 | 305k|  22k| 0.000000e+00 |      --      |    Inf 
1024.13/1024.12	c  1024s|400000 |   130 |  5576k|  13.9 |  34M|  94 |  52 |1838 |  27k|1838 |1355 |  70 | 314k|  22k| 0.000000e+00 |      --      |    Inf 
1050.02/1050.01	c  1050s|410000 |   135 |  5728k|  14.0 |  36M|  94 |  50 |1838 |  30k|1838 |1355 |  70 | 324k|  22k| 0.000000e+00 |      --      |    Inf 
1076.62/1076.69	c  1077s|420000 |   133 |  5877k|  14.0 |  38M|  94 |   - |1838 |  33k|1838 |1355 |  70 | 333k|  23k| 0.000000e+00 |      --      |    Inf 
1104.23/1104.26	c  1104s|430000 |   130 |  6023k|  14.0 |  39M|  94 |   - |1838 |  34k|1838 |1355 |  70 | 340k|  23k| 0.000000e+00 |      --      |    Inf 
1132.02/1132.07	c  1132s|440000 |   126 |  6169k|  14.0 |  40M|  94 |   - |1838 |  36k|1838 |1355 |  70 | 348k|  23k| 0.000000e+00 |      --      |    Inf 
1157.33/1157.38	c  1157s|450000 |   133 |  6304k|  14.0 |  43M|  94 |   - |1838 |  40k|1838 |1355 |  70 | 359k|  24k| 0.000000e+00 |      --      |    Inf 
1183.13/1183.11	c  1183s|460000 |   129 |  6449k|  14.0 |  46M|  94 |   - |1838 |  43k|1838 |1355 |  70 | 369k|  24k| 0.000000e+00 |      --      |    Inf 
1207.74/1207.74	c  1208s|470000 |   137 |  6592k|  14.0 |  47M|  94 |   - |1838 |  45k|1838 |1355 |  70 | 379k|  24k| 0.000000e+00 |      --      |    Inf 
1234.73/1234.78	c  1235s|480000 |   138 |  6734k|  14.0 |  47M|  94 |  44 |1838 |  44k|1838 |1355 |  70 | 387k|  25k| 0.000000e+00 |      --      |    Inf 
1262.43/1262.45	c  1262s|490000 |   129 |  6879k|  14.0 |  46M|  94 |  57 |1838 |  43k|1838 |1355 |  70 | 394k|  25k| 0.000000e+00 |      --      |    Inf 
1290.73/1290.78	c  1291s|500000 |   128 |  7027k|  14.0 |  46M|  94 |   - |1838 |  43k|1838 |1355 |  70 | 402k|  25k| 0.000000e+00 |      --      |    Inf 
1315.64/1315.65	c  1316s|510000 |   135 |  7164k|  14.0 |  45M|  94 |   - |1838 |  42k|1838 |1355 |  70 | 413k|  25k| 0.000000e+00 |      --      |    Inf 
1340.13/1340.17	c  1340s|520000 |   133 |  7296k|  14.0 |  47M|  94 |   - |1838 |  44k|1838 |1355 |  70 | 422k|  26k| 0.000000e+00 |      --      |    Inf 
1363.94/1363.92	c  1364s|530000 |   124 |  7426k|  14.0 |  48M|  94 |   - |1838 |  45k|1838 |1355 |  70 | 432k|  26k| 0.000000e+00 |      --      |    Inf 
1391.54/1391.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1391.54/1391.51	c  1392s|540000 |   130 |  7577k|  14.0 |  42M|  94 |  25 |1838 |  38k|1838 |1355 |  70 | 442k|  26k| 0.000000e+00 |      --      |    Inf 
1417.84/1417.89	c  1418s|550000 |   141 |  7720k|  14.0 |  44M|  94 |   - |1838 |  40k|1838 |1355 |  70 | 450k|  26k| 0.000000e+00 |      --      |    Inf 
1442.74/1442.74	c  1443s|560000 |   126 |  7847k|  14.0 |  45M|  94 |   - |1838 |  42k|1838 |1355 |  70 | 459k|  27k| 0.000000e+00 |      --      |    Inf 
1467.04/1467.02	c  1467s|570000 |   121 |  7970k|  14.0 |  47M|  94 |   - |1838 |  44k|1838 |1355 |  70 | 470k|  27k| 0.000000e+00 |      --      |    Inf 
1494.95/1494.94	c  1495s|580000 |   124 |  8117k|  14.0 |  41M|  94 |  52 |1838 |  35k|1838 |1355 |  70 | 477k|  27k| 0.000000e+00 |      --      |    Inf 
1523.04/1523.04	c  1523s|590000 |   130 |  8273k|  14.0 |  39M|  94 |  57 |1838 |  33k|1838 |1355 |  70 | 485k|  28k| 0.000000e+00 |      --      |    Inf 
1549.54/1549.53	c  1550s|600000 |   120 |  8425k|  14.0 |  42M|  94 |  76 |1838 |  37k|1838 |1355 |  70 | 494k|  28k| 0.000000e+00 |      --      |    Inf 
1576.35/1576.31	c  1576s|610000 |   127 |  8576k|  14.1 |  43M|  94 |  57 |1838 |  38k|1838 |1355 |  70 | 505k|  28k| 0.000000e+00 |      --      |    Inf 
1601.84/1601.89	c  1602s|620000 |   120 |  8729k|  14.1 |  48M|  94 |  64 |1838 |  43k|1838 |1355 |  70 | 513k|  28k| 0.000000e+00 |      --      |    Inf 
1628.74/1628.77	c  1629s|630000 |   125 |  8884k|  14.1 |  42M|  94 |   - |1838 |  38k|1838 |1355 |  70 | 522k|  29k| 0.000000e+00 |      --      |    Inf 
1655.46/1655.44	c  1655s|640000 |   138 |  9031k|  14.1 |  46M|  94 |   - |1838 |  42k|1838 |1355 |  70 | 531k|  29k| 0.000000e+00 |      --      |    Inf 
1681.05/1681.01	c  1681s|650000 |   137 |  9174k|  14.1 |  45M|  94 |  48 |1838 |  41k|1838 |1355 |  70 | 540k|  29k| 0.000000e+00 |      --      |    Inf 
1707.44/1707.42	c  1707s|660000 |   126 |  9321k|  14.1 |  46M|  94 |   - |1838 |  43k|1838 |1355 |  70 | 550k|  30k| 0.000000e+00 |      --      |    Inf 
1734.54/1734.50	c  1734s|670000 |   124 |  9466k|  14.1 |  49M|  94 |  52 |1838 |  46k|1838 |1355 |  70 | 560k|  30k| 0.000000e+00 |      --      |    Inf 
1762.05/1762.05	c  1762s|680000 |   132 |  9618k|  14.1 |  49M|  94 |   - |1838 |  47k|1838 |1355 |  70 | 570k|  30k| 0.000000e+00 |      --      |    Inf 
1790.55/1790.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1790.55/1790.58	c  1791s|690000 |   137 |  9769k|  14.2 |  51M|  94 |  64 |1838 |  49k|1838 |1355 |  70 | 580k|  30k| 0.000000e+00 |      --      |    Inf 
1797.05/1797.00	c 
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Solving Time (sec) : 1797.00
1797.05/1797.00	c Solving Nodes      : 692324
1797.05/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.05/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.05/1797.00	c Gap                : infinite
1797.05/1797.00	s UNKNOWN
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Total Time         :    1797.00
1797.05/1797.00	c   solving          :    1797.00
1797.05/1797.00	c   presolving       :       0.04 (included in solving)
1797.05/1797.00	c   reading          :       0.02 (included in solving)
1797.05/1797.00	c Original Problem   :
1797.05/1797.00	c   Problem name     : HOME/instance-3489283-1307757274.opb
1797.05/1797.00	c   Variables        : 1838 (1838 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 1330 initial, 1330 maximal
1797.05/1797.00	c Presolved Problem  :
1797.05/1797.00	c   Problem name     : t_HOME/instance-3489283-1307757274.opb
1797.05/1797.00	c   Variables        : 1838 (1838 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 1330 initial, 50472 maximal
1797.05/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.05/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   linear           :       0.02          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   logicor          :       0.02          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.05/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   integral         :          0          0          0     351912          0          1          0        481       3263          0          0     696918
1797.05/1797.00	c   setppc           :         70          5    2369010          0          0          0   66353381         64    8498097          0          0          0
1797.05/1797.00	c   linear           :          0+         5         43          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   logicor          :       1260+         5     607486          0          0          0    1269253       2141     414221          0          0          0
1797.05/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.05/1797.00	c   integral         :      88.45       0.00       0.00      88.45       0.00       0.00       0.00
1797.05/1797.00	c   setppc           :      26.44       0.00      11.33       0.00       0.00       0.00      15.11
1797.05/1797.00	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.05/1797.00	c   logicor          :      96.02       0.00      92.79       0.00       0.00       0.00       3.23
1797.05/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.05/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.05/1797.00	c   vbounds          :          0          0          0          0
1797.05/1797.00	c   rootredcost      :          0          0          0          0
1797.05/1797.00	c   pseudoobj        :          0          0          0          0
1797.05/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.05/1797.00	c   vbounds          :       0.32       0.32       0.00
1797.05/1797.00	c   rootredcost      :       0.32       0.32       0.00
1797.05/1797.00	c   pseudoobj        :       0.23       0.23       0.00
1797.05/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.05/1797.00	c   propagation      :       0.08       2205       2181       7546       61.3          2       48.5          -
1797.05/1797.00	c   infeasible LP    :     257.10     341471     271419    5819960      176.8        575       46.0          0
1797.05/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.05/1797.00	c   applied globally :          -          -          -     582983       83.9          -          -          -
1797.05/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.05/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.05/1797.00	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 274)
1797.05/1797.00	c   redcost          :       9.44     349097          0          0          0          0
1797.05/1797.00	c   impliedbounds    :       0.00          5          0          0          0          0
1797.05/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.05/1797.00	c   gomory           :       0.19          5          0          0       2219          0
1797.05/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.05/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.05/1797.00	c   strongcg         :       0.46          5          0          0       2475          0
1797.05/1797.00	c   cmir             :       0.00          0          0          0          0          0
1797.05/1797.00	c   flowcover        :       0.00          0          0          0          0          0
1797.05/1797.00	c   clique           :       0.01          5          0          0          0          0
1797.05/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.05/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.05/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.05/1797.00	c   rapidlearning    :       0.06          1          0          0          0         33
1797.05/1797.00	c Pricers            :       Time      Calls       Vars
1797.05/1797.00	c   problem variables:       0.00          0          0
1797.05/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   relpscost        :      88.23     351912        481       3263          0          0     696918
1797.05/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   inference        :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.05/1797.00	c   LP solutions     :       0.00          -          0
1797.05/1797.00	c   pseudo solutions :       0.00          -          0
1797.05/1797.00	c   trivial          :       0.00          1          0
1797.05/1797.00	c   shiftandpropagate:       0.00          0          0
1797.05/1797.00	c   simplerounding   :       0.00          0          0
1797.05/1797.00	c   zirounding       :       0.00          0          0
1797.05/1797.00	c   rounding         :       0.00          0          0
1797.05/1797.00	c   shifting         :       0.00          0          0
1797.05/1797.00	c   intshifting      :       0.00          0          0
1797.05/1797.00	c   oneopt           :       0.00          0          0
1797.05/1797.00	c   twoopt           :       0.00          0          0
1797.05/1797.00	c   fixandinfer      :       0.00          0          0
1797.05/1797.00	c   feaspump         :       0.00          0          0
1797.05/1797.00	c   clique           :       0.00          0          0
1797.05/1797.00	c   coefdiving       :       0.00          0          0
1797.05/1797.00	c   pscostdiving     :       0.00          0          0
1797.05/1797.00	c   fracdiving       :       0.00          0          0
1797.05/1797.00	c   veclendiving     :       0.00          0          0
1797.05/1797.00	c   intdiving        :       0.00          0          0
1797.05/1797.00	c   actconsdiving    :       0.00          0          0
1797.05/1797.00	c   objpscostdiving  :       0.00          0          0
1797.05/1797.00	c   rootsoldiving    :       0.00          0          0
1797.05/1797.00	c   linesearchdiving :       0.00          0          0
1797.05/1797.00	c   guideddiving     :       0.00          0          0
1797.05/1797.00	c   octane           :       0.00          0          0
1797.05/1797.00	c   rens             :       0.00          0          0
1797.05/1797.00	c   rins             :       0.00          0          0
1797.05/1797.00	c   localbranching   :       0.00          0          0
1797.05/1797.00	c   mutation         :       0.00          0          0
1797.05/1797.00	c   crossover        :       0.00          0          0
1797.05/1797.00	c   dins             :       0.00          0          0
1797.05/1797.00	c   vbounds          :       0.00          0          0
1797.05/1797.00	c   undercover       :       0.00          0          0
1797.05/1797.00	c   subnlp           :       0.00          0          0
1797.05/1797.00	c   trysol           :       0.00          0          0
1797.05/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.05/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.05/1797.00	c   dual LP          :    1107.39     692932    9802284      14.15    8851.73
1797.05/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.05/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.05/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1797.05/1797.00	c   strong branching :      80.74      30985     501849      16.20    6215.86
1797.05/1797.00	c     (at root node) :          -         16       1727     107.94          -
1797.05/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.05/1797.00	c B&B Tree           :
1797.05/1797.00	c   number of runs   :          1
1797.05/1797.00	c   nodes            :     692324
1797.05/1797.00	c   nodes (total)    :     692324
1797.05/1797.00	c   nodes left       :        131
1797.05/1797.00	c   max depth        :         94
1797.05/1797.00	c   max depth (total):         94
1797.05/1797.00	c   backtracks       :      61290 (8.9%)
1797.05/1797.00	c   delayed cutoffs  :       4464
1797.05/1797.00	c   repropagations   :    1043179 (685978 domain reductions, 292 cutoffs)
1797.05/1797.00	c   avg switch length:       4.65
1797.05/1797.00	c   switching time   :      84.74
1797.05/1797.00	c Solution           :
1797.05/1797.00	c   Solutions found  :          0 (0 improvements)
1797.05/1797.00	c   Primal Bound     :          -
1797.05/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.05/1797.00	c   Gap              :   infinite
1797.05/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.05/1797.00	c   Root Iterations  :       3757
1797.05/1797.07	c Time complete: 1797.12.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.07 2.02 1.96 2/174 30809
/proc/meminfo: memFree=29292452/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=12028 CPUtime=0 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 2105 0 0 0 0 0 0 0 24 0 1 0 887327815 12316672 2059 33554432000 4194304 9016284 140734974145296 18446744073709551615 7928096 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30809/statm: 3007 2061 342 1178 0 1825 0

[startup+0.081513 s]
/proc/loadavg: 2.07 2.02 1.96 2/174 30809
/proc/meminfo: memFree=29292452/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=35400 CPUtime=0.07 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 7941 0 0 0 7 0 0 0 24 0 1 0 887327815 36249600 7603 33554432000 4194304 9016284 140734974145296 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 8850 7603 600 1178 0 7668 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 35400

[startup+0.100495 s]
/proc/loadavg: 2.07 2.02 1.96 2/174 30809
/proc/meminfo: memFree=29292452/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=35400 CPUtime=0.08 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 7964 0 0 0 8 0 0 0 24 0 1 0 887327815 36249600 7625 33554432000 4194304 9016284 140734974145296 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 8850 7625 602 1178 0 7668 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35400

[startup+0.300461 s]
/proc/loadavg: 2.07 2.02 1.96 2/174 30809
/proc/meminfo: memFree=29292452/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=47884 CPUtime=0.29 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 11371 0 0 0 28 1 0 0 25 0 1 0 887327815 49033216 10902 33554432000 4194304 9016284 140734974145296 18446744073709551615 6813403 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 11971 10902 637 1178 0 10789 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47884

[startup+0.700384 s]
/proc/loadavg: 2.07 2.02 1.96 2/174 30809
/proc/meminfo: memFree=29292452/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=59488 CPUtime=0.69 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 14917 0 0 0 67 2 0 0 25 0 1 0 887327815 60915712 13722 33554432000 4194304 9016284 140734974145296 18446744073709551615 7260768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 14872 13722 658 1178 0 13690 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59488

[startup+1.50023 s]
/proc/loadavg: 2.07 2.02 1.96 3/175 30810
/proc/meminfo: memFree=29239768/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=59488 CPUtime=1.49 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 15112 0 0 0 145 4 0 0 25 0 1 0 887327815 60915712 13917 33554432000 4194304 9016284 140734974145296 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 14872 13917 777 1178 0 13690 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59488

[startup+3.10094 s]
/proc/loadavg: 2.07 2.02 1.96 3/175 30811
/proc/meminfo: memFree=29247100/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=59488 CPUtime=3.09 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 15116 0 0 0 300 9 0 0 25 0 1 0 887327815 60915712 13921 33554432000 4194304 9016284 140734974145296 18446744073709551615 7214028 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 14872 13921 781 1178 0 13690 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59488

[startup+6.30034 s]
/proc/loadavg: 2.07 2.02 1.96 3/175 30811
/proc/meminfo: memFree=29251304/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=59488 CPUtime=6.29 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 15116 0 0 0 611 18 0 0 25 0 1 0 887327815 60915712 13921 33554432000 4194304 9016284 140734974145296 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 14872 13921 781 1178 0 13690 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59488

[startup+12.7002 s]
/proc/loadavg: 2.06 2.02 1.96 3/175 30811
/proc/meminfo: memFree=29251320/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=59488 CPUtime=12.69 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 15116 0 0 0 1231 38 0 0 25 0 1 0 887327815 60915712 13921 33554432000 4194304 9016284 140734974145296 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 14872 13921 781 1178 0 13690 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59488

[startup+25.5008 s]
/proc/loadavg: 2.05 2.02 1.96 3/175 30811
/proc/meminfo: memFree=29229020/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=59896 CPUtime=25.49 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 15329 0 0 0 2462 87 0 0 25 0 1 0 887327815 61333504 14016 33554432000 4194304 9016284 140734974145296 18446744073709551615 6422910 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 14974 14016 665 1178 0 13792 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59896

[startup+51.101 s]
/proc/loadavg: 2.03 2.02 1.96 3/175 30812
/proc/meminfo: memFree=29245956/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=61560 CPUtime=51.09 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 15765 0 0 0 4939 170 0 0 25 0 1 0 887327815 63037440 14452 33554432000 4194304 9016284 140734974145296 18446744073709551615 6422910 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 15390 14452 665 1178 0 14208 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 61560

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.96 3/175 30813
/proc/meminfo: memFree=29212984/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=65228 CPUtime=102.3 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 16674 0 0 0 9895 335 0 0 25 0 1 0 887327815 66793472 15361 33554432000 4194304 9016284 140734974145296 18446744073709551615 6422925 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 16307 15361 665 1178 0 15125 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 65228

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/175 30815
/proc/meminfo: memFree=29204880/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=68580 CPUtime=162.3 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 17505 0 0 0 15702 528 0 0 25 0 1 0 887327815 70225920 16192 33554432000 4194304 9016284 140734974145296 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 17145 16192 665 1178 0 15963 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 68580

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 30816
/proc/meminfo: memFree=29228644/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=81768 CPUtime=222.3 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 20819 0 0 0 21525 705 0 0 25 0 1 0 887327815 83730432 19489 33554432000 4194304 9016284 140734974145296 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 20442 19489 666 1178 0 19260 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 81768

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 30818
/proc/meminfo: memFree=29191516/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=81768 CPUtime=282.3 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 20827 0 0 0 27335 895 0 0 25 0 1 0 887327815 83730432 19497 33554432000 4194304 9016284 140734974145296 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 20442 19497 666 1178 0 19260 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 81768

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 30820
/proc/meminfo: memFree=29182176/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=82204 CPUtime=342.3 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 20909 0 0 0 33150 1080 0 0 25 0 1 0 887327815 84176896 19579 33554432000 4194304 9016284 140734974145296 18446744073709551615 7081824 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 20551 19579 666 1178 0 19369 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 82204

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 30830
/proc/meminfo: memFree=29190624/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=82468 CPUtime=402.3 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 20998 0 0 0 38959 1271 0 0 25 0 1 0 887327815 84447232 19668 33554432000 4194304 9016284 140734974145296 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 20617 19668 666 1178 0 19435 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 82468

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 31298
/proc/meminfo: memFree=29186068/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=83064 CPUtime=462.31 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 21137 0 0 0 44772 1459 0 0 25 0 1 0 887327815 85057536 19807 33554432000 4194304 9016284 140734974145296 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 20766 19807 666 1178 0 19584 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 83064

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 31375
/proc/meminfo: memFree=31254580/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=85544 CPUtime=522.3 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 21761 0 0 0 50612 1618 0 0 25 0 1 0 887327815 87597056 20424 33554432000 4194304 9016284 140734974145296 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 21386 20424 666 1178 0 20204 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 85544

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 31380
/proc/meminfo: memFree=31243912/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=89624 CPUtime=582.31 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 22750 0 0 0 56430 1801 0 0 25 0 1 0 887327815 91774976 21399 33554432000 4194304 9016284 140734974145296 18446744073709551615 7081861 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 22406 21399 666 1178 0 21224 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 89624

[startup+642.3 s]

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

/proc/meminfo: memFree=31227576/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=102708 CPUtime=1122.33 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 25827 0 0 0 108824 3409 0 0 25 0 1 0 887327815 105172992 24465 33554432000 4194304 9016284 140734974145296 18446744073709551615 6422925 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 25677 24465 665 1178 0 24495 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 102708

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/175 31396
/proc/meminfo: memFree=31217136/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=106356 CPUtime=1182.33 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 26750 0 0 0 114651 3582 0 0 25 0 1 0 887327815 108908544 25386 33554432000 4194304 9016284 140734974145296 18446744073709551615 4319189 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 26589 25386 665 1178 0 25407 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 106356

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/175 31398
/proc/meminfo: memFree=31221680/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=110112 CPUtime=1242.33 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 27627 0 0 0 120457 3776 0 0 25 0 1 0 887327815 112754688 26263 33554432000 4194304 9016284 140734974145296 18446744073709551615 5325519 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 27528 26263 665 1178 0 26346 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 110112

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 31399
/proc/meminfo: memFree=31218044/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=110356 CPUtime=1302.34 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 27668 0 0 0 126271 3963 0 0 25 0 1 0 887327815 113004544 26304 33554432000 4194304 9016284 140734974145296 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 27589 26304 665 1178 0 26407 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 110356

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 31401
/proc/meminfo: memFree=31206720/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=111176 CPUtime=1362.33 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 27930 0 0 0 132058 4175 0 0 25 0 1 0 887327815 113844224 26566 33554432000 4194304 9016284 140734974145296 18446744073709551615 7056024 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 27794 26566 665 1178 0 26612 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 111176

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 31402
/proc/meminfo: memFree=31186836/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=112088 CPUtime=1422.34 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 28150 0 0 0 137844 4390 0 0 25 0 1 0 887327815 114778112 26786 33554432000 4194304 9016284 140734974145296 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 28022 26786 665 1178 0 26840 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 112088

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 31404
/proc/meminfo: memFree=31181824/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=112720 CPUtime=1482.34 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 28279 0 0 0 143643 4591 0 0 25 0 1 0 887327815 115425280 26915 33554432000 4194304 9016284 140734974145296 18446744073709551615 18446744073699065911 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 28180 26915 665 1178 0 26998 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 112720

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 31406
/proc/meminfo: memFree=31176572/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=112884 CPUtime=1542.34 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 28296 0 0 0 149439 4795 0 0 25 0 1 0 887327815 115593216 26932 33554432000 4194304 9016284 140734974145296 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 28221 26932 665 1178 0 27039 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 112884

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/175 31407
/proc/meminfo: memFree=31173920/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=112884 CPUtime=1602.35 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 28323 0 0 0 155229 5006 0 0 25 0 1 0 887327815 115593216 26959 33554432000 4194304 9016284 140734974145296 18446744073709551615 4318191 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 28221 26959 665 1178 0 27039 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 112884

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/175 31409
/proc/meminfo: memFree=31169668/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=113176 CPUtime=1662.35 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 28407 0 0 0 161019 5216 0 0 25 0 1 0 887327815 115892224 27043 33554432000 4194304 9016284 140734974145296 18446744073709551615 4331376 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 28294 27043 665 1178 0 27112 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 113176

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 31410
/proc/meminfo: memFree=31166132/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=113176 CPUtime=1722.35 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 28407 0 0 0 166804 5431 0 0 25 0 1 0 887327815 115892224 27043 33554432000 4194304 9016284 140734974145296 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 28294 27043 665 1178 0 27112 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 113176

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 31412
/proc/meminfo: memFree=31159648/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=116692 CPUtime=1782.35 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 29179 0 0 0 172595 5640 0 0 25 0 1 0 887327815 119492608 27815 33554432000 4194304 9016284 140734974145296 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 29173 27815 665 1178 0 27991 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 116692

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 31412
/proc/meminfo: memFree=31159648/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=116848 CPUtime=1785.55 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 29219 0 0 0 172905 5650 0 0 25 0 1 0 887327815 119652352 27855 33554432000 4194304 9016284 140734974145296 18446744073709551615 7213824 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 29212 27855 665 1178 0 28030 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 116848

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 31412
/proc/meminfo: memFree=31159640/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=116848 CPUtime=1791.95 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 29221 0 0 0 173523 5672 0 0 25 0 1 0 887327815 119652352 27857 33554432000 4194304 9016284 140734974145296 18446744073709551615 4318880 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 29212 27857 665 1178 0 28030 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 116848

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 31412
/proc/meminfo: memFree=31159640/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=116848 CPUtime=1795.15 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 29222 0 0 0 173833 5682 0 0 25 0 1 0 887327815 119652352 27858 33554432000 4194304 9016284 140734974145296 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 29212 27858 665 1178 0 28030 0
Current children cumulated CPU time (s) 1795.15
Current children cumulated vsize (KiB) 116848

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 31412
/proc/meminfo: memFree=31159640/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=116848 CPUtime=1795.95 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 29222 0 0 0 173910 5685 0 0 25 0 1 0 887327815 119652352 27858 33554432000 4194304 9016284 140734974145296 18446744073709551615 5315488 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 29212 27858 665 1178 0 28030 0
Current children cumulated CPU time (s) 1795.95
Current children cumulated vsize (KiB) 116848

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 31412
/proc/meminfo: memFree=31159640/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=116848 CPUtime=1796.75 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 29222 0 0 0 173988 5687 0 0 25 0 1 0 887327815 119652352 27858 33554432000 4194304 9016284 140734974145296 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 29212 27858 665 1178 0 28030 0
Current children cumulated CPU time (s) 1796.75
Current children cumulated vsize (KiB) 116848

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 31412
/proc/meminfo: memFree=31159640/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=116848 CPUtime=1796.95 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 29222 0 0 0 174008 5687 0 0 25 0 1 0 887327815 119652352 27858 33554432000 4194304 9016284 140734974145296 18446744073709551615 4294175 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 29212 27858 665 1178 0 28030 0
Current children cumulated CPU time (s) 1796.95
Current children cumulated vsize (KiB) 116848

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 31412
/proc/meminfo: memFree=31159640/32951124 swapFree=67064368/67111528
[pid=30809] ppid=30807 vsize=116848 CPUtime=1797.05 cores=1,3,5,7
/proc/30809/stat : 30809 (scip-2.0.1.4b_2) R 30807 30809 29294 0 -1 4202496 29222 0 0 0 174018 5687 0 0 25 0 1 0 887327815 119652352 27858 33554432000 4194304 9016284 140734974145296 18446744073709551615 4330762 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30809/statm: 29212 27858 665 1178 0 28030 0
Current children cumulated CPU time (s) 1797.05
Current children cumulated vsize (KiB) 116848

Child status: 0
Real time (s): 1797.07
CPU time (s): 1797.13
CPU user time (s): 1740.25
CPU system time (s): 56.8784
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 116848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1740.25
system time used= 56.8784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29401
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= 6
involuntary context switches= 4146

runsolver used 2.24266 second user time and 5.95609 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-11 03:54:34
IDJOB=3489283
IDBENCH=1420
IDSOLVER=1979
FILE ID=node105/3489283-1307757274
RUNJOBID= node105-1307750180-29313
PBS_JOBID= 13550855
Free space on /tmp= 74028 MiB

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

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

MD5SUM BENCH= 23ed8dbd20669d86dd929140e0f9c164
RANDOM SEED=2091583336

node105.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5410.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29293260 kB
Buffers:        258080 kB
Cached:         814492 kB
SwapCached:      20132 kB
Active:        2796900 kB
Inactive:       631836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29293260 kB
SwapTotal:    67111528 kB
SwapFree:     67064368 kB
Dirty:           16728 kB
Writeback:           0 kB
AnonPages:     2353256 kB
Mapped:          12980 kB
Slab:           159764 kB
PageTables:       9388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2642372 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74040 MiB
End job on node105 at 2011-06-11 04:24:31