Trace number 3691898

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.1.1.4. Exp with SoPlex 1.6.0.3 fixedSAT 589.344 589.446

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_5_80.opb
MD5SUMaef8bab64cc2dcfbe1beaaaf4a02d676
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.248961
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12540
Sum of products size (including duplicates)25080
Number of different products6270
Sum of products size12540

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: 947bdb7-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-3691898-1338037865.opb>
0.00/0.03	c original problem has 7270 variables (1000 bin, 0 int, 6270 impl, 0 cont) and 8772 constraints
0.00/0.03	c problem read in 0.03
0.00/0.03	c No objective function, only one solution is needed.
0.00/0.03	c presolving settings loaded
0.04/0.06	c presolving:
0.09/0.16	c (round 1) 0 del vars, 8270 del conss, 1000 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 501 upgd conss, 26080 impls, 999 clqs
0.18/0.20	c (round 2) 6270 del vars, 8270 del conss, 1000 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1501 upgd conss, 26080 impls, 0 clqs
0.18/0.21	c presolving (3 rounds):
0.18/0.21	c  6270 deleted vars, 8270 deleted constraints, 1000 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.18/0.21	c  26080 implications, 0 cliques
0.18/0.21	c presolved problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 1502 constraints
0.18/0.21	c    1001 constraints of type <knapsack>
0.18/0.21	c     500 constraints of type <setppc>
0.18/0.21	c       1 constraints of type <linear>
0.18/0.21	c transformed objective value is always integral (scale: 1)
0.18/0.21	c Presolving Time: 0.16
0.18/0.21	c - non default parameters ----------------------------------------------------------------------
0.18/0.21	c # SCIP version 2.1.1.4
0.18/0.21	c 
0.18/0.21	c # maximal time in seconds to run
0.18/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.21	c limits/time = 1797
0.18/0.21	c 
0.18/0.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.18/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.21	c limits/memory = 13950
0.18/0.21	c 
0.18/0.21	c # solving stops, if the given number of solutions were found (-1: no limit)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.21	c limits/solutions = 1
0.18/0.21	c 
0.18/0.21	c # maximal number of separation rounds per node (-1: unlimited)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 5]
0.18/0.21	c separating/maxrounds = 1
0.18/0.21	c 
0.18/0.21	c # maximal number of separation rounds in the root node (-1: unlimited)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.21	c separating/maxroundsroot = 5
0.18/0.21	c 
0.18/0.21	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.18/0.21	c # [type: int, range: [1,2], default: 1]
0.18/0.21	c timing/clocktype = 2
0.18/0.21	c 
0.18/0.21	c # belongs reading time to solving time?
0.18/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.21	c timing/reading = TRUE
0.18/0.21	c 
0.18/0.21	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.18/0.21	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.18/0.21	c constraints/knapsack/disaggregation = FALSE
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.21	c heuristics/coefdiving/freq = -1
0.18/0.21	c 
0.18/0.21	c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.21	c heuristics/coefdiving/maxlpiterquot = 0.075
0.18/0.21	c 
0.18/0.21	c # additional number of allowed LP iterations
0.18/0.21	c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.21	c heuristics/coefdiving/maxlpiterofs = 1500
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 30]
0.18/0.21	c heuristics/crossover/freq = -1
0.18/0.21	c 
0.18/0.21	c # number of nodes added to the contingent of the total nodes
0.18/0.21	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.18/0.21	c heuristics/crossover/nodesofs = 750
0.18/0.21	c 
0.18/0.21	c # number of nodes without incumbent change that heuristic should wait
0.18/0.21	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.18/0.21	c heuristics/crossover/nwaitingnodes = 100
0.18/0.21	c 
0.18/0.21	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.18/0.21	c # [type: real, range: [0,1], default: 0.1]
0.18/0.21	c heuristics/crossover/nodesquot = 0.15
0.18/0.21	c 
0.18/0.21	c # minimum percentage of integer variables that have to be fixed 
0.18/0.21	c # [type: real, range: [0,1], default: 0.666]
0.18/0.21	c heuristics/crossover/minfixingrate = 0.5
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 20]
0.18/0.21	c heuristics/feaspump/freq = -1
0.18/0.21	c 
0.18/0.21	c # additional number of allowed LP iterations
0.18/0.21	c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.21	c heuristics/feaspump/maxlpiterofs = 2000
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.21	c heuristics/fracdiving/freq = -1
0.18/0.21	c 
0.18/0.21	c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.21	c heuristics/fracdiving/maxlpiterquot = 0.075
0.18/0.21	c 
0.18/0.21	c # additional number of allowed LP iterations
0.18/0.21	c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.21	c heuristics/fracdiving/maxlpiterofs = 1500
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.21	c heuristics/guideddiving/freq = -1
0.18/0.21	c 
0.18/0.21	c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.21	c heuristics/guideddiving/maxlpiterquot = 0.075
0.18/0.21	c 
0.18/0.21	c # additional number of allowed LP iterations
0.18/0.21	c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.21	c heuristics/guideddiving/maxlpiterofs = 1500
0.18/0.21	c 
0.18/0.21	c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.21	c heuristics/intdiving/maxlpiterquot = 0.075
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.21	c heuristics/intshifting/freq = -1
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.21	c heuristics/linesearchdiving/freq = -1
0.18/0.21	c 
0.18/0.21	c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.21	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.18/0.21	c 
0.18/0.21	c # additional number of allowed LP iterations
0.18/0.21	c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.21	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 20]
0.18/0.21	c heuristics/objpscostdiving/freq = -1
0.18/0.21	c 
0.18/0.21	c # maximal fraction of diving LP iterations compared to total iteration number
0.18/0.21	c # [type: real, range: [0,1], default: 0.01]
0.18/0.21	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.18/0.21	c 
0.18/0.21	c # additional number of allowed LP iterations
0.18/0.21	c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.21	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.21	c heuristics/oneopt/freq = -1
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.21	c heuristics/pscostdiving/freq = -1
0.18/0.21	c 
0.18/0.21	c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.21	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.18/0.21	c 
0.18/0.21	c # additional number of allowed LP iterations
0.18/0.21	c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.21	c heuristics/pscostdiving/maxlpiterofs = 1500
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.21	c heuristics/rens/freq = -1
0.18/0.21	c 
0.18/0.21	c # minimum percentage of integer variables that have to be fixable 
0.18/0.21	c # [type: real, range: [0,1], default: 0.5]
0.18/0.21	c heuristics/rens/minfixingrate = 0.3
0.18/0.21	c 
0.18/0.21	c # number of nodes added to the contingent of the total nodes
0.18/0.21	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.18/0.21	c heuristics/rens/nodesofs = 2000
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 20]
0.18/0.21	c heuristics/rootsoldiving/freq = -1
0.18/0.21	c 
0.18/0.21	c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.18/0.21	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.18/0.21	c 
0.18/0.21	c # additional number of allowed LP iterations
0.18/0.21	c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.21	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.21	c heuristics/rounding/freq = -1
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.21	c heuristics/shiftandpropagate/freq = -1
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.21	c heuristics/shifting/freq = -1
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.21	c heuristics/simplerounding/freq = -1
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.21	c heuristics/subnlp/freq = -1
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.21	c heuristics/trivial/freq = -1
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.21	c heuristics/trysol/freq = -1
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.21	c heuristics/undercover/freq = -1
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 10]
0.18/0.21	c heuristics/veclendiving/freq = -1
0.18/0.21	c 
0.18/0.21	c # maximal fraction of diving LP iterations compared to node LP iterations
0.18/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.18/0.21	c heuristics/veclendiving/maxlpiterquot = 0.075
0.18/0.21	c 
0.18/0.21	c # additional number of allowed LP iterations
0.18/0.21	c # [type: int, range: [0,2147483647], default: 1000]
0.18/0.21	c heuristics/veclendiving/maxlpiterofs = 1500
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.21	c heuristics/zirounding/freq = -1
0.18/0.21	c 
0.18/0.21	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.21	c propagating/probing/maxprerounds = 0
0.18/0.21	c 
0.18/0.21	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.21	c separating/cmir/freq = -1
0.18/0.21	c 
0.18/0.21	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 0]
0.18/0.21	c separating/flowcover/freq = -1
0.18/0.21	c 
0.18/0.21	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.21	c separating/rapidlearning/freq = 0
0.18/0.21	c 
0.18/0.21	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 1]
0.18/0.21	c heuristics/indoneopt/freq = -1
0.18/0.21	c 
0.18/0.21	c -----------------------------------------------------------------------------------------------
0.18/0.21	c start solving
0.18/0.21	c 
0.18/0.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.18/0.24	c   0.2s|     1 |     0 |   329 |     - |  20M|   0 | 141 |1000 |1502 |1000 |1502 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.58/0.65	c   0.6s|     1 |     0 |   697 |     - |  21M|   0 | 307 |1000 |1502 |1000 |1572 |  70 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.45	c   1.5s|     1 |     0 |  1145 |     - |  21M|   0 | 489 |1000 |1502 |1000 |1668 | 166 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.99/2.04	c   2.0s|     1 |     0 |  1760 |     - |  21M|   0 | 604 |1000 |1502 |1000 |1759 | 257 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.69/2.72	c   2.7s|     1 |     0 |  2054 |     - |  21M|   0 | 668 |1000 |1502 |1000 |1849 | 347 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.69/3.71	c   3.7s|     1 |     0 |  2547 |     - |  21M|   0 | 717 |1000 |1502 |1000 |1939 | 437 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
21.79/21.83	c  21.8s|     1 |     2 |  2547 |     - |  21M|   0 | 717 |1000 |1502 |1000 |1939 | 437 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
588.29/588.47	c   588s|   100 |   101 | 10019 |  75.5 |  22M|  61 | 395 |1000 |1502 |1000 |1934 | 437 |   0 |1480 | 0.000000e+00 |      --      |    Inf 
589.28/589.40	c * 589s|   193 |     0 | 12989 |  54.4 |  22M| 154 |   - |1000 |1502 |1000 |1934 | 437 |   0 |1502 | 0.000000e+00 | 0.000000e+00 |   0.00%
589.28/589.40	c 
589.28/589.40	c SCIP Status        : problem is solved [optimal solution found]
589.28/589.40	c Solving Time (sec) : 589.40
589.28/589.40	c Solving Nodes      : 193
589.28/589.40	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
589.28/589.40	c Dual Bound         : +0.00000000000000e+00
589.28/589.40	c Gap                : 0.00 %
589.28/589.41	s SATISFIABLE
589.28/589.41	v -x726 x906 -x819 -x684 -x986 -x974 -x873 -x952 -x631 -x770 x902 -x898 -x828 -x606 x993 -x972 -x812 -x658 -x793 x848 -x997 -x945 
589.28/589.41	v -x893 -x885 x816 -x752 -x685 x817 -x757 -x625 -x814 x894 -x973 -x617 -x858 -x943 x918 -x781 -x841 -x929 x587 x1000 -x691 -x629 
589.28/589.41	v x711 -x971 -x593 x755 -x674 -x831 -x730 -x673 -x909 -x890 x879 -x830 -x892 -x567 -x632 -x601 -x630 -x667 -x565 -x643 -x905 
589.28/589.41	v -x575 -x788 -x697 -x678 -x964 -x896 -x907 -x656 x754 -x559 -x583 -x995 -x743 -x689 -x670 -x557 -x942 x880 -x845 x780 x735 -x710 
589.28/589.41	v -x910 -x775 -x767 -x712 x823 -x794 -x784 x683 -x662 -x605 -x900 -x613 -x877 -x548 -x776 -x576 -x732 -x916 -x856 -x999 -x796 
589.28/589.41	v -x951 x950 -x588 -x547 -x976 -x843 -x930 -x834 -x544 -x737 -x750 -x739 -x863 -x749 -x645 -x620 -x600 -x795 -x700 -x948 -x821 
589.28/589.41	v x701 x875 -x707 -x668 -x722 -x675 -x562 -x889 -x924 -x769 -x798 -x539 -x660 -x748 -x962 -x708 -x738 -x833 -x642 -x729 -x985 
589.28/589.41	v x687 -x640 -x966 -x810 -x694 -x759 -x955 -x903 -x637 x983 -x865 -x771 x537 x826 -x939 -x932 -x797 -x731 -x982 -x876 x682 -x803 
589.28/589.41	v -x532 -x838 -x638 -x802 -x965 -x531 -x753 -x679 -x713 -x665 -x599 -x530 -x967 x840 -x555 -x720 -x805 -x584 x560 x734 -x733 
589.28/589.41	v x864 -x984 -x960 -x891 -x536 -x949 -x768 -x854 -x958 -x589 x969 -x760 -x696 x615 -x740 x860 x623 -x604 -x883 -x778 -x917 x607 
589.28/589.41	v -x970 -x609 x914 x842 -x827 -x703 -x571 -x946 -x959 -x920 -x725 -x523 -x791 -x936 -x981 -x718 -x835 -x806 -x522 -x953 x855 
589.28/589.41	v -x818 -x596 x534 x556 -x923 -x672 -x649 -x577 -x695 x839 -x744 x704 -x919 -x688 -x746 x912 -x808 x671 -x614 -x563 -x677 -x857 
589.28/589.41	v -x992 -x772 -x550 -x558 -x709 -x926 -x991 -x569 -x908 -x852 -x836 x621 -x519 -x652 x886 -x822 -x899 -x751 -x517 -x783 x529 
589.28/589.41	v -x820 -x764 -x867 -x716 -x516 -x927 -x693 -x651 x639 x815 -x570 -x765 -x944 -x545 -x998 -x626 -x925 -x853 -x773 x686 -x654 -x566 
589.28/589.41	v -x549 -x956 x636 -x758 -x542 -x622 -x635 x514 -x895 -x872 -x846 -x789 -x756 x655 -x618 x564 x619 -x602 -x742 -x978 x938 x996 
589.28/589.41	v -x868 -x513 -x947 -x552 -x646 x627 -x715 -x568 -x931 -x904 x782 -x698 -x657 x581 -x533 -x901 x598 -x897 x979 -x994 -x661 
589.28/589.41	v -x580 -x518 -x870 -x963 -x525 -x937 x813 -x747 -x610 -x551 -x592 -x988 -x721 -x871 x807 -x520 -x515 -x647 -x844 -x509 -x977 -x824 
589.28/589.41	v -x761 x641 -x524 -x579 -x719 x659 -x590 -x792 x935 -x653 -x887 -x528 x508 -x957 x837 x681 -x597 x664 -x980 x799 -x779 -x975 
589.28/589.41	v -x762 -x804 -x888 -x745 -x507 -x913 -x859 x648 -x541 x591 -x851 -x940 x869 x934 -x628 -x717 -x811 -x663 -x582 -x578 -x535 
589.28/589.41	v -x543 -x990 -x928 -x724 -x989 -x774 -x505 x850 -x763 -x705 x616 -x594 -x702 x608 -x624 -x736 -x666 -x714 -x504 -x933 -x825 -x786 
589.28/589.41	v -x669 -x644 -x612 -x603 -x586 -x526 -x512 -x538 x954 -x866 -x511 -x572 -x941 x862 -x800 -x809 -x585 x503 -x690 -x561 -x554 
589.28/589.41	v -x540 -x728 -x847 -x553 x884 x961 -x832 -x874 -x680 -x506 -x502 -x968 -x922 -x881 x878 -x790 -x785 -x723 -x692 -x634 -x595 
589.28/589.41	v -x510 x915 x987 x829 -x727 -x521 x911 x699 -x861 -x849 -x527 -x501 x801 -x787 -x741 -x706 -x546 x882 -x574 -x650 -x921 -x633 
589.28/589.41	v -x777 -x573 x611 -x766 -x676 -x500 -x499 -x498 x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 x488 -x487 -x486 -x485 -x484 
589.28/589.41	v -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 x463 
589.28/589.41	v x462 -x461 -x460 x459 -x458 -x457 x456 x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 x447 -x446 -x445 -x444 x443 x442 x441 
589.28/589.41	v -x440 -x439 -x438 -x437 -x436 -x435 -x434 x433 -x432 -x431 -x430 x429 -x428 -x427 x426 -x425 x424 x423 -x422 x421 -x420 -x419 
589.28/589.41	v -x418 x417 x416 -x415 -x414 -x413 -x412 -x411 -x410 x409 -x408 -x407 -x406 -x405 x404 -x403 -x402 x401 -x400 -x399 -x398 
589.28/589.41	v -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 x383 -x382 x381 -x380 -x379 -x378 x377 -x376 
589.28/589.41	v -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 
589.28/589.41	v -x354 x353 -x352 x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 x336 -x335 -x334 
589.28/589.41	v -x333 -x332 -x331 x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 x318 -x317 -x316 -x315 x314 -x313 
589.28/589.41	v -x312 -x311 -x310 -x309 x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 x298 -x297 -x296 -x295 -x294 x293 x292 x291 
589.28/589.41	v -x290 x289 -x288 -x287 -x286 x285 -x284 x283 -x282 x281 -x280 x279 -x278 x277 -x276 -x275 -x274 x273 -x272 -x271 x270 -x269 
589.28/589.41	v -x268 x267 -x266 -x265 -x264 x263 -x262 -x261 -x260 -x259 x258 x257 -x256 -x255 -x254 -x253 x252 -x251 -x250 -x249 -x248 -x247 
589.28/589.41	v -x246 -x245 -x244 -x243 -x242 -x241 x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 x229 -x228 x227 -x226 
589.28/589.41	v -x225 x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 x216 -x215 -x214 x213 x212 -x211 -x210 -x209 -x208 -x207 -x206 x205 -x204 
589.28/589.41	v -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 x188 -x187 -x186 -x185 -x184 -x183 
589.28/589.41	v -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 x165 -x164 x163 -x162 -x161 
589.28/589.41	v -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 x150 x149 -x148 -x147 -x146 x145 -x144 x143 -x142 -x141 -x140 
589.28/589.41	v -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 x130 -x129 x128 -x127 x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 
589.28/589.41	v -x117 -x116 -x115 -x114 -x113 x112 -x111 x110 x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 
589.28/589.41	v -x95 -x94 -x93 x92 -x91 -x90 x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 x80 -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 x70 
589.28/589.41	v -x69 -x68 x67 -x66 -x65 -x64 x63 -x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 
589.28/589.41	v x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 x35 -x34 -x33 -x32 x31 -x30 -x29 -x28 -x27 -x26 -x25 x24 -x23 -x22 -x21 -x20 -x19 -x18 
589.28/589.41	v -x17 -x16 -x15 -x14 -x13 -x12 x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
589.28/589.41	c SCIP Status        : problem is solved [optimal solution found]
589.28/589.41	c Total Time         :     589.40
589.28/589.41	c   solving          :     589.40
589.28/589.41	c   presolving       :       0.16 (included in solving)
589.28/589.41	c   reading          :       0.03 (included in solving)
589.28/589.41	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
589.28/589.41	c Original Problem   :
589.28/589.41	c   Problem name     : HOME/instance-3691898-1338037865.opb
589.28/589.41	c   Variables        : 7270 (1000 binary, 0 integer, 6270 implicit integer, 0 continuous)
589.28/589.41	c   Constraints      : 8772 initial, 8772 maximal
589.28/589.41	c   Objective sense  : minimize
589.28/589.41	c Presolved Problem  :
589.28/589.41	c   Problem name     : t_HOME/instance-3691898-1338037865.opb
589.28/589.41	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
589.28/589.41	c   Constraints      : 1502 initial, 1502 maximal
589.28/589.41	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
589.28/589.41	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
589.28/589.41	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
589.28/589.41	c   dualfix          :       0.01       0.00       6270          0          0          0          0          0          0          0          0
589.28/589.41	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
589.28/589.41	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
589.28/589.41	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
589.28/589.41	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
589.28/589.41	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
589.28/589.41	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
589.28/589.41	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
589.28/589.41	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
589.28/589.41	c   knapsack         :       0.02       0.00          0          0          0          0          0          0          0          0          0
589.28/589.41	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
589.28/589.41	c   linear           :       0.03       0.00          0          0          0          0          0          0          0          0          0
589.28/589.41	c   pseudoboolean    :       0.02       0.00          0          0          0          0          0       8270       1000          0          0
589.28/589.41	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
589.28/589.41	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
589.28/589.41	c   integral         :          0          0          0          0        194          0          3          0          0          1          0          0        384
589.28/589.41	c   knapsack         :       1001       1001          5        377          1          0          0          0          0        712       1001          0          0
589.28/589.41	c   setppc           :        500        500          5        377          1          0          0          0          0        125          0          0          0
589.28/589.41	c   linear           :          1          1          5        377          1          0          0          0          0          0          0          0          0
589.28/589.41	c   countsols        :          0          0          0          0          1          0          2          0          0          0          0          0          0
589.28/589.41	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
589.28/589.41	c   integral         :     573.01       0.00       0.00       0.00     573.01       0.00       0.00       0.00
589.28/589.41	c   knapsack         :       0.10       0.00       0.09       0.01       0.00       0.00       0.00       0.00
589.28/589.41	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
589.28/589.41	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
589.28/589.41	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
589.28/589.41	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
589.28/589.41	c   rootredcost      :          0          0          0          0
589.28/589.41	c   pseudoobj        :          0          0          0          0
589.28/589.41	c   vbounds          :          0          0          0          0
589.28/589.41	c   redcost          :        199          0          0          0
589.28/589.41	c   probing          :          0          0          0          0
589.28/589.41	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
589.28/589.41	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
589.28/589.41	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
589.28/589.41	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
589.28/589.41	c   redcost          :       0.00       0.00       0.00       0.00       0.00
589.28/589.41	c   probing          :       0.00       0.00       0.00       0.00       0.00
589.28/589.41	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
589.28/589.41	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
589.28/589.41	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
589.28/589.41	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
589.28/589.41	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
589.28/589.41	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
589.28/589.41	c   applied globally :          -          -          -          0        0.0          -          -          -
589.28/589.41	c   applied locally  :          -          -          -          0        0.0          -          -          -
589.28/589.41	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
589.28/589.41	c   cut pool         :       0.00                     4          -          -          0          -    (maximal pool size: 58)
589.28/589.41	c   closecuts        :       0.00       0.00          0          0          0          0          0
589.28/589.41	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
589.28/589.41	c   intobj           :       0.00       0.00          0          0          0          0          0
589.28/589.41	c   gomory           :       0.95       0.00          5          0          0          0          0
589.28/589.41	c   cgmip            :       0.00       0.00          0          0          0          0          0
589.28/589.41	c   strongcg         :       0.85       0.00          5          0          0         67          0
589.28/589.41	c   cmir             :       0.00       0.00          0          0          0          0          0
589.28/589.41	c   flowcover        :       0.00       0.00          0          0          0          0          0
589.28/589.41	c   clique           :       0.00       0.00          1          0          0          0          0
589.28/589.41	c   zerohalf         :       0.00       0.00          0          0          0          0          0
589.28/589.41	c   mcf              :       0.00       0.00          1          0          0          0          0
589.28/589.41	c   oddcycle         :       0.00       0.00          0          0          0          0          0
589.28/589.41	c   rapidlearning    :       0.07       0.00          1          0          0          0          0
589.28/589.41	c Pricers            :   ExecTime  SetupTime      Calls       Vars
589.28/589.41	c   problem variables:       0.00          -          0          0
589.28/589.41	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
589.28/589.41	c   relpscost        :     573.00       0.00        193          0          1          0          0        384
589.28/589.41	c   pscost           :       0.00       0.00          0          0          0          0          0          0
589.28/589.41	c   inference        :       0.00       0.00          0          0          0          0          0          0
589.28/589.41	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
589.28/589.41	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
589.28/589.41	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
589.28/589.41	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
589.28/589.41	c   random           :       0.00       0.00          0          0          0          0          0          0
589.28/589.41	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
589.28/589.41	c   LP solutions     :       0.00          -          -          1
589.28/589.41	c   pseudo solutions :       0.00          -          -          0
589.28/589.41	c   smallcard        :       0.00       0.00          0          0
589.28/589.41	c   trivial          :       0.00       0.00          1          0
589.28/589.41	c   shiftandpropagate:       0.00       0.00          0          0
589.28/589.41	c   simplerounding   :       0.00       0.00          0          0
589.28/589.41	c   zirounding       :       0.00       0.00          0          0
589.28/589.41	c   rounding         :       0.00       0.00          0          0
589.28/589.41	c   shifting         :       0.00       0.00          0          0
589.28/589.41	c   intshifting      :       0.00       0.00          0          0
589.28/589.41	c   oneopt           :       0.00       0.00          0          0
589.28/589.41	c   twoopt           :       0.00       0.00          0          0
589.28/589.41	c   indtwoopt        :       0.00       0.00          0          0
589.28/589.41	c   indoneopt        :       0.00       0.00          0          0
589.28/589.41	c   fixandinfer      :       0.00       0.00          0          0
589.28/589.41	c   feaspump         :       0.00       0.00          0          0
589.28/589.41	c   clique           :       0.00       0.00          0          0
589.28/589.41	c   indrounding      :       0.00       0.00          0          0
589.28/589.41	c   indcoefdiving    :       0.00       0.00          0          0
589.28/589.41	c   coefdiving       :       0.00       0.00          0          0
589.28/589.41	c   pscostdiving     :       0.00       0.00          0          0
589.28/589.41	c   nlpdiving        :       0.00       0.00          0          0
589.28/589.41	c   fracdiving       :       0.00       0.00          0          0
589.28/589.41	c   veclendiving     :       0.00       0.00          0          0
589.28/589.41	c   intdiving        :       0.00       0.00          0          0
589.28/589.41	c   actconsdiving    :       0.00       0.00          0          0
589.28/589.41	c   objpscostdiving  :       0.00       0.00          0          0
589.28/589.41	c   rootsoldiving    :       0.00       0.00          0          0
589.28/589.41	c   linesearchdiving :       0.00       0.00          0          0
589.28/589.41	c   guideddiving     :       0.00       0.00          0          0
589.28/589.41	c   octane           :       0.00       0.00          0          0
589.28/589.41	c   rens             :       0.00       0.00          0          0
589.28/589.41	c   rins             :       0.00       0.00          0          0
589.28/589.41	c   localbranching   :       0.00       0.00          0          0
589.28/589.41	c   mutation         :       0.00       0.00          0          0
589.28/589.41	c   crossover        :       0.00       0.00          0          0
589.28/589.41	c   dins             :       0.00       0.00          0          0
589.28/589.41	c   vbounds          :       0.00       0.00          0          0
589.28/589.41	c   undercover       :       0.00       0.00          0          0
589.28/589.41	c   subnlp           :       0.00       0.00          0          0
589.28/589.41	c   trysol           :       0.00       0.00          0          0
589.28/589.41	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
589.28/589.41	c   primal LP        :       0.12          1          0       0.00       0.00       0.12          1
589.28/589.41	c   dual LP          :      14.00        199      12989      65.27     927.87       0.00          0
589.28/589.41	c   lex dual LP      :       0.00          0          0       0.00          -
589.28/589.41	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
589.28/589.41	c   diving/probing LP:       0.00          0          0       0.00          -
589.28/589.41	c   strong branching :     572.97       1502     112294      74.76     195.99
589.28/589.41	c     (at root node) :          -         33       5762     174.61          -
589.28/589.41	c   conflict analysis:       0.00          0          0       0.00          -
589.28/589.41	c B&B Tree           :
589.28/589.41	c   number of runs   :          1
589.28/589.41	c   nodes            :        193
589.28/589.41	c   nodes (total)    :        193
589.28/589.41	c   nodes left       :          0
589.28/589.41	c   max depth        :        154
589.28/589.41	c   max depth (total):        154
589.28/589.41	c   backtracks       :          4 (2.1%)
589.28/589.41	c   delayed cutoffs  :          0
589.28/589.41	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
589.28/589.41	c   avg switch length:       2.22
589.28/589.41	c   switching time   :       0.13
589.28/589.41	c Solution           :
589.28/589.41	c   Solutions found  :          1 (1 improvements)
589.28/589.41	c   First Solution   : +0.00000000000000e+00   (in run 1, after 193 nodes, 589.40 seconds, depth 154, found by <relaxation>)
589.28/589.41	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 193 nodes, 589.40 seconds, depth 154, found by <relaxation>)
589.28/589.41	c   Dual Bound       : +0.00000000000000e+00
589.28/589.41	c   Gap              :       0.00 %
589.28/589.41	c   Root Dual Bound  : +0.00000000000000e+00
589.28/589.41	c   Root Iterations  :       2547
589.28/589.44	c Time complete: 589.33.

Verifier Data

OK	0

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-3691898-1338037865/watcher-3691898-1338037865 -o /tmp/evaluation-result-3691898-1338037865/solver-3691898-1338037865 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691898-1338037865.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.02 2.03 2.00 3/176 20353
/proc/meminfo: memFree=28839896/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=13336 CPUtime=0 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 2089 0 0 0 0 0 0 0 20 0 1 0 269911988 13656064 2045 33554432000 4194304 10219143 140734151243200 140734160307304 4658784 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 3334 2046 437 1471 0 1854 0

[startup+0.051417 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 20353
/proc/meminfo: memFree=28839896/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=34556 CPUtime=0.04 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 7390 0 0 0 3 1 0 0 20 0 1 0 269911988 35385344 7345 33554432000 4194304 10219143 140734151243200 140734151105176 8930967 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 8639 7345 491 1471 0 7159 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34556

[startup+0.100301 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 20353
/proc/meminfo: memFree=28839896/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=43516 CPUtime=0.09 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 9694 0 0 0 8 1 0 0 20 0 1 0 269911988 44560384 9392 33554432000 4194304 10219143 140734151243200 140734151105176 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 10879 9392 564 1471 0 9399 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43516

[startup+0.300238 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 20353
/proc/meminfo: memFree=28839896/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=49944 CPUtime=0.28 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 11685 0 0 0 25 3 0 0 20 0 1 0 269911988 51142656 11268 33554432000 4194304 10219143 140734151243200 140734151105176 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 12486 11268 792 1471 0 11006 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 49944

[startup+0.700213 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 20353
/proc/meminfo: memFree=28839896/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=52500 CPUtime=0.69 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 17276 0 0 0 64 5 0 0 20 0 1 0 269911988 53760000 11964 33554432000 4194304 10219143 140734151243200 140734151105176 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 13125 11964 828 1471 0 11645 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52500

[startup+1.50018 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 20354
/proc/meminfo: memFree=28795364/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=56164 CPUtime=1.49 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 18057 0 0 0 144 5 0 0 20 0 1 0 269911988 57511936 12745 33554432000 4194304 10219143 140734151243200 140734151238120 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 14041 12745 828 1471 0 12561 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56164

[startup+3.10018 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 20354
/proc/meminfo: memFree=28790040/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=60152 CPUtime=3.09 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 19174 0 0 0 303 6 0 0 20 0 1 0 269911988 61595648 13574 33554432000 4194304 10219143 140734151243200 140734151238072 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 15038 13574 828 1471 0 13558 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60152

[startup+6.30021 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 20354
/proc/meminfo: memFree=28786516/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=60196 CPUtime=6.29 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 24551 0 0 0 622 7 0 0 20 0 1 0 269911988 61640704 13842 33554432000 4194304 10219143 140734151243200 140734151235912 8098526 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 15049 13842 829 1471 0 13569 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60196

[startup+12.7002 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 20354
/proc/meminfo: memFree=28788252/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=59100 CPUtime=12.69 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 35224 0 0 0 1260 9 0 0 20 0 1 0 269911988 60518400 13618 33554432000 4194304 10219143 140734151243200 140734151236328 8098600 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 14775 13618 829 1471 0 13295 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59100

[startup+25.5002 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 20354
/proc/meminfo: memFree=28787348/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=61272 CPUtime=25.49 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 51783 0 0 0 2537 12 0 0 20 0 1 0 269911988 62742528 14122 33554432000 4194304 10219143 140734151243200 140734151236328 8099239 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 15318 14122 830 1471 0 13838 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61272

[startup+51.1002 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 20354
/proc/meminfo: memFree=28786976/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=61108 CPUtime=51.09 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 71370 0 0 0 5092 17 0 0 20 0 1 0 269911988 62574592 14031 33554432000 4194304 10219143 140734151243200 140734151236376 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 15277 14031 830 1471 0 13797 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 61108

[startup+102.306 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 20354
/proc/meminfo: memFree=28786156/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=60632 CPUtime=102.28 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 75896 0 0 0 10209 19 0 0 20 0 1 0 269911988 62087168 13941 33554432000 4194304 10219143 140734151243200 140734151236328 8099182 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 15158 13941 830 1471 0 13678 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 60632

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 20354
/proc/meminfo: memFree=28782900/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=60152 CPUtime=162.25 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 99035 0 0 0 16200 25 0 0 20 0 1 0 269911988 61595648 14138 33554432000 4194304 10219143 140734151243200 140734151236376 8099231 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 15038 14138 830 1471 0 13558 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 60152

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 20355
/proc/meminfo: memFree=28774096/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=60816 CPUtime=222.25 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 116178 0 0 0 22195 30 0 0 20 0 1 0 269911988 62275584 14248 33554432000 4194304 10219143 140734151243200 140734151236328 8099239 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 15204 14248 830 1471 0 13724 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 60816

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 20355
/proc/meminfo: memFree=28774152/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=61400 CPUtime=282.24 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 117712 0 0 0 28191 33 0 0 20 0 1 0 269911988 62873600 14325 33554432000 4194304 10219143 140734151243200 140734151236376 8099204 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 15350 14325 830 1471 0 13870 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 61400

[startup+342.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 20355
/proc/meminfo: memFree=28773412/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=61468 CPUtime=342.23 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 123433 0 0 0 34187 36 0 0 20 0 1 0 269911988 62943232 14465 33554432000 4194304 10219143 140734151243200 140734151236328 8100264 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 15367 14465 830 1471 0 13887 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 61468

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 20355
/proc/meminfo: memFree=28770372/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=61468 CPUtime=402.22 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 123448 0 0 0 40184 38 0 0 20 0 1 0 269911988 62943232 14480 33554432000 4194304 10219143 140734151243200 140734151236696 8099386 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 15367 14480 830 1471 0 13887 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 61468

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 20355
/proc/meminfo: memFree=28767516/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=61328 CPUtime=462.21 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 124684 0 0 0 46181 40 0 0 20 0 1 0 269911988 62799872 14453 33554432000 4194304 10219143 140734151243200 140734151236328 8099231 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 15332 14453 830 1471 0 13852 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 61328

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 20355
/proc/meminfo: memFree=28763516/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=61328 CPUtime=522.19 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 124685 0 0 0 52178 41 0 0 20 0 1 0 269911988 62799872 14453 33554432000 4194304 10219143 140734151243200 140734151236328 8098912 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 15332 14453 830 1471 0 13852 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 61328

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20359
/proc/meminfo: memFree=28759892/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=59588 CPUtime=582.18 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 126796 0 0 0 58174 44 0 0 20 0 1 0 269911988 61018112 14008 33554432000 4194304 10219143 140734151243200 140734151236328 8099231 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 14897 14008 830 1471 0 13417 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 59588

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

[startup+585.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20359
/proc/meminfo: memFree=28759520/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=59724 CPUtime=585.39 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 126838 0 0 0 58494 45 0 0 20 0 1 0 269911988 61157376 14050 33554432000 4194304 10219143 140734151243200 140734151236184 8098767 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 14931 14050 830 1471 0 13451 0
Current children cumulated CPU time (s) 585.39
Current children cumulated vsize (KiB) 59724

[startup+587.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20359
/proc/meminfo: memFree=28759520/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=59724 CPUtime=586.99 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 126838 0 0 0 58654 45 0 0 20 0 1 0 269911988 61157376 14050 33554432000 4194304 10219143 140734151243200 140734151236184 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 14931 14050 830 1471 0 13451 0
Current children cumulated CPU time (s) 586.99
Current children cumulated vsize (KiB) 59724

[startup+588.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20359
/proc/meminfo: memFree=28759520/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=59724 CPUtime=588.59 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 126838 0 0 0 58814 45 0 0 20 0 1 0 269911988 61157376 14050 33554432000 4194304 10219143 140734151243200 140734151236328 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 14931 14050 830 1471 0 13451 0
Current children cumulated CPU time (s) 588.59
Current children cumulated vsize (KiB) 59724

[startup+589.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20359
/proc/meminfo: memFree=28759520/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=59724 CPUtime=588.99 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 126838 0 0 0 58854 45 0 0 20 0 1 0 269911988 61157376 14050 33554432000 4194304 10219143 140734151243200 140734151236184 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 14931 14050 830 1471 0 13451 0
Current children cumulated CPU time (s) 588.99
Current children cumulated vsize (KiB) 59724

[startup+589.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20359
/proc/meminfo: memFree=28759520/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=59724 CPUtime=589.18 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 126838 0 0 0 58873 45 0 0 20 0 1 0 269911988 61157376 14050 33554432000 4194304 10219143 140734151243200 140734151236184 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 14931 14050 830 1471 0 13451 0
Current children cumulated CPU time (s) 589.18
Current children cumulated vsize (KiB) 59724

[startup+589.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20359
/proc/meminfo: memFree=28759520/32873648 swapFree=7100/7100
[pid=20353] ppid=20351 vsize=59724 CPUtime=589.28 cores=1,3,5,7
/proc/20353/stat : 20353 (scip-2.1.1.4exp) R 20351 20353 18656 0 -1 4202496 126839 0 0 0 58883 45 0 0 20 0 1 0 269911988 61157376 14051 33554432000 4194304 10219143 140734151243200 140734151236184 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20353/statm: 14931 14051 831 1471 0 13451 0
Current children cumulated CPU time (s) 589.28
Current children cumulated vsize (KiB) 59724

Child status: 0
Real time (s): 589.446
CPU time (s): 589.344
CPU user time (s): 588.88
CPU system time (s): 0.464929
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 63712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 588.879
system time used= 0.464929
maximum resident set size= 65456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126845
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= 14
involuntary context switches= 607

runsolver used 0.946856 second user time and 2.48062 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-26 15:11:05
IDJOB=3691898
IDBENCH=48308
IDSOLVER=2271
FILE ID=node123/3691898-1338037865
RUNJOBID= node123-1338029660-19577
PBS_JOBID= 14624348
Free space on /tmp= 71492 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_10_5_80.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691898-1338037865/watcher-3691898-1338037865 -o /tmp/evaluation-result-3691898-1338037865/solver-3691898-1338037865 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691898-1338037865.opb -t 1800 -m 15500

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

MD5SUM BENCH= aef8bab64cc2dcfbe1beaaaf4a02d676
RANDOM SEED=528730690

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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:       32873648 kB
MemFree:        28840176 kB
Buffers:          255004 kB
Cached:          2761152 kB
SwapCached:            0 kB
Active:          1021092 kB
Inactive:        2241544 kB
Active(anon):     248380 kB
Inactive(anon):        0 kB
Active(file):     772712 kB
Inactive(file):  2241544 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13860 kB
Writeback:             0 kB
AnonPages:        253088 kB
Mapped:            16760 kB
Shmem:               200 kB
Slab:             633084 kB
SReclaimable:      77188 kB
SUnreclaim:       555896 kB
KernelStack:        1456 kB
PageTables:         4068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     362032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71480 MiB
End job on node123 at 2012-05-26 15:20:55