Trace number 3485798

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 2 2011-06-10 (fixed)? 1799.87 1799.82

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v40_e600_d20_mw10_9.opb.PB06.opb
MD5SUMd54403a51e1ff3d34cd210d836adfe84
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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 benchmark2.6006
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 344
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.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3485798-1307751975.opb>
5.09/5.16	c original problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 990001 constraints
5.09/5.16	c problem read
5.09/5.16	c No objective function, only one solution is needed.
5.09/5.16	c presolving settings loaded
7.99/8.06	c presolving:
12.39/12.44	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 990000 upgd conss, 2400 impls, 80 clqs
13.20/13.24	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 3239 chg coeffs, 990000 upgd conss, 2400 impls, 80 clqs
13.99/14.08	c presolving (3 rounds):
13.99/14.08	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 3402 changed coefficients
13.99/14.08	c  5520 implications, 80 cliques
13.99/14.08	c presolved problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 990001 constraints
13.99/14.08	c    3160 constraints of type <knapsack>
13.99/14.08	c    1280 constraints of type <setppc>
13.99/14.08	c       1 constraints of type <linear>
13.99/14.08	c  985560 constraints of type <logicor>
13.99/14.08	c transformed objective value is always integral (scale: 1)
13.99/14.08	c Presolving Time: 8.35
13.99/14.08	c - non default parameters ----------------------------------------------------------------------
13.99/14.08	c # SCIP version 2.0.1.4
13.99/14.08	c 
13.99/14.08	c # frequency for displaying node information lines
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 100]
13.99/14.08	c display/freq = 10000
13.99/14.08	c 
13.99/14.08	c # maximal time in seconds to run
13.99/14.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.99/14.08	c limits/time = 1797
13.99/14.08	c 
13.99/14.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
13.99/14.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.99/14.08	c limits/memory = 13950
13.99/14.08	c 
13.99/14.08	c # solving stops, if the given number of solutions were found (-1: no limit)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: -1]
13.99/14.08	c limits/solutions = 1
13.99/14.08	c 
13.99/14.08	c # maximal number of separation rounds per node (-1: unlimited)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 5]
13.99/14.08	c separating/maxrounds = 1
13.99/14.08	c 
13.99/14.08	c # maximal number of separation rounds in the root node (-1: unlimited)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: -1]
13.99/14.08	c separating/maxroundsroot = 5
13.99/14.08	c 
13.99/14.08	c # default clock type (1: CPU user seconds, 2: wall clock time)
13.99/14.08	c # [type: int, range: [1,2], default: 1]
13.99/14.08	c timing/clocktype = 2
13.99/14.08	c 
13.99/14.08	c # belongs reading time to solving time?
13.99/14.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.99/14.08	c timing/reading = TRUE
13.99/14.08	c 
13.99/14.08	c # should presolving try to simplify inequalities
13.99/14.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.99/14.08	c constraints/linear/simplifyinequalities = TRUE
13.99/14.08	c 
13.99/14.08	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
13.99/14.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.99/14.08	c constraints/indicator/addCouplingCons = TRUE
13.99/14.08	c 
13.99/14.08	c # should disaggregation of knapsack constraints be allowed in preprocessing?
13.99/14.08	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
13.99/14.08	c constraints/knapsack/disaggregation = FALSE
13.99/14.08	c 
13.99/14.08	c # should presolving try to simplify knapsacks
13.99/14.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.99/14.08	c constraints/knapsack/simplifyinequalities = TRUE
13.99/14.08	c 
13.99/14.08	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: -1]
13.99/14.08	c presolving/probing/maxrounds = 0
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.08	c heuristics/coefdiving/freq = -1
13.99/14.08	c 
13.99/14.08	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.08	c heuristics/coefdiving/maxlpiterquot = 0.075
13.99/14.08	c 
13.99/14.08	c # additional number of allowed LP iterations
13.99/14.08	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.08	c heuristics/coefdiving/maxlpiterofs = 1500
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 30]
13.99/14.08	c heuristics/crossover/freq = -1
13.99/14.08	c 
13.99/14.08	c # number of nodes added to the contingent of the total nodes
13.99/14.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
13.99/14.08	c heuristics/crossover/nodesofs = 750
13.99/14.08	c 
13.99/14.08	c # number of nodes without incumbent change that heuristic should wait
13.99/14.08	c # [type: longint, range: [0,9223372036854775807], default: 200]
13.99/14.08	c heuristics/crossover/nwaitingnodes = 100
13.99/14.08	c 
13.99/14.08	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
13.99/14.08	c # [type: real, range: [0,1], default: 0.1]
13.99/14.08	c heuristics/crossover/nodesquot = 0.15
13.99/14.08	c 
13.99/14.08	c # minimum percentage of integer variables that have to be fixed 
13.99/14.08	c # [type: real, range: [0,1], default: 0.666]
13.99/14.08	c heuristics/crossover/minfixingrate = 0.5
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 20]
13.99/14.08	c heuristics/feaspump/freq = -1
13.99/14.08	c 
13.99/14.08	c # additional number of allowed LP iterations
13.99/14.08	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.08	c heuristics/feaspump/maxlpiterofs = 2000
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.08	c heuristics/fracdiving/freq = -1
13.99/14.08	c 
13.99/14.08	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.08	c heuristics/fracdiving/maxlpiterquot = 0.075
13.99/14.08	c 
13.99/14.08	c # additional number of allowed LP iterations
13.99/14.08	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.08	c heuristics/fracdiving/maxlpiterofs = 1500
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.08	c heuristics/guideddiving/freq = -1
13.99/14.08	c 
13.99/14.08	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.08	c heuristics/guideddiving/maxlpiterquot = 0.075
13.99/14.08	c 
13.99/14.08	c # additional number of allowed LP iterations
13.99/14.08	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.08	c heuristics/guideddiving/maxlpiterofs = 1500
13.99/14.08	c 
13.99/14.08	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.08	c heuristics/intdiving/maxlpiterquot = 0.075
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.08	c heuristics/intshifting/freq = -1
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.08	c heuristics/linesearchdiving/freq = -1
13.99/14.08	c 
13.99/14.08	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.08	c heuristics/linesearchdiving/maxlpiterquot = 0.075
13.99/14.08	c 
13.99/14.08	c # additional number of allowed LP iterations
13.99/14.08	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.08	c heuristics/linesearchdiving/maxlpiterofs = 1500
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 20]
13.99/14.08	c heuristics/objpscostdiving/freq = -1
13.99/14.08	c 
13.99/14.08	c # maximal fraction of diving LP iterations compared to total iteration number
13.99/14.08	c # [type: real, range: [0,1], default: 0.01]
13.99/14.08	c heuristics/objpscostdiving/maxlpiterquot = 0.015
13.99/14.08	c 
13.99/14.08	c # additional number of allowed LP iterations
13.99/14.08	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.08	c heuristics/objpscostdiving/maxlpiterofs = 1500
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 1]
13.99/14.08	c heuristics/oneopt/freq = -1
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.08	c heuristics/pscostdiving/freq = -1
13.99/14.08	c 
13.99/14.08	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.08	c heuristics/pscostdiving/maxlpiterquot = 0.075
13.99/14.08	c 
13.99/14.08	c # additional number of allowed LP iterations
13.99/14.08	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.08	c heuristics/pscostdiving/maxlpiterofs = 1500
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 0]
13.99/14.08	c heuristics/rens/freq = -1
13.99/14.08	c 
13.99/14.08	c # minimum percentage of integer variables that have to be fixable 
13.99/14.08	c # [type: real, range: [0,1], default: 0.5]
13.99/14.08	c heuristics/rens/minfixingrate = 0.3
13.99/14.08	c 
13.99/14.08	c # number of nodes added to the contingent of the total nodes
13.99/14.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
13.99/14.08	c heuristics/rens/nodesofs = 2000
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 20]
13.99/14.08	c heuristics/rootsoldiving/freq = -1
13.99/14.08	c 
13.99/14.08	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
13.99/14.08	c heuristics/rootsoldiving/maxlpiterquot = 0.015
13.99/14.08	c 
13.99/14.08	c # additional number of allowed LP iterations
13.99/14.08	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.08	c heuristics/rootsoldiving/maxlpiterofs = 1500
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 1]
13.99/14.08	c heuristics/rounding/freq = -1
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 0]
13.99/14.08	c heuristics/shiftandpropagate/freq = -1
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.08	c heuristics/shifting/freq = -1
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 1]
13.99/14.08	c heuristics/simplerounding/freq = -1
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 1]
13.99/14.08	c heuristics/subnlp/freq = -1
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 0]
13.99/14.08	c heuristics/trivial/freq = -1
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 1]
13.99/14.08	c heuristics/trysol/freq = -1
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 0]
13.99/14.08	c heuristics/undercover/freq = -1
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 10]
13.99/14.08	c heuristics/veclendiving/freq = -1
13.99/14.08	c 
13.99/14.08	c # maximal fraction of diving LP iterations compared to node LP iterations
13.99/14.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.99/14.08	c heuristics/veclendiving/maxlpiterquot = 0.075
13.99/14.08	c 
13.99/14.08	c # additional number of allowed LP iterations
13.99/14.08	c # [type: int, range: [0,2147483647], default: 1000]
13.99/14.08	c heuristics/veclendiving/maxlpiterofs = 1500
13.99/14.08	c 
13.99/14.08	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 1]
13.99/14.08	c heuristics/zirounding/freq = -1
13.99/14.08	c 
13.99/14.08	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 0]
13.99/14.08	c separating/cmir/freq = -1
13.99/14.08	c 
13.99/14.08	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: 0]
13.99/14.08	c separating/flowcover/freq = -1
13.99/14.08	c 
13.99/14.08	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
13.99/14.08	c # [type: int, range: [-1,2147483647], default: -1]
13.99/14.08	c separating/rapidlearning/freq = 0
13.99/14.08	c 
13.99/14.08	c -----------------------------------------------------------------------------------------------
13.99/14.08	c start solving
13.99/14.09	c 
52.99/53.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.99/53.01	c  53.0s|     1 |     0 |  1743 |     - |1179M|   0 | 130 |2800 | 990k|2800 | 990k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
67.69/67.75	c  67.7s|     1 |     0 |  1824 |     - |1180M|   0 | 138 |2800 | 990k|2800 | 990k|  22 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
120.79/120.82	c   121s|     1 |     0 |  3485 |     - |1183M|   0 | 204 |2800 | 990k|2800 | 990k|  40 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
255.30/255.38	c   255s|     1 |     0 |  7870 |     - |1183M|   0 | 283 |2800 | 990k|2800 | 990k|  60 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
348.20/348.27	c   348s|     1 |     0 | 10517 |     - |1183M|   0 | 361 |2800 | 990k|2800 | 990k|  70 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
388.51/388.53	c   389s|     1 |     0 | 11468 |     - |1183M|   0 | 294 |2800 | 990k|2800 | 990k|  85 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
597.81/597.88	c   598s|     1 |     2 | 11468 |     - |1183M|   0 | 294 |2800 | 990k|2800 | 990k|  85 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
1797.95/1797.91	c 
1797.95/1797.91	c SCIP Status        : solving was interrupted [time limit reached]
1797.95/1797.91	c Solving Time (sec) : 1797.91
1797.95/1797.91	c Solving Nodes      : 7
1797.95/1797.91	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.95/1797.91	c Dual Bound         : +0.00000000000000e+00
1797.95/1797.91	c Gap                : infinite
1797.95/1797.91	s UNKNOWN
1797.95/1797.91	c SCIP Status        : solving was interrupted [time limit reached]
1797.95/1797.91	c Total Time         :    1797.91
1797.95/1797.91	c   solving          :    1797.91
1797.95/1797.91	c   presolving       :       8.35 (included in solving)
1797.95/1797.91	c   reading          :       5.16 (included in solving)
1797.95/1797.91	c Original Problem   :
1797.95/1797.91	c   Problem name     : HOME/instance-3485798-1307751975.opb
1797.95/1797.91	c   Variables        : 2800 (2800 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.95/1797.91	c   Constraints      : 990001 initial, 990001 maximal
1797.95/1797.91	c Presolved Problem  :
1797.95/1797.91	c   Problem name     : t_HOME/instance-3485798-1307751975.opb
1797.95/1797.91	c   Variables        : 2800 (2800 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.95/1797.91	c   Constraints      : 990001 initial, 990001 maximal
1797.95/1797.91	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.95/1797.91	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.95/1797.91	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.95/1797.91	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.95/1797.91	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.95/1797.91	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.95/1797.91	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.95/1797.91	c   knapsack         :       0.61          0          0          0          0          0          0          0          0       3402
1797.95/1797.91	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.95/1797.91	c   linear           :       3.03          0          0          0          0          0          0          0          0          0
1797.95/1797.91	c   logicor          :       1.66          0          0          0          0          0          0          0          0          0
1797.95/1797.91	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.95/1797.91	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.95/1797.91	c   integral         :          0          0          0          7          0          1          0          0          0          0          0         14
1797.95/1797.91	c   knapsack         :       3160          5         11          0          0          0          0          0         75        341          0          0
1797.95/1797.91	c   setppc           :       1280          5         11          0          0          0          0          0        261          0          0          0
1797.95/1797.91	c   linear           :          1          5         11          0          0          0          0          0          0          0          0          0
1797.95/1797.91	c   logicor          :     985560          5          6          0          0          0          0          0          3          0          0          0
1797.95/1797.91	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.95/1797.91	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.95/1797.91	c   integral         :    1275.70       0.00       0.00    1275.70       0.00       0.00       0.00
1797.95/1797.91	c   knapsack         :       0.04       0.04       0.00       0.00       0.00       0.00       0.00
1797.95/1797.91	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.95/1797.91	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.95/1797.91	c   logicor          :       0.43       0.16       0.27       0.00       0.00       0.00       0.00
1797.95/1797.91	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.95/1797.91	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.95/1797.91	c   vbounds          :          0          0          0          0
1797.95/1797.91	c   rootredcost      :          0          0          0          0
1797.95/1797.91	c   pseudoobj        :          0          0          0          0
1797.95/1797.91	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.95/1797.91	c   vbounds          :       0.00       0.00       0.00
1797.95/1797.91	c   rootredcost      :       0.00       0.00       0.00
1797.95/1797.91	c   pseudoobj        :       0.00       0.00       0.00
1797.95/1797.91	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.95/1797.91	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.95/1797.91	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.95/1797.91	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.95/1797.91	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.95/1797.91	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.95/1797.91	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.95/1797.91	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.95/1797.91	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.95/1797.91	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 258)
1797.95/1797.91	c   redcost          :       0.00         11          0          0          0          0
1797.95/1797.91	c   impliedbounds    :       0.00          5          0          0          0          0
1797.95/1797.91	c   intobj           :       0.00          0          0          0          0          0
1797.95/1797.91	c   gomory           :      73.34          5          0          0       2500          0
1797.95/1797.91	c   cgmip            :       0.00          0          0          0          0          0
1797.95/1797.91	c   closecuts        :       0.00          0          0          0          0          0
1797.95/1797.91	c   strongcg         :      71.53          5          0          0       2500          0
1797.95/1797.91	c   cmir             :       0.00          0          0          0          0          0
1797.95/1797.91	c   flowcover        :       0.00          0          0          0          0          0
1797.95/1797.91	c   clique           :       0.01          5          0          0          0          0
1797.95/1797.91	c   zerohalf         :       0.00          0          0          0          0          0
1797.95/1797.91	c   mcf              :       0.00          0          0          0          0          0
1797.95/1797.91	c   oddcycle         :       0.00          0          0          0          0          0
1797.95/1797.91	c   rapidlearning    :       0.00          0          0          0          0          0
1797.95/1797.91	c Pricers            :       Time      Calls       Vars
1797.95/1797.91	c   problem variables:       0.00          0          0
1797.95/1797.91	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.95/1797.91	c   relpscost        :    1275.70          7          0          0          0          0         14
1797.95/1797.91	c   pscost           :       0.00          0          0          0          0          0          0
1797.95/1797.91	c   inference        :       0.00          0          0          0          0          0          0
1797.95/1797.91	c   mostinf          :       0.00          0          0          0          0          0          0
1797.95/1797.91	c   leastinf         :       0.00          0          0          0          0          0          0
1797.95/1797.91	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.95/1797.91	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.95/1797.91	c   random           :       0.00          0          0          0          0          0          0
1797.95/1797.91	c Primal Heuristics  :       Time      Calls      Found
1797.95/1797.91	c   LP solutions     :       0.00          -          0
1797.95/1797.91	c   pseudo solutions :       0.00          -          0
1797.95/1797.91	c   trivial          :       0.21          1          0
1797.95/1797.91	c   shiftandpropagate:       0.00          0          0
1797.95/1797.91	c   simplerounding   :       0.00          0          0
1797.95/1797.91	c   zirounding       :       0.00          0          0
1797.95/1797.91	c   rounding         :       0.00          0          0
1797.95/1797.91	c   shifting         :       0.00          0          0
1797.95/1797.91	c   intshifting      :       0.00          0          0
1797.95/1797.91	c   oneopt           :       0.00          0          0
1797.95/1797.91	c   twoopt           :       0.00          0          0
1797.95/1797.91	c   fixandinfer      :       0.00          0          0
1797.95/1797.91	c   feaspump         :       0.00          0          0
1797.95/1797.91	c   clique           :       0.00          0          0
1797.95/1797.91	c   coefdiving       :       0.00          0          0
1797.95/1797.91	c   pscostdiving     :       0.00          0          0
1797.95/1797.91	c   fracdiving       :       0.00          0          0
1797.95/1797.91	c   veclendiving     :       0.00          0          0
1797.95/1797.91	c   intdiving        :       0.00          0          0
1797.95/1797.91	c   actconsdiving    :       0.00          0          0
1797.95/1797.91	c   objpscostdiving  :       0.00          0          0
1797.95/1797.91	c   rootsoldiving    :       0.00          0          0
1797.95/1797.91	c   linesearchdiving :       0.00          0          0
1797.95/1797.91	c   guideddiving     :       0.00          0          0
1797.95/1797.91	c   octane           :       0.00          0          0
1797.95/1797.91	c   rens             :       0.00          0          0
1797.95/1797.91	c   rins             :       0.00          0          0
1797.95/1797.91	c   localbranching   :       0.00          0          0
1797.95/1797.91	c   mutation         :       0.00          0          0
1797.95/1797.91	c   crossover        :       0.00          0          0
1797.95/1797.91	c   dins             :       0.00          0          0
1797.95/1797.91	c   vbounds          :       0.00          0          0
1797.95/1797.91	c   undercover       :       0.00          0          0
1797.95/1797.91	c   subnlp           :       0.00          0          0
1797.95/1797.91	c   trysol           :       0.00          0          0
1797.95/1797.91	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.95/1797.91	c   primal LP        :       0.29          0          0       0.00       0.00
1797.95/1797.91	c   dual LP          :     359.48         12      17694    1474.50      49.22
1797.95/1797.91	c   lex dual LP      :       0.00          0          0       0.00          -
1797.95/1797.91	c   barrier LP       :       0.00          0          0       0.00          -
1797.95/1797.91	c   diving/probing LP:       0.00          0          0       0.00          -
1797.95/1797.91	c   strong branching :    1275.48        211      46407     219.94      36.38
1797.95/1797.91	c     (at root node) :          -         33       7030     213.03          -
1797.95/1797.91	c   conflict analysis:       0.00          0          0       0.00          -
1797.95/1797.91	c B&B Tree           :
1797.95/1797.91	c   number of runs   :          1
1797.95/1797.91	c   nodes            :          7
1797.95/1797.91	c   nodes (total)    :          7
1797.95/1797.91	c   nodes left       :          8
1797.95/1797.91	c   max depth        :          6
1797.95/1797.91	c   max depth (total):          6
1797.95/1797.91	c   backtracks       :          0 (0.0%)
1797.95/1797.91	c   delayed cutoffs  :          0
1797.95/1797.91	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.95/1797.91	c   avg switch length:       1.00
1797.95/1797.91	c   switching time   :       0.42
1797.95/1797.91	c Solution           :
1797.95/1797.91	c   Solutions found  :          0 (0 improvements)
1797.95/1797.91	c   Primal Bound     :          -
1797.95/1797.91	c   Dual Bound       : +0.00000000000000e+00
1797.95/1797.91	c   Gap              :   infinite
1797.95/1797.91	c   Root Dual Bound  : +0.00000000000000e+00
1797.95/1797.91	c   Root Iterations  :      11468
1799.85/1799.81	c Time complete: 1799.86.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3485798-1307751975/watcher-3485798-1307751975 -o /tmp/evaluation-result-3485798-1307751975/solver-3485798-1307751975 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485798-1307751975.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.01 1.99 1.68 4/177 4368
/proc/meminfo: memFree=31600212/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=10204 CPUtime=0 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 1537 0 0 0 0 0 0 0 23 0 1 0 965428287 10448896 1491 33554432000 4194304 8979876 140733638075856 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4368/statm: 2551 1492 363 1169 0 1378 0

[startup+0.027144 s]
/proc/loadavg: 2.01 1.99 1.68 4/177 4368
/proc/meminfo: memFree=31600212/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=12528 CPUtime=0.02 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 2125 0 0 0 2 0 0 0 23 0 1 0 965428287 12828672 2079 33554432000 4194304 8979876 140733638075856 18446744073709551615 7836083 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4368/statm: 3132 2079 363 1169 0 1959 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12528

[startup+0.100135 s]
/proc/loadavg: 2.01 1.99 1.68 4/177 4368
/proc/meminfo: memFree=31600212/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=18312 CPUtime=0.09 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 3584 0 0 0 9 0 0 0 23 0 1 0 965428287 18751488 3538 33554432000 4194304 8979876 140733638075856 18446744073709551615 7836068 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4368/statm: 4578 3538 363 1169 0 3405 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18312

[startup+0.300096 s]
/proc/loadavg: 2.01 1.99 1.68 4/177 4368
/proc/meminfo: memFree=31600212/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=28356 CPUtime=0.29 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 6089 0 0 0 29 0 0 0 25 0 1 0 965428287 29036544 6043 33554432000 4194304 8979876 140733638075856 18446744073709551615 6177626 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4368/statm: 7089 6043 363 1169 0 5916 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28356

[startup+0.701023 s]
/proc/loadavg: 2.01 1.99 1.68 4/177 4368
/proc/meminfo: memFree=31600212/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=52704 CPUtime=0.69 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 12140 0 0 0 68 1 0 0 25 0 1 0 965428287 53968896 12094 33554432000 4194304 8979876 140733638075856 18446744073709551615 4445969 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4368/statm: 13176 12094 363 1169 0 12003 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52704

[startup+1.50088 s]
/proc/loadavg: 2.01 1.99 1.68 3/178 4369
/proc/meminfo: memFree=31534260/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=99084 CPUtime=1.49 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 23701 0 0 0 147 2 0 0 25 0 1 0 965428287 101462016 23655 33554432000 4194304 8979876 140733638075856 18446744073709551615 4446981 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4368/statm: 24771 23655 363 1169 0 23598 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99084

[startup+3.10058 s]
/proc/loadavg: 2.01 1.99 1.68 3/178 4369
/proc/meminfo: memFree=31472728/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=190388 CPUtime=3.09 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 46431 0 0 0 304 5 0 0 25 0 1 0 965428287 194957312 46385 33554432000 4194304 8979876 140733638075856 18446744073709551615 7836063 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4368/statm: 47597 46385 363 1169 0 46424 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 190388

[startup+6.301 s]
/proc/loadavg: 2.01 1.99 1.68 3/178 4369
/proc/meminfo: memFree=31152188/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=898184 CPUtime=6.29 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 224674 0 0 0 602 27 0 0 25 0 1 0 965428287 919740416 222744 33554432000 4194304 8979876 140733638075856 18446744073709551615 7841099 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 224546 222744 448 1169 0 223373 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 898184

[startup+12.7008 s]
/proc/loadavg: 2.01 1.99 1.69 3/178 4369
/proc/meminfo: memFree=30334424/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=1272660 CPUtime=12.69 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 454238 0 0 0 1215 54 0 0 25 0 1 0 965428287 1303203840 315733 33554432000 4194304 8979876 140733638075856 18446744073709551615 4370237 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 318165 315733 514 1169 0 316992 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1272660

[startup+25.5005 s]
/proc/loadavg: 2.01 1.99 1.69 3/178 4369
/proc/meminfo: memFree=29266780/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2496568 CPUtime=25.5 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 831730 0 0 0 2456 94 0 0 25 0 1 0 965428287 2556485632 582888 33554432000 4194304 8979876 140733638075856 18446744073709551615 7145991 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 624142 582888 879 1169 0 622969 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 2496568

[startup+51.1008 s]
/proc/loadavg: 2.00 1.99 1.70 3/178 4370
/proc/meminfo: memFree=29252720/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2504748 CPUtime=51.1 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 836618 0 0 0 5015 95 0 0 25 0 1 0 965428287 2564861952 586446 33554432000 4194304 8979876 140733638075856 18446744073709551615 6829044 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 626187 586446 1281 1169 0 625014 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 2504748

[startup+102.306 s]
/proc/loadavg: 2.07 2.00 1.72 3/178 4371
/proc/meminfo: memFree=29257528/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2470668 CPUtime=102.3 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 940662 0 0 0 10122 108 0 0 25 0 1 0 965428287 2529964032 584522 33554432000 4194304 8979876 140733638075856 18446744073709551615 7146192 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 617667 584522 1282 1169 0 616494 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 2470668

[startup+162.3 s]
/proc/loadavg: 2.02 2.00 1.73 3/178 4373
/proc/meminfo: memFree=29264588/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2457960 CPUtime=162.3 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 941800 0 0 0 16118 112 0 0 25 0 1 0 965428287 2516951040 581619 33554432000 4194304 8979876 140733638075856 18446744073709551615 6888366 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 614490 581619 830 1169 0 613317 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2457960

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 1.75 3/178 4375
/proc/meminfo: memFree=29216412/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2509136 CPUtime=222.3 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 970568 0 0 0 22112 118 0 0 25 0 1 0 965428287 2569355264 594711 33554432000 4194304 8979876 140733638075856 18446744073709551615 7143791 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 627284 594711 2565 1169 0 626111 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2509136

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.76 3/178 4376
/proc/meminfo: memFree=29220708/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2502212 CPUtime=282.3 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 974172 0 0 0 28109 121 0 0 25 0 1 0 965428287 2562265088 592708 33554432000 4194304 8979876 140733638075856 18446744073709551615 7841726 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 625553 592708 1987 1169 0 624380 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2502212

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.77 3/178 4378
/proc/meminfo: memFree=29180228/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2552812 CPUtime=342.31 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 995008 0 0 0 34105 126 0 0 25 0 1 0 965428287 2614079488 600736 33554432000 4194304 8979876 140733638075856 18446744073709551615 6937429 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 638203 600736 830 1169 0 637030 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 2552812

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.78 3/178 4379
/proc/meminfo: memFree=29213260/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2506668 CPUtime=402.31 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 1039817 0 0 0 40097 134 0 0 25 0 1 0 965428287 2566828032 592446 33554432000 4194304 8979876 140733638075856 18446744073709551615 7145991 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 626667 592446 832 1169 0 625494 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 2506668

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.79 3/178 4381
/proc/meminfo: memFree=29210588/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2510836 CPUtime=462.3 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 1104192 0 0 0 46088 142 0 0 25 0 1 0 965428287 2571096064 593004 33554432000 4194304 8979876 140733638075856 18446744073709551615 7146632 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 627709 593004 832 1169 0 626536 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2510836

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.80 3/178 4382
/proc/meminfo: memFree=29214248/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2507348 CPUtime=522.31 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 1183141 0 0 0 52079 152 0 0 25 0 1 0 965428287 2567524352 592639 33554432000 4194304 8979876 140733638075856 18446744073709551615 7047806 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 626837 592639 832 1169 0 625664 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2507348

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.82 3/178 4384
/proc/meminfo: memFree=29188520/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2535724 CPUtime=582.31 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 1245424 0 0 0 58071 160 0 0 25 0 1 0 965428287 2596581376 598691 33554432000 4194304 8979876 140733638075856 18446744073709551615 7146192 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 633931 598691 2264 1169 0 632758 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2535724

[startup+642.301 s]

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

/proc/meminfo: memFree=29176728/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2514528 CPUtime=1122.33 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 2085637 0 0 0 111964 269 0 0 25 0 1 0 965428287 2574876672 593336 33554432000 4194304 8979876 140733638075856 18446744073709551615 7143739 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 628632 593336 837 1169 0 627459 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 2514528

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/178 4403
/proc/meminfo: memFree=29139100/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2576892 CPUtime=1182.32 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 2183919 0 0 0 117953 279 0 0 25 0 1 0 965428287 2638737408 605143 33554432000 4194304 8979876 140733638075856 18446744073709551615 6937404 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 644223 605143 1925 1169 0 643050 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2576892

[startup+1242.3 s]
/proc/loadavg: 2.06 2.02 1.89 3/178 4405
/proc/meminfo: memFree=29165556/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2576892 CPUtime=1242.32 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 2285033 0 0 0 123940 292 0 0 25 0 1 0 965428287 2638737408 604942 33554432000 4194304 8979876 140733638075856 18446744073709551615 7146192 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 644223 604942 1802 1169 0 643050 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2576892

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 1.90 3/178 4406
/proc/meminfo: memFree=29108452/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2592804 CPUtime=1302.33 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 2341962 0 0 0 129932 301 0 0 25 0 1 0 965428287 2655031296 610674 33554432000 4194304 8979876 140733638075856 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 648201 610674 1671 1169 0 647028 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 2592804

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.90 3/178 4408
/proc/meminfo: memFree=29177556/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2517976 CPUtime=1362.34 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 2394796 0 0 0 135923 311 0 0 25 0 1 0 965428287 2578407424 593843 33554432000 4194304 8979876 140733638075856 18446744073709551615 6829028 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 629494 593843 837 1169 0 628321 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 2517976

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 4410
/proc/meminfo: memFree=29131116/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2552888 CPUtime=1422.34 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 2470958 0 0 0 141913 321 0 0 25 0 1 0 965428287 2614157312 603874 33554432000 4194304 8979876 140733638075856 18446744073709551615 7146196 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 638222 603874 1355 1169 0 637049 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 2552888

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 4411
/proc/meminfo: memFree=29162932/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2527808 CPUtime=1482.33 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 2527426 0 0 0 147903 330 0 0 25 0 1 0 965428287 2588475392 595214 33554432000 4194304 8979876 140733638075856 18446744073709551615 7146192 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 631952 595214 837 1169 0 630779 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 2527808

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 4413
/proc/meminfo: memFree=29164984/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2523988 CPUtime=1542.34 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 2682043 0 0 0 153886 348 0 0 25 0 1 0 965428287 2584563712 593745 33554432000 4194304 8979876 140733638075856 18446744073709551615 7146175 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 630997 593745 837 1169 0 629824 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 2523988

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 4718
/proc/meminfo: memFree=29338924/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2527076 CPUtime=1602.34 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 2893026 0 0 0 159860 374 0 0 25 0 1 0 965428287 2587725824 594468 33554432000 4194304 8979876 140733638075856 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 631769 594468 837 1169 0 630596 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 2527076

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 4872
/proc/meminfo: memFree=29308596/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2521212 CPUtime=1662.34 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 3065078 0 0 0 165842 392 0 0 25 0 1 0 965428287 2581721088 593995 33554432000 4194304 8979876 140733638075856 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 630303 593995 837 1169 0 629130 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 2521212

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 1.91 3/178 4987
/proc/meminfo: memFree=29314868/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2528152 CPUtime=1722.35 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 3186348 0 0 0 171827 408 0 0 25 0 1 0 965428287 2588827648 594625 33554432000 4194304 8979876 140733638075856 18446744073709551615 6820818 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 632038 594625 837 1169 0 630865 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 2528152

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.91 3/178 4989
/proc/meminfo: memFree=29314552/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2528184 CPUtime=1782.35 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 3261859 0 0 0 177818 417 0 0 25 0 1 0 965428287 2588860416 594582 33554432000 4194304 8979876 140733638075856 18446744073709551615 7143762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 632046 594582 837 1169 0 630873 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 2528184

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 4989
/proc/meminfo: memFree=29316028/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2527156 CPUtime=1791.95 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 3285352 0 0 0 178775 420 0 0 25 0 1 0 965428287 2587807744 594191 33554432000 4194304 8979876 140733638075856 18446744073709551615 6820793 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 631789 594191 837 1169 0 630616 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 2527156

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 4989
/proc/meminfo: memFree=29316008/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2528652 CPUtime=1795.15 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 3289263 0 0 0 179095 420 0 0 25 0 1 0 965428287 2589339648 594203 33554432000 4194304 8979876 140733638075856 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4368/statm: 632163 594203 837 1169 0 630990 0
Current children cumulated CPU time (s) 1795.15
Current children cumulated vsize (KiB) 2528652

[startup+1798.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 4990
/proc/meminfo: memFree=29316128/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2522792 CPUtime=1798.35 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 3294175 0 0 0 179414 421 0 0 25 0 1 0 965428287 2583339008 594212 33554432000 4194304 8979876 140733638075856 18446744073709551615 6491448 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4368/statm: 630698 594212 844 1169 0 629525 0
Current children cumulated CPU time (s) 1798.35
Current children cumulated vsize (KiB) 2522792

[startup+1799.1 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 4990
/proc/meminfo: memFree=29315632/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2520720 CPUtime=1799.15 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 3294178 0 0 0 179494 421 0 0 25 0 1 0 965428287 2581217280 593697 33554432000 4194304 8979876 140733638075856 18446744073709551615 6778433 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4368/statm: 630180 593697 847 1169 0 629007 0
Current children cumulated CPU time (s) 1799.15
Current children cumulated vsize (KiB) 2520720

[startup+1799.5 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 4990
/proc/meminfo: memFree=29655144/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=2060640 CPUtime=1799.55 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 3294178 0 0 0 179533 422 0 0 25 0 1 0 965428287 2110095360 507140 33554432000 4194304 8979876 140733638075856 18446744073709551615 6783175 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4368/statm: 515160 507140 847 1169 0 513987 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 2060640

[startup+1799.7 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 4990
/proc/meminfo: memFree=29655144/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=1863864 CPUtime=1799.75 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 3294178 0 0 0 179551 424 0 0 25 0 1 0 965428287 1908596736 457946 33554432000 4194304 8979876 140733638075856 18446744073709551615 4446976 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4368/statm: 465966 457946 847 1169 0 464793 0
Current children cumulated CPU time (s) 1799.75
Current children cumulated vsize (KiB) 1863864

[startup+1799.8 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 4990
/proc/meminfo: memFree=29655144/32950928 swapFree=67051812/67111528
[pid=4368] ppid=4366 vsize=1281020 CPUtime=1799.85 cores=1,3,5,7
/proc/4368/stat : 4368 (scip-2.0.1.4_2.) R 4366 4368 3085 0 -1 4202496 3294181 0 0 0 179556 429 0 0 25 0 1 0 965428287 1311764480 114432 33554432000 4194304 8979876 140733638075856 18446744073709551615 8073290 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4368/statm: 320255 113920 850 1169 0 319082 0
Current children cumulated CPU time (s) 1799.85
Current children cumulated vsize (KiB) 1281020

Child status: 0
Real time (s): 1799.82
CPU time (s): 1799.87
CPU user time (s): 1795.57
CPU system time (s): 4.30835
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2695888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.57
system time used= 4.30835
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3294186
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= 4
involuntary context switches= 1808

runsolver used 2.88356 second user time and 6.51501 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-11 02:26:16
IDJOB=3485798
IDBENCH=1377
IDSOLVER=1977
FILE ID=node116/3485798-1307751975
RUNJOBID= node116-1307750177-3105
PBS_JOBID= 13550846
Free space on /tmp= 74096 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v40_e600_d20_mw10_9.opb.PB06.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485798-1307751975/watcher-3485798-1307751975 -o /tmp/evaluation-result-3485798-1307751975/solver-3485798-1307751975 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485798-1307751975.opb -t 1800 -m 15500

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

MD5SUM BENCH= d54403a51e1ff3d34cd210d836adfe84
RANDOM SEED=1842065431

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31600524 kB
Buffers:        257360 kB
Cached:         739564 kB
SwapCached:      13064 kB
Active:         622640 kB
Inactive:       548584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31600524 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:           50624 kB
Writeback:           0 kB
AnonPages:      171440 kB
Mapped:          11872 kB
Slab:           114772 kB
PageTables:       5072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   366336 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74080 MiB
End job on node116 at 2011-06-11 02:56:16