Trace number 3740983

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.38 1797.67

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-47.opb
MD5SUM17efc5fe25abdce41d8265867254d297
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 variables10052
Total number of constraints226117
Number of constraints which are clauses203168
Number of constraints which are cardinality constraints (but not clauses)731
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint1
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.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-3740983-1338768314.opb>
1.29/1.30	c original problem has 10052 variables (10052 bin, 0 int, 0 impl, 0 cont) and 226117 constraints
1.29/1.30	c problem read
1.29/1.30	c No objective function, only one solution is needed.
1.29/1.30	c presolving settings loaded
1.49/1.57	c presolving:
1.89/1.90	c (round 1) 100 del vars, 3180 del conss, 0 add conss, 100 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 110454 impls, 365 clqs
1.89/1.92	c (round 2) 100 del vars, 4236 del conss, 0 add conss, 100 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 110454 impls, 365 clqs
2.58/2.66	c (round 3) 100 del vars, 4285 del conss, 0 add conss, 100 chg bounds, 9 chg sides, 0 chg coeffs, 221870 upgd conss, 110454 impls, 365 clqs
2.78/2.84	c presolving (4 rounds):
2.78/2.84	c  100 deleted vars, 4285 deleted constraints, 0 added constraints, 100 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
2.78/2.84	c  110454 implications, 365 cliques
2.78/2.84	c presolved problem has 9952 variables (9952 bin, 0 int, 0 impl, 0 cont) and 221832 constraints
2.78/2.84	c   22570 constraints of type <knapsack>
2.78/2.84	c   47249 constraints of type <setppc>
2.78/2.84	c       2 constraints of type <linear>
2.78/2.84	c  152011 constraints of type <logicor>
2.78/2.84	c transformed objective value is always integral (scale: 1)
2.78/2.84	c Presolving Time: 1.27
2.78/2.84	c - non default parameters ----------------------------------------------------------------------
2.78/2.84	c # SCIP version 2.0.1.5
2.78/2.84	c 
2.78/2.84	c # frequency for displaying node information lines
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 100]
2.78/2.84	c display/freq = 10000
2.78/2.84	c 
2.78/2.84	c # maximal time in seconds to run
2.78/2.84	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.78/2.84	c limits/time = 1797
2.78/2.84	c 
2.78/2.84	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.78/2.84	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.78/2.84	c limits/memory = 13950
2.78/2.84	c 
2.78/2.84	c # solving stops, if the given number of solutions were found (-1: no limit)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: -1]
2.78/2.84	c limits/solutions = 1
2.78/2.84	c 
2.78/2.84	c # maximal number of separation rounds per node (-1: unlimited)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 5]
2.78/2.84	c separating/maxrounds = 1
2.78/2.84	c 
2.78/2.84	c # maximal number of separation rounds in the root node (-1: unlimited)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: -1]
2.78/2.84	c separating/maxroundsroot = 5
2.78/2.84	c 
2.78/2.84	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.78/2.84	c # [type: int, range: [1,2], default: 1]
2.78/2.84	c timing/clocktype = 2
2.78/2.84	c 
2.78/2.84	c # belongs reading time to solving time?
2.78/2.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.78/2.84	c timing/reading = TRUE
2.78/2.84	c 
2.78/2.84	c # should presolving try to simplify inequalities
2.78/2.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.78/2.84	c constraints/linear/simplifyinequalities = TRUE
2.78/2.84	c 
2.78/2.84	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.78/2.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.78/2.84	c constraints/indicator/addCouplingCons = TRUE
2.78/2.84	c 
2.78/2.84	c # should disaggregation of knapsack constraints be allowed in preprocessing?
2.78/2.84	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
2.78/2.84	c constraints/knapsack/disaggregation = FALSE
2.78/2.84	c 
2.78/2.84	c # should presolving try to simplify knapsacks
2.78/2.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.78/2.84	c constraints/knapsack/simplifyinequalities = TRUE
2.78/2.84	c 
2.78/2.84	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: -1]
2.78/2.84	c presolving/probing/maxrounds = 0
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 10]
2.78/2.84	c heuristics/coefdiving/freq = -1
2.78/2.84	c 
2.78/2.84	c # maximal fraction of diving LP iterations compared to node LP iterations
2.78/2.84	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.78/2.84	c heuristics/coefdiving/maxlpiterquot = 0.075
2.78/2.84	c 
2.78/2.84	c # additional number of allowed LP iterations
2.78/2.84	c # [type: int, range: [0,2147483647], default: 1000]
2.78/2.84	c heuristics/coefdiving/maxlpiterofs = 1500
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 30]
2.78/2.84	c heuristics/crossover/freq = -1
2.78/2.84	c 
2.78/2.84	c # number of nodes added to the contingent of the total nodes
2.78/2.84	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.78/2.84	c heuristics/crossover/nodesofs = 750
2.78/2.84	c 
2.78/2.84	c # number of nodes without incumbent change that heuristic should wait
2.78/2.84	c # [type: longint, range: [0,9223372036854775807], default: 200]
2.78/2.84	c heuristics/crossover/nwaitingnodes = 100
2.78/2.84	c 
2.78/2.84	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
2.78/2.84	c # [type: real, range: [0,1], default: 0.1]
2.78/2.84	c heuristics/crossover/nodesquot = 0.15
2.78/2.84	c 
2.78/2.84	c # minimum percentage of integer variables that have to be fixed 
2.78/2.84	c # [type: real, range: [0,1], default: 0.666]
2.78/2.84	c heuristics/crossover/minfixingrate = 0.5
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 20]
2.78/2.84	c heuristics/feaspump/freq = -1
2.78/2.84	c 
2.78/2.84	c # additional number of allowed LP iterations
2.78/2.84	c # [type: int, range: [0,2147483647], default: 1000]
2.78/2.84	c heuristics/feaspump/maxlpiterofs = 2000
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 10]
2.78/2.84	c heuristics/fracdiving/freq = -1
2.78/2.84	c 
2.78/2.84	c # maximal fraction of diving LP iterations compared to node LP iterations
2.78/2.84	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.78/2.84	c heuristics/fracdiving/maxlpiterquot = 0.075
2.78/2.84	c 
2.78/2.84	c # additional number of allowed LP iterations
2.78/2.84	c # [type: int, range: [0,2147483647], default: 1000]
2.78/2.84	c heuristics/fracdiving/maxlpiterofs = 1500
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 10]
2.78/2.84	c heuristics/guideddiving/freq = -1
2.78/2.84	c 
2.78/2.84	c # maximal fraction of diving LP iterations compared to node LP iterations
2.78/2.84	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.78/2.84	c heuristics/guideddiving/maxlpiterquot = 0.075
2.78/2.84	c 
2.78/2.84	c # additional number of allowed LP iterations
2.78/2.84	c # [type: int, range: [0,2147483647], default: 1000]
2.78/2.84	c heuristics/guideddiving/maxlpiterofs = 1500
2.78/2.84	c 
2.78/2.84	c # maximal fraction of diving LP iterations compared to node LP iterations
2.78/2.84	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.78/2.84	c heuristics/intdiving/maxlpiterquot = 0.075
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 10]
2.78/2.84	c heuristics/intshifting/freq = -1
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 10]
2.78/2.84	c heuristics/linesearchdiving/freq = -1
2.78/2.84	c 
2.78/2.84	c # maximal fraction of diving LP iterations compared to node LP iterations
2.78/2.84	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.78/2.84	c heuristics/linesearchdiving/maxlpiterquot = 0.075
2.78/2.84	c 
2.78/2.84	c # additional number of allowed LP iterations
2.78/2.84	c # [type: int, range: [0,2147483647], default: 1000]
2.78/2.84	c heuristics/linesearchdiving/maxlpiterofs = 1500
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 20]
2.78/2.84	c heuristics/objpscostdiving/freq = -1
2.78/2.84	c 
2.78/2.84	c # maximal fraction of diving LP iterations compared to total iteration number
2.78/2.84	c # [type: real, range: [0,1], default: 0.01]
2.78/2.84	c heuristics/objpscostdiving/maxlpiterquot = 0.015
2.78/2.84	c 
2.78/2.84	c # additional number of allowed LP iterations
2.78/2.84	c # [type: int, range: [0,2147483647], default: 1000]
2.78/2.84	c heuristics/objpscostdiving/maxlpiterofs = 1500
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 1]
2.78/2.84	c heuristics/oneopt/freq = -1
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 10]
2.78/2.84	c heuristics/pscostdiving/freq = -1
2.78/2.84	c 
2.78/2.84	c # maximal fraction of diving LP iterations compared to node LP iterations
2.78/2.84	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.78/2.84	c heuristics/pscostdiving/maxlpiterquot = 0.075
2.78/2.84	c 
2.78/2.84	c # additional number of allowed LP iterations
2.78/2.84	c # [type: int, range: [0,2147483647], default: 1000]
2.78/2.84	c heuristics/pscostdiving/maxlpiterofs = 1500
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 0]
2.78/2.84	c heuristics/rens/freq = -1
2.78/2.84	c 
2.78/2.84	c # minimum percentage of integer variables that have to be fixable 
2.78/2.84	c # [type: real, range: [0,1], default: 0.5]
2.78/2.84	c heuristics/rens/minfixingrate = 0.3
2.78/2.84	c 
2.78/2.84	c # number of nodes added to the contingent of the total nodes
2.78/2.84	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.78/2.84	c heuristics/rens/nodesofs = 2000
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 20]
2.78/2.84	c heuristics/rootsoldiving/freq = -1
2.78/2.84	c 
2.78/2.84	c # maximal fraction of diving LP iterations compared to node LP iterations
2.78/2.84	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
2.78/2.84	c heuristics/rootsoldiving/maxlpiterquot = 0.015
2.78/2.84	c 
2.78/2.84	c # additional number of allowed LP iterations
2.78/2.84	c # [type: int, range: [0,2147483647], default: 1000]
2.78/2.84	c heuristics/rootsoldiving/maxlpiterofs = 1500
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 1]
2.78/2.84	c heuristics/rounding/freq = -1
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 0]
2.78/2.84	c heuristics/shiftandpropagate/freq = -1
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 10]
2.78/2.84	c heuristics/shifting/freq = -1
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 1]
2.78/2.84	c heuristics/simplerounding/freq = -1
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 1]
2.78/2.84	c heuristics/subnlp/freq = -1
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 0]
2.78/2.84	c heuristics/trivial/freq = -1
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 1]
2.78/2.84	c heuristics/trysol/freq = -1
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 0]
2.78/2.84	c heuristics/undercover/freq = -1
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 10]
2.78/2.84	c heuristics/veclendiving/freq = -1
2.78/2.84	c 
2.78/2.84	c # maximal fraction of diving LP iterations compared to node LP iterations
2.78/2.84	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.78/2.84	c heuristics/veclendiving/maxlpiterquot = 0.075
2.78/2.84	c 
2.78/2.84	c # additional number of allowed LP iterations
2.78/2.84	c # [type: int, range: [0,2147483647], default: 1000]
2.78/2.84	c heuristics/veclendiving/maxlpiterofs = 1500
2.78/2.84	c 
2.78/2.84	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 1]
2.78/2.84	c heuristics/zirounding/freq = -1
2.78/2.84	c 
2.78/2.84	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 0]
2.78/2.84	c separating/cmir/freq = -1
2.78/2.84	c 
2.78/2.84	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: 0]
2.78/2.84	c separating/flowcover/freq = -1
2.78/2.84	c 
2.78/2.84	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.78/2.84	c # [type: int, range: [-1,2147483647], default: -1]
2.78/2.84	c separating/rapidlearning/freq = 0
2.78/2.84	c 
2.78/2.84	c -----------------------------------------------------------------------------------------------
2.78/2.84	c start solving
2.78/2.84	c 
5.29/5.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.29/5.40	c   5.4s|     1 |     0 |  1822 |     - | 329M|   0 | 695 |9952 | 221k|9952 | 221k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.69/9.74	c   9.7s|     1 |     0 |  3883 |     - | 329M|   0 |1991 |9952 | 221k|9952 | 221k|  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
13.19/13.29	c  13.3s|     1 |     0 |  4668 |     - | 330M|   0 |2548 |9952 | 221k|9952 | 221k|  37 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
21.89/21.97	c  22.0s|     1 |     0 |  7000 |     - | 331M|   0 |2769 |9952 | 221k|9952 | 221k|  58 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
34.39/34.47	c  34.5s|     1 |     0 |  7936 |     - | 333M|   0 |3229 |9952 | 221k|9952 | 221k|  92 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
59.87/59.92	c  59.9s|     1 |     0 | 10674 |     - | 333M|   0 |3390 |9952 | 221k|9952 | 221k| 116 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
123.27/123.39	c   123s|     1 |     2 | 10674 |     - | 333M|   0 |3390 |9952 | 221k|9952 | 221k| 116 |   0 |  23 | 0.000000e+00 |      --      |    Inf 
1796.70/1797.04	c 
1796.70/1797.04	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.04	c Solving Time (sec) : 1797.04
1796.70/1797.04	c Solving Nodes      : 1504
1796.70/1797.04	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.04	c Dual Bound         : +0.00000000000000e+00
1796.70/1797.04	c Gap                : infinite
1796.70/1797.04	s UNKNOWN
1796.70/1797.04	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.04	c Total Time         :    1797.04
1796.70/1797.04	c   solving          :    1797.04
1796.70/1797.04	c   presolving       :       1.27 (included in solving)
1796.70/1797.04	c   reading          :       1.30 (included in solving)
1796.70/1797.04	c Original Problem   :
1796.70/1797.04	c   Problem name     : HOME/instance-3740983-1338768314.opb
1796.70/1797.04	c   Variables        : 10052 (10052 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.04	c   Constraints      : 226117 initial, 226117 maximal
1796.70/1797.04	c Presolved Problem  :
1796.70/1797.04	c   Problem name     : t_HOME/instance-3740983-1338768314.opb
1796.70/1797.04	c   Variables        : 9952 (9952 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.04	c   Constraints      : 221832 initial, 223191 maximal
1796.70/1797.04	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.04	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   knapsack         :       0.07          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   setppc           :       0.04          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   linear           :       0.82        100          0          0        100          0       4245          0          9          0
1796.70/1797.04	c   logicor          :       0.18          0          0          0          0          0         40          0          0          0
1796.70/1797.04	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.70/1797.04	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.04	c   integral         :          0          0          0       1177          0          1          0          1          7          0          0       2348
1796.70/1797.04	c   knapsack         :      22570          5      14413          0          1          0       5238         58       3817         99          0          0
1796.70/1797.04	c   setppc           :      47249          5      14355          0          1          0      43158         37      21196          0          0          0
1796.70/1797.04	c   linear           :          2          5      14318          0          1          0          0          1          0          0          0          0
1796.70/1797.04	c   logicor          :     152011+         5      10854          0          1          0      22325        374      10899          0          0          0
1796.70/1797.04	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1796.70/1797.04	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.70/1797.04	c   integral         :     969.11       0.00       0.00     969.11       0.00       0.00       0.00
1796.70/1797.04	c   knapsack         :       5.00       0.07       4.93       0.00       0.01       0.00       0.00
1796.70/1797.04	c   setppc           :       1.68       0.01       1.66       0.00       0.00       0.00       0.02
1796.70/1797.04	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.04	c   logicor          :       1.39       0.02       1.31       0.00       0.03       0.00       0.02
1796.70/1797.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.04	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.70/1797.04	c   vbounds          :          0          0          0          0
1796.70/1797.04	c   rootredcost      :          0          0          0          0
1796.70/1797.04	c   pseudoobj        :          0          0          0          0
1796.70/1797.04	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.70/1797.04	c   vbounds          :       0.00       0.00       0.00
1796.70/1797.04	c   rootredcost      :       0.00       0.00       0.00
1796.70/1797.04	c   pseudoobj        :       0.00       0.00       0.00
1796.70/1797.04	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.04	c   propagation      :       0.17        470        470       6903      122.2        572       17.5          -
1796.70/1797.04	c   infeasible LP    :       0.11         18         18        208       38.8          5       12.6          0
1796.70/1797.04	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.04	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.04	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.04	c   applied globally :          -          -          -       1814       36.2          -          -          -
1796.70/1797.04	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.04	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.04	c   cut pool         :       0.00          4          -          -        101          -    (maximal pool size: 1216)
1796.70/1797.04	c   redcost          :       0.20       1179          0          0          0          0
1796.70/1797.04	c   impliedbounds    :       0.00          5          0          0          0          0
1796.70/1797.04	c   intobj           :       0.00          0          0          0          0          0
1796.70/1797.04	c   gomory           :      20.48          5          0          0       2500          0
1796.70/1797.04	c   cgmip            :       0.00          0          0          0          0          0
1796.70/1797.04	c   closecuts        :       0.00          0          0          0          0          0
1796.70/1797.04	c   strongcg         :      13.62          5          0          0       2500          0
1796.70/1797.04	c   cmir             :       0.00          0          0          0          0          0
1796.70/1797.04	c   flowcover        :       0.00          0          0          0          0          0
1796.70/1797.04	c   clique           :       0.45          5          0          0         40          0
1796.70/1797.04	c   zerohalf         :       0.00          0          0          0          0          0
1796.70/1797.04	c   mcf              :       0.19          1          0          0          0          0
1796.70/1797.04	c   oddcycle         :       0.00          0          0          0          0          0
1796.70/1797.05	c   rapidlearning    :       0.00          0          0          0          0          0
1796.70/1797.05	c Pricers            :       Time      Calls       Vars
1796.70/1797.05	c   problem variables:       0.00          0          0
1796.70/1797.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.05	c   relpscost        :     969.11       1177          1          7          0          0       2348
1796.70/1797.05	c   pscost           :       0.00          0          0          0          0          0          0
1796.70/1797.05	c   inference        :       0.00          1          0          0          0          0          2
1796.70/1797.05	c   mostinf          :       0.00          0          0          0          0          0          0
1796.70/1797.05	c   leastinf         :       0.00          0          0          0          0          0          0
1796.70/1797.05	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.70/1797.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.70/1797.05	c   random           :       0.00          0          0          0          0          0          0
1796.70/1797.05	c Primal Heuristics  :       Time      Calls      Found
1796.70/1797.05	c   LP solutions     :       0.00          -          0
1796.70/1797.05	c   pseudo solutions :       0.00          -          0
1796.70/1797.05	c   trivial          :       0.00          1          0
1796.70/1797.05	c   shiftandpropagate:       0.00          0          0
1796.70/1797.05	c   simplerounding   :       0.00          0          0
1796.70/1797.05	c   zirounding       :       0.00          0          0
1796.70/1797.05	c   rounding         :       0.00          0          0
1796.70/1797.05	c   shifting         :       0.00          0          0
1796.70/1797.05	c   intshifting      :       0.00          0          0
1796.70/1797.05	c   oneopt           :       0.00          0          0
1796.70/1797.05	c   twoopt           :       0.00          0          0
1796.70/1797.05	c   fixandinfer      :       0.00          0          0
1796.70/1797.05	c   feaspump         :       0.00          0          0
1796.70/1797.05	c   clique           :       0.00          0          0
1796.70/1797.05	c   coefdiving       :       0.00          0          0
1796.70/1797.05	c   pscostdiving     :       0.00          0          0
1796.70/1797.05	c   fracdiving       :       0.00          0          0
1796.70/1797.05	c   veclendiving     :       0.00          0          0
1796.70/1797.05	c   intdiving        :       0.00          0          0
1796.70/1797.05	c   actconsdiving    :       0.00          0          0
1796.70/1797.05	c   objpscostdiving  :       0.00          0          0
1796.70/1797.05	c   rootsoldiving    :       0.00          0          0
1796.70/1797.05	c   linesearchdiving :       0.00          0          0
1796.70/1797.05	c   guideddiving     :       0.00          0          0
1796.70/1797.05	c   octane           :       0.00          0          0
1796.70/1797.05	c   rens             :       0.00          0          0
1796.70/1797.05	c   rins             :       0.00          0          0
1796.70/1797.05	c   localbranching   :       0.00          0          0
1796.70/1797.05	c   mutation         :       0.00          0          0
1796.70/1797.05	c   crossover        :       0.00          0          0
1796.70/1797.05	c   dins             :       0.00          0          0
1796.70/1797.05	c   vbounds          :       0.00          0          0
1796.70/1797.05	c   undercover       :       0.00          0          0
1796.70/1797.05	c   subnlp           :       0.00          0          0
1796.70/1797.05	c   trysol           :       0.00          0          0
1796.70/1797.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.70/1797.05	c   primal LP        :       0.14          0          0       0.00       0.00
1796.70/1797.05	c   dual LP          :     745.06       1200     226121     188.43     303.49
1796.70/1797.05	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.05	c   barrier LP       :       0.00          0          0       0.00          -
1796.70/1797.05	c   diving/probing LP:       0.00          0          0       0.00          -
1796.70/1797.05	c   strong branching :     968.41        453     227286     501.74     234.70
1796.70/1797.05	c     (at root node) :          -         23      13939     606.04          -
1796.70/1797.05	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.05	c B&B Tree           :
1796.70/1797.05	c   number of runs   :          1
1796.70/1797.05	c   nodes            :       1504
1796.70/1797.05	c   nodes (total)    :       1504
1796.70/1797.05	c   nodes left       :        326
1796.70/1797.05	c   max depth        :        290
1796.70/1797.05	c   max depth (total):        290
1796.70/1797.05	c   backtracks       :        190 (12.6%)
1796.70/1797.05	c   delayed cutoffs  :        521
1796.70/1797.05	c   repropagations   :      10438 (4442 domain reductions, 160 cutoffs)
1796.70/1797.05	c   avg switch length:      16.11
1796.70/1797.05	c   switching time   :       4.55
1796.70/1797.05	c Solution           :
1796.70/1797.05	c   Solutions found  :          0 (0 improvements)
1796.70/1797.05	c   Primal Bound     :          -
1796.70/1797.05	c   Dual Bound       : +0.00000000000000e+00
1796.70/1797.05	c   Gap              :   infinite
1796.70/1797.05	c   Root Dual Bound  : +0.00000000000000e+00
1796.70/1797.05	c   Root Iterations  :      10674
1797.29/1797.67	c Time complete: 1797.37.

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-3740983-1338768314/watcher-3740983-1338768314 -o /tmp/evaluation-result-3740983-1338768314/solver-3740983-1338768314 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3740983-1338768314.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.00 2.01 2.00 3/176 31600
/proc/meminfo: memFree=26483012/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=11980 CPUtime=0 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 1948 0 0 0 0 0 0 0 20 0 1 0 342957212 12267520 1903 33554432000 4194304 9016284 140736993917552 140736941859144 7870589 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 2995 1914 340 1178 0 1813 0

[startup+0.0876611 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 31600
/proc/meminfo: memFree=26483012/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=20092 CPUtime=0.08 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 4016 0 0 0 8 0 0 0 20 0 1 0 342957212 20574208 3970 33554432000 4194304 9016284 140736993917552 140736941859144 7870478 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 5023 3970 357 1178 0 3841 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20092

[startup+0.100312 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 31600
/proc/meminfo: memFree=26483012/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=21520 CPUtime=0.09 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 4369 0 0 0 9 0 0 0 20 0 1 0 342957212 22036480 4323 33554432000 4194304 9016284 140736993917552 140736941859144 6813403 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 5380 4323 357 1178 0 4198 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21520

[startup+0.300228 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 31600
/proc/meminfo: memFree=26483012/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=36828 CPUtime=0.29 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 8196 0 0 0 28 1 0 0 20 0 1 0 342957212 37711872 8150 33554432000 4194304 9016284 140736993917552 140736941859144 4892730 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 9207 8150 357 1178 0 8025 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36828

[startup+0.700166 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 31600
/proc/meminfo: memFree=26483012/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=66396 CPUtime=0.69 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 15568 0 0 0 67 2 0 0 20 0 1 0 342957212 67989504 15522 33554432000 4194304 9016284 140736993917552 140736993781448 4445957 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 16599 15522 357 1178 0 15417 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66396

[startup+1.50024 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31601
/proc/meminfo: memFree=26357704/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=239068 CPUtime=1.49 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 58620 0 0 0 142 7 0 0 20 0 1 0 342957212 244805632 58484 33554432000 4194304 9016284 140736993917552 140736993781448 7875499 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 59767 58485 411 1178 0 58585 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 239068

[startup+3.10023 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31601
/proc/meminfo: memFree=26142812/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=411340 CPUtime=3.08 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 118469 0 0 0 292 16 0 0 20 0 1 0 342957212 421212160 100597 33554432000 4194304 9016284 140736993917552 140736993914760 4733141 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 102835 100597 565 1178 0 101653 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 411340

[startup+6.30023 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31601
/proc/meminfo: memFree=25782884/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=684576 CPUtime=6.29 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 145573 0 0 0 606 23 0 0 20 0 1 0 342957212 701005824 163967 33554432000 4194304 9016284 140736993917552 140736993912664 6578056 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 171144 163967 650 1178 0 169962 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 684576

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31601
/proc/meminfo: memFree=25753584/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=709288 CPUtime=12.69 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 151449 0 0 0 1244 25 0 0 20 0 1 0 342957212 726310912 173909 33554432000 4194304 9016284 140736993917552 140736993911720 7178129 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 177322 173909 662 1178 0 176140 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 709288

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31601
/proc/meminfo: memFree=25704576/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=751236 CPUtime=25.49 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 153711 0 0 0 2522 27 0 0 20 0 1 0 342957212 769265664 184315 33554432000 4194304 9016284 140736993917552 140736993912616 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 187809 184315 662 1178 0 186627 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 751236

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31601
/proc/meminfo: memFree=25669140/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=774696 CPUtime=51.08 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 153798 0 0 0 5078 30 0 0 20 0 1 0 342957212 793288704 190023 33554432000 4194304 9016284 140736993917552 140736993912664 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 193674 190023 662 1178 0 192492 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 774696

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31601
/proc/meminfo: memFree=25666164/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=774696 CPUtime=102.28 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 154377 0 0 0 10192 36 0 0 20 0 1 0 342957212 793288704 190602 33554432000 4194304 9016284 140736993917552 140736993910360 7213554 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 193674 190602 663 1178 0 192492 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 774696

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31601
/proc/meminfo: memFree=25665916/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=774696 CPUtime=162.26 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 154438 0 0 0 16185 41 0 0 20 0 1 0 342957212 793288704 190663 33554432000 4194304 9016284 140736993917552 140736993910360 7180575 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 193674 190663 668 1178 0 192492 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 774696

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31601
/proc/meminfo: memFree=25679876/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=774696 CPUtime=222.25 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 154465 0 0 0 22179 46 0 0 20 0 1 0 342957212 793288704 190690 33554432000 4194304 9016284 140736993917552 140736993911608 7152978 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 193674 190690 668 1178 0 192492 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 774696

[startup+282.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 31602
/proc/meminfo: memFree=25640396/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=774696 CPUtime=282.24 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 154548 0 0 0 28172 52 0 0 20 0 1 0 342957212 793288704 190773 33554432000 4194304 9016284 140736993917552 140736993911304 7213597 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 193674 190773 668 1178 0 192492 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 774696

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 31605
/proc/meminfo: memFree=25712484/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=774696 CPUtime=342.23 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 154549 0 0 0 34165 58 0 0 20 0 1 0 342957212 793288704 190829 33554432000 4194304 9016284 140736993917552 140736993911304 7181026 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 193674 190829 668 1178 0 192492 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 774696

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31605
/proc/meminfo: memFree=25709928/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=774696 CPUtime=402.23 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 154639 0 0 0 40160 63 0 0 20 0 1 0 342957212 793288704 191297 33554432000 4194304 9016284 140736993917552 140736993910760 7180913 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 193674 191297 668 1178 0 192492 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 774696

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31605
/proc/meminfo: memFree=25684336/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=774696 CPUtime=462.22 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 154641 0 0 0 46154 68 0 0 20 0 1 0 342957212 793288704 191316 33554432000 4194304 9016284 140736993917552 140736993911304 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 193674 191316 668 1178 0 192492 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 774696

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31605
/proc/meminfo: memFree=25650972/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=774696 CPUtime=522.2 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 154648 0 0 0 52147 73 0 0 20 0 1 0 342957212 793288704 192245 33554432000 4194304 9016284 140736993917552 140736993911304 7080792 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 193674 192245 668 1178 0 192492 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 774696

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31606
/proc/meminfo: memFree=25662116/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=794460 CPUtime=582.2 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155013 0 0 0 58140 80 0 0 20 0 1 0 342957212 813527040 197223 33554432000 4194304 9016284 140736993917552 140736993911304 6855218 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 198615 197223 668 1178 0 197433 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 794460

[startup+642.3 s]

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

/proc/meminfo: memFree=25629620/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=795388 CPUtime=1122.11 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155299 0 0 0 112086 125 0 0 20 0 1 0 342957212 814477312 197716 33554432000 4194304 9016284 140736993917552 140736993911304 7180608 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 198847 197716 676 1178 0 197665 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 795388

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31610
/proc/meminfo: memFree=25632232/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=815408 CPUtime=1182.1 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155720 0 0 0 118077 133 0 0 20 0 1 0 342957212 834977792 202736 33554432000 4194304 9016284 140736993917552 140736993911416 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 203852 202736 676 1178 0 202670 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 815408

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31649
/proc/meminfo: memFree=22892088/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=815408 CPUtime=1242.08 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155720 0 0 0 124071 137 0 0 20 0 1 0 342957212 834977792 202736 33554432000 4194304 9016284 140736993917552 140736993910472 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 203852 202736 676 1178 0 202670 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 815408

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 31650
/proc/meminfo: memFree=20903552/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=815408 CPUtime=1302.08 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155720 0 0 0 130064 144 0 0 20 0 1 0 342957212 834977792 202736 33554432000 4194304 9016284 140736993917552 140736993910472 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 203852 202736 676 1178 0 202670 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 815408

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 31650
/proc/meminfo: memFree=20742408/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=815408 CPUtime=1362.07 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155720 0 0 0 136058 149 0 0 20 0 1 0 342957212 834977792 202736 33554432000 4194304 9016284 140736993917552 140736993911304 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 203852 202736 676 1178 0 202670 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 815408

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31650
/proc/meminfo: memFree=20616496/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=815408 CPUtime=1422.06 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155720 0 0 0 142053 153 0 0 20 0 1 0 342957212 834977792 202736 33554432000 4194304 9016284 140736993917552 140736993910968 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 203852 202736 676 1178 0 202670 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 815408

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31650
/proc/meminfo: memFree=21016896/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=815408 CPUtime=1482.04 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155720 0 0 0 148047 157 0 0 20 0 1 0 342957212 834977792 202737 33554432000 4194304 9016284 140736993917552 140736993911304 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 203852 202737 676 1178 0 202670 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 815408

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 31654
/proc/meminfo: memFree=20863644/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=815408 CPUtime=1542.04 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155720 0 0 0 154042 162 0 0 20 0 1 0 342957212 834977792 202737 33554432000 4194304 9016284 140736993917552 140736993910472 7199020 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 203852 202737 676 1178 0 202670 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 815408

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 31654
/proc/meminfo: memFree=20861136/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=815408 CPUtime=1602.03 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155720 0 0 0 160037 166 0 0 20 0 1 0 342957212 834977792 202737 33554432000 4194304 9016284 140736993917552 140736993910808 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 203852 202737 676 1178 0 202670 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 815408

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 31654
/proc/meminfo: memFree=20898432/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=815776 CPUtime=1662.02 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155770 0 0 0 166032 170 0 0 20 0 1 0 342957212 835354624 202787 33554432000 4194304 9016284 140736993917552 140736993911304 7082202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 203944 202787 676 1178 0 202762 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 815776

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31654
/proc/meminfo: memFree=20890456/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=815776 CPUtime=1722 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155770 0 0 0 172028 172 0 0 20 0 1 0 342957212 835354624 202787 33554432000 4194304 9016284 140736993917552 140736993911784 6523992 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 203944 202787 676 1178 0 202762 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 815776

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31654
/proc/meminfo: memFree=20887700/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=815776 CPUtime=1782 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155770 0 0 0 178025 175 0 0 20 0 1 0 342957212 835354624 202787 33554432000 4194304 9016284 140736993917552 140736993911416 6606506 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 203944 202787 676 1178 0 202762 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 815776

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 31654
/proc/meminfo: memFree=20887452/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=815776 CPUtime=1785.2 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155770 0 0 0 178345 175 0 0 20 0 1 0 342957212 835354624 202787 33554432000 4194304 9016284 140736993917552 140736993911720 7198961 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 203944 202787 676 1178 0 202762 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 815776

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31654
/proc/meminfo: memFree=20888080/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=815776 CPUtime=1791.61 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155770 0 0 0 178985 176 0 0 20 0 1 0 342957212 835354624 202787 33554432000 4194304 9016284 140736993917552 140736993911608 7213844 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 203944 202787 676 1178 0 202762 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 815776

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31655
/proc/meminfo: memFree=20888072/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=815776 CPUtime=1794.81 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155770 0 0 0 179305 176 0 0 20 0 1 0 342957212 835354624 202787 33554432000 4194304 9016284 140736993917552 140736993910808 7080744 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 203944 202787 676 1178 0 202762 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 815776

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31655
/proc/meminfo: memFree=20887748/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=815776 CPUtime=1796.4 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155770 0 0 0 179464 176 0 0 20 0 1 0 342957212 835354624 202787 33554432000 4194304 9016284 140736993917552 140736993910968 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 203944 202787 676 1178 0 202762 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 815776

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31655
/proc/meminfo: memFree=20887748/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=815776 CPUtime=1796.8 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155775 0 0 0 179504 176 0 0 20 0 1 0 342957212 835354624 202792 33554432000 4194304 9016284 140736993917552 140736993910968 6526577 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 203944 202792 681 1178 0 202762 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 815776

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31655
/proc/meminfo: memFree=20887996/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=813572 CPUtime=1797.2 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155777 0 0 0 179544 176 0 0 20 0 1 0 342957212 833097728 202243 33554432000 4194304 9016284 140736993917552 140736993910968 6812833 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 203393 202243 683 1178 0 202211 0
Current children cumulated CPU time (s) 1797.2
Current children cumulated vsize (KiB) 813572

[startup+1797.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31655
/proc/meminfo: memFree=20887996/32873660 swapFree=7120/7120
[pid=31600] ppid=31598 vsize=707732 CPUtime=1797.29 cores=0,2,4,6
/proc/31600/stat : 31600 (scip-2.0.1.4b_2) R 31598 31600 31309 0 -1 4202496 155777 0 0 0 179553 176 0 0 20 0 1 0 342957212 724717568 176068 33554432000 4194304 9016284 140736993917552 140736993916776 6817713 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31600/statm: 176933 176068 683 1178 0 175751 0
Current children cumulated CPU time (s) 1797.29
Current children cumulated vsize (KiB) 707732

Child status: 0
Real time (s): 1797.67
CPU time (s): 1797.38
CPU user time (s): 1795.6
CPU system time (s): 1.78173
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 815776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.6
system time used= 1.78173
maximum resident set size= 811172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155785
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= 15
involuntary context switches= 1900

runsolver used 2.87856 second user time and 8.12077 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-04 02:05:15
IDJOB=3740983
IDBENCH=89714
IDSOLVER=2329
FILE ID=node117/3740983-1338768314
RUNJOBID= node117-1338764718-31325
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-47.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-3740983-1338768314/watcher-3740983-1338768314 -o /tmp/evaluation-result-3740983-1338768314/solver-3740983-1338768314 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3740983-1338768314.opb -t 1800 -m 15500

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

MD5SUM BENCH= 17efc5fe25abdce41d8265867254d297
RANDOM SEED=1148351877

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:        26483764 kB
Buffers:          634784 kB
Cached:          4260356 kB
SwapCached:          776 kB
Active:          3003452 kB
Inactive:        2468708 kB
Active(anon):     562848 kB
Inactive(anon):     9972 kB
Active(file):    2440604 kB
Inactive(file):  2458736 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:             26040 kB
Writeback:             0 kB
AnonPages:        736148 kB
Mapped:            14908 kB
Shmem:                80 kB
Slab:             779880 kB
SReclaimable:     223972 kB
SUnreclaim:       555908 kB
KernelStack:        1472 kB
PageTables:         5132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     713892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    626688 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= 68972 MiB
End job on node117 at 2012-06-04 02:35:12