Trace number 3486384

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.51 1797.46

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-24.opb
MD5SUM902c79ddb1483993d151297b6d1c86a6
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 variables9342
Total number of constraints199352
Number of constraints which are clauses178530
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint2
Maximum length of a constraint231
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 232
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.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-3486384-1307795081.opb>
1.20/1.21	c original problem has 9342 variables (9342 bin, 0 int, 0 impl, 0 cont) and 199352 constraints
1.20/1.21	c problem read
1.20/1.21	c No objective function, only one solution is needed.
1.20/1.22	c presolving settings loaded
1.69/1.75	c presolving:
1.99/2.04	c (round 1) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 90916 impls, 366 clqs
2.69/2.72	c (round 2) 1 del vars, 34 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 199340 upgd conss, 90916 impls, 366 clqs
2.79/2.89	c presolving (3 rounds):
2.79/2.89	c  1 deleted vars, 34 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
2.79/2.89	c  90916 implications, 366 cliques
2.79/2.89	c presolved problem has 9341 variables (9341 bin, 0 int, 0 impl, 0 cont) and 199318 constraints
2.79/2.89	c   20454 constraints of type <knapsack>
2.79/2.89	c   40318 constraints of type <setppc>
2.79/2.89	c       2 constraints of type <linear>
2.79/2.89	c  138544 constraints of type <logicor>
2.79/2.89	c transformed objective value is always integral (scale: 1)
2.79/2.89	c Presolving Time: 1.53
2.79/2.89	c - non default parameters ----------------------------------------------------------------------
2.79/2.89	c # SCIP version 2.0.1.4
2.79/2.89	c 
2.79/2.89	c # frequency for displaying node information lines
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 100]
2.79/2.89	c display/freq = 10000
2.79/2.89	c 
2.79/2.89	c # maximal time in seconds to run
2.79/2.89	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.79/2.89	c limits/time = 1797
2.79/2.89	c 
2.79/2.89	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.79/2.89	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.79/2.89	c limits/memory = 13950
2.79/2.89	c 
2.79/2.89	c # solving stops, if the given number of solutions were found (-1: no limit)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: -1]
2.79/2.89	c limits/solutions = 1
2.79/2.89	c 
2.79/2.89	c # maximal number of separation rounds per node (-1: unlimited)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 5]
2.79/2.89	c separating/maxrounds = 1
2.79/2.89	c 
2.79/2.89	c # maximal number of separation rounds in the root node (-1: unlimited)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: -1]
2.79/2.89	c separating/maxroundsroot = 5
2.79/2.89	c 
2.79/2.89	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.79/2.89	c # [type: int, range: [1,2], default: 1]
2.79/2.89	c timing/clocktype = 2
2.79/2.89	c 
2.79/2.89	c # belongs reading time to solving time?
2.79/2.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.89	c timing/reading = TRUE
2.79/2.89	c 
2.79/2.89	c # should presolving try to simplify inequalities
2.79/2.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.89	c constraints/linear/simplifyinequalities = TRUE
2.79/2.89	c 
2.79/2.89	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.79/2.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.89	c constraints/indicator/addCouplingCons = TRUE
2.79/2.89	c 
2.79/2.89	c # should disaggregation of knapsack constraints be allowed in preprocessing?
2.79/2.89	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
2.79/2.89	c constraints/knapsack/disaggregation = FALSE
2.79/2.89	c 
2.79/2.89	c # should presolving try to simplify knapsacks
2.79/2.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.89	c constraints/knapsack/simplifyinequalities = TRUE
2.79/2.89	c 
2.79/2.89	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: -1]
2.79/2.89	c presolving/probing/maxrounds = 0
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.89	c heuristics/coefdiving/freq = -1
2.79/2.89	c 
2.79/2.89	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.89	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.89	c heuristics/coefdiving/maxlpiterquot = 0.075
2.79/2.89	c 
2.79/2.89	c # additional number of allowed LP iterations
2.79/2.89	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.89	c heuristics/coefdiving/maxlpiterofs = 1500
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 30]
2.79/2.89	c heuristics/crossover/freq = -1
2.79/2.89	c 
2.79/2.89	c # number of nodes added to the contingent of the total nodes
2.79/2.89	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.79/2.89	c heuristics/crossover/nodesofs = 750
2.79/2.89	c 
2.79/2.89	c # number of nodes without incumbent change that heuristic should wait
2.79/2.89	c # [type: longint, range: [0,9223372036854775807], default: 200]
2.79/2.89	c heuristics/crossover/nwaitingnodes = 100
2.79/2.89	c 
2.79/2.89	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
2.79/2.89	c # [type: real, range: [0,1], default: 0.1]
2.79/2.89	c heuristics/crossover/nodesquot = 0.15
2.79/2.89	c 
2.79/2.89	c # minimum percentage of integer variables that have to be fixed 
2.79/2.89	c # [type: real, range: [0,1], default: 0.666]
2.79/2.89	c heuristics/crossover/minfixingrate = 0.5
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 20]
2.79/2.89	c heuristics/feaspump/freq = -1
2.79/2.89	c 
2.79/2.89	c # additional number of allowed LP iterations
2.79/2.89	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.89	c heuristics/feaspump/maxlpiterofs = 2000
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.89	c heuristics/fracdiving/freq = -1
2.79/2.89	c 
2.79/2.89	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.89	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.89	c heuristics/fracdiving/maxlpiterquot = 0.075
2.79/2.89	c 
2.79/2.89	c # additional number of allowed LP iterations
2.79/2.89	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.89	c heuristics/fracdiving/maxlpiterofs = 1500
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.89	c heuristics/guideddiving/freq = -1
2.79/2.89	c 
2.79/2.89	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.89	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.89	c heuristics/guideddiving/maxlpiterquot = 0.075
2.79/2.89	c 
2.79/2.89	c # additional number of allowed LP iterations
2.79/2.89	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.89	c heuristics/guideddiving/maxlpiterofs = 1500
2.79/2.89	c 
2.79/2.89	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.89	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.89	c heuristics/intdiving/maxlpiterquot = 0.075
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.89	c heuristics/intshifting/freq = -1
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.89	c heuristics/linesearchdiving/freq = -1
2.79/2.89	c 
2.79/2.89	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.89	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.89	c heuristics/linesearchdiving/maxlpiterquot = 0.075
2.79/2.89	c 
2.79/2.89	c # additional number of allowed LP iterations
2.79/2.89	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.89	c heuristics/linesearchdiving/maxlpiterofs = 1500
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 20]
2.79/2.89	c heuristics/objpscostdiving/freq = -1
2.79/2.89	c 
2.79/2.89	c # maximal fraction of diving LP iterations compared to total iteration number
2.79/2.89	c # [type: real, range: [0,1], default: 0.01]
2.79/2.89	c heuristics/objpscostdiving/maxlpiterquot = 0.015
2.79/2.89	c 
2.79/2.89	c # additional number of allowed LP iterations
2.79/2.89	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.89	c heuristics/objpscostdiving/maxlpiterofs = 1500
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 1]
2.79/2.89	c heuristics/oneopt/freq = -1
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.89	c heuristics/pscostdiving/freq = -1
2.79/2.89	c 
2.79/2.89	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.89	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.89	c heuristics/pscostdiving/maxlpiterquot = 0.075
2.79/2.89	c 
2.79/2.89	c # additional number of allowed LP iterations
2.79/2.89	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.89	c heuristics/pscostdiving/maxlpiterofs = 1500
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 0]
2.79/2.89	c heuristics/rens/freq = -1
2.79/2.89	c 
2.79/2.89	c # minimum percentage of integer variables that have to be fixable 
2.79/2.89	c # [type: real, range: [0,1], default: 0.5]
2.79/2.89	c heuristics/rens/minfixingrate = 0.3
2.79/2.89	c 
2.79/2.89	c # number of nodes added to the contingent of the total nodes
2.79/2.89	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.79/2.89	c heuristics/rens/nodesofs = 2000
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 20]
2.79/2.89	c heuristics/rootsoldiving/freq = -1
2.79/2.89	c 
2.79/2.89	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.89	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
2.79/2.89	c heuristics/rootsoldiving/maxlpiterquot = 0.015
2.79/2.89	c 
2.79/2.89	c # additional number of allowed LP iterations
2.79/2.89	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.89	c heuristics/rootsoldiving/maxlpiterofs = 1500
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 1]
2.79/2.89	c heuristics/rounding/freq = -1
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 0]
2.79/2.89	c heuristics/shiftandpropagate/freq = -1
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.89	c heuristics/shifting/freq = -1
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 1]
2.79/2.89	c heuristics/simplerounding/freq = -1
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 1]
2.79/2.89	c heuristics/subnlp/freq = -1
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 0]
2.79/2.89	c heuristics/trivial/freq = -1
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 1]
2.79/2.89	c heuristics/trysol/freq = -1
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 0]
2.79/2.89	c heuristics/undercover/freq = -1
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.89	c heuristics/veclendiving/freq = -1
2.79/2.89	c 
2.79/2.89	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.89	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.89	c heuristics/veclendiving/maxlpiterquot = 0.075
2.79/2.89	c 
2.79/2.89	c # additional number of allowed LP iterations
2.79/2.89	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.89	c heuristics/veclendiving/maxlpiterofs = 1500
2.79/2.89	c 
2.79/2.89	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 1]
2.79/2.89	c heuristics/zirounding/freq = -1
2.79/2.89	c 
2.79/2.89	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 0]
2.79/2.89	c separating/cmir/freq = -1
2.79/2.89	c 
2.79/2.89	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 0]
2.79/2.89	c separating/flowcover/freq = -1
2.79/2.89	c 
2.79/2.89	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: -1]
2.79/2.89	c separating/rapidlearning/freq = 0
2.79/2.89	c 
2.79/2.89	c -----------------------------------------------------------------------------------------------
2.79/2.89	c start solving
2.88/2.90	c 
4.98/5.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.98/5.08	c   5.1s|     1 |     0 |  1877 |     - | 282M|   0 | 824 |9341 | 199k|9341 | 199k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.68/9.79	c   9.8s|     1 |     0 |  4514 |     - | 282M|   0 |2010 |9341 | 199k|9341 | 199k|  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
14.48/14.53	c  14.5s|     1 |     0 |  6304 |     - | 283M|   0 |2208 |9341 | 199k|9341 | 199k|  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
22.69/22.72	c  22.7s|     1 |     0 |  8184 |     - | 283M|   0 |2407 |9341 | 199k|9341 | 199k|  58 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
84.79/84.83	c  84.8s|     1 |     0 | 22202 |     - | 285M|   0 |3037 |9341 | 199k|9341 | 199k|  96 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
202.99/203.01	c   203s|     1 |     0 | 39885 |     - | 285M|   0 |3775 |9341 | 199k|9341 | 199k| 213 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
270.80/270.89	c   271s|     1 |     2 | 39885 |     - | 285M|   0 |3775 |9341 | 199k|9341 | 199k| 213 |   0 |  18 | 0.000000e+00 |      --      |    Inf 
1797.05/1797.03	c 
1797.05/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.03	c Solving Time (sec) : 1797.03
1797.05/1797.03	c Solving Nodes      : 52
1797.05/1797.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.05/1797.03	c Dual Bound         : +0.00000000000000e+00
1797.05/1797.03	c Gap                : infinite
1797.05/1797.03	s UNKNOWN
1797.05/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.03	c Total Time         :    1797.03
1797.05/1797.03	c   solving          :    1797.03
1797.05/1797.03	c   presolving       :       1.53 (included in solving)
1797.05/1797.03	c   reading          :       1.22 (included in solving)
1797.05/1797.03	c Original Problem   :
1797.05/1797.03	c   Problem name     : HOME/instance-3486384-1307795081.opb
1797.05/1797.03	c   Variables        : 9342 (9342 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.03	c   Constraints      : 199352 initial, 199352 maximal
1797.05/1797.03	c Presolved Problem  :
1797.05/1797.03	c   Problem name     : t_HOME/instance-3486384-1307795081.opb
1797.05/1797.03	c   Variables        : 9341 (9341 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.03	c   Constraints      : 199318 initial, 199318 maximal
1797.05/1797.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.05/1797.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.03	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.03	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.03	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.03	c   knapsack         :       0.07          0          0          0          0          0          0          0          0          0
1797.05/1797.03	c   setppc           :       0.04          0          0          0          0          0          0          0          0          0
1797.05/1797.03	c   linear           :       0.73          0          1          0          0          0         10          0          9          0
1797.05/1797.03	c   logicor          :       0.17          0          0          0          0          0         24          0          0          0
1797.05/1797.03	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.05/1797.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.03	c   integral         :          0          0          0         51          0          1          0          0          0          0          0        102
1797.05/1797.03	c   knapsack         :      20454          5        103          0          1          0          0          0          0        271          0          0
1797.05/1797.03	c   setppc           :      40318          5        103          0          1          0          0          0       1277          0          0          0
1797.05/1797.03	c   linear           :          2          5        103          0          1          0          0          0          0          0          0          0
1797.05/1797.03	c   logicor          :     138544          5         62          0          1          0          0          0         15          0          0          0
1797.05/1797.03	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.05/1797.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.05/1797.03	c   integral         :    1007.46       0.00       0.00    1007.46       0.00       0.00       0.00
1797.05/1797.03	c   knapsack         :       0.12       0.07       0.05       0.00       0.00       0.00       0.00
1797.05/1797.03	c   setppc           :       0.14       0.01       0.12       0.00       0.00       0.00       0.00
1797.05/1797.04	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.05/1797.04	c   logicor          :       0.07       0.02       0.04       0.00       0.01       0.00       0.00
1797.05/1797.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.05/1797.04	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.05/1797.04	c   vbounds          :          0          0          0          0
1797.05/1797.04	c   rootredcost      :          0          0          0          0
1797.05/1797.04	c   pseudoobj        :          0          0          0          0
1797.05/1797.04	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.05/1797.04	c   vbounds          :       0.00       0.00       0.00
1797.05/1797.04	c   rootredcost      :       0.00       0.00       0.00
1797.05/1797.04	c   pseudoobj        :       0.00       0.00       0.00
1797.05/1797.04	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.05/1797.04	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.05/1797.04	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.04	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.04	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.04	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.05/1797.04	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.05/1797.04	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.05/1797.04	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.05/1797.04	c   cut pool         :       0.00          4          -          -         95          -    (maximal pool size: 1294)
1797.05/1797.04	c   redcost          :       0.01         55          0          0          0          0
1797.05/1797.04	c   impliedbounds    :       0.00          5          0          0          0          0
1797.05/1797.04	c   intobj           :       0.00          0          0          0          0          0
1797.05/1797.04	c   gomory           :      21.49          5          0          0       2500          0
1797.05/1797.04	c   cgmip            :       0.00          0          0          0          0          0
1797.05/1797.04	c   closecuts        :       0.00          0          0          0          0          0
1797.05/1797.04	c   strongcg         :      18.90          5          0          0       2500          0
1797.05/1797.04	c   cmir             :       0.00          0          0          0          0          0
1797.05/1797.04	c   flowcover        :       0.00          0          0          0          0          0
1797.05/1797.04	c   clique           :       0.36          5          0          0         39          0
1797.05/1797.04	c   zerohalf         :       0.00          0          0          0          0          0
1797.05/1797.04	c   mcf              :       0.17          1          0          0          0          0
1797.05/1797.04	c   oddcycle         :       0.00          0          0          0          0          0
1797.05/1797.04	c   rapidlearning    :       0.00          0          0          0          0          0
1797.05/1797.04	c Pricers            :       Time      Calls       Vars
1797.05/1797.04	c   problem variables:       0.00          0          0
1797.05/1797.04	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.04	c   relpscost        :    1007.46         51          0          0          0          0        102
1797.05/1797.04	c   pscost           :       0.00          0          0          0          0          0          0
1797.05/1797.04	c   inference        :       0.00          1          0          0          0          0          2
1797.05/1797.04	c   mostinf          :       0.00          0          0          0          0          0          0
1797.05/1797.04	c   leastinf         :       0.00          0          0          0          0          0          0
1797.05/1797.04	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.05/1797.04	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.05/1797.04	c   random           :       0.00          0          0          0          0          0          0
1797.05/1797.04	c Primal Heuristics  :       Time      Calls      Found
1797.05/1797.04	c   LP solutions     :       0.00          -          0
1797.05/1797.04	c   pseudo solutions :       0.00          -          0
1797.05/1797.04	c   trivial          :       0.00          1          0
1797.05/1797.04	c   shiftandpropagate:       0.00          0          0
1797.05/1797.04	c   simplerounding   :       0.00          0          0
1797.05/1797.04	c   zirounding       :       0.00          0          0
1797.05/1797.04	c   rounding         :       0.00          0          0
1797.05/1797.04	c   shifting         :       0.00          0          0
1797.05/1797.04	c   intshifting      :       0.00          0          0
1797.05/1797.04	c   oneopt           :       0.00          0          0
1797.05/1797.04	c   twoopt           :       0.00          0          0
1797.05/1797.04	c   fixandinfer      :       0.00          0          0
1797.05/1797.04	c   feaspump         :       0.00          0          0
1797.05/1797.04	c   clique           :       0.00          0          0
1797.05/1797.04	c   coefdiving       :       0.00          0          0
1797.05/1797.04	c   pscostdiving     :       0.00          0          0
1797.05/1797.04	c   fracdiving       :       0.00          0          0
1797.05/1797.04	c   veclendiving     :       0.00          0          0
1797.05/1797.04	c   intdiving        :       0.00          0          0
1797.05/1797.04	c   actconsdiving    :       0.00          0          0
1797.05/1797.04	c   objpscostdiving  :       0.00          0          0
1797.05/1797.04	c   rootsoldiving    :       0.00          0          0
1797.05/1797.04	c   linesearchdiving :       0.00          0          0
1797.05/1797.04	c   guideddiving     :       0.00          0          0
1797.05/1797.04	c   octane           :       0.00          0          0
1797.05/1797.04	c   rens             :       0.00          0          0
1797.05/1797.04	c   rins             :       0.00          0          0
1797.05/1797.04	c   localbranching   :       0.00          0          0
1797.05/1797.04	c   mutation         :       0.00          0          0
1797.05/1797.04	c   crossover        :       0.00          0          0
1797.05/1797.04	c   dins             :       0.00          0          0
1797.05/1797.04	c   vbounds          :       0.00          0          0
1797.05/1797.04	c   undercover       :       0.00          0          0
1797.05/1797.04	c   subnlp           :       0.00          0          0
1797.05/1797.04	c   trysol           :       0.00          0          0
1797.05/1797.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.05/1797.04	c   primal LP        :       0.25          0          0       0.00       0.00
1797.05/1797.04	c   dual LP          :     743.48         57     174864    3067.79     235.20
1797.05/1797.04	c   lex dual LP      :       0.00          0          0       0.00          -
1797.05/1797.04	c   barrier LP       :       0.00          0          0       0.00          -
1797.05/1797.04	c   diving/probing LP:       0.00          0          0       0.00          -
1797.05/1797.04	c   strong branching :    1007.34        244     217564     891.66     215.98
1797.05/1797.04	c     (at root node) :          -         18      17079     948.83          -
1797.05/1797.04	c   conflict analysis:       0.00          0          0       0.00          -
1797.05/1797.04	c B&B Tree           :
1797.05/1797.04	c   number of runs   :          1
1797.05/1797.04	c   nodes            :         52
1797.05/1797.04	c   nodes (total)    :         52
1797.05/1797.04	c   nodes left       :         53
1797.05/1797.04	c   max depth        :         16
1797.05/1797.04	c   max depth (total):         16
1797.05/1797.04	c   backtracks       :         10 (19.2%)
1797.05/1797.04	c   delayed cutoffs  :          0
1797.05/1797.04	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.05/1797.04	c   avg switch length:       1.87
1797.05/1797.04	c   switching time   :       0.38
1797.05/1797.04	c Solution           :
1797.05/1797.04	c   Solutions found  :          0 (0 improvements)
1797.05/1797.04	c   Primal Bound     :          -
1797.05/1797.04	c   Dual Bound       : +0.00000000000000e+00
1797.05/1797.04	c   Gap              :   infinite
1797.05/1797.04	c   Root Dual Bound  : +0.00000000000000e+00
1797.05/1797.04	c   Root Iterations  :      39885
1797.45/1797.45	c Time complete: 1797.5.

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-3486384-1307795081/watcher-3486384-1307795081 -o /tmp/evaluation-result-3486384-1307795081/solver-3486384-1307795081 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486384-1307795081.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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.01 2.03 2.00 2/178 910
/proc/meminfo: memFree=29168296/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=6720 CPUtime=0 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 814 0 0 0 0 0 0 0 25 0 1 0 891106023 6881280 769 33554432000 4194304 8979876 140733272586256 18446744073709551615 7841099 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/910/statm: 1680 769 316 1169 0 507 0

[startup+0.1009 s]
/proc/loadavg: 2.01 2.03 2.00 2/178 910
/proc/meminfo: memFree=29168296/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=16428 CPUtime=0.09 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 3112 0 0 0 9 0 0 0 25 0 1 0 891106023 16822272 3067 33554432000 4194304 8979876 140733272586256 18446744073709551615 7836073 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/910/statm: 4107 3067 363 1169 0 2934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16428

[startup+0.200869 s]
/proc/loadavg: 2.01 2.03 2.00 2/178 910
/proc/meminfo: memFree=29168296/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=21876 CPUtime=0.19 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 4439 0 0 0 19 0 0 0 25 0 1 0 891106023 22401024 4394 33554432000 4194304 8979876 140733272586256 18446744073709551615 7836063 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/910/statm: 5469 4394 363 1169 0 4296 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21876

[startup+0.30086 s]
/proc/loadavg: 2.01 2.03 2.00 2/178 910
/proc/meminfo: memFree=29168296/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=28004 CPUtime=0.29 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 6002 0 0 0 29 0 0 0 25 0 1 0 891106023 28676096 5957 33554432000 4194304 8979876 140733272586256 18446744073709551615 7836073 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/910/statm: 7001 5957 363 1169 0 5828 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28004

[startup+0.700791 s]
/proc/loadavg: 2.01 2.03 2.00 2/178 910
/proc/meminfo: memFree=29168296/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=50568 CPUtime=0.69 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 11616 0 0 0 68 1 0 0 25 0 1 0 891106023 51781632 11571 33554432000 4194304 8979876 140733272586256 18446744073709551615 7705222 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/910/statm: 12642 11571 363 1169 0 11469 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50568

[startup+1.50065 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 911
/proc/meminfo: memFree=29100236/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=219888 CPUtime=1.49 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 53099 0 0 0 143 6 0 0 25 0 1 0 891106023 225165312 53022 33554432000 4194304 8979876 140733272586256 18446744073709551615 6782397 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/910/statm: 54972 53022 448 1169 0 53799 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 219888

[startup+3.10033 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 911
/proc/meminfo: memFree=28904936/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=385056 CPUtime=3.08 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 125508 0 0 0 295 13 0 0 25 0 1 0 891106023 394297344 92942 33554432000 4194304 8979876 140733272586256 18446744073709551615 7841793 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 96264 92967 577 1169 0 95091 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 385056

[startup+6.30074 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 911
/proc/meminfo: memFree=28568528/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=647108 CPUtime=6.28 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 195498 0 0 0 609 19 0 0 25 0 1 0 891106023 662638592 148609 33554432000 4194304 8979876 140733272586256 18446744073709551615 6888336 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 161777 148609 821 1169 0 160604 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 647108

[startup+12.7005 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 911
/proc/meminfo: memFree=28528224/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=675480 CPUtime=12.69 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 208828 0 0 0 1247 22 0 0 25 0 1 0 891106023 691691520 159306 33554432000 4194304 8979876 140733272586256 18446744073709551615 6829036 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 168870 159306 933 1169 0 167697 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 675480

[startup+25.5012 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 912
/proc/meminfo: memFree=28472176/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=704960 CPUtime=25.49 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 218326 0 0 0 2525 24 0 0 25 0 1 0 891106023 721879040 168603 33554432000 4194304 8979876 140733272586256 18446744073709551615 7836189 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 176240 168603 878 1169 0 175067 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 704960

[startup+51.1004 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 912
/proc/meminfo: memFree=28432612/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=704960 CPUtime=51.08 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 221531 0 0 0 5083 25 0 0 25 0 1 0 891106023 721879040 171731 33554432000 4194304 8979876 140733272586256 18446744073709551615 7118578 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 176240 171731 801 1169 0 175067 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 704960

[startup+102.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 914
/proc/meminfo: memFree=28360684/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=729132 CPUtime=102.29 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 226502 0 0 0 10200 29 0 0 25 0 1 0 891106023 746631168 176702 33554432000 4194304 8979876 140733272586256 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 182283 176702 814 1169 0 181110 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 729132

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 915
/proc/meminfo: memFree=28098524/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=729132 CPUtime=162.29 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 227913 0 0 0 16194 35 0 0 25 0 1 0 891106023 746631168 178103 33554432000 4194304 8979876 140733272586256 18446744073709551615 7193008 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 182283 178103 816 1169 0 181110 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 729132

[startup+222.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 917
/proc/meminfo: memFree=28079276/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=729132 CPUtime=222.3 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 227915 0 0 0 22192 38 0 0 25 0 1 0 891106023 746631168 178105 33554432000 4194304 8979876 140733272586256 18446744073709551615 7146622 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 182283 178105 818 1169 0 181110 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 729132

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 958
/proc/meminfo: memFree=30759788/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=737300 CPUtime=282.29 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 229998 0 0 0 28187 42 0 0 25 0 1 0 891106023 754995200 180188 33554432000 4194304 8979876 140733272586256 18446744073709551615 6829040 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 184325 180188 823 1169 0 183152 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 737300

[startup+342.301 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 960
/proc/meminfo: memFree=30768612/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=737744 CPUtime=342.3 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 264698 0 0 0 34180 50 0 0 25 0 1 0 891106023 755449856 177801 33554432000 4194304 8979876 140733272586256 18446744073709551615 6937197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 184436 177801 816 1169 0 183263 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 737744

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 962
/proc/meminfo: memFree=30801320/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=706128 CPUtime=402.29 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 297758 0 0 0 40172 57 0 0 25 0 1 0 891106023 723075072 168228 33554432000 4194304 8979876 140733272586256 18446744073709551615 6937217 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 176532 168228 811 1169 0 175359 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 706128

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 963
/proc/meminfo: memFree=30797948/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=705900 CPUtime=462.3 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 429300 0 0 0 46152 78 0 0 25 0 1 0 891106023 722841600 168047 33554432000 4194304 8979876 140733272586256 18446744073709551615 7146192 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 176475 168047 811 1169 0 175302 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 705900

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 965
/proc/meminfo: memFree=30756120/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=737296 CPUtime=522.3 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 462275 0 0 0 52144 86 0 0 25 0 1 0 891106023 754991104 177565 33554432000 4194304 8979876 140733272586256 18446744073709551615 7146472 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 184324 177565 852 1169 0 183151 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 737296

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 966
/proc/meminfo: memFree=30776048/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=714756 CPUtime=582.3 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 499726 0 0 0 58135 95 0 0 25 0 1 0 891106023 731910144 171454 33554432000 4194304 8979876 140733272586256 18446744073709551615 6937417 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 178689 171454 811 1169 0 177516 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 714756

[startup+642.301 s]

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

/proc/meminfo: memFree=30757468/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=706572 CPUtime=1062.32 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 915542 0 0 0 106048 184 0 0 25 0 1 0 891106023 723529728 168397 33554432000 4194304 8979876 140733272586256 18446744073709551615 7146592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 176643 168397 811 1169 0 175470 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 706572

[startup+1122.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 1020
/proc/meminfo: memFree=30744400/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=712616 CPUtime=1122.32 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 916697 0 0 0 112043 189 0 0 25 0 1 0 891106023 729718784 169552 33554432000 4194304 8979876 140733272586256 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 178154 169552 811 1169 0 176981 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 712616

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 1021
/proc/meminfo: memFree=30745620/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=712468 CPUtime=1182.32 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 933014 0 0 0 118038 194 0 0 25 0 1 0 891106023 729567232 169273 33554432000 4194304 8979876 140733272586256 18446744073709551615 7146192 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 178117 169273 811 1169 0 176944 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 712468

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 1023
/proc/meminfo: memFree=30721404/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=739760 CPUtime=1242.32 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 938973 0 0 0 124033 199 0 0 25 0 1 0 891106023 757514240 175232 33554432000 4194304 8979876 140733272586256 18446744073709551615 6937417 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 184940 175232 811 1169 0 183767 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 739760

[startup+1302.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 1025
/proc/meminfo: memFree=30702656/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=759288 CPUtime=1302.33 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 964629 0 0 0 130026 207 0 0 25 0 1 0 891106023 777510912 180010 33554432000 4194304 8979876 140733272586256 18446744073709551615 7146622 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 189822 180010 871 1169 0 188649 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 759288

[startup+1362.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 1026
/proc/meminfo: memFree=30742436/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=712844 CPUtime=1362.33 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 968600 0 0 0 136021 212 0 0 25 0 1 0 891106023 729952256 170003 33554432000 4194304 8979876 140733272586256 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 178211 170003 811 1169 0 177038 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 712844

[startup+1422.3 s]
/proc/loadavg: 2.17 2.07 2.01 3/179 1028
/proc/meminfo: memFree=30703848/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=759784 CPUtime=1422.33 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 978212 0 0 0 142015 218 0 0 25 0 1 0 891106023 778018816 179615 33554432000 4194304 8979876 140733272586256 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 189946 179615 846 1169 0 188773 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 759784

[startup+1482.3 s]
/proc/loadavg: 2.18 2.08 2.02 3/179 1029
/proc/meminfo: memFree=30703824/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=759784 CPUtime=1482.33 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 978259 0 0 0 148011 222 0 0 25 0 1 0 891106023 778018816 179662 33554432000 4194304 8979876 140733272586256 18446744073709551615 7118560 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 189946 179662 846 1169 0 188773 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 759784

[startup+1542.31 s]
/proc/loadavg: 2.06 2.07 2.01 3/179 1031
/proc/meminfo: memFree=30744712/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=712692 CPUtime=1542.35 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 1003900 0 0 0 154004 231 0 0 25 0 1 0 891106023 729796608 169422 33554432000 4194304 8979876 140733272586256 18446744073709551615 7146536 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 178173 169422 811 1169 0 177000 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 712692

[startup+1602.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/179 1033
/proc/meminfo: memFree=30702148/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=759140 CPUtime=1602.34 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 1022778 0 0 0 159997 237 0 0 25 0 1 0 891106023 777359360 180056 33554432000 4194304 8979876 140733272586256 18446744073709551615 7170388 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 189785 180056 814 1169 0 188612 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 759140

[startup+1662.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 1034
/proc/meminfo: memFree=30747996/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=706480 CPUtime=1662.34 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 1022835 0 0 0 165992 242 0 0 25 0 1 0 891106023 723435520 168492 33554432000 4194304 8979876 140733272586256 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 176620 168492 811 1169 0 175447 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 706480

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 1036
/proc/meminfo: memFree=30742012/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=712668 CPUtime=1722.34 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 1024413 0 0 0 171986 248 0 0 25 0 1 0 891106023 729772032 170070 33554432000 4194304 8979876 140733272586256 18446744073709551615 7146482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 178167 170070 811 1169 0 176994 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 712668

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1037
/proc/meminfo: memFree=30752024/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=699844 CPUtime=1782.35 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 1117574 0 0 0 177972 263 0 0 25 0 1 0 891106023 716640256 167525 33554432000 4194304 8979876 140733272586256 18446744073709551615 6820783 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 174961 167525 811 1169 0 173788 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 699844

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1038
/proc/meminfo: memFree=30749420/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=719524 CPUtime=1785.64 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 1123085 0 0 0 178301 263 0 0 25 0 1 0 891106023 736792576 173036 33554432000 4194304 8979876 140733272586256 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 179881 173036 811 1169 0 178708 0
Current children cumulated CPU time (s) 1785.64
Current children cumulated vsize (KiB) 719524

[startup+1792.01 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1038
/proc/meminfo: memFree=30744456/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=712612 CPUtime=1792.05 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 1127480 0 0 0 178941 264 0 0 25 0 1 0 891106023 729714688 169398 33554432000 4194304 8979876 140733272586256 18446744073709551615 7193192 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 178153 169398 811 1169 0 176980 0
Current children cumulated CPU time (s) 1792.05
Current children cumulated vsize (KiB) 712612

[startup+1795.2 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1038
/proc/meminfo: memFree=30724244/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=739016 CPUtime=1795.25 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 1132486 0 0 0 179260 265 0 0 25 0 1 0 891106023 756752384 174404 33554432000 4194304 8979876 140733272586256 18446744073709551615 6937197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 184754 174404 811 1169 0 183581 0
Current children cumulated CPU time (s) 1795.25
Current children cumulated vsize (KiB) 739016

[startup+1796.8 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1038
/proc/meminfo: memFree=30704528/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=758588 CPUtime=1796.85 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 1137414 0 0 0 179419 266 0 0 25 0 1 0 891106023 776794112 179332 33554432000 4194304 8979876 140733272586256 18446744073709551615 6937192 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/910/statm: 189647 179332 825 1169 0 188474 0
Current children cumulated CPU time (s) 1796.85
Current children cumulated vsize (KiB) 758588

[startup+1797.2 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1038
/proc/meminfo: memFree=30704528/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=757152 CPUtime=1797.25 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 1137422 0 0 0 179459 266 0 0 25 0 1 0 891106023 775323648 178981 33554432000 4194304 8979876 140733272586256 18446744073709551615 6568824 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/910/statm: 189288 178981 833 1169 0 188115 0
Current children cumulated CPU time (s) 1797.25
Current children cumulated vsize (KiB) 757152

[startup+1797.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1038
/proc/meminfo: memFree=30825056/32951124 swapFree=67072804/67111528
[pid=910] ppid=908 vsize=620320 CPUtime=1797.45 cores=0,2,4,6
/proc/910/stat : 910 (scip-2.0.1.4_2.) R 908 910 31857 0 -1 4202496 1137425 0 0 0 179479 266 0 0 25 0 1 0 891106023 635207680 148707 33554432000 4194304 8979876 140733272586256 18446744073709551615 5426467 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/910/statm: 155080 148707 822 1169 0 153907 0
Current children cumulated CPU time (s) 1797.45
Current children cumulated vsize (KiB) 620320

Child status: 0
Real time (s): 1797.46
CPU time (s): 1797.51
CPU user time (s): 1794.82
CPU system time (s): 2.68859
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 759852

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

runsolver used 2.98355 second user time and 6.83096 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-11 14:24:42
IDJOB=3486384
IDBENCH=89642
IDSOLVER=1977
FILE ID=node135/3486384-1307795081
RUNJOBID= node135-1307783023-31875
PBS_JOBID= 13550884
Free space on /tmp= 73876 MiB

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

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

MD5SUM BENCH= 902c79ddb1483993d151297b6d1c86a6
RANDOM SEED=766949013

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.75
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.851
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	: 6640.14
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.851
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.78
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.851
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.75
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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29168724 kB
Buffers:        231520 kB
Cached:         975052 kB
SwapCached:       6548 kB
Active:        3015396 kB
Inactive:       577456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29168724 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:           24856 kB
Writeback:           0 kB
AnonPages:     2385072 kB
Mapped:          12752 kB
Slab:           121044 kB
PageTables:       9400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2569392 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= 73860 MiB
End job on node135 at 2011-06-11 14:54:39