Trace number 3690637

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 SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed? 1797.5 1797.79

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-91.opb
MD5SUM0d52a3bd95f65144c5f8bf26bef42f13
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 variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
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.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3690637-1338024259.opb>
0.48/0.60	c original problem has 10086 variables (10086 bin, 0 int, 0 impl, 0 cont) and 226240 constraints
0.48/0.60	c problem read in 0.60
0.59/0.61	c No objective function, only one solution is needed.
0.59/0.61	c presolving settings loaded
1.29/1.30	c presolving:
2.69/2.80	c (round 1) 1 del vars, 10 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 226228 upgd conss, 108276 impls, 366 clqs
3.19/3.22	c (round 2) 1 del vars, 18 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 226272 upgd conss, 108276 impls, 366 clqs
3.39/3.50	c (round 3) 1 del vars, 62 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 226272 upgd conss, 108276 impls, 366 clqs
4.19/4.26	c presolving (4 rounds):
4.19/4.26	c  1 deleted vars, 70 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
4.19/4.26	c  108276 implications, 366 cliques
4.19/4.26	c presolved problem has 10085 variables (10085 bin, 0 int, 0 impl, 0 cont) and 226170 constraints
4.19/4.26	c   22570 constraints of type <knapsack>
4.19/4.26	c   48174 constraints of type <setppc>
4.19/4.26	c       2 constraints of type <linear>
4.19/4.26	c  155424 constraints of type <logicor>
4.19/4.26	c transformed objective value is always integral (scale: 1)
4.19/4.26	c Presolving Time: 3.49
4.19/4.26	c - non default parameters ----------------------------------------------------------------------
4.19/4.26	c # SCIP version 2.1.1.4
4.19/4.26	c 
4.19/4.26	c # maximal time in seconds to run
4.19/4.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.19/4.26	c limits/time = 1797
4.19/4.26	c 
4.19/4.26	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.19/4.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.19/4.26	c limits/memory = 13950
4.19/4.26	c 
4.19/4.26	c # solving stops, if the given number of solutions were found (-1: no limit)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: -1]
4.19/4.26	c limits/solutions = 1
4.19/4.26	c 
4.19/4.26	c # maximal number of separation rounds per node (-1: unlimited)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 5]
4.19/4.26	c separating/maxrounds = 1
4.19/4.26	c 
4.19/4.26	c # maximal number of separation rounds in the root node (-1: unlimited)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: -1]
4.19/4.26	c separating/maxroundsroot = 5
4.19/4.26	c 
4.19/4.26	c # default clock type (1: CPU user seconds, 2: wall clock time)
4.19/4.26	c # [type: int, range: [1,2], default: 1]
4.19/4.26	c timing/clocktype = 2
4.19/4.26	c 
4.19/4.26	c # belongs reading time to solving time?
4.19/4.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.19/4.26	c timing/reading = TRUE
4.19/4.26	c 
4.19/4.26	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.19/4.26	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.19/4.26	c constraints/knapsack/disaggregation = FALSE
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 10]
4.19/4.26	c heuristics/coefdiving/freq = -1
4.19/4.26	c 
4.19/4.26	c # maximal fraction of diving LP iterations compared to node LP iterations
4.19/4.26	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.19/4.26	c heuristics/coefdiving/maxlpiterquot = 0.075
4.19/4.26	c 
4.19/4.26	c # additional number of allowed LP iterations
4.19/4.26	c # [type: int, range: [0,2147483647], default: 1000]
4.19/4.26	c heuristics/coefdiving/maxlpiterofs = 1500
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 30]
4.19/4.26	c heuristics/crossover/freq = -1
4.19/4.26	c 
4.19/4.26	c # number of nodes added to the contingent of the total nodes
4.19/4.26	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.19/4.26	c heuristics/crossover/nodesofs = 750
4.19/4.26	c 
4.19/4.26	c # number of nodes without incumbent change that heuristic should wait
4.19/4.26	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.19/4.26	c heuristics/crossover/nwaitingnodes = 100
4.19/4.26	c 
4.19/4.26	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.19/4.26	c # [type: real, range: [0,1], default: 0.1]
4.19/4.26	c heuristics/crossover/nodesquot = 0.15
4.19/4.26	c 
4.19/4.26	c # minimum percentage of integer variables that have to be fixed 
4.19/4.26	c # [type: real, range: [0,1], default: 0.666]
4.19/4.26	c heuristics/crossover/minfixingrate = 0.5
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 20]
4.19/4.26	c heuristics/feaspump/freq = -1
4.19/4.26	c 
4.19/4.26	c # additional number of allowed LP iterations
4.19/4.26	c # [type: int, range: [0,2147483647], default: 1000]
4.19/4.26	c heuristics/feaspump/maxlpiterofs = 2000
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 10]
4.19/4.26	c heuristics/fracdiving/freq = -1
4.19/4.26	c 
4.19/4.26	c # maximal fraction of diving LP iterations compared to node LP iterations
4.19/4.26	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.19/4.26	c heuristics/fracdiving/maxlpiterquot = 0.075
4.19/4.26	c 
4.19/4.26	c # additional number of allowed LP iterations
4.19/4.26	c # [type: int, range: [0,2147483647], default: 1000]
4.19/4.26	c heuristics/fracdiving/maxlpiterofs = 1500
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 10]
4.19/4.26	c heuristics/guideddiving/freq = -1
4.19/4.26	c 
4.19/4.26	c # maximal fraction of diving LP iterations compared to node LP iterations
4.19/4.26	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.19/4.26	c heuristics/guideddiving/maxlpiterquot = 0.075
4.19/4.26	c 
4.19/4.26	c # additional number of allowed LP iterations
4.19/4.26	c # [type: int, range: [0,2147483647], default: 1000]
4.19/4.26	c heuristics/guideddiving/maxlpiterofs = 1500
4.19/4.26	c 
4.19/4.26	c # maximal fraction of diving LP iterations compared to node LP iterations
4.19/4.26	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.19/4.26	c heuristics/intdiving/maxlpiterquot = 0.075
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 10]
4.19/4.26	c heuristics/intshifting/freq = -1
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 10]
4.19/4.26	c heuristics/linesearchdiving/freq = -1
4.19/4.26	c 
4.19/4.26	c # maximal fraction of diving LP iterations compared to node LP iterations
4.19/4.26	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.19/4.26	c heuristics/linesearchdiving/maxlpiterquot = 0.075
4.19/4.26	c 
4.19/4.26	c # additional number of allowed LP iterations
4.19/4.26	c # [type: int, range: [0,2147483647], default: 1000]
4.19/4.26	c heuristics/linesearchdiving/maxlpiterofs = 1500
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 20]
4.19/4.26	c heuristics/objpscostdiving/freq = -1
4.19/4.26	c 
4.19/4.26	c # maximal fraction of diving LP iterations compared to total iteration number
4.19/4.26	c # [type: real, range: [0,1], default: 0.01]
4.19/4.26	c heuristics/objpscostdiving/maxlpiterquot = 0.015
4.19/4.26	c 
4.19/4.26	c # additional number of allowed LP iterations
4.19/4.26	c # [type: int, range: [0,2147483647], default: 1000]
4.19/4.26	c heuristics/objpscostdiving/maxlpiterofs = 1500
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 1]
4.19/4.26	c heuristics/oneopt/freq = -1
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 10]
4.19/4.26	c heuristics/pscostdiving/freq = -1
4.19/4.26	c 
4.19/4.26	c # maximal fraction of diving LP iterations compared to node LP iterations
4.19/4.26	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.19/4.26	c heuristics/pscostdiving/maxlpiterquot = 0.075
4.19/4.26	c 
4.19/4.26	c # additional number of allowed LP iterations
4.19/4.26	c # [type: int, range: [0,2147483647], default: 1000]
4.19/4.26	c heuristics/pscostdiving/maxlpiterofs = 1500
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 0]
4.19/4.26	c heuristics/rens/freq = -1
4.19/4.26	c 
4.19/4.26	c # minimum percentage of integer variables that have to be fixable 
4.19/4.26	c # [type: real, range: [0,1], default: 0.5]
4.19/4.26	c heuristics/rens/minfixingrate = 0.3
4.19/4.26	c 
4.19/4.26	c # number of nodes added to the contingent of the total nodes
4.19/4.26	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.19/4.26	c heuristics/rens/nodesofs = 2000
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 20]
4.19/4.26	c heuristics/rootsoldiving/freq = -1
4.19/4.26	c 
4.19/4.26	c # maximal fraction of diving LP iterations compared to node LP iterations
4.19/4.26	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.19/4.26	c heuristics/rootsoldiving/maxlpiterquot = 0.015
4.19/4.26	c 
4.19/4.26	c # additional number of allowed LP iterations
4.19/4.26	c # [type: int, range: [0,2147483647], default: 1000]
4.19/4.26	c heuristics/rootsoldiving/maxlpiterofs = 1500
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 1]
4.19/4.26	c heuristics/rounding/freq = -1
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 0]
4.19/4.26	c heuristics/shiftandpropagate/freq = -1
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 10]
4.19/4.26	c heuristics/shifting/freq = -1
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 1]
4.19/4.26	c heuristics/simplerounding/freq = -1
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 1]
4.19/4.26	c heuristics/subnlp/freq = -1
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 0]
4.19/4.26	c heuristics/trivial/freq = -1
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 1]
4.19/4.26	c heuristics/trysol/freq = -1
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 0]
4.19/4.26	c heuristics/undercover/freq = -1
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 10]
4.19/4.26	c heuristics/veclendiving/freq = -1
4.19/4.26	c 
4.19/4.26	c # maximal fraction of diving LP iterations compared to node LP iterations
4.19/4.26	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.19/4.26	c heuristics/veclendiving/maxlpiterquot = 0.075
4.19/4.26	c 
4.19/4.26	c # additional number of allowed LP iterations
4.19/4.26	c # [type: int, range: [0,2147483647], default: 1000]
4.19/4.26	c heuristics/veclendiving/maxlpiterofs = 1500
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 1]
4.19/4.26	c heuristics/zirounding/freq = -1
4.19/4.26	c 
4.19/4.26	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: -1]
4.19/4.26	c propagating/probing/maxprerounds = 0
4.19/4.26	c 
4.19/4.26	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 0]
4.19/4.26	c separating/cmir/freq = -1
4.19/4.26	c 
4.19/4.26	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 0]
4.19/4.26	c separating/flowcover/freq = -1
4.19/4.26	c 
4.19/4.26	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: -1]
4.19/4.26	c separating/rapidlearning/freq = 0
4.19/4.26	c 
4.19/4.26	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
4.19/4.26	c # [type: int, range: [-1,2147483647], default: 1]
4.19/4.26	c heuristics/indoneopt/freq = -1
4.19/4.26	c 
4.19/4.26	c -----------------------------------------------------------------------------------------------
4.19/4.26	c start solving
4.19/4.27	c 
6.69/6.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.69/6.80	c   6.8s|     1 |     0 |  1912 |     - | 342M|   0 | 761 |  10k| 226k|  10k| 226k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
17.29/17.32	c  17.3s|     1 |     0 |  7028 |     - | 342M|   0 |2587 |  10k| 226k|  10k| 226k|  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
21.09/21.20	c  21.2s|     1 |     0 |  7933 |     - | 344M|   0 |2608 |  10k| 226k|  10k| 226k|  46 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
27.48/27.56	c  27.6s|     1 |     0 |  9089 |     - | 347M|   0 |2916 |  10k| 226k|  10k| 226k|  75 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
44.48/44.59	c  44.6s|     1 |     0 | 10095 |     - | 349M|   0 |3449 |  10k| 226k|  10k| 226k|  99 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
71.48/71.58	c  71.6s|     1 |     0 | 11693 |     - | 350M|   0 |3671 |  10k| 226k|  10k| 226k| 121 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
141.37/141.43	c   141s|     1 |     2 | 11693 |     - | 350M|   0 |3671 |  10k| 226k|  10k| 226k| 121 |   0 |  21 | 0.000000e+00 |      --      |    Inf 
1130.30/1130.54	c  1131s|   100 |    35 | 40719 | 293.2 | 357M|  40 |   - |  10k| 226k|  10k| 226k| 121 |  78 | 494 | 0.000000e+00 |      --      |    Inf 
1392.77/1393.02	c  1393s|   200 |    54 | 72244 | 304.3 | 359M|  40 |   - |  10k| 226k|  10k| 226k| 121 | 240 | 547 | 0.000000e+00 |      --      |    Inf 
1624.23/1624.51	c  1625s|   300 |    50 |107076 | 319.0 | 359M|  40 |   - |  10k| 226k|  10k| 226k| 121 | 358 | 581 | 0.000000e+00 |      --      |    Inf 
1796.81/1797.14	c 
1796.81/1797.14	c SCIP Status        : solving was interrupted [time limit reached]
1796.81/1797.14	c Solving Time (sec) : 1797.13
1796.81/1797.14	c Solving Nodes      : 366
1796.81/1797.14	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.81/1797.14	c Dual Bound         : +0.00000000000000e+00
1796.81/1797.14	c Gap                : infinite
1796.81/1797.14	s UNKNOWN
1796.81/1797.14	c SCIP Status        : solving was interrupted [time limit reached]
1796.81/1797.14	c Total Time         :    1797.13
1796.81/1797.14	c   solving          :    1797.13
1796.81/1797.14	c   presolving       :       3.49 (included in solving)
1796.81/1797.14	c   reading          :       0.60 (included in solving)
1796.81/1797.14	c   copying          :       0.00 (0 times copied the problem)
1796.81/1797.14	c Original Problem   :
1796.81/1797.14	c   Problem name     : HOME/instance-3690637-1338024259.opb
1796.81/1797.14	c   Variables        : 10086 (10086 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.14	c   Constraints      : 226240 initial, 226240 maximal
1796.81/1797.14	c   Objective sense  : minimize
1796.81/1797.14	c Presolved Problem  :
1796.81/1797.14	c   Problem name     : t_HOME/instance-3690637-1338024259.opb
1796.81/1797.14	c   Variables        : 10085 (10085 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.14	c   Constraints      : 226170 initial, 226475 maximal
1796.81/1797.14	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.81/1797.14	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   gateextraction   :       0.08       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   components       :       0.10       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   knapsack         :       0.11       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   setppc           :       0.13       0.00          0          0          0          0          0         44          0          0          0
1796.81/1797.14	c   linear           :       1.30       0.00          0          1          0          0          0         10          0          9          0
1796.81/1797.14	c   logicor          :       0.62       0.41          0          0          0          0          0         16          0          0          0
1796.81/1797.14	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.81/1797.14	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.81/1797.14	c   integral         :          0          0          0          0        247          0          1          0          2         15          0          0        480
1796.81/1797.14	c   knapsack         :      22570      22570          5       1522          0          1          0          2          0        622        167          0          0
1796.81/1797.14	c   setppc           :      48174      48174          5       1522          0          1          0       7631         47      49812          0          0          0
1796.81/1797.14	c   linear           :          2          2          5       1475          0          1          0          0          0          0          0          0          0
1796.81/1797.14	c   logicor          :     155424+    155729          5        883          0          1          0        772         26       4515          0          0          0
1796.81/1797.14	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.81/1797.14	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.81/1797.14	c   integral         :    1187.30       0.00       0.00       0.00    1187.30       0.00       0.00       0.00
1796.81/1797.14	c   knapsack         :       1.26       0.00       0.09       1.16       0.00       0.01       0.00       0.00
1796.81/1797.14	c   setppc           :       0.82       0.00       0.01       0.80       0.00       0.00       0.00       0.00
1796.81/1797.14	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.81/1797.14	c   logicor          :       0.85       0.41       0.03       0.37       0.00       0.03       0.00       0.00
1796.81/1797.14	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.81/1797.14	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.81/1797.14	c   rootredcost      :          0          0          0          0
1796.81/1797.14	c   pseudoobj        :          0          0          0          0
1796.81/1797.14	c   vbounds          :          0          0          0          0
1796.81/1797.14	c   redcost          :        252          0          0          0
1796.81/1797.14	c   probing          :          0          0          0          0
1796.81/1797.14	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.81/1797.14	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1796.81/1797.14	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1796.81/1797.14	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1796.81/1797.14	c   redcost          :       0.04       0.00       0.00       0.04       0.00
1796.81/1797.14	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.81/1797.14	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.81/1797.14	c   propagation      :       0.01         73         73        620       23.8          0        0.0          -
1796.81/1797.14	c   infeasible LP    :       0.40         68         68        663       33.9          2        2.0          0
1796.81/1797.14	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.81/1797.14	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.81/1797.14	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.81/1797.14	c   applied globally :          -          -          -        436       27.5          -          -          -
1796.81/1797.14	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.81/1797.14	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.81/1797.14	c   cut pool         :       0.00                     4          -          -         52          -    (maximal pool size: 1075)
1796.81/1797.14	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.81/1797.14	c   impliedbounds    :       0.01       0.00          5          0          0          0          0
1796.81/1797.14	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.81/1797.14	c   gomory           :       5.57       0.00          5          0          0        250          0
1796.81/1797.14	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.81/1797.14	c   strongcg         :      33.82       0.00          5          0          0       2500          0
1796.81/1797.14	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.81/1797.14	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.81/1797.14	c   clique           :       0.46       0.00          5          0          0         37          0
1796.81/1797.14	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.81/1797.14	c   mcf              :       0.42       0.00          1          0          0          0          0
1796.81/1797.14	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.81/1797.14	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.81/1797.14	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.81/1797.14	c   problem variables:       0.00          -          0          0
1796.81/1797.14	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.81/1797.14	c   relpscost        :    1187.30       0.00        247          2         15          0          0        480
1796.81/1797.14	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.81/1797.14	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.81/1797.14	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.81/1797.14	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.81/1797.14	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.81/1797.14	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.81/1797.14	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.81/1797.14	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.81/1797.14	c   LP solutions     :       0.00          -          -          0
1796.81/1797.14	c   pseudo solutions :       0.00          -          -          0
1796.81/1797.14	c   smallcard        :       0.00       0.00          0          0
1796.81/1797.14	c   trivial          :       0.01       0.00          1          0
1796.81/1797.14	c   shiftandpropagate:       0.00       0.00          0          0
1796.81/1797.14	c   simplerounding   :       0.00       0.00          0          0
1796.81/1797.14	c   zirounding       :       0.00       0.00          0          0
1796.81/1797.14	c   rounding         :       0.00       0.00          0          0
1796.81/1797.14	c   shifting         :       0.00       0.00          0          0
1796.81/1797.14	c   intshifting      :       0.00       0.00          0          0
1796.81/1797.14	c   oneopt           :       0.00       0.00          0          0
1796.81/1797.14	c   twoopt           :       0.00       0.00          0          0
1796.81/1797.14	c   indtwoopt        :       0.00       0.00          0          0
1796.81/1797.14	c   indoneopt        :       0.00       0.00          0          0
1796.81/1797.14	c   fixandinfer      :       0.00       0.00          0          0
1796.81/1797.14	c   feaspump         :       0.00       0.00          0          0
1796.81/1797.14	c   clique           :       0.00       0.00          0          0
1796.81/1797.14	c   indrounding      :       0.00       0.00          0          0
1796.81/1797.14	c   indcoefdiving    :       0.00       0.00          0          0
1796.81/1797.14	c   coefdiving       :       0.00       0.00          0          0
1796.81/1797.14	c   pscostdiving     :       0.00       0.00          0          0
1796.81/1797.14	c   nlpdiving        :       0.00       0.00          0          0
1796.81/1797.14	c   fracdiving       :       0.00       0.00          0          0
1796.81/1797.14	c   veclendiving     :       0.00       0.00          0          0
1796.81/1797.14	c   intdiving        :       0.00       0.00          0          0
1796.81/1797.14	c   actconsdiving    :       0.00       0.00          0          0
1796.81/1797.14	c   objpscostdiving  :       0.00       0.00          0          0
1796.81/1797.14	c   rootsoldiving    :       0.00       0.00          0          0
1796.81/1797.14	c   linesearchdiving :       0.00       0.00          0          0
1796.81/1797.14	c   guideddiving     :       0.00       0.00          0          0
1796.81/1797.14	c   octane           :       0.00       0.00          0          0
1796.81/1797.14	c   rens             :       0.00       0.00          0          0
1796.81/1797.14	c   rins             :       0.00       0.00          0          0
1796.81/1797.14	c   localbranching   :       0.00       0.00          0          0
1796.81/1797.14	c   mutation         :       0.00       0.00          0          0
1796.81/1797.14	c   crossover        :       0.00       0.00          0          0
1796.81/1797.14	c   dins             :       0.00       0.00          0          0
1796.81/1797.14	c   vbounds          :       0.00       0.00          0          0
1796.81/1797.14	c   undercover       :       0.00       0.00          0          0
1796.81/1797.14	c   subnlp           :       0.00       0.00          0          0
1796.81/1797.14	c   trysol           :       0.00       0.00          0          0
1796.81/1797.14	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.81/1797.14	c   primal LP        :       0.15          1          0       0.00       0.00       0.15          1
1796.81/1797.14	c   dual LP          :     552.89        321     130006     407.54     235.14       0.17          2
1796.81/1797.14	c   lex dual LP      :       0.00          0          0       0.00          -
1796.81/1797.14	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.81/1797.14	c   diving/probing LP:       0.00          0          0       0.00          -
1796.81/1797.14	c   strong branching :    1186.87        607     184932     304.67     155.81
1796.81/1797.14	c     (at root node) :          -         21      12528     596.57          -
1796.81/1797.14	c   conflict analysis:       0.00          0          0       0.00          -
1796.81/1797.14	c B&B Tree           :
1796.81/1797.14	c   number of runs   :          1
1796.81/1797.14	c   nodes            :        366
1796.81/1797.14	c   nodes (total)    :        366
1796.81/1797.14	c   nodes left       :         34
1796.81/1797.14	c   max depth        :         40
1796.81/1797.14	c   max depth (total):         40
1796.81/1797.14	c   backtracks       :         57 (15.6%)
1796.81/1797.14	c   delayed cutoffs  :         83
1796.81/1797.14	c   repropagations   :        478 (9793 domain reductions, 26 cutoffs)
1796.81/1797.14	c   avg switch length:       4.32
1796.81/1797.14	c   switching time   :       1.20
1796.81/1797.14	c Solution           :
1796.81/1797.14	c   Solutions found  :          0 (0 improvements)
1796.81/1797.14	c   Primal Bound     :          -
1796.81/1797.14	c   Dual Bound       : +0.00000000000000e+00
1796.81/1797.14	c   Gap              :   infinite
1796.81/1797.14	c   Root Dual Bound  : +0.00000000000000e+00
1796.81/1797.14	c   Root Iterations  :      11693
1797.41/1797.78	c Time complete: 1797.49.

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 1021
/proc/meminfo: memFree=28691396/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=8132 CPUtime=0 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 787 0 0 0 0 0 0 0 20 0 1 0 268554509 8327168 742 33554432000 4194304 10173063 140733410644272 140733811360328 8846909 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 2033 751 392 1460 0 564 0

[startup+0.100282 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 1021
/proc/meminfo: memFree=28691396/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=24384 CPUtime=0.09 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 4824 0 0 0 8 1 0 0 20 0 1 0 268554509 24969216 4779 33554432000 4194304 10173063 140733410644272 140733811360328 5479875 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 6096 4779 413 1460 0 4627 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24384

[startup+0.200362 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 1021
/proc/meminfo: memFree=28691396/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=35884 CPUtime=0.19 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 7727 0 0 0 18 1 0 0 20 0 1 0 268554509 36745216 7682 33554432000 4194304 10173063 140733410644272 140733811360328 5479875 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 8971 7682 413 1460 0 7502 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 35884

[startup+0.300354 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 1021
/proc/meminfo: memFree=28691396/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=50172 CPUtime=0.29 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 11307 0 0 0 27 2 0 0 20 0 1 0 268554509 51376128 11262 33554432000 4194304 10173063 140733410644272 140733811360328 7545739 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 12543 11262 413 1460 0 11074 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50172

[startup+0.700251 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 1021
/proc/meminfo: memFree=28691396/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=141076 CPUtime=0.69 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 33826 0 0 0 64 5 0 0 20 0 1 0 268554509 144461824 33661 33554432000 4194304 10173063 140733410644272 140733410641144 4900240 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 35269 33661 465 1460 0 33800 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 141076

[startup+1.50038 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1022
/proc/meminfo: memFree=28397732/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=307096 CPUtime=1.49 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 86996 0 0 0 134 15 0 0 20 0 1 0 268554509 314466304 74297 33554432000 4194304 10173063 140733410644272 140733410641144 8963895 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 76774 74297 559 1460 0 75305 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 307096

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1022
/proc/meminfo: memFree=28327796/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=356368 CPUtime=3.09 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 116013 0 0 0 273 36 0 0 20 0 1 0 268554509 364920832 86268 33554432000 4194304 10173063 140733410644272 140733410641272 5283012 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 89092 86268 597 1460 0 87623 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 356368

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1022
/proc/meminfo: memFree=27992288/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=761364 CPUtime=6.29 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 161579 0 0 0 572 57 0 0 20 0 1 0 268554509 779636736 178776 33554432000 4194304 10173063 140733410644272 140733410637912 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 190341 178776 752 1460 0 188872 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 761364

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1022
/proc/meminfo: memFree=27948852/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=767652 CPUtime=12.69 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 169497 0 0 0 1208 61 0 0 20 0 1 0 268554509 786075648 187198 33554432000 4194304 10173063 140733410644272 140733410637528 8047323 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 191913 187198 795 1460 0 190444 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 767652

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1023
/proc/meminfo: memFree=27918080/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=787108 CPUtime=25.49 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 175681 0 0 0 2484 65 0 0 20 0 1 0 268554509 805998592 193456 33554432000 4194304 10173063 140733410644272 140733410637912 8012669 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 196777 193456 795 1460 0 195308 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 787108

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1023
/proc/meminfo: memFree=27884480/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=822852 CPUtime=51.07 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 176844 0 0 0 5039 68 0 0 20 0 1 0 268554509 842600448 201508 33554432000 4194304 10173063 140733410644272 140733410639112 8963895 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 205713 201508 795 1460 0 204244 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 822852

[startup+102.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 1063
/proc/meminfo: memFree=27938976/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=813004 CPUtime=102.27 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 178208 0 0 0 10150 77 0 0 20 0 1 0 268554509 832516096 198494 33554432000 4194304 10173063 140733410644272 140733410637720 8012669 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 203251 198494 799 1460 0 201782 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 813004

[startup+162.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/178 1064
/proc/meminfo: memFree=27896220/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=833864 CPUtime=162.26 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 181494 0 0 0 16140 86 0 0 20 0 1 0 268554509 853876736 203175 33554432000 4194304 10173063 140733410644272 140733410636984 7970446 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 208466 203175 805 1460 0 206997 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 833864

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 1064
/proc/meminfo: memFree=27928076/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=814120 CPUtime=222.25 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 186546 0 0 0 22131 94 0 0 20 0 1 0 268554509 833658880 195235 33554432000 4194304 10173063 140733410644272 140733410637816 8063494 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 203530 195235 805 1460 0 202061 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 814120

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1064
/proc/meminfo: memFree=27927944/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=793368 CPUtime=282.24 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 190913 0 0 0 28120 104 0 0 20 0 1 0 268554509 812408832 193541 33554432000 4194304 10173063 140733410644272 140733410637272 8012344 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 198342 193541 806 1460 0 196873 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 793368

[startup+342.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 1106
/proc/meminfo: memFree=27586012/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=814208 CPUtime=342.24 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 194255 0 0 0 34112 112 0 0 20 0 1 0 268554509 833748992 195414 33554432000 4194304 10173063 140733410644272 140733410637720 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 203552 195414 806 1460 0 202083 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 814208

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 1106
/proc/meminfo: memFree=27564352/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=834120 CPUtime=402.22 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 204337 0 0 0 40096 126 0 0 20 0 1 0 268554509 854138880 200776 33554432000 4194304 10173063 140733410644272 140733410637720 8033088 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 208530 200776 806 1460 0 207061 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 834120

[startup+462.307 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 1106
/proc/meminfo: memFree=27588468/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=800600 CPUtime=462.22 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 221371 0 0 0 46077 145 0 0 20 0 1 0 268554509 819814400 194512 33554432000 4194304 10173063 140733410644272 140733410637720 8012640 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 200150 194512 806 1460 0 198681 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 800600

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 1106
/proc/meminfo: memFree=27567432/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=813888 CPUtime=522.2 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 246089 0 0 0 52047 173 0 0 20 0 1 0 268554509 833421312 199019 33554432000 4194304 10173063 140733410644272 140733410637448 8033088 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 203472 199019 806 1460 0 202003 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 813888

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 1106
/proc/meminfo: memFree=27582856/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=833704 CPUtime=582.19 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 263474 0 0 0 58029 190 0 0 20 0 1 0 268554509 853712896 200350 33554432000 4194304 10173063 140733410644272 140733410637720 8046960 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 208426 200350 806 1460 0 206957 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 833704

[startup+642.3 s]

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

/proc/meminfo: memFree=27548788/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=834040 CPUtime=1122.12 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 311524 0 0 0 111946 266 0 0 20 0 1 0 268554509 854056960 201650 33554432000 4194304 10173063 140733410644272 140733410637528 8033088 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 208510 201650 811 1460 0 207041 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 834040

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 1111
/proc/meminfo: memFree=27511380/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=848504 CPUtime=1182.1 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 317663 0 0 0 117934 276 0 0 20 0 1 0 268554509 868868096 207290 33554432000 4194304 10173063 140733410644272 140733410637624 7594589 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 212126 207290 811 1460 0 210657 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 848504

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1112
/proc/meminfo: memFree=27521056/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=835392 CPUtime=1242.09 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 324473 0 0 0 123922 287 0 0 20 0 1 0 268554509 855441408 204725 33554432000 4194304 10173063 140733410644272 140733410636792 8047326 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 208848 204725 811 1460 0 207379 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 835392

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1112
/proc/meminfo: memFree=27493860/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=848244 CPUtime=1302.08 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 326445 0 0 0 129914 294 0 0 20 0 1 0 268554509 868601856 210979 33554432000 4194304 10173063 140733410644272 140733410637720 7980752 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 212061 210979 811 1460 0 210592 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 848244

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1112
/proc/meminfo: memFree=27493860/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=848244 CPUtime=1362.08 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 326447 0 0 0 135907 301 0 0 20 0 1 0 268554509 868601856 210981 33554432000 4194304 10173063 140733410644272 140733410637528 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 212061 210981 811 1460 0 210592 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 848244

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1112
/proc/meminfo: memFree=27496228/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=848736 CPUtime=1422.07 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 334739 0 0 0 141895 312 0 0 20 0 1 0 268554509 869105664 208396 33554432000 4194304 10173063 140733410644272 140733410637528 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 212184 208396 811 1460 0 210715 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 848736

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1112
/proc/meminfo: memFree=27513040/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=835320 CPUtime=1482.05 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 339215 0 0 0 147885 320 0 0 20 0 1 0 268554509 855367680 204184 33554432000 4194304 10173063 140733410644272 140733410637720 8012644 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 208830 204184 811 1460 0 207361 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 835320

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1115
/proc/meminfo: memFree=27532952/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=815592 CPUtime=1542.05 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 343563 0 0 0 153876 329 0 0 20 0 1 0 268554509 835166208 199200 33554432000 4194304 10173063 140733410644272 140733410637528 7595768 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 203898 199200 811 1460 0 202429 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 815592

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1116
/proc/meminfo: memFree=27521928/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=795024 CPUtime=1602.04 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 351687 0 0 0 159864 340 0 0 20 0 1 0 268554509 814104576 197734 33554432000 4194304 10173063 140733410644272 140733410638088 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 198756 197734 811 1460 0 197287 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 795024

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1116
/proc/meminfo: memFree=27460312/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=877460 CPUtime=1662.04 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 359382 0 0 0 165851 353 0 0 20 0 1 0 268554509 898519040 213331 33554432000 4194304 10173063 140733410644272 140733410637528 5122876 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 219365 213331 811 1460 0 217896 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 877460

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1116
/proc/meminfo: memFree=27517144/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=815944 CPUtime=1722.01 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 363478 0 0 0 171839 362 0 0 20 0 1 0 268554509 835526656 200147 33554432000 4194304 10173063 140733410644272 140733410637912 8047326 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 203986 200147 811 1460 0 202517 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 815944

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1116
/proc/meminfo: memFree=27521612/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=815128 CPUtime=1782.01 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 368548 0 0 0 177827 374 0 0 20 0 1 0 268554509 834691072 202704 33554432000 4194304 10173063 140733410644272 140733410638104 8033088 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 203782 202704 811 1460 0 202313 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 815128

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

[startup+1785.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1116
/proc/meminfo: memFree=27494064/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=835404 CPUtime=1785.51 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 371322 0 0 0 178175 376 0 0 20 0 1 0 268554509 855453696 204720 33554432000 4194304 10173063 140733410644272 140733410637448 8033088 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 208851 204720 811 1460 0 207382 0
Current children cumulated CPU time (s) 1785.51
Current children cumulated vsize (KiB) 835404

[startup+1792.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1116
/proc/meminfo: memFree=27470296/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=855168 CPUtime=1791.91 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 371671 0 0 0 178814 377 0 0 20 0 1 0 268554509 875692032 210681 33554432000 4194304 10173063 140733410644272 140733410637528 8012547 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 213792 210681 811 1460 0 212323 0
Current children cumulated CPU time (s) 1791.91
Current children cumulated vsize (KiB) 855168

[startup+1795.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1116
/proc/meminfo: memFree=27517888/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=809168 CPUtime=1795.11 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 371804 0 0 0 179133 378 0 0 20 0 1 0 268554509 828588032 198889 33554432000 4194304 10173063 140733410644272 140733410636888 8047293 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 202292 198889 811 1460 0 200823 0
Current children cumulated CPU time (s) 1795.11
Current children cumulated vsize (KiB) 809168

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1116
/proc/meminfo: memFree=27517888/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=809168 CPUtime=1796.71 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 371812 0 0 0 179293 378 0 0 20 0 1 0 268554509 828588032 198897 33554432000 4194304 10173063 140733410644272 140733410637912 8033088 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 202292 198897 811 1460 0 200823 0
Current children cumulated CPU time (s) 1796.71
Current children cumulated vsize (KiB) 809168

[startup+1797.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1116
/proc/meminfo: memFree=27517888/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=807496 CPUtime=1797.11 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 371826 0 0 0 179333 378 0 0 20 0 1 0 268554509 826875904 198493 33554432000 4194304 10173063 140733410644272 140733410637912 5284606 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 201874 198493 824 1460 0 200405 0
Current children cumulated CPU time (s) 1797.11
Current children cumulated vsize (KiB) 807496

[startup+1797.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1116
/proc/meminfo: memFree=27520864/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=805552 CPUtime=1797.31 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 371826 0 0 0 179353 378 0 0 20 0 1 0 268554509 824885248 198007 33554432000 4194304 10173063 140733410644272 140733410643384 5868336 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 201388 198007 824 1460 0 199919 0
Current children cumulated CPU time (s) 1797.31
Current children cumulated vsize (KiB) 805552

[startup+1797.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1116
/proc/meminfo: memFree=27520864/32873844 swapFree=7100/7100
[pid=1021] ppid=1019 vsize=753156 CPUtime=1797.41 cores=1,3,5,7
/proc/1021/stat : 1021 (scip-2.1.1.4fix) R 1019 1021 32565 0 -1 4202496 371828 0 0 0 179363 378 0 0 20 0 1 0 268554509 771231744 184924 33554432000 4194304 10173063 140733410644272 140733410643384 8992599 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1021/statm: 188096 184580 826 1460 0 186627 0
Current children cumulated CPU time (s) 1797.41
Current children cumulated vsize (KiB) 753156

Child status: 0
Real time (s): 1797.79
CPU time (s): 1797.5
CPU user time (s): 1793.7
CPU system time (s): 3.80442
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 877920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.7
system time used= 3.80442
maximum resident set size= 861252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 371840
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= 19
involuntary context switches= 1849

runsolver used 3.08353 second user time and 8.64269 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-26 11:24:19
IDJOB=3690637
IDBENCH=89703
IDSOLVER=2270
FILE ID=node103/3690637-1338024259
RUNJOBID= node103-1338016939-32583
PBS_JOBID= 14624368
Free space on /tmp= 71548 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-91.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690637-1338024259/watcher-3690637-1338024259 -o /tmp/evaluation-result-3690637-1338024259/solver-3690637-1338024259 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690637-1338024259.opb -t 1800 -m 15500

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

MD5SUM BENCH= 0d52a3bd95f65144c5f8bf26bef42f13
RANDOM SEED=2041278388

node103.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		: 2666.189
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	: 5332.37
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		: 2666.189
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		: 2666.189
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.92
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		: 2666.189
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.91
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		: 2666.189
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		: 2666.189
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	: 5411.36
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		: 2666.189
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		: 2666.189
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:       32873844 kB
MemFree:        28692148 kB
Buffers:          240340 kB
Cached:          3046232 kB
SwapCached:            0 kB
Active:          1001440 kB
Inactive:        2408652 kB
Active(anon):     126120 kB
Inactive(anon):        0 kB
Active(file):     875320 kB
Inactive(file):  2408652 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             22956 kB
Writeback:           152 kB
AnonPages:        130532 kB
Mapped:            17736 kB
Shmem:               200 kB
Slab:             633560 kB
SReclaimable:      75948 kB
SUnreclaim:       557612 kB
KernelStack:        1432 kB
PageTables:         4164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     238664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71524 MiB
End job on node103 at 2012-05-26 11:54:17