Trace number 3485813

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx 2 2011-06-10 (fixed)? 1797.07 1797.03

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-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.297954
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.4 [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-3485813-1307753497.opb>
0.01/0.02	c original problem has 1733 variables (1733 bin, 0 int, 0 impl, 0 cont) and 1256 constraints
0.01/0.02	c problem read
0.01/0.02	c No objective function, only one solution is needed.
0.01/0.02	c presolving settings loaded
0.01/0.03	c presolving:
0.01/0.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.01/0.06	c presolving (2 rounds):
0.01/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.01/0.06	c  0 implications, 68 cliques
0.01/0.06	c presolved problem has 1733 variables (1733 bin, 0 int, 0 impl, 0 cont) and 1256 constraints
0.01/0.06	c      68 constraints of type <setppc>
0.01/0.06	c    1188 constraints of type <logicor>
0.01/0.06	c transformed objective value is always integral (scale: 1)
0.01/0.06	c Presolving Time: 0.04
0.01/0.06	c - non default parameters ----------------------------------------------------------------------
0.01/0.06	c # SCIP version 2.0.1.4
0.01/0.06	c 
0.01/0.06	c # frequency for displaying node information lines
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.06	c display/freq = 10000
0.01/0.06	c 
0.01/0.06	c # maximal time in seconds to run
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/time = 1797
0.01/0.06	c 
0.01/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/memory = 13950
0.01/0.06	c 
0.01/0.06	c # solving stops, if the given number of solutions were found (-1: no limit)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c limits/solutions = 1
0.01/0.06	c 
0.01/0.06	c # maximal number of separation rounds per node (-1: unlimited)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 5]
0.01/0.06	c separating/maxrounds = 1
0.01/0.06	c 
0.01/0.06	c # maximal number of separation rounds in the root node (-1: unlimited)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c separating/maxroundsroot = 5
0.01/0.06	c 
0.01/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.06	c # [type: int, range: [1,2], default: 1]
0.01/0.06	c timing/clocktype = 2
0.01/0.06	c 
0.01/0.06	c # belongs reading time to solving time?
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c timing/reading = TRUE
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify inequalities
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/linear/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/indicator/addCouplingCons = TRUE
0.01/0.06	c 
0.01/0.06	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.01/0.06	c constraints/knapsack/disaggregation = FALSE
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify knapsacks
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c presolving/probing/maxrounds = 0
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/coefdiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/coefdiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/coefdiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 30]
0.01/0.06	c heuristics/crossover/freq = -1
0.01/0.06	c 
0.01/0.06	c # number of nodes added to the contingent of the total nodes
0.01/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.06	c heuristics/crossover/nodesofs = 750
0.01/0.06	c 
0.01/0.06	c # number of nodes without incumbent change that heuristic should wait
0.01/0.06	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.01/0.06	c heuristics/crossover/nwaitingnodes = 100
0.01/0.06	c 
0.01/0.06	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.01/0.06	c # [type: real, range: [0,1], default: 0.1]
0.01/0.06	c heuristics/crossover/nodesquot = 0.15
0.01/0.06	c 
0.01/0.06	c # minimum percentage of integer variables that have to be fixed 
0.01/0.06	c # [type: real, range: [0,1], default: 0.666]
0.01/0.06	c heuristics/crossover/minfixingrate = 0.5
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.06	c heuristics/feaspump/freq = -1
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/feaspump/maxlpiterofs = 2000
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/fracdiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/fracdiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/fracdiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/guideddiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/guideddiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/guideddiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/intdiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/intshifting/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/linesearchdiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.06	c heuristics/objpscostdiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to total iteration number
0.01/0.06	c # [type: real, range: [0,1], default: 0.01]
0.01/0.06	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/oneopt/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/pscostdiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/pscostdiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.06	c heuristics/rens/freq = -1
0.01/0.06	c 
0.01/0.06	c # minimum percentage of integer variables that have to be fixable 
0.01/0.06	c # [type: real, range: [0,1], default: 0.5]
0.01/0.06	c heuristics/rens/minfixingrate = 0.3
0.01/0.06	c 
0.01/0.06	c # number of nodes added to the contingent of the total nodes
0.01/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.06	c heuristics/rens/nodesofs = 2000
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.06	c heuristics/rootsoldiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.01/0.06	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/rounding/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.06	c heuristics/shiftandpropagate/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/shifting/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/simplerounding/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/subnlp/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.06	c heuristics/trivial/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/trysol/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.06	c heuristics/undercover/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.06	c heuristics/veclendiving/freq = -1
0.01/0.06	c 
0.01/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.06	c heuristics/veclendiving/maxlpiterquot = 0.075
0.01/0.06	c 
0.01/0.06	c # additional number of allowed LP iterations
0.01/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.06	c heuristics/veclendiving/maxlpiterofs = 1500
0.01/0.06	c 
0.01/0.06	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c heuristics/zirounding/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.06	c separating/cmir/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.06	c separating/flowcover/freq = -1
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c separating/rapidlearning/freq = 0
0.01/0.06	c 
0.01/0.06	c -----------------------------------------------------------------------------------------------
0.01/0.06	c start solving
0.01/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 |     - |7377k|   0 | 184 |1733 |1256 |1733 |1256 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.36	c   0.4s|     1 |     0 |  1045 |     - |8472k|   0 | 228 |1733 |1285 |1733 |1270 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.65	c   0.6s|     1 |     0 |  1999 |     - |9644k|   0 | 330 |1733 |1285 |1733 |1288 |  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |  2289 |     - |9672k|   0 | 389 |1733 |1285 |1733 |1297 |  41 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.86	c   0.9s|     1 |     0 |  2820 |     - |9753k|   0 | 401 |1733 |1285 |1733 |1312 |  56 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.00/1.03	c   1.0s|     1 |     0 |  3625 |     - |9814k|   0 | 317 |1733 |1285 |1733 |1325 |  69 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.59/1.66	c   1.7s|     1 |     2 |  3625 |     - |9815k|   0 | 317 |1733 |1285 |1733 |1325 |  69 |   0 |  27 | 0.000000e+00 |      --      |    Inf 
35.50/35.53	c  35.5s| 10000 |   176 |118476 |  11.5 |  12M|  83 |   - |1733 |2836 |1733 |1286 |  69 |8340 |2278 | 0.000000e+00 |      --      |    Inf 
55.69/55.76	c  55.8s| 20000 |   212 |242919 |  12.0 |  13M|  87 |   - |1733 |3956 |1733 |1286 |  69 |  18k|3028 | 0.000000e+00 |      --      |    Inf 
75.29/75.39	c  75.4s| 30000 |   209 |372782 |  12.3 |  13M|  87 |   - |1733 |4156 |1733 |1286 |  69 |  28k|3567 | 0.000000e+00 |      --      |    Inf 
93.70/93.74	c  93.7s| 40000 |   193 |489064 |  12.1 |  14M|  87 |   - |1733 |4171 |1733 |1286 |  69 |  40k|3759 | 0.000000e+00 |      --      |    Inf 
110.79/110.89	c   111s| 50000 |   179 |591872 |  11.8 |  14M|  87 |   - |1733 |4454 |1733 |1286 |  69 |  51k|3883 | 0.000000e+00 |      --      |    Inf 
126.40/126.41	c   126s| 60000 |   179 |667525 |  11.1 |  15M|  87 |  33 |1733 |6085 |1733 |1286 |  69 |  66k|4173 | 0.000000e+00 |      --      |    Inf 
145.40/145.46	c   145s| 70000 |   196 |779022 |  11.1 |  14M|  87 |  50 |1733 |4475 |1733 |1286 |  69 |  76k|4902 | 0.000000e+00 |      --      |    Inf 
161.70/161.79	c   162s| 80000 |   206 |879952 |  11.0 |  15M|  89 |  36 |1733 |5276 |1733 |1286 |  69 |  78k|5269 | 0.000000e+00 |      --      |    Inf 
176.79/176.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
176.79/176.87	c   177s| 90000 |   208 |966592 |  10.7 |  15M|  89 |  46 |1733 |5372 |1733 |1286 |  69 |  80k|5508 | 0.000000e+00 |      --      |    Inf 
193.90/193.96	c   194s|100000 |   206 |  1060k|  10.6 |  16M|  89 |   - |1733 |6324 |1733 |1286 |  69 |  89k|6088 | 0.000000e+00 |      --      |    Inf 
211.00/211.09	c   211s|110000 |   222 |  1148k|  10.4 |  16M|  89 |  24 |1733 |6529 |1733 |1286 |  69 | 111k|6418 | 0.000000e+00 |      --      |    Inf 
228.19/228.24	c   228s|120000 |   205 |  1240k|  10.3 |  17M|  89 |   - |1733 |6847 |1733 |1286 |  69 | 133k|6668 | 0.000000e+00 |      --      |    Inf 
245.21/245.22	c   245s|130000 |   202 |  1335k|  10.2 |  16M|  89 |   - |1733 |5920 |1733 |1286 |  69 | 150k|6899 | 0.000000e+00 |      --      |    Inf 
260.30/260.37	c   260s|140000 |   205 |  1414k|  10.1 |  16M|  89 |   - |1733 |6368 |1733 |1286 |  69 | 158k|7107 | 0.000000e+00 |      --      |    Inf 
275.60/275.68	c   276s|150000 |   212 |  1497k|  10.0 |  16M|  89 |   - |1733 |6231 |1733 |1286 |  69 | 167k|7304 | 0.000000e+00 |      --      |    Inf 
293.60/293.62	c   294s|160000 |   210 |  1591k|   9.9 |  15M|  89 |  52 |1733 |5183 |1733 |1286 |  69 | 177k|8152 | 0.000000e+00 |      --      |    Inf 
310.00/310.03	c   310s|170000 |   218 |  1679k|   9.9 |  17M|  89 |  38 |1733 |7205 |1733 |1286 |  69 | 188k|8289 | 0.000000e+00 |      --      |    Inf 
325.20/325.27	c   325s|180000 |   216 |  1757k|   9.7 |  16M|  89 |  24 |1733 |5646 |1733 |1286 |  69 | 196k|8505 | 0.000000e+00 |      --      |    Inf 
341.90/341.94	c   342s|190000 |   200 |  1850k|   9.7 |  16M|  89 |   - |1733 |5635 |1733 |1286 |  69 | 207k|8858 | 0.000000e+00 |      --      |    Inf 
359.50/359.54	c   360s|200000 |   210 |  1955k|   9.8 |  16M|  89 |  51 |1733 |5528 |1733 |1286 |  69 | 215k|9249 | 0.000000e+00 |      --      |    Inf 
376.90/376.93	c   377s|210000 |   198 |  2056k|   9.8 |  17M|  89 |   - |1733 |6840 |1733 |1286 |  69 | 227k|9510 | 0.000000e+00 |      --      |    Inf 
395.80/395.89	c   396s|220000 |   197 |  2170k|   9.8 |  15M|  89 |   - |1733 |4905 |1733 |1286 |  69 | 243k|9934 | 0.000000e+00 |      --      |    Inf 
415.40/415.49	c   415s|230000 |   201 |  2295k|  10.0 |  16M|  89 |   - |1733 |6037 |1733 |1286 |  69 | 256k|  10k| 0.000000e+00 |      --      |    Inf 
434.30/434.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
434.30/434.33	c   434s|240000 |   195 |  2412k|  10.0 |  16M|  89 |  52 |1733 |6301 |1733 |1286 |  69 | 266k|  10k| 0.000000e+00 |      --      |    Inf 
452.30/452.37	c   452s|250000 |   205 |  2525k|  10.1 |  17M|  89 |  45 |1733 |6513 |1733 |1286 |  69 | 272k|  10k| 0.000000e+00 |      --      |    Inf 
471.00/471.09	c   471s|260000 |   221 |  2649k|  10.2 |  18M|  91 |  35 |1733 |8124 |1733 |1286 |  69 | 279k|  11k| 0.000000e+00 |      --      |    Inf 
489.50/489.55	c   490s|270000 |   213 |  2770k|  10.2 |  16M|  93 |   - |1733 |5639 |1733 |1286 |  69 | 284k|  11k| 0.000000e+00 |      --      |    Inf 
508.01/508.06	c   508s|280000 |   223 |  2895k|  10.3 |  17M|  93 |  49 |1733 |6913 |1733 |1286 |  69 | 290k|  11k| 0.000000e+00 |      --      |    Inf 
526.60/526.64	c   527s|290000 |   230 |  3022k|  10.4 |  19M|  93 |   - |1733 |9610 |1733 |1286 |  69 | 298k|  11k| 0.000000e+00 |      --      |    Inf 
543.80/543.86	c   544s|300000 |   219 |  3132k|  10.4 |  19M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 303k|  12k| 0.000000e+00 |      --      |    Inf 
562.31/562.32	c   562s|310000 |   207 |  3253k|  10.5 |  20M|  93 |  51 |1733 |  10k|1733 |1286 |  69 | 310k|  12k| 0.000000e+00 |      --      |    Inf 
582.51/582.57	c   583s|320000 |   229 |  3384k|  10.6 |  25M|  93 |   - |1733 |  16k|1733 |1286 |  69 | 321k|  12k| 0.000000e+00 |      --      |    Inf 
603.70/603.70	c   604s|330000 |   200 |  3512k|  10.6 |  18M|  93 |   - |1733 |7550 |1733 |1286 |  69 | 328k|  13k| 0.000000e+00 |      --      |    Inf 
623.40/623.48	c   623s|340000 |   208 |  3631k|  10.7 |  17M|  93 |   - |1733 |6743 |1733 |1286 |  69 | 336k|  14k| 0.000000e+00 |      --      |    Inf 
638.40/638.50	c   638s|350000 |   211 |  3702k|  10.6 |  18M|  93 |   - |1733 |6992 |1733 |1286 |  69 | 338k|  14k| 0.000000e+00 |      --      |    Inf 
653.71/653.73	c   654s|360000 |   206 |  3780k|  10.5 |  18M|  93 |  35 |1733 |7159 |1733 |1286 |  69 | 344k|  14k| 0.000000e+00 |      --      |    Inf 
667.61/667.65	c   668s|370000 |   208 |  3848k|  10.4 |  18M|  93 |   - |1733 |7248 |1733 |1286 |  69 | 346k|  14k| 0.000000e+00 |      --      |    Inf 
682.30/682.39	c   682s|380000 |   215 |  3926k|  10.3 |  18M|  93 |   - |1733 |7892 |1733 |1286 |  69 | 354k|  14k| 0.000000e+00 |      --      |    Inf 
697.81/697.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
697.81/697.87	c   698s|390000 |   201 |  4009k|  10.3 |  18M|  93 |   - |1733 |7577 |1733 |1286 |  69 | 359k|  15k| 0.000000e+00 |      --      |    Inf 
712.81/712.83	c   713s|400000 |   200 |  4084k|  10.2 |  19M|  93 |   - |1733 |8623 |1733 |1286 |  69 | 366k|  15k| 0.000000e+00 |      --      |    Inf 
728.01/728.05	c   728s|410000 |   211 |  4158k|  10.1 |  19M|  93 |   - |1733 |8211 |1733 |1286 |  69 | 375k|  15k| 0.000000e+00 |      --      |    Inf 
743.11/743.10	c   743s|420000 |   213 |  4235k|  10.1 |  19M|  93 |  31 |1733 |8577 |1733 |1286 |  69 | 382k|  15k| 0.000000e+00 |      --      |    Inf 
757.31/757.31	c   757s|430000 |   208 |  4300k|  10.0 |  19M|  93 |  36 |1733 |8564 |1733 |1286 |  69 | 385k|  15k| 0.000000e+00 |      --      |    Inf 
772.71/772.77	c   773s|440000 |   199 |  4382k|  10.0 |  19M|  93 |   - |1733 |8559 |1733 |1286 |  69 | 391k|  15k| 0.000000e+00 |      --      |    Inf 
786.61/786.63	c   787s|450000 |   205 |  4447k|   9.9 |  19M|  93 |  34 |1733 |8261 |1733 |1286 |  69 | 393k|  15k| 0.000000e+00 |      --      |    Inf 
800.51/800.58	c   801s|460000 |   212 |  4514k|   9.8 |  19M|  93 |  30 |1733 |8567 |1733 |1286 |  69 | 397k|  15k| 0.000000e+00 |      --      |    Inf 
813.71/813.79	c   814s|470000 |   213 |  4578k|   9.7 |  19M|  93 |  32 |1733 |8848 |1733 |1286 |  69 | 399k|  15k| 0.000000e+00 |      --      |    Inf 
827.41/827.46	c   827s|480000 |   209 |  4643k|   9.7 |  20M|  93 |   - |1733 |9266 |1733 |1286 |  69 | 403k|  16k| 0.000000e+00 |      --      |    Inf 
844.01/844.02	c   844s|490000 |   215 |  4731k|   9.6 |  20M|  93 |  22 |1733 |9394 |1733 |1286 |  69 | 418k|  16k| 0.000000e+00 |      --      |    Inf 
861.91/861.90	c   862s|500000 |   207 |  4832k|   9.7 |  19M|  93 |   - |1733 |8762 |1733 |1286 |  69 | 435k|  16k| 0.000000e+00 |      --      |    Inf 
878.11/878.14	c   878s|510000 |   204 |  4917k|   9.6 |  20M|  93 |  31 |1733 |9875 |1733 |1286 |  69 | 447k|  16k| 0.000000e+00 |      --      |    Inf 
892.91/892.92	c   893s|520000 |   209 |  4990k|   9.6 |  20M|  93 |  36 |1733 |9419 |1733 |1286 |  69 | 454k|  16k| 0.000000e+00 |      --      |    Inf 
909.22/909.23	c   909s|530000 |   211 |  5079k|   9.6 |  21M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 468k|  16k| 0.000000e+00 |      --      |    Inf 
926.41/926.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
926.41/926.44	c   926s|540000 |   205 |  5173k|   9.6 |  20M|  93 |   - |1733 |9415 |1733 |1286 |  69 | 484k|  16k| 0.000000e+00 |      --      |    Inf 
941.52/941.59	c   942s|550000 |   205 |  5244k|   9.5 |  20M|  93 |   - |1733 |9274 |1733 |1286 |  69 | 492k|  16k| 0.000000e+00 |      --      |    Inf 
955.12/955.14	c   955s|560000 |   205 |  5298k|   9.5 |  20M|  93 |   - |1733 |9946 |1733 |1286 |  69 | 496k|  17k| 0.000000e+00 |      --      |    Inf 
971.32/971.36	c   971s|570000 |   206 |  5385k|   9.4 |  20M|  93 |   - |1733 |9480 |1733 |1286 |  69 | 505k|  17k| 0.000000e+00 |      --      |    Inf 
985.51/985.53	c   986s|580000 |   211 |  5453k|   9.4 |  20M|  93 |   - |1733 |9597 |1733 |1286 |  69 | 513k|  17k| 0.000000e+00 |      --      |    Inf 
999.21/999.25	c   999s|590000 |   209 |  5514k|   9.3 |  20M|  93 |   - |1733 |9843 |1733 |1286 |  69 | 516k|  17k| 0.000000e+00 |      --      |    Inf 
1012.61/1012.61	c  1013s|600000 |   214 |  5574k|   9.3 |  21M|  93 |   - |1733 |  10k|   0 |   0 |  69 | 523k|  17k| 0.000000e+00 |      --      |    Inf 
1026.91/1026.95	c  1027s|610000 |   215 |  5647k|   9.3 |  20M|  93 |  31 |1733 |9544 |1733 |1286 |  69 | 532k|  17k| 0.000000e+00 |      --      |    Inf 
1041.32/1041.31	c  1041s|620000 |   216 |  5718k|   9.2 |  20M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 539k|  17k| 0.000000e+00 |      --      |    Inf 
1055.62/1055.67	c  1056s|630000 |   211 |  5786k|   9.2 |  20M|  93 |   - |1733 |9519 |1733 |1286 |  69 | 543k|  17k| 0.000000e+00 |      --      |    Inf 
1070.11/1070.20	c  1070s|640000 |   210 |  5856k|   9.1 |  20M|  93 |  34 |1733 |9554 |1733 |1286 |  69 | 549k|  17k| 0.000000e+00 |      --      |    Inf 
1085.22/1085.28	c  1085s|650000 |   209 |  5927k|   9.1 |  21M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 557k|  17k| 0.000000e+00 |      --      |    Inf 
1099.62/1099.67	c  1100s|660000 |   216 |  5989k|   9.1 |  20M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 561k|  17k| 0.000000e+00 |      --      |    Inf 
1112.61/1112.61	c  1113s|670000 |   216 |  6036k|   9.0 |  20M|  93 |   - |1733 |9946 |1733 |1286 |  69 | 563k|  17k| 0.000000e+00 |      --      |    Inf 
1125.71/1125.77	c  1126s|680000 |   214 |  6088k|   8.9 |  21M|  93 |  40 |1733 |  10k|1733 |1286 |  69 | 564k|  17k| 0.000000e+00 |      --      |    Inf 
1140.42/1140.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1140.42/1140.42	c  1140s|690000 |   208 |  6153k|   8.9 |  21M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 572k|  17k| 0.000000e+00 |      --      |    Inf 
1154.32/1154.36	c  1154s|700000 |   211 |  6217k|   8.9 |  20M|  93 |  39 |1733 |  10k|1733 |1286 |  69 | 575k|  18k| 0.000000e+00 |      --      |    Inf 
1167.92/1167.93	c  1168s|710000 |   214 |  6280k|   8.8 |  20M|  93 |  21 |1733 |9957 |1733 |1286 |  69 | 577k|  18k| 0.000000e+00 |      --      |    Inf 
1180.92/1180.99	c  1181s|720000 |   216 |  6334k|   8.8 |  21M|  93 |  23 |1733 |  10k|1733 |1286 |  69 | 578k|  18k| 0.000000e+00 |      --      |    Inf 
1194.52/1194.53	c  1195s|730000 |   216 |  6390k|   8.7 |  21M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 582k|  18k| 0.000000e+00 |      --      |    Inf 
1208.52/1208.52	c  1209s|740000 |   219 |  6460k|   8.7 |  20M|  93 |  36 |1733 |  10k|1733 |1286 |  69 | 584k|  18k| 0.000000e+00 |      --      |    Inf 
1222.32/1222.37	c  1222s|750000 |   215 |  6525k|   8.7 |  21M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 587k|  18k| 0.000000e+00 |      --      |    Inf 
1237.22/1237.27	c  1237s|760000 |   208 |  6602k|   8.7 |  20M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 592k|  18k| 0.000000e+00 |      --      |    Inf 
1251.12/1251.14	c  1251s|770000 |   212 |  6664k|   8.7 |  20M|  93 |  43 |1733 |  10k|1733 |1286 |  69 | 595k|  18k| 0.000000e+00 |      --      |    Inf 
1264.52/1264.54	c  1265s|780000 |   211 |  6720k|   8.6 |  20M|  93 |   - |1733 |9887 |1733 |1286 |  69 | 596k|  18k| 0.000000e+00 |      --      |    Inf 
1279.23/1279.23	c  1279s|790000 |   216 |  6791k|   8.6 |  20M|  93 |  34 |1733 |9992 |1733 |1286 |  69 | 602k|  18k| 0.000000e+00 |      --      |    Inf 
1293.42/1293.48	c  1293s|800000 |   208 |  6863k|   8.6 |  21M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 609k|  18k| 0.000000e+00 |      --      |    Inf 
1308.22/1308.22	c  1308s|810000 |   207 |  6939k|   8.6 |  21M|  93 |   - |1733 |  10k|1733 |1286 |  69 | 613k|  18k| 0.000000e+00 |      --      |    Inf 
1322.92/1322.90	c  1323s|820000 |   207 |  7009k|   8.5 |  21M|  93 |  46 |1733 |  10k|1733 |1286 |  69 | 619k|  19k| 0.000000e+00 |      --      |    Inf 
1338.92/1338.92	c  1339s|830000 |   206 |  7075k|   8.5 |  20M|  93 |  27 |1733 |9579 |1733 |1286 |  69 | 620k|  20k| 0.000000e+00 |      --      |    Inf 
1353.03/1353.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1353.03/1353.08	c  1353s|840000 |   199 |  7144k|   8.5 |  20M|  93 |   - |1733 |9413 |1733 |1286 |  69 | 622k|  20k| 0.000000e+00 |      --      |    Inf 
1376.53/1376.54	c  1377s|850000 |   181 |  7265k|   8.5 |  18M|  93 |  59 |1733 |6779 |1733 |1286 |  69 | 629k|  22k| 0.000000e+00 |      --      |    Inf 
1397.03/1397.01	c  1397s|860000 |   188 |  7408k|   8.6 |  19M|  93 |   - |1733 |8766 |1733 |1286 |  69 | 637k|  22k| 0.000000e+00 |      --      |    Inf 
1413.43/1413.42	c  1413s|870000 |   187 |  7504k|   8.6 |  19M|  93 |   - |1733 |8080 |1733 |1286 |  69 | 644k|  22k| 0.000000e+00 |      --      |    Inf 
1432.32/1432.34	c  1432s|880000 |   192 |  7630k|   8.7 |  20M|  93 |  52 |1733 |9259 |1733 |1286 |  69 | 653k|  23k| 0.000000e+00 |      --      |    Inf 
1452.63/1452.62	c  1453s|890000 |   203 |  7765k|   8.7 |  21M|  93 |  52 |1733 |  10k|1733 |1286 |  69 | 665k|  23k| 0.000000e+00 |      --      |    Inf 
1472.43/1472.48	c  1472s|900000 |   220 |  7890k|   8.8 |  20M|  93 |  59 |1733 |9246 |1733 |1286 |  69 | 678k|  23k| 0.000000e+00 |      --      |    Inf 
1490.82/1490.85	c  1491s|910000 |   225 |  8005k|   8.8 |  17M|  93 |   - |1733 |5910 |1733 |1286 |  69 | 683k|  23k| 0.000000e+00 |      --      |    Inf 
1509.33/1509.32	c  1509s|920000 |   233 |  8124k|   8.8 |  20M|  93 |   - |1733 |9522 |1733 |1286 |  69 | 691k|  23k| 0.000000e+00 |      --      |    Inf 
1526.73/1526.73	c  1527s|930000 |   223 |  8230k|   8.8 |  18M|  93 |  59 |1733 |7333 |1733 |1286 |  69 | 694k|  24k| 0.000000e+00 |      --      |    Inf 
1545.62/1545.65	c  1546s|940000 |   220 |  8360k|   8.9 |  18M|  93 |   - |1733 |6687 |1733 |1286 |  69 | 701k|  24k| 0.000000e+00 |      --      |    Inf 
1564.33/1564.31	c  1564s|950000 |   196 |  8478k|   8.9 |  17M|  93 |   - |1733 |5984 |1733 |1286 |  69 | 708k|  24k| 0.000000e+00 |      --      |    Inf 
1582.13/1582.12	c  1582s|960000 |   192 |  8587k|   8.9 |  19M|  93 |  59 |1733 |8411 |1733 |1286 |  69 | 716k|  24k| 0.000000e+00 |      --      |    Inf 
1601.23/1601.22	c  1601s|970000 |   212 |  8703k|   9.0 |  20M|  93 |   - |1733 |9531 |1733 |1286 |  69 | 728k|  24k| 0.000000e+00 |      --      |    Inf 
1619.93/1619.97	c  1620s|980000 |   206 |  8818k|   9.0 |  20M|  93 |   - |1733 |9172 |1733 |1286 |  69 | 737k|  24k| 0.000000e+00 |      --      |    Inf 
1640.93/1640.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1640.93/1640.97	c  1641s|990000 |   209 |  8953k|   9.0 |  18M|  93 |   - |1733 |6984 |1733 |1286 |  69 | 750k|  25k| 0.000000e+00 |      --      |    Inf 
1660.83/1660.88	c  1661s|  1000k|   218 |  9084k|   9.1 |  19M|  93 |   - |1733 |7325 |1733 |1286 |  69 | 760k|  25k| 0.000000e+00 |      --      |    Inf 
1680.23/1680.25	c  1680s|  1010k|   263 |  9214k|   9.1 |  18M|  93 |   - |1733 |5871 |1733 |1286 |  69 | 767k|  25k| 0.000000e+00 |      --      |    Inf 
1700.73/1700.71	c  1701s|  1020k|   246 |  9354k|   9.2 |  19M|  93 |   - |1733 |8228 |1733 |1286 |  69 | 779k|  25k| 0.000000e+00 |      --      |    Inf 
1721.33/1721.37	c  1721s|  1030k|   250 |  9493k|   9.2 |  17M|  93 |  74 |1733 |5955 |1733 |1286 |  69 | 791k|  26k| 0.000000e+00 |      --      |    Inf 
1744.03/1744.00	c  1744s|  1040k|   246 |  9623k|   9.2 |  18M|  93 |   - |1733 |6789 |1733 |1286 |  69 | 800k|  27k| 0.000000e+00 |      --      |    Inf 
1765.33/1765.33	c  1765s|  1050k|   273 |  9762k|   9.3 |  19M|  93 |  63 |1733 |7578 |1733 |1286 |  69 | 812k|  27k| 0.000000e+00 |      --      |    Inf 
1786.03/1786.02	c  1786s|  1060k|   289 |  9906k|   9.3 |  20M|  93 |   - |1733 |8651 |1733 |1286 |  69 | 821k|  27k| 0.000000e+00 |      --      |    Inf 
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 1065319
1797.03/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.03/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.03/1797.00	c Gap                : infinite
1797.03/1797.00	s UNKNOWN
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Total Time         :    1797.00
1797.03/1797.00	c   solving          :    1797.00
1797.03/1797.00	c   presolving       :       0.04 (included in solving)
1797.03/1797.00	c   reading          :       0.02 (included in solving)
1797.03/1797.00	c Original Problem   :
1797.03/1797.00	c   Problem name     : HOME/instance-3485813-1307753497.opb
1797.03/1797.00	c   Variables        : 1733 (1733 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 1256 initial, 1256 maximal
1797.03/1797.00	c Presolved Problem  :
1797.03/1797.00	c   Problem name     : t_HOME/instance-3485813-1307753497.opb
1797.03/1797.00	c   Variables        : 1733 (1733 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 1256 initial, 16988 maximal
1797.03/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   linear           :       0.01          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   logicor          :       0.02          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   integral         :          0          0          0     536561          0          1          0        106       1734          0          0    1069936
1797.03/1797.00	c   setppc           :         68          5    2390255          0          1          0   29552183      11607   11562951          0          0          0
1797.03/1797.00	c   linear           :          0+         5        115          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   logicor          :       1188+         5    1330714          0          1          0     450154       3737    9596791          0          0          0
1797.03/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.03/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.00	c   integral         :      79.82       0.00       0.00      79.82       0.00       0.00       0.00
1797.03/1797.00	c   setppc           :      19.55       0.00      12.41       0.00       0.00       0.00       7.13
1797.03/1797.00	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c   logicor          :      62.50       0.00      61.63       0.00       0.00       0.00       0.87
1797.03/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.00	c   vbounds          :          0          0          0          0
1797.03/1797.00	c   rootredcost      :          0          0          0          0
1797.03/1797.00	c   pseudoobj        :          0          0          0          0
1797.03/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.00	c   vbounds          :       0.34       0.34       0.00
1797.03/1797.00	c   rootredcost      :       0.36       0.36       0.00
1797.03/1797.00	c   pseudoobj        :       0.26       0.26       0.00
1797.03/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.00	c   propagation      :       2.38      15344      15320     255394       94.4        100       83.1          -
1797.03/1797.00	c   infeasible LP    :     257.95     518161      96920    3294400      197.8        329       66.7          0
1797.03/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.00	c   applied globally :          -          -          -     831071       91.5          -          -          -
1797.03/1797.00	c   applied locally  :          -          -          -          3      324.3          -          -          -
1797.03/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.00	c   cut pool         :       0.00          4          -          -          1          -    (maximal pool size: 213)
1797.03/1797.00	c   redcost          :      13.29     535165          0          0          0          0
1797.03/1797.00	c   impliedbounds    :       0.00          5          0          0          0          0
1797.03/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.00	c   gomory           :       0.14          5          0          0       2217          0
1797.03/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.00	c   strongcg         :       0.27          5          0          0       2218          0
1797.03/1797.00	c   cmir             :       0.00          0          0          0          0          0
1797.03/1797.00	c   flowcover        :       0.00          0          0          0          0          0
1797.03/1797.00	c   clique           :       0.01          5          0          0          0          0
1797.03/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.00	c   rapidlearning    :       0.05          1          0          0          0         29
1797.03/1797.00	c Pricers            :       Time      Calls       Vars
1797.03/1797.00	c   problem variables:       0.00          0          0
1797.03/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   relpscost        :      79.44     536561        106       1734          0          0    1069936
1797.03/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.03/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.00	c   LP solutions     :       0.00          -          0
1797.03/1797.00	c   pseudo solutions :       0.00          -          0
1797.03/1797.00	c   trivial          :       0.00          1          0
1797.03/1797.00	c   shiftandpropagate:       0.00          0          0
1797.03/1797.00	c   simplerounding   :       0.00          0          0
1797.03/1797.00	c   zirounding       :       0.00          0          0
1797.03/1797.00	c   rounding         :       0.00          0          0
1797.03/1797.00	c   shifting         :       0.00          0          0
1797.03/1797.00	c   intshifting      :       0.00          0          0
1797.03/1797.00	c   oneopt           :       0.00          0          0
1797.03/1797.00	c   twoopt           :       0.00          0          0
1797.03/1797.00	c   fixandinfer      :       0.00          0          0
1797.03/1797.00	c   feaspump         :       0.00          0          0
1797.03/1797.00	c   clique           :       0.00          0          0
1797.03/1797.00	c   coefdiving       :       0.00          0          0
1797.03/1797.00	c   pscostdiving     :       0.00          0          0
1797.03/1797.00	c   fracdiving       :       0.00          0          0
1797.03/1797.00	c   veclendiving     :       0.00          0          0
1797.03/1797.00	c   intdiving        :       0.00          0          0
1797.03/1797.00	c   actconsdiving    :       0.00          0          0
1797.03/1797.00	c   objpscostdiving  :       0.00          0          0
1797.03/1797.00	c   rootsoldiving    :       0.00          0          0
1797.03/1797.00	c   linesearchdiving :       0.00          0          0
1797.03/1797.00	c   guideddiving     :       0.00          0          0
1797.03/1797.00	c   octane           :       0.00          0          0
1797.03/1797.00	c   rens             :       0.00          0          0
1797.03/1797.00	c   rins             :       0.00          0          0
1797.03/1797.00	c   localbranching   :       0.00          0          0
1797.03/1797.00	c   mutation         :       0.00          0          0
1797.03/1797.00	c   crossover        :       0.00          0          0
1797.03/1797.00	c   dins             :       0.00          0          0
1797.03/1797.00	c   vbounds          :       0.00          0          0
1797.03/1797.00	c   undercover       :       0.00          0          0
1797.03/1797.00	c   subnlp           :       0.00          0          0
1797.03/1797.00	c   trysol           :       0.00          0          0
1797.03/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.03/1797.00	c   dual LP          :    1110.34    1048823    9975628       9.51    8984.29
1797.03/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1797.03/1797.00	c   strong branching :      71.22      27693     505808      18.26    7101.87
1797.03/1797.00	c     (at root node) :          -         27       4577     169.52          -
1797.03/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.00	c B&B Tree           :
1797.03/1797.00	c   number of runs   :          1
1797.03/1797.00	c   nodes            :    1065319
1797.03/1797.00	c   nodes (total)    :    1065319
1797.03/1797.00	c   nodes left       :        283
1797.03/1797.00	c   max depth        :         93
1797.03/1797.00	c   max depth (total):         93
1797.03/1797.00	c   backtracks       :     202691 (19.0%)
1797.03/1797.00	c   delayed cutoffs  :       4337
1797.03/1797.00	c   repropagations   :     238316 (1358052 domain reductions, 3261 cutoffs)
1797.03/1797.00	c   avg switch length:       3.06
1797.03/1797.00	c   switching time   :      79.78
1797.03/1797.00	c Solution           :
1797.03/1797.00	c   Solutions found  :          0 (0 improvements)
1797.03/1797.00	c   Primal Bound     :          -
1797.03/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.03/1797.00	c   Gap              :   infinite
1797.03/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.03/1797.00	c   Root Iterations  :       3625
1797.03/1797.02	c Time complete: 1797.06.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.01 1.91 2/177 3031
/proc/meminfo: memFree=30869668/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=9844 CPUtime=0 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 1443 0 0 0 0 0 0 0 25 0 1 0 965580396 10080256 1397 33554432000 4194304 8979876 140735057720864 18446744073709551615 7790312 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3031/statm: 2461 1401 363 1169 0 1288 0

[startup+0.0144201 s]
/proc/loadavg: 2.05 2.01 1.91 2/177 3031
/proc/meminfo: memFree=30869668/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=12084 CPUtime=0.01 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 2008 0 0 0 1 0 0 0 25 0 1 0 965580396 12374016 1962 33554432000 4194304 8979876 140735057720864 18446744073709551615 7893696 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3031/statm: 3021 1962 363 1169 0 1848 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12084

[startup+0.100406 s]
/proc/loadavg: 2.05 2.01 1.91 2/177 3031
/proc/meminfo: memFree=30869668/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=32036 CPUtime=0.09 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 7147 0 0 0 9 0 0 0 18 0 1 0 965580396 32804864 6809 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 8009 6809 609 1169 0 6836 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32036

[startup+0.30037 s]
/proc/loadavg: 2.05 2.01 1.91 2/177 3031
/proc/meminfo: memFree=30869668/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=55296 CPUtime=0.29 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 13322 0 0 0 28 1 0 0 18 0 1 0 965580396 56623104 12514 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 13824 12514 680 1169 0 12651 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55296

[startup+0.700313 s]
/proc/loadavg: 2.05 2.01 1.91 2/177 3031
/proc/meminfo: memFree=30869668/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=55296 CPUtime=0.69 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 13412 0 0 0 68 1 0 0 18 0 1 0 965580396 56623104 12591 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 13824 12591 668 1169 0 12651 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55296

[startup+1.50017 s]
/proc/loadavg: 2.05 2.01 1.91 3/178 3032
/proc/meminfo: memFree=30822192/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=55296 CPUtime=1.49 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 13414 0 0 0 144 5 0 0 19 0 1 0 965580396 56623104 12593 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 13824 12593 670 1169 0 12651 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55296

[startup+3.10089 s]
/proc/loadavg: 2.05 2.01 1.91 3/178 3032
/proc/meminfo: memFree=30821356/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=55296 CPUtime=3.09 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 13416 0 0 0 299 10 0 0 25 0 1 0 965580396 56623104 12595 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 13824 12595 672 1169 0 12651 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55296

[startup+6.30033 s]
/proc/loadavg: 2.04 2.01 1.91 3/178 3032
/proc/meminfo: memFree=30821008/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=55296 CPUtime=6.29 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 13416 0 0 0 607 22 0 0 25 0 1 0 965580396 56623104 12595 33554432000 4194304 8979876 140735057720864 18446744073709551615 7118578 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 13824 12595 672 1169 0 12651 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55296

[startup+12.7002 s]
/proc/loadavg: 2.04 2.01 1.91 3/178 3032
/proc/meminfo: memFree=30820916/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=55296 CPUtime=12.69 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 13416 0 0 0 1223 46 0 0 25 0 1 0 965580396 56623104 12595 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 13824 12595 672 1169 0 12651 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55296

[startup+25.501 s]
/proc/loadavg: 2.03 2.01 1.91 3/178 3033
/proc/meminfo: memFree=30820968/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=55296 CPUtime=25.49 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 13422 0 0 0 2457 92 0 0 25 0 1 0 965580396 56623104 12601 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 13824 12601 675 1169 0 12651 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55296

[startup+51.1005 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 3033
/proc/meminfo: memFree=30820004/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=55296 CPUtime=51.09 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 13675 0 0 0 4919 190 0 0 25 0 1 0 965580396 56623104 12854 33554432000 4194304 8979876 140735057720864 18446744073709551615 7179154 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 13824 12854 675 1169 0 12651 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55296

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 3035
/proc/meminfo: memFree=30817476/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=57080 CPUtime=102.3 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 14096 0 0 0 9851 379 0 0 25 0 1 0 965580396 58449920 13275 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 14270 13275 675 1169 0 13097 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 57080

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 3036
/proc/meminfo: memFree=30814824/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=59284 CPUtime=162.29 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 14692 0 0 0 15646 583 0 0 25 0 1 0 965580396 60706816 13865 33554432000 4194304 8979876 140735057720864 18446744073709551615 4291184 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 14821 13865 675 1169 0 13648 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 59284

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 3038
/proc/meminfo: memFree=30810944/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=63468 CPUtime=222.3 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 15700 0 0 0 21456 774 0 0 25 0 1 0 965580396 64991232 14873 33554432000 4194304 8979876 140735057720864 18446744073709551615 4971360 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 15867 14873 675 1169 0 14694 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 63468

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 3039
/proc/meminfo: memFree=30810016/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=63892 CPUtime=282.3 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 15836 0 0 0 27274 956 0 0 25 0 1 0 965580396 65425408 15009 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 15973 15009 675 1169 0 14800 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 63892

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 3120
/proc/meminfo: memFree=31735804/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=64484 CPUtime=342.3 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 15971 0 0 0 33100 1130 0 0 25 0 1 0 965580396 66031616 15144 33554432000 4194304 8979876 140735057720864 18446744073709551615 6742254 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 16121 15144 675 1169 0 14948 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 64484

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 3210
/proc/meminfo: memFree=31186708/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=64784 CPUtime=402.3 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 16053 0 0 0 38951 1279 0 0 25 0 1 0 965580396 66338816 15226 33554432000 4194304 8979876 140735057720864 18446744073709551615 5381791 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 16196 15226 675 1169 0 15023 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 64784

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 3211
/proc/meminfo: memFree=31180372/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=65200 CPUtime=462.3 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 16151 0 0 0 44808 1422 0 0 25 0 1 0 965580396 66764800 15324 33554432000 4194304 8979876 140735057720864 18446744073709551615 7068240 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 16300 15324 675 1169 0 15127 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 65200

[startup+522.301 s]
/proc/loadavg: 2.07 2.02 1.92 3/178 3213
/proc/meminfo: memFree=31167276/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=65992 CPUtime=522.31 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 16352 0 0 0 50651 1580 0 0 25 0 1 0 965580396 67575808 15524 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 16498 15524 675 1169 0 15325 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 65992

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/178 3223
/proc/meminfo: memFree=31161860/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=71052 CPUtime=582.31 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 17598 0 0 0 56475 1756 0 0 25 0 1 0 965580396 72757248 16761 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 17763 16761 675 1169 0 16590 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 71052

[startup+642.301 s]

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

/proc/meminfo: memFree=31150408/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=75388 CPUtime=1122.32 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 18714 0 0 0 109173 3059 0 0 25 0 1 0 965580396 77197312 17877 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 18847 17877 675 1169 0 17674 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 75388

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 3239
/proc/meminfo: memFree=31150496/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=75388 CPUtime=1182.32 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 18719 0 0 0 115043 3189 0 0 25 0 1 0 965580396 77197312 17882 33554432000 4194304 8979876 140735057720864 18446744073709551615 4290364 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 18847 17882 675 1169 0 17674 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 75388

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 3241
/proc/meminfo: memFree=31150564/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=75388 CPUtime=1242.32 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 18722 0 0 0 120905 3327 0 0 25 0 1 0 965580396 77197312 17885 33554432000 4194304 8979876 140735057720864 18446744073709551615 7047486 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 18847 17885 675 1169 0 17674 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 75388

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 3243
/proc/meminfo: memFree=31150128/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=75656 CPUtime=1302.32 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 18754 0 0 0 126771 3461 0 0 25 0 1 0 965580396 77471744 17917 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 18914 17917 675 1169 0 17741 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 75656

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 3247
/proc/meminfo: memFree=31149836/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=75800 CPUtime=1362.32 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 18807 0 0 0 132631 3601 0 0 25 0 1 0 965580396 77619200 17970 33554432000 4194304 8979876 140735057720864 18446744073709551615 7068536 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 18950 17970 675 1169 0 17777 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 75800

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 3250
/proc/meminfo: memFree=31144316/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=76132 CPUtime=1422.33 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 18894 0 0 0 138468 3765 0 0 25 0 1 0 965580396 77959168 18057 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 19033 18057 675 1169 0 17860 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 76132

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 3251
/proc/meminfo: memFree=31140184/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=77692 CPUtime=1482.32 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 19268 0 0 0 144306 3926 0 0 25 0 1 0 965580396 79556608 18431 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 19423 18431 675 1169 0 18250 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 77692

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 3254
/proc/meminfo: memFree=31135796/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=77840 CPUtime=1542.33 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 19328 0 0 0 150138 4095 0 0 25 0 1 0 965580396 79708160 18491 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 19460 18491 675 1169 0 18287 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 77840

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 3256
/proc/meminfo: memFree=31134744/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=78760 CPUtime=1602.33 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 19539 0 0 0 155978 4255 0 0 25 0 1 0 965580396 80650240 18702 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 19690 18702 675 1169 0 18517 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 78760

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/178 3257
/proc/meminfo: memFree=31133836/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=79468 CPUtime=1662.33 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 19735 0 0 0 161825 4408 0 0 25 0 1 0 965580396 81375232 18898 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 19867 18898 675 1169 0 18694 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 79468

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 3259
/proc/meminfo: memFree=31133800/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=79608 CPUtime=1722.34 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 19752 0 0 0 167667 4567 0 0 25 0 1 0 965580396 81518592 18915 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 19902 18915 675 1169 0 18729 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 79608

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 3260
/proc/meminfo: memFree=31127184/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=79928 CPUtime=1782.33 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 19855 0 0 0 173493 4740 0 0 25 0 1 0 965580396 81846272 19018 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 19982 19018 675 1169 0 18809 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 79928

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 3261
/proc/meminfo: memFree=31127300/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=79928 CPUtime=1785.54 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 19855 0 0 0 173806 4748 0 0 25 0 1 0 965580396 81846272 19018 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 19982 19018 675 1169 0 18809 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 79928

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 3261
/proc/meminfo: memFree=31126920/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=80492 CPUtime=1791.94 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 19971 0 0 0 174429 4765 0 0 25 0 1 0 965580396 82423808 19134 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 20123 19134 675 1169 0 18950 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 80492

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 3261
/proc/meminfo: memFree=31126052/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=81248 CPUtime=1795.14 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 20151 0 0 0 174741 4773 0 0 25 0 1 0 965580396 83197952 19314 33554432000 4194304 8979876 140735057720864 18446744073709551615 18446744073699065939 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 20312 19314 675 1169 0 19139 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 81248

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 3261
/proc/meminfo: memFree=31126052/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=81412 CPUtime=1795.93 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 20214 0 0 0 174818 4775 0 0 25 0 1 0 965580396 83365888 19377 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 20353 19377 675 1169 0 19180 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (KiB) 81412

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 3261
/proc/meminfo: memFree=31125680/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=81708 CPUtime=1796.74 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 20276 0 0 0 174897 4777 0 0 25 0 1 0 965580396 83668992 19439 33554432000 4194304 8979876 140735057720864 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 20427 19439 675 1169 0 19254 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 81708

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 3261
/proc/meminfo: memFree=31125680/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=81708 CPUtime=1796.93 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 20276 0 0 0 174916 4777 0 0 25 0 1 0 965580396 83668992 19439 33554432000 4194304 8979876 140735057720864 18446744073709551615 7179628 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 20427 19439 675 1169 0 19254 0
Current children cumulated CPU time (s) 1796.93
Current children cumulated vsize (KiB) 81708

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 3261
/proc/meminfo: memFree=31125680/32951124 swapFree=67054712/67111528
[pid=3031] ppid=3029 vsize=81708 CPUtime=1797.03 cores=1,3,5,7
/proc/3031/stat : 3031 (scip-2.0.1.4_2.) R 3029 3031 2200 0 -1 4202496 20277 0 0 0 174926 4777 0 0 25 0 1 0 965580396 83668992 19440 33554432000 4194304 8979876 140735057720864 18446744073709551615 4291382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3031/statm: 20427 19440 676 1169 0 19254 0
Current children cumulated CPU time (s) 1797.03
Current children cumulated vsize (KiB) 81708

Child status: 0
Real time (s): 1797.03
CPU time (s): 1797.07
CPU user time (s): 1749.28
CPU system time (s): 47.7847
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 81708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1749.28
system time used= 47.7847
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20285
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= 10
involuntary context switches= 4131

runsolver used 2.40963 second user time and 5.80612 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-11 02:51:37
IDJOB=3485813
IDBENCH=1392
IDSOLVER=1977
FILE ID=node119/3485813-1307753497
RUNJOBID= node119-1307750177-2219
PBS_JOBID= 13550843
Free space on /tmp= 74048 MiB

SOLVER NAME= SCIP spx 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.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485813-1307753497/watcher-3485813-1307753497 -o /tmp/evaluation-result-3485813-1307753497/solver-3485813-1307753497 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485813-1307753497.opb -t 1800 -m 15500

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

MD5SUM BENCH= d807de21f10c00acae1479f7b1348df5
RANDOM SEED=556846433

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30870468 kB
Buffers:        228696 kB
Cached:         658016 kB
SwapCached:      11012 kB
Active:        1437852 kB
Inactive:       427092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30870468 kB
SwapTotal:    67111528 kB
SwapFree:     67054712 kB
Dirty:           16996 kB
Writeback:           0 kB
AnonPages:      975200 kB
Mapped:          15832 kB
Slab:           149736 kB
PageTables:       6852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1200304 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74036 MiB
End job on node119 at 2011-06-11 03:21:35