Trace number 3691564

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 fixed? 1799.6 1799.89

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v40_e600_d20_mw10_6.opb.PB06.opb
MD5SUMf5d8cf0048d52cf223a3574d281ac8f8
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark1.47877
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2800
Total number of constraints990001
Number of constraints which are clauses986760
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints3160
Minimum length of a constraint2
Maximum length of a constraint1200
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 350
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 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-3691564-1338028215.opb>
2.48/2.55	c original problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 990001 constraints
2.48/2.55	c problem read in 2.55
2.89/2.93	c No objective function, only one solution is needed.
2.89/2.93	c presolving settings loaded
3.99/4.06	c presolving:
14.39/14.46	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1084800 upgd conss, 2400 impls, 80 clqs
17.28/17.38	c (round 2) 0 del vars, 71399 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 3238 chg coeffs, 1084800 upgd conss, 49200 impls, 80 clqs
22.58/22.61	c presolving (3 rounds):
22.58/22.61	c  0 deleted vars, 71399 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 3397 changed coefficients
22.58/22.61	c  52320 implications, 80 cliques
22.58/22.61	c presolved problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 918602 constraints
22.58/22.61	c    3160 constraints of type <knapsack>
22.58/22.61	c   24681 constraints of type <setppc>
22.58/22.61	c       1 constraints of type <linear>
22.58/22.61	c  890760 constraints of type <logicor>
22.58/22.61	c transformed objective value is always integral (scale: 1)
22.58/22.61	c Presolving Time: 18.78
22.58/22.61	c - non default parameters ----------------------------------------------------------------------
22.58/22.61	c # SCIP version 2.1.1.4
22.58/22.61	c 
22.58/22.61	c # maximal time in seconds to run
22.58/22.61	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
22.58/22.61	c limits/time = 1797
22.58/22.61	c 
22.58/22.61	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
22.58/22.61	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
22.58/22.61	c limits/memory = 13950
22.58/22.61	c 
22.58/22.61	c # solving stops, if the given number of solutions were found (-1: no limit)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: -1]
22.58/22.61	c limits/solutions = 1
22.58/22.61	c 
22.58/22.61	c # maximal number of separation rounds per node (-1: unlimited)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 5]
22.58/22.61	c separating/maxrounds = 1
22.58/22.61	c 
22.58/22.61	c # maximal number of separation rounds in the root node (-1: unlimited)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: -1]
22.58/22.61	c separating/maxroundsroot = 5
22.58/22.61	c 
22.58/22.61	c # default clock type (1: CPU user seconds, 2: wall clock time)
22.58/22.61	c # [type: int, range: [1,2], default: 1]
22.58/22.61	c timing/clocktype = 2
22.58/22.61	c 
22.58/22.61	c # belongs reading time to solving time?
22.58/22.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
22.58/22.61	c timing/reading = TRUE
22.58/22.61	c 
22.58/22.61	c # should disaggregation of knapsack constraints be allowed in preprocessing?
22.58/22.61	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
22.58/22.61	c constraints/knapsack/disaggregation = FALSE
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 10]
22.58/22.61	c heuristics/coefdiving/freq = -1
22.58/22.61	c 
22.58/22.61	c # maximal fraction of diving LP iterations compared to node LP iterations
22.58/22.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.58/22.61	c heuristics/coefdiving/maxlpiterquot = 0.075
22.58/22.61	c 
22.58/22.61	c # additional number of allowed LP iterations
22.58/22.61	c # [type: int, range: [0,2147483647], default: 1000]
22.58/22.61	c heuristics/coefdiving/maxlpiterofs = 1500
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 30]
22.58/22.61	c heuristics/crossover/freq = -1
22.58/22.61	c 
22.58/22.61	c # number of nodes added to the contingent of the total nodes
22.58/22.61	c # [type: longint, range: [0,9223372036854775807], default: 500]
22.58/22.61	c heuristics/crossover/nodesofs = 750
22.58/22.61	c 
22.58/22.61	c # number of nodes without incumbent change that heuristic should wait
22.58/22.61	c # [type: longint, range: [0,9223372036854775807], default: 200]
22.58/22.61	c heuristics/crossover/nwaitingnodes = 100
22.58/22.61	c 
22.58/22.61	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
22.58/22.61	c # [type: real, range: [0,1], default: 0.1]
22.58/22.61	c heuristics/crossover/nodesquot = 0.15
22.58/22.61	c 
22.58/22.61	c # minimum percentage of integer variables that have to be fixed 
22.58/22.61	c # [type: real, range: [0,1], default: 0.666]
22.58/22.61	c heuristics/crossover/minfixingrate = 0.5
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 20]
22.58/22.61	c heuristics/feaspump/freq = -1
22.58/22.61	c 
22.58/22.61	c # additional number of allowed LP iterations
22.58/22.61	c # [type: int, range: [0,2147483647], default: 1000]
22.58/22.61	c heuristics/feaspump/maxlpiterofs = 2000
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 10]
22.58/22.61	c heuristics/fracdiving/freq = -1
22.58/22.61	c 
22.58/22.61	c # maximal fraction of diving LP iterations compared to node LP iterations
22.58/22.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.58/22.61	c heuristics/fracdiving/maxlpiterquot = 0.075
22.58/22.61	c 
22.58/22.61	c # additional number of allowed LP iterations
22.58/22.61	c # [type: int, range: [0,2147483647], default: 1000]
22.58/22.61	c heuristics/fracdiving/maxlpiterofs = 1500
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 10]
22.58/22.61	c heuristics/guideddiving/freq = -1
22.58/22.61	c 
22.58/22.61	c # maximal fraction of diving LP iterations compared to node LP iterations
22.58/22.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.58/22.61	c heuristics/guideddiving/maxlpiterquot = 0.075
22.58/22.61	c 
22.58/22.61	c # additional number of allowed LP iterations
22.58/22.61	c # [type: int, range: [0,2147483647], default: 1000]
22.58/22.61	c heuristics/guideddiving/maxlpiterofs = 1500
22.58/22.61	c 
22.58/22.61	c # maximal fraction of diving LP iterations compared to node LP iterations
22.58/22.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.58/22.61	c heuristics/intdiving/maxlpiterquot = 0.075
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 10]
22.58/22.61	c heuristics/intshifting/freq = -1
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 10]
22.58/22.61	c heuristics/linesearchdiving/freq = -1
22.58/22.61	c 
22.58/22.61	c # maximal fraction of diving LP iterations compared to node LP iterations
22.58/22.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.58/22.61	c heuristics/linesearchdiving/maxlpiterquot = 0.075
22.58/22.61	c 
22.58/22.61	c # additional number of allowed LP iterations
22.58/22.61	c # [type: int, range: [0,2147483647], default: 1000]
22.58/22.61	c heuristics/linesearchdiving/maxlpiterofs = 1500
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 20]
22.58/22.61	c heuristics/objpscostdiving/freq = -1
22.58/22.61	c 
22.58/22.61	c # maximal fraction of diving LP iterations compared to total iteration number
22.58/22.61	c # [type: real, range: [0,1], default: 0.01]
22.58/22.61	c heuristics/objpscostdiving/maxlpiterquot = 0.015
22.58/22.61	c 
22.58/22.61	c # additional number of allowed LP iterations
22.58/22.61	c # [type: int, range: [0,2147483647], default: 1000]
22.58/22.61	c heuristics/objpscostdiving/maxlpiterofs = 1500
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 1]
22.58/22.61	c heuristics/oneopt/freq = -1
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 10]
22.58/22.61	c heuristics/pscostdiving/freq = -1
22.58/22.61	c 
22.58/22.61	c # maximal fraction of diving LP iterations compared to node LP iterations
22.58/22.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.58/22.61	c heuristics/pscostdiving/maxlpiterquot = 0.075
22.58/22.61	c 
22.58/22.61	c # additional number of allowed LP iterations
22.58/22.61	c # [type: int, range: [0,2147483647], default: 1000]
22.58/22.61	c heuristics/pscostdiving/maxlpiterofs = 1500
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 0]
22.58/22.61	c heuristics/rens/freq = -1
22.58/22.61	c 
22.58/22.61	c # minimum percentage of integer variables that have to be fixable 
22.58/22.61	c # [type: real, range: [0,1], default: 0.5]
22.58/22.61	c heuristics/rens/minfixingrate = 0.3
22.58/22.61	c 
22.58/22.61	c # number of nodes added to the contingent of the total nodes
22.58/22.61	c # [type: longint, range: [0,9223372036854775807], default: 500]
22.58/22.61	c heuristics/rens/nodesofs = 2000
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 20]
22.58/22.61	c heuristics/rootsoldiving/freq = -1
22.58/22.61	c 
22.58/22.61	c # maximal fraction of diving LP iterations compared to node LP iterations
22.58/22.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
22.58/22.61	c heuristics/rootsoldiving/maxlpiterquot = 0.015
22.58/22.61	c 
22.58/22.61	c # additional number of allowed LP iterations
22.58/22.61	c # [type: int, range: [0,2147483647], default: 1000]
22.58/22.61	c heuristics/rootsoldiving/maxlpiterofs = 1500
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 1]
22.58/22.61	c heuristics/rounding/freq = -1
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 0]
22.58/22.61	c heuristics/shiftandpropagate/freq = -1
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 10]
22.58/22.61	c heuristics/shifting/freq = -1
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 1]
22.58/22.61	c heuristics/simplerounding/freq = -1
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 1]
22.58/22.61	c heuristics/subnlp/freq = -1
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 0]
22.58/22.61	c heuristics/trivial/freq = -1
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 1]
22.58/22.61	c heuristics/trysol/freq = -1
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 0]
22.58/22.61	c heuristics/undercover/freq = -1
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 10]
22.58/22.61	c heuristics/veclendiving/freq = -1
22.58/22.61	c 
22.58/22.61	c # maximal fraction of diving LP iterations compared to node LP iterations
22.58/22.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.58/22.61	c heuristics/veclendiving/maxlpiterquot = 0.075
22.58/22.61	c 
22.58/22.61	c # additional number of allowed LP iterations
22.58/22.61	c # [type: int, range: [0,2147483647], default: 1000]
22.58/22.61	c heuristics/veclendiving/maxlpiterofs = 1500
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 1]
22.58/22.61	c heuristics/zirounding/freq = -1
22.58/22.61	c 
22.58/22.61	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: -1]
22.58/22.61	c propagating/probing/maxprerounds = 0
22.58/22.61	c 
22.58/22.61	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 0]
22.58/22.61	c separating/cmir/freq = -1
22.58/22.61	c 
22.58/22.61	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 0]
22.58/22.61	c separating/flowcover/freq = -1
22.58/22.61	c 
22.58/22.61	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: -1]
22.58/22.61	c separating/rapidlearning/freq = 0
22.58/22.61	c 
22.58/22.61	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
22.58/22.61	c # [type: int, range: [-1,2147483647], default: 1]
22.58/22.61	c heuristics/indoneopt/freq = -1
22.58/22.61	c 
22.58/22.61	c -----------------------------------------------------------------------------------------------
22.58/22.61	c start solving
22.58/22.62	c 
60.28/60.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.28/60.39	c  60.4s|     1 |     0 |  1906 |     - |1316M|   0 | 155 |2800 | 918k|2800 | 918k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
78.88/78.91	c  78.9s|     1 |     0 |  2346 |     - |1316M|   0 | 192 |2800 | 918k|2800 | 918k|  29 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
106.68/106.78	c   107s|     1 |     0 |  2541 |     - |1316M|   0 | 216 |2800 | 918k|2800 | 918k|  49 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
199.26/199.30	c   199s|     1 |     0 |  2828 |     - |1316M|   0 | 195 |2800 | 918k|2800 | 918k|  65 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
324.84/324.99	c   325s|     1 |     0 |  5448 |     - |1317M|   0 | 282 |2800 | 918k|2800 | 918k|  79 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
388.63/388.74	c   389s|     1 |     0 |  5770 |     - |1317M|   0 | 241 |2800 | 918k|2800 | 918k|  92 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
682.29/682.46	c   682s|     1 |     2 |  5770 |     - |1317M|   0 | 241 |2800 | 918k|2800 | 918k|  92 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
1797.51/1797.84	c 
1797.51/1797.84	c SCIP Status        : solving was interrupted [time limit reached]
1797.51/1797.84	c Solving Time (sec) : 1797.82
1797.51/1797.84	c Solving Nodes      : 5
1797.51/1797.84	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.51/1797.84	c Dual Bound         : +0.00000000000000e+00
1797.51/1797.84	c Gap                : infinite
1797.51/1797.84	s UNKNOWN
1797.51/1797.84	c SCIP Status        : solving was interrupted [time limit reached]
1797.51/1797.84	c Total Time         :    1797.82
1797.51/1797.84	c   solving          :    1797.82
1797.51/1797.84	c   presolving       :      18.78 (included in solving)
1797.51/1797.84	c   reading          :       2.55 (included in solving)
1797.51/1797.84	c   copying          :       0.00 (0 times copied the problem)
1797.51/1797.84	c Original Problem   :
1797.51/1797.84	c   Problem name     : HOME/instance-3691564-1338028215.opb
1797.51/1797.84	c   Variables        : 2800 (2800 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.51/1797.84	c   Constraints      : 990001 initial, 990001 maximal
1797.51/1797.84	c   Objective sense  : minimize
1797.51/1797.84	c Presolved Problem  :
1797.51/1797.84	c   Problem name     : t_HOME/instance-3691564-1338028215.opb
1797.51/1797.84	c   Variables        : 2800 (2800 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.51/1797.84	c   Constraints      : 918602 initial, 918602 maximal
1797.51/1797.84	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.51/1797.84	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.51/1797.84	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.51/1797.84	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.51/1797.84	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.51/1797.84	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.51/1797.84	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.51/1797.84	c   gateextraction   :       0.28       0.00          0          0          0          0          0          0          0          0          0
1797.51/1797.84	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.51/1797.84	c   components       :       0.31       0.00          0          0          0          0          0          0          0          0          0
1797.51/1797.84	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.51/1797.84	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.51/1797.84	c   knapsack         :       0.56       0.00          0          0          0          0          0          0          0          0       3397
1797.51/1797.84	c   setppc           :       0.31       0.00          0          0          0          0          0      71399          0          0          0
1797.51/1797.84	c   linear           :       6.82       0.51          0          0          0          0          0          0          0          0          0
1797.51/1797.84	c   logicor          :       6.82       2.16          0          0          0          0          0          0          0          0          0
1797.51/1797.84	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1797.51/1797.84	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1797.51/1797.84	c   integral         :          0          0          0          0          5          0          1          0          0          0          0          0         10
1797.51/1797.84	c   knapsack         :       3160       3160          5          8          0          0          0          0          0          3        382          0          0
1797.51/1797.84	c   setppc           :      24681      24681          5          8          0          0          0          0          0        225          0          0          0
1797.51/1797.84	c   linear           :          1          1          5          8          0          0          0          0          0          0          0          0          0
1797.51/1797.84	c   logicor          :     890760     890760          5          4          0          0          0          0          0          3          0          0          0
1797.51/1797.84	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1797.51/1797.84	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1797.51/1797.84	c   integral         :    1387.72       0.00       0.00       0.00    1387.72       0.00       0.00       0.00
1797.51/1797.84	c   knapsack         :       0.04       0.00       0.04       0.00       0.00       0.00       0.00       0.00
1797.51/1797.84	c   setppc           :       0.01       0.00       0.01       0.01       0.00       0.00       0.00       0.00
1797.51/1797.84	c   linear           :       0.51       0.51       0.00       0.00       0.00       0.00       0.00       0.00
1797.51/1797.84	c   logicor          :       2.53       2.16       0.16       0.21       0.00       0.00       0.00       0.00
1797.51/1797.84	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.51/1797.84	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1797.51/1797.84	c   rootredcost      :          0          0          0          0
1797.51/1797.84	c   pseudoobj        :          0          0          0          0
1797.51/1797.84	c   vbounds          :          0          0          0          0
1797.51/1797.84	c   redcost          :         10          0          0          0
1797.51/1797.84	c   probing          :          0          0          0          0
1797.51/1797.84	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1797.51/1797.84	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1797.51/1797.84	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1797.51/1797.84	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1797.51/1797.84	c   redcost          :       0.00       0.00       0.00       0.00       0.00
1797.51/1797.84	c   probing          :       0.00       0.00       0.00       0.00       0.00
1797.51/1797.84	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.51/1797.84	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.51/1797.84	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.51/1797.84	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.51/1797.84	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.51/1797.84	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.51/1797.84	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.51/1797.84	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.51/1797.84	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1797.51/1797.84	c   cut pool         :       0.00                     4          -          -          6          -    (maximal pool size: 175)
1797.51/1797.84	c   closecuts        :       0.00       0.00          0          0          0          0          0
1797.51/1797.84	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
1797.51/1797.84	c   intobj           :       0.00       0.00          0          0          0          0          0
1797.51/1797.84	c   gomory           :      30.31       0.00          5          0          0        250          0
1797.51/1797.84	c   cgmip            :       0.00       0.00          0          0          0          0          0
1797.51/1797.84	c   strongcg         :     209.61       0.00          5          0          0       2500          0
1797.51/1797.84	c   cmir             :       0.00       0.00          0          0          0          0          0
1797.51/1797.84	c   flowcover        :       0.00       0.00          0          0          0          0          0
1797.51/1797.84	c   clique           :       0.04       0.00          5          0          0          0          0
1797.51/1797.84	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1797.51/1797.84	c   mcf              :       0.00       0.00          0          0          0          0          0
1797.51/1797.84	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1797.51/1797.84	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1797.51/1797.84	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1797.51/1797.84	c   problem variables:       0.00          -          0          0
1797.51/1797.84	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.51/1797.84	c   relpscost        :    1387.72       0.00          5          0          0          0          0         10
1797.51/1797.84	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1797.51/1797.84	c   inference        :       0.00       0.00          0          0          0          0          0          0
1797.51/1797.84	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1797.51/1797.84	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1797.51/1797.84	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1797.51/1797.84	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1797.51/1797.84	c   random           :       0.00       0.00          0          0          0          0          0          0
1797.51/1797.84	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1797.51/1797.84	c   LP solutions     :       0.00          -          -          0
1797.51/1797.84	c   pseudo solutions :       0.00          -          -          0
1797.51/1797.84	c   smallcard        :       0.00       0.00          0          0
1797.51/1797.84	c   trivial          :       0.23       0.00          1          0
1797.51/1797.84	c   shiftandpropagate:       0.00       0.00          0          0
1797.51/1797.84	c   simplerounding   :       0.00       0.00          0          0
1797.51/1797.84	c   zirounding       :       0.00       0.00          0          0
1797.51/1797.84	c   rounding         :       0.00       0.00          0          0
1797.51/1797.84	c   shifting         :       0.00       0.00          0          0
1797.51/1797.84	c   intshifting      :       0.00       0.00          0          0
1797.51/1797.84	c   oneopt           :       0.00       0.00          0          0
1797.51/1797.84	c   twoopt           :       0.00       0.00          0          0
1797.51/1797.84	c   indtwoopt        :       0.00       0.00          0          0
1797.51/1797.84	c   indoneopt        :       0.00       0.00          0          0
1797.51/1797.84	c   fixandinfer      :       0.00       0.00          0          0
1797.51/1797.84	c   feaspump         :       0.00       0.00          0          0
1797.51/1797.84	c   clique           :       0.00       0.00          0          0
1797.51/1797.84	c   indrounding      :       0.00       0.00          0          0
1797.51/1797.84	c   indcoefdiving    :       0.00       0.00          0          0
1797.51/1797.84	c   coefdiving       :       0.00       0.00          0          0
1797.51/1797.84	c   pscostdiving     :       0.00       0.00          0          0
1797.51/1797.84	c   nlpdiving        :       0.00       0.00          0          0
1797.51/1797.84	c   fracdiving       :       0.00       0.00          0          0
1797.51/1797.84	c   veclendiving     :       0.00       0.00          0          0
1797.51/1797.84	c   intdiving        :       0.00       0.00          0          0
1797.51/1797.84	c   actconsdiving    :       0.00       0.00          0          0
1797.51/1797.84	c   objpscostdiving  :       0.00       0.00          0          0
1797.51/1797.84	c   rootsoldiving    :       0.00       0.00          0          0
1797.51/1797.84	c   linesearchdiving :       0.00       0.00          0          0
1797.51/1797.84	c   guideddiving     :       0.00       0.00          0          0
1797.51/1797.84	c   octane           :       0.00       0.00          0          0
1797.51/1797.84	c   rens             :       0.00       0.00          0          0
1797.51/1797.84	c   rins             :       0.00       0.00          0          0
1797.51/1797.84	c   localbranching   :       0.00       0.00          0          0
1797.51/1797.84	c   mutation         :       0.00       0.00          0          0
1797.51/1797.84	c   crossover        :       0.00       0.00          0          0
1797.51/1797.84	c   dins             :       0.00       0.00          0          0
1797.51/1797.84	c   vbounds          :       0.00       0.00          0          0
1797.51/1797.84	c   undercover       :       0.00       0.00          0          0
1797.51/1797.84	c   subnlp           :       0.00       0.00          0          0
1797.51/1797.84	c   trysol           :       0.00       0.00          0          0
1797.51/1797.84	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1797.51/1797.84	c   primal LP        :       0.30          1          0       0.00       0.00       0.30          1
1797.51/1797.84	c   dual LP          :     143.77         10       6588     658.80      45.82       0.00          0
1797.51/1797.84	c   lex dual LP      :       0.00          0          0       0.00          -
1797.51/1797.84	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1797.51/1797.84	c   diving/probing LP:       0.00          0          0       0.00          -
1797.51/1797.84	c   strong branching :    1387.57        171      49783     291.13      35.88
1797.51/1797.84	c     (at root node) :          -         33      10063     304.94          -
1797.51/1797.84	c   conflict analysis:       0.00          0          0       0.00          -
1797.51/1797.84	c B&B Tree           :
1797.51/1797.84	c   number of runs   :          1
1797.51/1797.84	c   nodes            :          5
1797.51/1797.84	c   nodes (total)    :          5
1797.51/1797.84	c   nodes left       :          6
1797.51/1797.84	c   max depth        :          4
1797.51/1797.84	c   max depth (total):          4
1797.51/1797.84	c   backtracks       :          0 (0.0%)
1797.51/1797.84	c   delayed cutoffs  :          0
1797.51/1797.84	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.51/1797.84	c   avg switch length:       1.00
1797.51/1797.84	c   switching time   :       0.44
1797.51/1797.84	c Solution           :
1797.51/1797.84	c   Solutions found  :          0 (0 improvements)
1797.51/1797.84	c   Primal Bound     :          -
1797.51/1797.84	c   Dual Bound       : +0.00000000000000e+00
1797.51/1797.84	c   Gap              :   infinite
1797.51/1797.84	c   Root Dual Bound  : +0.00000000000000e+00
1797.51/1797.84	c   Root Iterations  :       5770
1799.50/1799.88	c Time complete: 1799.6.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3691564-1338028215/watcher-3691564-1338028215 -o /tmp/evaluation-result-3691564-1338028215/solver-3691564-1338028215 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691564-1338028215.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 1.05 1.50 1.79 3/177 1121
/proc/meminfo: memFree=29484024/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=9332 CPUtime=0 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 1077 0 0 0 0 0 0 0 20 0 1 0 268888644 9555968 1032 33554432000 4194304 10219143 140736329505520 140734472590824 4844592 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 2333 1038 233 1471 0 853 0

[startup+0.0303789 s]
/proc/loadavg: 1.05 1.50 1.79 3/177 1121
/proc/meminfo: memFree=29484024/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=18944 CPUtime=0.02 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 3483 0 0 0 2 0 0 0 20 0 1 0 268888644 19398656 3438 33554432000 4194304 10219143 140736329505520 140734472590824 5541619 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 4736 3438 419 1471 0 3256 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18944

[startup+0.100311 s]
/proc/loadavg: 1.05 1.50 1.79 3/177 1121
/proc/meminfo: memFree=29484024/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=30916 CPUtime=0.08 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 6488 0 0 0 8 0 0 0 20 0 1 0 268888644 31657984 6443 33554432000 4194304 10219143 140736329505520 140734472590824 9029200 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 7729 6443 419 1471 0 6249 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30916

[startup+0.300281 s]
/proc/loadavg: 1.05 1.50 1.79 3/177 1121
/proc/meminfo: memFree=29484024/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=66128 CPUtime=0.29 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 15258 0 0 0 27 2 0 0 20 0 1 0 268888644 67715072 15213 33554432000 4194304 10219143 140736329505520 140736329370696 5541619 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 16532 15213 419 1471 0 15052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66128

[startup+0.700284 s]
/proc/loadavg: 1.05 1.50 1.79 3/177 1121
/proc/meminfo: memFree=29484024/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=135512 CPUtime=0.69 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 32632 0 0 0 65 4 0 0 20 0 1 0 268888644 138764288 32587 33554432000 4194304 10219143 140736329505520 140736329370696 4971734 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 33878 32587 419 1471 0 32398 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 135512

[startup+1.50028 s]
/proc/loadavg: 1.05 1.50 1.79 3/178 1122
/proc/meminfo: memFree=28987828/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=275724 CPUtime=1.49 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 67494 0 0 0 140 9 0 0 20 0 1 0 268888644 282341376 67449 33554432000 4194304 10219143 140736329505520 140736329370696 7123344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 68931 67449 419 1471 0 67451 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 275724

[startup+3.10029 s]
/proc/loadavg: 1.13 1.51 1.80 3/178 1122
/proc/meminfo: memFree=28765160/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=802416 CPUtime=3.09 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 197586 0 0 0 281 28 0 0 20 0 1 0 268888644 821673984 197497 33554432000 4194304 10219143 140736329505520 140736329501368 7589947 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 200604 197529 472 1471 0 199124 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 802416

[startup+6.30027 s]
/proc/loadavg: 1.13 1.51 1.80 3/178 1122
/proc/meminfo: memFree=27901436/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=1220784 CPUtime=6.28 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 308445 0 0 0 445 183 0 0 20 0 1 0 268888644 1250082816 303071 33554432000 4194304 10219143 140736329505520 140736329502520 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 305196 303071 549 1471 0 303716 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1220784

[startup+12.7003 s]
/proc/loadavg: 1.26 1.52 1.80 3/178 1122
/proc/meminfo: memFree=27539704/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=1190684 CPUtime=12.69 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 395996 0 0 0 848 421 0 0 20 0 1 0 268888644 1219260416 295120 33554432000 4194304 10219143 140736329505520 140736329501576 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 297671 295120 567 1471 0 296191 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1190684

[startup+25.5004 s]
/proc/loadavg: 1.38 1.54 1.80 3/178 1122
/proc/meminfo: memFree=26419672/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2275756 CPUtime=25.48 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 596453 0 0 0 1736 812 0 0 20 0 1 0 268888644 2330374144 543451 33554432000 4194304 10219143 140736329505520 140736329498536 9221482 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 568939 543451 702 1471 0 567459 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2275756

[startup+51.1003 s]
/proc/loadavg: 1.59 1.58 1.80 3/177 1122
/proc/meminfo: memFree=26264700/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2542612 CPUtime=51.08 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 617155 0 0 0 4285 823 0 0 20 0 1 0 268888644 2603634688 602667 33554432000 4194304 10219143 140736329505520 140736329498776 8051323 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 635653 602667 738 1471 0 634173 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2542612

[startup+102.307 s]
/proc/loadavg: 1.91 1.67 1.82 3/177 1122
/proc/meminfo: memFree=26346584/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2440100 CPUtime=102.28 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 628970 0 0 0 9388 840 0 0 20 0 1 0 268888644 2498662400 582036 33554432000 4194304 10219143 140736329505520 140736329498776 7954710 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 610025 582036 774 1471 0 608545 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2440100

[startup+162.3 s]
/proc/loadavg: 2.00 1.74 1.83 3/177 1122
/proc/meminfo: memFree=26346268/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2440100 CPUtime=162.26 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 629058 0 0 0 15380 846 0 0 20 0 1 0 268888644 2498662400 582036 33554432000 4194304 10219143 140736329505520 140736329500360 7698836 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 610025 582036 774 1471 0 608545 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2440100

[startup+222.3 s]
/proc/loadavg: 2.11 1.82 1.85 3/177 1122
/proc/meminfo: memFree=26331344/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2451456 CPUtime=222.25 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 630210 0 0 0 21373 852 0 0 20 0 1 0 268888644 2510290944 585806 33554432000 4194304 10219143 140736329505520 140736329500360 8931245 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 612864 585806 774 1471 0 611384 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2451456

[startup+282.3 s]
/proc/loadavg: 2.04 1.85 1.86 3/177 1123
/proc/meminfo: memFree=26289856/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2487208 CPUtime=282.25 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 632392 0 0 0 27364 861 0 0 20 0 1 0 268888644 2546900992 594075 33554432000 4194304 10219143 140736329505520 140736329498776 8056549 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 621802 594075 774 1471 0 620322 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2487208

[startup+342.3 s]
/proc/loadavg: 2.01 1.87 1.86 3/177 1123
/proc/meminfo: memFree=26273828/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2492612 CPUtime=342.24 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 634907 0 0 0 33349 875 0 0 20 0 1 0 268888644 2552434688 595559 33554432000 4194304 10219143 140736329505520 140736329500360 8891071 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 623153 595559 775 1471 0 621673 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2492612

[startup+402.3 s]
/proc/loadavg: 2.04 1.91 1.87 3/177 1123
/proc/meminfo: memFree=26278192/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2480572 CPUtime=402.23 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 637705 0 0 0 39338 885 0 0 20 0 1 0 268888644 2540105728 593578 33554432000 4194304 10219143 140736329505520 140736329498968 7638793 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 620143 593578 778 1471 0 618663 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2480572

[startup+462.3 s]
/proc/loadavg: 2.01 1.92 1.88 3/177 1123
/proc/meminfo: memFree=26242300/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2530432 CPUtime=462.22 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 641760 0 0 0 45321 901 0 0 20 0 1 0 268888644 2591162368 601747 33554432000 4194304 10219143 140736329505520 140736329498648 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 632608 601747 778 1471 0 631128 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2530432

[startup+522.3 s]
/proc/loadavg: 2.00 1.93 1.88 3/177 1123
/proc/meminfo: memFree=26256284/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2501112 CPUtime=522.21 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 646103 0 0 0 51301 920 0 0 20 0 1 0 268888644 2561138688 597152 33554432000 4194304 10219143 140736329505520 140736329498968 8056549 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 625278 597152 778 1471 0 623798 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2501112

[startup+582.3 s]
/proc/loadavg: 2.00 1.94 1.89 3/177 1124
/proc/meminfo: memFree=26270652/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2480572 CPUtime=582.2 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 651150 0 0 0 57279 941 0 0 20 0 1 0 268888644 2540105728 593621 33554432000 4194304 10219143 140736329505520 140736329498968 8056755 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 620143 593621 778 1471 0 618663 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2480572

[startup+642.3 s]

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

/proc/meminfo: memFree=26245192/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2503068 CPUtime=1122.12 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 734319 0 0 0 111075 1137 0 0 20 0 1 0 268888644 2563141632 597260 33554432000 4194304 10219143 140736329505520 140736329498968 8056755 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 625767 597260 785 1471 0 624287 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2503068

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 1130
/proc/meminfo: memFree=26227484/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2526384 CPUtime=1182.11 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 743519 0 0 0 117051 1160 0 0 20 0 1 0 268888644 2587017216 601577 33554432000 4194304 10219143 140736329505520 140736329499352 8056416 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 631596 601577 785 1471 0 630116 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2526384

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 1133
/proc/meminfo: memFree=26246504/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2503724 CPUtime=1242.09 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 756643 0 0 0 123023 1186 0 0 20 0 1 0 268888644 2563813376 596798 33554432000 4194304 10219143 140736329505520 140736329498968 8056250 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 625931 596798 785 1471 0 624451 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 2503724

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 1133
/proc/meminfo: memFree=26202028/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2534384 CPUtime=1302.09 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 769231 0 0 0 128994 1215 0 0 20 0 1 0 268888644 2595209216 607842 33554432000 4194304 10219143 140736329505520 140736329498968 7750672 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 633596 607842 785 1471 0 632116 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 2534384

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 1133
/proc/meminfo: memFree=26247212/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2492244 CPUtime=1362.08 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 775376 0 0 0 134974 1234 0 0 20 0 1 0 268888644 2552057856 596785 33554432000 4194304 10219143 140736329505520 140736329498968 7638819 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 623061 596785 785 1471 0 621581 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2492244

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 1133
/proc/meminfo: memFree=26221240/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2528860 CPUtime=1422.08 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 782271 0 0 0 140955 1253 0 0 20 0 1 0 268888644 2589552640 603119 33554432000 4194304 10219143 140736329505520 140736329498968 8056463 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 632215 603119 785 1471 0 630735 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 2528860

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/176 1133
/proc/meminfo: memFree=26242420/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2486180 CPUtime=1482.06 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 795155 0 0 0 146923 1283 0 0 20 0 1 0 268888644 2545848320 596398 33554432000 4194304 10219143 140736329505520 140736329498968 7639964 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 621545 596398 785 1471 0 620065 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 2486180

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 1134
/proc/meminfo: memFree=26245528/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2492116 CPUtime=1542.05 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 812206 0 0 0 152889 1316 0 0 20 0 1 0 268888644 2551926784 597251 33554432000 4194304 10219143 140736329505520 140736329498696 7750245 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 623029 597251 785 1471 0 621549 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 2492116

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/177 1134
/proc/meminfo: memFree=26240832/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2494908 CPUtime=1602.04 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 825727 0 0 0 158859 1345 0 0 20 0 1 0 268888644 2554785792 598390 33554432000 4194304 10219143 140736329505520 140736329498968 7638799 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 623727 598390 785 1471 0 622247 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 2494908

[startup+1662.3 s]
/proc/loadavg: 1.95 1.96 1.91 3/177 1172
/proc/meminfo: memFree=25576468/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2492244 CPUtime=1662.03 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 837472 0 0 0 164834 1369 0 0 20 0 1 0 268888644 2552057856 597419 33554432000 4194304 10219143 140736329505520 140736329498968 7638819 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 623061 597419 785 1471 0 621581 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 2492244

[startup+1722.3 s]
/proc/loadavg: 1.98 1.96 1.91 3/177 1172
/proc/meminfo: memFree=25600272/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2509384 CPUtime=1722.02 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 847865 0 0 0 170808 1394 0 0 20 0 1 0 268888644 2569609216 601993 33554432000 4194304 10219143 140736329505520 140736329499384 7705976 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 627346 601993 785 1471 0 625866 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 2509384

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/177 1172
/proc/meminfo: memFree=25600608/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2509472 CPUtime=1782 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 854029 0 0 0 176788 1412 0 0 20 0 1 0 268888644 2569699328 601693 33554432000 4194304 10219143 140736329505520 140736329498968 8056777 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 627368 601693 785 1471 0 625888 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 2509472

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

[startup+1791.91 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1176
/proc/meminfo: memFree=25599692/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2509484 CPUtime=1791.61 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 854425 0 0 0 177747 1414 0 0 20 0 1 0 268888644 2569711616 601707 33554432000 4194304 10219143 140736329505520 140736329498968 7639964 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 627371 601707 785 1471 0 625891 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 2509484

[startup+1795.1 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1176
/proc/meminfo: memFree=25599568/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2509636 CPUtime=1794.81 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 854558 0 0 0 178066 1415 0 0 20 0 1 0 268888644 2569867264 601714 33554432000 4194304 10219143 140736329505520 140736329498968 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 627409 601714 785 1471 0 625929 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 2509636

[startup+1798.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1176
/proc/meminfo: memFree=25613608/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2480572 CPUtime=1798.01 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 855122 0 0 0 178384 1417 0 0 20 0 1 0 268888644 2540105728 595936 33554432000 4194304 10219143 140736329505520 140736329504632 5123158 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 620143 595936 794 1471 0 618663 0
Current children cumulated CPU time (s) 1798.01
Current children cumulated vsize (KiB) 2480572

[startup+1799.1 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1176
/proc/meminfo: memFree=25623288/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2469924 CPUtime=1798.8 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 855124 0 0 0 178463 1417 0 0 20 0 1 0 268888644 2529202176 593276 33554432000 4194304 10219143 140736329505520 140736329504632 5931088 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 617481 593276 796 1471 0 616001 0
Current children cumulated CPU time (s) 1798.8
Current children cumulated vsize (KiB) 2469924

[startup+1799.5 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1176
/proc/meminfo: memFree=25655412/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=2448712 CPUtime=1799.2 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 855124 0 0 0 178503 1417 0 0 20 0 1 0 268888644 2507481088 587973 33554432000 4194304 10219143 140736329505520 140736329504712 5015376 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 612178 587973 796 1471 0 610698 0
Current children cumulated CPU time (s) 1799.2
Current children cumulated vsize (KiB) 2448712

[startup+1799.7 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1176
/proc/meminfo: memFree=25655412/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=1808240 CPUtime=1799.4 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 855125 0 0 0 178521 1419 0 0 20 0 1 0 268888644 1851637760 449970 33554432000 4194304 10219143 140736329505520 140736329504712 5542271 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 452060 449970 797 1471 0 450580 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 1808240

[startup+1799.8 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1176
/proc/meminfo: memFree=25655412/32873844 swapFree=6868/6868
[pid=1121] ppid=1119 vsize=1687496 CPUtime=1799.5 cores=0,2,4,6
/proc/1121/stat : 1121 (scip-2.1.1.4exp) R 1119 1121 31651 0 -1 4202496 855125 0 0 0 178530 1420 0 0 20 0 1 0 268888644 1727995904 419784 33554432000 4194304 10219143 140736329505520 140736329504712 7589177 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1121/statm: 421874 419784 797 1471 0 420394 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 1687496

Child status: 0
Real time (s): 1799.89
CPU time (s): 1799.6
CPU user time (s): 1785.38
CPU system time (s): 14.2228
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 2677128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.38
system time used= 14.2228
maximum resident set size= 2491112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 855138
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= 21
involuntary context switches= 1877

runsolver used 3.05653 second user time and 8.30274 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-26 12:30:16
IDJOB=3691564
IDBENCH=1386
IDSOLVER=2271
FILE ID=node105/3691564-1338028215
RUNJOBID= node105-1338028215-1093
PBS_JOBID= 14624366
Free space on /tmp= 71468 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v40_e600_d20_mw10_6.opb.PB06.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-3691564-1338028215/watcher-3691564-1338028215 -o /tmp/evaluation-result-3691564-1338028215/solver-3691564-1338028215 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691564-1338028215.opb -t 1800 -m 15500

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

MD5SUM BENCH= f5d8cf0048d52cf223a3574d281ac8f8
RANDOM SEED=503203097

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29486628 kB
Buffers:          212736 kB
Cached:          2293516 kB
SwapCached:         6340 kB
Active:           897368 kB
Inactive:        1718124 kB
Active(anon):      97024 kB
Inactive(anon):    14612 kB
Active(file):     800344 kB
Inactive(file):  1703512 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67101824 kB
Dirty:             72708 kB
Writeback:             0 kB
AnonPages:        114392 kB
Mapped:            15476 kB
Shmem:                 8 kB
Slab:             633960 kB
SReclaimable:      76104 kB
SUnreclaim:       557856 kB
KernelStack:        1432 kB
PageTables:         4088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     220676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71448 MiB
End job on node105 at 2012-05-26 13:00:16