Trace number 3489238

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_2 2011-06-10 (fixed)? (TO) 1802.26 1802.22

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_6.opb.PB06.opb
MD5SUMab4957c8b8761f975030868126e78f02
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 benchmark7.32588
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4500
Total number of constraints2559501
Number of constraints which are clauses2554450
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints4950
Minimum length of a constraint2
Maximum length of a constraint2000
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 480
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 2049
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.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-3489238-1307753811.opb>
13.59/13.69	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
13.59/13.69	c problem read
13.59/13.69	c No objective function, only one solution is needed.
13.59/13.69	c presolving settings loaded
16.99/17.02	c presolving:
30.69/30.74	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2559500 upgd conss, 4000 impls, 100 clqs
33.00/33.01	c presolving (2 rounds):
33.00/33.01	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5031 changed coefficients
33.00/33.01	c  4000 implications, 100 cliques
33.00/33.01	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
33.00/33.01	c    4950 constraints of type <knapsack>
33.00/33.01	c    2100 constraints of type <setppc>
33.00/33.01	c       1 constraints of type <linear>
33.00/33.01	c 2552450 constraints of type <logicor>
33.00/33.01	c transformed objective value is always integral (scale: 1)
33.00/33.01	c Presolving Time: 16.57
33.00/33.01	c - non default parameters ----------------------------------------------------------------------
33.00/33.01	c # SCIP version 2.0.1.5
33.00/33.01	c 
33.00/33.01	c # frequency for displaying node information lines
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 100]
33.00/33.01	c display/freq = 10000
33.00/33.01	c 
33.00/33.01	c # maximal time in seconds to run
33.00/33.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
33.00/33.01	c limits/time = 1797
33.00/33.01	c 
33.00/33.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
33.00/33.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
33.00/33.01	c limits/memory = 13950
33.00/33.01	c 
33.00/33.01	c # solving stops, if the given number of solutions were found (-1: no limit)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: -1]
33.00/33.01	c limits/solutions = 1
33.00/33.01	c 
33.00/33.01	c # maximal number of separation rounds per node (-1: unlimited)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 5]
33.00/33.01	c separating/maxrounds = 1
33.00/33.01	c 
33.00/33.01	c # maximal number of separation rounds in the root node (-1: unlimited)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: -1]
33.00/33.01	c separating/maxroundsroot = 5
33.00/33.01	c 
33.00/33.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
33.00/33.01	c # [type: int, range: [1,2], default: 1]
33.00/33.01	c timing/clocktype = 2
33.00/33.01	c 
33.00/33.01	c # belongs reading time to solving time?
33.00/33.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
33.00/33.01	c timing/reading = TRUE
33.00/33.01	c 
33.00/33.01	c # should presolving try to simplify inequalities
33.00/33.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
33.00/33.01	c constraints/linear/simplifyinequalities = TRUE
33.00/33.01	c 
33.00/33.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
33.00/33.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
33.00/33.01	c constraints/indicator/addCouplingCons = TRUE
33.00/33.01	c 
33.00/33.01	c # should disaggregation of knapsack constraints be allowed in preprocessing?
33.00/33.01	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
33.00/33.01	c constraints/knapsack/disaggregation = FALSE
33.00/33.01	c 
33.00/33.01	c # should presolving try to simplify knapsacks
33.00/33.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
33.00/33.01	c constraints/knapsack/simplifyinequalities = TRUE
33.00/33.01	c 
33.00/33.01	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: -1]
33.00/33.01	c presolving/probing/maxrounds = 0
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 10]
33.00/33.01	c heuristics/coefdiving/freq = -1
33.00/33.01	c 
33.00/33.01	c # maximal fraction of diving LP iterations compared to node LP iterations
33.00/33.01	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.00/33.01	c heuristics/coefdiving/maxlpiterquot = 0.075
33.00/33.01	c 
33.00/33.01	c # additional number of allowed LP iterations
33.00/33.01	c # [type: int, range: [0,2147483647], default: 1000]
33.00/33.01	c heuristics/coefdiving/maxlpiterofs = 1500
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 30]
33.00/33.01	c heuristics/crossover/freq = -1
33.00/33.01	c 
33.00/33.01	c # number of nodes added to the contingent of the total nodes
33.00/33.01	c # [type: longint, range: [0,9223372036854775807], default: 500]
33.00/33.01	c heuristics/crossover/nodesofs = 750
33.00/33.01	c 
33.00/33.01	c # number of nodes without incumbent change that heuristic should wait
33.00/33.01	c # [type: longint, range: [0,9223372036854775807], default: 200]
33.00/33.01	c heuristics/crossover/nwaitingnodes = 100
33.00/33.01	c 
33.00/33.01	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
33.00/33.01	c # [type: real, range: [0,1], default: 0.1]
33.00/33.01	c heuristics/crossover/nodesquot = 0.15
33.00/33.01	c 
33.00/33.01	c # minimum percentage of integer variables that have to be fixed 
33.00/33.01	c # [type: real, range: [0,1], default: 0.666]
33.00/33.01	c heuristics/crossover/minfixingrate = 0.5
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 20]
33.00/33.01	c heuristics/feaspump/freq = -1
33.00/33.01	c 
33.00/33.01	c # additional number of allowed LP iterations
33.00/33.01	c # [type: int, range: [0,2147483647], default: 1000]
33.00/33.01	c heuristics/feaspump/maxlpiterofs = 2000
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 10]
33.00/33.01	c heuristics/fracdiving/freq = -1
33.00/33.01	c 
33.00/33.01	c # maximal fraction of diving LP iterations compared to node LP iterations
33.00/33.01	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.00/33.01	c heuristics/fracdiving/maxlpiterquot = 0.075
33.00/33.01	c 
33.00/33.01	c # additional number of allowed LP iterations
33.00/33.01	c # [type: int, range: [0,2147483647], default: 1000]
33.00/33.01	c heuristics/fracdiving/maxlpiterofs = 1500
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 10]
33.00/33.01	c heuristics/guideddiving/freq = -1
33.00/33.01	c 
33.00/33.01	c # maximal fraction of diving LP iterations compared to node LP iterations
33.00/33.01	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.00/33.01	c heuristics/guideddiving/maxlpiterquot = 0.075
33.00/33.01	c 
33.00/33.01	c # additional number of allowed LP iterations
33.00/33.01	c # [type: int, range: [0,2147483647], default: 1000]
33.00/33.01	c heuristics/guideddiving/maxlpiterofs = 1500
33.00/33.01	c 
33.00/33.01	c # maximal fraction of diving LP iterations compared to node LP iterations
33.00/33.01	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.00/33.01	c heuristics/intdiving/maxlpiterquot = 0.075
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 10]
33.00/33.01	c heuristics/intshifting/freq = -1
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 10]
33.00/33.01	c heuristics/linesearchdiving/freq = -1
33.00/33.01	c 
33.00/33.01	c # maximal fraction of diving LP iterations compared to node LP iterations
33.00/33.01	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.00/33.01	c heuristics/linesearchdiving/maxlpiterquot = 0.075
33.00/33.01	c 
33.00/33.01	c # additional number of allowed LP iterations
33.00/33.01	c # [type: int, range: [0,2147483647], default: 1000]
33.00/33.01	c heuristics/linesearchdiving/maxlpiterofs = 1500
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 20]
33.00/33.01	c heuristics/objpscostdiving/freq = -1
33.00/33.01	c 
33.00/33.01	c # maximal fraction of diving LP iterations compared to total iteration number
33.00/33.01	c # [type: real, range: [0,1], default: 0.01]
33.00/33.01	c heuristics/objpscostdiving/maxlpiterquot = 0.015
33.00/33.01	c 
33.00/33.01	c # additional number of allowed LP iterations
33.00/33.01	c # [type: int, range: [0,2147483647], default: 1000]
33.00/33.01	c heuristics/objpscostdiving/maxlpiterofs = 1500
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 1]
33.00/33.01	c heuristics/oneopt/freq = -1
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 10]
33.00/33.01	c heuristics/pscostdiving/freq = -1
33.00/33.01	c 
33.00/33.01	c # maximal fraction of diving LP iterations compared to node LP iterations
33.00/33.01	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.00/33.01	c heuristics/pscostdiving/maxlpiterquot = 0.075
33.00/33.01	c 
33.00/33.01	c # additional number of allowed LP iterations
33.00/33.01	c # [type: int, range: [0,2147483647], default: 1000]
33.00/33.01	c heuristics/pscostdiving/maxlpiterofs = 1500
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 0]
33.00/33.01	c heuristics/rens/freq = -1
33.00/33.01	c 
33.00/33.01	c # minimum percentage of integer variables that have to be fixable 
33.00/33.01	c # [type: real, range: [0,1], default: 0.5]
33.00/33.01	c heuristics/rens/minfixingrate = 0.3
33.00/33.01	c 
33.00/33.01	c # number of nodes added to the contingent of the total nodes
33.00/33.01	c # [type: longint, range: [0,9223372036854775807], default: 500]
33.00/33.01	c heuristics/rens/nodesofs = 2000
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 20]
33.00/33.01	c heuristics/rootsoldiving/freq = -1
33.00/33.01	c 
33.00/33.01	c # maximal fraction of diving LP iterations compared to node LP iterations
33.00/33.01	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
33.00/33.01	c heuristics/rootsoldiving/maxlpiterquot = 0.015
33.00/33.01	c 
33.00/33.01	c # additional number of allowed LP iterations
33.00/33.01	c # [type: int, range: [0,2147483647], default: 1000]
33.00/33.01	c heuristics/rootsoldiving/maxlpiterofs = 1500
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 1]
33.00/33.01	c heuristics/rounding/freq = -1
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 0]
33.00/33.01	c heuristics/shiftandpropagate/freq = -1
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 10]
33.00/33.01	c heuristics/shifting/freq = -1
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 1]
33.00/33.01	c heuristics/simplerounding/freq = -1
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 1]
33.00/33.01	c heuristics/subnlp/freq = -1
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 0]
33.00/33.01	c heuristics/trivial/freq = -1
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 1]
33.00/33.01	c heuristics/trysol/freq = -1
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 0]
33.00/33.01	c heuristics/undercover/freq = -1
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 10]
33.00/33.01	c heuristics/veclendiving/freq = -1
33.00/33.01	c 
33.00/33.01	c # maximal fraction of diving LP iterations compared to node LP iterations
33.00/33.01	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
33.00/33.01	c heuristics/veclendiving/maxlpiterquot = 0.075
33.00/33.01	c 
33.00/33.01	c # additional number of allowed LP iterations
33.00/33.01	c # [type: int, range: [0,2147483647], default: 1000]
33.00/33.01	c heuristics/veclendiving/maxlpiterofs = 1500
33.00/33.01	c 
33.00/33.01	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 1]
33.00/33.01	c heuristics/zirounding/freq = -1
33.00/33.01	c 
33.00/33.01	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 0]
33.00/33.01	c separating/cmir/freq = -1
33.00/33.01	c 
33.00/33.01	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: 0]
33.00/33.01	c separating/flowcover/freq = -1
33.00/33.01	c 
33.00/33.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
33.00/33.01	c # [type: int, range: [-1,2147483647], default: -1]
33.00/33.01	c separating/rapidlearning/freq = 0
33.00/33.01	c 
33.00/33.01	c -----------------------------------------------------------------------------------------------
33.00/33.01	c start solving
33.09/33.20	c 
133.10/133.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
133.10/133.14	c   133s|     1 |     0 |  2636 |     - |3198M|   0 | 182 |4500 |2559k|4500 |2559k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
231.79/231.85	c   232s|     1 |     0 |  3260 |     - |3199M|   0 | 208 |4500 |2559k|4500 |2559k|  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
495.90/495.93	c   496s|     1 |     0 |  6470 |     - |3199M|   0 | 339 |4500 |2559k|4500 |2559k|  41 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
723.31/723.35	c   723s|     1 |     0 |  9076 |     - |3199M|   0 | 406 |4500 |2559k|4500 |2559k|  67 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
913.61/913.60	c   914s|     1 |     0 | 10392 |     - |3199M|   0 | 418 |4500 |2559k|4500 |2559k|  81 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1179.92/1179.98	c  1180s|     1 |     0 | 13985 |     - |3199M|   0 | 346 |4500 |2559k|4500 |2559k|  95 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.24/1800.23	c  1800s|     1 |     2 | 13985 |     - |3199M|   0 | 346 |4500 |2559k|4500 |2559k|  95 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
1800.24/1800.23	c 
1800.24/1800.23	c SCIP Status        : solving was interrupted [user interrupt]
1800.24/1800.23	c Solving Time (sec) : 1800.23
1800.24/1800.23	c Solving Nodes      : 1
1800.24/1800.23	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.24/1800.23	c Dual Bound         : +0.00000000000000e+00
1800.24/1800.23	c Gap                : infinite
1800.24/1800.23	s UNKNOWN
1800.24/1800.23	c SCIP Status        : solving was interrupted [user interrupt]
1800.24/1800.23	c Total Time         :    1800.23
1800.24/1800.23	c   solving          :    1800.23
1800.24/1800.23	c   presolving       :      16.57 (included in solving)
1800.24/1800.23	c   reading          :      13.69 (included in solving)
1800.24/1800.23	c Original Problem   :
1800.24/1800.23	c   Problem name     : HOME/instance-3489238-1307753811.opb
1800.24/1800.23	c   Variables        : 4500 (4500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.24/1800.23	c   Constraints      : 2559501 initial, 2559501 maximal
1800.24/1800.23	c Presolved Problem  :
1800.24/1800.23	c   Problem name     : t_HOME/instance-3489238-1307753811.opb
1800.24/1800.23	c   Variables        : 4500 (4500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.24/1800.23	c   Constraints      : 2559501 initial, 2559501 maximal
1800.24/1800.23	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.24/1800.23	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.24/1800.23	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.24/1800.23	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.24/1800.23	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.24/1800.23	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.24/1800.23	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.24/1800.23	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.24/1800.23	c   knapsack         :       0.66          0          0          0          0          0          0          0          0       5031
1800.24/1800.23	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.24/1800.23	c   linear           :       9.39          0          0          0          0          0          0          0          0          0
1800.24/1800.23	c   logicor          :       3.57          0          0          0          0          0          0          0          0          0
1800.24/1800.23	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.24/1800.23	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.24/1800.23	c   integral         :          0          0          0          1          0          1          0          0          0          0          0          2
1800.24/1800.23	c   knapsack         :       4950          5          1          0          0          0          0          0          0        491          0          0
1800.24/1800.23	c   setppc           :       2100          5          1          0          0          0          0          0          0          0          0          0
1800.24/1800.23	c   linear           :          1          5          1          0          0          0          0          0          0          0          0          0
1800.24/1800.23	c   logicor          :    2552450          5          1          0          0          0          0          0          0          0          0          0
1800.24/1800.23	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1800.24/1800.23	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.24/1800.23	c   integral         :     620.25       0.00       0.00     620.25       0.00       0.00       0.00
1800.24/1800.23	c   knapsack         :       0.26       0.06       0.20       0.00       0.00       0.00       0.00
1800.24/1800.23	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.24/1800.23	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.24/1800.23	c   logicor          :       1.08       0.36       0.72       0.00       0.00       0.00       0.00
1800.24/1800.23	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.24/1800.23	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.24/1800.23	c   vbounds          :          0          0          0          0
1800.24/1800.23	c   rootredcost      :          0          0          0          0
1800.24/1800.23	c   pseudoobj        :          0          0          0          0
1800.24/1800.23	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.24/1800.23	c   vbounds          :       0.00       0.00       0.00
1800.24/1800.23	c   rootredcost      :       0.00       0.00       0.00
1800.24/1800.23	c   pseudoobj        :       0.00       0.00       0.00
1800.24/1800.24	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.24/1800.24	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.24/1800.24	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.24/1800.24	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.24/1800.24	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.24/1800.24	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.24/1800.24	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.24/1800.24	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.24/1800.24	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.24/1800.24	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 199)
1800.24/1800.24	c   redcost          :       0.00          5          0          0          0          0
1800.24/1800.24	c   impliedbounds    :       0.00          5          0          0          0          0
1800.24/1800.24	c   intobj           :       0.00          0          0          0          0          0
1800.24/1800.24	c   gomory           :     234.84          5          0          0       2500          0
1800.24/1800.24	c   cgmip            :       0.00          0          0          0          0          0
1800.24/1800.24	c   closecuts        :       0.00          0          0          0          0          0
1800.24/1800.24	c   strongcg         :     232.67          5          0          0       2500          0
1800.24/1800.24	c   cmir             :       0.00          0          0          0          0          0
1800.24/1800.24	c   flowcover        :       0.00          0          0          0          0          0
1800.24/1800.24	c   clique           :       0.01          5          0          0          0          0
1800.24/1800.24	c   zerohalf         :       0.00          0          0          0          0          0
1800.24/1800.24	c   mcf              :       0.00          0          0          0          0          0
1800.24/1800.24	c   oddcycle         :       0.00          0          0          0          0          0
1800.24/1800.24	c   rapidlearning    :       0.00          0          0          0          0          0
1800.24/1800.24	c Pricers            :       Time      Calls       Vars
1800.24/1800.24	c   problem variables:       0.00          0          0
1800.24/1800.24	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.24/1800.24	c   relpscost        :     620.25          1          0          0          0          0          2
1800.24/1800.24	c   pscost           :       0.00          0          0          0          0          0          0
1800.24/1800.24	c   inference        :       0.00          0          0          0          0          0          0
1800.24/1800.24	c   mostinf          :       0.00          0          0          0          0          0          0
1800.24/1800.24	c   leastinf         :       0.00          0          0          0          0          0          0
1800.24/1800.24	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.24/1800.24	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.24/1800.24	c   random           :       0.00          0          0          0          0          0          0
1800.24/1800.24	c Primal Heuristics  :       Time      Calls      Found
1800.24/1800.24	c   LP solutions     :       0.00          -          0
1800.24/1800.24	c   pseudo solutions :       0.00          -          0
1800.24/1800.24	c   trivial          :       0.58          1          0
1800.24/1800.24	c   shiftandpropagate:       0.00          0          0
1800.24/1800.24	c   simplerounding   :       0.00          0          0
1800.24/1800.24	c   zirounding       :       0.00          0          0
1800.24/1800.24	c   rounding         :       0.00          0          0
1800.24/1800.24	c   shifting         :       0.00          0          0
1800.24/1800.24	c   intshifting      :       0.00          0          0
1800.24/1800.24	c   oneopt           :       0.00          0          0
1800.24/1800.24	c   twoopt           :       0.00          0          0
1800.24/1800.24	c   fixandinfer      :       0.00          0          0
1800.24/1800.24	c   feaspump         :       0.00          0          0
1800.24/1800.24	c   clique           :       0.00          0          0
1800.24/1800.24	c   coefdiving       :       0.00          0          0
1800.24/1800.24	c   pscostdiving     :       0.00          0          0
1800.24/1800.24	c   fracdiving       :       0.00          0          0
1800.24/1800.24	c   veclendiving     :       0.00          0          0
1800.24/1800.24	c   intdiving        :       0.00          0          0
1800.24/1800.24	c   actconsdiving    :       0.00          0          0
1800.24/1800.24	c   objpscostdiving  :       0.00          0          0
1800.24/1800.24	c   rootsoldiving    :       0.00          0          0
1800.24/1800.24	c   linesearchdiving :       0.00          0          0
1800.24/1800.24	c   guideddiving     :       0.00          0          0
1800.24/1800.24	c   octane           :       0.00          0          0
1800.24/1800.24	c   rens             :       0.00          0          0
1800.24/1800.24	c   rins             :       0.00          0          0
1800.24/1800.24	c   localbranching   :       0.00          0          0
1800.24/1800.24	c   mutation         :       0.00          0          0
1800.24/1800.24	c   crossover        :       0.00          0          0
1800.24/1800.24	c   dins             :       0.00          0          0
1800.24/1800.24	c   vbounds          :       0.00          0          0
1800.24/1800.24	c   undercover       :       0.00          0          0
1800.24/1800.24	c   subnlp           :       0.00          0          0
1800.24/1800.24	c   trysol           :       0.00          0          0
1800.24/1800.24	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.24/1800.24	c   primal LP        :       0.00          0          0       0.00          -
1800.24/1800.24	c   dual LP          :     671.68          6      13985    2330.83      20.82
1800.24/1800.24	c   lex dual LP      :       0.00          0          0       0.00          -
1800.24/1800.24	c   barrier LP       :       0.00          0          0       0.00          -
1800.24/1800.24	c   diving/probing LP:       0.00          0          0       0.00          -
1800.24/1800.24	c   strong branching :     620.17         33       7686     232.91      12.39
1800.24/1800.24	c     (at root node) :          -         33       7686     232.91          -
1800.24/1800.24	c   conflict analysis:       0.00          0          0       0.00          -
1800.24/1800.24	c B&B Tree           :
1800.24/1800.24	c   number of runs   :          1
1800.24/1800.24	c   nodes            :          1
1800.24/1800.24	c   nodes (total)    :          1
1800.24/1800.24	c   nodes left       :          2
1800.24/1800.24	c   max depth        :          0
1800.24/1800.24	c   max depth (total):          0
1800.24/1800.24	c   backtracks       :          0 (0.0%)
1800.24/1800.24	c   delayed cutoffs  :          0
1800.24/1800.24	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.24/1800.24	c   avg switch length:       1.00
1800.24/1800.24	c   switching time   :       0.00
1800.24/1800.24	c Solution           :
1800.24/1800.24	c   Solutions found  :          0 (0 improvements)
1800.24/1800.24	c   Primal Bound     :          -
1800.24/1800.24	c   Dual Bound       : +0.00000000000000e+00
1800.24/1800.24	c   Gap              :   infinite
1800.24/1800.24	c   Root Dual Bound  : +0.00000000000000e+00
1800.24/1800.24	c   Root Iterations  :      13985

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-3489238-1307753811/watcher-3489238-1307753811 -o /tmp/evaluation-result-3489238-1307753811/solver-3489238-1307753811 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489238-1307753811.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: 2.00 2.00 1.92 2/177 27917
/proc/meminfo: memFree=31546256/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=12564 CPUtime=0 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 2143 0 0 0 0 0 0 0 23 0 1 0 886982266 12865536 2097 33554432000 4194304 9016284 140733724115424 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27917/statm: 3141 2097 357 1178 0 1959 0

[startup+0.089598 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 27917
/proc/meminfo: memFree=31546256/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=22780 CPUtime=0.08 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 4631 0 0 0 8 0 0 0 23 0 1 0 886982266 23326720 4586 33554432000 4194304 9016284 140733724115424 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27917/statm: 5695 4617 357 1178 0 4513 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22780

[startup+0.100594 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 27917
/proc/meminfo: memFree=31546256/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=23616 CPUtime=0.09 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 4901 0 0 0 9 0 0 0 23 0 1 0 886982266 24182784 4855 33554432000 4194304 9016284 140733724115424 18446744073709551615 6181128 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27917/statm: 5904 4855 357 1178 0 4722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23616

[startup+0.300555 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 27917
/proc/meminfo: memFree=31546256/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=37476 CPUtime=0.29 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 8349 0 0 0 29 0 0 0 25 0 1 0 886982266 38375424 8303 33554432000 4194304 9016284 140733724115424 18446744073709551615 7874864 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27917/statm: 9369 8303 357 1178 0 8187 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37476

[startup+0.700483 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 27917
/proc/meminfo: memFree=31546256/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=67004 CPUtime=0.69 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 15744 0 0 0 68 1 0 0 25 0 1 0 886982266 68612096 15698 33554432000 4194304 9016284 140733724115424 18446744073709551615 7870493 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27917/statm: 16751 15698 357 1178 0 15569 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67004

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 27918
/proc/meminfo: memFree=31464184/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=124544 CPUtime=1.49 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 30033 0 0 0 146 3 0 0 25 0 1 0 886982266 127533056 29987 33554432000 4194304 9016284 140733724115424 18446744073709551615 6183113 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27917/statm: 31136 29987 357 1178 0 29954 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 124544

[startup+3.10103 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 27918
/proc/meminfo: memFree=31383580/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=239108 CPUtime=3.1 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 58561 0 0 0 303 7 0 0 25 0 1 0 886982266 244846592 58515 33554432000 4194304 9016284 140733724115424 18446744073709551615 4447109 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27917/statm: 59777 58515 357 1178 0 58595 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 239108

[startup+6.30049 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 27918
/proc/meminfo: memFree=31147472/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=468472 CPUtime=6.29 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 116091 0 0 0 615 14 0 0 25 0 1 0 886982266 479715328 116045 33554432000 4194304 9016284 140733724115424 18446744073709551615 7749355 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27917/statm: 117118 116045 357 1178 0 115936 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 468472

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 27918
/proc/meminfo: memFree=30673188/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=928500 CPUtime=12.69 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 230937 0 0 0 1240 29 0 0 25 0 1 0 886982266 950784000 230891 33554432000 4194304 9016284 140733724115424 18446744073709551615 6151852 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27917/statm: 232125 230891 357 1178 0 230943 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 928500

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 27919
/proc/meminfo: memFree=28325184/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=3300848 CPUtime=25.5 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 885002 0 0 0 2453 97 0 0 25 0 1 0 886982266 3380068352 812237 33554432000 4194304 9016284 140733724115424 18446744073709551615 4446640 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 825212 812237 485 1178 0 824030 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 3300848

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 27919
/proc/meminfo: memFree=25805428/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6182876 CPUtime=51.09 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 2035464 0 0 0 4890 219 0 0 25 0 1 0 886982266 6331265024 1434560 33554432000 4194304 9016284 140733724115424 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1545719 1434560 2516 1178 0 1544537 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 6182876

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 27921
/proc/meminfo: memFree=25775136/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6209892 CPUtime=102.3 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 2046199 0 0 0 10009 221 0 0 25 0 1 0 886982266 6358929408 1440462 33554432000 4194304 9016284 140733724115424 18446744073709551615 7180592 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1552473 1440462 1159 1178 0 1551291 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 6209892

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 27922
/proc/meminfo: memFree=26150324/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=5613024 CPUtime=162.3 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 2155389 0 0 0 15995 235 0 0 25 0 1 0 886982266 5747736576 1346917 33554432000 4194304 9016284 140733724115424 18446744073709551615 6922911 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1403256 1346917 1205 1178 0 1402074 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 5613024

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 27962
/proc/meminfo: memFree=23621104/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=5963904 CPUtime=222.29 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 2250147 0 0 0 21983 246 0 0 25 0 1 0 886982266 6107037696 1400476 33554432000 4194304 9016284 140733724115424 18446744073709551615 6971634 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1490976 1400476 2772 1178 0 1489794 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 5963904

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 27973
/proc/meminfo: memFree=23625412/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=5963904 CPUtime=282.3 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 2251485 0 0 0 27983 247 0 0 25 0 1 0 886982266 6107037696 1401571 33554432000 4194304 9016284 140733724115424 18446744073709551615 6922736 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1490976 1401571 2765 1178 0 1489794 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 5963904

[startup+342.301 s]
/proc/loadavg: 2.06 2.01 1.92 3/178 27974
/proc/meminfo: memFree=23628736/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=5977708 CPUtime=342.3 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 2290713 0 0 0 33977 253 0 0 25 0 1 0 886982266 6121172992 1403123 33554432000 4194304 9016284 140733724115424 18446744073709551615 7178145 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1494427 1403123 2765 1178 0 1493245 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 5977708

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/178 27976
/proc/meminfo: memFree=23566888/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=5988208 CPUtime=402.3 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 2310051 0 0 0 39974 256 0 0 25 0 1 0 886982266 6131924992 1407028 33554432000 4194304 9016284 140733724115424 18446744073709551615 7152964 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1497052 1407028 2765 1178 0 1495870 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 5988208

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 27980
/proc/meminfo: memFree=23573104/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=5989764 CPUtime=462.31 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 2310937 0 0 0 45974 257 0 0 25 0 1 0 886982266 6133518336 1407030 33554432000 4194304 9016284 140733724115424 18446744073709551615 7180732 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1497441 1407030 2765 1178 0 1496259 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 5989764

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 27982
/proc/meminfo: memFree=23516780/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6008816 CPUtime=522.31 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 2316575 0 0 0 51973 258 0 0 25 0 1 0 886982266 6153027584 1412032 33554432000 4194304 9016284 140733724115424 18446744073709551615 6924808 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1502204 1412032 2765 1178 0 1501022 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 6008816

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 27984
/proc/meminfo: memFree=23501468/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6008816 CPUtime=582.3 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 2316575 0 0 0 57972 258 0 0 25 0 1 0 886982266 6153027584 1412032 33554432000 4194304 9016284 140733724115424 18446744073709551615 6586655 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1502204 1412032 2765 1178 0 1501022 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 6008816

[startup+642.301 s]

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

/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 2429459 0 0 0 99955 276 0 0 25 0 1 0 886982266 6250016768 1431614 33554432000 4194304 9016284 140733724115424 18446744073709551615 7876108 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1525883 1431614 2780 1178 0 1524701 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 6103532

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27996
/proc/meminfo: memFree=23427504/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6221336 CPUtime=1062.32 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 2499821 0 0 0 105947 285 0 0 25 0 1 0 886982266 6370648064 1442623 33554432000 4194304 9016284 140733724115424 18446744073709551615 6971613 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1555334 1442623 5920 1178 0 1554152 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 6221336

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27998
/proc/meminfo: memFree=23436000/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6221336 CPUtime=1122.32 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 2519806 0 0 0 111944 288 0 0 25 0 1 0 886982266 6370648064 1442727 33554432000 4194304 9016284 140733724115424 18446744073709551615 6855193 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1555334 1442727 5920 1178 0 1554152 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 6221336

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 28000
/proc/meminfo: memFree=23418352/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6177304 CPUtime=1182.32 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 2540839 0 0 0 117939 293 0 0 25 0 1 0 886982266 6325559296 1440251 33554432000 4194304 9016284 140733724115424 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1544326 1440251 5920 1178 0 1543144 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 6177304

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 28001
/proc/meminfo: memFree=23515424/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6112220 CPUtime=1242.32 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 2725873 0 0 0 123919 313 0 0 25 0 1 0 886982266 6258913280 1418028 33554432000 4194304 9016284 140733724115424 18446744073709551615 7180751 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1528055 1418028 2765 1178 0 1526873 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 6112220

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 28003
/proc/meminfo: memFree=23407500/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6149648 CPUtime=1302.33 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 2916632 0 0 0 129900 333 0 0 25 0 1 0 886982266 6297239552 1434753 33554432000 4194304 9016284 140733724115424 18446744073709551615 7180882 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1537412 1434753 3288 1178 0 1536230 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 6149648

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 28004
/proc/meminfo: memFree=23465252/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6111372 CPUtime=1362.32 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 3152762 0 0 0 135875 357 0 0 25 0 1 0 886982266 6258044928 1416302 33554432000 4194304 9016284 140733724115424 18446744073709551615 7178125 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1527843 1416302 2765 1178 0 1526661 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 6111372

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 28006
/proc/meminfo: memFree=23495820/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6079508 CPUtime=1422.34 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 3272696 0 0 0 141864 370 0 0 25 0 1 0 886982266 6225416192 1413883 33554432000 4194304 9016284 140733724115424 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1519877 1413883 2765 1178 0 1518695 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 6079508

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 28008
/proc/meminfo: memFree=23514020/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6111432 CPUtime=1482.33 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 3528369 0 0 0 147836 397 0 0 25 0 1 0 886982266 6258106368 1416476 33554432000 4194304 9016284 140733724115424 18446744073709551615 7082000 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1527858 1416476 2765 1178 0 1526676 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 6111432

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 28009
/proc/meminfo: memFree=23515232/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6111428 CPUtime=1542.33 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 3672201 0 0 0 153821 412 0 0 25 0 1 0 886982266 6258102272 1416485 33554432000 4194304 9016284 140733724115424 18446744073709551615 7055288 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1527857 1416485 2765 1178 0 1526675 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 6111428

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 28011
/proc/meminfo: memFree=23499944/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6105384 CPUtime=1602.33 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 3849816 0 0 0 159803 430 0 0 25 0 1 0 886982266 6251913216 1418078 33554432000 4194304 9016284 140733724115424 18446744073709551615 7178162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1526346 1418078 2765 1178 0 1525164 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 6105384

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 28012
/proc/meminfo: memFree=23418316/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6181652 CPUtime=1662.33 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 3950889 0 0 0 165792 441 0 0 25 0 1 0 886982266 6330011648 1435647 33554432000 4194304 9016284 140733724115424 18446744073709551615 7180413 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1545413 1435647 5787 1178 0 1544231 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 6181652

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 28014
/proc/meminfo: memFree=23499496/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6149004 CPUtime=1722.33 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 4024671 0 0 0 171784 449 0 0 25 0 1 0 886982266 6296580096 1434669 33554432000 4194304 9016284 140733724115424 18446744073709551615 7213857 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1537251 1434669 6554 1178 0 1536069 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 6149004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 28016
/proc/meminfo: memFree=23510744/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6112708 CPUtime=1782.33 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 4149348 0 0 0 177769 464 0 0 25 0 1 0 886982266 6259412992 1419689 33554432000 4194304 9016284 140733724115424 18446744073709551615 7180720 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1528177 1419689 2765 1178 0 1526995 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 6112708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 28016
/proc/meminfo: memFree=23458888/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6168292 CPUtime=1800.04 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 4163379 0 0 0 179539 465 0 0 25 0 1 0 886982266 6316331008 1432858 33554432000 4194304 9016284 140733724115424 18446744073709551615 7180911 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27917/statm: 1542073 1432858 2765 1178 0 1540891 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 6168292

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -27917

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 28017
/proc/meminfo: memFree=23532412/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6059864 CPUtime=1801.44 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 4163790 0 0 0 179678 466 0 0 25 0 1 0 886982266 6205300736 1413640 33554432000 4194304 9016284 140733724115424 18446744073709551615 6564057 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27917/statm: 1514966 1413640 2776 1178 0 1513784 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 6059864

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 28017
/proc/meminfo: memFree=23531916/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=6059864 CPUtime=1801.84 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4202496 4163790 0 0 0 179718 466 0 0 25 0 1 0 886982266 6205300736 1413640 33554432000 4194304 9016284 140733724115424 18446744073709551615 6812833 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27917/statm: 1514966 1413640 2776 1178 0 1513784 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 6059864

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 28017
/proc/meminfo: memFree=23531916/32951124 swapFree=67052292/67111528
[pid=27917] ppid=27915 vsize=0 CPUtime=1802.24 cores=0,2,4,6
/proc/27917/stat : 27917 (scip-2.0.1.4b_2) R 27915 27917 26964 0 -1 4203524 4163790 0 0 0 179739 485 0 0 25 0 1 0 886982266 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27917/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.24
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.22
CPU time (s): 1802.26
CPU user time (s): 1797.39
CPU system time (s): 4.87026
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 6541288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.39
system time used= 4.87026
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4163790
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= 5
involuntary context switches= 2502

runsolver used 2.89856 second user time and 6.10807 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-11 02:56:53
IDJOB=3489238
IDBENCH=1375
IDSOLVER=1979
FILE ID=node108/3489238-1307753811
RUNJOBID= node108-1307750177-26982
PBS_JOBID= 13550852
Free space on /tmp= 74000 MiB

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

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

MD5SUM BENCH= ab4957c8b8761f975030868126e78f02
RANDOM SEED=904309612

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31546684 kB
Buffers:        262756 kB
Cached:         848964 kB
SwapCached:      25932 kB
Active:         668008 kB
Inactive:       521240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31546684 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:          105464 kB
Writeback:           0 kB
AnonPages:       72204 kB
Mapped:          12088 kB
Slab:           151088 kB
PageTables:       4816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   255464 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= 73948 MiB
End job on node108 at 2011-06-11 03:26:56