Trace number 3451427

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 E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.61 1800.56

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-elf.rf10.ucl.opb
MD5SUMf7a477da8fbb23e2742430438fb68c46
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.17182
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables55066
Total number of constraints160619
Number of constraints which are clauses156587
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4032
Minimum length of a constraint1
Maximum length of a constraint13
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 67
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
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.4]
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-3451427-1307075221.opb>
1.00/1.06	c original problem has 55066 variables (55066 bin, 0 int, 0 impl, 0 cont) and 160619 constraints
1.00/1.06	c problem read
1.00/1.06	c No objective function, only one solution is needed.
1.00/1.07	c presolving settings loaded
1.29/1.38	c presolving:
2.59/2.63	c (round 1) 7298 del vars, 14356 del conss, 0 add conss, 4797 chg bounds, 2021 chg sides, 4396 chg coeffs, 0 upgd conss, 3048260 impls, 0 clqs
2.69/2.74	c (round 2) 9748 del vars, 27760 del conss, 0 add conss, 6068 chg bounds, 2022 chg sides, 4398 chg coeffs, 0 upgd conss, 3049868 impls, 0 clqs
2.69/2.76	c (round 3) 9749 del vars, 27894 del conss, 0 add conss, 6068 chg bounds, 2023 chg sides, 4399 chg coeffs, 0 upgd conss, 3049870 impls, 0 clqs
3.09/3.21	c (round 4) 9749 del vars, 28278 del conss, 0 add conss, 6068 chg bounds, 2023 chg sides, 4399 chg coeffs, 132341 upgd conss, 3049870 impls, 0 clqs
3.39/3.41	c presolving (5 rounds):
3.39/3.41	c  9749 deleted vars, 28278 deleted constraints, 0 added constraints, 6068 tightened bounds, 0 added holes, 2023 changed sides, 4404 changed coefficients
3.39/3.41	c  3049950 implications, 0 cliques
3.39/3.41	c presolved problem has 45314 variables (45314 bin, 0 int, 0 impl, 0 cont) and 132341 constraints
3.39/3.41	c    3724 constraints of type <knapsack>
3.39/3.41	c   85792 constraints of type <setppc>
3.39/3.41	c   42825 constraints of type <logicor>
3.39/3.41	c transformed objective value is always integral (scale: 1)
3.39/3.41	c Presolving Time: 2.13
3.39/3.41	c - non default parameters ----------------------------------------------------------------------
3.39/3.41	c # SCIP version 2.0.1.5
3.39/3.41	c 
3.39/3.41	c # frequency for displaying node information lines
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 100]
3.39/3.41	c display/freq = 10000
3.39/3.41	c 
3.39/3.41	c # maximal time in seconds to run
3.39/3.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.39/3.41	c limits/time = 1800
3.39/3.41	c 
3.39/3.41	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.39/3.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.39/3.41	c limits/memory = 13950
3.39/3.41	c 
3.39/3.41	c # solving stops, if the given number of solutions were found (-1: no limit)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: -1]
3.39/3.41	c limits/solutions = 1
3.39/3.41	c 
3.39/3.41	c # maximal number of separation rounds per node (-1: unlimited)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 5]
3.39/3.41	c separating/maxrounds = 1
3.39/3.41	c 
3.39/3.41	c # maximal number of separation rounds in the root node (-1: unlimited)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: -1]
3.39/3.41	c separating/maxroundsroot = 5
3.39/3.41	c 
3.39/3.41	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.39/3.41	c # [type: int, range: [1,2], default: 1]
3.39/3.41	c timing/clocktype = 2
3.39/3.41	c 
3.39/3.41	c # belongs reading time to solving time?
3.39/3.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.39/3.41	c timing/reading = TRUE
3.39/3.41	c 
3.39/3.41	c # should presolving try to simplify inequalities
3.39/3.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.39/3.41	c constraints/linear/simplifyinequalities = TRUE
3.39/3.41	c 
3.39/3.41	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.39/3.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.39/3.41	c constraints/indicator/addCouplingCons = TRUE
3.39/3.41	c 
3.39/3.41	c # should disaggregation of knapsack constraints be allowed in preprocessing?
3.39/3.41	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
3.39/3.41	c constraints/knapsack/disaggregation = FALSE
3.39/3.41	c 
3.39/3.41	c # should presolving try to simplify knapsacks
3.39/3.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.39/3.41	c constraints/knapsack/simplifyinequalities = TRUE
3.39/3.41	c 
3.39/3.41	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: -1]
3.39/3.41	c presolving/probing/maxrounds = 0
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 10]
3.39/3.41	c heuristics/coefdiving/freq = -1
3.39/3.41	c 
3.39/3.41	c # maximal fraction of diving LP iterations compared to node LP iterations
3.39/3.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.39/3.41	c heuristics/coefdiving/maxlpiterquot = 0.075
3.39/3.41	c 
3.39/3.41	c # additional number of allowed LP iterations
3.39/3.41	c # [type: int, range: [0,2147483647], default: 1000]
3.39/3.41	c heuristics/coefdiving/maxlpiterofs = 1500
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 30]
3.39/3.41	c heuristics/crossover/freq = -1
3.39/3.41	c 
3.39/3.41	c # number of nodes added to the contingent of the total nodes
3.39/3.41	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.39/3.41	c heuristics/crossover/nodesofs = 750
3.39/3.41	c 
3.39/3.41	c # number of nodes without incumbent change that heuristic should wait
3.39/3.41	c # [type: longint, range: [0,9223372036854775807], default: 200]
3.39/3.41	c heuristics/crossover/nwaitingnodes = 100
3.39/3.41	c 
3.39/3.41	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
3.39/3.41	c # [type: real, range: [0,1], default: 0.1]
3.39/3.41	c heuristics/crossover/nodesquot = 0.15
3.39/3.41	c 
3.39/3.41	c # minimum percentage of integer variables that have to be fixed 
3.39/3.41	c # [type: real, range: [0,1], default: 0.666]
3.39/3.41	c heuristics/crossover/minfixingrate = 0.5
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 20]
3.39/3.41	c heuristics/feaspump/freq = -1
3.39/3.41	c 
3.39/3.41	c # additional number of allowed LP iterations
3.39/3.41	c # [type: int, range: [0,2147483647], default: 1000]
3.39/3.41	c heuristics/feaspump/maxlpiterofs = 2000
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 10]
3.39/3.41	c heuristics/fracdiving/freq = -1
3.39/3.41	c 
3.39/3.41	c # maximal fraction of diving LP iterations compared to node LP iterations
3.39/3.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.39/3.41	c heuristics/fracdiving/maxlpiterquot = 0.075
3.39/3.41	c 
3.39/3.41	c # additional number of allowed LP iterations
3.39/3.41	c # [type: int, range: [0,2147483647], default: 1000]
3.39/3.41	c heuristics/fracdiving/maxlpiterofs = 1500
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 10]
3.39/3.41	c heuristics/guideddiving/freq = -1
3.39/3.41	c 
3.39/3.41	c # maximal fraction of diving LP iterations compared to node LP iterations
3.39/3.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.39/3.41	c heuristics/guideddiving/maxlpiterquot = 0.075
3.39/3.41	c 
3.39/3.41	c # additional number of allowed LP iterations
3.39/3.41	c # [type: int, range: [0,2147483647], default: 1000]
3.39/3.41	c heuristics/guideddiving/maxlpiterofs = 1500
3.39/3.41	c 
3.39/3.41	c # maximal fraction of diving LP iterations compared to node LP iterations
3.39/3.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.39/3.41	c heuristics/intdiving/maxlpiterquot = 0.075
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 10]
3.39/3.41	c heuristics/intshifting/freq = -1
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 10]
3.39/3.41	c heuristics/linesearchdiving/freq = -1
3.39/3.41	c 
3.39/3.41	c # maximal fraction of diving LP iterations compared to node LP iterations
3.39/3.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.39/3.41	c heuristics/linesearchdiving/maxlpiterquot = 0.075
3.39/3.41	c 
3.39/3.41	c # additional number of allowed LP iterations
3.39/3.41	c # [type: int, range: [0,2147483647], default: 1000]
3.39/3.41	c heuristics/linesearchdiving/maxlpiterofs = 1500
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 20]
3.39/3.41	c heuristics/objpscostdiving/freq = -1
3.39/3.41	c 
3.39/3.41	c # maximal fraction of diving LP iterations compared to total iteration number
3.39/3.41	c # [type: real, range: [0,1], default: 0.01]
3.39/3.41	c heuristics/objpscostdiving/maxlpiterquot = 0.015
3.39/3.41	c 
3.39/3.41	c # additional number of allowed LP iterations
3.39/3.41	c # [type: int, range: [0,2147483647], default: 1000]
3.39/3.41	c heuristics/objpscostdiving/maxlpiterofs = 1500
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 1]
3.39/3.41	c heuristics/oneopt/freq = -1
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 10]
3.39/3.41	c heuristics/pscostdiving/freq = -1
3.39/3.41	c 
3.39/3.41	c # maximal fraction of diving LP iterations compared to node LP iterations
3.39/3.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.39/3.41	c heuristics/pscostdiving/maxlpiterquot = 0.075
3.39/3.41	c 
3.39/3.41	c # additional number of allowed LP iterations
3.39/3.41	c # [type: int, range: [0,2147483647], default: 1000]
3.39/3.41	c heuristics/pscostdiving/maxlpiterofs = 1500
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 0]
3.39/3.41	c heuristics/rens/freq = -1
3.39/3.41	c 
3.39/3.41	c # minimum percentage of integer variables that have to be fixable 
3.39/3.41	c # [type: real, range: [0,1], default: 0.5]
3.39/3.41	c heuristics/rens/minfixingrate = 0.3
3.39/3.41	c 
3.39/3.41	c # number of nodes added to the contingent of the total nodes
3.39/3.41	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.39/3.41	c heuristics/rens/nodesofs = 2000
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 20]
3.39/3.41	c heuristics/rootsoldiving/freq = -1
3.39/3.41	c 
3.39/3.41	c # maximal fraction of diving LP iterations compared to node LP iterations
3.39/3.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
3.39/3.41	c heuristics/rootsoldiving/maxlpiterquot = 0.015
3.39/3.41	c 
3.39/3.41	c # additional number of allowed LP iterations
3.39/3.41	c # [type: int, range: [0,2147483647], default: 1000]
3.39/3.41	c heuristics/rootsoldiving/maxlpiterofs = 1500
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 1]
3.39/3.41	c heuristics/rounding/freq = -1
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 0]
3.39/3.41	c heuristics/shiftandpropagate/freq = -1
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 10]
3.39/3.41	c heuristics/shifting/freq = -1
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 1]
3.39/3.41	c heuristics/simplerounding/freq = -1
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 1]
3.39/3.41	c heuristics/subnlp/freq = -1
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 0]
3.39/3.41	c heuristics/trivial/freq = -1
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 1]
3.39/3.41	c heuristics/trysol/freq = -1
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 0]
3.39/3.41	c heuristics/undercover/freq = -1
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 10]
3.39/3.41	c heuristics/veclendiving/freq = -1
3.39/3.41	c 
3.39/3.41	c # maximal fraction of diving LP iterations compared to node LP iterations
3.39/3.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.39/3.41	c heuristics/veclendiving/maxlpiterquot = 0.075
3.39/3.41	c 
3.39/3.41	c # additional number of allowed LP iterations
3.39/3.41	c # [type: int, range: [0,2147483647], default: 1000]
3.39/3.41	c heuristics/veclendiving/maxlpiterofs = 1500
3.39/3.41	c 
3.39/3.41	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 1]
3.39/3.41	c heuristics/zirounding/freq = -1
3.39/3.41	c 
3.39/3.41	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 0]
3.39/3.41	c separating/cmir/freq = -1
3.39/3.41	c 
3.39/3.41	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: 0]
3.39/3.41	c separating/flowcover/freq = -1
3.39/3.41	c 
3.39/3.41	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.39/3.41	c # [type: int, range: [-1,2147483647], default: -1]
3.39/3.41	c separating/rapidlearning/freq = 0
3.39/3.41	c 
3.39/3.41	c -----------------------------------------------------------------------------------------------
3.39/3.41	c start solving
3.39/3.43	c 
8.99/9.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.99/9.06	c   9.1s|     1 |     0 |  9677 |     - | 367M|   0 |4988 |  45k| 132k|  45k| 132k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
16.09/16.15	c  16.1s|     1 |     0 | 11057 |     - | 368M|   0 |5514 |  45k| 132k|  45k| 132k| 278 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
26.59/26.65	c  26.6s|     1 |     0 | 18691 |     - | 369M|   0 |7247 |  45k| 132k|  45k| 132k| 460 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
50.09/50.19	c  50.2s|     1 |     0 | 30216 |     - | 369M|   0 |8623 |  45k| 132k|  45k| 132k| 637 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
90.10/90.15	c  90.2s|     1 |     0 | 45432 |     - | 370M|   0 |9680 |  45k| 132k|  45k| 133k| 895 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
137.60/137.67	c   138s|     1 |     0 | 59407 |     - | 370M|   0 |  10k|  45k| 132k|  45k| 133k|1092 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
176.19/176.26	c   176s|     1 |     2 | 59407 |     - | 370M|   0 |  10k|  45k| 132k|  45k| 133k|1092 |   0 |  18 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.02	c 
1800.04/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.02	c Solving Time (sec) : 1800.02
1800.04/1800.02	c Solving Nodes      : 549
1800.04/1800.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.02	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.02	c Gap                : infinite
1800.04/1800.02	s UNKNOWN
1800.04/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.02	c Total Time         :    1800.02
1800.04/1800.02	c   solving          :    1800.02
1800.04/1800.02	c   presolving       :       2.13 (included in solving)
1800.04/1800.02	c   reading          :       1.06 (included in solving)
1800.04/1800.02	c Original Problem   :
1800.04/1800.02	c   Problem name     : HOME/instance-3451427-1307075221.opb
1800.04/1800.02	c   Variables        : 55066 (55066 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.02	c   Constraints      : 160619 initial, 160619 maximal
1800.04/1800.02	c Presolved Problem  :
1800.04/1800.02	c   Problem name     : t_HOME/instance-3451427-1307075221.opb
1800.04/1800.02	c   Variables        : 45314 (45314 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.02	c   Constraints      : 132341 initial, 132546 maximal
1800.04/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.02	c   trivial          :       0.01       1113          0          0          0          0          0          0          0          0
1800.04/1800.02	c   dualfix          :       0.01          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   implics          :       0.24          0       2553          0          0          0          0          0          0          0
1800.04/1800.02	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   knapsack         :       0.03          0          0          0          0          0          0          0          0          5
1800.04/1800.02	c   setppc           :       0.12          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   linear           :       1.46       6068         15          0       6068          0      28278          0       2023       4399
1800.04/1800.02	c   logicor          :       0.04          0          0          0          0          0          0          0          0          0
1800.04/1800.02	c   root node        :          -        355          -          -        355          -          -          -          -          -
1800.04/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.02	c   integral         :          0          0          0        399          0          1          0          4         57          0          0        756
1800.04/1800.02	c   knapsack         :       3724          5       9094          0          1          0          0          0          0       1004          0          0
1800.04/1800.02	c   setppc           :      85792          5       9094          0          1          0      85806         83     661318          0          0          0
1800.04/1800.02	c   logicor          :      42825+         5       8317          0          1          0      37949        183     292615          0          0          0
1800.04/1800.02	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.04/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.02	c   integral         :     876.02       0.00       0.00     876.02       0.00       0.00       0.00
1800.04/1800.02	c   knapsack         :       0.63       0.01       0.61       0.00       0.00       0.00       0.00
1800.04/1800.02	c   setppc           :       5.92       0.02       5.86       0.00       0.00       0.00       0.04
1800.04/1800.02	c   logicor          :       1.20       0.01       1.16       0.00       0.00       0.00       0.03
1800.04/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.02	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.02	c   vbounds          :          0          0          0          0
1800.04/1800.02	c   rootredcost      :          0          0          0          0
1800.04/1800.02	c   pseudoobj        :          0          0          0          0
1800.04/1800.02	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.02	c   vbounds          :       0.00       0.00       0.00
1800.04/1800.02	c   rootredcost      :       0.00       0.00       0.00
1800.04/1800.02	c   pseudoobj        :       0.00       0.00       0.00
1800.04/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.02	c   propagation      :       0.10        266        257       1153       33.2         48       12.5          -
1800.04/1800.02	c   infeasible LP    :       0.04          4          4         23       20.5          0        0.0          0
1800.04/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.02	c   applied globally :          -          -          -        628       20.2          -          -          -
1800.04/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.02	c   cut pool         :       0.00          4          -          -        288          -    (maximal pool size: 2905)
1800.04/1800.02	c   redcost          :       0.58        389          0          0          0          0
1800.04/1800.02	c   impliedbounds    :       0.07          5          0          0         20          0
1800.04/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.02	c   gomory           :      13.65          5          0          0       2500          0
1800.04/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.02	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.02	c   strongcg         :      11.35          5          0          0       2500          0
1800.04/1800.02	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.02	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.02	c   clique           :       4.46          5          0          0         37          0
1800.04/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.02	c   mcf              :       1.03          1          0          0          0          0
1800.04/1800.02	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.02	c Pricers            :       Time      Calls       Vars
1800.04/1800.02	c   problem variables:       0.00          0          0
1800.04/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.02	c   relpscost        :     876.02        399          4         57          0          0        756
1800.04/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   inference        :       0.00          1          0          0          0          0          2
1800.04/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.02	c   LP solutions     :       0.00          -          0
1800.04/1800.02	c   pseudo solutions :       0.00          -          0
1800.04/1800.02	c   trivial          :       0.04          1          0
1800.04/1800.02	c   shiftandpropagate:       0.00          0          0
1800.04/1800.02	c   simplerounding   :       0.00          0          0
1800.04/1800.02	c   zirounding       :       0.00          0          0
1800.04/1800.02	c   rounding         :       0.00          0          0
1800.04/1800.02	c   shifting         :       0.00          0          0
1800.04/1800.02	c   intshifting      :       0.00          0          0
1800.04/1800.02	c   oneopt           :       0.00          0          0
1800.04/1800.02	c   twoopt           :       0.00          0          0
1800.04/1800.02	c   fixandinfer      :       0.00          0          0
1800.04/1800.02	c   feaspump         :       0.00          0          0
1800.04/1800.02	c   clique           :       0.00          0          0
1800.04/1800.02	c   coefdiving       :       0.00          0          0
1800.04/1800.02	c   pscostdiving     :       0.00          0          0
1800.04/1800.02	c   fracdiving       :       0.00          0          0
1800.04/1800.02	c   veclendiving     :       0.00          0          0
1800.04/1800.02	c   intdiving        :       0.00          0          0
1800.04/1800.02	c   actconsdiving    :       0.00          0          0
1800.04/1800.02	c   objpscostdiving  :       0.00          0          0
1800.04/1800.02	c   rootsoldiving    :       0.00          0          0
1800.04/1800.02	c   linesearchdiving :       0.00          0          0
1800.04/1800.02	c   guideddiving     :       0.00          0          0
1800.04/1800.02	c   octane           :       0.00          0          0
1800.04/1800.02	c   rens             :       0.00          0          0
1800.04/1800.02	c   rins             :       0.00          0          0
1800.04/1800.02	c   localbranching   :       0.00          0          0
1800.04/1800.02	c   mutation         :       0.00          0          0
1800.04/1800.02	c   crossover        :       0.00          0          0
1800.04/1800.02	c   dins             :       0.00          0          0
1800.04/1800.02	c   vbounds          :       0.00          0          0
1800.04/1800.02	c   undercover       :       0.00          0          0
1800.04/1800.02	c   subnlp           :       0.00          0          0
1800.04/1800.02	c   trysol           :       0.00          0          0
1800.04/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.02	c   primal LP        :       0.05          0          0       0.00       0.00
1800.04/1800.02	c   dual LP          :     869.39        409     603616    1475.83     694.30
1800.04/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.02	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.02	c   strong branching :     875.15        561     422566     753.24     482.85
1800.04/1800.02	c     (at root node) :          -         18      17273     959.61          -
1800.04/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.02	c B&B Tree           :
1800.04/1800.02	c   number of runs   :          1
1800.04/1800.02	c   nodes            :        549
1800.04/1800.02	c   nodes (total)    :        549
1800.04/1800.02	c   nodes left       :         14
1800.04/1800.02	c   max depth        :         32
1800.04/1800.02	c   max depth (total):         32
1800.04/1800.02	c   backtracks       :        139 (25.3%)
1800.04/1800.02	c   delayed cutoffs  :        196
1800.04/1800.02	c   repropagations   :        648 (354860 domain reductions, 104 cutoffs)
1800.04/1800.02	c   avg switch length:       3.63
1800.04/1800.02	c   switching time   :       3.59
1800.04/1800.02	c Solution           :
1800.04/1800.02	c   Solutions found  :          0 (0 improvements)
1800.04/1800.02	c   Primal Bound     :          -
1800.04/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.02	c   Gap              :   infinite
1800.04/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.02	c   Root Iterations  :      59407
1800.53/1800.56	c Time complete: 1800.6.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3451427-1307075221/watcher-3451427-1307075221 -o /tmp/evaluation-result-3451427-1307075221/solver-3451427-1307075221 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451427-1307075221.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: 1.93 2.58 3.25 3/497 10909
/proc/meminfo: memFree=30445676/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=13440 CPUtime=0 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 2360 0 0 0 0 0 0 0 18 0 1 0 819123039 13762560 2313 33554432000 4194304 9163163 140735008642256 18446744073709551615 8041869 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10908/statm: 3360 2313 392 1214 0 2142 0

[startup+0.033961 s]
/proc/loadavg: 1.93 2.58 3.25 3/497 10909
/proc/meminfo: memFree=30445676/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=16112 CPUtime=0.03 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 3004 0 0 0 3 0 0 0 18 0 1 0 819123039 16498688 2957 33554432000 4194304 9163163 140735008642256 18446744073709551615 4337794 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10908/statm: 4028 2957 392 1214 0 2810 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16112

[startup+0.10094 s]
/proc/loadavg: 1.93 2.58 3.25 3/497 10909
/proc/meminfo: memFree=30445676/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=23596 CPUtime=0.09 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 4865 0 0 0 9 0 0 0 18 0 1 0 819123039 24162304 4818 33554432000 4194304 9163163 140735008642256 18446744073709551615 7962143 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10908/statm: 5899 4818 392 1214 0 4681 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23596

[startup+0.300918 s]
/proc/loadavg: 1.93 2.58 3.25 3/497 10909
/proc/meminfo: memFree=30445676/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=43464 CPUtime=0.29 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 9846 0 0 0 29 0 0 0 18 0 1 0 819123039 44507136 9799 33554432000 4194304 9163163 140735008642256 18446744073709551615 7994640 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10908/statm: 10866 9799 392 1214 0 9648 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43464

[startup+0.700837 s]
/proc/loadavg: 1.93 2.58 3.25 3/497 10909
/proc/meminfo: memFree=30445676/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=81136 CPUtime=0.69 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 19260 0 0 0 67 2 0 0 18 0 1 0 819123039 83083264 19213 33554432000 4194304 9163163 140735008642256 18446744073709551615 6166160 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10908/statm: 20284 19213 392 1214 0 19066 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81136

[startup+1.50069 s]
/proc/loadavg: 1.93 2.58 3.25 4/499 10911
/proc/meminfo: memFree=30245152/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=282168 CPUtime=1.49 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 68128 0 0 0 140 9 0 0 20 0 1 0 819123039 288940032 68041 33554432000 4194304 9163163 140735008642256 18446744073709551615 4352411 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 70542 68041 514 1214 0 69324 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 282168

[startup+3.10041 s]
/proc/loadavg: 1.93 2.58 3.25 4/499 10911
/proc/meminfo: memFree=29724600/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=428328 CPUtime=3.09 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 107551 0 0 0 296 13 0 0 25 0 1 0 819123039 438607872 103803 33554432000 4194304 9163163 140735008642256 18446744073709551615 18446744073699065863 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 107082 103803 528 1214 0 105864 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 428328

[startup+6.30085 s]
/proc/loadavg: 1.93 2.57 3.24 4/499 10911
/proc/meminfo: memFree=29268628/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=628604 CPUtime=6.29 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 162104 0 0 0 607 22 0 0 25 0 1 0 819123039 643690496 148451 33554432000 4194304 9163163 140735008642256 18446744073709551615 7110296 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 157151 148451 759 1214 0 155933 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 628604

[startup+12.7007 s]
/proc/loadavg: 1.94 2.56 3.24 3/499 10912
/proc/meminfo: memFree=28836500/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=631460 CPUtime=12.69 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 164238 0 0 0 1244 25 0 0 25 0 1 0 819123039 646615040 150526 33554432000 4194304 9163163 140735008642256 18446744073709551615 6217691 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 157865 150526 751 1214 0 156647 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 631460

[startup+25.5004 s]
/proc/loadavg: 1.95 2.53 3.22 4/499 10912
/proc/meminfo: memFree=28794008/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=649256 CPUtime=25.5 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 170716 0 0 0 2521 29 0 0 25 0 1 0 819123039 664838144 156881 33554432000 4194304 9163163 140735008642256 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 162314 156881 724 1214 0 161096 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 649256

[startup+51.1009 s]
/proc/loadavg: 1.97 2.49 3.18 3/499 10913
/proc/meminfo: memFree=28770248/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=652284 CPUtime=51.09 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 172156 0 0 0 5072 37 0 0 25 0 1 0 819123039 667938816 158321 33554432000 4194304 9163163 140735008642256 18446744073709551615 7051385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 163071 158321 727 1214 0 161853 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 652284

[startup+102.32 s]
/proc/loadavg: 1.98 2.41 3.12 4/499 10914
/proc/meminfo: memFree=28724112/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=669572 CPUtime=102.32 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 175975 0 0 0 10182 50 0 0 25 0 1 0 819123039 685641728 162140 33554432000 4194304 9163163 140735008642256 18446744073709551615 7346272 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 167393 162140 727 1214 0 166175 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 669572

[startup+162.3 s]
/proc/loadavg: 1.99 2.33 3.04 4/499 10916
/proc/meminfo: memFree=28716132/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=669708 CPUtime=162.29 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 176709 0 0 0 16167 62 0 0 25 0 1 0 819123039 685780992 162873 33554432000 4194304 9163163 140735008642256 18446744073709551615 7358912 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 167427 162873 728 1214 0 166209 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 669708

[startup+222.301 s]
/proc/loadavg: 1.99 2.27 2.98 4/499 10917
/proc/meminfo: memFree=28714360/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=669708 CPUtime=222.3 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 177300 0 0 0 22155 75 0 0 25 0 1 0 819123039 685780992 163462 33554432000 4194304 9163163 140735008642256 18446744073709551615 7348512 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 167427 163462 761 1214 0 166209 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 669708

[startup+282.301 s]
/proc/loadavg: 2.12 2.26 2.93 4/499 10919
/proc/meminfo: memFree=28714088/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=669708 CPUtime=282.3 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 177352 0 0 0 28142 88 0 0 25 0 1 0 819123039 685780992 163513 33554432000 4194304 9163163 140735008642256 18446744073709551615 7225280 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 167427 163513 760 1214 0 166209 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 669708

[startup+342.3 s]
/proc/loadavg: 2.12 2.24 2.88 4/499 10920
/proc/meminfo: memFree=28715796/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=669372 CPUtime=342.3 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 185623 0 0 0 34130 100 0 0 25 0 1 0 819123039 685436928 163443 33554432000 4194304 9163163 140735008642256 18446744073709551615 6974005 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 167343 163443 1106 1214 0 166125 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 669372

[startup+402.301 s]
/proc/loadavg: 2.04 2.19 2.82 4/499 10922
/proc/meminfo: memFree=28714912/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=670980 CPUtime=402.3 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 185804 0 0 0 40118 112 0 0 25 0 1 0 819123039 687083520 163501 33554432000 4194304 9163163 140735008642256 18446744073709551615 7348526 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 167745 163501 983 1214 0 166527 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 670980

[startup+462.3 s]
/proc/loadavg: 2.01 2.16 2.77 4/499 10924
/proc/meminfo: memFree=28709792/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=670980 CPUtime=462.3 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 185821 0 0 0 46106 124 0 0 25 0 1 0 819123039 687083520 163507 33554432000 4194304 9163163 140735008642256 18446744073709551615 8045822 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 167745 163507 972 1214 0 166527 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 670980

[startup+522.301 s]
/proc/loadavg: 2.00 2.12 2.71 4/499 10925
/proc/meminfo: memFree=28709396/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=670980 CPUtime=522.3 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 185829 0 0 0 52096 134 0 0 25 0 1 0 819123039 687083520 163508 33554432000 4194304 9163163 140735008642256 18446744073709551615 7225358 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 167745 163508 965 1214 0 166527 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 670980

[startup+582.301 s]
/proc/loadavg: 2.00 2.10 2.67 4/499 10927
/proc/meminfo: memFree=28709252/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=670980 CPUtime=582.3 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 185834 0 0 0 58087 143 0 0 25 0 1 0 819123039 687083520 163508 33554432000 4194304 9163163 140735008642256 18446744073709551615 6974030 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 167745 163508 960 1214 0 166527 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 670980

[startup+642.3 s]

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

[startup+1002.3 s]
/proc/loadavg: 2.05 2.09 2.44 4/499 10938
/proc/meminfo: memFree=28693540/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=686268 CPUtime=1002.32 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 249037 0 0 0 99976 256 0 0 25 0 1 0 819123039 702738432 167085 33554432000 4194304 9163163 140735008642256 18446744073709551615 7348149 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 171567 167085 778 1214 0 170349 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 686268

[startup+1062.3 s]
/proc/loadavg: 2.02 2.07 2.42 4/499 10940
/proc/meminfo: memFree=28682968/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=690512 CPUtime=1062.32 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 250122 0 0 0 105954 278 0 0 25 0 1 0 819123039 707084288 168166 33554432000 4194304 9163163 140735008642256 18446744073709551615 7376073 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 172628 168166 774 1214 0 171410 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 690512

[startup+1122.3 s]
/proc/loadavg: 2.00 2.06 2.39 4/499 10941
/proc/meminfo: memFree=28667188/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=707584 CPUtime=1122.31 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 261546 0 0 0 111926 305 0 0 25 0 1 0 819123039 724566016 171987 33554432000 4194304 9163163 140735008642256 18446744073709551615 7225292 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 176896 171987 911 1214 0 175678 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 707584

[startup+1182.3 s]
/proc/loadavg: 2.00 2.04 2.36 4/499 10943
/proc/meminfo: memFree=28670648/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=703264 CPUtime=1182.32 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 283934 0 0 0 117900 332 0 0 25 0 1 0 819123039 720142336 171204 33554432000 4194304 9163163 140735008642256 18446744073709551615 7348184 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 175816 171204 914 1214 0 174598 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 703264

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 2.33 4/499 10944
/proc/meminfo: memFree=28658704/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=711444 CPUtime=1242.32 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 286868 0 0 0 123881 351 0 0 25 0 1 0 819123039 728518656 173922 33554432000 4194304 9163163 140735008642256 18446744073709551615 7379390 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 177861 173922 698 1214 0 176643 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 711444

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.31 4/499 10946
/proc/meminfo: memFree=28660280/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=722148 CPUtime=1302.33 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 304878 0 0 0 129855 378 0 0 25 0 1 0 819123039 739479552 174793 33554432000 4194304 9163163 140735008642256 18446744073709551615 7345723 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 180537 174793 1981 1214 0 179319 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 722148

[startup+1362.3 s]
/proc/loadavg: 2.24 2.07 2.30 4/499 10948
/proc/meminfo: memFree=28645364/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=725500 CPUtime=1362.33 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 325357 0 0 0 135836 397 0 0 25 0 1 0 819123039 742912000 176909 33554432000 4194304 9163163 140735008642256 18446744073709551615 7110339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 181375 176909 698 1214 0 180157 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 725500

[startup+1422.32 s]
/proc/loadavg: 2.23 2.09 2.29 4/499 10949
/proc/meminfo: memFree=28636292/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=730084 CPUtime=1422.34 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 334357 0 0 0 141813 421 0 0 25 0 1 0 819123039 747606016 178234 33554432000 4194304 9163163 140735008642256 18446744073709551615 7224022 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 182521 178234 930 1214 0 181303 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 730084

[startup+1482.3 s]
/proc/loadavg: 2.08 2.07 2.27 4/499 10951
/proc/meminfo: memFree=28623732/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=745484 CPUtime=1482.33 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 345523 0 0 0 147786 447 0 0 25 0 1 0 819123039 763375616 181346 33554432000 4194304 9163163 140735008642256 18446744073709551615 7375989 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 186371 181346 1251 1214 0 185153 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 745484

[startup+1542.3 s]
/proc/loadavg: 2.03 2.05 2.25 3/499 10952
/proc/meminfo: memFree=28610448/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=757728 CPUtime=1542.33 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 393453 0 0 0 153759 474 0 0 25 0 1 0 819123039 775913472 184438 33554432000 4194304 9163163 140735008642256 18446744073709551615 7224150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 189432 184438 936 1214 0 188214 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 757728

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 2.23 4/499 10954
/proc/meminfo: memFree=28601616/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=760532 CPUtime=1602.33 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 395645 0 0 0 159738 495 0 0 25 0 1 0 819123039 778784768 186392 33554432000 4194304 9163163 140735008642256 18446744073709551615 7375476 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 190133 186392 698 1214 0 188915 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 760532

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.22 4/499 10956
/proc/meminfo: memFree=28595880/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=767912 CPUtime=1662.33 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 397059 0 0 0 165716 517 0 0 25 0 1 0 819123039 786341888 187806 33554432000 4194304 9163163 140735008642256 18446744073709551615 6974030 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 191978 187806 698 1214 0 190760 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 767912

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.20 4/499 10957
/proc/meminfo: memFree=28593848/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=771724 CPUtime=1722.33 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 397666 0 0 0 171691 542 0 0 25 0 1 0 819123039 790245376 188413 33554432000 4194304 9163163 140735008642256 18446744073709551615 7225310 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 192931 188413 698 1214 0 191713 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 771724

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.18 4/499 10959
/proc/meminfo: memFree=28588364/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=774752 CPUtime=1782.34 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 398422 0 0 0 177665 569 0 0 25 0 1 0 819123039 793346048 189169 33554432000 4194304 9163163 140735008642256 18446744073709551615 7348243 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 193688 189169 698 1214 0 192470 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 774752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.18 4/499 10959
/proc/meminfo: memFree=28588220/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=774752 CPUtime=1800.04 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 398442 0 0 0 179427 577 0 0 25 0 1 0 819123039 793346048 189189 33554432000 4194304 9163163 140735008642256 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10908/statm: 193688 189189 698 1214 0 192470 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 774752

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.02 2.18 4/499 10959
/proc/meminfo: memFree=28588220/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=774752 CPUtime=1800.24 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 398450 0 0 0 179446 578 0 0 25 0 1 0 819123039 793346048 189197 33554432000 4194304 9163163 140735008642256 18446744073709551615 6634443 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10908/statm: 193688 189197 706 1214 0 192470 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 774752

[startup+1800.4 s]
/proc/loadavg: 2.00 2.02 2.18 4/499 10959
/proc/meminfo: memFree=28588220/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=766400 CPUtime=1800.44 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 398451 0 0 0 179466 578 0 0 25 0 1 0 819123039 784793600 187113 33554432000 4194304 9163163 140735008642256 18446744073709551615 6923113 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10908/statm: 191600 187113 707 1214 0 190382 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (KiB) 766400

[startup+1800.5 s]
/proc/loadavg: 2.00 2.02 2.18 4/499 10959
/proc/meminfo: memFree=28588220/32951124 swapFree=53876548/67111528
[pid=10908] ppid=10904 vsize=647660 CPUtime=1800.53 cores=1,3,5,7
/proc/10908/stat : 10908 (scip-2.0.1.4b.l) R 10904 10908 26596 0 -1 4202496 398453 0 0 0 179475 578 0 0 25 0 1 0 819123039 663203840 157727 33554432000 4194304 9163163 140735008642256 18446744073709551615 6923150 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10908/statm: 161915 157727 709 1214 0 160697 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (KiB) 647660

Child status: 0
Real time (s): 1800.56
CPU time (s): 1800.61
CPU user time (s): 1794.79
CPU system time (s): 5.81512
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 774752

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

runsolver used 8.20375 second user time and 22.8355 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-03 06:27:01
IDJOB=3451427
IDBENCH=1494
IDSOLVER=1948
FILE ID=node108/3451427-1307075221
RUNJOBID= node108-1307075221-10891
PBS_JOBID= 13497880
Free space on /tmp= 73804 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-elf.rf10.ucl.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451427-1307075221/watcher-3451427-1307075221 -o /tmp/evaluation-result-3451427-1307075221/solver-3451427-1307075221 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451427-1307075221.opb -t 1800 -m 15500

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

MD5SUM BENCH= f7a477da8fbb23e2742430438fb68c46
RANDOM SEED=1440244196

node108.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30455304 kB
Buffers:        267140 kB
Cached:         952092 kB
SwapCached:      13476 kB
Active:        1321244 kB
Inactive:       889892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30455304 kB
SwapTotal:    67111528 kB
SwapFree:     53876548 kB
Dirty:           37320 kB
Writeback:           0 kB
AnonPages:      988796 kB
Mapped:          11952 kB
Slab:           149436 kB
PageTables:      65752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134536744 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73776 MiB
End job on node108 at 2011-06-03 06:57:03