Trace number 3729053

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: SCIP spx E_2 2011-06-10 (fixed)SAT 733.683 733.806

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army10.14ls.opb
MD5SUM8999d4ddd4825a5d620fe0a3c798bc24
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.3408
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.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3729053-1338680102.opb>
0.00/0.01	c original problem has 316 variables (316 bin, 0 int, 0 impl, 0 cont) and 476 constraints
0.00/0.01	c problem read
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.02	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.03	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.03	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.03	c presolving (5 rounds):
0.00/0.03	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.03	c  9460 implications, 0 cliques
0.00/0.03	c presolved problem has 308 variables (308 bin, 0 int, 0 impl, 0 cont) and 464 constraints
0.00/0.03	c     202 constraints of type <knapsack>
0.00/0.03	c     154 constraints of type <setppc>
0.00/0.03	c     108 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 2.0.1.5
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1797
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 13950
0.00/0.03	c 
0.00/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c limits/solutions = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.03	c separating/maxrounds = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/maxroundsroot = 5
0.00/0.03	c 
0.00/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.03	c # [type: int, range: [1,2], default: 1]
0.00/0.03	c timing/clocktype = 2
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/indicator/addCouplingCons = TRUE
0.00/0.03	c 
0.00/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c constraints/knapsack/disaggregation = FALSE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c presolving/probing/maxrounds = 0
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/coefdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.03	c heuristics/crossover/freq = -1
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/crossover/nodesofs = 750
0.00/0.03	c 
0.00/0.03	c # number of nodes without incumbent change that heuristic should wait
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.03	c heuristics/crossover/nwaitingnodes = 100
0.00/0.03	c 
0.00/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.03	c # [type: real, range: [0,1], default: 0.1]
0.00/0.03	c heuristics/crossover/nodesquot = 0.15
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixed 
0.00/0.03	c # [type: real, range: [0,1], default: 0.666]
0.00/0.03	c heuristics/crossover/minfixingrate = 0.5
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/feaspump/freq = -1
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/fracdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/guideddiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/intshifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/linesearchdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/objpscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.03	c # [type: real, range: [0,1], default: 0.01]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/oneopt/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/pscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/rens/freq = -1
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixable 
0.00/0.03	c # [type: real, range: [0,1], default: 0.5]
0.00/0.03	c heuristics/rens/minfixingrate = 0.3
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/rens/nodesofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/rootsoldiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/rounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/shiftandpropagate/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/shifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/simplerounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/subnlp/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/trivial/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/trysol/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/undercover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/veclendiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/zirounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/cmir/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/flowcover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	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 |     - |2007k|   0 |  80 | 308 | 464 | 308 | 464 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   870 |     - |2908k|   0 | 136 | 308 | 467 | 308 | 738 | 274 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |  1089 |     - |4281k|   0 | 183 | 308 | 467 | 308 | 900 | 436 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.36	c   0.4s|     1 |     0 |  1140 |     - |6535k|   0 | 192 | 308 | 467 | 308 | 967 | 503 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.46	c   0.5s|     1 |     0 |  1215 |     - |8054k|   0 | 190 | 308 | 467 | 308 | 968 | 504 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.56	c   0.6s|     1 |     0 |  1225 |     - |9933k|   0 | 191 | 308 | 467 | 308 | 990 | 526 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.79	c   0.8s|     1 |     2 |  1225 |     - |9934k|   0 | 191 | 308 | 467 | 308 | 990 | 526 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
8.89/8.90	c   8.9s| 10000 |    55 | 80404 |   7.9 |  10M|  35 |  24 | 308 | 908 | 308 | 610 | 526 | 673 |2086 | 0.000000e+00 |      --      |    Inf 
14.09/14.12	c  14.1s| 20000 |    56 |154367 |   7.7 |  10M|  46 |  19 | 308 |1177 | 308 | 610 | 526 |1307 |2120 | 0.000000e+00 |      --      |    Inf 
20.29/20.39	c  20.4s| 30000 |    55 |239575 |   7.9 |  10M|  46 |   - | 308 |1454 |   0 |   0 | 526 |1926 |2542 | 0.000000e+00 |      --      |    Inf 
26.39/26.42	c  26.4s| 40000 |    54 |321739 |   8.0 |  10M|  46 |  32 | 308 |1645 | 308 | 610 | 526 |2406 |2894 | 0.000000e+00 |      --      |    Inf 
32.89/32.94	c  32.9s| 50000 |    76 |407988 |   8.1 |  10M|  46 |  31 | 308 |1569 | 308 | 610 | 526 |2974 |3433 | 0.000000e+00 |      --      |    Inf 
39.28/39.39	c  39.4s| 60000 |    80 |495525 |   8.2 |  10M|  46 |  23 | 308 |1671 | 308 | 610 | 526 |3471 |3889 | 0.000000e+00 |      --      |    Inf 
45.18/45.21	c  45.2s| 70000 |    92 |575047 |   8.2 |  10M|  46 |   - | 308 |1812 |   0 |   0 | 526 |4019 |4211 | 0.000000e+00 |      --      |    Inf 
51.07/51.12	c  51.1s| 80000 |    96 |657246 |   8.2 |  10M|  51 |  21 | 308 |1725 | 308 | 610 | 526 |4587 |4490 | 0.000000e+00 |      --      |    Inf 
55.98/56.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
55.98/56.08	c  56.1s| 90000 |   105 |724029 |   8.0 |  11M|  51 |  26 | 308 |1964 | 308 | 610 | 526 |5249 |4665 | 0.000000e+00 |      --      |    Inf 
61.17/61.25	c  61.2s|100000 |   105 |793257 |   7.9 |  11M|  51 |  39 | 308 |2105 | 308 | 610 | 526 |5878 |4880 | 0.000000e+00 |      --      |    Inf 
67.47/67.54	c  67.5s|110000 |   114 |882011 |   8.0 |  11M|  51 |   - | 308 |2110 |   0 |   0 | 526 |6326 |5220 | 0.000000e+00 |      --      |    Inf 
73.87/73.93	c  73.9s|120000 |    94 |974706 |   8.1 |  11M|  51 |   - | 308 |2134 |   0 |   0 | 526 |6750 |5498 | 0.000000e+00 |      --      |    Inf 
79.47/79.57	c  79.6s|130000 |    96 |  1052k|   8.1 |  11M|  51 |   - | 308 |2143 |   0 |   0 | 526 |7318 |5688 | 0.000000e+00 |      --      |    Inf 
85.86/85.94	c  85.9s|140000 |   118 |  1144k|   8.2 |  11M|  51 |  33 | 308 |2381 | 308 | 610 | 526 |7949 |5953 | 0.000000e+00 |      --      |    Inf 
92.17/92.27	c  92.3s|150000 |   105 |  1235k|   8.2 |  11M|  51 |  19 | 308 |2055 | 308 | 610 | 526 |8600 |6221 | 0.000000e+00 |      --      |    Inf 
98.16/98.25	c  98.2s|160000 |   100 |  1321k|   8.3 |  11M|  51 |  21 | 308 |2037 | 308 | 610 | 526 |9255 |6417 | 0.000000e+00 |      --      |    Inf 
103.16/103.27	c   103s|170000 |    99 |  1390k|   8.2 |  11M|  51 |  27 | 308 |2251 | 308 | 610 | 526 |9871 |6504 | 0.000000e+00 |      --      |    Inf 
108.57/108.61	c   109s|180000 |   109 |  1465k|   8.1 |  11M|  51 |   - | 308 |2533 |   0 |   0 | 526 |  10k|6638 | 0.000000e+00 |      --      |    Inf 
113.86/113.94	c   114s|190000 |   102 |  1540k|   8.1 |  11M|  51 |   - | 308 |2557 |   0 |   0 | 526 |  11k|6767 | 0.000000e+00 |      --      |    Inf 
119.87/119.95	c   120s|200000 |    92 |  1623k|   8.1 |  11M|  51 |   - | 308 |2402 |   0 |   0 | 526 |  11k|7063 | 0.000000e+00 |      --      |    Inf 
126.26/126.35	c   126s|210000 |    96 |  1714k|   8.2 |  11M|  51 |   - | 308 |2225 |   0 |   0 | 526 |  12k|7307 | 0.000000e+00 |      --      |    Inf 
132.46/132.51	c   133s|220000 |    83 |  1803k|   8.2 |  11M|  51 |   - | 308 |2256 | 308 | 610 | 526 |  12k|7521 | 0.000000e+00 |      --      |    Inf 
137.86/137.96	c   138s|230000 |    99 |  1883k|   8.2 |  11M|  51 |   - | 308 |2472 |   0 |   0 | 526 |  13k|7612 | 0.000000e+00 |      --      |    Inf 
143.26/143.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.26/143.36	c   143s|240000 |   101 |  1959k|   8.2 |  11M|  51 |  30 | 308 |2648 | 308 | 610 | 526 |  13k|7749 | 0.000000e+00 |      --      |    Inf 
148.47/148.57	c   149s|250000 |    99 |  2033k|   8.1 |  11M|  51 |  41 | 308 |2871 | 308 | 610 | 526 |  14k|7825 | 0.000000e+00 |      --      |    Inf 
153.76/153.88	c   154s|260000 |    98 |  2107k|   8.1 |  11M|  55 |   - | 308 |2698 |   0 |   0 | 526 |  14k|7972 | 0.000000e+00 |      --      |    Inf 
159.26/159.39	c   159s|270000 |    98 |  2188k|   8.1 |  11M|  55 |  30 | 308 |2824 | 308 | 610 | 526 |  15k|8047 | 0.000000e+00 |      --      |    Inf 
164.86/164.91	c   165s|280000 |   125 |  2265k|   8.1 |  11M|  55 |  29 | 308 |3011 | 308 | 610 | 526 |  16k|8184 | 0.000000e+00 |      --      |    Inf 
170.25/170.35	c   170s|290000 |   101 |  2343k|   8.1 |  11M|  56 |   - | 308 |2886 |   0 |   0 | 526 |  16k|8262 | 0.000000e+00 |      --      |    Inf 
176.06/176.17	c   176s|300000 |    98 |  2429k|   8.1 |  11M|  56 |   - | 308 |2922 |   0 |   0 | 526 |  17k|8408 | 0.000000e+00 |      --      |    Inf 
181.75/181.83	c   182s|310000 |   108 |  2511k|   8.1 |  11M|  60 |  27 | 308 |2995 | 308 | 610 | 526 |  17k|8505 | 0.000000e+00 |      --      |    Inf 
187.65/187.74	c   188s|320000 |    90 |  2596k|   8.1 |  11M|  60 |  41 | 308 |2918 | 308 | 610 | 526 |  18k|8686 | 0.000000e+00 |      --      |    Inf 
192.85/192.97	c   193s|330000 |   109 |  2669k|   8.1 |  11M|  60 |  27 | 308 |2663 | 308 | 610 | 526 |  18k|8773 | 0.000000e+00 |      --      |    Inf 
198.15/198.23	c   198s|340000 |   101 |  2741k|   8.1 |  11M|  60 |  37 | 308 |2910 | 308 | 610 | 526 |  19k|8881 | 0.000000e+00 |      --      |    Inf 
203.55/203.69	c   204s|350000 |    97 |  2817k|   8.0 |  11M|  60 |   - | 308 |2946 | 308 | 610 | 526 |  19k|8995 | 0.000000e+00 |      --      |    Inf 
208.65/208.77	c   209s|360000 |    94 |  2886k|   8.0 |  11M|  60 |   - | 308 |2909 |   0 |   0 | 526 |  20k|9075 | 0.000000e+00 |      --      |    Inf 
215.35/215.49	c   215s|370000 |    84 |  2974k|   8.0 |  11M|  60 |  33 | 308 |2775 | 308 | 610 | 526 |  21k|9785 | 0.000000e+00 |      --      |    Inf 
220.85/220.93	c   221s|380000 |   114 |  3052k|   8.0 |  11M|  60 |  24 | 308 |2535 | 308 | 610 | 526 |  21k|9880 | 0.000000e+00 |      --      |    Inf 
225.95/226.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
225.95/226.06	c   226s|390000 |    95 |  3126k|   8.0 |  11M|  60 |  29 | 308 |2606 | 308 | 610 | 526 |  22k|9891 | 0.000000e+00 |      --      |    Inf 
231.25/231.36	c   231s|400000 |    91 |  3203k|   8.0 |  11M|  60 |   - | 308 |2677 |   0 |   0 | 526 |  22k|9899 | 0.000000e+00 |      --      |    Inf 
236.75/236.81	c   237s|410000 |    92 |  3281k|   8.0 |  11M|  60 |   - | 308 |2638 |   0 |   0 | 526 |  23k|9963 | 0.000000e+00 |      --      |    Inf 
242.04/242.18	c   242s|420000 |    85 |  3358k|   8.0 |  11M|  60 |   - | 308 |2749 |   0 |   0 | 526 |  23k|  10k| 0.000000e+00 |      --      |    Inf 
248.24/248.33	c   248s|430000 |    86 |  3442k|   8.0 |  11M|  60 |   - | 308 |2800 | 308 | 610 | 526 |  24k|  10k| 0.000000e+00 |      --      |    Inf 
254.65/254.74	c   255s|440000 |    79 |  3536k|   8.0 |  11M|  60 |   - | 308 |2809 | 308 | 610 | 526 |  25k|  10k| 0.000000e+00 |      --      |    Inf 
260.84/260.94	c   261s|450000 |    90 |  3627k|   8.1 |  11M|  60 |  31 | 308 |2922 | 308 | 610 | 526 |  25k|  10k| 0.000000e+00 |      --      |    Inf 
267.04/267.10	c   267s|460000 |    87 |  3718k|   8.1 |  11M|  60 |   - | 308 |2924 | 308 | 610 | 526 |  26k|  10k| 0.000000e+00 |      --      |    Inf 
272.34/272.46	c   272s|470000 |    93 |  3794k|   8.1 |  11M|  60 |  22 | 308 |3065 | 308 | 610 | 526 |  26k|  10k| 0.000000e+00 |      --      |    Inf 
278.44/278.58	c   279s|480000 |   108 |  3882k|   8.1 |  11M|  60 |   - | 308 |3050 | 308 | 610 | 526 |  27k|  10k| 0.000000e+00 |      --      |    Inf 
285.04/285.19	c   285s|490000 |    83 |  3980k|   8.1 |  11M|  60 |  28 | 308 |3017 | 308 | 610 | 526 |  27k|  11k| 0.000000e+00 |      --      |    Inf 
290.74/290.82	c   291s|500000 |    82 |  4059k|   8.1 |  11M|  60 |  15 | 308 |3083 | 308 | 610 | 526 |  27k|  11k| 0.000000e+00 |      --      |    Inf 
295.94/296.01	c   296s|510000 |    95 |  4130k|   8.1 |  11M|  60 |   - | 308 |3406 |   0 |   0 | 526 |  28k|  11k| 0.000000e+00 |      --      |    Inf 
301.44/301.52	c   302s|520000 |    92 |  4209k|   8.1 |  11M|  60 |   - | 308 |3594 | 308 | 610 | 526 |  29k|  11k| 0.000000e+00 |      --      |    Inf 
306.93/307.02	c   307s|530000 |    87 |  4282k|   8.1 |  11M|  60 |   - | 308 |3442 |   0 |   0 | 526 |  29k|  11k| 0.000000e+00 |      --      |    Inf 
312.04/312.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
312.04/312.17	c   312s|540000 |    96 |  4352k|   8.1 |  11M|  60 |  29 | 308 |3580 | 308 | 610 | 526 |  30k|  11k| 0.000000e+00 |      --      |    Inf 
317.43/317.59	c   318s|550000 |    79 |  4425k|   8.0 |  11M|  60 |  28 | 308 |3208 | 308 | 610 | 526 |  30k|  11k| 0.000000e+00 |      --      |    Inf 
323.13/323.27	c   323s|560000 |    83 |  4505k|   8.0 |  11M|  60 |  41 | 308 |3439 | 308 | 610 | 526 |  31k|  11k| 0.000000e+00 |      --      |    Inf 
328.93/329.00	c   329s|570000 |    80 |  4587k|   8.0 |  11M|  60 |  32 | 308 |3609 | 308 | 610 | 526 |  31k|  11k| 0.000000e+00 |      --      |    Inf 
334.82/334.97	c   335s|580000 |    84 |  4671k|   8.1 |  11M|  60 |  28 | 308 |3572 | 308 | 610 | 526 |  32k|  12k| 0.000000e+00 |      --      |    Inf 
340.43/340.58	c   341s|590000 |    94 |  4751k|   8.1 |  11M|  60 |   - | 308 |3418 |   0 |   0 | 526 |  32k|  12k| 0.000000e+00 |      --      |    Inf 
345.83/345.99	c   346s|600000 |    99 |  4827k|   8.0 |  12M|  60 |  31 | 308 |3714 | 308 | 610 | 526 |  33k|  12k| 0.000000e+00 |      --      |    Inf 
351.42/351.53	c   352s|610000 |   103 |  4907k|   8.0 |  12M|  60 |   - | 308 |3821 |   0 |   0 | 526 |  34k|  12k| 0.000000e+00 |      --      |    Inf 
357.43/357.56	c   358s|620000 |    97 |  4997k|   8.1 |  12M|  60 |   - | 308 |3690 |   0 |   0 | 526 |  34k|  12k| 0.000000e+00 |      --      |    Inf 
363.03/363.17	c   363s|630000 |    93 |  5078k|   8.1 |  12M|  60 |  29 | 308 |3870 | 308 | 610 | 526 |  35k|  12k| 0.000000e+00 |      --      |    Inf 
368.72/368.86	c   369s|640000 |   101 |  5158k|   8.1 |  12M|  60 |   - | 308 |3861 |   0 |   0 | 526 |  35k|  12k| 0.000000e+00 |      --      |    Inf 
374.23/374.30	c   374s|650000 |    91 |  5235k|   8.1 |  12M|  60 |   - | 308 |3936 | 308 | 610 | 526 |  36k|  12k| 0.000000e+00 |      --      |    Inf 
379.62/379.75	c   380s|660000 |   112 |  5312k|   8.0 |  12M|  60 |   - | 308 |4157 | 308 | 610 | 526 |  36k|  12k| 0.000000e+00 |      --      |    Inf 
385.12/385.22	c   385s|670000 |   118 |  5389k|   8.0 |  12M|  60 |   - | 308 |4385 |   0 |   0 | 526 |  37k|  12k| 0.000000e+00 |      --      |    Inf 
390.32/390.45	c   390s|680000 |   115 |  5463k|   8.0 |  12M|  60 |   - | 308 |4487 |   0 |   0 | 526 |  38k|  12k| 0.000000e+00 |      --      |    Inf 
395.83/395.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
395.83/395.94	c   396s|690000 |   134 |  5541k|   8.0 |  12M|  60 |   - | 308 |4679 |   0 |   0 | 526 |  38k|  12k| 0.000000e+00 |      --      |    Inf 
401.43/401.52	c   402s|700000 |   148 |  5619k|   8.0 |  12M|  60 |  27 | 308 |4668 | 308 | 610 | 526 |  39k|  12k| 0.000000e+00 |      --      |    Inf 
407.02/407.12	c   407s|710000 |   132 |  5698k|   8.0 |  12M|  62 |   - | 308 |4668 |   0 |   0 | 526 |  39k|  13k| 0.000000e+00 |      --      |    Inf 
412.81/412.91	c   413s|720000 |   125 |  5780k|   8.0 |  12M|  62 |  18 | 308 |4382 | 308 | 610 | 526 |  40k|  13k| 0.000000e+00 |      --      |    Inf 
418.41/418.52	c   419s|730000 |   138 |  5859k|   8.0 |  12M|  62 |   - | 308 |4423 |   0 |   0 | 526 |  40k|  13k| 0.000000e+00 |      --      |    Inf 
423.81/423.96	c   424s|740000 |   141 |  5935k|   8.0 |  12M|  62 |   - | 308 |4489 |   0 |   0 | 526 |  41k|  13k| 0.000000e+00 |      --      |    Inf 
429.71/429.84	c   430s|750000 |   132 |  6021k|   8.0 |  12M|  62 |  24 | 308 |4318 | 308 | 610 | 526 |  41k|  13k| 0.000000e+00 |      --      |    Inf 
435.01/435.14	c   435s|760000 |   135 |  6095k|   8.0 |  12M|  62 |   - | 308 |4481 |   0 |   0 | 526 |  42k|  13k| 0.000000e+00 |      --      |    Inf 
440.32/440.44	c   440s|770000 |   130 |  6168k|   8.0 |  12M|  62 |   - | 308 |4570 |   0 |   0 | 526 |  42k|  13k| 0.000000e+00 |      --      |    Inf 
446.01/446.15	c   446s|780000 |   147 |  6247k|   8.0 |  12M|  62 |  34 | 308 |4338 | 308 | 610 | 526 |  43k|  13k| 0.000000e+00 |      --      |    Inf 
452.02/452.14	c   452s|790000 |   134 |  6333k|   8.0 |  12M|  62 |   - | 308 |4456 |   0 |   0 | 526 |  43k|  13k| 0.000000e+00 |      --      |    Inf 
457.61/457.76	c   458s|800000 |   131 |  6412k|   8.0 |  12M|  62 |   - | 308 |4734 |   0 |   0 | 526 |  44k|  13k| 0.000000e+00 |      --      |    Inf 
463.61/463.71	c   464s|810000 |   134 |  6498k|   8.0 |  12M|  62 |  33 | 308 |4804 | 308 | 610 | 526 |  44k|  13k| 0.000000e+00 |      --      |    Inf 
469.11/469.24	c   469s|820000 |   133 |  6575k|   8.0 |  12M|  62 |   - | 308 |5026 |   0 |   0 | 526 |  45k|  13k| 0.000000e+00 |      --      |    Inf 
474.81/474.91	c   475s|830000 |   133 |  6655k|   8.0 |  12M|  62 |  36 | 308 |5229 | 308 | 610 | 526 |  45k|  13k| 0.000000e+00 |      --      |    Inf 
480.70/480.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
480.70/480.86	c   481s|840000 |   139 |  6740k|   8.0 |  12M|  62 |  32 | 308 |4784 | 308 | 610 | 526 |  46k|  13k| 0.000000e+00 |      --      |    Inf 
486.51/486.62	c   487s|850000 |   137 |  6822k|   8.0 |  12M|  62 |  37 | 308 |4836 | 308 | 610 | 526 |  46k|  14k| 0.000000e+00 |      --      |    Inf 
492.10/492.24	c   492s|860000 |   149 |  6901k|   8.0 |  12M|  62 |   - | 308 |5068 |   0 |   0 | 526 |  47k|  14k| 0.000000e+00 |      --      |    Inf 
497.61/497.71	c   498s|870000 |   181 |  6978k|   8.0 |  12M|  62 |  33 | 308 |5275 | 308 | 610 | 526 |  48k|  14k| 0.000000e+00 |      --      |    Inf 
503.41/503.54	c   504s|880000 |   155 |  7060k|   8.0 |  12M|  62 |   - | 308 |5175 |   0 |   0 | 526 |  48k|  14k| 0.000000e+00 |      --      |    Inf 
509.11/509.25	c   509s|890000 |   151 |  7142k|   8.0 |  12M|  62 |  31 | 308 |5038 | 308 | 610 | 526 |  49k|  14k| 0.000000e+00 |      --      |    Inf 
515.10/515.23	c   515s|900000 |   137 |  7229k|   8.0 |  12M|  62 |  60 | 308 |4466 | 308 | 610 | 526 |  49k|  14k| 0.000000e+00 |      --      |    Inf 
520.90/521.06	c   521s|910000 |   132 |  7313k|   8.0 |  12M|  62 |  21 | 308 |4604 | 308 | 610 | 526 |  50k|  14k| 0.000000e+00 |      --      |    Inf 
526.30/526.46	c   526s|920000 |   131 |  7388k|   8.0 |  12M|  62 |   - | 308 |4641 |   0 |   0 | 526 |  50k|  14k| 0.000000e+00 |      --      |    Inf 
531.90/532.02	c   532s|930000 |   128 |  7467k|   8.0 |  12M|  62 |  23 | 308 |4806 | 308 | 610 | 526 |  51k|  14k| 0.000000e+00 |      --      |    Inf 
537.20/537.39	c   537s|940000 |   138 |  7542k|   8.0 |  12M|  62 |  15 | 308 |5052 | 308 | 610 | 526 |  51k|  14k| 0.000000e+00 |      --      |    Inf 
542.89/543.02	c   543s|950000 |   121 |  7622k|   8.0 |  12M|  62 |   - | 308 |4890 |   0 |   0 | 526 |  52k|  14k| 0.000000e+00 |      --      |    Inf 
548.89/549.04	c   549s|960000 |   130 |  7710k|   8.0 |  12M|  62 |   - | 308 |4903 | 308 | 610 | 526 |  52k|  14k| 0.000000e+00 |      --      |    Inf 
555.10/555.26	c   555s|970000 |   137 |  7802k|   8.0 |  12M|  62 |  28 | 308 |4821 | 308 | 610 | 526 |  53k|  14k| 0.000000e+00 |      --      |    Inf 
561.00/561.17	c   561s|980000 |   134 |  7888k|   8.0 |  12M|  62 |  38 | 308 |4524 | 308 | 610 | 526 |  53k|  14k| 0.000000e+00 |      --      |    Inf 
566.79/566.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
566.79/566.98	c   567s|990000 |   141 |  7971k|   8.1 |  12M|  62 |  41 | 308 |4554 | 308 | 610 | 526 |  53k|  14k| 0.000000e+00 |      --      |    Inf 
573.00/573.11	c   573s|  1000k|   141 |  8063k|   8.1 |  12M|  62 |  30 | 308 |4499 | 308 | 610 | 526 |  54k|  15k| 0.000000e+00 |      --      |    Inf 
578.99/579.19	c   579s|  1010k|   153 |  8152k|   8.1 |  12M|  62 |   - | 308 |4453 | 308 | 610 | 526 |  54k|  15k| 0.000000e+00 |      --      |    Inf 
584.79/584.91	c   585s|  1020k|   154 |  8234k|   8.1 |  12M|  62 |  42 | 308 |4526 | 308 | 610 | 526 |  55k|  15k| 0.000000e+00 |      --      |    Inf 
590.69/590.81	c   591s|  1030k|   149 |  8319k|   8.1 |  12M|  62 |  20 | 308 |4250 | 308 | 610 | 526 |  55k|  15k| 0.000000e+00 |      --      |    Inf 
596.10/596.24	c   596s|  1040k|   142 |  8396k|   8.1 |  12M|  62 |  37 | 308 |4385 | 308 | 610 | 526 |  56k|  15k| 0.000000e+00 |      --      |    Inf 
602.18/602.32	c   602s|  1050k|   135 |  8486k|   8.1 |  12M|  62 |   - | 308 |4241 | 308 | 610 | 526 |  56k|  15k| 0.000000e+00 |      --      |    Inf 
607.69/607.85	c   608s|  1060k|   142 |  8564k|   8.1 |  12M|  62 |  29 | 308 |4384 | 308 | 610 | 526 |  57k|  15k| 0.000000e+00 |      --      |    Inf 
613.69/613.87	c   614s|  1070k|   140 |  8652k|   8.1 |  12M|  65 |   - | 308 |4275 |   0 |   0 | 526 |  57k|  15k| 0.000000e+00 |      --      |    Inf 
619.38/619.50	c   619s|  1080k|   150 |  8733k|   8.1 |  12M|  65 |  25 | 308 |4450 | 308 | 610 | 526 |  58k|  15k| 0.000000e+00 |      --      |    Inf 
625.49/625.66	c   626s|  1090k|   144 |  8824k|   8.1 |  12M|  65 |   - | 308 |4394 |   0 |   0 | 526 |  58k|  15k| 0.000000e+00 |      --      |    Inf 
631.38/631.57	c   632s|  1100k|   162 |  8911k|   8.1 |  12M|  65 |   - | 308 |4410 | 308 | 610 | 526 |  58k|  15k| 0.000000e+00 |      --      |    Inf 
637.38/637.57	c   638s|  1110k|   138 |  8997k|   8.1 |  12M|  65 |  18 | 308 |4268 | 308 | 610 | 526 |  59k|  15k| 0.000000e+00 |      --      |    Inf 
643.18/643.36	c   643s|  1120k|   141 |  9081k|   8.1 |  12M|  65 |  27 | 308 |4390 | 308 | 610 | 526 |  59k|  15k| 0.000000e+00 |      --      |    Inf 
649.08/649.21	c   649s|  1130k|   145 |  9167k|   8.1 |  12M|  65 |  34 | 308 |4455 | 308 | 610 | 526 |  60k|  15k| 0.000000e+00 |      --      |    Inf 
654.98/655.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
654.98/655.17	c   655s|  1140k|   138 |  9255k|   8.1 |  12M|  65 |  33 | 308 |4409 | 308 | 610 | 526 |  60k|  15k| 0.000000e+00 |      --      |    Inf 
660.99/661.14	c   661s|  1150k|   124 |  9341k|   8.1 |  12M|  65 |   - | 308 |4323 |   0 |   0 | 526 |  60k|  15k| 0.000000e+00 |      --      |    Inf 
666.78/666.99	c   667s|  1160k|   126 |  9427k|   8.1 |  12M|  65 |  22 | 308 |4427 | 308 | 610 | 526 |  61k|  15k| 0.000000e+00 |      --      |    Inf 
672.58/672.79	c   673s|  1170k|   124 |  9511k|   8.1 |  12M|  65 |   - | 308 |4528 | 308 | 610 | 526 |  61k|  16k| 0.000000e+00 |      --      |    Inf 
678.98/679.13	c   679s|  1180k|   115 |  9606k|   8.1 |  12M|  65 |  26 | 308 |4287 | 308 | 610 | 526 |  62k|  16k| 0.000000e+00 |      --      |    Inf 
686.68/686.83	c   687s|  1190k|   115 |  9694k|   8.1 |  12M|  65 |  26 | 308 |3226 | 308 | 610 | 526 |  62k|  17k| 0.000000e+00 |      --      |    Inf 
692.07/692.22	c   692s|  1200k|   118 |  9771k|   8.1 |  12M|  65 |   - | 308 |3543 |   0 |   0 | 526 |  63k|  17k| 0.000000e+00 |      --      |    Inf 
697.18/697.30	c   697s|  1210k|   126 |  9840k|   8.1 |  12M|  65 |   - | 308 |3631 | 308 | 610 | 526 |  63k|  17k| 0.000000e+00 |      --      |    Inf 
701.97/702.14	c   702s|  1220k|   117 |  9904k|   8.1 |  12M|  65 |  25 | 308 |3948 | 308 | 610 | 526 |  64k|  17k| 0.000000e+00 |      --      |    Inf 
706.88/707.03	c   707s|  1230k|   117 |  9969k|   8.1 |  12M|  65 |  37 | 308 |4152 | 308 | 610 | 526 |  65k|  17k| 0.000000e+00 |      --      |    Inf 
711.97/712.11	c   712s|  1240k|   114 | 10038k|   8.1 |  12M|  65 |   - | 308 |4330 |   0 |   0 | 526 |  65k|  17k| 0.000000e+00 |      --      |    Inf 
717.17/717.38	c   717s|  1250k|   109 | 10111k|   8.1 |  12M|  65 |   - | 308 |3904 |   0 |   0 | 526 |  66k|  17k| 0.000000e+00 |      --      |    Inf 
722.27/722.47	c   722s|  1260k|   119 | 10181k|   8.1 |  12M|  65 |  17 | 308 |4079 | 308 | 610 | 526 |  67k|  17k| 0.000000e+00 |      --      |    Inf 
727.57/727.71	c   728s|  1270k|   116 | 10255k|   8.1 |  12M|  65 |  37 | 308 |4110 | 308 | 610 | 526 |  67k|  17k| 0.000000e+00 |      --      |    Inf 
732.77/732.98	c   733s|  1280k|   120 | 10329k|   8.1 |  12M|  65 |  25 | 308 |4145 | 308 | 610 | 526 |  68k|  17k| 0.000000e+00 |      --      |    Inf 
733.57/733.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
733.57/733.79	c * 734s|  1281k|     0 | 10341k|   8.1 |  12M|  65 |   - | 308 |4155 | 308 | 610 | 526 |  68k|  17k| 0.000000e+00 | 0.000000e+00 |   0.00%
733.57/733.79	c 
733.57/733.79	c SCIP Status        : problem is solved [optimal solution found]
733.57/733.79	c Solving Time (sec) : 733.79
733.57/733.79	c Solving Nodes      : 1281494
733.57/733.79	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
733.57/733.79	c Dual Bound         : +0.00000000000000e+00
733.57/733.79	c Gap                : 0.00 %
733.57/733.79	s SATISFIABLE
733.57/733.79	v x315 -x316 x313 -x314 -x311 x312 -x309 x310 -x307 x308 -x305 x306 x303 -x304 x301 -x302 -x299 -x300 -x297 -x298 -x295 -x296 -x293 
733.57/733.79	v x294 -x291 x292 -x289 x290 -x287 x288 -x285 x286 -x283 x284 -x281 x282 x279 -x280 x277 -x278 x275 -x276 -x273 -x274 x271 -x272 
733.57/733.79	v x269 -x270 x267 -x268 x265 -x266 x263 -x264 x261 -x262 -x259 -x260 -x257 -x258 x255 -x256 x253 -x254 -x251 x252 -x249 x250 
733.57/733.79	v -x247 x248 -x245 x246 x243 -x244 x241 -x242 -x239 x240 x237 -x238 -x235 x236 -x233 x234 -x231 x232 -x229 x230 x227 -x228 x225 
733.57/733.79	v -x226 x223 -x224 x221 -x222 -x219 x220 -x217 x218 x215 -x216 -x213 x214 -x211 x212 -x209 x210 -x207 x208 x205 -x206 x203 
733.57/733.79	v -x204 x201 -x202 -x200 -x198 -x196 -x194 -x192 -x190 -x188 -x186 -x184 -x182 -x180 -x178 -x176 -x174 -x172 -x170 -x168 -x166 
733.57/733.79	v -x164 -x162 -x160 -x158 -x156 -x154 -x152 -x150 -x148 -x146 x144 x142 -x140 -x138 -x136 -x134 -x132 -x130 -x128 -x126 -x124 -x122 
733.57/733.79	v -x120 -x118 -x116 -x114 -x112 -x110 -x108 -x106 -x104 -x102 -x100 -x98 -x96 -x94 -x92 -x90 -x88 -x86 -x84 -x82 -x80 -x78 
733.57/733.79	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 
733.57/733.79	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 
733.57/733.79	v x171 x169 -x167 -x165 -x163 -x161 -x159 -x157 -x155 -x153 -x151 -x149 -x147 -x145 -x143 -x141 x139 -x137 -x135 -x133 -x131 
733.57/733.79	v x129 -x127 -x125 -x123 -x121 x119 -x117 -x115 -x113 -x111 -x109 -x107 -x105 -x103 -x101 x99 -x97 x95 -x93 -x91 -x89 -x87 -x85 
733.57/733.79	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 
733.57/733.79	v -x33 -x31 -x29 -x27 -x25 -x23 -x21 -x19 -x17 -x15 -x13 -x11 -x9 -x7 -x5 -x3 -x1 
733.57/733.79	c SCIP Status        : problem is solved [optimal solution found]
733.57/733.79	c Total Time         :     733.79
733.57/733.79	c   solving          :     733.79
733.57/733.79	c   presolving       :       0.02 (included in solving)
733.57/733.79	c   reading          :       0.00 (included in solving)
733.57/733.79	c Original Problem   :
733.57/733.79	c   Problem name     : HOME/instance-3729053-1338680102.opb
733.57/733.79	c   Variables        : 316 (316 binary, 0 integer, 0 implicit integer, 0 continuous)
733.57/733.79	c   Constraints      : 476 initial, 476 maximal
733.57/733.79	c Presolved Problem  :
733.57/733.79	c   Problem name     : t_HOME/instance-3729053-1338680102.opb
733.57/733.79	c   Variables        : 308 (308 binary, 0 integer, 0 implicit integer, 0 continuous)
733.57/733.79	c   Constraints      : 464 initial, 5280 maximal
733.57/733.79	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
733.57/733.79	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
733.57/733.79	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
733.57/733.79	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
733.57/733.79	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
733.57/733.79	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
733.57/733.79	c   implics          :       0.00          0          8          0          0          0          0          0          0          0
733.57/733.79	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
733.57/733.79	c   knapsack         :       0.01          0          0          0          0          0          0          0          0          0
733.57/733.79	c   setppc           :       0.00          0          0          0          0          0         12          0          0          0
733.57/733.79	c   linear           :       0.01          0          0          0          0          0          0          0          0          0
733.57/733.79	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
733.57/733.79	c   root node        :          -          0          -          -          0          -          -          -          -          -
733.57/733.79	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
733.57/733.79	c   integral         :          0          0          0     645863          0          3          0        412       2173          0          0    1287814
733.57/733.79	c   knapsack         :        202          5    3216526          0          0          0    7518731     476361   11322484        528          0          0
733.57/733.79	c   setppc           :        154          5    2703395          0          0          0    1595103       1434    3361286          0          0          0
733.57/733.79	c   linear           :          0+         5     123183          0          0          0        187          3       1671          0          0          0
733.57/733.79	c   logicor          :        108+         5    2082244          1          0          0      69689       8038    2164851          0          0          0
733.57/733.79	c   countsols        :          0          0          0          1          0          2          0          0          0          0          0          0
733.57/733.79	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
733.57/733.79	c   integral         :      27.37       0.00       0.00      27.37       0.00       0.00       0.00
733.57/733.79	c   knapsack         :      43.83       0.01      37.32       0.00       0.00       0.00       6.50
733.57/733.79	c   setppc           :       7.94       0.00       6.80       0.00       0.00       0.00       1.14
733.57/733.79	c   linear           :       0.12       0.00       0.12       0.00       0.00       0.00       0.00
733.57/733.79	c   logicor          :      16.53       0.00      16.43       0.00       0.00       0.00       0.09
733.57/733.79	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
733.57/733.79	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
733.57/733.79	c   vbounds          :          0          0          0          0
733.57/733.79	c   rootredcost      :          0          0          0          0
733.57/733.79	c   pseudoobj        :          0          0          0          0
733.57/733.79	c Propagator Timings :  TotalTime  Propagate    Resprop
733.57/733.79	c   vbounds          :       2.12       2.12       0.00
733.57/733.79	c   rootredcost      :       2.09       2.09       0.00
733.57/733.79	c   pseudoobj        :       2.02       2.02       0.00
733.57/733.79	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
733.57/733.79	c   propagation      :      17.71      74898      65388     374903       68.9        907       76.3          -
733.57/733.79	c   infeasible LP    :      11.22     157399          0          0        0.0          0        0.0          0
733.57/733.79	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
733.57/733.79	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
733.57/733.79	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
733.57/733.79	c   applied globally :          -          -          -      60164       18.0          -          -          -
733.57/733.79	c   applied locally  :          -          -          -       8314       37.0          -          -          -
733.57/733.79	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
733.57/733.79	c   cut pool         :       0.00          4          -          -         78          -    (maximal pool size: 2082)
733.57/733.79	c   redcost          :       4.07     645276          0          0          0          0
733.57/733.79	c   impliedbounds    :       0.00          5          0          0        798          0
733.57/733.79	c   intobj           :       0.00          0          0          0          0          0
733.57/733.79	c   gomory           :       0.17          5          0          0        189          0
733.57/733.79	c   cgmip            :       0.00          0          0          0          0          0
733.57/733.79	c   closecuts        :       0.00          0          0          0          0          0
733.57/733.79	c   strongcg         :       0.19          5          0          0       2185          0
733.57/733.79	c   cmir             :       0.00          0          0          0          0          0
733.57/733.79	c   flowcover        :       0.00          0          0          0          0          0
733.57/733.79	c   clique           :       0.01          1          0          0          0          0
733.57/733.79	c   zerohalf         :       0.00          0          0          0          0          0
733.57/733.79	c   mcf              :       0.00          1          0          0          0          0
733.57/733.79	c   oddcycle         :       0.00          0          0          0          0          0
733.57/733.79	c   rapidlearning    :       0.04          1          0          0          0          3
733.57/733.79	c Pricers            :       Time      Calls       Vars
733.57/733.79	c   problem variables:       0.00          0          0
733.57/733.79	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
733.57/733.79	c   relpscost        :      25.98     645862        412       2173          0          0    1287814
733.57/733.79	c   pscost           :       0.00          0          0          0          0          0          0
733.57/733.79	c   inference        :       0.00          0          0          0          0          0          0
733.57/733.79	c   mostinf          :       0.00          0          0          0          0          0          0
733.57/733.79	c   leastinf         :       0.00          0          0          0          0          0          0
733.57/733.79	c   fullstrong       :       0.00          0          0          0          0          0          0
733.57/733.79	c   allfullstrong    :       0.00          0          0          0          0          0          0
733.57/733.79	c   random           :       0.00          0          0          0          0          0          0
733.57/733.79	c Primal Heuristics  :       Time      Calls      Found
733.57/733.79	c   LP solutions     :       0.00          -          1
733.57/733.79	c   pseudo solutions :       0.00          -          0
733.57/733.79	c   trivial          :       0.00          1          0
733.57/733.79	c   shiftandpropagate:       0.00          0          0
733.57/733.79	c   simplerounding   :       0.00          0          0
733.57/733.79	c   zirounding       :       0.00          0          0
733.57/733.79	c   rounding         :       0.00          0          0
733.57/733.79	c   shifting         :       0.00          0          0
733.57/733.79	c   intshifting      :       0.00          0          0
733.57/733.79	c   oneopt           :       0.00          0          0
733.57/733.79	c   twoopt           :       0.00          0          0
733.57/733.79	c   fixandinfer      :       0.00          0          0
733.57/733.79	c   feaspump         :       0.00          0          0
733.57/733.79	c   clique           :       0.00          0          0
733.57/733.79	c   coefdiving       :       0.00          0          0
733.57/733.79	c   pscostdiving     :       0.00          0          0
733.57/733.79	c   fracdiving       :       0.00          0          0
733.57/733.79	c   veclendiving     :       0.00          0          0
733.57/733.79	c   intdiving        :       0.00          0          0
733.57/733.79	c   actconsdiving    :       0.00          0          0
733.57/733.79	c   objpscostdiving  :       0.00          0          0
733.57/733.79	c   rootsoldiving    :       0.00          0          0
733.57/733.79	c   linesearchdiving :       0.00          0          0
733.57/733.79	c   guideddiving     :       0.00          0          0
733.57/733.79	c   octane           :       0.00          0          0
733.57/733.79	c   rens             :       0.00          0          0
733.57/733.79	c   rins             :       0.00          0          0
733.57/733.79	c   localbranching   :       0.00          0          0
733.57/733.79	c   mutation         :       0.00          0          0
733.57/733.79	c   crossover        :       0.00          0          0
733.57/733.79	c   dins             :       0.00          0          0
733.57/733.79	c   vbounds          :       0.00          0          0
733.57/733.79	c   undercover       :       0.00          0          0
733.57/733.79	c   subnlp           :       0.00          0          0
733.57/733.79	c   trysol           :       0.00          0          0
733.57/733.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
733.57/733.79	c   primal LP        :       0.00          0          0       0.00          -
733.57/733.79	c   dual LP          :     494.07     802382   10341203      12.89   20930.64
733.57/733.79	c   lex dual LP      :       0.00          0          0       0.00          -
733.57/733.79	c   barrier LP       :       0.00          0          0       0.00          -
733.57/733.79	c   diving/probing LP:       0.00          0          0       0.00          -
733.57/733.79	c   strong branching :      18.78      17706     276639      15.62   14727.34
733.57/733.79	c     (at root node) :          -          9       2188     243.11          -
733.57/733.79	c   conflict analysis:       0.00          0          0       0.00          -
733.57/733.79	c B&B Tree           :
733.57/733.79	c   number of runs   :          1
733.57/733.79	c   nodes            :    1281494
733.57/733.79	c   nodes (total)    :    1281494
733.57/733.79	c   nodes left       :          0
733.57/733.79	c   max depth        :         65
733.57/733.79	c   max depth (total):         65
733.57/733.79	c   backtracks       :     162820 (12.7%)
733.57/733.79	c   delayed cutoffs  :       6199
733.57/733.79	c   repropagations   :     137003 (375838 domain reductions, 6061 cutoffs)
733.57/733.79	c   avg switch length:       2.72
733.57/733.79	c   switching time   :      39.74
733.57/733.79	c Solution           :
733.57/733.79	c   Solutions found  :          1 (1 improvements)
733.57/733.79	c   First Solution   : +0.00000000000000e+00   (in run 1, after 1281494 nodes, 733.79 seconds, depth 34, found by <relaxation>)
733.57/733.79	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 1281494 nodes, 733.79 seconds, depth 34, found by <relaxation>)
733.57/733.79	c   Dual Bound       : +0.00000000000000e+00
733.57/733.79	c   Gap              :       0.00 %
733.57/733.79	c   Root Dual Bound  : +0.00000000000000e+00
733.57/733.79	c   Root Iterations  :       1225
733.67/733.80	c Time complete: 733.67.

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3729053-1338680102/watcher-3729053-1338680102 -o /tmp/evaluation-result-3729053-1338680102/solver-3729053-1338680102 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3729053-1338680102.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.11 1.94 1.30 3/176 1880
/proc/meminfo: memFree=27774308/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=10952 CPUtime=0 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 1752 0 0 0 0 0 0 0 20 0 1 0 334077180 11214848 1707 33554432000 4194304 9016284 140734006742192 140734672680408 7870589 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 2738 1716 340 1178 0 1556 0

[startup+0.089825 s]
/proc/loadavg: 2.11 1.94 1.30 3/176 1880
/proc/meminfo: memFree=27774308/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=36156 CPUtime=0.08 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 7962 0 0 0 7 1 0 0 20 0 1 0 334077180 37023744 7660 33554432000 4194304 9016284 140734006742192 140734672680408 7824814 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 9039 7660 674 1178 0 7857 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36156

[startup+0.100341 s]
/proc/loadavg: 2.11 1.94 1.30 3/176 1880
/proc/meminfo: memFree=27774308/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=29872 CPUtime=0.09 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 7979 0 0 0 8 1 0 0 20 0 1 0 334077180 30588928 6337 33554432000 4194304 9016284 140734006742192 140734672680408 6561064 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 7468 6337 683 1178 0 6286 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29872

[startup+0.300251 s]
/proc/loadavg: 2.11 1.94 1.30 3/176 1880
/proc/meminfo: memFree=27774308/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=29928 CPUtime=0.29 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 8022 0 0 0 28 1 0 0 20 0 1 0 334077180 30646272 6380 33554432000 4194304 9016284 140734006742192 140734672680408 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 7482 6380 683 1178 0 6300 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29928

[startup+0.700271 s]
/proc/loadavg: 2.11 1.94 1.30 3/176 1880
/proc/meminfo: memFree=27774308/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=34056 CPUtime=0.69 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 9047 0 0 0 67 2 0 0 20 0 1 0 334077180 34873344 7405 33554432000 4194304 9016284 140734006742192 140734672680408 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 8514 7405 684 1178 0 7332 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34056

[startup+1.50023 s]
/proc/loadavg: 2.11 1.94 1.30 3/177 1881
/proc/meminfo: memFree=27747508/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=34056 CPUtime=1.49 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 9052 0 0 0 146 3 0 0 20 0 1 0 334077180 34873344 7410 33554432000 4194304 9016284 140734006742192 140734006735448 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 8514 7410 688 1178 0 7332 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34056

[startup+3.10023 s]
/proc/loadavg: 2.10 1.94 1.30 3/177 1881
/proc/meminfo: memFree=27747136/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=34056 CPUtime=3.09 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 9052 0 0 0 301 8 0 0 20 0 1 0 334077180 34873344 7410 33554432000 4194304 9016284 140734006742192 140734006735448 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 8514 7410 688 1178 0 7332 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34056

[startup+6.30023 s]
/proc/loadavg: 2.10 1.94 1.30 3/177 1881
/proc/meminfo: memFree=27746516/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=34056 CPUtime=6.29 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 9109 0 0 0 615 14 0 0 20 0 1 0 334077180 34873344 7467 33554432000 4194304 9016284 140734006742192 140734006736520 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 8514 7467 688 1178 0 7332 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34056

[startup+12.7002 s]
/proc/loadavg: 2.08 1.94 1.31 3/177 1881
/proc/meminfo: memFree=27746124/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=34056 CPUtime=12.69 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 9151 0 0 0 1246 23 0 0 20 0 1 0 334077180 34873344 7509 33554432000 4194304 9016284 140734006742192 140734006736008 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 8514 7509 688 1178 0 7332 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34056

[startup+25.5002 s]
/proc/loadavg: 2.07 1.94 1.31 3/176 1881
/proc/meminfo: memFree=27746256/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=34324 CPUtime=25.48 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 9227 0 0 0 2503 45 0 0 20 0 1 0 334077180 35147776 7585 33554432000 4194304 9016284 140734006742192 140734006736152 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 8581 7585 688 1178 0 7399 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34324

[startup+51.1002 s]
/proc/loadavg: 2.05 1.95 1.33 3/177 1882
/proc/meminfo: memFree=27743436/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=34768 CPUtime=51.07 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 9333 0 0 0 5017 90 0 0 20 0 1 0 334077180 35602432 7897 33554432000 4194304 9016284 140734006742192 140734006736520 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 8692 7897 688 1178 0 7510 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34768

[startup+102.307 s]
/proc/loadavg: 2.02 1.95 1.37 3/177 1882
/proc/meminfo: memFree=27740768/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=35372 CPUtime=102.27 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 9456 0 0 0 10060 167 0 0 20 0 1 0 334077180 36220928 8020 33554432000 4194304 9016284 140734006742192 140734006736152 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 8843 8020 688 1178 0 7661 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 35372

[startup+162.3 s]
/proc/loadavg: 2.00 1.96 1.40 3/177 1882
/proc/meminfo: memFree=27737480/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=35508 CPUtime=162.25 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 9503 0 0 0 15963 262 0 0 20 0 1 0 334077180 36360192 8067 33554432000 4194304 9016284 140734006742192 140734006736520 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 8877 8067 688 1178 0 7695 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 35508

[startup+222.3 s]
/proc/loadavg: 2.00 1.96 1.44 3/177 1882
/proc/meminfo: memFree=27736860/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=36144 CPUtime=222.25 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 9665 0 0 0 21869 356 0 0 20 0 1 0 334077180 37011456 8229 33554432000 4194304 9016284 140734006742192 140734006736520 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 9036 8229 688 1178 0 7854 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 36144

[startup+282.3 s]
/proc/loadavg: 2.00 1.97 1.47 3/177 1882
/proc/meminfo: memFree=27734684/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=36276 CPUtime=282.23 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 9698 0 0 0 27779 444 0 0 20 0 1 0 334077180 37146624 8261 33554432000 4194304 9016284 140734006742192 140734006736408 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 9069 8261 688 1178 0 7887 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 36276

[startup+342.3 s]
/proc/loadavg: 2.07 1.99 1.51 3/178 1886
/proc/meminfo: memFree=27730336/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=36892 CPUtime=342.23 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 9841 0 0 0 33683 540 0 0 20 0 1 0 334077180 37777408 8402 33554432000 4194304 9016284 140734006742192 140734006736520 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 9223 8402 688 1178 0 8041 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 36892

[startup+402.3 s]
/proc/loadavg: 2.02 1.99 1.54 3/177 1886
/proc/meminfo: memFree=27729964/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=37468 CPUtime=402.22 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 9998 0 0 0 39591 631 0 0 20 0 1 0 334077180 38367232 8559 33554432000 4194304 9016284 140734006742192 140734006736520 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 9367 8559 688 1178 0 8185 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 37468

[startup+462.3 s]
/proc/loadavg: 2.01 1.99 1.56 3/177 1886
/proc/meminfo: memFree=27730088/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=37616 CPUtime=462.21 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 10044 0 0 0 45494 727 0 0 20 0 1 0 334077180 38518784 8605 33554432000 4194304 9016284 140734006742192 140734006736520 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 9404 8605 688 1178 0 8222 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 37616

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 1.58 3/177 1886
/proc/meminfo: memFree=27726492/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=37944 CPUtime=522.2 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 10131 0 0 0 51398 822 0 0 20 0 1 0 334077180 38854656 8692 33554432000 4194304 9016284 140734006742192 140734006736360 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 9486 8692 688 1178 0 8304 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 37944

[startup+582.3 s]
/proc/loadavg: 2.00 1.99 1.61 3/178 1887
/proc/meminfo: memFree=27725740/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=37944 CPUtime=582.19 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 10143 0 0 0 57306 913 0 0 20 0 1 0 334077180 38854656 8704 33554432000 4194304 9016284 140734006742192 140734006736104 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 9486 8704 688 1178 0 8304 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 37944

[startup+642.3 s]
/proc/loadavg: 2.07 2.00 1.64 3/177 1888
/proc/meminfo: memFree=27725000/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=38092 CPUtime=642.18 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 10146 0 0 0 63203 1015 0 0 20 0 1 0 334077180 39006208 8707 33554432000 4194304 9016284 140734006742192 140734006735608 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 9523 8707 688 1178 0 8341 0
Current children cumulated CPU time (s) 642.18
Current children cumulated vsize (KiB) 38092

[startup+702.3 s]
/proc/loadavg: 2.02 2.00 1.65 3/177 1888
/proc/meminfo: memFree=27722396/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=38092 CPUtime=702.18 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 10155 0 0 0 69104 1114 0 0 20 0 1 0 334077180 39006208 8716 33554432000 4194304 9016284 140734006742192 140734006736360 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 9523 8716 688 1178 0 8341 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 38092

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

[startup+716.7 s]
/proc/loadavg: 2.02 2.00 1.66 3/177 1888
/proc/meminfo: memFree=27722396/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=38092 CPUtime=716.57 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 10156 0 0 0 70524 1133 0 0 20 0 1 0 334077180 39006208 8717 33554432000 4194304 9016284 140734006742192 140734006736520 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 9523 8717 688 1178 0 8341 0
Current children cumulated CPU time (s) 716.57
Current children cumulated vsize (KiB) 38092

[startup+723.1 s]
/proc/loadavg: 2.02 2.00 1.66 3/177 1888
/proc/meminfo: memFree=27722272/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=38092 CPUtime=722.97 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 10159 0 0 0 71155 1142 0 0 20 0 1 0 334077180 39006208 8720 33554432000 4194304 9016284 140734006742192 140734006736520 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 9523 8720 688 1178 0 8341 0
Current children cumulated CPU time (s) 722.97
Current children cumulated vsize (KiB) 38092

[startup+729.5 s]
/proc/loadavg: 2.01 2.00 1.66 3/177 1888
/proc/meminfo: memFree=27722272/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=38092 CPUtime=729.37 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 10159 0 0 0 71787 1150 0 0 20 0 1 0 334077180 39006208 8720 33554432000 4194304 9016284 140734006742192 140734006736520 18446744073699066235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 9523 8720 688 1178 0 8341 0
Current children cumulated CPU time (s) 729.37
Current children cumulated vsize (KiB) 38092

[startup+731.1 s]
/proc/loadavg: 2.01 2.00 1.66 3/177 1888
/proc/meminfo: memFree=27722084/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=38092 CPUtime=730.97 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 10160 0 0 0 71943 1154 0 0 20 0 1 0 334077180 39006208 8721 33554432000 4194304 9016284 140734006742192 140734006736152 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 9523 8721 688 1178 0 8341 0
Current children cumulated CPU time (s) 730.97
Current children cumulated vsize (KiB) 38092

[startup+732.7 s]
/proc/loadavg: 2.01 2.00 1.66 3/177 1888
/proc/meminfo: memFree=27722084/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=38092 CPUtime=732.57 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 10160 0 0 0 72099 1158 0 0 20 0 1 0 334077180 39006208 8721 33554432000 4194304 9016284 140734006742192 140734006736152 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 9523 8721 688 1178 0 8341 0
Current children cumulated CPU time (s) 732.57
Current children cumulated vsize (KiB) 38092

[startup+733.5 s]
/proc/loadavg: 2.01 2.00 1.66 3/177 1888
/proc/meminfo: memFree=27722084/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=38092 CPUtime=733.37 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 10162 0 0 0 72178 1159 0 0 20 0 1 0 334077180 39006208 8723 33554432000 4194304 9016284 140734006742192 140734006736472 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 9523 8723 688 1178 0 8341 0
Current children cumulated CPU time (s) 733.37
Current children cumulated vsize (KiB) 38092

[startup+733.707 s]
/proc/loadavg: 2.01 2.00 1.66 3/177 1888
/proc/meminfo: memFree=27722084/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=38092 CPUtime=733.57 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 10162 0 0 0 72198 1159 0 0 20 0 1 0 334077180 39006208 8723 33554432000 4194304 9016284 140734006742192 140734006736472 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 9523 8723 688 1178 0 8341 0
Current children cumulated CPU time (s) 733.57
Current children cumulated vsize (KiB) 38092

[startup+733.8 s]
/proc/loadavg: 2.01 2.00 1.66 3/177 1888
/proc/meminfo: memFree=27722084/32873844 swapFree=7128/7128
[pid=1880] ppid=1878 vsize=38092 CPUtime=733.67 cores=1,3,5,7
/proc/1880/stat : 1880 (scip-2.0.1.4b_2) R 1878 1880 25330 0 -1 4202496 10165 0 0 0 72208 1159 0 0 20 0 1 0 334077180 39006208 8726 33554432000 4194304 9016284 140734006742192 140734006736472 4538716 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1880/statm: 9523 8726 691 1178 0 8341 0
Current children cumulated CPU time (s) 733.67
Current children cumulated vsize (KiB) 38092

Child status: 0
Real time (s): 733.806
CPU time (s): 733.683
CPU user time (s): 722.086
CPU system time (s): 11.5972
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 38092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 722.086
system time used= 11.5972
maximum resident set size= 34904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10170
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= 13
involuntary context switches= 754

runsolver used 1.05084 second user time and 2.96455 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-03 01:35:02
IDJOB=3729053
IDBENCH=1163
IDSOLVER=2329
FILE ID=node105/3729053-1338680102
RUNJOBID= node105-1338679210-1718
PBS_JOBID= 14636708
Free space on /tmp= 71260 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army10.14ls.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729053-1338680102/watcher-3729053-1338680102 -o /tmp/evaluation-result-3729053-1338680102/solver-3729053-1338680102 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3729053-1338680102.opb -t 1800 -m 15500

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

MD5SUM BENCH= 8999d4ddd4825a5d620fe0a3c798bc24
RANDOM SEED=1969302145

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27775052 kB
Buffers:          539084 kB
Cached:          3532988 kB
SwapCached:         1700 kB
Active:          1171740 kB
Inactive:        3046644 kB
Active(anon):     142544 kB
Inactive(anon):     4808 kB
Active(file):    1029196 kB
Inactive(file):  3041836 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             16664 kB
Writeback:             0 kB
AnonPages:        150516 kB
Mapped:            11520 kB
Shmem:                 0 kB
Slab:             740672 kB
SReclaimable:     182148 kB
SUnreclaim:       558524 kB
KernelStack:        1440 kB
PageTables:         4500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     267060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71244 MiB
End job on node105 at 2012-06-03 01:47:16