Trace number 3730197

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)SAT 1775.45 1775.74

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga35_33_sat_pb.cnf.cr.opb
MD5SUMd807de21f10c00acae1479f7b1348df5
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.035994
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1733
Total number of constraints1256
Number of constraints which are clauses1188
Number of constraints which are cardinality constraints (but not clauses)68
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-3730197-1338688148.opb>
0.00/0.02	c original problem has 1733 variables (1733 bin, 0 int, 0 impl, 0 cont) and 1256 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.05	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1256 upgd conss, 0 impls, 68 clqs
0.00/0.06	c presolving (2 rounds):
0.00/0.06	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.06	c  0 implications, 68 cliques
0.00/0.06	c presolved problem has 1733 variables (1733 bin, 0 int, 0 impl, 0 cont) and 1256 constraints
0.00/0.06	c      68 constraints of type <setppc>
0.00/0.06	c    1188 constraints of type <logicor>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.04
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 2.0.1.5
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1797
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 13950
0.00/0.06	c 
0.00/0.06	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c limits/solutions = 1
0.00/0.06	c 
0.00/0.06	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.06	c separating/maxrounds = 1
0.00/0.06	c 
0.00/0.06	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/maxroundsroot = 5
0.00/0.06	c 
0.00/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.06	c # [type: int, range: [1,2], default: 1]
0.00/0.06	c timing/clocktype = 2
0.00/0.06	c 
0.00/0.06	c # belongs reading time to solving time?
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c timing/reading = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/indicator/addCouplingCons = TRUE
0.00/0.06	c 
0.00/0.06	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.06	c constraints/knapsack/disaggregation = FALSE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c presolving/probing/maxrounds = 0
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/coefdiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.06	c heuristics/crossover/freq = -1
0.00/0.06	c 
0.00/0.06	c # number of nodes added to the contingent of the total nodes
0.00/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.06	c heuristics/crossover/nodesofs = 750
0.00/0.06	c 
0.00/0.06	c # number of nodes without incumbent change that heuristic should wait
0.00/0.06	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.06	c heuristics/crossover/nwaitingnodes = 100
0.00/0.06	c 
0.00/0.06	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.06	c # [type: real, range: [0,1], default: 0.1]
0.00/0.06	c heuristics/crossover/nodesquot = 0.15
0.00/0.06	c 
0.00/0.06	c # minimum percentage of integer variables that have to be fixed 
0.00/0.06	c # [type: real, range: [0,1], default: 0.666]
0.00/0.06	c heuristics/crossover/minfixingrate = 0.5
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.06	c heuristics/feaspump/freq = -1
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/fracdiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/guideddiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/intshifting/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/linesearchdiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.06	c heuristics/objpscostdiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.06	c # [type: real, range: [0,1], default: 0.01]
0.00/0.06	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/oneopt/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/pscostdiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c heuristics/rens/freq = -1
0.00/0.06	c 
0.00/0.06	c # minimum percentage of integer variables that have to be fixable 
0.00/0.06	c # [type: real, range: [0,1], default: 0.5]
0.00/0.06	c heuristics/rens/minfixingrate = 0.3
0.00/0.06	c 
0.00/0.06	c # number of nodes added to the contingent of the total nodes
0.00/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.06	c heuristics/rens/nodesofs = 2000
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.06	c heuristics/rootsoldiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.06	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/rounding/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c heuristics/shiftandpropagate/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/shifting/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/simplerounding/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/subnlp/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c heuristics/trivial/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/trysol/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c heuristics/undercover/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/veclendiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/zirounding/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c separating/cmir/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c separating/flowcover/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.09/0.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.11	c   0.1s|     1 |     0 |   469 |     - |7469k|   0 | 184 |1733 |1256 |1733 |1256 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.37	c   0.4s|     1 |     0 |  1045 |     - |8564k|   0 | 228 |1733 |1285 |1733 |1270 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.66	c   0.7s|     1 |     0 |  1999 |     - |9735k|   0 | 330 |1733 |1285 |1733 |1288 |  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.75	c   0.7s|     1 |     0 |  2289 |     - |9763k|   0 | 389 |1733 |1285 |1733 |1297 |  41 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.88	c   0.9s|     1 |     0 |  2820 |     - |9844k|   0 | 401 |1733 |1285 |1733 |1312 |  56 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.05	c   1.0s|     1 |     0 |  3625 |     - |9905k|   0 | 317 |1733 |1285 |1733 |1325 |  69 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.59/1.67	c   1.7s|     1 |     2 |  3625 |     - |9906k|   0 | 317 |1733 |1285 |1733 |1325 |  69 |   0 |  27 | 0.000000e+00 |      --      |    Inf 
35.58/35.63	c  35.6s| 10000 |   176 |118476 |  11.5 |  12M|  83 |   - |1733 |2836 |1733 |1286 |  69 |8340 |2278 | 0.000000e+00 |      --      |    Inf 
55.87/55.90	c  55.9s| 20000 |   212 |242919 |  12.0 |  13M|  87 |   - |1733 |3956 |1733 |1286 |  69 |  18k|3028 | 0.000000e+00 |      --      |    Inf 
75.27/75.31	c  75.3s| 30000 |   209 |372782 |  12.3 |  13M|  87 |   - |1733 |4156 |1733 |1286 |  69 |  28k|3567 | 0.000000e+00 |      --      |    Inf 
93.27/93.36	c  93.4s| 40000 |   193 |489064 |  12.1 |  14M|  87 |   - |1733 |4171 |1733 |1286 |  69 |  40k|3759 | 0.000000e+00 |      --      |    Inf 
110.17/110.23	c   110s| 50000 |   179 |591872 |  11.8 |  14M|  87 |   - |1733 |4454 |1733 |1286 |  69 |  51k|3883 | 0.000000e+00 |      --      |    Inf 
125.36/125.46	c   125s| 60000 |   179 |667525 |  11.1 |  15M|  87 |  33 |1733 |6085 |1733 |1286 |  69 |  66k|4173 | 0.000000e+00 |      --      |    Inf 
144.16/144.22	c   144s| 70000 |   196 |779022 |  11.1 |  14M|  87 |  50 |1733 |4475 |1733 |1286 |  69 |  76k|4902 | 0.000000e+00 |      --      |    Inf 
160.25/160.32	c   160s| 80000 |   206 |879952 |  11.0 |  15M|  89 |  36 |1733 |5276 |1733 |1286 |  69 |  78k|5269 | 0.000000e+00 |      --      |    Inf 
175.06/175.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
175.06/175.19	c   175s| 90000 |   208 |966592 |  10.7 |  15M|  89 |  46 |1733 |5372 |1733 |1286 |  69 |  80k|5508 | 0.000000e+00 |      --      |    Inf 
191.95/192.00	c   192s|100000 |   206 |  1060k|  10.6 |  16M|  89 |   - |1733 |6324 |1733 |1286 |  69 |  89k|6088 | 0.000000e+00 |      --      |    Inf 
208.64/208.79	c   209s|110000 |   222 |  1148k|  10.4 |  16M|  89 |  24 |1733 |6529 |1733 |1286 |  69 | 111k|6418 | 0.000000e+00 |      --      |    Inf 
225.44/225.57	c   226s|120000 |   205 |  1240k|  10.3 |  17M|  89 |   - |1733 |6847 |1733 |1286 |  69 | 133k|6668 | 0.000000e+00 |      --      |    Inf 
242.05/242.19	c   242s|130000 |   202 |  1335k|  10.2 |  16M|  89 |   - |1733 |5920 |1733 |1286 |  69 | 150k|6899 | 0.000000e+00 |      --      |    Inf 
256.94/257.02	c   257s|140000 |   205 |  1414k|  10.1 |  16M|  89 |   - |1733 |6368 |1733 |1286 |  69 | 158k|7107 | 0.000000e+00 |      --      |    Inf 
271.94/272.04	c   272s|150000 |   212 |  1497k|  10.0 |  16M|  89 |   - |1733 |6231 |1733 |1286 |  69 | 167k|7304 | 0.000000e+00 |      --      |    Inf 
289.53/289.66	c   290s|160000 |   210 |  1591k|   9.9 |  15M|  89 |  52 |1733 |5183 |1733 |1286 |  69 | 177k|8152 | 0.000000e+00 |      --      |    Inf 
305.63/305.76	c   306s|170000 |   218 |  1679k|   9.9 |  17M|  89 |  38 |1733 |7205 |1733 |1286 |  69 | 188k|8289 | 0.000000e+00 |      --      |    Inf 
320.52/320.69	c   321s|180000 |   216 |  1757k|   9.7 |  16M|  89 |  24 |1733 |5646 |1733 |1286 |  69 | 196k|8505 | 0.000000e+00 |      --      |    Inf 
336.92/337.05	c   337s|190000 |   200 |  1850k|   9.7 |  16M|  89 |   - |1733 |5635 |1733 |1286 |  69 | 207k|8858 | 0.000000e+00 |      --      |    Inf 
354.23/354.39	c   354s|200000 |   210 |  1955k|   9.8 |  16M|  89 |  51 |1733 |5528 |1733 |1286 |  69 | 215k|9249 | 0.000000e+00 |      --      |    Inf 
371.32/371.47	c   371s|210000 |   198 |  2056k|   9.8 |  17M|  89 |   - |1733 |6840 |1733 |1286 |  69 | 227k|9510 | 0.000000e+00 |      --      |    Inf 
389.92/390.09	c   390s|220000 |   197 |  2170k|   9.8 |  15M|  89 |   - |1733 |4905 |1733 |1286 |  69 | 243k|9934 | 0.000000e+00 |      --      |    Inf 
409.22/409.40	c   409s|230000 |   201 |  2295k|  10.0 |  16M|  89 |   - |1733 |6037 |1733 |1286 |  69 | 256k|  10k| 0.000000e+00 |      --      |    Inf 
427.81/427.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
427.81/427.98	c   428s|240000 |   195 |  2412k|  10.0 |  16M|  89 |  52 |1733 |6301 |1733 |1286 |  69 | 266k|  10k| 0.000000e+00 |      --      |    Inf 
445.61/445.75	c   446s|250000 |   205 |  2525k|  10.1 |  17M|  89 |  45 |1733 |6513 |1733 |1286 |  69 | 272k|  10k| 0.000000e+00 |      --      |    Inf 
464.00/464.17	c   464s|260000 |   221 |  2649k|  10.2 |  18M|  91 |  35 |1733 |8124 |1733 |1286 |  69 | 279k|  11k| 0.000000e+00 |      --      |    Inf 
482.21/482.36	c   482s|270000 |   213 |  2770k|  10.2 |  16M|  93 |   - |1733 |5639 |1733 |1286 |  69 | 284k|  11k| 0.000000e+00 |      --      |    Inf 
500.40/500.60	c   501s|280000 |   223 |  2895k|  10.3 |  17M|  93 |  49 |1733 |6913 |1733 |1286 |  69 | 290k|  11k| 0.000000e+00 |      --      |    Inf 
518.69/518.87	c   519s|290000 |   230 |  3022k|  10.4 |  19M|  93 |   - |1733 |9610 |1733 |1286 |  69 | 298k|  11k| 0.000000e+00 |      --      |    Inf 
535.60/535.78	c   536s|300000 |   219 |  3132k|  10.4 |  20M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 303k|  12k| 0.000000e+00 |      --      |    Inf 
553.79/553.91	c   554s|310000 |   207 |  3253k|  10.5 |  20M|  93 |  51 |1733 |  10k|1733 |1286 |  69 | 310k|  12k| 0.000000e+00 |      --      |    Inf 
573.69/573.80	c   574s|320000 |   229 |  3384k|  10.6 |  25M|  93 |   - |1733 |  16k|1733 |1286 |  69 | 321k|  12k| 0.000000e+00 |      --      |    Inf 
594.49/594.60	c   595s|330000 |   200 |  3512k|  10.6 |  18M|  93 |   - |1733 |7550 |1733 |1286 |  69 | 328k|  13k| 0.000000e+00 |      --      |    Inf 
613.99/614.10	c   614s|340000 |   208 |  3631k|  10.7 |  17M|  93 |   - |1733 |6743 |1733 |1286 |  69 | 336k|  14k| 0.000000e+00 |      --      |    Inf 
628.58/628.79	c   629s|350000 |   211 |  3702k|  10.6 |  18M|  93 |   - |1733 |6992 |1733 |1286 |  69 | 338k|  14k| 0.000000e+00 |      --      |    Inf 
643.48/643.69	c   644s|360000 |   206 |  3780k|  10.5 |  18M|  93 |  35 |1733 |7159 |1733 |1286 |  69 | 344k|  14k| 0.000000e+00 |      --      |    Inf 
657.08/657.27	c   657s|370000 |   208 |  3848k|  10.4 |  18M|  93 |   - |1733 |7248 |1733 |1286 |  69 | 346k|  14k| 0.000000e+00 |      --      |    Inf 
671.47/671.69	c   672s|380000 |   215 |  3926k|  10.3 |  18M|  93 |   - |1733 |7892 |1733 |1286 |  69 | 354k|  14k| 0.000000e+00 |      --      |    Inf 
686.67/686.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
686.67/686.81	c   687s|390000 |   201 |  4009k|  10.3 |  18M|  93 |   - |1733 |7577 |1733 |1286 |  69 | 359k|  15k| 0.000000e+00 |      --      |    Inf 
701.27/701.41	c   701s|400000 |   200 |  4084k|  10.2 |  19M|  93 |   - |1733 |8623 |1733 |1286 |  69 | 366k|  15k| 0.000000e+00 |      --      |    Inf 
716.07/716.28	c   716s|410000 |   211 |  4158k|  10.1 |  19M|  93 |   - |1733 |8211 |1733 |1286 |  69 | 375k|  15k| 0.000000e+00 |      --      |    Inf 
730.77/730.98	c   731s|420000 |   213 |  4235k|  10.1 |  19M|  93 |  31 |1733 |8577 |1733 |1286 |  69 | 382k|  15k| 0.000000e+00 |      --      |    Inf 
744.67/744.85	c   745s|430000 |   208 |  4300k|  10.0 |  19M|  93 |  36 |1733 |8564 |1733 |1286 |  69 | 385k|  15k| 0.000000e+00 |      --      |    Inf 
759.76/759.95	c   760s|440000 |   199 |  4382k|  10.0 |  19M|  93 |   - |1733 |8559 |1733 |1286 |  69 | 391k|  15k| 0.000000e+00 |      --      |    Inf 
773.27/773.46	c   773s|450000 |   205 |  4447k|   9.9 |  19M|  93 |  34 |1733 |8261 |1733 |1286 |  69 | 393k|  15k| 0.000000e+00 |      --      |    Inf 
786.86/787.04	c   787s|460000 |   212 |  4514k|   9.8 |  19M|  93 |  30 |1733 |8567 |1733 |1286 |  69 | 397k|  15k| 0.000000e+00 |      --      |    Inf 
799.66/799.87	c   800s|470000 |   213 |  4578k|   9.7 |  19M|  93 |  32 |1733 |8848 |1733 |1286 |  69 | 399k|  15k| 0.000000e+00 |      --      |    Inf 
812.96/813.17	c   813s|480000 |   209 |  4643k|   9.7 |  20M|  93 |   - |1733 |9266 |1733 |1286 |  69 | 403k|  16k| 0.000000e+00 |      --      |    Inf 
829.14/829.35	c   829s|490000 |   215 |  4731k|   9.6 |  20M|  93 |  22 |1733 |9394 |1733 |1286 |  69 | 418k|  16k| 0.000000e+00 |      --      |    Inf 
846.64/846.82	c   847s|500000 |   207 |  4832k|   9.7 |  19M|  93 |   - |1733 |8762 |1733 |1286 |  69 | 435k|  16k| 0.000000e+00 |      --      |    Inf 
862.45/862.68	c   863s|510000 |   204 |  4917k|   9.6 |  20M|  93 |  31 |1733 |9875 |1733 |1286 |  69 | 447k|  16k| 0.000000e+00 |      --      |    Inf 
876.94/877.11	c   877s|520000 |   209 |  4990k|   9.6 |  20M|  93 |  36 |1733 |9419 |1733 |1286 |  69 | 454k|  16k| 0.000000e+00 |      --      |    Inf 
892.84/893.06	c   893s|530000 |   211 |  5079k|   9.6 |  21M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 468k|  16k| 0.000000e+00 |      --      |    Inf 
909.64/909.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
909.64/909.88	c   910s|540000 |   205 |  5173k|   9.6 |  20M|  93 |   - |1733 |9415 |1733 |1286 |  69 | 484k|  16k| 0.000000e+00 |      --      |    Inf 
924.44/924.66	c   925s|550000 |   205 |  5244k|   9.5 |  20M|  93 |   - |1733 |9274 |1733 |1286 |  69 | 492k|  16k| 0.000000e+00 |      --      |    Inf 
937.63/937.87	c   938s|560000 |   205 |  5298k|   9.5 |  20M|  93 |   - |1733 |9946 |1733 |1286 |  69 | 496k|  17k| 0.000000e+00 |      --      |    Inf 
953.53/953.72	c   954s|570000 |   206 |  5385k|   9.4 |  20M|  93 |   - |1733 |9480 |1733 |1286 |  69 | 505k|  17k| 0.000000e+00 |      --      |    Inf 
967.32/967.52	c   968s|580000 |   211 |  5453k|   9.4 |  20M|  93 |   - |1733 |9597 |1733 |1286 |  69 | 513k|  17k| 0.000000e+00 |      --      |    Inf 
980.62/980.85	c   981s|590000 |   209 |  5514k|   9.3 |  20M|  93 |   - |1733 |9843 |1733 |1286 |  69 | 516k|  17k| 0.000000e+00 |      --      |    Inf 
993.62/993.82	c   994s|600000 |   214 |  5574k|   9.3 |  21M|  93 |   - |1733 |  10k|   0 |   0 |  69 | 523k|  17k| 0.000000e+00 |      --      |    Inf 
1007.53/1007.70	c  1008s|610000 |   215 |  5647k|   9.3 |  20M|  93 |  31 |1733 |9544 |1733 |1286 |  69 | 532k|  17k| 0.000000e+00 |      --      |    Inf 
1021.41/1021.66	c  1022s|620000 |   216 |  5718k|   9.2 |  20M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 539k|  17k| 0.000000e+00 |      --      |    Inf 
1035.42/1035.67	c  1036s|630000 |   211 |  5786k|   9.2 |  20M|  93 |   - |1733 |9519 |1733 |1286 |  69 | 543k|  17k| 0.000000e+00 |      --      |    Inf 
1049.61/1049.83	c  1050s|640000 |   210 |  5856k|   9.1 |  20M|  93 |  34 |1733 |9554 |1733 |1286 |  69 | 549k|  17k| 0.000000e+00 |      --      |    Inf 
1064.21/1064.50	c  1064s|650000 |   209 |  5927k|   9.1 |  21M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 557k|  17k| 0.000000e+00 |      --      |    Inf 
1078.31/1078.51	c  1079s|660000 |   216 |  5989k|   9.1 |  21M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 561k|  17k| 0.000000e+00 |      --      |    Inf 
1090.91/1091.10	c  1091s|670000 |   216 |  6036k|   9.0 |  20M|  93 |   - |1733 |9946 |1733 |1286 |  69 | 563k|  17k| 0.000000e+00 |      --      |    Inf 
1103.70/1103.94	c  1104s|680000 |   214 |  6088k|   8.9 |  21M|  93 |  40 |1733 |  10k|1733 |1286 |  69 | 564k|  17k| 0.000000e+00 |      --      |    Inf 
1118.00/1118.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1118.00/1118.22	c  1118s|690000 |   208 |  6153k|   8.9 |  21M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 572k|  17k| 0.000000e+00 |      --      |    Inf 
1131.50/1131.76	c  1132s|700000 |   211 |  6217k|   8.9 |  21M|  93 |  39 |1733 |  10k|1733 |1286 |  69 | 575k|  18k| 0.000000e+00 |      --      |    Inf 
1144.70/1144.97	c  1145s|710000 |   214 |  6280k|   8.8 |  20M|  93 |  21 |1733 |9957 |1733 |1286 |  69 | 577k|  18k| 0.000000e+00 |      --      |    Inf 
1157.40/1157.68	c  1158s|720000 |   216 |  6334k|   8.8 |  21M|  93 |  23 |1733 |  10k|1733 |1286 |  69 | 578k|  18k| 0.000000e+00 |      --      |    Inf 
1170.60/1170.83	c  1171s|730000 |   216 |  6390k|   8.7 |  21M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 582k|  18k| 0.000000e+00 |      --      |    Inf 
1184.19/1184.41	c  1184s|740000 |   219 |  6460k|   8.7 |  20M|  93 |  36 |1733 |  10k|1733 |1286 |  69 | 584k|  18k| 0.000000e+00 |      --      |    Inf 
1197.60/1197.85	c  1198s|750000 |   215 |  6525k|   8.7 |  21M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 587k|  18k| 0.000000e+00 |      --      |    Inf 
1212.09/1212.36	c  1212s|760000 |   208 |  6602k|   8.7 |  20M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 592k|  18k| 0.000000e+00 |      --      |    Inf 
1225.69/1225.90	c  1226s|770000 |   212 |  6664k|   8.7 |  21M|  93 |  43 |1733 |  10k|1733 |1286 |  69 | 595k|  18k| 0.000000e+00 |      --      |    Inf 
1238.69/1238.96	c  1239s|780000 |   211 |  6720k|   8.6 |  20M|  93 |   - |1733 |9887 |1733 |1286 |  69 | 596k|  18k| 0.000000e+00 |      --      |    Inf 
1252.99/1253.26	c  1253s|790000 |   216 |  6791k|   8.6 |  20M|  93 |  34 |1733 |9992 |1733 |1286 |  69 | 602k|  18k| 0.000000e+00 |      --      |    Inf 
1266.79/1267.07	c  1267s|800000 |   208 |  6863k|   8.6 |  21M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 609k|  18k| 0.000000e+00 |      --      |    Inf 
1281.18/1281.41	c  1281s|810000 |   207 |  6939k|   8.6 |  21M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 613k|  18k| 0.000000e+00 |      --      |    Inf 
1295.48/1295.71	c  1296s|820000 |   207 |  7009k|   8.5 |  21M|  93 |  46 |1733 |  10k|1733 |1286 |  69 | 619k|  19k| 0.000000e+00 |      --      |    Inf 
1311.08/1311.40	c  1311s|830000 |   206 |  7075k|   8.5 |  20M|  93 |  27 |1733 |9579 |1733 |1286 |  69 | 620k|  20k| 0.000000e+00 |      --      |    Inf 
1324.98/1325.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1324.98/1325.25	c  1325s|840000 |   199 |  7144k|   8.5 |  20M|  93 |   - |1733 |9413 |1733 |1286 |  69 | 622k|  20k| 0.000000e+00 |      --      |    Inf 
1348.17/1348.40	c  1348s|850000 |   181 |  7265k|   8.5 |  18M|  93 |  59 |1733 |6779 |1733 |1286 |  69 | 629k|  22k| 0.000000e+00 |      --      |    Inf 
1368.27/1368.55	c  1369s|860000 |   188 |  7408k|   8.6 |  19M|  93 |   - |1733 |8766 |1733 |1286 |  69 | 637k|  22k| 0.000000e+00 |      --      |    Inf 
1384.37/1384.63	c  1385s|870000 |   187 |  7504k|   8.6 |  19M|  93 |   - |1733 |8080 |1733 |1286 |  69 | 644k|  22k| 0.000000e+00 |      --      |    Inf 
1402.96/1403.25	c  1403s|880000 |   192 |  7630k|   8.7 |  20M|  93 |  52 |1733 |9259 |1733 |1286 |  69 | 653k|  23k| 0.000000e+00 |      --      |    Inf 
1422.96/1423.20	c  1423s|890000 |   203 |  7765k|   8.7 |  21M|  93 |  52 |1733 |  10k|1733 |1286 |  69 | 665k|  23k| 0.000000e+00 |      --      |    Inf 
1442.45/1442.74	c  1443s|900000 |   220 |  7890k|   8.8 |  20M|  93 |  59 |1733 |9246 |1733 |1286 |  69 | 678k|  23k| 0.000000e+00 |      --      |    Inf 
1460.55/1460.86	c  1461s|910000 |   225 |  8005k|   8.8 |  18M|  93 |   - |1733 |5910 |1733 |1286 |  69 | 683k|  23k| 0.000000e+00 |      --      |    Inf 
1478.75/1479.06	c  1479s|920000 |   233 |  8124k|   8.8 |  20M|  93 |   - |1733 |9522 |1733 |1286 |  69 | 691k|  23k| 0.000000e+00 |      --      |    Inf 
1495.96/1496.21	c  1496s|930000 |   223 |  8230k|   8.8 |  19M|  93 |  59 |1733 |7333 |1733 |1286 |  69 | 694k|  24k| 0.000000e+00 |      --      |    Inf 
1514.55/1514.85	c  1515s|940000 |   220 |  8360k|   8.9 |  18M|  93 |   - |1733 |6687 |1733 |1286 |  69 | 701k|  24k| 0.000000e+00 |      --      |    Inf 
1532.94/1533.25	c  1533s|950000 |   196 |  8478k|   8.9 |  18M|  93 |   - |1733 |5984 |1733 |1286 |  69 | 708k|  24k| 0.000000e+00 |      --      |    Inf 
1550.44/1550.79	c  1551s|960000 |   192 |  8587k|   8.9 |  20M|  93 |  59 |1733 |8411 |1733 |1286 |  69 | 716k|  24k| 0.000000e+00 |      --      |    Inf 
1569.23/1569.59	c  1570s|970000 |   212 |  8703k|   9.0 |  20M|  93 |   - |1733 |9531 |1733 |1286 |  69 | 728k|  24k| 0.000000e+00 |      --      |    Inf 
1587.74/1588.06	c  1588s|980000 |   206 |  8818k|   9.0 |  20M|  93 |   - |1733 |9172 |1733 |1286 |  69 | 737k|  24k| 0.000000e+00 |      --      |    Inf 
1608.43/1608.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1608.43/1608.75	c  1609s|990000 |   209 |  8953k|   9.0 |  18M|  93 |   - |1733 |6984 |1733 |1286 |  69 | 750k|  25k| 0.000000e+00 |      --      |    Inf 
1628.02/1628.39	c  1628s|  1000k|   218 |  9084k|   9.1 |  19M|  93 |   - |1733 |7325 |1733 |1286 |  69 | 760k|  25k| 0.000000e+00 |      --      |    Inf 
1647.22/1647.50	c  1647s|  1010k|   263 |  9214k|   9.1 |  18M|  93 |   - |1733 |5871 |1733 |1286 |  69 | 767k|  25k| 0.000000e+00 |      --      |    Inf 
1667.32/1667.65	c  1668s|  1020k|   246 |  9354k|   9.2 |  19M|  93 |   - |1733 |8228 |1733 |1286 |  69 | 779k|  25k| 0.000000e+00 |      --      |    Inf 
1687.71/1688.00	c  1688s|  1030k|   250 |  9493k|   9.2 |  18M|  93 |  74 |1733 |5955 |1733 |1286 |  69 | 791k|  26k| 0.000000e+00 |      --      |    Inf 
1710.02/1710.33	c  1710s|  1040k|   246 |  9623k|   9.2 |  18M|  93 |   - |1733 |6789 |1733 |1286 |  69 | 800k|  27k| 0.000000e+00 |      --      |    Inf 
1731.01/1731.34	c  1731s|  1050k|   273 |  9762k|   9.3 |  19M|  93 |  63 |1733 |7578 |1733 |1286 |  69 | 812k|  27k| 0.000000e+00 |      --      |    Inf 
1751.41/1751.71	c  1752s|  1060k|   289 |  9906k|   9.3 |  20M|  93 |   - |1733 |8651 |1733 |1286 |  69 | 821k|  27k| 0.000000e+00 |      --      |    Inf 
1771.41/1771.75	c  1772s|  1070k|   264 | 10034k|   9.4 |  19M|  93 |  66 |1733 |7808 |1733 |1286 |  69 | 837k|  27k| 0.000000e+00 |      --      |    Inf 
1775.40/1775.71	c *1776s|  1071k|     0 | 10058k|   9.4 |  19M|  93 |   - |1733 |8063 |1733 |1286 |  69 | 840k|  27k| 0.000000e+00 | 0.000000e+00 |   0.00%
1775.40/1775.72	c 
1775.40/1775.72	c SCIP Status        : problem is solved [optimal solution found]
1775.40/1775.72	c Solving Time (sec) : 1775.71
1775.40/1775.72	c Solving Nodes      : 1071906
1775.40/1775.72	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
1775.40/1775.72	c Dual Bound         : +0.00000000000000e+00
1775.40/1775.72	c Gap                : 0.00 %
1775.40/1775.72	s SATISFIABLE
1775.40/1775.72	v -x215 -x212 -x811 -x214 -x213 -x1034 -x1022 -x829 -x662 -x651 -x646 -x636 -x234 -x640 -x808 -x1019 -x659 -x130 -x128 -x126 -x111 
1775.40/1775.72	v -x812 -x831 -x635 -x476 -x474 -x472 -x470 -x840 -x632 -x124 -x872 -x861 -x857 -x855 -x846 -x843 -x841 -x638 -x825 -x1033 -x860 
1775.40/1775.72	v -x488 -x1031 -x462 -x856 -x833 -x1028 -x211 -x418 -x417 -x415 -x412 -x410 -x406 -x399 -x396 -x391 -x390 -x386 -x1046 -x810 
1775.40/1775.72	v -x393 -x482 -x1078 -x1075 -x1070 -x1067 -x1064 -x1061 -x1060 -x1056 -x1053 -x1052 -x413 -x631 -x869 -x467 -x845 -x220 -x656 
1775.40/1775.72	v -x236 -x403 x654 -x239 -x1059 -x1042 -x1054 -x481 -x172 -x169 -x164 -x161 -x158 -x148 -x146 -x824 -x734 -x726 -x723 -x722 -x718 
1775.40/1775.72	v -x711 -x709 -x706 -x704 -x703 -x244 -x414 -x230 -x701 -x233 -x556 -x542 -x540 -x531 -x529 -x526 -x702 -x541 -x1018 -x453 
1775.40/1775.72	v -x450 -x445 -x441 -x439 -x435 -x434 -x433 -x428 -x425 -x421 -x411 -x1071 -x1035 -x155 -x152 -x866 -x1077 -x549 x1047 -x135 -x438 
1775.40/1775.72	v x735 -x655 -x1014 -x1010 -x1004 -x1003 -x1002 -x992 -x990 -x987 -x985 -x984 -x982 -x981 -x109 -x633 -x144 -x863 -x657 -x727 
1775.40/1775.72	v -x383 -x378 -x377 -x375 -x370 -x369 -x366 -x364 -x363 -x360 -x358 -x357 -x356 -x355 -x354 -x352 -x351 -x408 -x228 -x485 -x173 
1775.40/1775.72	v -x547 -x847 -x129 -x427 -x140 -x468 -x381 -x367 -x839 -x1045 -x487 -x401 -x733 -x122 -x372 -x382 -x1036 -x380 -x235 -x226 
1775.40/1775.72	v -x551 -x436 -x720 -x705 -x221 -x660 -x809 -x1069 -x844 -x461 -x1076 -x464 -x138 -x402 -x142 -x637 -x1009 -x1021 -x222 -x478 
1775.40/1775.72	v -x814 -x554 -x160 -x715 -x986 -x469 x834 x223 -x807 -x1012 -x595 -x594 -x593 -x591 -x584 -x583 -x582 -x581 -x578 -x575 -x571 
1775.40/1775.72	v -x570 x565 -x564 -x561 -x455 -x858 -x644 -x634 -x1083 -x832 -x823 -x171 -x568 -x996 -x1043 -x139 -x653 x454 -x242 -x838 -x1015 
1775.40/1775.72	v -x388 -x853 -x1051 -x850 -x430 -x822 -x1072 -x1030 -x978 -x977 -x976 -x973 -x972 -x971 -x970 -x969 -x968 -x966 -x965 -x962 
1775.40/1775.72	v -x961 -x958 -x956 x952 -x951 -x950 -x949 -x948 -x947 -x946 -x110 -x989 -x849 -x719 -x1005 -x1057 -x117 -x995 -x145 -x1068 -x150 
1775.40/1775.72	v -x862 -x216 -x387 -x163 -x121 -x1007 -x1040 -x873 -x394 -x993 -x174 -x574 -x137 -x133 -x484 -x1079 -x967 -x409 -x437 -x368 
1775.40/1775.72	v -x645 -x131 -x816 -x953 -x237 -x663 -x546 -x717 -x243 -x432 -x730 -x1016 -x534 -x449 -x650 -x537 -x407 -x731 -x533 -x276 -x275 
1775.40/1775.72	v -x274 -x271 -x269 x268 -x266 -x265 -x264 -x262 -x261 -x260 -x259 -x257 -x254 -x252 -x251 -x248 -x247 -x246 -x423 -x419 -x134 
1775.40/1775.72	v -x120 -x994 -x875 -x489 -x361 -x1011 -x486 -x525 -x521 -x519 -x517 -x516 -x515 -x513 -x512 -x510 -x509 x508 -x506 -x505 -x504 
1775.40/1775.72	v -x503 -x502 -x499 -x497 -x495 -x492 -x250 -x136 -x1029 -x141 -x642 -x991 -x466 -x1055 -x979 -x874 -x210 -x208 -x207 -x206 
1775.40/1775.72	v -x203 -x200 -x197 -x195 -x194 -x192 -x190 -x189 -x187 -x185 -x184 -x183 -x182 -x181 -x180 -x178 -x177 -x176 -x826 -x805 -x802 
1775.40/1775.72	v -x801 -x800 -x799 -x798 -x797 -x796 x795 -x794 -x792 -x790 -x786 -x785 -x784 -x783 -x780 -x778 -x776 -x775 -x774 -x773 -x772 
1775.40/1775.72	v -x771 -x641 -x728 -x664 -x238 -x804 -x725 -x193 -x871 -x362 -x224 -x217 -x830 -x980 -x782 -x151 -x458 -x837 -x629 -x627 -x626 
1775.40/1775.72	v -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x611 -x609 -x607 -x606 -x605 -x602 -x601 -x599 -x598 -x597 -x596 -x1038 
1775.40/1775.72	v -x710 x1058 -x280 -x371 -x477 -x827 -x191 -x938 -x937 -x936 -x935 -x933 -x930 -x929 -x928 -x927 -x924 -x923 -x921 -x920 
1775.40/1775.72	v -x919 -x918 -x917 -x916 -x915 -x914 -x913 -x912 -x108 -x614 -x400 -x586 -x447 -x231 -x716 -x779 -x463 -x708 -x426 -x479 -x1000 
1775.40/1775.72	v -x820 -x572 -x245 -x496 -x258 -x588 -x1039 -x954 -x939 -x255 -x592 -x934 -x859 -x374 -x227 -x789 -x465 -x1120 -x1119 -x1118 
1775.40/1775.72	v -x1117 -x1115 -x1114 -x1111 -x1110 -x1109 -x1108 -x1107 -x1106 -x1104 -x1102 -x1101 -x1100 -x1098 -x1097 x1095 -x1094 -x1093 
1775.40/1775.72	v -x1092 -x1091 -x1089 -x1088 -x1087 -x1086 -x932 -x70 -x69 -x68 -x67 -x65 -x63 -x61 -x60 -x59 -x58 -x57 -x56 -x55 x54 -x52 -x51 
1775.40/1775.72	v -x50 -x49 -x47 -x46 -x45 -x43 -x41 -x40 -x36 -x112 -x647 -x864 -x159 -x957 -x405 -x1116 -x156 -x721 -x457 -x576 -x165 -x945 
1775.40/1775.72	v -x848 -x791 -x277 -x157 -x854 -x188 -x587 -x225 -x113 -x209 -x557 -x613 -x821 -x143 -x66 -x630 -x241 -x518 -x1001 -x868 -x1085 
1775.40/1775.72	v -x532 x941 -x1037 -x170 -x53 -x777 -x550 -x1050 -x813 -x524 -x944 -x1027 -x1105 -x729 -x1006 -x787 -x553 -x955 x168 -x123 
1775.40/1775.72	v -x1017 -x186 -x585 -x943 -x707 -x1013 -x44 x359 -x712 -x910 -x909 -x908 -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 
1775.40/1775.72	v -x897 -x896 -x894 -x891 -x890 -x889 -x887 -x886 -x885 -x884 -x883 -x879 -x878 x876 -x940 -x788 x558 -x395 -x444 -x652 -x42 
1775.40/1775.72	v -x579 -x105 -x104 -x103 -x102 -x101 -x96 -x94 -x93 -x92 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x77 -x76 
1775.40/1775.72	v -x75 -x74 -x71 -x1025 -x204 -x1155 -x1154 -x1153 -x1151 -x1149 -x1148 -x1147 -x1146 -x1145 -x1142 -x1141 -x1140 -x1139 -x1137 
1775.40/1775.72	v -x1136 -x1135 -x1134 -x1133 -x1132 -x1131 -x1128 -x1127 x1126 -x1123 -x1122 -x1121 -x818 -x852 -x431 -x116 -x1129 -x836 -x907 
1775.40/1775.72	v -x926 -x828 -x196 -x815 -x1008 -x520 -x997 -x781 -x806 -x552 x612 -x942 -x604 -x420 -x270 -x1084 -x350 -x349 -x348 -x347 -x343 
1775.40/1775.72	v -x342 -x341 -x340 -x338 -x337 -x335 -x334 -x332 -x331 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x317 -x316 
1775.40/1775.72	v -x959 -x114 -x339 -x511 -x536 -x922 -x440 -x522 -x119 -x931 -x319 -x1074 -x446 -x580 -x1090 -x490 -x880 -x278 -x199 -x202 -x232 
1775.40/1775.72	v -x603 -x803 -x713 -x1024 -x877 -x198 -x724 -x562 -x573 -x960 -x459 -x253 -x559 -x566 -x527 -x1099 -x548 x345 -x1041 -x320 
1775.40/1775.72	v -x201 -x608 -x793 -x115 x475 -x1023 -x600 -x452 -x665 -x424 -x376 -x379 -x1152 -x373 -x62 -x817 -x895 -x732 -x398 x179 -x38 -x988 
1775.40/1775.72	v -x1144 -x963 -x480 -x1580 -x1579 -x1578 -x1577 -x1576 -x1575 -x1574 -x1573 -x1572 -x1571 -x1570 -x1569 -x1568 -x1567 -x1566 
1775.40/1775.72	v -x1565 -x1564 -x166 -x616 -x118 -x535 -x392 -x99 -x448 -x544 -x1026 -x98 -x560 -x483 -x501 -x35 -x34 -x33 -x32 -x31 -x30 
1775.40/1775.72	v -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1775.40/1775.72	v -x1 -x865 -x64 -x658 -x589 -x819 -x1682 -x1681 -x1680 -x1679 -x1678 -x1677 -x1676 -x1675 -x1674 -x1673 -x1672 -x1671 -x1670 
1775.40/1775.72	v x1669 -x1668 -x1667 -x1666 -x1082 x91 -x563 -x925 -x1563 x1562 -x1561 -x1560 -x1559 -x1558 -x1557 -x1556 -x1555 -x1554 -x1553 
1775.40/1775.72	v -x1552 -x1551 -x1550 -x1549 -x1548 -x1547 -x95 -x1112 -x1080 -x100 -x643 -x1138 -x456 -x1066 -x272 -x835 -x460 -x870 -x1546 
1775.40/1775.72	v -x1545 -x1544 -x1543 -x1542 -x1541 -x1540 -x1539 -x1538 -x1537 -x1536 -x1535 x1534 -x1533 -x1532 -x1531 -x1530 -x514 -x273 -x1032 
1775.40/1775.72	v -x649 -x263 x397 -x78 -x1063 -x493 -x279 -x1103 -x106 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 
1775.40/1775.72	v -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x681 -x680 x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 
1775.40/1775.72	v -x667 -x666 -x1143 -x1411 -x1410 -x1409 -x1408 -x1407 -x1406 -x1405 -x1404 -x1403 -x1402 -x1401 -x1400 -x1399 -x1398 -x1397 -x1396 
1775.40/1775.72	v -x471 -x154 -x577 -x569 -x1073 -x567 -x384 -x1065 -x555 -x73 -x346 -x12 -x1347 -x1346 x1345 -x1344 -x1343 -x1342 -x1341 
1775.40/1775.72	v -x1340 -x1339 -x1338 -x1337 -x1336 -x1335 -x1334 -x1333 -x1332 -x1062 -x769 -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 
1775.40/1775.72	v -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 x750 -x749 -x748 -x747 -x746 -x745 -x744 -x743 -x741 -x740 -x739 
1775.40/1775.72	v -x738 -x737 -x736 -x892 -x318 -x975 -x1251 -x1250 -x1249 -x1248 -x1247 -x1246 -x1245 -x1244 -x1243 -x1242 x1241 -x1240 -x1239 
1775.40/1775.72	v -x1238 -x1237 -x1236 -x881 -x1044 -x1096 -x1125 -x639 -x442 -x628 -x256 -x451 -x149 -x353 -x964 -x590 -x153 -x167 -x147 -x491 
1775.40/1775.72	v -x37 -x530 -x97 -x893 -x389 -x648 -x1529 -x1528 -x1527 -x1526 -x1525 -x1524 x1523 -x1522 -x1521 -x1520 -x1519 -x1518 -x1517 
1775.40/1775.72	v -x1516 -x1515 -x1514 -x1513 -x443 -x842 -x127 -x39 -x999 -x1048 -x528 -x404 -x132 -x315 -x314 -x312 -x311 -x310 -x309 -x308 
1775.40/1775.72	v -x307 -x306 -x305 -x304 -x303 x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 
1775.40/1775.72	v -x286 -x285 -x284 -x283 -x282 -x281 -x538 -x610 -x661 -x882 -x416 -x615 -x473 -x1495 -x1494 -x1493 -x1492 -x1491 -x1490 -x1489 
1775.40/1775.72	v -x1488 -x1487 -x1486 -x1485 -x1484 -x1483 -x1482 -x1481 x1480 -x1479 -x336 -x888 -x545 -x330 -x1130 -x162 x1395 -x1394 -x1393 
1775.40/1775.72	v -x1392 -x1391 -x1390 -x1389 -x1388 -x1387 -x1386 -x1385 -x1384 -x1383 -x1382 -x1381 -x1380 -x365 -x1171 -x1170 -x1169 -x1168 
1775.40/1775.72	v -x1167 -x1166 -x1165 -x1164 -x1163 -x1162 -x1161 -x1160 -x1159 -x1158 x1157 -x1156 -x911 -x1512 -x1511 -x1510 -x1509 -x1508 
1775.40/1775.72	v -x1507 -x1506 -x1505 -x1504 -x1503 -x1502 -x1501 -x1500 -x1499 x1498 -x1497 -x1496 -x267 -x974 -x72 -x422 -x1631 -x1630 -x1629 
1775.40/1775.72	v -x1628 -x1627 -x1626 -x1625 -x1624 -x1623 -x1622 -x1621 -x1620 -x1619 -x1618 -x1617 -x1616 x1615 -x344 -x1614 -x1613 -x1612 
1775.40/1775.72	v -x1611 -x1610 -x1609 -x1608 -x1607 -x1606 -x1605 x1604 -x1603 -x1602 -x1601 -x1600 -x1599 -x1598 -x1113 -x1203 -x1202 -x1201 
1775.40/1775.72	v x1200 -x1199 -x1198 -x1197 -x1196 -x1195 -x1194 -x1193 -x1192 -x1191 -x1190 -x1189 -x1188 x983 x1478 -x1477 -x1476 -x1475 
1775.40/1775.72	v -x1474 -x1473 -x1472 -x1471 -x1470 -x1469 -x1468 -x1467 -x1466 -x1465 -x1464 -x1463 -x1462 -x125 -x1235 -x1234 -x1233 -x1232 
1775.40/1775.72	v -x1231 -x1230 -x1229 -x1228 -x1227 -x1226 -x1225 -x1224 -x1223 x1222 -x1221 -x1220 -x1020 -x1315 -x1314 -x1313 -x1312 -x1311 
1775.40/1775.72	v -x1310 -x1309 x1308 -x1307 -x1306 -x1305 -x1304 -x1303 -x1302 -x1301 -x1300 -x500 -x219 -x1461 -x1460 -x1459 -x1458 -x1457 -x1456 
1775.40/1775.72	v -x1455 -x1454 x1453 -x1452 -x1451 -x1450 -x1449 -x1448 -x1447 -x1446 -x1445 -x229 -x1267 -x1266 -x1265 -x1264 -x1263 x1262 
1775.40/1775.72	v -x1261 -x1260 -x1259 -x1258 -x1257 -x1256 -x1255 -x1254 -x1253 -x1252 -x742 -x682 -x249 -x1665 -x1664 x1663 -x1662 -x1661 
1775.40/1775.72	v -x1660 -x1659 -x1658 -x1657 -x1656 -x1655 -x1654 -x1653 -x1652 -x1651 -x1650 -x1649 -x1081 -x998 -x205 -x385 -x1150 -x714 -x770 
1775.40/1775.72	v -x1331 x1330 -x1329 -x1328 -x1327 -x1326 -x1325 -x1324 -x1323 -x1322 -x1321 -x1320 -x1319 -x1318 -x1317 -x1316 -x851 -x1716 
1775.40/1775.72	v -x1715 -x1714 -x1713 -x1712 -x1711 -x1710 -x1709 -x1708 -x1707 -x1706 x1705 -x1704 -x1703 -x1702 -x1701 -x1700 -x1049 -x494 
1775.40/1775.72	v -x543 -x1597 -x1596 -x1595 -x1594 -x1593 x1592 -x1591 -x1590 -x1589 -x1588 -x1587 -x1586 -x1585 -x1584 -x1583 -x1582 -x1581 
1775.40/1775.72	v x867 -x1444 -x1443 -x1442 -x1441 x1440 -x1439 -x1438 -x1437 -x1436 -x1435 -x1434 -x1433 -x1432 -x1431 -x1430 -x1429 -x1428 -x333 
1775.40/1775.72	v -x1299 -x1298 -x1297 -x1296 x1295 -x1294 -x1293 -x1292 -x1291 -x1290 -x1289 -x1288 -x1287 -x1286 -x1285 -x1284 -x429 -x498 
1775.40/1775.72	v -x1187 -x1186 -x1185 -x1184 -x1183 -x1182 -x1181 -x1180 -x1179 -x1178 -x1177 x1176 -x1175 -x1174 -x1173 -x1172 x107 -x1283 
1775.40/1775.72	v -x1282 -x1281 -x1280 -x1279 -x1278 -x1277 -x1276 -x1275 -x1274 -x1273 -x1272 -x1271 -x1270 -x1269 x1268 -x218 -x1379 -x1378 -x1377 
1775.40/1775.72	v -x1376 -x1375 -x1374 x1373 -x1372 -x1371 -x1370 -x1369 -x1368 -x1367 -x1366 -x1365 -x1364 -x539 -x1648 -x1647 -x1646 -x1645 
1775.40/1775.72	v -x1644 -x1643 -x1642 -x1641 -x1640 x1639 -x1638 -x1637 -x1636 -x1635 -x1634 -x1633 -x1632 -x240 -x313 -x1427 -x1426 -x1425 
1775.40/1775.72	v -x1424 -x1423 -x1422 -x1421 -x1420 x1419 -x1418 -x1417 -x1416 -x1415 -x1414 -x1413 -x1412 -x507 -x1363 -x1362 -x1361 -x1360 
1775.40/1775.72	v -x1359 -x1358 -x1357 -x1356 -x1355 x1354 -x1353 -x1352 -x1351 -x1350 -x1349 -x1348 -x48 -x1733 -x1732 -x1731 x1730 -x1729 -x1728 
1775.40/1775.72	v -x1727 -x1726 -x1725 -x1724 -x1723 -x1722 -x1721 -x1720 -x1719 -x1718 -x1717 -x175 -x1219 -x1218 -x1217 -x1216 -x1215 -x1214 
1775.40/1775.72	v -x1213 -x1212 -x1211 -x1210 -x1209 -x1208 x1207 -x1206 -x1205 -x1204 -x1124 -x1699 -x1698 -x1697 -x1696 -x1695 -x1694 -x1693 
1775.40/1775.72	v x1692 -x1691 -x1690 -x1689 -x1688 -x1687 -x1686 -x1685 -x1684 -x1683 -x523 
1775.40/1775.72	c SCIP Status        : problem is solved [optimal solution found]
1775.40/1775.72	c Total Time         :    1775.71
1775.40/1775.72	c   solving          :    1775.71
1775.40/1775.72	c   presolving       :       0.04 (included in solving)
1775.40/1775.72	c   reading          :       0.02 (included in solving)
1775.40/1775.72	c Original Problem   :
1775.40/1775.72	c   Problem name     : HOME/instance-3730197-1338688148.opb
1775.40/1775.72	c   Variables        : 1733 (1733 binary, 0 integer, 0 implicit integer, 0 continuous)
1775.40/1775.72	c   Constraints      : 1256 initial, 1256 maximal
1775.40/1775.72	c Presolved Problem  :
1775.40/1775.72	c   Problem name     : t_HOME/instance-3730197-1338688148.opb
1775.40/1775.72	c   Variables        : 1733 (1733 binary, 0 integer, 0 implicit integer, 0 continuous)
1775.40/1775.72	c   Constraints      : 1256 initial, 16988 maximal
1775.40/1775.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1775.40/1775.72	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1775.40/1775.72	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1775.40/1775.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1775.40/1775.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1775.40/1775.72	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1775.40/1775.72	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1775.40/1775.72	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1775.40/1775.72	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1775.40/1775.72	c   linear           :       0.01          0          0          0          0          0          0          0          0          0
1775.40/1775.72	c   logicor          :       0.02          0          0          0          0          0          0          0          0          0
1775.40/1775.72	c   root node        :          -          0          -          -          0          -          -          -          -          -
1775.40/1775.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1775.40/1775.72	c   integral         :          0          0          0     539847          0          3          0        106       1734          0          0    1076506
1775.40/1775.72	c   setppc           :         68          5    2404971          1          0          0   29909231      11607   11617554          0          0          0
1775.40/1775.72	c   linear           :          0+         5        115          0          0          0          0          0          0          0          0          0
1775.40/1775.72	c   logicor          :       1188+         5    1337648          1          0          0     450542       3741    9624012          0          0          0
1775.40/1775.72	c   countsols        :          0          0          0          1          0          2          0          0          0          0          0          0
1775.40/1775.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1775.40/1775.72	c   integral         :      80.05       0.00       0.00      80.05       0.00       0.00       0.00
1775.40/1775.72	c   setppc           :      18.10       0.00      11.49       0.00       0.00       0.00       6.60
1775.40/1775.72	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1775.40/1775.72	c   logicor          :      51.94       0.00      51.13       0.00       0.00       0.00       0.82
1775.40/1775.72	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1775.40/1775.72	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1775.40/1775.72	c   vbounds          :          0          0          0          0
1775.40/1775.72	c   rootredcost      :          0          0          0          0
1775.40/1775.72	c   pseudoobj        :          0          0          0          0
1775.40/1775.72	c Propagator Timings :  TotalTime  Propagate    Resprop
1775.40/1775.72	c   vbounds          :       0.31       0.31       0.00
1775.40/1775.72	c   rootredcost      :       0.36       0.36       0.00
1775.40/1775.72	c   pseudoobj        :       0.22       0.22       0.00
1775.40/1775.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1775.40/1775.72	c   propagation      :       2.28      15348      15324     255425       94.4        100       83.1          -
1775.40/1775.72	c   infeasible LP    :     252.33     521459      98073    3325879      197.8        329       66.7          0
1775.40/1775.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1775.40/1775.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1775.40/1775.72	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1775.40/1775.72	c   applied globally :          -          -          -     840047       91.5          -          -          -
1775.40/1775.72	c   applied locally  :          -          -          -          3      324.3          -          -          -
1775.40/1775.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1775.40/1775.72	c   cut pool         :       0.00          4          -          -          1          -    (maximal pool size: 213)
1775.40/1775.72	c   redcost          :      13.25     538451          0          0          0          0
1775.40/1775.72	c   impliedbounds    :       0.00          5          0          0          0          0
1775.40/1775.72	c   intobj           :       0.00          0          0          0          0          0
1775.40/1775.72	c   gomory           :       0.15          5          0          0       2217          0
1775.40/1775.72	c   cgmip            :       0.00          0          0          0          0          0
1775.40/1775.72	c   closecuts        :       0.00          0          0          0          0          0
1775.40/1775.72	c   strongcg         :       0.27          5          0          0       2218          0
1775.40/1775.72	c   cmir             :       0.00          0          0          0          0          0
1775.40/1775.72	c   flowcover        :       0.00          0          0          0          0          0
1775.40/1775.72	c   clique           :       0.01          5          0          0          0          0
1775.40/1775.72	c   zerohalf         :       0.00          0          0          0          0          0
1775.40/1775.72	c   mcf              :       0.00          1          0          0          0          0
1775.40/1775.72	c   oddcycle         :       0.00          0          0          0          0          0
1775.40/1775.72	c   rapidlearning    :       0.05          1          0          0          0         29
1775.40/1775.72	c Pricers            :       Time      Calls       Vars
1775.40/1775.72	c   problem variables:       0.00          0          0
1775.40/1775.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1775.40/1775.72	c   relpscost        :      79.72     539846        106       1734          0          0    1076506
1775.40/1775.72	c   pscost           :       0.00          0          0          0          0          0          0
1775.40/1775.72	c   inference        :       0.00          0          0          0          0          0          0
1775.40/1775.72	c   mostinf          :       0.00          0          0          0          0          0          0
1775.40/1775.72	c   leastinf         :       0.00          0          0          0          0          0          0
1775.40/1775.72	c   fullstrong       :       0.00          0          0          0          0          0          0
1775.40/1775.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
1775.40/1775.72	c   random           :       0.00          0          0          0          0          0          0
1775.40/1775.72	c Primal Heuristics  :       Time      Calls      Found
1775.40/1775.72	c   LP solutions     :       0.00          -          1
1775.40/1775.72	c   pseudo solutions :       0.00          -          0
1775.40/1775.72	c   trivial          :       0.00          1          0
1775.40/1775.72	c   shiftandpropagate:       0.00          0          0
1775.40/1775.72	c   simplerounding   :       0.00          0          0
1775.40/1775.72	c   zirounding       :       0.00          0          0
1775.40/1775.72	c   rounding         :       0.00          0          0
1775.40/1775.72	c   shifting         :       0.00          0          0
1775.40/1775.72	c   intshifting      :       0.00          0          0
1775.40/1775.72	c   oneopt           :       0.00          0          0
1775.40/1775.72	c   twoopt           :       0.00          0          0
1775.40/1775.72	c   fixandinfer      :       0.00          0          0
1775.40/1775.72	c   feaspump         :       0.00          0          0
1775.40/1775.72	c   clique           :       0.00          0          0
1775.40/1775.72	c   coefdiving       :       0.00          0          0
1775.40/1775.72	c   pscostdiving     :       0.00          0          0
1775.40/1775.72	c   fracdiving       :       0.00          0          0
1775.40/1775.72	c   veclendiving     :       0.00          0          0
1775.40/1775.72	c   intdiving        :       0.00          0          0
1775.40/1775.72	c   actconsdiving    :       0.00          0          0
1775.40/1775.72	c   objpscostdiving  :       0.00          0          0
1775.40/1775.72	c   rootsoldiving    :       0.00          0          0
1775.40/1775.72	c   linesearchdiving :       0.00          0          0
1775.40/1775.72	c   guideddiving     :       0.00          0          0
1775.40/1775.72	c   octane           :       0.00          0          0
1775.40/1775.72	c   rens             :       0.00          0          0
1775.40/1775.72	c   rins             :       0.00          0          0
1775.40/1775.72	c   localbranching   :       0.00          0          0
1775.40/1775.72	c   mutation         :       0.00          0          0
1775.40/1775.72	c   crossover        :       0.00          0          0
1775.40/1775.72	c   dins             :       0.00          0          0
1775.40/1775.72	c   vbounds          :       0.00          0          0
1775.40/1775.72	c   undercover       :       0.00          0          0
1775.40/1775.72	c   subnlp           :       0.00          0          0
1775.40/1775.72	c   trysol           :       0.00          0          0
1775.40/1775.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1775.40/1775.72	c   primal LP        :       0.00          0          0       0.00          -
1775.40/1775.72	c   dual LP          :    1112.76    1055406   10058127       9.53    9038.92
1775.40/1775.72	c   lex dual LP      :       0.00          0          0       0.00          -
1775.40/1775.72	c   barrier LP       :       0.00          0          0       0.00          -
1775.40/1775.72	c   diving/probing LP:       0.00          0          0       0.00          -
1775.40/1775.72	c   strong branching :      71.27      27866     508719      18.26    7138.28
1775.40/1775.72	c     (at root node) :          -         27       4577     169.52          -
1775.40/1775.72	c   conflict analysis:       0.00          0          0       0.00          -
1775.40/1775.72	c B&B Tree           :
1775.40/1775.72	c   number of runs   :          1
1775.40/1775.72	c   nodes            :    1071906
1775.40/1775.72	c   nodes (total)    :    1071906
1775.40/1775.72	c   nodes left       :          0
1775.40/1775.72	c   max depth        :         93
1775.40/1775.72	c   max depth (total):         93
1775.40/1775.72	c   backtracks       :     203649 (19.0%)
1775.40/1775.72	c   delayed cutoffs  :       4338
1775.40/1775.72	c   repropagations   :     241003 (1370270 domain reductions, 3261 cutoffs)
1775.40/1775.72	c   avg switch length:       3.06
1775.40/1775.72	c   switching time   :      75.27
1775.40/1775.72	c Solution           :
1775.40/1775.72	c   Solutions found  :          1 (1 improvements)
1775.40/1775.72	c   First Solution   : +0.00000000000000e+00   (in run 1, after 1071906 nodes, 1775.71 seconds, depth 57, found by <relaxation>)
1775.40/1775.72	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 1071906 nodes, 1775.71 seconds, depth 57, found by <relaxation>)
1775.40/1775.72	c   Dual Bound       : +0.00000000000000e+00
1775.40/1775.72	c   Gap              :       0.00 %
1775.40/1775.72	c   Root Dual Bound  : +0.00000000000000e+00
1775.40/1775.72	c   Root Iterations  :       3625
1775.40/1775.74	c Time complete: 1775.44.

Verifier Data

OK	0

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-3730197-1338688148/watcher-3730197-1338688148 -o /tmp/evaluation-result-3730197-1338688148/solver-3730197-1338688148 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3730197-1338688148.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/174 29883
/proc/meminfo: memFree=25340024/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=10952 CPUtime=0 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 1737 0 0 0 0 0 0 0 20 0 1 0 334940763 11214848 1691 33554432000 4194304 9016284 140736229699952 140737089752104 7870589 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 2738 1700 340 1178 0 1556 0

[startup+0.077581 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 29883
/proc/meminfo: memFree=25340024/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=32796 CPUtime=0.07 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 7263 0 0 0 6 1 0 0 20 0 1 0 334940763 33583104 6925 33554432000 4194304 9016284 140736229699952 140736229695656 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 8199 6927 565 1178 0 7017 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 32796

[startup+0.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 29883
/proc/meminfo: memFree=25340024/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=32796 CPUtime=0.09 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 7321 0 0 0 8 1 0 0 20 0 1 0 334940763 33583104 6983 33554432000 4194304 9016284 140736229699952 140736229695656 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 8199 6983 602 1178 0 7017 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32796

[startup+0.300258 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 29883
/proc/meminfo: memFree=25340024/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=56012 CPUtime=0.29 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 13788 0 0 0 27 2 0 0 20 0 1 0 334940763 57356288 12627 33554432000 4194304 9016284 140736229699952 140736229695656 6561701 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 14003 12627 658 1178 0 12821 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56012

[startup+0.70026 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 29883
/proc/meminfo: memFree=25340024/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=56012 CPUtime=0.69 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 14092 0 0 0 66 3 0 0 20 0 1 0 334940763 57356288 12914 33554432000 4194304 9016284 140736229699952 140736229695656 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 14003 12914 659 1178 0 12821 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56012

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29884
/proc/meminfo: memFree=25291120/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=56012 CPUtime=1.49 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 14106 0 0 0 145 4 0 0 20 0 1 0 334940763 57356288 12928 33554432000 4194304 9016284 140736229699952 140736229693704 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 14003 12928 660 1178 0 12821 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56012

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29884
/proc/meminfo: memFree=25283548/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=56012 CPUtime=3.09 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 14110 0 0 0 304 5 0 0 20 0 1 0 334940763 57356288 12932 33554432000 4194304 9016284 140736229699952 140736229693800 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 14003 12932 664 1178 0 12821 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56012

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29884
/proc/meminfo: memFree=25290436/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=56012 CPUtime=6.28 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 14110 0 0 0 620 8 0 0 20 0 1 0 334940763 57356288 12932 33554432000 4194304 9016284 140736229699952 140736229694168 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 14003 12932 664 1178 0 12821 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 56012

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29884
/proc/meminfo: memFree=25285068/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=56012 CPUtime=12.69 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 14110 0 0 0 1255 14 0 0 20 0 1 0 334940763 57356288 12932 33554432000 4194304 9016284 140736229699952 140736229693208 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 14003 12932 664 1178 0 12821 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56012

[startup+25.5064 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29884
/proc/meminfo: memFree=25290944/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=56012 CPUtime=25.5 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 14191 0 0 0 2523 27 0 0 20 0 1 0 334940763 57356288 13013 33554432000 4194304 9016284 140736229699952 140736229694280 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 14003 13013 666 1178 0 12821 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 56012

[startup+51.1002 s]
/proc/loadavg: 2.07 2.02 2.00 3/170 30066
/proc/meminfo: memFree=27653468/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=56012 CPUtime=51.07 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 14197 0 0 0 5060 47 0 0 20 0 1 0 334940763 57356288 13056 33554432000 4194304 9016284 140736229699952 140736229694280 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 14003 13056 666 1178 0 12821 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 56012

[startup+102.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 30154
/proc/meminfo: memFree=27588940/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=57896 CPUtime=102.27 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 14671 0 0 0 10130 97 0 0 20 0 1 0 334940763 59285504 13725 33554432000 4194304 9016284 140736229699952 140736229693912 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 14474 13725 666 1178 0 13292 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 57896

[startup+162.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/175 30306
/proc/meminfo: memFree=27607024/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=60296 CPUtime=162.26 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 15263 0 0 0 16082 144 0 0 20 0 1 0 334940763 61743104 14314 33554432000 4194304 9016284 140736229699952 140736229694120 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 15074 14314 666 1178 0 13892 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 60296

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/175 30307
/proc/meminfo: memFree=27600444/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=64264 CPUtime=222.25 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 16287 0 0 0 22038 187 0 0 20 0 1 0 334940763 65806336 15336 33554432000 4194304 9016284 140736229699952 140736229693816 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 16066 15336 666 1178 0 14884 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 64264

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 30307
/proc/meminfo: memFree=27598208/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=64708 CPUtime=282.23 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 16396 0 0 0 27989 234 0 0 20 0 1 0 334940763 66260992 15444 33554432000 4194304 9016284 140736229699952 140736229693000 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 16177 15444 666 1178 0 14995 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 64708

[startup+342.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30307
/proc/meminfo: memFree=27596592/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=65312 CPUtime=342.23 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 16544 0 0 0 33944 279 0 0 20 0 1 0 334940763 66879488 15592 33554432000 4194304 9016284 140736229699952 140736229693912 7065563 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 16328 15592 666 1178 0 15146 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 65312

[startup+402.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/175 30307
/proc/meminfo: memFree=27592684/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=65780 CPUtime=402.22 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 16641 0 0 0 39892 330 0 0 20 0 1 0 334940763 67358720 15689 33554432000 4194304 9016284 140736229699952 140736229693912 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 16445 15689 666 1178 0 15263 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 65780

[startup+462.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/175 30307
/proc/meminfo: memFree=27591564/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=66072 CPUtime=462.2 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 16729 0 0 0 45841 379 0 0 20 0 1 0 334940763 67657728 15776 33554432000 4194304 9016284 140736229699952 140736229694120 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 16518 15776 666 1178 0 15336 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 66072

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 30308
/proc/meminfo: memFree=27590572/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=67040 CPUtime=522.2 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 16944 0 0 0 51788 432 0 0 20 0 1 0 334940763 68648960 15991 33554432000 4194304 9016284 140736229699952 140736229694280 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 16760 15991 666 1178 0 15578 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 67040

[startup+582.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 30308
/proc/meminfo: memFree=27584248/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=72704 CPUtime=582.19 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 18362 0 0 0 57740 479 0 0 20 0 1 0 334940763 74448896 17409 33554432000 4194304 9016284 140736229699952 140736229694232 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 18176 17409 666 1178 0 16994 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 72704

[startup+642.3 s]

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

/proc/meminfo: memFree=27601640/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=76392 CPUtime=1122.1 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 19307 0 0 0 111322 888 0 0 20 0 1 0 334940763 78225408 18357 33554432000 4194304 9016284 140736229699952 140736229694280 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 19098 18357 666 1178 0 17916 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 76392

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 30489
/proc/meminfo: memFree=27601640/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=76392 CPUtime=1182.1 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 19318 0 0 0 117276 934 0 0 20 0 1 0 334940763 78225408 18368 33554432000 4194304 9016284 140736229699952 140736229694120 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 19098 18368 666 1178 0 17916 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 76392

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 30489
/proc/meminfo: memFree=27601516/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=76528 CPUtime=1242.08 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 19323 0 0 0 123233 975 0 0 20 0 1 0 334940763 78364672 18373 33554432000 4194304 9016284 140736229699952 140736229694008 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 19132 18373 666 1178 0 17950 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 76528

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 30492
/proc/meminfo: memFree=27601012/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=76528 CPUtime=1302.08 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 19339 0 0 0 129190 1018 0 0 20 0 1 0 334940763 78364672 18389 33554432000 4194304 9016284 140736229699952 140736229694120 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 19132 18389 666 1178 0 17950 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 76528

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 30492
/proc/meminfo: memFree=27600896/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=76800 CPUtime=1362.07 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 19403 0 0 0 135137 1070 0 0 20 0 1 0 334940763 78643200 18453 33554432000 4194304 9016284 140736229699952 140736229694120 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 19200 18453 666 1178 0 18018 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 76800

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 30492
/proc/meminfo: memFree=27600400/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=77352 CPUtime=1422.05 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 19550 0 0 0 141085 1120 0 0 20 0 1 0 334940763 79208448 18600 33554432000 4194304 9016284 140736229699952 140736229694120 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 19338 18600 666 1178 0 18156 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 77352

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/175 30493
/proc/meminfo: memFree=27598476/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=78860 CPUtime=1482.05 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 19907 0 0 0 147033 1172 0 0 20 0 1 0 334940763 80752640 18956 33554432000 4194304 9016284 140736229699952 140736229693000 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 19715 18956 666 1178 0 18533 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 78860

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 30493
/proc/meminfo: memFree=27598848/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=78860 CPUtime=1542.05 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 19926 0 0 0 152983 1222 0 0 20 0 1 0 334940763 80752640 18975 33554432000 4194304 9016284 140736229699952 140736229693816 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 19715 18975 666 1178 0 18533 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 78860

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 30493
/proc/meminfo: memFree=27597112/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=80436 CPUtime=1602.03 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 20317 0 0 0 158932 1271 0 0 20 0 1 0 334940763 82366464 19366 33554432000 4194304 9016284 140736229699952 140736229694232 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 20109 19366 666 1178 0 18927 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 80436

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30493
/proc/meminfo: memFree=27596552/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=80436 CPUtime=1662.03 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 20327 0 0 0 164885 1318 0 0 20 0 1 0 334940763 82366464 19375 33554432000 4194304 9016284 140736229699952 140736229694280 4291380 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 20109 19375 666 1178 0 18927 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 80436

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30493
/proc/meminfo: memFree=27595932/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=80856 CPUtime=1722.01 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 20429 0 0 0 170830 1371 0 0 20 0 1 0 334940763 82796544 19477 33554432000 4194304 9016284 140736229699952 140736229694280 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 20214 19477 666 1178 0 19032 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 80856

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

[startup+1740.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30494
/proc/meminfo: memFree=27596056/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=81000 CPUtime=1740.61 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 20444 0 0 0 172674 1387 0 0 20 0 1 0 334940763 82944000 19492 33554432000 4194304 9016284 140736229699952 140736229693816 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 20250 19492 666 1178 0 19068 0
Current children cumulated CPU time (s) 1740.61
Current children cumulated vsize (KiB) 81000

[startup+1753.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30494
/proc/meminfo: memFree=27595808/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=81000 CPUtime=1753.41 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 20451 0 0 0 173943 1398 0 0 20 0 1 0 334940763 82944000 19499 33554432000 4194304 9016284 140736229699952 140736229694280 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 20250 19499 666 1178 0 19068 0
Current children cumulated CPU time (s) 1753.41
Current children cumulated vsize (KiB) 81000

[startup+1766.5 s]
/proc/loadavg: 2.08 2.02 2.01 3/175 30494
/proc/meminfo: memFree=27593948/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=82920 CPUtime=1766.2 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 20946 0 0 0 175212 1408 0 0 20 0 1 0 334940763 84910080 19989 33554432000 4194304 9016284 140736229699952 140736229694280 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 20730 19989 666 1178 0 19548 0
Current children cumulated CPU time (s) 1766.2
Current children cumulated vsize (KiB) 82920

[startup+1769.7 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 30494
/proc/meminfo: memFree=27593824/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=83052 CPUtime=1769.4 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 20958 0 0 0 175529 1411 0 0 20 0 1 0 334940763 85045248 20001 33554432000 4194304 9016284 140736229699952 140736229693912 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 20763 20001 666 1178 0 19581 0
Current children cumulated CPU time (s) 1769.4
Current children cumulated vsize (KiB) 83052

[startup+1772.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 30494
/proc/meminfo: memFree=27593824/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=83052 CPUtime=1772.61 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 20964 0 0 0 175846 1415 0 0 20 0 1 0 334940763 85045248 20007 33554432000 4194304 9016284 140736229699952 140736229694120 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 20763 20007 666 1178 0 19581 0
Current children cumulated CPU time (s) 1772.61
Current children cumulated vsize (KiB) 83052

[startup+1774.51 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 30494
/proc/meminfo: memFree=27593824/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=83052 CPUtime=1774.21 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 20965 0 0 0 176005 1416 0 0 20 0 1 0 334940763 85045248 20008 33554432000 4194304 9016284 140736229699952 140736229693912 6422602 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 20763 20008 666 1178 0 19581 0
Current children cumulated CPU time (s) 1774.21
Current children cumulated vsize (KiB) 83052

[startup+1775.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 30494
/proc/meminfo: memFree=27593824/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=83052 CPUtime=1775 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 20965 0 0 0 176084 1416 0 0 20 0 1 0 334940763 85045248 20008 33554432000 4194304 9016284 140736229699952 140736229694280 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 20763 20008 666 1178 0 19581 0
Current children cumulated CPU time (s) 1775
Current children cumulated vsize (KiB) 83052

[startup+1775.7 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 30494
/proc/meminfo: memFree=27593824/32873852 swapFree=6856/6856
[pid=29883] ppid=29881 vsize=83052 CPUtime=1775.4 cores=0,2,4,6
/proc/29883/stat : 29883 (scip-2.0.1.4b_2) R 29881 29883 20074 0 -1 4202496 20966 0 0 0 176123 1417 0 0 20 0 1 0 334940763 85045248 20009 33554432000 4194304 9016284 140736229699952 140736229694280 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29883/statm: 20763 20009 666 1178 0 19581 0
Current children cumulated CPU time (s) 1775.4
Current children cumulated vsize (KiB) 83052

Child status: 0
Real time (s): 1775.74
CPU time (s): 1775.45
CPU user time (s): 1761.28
CPU system time (s): 14.1788
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 83052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1761.28
system time used= 14.1788
maximum resident set size= 80048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20974
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= 28
involuntary context switches= 1830

runsolver used 3.3145 second user time and 9.71852 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 03:49:08
IDJOB=3730197
IDBENCH=1392
IDSOLVER=2329
FILE ID=node128/3730197-1338688148
RUNJOBID= node128-1338679209-28499
PBS_JOBID= 14636685
Free space on /tmp= 70388 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_33_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-3730197-1338688148/watcher-3730197-1338688148 -o /tmp/evaluation-result-3730197-1338688148/solver-3730197-1338688148 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3730197-1338688148.opb -t 1800 -m 15500

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

MD5SUM BENCH= d807de21f10c00acae1479f7b1348df5
RANDOM SEED=1218673728

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        25340024 kB
Buffers:          536772 kB
Cached:          3759576 kB
SwapCached:          744 kB
Active:          4335068 kB
Inactive:        2299032 kB
Active(anon):    2328536 kB
Inactive(anon):    11420 kB
Active(file):    2006532 kB
Inactive(file):  2287612 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:             17096 kB
Writeback:             0 kB
AnonPages:       2382460 kB
Mapped:            17020 kB
Shmem:               200 kB
Slab:             755432 kB
SReclaimable:     197684 kB
SUnreclaim:       557748 kB
KernelStack:        1464 kB
PageTables:         9208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    2566144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1167360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70404 MiB
End job on node128 at 2012-06-03 04:18:44