Trace number 3740944

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1797.25 1797.53

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-73.opb
MD5SUM56a27796f1168612394e164ff5d947f7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
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 196
Number of bits of the biggest sum of numbers8
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-3740944-1338767724.opb>
0.99/1.03	c original problem has 7936 variables (7936 bin, 0 int, 0 impl, 0 cont) and 176837 constraints
0.99/1.03	c problem read
0.99/1.03	c No objective function, only one solution is needed.
0.99/1.03	c presolving settings loaded
1.18/1.24	c presolving:
1.49/1.50	c (round 1) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 85792 impls, 287 clqs
1.99/2.08	c (round 2) 1 del vars, 30 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 176828 upgd conss, 85792 impls, 287 clqs
2.20/2.22	c presolving (3 rounds):
2.20/2.22	c  1 deleted vars, 30 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
2.20/2.22	c  85792 implications, 287 cliques
2.20/2.22	c presolved problem has 7935 variables (7935 bin, 0 int, 0 impl, 0 cont) and 176807 constraints
2.20/2.22	c   17621 constraints of type <knapsack>
2.20/2.22	c   37799 constraints of type <setppc>
2.20/2.22	c       1 constraints of type <linear>
2.20/2.22	c  121386 constraints of type <logicor>
2.20/2.22	c transformed objective value is always integral (scale: 1)
2.20/2.22	c Presolving Time: 0.98
2.20/2.22	c - non default parameters ----------------------------------------------------------------------
2.20/2.22	c # SCIP version 2.0.1.5
2.20/2.22	c 
2.20/2.22	c # frequency for displaying node information lines
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 100]
2.20/2.22	c display/freq = 10000
2.20/2.22	c 
2.20/2.22	c # maximal time in seconds to run
2.20/2.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.20/2.22	c limits/time = 1797
2.20/2.22	c 
2.20/2.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.20/2.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.20/2.22	c limits/memory = 13950
2.20/2.22	c 
2.20/2.22	c # solving stops, if the given number of solutions were found (-1: no limit)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: -1]
2.20/2.22	c limits/solutions = 1
2.20/2.22	c 
2.20/2.22	c # maximal number of separation rounds per node (-1: unlimited)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 5]
2.20/2.22	c separating/maxrounds = 1
2.20/2.22	c 
2.20/2.22	c # maximal number of separation rounds in the root node (-1: unlimited)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: -1]
2.20/2.22	c separating/maxroundsroot = 5
2.20/2.22	c 
2.20/2.22	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.20/2.22	c # [type: int, range: [1,2], default: 1]
2.20/2.22	c timing/clocktype = 2
2.20/2.22	c 
2.20/2.22	c # belongs reading time to solving time?
2.20/2.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.20/2.22	c timing/reading = TRUE
2.20/2.22	c 
2.20/2.22	c # should presolving try to simplify inequalities
2.20/2.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.20/2.22	c constraints/linear/simplifyinequalities = TRUE
2.20/2.22	c 
2.20/2.22	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.20/2.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.20/2.22	c constraints/indicator/addCouplingCons = TRUE
2.20/2.22	c 
2.20/2.22	c # should disaggregation of knapsack constraints be allowed in preprocessing?
2.20/2.22	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
2.20/2.22	c constraints/knapsack/disaggregation = FALSE
2.20/2.22	c 
2.20/2.22	c # should presolving try to simplify knapsacks
2.20/2.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.20/2.22	c constraints/knapsack/simplifyinequalities = TRUE
2.20/2.22	c 
2.20/2.22	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: -1]
2.20/2.22	c presolving/probing/maxrounds = 0
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 10]
2.20/2.22	c heuristics/coefdiving/freq = -1
2.20/2.22	c 
2.20/2.22	c # maximal fraction of diving LP iterations compared to node LP iterations
2.20/2.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.20/2.22	c heuristics/coefdiving/maxlpiterquot = 0.075
2.20/2.22	c 
2.20/2.22	c # additional number of allowed LP iterations
2.20/2.22	c # [type: int, range: [0,2147483647], default: 1000]
2.20/2.22	c heuristics/coefdiving/maxlpiterofs = 1500
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 30]
2.20/2.22	c heuristics/crossover/freq = -1
2.20/2.22	c 
2.20/2.22	c # number of nodes added to the contingent of the total nodes
2.20/2.22	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.20/2.22	c heuristics/crossover/nodesofs = 750
2.20/2.22	c 
2.20/2.22	c # number of nodes without incumbent change that heuristic should wait
2.20/2.22	c # [type: longint, range: [0,9223372036854775807], default: 200]
2.20/2.22	c heuristics/crossover/nwaitingnodes = 100
2.20/2.22	c 
2.20/2.22	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
2.20/2.22	c # [type: real, range: [0,1], default: 0.1]
2.20/2.22	c heuristics/crossover/nodesquot = 0.15
2.20/2.22	c 
2.20/2.22	c # minimum percentage of integer variables that have to be fixed 
2.20/2.22	c # [type: real, range: [0,1], default: 0.666]
2.20/2.22	c heuristics/crossover/minfixingrate = 0.5
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 20]
2.20/2.22	c heuristics/feaspump/freq = -1
2.20/2.22	c 
2.20/2.22	c # additional number of allowed LP iterations
2.20/2.22	c # [type: int, range: [0,2147483647], default: 1000]
2.20/2.22	c heuristics/feaspump/maxlpiterofs = 2000
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 10]
2.20/2.22	c heuristics/fracdiving/freq = -1
2.20/2.22	c 
2.20/2.22	c # maximal fraction of diving LP iterations compared to node LP iterations
2.20/2.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.20/2.22	c heuristics/fracdiving/maxlpiterquot = 0.075
2.20/2.22	c 
2.20/2.22	c # additional number of allowed LP iterations
2.20/2.22	c # [type: int, range: [0,2147483647], default: 1000]
2.20/2.22	c heuristics/fracdiving/maxlpiterofs = 1500
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 10]
2.20/2.22	c heuristics/guideddiving/freq = -1
2.20/2.22	c 
2.20/2.22	c # maximal fraction of diving LP iterations compared to node LP iterations
2.20/2.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.20/2.22	c heuristics/guideddiving/maxlpiterquot = 0.075
2.20/2.22	c 
2.20/2.22	c # additional number of allowed LP iterations
2.20/2.22	c # [type: int, range: [0,2147483647], default: 1000]
2.20/2.22	c heuristics/guideddiving/maxlpiterofs = 1500
2.20/2.22	c 
2.20/2.22	c # maximal fraction of diving LP iterations compared to node LP iterations
2.20/2.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.20/2.22	c heuristics/intdiving/maxlpiterquot = 0.075
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 10]
2.20/2.22	c heuristics/intshifting/freq = -1
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 10]
2.20/2.22	c heuristics/linesearchdiving/freq = -1
2.20/2.22	c 
2.20/2.22	c # maximal fraction of diving LP iterations compared to node LP iterations
2.20/2.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.20/2.22	c heuristics/linesearchdiving/maxlpiterquot = 0.075
2.20/2.22	c 
2.20/2.22	c # additional number of allowed LP iterations
2.20/2.22	c # [type: int, range: [0,2147483647], default: 1000]
2.20/2.22	c heuristics/linesearchdiving/maxlpiterofs = 1500
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 20]
2.20/2.22	c heuristics/objpscostdiving/freq = -1
2.20/2.22	c 
2.20/2.22	c # maximal fraction of diving LP iterations compared to total iteration number
2.20/2.22	c # [type: real, range: [0,1], default: 0.01]
2.20/2.22	c heuristics/objpscostdiving/maxlpiterquot = 0.015
2.20/2.22	c 
2.20/2.22	c # additional number of allowed LP iterations
2.20/2.22	c # [type: int, range: [0,2147483647], default: 1000]
2.20/2.22	c heuristics/objpscostdiving/maxlpiterofs = 1500
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 1]
2.20/2.22	c heuristics/oneopt/freq = -1
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 10]
2.20/2.22	c heuristics/pscostdiving/freq = -1
2.20/2.22	c 
2.20/2.22	c # maximal fraction of diving LP iterations compared to node LP iterations
2.20/2.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.20/2.22	c heuristics/pscostdiving/maxlpiterquot = 0.075
2.20/2.22	c 
2.20/2.22	c # additional number of allowed LP iterations
2.20/2.22	c # [type: int, range: [0,2147483647], default: 1000]
2.20/2.22	c heuristics/pscostdiving/maxlpiterofs = 1500
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 0]
2.20/2.22	c heuristics/rens/freq = -1
2.20/2.22	c 
2.20/2.22	c # minimum percentage of integer variables that have to be fixable 
2.20/2.22	c # [type: real, range: [0,1], default: 0.5]
2.20/2.22	c heuristics/rens/minfixingrate = 0.3
2.20/2.22	c 
2.20/2.22	c # number of nodes added to the contingent of the total nodes
2.20/2.22	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.20/2.22	c heuristics/rens/nodesofs = 2000
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 20]
2.20/2.22	c heuristics/rootsoldiving/freq = -1
2.20/2.22	c 
2.20/2.22	c # maximal fraction of diving LP iterations compared to node LP iterations
2.20/2.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
2.20/2.22	c heuristics/rootsoldiving/maxlpiterquot = 0.015
2.20/2.22	c 
2.20/2.22	c # additional number of allowed LP iterations
2.20/2.22	c # [type: int, range: [0,2147483647], default: 1000]
2.20/2.22	c heuristics/rootsoldiving/maxlpiterofs = 1500
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 1]
2.20/2.22	c heuristics/rounding/freq = -1
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 0]
2.20/2.22	c heuristics/shiftandpropagate/freq = -1
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 10]
2.20/2.22	c heuristics/shifting/freq = -1
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 1]
2.20/2.22	c heuristics/simplerounding/freq = -1
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 1]
2.20/2.22	c heuristics/subnlp/freq = -1
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 0]
2.20/2.22	c heuristics/trivial/freq = -1
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 1]
2.20/2.22	c heuristics/trysol/freq = -1
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 0]
2.20/2.22	c heuristics/undercover/freq = -1
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 10]
2.20/2.22	c heuristics/veclendiving/freq = -1
2.20/2.22	c 
2.20/2.22	c # maximal fraction of diving LP iterations compared to node LP iterations
2.20/2.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.20/2.22	c heuristics/veclendiving/maxlpiterquot = 0.075
2.20/2.22	c 
2.20/2.22	c # additional number of allowed LP iterations
2.20/2.22	c # [type: int, range: [0,2147483647], default: 1000]
2.20/2.22	c heuristics/veclendiving/maxlpiterofs = 1500
2.20/2.22	c 
2.20/2.22	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 1]
2.20/2.22	c heuristics/zirounding/freq = -1
2.20/2.22	c 
2.20/2.22	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 0]
2.20/2.22	c separating/cmir/freq = -1
2.20/2.22	c 
2.20/2.22	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: 0]
2.20/2.22	c separating/flowcover/freq = -1
2.20/2.22	c 
2.20/2.22	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.20/2.22	c # [type: int, range: [-1,2147483647], default: -1]
2.20/2.22	c separating/rapidlearning/freq = 0
2.20/2.22	c 
2.20/2.22	c -----------------------------------------------------------------------------------------------
2.20/2.22	c start solving
2.20/2.22	c 
3.79/3.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.79/3.83	c   3.8s|     1 |     0 |  1369 |     - | 260M|   0 | 686 |7935 | 176k|7935 | 176k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
7.48/7.50	c   7.5s|     1 |     0 |  3579 |     - | 261M|   0 |1217 |7935 | 176k|7935 | 176k|  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
14.49/14.50	c  14.5s|     1 |     0 |  6917 |     - | 261M|   0 |2327 |7935 | 176k|7935 | 176k|  30 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
20.19/20.22	c  20.2s|     1 |     0 |  7990 |     - | 264M|   0 |2459 |7935 | 176k|7935 | 176k|  95 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
38.98/39.03	c  39.0s|     1 |     0 | 11874 |     - | 265M|   0 |2897 |7935 | 176k|7935 | 176k| 138 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
56.48/56.51	c  56.5s|     1 |     0 | 13851 |     - | 265M|   0 |3046 |7935 | 176k|7935 | 176k| 188 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
109.88/109.96	c   110s|     1 |     2 | 13851 |     - | 265M|   0 |3046 |7935 | 176k|7935 | 176k| 188 |   0 |  19 | 0.000000e+00 |      --      |    Inf 
1796.81/1797.18	c 
1796.81/1797.18	c SCIP Status        : solving was interrupted [time limit reached]
1796.81/1797.18	c Solving Time (sec) : 1797.17
1796.81/1797.18	c Solving Nodes      : 45
1796.81/1797.18	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.81/1797.18	c Dual Bound         : +0.00000000000000e+00
1796.81/1797.18	c Gap                : infinite
1796.81/1797.18	s UNKNOWN
1796.81/1797.18	c SCIP Status        : solving was interrupted [time limit reached]
1796.81/1797.18	c Total Time         :    1797.17
1796.81/1797.18	c   solving          :    1797.17
1796.81/1797.18	c   presolving       :       0.98 (included in solving)
1796.81/1797.18	c   reading          :       1.03 (included in solving)
1796.81/1797.18	c Original Problem   :
1796.81/1797.18	c   Problem name     : HOME/instance-3740944-1338767724.opb
1796.81/1797.18	c   Variables        : 7936 (7936 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.18	c   Constraints      : 176837 initial, 176837 maximal
1796.81/1797.18	c Presolved Problem  :
1796.81/1797.18	c   Problem name     : t_HOME/instance-3740944-1338767724.opb
1796.81/1797.18	c   Variables        : 7935 (7935 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.18	c   Constraints      : 176807 initial, 176807 maximal
1796.81/1797.18	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.81/1797.18	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.18	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.18	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.18	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.18	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.18	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.18	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.18	c   knapsack         :       0.06          0          0          0          0          0          0          0          0          0
1796.81/1797.18	c   setppc           :       0.03          0          0          0          0          0          0          0          0          0
1796.81/1797.18	c   linear           :       0.63          0          1          0          0          0          8          0          7          0
1796.81/1797.18	c   logicor          :       0.15          0          0          0          0          0         22          0          0          0
1796.81/1797.18	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.81/1797.18	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.81/1797.18	c   integral         :          0          0          0         46          0          1          0          0          4          0          0         88
1796.81/1797.18	c   knapsack         :      17621          5         84          0          1          0          0          0          0        202          0          0
1796.81/1797.18	c   setppc           :      37799          5         84          0          1          0          0          0       3100          0          0          0
1796.81/1797.18	c   linear           :          1          5         84          0          1          0          0          0          0          0          0          0
1796.81/1797.18	c   logicor          :     121386          5         42          0          1          0          0          0          2          0          0          0
1796.81/1797.18	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1796.81/1797.18	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.81/1797.18	c   integral         :     879.89       0.00       0.00     879.89       0.00       0.00       0.00
1796.81/1797.18	c   knapsack         :       0.09       0.05       0.04       0.00       0.00       0.00       0.00
1796.81/1797.18	c   setppc           :       0.09       0.01       0.08       0.00       0.00       0.00       0.00
1796.81/1797.18	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.81/1797.18	c   logicor          :       0.07       0.02       0.04       0.00       0.01       0.00       0.00
1796.81/1797.18	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.81/1797.18	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.81/1797.18	c   vbounds          :          0          0          0          0
1796.81/1797.18	c   rootredcost      :          0          0          0          0
1796.81/1797.18	c   pseudoobj        :          0          0          0          0
1796.81/1797.18	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.81/1797.18	c   vbounds          :       0.00       0.00       0.00
1796.81/1797.18	c   rootredcost      :       0.00       0.00       0.00
1796.81/1797.18	c   pseudoobj        :       0.00       0.00       0.00
1796.81/1797.18	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.81/1797.18	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.81/1797.18	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.81/1797.18	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.81/1797.18	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.81/1797.18	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.81/1797.18	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.81/1797.18	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.81/1797.18	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.81/1797.18	c   cut pool         :       0.00          4          -          -        139          -    (maximal pool size: 1459)
1796.81/1797.18	c   redcost          :       0.01         49          0          0          0          0
1796.81/1797.18	c   impliedbounds    :       0.00          5          0          0          0          0
1796.81/1797.18	c   intobj           :       0.00          0          0          0          0          0
1796.81/1797.18	c   gomory           :      14.83          5          0          0       2500          0
1796.81/1797.18	c   cgmip            :       0.00          0          0          0          0          0
1796.81/1797.18	c   closecuts        :       0.00          0          0          0          0          0
1796.81/1797.18	c   strongcg         :      12.21          5          0          0       2500          0
1796.81/1797.18	c   cmir             :       0.00          0          0          0          0          0
1796.81/1797.18	c   flowcover        :       0.00          0          0          0          0          0
1796.81/1797.18	c   clique           :       0.31          5          0          0         38          0
1796.81/1797.18	c   zerohalf         :       0.00          0          0          0          0          0
1796.81/1797.18	c   mcf              :       0.13          1          0          0          0          0
1796.81/1797.18	c   oddcycle         :       0.00          0          0          0          0          0
1796.81/1797.18	c   rapidlearning    :       0.00          0          0          0          0          0
1796.81/1797.18	c Pricers            :       Time      Calls       Vars
1796.81/1797.18	c   problem variables:       0.00          0          0
1796.81/1797.18	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.81/1797.18	c   relpscost        :     879.89         46          0          4          0          0         88
1796.81/1797.18	c   pscost           :       0.00          0          0          0          0          0          0
1796.81/1797.18	c   inference        :       0.00          1          0          0          0          0          2
1796.81/1797.18	c   mostinf          :       0.00          0          0          0          0          0          0
1796.81/1797.18	c   leastinf         :       0.00          0          0          0          0          0          0
1796.81/1797.18	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.81/1797.18	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.81/1797.18	c   random           :       0.00          0          0          0          0          0          0
1796.81/1797.18	c Primal Heuristics  :       Time      Calls      Found
1796.81/1797.18	c   LP solutions     :       0.00          -          0
1796.81/1797.18	c   pseudo solutions :       0.00          -          0
1796.81/1797.18	c   trivial          :       0.00          1          0
1796.81/1797.18	c   shiftandpropagate:       0.00          0          0
1796.81/1797.18	c   simplerounding   :       0.00          0          0
1796.81/1797.18	c   zirounding       :       0.00          0          0
1796.81/1797.18	c   rounding         :       0.00          0          0
1796.81/1797.18	c   shifting         :       0.00          0          0
1796.81/1797.18	c   intshifting      :       0.00          0          0
1796.81/1797.18	c   oneopt           :       0.00          0          0
1796.81/1797.18	c   twoopt           :       0.00          0          0
1796.81/1797.18	c   fixandinfer      :       0.00          0          0
1796.81/1797.18	c   feaspump         :       0.00          0          0
1796.81/1797.18	c   clique           :       0.00          0          0
1796.81/1797.18	c   coefdiving       :       0.00          0          0
1796.81/1797.18	c   pscostdiving     :       0.00          0          0
1796.81/1797.18	c   fracdiving       :       0.00          0          0
1796.81/1797.18	c   veclendiving     :       0.00          0          0
1796.81/1797.18	c   intdiving        :       0.00          0          0
1796.81/1797.18	c   actconsdiving    :       0.00          0          0
1796.81/1797.18	c   objpscostdiving  :       0.00          0          0
1796.81/1797.18	c   rootsoldiving    :       0.00          0          0
1796.81/1797.18	c   linesearchdiving :       0.00          0          0
1796.81/1797.18	c   guideddiving     :       0.00          0          0
1796.81/1797.18	c   octane           :       0.00          0          0
1796.81/1797.18	c   rens             :       0.00          0          0
1796.81/1797.18	c   rins             :       0.00          0          0
1796.81/1797.18	c   localbranching   :       0.00          0          0
1796.81/1797.18	c   mutation         :       0.00          0          0
1796.81/1797.18	c   crossover        :       0.00          0          0
1796.81/1797.18	c   dins             :       0.00          0          0
1796.81/1797.18	c   vbounds          :       0.00          0          0
1796.81/1797.18	c   undercover       :       0.00          0          0
1796.81/1797.18	c   subnlp           :       0.00          0          0
1796.81/1797.18	c   trysol           :       0.00          0          0
1796.81/1797.18	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.81/1797.18	c   primal LP        :       0.11          0          0       0.00       0.00
1796.81/1797.18	c   dual LP          :     885.81         51     219410    4302.16     247.69
1796.81/1797.18	c   lex dual LP      :       0.00          0          0       0.00          -
1796.81/1797.18	c   barrier LP       :       0.00          0          0       0.00          -
1796.81/1797.18	c   diving/probing LP:       0.00          0          0       0.00          -
1796.81/1797.18	c   strong branching :     879.76        280     229044     818.01     260.35
1796.81/1797.18	c     (at root node) :          -         19      13361     703.21          -
1796.81/1797.18	c   conflict analysis:       0.00          0          0       0.00          -
1796.81/1797.18	c B&B Tree           :
1796.81/1797.18	c   number of runs   :          1
1796.81/1797.18	c   nodes            :         45
1796.81/1797.18	c   nodes (total)    :         45
1796.81/1797.18	c   nodes left       :         46
1796.81/1797.18	c   max depth        :         18
1796.81/1797.18	c   max depth (total):         18
1796.81/1797.18	c   backtracks       :          8 (17.8%)
1796.81/1797.18	c   delayed cutoffs  :          0
1796.81/1797.18	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.81/1797.18	c   avg switch length:       1.71
1796.81/1797.18	c   switching time   :       0.21
1796.81/1797.18	c Solution           :
1796.81/1797.18	c   Solutions found  :          0 (0 improvements)
1796.81/1797.18	c   Primal Bound     :          -
1796.81/1797.18	c   Dual Bound       : +0.00000000000000e+00
1796.81/1797.18	c   Gap              :   infinite
1796.81/1797.18	c   Root Dual Bound  : +0.00000000000000e+00
1796.81/1797.18	c   Root Iterations  :      13851
1797.21/1797.53	c Time complete: 1797.24.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3740944-1338767724/watcher-3740944-1338767724 -o /tmp/evaluation-result-3740944-1338767724/solver-3740944-1338767724 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3740944-1338767724.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.06 2.00 2.00 3/176 31534
/proc/meminfo: memFree=26400268/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=11980 CPUtime=0 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 1962 0 0 0 0 0 0 0 20 0 1 0 342898125 12267520 1917 33554432000 4194304 9016284 140737319946464 140735014550152 7870589 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 2995 1927 340 1178 0 1813 0

[startup+0.0112251 s]
/proc/loadavg: 2.06 2.00 2.00 3/176 31534
/proc/meminfo: memFree=26400268/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=13220 CPUtime=0 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 2272 0 0 0 0 0 0 0 20 0 1 0 342898125 13537280 2226 33554432000 4194304 9016284 140737319946464 140735014550152 6813403 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 3305 2226 357 1178 0 2123 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13220

[startup+0.100277 s]
/proc/loadavg: 2.06 2.00 2.00 3/176 31534
/proc/meminfo: memFree=26400268/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=21252 CPUtime=0.09 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 4303 0 0 0 9 0 0 0 20 0 1 0 342898125 21762048 4257 33554432000 4194304 9016284 140737319946464 140735014550152 7928096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 5313 4257 357 1178 0 4131 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21252

[startup+0.300214 s]
/proc/loadavg: 2.06 2.00 2.00 3/176 31534
/proc/meminfo: memFree=26400268/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=36816 CPUtime=0.29 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 8191 0 0 0 28 1 0 0 20 0 1 0 342898125 37699584 8145 33554432000 4194304 9016284 140737319946464 140735014550152 4536486 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 9204 8145 357 1178 0 8022 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36816

[startup+0.70026 s]
/proc/loadavg: 2.06 2.00 2.00 3/176 31534
/proc/meminfo: memFree=26400268/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=65228 CPUtime=0.69 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 15272 0 0 0 66 3 0 0 20 0 1 0 342898125 66793472 15226 33554432000 4194304 9016284 140737319946464 140737319810360 7928096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 16307 15226 357 1178 0 15125 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65228

[startup+1.50028 s]
/proc/loadavg: 2.06 2.00 2.00 3/177 31535
/proc/meminfo: memFree=26318188/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=227708 CPUtime=1.49 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 55091 0 0 0 140 9 0 0 20 0 1 0 342898125 233172992 54952 33554432000 4194304 9016284 140737319946464 140737319941976 6479380 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 56927 54952 484 1178 0 55745 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 227708

[startup+3.10026 s]
/proc/loadavg: 2.06 2.00 2.00 3/177 31535
/proc/meminfo: memFree=26159580/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=535188 CPUtime=3.09 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 113013 0 0 0 288 21 0 0 20 0 1 0 342898125 548032512 123696 33554432000 4194304 9016284 140737319946464 140737319942584 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 133797 123696 624 1178 0 132615 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 535188

[startup+6.30026 s]
/proc/loadavg: 2.05 2.00 2.00 3/177 31535
/proc/meminfo: memFree=25906732/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=553900 CPUtime=6.29 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 118973 0 0 0 606 23 0 0 20 0 1 0 342898125 567193600 132704 33554432000 4194304 9016284 140737319946464 140737319941624 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 138475 132704 661 1178 0 137293 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 553900

[startup+12.7003 s]
/proc/loadavg: 2.05 2.00 2.00 3/177 31535
/proc/meminfo: memFree=25855616/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=584564 CPUtime=12.69 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 123650 0 0 0 1244 25 0 0 20 0 1 0 342898125 598593536 143280 33554432000 4194304 9016284 140737319946464 140737319940328 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 146141 143280 661 1178 0 144959 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 584564

[startup+25.5002 s]
/proc/loadavg: 2.04 2.00 2.00 3/177 31535
/proc/meminfo: memFree=25840680/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=600588 CPUtime=25.48 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 124195 0 0 0 2522 26 0 0 20 0 1 0 342898125 615002112 146890 33554432000 4194304 9016284 140737319946464 140737319941576 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 150147 146890 661 1178 0 148965 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 600588

[startup+51.1003 s]
/proc/loadavg: 2.02 2.00 2.00 3/177 31535
/proc/meminfo: memFree=25809304/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=632076 CPUtime=51.08 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 125470 0 0 0 5078 30 0 0 20 0 1 0 342898125 647245824 154857 33554432000 4194304 9016284 140737319946464 140737319941576 6227833 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 158019 154857 661 1178 0 156837 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 632076

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 31535
/proc/meminfo: memFree=25823884/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=606136 CPUtime=102.27 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 153674 0 0 0 10180 47 0 0 20 0 1 0 342898125 620683264 146870 33554432000 4194304 9016284 140737319946464 140737319940520 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 151534 146870 662 1178 0 150352 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 606136

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31535
/proc/meminfo: memFree=25856076/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=584956 CPUtime=162.26 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 174577 0 0 0 16165 61 0 0 20 0 1 0 342898125 598994944 139146 33554432000 4194304 9016284 140737319946464 140737319940216 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 146239 139146 670 1178 0 145057 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 584956

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31535
/proc/meminfo: memFree=25855752/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=590204 CPUtime=222.25 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 197401 0 0 0 22146 79 0 0 20 0 1 0 342898125 604368896 139274 33554432000 4194304 9016284 140737319946464 140737319940216 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 147551 139274 670 1178 0 146369 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 590204

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31539
/proc/meminfo: memFree=25811008/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=590244 CPUtime=282.25 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 243848 0 0 0 28121 104 0 0 20 0 1 0 342898125 604409856 139193 33554432000 4194304 9016284 140737319946464 140737319940520 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 147561 139193 670 1178 0 146379 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 590244

[startup+342.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 31562
/proc/meminfo: memFree=25822948/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=616932 CPUtime=342.23 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 285840 0 0 0 34096 127 0 0 20 0 1 0 342898125 631738368 149654 33554432000 4194304 9016284 140737319946464 140737319940520 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 154233 149654 670 1178 0 153051 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 616932

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 31562
/proc/meminfo: memFree=25806680/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=609728 CPUtime=402.23 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 314776 0 0 0 40077 146 0 0 20 0 1 0 342898125 624361472 151300 33554432000 4194304 9016284 140737319946464 140737319940216 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 152432 151300 670 1178 0 151250 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 609728

[startup+462.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 31562
/proc/meminfo: memFree=25802204/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=619024 CPUtime=462.21 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 346898 0 0 0 46054 167 0 0 20 0 1 0 342898125 633880576 153374 33554432000 4194304 9016284 140737319946464 140737319939272 7181002 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 154756 153374 670 1178 0 153574 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 619024

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 31562
/proc/meminfo: memFree=25799468/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=619564 CPUtime=522.21 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 370828 0 0 0 52039 182 0 0 20 0 1 0 342898125 634433536 150888 33554432000 4194304 9016284 140737319946464 140737319940328 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 154891 150888 670 1178 0 153709 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 619564

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31563
/proc/meminfo: memFree=25797292/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=610240 CPUtime=582.2 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 400740 0 0 0 58020 200 0 0 20 0 1 0 342898125 624885760 151194 33554432000 4194304 9016284 140737319946464 140737319940216 7180996 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 152560 151194 670 1178 0 151378 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 610240

[startup+642.3 s]

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

/proc/meminfo: memFree=25677436/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=616004 CPUtime=1062.12 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 496546 0 0 0 105931 281 0 0 20 0 1 0 342898125 630788096 149865 33554432000 4194304 9016284 140737319946464 140737319940216 7180679 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 154001 149865 672 1178 0 152819 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 616004

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31605
/proc/meminfo: memFree=25650484/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=627716 CPUtime=1122.11 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 507011 0 0 0 111919 292 0 0 20 0 1 0 342898125 642781184 155798 33554432000 4194304 9016284 140737319946464 140737319939384 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 156929 155798 672 1178 0 155747 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 627716

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31606
/proc/meminfo: memFree=25639644/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=618832 CPUtime=1182.1 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 529140 0 0 0 117902 308 0 0 20 0 1 0 342898125 633683968 153587 33554432000 4194304 9016284 140737319946464 140737319940520 7181009 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 154708 153587 672 1178 0 153526 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 618832

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31606
/proc/meminfo: memFree=25638796/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=636728 CPUtime=1242.09 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 531194 0 0 0 123893 316 0 0 20 0 1 0 342898125 652009472 153632 33554432000 4194304 9016284 140737319946464 140737319940328 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 159182 153632 672 1178 0 158000 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 636728

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31606
/proc/meminfo: memFree=25636596/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=620544 CPUtime=1302.09 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 554044 0 0 0 129878 331 0 0 20 0 1 0 342898125 635437056 153962 33554432000 4194304 9016284 140737319946464 140737319939384 7180996 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 155136 153962 672 1178 0 153954 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 620544

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 31606
/proc/meminfo: memFree=25654160/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=611656 CPUtime=1362.08 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 571048 0 0 0 135863 345 0 0 20 0 1 0 342898125 626335744 149694 33554432000 4194304 9016284 140737319946464 140737319940216 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 152914 149694 672 1178 0 151732 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 611656

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 31606
/proc/meminfo: memFree=25618852/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=638344 CPUtime=1422.07 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 582577 0 0 0 141851 356 0 0 20 0 1 0 342898125 653664256 158490 33554432000 4194304 9016284 140737319946464 140737319940632 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 159586 158490 672 1178 0 158404 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 638344

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31610
/proc/meminfo: memFree=25636260/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=638652 CPUtime=1482.06 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 585836 0 0 0 147842 364 0 0 20 0 1 0 342898125 653979648 154051 33554432000 4194304 9016284 140737319946464 140737319940424 7180592 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 159663 154051 672 1178 0 158481 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 638652

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31610
/proc/meminfo: memFree=25634788/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=638652 CPUtime=1542.05 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 585841 0 0 0 153837 368 0 0 20 0 1 0 342898125 653979648 154567 33554432000 4194304 9016284 140737319946464 140737319940248 7181018 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 159663 154567 672 1178 0 158481 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 638652

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31610
/proc/meminfo: memFree=25634540/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=638652 CPUtime=1602.05 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 585841 0 0 0 159833 372 0 0 20 0 1 0 342898125 653979648 154567 33554432000 4194304 9016284 140737319946464 140737319940248 6855173 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 159663 154567 672 1178 0 158481 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 638652

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31610
/proc/meminfo: memFree=25649796/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=612324 CPUtime=1662.03 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 606883 0 0 0 165819 384 0 0 20 0 1 0 342898125 627019776 150738 33554432000 4194304 9016284 140737319946464 140737319940520 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 153081 150738 672 1178 0 151899 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 612324

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31610
/proc/meminfo: memFree=25629744/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=627780 CPUtime=1722.02 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 629568 0 0 0 171804 398 0 0 20 0 1 0 342898125 642846720 155845 33554432000 4194304 9016284 140737319946464 140737319940632 7181002 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 156945 155845 672 1178 0 155763 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 627780

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31611
/proc/meminfo: memFree=25632284/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=610072 CPUtime=1782.02 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 640517 0 0 0 177794 408 0 0 20 0 1 0 342898125 624713728 150113 33554432000 4194304 9016284 140737319946464 140737319940520 7181009 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 152518 150113 672 1178 0 151336 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 610072

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31611
/proc/meminfo: memFree=25608084/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=638860 CPUtime=1785.21 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 641649 0 0 0 178113 408 0 0 20 0 1 0 342898125 654192640 156168 33554432000 4194304 9016284 140737319946464 140737319940216 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 159715 156168 672 1178 0 158533 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 638860

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31611
/proc/meminfo: memFree=25627824/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=619656 CPUtime=1791.62 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 648316 0 0 0 178750 412 0 0 20 0 1 0 342898125 634527744 151229 33554432000 4194304 9016284 140737319946464 140737319940216 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 154914 151229 672 1178 0 153732 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 619656

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31611
/proc/meminfo: memFree=25667156/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=581216 CPUtime=1794.82 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 649774 0 0 0 179069 413 0 0 20 0 1 0 342898125 595165184 141378 33554432000 4194304 9016284 140737319946464 140737319940216 6855016 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 145304 141378 672 1178 0 144122 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 581216

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31611
/proc/meminfo: memFree=25638736/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=609812 CPUtime=1796.41 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 651055 0 0 0 179228 413 0 0 20 0 1 0 342898125 624447488 151325 33554432000 4194304 9016284 140737319946464 140737319940520 7214210 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 152453 151325 672 1178 0 151271 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 609812

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31611
/proc/meminfo: memFree=25638736/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=609812 CPUtime=1796.81 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 651056 0 0 0 179268 413 0 0 20 0 1 0 342898125 624447488 151326 33554432000 4194304 9016284 140737319946464 140737319940520 7180528 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 152453 151326 672 1178 0 151271 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 609812

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31611
/proc/meminfo: memFree=25627132/32873660 swapFree=7120/7120
[pid=31534] ppid=31532 vsize=473568 CPUtime=1797.21 cores=1,3,5,7
/proc/31534/stat : 31534 (scip-2.0.1.4b_2) R 31532 31534 31309 0 -1 4202496 651064 0 0 0 179307 414 0 0 20 0 1 0 342898125 484933632 117550 33554432000 4194304 9016284 140737319946464 140737319945640 7933303 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31534/statm: 118392 117550 680 1178 0 117210 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (KiB) 473568

Child status: 0
Real time (s): 1797.53
CPU time (s): 1797.25
CPU user time (s): 1793.1
CPU system time (s): 4.15337
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 651124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.1
system time used= 4.15337
maximum resident set size= 639676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 651072
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= 21
involuntary context switches= 1845

runsolver used 2.82457 second user time and 9.01063 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-04 01:55:24
IDJOB=3740944
IDBENCH=89699
IDSOLVER=2329
FILE ID=node117/3740944-1338767724
RUNJOBID= node117-1338764718-31326
PBS_JOBID= 14636813
Free space on /tmp= 69092 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-73.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-3740944-1338767724/watcher-3740944-1338767724 -o /tmp/evaluation-result-3740944-1338767724/solver-3740944-1338767724 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3740944-1338767724.opb -t 1800 -m 15500

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

MD5SUM BENCH= 56a27796f1168612394e164ff5d947f7
RANDOM SEED=1564446502

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        26404668 kB
Buffers:          634668 kB
Cached:          4260288 kB
SwapCached:          776 kB
Active:          3082132 kB
Inactive:        2469060 kB
Active(anon):     642272 kB
Inactive(anon):     9972 kB
Active(file):    2439860 kB
Inactive(file):  2459088 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:             24084 kB
Writeback:             0 kB
AnonPages:        656080 kB
Mapped:            14920 kB
Shmem:                80 kB
Slab:             780112 kB
SReclaimable:     223936 kB
SUnreclaim:       556176 kB
KernelStack:        1472 kB
PageTables:         5280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     771672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    536576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69072 MiB
End job on node117 at 2012-06-04 02:25:21