Trace number 3486369

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-107.opb
MD5SUM895ab748ebf9f34214ca2b2535c7e22f
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 benchmark8.30374
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10238
Total number of constraints224043
Number of constraints which are clauses200340
Number of constraints which are cardinality constraints (but not clauses)998
Number of constraints which are nor clauses,nor cardinality constraints22705
Minimum length of a constraint1
Maximum length of a constraint627
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3486369-1307795416.opb>
1.19/1.23	c original problem has 10238 variables (10238 bin, 0 int, 0 impl, 0 cont) and 224043 constraints
1.19/1.23	c problem read
1.19/1.23	c No objective function, only one solution is needed.
1.19/1.23	c presolving settings loaded
1.69/1.79	c presolving:
2.10/2.20	c (round 1) 3123 del vars, 45937 del conss, 0 add conss, 3122 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 116920 impls, 225 clqs
2.30/2.34	c (round 2) 5100 del vars, 87928 del conss, 0 add conss, 3122 chg bounds, 3188 chg sides, 4126 chg coeffs, 0 upgd conss, 140400 impls, 225 clqs
2.39/2.44	c (round 3) 5235 del vars, 93423 del conss, 0 add conss, 3122 chg bounds, 4192 chg sides, 5406 chg coeffs, 0 upgd conss, 140688 impls, 225 clqs
2.89/2.99	c (round 4) 5235 del vars, 93458 del conss, 0 add conss, 3122 chg bounds, 4211 chg sides, 5406 chg coeffs, 130600 upgd conss, 140688 impls, 225 clqs
3.09/3.14	c (round 5) 5235 del vars, 93458 del conss, 0 add conss, 3122 chg bounds, 4329 chg sides, 5862 chg coeffs, 130600 upgd conss, 140688 impls, 225 clqs
3.19/3.24	c (round 6) 5235 del vars, 93482 del conss, 0 add conss, 3122 chg bounds, 4333 chg sides, 5896 chg coeffs, 130600 upgd conss, 140880 impls, 225 clqs
3.29/3.33	c presolving (7 rounds):
3.29/3.33	c  5235 deleted vars, 93482 deleted constraints, 0 added constraints, 3122 tightened bounds, 0 added holes, 4335 changed sides, 5917 changed coefficients
3.29/3.33	c  140896 implications, 226 cliques
3.29/3.33	c presolved problem has 5003 variables (5003 bin, 0 int, 0 impl, 0 cont) and 130561 constraints
3.29/3.33	c   20151 constraints of type <knapsack>
3.29/3.33	c   12286 constraints of type <setppc>
3.29/3.33	c       1 constraints of type <linear>
3.29/3.33	c   98123 constraints of type <logicor>
3.29/3.33	c transformed objective value is always integral (scale: 1)
3.29/3.33	c Presolving Time: 1.95
3.29/3.33	c - non default parameters ----------------------------------------------------------------------
3.29/3.33	c # SCIP version 2.0.1.4
3.29/3.33	c 
3.29/3.33	c # frequency for displaying node information lines
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 100]
3.29/3.33	c display/freq = 10000
3.29/3.33	c 
3.29/3.33	c # maximal time in seconds to run
3.29/3.33	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.29/3.33	c limits/time = 1797
3.29/3.33	c 
3.29/3.33	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.29/3.33	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.29/3.33	c limits/memory = 13950
3.29/3.33	c 
3.29/3.33	c # solving stops, if the given number of solutions were found (-1: no limit)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: -1]
3.29/3.33	c limits/solutions = 1
3.29/3.33	c 
3.29/3.33	c # maximal number of separation rounds per node (-1: unlimited)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 5]
3.29/3.33	c separating/maxrounds = 1
3.29/3.33	c 
3.29/3.33	c # maximal number of separation rounds in the root node (-1: unlimited)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: -1]
3.29/3.33	c separating/maxroundsroot = 5
3.29/3.33	c 
3.29/3.33	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.29/3.33	c # [type: int, range: [1,2], default: 1]
3.29/3.33	c timing/clocktype = 2
3.29/3.33	c 
3.29/3.33	c # belongs reading time to solving time?
3.29/3.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.29/3.33	c timing/reading = TRUE
3.29/3.33	c 
3.29/3.33	c # should presolving try to simplify inequalities
3.29/3.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.29/3.33	c constraints/linear/simplifyinequalities = TRUE
3.29/3.33	c 
3.29/3.33	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.29/3.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.29/3.33	c constraints/indicator/addCouplingCons = TRUE
3.29/3.33	c 
3.29/3.33	c # should disaggregation of knapsack constraints be allowed in preprocessing?
3.29/3.33	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
3.29/3.33	c constraints/knapsack/disaggregation = FALSE
3.29/3.33	c 
3.29/3.33	c # should presolving try to simplify knapsacks
3.29/3.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.29/3.33	c constraints/knapsack/simplifyinequalities = TRUE
3.29/3.33	c 
3.29/3.33	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: -1]
3.29/3.33	c presolving/probing/maxrounds = 0
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 10]
3.29/3.33	c heuristics/coefdiving/freq = -1
3.29/3.33	c 
3.29/3.33	c # maximal fraction of diving LP iterations compared to node LP iterations
3.29/3.33	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.29/3.33	c heuristics/coefdiving/maxlpiterquot = 0.075
3.29/3.33	c 
3.29/3.33	c # additional number of allowed LP iterations
3.29/3.33	c # [type: int, range: [0,2147483647], default: 1000]
3.29/3.33	c heuristics/coefdiving/maxlpiterofs = 1500
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 30]
3.29/3.33	c heuristics/crossover/freq = -1
3.29/3.33	c 
3.29/3.33	c # number of nodes added to the contingent of the total nodes
3.29/3.33	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.29/3.33	c heuristics/crossover/nodesofs = 750
3.29/3.33	c 
3.29/3.33	c # number of nodes without incumbent change that heuristic should wait
3.29/3.33	c # [type: longint, range: [0,9223372036854775807], default: 200]
3.29/3.33	c heuristics/crossover/nwaitingnodes = 100
3.29/3.33	c 
3.29/3.33	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
3.29/3.33	c # [type: real, range: [0,1], default: 0.1]
3.29/3.33	c heuristics/crossover/nodesquot = 0.15
3.29/3.33	c 
3.29/3.33	c # minimum percentage of integer variables that have to be fixed 
3.29/3.33	c # [type: real, range: [0,1], default: 0.666]
3.29/3.33	c heuristics/crossover/minfixingrate = 0.5
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 20]
3.29/3.33	c heuristics/feaspump/freq = -1
3.29/3.33	c 
3.29/3.33	c # additional number of allowed LP iterations
3.29/3.33	c # [type: int, range: [0,2147483647], default: 1000]
3.29/3.33	c heuristics/feaspump/maxlpiterofs = 2000
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 10]
3.29/3.33	c heuristics/fracdiving/freq = -1
3.29/3.33	c 
3.29/3.33	c # maximal fraction of diving LP iterations compared to node LP iterations
3.29/3.33	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.29/3.33	c heuristics/fracdiving/maxlpiterquot = 0.075
3.29/3.33	c 
3.29/3.33	c # additional number of allowed LP iterations
3.29/3.33	c # [type: int, range: [0,2147483647], default: 1000]
3.29/3.33	c heuristics/fracdiving/maxlpiterofs = 1500
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 10]
3.29/3.33	c heuristics/guideddiving/freq = -1
3.29/3.33	c 
3.29/3.33	c # maximal fraction of diving LP iterations compared to node LP iterations
3.29/3.33	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.29/3.33	c heuristics/guideddiving/maxlpiterquot = 0.075
3.29/3.33	c 
3.29/3.33	c # additional number of allowed LP iterations
3.29/3.33	c # [type: int, range: [0,2147483647], default: 1000]
3.29/3.33	c heuristics/guideddiving/maxlpiterofs = 1500
3.29/3.33	c 
3.29/3.33	c # maximal fraction of diving LP iterations compared to node LP iterations
3.29/3.33	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.29/3.33	c heuristics/intdiving/maxlpiterquot = 0.075
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 10]
3.29/3.33	c heuristics/intshifting/freq = -1
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 10]
3.29/3.33	c heuristics/linesearchdiving/freq = -1
3.29/3.33	c 
3.29/3.33	c # maximal fraction of diving LP iterations compared to node LP iterations
3.29/3.33	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.29/3.33	c heuristics/linesearchdiving/maxlpiterquot = 0.075
3.29/3.33	c 
3.29/3.33	c # additional number of allowed LP iterations
3.29/3.33	c # [type: int, range: [0,2147483647], default: 1000]
3.29/3.33	c heuristics/linesearchdiving/maxlpiterofs = 1500
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 20]
3.29/3.33	c heuristics/objpscostdiving/freq = -1
3.29/3.33	c 
3.29/3.33	c # maximal fraction of diving LP iterations compared to total iteration number
3.29/3.33	c # [type: real, range: [0,1], default: 0.01]
3.29/3.33	c heuristics/objpscostdiving/maxlpiterquot = 0.015
3.29/3.33	c 
3.29/3.33	c # additional number of allowed LP iterations
3.29/3.33	c # [type: int, range: [0,2147483647], default: 1000]
3.29/3.33	c heuristics/objpscostdiving/maxlpiterofs = 1500
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 1]
3.29/3.33	c heuristics/oneopt/freq = -1
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 10]
3.29/3.33	c heuristics/pscostdiving/freq = -1
3.29/3.33	c 
3.29/3.33	c # maximal fraction of diving LP iterations compared to node LP iterations
3.29/3.33	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.29/3.33	c heuristics/pscostdiving/maxlpiterquot = 0.075
3.29/3.33	c 
3.29/3.33	c # additional number of allowed LP iterations
3.29/3.33	c # [type: int, range: [0,2147483647], default: 1000]
3.29/3.33	c heuristics/pscostdiving/maxlpiterofs = 1500
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 0]
3.29/3.33	c heuristics/rens/freq = -1
3.29/3.33	c 
3.29/3.33	c # minimum percentage of integer variables that have to be fixable 
3.29/3.33	c # [type: real, range: [0,1], default: 0.5]
3.29/3.33	c heuristics/rens/minfixingrate = 0.3
3.29/3.33	c 
3.29/3.33	c # number of nodes added to the contingent of the total nodes
3.29/3.33	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.29/3.33	c heuristics/rens/nodesofs = 2000
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 20]
3.29/3.33	c heuristics/rootsoldiving/freq = -1
3.29/3.33	c 
3.29/3.33	c # maximal fraction of diving LP iterations compared to node LP iterations
3.29/3.33	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
3.29/3.33	c heuristics/rootsoldiving/maxlpiterquot = 0.015
3.29/3.33	c 
3.29/3.33	c # additional number of allowed LP iterations
3.29/3.33	c # [type: int, range: [0,2147483647], default: 1000]
3.29/3.33	c heuristics/rootsoldiving/maxlpiterofs = 1500
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 1]
3.29/3.33	c heuristics/rounding/freq = -1
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 0]
3.29/3.33	c heuristics/shiftandpropagate/freq = -1
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 10]
3.29/3.33	c heuristics/shifting/freq = -1
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 1]
3.29/3.33	c heuristics/simplerounding/freq = -1
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 1]
3.29/3.33	c heuristics/subnlp/freq = -1
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 0]
3.29/3.33	c heuristics/trivial/freq = -1
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 1]
3.29/3.33	c heuristics/trysol/freq = -1
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 0]
3.29/3.33	c heuristics/undercover/freq = -1
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 10]
3.29/3.33	c heuristics/veclendiving/freq = -1
3.29/3.33	c 
3.29/3.33	c # maximal fraction of diving LP iterations compared to node LP iterations
3.29/3.33	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.29/3.33	c heuristics/veclendiving/maxlpiterquot = 0.075
3.29/3.33	c 
3.29/3.33	c # additional number of allowed LP iterations
3.29/3.33	c # [type: int, range: [0,2147483647], default: 1000]
3.29/3.33	c heuristics/veclendiving/maxlpiterofs = 1500
3.29/3.33	c 
3.29/3.33	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 1]
3.29/3.33	c heuristics/zirounding/freq = -1
3.29/3.33	c 
3.29/3.33	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 0]
3.29/3.33	c separating/cmir/freq = -1
3.29/3.33	c 
3.29/3.33	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: 0]
3.29/3.33	c separating/flowcover/freq = -1
3.29/3.33	c 
3.29/3.33	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.29/3.33	c # [type: int, range: [-1,2147483647], default: -1]
3.29/3.33	c separating/rapidlearning/freq = 0
3.29/3.33	c 
3.29/3.33	c -----------------------------------------------------------------------------------------------
3.29/3.33	c start solving
3.29/3.33	c 
4.59/4.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.59/4.67	c   4.7s|     1 |     0 |  1325 |     - | 231M|   0 |  60 |5003 | 130k|5003 | 130k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
5.89/5.96	c   6.0s|     1 |     0 |  1342 |     - | 231M|   0 |  23 |5003 | 130k|5003 | 130k|  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
7.29/7.35	c   7.4s|     1 |     0 |  1413 |     - | 232M|   0 |  94 |5003 | 130k|5003 | 130k|  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.39/9.40	c   9.4s|     1 |     0 |  1628 |     - | 235M|   0 | 371 |5003 | 130k|5003 | 130k|  27 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
11.59/11.65	c  11.7s|     1 |     0 |  2124 |     - | 236M|   0 | 443 |5003 | 130k|5003 | 130k|  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
16.40/16.43	c  16.4s|     1 |     0 |  2330 |     - | 237M|   0 | 469 |5003 | 130k|5003 | 130k|  42 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
55.00/55.05	c  55.1s|     1 |     2 |  2330 |     - | 237M|   0 | 469 |5003 | 130k|5003 | 130k|  42 |   0 |  20 | 0.000000e+00 |      --      |    Inf 
1797.01/1797.05	c 
1797.01/1797.05	c SCIP Status        : solving was interrupted [time limit reached]
1797.01/1797.05	c Solving Time (sec) : 1797.05
1797.01/1797.05	c Solving Nodes      : 687
1797.01/1797.05	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.01/1797.05	c Dual Bound         : +0.00000000000000e+00
1797.01/1797.05	c Gap                : infinite
1797.01/1797.05	s UNKNOWN
1797.01/1797.05	c SCIP Status        : solving was interrupted [time limit reached]
1797.01/1797.05	c Total Time         :    1797.05
1797.01/1797.05	c   solving          :    1797.05
1797.01/1797.05	c   presolving       :       1.95 (included in solving)
1797.01/1797.05	c   reading          :       1.23 (included in solving)
1797.01/1797.05	c Original Problem   :
1797.01/1797.05	c   Problem name     : HOME/instance-3486369-1307795416.opb
1797.01/1797.05	c   Variables        : 10238 (10238 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.01/1797.05	c   Constraints      : 224043 initial, 224043 maximal
1797.01/1797.05	c Presolved Problem  :
1797.01/1797.05	c   Problem name     : t_HOME/instance-3486369-1307795416.opb
1797.01/1797.05	c   Variables        : 5003 (5003 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.01/1797.05	c   Constraints      : 130561 initial, 130736 maximal
1797.01/1797.05	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.01/1797.05	c   trivial          :       0.00        135          0          0          0          0          0          0          0          0
1797.01/1797.05	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.05	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.05	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.05	c   implics          :       0.01          0       1240          0          0          0          0          0          0          0
1797.01/1797.05	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.05	c   knapsack         :       0.12          0          0          0          0          0          0          0        124        511
1797.01/1797.05	c   setppc           :       0.03          0          0          0          0          0          0          0          0          0
1797.01/1797.05	c   linear           :       0.91       3683        177          0       3122          0      93442          0       4211       5406
1797.01/1797.05	c   logicor          :       0.27          0          0          0          0          0         40          0          0          0
1797.01/1797.05	c   root node        :          -          1          -          -          1          -          -          -          -          -
1797.01/1797.05	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.01/1797.05	c   integral         :          0          0          0        650          0          1          0          6        214          0          0       1148
1797.01/1797.05	c   knapsack         :      20151          5       2314          0          0          0        244         24      14983         12          0          0
1797.01/1797.05	c   setppc           :      12286          5       2290          0          0          0        680         43       3811          0          0          0
1797.01/1797.05	c   linear           :          1          5       2247          0          0          0          0          0          0          0          0          0
1797.01/1797.05	c   logicor          :      98123+         5       1159          0          0          0        150         44       5270          0          0          0
1797.01/1797.05	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.01/1797.05	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.01/1797.05	c   integral         :    1562.54       0.00       0.00    1562.54       0.00       0.00       0.00
1797.01/1797.05	c   knapsack         :       1.63       0.06       1.57       0.00       0.00       0.00       0.00
1797.01/1797.05	c   setppc           :       0.54       0.00       0.54       0.00       0.00       0.00       0.00
1797.01/1797.05	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.01/1797.05	c   logicor          :       0.55       0.02       0.53       0.00       0.00       0.00       0.00
1797.01/1797.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.01/1797.05	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.01/1797.05	c   vbounds          :          0          0          0          0
1797.01/1797.05	c   rootredcost      :          0          0          0          0
1797.01/1797.05	c   pseudoobj        :          0          0          0          0
1797.01/1797.05	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.01/1797.05	c   vbounds          :       0.00       0.00       0.00
1797.01/1797.05	c   rootredcost      :       0.00       0.00       0.00
1797.01/1797.05	c   pseudoobj        :       0.00       0.00       0.00
1797.01/1797.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.01/1797.05	c   propagation      :       0.00        111        110        171        6.4         11        2.5          -
1797.01/1797.05	c   infeasible LP    :       0.01          4          4          6        5.5          0        0.0          0
1797.01/1797.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.05	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.01/1797.05	c   applied globally :          -          -          -        180        6.1          -          -          -
1797.01/1797.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.01/1797.05	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.01/1797.05	c   cut pool         :       0.00          4          -          -         22          -    (maximal pool size: 273)
1797.01/1797.05	c   redcost          :       0.05        590          0          0          0          0
1797.01/1797.05	c   impliedbounds    :       0.00          5          0          0          0          0
1797.01/1797.05	c   intobj           :       0.00          0          0          0          0          0
1797.01/1797.05	c   gomory           :       4.18          5          0          0       2500          0
1797.01/1797.05	c   cgmip            :       0.00          0          0          0          0          0
1797.01/1797.05	c   closecuts        :       0.00          0          0          0          0          0
1797.01/1797.05	c   strongcg         :       3.88          5          0          0       2500          0
1797.01/1797.05	c   cmir             :       0.00          0          0          0          0          0
1797.01/1797.05	c   flowcover        :       0.00          0          0          0          0          0
1797.01/1797.05	c   clique           :       0.12          5          0          0         31          0
1797.01/1797.05	c   zerohalf         :       0.00          0          0          0          0          0
1797.01/1797.05	c   mcf              :       0.11          1          0          0          0          0
1797.01/1797.05	c   oddcycle         :       0.00          0          0          0          0          0
1797.01/1797.05	c   rapidlearning    :       0.00          0          0          0          0          0
1797.01/1797.05	c Pricers            :       Time      Calls       Vars
1797.01/1797.05	c   problem variables:       0.00          0          0
1797.01/1797.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.01/1797.05	c   relpscost        :    1562.54        650          6        214          0          0       1148
1797.01/1797.05	c   pscost           :       0.00          0          0          0          0          0          0
1797.01/1797.05	c   inference        :       0.00          0          0          0          0          0          0
1797.01/1797.05	c   mostinf          :       0.00          0          0          0          0          0          0
1797.01/1797.05	c   leastinf         :       0.00          0          0          0          0          0          0
1797.01/1797.05	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.01/1797.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.01/1797.05	c   random           :       0.00          0          0          0          0          0          0
1797.01/1797.05	c Primal Heuristics  :       Time      Calls      Found
1797.01/1797.05	c   LP solutions     :       0.00          -          0
1797.01/1797.05	c   pseudo solutions :       0.00          -          0
1797.01/1797.05	c   trivial          :       0.00          1          0
1797.01/1797.05	c   shiftandpropagate:       0.00          0          0
1797.01/1797.05	c   simplerounding   :       0.00          0          0
1797.01/1797.05	c   zirounding       :       0.00          0          0
1797.01/1797.05	c   rounding         :       0.00          0          0
1797.01/1797.05	c   shifting         :       0.00          0          0
1797.01/1797.05	c   intshifting      :       0.00          0          0
1797.01/1797.05	c   oneopt           :       0.00          0          0
1797.01/1797.05	c   twoopt           :       0.00          0          0
1797.01/1797.05	c   fixandinfer      :       0.00          0          0
1797.01/1797.05	c   feaspump         :       0.00          0          0
1797.01/1797.05	c   clique           :       0.00          0          0
1797.01/1797.05	c   coefdiving       :       0.00          0          0
1797.01/1797.05	c   pscostdiving     :       0.00          0          0
1797.01/1797.05	c   fracdiving       :       0.00          0          0
1797.01/1797.05	c   veclendiving     :       0.00          0          0
1797.01/1797.05	c   intdiving        :       0.00          0          0
1797.01/1797.05	c   actconsdiving    :       0.00          0          0
1797.01/1797.05	c   objpscostdiving  :       0.00          0          0
1797.01/1797.05	c   rootsoldiving    :       0.00          0          0
1797.01/1797.05	c   linesearchdiving :       0.00          0          0
1797.01/1797.05	c   guideddiving     :       0.00          0          0
1797.01/1797.05	c   octane           :       0.00          0          0
1797.01/1797.05	c   rens             :       0.00          0          0
1797.01/1797.05	c   rins             :       0.00          0          0
1797.01/1797.05	c   localbranching   :       0.00          0          0
1797.01/1797.05	c   mutation         :       0.00          0          0
1797.01/1797.05	c   crossover        :       0.00          0          0
1797.01/1797.05	c   dins             :       0.00          0          0
1797.01/1797.05	c   vbounds          :       0.00          0          0
1797.01/1797.05	c   undercover       :       0.00          0          0
1797.01/1797.05	c   subnlp           :       0.00          0          0
1797.01/1797.05	c   trysol           :       0.00          0          0
1797.01/1797.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.01/1797.05	c   primal LP        :       0.21          0          0       0.00       0.00
1797.01/1797.05	c   dual LP          :     210.38        659      35760      54.26     169.98
1797.01/1797.05	c   lex dual LP      :       0.00          0          0       0.00          -
1797.01/1797.05	c   barrier LP       :       0.00          0          0       0.00          -
1797.01/1797.05	c   diving/probing LP:       0.00          0          0       0.00          -
1797.01/1797.05	c   strong branching :    1561.88       2074     128695      62.05      82.40
1797.01/1797.05	c     (at root node) :          -         20      10226     511.30          -
1797.01/1797.05	c   conflict analysis:       0.00          0          0       0.00          -
1797.01/1797.05	c B&B Tree           :
1797.01/1797.05	c   number of runs   :          1
1797.01/1797.05	c   nodes            :        687
1797.01/1797.05	c   nodes (total)    :        687
1797.01/1797.05	c   nodes left       :        454
1797.01/1797.05	c   max depth        :         68
1797.01/1797.05	c   max depth (total):         68
1797.01/1797.05	c   backtracks       :         30 (4.4%)
1797.01/1797.05	c   delayed cutoffs  :          8
1797.01/1797.05	c   repropagations   :        736 (1046 domain reductions, 8 cutoffs)
1797.01/1797.05	c   avg switch length:       3.85
1797.01/1797.05	c   switching time   :       1.57
1797.01/1797.05	c Solution           :
1797.01/1797.05	c   Solutions found  :          0 (0 improvements)
1797.01/1797.05	c   Primal Bound     :          -
1797.01/1797.05	c   Dual Bound       : +0.00000000000000e+00
1797.01/1797.05	c   Gap              :   infinite
1797.01/1797.05	c   Root Dual Bound  : +0.00000000000000e+00
1797.01/1797.05	c   Root Iterations  :       2330
1797.41/1797.40	c Time complete: 1797.41.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3486369-1307795416/watcher-3486369-1307795416 -o /tmp/evaluation-result-3486369-1307795416/solver-3486369-1307795416 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486369-1307795416.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.02 2.02 2.00 2/178 6017
/proc/meminfo: memFree=28297172/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=9980 CPUtime=0 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 1510 0 0 0 0 0 0 0 25 0 1 0 891139794 10219520 1464 33554432000 4194304 8979876 140734549122688 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6017/statm: 2495 1464 363 1169 0 1322 0

[startup+0.062091 s]
/proc/loadavg: 2.02 2.02 2.00 2/178 6017
/proc/meminfo: memFree=28297172/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=15344 CPUtime=0.06 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 2840 0 0 0 6 0 0 0 25 0 1 0 891139794 15712256 2794 33554432000 4194304 8979876 140734549122688 18446744073709551615 7836088 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6017/statm: 3836 2794 363 1169 0 2663 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15344

[startup+0.101082 s]
/proc/loadavg: 2.02 2.02 2.00 2/178 6017
/proc/meminfo: memFree=28297172/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=17620 CPUtime=0.09 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 3417 0 0 0 9 0 0 0 25 0 1 0 891139794 18042880 3371 33554432000 4194304 8979876 140734549122688 18446744073709551615 4446983 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6017/statm: 4405 3371 363 1169 0 3232 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17620

[startup+0.301047 s]
/proc/loadavg: 2.02 2.02 2.00 2/178 6017
/proc/meminfo: memFree=28297172/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=30236 CPUtime=0.29 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 6572 0 0 0 29 0 0 0 25 0 1 0 891139794 30961664 6526 33554432000 4194304 8979876 140734549122688 18446744073709551615 7836063 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6017/statm: 7559 6526 363 1169 0 6386 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30236

[startup+0.700978 s]
/proc/loadavg: 2.02 2.02 2.00 2/178 6017
/proc/meminfo: memFree=28297172/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=55132 CPUtime=0.69 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 12764 0 0 0 68 1 0 0 25 0 1 0 891139794 56455168 12718 33554432000 4194304 8979876 140734549122688 18446744073709551615 7840464 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6017/statm: 13783 12718 363 1169 0 12610 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55132

[startup+1.50084 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 6018
/proc/meminfo: memFree=28229252/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=237460 CPUtime=1.49 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 57343 0 0 0 142 7 0 0 25 0 1 0 891139794 243159040 57231 33554432000 4194304 8979876 140734549122688 18446744073709551615 4445508 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6017/statm: 59365 57238 448 1169 0 58192 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 237460

[startup+3.10056 s]
/proc/loadavg: 2.01 2.02 2.00 2/177 6019
/proc/meminfo: memFree=31142896/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=302776 CPUtime=3.09 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 100301 0 0 0 297 12 0 0 25 0 1 0 891139794 310042624 72884 33554432000 4194304 8979876 140734549122688 18446744073709551615 18446744073699065904 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6017/statm: 75694 72884 566 1169 0 74521 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 302776

[startup+6.30098 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 6047
/proc/meminfo: memFree=30935108/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=515160 CPUtime=6.29 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 159948 0 0 0 609 20 0 0 25 0 1 0 891139794 527523840 124913 33554432000 4194304 8979876 140734549122688 18446744073709551615 6601176 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6017/statm: 128790 124913 1626 1169 0 127617 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 515160

[startup+12.7008 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 6058
/proc/meminfo: memFree=30529504/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=581120 CPUtime=12.69 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 176808 0 0 0 1246 23 0 0 25 0 1 0 891139794 595066880 140810 33554432000 4194304 8979876 140734549122688 18446744073709551615 7841678 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6017/statm: 145280 140810 838 1169 0 144107 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 581120

[startup+25.5006 s]
/proc/loadavg: 2.15 2.05 2.01 3/179 6058
/proc/meminfo: memFree=29783332/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=615908 CPUtime=25.49 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 187155 0 0 0 2524 25 0 0 25 0 1 0 891139794 630689792 150919 33554432000 4194304 8979876 140734549122688 18446744073709551615 7038992 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6017/statm: 153977 150919 1456 1169 0 152804 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 615908

[startup+51.101 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 6059
/proc/meminfo: memFree=27754976/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=626604 CPUtime=51.09 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 188349 0 0 0 5081 28 0 0 25 0 1 0 891139794 641642496 151741 33554432000 4194304 8979876 140734549122688 18446744073709551615 7047600 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 156651 151741 1113 1169 0 155478 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 626604

[startup+102.307 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 6060
/proc/meminfo: memFree=23456612/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637008 CPUtime=102.3 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193126 0 0 0 10196 34 0 0 25 0 1 0 891139794 652296192 156262 33554432000 4194304 8979876 140734549122688 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 159252 156262 859 1169 0 158079 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 637008

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 6062
/proc/meminfo: memFree=23362216/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637008 CPUtime=162.29 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193271 0 0 0 16193 36 0 0 25 0 1 0 891139794 652296192 156267 33554432000 4194304 8979876 140734549122688 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 159252 156267 719 1169 0 158079 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 637008

[startup+222.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 6102
/proc/meminfo: memFree=29219208/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637008 CPUtime=222.29 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193274 0 0 0 22192 37 0 0 25 0 1 0 891139794 652296192 156269 33554432000 4194304 8979876 140734549122688 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6017/statm: 159252 156269 718 1169 0 158079 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 637008

[startup+282.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 6104
/proc/meminfo: memFree=21325616/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637008 CPUtime=282.29 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193274 0 0 0 28191 38 0 0 25 0 1 0 891139794 652296192 156269 33554432000 4194304 8979876 140734549122688 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6017/statm: 159252 156269 718 1169 0 158079 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 637008

[startup+342.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/179 6105
/proc/meminfo: memFree=20489328/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637008 CPUtime=342.29 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193275 0 0 0 34189 40 0 0 25 0 1 0 891139794 652296192 156269 33554432000 4194304 8979876 140734549122688 18446744073709551615 6915677 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6017/statm: 159252 156269 717 1169 0 158079 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 637008

[startup+402.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 6107
/proc/meminfo: memFree=20714724/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637008 CPUtime=402.3 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193295 0 0 0 40188 42 0 0 25 0 1 0 891139794 652296192 156271 33554432000 4194304 8979876 140734549122688 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6017/statm: 159252 156271 699 1169 0 158079 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 637008

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 6147
/proc/meminfo: memFree=30708272/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637008 CPUtime=462.3 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193295 0 0 0 46185 45 0 0 25 0 1 0 891139794 652296192 156271 33554432000 4194304 8979876 140734549122688 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 159252 156271 699 1169 0 158079 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 637008

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 6148
/proc/meminfo: memFree=30656696/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637008 CPUtime=522.3 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193295 0 0 0 52183 47 0 0 25 0 1 0 891139794 652296192 156271 33554432000 4194304 8979876 140734549122688 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 159252 156271 699 1169 0 158079 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 637008

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 6150
/proc/meminfo: memFree=30654224/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637008 CPUtime=582.29 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193295 0 0 0 58181 48 0 0 25 0 1 0 891139794 652296192 156271 33554432000 4194304 8979876 140734549122688 18446744073709551615 7046392 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6017/statm: 159252 156271 699 1169 0 158079 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 637008

[startup+642.301 s]

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

/proc/meminfo: memFree=30652168/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637008 CPUtime=1122.3 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193303 0 0 0 112149 81 0 0 25 0 1 0 891139794 652296192 156279 33554432000 4194304 8979876 140734549122688 18446744073709551615 7146622 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6017/statm: 159252 156279 702 1169 0 158079 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 637008

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6166
/proc/meminfo: memFree=30652876/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637008 CPUtime=1182.29 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193338 0 0 0 118147 82 0 0 25 0 1 0 891139794 652296192 156308 33554432000 4194304 8979876 140734549122688 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 159252 156308 696 1169 0 158079 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 637008

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 6167
/proc/meminfo: memFree=30651608/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637008 CPUtime=1242.29 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193338 0 0 0 124145 84 0 0 25 0 1 0 891139794 652296192 156308 33554432000 4194304 8979876 140734549122688 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 159252 156308 696 1169 0 158079 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 637008

[startup+1302.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/179 6169
/proc/meminfo: memFree=30652204/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637008 CPUtime=1302.31 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193338 0 0 0 130143 88 0 0 25 0 1 0 891139794 652296192 156308 33554432000 4194304 8979876 140734549122688 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 159252 156308 696 1169 0 158079 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 637008

[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 6171
/proc/meminfo: memFree=30652300/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637008 CPUtime=1362.3 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193338 0 0 0 136140 90 0 0 25 0 1 0 891139794 652296192 156308 33554432000 4194304 8979876 140734549122688 18446744073709551615 7047651 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 159252 156308 696 1169 0 158079 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 637008

[startup+1422.31 s]
/proc/loadavg: 2.08 2.04 2.01 3/179 6172
/proc/meminfo: memFree=30652772/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637008 CPUtime=1422.3 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193339 0 0 0 142139 91 0 0 25 0 1 0 891139794 652296192 156308 33554432000 4194304 8979876 140734549122688 18446744073709551615 7179088 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 159252 156308 695 1169 0 158079 0
Current children cumulated CPU time (s) 1422.3
Current children cumulated vsize (KiB) 637008

[startup+1482.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/179 6174
/proc/meminfo: memFree=30652116/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637008 CPUtime=1482.3 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193339 0 0 0 148136 94 0 0 25 0 1 0 891139794 652296192 156308 33554432000 4194304 8979876 140734549122688 18446744073709551615 7146477 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 159252 156308 695 1169 0 158079 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 637008

[startup+1542.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 6175
/proc/meminfo: memFree=30652568/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637728 CPUtime=1542.3 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193351 0 0 0 154130 100 0 0 25 0 1 0 891139794 653033472 156320 33554432000 4194304 8979876 140734549122688 18446744073709551615 7164601 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 159432 156320 698 1169 0 158259 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 637728

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 6177
/proc/meminfo: memFree=30652676/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637728 CPUtime=1602.3 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193369 0 0 0 160124 106 0 0 25 0 1 0 891139794 653033472 156336 33554432000 4194304 8979876 140734549122688 18446744073709551615 6820799 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 159432 156336 696 1169 0 158259 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 637728

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 6179
/proc/meminfo: memFree=30652520/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637728 CPUtime=1662.31 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193379 0 0 0 166120 111 0 0 25 0 1 0 891139794 653033472 156346 33554432000 4194304 8979876 140734549122688 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 159432 156346 696 1169 0 158259 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 637728

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 6180
/proc/meminfo: memFree=30652492/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=637728 CPUtime=1722.31 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 193379 0 0 0 172115 116 0 0 25 0 1 0 891139794 653033472 156346 33554432000 4194304 8979876 140734549122688 18446744073709551615 6820818 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 159432 156346 696 1169 0 158259 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 637728

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 6182
/proc/meminfo: memFree=30646132/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=643932 CPUtime=1782.31 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 195245 0 0 0 178109 122 0 0 25 0 1 0 891139794 659386368 158212 33554432000 4194304 8979876 140734549122688 18446744073709551615 7179759 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 160983 158212 696 1169 0 159810 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 643932

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 6182
/proc/meminfo: memFree=30644272/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=643932 CPUtime=1785.5 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 195245 0 0 0 178428 122 0 0 25 0 1 0 891139794 659386368 158212 33554432000 4194304 8979876 140734549122688 18446744073709551615 7047600 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 160983 158212 696 1169 0 159810 0
Current children cumulated CPU time (s) 1785.5
Current children cumulated vsize (KiB) 643932

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 6182
/proc/meminfo: memFree=30646372/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=643932 CPUtime=1791.91 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 195245 0 0 0 179068 123 0 0 25 0 1 0 891139794 659386368 158212 33554432000 4194304 8979876 140734549122688 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 160983 158212 696 1169 0 159810 0
Current children cumulated CPU time (s) 1791.91
Current children cumulated vsize (KiB) 643932

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 6182
/proc/meminfo: memFree=30646372/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=643932 CPUtime=1795.12 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 195245 0 0 0 179388 124 0 0 25 0 1 0 891139794 659386368 158212 33554432000 4194304 8979876 140734549122688 18446744073709551615 7046344 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 160983 158212 696 1169 0 159810 0
Current children cumulated CPU time (s) 1795.12
Current children cumulated vsize (KiB) 643932

[startup+1796.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 6182
/proc/meminfo: memFree=30645380/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=643932 CPUtime=1796.71 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 195245 0 0 0 179547 124 0 0 25 0 1 0 891139794 659386368 158212 33554432000 4194304 8979876 140734549122688 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6017/statm: 160983 158212 696 1169 0 159810 0
Current children cumulated CPU time (s) 1796.71
Current children cumulated vsize (KiB) 643932

[startup+1797.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 6182
/proc/meminfo: memFree=30645380/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=643932 CPUtime=1797.11 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 195252 0 0 0 179587 124 0 0 18 0 1 0 891139794 659386368 158219 33554432000 4194304 8979876 140734549122688 18446744073709551615 6959417 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6017/statm: 160983 158219 703 1169 0 159810 0
Current children cumulated CPU time (s) 1797.11
Current children cumulated vsize (KiB) 643932

[startup+1797.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 6182
/proc/meminfo: memFree=30664848/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=621640 CPUtime=1797.31 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 195255 0 0 0 179607 124 0 0 18 0 1 0 891139794 636559360 152668 33554432000 4194304 8979876 140734549122688 18446744073709551615 7898903 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6017/statm: 155410 152668 706 1169 0 154237 0
Current children cumulated CPU time (s) 1797.31
Current children cumulated vsize (KiB) 621640

[startup+1797.41 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 6182
/proc/meminfo: memFree=30664848/32951124 swapFree=67063272/67111528
[pid=6017] ppid=6015 vsize=70048 CPUtime=1797.41 cores=1,3,5,7
/proc/6017/stat : 6017 (scip-2.0.1.4_2.) R 6015 6017 5873 0 -1 4202496 195258 0 0 0 179615 126 0 0 18 0 1 0 891139794 71729152 6314 33554432000 4194304 8979876 140734549122688 18446744073709551615 8073290 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6017/statm: 17512 6314 699 1169 0 16339 0
Current children cumulated CPU time (s) 1797.41
Current children cumulated vsize (KiB) 70048

Child status: 0
Real time (s): 1797.41
CPU time (s): 1797.43
CPU user time (s): 1796.16
CPU system time (s): 1.26781
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 643932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.16
system time used= 1.26781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195263
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 3190

runsolver used 2.78858 second user time and 6.32204 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-11 14:30:16
IDJOB=3486369
IDBENCH=89762
IDSOLVER=1977
FILE ID=node132/3486369-1307795416
RUNJOBID= node132-1307793618-5892
PBS_JOBID= 13550912
Free space on /tmp= 74068 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-107.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3486369-1307795416/watcher-3486369-1307795416 -o /tmp/evaluation-result-3486369-1307795416/solver-3486369-1307795416 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486369-1307795416.opb -t 1800 -m 15500

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

MD5SUM BENCH= 895ab748ebf9f34214ca2b2535c7e22f
RANDOM SEED=1685717736

node132.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.833
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.66
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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
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.833
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.76
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.833
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.75
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.833
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.77
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.833
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.67
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.833
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.82
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28297352 kB
Buffers:        280312 kB
Cached:        1013916 kB
SwapCached:       9968 kB
Active:        3751900 kB
Inactive:       688752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28297352 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           25624 kB
Writeback:           0 kB
AnonPages:     3143940 kB
Mapped:          11908 kB
Slab:           143320 kB
PageTables:      10584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3371944 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74060 MiB
End job on node132 at 2011-06-11 15:00:14