Trace number 3489040

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)SAT 708.327 708.31

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.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-3489040-1307750198.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.01/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.01/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.01/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.01/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.01/0.02	c presolving (5 rounds):
0.01/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.01/0.02	c  9460 implications, 0 cliques
0.01/0.02	c presolved problem has 308 variables (308 bin, 0 int, 0 impl, 0 cont) and 464 constraints
0.01/0.02	c     202 constraints of type <knapsack>
0.01/0.02	c     154 constraints of type <setppc>
0.01/0.02	c     108 constraints of type <logicor>
0.01/0.02	c transformed objective value is always integral (scale: 1)
0.01/0.02	c Presolving Time: 0.01
0.01/0.02	c - non default parameters ----------------------------------------------------------------------
0.01/0.02	c # SCIP version 2.0.1.5
0.01/0.02	c 
0.01/0.02	c # frequency for displaying node information lines
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.02	c display/freq = 10000
0.01/0.02	c 
0.01/0.02	c # maximal time in seconds to run
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.02	c limits/time = 1797
0.01/0.02	c 
0.01/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.02	c limits/memory = 13950
0.01/0.02	c 
0.01/0.02	c # solving stops, if the given number of solutions were found (-1: no limit)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.02	c limits/solutions = 1
0.01/0.02	c 
0.01/0.02	c # maximal number of separation rounds per node (-1: unlimited)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 5]
0.01/0.02	c separating/maxrounds = 1
0.01/0.02	c 
0.01/0.02	c # maximal number of separation rounds in the root node (-1: unlimited)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.02	c separating/maxroundsroot = 5
0.01/0.02	c 
0.01/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.02	c # [type: int, range: [1,2], default: 1]
0.01/0.02	c timing/clocktype = 2
0.01/0.02	c 
0.01/0.02	c # belongs reading time to solving time?
0.01/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.02	c timing/reading = TRUE
0.01/0.02	c 
0.01/0.02	c # should presolving try to simplify inequalities
0.01/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.02	c constraints/linear/simplifyinequalities = TRUE
0.01/0.02	c 
0.01/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.02	c constraints/indicator/addCouplingCons = TRUE
0.01/0.02	c 
0.01/0.02	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.01/0.02	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.01/0.02	c constraints/knapsack/disaggregation = FALSE
0.01/0.02	c 
0.01/0.02	c # should presolving try to simplify knapsacks
0.01/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.02	c 
0.01/0.02	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.02	c presolving/probing/maxrounds = 0
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.02	c heuristics/coefdiving/freq = -1
0.01/0.02	c 
0.01/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.02	c heuristics/coefdiving/maxlpiterquot = 0.075
0.01/0.02	c 
0.01/0.02	c # additional number of allowed LP iterations
0.01/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.02	c heuristics/coefdiving/maxlpiterofs = 1500
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 30]
0.01/0.02	c heuristics/crossover/freq = -1
0.01/0.02	c 
0.01/0.02	c # number of nodes added to the contingent of the total nodes
0.01/0.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.02	c heuristics/crossover/nodesofs = 750
0.01/0.02	c 
0.01/0.02	c # number of nodes without incumbent change that heuristic should wait
0.01/0.02	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.01/0.02	c heuristics/crossover/nwaitingnodes = 100
0.01/0.02	c 
0.01/0.02	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.01/0.02	c # [type: real, range: [0,1], default: 0.1]
0.01/0.02	c heuristics/crossover/nodesquot = 0.15
0.01/0.02	c 
0.01/0.02	c # minimum percentage of integer variables that have to be fixed 
0.01/0.02	c # [type: real, range: [0,1], default: 0.666]
0.01/0.02	c heuristics/crossover/minfixingrate = 0.5
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.02	c heuristics/feaspump/freq = -1
0.01/0.02	c 
0.01/0.02	c # additional number of allowed LP iterations
0.01/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.02	c heuristics/feaspump/maxlpiterofs = 2000
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.02	c heuristics/fracdiving/freq = -1
0.01/0.02	c 
0.01/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.02	c heuristics/fracdiving/maxlpiterquot = 0.075
0.01/0.02	c 
0.01/0.02	c # additional number of allowed LP iterations
0.01/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.02	c heuristics/fracdiving/maxlpiterofs = 1500
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.02	c heuristics/guideddiving/freq = -1
0.01/0.02	c 
0.01/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.02	c heuristics/guideddiving/maxlpiterquot = 0.075
0.01/0.02	c 
0.01/0.02	c # additional number of allowed LP iterations
0.01/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.02	c heuristics/guideddiving/maxlpiterofs = 1500
0.01/0.02	c 
0.01/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.02	c heuristics/intdiving/maxlpiterquot = 0.075
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.02	c heuristics/intshifting/freq = -1
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.02	c heuristics/linesearchdiving/freq = -1
0.01/0.02	c 
0.01/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.02	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.01/0.02	c 
0.01/0.02	c # additional number of allowed LP iterations
0.01/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.02	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.02	c heuristics/objpscostdiving/freq = -1
0.01/0.02	c 
0.01/0.02	c # maximal fraction of diving LP iterations compared to total iteration number
0.01/0.02	c # [type: real, range: [0,1], default: 0.01]
0.01/0.02	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.01/0.02	c 
0.01/0.02	c # additional number of allowed LP iterations
0.01/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.02	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.02	c heuristics/oneopt/freq = -1
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.02	c heuristics/pscostdiving/freq = -1
0.01/0.02	c 
0.01/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.02	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.01/0.02	c 
0.01/0.02	c # additional number of allowed LP iterations
0.01/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.02	c heuristics/pscostdiving/maxlpiterofs = 1500
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.02	c heuristics/rens/freq = -1
0.01/0.02	c 
0.01/0.02	c # minimum percentage of integer variables that have to be fixable 
0.01/0.02	c # [type: real, range: [0,1], default: 0.5]
0.01/0.02	c heuristics/rens/minfixingrate = 0.3
0.01/0.02	c 
0.01/0.02	c # number of nodes added to the contingent of the total nodes
0.01/0.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.02	c heuristics/rens/nodesofs = 2000
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.02	c heuristics/rootsoldiving/freq = -1
0.01/0.02	c 
0.01/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.01/0.02	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.01/0.02	c 
0.01/0.02	c # additional number of allowed LP iterations
0.01/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.02	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.02	c heuristics/rounding/freq = -1
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.02	c heuristics/shiftandpropagate/freq = -1
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.02	c heuristics/shifting/freq = -1
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.02	c heuristics/simplerounding/freq = -1
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.02	c heuristics/subnlp/freq = -1
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.02	c heuristics/trivial/freq = -1
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.02	c heuristics/trysol/freq = -1
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.02	c heuristics/undercover/freq = -1
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.02	c heuristics/veclendiving/freq = -1
0.01/0.02	c 
0.01/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.02	c heuristics/veclendiving/maxlpiterquot = 0.075
0.01/0.02	c 
0.01/0.02	c # additional number of allowed LP iterations
0.01/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.02	c heuristics/veclendiving/maxlpiterofs = 1500
0.01/0.02	c 
0.01/0.02	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.02	c heuristics/zirounding/freq = -1
0.01/0.02	c 
0.01/0.02	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.02	c separating/cmir/freq = -1
0.01/0.02	c 
0.01/0.02	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.02	c separating/flowcover/freq = -1
0.01/0.02	c 
0.01/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.02	c separating/rapidlearning/freq = 0
0.01/0.02	c 
0.01/0.02	c -----------------------------------------------------------------------------------------------
0.01/0.02	c start solving
0.01/0.02	c 
0.01/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.01/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.12	c   0.1s|     1 |     0 |   870 |     - |2908k|   0 | 136 | 308 | 467 | 308 | 738 | 274 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |  1089 |     - |4281k|   0 | 183 | 308 | 467 | 308 | 900 | 436 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |  1140 |     - |6535k|   0 | 192 | 308 | 467 | 308 | 967 | 503 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.42	c   0.4s|     1 |     0 |  1215 |     - |8054k|   0 | 190 | 308 | 467 | 308 | 968 | 504 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.51	c   0.5s|     1 |     0 |  1225 |     - |9933k|   0 | 191 | 308 | 467 | 308 | 990 | 526 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.74	c   0.7s|     1 |     2 |  1225 |     - |9934k|   0 | 191 | 308 | 467 | 308 | 990 | 526 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
8.49/8.55	c   8.5s| 10000 |    55 | 80404 |   7.9 |  10M|  35 |  24 | 308 | 908 | 308 | 610 | 526 | 673 |2086 | 0.000000e+00 |      --      |    Inf 
13.39/13.45	c  13.4s| 20000 |    56 |154367 |   7.7 |  10M|  46 |  19 | 308 |1177 | 308 | 610 | 526 |1307 |2120 | 0.000000e+00 |      --      |    Inf 
19.39/19.41	c  19.4s| 30000 |    55 |239575 |   7.9 |  10M|  46 |   - | 308 |1454 |   0 |   0 | 526 |1926 |2542 | 0.000000e+00 |      --      |    Inf 
25.09/25.13	c  25.1s| 40000 |    54 |321739 |   8.0 |  10M|  46 |  32 | 308 |1645 | 308 | 610 | 526 |2406 |2894 | 0.000000e+00 |      --      |    Inf 
31.29/31.36	c  31.4s| 50000 |    76 |407988 |   8.1 |  10M|  46 |  31 | 308 |1569 | 308 | 610 | 526 |2974 |3433 | 0.000000e+00 |      --      |    Inf 
37.49/37.52	c  37.5s| 60000 |    80 |495525 |   8.2 |  10M|  46 |  23 | 308 |1671 | 308 | 610 | 526 |3471 |3889 | 0.000000e+00 |      --      |    Inf 
42.99/43.08	c  43.1s| 70000 |    92 |575047 |   8.2 |  10M|  46 |   - | 308 |1812 |   0 |   0 | 526 |4019 |4211 | 0.000000e+00 |      --      |    Inf 
48.69/48.74	c  48.7s| 80000 |    96 |657246 |   8.2 |  10M|  51 |  21 | 308 |1725 | 308 | 610 | 526 |4587 |4490 | 0.000000e+00 |      --      |    Inf 
53.40/53.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.40/53.45	c  53.4s| 90000 |   105 |724029 |   8.0 |  11M|  51 |  26 | 308 |1964 | 308 | 610 | 526 |5249 |4665 | 0.000000e+00 |      --      |    Inf 
58.30/58.39	c  58.4s|100000 |   105 |793257 |   7.9 |  11M|  51 |  39 | 308 |2105 | 308 | 610 | 526 |5878 |4880 | 0.000000e+00 |      --      |    Inf 
64.39/64.49	c  64.5s|110000 |   114 |882011 |   8.0 |  11M|  51 |   - | 308 |2110 |   0 |   0 | 526 |6326 |5220 | 0.000000e+00 |      --      |    Inf 
70.70/70.71	c  70.7s|120000 |    94 |974706 |   8.1 |  11M|  51 |   - | 308 |2134 |   0 |   0 | 526 |6750 |5498 | 0.000000e+00 |      --      |    Inf 
76.10/76.13	c  76.1s|130000 |    96 |  1052k|   8.1 |  11M|  51 |   - | 308 |2143 |   0 |   0 | 526 |7318 |5688 | 0.000000e+00 |      --      |    Inf 
82.30/82.33	c  82.3s|140000 |   118 |  1144k|   8.2 |  11M|  51 |  33 | 308 |2381 | 308 | 610 | 526 |7949 |5953 | 0.000000e+00 |      --      |    Inf 
88.39/88.48	c  88.5s|150000 |   105 |  1235k|   8.2 |  11M|  51 |  19 | 308 |2055 | 308 | 610 | 526 |8600 |6221 | 0.000000e+00 |      --      |    Inf 
94.20/94.25	c  94.2s|160000 |   100 |  1321k|   8.3 |  11M|  51 |  21 | 308 |2037 | 308 | 610 | 526 |9255 |6417 | 0.000000e+00 |      --      |    Inf 
99.00/99.04	c  99.0s|170000 |    99 |  1390k|   8.2 |  11M|  51 |  27 | 308 |2251 | 308 | 610 | 526 |9871 |6504 | 0.000000e+00 |      --      |    Inf 
104.09/104.16	c   104s|180000 |   109 |  1465k|   8.1 |  11M|  51 |   - | 308 |2533 |   0 |   0 | 526 |  10k|6638 | 0.000000e+00 |      --      |    Inf 
109.19/109.27	c   109s|190000 |   102 |  1540k|   8.1 |  11M|  51 |   - | 308 |2557 |   0 |   0 | 526 |  11k|6767 | 0.000000e+00 |      --      |    Inf 
115.00/115.08	c   115s|200000 |    92 |  1623k|   8.1 |  11M|  51 |   - | 308 |2402 |   0 |   0 | 526 |  11k|7063 | 0.000000e+00 |      --      |    Inf 
121.29/121.31	c   121s|210000 |    96 |  1714k|   8.2 |  11M|  51 |   - | 308 |2225 |   0 |   0 | 526 |  12k|7307 | 0.000000e+00 |      --      |    Inf 
127.19/127.28	c   127s|220000 |    83 |  1803k|   8.2 |  11M|  51 |   - | 308 |2256 | 308 | 610 | 526 |  12k|7521 | 0.000000e+00 |      --      |    Inf 
132.49/132.53	c   133s|230000 |    99 |  1883k|   8.2 |  11M|  51 |   - | 308 |2472 |   0 |   0 | 526 |  13k|7612 | 0.000000e+00 |      --      |    Inf 
137.69/137.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
137.69/137.73	c   138s|240000 |   101 |  1959k|   8.2 |  11M|  51 |  30 | 308 |2648 | 308 | 610 | 526 |  13k|7749 | 0.000000e+00 |      --      |    Inf 
142.69/142.73	c   143s|250000 |    99 |  2033k|   8.1 |  11M|  51 |  41 | 308 |2871 | 308 | 610 | 526 |  14k|7825 | 0.000000e+00 |      --      |    Inf 
147.80/147.82	c   148s|260000 |    98 |  2107k|   8.1 |  11M|  55 |   - | 308 |2698 |   0 |   0 | 526 |  14k|7972 | 0.000000e+00 |      --      |    Inf 
153.09/153.13	c   153s|270000 |    98 |  2188k|   8.1 |  11M|  55 |  30 | 308 |2824 | 308 | 610 | 526 |  15k|8047 | 0.000000e+00 |      --      |    Inf 
158.40/158.44	c   158s|280000 |   125 |  2265k|   8.1 |  11M|  55 |  29 | 308 |3011 | 308 | 610 | 526 |  16k|8184 | 0.000000e+00 |      --      |    Inf 
163.70/163.70	c   164s|290000 |   101 |  2343k|   8.1 |  11M|  56 |   - | 308 |2886 |   0 |   0 | 526 |  16k|8262 | 0.000000e+00 |      --      |    Inf 
169.30/169.33	c   169s|300000 |    98 |  2429k|   8.1 |  11M|  56 |   - | 308 |2922 |   0 |   0 | 526 |  17k|8408 | 0.000000e+00 |      --      |    Inf 
174.80/174.81	c   175s|310000 |   108 |  2511k|   8.1 |  11M|  60 |  27 | 308 |2995 | 308 | 610 | 526 |  17k|8505 | 0.000000e+00 |      --      |    Inf 
180.50/180.52	c   181s|320000 |    90 |  2596k|   8.1 |  11M|  60 |  41 | 308 |2918 | 308 | 610 | 526 |  18k|8686 | 0.000000e+00 |      --      |    Inf 
185.49/185.53	c   186s|330000 |   109 |  2669k|   8.1 |  11M|  60 |  27 | 308 |2663 | 308 | 610 | 526 |  18k|8773 | 0.000000e+00 |      --      |    Inf 
190.49/190.56	c   191s|340000 |   101 |  2741k|   8.1 |  11M|  60 |  37 | 308 |2910 | 308 | 610 | 526 |  19k|8881 | 0.000000e+00 |      --      |    Inf 
195.80/195.81	c   196s|350000 |    97 |  2817k|   8.0 |  11M|  60 |   - | 308 |2946 | 308 | 610 | 526 |  19k|8995 | 0.000000e+00 |      --      |    Inf 
200.60/200.66	c   201s|360000 |    94 |  2886k|   8.0 |  11M|  60 |   - | 308 |2909 |   0 |   0 | 526 |  20k|9075 | 0.000000e+00 |      --      |    Inf 
207.19/207.20	c   207s|370000 |    84 |  2974k|   8.0 |  11M|  60 |  33 | 308 |2775 | 308 | 610 | 526 |  21k|9785 | 0.000000e+00 |      --      |    Inf 
212.40/212.42	c   212s|380000 |   114 |  3052k|   8.0 |  11M|  60 |  24 | 308 |2535 | 308 | 610 | 526 |  21k|9880 | 0.000000e+00 |      --      |    Inf 
217.30/217.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
217.30/217.33	c   217s|390000 |    95 |  3126k|   8.0 |  11M|  60 |  29 | 308 |2606 | 308 | 610 | 526 |  22k|9891 | 0.000000e+00 |      --      |    Inf 
222.40/222.42	c   222s|400000 |    91 |  3203k|   8.0 |  11M|  60 |   - | 308 |2677 |   0 |   0 | 526 |  22k|9899 | 0.000000e+00 |      --      |    Inf 
227.59/227.67	c   228s|410000 |    92 |  3281k|   8.0 |  11M|  60 |   - | 308 |2638 |   0 |   0 | 526 |  23k|9963 | 0.000000e+00 |      --      |    Inf 
232.80/232.83	c   233s|420000 |    85 |  3358k|   8.0 |  11M|  60 |   - | 308 |2749 |   0 |   0 | 526 |  23k|  10k| 0.000000e+00 |      --      |    Inf 
238.79/238.80	c   239s|430000 |    86 |  3442k|   8.0 |  11M|  60 |   - | 308 |2800 | 308 | 610 | 526 |  24k|  10k| 0.000000e+00 |      --      |    Inf 
245.00/245.00	c   245s|440000 |    79 |  3536k|   8.0 |  11M|  60 |   - | 308 |2809 | 308 | 610 | 526 |  25k|  10k| 0.000000e+00 |      --      |    Inf 
251.00/251.01	c   251s|450000 |    90 |  3627k|   8.1 |  11M|  60 |  31 | 308 |2922 | 308 | 610 | 526 |  25k|  10k| 0.000000e+00 |      --      |    Inf 
256.99/257.00	c   257s|460000 |    87 |  3718k|   8.1 |  11M|  60 |   - | 308 |2924 | 308 | 610 | 526 |  26k|  10k| 0.000000e+00 |      --      |    Inf 
262.10/262.17	c   262s|470000 |    93 |  3794k|   8.1 |  11M|  60 |  22 | 308 |3065 | 308 | 610 | 526 |  26k|  10k| 0.000000e+00 |      --      |    Inf 
268.10/268.11	c   268s|480000 |   108 |  3882k|   8.1 |  11M|  60 |   - | 308 |3050 | 308 | 610 | 526 |  27k|  10k| 0.000000e+00 |      --      |    Inf 
274.50/274.54	c   275s|490000 |    83 |  3980k|   8.1 |  11M|  60 |  28 | 308 |3017 | 308 | 610 | 526 |  27k|  11k| 0.000000e+00 |      --      |    Inf 
279.90/279.96	c   280s|500000 |    82 |  4059k|   8.1 |  11M|  60 |  15 | 308 |3083 | 308 | 610 | 526 |  27k|  11k| 0.000000e+00 |      --      |    Inf 
284.90/284.94	c   285s|510000 |    95 |  4130k|   8.1 |  11M|  60 |   - | 308 |3406 |   0 |   0 | 526 |  28k|  11k| 0.000000e+00 |      --      |    Inf 
290.20/290.25	c   290s|520000 |    92 |  4209k|   8.1 |  11M|  60 |   - | 308 |3594 | 308 | 610 | 526 |  29k|  11k| 0.000000e+00 |      --      |    Inf 
295.49/295.55	c   296s|530000 |    87 |  4282k|   8.1 |  11M|  60 |   - | 308 |3442 |   0 |   0 | 526 |  29k|  11k| 0.000000e+00 |      --      |    Inf 
300.40/300.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
300.40/300.47	c   300s|540000 |    96 |  4352k|   8.1 |  11M|  60 |  29 | 308 |3580 | 308 | 610 | 526 |  30k|  11k| 0.000000e+00 |      --      |    Inf 
305.60/305.69	c   306s|550000 |    79 |  4425k|   8.0 |  11M|  60 |  28 | 308 |3208 | 308 | 610 | 526 |  30k|  11k| 0.000000e+00 |      --      |    Inf 
311.10/311.20	c   311s|560000 |    83 |  4505k|   8.0 |  11M|  60 |  41 | 308 |3439 | 308 | 610 | 526 |  31k|  11k| 0.000000e+00 |      --      |    Inf 
316.70/316.75	c   317s|570000 |    80 |  4587k|   8.0 |  11M|  60 |  32 | 308 |3609 | 308 | 610 | 526 |  31k|  11k| 0.000000e+00 |      --      |    Inf 
322.50/322.54	c   323s|580000 |    84 |  4671k|   8.1 |  11M|  60 |  28 | 308 |3572 | 308 | 610 | 526 |  32k|  12k| 0.000000e+00 |      --      |    Inf 
327.90/327.96	c   328s|590000 |    94 |  4751k|   8.1 |  11M|  60 |   - | 308 |3418 |   0 |   0 | 526 |  32k|  12k| 0.000000e+00 |      --      |    Inf 
333.10/333.16	c   333s|600000 |    99 |  4827k|   8.0 |  12M|  60 |  31 | 308 |3714 | 308 | 610 | 526 |  33k|  12k| 0.000000e+00 |      --      |    Inf 
338.50/338.50	c   338s|610000 |   103 |  4907k|   8.0 |  12M|  60 |   - | 308 |3821 |   0 |   0 | 526 |  34k|  12k| 0.000000e+00 |      --      |    Inf 
344.31/344.34	c   344s|620000 |    97 |  4997k|   8.1 |  12M|  60 |   - | 308 |3690 |   0 |   0 | 526 |  34k|  12k| 0.000000e+00 |      --      |    Inf 
349.70/349.75	c   350s|630000 |    93 |  5078k|   8.1 |  12M|  60 |  29 | 308 |3870 | 308 | 610 | 526 |  35k|  12k| 0.000000e+00 |      --      |    Inf 
355.20/355.23	c   355s|640000 |   101 |  5158k|   8.1 |  12M|  60 |   - | 308 |3861 |   0 |   0 | 526 |  35k|  12k| 0.000000e+00 |      --      |    Inf 
360.40/360.49	c   360s|650000 |    91 |  5235k|   8.1 |  12M|  60 |   - | 308 |3936 | 308 | 610 | 526 |  36k|  12k| 0.000000e+00 |      --      |    Inf 
365.70/365.72	c   366s|660000 |   112 |  5312k|   8.0 |  12M|  60 |   - | 308 |4157 | 308 | 610 | 526 |  36k|  12k| 0.000000e+00 |      --      |    Inf 
371.00/371.00	c   371s|670000 |   118 |  5389k|   8.0 |  12M|  60 |   - | 308 |4385 |   0 |   0 | 526 |  37k|  12k| 0.000000e+00 |      --      |    Inf 
376.00/376.05	c   376s|680000 |   115 |  5463k|   8.0 |  12M|  60 |   - | 308 |4487 |   0 |   0 | 526 |  38k|  12k| 0.000000e+00 |      --      |    Inf 
381.30/381.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
381.30/381.33	c   381s|690000 |   134 |  5541k|   8.0 |  12M|  60 |   - | 308 |4679 |   0 |   0 | 526 |  38k|  12k| 0.000000e+00 |      --      |    Inf 
386.70/386.73	c   387s|700000 |   148 |  5619k|   8.0 |  12M|  60 |  27 | 308 |4668 | 308 | 610 | 526 |  39k|  12k| 0.000000e+00 |      --      |    Inf 
392.10/392.14	c   392s|710000 |   132 |  5698k|   8.0 |  12M|  62 |   - | 308 |4668 |   0 |   0 | 526 |  39k|  13k| 0.000000e+00 |      --      |    Inf 
397.70/397.74	c   398s|720000 |   125 |  5780k|   8.0 |  12M|  62 |  18 | 308 |4382 | 308 | 610 | 526 |  40k|  13k| 0.000000e+00 |      --      |    Inf 
403.10/403.18	c   403s|730000 |   138 |  5859k|   8.0 |  12M|  62 |   - | 308 |4423 |   0 |   0 | 526 |  40k|  13k| 0.000000e+00 |      --      |    Inf 
408.40/408.43	c   408s|740000 |   141 |  5935k|   8.0 |  12M|  62 |   - | 308 |4489 |   0 |   0 | 526 |  41k|  13k| 0.000000e+00 |      --      |    Inf 
414.10/414.14	c   414s|750000 |   132 |  6021k|   8.0 |  12M|  62 |  24 | 308 |4318 | 308 | 610 | 526 |  41k|  13k| 0.000000e+00 |      --      |    Inf 
419.20/419.23	c   419s|760000 |   135 |  6095k|   8.0 |  12M|  62 |   - | 308 |4481 |   0 |   0 | 526 |  42k|  13k| 0.000000e+00 |      --      |    Inf 
424.30/424.34	c   424s|770000 |   130 |  6168k|   8.0 |  12M|  62 |   - | 308 |4570 |   0 |   0 | 526 |  42k|  13k| 0.000000e+00 |      --      |    Inf 
429.80/429.85	c   430s|780000 |   147 |  6247k|   8.0 |  12M|  62 |  34 | 308 |4338 | 308 | 610 | 526 |  43k|  13k| 0.000000e+00 |      --      |    Inf 
435.60/435.67	c   436s|790000 |   134 |  6333k|   8.0 |  12M|  62 |   - | 308 |4456 |   0 |   0 | 526 |  43k|  13k| 0.000000e+00 |      --      |    Inf 
441.10/441.11	c   441s|800000 |   131 |  6412k|   8.0 |  12M|  62 |   - | 308 |4734 |   0 |   0 | 526 |  44k|  13k| 0.000000e+00 |      --      |    Inf 
446.90/446.90	c   447s|810000 |   134 |  6498k|   8.0 |  12M|  62 |  33 | 308 |4804 | 308 | 610 | 526 |  44k|  13k| 0.000000e+00 |      --      |    Inf 
452.20/452.24	c   452s|820000 |   133 |  6575k|   8.0 |  12M|  62 |   - | 308 |5026 |   0 |   0 | 526 |  45k|  13k| 0.000000e+00 |      --      |    Inf 
457.70/457.72	c   458s|830000 |   133 |  6655k|   8.0 |  12M|  62 |  36 | 308 |5229 | 308 | 610 | 526 |  45k|  13k| 0.000000e+00 |      --      |    Inf 
463.50/463.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
463.50/463.50	c   464s|840000 |   139 |  6740k|   8.0 |  12M|  62 |  32 | 308 |4784 | 308 | 610 | 526 |  46k|  13k| 0.000000e+00 |      --      |    Inf 
469.01/469.09	c   469s|850000 |   137 |  6822k|   8.0 |  12M|  62 |  37 | 308 |4836 | 308 | 610 | 526 |  46k|  14k| 0.000000e+00 |      --      |    Inf 
474.50/474.53	c   475s|860000 |   149 |  6901k|   8.0 |  12M|  62 |   - | 308 |5068 |   0 |   0 | 526 |  47k|  14k| 0.000000e+00 |      --      |    Inf 
479.80/479.80	c   480s|870000 |   181 |  6978k|   8.0 |  12M|  62 |  33 | 308 |5275 | 308 | 610 | 526 |  48k|  14k| 0.000000e+00 |      --      |    Inf 
485.40/485.45	c   485s|880000 |   155 |  7060k|   8.0 |  12M|  62 |   - | 308 |5175 |   0 |   0 | 526 |  48k|  14k| 0.000000e+00 |      --      |    Inf 
491.01/491.00	c   491s|890000 |   151 |  7142k|   8.0 |  12M|  62 |  31 | 308 |5038 | 308 | 610 | 526 |  49k|  14k| 0.000000e+00 |      --      |    Inf 
496.81/496.80	c   497s|900000 |   137 |  7229k|   8.0 |  12M|  62 |  60 | 308 |4466 | 308 | 610 | 526 |  49k|  14k| 0.000000e+00 |      --      |    Inf 
502.41/502.46	c   502s|910000 |   132 |  7313k|   8.0 |  12M|  62 |  21 | 308 |4604 | 308 | 610 | 526 |  50k|  14k| 0.000000e+00 |      --      |    Inf 
507.61/507.67	c   508s|920000 |   131 |  7388k|   8.0 |  12M|  62 |   - | 308 |4641 |   0 |   0 | 526 |  50k|  14k| 0.000000e+00 |      --      |    Inf 
513.00/513.03	c   513s|930000 |   128 |  7467k|   8.0 |  12M|  62 |  23 | 308 |4806 | 308 | 610 | 526 |  51k|  14k| 0.000000e+00 |      --      |    Inf 
518.20/518.21	c   518s|940000 |   138 |  7542k|   8.0 |  12M|  62 |  15 | 308 |5052 | 308 | 610 | 526 |  51k|  14k| 0.000000e+00 |      --      |    Inf 
523.61/523.66	c   524s|950000 |   121 |  7622k|   8.0 |  12M|  62 |   - | 308 |4890 |   0 |   0 | 526 |  52k|  14k| 0.000000e+00 |      --      |    Inf 
529.51/529.51	c   530s|960000 |   130 |  7710k|   8.0 |  12M|  62 |   - | 308 |4903 | 308 | 610 | 526 |  52k|  14k| 0.000000e+00 |      --      |    Inf 
535.50/535.56	c   536s|970000 |   137 |  7802k|   8.0 |  12M|  62 |  28 | 308 |4821 | 308 | 610 | 526 |  53k|  14k| 0.000000e+00 |      --      |    Inf 
541.21/541.30	c   541s|980000 |   134 |  7888k|   8.0 |  12M|  62 |  38 | 308 |4524 | 308 | 610 | 526 |  53k|  14k| 0.000000e+00 |      --      |    Inf 
546.91/546.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
546.91/546.92	c   547s|990000 |   141 |  7971k|   8.1 |  12M|  62 |  41 | 308 |4554 | 308 | 610 | 526 |  53k|  14k| 0.000000e+00 |      --      |    Inf 
552.81/552.89	c   553s|  1000k|   141 |  8063k|   8.1 |  12M|  62 |  30 | 308 |4499 | 308 | 610 | 526 |  54k|  15k| 0.000000e+00 |      --      |    Inf 
558.71/558.79	c   559s|  1010k|   153 |  8152k|   8.1 |  12M|  62 |   - | 308 |4453 | 308 | 610 | 526 |  54k|  15k| 0.000000e+00 |      --      |    Inf 
564.32/564.34	c   564s|  1020k|   154 |  8234k|   8.1 |  12M|  62 |  42 | 308 |4526 | 308 | 610 | 526 |  55k|  15k| 0.000000e+00 |      --      |    Inf 
570.00/570.06	c   570s|  1030k|   149 |  8319k|   8.1 |  12M|  62 |  20 | 308 |4250 | 308 | 610 | 526 |  55k|  15k| 0.000000e+00 |      --      |    Inf 
575.31/575.31	c   575s|  1040k|   142 |  8396k|   8.1 |  12M|  62 |  37 | 308 |4385 | 308 | 610 | 526 |  56k|  15k| 0.000000e+00 |      --      |    Inf 
581.21/581.21	c   581s|  1050k|   135 |  8486k|   8.1 |  12M|  62 |   - | 308 |4241 | 308 | 610 | 526 |  56k|  15k| 0.000000e+00 |      --      |    Inf 
586.51/586.56	c   587s|  1060k|   142 |  8564k|   8.1 |  12M|  62 |  29 | 308 |4384 | 308 | 610 | 526 |  57k|  15k| 0.000000e+00 |      --      |    Inf 
592.41/592.40	c   592s|  1070k|   140 |  8652k|   8.1 |  12M|  65 |   - | 308 |4275 |   0 |   0 | 526 |  57k|  15k| 0.000000e+00 |      --      |    Inf 
597.81/597.86	c   598s|  1080k|   150 |  8733k|   8.1 |  12M|  65 |  25 | 308 |4450 | 308 | 610 | 526 |  58k|  15k| 0.000000e+00 |      --      |    Inf 
603.81/603.85	c   604s|  1090k|   144 |  8824k|   8.1 |  12M|  65 |   - | 308 |4394 |   0 |   0 | 526 |  58k|  15k| 0.000000e+00 |      --      |    Inf 
609.60/609.60	c   610s|  1100k|   162 |  8911k|   8.1 |  12M|  65 |   - | 308 |4410 | 308 | 610 | 526 |  58k|  15k| 0.000000e+00 |      --      |    Inf 
615.41/615.43	c   615s|  1110k|   138 |  8997k|   8.1 |  12M|  65 |  18 | 308 |4268 | 308 | 610 | 526 |  59k|  15k| 0.000000e+00 |      --      |    Inf 
621.01/621.05	c   621s|  1120k|   141 |  9081k|   8.1 |  12M|  65 |  27 | 308 |4390 | 308 | 610 | 526 |  59k|  15k| 0.000000e+00 |      --      |    Inf 
626.71/626.73	c   627s|  1130k|   145 |  9167k|   8.1 |  12M|  65 |  34 | 308 |4455 | 308 | 610 | 526 |  60k|  15k| 0.000000e+00 |      --      |    Inf 
632.51/632.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
632.51/632.52	c   633s|  1140k|   138 |  9255k|   8.1 |  12M|  65 |  33 | 308 |4409 | 308 | 610 | 526 |  60k|  15k| 0.000000e+00 |      --      |    Inf 
638.31/638.32	c   638s|  1150k|   124 |  9341k|   8.1 |  12M|  65 |   - | 308 |4323 |   0 |   0 | 526 |  60k|  15k| 0.000000e+00 |      --      |    Inf 
644.01/644.00	c   644s|  1160k|   126 |  9427k|   8.1 |  12M|  65 |  22 | 308 |4427 | 308 | 610 | 526 |  61k|  15k| 0.000000e+00 |      --      |    Inf 
649.61/649.63	c   650s|  1170k|   124 |  9511k|   8.1 |  12M|  65 |   - | 308 |4528 | 308 | 610 | 526 |  61k|  16k| 0.000000e+00 |      --      |    Inf 
655.81/655.80	c   656s|  1180k|   115 |  9606k|   8.1 |  12M|  65 |  26 | 308 |4287 | 308 | 610 | 526 |  62k|  16k| 0.000000e+00 |      --      |    Inf 
663.31/663.35	c   663s|  1190k|   115 |  9694k|   8.1 |  12M|  65 |  26 | 308 |3226 | 308 | 610 | 526 |  62k|  17k| 0.000000e+00 |      --      |    Inf 
668.50/668.53	c   669s|  1200k|   118 |  9771k|   8.1 |  12M|  65 |   - | 308 |3543 |   0 |   0 | 526 |  63k|  17k| 0.000000e+00 |      --      |    Inf 
673.31/673.39	c   673s|  1210k|   126 |  9840k|   8.1 |  12M|  65 |   - | 308 |3631 | 308 | 610 | 526 |  63k|  17k| 0.000000e+00 |      --      |    Inf 
677.91/677.98	c   678s|  1220k|   117 |  9904k|   8.1 |  12M|  65 |  25 | 308 |3948 | 308 | 610 | 526 |  64k|  17k| 0.000000e+00 |      --      |    Inf 
682.61/682.63	c   683s|  1230k|   117 |  9969k|   8.1 |  12M|  65 |  37 | 308 |4152 | 308 | 610 | 526 |  65k|  17k| 0.000000e+00 |      --      |    Inf 
687.41/687.48	c   687s|  1240k|   114 | 10038k|   8.1 |  12M|  65 |   - | 308 |4330 |   0 |   0 | 526 |  65k|  17k| 0.000000e+00 |      --      |    Inf 
692.51/692.55	c   693s|  1250k|   109 | 10111k|   8.1 |  12M|  65 |   - | 308 |3904 |   0 |   0 | 526 |  66k|  17k| 0.000000e+00 |      --      |    Inf 
697.42/697.42	c   697s|  1260k|   119 | 10181k|   8.1 |  12M|  65 |  17 | 308 |4079 | 308 | 610 | 526 |  67k|  17k| 0.000000e+00 |      --      |    Inf 
702.41/702.46	c   702s|  1270k|   116 | 10255k|   8.1 |  12M|  65 |  37 | 308 |4110 | 308 | 610 | 526 |  67k|  17k| 0.000000e+00 |      --      |    Inf 
707.51/707.52	c   708s|  1280k|   120 | 10329k|   8.1 |  12M|  65 |  25 | 308 |4145 | 308 | 610 | 526 |  68k|  17k| 0.000000e+00 |      --      |    Inf 
708.20/708.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
708.20/708.29	c * 708s|  1281k|     0 | 10341k|   8.1 |  12M|  65 |   - | 308 |4155 | 308 | 610 | 526 |  68k|  17k| 0.000000e+00 | 0.000000e+00 |   0.00%
708.20/708.29	c 
708.20/708.29	c SCIP Status        : problem is solved [optimal solution found]
708.20/708.29	c Solving Time (sec) : 708.29
708.20/708.29	c Solving Nodes      : 1281494
708.20/708.29	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
708.20/708.29	c Dual Bound         : +0.00000000000000e+00
708.20/708.29	c Gap                : 0.00 %
708.20/708.30	s SATISFIABLE
708.20/708.30	v x315 -x316 x313 -x314 -x311 x312 -x309 x310 -x307 x308 -x305 x306 x303 -x304 x301 -x302 -x299 -x300 -x297 -x298 -x295 -x296 -x293 
708.20/708.30	v x294 -x291 x292 -x289 x290 -x287 x288 -x285 x286 -x283 x284 -x281 x282 x279 -x280 x277 -x278 x275 -x276 -x273 -x274 x271 -x272 
708.20/708.30	v x269 -x270 x267 -x268 x265 -x266 x263 -x264 x261 -x262 -x259 -x260 -x257 -x258 x255 -x256 x253 -x254 -x251 x252 -x249 x250 
708.20/708.30	v -x247 x248 -x245 x246 x243 -x244 x241 -x242 -x239 x240 x237 -x238 -x235 x236 -x233 x234 -x231 x232 -x229 x230 x227 -x228 x225 
708.20/708.30	v -x226 x223 -x224 x221 -x222 -x219 x220 -x217 x218 x215 -x216 -x213 x214 -x211 x212 -x209 x210 -x207 x208 x205 -x206 x203 
708.20/708.30	v -x204 x201 -x202 -x200 -x198 -x196 -x194 -x192 -x190 -x188 -x186 -x184 -x182 -x180 -x178 -x176 -x174 -x172 -x170 -x168 -x166 
708.20/708.30	v -x164 -x162 -x160 -x158 -x156 -x154 -x152 -x150 -x148 -x146 x144 x142 -x140 -x138 -x136 -x134 -x132 -x130 -x128 -x126 -x124 -x122 
708.20/708.30	v -x120 -x118 -x116 -x114 -x112 -x110 -x108 -x106 -x104 -x102 -x100 -x98 -x96 -x94 -x92 -x90 -x88 -x86 -x84 -x82 -x80 -x78 
708.20/708.30	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 
708.20/708.30	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 
708.20/708.30	v x171 x169 -x167 -x165 -x163 -x161 -x159 -x157 -x155 -x153 -x151 -x149 -x147 -x145 -x143 -x141 x139 -x137 -x135 -x133 -x131 
708.20/708.30	v x129 -x127 -x125 -x123 -x121 x119 -x117 -x115 -x113 -x111 -x109 -x107 -x105 -x103 -x101 x99 -x97 x95 -x93 -x91 -x89 -x87 -x85 
708.20/708.30	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 
708.20/708.30	v -x33 -x31 -x29 -x27 -x25 -x23 -x21 -x19 -x17 -x15 -x13 -x11 -x9 -x7 -x5 -x3 -x1 
708.20/708.30	c SCIP Status        : problem is solved [optimal solution found]
708.20/708.30	c Total Time         :     708.29
708.20/708.30	c   solving          :     708.29
708.20/708.30	c   presolving       :       0.01 (included in solving)
708.20/708.30	c   reading          :       0.00 (included in solving)
708.20/708.30	c Original Problem   :
708.20/708.30	c   Problem name     : HOME/instance-3489040-1307750198.opb
708.20/708.30	c   Variables        : 316 (316 binary, 0 integer, 0 implicit integer, 0 continuous)
708.20/708.30	c   Constraints      : 476 initial, 476 maximal
708.20/708.30	c Presolved Problem  :
708.20/708.30	c   Problem name     : t_HOME/instance-3489040-1307750198.opb
708.20/708.30	c   Variables        : 308 (308 binary, 0 integer, 0 implicit integer, 0 continuous)
708.20/708.30	c   Constraints      : 464 initial, 5280 maximal
708.20/708.30	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
708.20/708.30	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
708.20/708.30	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
708.20/708.30	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
708.20/708.30	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
708.20/708.30	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
708.20/708.30	c   implics          :       0.00          0          8          0          0          0          0          0          0          0
708.20/708.30	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
708.20/708.30	c   knapsack         :       0.01          0          0          0          0          0          0          0          0          0
708.20/708.30	c   setppc           :       0.00          0          0          0          0          0         12          0          0          0
708.20/708.30	c   linear           :       0.01          0          0          0          0          0          0          0          0          0
708.20/708.30	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
708.20/708.30	c   root node        :          -          0          -          -          0          -          -          -          -          -
708.20/708.30	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
708.20/708.30	c   integral         :          0          0          0     645863          0          3          0        412       2173          0          0    1287814
708.20/708.30	c   knapsack         :        202          5    3216526          0          0          0    7518731     476361   11322484        528          0          0
708.20/708.30	c   setppc           :        154          5    2703395          0          0          0    1595103       1434    3361286          0          0          0
708.20/708.30	c   linear           :          0+         5     123183          0          0          0        187          3       1671          0          0          0
708.20/708.30	c   logicor          :        108+         5    2082244          1          0          0      69689       8038    2164851          0          0          0
708.20/708.30	c   countsols        :          0          0          0          1          0          2          0          0          0          0          0          0
708.20/708.30	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
708.20/708.30	c   integral         :      26.12       0.00       0.00      26.12       0.00       0.00       0.00
708.20/708.30	c   knapsack         :      30.82       0.01      28.26       0.00       0.00       0.00       2.55
708.20/708.30	c   setppc           :       5.82       0.00       5.48       0.00       0.00       0.00       0.34
708.20/708.30	c   linear           :       0.06       0.00       0.06       0.00       0.00       0.00       0.00
708.20/708.30	c   logicor          :      16.83       0.00      16.77       0.00       0.00       0.00       0.06
708.20/708.30	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
708.20/708.30	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
708.20/708.30	c   vbounds          :          0          0          0          0
708.20/708.30	c   rootredcost      :          0          0          0          0
708.20/708.30	c   pseudoobj        :          0          0          0          0
708.20/708.30	c Propagator Timings :  TotalTime  Propagate    Resprop
708.20/708.30	c   vbounds          :       0.43       0.43       0.00
708.20/708.30	c   rootredcost      :       0.47       0.47       0.00
708.20/708.30	c   pseudoobj        :       0.32       0.32       0.00
708.20/708.30	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
708.20/708.30	c   propagation      :       7.96      74898      65388     374903       68.9        907       76.3          -
708.20/708.30	c   infeasible LP    :      10.79     157399          0          0        0.0          0        0.0          0
708.20/708.30	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
708.20/708.30	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
708.20/708.30	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
708.20/708.30	c   applied globally :          -          -          -      60164       18.0          -          -          -
708.20/708.30	c   applied locally  :          -          -          -       8314       37.0          -          -          -
708.20/708.30	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
708.20/708.30	c   cut pool         :       0.00          4          -          -         78          -    (maximal pool size: 2082)
708.20/708.30	c   redcost          :       3.05     645276          0          0          0          0
708.20/708.30	c   impliedbounds    :       0.00          5          0          0        798          0
708.20/708.30	c   intobj           :       0.00          0          0          0          0          0
708.20/708.30	c   gomory           :       0.16          5          0          0        189          0
708.20/708.30	c   cgmip            :       0.00          0          0          0          0          0
708.20/708.30	c   closecuts        :       0.00          0          0          0          0          0
708.20/708.30	c   strongcg         :       0.18          5          0          0       2185          0
708.20/708.30	c   cmir             :       0.00          0          0          0          0          0
708.20/708.30	c   flowcover        :       0.00          0          0          0          0          0
708.20/708.30	c   clique           :       0.00          1          0          0          0          0
708.20/708.30	c   zerohalf         :       0.00          0          0          0          0          0
708.20/708.30	c   mcf              :       0.00          1          0          0          0          0
708.20/708.30	c   oddcycle         :       0.00          0          0          0          0          0
708.20/708.30	c   rapidlearning    :       0.03          1          0          0          0          3
708.20/708.30	c Pricers            :       Time      Calls       Vars
708.20/708.30	c   problem variables:       0.00          0          0
708.20/708.30	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
708.20/708.30	c   relpscost        :      25.80     645862        412       2173          0          0    1287814
708.20/708.30	c   pscost           :       0.00          0          0          0          0          0          0
708.20/708.30	c   inference        :       0.00          0          0          0          0          0          0
708.20/708.30	c   mostinf          :       0.00          0          0          0          0          0          0
708.20/708.30	c   leastinf         :       0.00          0          0          0          0          0          0
708.20/708.30	c   fullstrong       :       0.00          0          0          0          0          0          0
708.20/708.30	c   allfullstrong    :       0.00          0          0          0          0          0          0
708.20/708.30	c   random           :       0.00          0          0          0          0          0          0
708.20/708.30	c Primal Heuristics  :       Time      Calls      Found
708.20/708.30	c   LP solutions     :       0.00          -          1
708.20/708.30	c   pseudo solutions :       0.00          -          0
708.20/708.30	c   trivial          :       0.00          1          0
708.20/708.30	c   shiftandpropagate:       0.00          0          0
708.20/708.30	c   simplerounding   :       0.00          0          0
708.20/708.30	c   zirounding       :       0.00          0          0
708.20/708.30	c   rounding         :       0.00          0          0
708.20/708.30	c   shifting         :       0.00          0          0
708.20/708.30	c   intshifting      :       0.00          0          0
708.20/708.30	c   oneopt           :       0.00          0          0
708.20/708.30	c   twoopt           :       0.00          0          0
708.20/708.30	c   fixandinfer      :       0.00          0          0
708.20/708.30	c   feaspump         :       0.00          0          0
708.20/708.30	c   clique           :       0.00          0          0
708.20/708.30	c   coefdiving       :       0.00          0          0
708.20/708.30	c   pscostdiving     :       0.00          0          0
708.20/708.30	c   fracdiving       :       0.00          0          0
708.20/708.30	c   veclendiving     :       0.00          0          0
708.20/708.30	c   intdiving        :       0.00          0          0
708.20/708.30	c   actconsdiving    :       0.00          0          0
708.20/708.30	c   objpscostdiving  :       0.00          0          0
708.20/708.30	c   rootsoldiving    :       0.00          0          0
708.20/708.30	c   linesearchdiving :       0.00          0          0
708.20/708.30	c   guideddiving     :       0.00          0          0
708.20/708.30	c   octane           :       0.00          0          0
708.20/708.30	c   rens             :       0.00          0          0
708.20/708.30	c   rins             :       0.00          0          0
708.20/708.30	c   localbranching   :       0.00          0          0
708.20/708.30	c   mutation         :       0.00          0          0
708.20/708.30	c   crossover        :       0.00          0          0
708.20/708.30	c   dins             :       0.00          0          0
708.20/708.30	c   vbounds          :       0.00          0          0
708.20/708.30	c   undercover       :       0.00          0          0
708.20/708.30	c   subnlp           :       0.00          0          0
708.20/708.30	c   trysol           :       0.00          0          0
708.20/708.30	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
708.20/708.30	c   primal LP        :       0.00          0          0       0.00          -
708.20/708.30	c   dual LP          :     502.01     802382   10341203      12.89   20599.77
708.20/708.30	c   lex dual LP      :       0.00          0          0       0.00          -
708.20/708.30	c   barrier LP       :       0.00          0          0       0.00          -
708.20/708.30	c   diving/probing LP:       0.00          0          0       0.00          -
708.20/708.30	c   strong branching :      19.01      17706     276639      15.62   14551.44
708.20/708.30	c     (at root node) :          -          9       2188     243.11          -
708.20/708.30	c   conflict analysis:       0.00          0          0       0.00          -
708.20/708.30	c B&B Tree           :
708.20/708.30	c   number of runs   :          1
708.20/708.30	c   nodes            :    1281494
708.20/708.30	c   nodes (total)    :    1281494
708.20/708.30	c   nodes left       :          0
708.20/708.30	c   max depth        :         65
708.20/708.30	c   max depth (total):         65
708.20/708.30	c   backtracks       :     162820 (12.7%)
708.20/708.30	c   delayed cutoffs  :       6199
708.20/708.30	c   repropagations   :     137003 (375838 domain reductions, 6061 cutoffs)
708.20/708.30	c   avg switch length:       2.72
708.20/708.30	c   switching time   :      41.34
708.20/708.30	c Solution           :
708.20/708.30	c   Solutions found  :          1 (1 improvements)
708.20/708.30	c   First Solution   : +0.00000000000000e+00   (in run 1, after 1281494 nodes, 708.29 seconds, depth 34, found by <relaxation>)
708.20/708.30	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 1281494 nodes, 708.29 seconds, depth 34, found by <relaxation>)
708.20/708.30	c   Dual Bound       : +0.00000000000000e+00
708.20/708.30	c   Gap              :       0.00 %
708.20/708.30	c   Root Dual Bound  : +0.00000000000000e+00
708.20/708.30	c   Root Iterations  :       1225
708.31/708.30	c Time complete: 708.32.

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3489040-1307750198/watcher-3489040-1307750198 -o /tmp/evaluation-result-3489040-1307750198/solver-3489040-1307750198 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489040-1307750198.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.51 0.11 0.04 2/177 1902
/proc/meminfo: memFree=31929320/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=9316 CPUtime=0 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 1457 0 0 0 0 0 0 0 24 0 1 0 886622602 9539584 1411 33554432000 4194304 9016284 140735606061824 18446744073709551615 6381562 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1902/statm: 2329 1414 309 1178 0 1147 0

[startup+0.013592 s]
/proc/loadavg: 0.51 0.11 0.04 2/177 1902
/proc/meminfo: memFree=31929320/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=17680 CPUtime=0.01 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 3434 0 0 0 1 0 0 0 24 0 1 0 886622602 18104320 3131 33554432000 4194304 9016284 140735606061824 18446744073709551615 5206125 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 4420 3131 479 1178 0 3238 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17680

[startup+0.100579 s]
/proc/loadavg: 0.51 0.11 0.04 2/177 1902
/proc/meminfo: memFree=31929320/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=29864 CPUtime=0.09 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 8002 0 0 0 8 1 0 0 18 0 1 0 886622602 30580736 6359 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 7466 6359 683 1178 0 6284 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29864

[startup+0.300541 s]
/proc/loadavg: 0.51 0.11 0.04 2/177 1902
/proc/meminfo: memFree=31929320/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=29920 CPUtime=0.29 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 8099 0 0 0 28 1 0 0 18 0 1 0 886622602 30638080 6456 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 7480 6456 683 1178 0 6298 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29920

[startup+0.700469 s]
/proc/loadavg: 0.51 0.11 0.04 2/177 1902
/proc/meminfo: memFree=31929320/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=34048 CPUtime=0.69 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 9048 0 0 0 67 2 0 0 18 0 1 0 886622602 34865152 7405 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 8512 7405 684 1178 0 7330 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34048

[startup+1.50034 s]
/proc/loadavg: 0.51 0.11 0.04 3/178 1903
/proc/meminfo: memFree=31902428/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=34048 CPUtime=1.49 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 9053 0 0 0 140 9 0 0 20 0 1 0 886622602 34865152 7410 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 8512 7410 688 1178 0 7330 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34048

[startup+3.10104 s]
/proc/loadavg: 0.51 0.11 0.04 3/178 1903
/proc/meminfo: memFree=31902188/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=34048 CPUtime=3.1 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 9053 0 0 0 288 22 0 0 25 0 1 0 886622602 34865152 7410 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 8512 7410 688 1178 0 7330 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 34048

[startup+6.30048 s]
/proc/loadavg: 0.63 0.14 0.05 3/178 1903
/proc/meminfo: memFree=31901392/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=34048 CPUtime=6.29 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 9110 0 0 0 584 45 0 0 25 0 1 0 886622602 34865152 7467 33554432000 4194304 9016284 140735606061824 18446744073709551615 7102532 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 8512 7467 688 1178 0 7330 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34048

[startup+12.7003 s]
/proc/loadavg: 0.74 0.18 0.06 3/178 1903
/proc/meminfo: memFree=31901636/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=34048 CPUtime=12.69 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 9152 0 0 0 1182 87 0 0 25 0 1 0 886622602 34865152 7509 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 8512 7509 688 1178 0 7330 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34048

[startup+25.5011 s]
/proc/loadavg: 1.09 0.28 0.09 3/178 1903
/proc/meminfo: memFree=31901648/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=34316 CPUtime=25.49 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 9228 0 0 0 2372 177 0 0 25 0 1 0 886622602 35139584 7585 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 8579 7585 688 1178 0 7397 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 34316

[startup+51.1006 s]
/proc/loadavg: 1.40 0.42 0.14 3/178 1904
/proc/meminfo: memFree=31900504/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=34912 CPUtime=51.09 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 9352 0 0 0 4748 361 0 0 25 0 1 0 886622602 35749888 7709 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 8728 7709 688 1178 0 7546 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 34912

[startup+102.306 s]
/proc/loadavg: 1.74 0.66 0.24 3/178 1906
/proc/meminfo: memFree=31899000/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=35364 CPUtime=102.29 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 9448 0 0 0 9493 736 0 0 25 0 1 0 886622602 36212736 7805 33554432000 4194304 9016284 140735606061824 18446744073709551615 6817776 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 8841 7805 688 1178 0 7659 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 35364

[startup+162.301 s]
/proc/loadavg: 1.90 0.90 0.34 3/178 1907
/proc/meminfo: memFree=31897872/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=35992 CPUtime=162.29 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 9637 0 0 0 15067 1162 0 0 25 0 1 0 886622602 36855808 7994 33554432000 4194304 9016284 140735606061824 18446744073709551615 7214352 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 8998 7994 688 1178 0 7816 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 35992

[startup+222.3 s]
/proc/loadavg: 1.96 1.10 0.45 3/178 1909
/proc/meminfo: memFree=31897036/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=36136 CPUtime=222.29 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 9657 0 0 0 20634 1595 0 0 25 0 1 0 886622602 37003264 8014 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 9034 8014 688 1178 0 7852 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 36136

[startup+282.301 s]
/proc/loadavg: 1.98 1.26 0.54 3/178 1919
/proc/meminfo: memFree=31895552/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=36620 CPUtime=282.29 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 9769 0 0 0 26208 2021 0 0 25 0 1 0 886622602 37498880 8124 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 9155 8124 688 1178 0 7973 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 36620

[startup+342.301 s]
/proc/loadavg: 2.03 1.41 0.63 3/178 1921
/proc/meminfo: memFree=31894272/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=37048 CPUtime=342.3 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 9876 0 0 0 31793 2437 0 0 25 0 1 0 886622602 37937152 8231 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 9262 8231 688 1178 0 8080 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 37048

[startup+402.3 s]
/proc/loadavg: 2.01 1.51 0.72 3/178 1923
/proc/meminfo: memFree=31893696/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=37608 CPUtime=402.3 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 10026 0 0 0 37368 2862 0 0 25 0 1 0 886622602 38510592 8381 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 9402 8381 688 1178 0 8220 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 37608

[startup+462.301 s]
/proc/loadavg: 2.00 1.60 0.79 3/178 1927
/proc/meminfo: memFree=31892368/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=37756 CPUtime=462.31 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 10091 0 0 0 42947 3284 0 0 25 0 1 0 886622602 38662144 8446 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 9439 8446 688 1178 0 8257 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 37756

[startup+522.301 s]
/proc/loadavg: 2.00 1.67 0.87 3/178 1929
/proc/meminfo: memFree=31891064/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=37936 CPUtime=522.31 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 10122 0 0 0 48519 3712 0 0 25 0 1 0 886622602 38846464 8477 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 9484 8477 688 1178 0 8302 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 37936

[startup+582.3 s]
/proc/loadavg: 2.00 1.73 0.93 3/178 1930
/proc/meminfo: memFree=31890384/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=37936 CPUtime=582.31 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 10134 0 0 0 54089 4142 0 0 25 0 1 0 886622602 38846464 8489 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 9484 8489 688 1178 0 8302 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 37936

[startup+642.301 s]
/proc/loadavg: 2.00 1.77 1.00 3/178 1932
/proc/meminfo: memFree=31890208/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=38084 CPUtime=642.31 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 10142 0 0 0 59674 4557 0 0 25 0 1 0 886622602 38998016 8497 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 9521 8497 688 1178 0 8339 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 38084

[startup+702.3 s]
/proc/loadavg: 2.00 1.81 1.06 3/178 1934
/proc/meminfo: memFree=31890028/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=38084 CPUtime=702.3 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 10150 0 0 0 65242 4988 0 0 25 0 1 0 886622602 38998016 8505 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 9521 8505 688 1178 0 8339 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 38084

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

[startup+703.901 s]
/proc/loadavg: 2.00 1.81 1.06 3/178 1934
/proc/meminfo: memFree=31890028/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=38084 CPUtime=703.91 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 10150 0 0 0 65390 5001 0 0 25 0 1 0 886622602 38998016 8505 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 9521 8505 688 1178 0 8339 0
Current children cumulated CPU time (s) 703.91
Current children cumulated vsize (KiB) 38084

[startup+705.501 s]
/proc/loadavg: 2.00 1.81 1.06 3/178 1934
/proc/meminfo: memFree=31890028/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=38084 CPUtime=705.51 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 10151 0 0 0 65539 5012 0 0 25 0 1 0 886622602 38998016 8506 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 9521 8506 688 1178 0 8339 0
Current children cumulated CPU time (s) 705.51
Current children cumulated vsize (KiB) 38084

[startup+707.1 s]
/proc/loadavg: 2.00 1.81 1.06 3/178 1934
/proc/meminfo: memFree=31889904/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=38084 CPUtime=707.11 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 10151 0 0 0 65690 5021 0 0 25 0 1 0 886622602 38998016 8506 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 9521 8506 688 1178 0 8339 0
Current children cumulated CPU time (s) 707.11
Current children cumulated vsize (KiB) 38084

[startup+707.9 s]
/proc/loadavg: 2.00 1.81 1.06 3/178 1934
/proc/meminfo: memFree=31889904/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=38084 CPUtime=707.91 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 10153 0 0 0 65765 5026 0 0 25 0 1 0 886622602 38998016 8508 33554432000 4194304 9016284 140735606061824 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1902/statm: 9521 8508 688 1178 0 8339 0
Current children cumulated CPU time (s) 707.91
Current children cumulated vsize (KiB) 38084

[startup+708.3 s]
/proc/loadavg: 2.00 1.82 1.07 4/178 1934
/proc/meminfo: memFree=31890020/32951124 swapFree=67050780/67111528
[pid=1902] ppid=1900 vsize=38084 CPUtime=708.31 cores=1,3,5,7
/proc/1902/stat : 1902 (scip-2.0.1.4b_2) R 1900 1902 1779 0 -1 4202496 10156 0 0 0 65802 5029 0 0 18 0 1 0 886622602 38998016 8511 33554432000 4194304 9016284 140735606061824 18446744073709551615 5312339 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1902/statm: 9521 8511 691 1178 0 8339 0
Current children cumulated CPU time (s) 708.31
Current children cumulated vsize (KiB) 38084

Child status: 0
Real time (s): 708.31
CPU time (s): 708.327
CPU user time (s): 658.026
CPU system time (s): 50.3014
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 38084

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

runsolver used 0.92086 second user time and 2.31365 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-11 01:56:38
IDJOB=3489040
IDBENCH=1163
IDSOLVER=1979
FILE ID=node101/3489040-1307750198
RUNJOBID= node101-1307750183-1798
PBS_JOBID= 13550859
Free space on /tmp= 74092 MiB

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

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

MD5SUM BENCH= 8999d4ddd4825a5d620fe0a3c798bc24
RANDOM SEED=1691247874

node101.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.841
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.68
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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.841
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.77
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.841
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.841
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.74
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.841
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.841
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.75
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.841
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:      31929996 kB
Buffers:        167448 kB
Cached:         607760 kB
SwapCached:      27720 kB
Active:         270104 kB
Inactive:       577480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31929996 kB
SwapTotal:    67111528 kB
SwapFree:     67050780 kB
Dirty:           34036 kB
Writeback:           0 kB
AnonPages:       66464 kB
Mapped:          11996 kB
Slab:           109616 kB
PageTables:       4704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   250724 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= 74076 MiB
End job on node101 at 2011-06-11 02:08:27