Trace number 3452780

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4SAT 699.221 699.207

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army10.14ls.opb
MD5SUM8999d4ddd4825a5d620fe0a3c798bc24
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.417936
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables316
Total number of constraints476
Number of constraints which are clauses274
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint2
Maximum length of a constraint100
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 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
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.4]
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-3452780-1307067097.opb>
0.00/0.00	c original problem has 316 variables (316 bin, 0 int, 0 impl, 0 cont) and 476 constraints
0.00/0.00	c problem read
0.00/0.00	c No objective function, only one solution is needed.
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 476 upgd conss, 348 impls, 0 clqs
0.00/0.02	c (round 2) 8 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 476 upgd conss, 9460 impls, 0 clqs
0.00/0.02	c (round 3) 8 del vars, 8 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 476 upgd conss, 9460 impls, 0 clqs
0.00/0.02	c (round 4) 8 del vars, 12 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 476 upgd conss, 9460 impls, 0 clqs
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  8 deleted vars, 12 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  9460 implications, 0 cliques
0.00/0.02	c presolved problem has 308 variables (308 bin, 0 int, 0 impl, 0 cont) and 464 constraints
0.00/0.02	c     202 constraints of type <knapsack>
0.00/0.02	c     154 constraints of type <setppc>
0.00/0.02	c     108 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.02
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 2.0.1.4
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 13950
0.00/0.02	c 
0.00/0.02	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c limits/solutions = 1
0.00/0.02	c 
0.00/0.02	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.02	c separating/maxrounds = 1
0.00/0.02	c 
0.00/0.02	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/maxroundsroot = 5
0.00/0.02	c 
0.00/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
0.00/0.02	c 
0.00/0.02	c # belongs reading time to solving time?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c timing/reading = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/indicator/addCouplingCons = TRUE
0.00/0.02	c 
0.00/0.02	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.02	c constraints/knapsack/disaggregation = FALSE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c presolving/probing/maxrounds = 0
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/coefdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.02	c heuristics/crossover/freq = -1
0.00/0.02	c 
0.00/0.02	c # number of nodes added to the contingent of the total nodes
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.02	c heuristics/crossover/nodesofs = 750
0.00/0.02	c 
0.00/0.02	c # number of nodes without incumbent change that heuristic should wait
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.02	c heuristics/crossover/nwaitingnodes = 100
0.00/0.02	c 
0.00/0.02	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.02	c # [type: real, range: [0,1], default: 0.1]
0.00/0.02	c heuristics/crossover/nodesquot = 0.15
0.00/0.02	c 
0.00/0.02	c # minimum percentage of integer variables that have to be fixed 
0.00/0.02	c # [type: real, range: [0,1], default: 0.666]
0.00/0.02	c heuristics/crossover/minfixingrate = 0.5
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/feaspump/freq = -1
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/fracdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/guideddiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/intshifting/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/linesearchdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/objpscostdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.02	c # [type: real, range: [0,1], default: 0.01]
0.00/0.02	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/oneopt/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/pscostdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/rens/freq = -1
0.00/0.02	c 
0.00/0.02	c # minimum percentage of integer variables that have to be fixable 
0.00/0.02	c # [type: real, range: [0,1], default: 0.5]
0.00/0.02	c heuristics/rens/minfixingrate = 0.3
0.00/0.02	c 
0.00/0.02	c # number of nodes added to the contingent of the total nodes
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.02	c heuristics/rens/nodesofs = 2000
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/rootsoldiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.02	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/rounding/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/shiftandpropagate/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/shifting/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/simplerounding/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/subnlp/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/trivial/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/trysol/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/undercover/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/veclendiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/zirounding/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c separating/cmir/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c separating/flowcover/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.03	c   0.0s|     1 |     0 |   151 |     - |1972k|   0 |  80 | 308 | 464 | 308 | 464 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.11/0.12	c   0.1s|     1 |     0 |   870 |     - |2872k|   0 | 136 | 308 | 467 | 308 | 738 | 274 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |  1089 |     - |4245k|   0 | 183 | 308 | 467 | 308 | 900 | 436 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.33	c   0.3s|     1 |     0 |  1140 |     - |6500k|   0 | 192 | 308 | 467 | 308 | 967 | 503 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |  1215 |     - |8019k|   0 | 190 | 308 | 467 | 308 | 968 | 504 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.53	c   0.5s|     1 |     0 |  1225 |     - |9898k|   0 | 191 | 308 | 467 | 308 | 990 | 526 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.76	c   0.8s|     1 |     2 |  1225 |     - |9898k|   0 | 191 | 308 | 467 | 308 | 990 | 526 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
8.39/8.45	c   8.4s| 10000 |    55 | 80404 |   7.9 |  10M|  35 |  24 | 308 | 908 | 308 | 610 | 526 | 673 |2086 | 0.000000e+00 |      --      |    Inf 
13.20/13.29	c  13.3s| 20000 |    56 |154367 |   7.7 |  10M|  46 |  19 | 308 |1177 | 308 | 610 | 526 |1307 |2120 | 0.000000e+00 |      --      |    Inf 
19.09/19.17	c  19.2s| 30000 |    55 |239575 |   7.9 |  10M|  46 |   - | 308 |1454 |   0 |   0 | 526 |1926 |2542 | 0.000000e+00 |      --      |    Inf 
24.79/24.80	c  24.8s| 40000 |    54 |321739 |   8.0 |  10M|  46 |  32 | 308 |1645 | 308 | 610 | 526 |2406 |2894 | 0.000000e+00 |      --      |    Inf 
30.91/30.95	c  31.0s| 50000 |    76 |407988 |   8.1 |  10M|  46 |  31 | 308 |1569 | 308 | 610 | 526 |2974 |3433 | 0.000000e+00 |      --      |    Inf 
36.99/37.04	c  37.0s| 60000 |    80 |495525 |   8.2 |  10M|  46 |  23 | 308 |1671 | 308 | 610 | 526 |3471 |3889 | 0.000000e+00 |      --      |    Inf 
42.50/42.52	c  42.5s| 70000 |    92 |575047 |   8.2 |  10M|  46 |   - | 308 |1812 |   0 |   0 | 526 |4019 |4211 | 0.000000e+00 |      --      |    Inf 
48.00/48.09	c  48.1s| 80000 |    96 |657246 |   8.2 |  10M|  51 |  21 | 308 |1725 | 308 | 610 | 526 |4587 |4490 | 0.000000e+00 |      --      |    Inf 
52.69/52.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.69/52.74	c  52.7s| 90000 |   105 |724029 |   8.0 |  11M|  51 |  26 | 308 |1964 | 308 | 610 | 526 |5249 |4665 | 0.000000e+00 |      --      |    Inf 
57.59/57.61	c  57.6s|100000 |   105 |793257 |   7.9 |  11M|  51 |  39 | 308 |2105 | 308 | 610 | 526 |5878 |4880 | 0.000000e+00 |      --      |    Inf 
63.59/63.63	c  63.6s|110000 |   114 |882011 |   8.0 |  11M|  51 |   - | 308 |2110 |   0 |   0 | 526 |6326 |5220 | 0.000000e+00 |      --      |    Inf 
69.69/69.76	c  69.8s|120000 |    94 |974706 |   8.1 |  11M|  51 |   - | 308 |2134 |   0 |   0 | 526 |6750 |5498 | 0.000000e+00 |      --      |    Inf 
75.09/75.10	c  75.1s|130000 |    96 |  1052k|   8.1 |  11M|  51 |   - | 308 |2143 |   0 |   0 | 526 |7318 |5688 | 0.000000e+00 |      --      |    Inf 
81.19/81.22	c  81.2s|140000 |   118 |  1144k|   8.2 |  11M|  51 |  33 | 308 |2381 | 308 | 610 | 526 |7949 |5953 | 0.000000e+00 |      --      |    Inf 
87.19/87.29	c  87.3s|150000 |   105 |  1235k|   8.2 |  11M|  51 |  19 | 308 |2055 | 308 | 610 | 526 |8600 |6221 | 0.000000e+00 |      --      |    Inf 
92.89/92.98	c  93.0s|160000 |   100 |  1321k|   8.3 |  11M|  51 |  21 | 308 |2037 | 308 | 610 | 526 |9255 |6417 | 0.000000e+00 |      --      |    Inf 
97.69/97.70	c  97.7s|170000 |    99 |  1390k|   8.2 |  11M|  51 |  27 | 308 |2251 | 308 | 610 | 526 |9871 |6504 | 0.000000e+00 |      --      |    Inf 
102.70/102.75	c   103s|180000 |   109 |  1465k|   8.1 |  11M|  51 |   - | 308 |2533 |   0 |   0 | 526 |  10k|6638 | 0.000000e+00 |      --      |    Inf 
107.70/107.79	c   108s|190000 |   102 |  1540k|   8.1 |  11M|  51 |   - | 308 |2557 |   0 |   0 | 526 |  11k|6767 | 0.000000e+00 |      --      |    Inf 
113.50/113.52	c   114s|200000 |    92 |  1623k|   8.1 |  11M|  51 |   - | 308 |2402 |   0 |   0 | 526 |  11k|7063 | 0.000000e+00 |      --      |    Inf 
119.59/119.67	c   120s|210000 |    96 |  1714k|   8.2 |  11M|  51 |   - | 308 |2225 |   0 |   0 | 526 |  12k|7307 | 0.000000e+00 |      --      |    Inf 
125.51/125.55	c   126s|220000 |    83 |  1803k|   8.2 |  11M|  51 |   - | 308 |2256 | 308 | 610 | 526 |  12k|7521 | 0.000000e+00 |      --      |    Inf 
130.69/130.74	c   131s|230000 |    99 |  1883k|   8.2 |  11M|  51 |   - | 308 |2472 |   0 |   0 | 526 |  13k|7612 | 0.000000e+00 |      --      |    Inf 
135.79/135.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.79/135.86	c   136s|240000 |   101 |  1959k|   8.2 |  11M|  51 |  30 | 308 |2648 | 308 | 610 | 526 |  13k|7749 | 0.000000e+00 |      --      |    Inf 
140.70/140.79	c   141s|250000 |    99 |  2033k|   8.1 |  11M|  51 |  41 | 308 |2871 | 308 | 610 | 526 |  14k|7825 | 0.000000e+00 |      --      |    Inf 
145.80/145.81	c   146s|260000 |    98 |  2107k|   8.1 |  11M|  55 |   - | 308 |2698 |   0 |   0 | 526 |  14k|7972 | 0.000000e+00 |      --      |    Inf 
151.00/151.05	c   151s|270000 |    98 |  2188k|   8.1 |  11M|  55 |  30 | 308 |2824 | 308 | 610 | 526 |  15k|8047 | 0.000000e+00 |      --      |    Inf 
156.19/156.29	c   156s|280000 |   125 |  2265k|   8.1 |  11M|  55 |  29 | 308 |3011 | 308 | 610 | 526 |  16k|8184 | 0.000000e+00 |      --      |    Inf 
161.39/161.48	c   161s|290000 |   101 |  2343k|   8.1 |  11M|  56 |   - | 308 |2886 |   0 |   0 | 526 |  16k|8262 | 0.000000e+00 |      --      |    Inf 
166.99/167.03	c   167s|300000 |    98 |  2429k|   8.1 |  11M|  56 |   - | 308 |2922 |   0 |   0 | 526 |  17k|8408 | 0.000000e+00 |      --      |    Inf 
172.40/172.44	c   172s|310000 |   108 |  2511k|   8.1 |  11M|  60 |  27 | 308 |2995 | 308 | 610 | 526 |  17k|8505 | 0.000000e+00 |      --      |    Inf 
177.99/178.08	c   178s|320000 |    90 |  2596k|   8.1 |  11M|  60 |  41 | 308 |2918 | 308 | 610 | 526 |  18k|8686 | 0.000000e+00 |      --      |    Inf 
182.99/183.02	c   183s|330000 |   109 |  2669k|   8.1 |  11M|  60 |  27 | 308 |2663 | 308 | 610 | 526 |  18k|8773 | 0.000000e+00 |      --      |    Inf 
187.89/187.99	c   188s|340000 |   101 |  2741k|   8.1 |  11M|  60 |  37 | 308 |2910 | 308 | 610 | 526 |  19k|8881 | 0.000000e+00 |      --      |    Inf 
193.09/193.18	c   193s|350000 |    97 |  2817k|   8.0 |  11M|  60 |   - | 308 |2946 | 308 | 610 | 526 |  19k|8995 | 0.000000e+00 |      --      |    Inf 
197.90/197.98	c   198s|360000 |    94 |  2886k|   8.0 |  11M|  60 |   - | 308 |2909 |   0 |   0 | 526 |  20k|9075 | 0.000000e+00 |      --      |    Inf 
204.40/204.43	c   204s|370000 |    84 |  2974k|   8.0 |  11M|  60 |  33 | 308 |2775 | 308 | 610 | 526 |  21k|9785 | 0.000000e+00 |      --      |    Inf 
209.50/209.59	c   210s|380000 |   114 |  3052k|   8.0 |  11M|  60 |  24 | 308 |2535 | 308 | 610 | 526 |  21k|9880 | 0.000000e+00 |      --      |    Inf 
214.39/214.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.39/214.44	c   214s|390000 |    95 |  3126k|   8.0 |  11M|  60 |  29 | 308 |2606 | 308 | 610 | 526 |  22k|9891 | 0.000000e+00 |      --      |    Inf 
219.39/219.46	c   219s|400000 |    91 |  3203k|   8.0 |  11M|  60 |   - | 308 |2677 |   0 |   0 | 526 |  22k|9899 | 0.000000e+00 |      --      |    Inf 
224.60/224.64	c   225s|410000 |    92 |  3281k|   8.0 |  11M|  60 |   - | 308 |2638 |   0 |   0 | 526 |  23k|9963 | 0.000000e+00 |      --      |    Inf 
229.69/229.74	c   230s|420000 |    85 |  3358k|   8.0 |  11M|  60 |   - | 308 |2749 |   0 |   0 | 526 |  23k|  10k| 0.000000e+00 |      --      |    Inf 
235.60/235.62	c   236s|430000 |    86 |  3442k|   8.0 |  11M|  60 |   - | 308 |2800 | 308 | 610 | 526 |  24k|  10k| 0.000000e+00 |      --      |    Inf 
241.70/241.75	c   242s|440000 |    79 |  3536k|   8.0 |  11M|  60 |   - | 308 |2809 | 308 | 610 | 526 |  25k|  10k| 0.000000e+00 |      --      |    Inf 
247.62/247.69	c   248s|450000 |    90 |  3627k|   8.1 |  11M|  60 |  31 | 308 |2922 | 308 | 610 | 526 |  25k|  10k| 0.000000e+00 |      --      |    Inf 
253.59/253.60	c   254s|460000 |    87 |  3718k|   8.1 |  11M|  60 |   - | 308 |2924 | 308 | 610 | 526 |  26k|  10k| 0.000000e+00 |      --      |    Inf 
258.70/258.71	c   259s|470000 |    93 |  3794k|   8.1 |  11M|  60 |  22 | 308 |3065 | 308 | 610 | 526 |  26k|  10k| 0.000000e+00 |      --      |    Inf 
264.50/264.57	c   265s|480000 |   108 |  3882k|   8.1 |  11M|  60 |   - | 308 |3050 | 308 | 610 | 526 |  27k|  10k| 0.000000e+00 |      --      |    Inf 
270.90/270.92	c   271s|490000 |    83 |  3980k|   8.1 |  11M|  60 |  28 | 308 |3017 | 308 | 610 | 526 |  27k|  11k| 0.000000e+00 |      --      |    Inf 
276.21/276.26	c   276s|500000 |    82 |  4059k|   8.1 |  11M|  60 |  15 | 308 |3083 | 308 | 610 | 526 |  27k|  11k| 0.000000e+00 |      --      |    Inf 
281.09/281.17	c   281s|510000 |    95 |  4130k|   8.1 |  11M|  60 |   - | 308 |3406 |   0 |   0 | 526 |  28k|  11k| 0.000000e+00 |      --      |    Inf 
286.39/286.41	c   286s|520000 |    92 |  4209k|   8.1 |  11M|  60 |   - | 308 |3594 | 308 | 610 | 526 |  29k|  11k| 0.000000e+00 |      --      |    Inf 
291.61/291.63	c   292s|530000 |    87 |  4282k|   8.1 |  11M|  60 |   - | 308 |3442 |   0 |   0 | 526 |  29k|  11k| 0.000000e+00 |      --      |    Inf 
296.40/296.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
296.40/296.49	c   296s|540000 |    96 |  4352k|   8.1 |  11M|  60 |  29 | 308 |3580 | 308 | 610 | 526 |  30k|  11k| 0.000000e+00 |      --      |    Inf 
301.60/301.64	c   302s|550000 |    79 |  4425k|   8.0 |  11M|  60 |  28 | 308 |3208 | 308 | 610 | 526 |  30k|  11k| 0.000000e+00 |      --      |    Inf 
307.02/307.06	c   307s|560000 |    83 |  4505k|   8.0 |  11M|  60 |  41 | 308 |3439 | 308 | 610 | 526 |  31k|  11k| 0.000000e+00 |      --      |    Inf 
312.51/312.53	c   313s|570000 |    80 |  4587k|   8.0 |  11M|  60 |  32 | 308 |3609 | 308 | 610 | 526 |  31k|  11k| 0.000000e+00 |      --      |    Inf 
318.19/318.24	c   318s|580000 |    84 |  4671k|   8.1 |  11M|  60 |  28 | 308 |3572 | 308 | 610 | 526 |  32k|  12k| 0.000000e+00 |      --      |    Inf 
323.52/323.59	c   324s|590000 |    94 |  4751k|   8.1 |  11M|  60 |   - | 308 |3418 |   0 |   0 | 526 |  32k|  12k| 0.000000e+00 |      --      |    Inf 
328.70/328.72	c   329s|600000 |    99 |  4827k|   8.0 |  12M|  60 |  31 | 308 |3714 | 308 | 610 | 526 |  33k|  12k| 0.000000e+00 |      --      |    Inf 
333.89/333.99	c   334s|610000 |   103 |  4907k|   8.0 |  12M|  60 |   - | 308 |3821 |   0 |   0 | 526 |  34k|  12k| 0.000000e+00 |      --      |    Inf 
339.70/339.76	c   340s|620000 |    97 |  4997k|   8.1 |  12M|  60 |   - | 308 |3690 |   0 |   0 | 526 |  34k|  12k| 0.000000e+00 |      --      |    Inf 
345.10/345.10	c   345s|630000 |    93 |  5078k|   8.1 |  12M|  60 |  29 | 308 |3870 | 308 | 610 | 526 |  35k|  12k| 0.000000e+00 |      --      |    Inf 
350.50/350.50	c   351s|640000 |   101 |  5158k|   8.1 |  12M|  60 |   - | 308 |3861 |   0 |   0 | 526 |  35k|  12k| 0.000000e+00 |      --      |    Inf 
355.60/355.69	c   356s|650000 |    91 |  5235k|   8.1 |  12M|  60 |   - | 308 |3936 | 308 | 610 | 526 |  36k|  12k| 0.000000e+00 |      --      |    Inf 
360.81/360.85	c   361s|660000 |   112 |  5312k|   8.0 |  12M|  60 |   - | 308 |4157 | 308 | 610 | 526 |  36k|  12k| 0.000000e+00 |      --      |    Inf 
366.00/366.05	c   366s|670000 |   118 |  5389k|   8.0 |  12M|  60 |   - | 308 |4385 |   0 |   0 | 526 |  37k|  12k| 0.000000e+00 |      --      |    Inf 
371.00/371.02	c   371s|680000 |   115 |  5463k|   8.0 |  12M|  60 |   - | 308 |4487 |   0 |   0 | 526 |  38k|  12k| 0.000000e+00 |      --      |    Inf 
376.20/376.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
376.20/376.23	c   376s|690000 |   134 |  5541k|   8.0 |  12M|  60 |   - | 308 |4679 |   0 |   0 | 526 |  38k|  12k| 0.000000e+00 |      --      |    Inf 
381.50/381.56	c   382s|700000 |   148 |  5619k|   8.0 |  12M|  60 |  27 | 308 |4668 | 308 | 610 | 526 |  39k|  12k| 0.000000e+00 |      --      |    Inf 
386.90/386.90	c   387s|710000 |   132 |  5698k|   8.0 |  12M|  62 |   - | 308 |4668 |   0 |   0 | 526 |  39k|  13k| 0.000000e+00 |      --      |    Inf 
392.40/392.43	c   392s|720000 |   125 |  5780k|   8.0 |  12M|  62 |  18 | 308 |4382 | 308 | 610 | 526 |  40k|  13k| 0.000000e+00 |      --      |    Inf 
397.80/397.80	c   398s|730000 |   138 |  5859k|   8.0 |  12M|  62 |   - | 308 |4423 |   0 |   0 | 526 |  40k|  13k| 0.000000e+00 |      --      |    Inf 
402.90/402.98	c   403s|740000 |   141 |  5935k|   8.0 |  12M|  62 |   - | 308 |4489 |   0 |   0 | 526 |  41k|  13k| 0.000000e+00 |      --      |    Inf 
408.60/408.61	c   409s|750000 |   132 |  6021k|   8.0 |  12M|  62 |  24 | 308 |4318 | 308 | 610 | 526 |  41k|  13k| 0.000000e+00 |      --      |    Inf 
413.61/413.64	c   414s|760000 |   135 |  6095k|   8.0 |  12M|  62 |   - | 308 |4481 |   0 |   0 | 526 |  42k|  13k| 0.000000e+00 |      --      |    Inf 
418.60/418.68	c   419s|770000 |   130 |  6168k|   8.0 |  12M|  62 |   - | 308 |4570 |   0 |   0 | 526 |  42k|  13k| 0.000000e+00 |      --      |    Inf 
424.10/424.12	c   424s|780000 |   147 |  6247k|   8.0 |  12M|  62 |  34 | 308 |4338 | 308 | 610 | 526 |  43k|  13k| 0.000000e+00 |      --      |    Inf 
429.80/429.87	c   430s|790000 |   134 |  6333k|   8.0 |  12M|  62 |   - | 308 |4456 |   0 |   0 | 526 |  43k|  13k| 0.000000e+00 |      --      |    Inf 
435.20/435.24	c   435s|800000 |   131 |  6412k|   8.0 |  12M|  62 |   - | 308 |4734 |   0 |   0 | 526 |  44k|  13k| 0.000000e+00 |      --      |    Inf 
440.90/440.95	c   441s|810000 |   134 |  6498k|   8.0 |  12M|  62 |  33 | 308 |4804 | 308 | 610 | 526 |  44k|  13k| 0.000000e+00 |      --      |    Inf 
446.20/446.22	c   446s|820000 |   133 |  6575k|   8.0 |  12M|  62 |   - | 308 |5026 |   0 |   0 | 526 |  45k|  13k| 0.000000e+00 |      --      |    Inf 
451.60/451.63	c   452s|830000 |   133 |  6655k|   8.0 |  12M|  62 |  36 | 308 |5229 | 308 | 610 | 526 |  45k|  13k| 0.000000e+00 |      --      |    Inf 
457.30/457.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
457.30/457.34	c   457s|840000 |   139 |  6740k|   8.0 |  12M|  62 |  32 | 308 |4784 | 308 | 610 | 526 |  46k|  13k| 0.000000e+00 |      --      |    Inf 
462.81/462.86	c   463s|850000 |   137 |  6822k|   8.0 |  12M|  62 |  37 | 308 |4836 | 308 | 610 | 526 |  46k|  14k| 0.000000e+00 |      --      |    Inf 
468.21/468.23	c   468s|860000 |   149 |  6901k|   8.0 |  12M|  62 |   - | 308 |5068 |   0 |   0 | 526 |  47k|  14k| 0.000000e+00 |      --      |    Inf 
473.40/473.43	c   473s|870000 |   181 |  6978k|   8.0 |  12M|  62 |  33 | 308 |5275 | 308 | 610 | 526 |  48k|  14k| 0.000000e+00 |      --      |    Inf 
479.00/479.02	c   479s|880000 |   155 |  7060k|   8.0 |  12M|  62 |   - | 308 |5175 |   0 |   0 | 526 |  48k|  14k| 0.000000e+00 |      --      |    Inf 
484.41/484.49	c   484s|890000 |   151 |  7142k|   8.0 |  12M|  62 |  31 | 308 |5038 | 308 | 610 | 526 |  49k|  14k| 0.000000e+00 |      --      |    Inf 
490.20/490.22	c   490s|900000 |   137 |  7229k|   8.0 |  12M|  62 |  60 | 308 |4466 | 308 | 610 | 526 |  49k|  14k| 0.000000e+00 |      --      |    Inf 
495.80/495.81	c   496s|910000 |   132 |  7313k|   8.0 |  12M|  62 |  21 | 308 |4604 | 308 | 610 | 526 |  50k|  14k| 0.000000e+00 |      --      |    Inf 
500.90/500.95	c   501s|920000 |   131 |  7388k|   8.0 |  12M|  62 |   - | 308 |4641 |   0 |   0 | 526 |  50k|  14k| 0.000000e+00 |      --      |    Inf 
506.20/506.25	c   506s|930000 |   128 |  7467k|   8.0 |  12M|  62 |  23 | 308 |4806 | 308 | 610 | 526 |  51k|  14k| 0.000000e+00 |      --      |    Inf 
511.30/511.36	c   511s|940000 |   138 |  7542k|   8.0 |  12M|  62 |  15 | 308 |5052 | 308 | 610 | 526 |  51k|  14k| 0.000000e+00 |      --      |    Inf 
516.70/516.74	c   517s|950000 |   121 |  7622k|   8.0 |  12M|  62 |   - | 308 |4890 |   0 |   0 | 526 |  52k|  14k| 0.000000e+00 |      --      |    Inf 
522.51/522.52	c   523s|960000 |   130 |  7710k|   8.0 |  12M|  62 |   - | 308 |4903 | 308 | 610 | 526 |  52k|  14k| 0.000000e+00 |      --      |    Inf 
528.50/528.51	c   529s|970000 |   137 |  7802k|   8.0 |  12M|  62 |  28 | 308 |4821 | 308 | 610 | 526 |  53k|  14k| 0.000000e+00 |      --      |    Inf 
534.10/534.17	c   534s|980000 |   134 |  7888k|   8.0 |  12M|  62 |  38 | 308 |4524 | 308 | 610 | 526 |  53k|  14k| 0.000000e+00 |      --      |    Inf 
539.70/539.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
539.70/539.73	c   540s|990000 |   141 |  7971k|   8.1 |  12M|  62 |  41 | 308 |4554 | 308 | 610 | 526 |  53k|  14k| 0.000000e+00 |      --      |    Inf 
545.61/545.62	c   546s|  1000k|   141 |  8063k|   8.1 |  12M|  62 |  30 | 308 |4499 | 308 | 610 | 526 |  54k|  15k| 0.000000e+00 |      --      |    Inf 
551.40/551.45	c   551s|  1010k|   153 |  8152k|   8.1 |  12M|  62 |   - | 308 |4453 | 308 | 610 | 526 |  54k|  15k| 0.000000e+00 |      --      |    Inf 
556.90/556.93	c   557s|  1020k|   154 |  8234k|   8.1 |  12M|  62 |  42 | 308 |4526 | 308 | 610 | 526 |  55k|  15k| 0.000000e+00 |      --      |    Inf 
562.50/562.58	c   563s|  1030k|   149 |  8319k|   8.1 |  12M|  62 |  20 | 308 |4250 | 308 | 610 | 526 |  55k|  15k| 0.000000e+00 |      --      |    Inf 
567.72/567.77	c   568s|  1040k|   142 |  8396k|   8.1 |  12M|  62 |  37 | 308 |4385 | 308 | 610 | 526 |  56k|  15k| 0.000000e+00 |      --      |    Inf 
573.60/573.60	c   574s|  1050k|   135 |  8486k|   8.1 |  12M|  62 |   - | 308 |4241 | 308 | 610 | 526 |  56k|  15k| 0.000000e+00 |      --      |    Inf 
578.80/578.88	c   579s|  1060k|   142 |  8564k|   8.1 |  12M|  62 |  29 | 308 |4384 | 308 | 610 | 526 |  57k|  15k| 0.000000e+00 |      --      |    Inf 
584.60/584.66	c   585s|  1070k|   140 |  8652k|   8.1 |  12M|  65 |   - | 308 |4275 |   0 |   0 | 526 |  57k|  15k| 0.000000e+00 |      --      |    Inf 
590.00/590.05	c   590s|  1080k|   150 |  8733k|   8.1 |  12M|  65 |  25 | 308 |4450 | 308 | 610 | 526 |  58k|  15k| 0.000000e+00 |      --      |    Inf 
595.91/595.97	c   596s|  1090k|   144 |  8824k|   8.1 |  12M|  65 |   - | 308 |4394 |   0 |   0 | 526 |  58k|  15k| 0.000000e+00 |      --      |    Inf 
601.61/601.67	c   602s|  1100k|   162 |  8911k|   8.1 |  12M|  65 |   - | 308 |4410 | 308 | 610 | 526 |  58k|  15k| 0.000000e+00 |      --      |    Inf 
607.41/607.43	c   607s|  1110k|   138 |  8997k|   8.1 |  12M|  65 |  18 | 308 |4268 | 308 | 610 | 526 |  59k|  15k| 0.000000e+00 |      --      |    Inf 
612.90/612.99	c   613s|  1120k|   141 |  9081k|   8.1 |  12M|  65 |  27 | 308 |4390 | 308 | 610 | 526 |  59k|  15k| 0.000000e+00 |      --      |    Inf 
618.60/618.60	c   619s|  1130k|   145 |  9167k|   8.1 |  12M|  65 |  34 | 308 |4455 | 308 | 610 | 526 |  60k|  15k| 0.000000e+00 |      --      |    Inf 
624.31/624.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
624.31/624.34	c   624s|  1140k|   138 |  9255k|   8.1 |  12M|  65 |  33 | 308 |4409 | 308 | 610 | 526 |  60k|  15k| 0.000000e+00 |      --      |    Inf 
630.00/630.07	c   630s|  1150k|   124 |  9341k|   8.1 |  12M|  65 |   - | 308 |4323 |   0 |   0 | 526 |  60k|  15k| 0.000000e+00 |      --      |    Inf 
635.61/635.69	c   636s|  1160k|   126 |  9427k|   8.1 |  12M|  65 |  22 | 308 |4427 | 308 | 610 | 526 |  61k|  15k| 0.000000e+00 |      --      |    Inf 
641.20/641.25	c   641s|  1170k|   124 |  9511k|   8.1 |  12M|  65 |   - | 308 |4528 | 308 | 610 | 526 |  61k|  16k| 0.000000e+00 |      --      |    Inf 
647.30/647.36	c   647s|  1180k|   115 |  9606k|   8.1 |  12M|  65 |  26 | 308 |4287 | 308 | 610 | 526 |  62k|  16k| 0.000000e+00 |      --      |    Inf 
654.81/654.80	c   655s|  1190k|   115 |  9694k|   8.1 |  12M|  65 |  26 | 308 |3226 | 308 | 610 | 526 |  62k|  17k| 0.000000e+00 |      --      |    Inf 
659.91/659.92	c   660s|  1200k|   118 |  9771k|   8.1 |  12M|  65 |   - | 308 |3543 |   0 |   0 | 526 |  63k|  17k| 0.000000e+00 |      --      |    Inf 
664.71/664.71	c   665s|  1210k|   126 |  9840k|   8.1 |  12M|  65 |   - | 308 |3631 | 308 | 610 | 526 |  63k|  17k| 0.000000e+00 |      --      |    Inf 
669.21/669.25	c   669s|  1220k|   117 |  9904k|   8.1 |  12M|  65 |  25 | 308 |3948 | 308 | 610 | 526 |  64k|  17k| 0.000000e+00 |      --      |    Inf 
673.81/673.84	c   674s|  1230k|   117 |  9969k|   8.1 |  12M|  65 |  37 | 308 |4152 | 308 | 610 | 526 |  65k|  17k| 0.000000e+00 |      --      |    Inf 
678.60/678.63	c   679s|  1240k|   114 | 10038k|   8.1 |  12M|  65 |   - | 308 |4330 |   0 |   0 | 526 |  65k|  17k| 0.000000e+00 |      --      |    Inf 
683.61/683.63	c   684s|  1250k|   109 | 10111k|   8.1 |  12M|  65 |   - | 308 |3904 |   0 |   0 | 526 |  66k|  17k| 0.000000e+00 |      --      |    Inf 
688.41/688.45	c   688s|  1260k|   119 | 10181k|   8.1 |  12M|  65 |  17 | 308 |4079 | 308 | 610 | 526 |  67k|  17k| 0.000000e+00 |      --      |    Inf 
693.40/693.42	c   693s|  1270k|   116 | 10255k|   8.1 |  12M|  65 |  37 | 308 |4110 | 308 | 610 | 526 |  67k|  17k| 0.000000e+00 |      --      |    Inf 
698.40/698.42	c   698s|  1280k|   120 | 10329k|   8.1 |  12M|  65 |  25 | 308 |4145 | 308 | 610 | 526 |  68k|  17k| 0.000000e+00 |      --      |    Inf 
699.11/699.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
699.11/699.19	c * 699s|  1281k|     0 | 10341k|   8.1 |  12M|  65 |   - | 308 |4155 | 308 | 610 | 526 |  68k|  17k| 0.000000e+00 | 0.000000e+00 |   0.00%
699.11/699.19	c 
699.11/699.19	c SCIP Status        : problem is solved [optimal solution found]
699.11/699.19	c Solving Time (sec) : 699.19
699.11/699.19	c Solving Nodes      : 1281494
699.11/699.19	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
699.11/699.19	c Dual Bound         : +0.00000000000000e+00
699.11/699.19	c Gap                : 0.00 %
699.11/699.19	s SATISFIABLE
699.11/699.19	v x315 -x316 x313 -x314 -x311 x312 -x309 x310 -x307 x308 -x305 x306 x303 -x304 x301 -x302 -x299 -x300 -x297 -x298 -x295 -x296 -x293 
699.11/699.19	v x294 -x291 x292 -x289 x290 -x287 x288 -x285 x286 -x283 x284 -x281 x282 x279 -x280 x277 -x278 x275 -x276 -x273 -x274 x271 -x272 
699.11/699.19	v x269 -x270 x267 -x268 x265 -x266 x263 -x264 x261 -x262 -x259 -x260 -x257 -x258 x255 -x256 x253 -x254 -x251 x252 -x249 x250 
699.11/699.19	v -x247 x248 -x245 x246 x243 -x244 x241 -x242 -x239 x240 x237 -x238 -x235 x236 -x233 x234 -x231 x232 -x229 x230 x227 -x228 x225 
699.11/699.19	v -x226 x223 -x224 x221 -x222 -x219 x220 -x217 x218 x215 -x216 -x213 x214 -x211 x212 -x209 x210 -x207 x208 x205 -x206 x203 
699.11/699.19	v -x204 x201 -x202 -x200 -x198 -x196 -x194 -x192 -x190 -x188 -x186 -x184 -x182 -x180 -x178 -x176 -x174 -x172 -x170 -x168 -x166 
699.11/699.19	v -x164 -x162 -x160 -x158 -x156 -x154 -x152 -x150 -x148 -x146 x144 x142 -x140 -x138 -x136 -x134 -x132 -x130 -x128 -x126 -x124 -x122 
699.11/699.19	v -x120 -x118 -x116 -x114 -x112 -x110 -x108 -x106 -x104 -x102 -x100 -x98 -x96 -x94 -x92 -x90 -x88 -x86 -x84 -x82 -x80 -x78 
699.11/699.19	v -x76 -x74 -x72 -x70 -x68 -x66 -x64 -x62 -x60 -x58 -x56 -x54 -x52 -x50 x48 x46 x44 -x42 -x40 x38 -x36 -x34 -x32 -x30 x28 x26 
699.11/699.19	v x24 x22 -x20 x18 -x16 -x14 -x12 -x10 -x8 x6 x4 x2 -x199 -x197 x195 x193 x191 x189 -x187 -x185 -x183 -x181 -x179 -x177 -x175 x173 
699.11/699.19	v x171 x169 -x167 -x165 -x163 -x161 -x159 -x157 -x155 -x153 -x151 -x149 -x147 -x145 -x143 -x141 x139 -x137 -x135 -x133 -x131 
699.11/699.19	v x129 -x127 -x125 -x123 -x121 x119 -x117 -x115 -x113 -x111 -x109 -x107 -x105 -x103 -x101 x99 -x97 x95 -x93 -x91 -x89 -x87 -x85 
699.11/699.19	v -x83 -x81 x79 -x77 x75 -x73 -x71 -x69 -x67 -x65 -x63 -x61 -x59 -x57 -x55 -x53 -x51 -x49 -x47 -x45 -x43 -x41 -x39 -x37 -x35 
699.11/699.19	v -x33 -x31 -x29 -x27 -x25 -x23 -x21 -x19 -x17 -x15 -x13 -x11 -x9 -x7 -x5 -x3 -x1 
699.11/699.19	c SCIP Status        : problem is solved [optimal solution found]
699.11/699.19	c Total Time         :     699.19
699.11/699.19	c   solving          :     699.19
699.11/699.19	c   presolving       :       0.02 (included in solving)
699.11/699.19	c   reading          :       0.00 (included in solving)
699.11/699.19	c Original Problem   :
699.11/699.19	c   Problem name     : HOME/instance-3452780-1307067097.opb
699.11/699.19	c   Variables        : 316 (316 binary, 0 integer, 0 implicit integer, 0 continuous)
699.11/699.19	c   Constraints      : 476 initial, 476 maximal
699.11/699.19	c Presolved Problem  :
699.11/699.19	c   Problem name     : t_HOME/instance-3452780-1307067097.opb
699.11/699.19	c   Variables        : 308 (308 binary, 0 integer, 0 implicit integer, 0 continuous)
699.11/699.19	c   Constraints      : 464 initial, 5280 maximal
699.11/699.19	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
699.11/699.19	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
699.11/699.19	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
699.11/699.19	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
699.11/699.19	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
699.11/699.19	c   implics          :       0.00          0          8          0          0          0          0          0          0          0
699.11/699.19	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
699.11/699.19	c   knapsack         :       0.01          0          0          0          0          0          0          0          0          0
699.11/699.19	c   setppc           :       0.00          0          0          0          0          0         12          0          0          0
699.11/699.19	c   linear           :       0.01          0          0          0          0          0          0          0          0          0
699.11/699.19	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
699.11/699.19	c   root node        :          -          0          -          -          0          -          -          -          -          -
699.11/699.19	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
699.11/699.19	c   integral         :          0          0          0     645863          0          3          0        412       2173          0          0    1287814
699.11/699.19	c   knapsack         :        202          5    3216526          0          0          0    7518731     476361   11322484        528          0          0
699.11/699.19	c   setppc           :        154          5    2703395          0          0          0    1595103       1434    3361286          0          0          0
699.11/699.19	c   linear           :          0+         5     123189          0          0          0        187          3       1671          0          0          0
699.11/699.19	c   logicor          :        108+         5    2082244          1          0          0      69689       8038    2164851          0          0          0
699.11/699.19	c   countsols        :          0          0          0          1          0          2          0          0          0          0          0          0
699.11/699.19	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
699.11/699.19	c   integral         :      25.78       0.00       0.00      25.78       0.00       0.00       0.00
699.11/699.19	c   knapsack         :      31.72       0.01      29.17       0.00       0.00       0.00       2.55
699.11/699.19	c   setppc           :       5.96       0.00       5.62       0.00       0.00       0.00       0.34
699.11/699.19	c   linear           :       0.06       0.00       0.06       0.00       0.00       0.00       0.00
699.11/699.19	c   logicor          :      17.13       0.00      17.07       0.00       0.00       0.00       0.06
699.11/699.19	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
699.11/699.19	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
699.11/699.19	c   vbounds          :          0          0          0          0
699.11/699.19	c   rootredcost      :          0          0          0          0
699.11/699.19	c   pseudoobj        :          0          0          0          0
699.11/699.19	c Propagator Timings :  TotalTime  Propagate    Resprop
699.11/699.19	c   vbounds          :       0.44       0.44       0.00
699.11/699.19	c   rootredcost      :       0.45       0.45       0.00
699.11/699.19	c   pseudoobj        :       0.33       0.33       0.00
699.11/699.19	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
699.11/699.19	c   propagation      :       8.13      74898      65388     374903       68.9        907       76.3          -
699.11/699.19	c   infeasible LP    :      10.01     157399          0          0        0.0          0        0.0          0
699.11/699.19	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
699.11/699.19	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
699.11/699.19	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
699.11/699.19	c   applied globally :          -          -          -      60164       18.0          -          -          -
699.11/699.19	c   applied locally  :          -          -          -       8314       37.0          -          -          -
699.11/699.19	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
699.11/699.19	c   cut pool         :       0.00          4          -          -         78          -    (maximal pool size: 2082)
699.11/699.19	c   redcost          :       2.78     645276          0          0          0          0
699.11/699.19	c   impliedbounds    :       0.00          5          0          0        798          0
699.11/699.19	c   intobj           :       0.00          0          0          0          0          0
699.11/699.19	c   gomory           :       0.17          5          0          0        189          0
699.11/699.19	c   cgmip            :       0.00          0          0          0          0          0
699.11/699.19	c   closecuts        :       0.00          0          0          0          0          0
699.11/699.19	c   strongcg         :       0.19          5          0          0       2185          0
699.11/699.19	c   cmir             :       0.00          0          0          0          0          0
699.11/699.19	c   flowcover        :       0.00          0          0          0          0          0
699.11/699.19	c   clique           :       0.00          1          0          0          0          0
699.11/699.19	c   zerohalf         :       0.00          0          0          0          0          0
699.11/699.19	c   mcf              :       0.00          1          0          0          0          0
699.11/699.19	c   oddcycle         :       0.00          0          0          0          0          0
699.11/699.19	c   rapidlearning    :       0.03          1          0          0          0          3
699.11/699.19	c Pricers            :       Time      Calls       Vars
699.11/699.19	c   problem variables:       0.00          0          0
699.11/699.19	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
699.11/699.19	c   relpscost        :      25.45     645862        412       2173          0          0    1287814
699.11/699.19	c   pscost           :       0.00          0          0          0          0          0          0
699.11/699.19	c   inference        :       0.00          0          0          0          0          0          0
699.11/699.19	c   mostinf          :       0.00          0          0          0          0          0          0
699.11/699.19	c   leastinf         :       0.00          0          0          0          0          0          0
699.11/699.19	c   fullstrong       :       0.00          0          0          0          0          0          0
699.11/699.19	c   allfullstrong    :       0.00          0          0          0          0          0          0
699.11/699.19	c   random           :       0.00          0          0          0          0          0          0
699.11/699.19	c Primal Heuristics  :       Time      Calls      Found
699.11/699.19	c   LP solutions     :       0.00          -          1
699.11/699.19	c   pseudo solutions :       0.00          -          0
699.11/699.19	c   trivial          :       0.00          1          0
699.11/699.19	c   shiftandpropagate:       0.00          0          0
699.11/699.19	c   simplerounding   :       0.00          0          0
699.11/699.19	c   zirounding       :       0.00          0          0
699.11/699.19	c   rounding         :       0.00          0          0
699.11/699.19	c   shifting         :       0.00          0          0
699.11/699.19	c   intshifting      :       0.00          0          0
699.11/699.19	c   oneopt           :       0.00          0          0
699.11/699.19	c   twoopt           :       0.00          0          0
699.11/699.19	c   fixandinfer      :       0.00          0          0
699.11/699.19	c   feaspump         :       0.00          0          0
699.11/699.19	c   clique           :       0.00          0          0
699.11/699.19	c   coefdiving       :       0.00          0          0
699.11/699.19	c   pscostdiving     :       0.00          0          0
699.11/699.19	c   fracdiving       :       0.00          0          0
699.11/699.19	c   veclendiving     :       0.00          0          0
699.11/699.19	c   intdiving        :       0.00          0          0
699.11/699.19	c   actconsdiving    :       0.00          0          0
699.11/699.19	c   objpscostdiving  :       0.00          0          0
699.11/699.19	c   rootsoldiving    :       0.00          0          0
699.11/699.19	c   linesearchdiving :       0.00          0          0
699.11/699.19	c   guideddiving     :       0.00          0          0
699.11/699.19	c   octane           :       0.00          0          0
699.11/699.19	c   rens             :       0.00          0          0
699.11/699.19	c   rins             :       0.00          0          0
699.11/699.19	c   localbranching   :       0.00          0          0
699.11/699.19	c   mutation         :       0.00          0          0
699.11/699.19	c   crossover        :       0.00          0          0
699.11/699.19	c   dins             :       0.00          0          0
699.11/699.19	c   vbounds          :       0.00          0          0
699.11/699.19	c   undercover       :       0.00          0          0
699.11/699.19	c   subnlp           :       0.00          0          0
699.11/699.19	c   trysol           :       0.00          0          0
699.11/699.19	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
699.11/699.19	c   primal LP        :       0.00          0          0       0.00          -
699.11/699.19	c   dual LP          :     496.22     802382   10341203      12.89   20840.01
699.11/699.19	c   lex dual LP      :       0.00          0          0       0.00          -
699.11/699.19	c   barrier LP       :       0.00          0          0       0.00          -
699.11/699.19	c   diving/probing LP:       0.00          0          0       0.00          -
699.11/699.19	c   strong branching :      18.56      17706     276639      15.62   14908.97
699.11/699.19	c     (at root node) :          -          9       2188     243.11          -
699.11/699.19	c   conflict analysis:       0.00          0          0       0.00          -
699.11/699.19	c B&B Tree           :
699.11/699.19	c   number of runs   :          1
699.11/699.19	c   nodes            :    1281494
699.11/699.19	c   nodes (total)    :    1281494
699.11/699.19	c   nodes left       :          0
699.11/699.19	c   max depth        :         65
699.11/699.19	c   max depth (total):         65
699.11/699.19	c   backtracks       :     162820 (12.7%)
699.11/699.19	c   delayed cutoffs  :       6199
699.11/699.19	c   repropagations   :     137003 (375838 domain reductions, 6061 cutoffs)
699.11/699.19	c   avg switch length:       2.72
699.11/699.19	c   switching time   :      41.19
699.11/699.19	c Solution           :
699.11/699.19	c   Solutions found  :          1 (1 improvements)
699.11/699.19	c   First Solution   : +0.00000000000000e+00   (in run 1, after 1281494 nodes, 699.19 seconds, depth 34, found by <relaxation>)
699.11/699.19	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 1281494 nodes, 699.19 seconds, depth 34, found by <relaxation>)
699.11/699.19	c   Dual Bound       : +0.00000000000000e+00
699.11/699.19	c   Gap              :       0.00 %
699.11/699.19	c   Root Dual Bound  : +0.00000000000000e+00
699.11/699.19	c   Root Iterations  :       1225
699.21/699.20	c Time complete: 699.21.

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3452780-1307067097/watcher-3452780-1307067097 -o /tmp/evaluation-result-3452780-1307067097/solver-3452780-1307067097 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452780-1307067097.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: 0.92 0.98 1.04 2/526 1347
/proc/meminfo: memFree=25111100/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=10116 CPUtime=0 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 1518 0 0 0 0 0 0 0 18 0 1 0 896940404 10358784 1471 33554432000 4194304 9128323 140733429498448 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1347/statm: 2529 1471 397 1205 0 1320 0

[startup+0.116657 s]
/proc/loadavg: 0.92 0.98 1.04 2/526 1347
/proc/meminfo: memFree=25111100/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=22324 CPUtime=0.11 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 7359 0 0 0 10 1 0 0 18 0 1 0 896940404 22859776 4588 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 5581 4588 715 1205 0 4372 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 22324

[startup+0.200652 s]
/proc/loadavg: 0.92 0.98 1.04 2/526 1347
/proc/meminfo: memFree=25111100/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=24496 CPUtime=0.19 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 7825 0 0 0 18 1 0 0 18 0 1 0 896940404 25083904 5054 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 6124 5054 715 1205 0 4915 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 24496

[startup+0.300636 s]
/proc/loadavg: 0.92 0.98 1.04 2/526 1347
/proc/meminfo: memFree=25111100/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=27724 CPUtime=0.29 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 8593 0 0 0 28 1 0 0 18 0 1 0 896940404 28389376 5822 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 6931 5822 715 1205 0 5722 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27724

[startup+0.700563 s]
/proc/loadavg: 0.92 0.98 1.04 2/526 1347
/proc/meminfo: memFree=25111100/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=32880 CPUtime=0.69 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 9960 0 0 0 67 2 0 0 18 0 1 0 896940404 33669120 7171 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 8220 7171 717 1205 0 7011 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32880

[startup+1.50043 s]
/proc/loadavg: 0.92 0.98 1.04 3/528 1376
/proc/meminfo: memFree=25052820/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=32880 CPUtime=1.49 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 9961 0 0 0 142 7 0 0 20 0 1 0 896940404 33669120 7172 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 8220 7172 718 1205 0 7011 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32880

[startup+3.10014 s]
/proc/loadavg: 0.92 0.98 1.04 3/528 1376
/proc/meminfo: memFree=25050612/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=32880 CPUtime=3.09 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 9961 0 0 0 289 20 0 0 25 0 1 0 896940404 33669120 7172 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 8220 7172 718 1205 0 7011 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32880

[startup+6.30058 s]
/proc/loadavg: 1.09 1.02 1.05 3/528 1376
/proc/meminfo: memFree=25050128/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=32880 CPUtime=6.29 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 9961 0 0 0 584 45 0 0 25 0 1 0 896940404 33669120 7172 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 8220 7172 718 1205 0 7011 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32880

[startup+12.7005 s]
/proc/loadavg: 1.16 1.03 1.06 3/528 1376
/proc/meminfo: memFree=25049160/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=32880 CPUtime=12.69 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10006 0 0 0 1178 91 0 0 25 0 1 0 896940404 33669120 7217 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 8220 7217 718 1205 0 7011 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32880

[startup+25.5002 s]
/proc/loadavg: 1.34 1.08 1.07 3/528 1377
/proc/meminfo: memFree=25048628/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=33160 CPUtime=25.5 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10087 0 0 0 2362 188 0 0 25 0 1 0 896940404 33955840 7298 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 8290 7298 718 1205 0 7081 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 33160

[startup+51.1007 s]
/proc/loadavg: 1.57 1.15 1.09 3/528 1377
/proc/meminfo: memFree=25047912/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=33572 CPUtime=51.1 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10183 0 0 0 4728 382 0 0 25 0 1 0 896940404 34377728 7394 33554432000 4194304 9128323 140733429498448 18446744073709551615 5132806 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 8393 7394 718 1205 0 7184 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 33572

[startup+102.301 s]
/proc/loadavg: 1.81 1.28 1.14 3/528 1379
/proc/meminfo: memFree=25046084/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=34032 CPUtime=102.3 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10305 0 0 0 9468 762 0 0 25 0 1 0 896940404 34848768 7516 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 8508 7516 718 1205 0 7299 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 34032

[startup+162.3 s]
/proc/loadavg: 1.93 1.41 1.19 3/528 1380
/proc/meminfo: memFree=25041972/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=34768 CPUtime=162.29 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10483 0 0 0 15014 1215 0 0 25 0 1 0 896940404 35602432 7694 33554432000 4194304 9128323 140733429498448 18446744073709551615 6650256 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 8692 7694 718 1205 0 7483 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 34768

[startup+222.32 s]
/proc/loadavg: 2.06 1.54 1.25 3/528 1409
/proc/meminfo: memFree=25052432/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=34932 CPUtime=222.31 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10521 0 0 0 20586 1645 0 0 25 0 1 0 896940404 35770368 7732 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 8733 7732 718 1205 0 7524 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 34932

[startup+282.3 s]
/proc/loadavg: 2.02 1.62 1.29 3/528 1438
/proc/meminfo: memFree=25040088/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=35468 CPUtime=282.3 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10636 0 0 0 26144 2086 0 0 25 0 1 0 896940404 36319232 7847 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 8867 7847 718 1205 0 7658 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 35468

[startup+342.301 s]
/proc/loadavg: 2.01 1.69 1.33 3/528 1439
/proc/meminfo: memFree=25038068/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=35736 CPUtime=342.3 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10707 0 0 0 31707 2523 0 0 25 0 1 0 896940404 36593664 7914 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 8934 7914 718 1205 0 7725 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 35736

[startup+402.3 s]
/proc/loadavg: 2.00 1.74 1.37 3/528 1441
/proc/meminfo: memFree=25035744/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=36144 CPUtime=402.3 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10836 0 0 0 37285 2945 0 0 25 0 1 0 896940404 37011456 8043 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 9036 8043 718 1205 0 7827 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 36144

[startup+462.301 s]
/proc/loadavg: 2.00 1.79 1.41 3/528 1442
/proc/meminfo: memFree=25036664/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=36448 CPUtime=462.3 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10915 0 0 0 42854 3376 0 0 25 0 1 0 896940404 37322752 8122 33554432000 4194304 9128323 140733429498448 18446744073709551615 6856595 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 9112 8122 718 1205 0 7903 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 36448

[startup+522.3 s]
/proc/loadavg: 2.00 1.82 1.44 3/528 1444
/proc/meminfo: memFree=25035728/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=36580 CPUtime=522.3 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10928 0 0 0 48425 3805 0 0 25 0 1 0 896940404 37457920 8135 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 9145 8135 718 1205 0 7936 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 36580

[startup+582.301 s]
/proc/loadavg: 2.14 1.90 1.49 3/528 1446
/proc/meminfo: memFree=25035272/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=36580 CPUtime=582.3 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10941 0 0 0 54001 4229 0 0 25 0 1 0 896940404 37457920 8148 33554432000 4194304 9128323 140733429498448 18446744073709551615 6533512 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 9145 8148 718 1205 0 7936 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 36580

[startup+642.3 s]
/proc/loadavg: 2.14 1.94 1.53 3/528 1447
/proc/meminfo: memFree=25035216/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=36720 CPUtime=642.31 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10956 0 0 0 59577 4654 0 0 25 0 1 0 896940404 37601280 8163 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 9180 8163 718 1205 0 7971 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 36720

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

[startup+665.62 s]
/proc/loadavg: 2.09 1.95 1.54 3/528 1448
/proc/meminfo: memFree=25034568/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=36720 CPUtime=665.63 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10973 0 0 0 61742 4821 0 0 25 0 1 0 896940404 37601280 8180 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 9180 8180 718 1205 0 7971 0
Current children cumulated CPU time (s) 665.63
Current children cumulated vsize (KiB) 36720

[startup+678.401 s]
/proc/loadavg: 2.08 1.95 1.55 3/528 1448
/proc/meminfo: memFree=25035172/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=36720 CPUtime=678.41 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10973 0 0 0 62931 4910 0 0 25 0 1 0 896940404 37601280 8180 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 9180 8180 718 1205 0 7971 0
Current children cumulated CPU time (s) 678.41
Current children cumulated vsize (KiB) 36720

[startup+691.201 s]
/proc/loadavg: 2.06 1.95 1.55 3/528 1448
/proc/meminfo: memFree=25034536/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=36720 CPUtime=691.21 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10973 0 0 0 64117 5004 0 0 25 0 1 0 896940404 37601280 8180 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 9180 8180 718 1205 0 7971 0
Current children cumulated CPU time (s) 691.21
Current children cumulated vsize (KiB) 36720

[startup+694.401 s]
/proc/loadavg: 2.06 1.95 1.56 3/528 1449
/proc/meminfo: memFree=25035144/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=36720 CPUtime=694.41 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10973 0 0 0 64413 5028 0 0 25 0 1 0 896940404 37601280 8180 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 9180 8180 718 1205 0 7971 0
Current children cumulated CPU time (s) 694.41
Current children cumulated vsize (KiB) 36720

[startup+697.6 s]
/proc/loadavg: 2.06 1.95 1.56 3/528 1449
/proc/meminfo: memFree=25034772/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=36720 CPUtime=697.61 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10973 0 0 0 64713 5048 0 0 25 0 1 0 896940404 37601280 8180 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 9180 8180 718 1205 0 7971 0
Current children cumulated CPU time (s) 697.61
Current children cumulated vsize (KiB) 36720

[startup+698.4 s]
/proc/loadavg: 2.06 1.95 1.56 3/528 1449
/proc/meminfo: memFree=25034772/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=36720 CPUtime=698.4 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10973 0 0 0 64788 5052 0 0 25 0 1 0 896940404 37601280 8180 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 9180 8180 718 1205 0 7971 0
Current children cumulated CPU time (s) 698.4
Current children cumulated vsize (KiB) 36720

[startup+698.8 s]
/proc/loadavg: 2.05 1.95 1.56 3/528 1449
/proc/meminfo: memFree=25035020/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=36720 CPUtime=698.8 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10973 0 0 0 64824 5056 0 0 25 0 1 0 896940404 37601280 8180 33554432000 4194304 9128323 140733429498448 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1347/statm: 9180 8180 718 1205 0 7971 0
Current children cumulated CPU time (s) 698.8
Current children cumulated vsize (KiB) 36720

[startup+699.2 s]
/proc/loadavg: 2.05 1.95 1.56 3/528 1449
/proc/meminfo: memFree=25035020/32951124 swapFree=56241860/67111528
[pid=1347] ppid=1343 vsize=35308 CPUtime=699.21 cores=1,3,5,7
/proc/1347/stat : 1347 (scip-2.0.1.4.li) R 1343 1347 32685 0 -1 4202496 10978 0 0 0 64863 5058 0 0 25 0 1 0 896940404 36155392 7832 33554432000 4194304 9128323 140733429498448 18446744073709551615 4338281 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1347/statm: 8827 7832 723 1205 0 7618 0
Current children cumulated CPU time (s) 699.21
Current children cumulated vsize (KiB) 35308

Child status: 0
Real time (s): 699.207
CPU time (s): 699.221
CPU user time (s): 648.634
CPU system time (s): 50.5863
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 36720

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

runsolver used 3.55546 second user time and 8.41172 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-03 04:11:37
IDJOB=3452780
IDBENCH=1163
IDSOLVER=1949
FILE ID=node119/3452780-1307067097
RUNJOBID= node119-1307067097-1329
PBS_JOBID= 13497867
Free space on /tmp= 73628 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army10.14ls.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452780-1307067097/watcher-3452780-1307067097 -o /tmp/evaluation-result-3452780-1307067097/solver-3452780-1307067097 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452780-1307067097.opb -t 1800 -m 15500

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

MD5SUM BENCH= 8999d4ddd4825a5d620fe0a3c798bc24
RANDOM SEED=1489547115

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:      25111676 kB
Buffers:        152304 kB
Cached:         499708 kB
SwapCached:      59076 kB
Active:         644476 kB
Inactive:      6899432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25111676 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:           24072 kB
Writeback:           0 kB
AnonPages:     6835988 kB
Mapped:          33016 kB
Slab:           147420 kB
PageTables:      79452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163857424 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= 73608 MiB
End job on node119 at 2011-06-03 04:23:17